.hero{background:#09195b;color:#fff;padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="30" r="1.5" fill="rgba(255,255,255,0.08)"/><circle cx="40" cy="70" r="1" fill="rgba(255,255,255,0.12)"/></svg>');opacity:.3;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(180deg)}}.hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto}.hero h1{font-size:4rem;font-weight:900;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#e0f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.4rem;margin-bottom:2.5rem;opacity:.95;font-weight:300}.hero-badges{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap}.hero-badge{background:#fff3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:.8rem 1.5rem;border-radius:25px;font-weight:600;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;gap:.5rem}@media(max-width:600px){.hero-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hero-badges .hero-badge{width:100%;margin:0;text-align:center}}.truemed-logo{background:#fff;color:#09195b;padding:.8rem 2rem;border-radius:20px;font-weight:700;font-size:1.5rem;margin-top:2rem;display:inline-block}.eligibility-section{padding:4rem 14rem;background:transparent}.section-title{text-align:center;font-size:3rem;font-weight:800;margin-bottom:1rem;background:#09195b;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-subtitle{text-align:center;font-size:1.6rem;color:#596183;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.eligibility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:2rem}.eligibility-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 30px #00000014;border:1px solid #f1f5f9;transition:all .4s ease;display:flex;flex-direction:column;position:relative;cursor:pointer;animation:fadeInUp .8s ease forwards;opacity:0;text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.eligibility-card:nth-child(1){animation-delay:.1s}.eligibility-card:nth-child(2){animation-delay:.2s}.eligibility-card:nth-child(3){animation-delay:.3s}.eligibility-card:nth-child(4){animation-delay:.4s}.eligibility-card:nth-child(5){animation-delay:.5s}.eligibility-card:nth-child(6){animation-delay:.6s}.eligibility-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 50px #09195b26}.eligibility-card:before{content:"";position:absolute;bottom:0;left:0;right:0;height:5px;background:#09195b;transform:scaleX(0);transition:transform .3s ease}.eligibility-card:hover:before{transform:scaleX(1)}.eligibility-card .eligibility-image{width:100%;height:260px;object-fit:cover;display:block;transition:transform .4s ease}.eligibility-card:hover .eligibility-image{transform:scale(1.05)}.eligibility-card .card-title{margin:1rem 0 .3rem;font-size:2rem;font-weight:700;color:#09195b;text-align:center}.eligibility-card .card-description{font-size:1.6rem;color:#475569;line-height:1.6;text-align:center;padding:0 1.5rem}.truemed-badge{display:block;background:#09195b;color:#fff;font-weight:600;font-size:.9rem;padding:.5rem 1rem;border-radius:25px;margin:1rem auto;width:fit-content;text-align:center}@media(max-width:992px){.eligibility-grid{grid-template-columns:repeat(2,1fr)}.eligibility-card .eligibility-image{height:220px}}@media(max-width:600px){.eligibility-grid{grid-template-columns:1fr}.eligibility-card .eligibility-image{height:200px}.eligibility-section{padding:0rem 20px}}.card-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.card-description{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.truemed-badge{background:#09195b;color:#fff;padding:.5rem 1rem;border-radius:15px;font-size:1.1rem;font-weight:600;display:inline-block;margin:auto}.truemed-section{padding:4rem 2rem;background:linear-gradient(135deg,#1e293b,#334155);color:#fff}.truemed-header{text-align:center;margin-bottom:4rem}.truemed-header h2{font-size:2.8rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#10b981,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.truemed-intro{max-width:800px;margin:0 auto;text-align:center;font-size:1.4rem;opacity:.9;line-height:1.7}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.step-card{background:#ffffff14;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s ease}.step-card:hover{transform:translateY(-5px);background:#ffffff1f}.step-number{background:#09195b;background:linear-gradient(135deg,#10b981,#059669);color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem;margin:0 auto 1.5rem}.step-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#fff}.step-description{color:#fffc;line-height:1.6}.guide-section{padding:4rem 2rem;background:#fff}.guide-container{max-width:1200px;margin:0 auto}.guide-steps{display:grid;gap:3rem;margin-top:3rem}.guide-step{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:2rem 0;border-bottom:1px solid #f1f5f9}.guide-step:nth-child(2n){direction:rtl}.guide-step:nth-child(2n)>*{direction:ltr}.step-content h3{font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.step-content p{color:#64748b;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.step-visual{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:20px;padding:2rem;text-align:center;border:1px solid #bbf7d0}.visual-icon{font-size:4rem;margin-bottom:1rem;display:block}.visual-text{color:#059669;font-weight:600}.step-cta{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.8rem 2rem;border:none;border-radius:20px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.step-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d}.products-section{padding:4rem 2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #10b98126}.product-image{height:250px;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;font-size:4rem;color:#fff;position:relative}.product-badge{position:absolute;top:15px;right:15px;background:#10b981e6;color:#fff;padding:.5rem 1rem;border-radius:15px;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-info{padding:2rem}.product-category{color:#10b981;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.product-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.product-description{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.product-price{font-size:1.6rem;font-weight:800;color:#10b981;margin-bottom:1rem}.shop-btn{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1rem;border-radius:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.shop-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d}.faq-section{padding:4rem 2rem;background:#fff}.faq-container{max-width:800px;margin:0 auto}.faq-item{margin-bottom:1.5rem;border:1px solid #e2e8f0;border-radius:15px;overflow:hidden}.faq-question{background:#f8fafc;padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#1e293b;transition:all .3s ease}.faq-question:hover{background:#f1f5f9}.faq-question.active{background:#09195b;color:#fff}.faq-icon{font-size:1.2rem;transition:transform .3s ease}.faq-question.active .faq-icon{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:all .3s ease}.faq-answer.active{padding:1.5rem;max-height:300px}.faq-answer p{color:#64748b;line-height:1.6}.trust-section{padding:4rem 2rem;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.trust-item{text-align:center;padding:2rem;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.trust-icon{font-size:3rem;margin-bottom:1rem;color:#10b981}.trust-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.trust-description{color:#fffc;font-size:.95rem}.cta-section{padding:4rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-button{background:#fff;color:#10b981;padding:1rem 2.5rem;border:none;border-radius:25px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 30px #ffffff4d}@media(max-width:768px){.hero h1{font-size:2.5rem}.nav-links{display:none}.guide-step{grid-template-columns:1fr;gap:1.5rem}.guide-step:nth-child(2n){direction:ltr}.eligibility-grid,.products-grid{grid-template-columns:1fr}.hero-badges{flex-direction:column;align-items:center}}.re-section{padding:3.5rem 2rem;background:#fff}.re-wrap{max-width:1200px;margin:0 auto}.re-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:2rem;align-items:start}.re-left-wrap{display:grid;gap:1rem}.re-title-left{margin:0 25px 36px;font-weight:800;font-size:3rem;color:#09195b;letter-spacing:.2px;text-align:center}.re-img{width:100%;display:block;object-fit:cover;border-radius:18px}.re-img-large{height:644px;box-shadow:0 14px 40px #00000014}.re-mini-gallery{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}.re-mini{height:220px;box-shadow:0 10px 28px #0000000f}.re-card{background:#fff;border:1px solid #eef2f7;border-radius:18px;box-shadow:0 10px 30px #0000000f;padding:1.75rem 1.6rem}.re-card-head{margin:0 0 .75rem}.re-card-head h3{margin:0;font-size:2rem;font-weight:800;color:#09195b}.re-card p.re-intro{font-size:1.6rem;color:#596183;line-height:1.75;margin:0 0 1rem}.re-card p.re-intro:last-of-type{margin-bottom:.25rem}.re-left{margin:0}.re-left-wrap,.re-right{opacity:0;transform:translateY(16px);animation:reFade .6s ease forwards}.re-right{animation-delay:.08s}@keyframes reFade{to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.re-grid{grid-template-columns:1fr}.re-img-large{height:420px}}@media(max-width:640px){.re-mini{height:170px}.re-title-left{font-size:2.5rem;margin:0 0 20px}}.re-grid{align-items:stretch}.re-left-wrap{height:100%}.re-left{height:100%;margin:0}.re-left .re-img-large{height:100%;width:100%;object-fit:cover;border-radius:18px;box-shadow:0 14px 40px #00000014}@media(max-width:1100px){.re-left-wrap,.re-left{height:auto}.re-left .re-img-large{height:420px}}:root{--cc-blue: #0b4da2;--cc-maxw: 1100px;--cc-gap-x: 28px;--cc-gap-y: 40px;--cc-radius: 10px}.cc-section{background:#fff;padding:64px 20px}.cc-wrap{max-width:var(--cc-maxw);margin:0 auto}.cc-heading{text-align:center;color:#09195b;font-weight:800;letter-spacing:-.02em;font-size:3rem;margin:0 0 28px}.cc-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--cc-gap-x);align-items:center}.cc-row.is-reversed .cc-copy{order:1}.cc-row.is-reversed .cc-media{order:2}.cc-media{margin:0;overflow:hidden}.cc-media img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover}.cc-copy{max-width:536px;height:335px;color:#09195b;padding:24px;background:#f8f8f8}.cc-title{margin:0 0 10px;font-weight:800;font-size:2.5rem;color:#09195b;text-align:center}.cc-desc{margin:0 0 10px;line-height:1.6;font-size:1.6rem;color:#596183;text-align:center;padding:10px 50px}.cc-link{display:inline-block;font-weight:700;color:#09195b;text-decoration:none;font-size:.95rem}.cc-link:hover{text-decoration:underline}.cc-row.cc-flush{gap:0}.cc-row.cc-flush .cc-media,.cc-row.cc-flush .cc-copy{height:358px}.cc-row.cc-flush .cc-media img{width:100%;height:100%;object-fit:cover}.cc-row.cc-flush .cc-copy{width:100%;max-width:none}.cc-step-badge{display:grid;place-items:center;width:37px;height:37px;margin:0 auto 10px;border-radius:999px;background:#09195b;color:#fff;font-weight:600;font-size:1.4rem;letter-spacing:.02em;box-shadow:0 8px 20px #0b4da238}.cc-copy[style*="text-align:center"] .cc-step-badge,.cc-copy.text-center .cc-step-badge{margin-left:auto;margin-right:auto}.cc-copy:hover .cc-step-badge{transform:translateY(-1px)}.cc-row.cc-flush .cc-copy{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:8px}@media(max-width:900px){.cc-row.cc-flush .cc-copy{align-items:center;row-gap:8px}}@media(max-width:900px){.cc-row.cc-flush .cc-media,.cc-row.cc-flush .cc-copy{height:auto;border-radius:var(--cc-radius);margin:10px 0}}@media(max-width:900px){.cc-row{grid-template-columns:1fr;gap:14px;text-align:center}.cc-copy{max-width:100%;margin:0 auto}.cc-row.is-reversed .cc-copy{order:2}.cc-row.is-reversed .cc-media{order:1}}@media(max-width:640px){.cc-section{padding:0rem 2rem}.cc-desc{padding:0}}:root{--lm-blue: #0b4da2;--lm-accent: #8e44ad;--lm-bg: #ffffff;--lm-muted: #596183;--lm-maxw: 1100px;--lm-radius: 14px;--lm-shadow: 0 10px 28px rgba(0,0,0,.1);--lm-border: 1px solid #eef2f7}.lm-section{background:var(--lm-bg);padding:64px 20px}.lm-wrap{max-width:var(--lm-maxw);margin:0 auto}.lm-heading{text-align:center;color:#09195b;font-weight:800;letter-spacing:-.02em;font-size:3rem;margin:0 0 10px}.lm-subcopy{text-align:center;color:var(--lm-muted);max-width:780px;margin:0 auto 28px;line-height:1.65;font-size:1.5rem;padding:0 24px}.lm-steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:22px;list-style:none;margin:0;padding:12px 0 0}.lm-steps:before{content:"";position:absolute;left:0;right:0;top:36px;height:4px;border-radius:999px;background:linear-gradient(to right,var(--lm-accent),#9b59b6 45%,#c6d3e8 45%,#c6d3e8);opacity:.25}.lm-step{position:relative}.lm-card{background:#fff;border:var(--lm-border);border-radius:var(--lm-radius);box-shadow:var(--lm-shadow);padding:20px 18px 18px;height:100%;transform:translateY(14px);opacity:0;animation:lmFadeUp .55s ease forwards}.lm-step:nth-child(1) .lm-card{animation-delay:.05s}.lm-step:nth-child(2) .lm-card{animation-delay:.15s}.lm-step:nth-child(3) .lm-card{animation-delay:.25s}.lm-step:nth-child(4) .lm-card{animation-delay:.35s}@keyframes lmFadeUp{to{transform:translateY(0);opacity:1}}@media(prefers-reduced-motion:reduce){.lm-card{animation:none;opacity:1;transform:none}}.lm-meta{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.75rem;margin-bottom:.35rem}.lm-badge{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:999px;color:#fff;font-weight:800;background:#09195b;box-shadow:0 6px 18px #0000002e;-webkit-user-select:none;user-select:none}.lm-title{margin:0;color:#09195b;font-weight:800;letter-spacing:-.01em;font-size:1.6rem}.lm-desc{margin:10px 0 8px;color:var(--lm-muted);line-height:1.7;font-size:1.4rem}.lm-tip{margin:0;color:#7f8aa8;font-size:.99rem;font-weight:600}.lm-card:hover{box-shadow:0 16px 40px #00000024;border-color:#8e44ad40}@media(max-width:1000px){.lm-steps{grid-template-columns:repeat(2,1fr);gap:18px}.lm-steps:before{display:none}}@media(max-width:560px){.lm-steps{grid-template-columns:1fr}.lm-section{padding:2.5rem 20px}.lm-title{font-size:2rem}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/hsa-fsa.css.map */
