/* ============================================================
 * hwaon_financial_fraud.css
 * financial_fraud.php (신종금융사기 피해 구제 전담센터) 전용 스타일
 * v1.0 (2026-05-20) — Phase 1F 신설
 *
 * namespace SSOT:
 *   .ff-page  (페이지 wrapper)
 *   .ff-hero-*  (Hero 6 영역)
 *   .ff-trust-*  (Trust Numbers 4 영역)
 *   .ff-section-*  (공통 섹션)
 *   .ff-cases-*  (8 카드)
 *   .ff-cat-*  (5 카테고리)
 *   .ff-step-*  (3축 STEP)
 *   .ff-faq-*  (FAQ 10)
 *   .ff-final-*  (Final CTA)
 *
 * 공유 SSOT 의존:
 *   .hw-firm-cred-line (전수 통일)
 *   .hw-hero-btn-primary · .hw-hero-btn-secondary (전수 통일)
 *   --hw-navy · --hw-orange · --hw-cream · --hw-gold (palette)
 * ============================================================ */

/* ----- 페이지 wrapper ----- */
.ff-page { color: var(--hw-navy); }
.ff-page section { box-sizing: border-box; }

/* ----- Hero ----- */
.ff-hero {
    background: linear-gradient(135deg, var(--hw-navy) 0%, #2a3a5a 100%);
    color: #fff;
    padding: clamp(80px, 12vw, 140px) clamp(20px, 5vw, 60px);
    position: relative;
    overflow: hidden;
}
.ff-hero-inner { max-width: 1200px; margin: 0 auto; }
.ff-hero-tag {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid var(--hw-gold);
    border-radius: 2px;
    margin-bottom: 24px;
}
.ff-hero-tag-eyebrow {
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--hw-gold);
}
.ff-hero-divider {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--hw-gold), transparent);
    margin: 28px 0;
}
.ff-hero-h1 {
    font-family: 'Noto Serif KR', serif;
    font-size: clamp(28px, 4.5vw, 52px);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px;
}
.ff-hero-h1 em { font-style: normal; color: var(--hw-orange); }
.ff-hero-h1 strong { color: var(--hw-gold); font-weight: 700; }
.ff-hero-sub {
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.7;
    color: rgba(255,255,255,.85);
    margin-bottom: 32px;
}
.ff-hero-creds {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-bottom: 36px;
}
.ff-hero-cred {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,.9);
}
.ff-hero-cred i { color: var(--hw-gold); }
.ff-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ----- 공통 섹션 ----- */
.ff-section-inner { max-width: 1200px; margin: 0 auto; padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 60px); }
.ff-section-h2 {
    font-family: 'Noto Serif KR', serif;
    font-size: clamp(24px, 3.5vw, 40px);
    font-weight: 700;
    color: var(--hw-navy);
    margin-bottom: 12px;
}
.ff-section-sub {
    font-size: 15px;
    color: #666;
    margin-bottom: 48px;
}

/* ----- Trust Numbers ----- */
.ff-trust-numbers {
    background: var(--hw-cream);
    padding: clamp(40px, 6vw, 70px) clamp(20px, 5vw, 60px);
}
.ff-trust-inner { max-width: 1200px; margin: 0 auto; }
.ff-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}
.ff-trust-item {}
.ff-trust-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    color: var(--hw-orange);
    line-height: 1;
    margin-bottom: 8px;
}
.ff-trust-label {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--hw-navy);
    margin-bottom: 4px;
}
.ff-trust-sub { font-size: 13px; color: #666; }
@media (max-width: 768px) {
    .ff-trust-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

/* ----- 8 카드 (Latest Cases) ----- */
.ff-latest-cases { background: #fff; }
.ff-cases-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.ff-case-card {
    display: flex;
    flex-direction: column;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-left: 3px solid var(--hw-gold);
    border-radius: 2px;
    text-decoration: none;
    color: var(--hw-navy);
    transition: all .25s ease;
    position: relative;
    min-height: 240px;
}
.ff-case-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(27,42,74,.08);
    border-left-color: var(--hw-orange);
}
.ff-case-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--hw-gold);
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.ff-case-h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    color: var(--hw-navy);
}
.ff-case-desc {
    font-size: 13.5px;
    line-height: 1.65;
    color: #555;
    margin-bottom: 16px;
    flex-grow: 1;
}
.ff-case-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}
.ff-case-law {
    font-size: 11px;
    color: var(--hw-orange);
    font-weight: 600;
    letter-spacing: .3px;
}
.ff-case-cat {
    display: inline-block;
    font-size: 11px;
    padding: 3px 8px;
    background: rgba(201,169,110,.12);
    color: #8a7340;
    border-radius: 2px;
    align-self: flex-start;
}
.ff-case-arrow {
    font-size: 12px;
    color: var(--hw-orange);
    font-weight: 600;
}
@media (max-width: 1024px) { .ff-cases-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ff-cases-grid { grid-template-columns: 1fr; } }

/* ----- 5 카테고리 ----- */
.ff-categories { background: var(--hw-cream); }
.ff-categories-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.ff-cat-card {
    padding: 32px 24px;
    background: #fff;
    border-radius: 2px;
    border-top: 3px solid var(--hw-orange);
}
.ff-cat-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(234,85,20,.08);
    border-radius: 50%;
    margin-bottom: 20px;
}
.ff-cat-icon i { font-size: 20px; color: var(--hw-orange); }
.ff-cat-h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--hw-navy);
    margin-bottom: 12px;
    line-height: 1.4;
}
.ff-cat-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 18px;
}
.ff-cat-features { list-style: none; padding: 0; margin: 0; }
.ff-cat-features li {
    position: relative;
    padding-left: 14px;
    font-size: 12.5px;
    color: #666;
    line-height: 1.55;
    margin-bottom: 8px;
}
.ff-cat-features li::before {
    content: '·';
    position: absolute;
    left: 4px;
    color: var(--hw-orange);
    font-weight: 700;
}
@media (max-width: 1024px) { .ff-categories-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ff-categories-grid { grid-template-columns: 1fr; } }

/* ----- STEP 3축 ----- */
.ff-step-process { background: #fff; }
.ff-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.ff-step-card {
    padding: 36px 28px;
    background: var(--hw-cream);
    border-radius: 2px;
    border-top: 3px solid var(--hw-gold);
    position: relative;
}
.ff-step-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--hw-gold);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.ff-step-eyebrow {
    display: inline-block;
    font-size: 11px;
    padding: 3px 10px;
    background: var(--hw-navy);
    color: #fff;
    border-radius: 2px;
    margin-bottom: 16px;
    letter-spacing: .5px;
}
.ff-step-h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 19px;
    font-weight: 700;
    color: var(--hw-navy);
    margin-bottom: 14px;
    line-height: 1.4;
}
.ff-step-desc {
    font-size: 13.5px;
    color: #555;
    line-height: 1.65;
    margin-bottom: 20px;
}
.ff-step-attorney {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 14px;
    background: #fff;
    border-radius: 2px;
    text-decoration: none;
    color: inherit;
    margin-bottom: 20px;
    transition: all .2s ease;
}
.ff-step-attorney:hover { background: #fbf9f5; }
.ff-step-attorney-photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.ff-step-attorney-photo img { width: 100%; height: 100%; object-fit: cover; }
.ff-step-attorney-body {}
.ff-step-attorney-cred {
    font-size: 10.5px;
    color: var(--hw-gold);
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 2px;
}
.ff-step-attorney-name {
    font-family: 'Noto Serif KR', serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--hw-navy);
    margin-bottom: 2px;
}
.ff-step-attorney-role { font-size: 11.5px; color: #666; }
.ff-step-actions {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ff-step-actions li {
    position: relative;
    padding-left: 16px;
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 8px;
}
.ff-step-actions li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--hw-orange);
}
.ff-step-attorneys-dual {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(27,42,74,.08);
}
.ff-step-attorney-anchor {
    font-size: 12px;
    color: var(--hw-navy);
    font-weight: 600;
    font-style: italic;
}
@media (max-width: 1024px) { .ff-step-grid { grid-template-columns: 1fr; } }

/* ----- FAQ ----- */
.ff-faq { background: var(--hw-cream); }
.ff-faq-list { max-width: 900px; margin: 0 auto; }
.ff-faq-item {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 12px;
    overflow: hidden;
}
.ff-faq-q {
    cursor: pointer;
    padding: 22px 28px;
    font-family: 'Noto Serif KR', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--hw-navy);
    list-style: none;
    position: relative;
    padding-right: 60px;
    line-height: 1.5;
}
.ff-faq-q::-webkit-details-marker { display: none; }
.ff-faq-q::after {
    content: '+';
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: var(--hw-orange);
    font-weight: 300;
    transition: transform .2s ease;
}
.ff-faq-item[open] .ff-faq-q::after { transform: translateY(-50%) rotate(45deg); }
.ff-faq-a {
    padding: 0 28px 24px 28px;
}
.ff-faq-a p {
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin: 0;
}

/* ----- Final CTA ----- */
.ff-final-cta {
    background: linear-gradient(135deg, var(--hw-navy) 0%, #2a3a5a 100%);
    color: #fff;
    padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 60px);
    text-align: center;
}
.ff-final-inner { max-width: 800px; margin: 0 auto; }
.ff-final-eyebrow {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--hw-gold);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ff-final-h2 {
    font-family: 'Noto Serif KR', serif;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}
.ff-final-sub {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255,255,255,.85);
    margin-bottom: 40px;
}
.ff-final-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.ff-final-note {
    font-size: 12.5px;
    color: rgba(255,255,255,.6);
}
