:root{--bg:#f6f9fb;--surface:#fff;--fg:#0e171e;--muted:#5a656d;--border:#dbdfe2;--accent:#00896a;--accent-ink:#00765a;--accent-strong:#007054;--accent-deep:#005740;--accent-soft:#e5f6f0;--accent-tint:#cff1e4;--success:#287c42;--shadow-sm:0 1px 2px #0e171e0d;--shadow-md:0 12px 32px -12px #0e171e29;--shadow-lg:0 24px 56px -20px #0e171e38;--radius-lg:20px;--radius-md:16px;--radius-sm:12px;--font-display:"Plus Jakarta Sans", "Söhne", "Avenir Next", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-body:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", system-ui, sans-serif;--container:1120px}@supports (color:lab(0% 0 0)){:root{--bg:lab(97.6866% -.659496 -1.32245);--surface:lab(100% 0 0);--fg:lab(7.23336% -2.52666 -6.34827);--muted:lab(42.0221% -2.81966 -5.87384);--border:lab(88.4097% -.985354 -1.98137);--accent:lab(50.5385% -42.2291 7.66394);--accent-ink:lab(43.5766% -42.5584 7.67986);--accent-strong:lab(41.2559% -42.6919 7.68613);--accent-deep:lab(31.9724% -43.4109 7.71842);--accent-soft:lab(95.6255% -6.70877 1.25918);--accent-tint:lab(92.4104% -13.4811 2.52228);--success:lab(45.828% -36.2628 23.944);--shadow-sm:0 1px 2px lab(7.23336% -2.52666 -6.34827/.05);--shadow-md:0 12px 32px -12px lab(7.23336% -2.52666 -6.34827/.16);--shadow-lg:0 24px 56px -20px lab(7.23336% -2.52666 -6.34827/.22)}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}[id]{scroll-margin-top:88px}body{font-family:var(--font-body);color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:17px;line-height:1.6}::selection{background:var(--accent-tint);color:var(--fg)}:focus-visible{outline:3px solid var(--accent-ink);outline-offset:2px;border-radius:6px}img,svg{max-width:100%;display:block}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:24px}h1,h2,h3,h4{font-family:var(--font-display);color:var(--fg);text-wrap:balance;margin:0;font-weight:700}h1{letter-spacing:-.02em;font-size:clamp(38px,5vw,58px);font-weight:800;line-height:1.08}h2{letter-spacing:-.015em;font-size:clamp(26px,3.2vw,34px);line-height:1.16}h3{letter-spacing:-.01em;font-size:20px;line-height:1.3}p{margin:0}.lede{color:var(--muted);max-width:62ch;font-size:18px;line-height:1.6}.lede-short{display:none}.eyebrow{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--accent-ink);align-items:center;gap:8px;margin-bottom:16px;font-size:13px;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--accent);border-radius:2px;width:18px;height:2px}.section{padding-block:clamp(64px,9vw,104px)}.section-head{max-width:640px;margin-bottom:clamp(40px,6vw,64px)}.btn{border-radius:var(--radius-sm);min-height:48px;font-family:var(--font-display);letter-spacing:.01em;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;padding:12px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:background-color .18s,border-color .18s,box-shadow .18s,transform .18s,color .18s;display:inline-flex}.btn svg{width:18px;height:18px}.btn-primary{background:var(--accent-strong);color:var(--surface);box-shadow:0 10px 24px -10px #0070548c;box-shadow:0 10px 24px -10px lab(41.2559% -42.6919 7.68613/.55)}.btn-primary:hover{background:var(--accent-deep);transform:translateY(-1px);box-shadow:0 14px 28px -10px #0057408c;box-shadow:0 14px 28px -10px lab(31.9724% -43.4109 7.71842/.55)}.btn-ghost{color:var(--fg);border-color:var(--border);background:0 0}.btn-ghost:hover{background:var(--surface);box-shadow:var(--shadow-sm);border-color:#b9c6d0;border-color:lab(79.1476% -3.19371 -6.55592)}.btn-whatsapp{background:var(--accent-strong);color:var(--surface)}.btn-whatsapp:hover{background:var(--accent-deep);transform:translateY(-1px)}.site-header{z-index:50;background:color-mix(in oklch, var(--bg) 82%, transparent);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid #0000;transition:border-color .2s,box-shadow .2s;position:sticky;top:0}.site-header.scrolled{border-bottom-color:var(--border);box-shadow:var(--shadow-sm)}.nav{align-items:center;gap:32px;height:72px;display:flex}.brand{font-family:var(--font-display);letter-spacing:-.02em;color:var(--fg);align-items:baseline;font-size:22px;font-weight:800;text-decoration:none;display:inline-flex}.brand .dot{color:var(--accent-strong)}.brand .tld{color:var(--muted);font-weight:600}.nav-links{align-items:center;gap:4px;margin-left:auto;display:flex}.nav-links a{color:var(--fg);border-radius:8px;padding:8px 12px;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .16s,color .16s}.nav-links a:hover{background:var(--accent-soft);color:var(--fg)}.nav-cta{min-height:44px;margin-left:12px;padding:10px 18px;font-size:15px}.nav-toggle{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-left:auto;display:none}.nav-toggle svg{width:22px;height:22px}.mobile-menu{border-top:1px solid var(--border);background:var(--bg);flex-direction:column;gap:4px;padding:12px 24px 20px;display:none}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--fg);border-radius:10px;padding:12px 8px;font-size:16px;font-weight:500;text-decoration:none}.mobile-menu a:hover{background:var(--surface)}.mobile-menu .btn{justify-content:center;margin-top:8px}.hero{padding-block:clamp(56px,8vw,96px) clamp(40px,6vw,72px);overflow:hidden}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(32px,5vw,72px);display:grid}.hero-title{max-width:15ch;margin-block:20px}.hero-actions{flex-wrap:wrap;align-items:center;gap:20px;margin-top:28px;display:flex}.link-scroll{font-family:var(--font-display);color:var(--fg);align-items:center;gap:8px;padding:8px 4px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.link-scroll svg{width:18px;height:18px;transition:transform .2s}.link-scroll:hover svg{transform:translateY(3px)}.link-scroll:hover{text-underline-offset:3px;text-decoration:underline}.trust-list{border-top:1px solid var(--border);flex-wrap:wrap;gap:12px 28px;margin-top:40px;padding-top:24px;display:flex}.trust-item{color:var(--fg);align-items:center;gap:10px;font-size:14.5px;font-weight:500;display:inline-flex}.trust-item svg{width:20px;height:20px;color:var(--success);flex:none}.hero-visual{position:relative}.illustration-panel{border-radius:var(--radius-lg);background:radial-gradient(120% 90% at 85% -10%, #bee9d9e6, transparent 55%), linear-gradient(180deg, var(--accent-soft), var(--accent-tint));box-shadow:var(--shadow-md);border:1px solid #c5ded4b3;border:1px solid lab(86.478% -10.0914 1.89052/.7);position:relative;overflow:hidden}@supports (color:lab(0% 0 0)){.illustration-panel{background:radial-gradient(120% 90% at 85% -10%, lab(89.0626% -16.8977 3.1556/.9), transparent 55%), linear-gradient(180deg, var(--accent-soft), var(--accent-tint))}}.panel-chip{z-index:2;background:color-mix(in oklch, var(--surface) 86%, transparent);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border);box-shadow:var(--shadow-sm);color:var(--fg);border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:600;display:inline-flex;position:absolute;top:20px;left:20px}.panel-chip svg{width:16px;height:16px;color:var(--accent-ink)}.panel-note{z-index:2;border-radius:var(--radius-sm);background:color-mix(in oklch, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border);box-shadow:var(--shadow-sm);color:var(--fg);align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:600;display:inline-flex;position:absolute;bottom:20px;left:20px}.panel-note svg{width:16px;height:16px;color:var(--success)}.illustration-hero svg{width:100%;height:auto}.services-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:12px;padding:28px 24px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative}.service-card:hover{box-shadow:var(--shadow-md);border-color:#b2d3c6;border-color:lab(81.9703% -13.4947 2.52309);transform:translateY(-3px)}.service-icon{background:var(--accent-soft);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.service-icon svg{width:24px;height:24px;color:var(--fg)}.service-card p{color:var(--muted);flex:1;font-size:15px;line-height:1.55}.card-link{color:var(--accent-ink);align-items:center;gap:6px;margin-top:4px;font-size:14.5px;font-weight:600;text-decoration:none;display:inline-flex}.card-link svg{width:15px;height:15px;transition:transform .18s}.card-link:hover svg{transform:translate(3px)}.card-link:hover{color:var(--accent-deep);text-underline-offset:3px;text-decoration:underline}.service-body{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.process-section{background:var(--surface);border-block:1px solid var(--border)}.process-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.process-grid:before{content:"";background-image:linear-gradient(90deg,#b2d3c699 0 10px,#0000 10px 18px);background-image:linear-gradient(90deg,lab(81.9703% -13.4947 2.52309/.6) 0 10px,#0000 10px 18px);background-repeat:repeat-x;background-size:18px 2px;height:2px;position:absolute;top:32px;left:8%;right:8%}.step{padding-top:8px;position:relative}.step-num{z-index:1;background:var(--surface);border:2px solid var(--accent);width:64px;height:64px;font-family:var(--font-display);color:var(--accent-ink);box-shadow:var(--shadow-sm);border-radius:20px;justify-content:center;align-items:center;margin-bottom:20px;font-size:20px;font-weight:800;display:flex;position:relative}.step h3{margin-bottom:8px}.step p{color:var(--muted);font-size:15px;line-height:1.55}.step-tag{letter-spacing:.02em;color:var(--muted);align-items:center;gap:6px;margin-bottom:10px;font-size:12.5px;font-weight:600;display:inline-flex}.step-tag svg{width:15px;height:15px;color:var(--fg)}.corp-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:clamp(32px,5vw,72px);display:grid}.corp-copy .lede{margin-bottom:28px}.corp-list{gap:14px;margin:0 0 32px;padding:0;list-style:none;display:grid}.corp-list li{align-items:flex-start;gap:12px;font-size:16px;font-weight:500;display:flex}.corp-list svg{width:22px;height:22px;color:var(--success);flex:none;margin-top:2px}.corp-visual .illustration-panel{background:var(--surface);border-color:var(--border)}.corp-badge{z-index:2;background:var(--accent-strong);color:var(--surface);letter-spacing:.06em;text-transform:uppercase;box-shadow:var(--shadow-sm);border-radius:999px;padding:8px 14px;font-size:12.5px;font-weight:700;position:absolute;top:20px;right:20px}.faq-list{max-width:720px;margin-inline:auto}.faq-item{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);margin-bottom:12px;overflow:hidden}.faq-q{cursor:pointer;text-align:left;width:100%;font-family:var(--font-display);color:var(--fg);letter-spacing:-.005em;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:17px;font-weight:600;display:flex}.faq-q:hover{background:var(--bg)}.faq-chevron{width:22px;height:22px;color:var(--accent-ink);flex:none;transition:transform .25s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-a{max-height:0;padding-inline:24px;transition:max-height .28s,padding .28s;overflow:hidden}.faq-item.open .faq-a{max-height:320px;padding-block:0 22px}.faq-a p{color:var(--muted);font-size:15.5px;line-height:1.6}.cta-panel{background:radial-gradient(120% 120% at 100% 0%, #bee9d9d9, transparent 55%), linear-gradient(180deg, var(--accent-soft), var(--accent-tint));text-align:center;border:1px solid #c5ded4b3;border:1px solid lab(86.478% -10.0914 1.89052/.7);border-radius:24px;padding:clamp(40px,6vw,64px);position:relative;overflow:hidden}@supports (color:lab(0% 0 0)){.cta-panel{background:radial-gradient(120% 120% at 100% 0%, lab(89.0626% -16.8977 3.1556/.85), transparent 55%), linear-gradient(180deg, var(--accent-soft), var(--accent-tint))}}.cta-panel .section-head{margin-inline:auto;margin-bottom:0}.cta-panel h2{max-width:22ch;margin-inline:auto}.cta-panel .lede{margin:20px auto 32px}.cta-actions{flex-direction:column;align-items:center;gap:18px;display:flex}.wa-number{font-family:var(--font-display);color:var(--fg);letter-spacing:.01em;align-items:center;gap:10px;font-size:18px;font-weight:700;display:inline-flex}.wa-number svg{width:20px;height:20px;color:var(--accent-ink)}.wa-placeholder-note{color:var(--muted);font-size:13px}.site-footer{border-top:1px solid var(--border);background:var(--surface);padding-block:56px 40px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:32px;padding-bottom:40px;display:grid}.footer-brand .brand{margin-bottom:12px;font-size:20px}.footer-brand p{color:var(--muted);max-width:32ch;font-size:14.5px}.footer-col h4{letter-spacing:.08em;text-transform:uppercase;color:var(--fg);margin-bottom:14px;font-size:13px;font-weight:700}.footer-col ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.footer-col a{color:var(--muted);font-size:14.5px;text-decoration:none}.footer-col a:hover{color:var(--accent-ink)}.footer-contact{color:var(--muted);gap:10px;font-size:14.5px;display:grid}.footer-contact .strong{color:var(--fg);font-weight:600}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:24px;font-size:13.5px;display:flex}.mobile-wa-bar{z-index:40;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));background:color-mix(in oklch, var(--surface) 90%, transparent);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--border);visibility:hidden;transition:transform .3s,visibility 0s .3s;display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%);box-shadow:0 -8px 24px -12px #0e171e33;box-shadow:0 -8px 24px -12px lab(7.23336% -2.52666 -6.34827/.2)}.mobile-wa-bar .btn{width:100%}.mobile-wa-bar.show{visibility:visible;transition:transform .3s;transform:none}html.js .reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(14px)}html.js .reveal.in{opacity:1;transform:none}@media (max-width:960px){.nav-links,.nav-cta{display:none}.nav-toggle{display:inline-flex}.hero-grid{grid-template-columns:1fr;align-items:stretch}.hero-copy{text-align:center;max-width:620px;margin-inline:auto}.hero-title{max-width:100%;margin-inline:auto}.hero-copy .lede{margin-inline:auto}.hero-actions,.trust-list{justify-content:center}.services-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr);gap:28px 24px}.process-grid:before{display:none}.step-num{margin-bottom:14px}.corp-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.container{padding-inline:20px}.section{padding-block:48px}body{font-size:16px}.lede{font-size:16.5px}.section-head{margin-bottom:36px}.eyebrow{margin-bottom:14px;font-size:12px}h2{font-size:clamp(24px,6vw,28px)}h3{font-size:18px}.nav{height:64px}.brand{font-size:20px}.hero{padding-block:32px 40px}.hero-grid{gap:28px}.hero-title{font-size:clamp(30px,8vw,34px)}.lede-full{display:none}.lede-short{display:block}.link-scroll,.panel-note{display:none}.hero-actions{gap:12px;margin-top:24px}.trust-list{display:none}.services-grid{grid-template-columns:1fr}.service-card{flex-direction:row;align-items:flex-start;gap:16px;padding:20px}.service-icon{border-radius:12px;flex:none;width:44px;height:44px}.service-body{gap:8px}.service-card p{font-size:14.5px}.card-link{padding-block:8px;font-size:14px}.process-grid{grid-template-columns:1fr;gap:0}.step{grid-template-columns:48px 1fr;column-gap:16px;padding-bottom:28px;display:grid}.step:last-child{padding-bottom:0}.step-num{border-radius:14px;grid-row:1/span 2;width:48px;height:48px;margin-bottom:0;font-size:17px}.step:before{content:"";background:repeating-linear-gradient(#b2d3c6cc 0 6px,#0000 6px 12px);background:repeating-linear-gradient(lab(81.9703% -13.4947 2.52309/.8) 0 6px,#0000 6px 12px);width:2px;position:absolute;top:54px;bottom:2px;left:23px}.step:last-child:before,.step-tag{display:none}.step h3,.step p{grid-column:2}.step p{font-size:14.5px}.panel-chip,.panel-note{padding:8px 12px;font-size:12px}.corp-list li{font-size:15px}.faq-q{padding:18px 20px;font-size:16px}.faq-a{padding-inline:20px}.faq-a p{font-size:15px}.wa-number{font-size:17px}.cta-panel{border-radius:20px;padding:36px 20px}.mobile-wa-bar{display:block}.site-footer{padding-bottom:calc(120px + env(safe-area-inset-bottom,0px))}.footer-brand p,.footer-col a,.footer-contact{font-size:14px}}@media (max-width:560px){.footer-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn,.hero-actions .link-scroll{justify-content:center}.trust-list{gap:10px 16px}.cta-actions .btn{width:100%}}
