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

:root{--ink:#123d32;--muted:#64766e;--lime:#ccf58a;--page:#f4f8f2;--line:#dfe7dc;--white:#fff; font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--page);font-synthesis:none}
*{box-sizing:border-box}
body{margin:0;min-height:100vh;background:radial-gradient(ellipse at 50% 48%,#e6f0df 0,transparent 58%);display:flex;flex-direction:column}
a{color:inherit}a:focus-visible{outline:3px solid #618a39;outline-offset:6px}
.header{width:100%;max-width:1440px;padding:30px 64px;display:flex;align-items:center;justify-content:space-between;margin:auto}
.brand{display:inline-flex;align-items:center;text-decoration:none;font-family:'Manrope',sans-serif;font-size:32px;font-weight:800;letter-spacing:-1.8px;gap:9px}.brand-period{color:#6ca545;margin-left:-8px}.brand-icon{width:33px;height:36px;display:grid;place-items:center}.brand-icon svg{width:32px;fill:none;stroke:var(--ink);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.header-link{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:600;font-size:14px;padding:11px 0;border-bottom:1px solid var(--ink)}.header-link svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.6}.header-link:hover{color:#548334}
main{flex:1;text-align:center;padding:28px 24px 44px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px}.eyebrow span{height:6px;width:6px;background:#689943;border-radius:50%}
h1{font-family:'Manrope',sans-serif;font-weight:500;font-size:clamp(36px,4.3vw,57px);line-height:1.19;letter-spacing:-1.8px;margin:22px 0 17px}h1 em{font-family:Georgia,serif;font-weight:400;letter-spacing:-1.5px;color:#567b40}.intro{font-size:16px;color:var(--muted);margin:0 0 34px}
.chat-card{max-width:460px;margin:auto;border:1px solid #dbe5d5;background:var(--white);border-radius:23px;overflow:hidden;box-shadow:0 18px 46px -24px #355f3530;text-align:center}.card-cover{height:84px;background:var(--ink);color:var(--lime);display:flex;align-items:flex-start;justify-content:space-between;padding:21px 25px;position:relative}.card-cover>span:first-child{font-size:10px;letter-spacing:2px;font-weight:600}.cover-spark{font-size:44px;line-height:1;margin-top:-3px;font-family:Arial,sans-serif}.card-content{padding:0 34px 25px;position:relative}.avatar{width:82px;height:82px;border:6px solid white;border-radius:26px;background:var(--lime);margin:-39px auto 20px;position:relative;display:grid;place-items:center}.avatar>svg{width:44px;fill:none;stroke:var(--ink);stroke-width:2.1;stroke-linejoin:round;stroke-linecap:round}.avatar-badge{position:absolute;right:-7px;bottom:-3px;border:3px solid white;border-radius:50%;width:26px;height:26px;background:var(--ink);display:grid;place-items:center}.avatar-badge svg{width:16px;stroke:var(--lime);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.card-eyebrow{font-size:10px;font-weight:700;letter-spacing:1.8px;color:#73816a;margin:0 0 11px}h2{font-family:'Manrope',sans-serif;font-size:25px;letter-spacing:-1px;line-height:1.3;font-weight:700;margin:0 0 12px}.card-description{color:var(--muted);font-size:14px;line-height:1.75;margin:0 0 25px}.chat-button{width:100%;min-height:55px;border-radius:11px;background:var(--lime);display:flex;justify-content:center;align-items:center;gap:10px;padding:15px 20px;text-decoration:none;font-size:15px;font-weight:700;transition:background .2s,transform .2s}.chat-button:hover{background:#bce76f;transform:translateY(-2px)}.chat-button svg{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.whatsapp-icon{width:23px;height:23px}.arrow{width:19px;height:19px;margin-left:auto}.whatsapp-icon{margin-right:auto}.opens-note{font-size:12px;color:#7e8982;margin:12px 0 22px}.card-divider{height:1px;background:#edf0e9}.download-note{font-size:13px;color:var(--muted);margin:20px 0 0}.download-note a{font-weight:600;text-underline-offset:4px;text-decoration-color:#bcc7b7;color:var(--ink);margin-left:4px}.download-note a:hover{text-decoration-color:var(--ink)}.privacy-note{margin:23px auto 0;max-width:410px;color:#76816f;font-size:12px;line-height:1.7;display:flex;align-items:flex-start;justify-content:center;gap:8px}.privacy-note svg{width:15px;height:15px;flex:none;fill:none;stroke:currentColor;stroke-width:1.5;margin-top:2px}
footer{border-top:1px solid var(--line);margin:0 64px;padding:21px 0 24px;display:flex;justify-content:space-between;gap:15px;color:#7c8878;font-size:12px}footer p{margin:0}footer span{padding:0 8px}
@media(min-width:1500px){main{padding-top:55px;padding-bottom:65px}}
@media(max-width:600px){.header{padding:23px 24px}.brand{font-size:28px}.brand-icon{width:28px}.header-link{font-size:12px;gap:5px}main{padding:27px 20px 34px}.eyebrow{font-size:9px;letter-spacing:1.6px}h1{font-size:38px;letter-spacing:-1.9px;margin-top:21px}h1 em{letter-spacing:-1.7px}.intro{font-size:14px;margin-bottom:28px}.chat-card{border-radius:20px}.card-content{padding-left:24px;padding-right:24px}h2{font-size:23px}.card-description{font-size:14px}.desktop-break{display:none}.privacy-note{max-width:320px;font-size:12px}footer{margin:0 24px;flex-direction:column;align-items:center;gap:9px;padding:21px 0;text-align:center;font-size:11px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}

/* Preserve the wide profile wordmark without cropping. */
.avatar.avatar-logo{width:230px;max-width:100%;height:82px;background:#17241e;border-radius:22px;padding:12px;margin-bottom:20px}
.avatar-logo img{display:block;width:100%;height:auto;object-fit:contain}
