:root {
  --ink: #484451;
  --ink-soft: #6f6977;
  --milk: #fbfaf6;
  --white: #fff;
  --cloud: #dfe8f6;
  --cloud-deep: #cbd9ed;
  --butter: #f1dc88;
  --butter-soft: #f8efc9;
  --lilac: #ddcde6;
  --lilac-soft: #f2eaf5;
  --mauve: #9b698e;
  --dark: #48434f;
  --line: rgba(72, 68, 81, .13);
  --shadow: 0 22px 60px rgba(69, 72, 95, .13);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { overflow-x: hidden; margin: 0; color: var(--ink); background: var(--milk); font-family: Avenir, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.page-width { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.build-banner { padding: 9px 20px; color: var(--ink); background: var(--butter); text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .04em; }

.site-header { position: relative; z-index: 20; width: min(1240px, calc(100% - 32px)); min-height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font: 19px Georgia, serif; line-height: 1.08; }
.brand b { display: block; color: var(--mauve); font-style: italic; font-weight: 400; }
.brand-icon { width: 51px; height: 51px; flex: 0 0 auto; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 27px; }
.site-header nav a { text-decoration: none; font-size: 14px; }
.site-header nav a:not(.nav-action):hover { color: var(--mauve); }
.nav-action { padding: 11px 18px; background: var(--butter); border-radius: 999px; font-weight: 700; }
.menu-toggle { display: none; border: 0; color: var(--ink); background: transparent; font-weight: 700; }

.hero { overflow: hidden; padding: 68px 0 86px; background: var(--cloud); }
.hero-grid { display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: clamp(82px,8vw,116px); }
.hero-grid > *, .article-hero-grid > *, .lifestyle-grid > *, .bundle-grid > * { min-width: 0; }
.eyebrow { margin: 0 0 18px; color: var(--ink-soft); font-size: 14px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.accent-text { color: var(--mauve); }
h1, h2 { overflow-wrap: break-word; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 680px; margin: 0; font-size: clamp(54px, 6.5vw, 86px); line-height: .94; }
h1 em, h2 em { color: var(--mauve); font-weight: 400; }
.hero-lead { max-width: 640px; margin: 27px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.button { display: inline-flex; min-height: 52px; justify-content: center; align-items: center; padding: 0 24px; border-radius: 999px; text-decoration: none; font-size: 15px; font-weight: 800; }
.button-primary { background: var(--mauve); color: var(--white); box-shadow: 0 12px 24px rgba(129, 82, 118, .18); }
.button-butter { background: var(--butter); color: var(--ink); }
.text-link { font-size: 15px; font-weight: 700; text-underline-offset: 5px; }
.text-link span { margin-left: 4px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.hero-trust span { padding: 8px 13px; background: rgba(255,255,255,.62); border-radius: 999px; font-size: 14px; }
.hero-trust span::before { content: "✓"; margin-right: 7px; color: var(--mauve); font-weight: 800; }
.hero-photo { position: relative; margin: 0; padding: 13px 13px 52px; background: rgba(255,255,255,.78); border-radius: 48% 48% 32px 32px / 18% 18% 32px 32px; box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-photo img { width: 100%; aspect-ratio: 4 / 4.25; object-fit: cover; object-position: 58% center; border-radius: 48% 48% 25px 25px / 18% 18% 25px 25px; }
.hero-photo figcaption { position: absolute; right: 24px; bottom: 17px; left: 24px; font: italic 17px Georgia, serif; text-align: center; }

.reassurance { background: var(--lilac); }
.reassurance-grid { min-height: 170px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 55px; }
.reassurance p { margin: 0; font-size: 16px; font-weight: 700; }
.reassurance h2 { margin: 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.08; }

.section { padding: 118px 0; }
.section-intro { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 75px; margin-bottom: 52px; }
.section-intro h2 { max-width: 740px; margin: 0; font-size: clamp(43px, 5.7vw, 68px); line-height: 1; }
.section-intro > p { max-width: 460px; margin: 0 0 5px; color: var(--ink-soft); font-size: 17px; }
.compact-intro { grid-template-columns: 1fr; }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.featured-card { position: relative; overflow: hidden; min-height: 575px; display: flex; flex-direction: column; padding: 20px 26px 30px; border-radius: 54px 54px 18px 54px; }
.card-cloud { background: var(--cloud); }
.card-butter { background: var(--butter-soft); }
.card-lilac { background: var(--lilac-soft); }
.featured-raised { transform: translateY(22px); }
.card-number { position: absolute; z-index: 2; top: 34px; left: 40px; display: grid; place-items: center; width: 51px; height: 51px; background: rgba(255,255,255,.84); border-radius: 50%; box-shadow: 0 8px 22px rgba(71,68,81,.1); font: 19px Georgia, serif; }
.featured-photo { overflow: hidden; height: 235px; flex: 0 0 235px; border-radius: 42px 42px 15px 42px; }
.featured-photo img { width: 100%; height: 100%; object-fit: cover; }
.product-kicker { margin: 28px 0 7px; color: var(--mauve); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.featured-card h3, .popular-card h3 { margin: 0; font: 32px/1.08 Georgia, serif; }
.featured-card > p:not(.product-kicker) { color: var(--ink-soft); }
.featured-card a { margin-top: auto; padding-top: 14px; font-weight: 800; text-underline-offset: 5px; }

.lifestyle-section { padding: 84px 0; background: var(--lilac-soft); }
.lifestyle-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 92px; }
.lifestyle-photo { overflow: hidden; margin: 0; border-radius: 170px 52px 170px 52px; box-shadow: var(--shadow); }
.lifestyle-photo img { width: 100%; aspect-ratio: 5 / 4.1; object-fit: cover; }
.lifestyle-copy h2 { margin: 0 0 24px; font-size: clamp(42px, 5vw, 62px); line-height: 1; }
.lifestyle-copy > p:not(.eyebrow) { margin: 0 0 30px; color: var(--ink-soft); font-size: 17px; }

.category-grid { display: grid; gap: 14px; }
.category-card { min-height: 155px; display: grid; grid-template-columns: 55px 1fr 36px; align-items: center; gap: 23px; padding: 25px 31px; border-radius: 38px 38px 14px 38px; text-decoration: none; transition: transform .2s ease; }
.category-card:hover { transform: translateX(5px); }
.category-blue { background: var(--cloud); }
.category-yellow { background: var(--butter-soft); }
.category-purple { background: var(--lilac-soft); }
.category-card > span { display: grid; place-items: center; width: 48px; height: 48px; background: rgba(255,255,255,.65); border-radius: 50%; font: 18px Georgia, serif; }
.category-card small { color: var(--mauve); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.category-card h3 { margin: 4px 0; font: 31px Georgia, serif; }
.category-card p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.category-card > b { font-size: 28px; font-weight: 400; }

.popular-section { padding: 115px 0 125px; background: #f4eff6; }
.popular-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.popular-card { padding: 27px; background: var(--white); border-radius: 42px 42px 18px 42px; box-shadow: 0 14px 35px rgba(71,68,81,.07); }
.popular-photo { overflow: hidden; height: 230px; margin-bottom: 25px; background: var(--lilac-soft); border-radius: 100px 100px 30px 30px; }
.popular-photo img { width: 100%; height: 100%; object-fit: cover; }
.popular-photo img.product-image-contain { object-fit: contain; padding: 14px; }
.lilac-icon { background: var(--lilac); }
.blue-icon { background: var(--cloud-deep); }
.butter-icon { background: var(--butter-soft); }
.popular-card > p:not(.product-kicker) { min-height: 92px; color: var(--ink-soft); }
.popular-card a { font-weight: 800; text-underline-offset: 5px; }

.bundle-section { padding: 105px 0; color: var(--white); background: var(--dark); }
.bundle-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 90px; }
.light-eyebrow { color: var(--butter); }
.bundle-grid h2 { margin: 0 0 22px; font-size: clamp(46px, 6vw, 70px); line-height: .98; }
.bundle-grid > div > p:not(.eyebrow) { max-width: 610px; margin-bottom: 29px; color: #d7d1da; font-size: 17px; }
.bundle-grid ul { list-style: none; margin: 0; padding: 0; }
.bundle-grid li { display: grid; grid-template-columns: 47px 1fr; align-items: center; gap: 15px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.15); }
.bundle-grid li span { display: grid; place-items: center; width: 39px; height: 39px; color: var(--dark); background: var(--butter); border-radius: 50%; font: 15px Georgia, serif; }
.bundle-grid li strong { font-size: 16px; }

.extra-section { margin-block: 80px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; padding: 48px 55px; background: var(--cloud); border-radius: 52px 52px 18px 52px; }
.extra-section h2 { margin: 0 0 10px; font-size: clamp(40px, 5vw, 58px); line-height: 1; }
.extra-section p:not(.eyebrow) { max-width: 730px; margin: 0; color: var(--ink-soft); font-size: 16px; }

footer { padding: 65px 0 28px; color: var(--white); background: #3f3b46; }
.footer-main { display: grid; grid-template-columns: .8fr 1.1fr 1.35fr; align-items: center; gap: 42px; }
.footer-brand { color: var(--white); }
.footer-main > p { margin: 0; color: #d8d2dc; font-size: 15px; }
.footer-main > p a { color: var(--butter); font-weight: 800; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 19px; }
.footer-main nav a { font-size: 15px; }
.footer-main > p strong { color: var(--white); }
.footer-legal { margin-top: 43px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.15); color: #bdb6c2; }
.footer-legal p { margin: 7px 0; font-size: 14px; line-height: 1.55; }
.footer-legal strong { color: #e4dfe7; }

.placeholder-main { min-height: 600px; display: grid; align-items: center; padding: 80px 0; background: var(--cloud); }
.placeholder-card { padding: 80px; background: rgba(255,255,255,.78); border-radius: 90px 90px 28px 90px; box-shadow: var(--shadow); }
.placeholder-card h1 { max-width: 850px; font-size: clamp(52px, 7vw, 84px); }
.placeholder-card > p:not(.eyebrow) { max-width: 650px; margin: 25px 0 31px; color: var(--ink-soft); font-size: 18px; }

.legal-hero { padding: 76px 0 82px; background: var(--cloud); }
.legal-hero h1 { max-width: 1000px; font-size: clamp(55px, 8vw, 94px); }
.legal-content { max-width: 880px; padding-block: 80px 105px; }
.legal-content section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.legal-content section:first-child { padding-top: 0; }
.legal-content h2 { margin: 0 0 17px; font-size: clamp(29px, 4vw, 40px); line-height: 1.08; }
.legal-content h3 { margin: 28px 0 7px; font: 700 20px/1.35 Avenir, "Helvetica Neue", Arial, sans-serif; }
.legal-content p { margin: 11px 0; color: var(--ink-soft); font-size: 16px; }
.legal-content a { color: var(--mauve); font-weight: 700; text-underline-offset: 4px; }
.legal-updated { margin-top: 32px !important; font-size: 14px !important; }

.article-hero { padding: 76px 0 82px; background: var(--cloud); }
.article-hero-grid { display: grid; grid-template-columns: 1fr 310px; align-items: center; gap: 92px; }
.article-hero h1 { max-width: 850px; font-size: clamp(55px, 7vw, 88px); }
.article-hero p:not(.eyebrow) { max-width: 720px; margin: 27px 0 30px; color: var(--ink-soft); font-size: 18px; }
.article-hero img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 48% 48% 22% 48%; box-shadow: 0 22px 38px rgba(69,72,95,.14); }
.article-body { padding-block: 28px 100px; }
.article-section { padding: 86px 0; }
.article-section + .faq-section,
.faq-section + .related-section { border-top: 1px solid var(--line); }
.article-section.section-tint { position: relative; }
.article-section.section-tint::before { content: ""; position: absolute; z-index: -1; inset: 24px calc(50% - 50vw); background: var(--lilac-soft); }
.article-section-head { max-width: 820px; margin-bottom: 42px; }
.article-section h2, .timeline-section h2 { max-width: 820px; margin: 0 0 20px; font-size: clamp(42px, 5.5vw, 65px); line-height: 1; }
.article-section-head > p:not(.eyebrow), .section-lead { max-width: 760px; color: var(--ink-soft); font-size: 17px; }
.article-section-head .button { margin-top: 14px; }
.article-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-product { overflow: hidden; display: flex; flex-direction: column; background: var(--white); border: 1px solid rgba(72,68,81,.08); border-radius: 42px 42px 17px 42px; box-shadow: 0 13px 35px rgba(71,68,81,.07); }
.article-product-visual { position: relative; height: 220px; flex: 0 0 220px; overflow: hidden; }
.article-product-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.article-product-visual img.product-image-contain { object-fit: contain; padding: 13px; }
.article-product:hover .article-product-visual img { transform: scale(1.025); }
.tone-0 { background: var(--cloud); }
.tone-1 { background: var(--butter-soft); }
.tone-2 { background: var(--lilac-soft); }
.tone-3 { background: #e7edf0; }
.article-product-copy { flex: 1 1 auto; display: flex; flex-direction: column; padding: 29px 26px 27px; }
.article-product-copy > span { color: var(--mauve); font-size: 14px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.article-product-copy h3 { margin: 8px 0 10px; font: 28px/1.08 Georgia, serif; }
.article-product-copy p { color: var(--ink-soft); font-size: 15px; }
.article-product-copy button,
.article-product-copy .product-button { width: 100%; margin-top: auto; padding: 12px 16px; border: 0; color: var(--ink); background: var(--butter); border-radius: 999px; font-weight: 800; opacity: 1; text-align: center; text-decoration: none; }
.article-product-copy button { cursor: default; }
.article-product-copy .product-button { display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.article-product-copy .product-button:hover { background: #f0d98c; transform: translateY(-1px); }
.timeline-section { padding: 75px 0 22px; }
.article-timeline { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 12px; }
.article-timeline > div { min-height: 150px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 32px 32px 12px 32px; }
.article-timeline span { display: grid; place-items: center; width: 39px; height: 39px; margin-bottom: 22px; background: var(--butter); border-radius: 50%; font: 15px Georgia,serif; }
.article-timeline p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.article-timeline strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 16px; }
.faq-list { display: grid; gap: 10px; margin-top: 35px; }
.faq-list details { padding: 20px 23px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; }
.faq-list summary { cursor: pointer; font-size: 17px; font-weight: 800; }
.faq-list details p { margin: 12px 0 0; color: var(--ink-soft); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 32px; }
.related-grid a { min-height: 145px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 5px 15px; padding: 25px; background: var(--cloud); border-radius: 32px 32px 12px 32px; text-decoration: none; }
.related-grid a:nth-child(2) { background: var(--butter-soft); }
.related-grid a:nth-child(3) { background: var(--lilac-soft); }
.related-grid span { grid-column: 1; color: var(--mauve); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.related-grid strong { grid-column: 1; font: 24px Georgia,serif; }
.related-grid b { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 26px; }
.checklist-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 38px; }
.checklist-grid article { padding: 28px; background: var(--white); border-radius: 36px 36px 14px 36px; }
.checklist-grid h3 { margin: 0 0 17px; font: 30px Georgia,serif; }
.checklist-grid ul { list-style: none; margin: 0; padding: 0; }
.checklist-grid li { display: grid; grid-template-columns: 27px 1fr; gap: 9px; padding: 9px 0; border-top: 1px solid var(--line); font-size: 15px; }
.checklist-grid li span { color: var(--mauve); font-weight: 900; }
.home-catalog { padding-top: 105px; }
.catalog-action { display: flex; justify-content: center; margin-top: 38px; }
.course-choice { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.course-card { min-height: 330px; display: flex; flex-direction: column; padding: 38px; background: var(--cloud); border-radius: 48px 48px 17px 48px; box-shadow: 0 14px 35px rgba(71,68,81,.07); }
.course-card-lilac { background: var(--lilac-soft); }
.course-card h3 { max-width: 480px; margin: 0; font: 38px/1.04 Georgia, serif; }
.course-card > p:not(.eyebrow) { max-width: 570px; color: var(--ink-soft); font-size: 17px; }
.course-card .button { align-self: flex-start; margin-top: auto; }
.digital-offer-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.digital-product-intro { margin-top: 75px; }
.digital-offer-card { min-height: 300px; display: flex; flex-direction: column; padding: 34px; background: var(--butter-soft); border: 1px solid rgba(166,111,150,.12); border-radius: 44px 44px 15px 44px; box-shadow: 0 14px 35px rgba(71,68,81,.06); }
.digital-offer-card:nth-child(2n) { background: var(--lilac-soft); }
.digital-offer-card h3 { margin: 7px 0 12px; font: 34px/1.06 Georgia,serif; }
.digital-offer-card > p:not(.eyebrow):not(.offer-note) { color: var(--ink-soft); font-size: 16px; }
.digital-offer-card .offer-note { margin-top: 0; color: var(--mauve); font-size: 14px; font-weight: 800; }
.digital-offer-card .button { align-self: flex-start; margin-top: auto; }
.digital-offer { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 32px; margin-block: 54px; padding: 38px 42px; background: linear-gradient(135deg,var(--butter-soft),var(--lilac-soft)); border-radius: 48px 48px 16px 48px; box-shadow: 0 14px 35px rgba(71,68,81,.06); }
.digital-offer h2 { margin-bottom: 12px; font-size: clamp(34px,4.4vw,50px); }
.digital-offer p:not(.eyebrow) { max-width: 760px; margin-bottom: 8px; color: var(--ink-soft); font-size: 17px; }
.digital-offer .offer-note { color: var(--mauve); font-size: 14px; font-weight: 800; }
.digital-offer .button { white-space: nowrap; }
.source-box { margin: 18px 0 70px; padding: 34px 38px; background: var(--butter-soft); border-radius: 38px 38px 14px 38px; }
.source-box h2 { font-size: clamp(32px,4vw,45px); }
.source-box ul { display: grid; gap: 9px; margin: 22px 0; padding-left: 22px; }
.source-box a { color: var(--mauve); font-weight: 800; text-underline-offset: 4px; }
.source-box a, .legal-content a { overflow-wrap: anywhere; }
.source-box > p:last-child { margin-bottom: 0; color: var(--ink-soft); }
.suggestion-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 34px; margin-top: 24px; padding: 34px 40px; background: var(--butter-soft); border: 1px solid rgba(166,111,150,.12); border-radius: 42px 42px 15px 42px; }
.suggestion-cta h2 { margin: 0 0 8px; font-size: clamp(32px,4.3vw,46px); line-height: 1; }.suggestion-cta p:not(.eyebrow) { max-width: 700px; margin: 0; color: var(--ink-soft); }.suggestion-cta .button { white-space: nowrap; }
.contact-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 250px; align-items: center; gap: 70px; }.contact-hero-grid h1 { max-width: 900px; font-size: clamp(52px,7.4vw,88px); line-height: .98; }.contact-hero-grid p:not(.eyebrow) { max-width: 760px; color: var(--ink-soft); font-size: 18px; }.contact-hero-grid img { width: 100%; height: auto; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: 24px; padding-block: 78px 105px; }
.contact-form-card { padding: 44px; background: var(--white); border: 1px solid var(--line); border-radius: 50px 50px 17px 50px; box-shadow: var(--shadow); }.contact-form-card h2 { margin: 4px 0 27px; font-size: clamp(40px,5vw,58px); }
.contact-form-card form { display: grid; gap: 19px; }.contact-form-card label { display: grid; gap: 7px; }.contact-form-card label>span { font-weight: 800; }.contact-form-card label small { color: var(--ink-soft); font-weight: 500; }.contact-form-card input,.contact-form-card select,.contact-form-card textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); background: var(--milk); font: inherit; outline: none; }.contact-form-card textarea { min-height: 190px; resize: vertical; }.contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus { border-color: var(--mauve); box-shadow: 0 0 0 3px rgba(155,105,142,.13); }.contact-form-card .button { justify-self: start; border: 0; cursor: pointer; }
.contact-privacy { margin: 24px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }
.contact-side { display: grid; align-content: start; gap: 15px; }.contact-side article { padding: 29px; background: var(--cloud); border-radius: 38px 38px 14px 38px; }.contact-side article:nth-child(2) { background: var(--lilac-soft); }.contact-side article:nth-child(3) { background: var(--butter-soft); }.contact-side span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 17px; border-radius: 50%; background: var(--white); font: 14px Georgia,serif; }.contact-side h2 { margin: 0 0 9px; font-size: 30px; }.contact-side p { margin: 0; color: var(--ink-soft); }.contact-side a { color: var(--mauve); font-weight: 800; overflow-wrap: anywhere; }.contact-note { margin: 4px 5px 0; color: var(--ink-soft); font-size: 14px; }

/* Vollständige, interaktive Kliniktaschen-Checkliste */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.checklist-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.checklist-purpose { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: -35px; }
.checklist-purpose article { padding: 27px 28px; background: var(--white); border: 1px solid var(--line); border-radius: 34px 34px 13px 34px; box-shadow: 0 13px 32px rgba(71,68,81,.07); }
.checklist-purpose span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; background: var(--butter); border-radius: 50%; font: 14px Georgia,serif; }
.checklist-purpose h2 { margin: 0 0 7px; font-size: 29px; }
.checklist-purpose p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.checklist-interactive { margin-top: 74px; padding: 92px 0; background: var(--lilac-soft); }
.checklist-section-head { display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: end; gap: 50px; margin-bottom: 34px; }
.checklist-section-head h2 { max-width: 780px; margin: 0 0 17px; font-size: clamp(43px,5.8vw,68px); line-height: 1; }
.checklist-section-head>div>p:not(.eyebrow) { max-width: 780px; margin: 0; color: var(--ink-soft); font-size: 17px; }
.progress-card { display: flex; align-items: center; gap: 18px; padding: 20px; background: var(--cloud); border-radius: 34px 34px 13px 34px; box-shadow: 0 13px 30px rgba(71,68,81,.08); }
.progress-ring { --progress:0deg; position: relative; flex: 0 0 78px; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--mauve) var(--progress),rgba(255,255,255,.8) 0); }
.progress-ring::before { content:""; position: absolute; inset: 8px; background: var(--cloud); border-radius: 50%; }
.progress-ring strong { position: relative; z-index: 1; font-size: 16px; }
.progress-card span,.progress-card small { display: block; }.progress-card span { font-weight: 800; }.progress-card small { margin-top: 3px; color: var(--ink-soft); }
.list-shell { overflow: hidden; background: var(--white); border: 1px solid rgba(72,68,81,.08); border-radius: 44px 44px 17px 44px; box-shadow: var(--shadow); }
.list-controls { display: grid; grid-template-columns: auto minmax(220px,1fr); align-items: center; gap: 18px 30px; padding: 26px 30px 22px; border-bottom: 1px solid var(--line); }
.area-tabs { display: flex; padding: 5px; background: var(--cloud); border-radius: 999px; }
.area-tabs button,.filter-button { border: 0; color: var(--ink); background: transparent; cursor: pointer; font-weight: 800; }
.area-tabs button { padding: 12px 21px; border-radius: 999px; white-space: nowrap; }
.area-tabs button[aria-selected="true"] { background: var(--white); box-shadow: 0 4px 16px rgba(60,60,75,.1); }
.search-box input { width: 100%; padding: 13px 20px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--milk); outline: none; }
.search-box input:focus { border-color: var(--mauve); box-shadow: 0 0 0 3px rgba(155,105,142,.13); }
.filter-row { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 9px; }
.filter-button { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; }
.filter-button.is-active { border-color: var(--ink); color: var(--white); background: var(--ink); }
.list-content { padding: 8px 30px 34px; }
.list-group { padding-top: 30px; }
.group-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.group-heading h2 { margin: 0; font-size: 32px; line-height: 1.08; }
.group-heading span { color: var(--ink-soft); font-size: 14px; white-space: nowrap; }
.shopping-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.shopping-item { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.item-check { width: 31px; height: 31px; display: grid; place-items: center; border: 2px solid #b8afba; border-radius: 10px; color: var(--white); background: var(--white); cursor: pointer; font-weight: 900; }
.item-check[aria-pressed="true"] { border-color: var(--mauve); background: var(--mauve); }.item-check[aria-pressed="true"]::after { content:"✓"; }
.item-copy { min-width: 0; }.item-copy strong { display: block; font-size: 16px; }.item-copy small { display: block; margin-top: 2px; color: var(--ink-soft); font-size: 14px; }
.shopping-item.is-done { opacity: .68; }.shopping-item.is-done .item-copy strong { color: #8f8891; text-decoration: line-through; }
.buy-button { padding: 10px 15px; border-radius: 999px; color: var(--ink); background: var(--butter); text-decoration: none; font-size: 14px; font-weight: 800; white-space: nowrap; }
.buy-button:hover { background: #ecd173; }
.empty-state { padding: 75px 24px; text-align: center; }.empty-state>span { width: 64px; height: 64px; display: grid; place-items: center; margin: auto; border-radius: 50%; background: var(--lilac); font-size: 29px; }.empty-state h2 { margin: 18px 0 5px; font-size: 35px; }.empty-state p { margin: 0; color: var(--ink-soft); }
.checklist-app-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 40px; margin-top: 24px; padding: 38px 42px; color: var(--white); background: var(--dark); border-radius: 42px 42px 15px 42px; }
.checklist-app-cta .eyebrow { color: var(--butter); }.checklist-app-cta h2 { margin: 0 0 10px; font-size: clamp(34px,4.5vw,50px); line-height: 1; }.checklist-app-cta p:not(.eyebrow) { max-width: 690px; margin: 0; color: #ded8e1; }
.checklist-app-actions { display: grid; gap: 12px; justify-items: stretch; }.checklist-app-actions button { border: 0; color: #ded8e1; background: transparent; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.checklist-context-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.checklist-context-grid article { padding: 34px; background: var(--cloud); border-radius: 40px 40px 14px 40px; }.checklist-context-grid article:nth-child(2) { background: var(--butter-soft); }.checklist-context-grid h3 { margin: 0 0 10px; font: 34px Georgia,serif; }.checklist-context-grid p { color: var(--ink-soft); }.checklist-context-grid button { padding: 0; border: 0; color: var(--mauve); background: transparent; cursor: pointer; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.checklist-save-dialog { width: min(92vw,620px); padding: 42px; border: 0; border-radius: 46px 46px 16px 46px; color: var(--ink); background: var(--milk); box-shadow: 0 30px 90px rgba(55,48,62,.28); }
.checklist-save-dialog::backdrop { background: rgba(51,47,57,.48); backdrop-filter: blur(4px); }
.checklist-save-dialog h2 { max-width: 520px; margin: 7px 0 16px; font-size: clamp(36px,7vw,52px); line-height: 1; }
.checklist-save-dialog>p:not(.eyebrow):not(.checklist-save-fineprint) { color: var(--ink-soft); font-size: 17px; }
.checklist-save-dialog ul { display: grid; gap: 9px; margin: 22px 0 27px; padding: 0; list-style: none; }
.checklist-save-dialog li { position: relative; padding-left: 28px; font-weight: 750; }
.checklist-save-dialog li::before { content:"✓"; position: absolute; left: 0; color: var(--mauve); font-weight: 900; }
.checklist-save-close { position: absolute; top: 17px; right: 19px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--ink); background: var(--cloud); cursor: pointer; font-size: 25px; line-height: 1; }
.checklist-save-actions { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 15px; }
.checklist-save-later { padding: 12px 5px; border: 0; color: var(--ink-soft); background: transparent; cursor: pointer; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.checklist-save-fineprint { margin: 19px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.45; }

@media (max-width: 820px) {
  .checklist-purpose { grid-template-columns: 1fr; margin-top: 20px; }
  .checklist-section-head { grid-template-columns: 1fr; gap: 28px; }
  .progress-card { max-width: 390px; }
  .checklist-interactive { margin-top: 55px; padding: 68px 0; }
  .list-shell { border-radius: 31px 31px 13px 31px; }
  .list-controls { display: block; padding: 18px 15px; }
  .area-tabs { width: 100%; }.area-tabs button { flex: 1; padding: 11px 8px; }
  .search-box { display: block; margin-top: 13px; }.filter-row { margin-top: 13px; gap: 7px; }.filter-button { padding: 8px 11px; font-size: 13px; }
  .list-content { padding: 2px 15px 26px; }.group-heading { align-items: start; }.group-heading h2 { font-size: 27px; }
  .shopping-item { grid-template-columns: auto minmax(0,1fr); gap: 11px; padding: 14px 0; }.buy-button { grid-column: 2; justify-self: start; margin-top: -4px; }
  .checklist-app-cta { grid-template-columns: 1fr; gap: 24px; padding: 31px 25px; border-radius: 34px 34px 13px 34px; }.checklist-app-actions .button { width: 100%; }
  .checklist-context-grid { grid-template-columns: 1fr; }.checklist-context-grid article { padding: 29px 25px; }
  .checklist-save-dialog { width: calc(100vw - 24px); padding: 34px 23px 27px; border-radius: 35px 35px 13px 35px; }
  .checklist-save-dialog h2 { padding-right: 15px; }
  .checklist-save-actions { grid-template-columns: 1fr; gap: 7px; }.checklist-save-actions .button { width: 100%; }
}

@media (max-width: 960px) {
  .site-header nav { gap: 16px; }
  .site-header nav a { font-size: 13px; }
  .hero-grid, .lifestyle-grid, .bundle-grid { grid-template-columns: 1fr; }
  .hero-photo { max-width: 650px; }
  .lifestyle-photo { max-width: 760px; }
  .featured-card { min-height: 470px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { grid-column: 1 / -1; }
  .article-hero-grid { grid-template-columns: 1fr 230px; gap: 40px; }
  .article-products { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .page-width { width: min(100% - 28px, 1160px); }
  .build-banner { font-size: 13px; }
  .site-header { min-height: 72px; }
  .menu-toggle { display: block; padding: 10px; }
  .site-header nav { display: none; position: absolute; top: 68px; right: 0; left: 0; padding: 19px; flex-direction: column; align-items: stretch; background: var(--white); border-radius: 24px; box-shadow: var(--shadow); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: 8px; font-size: 15px; }
  .nav-action { text-align: center; }
  .hero { padding: 50px 0 58px; }
  .hero-grid { gap: 45px; }
  h1 { font-size: clamp(50px, 15vw, 70px); }
  .article-hero h1 { overflow-wrap: normal; font-size: clamp(38px,12vw,48px); }
  .legal-hero h1 { overflow-wrap: normal; font-size: clamp(32px,10.2vw,42px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
  .hero-trust { flex-direction: column; align-items: flex-start; }
  .hero-photo { transform: none; }
  .reassurance { margin-top: 0; }
  .reassurance-grid { padding-block: 34px; grid-template-columns: 1fr; gap: 10px; }
  .section { padding: 82px 0; }
  .section-intro { grid-template-columns: 1fr; gap: 23px; margin-bottom: 38px; }
  .section-intro h2 { font-size: 47px; }
  .featured-grid, .popular-grid { grid-template-columns: 1fr; }
  .featured-card { min-height: 390px; }
  .featured-raised { transform: none; }
  .lifestyle-section { padding: 70px 0; }
  .lifestyle-grid { gap: 42px; }
  .lifestyle-photo { border-radius: 100px 35px 100px 35px; }
  .category-card { grid-template-columns: 48px 1fr; padding: 24px; }
  .category-card > b { display: none; }
  .category-card h3 { font-size: 27px; }
  .popular-section { padding: 82px 0; }
  .popular-card > p:not(.product-kicker) { min-height: 0; }
  .bundle-section { padding: 80px 0; }
  .bundle-grid { gap: 45px; }
  .extra-section { grid-template-columns: 1fr; margin-block: 55px; padding: 38px 28px; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-main nav { grid-column: auto; }
  .placeholder-card { padding: 50px 27px; border-radius: 55px 55px 20px 55px; }
  .legal-hero { padding: 55px 0 60px; }
  .legal-content { padding-block: 60px 80px; }
  .article-hero { padding: 55px 0 60px; }
  .article-hero-grid { grid-template-columns: 1fr; }
  .article-hero img { width: min(100%, 390px); margin-inline: auto; }
  .article-body { padding-bottom: 70px; }
  .article-section { padding: 65px 0; }
  .article-section.section-tint::before { inset-inline: -14px; }
  .article-products, .related-grid, .checklist-grid { grid-template-columns: 1fr; }
  .course-choice { grid-template-columns: 1fr; }
  .course-card { min-height: 0; padding: 31px 25px; border-radius: 38px 38px 15px 38px; }
  .course-card h3 { font-size: 34px; }
  .course-card .button { width: 100%; margin-top: 12px; }
  .digital-offer-grid { grid-template-columns: 1fr; }
  .digital-product-intro { margin-top: 55px; }
  .digital-offer-card { min-height: 0; padding: 29px 25px; border-radius: 36px 36px 13px 36px; }
  .digital-offer-card h3 { font-size: 31px; }
  .digital-offer-card .button { width: 100%; margin-top: 12px; }
  .digital-offer { grid-template-columns: 1fr; gap: 20px; margin-block: 38px; padding: 31px 25px; border-radius: 38px 38px 14px 38px; }
  .digital-offer .button { width: 100%; }
  .source-box { padding: 28px 24px; border-radius: 30px 30px 12px 30px; }
  .suggestion-cta { grid-template-columns: 1fr; gap: 20px; padding: 29px 25px; border-radius: 34px 34px 13px 34px; }.suggestion-cta .button { width: 100%; }
  .contact-hero-grid { grid-template-columns: 1fr; gap: 30px; }.contact-hero-grid img { width: 170px; margin: 0 auto; }.contact-hero-grid h1 { font-size: clamp(42px,12vw,58px); }
  .contact-layout { grid-template-columns: 1fr; padding-block: 55px 80px; }.contact-form-card { padding: 31px 23px; border-radius: 38px 38px 14px 38px; }.contact-form-card .button { width: 100%; }.contact-side article { padding: 26px 23px; }
  .article-product-visual { height: 230px; flex-basis: 230px; }
  .timeline-section { padding-top: 55px; }
  .article-product-copy p, .article-timeline p, .checklist-grid li { font-size: 16px; }
  .article-product-copy .product-button { min-height: 48px; }
  .footer-main nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .category-card { transition: none; } }

/* Course reminder on the recommendations page */
.course-bottom-reminder {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 42px;
  align-items: center;
  margin: 72px 0 20px;
  padding: 42px;
  background: linear-gradient(135deg, #f8f1fb, #fff8e8);
  border-radius: 48px 48px 18px 48px;
}
.course-bottom-reminder h2 { margin: 7px 0 12px; font-size: clamp(34px, 4vw, 52px); }
.course-bottom-reminder p:last-child { margin-bottom: 0; }
.course-bottom-links { display: grid; gap: 12px; }
.course-bottom-links a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 62px;
  padding: 15px 18px;
  color: var(--ink);
  background: rgba(255,255,255,.88);
  border-radius: 18px;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(74,65,80,.08);
}
.course-bottom-links a span { color: var(--accent); font-size: 21px; }

.course-reminder {
  width: min(92vw, 510px);
  padding: 0;
  color: var(--ink);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 32px;
  box-shadow: 0 30px 90px rgba(43,37,47,.26);
  overflow: hidden;
}
.course-reminder::backdrop { background: rgba(47,42,50,.32); backdrop-filter: blur(5px); }
.course-reminder-card { position: relative; padding: 32px; }
.course-reminder-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #69626e;
  background: #f1eef3;
  border: 0;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}
.course-reminder-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  background: linear-gradient(145deg, #d8c5e3, #efd37d);
  border-radius: 17px;
  box-shadow: 0 9px 22px rgba(120,91,133,.2);
}
.course-reminder-icon img { width: 38px; height: 38px; object-fit: contain; }
.course-reminder-meta { margin: 0 0 6px; color: #948b98; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.course-reminder h2 { margin: 0 42px 10px 0; font-size: clamp(29px, 6vw, 38px); line-height: 1.02; }
.course-reminder-copy { margin: 0 0 22px; font-size: 16px; }
.reminder-course-links { display: grid; gap: 10px; }
.reminder-course-links a {
  display: grid;
  gap: 3px;
  padding: 15px 17px;
  color: var(--ink);
  background: #f7f3f9;
  border-radius: 17px;
  font-weight: 800;
  text-decoration: none;
}
.reminder-course-links a:nth-child(2) { background: #fff7df; }
.reminder-course-links a span { color: var(--accent); font-size: 14px; font-weight: 650; }
.course-reminder-later { display: block; margin: 18px auto 0; padding: 8px 14px; color: #746c79; background: transparent; border: 0; font: inherit; font-weight: 700; cursor: pointer; }

@media (max-width: 820px) {
  .course-bottom-reminder { grid-template-columns: 1fr; gap: 25px; margin-top: 56px; padding: 30px 24px; border-radius: 36px 36px 14px 36px; }
  .course-reminder-card { padding: 27px 22px 22px; }
  .course-reminder h2 { margin-right: 32px; }
}
