:root{--text-main:#ffffff;--brand-green:#2c7f58;--accent-orange:#f59a3a;--form-white:#ffffff}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text-main);background:#0f0f0f}.container{width:min(1120px,92vw);margin:0 auto}.site-header{position:absolute;top:0;left:0;right:0;z-index:10}.header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between}.logo{display:inline-flex;gap:10px;align-items:center;text-decoration:none;color:#fff}.logo-heart{width:26px;height:26px;fill:#fff}.logo-text{font-size:1.2rem;font-weight:700;letter-spacing:.2px}.login-link{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;border:1px solid rgba(255,255,255,.65);border-radius:8px;padding:8px 18px}.hero-section{min-height:600px;background:#1a1a1a;position:relative;overflow:hidden}@media (min-width:991px){.hero-section{min-height:700px}}.hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.hero-bg-slide{position:absolute;inset:0;background-color:#1a1a1a;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1.4s ease-in-out;will-change:opacity}.hero-bg-slide.is-active{opacity:1}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15)),linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.04))}.hero-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-start;padding:88px 0 28px}@media (max-width:600px){.container.hero-content{width:100%;max-width:none;margin:0;justify-content:center;align-items:center;padding:88px max(16px,env(safe-area-inset-right)) 28px max(16px,env(safe-area-inset-left));box-sizing:border-box}.signup-panel{margin-left:auto;margin-right:auto}}.signup-panel{width:100%;max-width:100%}.hero-title{margin:0 0 30px;font-family:Oswald,sans-serif;font-size:60px;line-height:.95;text-transform:none;font-weight:500;color:#fff}.hero-title span{display:flex}.sub-headline{margin:0 0 16px;font-family:Oswald,sans-serif;font-size:clamp(2rem, 4vw, 3.1rem);line-height:1.15;font-weight:500;color:#fff}.sub-headline strong{color:var(--accent-orange);font-weight:700}.panel-pretitle{margin:0 0 6px;font-family:Oswald,sans-serif;font-size:30px;font-weight:600;color:#fff}.panel-pretitle strong{color:var(--accent-orange);font-weight:700}.step-question{margin:0 0 14px;font-family:Oswald,sans-serif;font-size:30px;line-height:1.18;font-weight:600;color:#fff}.gender-columns{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start}@media (min-width:520px){.gender-columns{flex-wrap:nowrap}}#regForm{position:relative;overflow:hidden;min-height:420px;padding-bottom:8px}@media (min-width:991px){#regForm{min-height:480px}}.form-step{position:absolute;left:0;top:0;width:100%;transition:transform .48s cubic-bezier(.4, 0, .2, 1),opacity .42s ease;opacity:0;transform:translateX(100%);pointer-events:none;will-change:transform,opacity}.form-step.is-active{opacity:1;transform:translateX(0);z-index:2;pointer-events:auto}.form-step.is-past{opacity:0;transform:translateX(-100%);z-index:1;pointer-events:none}.choice-group--stack{width:100%}.pill-choice--wide{width:100%!important;max-width:100%!important}.choice-group{display:grid;gap:8px;justify-items:start}.pill-choice{width:100%;max-width:160px;box-sizing:border-box;border:0;background:var(--form-white);color:#1f1f24;padding:12px 12px;border-radius:6px;font-size:.92rem;text-align:left;cursor:pointer;transition:all 180ms ease;display:flex;align-items:center;gap:10px}.pill-choice::before{content:"";width:24px;height:24px;border-radius:50%;border:2px solid var(--brand-green);flex:0 0 24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pill-choice:hover{transform:translateY(-1px)}.pill-choice.is-selected{outline:2px solid rgba(38,128,88,.45)}.pill-choice.is-selected::before{content:"✓";background:var(--brand-green);border-color:var(--brand-green);color:#fff;font-size:13px;line-height:1;font-weight:700}.field-block{border:0;margin:0;padding:0;flex-basis:48%}.gender-columns .field-block:first-child{margin-right:10px}.field-block legend{margin-bottom:10px;font-family:Oswald,sans-serif;font-weight:500;font-size:1.2rem;color:#fff}@media screen and (min-width:600px){.field-block legend{font-size:1.6rem}}.hint{margin:14px 0 0;color:rgba(255,255,255,.86);font-size:.88rem}.field-label{display:block;font-family:Oswald,sans-serif;font-size:1.2rem;font-weight:500;color:#fff;margin-bottom:8px}.field-with-icon{display:flex;align-items:center;gap:10px;width:100%;height:48px;padding:0 12px;margin-bottom:4px;border-radius:8px;background:#fff;box-sizing:border-box}.field-with-icon:focus-within{outline:2px solid rgba(255,255,255,.9);outline-offset:2px}.field-with-icon__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#333;line-height:0;cursor:pointer}.field-with-icon__icon svg{display:block;width:18px;height:18px}.field-with-icon input,.field-with-icon select{flex:1;min-width:0;height:100%;margin:0;border:0;border-radius:0;background:0 0;font-size:1rem;font-family:inherit;line-height:1.25;color:#1f1f24;padding:0;outline:0}.field-with-icon input::placeholder{color:#6b6b75}.field-with-icon--select select{cursor:pointer;appearance:none;padding-right:28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 2px center;background-size:14px 14px}.field-with-icon+.error-message,.field-with-icon~.error-message{margin-top:0}.legal-text{margin:14px 0 16px;font-size:.72rem;line-height:1.45;color:rgba(255,255,255,.88)}.legal-text a{color:#fff;text-decoration:underline}.error-message{min-height:16px;margin:0 0 10px;color:#b00020;font-size:.82rem}.cta-btn{position:relative;width:100%;margin-top:4px;height:50px;border:0;border-radius:12px;font-size:2rem;font-weight:700;cursor:pointer;color:#fff;overflow:hidden;isolation:isolate;box-shadow:inset 0 1px 0 rgba(255,255,255,.45),inset 0 -1px 0 rgba(0,0,0,.08);background:linear-gradient(90deg,#ef6054,#f89637)}.cta-btn::before{content:"";position:absolute;inset:-40% -60%;background:linear-gradient(118deg,transparent 42%,rgba(255,255,255,.72) 48.5%,rgba(255,255,255,.35) 50%,transparent 56%);transform:translateX(-40%);animation:ctaShimmer 3.8s ease-in-out infinite;pointer-events:none;z-index:0}.trust-section{background:#194a29;color:#fff;padding:0;display:flex;justify-content:center;align-items:center}.trust-section .container{width:100%;display:flex;justify-content:center;align-items:center}.trust-grid{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;width:100%;background:#1e5a32}.trust-item{display:block;text-align:center;padding:22px 18px 18px;width:100%;max-width:100%;box-sizing:border-box}@media (min-width:767px) and (max-width:1159px){.trust-item:nth-child(2){order:3}}.trust-item:first-child,.trust-item:nth-child(3){background:#1e5a32}.trust-item:nth-child(2){background:#32825a}.trust-icon{font-size:2rem;line-height:1;margin-bottom:6px}.trust-icon svg{width:70px}.trust-item h3{margin:0 0 8px;font-family:Oswald,sans-serif;font-size:clamp(1.7rem, 3vw, 2.2rem);line-height:1.08}.trust-item p{margin:0;color:#e2f0e9;font-size:.9rem}.site-footer{background:#fff;color:#000;padding:16px 0 22px}.footer-inner{text-align:center}.footer-inner nav{margin-bottom:10px}.footer-inner a{color:#000;text-decoration:none;margin:0 10px;font-size:.88rem}.footer-inner p{margin:0;font-size:.8rem;color:#000}@media (min-width:640px){.trust-grid{flex-direction:row;align-items:stretch;justify-content:center;gap:0;background:#1e5a32}.trust-item{max-width:380px}}@media (min-width:600px){.signup-panel{max-width:340px}}@media (min-width:1024px){.hero-content{padding-top:104px}.signup-panel{margin-left:2px;margin-top:-10px}.trust-item{min-height:154px}}@keyframes ctaShimmer{0%{transform:translateX(-55%)}60%{transform:translateX(55%)}100%{transform:translateX(55%)}}#form__error{color:#fff;background-color:red;border-radius:5px;padding:3px;text-align:center}#form__error{display:none}div.error{color:#fff;background:red;border-radius:5px;padding:3px}button#cta[disabled=disabled]{background:#313131}#form__error a{text-decoration:underline;font-weight:700;color:var(--text-color)}@-webkit-keyframes flash{0%{opacity:1}100%{opacity:0}}@keyframes flash{0%{opacity:1}100%{opacity:0}}button[type=submit] svg#spinner{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}button[type=submit].cta-loading svg#spinner{display:-webkit-box;display:-ms-flexbox;display:flex}button[type=submit].cta-loading span.text{display:none}button[type=submit].cta-loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#spinner{display:none;-webkit-animation:spin 1.2s linear infinite;animation:spin 1.2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.google__reg{position:relative;overflow:hidden}.eller{color:var(--text-color);margin:10px auto;text-align:center;font-weight:700;font-size:22px}@media (max-width:767px){.eller{font-size:16px}}.google__reg .google-button{color:#374756;font-style:normal;font-weight:600;font-size:16px;line-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;background:#fff;border:1px solid #374756;border-radius:40px;height:50px;position:relative;-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;z-index:2}.google__reg .google-button__img{width:25px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:10px}.google__reg #buttonDiv{opacity:.000001;position:absolute;top:5px;left:0;margin:0;-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);padding:0;width:100%;height:auto;z-index:3}@media (min-width:992px){.google__reg .google-button{font-size:20px;line-height:20px;height:60px}.google__reg #buttonDiv{top:11px;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}}