:root{--navy: #0f2a52;--navy-soft: #4c6284;--green: #2fae4e;--green-dark: #239141;--cream: #fdfcfa;--border: #e7e4dd}.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}.phone-card{width:100%;max-width:460px;background:var(--cream);border-radius:40px;box-shadow:0 30px 60px -20px #0f2a5240,0 0 0 1px #0f2a520a;overflow:hidden}.site-header{display:flex;align-items:center;justify-content:space-between;padding:28px 30px 8px}.brand{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.brand__name{font-size:28px;font-weight:800;letter-spacing:-.5px;color:var(--navy)}.whatsapp-fab{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--green);box-shadow:0 10px 20px -4px #2fae4e8c;flex-shrink:0}.hero{position:relative;padding:10px 30px 0;min-height:300px}.hero__illustration{position:absolute;top:-6px;right:-22px;width:58%;max-width:420px;height:auto;max-height:420px;z-index:1;display:block;object-fit:cover;object-position:top center;pointer-events:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 42%);mask-image:linear-gradient(to right,transparent 0%,black 42%)}.hero__content{position:relative;z-index:2;max-width:62%}.location-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);padding:10px 16px;border-radius:999px;font-size:12.5px;font-style:normal;color:var(--navy-soft);box-shadow:0 6px 14px -8px #0f2a5240;margin-bottom:26px}.hero__title{font-size:32px;line-height:1.16;font-weight:800;color:var(--navy);margin:0 0 18px}.hero__title .highlight{color:var(--green)}.hero__subtitle{font-size:14.5px;line-height:1.65;color:var(--navy-soft);max-width:94%;margin:0 0 26px}.cta-button{display:flex;align-items:center;justify-content:center;gap:14px;margin:4px 30px 18px;padding:18px;background:var(--green);color:#fff;font-weight:700;font-size:16.5px;line-height:1;border-radius:999px;text-decoration:none;box-shadow:0 14px 26px -10px #2fae4e99;transition:background .15s ease,transform .15s ease}.cta-button svg{display:inline-block;flex:0 0 auto;vertical-align:middle}.cta-button:hover{background:var(--green-dark);transform:translateY(-1px)}.trust-line{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12.5px;color:var(--navy-soft);margin:0 0 22px}.features{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);margin:0 22px 30px;padding:24px 8px;background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:0 10px 24px -16px #0f2a5240}.feature-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:0 6px}.feature-card:not(:last-child):after{content:"";position:absolute;right:0;top:8%;bottom:8%;width:1px;background:var(--border)}.feature-card h3{font-size:12px;font-weight:800;color:var(--navy);margin:2px 0 0}.feature-card p{font-size:10.5px;line-height:1.35;color:#8b93a3;margin:0}.about{padding:4px 30px 6px}.about h2{font-size:17px;color:var(--navy);margin:0 0 10px}.about p{font-size:13.5px;line-height:1.65;color:var(--navy-soft);margin:0}.faq{padding:18px 30px 8px}.faq h2{font-size:17px;color:var(--navy);margin:0 0 6px}.faq__item{border-bottom:1px solid var(--border);padding:14px 0}.faq__item summary{cursor:pointer;font-weight:700;font-size:13.5px;color:var(--navy);list-style:none}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:before{content:"+";display:inline-block;width:16px;color:var(--green);font-weight:800}.faq__item[open] summary:before{content:"–"}.faq__item p{margin:10px 0 0 16px;font-size:13px;line-height:1.6;color:var(--navy-soft)}.site-footer{background:var(--navy);color:#fff;text-align:center;padding:22px 30px 26px;font-size:12.5px}.site-footer p{margin:0}.site-footer__muted{opacity:.75;margin-top:6px!important}.site-footer a{color:#fff;text-decoration:underline}@media (max-width: 600px){.phone-card{max-width:none;width:100%;background:transparent;border-radius:0;box-shadow:none;overflow:visible}.site-header{padding:18px 16px 8px}.hero{position:relative;padding:8px 16px 0;min-height:220px;overflow:hidden}.hero__content{max-width:none;padding-right:50%;z-index:2}.hero__illustration{position:absolute;top:0;right:-6%;width:56%;max-width:320px;height:auto;max-height:360px;z-index:1;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 62%);mask-image:linear-gradient(to right,transparent 0%,black 62%);pointer-events:none;object-fit:cover;object-position:center right}.hero__title{font-size:26px;margin-bottom:12px;line-height:1.15}.hero__subtitle{margin-bottom:18px;font-size:15px}.cta-button{display:flex;align-items:center;justify-content:center;gap:14px;width:calc(100% - 32px);margin:10px 16px;padding:14px;font-size:16px;border-radius:12px}.features{grid-template-columns:repeat(2,1fr);row-gap:16px;margin:0 12px 20px;padding:18px 12px;border-radius:12px}.feature-card:not(:last-child):after{display:none}.site-header,.about,.faq,.site-footer{padding-left:16px;padding-right:16px}.about{padding-top:8px;padding-bottom:8px}.site-footer{padding-top:18px;padding-bottom:22px}}@media (max-width: 380px){.hero__title{font-size:22px}.cta-button{width:calc(100% - 24px);margin:8px 12px;padding:12px}}@media (min-width: 860px){.phone-card{max-width:1180px;border-radius:32px}.site-header{padding:40px 48px 12px}.brand__name{font-size:32px}.whatsapp-fab{width:58px;height:58px}.hero{display:flex;align-items:center;gap:40px;padding:24px 48px 12px;min-height:unset}.hero__illustration{position:static;order:2;flex:0 0 360px;width:360px;height:440px;border-radius:20px;box-shadow:0 24px 48px -24px #0f2a5252;-webkit-mask-image:none;mask-image:none;object-fit:cover}.hero__content{order:1;flex:1;max-width:600px}.hero__title{font-size:40px;line-height:1.08}.hero__subtitle{font-size:16px;max-width:100%}.cta-button,.trust-line{margin-left:48px;margin-right:48px}.cta-button{max-width:420px;font-size:17px;padding:18px}.features{margin:8px 48px 40px;padding:28px 20px;gap:12px}.feature-card h3{font-size:13.5px}.feature-card p{font-size:11.5px}.about,.faq{padding-left:48px;padding-right:48px}.about p,.faq{max-width:700px}.site-footer{padding:26px 48px 30px;font-size:13.5px}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Nunito,Segoe UI,system-ui,-apple-system,sans-serif;background:#eef1f4;color:#0f2a52;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:32px 16px}@media (max-width: 430px){#root{padding:20px 10px;align-items:flex-start}}a{color:inherit}
