:root {
  --ink: #102d3d;
  --muted: #59717d;
  --line: #dbe8eb;
  --white: #ffffff;
  --teal: #057f87;
  --teal-dark: #045e66;
  --aqua: #dff7f4;
  --shadow: 0 22px 60px rgba(18, 74, 88, .11);
  --radius: 24px;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 20; padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(219, 232, 235, .82); background: rgba(255, 255, 255, .94); backdrop-filter: blur(12px); }
.nav-wrap { display: flex; align-items: center; gap: 28px; min-height: 76px; }
.brand { flex: 0 0 auto; width: 180px; }.brand img { width: 180px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 30px; margin-left: auto; color: #34525d; font-size: .94rem; font-weight: 650; }
.site-header nav a:hover, .text-link:hover { color: var(--teal); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 21px; border: 1px solid transparent; border-radius: 12px; font-size: .95rem; font-weight: 750; text-align: center; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #77d7d3; outline-offset: 3px; }
.button-small { min-height: 41px; padding: 8px 15px; font-size: .88rem; }
.button-primary, .button-solid { color: #fff; background: linear-gradient(135deg, #07919a, var(--teal)); box-shadow: 0 10px 22px rgba(5, 127, 135, .22); }
.button-primary:hover, .button-solid:hover { background: linear-gradient(135deg, #057f87, var(--teal-dark)); box-shadow: 0 13px 28px rgba(5, 127, 135, .28); }
.button-secondary { border-color: #9ad8d6; color: var(--teal); background: #fff; }.button-secondary:hover { background: var(--aqua); }
.button-light { color: var(--teal-dark); background: #fff; }.text-link { color: #285562; font-weight: 750; }

.hero { overflow: hidden; padding: clamp(68px, 8vw, 112px) 0 82px; background: radial-gradient(circle at 88% 5%, #c9f2ef 0, transparent 33%), linear-gradient(126deg, #f7fffe 0%, #edfafa 54%, #f7fbfc 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); align-items: center; gap: clamp(42px, 7vw, 92px); }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: .76rem; font-weight: 800; letter-spacing: .115em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 23px; font-size: clamp(2.8rem, 5.2vw, 5rem); line-height: .99; letter-spacing: -.058em; } h1 span { color: var(--teal); }
.hero-lead { max-width: 610px; margin-bottom: 29px; color: #3f5a65; font-size: clamp(1.07rem, 1.5vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }.hero-note { margin: 20px 0 0; color: #63808a; font-size: .87rem; }

.hero-panel { overflow: hidden; border: 1px solid rgba(160, 214, 214, .8); border-radius: 24px; background: rgba(255, 255, 255, .88); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.panel-topbar { display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 0 22px; border-bottom: 1px solid #e5f0f1; color: #42606a; font-size: .84rem; font-weight: 700; }
.panel-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--teal); box-shadow: 15px 0 #f4b36f, 30px 0 #c9d9dc; }.panel-topbar span:nth-child(2) { margin-left: 28px; }.panel-date { margin-left: auto; color: var(--teal); }
.panel-content { padding: 26px; }.schedule-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }.schedule-heading p { margin-bottom: 3px; color: var(--muted); font-size: .78rem; font-weight: 700; }.schedule-heading strong { font-size: 1.14rem; }
.calendar-chip { padding: 5px 9px; border-radius: 8px; color: var(--teal-dark); background: var(--aqua); font-size: .75rem; font-weight: 750; }
.appointment { display: grid; grid-template-columns: 47px 1fr auto; align-items: center; gap: 11px; padding: 14px 0; border-top: 1px solid #e6eeee; }.appointment-time { color: #53717c; font-size: .78rem; font-weight: 800; }.appointment strong { display: block; font-size: .88rem; }.appointment small { color: #758a91; font-size: .73rem; }
.status { padding: 5px 7px; border-radius: 7px; font-size: .67rem; font-weight: 800; }.status-confirmed { color: #13744d; background: #e1f5e9; }.status-pending { color: #a65d11; background: #fff0da; }
.panel-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }.panel-summary div { padding: 13px; border-radius: 12px; background: #f2fafa; }.panel-summary span { display: block; color: #658089; font-size: .68rem; font-weight: 700; }.panel-summary strong { display: block; margin-top: 2px; color: var(--teal-dark); font-size: .95rem; }

.confidence { border-bottom: 1px solid var(--line); background: #fff; }.confidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 23px 0; }.confidence p { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0; color: #4c6974; font-size: .88rem; font-weight: 650; text-align: center; }.check { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--teal); background: var(--aqua); font-size: .75rem; font-weight: 900; }

.section { padding: clamp(76px, 10vw, 130px) 0; }.section-heading { max-width: 680px; margin-bottom: 49px; }.section-heading.narrow { max-width: 690px; }.section-heading h2, .workflow h2, .demo h2, .faq h2 { margin-bottom: 16px; font-size: clamp(2.15rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: -.052em; }.section-heading > p:last-child { color: var(--muted); font-size: 1.06rem; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: auto auto; gap: 18px; }.feature-card { min-height: 279px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }.feature-card-large { grid-row: span 2; min-height: 576px; background: linear-gradient(155deg, #e7f9f7, #fbffff 62%); }.feature-card-soft { background: #f6fbfc; }.feature-card-dark { border-color: #164f5a; color: #eaf9f9; background: linear-gradient(145deg, #113c49, #075d64); }.feature-card-outline { background: linear-gradient(145deg, #fffdf9, #fff4e6); }
.feature-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 46px; border-radius: 13px; font-size: 1.5rem; font-weight: 800; }.icon-calendar { color: var(--teal); background: #c9f0ed; }.icon-patient { color: #397e9e; background: #dceff7; }.icon-sales { color: #8fe3dc; background: rgba(193, 243, 237, .16); }.icon-connect { color: #bb6a16; background: #ffe4c4; }.feature-kicker { margin-bottom: 8px; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.feature-card-dark .feature-kicker { color: #9be6df; }.feature-card h3 { margin-bottom: 10px; font-size: clamp(1.25rem, 2vw, 1.62rem); line-height: 1.12; letter-spacing: -.035em; }.feature-card > p:last-of-type { margin-bottom: 0; color: var(--muted); font-size: .91rem; line-height: 1.58; }.feature-card-dark > p:last-of-type { color: #c2d9dc; }
.mini-calendar { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin-top: 56px; padding: 15px; border: 1px solid #caeae8; border-radius: 15px; background: rgba(255, 255, 255, .74); }.mini-calendar div { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 4px; color: #799298; font-size: .64rem; text-align: center; }.mini-calendar span { display: block; height: 30px; border-radius: 6px; }.m-blue { background: #b7e2ef; }.m-teal { background: #9fe0d9; }.m-orange { background: #ffd3a1; }.mini-calendar .wide { grid-column: span 2; }

.workflow { color: #effafa; background: var(--ink); }.workflow-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 96px; }.workflow .eyebrow { color: #82dcd7; }.workflow h2 { margin-bottom: 0; }.steps { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; }.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 17px; padding: 0 0 27px; border-bottom: 1px solid rgba(206, 242, 239, .17); }.steps li + li { padding-top: 27px; }.steps li > span { color: #7fe0da; font-size: .8rem; font-weight: 800; }.steps h3 { margin-bottom: 5px; font-size: 1.1rem; }.steps p { margin: 0; color: #bed3d5; font-size: .95rem; }

.pricing { background: #f4faf9; }.pricing-heading { margin: 0 auto 48px; text-align: center; }.pricing-heading .eyebrow { text-align: center; }.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; gap: 16px; }.price-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid #d7e7e5; border-radius: 20px; background: #fff; }.price-card-featured { position: relative; border-color: var(--teal); color: #ecfffe; background: linear-gradient(154deg, #057f87, #07525b); box-shadow: 0 18px 42px rgba(5, 102, 109, .21); }.popular { position: absolute; top: -12px; left: 23px; margin: 0; padding: 5px 10px; border-radius: 99px; color: #5e3408; background: #f4b36f; font-size: .65rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }.plan-name { margin: 0 0 5px; font-size: 1.14rem; font-weight: 800; }.price { display: flex; align-items: baseline; gap: 5px; margin: 0 0 20px; }.price strong { font-size: 2.1rem; letter-spacing: -.06em; }.price span { color: var(--muted); font-size: .74rem; font-weight: 650; }.price-card-featured .price span { color: #bee3e1; }.plan-intro { min-height: 60px; margin-bottom: 21px; color: var(--muted); font-size: .88rem; line-height: 1.5; }.price-card-featured .plan-intro { color: #cae6e5; }.price-card ul { display: grid; gap: 11px; min-height: 198px; padding: 0; margin: 0 0 26px; color: #48646e; list-style: none; font-size: .84rem; }.price-card li { position: relative; padding-left: 21px; }.price-card li::before { position: absolute; left: 0; content: "✓"; color: var(--teal); font-weight: 900; }.price-card-featured ul { color: #d7efee; }.price-card-featured li::before { color: #8ee7df; }.price-card .button { margin-top: auto; }

.demo { padding-top: 84px; padding-bottom: 84px; background: #fff; }.demo-card { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 50px; padding: clamp(34px, 5vw, 65px); border-radius: 28px; background: linear-gradient(124deg, #e2f8f5, #eef9f7 64%, #d8f1ee); }.demo h2 { max-width: 620px; }.demo-card > div > p:last-child { max-width: 680px; margin-bottom: 0; color: #48626b; font-size: 1.02rem; line-height: 1.65; }.demo-action { display: grid; justify-items: start; gap: 12px; }.demo-action small { max-width: 280px; color: #56737c; font-size: .76rem; line-height: 1.45; }
.faq { padding-top: 46px; }.faq-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 90px; }.faq-list { border-top: 1px solid var(--line); }.faq details { padding: 22px 0; border-bottom: 1px solid var(--line); }.faq summary { position: relative; padding-right: 26px; cursor: pointer; color: #254752; list-style: none; font-weight: 750; }.faq summary::-webkit-details-marker { display: none; }.faq summary::after { position: absolute; right: 2px; content: "+"; color: var(--teal); font-size: 1.3rem; font-weight: 400; line-height: 1; }.faq details[open] summary::after { content: "−"; }.faq details p { margin: 12px 0 0; color: var(--muted); font-size: .93rem; line-height: 1.65; }
.site-footer { padding: 39px 0 32px; border-top: 1px solid var(--line); background: #fff; }.footer-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 26px; }.footer-inner img { width: 150px; height: auto; }.footer-inner p { margin: 0; color: #617780; font-size: .85rem; }.footer-links { display: flex; flex-wrap: wrap; gap: 14px; color: #496772; font-size: .8rem; font-weight: 700; }.footer-links a:hover { color: var(--teal); }.footer-inner .footer-note { margin-left: auto; color: #8a9ba0; font-size: .76rem; }

@media (max-width: 980px) { .hero-grid, .workflow-grid, .demo-card, .faq-grid { grid-template-columns: 1fr; }.hero-panel { max-width: 610px; margin: 6px auto 0; }.workflow-grid, .faq-grid { gap: 48px; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-card-large { grid-row: auto; grid-column: span 2; min-height: auto; }.mini-calendar { margin-top: 36px; }.pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }.price-card ul { min-height: auto; }.plan-intro { min-height: auto; }.footer-inner .footer-note { width: 100%; margin-left: 0; } }
@media (max-width: 680px) { .container { width: min(100% - 34px, 1180px); }.nav-wrap { gap: 12px; min-height: 66px; }.brand, .brand img { width: 145px; }.site-header nav { display: none; }.site-header .button { min-height: 38px; padding: 7px 10px; margin-left: auto; font-size: .76rem; }.hero { padding-top: 60px; }.hero-actions { flex-direction: column; align-items: flex-start; gap: 18px; }.hero-panel { transform: none; }.panel-content { padding: 19px; }.appointment { grid-template-columns: 41px 1fr; }.status { display: none; }.confidence-grid { grid-template-columns: 1fr; gap: 13px; padding: 21px 0; }.confidence p { justify-content: flex-start; text-align: left; }.section { padding: 73px 0; }.feature-grid, .pricing-grid { grid-template-columns: 1fr; }.feature-card-large { grid-column: auto; }.feature-card { min-height: auto; }.feature-icon { margin-bottom: 31px; }.mini-calendar { margin-top: 35px; }.pricing-heading, .pricing-heading .eyebrow { text-align: left; }.price-card-featured { order: -1; }.faq { padding-top: 0; }.footer-inner { flex-direction: column; align-items: flex-start; gap: 10px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
