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

:root {
  --teal: #075e5b;
  --teal-dark: #064846;
  --aqua: #13a8a4;
  --aqua-soft: #e7f7f6;
  --surface: #eef7f6;
  --ink: #14302e;
  --muted: #55706d;
  --line: #cfe6e3;
  --white: #fff;
  --shadow: 0 20px 44px rgba(7, 94, 91, .10);
  --radius: 22px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Vazirmatn, Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  text-align: right;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--teal); }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.skip-link { position: fixed; top: -50px; right: 20px; z-index: 20; padding: 8px 14px; background: #fff; border: 1px solid var(--teal); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { background: #fff; border-bottom: 1px solid rgba(7,94,91,.11); position: sticky; top: 0; z-index: 10; }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 21px; font-weight: 800; white-space: nowrap; }
.brand img { width: 43px; height: 43px; object-fit: contain; }
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 2.2vw, 28px); font-size: 14px; font-weight: 600; }
.nav a { padding: 7px 0; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--aqua); }
.phone-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 11px 18px; border: 1px solid var(--teal); border-radius: 10px; color: #fff; background: var(--teal); font-size: 14px; font-weight: 700; line-height: 1.4; transition: background .18s ease, transform .18s ease, border-color .18s ease; }
.phone-cta:hover, .button:hover { color: #fff; background: var(--teal-dark); border-color: var(--teal-dark); transform: translateY(-1px); }
.button.secondary { color: var(--teal); background: #fff; }
.button.secondary:hover { color: #fff; background: var(--teal); }
.local-header-cta { background: var(--teal); }
.local-header-cta a { min-height: 47px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px 10px; color: #fff; font-size: 14px; font-weight: 700; line-height: 1.6; text-align: center; }
.local-header-cta a:hover { color: #fff; background: var(--teal-dark); }
.local-header-cta bdi { white-space: nowrap; font-size: 15px; }

.hero { padding: clamp(42px, 7vw, 92px) 0 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: stretch; min-height: 500px; background: var(--surface); border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; }
.hero-copy { padding: clamp(38px, 6vw, 76px); display: flex; flex-direction: column; justify-content: center; }
h1, h2, h3 { margin: 0; color: var(--ink); line-height: 1.5; letter-spacing: -.04em; }
h1 { font-size: clamp(31px, 4.3vw, 56px); font-weight: 800; }
h2 { font-size: clamp(25px, 3vw, 36px); font-weight: 800; }
h3 { font-size: 20px; font-weight: 800; }
.hero p { max-width: 550px; margin: 20px 0 0; color: var(--muted); font-size: clamp(16px, 1.6vw, 19px); line-height: 2.05; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.hero-image { min-height: 360px; overflow: hidden; background: #f6fbfa; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: left center; }

.band { padding: clamp(58px, 9vw, 110px) 0; }
.band.soft { background: var(--surface); }
.section-intro { max-width: 750px; margin-bottom: 40px; }
.section-intro p { color: var(--muted); margin: 13px 0 0; font-size: 17px; }
.role-split { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.role-split article { padding: 34px 34px 30px; }
.role-split article + article { border-right: 1px solid var(--line); }
.role-split p { color: var(--muted); margin: 10px 0; }
.check-list { list-style: none; padding: 0; margin: 16px 0 0; }
.check-list li { margin: 8px 0; padding-right: 23px; position: relative; }
.check-list li::before { content: ''; width: 8px; height: 8px; position: absolute; right: 2px; top: .82em; border-radius: 50%; background: var(--aqua); }

.pathway { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 45px; }
.pathway article { position: relative; padding: 0 22px 0 26px; }
.pathway article:not(:last-child)::before { content: ''; position: absolute; top: 23px; left: 0; width: 68%; border-top: 1px dashed #8dcfcb; }
.step { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 17px; color: #fff; background: var(--teal); border-radius: 50%; font-weight: 800; }
.pathway p { color: var(--muted); margin: 8px 0 0; font-size: 14px; line-height: 1.9; }

.trust-note { display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; gap: 46px; padding: clamp(34px, 5vw, 56px); color: #fff; background: var(--teal); border-radius: var(--radius); }
.trust-note h2 { color: #fff; }
.trust-note p { color: #d7f4f2; margin: 10px 0 0; }
.trust-note .button { color: var(--teal); background: #fff; border-color: #fff; }
.trust-note .button:hover { color: #fff; background: transparent; }
.local-guide { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 48px; }
.local-guide-box { position: relative; min-height: 315px; padding: 42px; background: linear-gradient(135deg, #effafa 0%, #d9f3f1 100%); border-radius: var(--radius); overflow: hidden; }
.local-guide-box::after { content: ''; position: absolute; inset: 35px 30px auto auto; width: 150px; height: 150px; border: 1px solid #90d9d4; border-radius: 44% 56% 43% 57%; transform: rotate(35deg); }
.local-guide-box h3 { position: relative; z-index: 1; margin-top: 90px; }
.local-guide-box p { position: relative; z-index: 1; color: var(--muted); }
.small-list { columns: 2; padding: 0; margin: 22px 0 0; list-style: none; }
.small-list li { margin-bottom: 8px; }
.small-list a { color: var(--teal); text-decoration: underline; text-decoration-color: #9bd9d5; text-underline-offset: 4px; }

.local-hero { padding: clamp(48px, 8vw, 88px) 0 46px; background: var(--surface); }
.breadcrumbs { margin-bottom: 18px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.local-hero .intro { max-width: 760px; margin: 18px 0 0; color: var(--muted); font-size: 18px; }
.local-hero .quick-facts { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 27px; color: var(--teal); font-size: 14px; font-weight: 700; }
.local-hero .quick-facts span { display: flex; align-items: center; gap: 8px; }
.local-hero .quick-facts span::before { content: '✓'; display: grid; width: 22px; height: 22px; place-items: center; background: #d8f2f0; border-radius: 50%; }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 55px; padding: 64px 0 80px; }
.article-copy { font-size: 17px; line-height: 2.25; }
.article-copy > h2 { margin: 50px 0 14px; }
.article-copy > h2:first-child { margin-top: 0; }
.article-copy p { margin: 0 0 22px; color: #34504d; }
.article-copy strong { color: var(--teal-dark); }
.article-copy ul { padding-right: 23px; margin: 12px 0 24px; color: #34504d; }
.article-copy li { margin-bottom: 8px; }
.content-aside { position: sticky; top: 105px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 9px 30px rgba(7,94,91,.06); }
.content-aside h2 { font-size: 20px; }
.content-aside p { color: var(--muted); font-size: 14px; line-height: 1.9; }
.content-aside .button { width: 100%; margin-top: 9px; }
.aside-links { margin: 17px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.aside-links li { border-bottom: 1px solid var(--line); }
.aside-links a { display: block; padding: 9px 0; color: var(--teal); font-size: 14px; }
.service-summary { margin: 48px 0; padding: 34px; background: var(--aqua-soft); border-radius: 16px; }
.service-summary h2 { font-size: 25px; }
.service-summary p { margin-bottom: 0; }
.faq { margin-top: 54px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 17px 34px 17px 0; font-weight: 800; position: relative; }
.faq summary::before { content: '+'; position: absolute; right: 0; top: 16px; color: var(--aqua); font-size: 23px; line-height: 1; }
.faq details[open] summary::before { content: '−'; }
.faq details p { padding: 0 0 20px; margin: 0; font-size: 15px; }
.medical-notice { margin-top: 45px; padding: 19px 22px; border-right: 4px solid var(--aqua); background: #f4fbfa; color: #365b57; font-size: 14px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-card { padding: 31px; border: 1px solid var(--line); border-radius: 16px; }
.contact-card p { margin: 9px 0 0; color: var(--muted); }
.contact-card a { color: var(--teal); font-weight: 800; }
.page-heading { padding: 67px 0 44px; background: var(--surface); }
.page-heading p { max-width: 750px; margin: 12px 0 0; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-grid article { padding: 29px; border-top: 3px solid var(--aqua); background: #fff; box-shadow: 0 8px 27px rgba(7,94,91,.08); }
.service-grid p { color: var(--muted); font-size: 14px; }

.site-footer { color: #d5efed; background: #064846; }
.footer-top { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.4fr; gap: 35px; padding: 58px 0 37px; }
.site-footer h2 { color: #fff; font-size: 21px; }
.site-footer p, .site-footer li, .site-footer a { color: #c2e1df; font-size: 14px; }
.site-footer ul { margin: 12px 0 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a:hover { color: #fff; }
.footer-bottom { padding: 16px 0 21px; border-top: 1px solid rgba(255,255,255,.15); color: #badad7; font-size: 12px; }

@media (max-width: 880px) {
  .nav-shell { min-height: 73px; flex-wrap: wrap; padding: 10px 0 0; row-gap: 0; }
  .nav { display: flex; flex: 0 0 100%; order: 3; justify-content: space-between; gap: 15px; padding: 9px 0 10px; overflow-x: auto; border-top: 1px solid rgba(7,94,91,.10); font-size: 13px; white-space: nowrap; }
  .local-header-cta a { min-height: 44px; padding: 7px 0; }
  .hero-grid, .local-guide, .trust-note, .content-layout { grid-template-columns: 1fr; }
  .hero-image { min-height: 330px; order: -1; }
  .hero-copy { padding: 38px 28px 46px; }
  .trust-note { gap: 25px; }
  .content-aside { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .pathway { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .pathway article:nth-child(2)::before { display: none; }
  .content-layout { gap: 30px; padding-top: 44px; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .wrap { width: min(calc(100% - 30px), var(--wrap)); }
  .brand { font-size: 18px; }
  .brand img { width: 36px; height: 36px; }
  .phone-cta { padding: 9px 11px; min-height: 40px; font-size: 12px; }
  .nav { gap: 13px; padding: 8px 0 9px; font-size: 12px; }
  .local-header-cta a { justify-content: flex-start; min-height: 48px; font-size: 12px; text-align: right; }
  .local-header-cta bdi { font-size: 14px; }
  .hero { padding-top: 22px; }
  .hero-grid { border-radius: 14px 14px 0 0; }
  .hero-image { min-height: 263px; }
  .hero-copy { padding: 31px 21px 36px; }
  .role-split, .contact-grid, .service-grid { grid-template-columns: 1fr; }
  .role-split article + article { border-right: 0; border-top: 1px solid var(--line); }
  .role-split article { padding: 25px 0; }
  .pathway { grid-template-columns: 1fr; gap: 22px; }
  .pathway article { padding: 0 0 0 5px; }
  .pathway article:not(:last-child)::before { height: 26px; width: 0; right: 23px; top: 48px; border-top: 0; border-right: 1px dashed #8dcfcb; }
  .small-list { columns: 1; }
  .local-guide-box { min-height: 250px; padding: 26px; }
  .local-guide-box h3 { margin-top: 68px; }
  .local-hero { padding: 43px 0 34px; }
  .article-copy { font-size: 16px; line-height: 2.2; }
  .article-copy > h2 { margin-top: 38px; }
  .service-summary { padding: 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; padding-top: 41px; }
}
