/* ==========================================================================
   for-clinics.php — B2B clinic landing
   Design system: minimalist, modern healthcare
   ========================================================================== */

:root {
    --ink:        #0c2f2c;   /* headings — deep teal ink */
    --body:       #445357;   /* body copy */
    --muted:      #7b8a8e;   /* secondary text */
    --brand:      #14a79c;   /* primary */
    --brand-600:  #0f8f86;
    --brand-700:  #0c756e;
    --brand-050:  #eefbf9;
    --brand-100:  #d2f3ef;
    --brand-200:  #a9e7e0;
    --line:       #e8eeee;
    --line-soft:  #f1f5f5;
    --surface:    #ffffff;
    --surface-2:  #f6faf9;   /* alt section background */
    --ink-900:    #072220;   /* darkest, enterprise/cta bands */
    --shadow-sm:  0 1px 2px rgba(12,47,44,.05);
    --shadow:     0 10px 30px -12px rgba(12,47,44,.15);
    --shadow-lg:  0 30px 60px -20px rgba(12,47,44,.25);
    --r-sm: 10px;
    --r:    16px;
    --r-lg: 22px;
    --r-xl: 28px;
    --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Scope reset ---------- */
.fc-page * { box-sizing: border-box; }

.fc-page {
    color: var(--body);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.9;
}

.fc-page .container { max-width: 1140px; }

.fc-page p { margin: 0 0 1rem; }

.fc-page h1, .fc-page h2, .fc-page h3, .fc-page h4 {
    color: var(--ink);
    margin: 0;
    font-weight: 800;
    letter-spacing: -.01em;
}

/* ---------- Section rhythm ---------- */
.fc-section { padding: 5.5rem 0; }
.fc-section-alt { background: var(--surface-2); }

.fc-head { max-width: 640px; margin: 0 auto 3rem; text-align: center; }
.fc-head.fc-left { margin: 0 0 2rem; text-align: right; }

.fc-eyebrow {
    display: inline-block;
    font-size: .8rem;
    font-weight: 700;
    color: var(--brand-700);
    background: var(--brand-050);
    border: 1px solid var(--brand-100);
    padding: .35rem .9rem;
    border-radius: 999px;
    margin-bottom: 1.1rem;
    line-height: 1;
}

.fc-title {
    font-size: clamp(1.5rem, 1rem + 2.4vw, 2.4rem);
    line-height: 1.5;
    margin-bottom: 1rem;
}

.fc-lead {
    font-size: 1.06rem;
    line-height: 2.1;
    color: var(--muted);
    margin: 0;
}
.fc-head .fc-lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn-fc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .8rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: .98rem;
    line-height: 1;
    text-decoration: none !important;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s;
}
.btn-fc:active { transform: translateY(1px); }
.btn-fc-lg { padding: 1rem 1.9rem; font-size: 1.02rem; }
.btn-fc-block { display: flex; width: 100%; }

.btn-fc-primary {
    background: var(--brand);
    color: #fff !important;
    box-shadow: 0 10px 24px -10px rgba(20,167,156,.7);
}
.btn-fc-primary:hover { background: var(--brand-600); transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(20,167,156,.8); }

.btn-fc-outline {
    background: #fff;
    color: var(--brand-700) !important;
    border-color: var(--line);
}
.btn-fc-outline:hover { border-color: var(--brand-200); background: var(--brand-050); }

.btn-fc-white {
    background: #fff;
    color: var(--brand-700) !important;
    box-shadow: var(--shadow);
}
.btn-fc-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

.btn-fc-ghost {
    background: rgba(255,255,255,.08);
    color: #fff !important;
    border-color: rgba(255,255,255,.28);
}
.btn-fc-ghost:hover { background: rgba(255,255,255,.16); }

/* ==========================================================================
   HERO
   ========================================================================== */
.fc-hero {
    position: relative;
    margin-top: 56px;
    padding: 4.5rem 0 4rem;
    background:
        radial-gradient(120% 120% at 85% -10%, var(--brand-050) 0%, transparent 45%),
        radial-gradient(100% 100% at 0% 0%, #f0fbf9 0%, transparent 40%),
        linear-gradient(180deg, #fbfefe 0%, #ffffff 100%);
    overflow: hidden;
}
.fc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(var(--brand-100) 1px, transparent 1px);
    background-size: 26px 26px;
    -webkit-mask-image: radial-gradient(80% 60% at 70% 20%, #000 0%, transparent 70%);
            mask-image: radial-gradient(80% 60% at 70% 20%, #000 0%, transparent 70%);
    opacity: .5;
    pointer-events: none;
}

.fc-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 3rem;
}

.fc-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .82rem;
    font-weight: 700;
    color: var(--brand-700);
    background: #fff;
    border: 1px solid var(--brand-100);
    box-shadow: var(--shadow-sm);
    padding: .45rem .9rem;
    border-radius: 999px;
    margin-bottom: 1.4rem;
}

.fc-hero h1 {
    font-size: clamp(1.9rem, 1.1rem + 3.4vw, 3.1rem);
    line-height: 1.45;
    margin-bottom: 1.25rem;
}
.fc-hl { color: var(--brand); }

.fc-hero .fc-lead { color: var(--body); font-size: 1.1rem; max-width: 34rem; margin-bottom: 2rem; }
.fc-hero .fc-lead strong { color: var(--ink); font-weight: 800; }

.fc-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.6rem; }

.fc-hero-points {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-wrap: wrap; gap: .5rem 1.5rem;
}
.fc-hero-points li { font-size: .92rem; color: var(--muted); }
.fc-hero-points i { color: var(--brand); margin-left: .4rem; }

/* --- Hero preview mockup --- */
.fc-hero-visual { position: relative; }

.pv-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-lg);
    padding: 1.25rem;
    max-width: 380px;
    margin: 0 auto;
}
.pv-cover {
    height: 84px;
    border-radius: 14px;
    background: linear-gradient(120deg, var(--brand) 0%, #3fc9bd 55%, #7ad9cf 100%);
}
.pv-head { display: flex; align-items: flex-end; gap: .85rem; margin-top: -28px; padding: 0 .35rem; }
.pv-avatar {
    width: 58px; height: 58px; flex: 0 0 58px;
    border-radius: 16px;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: var(--shadow-sm);
    display: flex; align-items: center; justify-content: center;
    color: var(--brand);
    font-size: 1.4rem;
    background-image: linear-gradient(135deg, #fff, var(--brand-050));
}
.pv-id { padding-bottom: .25rem; }
.pv-name { display: flex; align-items: center; gap: .4rem; font-weight: 800; color: var(--ink); font-size: 1rem; }
.pv-verified {
    display: inline-flex; align-items: center; justify-content: center;
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--brand); color: #fff; font-size: .58rem;
}
.pv-stars { font-size: .78rem; color: #f2a900; margin-top: .2rem; }
.pv-stars span { color: var(--muted); margin-right: .3rem; }

.pv-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin: 1rem 0; }
.pv-gallery span { height: 62px; border-radius: 10px; display: block; }
.pv-gallery span:nth-child(1) { background: linear-gradient(135deg, #e9f7f5, #cdeee9); }
.pv-gallery span:nth-child(2) { background: linear-gradient(135deg, #dff2ff, #c4e5f7); }
.pv-gallery span:nth-child(3) { background: linear-gradient(135deg, #fdeee3, #f8dcc7); }

.pv-actions { display: grid; grid-template-columns: 1.4fr 1fr; gap: .5rem; }
.pv-wa, .pv-btn {
    display: flex; align-items: center; justify-content: center; gap: .4rem;
    height: 42px; border-radius: 11px; font-size: .85rem; font-weight: 700;
}
.pv-wa { background: #25d366; color: #fff; }
.pv-btn { background: var(--brand-050); color: var(--brand-700); border: 1px solid var(--brand-100); }

.pv-float {
    position: absolute;
    display: inline-flex; align-items: center; gap: .45rem;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: .55rem .8rem;
    border-radius: 12px;
    font-size: .8rem; font-weight: 700; color: var(--ink);
    animation: pvFloat 4s ease-in-out infinite;
}
.pv-float i { color: var(--brand); }
.pv-float-1 { bottom: 8%; left: -22px; }
.pv-float-2 { top: 14%; right: -18px; animation-delay: 1.5s; }
@keyframes pvFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* --- Trust strip --- */
.fc-trust {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--r);
    overflow: hidden;
    margin-top: 3.5rem;
    box-shadow: var(--shadow-sm);
}
.fc-trust-item { background: #fff; padding: 1.4rem 1rem; text-align: center; }
.fc-trust-item strong { display: block; font-size: 1.6rem; font-weight: 800; color: var(--ink); line-height: 1.2; }
.fc-trust-item span { font-size: .82rem; color: var(--muted); }

/* ==========================================================================
   PROBLEM / SOLUTION
   ========================================================================== */
.fc-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }

.fc-check-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.fc-check-list li {
    position: relative;
    padding: .5rem 2rem .5rem 0;
    font-size: 1rem; color: var(--body); line-height: 1.8;
}
.fc-check-list li i {
    position: absolute; right: 0; top: .7rem;
    color: var(--brand); font-size: 1.05rem;
}

.fc-compare {
    display: grid; grid-template-columns: 1fr 1fr;
    border-radius: var(--r-lg); overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.fc-compare-col { padding: 1.75rem 1.5rem; }
.fc-compare-col h4 { display: flex; align-items: center; gap: .5rem; font-size: 1rem; margin-bottom: 1.1rem; }
.fc-compare-col ul { list-style: none; padding: 0; margin: 0; font-size: .9rem; line-height: 1.85; }
.fc-compare-col ul li { padding: .28rem 0; }
.fc-compare-bad { background: #fcf7f6; }
.fc-compare-bad h4 { color: #b4544a; }
.fc-compare-bad h4 i { color: #d98a82; }
.fc-compare-bad ul li { color: #8a726f; }
.fc-compare-good { background: var(--brand-050); }
.fc-compare-good h4 { color: var(--brand-700); }
.fc-compare-good h4 i { color: var(--brand); }
.fc-compare-good ul li { color: #3c605c; }

/* ==========================================================================
   FEATURES
   ========================================================================== */
.fc-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.fc-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }

.fc-feature {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 1.75rem;
    transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.fc-feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--brand-100); }
.fc-ic {
    display: inline-flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; border-radius: 14px;
    background: var(--brand-050); color: var(--brand);
    font-size: 1.35rem; margin-bottom: 1.1rem;
}
.fc-feature h4 { font-size: 1.05rem; margin-bottom: .5rem; }
.fc-feature p { font-size: .92rem; color: var(--muted); line-height: 1.85; margin: 0; }

/* ---------- Audience ---------- */
.fc-audience {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r);
    padding: 1.75rem 1.25rem; text-align: center;
    transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.fc-audience:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.fc-audience .fc-ic { margin: 0 auto 1rem; }
.fc-audience h4 { font-size: 1.02rem; margin-bottom: .35rem; }
.fc-audience p { font-size: .85rem; color: var(--muted); margin: 0; }

/* ---------- Size guide ---------- */
.fc-size-intro { max-width: 720px; }
.fc-size {
    position: relative;
    background: #fff; border: 1px solid var(--line); border-radius: var(--r);
    padding: 1.75rem; text-align: center; height: 100%;
}
.fc-size-featured { border-color: var(--brand-200); box-shadow: 0 14px 34px -18px rgba(20,167,156,.55); }
.fc-size h3 { font-size: 1.3rem; color: var(--brand-700); margin-bottom: .4rem; }
.fc-size-tag { color: var(--muted); font-size: .9rem; margin-bottom: 1rem; }
.fc-size-metric {
    background: var(--surface-2); border: 1px solid var(--line-soft); border-radius: 10px;
    padding: .7rem .8rem; font-size: .82rem; color: var(--body);
}
.fc-size-metric i { color: var(--brand); margin-left: .35rem; }
.fc-size-link { display: inline-block; margin-top: 1rem; font-size: .88rem; font-weight: 700; color: var(--brand-700); text-decoration: none; }
.fc-size-link i { font-size: .8rem; }
.fc-size-link:hover { color: var(--brand); }

.fc-pill {
    position: absolute; top: -12px; right: 50%; transform: translateX(50%);
    background: var(--brand); color: #fff; font-size: .72rem; font-weight: 700;
    padding: .3rem .85rem; border-radius: 999px; white-space: nowrap;
    box-shadow: 0 6px 14px -6px rgba(20,167,156,.8);
}

/* ==========================================================================
   PRICING
   ========================================================================== */
.fc-pricing { background: linear-gradient(180deg, #ffffff 0%, var(--brand-050) 100%); }

.fc-toggle-wrap { text-align: center; margin-bottom: 3rem; }
.fc-toggle-label { display: block; margin-bottom: .8rem; color: var(--muted); font-size: .9rem; }
.fc-toggle {
    display: inline-flex; background: #fff; border: 1px solid var(--line);
    border-radius: 999px; padding: 5px; gap: 3px; box-shadow: var(--shadow-sm);
}
.fc-toggle-btn {
    border: none; background: transparent; padding: .6rem 1.15rem;
    border-radius: 999px; font-size: .88rem; font-weight: 700; cursor: pointer;
    color: var(--muted); transition: all .2s var(--ease); font-family: inherit;
}
.fc-toggle-btn small { display: block; font-size: .66rem; font-weight: 600; opacity: .85; margin-top: 2px; }
.fc-toggle-btn.active { background: var(--brand); color: #fff; box-shadow: 0 8px 18px -8px rgba(20,167,156,.8); }

.fc-price-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: stretch; }

.fc-price {
    position: relative; background: #fff; border: 1px solid var(--line);
    border-radius: var(--r-lg); padding: 2rem; display: flex; flex-direction: column;
    box-shadow: var(--shadow-sm);
}
.fc-price-featured { border: 1.5px solid var(--brand); box-shadow: var(--shadow); }

.fc-price h3 { font-size: 1.4rem; color: var(--ink); margin-bottom: .3rem; }
.fc-price-tag { color: var(--muted); font-size: .92rem; margin-bottom: .7rem; }
.fc-price-size {
    display: inline-flex; align-items: center; gap: .4rem;
    font-size: .78rem; color: var(--brand-700);
    background: var(--brand-050); border-radius: 8px; padding: .35rem .6rem;
}

.fc-amount { margin: 1.5rem 0 .5rem; min-height: 88px; }
.fc-amount-line { display: flex; align-items: baseline; gap: .45rem; }
.fc-amount-value { font-size: 2.6rem; font-weight: 800; color: var(--ink); line-height: 1; letter-spacing: -.02em; }
.fc-amount-unit { font-size: .8rem; color: var(--muted); line-height: 1.35; }
.fc-amount-save {
    display: inline-flex; align-items: center; gap: .3rem; margin-top: .6rem;
    background: #e7f8ed; color: #187a45; font-size: .76rem; font-weight: 700;
    padding: .22rem .6rem; border-radius: 7px;
}
.fc-amount-month { display: block; font-size: .8rem; color: var(--muted); margin-top: .4rem; }

.fc-price-fee {
    font-size: .82rem; color: var(--muted);
    padding: .9rem 0; margin: .5rem 0 1.25rem;
    border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
}
.fc-price-fee i { color: var(--brand); margin-left: .3rem; }

.fc-price-feats { list-style: none; padding: 0; margin: 0 0 1.5rem; flex: 1; }
.fc-price-feats li { position: relative; padding: .42rem 1.6rem .42rem 0; font-size: .9rem; color: var(--body); }
.fc-price-feats li i { position: absolute; right: 0; top: .6rem; color: var(--brand); font-size: .82rem; }

/* Enterprise band */
.fc-enterprise {
    position: relative; overflow: hidden;
    background: radial-gradient(120% 140% at 90% -20%, #123f3a 0%, var(--ink-900) 60%);
    color: #cfe6e3; border-radius: var(--r-lg); padding: 2.75rem; margin-top: 1.5rem;
}
.fc-enterprise::before {
    content: ""; position: absolute; top: -80px; left: -60px; width: 260px; height: 260px;
    background: radial-gradient(circle, rgba(63,201,189,.22), transparent 70%);
}
.fc-ent-grid { position: relative; display: grid; grid-template-columns: 1.6fr .9fr; gap: 2rem; align-items: center; }
.fc-ent-label {
    display: inline-flex; align-items: center; gap: .45rem;
    background: rgba(63,201,189,.15); color: #7fe3d9; font-size: .78rem; font-weight: 700;
    padding: .35rem .85rem; border-radius: 999px; margin-bottom: 1rem;
}
.fc-enterprise h3 { color: #fff; font-size: 1.5rem; margin-bottom: .6rem; }
.fc-ent-size { font-size: .9rem; color: #8fb8b3; margin-bottom: 1rem; }
.fc-ent-size i { color: #3fc9bd; margin-left: .35rem; }
.fc-enterprise p { color: #a9c9c5; line-height: 1.95; font-size: .96rem; }
.fc-ent-feats { list-style: none; padding: 0; margin: 1.25rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: .3rem 1rem; }
.fc-ent-feats li { position: relative; padding: .3rem 1.5rem .3rem 0; font-size: .9rem; color: #cfe6e3; }
.fc-ent-feats li i { position: absolute; right: 0; top: .55rem; color: #3fc9bd; font-size: .82rem; }
.fc-ent-cta { text-align: center; }
.fc-ent-price { margin-bottom: 1.25rem; color: #a9c9c5; font-size: .95rem; }
.fc-ent-price strong { display: block; font-size: 2rem; color: #fff; line-height: 1.3; }
.fc-ent-price span { display: block; font-size: .8rem; color: #8fb8b3; margin-top: .2rem; }

.fc-price-note { text-align: center; margin-top: 2rem; font-size: .88rem; color: var(--muted); }
.fc-price-note i { color: var(--brand); margin-left: .3rem; }

/* ==========================================================================
   COMPARISON TABLE
   ========================================================================== */
.fc-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: #fff; box-shadow: var(--shadow-sm); }
.fc-table { width: 100%; border-collapse: collapse; font-size: .9rem; min-width: 560px; }
.fc-table th, .fc-table td { padding: .95rem 1.1rem; text-align: center; border-bottom: 1px solid var(--line-soft); }
.fc-table tr:last-child td { border-bottom: none; }
.fc-table th:first-child, .fc-table td:first-child { text-align: right; font-weight: 700; color: var(--ink); }
.fc-table thead th { background: var(--surface-2); font-weight: 800; color: var(--ink); font-size: .92rem; }
.fc-table thead th.fc-col-hi { color: var(--brand-700); }
.fc-col-hi { background: var(--brand-050) !important; }
.fc-yes { color: var(--brand); font-size: 1rem; }
.fc-no { color: #cdd8d7; }
.fc-table tbody tr:hover td { background: #fafcfc; }
.fc-table tbody tr:hover td.fc-col-hi { background: #e6f7f4 !important; }

/* ==========================================================================
   STEPS
   ========================================================================== */
.fc-steps { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.fc-steps::before {
    content: ""; position: absolute; top: 22px; right: 8%; left: 8%; height: 2px;
    background: repeating-linear-gradient(90deg, var(--brand-200) 0 8px, transparent 8px 16px);
    z-index: 0;
}
.fc-step { position: relative; z-index: 1; text-align: center; }
.fc-step-num {
    display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center;
    background: #fff; color: var(--brand-700); border: 2px solid var(--brand-200);
    border-radius: 50%; font-weight: 800; margin-bottom: .9rem; box-shadow: var(--shadow-sm);
}
.fc-step h4 { font-size: .98rem; margin-bottom: .3rem; }
.fc-step p { font-size: .82rem; color: var(--muted); margin: 0; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.fc-faq { max-width: 760px; margin: 0 auto; }
.fc-faq-item {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm);
    margin-bottom: .75rem; padding: 0 1.35rem; transition: border-color .2s, box-shadow .2s;
}
.fc-faq-item[open] { border-color: var(--brand-200); box-shadow: var(--shadow-sm); }
.fc-faq-item summary {
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 1.15rem 0; cursor: pointer; font-weight: 700; color: var(--ink);
    font-size: 1rem; list-style: none;
}
.fc-faq-item summary::-webkit-details-marker { display: none; }
.fc-faq-item summary::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    color: var(--brand);
    transition: transform .25s var(--ease);
}
.fc-faq-item[open] summary::after { transform: rotate(180deg); }
.fc-faq-item p { padding: 0 0 1.2rem; margin: 0; color: var(--body); line-height: 1.95; font-size: .94rem; }

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.fc-final {
    position: relative; overflow: hidden;
    padding: 5rem 0; text-align: center; color: #fff;
    background: radial-gradient(120% 140% at 10% 0%, #17b3a7 0%, var(--brand-700) 55%, #0a5d57 100%);
}
.fc-final::before {
    content: ""; position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 26px 26px; opacity: .5;
}
.fc-final-inner { position: relative; }
.fc-final h2 { color: #fff; font-size: clamp(1.5rem, 1rem + 2vw, 2.15rem); margin-bottom: .8rem; line-height: 1.5; }
.fc-final p { color: rgba(255,255,255,.9); font-size: 1.05rem; margin-bottom: 2rem; }
.fc-final-btns { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
    .fc-hero-grid { grid-template-columns: 1fr; gap: 3.5rem; }
    .fc-hero-visual { order: 2; }
    .fc-hero .fc-lead { max-width: none; }
    .fc-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .fc-ent-grid { grid-template-columns: 1fr; }
    .fc-ent-cta { text-align: right; }
}

@media (max-width: 767px) {
    .fc-section { padding: 3.5rem 0; }
    .fc-hero { margin-top: 48px; padding: 3rem 0 3.5rem; }
    .fc-split { grid-template-columns: 1fr; gap: 2rem; }
    .fc-grid-3 { grid-template-columns: 1fr; }
    .fc-trust { grid-template-columns: 1fr 1fr; }
    .fc-price-row { grid-template-columns: 1fr; }
    .fc-compare { grid-template-columns: 1fr; }
    .fc-steps { grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem 1rem; }
    .fc-steps::before { display: none; }
    .fc-ent-feats { grid-template-columns: 1fr; }
    .pv-float-1 { left: 0; }
    .pv-float-2 { right: 0; }
}

@media (max-width: 420px) {
    .fc-steps { grid-template-columns: 1fr 1fr; }
    .fc-cta-row .btn-fc { flex: 1; }
}
