/* The local proposal keeps the full product story and the existing package data. */
.section-actions { display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px;margin-top:30px }
.section-actions .text-link { margin:0 }
.package-reminder { display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:22px;padding:26px 30px;margin-top:34px;border:1px solid #64526f;border-radius:18px;background:#383342 }
.package-reminder p { margin:0;flex:1 1 320px;max-width:630px;font-size:19px;line-height:1.5 }
.package-reminder .button { flex-shrink:0 }
.final-actions { flex-wrap:wrap }
html { scroll-behavior:auto }
[hidden] { display:none!important }
.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 }
.design-icon { display:inline-block;width:24px;height:24px;flex:none;vertical-align:middle }
/* Anchor positions account for the sticky header and each section's inner spacing. */
:root { --anchor-offset:105px }
:is(section,article,div)[id] { scroll-margin-top:var(--anchor-offset) }
main > .section[id] { scroll-margin-top:calc(var(--anchor-offset) - var(--section-space)) }
.section { padding-block:88px }
.hero-context { max-width:610px;font-size:17px;line-height:1.55;color:var(--ink-soft);margin:18px 0 0 }
.hero h1 { font-size:clamp(48px,4.6vw,68px) }
.hero { padding-top:64px }
.hero-lead { font-size:19px;margin-top:25px }
.journey-icon .design-icon { width:34px;height:34px }
.text-link { display:inline-flex;align-items:center;gap:10px;color:var(--violet);font-weight:600;font-size:15px;margin-top:16px }
.text-link .design-icon { width:19px;height:19px }
.small-label { font:10px/1.5 var(--mono);text-transform:uppercase;letter-spacing:.08em;color:#827987 }
.package-tag { display:inline-block;border:1px solid #dbc8e9;background:#f4ecfa;padding:3px 7px;border-radius:6px;color:#703398;font:10px/1.4 var(--mono);white-space:nowrap }

/* One icon family, one destination for each menu topic. */
.nav-wrap { position:relative }
.nav-menu { position:static }
.nav-menu summary { min-height:44px }
.nav-menu summary>.design-icon { width:16px;height:16px }
.mega-menu { top:100%;width:min(940px,calc(100vw - 40px));max-height:calc(100dvh - 130px);overflow:auto;padding:24px }
.mega-menu::before { display:none }
.mega-heading { display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 7px 14px }
.mega-kicker { margin:0;padding:0 }
.mega-heading>a { display:flex;gap:8px;align-items:center;color:var(--violet);font-size:12px;font-weight:600 }
.mega-heading .design-icon { width:15px;height:15px }
.mega-grid { grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 8px }
.mega-grid>a { align-items:center;padding:12px 8px;gap:10px }
.mega-grid .menu-icon { display:grid;place-items:center;flex:0 0 38px;width:38px;height:42px;color:#7435a5;background:transparent }
.mega-grid .menu-copy { min-width:0 }
.mega-grid strong { font-size:13px;line-height:1.4 }
.mega-grid small { font-size:11px;line-height:1.45;margin-top:3px }
.mega-grid>a:nth-child(3n+2) .menu-icon { color:#a64768 }
.mega-grid>a:nth-child(3n) .menu-icon { color:#277569 }
.mega-footer { display:flex;gap:24px;flex-wrap:wrap;margin-top:18px;padding:17px 8px 0;border-top:1px solid var(--line);font-size:12px;color:#736b7b }
.mega-footer>a:first-child { margin-right:auto }

/* A compact index links to the detailed sections below. */
.capability-heading { max-width:800px;margin-bottom:38px }
.capability-heading>p:not(.eyebrow) { color:#c6c1cc;font-size:17px;line-height:1.7 }
.capability-heading .text-link { color:#dfb6fb }
.topic-index { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #4b4d59;border-left:1px solid #4b4d59 }
.topic-index>a { display:flex;align-items:center;gap:14px;padding:25px 20px;border-right:1px solid #4b4d59;border-bottom:1px solid #4b4d59;transition:background .15s }
.topic-index>a:hover { background:#383544 }
.topic-index strong { display:block;font-family:var(--display);font-size:17px;line-height:1.2 }
.topic-index small { display:block;margin-top:6px;font-size:11px;line-height:1.5;color:#c2bdca }
.topic-index .index-icon { color:#cf9bef }
.topic-index>a>.design-icon { width:16px;height:16px;margin-left:auto;color:#8f899b }

/* Long explanations have comfortable reading widths and distinct layouts. */
.editorial-section { background:#fff }
.editorial-grid { display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center }
.editorial-copy h2 { margin:0;font-size:clamp(36px,3.8vw,50px);line-height:1.05 }
.editorial-copy>p:not(.eyebrow) { font-size:16px;line-height:1.75;color:#65606c;margin:22px 0 0 }
.readable-list { list-style:none;padding:0;margin:25px 0;display:grid;gap:10px;font-size:14px;color:#605967 }
.readable-list li { position:relative;padding-left:20px }
.readable-list li::before { content:"";position:absolute;left:0;top:.65em;width:5px;height:5px;border-radius:50%;background:var(--violet) }
.readable-list a { text-decoration:underline;text-underline-offset:3px;color:var(--violet) }
.readable-list .package-tag { margin-left:4px }
.website-figure { margin:0;padding:14px;background:#f1edf4;border-radius:22px;border:1px solid #e2d9e8;box-shadow:var(--shadow) }
.browser-label { display:flex;align-items:center;gap:12px;padding:10px 8px 20px;font:11px/1.3 var(--mono);color:#7c7183 }
.website-figure img { display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;border-radius:12px }
.website-figure figcaption { font-size:12px;color:#7b7082;text-align:center;margin:15px 0 3px }
.booking-section,.calendar-section { background:#f3eef7 }
.booking-flow { padding:30px 34px;background:#fff;border-radius:22px;border:1px solid var(--line) }
.booking-flow>.small-label { margin:0 0 30px }
.flow-step { display:flex;gap:20px;position:relative;padding-bottom:30px }
.flow-step:last-child { padding-bottom:0 }
.flow-step>span { width:34px;height:34px;display:grid;place-items:center;flex:none;background:#eee1f8;color:var(--violet);border-radius:50%;font:12px/1 var(--mono) }
.flow-step:not(:last-child)::after { content:"";width:1px;position:absolute;top:42px;bottom:8px;left:17px;background:#e2d5eb }
.flow-step h3 { margin:2px 0 5px;font:700 19px/1.2 var(--display) }
.flow-step p { margin:0;font-size:14px;color:#716879 }
.customer-panel,.connections-panel { padding:32px;background:var(--paper);border:1px solid #e2dae8;border-radius:22px }
.customer-panel>.readable-list { margin:22px 0 30px }
.marketing-section { background:#292d3a;color:#fff }
.marketing-section .eyebrow { color:#d6a5f5 }
.marketing-section h2 em { color:#d8a5fb;font-style:normal }
.marketing-section .section-heading>p:last-child { color:#c6c1cc }
.marketing-rows { display:grid;grid-template-columns:1fr 1fr;gap:0 64px }
.marketing-rows article { padding:29px 0;border-top:1px solid #494957 }
.marketing-row-head { display:flex;align-items:center;justify-content:space-between;gap:12px }
.marketing-row-head .small-label { color:#b7aebf }
.marketing-row-head .package-tag { color:#e8d4f6;background:#3c3548;border-color:#5c486d }
.marketing-rows h3 { font:700 25px/1.2 var(--display);margin:18px 0 12px }
.marketing-rows p { margin:0;color:#c5c0cc;font-size:15px;line-height:1.75 }
.section-footnote { font-size:12px;color:#7e7387;margin:30px 0 0 }
.marketing-section .section-footnote { color:#c1afce;border-top:1px solid #494957;padding-top:24px }
.access-preview { background:var(--paper);border:1px solid #ddd1e6;border-radius:23px;padding:34px;box-shadow:var(--shadow) }
.icon-tile { display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:#eadbf5;color:var(--violet) }
.access-preview h3 { font:700 27px/1.2 var(--display);margin:22px 0 10px }
.access-preview h4 { font:700 18px/1.2 var(--display);margin:22px 0 8px }
.access-preview p { font-size:14px;line-height:1.6;color:#716779 }
.mock-label { display:block;font-size:12px;font-weight:600;margin-top:23px }
.mock-code { background:#fff;border:1px solid #d6c8e2;border-radius:9px;padding:10px 15px;font-size:25px;letter-spacing:7px;margin:7px 0 10px }
.mock-action { text-align:center;padding:12px 16px;font-size:13px;font-weight:600;color:#fff;background:var(--violet);border-radius:9px }
.mock-action.secondary { background:#fff;border:1px solid #b086d1;color:var(--violet) }
.access-preview hr { height:1px;border:0;background:#e1d5e8;margin-top:22px }
.illustration-caption { margin:14px 5px 0;font-size:12px;color:#827889 }
.calendar-bridge { margin:0;padding:28px;background:#fff;border-radius:20px;border:1px solid var(--line) }
.bridge-grid { display:grid;grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);gap:14px 12px;align-items:center }
.bridge-grid>strong { font:700 17px/1.2 var(--display);margin-bottom:10px }
.bridge-grid>div { min-height:88px;display:flex;flex-direction:column;justify-content:center;padding:12px;border-radius:10px;font-size:12px }
.bridge-grid small { font-size:11px;margin-top:4px }
.bridge-event { background:#eee0f9;color:#632b92;border:1px solid #d3b4e9 }
.bridge-private { background:#f2eff4;border:1px solid #ded9e3;color:#69616e }
.bridge-blocked { border:1px dashed #a99bba;color:#73677e;background:repeating-linear-gradient(135deg,#f3eff6 0 6px,#fff 6px 12px) }
.bridge-arrow { text-align:center;color:var(--violet) }
.calendar-bridge figcaption { color:#7d7086;font-size:12px;margin-top:22px }
.team-panel { padding:25px;background:var(--paper);border:1px solid var(--line);border-radius:20px }
.team-table { width:100%;border-collapse:collapse;font-size:13px }
.team-table caption { text-align:left;font:700 24px/1.3 var(--display);margin-bottom:18px }
.team-table th,.team-table td { padding:14px 8px;border-bottom:1px solid #e3dce8;vertical-align:top }
.team-table thead th { font-size:11px;color:#776e7e;text-align:center }
.team-table th:first-child { text-align:left;width:56% }
.team-table tbody th { font-weight:400 }
.team-table td { text-align:center;color:#7430a4 }
.anamnese-section { background:#efe9f5 }
.health-points { border-top:1px solid #d9cce4 }
.health-points article { display:flex;gap:20px;padding:24px 0;border-bottom:1px solid #d9cce4 }
.health-points .design-icon { color:var(--violet) }
.health-points h3 { font:700 20px/1.2 var(--display);margin:0 0 6px }
.health-points p { margin:0;color:#74677d;font-size:14px }

/* Full explanations are in the document. Mouse: floating hints; touch: inline. */
.hint-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:35px;align-items:start }
.feature-hint { position:relative;background:#fff;border:1px solid #ddd3e5;border-radius:12px;margin-block:12px }
.hint-grid>.feature-hint { margin:0 }
.feature-hint>summary { display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;padding:17px;font-weight:600;font-size:13px;line-height:1.5 }
.feature-hint>summary::-webkit-details-marker { display:none }
.feature-hint>summary .design-icon { width:16px;height:16px;color:#966eaf;margin-left:3px }
.feature-hint[open] { border-color:#b38dce;z-index:8 }
.hint-content { padding:0 17px 18px;color:#685b72;font-size:14px;line-height:1.7;font-weight:400 }
@media(hover:hover) and (pointer:fine) and (min-width:721px) {
    .hint-content { position:absolute;top:calc(100% + 1px);left:0;width:max(100%,310px);max-width:calc(100vw - 48px);padding:20px;background:#fff;border:1px solid #d7c3e5;border-radius:12px;box-shadow:0 15px 45px #39204722;z-index:9 }
    .hint-content::before { content:"";position:absolute;inset:-8px 0 auto;height:8px }
    .hint-grid>.feature-hint:nth-child(3n) .hint-content { left:auto;right:0 }
}
.dashboard-bar>.mock-toolbar-action { width:auto;height:auto;margin-left:auto;padding:8px 12px;background:var(--violet);color:#fff;border-radius:8px;font-size:11px }
.admin-details { margin-top:38px;grid-template-columns:repeat(4,minmax(0,1fr)) }
@media(hover:hover) and (pointer:fine) and (min-width:721px) {
    .admin-details>.feature-hint:nth-child(3n) .hint-content { left:0;right:auto }
    .admin-details>.feature-hint:last-child .hint-content { left:auto;right:0 }
}
.business-stories { display:grid;grid-template-columns:1fr 1fr;gap:24px }
.business-stories article { padding:32px;background:#fff;border:1px solid #e1d5e8;border-radius:20px }
.story-head { display:flex;gap:12px;align-items:center;color:var(--violet) }
.business-stories h3 { font:700 26px/1.2 var(--display);margin:24px 0 16px }
.business-stories p { font-size:15px;line-height:1.75;color:#6b6074 }
.story-detail { border-top:1px solid #e7dfeb;padding-top:15px;margin-top:24px }
.story-detail summary { display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;color:var(--violet);cursor:pointer;list-style:none }
.story-detail summary::-webkit-details-marker { display:none }
.story-detail .design-icon { width:17px;height:17px }
.story-detail[open] .design-icon { transform:rotate(180deg) }
.examples-four { grid-template-columns:1fr 1fr;gap:26px }
.examples-four .example-card { display:flex;flex-direction:column }
.examples-four .example-image { display:block;height:295px;min-height:0 }
.examples-four .example-copy { padding:30px;flex:1;justify-content:start }
.examples-four .example-copy p { font-size:14px;line-height:1.6;margin-top:7px;margin-bottom:18px }
.examples-four .example-copy>a { margin-top:auto;display:flex;align-items:center;justify-content:space-between }
.examples-four .design-icon { width:17px;height:17px }
.example-design-note { font-size:14px;color:#c5bdcf;margin:32px 0 0 }
.example-design-note a { color:#e5c1ff;text-decoration:underline }
.price-card { padding:30px }
.price-card li { font-size:13px }
.availability-note { margin:auto 0 0;text-align:center;border-radius:10px;padding:13px;background:#f2edf5;color:#73667e;font-size:12px }
.payment-note { max-width:none }
.comparison-heading { display:flex;align-items:end;justify-content:space-between;gap:25px;padding:30px 0 24px }
.comparison-heading h3 { margin:0;font:700 34px/1.1 var(--display);letter-spacing:-.03em }
.comparison-heading p:last-child { color:#776c81;font-size:14px;margin:14px 0 0 }
.package-comparison { margin-top:55px;padding-top:20px;border-top:1px solid #e7deed }
.difference-toggle { display:flex;align-items:center;gap:9px;white-space:nowrap;font-size:13px;cursor:pointer;border:1px solid #d6c4e4;border-radius:10px;padding:12px }
.difference-toggle input { accent-color:var(--violet);width:16px;height:16px;margin:0 }
.comparison-table { width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;font-size:14px;border:1px solid #ddd2e5;border-radius:16px }
.feature-column { width:46% }
.comparison-table thead th { position:sticky;top:78px;background:#f8f4fb;z-index:3;font:700 20px/1.2 var(--display);text-align:center;border-bottom:1px solid #d7c6e3;padding:21px 15px }
.comparison-table thead th:first-child { text-align:left }
.comparison-table thead small { display:block;font:400 12px/1.4 var(--body);margin-top:6px;color:#807287 }
.comparison-table thead th:nth-child(3) { color:var(--violet);background:#f0e4fa }
.comparison-table .comparison-group th { padding:14px 22px;text-align:left;font:700 15px/1.3 var(--display);background:#eee5f4;border-bottom:1px solid #dcd0e4;border-top:1px solid #dcd0e4 }
.comparison-feature th { text-align:left;padding:13px 22px;font-weight:400;line-height:1.5 }
.comparison-feature td { padding:13px 12px;text-align:center;font-size:13px;overflow-wrap:break-word }
.comparison-feature td:nth-child(3) { background:#fcf8ff }
.comparison-feature td,.comparison-feature th { border-bottom:1px solid #ece5f0 }
.comparison-feature:hover>* { background:#f6f1fa }
.comparison-feature .design-icon { width:20px;height:20px;color:var(--violet) }
.comparison-feature .not-included { color:#a69bab }
.comparison-legend { display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:12px;color:#8c8095;margin-top:16px }
.comparison-legend .design-icon { width:17px;height:17px;color:var(--violet);margin-left:14px }
.comparison-legend .design-icon:first-child { margin:0 }
.security-articles { display:grid;grid-template-columns:1fr 1fr;gap:38px 66px }
.security-articles article { border-top:1px solid #4d4756;padding-top:26px }
.security-articles .design-icon { color:#d3a2f8 }
.security-articles h3 { font:700 25px/1.2 var(--display);margin:18px 0 14px }
.security-articles p { font-size:15px;line-height:1.8;color:#c7bfce;margin:0 }
.trust-section .section-heading>.eyebrow { color:#d59ff9;font-size:12px }
.faq-heading>.eyebrow { color:var(--violet-dark);font-size:12px }
.devices-figure { margin:0 }
.footer-examples { display:flex;align-items:center;flex-wrap:wrap;gap:16px 27px;padding-top:30px;margin-top:28px;border-top:1px solid #e7deec;color:#85768e;font-size:12px }
.footer-examples .design-icon { width:12px;height:12px }
.footer-examples strong { color:#4c4057 }
.footer-bottom { margin-top:26px }
@media(max-width:1100px) {
    .editorial-grid { gap:40px }
    .topic-index { grid-template-columns:1fr 1fr }
    .hero-grid { gap:48px }
    .mega-grid { grid-template-columns:1fr 1fr }
    .mega-menu { width:min(720px,calc(100vw - 40px)) }
}
@media(max-width:900px) {
    .editorial-grid { grid-template-columns:1fr;gap:35px }
    .editorial-copy { max-width:700px }
    .website-figure { max-width:580px }
    .hint-grid { grid-template-columns:1fr 1fr }
    .comparison-heading { align-items:start;flex-direction:column }
    .marketing-rows { gap:0 30px }
    .pricing-grid { gap:14px }
    .price-card { padding:24px 20px }
}
@media(max-width:720px) {
    .section { padding-block:64px }
    :root { --anchor-offset:132px }
    .hero h1 { font-size:clamp(43px,12vw,59px) }
    .hero-context { font-size:16px }
    .topic-index { grid-template-columns:1fr }
    .topic-index>a { padding:20px 18px }
    .editorial-copy h2,.capability-heading h2 { font-size:36px }
    .editorial-copy>p:not(.eyebrow) { font-size:15px }
    .marketing-rows,.business-stories,.security-articles,.examples-four,.hint-grid { grid-template-columns:1fr }
    .marketing-row-head { flex-wrap:wrap }
    .marketing-rows p { font-size:15px }
    .business-stories article { padding:25px }
    .examples-four .example-image { height:260px;min-height:0 }
    .examples-four .example-copy { padding:25px }
    .customer-panel,.connections-panel,.access-preview,.booking-flow { padding:25px }
    .team-panel { padding:20px 12px }
    .team-table { font-size:11px }
    .team-table th,.team-table td { padding:12px 5px }
    .team-table th:first-child { width:48% }
    .hint-content { position:static;width:auto;max-width:none;box-shadow:none }
    .feature-hint>summary { min-height:52px }
    .calendar-bridge { padding:18px }
    .bridge-grid { gap:10px 7px;grid-template-columns:minmax(0,1fr) 17px minmax(0,1fr) }
    .bridge-grid>div { padding:8px;font-size:11px }
    .bridge-grid small { font-size:10px }
    .bridge-grid>strong { font-size:15px }
    .comparison-heading h3 { font-size:30px }
    .feature-column { width:43% }
    .comparison-table thead th { top:105px;padding:16px 4px;font-size:14px }
    .comparison-table thead th:first-child { padding-left:10px;font-size:12px }
    .comparison-table thead small { font-size:10px }
    .comparison-table thead small span { display:block }
    .comparison-feature th { padding:12px 10px;font-size:11px }
    .comparison-feature td { padding:12px 4px;font-size:10px }
    .comparison-feature .design-icon { width:17px;height:17px }
    .comparison-table .comparison-group th { padding:12px 10px;font-size:13px }
    .comparison-legend { font-size:10px }
    .comparison-hints { margin-top:24px }
    .footer-examples { align-items:start;flex-direction:column }
}
@media(max-width:360px) {
    .comparison-table thead th { font-size:12px }
    .mobile-nav .shell { gap:6px;justify-content:space-between }
    .mobile-nav a { font-size:11px }
}
@media(prefers-reduced-motion:reduce) { * { scroll-behavior:auto!important } }

/* Wembora homepage revision, 14 September: approved brand icons and clearer content hierarchy. */
:root { --paper:#fcfafe; --paper-deep:#f5f1fa; --violet:#8b37d4; --pink:#f23c7f; --ink:#252a38; --dark:#252a38; --line:#e3dbe9 }
body { text-wrap:pretty }
h1,h2,h3,h4 { text-wrap:balance }
.section { --section-space:92px;padding-block:var(--section-space) }
.section h2 { line-height:1.08;letter-spacing:-.035em }
.section-heading h2 { font-size:clamp(34px,3.8vw,51px) }
.section-heading { margin-bottom:38px }
.eyebrow { letter-spacing:.065em;line-height:1.5 }
.eyebrow>.brand-icon { width:36px;height:36px;margin-right:2px }
.preview-bar { height:28px;background:var(--paper-deep);color:#675975;font-size:10px }
.preview-dot { background:var(--violet);box-shadow:none;width:5px;height:5px }
.site-header { background:rgba(252,250,254,.97) }
.nav-wrap { height:80px }
.brand img { height:33px }
.button { border-radius:10px }
.button-primary { background:var(--violet);box-shadow:0 7px 18px #8b37d41c }
.button-primary:hover { background:var(--violet-dark) }
.hero { padding:60px 0 58px;background:var(--paper) }
.hero-glow { display:none }
.hero::after { opacity:.4 }
.hero-grid { grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:56px }
.hero h1 { font-size:clamp(43px,4.7vw,65px);line-height:1.03;letter-spacing:-.045em;text-wrap:initial }
.hero h1 em { color:var(--violet) }
.hero .eyebrow { font-size:10px;margin-bottom:25px }
.hero-promise { margin:22px 0 0;font:700 23px/1.3 var(--display);max-width:440px }
.hero-lead { font-size:17px;line-height:1.7;margin-top:19px;max-width:550px }
.hero-context { font-size:15px;line-height:1.65;margin-top:13px;max-width:520px }
.hero-actions { margin-top:26px }
.hero-facts { font-size:11px;gap:8px 15px;margin-top:23px }
.hero-facts .check { background:#eee1f8;color:var(--violet) }
.product-stage { min-height:0;padding:23px;border-radius:24px;background:var(--ink);box-shadow:0 22px 45px #252a381b;border:0 }
.product-stage::before { display:none }
.stage-caption { font-size:10px;letter-spacing:0;margin-bottom:18px }
.stage-caption .live-dot { width:6px;height:6px;background:#f23c7f;box-shadow:none }
.schedule-card { border-radius:13px;box-shadow:none;border:0 }
.schedule-top { padding:15px 17px }
.schedule-top strong { font-size:13px }
.schedule-body { grid-template-columns:45px 1fr;gap:7px 8px;padding:13px }
.appointment,.appointment.rose,.appointment.gold { min-height:51px;padding:8px 10px;border-radius:7px;border:0;border-left:3px solid var(--violet) }
.appointment.violet { background:#f0e5fa }
.appointment.rose { background:#f6e6f5;border-color:#b739b3 }
.appointment.coral { background:#fbe8f0;border-color:#dd3b95 }
.appointment.gold { background:#fdebf2;border-color:var(--pink) }
.appointment.free { border:1px dashed #b8a6c7;background:#fcfafe }
.appointment span { font-size:12px }
.appointment small { font-size:10px;color:#675d70 }
.time { font-size:10px;color:#675d70 }
.booking-toast { position:relative;right:auto;bottom:auto;width:calc(100% - 28px);margin:-15px 14px 0;z-index:1;padding:10px 13px;border-radius:10px;box-shadow:0 5px 15px #252a3810;gap:10px }
.toast-icon { width:31px;height:31px;background:transparent }
.toast-icon .brand-icon { width:29px;height:29px }
.booking-toast span:last-child { flex-direction:row;align-items:center;justify-content:space-between;gap:8px;flex:1;font-size:11px }
.booking-toast small { font-size:10px }
.mini-note { position:static;margin:14px 0 0;padding:0;background:transparent;border:0;color:#d9d0e3;font-size:9px }
.product-shortcuts { position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;padding-top:18px;margin-top:18px;border-top:1px solid #494454 }
.product-shortcuts a { display:flex;flex-direction:column;align-items:center;gap:7px;font-size:8px;color:#e5deed;min-width:0 }
.product-shortcuts .brand-icon { width:32px;height:32px;background:var(--paper);padding:4px;box-sizing:content-box;border-radius:9px }
.product-shortcuts a:hover { color:#fff;text-decoration:underline;text-underline-offset:3px }
.proof-band { background:var(--paper-deep);border-bottom:0 }
.proof-grid { padding-block:25px }
.proof-grid strong { font-size:18px }
.proof-grid span { color:#696071;font-size:11px }

/* Each feature link has a distinct destination; all descriptions remain visible. */
.capability-section { background:var(--paper);color:var(--ink) }
.capability-heading { max-width:790px }
.capability-heading .eyebrow { color:var(--violet-dark) }
.capability-heading>p:not(.eyebrow) { color:var(--ink-soft);font-size:16px;max-width:670px }
.capability-heading .text-link { color:var(--violet) }
.feature-directory { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px }
.directory-group { min-width:0;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden }
.directory-heading { display:flex;align-items:center;gap:12px;background:var(--paper-deep);padding:19px 20px;border-bottom:1px solid var(--line) }
.directory-heading>span { font:10px var(--mono);color:var(--violet) }
.directory-heading h3 { margin:0;font:700 20px/1.2 var(--display);text-wrap:initial }
.directory-group nav { padding:7px 13px }
.directory-group nav>a { display:flex;align-items:center;gap:12px;padding:15px 7px;border-bottom:1px solid #eee8f2;min-height:84px }
.directory-group nav>a:last-child { border:0 }
.directory-group nav>a:hover { background:var(--paper);border-radius:7px }
.directory-group .brand-icon { width:32px;height:32px }
.directory-group a>span { flex:1;min-width:0 }
.directory-group strong { display:block;font-size:14px;font-weight:600;line-height:1.3 }
.directory-group small { display:block;color:#716777;font-size:11px;line-height:1.5;margin-top:4px }
.directory-group a>.design-icon:last-child { width:14px;height:14px;color:#9682a7 }
.mega-menu { border-radius:15px;padding:20px;width:min(1000px,calc(100vw - 40px)) }
.mega-grid .menu-icon { width:34px;flex-basis:34px;height:36px }
.mega-grid .brand-icon { width:30px;height:30px }
.mega-grid>a { min-height:74px }
.mega-grid strong { font-size:12px }
.mega-grid small { font-size:10px }
.mega-footer { margin-top:10px;padding-top:13px }

.intro { background:var(--paper-deep);padding-block:74px }
.journey-grid { gap:0;border-block:1px solid #e1d4eb }
.journey-card,.journey-card.featured { background:transparent;border:0;border-right:1px solid #e1d4eb;border-radius:0;box-shadow:none;min-height:310px;padding:30px }
.journey-card:last-child { border:0 }
.journey-icon { width:auto;height:auto;display:block;margin:0 0 24px;background:transparent;border-radius:0 }
.journey-icon .brand-icon { width:44px;height:44px }
.journey-card h3 { font-size:24px }
.journey-card p { font-size:15px;line-height:1.7;margin:11px 0 28px }
.step-number { color:#8a719e }
.detail { font-size:9px;letter-spacing:.06em }
.examples-section { background:var(--ink) }
.examples-four { grid-template-columns:repeat(4,minmax(0,1fr));gap:16px }
.examples-four .example-card { background:#fff;color:var(--ink);border:0;border-radius:14px }
.examples-four .example-image { height:200px;min-height:0;aspect-ratio:4/3 }
.examples-four .example-copy { padding:23px 20px;min-height:250px }
.example-copy>span { color:var(--violet);font-size:8px }
.examples-four .example-copy h3 { font-size:23px }
.examples-four .example-copy p { color:#68616e;font-size:13px;line-height:1.6 }
.examples-four .example-copy a { color:var(--violet);font-size:12px;font-weight:600 }
.light-heading .eyebrow { color:#dcc2ee!important }

.editorial-section { background:var(--paper) }
.editorial-grid { gap:68px }
.editorial-copy h2 { font-size:clamp(32px,3.35vw,46px);line-height:1.1;letter-spacing:-.035em }
.editorial-copy>p:not(.eyebrow) { color:#625a69;line-height:1.8 }
.section .editorial-copy .eyebrow { margin-bottom:17px }
.website-figure { background:var(--paper-deep);border-radius:18px;box-shadow:0 18px 40px #252a3810 }
.booking-section,.calendar-section,.anamnese-section { background:var(--paper-deep) }
.flow-title { font:700 25px/1.2 var(--display);margin:0 0 28px }
.flow-step h4 { margin:2px 0 5px;font:700 19px/1.2 var(--display) }
.feature-copy h2 { font-size:clamp(32px,3.4vw,47px) }
.feature-hint { border-color:#ded2e7 }
.feature-hint>summary { min-height:55px }
.marketing-section { background:var(--ink) }
.marketing-section .section-heading { max-width:830px }
.marketing-rows { gap:0 56px }
.marketing-rows h3 { font-size:25px }
.access-preview .icon-tile { background:transparent;padding:0 }
.access-preview .icon-tile .brand-icon { width:42px;height:42px }
.team-specialties { display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px }
.team-specialties article { display:flex;gap:24px;padding:30px;background:var(--paper-deep);border:1px solid var(--line);border-radius:16px;align-items:flex-start }
.team-specialties .brand-icon { width:52px;height:52px;margin-top:5px }
.team-specialties h3 { font:700 27px/1.2 var(--display);margin:14px 0 9px }
.team-specialties p { color:#655a6e;font-size:15px;line-height:1.75;margin:0 }
.health-points .brand-icon { width:29px;height:29px }
.dashboard-frame { transform:none;border-radius:17px;box-shadow:0 20px 40px #252a3812 }
.business-stories article { border-radius:14px }
.story-head .brand-icon { width:38px;height:38px }
.price-card { border-radius:15px;padding:30px;background:var(--paper) }
.price-head { padding-bottom:5px }
.price-head h3 { font-size:32px }
.price-head strong { font-size:44px }
.price-card.recommended { transform:none;background:#fff;box-shadow:0 12px 35px #8b37d414 }
.pricing-section { background:var(--paper-deep) }
.price-card ul { border-color:var(--line) }
.comparison-table { background:#fff }
.comparison-heading h3 { font-size:36px }
.payment-note { background:#fff }
.trust-section { background:var(--ink) }
.security-articles .brand-icon { width:36px;height:36px;background:var(--paper);padding:5px;box-sizing:content-box;border-radius:9px }
.faq-heading h2 { font-size:43px }
.faq-list summary { align-items:center;min-height:68px }
.faq-list summary h3 { font:700 20px/1.3 var(--display);margin:0;text-wrap:initial }
.faq-list summary>span { flex:none }
.faq-list details p { line-height:1.8 }
.final-card { border-radius:20px;background:var(--violet);box-shadow:none }
.final-card h2 { font-size:45px }
.pathway-card { border-radius:15px }
.footer-grid a { font-size:13px }
footer a { text-underline-offset:3px }
footer a:hover { text-decoration:underline }
:focus-visible { outline:3px solid var(--violet);outline-offset:4px }

@media(max-width:1100px) {
    .hero-grid { gap:32px }
    .hero h1 { font-size:clamp(42px,5vw,55px) }
    .hero-promise { font-size:21px }
    .product-stage { padding:18px }
    .product-shortcuts { grid-template-columns:repeat(3,1fr);row-gap:14px }
    .directory-heading { padding:18px 15px }
    .directory-heading h3 { font-size:18px }
    .directory-group nav { padding:6px 8px }
    .directory-group nav>a { gap:9px }
    .examples-four { grid-template-columns:1fr 1fr }
    .examples-four .example-image { height:280px }
    .examples-four .example-copy { min-height:220px }
}
@media(max-width:900px) {
    .hero-grid { grid-template-columns:1fr;gap:42px }
    .hero-copy { max-width:690px }
    .hero h1 { font-size:clamp(42px,7.3vw,66px) }
    .product-stage { max-width:550px;padding:24px }
    .product-shortcuts { grid-template-columns:repeat(6,minmax(0,1fr)) }
    .hero-lead,.hero-context { max-width:650px }
    .feature-directory { grid-template-columns:1fr }
    .directory-group nav { display:grid;grid-template-columns:1fr 1fr;gap:0 18px;padding:5px 20px }
    .directory-heading h3 { font-size:22px }
    .directory-group nav>a { min-height:83px }
    .directory-group nav>a:last-child { border-bottom:1px solid #eee8f2 }
    .team-specialties { grid-template-columns:1fr }
    .editorial-grid { gap:36px }
}
@media(max-width:720px) {
    .shell { width:calc(100% - 36px) }
    .nav-wrap { height:68px }
    .brand img { height:28px }
    .preview-bar { font:9px/1.3 var(--body);height:25px }
    .hero { padding:38px 0 42px }
    .hero h1 { font-size:clamp(36px,9.9vw,56px);line-height:1.07;letter-spacing:-.035em }
    .hero .eyebrow { font-size:9px;letter-spacing:0;gap:7px;margin-bottom:20px }
    .hero .eyebrow>span { width:16px }
    .hero-promise { font-size:22px;margin-top:20px }
    .hero-lead { font-size:16px }
    .hero-context { font-size:14px }
    .hero-actions { gap:9px }
    .hero-actions .button { padding-inline:14px;font-size:13px;min-height:47px }
    .hero-facts { font-size:10px;column-gap:10px }
    .product-stage { padding:19px;border-radius:17px }
    .product-shortcuts { grid-template-columns:repeat(3,1fr);gap:16px }
    .product-shortcuts a { flex-direction:row;font-size:10px;gap:6px }
    .product-shortcuts .brand-icon { width:24px;height:24px;padding:3px;border-radius:6px }
    .booking-toast { width:calc(100% - 16px);margin-inline:8px;padding:9px }
    .booking-toast span:last-child { flex-direction:column;align-items:flex-start;gap:1px }
    .proof-grid { gap:18px;padding-block:23px }
    .proof-grid>div { padding-inline:16px }
    .proof-grid strong { font-size:16px }
    .proof-grid span { font-size:10px }
    .section { --section-space:60px;padding-block:var(--section-space) }
    .section-heading h2,.editorial-copy h2,.feature-copy h2,.faq-heading h2 { font-size:34px }
    .section-heading>p:last-child { font-size:16px }
    .capability-heading>p:not(.eyebrow) { font-size:15px }
    .text-link { font-size:13px }
    .directory-group nav { display:block;padding:4px 14px }
    .directory-heading { padding:19px }
    .directory-heading h3 { font-size:21px }
    .directory-group nav>a { min-height:76px;padding-block:13px }
    .directory-group strong { font-size:14px }
    .directory-group small { font-size:12px }
    .directory-group nav>a:last-child { border:0 }
    .journey-grid { grid-template-columns:1fr }
    .journey-card,.journey-card.featured { min-height:290px;border-right:0;border-bottom:1px solid #e1d4eb;padding:27px 10px }
    .journey-card:last-child { border-bottom:0 }
    .step-number { right:10px }
    .journey-icon { margin-bottom:15px }
    .journey-icon .brand-icon { width:39px;height:39px }
    .detail { bottom:26px }
    .examples-four { grid-template-columns:1fr }
    .examples-four .example-image { height:auto;aspect-ratio:4/3 }
    .examples-four .example-copy { min-height:230px;padding:25px }
    .team-specialties article { gap:17px;padding:24px 20px }
    .team-specialties .brand-icon { width:39px;height:39px }
    .team-specialties h3 { font-size:24px }
    .team-specialties p { font-size:14px }
    .flow-title { font-size:23px }
    .faq-list summary h3 { font-size:19px }
    .final-card { padding:34px 25px }
    .final-card h2 { font-size:36px }
    .comparison-table thead th { top:106px }
    .comparison-heading h3 { font-size:30px }
    .payment-note { padding:21px }
}
@media(max-width:360px) {
    .hero h1 { font-size:34px }
    .hero .eyebrow { font-size:8px }
    .product-shortcuts { gap:13px 6px }
    .product-shortcuts a { font-size:9px }
    .product-shortcuts .brand-icon { width:20px;height:20px }
    .hero-actions { flex-direction:column;align-items:stretch }
    .directory-heading h3 { font-size:19px }
}
@media(prefers-reduced-motion:reduce) {
    *,*::before,*::after { animation:none!important;transition:none!important;scroll-behavior:auto!important }
}
/* Compact introduction leaves more room for the complete feature directory. */
@media(min-width:901px) {
    .capability-section { padding-top:65px }
    .capability-heading { max-width:none;display:grid;grid-template-columns:1.15fr 1fr;column-gap:70px;row-gap:0;align-items:start }
    .capability-heading>.eyebrow { grid-column:1/-1;margin-bottom:19px }
    .capability-heading h2 { grid-column:1;grid-row:2/4;font-size:43px;max-width:540px }
    .capability-heading>p:not(.eyebrow) { grid-column:2;margin:0;font-size:15px }
    .capability-heading>.text-link { grid-column:2;margin-top:17px;font-size:13px }
    .directory-group nav>a { min-height:76px;padding-block:12px }
}
.team-specialties article:target { outline:2px solid var(--violet);outline-offset:4px }

/* Monats- und Jahresbestellung: identische geprüfte Produktwege wie bisher. */
[x-cloak]{display:none!important}
.payment-period{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;margin:26px 0 40px;font-size:14px}
.payment-period button{width:56px;height:30px;padding:4px;border:0;border-radius:30px;background:#b9a9c5;cursor:pointer}
.payment-period button span{display:block;width:22px;height:22px;border-radius:50%;background:white;transition:transform .18s}
.payment-period button[aria-pressed=true]{background:#8b37d4}
.payment-period button[aria-pressed=true] span{transform:translateX(26px)}
.price-order{display:flex;width:100%;margin-top:auto;text-align:center}

.booking-devices{position:relative;padding:30px 48px 95px 0;margin:0}.booking-devices .booking-desktop{display:block;width:100%;height:auto;border:6px solid #252a38;border-radius:12px;box-shadow:0 18px 45px #252a3820}.booking-devices .booking-mobile{position:absolute;right:0;bottom:50px;width:28%;height:auto;border:5px solid #252a38;border-radius:18px;box-shadow:0 15px 40px #252a3828}.booking-devices figcaption{margin-top:24px;padding-right:30%;font-size:12px;color:#716779}

/* ══════════════════════════════════════════════════════════════════════
   Der Dozentenrabatt auf der Verkaufsseite — Konzept 81, Teil A.

   Sichtbar NUR, wenn jemand über einen Kurzlink kam (wembora.de/Martin65).
   Ohne den Parameter `?p=` gibt es diese Elemente auf der Seite gar nicht,
   das Aussehen bleibt also unverändert.
   ════════════════════════════════════════════════════════════════════ */

/* Der alte Preis: kleiner, grau, durchgestrichen — er soll den neuen
   einordnen, nicht mit ihm konkurrieren. Deshalb steht er DARÜBER und
   nicht daneben: Beim Lesen von oben nach unten kommt zuerst „vorher",
   dann „jetzt". */
.preis-durchgestrichen {
    margin: 0 0 -6px;
    font-size: 15px;
    line-height: 1.2;
    color: #8c8397;
}

.preis-durchgestrichen s {
    text-decoration-thickness: 1.5px;
    text-decoration-color: #c6bfd0;
}

/* Woher der Rabatt kommt. Ein durchgestrichener Preis ohne Erklärung
   sieht nach einem Verkaufstrick aus; mit dem Namen der Schule ist es
   das, was es ist: ein Vorteil, den jemand mitgebracht hat. */
.werbe-rabatt-hinweis {
    max-width: 640px;
    margin: 0 auto 28px;
    padding: 12px 20px;
    border-radius: 999px;
    background: #f4ecfd;
    color: #4a2a6b;
    font-size: 15px;
    text-align: center;
}

.werbe-rabatt-hinweis strong {
    color: #8b37d4;
}

@media (prefers-color-scheme: dark) {
    .preis-durchgestrichen { color: #a79fb5 }
    .preis-durchgestrichen s { text-decoration-color: #5d5470 }
    .werbe-rabatt-hinweis { background: #2a2038; color: #e3d8f2 }
    .werbe-rabatt-hinweis strong { color: #c08cf0 }
}
