/* ============================================================================
   for-cafe.css — лендинг «Программа лояльности для кафе с посадкой»
   (донор swip-cafe-landing-final). Весь дизайн донора заскоуплен под .fc-page,
   чтобы стили не утекали на общие шапку/подвал и другие страницы. Шапка и подвал —
   наши (sections/new-header.php / new-footer.php), перекрашены под тёмно-зелёную
   палитру донора. Донорские <header>/<footer>/меню/reveal удалены.
   Стиль грузится только на этой странице (см. for-cafe-static.php).
   ============================================================================ */

/* ---- изоляция: гасим глобальные ресеты темы (style.min.css) внутри обёртки ---- */
.fc-page, .fc-page *{ font-family: var(--font); }
.fc-page *{ color: inherit; }

/* ---- [ниже — авто-заскоупленный донорский CSS] ---- */

.fc-page{--bg1:#123629; --bg2:#0E251D; --bg3:#194C35;
  --gold:#CBA262; --gold-soft:#E6CB90;
  --accent:#C2974A; --accent-hover:#D7AC5E; --accent-deep:#9A7430;
  --tg:#27A7E7; --tg-hover:#1f93cd;
  --ok:#54C98A; --money:#12B76A; --money-dark:#07864E;
  --text:#E7EDE6; --head:#F4F8F2; --muted:#9DB0A4;
  --cream:#FBF5EC; --cream-2:#EAF0E6;
  --line:rgba(255,255,255,.10);
  --glass:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  --glass-brd:rgba(255,255,255,.11);
  --shadow:0 26px 64px -28px rgba(0,0,0,.8);
  --shadow-sm:0 14px 36px -18px rgba(0,0,0,.7);
  --r:22px; --r-sm:14px;
  
  --card-radius-lg:28px; --card-radius-md:22px;
  --card-padding-lg:32px; --card-padding-md:24px;
  --card-shadow-dark:0 28px 70px -42px rgba(0,0,0,.72);
  --card-shadow-light:0 24px 60px -38px rgba(77,45,20,.24);
  --card-border-dark:rgba(255,255,255,.11); --card-border-light:#E8D8C5;
  --maxw:1180px;
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  
  --l-bg:#F6EFE4; --l-head:#241A13; --l-text:#63564A; --l-muted:#9A8B7C;
  --l-accent:#7A4E2A; --l-line:#E8D8C5; --l-card:#FFFDF8;
  --coffee:#6F4A2D; --coffee-dark:#2B1A10; --cream-warm:#F6EFE4; --cream-card:#FFFDF8;
  --brass:#C2974A; --brass-soft:#E6CB90; --success:#1C8C5A;}
.fc-page *{box-sizing:border-box;margin:0;padding:0}
.fc-page{font-family:var(--font); color:var(--text); background:var(--bg2);
  line-height:1.55; -webkit-font-smoothing:antialiased; overflow-x:hidden; overflow-wrap:break-word;
  background-image:
    radial-gradient(1100px 620px at 82% -8%, rgba(30,122,86,.22), transparent 60%),
    radial-gradient(900px 520px at -5% 22%, rgba(203,162,98,.13), transparent 55%),
    linear-gradient(180deg,#123629 0%,#102F24 45%,#091911 100%);
  background-attachment:fixed;}
.fc-page a{color:inherit;text-decoration:none}
.fc-page img,.fc-page svg{max-width:100%;display:block}
.fc-page .wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}
.fc-page h1,.fc-page h2,.fc-page h3{color:var(--head);line-height:1.12;font-weight:800;letter-spacing:-.01em}
.fc-page h2{font-size:clamp(26px,3.4vw,40px)}
.fc-page h3{font-size:20px;font-weight:700}
.fc-page p{color:var(--text)}
.fc-page .muted{color:var(--muted)}
.fc-page .gold{color:var(--gold)}
.fc-page .accent{color:var(--accent-hover)}
.fc-page .eyebrow{font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}
.fc-page section{padding:76px 0;position:relative}
.fc-page .section-note{margin-top:18px;font-size:14px;color:var(--muted)}
.fc-page .section-note b{color:var(--gold-soft);font-weight:700}
.fc-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:none;cursor:pointer;
  font-family:var(--font);font-weight:700;font-size:15px;padding:13px 22px;border-radius:14px;transition:.18s;white-space:nowrap}
.fc-page .btn-primary{background:linear-gradient(135deg,#E6CB90,#C2974A);color:#2C1206;box-shadow:0 14px 30px -12px rgba(30,122,86,.6)}
.fc-page .btn-primary:hover{filter:brightness(1.06);transform:translateY(-2px)}
.fc-page .btn-ghost{background:rgba(255,255,255,.06);color:var(--text);border:1px solid rgba(255,255,255,.2)}
.fc-page .btn-ghost:hover{border-color:var(--gold);background:rgba(255,255,255,.1);transform:translateY(-2px)}
.fc-page .btn-lg{padding:17px 30px;font-size:16px;border-radius:16px}
.fc-page .btn-block{width:100%}
.fc-page .card{background:var(--glass);border:1px solid var(--glass-brd);border-radius:var(--r);padding:26px;
  backdrop-filter:blur(6px);box-shadow:var(--shadow-sm)}
.fc-page .hero{position:relative;min-height:760px;padding:116px 0 130px;overflow:hidden;background:linear-gradient(120deg,#123629,#194C35)}
.fc-page .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center right;z-index:0;filter:saturate(1.04) brightness(1.08) contrast(1.04)}
.fc-page .hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(8,24,18,.82) 0%,rgba(8,24,18,.70) 30%,rgba(8,24,18,.40) 56%,rgba(8,24,18,.12) 100%),radial-gradient(820px 560px at 30% 52%,rgba(8,24,18,.42),transparent 66%),linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.02) 45%,rgba(0,0,0,.24) 100%)}
.fc-page .hero::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(760px 420px at 62% 20%,rgba(255,245,220,.18),transparent 60%);mix-blend-mode:soft-light;opacity:.7}
.fc-page .hero .wrap{position:relative;z-index:2;max-width:1280px;padding:0 40px;display:grid;grid-template-columns:1.02fr .78fr;gap:52px;align-items:center}
.fc-page .hero-content{max-width:650px}
.fc-page .hero-ai-card{width:100%;max-width:440px;justify-self:end;padding:26px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.74),rgba(255,255,255,.56));border:1px solid rgba(255,255,255,.62);box-shadow:0 34px 90px -44px rgba(0,0,0,.62),inset 0 1px 0 rgba(255,255,255,.62);backdrop-filter:blur(18px) saturate(1.18);-webkit-backdrop-filter:blur(18px) saturate(1.18);color:#241A13;overflow:hidden}
.fc-page .hero-ai-head span{display:block;font-size:11.5px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:rgba(36,26,19,.50)}
.fc-page .hero-ai-slider{position:relative;min-height:368px;margin-top:14px}
.fc-page .hero-ai-slide{position:absolute;inset:0;opacity:0;transform:translateY(10px);transition:opacity .45s ease,transform .45s ease;pointer-events:none}
.fc-page .hero-ai-slide.is-active{opacity:1;transform:translateY(0);pointer-events:auto}
.fc-page .ai-campaign-type{display:inline-flex;align-items:center;height:28px;padding:0 11px;border-radius:999px;background:rgba(27,107,73,.10);color:#1B6B49;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.fc-page .hero-ai-slide h3{margin-top:14px;font-size:25px;line-height:1.08;font-weight:900;color:#241A13;letter-spacing:-.03em}
.fc-page .ai-reason{margin-top:8px;color:rgba(36,26,19,.68);font-size:15px;line-height:1.35;font-weight:600}
.fc-page .ai-offer{margin-top:20px;padding:17px 18px;border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.58),rgba(230,203,144,.18));border:1px solid rgba(194,151,74,.24)}
.fc-page .ai-offer b{display:block;color:#241A13;font-size:18px;line-height:1.2;font-weight:900}
.fc-page .ai-offer span{display:block;margin-top:6px;color:rgba(36,26,19,.62);font-size:13.5px;font-weight:700}
.fc-page .ai-result{margin-top:16px;display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border-radius:999px;background:rgba(28,140,90,.14);color:#145C3D;font-size:14px;font-weight:900}
.fc-page .ai-note{margin-top:18px;padding:15px 16px;border-radius:16px;background:linear-gradient(135deg,rgba(28,140,90,.14),rgba(255,255,255,.34));border:1px solid rgba(28,140,90,.22);color:#145C3D;font-size:14px;line-height:1.38;font-weight:800}
.fc-page .hero-ai-foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px}
.fc-page .hero-ai-dots{display:flex;gap:7px}
.fc-page .hero-ai-dots button{width:8px;height:8px;border:0;border-radius:999px;background:rgba(36,26,19,.22);cursor:pointer;transition:width .2s ease,background .2s ease;padding:0}
.fc-page .hero-ai-dots button.is-active{width:22px;background:#1B6B49}
.fc-page .hero-ai-next{width:36px;height:36px;border-radius:50%;border:1px solid rgba(27,107,73,.30);background:rgba(27,107,73,.10);color:#1B6B49;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:.18s}
.fc-page .hero-ai-next:hover{background:rgba(27,107,73,.18);transform:translateX(2px)}
.fc-page .hero-ai-next svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.fc-page .badge{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--gold-soft);background:rgba(230,203,144,.14);border:1px solid rgba(230,203,144,.32);padding:8px 15px;border-radius:999px;backdrop-filter:blur(6px)}
.fc-page .badge svg,.fc-page .story-image-badge svg,.fc-page .push-chip svg,.fc-page .ai-result svg{width:1.15em;height:1.15em;flex:none;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}
.fc-page .hero h1{font-size:clamp(38px,4vw,58px);line-height:1.03;letter-spacing:-0.04em;max-width:640px;margin:22px 0 22px;color:#FFFFFF;text-shadow:0 2px 10px rgba(0,0,0,.45),0 4px 30px rgba(0,0,0,.4)}
.fc-page .hero h1 .hl{color:#E6CB90;background:none;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:currentColor;text-shadow:0 2px 10px rgba(0,0,0,.38),0 0 18px rgba(230,203,144,.18);white-space:normal}
.fc-page .hero .sub{max-width:560px;font-size:19px;line-height:1.55;color:rgba(255,255,255,.92);text-shadow:0 2px 14px rgba(0,0,0,.5)}
.fc-page .hero-actions-glass{display:inline-flex;gap:12px;padding:10px;margin-top:28px;border-radius:20px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(16px);box-shadow:0 20px 60px -30px rgba(0,0,0,.85)}
.fc-page .hero-trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.fc-page .hero-trust-row span{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--cream-2);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);padding:8px 13px;border-radius:999px}
.fc-page .hero-trust-row b{color:var(--gold-soft);font-weight:800}
.fc-page .grid{display:grid;gap:18px}
.fc-page .g3{grid-template-columns:repeat(3,1fr)}
.fc-page .center{text-align:center}
.fc-page .head-wrap{max-width:780px}
.fc-page .head-wrap.center{margin:0 auto}
.fc-page .head-wrap .sub{margin-top:14px;font-size:18px;color:var(--text);opacity:.9}
.fc-page .pain h3{margin:0;min-height:64px;display:flex;align-items:flex-start;color:var(--gold-soft);font-size:clamp(24px,2.3vw,30px);font-weight:800;line-height:1.14;letter-spacing:-.02em}
.fc-page .pain p{margin-top:11px;font-size:16.5px;line-height:1.45;color:var(--text);opacity:.84;max-width:30ch}
.fc-page .pain .card{position:relative;overflow:hidden;padding:34px 30px 32px 38px;display:flex;flex-direction:column;justify-content:flex-start;min-height:210px}
.fc-page .pain .card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;background:linear-gradient(180deg,#E07A4A,#A8482A);border-radius:22px 0 0 22px}
.fc-page .pain .ic{width:52px;height:52px;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:28px;flex:0 0 auto;background:radial-gradient(circle at 35% 25%,rgba(230,203,144,.22),transparent 55%),rgba(255,255,255,.055);border:1px solid rgba(230,203,144,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 16px 32px -22px rgba(0,0,0,.65)}
.fc-page .pain .ic svg{width:28px;height:28px;stroke:#E6CB90;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;fill:none;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35))}
.fc-page .pain .ic .danger{stroke:#E07A4A}
@media(max-width:980px){
.fc-page .pain .card{min-height:auto}
.fc-page .pain h3{font-size:23px;min-height:auto}
}
@media(max-width:560px){
.fc-page .pain h3{font-size:21px}
.fc-page .pain p{font-size:16px;max-width:none}
}
.fc-page .flow-steps{display:flex;align-items:stretch;gap:34px;margin-top:46px}
.fc-page .fstep{position:relative;flex:1 1 0;min-width:0;background:#FFFFFF;border:1px solid #E6D8C8;border-radius:18px;padding:24px 18px 22px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;box-shadow:0 18px 42px -28px rgba(60,30,12,.28);transition:transform .25s cubic-bezier(.22,.61,.36,1),box-shadow .25s ease}
.fc-page .fstep:hover{transform:translateY(-5px);box-shadow:0 28px 58px -30px rgba(60,30,12,.42)}
.fc-page .fstep .fi{position:relative;width:58px;height:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#23795A,#15533C);border:1px solid rgba(20,70,50,.45);box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 14px 30px -20px rgba(0,0,0,.5)}
.fc-page .fstep .fi svg{width:30px;height:30px;stroke:#F4EAD3;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.fc-page .fstep h3{font-size:16.5px;font-weight:800;color:#2C1A12;line-height:1.22;letter-spacing:-.01em}
.fc-page .fstep p{font-size:13.5px;line-height:1.45;color:#5C4D40}
.fc-page .fstep:not(:last-child)::after{content:"";position:absolute;right:-34px;top:52px;width:34px;height:2px;background:linear-gradient(90deg,#E0CDB8,#C2974A);z-index:2}
.fc-page .fstep:not(:last-child)::before{content:"";position:absolute;right:-12px;top:48px;width:9px;height:9px;border-top:2px solid #C2974A;border-right:2px solid #C2974A;transform:rotate(45deg);z-index:3}
.fc-page .fstep.is-success{background:linear-gradient(135deg,#E8F8EF,#F7FFF9);border:1px solid #94DDB3;box-shadow:0 22px 50px -30px rgba(33,160,100,.4)}
.fc-page .fstep.is-success .fi{background:linear-gradient(160deg,#27926A,#177A52);border:1px solid rgba(20,70,50,.45)}
.fc-page .fstep.is-success h3{color:#116B3D}
.fc-page .fstep.is-danger{background:linear-gradient(135deg,#FFF1ED,#FFF8F6);border:1px solid #F2B9A6;box-shadow:0 22px 50px -30px rgba(200,80,40,.34)}
.fc-page .fstep.is-danger .fi{background:linear-gradient(160deg,#C2563A,#9E3F2A);border:1px solid rgba(120,40,25,.4)}
.fc-page .fstep.is-danger .fi svg{stroke:#FBE6DD}
.fc-page .fstep.is-danger h3{color:#B5502E}
@media(max-width:900px){
.fc-page .flow-steps{flex-direction:column;gap:30px}
.fc-page .fstep{flex-direction:row;text-align:left;align-items:flex-start;gap:16px;padding:20px}
.fc-page .fstep .fi{flex:none}
.fc-page .fstep .fcopy h3{font-size:17px}
.fc-page .fstep:not(:last-child)::after{right:auto;left:47px;top:auto;bottom:-31px;width:2px;height:31px;background:linear-gradient(180deg,#E0CDB8,#C2974A)}
.fc-page .fstep:not(:last-child)::before{right:auto;left:43px;top:auto;bottom:-12px;transform:rotate(135deg)}
}
.fc-page .scenario-focus-carousel{position:relative;margin:46px auto 0;max-width:1180px}
.fc-page .scenario-focus-viewport{overflow:hidden;width:100%}
.fc-page .scenario-focus-track{display:flex;gap:28px;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}
.fc-page .scenario-focus-slide{flex:0 0 clamp(740px,70vw,840px);border-radius:var(--card-radius-lg);overflow:hidden;background:radial-gradient(520px 260px at 80% 0%,rgba(30,122,86,.18),transparent 60%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.12);box-shadow:var(--card-shadow-dark);display:grid;grid-template-rows:188px auto;opacity:.42;transform:scale(.92);transition:opacity .35s ease,transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.fc-page .scenario-focus-slide.is-active{opacity:1;transform:scale(1);border-color:rgba(230,203,144,.34);box-shadow:0 34px 78px -38px rgba(0,0,0,.78)}
.fc-page .scenario-visual{position:relative;min-height:150px;padding:22px 26px;display:flex;flex-direction:column;justify-content:center;gap:10px;overflow:hidden;background:radial-gradient(480px 220px at 78% 0%,rgba(84,201,138,.13),transparent 62%),linear-gradient(160deg,rgba(0,0,0,.28),rgba(0,0,0,.10));border-bottom:1px solid var(--line)}
.fc-page .scenario-visual-inner{width:100%;max-width:360px;margin:0 auto}
.fc-page .scenario-focus-slide.story-slide{grid-template-rows:auto}
.fc-page .story-slide .story-visual{min-height:460px;padding:34px;display:grid;grid-template-columns:.9fr 1.1fr;grid-template-areas:"image copy" "flow flow";gap:28px 38px;align-items:center;border-bottom:none;background:radial-gradient(520px 260px at 80% 0%,rgba(30,122,86,.16),transparent 60%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02))}
.fc-page .story-image-card{grid-area:image}
.fc-page .story-copy{grid-area:copy}
.fc-page .story-flow{grid-area:flow}
.fc-page .story-image-card{position:relative;width:100%;height:360px;border-radius:28px;overflow:hidden;border:1px solid rgba(230,203,144,.28);box-shadow:0 34px 80px -42px rgba(0,0,0,.85);background:rgba(255,255,255,.05)}
.fc-page .story-image-card img{width:100%;height:100%;object-fit:cover;object-position:center}
.fc-page .story-image-badge{position:absolute;left:18px;top:18px;display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:8px 13px;border-radius:999px;background:rgba(12,38,28,.72);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#F4F8F2;font-size:13px;font-weight:900}
.fc-page .story-copy{max-width:520px}
.fc-page .story-copy .scenario-focus-label{margin-bottom:16px}
.fc-page .story-copy h3{font-size:clamp(28px,2.8vw,42px);line-height:1.05;font-weight:900;letter-spacing:-.04em;color:#FFFFFF}
.fc-page .story-copy p{margin-top:14px;font-size:17px;line-height:1.48;color:rgba(231,237,230,.86)}
.fc-page .story-copy .scenario-focus-points{margin-top:20px}
.fc-page .story-flow{margin-top:0;width:100%;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:12px;padding-top:6px}
.fc-page .story-flow span{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 18px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:var(--cream-2);font-size:14px;line-height:1.15;font-weight:850;white-space:nowrap}
.fc-page .story-flow em{color:var(--gold-soft);font-style:normal;font-size:26px;line-height:1;font-weight:900;flex:0 0 auto;text-shadow:0 0 16px rgba(230,203,144,.38)}
.fc-page .story-flow .is-result{background:linear-gradient(135deg,rgba(84,201,138,.30),rgba(28,140,90,.22));border-color:rgba(84,201,138,.48);color:#B9F7D0;box-shadow:0 0 0 1px rgba(84,201,138,.10),0 16px 34px -24px rgba(84,201,138,.75)}
.fc-page .story-flow .is-result::before{content:"✓";margin-right:8px;font-weight:900}
@media(max-width:760px){
.fc-page .story-slide .story-visual{grid-template-columns:1fr;grid-template-areas:"image" "copy" "flow";min-height:auto;padding:24px;gap:24px}
.fc-page .story-image-card{height:280px}
.fc-page .story-copy{max-width:none}
.fc-page .story-copy h3{font-size:28px}
.fc-page .story-copy p{font-size:16px}
.fc-page .story-flow{flex-wrap:wrap;justify-content:flex-start;gap:8px}
.fc-page .story-flow span{font-size:13px;padding:8px 12px;min-height:38px}
.fc-page .story-flow em{font-size:18px}
}
.fc-page .scenario-focus-content{padding:26px 32px 30px}
.fc-page .scenario-focus-label{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;background:rgba(230,203,144,.14);border:1px solid rgba(230,203,144,.26);color:var(--gold-soft);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.fc-page .scenario-focus-content h3{margin-top:14px;font-size:clamp(26px,2.4vw,36px);line-height:1.06;font-weight:900;letter-spacing:-.03em;color:#FFFFFF}
.fc-page .scenario-focus-content p{margin-top:11px;max-width:600px;font-size:16px;line-height:1.45;color:rgba(231,237,230,.86)}
.fc-page .scenario-focus-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.fc-page .scenario-focus-points span{display:inline-flex;align-items:center;min-height:34px;padding:7px 13px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:var(--cream-2);font-size:13.5px;font-weight:800}
.fc-page .scenario-focus-arrow{position:absolute;top:50%;z-index:8;width:54px;height:54px;border-radius:50%;border:1px solid rgba(230,203,144,.34);background:rgba(12,38,28,.84);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#F4F8F2;font-size:34px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 18px 40px -18px rgba(0,0,0,.75);transition:.18s ease}
.fc-page .scenario-focus-arrow:hover{background:rgba(16,48,36,.96);border-color:rgba(230,203,144,.64);transform:translateY(-50%) scale(1.06)}
.fc-page .scenario-focus-arrow[disabled]{opacity:.3;cursor:default;pointer-events:none}
.fc-page .scenario-focus-prev{left:74px;transform:translateY(-50%)}
.fc-page .scenario-focus-next{right:74px;transform:translateY(-50%)}
.fc-page .scenario-focus-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}
.fc-page .scenario-focus-dots button{width:8px;height:8px;border:0;border-radius:999px;background:rgba(230,203,144,.32);cursor:pointer;transition:width .2s ease,background .2s ease;padding:0}
.fc-page .scenario-focus-dots button.is-active{width:28px;background:var(--gold-soft)}
.fc-page .push-chip{align-self:flex-start;display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;color:#FFF;background:rgba(39,167,231,.18);border:1px solid rgba(39,167,231,.4);padding:8px 12px;border-radius:12px}
.fc-page .sv-breakfast{display:flex;align-items:center;justify-content:center;padding:34px 28px}
.fc-page .sv-breakfast .scenario-visual-inner{max-width:760px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;text-align:center}
.fc-page .sv-breakfast .push-chip{align-self:center;margin:0}
.fc-page .combo-rot{position:relative;width:100%;min-height:138px;display:flex;align-items:center;justify-content:center}
.fc-page .combo-item{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;opacity:0;transform:translateY(8px);animation:comboItemFade 30s infinite both;pointer-events:none}
.fc-page .combo-item:nth-child(2){animation-delay:10s}
.fc-page .combo-item:nth-child(3){animation-delay:20s}
.fc-page .combo-title{color:var(--gold-soft);font-size:clamp(30px,3.2vw,42px);line-height:1.08;font-weight:900;letter-spacing:-.03em;text-shadow:0 4px 26px rgba(0,0,0,.30)}
.fc-page .combo-price{display:flex;align-items:baseline;justify-content:center;gap:14px}
.fc-page .combo-old{color:rgba(255,255,255,.45);font-size:22px;line-height:1;font-weight:800;text-decoration:line-through}
.fc-page .combo-new{color:#FFFFFF;font-size:34px;line-height:1;font-weight:900;letter-spacing:-.03em}
@keyframes comboItemFade{0%{opacity:0;transform:translateY(8px)}3%{opacity:1;transform:translateY(0)}30%{opacity:1;transform:translateY(0)}33%,100%{opacity:0;transform:translateY(-8px)}}
.fc-page .sv-lunch{padding:34px 42px;display:flex;align-items:center;justify-content:center}
.fc-page .lunch-visual{width:100%}
.fc-page .lunch-card{width:100%;max-width:760px;margin:0 auto;border-radius:24px;padding:28px 30px;background:radial-gradient(460px 220px at 85% 0%,rgba(230,203,144,.15),transparent 62%),rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 24px 58px -38px rgba(0,0,0,.78)}
.fc-page .lc-top{display:flex;align-items:center;justify-content:space-between;gap:22px}
.fc-page .lc-top b{display:block;color:#FFFFFF;font-size:24px;line-height:1.12;font-weight:900}
.fc-page .lc-top span{display:block;margin-top:8px;color:rgba(231,237,230,.72);font-size:16px;font-weight:750}
.fc-page .cashx2{flex:0 0 auto;font-size:24px;font-weight:950;color:#2C1206;background:linear-gradient(135deg,#E6CB90,#C2974A);padding:14px 22px;border-radius:999px;white-space:nowrap;letter-spacing:-.02em;box-shadow:0 18px 42px -26px rgba(230,203,144,.75);animation:none}
.fc-page .lunch-flow{margin-top:28px;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:10px}
.fc-page .lunch-flow span{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);color:var(--cream-2);font-size:13.5px;line-height:1.15;font-weight:850;white-space:nowrap}
.fc-page .lunch-flow em{color:var(--gold-soft);font-style:normal;font-size:22px;font-weight:950;line-height:1}
.fc-page .lunch-flow .win{background:rgba(84,201,138,.17);border-color:rgba(84,201,138,.38);color:#9CEBBE}
.fc-page .lunch-flow .win::before{content:"✓";margin-right:8px;font-weight:950}
@media(max-width:760px){
.fc-page .sv-lunch{padding:24px}
.fc-page .lunch-card{padding:22px}
.fc-page .lc-top{align-items:flex-start;flex-direction:column;gap:14px}
.fc-page .cashx2{font-size:20px;padding:11px 18px}
.fc-page .lunch-flow{flex-wrap:wrap;justify-content:flex-start;gap:8px}
.fc-page .lunch-flow span{min-height:36px;padding:8px 11px;font-size:13px}
.fc-page .lunch-flow em{font-size:18px}
}
.fc-page .sv-sleep{padding:34px 44px 38px;display:flex;align-items:center;justify-content:center;overflow:visible}
.fc-page .sleep-ai-visual{width:100%;max-width:1060px;margin:0 auto}
.fc-page .sleep-ai-head{max-width:1060px;margin:0 auto 24px;display:flex;align-items:center;justify-content:space-between}
.fc-page .sleep-ai-eyebrow{font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-soft)}
.fc-page .sleep-ai-pulse{position:relative;width:54px;height:54px;border-radius:50%;border:1px solid rgba(84,201,138,.35);display:flex;align-items:center;justify-content:center;flex:none}
.fc-page .sleep-ai-pulse::before,.fc-page .sleep-ai-pulse::after{content:"";position:absolute;inset:0;border-radius:50%;border:1px solid rgba(84,201,138,.42);animation:sleepPulse 2.6s ease-out infinite}
.fc-page .sleep-ai-pulse::after{animation-delay:1.3s}
.fc-page .sleep-ai-pulse span{width:12px;height:12px;border-radius:50%;background:#54C98A;box-shadow:0 0 18px rgba(84,201,138,.85)}
@keyframes sleepPulse{0%{transform:scale(.55);opacity:.9}100%{transform:scale(1.75);opacity:0}}
.fc-page .sleep-ai-cases{position:relative;min-height:245px}
.fc-page .sleep-ai-case{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,0.95fr) 56px minmax(0,0.95fr);gap:28px;align-items:center;opacity:0;transform:translateY(10px);transition:opacity .45s ease,transform .45s ease;pointer-events:none}
.fc-page .sleep-ai-case.is-active{opacity:1;transform:translateY(0);pointer-events:auto}
.fc-page .sleep-ai-left,.fc-page .sleep-ai-offer{width:100%;min-width:0;max-width:440px;min-height:210px;justify-self:center;border-radius:22px;padding:22px 24px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 22px 48px -34px rgba(0,0,0,.72)}
.fc-page .sleep-ai-type,.fc-page .offer-label{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;background:rgba(230,203,144,.14);border:1px solid rgba(230,203,144,.24);color:var(--gold-soft);font-size:10.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.fc-page .sleep-ai-left h4{margin-top:12px;max-width:390px;color:#fff;font-size:21px;line-height:1.12;font-weight:900;letter-spacing:-.02em;text-shadow:0 2px 16px rgba(0,0,0,.28)}
.fc-page .sleep-ai-signals{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}
.fc-page .sleep-ai-signals span{display:inline-flex;align-items:center;min-height:32px;padding:6px 11px;border-radius:999px;background:rgba(255,255,255,.115);border:1px solid rgba(255,255,255,.20);color:rgba(244,248,242,.96);font-size:13px;line-height:1.12;font-weight:850;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 24px -18px rgba(0,0,0,.65)}
.fc-page .sleep-ai-signals span.is-key{background:rgba(230,203,144,.18);border-color:rgba(230,203,144,.34);color:var(--gold-soft)}
.fc-page .sleep-ai-arrow{display:flex;align-items:center;justify-content:center;align-self:center;justify-self:center;color:var(--gold-soft);font-size:34px;font-weight:900;text-shadow:0 0 18px rgba(230,203,144,.5)}
.fc-page .sleep-ai-offer b{display:block;margin-top:12px;color:#fff;font-size:21px;line-height:1.12;font-weight:900;letter-spacing:-.02em;text-shadow:0 2px 16px rgba(0,0,0,.28)}
.fc-page .sleep-ai-offer small{display:block;margin-top:7px;color:rgba(231,237,230,.78);font-size:14px;line-height:1.25;font-weight:700}
.fc-page .sleep-ai-offer em{display:inline-flex;align-items:center;gap:6px;margin-top:16px;min-height:38px;padding:9px 13px;border-radius:999px;background:rgba(84,201,138,.15);border:1px solid rgba(84,201,138,.28);color:#9CEBBE;font-size:13.5px;font-weight:900;font-style:normal}
.fc-page .sleep-ai-offer em svg{width:14px;height:14px;flex:none;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:760px){
.fc-page .sv-sleep{padding:24px;min-height:auto;overflow:visible}
.fc-page .sleep-ai-case{grid-template-columns:1fr;gap:14px}
.fc-page .sleep-ai-arrow{transform:rotate(90deg);font-size:24px;min-height:28px}
.fc-page .sleep-ai-cases{min-height:520px}
.fc-page .sleep-ai-left,.fc-page .sleep-ai-offer{max-width:none;min-height:auto;padding:20px;justify-self:stretch}
.fc-page .sleep-ai-left h4{font-size:19px}
.fc-page .sleep-ai-offer b{font-size:19px}
.fc-page .sleep-ai-signals span{font-size:13px;min-height:32px}
}
.fc-page .sv-promo{padding:34px 44px;display:flex;align-items:center;justify-content:center}
.fc-page .promo-visual{width:100%;max-width:760px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
.fc-page .promo-card{position:relative;min-height:210px;border-radius:28px;padding:30px 34px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(360px 180px at 50% 0%,rgba(230,203,144,.18),transparent 62%),radial-gradient(420px 240px at 85% 15%,rgba(84,201,138,.10),transparent 64%),linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.030));border:1px solid rgba(230,203,144,.30);box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 28px 68px -42px rgba(0,0,0,.82);color:#F4F8F2;text-align:center}
.fc-page .promo-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px;background:radial-gradient(circle at 35% 25%,rgba(255,247,216,.42),transparent 48%),linear-gradient(135deg,#E6CB90,#C2974A);color:#2B1A10;box-shadow:0 0 0 1px rgba(230,203,144,.22),0 18px 38px -24px rgba(230,203,144,.70)}
.fc-page .promo-icon svg{width:25px;height:25px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.fc-page .promo-kicker{color:rgba(231,237,230,.68);font-size:17px;font-weight:900;letter-spacing:-.01em}
.fc-page .promo-card strong{display:block;margin-top:8px;background:linear-gradient(180deg,#FFF7D8 0%,#E6CB90 42%,#C2974A 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;font-size:clamp(54px,6vw,76px);line-height:.95;font-weight:950;letter-spacing:-.06em;text-shadow:none}
.fc-page .promo-card p{margin-top:12px;color:rgba(231,237,230,.76);font-size:18px;line-height:1.25;font-weight:900}
.fc-page .promo-channels{display:flex;flex-direction:column;gap:12px}
.fc-page .promo-channels span{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 17px;border-radius:999px;background:rgba(255,255,255,.070);border:1px solid rgba(230,203,144,.18);color:var(--cream-2);font-size:14px;font-weight:900;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 14px 28px -22px rgba(0,0,0,.65)}
.fc-page .promo-channels span:nth-child(1)::before{content:"◎";margin-right:8px;color:#E6CB90}
.fc-page .promo-channels span:nth-child(2)::before{content:"VK";margin-right:8px;color:#E6CB90;font-size:12px;font-weight:950}
.fc-page .promo-channels span:nth-child(3)::before{content:"✈";margin-right:8px;color:#E6CB90}
.fc-page .promo-channels span:nth-child(4)::before{content:"Я";margin-right:8px;color:#E6CB90;font-size:12px;font-weight:950}
.fc-page .promo-note{margin-top:6px;max-width:560px;text-align:center;font-size:11px;line-height:1.35;color:rgba(231,237,230,.5);font-weight:600}
@media(max-width:760px){
.fc-page .sv-promo{min-height:auto;padding:24px}
.fc-page .promo-visual{grid-template-columns:1fr;gap:18px}
.fc-page .promo-card{min-height:190px;padding:26px 22px}
.fc-page .promo-card strong{font-size:56px}
.fc-page .promo-channels{flex-direction:row;flex-wrap:wrap;justify-content:center}
.fc-page .promo-channels span{font-size:13px;min-height:38px;padding:8px 12px}
}
.fc-page .sv-delivery{padding:34px 42px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;overflow:hidden}
.fc-page .order-channel-grid{width:100%;max-width:940px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.fc-page .order-channel-card{min-height:128px;padding:18px 18px 17px;border-radius:20px;background:radial-gradient(260px 120px at 80% 0%,rgba(230,203,144,.12),transparent 62%),rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 40px -30px rgba(0,0,0,.72)}
.fc-page .order-channel-icon{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:13px;background:rgba(230,203,144,.14);border:1px solid rgba(230,203,144,.26)}
.fc-page .order-channel-icon svg{width:20px;height:20px;stroke:#EBD197;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.fc-page .order-channel-card b{display:block;color:#FFFFFF;font-size:17px;line-height:1.15;font-weight:900;letter-spacing:-.01em}
.fc-page .order-channel-card span{display:block;margin-top:8px;color:rgba(231,237,230,.74);font-size:13.5px;line-height:1.35;font-weight:700}
.fc-page .order-direct-flow{display:flex;align-items:center;justify-content:center;gap:10px}
.fc-page .order-direct-flow span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);color:var(--cream-2);font-size:13.5px;line-height:1;font-weight:900;white-space:nowrap}
.fc-page .order-direct-flow span.win{background:rgba(84,201,138,.17);border-color:rgba(84,201,138,.38);color:#9CEBBE}
.fc-page .order-direct-flow span.win::before{content:"✓";margin-right:8px;font-weight:950}
.fc-page .order-direct-flow em{color:var(--gold-soft);font-style:normal;font-size:22px;line-height:1;font-weight:950;text-shadow:0 0 16px rgba(230,203,144,.34)}
.fc-page .order-economy-pill{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 15px;border-radius:999px;background:rgba(230,203,144,.14);border:1px solid rgba(230,203,144,.28);color:var(--gold-soft);font-size:13px;line-height:1;font-weight:900}
@media(max-width:760px){
.fc-page .sv-delivery{padding:24px;gap:16px}
.fc-page .order-channel-grid{grid-template-columns:1fr;gap:12px}
.fc-page .order-channel-card{min-height:auto;padding:16px}
.fc-page .order-direct-flow{flex-wrap:wrap;justify-content:flex-start;gap:8px}
.fc-page .order-direct-flow span{min-height:36px;padding:8px 12px;font-size:13px}
.fc-page .order-direct-flow em{font-size:18px}
}
.fc-page #scenarios .scenario-focus-slide:not(.story-slide){grid-template-rows:minmax(120px,auto) minmax(390px,auto)}
.fc-page #scenarios .scenario-focus-slide:not(.story-slide) .scenario-focus-content{order:1;min-height:120px;padding:20px 42px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-bottom:1px solid var(--line)}
.fc-page #scenarios .scenario-focus-slide:not(.story-slide) .scenario-visual{order:2;min-height:390px;border-bottom:none}
.fc-page #scenarios .scenario-focus-slide:not(.story-slide) .scenario-focus-content .scenario-focus-label{margin:0 0 10px;transform:scale(.92);transform-origin:center}
.fc-page #scenarios .scenario-focus-slide:not(.story-slide) .scenario-focus-content h3{margin:0;max-width:720px;text-align:center;font-size:clamp(24px,2.1vw,32px);line-height:1.08;letter-spacing:-.025em}
.fc-page #scenarios .scenario-focus-slide:not(.story-slide) .scenario-focus-content p{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}
.fc-page #scenarios .scenario-focus-slide:not(.story-slide) .scenario-focus-points{justify-content:center;align-items:center;gap:10px;margin-top:20px}
.fc-page #scenarios .scenario-focus-points span{min-height:36px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13);color:rgba(234,240,230,.84);font-size:13.5px;line-height:1.1;font-weight:800;white-space:nowrap}
.fc-page .story-flow .is-result{background:rgba(84,201,138,.22);border-color:rgba(84,201,138,.50);color:#9CEBBE;font-weight:950;box-shadow:0 18px 44px -30px rgba(84,201,138,.78)}
.fc-page .lunch-flow .win{background:rgba(84,201,138,.18);border-color:rgba(84,201,138,.42);color:#9CEBBE;font-weight:950}
.fc-page .sleep-ai-signals span{opacity:.82}
.fc-page .sleep-ai-signals span.is-key{opacity:1;background:rgba(230,203,144,.22);border-color:rgba(230,203,144,.44);color:#FFE3A1;font-weight:950}
.fc-page .promo-channels span{opacity:.82}
.fc-page .promo-card{transform:scale(1.02)}
.fc-page .promo-card strong{background:none;-webkit-text-fill-color:#FFE3A1;color:#FFE3A1}
.fc-page .order-direct-flow span.win{background:rgba(84,201,138,.20);border-color:rgba(84,201,138,.46);color:#9CEBBE;font-weight:950;box-shadow:0 18px 42px -30px rgba(84,201,138,.75)}
.fc-page .order-economy-pill{opacity:.86;transform:scale(.96)}
@media(max-width:760px){
.fc-page #scenarios .scenario-focus-slide:not(.story-slide){grid-template-rows:auto auto}
.fc-page #scenarios .scenario-focus-slide:not(.story-slide) .scenario-visual{min-height:auto;padding:24px}
.fc-page #scenarios .scenario-focus-slide:not(.story-slide) .scenario-focus-content{min-height:auto;padding:18px 20px 16px;align-items:flex-start;text-align:left}
.fc-page #scenarios .scenario-focus-slide:not(.story-slide) .scenario-focus-content h3{text-align:left;margin-left:0;margin-right:0;font-size:22px;line-height:1.12}
.fc-page #scenarios .scenario-focus-slide:not(.story-slide) .scenario-focus-points{justify-content:flex-start}
.fc-page #scenarios .scenario-focus-points span{white-space:normal}
}
.fc-page .grade-visual{width:100%;min-height:230px;display:flex;flex-direction:column;justify-content:center;gap:26px}
.fc-page .grade-path{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.fc-page .grade-path em{color:rgba(230,203,144,.72);font-style:normal;font-size:22px;font-weight:900}
.fc-page .grade-pill{min-height:48px;padding:0 20px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055);color:rgba(244,248,242,.82);font-family:var(--font);font-size:17px;font-weight:900;cursor:pointer;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease}
.fc-page .grade-pill.is-active{transform:translateY(-3px) scale(1.06);color:#25180D}
.fc-page .grade-pill[data-grade="bronze"].is-active{background:linear-gradient(135deg,#B87333,#E3A15D);border-color:rgba(227,161,93,.72);box-shadow:0 18px 46px -22px rgba(184,115,51,.9)}
.fc-page .grade-pill[data-grade="silver"].is-active{background:linear-gradient(135deg,#DDE3E6,#AEB8BE);border-color:rgba(221,227,230,.78);box-shadow:0 18px 46px -22px rgba(221,227,230,.9)}
.fc-page .grade-pill[data-grade="gold"].is-active{background:linear-gradient(135deg,#FFE3A1,#D8A63E);border-color:rgba(255,227,161,.78);box-shadow:0 18px 46px -22px rgba(230,203,144,.95)}
.fc-page .grade-pill[data-grade="platinum"].is-active{background:linear-gradient(135deg,#F6FBFF,#BFD7E2);border-color:rgba(246,251,255,.80);box-shadow:0 18px 46px -22px rgba(191,215,226,.95)}
.fc-page .grade-pill[data-grade="diamond"].is-active{background:linear-gradient(135deg,#BFEAFF,#4FB8E8);border-color:rgba(191,234,255,.82);box-shadow:0 18px 48px -20px rgba(79,184,232,.95)}
.fc-page .grade-status-card{width:min(720px,100%);margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:24px 28px;border-radius:24px;background:radial-gradient(420px 220px at 85% 20%,rgba(230,203,144,.18),transparent 62%),rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 24px 58px -36px rgba(0,0,0,.78);transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}
.fc-page .grade-status-card[data-active-grade="bronze"]{border-color:rgba(227,161,93,.34);background:radial-gradient(420px 220px at 85% 20%,rgba(184,115,51,.20),transparent 62%),rgba(255,255,255,.07)}
.fc-page .grade-status-card[data-active-grade="silver"]{border-color:rgba(221,227,230,.34);background:radial-gradient(420px 220px at 85% 20%,rgba(221,227,230,.18),transparent 62%),rgba(255,255,255,.07)}
.fc-page .grade-status-card[data-active-grade="gold"]{border-color:rgba(230,203,144,.42);background:radial-gradient(420px 220px at 85% 20%,rgba(230,203,144,.22),transparent 62%),rgba(255,255,255,.07)}
.fc-page .grade-status-card[data-active-grade="platinum"]{border-color:rgba(191,215,226,.40);background:radial-gradient(420px 220px at 85% 20%,rgba(191,215,226,.22),transparent 62%),rgba(255,255,255,.07)}
.fc-page .grade-status-card[data-active-grade="diamond"]{border-color:rgba(79,184,232,.45);background:radial-gradient(420px 220px at 85% 20%,rgba(79,184,232,.24),transparent 62%),rgba(255,255,255,.07)}
.fc-page .grade-kicker{display:inline-flex;align-items:center;height:28px;padding:0 11px;border-radius:999px;background:rgba(230,203,144,.14);border:1px solid rgba(230,203,144,.24);color:var(--gold-soft);font-size:11px;font-weight:900;letter-spacing:.10em;text-transform:uppercase}
.fc-page .grade-name{display:block;margin-top:12px;color:#fff;font-size:34px;line-height:1;font-weight:900;letter-spacing:-.04em}
.fc-page .grade-condition{margin-top:8px;color:rgba(231,237,230,.76);font-size:16px;font-weight:700}
.fc-page .grade-status-right{min-width:150px;text-align:right}
.fc-page .grade-cashback{display:block;color:var(--gold-soft);font-size:58px;line-height:.95;font-weight:900;letter-spacing:-.05em}
.fc-page .grade-status-card[data-active-grade="bronze"] .grade-cashback{color:#E3A15D}
.fc-page .grade-status-card[data-active-grade="silver"] .grade-cashback{color:#DDE3E6}
.fc-page .grade-status-card[data-active-grade="gold"] .grade-cashback{color:#FFE3A1}
.fc-page .grade-status-card[data-active-grade="platinum"] .grade-cashback{color:#EAF7FF}
.fc-page .grade-status-card[data-active-grade="diamond"] .grade-cashback{color:#9DE2FF}
.fc-page .grade-status-right small{display:block;margin-top:4px;color:rgba(231,237,230,.68);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
@media(max-width:760px){
.fc-page .grade-visual{min-height:auto;gap:18px}
.fc-page .grade-path{gap:7px}
.fc-page .grade-pill{min-height:40px;padding:0 13px;border-radius:13px;font-size:14px}
.fc-page .grade-path em{font-size:16px}
.fc-page .grade-status-card{grid-template-columns:1fr;gap:16px;padding:22px}
.fc-page .grade-status-right{min-width:auto;text-align:left}
.fc-page .grade-cashback{font-size:48px}
}
.fc-page .sv-reminder{padding:34px 42px;display:flex;align-items:center;justify-content:center}
.fc-page .reminder-visual{width:100%;max-width:900px;display:grid;grid-template-columns:minmax(150px,.72fr) 34px minmax(280px,1.35fr) 34px minmax(150px,.72fr);gap:14px;align-items:center}
.fc-page .reminder-step,.fc-page .reminder-message-card{border-radius:22px;background:radial-gradient(260px 130px at 85% 0%,rgba(230,203,144,.12),transparent 64%),rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 22px 48px -36px rgba(0,0,0,.76)}
.fc-page .reminder-step{min-height:150px;padding:20px 18px;display:flex;flex-direction:column;justify-content:center}
.fc-page .reminder-message-card{min-height:190px;padding:24px 26px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(360px 180px at 80% 0%,rgba(230,203,144,.16),transparent 62%),radial-gradient(320px 170px at 10% 100%,rgba(84,201,138,.10),transparent 62%),rgba(255,255,255,.075);border-color:rgba(230,203,144,.22)}
.fc-page .reminder-kicker{display:inline-flex;align-self:flex-start;min-height:26px;align-items:center;padding:0 10px;border-radius:999px;background:rgba(230,203,144,.13);border:1px solid rgba(230,203,144,.24);color:var(--gold-soft);font-size:10.5px;line-height:1;font-weight:900;letter-spacing:.10em;text-transform:uppercase}
.fc-page .reminder-step b,.fc-page .reminder-message-card b{display:block;margin-top:13px;color:#fff;font-size:20px;line-height:1.12;font-weight:950;letter-spacing:-.025em}
.fc-page .reminder-step small{display:block;margin-top:8px;color:rgba(231,237,230,.72);font-size:14px;line-height:1.25;font-weight:750}
.fc-page .reminder-message-card p{margin-top:12px;color:rgba(231,237,230,.84);font-size:15.5px;line-height:1.42;font-weight:650}
.fc-page .reminder-arrow{color:var(--gold-soft);font-size:26px;line-height:1;font-weight:950;text-align:center;text-shadow:0 0 18px rgba(230,203,144,.38)}
.fc-page .reminder-result{background:radial-gradient(260px 130px at 85% 0%,rgba(84,201,138,.18),transparent 64%),rgba(84,201,138,.085);border-color:rgba(84,201,138,.30)}
.fc-page .reminder-result .reminder-kicker{background:rgba(84,201,138,.14);border-color:rgba(84,201,138,.30);color:#9CEBBE}
.fc-page .reminder-result b{color:#9CEBBE}
@media(max-width:760px){
.fc-page .sv-reminder{padding:24px}
.fc-page .reminder-visual{grid-template-columns:1fr;gap:12px}
.fc-page .reminder-arrow{transform:rotate(90deg);font-size:20px;min-height:20px}
.fc-page .reminder-step,.fc-page .reminder-message-card{min-height:auto;padding:18px}
.fc-page .reminder-message-card p{font-size:14.5px}
}
@media(max-width:980px){
.fc-page .scenario-focus-carousel{max-width:100%}
.fc-page .scenario-focus-track{gap:18px}
.fc-page .scenario-focus-slide{flex-basis:82vw}
.fc-page .scenario-focus-prev{left:8px}
.fc-page .scenario-focus-next{right:8px}
}
@media(max-width:560px){
.fc-page .scenario-focus-slide{flex-basis:86vw}
.fc-page .scenario-focus-content h3{font-size:26px}
.fc-page .scenario-focus-arrow{width:42px;height:42px;font-size:26px}
.fc-page .scenario-focus-prev{left:2px}
.fc-page .scenario-focus-next{right:2px}
.fc-page .scenario-focus-dots{gap:10px;margin-top:20px}
.fc-page .scenario-focus-dots button{width:10px;height:10px}
.fc-page .scenario-focus-dots button.is-active{width:30px}
.fc-page .combo-title{font-size:24px}
.fc-page .combo-new{font-size:28px}
.fc-page .combo-old{font-size:18px}
.fc-page .combo-rot{min-height:120px}
}
@media(prefers-reduced-motion:reduce){
.fc-page .push-chip,.fc-page .sleep-ai-pulse::before,.fc-page .sleep-ai-pulse::after,.fc-page .combo-item{animation:none}
.fc-page .combo-item{position:static;opacity:1;transform:none}
.fc-page .combo-item:nth-child(n+2){display:none}
.fc-page .grade-pill,.fc-page .grade-status-card{transition:none}
}
.fc-page .ai-marketer-card{background:radial-gradient(720px 340px at 78% 0%,rgba(84,201,138,.10),transparent 62%),var(--glass);border:1px solid var(--glass-brd);border-radius:28px;padding:50px 48px 44px;box-shadow:var(--shadow-sm);backdrop-filter:blur(6px)}
.fc-page .ai-marketer-card h2{margin-top:14px;max-width:620px;font-size:clamp(36px,4.2vw,56px);line-height:1.06;letter-spacing:-.04em}
.fc-page .ai-marketer-card .sub{font-size:17px;line-height:1.55;color:var(--text);opacity:.9;max-width:680px;margin:12px 0 26px}
.fc-page .aim-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:42px}
.fc-page .aim-step{display:flex;flex-direction:column;gap:12px;min-height:210px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:26px 24px 24px}
.fc-page .aim-step .ai-tag{display:inline-flex;align-self:flex-start;align-items:center;min-height:38px;padding:9px 17px;border-radius:999px;background:rgba(84,201,138,.20);border:1px solid rgba(84,201,138,.40);color:#9CEBBE;font-size:14px;line-height:1;font-weight:900;letter-spacing:.04em}
.fc-page .aim-step b{display:block;color:var(--head);font-size:18px;line-height:1.18;font-weight:900}
.fc-page .aim-step p{font-size:16px;line-height:1.45;color:rgba(231,237,230,.78)}
.fc-page .ai-key{margin-top:30px;padding:20px 24px;border-radius:18px;background:linear-gradient(135deg,rgba(30,122,86,.16),rgba(230,203,144,.06));border:1px solid rgba(230,203,144,.28);font-size:18px;line-height:1.35;font-weight:900;color:var(--gold-soft);text-align:center}
@media(max-width:900px){
.fc-page .ai-marketer-card{padding:34px 24px 30px}
.fc-page .ai-marketer-card h2{font-size:34px}
.fc-page .aim-steps{grid-template-columns:1fr;margin-top:28px}
.fc-page .aim-step{min-height:auto}
.fc-page .aim-step .ai-tag{min-height:36px;font-size:13px}
}
.fc-page .reports-head{max-width:820px}
.fc-page .reports-head h2{font-size:clamp(30px,3.6vw,46px);line-height:1.06;color:var(--l-head);letter-spacing:-.03em}
.fc-page .reports-head p{margin-top:16px;font-size:18px;line-height:1.5;color:var(--l-text);max-width:760px}
.fc-page .reports-dashboard-shell{margin-top:34px;max-width:1120px;margin-left:auto;margin-right:auto;padding:22px;border-radius:32px;background:radial-gradient(620px 320px at 80% 0%,rgba(28,140,90,.055),transparent 62%),#FFFDF8;border:1px solid #E8D8C5;box-shadow:0 34px 82px -54px rgba(77,45,20,.30),inset 0 1px 0 rgba(255,255,255,.75)}
.fc-page .reports-dashboard-grid{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(520px,1.28fr);gap:22px;align-items:stretch}
.fc-page .reports-money-stack{display:grid;grid-template-columns:1fr;gap:18px;align-content:stretch}
.fc-page .office-window{background:#FFFFFF;border:1px solid #E4E7E1;border-radius:22px;box-shadow:0 28px 70px -42px rgba(20,40,30,.28);overflow:hidden;display:flex;flex-direction:column}
.fc-page .office-topbar{height:42px;display:flex;align-items:center;gap:7px;padding:0 18px;border-bottom:1px solid #EAEDE7;background:#FAFBF9;flex:none}
.fc-page .office-dot{width:11px;height:11px;border-radius:50%}
.fc-page .office-dot.red{background:#FF5F57}
.fc-page .office-dot.yellow{background:#FFBD2E}
.fc-page .office-dot.green{background:#28C840}
.fc-page .office-title{margin-left:12px;font-size:10.5px;font-weight:900;letter-spacing:.11em;color:#7A8C82;text-transform:uppercase}
.fc-page .rfm-card{width:100%;min-height:398px}
.fc-page .rfm-body{height:100%;padding:28px 30px 24px;display:flex;flex-direction:column;justify-content:center}
.fc-page .rfm-title{font-size:24px;line-height:1.12;font-weight:900;color:var(--l-head);letter-spacing:-.025em}
.fc-page .rfm-sub{margin-top:6px;max-width:620px;font-size:14.5px;line-height:1.38;color:var(--l-text)}
.fc-page .rfm-main{margin-top:22px;display:grid;grid-template-columns:minmax(300px,.95fr) minmax(210px,.55fr);grid-template-areas:"matrix legend" "axis legend";column-gap:28px;align-items:center}
.fc-page .rfm-matrix-wrap{grid-area:matrix;max-width:360px;width:100%;margin:0;display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:center;justify-self:center}
.fc-page .rfm-y-axis{writing-mode:vertical-rl;transform:rotate(180deg);font-size:10.5px;font-weight:900;color:#7A8C82;letter-spacing:.08em;text-align:center}
.fc-page .rfm-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}
.fc-page .rfm-cell{aspect-ratio:1;min-height:0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:900;color:#fff}
.fc-page .rfm-cell.green{background:#12B76A}
.fc-page .rfm-cell.green2{background:#36C48F}
.fc-page .rfm-cell.gray{background:#C2C8C0}
.fc-page .rfm-cell.red1{background:#F4B0B6;color:#7A2E33}
.fc-page .rfm-cell.red2{background:#F26770}
.fc-page .rfm-x-axis{grid-area:axis;margin-left:32px;margin-top:6px;font-size:10px;font-weight:900;color:#7A8C82;text-align:center;letter-spacing:.08em}
.fc-page .rfm-legend{grid-area:legend;margin-top:0;display:grid;grid-template-columns:1fr;gap:11px;align-content:center}
.fc-page .rfm-legend-item{display:grid;grid-template-columns:12px 1fr auto;align-items:center;gap:9px;min-height:28px;font-size:13px;font-weight:850;color:#2C3A34}
.fc-page .rfm-legend-item b{margin-left:0;font-size:14px;color:#151E18;font-weight:950}
.fc-page .rfm-card .demo-note{margin-top:18px}
.fc-page .legend-dot{width:10px;height:10px;border-radius:50%;flex:none}
.fc-page .demo-note{margin-top:16px;font-size:11px;font-weight:900;letter-spacing:.08em;color:#7A8C82;text-transform:uppercase;display:flex;align-items:center;gap:8px}
.fc-page .demo-note::before{content:"";width:7px;height:7px;border-radius:50%;background:#12B76A;flex:none}
.fc-page .money-card{min-height:230px}
.fc-page .money-body{min-height:188px;padding:24px 26px 22px;display:flex;flex-direction:column;justify-content:center}
.fc-page .money-label{max-width:320px;font-size:11.5px;line-height:1.25;font-weight:900;letter-spacing:.08em;color:#7A8C82;text-transform:uppercase}
.fc-page .money-big{margin-top:14px;font-size:clamp(38px,4vw,52px);line-height:.92;font-weight:950;letter-spacing:-.06em}
.fc-page .money-big.green{color:#07864E}
.fc-page .money-big.orange{color:#E0651F}
.fc-page .money-card .demo-note{margin-top:14px}
.fc-page .money-mini-row{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.fc-page .money-mini{min-height:66px;padding:12px 13px;border-radius:14px;background:#F7FAF7;border:1px solid #E1E8E1}
.fc-page .money-mini b{display:block;color:var(--money-dark);font-size:20px;line-height:1;font-weight:950;letter-spacing:-.03em}
.fc-page .money-mini span{display:block;margin-top:7px;color:#7A8C82;font-size:10.5px;line-height:1.18;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.fc-page .money-mini.orange b{color:#E85D1F}
@media(max-width:980px){
.fc-page .reports-dashboard-shell{max-width:760px;padding:18px}
.fc-page .reports-dashboard-grid{grid-template-columns:1fr}
.fc-page .reports-money-stack{grid-template-columns:1fr 1fr}
.fc-page .rfm-card{min-height:auto}
.fc-page .rfm-main{grid-template-columns:1fr;grid-template-areas:"matrix" "axis" "legend";row-gap:14px}
.fc-page .rfm-matrix-wrap{max-width:420px;margin:0 auto}
.fc-page .rfm-legend{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
.fc-page .reports-head h2{font-size:32px}
.fc-page .reports-head p{font-size:16px}
.fc-page .reports-dashboard-shell{padding:14px;border-radius:24px}
.fc-page .reports-money-stack{grid-template-columns:1fr}
.fc-page .money-card{min-height:auto}
.fc-page .money-body{min-height:auto;padding:22px}
.fc-page .money-big{font-size:38px}
.fc-page .money-mini-row{grid-template-columns:1fr}
.fc-page .rfm-body{padding:22px 20px}
.fc-page .rfm-matrix-wrap{max-width:100%}
.fc-page .rfm-grid{gap:4px}
.fc-page .rfm-cell{border-radius:6px;font-size:10px}
.fc-page .rfm-legend{grid-template-columns:1fr}
}
.fc-page .cases{background:radial-gradient(820px 420px at 84% -6%,rgba(84,201,138,.08),transparent 60%)}
.fc-page .cases-grid{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fc-page .case-card{display:flex;flex-direction:column;border-radius:var(--card-radius-md);padding:24px 22px;background:radial-gradient(360px 200px at 85% 0%,rgba(84,201,138,.10),transparent 60%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.12);box-shadow:var(--card-shadow-dark)}
.fc-page .case-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.fc-page .case-mech{display:inline-flex;align-items:center;min-height:26px;padding:5px 11px;border-radius:999px;background:rgba(84,201,138,.16);border:1px solid rgba(84,201,138,.34);color:#9CEBBE;font-size:11px;font-weight:900;letter-spacing:.04em}
.fc-page .case-name{margin-top:18px;color:#fff;font-size:20px;font-weight:900;letter-spacing:-.02em;line-height:1.12}
.fc-page .case-meta{margin-top:5px;font-size:13px;font-weight:700;color:var(--cream-2)}
.fc-page .case-result{margin-top:16px;color:var(--gold-soft);font-size:clamp(28px,2.6vw,34px);line-height:1;font-weight:950;letter-spacing:-.04em}
.fc-page .case-note{margin-top:10px;font-size:13px;line-height:1.4;color:rgba(231,237,230,.74);font-weight:600}
.fc-page .case-link{margin-top:auto;padding-top:16px;display:inline-flex;color:var(--gold-soft);font-size:14px;font-weight:900}
.fc-page .case-link:hover{text-decoration:underline}
@media(max-width:1024px){
.fc-page .cases-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
.fc-page .cases-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;margin:42px -22px 0;padding:0 22px 8px;-webkit-overflow-scrolling:touch}
.fc-page .case-card{flex:0 0 80%;scroll-snap-align:start}
}
.fc-page .qs-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:1000px;margin:42px auto 0}
.fc-page .qs-card{display:flex;flex-direction:column;padding:36px 34px}
.fc-page .qs-ic{width:58px;height:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#23795A,#15533C);border:1px solid rgba(20,70,50,.45);box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 14px 30px -20px rgba(0,0,0,.5);margin-bottom:22px}
.fc-page .qs-ic svg{width:30px;height:30px;stroke:#F4EAD3;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.fc-page .qs-card h3{font-size:clamp(22px,2.2vw,28px);font-weight:800;line-height:1.16;letter-spacing:-.02em;min-height:2.32em}
.fc-page .qs-card p{font-size:15.5px;line-height:1.5;margin-top:14px}
@media(max-width:760px){
.fc-page .qs-grid{grid-template-columns:1fr;max-width:100%}
.fc-page .qs-card h3{min-height:0}
}
.fc-page .format-price{margin:22px 0 20px;display:flex;align-items:baseline;gap:8px}
.fc-page .format-price strong{color:var(--gold-soft);font-size:30px;line-height:1;font-weight:900;letter-spacing:-.04em}
.fc-page .format-price span{color:rgba(231,237,230,.68);font-size:15px;font-weight:700}
.fc-page .format-price.custom strong{font-size:28px;letter-spacing:-.03em}
.fc-page #formats .launch-offer-card{position:relative;margin:34px auto 34px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:24px 28px;border-radius:24px;background:radial-gradient(560px 280px at 82% 8%,rgba(230,203,144,.34),transparent 60%),linear-gradient(135deg,rgba(230,203,144,.18),rgba(194,151,74,.10) 48%,rgba(20,46,33,.30));border:1.5px solid rgba(230,203,144,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 0 0 1px rgba(230,203,144,.16),0 30px 72px -34px rgba(230,203,144,.42),0 26px 64px -42px rgba(0,0,0,.72)}
.fc-page #formats .launch-offer-copy h3{margin-top:8px;color:#FFFFFF;font-size:clamp(24px,2.4vw,34px);line-height:1.08;letter-spacing:-.03em}
.fc-page #formats .launch-offer-copy p{margin-top:7px;max-width:620px;color:rgba(231,237,230,.78);font-size:15.5px;line-height:1.45;font-weight:650}
.fc-page #formats .launch-offer-price{min-width:210px;padding:16px 22px;border-radius:20px;text-align:center;background:linear-gradient(135deg,#E6CB90,#C2974A);color:#2B1A10;box-shadow:0 18px 42px -24px rgba(230,203,144,.55)}
.fc-page #formats .launch-offer-price strong{display:block;font-size:36px;line-height:1;font-weight:900;letter-spacing:-.04em}
.fc-page #formats .launch-offer-price span{display:block;margin-top:5px;font-size:13.5px;font-weight:850;opacity:.78;text-decoration:line-through}
.fc-page #formats .fmt-grid{margin-top:0}
@media(max-width:920px){
.fc-page #formats .launch-offer-card{grid-template-columns:1fr;gap:18px}
.fc-page #formats .launch-offer-price{width:100%}
}
.fc-page .faq-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:start}
.fc-page .faq-aside h2{margin-top:14px}
.fc-page .faq-aside .sub{margin:14px 0 24px;max-width:380px}
.fc-page .faq details{background:var(--l-card);border:1px solid var(--l-line);border-radius:14px;margin-bottom:12px;overflow:hidden;box-shadow:0 12px 30px -22px rgba(60,30,12,.16)}
.fc-page .faq summary{cursor:pointer;padding:18px 22px;font-weight:700;font-size:16px;color:var(--l-head);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px}
.fc-page .faq summary::-webkit-details-marker{display:none}
.fc-page .faq summary:after{content:"+";font-size:24px;color:var(--accent);font-weight:400;transition:.2s}
.fc-page .faq details[open] summary:after{transform:rotate(45deg)}
.fc-page .faq details p{padding:0 22px 20px;color:var(--l-text);font-size:15px}
.fc-page .final{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01));border:1px solid var(--glass-brd);border-radius:30px;padding:46px 40px}
.fc-page .final-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.fc-page .mini-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.fc-page .mini{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--cream-2);background:rgba(255,255,255,.05);border:1px solid var(--line);padding:9px 14px;border-radius:12px}
.fc-page .mini svg{width:17px;height:17px;flex:none}
.fc-page form .row{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.fc-page form .f{margin-bottom:13px}
.fc-page form label{display:block;font-size:13px;color:var(--muted);margin-bottom:6px;font-weight:600}
.fc-page form input,.fc-page form select{width:100%;background:rgba(0,0,0,.25);border:1px solid var(--line);border-radius:12px;color:var(--head);font-family:var(--font);font-size:15px;padding:13px 14px}
.fc-page form input:focus,.fc-page form select:focus{outline:none;border-color:var(--accent)}
.fc-page .consent{display:flex;align-items:flex-start;gap:10px;font-size:12.5px;color:var(--muted);margin:4px 0 14px;cursor:pointer;line-height:1.45}
.fc-page .consent input[type=checkbox]{width:auto;margin-top:2px;flex:none;accent-color:var(--accent)}
.fc-page .consent a{color:var(--gold-soft);text-decoration:underline}
.fc-page .form-note{margin-top:10px;font-size:12.5px;color:var(--muted);text-align:center}
.fc-page .micro{margin-top:14px;font-size:13px;color:var(--muted);text-align:center}
.fc-page .ok-msg{display:none;background:rgba(84,201,138,.12);border:1px solid rgba(84,201,138,.4);color:var(--ok);padding:16px;border-radius:14px;font-weight:700;text-align:center;margin-top:14px}
.fc-page section.light{background:var(--l-bg);color:var(--l-head)}
.fc-page section.light h2,.fc-page section.light h3{color:var(--l-head)}
.fc-page section.light .head-wrap .sub,.fc-page section.light p.sub{color:var(--l-text)}
.fc-page section.light .muted{color:var(--l-muted)}
.fc-page section.light .eyebrow{color:var(--l-accent)}
.fc-page section.light .section-note{color:var(--l-muted)}
.fc-page section.light .section-note b{color:var(--l-accent)}
.fc-page section.light .card{background:var(--l-card);border:1px solid var(--l-line);border-radius:24px;box-shadow:0 18px 42px -26px rgba(60,30,12,.16);backdrop-filter:none}
.fc-page section.light .card h3{color:var(--l-head)}
.fc-page section.light .card p{color:var(--l-text)}
.fc-page section.light .qs-card h3{color:var(--l-head)}
.fc-page section.light .qs-card p{color:var(--l-text)}
.fc-page section.light .btn-ghost{background:#FFFFFF;color:var(--l-head);border:1px solid #E0D5C5}
.fc-page section.light .btn-ghost:hover{border-color:var(--accent);background:#FFF7EE}
.fc-page .card{transition:transform .26s cubic-bezier(.22,.61,.36,1),box-shadow .26s ease}
.fc-page .lift:hover{transform:translateY(-4px)}
@media (prefers-reduced-motion:reduce){
.fc-page .lift:hover{transform:none}
}
@media(max-width:980px){
.fc-page .hero{min-height:auto;padding:84px 0 56px}
.fc-page .hero::before{background:linear-gradient(180deg,rgba(8,24,18,.64) 0%,rgba(8,24,18,.48) 48%,rgba(8,24,18,.70) 100%),radial-gradient(700px 420px at 70% 22%,rgba(246,239,228,.14),transparent 62%)}
.fc-page .hero-bg{filter:saturate(1.02) brightness(1.03) contrast(1.03)}
.fc-page .hero .wrap{grid-template-columns:1fr;gap:34px;max-width:100%;padding:0 22px}
.fc-page .hero-ai-card{justify-self:start;max-width:100%;padding:22px}
.fc-page .hero-content{max-width:100%}
.fc-page .g3{grid-template-columns:1fr}
.fc-page .faq-layout,.fc-page .final-grid,.fc-page .ai-marketer-card .aim-steps{grid-template-columns:1fr}
.fc-page .aim-steps{grid-template-columns:1fr!important}
.fc-page .hero h1 br{display:none}
}
@media(max-width:560px){
.fc-page section{padding:54px 0}
.fc-page form .row{grid-template-columns:1fr}
.fc-page .final{padding:32px 22px}
.fc-page .hero-actions-glass{display:flex;flex-direction:column;width:100%}
.fc-page .hero-actions-glass .btn{width:100%}
.fc-page .ai-marketer-card{padding:26px 22px}
.fc-page .hero-ai-card{padding:20px;border-radius:22px}
.fc-page .hero-ai-slider{min-height:392px}
.fc-page .hero-ai-slide h3{font-size:22px}
.fc-page .ai-offer b{font-size:16px}
}
.fc-page .card,.fc-page .scenario-focus-slide,.fc-page .office-window,.fc-page .rfm-card,.fc-page .launch-offer-card,.fc-page .ai-marketer-card,.fc-page .final{border-radius:var(--card-radius-lg)}
.fc-page .ai-marketer-card{box-shadow:var(--card-shadow-dark)}
.fc-page .office-window{box-shadow:var(--card-shadow-light)}
.fc-page section.light .card{box-shadow:var(--card-shadow-light)}
.fc-page .scenario-visual{min-height:150px;padding:20px}
.fc-page .faq details{border-radius:var(--r-sm)}
@media(max-width:640px){
.fc-page section{padding:56px 0}
}
.fc-page .roi-card{margin-top:42px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;border-radius:var(--card-radius-lg);border:1px solid var(--l-line);background:var(--l-card);box-shadow:var(--card-shadow-light);padding:38px}
.fc-page .roi-example-label{font-size:13px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--l-accent);margin-bottom:14px}
.fc-page .roi-rows{display:flex;flex-direction:column}
.fc-page .roi-row{display:flex;align-items:baseline;gap:20px;padding:18px 0;border-bottom:1px solid var(--l-line)}
.fc-page .roi-row:last-child{border-bottom:none}
.fc-page .roi-row b{font-size:clamp(28px,3vw,36px);font-weight:900;color:var(--l-head);letter-spacing:-.03em;min-width:120px;line-height:1}
.fc-page .roi-row span{font-size:16px;color:var(--l-text);font-weight:600}
.fc-page .roi-result{border-radius:24px;background:linear-gradient(135deg,#1CB36C,#13934F);color:#fff;padding:46px 34px;text-align:center;display:flex;flex-direction:column;justify-content:center;min-height:290px;box-shadow:0 26px 56px -28px rgba(20,140,80,.55)}
.fc-page .roi-result-label{font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.85)}
.fc-page .roi-big{margin-top:14px;font-size:clamp(40px,5vw,62px);line-height:1;font-weight:900;letter-spacing:-.04em;color:#fff}
.fc-page .roi-cta-wrap{text-align:center;margin-top:30px}
.fc-page .roi-incard-note{margin-top:20px;font-size:12px;line-height:1.4;color:var(--l-muted);font-weight:600}
@media(max-width:760px){
.fc-page .roi-card{grid-template-columns:1fr;gap:22px;padding:26px}
.fc-page .roi-result{order:-1;min-height:0;padding:36px 24px}
.fc-page .roi-row b{min-width:100px}
}
.fc-page .fmt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px}
.fc-page .fmt-card{display:flex;flex-direction:column;padding:32px 26px 28px;position:relative}
.fc-page .fmt-ic{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:radial-gradient(120% 120% at 28% 20%,rgba(230,203,144,.28),rgba(230,203,144,.05));border:1px solid rgba(230,203,144,.38);box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 16px 32px -22px rgba(0,0,0,.6);margin-bottom:16px}
.fc-page .fmt-ic svg{width:30px;height:30px;stroke:#EBD197;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 7px rgba(0,0,0,.4))}
.fc-page .fmt-card h3{font-size:20px;color:var(--head);line-height:1.18}
.fc-page .fmt-card .fmt-for{margin-top:5px;font-size:13.5px;color:var(--gold-soft);font-weight:700}
.fc-page .fmt-card ul{list-style:none;margin:16px 0 22px;display:flex;flex-direction:column;gap:10px}
.fc-page .fmt-card li{display:flex;gap:9px;font-size:14px;color:var(--text);opacity:.88;line-height:1.4}
.fc-page .fmt-card li svg{width:17px;height:17px;flex:none;margin-top:2px;color:#54C98A}
.fc-page .fmt-card .btn{margin-top:auto}
@media(max-width:900px){
.fc-page .fmt-grid{grid-template-columns:1fr}
}
.fc-page .formats-cta{margin-top:28px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}
.fc-page .formats-cta p{max-width:560px;color:rgba(231,237,230,.68);font-size:14px;line-height:1.45}
.fc-page .faq-link{display:inline-flex;margin-top:22px;color:var(--l-accent);font-weight:900;font-size:15px}
.fc-page .faq-link:hover{text-decoration:underline}
.fc-page .quick-proof{padding:42px 0 46px;background:radial-gradient(720px 260px at 50% 0%,rgba(230,203,144,.08),transparent 62%),var(--bg2)}
.fc-page .quick-proof-head{max-width:760px;margin:0 auto 24px;text-align:center}
.fc-page .quick-proof-head span{display:block;color:var(--gold-soft);font-size:12px;line-height:1;font-weight:950;letter-spacing:.18em;text-transform:uppercase}
.fc-page .quick-proof-head h2{margin-top:10px;color:#fff;font-size:clamp(34px,4vw,54px);line-height:.98;font-weight:950;letter-spacing:-.045em}
.fc-page .quick-proof-head p{margin:14px auto 0;max-width:640px;color:rgba(231,237,230,.72);font-size:17px;line-height:1.45}
.fc-page .quick-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.fc-page .quick-proof-card{display:flex;flex-direction:column;min-height:168px;padding:22px;border-radius:24px;text-decoration:none;background:radial-gradient(280px 160px at 100% 0%,rgba(230,203,144,.10),transparent 62%),rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 24px 58px -42px rgba(0,0,0,.75);transition:transform .18s ease,border-color .18s ease,background .18s ease}
.fc-page .quick-proof-card:hover{transform:translateY(-2px);border-color:rgba(230,203,144,.32);background:radial-gradient(280px 160px at 100% 0%,rgba(230,203,144,.15),transparent 62%),rgba(255,255,255,.085)}
.fc-page .quick-proof-card b{display:block;color:#fff;font-size:21px;line-height:1.12;font-weight:950;letter-spacing:-.025em}
.fc-page .quick-proof-card span{display:block;margin-top:8px;color:rgba(231,237,230,.68);font-size:14px;line-height:1.25;font-weight:750}
.fc-page .quick-proof-card strong{display:block;margin-top:auto;padding-top:26px;color:var(--gold-soft);font-size:clamp(28px,2.5vw,38px);line-height:.95;font-weight:950;letter-spacing:-.055em}
.fc-page .quick-proof-link-wrap{margin-top:22px;text-align:center}
.fc-page .quick-proof-link{display:inline-flex;align-items:center;justify-content:center;color:var(--gold-soft);font-size:15px;font-weight:900;text-decoration:none}
.fc-page .quick-proof-link:hover{text-decoration:underline}
@media(max-width:980px){
.fc-page .quick-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
.fc-page .quick-proof{padding:34px 0 38px}
.fc-page .quick-proof-head{text-align:left;margin-bottom:20px}
.fc-page .quick-proof-head p{font-size:15px}
.fc-page .quick-proof-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}
.fc-page .quick-proof-card{flex:0 0 230px;min-height:150px;padding:18px;scroll-snap-align:start}
.fc-page .quick-proof-card strong{font-size:30px}
.fc-page .quick-proof-link-wrap{text-align:left}
}
.fc-page a:focus-visible,.fc-page button:focus-visible,.fc-page summary:focus-visible,.fc-page .btn:focus-visible,.fc-page .scenario-focus-dots button:focus-visible,.fc-page .hero-ai-dots button:focus-visible,.fc-page .scenario-focus-prev:focus-visible,.fc-page .scenario-focus-next:focus-visible,.fc-page .hero-ai-next:focus-visible{outline:2px solid var(--gold-soft);outline-offset:3px;border-radius:10px}
.fc-page form input:focus-visible,.fc-page form select:focus-visible{outline:none;border-color:var(--gold-soft);box-shadow:0 0 0 3px rgba(230,203,144,.26)}
.fc-page .consent input[type=checkbox]:focus-visible{outline:2px solid var(--gold-soft);outline-offset:2px}
.fc-page .light summary:focus-visible{outline-color:var(--l-accent)}
.fc-page ::selection{background:rgba(230,203,144,.30);color:#fff}
.fc-page .light ::selection{background:rgba(122,78,42,.22);color:#241A13}
.fc-page form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:42px;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23E6CB90' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 15px center;background-size:15px;cursor:pointer}
.fc-page .case-link,.fc-page .faq-link,.fc-page .quick-proof-link{transition:color .18s ease,transform .18s ease}
.fc-page .case-link:hover,.fc-page .faq-link:hover,.fc-page .quick-proof-link:hover{transform:translateX(3px)}
@media(prefers-reduced-motion:reduce){
.fc-page .case-link:hover,.fc-page .faq-link:hover,.fc-page .quick-proof-link:hover{transform:none}
}


/* ---- reveal-on-scroll (полностью внутри обёртки; без JS контент виден) ---- */
.fc-page .reveal{opacity:1;transform:none}
.fc-page.fc-anim .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.22,.61,.36,1),transform .6s cubic-bezier(.22,.61,.36,1)}
.fc-page.fc-anim .reveal.in{opacity:1;transform:none}
.fc-page.fc-anim .grid > .reveal:nth-child(2){transition-delay:.07s}
.fc-page.fc-anim .grid > .reveal:nth-child(3){transition-delay:.14s}
.fc-page.fc-anim .grid > .reveal:nth-child(4){transition-delay:.21s}
@media (prefers-reduced-motion:reduce){.fc-page.fc-anim .reveal{opacity:1!important;transform:none!important;transition:none}}

/* ---- CTA, которые в доноре были ссылками на форму, теперь <button>: сброс под донорские .btn/.faq-link ---- */
.fc-page button.btn{font-family:var(--font)}
.fc-page button.faq-link{background:none;border:none;cursor:pointer;font-family:var(--font);padding:0}

/* ============================================================================
   ШАПКА — наша глобальная шапка (вне .fc-page) перекрашена под тёмно-зелёное
   «стекло» донора. В доноре шапка постоянно тёмная, поэтому здесь это статично:
   файл грузится только на этой странице, селекторы можно держать обычными.
   Меняются ТОЛЬКО цвета — раскладка остаётся родной.
   hero уходит под фиксированную шапку: убираем верхний отступ body (general.css),
   чтобы фото hero просвечивало за полупрозрачной шапкой, как в доноре. Отступ
   контента обеспечивает сам .hero (padding-top).
   ============================================================================ */
body{ padding-top:0 !important; }

header{
  background:rgba(9,30,22,.55) !important;
  -webkit-backdrop-filter:blur(16px) saturate(140%);
  backdrop-filter:blur(16px) saturate(140%);
  border-bottom:1px solid rgba(255,255,255,.10) !important;
  box-shadow:none !important;
}
header .logo img{ filter:brightness(0) invert(1); }
header nav a{ color:rgba(231,237,230,.88) !important; text-shadow:0 1px 10px rgba(0,0,0,.4); transition:color .2s; }
header nav a:hover{ color:#E6CB90 !important; }
header nav ul li:hover{ background:rgba(255,255,255,.10); }
header nav ul li[data-menu]::after{ filter:brightness(0) invert(1); }
header nav hr{ background:rgba(255,255,255,.22); }
header .office-link a{ color:rgba(231,237,230,.82) !important; text-shadow:0 1px 10px rgba(0,0,0,.4); }
header .office-link a:hover{ color:#E6CB90 !important; }
header .mobile-menu-btn::before,
header .mobile-menu-btn::after{ background:#fff; }
/* кнопка «Получить демо» в шапке — золотая, как у донора (вместо зелёной) */
header .btn--green{ background:linear-gradient(135deg,#E6CB90,#C2974A) !important; color:#2C1206 !important; border:none !important; }
header .btn--green:hover{ filter:brightness(1.06); }

/* ============================================================================
   ПОДВАЛ — наш (new-footer.php, вне .fc-page), перекрашен под тёмно-зелёную
   палитру донора: только фон и цвета текста/иконок.
   ============================================================================ */
footer{ background:linear-gradient(180deg,#0E251D,#081711) !important; border-top:1px solid rgba(255,255,255,.10); }
footer h3{ color:#CBA262 !important; }
footer .column-desc{ color:#CBA262 !important; }
footer .footer-column a{ color:#E7EDE6 !important; opacity:.82; }
footer .footer-column a:hover{ color:#E6CB90 !important; opacity:1; }
/* все .description-text в подвале (вкл. «© SWiP») одного цвета */
footer .description-text{ color:#9DB0A4 !important; }
footer .footer-divider{ background:rgba(255,255,255,.10) !important; }
footer .footer-socials li a p{ color:#EAF0E6 !important; }
/* логотип подвала — белый: инверсия + снимаем глобальную прозрачность ссылки (.82) */
footer .logo--white{ opacity:1 !important; }
footer .logo--white img{ filter:brightness(0) invert(1) !important; opacity:1 !important; }
/* иконки соцсетей — светлые (под цвет подписей соцсетей у донора) */
footer .footer-socials li a img{ filter:brightness(0) invert(1) !important; opacity:.92; }

/* ============================================================================
   ВСТРОЕННАЯ ФОРМА ДЕМО (CF7 id=694) внутри #final — ТЁМНЫЙ вид как у донора
   (тёмные поля на стеклянной карточке, золотая кнопка). Ограничено .fc-final-form,
   чтобы тот же шорткод в модалке подвала и на других страницах не задевало.
   Локально CF7 может рендериться пустым (заглушки) — на проде форму подставляет WP.
   ============================================================================ */
.fc-page .fc-final-form .wpcf7,
.fc-page .fc-final-form .wpcf7-form{ width:100%; max-width:none; }
/* раскладка как у донора: имя — на всю ширину, телефон+e-mail в один ряд, остальное — на всю ширину */
.fc-page .fc-final-form .modal-form{ display:grid; grid-template-columns:1fr 1fr; gap:13px; width:100%; max-width:none; text-align:left; align-items:start; }
.fc-page .fc-final-form .modal-form > *{ grid-column:1 / -1; min-width:0; }
.fc-page .fc-final-form .wpcf7-form-control-wrap.tel-136{ grid-column:1 / 2; }
.fc-page .fc-final-form .wpcf7-form-control-wrap.pr-email{ grid-column:2 / 3; }
/* сырое backing-поле кассы прячем — видимый UI даёт .modal-select */
.fc-page .fc-final-form .wpcf7-form-control-wrap.pos-system{ display:none !important; }

/* поля — тёмные, как в доноре */
.fc-page .fc-final-form .modal-input,
.fc-page .fc-final-form .modal-select input,
.fc-page .fc-final-form input[type=text],
.fc-page .fc-final-form input[type=tel],
.fc-page .fc-final-form input[type=email]{
  width:100%; background:rgba(0,0,0,.25); border:1px solid rgba(255,255,255,.12); border-radius:12px;
  color:#F4F8F2; font-family:var(--font); font-size:15px; padding:13px 14px; box-sizing:border-box; height:auto;
}
.fc-page .fc-final-form .modal-input::placeholder,
.fc-page .fc-final-form input::placeholder{ color:rgba(231,237,230,.5); }
.fc-page .fc-final-form .modal-input:focus,
.fc-page .fc-final-form .modal-select input:focus,
.fc-page .fc-final-form input:focus{ outline:none; border-color:#C2974A; box-shadow:0 0 0 3px rgba(203,162,98,.22); }
.fc-page .fc-final-form .modal-select{ position:relative; }

/* кнопка отправки — золотой градиент (btn-primary донора). !important на всякий
   случай перебивает донорское `.fc-page form input{...}` и глобальные стили submit */
.fc-page .fc-final-form .wpcf7-submit{
  width:100% !important; border:none !important; border-radius:14px !important; padding:16px 24px !important; height:auto !important;
  font-family:var(--font); font-weight:700; font-size:16px; line-height:1; cursor:pointer; color:#2C1206 !important; margin-top:4px;
  background:linear-gradient(135deg,#E6CB90,#C2974A) !important; box-shadow:0 16px 34px -18px rgba(203,162,98,.6) !important; transition:filter .18s, transform .18s;
}
.fc-page .fc-final-form .wpcf7-submit:hover{ filter:brightness(1.06); transform:translateY(-2px); }

/* чекбокс согласия: компактный, в строку с текстом (иначе донорское form input делает его во всю ширину) */
.fc-page .fc-final-form .wpcf7-acceptance .wpcf7-list-item{ margin:0; }
.fc-page .fc-final-form .wpcf7-acceptance label{ display:flex; align-items:flex-start; gap:10px; cursor:pointer; }
.fc-page .fc-final-form input[type=checkbox]{
  width:18px !important; height:18px !important; min-width:18px; flex:0 0 18px; padding:0 !important; margin:2px 0 0 !important;
  border:1px solid rgba(255,255,255,.3) !important; border-radius:5px !important; background:rgba(0,0,0,.25) !important; accent-color:#C2974A; box-shadow:none !important;
}
.fc-page .fc-final-form .term_and_conditions,
.fc-page .fc-final-form .wpcf7-acceptance .wpcf7-list-item-label{ font-size:12.5px; color:#9DB0A4; line-height:1.45; }
.fc-page .fc-final-form .term_and_conditions a,
.fc-page .fc-final-form a{ color:#E6CB90; text-decoration:underline; }
.fc-page .fc-final-form .wpcf7-response-output{ border-radius:12px; font-size:13.5px; margin:8px 0 0; color:#E7EDE6; }
.fc-page .fc-final-form .wpcf7-not-valid-tip{ color:#F26770; font-size:12.5px; }
.fc-page .fc-final-form .wpcf7-spinner{ margin:8px auto 0; display:block; }

@media(max-width:600px){
  .fc-page .fc-final-form .modal-form{ grid-template-columns:1fr; }
  .fc-page .fc-final-form .wpcf7-form-control-wrap.tel-136,
  .fc-page .fc-final-form .wpcf7-form-control-wrap.pr-email{ grid-column:1 / -1; }
}

/* ============================================================================
   Правки по ревью
   ============================================================================ */
/* h2 в #ai / #reports / #faq — по левому краю (под эйбрау/подзаголовок, как у донора).
   Глобальная тема центрует h2, поэтому возвращаем left. */
.fc-page #ai .ai-marketer-card h2,
.fc-page #reports .reports-head h2,
.fc-page #faq .faq-aside h2{ text-align:left; }

/* сценарии: активный слайд (scale 1) нижним краем упирался в overflow:hidden вьюпорта
   и обрезался на пару пикселей — добавляем запас снизу */
.fc-page .scenario-focus-viewport{ padding-bottom:16px; }
