:root {
  --ink: #102136;
  --ink-2: #223852;
  --muted: #6b7785;
  --line: #dfe5ea;
  --paper: #f6f7f5;
  --white: #ffffff;
  --lime: #b8ff5a;
  --lime-deep: #8ecb3f;
  --soft-lime: #efffdb;
  --blue-gray: #e9f0f5;
  --danger: #a63333;
  --radius-lg: 28px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --shadow: 0 26px 55px rgba(16, 33, 54, .11);
  --shell: min(1480px, calc(100% - 64px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 18px; line-height: 1.56; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 14px; padding: 10px 14px; color: var(--ink); background: var(--lime); border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 14px; }
.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(223,229,234,.72); background: rgba(246,247,245,.90); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 206px; }
.brand img { width: 34px; height: 34px; }
.brand span { display: grid; line-height: 1.05; }
.brand b { letter-spacing: -.03em; font-size: 16px; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 650; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: var(--ink-2); font-size: 15px; font-weight: 720; white-space: nowrap; }
.site-nav a:hover, .text-link:hover { color: var(--lime-deep); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-switch { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--white); font-size: 11px; font-weight: 800; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; font-size: 15px; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--lime); }
.button-primary:hover { background: #c8ff80; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: #213955; }
.button-light { color: var(--ink); background: var(--white); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.36); background: transparent; }
.button-outline:hover { border-color: var(--lime); color: var(--lime); }
.button-quiet { color: var(--ink-2); background: transparent; }
.button-small { min-height: 40px; padding: 0 15px; font-size: 13px; }
.button-large { min-height: 56px; padding: 0 22px; font-size: 15px; }
.hero { position: relative; overflow: hidden; padding: 72px 0 32px; min-height: 620px; background: linear-gradient(125deg, var(--paper) 0%, #eef4eb 58%, #fbfcfa 100%); }
.hero::before { position: absolute; content: ""; width: 590px; height: 590px; right: -230px; top: -210px; border: 1px solid rgba(16,33,54,.09); border-radius: 50%; box-shadow: 0 0 0 55px rgba(16,33,54,.025), 0 0 0 110px rgba(16,33,54,.018); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); align-items: center; gap: clamp(58px, 6vw, 112px); }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 17px; color: var(--muted); font-size: 11px; letter-spacing: .14em; font-weight: 900; }
.eyebrow.inverse { color: rgba(255,255,255,.68); }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime-deep); box-shadow: 0 0 0 5px rgba(142,203,63,.16); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 23px; font-size: clamp(43px, 5.3vw, 76px); line-height: .99; letter-spacing: -.065em; }
h1 em, h2 em { color: var(--lime-deep); font-style: normal; }
.hero-lead { max-width: 700px; margin-bottom: 27px; color: var(--ink-2); font-size: 21px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 14px; font-weight: 800; }

.hero-person-card { display: inline-flex; align-items: center; gap: 14px; margin-top: 24px; padding: 10px 16px 10px 10px; border: 1px solid rgba(16,33,54,.12); border-radius: 18px; background: rgba(255,255,255,.76); box-shadow: 0 16px 34px rgba(16,33,54,.08); }
.hero-person-card img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; border: 3px solid var(--soft-lime); background: #d8dde3; }
.hero-person-card b { display: block; font-size: 17px; letter-spacing: -.03em; }
.hero-person-card span { display: block; margin-top: 3px; color: var(--muted); font-size: 15px; line-height: 1.35; }

.hero-points { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 34px 0 0; list-style: none; }
.hero-points li { color: var(--muted); font-size: 15px; font-weight: 690; }
.hero-points li::before { content: "✓"; display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 6px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 950; }
.hero-panel { border: 1px solid rgba(16,33,54,.12); border-radius: var(--radius-lg); padding: 22px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); }
.panel-topline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; letter-spacing: .12em; font-weight: 900; }
.panel-status { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-2); letter-spacing: 0; font-size: 15px; }
.panel-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime-deep); }
.mini-booking { display: grid; margin: 12px 0; }
.mini-step { display: grid; grid-template-columns: 33px 1fr 20px; align-items: center; gap: 11px; min-height: 78px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.mini-step > span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 10px; font-weight: 900; }
.mini-step.active > span { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.mini-step b, .mini-step small { display: block; }
.mini-step b { margin-bottom: 4px; font-size: 14px; letter-spacing: -.015em; }
.mini-step small { color: var(--muted); font-size: 12px; }
.mini-step strong { color: var(--muted); font-size: 15px; }
.panel-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 8px; }
.panel-bottom div { display: grid; gap: 2px; }
.panel-bottom span, .panel-bottom small { color: var(--muted); font-size: 10px; font-weight: 700; }
.panel-bottom b { font-size: 24px; letter-spacing: -.04em; }
.circle-button { display: grid; place-items: center; width: 44px; height: 44px; border: none; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 22px; transition: transform .18s ease; }
.circle-button:hover { transform: rotate(-25deg); }
.hero-index { position: relative; z-index: 1; display: flex; justify-content: space-between; width: var(--shell); margin: 45px auto 0; padding-top: 16px; border-top: 1px solid rgba(16,33,54,.14); color: var(--muted); font-size: 10px; letter-spacing: .1em; font-weight: 850; }
.intro { padding: 92px 0; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(31px, 4vw, 52px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading.compact { max-width: 760px; }
.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 1.6vw, 28px); margin-top: 48px; }
.flow-card { min-height: 220px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.flow-card span { display: block; margin-bottom: 48px; color: var(--lime-deep); font-size: 13px; font-weight: 900; }
.flow-card h3 { margin-bottom: 9px; font-size: 17px; letter-spacing: -.035em; }
.flow-card p { margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.62; }
.topics-section { padding: 82px 0 54px; background: var(--white); }
.section-heading.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 500px); align-items: end; gap: clamp(52px, 6vw, 110px); }
.section-heading.split > p { margin: 0 0 5px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 1.35vw, 24px); margin-top: 38px; }
.topic-card { position: relative; display: flex; flex-direction: column; min-height: 246px; padding: clamp(22px, 1.6vw, 28px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); color: var(--ink); background: var(--paper); text-align: left; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.topic-card:hover { transform: translateY(-5px); border-color: rgba(142,203,63,.75); background: var(--soft-lime); }
.topic-card .topic-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: auto; border-radius: 12px; background: var(--white); color: var(--ink); }
.topic-icon svg { width: 21px; height: 21px; stroke: currentColor; stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.topic-card h3 { max-width: 230px; margin: 23px 0 7px; font-size: 20px; letter-spacing: -.045em; }
.topic-card p { max-width: 340px; margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.58; }
.topic-card .topic-arrow { position: absolute; top: 19px; right: 20px; color: var(--muted); font-size: 20px; }
.booking-teaser { padding: 52px 0 78px; }
.teaser-top { display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.teaser-note { display: flex; max-width: 340px; align-items: flex-start; gap: 12px; }
.teaser-note p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.check-symbol { display: grid; flex: 0 0 auto; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--lime); font-size: 12px; font-weight: 900; }
.price-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 1.25vw, 24px); margin-top: 32px; }
.price-card { position: relative; display: flex; min-height: 253px; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.price-card.featured { border-color: var(--ink); background: var(--ink); color: var(--white); }
.price-card .price-label { color: var(--muted); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.price-card.featured .price-label, .price-card.featured .price-meta { color: rgba(255,255,255,.62); }
.price-card h3 { margin: 13px 0 7px; font-size: 19px; letter-spacing: -.045em; }
.price-card .price { margin: auto 0 6px; font-size: 32px; letter-spacing: -.065em; font-weight: 900; }
.price-card .price-meta { margin-bottom: 17px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.price-card button { width: 100%; }
.price-card.featured button { background: var(--lime); color: var(--ink); }
.onsite-callout { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 19px; margin-top: 17px; padding: 26px; border-radius: var(--radius-md); color: var(--white); background: #244265; }
.onsite-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; color: var(--ink); background: var(--lime); font-size: 23px; }
.onsite-callout span { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.onsite-callout h3 { margin: 4px 0 5px; font-size: 18px; letter-spacing: -.04em; }
.onsite-callout p { margin: 0; color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.55; }
.availability-section { padding: 94px 0; color: var(--white); background: var(--ink); }
.availability-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: center; gap: clamp(70px, 7vw, 132px); }
.availability-section h2 { margin-bottom: 18px; font-size: clamp(33px, 4.2vw, 56px); line-height: 1.02; letter-spacing: -.06em; }
.availability-section h2 em { color: var(--lime); }
.availability-section p:not(.eyebrow) { max-width: 560px; margin-bottom: 25px; color: rgba(255,255,255,.70); font-size: 17px; line-height: 1.65; }
.availability-board { padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.06); }
.availability-board-head { display: flex; align-items: center; justify-content: space-between; margin: 0 2px 13px; color: rgba(255,255,255,.63); font-size: 11px; letter-spacing: .08em; font-weight: 850; }
.availability-date-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.availability-day { min-height: 112px; padding: 12px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(16,33,54,.42); }
.availability-day.is-next { border-color: var(--lime); background: rgba(184,255,90,.10); }
.availability-day span { display: block; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; }
.availability-day b { display: block; margin: 4px 0 14px; font-size: 19px; letter-spacing: -.04em; }
.availability-pill { display: inline-block; padding: 6px 8px; border-radius: 7px; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 900; }
.trust-section { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: center; gap: clamp(70px, 7vw, 132px); padding: 88px 0 96px; }
.trust-copy p:not(.eyebrow) { max-width: 590px; margin: 20px 0 22px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.trust-person { display: inline-flex; align-items: center; gap: 16px; margin: 6px 0 22px; padding: 12px 16px 12px 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 10px 26px rgba(16,33,54,.06); }
.trust-person img { width: 84px; height: 84px; object-fit: cover; border-radius: 50%; border: 4px solid var(--soft-lime); background: #d8dde3; }
.trust-person strong { display: block; font-size: 18px; letter-spacing: -.03em; }
.trust-person span { display: block; margin-top: 4px; color: var(--muted); font-size: 15px; line-height: 1.45; }

.trust-cards { display: grid; gap: 14px; }
.credential-card { min-height: 150px; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.credential-card.large { min-height: 164px; display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 28px; background: var(--soft-lime); border-color: #d3efb4; }
.credential-mark { font-size: 57px; line-height: 1; letter-spacing: -.07em; font-weight: 950; }
.credential-card p { margin: 0; font-size: 16px; line-height: 1.5; font-weight: 730; }
.credential-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.credential-icon { display: block; margin-bottom: 36px; color: var(--lime-deep); font-size: 30px; }
.cta-section { padding: 84px 0; color: var(--white); background: linear-gradient(121deg, #163450, #102136); }
.cta-content { text-align: center; }
.cta-content .eyebrow { justify-content: center; }
.cta-content h2 { margin: 0 auto 18px; font-size: clamp(37px, 5vw, 65px); line-height: 1; letter-spacing: -.065em; }
.cta-content h2 em { color: var(--lime); }
.cta-content p:not(.eyebrow) { max-width: 680px; margin: 0 auto 26px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }
.site-footer { padding: 37px 0 19px; color: var(--white); background: #0b1726; }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 26px; padding-bottom: 34px; }
.footer-brand { font-size: 18px; letter-spacing: -.045em; font-weight: 850; }
.footer-main p { margin: 6px 0 0; color: rgba(255,255,255,.56); font-size: 13px; }
.footer-links { display: flex; gap: 21px; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 670; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 11px; }
.footer-bottom a:hover { color: var(--lime); }
.booking-dialog { width: min(1220px, calc(100% - 34px)); max-width: none; padding: 0; border: none; border-radius: 23px; overflow: hidden; background: var(--white); box-shadow: 0 35px 100px rgba(0,0,0,.38); }
.booking-dialog::backdrop { background: rgba(8,16,28,.74); backdrop-filter: blur(5px); }
.dialog-shell { display: grid; grid-template-columns: 268px minmax(0, 1fr); min-height: min(780px, calc(100vh - 40px)); }
.booking-sidebar { display: flex; flex-direction: column; padding: 25px 20px; color: var(--white); background: var(--ink); }
.booking-side-brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 14px; }
.booking-side-brand img { width: 30px; }

.booking-person { display: flex; align-items: center; gap: 11px; margin-top: 22px; padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.07); }
.booking-person img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; border: 3px solid rgba(184,255,90,.72); background: #d8dde3; }
.booking-person b { display: block; color: var(--white); font-size: 14px; letter-spacing: -.02em; }
.booking-person span { display: block; margin-top: 3px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.4; }

.booking-steps { display: grid; gap: 8px; margin: 30px 0 auto; }
.booking-step { display: grid; grid-template-columns: 26px 1fr; align-items: center; gap: 9px; padding: 9px; border-radius: 9px; color: rgba(255,255,255,.45); font-size: 13px; font-weight: 720; }
.booking-step span { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: 9px; }
.booking-step.active { color: var(--white); background: rgba(255,255,255,.10); }
.booking-step.active span, .booking-step.complete span { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.booking-step.complete { color: rgba(255,255,255,.78); }
.booking-side-note { display: flex; gap: 9px; align-items: flex-start; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.lock-icon { color: var(--lime); }
.booking-side-note p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.5; }
.booking-main { display: flex; min-width: 0; flex-direction: column; padding: 34px clamp(38px, 4vw, 58px) 28px; }
.dialog-topbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.dialog-overline { display: block; margin-bottom: 6px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.dialog-topbar h2 { margin: 0; font-size: 28px; letter-spacing: -.055em; }
.dialog-close { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--white); font-size: 23px; line-height: 1; }
.booking-main form { display: flex; min-height: 0; flex: 1; flex-direction: column; }
.dialog-lead { max-width: 900px; margin: 27px 0 18px; color: var(--muted); font-size: 17px; line-height: 1.62; }
.booking-stage { display: none; min-height: 0; flex: 1; }
.booking-stage.active { display: block; }
.dialog-topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(11px, 1.1vw, 18px); }
.dialog-topic { min-height: 130px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--paper); text-align: left; }
.dialog-topic:hover, .dialog-topic.selected { border-color: var(--lime-deep); background: var(--soft-lime); }
.dialog-topic b, .dialog-topic small { display: block; }
.dialog-topic b { margin: 12px 0 4px; font-size: 15px; letter-spacing: -.025em; }
.dialog-topic small { color: var(--muted); font-size: 13px; line-height: 1.45; }
.dialog-topic .topic-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: var(--white); }
.dialog-topic .topic-icon svg { width: 15px; height: 15px; }
.field { display: grid; gap: 7px; margin-top: 17px; }
.field span, .slot-section > span { color: var(--ink-2); font-size: 14px; font-weight: 790; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #cdd6dd; border-radius: 9px; padding: 13px; outline: none; color: var(--ink); background: var(--white); font-size: 16px; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--lime-deep); box-shadow: 0 0 0 3px rgba(142,203,63,.16); }
.field-wide { grid-column: 1 / -1; }
.dialog-package-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(12px, 1.2vw, 18px); }
.dialog-package { position: relative; min-height: 135px; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); text-align: left; }
.dialog-package.selected { border-color: var(--ink); color: var(--white); background: var(--ink); }
.dialog-package .package-name { display: block; margin-bottom: 5px; font-size: 16px; font-weight: 850; letter-spacing: -.04em; }
.dialog-package .package-details { display: block; max-width: 280px; color: var(--muted); font-size: 12px; line-height: 1.48; }
.dialog-package.selected .package-details { color: rgba(255,255,255,.65); }
.dialog-package .package-price { position: absolute; right: 14px; bottom: 14px; font-size: 21px; font-weight: 900; letter-spacing: -.055em; }
.hint { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.delivery-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.delivery-toggle button { display: flex; min-height: 113px; align-items: center; gap: 13px; padding: 16px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: var(--paper); text-align: left; }
.delivery-toggle button.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.delivery-symbol { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 10px; color: var(--ink); background: var(--lime); font-size: 18px; }
.delivery-toggle b, .delivery-toggle small { display: block; }
.delivery-toggle b { margin-bottom: 4px; font-size: 15px; }
.delivery-toggle small { color: var(--muted); font-size: 13px; }
.delivery-toggle button.active small { color: rgba(255,255,255,.61); }
.onsite-fields { display: grid; grid-template-columns: 1.2fr .8fr; gap: 13px; margin-top: 3px; }
.onsite-fields .hint { grid-column: 1 / -1; }
.appointment-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.appointment-heading .dialog-lead { margin-bottom: 18px; }
.daytime-switch { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-2); font-size: 12px; white-space: nowrap; }
.daytime-switch input { position: absolute; opacity: 0; }
.daytime-switch span { position: relative; width: 36px; height: 20px; border-radius: 20px; background: #c7d0d6; transition: .18s ease; }
.daytime-switch span::after { position: absolute; top: 3px; left: 3px; content: ""; width: 14px; height: 14px; border-radius: 50%; background: var(--white); transition: .18s ease; }
.daytime-switch input:checked + span { background: var(--lime-deep); }
.daytime-switch input:checked + span::after { transform: translateX(16px); }
.date-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.date-choice { min-height: 94px; padding: 12px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: var(--paper); text-align: left; }
.date-choice:hover, .date-choice.selected { border-color: var(--lime-deep); background: var(--soft-lime); }
.date-choice span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; font-weight: 850; }
.date-choice b { display: block; margin: 6px 0 8px; font-size: 20px; letter-spacing: -.055em; }
.date-choice small { color: var(--ink-2); font-size: 11px; font-weight: 780; }
.slot-section { margin-top: 20px; }
.slot-grid { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 10px; }
.slot-choice { min-width: 102px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: var(--white); font-size: 13px; font-weight: 800; }
.slot-choice:hover, .slot-choice.selected { border-color: var(--ink); color: var(--white); background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 13px; }
.summary-card { display: grid; gap: 8px; margin: 19px 0 15px; padding: 15px; border: 1px solid #d6e8bd; border-radius: 12px; background: var(--soft-lime); }
.summary-line { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; color: var(--ink-2); font-size: 14px; }
.summary-line b { color: var(--ink); font-size: 14px; text-align: right; }
.summary-total { padding-top: 8px; border-top: 1px solid #cee7ab; font-weight: 900; }
.summary-total b { font-size: 19px; letter-spacing: -.045em; }
.check-field { display: flex; align-items: center; gap: 8px; margin-top: 9px; color: var(--muted); font-size: 13px; }
.check-field input { position: absolute; opacity: 0; }
.check-field span { display: grid; flex: 0 0 auto; place-items: center; width: 17px; height: 17px; border: 1px solid #b8c3cc; border-radius: 5px; background: var(--white); }
.check-field input:checked + span { border-color: var(--lime-deep); background: var(--lime); }
.check-field input:checked + span::after { content: "✓"; color: var(--ink); font-size: 11px; font-weight: 900; }
.check-field em { font-style: normal; }
.check-field a { color: var(--ink); text-decoration: underline; }
.payment-callout { display: flex; align-items: flex-start; gap: 8px; margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.payment-callout > span:first-child { color: var(--lime-deep); font-size: 15px; }
.booking-error { margin-top: 13px; padding: 11px; border-radius: 9px; color: #771b1b; background: #fff0f0; font-size: 13px; line-height: 1.5; }
.booking-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); }
.booking-actions .button:last-child { margin-left: auto; }
.reveal { animation: reveal .6s both; }
.delay-1 { animation-delay: .12s; }
.delay-2 { animation-delay: .22s; }
@keyframes reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1360px) {
  :root { --shell: min(1480px, calc(100% - 72px)); }
  .topic-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .dialog-topic-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hero-panel { padding: 26px; }
  .price-card, .flow-card, .availability-board, .credential-card { padding-left: 28px; padding-right: 28px; }
}
@media (min-width: 1600px) {
  :root { --shell: min(1680px, calc(100% - 96px)); }
  .topic-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .topic-card { min-height: 250px; }
  .dialog-topic-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .dialog-topic { min-height: 158px; }
  .booking-dialog { width: min(1420px, calc(100% - 72px)); }
  .dialog-shell { grid-template-columns: 292px minmax(0, 1fr); }
}
@media (min-width: 1920px) {
  :root { --shell: min(1840px, calc(100% - 128px)); }
  .hero { min-height: 680px; }
  .hero-lead { max-width: 700px; }
  .flow-grid { gap: 32px; }
  .price-grid { gap: 28px; }
  .availability-date-row { gap: 14px; }
  .booking-dialog { width: min(1560px, calc(100% - 96px)); }
}

@media (min-width: 2400px) {
  :root { --shell: min(2080px, calc(100% - 160px)); }
  .hero-grid { grid-template-columns: minmax(0, 1.18fr) minmax(430px, .82fr); }
  .booking-dialog { width: min(1760px, calc(100% - 128px)); }
}

@media (max-width: 930px) {
  .site-nav { display: none; }
  .hero-grid, .availability-grid, .trust-section { grid-template-columns: 1fr; gap: 44px; }
  .hero { padding-top: 55px; }
  .hero-panel { max-width: 560px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 19px; }
  .section-heading.split > p { max-width: 560px; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-cards { max-width: 650px; }
}
@media (max-width: 650px) {
  .hero-person-card { width: 100%; align-items: center; }
  .hero-person-card img { width: 52px; height: 52px; }
  .trust-person { align-items: flex-start; }
  .trust-person img { width: 72px; height: 72px; }
  :root { --shell: min(100% - 28px, 1280px); }
  .header-inner { min-height: 65px; }
  .brand { min-width: 0; }
  .brand small { display: none; }
  .header-actions .button { display: none; }
  h1 { font-size: clamp(39px, 12vw, 57px); }
  .hero-lead { font-size: 18px; }
  .hero { min-height: auto; padding-bottom: 22px; }
  .hero-grid { gap: 38px; }
  .hero-index { margin-top: 33px; }
  .hero-points { display: grid; gap: 8px; }
  .intro, .booking-teaser, .trust-section { padding: 74px 0; }
  .topics-section { padding: 70px 0 76px; }
  .flow-grid, .topic-grid, .price-grid { grid-template-columns: 1fr; }
  .flow-card { min-height: 180px; }
  .flow-card span { margin-bottom: 28px; }
  .topic-card { min-height: 190px; }
  .teaser-top, .onsite-callout, .footer-main, .footer-bottom { display: grid; grid-template-columns: 1fr; }
  .onsite-callout { padding: 20px; }
  .onsite-callout .button { width: 100%; }
  .availability-section, .cta-section { padding: 70px 0; }
  .availability-date-row { grid-template-columns: repeat(2, 1fr); }
  .credential-card.large { grid-template-columns: 1fr; gap: 12px; }
  .credential-row { grid-template-columns: 1fr; }
  .dialog-shell { display: block; min-height: 0; }
  .booking-dialog { width: 100%; height: 100%; max-height: none; border-radius: 0; }
  .booking-sidebar { display: none; }
  .booking-main { height: 100vh; overflow: auto; padding: 24px 18px 18px; }
  .dialog-topbar h2 { font-size: 25px; }
  .dialog-topic-grid, .dialog-package-grid, .delivery-toggle, .onsite-fields, .contact-grid { grid-template-columns: 1fr; }
  .dialog-topic { min-height: 110px; }
  .date-grid { grid-template-columns: repeat(2, 1fr); }
  .appointment-heading { align-items: flex-start; flex-direction: column; }
  .daytime-switch { white-space: normal; }
  .booking-actions { position: sticky; bottom: -18px; padding: 12px 0 0; background: var(--white); }
}

.hero-actions .button, .hero-actions .text-link, .cta-content .button, .availability-section .button, .trust-copy .text-link { white-space: nowrap; }

.success-page { min-height: 100vh; display: grid; align-items: center; padding: 80px 0; background: radial-gradient(circle at 78% 12%, rgba(184,255,90,.20), transparent 32%), linear-gradient(125deg, var(--paper), #eef4eb); }
.success-card { max-width: 860px; padding: 58px; border: 1px solid rgba(16,33,54,.12); border-radius: 30px; background: rgba(255,255,255,.84); box-shadow: var(--shadow); }
.success-card h1 { max-width: 760px; font-size: clamp(42px, 5vw, 62px); }
.success-avatar { position: relative; display: inline-grid; margin-bottom: 24px; }
.success-avatar img { width: 104px; height: 104px; object-fit: cover; border-radius: 50%; border: 5px solid var(--soft-lime); background: #d8dde3; }
.success-avatar span { position: absolute; right: -2px; bottom: 5px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 950; box-shadow: 0 8px 18px rgba(16,33,54,.18); }
.success-person { margin: 4px 0 26px; }
.success-person b { display: block; font-size: 20px; letter-spacing: -.03em; }
.success-person span { display: block; margin-top: 5px; color: var(--muted); font-size: 16px; }
@media (max-width: 650px) { .success-page { padding: 24px 0; } .success-card { padding: 34px 22px; border-radius: 22px; } }


/* B2C readability pass: larger UI text, stable H1-H6, cleaner rhythm */
body { font-size: 18px; line-height: 1.56; }
p, li, small, span, a, button, input, textarea, select, label { line-height: 1.5; }
.site-nav a { font-size: 16px; letter-spacing: 0; }
.brand b { font-size: 17px; letter-spacing: -.02em; }
.brand small { font-size: 12px; }
.language-switch { font-size: 12px; }
.button { font-size: 16px; letter-spacing: .005em; }
.button-small { font-size: 14px; }
.button-large { font-size: 16px; }
.eyebrow { font-size: 12px; letter-spacing: .105em; line-height: 1.35; }
.hero-lead { font-size: 22px; line-height: 1.56; }
.text-link { font-size: 16px; letter-spacing: 0; }
.hero-points li { font-size: 16px; line-height: 1.45; }
.hero-person-card b { font-size: 18px; }
.hero-person-card span { font-size: 16px; line-height: 1.42; }
.panel-topline { font-size: 15px; letter-spacing: .085em; padding-bottom: 20px; }
.panel-status { font-size: 17px; font-weight: 900; }
.panel-status i { width: 8px; height: 8px; }
.mini-step { grid-template-columns: 40px 1fr 28px; min-height: 86px; gap: 14px; padding: 12px 0; }
.mini-step > span { width: 34px; height: 34px; font-size: 12px; }
.mini-step b { font-size: 17px; letter-spacing: -.018em; line-height: 1.22; }
.mini-step small { font-size: 15px; line-height: 1.4; }
.mini-step strong { font-size: 18px; }
.panel-bottom span, .panel-bottom small { font-size: 13px; line-height: 1.35; }
.panel-bottom b { font-size: 30px; letter-spacing: -.045em; }
.circle-button { width: 48px; height: 48px; font-size: 24px; }
.hero-index { font-size: 11px; letter-spacing: .08em; }
.flow-card p, .topic-card p, .price-card .price-meta, .onsite-callout p, .availability-section p:not(.eyebrow), .trust-copy p:not(.eyebrow), .cta-content p:not(.eyebrow), .teaser-note p { font-size: 18px; line-height: 1.6; }
.flow-card span, .price-card .price-label, .onsite-callout span, .availability-board-head, .availability-day span { letter-spacing: .065em; }
.topic-card { min-height: 236px; padding: clamp(24px, 1.55vw, 30px); }
.topic-card .topic-icon { width: 44px; height: 44px; }
.topic-icon svg { width: 22px; height: 22px; }
.topic-card p { max-width: 360px; }
.topic-card .topic-arrow { font-size: 21px; }
.price-card { min-height: 260px; padding: 24px; }
.price-card .price { font-size: 34px; }
.onsite-callout { padding: 28px; }
.trust-person strong { font-size: 19px; }
.trust-person span { font-size: 16px; }
.credential-card p { font-size: 17px; line-height: 1.55; }
.footer-main p, .footer-links { font-size: 14px; }
.footer-bottom { font-size: 12px; }
.booking-side-brand { font-size: 15px; }
.booking-step { font-size: 15px; line-height: 1.35; }
.booking-side-note p { font-size: 13px; line-height: 1.55; }
.dialog-overline { font-size: 12px; letter-spacing: .1em; }
.dialog-lead { font-size: 18px; line-height: 1.58; }
.dialog-topic b { font-size: 16px; }
.dialog-topic small { font-size: 14px; line-height: 1.48; }
.package-name, .package-price { font-size: 16px; }
.package-details, .hint, .field span, .delivery-toggle small, .date-choice span, .date-choice small, .summary-line, .summary-line b, .check-field, .payment-callout, .booking-error { font-size: 15px; line-height: 1.48; }
.delivery-toggle b { font-size: 17px; }
.slot-choice { font-size: 15px; }
.summary-total b { font-size: 21px; }
.cert-logo-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; margin-top: 14px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.cert-logo-strip img { width: 100%; height: 76px; object-fit: contain; padding: 7px; border-radius: 12px; background: #f8faf7; }

@media (max-width: 930px) {
  body { font-size: 17px; }
  .hero-lead { font-size: 20px; }
  .panel-topline { font-size: 14px; }
  .panel-status { font-size: 16px; }
  .mini-step b { font-size: 16px; }
  .mini-step small { font-size: 14px; }
  .panel-bottom b { font-size: 28px; }
  .cert-logo-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
  body { font-size: 17px; line-height: 1.55; }
  .hero { padding-top: 46px; }
  .hero-lead { font-size: 19px; line-height: 1.55; }
  .button { font-size: 16px; }
  .hero-actions { gap: 14px; }
  .hero-person-card span { font-size: 15px; }
  .panel-topline { font-size: 13px; letter-spacing: .07em; gap: 12px; }
  .panel-status { font-size: 15px; }
  .mini-step { grid-template-columns: 38px 1fr 24px; min-height: 82px; gap: 12px; }
  .mini-step > span { width: 32px; height: 32px; font-size: 12px; }
  .mini-step b { font-size: 16px; }
  .mini-step small { font-size: 14px; }
  .panel-bottom span, .panel-bottom small { font-size: 12px; }
  .panel-bottom b { font-size: 27px; }
  .intro { padding: 66px 0; }
  .topics-section { padding: 66px 0 42px; }
  .booking-teaser { padding: 42px 0 66px; }
  .topic-card { min-height: 182px; }
  .flow-card p, .topic-card p, .price-card .price-meta, .onsite-callout p, .availability-section p:not(.eyebrow), .trust-copy p:not(.eyebrow), .cta-content p:not(.eyebrow), .teaser-note p { font-size: 17px; line-height: 1.58; }
  .dialog-lead { font-size: 17px; }
  .dialog-topic small { font-size: 14px; }
  .cert-logo-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 12px; }
  .cert-logo-strip img { height: 68px; }
}

/* Final B2C refinement: topic discovery, local certificates, legal pages, cookie banner */
.topic-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }
.topic-counter { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.trust-inline-note { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 8px; color: var(--ink); font-size: 16px; line-height: 1.45; font-weight: 840; }
.cert-showcase { margin-top: 16px; }
.cert-showcase-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 2px 10px; color: var(--muted); font-size: 13px; line-height: 1.4; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.cert-showcase-head b { color: var(--ink); font-size: 13px; }
.cert-logo-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; max-height: 460px; overflow: auto; margin-top: 0; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.cert-logo-strip img { width: 100%; height: 92px; object-fit: contain; padding: 8px; border-radius: 12px; background: #f8faf7; }
.cert-details { margin-top: 12px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.cert-details summary { cursor: pointer; color: var(--ink); font-size: 16px; line-height: 1.45; font-weight: 850; }
.cert-details ul { columns: 2; column-gap: 34px; padding-left: 18px; margin: 14px 0 0; color: var(--muted); font-size: 15px; line-height: 1.62; }
.cert-details li { break-inside: avoid; margin: 0 0 6px; }
.footer-business { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.5; }
.footer-business a { color: var(--lime); font-weight: 800; }
.legal-page { padding: 78px 0 100px; max-width: 1040px; }
.legal-page h1 { max-width: 850px; margin: 24px 0 22px; font-size: clamp(42px, 5vw, 70px); line-height: 1; letter-spacing: -.06em; }
.legal-page h2 { margin: 0 0 12px; font-size: 24px; line-height: 1.15; letter-spacing: -.04em; }
.legal-page p, .legal-page li { color: var(--ink-2); font-size: 18px; line-height: 1.68; }
.legal-page section { margin-top: 26px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.legal-page a { color: var(--ink); font-weight: 780; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-back { display: inline-flex; margin-bottom: 18px; font-size: 15px; font-weight: 850; text-decoration: none !important; }
.cookie-banner { position: fixed; z-index: 1000; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; max-width: 1120px; margin: 0 auto; padding: 20px; border: 1px solid rgba(16,33,54,.15); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 22px 60px rgba(16,33,54,.22); backdrop-filter: blur(12px); }
.cookie-banner strong { display: block; margin-bottom: 5px; font-size: 17px; line-height: 1.3; }
.cookie-banner p { margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.cookie-banner a { color: var(--ink); font-size: 14px; font-weight: 760; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions button { min-height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); font-weight: 820; }
.cookie-actions button[data-cookie="analytics"] { border-color: var(--lime); background: var(--lime); }
@media (max-width: 930px) {
  .cert-logo-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); max-height: 520px; }
  .cert-details ul { columns: 1; }
  .topic-actions, .footer-business, .cookie-banner { grid-template-columns: 1fr; display: grid; }
}
@media (max-width: 650px) {
  .topic-actions { align-items: stretch; gap: 14px; }
  .topic-actions .button { width: 100%; }
  .topic-counter { font-size: 14px; }
  .cert-logo-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 520px; padding: 12px; }
  .cert-logo-strip img { height: 82px; }
  .cert-showcase-head { align-items: flex-start; flex-direction: column; font-size: 12px; }
  .legal-page { padding: 52px 0 70px; }
  .legal-page p, .legal-page li { font-size: 16px; line-height: 1.62; }
  .legal-page section { padding: 18px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; padding: 16px; }
  .cookie-actions button { width: 100%; }
}
