@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #18302f;
  --teal: #2e7d73;
  --mint: #a8d4c7;
  --sand: #e7d8c4;
  --cream: #f8f4ec;
  --coral: #e66f4f;
  --white: #fff;
  --line: rgba(24, 48, 47, 0.14);
  --font-head: "Manrope", "Avenir Next", Arial, sans-serif;
  --font-ui: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 28px 80px rgba(24, 48, 47, 0.14);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-head); line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.25rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.35rem, 4.4vw, 4.3rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }
p { margin: 0 0 1.2rem; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow { max-width: 820px; }
.centered { text-align: center; }
.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; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.site-header { position: relative; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(248, 244, 236, 0.93); backdrop-filter: blur(16px); }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 205px; }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.nav-list { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.nav-list a { display: block; font-size: 0.925rem; font-weight: 600; text-decoration: none; }
.nav-list a:hover { color: var(--teal); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 0 25px; border: 0; border-radius: 10px; color: var(--white); background: var(--teal); font-weight: 700; line-height: 1; text-decoration: none; box-shadow: 0 12px 28px rgba(46, 125, 115, 0.2); transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { background: var(--ink); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(24, 48, 47, 0.2); }
.button span { font-size: 1.2em; }
.button-small { min-height: 44px; padding-inline: 19px; font-size: 0.9rem; }
.button-coral { color: var(--ink); background: var(--coral); box-shadow: none; }
.button-coral:hover { color: var(--ink); background: var(--sand); }
.text-link { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; text-decoration: none; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(4px); }

.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: var(--teal); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 3px; border-radius: 2px; background: var(--coral); }
.centered-eye { justify-content: center; }
.eyebrow.light { color: var(--mint); }
.section { padding: 120px 0; }
.section-lead { max-width: 690px; margin: 28px auto 0; color: rgba(24, 48, 47, 0.7); font-size: clamp(1.05rem, 1.7vw, 1.22rem); }
.section-lead.left { margin-inline: 0; }

.hero { position: relative; min-height: 760px; overflow: hidden; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.8fr); align-items: center; gap: 80px; min-height: 720px; padding-block: 60px 74px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 650px; margin: 29px 0 34px; color: rgba(24, 48, 47, 0.76); font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 13px 25px; margin: 35px 0 0; padding: 0; color: rgba(24, 48, 47, 0.68); font-size: 0.82rem; font-weight: 600; list-style: none; }
.hero-notes li::before { content: "✓"; margin-right: 7px; color: var(--teal); font-weight: 800; }
.hero-orbit { position: absolute; border: 1px solid rgba(46, 125, 115, 0.13); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { top: -160px; right: -110px; width: 650px; height: 650px; }
.hero-orbit-two { right: 100px; bottom: -300px; width: 720px; height: 720px; }

.product-stage { position: relative; display: flex; justify-content: center; align-items: center; min-height: 610px; }
.product-stage::before { content: ""; position: absolute; inset: 7% -7% 0 2%; border-radius: 48% 52% 44% 56%; background: var(--mint); transform: rotate(-5deg); }
.phone { position: relative; z-index: 2; width: 318px; padding: 11px; border: 4px solid var(--ink); border-radius: 44px; background: var(--ink); box-shadow: var(--shadow); transform: rotate(2deg); }
.phone-top { position: absolute; z-index: 3; top: 11px; left: 50%; width: 92px; height: 23px; border-radius: 0 0 15px 15px; background: var(--ink); transform: translateX(-50%); }
.phone-screen { min-height: 570px; padding: 42px 17px 19px; overflow: hidden; border-radius: 31px; background: #f7f8f4; }
.app-head { display: grid; grid-template-columns: 34px 1fr 31px; align-items: center; gap: 9px; }
.app-head img { width: 31px; height: 31px; }
.app-head div { display: flex; flex-direction: column; line-height: 1.1; }
.app-head small { margin-bottom: 4px; color: #6f7e7c; font-size: 0.58rem; }
.app-head strong { font-family: var(--font-head); font-size: 0.78rem; }
.app-head button { width: 29px; height: 29px; padding: 0; border: 0; border-radius: 50%; color: var(--white); background: var(--coral); font-size: 0.65rem; font-weight: 700; }
.today-card { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; padding: 18px; border-radius: 17px; color: var(--white); background: var(--ink); }
.today-card div:first-child { display: flex; flex-direction: column; }
.today-card small { color: rgba(255,255,255,0.66); font-size: 0.58rem; }
.today-card strong { font-family: var(--font-head); font-size: 0.82rem; }
.occupancy { display: flex; flex-direction: column; text-align: right; }
.occupancy span { color: var(--mint); font-family: var(--font-head); font-size: 1.35rem; font-weight: 800; line-height: 1; }
.app-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.app-stats > div { display: grid; grid-template-columns: 10px 1fr; gap: 2px 9px; padding: 14px; border: 1px solid rgba(24, 48, 47, 0.08); border-radius: 15px; background: var(--white); }
.status-dot { grid-row: 1 / span 2; width: 8px; height: 8px; margin-top: 5px; border-radius: 50%; }
.status-dot.coral { background: var(--coral); }
.status-dot.teal { background: var(--teal); }
.app-stats strong { font-family: var(--font-head); font-size: 1.12rem; line-height: 1; }
.app-stats small { color: #6f7e7c; font-size: 0.54rem; }
.app-section-title { display: flex; justify-content: space-between; margin: 22px 2px 10px; font-size: 0.68rem; }
.app-section-title small { color: var(--teal); font-weight: 600; }
.booking-card { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 9px; margin-bottom: 9px; padding: 12px; border-radius: 14px; background: var(--white); box-shadow: 0 7px 18px rgba(24, 48, 47, 0.06); }
.avatar { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; color: var(--ink); background: #f3c0b2; font-size: 0.58rem; font-weight: 800; }
.avatar.mint { background: var(--mint); }
.booking-card > div:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.booking-card strong { overflow: hidden; font-size: 0.63rem; text-overflow: ellipsis; white-space: nowrap; }
.booking-card small { color: #77827f; font-size: 0.5rem; }
.booking-card > span { font-size: 0.54rem; font-weight: 700; }
.stage-note { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border-radius: 13px; background: var(--white); box-shadow: 0 14px 40px rgba(24, 48, 47, 0.16); font-size: 0.7rem; }
.stage-note span:not(.check) { color: var(--teal); font-weight: 700; text-transform: uppercase; }
.stage-note-top { top: 75px; right: -12px; transform: rotate(3deg); }
.stage-note-bottom { bottom: 80px; left: -24px; transform: rotate(-2deg); }
.stage-note .check { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--white); background: var(--teal); }

.proof-strip { color: var(--white); background: var(--ink); }
.proof-items { min-height: 86px; display: flex; align-items: center; justify-content: center; gap: 23px; }
.proof-items p { margin: 0; color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.proof-items strong { font-family: var(--font-head); font-size: 1rem; }
.proof-items span { color: var(--coral); font-size: 1.5rem; }

.intro-section { background: var(--white); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
.feature-card { position: relative; min-height: 330px; padding: 34px; border-radius: 24px; overflow: hidden; }
.feature-card h3 { max-width: 230px; margin-top: 74px; }
.feature-card p { max-width: 300px; margin: 17px 0 0; color: rgba(24, 48, 47, 0.71); }
.feature-number { position: absolute; top: 25px; left: 31px; color: rgba(24, 48, 47, 0.46); font-size: 0.71rem; font-weight: 700; }
.icon-box { position: absolute; top: 27px; right: 29px; display: grid; place-items: center; width: 47px; height: 47px; border-radius: 14px; background: rgba(255,255,255,0.55); font-size: 1.25rem; font-weight: 800; }
.feature-dark { color: var(--white); background: var(--ink); }
.feature-dark p, .feature-dark .feature-number { color: rgba(255,255,255,0.66); }
.feature-dark .icon-box { color: var(--ink); background: var(--mint); }
.feature-mint { background: var(--mint); }
.feature-sand { background: var(--sand); }

.lite-section { background: var(--cream); }
.split-grid { display: grid; grid-template-columns: 0.86fr 1fr; align-items: center; gap: 100px; }
.lite-section .button { margin-top: 15px; }
.check-list-card { padding: 48px; border-radius: 27px; background: var(--white); box-shadow: 0 20px 60px rgba(24, 48, 47, 0.08); }
.check-list-card h3 { margin-bottom: 25px; }
.check-list-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; margin: 0; padding: 0; list-style: none; }
.check-list-card li { display: flex; gap: 11px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 0.92rem; font-weight: 600; }
.check-list-card li span { color: var(--teal); }
.check-list-card > p { margin: 27px 0 0; padding: 18px 20px; border-radius: 12px; background: var(--cream); font-size: 0.84rem; }

.story-section { color: var(--white); background: var(--teal); }
.story-grid { display: grid; grid-template-columns: 0.65fr 1.2fr; align-items: center; gap: 95px; }
.story-grid h2 { max-width: 770px; }
.story-grid p:not(.eyebrow) { max-width: 720px; margin-top: 26px; color: rgba(255,255,255,0.76); font-size: 1.08rem; }
.story-mark { display: grid; place-items: center; min-height: 390px; border-radius: 38% 62% 59% 41%; background: var(--cream); transform: rotate(-5deg); }
.story-mark img { width: 190px; transform: rotate(5deg); }
.light-link { margin-top: 14px; color: var(--white); }

.steps-section { background: var(--white); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; margin-top: 65px; }
.steps-grid::before { content: ""; position: absolute; top: 29px; right: 17%; left: 17%; height: 1px; background: var(--line); }
.step { position: relative; text-align: center; }
.step b { position: relative; z-index: 2; display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 22px; border-radius: 50%; color: var(--white); background: var(--teal); font-family: var(--font-head); }
.step:nth-child(2) b { color: var(--ink); background: var(--mint); }
.step:nth-child(3) b { background: var(--coral); }
.step p { margin-top: 9px; color: rgba(24, 48, 47, 0.62); }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: 0.68fr 1.2fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 48px 25px 0; cursor: pointer; font-family: var(--font-head); font-size: 1.09rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 22px; right: 4px; color: var(--teal); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 640px; padding: 0 48px 22px 0; color: rgba(24, 48, 47, 0.7); }

.final-cta { padding: 80px 0; color: var(--white); background: var(--ink); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner h2 { font-size: clamp(2.3rem, 4.2vw, 4rem); }

.site-footer { padding: 82px 0 28px; color: rgba(255,255,255,0.68); background: #102322; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 210px; }
.footer-brand p { max-width: 300px; margin-top: 24px; }
.site-footer h2 { margin-bottom: 21px; color: var(--white); font-size: 0.92rem; letter-spacing: 0; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 10px 0; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 66px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.76rem; }
.footer-bottom p { margin: 0; }

.content-shell { min-height: 60vh; padding-block: 100px; }
.entry, .archive-header { max-width: 820px; margin-inline: auto; }
.entry-header, .archive-header { margin-bottom: 48px; }
.entry-header h1, .archive-header h1, .error-page h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.entry-content { font-size: 1.05rem; }
.entry-content > * + * { margin-top: 1.4em; }
.entry-content h2, .entry-content h3 { margin-top: 1.8em; }
.entry-content a { color: var(--teal); }
.post-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.post-card { padding: 34px; border-radius: 20px; background: var(--white); }
.post-card h2 { margin-bottom: 15px; font-size: 1.7rem; }
.post-card h2 a { text-decoration: none; }
.post-meta { color: var(--teal); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; }
.error-page { max-width: 760px; }
.error-page > p:not(.eyebrow) { margin: 24px 0 30px; }

/* Product page */
.product-hero { padding: 96px 0 112px; overflow: hidden; background: var(--cream); }
.product-hero-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr); align-items: center; gap: 90px; }
.product-hero h1 { font-size: clamp(3.2rem, 6.2vw, 6rem); }
.product-hero h1 em { color: var(--teal); font-style: normal; }
.interface-stack { position: relative; min-height: 540px; }
.interface-stack::before { content: ""; position: absolute; inset: 7% 2% 2% 8%; border-radius: 47% 53% 62% 38%; background: var(--mint); transform: rotate(6deg); }
.interface-card { position: absolute; z-index: 2; border: 1px solid rgba(24,48,47,0.09); border-radius: 24px; background: #f8faf7; box-shadow: var(--shadow); }
.interface-calendar { top: 32px; right: 0; width: 74%; padding: 22px; transform: rotate(5deg); }
.interface-today { right: 12%; bottom: 35px; width: 78%; padding: 25px; transform: rotate(-3deg); }
.interface-bar { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-head); font-size: 0.83rem; }
.interface-bar span { color: var(--teal); font-family: var(--font-ui); font-size: 0.7rem; font-weight: 700; }
.mini-week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin-top: 21px; }
.mini-week b { color: #798684; font-size: 0.58rem; text-align: center; }
.mini-week i { height: 25px; border-radius: 7px; background: #e9efec; }
.mini-week i.stay { background: var(--mint); }
.mini-week i.arrival { background: #f3c0b2; }
.interface-today > p { margin-bottom: 12px; color: var(--teal); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.interface-counts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 15px; }
.interface-counts div { padding: 14px; border-radius: 13px; color: var(--white); background: var(--ink); }
.interface-counts strong, .interface-counts span { display: block; }
.interface-counts strong { color: var(--mint); font-family: var(--font-head); font-size: 1.35rem; line-height: 1; }
.interface-counts span { margin-top: 4px; color: rgba(255,255,255,.62); font-size: .58rem; }
.interface-guest { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; margin-top: 9px; padding: 11px; border-radius: 13px; background: var(--white); }
.interface-guest > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: #f3c0b2; font-size: .58rem; font-weight: 800; }
.interface-guest > span.mint { background: var(--mint); }
.interface-guest div { display: flex; min-width: 0; flex-direction: column; }
.interface-guest strong { overflow: hidden; font-size: .69rem; text-overflow: ellipsis; white-space: nowrap; }
.interface-guest small { color: #77827f; font-size: .54rem; }
.interface-guest b { font-size: .6rem; }
.interface-badge { position: absolute; z-index: 4; right: 0; bottom: 4px; display: flex; align-items: center; gap: 9px; padding: 12px 16px; border-radius: 14px; background: var(--white); box-shadow: 0 15px 40px rgba(24,48,47,.17); font-size: .7rem; font-weight: 700; }
.interface-badge span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--white); background: var(--teal); }
.problem-section { background: var(--white); }
.product-copy-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; }
.large-copy { color: rgba(24,48,47,.74); font-size: clamp(1.08rem, 1.8vw, 1.32rem); line-height: 1.75; }
.large-copy p:last-child { margin-bottom: 0; }
.feature-showcase { background: var(--cream); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.capability-grid article { position: relative; min-height: 285px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.capability-grid article > b { color: rgba(24,48,47,.4); font-size: .7rem; }
.capability-grid article:nth-child(1), .capability-grid article:nth-child(5) { color: var(--white); background: var(--ink); }
.capability-grid article:nth-child(1) p, .capability-grid article:nth-child(5) p, .capability-grid article:nth-child(1) > b, .capability-grid article:nth-child(5) > b { color: rgba(255,255,255,.66); }
.capability-grid h3 { margin-top: 62px; }
.capability-grid p { margin: 15px 0 0; color: rgba(24,48,47,.68); font-size: .91rem; }
.cap-icon { position: absolute; top: 27px; right: 28px; display: grid; place-items: center; width: 45px; height: 45px; border-radius: 13px; color: var(--ink); background: var(--mint); font-size: 1.1rem; font-weight: 800; }
.capability-grid article:nth-child(3n) .cap-icon { background: var(--sand); }
.safety-section { background: var(--white); }
.safety-grid { display: grid; grid-template-columns: .65fr 1.25fr; align-items: center; gap: 95px; }
.safety-mark { display: grid; place-items: center; min-height: 360px; border-radius: 60% 40% 48% 52%; background: var(--mint); transform: rotate(-5deg); }
.safety-mark span { display: grid; place-items: center; width: 150px; height: 150px; border: 5px solid var(--ink); border-radius: 50%; color: var(--white); background: var(--teal); font-family: var(--font-head); font-size: 4rem; transform: rotate(5deg); }
.inline-checks { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.inline-checks li { padding: 8px 13px; border-radius: 30px; background: var(--cream); font-size: .77rem; font-weight: 700; }
.inline-checks li::before { content: "✓"; margin-right: 6px; color: var(--teal); }
.product-origin { color: var(--white); background: var(--teal); }
.product-origin .large-copy { color: rgba(255,255,255,.77); }
.roadmap-section { background: var(--cream); }
.roadmap-grid { display: grid; grid-template-columns: .85fr 1fr; align-items: start; gap: 90px; }
.edition-list { display: grid; gap: 12px; }
.edition { display: grid; grid-template-columns: 95px 120px 1fr; align-items: center; gap: 15px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.45); }
.edition.active { color: var(--white); background: var(--ink); }
.edition > span { color: var(--teal); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.edition.active > span { color: var(--mint); }
.edition strong { font-family: var(--font-head); font-size: 1.25rem; }
.edition p { margin: 0; color: rgba(24,48,47,.65); font-size: .85rem; }
.edition.active p { color: rgba(255,255,255,.65); }

/* Bold Download Insights */
.insights-hero { overflow: hidden; background: var(--cream); }
.insights-hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, .85fr); align-items: center; gap: 85px; min-height: 700px; padding-block: 80px 95px; }
.insights-hero h1 { font-size: clamp(3.2rem, 6.2vw, 6rem); }
.insights-hero h1 em { color: var(--teal); font-style: normal; }
.insights-stage { position: relative; min-height: 520px; display: grid; place-items: center; }
.insights-stage::before { content: ""; position: absolute; inset: 5% -5% 1% 5%; border-radius: 56% 44% 46% 54%; background: var(--mint); transform: rotate(-5deg); }
.insights-dashboard { position: relative; z-index: 2; width: min(100%, 500px); padding: 26px; border: 1px solid rgba(24,48,47,.09); border-radius: 25px; background: #f9fbf8; box-shadow: var(--shadow); transform: rotate(2deg); }
.insights-dashboard-head, .insights-dashboard-head > div { display: flex; align-items: center; }
.insights-dashboard-head { justify-content: space-between; gap: 20px; }
.insights-dashboard-head > div { gap: 11px; font-family: var(--font-head); }
.insights-dashboard-head img { width: 39px; }
.insights-dashboard-head > span { color: var(--teal); font-size: .67rem; font-weight: 700; }
.insights-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 23px; }
.insights-metrics div { padding: 14px; border-radius: 13px; background: var(--white); }
.insights-metrics small, .insights-metrics strong { display: block; }
.insights-metrics small { color: rgba(24,48,47,.55); font-size: .59rem; font-weight: 700; text-transform: uppercase; }
.insights-metrics strong { margin-top: 3px; font-family: var(--font-head); font-size: 1.45rem; }
.insights-chart { height: 145px; display: flex; align-items: end; gap: 7px; margin-top: 16px; padding: 22px 18px 0; border-radius: 14px; background: var(--white); }
.insights-chart i { flex: 1; height: var(--bar); min-height: 8px; border-radius: 5px 5px 2px 2px; background: var(--teal); opacity: .78; }
.insights-chart i:nth-child(3n) { background: var(--coral); }
.insights-file-row { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 11px; margin-top: 13px; padding: 14px; border-radius: 14px; color: var(--white); background: var(--ink); }
.insights-file-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--ink); background: var(--mint); font-weight: 800; }
.insights-file-row div { display: flex; min-width: 0; flex-direction: column; }
.insights-file-row strong { overflow: hidden; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.insights-file-row small { color: rgba(255,255,255,.58); font-size: .56rem; }
.insights-file-row b { color: var(--mint); font-family: var(--font-head); font-size: 1.25rem; }
.insights-stage-note { position: absolute; z-index: 3; right: -8px; bottom: 48px; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border-radius: 13px; background: var(--white); box-shadow: 0 14px 40px rgba(24,48,47,.16); font-size: .7rem; transform: rotate(-2deg); }
.insights-stage-note span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--white); background: var(--teal); }
.insights-capabilities article:nth-child(5) { color: var(--ink); background: var(--white); }
.insights-capabilities article:nth-child(5) p, .insights-capabilities article:nth-child(5) > b { color: rgba(24,48,47,.68); }
.insights-capabilities article:nth-child(4) { color: var(--white); background: var(--ink); }
.insights-capabilities article:nth-child(4) p, .insights-capabilities article:nth-child(4) > b { color: rgba(255,255,255,.66); }
.insights-privacy { color: var(--white); background: var(--teal); }
.insights-privacy .section-lead { color: rgba(255,255,255,.75); }
.insights-privacy-mark { display: flex; min-height: 360px; align-items: center; justify-content: center; flex-direction: column; border-radius: 45% 55% 59% 41%; color: var(--ink); background: var(--mint); transform: rotate(-5deg); }
.insights-privacy-mark span { font-family: var(--font-head); font-size: 7rem; font-weight: 800; line-height: .9; }
.insights-privacy-mark small { margin-top: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.insights-dark-checks li { color: var(--ink); background: var(--cream); }
.insights-followup { background: var(--cream); }
.followup-preview { padding: 42px; border-radius: 25px; background: var(--white); box-shadow: 0 24px 70px rgba(24,48,47,.1); transform: rotate(1deg); }
.followup-downloaded { display: inline-flex; padding: 7px 11px; border-radius: 30px; color: var(--teal); background: #e6f2ee; font-size: .7rem; font-weight: 800; }
.followup-preview h3 { margin-top: 25px; }
.followup-preview > p { margin-top: 12px; color: rgba(24,48,47,.66); font-size: .9rem; }
.followup-form-preview { display: grid; grid-template-columns: 1fr auto; gap: 9px; margin-top: 22px; }
.followup-form-preview span, .followup-form-preview b { min-height: 49px; display: flex; align-items: center; padding: 0 15px; border-radius: 9px; font-size: .76rem; }
.followup-form-preview span { border: 1px solid var(--line); color: rgba(24,48,47,.46); }
.followup-form-preview b { color: var(--white); background: var(--teal); }
.followup-preview > small { display: block; margin-top: 14px; color: rgba(24,48,47,.5); font-size: .65rem; }
.insights-release-section { scroll-margin-top: 20px; background: var(--teal); }
.insights-download-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: start; gap: 22px; }
.insights-release-card { box-shadow: 0 24px 70px rgba(0,0,0,.13); }

/* Download page */
.download-hero { padding: 95px 0 190px; color: var(--white); background: var(--teal); }
.download-hero h1 { font-size: clamp(3rem, 6.4vw, 6rem); }
.download-hero .eyebrow { color: var(--mint); }
.centered-lead { margin-inline: auto; color: rgba(255,255,255,.74); }
.download-main { margin-top: -105px; padding-bottom: 115px; }
.download-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: start; gap: 22px; }
.release-card, .requirements-card { border-radius: 25px; background: var(--white); box-shadow: 0 24px 70px rgba(24,48,47,.13); }
.release-card { padding: 43px; }
.release-head { display: grid; grid-template-columns: 66px 1fr auto; align-items: center; gap: 18px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.release-head img { width: 60px; }
.release-head p { margin: 0 0 3px; color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.release-head h2 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); }
.version-pill { padding: 7px 12px; border-radius: 30px; color: var(--teal); background: #e6f2ee; font-size: .75rem; font-weight: 800; }
.release-benefits { display: grid; gap: 0; margin: 26px 0 30px; padding: 0; list-style: none; }
.release-benefits li { display: flex; gap: 11px; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.release-benefits span { color: var(--teal); }
.download-button { width: 100%; }
.release-pending { padding: 18px 20px; border-left: 4px solid var(--coral); border-radius: 10px; background: var(--cream); }
.release-pending p { margin: 3px 0 0; color: rgba(24,48,47,.66); font-size: .86rem; }
.release-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 21px; color: rgba(24,48,47,.58); font-size: .72rem; }
.requirements-card { padding: 36px; }
.requirements-card h2 { margin-bottom: 22px; font-size: 2rem; }
.requirements-card dl { margin: 0; }
.requirements-card dl div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.requirements-card dt { color: rgba(24,48,47,.58); font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.requirements-card dd { margin: 3px 0 0; font-weight: 700; }
.compat-note { display: flex; gap: 10px; margin: 24px 0 0; color: rgba(24,48,47,.66); font-size: .78rem; }
.compat-note span { color: var(--teal); font-weight: 800; }
.install-section { background: var(--white); }
.first-use-section { background: var(--cream); }
.support-links { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 28px; font-size: .95rem; }
.download-trust { padding: 42px 0; color: var(--white); background: var(--ink); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.trust-row div { display: flex; flex-direction: column; text-align: center; }
.trust-row strong { font-family: var(--font-head); }
.trust-row span { margin-top: 3px; color: rgba(255,255,255,.58); font-size: .75rem; }

/* Documentation */
.docs-hero { padding: 95px 0; color: var(--white); background: var(--ink); }
.docs-hero-grid { display: grid; grid-template-columns: 1fr .62fr; align-items: center; gap: 90px; }
.docs-hero h1, .support-hero h1 { font-size: clamp(3.1rem, 6.3vw, 6rem); }
.docs-lead { color: rgba(255,255,255,.7); }
.docs-quick-card { padding: 34px; border-radius: 24px; color: var(--ink); background: var(--mint); transform: rotate(2deg); box-shadow: 0 24px 60px rgba(0,0,0,.16); }
.docs-quick-card > span { display: block; color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.docs-quick-card > strong { display: block; margin-top: 5px; font-family: var(--font-head); font-size: 2rem; }
.docs-quick-card ol { margin: 20px 0 25px; padding-left: 22px; font-size: .88rem; font-weight: 600; }
.docs-quick-card li { padding: 6px 0 6px 5px; }
.docs-quick-card .button { width: 100%; }
.docs-main { padding: 110px 0 125px; background: var(--white); }
.docs-layout { display: grid; grid-template-columns: 220px minmax(0, 780px); justify-content: space-between; gap: 90px; }
.docs-nav { position: sticky; top: 24px; align-self: start; padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: var(--cream); }
.docs-nav > p { margin: 0 0 12px; color: var(--teal); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.docs-nav nav { display: grid; }
.docs-nav a { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 650; text-decoration: none; }
.docs-nav a:last-child { border-bottom: 0; }
.docs-nav a:hover { color: var(--teal); }
.docs-content { min-width: 0; }
.docs-section { scroll-margin-top: 30px; padding: 0 0 90px; margin: 0 0 90px; border-bottom: 1px solid var(--line); }
.docs-section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.docs-section h2 { margin-bottom: 28px; font-size: clamp(2.3rem, 4.3vw, 3.8rem); }
.docs-section > p:not(.eyebrow):not(.small-print) { color: rgba(24,48,47,.72); font-size: 1.06rem; }
.docs-section > h3 { margin: 31px 0 12px; font-size: 1.3rem; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 35px 0; }
.spec-grid div { padding: 22px; border-radius: 15px; background: var(--cream); }
.spec-grid span, .spec-grid strong { display: block; }
.spec-grid span { color: var(--teal); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.spec-grid strong { margin-top: 4px; font-family: var(--font-head); font-size: 1.05rem; }
.docs-note { margin-top: 30px; padding: 22px 24px; border-left: 4px solid var(--coral); border-radius: 10px; background: var(--cream); }
.docs-note p { margin: 4px 0 0; color: rgba(24,48,47,.68); font-size: .88rem; }
.numbered-guide { display: grid; gap: 13px; margin: 35px 0; padding: 0; list-style: none; }
.numbered-guide li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 23px; border: 1px solid var(--line); border-radius: 15px; }
.numbered-guide b { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--white); background: var(--teal); font-family: var(--font-head); }
.numbered-guide h3 { margin: 1px 0 6px; font-size: 1.08rem; }
.numbered-guide p { margin: 0; color: rgba(24,48,47,.66); font-size: .9rem; }
.success-panel { display: flex; align-items: center; gap: 18px; padding: 23px; border-radius: 15px; color: var(--white); background: var(--ink); }
.success-panel > span { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; color: var(--ink); background: var(--mint); font-weight: 900; }
.success-panel p { margin: 3px 0 0; color: rgba(255,255,255,.67); font-size: .85rem; }
.role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 32px 0; }
.role-grid div { padding: 27px; border-radius: 18px; background: var(--cream); }
.role-grid div:first-child { background: var(--mint); }
.role-grid span { color: var(--teal); font-size: .65rem; font-weight: 800; }
.role-grid strong { display: block; margin-top: 35px; font-family: var(--font-head); font-size: 1.18rem; }
.role-grid p { margin: 8px 0 0; color: rgba(24,48,47,.68); font-size: .83rem; }
.view-guide { display: grid; gap: 13px; margin-top: 35px; }
.view-guide article { display: grid; grid-template-columns: .65fr 1fr; gap: 30px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; }
.view-guide article:nth-child(2) { color: var(--white); background: var(--ink); }
.view-guide article > div { display: flex; flex-direction: column; }
.view-guide article span { color: var(--teal); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.view-guide article:nth-child(2) span { color: var(--mint); }
.view-guide article strong { margin-top: 8px; font-family: var(--font-head); font-size: 1.08rem; line-height: 1.25; }
.view-guide article p { margin: 0; color: rgba(24,48,47,.68); font-size: .88rem; }
.view-guide article:nth-child(2) p { color: rgba(255,255,255,.68); }
.phone-guides { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 30px 0 20px; }
.phone-guides div { padding: 24px; border-radius: 16px; background: var(--cream); }
.phone-guides p { margin: 8px 0 0; color: rgba(24,48,47,.66); font-size: .88rem; }
.small-print { color: rgba(24,48,47,.55); font-size: .78rem; }
.privacy-list { display: grid; gap: 12px; margin: 32px 0 0; padding: 0; list-style: none; }
.privacy-list li { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 22px; border-radius: 15px; background: var(--cream); }
.privacy-list > li > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--white); background: var(--teal); font-weight: 800; }
.privacy-list p { margin: 4px 0 0; color: rgba(24,48,47,.67); font-size: .87rem; }
.docs-faq { margin-top: 20px; }

/* Support */
.support-hero { padding: 95px 0 105px; color: var(--white); background: var(--teal); }
.support-hero-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 34px; }
.support-main { background: var(--white); }
.support-grid { display: grid; grid-template-columns: .78fr 1fr; align-items: start; gap: 90px; }
.support-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.support-checklist li { display: grid; grid-template-columns: 36px 1fr; gap: 13px; min-height: 120px; padding: 21px; border-radius: 16px; background: var(--cream); }
.support-checklist b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--white); background: var(--teal); font-size: .75rem; }
.support-checklist li:nth-child(3n) b { color: var(--ink); background: var(--coral); }
.support-checklist strong, .support-checklist span { display: block; }
.support-checklist strong { font-family: var(--font-head); font-size: .92rem; }
.support-checklist span { margin-top: 6px; color: rgba(24,48,47,.61); font-size: .76rem; }
.support-scope { background: var(--cream); }
.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.scope-card { position: relative; padding: 42px; border-radius: 24px; }
.scope-card h2 { max-width: 400px; font-size: clamp(2rem, 3.5vw, 3rem); }
.scope-card ul { margin: 30px 0 0; padding: 0; list-style: none; }
.scope-card li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid currentColor; border-color: rgba(255,255,255,.12); }
.scope-card li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 800; }
.scope-icon { position: absolute; top: 35px; right: 38px; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--mint); color: var(--ink); font-weight: 900; }
.can-help { color: var(--white); background: var(--ink); }
.boundaries { border: 1px solid var(--line); background: var(--white); }
.boundaries li { border-color: var(--line); }
.boundaries li::before { content: "→"; color: var(--teal); }
.boundaries > p { margin: 27px 0 0; color: rgba(24,48,47,.62); font-size: .82rem; }
.privacy-support { color: var(--white); background: var(--teal); }
.privacy-support-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 90px; }
.privacy-support-grid p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: 1.03rem; }
.contact-support { background: var(--white); }
.contact-card { display: grid; grid-template-columns: 95px 1fr auto; align-items: center; gap: 35px; padding: 42px; border-radius: 24px; background: var(--cream); }
.contact-card img { width: 82px; }
.contact-card h2 { font-size: clamp(2rem, 3.8vw, 3.4rem); }
.contact-card p:not(.eyebrow) { margin: 15px 0 0; color: rgba(24,48,47,.68); }
.support-expectation { margin-top: 22px; color: rgba(24,48,47,.55); font-size: .76rem; text-align: center; }

/* Interactive demo */
.demo-hero { padding: 90px 0 190px; background: var(--cream); }
.demo-hero h1 { font-size: clamp(3.2rem, 6.5vw, 6rem); }
.demo-hero .centered-lead { color: rgba(24,48,47,.72); }
.demo-notice { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px; padding: 9px 14px; border-radius: 30px; color: var(--teal); background: #e4f1ed; font-size: .73rem; font-weight: 700; }
.demo-notice span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--white); background: var(--teal); }
.demo-stage-section { margin-top: -110px; padding-bottom: 120px; }
.demo-layout { display: grid; grid-template-columns: 235px minmax(0, 1fr); align-items: start; gap: 45px; }
.demo-guide { padding-top: 155px; }
.demo-guide h2 { font-size: 2.6rem; }
.demo-guide > p:not(.eyebrow) { margin-top: 18px; color: rgba(24,48,47,.68); font-size: .9rem; }
.demo-guide ul { margin: 25px 0 0; padding: 0; list-style: none; }
.demo-guide li { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 700; }
.demo-guide li::before { content: "✓"; margin-right: 8px; color: var(--teal); }
.demo-device { position: relative; min-width: 0; border: 4px solid var(--ink); border-radius: 28px; overflow: hidden; background: #f4f7f3; box-shadow: var(--shadow); }
.demo-browser-bar { display: flex; align-items: center; gap: 7px; min-height: 47px; padding: 0 15px; color: rgba(255,255,255,.65); background: #102322; font-size: .64rem; }
.demo-browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.demo-browser-bar > span:nth-child(2) { background: var(--sand); }
.demo-browser-bar > span:nth-child(3) { background: var(--mint); }
.demo-browser-bar strong { margin-left: 10px; font-weight: 500; }
.demo-browser-bar em { margin-left: auto; padding: 3px 8px; border-radius: 20px; color: var(--ink); background: var(--mint); font-style: normal; font-weight: 800; }
.demo-app { min-height: 650px; }
.demo-app-head { display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 0 25px; color: rgba(255,255,255,.62); background: var(--ink); font-size: .7rem; }
.demo-app-head img { width: 155px; }
.demo-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: var(--white); }
.demo-tabs button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 56px; border: 0; border-bottom: 3px solid transparent; color: rgba(24,48,47,.55); background: transparent; font-size: .76rem; font-weight: 700; cursor: pointer; }
.demo-tabs button.is-active { border-bottom-color: var(--teal); color: var(--ink); background: #edf5f2; }
.demo-tabs button span { font-size: 1rem; }
.demo-view { padding: 30px; }
.demo-title-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.demo-title-row small { color: var(--teal); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.demo-title-row h3 { margin-top: 4px; font-size: 1.6rem; }
.demo-title-row p { margin: 4px 0 0; color: rgba(24,48,47,.55); font-size: .72rem; }
.demo-refresh { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); background: var(--white); font-size: 1.2rem; cursor: pointer; }
.demo-refresh.is-spinning { animation: demo-spin 550ms ease; }
@keyframes demo-spin { to { transform: rotate(360deg); } }
.demo-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0; }
.demo-summary div { padding: 17px; border-radius: 13px; color: var(--white); background: var(--ink); }
.demo-summary div:nth-child(2) { color: var(--ink); background: var(--mint); }
.demo-summary strong, .demo-summary span { display: block; }
.demo-summary strong { font-family: var(--font-head); font-size: 1.55rem; line-height: 1; }
.demo-summary span { margin-top: 5px; color: rgba(255,255,255,.57); font-size: .6rem; }
.demo-summary div:nth-child(2) span { color: rgba(24,48,47,.58); }
.demo-group-title { display: flex; align-items: center; justify-content: space-between; margin: 20px 0 10px; font-size: .92rem; }
.demo-group-title span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--white); background: var(--teal); font-family: var(--font-ui); font-size: .65rem; }
.demo-booking-card { margin-top: 9px; padding: 17px; border-radius: 14px; background: var(--white); box-shadow: 0 8px 20px rgba(24,48,47,.06); }
.demo-booking-top, .demo-booking-meta, .demo-contact { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.demo-booking-top > div { display: flex; flex-direction: column; }
.demo-booking-top strong { font-size: .82rem; }
.demo-booking-top span, .demo-booking-meta, .demo-contact { color: rgba(24,48,47,.59); font-size: .62rem; }
.demo-booking-top em, .demo-list-card em { padding: 4px 8px; border-radius: 20px; color: var(--teal); background: #e4f1ed; font-size: .58rem; font-style: normal; font-weight: 800; }
.demo-booking-meta { margin-top: 13px; padding-top: 12px; border-top: 1px solid var(--line); }
.demo-contact { justify-content: flex-start; margin-top: 10px; color: var(--teal); font-weight: 650; }
.demo-calendar-controls { display: flex; gap: 8px; margin: 20px 0 12px; }
.demo-calendar-controls button { padding: 8px 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); font-size: .64rem; font-weight: 700; }
.demo-legend { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; font-size: .59rem; }
.demo-legend span { display: flex; align-items: center; gap: 5px; }
.demo-legend i { width: 9px; height: 9px; border-radius: 3px; }
.demo-legend .booked, .demo-cell.booked { background: var(--teal); }
.demo-legend .external, .demo-cell.external { background: var(--coral); }
.demo-legend .blocked, .demo-cell.blocked { background: var(--sand); }
.demo-calendar { display: grid; grid-template-columns: minmax(115px, 1fr) repeat(7, 42px); gap: 5px; min-width: 450px; overflow-x: auto; }
.demo-cal-head { min-height: 38px; text-align: center; }
.demo-cal-head span, .demo-cal-head b { display: block; }
.demo-cal-head span { color: rgba(24,48,47,.48); font-size: .5rem; text-transform: uppercase; }
.demo-cal-head b { font-size: .68rem; }
.demo-room { display: flex; justify-content: center; flex-direction: column; min-height: 38px; }
.demo-room strong { font-size: .65rem; }
.demo-room span { color: rgba(24,48,47,.5); font-size: .48rem; }
.demo-cell { min-width: 0; min-height: 38px; border: 0; border-radius: 7px; }
button.demo-cell { cursor: pointer; }
.demo-cell.free { background: #e5ebe8; }
.demo-calendar-note { margin: 16px 0 0; color: rgba(24,48,47,.52); font-size: .62rem; }
.demo-filters { display: grid; grid-template-columns: 1fr 180px; gap: 10px; margin: 22px 0 15px; }
.demo-filters input, .demo-filters select { width: 100%; min-height: 42px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); font-size: .72rem; }
.demo-bookings-list { display: grid; gap: 9px; }
.demo-list-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px 20px; padding: 14px 16px; border-radius: 13px; background: var(--white); }
.demo-list-card > div { display: flex; flex-direction: column; }
.demo-list-card strong { font-size: .76rem; }
.demo-list-card span, .demo-list-card p { color: rgba(24,48,47,.54); font-size: .58rem; }
.demo-list-card p { margin: 0; }
.demo-list-card em.pending { color: #8b4937; background: #f6ddd6; }
.demo-list-card button { justify-self: start; padding: 0; border: 0; color: var(--teal); background: transparent; font-size: .62rem; font-weight: 800; cursor: pointer; }
.demo-empty { padding: 30px; text-align: center; color: rgba(24,48,47,.6); }
.demo-modal[hidden] { display: none; }
.demo-modal { position: absolute; z-index: 20; inset: 47px 0 0; display: grid; place-items: center; padding: 25px; background: rgba(16,35,34,.72); }
.demo-modal-panel { position: relative; width: min(100%, 480px); max-height: 90%; padding: 30px; overflow-y: auto; border-radius: 20px; background: var(--white); box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.demo-modal-close { position: absolute; top: 16px; right: 17px; width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 50%; background: var(--cream); font-size: 1.2rem; cursor: pointer; }
.demo-modal-panel > p { margin: 0 0 4px; color: var(--teal); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.demo-modal-panel h3 { padding-right: 45px; font-size: 1.55rem; }
.demo-modal-panel [data-demo-detail-content] { display: grid; margin-top: 22px; }
.demo-modal-panel [data-demo-detail-content] > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .75rem; }
.demo-modal-panel [data-demo-detail-content] span { color: rgba(24,48,47,.55); }
.demo-readonly { display: flex; align-items: center; gap: 8px; margin-top: 22px; padding: 12px; border-radius: 10px; background: var(--cream); font-size: .67rem; font-weight: 700; }
.demo-readonly span { color: var(--teal); }
.demo-explainer { color: var(--white); background: var(--teal); }

/* About */
.about-hero { padding: 90px 0 110px; overflow: hidden; background: var(--cream); }
.about-hero-grid { display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 90px; }
.about-hero h1 { font-size: clamp(3.3rem, 6.5vw, 6.2rem); }
.about-hero h1 em { color: var(--teal); font-style: normal; }
.about-mark { position: relative; display: grid; place-items: center; min-height: 500px; border-radius: 44% 56% 61% 39%; background: var(--mint); transform: rotate(5deg); }
.about-mark img { position: relative; z-index: 2; width: 185px; transform: rotate(-5deg); }
.about-mark > span { position: absolute; z-index: 3; right: 40px; bottom: 40px; padding: 8px 12px; border-radius: 30px; color: var(--white); background: var(--ink); font-size: .66rem; font-weight: 700; transform: rotate(-5deg); }
.about-river { position: absolute; inset: 18% -8%; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; transform: rotate(-18deg); }
.about-river::before, .about-river::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.43); border-radius: 50%; }
.about-river::after { inset: 24%; }
.about-origin { background: var(--white); }
.about-origin-grid { display: grid; grid-template-columns: .78fr 1fr; align-items: center; gap: 95px; }
.about-origin-grid h2 { margin-bottom: 28px; }
.about-origin-grid > div:last-child > p:not(.eyebrow) { color: rgba(24,48,47,.72); font-size: 1.03rem; }
.about-origin-grid .text-link { margin-top: 10px; }
.place-card { min-height: 440px; overflow: hidden; border-radius: 28px; color: var(--white); background: var(--teal); box-shadow: var(--shadow); transform: rotate(-3deg); }
.place-sky { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 280px; padding: 40px; background: var(--sand); text-align: center; }
.place-sky img { width: 125px; transform: rotate(3deg); }
.place-sky span { max-width: 260px; margin-top: 22px; color: var(--ink); font-family: var(--font-head); font-size: 1.1rem; font-weight: 700; line-height: 1.35; }
.place-copy { padding: 30px; }
.place-copy small, .place-copy strong, .place-copy > span { display: block; }
.place-copy small { color: var(--mint); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.place-copy strong { margin-top: 7px; font-family: var(--font-head); font-size: 1.65rem; }
.place-copy > span { margin-top: 7px; color: rgba(255,255,255,.65); font-size: .73rem; }
.about-problem { color: var(--white); background: var(--teal); }
.about-problem .large-copy { color: rgba(255,255,255,.77); }
.about-experience { background: var(--cream); }
.experience-grid { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 90px; }
.experience-stack { display: grid; gap: 11px; }
.experience-stack > div { display: grid; grid-template-columns: 55px 155px 1fr; align-items: center; gap: 15px; padding: 23px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.experience-stack > div:nth-child(2) { color: var(--white); background: var(--ink); }
.experience-stack span { color: var(--teal); font-size: .64rem; font-weight: 800; }
.experience-stack > div:nth-child(2) span { color: var(--mint); }
.experience-stack strong { font-family: var(--font-head); }
.experience-stack p { margin: 0; color: rgba(24,48,47,.62); font-size: .78rem; }
.experience-stack > div:nth-child(2) p { color: rgba(255,255,255,.63); }
.principles-section { background: var(--white); }
.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 60px; }
.principles-grid article { min-height: 245px; padding: 32px; border-radius: 22px; background: var(--cream); }
.principles-grid article:nth-child(2), .principles-grid article:nth-child(3) { color: var(--white); background: var(--ink); }
.principles-grid b { color: var(--teal); font-size: .68rem; }
.principles-grid article:nth-child(2) b, .principles-grid article:nth-child(3) b { color: var(--mint); }
.principles-grid h3 { margin-top: 65px; }
.principles-grid p { margin: 14px 0 0; color: rgba(24,48,47,.66); }
.principles-grid article:nth-child(2) p, .principles-grid article:nth-child(3) p { color: rgba(255,255,255,.65); }
.about-timeline { padding: 95px 0; color: var(--white); background: var(--teal); }
.timeline-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; margin-top: 55px; }
.timeline-row > div { position: relative; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.3); }
.timeline-row span { position: absolute; top: -13px; left: 0; padding-right: 12px; color: var(--mint); background: var(--teal); font-size: .7rem; font-weight: 800; }
.timeline-row strong { font-family: var(--font-head); font-size: 1.45rem; }
.timeline-row p { margin: 12px 0 0; color: rgba(255,255,255,.66); font-size: .86rem; }

/* Contact */
.contact-page-hero { padding: 105px 0 115px; color: var(--white); background: var(--teal); }
.contact-page-grid { display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 90px; }
.contact-page-hero h1 { max-width: 780px; font-size: clamp(3.2rem, 6.2vw, 6rem); }
.contact-page-hero .hero-lead { color: rgba(255,255,255,.72); }
.contact-mail-card { display: flex; align-items: flex-start; flex-direction: column; padding: 42px; border-radius: 25px; color: var(--ink); background: var(--white); box-shadow: 0 30px 70px rgba(10,34,33,.2); transform: rotate(2deg); }
.contact-mail-card img { width: 72px; margin-bottom: 35px; }
.contact-mail-card small { color: var(--teal); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-mail-card strong { max-width: 100%; margin: 9px 0 30px; overflow-wrap: anywhere; font-family: var(--font-head); font-size: clamp(1.15rem, 2.1vw, 1.75rem); }
.contact-route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 55px; }
.contact-route-grid article { display: flex; align-items: flex-start; flex-direction: column; min-height: 330px; padding: 32px; border-radius: 22px; background: var(--cream); }
.contact-route-grid article:nth-child(2) { color: var(--white); background: var(--ink); }
.contact-route-grid article > span { color: var(--teal); font-size: .68rem; font-weight: 800; }
.contact-route-grid article:nth-child(2) > span { color: var(--mint); }
.contact-route-grid h3 { margin-top: 65px; }
.contact-route-grid p { color: rgba(24,48,47,.66); }
.contact-route-grid article:nth-child(2) p { color: rgba(255,255,255,.65); }
.contact-route-grid .text-link { margin-top: auto; }
.contact-route-grid article:nth-child(2) .text-link { color: var(--mint); }
.contact-origin { color: var(--white); background: var(--ink); }
.contact-origin-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 90px; }
.contact-origin-grid p { color: rgba(255,255,255,.68); font-size: 1.02rem; }

/* Legal */
.legal-hero { padding: 95px 0 100px; background: var(--cream); }
.legal-hero h1 { max-width: 900px; }
.legal-hero .hero-lead { max-width: 760px; }
.legal-updated { margin: 28px 0 0; color: rgba(24,48,47,.48); font-size: .73rem; font-weight: 600; }
.terms-hero { background: var(--mint); }
.legal-main { background: var(--white); }
.legal-layout { display: grid; grid-template-columns: 310px minmax(0, 1fr); align-items: start; gap: 90px; }
.legal-summary { position: sticky; top: 110px; padding: 30px; border-radius: 20px; background: var(--mint); }
.legal-summary.dark { color: var(--white); background: var(--teal); }
.legal-summary strong { display: block; margin-bottom: 15px; font-family: var(--font-head); font-size: 1.35rem; }
.legal-summary p { margin: 0; color: rgba(24,48,47,.68); font-size: .85rem; }
.legal-summary.dark p { color: rgba(255,255,255,.7); }
.legal-copy { max-width: 790px; }
.legal-copy section { position: relative; padding: 0 0 55px 58px; margin-bottom: 55px; border-bottom: 1px solid var(--line); }
.legal-copy section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.legal-copy section > span { position: absolute; top: 7px; left: 0; color: var(--teal); font-size: .67rem; font-weight: 800; }
.legal-copy h2 { font-size: clamp(1.75rem, 3vw, 2.45rem); }
.legal-copy p, .legal-copy li { color: rgba(24,48,47,.72); }
.legal-copy ul { padding-left: 20px; }
.legal-copy li + li { margin-top: 10px; }
.legal-copy a { color: var(--teal); font-weight: 700; }
.legal-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 25px; }
.legal-fact { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); }
.legal-fact small, .legal-fact strong { display: block; }
.legal-fact small { margin-bottom: 6px; color: var(--teal); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-fact strong { overflow-wrap: anywhere; font-family: var(--font-head); font-size: 1rem; line-height: 1.4; }

@media (max-width: 980px) {
  .header-inner { min-height: 76px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 28px 20px 34px; border-top: 1px solid var(--line); background: var(--cream); box-shadow: 0 20px 40px rgba(24,48,47,0.12); }
  .primary-nav.is-open { display: block; }
  .nav-list { display: block; }
  .nav-list li { border-bottom: 1px solid var(--line); }
  .nav-list a { padding: 15px 2px; font-size: 1rem; }
  .primary-nav .button { width: 100%; margin-top: 22px; }
  .hero-grid { grid-template-columns: 1fr 0.72fr; gap: 30px; }
  .phone { width: 280px; }
  .phone-screen { min-height: 520px; }
  .stage-note-top { right: -5px; }
  .stage-note-bottom { left: -8px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 260px; }
  .feature-card h3 { margin-top: 55px; }
  .split-grid, .story-grid, .faq-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .product-hero-grid { grid-template-columns: 1fr .8fr; gap: 35px; }
  .interface-stack { min-height: 480px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .product-copy-grid, .safety-grid, .roadmap-grid { gap: 55px; }
  .edition { grid-template-columns: 80px 95px 1fr; }
  .docs-hero-grid { gap: 50px; }
  .docs-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 45px; }
  .support-grid, .privacy-support-grid { gap: 50px; }
  .contact-card { grid-template-columns: 75px 1fr; }
  .contact-card .button { grid-column: 2; justify-self: start; }
  .demo-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 30px; }
  .about-hero-grid, .about-origin-grid, .experience-grid, .contact-page-grid, .contact-origin-grid { gap: 50px; }
  .experience-stack > div { grid-template-columns: 45px 120px 1fr; }
	.insights-hero-grid { grid-template-columns: 1fr .8fr; gap: 35px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .section { padding: 82px 0; }
  .brand img { width: 177px; }
  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .hero-actions, .hero-notes { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .product-stage { min-height: 590px; margin-top: 10px; }
  .product-stage::before { inset: 8% 3% 2%; }
  .stage-note-top { top: 58px; right: 0; }
  .stage-note-bottom { bottom: 62px; left: 0; }
  .proof-items { flex-wrap: wrap; gap: 4px 13px; padding-block: 20px; text-align: center; }
  .proof-items p { flex: 0 0 100%; }
  .split-grid, .story-grid, .faq-grid { grid-template-columns: 1fr; }
  .split-grid { gap: 45px; }
  .check-list-card { padding: 30px 24px; }
  .check-list-card ul { grid-template-columns: 1fr; }
  .story-mark { min-height: 290px; }
  .story-mark img { width: 145px; }
  .steps-grid { grid-template-columns: 1fr; gap: 38px; }
  .steps-grid::before { top: 20px; bottom: 20px; left: 50%; width: 1px; height: auto; }
  .step { padding: 0 20px 20px; background: var(--white); }
  .faq-grid { gap: 35px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .post-list { grid-template-columns: 1fr; }
  .product-hero { padding: 72px 0 80px; }
  .product-hero-grid, .product-copy-grid, .safety-grid, .roadmap-grid, .download-grid { grid-template-columns: 1fr; }
  .product-hero-grid { gap: 25px; }
  .product-hero-grid > div:first-child { text-align: center; }
  .product-hero .eyebrow, .product-hero .hero-actions, .product-hero .hero-notes { justify-content: center; }
  .interface-stack { min-height: 510px; }
  .product-copy-grid, .safety-grid, .roadmap-grid { gap: 38px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 245px; }
  .safety-mark { min-height: 260px; }
  .safety-mark span { width: 115px; height: 115px; font-size: 3rem; }
  .edition { grid-template-columns: 90px 1fr; }
  .edition p { grid-column: 2; }
  .download-hero { padding: 75px 0 155px; }
  .download-main { margin-top: -82px; padding-bottom: 80px; }
  .requirements-card { box-shadow: 0 12px 45px rgba(24,48,47,.09); }
  .trust-row { grid-template-columns: 1fr; gap: 24px; }
  .docs-hero-grid, .docs-layout, .support-grid, .scope-grid, .privacy-support-grid { grid-template-columns: 1fr; }
  .docs-hero-grid { gap: 45px; }
  .docs-quick-card { transform: none; }
  .docs-main { padding: 80px 0; }
  .docs-nav { position: static; }
  .docs-nav nav { grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .docs-section { padding-bottom: 65px; margin-bottom: 65px; }
  .support-grid { gap: 45px; }
  .privacy-support-grid { gap: 30px; }
  .contact-card { grid-template-columns: 65px 1fr; padding: 30px; }
  .contact-card img { width: 60px; }
  .demo-hero { padding-bottom: 155px; }
  .demo-stage-section { margin-top: -80px; }
  .demo-layout, .about-hero-grid, .about-origin-grid, .experience-grid, .contact-page-grid, .contact-origin-grid, .legal-layout { grid-template-columns: 1fr; }
  .demo-guide { padding-top: 0; }
  .demo-guide ul { display: none; }
  .demo-app { min-height: 620px; }
  .about-mark { min-height: 350px; }
  .about-mark img { width: 145px; }
  .about-origin-grid { gap: 45px; }
  .place-card { min-height: 390px; }
  .experience-grid { gap: 45px; }
  .timeline-row { grid-template-columns: 1fr; }
  .contact-page-hero { padding: 75px 0 90px; }
  .contact-mail-card { transform: none; }
  .contact-route-grid { grid-template-columns: 1fr; }
  .contact-route-grid article { min-height: 285px; }
  .legal-summary { position: static; }
  .legal-layout { gap: 55px; }
	.insights-hero-grid, .insights-download-grid { grid-template-columns: 1fr; }
	.insights-hero-grid { gap: 20px; min-height: 0; padding-block: 72px 80px; }
	.insights-hero-copy { text-align: center; }
	.insights-hero .eyebrow, .insights-hero .hero-actions, .insights-hero .hero-notes { justify-content: center; }
	.insights-stage { min-height: 490px; }
	.insights-privacy-mark { min-height: 270px; }
}

@media (max-width: 480px) {
  h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-notes { align-items: center; flex-direction: column; gap: 8px; }
  .phone { width: 270px; }
  .stage-note { font-size: 0.62rem; }
  .stage-note-top { right: -7px; }
  .stage-note-bottom { left: -7px; }
  .feature-card { min-height: 285px; padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .interface-stack { min-height: 450px; }
  .interface-calendar { width: 89%; }
  .interface-today { right: 3%; width: 94%; }
  .interface-badge { right: -4px; }
  .release-card, .requirements-card { padding: 28px 22px; }
  .release-head { grid-template-columns: 52px 1fr; }
  .release-head img { width: 48px; }
  .version-pill { grid-column: 2; justify-self: start; }
  .release-meta { flex-direction: column; gap: 4px; }
  .spec-grid, .role-grid, .phone-guides, .support-checklist { grid-template-columns: 1fr; }
  .docs-nav nav { grid-template-columns: 1fr; }
  .view-guide article { grid-template-columns: 1fr; gap: 13px; }
  .support-hero-actions { align-items: stretch; flex-direction: column; }
  .support-hero-actions .button { width: 100%; }
  .scope-card { padding: 32px 25px; }
  .scope-icon { position: static; margin-bottom: 25px; }
  .contact-card { grid-template-columns: 1fr; text-align: left; }
  .contact-card .button { grid-column: auto; justify-self: stretch; }
  .demo-device { border-width: 3px; border-radius: 21px; }
  .demo-browser-bar { padding: 0 10px; }
  .demo-browser-bar strong { max-width: 175px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .demo-app-head { padding: 0 15px; }
  .demo-app-head img { width: 132px; }
  .demo-view { padding: 21px 15px; }
  .demo-tabs button { gap: 5px; font-size: .68rem; }
  .demo-summary div { padding: 13px 9px; }
  .demo-booking-top { align-items: flex-start; }
  .demo-contact { align-items: flex-start; flex-direction: column; gap: 3px; }
  .demo-calendar { grid-template-columns: 96px repeat(7, 36px); min-width: 380px; }
  .demo-filters { grid-template-columns: 1fr; }
  .demo-list-card { grid-template-columns: 1fr auto; gap: 6px 10px; }
  .demo-modal { padding: 12px; }
  .demo-modal-panel { padding: 25px 20px; }
  .about-mark { min-height: 300px; }
  .about-mark > span { right: 20px; bottom: 25px; }
  .place-card { min-height: 350px; transform: none; }
  .place-sky { min-height: 225px; }
  .experience-stack > div { grid-template-columns: 40px 1fr; }
  .experience-stack p { grid-column: 2; }
  .principles-grid { grid-template-columns: 1fr; }
  .contact-mail-card { padding: 30px 24px; }
  .legal-copy section { padding-left: 38px; }
  .legal-facts { grid-template-columns: 1fr; }
	.insights-stage { min-height: 410px; }
	.insights-dashboard { padding: 18px; }
	.insights-dashboard-head > span { display: none; }
	.insights-metrics div { padding: 11px 9px; }
	.insights-chart { height: 115px; gap: 4px; padding-inline: 10px; }
	.insights-stage-note { right: -3px; bottom: 13px; }
	.followup-preview { padding: 30px 23px; transform: none; }
	.followup-form-preview { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
