:root { color-scheme: light; font-family: system-ui, sans-serif; color: #20242a; background: #f4f6f8; }
body { min-height: 100vh; padding: 2rem 1rem 5rem; }
.dealmigo-shell { width: min(100%, 42rem); margin: 4rem auto; padding: 2rem; border: 1px solid #ccd2d8; border-radius: 1rem; background: white; }
.eyebrow { color: #52606d; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dealmigo-shell nav { display: flex; gap: 1rem; margin: 2rem 0; }
button { min-height: 2.75rem; padding: .65rem .8rem; }
.cookie-banner { position: fixed; right: 1rem; bottom: 1rem; left: 1rem; z-index: 10; padding: 1rem; border: 1px solid #89939e; background: white; box-shadow: 0 1rem 3rem #0002; }
@media (min-width: 48rem) { .cookie-banner { left: auto; width: 26rem; } }
.site-header{display:flex;justify-content:space-between;padding:1.2rem max(1rem,calc((100% - 1180px)/2));background:#102d27;color:#fff}.site-header a{color:#fff;text-decoration:none}.public-shell{max-width:1180px;margin:auto;padding:0 1rem 4rem}.home-hero{padding:7rem 0 6rem;max-width:760px}.home-hero h1{font-size:clamp(2.8rem,7vw,5.5rem);line-height:.98}.primary-link{display:inline-block;background:#176b50;color:#fff;border-radius:999px;padding:.8rem 1.2rem;text-decoration:none;font-weight:700}.deal-grid,.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem}.deal-card,.checkout-grid>*,.deal-hero{background:#fff;border:1px solid #dce4df;border-radius:18px;padding:1.2rem}.deal-price{font-size:1.8rem;font-weight:800}.product-image,.product-placeholder{width:100%;aspect-ratio:4/3;object-fit:contain;border-radius:12px;background:#edf2ef}.product-placeholder{display:grid;place-items:center}.deal-hero{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.checkout-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.2rem}.public-shell label{display:block;margin:.75rem 0 .25rem;font-weight:650}.public-shell input{width:100%;padding:.7rem}.form-row{display:grid;grid-template-columns:1fr 2fr;gap:1rem}footer{padding:2rem;text-align:center;background:#e8efeb}@media(max-width:700px){.deal-hero,.checkout-grid{grid-template-columns:1fr}.home-hero{padding:4rem 0}}
