* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --gold: #d49a24;
  --gold-dark: #b98224;
  --ink: #4a3023;
  --cream: #fff8ef;
  --white: #ffffff;
  --panel: rgba(255, 255, 255, 0.78);
  --shadow: 0 7px 16px rgba(80, 55, 35, 0.23);
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--ink);
  background: var(--cream);
  font-family: "Poppins", sans-serif;
}

.header {
  width: 100%;
  min-height: 96px;
  padding: 0 5%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.06);
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  width: 112px;
  height: auto;
  display: block;
}

.nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-left: 14px;
}

.nav a {
  color: #12100f;
  font-family: "Great Vibes", cursive;
  font-size: 36px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav a:hover,
.nav a.active {
  color: var(--gold);
}

.nav a.active {
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
}

.menu-btn {
  margin-left: auto;
  display: none;
  background: none;
  border: 0;
  color: var(--gold-dark);
  cursor: pointer;
  font-size: 32px;
}

.ultra-page {
  min-height: calc(100vh - 96px);
  position: relative;
  overflow: hidden;
  padding: 0 0 48px;
  background:
    linear-gradient(rgba(255, 250, 244, 0.74), rgba(255, 250, 244, 0.74)),
    url("../img/ultrasonidoFocalizado/ChatGPT Image 2 jun 2026, 10_17_57 a.m..png") center / cover no-repeat;
}

.back-link {
  position: absolute;
  top: 42px;
  left: 1.1%;
  width: 72px;
  height: 34px;
  z-index: 4;
  transition: transform 0.28s ease;
}

.back-link::before,
.back-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--gold);
}

.back-link::before {
  width: 100%;
  height: 4px;
  transform: translateY(-50%);
  transition:
    width 0.28s ease,
    box-shadow 0.28s ease;
}

.back-link::after {
  width: 23px;
  height: 23px;
  border-left: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
  background: transparent;
  transform: translate(2px, -50%) rotate(45deg);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease;
}

.back-link:hover {
  transform: translateX(-6px);
}

.back-link:hover::before {
  width: 112%;
  box-shadow: 0 0 12px rgba(212, 154, 36, 0.42);
}

.back-link:hover::after {
  transform: translate(-2px, -50%) rotate(45deg) scale(1.08);
}

.hero {
  min-height: 488px;
  display: grid;
  grid-template-columns: minmax(430px, 48%) minmax(0, 52%);
  align-items: start;
}

.hero-copy {
  padding: 68px 36px 0 44px;
  text-align: center;
}

.hero-copy h1 {
  color: var(--ink);
  font-family: "Playfair Display", serif;
  font-size: clamp(37px, 3.9vw, 43px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
}

.hero-copy h1 span {
  color: var(--gold);
}

.title-line {
  width: min(300px, 72%);
  height: 2px;
  margin: 10px auto 28px;
  background: var(--gold);
}

.hero-copy > p {
  max-width: 510px;
  margin: 0 auto;
  color: #12100f;
  font-family: "Playfair Display", serif;
  font-size: clamp(19px, 1.9vw, 23px);
  font-weight: 700;
  line-height: 1.18;
}

.mini-benefits {
  width: min(485px, 92%);
  min-height: 132px;
  margin: 40px auto 0;
  padding: 18px 18px;
  border-radius: 0 0 28px 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.mini-benefits article {
  min-height: 98px;
  padding: 0 14px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  gap: 8px;
}

.mini-benefits article + article {
  border-left: 1px solid rgba(212, 154, 36, 0.46);
}

.mini-benefits img {
  width: 62px;
  height: 62px;
  padding: 5px;
  object-fit: contain;
  border-radius: 50%;
  display: block;
  background: rgba(255, 246, 232, 0.9);
}

.mini-benefits p {
  color: var(--ink);
  font-family: "Playfair Display", serif;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 600;
  line-height: 1.14;
}

.hero-photo {
  min-height: 468px;
  border-top: 2px solid var(--gold);
  overflow: hidden;
  clip-path: ellipse(76% 88% at 78% 40%);
}

.hero-photo img {
  width: 100%;
  height: 468px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.benefit-strip {
  width: min(1060px, 98%);
  min-height: 112px;
  margin: 34px auto 0;
  padding: 14px 18px;
  border-radius: 0 0 28px 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.benefit-strip article {
  min-width: 0;
  min-height: 84px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 16px;
}

.benefit-strip article + article {
  border-left: 1px solid rgba(212, 154, 36, 0.42);
}

.benefit-strip img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.benefit-strip h2 {
  color: var(--ink);
  font-family: "Playfair Display", serif;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}

.benefit-strip p {
  color: #2d241e;
  font-size: clamp(10px, 0.9vw, 12px);
  font-weight: 500;
  line-height: 1.3;
}

@media (prefers-reduced-motion: reduce) {
  .back-link,
  .back-link::before,
  .back-link::after {
    transition: none;
  }
}

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

  .hero-copy {
    padding: 76px 5% 28px;
  }

  .mini-benefits {
    margin-top: 42px;
  }

  .hero-photo {
    width: min(760px, 100%);
    min-height: 360px;
    margin: 0 auto;
    border-left: 2px solid var(--gold);
    border-right: 2px solid var(--gold);
    clip-path: ellipse(76% 94% at 54% 50%);
  }

  .hero-photo img {
    height: 360px;
  }

  .benefit-strip {
    width: min(820px, 94%);
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
    margin-top: 34px;
  }

  .benefit-strip article:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 900px) {
  .header {
    min-height: 72px;
    padding: 8px 5%;
  }

  .logo img {
    width: 88px;
  }

  .menu-btn {
    display: block;
  }

  .nav {
    flex: none;
    margin-left: 0;
    justify-content: flex-start;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    gap: 18px;
    padding: 20px;
    transform: translateY(-150%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  }

  .nav.show {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav a {
    font-size: 30px;
  }
}

@media (max-width: 680px) {
  .ultra-page {
    min-height: calc(100vh - 72px);
    padding-bottom: 36px;
  }

  .back-link {
    top: 28px;
    left: 5%;
    width: 58px;
  }

  .hero-copy {
    padding: 72px 5% 24px;
  }

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

  .hero-copy > p {
    font-size: 17px;
  }

  .mini-benefits {
    width: 92%;
    grid-template-columns: 1fr;
  }

  .mini-benefits article + article {
    border-left: 0;
    border-top: 1px solid rgba(212, 154, 36, 0.46);
  }

  .hero-photo {
    min-height: 286px;
    clip-path: ellipse(78% 94% at 54% 50%);
  }

  .hero-photo img {
    height: 286px;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
    padding: 12px 18px;
  }

  .benefit-strip article {
    min-height: 118px;
    padding: 18px 8px;
  }

  .benefit-strip article + article,
  .benefit-strip article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(212, 154, 36, 0.42);
  }
}
