*{box-sizing:border-box}
body{margin:0;background:#07070D;color:#EDEDF2;font-family:'Geist',-apple-system,sans-serif;-webkit-font-smoothing:antialiased}
a{color:#A78BFA;text-decoration:none;transition:color 120ms ease}
a:hover{color:#C4B5FD}
html{scroll-behavior:smooth}

/* ============ 1. SCROLL REVEAL ============ */
[data-fx]{opacity:0;will-change:transform,opacity}
[data-fx="up"]{transform:translateY(30px)}
[data-fx="down"]{transform:translateY(-24px)}
[data-fx="left"]{transform:translateX(-36px)}
[data-fx="right"]{transform:translateX(36px)}
[data-fx="scale"]{transform:scale(.93)}
[data-fx="blur"]{transform:translateY(20px);filter:blur(12px)}
[data-fx="rise"]{transform:translateY(46px) scale(.97)}
.fx-in{opacity:1;transform:none;filter:none;
  transition:opacity 760ms cubic-bezier(.16,1,.3,1) var(--d,0ms),
             transform 900ms cubic-bezier(.16,1,.3,1) var(--d,0ms),
             filter 700ms ease var(--d,0ms)}

/* ============ 2. AMBIENTE / FUNDO ============ */
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes drift{0%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(6%,-8%,0) scale(1.18)}100%{transform:translate3d(-5%,6%,0) scale(.95)}}
@keyframes spinSlow{to{transform:rotate(360deg)}}
@keyframes pulseGlow{0%,100%{opacity:.45;transform:scale(1)}50%{opacity:.85;transform:scale(1.06)}}
@keyframes gridPan{to{background-position:64px 64px}}

.fx-aurora{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}
.fx-aurora--a{width:520px;height:520px;top:-220px;left:8%;background:radial-gradient(circle,rgba(124,58,237,.42),transparent 68%);animation:drift 19s ease-in-out infinite alternate}
.fx-aurora--b{width:440px;height:440px;top:120px;right:2%;background:radial-gradient(circle,rgba(99,102,241,.3),transparent 66%);animation:drift 24s ease-in-out infinite alternate-reverse}
.fx-aurora--c{width:360px;height:360px;bottom:-140px;left:38%;background:radial-gradient(circle,rgba(196,181,253,.16),transparent 66%);animation:drift 28s ease-in-out infinite alternate}
.fx-grid{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.5;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:64px 64px;animation:gridPan 22s linear infinite;
  -webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,#000,transparent 78%);
  mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,#000,transparent 78%)}

/* ============ 3. TIPOGRAFIA ANIMADA ============ */
@keyframes gradSlide{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
.fx-grad{background:linear-gradient(110deg,#C4B5FD 0%,#818CF8 25%,#F0ABFC 50%,#818CF8 75%,#C4B5FD 100%);
  background-size:280% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
  animation:gradSlide 9s ease-in-out infinite}
.fx-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#A78BFA;margin:0 0 14px}
.fx-eyebrow::before{content:'';width:24px;height:1px;background:linear-gradient(90deg,transparent,#7C3AED)}

/* ============ 4. NAV FLUTUANTE ============ */
.fx-navwrap{position:fixed;top:0;left:0;right:0;z-index:60;padding:16px clamp(14px,4vw,40px);
  transition:padding 420ms cubic-bezier(.16,1,.3,1)}
section[id],header[id]{scroll-margin-top:100px}
html.is-scrolled .fx-navwrap{padding-top:9px;padding-bottom:9px}
.fx-nav{position:relative;max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;
  gap:18px;padding:8px 8px 8px 18px;border-radius:999px;
  background:rgba(11,11,21,.55);-webkit-backdrop-filter:blur(22px) saturate(180%);backdrop-filter:blur(22px) saturate(180%);
  border:1px solid rgba(255,255,255,.06);box-shadow:0 1px 0 rgba(255,255,255,.05) inset;
  transition:background 420ms ease,border-color 420ms ease,box-shadow 420ms ease,max-width 420ms cubic-bezier(.16,1,.3,1)}
.fx-nav::before{content:'';position:absolute;inset:0;border-radius:999px;padding:1px;pointer-events:none;opacity:0;
  background:linear-gradient(120deg,rgba(124,58,237,.55),rgba(99,102,241,.12) 45%,rgba(124,58,237,.4));
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;
  mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;
  transition:opacity 500ms ease}
html.is-scrolled .fx-nav{max-width:1040px;background:rgba(7,7,13,.86);border-color:rgba(255,255,255,.02);
  box-shadow:0 18px 44px rgba(0,0,0,.55),0 1px 0 rgba(255,255,255,.06) inset}
html.is-scrolled .fx-nav::before{opacity:1}

.fx-brand{display:flex;align-items:center;gap:11px;flex:none}
.fx-mark{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex:none}
.fx-mark::after{content:'';position:absolute;inset:-6px;border-radius:50%;z-index:-1;
  background:radial-gradient(circle,rgba(124,58,237,.55),transparent 68%);opacity:0;transition:opacity 420ms ease}
.fx-brand:hover .fx-mark::after{opacity:1}
.fx-logo{width:30px;height:30px;object-fit:contain;transition:transform 520ms cubic-bezier(.16,1,.3,1)}
.fx-brand:hover .fx-logo{transform:rotate(-10deg) scale(1.1)}
.fx-wordmark{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:19px;letter-spacing:-.02em;color:#EDEDF2}

.fx-navlinks{position:relative;display:flex;align-items:center;gap:2px;padding:3px;border-radius:999px}
.fx-navpill{position:absolute;top:3px;left:0;height:calc(100% - 6px);border-radius:999px;width:0;opacity:0;
  background:rgba(255,255,255,.07);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
  transition:transform 420ms cubic-bezier(.16,1,.3,1),width 420ms cubic-bezier(.16,1,.3,1),opacity 260ms ease}
.fx-navlink{position:relative;z-index:1;display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 15px;
  border-radius:999px;font-size:14px;font-weight:500;color:#888898;white-space:nowrap;transition:color 280ms ease}
.fx-navlink:hover{color:#EDEDF2}
.fx-navlink.is-active{color:#EDEDF2}
.fx-navlink.is-active::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--gradient-brand);
  box-shadow:0 0 8px rgba(124,58,237,.9)}
.fx-navcta{display:flex;align-items:center;gap:8px;flex:none}
.fx-nav-ghost{height:38px;padding:0 16px;border-radius:999px;border:1px solid transparent;background:transparent;
  color:#888898;font-family:'Geist',sans-serif;font-size:14px;font-weight:500;cursor:pointer;
  transition:color 240ms ease,background 240ms ease,border-color 240ms ease}
.fx-nav-ghost:hover{color:#EDEDF2;background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.09)}
.fx-nav-btn{height:38px;padding:0 18px;border-radius:999px;font-size:14px}
a.fx-nav-ghost{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}

.fx-burger{display:none;width:40px;height:38px;border:1px solid var(--postly-border-strong);border-radius:999px;
  background:rgba(255,255,255,.04);cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px;
  transition:background 240ms ease}
.fx-burger:hover{background:rgba(255,255,255,.09)}
.fx-burger i{display:block;width:15px;height:1.6px;border-radius:2px;background:#EDEDF2;
  transition:transform 380ms cubic-bezier(.16,1,.3,1),opacity 240ms ease}
.fx-burger.is-open i:nth-child(1){transform:translateY(3.3px) rotate(45deg)}
.fx-burger.is-open i:nth-child(2){opacity:0}
.fx-burger.is-open i:nth-child(3){transform:translateY(-3.3px) rotate(-45deg)}

.fx-mobile{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:5;display:none;flex-direction:column;gap:4px;
  padding:12px;border-radius:22px;background:rgba(7,7,13,.94);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);
  border:1px solid var(--postly-border-strong);box-shadow:0 24px 60px rgba(0,0,0,.6);
  opacity:0;transform:translateY(-10px) scale(.98);pointer-events:none;
  transition:opacity 300ms ease,transform 380ms cubic-bezier(.16,1,.3,1)}
.fx-mobile.is-open{opacity:1;transform:none;pointer-events:auto}
.fx-mobile a{padding:12px 14px;border-radius:14px;font-size:15px;color:#EDEDF2;transition:background 220ms ease}
.fx-mobile a:hover{background:rgba(124,58,237,.14)}
@media (max-width:1060px){
  .fx-navlinks,.fx-nav-ghost{display:none}
  .fx-burger{display:flex}
  .fx-mobile{display:flex}
}

/* ============ 5. BOTÕES ============ */
.postly-btn{position:relative;overflow:hidden;transition:transform 220ms cubic-bezier(.16,1,.3,1),box-shadow 300ms ease,opacity 140ms ease}
.postly-btn:hover{transform:translateY(-2px)}
.postly-btn:active{transform:translateY(0) scale(.985)}
button.postly-btn:not(.postly-btn-ghost):hover{box-shadow:0 12px 30px rgba(124,58,237,.42)}
.postly-btn-ghost:hover{box-shadow:0 10px 26px rgba(0,0,0,.4)}
@keyframes shine{0%{left:-140%}55%{left:140%}100%{left:140%}}
/* botões renderizados como <a> — precisam vencer a regra global de link */
a.postly-btn,a.postly-btn-ghost{text-decoration:none}
a.postly-btn:not(.postly-btn-ghost),a.postly-btn:not(.postly-btn-ghost):hover{color:#fff}
a.postly-btn-ghost,a.postly-btn-ghost:hover{color:var(--postly-text-primary)}
.fx-shine::after{content:'';position:absolute;top:-20%;left:-140%;width:55%;height:140%;
  background:linear-gradient(105deg,transparent,rgba(255,255,255,.32),transparent);
  transform:skewX(-22deg);animation:shine 4.6s cubic-bezier(.5,0,.2,1) infinite;pointer-events:none}

/* ============ 6. CARDS + SPOTLIGHT ============ */
.fx-card{position:relative;isolation:isolate;
  transition:transform 420ms cubic-bezier(.16,1,.3,1),border-color 320ms ease,box-shadow 420ms ease}
.fx-card::after{content:'';position:absolute;inset:0;z-index:-1;border-radius:inherit;opacity:0;
  transition:opacity 360ms ease;pointer-events:none;
  background:radial-gradient(340px circle at var(--mx,50%) var(--my,0%),rgba(124,58,237,.20),transparent 62%)}
.fx-card:hover::after{opacity:1}
.fx-card:hover{transform:translateY(-6px);box-shadow:0 22px 54px rgba(0,0,0,.5)}
.fx-icon{transition:transform 460ms cubic-bezier(.16,1,.3,1),background 320ms ease}
.fx-card:hover .fx-icon{transform:rotate(-6deg) scale(1.1);background:var(--postly-accent-22)}
.fx-icon svg{transition:stroke 320ms ease}
.fx-card:hover .fx-icon svg{stroke:#C4B5FD}

/* ============ 7. HERO MOCKUP ============ */
.fx-float{animation:floaty 7s ease-in-out infinite}
.fx-tilt-inner{transition:transform 500ms cubic-bezier(.16,1,.3,1);transform-style:preserve-3d;will-change:transform}
@keyframes popIn{from{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:none}}
.fx-kb{animation:popIn 620ms cubic-bezier(.16,1,.3,1) both;transition:transform 320ms cubic-bezier(.16,1,.3,1),box-shadow 320ms ease}
.fx-kb:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 28px rgba(0,0,0,.45);z-index:2}
@keyframes haloPulse{0%,100%{box-shadow:0 0 0 1px rgba(124,58,237,.35),0 8px 32px rgba(124,58,237,.12)}50%{box-shadow:0 0 0 1px rgba(124,58,237,.6),0 10px 44px rgba(124,58,237,.36)}}
.fx-halo{animation:haloPulse 3.4s ease-in-out infinite}
@keyframes dotBlink{0%,100%{opacity:1}50%{opacity:.35}}
.fx-live{width:7px;height:7px;border-radius:50%;background:#4ADE80;box-shadow:0 0 10px #4ADE80;animation:dotBlink 1.6s ease-in-out infinite;display:inline-block}
@keyframes badgeSheen{0%{background-position:200% 0}100%{background-position:-200% 0}}
.fx-badge-sheen{background-image:linear-gradient(100deg,rgba(124,58,237,.18) 30%,rgba(196,181,253,.32) 50%,rgba(124,58,237,.18) 70%);background-size:200% 100%;animation:badgeSheen 5.5s linear infinite}

/* ============ 8. MARQUEE DE LOGOS ============ */
.fx-marquee{overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}
.fx-mq-row{display:flex;width:max-content;animation:marquee 32s linear infinite}
.fx-marquee:hover .fx-mq-row{animation-play-state:paused}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.fx-mq-group{display:flex;align-items:center;gap:clamp(30px,6vw,66px);padding-right:clamp(30px,6vw,66px)}
.fx-mq-item{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:22px;color:#888898;opacity:.5;
  transition:opacity 300ms ease,color 300ms ease,transform 300ms ease;white-space:nowrap}
.fx-mq-item:hover{opacity:1;color:#C4B5FD;transform:translateY(-2px)}

/* ============ 9. PASSOS ============ */
.fx-track{position:relative;height:2px;margin:0 0 26px;border-radius:2px;background:rgba(255,255,255,.06);overflow:hidden}
.fx-track > i{position:absolute;inset:0;transform:scaleX(0);transform-origin:left;border-radius:2px;
  background:linear-gradient(90deg,#7C3AED,#818CF8,#C4B5FD);transition:transform 1500ms cubic-bezier(.16,1,.3,1) 160ms}
.fx-track.fx-in > i{transform:scaleX(1)}
.fx-step-n{font-family:'Geist Mono',monospace;font-size:13px;color:#A78BFA;display:inline-flex;align-items:center;
  justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--postly-accent-18);
  transition:transform 420ms cubic-bezier(.16,1,.3,1),background 320ms ease,color 320ms ease}
.fx-card:hover .fx-step-n{transform:translateY(-2px) scale(1.08);background:var(--gradient-brand);color:#fff}

/* ============ 10. CALENDÁRIO ============ */
.fx-chip{transition:transform 260ms cubic-bezier(.16,1,.3,1),filter 260ms ease}
.fx-cal.fx-in .fx-chip{animation:popIn 520ms cubic-bezier(.16,1,.3,1) both}
.fx-cal.fx-in .fx-chip:nth-of-type(1){animation-delay:.10s}
.fx-cal.fx-in .fx-chip:nth-of-type(2){animation-delay:.18s}
.fx-day{transition:background 280ms ease,box-shadow 280ms ease}
.fx-day:hover{background:var(--postly-surface-high) !important;box-shadow:inset 0 0 0 1px rgba(124,58,237,.35)}
.fx-day:hover .fx-chip{transform:translateX(2px)}

/* ============ 11. CASES / CLIENTES ============ */
.fx-brands{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(14px,3vw,26px)}
.fx-brand-chip{display:inline-flex;align-items:center;gap:12px;padding:12px 22px;border-radius:999px;
  border:1px solid var(--postly-border);background:rgba(255,255,255,.025);
  transition:transform 420ms cubic-bezier(.16,1,.3,1),border-color 320ms ease,background 320ms ease,box-shadow 380ms ease}
.fx-brand-chip:hover{transform:translateY(-4px);border-color:rgba(124,58,237,.4);background:rgba(124,58,237,.10);
  box-shadow:0 14px 34px rgba(0,0,0,.45)}
.fx-brand-dot{width:26px;height:26px;border-radius:9px;flex:none;display:flex;align-items:center;justify-content:center;
  font-family:'Space Grotesk',sans-serif;font-size:11px;font-weight:700;color:#fff;background:var(--gradient-brand);
  transition:transform 420ms cubic-bezier(.16,1,.3,1)}
.fx-brand-chip:hover .fx-brand-dot{transform:rotate(-8deg) scale(1.08)}
.fx-brand-name{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:17px;letter-spacing:-.01em;color:#888898;
  transition:color 320ms ease;white-space:nowrap}
.fx-brand-chip:hover .fx-brand-name{color:#EDEDF2}

.fx-case{padding:28px;display:flex;flex-direction:column;height:100%}
.fx-case-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.fx-case-mono{width:44px;height:44px;flex:none;border-radius:14px;display:flex;align-items:center;justify-content:center;
  font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:15px;color:#fff;background:var(--gradient-brand);
  transition:transform 460ms cubic-bezier(.16,1,.3,1),box-shadow 380ms ease}
.fx-card:hover .fx-case-mono{transform:rotate(-6deg) scale(1.07);box-shadow:0 0 0 4px rgba(124,58,237,.18)}
.fx-case-name{font-family:'Space Grotesk',sans-serif;font-size:18px;font-weight:600;margin:0;letter-spacing:-.01em}
.fx-case-tag{font-size:12px;color:#525268;margin:3px 0 0}
.fx-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(76px,1fr));gap:8px;margin:20px 0 0}
.fx-metric{padding:13px 10px;border-radius:14px;text-align:center;background:rgba(255,255,255,.03);
  border:1px solid var(--postly-border);
  transition:background 320ms ease,border-color 320ms ease,transform 380ms cubic-bezier(.16,1,.3,1)}
.fx-metric:hover{transform:translateY(-3px)}
.fx-card:hover .fx-metric{background:rgba(124,58,237,.10);border-color:rgba(124,58,237,.3)}
.fx-metric b{display:block;font-family:'Space Grotesk',sans-serif;font-size:21px;font-weight:700;line-height:1.1;
  background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.fx-metric span{display:block;margin-top:5px;font-size:11px;line-height:1.35;color:#888898}
.fx-case .fx-quote::before{content:none}
.fx-case .fx-quote{padding-left:16px;border-left:2px solid rgba(124,58,237,.4);
  transition:border-color 380ms ease,padding-left 380ms cubic-bezier(.16,1,.3,1)}
.fx-card:hover .fx-quote{border-left-color:#7C3AED;padding-left:19px}
.fx-quote{position:relative}
.fx-quote::before{content:'"';position:absolute;top:-26px;left:-6px;font-family:'Space Grotesk',sans-serif;
  font-size:88px;line-height:1;color:rgba(124,58,237,.16);pointer-events:none;transition:color 380ms ease,transform 420ms cubic-bezier(.16,1,.3,1)}
.fx-card:hover .fx-quote::before{color:rgba(124,58,237,.32);transform:translateY(-4px)}
.fx-avatar{transition:transform 420ms cubic-bezier(.16,1,.3,1),box-shadow 380ms ease}
.fx-card:hover .fx-avatar{transform:scale(1.08);box-shadow:0 0 0 4px rgba(124,58,237,.18)}

/* ============ 12. PLANOS ============ */
.fx-seg{position:relative;display:grid;grid-template-columns:1fr 1fr;padding:5px;border-radius:999px;
  background:rgba(255,255,255,.04);border:1px solid var(--postly-border-strong);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.fx-seg-pill{position:absolute;top:5px;left:5px;width:calc(50% - 5px);height:calc(100% - 10px);border-radius:999px;
  background:var(--gradient-brand);box-shadow:0 8px 24px rgba(124,58,237,.45);
  transition:transform 520ms cubic-bezier(.5,-0.12,.2,1.18)}
.fx-seg-pill.is-right{transform:translateX(100%)}
.fx-seg-btn{position:relative;z-index:1;height:42px;padding:0 clamp(16px,3vw,26px);border:none;background:transparent;
  cursor:pointer;border-radius:999px;color:#888898;font-family:'Geist',sans-serif;font-size:14px;font-weight:600;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;transition:color 320ms ease}
.fx-seg-btn.is-active{color:#fff}
.fx-save{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;background:rgba(74,222,128,.16);color:#4ADE80;
  transition:background 320ms ease,color 320ms ease}
.fx-seg-btn.is-active .fx-save{background:rgba(255,255,255,.22);color:#fff}

.fx-plan{padding:32px;display:flex;flex-direction:column;height:100%}
.fx-plan-name{font-family:'Space Grotesk',sans-serif;font-size:21px;font-weight:600;margin:0}
.fx-plan-desc{font-size:14px;line-height:1.6;color:#888898;margin:12px 0 0;min-height:66px}
.fx-price{display:flex;align-items:baseline;gap:5px;margin:22px 0 0}
.fx-cur{font-size:19px;color:#888898}
.fx-amt{font-family:'Space Grotesk',sans-serif;font-size:clamp(38px,4.4vw,46px);font-weight:700;letter-spacing:-.03em;line-height:1}
.fx-per{font-size:15px;color:#525268}
@keyframes priceA{from{opacity:0;transform:translateY(14px) scale(.94);filter:blur(7px)}to{opacity:1;transform:none;filter:blur(0)}}
@keyframes priceB{from{opacity:0;transform:translateY(14px) scale(.94);filter:blur(7px)}to{opacity:1;transform:none;filter:blur(0)}}
.fx-priceA .fx-amt,.fx-priceA .fx-cur,.fx-priceA .fx-per{animation:priceA 560ms cubic-bezier(.16,1,.3,1) both}
.fx-priceB .fx-amt,.fx-priceB .fx-cur,.fx-priceB .fx-per{animation:priceB 560ms cubic-bezier(.16,1,.3,1) both}
.fx-priceA .fx-cur,.fx-priceB .fx-cur{animation-delay:40ms}
.fx-priceA .fx-per,.fx-priceB .fx-per{animation-delay:90ms}
.fx-price-note{font-size:12.5px;line-height:1.5;color:#525268;margin:10px 0 0;min-height:38px}
.fx-strike{color:#525268;text-decoration:line-through;text-decoration-color:rgba(248,113,113,.7)}

.fx-limits{display:grid;grid-template-columns:repeat(auto-fit,minmax(84px,1fr));gap:8px;margin:24px 0 0}
.fx-limit{border-radius:14px;padding:12px 10px;text-align:center;background:rgba(255,255,255,.035);
  border:1px solid var(--postly-border);transition:background 300ms ease,border-color 300ms ease,transform 380ms cubic-bezier(.16,1,.3,1)}
.fx-card:hover .fx-limit{background:rgba(124,58,237,.10);border-color:rgba(124,58,237,.3)}
.fx-limit:hover{transform:translateY(-3px)}
.fx-limit b{display:block;font-family:'Space Grotesk',sans-serif;font-size:22px;font-weight:700;color:#EDEDF2;line-height:1.1}
.fx-limit span{display:block;margin-top:4px;font-size:11px;letter-spacing:.03em;color:#888898}
.fx-inf{font-size:26px !important;background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}

.fx-sec-label{font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:#525268;margin:26px 0 12px}
.fx-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px;font-size:14px;color:#888898}
.fx-list li{display:flex;gap:10px;align-items:flex-start;line-height:1.45;transition:color 260ms ease,transform 300ms cubic-bezier(.16,1,.3,1)}
.fx-list li:hover{color:#EDEDF2;transform:translateX(3px)}
.fx-list svg{flex:none;margin-top:1px}
.fx-pop{position:absolute;top:-13px;left:50%;transform:translateX(-50%);white-space:nowrap;z-index:3}
@keyframes popFloat{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-3px)}}
.fx-pop{animation:popFloat 3.2s ease-in-out infinite}
.fx-plan-glow{position:absolute;inset:-40px -20px 40%;z-index:0;pointer-events:none;border-radius:50%;filter:blur(58px);
  background:radial-gradient(circle,rgba(124,58,237,.34),transparent 70%);animation:pulseGlow 5s ease-in-out infinite}

/* comparativo */
.fx-table-wrap{overflow-x:auto;border-radius:20px;border:1px solid var(--postly-border);background:var(--color-surface)}
.fx-table{width:100%;min-width:620px;border-collapse:collapse;font-size:14px}
.fx-table th,.fx-table td{padding:14px 18px;text-align:center;border-bottom:1px solid var(--postly-border);white-space:nowrap}
.fx-table tr:last-child td{border-bottom:none}
.fx-table th:first-child,.fx-table td:first-child{text-align:left;color:#EDEDF2;white-space:normal}
.fx-table thead th{font-family:'Space Grotesk',sans-serif;font-size:13px;letter-spacing:.02em;color:#888898;
  background:rgba(255,255,255,.02);position:sticky;top:0}
.fx-table td{color:#888898}
.fx-table .col-pro{background:rgba(124,58,237,.07);color:#EDEDF2}
.fx-table thead .col-pro{color:#C4B5FD}
.fx-table tbody tr{transition:background 240ms ease}
.fx-table tbody tr:hover{background:rgba(255,255,255,.028)}
@keyframes rowIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.fx-table-wrap tbody tr{opacity:0}
.fx-table-wrap.fx-in tbody tr{animation:rowIn 520ms cubic-bezier(.16,1,.3,1) both}
.fx-table-wrap.fx-in tbody tr:nth-child(1){animation-delay:40ms}
.fx-table-wrap.fx-in tbody tr:nth-child(2){animation-delay:85ms}
.fx-table-wrap.fx-in tbody tr:nth-child(3){animation-delay:130ms}
.fx-table-wrap.fx-in tbody tr:nth-child(4){animation-delay:175ms}
.fx-table-wrap.fx-in tbody tr:nth-child(5){animation-delay:220ms}
.fx-table-wrap.fx-in tbody tr:nth-child(6){animation-delay:265ms}
.fx-table-wrap.fx-in tbody tr:nth-child(7){animation-delay:310ms}
.fx-table-wrap.fx-in tbody tr:nth-child(8){animation-delay:355ms}
.fx-table-wrap.fx-in tbody tr:nth-child(9){animation-delay:400ms}
.fx-table-wrap.fx-in tbody tr:nth-child(10){animation-delay:445ms}
.fx-table-wrap.fx-in tbody tr:nth-child(11){animation-delay:490ms}

/* condições comerciais */
.fx-cond{display:flex;align-items:center;gap:10px;padding:13px 18px;border-radius:999px;
  background:rgba(255,255,255,.035);border:1px solid var(--postly-border);font-size:14px;color:#EDEDF2;
  transition:transform 380ms cubic-bezier(.16,1,.3,1),background 300ms ease,border-color 300ms ease}
.fx-cond:hover{transform:translateY(-3px);background:rgba(124,58,237,.12);border-color:rgba(124,58,237,.34)}
.fx-cond svg{flex:none}

/* ============ 13. FAQ ============ */
.fx-faq-btn{transition:background 240ms ease}
.fx-faq-btn:hover{background:rgba(255,255,255,.028) !important}
.fx-chev{display:inline-flex;color:#A78BFA;flex:none;transition:transform 400ms cubic-bezier(.16,1,.3,1)}
.fx-chev.is-open{transform:rotate(180deg)}
@keyframes faqIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.fx-faq-a{animation:faqIn 380ms cubic-bezier(.16,1,.3,1) both}

/* ============ 14. RODAPÉ + BARRA DE PROGRESSO ============ */
.fx-flink{display:inline-block;transition:transform 280ms cubic-bezier(.16,1,.3,1),color 220ms ease}
.fx-flink:hover{transform:translateX(4px)}
.fx-progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:100;background:transparent;pointer-events:none}
.fx-progress > i{display:block;height:100%;width:0;background:linear-gradient(90deg,#7C3AED,#818CF8,#C4B5FD);
  box-shadow:0 0 12px rgba(124,58,237,.8)}

/* ============ 15. RESPONSIVO / ACESSIBILIDADE ============ */
@media (max-width:900px){
  .fx-plan-desc{min-height:0}
  .fx-price-note{min-height:0}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  [data-fx]{opacity:1 !important;transform:none !important;filter:none !important}
  .fx-table-wrap tbody tr{opacity:1 !important}
  *,*::before,*::after{animation:none !important;transition-duration:1ms !important}
}

/* ============ 16. ANOTAÇÕES SOBRE O MOCKUP ============ */
.fx-anno{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1000px;margin:18px auto 0;padding:0 6px}
.fx-anno-item{display:flex;align-items:flex-start;gap:7px;font-size:12.5px;line-height:1.5;color:#888898;text-align:left}
.fx-anno-arrow{color:#A78BFA;font-size:14px;line-height:1.3;flex:0 0 auto}
@media (max-width:760px){
  .fx-anno{grid-template-columns:1fr;gap:10px;max-width:420px}
}

/* ============ 17. SEÇÃO PROBLEMA (ANTES / DEPOIS) ============ */
.fx-pain{display:flex;flex-direction:column}
.fx-pain-label{font-size:11px;letter-spacing:.09em;text-transform:uppercase;margin:0 0 20px;font-weight:600}
.fx-pain-label--bad{color:#F87171}
.fx-pain-label--good{color:#4ADE80}
.fx-painlist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.fx-painlist li{display:flex;align-items:flex-start;gap:11px;font-size:14.5px;line-height:1.55;color:#888898}
.fx-pain-label--good ~ .fx-painlist li{color:#EDEDF2}
.fx-painlist code{font-family:'Geist Mono',monospace;font-size:13px;color:#FCD34D;background:rgba(245,158,11,.1);padding:1px 5px;border-radius:5px}
.fx-x,.fx-v{flex:0 0 auto;width:19px;height:19px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;margin-top:1px}
.fx-x{background:rgba(248,113,113,.14);color:#F87171}
.fx-v{background:rgba(74,222,128,.14);color:#4ADE80}

/* ============ 18. LEGENDA DO CALENDÁRIO ============ */
.fx-cal-legend{margin:16px 0 0;padding-top:14px;border-top:1px solid var(--postly-border);font-size:12.5px;line-height:1.55;color:#525268}

/* ============ 19. COMPARATIVO CONTRA A GAMBIARRA ============ */
.fx-vs{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}
.fx-vs-col{border:1px solid var(--postly-border);border-radius:18px;padding:28px;background:var(--postly-surface-low)}
.fx-vs-col--good{border-color:var(--postly-accent-40,rgba(124,58,237,.4));background:linear-gradient(180deg,rgba(124,58,237,.07),transparent 70%),var(--postly-surface-low)}
.fx-vs-head{font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:#F87171;font-weight:600;margin:0 0 20px}
.fx-vs-head--good{color:#A78BFA}
.fx-vs-row{display:grid;grid-template-columns:112px 1fr;gap:14px;align-items:baseline;padding:13px 0;border-top:1px solid var(--postly-border)}
.fx-vs-row:first-of-type{border-top:none;padding-top:0}
.fx-vs-tool{font-family:'Geist Mono',monospace;font-size:12.5px;color:#525268;letter-spacing:-.01em}
.fx-vs-tool--good{color:#C4B5FD}
.fx-vs-txt{font-size:14.5px;line-height:1.55;color:#888898}
.fx-vs-col--good .fx-vs-txt{color:#EDEDF2}
@media (max-width:520px){
  .fx-vs-row{grid-template-columns:1fr;gap:5px}
}

/* ============ 20. BLOCO DE ROI ============ */
.fx-roi{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;max-width:920px;margin:0 auto}
.fx-roi-item{border:1px solid var(--postly-border);border-radius:16px;padding:24px 18px;background:var(--postly-surface-low);text-align:center}
.fx-roi-item b{display:block;font-family:'Space Grotesk',sans-serif;font-size:clamp(30px,4vw,42px);font-weight:700;letter-spacing:-.03em;line-height:1;
  background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.fx-roi-item span{display:block;margin-top:10px;font-size:13px;line-height:1.5;color:#888898}

/* ============ 21. CTAs LONGOS EM TELA PEQUENA ============ */
@media (max-width:420px){
  .postly-btn{white-space:normal;text-align:center;line-height:1.3;height:auto !important;min-height:50px;padding-top:12px;padding-bottom:12px}
}
