:root {
  --amp-navy: #17155f;
  --amp-navy-2: #24217a;
  --amp-orange: #f4510b;
  --amp-teal: #0e8f8b;
  --amp-teal-dark: #076b69;
  --amp-ink: #172133;
  --amp-muted: #617083;
  --amp-cream: #f8f7f2;
  --amp-mist: #edf7f6;
  --amp-border: #dce5e7;
  --amp-white: #ffffff;
  --amp-shadow: 0 18px 55px rgba(25, 41, 67, 0.11);
}

html { scroll-behavior: smooth; }

body {
  color: var(--amp-ink);
  background: var(--amp-white);
  font-family: "Segoe UI", Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  z-index: 1080;
  background: linear-gradient(90deg, var(--amp-orange), var(--amp-teal), var(--amp-navy));
}

a { color: var(--amp-teal-dark); }
a:hover { color: var(--amp-orange); }

h1, h2, h3, h4, h5, .navbar-brand {
  color: var(--amp-navy);
  font-weight: 750;
  letter-spacing: -0.025em;
}

h1 { font-size: clamp(2.35rem, 6vw, 5rem); line-height: 1.02; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.1; }
h3 { line-height: 1.2; }

.skip-link {
  position: fixed;
  top: -60px;
  left: 1rem;
  z-index: 2000;
  padding: .75rem 1rem;
  border-radius: 0 0 .5rem .5rem;
  color: #fff;
  background: var(--amp-navy);
}

.skip-link:focus { top: 0; color: #fff; }

.site-header {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(23,21,95,.08);
  backdrop-filter: blur(18px);
}

.navbar { --bs-navbar-padding-y: .8rem; }
.navbar-brand { display: flex; align-items: center; gap: .7rem; font-size: 1rem; }
.navbar-brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy small { color: var(--amp-muted); font-size: .72rem; font-weight: 650; letter-spacing: .055em; text-transform: uppercase; }
.navbar .nav-link { position: relative; color: var(--amp-ink); font-weight: 650; padding: .7rem .82rem !important; }
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: .82rem;
  right: .82rem;
  bottom: .38rem;
  height: 2px;
  background: var(--amp-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after { transform: scaleX(1); }
.navbar .nav-link.active { color: var(--amp-navy); }

.btn { min-height: 48px; border-radius: 999px; padding: .72rem 1.25rem; font-weight: 750; }
.btn-brand { color: #fff; background: var(--amp-orange); border-color: var(--amp-orange); box-shadow: 0 10px 25px rgba(244,81,11,.22); }
.btn-brand:hover, .btn-brand:focus { color: #fff; background: #dc4607; border-color: #dc4607; transform: translateY(-1px); }
.btn-outline-brand { color: var(--amp-navy); border: 1.5px solid var(--amp-navy); background: transparent; }
.btn-outline-brand:hover { color: #fff; background: var(--amp-navy); border-color: var(--amp-navy); }
.btn-whatsapp { color: #fff; background: #128c7e; border-color: #128c7e; }
.btn-whatsapp:hover { color: #fff; background: #0e7569; border-color: #0e7569; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
  color: var(--amp-teal-dark);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--amp-orange); }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(4rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 12% 16%, rgba(14,143,139,.13), transparent 28rem),
    linear-gradient(145deg, #fff 0%, #f6fbfa 56%, #fff8f2 100%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -220px;
  width: 420px;
  height: 420px;
  border: 54px solid rgba(244,81,11,.06);
  border-radius: 50%;
}
.hero-copy { position: relative; z-index: 2; }
.hero h1 span { color: var(--amp-teal-dark); }
.hero-lead { max-width: 650px; color: var(--amp-muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-visual { position: relative; min-height: 540px; }
.hero-visual img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 2rem 8rem 2rem 2rem;
  box-shadow: var(--amp-shadow);
}
.hero-note {
  position: absolute;
  left: -1.4rem;
  bottom: 2rem;
  width: min(310px, 88%);
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 1.1rem;
  background: rgba(255,255,255,.93);
  box-shadow: var(--amp-shadow);
  backdrop-filter: blur(14px);
}
.hero-note strong { color: var(--amp-navy); display: block; }
.hero-note span { color: var(--amp-muted); font-size: .9rem; }
.hero-badge {
  position: absolute;
  top: 1.5rem;
  right: -1rem;
  display: grid;
  place-items: center;
  width: 116px;
  aspect-ratio: 1;
  padding: .75rem;
  border-radius: 50%;
  color: #fff;
  background: var(--amp-navy);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 16px 38px rgba(23,21,95,.25);
}

.trust-strip { position: relative; z-index: 3; margin-top: -2rem; }
.trust-panel { padding: 1rem 1.2rem; border: 1px solid var(--amp-border); border-radius: 1.25rem; background: #fff; box-shadow: var(--amp-shadow); }
.trust-item { display: flex; align-items: center; gap: .85rem; min-height: 66px; }
.trust-icon {
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #fff;
  background: var(--amp-teal);
  font-size: 1.05rem;
  font-weight: 850;
}
.trust-item strong { color: var(--amp-navy); display: block; }
.trust-item span { color: var(--amp-muted); font-size: .9rem; }

.service-carousel {
  overflow: hidden;
  border-radius: 2rem;
  background: var(--amp-navy);
  box-shadow: var(--amp-shadow);
}
.service-carousel .carousel-item { position: relative; }
.service-carousel .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,10,51,.86) 0%, rgba(11,10,51,.42) 47%, rgba(11,10,51,.06) 78%);
  pointer-events: none;
}
.service-carousel .carousel-item img { width: 100%; height: 560px; object-fit: cover; }
.service-carousel .carousel-caption {
  z-index: 2;
  right: auto;
  bottom: 3.6rem;
  left: clamp(1.25rem, 6vw, 5rem);
  width: min(560px, calc(100% - 6rem));
  padding: 0;
  text-align: left;
}
.service-carousel .carousel-caption h3 { color: #fff; font-size: clamp(1.55rem, 3vw, 2.6rem); }
.service-carousel .carousel-caption p { color: rgba(255,255,255,.86); font-size: 1.05rem; }
.service-carousel .carousel-control-prev,
.service-carousel .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 1rem;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: rgba(23,21,95,.78);
  transform: translateY(-50%);
  opacity: 1;
  backdrop-filter: blur(10px);
}
.service-carousel .carousel-control-prev:focus-visible,
.service-carousel .carousel-control-next:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.service-carousel .carousel-indicators { z-index: 3; margin-bottom: 1.2rem; }
.service-carousel .carousel-indicators [data-bs-target] { width: 2.2rem; height: .28rem; border: 0; border-radius: 999px; }
.slider-help { color: var(--amp-muted); font-size: .9rem; text-align: center; }

.section-pad { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.section-soft { background: var(--amp-cream); }
.section-mist { background: var(--amp-mist); }
.section-intro { max-width: 760px; margin-bottom: 2.5rem; }
.section-intro p { color: var(--amp-muted); font-size: 1.08rem; }

.service-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 1.65rem;
  border: 1px solid var(--amp-border);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 14px 40px rgba(25,41,67,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(14,143,139,.35); box-shadow: var(--amp-shadow); }
.service-number { color: rgba(23,21,95,.18); font-size: 2.45rem; font-weight: 850; line-height: 1; }
.service-card h3 { margin-top: 1.2rem; font-size: 1.35rem; }
.service-card p { color: var(--amp-muted); }
.service-card a { font-weight: 750; text-decoration: none; }

.feature-image { width: 100%; min-height: 430px; object-fit: cover; border-radius: 2rem; box-shadow: var(--amp-shadow); }
.accent-card { padding: clamp(1.6rem, 4vw, 3rem); border-radius: 1.75rem; background: var(--amp-navy); color: rgba(255,255,255,.82); }
.accent-card h2, .accent-card h3 { color: #fff; }
.accent-card .eyebrow { color: #a7e7e2; }
.check-list { display: grid; gap: .8rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 2rem; color: var(--amp-muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .05rem; display: grid; place-items: center; width: 1.35rem; height: 1.35rem; border-radius: 50%; color: #fff; background: var(--amp-teal); font-size: .78rem; font-weight: 900; }
.accent-card .check-list li { color: rgba(255,255,255,.82); }

.process-step { position: relative; padding-left: 4.25rem; }
.process-step + .process-step { margin-top: 2rem; }
.process-dot { position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 1rem; color: #fff; background: var(--amp-orange); font-weight: 850; }
.process-step:not(:last-child)::after { content: ""; position: absolute; left: 1.48rem; top: 3.45rem; bottom: -1.5rem; width: 1px; background: var(--amp-border); }

.doctor-card { height: 100%; overflow: hidden; border: 1px solid var(--amp-border); border-radius: 1.5rem; background: #fff; box-shadow: 0 14px 40px rgba(25,41,67,.07); }
.doctor-card img { width: 100%; height: 340px; object-fit: cover; object-position: top center; }
.doctor-card-body { padding: 1.5rem; }
.doctor-role { color: var(--amp-teal-dark); font-size: .86rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.page-hero {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  background:
    linear-gradient(110deg, rgba(23,21,95,.98), rgba(14,143,139,.9)),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,.18), transparent 24rem);
  color: rgba(255,255,255,.82);
}
.page-hero h1 { color: #fff; max-width: 920px; }
.page-hero p { max-width: 760px; font-size: 1.1rem; }
.breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.55); --bs-breadcrumb-item-active-color: rgba(255,255,255,.7); }
.breadcrumb a { color: #fff; }

.detail-panel { padding: 1.7rem; border: 1px solid var(--amp-border); border-radius: 1.35rem; background: #fff; }
.detail-panel h3 { font-size: 1.3rem; }
.service-detail { scroll-margin-top: 105px; }
.service-detail + .service-detail { border-top: 1px solid var(--amp-border); }
.device-chip { display: inline-block; margin: .2rem .28rem .2rem 0; padding: .45rem .72rem; border-radius: 999px; color: var(--amp-teal-dark); background: var(--amp-mist); font-size: .84rem; font-weight: 750; }

.form-shell { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--amp-border); border-radius: 1.6rem; background: #fff; box-shadow: var(--amp-shadow); }
.form-label { color: var(--amp-navy); font-weight: 750; }
.form-control, .form-select { min-height: 52px; border-color: #cfdadd; border-radius: .85rem; padding: .75rem .95rem; }
textarea.form-control { min-height: 138px; }
.form-control:focus, .form-select:focus { border-color: var(--amp-teal); box-shadow: 0 0 0 .25rem rgba(14,143,139,.13); }
.form-note { color: var(--amp-muted); font-size: .88rem; }
.success-note { display: none; margin-top: 1rem; padding: .9rem 1rem; border-radius: .85rem; color: #075d56; background: #e0f5f2; font-weight: 650; }

.contact-card { height: 100%; padding: 1.5rem; border: 1px solid var(--amp-border); border-radius: 1.25rem; background: #fff; }
.contact-label { color: var(--amp-muted); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-value { color: var(--amp-navy); font-size: 1.08rem; font-weight: 750; text-decoration: none; }
.map-shell { overflow: hidden; min-height: 430px; border: 1px solid var(--amp-border); border-radius: 1.6rem; background: var(--amp-mist); }
.map-shell iframe { width: 100%; height: 430px; border: 0; }

.faq .accordion-item { overflow: hidden; margin-bottom: .85rem; border: 1px solid var(--amp-border); border-radius: 1rem !important; }
.faq .accordion-button { color: var(--amp-navy); font-weight: 750; background: #fff; box-shadow: none; }
.faq .accordion-button:not(.collapsed) { color: var(--amp-teal-dark); background: var(--amp-mist); }

.cta-band { position: relative; overflow: hidden; padding: clamp(2rem, 5vw, 4rem); border-radius: 2rem; color: rgba(255,255,255,.82); background: var(--amp-navy); }
.cta-band::after { content: ""; position: absolute; right: -60px; bottom: -100px; width: 260px; height: 260px; border: 42px solid rgba(244,81,11,.3); border-radius: 50%; }
.cta-band h2 { color: #fff; }
.cta-band > * { position: relative; z-index: 2; }

.site-footer { padding: 4rem 0 1.5rem; color: rgba(255,255,255,.72); background: #111044; }
.footer-logo { width: 76px; height: 76px; object-fit: contain; filter: drop-shadow(0 8px 20px rgba(0,0,0,.15)); }
.site-footer h3, .site-footer h4 { color: #fff; }
.site-footer a { color: rgba(255,255,255,.78); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-links { display: grid; gap: .55rem; padding: 0; list-style: none; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; }
.developer-link { color: #ffd3bf !important; font-weight: 700; }

.floating-whatsapp { position: fixed; right: 1rem; bottom: 1rem; z-index: 1040; display: inline-flex; align-items: center; gap: .5rem; min-height: 50px; padding: .65rem 1rem; border-radius: 999px; color: #fff; background: #128c7e; box-shadow: 0 12px 32px rgba(0,0,0,.2); font-weight: 800; text-decoration: none; }
.floating-whatsapp:hover { color: #fff; background: #0d7468; transform: translateY(-2px); }

@media (max-width: 991.98px) {
  .navbar-collapse { margin-top: .8rem; padding: 1rem; border: 1px solid var(--amp-border); border-radius: 1rem; background: #fff; box-shadow: var(--amp-shadow); }
  .navbar .nav-link::after { display: none; }
  .hero { padding-top: 4.2rem; }
  .hero-visual { min-height: auto; margin-top: 2.5rem; }
  .hero-visual img { height: 480px; }
  .hero-note { left: 1rem; }
  .hero-badge { right: 1rem; }
}

@media (max-width: 767.98px) {
  .brand-copy small { display: none; }
  .brand-copy span { max-width: 175px; font-size: .86rem; }
  .navbar-brand img { width: 48px; height: 48px; }
  .hero-visual img { height: 380px; border-radius: 1.35rem 4rem 1.35rem 1.35rem; }
  .hero-badge { width: 92px; font-size: .64rem; }
  .trust-strip { margin-top: 1rem; }
  .feature-image { min-height: 320px; }
  .service-carousel { border-radius: 1.25rem; }
  .service-carousel .carousel-item img { height: 410px; }
  .service-carousel .carousel-item::after { background: linear-gradient(0deg, rgba(11,10,51,.92) 0%, rgba(11,10,51,.42) 58%, rgba(11,10,51,.08) 100%); }
  .service-carousel .carousel-caption { right: 1.25rem; bottom: 3.3rem; left: 1.25rem; width: auto; }
  .service-carousel .carousel-caption p { margin-bottom: 0; font-size: .92rem; line-height: 1.5; }
  .service-carousel .carousel-control-prev,
  .service-carousel .carousel-control-next { top: 1rem; width: 2.75rem; height: 2.75rem; margin: 0 .75rem; transform: none; }
  .doctor-card img { height: 300px; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 52px; justify-content: center; padding: .65rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
