:root {
  color-scheme: light;
  --ink: #172025;
  --muted: #5e6b70;
  --paper: #f6f7f4;
  --surface: #ffffff;
  --line: #dce2df;
  --primary: #1f6671;
  --primary-dark: #164c55;
  --mint: #dbece8;
  --sun: #e1ad52;
  --coral: #d97962;
  --blue: #5e84a6;
  --shadow: 0 20px 55px rgba(24, 43, 46, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.policy-page { min-height: 100vh; }
.policy-header { min-height: 72px; padding: 12px max(24px, calc((100vw - 920px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--surface); }
.policy-content { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 80px; }
.policy-content h1 { font-size: clamp(2.6rem, 7vw, 4.8rem); line-height: 1; }
.policy-lead { max-width: 760px; margin: 24px 0 48px; color: var(--muted); font-size: 1.16rem; }
.policy-content section { padding: 28px 0; border-top: 1px solid var(--line); }
.policy-content section h2 { margin: 0 0 10px; font-size: 1.25rem; }
.policy-content section p { margin: 0; color: #455359; }
.policy-content section a, .policy-page footer a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.policy-notice { margin-top: 32px; padding: 18px; border-left: 4px solid var(--sun); background: #fff7e8; }
.policy-updated { margin-top: 22px; color: var(--muted); font-size: .84rem; }
.policy-page footer { display: flex; justify-content: center; gap: 28px; padding: 28px 20px; border-top: 1px solid var(--line); }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  min-height: 72px;
  padding: 12px max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled { background: rgba(246, 247, 244, 0.96); border-color: var(--line); box-shadow: 0 8px 30px rgba(30, 49, 52, 0.06); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.08rem; }
.brand img { border-radius: 8px; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 32px; color: #3e4b50; font-size: 0.92rem; }
.site-nav a, footer nav a { transition: color 160ms ease; }
.site-nav a:hover, footer nav a:hover { color: var(--primary); }
.header-access { padding: 10px 16px; border: 1px solid #a9b8b5; border-radius: 6px; font-weight: 700; font-size: 0.9rem; }
.header-access:hover { border-color: var(--primary); color: var(--primary); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero {
  position: relative;
  min-height: min(850px, 96vh);
  padding: 150px max(24px, calc((100vw - 1240px) / 2)) 82px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  background: #edf1ee;
}

.hero-copy { position: relative; z-index: 2; width: min(560px, 46%); padding-top: 52px; }
.eyebrow { margin: 0 0 14px; color: var(--primary); font-size: 0.72rem; font-weight: 800; letter-spacing: 0; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(4rem, 7vw, 6.6rem); line-height: 0.92; letter-spacing: 0; }
.hero-lead { max-width: 580px; margin: 28px 0 0; color: #354348; font-size: clamp(1.15rem, 2vw, 1.48rem); line-height: 1.45; }
.hero-actions, .closing-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; padding: 12px 19px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 6px; font-weight: 750; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--primary); }
.button-primary:hover { background: var(--primary-dark); }
.button-secondary { border-color: #aebbb8; background: rgba(255,255,255,0.54); }
.button-secondary:hover { border-color: var(--primary); }
.hero-note { max-width: 500px; margin: 20px 0 0; color: #657277; font-size: 0.84rem; }

.product-scene {
  position: absolute;
  right: max(-55px, calc((100vw - 1420px) / 2));
  bottom: 54px;
  width: min(760px, 56vw);
  min-height: 0;
  display: block;
  overflow: hidden;
  border: 1px solid #cbd5d1;
  border-radius: 8px;
  background: #20272a;
  box-shadow: var(--shadow);
  transform: rotate(-1.5deg);
}
.browser-bar { height: 34px; padding: 0 13px; display: flex; align-items: center; gap: 7px; color: #aeb9bb; background: #20272a; }
.browser-bar span { width: 8px; height: 8px; border-radius: 50%; background: #d97962; }
.browser-bar span:nth-child(2) { background: #e1ad52; }
.browser-bar span:nth-child(3) { background: #70a98c; }
.browser-bar b { margin-left: 10px; font-size: .68rem; font-weight: 650; }
.product-scene picture { display: block; }
.product-scene picture img { width: 100%; height: auto; }
.scene-sidebar { padding: 23px 18px; background: #1c262a; }
.scene-brand { margin-bottom: 42px; display: flex; align-items: center; gap: 8px; color: white; }
.scene-brand img { width: 28px; height: 28px; border-radius: 6px; }
.scene-line { display: block; width: 58px; height: 8px; margin: 22px 0; border-radius: 4px; background: #506066; }
.scene-line.short { width: 40px; }
.scene-line.active { background: #60b2b4; }
.scene-main { padding: 20px; }
.scene-top { height: 54px; display: flex; align-items: center; justify-content: space-between; font-weight: 750; }
.scene-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--coral); }
.scene-grid { display: grid; grid-template-columns: 1fr 0.82fr; gap: 13px; }
.scene-card { min-width: 0; padding: 17px; border: 1px solid #dfe4e1; border-radius: 7px; background: white; }
.scene-card small, .metric-card span { color: #657378; font-size: 0.62rem; font-weight: 750; }
.scene-card strong { display: block; margin-top: 7px; font-size: 1.05rem; }
.activity-card { min-height: 170px; }
.current-card { position: relative; min-height: 170px; }
.current-card p { margin: 5px 0; color: #697579; font-size: 0.68rem; }
.mini-bars { height: 65px; margin: 13px 0 8px; display: flex; align-items: flex-end; gap: 9px; }
.mini-bars i { width: 19px; height: var(--h); border-radius: 3px 3px 0 0; background: var(--primary); }
.mini-bars i:nth-child(2) { background: var(--sun); }
.mini-bars i:nth-child(3) { background: var(--coral); }
.mini-bars i.muted { background: #dce2df; }
.progress { height: 6px; overflow: hidden; border-radius: 3px; background: #dfe4e1; }
.progress span, .progress i { display: block; height: 100%; background: var(--primary); }
.ring { position: absolute; right: 18px; bottom: 17px; width: 76px; height: 76px; display: grid; place-items: center; border: 10px solid #dde3df; border-top-color: var(--primary); border-right-color: var(--primary); border-radius: 50%; transform: rotate(20deg); }
.ring span { font-size: 0.78rem; font-weight: 850; transform: rotate(-20deg); }
.metric-card strong { font-size: 1.45rem; }
.metric-card em { font-size: 0.68rem; font-style: normal; }
.chart-card { grid-column: 1 / -1; min-height: 155px; }
.chart-lines { position: relative; height: 92px; margin-top: 10px; border-bottom: 1px solid #dfe4e1; }
.chart-lines i { position: absolute; left: calc(var(--i, 0) * 24%); bottom: calc(16px + var(--i, 0) * 8px); width: 25%; height: 3px; background: var(--primary); transform: rotate(-8deg); transform-origin: left center; }
.chart-lines i:nth-child(1) { --i: 0; }.chart-lines i:nth-child(2) { --i: 1; }.chart-lines i:nth-child(3) { --i: 2; }.chart-lines i:nth-child(4) { --i: 3; }.chart-lines i:nth-child(5) { --i: 4; width: 4px; height: 4px; border-radius: 50%; }

.signal-strip { min-height: 76px; padding: 0 max(24px, calc((100vw - 1160px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: var(--surface); color: #506066; font-size: 0.84rem; font-weight: 750; }
.signal-strip span { display: flex; align-items: center; gap: 10px; }
.signal-strip span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--sun); }
.signal-strip span:nth-child(2)::before { background: var(--coral); }.signal-strip span:nth-child(3)::before { background: var(--blue); }.signal-strip span:nth-child(4)::before { background: var(--primary); }

.section { padding: 110px max(24px, calc((100vw - 1160px) / 2)); }
.section-heading { max-width: 810px; }
.section-heading h2, .audience-toolbar h2, .privacy-band h2, .closing-cta h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: 0; }
.section-heading > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.08rem; }
.feature-rail { margin-top: 66px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bcc9c5; }
.feature-rail article { min-width: 0; padding: 30px 34px 20px 0; }
.feature-rail article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.feature-number { color: var(--coral); font-weight: 850; font-size: 0.76rem; }
.feature-rail h3 { margin: 22px 0 10px; font-size: 1.2rem; }
.feature-rail p { margin: 0; color: var(--muted); font-size: 0.95rem; }

.audience-section { background: #e8eeeb; }
.audience-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.segmented { flex: none; padding: 4px; display: flex; border: 1px solid #b9c6c2; border-radius: 7px; background: rgba(255,255,255,0.56); }
.segmented button { min-height: 42px; padding: 8px 16px; border: 0; border-radius: 5px; color: #536166; background: transparent; cursor: pointer; }
.segmented button[aria-selected="true"] { color: white; background: var(--primary); }
.audience-panel { margin-top: 55px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 76px; align-items: center; }
.audience-panel[hidden] { display: none; }
.context-label { display: inline-block; padding: 5px 8px; border-radius: 4px; color: var(--primary-dark); background: #cfe4de; font-size: 0.68rem; font-weight: 850; }
.audience-copy h3 { max-width: 540px; margin: 20px 0 18px; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.12; }
.audience-copy > p { color: var(--muted); }
.check-list { margin: 25px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 27px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 900; }
.text-link { display: inline-flex; gap: 10px; color: var(--primary-dark); font-weight: 800; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform 160ms ease; }
.real-preview { overflow: hidden; border: 1px solid #c5d1cd; border-radius: 8px; background: var(--surface); box-shadow: 0 18px 42px rgba(37,65,65,.09); }
.preview-caption { min-height: 54px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.preview-caption strong { font-size: .92rem; }
.preview-caption span { color: var(--muted); font-size: .76rem; }
.real-preview > img { width: 100%; height: auto; }
.wide-preview > img { aspect-ratio: 1.9 / 1; object-fit: cover; object-position: center top; }
.professional-carousel { position: relative; min-width: 0; padding-bottom: 30px; }
.carousel-viewport { overflow: hidden; border: 1px solid #c5d1cd; border-radius: 8px; background: var(--surface); box-shadow: 0 18px 42px rgba(37,65,65,.09); }
.carousel-track { display: block; }
.carousel-slide { display: none; min-width: 0; margin: 0; }
.carousel-slide.active { display: block; animation: carousel-fade 260ms ease; }
.carousel-slide > img { width: 100%; height: auto; }
@keyframes carousel-fade { from { opacity: .35; } to { opacity: 1; } }
.carousel-arrow { position: absolute; z-index: 2; top: calc(50% - 15px); width: 38px; height: 38px; padding: 0; display: grid; place-items: center; border: 1px solid #b8c5c1; border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.92); box-shadow: 0 5px 18px rgba(24,43,46,.13); cursor: pointer; font-size: 1.65rem; line-height: 1; }
.carousel-arrow:hover { color: white; border-color: var(--primary); background: var(--primary); }
.carousel-previous { left: -18px; }
.carousel-next { right: -18px; }
.carousel-dots { position: absolute; left: 50%; bottom: 0; display: flex; gap: 9px; transform: translateX(-50%); }
.carousel-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #aebbb7; cursor: pointer; }
.carousel-dots button[aria-selected="true"] { width: 24px; border-radius: 5px; background: var(--primary); }
.personal-showcase { position: relative; min-height: 410px; padding: 24px 48px 34px 0; }
.desktop-detail { width: 100%; }
.desktop-detail > img { aspect-ratio: 1.9 / 1; object-fit: cover; object-position: center top; }
.phone-preview { position: absolute; right: 0; bottom: 0; width: 150px; height: 325px; overflow: hidden; border: 5px solid #20282b; border-radius: 24px; background: #20282b; box-shadow: 0 16px 34px rgba(24, 43, 46, .22); }
.phone-preview::before { content: ""; position: absolute; z-index: 1; top: 5px; left: 50%; width: 45px; height: 5px; border-radius: 5px; background: #080b0c; transform: translateX(-50%); }
.phone-preview img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.agenda-preview, .personal-preview { padding: 24px; border: 1px solid #c5d1cd; border-radius: 8px; background: var(--surface); box-shadow: 0 18px 42px rgba(37,65,65,.09); }
.agenda-preview header, .week-title { margin-bottom: 18px; display: flex; justify-content: space-between; color: #526065; }
.agenda-preview header strong, .week-title strong { color: var(--ink); font-size: 1.05rem; }
.appointment { padding: 15px 0; display: grid; grid-template-columns: 60px 1fr auto; gap: 14px; align-items: center; border-top: 1px solid var(--line); }
.appointment time { font-weight: 800; }
.appointment div { min-width: 0; }
.appointment div strong, .appointment div span { display: block; }
.appointment div span { color: var(--muted); font-size: .8rem; }
.appointment b { padding: 5px 8px; border-radius: 4px; font-size: .66rem; }
.confirmed b { color: #25664c; background: #d9eee4; }.scheduled b { color: #7b5419; background: #f7e7c9; }.completed b { color: #3f607e; background: #dde9f2; }
.week-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.week-days > span { min-width: 0; aspect-ratio: 1; display: grid; place-items: center; align-content: center; border: 1px solid var(--line); border-radius: 6px; font-weight: 800; }
.week-days small { display: block; color: var(--muted); font-weight: 500; }
.week-days .done { color: white; border-color: var(--primary); background: var(--primary); }
.week-days .done small { color: #d9eeee; }
.weekly-progress { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.weekly-progress > span { color: var(--muted); }.weekly-progress > strong { float: right; }.weekly-progress .progress { margin-top: 10px; height: 9px; }

.privacy-band { min-height: 380px; padding: 78px max(24px, calc((100vw - 1160px) / 2)); display: grid; grid-template-columns: 130px 1fr auto; gap: 44px; align-items: center; color: white; background: #1d2d31; }
.privacy-band .eyebrow { color: #85c8c5; }
.privacy-band p:last-child { max-width: 720px; color: #c5d1d2; }
.privacy-mark { position: relative; width: 100px; height: 116px; border: 3px solid #6eb6b4; border-radius: 50px 50px 28px 28px; }
.privacy-mark span { position: absolute; left: 28px; top: 26px; width: 38px; height: 38px; border: 3px solid var(--sun); border-radius: 50%; }
.privacy-mark i { position: absolute; left: 47px; top: 64px; width: 3px; height: 25px; background: var(--sun); }
.button-light { color: #f7f7f4; border-color: #718083; }
.button-light:hover { border-color: white; }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.section-heading.compact h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); }
.faq-list { border-top: 1px solid #b7c3bf; }
.faq details { border-bottom: 1px solid #cbd4d1; }
.faq summary { position: relative; padding: 22px 46px 22px 0; cursor: pointer; list-style: none; font-weight: 760; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 17px; font-size: 1.5rem; color: var(--primary); }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -5px 50px 22px 0; color: var(--muted); }

.closing-cta { padding: 78px max(24px, calc((100vw - 1160px) / 2)); display: flex; justify-content: space-between; align-items: end; gap: 40px; border-top: 1px solid var(--line); background: white; }
.closing-cta h2 { max-width: 780px; }
.closing-actions { flex: none; margin: 0; }
footer { padding: 45px max(24px, calc((100vw - 1160px) / 2)); display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 22px 50px; align-items: center; color: #c1ccce; background: #172126; }
footer p { margin: 0; }
footer nav { display: flex; gap: 22px; }
footer small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid #354146; color: #89979b; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .menu-toggle { display: block; }
  .header-access { display: none; }
  .site-nav { position: absolute; top: 71px; left: 0; right: 0; padding: 22px 24px; display: none; align-items: stretch; flex-direction: column; gap: 0; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .hero { min-height: 980px; padding-top: 110px; }
  .hero-copy { width: 82%; padding-top: 20px; }
  .product-scene { right: -80px; bottom: 50px; width: 82vw; }
  .audience-panel { grid-template-columns: 1fr; gap: 42px; }
  .privacy-band { grid-template-columns: 100px 1fr; }
  .privacy-band .button { grid-column: 2; justify-self: start; }
  .faq { grid-template-columns: 1fr; gap: 40px; }
  .closing-cta { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr auto; }
  footer p { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .site-header { min-height: 64px; padding: 10px 18px; }
  .site-nav { top: 63px; }
  .hero { min-height: 1110px; padding: 96px 20px 44px; }
  .hero-copy { width: 100%; padding: 0; }
  h1 { font-size: clamp(3rem, 15vw, 3.8rem); white-space: nowrap; }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .product-scene { right: 20px; bottom: 32px; width: min(330px, calc(100vw - 40px)); min-height: 0; transform: rotate(-1deg); }
  .product-scene picture img { max-height: 520px; object-fit: cover; object-position: center top; }
  .signal-strip { padding: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .section { padding: 76px 20px; }
  .feature-rail { grid-template-columns: 1fr; margin-top: 44px; }
  .feature-rail article, .feature-rail article + article { padding: 25px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .audience-toolbar { align-items: stretch; flex-direction: column; }
  .segmented { width: 100%; }
  .segmented button { flex: 1; min-width: 0; }
  .audience-panel { margin-top: 38px; }
  .agenda-preview, .personal-preview { padding: 17px; }
  .preview-caption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .wide-preview > img { aspect-ratio: 1.15 / 1; object-position: left top; }
  .professional-carousel { padding-bottom: 32px; }
  .carousel-slide > img { width: 100%; height: auto; }
  .carousel-arrow { top: calc(50% - 16px); width: 36px; height: 36px; }
  .carousel-previous { left: 8px; }
  .carousel-next { right: 8px; }
  .personal-showcase { min-height: 420px; padding: 0 38px 30px 0; }
  .desktop-detail > img { aspect-ratio: 1.15 / 1; object-position: left top; }
  .phone-preview { width: 132px; height: 292px; }
  .appointment { grid-template-columns: 50px 1fr; }
  .appointment b { grid-column: 2; justify-self: start; }
  .week-days { gap: 4px; }
  .week-days > span { font-size: .72rem; }
  .privacy-band { padding: 66px 20px; grid-template-columns: 1fr; gap: 28px; }
  .privacy-mark { width: 75px; height: 88px; }
  .privacy-mark span { left: 19px; top: 18px; width: 31px; height: 31px; }
  .privacy-mark i { left: 34px; top: 48px; height: 20px; }
  .privacy-band .button { grid-column: 1; width: auto; }
  .faq details p { margin-right: 0; }
  .closing-cta { padding: 66px 20px; }
  .closing-actions { width: 100%; }
  footer { padding: 42px 20px; grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; }
}

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