.home-popup[hidden]{display:none}.home-popup{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:22px}.home-popup-backdrop{position:absolute;inset:0;border:0;background:rgba(7,14,25,.72);backdrop-filter:blur(5px);cursor:default}.home-popup-dialog{position:relative;display:grid;grid-template-columns:minmax(260px,.95fr) minmax(300px,1.05fr);width:min(880px,calc(100vw - 44px));max-height:calc(100vh - 44px);overflow:auto;border:1px solid rgba(255,255,255,.25);border-radius:18px;background:#fff;box-shadow:0 32px 90px rgba(0,0,0,.35);animation:home-popup-enter .3s cubic-bezier(.22,.8,.25,1)}.home-popup-close{position:absolute;z-index:2;top:12px;right:12px;width:38px;height:38px;border:1px solid rgba(20,35,59,.18);border-radius:50%;background:rgba(255,255,255,.94);color:#14233b;font-size:25px;line-height:1;cursor:pointer}.home-popup-close:focus-visible,.home-popup-cta:focus-visible{outline:3px solid #f5a623;outline-offset:3px}.home-popup-media{min-height:340px;background:#eceff2}.home-popup-media img{display:block;width:100%;height:100%;max-height:620px;object-fit:cover}.home-popup-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,5vw,58px)}.home-popup-kicker{margin:0 0 12px;color:#bd6200;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.home-popup-copy h2{margin:0;color:#14233b;font-family:Inter,"Noto Sans Telugu",sans-serif;font-size:clamp(27px,4vw,43px);line-height:1.08;letter-spacing:-.04em}.home-popup-subtitle{margin:12px 0 0;color:#354157;font-size:16px;font-weight:650}.home-popup-message{margin:16px 0 0;color:#5b6678;font-size:14px;line-height:1.7}.home-popup-cta{align-self:flex-start;margin-top:22px;padding:11px 16px;border-radius:8px;background:#c86500;color:#fff;text-decoration:none;font-size:13px;font-weight:800}.home-popup.is-closing .home-popup-dialog{animation:home-popup-exit .16s ease forwards}@keyframes home-popup-enter{from{opacity:0;transform:translateY(18px) scale(.975)}to{opacity:1;transform:none}}@keyframes home-popup-exit{to{opacity:0;transform:translateY(10px) scale(.985)}}
@media(max-width:700px){.home-popup{padding:10px}.home-popup-dialog{grid-template-columns:1fr;width:min(440px,calc(100vw - 20px));max-height:calc(100dvh - 20px);border-radius:14px}.home-popup-media{min-height:0;max-height:48dvh}.home-popup-media img{height:auto;max-height:48dvh;object-fit:contain;background:#f0f2f4}.home-popup-copy{padding:22px 20px 24px}.home-popup-copy h2{font-size:clamp(24px,8vw,34px)}.home-popup-subtitle{font-size:14px}.home-popup-message{font-size:13px;line-height:1.6}.home-popup-cta{width:100%;justify-content:center;text-align:center}.home-popup-close{top:8px;right:8px}}
@media(max-width:340px){.home-popup{padding:6px}.home-popup-dialog{width:calc(100vw - 12px);max-height:calc(100dvh - 12px)}.home-popup-copy{padding:18px 16px 20px}.home-popup-message{margin-top:10px}.home-popup-cta{margin-top:14px}}
@media(prefers-reduced-motion:reduce){.home-popup-dialog,.home-popup.is-closing .home-popup-dialog{animation:none}}
