@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin-var-20260918.woff2) format("woff2")}:root{color-scheme:light;--bg:#f4f1e9;--surface:#fffdf8;--surface-2:#ebe7de;--text:#17191b;--muted:#62666b;--line:#d7d1c6;--line-strong:#aaa194;--accent:#d96f58;--shadow:0 18px 60px rgba(28,24,18,.07)}:root[data-tema="escuro"]{color-scheme:dark;--bg:#17191b;--surface:#202327;--surface-2:#292d31;--text:#f6f2e9;--muted:#b9b3aa;--line:#3a3e43;--line-strong:#686d73;--accent:#ef8b72;--shadow:none}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.topline{height:4px;background:var(--accent)}.header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand img{width:auto;height:42px}.brand .dark{display:none}:root[data-tema="escuro"] .brand .light{display:none}:root[data-tema="escuro"] .brand .dark{display:block}.nav{display:flex;align-items:center;gap:26px}.nav a{text-decoration:none;color:var(--muted);font-size:14px;font-weight:700}.nav a:hover{color:var(--text)}.header-actions{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid var(--line-strong);border-radius:999px;text-decoration:none;font-weight:750;font-size:14px;background:var(--surface);color:var(--text);transition:transform .18s ease,border-color .18s ease}.btn:hover{transform:translateY(-1px);border-color:var(--text)}.btn.primary{background:var(--text);color:var(--bg);border-color:var(--text)}.btn.accent{background:var(--accent);color:#fff;border-color:var(--accent)}.btn.ghost{background:transparent}.theme{width:46px;padding:0;cursor:pointer}.hero{padding:76px 0 72px;border-bottom:1px solid var(--line)}.eyebrow{margin:0 0 18px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:var(--accent)}.hero h1,.detail-hero h1{max-width:950px;margin:0;font-size:clamp(48px,7vw,88px);line-height:.98;letter-spacing:-.055em;font-weight:780}.hero .lede,.detail-hero .lead{max-width:760px;margin:28px 0 0;font-size:clamp(18px,2.2vw,24px);line-height:1.48;color:var(--muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.signal-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:54px}.signal{background:var(--surface);padding:18px 20px}.signal strong{display:block;font-size:13px}.signal span{display:block;color:var(--muted);font-size:13px;margin-top:2px}.section{padding:92px 0;border-bottom:1px solid var(--line)}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:42px}.section-head h2{margin:0;font-size:clamp(34px,4vw,56px);letter-spacing:-.045em;line-height:1}.section-head p{margin:0;color:var(--muted);font-size:18px;max-width:600px}.product-list{display:grid;gap:18px}.product[id],.small-card[id]{scroll-margin-top:24px}.product-copy,.product-visual,.small-card,.detail-box{min-width:0;overflow-wrap:anywhere}.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:36px;padding:38px;border:1px solid var(--line);border-radius:26px;background:var(--surface);box-shadow:var(--shadow)}.product:nth-child(even) .product-copy{order:2}.product:nth-child(even) .product-visual{order:1}.product-kicker{display:flex;align-items:center;gap:10px;margin-bottom:24px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.dot{width:9px;height:9px;border-radius:50%;background:var(--accent)}.product h3{font-size:clamp(30px,4vw,46px);line-height:1.03;letter-spacing:-.04em;margin:0}.product .headline{font-size:20px;line-height:1.38;margin:16px 0 0}.product .desc{color:var(--muted);margin:14px 0 0}.features{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.pill{border:1px solid var(--line);border-radius:999px;padding:7px 11px;color:var(--muted);font-size:12px;font-weight:700}.product-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.text-link{font-weight:800;font-size:14px;text-decoration:none}.text-link:hover{text-decoration:underline}.product-visual{display:flex;align-items:center;justify-content:center;align-self:center;min-width:0;border-radius:20px;overflow:hidden;background:var(--surface-2)}.product-visual img{display:block;width:100%;height:auto;object-fit:contain}.small-card .product-visual{margin-top:24px}.detail-visual{max-width:1100px;margin:44px auto 0}:root[data-tema="escuro"] .product-visual{background:#f7f5ef}.cta-panel{display:grid;grid-template-columns:1.3fr .7fr;gap:30px;align-items:center;padding:44px;border-radius:28px;background:var(--text);color:var(--bg)}.cta-panel h2{font-size:clamp(34px,4vw,56px);line-height:1;letter-spacing:-.045em;margin:0}.cta-panel p{margin:16px 0 0;opacity:.74}.cta-panel .cta-actions{display:flex;justify-content:flex-end}.cta-panel .btn{background:var(--bg);color:var(--text);border-color:var(--bg)}.small-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.small-card,.detail-box{padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--surface)}.small-card .label{font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:var(--accent)}.small-card h3{font-size:28px;line-height:1.1;letter-spacing:-.035em;margin:14px 0 0}.small-card p,.detail-box p,.detail-box li{color:var(--muted)}.footer{padding:42px 0 54px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end}.footer p{margin:0;color:var(--muted);font-size:14px}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer a{text-decoration:none;color:var(--muted);font-size:14px}.detail-hero{padding:74px 0 64px;border-bottom:1px solid var(--line)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:44px}.detail-box h2{margin-top:0}.back{display:inline-block;margin-bottom:28px;color:var(--muted);font-weight:700;text-decoration:none}@media(max-width:900px){.nav{display:none}.product,.section-head,.cta-panel,.detail-grid{grid-template-columns:1fr}.product:nth-child(even) .product-copy,.product:nth-child(even) .product-visual{order:initial}.cta-panel .cta-actions{justify-content:flex-start}.signal-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.wrap{width:min(100% - 28px,1180px)}.header{padding:18px 0}.brand img{height:34px}.header-actions>.btn.primary{display:none}.hero{padding:50px 0}.hero h1,.detail-hero h1{font-size:44px}.section{padding:64px 0}.product{padding:24px;grid-template-columns:1fr}.small-grid,.signal-row,.footer{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}