:root{--wvds-color-bg: #ffffff;--wvds-color-surface: #fbf7f3;--wvds-color-surface-soft: #fbe3d5;--wvds-color-surface-soft-2: #f3dfd2;--wvds-color-border: #ead2c4;--wvds-color-border-2: #ead9cf;--wvds-color-navy: #192646;--wvds-color-navy-2: #16254f;--wvds-color-text: #0f172a;--wvds-color-text-soft: #5d6472;--wvds-color-text-muted: #6b7280;--wvds-color-white: #ffffff;--wvds-container: 1240px;--wvds-container-wide: 1280px;--wvds-gutter-desktop: 20px;--wvds-gutter-tablet: 16px;--wvds-gutter-mobile: 14px;--wvds-radius-sm: 16px;--wvds-radius-md: 20px;--wvds-radius-lg: 24px;--wvds-radius-xl: 28px;--wvds-radius-2xl: 32px;--wvds-radius-pill: 999px;--wvds-space-2xs: 8px;--wvds-space-xs: 12px;--wvds-space-sm: 16px;--wvds-space-md: 20px;--wvds-space-lg: 24px;--wvds-space-xl: 32px;--wvds-space-2xl: 40px;--wvds-section-space-tight: 12px;--wvds-section-space: 24px;--wvds-section-space-loose: 36px;--wvds-kicker-size: 12px;--wvds-text-size: 16px;--wvds-text-size-sm: 14px;--wvds-title-h1: clamp(31px, 4.5vw, 48px);--wvds-title-h2: clamp(26px, 3.6vw, 38px);--wvds-title-h3: clamp(22px, 2.8vw, 26px);--wvds-btn-height: 50px;--wvds-btn-height-lg: 56px;--wvds-shadow-soft: 0 6px 18px rgba(0, 0, 0, .03);--wvds-transition: .2s ease}.wvds-container{width:100%;max-width:var(--wvds-container);margin:0 auto;padding-left:var(--wvds-gutter-desktop);padding-right:var(--wvds-gutter-desktop)}.wvds-container--wide{max-width:var(--wvds-container-wide)}.wvds-section{padding:var(--wvds-section-space) 0}.wvds-section--tight{padding:var(--wvds-section-space-tight) 0}.wvds-section--loose{padding:var(--wvds-section-space-loose) 0}.wvds-head{max-width:900px;margin-bottom:26px}.wvds-kicker{margin:0 0 10px;font-size:var(--wvds-kicker-size);line-height:1;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--wvds-color-text-muted)}.wvds-title{margin:0 0 10px;font-size:var(--wvds-title-h2);line-height:1.1;letter-spacing:-.03em;font-weight:800;color:var(--wvds-color-text)}.wvds-title--navy{color:var(--wvds-color-navy)}.wvds-title--hero{font-size:var(--wvds-title-h1)}.wvds-title--card{font-size:var(--wvds-title-h3);line-height:1.15;letter-spacing:-.02em}.wvds-text{margin:0;font-size:var(--wvds-text-size);line-height:1.75;color:var(--wvds-color-text-soft)}.wvds-text--sm{font-size:var(--wvds-text-size-sm);line-height:1.65}.wvds-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.wvds-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.wvds-card{background:var(--wvds-color-white);border:1px solid var(--wvds-color-border);border-radius:var(--wvds-radius-lg);box-shadow:var(--wvds-shadow-soft)}.wvds-card--pad{padding:var(--wvds-space-md)}.wvds-card--soft{background:var(--wvds-color-surface)}.wvds-card--peach{background:var(--wvds-color-surface-soft)}.wvds-card--round-xl{border-radius:var(--wvds-radius-xl)}.wvds-card--round-2xl{border-radius:var(--wvds-radius-2xl)}.wvds-pill{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:var(--wvds-radius-pill);border:1px solid var(--wvds-color-border);background:var(--wvds-color-surface-soft);font-size:14px;line-height:1.3;font-weight:700;color:var(--wvds-color-navy);text-align:center;white-space:nowrap}.wvds-pill--soft{background:var(--wvds-color-white)}.wvds-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--wvds-radius-pill);background:var(--wvds-color-surface-soft);border:1px solid var(--wvds-color-border);color:var(--wvds-color-navy);font-size:12px;font-weight:700;letter-spacing:.04em}.wvds-btn-group{display:flex;flex-wrap:wrap;gap:12px}.wvds-btn{display:inline-flex;align-items:center;justify-content:center;min-height:var(--wvds-btn-height);padding:12px 22px;border-radius:var(--wvds-radius-pill);border:1px solid transparent;text-decoration:none;font-size:14px;font-weight:700;text-align:center;transition:var(--wvds-transition);cursor:pointer}.wvds-btn--primary{background:var(--wvds-color-navy);color:var(--wvds-color-white);border-color:var(--wvds-color-navy)}.wvds-btn--primary:hover{filter:brightness(1.06)}.wvds-btn--outline{background:transparent;color:var(--wvds-color-navy);border-color:var(--wvds-color-border)}.wvds-btn--outline:hover{background:var(--wvds-color-surface-soft)}.wvds-btn--light{background:var(--wvds-color-white);color:var(--wvds-color-navy);border-color:var(--wvds-color-border)}.wvds-btn--light:hover{background:var(--wvds-color-surface-soft)}.wvds-btn--block{width:100%}.wvds-btn--lg{min-height:var(--wvds-btn-height-lg);padding-left:28px;padding-right:28px}.wvds-cta-band{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:28px;border-radius:var(--wvds-radius-xl);background:var(--wvds-color-navy);color:var(--wvds-color-white)}.wvds-cta-band__title{margin:0 0 8px;font-size:clamp(24px,3vw,28px);line-height:1.2;font-weight:800;color:var(--wvds-color-white)}.wvds-cta-band__text{margin:0;font-size:15px;line-height:1.7;color:#ffffffd6;max-width:720px}@media screen and (max-width:989px){.wvds-container{padding-left:var(--wvds-gutter-tablet);padding-right:var(--wvds-gutter-tablet)}.wvds-grid-2,.wvds-grid-4,.wvds-cta-band{grid-template-columns:1fr}.wvds-head{margin-bottom:20px}.wvds-text{font-size:15px;line-height:1.7}}@media screen and (max-width:767px){.wvds-container{padding-left:var(--wvds-gutter-mobile);padding-right:var(--wvds-gutter-mobile)}.wvds-head{margin-bottom:16px}.wvds-kicker{font-size:11px;letter-spacing:.1em}.wvds-card--pad{padding:16px}.wvds-pill{min-height:40px;padding:0 14px;font-size:13px}.wvds-btn-group{flex-direction:column;align-items:stretch}.wvds-btn-group .wvds-btn{width:100%}.wvds-cta-band{padding:20px 16px;gap:14px}.wvds-cta-band__text{font-size:14px;line-height:1.6}}.wvds-accordion-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;font-size:17px;line-height:1.35;font-weight:700;color:var(--wv-question, var(--wvds-color-text));background:var(--wv-question-bg, var(--wvds-color-surface-soft));border:1px solid var(--wv-border, var(--wvds-color-border));border-radius:18px;transition:.18s ease;box-shadow:0 4px 14px #00000005}.wvds-accordion-summary:hover{background:var(--wv-hover, var(--wvds-color-surface-soft-2))}.wvds-accordion-summary::-webkit-details-marker{display:none}.wvds-accordion-title{display:block;flex:1;min-width:0}.wvds-accordion-icon{width:30px;height:30px;border-radius:999px;border:1px solid var(--wv-icon-border, var(--wvds-color-border));display:flex;align-items:center;justify-content:center;color:var(--wv-icon-color, var(--wvds-color-navy));background:var(--wv-icon-bg, var(--wvds-color-surface-soft));font-size:20px;line-height:1;flex:0 0 auto;transition:.18s ease}details[open]>.wvds-accordion-summary .wvds-accordion-icon{background:var(--wv-icon-active-bg, var(--wvds-color-navy));color:var(--wv-icon-active-color, var(--wvds-color-white));border-color:var(--wv-icon-active-border, var(--wvds-color-navy))}.wvds-accordion-content{margin-top:8px;padding:16px 18px 18px;color:var(--wv-answer, var(--wvds-color-text-soft));font-size:14px;line-height:1.75;background:var(--wv-answer-bg, var(--wvds-color-white));border:1px solid var(--wv-border, var(--wvds-color-border));border-radius:18px}@media screen and (max-width:767px){.wvds-accordion-summary{padding:13px 14px;font-size:15px;line-height:1.4;border-radius:16px}.wvds-accordion-icon{width:26px;height:26px;font-size:18px}.wvds-accordion-content{padding:13px 14px 14px;font-size:14px;line-height:1.65;border-radius:16px}}.wvds-accordion-content a{color:var(--wvds-color-navy);font-weight:700;text-decoration:underline;text-underline-offset:2px}.wvds-accordion-content a:hover{opacity:.85}.wvds-pill--soft{background:var(--wvds-color-white);border-color:var(--wvds-color-border);color:var(--wvds-color-navy)}
/*# sourceMappingURL=/cdn/shop/t/38/assets/wv-design-system.css.map */
