:root{--walmart-blue:#0071ce;--walmart-blue-dark:#0052a6;--page-bg:#f5f7ff;--card-bg:#fff;--card-border:#e2e8f0;--text-main:#111827;--text-muted:#6b7280;--footer-bg:#0f172a}*{box-sizing:border-box;margin:0;padding:0}html{overflow-y:scroll}html,body{background:var(--page-bg)}body{color:var(--text-main);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;overflow-x:hidden}.page-content{animation:.2s cubic-bezier(.25,1,.5,1) forwards slideInRight}@keyframes slideInRight{0%{opacity:0;transform:translate(100vw)}to{opacity:1;transform:translate(0)}}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.top-bar{background:var(--walmart-blue);color:#fff;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500}.top-bar .brand{margin-right:.25rem;font-weight:700}.hero{text-align:center;background:#fff;padding:2.6rem 0 3.2rem}.hero-card-wrapper{justify-content:center;margin-bottom:1.9rem;display:flex}.gift-card-img{border-radius:22px;width:100%;max-width:360px;display:block;box-shadow:0 20px 45px #0f172a59}.hero-title{margin-bottom:.5rem;font-size:2rem;font-weight:700}.hero-title span{color:var(--walmart-blue)}.hero-subtitle{color:var(--text-muted);max-width:520px;margin:0 auto 1.6rem;font-size:.96rem}.btn-primary{cursor:pointer;color:#fff;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:linear-gradient(90deg,#0071ce,#0052a6);border:none;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;padding:.8rem 1.9rem;font-size:.95rem;font-weight:600;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 14px 30px #2563eb66}.btn-primary:hover{background:linear-gradient(90deg,#005fb5,#003f86);transform:translateY(-1px);box-shadow:0 18px 36px #1e40af73}.btn-primary:active{transform:translateY(0);box-shadow:0 10px 20px #1e40af59}.btn-primary .icon{font-size:1.1rem;line-height:1}.section{background:#fff;padding:3rem 0 3.4rem}.section-header{text-align:center;margin-bottom:2rem}.section-title{font-size:1.3rem;font-weight:700}.steps-grid{grid-template-columns:1fr;gap:1.2rem;display:grid}.step-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:.9rem;align-items:flex-start;gap:.9rem;padding:1.5rem 1.4rem;display:flex;box-shadow:0 10px 24px #0f172a0a}.step-icon{width:40px;height:40px;color:var(--walmart-blue);background:#eaf2ff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.step-content-title{margin-bottom:.25rem;font-size:.98rem;font-weight:600}.step-content-text{color:var(--text-muted);font-size:.88rem}.why-section{background:#f3f7ff;padding:2.8rem 0 3.4rem}.why-grid{grid-template-columns:1fr;gap:.9rem;max-width:680px;margin:0 auto;display:grid}.why-pill{background:#fff;border:1px solid #94a3b840;border-radius:999px;align-items:center;padding:.75rem 1.1rem .75rem 2.4rem;font-size:.9rem;display:flex;position:relative}.why-pill:before{content:"✔";width:20px;height:20px;color:var(--walmart-blue);background:#e6f2ff;border-radius:999px;justify-content:center;align-items:center;font-size:.8rem;display:flex;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}footer{background:var(--footer-bg);color:#9ca3af;text-align:center;padding:1.3rem 1.5rem;font-size:.8rem}@media (width>=768px){.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.hero-title{font-size:2.15rem}.hero-subtitle{font-size:.99rem}}
