:root{--azul: #232120;--azul-claro: #3b3733;--azul-escuro: #161413;--acento: #b89b5e;--acento-escuro: #9a8049;--acento-claro: #f2ecdd;--texto: #21201e;--texto-suave: #5d5a54;--fundo: #ffffff;--fundo-suave: #f8f6f1;--fundo-azul: #161413;--borda: #e8e3d8;--verde-wpp: #25d366;--radius: 14px;--radius-sm: 10px;--container: 74rem;--sombra: 0 4px 20px rgba(35, 33, 32, .08);--sombra-forte: 0 10px 34px rgba(35, 33, 32, .15);--fonte: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--fonte-serif: "Cinzel", Georgia, "Times New Roman", serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--fonte);color:var(--texto);background:var(--fundo);line-height:1.7;font-size:1.05rem;-webkit-font-smoothing:antialiased}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1.2rem}h1,h2,h3,h4{line-height:1.2;color:var(--azul);font-weight:800;letter-spacing:-.01em}h1{font-size:clamp(1.9rem,5.5vw,3rem);margin-bottom:.7rem}h2{font-size:clamp(1.5rem,4vw,2.1rem);margin:2.2rem 0 .9rem}h3{font-size:1.22rem;margin:1.4rem 0 .5rem;font-weight:700}p{margin-bottom:1rem}a{color:var(--azul-claro);text-decoration-thickness:1px;text-underline-offset:2px}ul,ol{margin:0 0 1rem 1.2rem}li{margin-bottom:.4rem}img{max-width:100%;height:auto;display:block}.eyebrow{font-family:var(--fonte-serif);text-transform:uppercase;letter-spacing:.12em;font-size:.82rem;font-weight:600;color:var(--acento-escuro)}.lead{font-size:1.18rem;color:var(--texto-suave)}.section-suave{background:var(--fundo-suave)}section{padding-block:2rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.62rem 1.15rem;border-radius:10px;font-weight:700;text-decoration:none;font-size:.92rem;transition:transform .12s ease,background-color .15s ease,box-shadow .15s ease;border:0;cursor:pointer;line-height:1.2}.btn:hover{transform:translateY(-1px)}.btn-wpp{background:var(--verde-wpp);color:#fff;box-shadow:0 4px 12px #25d36647}.btn-wpp:hover{background:#1eb858}.btn-primary{background:var(--acento);color:#fff;box-shadow:0 4px 12px #b89b5e52}.btn-primary:hover{background:var(--acento-escuro)}.btn-ghost{background:transparent;color:var(--azul);border:1.5px solid var(--borda)}.btn-ghost:hover{border-color:var(--acento)}.site-header{position:sticky;top:0;z-index:50;background:#fffc;backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--borda);transition:box-shadow .3s ease,background .3s ease}.site-header.scrolled{box-shadow:0 6px 24px #10324f21;background:#fffffff2}.site-header .bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:4.7rem;transition:height .3s ease}.site-header.scrolled .bar{height:3.9rem}.brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;white-space:nowrap}.brand-mark{color:var(--acento);font-size:1.75rem;line-height:1;transition:font-size .3s ease}.brand-text{font-family:var(--fonte-serif);font-weight:700;color:var(--azul);font-size:1.06rem;letter-spacing:.05em;line-height:1;display:flex;flex-direction:column}.brand-text small{font-size:.56rem;letter-spacing:.34em;color:var(--acento-escuro);font-weight:600;margin-top:3px}.site-header.scrolled .brand-mark{font-size:1.5rem}.nav{display:none;align-items:center;gap:.15rem;flex:1;justify-content:center}.nav-link,.nav-trigger{display:inline-flex;align-items:center;gap:4px;font-weight:600;font-size:.9rem;color:var(--texto);padding:.5rem .6rem;border-radius:8px;background:transparent;border:0;cursor:pointer;text-decoration:none;white-space:nowrap;transition:color .15s,background .15s}.nav-link:hover,.nav-trigger:hover,.has-drop:hover .nav-trigger,.has-drop:focus-within .nav-trigger{color:var(--acento-escuro);background:var(--acento-claro)}.caret{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s}.has-drop:hover .caret,.has-drop:focus-within .caret{transform:rotate(180deg)}.has-drop{position:relative}.drop-panel{position:absolute;top:100%;left:0;padding-top:10px;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s,transform .2s,visibility .2s;z-index:60}.has-drop:hover .drop-panel,.has-drop:focus-within .drop-panel{opacity:1;visibility:visible;transform:translateY(0)}.drop-card{background:#fff;border:1px solid var(--borda);border-radius:14px;box-shadow:var(--sombra-forte);padding:1.1rem}.drop-card.mega{display:grid;grid-template-columns:1fr 1fr;gap:.2rem 1.4rem;width:560px}.drop-col-title{font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--acento-escuro);padding:0 .6rem;margin-bottom:.3rem}.drop-sub{display:block;font-size:.89rem;font-weight:500;color:var(--texto);padding:.42rem .6rem;border-radius:8px;text-decoration:none}.drop-sub:hover{background:var(--fundo-suave);color:var(--acento-escuro)}.drop-footer{display:block;text-align:center;font-weight:700;font-size:.82rem;color:var(--acento-escuro);padding:.6rem;margin-top:8px;background:#fff;border:1px solid var(--borda);border-radius:12px;text-decoration:none;grid-column:1 / -1}.drop-footer:hover{background:var(--acento-claro)}.btn-wpp-header{display:none;align-items:center;gap:.45rem;background:var(--acento);color:#fff;font-weight:700;font-size:.85rem;padding:.5rem 1rem;border-radius:10px;text-decoration:none;white-space:nowrap;box-shadow:0 4px 12px #b89b5e4d;transition:background .15s,transform .12s}.btn-wpp-header:hover{background:var(--acento-escuro);transform:translateY(-1px)}.btn-wpp-header svg{width:17px;height:17px;fill:currentColor}.menu-toggle{background:none;border:1px solid var(--borda);border-radius:10px;padding:.5rem .65rem;font-size:1.15rem;cursor:pointer;line-height:1}.nav-mobile{display:none;flex-direction:column;padding-bottom:.9rem}.nav-mobile.open{display:flex}.nav-mobile>a,.nav-mobile summary{padding:.85rem .3rem;text-decoration:none;color:var(--texto);font-weight:700;border-bottom:1px solid var(--borda)}.nav-mobile details summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none}.nav-mobile details summary::-webkit-details-marker{display:none}.nav-mobile details[open] summary .caret{transform:rotate(180deg)}.nav-mobile details .sub{display:block;padding:.55rem .9rem;color:var(--texto-suave);font-weight:500;font-size:.92rem;text-decoration:none}.nav-mobile .btn{margin-top:.8rem;justify-content:center}@media(min-width:980px){.nav{display:flex}.btn-wpp-header{display:inline-flex}.menu-toggle{display:none}.nav-mobile{display:none!important}}.hero-metrics{position:relative;z-index:1;margin-top:2.4rem;border-top:1px solid rgba(255,255,255,.14);background:#040a129e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-metrics .row{display:grid;grid-template-columns:repeat(2,1fr);max-width:80rem;margin-inline:auto}@media(min-width:760px){.hero-metrics .row{grid-template-columns:repeat(4,1fr)}}.hero-metrics .cell{text-align:center;padding:.6rem .8rem .65rem}.hero-metrics .cell:not(:last-child){border-right:1px solid rgba(255,255,255,.1)}@media(max-width:759px){.hero-metrics .cell:nth-child(2n){border-right:0}.hero-metrics .cell:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}}.hero-metrics .num{font-size:clamp(1.4rem,2.6vw,1.85rem);font-weight:800;color:#fff;line-height:1;letter-spacing:-.02em}.hero-metrics .num .sfx{color:var(--acento)}.hero-metrics .lbl{color:#fffc;font-size:.75rem;margin-top:.3rem;font-weight:600}.hero-metrics .sub{color:#ffffff73;font-size:.64rem;margin-top:.12rem}.hero{position:relative;color:#fff;padding-block:3.4rem 0;overflow:hidden;background-color:var(--azul-escuro);background-image:linear-gradient(95deg,#141211f5,#141211e6 40%,#14121173 66%,#1412112e),url(/images/hero.webp);background-size:cover;background-position:center;min-height:460px}@media(max-width:760px){.hero{background-image:linear-gradient(to bottom,#141211e6,#141211d6),url(/images/hero.webp)}}.hero:after{content:"";position:absolute;right:-120px;top:-120px;width:380px;height:380px;background:radial-gradient(circle,rgba(184,155,94,.32),transparent 65%);border-radius:50%}.hero .container{position:relative;z-index:1}.hero h1{color:#fff;max-width:22ch;font-size:clamp(1.5rem,3.3vw,2.25rem)}.hero p{color:#e8f0f7;font-size:1.18rem;max-width:46ch}.hero .eyebrow{color:#cdb27a;font-size:.72rem}.hero h1 .hl{color:var(--acento)}.hero-desc{color:#e7ddcb;font-size:1rem;max-width:52ch}.hero .actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}.hero-trust{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .8rem;margin-top:1.5rem;color:#d8cdb6;font-size:.92rem}.hero-trust b{color:#fff;font-weight:700}.hero-trust .star{color:#ffc107}.hero-trust .dot{color:#ffffff4d}.hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.hero-content{min-width:0}.hero-photo{display:none}@media(min-width:980px){.hero-grid{grid-template-columns:1.25fr .85fr}.hero-photo{display:block}}.hero-photo img{width:100%;max-height:440px;object-fit:cover;object-position:center 16%;border-radius:16px;box-shadow:0 18px 44px #0000006b;border:1px solid rgba(255,255,255,.14)}.trust-bar{background:var(--azul-escuro);color:#dfe9f2}.trust-bar .container{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding-block:1.1rem}.trust-bar .item{display:flex;gap:.6rem;align-items:center;font-weight:600;font-size:.95rem}.trust-bar .item b{color:#fff}.trust-bar .ic{color:var(--acento);font-size:1.2rem;line-height:1}@media(min-width:760px){.trust-bar .container{grid-template-columns:repeat(4,1fr)}}.section-head{text-align:center;max-width:46rem;margin:0 auto 1.6rem}.section-head p{color:var(--texto-suave)}.grid{display:grid;gap:1.1rem;grid-template-columns:1fr}@media(min-width:700px){.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}}.card{border:1px solid var(--borda);border-radius:var(--radius);padding:1.3rem 1.4rem;background:#fff;box-shadow:var(--sombra);transition:transform .14s ease,box-shadow .14s ease}.card:hover{transform:translateY(-3px);box-shadow:var(--sombra-forte)}.card h3{margin-top:0}.card a{font-weight:700;text-decoration:none}.card .ic{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:var(--acento-claro);color:var(--acento-escuro);font-size:1.4rem;margin-bottom:.7rem}.area-card{padding:0;overflow:hidden}.area-img{aspect-ratio:16 / 9;background:var(--borda);overflow:hidden}.area-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.area-card:hover .area-img img{transform:scale(1.05)}.area-body{padding:1.2rem 1.35rem}.area-body h3{margin-top:0}.steps{counter-reset:step;display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:760px){.steps{grid-template-columns:repeat(4,1fr)}}.step{background:#fff;border:1px solid var(--borda);border-radius:var(--radius);padding:1.3rem 1.2rem;position:relative}.step:before{counter-increment:step;content:counter(step);display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--azul);color:#fff;font-weight:800;margin-bottom:.6rem}.step h3{margin:0 0 .3rem;font-size:1.05rem}.step p{margin:0;color:var(--texto-suave);font-size:.96rem}.founder{background:var(--fundo-suave)}.founder .wrap{display:grid;gap:1.5rem;grid-template-columns:1fr;align-items:center}@media(min-width:820px){.founder .wrap{grid-template-columns:1fr 1.4fr}}.founder .photo{aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden;box-shadow:var(--sombra-forte);background:var(--borda);max-width:360px}.founder .photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.badge{display:inline-flex;gap:.4rem;align-items:center;background:var(--acento-claro);color:var(--acento-escuro);font-weight:700;font-size:.85rem;padding:.3rem .7rem;border-radius:50px}.cta-final{background:linear-gradient(155deg,var(--azul) 0%,var(--azul-escuro) 100%);color:#fff;text-align:center;border-radius:var(--radius);padding:2.2rem 1.4rem}.cta-final h2{color:#fff}.cta-final p{color:#dbe6f0;max-width:40ch;margin-inline:auto}.prose{max-width:46rem}.prose h2{padding-top:.3rem}.prose table{width:100%;border-collapse:collapse;margin:1.2rem 0;font-size:.98rem;box-shadow:var(--sombra);border-radius:var(--radius-sm);overflow:hidden}.prose th,.prose td{border-bottom:1px solid var(--borda);padding:.7rem .9rem;text-align:left;vertical-align:top}.prose th{background:var(--azul);color:#fff;font-weight:700}.prose tr:last-child td{border-bottom:0}.prose blockquote{border-left:4px solid var(--acento);padding:.8rem 1.1rem;background:var(--fundo-suave);margin:1.2rem 0;border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--texto-suave)}.disclaimer{font-size:.85rem;color:var(--texto-suave);background:var(--fundo-suave);border-radius:var(--radius-sm);padding:1rem 1.1rem;margin-top:1.6rem;border:1px solid var(--borda)}.site-footer{background:var(--azul-escuro);color:#ffffff9e;margin-top:3rem;padding-top:3.2rem;font-size:.95rem}.site-footer a{color:#ffffffa8;text-decoration:none;transition:color .15s}.site-footer a:hover{color:var(--acento)}.ft-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding-bottom:1.8rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2.4rem}.ft-brand .brand-text{color:#fff}.ft-brand .brand-mark{color:var(--acento)}.ft-tagline{color:#ffffff80;font-size:.9rem;line-height:1.6;max-width:22rem;margin-top:.8rem}.ft-social{display:flex;gap:.55rem}.ft-social a{width:40px;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;display:inline-flex;align-items:center;justify-content:center;color:#fff9}.ft-social a:hover{border-color:var(--acento);background:#b89b5e1f;color:var(--acento)}.ft-social svg{width:18px;height:18px}.ft-grid{display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2.2rem}@media(min-width:520px){.ft-grid{grid-template-columns:1fr 1fr}}@media(min-width:820px){.ft-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1080px){.ft-grid{grid-template-columns:repeat(5,1fr)}}.ft-col{display:flex;flex-direction:column;gap:.6rem}.ft-col-title{font-family:var(--fonte-serif);font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--acento);margin-bottom:.5rem}.ft-col a{font-size:.87rem;line-height:1.35}.ft-mais{color:#ffffffd1!important;font-weight:600;margin-top:.2rem}.ft-contact{margin-top:1.1rem;display:flex;flex-direction:column;gap:.5rem}.ft-contact p{font-size:.84rem;color:#fff9;display:flex;gap:.45rem;margin:0;line-height:1.45}.ft-contact .ic{flex-shrink:0}.ft-disclaimer{font-size:.78rem;color:#ffffff6b;border-top:1px solid rgba(255,255,255,.08);padding-top:1.3rem;line-height:1.6;margin-bottom:1.4rem}.ft-bottom{background:#0006;border-top:1px solid rgba(255,255,255,.08);padding-block:1.3rem}.ft-bottom .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.ft-bottom span{font-size:.82rem;color:#ffffffb3}.ft-bottom small{font-size:.73rem;color:#ffffff80}.ft-legal-links{display:flex;gap:1.4rem;flex-wrap:wrap}.ft-legal-links a{font-size:.78rem;color:#fff9}.wpp-float{position:fixed;right:1.1rem;bottom:1.1rem;z-index:60;width:56px;height:56px;border-radius:50%;background:var(--verde-wpp);color:#fff;text-decoration:none;box-shadow:0 6px 18px #25d36673;display:inline-flex;align-items:center;justify-content:center}.wpp-float svg{width:30px;height:30px;fill:currentColor;position:relative;z-index:1}.wpp-float:before{content:"";position:absolute;inset:0;border-radius:50%;background:var(--verde-wpp);z-index:0;animation:wpp-pulse 1.8s ease-out infinite}.wpp-float:hover{background:#1eb858}@keyframes wpp-pulse{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.75);opacity:0}to{transform:scale(1.75);opacity:0}}@media(prefers-reduced-motion:reduce){.wpp-float:before{animation:none}}
