@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #10231f;
  --muted: #60706b;
  --green: #07835f;
  --green-bright: #17b884;
  --green-dark: #064e3b;
  --green-deep: #05372d;
  --mint: #dff6ed;
  --mint-soft: #eef9f5;
  --cream: #f7f6f1;
  --line: #dbe4e0;
  --white: #fff;
  --shadow: 0 24px 70px rgba(5, 55, 45, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", ui-sans-serif, system-ui, sans-serif; }

.site-header { position: relative; z-index: 20; width: min(1240px, calc(100% - 48px)); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(16,35,31,.1); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.5rem; font-weight: 800; letter-spacing: -.045em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; color: white; background: var(--green); border-radius: 11px 11px 11px 3px; font-size: 1rem; box-shadow: 0 8px 20px rgba(7,131,95,.22); }
nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 600; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--green); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--green); border-radius: 99px; color: var(--green); }

.hero { position: relative; width: min(1240px, calc(100% - 48px)); min-height: 690px; margin: auto; padding: 76px 0 95px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 420px; height: 420px; left: -280px; top: 40px; border-radius: 50%; background: rgba(23,184,132,.09); filter: blur(4px); }
.category-pill { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 8px 13px; border: 1px solid #c8e5da; border-radius: 99px; color: var(--green-dark); background: rgba(255,255,255,.65); font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.category-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(23,184,132,.12); }
h1 { max-width: 660px; margin-bottom: 25px; font-size: clamp(3.2rem, 5.8vw, 5.35rem); line-height: 1; letter-spacing: -.07em; }
h1 em { color: var(--green); font-style: normal; }
.hero-text { max-width: 620px; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 24px; border-radius: 99px; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 12px 28px rgba(7,131,95,.22); }
.button-primary:hover { background: #067454; box-shadow: 0 16px 34px rgba(7,131,95,.27); }
.text-link { color: var(--green-dark); font-size: .9rem; font-weight: 700; }
.text-link span { margin-left: 5px; color: var(--green); }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 35px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .82rem; font-weight: 600; }
.hero-points span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border-radius: 50%; color: var(--green); background: var(--mint); font-size: .68rem; }

.hero-media { position: relative; min-height: 520px; }
.hero-media::after { content: ""; position: absolute; inset: -18px 28px 22px -18px; z-index: -1; border-radius: 38px 38px 38px 10px; background: var(--mint); transform: rotate(-2deg); }
.hero-media > img { width: 100%; height: 520px; object-fit: cover; object-position: 54% center; border-radius: 34px 34px 34px 9px; box-shadow: var(--shadow); }
.floating-card { position: absolute; padding: 15px 17px; border: 1px solid rgba(255,255,255,.75); border-radius: 16px; background: rgba(255,255,255,.91); box-shadow: 0 16px 42px rgba(5,55,45,.18); backdrop-filter: blur(12px); }
.queue-card { left: -30px; bottom: 35px; min-width: 215px; }
.floating-title { margin-bottom: 12px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 4px rgba(23,184,132,.12); }
.avatar-row { display: flex; align-items: center; }
.avatar { display: grid; place-items: center; width: 32px; height: 32px; margin-right: -7px; border: 2px solid white; border-radius: 50%; color: white; background: #315d53; font-size: .61rem; font-weight: 800; }
.avatar-ai { background: var(--green); }
.avatar-row strong { margin-left: 16px; font-size: .72rem; }
.order-card { display: flex; align-items: center; gap: 11px; right: -22px; top: 34px; }
.order-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: white; background: var(--green); font-weight: 800; }
.order-card small, .order-card strong { display: block; }
.order-card small { color: var(--muted); font-size: .65rem; }
.order-card strong { font-size: .78rem; }

.trust-strip { padding: 25px max(24px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); align-items: center; gap: 25px; color: white; background: var(--green-dark); }
.trust-strip p { margin: 0; color: #a9c7bd; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-strip div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.16); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-family: "Manrope", sans-serif; }
.trust-strip span { color: #a9c7bd; font-size: .78rem; }

.section { padding: 120px max(24px, calc((100% - 1240px) / 2)); }
.eyebrow { margin: 0 0 17px; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .17em; }
.light { color: #73d8b5; }
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 4.5vw, 4rem); line-height: 1.06; letter-spacing: -.055em; }
.section-heading { max-width: 790px; margin-bottom: 58px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading > p:last-child { max-width: 680px; margin-right: auto; margin-left: auto; color: var(--muted); font-size: 1.06rem; }
.product { background: white; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature { position: relative; min-height: 410px; padding: 36px; overflow: hidden; border: 1px solid var(--line); border-radius: 27px; background: #fbfcfb; }
.feature-large { min-height: 470px; grid-column: 1 / -1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 60px; padding: 50px; background: var(--mint-soft); }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 34px; border-radius: 12px; color: var(--green); background: var(--mint); font-weight: 800; }
.feature-label { margin-bottom: 12px; color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.feature h3 { max-width: 480px; margin-bottom: 14px; font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1.1; letter-spacing: -.045em; }
.feature > p, .feature-copy > p:last-child { max-width: 520px; color: var(--muted); }
.chat-demo { max-width: 520px; margin-left: auto; padding: 18px; border: 1px solid #d5e5df; border-radius: 22px; background: white; box-shadow: 0 20px 55px rgba(5,55,45,.09); transform: rotate(1.5deg); }
.chat-top { display: flex; align-items: center; gap: 10px; padding: 0 0 14px; border-bottom: 1px solid #edf1ef; }
.mini-brand { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; color: white; background: var(--green); font-weight: 800; }
.chat-top strong, .chat-top small { display: block; }
.chat-top strong { font-size: .78rem; }
.chat-top small { color: var(--green); font-size: .63rem; }
.bubble { max-width: 83%; margin-top: 15px; padding: 11px 13px; border-radius: 14px; font-size: .78rem; }
.bubble.customer { margin-left: auto; border-bottom-right-radius: 3px; background: #d8f3e8; }
.bubble.assistant { border-bottom-left-radius: 3px; background: #f0f2f1; }
.typing { display: flex; gap: 3px; width: max-content; margin-top: 8px; padding: 8px 11px; border-radius: 12px; background: #f0f2f1; }
.typing span { width: 4px; height: 4px; border-radius: 50%; background: #84928e; }
.team-line { position: absolute; right: 36px; bottom: 35px; left: 36px; display: flex; align-items: center; }
.team-line span { display: grid; place-items: center; width: 40px; height: 40px; margin-right: -8px; border: 3px solid #fbfcfb; border-radius: 50%; color: white; background: var(--green); font-size: .67rem; font-weight: 800; }
.team-line span:nth-child(2) { background: #235e93; }
.team-line span:nth-child(3) { background: #a9693b; }
.team-line i { flex: 1; height: 1px; margin-left: 20px; background: var(--line); }
.team-line strong { margin-left: 14px; color: var(--muted); font-size: .68rem; }
.feature-dark { color: white; border-color: var(--green-dark); background: var(--green-dark); }
.feature-dark .feature-icon { color: white; background: rgba(255,255,255,.12); }
.feature-dark .feature-label { color: #7fe0bd; }
.feature-dark > p { color: #b8cdc6; }
.mini-order { position: absolute; right: 36px; bottom: 32px; left: 36px; display: flex; align-items: center; justify-content: space-between; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.07); }
.mini-order small, .mini-order strong { display: block; }
.mini-order small { color: #7fe0bd; font-size: .58rem; font-weight: 800; letter-spacing: .1em; }
.mini-order strong { font-size: .8rem; }
.mini-order > span { padding: 8px 12px; border-radius: 99px; color: var(--green-dark); background: #83dfbf; font-size: .67rem; font-weight: 800; }

.workflow { display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; background: var(--cream); }
.workflow-heading { position: sticky; top: 120px; align-self: start; }
.workflow-heading > p:last-child { max-width: 440px; color: var(--muted); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; }
.steps > li > span { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #bdd9cf; border-radius: 14px 14px 14px 4px; color: var(--green); font-size: .7rem; font-weight: 800; }
.steps h3 { margin-bottom: 7px; font-size: 1.28rem; letter-spacing: -.025em; }
.steps p { margin: 0; color: var(--muted); }

.results { padding: 120px max(24px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; color: white; background: var(--green-deep); }
.results-intro { align-self: center; }
.results-intro > p:last-child { max-width: 480px; color: #abc3bb; }
.result-list article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.result-list article:first-child { padding-top: 0; }
.result-list article > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: var(--green-dark); background: #80dcbc; font-family: "Manrope", sans-serif; font-size: .82rem; font-weight: 800; }
.result-list h3 { margin-bottom: 5px; font-size: 1.18rem; }
.result-list p { margin: 0; color: #abc3bb; font-size: .9rem; }

.for-pharmacies { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 90px; background: white; }
.pharmacy-note { display: flex; align-items: flex-start; gap: 28px; }
.note-mark { display: grid; flex: 0 0 auto; place-items: center; width: 58px; height: 58px; border-radius: 18px 18px 18px 5px; color: white; background: var(--green); font-size: 1.8rem; font-weight: 500; }
.pharmacy-note h2 { margin: 0; }
.pharmacy-copy { color: var(--muted); font-size: 1.08rem; }

.contact { position: relative; min-height: 500px; padding: 100px max(24px, calc((100% - 1240px) / 2)); overflow: hidden; color: white; background: var(--green); display: flex; align-items: center; }
.contact::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 26px 26px; }
.contact-inner { position: relative; z-index: 2; max-width: 760px; }
.contact-inner > p:not(.eyebrow) { max-width: 620px; color: #d2eee4; font-size: 1.06rem; }
.button-light { margin-top: 20px; color: var(--green-dark); background: white; }
.contact-orb { position: absolute; right: max(20px, calc((100% - 1240px) / 2)); width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid; place-items: center; }
.contact-orb::before, .contact-orb::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.contact-orb::before { inset: 35px; }
.contact-orb::after { inset: 75px; }
.contact-orb span { font-family: "Manrope", sans-serif; font-size: 4rem; font-weight: 800; }

footer { padding: 55px max(24px, calc((100% - 1240px) / 2)) 35px; color: var(--muted); background: #f1f3f0; }
.footer-main { display: flex; align-items: center; justify-content: space-between; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.footer-main p { margin: 0; }
.footer-links { display: flex; gap: 24px; margin-top: 30px; font-size: .82rem; font-weight: 600; }
.footer-links a:hover { color: var(--green); }
.copyright { margin: -20px 0 0; text-align: right; font-size: .74rem; }

@media (max-width: 980px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 760px; }
  .hero-media { width: min(760px, 100%); margin-left: auto; }
  .trust-strip { grid-template-columns: repeat(3, 1fr); }
  .trust-strip > p { grid-column: 1 / -1; }
  .feature-large, .workflow, .results, .for-pharmacies { grid-template-columns: 1fr; }
  .workflow, .results, .for-pharmacies { gap: 55px; }
  .workflow-heading { position: static; }
  .contact-orb { right: -110px; opacity: .45; }
}

@media (max-width: 680px) {
  .site-header, .hero { width: min(100% - 30px, 1240px); }
  .site-header { min-height: 74px; }
  .nav-cta { padding: 9px 12px; font-size: .72rem; }
  .hero { padding: 55px 0 75px; }
  h1 { font-size: clamp(2.9rem, 14vw, 4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-media, .hero-media > img { min-height: 420px; height: 420px; }
  .hero-media > img { object-position: 60% center; }
  .queue-card { left: -5px; bottom: 18px; }
  .order-card { right: -5px; top: 18px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { padding: 10px 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .section, .results, .contact { padding-top: 85px; padding-bottom: 85px; }
  .product-grid { grid-template-columns: 1fr; }
  .feature-large { grid-column: auto; padding: 32px 22px; gap: 30px; }
  .feature { min-height: 390px; padding: 28px 22px; }
  .team-line, .mini-order { right: 22px; left: 22px; }
  .chat-demo { transform: none; }
  .pharmacy-note { flex-direction: column; }
  .contact { min-height: 540px; }
  .contact-orb { right: -150px; bottom: -60px; }
  .footer-main { align-items: flex-start; flex-direction: column; gap: 16px; }
  .copyright { margin: 25px 0 0; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
