/* Neumover landing page styles */
:root {
  --primary: #38b6d9;
  --secondary: #e8ddcf;
  --background: #f7f7f7;
  --text: #222222;
  --accent: #8edff2;
  --white: #ffffff;
  --muted: #61737b;
  --deep: #11495a;
  --success: #26d367;
  --line: rgba(17, 73, 90, 0.12);
  --shadow: 0 22px 60px rgba(17, 73, 90, 0.13);
  --soft-shadow: 0 14px 34px rgba(17, 73, 90, 0.1);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body::selection {
  background: var(--accent);
  color: var(--deep);
}

img,
svg,
iframe {
  display: block;
}

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

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.icon-sprite {
  display: none;
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: var(--deep);
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("assets/hero-background.png");
  background-position: 41% 28%;
  background-size: cover;
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.62) 76%, #f7f7f7 100%),
    radial-gradient(circle at 82% 26%, rgba(56, 182, 217, 0.2), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.68) 52%, rgba(255, 255, 255, 0.16) 100%);
}

.site-nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.brand {
  display: grid;
  gap: 4px;
  justify-items: center;
  color: var(--primary);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.brand img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 16px 34px rgba(56, 182, 217, 0.12));
}

.brand__mark {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 2px solid var(--primary);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
  color: var(--primary);
  box-shadow: 0 16px 34px rgba(56, 182, 217, 0.12);
}

.brand__mark svg {
  width: 52px;
  height: 52px;
  fill: currentColor;
}

.nav-cta {
  min-height: 52px;
  padding: 12px 26px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(14px);
  color: var(--deep);
  box-shadow: 0 10px 26px rgba(17, 73, 90, 0.1);
}

.nav-cta svg,
.button svg,
.social-link svg,
.credential-card svg,
.service-card svg,
.contact-card svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: currentColor;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  align-items: end;
  min-height: 680px;
  padding: 180px 0 96px;
}

.glass-card {
  position: relative;
  width: min(100%, 760px);
  padding: clamp(86px, 13vw, 118px) clamp(28px, 5vw, 56px) clamp(28px, 5vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero__doctor {
  position: absolute;
  top: clamp(-155px, -13vw, -112px);
  left: 50%;
  width: clamp(208px, 25vw, 276px);
  aspect-ratio: 1;
  margin: 0;
  padding: 8px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--white), var(--accent));
  box-shadow: 0 22px 48px rgba(56, 182, 217, 0.18);
}

.hero__doctor img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.hero > .doctor-card {
  position: absolute;
  top: clamp(132px, 17vw, 154px);
  left: 50%;
  z-index: 4;
  width: clamp(208px, 25vw, 276px);
  transform: translateX(-50%);
}

.eyebrow,
.accent-label {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Oswald", Arial, sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 18px;
  color: var(--primary);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(4rem, 10vw, 7.15rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: none;
}

.hero__subtitle {
  margin-bottom: 20px;
  color: #155a6e;
  font-size: clamp(1.18rem, 2.3vw, 1.55rem);
  font-weight: 700;
  text-align: left;
}

.hero__description {
  max-width: 58ch;
  margin-bottom: 28px;
  color: #36545f;
  font-size: clamp(1rem, 2.3vw, 1.13rem);
}

.hero__actions,
.cta-section {
  display: grid;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover,
.social-link:hover,
.service-card:hover,
.credential-card:hover {
  transform: translateY(-3px);
}

.button--primary {
  background: linear-gradient(135deg, var(--success), #18b656);
  color: var(--white);
  box-shadow: 0 18px 36px rgba(38, 211, 103, 0.28);
}

.button--primary:hover {
  box-shadow: 0 22px 44px rgba(38, 211, 103, 0.36);
}

.button--secondary {
  background: var(--white);
  color: var(--deep);
  box-shadow: 0 14px 30px rgba(17, 73, 90, 0.12);
}

.button--secondary:hover {
  background: #fafeff;
  box-shadow: 0 18px 36px rgba(17, 73, 90, 0.17);
}

.button--large {
  min-height: 64px;
  padding-inline: 26px;
  font-size: 1rem;
}

.hero__wave {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150px;
  fill: var(--background);
}

.doctor-intro {
  display: none;
}

.doctor-card {
  width: min(62vw, 230px);
  aspect-ratio: 1;
  margin: 0 auto;
  padding: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--white), var(--accent));
  box-shadow: var(--shadow);
}

.doctor-card img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.quick-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.quick-card h2,
.section-heading h2 {
  margin-bottom: 14px;
  color: var(--deep);
  font-size: clamp(2rem, 7vw, 3.8rem);
}

.quick-card p:last-child,
.section-heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.cta-section {
  display: none;
}

.social-section {
  display: grid;
  width: min(100% - 32px, 720px);
  gap: 14px;
  padding: 62px 0 0;
}

.social-link,
.social-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 14px 24px;
  border: 1px solid rgba(56, 182, 217, 0.22);
  border-radius: 999px;
  color: #155a6e;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(17, 73, 90, 0.08);
  transition: transform 180ms ease, color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.social-link svg,
.social-bar svg {
  color: var(--primary);
}

.social-link:hover,
.social-bar:hover {
  color: var(--deep);
  border-color: rgba(56, 182, 217, 0.42);
  box-shadow: var(--shadow);
}

.social-link--instagram,
.social-bar.instagram {
  background: linear-gradient(135deg, rgba(142, 223, 242, 0.3), rgba(255, 255, 255, 0.88));
}

.social-link--facebook,
.social-bar.facebook {
  background: linear-gradient(135deg, rgba(56, 182, 217, 0.18), rgba(232, 246, 250, 0.9));
}

.social-link--whatsapp,
.social-bar.whatsapp {
  background: linear-gradient(135deg, rgba(38, 211, 103, 0.15), rgba(142, 223, 242, 0.28));
}

.social-link--email,
.social-bar.email {
  background: var(--white);
}

.section {
  padding: clamp(64px, 10vw, 112px) 0;
}

.section--soft {
  background:
    linear-gradient(180deg, rgba(142, 223, 242, 0.14), rgba(232, 221, 207, 0.24)),
    var(--white);
}

.section--soft .container {
  width: min(100% - 28px, 1060px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading--services {
  margin-bottom: 20px;
}

.section-heading--services h2 {
  margin-bottom: 0;
  font-size: clamp(4.2rem, 8vw, 5.4rem);
  line-height: 0.95;
}

.credentials-grid,
.services-grid {
  display: grid;
  gap: 16px;
}

.credential-card,
.service-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.credential-card {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 104px;
  padding: 22px;
  border-radius: var(--radius-md);
  box-shadow: var(--soft-shadow);
}

.credential-card:hover,
.service-card:hover {
  border-color: rgba(56, 182, 217, 0.35);
  box-shadow: 0 16px 32px rgba(17, 73, 90, 0.08);
}

.credential-card svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(56, 182, 217, 0.12);
  color: var(--primary);
}

.credential-card h3,
.service-card h3 {
  margin-bottom: 0;
  color: #1b7f99;
  font-size: 1.05rem;
  line-height: 1.18;
}

.service-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 140px;
  padding: 18px;
  border-radius: 20px;
  box-shadow: none;
}

.service-card svg {
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(56, 182, 217, 0.16), rgba(142, 223, 242, 0.28));
  color: var(--primary);
}

.map-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.location-section {
  padding-top: clamp(58px, 7vw, 86px);
}

.section-heading--location {
  max-width: 760px;
  margin-bottom: 18px;
}

.section-heading--location h2 {
  margin-bottom: 0;
  font-size: clamp(3.75rem, 7.8vw, 5rem);
  line-height: 1.02;
}

.map-card__frame {
  min-height: 330px;
  background: #dff4fa;
}

.map-card__frame iframe {
  width: 100%;
  height: 100%;
  min-height: 330px;
  border: 0;
}

.map-card__content {
  display: grid;
  align-content: center;
  padding: clamp(30px, 5vw, 40px);
}

.map-card__content h3 {
  margin-bottom: 12px;
  color: var(--deep);
  font-size: clamp(2.15rem, 4.2vw, 2.55rem);
  line-height: 1.08;
}

.map-card__content p {
  max-width: 36ch;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 600;
}

.section--contact {
  padding: clamp(64px, 8vw, 88px) 0 46px;
  background:
    linear-gradient(135deg, rgba(17, 73, 90, 0.94), rgba(56, 182, 217, 0.82)),
    url("assets/hero-background.png") center / cover;
  color: var(--white);
}

.contact-layout {
  display: grid;
  gap: 34px;
}

.section--contact .section-heading {
  margin-bottom: 0;
}

.section-heading--light h2,
.section-heading--light .eyebrow {
  color: var(--white);
}

.section-heading--light h2 {
  max-width: 610px;
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 6.7vw, 5.1rem);
  line-height: 1.02;
}

.section-heading--light p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  font-weight: 500;
}

.section-heading.section-heading--light p:last-child {
  color: rgba(255, 255, 255, 0.82);
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.contact-card a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 2px 14px;
  align-items: center;
  min-height: 78px;
  padding: 15px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--deep);
  transition: transform 180ms ease, background-color 180ms ease;
}

.contact-card a:hover {
  transform: translateX(4px);
  background: var(--white);
}

.contact-card svg {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(56, 182, 217, 0.15);
  color: var(--primary);
}

.contact-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-card strong {
  overflow-wrap: anywhere;
  font-size: 0.95rem;
  line-height: 1.25;
}

.footer {
  padding: 26px 0;
  background: #0d3541;
  color: rgba(255, 255, 255, 0.82);
}

.footer__inner,
.footer__links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__inner {
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.footer p {
  margin: 0;
}

.footer__links a {
  font-weight: 700;
  transition: color 180ms ease;
}

.footer__links a:hover {
  color: var(--accent);
}

.mobile-sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--success), #18b656);
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(38, 211, 103, 0.32);
}

.mobile-sticky-cta svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

@media (min-width: 620px) {
  .hero__actions,
  .cta-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__actions {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  }

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

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

@media (min-width: 860px) {
  .hero {
    min-height: 820px;
  }

  .hero__media {
    background-position: center 37%;
    background-size: cover;
  }

  .hero__shade {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.24) 70%, #f7f7f7 100%),
      radial-gradient(circle at 74% 18%, rgba(56, 182, 217, 0.22), transparent 28%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.72) 43%, rgba(255, 255, 255, 0.06) 100%);
  }

  .hero__content {
    min-height: 680px;
    padding: 190px 0 96px;
  }

  .glass-card {
    margin-left: 0;
  }

  .doctor-intro {
    display: none;
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: center;
    margin-top: -120px;
  }

  .doctor-card {
    width: 280px;
    margin: 0;
  }

  .quick-card {
    padding: 38px 44px;
  }

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

  .credential-card {
    display: grid;
    min-height: 178px;
    align-content: start;
  }

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

  .map-card {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(360px, 0.98fr);
    align-items: stretch;
  }

  .map-card__frame,
  .map-card__frame iframe {
    min-height: 420px;
  }

  .contact-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    align-items: center;
  }

  .footer__inner {
    flex-direction: row;
    text-align: left;
  }
}

@media (min-width: 1120px) {
  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .service-card {
    min-height: 140px;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .hero {
    min-height: 760px;
  }

  .site-nav {
    padding-top: 14px;
  }

  .brand__mark {
    width: 58px;
    height: 58px;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .brand__mark svg {
    width: 42px;
    height: 42px;
  }

  .glass-card {
    padding: 82px 20px 24px;
    border-radius: 26px;
  }

  h1 {
    font-size: clamp(3.1rem, 15vw, 4.1rem);
    letter-spacing: 0.03em;
  }

  .hero__content {
    padding-top: 168px;
  }

  .hero > .doctor-card {
    top: 132px;
  }

  .button {
    width: 100%;
  }

  .social-section {
    gap: 10px;
  }

  .contact-card {
    padding: 10px;
  }

  .mobile-sticky-cta {
    display: inline-flex;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  body {
    padding-bottom: 84px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
