/* Neumover landing page styles */
:root {
  --primary: #38b6d9;
  --secondary: #e8ddcf;
  --background: #f7f7f7;
  --text: #267E98;
  --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", 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: auto;
  padding-bottom: 32px;
  overflow: hidden;
  color: var(--deep);
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("assets/hero-background.png?v=3");
  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: 22px;
}

.brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
}

.brand img{
  width:104px !important;
  max-width:min(20vw,104px);
  height:auto;
  filter:drop-shadow(0 0 12px rgba(56,182,217,.35));
}

.brand span{
  display:none;
  font-family:'Oswald', sans-serif;
  font-size:1rem;
  letter-spacing:.08em;
  color:37BFE1;
}

.nav-cta {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(14px);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  color: var(--deep);
  font-weight: 700;
  white-space: nowrap;

  box-shadow: 0 10px 26px rgba(17,73,90,.10);

  transition:
    transform .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.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: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 520px;
  padding-inline: 24px;
}

.glass-card {
  margin-top: 140px;
  position: relative;
  width: min(100%, 760px);
  padding: clamp(96px, 11vw, 128px) clamp(28px, 6vw, 54px) clamp(28px, 6vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

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

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

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

h1 {
  margin-bottom: 12px;
  color: var(--primary);
  font-size: clamp(2.45rem, 8.2vw, 5.15rem);
  text-transform: uppercase;
  line-height: .98;
}

h1 span {
  display: block;
}

.hero-title__last {
  font-size: 0.76em;
  white-space: nowrap;
}

.hero__subtitle {
  margin: 2px 0 18px;
  font-size: clamp(1.22rem, 2.8vw, 1.72rem);
  font-weight: 700;
}
.hero__subtitle {
  margin-bottom: 18px;
  color: var(--deep);
  font-weight: 700;
}

.hero__description {
  max-width: 58ch;
  margin-bottom: 28px;
  padding-left: 1.2em;
  color: #4d6470;
  font-size: clamp(1rem, 2.3vw, 1.13rem);
}

.hero__description li {
  margin-bottom: 4px;
  padding-left: 2px;
}

.hero__description li:last-child {
  margin-bottom: 0;
}

.hero__description li::marker {
  color: var(--primary);
  font-size: 0.9em;
}

.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: relative;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  fill: var(--background);
}

.doctor-intro {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 18px;
  margin-top: -40px;
}

.doctor-card {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: min(52vw, 210px);
  margin: 0 auto;
  aspect-ratio: 1;
  padding: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--white), var(--accent));
  box-shadow:
    0 25px 60px rgba(6,26,47,.18),
    0 0 0 10px rgba(255,255,255,.35);
  z-index: 20;
}

.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 {
  margin-top: 42px;
}

.social-section{
  display:flex;
  flex-direction:column;
  gap:12px;
  width:100%;
  max-width:720px;
  margin:8px auto 0;
}

.social-bar{
  width:100%;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  font-size:1.05rem;
  transition:.25s ease;
  box-shadow: 0 10px 24px rgba(17,73,90,.07);
}

.social-bar svg{
  width:24px;
  height:24px;
  fill:var(--primary);
}

.social-bar:hover{
  transform:translateY(-2px);
}

/* WhatsApp */

.social-bar.whatsapp{
  background:rgba(103,203,184,.22);
  backdrop-filter:blur(12px);
  color:var(--deep);
  border:1px solid rgba(56,182,217,.18);
}

/* Instagram */

.social-bar.instagram{
  background:linear-gradient(
    135deg,
    rgba(110,207,227,.24),
    rgba(136,216,199,.18),
    rgba(183,215,242,.22)
  );

  backdrop-filter:blur(12px);

  color:var(--deep);

  border:1px solid rgba(56,182,217,.18);
}

/* Facebook */

.social-bar.facebook{
  background:rgba(94,174,207,.20);
  backdrop-filter:blur(12px);
  color:var(--deep);
  border:1px solid rgba(56,182,217,.18);
}

/* Email */

.social-bar.email{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  color:var(--deep);

  border:1px solid rgba(0,0,0,.08);
}

.section {
  padding: clamp(24px, 4vw, 48px) 0;
}

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

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

.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 {
  transform: translateY(-4px);
  transform: scale(1.06);
  border-color: rgba(56, 182, 217, 0.35);
  box-shadow: 0 20px 40px rgba(56, 182, 217, 0.12);
}

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

.credential-card h3,
.service-card h3 {
  
  line-height: 1.35;
  font-size: 1rem;
}

.service-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 98px;
  padding: 18px;
  border-radius: var(--radius-md);
}

.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);
}

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

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

.map-card__content {
  padding: clamp(24px, 5vw, 40px);
}

.map-card__content h3 {
  margin-bottom: 10px;
  color: var(--deep);
  font-size: clamp(1.55rem, 4vw, 2.25rem);
}

.map-card__content p {
  color: var(--muted);
}

.location-photo {
  width: min(100%, 260px);
  margin: 18px 0 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.location-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.section--contact {
  background:
    linear-gradient(135deg, rgba(17, 73, 90, 0.94), rgba(56, 182, 217, 0.82)),
    url("assets/hero-background.png?v=3") center / cover;
  color: var(--white);
}

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

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

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

.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: var(--radius-lg);
  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;
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
  color: var(--deep);
  transition: transform 180ms ease, background-color 180ms ease;
}

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

.contact-card a[data-track="phone"] + a[data-track="phone"] {
  margin-top: 12px;
}

.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.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

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

.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);
}

.footer-agency {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 12px;
  text-align: center;
}

.footer-agency span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-agency a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  opacity: 0.62;
  transition: opacity 180ms ease;
}

.footer-agency a:hover {
  opacity: 0.86;
}

.footer-agency img {
  display: block;
  width: auto;
  max-width: 78px;
  height: auto;
  object-fit: contain;
}

@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: 620px;
  }

  .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: 520px;
    padding-top: 40px;
  }

  .glass-card {
    margin-left: 3vw;
  }

  .doctor-intro {
    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(6, minmax(0, 1fr));
  }

  .services-grid .service-card {
    grid-column: span 2;
  }

  .map-card {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
    align-items: stretch;
  }

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

  .contact-layout {
    grid-template-columns: minmax(0, 0.86fr) minmax(390px, 0.64fr);
    align-items: center;
  }

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

}

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

  .hero {
    min-height: 720px;
  }

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

  .brand span:last-child {
    display: none;
  }

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

  .button {
    width: 100%;
  }

  .contact-card {
    padding: 10px;
  }

  .footer {
    padding-bottom: 104px;
  }
}

@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;
  }
}

@media (max-width: 440px) {

  .glass-card {
    padding-top: 92px !important;
  }

  #hero-title {
    font-size: 2.55rem !important;
    line-height: 0.98;
    letter-spacing: 0;
  }

  .hero-title__last {
    font-size: 0.72em;
  }

}

.mobile-sticky-cta {
  position: fixed;
  bottom: 18px;
  left: auto;
  right: 18px;
  width: auto;
  max-width: 190px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  min-height: auto;
  padding: 12px 18px;

  border-radius: 999px;

  background: linear-gradient(
    135deg,
    #22c55e,
    #16a34a
  );

  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;

  box-shadow:
    0 18px 40px rgba(34, 197, 94, 0.28),
    0 6px 18px rgba(0,0,0,.12);

  backdrop-filter: blur(12px);

  z-index: 9999;
}

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

.mobile-sticky-cta:hover {
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .mobile-sticky-cta {
    display: none;
  }
}

.footer .footer-agency {
  width: min(100% - 32px, var(--container));
  margin: 12px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  overflow: hidden;
  text-align: center;
}

.footer .footer-agency a {
  display: inline-flex;
  width: 72px;
  max-width: 72px;
  margin-top: 5px;
  align-items: center;
  justify-content: center;
}

.footer .footer-agency img {
  display: block !important;
  width: 72px !important;
  max-width: 72px !important;
  min-width: 72px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  .footer {
    padding-bottom: 118px;
  }
}
