:root{--green:#00ad7d;--deep:#26313c;--muted:#71808a;--border:#d7e0df}
*{box-sizing:border-box}
body{margin:0;background:#fff;font-family:Inter,Arial,sans-serif;color:var(--deep)}
.page-shell{min-height:100vh;display:flex;justify-content:center;align-items:center;gap:58px;padding:48px 24px;overflow:hidden}
.brand-panel{width:400px;position:relative}
.brand-mark{display:flex;align-items:center;justify-content:center;margin-bottom:54px}
.brand-mark img{display:block;width:310px;height:auto;max-height:86px;object-fit:contain}
.logo-symbol{color:#00d7a0;font-size:38px;border-bottom:4px solid #00d7a0;line-height:.6}
.logo-copy small{display:block;font-size:7px;letter-spacing:2px;color:#6d7880;text-transform:uppercase;margin-top:6px}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.feature-card{height:51px;border:1px solid var(--green);border-radius:9px;display:flex;align-items:center;gap:9px;padding:7px}
.feature-icon{width:34px;height:34px;border-radius:8px;background:#c8fae9;color:#009b73;display:grid;place-items:center}
.feature-icon svg{width:21px;height:21px;stroke-width:2.5}
.feature-card strong,.feature-card small{display:block}
.feature-card strong{font-size:14px}
.feature-card small{font-size:9px;color:#52616a;margin-top:2px}
.trust-row{display:flex;gap:24px;margin:30px 16px 0;color:#66747b;font-size:11px}
.trust-row span{display:flex;align-items:center;gap:5px}
.trust-row svg{width:16px;height:16px;color:#008f6c}
.trust-row span:first-child{border-right:1px solid #e3e8e7;padding-right:24px}
.decor{position:absolute;background:#c9ffff;opacity:.65;transform:rotate(180deg);width:9px;height:48px;top:-35px;right:55px;box-shadow:14px 12px #b8fbff,28px 25px #c7ffff}
.decor-two{right:18px;top:-2px;height:35px}
.form-card{width:400px;background:#f5f5f5;border-radius:24px;padding:32px 20px 28px;box-shadow:0 0 20px #e9eeee;position:relative}
.form-card h1{text-align:center;font-size:27px;margin:0 0 10px}
.subtitle{text-align:center;color:#7c8b94;font-size:12px;margin:0 0 16px}
.whatsapp{position:absolute;right:4px;top:-14px;background:#1ed16b;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;text-decoration:none;box-shadow:0 4px 9px #bbb}
.whatsapp svg{width:25px;height:25px;stroke-width:2.5}
.phone-input,.text-input{height:45px;background:#fff;border:1px solid transparent;border-radius:10px;display:flex;align-items:center;margin-bottom:11px}
.phone-input:focus-within,.text-input:focus{border-color:#ff4d4d;outline:0}
.phone-input span{margin-left:11px}
.india-flag{width:18px;height:13px;border-radius:2px;background:linear-gradient(#ff9933 0 33%,#fff 33% 66%,#138808 66%);position:relative}
.india-flag:after{content:"";position:absolute;left:7px;top:4px;width:4px;height:4px;border:1px solid #1a4d9b;border-radius:50%}
.phone-input b{font-size:13px;margin:0 12px;color:#48525b}
.phone-input input,.text-input{border:0;outline:0;font-size:12px;color:#3f4b51}
.phone-input input{flex:1;height:100%;min-width:0}
.text-input{width:100%;padding:0 13px}
.consent{display:flex;gap:7px;font-size:9px;color:#6a757b;line-height:1.3;margin:7px 0 16px}
.consent input{accent-color:var(--green);width:15px;height:15px;flex:none}
.consent a{color:#008f6c}
.primary-button{width:100%;height:45px;border:0;border-radius:10px;background:var(--green);color:white;font-weight:700;cursor:pointer}
.primary-button:disabled{opacity:.6;cursor:wait}
.login-hint{text-align:center;color:#7b858b;font-size:12px;margin:17px 0 0}
.login-hint a,.back-link{color:#008f6c;font-weight:700}
.otp-input{display:block;width:100%;height:52px;border:1px solid var(--border);border-radius:10px;text-align:center;font-size:24px;letter-spacing:10px;margin:24px 0 16px}
.resend,.back-link{display:block;margin:17px auto 0;border:0;background:none;cursor:pointer;font-size:12px}
.resend{color:var(--green)}
.resend:disabled{color:#879198;cursor:not-allowed}
.alert{background:#fff0f0;color:#df3e3e;padding:10px;border-radius:8px;font-size:12px;margin-bottom:14px;text-align:center}
.success-icon{width:62px;height:62px;border-radius:50%;background:#d8faed;color:var(--green);display:grid;place-items:center;margin:10px auto 20px}
.success-icon svg{width:36px;height:36px;stroke-width:3}
@media(max-width:800px){.page-shell{flex-direction:column;padding:30px 16px;gap:30px}.brand-panel{width:min(400px,100%)}.brand-mark{margin-bottom:28px}.form-card{width:min(400px,100%)}}
@media(max-width:420px){.trust-row{gap:10px;margin-left:0}.trust-row span:first-child{padding-right:10px}}
