@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";:root{--costco-red: #E31837;--costco-blue: #005DAA;--text-dark: #333333;--text-light: #666666;--bg-light: #f4f4f4;--white: #ffffff;--shadow: 0 4px 6px rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--white);color:var(--text-dark);line-height:1.5}.site-header{background-color:var(--white);padding:1rem;border-bottom:1px solid #e0e0e0;text-align:center}.costco-logo{max-width:250px;height:auto;display:block;margin:0 auto}.main-content{max-width:600px;margin:0 auto;padding:1.5rem 1rem;text-align:center}.headline{font-size:1.15rem;font-weight:700;margin-bottom:1.5rem;line-height:1.3}.highlight{color:var(--costco-red)}.card-image-container{margin:1.5rem 0;transition:transform .3s ease}.card-image-container:hover{transform:scale(1.02)}.gift-card-image{width:100%;max-width:400px;height:auto;border-radius:12px;box-shadow:0 10px 20px #00000026}.steps-container{margin:2rem 0;text-align:left;background:var(--bg-light);padding:1.5rem;border-radius:12px}.steps-title{font-size:1.25rem;margin-bottom:1rem;color:var(--costco-blue);border-bottom:2px solid var(--costco-blue);display:inline-block;padding-bottom:.25rem}.steps-list{list-style:none}.steps-list li{margin-bottom:1rem;display:flex;align-items:start}.step-number{background-color:var(--costco-blue);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;margin-right:12px;flex-shrink:0;margin-top:2px}.cta-button{display:inline-block;background-color:var(--costco-red);color:#fff;font-size:1.5rem;font-weight:700;padding:1rem 3rem;border-radius:50px;text-decoration:none;box-shadow:0 4px 15px #e3183766;animation:pulse 2s infinite;transition:background-color .3s;width:100%;max-width:350px}.cta-button:hover{background-color:#c2132d}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #e31837b3}70%{transform:scale(1.05);box-shadow:0 0 0 10px #e3183700}to{transform:scale(1);box-shadow:0 0 #e3183700}}.faq-section{margin-top:3rem;text-align:left}.faq-header{text-align:center;margin-bottom:1.5rem;color:var(--text-dark)}.accordion-item{border-bottom:1px solid #e0e0e0}.accordion-button{background:none;border:none;width:100%;text-align:left;padding:1rem 0;font-size:1rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.accordion-button:after{content:"+";font-size:1.5rem;color:var(--costco-blue)}.accordion-item.active .accordion-button:after{content:"-"}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out;color:var(--text-light);line-height:1.6}.accordion-content p{padding-bottom:1rem}.rating-badge{margin-top:2rem;padding:1.5rem;background:transparent;display:flex;flex-direction:column;align-items:center;gap:.5rem}.stars-container{display:flex;gap:4px}.star-icon{width:32px;height:32px;color:#00b67a}.star-icon.half stop[stop-color="#e0e0e0"]{stop-color:#dcdcdc}.rating-text{font-size:1rem;color:#1a1a1a;margin:.5rem 0;text-transform:uppercase;letter-spacing:.5px}.rating-text strong{font-weight:800}.trustpilot-logo{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.tp-star{width:24px;height:24px;color:#00b67a}.tp-text{font-weight:600;font-size:1.2rem;color:#000}.site-footer{margin-top:2rem;font-size:.8rem;color:#999}.footer-links{margin-top:.5rem}
