/* ******************************** TOKENS ******************************** */
:root {
    --sky: #EEF4FF;
    --sky-mid: #DBE8FF;
    --blue: #2563EB;
    --blue-deep: #1D4ED8;
    --blue-soft: #DBEAFE;
    --teal: #0EA5E9;
    --teal-soft: #E0F2FE;
    --mint: #10B981;
    --mint-soft: #D1FAE5;
    --amber: #F59E0B;
    --amber-soft: #FEF3C7;
    --slate: #1E293B;
    --slate-mid: #475569;
    --slate-lite: #94A3B8;
    --border: #E2E8F0;
    --white: #FFFFFF;
    --page-bg: #F8FAFF;
}

body { background: var(--page-bg); color: var(--slate); line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* ******************************** HERO ******************************** */
.hero { padding: 80px 48px 64px; text-align: center; background: linear-gradient(180deg, #EEF4FF 0%, #F8FAFF 100%); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(37, 99, 235, .07) 0%, transparent 70%); top: -200px; left: 50%; transform: translateX(-50%); pointer-events: none; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--blue-soft); color: var(--blue); border-radius: 100px; padding: 6px 16px; font-size: .8rem; font-weight: 700; letter-spacing: .4px; margin-bottom: 24px; }
.hero-eyebrow::before { content: '★'; font-size: .75rem; }
.hero h1 {  font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; line-height: 1.1; color: var(--slate); margin-bottom: 20px; }
.hero h1 span { background: linear-gradient(135deg, var(--blue), var(--teal)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { max-width: 600px; margin: 0 auto 36px; font-size: 1.05rem; color: var(--slate-mid); line-height: 1.75; }
.hero-trust { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 14px 24px; font-size: .875rem; color: var(--slate-mid); box-shadow: 0 4px 20px rgba(37, 99, 235, .06); }
.hero-trust strong { color: var(--slate); font-weight: 700; }
.hero-trust-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 3px var(--mint-soft); flex-shrink: 0; }

/* ******************************** SECTION SHELL ******************************** */
.sec { padding: 60px 0; }
.sec-alt { background: #fff; }
.sec-label { display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.sec-title {  font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; color: var(--slate); margin-bottom: 10px; }
.sec-sub { font-size: .95rem; color: var(--slate-mid); max-width: 560px; }
.sec-head { text-align: center; margin-bottom: 52px; }
.sec-head .sec-sub { margin: 0 auto; }

/* ******************************** PRODUCT TABS ******************************** */
.tab-strip { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 48px; }
.tab-pill { padding: 9px 18px; border-radius: 100px; font-size: .83rem; font-weight: 600; cursor: pointer; border: 1.5px solid var(--border); background: #fff; color: var(--slate-mid); transition: all .2s; white-space: nowrap; }
.tab-pill:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-soft); }
.tab-pill.on { background: var(--blue); color: #fff; border-color: var(--blue); }

/* ******************************** PLAN CARDS ******************************** */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 24px; }
.card { background: #fff; border: 1.5px solid var(--border); border-radius: 20px; padding: 32px 28px; display: flex; flex-direction: column; gap: 0; position: relative; overflow: hidden; transition: box-shadow .25s, transform .25s; }
.card:hover { box-shadow: 0 16px 48px rgba(37, 99, 235, .1); transform: translateY(-3px); }

/* featured card */
.card.feat { background: linear-gradient(145deg, var(--blue-deep), var(--blue)); border-color: transparent; color: #fff; }
.card.feat:hover { box-shadow: 0 20px 60px rgba(37, 99, 235, .35); }

/* enterprise card */
.card.ent { border-color: var(--teal); background: linear-gradient(145deg, #f0fdff, #fff); }

/* popular ribbon */
.card-ribbon { position: absolute; top: 18px; right: -28px; background: var(--amber); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .8px; padding: 5px 40px; transform: rotate(45deg); text-transform: uppercase; }
.card-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 18px; background: var(--blue-soft); }
.card.feat .card-icon { background: rgba(255, 255, 255, .15); }
.card.ent .card-icon { background: var(--teal-soft); }
.card-tier { font-size: .72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--slate-lite); margin-bottom: 4px; }
.card.feat .card-tier { color: rgba(255, 255, 255, .6); }
.card-name {  font-size: 1.625rem; font-weight: 800; color: var(--slate); margin-bottom: 4px; }
.card.feat .card-name { color: #fff; }
.card-for { font-size: .8rem; color: var(--slate-lite); margin-bottom: 16px; }
.card.feat .card-for { color: rgba(255, 255, 255, .55); }
.cap-tag { display: inline-flex; align-items: center; gap: 5px; background: var(--sky-mid); color: var(--blue); border-radius: 6px; padding: 4px 10px; font-size: .72rem; font-weight: 700; letter-spacing: .3px; margin-bottom: 18px; width: fit-content; }
.card.feat .cap-tag { background: rgba(255, 255, 255, .18); color: #fff; }
.card.ent .cap-tag { background: var(--teal-soft); color: #0369A1; }
.price-row { display: flex; align-items: baseline; gap: 4px; margin-bottom: 4px; }
.price-sym { font-size: 1.3rem; font-weight: 700; color: var(--blue); align-self: flex-start; margin-top: 6px; }
.card.feat .price-sym { color: rgba(255, 255, 255, .8); }
.price-num {  font-size: 3rem; font-weight: 800; color: var(--slate); line-height: 1; }
.card.feat .price-num { color: #fff; }
.price-period { font-size: .78rem; color: var(--slate-lite); align-self: flex-end; margin-bottom: 6px; }
.card.feat .price-period { color: rgba(255, 255, 255, .55); }
.price-annual { font-size: .85rem; font-weight: 700; color: var(--slate-mid); background: var(--sky); border-radius: 6px; padding: 5px 10px; margin-bottom: 20px; display: inline-block; }
.card.feat .price-annual { background: rgba(255, 255, 255, .15); color: #fff; }
.card.ent .price-annual { background: var(--teal-soft); color: #0369A1; }
.divider { height: 1px; background: var(--border); margin: 18px 0; }
.card.feat .divider { background: rgba(255, 255, 255, .15); }
.card-desc { font-size: .85rem; color: var(--slate-mid); line-height: 1.65; flex: 1; margin-bottom: 24px; }
.card.feat .card-desc { color: rgba(255, 255, 255, .75); }
.btn-trial { display: block; text-align: center; padding: 13px 20px; border-radius: 10px; font-size: .88rem; font-weight: 700; background: var(--blue); color: #fff; transition: background .2s, transform .15s; }
.btn-trial:hover { background: var(--blue-deep); color: #fff; transform: translateY(-1px); }
.card.feat .btn-trial { background: #fff; color: var(--blue); }
.card.feat .btn-trial:hover { background: rgba(255, 255, 255, .92); }
.card.ent .btn-trial { background: var(--teal); color: #fff; }
.card.ent .btn-trial:hover { background: #0284c7; }
.btn-talk { display: block; text-align: center; padding: 12px 20px; border-radius: 10px; font-size: .88rem; font-weight: 700; background: transparent; color: var(--teal); border: 2px solid var(--teal); transition: all .2s; }
.btn-talk:hover { background: var(--teal); color: #fff; }
.ent-price-label { font-size: 1.4rem; font-weight: 800;  color: var(--slate); margin-bottom: 6px; }

/* ******************************** TELEHEALTH CONTACT CARD ******************************** */
.telehealth-card { max-width: 520px; margin: 0 auto; background: linear-gradient(145deg, var(--blue-deep), var(--teal)); border-radius: 24px; padding: 48px 40px; text-align: center; color: #fff; box-shadow: 0 24px 64px rgba(37, 99, 235, .25); }
.telehealth-card h3 { color: #fff; font-size: 1.6rem; font-weight: 800; margin-bottom: 12px; }
.telehealth-card p { color: rgba(255, 255, 255, .75); margin-bottom: 24px; font-size: .95rem; }
.telehealth-phone { font-size: 1.5rem; font-weight: 800; color: #fff; display: block; margin-bottom: 28px;  }
.telehealth-note { font-size: .78rem; color: rgba(255, 255, 255, .5); margin-top: 14px; }

/* ******************************** PRODUCT PANE ******************************** */
.prod-pane { display: none; }
.prod-pane.on { display: block; }
.prod-note { text-align: center; font-size: .83rem; color: var(--slate-lite); margin-bottom: 28px; }

/* ******************************** FOOTNOTES ******************************** */
.footnotes { background: #fff; border: 1.5px solid var(--border); border-radius: 16px; padding: 24px 32px; max-width: 820px; margin: 40px auto 0; }
.footnote-item { display: flex; align-items: baseline; gap: 10px; font-size: .82rem; color: var(--slate-mid); padding: 5px 0; border-bottom: 1px dashed var(--border); }
.footnote-item:last-child { border-bottom: none; }
.footnote-item::before { content: '*'; color: var(--blue); font-weight: 800; flex-shrink: 0; }
.note-pill { display: flex; align-items: center; gap: 10px; background: var(--amber-soft); border: 1.5px solid var(--amber); border-radius: 10px; padding: 12px 20px; max-width: 720px; margin: 16px auto 0; font-size: .85rem; color: #92400E; font-weight: 500; }
.note-pill::before { content: '📌'; font-size: .9rem; }

/* ******************************** FREE SECTION ******************************** */
.free-band { background: linear-gradient(135deg, #EEF4FF 0%, #E0F2FE 100%); border-radius: 24px; padding: 48px; max-width: 900px; margin: 0 auto; }
.free-title {  font-size: 1.4rem; font-weight: 800; color: var(--slate); text-align: center; margin-bottom: 32px; }
.free-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.free-item { background: #fff; border-radius: 14px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 12px; border: 1.5px solid rgba(37, 99, 235, .08); box-shadow: 0 2px 12px rgba(37, 99, 235, .05); }
.free-check { width: 26px; height: 26px; border-radius: 8px; background: var(--mint-soft); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: .85rem; }
.free-text { font-size: .85rem; color: var(--slate); font-weight: 600; line-height: 1.4; }

/* ******************************** COMPARE TABLES ******************************** */
.cmp-block { margin-bottom: 10px; border-radius: 16px; overflow: hidden; border: 1.5px solid var(--border); }
.cmp-head { width: 100%; background: #fff; border: none; cursor: pointer; padding: 20px 28px; display: flex; align-items: center; justify-content: space-between; font-size: .95rem; font-weight: 700; color: var(--slate); transition: background .2s; }
.cmp-head:hover { background: var(--sky); }
.cmp-head.open { background: var(--blue); color: #fff; }
.cmp-icon { width: 32px; height: 32px; border-radius: 8px; background: var(--blue-soft); color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 700; flex-shrink: 0; transition: all .2s; }
.cmp-head.open .cmp-icon { background: rgba(255, 255, 255, .2); color: #fff; }
.cmp-left { display: flex; align-items: center; gap: 14px; }
.cmp-arrow { color: var(--slate-lite); font-size: 1rem; transition: transform .3s; }
.cmp-head.open .cmp-arrow { transform: rotate(180deg); color: #fff; }
.cmp-body { display: none; overflow-x: auto; }
.cmp-body.open { display: block; }
table.cmp { width: 100%; border-collapse: collapse; font-size: .82rem; min-width: 480px; }
.cmp thead th { background: var(--sky); color: var(--blue); font-weight: 700; padding: 14px 18px; text-align: left; border-bottom: 2px solid var(--blue-soft); }
.cmp thead th:not(:first-child) { text-align: center; }
.cmp tbody td { padding: 11px 18px; border-bottom: 1px solid var(--border); color: var(--slate); }
.cmp tbody td:not(:first-child) { text-align: center; }
.cmp tbody tr:last-child td { border-bottom: none; }
.cmp tbody tr:nth-child(even) td { background: #FAFBFF; }
.ck { color: var(--mint); font-size: 1.1rem; font-weight: 900; }
.da { color: #CBD5E1; font-size: 1.1rem; }

/* ******************************** SERVICES ******************************** */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.svc-card { background: #fff; border: 1.5px solid var(--border); border-radius: 16px; padding: 26px; transition: box-shadow .2s, border-color .2s; }
.svc-card:hover { border-color: var(--blue); box-shadow: 0 8px 28px rgba(37, 99, 235, .08); }
.svc-icon { font-size: 1.5rem; margin-bottom: 12px; }
.svc-name { font-size: .95rem; font-weight: 700; color: var(--slate); margin-bottom: 10px; }
.svc-inr { font-size: .85rem; color: var(--slate-mid); line-height: 1.8; }
.svc-inr strong { display: block; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: var(--blue); margin-bottom: 4px; margin-top: 6px; }
.exec-card { background: linear-gradient(135deg, var(--slate) 0%, #334155 100%); color: #fff; border-radius: 20px; padding: 40px 48px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }
.exec-text h3 { color: #fff; font-size: 1.2rem; font-weight: 800; margin-bottom: 6px; }
.exec-text p { color: rgba(255, 255, 255, .65); font-size: .9rem; }
.exec-price {  font-size: 2.4rem; font-weight: 800; color: var(--teal); white-space: nowrap; }
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 48px; }
.btn-cta { padding: 14px 36px; border-radius: 10px; font-size: .9rem; font-weight: 700; background: var(--blue); color: #fff; transition: all .2s; border: 2px solid var(--blue); }
.btn-cta:hover { background: #fff; border: 2px solid var(--blue); }
.btn-cta.ghost { background: #fff; color: var(--blue); border: 2px solid var(--blue); }
.btn-cta.ghost:hover { background: var(--blue); color: #fff; }

/* ******************************** FAQ ******************************** */
.faq-wrap { max-width: 780px; margin: 0 auto; }
.faq-item { border: 1.5px solid var(--border); border-radius: 14px; margin-bottom: 10px; overflow: hidden; }
.faq-q { width: 100%; background: #fff; border: none; cursor: pointer; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: .93rem; font-weight: 600; color: var(--slate); text-align: left; transition: background .2s; }
.faq-q:hover { background: var(--sky); }
.faq-q.open { background: var(--blue); color: #fff; }
.faq-arr { width: 28px; height: 28px; border-radius: 8px; background: var(--sky); display: flex; align-items: center; justify-content: center; font-size: .9rem; color: var(--blue); flex-shrink: 0; transition: all .3s; }
.faq-q.open .faq-arr { background: rgba(255, 255, 255, .2); color: #fff; transform: rotate(180deg); }
.faq-a { display: none; padding: 10px 24px 20px; font-size: .88rem; color: var(--slate-mid); line-height: 1.75; background: #fff; }
.faq-a.open { display: block; }


/* ******************************** RESPONSIVE ******************************** */
@media(max-width:900px) {.hero { padding: 56px 20px 48px; }
.exec-card { flex-direction: column; text-align: center; padding: 32px; }
}

@media(max-width:600px) {.tab-strip { gap: 6px; }
.tab-pill { font-size: .78rem; padding: 7px 13px; }
.sec { padding: 30px 0; }
}