@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root { --ink:#092e2a; --forest:#073f37; --green:#b7f28d; --lime:#d7ff9f; --paper:#f4f1ea; --muted:#6d7772; --line:rgba(9,46,42,.16); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Manrope,Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
.site-header { height:130px; padding:0 5.7vw; display:flex; align-items:center; justify-content:center; border-bottom:1px solid var(--line); background:#213a36; position:relative; z-index:10; }
.brand { display:inline-flex; gap:8px; align-items:center; font-size:1.17rem; font-weight:800; letter-spacing:-.05em; }
.brand img { width:27px; height:27px; object-fit:cover; border-radius:50%; }
.brand-lockup { gap:18px; color:white; letter-spacing:0; }.brand-lockup img { width:98px; height:98px; }.brand-copy { display:flex; flex-direction:column; gap:7px; align-items:flex-start; }.brand-copy strong { font-size:2.75rem; letter-spacing:-.08em; line-height:.84; }.brand-copy small { color:#c7d4cd; font-size:.87rem; font-weight:600; letter-spacing:.01em; }
.button { background:var(--forest); color:white; border-radius:3px; display:inline-flex; gap:18px; align-items:center; padding:16px 20px; font-size:.88rem; font-weight:800; transition:transform .18s ease, background .18s ease; }
.button:hover { transform:translateY(-2px); background:#0a5045; }
.button-small { padding:11px 15px; font-size:.78rem; }
.hero { display:flex; flex-direction:column; align-items:center; padding:50px 10.7vw 36px; border-bottom:1px solid var(--line); overflow:hidden; }
.hero-copy { width:min(100%, 1120px); text-align:center; }.eyebrow,.section-kicker { display:flex; align-items:center; gap:9px; margin:0 0 21px; text-transform:uppercase; font:500 .69rem/1.3 'DM Mono',monospace; letter-spacing:.09em; color:#417169; }
.hero .eyebrow { justify-content:center; }.hero h1 { margin-left:auto; margin-right:auto; }.hero-text { margin-left:auto; margin-right:auto; }.hero-actions { justify-content:center; }.hero .note { text-align:center; }
.eyebrow span { width:8px; height:8px; border-radius:50%; background:#149961; }
h1,h2,h3,p { margin-top:0; }
h1 { max-width:760px; margin-bottom:28px; font-size:clamp(3.15rem,5.1vw,5.7rem); letter-spacing:-.072em; line-height:1.05; }
h1 em { font-style:normal; color:#169b62; }
.hero-text { max-width:535px; color:#254b44; font-size:1.1rem; font-weight:500; line-height:1.7; }
.cta-guide { width:min(100%, 390px); display:flex; align-items:flex-start; justify-content:space-between; margin:5px auto -2px; padding:0 40px; color:#254b44; }.guide-arrow { width:62px; height:62px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.45; }
.hero-actions { margin-top:22px; display:flex; gap:25px; align-items:center; flex-wrap:wrap; }
.text-link { min-height:52px; display:inline-flex; align-items:center; gap:18px; padding:0 20px; border:1px solid #254b44; border-radius:3px; color:#183f38; font-size:.88rem; font-weight:800; transition:background .18s ease, color .18s ease, transform .18s ease; }.text-link:hover { background:#e1eadc; transform:translateY(-2px); }
.note { margin:29px 0 0; color:#254b44; font-size:.75rem; font-weight:500; }
.hero-signal { width:min(100%, 640px); margin-top:58px; background:var(--forest); color:#f5fbf4; padding:19px; border-radius:3px; box-shadow:18px 18px 0 #d9e8d3; position:relative; }
.hero-signal:before { content:""; position:absolute; width:170px; height:170px; right:-82px; top:-90px; border:1px solid rgba(183,242,141,.65); border-radius:50%; }
.signal-top { display:flex; justify-content:space-between; align-items:center; padding:4px 4px 20px; font:500 .68rem 'DM Mono',monospace; color:#b7f28d; letter-spacing:.05em; }
.signal-top i { width:8px; height:8px; border-radius:50%; background:#b7f28d; box-shadow:0 0 0 6px rgba(183,242,141,.12); }
.signal-main { display:grid; grid-template-columns:39px 1fr auto; align-items:center; gap:12px; background:rgba(255,255,255,.1); padding:15px; border-radius:2px; }
.signal-main.muted { background:rgba(255,255,255,.055); }
.signal-icon { width:35px; height:35px; display:grid; place-items:center; border:1px solid rgba(183,242,141,.5); color:#b7f28d; font:500 .65rem 'DM Mono',monospace; }
.signal-main strong { display:block; font-size:.8rem; }.signal-main small { display:block; color:#bccbc4; margin-top:4px; font-size:.65rem; line-height:1.4; }.signal-main b { color:#b7f28d; font:500 .62rem 'DM Mono',monospace; }
.signal-line { height:22px; width:1px; background:rgba(183,242,141,.55); margin-left:32px; }.signal-foot { color:#c3d4cc; padding:20px 5px 3px; font-size:.72rem; }
.friction { padding:30px 10.7vw 70px; }.friction h2,.section-heading h2,.process h2,.final-cta h2 { font-size:clamp(2.25rem,3.9vw,4rem); line-height:1.04; letter-spacing:-.06em; max-width:900px; }
.friction h2 { display:flex; align-items:flex-start; gap:15px; }.title-dot { flex:0 0 auto; width:11px; height:11px; margin-top:.34em; border-radius:50%; background:#149961; }
.friction-grid { margin-top:67px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }
.friction-grid article { min-height:230px; padding:25px 32px 10px 0; border-right:1px solid var(--line); }.friction-grid article+article { padding-left:32px; }.friction-grid article:last-child { border-right:0; }
.friction-grid span { width:32px; height:32px; display:grid; place-items:center; border-radius:50%; background:#149961; color:#f4f1ea; font:500 .66rem 'DM Mono',monospace; }.solution-number { color:#149961; font:500 .7rem 'DM Mono',monospace; }.friction-grid h3 { margin:26px 0 11px; color:#254b44; font-size:1.2rem; letter-spacing:-.04em; }.friction-grid p { color:#254b44; font-size:.87rem; line-height:1.65; }
.solutions { background:#e0eadb; padding:120px 10.7vw; }.section-heading { display:grid; grid-template-columns:1.3fr .7fr; gap:50px; }.section-heading .section-kicker { grid-column:1/-1; margin-bottom:-15px; }.section-heading h2 { margin-bottom:20px; }.section-heading>p:last-child { align-self:end; color:#52635c; line-height:1.7; font-size:.94rem; }
.solution-list { margin-top:65px; border-top:1px solid var(--line); }.solution-list article { display:grid; grid-template-columns:80px 1fr 45px; gap:20px; align-items:center; padding:28px 0; border-bottom:1px solid var(--line); }.solution-list h3 { margin:0 0 7px; font-size:1.34rem; letter-spacing:-.045em; }.solution-list p { margin:0; max-width:580px; color:#53645e; font-size:.88rem; line-height:1.6; }.solution-arrow { width:38px; height:38px; display:grid; place-items:center; border:1px solid var(--ink); border-radius:50%; font-size:1.1rem; }
.process { background:var(--forest); color:#f4f8f1; padding:72px 10.7vw; display:grid; grid-template-columns:.75fr 1.25fr; gap:6vw; }.process .section-kicker { color:#b7f28d; }.process h2 { max-width:390px; margin:0; font-size:clamp(2.35rem,3.2vw,3.5rem); }.process ol { list-style:none; margin:0; padding:0; border-top:1px solid rgba(255,255,255,.22); }.process li { display:grid; grid-template-columns:64px 1fr; gap:15px; padding:21px 0; border-bottom:1px solid rgba(255,255,255,.22); }.process li>span { color:#b7f28d; font:500 .7rem 'DM Mono',monospace; }.process h3 { margin-bottom:6px; font-size:1.08rem; }.process p { margin:0; color:#c7d4cd; line-height:1.55; font-size:.82rem; }
.portfolio { padding:120px 10.7vw; }.portfolio-heading { max-width:660px; }.portfolio-heading h2,.social-proof h2,.faq h2 { margin:0 0 18px; font-size:clamp(2.25rem,3.9vw,4rem); line-height:1.04; letter-spacing:-.06em; }.portfolio-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:34px; }.project-card { min-width:0; }.project-preview { aspect-ratio:1.28; overflow:hidden; border:1px solid var(--line); border-radius:4px; background:var(--paper); }.project-preview img { display:block; width:100%; height:100%; object-fit:contain; }.project-card>div:last-child { padding:18px 1px 0; }.project-card p { margin-bottom:6px; color:#65756e; font:500 .64rem 'DM Mono',monospace; text-transform:uppercase; letter-spacing:.06em; }.project-card h3 { margin:0; font-size:1.17rem; letter-spacing:-.04em; }.project-card a { display:inline-flex; align-items:center; gap:12px; padding-bottom:4px; border-bottom:1px solid #78918a; font-size:.78rem; font-weight:800; }
.social-proof { padding:66px 10.7vw; background:var(--paper); }.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }.testimonial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }.testimonial-card { min-height:286px; display:flex; flex-direction:column; align-items:center; padding:30px 28px; border:1px dashed rgba(7,63,55,.26); border-radius:4px; background:#fffdfa; text-align:center; }.testimonial-avatar { width:54px; height:54px; display:block; overflow:hidden; border-radius:50%; background:#d9e8d3; }.testimonial-avatar img { display:block; width:100%; height:100%; object-fit:cover; object-position:center 25%; }.testimonial-card h3 { margin:14px 0 5px; font-size:1rem; letter-spacing:-.03em; }.testimonial-stars { margin:0; color:#e9b51b; font-size:1.15rem; letter-spacing:4px; }.testimonial-card blockquote { max-width:280px; margin:19px 0 0; color:#254b44; font-size:.84rem; font-style:italic; line-height:1.58; }
.faq { padding:120px 10.7vw; display:grid; grid-template-columns:.8fr 1.2fr; gap:8vw; }.faq h2 { margin:0; }.faq-list { border-top:1px solid var(--line); }.faq details { border-bottom:1px solid var(--line); }.faq summary { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:24px 0; cursor:pointer; list-style:none; font-size:1rem; font-weight:800; }.faq summary::-webkit-details-marker { display:none; }.faq summary:after { content:"+"; color:#149961; font-size:1.45rem; font-weight:400; }.faq details[open] summary:after { content:"-"; }.faq details p { max-width:560px; margin:0 0 24px; color:#52635c; font-size:.88rem; line-height:1.65; }
.final-cta { padding:135px 10.7vw; background:var(--lime); text-align:center; }.final-cta .section-kicker { justify-content:center; color:#306754; }.final-cta h2 { margin:0 auto 22px; max-width:960px; }.final-cta>p:not(.section-kicker) { margin:0 auto 33px; max-width:590px; color:#456259; line-height:1.65; }.button-light { background:var(--forest); }
footer { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:32px 5.7vw; color:#68746e; font-size:.74rem; } footer p { margin:0; }
.whatsapp-float { position:fixed; right:25px; bottom:24px; z-index:20; display:inline-flex; align-items:center; gap:10px; padding:9px 16px 9px 9px; border-radius:999px; background:#0b4b40; color:white; box-shadow:0 12px 28px rgba(7,63,55,.25); font-size:.78rem; font-weight:800; transition:transform .18s ease, box-shadow .18s ease; }
.whatsapp-float:hover { transform:translateY(-3px); box-shadow:0 16px 32px rgba(7,63,55,.33); }.whatsapp-mark { width:28px; height:28px; display:grid; place-items:center; border-radius:50%; background:#25d366; }.whatsapp-mark img { display:block; width:16px; height:16px; }
@media (max-width:800px) { .site-header { padding:0 6vw; height:106px; }.brand-lockup { gap:14px; }.brand-lockup img { width:74px; height:74px; }.brand-copy { gap:6px; }.brand-copy strong { font-size:1.83rem; }.brand-copy small { font-size:.69rem; }.button-small { display:none; }.hero { padding:48px 6vw 83px; min-height:auto; }.friction,.solutions,.process,.portfolio,.social-proof,.faq,.final-cta { padding:83px 6vw; }.friction-grid { grid-template-columns:1fr; }.friction-grid article,.friction-grid article+article { min-height:auto; padding:25px 0; border-right:0; border-bottom:1px solid var(--line); }.friction-grid h3 { margin-top:23px; }.section-heading,.proof-heading,.faq { grid-template-columns:1fr; gap:0; }.section-heading .section-kicker { margin-bottom:20px; }.proof-heading .section-kicker { margin-bottom:20px; }.solution-list { margin-top:45px; }.solution-list article { grid-template-columns:49px 1fr 36px; }.process { grid-template-columns:1fr; gap:46px; }.portfolio-grid,.testimonial-grid { grid-template-columns:1fr; gap:35px; }.portfolio-grid { margin-top:44px; }.project-preview { aspect-ratio:1.5; }.testimonial-card { min-height:200px; }.faq { gap:38px; }.final-cta { text-align:left; }.final-cta .section-kicker { justify-content:flex-start; } footer { align-items:flex-start; flex-direction:column; padding:30px 6vw; } }
@media (max-width:420px) { h1 { font-size:3rem; }.cta-guide { width:250px; margin-top:5px; padding:0 30px; }.guide-arrow { width:50px; height:50px; }.hero-actions { align-items:stretch; flex-direction:column; }.hero-actions .button,.hero-actions .text-link { justify-content:center; }.solution-list article { gap:11px; }.solution-list h3 { font-size:1.12rem; }.solution-arrow { width:31px; height:31px; }.signal-main { grid-template-columns:35px 1fr; }.signal-main b { display:none; } }
@media (max-width:520px) { .whatsapp-float { right:17px; bottom:17px; width:49px; height:49px; justify-content:center; padding:0; }.whatsapp-float>span:last-child { display:none; }.whatsapp-mark { width:34px; height:34px; } }
