:root{--walmart-blue: #0071dc;--walmart-yellow: #ffc220;--walmart-dark-blue: #004f9a;--bg-light-blue: #e6f1fc;--text-black: #2e2f32;--text-gray: #46474a;--white: #ffffff;--shadow-soft: 0 4px 12px rgba(0, 0, 0, .08);--font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);background-color:var(--white);color:var(--text-black);line-height:1.5;-webkit-font-smoothing:antialiased}.container{max-width:480px;margin:0 auto;min-height:100vh;position:relative;background-color:var(--white);padding-bottom:0}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.text-center{text-align:center}.w-full{width:100%}h1,h2,h3{font-weight:700;line-height:1.2}p{color:var(--text-gray);font-size:.95rem}.header-bar{background-color:var(--bg-light-blue);padding:.5rem 1rem;display:flex;justify-content:center;align-items:flex-start}.header-logo{height:30px;width:auto}.main-content{padding:1rem 1rem 1.5rem;margin-top:0}.hero-section{text-align:center;margin-bottom:1.5rem}.hero-card-container{width:100%;margin-bottom:1.5rem;filter:drop-shadow(0 10px 20px rgba(0,113,220,.15))}.hero-card-img{width:100%;height:auto;display:block;border-radius:1.5rem;filter:saturate(1.2) contrast(1.05)}.headline{font-size:2rem;color:var(--text-black);margin-top:1rem}.highlight-yellow{color:var(--walmart-yellow);text-shadow:0 0 1px rgba(255,194,32,.5)}.brand-blue{color:var(--walmart-blue)}.guide-card,.faq-card{background:var(--white);border-radius:1.5rem;padding:1.5rem;box-shadow:var(--shadow-soft);margin-bottom:1.5rem}.guide-header{margin-bottom:1rem}.guide-header h2,.faq-header h2{font-size:1.25rem;display:flex;align-items:center;gap:.5rem}.text-yellow{color:var(--walmart-yellow)}.arrow{color:var(--text-black);font-weight:400;font-size:1.2rem}.steps-list{display:flex;flex-direction:column;gap:1rem}.step-item{display:flex;align-items:flex-start;gap:1rem}.step-icon img{width:28px;height:28px}.step-content h3{font-size:1.1rem;margin-bottom:.25rem;color:var(--text-black)}.step-content p{font-size:.9rem;color:#666}.faq-header{margin-bottom:1rem}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid #eee}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;background:none;border:none;padding:1.25rem 0;text-align:left;font-size:1.05rem;font-weight:600;color:var(--text-black);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:inherit}.faq-question .icon{color:var(--walmart-blue);font-size:1.5rem;font-weight:400;transition:transform .3s ease;line-height:1}.faq-item.active .faq-question .icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out;padding-right:1rem}.faq-answer p{padding-bottom:1.25rem;font-size:1rem;line-height:1.5;color:var(--text-gray)}.faq-item.active .faq-answer{max-height:200px}.cta-container{padding:0 1.5rem 1.5rem;text-align:center}.cta-btn{background-color:var(--walmart-blue);color:var(--white);border:none;width:100%;padding:1rem;border-radius:2rem;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:transform .1s ease;box-shadow:0 4px 10px #0071dc4d;text-decoration:none;animation:pulse-attention 2s infinite}@keyframes pulse-attention{0%{transform:scale(1);box-shadow:0 4px 10px #0071dc4d}50%{transform:scale(1.05);box-shadow:0 8px 20px #0071dc80}to{transform:scale(1);box-shadow:0 4px 10px #0071dc4d}}.cta-btn:active{transform:scale(.95);animation:none}.btn-icon img{width:20px;height:20px;filter:brightness(0) invert(1)}.app-footer{background-color:var(--walmart-blue);color:var(--white);padding:1.5rem 1rem;text-align:center;font-size:.8rem}.footer-content p{color:var(--white);opacity:.9;margin-bottom:1rem;font-size:.85rem;line-height:1.4;font-weight:500}.footer-links{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;font-weight:600}.footer-links a{color:var(--white);text-decoration:none}.footer-links a:hover{text-decoration:underline}
