html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dbecef;
  position: sticky;
  top: 0;
  z-index: 20;
}

.site-header__inner {
  min-height: 76px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.brand {
  min-width: 240px;
}

.brand__mark img,
.brand__svg svg {
  display: block;
}

.brand__svg {
  flex: 0 0 auto;
}

.brand__name {
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.15;
  margin: 0;
}

.brand__line {
  color: #5c6f73;
  font-size: 0.82rem;
  margin: 0.1rem 0 0;
}

.site-nav a {
  color: #163237;
  font-weight: 650;
  text-decoration: none;
}

.section-band {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.section-light {
  background: #f7fbfb;
}

.section-soft {
  background: #e8f6f7;
}

.hero-section {
  background:
    linear-gradient(120deg, rgba(232, 246, 247, 0.96), rgba(255, 255, 255, 0.98)),
    #f7fbfb;
  padding-top: clamp(3rem, 7vw, 6rem);
}

.hero-title {
  max-width: 12ch;
}

.hero-subtitle {
  color: #425c61;
  max-width: 680px;
}

.eyebrow {
  color: #137f8f;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.hero-actions,
.header-actions {
  gap: 0.75rem;
}

.wp-block-button__link {
  border-radius: 8px;
  box-shadow: none;
  min-height: 44px;
}

.btn-primary .wp-block-button__link,
.final-cta .wp-block-button__link {
  background: #137f8f;
  color: #ffffff;
}

.is-style-outline .wp-block-button__link {
  border-color: #137f8f;
  color: #0f5f6a;
}

.hero-badges {
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.hero-badges p,
.insurance-chip {
  background: #ffffff;
  border: 1px solid #d1e9ec;
  border-radius: 8px;
  color: #163237;
  font-size: 0.9rem;
  font-weight: 650;
  margin: 0;
  padding: 0.6rem 0.75rem;
}

.hero-photo img,
.section-photo img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(15, 95, 106, 0.16);
  object-fit: cover;
  width: 100%;
}

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

.info-card,
.service-card,
.testimonial-card,
.map-card {
  background: #ffffff;
  border: 1px solid #dbecef;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(22, 50, 55, 0.06);
  padding: 1.25rem;
}

.service-grid,
.benefit-grid,
.testimonial-grid {
  gap: 1rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
}

.service-card h3,
.info-card h3 {
  font-size: 1.25rem;
}

.service-card ul,
.trust-list ul {
  padding-left: 1.1rem;
}

.insurance-row {
  gap: 0.75rem;
}

.insurance-chip {
  color: #0f5f6a;
  min-width: 190px;
  text-align: center;
}

.trust-list {
  background: #ffffff;
  border: 1px solid #dbecef;
  border-radius: 8px;
  padding: 1.5rem;
}

.testimonial-card p:first-child {
  color: #425c61;
  font-size: 1rem;
}

.testimonial-name {
  color: #163237;
  font-weight: 760;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.wp-block-details {
  background: #ffffff;
  border: 1px solid #dbecef;
  border-radius: 8px;
  padding: 1rem 1.1rem;
}

.wp-block-details summary {
  color: #163237;
  cursor: pointer;
  font-weight: 760;
}

.final-cta {
  background: #163237;
  color: #ffffff;
}

.final-cta h2,
.final-cta p {
  color: #ffffff;
}

.final-cta .eyebrow {
  color: #f2c27b;
}

.final-cta__box {
  max-width: 820px;
}

.site-footer {
  background: #f7fbfb;
  border-top: 1px solid #dbecef;
  color: #425c61;
  padding-bottom: 2rem;
  padding-top: 2.5rem;
}

.site-footer h2,
.site-footer h3 {
  color: #163237;
}

@media (max-width: 782px) {
  .site-header {
    position: static;
  }

  .site-header__inner {
    align-items: flex-start;
  }

  .brand {
    min-width: 0;
    width: 100%;
  }

  .site-nav,
  .header-actions {
    width: 100%;
  }

  .hero-title {
    max-width: 100%;
  }

  .section-band {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-card {
    min-height: auto;
  }
}

/* V1.1 - design premium, SEO visual e responsividade */
.premium-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(199, 234, 223, 0.9), transparent 30%),
    linear-gradient(135deg, #f7fbfb 0%, #ffffff 52%, #e8f6f7 100%);
  overflow: hidden;
  padding-top: clamp(3.5rem, 7vw, 7rem);
  position: relative;
}

.premium-hero::before {
  background: linear-gradient(180deg, rgba(19, 127, 143, 0.12), rgba(216, 154, 61, 0.1));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}

.premium-hero__grid {
  gap: clamp(1.5rem, 4vw, 4rem);
}

.premium-hero__copy {
  position: relative;
  z-index: 2;
}

.premium-hero .hero-title {
  font-size: clamp(2.25rem, 5vw, 4.7rem);
  max-width: 11ch;
}

.premium-hero .hero-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  max-width: 700px;
}

.premium-hero__visual {
  position: relative;
}

.premium-hero__visual::after {
  background: #d89a3d;
  border-radius: 8px;
  content: "";
  height: 42%;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 42%;
  z-index: 0;
}

.premium-hero__visual .hero-photo {
  margin: 0;
  position: relative;
  z-index: 1;
}

.premium-hero__visual .hero-photo img {
  aspect-ratio: 5 / 4;
  border: 10px solid #ffffff;
  box-shadow: 0 28px 70px rgba(15, 95, 106, 0.2);
}

.hero-trust-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(19, 127, 143, 0.16);
  border-radius: 8px;
  bottom: -2rem;
  box-shadow: 0 22px 55px rgba(22, 50, 55, 0.16);
  max-width: 360px;
  padding: 1.2rem;
  position: absolute;
  right: 1rem;
  z-index: 3;
}

.hero-trust-panel h2 {
  font-size: 1.1rem;
  margin: 0.2rem 0 0.5rem;
}

.hero-trust-panel ul {
  margin-bottom: 0;
  padding-left: 1.1rem;
}

.hero-trust-panel__label,
.intent-label,
.seo-service-note {
  color: #0f5f6a;
  font-size: 0.88rem;
  font-weight: 750;
}

.premium-hero__proofs,
.process-steps {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.premium-hero__proofs p,
.process-step {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #dbecef;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(22, 50, 55, 0.06);
  margin: 0;
  padding: 0.9rem 1rem;
}

.premium-hero__proofs strong {
  color: #0f5f6a;
  font-size: 1.05rem;
}

.process-steps {
  margin-top: 2rem;
}

.process-step {
  min-height: 210px;
}

.step-number {
  color: #d89a3d;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
}

.process-step h3 {
  font-size: 1.18rem;
}

.seo-service-note {
  background: #e8f6f7;
  border-left: 4px solid #137f8f;
  border-radius: 8px;
  margin-bottom: 1.25rem;
  padding: 1rem 1.1rem;
}

.treatment-intent .service-card {
  border-top: 4px solid #137f8f;
  position: relative;
}

.service-card--featured {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
}

.intent-label {
  background: #fff8ed;
  border: 1px solid #f2d7aa;
  border-radius: 8px;
  color: #8a5a1f;
  display: inline-block;
  margin: 0.25rem 0 0.75rem;
  padding: 0.35rem 0.55rem;
}

.info-card,
.service-card,
.testimonial-card,
.map-card,
.trust-list {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.info-card:hover,
.service-card:hover,
.testimonial-card:hover {
  border-color: rgba(19, 127, 143, 0.32);
  box-shadow: 0 18px 45px rgba(22, 50, 55, 0.1);
  transform: translateY(-3px);
}

.floating-whatsapp {
  align-items: center;
  background: #137f8f;
  border: 2px solid #ffffff;
  border-radius: 999px;
  bottom: 1.25rem;
  box-shadow: 0 16px 42px rgba(15, 95, 106, 0.32);
  color: #ffffff;
  display: flex;
  font-weight: 800;
  min-height: 52px;
  padding: 0 1.15rem;
  position: fixed;
  right: 1.25rem;
  text-decoration: none;
  z-index: 100;
}

.floating-whatsapp:hover {
  background: #0f5f6a;
  color: #ffffff;
}

.mobile-service-strip,
.mobile-appointment-card {
  display: none;
}

.local-authority {
  background:
    linear-gradient(90deg, rgba(19, 127, 143, 0.08), transparent 48%),
    #ffffff;
}

.responsive-proof-grid,
.journey-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.proof-tile,
.journey-card {
  background: #ffffff;
  border: 1px solid #dbecef;
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(22, 50, 55, 0.07);
  min-height: 175px;
  padding: 1.2rem;
}

.proof-tile--accent {
  background: #163237;
  border-color: #163237;
  color: #ffffff;
}

.proof-tile--accent .proof-kicker,
.proof-tile--accent p {
  color: #ffffff;
}

.proof-kicker,
.journey-tag {
  color: #137f8f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.treatment-journey {
  background:
    linear-gradient(180deg, rgba(232, 246, 247, 0.95), rgba(247, 251, 251, 0.98));
}

.journey-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.journey-card h3 {
  font-size: 1.2rem;
}

.journey-cta a {
  color: #0f5f6a;
  font-weight: 800;
  text-decoration: none;
}

.conversion-strip {
  background: #ffffff;
  border: 1px solid rgba(19, 127, 143, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(22, 50, 55, 0.08);
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1rem 1.2rem;
}

.conversion-strip p {
  margin: 0;
}

.mobile-safe-stack {
  gap: clamp(1.25rem, 4vw, 3rem);
}

@media (min-width: 783px) {
  .service-grid.treatment-intent {
    align-items: stretch;
  }

  .final-cta {
    padding-bottom: 6rem;
  }

  .local-authority .wp-block-column:first-child {
    padding-right: 1rem;
  }
}

@media (max-width: 782px) {
  .premium-hero {
    padding-top: 2.4rem;
  }

  .premium-hero .hero-title {
    font-size: 2.35rem;
    max-width: 100%;
  }

  .premium-hero__proofs,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .hero-trust-panel {
    bottom: auto;
    margin-top: 1rem;
    max-width: none;
    position: relative;
    right: auto;
  }

  .premium-hero__visual::after {
    height: 34%;
    right: -0.35rem;
    top: -0.35rem;
    width: 34%;
  }

  .premium-hero__visual .hero-photo img {
    border-width: 6px;
  }

  .wp-block-button,
  .wp-block-button__link {
    width: 100%;
  }

  .hero-actions .wp-block-button__link,
  .final-cta .wp-block-button__link {
    text-align: center;
  }

  .floating-whatsapp {
    bottom: 0.75rem;
    justify-content: center;
    left: 1rem;
    min-height: 50px;
    right: 1rem;
  }

  .site-footer {
    padding-bottom: 5.5rem;
  }

  .mobile-safe-stack {
    display: flex;
    flex-direction: column;
  }

  .responsive-proof-grid,
  .journey-grid {
    grid-template-columns: 1fr;
  }

  .proof-tile,
  .journey-card {
    min-height: auto;
  }

  .conversion-strip {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  body {
    overflow-wrap: anywhere;
  }

  .site-header {
    border-bottom: 1px solid #dbecef;
  }

  .site-header__inner {
    align-items: center !important;
    display: flex !important;
    justify-content: space-between !important;
    min-height: 74px;
    padding: 0.65rem 1rem;
  }

  .brand {
    gap: 0.65rem;
    max-width: 100%;
    width: auto;
  }

  .brand__svg svg {
    height: 48px;
    width: 48px;
  }

  .brand__name {
    font-size: 0.92rem;
    line-height: 1.18;
  }

  .brand__line,
  .site-header .site-nav,
  .site-header .header-actions {
    display: none !important;
  }

  .mobile-hero-stack {
    padding-bottom: 1.35rem;
    padding-top: 1.35rem;
  }

  .mobile-hero-stack .premium-hero__grid {
    gap: 0.9rem;
  }

  .mobile-hero-stack .hero-title {
    font-size: 1.82rem !important;
    line-height: 1.08;
    margin-bottom: 0.55rem;
  }

  .mobile-hero-stack .hero-subtitle {
    display: -webkit-box;
    font-size: 0.98rem !important;
    line-height: 1.44;
    margin-bottom: 0.9rem;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .mobile-first-fold .eyebrow {
    font-size: 0.68rem;
    margin-bottom: 0.5rem;
  }

  .mobile-first-fold .hero-actions {
    gap: 0.5rem;
  }

  .mobile-first-fold .hero-actions .wp-block-button__link {
    font-size: 0.9rem;
    min-height: 42px;
    padding: 0.7rem 0.85rem;
  }

  .mobile-first-fold .hero-badges,
  .mobile-first-fold .premium-hero__proofs {
    display: none;
  }

  .mobile-service-strip,
  .mobile-appointment-card {
    display: block;
  }

  .mobile-service-strip {
    background: #ffffff;
    border: 1px solid #dbecef;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(22, 50, 55, 0.08);
    margin-top: 0.65rem;
    padding: 0.85rem;
  }

  .mobile-service-strip__title {
    color: #163237;
    font-size: 0.86rem;
    font-weight: 850;
    margin: 0 0 0.65rem;
  }

  .mobile-nav-pills {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-nav-pills p {
    flex: 0 0 auto;
    margin: 0;
    scroll-snap-align: start;
  }

  .mobile-nav-pills a {
    background: #e8f6f7;
    border: 1px solid #c7eadf;
    border-radius: 999px;
    color: #0f5f6a;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 800;
    min-height: 40px;
    padding: 0.55rem 0.78rem;
    text-decoration: none;
    touch-action: manipulation;
    white-space: nowrap;
  }

  .hero-trust-panel {
    display: none;
  }

  .mobile-appointment-card {
    background: #163237;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(22, 50, 55, 0.22);
    color: #ffffff;
    margin-top: 1rem;
    padding: 1rem;
  }

  .mobile-appointment-card h3,
  .mobile-appointment-card p {
    color: #ffffff;
  }

  .mobile-appointment-card h3 {
    font-size: 1.1rem;
    margin: 0.2rem 0 0.35rem;
  }

  .mobile-appointment-card__label {
    color: #f2c27b;
    font-size: 0.76rem;
    font-weight: 850;
    margin: 0;
    text-transform: uppercase;
  }

  .mobile-appointment-card .wp-block-button__link {
    background: #d89a3d;
    color: #163237;
    font-weight: 900;
  }

  .premium-hero__visual .hero-photo img {
    aspect-ratio: 16 / 9;
  }

  .section-band {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .section-heading {
    margin-bottom: 1.25rem;
  }

  .section-heading h2,
  .local-authority h2,
  .treatment-journey h2,
  .faq-section h2 {
    font-size: 1.65rem;
  }

  .info-card,
  .service-card,
  .proof-tile,
  .journey-card,
  .testimonial-card,
  .map-card,
  .trust-list {
    box-shadow: 0 8px 22px rgba(22, 50, 55, 0.07);
    padding: 1rem;
  }

  .service-card h3,
  .journey-card h3,
  .process-step h3 {
    font-size: 1.08rem;
  }

  .mobile-whatsapp-compact.mobile-bottom-cta {
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    box-shadow: 0 10px 24px rgba(15, 95, 106, 0.26);
    font-size: 0.82rem;
    left: auto;
    min-height: 42px;
    min-width: 94px;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    right: 0.75rem;
    width: auto;
  }

  .site-footer {
    padding-bottom: 5.75rem;
  }
}
