*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background-color:#FFF;color:#2D3748;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;position:relative;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%232D3748' fill-opacity='0.03'%3E%3Cpath d='M5 0h1v1H5zM0 5h1v1H0z'/%3E%3C/g%3E%3C/svg%3E");opacity:.05;pointer-events:none;z-index:0}main{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:480px;padding:2rem 1.5rem;position:relative;z-index:1;gap:1.75rem;text-align:center}.logo-container{display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.logo-container img{width:auto;height:40px;max-width:220px;object-fit:contain}.badge-row{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:.375rem;background:#F0FFF4;color:#0D5F2E;font-size:.8rem;font-weight:700;padding:.375rem .875rem;border-radius:9999px;border:1px solid #C6F6D5;white-space:nowrap}.badge-dot{width:8px;height:8px;border-radius:50%;background-color:#0D5F2E;display:inline-block;animation:livePulse 2s ease-in-out infinite}@keyframes livePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(0.8)}}@media(prefers-reduced-motion:reduce){.badge-dot{animation:none}}h1{font-size:clamp(1.75rem,4.5vw,2.4rem);font-weight:700;color:#1A202C;line-height:1.2;letter-spacing:-0.02em;max-width:400px;margin:0 auto}p.subhead{font-size:clamp(0.95rem,2.2vw,1.1rem);color:#4A5568;max-width:380px;margin:0 auto;font-weight:400}.coupon-cards{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:380px;margin:0 auto}.coupon-card{display:flex;align-items:center;justify-content:space-between;background:#FFF;border:1px solid #E2E8F0;border-radius:6px;padding:.9rem 1.1rem;box-shadow:0 2px 8px rgba(0,0,0,0.04);transition:transform .25s ease,box-shadow .25s ease;cursor:default;gap:.75rem}.coupon-card-left{display:flex;align-items:center;gap:.65rem;min-width:0}.code-text{font-size:.95rem;font-weight:700;color:#1A202C;letter-spacing:.01em;white-space:nowrap}.verified-badge{display:inline-flex;align-items:center;gap:.25rem;background:#A0E6C3;color:#0D5F2E;font-size:.7rem;font-weight:700;padding:.2rem .55rem;border-radius:9999px;white-space:nowrap}.verified-checkmark{font-size:.75rem;line-height:1}.discount-badge{font-size:.9rem;font-weight:700;color:#1463FF;white-space:nowrap}@media(hover:hover) and (pointer:fine){.coupon-card:hover{transform:perspective(600px) rotateY(2deg);box-shadow:0 4px 20px rgba(20,99,255,0.12)}}.cta-button{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:380px;background:#1463FF;color:#FFF;font-size:1.1rem;font-weight:700;padding:.95rem 1.5rem;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px rgba(20,99,255,0.25);letter-spacing:.01em;line-height:1.2}.cta-button:focus-visible{outline:3px solid #A0E6C3;outline-offset:3px}@media(hover:hover) and (pointer:fine){.cta-button:hover{transform:scale(1.02);box-shadow:0 6px 20px rgba(20,99,255,0.35)}}.cta-button:active{transform:scale(0.98)}.footnote{font-size:.75rem;color:#718096;margin-top:-0.75rem}footer{position:fixed;bottom:0;left:0;right:0;padding:.75rem 1rem;text-align:center;z-index:1;font-size:.7rem;color:#A0AEC0;background:transparent}@media(max-width:480px){main{padding:1.5rem 1rem;gap:1.25rem}.coupon-card{padding:.7rem .9rem}.code-text{font-size:.85rem}.discount-badge{font-size:.8rem}.cta-button{font-size:1rem;padding:.85rem 1.25rem}}