/* ═══════════════════════════════════════════════════════
   فرشواره — hamkari.css
   صفحه همکاری با فرشواره
   وابسته به توکن‌های main.css
   ═══════════════════════════════════════════════════════ */

/* ── بخش‌های مشترک ── */
.fv-hk-section { padding: 80px 0; }
.fv-hk-section--dark  { background: linear-gradient(148deg, var(--plum-950) 0%, var(--plum-900) 60%, #0c1a28 100%); }
.fv-hk-section--cream { background: var(--champagne); }

/* عنوان مرکزی */
.fv-sec-head--center {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.fv-hk-plans__subtitle {
    font-size: 15px; color: var(--ink-soft);
    margin-top: 12px; max-width: 560px; text-align: center;
}


/* ══════════════════════════════════════════
   ۱. HERO
══════════════════════════════════════════ */
.fv-hk-hero {
    position: relative;
    padding: 72px 0 100px;
    overflow: hidden;
}
.fv-hk-hero__bg          { position: absolute; inset: 0; pointer-events: none; }
.fv-hk-hero__bg-grad     { position: absolute; inset: 0; background: linear-gradient(148deg, var(--plum-950) 0%, var(--plum-900) 45%, #0a1520 100%); }
.fv-hk-hero__bg-pattern  {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 5% 50%, rgba(201,162,39,.12) 0, transparent 60%),
        radial-gradient(circle at 92% 20%, rgba(19,122,136,.18) 0, transparent 40%),
        url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9a227' fill-opacity='.03'%3E%3Cpath d='M24 0l3.5 10.5H38L29 17l3.5 10.5L24 21l-8.5 6.5L19 17 10 10.5h10.5z'/%3E%3C/g%3E%3C/svg%3E");
}
.fv-hk-hero__motif {
    position: absolute; left: -60px; top: 50%; transform: translateY(-50%);
    width: 500px; height: 500px; color: var(--gold); opacity: .1; pointer-events: none;
}

.fv-hk-hero__bc {
    position: relative; z-index: 2;
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; color: rgba(255,255,255,.45); margin-bottom: 36px;
}
.fv-hk-hero__bc a { color: rgba(255,255,255,.6); transition: color .15s; }
.fv-hk-hero__bc a:hover { color: var(--gold-lite); }

.fv-hk-hero__inner {
    position: relative; z-index: 2;
    display: flex; gap: 60px; align-items: center; flex-wrap: wrap;
}
.fv-hk-hero__text { flex: 1; min-width: 280px; }

.fv-hk-hero__eyebrow {
    display: inline-block;
    font-size: 12px; font-weight: 800; letter-spacing: .8px;
    color: var(--gold-lite);
    background: rgba(201,162,39,.12); border: 1px solid rgba(201,162,39,.25);
    padding: 5px 14px; border-radius: 100px; margin-bottom: 22px;
}
.fv-hk-hero__title {
    font-size: clamp(28px, 4.5vw, 52px);
    font-weight: 900; letter-spacing: -.8px;
    color: #fff; line-height: 1.2; margin-bottom: 20px;
}
.fv-hk-hero__title-hl {
    color: var(--gold-lite); position: relative;
}
.fv-hk-hero__title-hl::after {
    content: ''; position: absolute; bottom: -4px; right: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--gold), transparent); border-radius: 4px;
}
.fv-hk-hero__desc {
    font-size: 17px; color: rgba(255,255,255,.75);
    line-height: 1.8; margin-bottom: 32px; max-width: 560px;
}
.fv-hk-hero__acts { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

/* آمار */
.fv-hk-hero__stats {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 16px; flex-shrink: 0; min-width: 240px;
}
.fv-hk-stat {
    background: rgba(255,255,255,.06); border: 1px solid rgba(201,162,39,.2);
    border-radius: var(--r-md); padding: 20px 18px; text-align: center;
    backdrop-filter: blur(6px); transition: background .2s;
}
.fv-hk-stat:hover { background: rgba(201,162,39,.1); }
.fv-hk-stat__num  { display: block; font-size: 32px; font-weight: 900; color: var(--gold-lite); line-height: 1; margin-bottom: 6px; }
.fv-hk-stat__num span { font-size: 22px; }
.fv-hk-stat__label { font-size: 13px; color: rgba(255,255,255,.6); font-weight: 600; }

/* موج */
.fv-hk-hero__wave { position: absolute; bottom: -1px; left: 0; right: 0; }
.fv-hk-hero__wave svg { width: 100%; height: 64px; display: block; }


/* ══════════════════════════════════════════
   ۲. برای چه کسانی
══════════════════════════════════════════ */
.fv-hk-who__grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; margin-top: 48px;
}
.fv-hk-who__card {
    position: relative;
    background: var(--paper); border: 1.5px solid var(--line);
    border-radius: var(--r-lg); padding: 32px 28px;
    transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.fv-hk-who__card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: rgba(201,162,39,.35); }
.fv-hk-who__card--featured {
    border-color: var(--gold);
    background: linear-gradient(160deg, #fffdf8, #fff9ec);
    box-shadow: 0 8px 32px -12px rgba(201,162,39,.3);
}
.fv-hk-who__badge {
    position: absolute; top: -12px; right: 24px;
    background: linear-gradient(135deg, var(--gold-lite), var(--gold));
    color: #2a1800; font-size: 11px; font-weight: 800;
    padding: 4px 14px; border-radius: 100px; letter-spacing: .3px;
}
.fv-hk-who__icon {
    width: 56px; height: 56px; border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.fv-hk-who__icon--gold { background: rgba(201,162,39,.12); color: var(--gold); }
.fv-hk-who__icon--plum { background: rgba(87,35,98,.1);    color: var(--plum-700); }
.fv-hk-who__icon--teal { background: rgba(19,122,136,.1);  color: var(--teal); }
.fv-hk-who__title { font-size: 19px; font-weight: 800; color: var(--ink); margin-bottom: 10px; }
.fv-hk-who__desc  { font-size: 14px; color: var(--ink-mid); line-height: 1.75; margin-bottom: 18px; }
.fv-hk-who__list  { display: flex; flex-direction: column; gap: 8px; }
.fv-hk-who__list li {
    font-size: 13.5px; color: var(--ink-mid);
    padding-right: 20px; position: relative;
}
.fv-hk-who__list li::before { content: '✓'; position: absolute; right: 0; color: var(--teal); font-weight: 800; }


/* ══════════════════════════════════════════
   ۳. مزایا
══════════════════════════════════════════ */
.fv-hk-benefits__grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 20px; margin-top: 48px;
}
.fv-hk-benefit {
    display: flex; gap: 16px; align-items: flex-start;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--r-md); padding: 22px 20px;
    transition: background .2s, border-color .2s;
}
.fv-hk-benefit:hover { background: rgba(255,255,255,.08); border-color: rgba(201,162,39,.2); }
.fv-hk-benefit__icon {
    width: 44px; height: 44px; border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.fv-hk-benefit__icon--gold { background: rgba(201,162,39,.15); color: var(--gold-lite); }
.fv-hk-benefit__icon--teal { background: rgba(19,122,136,.2);  color: var(--teal-lite); }
.fv-hk-benefit__title { font-size: 15px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.fv-hk-benefit__desc  { font-size: 13.5px; color: rgba(255,255,255,.6); line-height: 1.7; }


/* ══════════════════════════════════════════
   ۴. پلن‌ها
══════════════════════════════════════════ */
.fv-hk-plans__grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 20px; margin-top: 48px; align-items: start;
}
.fv-hk-plan {
    position: relative;
    background: var(--paper); border: 1.5px solid var(--line);
    border-radius: var(--r-lg); padding: 28px 24px 24px;
    display: flex; flex-direction: column;
    transition: box-shadow .2s, transform .2s;
}
.fv-hk-plan:hover { box-shadow: var(--sh-md); transform: translateY(-3px); }
.fv-hk-plan--pro {
    border-color: var(--gold);
    background: linear-gradient(165deg, #fffcf0, #fff8e0);
    box-shadow: 0 12px 40px -16px rgba(201,162,39,.4);
}
.fv-hk-plan--pro:hover { transform: translateY(-5px); }

.fv-hk-plan__popular {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg, var(--gold-lite), var(--gold));
    color: #2a1800; font-size: 11px; font-weight: 800;
    padding: 4px 18px; border-radius: 100px; white-space: nowrap;
}
.fv-hk-plan__head   { margin-bottom: 20px; }
.fv-hk-plan__name   { display: block; font-size: 20px; font-weight: 900; color: var(--ink); margin-bottom: 6px; }
.fv-hk-plan__tag    { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 100px; margin-bottom: 16px; }
.fv-hk-plan__tag--free    { background: rgba(19,122,136,.1);  color: var(--teal); }
.fv-hk-plan__tag--basic   { background: rgba(87,35,98,.08);   color: var(--plum-700); }
.fv-hk-plan__tag--pro     { background: rgba(201,162,39,.15); color: var(--gold-deep); }
.fv-hk-plan__tag--premium { background: rgba(122,30,42,.08);  color: var(--garnet); }
.fv-hk-plan__price        { border-top: 1px solid var(--line); padding-top: 16px; }
.fv-hk-plan__price-val    { display: block; font-size: 16px; font-weight: 800; color: var(--ink); margin-bottom: 3px; }
.fv-hk-plan__price-period { font-size: 12px; color: var(--ink-soft); }

.fv-hk-plan__features { display: flex; flex-direction: column; gap: 10px; margin: 20px 0 24px; flex: 1; }
.fv-hk-plan__feat     { font-size: 13.5px; color: var(--ink-mid); padding-right: 22px; position: relative; line-height: 1.5; }
.fv-hk-plan__feat::before { position: absolute; right: 0; top: 0; font-size: 13px; font-weight: 800; }
.fv-hk-plan__feat--yes::before { content: '✓'; color: var(--teal); }
.fv-hk-plan__feat--no  { opacity: .4; }
.fv-hk-plan__feat--no::before  { content: '✕'; color: var(--ink-soft); }

.fv-hk-plan__cta {
    display: flex; align-items: center; justify-content: center;
    padding: 12px 20px; border-radius: var(--r-md);
    font-size: 14px; font-weight: 700; border: none; cursor: pointer;
    text-align: center; text-decoration: none;
    transition: transform .15s, box-shadow .2s, background .2s;
}
.fv-hk-plan__cta:hover { transform: translateY(-1px); }
.fv-hk-plan__cta--outline { background: transparent; border: 1.5px solid var(--plum-700); color: var(--plum-700); }
.fv-hk-plan__cta--outline:hover { background: rgba(87,35,98,.06); }
.fv-hk-plan__cta--teal   { background: linear-gradient(135deg, var(--teal-lite), var(--teal)); color: #fff; box-shadow: 0 8px 24px -10px rgba(19,122,136,.5); }
.fv-hk-plan__cta--teal:hover   { box-shadow: 0 12px 32px -8px rgba(19,122,136,.65); }
.fv-hk-plan__cta--gold   { background: linear-gradient(135deg, var(--gold-lite), var(--gold)); color: #2a1800; box-shadow: 0 8px 24px -10px rgba(201,162,39,.6); }
.fv-hk-plan__cta--gold:hover   { box-shadow: 0 12px 32px -8px rgba(201,162,39,.8); }


/* ══════════════════════════════════════════
   ۵. جایگاه‌های تبلیغاتی
══════════════════════════════════════════ */
.fv-hk-ads__grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 20px; margin-top: 48px;
}
.fv-hk-adslot {
    position: relative;
    background: var(--paper); border: 1.5px dashed var(--line);
    border-radius: var(--r-lg); padding: 26px 22px;
    display: flex; flex-direction: column; gap: 10px;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.fv-hk-adslot:hover { transform: translateY(-3px); box-shadow: var(--sh-sm); }
.fv-hk-adslot--gold:hover { border-color: var(--gold); }
.fv-hk-adslot--teal:hover { border-color: var(--teal); }
.fv-hk-adslot--plum:hover { border-color: var(--plum-700); }
.fv-hk-adslot--gold { border-color: rgba(201,162,39,.35); }
.fv-hk-adslot--teal { border-color: rgba(19,122,136,.3); }
.fv-hk-adslot--plum { border-color: rgba(87,35,98,.25); }

.fv-hk-adslot__hot {
    position: absolute; top: -11px; right: 18px;
    background: var(--garnet); color: #fff;
    font-size: 10.5px; font-weight: 800; padding: 3px 12px; border-radius: 100px;
}
.fv-hk-adslot__icon {
    width: 44px; height: 44px; background: var(--champagne);
    border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; color: var(--ink-mid);
}
.fv-hk-adslot--gold .fv-hk-adslot__icon { background: rgba(201,162,39,.1);  color: var(--gold); }
.fv-hk-adslot--teal .fv-hk-adslot__icon { background: rgba(19,122,136,.1);  color: var(--teal); }
.fv-hk-adslot--plum .fv-hk-adslot__icon { background: rgba(87,35,98,.08);   color: var(--plum-700); }

.fv-hk-adslot__label { font-size: 11px; font-weight: 800; letter-spacing: .5px; color: var(--ink-soft); text-transform: uppercase; }
.fv-hk-adslot__title { font-size: 15px; font-weight: 800; color: var(--ink); line-height: 1.4; }
.fv-hk-adslot__meta  { display: flex; flex-direction: column; gap: 4px; margin-top: 4px; }
.fv-hk-adslot__size,
.fv-hk-adslot__views { font-size: 12.5px; color: var(--ink-soft); }
.fv-hk-adslot__cta {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 700; color: var(--plum-700); margin-top: 6px;
    transition: color .15s, gap .15s;
}
.fv-hk-adslot--gold .fv-hk-adslot__cta { color: var(--gold-deep); }
.fv-hk-adslot--teal .fv-hk-adslot__cta { color: var(--teal); }
.fv-hk-adslot__cta:hover { gap: 10px; }


/* ══════════════════════════════════════════
   ۶. خدمات ویژه
══════════════════════════════════════════ */
.fv-hk-services__grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 20px; margin-top: 48px;
}
.fv-hk-service {
    background: var(--paper); border: 1.5px solid var(--line);
    border-radius: var(--r-lg); padding: 28px 24px;
    display: flex; flex-direction: column; gap: 10px;
    transition: box-shadow .2s, transform .2s, border-color .2s;
}
.fv-hk-service:hover { transform: translateY(-3px); box-shadow: var(--sh-sm); border-color: rgba(19,122,136,.3); }
.fv-hk-service__emoji { font-size: 32px; line-height: 1; }
.fv-hk-service__title { font-size: 16px; font-weight: 800; color: var(--ink); }
.fv-hk-service__desc  { font-size: 13.5px; color: var(--ink-mid); line-height: 1.75; flex: 1; }
.fv-hk-service__link  {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 700; color: var(--teal); margin-top: 4px;
    transition: gap .15s, color .15s;
}
.fv-hk-service__link:hover { gap: 10px; color: var(--plum-700); }


/* ══════════════════════════════════════════
   ۷. مراحل کار
══════════════════════════════════════════ */
.fv-hk-steps__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 56px;
    position: relative;
}
/* خط اتصال بین مراحل */
.fv-hk-steps__list::before {
    content: '';
    position: absolute;
    top: 28px;
    right: calc(12.5% + 28px);
    left:  calc(12.5% + 28px);
    height: 2px;
    background: linear-gradient(90deg, rgba(201,162,39,.5), rgba(201,162,39,.1));
    z-index: 0;
}
.fv-hk-step {
    display: flex; flex-direction: column; align-items: center;
    text-align: center; position: relative; z-index: 1;
    padding: 0 16px;
}
.fv-hk-step__num {
    width: 56px; height: 56px; border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-lite), var(--gold));
    color: #2a1800; font-size: 22px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px; position: relative; z-index: 2;
    box-shadow: 0 8px 24px -8px rgba(201,162,39,.6);
}
.fv-hk-step__connector { display: none; } /* فقط برای موبایل استفاده می‌شود */
.fv-hk-step__title { font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.fv-hk-step__desc  { font-size: 13.5px; color: rgba(255,255,255,.6); line-height: 1.7; }


/* ══════════════════════════════════════════
   ۸. FAQ
══════════════════════════════════════════ */
.fv-hk-faq__list {
    max-width: 780px; margin: 48px auto 0;
    display: flex; flex-direction: column; gap: 10px;
}
.fv-hk-faq__item {
    background: var(--paper); border: 1.5px solid var(--line);
    border-radius: var(--r-md); overflow: hidden; transition: border-color .2s, box-shadow .2s;
}
.fv-hk-faq__item:has([aria-expanded="true"]) { border-color: rgba(201,162,39,.4); box-shadow: var(--sh-sm); }

.fv-hk-faq__q {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    gap: 16px; padding: 18px 22px; background: none; border: none; cursor: pointer;
    font-size: 15px; font-weight: 700; color: var(--ink);
    text-align: right; line-height: 1.5; transition: background .15s;
}
.fv-hk-faq__q:hover { background: var(--champagne); }
.fv-hk-faq__q[aria-expanded="true"] { color: var(--plum-700); }
.fv-hk-faq__arrow  { flex-shrink: 0; color: var(--ink-soft); transition: transform .25s var(--ease); }
[aria-expanded="true"] .fv-hk-faq__arrow { transform: rotate(180deg); }
.fv-hk-faq__a {
    padding: 14px 22px 18px; border-top: 1px solid var(--line);
    font-size: 14px; color: var(--ink-mid); line-height: 1.8;
}


/* ══════════════════════════════════════════
   ۹. تماس
══════════════════════════════════════════ */
.fv-hk-contact__inner {
    display: grid; grid-template-columns: 1fr 480px;
    gap: 64px; align-items: start;
}
.fv-hk-contact__title {
    font-size: clamp(22px, 3vw, 32px); font-weight: 900;
    color: var(--ink); line-height: 1.3; margin: 8px 0 14px;
}
.fv-hk-contact__desc  { font-size: 15px; color: var(--ink-mid); line-height: 1.8; margin-bottom: 32px; }
.fv-hk-contact__channels { display: flex; flex-direction: column; gap: 12px; }

.fv-hk-channel {
    display: flex; align-items: center; gap: 16px;
    padding: 16px 20px; border-radius: var(--r-md);
    border: 1.5px solid var(--line); background: var(--paper);
    text-decoration: none; color: var(--ink);
    transition: box-shadow .2s, transform .15s, border-color .2s;
}
.fv-hk-channel:hover { transform: translateX(-3px); box-shadow: var(--sh-sm); }
.fv-hk-channel--wa:hover    { border-color: #25d366; }
.fv-hk-channel--phone:hover { border-color: var(--teal); }
.fv-hk-channel--form:hover  { border-color: var(--plum-700); }
.fv-hk-channel--wa    { border-color: rgba(37,211,102,.3); }
.fv-hk-channel--phone { border-color: rgba(19,122,136,.3); }
.fv-hk-channel--form  { border-color: rgba(87,35,98,.2); }

.fv-hk-channel__icon {
    width: 46px; height: 46px; border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.fv-hk-channel--wa    .fv-hk-channel__icon { background: rgba(37,211,102,.12); color: #25d366; }
.fv-hk-channel--phone .fv-hk-channel__icon { background: rgba(19,122,136,.1);  color: var(--teal); }
.fv-hk-channel--form  .fv-hk-channel__icon { background: rgba(87,35,98,.08);   color: var(--plum-700); }
.fv-hk-channel strong { display: block; font-size: 15px; font-weight: 800; margin-bottom: 2px; }
.fv-hk-channel span   { font-size: 13px; color: var(--ink-soft); }

/* فرم */
.fv-hk-contact__form-wrap {
    background: var(--paper); border: 1.5px solid var(--line);
    border-radius: var(--r-xl); box-shadow: var(--sh-md); overflow: hidden;
}
.fv-hk-contact__form-head {
    background: linear-gradient(135deg, var(--plum-900), var(--plum-800)); padding: 24px 28px;
}
.fv-hk-contact__form-head h3 { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 5px; }
.fv-hk-contact__form-head p  { font-size: 13px; color: rgba(255,255,255,.6); }

.fv-hk-contact__form { padding: 28px; display: flex; flex-direction: column; gap: 18px; }

.fv-hk-form__group { display: flex; flex-direction: column; gap: 7px; }
.fv-hk-form__group label { font-size: 13px; font-weight: 700; color: var(--ink-mid); }
.fv-hk-form__group label span { color: var(--garnet); }
.fv-hk-form__group input,
.fv-hk-form__group select,
.fv-hk-form__group textarea {
    width: 100%; background: var(--cream); color: var(--ink);
    border: 1.5px solid var(--line); border-radius: var(--r-sm);
    padding: 11px 14px; font-size: 14px;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    transition: border-color .15s, box-shadow .15s; outline: none;
}
.fv-hk-form__group input:focus,
.fv-hk-form__group select:focus,
.fv-hk-form__group textarea:focus { border-color: var(--plum-700); box-shadow: 0 0 0 3px rgba(87,35,98,.1); }
.fv-hk-form__group textarea { resize: vertical; min-height: 88px; }

.fv-hk-form__submit {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 13px 24px; border-radius: var(--r-md);
    background: linear-gradient(135deg, var(--gold-lite), var(--gold));
    color: #2a1800; font-size: 15px; font-weight: 800;
    border: none; cursor: pointer; width: 100%;
    box-shadow: 0 10px 28px -12px rgba(201,162,39,.7);
    transition: box-shadow .2s, transform .15s;
}
.fv-hk-form__submit:hover { box-shadow: 0 14px 36px -10px rgba(201,162,39,.85); transform: translateY(-1px); }
.fv-hk-form__submit:disabled { opacity: .65; cursor: not-allowed; transform: none; }

.fv-hk-form__msg { padding: 13px 16px; border-radius: var(--r-sm); font-size: 14px; font-weight: 600; text-align: center; }
.fv-hk-form__msg--ok  { background: rgba(19,122,136,.1);  color: var(--teal);   border: 1px solid rgba(19,122,136,.25); }
.fv-hk-form__msg--err { background: rgba(122,30,42,.08);  color: var(--garnet); border: 1px solid rgba(122,30,42,.2); }


/* ══════════════════════════════════════════
   Responsive
══════════════════════════════════════════ */
@media (max-width: 1200px) {
    .fv-hk-plans__grid      { grid-template-columns: repeat(2, 1fr); }
    .fv-hk-contact__inner   { grid-template-columns: 1fr; gap: 40px; }
    .fv-hk-contact__form-wrap { max-width: 560px; }
}
@media (max-width: 1024px) {
    .fv-hk-benefits__grid   { grid-template-columns: repeat(2, 1fr); }
    .fv-hk-services__grid   { grid-template-columns: repeat(2, 1fr); }
    .fv-hk-ads__grid         { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .fv-hk-who__grid         { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
    .fv-hk-hero__inner       { flex-direction: column; gap: 36px; }
    .fv-hk-hero__stats       { width: 100%; max-width: 420px; margin-inline: auto; }
    .fv-hk-steps__list       { grid-template-columns: repeat(2, 1fr); }
    .fv-hk-steps__list::before { display: none; }
}
@media (max-width: 768px) {
    .fv-hk-section           { padding: 56px 0; }
    .fv-hk-hero              { padding: 52px 0 80px; }
    .fv-hk-benefits__grid    { grid-template-columns: 1fr; }
    .fv-hk-plans__grid       { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; }
    .fv-hk-services__grid    { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
    .fv-hk-ads__grid          { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
    .fv-hk-steps__list        { grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; }
    .fv-hk-step               { flex-direction: row; text-align: right; gap: 16px; align-items: flex-start; }
    .fv-hk-step__num          { margin-bottom: 0; flex-shrink: 0; }
    .fv-hk-step__body         { padding: 0; }
}
@media (max-width: 480px) {
    .fv-hk-hero__stats        { grid-template-columns: 1fr 1fr; }
    .fv-hk-hero__acts         { flex-direction: column; align-items: stretch; }
    .fv-hk-hero__acts .fv-btn { justify-content: center; }
    .fv-hk-contact__form      { padding: 20px; }
}
