:root {
  --eiza-bg: #f5f8f7;
  --eiza-surface: #ffffff;
  --eiza-ink: #12231f;
  --eiza-muted: #61706c;
  --eiza-line: #dce8e4;
  --eiza-green: #27c193;
  --eiza-green-dark: #0d8f70;
  --eiza-lime: #dff96f;
  --eiza-blue: #dcefff;
  --eiza-shadow: 0 24px 70px rgba(30, 76, 67, .12);
  --eiza-radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--eiza-bg);
  color: var(--eiza-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
.text-logo,
.button,
.header-cta,
.main-navigation {
  font-family: Lexend, Inter, Arial, sans-serif;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  top: 12px;
  left: 12px;
  z-index: 999;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  background: var(--eiza-ink);
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 248, 247, .88);
  border-bottom: 1px solid rgba(220, 232, 228, .7);
  backdrop-filter: blur(16px);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 28px;
}

.text-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--eiza-ink);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.site-branding img,
.custom-logo {
  width: auto;
  max-width: 290px;
  max-height: 70px;
  object-fit: contain;
}

.site-branding {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 290px;
}

.atlantic-header-logo {
  display: inline-flex;
  align-items: center;
}

.atlantic-header-logo img {
  display: block;
  width: 290px;
  height: auto;
  max-height: 70px;
}

.text-logo__mark {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: radial-gradient(circle at 62% 38%, #fff 0 10%, transparent 11% 100%), var(--eiza-green);
  box-shadow: 10px 0 0 -3px #b8f264;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation a {
  color: #33443f;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s ease;
}

.main-navigation a:hover {
  color: var(--eiza-green-dark);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--eiza-ink);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(18, 35, 31, .14);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.header-cta {
  background: #fff;
  color: var(--eiza-ink);
  border-color: var(--eiza-line);
  box-shadow: none;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(18, 35, 31, .16);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--eiza-line);
  border-radius: 50%;
  background: #fff;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--eiza-ink);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 86px 0 72px;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: -28% -12% auto auto;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 193, 147, .22), rgba(39, 193, 147, 0) 68%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: center;
  gap: 56px;
}

.hero-copy h1 {
  max-width: 640px;
  margin-bottom: 22px;
  font-size: clamp(52px, 7vw, 104px);
  font-weight: 700;
  line-height: .95;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 520px;
  margin-bottom: 30px;
  color: var(--eiza-muted);
  font-size: 19px;
}

.hero-visual {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: end center;
  border-radius: 44px;
  background: linear-gradient(160deg, #dff8ea 0%, #d7f1ff 54%, #f7ffe1 100%);
  box-shadow: var(--eiza-shadow);
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--eiza-lime);
  opacity: .88;
}

.hero-doctor {
  position: relative;
  z-index: 2;
  width: min(92%, 440px);
  margin-bottom: -1px;
  filter: drop-shadow(0 28px 45px rgba(18, 35, 31, .18));
}

.hero-card {
  position: absolute;
  z-index: 3;
  left: 28px;
  top: 34px;
  width: 182px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 40px rgba(18, 35, 31, .12);
  backdrop-filter: blur(14px);
}

.hero-card span,
.hero-card small {
  display: block;
  color: var(--eiza-muted);
  font-size: 13px;
}

.hero-card strong {
  display: block;
  margin: 8px 0;
  font-family: Lexend, Inter, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.hero-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(18, 35, 31, .12);
  border-radius: 999px;
}

.hero-orbit--one {
  width: 420px;
  height: 420px;
  right: -82px;
  top: 56px;
}

.hero-orbit--two {
  width: 270px;
  height: 270px;
  left: 38px;
  bottom: 40px;
}

.section {
  padding: 88px 0;
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading--left {
  margin-inline: 0;
  text-align: left;
}

.section-heading span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--eiza-green-dark);
  font-family: Lexend, Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.section-heading h2,
.about-grid h2,
.blog-title-row h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.06;
  letter-spacing: 0;
}

.section-heading p,
.about-grid p {
  color: var(--eiza-muted);
  font-size: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.feature-card {
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--eiza-line);
  border-radius: var(--eiza-radius);
  background: var(--eiza-surface);
  box-shadow: 0 12px 35px rgba(30, 76, 67, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--eiza-shadow);
}

.feature-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 34px;
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
}

.feature-card p {
  min-height: 78px;
  color: var(--eiza-muted);
}

.feature-card a,
.blog-card a,
.blog-title-row a {
  color: var(--eiza-green-dark);
  font-family: Lexend, Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.about-band {
  background: #10231f;
  color: #fff;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: center;
  gap: 48px;
}

.about-grid p {
  color: rgba(255, 255, 255, .72);
}

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

.stat-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--eiza-radius);
  background: rgba(255, 255, 255, .08);
}

.stat-card span {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .7);
}

.stat-card strong {
  font-family: Lexend, Inter, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  padding: 24px;
  border: 1px solid var(--eiza-line);
  border-radius: var(--eiza-radius);
  background: var(--eiza-surface);
}

.testimonial-card p {
  min-height: 120px;
  color: #263934;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-person img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.testimonial-person strong,
.testimonial-person span {
  display: block;
}

.testimonial-person strong {
  font-family: Lexend, Inter, sans-serif;
  font-size: 14px;
}

.testimonial-person span {
  color: var(--eiza-muted);
  font-size: 12px;
}

.blog-title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.blog-title-row h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-card {
  overflow: hidden;
  border: 1px solid var(--eiza-line);
  border-radius: var(--eiza-radius);
  background: var(--eiza-surface);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.blog-card div {
  padding: 22px;
}

.blog-card h3 {
  font-size: 22px;
  line-height: 1.22;
}

.blog-card p {
  color: var(--eiza-muted);
}

.site-footer {
  padding: 56px 0 34px;
  background: #fff;
  border-top: 1px solid var(--eiza-line);
}

.footer-inner {
  display: grid;
  gap: 32px;
}

.footer-logo {
  justify-self: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  color: #344641;
  font-family: Lexend, Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--eiza-line);
  color: var(--eiza-muted);
  font-size: 14px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

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

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
}

.post-card,
.widget,
.no-results,
.not-found {
  margin-bottom: 28px;
  padding: 28px;
  border: 1px solid var(--eiza-line);
  border-radius: var(--eiza-radius);
  background: #fff;
}

.search-form {
  display: flex;
  gap: 10px;
}

.search-field {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--eiza-line);
  border-radius: 999px;
}

.search-form button {
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: var(--eiza-ink);
  color: #fff;
  font-weight: 700;
}

.elementor-full-width .entry-content,
.elementor-full-width {
  width: 100%;
  max-width: none;
}

@media (max-width: 1024px) {
  .hero-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .header-main {
    min-height: 72px;
  }

  .menu-toggle {
    display: block;
  }

  .main-navigation {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 78px;
    display: none;
    padding: 18px;
    border: 1px solid var(--eiza-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--eiza-shadow);
  }

  .main-navigation.is-open {
    display: block;
  }

  .main-navigation ul {
    display: grid;
    gap: 12px;
  }

  .header-cta {
    display: none;
  }

  .hero-section {
    padding-top: 54px;
  }

  .hero-visual {
    min-height: 440px;
  }

  .footer-bottom,
  .blog-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .content-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .text-logo {
    font-size: 18px;
  }

  .atlantic-header-logo img {
    width: 210px;
    max-height: 52px;
  }

  .hero-copy h1 {
    font-size: 50px;
  }

  .hero-visual {
    min-height: 360px;
    border-radius: 30px;
  }

  .hero-card {
    left: 16px;
    top: 16px;
    width: 150px;
    padding: 14px;
  }

  .hero-card strong {
    font-size: 24px;
  }

  .section {
    padding: 58px 0;
  }

  .feature-grid,
  .testimonial-grid,
  .blog-grid,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .feature-card p,
  .testimonial-card p {
    min-height: 0;
  }
}
