.gift-card{width:260px;height:370px;border-radius:12px;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,.15);position:relative;font-family:Segoe UI,sans-serif;flex-direction:column;background-color:#fff}.gift-card,.gift-card .top-strip{display:flex;justify-content:space-between}.gift-card .top-strip{align-items:center}.tag{font-size:.85rem}.amount,.tag{font-weight:700}.amount{font-size:1.2rem}.logo-circle{margin:1rem auto;width:120px;height:120px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;box-shadow:0 0 0 5px #f0f0f0}.content{text-align:center}.content h2{font-size:1.2rem;margin:.5rem 0}.content p{font-size:.95rem;color:#333}.card-note{font-size:1rem;text-align:center;color:#004aad;margin-top:1rem;padding:.5rem;border-top:1px dashed #cbbef0;border-radius:4px;font-style:italic}.gift-card.stocks{background-color:#e6f4ea;border:2px solid #34a853}.gift-card.gold{background-color:#fffbe6;border:2px solid #d4af37}.gift-card.crypto{background-color:#f0e6ff;border:2px solid #8e44ad}.gift-card.silver{background-color:#f7f7f7;border:2px solid #b0b0b0}.gift-card-link{text-decoration:none;color:inherit}.how-it-works{margin-top:3rem;text-align:center}.section-title{font-size:2rem;margin-bottom:2rem}.steps{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.step{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:1.5rem;width:230px;min-height:220px}.icon{font-size:3rem}.icon,.step h3{margin-bottom:.5rem}.step h3{font-weight:700;color:#004aad}.nav-buttons{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.arrow-group{display:flex;gap:1rem}.nav-buttons .arrow{font-size:2rem;background:none;border:none;cursor:pointer;color:#004aad;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}.nav-buttons .arrow:disabled{opacity:.5;cursor:default}.page-indicator{font-weight:700}.hero{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;padding:2rem 1rem;background:linear-gradient(135deg,#e0f0ff,#ffffff);color:#004aad}.hero-text{flex:1 1 300px;max-width:500px}.hero-text h1{font-size:2.2rem;margin-bottom:1rem;font-weight:700;color:#3366cc}.hero-text p{font-size:1.25rem;color:#333}.hero-info{flex:1 1 250px;max-width:400px;background:#ffffff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#333}.hero-info h2{color:#004aad;margin-bottom:.75rem}.hero-info ul{list-style:none;padding:0}.hero-info li{margin-bottom:.5rem}@keyframes swirl{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.perk-ai{margin-top:3rem;text-align:center;padding:0 1rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#e0f7ff,#fff5f8);background-size:200% 200%;animation:gradientShift 15s ease infinite}.perk-ai:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(0,74,173,.1),transparent 70%);animation:swirl 20s linear infinite;z-index:-1}.perk-ai-title{font-size:2.75rem;margin-bottom:1.5rem;color:#004aad;text-shadow:0 2px 4px rgba(0,0,0,.1)}.perk-ai-description{max-width:800px;margin:.5rem auto;font-size:1.1rem;line-height:1.6}.perk-ai-feature-grid{margin:2rem auto 0;max-width:900px;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.perk-ai-card{background:rgba(255,255,255,.85);border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s;backdrop-filter:blur(4px)}.perk-ai-card:hover{transform:translateY(-4px);box-shadow:0 6px 14px rgba(0,0,0,.1)}.perk-ai-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000}.perk-ai-modal{background:#ffffff;border-radius:8px;padding:2rem;max-width:400px;width:90%;position:relative;text-align:left;box-shadow:0 4px 20px rgba(0,0,0,.1)}.perk-ai-modal h3{margin-top:0;color:#004aad;margin-bottom:1rem}.perk-ai-modal-close{position:absolute;top:.5rem;right:.75rem;background:none;border:none;font-size:1.5rem;cursor:pointer}.perk-ai-mascot{font-size:3rem;margin-top:2rem}.perk-ai-privacy-link{margin-top:2rem}.perk-ai-privacy-link a{color:#004aad;text-decoration:underline}.home-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f9fbff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.main-content{flex:1;padding:2rem}.home-container{padding:2rem;text-align:center}.page-title{font-size:2.5rem;margin-bottom:2rem;background:linear-gradient(90deg,#004aad,#00c6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.gift-card-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}