@keyframes home-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes home-hero-badge-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.home-stack{display:flex;flex-direction:column;gap:3.5rem;padding-block:3rem}@media (min-width:768px){.home-stack{gap:4.5rem;padding-block:4rem}}.home-hero{background:#f4f8ff;color:#071e4b}.home-hero__frame{position:relative;width:100%;overflow:hidden;background:#f4f8ff}.home-hero__image{object-fit:cover;object-position:center center}.home-hero__overlay{position:absolute;inset:0;z-index:1;display:flex;align-items:center;pointer-events:none}.home-hero__overlay:before{content:"";position:absolute;inset:0;background:linear-gradient(102deg,rgba(255,255,255,.98),rgba(255,255,255,.92) 26%,rgba(244,248,255,.55) 44%,transparent 58%);pointer-events:none}.home-hero__shell{position:relative;z-index:1;display:flex;align-items:center;width:100%;max-width:var(--layout-max,1280px);height:100%;margin-inline:auto;padding-inline:1rem;box-sizing:border-box}.home-hero__copy-inner{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:30rem;pointer-events:auto;animation:home-fade-up .55s ease-out both}.home-hero__headline{display:flex;flex-direction:column;gap:1.125rem}.home-hero__eyebrow{margin:0;font-size:.8125rem;font-weight:500;letter-spacing:.01em;color:#1259d8}.home-hero__title{margin:0;display:flex;flex-direction:column;gap:.35rem;font-family:var(--font-display);font-size:clamp(2.35rem,3.6vw,3.25rem);letter-spacing:-.03em;line-height:1.08}.home-hero__title-line{display:block;font-weight:600;color:#071e4b}.home-hero__title-accent{display:block;font-weight:700;color:#071e4b}.home-hero__text{margin:clamp(1.35rem,2.2vw,1.85rem) 0 0;max-width:26rem;font-size:1.0625rem;font-weight:400;line-height:1.68;color:#425466}.home-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem 1.5rem;margin-top:clamp(1.75rem,2.8vw,2.35rem)}.home-hero__cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.875rem;padding:0 1.5rem;border-radius:999px;background:#1259d8;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.01em;text-decoration:none;box-shadow:0 2px 10px rgba(18,89,216,.2);transition:background .2s ease,box-shadow .2s ease}.home-hero__cta:hover{background:#0e49b3;box-shadow:0 4px 16px rgba(18,89,216,.26)}.home-hero__link{font-size:.875rem;font-weight:500;color:#071e4b;text-decoration:none;border-bottom:1px solid rgba(7,30,75,.22);padding-bottom:.1rem;transition:color .15s ease,border-color .15s ease}.home-hero__link:hover{color:#1259d8;border-color:rgba(18,89,216,.45);text-decoration:none}.home-hero__trust{display:flex;flex-wrap:wrap;align-items:stretch;gap:.5rem;margin:clamp(1.5rem,2.4vw,2rem) 0 0;padding:0;list-style:none}.home-hero__trust-badge{display:inline-flex;align-items:center;gap:.55rem;max-width:100%;padding:.5rem .85rem .5rem .5rem;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(18,89,216,.1);box-shadow:0 2px 10px rgba(7,30,75,.06);opacity:0;animation:home-hero-badge-in .45s ease-out forwards;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.home-hero__trust-badge:hover{border-color:rgba(18,89,216,.22);box-shadow:0 4px 14px rgba(7,30,75,.08);transform:translateY(-1px)}.home-hero__trust-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:50%;background:linear-gradient(180deg,#f4f8ff,#eaf2ff);color:#1259d8}.home-hero__trust-icon svg{width:.9375rem;height:.9375rem}.home-hero__trust-label{font-size:.75rem;font-weight:550;line-height:1.35;color:#425466;letter-spacing:.005em}@media (min-width:640px){.home-hero__shell{padding-inline:1.5rem}}@media (min-width:900px){.home-hero__frame{height:600px}.home-hero__overlay{transform:translateY(-45px)}.home-hero__copy-inner{max-width:31rem}.home-hero__headline{gap:1.25rem}.home-hero__title{gap:.4rem;font-size:clamp(2.5rem,3.8vw,3.375rem)}.home-hero__text{margin-top:1.85rem;max-width:27rem}.home-hero__actions{margin-top:2.35rem}.home-hero__trust{margin-top:2rem}.home-hero__overlay:before{background:linear-gradient(102deg,rgba(255,255,255,.98),rgba(255,255,255,.9) 32%,rgba(244,248,255,.4) 50%,transparent 62%)}}@media (max-width:899px){.home-hero__frame{display:flex;flex-direction:column}.home-hero__image{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;aspect-ratio:1024/450;object-fit:cover}.home-hero__overlay{position:relative;transform:none}.home-hero__shell{height:auto;padding:1.75rem 1rem 2rem}.home-hero__headline{gap:1rem}.home-hero__text{margin-top:1.35rem;font-size:1rem;max-width:none}.home-hero__actions{margin-top:1.75rem}.home-hero__trust{margin-top:1.5rem}.home-hero__overlay:before{display:none}}@media (prefers-reduced-motion:reduce){.home-hero__copy-inner,.home-hero__trust-badge{animation:none;opacity:1;transform:none}.home-hero__trust-badge:hover{transform:none}}.home-hero-trust{border-bottom:1px solid rgba(18,89,216,.08);background:linear-gradient(180deg,#fafcff,#f3f7fd)}.home-hero-trust__shell{max-width:var(--layout-max,1280px);margin-inline:auto;padding:1.05rem 1rem}@media (min-width:640px){.home-hero-trust__shell{padding-inline:1.5rem}}.home-hero-trust__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 2rem;margin:0;padding:0;list-style:none}@media (min-width:768px){.home-hero-trust__list{justify-content:space-between;gap:1.5rem}}.home-hero-trust__list li{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:550;line-height:1.35;color:#5a6d87}.home-hero-trust__list svg{width:1.125rem;height:1.125rem;flex-shrink:0;color:#1259d8}@keyframes home-marquee-rtl{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.home-marquee{position:relative;overflow:hidden;border-block:1px solid rgba(18,89,216,.1);background:linear-gradient(180deg,#f7faff,#eef4fc);padding-block:1.1rem}.home-marquee__fade{position:absolute;top:0;bottom:0;width:4.5rem;z-index:2;pointer-events:none}.home-marquee__fade--left{left:0;background:linear-gradient(90deg,#f7faff,transparent)}.home-marquee__fade--right{right:0;background:linear-gradient(270deg,#eef4fc,transparent)}.home-marquee__viewport{overflow:hidden}.home-marquee__track{display:flex;width:max-content;align-items:center;gap:0;margin:0;padding:0 1.5rem;list-style:none;animation:home-marquee-rtl 38s linear infinite}.home-marquee__item{display:inline-flex;flex-shrink:0;align-items:center;gap:2.5rem;padding-right:2.5rem;white-space:nowrap;user-select:none}.home-marquee__mark{font-size:.9rem;font-weight:750;letter-spacing:.18em;text-transform:uppercase;color:#0b2b6b;opacity:.7}.home-marquee__dot{width:5px;height:5px;border-radius:50%;background:#1259d8;opacity:.35}@media (prefers-reduced-motion:reduce){.home-marquee__track{animation:none;flex-wrap:wrap;justify-content:center;width:100%;max-width:1280px;margin-inline:auto;gap:1rem 1.5rem}.home-marquee__dot,.home-marquee__fade{display:none}}.home-section-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-bottom:1.5rem}.home-section-head h2{margin:0;font-size:clamp(1.5rem,2.4vw,1.85rem);font-weight:700;letter-spacing:-.02em;color:#071e4b}.home-section-head a{font-size:.875rem;font-weight:600;color:#1259d8;text-decoration:none}.home-section-head a:hover{color:#0e49b3}.home-categories__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .85rem;margin:0;padding:0;list-style:none}@media (min-width:640px){.home-categories__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem 1rem}}@media (min-width:1024px){.home-categories__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem 1.1rem}}.home-category-tile{display:flex;flex-direction:column;align-items:center;gap:.7rem;text-decoration:none;color:inherit}.home-category-tile__media{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:14px;background:#eef2f7}.home-category-tile__image{object-fit:cover!important;object-position:center!important}.home-category-tile__fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#1259d8;background:#e8eef8}.home-category-tile__label{font-size:.9375rem;font-weight:700;color:#071e4b;text-align:center}.home-category-tile:hover .home-category-tile__media{box-shadow:0 10px 24px rgba(18,89,216,.12)}.home-category-tile:hover .home-category-tile__label{color:#1259d8}.home-benefits{background:#1259d8}.home-newsletter-panel{border-radius:16px;background:#eaf2ff}.home-blog-strip{display:grid;gap:1rem}@media (min-width:768px){.home-blog-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}.home-blog-card{display:flex;flex-direction:column;overflow:hidden;border-radius:14px;border:1px solid #e2e8f2;background:#fff;text-decoration:none;box-shadow:0 4px 18px rgba(7,30,75,.04);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.home-blog-card:hover{border-color:rgba(18,89,216,.25);box-shadow:0 10px 28px rgba(18,89,216,.1);transform:translateY(-2px)}.home-blog-card__media{position:relative;aspect-ratio:16/10;overflow:hidden;background:#f5f8fc}.home-blog-card__fallback{width:100%;height:100%;background:linear-gradient(135deg,#eaf2ff,#f5f8fc)}.home-blog-card__body{display:flex;flex:1;flex-direction:column;padding:1rem 1.1rem 1.15rem}.home-blog-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;font-size:.75rem;color:#5b6b86}.home-blog-card__tag{border-radius:999px;background:#eaf2ff;padding:.15rem .55rem;font-weight:600;color:#1259d8}.home-blog-card__title{margin:.65rem 0 0;font-size:1rem;font-weight:700;line-height:1.35;color:#071e4b}.home-blog-card__excerpt{margin:.45rem 0 0;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.8125rem;line-height:1.55;color:#5b6b86}.home-checkout-trust{border-block:1px solid rgba(18,89,216,.08);background:linear-gradient(180deg,#fafcff,#f3f7fd)}.home-checkout-trust__shell{display:flex;flex-direction:column;gap:1rem;padding-block:1.35rem}@media (min-width:768px){.home-checkout-trust__shell{flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem}}.home-checkout-trust__eyebrow{margin:0;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1259d8}.home-checkout-trust__text{margin:.35rem 0 0;font-size:.875rem;line-height:1.5;color:#425466}.home-checkout-trust__payments{flex-shrink:0}.home-reviews{padding-block:.5rem 1rem}.home-reviews__head{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.75rem}@media (min-width:768px){.home-reviews__head{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}}.home-reviews__eyebrow{margin:0 0 .5rem;font-size:.6875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#1259d8}.home-reviews__title{margin:0;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700;letter-spacing:-.03em;color:#071e4b}.home-reviews__summary{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin:.75rem 0 0;font-size:.875rem;color:#5b6b86}.home-reviews__summary-score{font-size:1.125rem;font-weight:700;color:#071e4b}.home-reviews__summary-stars{color:#1259d8;font-size:.95rem}.home-reviews__summary-text{color:#6b7c94}.home-reviews__view-all{font-size:.875rem;font-weight:600;color:#1259d8;text-decoration:none;white-space:nowrap}.home-reviews__view-all:hover{text-decoration:underline;text-underline-offset:3px}.home-reviews__grid{display:grid;gap:1rem}@media (min-width:768px){.home-reviews__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}}.home-reviews__card{display:flex;flex-direction:column;min-height:100%;padding:1.35rem 1.35rem 1.25rem;border-radius:18px;border:1px solid rgba(18,89,216,.08);background:linear-gradient(180deg,#ffffff,#fafcff);box-shadow:0 8px 28px rgba(7,30,75,.05)}.home-reviews__card-top{display:flex;align-items:center;gap:.85rem}.home-reviews__avatar-wrap{position:relative;flex-shrink:0;width:4rem;height:4rem;overflow:hidden;border-radius:999px;border:2px solid #fff;box-shadow:0 4px 14px rgba(7,30,75,.1);background:#eaf2ff}.home-reviews__avatar{width:100%;height:100%;object-fit:cover}.home-reviews__card-meta{min-width:0}.home-reviews__stars{display:flex;gap:.1rem;font-size:.8125rem;line-height:1;color:#c8d3e3}.home-reviews__stars .is-filled{color:#1259d8}.home-reviews__name{margin:.35rem 0 0;font-size:.9375rem;font-weight:700;color:#071e4b}.home-reviews__verified{margin:.1rem 0 0;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#1259d8}.home-reviews__quote{flex:1;margin:1rem 0 0;font-size:.9375rem;font-weight:400;font-style:normal;line-height:1.65;color:#425466}.home-reviews__product{margin-top:.85rem;font-size:.8125rem;font-weight:600;color:#1259d8;text-decoration:none}.home-reviews__product:hover{text-decoration:underline;text-underline-offset:3px}