/* FlowFin Landing v5.4.10 — recursos interativos, novos destaques Pro e consentimento */
.features-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.feat-card{cursor:pointer;outline:none;}
.feat-card:focus-visible{box-shadow:0 0 0 4px rgba(18,167,124,.22),0 28px 54px rgba(11,43,39,.18);transform:translateY(-6px);}
.feat-card-agents{--accent:#19c6bf;--accent-rgb:25,198,191;--accent-deep:#087d78;}
.feat-card-agents .feat-icon{animation:agentFloat 3.1s ease-in-out infinite;}
@keyframes agentFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(2deg)}}

/* Destaques Pro em formato de mini celulares */
.pro-device-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:48px;}
.pro-device-card{border-width:6px;border-radius:30px;padding:22px 16px 18px;min-height:505px;box-shadow:0 22px 46px rgba(11,43,39,.16);}
.pro-device-card::before{width:64px;height:5px;top:7px;}
.pro-device-card::after{content:"";position:absolute;inset:-45% auto -45% -65%;width:38%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:skewX(-18deg);animation:deviceSweep 8s ease-in-out infinite;pointer-events:none;}
.pro-device-card:nth-child(2n)::after{animation-delay:-3.8s}.pro-device-card:nth-child(3n)::after{animation-delay:-6.1s}
@keyframes deviceSweep{0%,70%{left:-65%;opacity:0}76%{opacity:.7}94%,100%{left:130%;opacity:0}}
.pro-device-top{margin:-22px -16px 18px;padding:22px 16px 13px;font-size:11px;}
.pro-card-caption{font-size:10px;line-height:1.45;}
.pro-card-caption b{font-size:12px;}
.coach-screen{display:grid;gap:10px;background:linear-gradient(155deg,#0d332e,#102923);border-radius:18px;padding:20px 16px;color:#fff;position:relative;overflow:hidden;}
.coach-screen::before{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:rgba(18,167,124,.15);filter:blur(6px);right:-55px;top:-50px;}
.coach-orb{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#12a77c;color:#04241d;font-size:21px;box-shadow:0 0 24px rgba(18,167,124,.45);animation:coachPulse 2.1s ease-in-out infinite;}
@keyframes coachPulse{50%{transform:scale(1.06);box-shadow:0 0 34px rgba(109,236,189,.7)}}
.coach-screen small,.agent-result small,.budget-total small{font-size:8px;letter-spacing:.12em;color:#8ff0d3;font-weight:900;}
.coach-screen b{font-size:15px;line-height:1.25;max-width:180px;}
.coach-screen p{font-size:10px;color:rgba(255,255,255,.62);line-height:1.5;margin-top:4px;}
.coach-chip{font-size:9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 10px;background:rgba(255,255,255,.04);}
.coach-chip.active{border-color:#6decbd;background:rgba(109,236,189,.14);color:#bff9e8;}
.agents-map{height:245px;position:relative;border-radius:20px;background:radial-gradient(circle at center,rgba(18,167,124,.17),transparent 47%),#eaf7f2;overflow:hidden;border:1px solid #d7ede5;}
.agent-core,.agent-node{position:absolute;display:grid;place-items:center;border-radius:50%;font-weight:900;box-shadow:0 12px 26px rgba(11,43,39,.16);}
.agent-core{width:72px;height:72px;left:50%;top:50%;transform:translate(-50%,-50%);background:#0b2b27;color:#6decbd;font-size:12px;z-index:3;animation:corePulse 2.4s ease-in-out infinite;}
@keyframes corePulse{50%{box-shadow:0 0 0 12px rgba(18,167,124,.08),0 16px 30px rgba(11,43,39,.2)}}
.agent-node{width:72px;height:72px;background:#fff;color:#0b2b27;font-size:8px;text-align:center;padding:8px;border:1px solid #cfe8df;z-index:2;}
.agent-node.planning{left:18px;top:20px;animation:nodeOrbitA 4.8s ease-in-out infinite}.agent-node.spend{right:18px;top:28px;animation:nodeOrbitA 4.8s ease-in-out infinite -1.6s}.agent-node.shared{left:50%;bottom:15px;transform:translateX(-50%);animation:nodeOrbitB 4.8s ease-in-out infinite -3.2s}
@keyframes nodeOrbitA{50%{transform:translateY(7px)}}@keyframes nodeOrbitB{50%{transform:translate(-50%,-7px)}}
.agents-map::before,.agents-map::after{content:"";position:absolute;inset:43px;border:1px dashed rgba(18,167,124,.38);border-radius:50%;animation:spinRing 12s linear infinite}.agents-map::after{inset:72px;animation-direction:reverse;animation-duration:8s}@keyframes spinRing{to{transform:rotate(360deg)}}
.agent-result{display:grid;gap:4px;padding:14px;border:1px solid #dceae5;border-radius:14px;background:#fff;margin-top:12px}.agent-result b{font-size:11px}.agent-result span{font-size:9px;color:#71837e;line-height:1.4}
.budget-total{display:grid;gap:3px;background:#0b2b27;color:#fff;border-radius:17px;padding:17px;margin-bottom:15px}.budget-total b{font-size:24px}.budget-total span{font-size:9px;color:#9fe9d2}
.budget-line{position:relative;display:grid;grid-template-columns:1fr auto;gap:6px;padding:12px 10px 9px;margin-bottom:8px;background:#fff;border:1px solid #dce9e5;border-radius:12px;overflow:hidden}.budget-line i{position:absolute;left:0;bottom:0;width:var(--w);height:4px;background:#12a77c;animation:budgetGrow 3.4s ease-in-out infinite alternate}.budget-line span{font-size:10px;font-weight:800}.budget-line b{font-size:9px;color:#4e655f}@keyframes budgetGrow{from{filter:saturate(.8);opacity:.72}to{filter:saturate(1.4);opacity:1}}
.budget-redistribute{font-size:9px;line-height:1.45;color:#08765c;background:#e8f8f2;border-radius:12px;padding:10px;margin-top:12px;font-weight:700;}

/* Sem Open Finance */
.open-finance-choice{background:linear-gradient(180deg,#f3f8f6,#fff);overflow:hidden;}
.open-finance-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;}
.open-finance-copy .section-sub{margin-left:0;max-width:650px;}
.open-finance-points{display:grid;gap:10px;margin-top:26px}.open-finance-points span{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:#24463e}.open-finance-points span::first-letter{color:#12a77c}
.open-finance-vault{height:410px;position:relative;display:grid;place-items:center;perspective:900px;}
.vault-ring{position:absolute;border-radius:50%;border:1px dashed rgba(18,167,124,.34);animation:vaultSpin 16s linear infinite}.vault-ring.r1{width:340px;height:340px}.vault-ring.r2{width:245px;height:245px;animation-direction:reverse;animation-duration:10s}@keyframes vaultSpin{to{transform:rotate(360deg)}}
.vault-core{width:180px;height:180px;border-radius:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:linear-gradient(145deg,#0b2b27,#134d43);color:#fff;box-shadow:0 35px 65px rgba(11,43,39,.28),inset 0 0 0 1px rgba(255,255,255,.08);font-size:34px;transform:rotateY(-7deg) rotateX(4deg);animation:vaultFloat 4.2s ease-in-out infinite}@keyframes vaultFloat{50%{transform:translateY(-9px) rotateY(7deg) rotateX(-2deg)}}
.vault-core b{font-size:12px;letter-spacing:.12em;color:#8ff0d3}.vault-core small{font-size:10px;color:rgba(255,255,255,.58)}
.vault-chip{position:absolute;border:1px solid #d7ebe4;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);padding:9px 13px;border-radius:999px;font-size:10px;font-weight:800;color:#285148;box-shadow:0 10px 28px rgba(11,43,39,.12);animation:chipFloat 3.7s ease-in-out infinite}.vault-chip.c1{left:3%;top:17%}.vault-chip.c2{right:0;top:25%;animation-delay:-1s}.vault-chip.c3{left:8%;bottom:18%;animation-delay:-2s}.vault-chip.c4{right:7%;bottom:13%;animation-delay:-3s}@keyframes chipFloat{50%{transform:translateY(-8px)}}

/* Privacy of entered values — v5.4.6 */
.value-privacy-section{background:linear-gradient(180deg,#fff 0%,#eef5f2 100%);overflow:hidden}
.value-privacy-shell{position:relative;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:54px;align-items:center;padding:58px;border-radius:32px;background:radial-gradient(circle at 84% 18%,rgba(49,225,169,.14),transparent 35%),linear-gradient(145deg,#061f1b,#0b332d 62%,#0d4037);box-shadow:0 34px 85px rgba(7,34,29,.2);overflow:hidden}
.value-privacy-shell::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(109,236,189,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(109,236,189,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,transparent,black 35%,black);pointer-events:none}
.value-privacy-copy,.value-privacy-visual{position:relative;z-index:1}.value-privacy-copy .section-label{color:#6decbd}.value-privacy-copy .section-title{color:#fff;max-width:680px}.value-privacy-copy .section-sub{color:rgba(255,255,255,.64);margin-left:0;max-width:720px}
.value-privacy-proofs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:30px}.value-proof{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:15px;border:1px solid rgba(109,236,189,.13);border-radius:16px;background:rgba(255,255,255,.045);backdrop-filter:blur(8px)}.value-proof-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:rgba(109,236,189,.14);color:#7cf0ce;font-size:17px;font-weight:900}.value-proof b{display:block;color:#fff;font-size:12px;line-height:1.3}.value-proof small{display:block;color:rgba(255,255,255,.47);font-size:9.5px;line-height:1.45;margin-top:3px}
.value-privacy-disclosure{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;margin-top:18px;padding:12px 14px;border-radius:14px;background:rgba(109,236,189,.08);border:1px solid rgba(109,236,189,.14)}.value-privacy-disclosure>span{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#6decbd;color:#07251f;font:900 12px 'Manrope'}.value-privacy-disclosure p{margin:0;color:rgba(255,255,255,.54);font-size:9.5px;line-height:1.5}.value-privacy-disclosure a{color:#8ff4d7;font-size:9.5px;font-weight:800;text-decoration:none;white-space:nowrap}.value-privacy-disclosure a:hover{text-decoration:underline}
.value-privacy-visual{height:470px;display:grid;place-items:center;perspective:1000px}.privacy-orbit{position:absolute;border-radius:50%;border:1px dashed rgba(109,236,189,.2);animation:privacyOrbitSpin 18s linear infinite}.privacy-orbit-one{width:380px;height:380px}.privacy-orbit-two{width:275px;height:275px;animation-direction:reverse;animation-duration:12s}@keyframes privacyOrbitSpin{to{transform:rotate(360deg)}}
.privacy-shield-card{position:relative;width:225px;height:250px;border-radius:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.14);box-shadow:0 34px 60px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.12);backdrop-filter:blur(18px);transform:rotateY(-8deg) rotateX(4deg);animation:privacyShieldFloat 4.8s ease-in-out infinite}@keyframes privacyShieldFloat{50%{transform:translateY(-9px) rotateY(8deg) rotateX(-2deg)}}.privacy-shield-symbol{width:94px;height:94px;border-radius:31px;display:grid;place-items:center;background:linear-gradient(145deg,#22c994,#0d8e69);box-shadow:0 18px 38px rgba(18,167,124,.34),inset 0 1px 0 rgba(255,255,255,.3)}.privacy-shield-symbol svg{width:62px;height:62px}.privacy-shield-symbol path:first-child{fill:rgba(4,44,35,.28);stroke:#d2fff1;stroke-width:2}.privacy-shield-symbol rect{fill:#e6fff7}.privacy-shield-symbol path:last-of-type{fill:none;stroke:#083b31;stroke-width:3;stroke-linecap:round}.privacy-shield-symbol circle{fill:#0a493c}.privacy-shield-card>b{margin-top:20px;color:#fff;font-size:15px}.privacy-shield-card>small{margin-top:5px;color:rgba(255,255,255,.48);font-size:9.5px;max-width:150px;line-height:1.45}
.privacy-data-chip{position:absolute;display:flex;align-items:center;gap:8px;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid rgba(109,236,189,.25);box-shadow:0 13px 30px rgba(0,0,0,.18);font-size:9.5px;font-weight:800;color:#174d42;animation:privacyChipFloat 4s ease-in-out infinite}.privacy-data-chip i{width:7px;height:7px;border-radius:50%;background:#12a77c;box-shadow:0 0 12px rgba(18,167,124,.7)}.chip-account{top:12%;left:0}.chip-base{top:23%;right:-2%;animation-delay:-1s}.chip-ads{bottom:19%;left:-1%;animation-delay:-2s}.chip-lock{bottom:9%;right:3%;animation-delay:-3s}@keyframes privacyChipFloat{50%{transform:translateY(-8px)}}
@media(max-width:980px){.value-privacy-shell{grid-template-columns:1fr;padding:42px}.value-privacy-visual{height:390px}.value-privacy-copy{text-align:center}.value-privacy-copy .section-sub{margin-left:auto;margin-right:auto}.value-privacy-proofs{text-align:left}.value-privacy-disclosure{text-align:left}}
@media(max-width:620px){.value-privacy-shell{padding:30px 20px;border-radius:24px}.value-privacy-proofs{grid-template-columns:1fr}.value-privacy-disclosure{grid-template-columns:auto 1fr}.value-privacy-disclosure a{grid-column:2}.value-privacy-visual{height:330px}.privacy-orbit-one{width:285px;height:285px}.privacy-orbit-two{width:205px;height:205px}.privacy-shield-card{width:180px;height:205px;border-radius:34px}.privacy-shield-symbol{width:74px;height:74px;border-radius:25px}.privacy-shield-symbol svg{width:50px;height:50px}.privacy-data-chip{padding:8px 10px;font-size:8px}.chip-account{top:8%}.chip-base{right:-4%;top:20%}.chip-ads{left:-5%;bottom:18%}.chip-lock{right:0;bottom:6%}}

/* Luna: mais capacidades sem alongar em excesso */
.luna-video-showcase .luna-capabilities{grid-template-columns:repeat(4,minmax(0,1fr));}
.luna-video-showcase .luna-capabilities>div:last-child{grid-column:auto;width:auto;justify-self:stretch;}

/* Tablet tecnológico de detalhes */
.feature-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:28px;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease;}
.feature-modal.open{opacity:1;visibility:visible}.feature-modal-backdrop{position:absolute;inset:0;background:rgba(3,20,17,.76);backdrop-filter:blur(10px)}
.feature-tablet{position:relative;width:min(980px,94vw);min-height:560px;border:12px solid #122f2b;border-radius:38px;background:#0b2b27;padding:12px;box-shadow:0 45px 110px rgba(0,0,0,.48);transform:translateY(35px) scale(.92) rotateX(5deg);transition:transform .45s cubic-bezier(.2,.8,.2,1);overflow:hidden;}
.feature-modal.open .feature-tablet{transform:translateY(0) scale(1) rotateX(0)}
.tablet-camera{position:absolute;top:6px;left:50%;width:42px;height:5px;border-radius:999px;background:#294b45;transform:translateX(-50%);z-index:3}.feature-close{position:absolute;right:18px;top:17px;z-index:5;width:38px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.08);color:#fff;font-size:25px;cursor:pointer}.feature-close:hover{background:rgba(255,255,255,.15)}
.tablet-screen{min-height:520px;border-radius:22px;background:radial-gradient(circle at 78% 20%,rgba(18,167,124,.2),transparent 34%),linear-gradient(135deg,#0a2824,#0b332d 58%,#09221f);padding:25px;color:#fff;position:relative;overflow:hidden}.tablet-screen::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(109,236,189,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(109,236,189,.045) 1px,transparent 1px);background-size:36px 36px;pointer-events:none}.tablet-status{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:.14em;color:#8ff0d3;font-weight:900}.tablet-status i{width:9px;height:9px;border-radius:50%;background:#6decbd;box-shadow:0 0 18px #6decbd;animation:livePulse 1.4s infinite}.tablet-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;min-height:440px}.tablet-kicker{display:inline-flex;margin-bottom:14px;font-size:10px;letter-spacing:.16em;color:#6decbd;font-weight:900}.tablet-copy h3{font-family:'Manrope',sans-serif;font-size:clamp(29px,4vw,49px);line-height:1.05;letter-spacing:-1.2px;margin-bottom:16px}.tablet-copy p{color:rgba(255,255,255,.67);font-size:15px;line-height:1.6;max-width:520px}.tablet-copy ul{display:grid;gap:10px;margin-top:22px;list-style:none}.tablet-copy li{display:flex;gap:9px;font-size:13px;color:#d4f3e9}.tablet-copy li::before{content:'✓';color:#6decbd;font-weight:900}.tablet-visual{min-height:330px;border:1px solid rgba(109,236,189,.16);border-radius:24px;background:rgba(255,255,255,.055);display:grid;place-items:center;overflow:hidden;position:relative}.tablet-visual::before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;border:1px dashed rgba(109,236,189,.25);animation:spinRing 12s linear infinite}.tablet-preview{width:74%;display:grid;gap:12px}.tablet-preview-row{height:54px;border-radius:14px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;padding:0 14px;gap:12px;animation:previewRow 3s ease-in-out infinite}.tablet-preview-row:nth-child(2){animation-delay:-1s}.tablet-preview-row:nth-child(3){animation-delay:-2s}.tablet-preview-row i{width:30px;height:30px;border-radius:10px;background:#12a77c}.tablet-preview-row span{height:7px;border-radius:99px;background:rgba(255,255,255,.48);width:55%}.tablet-preview-row b{margin-left:auto;color:#8ff0d3;font-size:10px}@keyframes previewRow{50%{transform:translateX(7px);background:rgba(255,255,255,.13)}}
body.modal-open{overflow:hidden}

/* Cookies */
.cookie-consent{position:fixed;left:22px;right:22px;bottom:22px;z-index:1300;max-width:1060px;margin:auto;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:18px 20px;border:1px solid rgba(109,236,189,.2);border-radius:20px;background:rgba(8,35,31,.97);backdrop-filter:blur(18px);color:#fff;box-shadow:0 25px 70px rgba(0,0,0,.35);transform:translateY(140%);opacity:0;transition:.45s cubic-bezier(.2,.8,.2,1)}.cookie-consent.show{transform:translateY(0);opacity:1}.cookie-icon{width:44px;height:44px;border-radius:14px;background:rgba(109,236,189,.12);display:grid;place-items:center;font-size:22px}.cookie-copy b{font-size:14px}.cookie-copy p{font-size:11px;line-height:1.5;color:rgba(255,255,255,.58);margin-top:3px}.cookie-copy a{color:#8ff0d3}.cookie-actions{display:flex;gap:9px}.cookie-actions button{border-radius:11px;padding:11px 14px;font-size:11px;font-weight:800;cursor:pointer}.cookie-reject{border:1px solid rgba(255,255,255,.15);background:transparent;color:#fff}.cookie-accept{border:0;background:#12a77c;color:#04241d}

@media(max-width:1180px){.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-device-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-device-card{min-height:520px}.open-finance-grid{gap:30px}.luna-video-showcase .luna-capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.features-grid,.pro-device-grid,.open-finance-grid{grid-template-columns:1fr}.pro-device-card{min-height:auto}.open-finance-vault{height:330px}.vault-ring.r1{width:280px;height:280px}.vault-ring.r2{width:200px;height:200px}.vault-core{width:150px;height:150px;border-radius:42px}.luna-video-showcase .luna-capabilities{grid-template-columns:1fr}.feature-modal{padding:10px}.feature-tablet{border-width:7px;border-radius:25px;min-height:0}.tablet-screen{padding:20px;min-height:620px}.tablet-grid{grid-template-columns:1fr;gap:20px;min-height:560px}.tablet-copy h3{font-size:31px}.tablet-visual{min-height:210px}.cookie-consent{left:12px;right:12px;bottom:12px;grid-template-columns:auto 1fr;padding:15px}.cookie-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.cookie-actions button{width:100%}}
@media(max-width:480px){.features-grid{grid-template-columns:1fr}.feature-tablet{width:98vw}.tablet-screen{min-height:650px}.cookie-icon{display:none}.cookie-consent{grid-template-columns:1fr}.cookie-actions{grid-template-columns:1fr}}


/* FlowFin Landing v5.4.2 — correções específicas */
/* 4 cards em cima e 3 centralizados na segunda linha */
@media (min-width:1181px){
  .features-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:18px;}
  .features-grid>.feat-card{grid-column:span 2;}
  .features-grid>.feat-card:nth-child(5){grid-column:2 / span 2;}
  .features-grid>.feat-card:nth-child(6){grid-column:4 / span 2;}
  .features-grid>.feat-card:nth-child(7){grid-column:6 / span 2;}
}

/* Destaques Pro v5.4.10: grade tecnológica, simétrica e com hierarquia consistente */
.pro-showcase{
  color:#fff;
  background:
    radial-gradient(circle at 14% 14%,rgba(34,216,162,.15),transparent 31%),
    radial-gradient(circle at 86% 72%,rgba(62,133,202,.11),transparent 32%),
    linear-gradient(180deg,#061f1b 0%,#0a3029 54%,#071f1b 100%);
}
.pro-showcase::before{
  inset:0;height:auto;
  background-image:
    linear-gradient(rgba(109,236,189,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(109,236,189,.035) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(180deg,black 0%,rgba(0,0,0,.72) 66%,transparent 100%);
  opacity:.65;
}
.pro-showcase::after{display:none}
.pro-showcase .section-title{color:#fff;text-shadow:0 10px 34px rgba(0,0,0,.25)}
.pro-showcase .section-sub{color:rgba(225,248,241,.66)}
.planned-pill{border-color:rgba(109,236,189,.22);background:rgba(255,255,255,.055);color:#8ff0d3;box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 12px 30px rgba(0,0,0,.16);backdrop-filter:blur(10px)}

.pro-device-selector{
  position:relative;z-index:2;
  display:grid;
  grid-template-columns:repeat(16,minmax(0,1fr));
  gap:14px;
  margin-top:42px;
  padding:0;
}
.pro-switch{
  appearance:none;
  position:relative;
  grid-column:span 4;
  min-height:92px;
  padding:20px 44px 18px 60px;
  border:1px solid rgba(109,236,189,.20);
  border-radius:18px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),
    rgba(4,38,32,.86);
  color:#e5fff6;
  font:800 12px/1.35 'Manrope',sans-serif;
  text-align:left;
  cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 13px 28px rgba(0,0,0,.20);
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease;
  overflow:hidden;
}
.pro-switch:nth-child(13){grid-column:7 / span 4}
.pro-switch::before{
  content:attr(data-icon);
  position:absolute;left:15px;top:50%;transform:translateY(-50%);
  width:34px;height:34px;display:grid;place-items:center;
  border:1px solid rgba(109,236,189,.26);border-radius:11px;
  background:linear-gradient(145deg,rgba(18,167,124,.30),rgba(3,38,32,.88));
  color:#8ff0d3;font-size:16px;
  box-shadow:0 0 22px rgba(18,167,124,.14),inset 0 1px 0 rgba(255,255,255,.09);
}
.pro-switch::after{
  content:attr(data-pro-code);
  position:absolute;right:13px;top:13px;
  color:rgba(143,240,211,.34);
  font:900 9px/1 'Manrope',sans-serif;letter-spacing:.13em;
}
.pro-switch:hover,.pro-switch:focus-visible{
  transform:translateY(-5px);
  border-color:rgba(109,236,189,.58);
  background:linear-gradient(145deg,rgba(109,236,189,.15),rgba(255,255,255,.035)),rgba(4,43,36,.92);
  color:#fff;
  box-shadow:0 21px 42px rgba(0,0,0,.29),0 0 0 1px rgba(109,236,189,.10),0 0 30px rgba(18,167,124,.13);
  outline:none;
}
.pro-switch.active,.pro-switch:active{
  transform:translateY(-5px);
  border-color:#6decbd;
  background:linear-gradient(145deg,rgba(31,205,154,.27),rgba(7,63,52,.96));
  color:#fff;
  box-shadow:0 22px 44px rgba(0,0,0,.31),0 0 0 1px rgba(109,236,189,.22),0 0 38px rgba(18,167,124,.22),inset 0 1px 0 rgba(255,255,255,.13);
}
.pro-switch.active::before{background:linear-gradient(145deg,#8ff0d3,#18b98a);color:#052e27;border-color:#b9ffe8;box-shadow:0 0 28px rgba(109,236,189,.40)}
.pro-switch.active::after{color:#c6ffed}

/* Celular restaurado ao tamanho e à estrutura originais */
.pro-device-stage{display:block;margin-top:30px}
.pro-device-stage .pro-device-card{
  display:none;
  width:min(100%,410px);
  max-width:410px;
  min-height:630px;
  margin:0 auto;
  border-width:8px;
  border-radius:38px;
  padding:26px 20px 22px;
  box-shadow:0 28px 60px rgba(0,0,0,.31),0 0 42px rgba(18,167,124,.08);
}
.pro-device-stage .pro-device-card.active{display:block;animation:proPanelEnter .38s cubic-bezier(.2,.8,.2,1) both}
.pro-device-stage .pro-device-card[hidden]{display:none!important}
.pro-device-stage .pro-device-card::before{width:84px;height:6px;top:9px}
.pro-device-stage .pro-device-top{margin:-28px -22px 20px;padding:32px 22px 16px;font-size:inherit}
.pro-device-stage .pro-device-top strong{font-size:22px}
.pro-device-stage .pro-card-caption{font-size:10px;line-height:1.45}
.pro-device-stage .pro-card-caption b{font-size:13px}
@keyframes proPanelEnter{from{opacity:0;transform:translateY(16px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}

/* Planejamentos: conteúdo compacto, respirado e sem blocos sobrepostos */
.planning-device{display:flex;flex-direction:column;padding-bottom:108px!important}
.planning-hero{display:grid;grid-template-columns:1fr auto;gap:11px;align-items:center;padding:15px;border-radius:18px;background:linear-gradient(145deg,#0c4037,#0b2b27);color:#fff;border:1px solid rgba(109,236,189,.15);box-shadow:inset 0 0 30px rgba(109,236,189,.05)}
.planning-route{display:flex;gap:10px;align-items:center}.planning-route>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:rgba(109,236,189,.13);font-size:18px}.planning-route small{display:block;color:#8ff0d3;font-size:7.5px;letter-spacing:.11em;font-weight:900}.planning-route b{display:block;margin-top:3px;font-size:12px;line-height:1.22}
.planning-countdown{text-align:center;min-width:62px;padding:8px 7px;border-radius:13px;background:rgba(255,255,255,.075)}.planning-countdown b{display:block;color:#6decbd;font:900 23px/1 'Manrope',sans-serif}.planning-countdown span{display:block;color:rgba(255,255,255,.52);font-size:7.5px;margin-top:4px}
.planning-progress-head{display:flex;justify-content:space-between;align-items:center;margin:14px 1px 7px;color:#667d76;font-size:9.5px;font-weight:800}.planning-progress-head b{color:#0c8665}.planning-progress{height:7px;border-radius:99px;background:#e2ece8;overflow:hidden}.planning-progress i{display:block;width:75%;height:100%;border-radius:99px;background:linear-gradient(90deg,#12a77c,#6decbd);transform-origin:left;animation:planningGrow 3.6s ease-in-out infinite}@keyframes planningGrow{0%{transform:scaleX(.12)}60%,100%{transform:scaleX(1)}}
.planning-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.planning-action-card{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:start;min-height:84px;padding:11px;border:1px solid #dce9e5;border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(16,59,52,.05)}.planning-action-card>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#e9f9f3;color:#0b8d69;font-weight:900}.planning-action-card b{display:block;color:#173f39;font-size:10px;line-height:1.2}.planning-action-card small{display:block;color:#7b8d87;font-size:7.6px;line-height:1.3;margin-top:3px}.planning-action-card strong{grid-column:2;color:#0d8c68;font-size:8.5px;margin-top:2px}
.planning-reminder{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;margin-top:11px;padding:10px 11px;border:1px solid #dce9e5;border-radius:13px;background:#f8fbfa}.planning-reminder>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#e9f9f3;color:#0b8d69;font-weight:900}.planning-reminder b{display:block;color:#173f39;font-size:10px}.planning-reminder small{display:block;color:#7b8d87;font-size:7.8px;line-height:1.3;margin-top:2px}.planning-reminder strong{color:#0d8c68;font-size:8.5px}
.planning-chat{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;margin-top:12px;padding:11px 12px;border-radius:14px;background:linear-gradient(135deg,#103b34,#0b2b27);color:#fff}.planning-chat>span{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#6decbd;color:#06372e;font-size:17px;box-shadow:0 0 20px rgba(109,236,189,.22)}.planning-chat p{margin:0}.planning-chat b{display:block;font-size:10.5px}.planning-chat small{display:block;color:rgba(255,255,255,.52);font-size:7.8px;line-height:1.3;margin-top:2px}.planning-chat em{font-style:normal;color:#6decbd;font-size:17px}

@media(max-width:1180px){
  .pro-device-selector{grid-template-columns:repeat(12,minmax(0,1fr))}
  .pro-switch{grid-column:span 4}
  .pro-switch:nth-child(13){grid-column:5 / span 4}
}
@media(max-width:760px){
  .pro-device-selector{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .pro-switch{grid-column:span 1;min-height:82px;padding:18px 38px 16px 54px;font-size:11px}
  .pro-switch:nth-child(13){grid-column:1 / -1;width:calc(50% - 5px);justify-self:center}
  .pro-switch::before{left:12px;width:31px;height:31px;font-size:14px}
  .pro-switch::after{right:10px;top:11px;font-size:8px}
  .pro-device-stage .pro-device-card{width:100%;max-width:410px;min-height:auto}
}
@media(max-width:480px){
  .pro-device-selector{grid-template-columns:1fr}
  .pro-switch,.pro-switch:nth-child(13){grid-column:1;width:100%}
  .planning-device{padding-bottom:108px!important}
}

/* FlowFin Landing v5.4.11 — experiência Pro em lista + celular central */
.pro-showcase .inner{max-width:1440px}
.pro-showcase-heading{text-align:left!important;max-width:820px;margin:0}
.pro-showcase-heading .section-sub{margin-left:0!important}
.pro-experience-shell{
  position:relative;z-index:3;
  display:grid;
  grid-template-columns:minmax(390px,520px) minmax(360px,430px) minmax(285px,355px);
  gap:42px;
  align-items:center;
  margin-top:34px;
  padding:24px 0 10px;
}
.pro-experience-shell::before{
  content:"";position:absolute;z-index:-1;left:41%;top:2%;width:420px;height:760px;border-radius:50%;
  background:radial-gradient(circle,rgba(36,225,168,.18),rgba(18,167,124,.06) 42%,transparent 70%);
  filter:blur(2px);pointer-events:none;
}
.pro-experience-shell::after{
  content:"";position:absolute;z-index:-1;left:48%;top:50%;width:520px;height:520px;border:1px solid rgba(109,236,189,.10);border-radius:50%;
  transform:translate(-50%,-50%);box-shadow:0 0 0 70px rgba(109,236,189,.025),0 0 0 140px rgba(109,236,189,.015);pointer-events:none;
}
.pro-feature-list{
  align-self:stretch;
  display:flex;flex-direction:column;
  border:1px solid rgba(109,236,189,.26);
  border-radius:12px;
  background:linear-gradient(180deg,rgba(2,25,22,.72),rgba(3,34,29,.45));
  box-shadow:0 24px 60px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.035);
  overflow:hidden;
}
.pro-feature-line{
  appearance:none;position:relative;
  display:grid;grid-template-columns:46px minmax(0,1fr) 28px 24px;gap:12px;align-items:center;
  flex:1;min-height:58px;
  padding:10px 14px 10px 15px;
  border:0;border-bottom:1px solid rgba(123,217,188,.14);
  background:transparent;color:#eafff8;text-align:left;cursor:pointer;
  transition:background .24s ease,box-shadow .24s ease,color .24s ease,transform .24s ease;
}
.pro-feature-line:last-child{border-bottom:0}
.pro-feature-line::before{
  content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#6decbd;transform:scaleY(0);transform-origin:center;transition:transform .24s ease;
  box-shadow:0 0 18px rgba(109,236,189,.8);
}
.pro-feature-line::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(109,236,189,.28),transparent);opacity:0;transition:opacity .24s ease;
}
.pro-feature-line:hover,.pro-feature-line:focus-visible{
  background:linear-gradient(90deg,rgba(19,167,124,.13),rgba(19,167,124,.035));outline:none;
}
.pro-feature-line.active{
  background:linear-gradient(90deg,rgba(20,186,139,.19),rgba(7,61,51,.42));
  box-shadow:inset 0 0 0 1px rgba(109,236,189,.62),0 0 24px rgba(18,167,124,.08);
}
.pro-feature-line.active::before{transform:scaleY(1)}
.pro-feature-line.active::after{opacity:1}
.pro-list-icon{
  width:38px;height:38px;display:grid;place-items:center;border-radius:12px;
  color:#6decbd;background:rgba(109,236,189,.08);border:1px solid rgba(109,236,189,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 0 0 0 rgba(109,236,189,0);
  transition:background .24s ease,color .24s ease,box-shadow .24s ease,transform .24s ease;
}
.pro-list-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.pro-feature-line.active .pro-list-icon{color:#082e27;background:linear-gradient(145deg,#8ff0d3,#18b98a);box-shadow:0 0 22px rgba(109,236,189,.32);transform:scale(1.03)}
.pro-line-copy{display:block;min-width:0}
.pro-line-copy b{display:block;color:inherit;font:800 13px/1.22 'Manrope',sans-serif}
.pro-line-copy small{display:block;margin-top:3px;color:rgba(224,247,240,.55);font:500 10px/1.28 'DM Sans',sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pro-feature-line.active .pro-line-copy small{color:rgba(230,255,247,.72)}
.pro-line-number{color:rgba(143,240,211,.40);font:900 9px/1 'Manrope',sans-serif;letter-spacing:.08em;text-align:center}
.pro-line-toggle{color:rgba(228,255,247,.72);font:300 23px/1 'DM Sans',sans-serif;text-align:center;transition:transform .24s ease,color .24s ease}
.pro-feature-line.active .pro-line-toggle{color:#8ff0d3;transform:rotate(180deg)}

.pro-phone-column{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:760px}
.pro-phone-stage{position:relative;display:flex;align-items:center;justify-content:center;width:100%}
.pro-phone-frame{
  position:relative;width:min(100%,392px);height:730px;padding:10px 10px 12px;
  border:2px solid rgba(230,255,248,.72);border-radius:52px;
  background:linear-gradient(145deg,#0b1110,#050706 70%,#15211e);
  box-shadow:0 35px 80px rgba(0,0,0,.55),0 0 55px rgba(18,167,124,.19),inset 0 0 0 4px rgba(255,255,255,.035);
  overflow:hidden;
}
.pro-phone-frame::before{content:"";position:absolute;z-index:5;top:9px;left:50%;transform:translateX(-50%);width:108px;height:24px;border-radius:0 0 16px 16px;background:#030605;box-shadow:0 2px 0 rgba(255,255,255,.04)}
.pro-phone-frame::after{content:"";position:absolute;z-index:5;inset:0;border-radius:49px;pointer-events:none;background:linear-gradient(105deg,rgba(255,255,255,.14),transparent 12%,transparent 82%,rgba(255,255,255,.055));opacity:.55}
.pro-phone-status{position:relative;z-index:6;height:29px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:#fff;font:800 10px/1 'Manrope',sans-serif}
.pro-phone-status-icons{font-size:8px;letter-spacing:1px;color:rgba(255,255,255,.86)}
.pro-phone-screen{
  position:relative;display:block!important;margin:0!important;width:100%;height:626px;border-radius:34px 34px 24px 24px;
  overflow:hidden;background:#f4f8f6;
}
.pro-phone-screen .pro-device-card{
  display:none!important;position:absolute!important;inset:0!important;width:100%!important;max-width:none!important;height:100%!important;min-height:0!important;margin:0!important;
  padding:18px 15px 82px!important;border:0!important;border-radius:0!important;background:#f7faf9!important;
  box-shadow:none!important;overflow:hidden!important;transform:none!important;
}
.pro-phone-screen .pro-device-card.active{display:block!important;animation:proPhonePanelEnter .48s cubic-bezier(.16,.8,.2,1) both}
.pro-phone-screen .pro-device-card[hidden]{display:none!important}
.pro-phone-screen .pro-device-card::before,.pro-phone-screen .pro-device-card::after{display:none!important}
.pro-phone-screen .pro-device-top{margin:-18px -15px 14px!important;padding:30px 16px 13px!important;min-height:68px;background:#0b332d!important}
.pro-phone-screen .pro-device-top strong{font-size:17px!important}
.pro-phone-screen .pro-card-caption{display:none!important}
.pro-phone-screen .goal-main{padding:15px}.pro-phone-screen .goal-title-row>strong{font-size:22px}.pro-phone-screen .goal-title-row b{font-size:13px}.pro-phone-screen .goal-progress{margin:13px 0}.pro-phone-screen .mini-goals-title{margin:14px 0 8px}.pro-phone-screen .mini-goal{padding:10px;margin-bottom:7px}.pro-phone-screen .mini-goal>span{width:31px;height:31px}.pro-phone-screen .mini-goal strong{font-size:14px}
.pro-phone-screen .simple-pro-screen{gap:9px;margin-top:10px}.pro-phone-screen .simple-pro-kpi{padding:15px}.pro-phone-screen .simple-pro-kpi b{font-size:20px}.pro-phone-screen .simple-pro-row{padding:10px}.pro-phone-screen .simple-pro-row>span:first-child{width:34px;height:34px;flex-basis:34px}.pro-phone-screen .simple-pro-action{padding:10px}
.pro-phone-screen .privacy-intro{font-size:10px;margin-bottom:12px}.pro-phone-screen .privacy-toggle-card{padding:13px}.pro-phone-screen .private-list-title{margin:14px 0 8px}.pro-phone-screen .private-entry{padding:10px;margin-bottom:7px}.pro-phone-screen .privacy-note{padding:10px;margin-top:8px;font-size:9px}
.pro-phone-screen .recurring-item{padding:10px;margin-bottom:7px}.pro-phone-screen .recurring-title{margin:14px 0 8px}.pro-phone-screen .forecast-card{padding:14px}.pro-phone-screen .forecast-card b{font-size:23px}.pro-phone-screen .luna-suggestion{padding:10px;margin-top:8px;font-size:9px}
.pro-phone-screen .coach-screen{padding:16px 14px;gap:8px}.pro-phone-screen .agents-map{height:210px}.pro-phone-screen .budget-total{padding:14px;margin-bottom:10px}.pro-phone-screen .budget-line{padding:10px 8px 8px}.pro-phone-screen .budget-redistribute{margin-top:8px}
.pro-phone-screen .planning-device{padding-bottom:82px!important}.pro-phone-screen .planning-hero{padding:12px}.pro-phone-screen .planning-actions-grid{gap:7px;margin-top:9px}.pro-phone-screen .planning-action-card{min-height:72px;padding:9px}.pro-phone-screen .planning-reminder{margin-top:8px;padding:9px}.pro-phone-screen .planning-chat{margin-top:8px;padding:9px}
@keyframes proPhonePanelEnter{0%{opacity:0;transform:translateX(34px) scale(.985);filter:blur(4px)}65%{filter:blur(0)}100%{opacity:1;transform:translateX(0) scale(1);filter:blur(0)}}
.pro-phone-nav{
  position:relative;z-index:6;height:58px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:3px 7px 0;color:rgba(225,245,239,.66);
}
.pro-phone-nav>span{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:14px}.pro-phone-nav small{font:600 7px/1 'DM Sans',sans-serif}.pro-phone-nav .nav-main{width:39px;height:39px;justify-self:center;border-radius:50%;background:linear-gradient(145deg,#6decbd,#18b98a);color:#062d26;font-size:24px;box-shadow:0 0 24px rgba(109,236,189,.35)}
.pro-phone-arrow{
  position:absolute;z-index:9;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(109,236,189,.75);background:rgba(2,32,27,.84);color:#fff;font:300 38px/1 'DM Sans',sans-serif;cursor:pointer;backdrop-filter:blur(9px);box-shadow:0 0 24px rgba(18,167,124,.18);transition:transform .2s ease,background .2s ease,box-shadow .2s ease
}
.pro-phone-arrow:hover,.pro-phone-arrow:focus-visible{transform:translateY(-50%) scale(1.08);background:#12a77c;color:#052e27;box-shadow:0 0 32px rgba(109,236,189,.35);outline:none}
.pro-phone-arrow.prev{left:-18px}.pro-phone-arrow.next{right:-18px}
.pro-phone-dots{display:flex;justify-content:center;gap:9px;margin-top:25px}
.pro-phone-dots span{width:9px;height:9px;border-radius:50%;background:rgba(137,190,174,.35);transition:width .25s ease,background .25s ease,box-shadow .25s ease}
.pro-phone-dots span.active{width:25px;border-radius:99px;background:#6decbd;box-shadow:0 0 15px rgba(109,236,189,.55)}

.pro-detail-stage{position:relative;min-height:620px;display:flex;align-items:center}
.pro-feature-detail{display:none;width:100%;color:#fff;animation:proDetailEnter .43s cubic-bezier(.2,.8,.2,1) both}
.pro-feature-detail.active{display:block}
.pro-feature-detail[hidden]{display:none!important}
.pro-detail-badge{display:inline-flex;align-items:center;padding:7px 13px;border:1px solid rgba(109,236,189,.55);border-radius:999px;color:#6decbd;font:900 9px/1 'Manrope',sans-serif;letter-spacing:.08em}
.pro-feature-detail h3{margin:26px 0 14px;color:#fff;font:800 clamp(27px,2.3vw,36px)/1.06 'Manrope',sans-serif;letter-spacing:-.03em}
.pro-feature-detail>p{margin:0;color:rgba(231,249,243,.66);font:500 14px/1.62 'DM Sans',sans-serif}
.pro-detail-benefits{display:grid;gap:21px;margin:30px 0 0;padding:28px 0 0;border-top:1px solid rgba(109,236,189,.20);list-style:none}
.pro-detail-benefits li{display:grid;grid-template-columns:40px 1fr;gap:14px;align-items:center}
.pro-detail-benefits .benefit-icon{width:40px;height:40px;display:grid;place-items:center;color:#6decbd;font-size:26px;text-shadow:0 0 18px rgba(109,236,189,.55)}
.pro-detail-benefits b{color:rgba(237,255,249,.82);font:700 13px/1.42 'DM Sans',sans-serif}
.pro-detail-privacy{display:grid;grid-template-columns:38px 1fr;gap:13px;align-items:start;margin-top:38px;padding:15px 16px;border:1px solid rgba(109,236,189,.24);border-radius:13px;background:rgba(3,37,31,.55);box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.pro-detail-privacy>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;color:#6decbd;background:rgba(109,236,189,.08);font-size:19px}
.pro-detail-privacy p{margin:0}.pro-detail-privacy b{display:block;color:#6decbd;font-size:11px}.pro-detail-privacy small{display:block;margin-top:4px;color:rgba(230,249,243,.55);font-size:9.5px;line-height:1.48}
@keyframes proDetailEnter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:1280px){
  .pro-experience-shell{grid-template-columns:minmax(350px,460px) minmax(350px,410px);gap:34px;align-items:start}
  .pro-detail-stage{grid-column:1/-1;min-height:0;margin-top:4px}
  .pro-feature-detail{display:none;max-width:900px;margin:0 auto;padding:28px;border:1px solid rgba(109,236,189,.16);border-radius:22px;background:rgba(2,31,26,.45)}
  .pro-feature-detail.active{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(360px,1.2fr);column-gap:38px;align-items:start}
  .pro-detail-badge,.pro-feature-detail h3,.pro-feature-detail>p{grid-column:1}
  .pro-detail-benefits,.pro-detail-privacy{grid-column:2}
  .pro-detail-benefits{grid-row:1/4;margin:0;padding:0 0 0 32px;border-top:0;border-left:1px solid rgba(109,236,189,.20)}
  .pro-detail-privacy{margin-top:24px}
}
@media(max-width:900px){
  .pro-showcase-heading{text-align:center!important;margin:0 auto}.pro-showcase-heading .section-sub{margin-left:auto!important}
  .pro-experience-shell{grid-template-columns:1fr;gap:28px;align-items:start}
  .pro-feature-list{max-height:490px;overflow:auto;scrollbar-width:thin;scrollbar-color:#12a77c rgba(255,255,255,.05)}
  .pro-feature-line{flex:none;min-height:64px}
  .pro-phone-column{min-height:0}
  .pro-phone-frame{height:720px}
  .pro-detail-stage{grid-column:1}
  .pro-feature-detail.active{display:block;max-width:620px;padding:24px}
  .pro-detail-benefits{margin-top:24px;padding:24px 0 0;border-left:0;border-top:1px solid rgba(109,236,189,.20)}
}
@media(max-width:560px){
  .pro-showcase .inner{width:min(100% - 26px,1440px)}
  .pro-experience-shell{margin-top:22px}
  .pro-feature-list{border-radius:10px;max-height:430px}
  .pro-feature-line{grid-template-columns:38px minmax(0,1fr) 22px 20px;padding:9px 10px;gap:9px}
  .pro-list-icon{width:34px;height:34px;border-radius:10px}.pro-list-icon svg{width:19px;height:19px}
  .pro-line-copy b{font-size:11.5px}.pro-line-copy small{font-size:8.7px}.pro-line-number{font-size:8px}
  .pro-phone-frame{width:min(100%,360px);height:685px;border-radius:45px;padding:8px}
  .pro-phone-screen{height:590px;border-radius:30px 30px 22px 22px}
  .pro-phone-nav{height:57px}
  .pro-phone-arrow{width:39px;height:39px;font-size:31px}.pro-phone-arrow.prev{left:-5px}.pro-phone-arrow.next{right:-5px}
  .pro-phone-dots{gap:6px;margin-top:18px}.pro-phone-dots span{width:7px;height:7px}.pro-phone-dots span.active{width:20px}
  .pro-feature-detail h3{font-size:27px}.pro-feature-detail>p{font-size:12.5px}.pro-detail-benefits{gap:16px}.pro-detail-benefits b{font-size:11.5px}
}
