.custom-amount-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(5,45,68,.65);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.custom-amount-modal{background:#fff;border-radius:24px;box-shadow:0 20px 60px rgba(5,45,68,.25);width:90%;max-width:480px;animation:slideUp .3s ease-out;overflow:hidden;border:1px solid #e4edf3}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.custom-amount-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e4edf3}.custom-amount-modal .modal-header h3{margin:0;font-size:20px;font-weight:800;color:#132238;letter-spacing:-.015em}.custom-amount-modal .modal-header .close-btn{background:#f4f8fb;border:none;cursor:pointer;padding:6px;border-radius:50%;transition:all .2s ease;color:#5c6e82;display:flex;align-items:center;justify-content:center}.custom-amount-modal .modal-header .close-btn:hover{background:#e4edf3;color:#132238}.custom-amount-modal .modal-body{padding:24px}.custom-amount-modal .modal-body .form-group label{display:block;margin-bottom:8px;font-weight:700;color:#132238;font-size:14px}.custom-amount-modal .modal-body .form-group .input-wrapper{position:relative;display:flex;align-items:center;border:2px solid #e4edf3;border-radius:14px;padding:12px 16px;transition:all .2s;background:#fff}.custom-amount-modal .modal-body .form-group .input-wrapper:focus-within{border-color:#007b90;box-shadow:0 0 0 4px rgba(0,123,144,.12)}.custom-amount-modal .modal-body .form-group .input-wrapper.has-error{border-color:#ff4b3e}.custom-amount-modal .modal-body .form-group .input-wrapper.has-error:focus-within{box-shadow:0 0 0 4px rgba(255,75,62,.12)}.custom-amount-modal .modal-body .form-group .input-wrapper .currency-prefix{font-weight:700;color:#007b90;font-size:20px;margin-right:8px}.custom-amount-modal .modal-body .form-group .input-wrapper .amount-input{flex:1 1;border:none;outline:none;font-size:20px;font-weight:700;color:#132238;background:rgba(0,0,0,0)}.custom-amount-modal .modal-body .form-group .input-wrapper .amount-input::placeholder{color:#9ca3af}.custom-amount-modal .modal-body .form-group .info-text{margin-top:8px;font-size:13px;color:#5c6e82}.custom-amount-modal .modal-body .form-group .conversion-text{margin-top:8px;font-size:14px;color:#007b90;font-weight:700}.custom-amount-modal .modal-body .form-group .error-message{margin-top:8px;display:flex;align-items:center;gap:6px;color:#ff4b3e;font-size:13px;font-weight:600}.custom-amount-modal .modal-body .form-group .error-message svg{flex-shrink:0;fill:currentColor}.custom-amount-modal .modal-body .form-group .validating-text{margin-top:8px;display:flex;align-items:center;gap:8px;color:#5c6e82;font-size:13px}.custom-amount-modal .modal-body .form-group .validating-text .spinner{width:14px;height:14px;border:2px solid #e4edf3;border-top-color:#007b90;border-radius:50%;animation:spin .6s linear infinite}.custom-amount-modal .modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px 24px;border-top:1px solid #e4edf3}.custom-amount-modal .modal-footer .btn{padding:12px 24px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;border:none}.custom-amount-modal .modal-footer .btn.btn-secondary{background:#f4f8fb;color:#5c6e82;border:1px solid #e4edf3}.custom-amount-modal .modal-footer .btn.btn-secondary:hover{background:#e4edf3;color:#132238}.custom-amount-modal .modal-footer .btn.btn-primary{background:linear-gradient(135deg,#007b90,#0b5982);color:#fff;box-shadow:0 8px 20px rgba(0,123,144,.25)}.custom-amount-modal .modal-footer .btn.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,123,144,.35);filter:brightness(1.05)}.custom-amount-modal .modal-footer .btn.btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}@media(max-width:576px){.custom-amount-modal{width:95%;margin:16px;border-radius:20px}.custom-amount-modal .modal-header{padding:20px 20px 12px}.custom-amount-modal .modal-header h3{font-size:18px}.custom-amount-modal .modal-body{padding:20px}.custom-amount-modal .modal-body .form-group .input-wrapper{padding:10px 14px}.custom-amount-modal .modal-body .form-group .input-wrapper .amount-input,.custom-amount-modal .modal-body .form-group .input-wrapper .currency-prefix{font-size:18px}.custom-amount-modal .modal-footer{padding:12px 20px 20px}.custom-amount-modal .modal-footer .btn{padding:10px 20px;font-size:13px}}@keyframes floatOrb{0%,to{transform:translate(0) scale(1)}50%{transform:translate(15px,-18px) scale(1.05)}}@keyframes shimmerGleam{0%{transform:translateX(-150%) rotate(25deg)}to{transform:translateX(250%) rotate(25deg)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 0 0 rgba(0,123,144,.35)}50%{box-shadow:0 0 0 8px rgba(0,123,144,0)}}@keyframes chipShine{0%,to{opacity:.85;filter:brightness(1)}50%{opacity:1;filter:brightness(1.25)}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes rotateRing{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.gift-cards-page{min-height:100vh;background:#f4f8fb;color:#132238;font-family:var(--font-inter),system-ui,-apple-system,Segoe UI,Roboto,sans-serif;letter-spacing:-.01em;overflow-x:hidden;padding-bottom:2rem}.gift-hero{position:relative;padding:4.5rem 1.5rem 3.5rem;background:linear-gradient(135deg,#052d44,#0b455e 45%,#007b90 80%,#1ea5b7);color:#fff;overflow:hidden;border-radius:0 0 36px 36px;box-shadow:0 16px 40px rgba(5,45,68,.18)}@media(max-width:768px){.gift-hero{padding:3rem 1.25rem 2.5rem;border-radius:0 0 24px 24px}}.gift-hero:before{top:-30%;right:-10%;width:580px;height:580px;background:radial-gradient(circle,rgba(30,165,183,.32) 0,rgba(0,123,144,.12) 40%,transparent 70%);animation:floatOrb 10s ease-in-out infinite}.gift-hero:after,.gift-hero:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.gift-hero:after{bottom:-35%;left:-12%;width:480px;height:480px;background:radial-gradient(circle,rgba(255,145,1,.18) 0,rgba(0,123,144,.08) 45%,transparent 70%);animation:floatOrb 12s ease-in-out infinite reverse}.gift-hero .hero-content{position:relative;z-index:2;text-align:center;max-width:860px;margin:0 auto}.gift-hero .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:hsla(0,0%,100%,.12);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid hsla(0,0%,100%,.22);border-radius:999px;margin-bottom:1.5rem;box-shadow:0 4px 16px rgba(0,0,0,.15);animation:slideUpFade .5s cubic-bezier(.22,.61,.36,1) both}.gift-hero .hero-badge .badge-icon{font-size:1rem;filter:drop-shadow(0 0 6px rgba(255,215,0,.6))}.gift-hero .hero-badge .badge-text{font-size:.8125rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.75px}.gift-hero .hero-title{font-size:clamp(2.35rem,5.5vw,3.85rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;margin-bottom:1.25rem;color:#fff;animation:slideUpFade .5s cubic-bezier(.22,.61,.36,1) .1s both}.gift-hero .hero-title .title-gradient{background:linear-gradient(135deg,#ffffff 30%,#a5f3fc 75%,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;display:inline-block}.gift-hero .hero-subtitle{font-size:clamp(1rem,2.2vw,1.2rem);color:rgba(240,248,255,.85);line-height:1.7;max-width:620px;margin:0 auto 2rem;font-weight:400;animation:slideUpFade .5s cubic-bezier(.22,.61,.36,1) .2s both}.gift-hero .hero-stats{display:inline-flex;align-items:center;justify-content:center;gap:1.5rem;padding:.75rem 1.75rem;background:rgba(5,45,68,.45);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.15);border-radius:999px;box-shadow:0 8px 24px rgba(0,0,0,.14);animation:slideUpFade .5s cubic-bezier(.22,.61,.36,1) .3s both;flex-wrap:wrap}@media(max-width:576px){.gift-hero .hero-stats{gap:.85rem;padding:.65rem 1.15rem}}.gift-hero .hero-stats .stat-inline{font-size:.9375rem;font-weight:600;color:#eaf6fb;display:flex;align-items:center;gap:.35rem}@media(max-width:576px){.gift-hero .hero-stats .stat-inline{font-size:.8125rem}}.gift-hero .hero-stats .stat-separator{color:rgba(30,165,183,.6);font-size:1.25rem;line-height:1}@media(max-width:576px){.gift-hero .hero-stats .stat-separator{display:none}}.section-header{text-align:center;margin-bottom:3.25rem;padding:0 1rem}.section-header .section-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem 1.1rem;background:#eaf8fb;border:1px solid rgba(0,123,144,.2);border-radius:999px;font-size:.75rem;font-weight:700;color:#007b90;text-transform:uppercase;letter-spacing:1px;margin-bottom:.875rem}.section-header .section-title{font-size:clamp(1.75rem,3.8vw,2.35rem);font-weight:800;color:#132238;letter-spacing:-.025em;margin-bottom:.65rem;line-height:1.2}.section-header .section-subtitle{font-size:1.0625rem;color:#5c6e82;max-width:540px;margin:0 auto;line-height:1.65}.denominations-section{padding:4.5rem 0 3rem;max-width:1420px;margin:0 auto}@media(max-width:768px){.denominations-section{padding:3rem 0 2rem}}.gift-denominations{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:1.75rem;padding:0 1.5rem;margin:0 auto}@media(max-width:680px){.gift-denominations{grid-template-columns:1fr;gap:1.25rem;padding:0 1rem}}.gift-denom-card{position:relative;height:235px;border-radius:24px;overflow:hidden;cursor:pointer;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s cubic-bezier(.22,.61,.36,1);box-shadow:0 10px 30px rgba(19,34,56,.12),0 2px 6px rgba(19,34,56,.06);-webkit-user-select:none;user-select:none;border:1px solid hsla(0,0%,100%,.18);isolation:isolate}.gift-denom-card.tier-basic{background:linear-gradient(135deg,#062b42,#0d4a6b 48%,#007b90 85%,#1595a8)}.gift-denom-card.tier-silver{background:linear-gradient(135deg,#1f2d3d,#3a4b5d 40%,#64748b 75%,#007b90)}.gift-denom-card.tier-gold{background:linear-gradient(135deg,#2b1f05,#5d4310 35%,#9b721e 65%,#cfa030 90%,#dfb448)}.gift-denom-card.tier-platinum{background:linear-gradient(135deg,#071e33,#0f3f61 45%,#1a638f 80%,#0284c7)}.gift-denom-card.tier-diamond{background:linear-gradient(135deg,#101426,#1e1b4b 40%,#312e81 75%,#007b90)}.gift-denom-card.tier-premium{background:linear-gradient(135deg,#052438,#005c6e 40%,#007b90 75%,#0ea5e9)}.gift-denom-card:before{inset:0;background-image:radial-gradient(circle at 85% 15%,rgba(255,255,255,.15) 0,transparent 45%),radial-gradient(circle at 15% 90%,rgba(255,255,255,.1) 0,transparent 40%),linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:100% 100%,100% 100%,24px 24px,24px 24px;z-index:1}.gift-denom-card:after,.gift-denom-card:before{content:"";position:absolute;pointer-events:none}.gift-denom-card:after{top:-50%;left:-100%;width:60%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.04) 30%,rgba(255,255,255,.28) 50%,rgba(255,255,255,.04) 70%,transparent);transform:rotate(25deg);z-index:2;transition:none}.gift-denom-card:hover{transform:translateY(-8px) scale(1.018);box-shadow:0 24px 50px rgba(5,45,68,.25),0 8px 18px rgba(0,123,144,.2)}.gift-denom-card:hover:after{animation:shimmerGleam .9s ease-in-out}.gift-denom-card:hover .gift-icon{transform:scale(1.1) rotate(-8deg);background:hsla(0,0%,100%,.3)}.gift-denom-card:hover .card-bg-logo{opacity:.18;transform:translate(-50%,-50%) rotate(-12deg) scale(1.08)}.gift-denom-card:hover .buy-now-btn{background:#fff;color:#007b90;box-shadow:0 6px 18px rgba(0,0,0,.18);transform:translateX(3px)}.gift-denom-card:hover .buy-now-btn svg{transform:translateX(3px)}.gift-denom-card .popular-badge{top:1rem;right:1.15rem;padding:.3rem .8rem;background:linear-gradient(135deg,#ff4b3e,#ff7844);color:#fff;border-radius:999px;font-size:.6875rem;letter-spacing:.75px;box-shadow:0 4px 14px rgba(255,75,62,.4);animation:pulseGlow 2.5s infinite}.gift-denom-card .best-value-badge,.gift-denom-card .popular-badge{position:absolute;font-weight:800;text-transform:uppercase;z-index:5}.gift-denom-card .best-value-badge{top:0;left:50%;transform:translateX(-50%);padding:.32rem 1.15rem;background:linear-gradient(135deg,#9a7322,#d4af37 50%,#f6e69f 80%,#b8860b);color:#2b1f05;border-radius:0 0 12px 12px;font-size:.65rem;letter-spacing:.65px;box-shadow:0 4px 12px rgba(212,175,55,.35);white-space:nowrap}.gift-denom-card .card-bg-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-16deg);opacity:.11;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;filter:brightness(0) invert(1);transition:all .4s cubic-bezier(.22,.61,.36,1)}.gift-denom-card .card-content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem 1.65rem;color:#fff}.gift-denom-card .gift-icon-wrapper{display:flex;align-items:center;justify-content:space-between}.gift-denom-card .gift-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.18);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;border:1px solid hsla(0,0%,100%,.28);transition:all .3s cubic-bezier(.22,.61,.36,1)}.gift-denom-card .gift-icon svg{width:24px;height:24px;fill:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.18))}.gift-denom-card .card-chip{width:44px;height:32px;background:linear-gradient(135deg,#ecd58c,#f6e69f 35%,#d1a843 70%,#997321);border-radius:6px;border:1px solid hsla(0,0%,100%,.45);box-shadow:inset 0 1px 2px hsla(0,0%,100%,.6),0 2px 6px rgba(0,0,0,.25);position:relative;overflow:hidden}.gift-denom-card .card-chip:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:rgba(100,70,15,.45);transform:translateY(-50%)}.gift-denom-card .card-chip:after{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:rgba(100,70,15,.45);transform:translateX(-50%)}.gift-denom-card .denom-amount{margin-top:.4rem}.gift-denom-card .denom-amount .amount-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.75px;color:hsla(0,0%,100%,.75);margin-bottom:.35rem}.gift-denom-card .denom-amount .amount-value{font-size:clamp(1.85rem,3.8vw,2.35rem);font-weight:900;line-height:1.05;letter-spacing:-.02em;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.25)}.gift-denom-card .denom-amount .currency-symbol{font-size:1.25rem;font-weight:700;vertical-align:super;margin-right:.2rem;color:hsla(0,0%,100%,.95)}.gift-denom-card .card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.6rem}.gift-denom-card .card-brand{font-size:.75rem;font-weight:800;letter-spacing:2.25px;color:hsla(0,0%,100%,.85);text-transform:uppercase}.gift-denom-card .buy-now-btn{padding:.52rem 1.15rem;background:hsla(0,0%,100%,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.35);border-radius:999px;color:#fff;font-size:.8125rem;font-weight:700;cursor:pointer;transition:all .25s cubic-bezier(.22,.61,.36,1);display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.gift-denom-card .buy-now-btn svg{width:14px;height:14px;fill:currentColor;transition:transform .2s ease}.custom-amount-card{background:#fff!important;border:2px dashed rgba(0,123,144,.35)!important;box-shadow:0 8px 24px rgba(19,34,56,.06)!important}.custom-amount-card:hover{border-color:#007b90!important;background:#eaf8fb!important;box-shadow:0 16px 40px rgba(0,123,144,.16)!important}.custom-amount-card:hover .custom-icon{transform:scale(1.12);background:#007b90}.custom-amount-card:hover .custom-icon svg{fill:#fff}.custom-amount-card:hover .custom-title{color:#007b90!important}.custom-amount-card .card-bg-logo{display:none}.custom-amount-card .custom-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;padding:1.75rem 1.5rem;color:#132238}.custom-amount-card .custom-icon-wrapper{margin-bottom:.85rem}.custom-amount-card .custom-icon{width:56px;height:56px;border-radius:16px;background:#eaf8fb;border:1px solid rgba(0,123,144,.18);display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.22,.61,.36,1)}.custom-amount-card .custom-icon svg{width:28px;height:28px;fill:#007b90;transition:fill .3s ease}.custom-amount-card .custom-title{font-size:1.25rem;font-weight:800;color:#132238;letter-spacing:-.015em;margin-bottom:.3rem;transition:color .2s ease}.custom-amount-card .custom-subtitle{font-size:.875rem;color:#5c6e82;margin-bottom:.65rem;font-weight:500}.custom-amount-card .min-amount-hint{display:inline-block;font-size:.75rem;font-weight:700;color:#007b90;background:rgba(0,123,144,.08);padding:.3rem .85rem;border-radius:999px;border:1px solid rgba(0,123,144,.16);margin:0}.purchase-section{padding:4rem 1.25rem;background:#f4f8fb;min-height:80vh}.gift-purchase-container{max-width:760px;margin:0 auto}.form-card{background:#fff;border-radius:24px;padding:2.75rem;box-shadow:0 20px 50px rgba(19,34,56,.12);border:1px solid #e4edf3}@media(max-width:576px){.form-card{padding:1.75rem 1.25rem;border-radius:20px}}.form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e4edf3}@media(max-width:576px){.form-header{flex-direction:column;gap:1rem;align-items:flex-start}}.form-header .form-title{font-size:1.5rem;font-weight:800;color:#132238;letter-spacing:-.02em;margin:0}.form-header .back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.15rem;background:#eaf8fb;border:1px solid rgba(0,123,144,.18);border-radius:999px;font-size:.875rem;font-weight:700;color:#007b90;cursor:pointer;transition:all .2s ease}.form-header .back-btn:hover{background:#007b90;color:#fff;border-color:rgba(0,0,0,0);transform:translateX(-2px)}.selected-denom-display{background:linear-gradient(135deg,rgba(0,123,144,.08),rgba(30,165,183,.06));border:1px solid rgba(0,123,144,.18);border-radius:14px;padding:1.35rem 1.75rem;margin-bottom:2.25rem;display:flex;justify-content:space-between;align-items:center}@media(max-width:576px){.selected-denom-display{flex-direction:column;gap:1rem;text-align:center}}.selected-denom-display .selected-info .label{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#5c6e82;margin-bottom:.25rem}.selected-denom-display .selected-info .amount{font-size:2rem;font-weight:900;color:#007b90;letter-spacing:-.02em}.selected-denom-display .selected-visual{width:84px;height:54px;background:linear-gradient(135deg,#052d44,#0b455e 45%,#007b90 80%,#1ea5b7);border-radius:10px;position:relative;overflow:hidden;box-shadow:0 6px 18px rgba(5,45,68,.25)}.selected-denom-display .selected-visual:before{content:"";position:absolute;top:50%;left:10%;right:10%;height:1px;background:hsla(0,0%,100%,.35)}.selected-denom-display .selected-visual:after{content:"";position:absolute;top:20%;right:15%;width:18px;height:14px;background:linear-gradient(135deg,#9a7322,#d4af37 50%,#f6e69f 80%,#b8860b);border-radius:3px}.form-section{margin-bottom:2.25rem}.form-section:last-of-type{margin-bottom:0}.section-label{display:flex;align-items:center;gap:.65rem;font-size:1.05rem;font-weight:800;color:#132238;margin-bottom:1.35rem}.section-label .section-icon{width:28px;height:28px;background:#eaf8fb;border:1px solid rgba(0,123,144,.18);border-radius:6px;display:flex;align-items:center;justify-content:center}.section-label .section-icon svg{width:16px;height:16px;fill:#007b90}.section-label .optional-badge{font-size:.72rem;font-weight:600;color:#8a9baa;background:#f4f8fb;padding:.2rem .6rem;border-radius:999px;margin-left:auto}.form-group{margin-bottom:1.35rem}.form-group label{display:block;font-size:.875rem;font-weight:700;color:#132238;margin-bottom:.5rem}.form-group label .required{color:#ff4b3e;margin-left:.25rem}.form-group .input-wrapper{position:relative}.form-group .input-wrapper .input-icon{position:absolute;left:1.15rem;top:50%;transform:translateY(-50%);color:#8a9baa;pointer-events:none;display:flex;align-items:center}.form-group .input-wrapper .form-control{width:100%;padding:.85rem 1.15rem .85rem 2.85rem;border:1.5px solid #e4edf3;border-radius:14px;font-size:.95rem;color:#132238;background:#fff;transition:all .2s ease}.form-group .input-wrapper .form-control:focus{outline:none;border-color:#007b90;box-shadow:0 0 0 4px rgba(0,123,144,.12)}.form-group .input-wrapper .form-control::placeholder{color:#8a9baa}.form-group .input-wrapper .form-control.input-error{border-color:#ff4b3e}.form-group .input-wrapper .form-control.input-error:focus{box-shadow:0 0 0 4px rgba(255,75,62,.12)}.form-group .input-wrapper textarea.form-control{padding-left:1.15rem;min-height:110px;resize:vertical}.form-group .input-wrapper.phone-input-wrapper{display:flex;border:1.5px solid #e4edf3;border-radius:14px;overflow:hidden;transition:all .2s ease}.form-group .input-wrapper.phone-input-wrapper:focus-within{border-color:#007b90;box-shadow:0 0 0 4px rgba(0,123,144,.12)}.form-group .input-wrapper.phone-input-wrapper .country-select{flex-shrink:0;border-right:1px solid #e4edf3;background:#f4f8fb}.form-group .input-wrapper.phone-input-wrapper .country-select .country-select-control{height:100%;padding:.85rem .75rem .85rem 1rem;border:none;background:rgba(0,0,0,0);font-size:.875rem;font-weight:700;color:#132238;cursor:pointer}.form-group .input-wrapper.phone-input-wrapper .country-select .country-select-control:focus{outline:none}.form-group .input-wrapper.phone-input-wrapper .phone-control{flex:1 1;border:none;padding-left:1.15rem}.form-group .input-wrapper.phone-input-wrapper .phone-control:focus{box-shadow:none}.form-group .error-message{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;color:#ff4b3e;margin-top:.45rem}.form-group .error-message svg{width:14px;height:14px;fill:#ff4b3e}.form-group .help-text{font-size:.75rem;color:#8a9baa;margin-top:.45rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:600px){.form-row{grid-template-columns:1fr;gap:0}}.submit-btn{width:100%;padding:1.15rem 1.75rem;background:linear-gradient(135deg,#007b90,#0b5982);border:none;border-radius:14px;color:#fff;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .25s cubic-bezier(.22,.61,.36,1);display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.75rem;box-shadow:0 12px 28px rgba(0,123,144,.32);letter-spacing:.2px}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(0,123,144,.42);filter:brightness(1.04)}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{background:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none;filter:none}.security-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.25rem;font-size:.78rem;color:#5c6e82;font-weight:600}.security-badge svg{width:16px;height:16px;fill:#2d8f52}.features-section{padding:5.5rem 1.5rem;background:#fff;border-top:1px solid #e4edf3;border-bottom:1px solid #e4edf3}@media(max-width:768px){.features-section{padding:3.5rem 1rem}}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem;max-width:1360px;margin:0 auto}@media(max-width:1080px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.features-grid{grid-template-columns:1fr}}.feature-card{background:#f8fbfd;border:1px solid #e4edf3;border-radius:24px;padding:2.25rem 1.75rem;text-align:center;transition:all .3s cubic-bezier(.22,.61,.36,1);position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#007b90,#0b5982);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.22,.61,.36,1)}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(19,34,56,.08);border-color:rgba(0,123,144,.25);background:#fff}.feature-card:hover:after{transform:scaleX(1)}.feature-card:hover .feature-icon{transform:scale(1.1);background:#007b90}.feature-card:hover .feature-icon svg{fill:#fff}.feature-card .feature-icon{width:68px;height:68px;margin:0 auto 1.5rem;background:#eaf8fb;border:1px solid rgba(0,123,144,.16);border-radius:20px;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.22,.61,.36,1)}.feature-card .feature-icon svg{width:32px;height:32px;fill:#007b90;transition:fill .3s ease}.feature-card .feature-title{font-size:1.15rem;font-weight:800;color:#132238;margin-bottom:.65rem;letter-spacing:-.01em}.feature-card .feature-description{font-size:.9375rem;color:#5c6e82;line-height:1.65;margin:0}.how-it-works-section{padding:5.5rem 1.5rem;background:#f4f8fb}@media(max-width:768px){.how-it-works-section{padding:3.5rem 1rem}}.steps-container{display:flex;justify-content:center;gap:2rem;max-width:1080px;margin:0 auto;position:relative}@media(max-width:768px){.steps-container{flex-direction:column;align-items:center;gap:2.75rem}}.steps-container:before{content:"";position:absolute;top:44px;left:20%;right:20%;height:2px;background:linear-gradient(90deg,rgba(0,123,144,.2),rgba(30,165,183,.5) 50%,rgba(0,123,144,.2));z-index:0}@media(max-width:768px){.steps-container:before{display:none}}.step-card{flex:1 1;max-width:300px;text-align:center;position:relative;z-index:1}.step-card .step-number{width:88px;height:88px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#007b90,#0b5982);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.85rem;font-weight:900;color:#fff;box-shadow:0 10px 28px rgba(0,123,144,.35);position:relative;border:3px solid #fff}.step-card .step-number:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:2px dashed rgba(0,123,144,.35);animation:rotateRing 25s linear infinite}.step-card .step-title{font-size:1.15rem;font-weight:800;color:#132238;margin-bottom:.5rem;letter-spacing:-.01em}.step-card .step-description{font-size:.9375rem;color:#5c6e82;line-height:1.65;margin:0}.testimonials-section{padding:5.5rem 1.5rem;background:#fff}@media(max-width:768px){.testimonials-section{padding:3.5rem 1rem}}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.75rem;max-width:1280px;margin:0 auto}.testimonial-card{background:#f8fbfd;border:1px solid #e4edf3;border-radius:24px;padding:2.25rem 2rem;transition:all .3s cubic-bezier(.22,.61,.36,1);position:relative}.testimonial-card:hover{box-shadow:0 12px 32px rgba(19,34,56,.08);border-color:rgba(0,123,144,.22);transform:translateY(-4px);background:#fff}.testimonial-card .testimonial-stars{display:flex;gap:.25rem;margin-bottom:1.15rem}.testimonial-card .testimonial-stars svg{width:18px;height:18px;fill:#f59e0b}.testimonial-card .testimonial-text{font-size:.965rem;color:#5c6e82;line-height:1.75;margin-bottom:1.5rem;font-style:italic}.testimonial-card .testimonial-author{display:flex;align-items:center;gap:.85rem}.testimonial-card .testimonial-author .author-avatar{width:46px;height:46px;background:linear-gradient(135deg,#007b90,#0b5982);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:800;color:#fff;box-shadow:0 4px 12px rgba(0,123,144,.25)}.testimonial-card .testimonial-author .author-info .author-name{font-size:.95rem;font-weight:800;color:#132238}.testimonial-card .testimonial-author .author-info .author-title{font-size:.8125rem;color:#8a9baa;font-weight:500}.terms-section{padding:4.5rem 1.25rem 5rem;background:#f4f8fb}@media(max-width:768px){.terms-section{padding:3rem 1rem 3.5rem}}.terms-container{max-width:840px;margin:0 auto}.terms-card{background:#fff;border-radius:24px;padding:2.25rem 2.5rem;box-shadow:0 8px 24px rgba(19,34,56,.05);border:1px solid #e4edf3}@media(max-width:576px){.terms-card{padding:1.75rem 1.25rem}}.terms-card .terms-title{font-size:1.2rem;font-weight:800;color:#132238;margin-bottom:1.5rem;display:flex;align-items:center;gap:.65rem}.terms-card .terms-title svg{width:22px;height:22px;fill:#007b90}.terms-card .terms-list{list-style:none;padding:0;margin:0}.terms-card .terms-list li{display:flex;align-items:flex-start;gap:.85rem;padding:.9rem 0;border-bottom:1px solid #e4edf3;font-size:.9375rem;color:#5c6e82;line-height:1.6}.terms-card .terms-list li:last-child{border-bottom:none}.terms-card .terms-list li svg{width:18px;height:18px;fill:#007b90;flex-shrink:0;margin-top:3px}.gift-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 1.5rem;text-align:center}.gift-loading .loading-spinner{width:52px;height:52px;border:4px solid rgba(0,123,144,.15);border-top-color:#007b90;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1.25rem}.gift-loading .loading-text{font-size:1rem;font-weight:600;color:#5c6e82}.gift-error{flex-direction:column;padding:6rem 1.5rem;text-align:center}.gift-error,.gift-error .error-icon{display:flex;align-items:center;justify-content:center}.gift-error .error-icon{width:72px;height:72px;background:#ffeceb;border-radius:50%;margin-bottom:1.25rem}.gift-error .error-icon svg{width:36px;height:36px;fill:#ff4b3e}.gift-error .error-title{font-size:1.35rem;font-weight:800;color:#132238;margin-bottom:.5rem}.gift-error .error-message{font-size:.95rem;color:#5c6e82;margin-bottom:1.5rem;max-width:420px}.gift-error .retry-btn{padding:.75rem 1.65rem;background:linear-gradient(135deg,#007b90,#0b5982);border:none;border-radius:999px;color:#fff;font-size:.9375rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 12px 28px rgba(0,123,144,.28)}.gift-error .retry-btn:hover{transform:translateY(-2px);box-shadow:0 20px 45px rgba(0,123,144,.38)}.gift-error .retry-btn svg{width:18px;height:18px;fill:currentColor}.gift-modal-overlay{position:fixed;inset:0;background:rgba(5,45,68,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.gift-modal{background:#fff;border-radius:24px;width:100%;max-width:540px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px rgba(19,34,56,.12);animation:slideUpFade .35s cubic-bezier(.22,.61,.36,1)}.gift-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;border-bottom:1px solid #e4edf3}.gift-modal-header .modal-title{font-size:1.25rem;font-weight:800;color:#132238;margin:0}.gift-modal-header .modal-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f4f8fb;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease}.gift-modal-header .modal-close:hover{background:#e4edf3;transform:scale(1.08)}.gift-modal-header .modal-close svg{width:18px;height:18px;fill:#5c6e82}.gift-modal-body{padding:1.75rem}.gift-modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 1.75rem;border-top:1px solid #e4edf3}@media(max-width:576px){.gift-modal-footer{flex-direction:column}}.modal-btn{padding:.75rem 1.5rem;border-radius:14px;font-size:.9375rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}@media(max-width:576px){.modal-btn{width:100%}}.modal-btn-secondary{background:#f4f8fb;border:1px solid #e4edf3;color:#5c6e82}.modal-btn-secondary:hover{background:#e4edf3;color:#132238}.modal-btn-primary{background:linear-gradient(135deg,#007b90,#0b5982);border:none;color:#fff;box-shadow:0 12px 28px rgba(0,123,144,.28)}.modal-btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 45px rgba(0,123,144,.38)}.gift-success-modal{text-align:center}.gift-success-modal .success-animation{width:88px;height:88px;margin:0 auto 1.35rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 28px rgba(16,185,129,.35)}.gift-success-modal .success-animation svg{width:44px;height:44px;fill:#fff}.gift-success-modal .success-title{font-size:1.65rem;font-weight:800;color:#132238;letter-spacing:-.02em;margin-bottom:.5rem}.gift-success-modal .success-message{font-size:.985rem;color:#5c6e82;margin-bottom:1.85rem;line-height:1.6}.gift-success-modal .gift-card-display{background:linear-gradient(135deg,#052d44,#0b455e 45%,#007b90 80%,#1ea5b7);border-radius:24px;padding:2rem;margin-bottom:1.85rem;position:relative;overflow:hidden;box-shadow:0 18px 40px rgba(5,45,68,.3);color:#fff}.gift-success-modal .gift-card-display .gift-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.gift-success-modal .gift-card-display .gift-card-header .gift-card-brand{font-size:1.15rem;font-weight:900;letter-spacing:2px}.gift-success-modal .gift-card-display .gift-card-header .gift-card-chip{width:44px;height:32px;background:linear-gradient(135deg,#9a7322,#d4af37 50%,#f6e69f 80%,#b8860b);border-radius:6px}.gift-success-modal .gift-card-display .gift-card-amount{font-size:2.35rem;font-weight:900;margin-bottom:.35rem}.gift-success-modal .gift-card-display .gift-card-currency{font-size:.9rem;color:hsla(0,0%,100%,.7);margin-bottom:1.25rem}.gift-success-modal .gift-card-display .gift-card-code-section{background:hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px dashed hsla(0,0%,100%,.35);border-radius:14px;padding:1rem;margin-bottom:1rem}.gift-success-modal .gift-card-display .gift-card-code-section .code-label{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;color:hsla(0,0%,100%,.7);margin-bottom:.35rem;font-weight:700}.gift-success-modal .gift-card-display .gift-card-code-section .gift-card-code{font-size:1.45rem;font-weight:800;letter-spacing:3px;font-family:Courier New,monospace}.gift-success-modal .gift-card-display .gift-card-footer{display:flex;justify-content:space-between;font-size:.82rem;color:hsla(0,0%,100%,.65)}.gift-success-modal .action-buttons{display:flex;gap:1rem;justify-content:center}@media(max-width:576px){.gift-success-modal .action-buttons{flex-direction:column}}.gift-success-modal .action-buttons .action-btn{padding:.85rem 1.65rem;border-radius:14px;font-size:.9375rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}@media(max-width:576px){.gift-success-modal .action-buttons .action-btn{width:100%}}.gift-success-modal .action-buttons .btn-download{background:linear-gradient(135deg,#007b90,#0b5982);border:none;color:#fff;box-shadow:0 12px 28px rgba(0,123,144,.28)}.gift-success-modal .action-buttons .btn-download:hover{transform:translateY(-2px);box-shadow:0 20px 45px rgba(0,123,144,.38)}.gift-success-modal .action-buttons .btn-email{background:#f4f8fb;border:1px solid #e4edf3;color:#132238}.gift-success-modal .action-buttons .btn-email:hover{background:#e4edf3}.payment-processing-overlay{position:fixed;inset:0;background:rgba(5,45,68,.65);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:10000}.payment-processing-modal{background:#fff;border-radius:24px;padding:2.75rem 2rem;text-align:center;max-width:420px;width:90%;box-shadow:0 20px 50px rgba(19,34,56,.12)}.payment-processing-modal .spinner{width:54px;height:54px;border:4px solid rgba(0,123,144,.15);border-top-color:#007b90;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1.5rem}.payment-processing-modal h3{font-size:1.4rem;font-weight:800;color:#132238;margin-bottom:.65rem}.payment-processing-modal p{font-size:.95rem;color:#5c6e82;margin-bottom:1.75rem;line-height:1.5}.payment-processing-modal .cancel-payment-btn{background:rgba(0,0,0,0);border:1.5px solid #e4edf3;color:#5c6e82;padding:.75rem 1.5rem;border-radius:999px;font-size:.9375rem;font-weight:700;cursor:pointer;transition:all .2s ease}.payment-processing-modal .cancel-payment-btn:hover{border-color:#007b90;color:#007b90;background:#eaf8fb}.payment-iframe-overlay{position:fixed;inset:0;background:rgba(5,45,68,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:.75rem}.payment-iframe-modal{background:#fff;border-radius:20px;width:100%;max-width:720px;height:calc(100vh - 2rem);max-height:calc(100vh - 2rem);display:flex;flex-direction:column;box-shadow:0 20px 50px rgba(19,34,56,.12);overflow:hidden}.payment-iframe-header{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 1.5rem;border-bottom:1px solid #e4edf3;background:#f8fbfd}.payment-iframe-header h3{font-size:1.15rem;font-weight:800;color:#132238;margin:0}.payment-iframe-header .close-payment-btn{background:rgba(0,0,0,0);border:none;color:#5c6e82;cursor:pointer;padding:.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.payment-iframe-header .close-payment-btn:hover{background:#e4edf3;color:#007b90}.payment-iframe-container{flex:1 1;min-height:0;background:#f8fafc}.payment-iframe{width:100%;height:100%;border:none;display:block}.payment-iframe-footer{display:flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;border-top:1px solid #e4edf3;background:#f8fbfd}.payment-iframe-footer .secure-badge{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#5c6e82;font-weight:600}.payment-iframe-footer .secure-badge svg{color:#2d8f52}.back-btn:focus-visible,.buy-now-btn:focus-visible,.gift-denom-card:focus-visible,.modal-btn:focus-visible,.retry-btn:focus-visible,.submit-btn:focus-visible{outline:2.5px solid #007b90;outline-offset:3px}