:root{--red-primary: #FF1E27;--red-dark: #D8000C;--red-gradient: linear-gradient(135deg, #FF2630 0%, #D8000C 100%);--red-gradient-text: linear-gradient(135deg, #FF3D46 0%, #FF1E27 100%);--red-glow: rgba(255, 30, 39, .4);--red-glow-soft: rgba(255, 30, 39, .15);--red-soft-bg: rgba(255, 30, 39, .08);--bg-dark-base: #0B0C0E;--bg-dark-surface: #111318;--bg-dark-card: #151821;--bg-dark-card-hover: #1D212E;--border-dark: rgba(255, 255, 255, .12);--border-dark-subtle: rgba(255, 255, 255, .07);--text-dark-title: #FFFFFF;--text-dark-body: #CBD2E0;--text-dark-muted: #8E97AB;--bg-light-base: #FFFFFF;--bg-light-surface: #F8F9FC;--bg-light-card: #FFFFFF;--bg-light-card-hover: #FAFBFE;--border-light: #E2E6F0;--border-light-hover: #C8D0E0;--text-light-title: #0C0F15;--text-light-body: #3E4656;--text-light-muted: #64748B;--font-main: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: "Sora", sans-serif;--shadow-sm: 0 4px 12px rgba(0, 0, 0, .04);--shadow-md: 0 12px 36px rgba(0, 0, 0, .07);--shadow-lg: 0 20px 54px rgba(0, 0, 0, .1);--shadow-dark-card: 0 18px 46px rgba(0, 0, 0, .5);--shadow-cta: 0 12px 34px rgba(230, 30, 42, .48);--shadow-cta-hover: 0 18px 44px rgba(230, 30, 42, .7);--container-width: 1240px;--border-radius-pill: 9999px;--border-radius-card: 24px;--border-radius-card-sm: 16px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;background-color:var(--bg-dark-base);color:var(--text-dark-body);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;max-width:100%;width:100%}body{overflow-x:hidden;max-width:100%;width:100%;position:relative;font-size:17px;line-height:1.7;background-color:var(--bg-dark-base);letter-spacing:-.01em}#root{overflow-x:hidden;max-width:100%;width:100%;position:relative}:focus-visible{outline:2px solid var(--red-primary);outline-offset:3px}a{color:inherit;text-decoration:none;transition:all .25s ease}button{cursor:pointer;font-family:inherit;border:none;background:none;transition:all .25s cubic-bezier(.16,1,.3,1)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 18px;box-sizing:border-box}.text-center{text-align:center}.text-red{color:var(--red-primary)}.text-white{color:#fff!important}.text-muted{color:var(--text-light-muted)}.text-gradient-red{background:var(--red-gradient-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline}svg{display:inline-block;vertical-align:middle;flex-shrink:0}.navbar-wrapper{position:fixed;top:12px;left:0;right:0;width:100%;max-width:100%;box-sizing:border-box;z-index:1000;display:flex;justify-content:center;padding:0 14px;pointer-events:none}.navbar-pill{pointer-events:auto;width:100%;max-width:840px;height:52px;box-sizing:border-box;background:#161922e0;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border:1px solid rgba(255,255,255,.18);border-radius:var(--border-radius-pill);display:flex;align-items:center;justify-content:space-between;padding:4px 10px 4px 16px;box-shadow:0 12px 34px #00000073,inset 0 1px #ffffff24;transition:all .35s ease}.navbar-pill.scrolled{background:#0b0c0ef5;border-color:#ffffff3d;box-shadow:0 16px 44px #000000bf}.navbar-brand{display:flex;align-items:center;user-select:none;flex-shrink:0}.brand-logo-img{height:28px;width:auto;max-width:125px;aspect-ratio:129 / 35;object-fit:contain;display:block;flex-shrink:0;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.navbar-links{display:none;align-items:center;gap:28px}.nav-link{font-size:14.5px;font-weight:600;color:#b5bdce;padding:8px 14px;border-radius:10px;transition:all .2s ease}.nav-link:hover{color:#fff;background:#ffffff17}.navbar-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.btn-nav-action{display:none;background:#fff;color:#11141a;font-size:13.5px;font-weight:700;padding:9px 20px;border-radius:var(--border-radius-pill);box-shadow:0 4px 14px #0000002e;transition:all .25s cubic-bezier(.16,1,.3,1);white-space:nowrap}.btn-nav-action:hover{background:#f0f2f5;transform:translateY(-1px);box-shadow:0 8px 22px #ffffff4d}.btn-hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:40px;height:40px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.btn-hamburger .bar{width:18px;height:2.5px;background-color:#e2b777;border-radius:2px;transition:all .3s ease}.mobile-drawer{position:fixed;top:0;right:0;width:85%;max-width:320px;height:100%;height:100dvh;background:#111317;border-left:1px solid var(--border-dark);z-index:2000;display:flex;flex-direction:column;padding:24px 20px;transform:translate(100%);visibility:hidden;transition:transform .35s cubic-bezier(.16,1,.3,1),visibility .35s ease;box-shadow:-10px 0 40px #000000b3;overflow-y:auto;box-sizing:border-box}.mobile-drawer.open{transform:translate(0);visibility:visible}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--border-dark);flex-shrink:0}.drawer-close{color:#fff;font-size:28px;line-height:1;padding:4px 8px}.drawer-links{list-style:none;display:flex;flex-direction:column;gap:6px;margin:16px 0;flex-grow:1}.drawer-link{font-size:15px;font-weight:600;color:#c5cad6;display:block;padding:8px 12px;border-radius:8px;transition:all .2s ease}.drawer-link:hover{color:#fff;background:#ffffff14}.drawer-footer{margin-top:auto;padding-top:14px;border-top:1px solid var(--border-dark);flex-shrink:0}.drawer-overlay{position:fixed;inset:0;background:#000000a6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1999;opacity:0;pointer-events:none;transition:opacity .3s ease}.drawer-overlay.open{opacity:1;pointer-events:auto}.section-hero{position:relative;background-color:var(--bg-dark-base);min-height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow:hidden;padding-top:68px;padding-bottom:16px;scroll-margin-top:0;width:100%;max-width:100%}.hero-glow-top{position:absolute;top:-80px;left:50%;transform:translate(-50%);width:700px;height:440px;background:radial-gradient(circle,rgba(235,140,45,.22) 0%,rgba(230,30,42,.09) 50%,transparent 70%);filter:blur(70px);pointer-events:none}.hero-glow-center{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:580px;height:580px;background:radial-gradient(circle,rgba(255,30,39,.13) 0%,transparent 60%);filter:blur(80px);pointer-events:none}.hero-desktop-bg{display:none}.hero-container{width:100%;max-width:720px;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;padding:0 20px 16px}.hero-mobile-photo-wrapper{position:relative;width:100%;max-width:340px;margin-top:4px;display:flex;justify-content:center;border-radius:20px;overflow:hidden}.hero-mobile-photo{width:100%;height:320px;object-fit:cover;object-position:top center;border-radius:20px;display:block}.hero-mobile-overlay{position:absolute;bottom:0;left:0;right:0;height:130px;background:linear-gradient(to bottom,rgba(11,12,14,0) 0%,rgba(11,12,14,.88) 60%,var(--bg-dark-base) 100%);pointer-events:none}.hero-content{position:relative;margin-top:-24px;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:3;width:100%}.pill-badge{display:inline-flex;align-items:center;background:#fff;border-radius:var(--border-radius-pill);padding:4px 6px 4px 12px;gap:8px;box-shadow:0 4px 18px #00000059;margin-bottom:16px;align-self:center}.pill-badge-text{font-size:12.5px;font-weight:600;color:#11141a}.pill-badge-highlight{background:var(--red-gradient);color:#fff;font-size:11.5px;font-weight:800;padding:4px 10px;border-radius:var(--border-radius-pill);letter-spacing:.03em;box-shadow:0 2px 8px #e61e2a66}.hero-title{font-family:var(--font-display);font-size:27px;font-weight:800;line-height:1.25;color:var(--text-dark-title);letter-spacing:-.03em;margin-bottom:14px;max-width:380px}.underline-wrapper{position:relative;display:inline-block}.underline-wrapper .text-red{color:var(--red-primary);font-weight:800}.hand-drawn-underline{position:absolute;bottom:-6px;left:-2px;width:104%;height:14px;pointer-events:none}.hero-channels-hint{font-size:12.5px;font-weight:600;color:var(--text-dark-muted);letter-spacing:.05em;margin-bottom:14px}.hero-subtitle{font-size:15px;line-height:1.55;color:var(--text-dark-body);max-width:480px;margin-bottom:24px}.hero-subtitle strong{color:#fff;font-weight:700}.hero-cta-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;max-width:380px;gap:12px}.btn-cta-primary{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:52px;padding:0 22px;width:100%;max-width:340px;background:var(--red-gradient);color:#fff;font-size:15px;font-weight:700;border-radius:var(--border-radius-pill);box-shadow:var(--shadow-cta);overflow:hidden;letter-spacing:-.01em;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,filter .3s ease;text-align:center;white-space:nowrap}.btn-cta-primary:before{content:"";position:absolute;top:-50%;left:-80%;width:50%;height:200%;background:linear-gradient(60deg,#fff0,#ffffff47,#fff0);transform:rotate(25deg);pointer-events:none;transition:transform .75s ease}.btn-cta-primary:hover:before{transform:translate(450%) rotate(25deg)}.btn-cta-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-cta-hover);filter:brightness(1.06)}.btn-cta-primary:active{transform:translateY(0)}.btn-cta-primary .btn-icon{font-size:18px;transition:transform .25s ease}.btn-cta-primary:hover .btn-icon{transform:translate(3px,-3px)}.btn-cta-primary.btn-large{height:56px;font-size:16px}.hero-microcopy{font-size:13px;color:var(--text-dark-muted);letter-spacing:-.01em;line-height:1.45;margin-top:2px}@keyframes notchBob{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.hero-transition-notch{position:relative;width:100%;height:48px;margin-top:16px;display:flex;justify-content:center;align-items:center;background:transparent;margin-bottom:0}.notch-svg{display:none}.notch-circle-button{position:relative;z-index:10;width:42px;height:42px;background:#fff;color:#11141a;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00000047;margin-bottom:0;animation:notchBob 2.6s ease-in-out infinite;transition:transform .3s ease,box-shadow .3s ease}.notch-circle-button svg{width:20px;height:20px}.notch-circle-button:hover{animation-play-state:paused;transform:translateY(3px) scale(1.05);box-shadow:0 12px 30px #00000059}section{position:relative;padding:56px 0;scroll-margin-top:70px}.section-light{background-color:var(--bg-light-base);color:var(--text-light-body)}.section-dark{background-color:var(--bg-dark-surface);color:var(--text-dark-body)}.section-heading{margin-bottom:36px}.tag-pill-light{display:inline-flex;align-self:center;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--red-primary);background:var(--red-soft-bg);padding:6px 14px;border-radius:var(--border-radius-pill);margin-bottom:14px}.pill-badge-dark{display:inline-flex;align-self:center;align-items:center;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ff5a63;background:#ff1e271a;border:1px solid rgba(255,30,39,.25);padding:6px 14px;border-radius:var(--border-radius-pill);margin-bottom:14px}.pill-dot{width:6px;height:6px;background:var(--red-primary);border-radius:50%;box-shadow:0 0 8px var(--red-primary)}.title-large{font-family:var(--font-display);font-size:26px;font-weight:800;line-height:1.25;letter-spacing:-.03em;color:var(--text-light-title);margin-bottom:14px}.section-dark .title-large{color:#fff}.subtitle-medium{font-size:15px;max-width:760px;margin:0 auto;line-height:1.6}.subtitle-dark{font-size:15px;color:var(--text-dark-body);max-width:760px;margin:0 auto;line-height:1.6}.ambient-glow{position:absolute;pointer-events:none;filter:blur(90px)}.glow-visao{top:10%;right:5%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,30,39,.1) 0%,transparent 70%)}.glow-desejo{top:20%;left:10%;width:520px;height:520px;background:radial-gradient(circle,rgba(230,30,42,.11) 0%,transparent 70%)}.glow-cases{bottom:10%;right:15%;width:550px;height:550px;background:radial-gradient(circle,rgba(255,75,85,.09) 0%,transparent 70%)}.glow-sobre{top:25%;left:5%;width:480px;height:480px;background:radial-gradient(circle,rgba(212,114,40,.12) 0%,transparent 70%)}.glow-cta{top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:500px;background:radial-gradient(circle,rgba(255,30,39,.16) 0%,transparent 70%)}.section-problema{padding-top:40px}.actions-pill-cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:840px;margin:0 auto 28px}.action-chip{background:var(--bg-light-surface);border:1px solid var(--border-light);color:var(--text-light-title);font-size:13.5px;font-weight:600;padding:8px 16px;border-radius:var(--border-radius-pill);display:inline-flex;align-items:center;gap:8px;box-shadow:var(--shadow-sm);transition:all .25s ease}.action-chip .chip-icon{color:var(--red-primary);font-weight:800;font-size:16px}.action-chip:hover{border-color:var(--red-primary);background:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.pivot-banner{background:#fff9f9;border:1px solid #FFD8DA;border-radius:var(--border-radius-card-sm);padding:20px;max-width:880px;margin:0 auto 36px;display:flex;align-items:center;gap:16px;box-shadow:0 6px 22px #e61e2a0f}.pivot-icon{width:44px;height:44px;border-radius:12px;background:#fee2e2;color:var(--red-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pivot-title{font-size:16.5px;font-weight:700;color:#9e0b14;margin-bottom:4px}.pivot-desc{font-size:14px;color:var(--text-light-body)}.problem-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin-bottom:32px}.problem-card{background:var(--bg-light-card);border:1px solid var(--border-light);border-radius:var(--border-radius-card);padding:26px 22px;display:flex;flex-direction:column;box-shadow:var(--shadow-md);transition:border-color .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.16,1,.3,1)}.problem-card:hover{transform:translateY(-4px);border-color:var(--red-primary);box-shadow:0 18px 46px #ff1e2729}.problem-card-badge{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light-muted);margin-bottom:14px}.problem-card-icon.red-soft{width:48px;height:48px;background:var(--red-soft-bg);color:var(--red-primary);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.problem-card-icon.red-soft svg{width:24px;height:24px}.problem-card-title{font-size:18.5px;font-weight:700;color:var(--text-light-title);margin-bottom:10px;line-height:1.35}.problem-card-desc{font-size:14.5px;line-height:1.65;color:var(--text-light-body);margin-bottom:20px;flex-grow:1}.problem-card-footer{padding-top:14px;border-top:1px dashed var(--border-light)}.footer-tag{font-size:12.5px;font-weight:600;color:#b91c1c;background:#fee2e2;padding:5px 12px;border-radius:8px;display:inline-block}.chessboard-callout{background:#11141a;color:#fff;border-radius:18px;max-width:820px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 14px 40px #00000047}.chess-icon{color:var(--red-primary);display:flex;align-items:center;flex-shrink:0}.chess-icon svg{width:20px;height:20px}.chess-text{font-size:14.5px;color:#e2e8f0;line-height:1.5}.chess-text strong{color:#fff}.section-visao{background-color:#0e1015}.title-quote{font-family:var(--font-display);font-size:25px;font-weight:800;line-height:1.25;color:#fff;margin-bottom:14px;letter-spacing:-.03em}.diagnostic-questions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin:28px 0}.diag-card{position:relative;background:#151820;border:1px solid var(--border-dark);border-radius:18px;padding:22px 18px;overflow:hidden;transition:border-color .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.16,1,.3,1),background-color .35s ease}.diag-card:hover{transform:translateY(-4px);border-color:#ff1e27b3;box-shadow:0 16px 44px #ff1e2738;background:#1a1d27}.diag-card-num{font-family:var(--font-display);font-size:26px;font-weight:800;color:var(--red-primary);margin-bottom:8px}.diag-card h3{font-size:17px;font-weight:700;color:#fff;margin-bottom:8px;line-height:1.35}.diag-card p{font-size:14px;color:var(--text-dark-body);line-height:1.6}.diag-card-glow{position:absolute;top:0;right:0;width:120px;height:120px;background:radial-gradient(circle,rgba(255,30,39,.15) 0%,transparent 70%);pointer-events:none}.strategy-statement-box{background:#ffffff0a;border:1px solid var(--border-dark);border-radius:18px;padding:22px 18px;display:flex;flex-direction:column;text-align:center;align-items:center;gap:16px}.statement-left h4{font-size:17.5px;font-weight:700;color:#fff;margin-bottom:6px}.statement-left p{font-size:14px;color:var(--text-dark-muted)}.statement-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.badge-guarantee{background:#ff1e2714;border:1px solid rgba(255,30,39,.25);color:#fff;font-size:12.5px;font-weight:600;padding:7px 14px;border-radius:var(--border-radius-pill);display:inline-flex;align-items:center;gap:8px}.badge-guarantee svg{width:16px;height:16px;color:var(--red-primary)}.journey-stepper{display:flex;flex-direction:column;align-items:stretch;gap:6px;max-width:320px;margin:0 auto 28px}.journey-bubble{background:var(--bg-light-surface);border:1px solid var(--border-light);border-radius:14px;padding:10px 16px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:12px;box-shadow:var(--shadow-sm);transition:all .25s ease}.journey-bubble.highlight-step{border-color:#ffb3b7;background:#fff5f5}.journey-icon{color:var(--red-primary);margin-bottom:0;display:flex;align-items:center;flex-shrink:0}.journey-icon svg{width:20px;height:20px}.journey-label{font-size:11px;color:var(--text-light-muted);text-transform:uppercase;font-weight:600;letter-spacing:.05em;margin-right:4px}.journey-target{font-size:15px;color:var(--text-light-title);font-weight:700}.journey-arrow{color:var(--text-light-muted);display:flex;align-items:center;justify-content:center;transform:rotate(90deg);height:14px}.journey-arrow svg{width:18px;height:18px}.redes-intro{margin-bottom:24px}.lead-text{font-size:15.5px;color:var(--text-light-body)}.redes-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:28px}.rede-card{background:var(--bg-light-card);border:1px solid var(--border-light);border-radius:18px;padding:22px 18px;display:flex;flex-direction:column;box-shadow:var(--shadow-md);transition:border-color .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.16,1,.3,1)}.rede-card:hover{transform:translateY(-4px);border-color:var(--red-primary);box-shadow:0 18px 46px #ff1e2729}.rede-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.rede-number{font-family:var(--font-display);font-size:24px;font-weight:800;color:var(--red-primary)}.rede-icon-wrapper{color:var(--text-light-muted)}.rede-icon-wrapper svg{width:22px;height:22px}.rede-badge{font-size:11.5px;font-weight:700;color:var(--text-light-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.rede-title{font-size:18px;font-weight:800;color:var(--text-light-title);margin-bottom:10px;letter-spacing:-.02em}.rede-desc{font-size:14px;line-height:1.65;color:var(--text-light-body);margin-bottom:16px;flex-grow:1}.rede-features{list-style:none;display:flex;flex-direction:column;gap:8px;padding-top:14px;border-top:1px dashed var(--border-light)}.rede-features li{font-size:13.5px;color:var(--text-light-muted);position:relative;padding-left:16px;line-height:1.5}.rede-features li:before{content:"•";color:var(--red-primary);font-weight:700;position:absolute;left:0}.redes-conclusion-card{background:linear-gradient(135deg,#11141a,#1a1d24);color:#fff;border-radius:18px;padding:26px 18px;text-align:center;box-shadow:0 18px 48px #00000047;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.conclusion-badge{font-size:11.5px;font-weight:800;letter-spacing:.1em;color:var(--red-primary)}.conclusion-title{font-size:19px;font-weight:800}.conclusion-text{font-size:14.5px;color:#cbd5e1;max-width:700px;line-height:1.6}.section-desejo{background-color:#0b0c0e}.desejo-desktop-split{display:flex;flex-direction:column;gap:24px}.subtitle-dark-left{font-size:15px;color:var(--text-dark-body);line-height:1.65;margin-bottom:18px}.checklist-heading{font-size:17px;font-weight:700;color:#fff;margin-bottom:12px}.clarity-matrix{display:flex;flex-direction:column;gap:10px}.clarity-item{background:#14171e;border:1px solid var(--border-dark);border-radius:14px;padding:14px 16px;display:flex;align-items:flex-start;gap:12px;transition:all .3s ease}.clarity-item:hover{background:#1b1e28;border-color:#ffffff38;transform:translateY(-2px)}.clarity-item.highlight-item{background:linear-gradient(90deg,#1c1318,#151820);border-color:#ff1e2759}.clarity-check{width:28px;height:28px;background:#ffffff14;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.clarity-check svg{width:15px;height:15px}.clarity-check.highlight-check{background:var(--red-primary);box-shadow:0 0 12px var(--red-glow)}.clarity-info h4{font-size:15.5px;font-weight:700;color:#fff;margin-bottom:3px}.clarity-info p{font-size:13.5px;color:var(--text-dark-body);line-height:1.55}.transformation-quote-card{background:#ffffff08;border:1px solid var(--border-dark);border-radius:18px;padding:20px 16px}.trans-quote{font-size:14.5px;line-height:1.65;color:#e2e8f0;margin-bottom:16px}.trans-quote strong{color:#fff}.pillars-row{display:flex;flex-wrap:wrap;gap:8px}.pillar-pill{background:#181b24;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:13px;font-weight:700;padding:6px 14px;border-radius:var(--border-radius-pill);display:inline-flex;align-items:center;gap:6px}.pillar-plus{color:var(--red-primary)}.timeline-container{display:flex;flex-direction:column;gap:12px;max-width:880px;margin:0 auto 28px}.timeline-step{display:flex;align-items:flex-start;gap:10px}.step-badge{width:36px;height:36px;background:var(--red-gradient);color:#fff;font-family:var(--font-display);font-size:15px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px #e61e2a61;flex-shrink:0}.step-card{background:var(--bg-light-card);border:1px solid var(--border-light);border-radius:14px;padding:16px;flex-grow:1;box-shadow:var(--shadow-sm);transition:all .25s ease}.step-card:hover{border-color:var(--red-primary);box-shadow:var(--shadow-md);transform:translate(4px)}.step-header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.step-title{font-size:16px;font-weight:800;color:var(--text-light-title);letter-spacing:-.02em}.step-desc{font-size:13.5px;color:var(--text-light-body);line-height:1.6}.direction-callout{background:#f8f9fc;border:1px solid var(--border-light);border-radius:16px;padding:18px 16px;max-width:580px;margin:0 auto;text-align:center}.direction-text{font-size:14px;color:var(--text-light-muted)}.direction-highlight{font-size:19px;font-weight:800;color:var(--text-light-title);margin-top:4px}.section-cases{background-color:#0e1015}.cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:28px}.case-card{background:#151820;border:1px solid var(--border-dark);border-radius:18px;padding:20px 16px;display:flex;flex-direction:column;gap:14px;box-shadow:var(--shadow-dark-card);transition:border-color .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.16,1,.3,1)}.case-card:hover{transform:translateY(-4px);border-color:#ff1e27b3;box-shadow:0 18px 48px #ff1e273d}.case-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--border-dark-subtle)}.case-badge{font-size:12px;font-weight:700;color:#ff5a63}.case-icon{color:var(--red-primary)}.case-icon svg{width:20px;height:20px}.case-block{display:flex;flex-direction:column;gap:4px}.case-label{font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--text-dark-muted)}.case-text{font-size:14px;color:var(--text-dark-body);line-height:1.55}.case-result-box{background:linear-gradient(135deg,#ff1e271f,#d8000c0a);border:1px solid rgba(255,30,39,.3);border-radius:var(--border-radius-card-sm);padding:14px 16px;margin-top:auto}.result-label{font-size:11px;font-weight:800;color:#ff6670;letter-spacing:.08em;display:block}.result-number{font-family:var(--font-display);font-size:34px;font-weight:800;color:#fff;line-height:1.1;margin:4px 0;text-shadow:0 0 18px rgba(255,30,39,.45)}.result-desc{font-size:13px;color:var(--text-dark-body);display:block;line-height:1.45}.cases-cta-bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:14px}.cases-prompt{font-size:15px;color:var(--text-dark-body);text-align:center}.accordion-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.accordion-item{background:var(--bg-light-card);border:1px solid var(--border-light);border-radius:14px;box-shadow:var(--shadow-sm);overflow:hidden;transition:all .25s ease}.accordion-item.active{border-color:#ffb3b7;box-shadow:var(--shadow-md)}.accordion-trigger{width:100%;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;background:none}.accordion-title{font-size:15px;font-weight:700;color:var(--text-light-title);line-height:1.35}.accordion-icon{width:30px;height:30px;background:var(--bg-light-surface);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-light-title);flex-shrink:0;transition:transform .25s ease,background-color .25s ease}.accordion-icon svg{width:16px;height:16px}.accordion-item.active .accordion-icon{transform:rotate(45deg);background:#fee2e2;color:var(--red-primary)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.16,1,.3,1)}.accordion-item.active .accordion-content{max-height:340px}.accordion-body{padding:0 18px 16px;font-size:14px;line-height:1.65;color:var(--text-light-body);display:flex;flex-direction:column;gap:10px}.section-sobre{background-color:#0a0b0e}.sobre-grid{display:grid;grid-template-columns:1fr;gap:28px;align-items:center}.sobre-photo-card{position:relative;border-radius:18px;overflow:hidden;border:1px solid var(--border-dark);box-shadow:var(--shadow-dark-card)}.sobre-img{width:100%;height:auto;display:block}.sobre-photo-badge{position:absolute;bottom:12px;left:12px;right:12px;background:#12141ae6;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column}.sobre-badge-icon{color:var(--red-primary);margin-bottom:2px}.sobre-badge-icon svg{width:18px;height:18px}.sobre-badge-title{font-size:15px;font-weight:800;color:#fff}.sobre-badge-sub{font-size:12px;color:var(--text-dark-muted)}.sobre-content-col{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.story-highlight{font-size:16.5px;font-weight:700;color:#fff}.sobre-story{display:flex;flex-direction:column;gap:12px;font-size:14.5px;line-height:1.65;width:100%}.isolated-problems-list{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0}.problem-pill{background:#ffffff0d;border:1px solid rgba(255,255,255,.09);font-size:12.5px;color:#cbd5e1;padding:6px 12px;border-radius:10px;display:inline-flex;align-items:center;gap:8px}.problem-pill svg{width:14px;height:14px;color:#ff5a63}.tabuleiro-card{background:#14161d;border:1px solid var(--border-dark);border-radius:16px;padding:18px 16px;margin-top:10px;width:100%}.tabuleiro-title{font-size:15px;font-weight:700;color:#fff;margin-bottom:12px}.tabuleiro-grid{display:grid;grid-template-columns:1fr;gap:10px}.tab-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:10px;transition:border-color .3s ease,background-color .3s ease,transform .3s ease,box-shadow .3s ease}.tab-item:hover{border-color:var(--red-primary);background:#ff1e2714;transform:translateY(-2px);box-shadow:0 8px 24px #ff1e2729}.tab-icon{color:var(--red-primary);display:flex;align-items:center}.tab-icon svg{width:18px;height:18px}.tab-label{font-size:13.5px;font-weight:600;color:#e2e8f0;line-height:1.35}.section-cta-final{background-color:#08090c;padding:48px 0 56px}.cta-final-box{background:radial-gradient(circle at 50% 30%,#1e212b,#111319);border:1px solid rgba(255,30,39,.35);border-radius:24px;padding:36px 18px;text-align:center;max-width:960px;margin:0 auto;box-shadow:0 26px 80px #000000b3,inset 0 1px #ffffff1f;display:flex;flex-direction:column;align-items:center}.title-cta-final{font-family:var(--font-display);font-size:24px;font-weight:800;line-height:1.25;color:#fff;margin-bottom:14px;letter-spacing:-.03em}.subtitle-cta-final{font-size:15px;color:var(--text-dark-body);max-width:680px;line-height:1.6;margin-bottom:10px}.cta-promise{font-size:13.5px;color:var(--text-dark-muted);max-width:600px;margin-bottom:24px;line-height:1.6}.final-button-wrapper{width:100%;max-width:380px;margin-bottom:24px;display:flex;justify-content:center;align-items:center}.guarantees-row{display:flex;flex-direction:column;align-items:center;gap:10px}.guarantee-item{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:#e2e8f0}.guarantee-item svg{width:16px;height:16px;color:var(--red-primary)}.site-footer{background:#060709;border-top:1px solid var(--border-dark);padding:40px 0 20px;color:var(--text-dark-muted)}.footer-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-bottom:24px}.footer-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}.footer-tagline{font-size:14px;line-height:1.6;color:#94a3b8;max-width:520px;text-align:center;margin:0 auto}.footer-bottom{padding-top:20px;border-top:1px solid rgba(255,255,255,.06)}.footer-bottom-flex{display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center;gap:8px;font-size:13px}.modal-backdrop{position:fixed;inset:0;background:#000000d1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .3s ease}.modal-backdrop.open{opacity:1;pointer-events:auto}.modal-card{background:#14171e;border:1px solid rgba(255,255,255,.16);border-radius:28px;width:100%;max-width:500px;padding:38px 32px;position:relative;box-shadow:0 26px 70px #000000e0;transform:translateY(20px) scale(.96);transition:transform .35s cubic-bezier(.16,1,.3,1);max-height:90vh;overflow-y:auto}.modal-backdrop.open .modal-card{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:22px;right:22px;color:#94a3b8;font-size:28px;line-height:1;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#fff;background:#ffffff1a}.modal-tag{font-size:12px;font-weight:800;letter-spacing:.08em;color:var(--red-primary);display:block;margin-bottom:8px}.modal-title{font-size:24px;font-weight:800;color:#fff;margin-bottom:8px}.modal-desc{font-size:14.5px;color:var(--text-dark-body);line-height:1.55;margin-bottom:26px}.modal-form{display:flex;flex-direction:column;gap:18px}.form-group{display:flex;flex-direction:column;gap:6px;text-align:left}.form-group label{font-size:13.5px;font-weight:600;color:#e2e8f0}.form-group input,.form-group select{width:100%;height:50px;background:#0e1015;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:0 18px;color:#fff;font-family:inherit;font-size:14.5px;transition:all .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--red-primary);box-shadow:0 0 0 3px #ff1e2733}.form-group select option{background:#14171e;color:#fff}.modal-submit{margin-top:8px;height:56px}.full-width{width:100%}.modal-security{font-size:12.5px;color:var(--text-dark-muted);text-align:center;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:8px}.modal-security svg{width:16px;height:16px;color:#22c55e}@media(min-width:768px){.hero-title{font-size:42px;max-width:640px}.title-large{font-size:42px;margin-bottom:20px}.title-quote{font-size:40px;margin-bottom:20px}.title-cta-final{font-size:42px;margin-bottom:18px}.subtitle-medium,.subtitle-dark{font-size:18px}.navbar-links{display:flex}.btn-hamburger{display:none}.btn-nav-action{display:inline-flex}.actions-pill-cloud{gap:16px;margin-bottom:40px}.action-chip{font-size:16px;padding:12px 24px}.problem-cards-grid,.redes-cards-grid{grid-template-columns:repeat(2,1fr);gap:24px}.journey-stepper{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;max-width:1040px;margin:0 auto 44px}.journey-bubble{flex-direction:column;padding:14px 24px;text-align:center;border-radius:var(--border-radius-card-sm)}.journey-icon{margin-bottom:6px}.journey-label{font-size:11.5px;margin-right:0}.journey-arrow{transform:none;height:auto}.desejo-desktop-split{gap:40px}.tabuleiro-grid{grid-template-columns:repeat(2,1fr);gap:16px}.guarantees-row{flex-direction:row;gap:20px}.footer-bottom-flex{flex-direction:row;justify-content:space-between;text-align:left}}@media(min-width:992px){section{padding:120px 0}.section-heading{margin-bottom:72px}.navbar-wrapper{top:24px;left:0;right:0;width:100%;padding:0 28px}.navbar-pill{max-width:var(--container-width);width:100%;height:64px;padding:6px 22px 6px 28px}.brand-logo-img{height:36px;max-width:160px}.navbar-links{gap:36px}.nav-link{font-size:15px;font-weight:600}.btn-nav-action{font-size:14px;padding:10px 24px}.section-hero{min-height:100vh;height:100vh;max-height:1020px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0}.hero-mobile-photo-wrapper{display:none}.hero-desktop-bg{display:block;position:absolute;inset:0;background-image:url(/Marcell%20Hero%20PC.avif);background-size:cover;background-position:right center;background-repeat:no-repeat;z-index:1}.hero-desktop-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0b0c0e 0% 42%,#0b0c0ee0 56%,#0b0c0e38 75%,#0b0c0e00)}.hero-container{max-width:var(--container-width);width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 48px;z-index:3;margin-top:0}.hero-content{align-items:flex-start;text-align:left;max-width:660px;margin-top:0}.pill-badge{align-self:flex-start;margin-bottom:26px;padding:5px 6px 5px 16px;gap:10px}.pill-badge-text{font-size:14.5px}.pill-badge-highlight{font-size:13px;padding:5px 14px}.hero-title{font-size:54px;line-height:1.15;margin-bottom:22px;max-width:660px}.hero-subtitle{font-size:20px;max-width:580px;margin-bottom:38px;line-height:1.68}.hero-channels-hint{margin-bottom:20px;font-size:14.5px}.hero-cta-wrapper{align-items:flex-start;max-width:480px;gap:20px}.hero-cta-wrapper .btn-cta-primary{width:auto;min-width:340px;padding:0 38px;height:60px;font-size:17.5px}.hero-transition-notch{position:absolute;bottom:0;left:0;right:0;height:80px;z-index:5;margin-top:0;align-items:flex-end}.notch-svg{display:block;position:absolute;bottom:0;left:0;width:100%;height:52px}.notch-circle-button{margin-bottom:30px;width:50px;height:50px}.problem-cards-grid{grid-template-columns:repeat(3,1fr);gap:34px;margin-bottom:60px}.problem-card{padding:38px 32px}.diagnostic-questions-grid{grid-template-columns:repeat(4,1fr);gap:26px;margin:64px 0}.diag-card{padding:36px 28px}.strategy-statement-box{padding:32px 40px;flex-direction:row;text-align:left;justify-content:space-between}.redes-cards-grid{grid-template-columns:repeat(4,1fr);gap:28px;margin-bottom:56px}.rede-card{padding:38px 30px}.redes-conclusion-card{padding:44px 38px;gap:22px}.redes-conclusion-card .btn-cta-primary{width:auto;min-width:380px;max-width:480px;margin:0 auto;height:60px;font-size:17.5px}.desejo-desktop-split{display:grid;grid-template-columns:1.15fr 1fr;gap:80px;align-items:center}.clarity-item{padding:22px 26px}.transformation-quote-card{padding:34px 32px}.timeline-container{max-width:960px;gap:26px;margin-bottom:52px}.timeline-step{gap:20px}.step-badge{width:50px;height:50px;font-size:20px}.step-card{padding:28px 32px}.cases-grid{grid-template-columns:repeat(3,1fr);gap:34px;margin-bottom:60px}.case-card{padding:36px 30px}.result-number{font-size:48px}.cases-cta-bottom .btn-cta-primary{width:auto;min-width:380px;max-width:480px;margin:0 auto;height:60px;font-size:17.5px}.sobre-grid{grid-template-columns:460px 1fr;gap:80px}.tabuleiro-card{padding:32px 34px}.tab-item{padding:16px 20px}.section-cta-final{padding:120px 0}.cta-final-box{padding:72px 36px;border-radius:34px}.final-button-wrapper .btn-cta-primary{width:auto;min-width:400px;max-width:480px;margin:0 auto;height:64px;font-size:18.5px}.site-footer{padding:70px 0 34px}.footer-container{margin-bottom:48px}}@media(min-width:1200px){.hero-title{font-size:58px}.title-large{font-size:48px}.title-quote{font-size:46px}.title-cta-final{font-size:48px}}.section-heading,.problem-card,.action-chip,.pivot-banner,.chessboard-callout,.diag-card,.strategy-statement-box,.journey-bubble,.rede-card,.redes-conclusion-card,.desejo-text-col,.transformation-quote-card,.clarity-item,.timeline-step,.direction-callout,.case-card,.accordion-item,.sobre-photo-card,.sobre-content-col,.tab-item,.cta-final-box{opacity:0;transform:translateY(24px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.problem-cards-grid .problem-card:nth-child(2){transition-delay:.1s}.problem-cards-grid .problem-card:nth-child(3){transition-delay:.2s}.diagnostic-questions-grid .diag-card:nth-child(2){transition-delay:.08s}.diagnostic-questions-grid .diag-card:nth-child(3){transition-delay:.16s}.diagnostic-questions-grid .diag-card:nth-child(4){transition-delay:.24s}.redes-cards-grid .rede-card:nth-child(2){transition-delay:.08s}.redes-cards-grid .rede-card:nth-child(3){transition-delay:.16s}.redes-cards-grid .rede-card:nth-child(4){transition-delay:.24s}.cases-grid .case-card:nth-child(2){transition-delay:.1s}.cases-grid .case-card:nth-child(3){transition-delay:.2s}.actions-pill-cloud .action-chip:nth-child(2){transition-delay:.06s}.actions-pill-cloud .action-chip:nth-child(3){transition-delay:.12s}.actions-pill-cloud .action-chip:nth-child(4){transition-delay:.18s}.tabuleiro-grid .tab-item:nth-child(2){transition-delay:.06s}.tabuleiro-grid .tab-item:nth-child(3){transition-delay:.12s}.tabuleiro-grid .tab-item:nth-child(4){transition-delay:.18s}.is-revealed{opacity:1!important;transform:translateY(0)!important}
