
:root{
  --primary:#075dcc;
  --primary-dark:#0649a2;
  --ink:#0a1e45;
  --text:#223756;
  --muted:#52657f;
  --line:#dfeaf8;
  --soft:#f7fbff;
  --soft-blue:#eef7ff;
  --green:#15945a;
  --green-bg:#f1fff7;
  --red:#cf3a32;
  --red-bg:#fff6f4;
  --shadow:0 12px 34px rgba(7,93,204,.08);
  --shadow-card:0 8px 24px rgba(11,31,68,.07);
  --radius:18px;
  --max:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.page{overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fbfdff 45%,#fff 100%)}
.container{max-width:var(--max);margin:0 auto;padding:0 36px}

/* Header */
.site-header{
  height:66px;background:#fff;border-bottom:1px solid #edf2fb;position:sticky;top:0;z-index:50;
  box-shadow:0 2px 18px rgba(11,31,68,.035)
}
.nav-wrap{height:66px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--primary);font-size:24px;white-space:nowrap}
.brand-mark{
  width:42px;height:28px;border:3px solid var(--primary);border-radius:50%;position:relative;
  display:inline-flex;align-items:center;justify-content:center
}
.brand-mark:before{content:"";width:13px;height:13px;background:var(--primary);border-radius:50%;display:block}
.brand-mark:after{
  content:"";position:absolute;right:-8px;top:8px;width:14px;height:8px;border-top:3px solid var(--primary);
  transform:rotate(24deg);border-radius:50%
}
.nav{display:flex;align-items:center;gap:22px;font-size:13px;font-weight:700;color:#061934;white-space:nowrap}
.nav a{padding:23px 0 19px;border-bottom:3px solid transparent;transition:.2s ease;color:#061934}
.nav a.active,.nav a:hover{color:var(--primary);border-bottom-color:var(--primary)}
.top-cta{
  background:var(--primary);color:#fff;border:0;border-radius:8px;padding:14px 19px;font-weight:800;font-size:13px;
  box-shadow:0 8px 18px rgba(7,93,204,.18);white-space:nowrap
}
.mobile-menu{display:none;color:var(--primary);font-size:30px}

/* Hero */
.hero{
  position:relative;padding:42px 0 34px;
  background:radial-gradient(circle at 92% 48%,rgba(7,93,204,.08) 0,transparent 280px),
  linear-gradient(135deg,#fff 0%,#f8fcff 62%,#eef7ff 100%);
  border-bottom:1px solid #edf4ff
}
.hero:after{
  content:"";position:absolute;right:-135px;top:68px;width:460px;height:460px;border-radius:50%;
  background:radial-gradient(circle,rgba(7,93,204,.12) 0 8%,rgba(7,93,204,.05) 9% 15%,transparent 16%),
  repeating-radial-gradient(circle,rgba(7,93,204,.08) 0 2px,transparent 3px 34px);
  opacity:.82;pointer-events:none
}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.crumbs{display:flex;gap:9px;align-items:center;color:#2f6ed0;font-size:13px;font-weight:600;margin-bottom:24px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-weight:800;font-size:14px;margin-bottom:12px}
.eyebrow .material-symbols-outlined{font-size:19px}
h1{font-size:54px;line-height:1.08;letter-spacing:-.04em;margin:0 0 20px;font-weight:800;color:#081a3b;max-width:710px}
.hero-copy{font-size:18px;color:var(--muted);max-width:590px;margin:0 0 26px}
.hero-actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin-bottom:26px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:15px 28px;font-weight:800;
  font-size:15px;min-height:52px;transition:.2s ease;border:2px solid transparent;cursor:pointer
}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 22px rgba(7,93,204,.16)}
.btn-primary:hover{background:#034da9;transform:translateY(-1px)}
.btn-outline{background:#fff;color:var(--primary);border-color:var(--primary)}
.btn-outline:hover{background:#edf6ff;transform:translateY(-1px)}
.trustline{display:flex;align-items:flex-start;gap:15px;padding-top:2px;color:#24395e;font-size:15px}
.trustline-icon{
  width:42px;height:42px;border:3px solid var(--primary);border-radius:10px;display:flex;align-items:center;
  justify-content:center;color:var(--primary);flex:0 0 auto
}
.trustline strong{display:block;color:#10284f;font-size:16px}
.hero-card{position:relative;border-radius:18px;overflow:visible;max-width:580px;margin-left:auto}
.doctor-photo{
  height:445px;width:100%;object-fit:cover;object-position:center center;border-radius:18px;
  box-shadow:var(--shadow);border:1px solid #d7e8fb;background:#eaf4ff
}
.doctor-badge{
  position:absolute;right:24px;bottom:42px;background:#fff;border:1px solid #dbe7f8;border-radius:14px;
  padding:16px 22px 16px 18px;box-shadow:0 10px 26px rgba(11,31,68,.15);display:flex;gap:13px;align-items:center;min-width:280px
}
.badge-icon{width:34px;height:34px;border-radius:50%;background:#eaf4ff;color:var(--primary);display:flex;align-items:center;justify-content:center}
.doctor-badge b{font-size:16px;display:block;line-height:1.2}
.doctor-badge span{font-size:13px;font-weight:700;color:#233a60}

/* Common cards */
.section{padding:27px 0}
.quick-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:-4px;position:relative;z-index:3}
.mini-card,.card,.link-card,.faq-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-card)}
.mini-card{min-height:138px;padding:21px 14px;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;gap:10px}
.mini-card .material-symbols-outlined{font-size:46px;color:var(--primary)}
.mini-card h3{margin:0;font-size:16px;line-height:1.2;font-weight:800;color:#10244a}

.three-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;margin-top:14px}
.card{padding:36px 36px 34px;min-height:360px;position:relative;overflow:hidden}
.card h2,.card h3{margin:0 0 18px;font-size:28px;line-height:1.18;letter-spacing:-.02em;color:#10244a}
.underline{width:42px;height:3px;background:var(--primary);border-radius:999px;margin:-8px 0 20px}
.card p{color:#40536e;font-size:17px;margin:0}
.watermark-eye{position:absolute;right:24px;bottom:20px;font-size:170px;color:rgba(7,93,204,.07);line-height:1}
.check-list{display:grid;gap:13px;margin:0;padding:0;list-style:none;color:#172e54;font-weight:500}
.check-list li{display:flex;gap:12px;align-items:flex-start}
.check-list li:before{
  content:"✓";width:21px;height:21px;flex:0 0 21px;border-radius:50%;background:var(--primary);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;margin-top:2px
}

/* Comparison */
.comparison{padding-top:8px}
.section-title{text-align:center;font-size:25px;margin:0 0 18px;font-weight:800;color:#10244a}
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:var(--shadow-card)}
.compare-box{position:relative;padding:30px 34px;overflow:hidden;min-height:205px}
.compare-box:first-child{border-right:1px solid var(--line);background:linear-gradient(135deg,#fff 0%,var(--green-bg) 100%)}
.compare-box:last-child{background:linear-gradient(135deg,#fff 0%,var(--red-bg) 100%)}
.compare-box h3{margin:0 0 16px;font-size:22px}
.compare-box.green h3{color:var(--green)}
.compare-box.red h3{color:var(--red)}
.compare-list{display:grid;gap:10px;margin:0;padding:0;list-style:none;position:relative;z-index:2}
.compare-list li{font-size:16px;color:#2b3e5f;display:flex;gap:10px;align-items:flex-start}
.compare-list li span{display:inline-flex;width:20px;height:20px;border-radius:50%;align-items:center;justify-content:center;font-size:12px;color:#fff;flex:0 0 20px;margin-top:2px;font-weight:900}
.compare-list .ok{background:var(--green)}
.compare-list .warn{background:var(--red)}
.big-check,.big-warn{position:absolute;right:38px;top:32px;font-size:170px;line-height:1;opacity:.14}
.big-check{color:var(--green)}
.big-warn{color:var(--red)}

/* Guidance */
.doctor-guidance{
  margin-top:26px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-card);
  display:grid;grid-template-columns:310px 1fr 250px;gap:30px;align-items:center;overflow:hidden;padding:22px
}
.guidance-img{height:170px;border-radius:14px;object-fit:cover;object-position:center center;background:#e7f2ff;width:100%}
.doctor-guidance h2{font-size:29px;line-height:1.2;margin:0 0 12px;color:#10244a;letter-spacing:-.02em}
.doctor-guidance p{font-size:16px;margin:0 0 18px;color:#435873;max-width:670px}
.doctor-guidance .watermark-small{font-size:175px;color:rgba(7,93,204,.07);justify-self:end}

/* Steps */
.steps-title{text-align:center;margin:28px 0 14px;font-size:25px;font-weight:800}
.steps{display:grid;grid-template-columns:1fr 50px 1fr 50px 1fr;align-items:center;gap:8px}
.step-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;min-height:150px;box-shadow:var(--shadow-card);display:grid;grid-template-columns:78px 1fr;gap:18px;align-items:center}
.step-card .step-icon{width:78px;height:78px;border-radius:50%;border:2px solid #cfe0f7;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:44px;background:#fbfdff}
.step-card b{color:var(--primary);font-size:14px;display:block;margin-bottom:4px}
.step-card h3{font-size:18px;margin:0 0 7px;line-height:1.2}
.step-card p{font-size:14px;color:#52627a;margin:0;line-height:1.45}
.arrow{text-align:center;color:#93b4e3;font-size:48px}

/* Related + FAQ */
.related{margin-top:20px}
.related h2{font-size:20px;margin:0 0 12px;color:#10244a}
.link-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}
.link-card{padding:22px 14px;text-align:center;min-height:125px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-weight:800;color:#10244a;font-size:15px}
.link-card .material-symbols-outlined{font-size:39px;color:var(--primary)}
.link-card span.arrow-small{font-size:20px;line-height:1;color:var(--primary)}

.faq{margin-top:26px}
.faq h2{text-align:center;font-size:20px;margin:0 0 11px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
.faq-item{padding:17px 20px;display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#24395e;min-height:48px;box-shadow:none}
.faq-item .material-symbols-outlined{font-size:22px;color:#10244a}

/* CTA + locations */
.bottom-cta{margin:26px 0 20px;border-radius:18px;background:linear-gradient(135deg,#075dcc 0%,#0046ad 100%);color:#fff;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:30px 34px;box-shadow:0 15px 38px rgba(7,93,204,.22);overflow:hidden;position:relative}
.bottom-cta:before{content:"";position:absolute;left:-60px;top:-45px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16) 0 25%, transparent 26%)}
.bottom-cta h2{font-size:29px;margin:0 0 4px;letter-spacing:-.02em}
.bottom-cta p{margin:0;font-size:17px;color:#dfeeff}
.bottom-actions{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}
.bottom-actions .btn{background:#fff;color:var(--primary);border-color:#fff;min-width:190px;padding:13px 20px}
.bottom-actions .btn:hover{background:#eaf4ff}

.location-strip{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-card);margin-bottom:30px}
.loc{padding:22px 34px;display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start}
.loc:first-child{border-right:1px solid var(--line)}
.loc .material-symbols-outlined{font-size:34px;color:var(--primary)}
.loc h3{margin:0 0 5px;font-size:17px;color:#10244a}
.loc p{margin:0;color:#435873;font-size:14px}
.loc a{display:inline-flex;margin-top:5px;color:var(--primary);font-weight:800;font-size:14px}

@media (max-width:1100px){
  .nav{display:none}.mobile-menu{display:block}.hero-grid{grid-template-columns:1fr}.hero-card{margin:0}.doctor-photo{height:440px}
  .quick-grid{grid-template-columns:repeat(3,1fr)}.three-grid{grid-template-columns:1fr}.doctor-guidance{grid-template-columns:260px 1fr}
  .doctor-guidance .watermark-small{display:none}.link-grid{grid-template-columns:repeat(3,1fr)}.faq-grid{grid-template-columns:1fr 1fr}
  .bottom-cta{grid-template-columns:1fr}.bottom-actions{justify-content:flex-start}.steps{grid-template-columns:1fr}.arrow{display:none}
  .step-card{grid-template-columns:68px 1fr}.compare-grid{grid-template-columns:1fr}.compare-box:first-child{border-right:0;border-bottom:1px solid var(--line)}
}
@media (max-width:760px){
  .container{padding:0 18px}.site-header{height:64px}.nav-wrap{height:64px}.brand{font-size:19px}.brand-mark{width:34px;height:24px}
  .top-cta{display:none}h1{font-size:36px}.hero{padding:26px 0}.hero-copy{font-size:16px}.hero-actions{gap:12px}.btn{width:100%;padding:13px 18px}
  .doctor-photo{height:310px}.doctor-badge{position:relative;right:auto;bottom:auto;margin-top:12px;min-width:0}
  .quick-grid{grid-template-columns:repeat(2,1fr)}.mini-card{min-height:120px}.three-grid{grid-template-columns:1fr}.card{padding:26px;min-height:auto}
  .card h2,.card h3{font-size:24px}.doctor-guidance{grid-template-columns:1fr;padding:18px}.guidance-img{height:220px}
  .link-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:1fr}.location-strip{grid-template-columns:1fr}
  .loc:first-child{border-right:0;border-bottom:1px solid var(--line)}.bottom-cta{padding:26px 20px}.bottom-cta h2{font-size:24px}
  .bottom-actions .btn{min-width:0}.steps-title{margin-top:20px}.compare-box{padding:24px 20px}.big-check,.big-warn{font-size:120px;right:18px;top:45px}.watermark-eye{font-size:120px}
}
/* Fix header navigation overflow */
.site-header {
  overflow-x: hidden;
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.brand {
  flex: 0 0 auto;
  white-space: nowrap;
}

.nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.top-cta {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Tablet and mobile */
@media (max-width: 1200px) {
  .nav {
    display: none;
  }

  .top-cta {
    display: none;
  }

  .mobile-menu {
    display: inline-flex;
    margin-left: auto;
  }
}

/* Desktop */
@media (min-width: 1201px) {
  .mobile-menu {
    display: none;
  }
}
/* Same homepage logo eye icon */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  color: #1265d9;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.brand-eye {
  width: 58px;
  height: 36px;
  border: 3px solid #1265d9;
  border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%;
  position: relative;
  background:
    radial-gradient(circle at 50% 50%, #0b63d8 0 18%, #d9edff 19% 35%, transparent 36%);
  transform: rotate(-3deg);
  flex: 0 0 auto;
}

.brand-eye::before,
.brand-eye::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 3px;
  background: #1265d9;
  transform: translateY(-50%);
}

.brand-eye::before {
  left: -11px;
}

.brand-eye::after {
  right: -11px;
}

@media (max-width: 760px) {
  .brand-eye {
    width: 43px;
    height: 27px;
  }
}
/* Responsive FAQ accordion for symptoms page */
.symptom-faq {
  margin-top: 46px;
}

.symptom-faq h2 {
  text-align: center;
  margin-bottom: 22px;
}

.symptom-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.symptom-faq-item {
  background: #ffffff;
  border: 1px solid rgba(199, 217, 237, 0.95);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(8, 39, 90, 0.06);
}

.symptom-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  color: #061b43;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.symptom-faq-item summary::-webkit-details-marker {
  display: none;
}

.symptom-faq-item summary::after {
  content: "⌄";
  color: #0b63d8;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease;
}

.symptom-faq-item[open] summary::after {
  transform: rotate(180deg);
}

.symptom-faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: #54657f;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

@media (max-width: 900px) {
  .symptom-faq-grid {
    grid-template-columns: 1fr;
  }

  .symptom-faq-item summary {
    font-size: 16px;
    padding: 16px 18px;
  }

  .symptom-faq-item p {
    font-size: 14.5px;
    padding: 0 18px 18px;
  }
}
.symptom-faq-grid {
  align-items: start;
}

.symptom-faq-item {
  align-self: start;
}