:root {
  --ink: #0b2625;
  --ink-2: #153a37;
  --paper: #f4f7f2;
  --white: #ffffff;
  --mint: #8ce2bd;
  --mint-strong: #31c88e;
  --mint-pale: #dcf5e9;
  --coral: #f5ab87;
  --sand: #e7d4b8;
  --blue: #b8d5ef;
  --violet: #d5c7ee;
  --text: #132927;
  --muted: #667775;
  --line: #dbe4de;
  --shadow: 0 28px 90px rgba(10, 38, 36, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 116px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; border-radius: 10px; background: var(--white); color: var(--ink); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(244, 247, 242, .9); border-color: rgba(11, 38, 37, .08); box-shadow: 0 8px 30px rgba(11, 38, 37, .05); backdrop-filter: blur(18px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 850; letter-spacing: -.025em; }
.brand-name { font-size: 17px; }
.brand-mark { position: relative; display: inline-grid; place-items: center; width: 37px; height: 37px; border-radius: 12px; background: var(--ink); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); flex: 0 0 auto; }
.brand-mark i { position: absolute; display: block; width: 18px; height: 5px; border-radius: 999px; background: var(--mint); }
.brand-mark i:last-child { transform: rotate(90deg); }
.brand-mark.mini { width: 30px; height: 30px; border-radius: 9px; }
.brand-mark.mini i { width: 14px; height: 4px; }
.desktop-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.desktop-nav a { color: #3e5653; font-size: 13px; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.text-button { border: 0; background: none; font-size: 13px; font-weight: 750; cursor: pointer; padding: 10px 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 999px; background: var(--ink); color: var(--white); padding: 0 24px; font-size: 14px; font-weight: 800; letter-spacing: -.01em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(11,38,37,.16); }
.button:focus-visible, .text-button:focus-visible, a:focus-visible, summary:focus-visible, .specialty-tab:focus-visible { outline: 3px solid rgba(49, 200, 142, .35); outline-offset: 3px; }
.button span { font-size: 16px; }
.button-small { min-height: 43px; padding-inline: 19px; font-size: 12px; }
.button-primary { background: var(--mint); color: var(--ink); }
.button-primary:hover { background: #9ce9c8; }
.button-ghost { border-color: rgba(11,38,37,.15); color: var(--ink); background: rgba(255,255,255,.35); }
.button-light { background: var(--white); color: var(--ink); }
.button-large { min-height: 58px; padding-inline: 30px; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: var(--white); cursor: pointer; padding: 0; }
.menu-button span { display: block; width: 18px; height: 2px; background: var(--ink); margin: 5px auto; transition: transform .2s ease; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 860px; padding: 154px 0 0; overflow: hidden; background: radial-gradient(circle at 80% 18%, rgba(140,226,189,.2), transparent 27%), linear-gradient(180deg, #f7faf6 0%, var(--paper) 100%); }
.hero:after { content: ""; position: absolute; left: 0; right: 0; bottom: 70px; height: 1px; background: var(--line); opacity: .8; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(80px); pointer-events: none; opacity: .45; }
.hero-glow-one { width: 420px; height: 420px; background: var(--mint); right: -190px; top: 80px; }
.hero-glow-two { width: 300px; height: 300px; background: #e6c99e; left: -210px; top: 350px; opacity: .22; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.16fr; align-items: center; gap: 66px; position: relative; z-index: 2; }
.hero-copy { padding-bottom: 54px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: #49625f; font-size: 11px; line-height: 1; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--mint-strong); box-shadow: 0 0 0 5px rgba(49,200,142,.14); }
.hero h1 { margin: 24px 0 25px; color: var(--ink); font-size: clamp(52px, 5.2vw, 78px); line-height: .98; letter-spacing: -.063em; font-weight: 760; }
.hero h1 em { color: #4c6d67; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 590px; margin: 0; color: #506662; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 36px; }
.avatar-stack { display: flex; padding-left: 10px; }
.avatar-stack span { display: grid; place-items: center; width: 35px; height: 35px; margin-left: -10px; border: 3px solid var(--paper); border-radius: 50%; color: var(--ink); background: var(--sand); font-size: 10px; font-weight: 850; }
.avatar-stack span:nth-child(2) { background: var(--mint); }
.avatar-stack span:nth-child(3) { background: var(--blue); }
.avatar-stack span:nth-child(4) { background: var(--violet); }
.hero-proof p { margin: 0; color: #7b8987; font-size: 11px; line-height: 1.45; }
.hero-proof strong { color: var(--ink); }

.product-stage { position: relative; min-width: 0; padding: 38px 5px 55px; }
.dashboard-shell { min-height: 506px; display: grid; grid-template-columns: 63px 1fr; border: 1px solid rgba(11,38,37,.09); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 36px 90px rgba(26,60,55,.15), 0 2px 0 rgba(255,255,255,.9) inset; overflow: hidden; transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.dash-sidebar { display: flex; flex-direction: column; align-items: center; gap: 16px; border-right: 1px solid #e5ebe7; background: #f9fbf8; padding: 17px 0; }
.mini-brand { margin-bottom: 14px; }
.side-nav { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; }
.side-nav span { width: 13px; height: 13px; border: 2px solid #a2b0ad; border-radius: 4px; }
.side-nav.active { background: var(--mint-pale); }
.side-nav.active span { border-color: var(--ink); background: var(--ink); box-shadow: inset 0 0 0 3px var(--mint-pale); }
.side-nav.last { margin-top: auto; }
.dash-main { min-width: 0; padding: 23px 24px 20px; }
.dash-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.dash-topbar div { display: flex; flex-direction: column; }
.dash-topbar small { color: #8b9896; font-size: 9px; }
.dash-topbar strong { font-size: 16px; letter-spacing: -.03em; }
.dash-avatar, .person-avatar { display: inline-grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--ink); font-weight: 850; }
.dash-avatar { width: 34px; height: 34px; font-size: 9px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-grid article { min-width: 0; border: 1px solid #e7ede9; border-radius: 14px; background: #fff; padding: 13px; }
.metric-grid span, .metric-grid small { display: block; color: #879491; font-size: 8px; white-space: nowrap; }
.metric-grid b { display: block; margin: 2px 0 1px; font-size: 18px; letter-spacing: -.035em; }
.metric-grid small.positive { color: #2d9d72; }
.dash-columns { display: grid; grid-template-columns: 1.5fr .8fr; gap: 11px; margin-top: 11px; }
.schedule-card, .insight-card { border: 1px solid #e7ede9; border-radius: 15px; background: #fff; padding: 14px; }
.card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; }
.card-head strong { font-size: 10px; }
.card-head span { color: #899693; font-size: 7px; }
.appointment-row { display: grid; grid-template-columns: 34px 27px 1fr 7px; gap: 8px; align-items: center; padding: 10px 0; border-top: 1px solid #eef2ef; }
.appointment-row time { font-size: 8px; font-weight: 750; }
.person-avatar { width: 27px; height: 27px; font-size: 7px; }
.person-avatar.mint { background: var(--mint); }.person-avatar.blue { background: var(--blue); }.person-avatar.sand { background: var(--sand); }.person-avatar.violet { background: var(--violet); }
.appointment-row div { min-width: 0; display: flex; flex-direction: column; }
.appointment-row b { font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.appointment-row small { color: #94a09e; font-size: 6.5px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mint-strong); }
.status-dot.warning { background: var(--coral); }
.donut { width: 92px; aspect-ratio: 1; display: grid; place-items: center; margin: 20px auto 16px; border-radius: 50%; background: conic-gradient(var(--mint-strong) 0 84%, #e8eeea 84%); position: relative; }
.donut:after { content: ""; position: absolute; inset: 10px; border-radius: 50%; background: #fff; }
.donut span { position: relative; z-index: 1; text-align: center; line-height: 1; }
.donut b { display: block; font-size: 17px; }.donut small { color: #879491; font-size: 6px; }
.mini-legend { display: flex; align-items: center; justify-content: space-between; font-size: 6.5px; }
.mini-legend span { color: #84928f; }.mini-legend i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: var(--mint-strong); }
.mini-legend b { color: #2d9d72; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(11,38,37,.09); border-radius: 15px; background: rgba(255,255,255,.93); box-shadow: 0 18px 45px rgba(11,38,37,.13); backdrop-filter: blur(12px); padding: 11px 14px; }
.floating-note > span:not(.note-icon):not(.water-icon) { display: flex; flex-direction: column; }
.floating-note b { font-size: 9px; }.floating-note small { color: #7d8c89; font-size: 7px; }
.note-top { top: 6px; right: -14px; animation: float 4s ease-in-out infinite; }
.note-bottom { left: -18px; bottom: 12px; animation: float 4.6s ease-in-out .4s infinite; }
.note-bottom > strong { margin-left: 18px; font-size: 11px; }
.note-icon, .water-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; background: var(--mint-pale); color: #20835e; font-size: 14px; font-weight: 850; }
.water-icon { background: #e1eff8; color: #3b83ab; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.profession-strip { position: relative; z-index: 3; height: 71px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #83918f; font-size: 11px; font-weight: 750; letter-spacing: .035em; }
.profession-strip a { transition: color .2s ease; }
.profession-strip a:hover { color: var(--ink); }
.profession-strip i { width: 3px; height: 3px; border-radius: 50%; background: #9eaaa8; }

.section-heading h2, .experience-copy h2, .security-copy h2, .faq-intro h2, .visibility-card h2, .early-card h2 { margin: 18px 0 0; color: var(--ink); font-size: clamp(39px, 4.3vw, 59px); line-height: 1.06; letter-spacing: -.052em; font-weight: 700; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.split-heading > p { max-width: 425px; margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 410px; grid-column: span 4; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); padding: 29px; overflow: hidden; }
.feature-card-large { grid-column: span 8; }
.feature-card-wide { grid-column: span 8; }
.feature-top { display: flex; justify-content: space-between; align-items: center; }
.feature-no { color: #80908d; font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.feature-tag { border: 1px solid rgba(255,255,255,.17); border-radius: 999px; padding: 5px 10px; color: #b5c8c4; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.feature-card h3 { margin: 48px 0 13px; color: var(--ink); font-size: 29px; line-height: 1.08; letter-spacing: -.043em; }
.feature-card > p, .reviews-copy > p { max-width: 395px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.round-arrow { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: #6d7c79; }
.dark-card { min-height: 440px; background: var(--ink); border-color: var(--ink); color: var(--white); }
.dark-card h3 { color: var(--white); margin-top: 40px; font-size: 36px; }.dark-card > p { color: #a9bfba; max-width: 350px; }
.form-stack { position: absolute; width: 47%; height: 270px; right: 0; bottom: -22px; }
.form-sheet { position: absolute; width: 240px; height: 170px; right: 22px; bottom: 28px; border-radius: 15px; background: #f7faf7; box-shadow: 0 20px 40px rgba(0,0,0,.18); padding: 22px; transform-origin: bottom right; }
.form-back { transform: rotate(-15deg) translate(-32px,-10px); opacity: .32; }.form-middle { transform: rotate(-7deg) translate(-14px,-6px); opacity: .65; }.form-front { transform: rotate(2deg); }
.form-back span, .form-middle span { display: block; height: 7px; margin-bottom: 10px; border-radius: 5px; background: #cfdbd5; }
.form-back span:last-child, .form-middle span:last-child { width: 62%; }
.form-title { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 10px; }
.check-mark { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: var(--mint); }
.signature-line { height: 55px; margin: 16px 0 10px; border-bottom: 1px solid #c8d3ce; position: relative; }
.signature-line:after { content: "Elif D."; position: absolute; left: 25px; bottom: 5px; color: #55706b; font: italic 21px Georgia, serif; transform: rotate(-5deg); }
.form-front small { color: #85928f; font-size: 7px; }
.message-bubble { position: absolute; left: 29px; right: 29px; bottom: 28px; display: flex; gap: 12px; border: 1px solid #dce7e1; border-radius: 16px; background: #f6faf7; padding: 14px; }
.message-icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; background: var(--ink); color: var(--mint); font-size: 11px; font-weight: 900; }
.message-bubble div:last-child { display: flex; flex-direction: column; }
.message-bubble b { font-size: 9px; }.message-bubble span { color: #768681; font-size: 7px; }.message-bubble a { margin-top: 3px; color: #26835f; font-size: 7px; font-weight: 800; }
.payment-visual { position: absolute; left: 29px; right: 29px; bottom: 30px; }
.payment-badge { display: inline-block; border-radius: 999px; background: var(--mint-pale); padding: 4px 8px; color: #287355; font-size: 8px; font-weight: 800; }
.payment-visual strong { display: block; margin: 8px 0 10px; font-size: 26px; letter-spacing: -.04em; }
.progress-line { height: 6px; border-radius: 99px; background: #e7ede9; overflow: hidden; }.progress-line i { display: block; width: 86%; height: 100%; border-radius: inherit; background: var(--mint-strong); }
.payment-visual small { display: block; margin-top: 8px; color: #84928f; font-size: 8px; }.payment-visual small b { color: #25815e; }
.tracking-visual { position: absolute; left: 20px; right: 20px; bottom: 17px; height: 130px; }
.photo-tile { position: absolute; width: 105px; height: 105px; border-radius: 17px; background: linear-gradient(135deg,#dba476,#f1d6ac 50%,#779966 51%,#b9cf91); box-shadow: 0 14px 26px rgba(11,38,37,.12); overflow: hidden; }
.photo-tile:before { content: ""; position: absolute; width: 54px; height: 54px; left: 24px; top: 19px; border: 7px solid rgba(255,255,255,.76); border-radius: 50%; background: radial-gradient(circle at 40% 40%, #f9df9c 0 20%, #8ab16e 21% 35%, #d59060 36% 55%, #f2e1bc 56%); }
.photo-tile span { position: absolute; inset: auto 8px 7px; border-radius: 8px; background: rgba(11,38,37,.78); color: #fff; padding: 4px 7px; font-size: 7px; font-weight: 750; }
.tile-one { left: 4px; bottom: 2px; transform: rotate(-5deg); }.tile-two { left: 83px; bottom: 4px; transform: rotate(6deg); filter: saturate(.8); }
.water-ring { position: absolute; right: 8px; bottom: 5px; width: 98px; height: 98px; display: grid; place-items: center; align-content: center; border-radius: 50%; background: radial-gradient(circle closest-side,#fff 78%,transparent 80% 100%), conic-gradient(#71afd0 0 75%,#e4eef3 75%); }
.water-ring b { font-size: 21px; line-height: 1; }.water-ring small { color: #84928f; font-size: 7px; }
.reviews-feature { min-height: 380px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 24px; align-items: center; background: #eef3ef; }
.reviews-copy h3 { margin-top: 40px; }.light-tag { color: #71817e; border-color: #cfd9d3; }
.review-card { border: 1px solid #d9e3dd; border-radius: 20px; background: #fff; box-shadow: 0 20px 45px rgba(11,38,37,.08); padding: 21px; transform: rotate(1.5deg); }
.review-head { display: grid; grid-template-columns: 37px 1fr auto; gap: 10px; align-items: center; }
.review-head .person-avatar { width: 37px; height: 37px; font-size: 9px; }
.review-head div { display: flex; flex-direction: column; }.review-head b { font-size: 10px; }.review-head small { color: #7e8d8a; font-size: 7px; }.review-head small i { color: #29906a; font-style: normal; }.review-head > strong { color: #d69352; font-size: 9px; }
.review-card > p { margin: 21px 0; color: #3f5551; font: 16px/1.55 Georgia, serif; }
.review-foot { display: flex; justify-content: space-between; border-top: 1px solid #edf1ee; padding-top: 13px; color: #8a9694; font-size: 7px; }
.campaign-feature { min-height: 380px; background: #f9faf7; }
.campaign-feature h3 { margin-top: 39px; }.campaign-mini { position: absolute; left: 25px; right: 25px; bottom: 22px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 12px; border: 1px solid #e0e7e2; border-radius: 16px; background: #fff; padding: 14px; }
.campaign-mini > div:first-child { display: flex; flex-direction: column; justify-content: center; }.campaign-mini span { color: #84918f; font-size: 7px; }.campaign-mini b { font-size: 19px; }.campaign-mini small { color: #26855f; font-size: 7px; font-weight: 750; }
.bar-chart { height: 70px; display: flex; align-items: end; gap: 5px; border-bottom: 1px solid #e9eeeb; }.bar-chart i { flex: 1; border-radius: 4px 4px 1px 1px; background: var(--mint); }.bar-chart i:nth-child(even) { background: var(--ink); }

.flow-section { padding-top: 45px; }
.centered-heading { max-width: 760px; margin: 0 auto 64px; text-align: center; }.centered-heading h2 { margin-top: 18px; }.centered-heading > p { max-width: 590px; margin: 18px auto 0; color: var(--muted); }
.flow-track { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.flow-line { position: absolute; left: 8%; right: 8%; top: 22px; height: 1px; background: #ccd8d1; }.flow-line i { display: block; width: 23%; height: 2px; background: var(--mint-strong); }
.flow-step { position: relative; z-index: 1; text-align: center; }
.flow-step > span { width: 44px; height: 44px; display: grid; place-items: center; margin: 0 auto 18px; border: 1px solid #cfd9d3; border-radius: 50%; background: var(--paper); color: #768681; font-size: 9px; font-weight: 850; }
.flow-step.active > span { border-color: var(--ink); background: var(--ink); color: var(--mint); }
.flow-step b { display: block; font-size: 13px; }.flow-step small { display: block; margin-top: 5px; color: #85918f; font-size: 9px; }

.specialty-section { background: var(--white); }
.specialty-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.specialty-intro h2 { margin: 19px 0 18px; color: var(--ink); font-size: clamp(42px,4.3vw,60px); line-height: 1.05; letter-spacing: -.052em; }
.specialty-intro > p { max-width: 450px; color: var(--muted); line-height: 1.8; }
.specialty-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 32px; }
.specialty-tab { display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 13px; background: #fbfcfa; color: #536865; padding: 9px 13px; font-size: 11px; font-weight: 750; text-align: left; cursor: pointer; transition: .2s ease; }
.specialty-tab span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: #edf2ee; color: var(--ink); font-size: 8px; font-weight: 900; }
.specialty-tab.active { border-color: var(--ink); background: var(--ink); color: #fff; }.specialty-tab.active span { background: var(--mint); }
.specialty-panel { border-radius: var(--radius-xl); background: var(--ink); color: #fff; box-shadow: var(--shadow); padding: 36px; transition: opacity .18s ease, transform .18s ease; }
.specialty-panel.changing { opacity: .35; transform: translateY(4px); }
.panel-header { display: grid; grid-template-columns: 52px 1fr auto; gap: 14px; align-items: center; }
.panel-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--mint); color: var(--ink); font-size: 12px; font-weight: 900; }
.panel-header div { display: flex; flex-direction: column; }.panel-header small { color: #8fa8a2; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }.panel-header h3 { margin: 2px 0 0; font-size: 20px; }
.live-badge { display: flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; padding: 5px 9px; color: #a8bdb8; font-size: 8px; }.live-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.panel-description { max-width: 580px; margin: 29px 0; color: #a9bfba; font-size: 13px; line-height: 1.7; }
.module-list { border-top: 1px solid rgba(255,255,255,.11); }
.module-list > div { display: grid; grid-template-columns: 32px 1fr 23px; gap: 12px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.11); padding: 17px 0; }
.module-list span { color: #6f8d87; font-size: 8px; }.module-list b { font-size: 12px; font-weight: 650; }.module-list i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: rgba(140,226,189,.12); color: var(--mint); font-size: 9px; font-style: normal; }
.panel-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; }.panel-bottom span { max-width: 310px; color: #819d97; font-size: 8px; }.panel-bottom button { border: 0; background: none; color: var(--mint); font-size: 10px; font-weight: 800; cursor: pointer; }

.experience-section { background: #eef4ef; overflow: hidden; }
.experience-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 95px; align-items: center; }
.phone-stage { position: relative; min-height: 680px; }
.phone-glow { position: absolute; width: 510px; height: 510px; left: 45%; top: 50%; border-radius: 50%; background: radial-gradient(circle, rgba(140,226,189,.65), rgba(140,226,189,0) 65%); transform: translate(-50%,-50%); }
.phone { position: absolute; width: 285px; height: 590px; border: 9px solid var(--ink); border-radius: 43px; background: var(--ink); box-shadow: 0 35px 60px rgba(11,38,37,.25); overflow: hidden; }
.phone:before { content: ""; position: absolute; z-index: 5; width: 80px; height: 20px; top: 5px; left: 50%; border-radius: 0 0 14px 14px; background: var(--ink); transform: translateX(-50%); }
.phone-back { left: 5%; top: 40px; transform: rotate(-9deg); opacity: .85; }.phone-front { left: 35%; top: 30px; transform: rotate(4deg); }
.phone-screen { position: relative; height: 100%; border-radius: 34px; background: #f7faf7; overflow: hidden; padding: 23px 16px 13px; }
.phone-status { display: flex; justify-content: space-between; color: var(--ink); padding: 0 5px 16px; font-size: 7px; font-weight: 800; }.phone-status i { letter-spacing: 1px; font-style: normal; }
.mobile-greeting, .mobile-title { display: flex; justify-content: space-between; align-items: center; }
.mobile-greeting > div, .mobile-title > div { display: flex; flex-direction: column; }.mobile-greeting small, .mobile-title small { color: #82918e; font-size: 8px; }.mobile-greeting b, .mobile-title b { font-size: 15px; line-height: 1.2; }.mobile-greeting .person-avatar { width: 31px; height: 31px; }
.next-appointment { margin-top: 19px; border-radius: 18px; background: var(--ink); color: #fff; padding: 14px; }
.appointment-label { display: flex; justify-content: space-between; margin-bottom: 15px; }.appointment-label span { color: #9eb3ae; font-size: 7px; }.appointment-label i { border-radius: 99px; background: rgba(140,226,189,.15); color: var(--mint); padding: 3px 6px; font-size: 6px; font-style: normal; }
.next-appointment > strong { display: block; font-size: 13px; }.next-appointment > small { display: block; margin-top: 2px; color: #9cb1ac; font-size: 7px; }.next-appointment button { width: 100%; display: flex; justify-content: space-between; margin-top: 13px; border: 0; border-radius: 9px; background: var(--mint); color: var(--ink); padding: 8px 9px; font-size: 7px; font-weight: 850; }
.mobile-row-title { display: flex; justify-content: space-between; margin: 18px 2px 8px; }.mobile-row-title b { font-size: 9px; }.mobile-row-title span { color: #81908d; font-size: 7px; }
.water-card { display: grid; grid-template-columns: 34px 1fr auto; gap: 9px; align-items: center; border: 1px solid #e0e7e3; border-radius: 13px; background: #fff; padding: 10px; }
.water-drop { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #e2f0f8; color: #3885ac; }.water-card > div:nth-child(2) { display: flex; flex-direction: column; }.water-card small { color: #7f8f8c; font-size: 6px; }.water-card b { font-size: 8px; }.water-card > strong { font-size: 8px; }.water-card div span { width: 72px; height: 3px; margin-top: 4px; border-radius: 99px; background: #e5ece8; overflow: hidden; }.water-card div span i { display: block; width: 75%; height: 100%; background: #61a9cd; }
.mobile-tasks { display: grid; gap: 6px; margin-top: 7px; }.mobile-tasks > div { display: flex; align-items: center; gap: 9px; border: 1px solid #e4eae6; border-radius: 12px; background: #fff; padding: 8px 9px; }.task-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--mint-pale); color: #2b885f; font-size: 8px; font-weight: 900; }.task-icon.warm { background: #f7e4d8; color: #ac6f4e; }.mobile-tasks p { display: flex; flex-direction: column; margin: 0; }.mobile-tasks b { font-size: 7px; }.mobile-tasks small { color: #899592; font-size: 6px; }
.mobile-bottom-nav { position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #e0e7e3; background: rgba(255,255,255,.94); padding: 10px 8px 8px; }.mobile-bottom-nav span { display: flex; flex-direction: column; align-items: center; color: #9aa5a3; font-size: 8px; }.mobile-bottom-nav small { margin-top: 2px; font-size: 5px; }.mobile-bottom-nav .selected { color: #2c8b65; }
.mobile-title > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--mint); }.meal-photo { position: relative; height: 185px; margin-top: 18px; border-radius: 18px; background: radial-gradient(circle at 54% 42%,#f5d68a 0 12%,#86ad6b 13% 23%,#cb8260 24% 32%,#e8d4ad 33% 38%,transparent 39%), linear-gradient(135deg,#bf8f63,#ead4a6 48%,#759065 49%,#b3c689); overflow: hidden; }.meal-photo:after { content: ""; position: absolute; inset: auto 0 0; height: 55%; background: linear-gradient(transparent,rgba(11,38,37,.82)); }.meal-photo span { position: absolute; z-index: 1; left: 14px; bottom: 12px; display: flex; flex-direction: column; color: #fff; }.meal-photo b { font-size: 11px; }.meal-photo small { color: #d5e0dc; font-size: 6px; }.meal-b { height: 150px; margin-top: 9px; filter: hue-rotate(30deg); }
.floating-reminder { position: absolute; z-index: 6; right: -4%; top: 170px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(11,38,37,.09); border-radius: 14px; background: rgba(255,255,255,.93); box-shadow: 0 18px 38px rgba(11,38,37,.15); padding: 10px 13px; animation: float 4.2s ease-in-out infinite; }.floating-reminder > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: #e2eef5; font-size: 12px; }.floating-reminder div { display: flex; flex-direction: column; }.floating-reminder b { font-size: 8px; }.floating-reminder small { color: #81908d; font-size: 6px; }
.experience-copy h2 em { color: #52716b; font-family: Georgia,serif; font-weight: 400; }.experience-copy > p { margin: 22px 0 31px; color: var(--muted); line-height: 1.8; }
.experience-points { border-top: 1px solid #d6e0da; }.experience-points > div { display: grid; grid-template-columns: 32px 1fr; gap: 15px; border-bottom: 1px solid #d6e0da; padding: 17px 0; }.experience-points > div > span { color: #7e8e8b; font-size: 9px; font-weight: 850; }.experience-points p { display: flex; flex-direction: column; margin: 0; }.experience-points b { font-size: 13px; }.experience-points small { color: #7a8987; font-size: 10px; }
.link-button { display: inline-flex; align-items: center; gap: 12px; margin-top: 27px; border: 0; border-bottom: 1px solid var(--ink); background: none; padding: 0 0 6px; color: var(--ink); font-size: 11px; font-weight: 850; cursor: pointer; }
.link-button-on-dark { border-bottom-color: rgba(140,226,189,.6); color: var(--mint); }

.visibility-section { background: var(--white); }.visibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.visibility-card { min-height: 560px; border-radius: var(--radius-xl); padding: 48px; overflow: hidden; }.visibility-card h2 { font-size: clamp(36px,3.7vw,52px); }.visibility-card > p { max-width: 510px; color: var(--muted); line-height: 1.75; }
.reviews-card { background: var(--ink); color: #fff; }.reviews-card h2 { color: #fff; }.reviews-card > p { color: #a9bfba; }.light-kicker { color: var(--mint); }
.rating-row { display: flex; align-items: center; gap: 18px; margin-top: 55px; }.rating-row > strong { font-size: 62px; line-height: 1; letter-spacing: -.07em; }.rating-row > span { color: #f1bb72; font-size: 15px; letter-spacing: .08em; }.rating-row small { display: block; color: #91a9a4; font-size: 8px; letter-spacing: 0; }
.review-snippet { display: grid; grid-template-columns: 36px 1fr 25px; gap: 10px; align-items: center; margin-top: 30px; border: 1px solid rgba(255,255,255,.11); border-radius: 17px; background: rgba(255,255,255,.05); padding: 14px; }.review-snippet .person-avatar { width: 36px; height: 36px; }.review-snippet p { display: flex; flex-direction: column; margin: 0; }.review-snippet b { font-size: 9px; }.review-snippet small { color: #9eb3ae; font-size: 8px; }.review-snippet > i { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: rgba(140,226,189,.15); color: var(--mint); font-size: 9px; font-style: normal; }
.content-card { border: 1px solid var(--line); background: #f7f9f5; }.content-calendar { margin-top: 43px; border: 1px solid #dbe4de; border-radius: 19px; background: #fff; padding: 19px; box-shadow: 0 18px 45px rgba(11,38,37,.07); }.calendar-head { display: flex; justify-content: space-between; align-items: center; }.calendar-head b { font-size: 11px; }.calendar-head span { border-radius: 99px; background: var(--mint-pale); color: #2b7e5c; padding: 4px 8px; font-size: 7px; font-weight: 800; }.calendar-days, .calendar-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; }.calendar-days { margin: 16px 0 7px; color: #879592; font-size: 7px; text-align: center; }.calendar-grid i { height: 42px; display: grid; place-items: center; border: 1px solid #e8eeea; border-radius: 8px; background: #fafbf9; color: var(--ink); font-size: 8px; font-style: normal; }.calendar-grid i.mint-cell { background: var(--mint-pale); color: #35a77a; }.calendar-grid i.coral-cell { background: #fae6da; color: #d3855d; }.calendar-grid i.dark-cell { background: var(--ink); color: var(--mint); }

.security-section { background: #eef3ef; }.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: start; }
.security-copy > p { margin: 24px 0; color: var(--muted); line-height: 1.85; }.security-note { display: flex; gap: 13px; margin-top: 29px; border: 1px solid #d6dfda; border-radius: 16px; background: rgba(255,255,255,.55); padding: 16px; }.security-note > span { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; background: var(--ink); color: var(--mint); font-family: Georgia,serif; font-weight: 800; }.security-note p { display: flex; flex-direction: column; gap: 3px; margin: 0; }.security-note b { font-size: 10px; }.security-note small { color: #778683; font-size: 8px; line-height: 1.6; }
.security-list { border-top: 1px solid #cfdad4; }.security-list article { display: grid; grid-template-columns: 35px 1fr 34px; gap: 14px; align-items: center; border-bottom: 1px solid #cfdad4; padding: 24px 0; }.security-list article > span { color: #7d8c89; font-size: 9px; font-weight: 850; }.security-list div { display: flex; flex-direction: column; }.security-list b { font-size: 15px; }.security-list small { color: #758582; font-size: 10px; }.security-list article > i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #c8d4cd; border-radius: 50%; color: #687b77; font-style: normal; }

.early-section { padding-bottom: 60px; }.early-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; border-radius: var(--radius-xl); background: var(--ink); color: #fff; padding: 66px; overflow: hidden; position: relative; }.early-card:after { content: ""; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(140,226,189,.12); border-radius: 50%; right: -180px; top: -220px; box-shadow: 0 0 0 80px rgba(140,226,189,.035), 0 0 0 160px rgba(140,226,189,.025); }.early-card h2 { color: #fff; }.early-card > div:first-child > p { max-width: 540px; color: #a4bbb6; }.early-benefits { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 13px; }.early-benefits > span { display: flex; align-items: center; gap: 10px; color: #d5e1de; font-size: 11px; }.early-benefits > span i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 7px; background: rgba(140,226,189,.12); color: var(--mint); font-style: normal; }.early-benefits .button { margin-top: 10px; align-self: flex-start; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }.faq-intro > p { color: var(--muted); }.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; list-style: none; padding: 24px 0; font-size: 15px; font-weight: 750; cursor: pointer; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: #738480; font-size: 20px; font-weight: 350; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 700px; margin: -5px 45px 24px 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.closing-section { position: relative; overflow: hidden; background: #dff3e8; padding: 105px 0; }.closing-orbit { position: absolute; border: 1px solid rgba(11,38,37,.09); border-radius: 50%; }.orbit-one { width: 550px; height: 550px; left: -310px; top: -180px; box-shadow: 0 0 0 75px rgba(11,38,37,.018), 0 0 0 150px rgba(11,38,37,.012); }.orbit-two { width: 420px; height: 420px; right: -240px; bottom: -210px; box-shadow: 0 0 0 75px rgba(11,38,37,.018); }.closing-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }.closing-mark { width: 48px; height: 48px; border-radius: 15px; }.closing-mark i { width: 23px; height: 6px; }.closing-content > p { margin: 25px 0 5px; color: #5c726e; font: italic 18px Georgia,serif; }.closing-content h2 { margin: 0 0 30px; color: var(--ink); font-size: clamp(45px,5.4vw,72px); line-height: 1; letter-spacing: -.06em; }.closing-content > small { margin-top: 13px; color: #738480; font-size: 9px; }

.site-footer { background: #071b1b; color: #fff; padding: 70px 0 22px; }.footer-main { display: grid; grid-template-columns: 1.55fr repeat(3,1fr); gap: 55px; padding-bottom: 55px; }.footer-brand .brand { font-size: 17px; }.footer-brand > p { margin: 18px 0 20px; color: #88a09b; font: italic 15px Georgia,serif; }.footer-status { display: inline-flex; align-items: center; gap: 7px; color: #718c86; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }.footer-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(140,226,189,.08); }.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-column b { margin-bottom: 7px; color: #b8cbc7; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }.footer-column a, .footer-column button { border: 0; background: none; color: #75908a; padding: 0; font-size: 10px; cursor: pointer; transition: color .2s ease; }.footer-column a:hover, .footer-column button:hover { color: var(--mint); }.footer-bottom { display: grid; grid-template-columns: 1fr 1fr auto; gap: 25px; align-items: center; border-top: 1px solid rgba(255,255,255,.08); padding-top: 21px; color: #58716c; font-size: 8px; }.footer-bottom > span:nth-child(2) { text-align: center; }.footer-bottom a { color: #7e9892; }.footer-bottom div { display: flex; gap: 15px; }

.demo-dialog { width: min(92vw, 720px); max-height: 92vh; border: 0; border-radius: 28px; background: #f7faf6; color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.3); padding: 42px; overflow: auto; }.demo-dialog::backdrop { background: rgba(4,19,19,.72); backdrop-filter: blur(7px); }.dialog-close { position: absolute; right: 18px; top: 18px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: #596d69; font-size: 22px; line-height: 1; cursor: pointer; }.dialog-brand { display: flex; align-items: center; gap: 9px; margin-bottom: 32px; font-size: 12px; font-weight: 850; }.demo-dialog h2 { margin: 14px 0 12px; font-size: 39px; line-height: 1.05; letter-spacing: -.05em; }.demo-dialog > p { max-width: 570px; margin: 0 0 25px; color: var(--muted); font-size: 12px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.demo-form label { display: flex; flex-direction: column; gap: 6px; }.demo-form label > span { color: #586d69; font-size: 9px; font-weight: 750; }.demo-form input, .demo-form select, .demo-form textarea { width: 100%; border: 1px solid #d7e1db; border-radius: 12px; outline: none; background: #fff; color: var(--ink); padding: 12px 13px; font-size: 12px; transition: border-color .2s ease, box-shadow .2s ease; }.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: #5bbd93; box-shadow: 0 0 0 4px rgba(49,200,142,.11); }.demo-form textarea { resize: vertical; }.form-full { grid-column: 1 / -1; }.hp-field { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }.consent-check { display: grid!important; grid-template-columns: 17px 1fr; gap: 8px!important; margin-top: 15px; }.consent-check input { width: 16px; height: 16px; accent-color: var(--ink); margin: 2px 0 0; }.consent-check span { font-weight: 500!important; line-height: 1.6; }.consent-check a { color: #267e5b; text-decoration: underline; }.form-message { display: none; margin: 13px 0 0; border-radius: 10px; padding: 9px 11px; font-size: 9px; }.form-message.show { display: block; }.form-message.error { background: #fbe5df; color: #973f30; }.submit-button { width: 100%; margin-top: 17px; }
.toast { position: fixed; z-index: 200; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 11px; border: 1px solid #d9e4de; border-radius: 15px; background: #fff; box-shadow: 0 20px 50px rgba(11,38,37,.18); padding: 13px 16px; transform: translateY(140%); opacity: 0; transition: .35s ease; }.toast.show { transform: translateY(0); opacity: 1; }.toast > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--mint-pale); color: #25815e; font-size: 11px; font-weight: 900; }.toast p { display: flex; flex-direction: column; margin: 0; }.toast b { font-size: 9px; }.toast small { color: #738480; font-size: 7px; }

.legal-page { background: #f5f7f3; }.legal-header { position: static; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.7); }.legal-wrap { width: min(calc(100% - 40px), 840px); margin: 0 auto; padding: 80px 0 110px; }.legal-wrap .section-kicker { margin-bottom: 15px; }.legal-wrap h1 { margin: 0 0 18px; font-size: clamp(38px,6vw,62px); line-height: 1.04; letter-spacing: -.055em; }.legal-meta { margin: 0 0 35px; color: #7d8c89; font-size: 10px; }.legal-alert { display: flex; gap: 12px; margin: 0 0 34px; border: 1px solid #e2d3ad; border-radius: 15px; background: #fff9e7; padding: 15px; color: #735d28; font-size: 10px; }.legal-alert b { display: block; }.legal-content { border: 1px solid var(--line); border-radius: 24px; background: #fff; padding: 42px; }.legal-content h2 { margin: 34px 0 10px; font-size: 20px; letter-spacing: -.025em; }.legal-content h2:first-child { margin-top: 0; }.legal-content p, .legal-content li { color: #596e6a; font-size: 12px; line-height: 1.85; }.legal-content ul { padding-left: 20px; }.legal-back { display: inline-flex; align-items: center; gap: 8px; color: #49615d; font-size: 11px; font-weight: 750; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.menu-button { display: block; }.desktop-only { display: none; }
  .mobile-nav { position: absolute; top: 76px; left: 20px; right: 20px; display: flex; flex-direction: column; gap: 3px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); padding: 13px; opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .2s ease; }.mobile-nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }.mobile-nav a { border-radius: 10px; padding: 10px 11px; color: #4c625e; font-size: 12px; font-weight: 750; }.mobile-nav .button { margin-top: 5px; }
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 760px; padding-bottom: 0; }.product-stage { width: min(760px,100%); margin: -15px auto 0; }
  .feature-card { grid-column: span 6; }.feature-card-large, .feature-card-wide { grid-column: 1 / -1; }
  .specialty-layout, .security-grid { gap: 50px; }.experience-grid { gap: 30px; }.phone-front { left: 39%; }.phone-back { left: 5%; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }.container { width: min(calc(100% - 28px), var(--container)); }
  .hero { min-height: auto; padding-top: 127px; }.hero-grid { gap: 28px; }.hero h1 { font-size: clamp(48px,12vw,68px); }.hero-lead { font-size: 16px; }.product-stage { transform: scale(.94); transform-origin: top center; margin-bottom: -30px; }
  .profession-strip { overflow: auto; justify-content: flex-start; white-space: nowrap; }.profession-strip a { min-width: max-content; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }.feature-card { grid-column: 1 / -1; }.feature-card-large { min-height: 540px; }.form-stack { width: 70%; }
  .flow-track { grid-template-columns: 1fr; gap: 0; }.flow-line { left: 21px; right: auto; top: 25px; bottom: 25px; width: 1px; height: auto; }.flow-line i { width: 2px; height: 23%; }.flow-step { display: grid; grid-template-columns: 45px 1fr; gap: 15px; text-align: left; padding: 0 0 22px; }.flow-step > span { grid-row: span 2; margin: 0; }.flow-step b { align-self: end; }.flow-step small { margin-top: -10px; }
  .specialty-layout, .experience-grid, .visibility-grid, .security-grid, .early-card, .faq-grid { grid-template-columns: 1fr; }.specialty-layout { gap: 42px; }.experience-grid { gap: 55px; }.experience-copy { order: -1; }.phone-stage { width: min(610px,100%); margin: 0 auto; }.visibility-card { min-height: 520px; }.security-grid { gap: 45px; }.early-card { padding: 45px; gap: 35px; }.faq-grid { gap: 45px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }.footer-column:last-child { display: none; }.footer-bottom { grid-template-columns: 1fr; text-align: left; }.footer-bottom > span:nth-child(2) { text-align: left; }
}

@media (max-width: 600px) {
  .nav-wrap { height: 70px; }.brand-name { font-size: 15px; }.brand-mark { width: 34px; height: 34px; }.nav-actions .button-small { display: none; }.mobile-nav { top: 67px; }
  .hero { padding-top: 112px; }.hero h1 { margin-top: 19px; font-size: 48px; }.hero-lead { font-size: 14px; }.hero-actions { flex-direction: column; align-items: stretch; }.hero-actions .button { width: 100%; }.hero-proof { margin-top: 27px; }
  .product-stage { width: 680px; left: 50%; margin: -30px 0 -130px; transform: translateX(-50%) scale(.64); transform-origin: center; }.profession-strip { height: 60px; }
  .section-heading h2, .experience-copy h2, .security-copy h2, .faq-intro h2, .visibility-card h2, .early-card h2, .specialty-intro h2 { font-size: 39px; }.feature-card { min-height: 390px; padding: 24px; }.feature-card h3 { margin-top: 39px; }.dark-card { min-height: 560px; }.dark-card h3 { font-size: 32px; }.form-stack { width: 100%; height: 260px; bottom: -20px; }.form-sheet { right: 5%; }.message-bubble { left: 24px; right: 24px; bottom: 24px; }.tracking-visual { left: 15px; right: 15px; }.reviews-feature { display: block; min-height: 570px; }.review-card { position: absolute; left: 24px; right: 24px; bottom: 25px; }.campaign-feature { min-height: 410px; }
  .centered-heading { text-align: left; }.centered-heading > p { margin-left: 0; }
  .specialty-tabs { grid-template-columns: 1fr; }.specialty-panel { padding: 25px; }.panel-header { grid-template-columns: 45px 1fr; }.panel-icon { width: 45px; height: 45px; }.live-badge { display: none; }.panel-bottom { align-items: flex-start; flex-direction: column; }
  .phone-stage { min-height: 590px; transform: scale(.82); transform-origin: top center; margin-bottom: -105px; }.phone { width: 270px; height: 565px; }.phone-back { left: -17%; }.phone-front { left: 23%; }.floating-reminder { right: -15%; }
  .visibility-card { min-height: 500px; padding: 31px; }.rating-row { margin-top: 38px; }.rating-row > strong { font-size: 53px; }.content-calendar { margin-top: 30px; }
  .early-card { padding: 34px 27px; }.closing-section { padding: 80px 0; }.closing-content h2 { font-size: 47px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }.footer-brand { grid-column: 1 / -1; }.footer-column:last-child { display: flex; }.site-footer { padding-top: 52px; }
  .demo-dialog { padding: 34px 20px 22px; border-radius: 22px; }.demo-dialog h2 { font-size: 32px; }.form-grid { grid-template-columns: 1fr; }.form-full { grid-column: auto; }.toast { left: 14px; right: 14px; bottom: 14px; }
  .legal-wrap { width: min(calc(100% - 28px),840px); padding: 55px 0 80px; }.legal-content { padding: 25px 20px; }
}

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