:root {
  --green: #5bc758;
  --green-dark: #52ba54;
  --green-light: #6ad15c;
  --blue: #337ab7;
  --blue-deep: #00468c;
  --light-blue: #40a3e5;
  --orange: #f17b27;
  --orange-btn: #f5843d;
  --purple: #8259d4;
  --header-top: #111;
  --header-nav: #262626;
  --footer: #333;
  --text: #2e3442;
  --muted: #737780;
  --container: 1170px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
  background: #fff;
}

body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  color: var(--green);
}

h1, h2, h3, h4, h5, h6 {
  font-family: Raleway, sans-serif;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 16px;
}

p {
  margin: 0 0 16px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
}

.page-header {
  position: relative;
  z-index: 40;
}

.top-bar {
  background: var(--header-top);
  color: #fff;
  font-size: 12px;
  min-height: 32px;
}

.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  gap: 16px;
}

#quick-news {
  display: flex;
  align-items: center;
  min-height: 32px;
  flex: 1;
  min-width: 0;
}

.carousel-controls {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.carousel-controls span {
  text-transform: uppercase;
  font-weight: 800;
  color: var(--green);
  margin-right: 8px;
}

.carousel-controls a {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  color: #959aa6;
}

.carousel-inner {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 32px;
  overflow: hidden;
}

.carousel-inner .item {
  display: none;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel-inner .item.active {
  display: block;
}

.carousel-inner a {
  color: #fff;
}

.carousel-inner a:hover {
  color: var(--green);
}

.top-bar-links ul {
  display: flex;
  align-items: center;
  gap: 18px;
}

.top-bar-links a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 11px;
}

.top-bar-links a:hover {
  color: var(--green);
}

.top-bar-links .link-ca,
.top-bar-links .link-ca a,
.top-bar-links li.link-ca a {
  font-weight: 700;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.primary-navbar {
  background: var(--header-nav);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  height: 51px;
}

.primary-navbar .container {
  display: flex;
  align-items: center;
  height: 51px;
  min-height: 51px;
}

.navbar-brand,
.custom-logo-link {
  display: flex;
  align-items: center;
  width: 230px;
  flex-shrink: 0;
  margin-right: 12px;
}

.navbar-brand img,
.custom-logo-link img,
.custom-logo {
  display: block;
  max-height: 42px;
  width: auto;
}

.navbar-cta,
a.navbar-cta.btn,
a.navbar-cta.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex-shrink: 0;
  box-sizing: border-box;
  height: 32px;
  margin-left: 16px;
  padding: 0 16px !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1 !important;
  white-space: nowrap;
  color: #fff !important;
  background: linear-gradient(110deg, #6ad15c, #52ba54);
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(82, 186, 84, 0.28);
  text-decoration: none;
}

.navbar-cta span {
  display: block;
  line-height: 1;
  transform: translateY(1px);
}

.navbar-cta:hover,
.navbar-cta:focus,
a.navbar-cta.btn:hover,
a.navbar-cta.btn-primary:hover {
  color: #fff !important;
  opacity: 0.92;
}

.navbar-cta::after {
  display: none !important;
}

.navbar-nav .nav-highlight > a,
.navbar-nav a.nav-highlight,
.navbar-nav li.nav-highlight > a {
  color: var(--orange) !important;
}

.client-panel input[type="text"],
.client-panel input[type="password"] {
  width: 100%;
  border: 1px solid #d7dadb;
  border-radius: 4px;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-family: inherit;
}

.client-panel .login-submit {
  margin-top: 8px;
}

.client-panel .button {
  background: linear-gradient(110deg, #6ad15c, #52ba54);
  color: #fff;
  border: 0;
  padding: 10px 18px;
  font-weight: 800;
  border-radius: 3px;
  cursor: pointer;
}

.navbar-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 2px;
  height: 51px;
}

.navbar-nav > li > a:not(.btn) {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  height: 51px;
  padding: 0 12px;
  line-height: 1;
  position: relative;
}

.navbar-nav > li > a:not(.btn):hover,
.navbar-nav > li.current-menu-item > a:not(.btn),
.navbar-nav > li.current_page_item > a:not(.btn) {
  color: #fff;
}

.navbar-nav > li > a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 3px;
  background: transparent;
}

.navbar-nav > li.current-menu-item > a:not(.btn)::after,
.navbar-nav > li.current_page_item > a:not(.btn)::after,
.navbar-nav > li > a:not(.btn):hover::after {
  background: var(--green);
}

.navbar-nav a.nav-highlight {
  color: var(--orange) !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.btn:hover {
  color: #fff;
  opacity: 0.92;
}

.btn-primary {
  background: linear-gradient(110deg, #6ad15c, #52ba54);
  color: #fff;
  padding: 10px 18px;
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(82, 186, 84, 0.28);
}

a.btn:hover,
a.btn-primary:hover {
  color: #fff;
}

.btn-lg {
  padding: 11px 20px;
}

.mobile-header {
  display: none;
  background: var(--header-nav);
  min-height: 56px;
  position: relative;
  z-index: 41;
}

.mobile-header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  position: relative;
}

.navbar-toggle {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: none;
  border: 0;
  padding: 8px 6px;
  cursor: pointer;
}

.navbar-toggle .icon-bar {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: 0.2s;
}

.navbar-toggle.is-open .icon-bar.middle {
  opacity: 0;
}

.navbar-toggle.is-open .icon-bar:first-child {
  transform: translateY(7px) rotate(45deg);
}

.navbar-toggle.is-open .icon-bar.last {
  transform: translateY(-7px) rotate(-45deg);
}

.hero,
.page-banner {
  position: relative;
  background: radial-gradient(at center top, #337ab7 0%, #00468c 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.hero {
  padding: 88px 0 96px;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.hero h1,
.page-banner h1 {
  color: #fff;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 400;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  margin: 0 0 24px;
}

.hero h1 span,
.page-banner h1 span,
.page-banner h1 b {
  display: block;
  font-weight: 900;
  font-size: 1.18em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hero .lead,
.page-banner .lead {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.page-banner {
  padding: 72px 0 64px;
}

.page-banner.page-banner-compact {
  padding: 48px 0;
}

.page-banner.page-banner-compact h1 {
  margin: 0;
  font-size: 40px;
}

.title-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 46px;
}

.btn-hero {
  min-width: 280px;
  min-height: 72px;
  padding: 12px 22px;
  border-radius: 4px;
  gap: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.btn-hero .hero-slogan {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}

.btn-hero .hero-slogan b {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.btn-hero .hero-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-hero .hero-icon img {
  width: 26px;
  height: 26px;
}

.btn-hero.btn-primary {
  background: linear-gradient(110deg, #6ad15c, #52ba54);
  margin-left: 0;
}

.btn-hero.btn-light-blue {
  background: linear-gradient(160deg, #5bbaf0, #40a3e5);
}

.section {
  padding: 56px 0 72px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #2e3442;
  margin-bottom: 12px;
}

.section-desc {
  text-align: center;
  color: var(--muted);
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto 40px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.panel-image {
  display: block;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 28px rgba(35, 45, 62, 0.08);
  overflow: hidden;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.panel-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(35, 45, 62, 0.12);
  color: inherit;
}

.panel-image .panel-header {
  padding: 28px 24px 0;
  text-align: center;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.panel-image .panel-header img {
  max-height: 150px;
  width: auto;
}

.panel-image .panel-body {
  padding: 8px 28px 28px;
  text-align: center;
}

.panel-image h4 {
  font-size: 20px;
  margin-bottom: 8px;
}

.panel-image p {
  color: var(--muted);
  font-size: 14px;
  min-height: 48px;
}

.learn-more {
  color: var(--green);
  font-weight: 800;
  font-size: 13px;
}

.page-footer {
  background: var(--footer);
  color: #999;
}

.page-footer a {
  color: #999;
}

.page-footer a:hover {
  color: #fff;
}

.footer-top {
  padding: 64px 0 36px;
}

.footer-top .container {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 40px;
}

.footer-payments {
  background: rgba(0, 0, 0, 0.2);
  padding: 28px 24px;
  border-radius: 4px;
}

.page-footer h6 {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.payment-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 28px;
  padding: 0 8px;
  border-radius: 3px;
  background: #fff;
  color: #1a1f36;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.pay-badge.visa { color: #1a1f71; }
.pay-badge.mc { color: #eb001b; }
.pay-badge.jcb { color: #0e4c96; }

.footer-payments p {
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 8px;
}

.footer-sitemap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.sitemap-links li {
  margin-bottom: 8px;
  font-size: 13px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0 24px;
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.links-terms {
  display: flex;
  gap: 18px;
  font-size: 12px;
}

.copyright p {
  margin: 0;
  color: #bbb;
  font-size: 12px;
}

.copyright span {
  display: block;
  font-size: 11px;
  color: #888;
}

#scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #5a6270;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  font-size: 20px;
}

#scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.page-content {
  padding: 48px 0 72px;
}

.prose {
  max-width: 964px;
  margin: 0 auto;
  background: #fff;
  padding: 36px 40px;
  box-shadow: 0 8px 28px rgba(35, 45, 62, 0.06);
  border-radius: 4px;
}

.prose h4 {
  margin-top: 28px;
  font-size: 18px;
}

.prose ul {
  list-style: disc;
  padding-left: 22px;
  margin: 0 0 16px;
}

.prose li {
  margin-bottom: 6px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.split-copy .section-title {
  text-align: left;
}

.split-copy .section-desc,
.split-copy p {
  text-align: left;
  max-width: none;
  margin-bottom: 16px;
}

.circle-art {
  width: min(100%, 420px);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.circle-art img {
  max-width: 78%;
}

.bg-green { background: linear-gradient(160deg, #6ad15c, #408e3e); }
.bg-purple { background: linear-gradient(160deg, #ab8efb, #8259d4); }
.bg-orange { background: linear-gradient(160deg, #ffa14f, #f5843d); }
.bg-blue { background: linear-gradient(160deg, #4aa3e8, #00468c); }

.service-kicker {
  margin-bottom: 8px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800 !important;
  font-size: 13px !important;
}

.service-art {
  margin: 0 auto 36px;
  max-width: 280px;
}

.service-prose {
  max-width: none;
  margin: 0 0 24px;
  padding: 0;
  box-shadow: none;
}

.service-related {
  margin: 28px 0 8px;
}

.service-related h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.service-related ul {
  list-style: none;
  padding: 0;
}

.service-related li {
  margin-bottom: 8px;
}

.service-related a {
  font-weight: 700;
}

.hp-field {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}

.about-point {
  background: #fff;
  padding: 28px 22px 24px;
  border-radius: 6px;
  box-shadow: 0 8px 28px rgba(35, 45, 62, 0.08);
  text-align: center;
}

.about-point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(35, 45, 62, 0.12);
}

.about-point-icon--green {
  background: linear-gradient(160deg, #6ad15c, #408e3e);
}

.about-point-icon--blue {
  background: linear-gradient(160deg, #4aa3e8, #00468c);
}

.about-point-icon--orange {
  background: linear-gradient(160deg, #ffa14f, #f5843d);
}

.about-point-icon svg {
  fill: #fff;
  display: block;
}

.about-point-icon .icon-mark {
  stroke: rgba(0, 0, 0, 0.22);
}

.about-point h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.about-point p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.company-bio {
  background: #f6f8fb;
}

.doctor-portrait {
  width: min(100%, 340px);
  margin: 0 auto;
  text-align: center;
}

.doctor-portrait img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.doctor-portrait p {
  margin: 16px 0 0;
  font-weight: 800;
  font-size: 16px;
}

.doctor-portrait span {
  display: block;
  margin-top: 4px;
  font-weight: 600;
  font-size: 13px;
  color: var(--muted);
}

.edu-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 24px;
}

.edu-list li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 10px;
  font-weight: 600;
}

.edu-list span {
  flex-shrink: 0;
  width: 48px;
  color: var(--green);
  font-weight: 800;
}

.membership-heading {
  font-size: 16px;
  margin: 8px 0 12px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.chip-list li {
  background: #fff;
  border: 1px solid #e4e8ee;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.careers-layout .careers-intro {
  margin-bottom: 36px;
}

.careers-art {
  max-width: 280px;
}

.job-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.job-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 28px rgba(35, 45, 62, 0.08);
  padding: 28px;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.job-meta span {
  background: #eef8ee;
  color: #2b542c;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  border-radius: 999px;
}

.job-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.job-body {
  color: var(--muted);
  margin-bottom: 20px;
}

.job-body p:last-child {
  margin-bottom: 0;
}

.job-empty {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 28px rgba(35, 45, 62, 0.08);
  padding: 32px 28px;
  text-align: center;
}

.job-empty p {
  max-width: 560px;
  margin: 0 auto 20px;
  color: var(--muted);
}

.company-visit {
  background: #f6f8fb;
}

.alt-section {
  padding: 72px 0;
}

.alt-section.purple {
  background: linear-gradient(160deg, #6e59c9, #4b2a98);
  color: #fff;
}

.alt-section.purple .section-title,
.alt-section.purple .section-desc,
.alt-section.purple p {
  color: #fff;
}

.btn-purple {
  background: linear-gradient(160deg, #ab8efb, #8259d4);
  padding: 14px 28px;
  color: #fff;
}

.btn-orange {
  background: linear-gradient(160deg, #ffa14f, #f5843d);
  padding: 14px 28px;
  color: #fff;
}

.list-styled {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 20px;
}

.support-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.support-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  border-radius: 8px;
  color: #fff;
  padding: 24px 12px;
  text-align: center;
  font-weight: 800;
}

.support-box:hover {
  color: #fff;
  opacity: 0.92;
}

.support-box img {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
}

.bg-primary { background: linear-gradient(160deg, #4aa3e8, #337ab7); }
.bg-light-blue { background: linear-gradient(160deg, #5bbaf0, #40a3e5); }

.faq-panel {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 28px rgba(35, 45, 62, 0.06);
  overflow: hidden;
}

.faq-panel .heading-title {
  margin: 0;
  padding: 18px 24px;
  background: #f4f6f8;
  font-size: 16px;
}

.collapse-item {
  border-bottom: 1px solid #eee;
}

.collapse-item-anchor {
  display: block;
  padding: 18px 24px;
  color: var(--text);
  font-weight: 700;
  position: relative;
}

.collapse-item-anchor::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 18px;
  color: var(--green);
  font-size: 20px;
  font-weight: 400;
}

.collapse-item.active .collapse-item-anchor::after {
  content: "–";
}

.item-body {
  display: none;
  padding: 0 24px 20px;
  color: var(--muted);
}

.collapse-item.active .item-body {
  display: block;
}

.exam-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}

.exam-video {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #111;
  border-radius: 6px;
  overflow: hidden;
  margin: 24px 0 32px;
}

.exam-video img,
.exam-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
}

.exam-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  cursor: pointer;
}

.play-icon {
  width: 72px;
  height: 52px;
}

.doctor-card {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.doctor-card img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

.assoc-logos {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 16px 0 28px;
}

.assoc-logos img {
  height: 48px;
  width: auto;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.why-list .icon-check {
  flex-shrink: 0;
  margin-top: 1px;
  fill: var(--green);
  filter: drop-shadow(0 2px 4px rgba(91, 199, 88, 0.35));
}

.why-list .icon-check path {
  stroke: #fff;
}

.exam-form {
  background: #fff;
  padding: 28px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(35, 45, 62, 0.1);
}

@media (min-width: 901px) {
  .exam-layout .exam-form {
    position: sticky;
    top: 24px;
  }
}

.exam-form-header {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8ebef;
}

.exam-form-eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.exam-form h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--text);
}

.exam-form-intro {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.exam-form-location {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 10px 12px;
  background: #f4f8f4;
  border-radius: 6px;
  border: 1px solid #e2efe2;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.exam-form-location .icon-pin {
  flex-shrink: 0;
  margin-top: 1px;
  fill: var(--green);
}

.exam-form-location .icon-pin circle {
  fill: #f4f8f4;
}

.exam-form-submit {
  width: 100%;
  margin: 8px 0 0;
  padding: 14px;
}

.form-row {
  margin-bottom: 14px;
}

.form-row label {
  display: block;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 6px;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  border: 1px solid #d7dadb;
  border-radius: 4px;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 14px;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: 0;
  border-color: var(--green);
}

.form-row input.is-invalid {
  border-color: #ed4040;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-notice {
  padding: 12px 14px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.form-notice.success {
  background: #dff0d8;
  color: #2b542c;
}

.form-notice.error {
  background: #f2dede;
  color: #843534;
}

.checkbox-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 13px;
}

.checkbox-row input {
  width: auto;
  margin-top: 3px;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.post-card {
  display: block;
  color: inherit;
  background: #fff;
  box-shadow: 0 8px 28px rgba(35, 45, 62, 0.06);
  border-radius: 4px;
  overflow: hidden;
}

.post-card:hover {
  color: inherit;
}

.post-card .thumb {
  aspect-ratio: 16 / 9;
  background: #e9edf2;
  overflow: hidden;
}

.post-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card .body {
  padding: 20px 22px 24px;
}

.post-meta {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 8px;
}

.site-main article.hentry {
  max-width: 800px;
  margin: 0 auto;
}

.entry-header {
  margin-bottom: 24px;
}

.comments-area {
  max-width: 800px;
  margin: 40px auto 0;
}

.client-panel {
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  padding: 32px;
  box-shadow: 0 8px 28px rgba(35, 45, 62, 0.08);
  border-radius: 4px;
  text-align: center;
}

.wp-block-loginout a,
.client-panel .btn {
  margin-top: 12px;
}

.alignwide,
.alignfull {
  max-width: none;
}

.wp-block-image img {
  height: auto;
}

@media (max-width: 991px) {
  .top-bar {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .primary-navbar {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 56px;
    height: auto;
    background: #1b1b1b;
    padding: 12px 0 24px;
  }

  .primary-navbar.is-open {
    display: block;
  }

  .primary-navbar .container {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    min-height: 0;
  }

  .primary-navbar .navbar-brand,
  .primary-navbar .custom-logo-link {
    display: none;
  }

  .mobile-header .navbar-brand {
    display: flex;
  }

  .mobile-header .navbar-brand img,
  .mobile-header .custom-logo-link img {
    max-height: 36px;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    height: auto;
  }

  .navbar-nav > li > a:not(.btn) {
    height: auto;
    padding: 12px 20px;
  }

  .navbar-cta,
  a.navbar-cta.btn,
  a.navbar-cta.btn-primary {
    margin: 12px 20px 0;
    display: flex;
    width: calc(100% - 40px);
    height: 40px;
  }

  .navbar-cta span {
    transform: none;
  }

  .hero h1,
  .page-banner h1 {
    font-size: 32px;
  }

  .service-grid,
  .support-boxes,
  .split,
  .exam-layout,
  .footer-top .container,
  .footer-sitemap,
  .posts-grid,
  .form-grid,
  .about-points,
  .job-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 56px 0 64px;
  }

  .title-actions {
    flex-direction: column;
    align-items: center;
  }

  .btn-hero {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 600px) {
  .prose {
    padding: 24px 18px;
  }

  .page-banner {
    padding: 40px 0;
  }
}
