:root {
  --navy: #0F4C81;
  --navy-dark: #071f37;
  --teal: #2EC4B6;
  --mint: #7EDBD2;
  --bg: #F5F7FA;
  --text: #142033;
  --muted: #657287;
  --white: #FFFFFF;
  --line: rgba(20, 32, 51, 0.10);
  --shadow: 0 24px 70px rgba(15, 76, 129, 0.16);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: var(--text); background: var(--bg); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.container { width: min(1140px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 92px 0; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.86); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 44px; height: 44px; border-radius: 12px; }
.brand strong { color: var(--teal); }
.nav-links { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 700; color: var(--muted); }
.nav-links > a:not(.btn):hover { color: var(--navy); }
.menu-toggle { display: none; background: none; border: 0; font-size: 28px; color: var(--navy); cursor: pointer; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 22px; background: linear-gradient(135deg, var(--navy), var(--teal)); color: white; font-weight: 800; box-shadow: 0 12px 28px rgba(46,196,182,.24); transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(46,196,182,.28); }
.btn-secondary { background: white; color: var(--navy); border: 1px solid var(--line); box-shadow: none; }
.btn-small { padding: 10px 16px; color: white; }
.hero { padding-top: 72px; background: radial-gradient(circle at 10% 10%, rgba(46,196,182,.18), transparent 30%), radial-gradient(circle at 90% 10%, rgba(15,76,129,.15), transparent 34%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.eyebrow { color: var(--teal); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 900; }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(43px, 6vw, 76px); line-height: .98; letter-spacing: -.06em; margin: 18px 0 24px; color: var(--navy-dark); }
h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.05; letter-spacing: -.045em; color: var(--navy-dark); margin: 14px 0 18px; }
h3 { color: var(--navy-dark); margin-bottom: 10px; }
p { color: var(--muted); line-height: 1.7; }
.hero-copy > p { font-size: 19px; max-width: 650px; }
.hero-actions, .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-weight: 800; font-size: 14px; }
.trust-row span { background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.phone-card { width: min(470px,100%); padding: 26px; background: white; border-radius: 42px; box-shadow: var(--shadow); }
.phone-card img { border-radius: 32px; }
.floating-card { position: absolute; max-width: 245px; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 16px 18px; box-shadow: 0 16px 44px rgba(15,76,129,.14); }
.floating-card strong { display: block; color: var(--navy-dark); }
.floating-card span { color: var(--muted); font-size: 13px; line-height: 1.5; display: block; margin-top: 3px; }
.top-card { right: 0; top: 74px; }
.bottom-card { left: 0; bottom: 62px; }
.stats { padding: 36px 0; background: white; border-block: 1px solid var(--line); }
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.stat-grid div { padding: 18px; border-right: 1px solid var(--line); }
.stat-grid div:last-child { border-right: 0; }
.stat-grid strong { display: block; font-size: 34px; color: var(--navy); }
.stat-grid span { color: var(--muted); font-weight: 700; }
.section-heading { max-width: 800px; text-align: center; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 42px; }
.value-card,.feature-card,.security-card,.plan-card,.mockup-card,.cta-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 40px rgba(15,76,129,.06); }
.value-card { padding: 28px; }
.value-card > span,.feature-card > span,.security-card > span { font-size: 34px; }
.value-card,.feature-card,.security-card { transition: transform .22s ease, box-shadow .22s ease; }
.value-card:hover,.feature-card:hover,.security-card:hover { transform: translateY(-5px); box-shadow: 0 18px 48px rgba(15,76,129,.11); }
.how-section { background: white; }
.steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; margin-top: 38px; }
.steps div { padding: 24px; border-radius: 26px; background: var(--bg); position: relative; }
.steps span { width: 44px; height: 44px; display: grid; place-items: center; background: var(--navy); color: white; border-radius: 50%; font-weight: 900; margin-bottom: 18px; }
.life-section { background: linear-gradient(145deg,#effcf9,#f6f8fb); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.check-list li { color: var(--muted); line-height: 1.6; }
.check-list li::before { content: '✓'; color: var(--teal); font-weight: 900; margin-right: 10px; }
.life-timeline { display: grid; gap: 15px; }
.life-timeline article { display: grid; grid-template-columns: 76px 1fr; gap: 18px; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 19px; box-shadow: 0 9px 30px rgba(15,76,129,.05); }
.life-timeline time { color: var(--teal); font-weight: 900; }
.life-timeline p { margin: 4px 0 0; font-size: 14px; }
.functions-section { background: white; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 42px; }
.feature-card { padding: 28px; }
.owner-section { background: var(--bg); }
.mockup-card { padding: 34px; min-height: 330px; }
.mockup-header { display: flex; align-items: center; gap: 10px; color: var(--navy-dark); }
.mockup-header em { margin-left: auto; font-style: normal; font-size: 12px; color: var(--mint); }
.status-dot,.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px rgba(46,196,182,.12); }
.live-dot { animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 11px rgba(46,196,182,0); } }
.owner-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 26px 0; }
.owner-columns div { background: var(--bg); border-radius: 18px; padding: 16px; }
.owner-columns small { color: var(--muted); display: block; }
.owner-columns strong { font-size: 26px; color: var(--navy); }
.timeline { display: grid; gap: 12px; }
.timeline p { padding: 16px; border-radius: 16px; background: var(--bg); margin: 0; }
.timeline strong { color: var(--navy); margin-right: 8px; }
.clinic-section { background: linear-gradient(135deg,#071f37,#0F4C81); color: white; }
.clinic-section h2,.clinic-section h3 { color: white; }
.clinic-section p,.clinic-section .check-list li { color: rgba(255,255,255,.78); }
.dark-card { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.16); box-shadow: none; backdrop-filter: blur(10px); }
.dark-card .mockup-header { color: white; }
.mini-table { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-top: 24px; }
.mini-table span { color: rgba(255,255,255,.55); font-size: 13px; }
.mini-table strong,.mini-table em,.mini-table b { background: rgba(255,255,255,.1); padding: 14px; border-radius: 14px; font-style: normal; color: white; }
.mini-table b { color: var(--mint); }
.clinic-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 22px; }
.clinic-metrics div { background: rgba(255,255,255,.08); padding: 15px; border-radius: 16px; }
.clinic-metrics strong { display: block; font-size: 24px; color: white; }
.clinic-metrics small { color: rgba(255,255,255,.58); }
.security-section { background: white; }
.security-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 38px; }
.security-card { padding: 27px; }
.plans-section { background: linear-gradient(180deg,var(--bg),#edf9f7); }
.plan-controls { margin-top: 35px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.pricing-switch,.billing-switch { display: flex; gap: 8px; padding: 7px; background: white; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 12px 36px rgba(15,76,129,.08); }
.pricing-tab,.billing-tab { border: 0; background: transparent; color: var(--muted); padding: 12px 18px; border-radius: 999px; font-weight: 800; cursor: pointer; }
.pricing-tab.active,.billing-tab.active { color: white; background: linear-gradient(135deg,var(--navy),var(--teal)); box-shadow: 0 10px 24px rgba(46,196,182,.22); }
.billing-tab span { font-size: 10px; display: inline-block; margin-left: 5px; }
.pricing-panel { margin-top: 42px; }
.owner-plans-grid { width: min(820px,100%); margin: 0 auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.clinic-plans-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.plan-card { padding: 28px; position: relative; display: flex; flex-direction: column; gap: 14px; }
.plan-card.featured { border: 2px solid var(--teal); transform: translateY(-9px); }
.badge { position: absolute; right: 20px; top: -14px; background: var(--teal); color: white; padding: 8px 13px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.plan-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.plan-heading h3 { font-size: 24px; margin: 5px 0 0; }
.plan-label { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--teal); font-weight: 900; }
.plan-icon { font-size: 28px; }
.price { font-size: 32px; color: var(--navy-dark); font-weight: 900; margin: 0; }
.price small { font-size: 13px; color: var(--muted); }
.period-note { font-size: 13px; margin: -8px 0 0; }
.plan-card ul { list-style: none; padding: 0; color: var(--muted); line-height: 1.85; flex: 1; }
.plan-card li { position: relative; padding-left: 22px; }
.plan-card li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.included-strip { margin-top: 34px; padding: 20px 24px; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 24px; align-items: center; background: white; border: 1px solid var(--line); border-radius: 22px; color: var(--muted); font-size: 14px; box-shadow: 0 8px 30px rgba(15,76,129,.05); }
.included-strip strong { color: var(--navy-dark); }
.faq-section { background: white; }
.faq-grid { max-width: 900px; margin-top: 38px; display: grid; gap: 14px; }
.faq-grid details { background: var(--bg); border: 1px solid var(--line); border-radius: 20px; padding: 20px 22px; }
.faq-grid summary { cursor: pointer; font-weight: 800; color: var(--navy-dark); }
.faq-grid p { margin: 14px 0 0; }
.cta-section { background: white; }
.cta-card { text-align: center; padding: 54px; background: linear-gradient(135deg,white,#eafcf9); }
.cta-card img { width: 96px; margin: 0 auto 20px; border-radius: 24px; }
.cta-card p { max-width: 720px; margin: 0 auto 28px; }
.cta-actions { justify-content: center; margin-bottom: 0; }
.footer { background: #071C30; color: white; padding: 38px 0 22px; }
.footer p { margin: 8px 0 0; color: rgba(255,255,255,.6); }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-brand { color: white; }
.footer-links { display: flex; gap: 22px; color: rgba(255,255,255,.72); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 26px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.5); font-size: 13px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width:1080px) { .value-grid,.security-grid { grid-template-columns: repeat(2,1fr); } .clinic-plans-grid { grid-template-columns: repeat(2,1fr); } .steps { grid-template-columns: repeat(3,1fr); } }
@media (max-width:940px) {
  .menu-toggle { display:block; }
  .nav-links { position: fixed; inset: 76px 16px auto; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 20px; flex-direction: column; align-items: stretch; transform: translateY(-140%); transition: .25s ease; box-shadow: var(--shadow); }
  .menu-open .nav-links { transform: translateY(0); }
  .hero-grid,.split-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width:700px) {
  .section { padding: 64px 0; }
  .feature-grid,.value-grid,.security-grid,.steps,.stat-grid,.owner-plans-grid,.clinic-plans-grid { grid-template-columns: 1fr; }
  .stat-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-visual { min-height: auto; padding-top: 30px; }
  .floating-card { position: static; margin-top: 12px; max-width: none; width: 100%; }
  .plan-card.featured { transform: none; }
  .plan-controls { justify-content: center; }
  .pricing-switch,.billing-switch { width: 100%; }
  .pricing-tab,.billing-tab { flex: 1; padding-inline: 10px; }
  .billing-tab span { display: block; }
  .owner-columns,.clinic-metrics { grid-template-columns: 1fr; }
  .cta-card { padding: 34px 20px; }
  .footer-grid,.footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-links { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } .reveal { opacity:1; transform:none; transition:none; } .live-dot { animation:none; } }
