:root{--navy-900: #06111f;--navy-800: #0b1e36;--navy-700: #0f2847;--navy-600: #163358;--navy-500: #1a4480;--gold: #d4a535;--gold-light: #f0c040;--gold-dim: rgba(212, 165, 53, .15);--white: #ffffff;--text: #f0f4f8;--text-60: rgba(240, 244, 248, .6);--text-40: rgba(240, 244, 248, .4);--card-bg: rgba(15, 40, 71, .7);--card-bg-lt: rgba(255, 255, 255, .04);--border: rgba(212, 165, 53, .18);--border-lt: rgba(255, 255, 255, .08);--radius-sm: 8px;--radius: 14px;--radius-lg: 22px;--radius-xl: 32px;--shadow: 0 8px 32px rgba(0, 0, 0, .35);--glow: 0 0 32px rgba(212, 165, 53, .25);--ease: cubic-bezier(.22, 1, .36, 1);--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--navy-900);color:var(--text);font-family:var(--font-body);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:var(--navy-900);display:flex;align-items:center;justify-content:center;transition:opacity .7s var(--ease),transform .7s var(--ease)}.loading-screen--out{opacity:0;transform:scale(1.05);pointer-events:none}.loading-inner{display:flex;flex-direction:column;align-items:center;gap:2rem;animation:loadingFadeIn .7s var(--ease) forwards}.loading-ring{width:140px;height:140px;border-radius:50%;border:1.5px solid var(--gold-dim);border-top-color:var(--gold);animation:spin 1.2s linear infinite;position:absolute}.loading-logo{width:100px;height:100px;object-fit:contain;animation:logoPulse 2s ease-in-out infinite;position:relative;z-index:1}.loading-bar{width:160px;height:2px;background:var(--gold-dim);border-radius:2px;overflow:hidden}.loading-bar-fill{height:100%;width:0%;background:linear-gradient(to right,var(--gold),var(--gold-light));border-radius:2px;animation:barFill 2s var(--ease) forwards}@keyframes barFill{0%{width:0%}to{width:100%}}.page-wrapper{opacity:0;transition:opacity .5s ease}.page-wrapper--visible{opacity:1}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.reveal.revealed{opacity:1;transform:none}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}.reveal--delay-4{transition-delay:.4s}.reveal--delay-5{transition-delay:.5s}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:50px;border:none;cursor:pointer;font-family:var(--font-body);font-size:.95rem;font-weight:600;transition:all .25s var(--ease);white-space:nowrap}.btn-gold{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:var(--navy-900);box-shadow:0 4px 20px #d4a53559}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 28px #d4a5358c}.btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border)}.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.btn-lg{padding:1rem 2.25rem;font-size:1rem}.btn-block{width:100%}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 0;transition:background .35s ease,padding .35s ease,box-shadow .35s ease}.header--scrolled{background:#06111ff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.75rem 0;box-shadow:0 2px 24px #0006}.header-inner{max-width:1180px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-logo img{height:44px;object-fit:contain}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav-link{color:var(--text-60);font-size:.9rem;font-weight:500;transition:color .2s}.header-nav-link:hover{color:var(--gold)}.header-cta{padding:.6rem 1.4rem;font-size:.9rem}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease}.hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.hamburger{display:flex}.header-nav{position:fixed;right:0;bottom:0;left:0;top:70px;background:var(--navy-900);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;padding:2rem;transform:translate(100%);transition:transform .35s var(--ease)}.header-nav--open{transform:translate(0)}.header-nav-link{font-size:1.1rem}}.hero{position:relative;min-height:100dvh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-photo{width:100%;height:100%;object-fit:cover;object-position:center 60%;filter:brightness(.45) saturate(.7);transform:scale(1.04);animation:heroZoom 14s ease-in-out infinite alternate}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#06111ff5,#0b1e36d1 45%,#06111f4d)}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;min-height:100dvh;padding-top:5rem;padding-bottom:5rem;opacity:0;transform:translateY(30px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.hero-inner--in{opacity:1;transform:none}.hero-left{display:flex;flex-direction:column}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold-dim);border:1px solid var(--border);color:var(--gold);padding:.4rem 1rem;border-radius:50px;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.5rem;width:fit-content}.badge-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);animation:pulse 2s ease infinite}.hero-title{font-family:var(--font-display);font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:700;line-height:1.15;color:var(--white);margin-bottom:1.4rem}.hero-title em{font-style:normal;color:var(--gold)}.hero-sub{color:var(--text-60);font-size:clamp(.95rem,1.6vw,1.1rem);max-width:500px;margin-bottom:2rem;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.hero-stat{display:flex;flex-direction:column;border-left:2px solid var(--gold);padding-left:.875rem}.hero-stat strong{font-size:1.3rem;font-weight:700;color:var(--gold)}.hero-stat span{font-size:.78rem;color:var(--text-60)}.hero-right{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;align-self:stretch}.hero-person-wrap{position:relative;width:100%;max-width:460px;margin:0 auto;align-self:flex-end}.hero-person{width:100%;max-height:80vh;object-fit:cover;object-position:center top;display:block;-webkit-mask-image:linear-gradient(to bottom,black 55%,transparent 100%),linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);-webkit-mask-composite:destination-in;mask-image:linear-gradient(to bottom,black 55%,transparent 100%),linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);mask-composite:intersect;filter:drop-shadow(0 20px 60px rgba(0,0,0,.6))}.hero-person-fade{position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,var(--navy-900),transparent);pointer-events:none}.hero-person-card{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:#0b1e36d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1.25rem;display:flex;align-items:center;gap:.75rem;white-space:nowrap}.hero-person-card img{object-fit:contain}.hero-person-card span{color:var(--text-60);font-size:.8rem}.hero-scroll{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-60);font-size:.72rem;letter-spacing:.08em;cursor:pointer;z-index:2}.hero-scroll-line{width:1px;height:36px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollLine 2s ease-in-out infinite}@media (max-width: 860px){.hero-inner{grid-template-columns:1fr;padding-top:6rem;padding-bottom:3rem}.hero-right{display:none}}.section{padding:6rem 0}.section--dark{background:var(--navy-800)}.section--navy{background:var(--navy-700)}.section--cta{background:linear-gradient(135deg,var(--navy-600) 0%,var(--navy-900) 100%)}.section-header{text-align:center;margin-bottom:3.5rem}.section-tag{display:inline-block;background:var(--gold-dim);border:1px solid var(--border);color:var(--gold);padding:.35rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:700;line-height:1.2;color:var(--white);margin-bottom:1rem}.section-title em{font-style:normal;color:var(--gold)}.section-sub{color:var(--text-60);font-size:1.05rem;max-width:580px;margin:0 auto;line-height:1.75}.pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border-lt);border-radius:var(--radius);overflow:hidden;margin-bottom:5rem}.pillar{display:flex;flex-direction:column;gap:1rem;padding:2.5rem 2rem;background:var(--navy-800);transition:background .3s ease;position:relative}.pillar:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,var(--gold),transparent);opacity:0;transition:opacity .3s}.pillar:hover{background:var(--navy-700)}.pillar:hover:before{opacity:1}.pillar-n{font-family:var(--font-display);font-size:3rem;font-weight:800;color:var(--gold-dim);line-height:1;transition:color .3s}.pillar:hover .pillar-n{color:#d4a53559}.pillar-title{font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:.6rem;letter-spacing:.01em}.pillar-desc{color:var(--text-60);font-size:.87rem;line-height:1.7}.oq-split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:4rem}.oq-photo{position:relative;border-radius:var(--radius-lg);overflow:hidden}.oq-photo img{width:100%;height:400px;object-fit:cover}.oq-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:var(--gold);color:var(--navy-900);padding:.75rem 1.25rem;border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;line-height:1.2}.oq-badge strong{font-size:1.6rem;font-weight:800}.oq-badge span{font-size:.75rem;font-weight:600;text-transform:uppercase}.oq-text h3{font-family:var(--font-display);font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700;color:var(--white);margin-bottom:1rem}.oq-text p{color:var(--text-60);margin-bottom:1.25rem;line-height:1.75}.servico-list{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--border-lt);border-radius:var(--radius-lg);overflow:hidden}.servico-row{display:grid;grid-template-columns:52px 1fr 28px;align-items:center;gap:1.25rem;padding:1.5rem 1.75rem;border-bottom:1px solid var(--border-lt);border-right:1px solid var(--border-lt);text-decoration:none;color:inherit;transition:background .25s ease;cursor:pointer}.servico-row:nth-child(2n){border-right:none}.servico-row:nth-last-child(-n+2){border-bottom:none}.servico-row:hover{background:#d4a5350d}.servico-row:hover .servico-row-n{color:var(--gold)}.servico-row:hover .servico-row-arrow{color:var(--gold);transform:translate(3px)}.servico-row-n{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--border);line-height:1;transition:color .25s}.servico-row-title{font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:.25rem}.servico-row-desc{color:var(--text-60);font-size:.82rem;line-height:1.55}.servico-row-arrow{color:var(--border-lt);transition:color .25s,transform .25s;flex-shrink:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem;position:relative}.step-number{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--navy-900);font-family:var(--font-display);font-size:1.4rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;position:relative;z-index:1;box-shadow:0 4px 20px #d4a53566}.step-body{padding:0 .5rem}.step-title{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.step-desc{color:var(--text-60);font-size:.88rem;line-height:1.65}.step-line{position:absolute;top:3.9rem;left:calc(50% + 32px);right:calc(-50% + 32px);height:2px;background:linear-gradient(to right,var(--gold),var(--border));z-index:0}.sobre-values{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--border-lt);border-radius:var(--radius);overflow:hidden;margin-bottom:4rem}.value-item{padding:2rem 1.75rem;position:relative}.value-item+.value-item{border-left:1px solid var(--border-lt)}.value-line{width:28px;height:2px;background:var(--gold);margin-bottom:1.25rem}.value-item h4{font-weight:700;color:var(--white);font-size:1rem;margin-bottom:.5rem}.value-item p{color:var(--text-60);font-size:.88rem;line-height:1.7}.team-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.team-card{display:flex;flex-direction:column;background:var(--navy-700);border:1px solid var(--border-lt);border-radius:var(--radius);overflow:hidden;transition:border-color .3s ease,transform .3s var(--ease)}.team-card:hover{border-color:var(--gold);transform:translateY(-3px)}.team-photo{aspect-ratio:4/5;position:relative;overflow:hidden}.team-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.team-card:hover .team-photo img{transform:scale(1.04)}.team-photo-overlay{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,var(--navy-700),transparent)}.team-info{padding:1rem;display:flex;flex-direction:column;gap:.25rem}.team-name{font-size:.9rem;font-weight:700;color:var(--white)}.team-role{font-size:.78rem;color:var(--gold);margin-bottom:.5rem}.team-wa{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:#25d366;font-weight:500;transition:opacity .2s}.team-wa:hover{opacity:.8}.marquee-wrap{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.marquee{display:flex;gap:1.25rem;width:max-content}.marquee--left{animation:marqueeLeft 35s linear infinite}.marquee--right{animation:marqueeRight 35s linear infinite}.marquee-wrap:hover .marquee{animation-play-state:paused}.dep-card{width:300px;flex-shrink:0;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.dep-stars{color:var(--gold);font-size:1rem;margin-bottom:.75rem}.dep-texto{color:var(--text-60);font-size:.9rem;line-height:1.65;margin-bottom:1rem;font-style:italic}.dep-autor{display:flex;align-items:center;gap:.75rem}.dep-avatar{width:36px;height:36px;border-radius:50%;background:var(--gold);color:var(--navy-900);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.dep-autor strong{color:var(--white);font-size:.9rem}.cta-wrap{display:grid;grid-template-columns:1fr 480px;gap:4rem;align-items:start}.cta-img-wrap{position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/5}.cta-img-wrap img{width:100%;height:100%;object-fit:cover;filter:brightness(.5) saturate(.8)}.cta-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(11,30,54,.95) 0%,rgba(11,30,54,.3) 60%,transparent 100%)}.cta-img-card{position:absolute;bottom:0;left:0;right:0;padding:2rem}.cta-checks{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.cta-checks li{display:flex;align-items:center;gap:.6rem;color:#ffffffbf;font-size:.88rem}.cta-check{width:20px;height:20px;border-radius:50%;background:var(--gold);color:var(--navy-900);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;flex-shrink:0}.form-head{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.75rem;text-align:center}.form-card{background:#ffffff0a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-lt);border-radius:var(--radius-xl);padding:2.5rem}.form-title{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--white);margin-bottom:1.75rem;text-align:center}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.85rem;color:var(--text-60);margin-bottom:.4rem;font-weight:500}.form-input,.form-select{width:100%;padding:.8rem 1rem;background:#ffffff0f;border:1px solid var(--border-lt);border-radius:var(--radius-sm);color:var(--white);font-family:var(--font-body);font-size:.95rem;transition:border-color .2s,box-shadow .2s;outline:none}.form-input::placeholder{color:var(--text-40)}.form-input:focus,.form-select:focus{border-color:var(--gold);box-shadow:0 0 0 3px #d4a53526}.form-select{cursor:pointer}.form-select option{background:var(--navy-800);color:var(--text)}.phone-row{display:flex;gap:.5rem}.ddi-select{flex:0 0 110px}.phone-row .form-input{flex:1}.form-erro{color:#ff6b6b;font-size:.85rem;margin-bottom:.75rem}.form-check{display:flex;align-items:flex-start;gap:.6rem;color:var(--text-60);font-size:.83rem;margin-bottom:1.25rem;cursor:pointer}.form-check a{color:var(--gold);text-decoration:underline}.form-check input{margin-top:3px;accent-color:var(--gold)}.spinner{width:14px;height:14px;border-radius:50%;border:2px solid var(--navy-900);border-top-color:transparent;display:inline-block;animation:spin .7s linear infinite}.stats-band{background:var(--navy-700);border-top:1px solid var(--border-lt);border-bottom:1px solid var(--border-lt);padding:3rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 1.5rem;position:relative}.stat-item+.stat-item:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:var(--border-lt)}.stat-n{font-family:var(--font-display);font-size:2.4rem;font-weight:800;color:var(--gold);line-height:1;margin-bottom:.35rem}.stat-label{font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:.2rem}.stat-sub{font-size:.78rem;color:var(--text-60)}.faq-wrap{display:grid;grid-template-columns:380px 1fr;gap:5rem;align-items:start}.faq-left{position:sticky;top:7rem}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--border-lt)}.faq-q{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 0;text-align:left;color:var(--white);font-family:var(--font-body);font-size:.95rem;font-weight:600;transition:color .2s}.faq-q:hover,.faq-item--open .faq-q{color:var(--gold)}.faq-chevron{flex-shrink:0;transition:transform .3s var(--ease)}.faq-item--open .faq-chevron{transform:rotate(180deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}.faq-item--open .faq-a{max-height:300px}.faq-a p{color:var(--text-60);font-size:.9rem;line-height:1.75;padding-bottom:1.5rem}.footer{background:var(--navy-900);border-top:1px solid var(--border-lt);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand p{color:var(--text-60);font-size:.9rem;margin-top:1rem;line-height:1.7;max-width:280px}.footer-socials{display:flex;gap:.75rem;margin-top:1.25rem}.footer-socials a{width:38px;height:38px;border-radius:50%;background:var(--card-bg);border:1px solid var(--border-lt);display:flex;align-items:center;justify-content:center;color:var(--text-60);transition:all .2s}.footer-socials a:hover{background:var(--gold-dim);border-color:var(--gold);color:var(--gold)}.footer-title{color:var(--white);font-weight:700;font-size:.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.06em}.footer-links{list-style:none}.footer-links li{margin-bottom:.6rem}.footer-links a{color:var(--text-60);font-size:.88rem;transition:color .2s;line-height:1.5}.footer-links a:hover{color:var(--gold)}.footer-address{color:var(--text-60);font-size:.88rem;line-height:1.8}.footer-bottom{border-top:1px solid var(--border-lt);padding-top:1.5rem;text-align:center}.footer-bottom p{color:var(--text-40);font-size:.8rem;margin-bottom:.25rem}.whatsapp-fab{position:fixed;bottom:1.75rem;right:1.75rem;z-index:500;width:58px;height:58px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px #25d36673;transition:transform .25s var(--ease),box-shadow .25s}.whatsapp-fab:hover{transform:scale(1.12);box-shadow:0 6px 32px #25d366a6}.obrigado-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--navy-900);padding:2rem}.obrigado-card{max-width:480px;width:100%;text-align:center;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-xl);padding:3rem 2rem;display:flex;flex-direction:column;align-items:center}.obrigado-check{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--navy-900);font-size:1.5rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:0 4px 20px #d4a53566}.obrigado-card h1{font-family:var(--font-display);font-size:1.6rem;margin-bottom:.75rem}.obrigado-card p{color:var(--text-60);line-height:1.7;max-width:360px}.politica-page{min-height:100vh;background:var(--navy-900)}.politica-page h1{font-family:var(--font-display);font-size:2rem}.politica-page h2{font-size:1.15rem;font-weight:700;color:var(--white);margin:1.75rem 0 .5rem}.politica-page p{color:var(--text-60);margin-bottom:1rem;line-height:1.75}@keyframes spin{to{transform:rotate(360deg)}}@keyframes loadingFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes logoPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}@keyframes heroZoom{0%{transform:scale(1.04)}to{transform:scale(1)}}@keyframes scrollLine{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.3;transform:scaleY(.5)}}@keyframes marqueeLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width: 1024px){.pillar-grid,.steps{grid-template-columns:repeat(2,1fr)}.step-line{display:none}.cta-wrap{grid-template-columns:1fr;gap:3rem}.cta-img-wrap{aspect-ratio:16/7}.team-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.faq-wrap{grid-template-columns:1fr;gap:2.5rem}.faq-left{position:static}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.section{padding:4rem 0}.servico-list{grid-template-columns:1fr}.servico-row:nth-child(2n){border-right:1px solid var(--border-lt)}.servico-row:nth-last-child(-n+2){border-bottom:1px solid var(--border-lt)}.servico-row:last-child{border-bottom:none}.oq-split{grid-template-columns:1fr;gap:2rem}.sobre-values{grid-template-columns:1fr}.value-item+.value-item{border-left:none;border-top:1px solid var(--border-lt)}.team-grid{grid-template-columns:repeat(2,1fr)}.hero-stats{gap:1.5rem}}@media (max-width: 540px){.pillar-grid,.steps{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.form-card{padding:1.75rem 1.25rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}
