/* Zubaro.ch · One-page v3 · September 2026
   Typography and core colours taken from the two supplied Zubaro tool pages.
   No external fonts or libraries. All primary content is visible without JS. */
:root {
  --font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;
  --text: #123243;
  --muted: #54707c;
  --accent: #2f7cb6;
  --accent-strong: #1f689e;
  --accent-2: #6aa334;
  --bg: #f5fbfa;
  --panel: rgba(255, 255, 255, .9);
  --stroke: rgba(18, 50, 67, .13);
  --shadow: 0 14px 32px rgba(15, 45, 61, .08);
  --shadow-hover: 0 18px 38px rgba(15, 45, 61, .12);
  --radius: 20px;
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body { margin: 0; font-family: var(--font); font-size: 18px; line-height: 1.65; color: var(--text); background: linear-gradient(180deg, #fbfdfd 0%, #ffffff 35%, #f5fbfa 100%); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3, figure { margin: 0; }
h1, h2, h3 { font-weight: 750; text-wrap: balance; }
h1, h2 { letter-spacing: -.045em; }
h2 { font-size: clamp(34px, 3.5vw, 48px); line-height: 1.13; }
h3 { letter-spacing: -.022em; }
:focus-visible { outline: 3px solid var(--accent-strong); outline-offset: 5px; border-radius: 6px; }
main:focus { outline: none; }
::selection { color: var(--text); background: #d9edc8; }
[hidden] { display: none !important; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; vertical-align: middle; }
.container { width: min(1180px, calc(100% - 72px)); margin-inline: auto; }
.section-space { margin-top: 116px; }
.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; }
.skip-link { position: fixed; top: 12px; left: 24px; z-index: 100; border: 2px solid var(--accent); border-radius: 999px; padding: 12px 22px; background: #fff; box-shadow: var(--shadow); font-size: 16px; font-weight: 700; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.ambient-background { position: absolute; z-index: -1; top: 0; left: 0; right: 0; height: 900px; pointer-events: none; background: radial-gradient(ellipse at 7% 5%, rgba(66, 179, 219, .17), transparent 43%), radial-gradient(ellipse at 94% 7%, rgba(135, 192, 92, .17), transparent 40%); }
.ambient-background::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(47, 124, 182, .028) 1px, transparent 1px), linear-gradient(90deg, rgba(47, 124, 182, .028) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(#000, transparent 64%); -webkit-mask-image: linear-gradient(#000, transparent 64%); }
/* The floating, rounded navigation follows the supplied existing landing page. */
.site-header { position: sticky; top: 16px; z-index: 50; margin-top: 16px; }
.header-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 72px; padding: 12px 17px 12px 22px; border: 1px solid rgba(255, 255, 255, .95); border-radius: 999px; background: rgba(255, 255, 255, .9); box-shadow: 0 10px 28px rgba(15, 45, 61, .07); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.brand { display: block; width: 178px; flex: 0 0 auto; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 44px; padding: 10px 18px; border-radius: 999px; font-size: 16px; line-height: 1.4; font-weight: 650; transition: color .18s, background .18s, border-color .18s; }
.site-nav a:hover { color: var(--accent-strong); background: rgba(47, 124, 182, .07); }
.site-nav .nav-contact { border: 1px solid var(--stroke); background: rgba(246, 251, 251, .75); }
.site-nav .icon { width: 19px; height: 19px; }
.menu-toggle { display: none; width: 44px; height: 44px; flex: 0 0 auto; align-items: center; justify-content: center; border: 1px solid var(--stroke); border-radius: 50%; background: #fff; }
.menu-close-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close-icon { display: block; }
/* First view */
.hero { padding-top: 86px; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 52px; align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow-pill { display: inline-flex; align-items: center; gap: 10px; max-width: 100%; min-height: 35px; padding: 6px 13px 6px 9px; border: 1px solid rgba(47, 124, 182, .13); border-radius: 999px; background: rgba(255, 255, 255, .9); color: var(--accent-strong); font-size: 13px; font-weight: 750; line-height: 1.5; box-shadow: 0 5px 12px rgba(15, 45, 61, .04); }
.status-dot { display: inline-block; width: 9px; height: 9px; flex: 0 0 9px; margin: 0 4px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 0 5px rgba(106, 163, 52, .12); }
.hero h1 { font-size: clamp(52px, 5.05vw, 72px); line-height: 1.015; font-weight: 700; letter-spacing: -.057em; margin: 27px 0 25px; }
.gradient-text { display: inline-block; color: var(--accent-strong); background: linear-gradient(105deg, #2686ba 0%, #0d9394 45%, #5a9431 96%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 0 .05em .055em 0; }
.hero-lead { max-width: 540px; font-size: 19px; line-height: 1.72; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 51px; border: 1px solid transparent; padding: 13px 18px; border-radius: 999px; font-size: 16px; line-height: 1.4; font-weight: 700; transition: transform .18s, box-shadow .18s, background .18s; }
.button .icon { width: 19px; height: 19px; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(105deg, var(--accent-strong), #227c7a 60%, #4b792d); box-shadow: 0 8px 18px rgba(47, 124, 182, .18); }
.button-primary:hover { box-shadow: 0 10px 24px rgba(47, 124, 182, .25); }
.button-primary:focus-visible { outline-color: var(--text); }
.button-light { border-color: var(--stroke); background: rgba(255, 255, 255, .96); box-shadow: 0 4px 12px rgba(15, 45, 61, .05); }
.button-light:hover { background: #f2f8f8; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 29px; }
.fact { min-width: 0; padding: 16px 17px 17px; border: 1px solid var(--stroke); border-radius: 17px; background: rgba(255, 255, 255, .8); box-shadow: 0 9px 22px rgba(15, 45, 61, .045); }
.fact strong { display: block; color: var(--text); font-size: 31px; line-height: 1.1; font-weight: 750; margin-bottom: 6px; }
.fact > span { display: block; font-size: 15px; line-height: 1.45; color: var(--muted); }
/* Schematic visual only: it has no connection to the production application. */
.hero-visual { position: relative; isolation: isolate; min-width: 0; margin-top: 12px; padding: 22px 5px 94px 0; }
.visual-halo { position: absolute; z-index: -1; border-radius: 50%; filter: blur(3px); }
.halo-blue { width: 145px; height: 145px; background: rgba(68, 177, 212, .22); left: -24px; bottom: 125px; }
.halo-green { width: 145px; height: 145px; background: rgba(148, 201, 103, .25); right: -24px; top: -1px; }
.app-window { position: relative; border: 10px solid #fff; border-radius: 29px; background: #f5fafb; box-shadow: 0 28px 55px rgba(15, 45, 61, .14), 0 0 0 1px rgba(47, 124, 182, .045); transform: rotate(1.4deg); overflow: hidden; }
.app-topbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px 13px 15px 14px; border-bottom: 1px solid rgba(18, 50, 67, .08); background: linear-gradient(120deg, #fbfefe, #f0f7f8); }
.app-title { display: inline-flex; align-items: center; gap: 9px; font-size: 16px; line-height: 1.2; font-weight: 750; }
.app-symbol { width: 33px; height: 33px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; color: white; background: linear-gradient(135deg, var(--accent), #229e92); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2); }
.app-symbol .icon { width: 19px; height: 19px; }
.app-topbar-badge { font-size: 13px; line-height: 1.4; font-weight: 700; padding: 6px 11px; border: 1px solid rgba(47, 124, 182, .14); border-radius: 999px; background: white; color: var(--accent-strong); }
.app-content { display: grid; grid-template-columns: 148px minmax(0, 1fr); min-height: 345px; }
.app-sidebar { padding: 17px 10px 16px 12px; border-right: 1px solid rgba(18, 50, 67, .06); background: rgba(255, 255, 255, .58); }
.ui-label { display: block; font-size: 13px; line-height: 1.4; font-weight: 650; color: var(--muted); }
.app-sidebar > .ui-label { font-weight: 750; }
.room-filter { display: flex; align-items: center; justify-content: space-between; gap: 2px; font-size: 12px; line-height: 1.5; font-weight: 600; padding: 8px 7px; margin: 8px 0 13px; background: #eff5f8; border: 1px solid #e6eff2; border-radius: 9px; color: var(--muted); }
.room-filter .icon { width: 13px; height: 13px; }
.room-option { padding: 9px 8px; border: 1px solid rgba(47, 124, 182, .11); border-radius: 12px; background: white; margin-bottom: 9px; }
.room-option-active { border-color: rgba(47, 124, 182, .26); background: #eef7fa; }
.room-icon { color: var(--accent); display: block; margin-bottom: 4px; }
.room-icon .icon { width: 18px; height: 18px; }
.room-option strong { display: block; font-size: 12px; line-height: 1.3; font-weight: 750; }
.room-option > span:not(.room-icon) { display: block; margin-top: 3px; font-size: 11px; line-height: 1.4; color: var(--muted); }
.room-option-small { background: transparent; margin-bottom: 0; padding-block: 10px; }
.room-bars { display: flex; gap: 4px; margin-top: 10px; }
.room-bars i { display: block; height: 4px; width: 25%; border-radius: 99px; background: #5ba0c9; }
.room-bars i:nth-child(2) { background: #92bb6d; }
.room-bars i:nth-child(3) { background: #bcd5df; width: 17%; }
.calendar-panel { min-width: 0; padding: 20px 12px 20px; }
.calendar-heading { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-bottom: 21px; }
.calendar-heading strong { font-size: 14px; line-height: 1.3; font-weight: 750; }
.calendar-arrows { display: flex; gap: 4px; color: var(--muted); }
.calendar-arrows .icon { width: 16px; height: 16px; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; }
.calendar-weekdays { text-align: center; margin-bottom: 8px; font-size: 11px; color: var(--muted); font-weight: 700; }
.day { position: relative; display: flex; justify-content: center; align-items: flex-start; padding-top: 7px; min-width: 0; height: 42px; border: 1px solid rgba(47, 124, 182, .08); border-radius: 9px; background: white; font-size: 12px; line-height: 1.2; color: var(--muted); }
.day-empty { background: transparent; border-color: transparent; }
.has-event::after { position: absolute; content: ''; left: 22%; right: 22%; bottom: 6px; height: 4px; border-radius: 99px; background: #5ba0c9; }
.green-event::after { background: #91b869; }
.day.is-selected { color: #fff; background: var(--accent); border-color: var(--accent); font-weight: 700; box-shadow: 0 4px 10px rgba(47, 124, 182, .16); }
.is-selected::after { background: #e2f0d6; }
.calendar-legend { display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 11px; line-height: 1.5; margin-top: 15px; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 5px; }
.calendar-legend i { display: block; width: 6px; height: 6px; border-radius: 50%; background: #5ba0c9; }
.calendar-legend span:nth-child(2) i { background: #91b869; }
.dossier-card { position: absolute; z-index: 2; right: -10px; bottom: 41px; width: 326px; padding: 18px 18px 14px; border: 1px solid rgba(18, 50, 67, .1); border-radius: 21px; background: rgba(255, 255, 255, .97); box-shadow: 0 18px 36px rgba(15, 45, 61, .16), 0 3px 10px rgba(15, 45, 61, .035); transform: rotate(-1.8deg); }
.dossier-heading { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; }
.dossier-icon { width: 35px; height: 38px; border-radius: 10px; background: #edf5f9; color: var(--accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dossier-icon .icon { width: 20px; height: 20px; }
.dossier-heading .ui-label { font-size: 12px; }
.dossier-heading strong { display: block; font-size: 17px; line-height: 1.45; font-weight: 750; }
.dossier-check { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; margin-left: auto; border-radius: 50%; background: #eaf4e0; color: #507d2d; }
.dossier-check .icon { width: 16px; height: 16px; }
.dossier-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; min-height: 32px; padding-block: 4px; font-size: 14px; line-height: 1.4; color: var(--muted); }
.dossier-row .icon { width: 16px; height: 16px; color: #547f2f; }
.dossier-next { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 10px; padding: 9px 11px; border: 1px solid rgba(106, 163, 52, .13); border-radius: 10px; background: linear-gradient(100deg, #edf7f8, #eef6e8); color: #345868; font-size: 13px; line-height: 1.5; font-weight: 700; }
.dossier-next .icon { width: 17px; height: 17px; }
.hero-visual figcaption { position: absolute; bottom: 0; right: 0; left: 0; font-size: 13px; line-height: 1.5; text-align: center; color: var(--muted); }
.deployment-note { display: flex; align-items: center; gap: 13px; margin-top: 43px; border-top: 1px solid rgba(18, 50, 67, .1); padding-top: 23px; font-size: 16px; line-height: 1.5; color: var(--muted); }
.deployment-note strong { color: var(--text); font-weight: 650; }
.deployment-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; flex: 0 0 32px; border: 1px solid rgba(106, 163, 52, .17); border-radius: 50%; color: #507d2d; background: #eff6e8; }
.deployment-icon .icon { width: 18px; height: 18px; }
/* Process */
.eyebrow { color: var(--accent-strong); text-transform: uppercase; font-size: 13px; font-weight: 800; line-height: 1.5; letter-spacing: .12em; margin-bottom: 15px; }
.section-intro { max-width: 770px; }
.section-lead { max-width: 740px; margin-top: 20px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 36px; }
.process-card { position: relative; isolation: isolate; min-width: 0; padding: 24px 22px 28px; overflow: hidden; border: 1px solid var(--stroke); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
.process-card::after { content: ''; position: absolute; z-index: -1; right: -30px; bottom: -38px; width: 92px; height: 92px; border-radius: 50%; background: linear-gradient(120deg, rgba(47, 124, 182, .1), rgba(106, 163, 52, .13)); }
.process-card:hover, .feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.process-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 13px; background: linear-gradient(135deg, var(--accent), #248c8d 57%, #719b45); color: #fff; font-size: 16px; font-weight: 750; line-height: 1; box-shadow: 0 5px 12px rgba(47, 124, 182, .12); }
.process-card-top > .icon { color: var(--accent); opacity: .9; width: 24px; height: 24px; }
.process-card h3 { font-size: 19px; line-height: 1.3; min-height: 2.6em; margin-bottom: 11px; }
.process-card p { color: var(--muted); font-size: 16px; line-height: 1.65; }
.process-footnote { display: flex; align-items: center; gap: 20px; margin-top: 29px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.process-footnote > span:nth-child(2) { display: inline-flex; align-items: center; justify-content: center; gap: 9px; }
.process-footnote .icon { width: 19px; height: 19px; color: var(--accent); }
.process-line { display: block; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--stroke)); }
.process-line:last-child { background: linear-gradient(90deg, var(--stroke), transparent); }
/* Benefits: the dark statement card + six quiet feature cards. */
.benefits-layout { display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.17fr); gap: 26px; align-items: start; }
.dark-card { position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(18, 50, 67, .08); border-radius: 26px; color: #fff; background: radial-gradient(ellipse at 107% -7%, rgba(106, 163, 52, .54), transparent 50%), linear-gradient(135deg, #103246 0%, #124d6e 65%, #18728b 100%); box-shadow: 0 20px 40px rgba(15, 45, 61, .12); }
.benefits-intro { padding: 33px 32px 29px; }
.benefits-intro::before { content: ''; position: absolute; z-index: -1; inset: 14px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 18px; pointer-events: none; }
.benefits-intro .eyebrow { color: #dcecf0; font-size: 12px; letter-spacing: .12em; }
.benefits-intro h2 { font-size: clamp(33px, 3.05vw, 42px); line-height: 1.15; letter-spacing: -.043em; text-wrap: initial; }
.benefits-intro > p:not(.eyebrow) { max-width: 400px; font-size: 18px; line-height: 1.7; color: #d9e8ed; margin-top: 23px; }
.benefits-audiences { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.benefits-audiences > div { min-width: 0; border: 1px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .08); border-radius: 14px; padding: 15px 15px 16px; }
.benefits-audiences strong { display: block; font-size: 25px; line-height: 1.2; font-weight: 750; letter-spacing: -.025em; }
.benefits-audiences span { display: block; margin-top: 5px; font-size: 14px; line-height: 1.5; color: #d8e7ed; }
.features-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card { min-width: 0; padding: 24px 23px; border: 1px solid var(--stroke); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
.feature-card-template { background: linear-gradient(140deg, #fff 25%, #f4f9ed 100%); border-color: rgba(106, 163, 52, .24); }
.feature-icon { display: flex; align-items: center; justify-content: center; width: 41px; height: 41px; border: 1px solid rgba(47, 124, 182, .07); border-radius: 12px; background: linear-gradient(140deg, #eaf4f8, #eaf3df); color: var(--accent-strong); margin-bottom: 18px; }
.feature-icon .icon { width: 21px; height: 21px; }
.feature-card h3 { font-size: 18px; line-height: 1.35; margin-bottom: 11px; }
.feature-card p { font-size: 16px; line-height: 1.65; color: var(--muted); }
/* Native, keyboard-accessible questions; answers remain in the HTML without JS. */
.faq-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.58fr); gap: 60px; align-items: start; }
.faq-intro { padding-top: 7px; }
.faq-intro h2 { max-width: 370px; text-wrap: initial; }
.faq-list { display: grid; gap: 14px; min-width: 0; }
.faq-item { min-width: 0; border: 1px solid var(--stroke); border-radius: var(--radius); background: var(--panel); box-shadow: 0 8px 22px rgba(15, 45, 61, .045); transition: border-color .2s, box-shadow .2s; }
.faq-item:hover, .faq-item[open] { border-color: rgba(47, 124, 182, .3); box-shadow: 0 10px 26px rgba(15, 45, 61, .065); }
.faq-item > summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 86px; padding: 23px 25px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 700; line-height: 1.5; letter-spacing: -.014em; border-radius: var(--radius); }
.faq-item > summary > span:first-child { min-width: 0; }
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::marker { content: ''; }
.faq-item > summary:hover { color: var(--accent-strong); }
.faq-item > summary:focus-visible { outline-offset: 4px; }
.faq-toggle { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; flex: 0 0 34px; border: 1px solid rgba(47, 124, 182, .1); border-radius: 11px; background: linear-gradient(140deg, #eaf4f8, #eaf3df); color: var(--accent-strong); }
.faq-toggle .icon { width: 19px; height: 19px; transition: transform .2s; }
.faq-item[open] .faq-toggle .icon { transform: rotate(45deg); }
.faq-answer { padding: 0 25px 25px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.faq-answer p { max-width: 63ch; border-top: 1px solid var(--stroke); padding-top: 18px; }
/* Contact, replacing the former "website under construction" block. */
.contact-card { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 36px; align-items: center; padding: 43px 46px 45px; }
.contact-card::after { content: ''; position: absolute; z-index: -1; top: -81px; left: 53%; width: 220px; height: 220px; border-radius: 50%; background: rgba(35, 155, 184, .13); filter: blur(8px); }
.contact-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .07); padding: 6px 12px 6px 9px; border-radius: 999px; font-size: 13px; font-weight: 650; line-height: 1.5; }
.contact-badge .status-dot { background: #b4d982; box-shadow: 0 0 0 4px rgba(180, 217, 130, .12); width: 7px; height: 7px; flex-basis: 7px; }
.contact-copy h2 { margin-top: 21px; font-size: clamp(35px, 3.5vw, 48px); line-height: 1.13; }
.contact-copy > p:not(.contact-badge) { max-width: 600px; margin-top: 21px; color: #dcebf0; font-size: 18px; line-height: 1.7; }
.contact-email { display: inline-flex; align-items: center; gap: 15px; margin-top: 22px; padding: 6px 0 7px; border-bottom: 1px solid rgba(255, 255, 255, .4); font-size: 26px; font-weight: 650; line-height: 1.4; letter-spacing: -.025em; transition: border-color .2s, color .2s; }
.contact-email .icon { width: 26px; height: 26px; transition: transform .2s; }
.contact-email:hover { color: #d6ecc5; border-bottom-color: #d6ecc5; }
.contact-email:hover .icon { transform: translate(3px, -3px); }
.contact-email:focus-visible { outline-color: #d6ecc5; }
.contact-visual { position: relative; min-height: 270px; display: flex; align-items: center; justify-content: center; }
.contact-seal { display: flex; align-items: center; justify-content: center; width: 132px; height: 132px; border-radius: 50%; background: linear-gradient(135deg, #249abc, #48a37c 60%, #90b753); box-shadow: 0 16px 28px rgba(2, 24, 41, .12), inset 0 1px 0 rgba(255, 255, 255, .2); }
.contact-seal .icon { width: 59px; height: 59px; stroke-width: 1.4; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.orbit-one { width: 170px; height: 170px; background: rgba(255, 255, 255, .06); z-index: -1; }
.orbit-two { width: 215px; height: 215px; background: rgba(255, 255, 255, .025); z-index: -1; }
.contact-orbit-dot { position: absolute; top: 52px; right: 71px; width: 10px; height: 10px; border-radius: 50%; background: #b4d982; box-shadow: 0 0 0 5px rgba(180, 217, 130, .1); }
.contact-visual-label { position: absolute; top: calc(50% + 127px); left: -10px; right: -10px; color: #dcebf0; text-align: center; font-size: 14px; font-weight: 500; }
/* Compact, expandable legal information. */
.site-footer { padding-top: 29px; padding-bottom: 35px; margin-top: 88px; border-top: 1px solid var(--stroke); color: var(--muted); font-size: 14px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand { width: 132px; flex: 0 0 auto; }
.footer-top p { margin-left: auto; }
.footer-back { display: inline-flex; align-items: center; gap: 5px; margin-left: 20px; font-weight: 600; min-height: 44px; }
.footer-back .icon { width: 17px; height: 17px; }
.footer-back:hover { color: var(--accent-strong); }
.legal-details { margin-top: 13px; }
.legal-details > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 600; border-radius: 8px; }
.legal-details > summary::-webkit-details-marker { display: none; }
.legal-details > summary::marker { content: ''; }
.legal-details > summary .icon { width: 18px; height: 18px; transition: transform .2s; }
.legal-details[open] > summary .icon { transform: rotate(45deg); }
.legal-details > summary:hover { color: var(--accent-strong); }
.legal-content { display: grid; grid-template-columns: 1fr 2fr; gap: 45px; padding: 27px 28px 30px; margin-top: 10px; border: 1px solid var(--stroke); border-radius: var(--radius); background: rgba(255, 255, 255, .84); color: var(--muted); font-size: 16px; line-height: 1.7; }
.legal-content h2 { color: var(--text); font-size: 23px; line-height: 1.3; letter-spacing: -.025em; margin-bottom: 17px; }
.legal-content h3 { color: var(--text); font-size: 17px; line-height: 1.4; margin: 22px 0 8px; }
.legal-content p + p { margin-top: 12px; }
.legal-content address { font-style: normal; margin-bottom: 16px; }
.legal-content address strong { color: var(--text); }
.legal-content a { color: var(--accent-strong); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
/* Responsive layouts keep body copy readable, rather than scaling everything down. */
@media (min-width: 1700px) { .hero { padding-top: 96px; } .section-space { margin-top: 126px; } }
@media (max-width: 1190px) {
  .container { width: min(1180px, calc(100% - 56px)); }
  .hero-layout { gap: 34px; }
  .hero h1 { font-size: clamp(49px, 5.3vw, 65px); }
  .hero-lead { font-size: 18px; }
  .button { padding-inline: 15px; font-size: 15px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button-primary .icon { display: none; }
  .hero-facts { gap: 9px; }
  .fact { padding: 16px 12px; }
  .fact > span { font-size: 14px; }
  .app-content { grid-template-columns: 127px minmax(0, 1fr); }
  .app-sidebar { padding-inline: 9px; }
  .room-option strong { font-size: 11px; }
  .calendar-panel { padding-inline: 9px; }
  .calendar-weekdays, .calendar-days { gap: 4px; }
  .calendar-heading strong { font-size: 13px; }
  .calendar-arrows { gap: 0; }
  .calendar-arrows .icon { width: 14px; height: 14px; }
  .dossier-card { width: 297px; right: -5px; }
  .dossier-heading .ui-label { font-size: 11px; }
  .app-topbar-badge { display: none; }
  .benefits-layout { grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); gap: 22px; }
  .benefits-intro { padding: 29px 27px; }
  .benefits-intro h2 { font-size: 36px; }
  .benefits-audiences { grid-template-columns: 1fr; }
  .benefits-audiences > div { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
  .benefits-audiences span { margin-top: 0; }
  .process-grid { gap: 15px; }
  .process-card { padding: 23px 19px; }
  .process-card h3 { font-size: 18px; }
  .feature-card { padding: 23px 19px; }
  .contact-card { grid-template-columns: minmax(0, 1fr) 265px; padding-inline: 37px; gap: 25px; }
}
@media (max-width: 960px) {
  .site-nav a { padding-inline: 12px; }
  .faq-layout { grid-template-columns: 1fr; gap: 26px; }
  .faq-intro { padding-top: 0; }
  .faq-intro h2 { max-width: none; }
  .hero { padding-top: 67px; }
  .hero-layout { grid-template-columns: 1fr; gap: 37px; }
  .hero-copy { max-width: 640px; }
  .hero h1 { font-size: clamp(56px, 8vw, 72px); }
  .hero h1 br:nth-of-type(2) { display: none; }
  .hero h1 .gradient-text { margin-left: .15em; }
  .hero-lead { max-width: 590px; font-size: 19px; }
  .hero-actions .button-primary .icon { display: inline; }
  .button { font-size: 16px; padding-inline: 19px; }
  .hero-facts { max-width: 570px; gap: 13px; }
  .fact { padding: 18px; }
  .fact > span { font-size: 15px; }
  .hero-visual { width: min(590px, 100%); justify-self: center; margin-top: 7px; }
  .app-content { grid-template-columns: 158px minmax(0, 1fr); }
  .app-sidebar { padding-inline: 12px; }
  .app-topbar-badge { display: inline; }
  .room-option strong { font-size: 13px; }
  .room-option > span:not(.room-icon) { font-size: 12px; }
  .room-filter { font-size: 13px; }
  .calendar-panel { padding-inline: 14px; }
  .calendar-heading strong { font-size: 16px; }
  .calendar-arrows .icon { width: 17px; height: 17px; }
  .calendar-weekdays { font-size: 12px; }
  .day { height: 44px; font-size: 13px; }
  .calendar-legend { font-size: 12px; }
  .dossier-card { right: -6px; width: 328px; }
  .dossier-heading .ui-label { font-size: 12px; }
  .deployment-note { margin-top: 35px; }
  .section-space { margin-top: 86px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
  .process-card { padding: 25px; }
  .process-card h3 { font-size: 20px; }
  .benefits-layout { grid-template-columns: 1fr; gap: 22px; }
  .benefits-intro { display: grid; grid-template-columns: 1.05fr 1fr; column-gap: 40px; padding: 33px; }
  .benefits-intro .eyebrow { grid-column: 1 / -1; }
  .benefits-intro h2 { grid-column: 1; grid-row: 2 / span 2; font-size: 38px; max-width: 370px; }
  .benefits-intro > p:not(.eyebrow) { grid-column: 2; margin-top: 0; }
  .benefits-audiences { grid-column: 2; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; align-self: end; }
  .benefits-audiences > div { display: block; padding-inline: 12px; }
  .benefits-audiences span { margin-top: 5px; font-size: 13px; }
  .feature-card { padding: 25px; }
  .feature-card h3 { font-size: 19px; }
  .contact-card { grid-template-columns: minmax(0, 1fr) 210px; padding: 34px; }
  .contact-seal { width: 115px; height: 115px; }
  .orbit-one { width: 151px; height: 151px; }
  .orbit-two { width: 194px; height: 194px; }
  .contact-visual-label { font-size: 12px; top: calc(50% + 116px); }
  .contact-orbit-dot { right: 37px; top: 62px; }
  .legal-content { grid-template-columns: 1fr 1.7fr; gap: 30px; }
}
@media (max-width: 680px) {
  .faq-layout { gap: 25px; }
  .faq-list { gap: 12px; }
  .faq-item { border-radius: 17px; }
  .faq-item > summary { min-height: 80px; padding: 21px 20px; gap: 15px; font-size: 18px; border-radius: 17px; }
  .faq-toggle { width: 32px; height: 32px; flex-basis: 32px; }
  .faq-answer { padding: 0 20px 23px; font-size: 17px; line-height: 1.7; }
  html { scroll-padding-top: 101px; }
  .container { width: calc(100% - 36px); }
  .site-header { top: 10px; margin-top: 10px; }
  .header-inner { padding: 10px 11px 10px 16px; min-height: 66px; gap: 12px; }
  .brand { width: 152px; }
  .menu-toggle:not([hidden]) { display: inline-flex; }
  .site-nav { flex-wrap: wrap; gap: 3px; justify-content: flex-end; }
  .site-nav a { padding: 8px 10px; font-size: 14px; }
  .site-nav .nav-contact { border: 0; background: transparent; }
  .site-nav .icon { display: none; }
  .nav-ready .site-nav { position: absolute; top: calc(100% + 10px); left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 5px; padding: 12px; border: 1px solid var(--stroke); border-radius: 21px; background: #fff; box-shadow: 0 15px 35px rgba(15, 45, 61, .12); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .17s, transform .17s, visibility .17s; }
  .nav-ready .site-nav a { justify-content: flex-start; min-height: 46px; padding: 11px 16px; font-size: 16px; border-radius: 11px; }
  .nav-ready .site-nav .nav-contact { background: #f0f6f8; color: var(--accent-strong); }
  .nav-ready .site-nav .icon { display: block; }
  .nav-ready .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .hero { padding-top: 49px; }
  .hero-layout { gap: 34px; }
  .eyebrow-pill { font-size: 12px; padding-right: 11px; gap: 7px; line-height: 1.4; }
  .hero h1 { font-size: clamp(43px, 10vw, 62px); line-height: 1.05; letter-spacing: -.06em; margin-top: 24px; margin-bottom: 22px; }
  .hero h1 br:nth-of-type(2) { display: initial; }
  .hero h1 .gradient-text { margin-left: 0; }
  .hero-lead { font-size: 18px; line-height: 1.7; }
  .hero-actions { gap: 10px; margin-top: 24px; }
  .hero-actions .button { font-size: 15px; padding: 13px 16px; }
  .hero-facts { gap: 9px; margin-top: 26px; }
  .fact { padding: 15px 11px; border-radius: 14px; }
  .fact strong { font-size: 28px; }
  .fact > span { font-size: 13px; line-height: 1.5; }
  .hero-visual { margin-top: 0; padding-top: 14px; padding-right: 6px; padding-bottom: 95px; }
  .app-window { border-width: 7px; border-radius: 24px; transform: rotate(.8deg); }
  .app-topbar { padding: 13px 10px; }
  .app-title { font-size: 15px; gap: 8px; }
  .app-topbar-badge { font-size: 11px; padding: 5px 8px; }
  .app-content { grid-template-columns: 115px minmax(0, 1fr); min-height: 324px; }
  .app-sidebar { padding: 16px 8px; }
  .app-sidebar > .ui-label { font-size: 12px; }
  .room-option { padding: 9px 6px; }
  .room-option strong { font-size: 10px; }
  .room-option > span:not(.room-icon) { font-size: 10px; }
  .room-filter { font-size: 10px; padding: 7px 6px; }
  .room-filter .icon { width: 11px; height: 11px; }
  .room-option-small { display: none; }
  .calendar-panel { padding: 19px 8px; }
  .calendar-heading { margin-bottom: 16px; }
  .calendar-heading strong { font-size: 12px; }
  .calendar-arrows { display: none; }
  .calendar-weekdays, .calendar-days { gap: 3px; }
  .calendar-weekdays { font-size: 10px; }
  .day { height: 37px; padding-top: 7px; font-size: 11px; border-radius: 7px; }
  .has-event::after { bottom: 6px; height: 3px; }
  .calendar-legend { font-size: 10px; gap: 10px; }
  .dossier-card { width: min(302px, 88%); right: 0; bottom: 37px; border-radius: 18px; padding: 16px; transform: rotate(-1.1deg); }
  .dossier-heading { gap: 8px; }
  .dossier-heading strong { font-size: 16px; }
  .dossier-heading .ui-label { font-size: 11px; }
  .dossier-row { font-size: 13px; min-height: 28px; }
  .dossier-next { font-size: 12px; padding-inline: 9px; }
  .hero-visual figcaption { font-size: 12px; }
  .visual-halo { width: 105px; height: 105px; }
  .halo-blue { left: -12px; }
  .halo-green { right: -4px; }
  .deployment-note { align-items: flex-start; margin-top: 28px; padding-top: 20px; gap: 11px; font-size: 15px; line-height: 1.6; }
  .deployment-icon { margin-top: 2px; }
  .section-space { margin-top: 69px; }
  h2 { font-size: 34px; line-height: 1.14; }
  .eyebrow { font-size: 12px; letter-spacing: .11em; margin-bottom: 12px; }
  .section-lead { font-size: 17px; line-height: 1.7; margin-top: 18px; }
  .process-grid { gap: 14px; margin-top: 27px; }
  .process-card { padding: 20px 17px 24px; border-radius: 17px; }
  .process-card-top { margin-bottom: 18px; }
  .step-number { width: 36px; height: 36px; font-size: 14px; border-radius: 11px; }
  .process-card-top > .icon { width: 20px; height: 20px; }
  .process-card h3 { font-size: 18px; }
  .process-card p { font-size: 16px; line-height: 1.65; }
  .process-footnote { font-size: 13px; gap: 10px; margin-top: 23px; }
  .process-footnote > span:nth-child(2) { flex: 1; text-align: center; gap: 8px; }
  .process-line { flex: 0 0 10px; }
  .benefits-layout { gap: 18px; }
  .benefits-intro { display: block; padding: 29px 27px; border-radius: 23px; }
  .benefits-intro .eyebrow { font-size: 11px; }
  .benefits-intro h2 { font-size: 36px; max-width: 410px; }
  .benefits-intro > p:not(.eyebrow) { margin-top: 21px; font-size: 17px; line-height: 1.7; }
  .benefits-audiences { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 23px; }
  .benefits-audiences strong { font-size: 24px; }
  .benefits-audiences span { font-size: 13px; }
  .features-grid { gap: 14px; }
  .feature-card { border-radius: 17px; padding: 22px 18px; }
  .feature-card h3 { font-size: 18px; }
  .feature-card p { font-size: 16px; line-height: 1.65; }
  .feature-icon { width: 37px; height: 37px; margin-bottom: 15px; }
  .contact-card { grid-template-columns: 1fr; padding: 28px 26px 31px; gap: 0; border-radius: 23px; }
  .contact-copy h2 { font-size: 36px; }
  .contact-copy > p:not(.contact-badge) { font-size: 17px; }
  .contact-email { font-size: 25px; }
  .contact-visual { display: none; }
  .site-footer { margin-top: 60px; padding-top: 23px; padding-bottom: 22px; font-size: 13px; }
  .footer-top { flex-wrap: wrap; gap: 8px 13px; }
  .footer-brand { width: 123px; }
  .footer-top p { margin-left: auto; }
  .footer-back { margin: 8px 0 0; font-size: 14px; }
  .legal-details { margin-top: 3px; }
  .legal-details > summary { font-size: 14px; }
  .legal-content { grid-template-columns: 1fr; gap: 25px; padding: 22px; }
}
@media (max-width: 440px) {
  .process-card h3 { min-height: 0; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 100%; min-height: 49px; }
  .hero-actions .button-primary .icon { display: inline; }
  .process-grid, .features-grid { grid-template-columns: 1fr; }
  .process-card { padding: 23px; }
  .process-card-top { margin-bottom: 17px; }
  .process-card h3 { font-size: 20px; }
  .process-card p { font-size: 17px; }
  .feature-card { padding: 23px; }
  .feature-card h3 { font-size: 20px; }
  .feature-card p { font-size: 17px; }
  .feature-icon { width: 40px; height: 40px; }
  .app-content { grid-template-columns: 99px minmax(0, 1fr); }
  .app-sidebar { padding-inline: 6px; }
  .room-option strong { font-size: 9px; }
  .room-option > span:not(.room-icon) { font-size: 9px; }
  .room-filter { font-size: 9px; }
  .app-topbar-badge { display: none; }
  .day { height: 35px; font-size: 10px; }
  .calendar-weekdays { font-size: 9px; }
  .calendar-heading strong { font-size: 11px; }
  .calendar-legend { gap: 7px; font-size: 9px; }
  .calendar-panel { padding-inline: 7px; }
  .fact br { display: none; }
  .fact > span { font-size: 13px; }
  .eyebrow-pill { font-size: 11px; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 28px); }
  .brand { width: 132px; }
  .hero h1 { font-size: 40px; }
  .fact { padding: 13px 9px; }
  .fact > span { font-size: 12px; }
  .app-content { grid-template-columns: 85px minmax(0, 1fr); }
  .room-filter { padding-inline: 3px; }
  .room-filter .icon { display: none; }
  .calendar-panel { padding-inline: 5px; }
  .day { height: 34px; border-radius: 5px; }
  .app-title { font-size: 14px; }
  .dossier-card { width: 94%; }
  .benefits-intro { padding-inline: 23px; }
  .benefits-intro h2 { font-size: 33px; }
  .contact-card { padding-inline: 23px; }
  .contact-copy h2 { font-size: 33px; }
  .footer-top p { width: 100%; margin-top: 10px; margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .process-card:hover, .feature-card:hover, .button:hover { transform: none; }
}
@media (prefers-contrast: more) {
  :root { --muted: #304f5f; --stroke: rgba(18, 50, 67, .38); }
  .eyebrow-pill { border-color: var(--accent); }
  .gradient-text { color: var(--accent-strong); background: none; -webkit-text-fill-color: currentColor; }
}
@media print {
  .faq-layout { display: block; }
  .faq-list { margin-top: 22px; }
  .faq-item { break-inside: avoid; box-shadow: none; }
  .faq-item > summary { min-height: 0; padding-block: 15px; }
  .faq-item::details-content { content-visibility: visible; }
  .faq-item > .faq-answer { display: block !important; }
  .faq-toggle { display: none; }
  html { scroll-behavior: auto; }
  body { font-size: 12pt; background: white; }
  .container { width: 100%; }
  .site-header { position: static; margin-top: 0; }
  .header-inner { border: none; box-shadow: none; padding-inline: 0; }
  .ambient-background, .site-nav, .menu-toggle, .hero-visual, .hero-actions, .footer-back, .contact-visual { display: none !important; }
  .hero { padding-top: 28px; }
  .hero-layout, .benefits-layout { display: block; }
  .hero h1 { font-size: 38pt; }
  .hero h1 br:nth-of-type(2) { display: none; }
  .hero-copy { max-width: none; }
  .hero-lead, .section-lead { max-width: none; }
  .section-space { margin-top: 35px; }
  .process-grid, .features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-card, .feature-card, .contact-card, .benefits-intro { break-inside: avoid; box-shadow: none; }
  .benefits-intro { margin-bottom: 24px; }
  .dark-card { color: var(--text); background: #f3f7f7; }
  .dark-card p, .dark-card .eyebrow, .benefits-audiences span { color: var(--muted) !important; }
  .contact-card { display: block; padding: 26px; }
  .site-footer { margin-top: 36px; }
}
