/* Clarity Call: the existing Concord type, palette and symbols in a page flow. */
.cc-page { background:var(--paper-light); }
.cc-page .kicker { font:400 10px/1.5 var(--mono); letter-spacing:.09em; color:var(--signal-ink); }
.cc-layout { display:grid; gap:34px; padding-block:24px 48px; }
.cc-intro { position:relative; overflow:hidden; border-radius:12px; padding:30px 25px; background:linear-gradient(105deg,#f0ece4ed,#f0ece4cd),url('/home/assets/concord-paint-08-clear-next-step.webp') 54% 65%/cover; }
.cc-intro h1 { font:500 clamp(34px,3.4vw,46px)/1.05 var(--sans); letter-spacing:-.055em; margin:18px 0; }
.cc-intro h1 br { display:none; }
.cc-intro__lede { font-size:14px; max-width:350px; color:#465559; }
.cc-next { display:none; }
.cc-flow { min-width:0; scroll-margin-top:24px; }
.cc-step-top { display:flex; justify-content:space-between; align-items:center; gap:14px; margin-bottom:22px; }
.cc-step-dots { display:flex; gap:6px; }
.cc-step-dots i { width:18px; height:3px; background:#d4d8d4; }
.cc-step-dots i.is-active { background:var(--signal-ink); }
.cc-page #step-title { font-family:var(--sans); font-weight:500; font-size:clamp(29px,2.7vw,39px); letter-spacing:-.045em; line-height:1.15; outline:none; }
.cc-step-description { color:var(--muted); font-size:14px; margin-top:15px !important; }
.cc-choices { display:grid; grid-template-columns:minmax(0,1fr); gap:12px; margin-top:28px; }
.cc-choice { position:relative; display:grid; grid-template-columns:45px minmax(0,1fr); column-gap:17px; align-content:center; padding:18px; border:1px solid #d9ded7; border-radius:9px; background:#fcfbf8; transition:background .25s,border-color .25s; }
.cc-choice__top { grid-row:span 2; display:flex; align-items:center; justify-content:space-between; }
.cc-choice__number { display:none; font:400 30px/1 var(--editorial); color:#b0b8b3; }
.cc-choice .domain-icon,.cc-choice .domain-icon svg { width:39px; height:39px; }
.cc-choice__label { font-size:15px; font-weight:500; line-height:1.3; padding-right:7px; }
.cc-choice__description { font-size:11px; color:var(--muted); margin-top:6px; }
.cc-choice__state { position:absolute; right:15px; top:15px; color:var(--signal-ink); opacity:0; font:9px/1.5 var(--mono); letter-spacing:.04em; }
.cc-choice[aria-pressed="true"] { background:#f3e8de; border-color:var(--signal-ink); }
.cc-choice[aria-pressed="true"] .cc-choice__state { opacity:1; }
.cc-choice:hover { background:#edece4; border-color:#8e9c97; }
.cc-other-symbol { font:32px var(--sans); color:var(--muted); }
.cc-actions { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:24px; padding-top:20px; border-top:1px solid var(--domain-border); }
.cc-actions .domain-cta { margin-left:auto; }
.cc-text-button { border:0; background:transparent; color:var(--ink); font-size:12px !important; padding:10px 0; cursor:pointer; text-decoration:underline; text-underline-offset:4px; min-height:44px; }
.cc-change { margin-top:10px; color:var(--signal-ink); }
.cc-service { display:flex; width:fit-content; max-width:100%; align-items:center; gap:14px; font-size:12px; padding:3px 5px 3px 14px; border:1px solid #c9cfc8; background:#e9eee7; border-radius:5px; margin-top:20px; }
.cc-service button { background:none; border:0; cursor:pointer; min-width:40px; min-height:38px; font-size:23px; }
.cc-group { border:0; padding:0; margin:28px 0; min-width:0; }
.cc-group legend,.cc-field-label { font-size:14px; font-weight:500; margin-bottom:13px; padding:0; }
.cc-pills { display:flex; flex-wrap:wrap; gap:10px; }
.cc-pill { display:flex; cursor:pointer; position:relative; }
.cc-pill input { position:absolute; opacity:0; width:1px; height:1px; }
.cc-pill span { display:flex; align-items:center; border:1px solid #cbd2cc; border-radius:24px; padding:12px 16px; min-height:44px; font-size:12px; line-height:1.4; transition:background .2s; }
.cc-pill input:checked + span { background:var(--ink); color:var(--paper-light); border-color:var(--ink); }
.cc-pill input:focus-visible + span { outline:2px solid var(--signal-ink); outline-offset:4px; }
.cc-context { margin-top:30px; }
.cc-field-heading { display:flex; justify-content:space-between; align-items:baseline; gap:15px; margin-bottom:10px; }
.cc-field-heading label { font-size:14px; font-weight:500; }
.cc-field-heading output { font:10px var(--mono); white-space:nowrap; color:var(--muted); }
.cc-context textarea { display:block; width:100%; resize:vertical; min-height:120px; padding:15px; border:1px solid #cbd2cc; border-radius:7px; background:#fffefa; color:var(--ink); font-size:14px; line-height:1.6; }
.cc-page .cc-help { color:var(--muted); font-size:11px; margin-top:9px; line-height:1.6; }
.cc-country { margin-top:38px; }
.cc-country label { display:block; }
.cc-country select { width:100%; color:var(--ink); background:#fffefa; padding:17px 12px; border:1px solid #b9c4be; border-radius:6px; font-size:15px; min-height:54px; }
.cc-error { color:var(--signal-ink); font-size:12px; margin-top:12px !important; }
.cc-error:empty { display:none; }
/* A readable description of the conversation, not a chain of answer chips. */
.cc-summary { padding:25px 28px 18px; margin-top:26px; border:1px solid var(--domain-border); border-radius:12px; background:#efede6; }
.cc-page .cc-summary-title { font:500 23px/1.2 var(--sans); letter-spacing:-.025em; margin:12px 0 8px; }
.cc-summary-stage { font-size:13px; color:var(--muted); }
.cc-summary-service { font-size:12px; color:var(--muted); margin-top:6px !important; }
.cc-summary-footer { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-top:18px; padding-top:13px; border-top:1px solid var(--domain-border); }
.cc-summary-country { display:flex; align-items:center; gap:10px; font-size:12px; }
.cc-summary-footer button { color:var(--signal-ink); font-size:11px !important; white-space:nowrap; }
#booking-status { font-size:12px; color:var(--muted); margin-top:20px; }
.cc-calendar { min-width:0; min-height:700px; margin-top:15px; }
.cc-calendar iframe { width:100%; border:0; min-height:700px; }
.cc-confirmation { padding:40px 0 20px; }
.cc-confirmation__mark { display:grid; place-items:center; width:46px; height:46px; border:1px solid #9aaea0; border-radius:50%; background:#e2e9e0; font-size:24px; margin-bottom:28px; }
.cc-confirmation h3 { font-size:34px; margin:12px 0 20px; outline:none; }
.cc-page .cc-confirmation h3 { font:500 clamp(28px,3vw,34px)/1.15 var(--sans); letter-spacing:-.04em; }
.cc-page #confirmation-title:focus-visible { outline:none; }
.cc-confirmation > p:not(.kicker) { font-size:14px; color:var(--muted); }
.cc-confirmation ul { list-style:none; padding:0; margin:20px 0; }
.cc-confirmation li { font-size:14px; padding:14px 0; border-top:1px solid var(--domain-border); }
.cc-confirmation li::before { content:'↗'; color:var(--signal-ink); margin-right:14px; }
.cc-noscript { font-size:13px; margin-top:20px !important; }
.cc-sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
.cc-page .lp-media { padding-block:32px 50px; border-top:1px solid var(--domain-border); }
.cc-faq { display:grid; gap:35px; padding-block:64px; }
.cc-faq { border-top:1px solid var(--domain-border); }
.cc-faq-item { border-top:1px solid var(--domain-border); }
.cc-faq-item:last-child { border-bottom:1px solid var(--domain-border); }
.cc-faq-item summary { display:flex; gap:15px; align-items:center; justify-content:space-between; list-style:none; cursor:pointer; font-size:15px; padding:23px 0; }
.cc-faq-item summary::-webkit-details-marker { display:none; }
.cc-faq-item summary span { font-size:22px; font-weight:400; color:var(--signal-ink); }
.cc-faq-item[open] summary span { transform:rotate(45deg); }
.cc-faq-item p { font-size:14px; color:var(--muted); padding:0 20px 26px 0; }
.cc-mobile-return span { color:var(--signal-soft); }

/* One readable flow; no fixed action can cover a choice or a field. */
.cc-layout { width:min(1120px,calc(100% - 48px)); margin-inline:auto; display:grid; grid-template-columns:minmax(0,1fr); gap:30px; padding-block:28px 56px; }
.cc-intro { padding:0 0 24px; border-radius:0; background:none; border-bottom:1px solid var(--domain-border); }
.cc-intro h1 { font:500 clamp(28px,3vw,38px)/1.08 var(--sans); letter-spacing:-.045em; margin:10px 0 12px; max-width:100%; }
.cc-intro h1 br { display:none; }
.cc-intro__lede { max-width:550px; font-size:14px; line-height:1.6; }
.cc-next { display:none; }
.cc-flow { min-width:0; scroll-margin-top:calc(var(--concord-header-height) + 20px); }
.cc-step-top { gap:12px; margin-bottom:16px; }
.cc-step-dots { gap:5px; flex-shrink:0; }
.cc-step-dots i { width:16px; }
.cc-page #step-title { font:500 clamp(27px,3vw,36px)/1.12 var(--sans); letter-spacing:-.04em; }
.cc-step-description { font-size:14px; line-height:1.6; margin-top:12px !important; }
.cc-choices { gap:10px; margin-top:24px; grid-template-columns:minmax(0,1fr); }
.cc-choice { display:grid; grid-template-columns:30px minmax(0,1fr); column-gap:15px; row-gap:4px; align-content:center; min-height:80px; padding:14px 16px; border-radius:8px; text-align:left; }
.cc-choice__top { grid-column:1; grid-row:1 / 3; margin:0; align-items:center; }
.cc-choice__number,.cc-choice__state { display:none; }
.cc-choice .domain-icon,.cc-choice .domain-icon svg { width:30px; height:30px; }
.cc-choice__label { font-size:15px; line-height:1.3; padding:0; }
.cc-choice__description { font-size:12px; line-height:1.4; margin:0; }
.cc-choice[aria-pressed="true"] { border-color:var(--signal-ink); background:#f5eee6; box-shadow:inset 3px 0 0 var(--signal-ink); }
.cc-choice[aria-pressed="true"] .domain-icon { opacity:1; }
.cc-choice:focus-visible { outline:2px solid var(--signal-ink); outline-offset:3px; }
.cc-other-symbol { font-size:28px; }
.cc-actions { position:static; gap:20px; margin-top:22px; padding-top:18px; background:none; }
.cc-actions .domain-cta { min-height:46px; font-size:14px; width:auto; min-width:170px; max-width:100%; }
.cc-actions .domain-cta > span:first-child { padding:12px 22px; flex:1; text-align:center; }
.cc-actions .domain-cta__mark { width:46px; min-height:46px; font-size:21px; }
.cc-text-button { font-size:13px !important; }
.cc-change { margin-top:6px; }
.cc-pill span { padding:12px 16px; font-size:14px; line-height:1.4; border-radius:7px; background:#fffefa; min-height:46px; }
.cc-pill input:checked + span { background:#f5eee6; color:var(--ink); border-color:var(--signal-ink); box-shadow:inset 0 -2px 0 var(--signal-ink); }
.cc-group { margin:24px 0; }
.cc-group legend,.cc-field-label,.cc-field-heading label { font-size:14px; }
.cc-field-heading { flex-wrap:wrap; gap:8px; }
.cc-context textarea,.cc-country select { font:400 16px/1.6 var(--sans); border-radius:8px; padding:14px; }
.cc-context textarea { min-height:116px; }
.cc-page .cc-help { font-size:12px; }
.cc-country { margin-top:24px; }
.cc-country-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-bottom:22px; }
.cc-country-choice { display:flex; align-items:center; gap:10px; min-height:56px; padding:12px; background:#fffefa; border:1px solid var(--domain-border); border-radius:8px; color:var(--ink); text-align:left; cursor:pointer; font:400 14px/1.4 var(--sans); }
.cc-country-choice[aria-pressed="true"] { border-color:var(--signal-ink); background:#f5eee6; box-shadow:inset 3px 0 0 var(--signal-ink); }
.cc-country-flag { font-size:22px; line-height:1; flex-shrink:0; }
.cc-summary { padding:20px; margin-top:20px; border-radius:9px; }
.cc-page .cc-summary-title { font-size:23px; }
.cc-summary-footer { flex-wrap:wrap; gap:8px; }
.cc-summary-stage { line-height:1.6; }
.cc-calendar { width:100%; min-width:0; min-height:720px; }
.cc-calendar iframe { width:100%; min-width:0; min-height:720px; }
.cc-page .lp-media { padding:56px 0 64px; margin-top:12px; }
.cc-page .lp-media__window { margin-top:24px; padding-block:16px; }
.cc-page .lp-media__group { min-height:64px; padding-block:12px; }
.cc-page .lp-media__group img { display:block; height:40px; }
.cc-faq { padding-block:56px 72px; }
.cc-section-heading h2 { font:500 clamp(30px,3.4vw,46px)/1.08 var(--sans); letter-spacing:-.038em; margin:16px 0 0; }
.cc-section-heading h2 em { color:var(--mineral); font-style:normal; font-weight:400; }
@media(min-width:560px) {
 .cc-choices { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .cc-choice { min-height:100px; }
 .cc-choice:last-child { grid-column:1/-1; min-height:72px; }
}
@media(min-width:800px) and (max-width:1099px) { .cc-layout { max-width:740px; } }
@media(min-width:1100px) {
 .cc-layout { grid-template-columns:300px minmax(0,1fr); gap:64px; padding-block:40px 64px; align-items:start; }
 .cc-intro { position:sticky; top:calc(var(--concord-header-height) + 32px); padding:28px; border:0; border-radius:10px; background:linear-gradient(180deg,#f1ece3f5,#f1ece3cd),url('/home/assets/concord-paint-08-clear-next-step.webp') 55% 60%/cover; }
 .cc-intro h1 { font-size:35px; margin:18px 0; }
 .cc-intro h1 br { display:block; }
 .cc-next { display:block; margin-top:52px; }
 .cc-next ol { margin:18px 0 0; padding:0; list-style:none; }
 .cc-next li { display:flex; gap:12px; padding:12px 0; font-size:12px; line-height:1.5; border-top:1px solid #81958b45; }
 .cc-next li span { color:var(--signal-ink); font:11px/1.6 var(--mono); }
 .cc-choice { min-height:102px; }
 .cc-faq { grid-template-columns:1fr 1.2fr; gap:90px; }
}
@media(max-width:559px) {
 .cc-layout { width:calc(100% - 40px); gap:26px; padding-top:22px; }
 .cc-intro { padding-bottom:22px; }
 .cc-intro h1 { font-size:29px; }
 .cc-intro__lede { font-size:13px; }
 .cc-page[data-call-step="1"] .cc-intro,.cc-page[data-call-step="2"] .cc-intro,.cc-page[data-call-step="3"] .cc-intro { display:none; }
 .cc-choice { min-height:78px; padding:13px 14px; }
 .cc-actions .domain-cta { flex:1; max-width:240px; }
 .cc-country-choice { font-size:13px; gap:8px; padding:12px 10px; }
 .cc-page .cc-summary-title { font-size:22px; }
 .cc-confirmation h3 { font-size:28px; }
}
@media(hover:hover) { .cc-choice:hover,.cc-country-choice:hover { border-color:#9da7a0; } }
@media(prefers-reduced-motion:reduce) { .cc-page *, .cc-page *::before, .cc-page *::after { scroll-behavior:auto !important; transition:none !important; animation:none !important; } }

@media(max-width:359px) { .cc-calendar { width:calc(100% + 40px); margin-inline:-20px; } }
/* One question per screen, with direct selection and a readable country picker. */
.cc-choices { grid-template-columns:repeat(2,minmax(0,1fr)); }
.cc-choice { display:flex; flex-direction:column; justify-content:flex-start; align-items:flex-start; gap:0; min-height:144px; padding:18px; }
.cc-choice__top { margin:0 0 18px; }
.cc-choice__label { font-size:15px; line-height:1.35; }
.cc-choice__description { margin-top:7px; font-size:12px; line-height:1.45; }
.cc-choice:last-child { grid-column:1/-1; display:grid; grid-template-columns:30px minmax(0,1fr); column-gap:15px; min-height:72px; }
.cc-choice:last-child .cc-choice__top { grid-row:1/3; margin:0; }
.cc-choice:last-child .cc-choice__description { margin-top:3px; }
.cc-situations { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:26px; }
.cc-situation { position:relative; display:flex; flex-direction:column; align-items:flex-start; min-width:0; padding:22px 20px 42px; min-height:148px; color:var(--ink); text-align:left; border:1px solid #d0d6cf; border-radius:9px; background:#fffefa; cursor:pointer; transition:background .2s,border-color .2s,transform .2s; }
.cc-situation__title { font:500 18px/1.25 var(--sans); letter-spacing:-.025em; }
.cc-situation__description { font:400 13px/1.5 var(--sans); color:var(--muted); margin-top:10px; }
.cc-situation__arrow { position:absolute; right:18px; bottom:14px; color:var(--signal-ink); font-size:20px; }
.cc-situation[aria-pressed="true"] { background:#f5eee6; border-color:var(--signal-ink); }
.cc-situation:focus-visible,.cc-country-choice:focus-visible { outline:2px solid var(--signal-ink); outline-offset:3px; }
.cc-context { margin-top:26px; }
.cc-context textarea { min-height:180px; background:#fffefa; }
.cc-country input { display:block; width:100%; min-height:52px; padding:13px 16px; background:#fffefa; color:var(--ink); font:400 16px/1.5 var(--sans); border:1px solid #b9c4be; border-radius:8px; }
.cc-country input:focus-visible { outline:2px solid var(--signal-ink); outline-offset:3px; }
.cc-country-count { font:400 12px/1.5 var(--sans); color:var(--muted); margin-block:12px !important; }
.cc-country-results { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); align-content:start; gap:8px; height:auto; max-height:320px; overflow:auto; overscroll-behavior:contain; scrollbar-width:thin; scrollbar-color:#aab2ac #f2eee7; border:1px solid var(--domain-border); padding:10px; border-radius:9px; background:#f2eee7; }
.cc-country-choice { min-width:0; min-height:58px; padding:10px; font-size:13px; line-height:1.4; }
.cc-country-choice[aria-selected="true"],.cc-country-choice.is-keyboard-active { border-color:var(--signal-ink); background:#f5eee6; }
.cc-summary-request { font:400 16px/1.7 var(--sans); color:var(--ink); white-space:pre-wrap; overflow-wrap:anywhere; margin-top:14px !important; }
.cc-summary-footer { justify-content:flex-start; gap:8px 18px; }
.cc-summary-country { flex:1 1 100%; }
.cc-page[data-call-stage="booking"] .cc-summary { margin-top:20px; }
.cc-step-dots { gap:4px; }
.cc-step-dots i { width:14px; }
@media(hover:hover) { .cc-choice:hover,.cc-situation:hover,.cc-country-choice:hover { border-color:var(--signal-ink); background:#f5eee6; } .cc-situation:hover { transform:translateY(-2px); } }
@media(max-width:559px) {
 .cc-page:not([data-call-stage="domain"]) .cc-intro { display:none; }
 .cc-choice { padding:15px; min-height:142px; }
 .cc-choice__label { font-size:14px; }
 .cc-choice__description { font-size:11px; }
 .cc-choice .domain-icon,.cc-choice .domain-icon svg { width:26px; height:26px; }
 .cc-choice__top { margin-bottom:14px; }
 .cc-situations { gap:10px; }
 .cc-situation { padding:18px 14px 38px; min-height:160px; }
 .cc-situation__title { font-size:17px; }
 .cc-situation__description { font-size:12px; }
 .cc-country-results { padding:8px; gap:8px; max-height:320px; height:auto; }
 .cc-country-choice { flex-direction:column; align-items:flex-start; gap:8px; padding:12px; min-height:86px; font-size:13px; }
 .cc-service { margin-top:16px; font-size:12px; padding-block:8px; }
 .cc-page #step-title { font-size:29px; }
 .cc-summary { padding:18px; }
 .cc-summary-request { font-size:15px; }
}
@media(prefers-reduced-motion:reduce) { .cc-situation { transition:none; } .cc-situation:hover { transform:none; } }

/* Return to the current question only after the form has scrolled away. */
.cc-mobile-return { position:fixed; z-index:30; left:50%; bottom:max(16px,env(safe-area-inset-bottom)); transform:translateX(-50%); display:flex; align-items:center; justify-content:space-between; gap:36px; min-height:48px; width:min(290px,calc(100% - 40px)); padding:12px 20px; border:1px solid #ffffff24; border-radius:6px; background:var(--ink); color:var(--paper-light); font:500 14px/1.4 var(--sans); box-shadow:0 8px 24px #162a3626; cursor:pointer; animation:cc-return-in .2s ease-out; }
.cc-page[data-return-visible] .concord-footer { padding-bottom:96px; }
@keyframes cc-return-in { from {opacity:0;translate:0 6px;} to {opacity:1;translate:0 0;} }
@media(min-width:800px) { .cc-mobile-return { display:none; } }
@media(prefers-reduced-motion:reduce) { .cc-mobile-return { animation:none; } }
