:root{--bg:#f6fffc;--mint:#e7fcf4;--mint-strong:#c3ffe8;--teal:#0f565a;--teal-soft:#4d898c;--green:#38d89c;--green-deep:#22bd84;--yellow:#fed330;--yellow-deep:#f4c40f;--grey:#69727d;--line:#dcefe6;--white:#fff;--shadow:0 24px 60px -28px rgba(15,86,90,.28);--shadow-sm:0 12px 30px -18px rgba(15,86,90,.30);--radius:26px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Urbanist,system-ui,sans-serif;background:var(--bg);color:var(--teal-soft);line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{color:var(--teal);font-weight:800;line-height:1.12;letter-spacing:-.02em}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,92%);margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:700;font-size:1rem;cursor:pointer;border:none;padding:.95rem 1.8rem;border-radius:98px;transition:.2s ease;white-space:nowrap}.btn-yellow{background:var(--yellow);color:var(--teal)}.btn-yellow:hover{background:var(--yellow-deep);transform:translateY(-2px)}.btn-yellow:disabled{background:#eef2ef;color:#a9b3ad;cursor:not-allowed;transform:none}.btn-ghost{background:transparent;color:var(--teal-soft);padding:.7rem 1.1rem;font-weight:600}.btn-ghost:hover{color:var(--teal)}.logo{display:inline-flex;align-items:center}.logo img{height:34px;width:auto;display:block}footer .logo img{height:30px}.logo.light img{filter:brightness(0) invert(1)}header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(246,255,252,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{display:flex;justify-content:space-between;padding:1rem 0}.nav,.phone{align-items:center}.phone{display:inline-flex;gap:.55rem;font-weight:700;color:var(--teal);font-size:1.05rem}.phone svg{width:18px;height:18px;color:var(--green)}.hero{padding:clamp(2.5rem,6vw,5rem) 0 clamp(2.5rem,5vw,4rem);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 50% at 12% 8%,rgba(56,216,156,.1),transparent 70%),radial-gradient(50% 40% at 92% 30%,rgba(254,211,48,.1),transparent 70%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:clamp(2rem,4vw,4rem);gap:clamp(2rem,4vw,4rem);align-items:center;position:relative}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:var(--mint);color:var(--green-deep);font-weight:700;font-size:.85rem;padding:.45rem 1rem;border-radius:98px;margin-bottom:1.4rem}.eyebrow .dot{width:8px;height:8px;border-radius:50%;background:var(--green)}.hero h1{font-size:clamp(2.3rem,4.6vw,3.7rem);margin-bottom:1.1rem}.hero .lead{font-size:1.15rem;max-width:34ch;margin-bottom:1.8rem}.checks{list-style:none;display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.6rem}.checks li{display:flex;align-items:center;gap:.75rem;font-weight:700;color:var(--teal);font-size:1.05rem}.checks li .ic{flex:none;width:26px;height:26px;border-radius:50%;background:var(--mint-strong);display:grid;place-items:center}.checks li .ic svg{width:15px;height:15px;color:var(--green-deep)}.meta-row{display:flex;flex-wrap:wrap;gap:1.4rem;color:var(--teal-soft);font-weight:600;font-size:.95rem}.meta-row span{display:inline-flex;align-items:center;gap:.5rem}.meta-row svg{width:18px;height:18px;color:var(--green)}.quiz{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--line)}.quiz-bar{height:7px;background:var(--mint-strong)}.quiz-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--green),#5fe3b1);border-radius:0 98px 98px 0;transition:width .4s ease;width:20%}.quiz-body{padding:clamp(1.6rem,3vw,2.4rem)}.quiz-step{display:none;animation:fade .35s ease}.quiz-step.active{display:block}@keyframes fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.step-count{font-size:.85rem;font-weight:700;color:var(--green-deep);margin-bottom:.5rem}.quiz h3{font-size:1.4rem;margin-bottom:1.3rem}.opt{width:100%;text-align:left;background:var(--white);border:1.5px solid var(--line);border-radius:14px;padding:1.05rem 1.2rem;font-family:inherit;font-size:1.02rem;font-weight:600;color:var(--teal);cursor:pointer;transition:.18s ease;margin-bottom:.7rem;display:flex;align-items:center;justify-content:space-between}.opt:hover{border-color:var(--green);background:var(--mint);transform:translateX(2px)}.opt .arr{opacity:0;color:var(--green-deep);transition:.18s}.opt:hover .arr{opacity:1}.back{margin-top:.4rem;background:none;border:none;color:var(--teal-soft);font-family:inherit;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 0}.back:hover{color:var(--teal)}.field{margin-bottom:1rem}.field label{display:block;font-weight:700;color:var(--teal);font-size:.9rem;margin-bottom:.4rem}.field label .req{color:var(--green-deep)}.field-hint{display:block;margin-top:.35rem;font-size:.82rem;color:#c0392b}.field input,.field select,.field textarea{width:100%;font-family:inherit;font-size:1rem;color:var(--teal);padding:.85rem 1rem;border:1.5px solid var(--line);border-radius:12px;background:var(--white);transition:.18s}.field textarea{resize:vertical;min-height:84px}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 4px rgba(56,216,156,.15)}.select{position:relative}.select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-family:inherit;font-size:1rem;font-weight:600;color:var(--teal);text-align:left;cursor:pointer;padding:.85rem 1rem;border:1.5px solid var(--line);border-radius:12px;background:var(--white);transition:.18s}.select-trigger:hover{border-color:var(--green)}.select-trigger:focus-visible,.select.open .select-trigger{outline:none;border-color:var(--green);box-shadow:0 0 0 4px rgba(56,216,156,.15)}.select-value{display:flex;align-items:center;gap:.6rem;overflow:hidden;white-space:nowrap}.select-value .opt-tx{overflow:hidden;text-overflow:ellipsis}.select.placeholder .select-value{color:#9aa8a4;font-weight:500}.opt-ic{flex:none;width:26px;height:26px;border-radius:7px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.opt-ic img{max-width:18px;max-height:18px;object-fit:contain;display:block}.opt-ic svg{width:15px;height:15px;color:#9aa8a4}.select .chev{width:20px;height:20px;color:var(--teal-soft);flex:none;transition:transform .2s}.select.open .chev{transform:rotate(180deg)}.select-menu{list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;background:var(--white);border:1.5px solid var(--line);border-radius:14px;box-shadow:0 18px 40px -18px rgba(15,86,90,.35);padding:.4rem;margin:0;max-height:268px;overflow-y:auto;display:none;animation:fade .18s ease}.select.open .select-menu{display:block}.select-menu li{display:flex;align-items:center;justify-content:flex-start;gap:.6rem;padding:.6rem .7rem;border-radius:10px;font-weight:600;color:var(--teal);cursor:pointer;transition:.12s}.select-menu li.sel,.select-menu li:hover{background:var(--mint)}.select-menu li.sel{color:var(--green-deep)}.select-menu li.sel:after{content:"";width:16px;height:16px;flex:none;margin-left:auto;background:no-repeat 50%/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322bd84' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")}.select-menu::-webkit-scrollbar{width:8px}.select-menu::-webkit-scrollbar-thumb{background:var(--line);border-radius:8px}.two{display:grid;grid-template-columns:1fr 1fr;grid-gap:.8rem;gap:.8rem}.pillset{display:flex;gap:.6rem}.pillset button{flex:1 1;background:var(--white);border:1.5px solid var(--line);border-radius:98px;padding:.7rem;font-family:inherit;font-weight:700;color:var(--teal);cursor:pointer;transition:.18s}.pillset button.sel,.pillset button:hover{background:var(--mint);border-color:var(--green)}.biz-fields{display:none}.biz-fields.show{display:block;animation:fade .25s ease}.consent{display:flex;gap:.7rem;align-items:flex-start;margin:1.1rem 0;font-size:.82rem;line-height:1.55;color:var(--grey)}.consent input{margin-top:.25rem;width:20px;height:20px;flex:none;accent-color:var(--green-deep)}.consent a{color:var(--green-deep);font-weight:700;text-decoration:underline}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}.form-actions .btn-yellow{flex:1 1}.quiz-done{display:none;text-align:center;padding:2.5rem 1rem}.quiz-done.active{display:block;animation:fade .4s ease}.quiz-done .circle{width:74px;height:74px;border-radius:50%;background:var(--mint-strong);display:grid;place-items:center;margin:0 auto 1.2rem}.quiz-done .circle svg{width:36px;height:36px;color:var(--green-deep)}.quiz-done h3{font-size:1.5rem;margin-bottom:.6rem}.verify-sub{font-size:1rem;margin-bottom:1.4rem}.verify-sub strong{color:var(--teal)}.code-inputs{display:flex;gap:.55rem;justify-content:space-between;margin-bottom:1rem}.code-box{flex:1 1;min-width:0;aspect-ratio:1/1;text-align:center;font-size:1.5rem;font-weight:700;color:var(--teal);border:1.5px solid var(--line);border-radius:14px;background:var(--white);transition:.15s;font-family:inherit}.code-box:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 4px rgba(56,216,156,.15)}.code-box.filled{border-color:var(--green);background:var(--mint)}.verify-resend{text-align:center;font-size:.9rem;color:var(--grey);margin:1rem 0 .4rem}.linklike{background:none;border:none;padding:0;font-family:inherit;font-size:inherit;font-weight:700;color:var(--green-deep);cursor:pointer;text-decoration:underline}section.block{padding:clamp(3rem,6vw,5rem) 0}.section-head{text-align:center;max-width:60ch;margin:0 auto 2.6rem}.section-head h2{font-size:clamp(1.8rem,3.4vw,2.6rem);margin-bottom:.8rem}.section-head p{font-size:1.08rem}.partners{background:var(--mint)}.partner-cards{display:grid;grid-template-columns:repeat(3,minmax(0,320px));grid-gap:1.4rem;gap:1.4rem;justify-content:center}.partner-cards .card{background:var(--white);border:1px solid var(--line);border-radius:20px;padding:2.4rem;display:grid;place-items:center;min-height:150px;box-shadow:var(--shadow-sm)}.partner-cards .card img{max-height:60px;width:auto;object-fit:contain}.why-grid{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:clamp(2rem,5vw,4.5rem);gap:clamp(2rem,5vw,4.5rem);align-items:center}.why-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/3.4}.why-img img{width:100%;height:100%;object-fit:cover}.why h2{font-size:clamp(1.8rem,3.4vw,2.6rem);margin-bottom:1rem}.why .intro{font-size:1.08rem;margin-bottom:2rem}.steps{display:flex;flex-direction:column;gap:1.5rem}.stepi{display:flex;gap:1.1rem;align-items:flex-start}.stepi .num{flex:none;width:42px;height:42px;border-radius:50%;background:var(--green);color:#fff;font-weight:800;display:grid;place-items:center;font-size:1.1rem;box-shadow:0 10px 20px -10px rgba(56,216,156,.8)}.stepi h3{font-size:1.2rem;margin-bottom:.25rem}.disclaimer{background:var(--teal);color:#cfe7e4}.disclaimer .wrap{padding:clamp(3rem,5vw,4.5rem) 0}.disclaimer p{max-width:75ch;margin:0 auto;text-align:center;font-style:italic;font-size:1.15rem;line-height:1.7;color:#e7f4f2}footer{background:var(--teal);color:#bcd9d6;padding:3rem 0 2rem}.foot-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.12)}footer h4{color:#fff;font-size:1.05rem;margin-bottom:1.2rem}footer .addr{margin-top:1.3rem;line-height:1.9}footer ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}footer ul a{color:#bcd9d6;transition:.15s}footer ul a:hover{color:var(--green)}.foot-contact li{display:flex;align-items:center;gap:.7rem;margin-bottom:.8rem}.foot-contact svg{width:18px;height:18px;color:var(--green);flex:none}.copy{text-align:center;padding-top:2rem;font-size:.9rem;color:#8fb3af}.modal-overlay{position:fixed;inset:0;z-index:100;display:none;align-items:flex-start;justify-content:center;padding:5vh 1rem;background:rgba(7,40,42,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-y:auto}.modal-overlay.open{display:flex;animation:fade .2s ease}.modal-card{background:var(--white);width:min(720px,100%);border-radius:22px;box-shadow:0 40px 90px -30px rgba(7,40,42,.5);display:flex;flex-direction:column;max-height:90vh;animation:pop .25s ease}@keyframes pop{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.3rem 1.6rem;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;background:var(--white);border-radius:22px 22px 0 0}.modal-head h3{font-size:1.35rem}.modal-close{flex:none;width:38px;height:38px;border-radius:50%;border:none;background:var(--mint);color:var(--teal);cursor:pointer;display:grid;place-items:center;transition:.15s}.modal-close:hover{background:var(--mint-strong)}.modal-close svg{width:18px;height:18px}.modal-body{padding:1.5rem 1.6rem 1.9rem;overflow-y:auto}.modal-body h4{font-size:1.05rem;margin:1.5rem 0 .5rem}.modal-body h4:first-child,.modal-body p:first-child{margin-top:0}.modal-body p{margin-bottom:.85rem;color:var(--teal-soft)}.modal-body ul{margin:.2rem 0 1rem 1.2rem;color:var(--teal-soft)}.modal-body li{margin-bottom:.35rem}.modal-body a{color:var(--green-deep);font-weight:600;text-decoration:underline}.modal-body .muted{font-size:.9rem;color:var(--grey)}.modal-body .lead-line{font-weight:600;color:var(--teal)}.modal-done{text-align:center;padding:1.5rem 0}.modal-done .circle{width:60px;height:60px;border-radius:50%;background:var(--mint-strong);display:grid;place-items:center;margin:0 auto 1rem}.modal-done .circle svg{width:30px;height:30px;color:var(--green-deep)}@media(max-width:920px){.hero-grid,.why-grid{grid-template-columns:1fr}.why-img{order:-1;max-width:480px;margin-inline:auto}.foot-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.foot-grid,.partner-cards{grid-template-columns:1fr}.phone span{display:none}.two{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse;align-items:stretch;gap:.6rem}.form-actions .btn-yellow{width:100%;white-space:normal}.form-actions .back{align-self:center}}@media(max-width:380px){.hero h1{font-size:2rem}.quiz h3{font-size:1.22rem}.modal-head{padding:1.1rem 1.2rem}.modal-body{padding:1.2rem 1.2rem 1.6rem}}