:root {
  --bg: #07100e;
  --bg-2: #0a1512;
  --panel: #0e1b18;
  --text: #f3f7f6;
  --muted: #9eaaa7;
  --line: rgba(255, 255, 255, 0.11);
  --accent: #07cdaa;
  --accent-2: #6cf7df;
  --max: 1440px;
  --radius: 28px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
img {
  max-width: 100%;
  display: block;
}
::selection {
  background: var(--accent);
  color: #00110d;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 205, 170, 0.1), transparent 65%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.3s;
}
.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: min(calc(100% - 36px), 1380px);
  height: 72px;
  padding: 0 16px 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(6, 14, 12, 0.74);
  backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
}
.brand img {
  width: 150px;
  height: auto;
}
.brand span {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-2);
  border-left: 1px solid var(--line);
  padding-left: 13px;
}
.span2 {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
  border-left: 1px solid var(--line);
  padding-left: 13px;
  padding-right: 13px;
}
.desktop-nav {
  display: flex;
  gap: 32px;
}
.desktop-nav a {
  font-size: 14px;
  color: #cbd4d2;
  transition: 0.25s;
}
.desktop-nav a:hover {
  color: var(--accent-2);
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 12px;
}
.menu-toggle span {
  display: block;
  height: 1px;
  background: #fff;
  margin: 7px 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 650;
  font-size: 14px;
  transition: 0.35s var(--ease);
  cursor: pointer;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  color: #04211b;
  box-shadow: 0 10px 36px rgba(7, 205, 170, 0.2);
}
.button-primary:hover {
  box-shadow: 0 14px 42px rgba(7, 205, 170, 0.34);
}
.button-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
}
.button-ghost:hover {
  border-color: rgba(108, 247, 223, 0.45);
  background: rgba(7, 205, 170, 0.08);
}
.button-small {
  padding: 11px 17px;
  font-size: 13px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 14px;
}
.text-link span {
  color: var(--accent);
  transition: 0.3s;
}
.text-link:hover span {
  transform: translate(4px, -2px);
}
.hero {
  position: relative;
  min-height: 100svh;
  padding: 160px max(6vw, 32px) 90px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.9fr);
  gap: 5vw;
  align-items: center;
  overflow: hidden;
}
.hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.5;
}
.hero-ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}
.hero-ambient-a {
  width: 700px;
  height: 700px;
  right: -180px;
  top: -220px;
  background: radial-gradient(circle, rgba(7, 205, 170, 0.18), transparent 67%);
}
.hero-ambient-b {
  width: 800px;
  height: 400px;
  left: -240px;
  bottom: -250px;
  background: radial-gradient(circle, rgba(7, 205, 170, 0.1), transparent 65%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b9c5c2;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 700;
}
.eyebrow span {
  width: 26px;
  height: 1px;
  background: var(--accent);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(58px, 6.7vw, 112px);
  line-height: 0.91;
  letter-spacing: -0.065em;
  margin: 30px 0 28px;
  font-weight: 650;
}
h1 em,
h2 em {
  font-style: normal;
  color: var(--accent-2);
  font-weight: 400;
}
.hero-lead {
  max-width: 620px;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.6;
  color: #aeb9b6;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}
.offer-pill {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(108, 247, 223, 0.22);
  background: rgba(7, 205, 170, 0.06);
  padding: 8px 16px 8px 9px;
  border-radius: 999px;
  margin-top: 38px;
  color: #ccd7d4;
  font-size: 13px;
}
.offer-pill strong {
  background: var(--accent);
  color: #032019;
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 14px;
}
.hero-showcase {
  position: relative;
  height: min(720px, 70vh);
  min-height: 560px;
  perspective: 1200px;
  z-index: 2;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(108, 247, 223, 0.11);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.orbit-one {
  width: 600px;
  height: 600px;
}
.orbit-two {
  width: 430px;
  height: 430px;
}
.product-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    155deg,
    rgba(20, 38, 33, 0.93),
    rgba(7, 17, 14, 0.83)
  );
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
  transition: transform 0.25s linear;
}
.product-card-main {
  width: min(430px, 72%);
  height: 520px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  border-radius: 36px;
  padding: 24px;
  overflow: hidden;
}
.product-card-main:before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  left: 50%;
  top: 39%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(108, 247, 223, 0.18),
    transparent 65%
  );
}
.product-visual {
  height: 73%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tooth {
  position: absolute;
  width: 130px;
  height: 185px;
  background: linear-gradient(145deg, #f5fffd 0%, #c3ded8 52%, #78948d 100%);
  border-radius: 52% 48% 43% 47% / 29% 29% 71% 71%;
  filter: drop-shadow(0 24px 26px rgba(0, 0, 0, 0.3));
  box-shadow:
    inset -15px -16px 30px rgba(0, 40, 32, 0.24),
    inset 12px 9px 22px rgba(255, 255, 255, 0.65);
}
.tooth:after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  top: -16px;
  height: 55px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at 50% 70%,
    #90aca5 0 25%,
    #f6fffd 28% 58%,
    #a8c5be 62%
  );
  transform: rotate(-5deg);
}
.tooth-a {
  transform: translateX(-98px) rotate(-13deg) scale(0.86);
}
.tooth-b {
  z-index: 2;
  transform: translateY(-10px);
}
.tooth-c {
  transform: translateX(98px) rotate(13deg) scale(0.86);
}
.product-meta {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 25px;
  display: grid;
  gap: 7px;
}
.product-meta > span {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--accent);
  text-transform: uppercase;
}
.product-meta strong {
  font-size: 25px;
  letter-spacing: -0.03em;
}
.product-meta small {
  color: var(--muted);
}
.product-card-small {
  width: 230px;
  height: 132px;
  border-radius: 24px;
  padding: 17px;
  display: flex;
  gap: 14px;
  align-items: center;
}
.product-card-small span {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-card-small small {
  color: var(--muted);
  font-size: 12px;
}
.card-top {
  right: -2%;
  top: 15%;
  transform: rotate(-4deg);
}
.card-bottom {
  left: -4%;
  bottom: 14%;
  transform: rotate(5deg);
}
.mini-visual {
  width: 70px;
  height: 88px;
  flex: 0 0 70px;
  border-radius: 18px;
  background: rgba(7, 205, 170, 0.08);
  position: relative;
  overflow: hidden;
}
.implant-visual i {
  position: absolute;
  width: 20px;
  height: 52px;
  left: 25px;
  bottom: 12px;
  border: 3px solid #d9eeea;
  border-radius: 4px 4px 10px 10px;
  background: repeating-linear-gradient(
    0deg,
    transparent 0 5px,
    rgba(7, 205, 170, 0.4) 6px 8px
  );
}
.implant-visual b {
  position: absolute;
  width: 38px;
  height: 25px;
  border-radius: 50% 50% 35% 35%;
  background: #e9f6f3;
  left: 16px;
  top: 8px;
}
.scan-visual i {
  position: absolute;
  width: 2px;
  background: var(--accent);
  bottom: 16px;
  box-shadow: 0 0 14px var(--accent);
}
.scan-visual i:nth-child(1) {
  height: 35px;
  left: 20px;
}
.scan-visual i:nth-child(2) {
  height: 55px;
  left: 34px;
}
.scan-visual i:nth-child(3) {
  height: 43px;
  left: 48px;
}
.floating-chip {
  position: absolute;
  border: 1px solid rgba(108, 247, 223, 0.24);
  background: rgba(7, 17, 14, 0.8);
  padding: 10px 14px;
  border-radius: 999px;
  color: #d9e7e3;
  font-size: 12px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}
.chip-a {
  left: 5%;
  top: 12%;
}
.chip-b {
  right: 8%;
  bottom: 10%;
}
.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  color: #70817d;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.scroll-cue span {
  width: 42px;
  height: 1px;
  background: #42514e;
  position: relative;
  overflow: hidden;
}
.scroll-cue span:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: translateX(-100%);
  animation: scan 2.2s infinite;
}
@keyframes scan {
  to {
    transform: translateX(100%);
  }
}
.trust-strip {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--max);
  margin: auto;
  margin-left: 10%;
  margin-right: 10%;
}
.trust-strip div {
  padding: 28px 3vw;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid var(--line);
}
.trust-strip div:last-child {
  border-right: 0;
}
.trust-strip strong {
  font-size: 24px;
  color: var(--accent-2);
}
.trust-strip span {
  font-size: 13px;
  color: var(--muted);
}
.section-pad {
  padding: 130px max(6vw, 32px);
  position: relative;
}
.section-index {
  position: absolute;
  right: 6vw;
  top: 45px;
  color: #32423e;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.intro {
  max-width: var(--max);
  margin: auto;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
}
.intro h2,
.section-heading h2,
.process h2,
.values h2 {
  font-size: clamp(44px, 5vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin: 22px 0;
}
.intro-copy {
  padding-top: 55px;
}
.intro-copy p {
  font-size: 18px;
  line-height: 1.7;
  color: #aab6b3;
}
.intro-copy p:first-child {
  color: #d8e0de;
  font-size: 22px;
}
.intro-copy .text-link {
  margin-top: 20px;
}
.marquee {
  overflow: hidden;
  margin: 115px calc(-1 * max(6vw, 32px)) -65px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  white-space: nowrap;
  color: #33433f;
}
.marquee div {
  font-size: 34px;
  letter-spacing: 0.08em;
  animation: marquee 28s linear infinite;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.services {
  background: var(--bg-2);
  overflow: visible;
}
.section-heading {
  max-width: var(--max);
  margin: auto;
  display: grid;
  grid-template-columns: 1.25fr 0.5fr;
  align-items: end;
  gap: 7vw;
}
.section-heading > p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 28px;
}
.services-track {
  max-width: var(--max);
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(260px, 1fr));
  gap: 16px;
  overflow-x: visible;
  padding-bottom: 15px;
  scrollbar-width: none;
}
.service-card {
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
  transition: 0.5s var(--ease);
  background: rgba(255, 255, 255, 0.015);
}
.service-card:hover,
.service-card:focus {
  outline: none;
  transform: translateY(-10px);
  border-color: rgba(108, 247, 223, 0.34);
  background: linear-gradient(
    150deg,
    rgba(7, 205, 170, 0.1),
    rgba(255, 255, 255, 0.02)
  );
}
.service-card.active {
  background: linear-gradient(
    150deg,
    rgba(7, 205, 170, 0.13),
    rgba(255, 255, 255, 0.02)
  );
  border-color: rgba(108, 247, 223, 0.35);
}
.service-number {
  color: #63736f;
  font-size: 11px;
  letter-spacing: 0.18em;
}
.service-icon {
  height: 150px;
  margin: 25px 0;
  position: relative;
}
.service-icon:before,
.service-icon:after {
  content: "";
  position: absolute;
}
.tooth-icon:before {
  width: 88px;
  height: 115px;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  border: 1px solid var(--accent);
  border-radius: 48% 52% 42% 45% / 30% 30% 70% 70%;
  box-shadow: 0 0 45px rgba(7, 205, 170, 0.18);
}
.implant-icon:before {
  width: 36px;
  height: 90px;
  border: 1px solid var(--accent);
  left: 50%;
  top: 42px;
  transform: translateX(-50%);
  background: repeating-linear-gradient(
    0deg,
    transparent 0 8px,
    rgba(7, 205, 170, 0.25) 9px 10px
  );
}
.implant-icon:after {
  width: 72px;
  height: 42px;
  border: 1px solid var(--accent);
  border-radius: 50% 50% 35% 35%;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}
.scan-icon:before {
  inset: 25px 20px;
  border: 1px solid rgba(7, 205, 170, 0.5);
  clip-path: polygon(
    0 22%,
    22% 22%,
    22% 0,
    78% 0,
    78% 22%,
    100% 22%,
    100% 78%,
    78% 78%,
    78% 100%,
    22% 100%,
    22% 78%,
    0 78%
  );
}
.scan-icon:after {
  left: 30px;
  right: 30px;
  top: 75px;
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 18px var(--accent);
}
.bridge-icon:before {
  width: 150px;
  height: 55px;
  left: 50%;
  top: 47px;
  transform: translateX(-50%);
  border: 1px solid var(--accent);
  border-radius: 50% 50% 24px 24px;
}
.bridge-icon:after {
  width: 1px;
  height: 75px;
  background: var(--accent);
  left: 50%;
  top: 36px;
  box-shadow:
    -45px 0 var(--accent),
    45px 0 var(--accent);
}
.removable-icon:before {
  width: 150px;
  height: 72px;
  left: 50%;
  top: 42px;
  transform: translateX(-50%);
  border: 1px solid var(--accent);
  border-radius: 16px 16px 70px 70px;
}
.removable-icon:after {
  width: 120px;
  height: 20px;
  left: 50%;
  top: 66px;
  transform: translateX(-50%);
  border-top: 1px dashed var(--accent);
}
.service-card h3 {
  font-size: 25px;
  letter-spacing: -0.03em;
}
.service-card p {
  color: var(--muted);
  line-height: 1.6;
}
.service-card a {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  color: #dfe8e6;
}
.service-card a span {
  color: var(--accent);
}
.process {
  max-width: var(--max);
  margin: auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10vw;
}
.process-sticky {
  position: sticky;
  top: 150px;
  height: max-content;
}
.process-sticky > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
  max-width: 470px;
}
.process-sticky .button {
  margin-top: 25px;
}
.process-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 50px 0;
  border-top: 1px solid var(--line);
}
.process-list article:last-child {
  border-bottom: 1px solid var(--line);
}
.process-list article > span {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.15em;
}
.process-list h3 {
  font-size: 30px;
  letter-spacing: -0.035em;
  margin-bottom: 14px;
}
.process-list p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 560px;
}
.values {
  background: linear-gradient(180deg, #08110f, #0b1b17);
}
.values-copy {
  max-width: 980px;
  margin: 0 auto 70px;
  text-align: center;
}
.values-copy .eyebrow {
  justify-content: center;
}
.values-grid {
  max-width: var(--max);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.values-grid article {
  min-height: 300px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: 0.4s;
}
.values-grid article:hover {
  background: rgba(7, 205, 170, 0.055);
}
.values-grid span {
  color: var(--accent);
  font-size: 11px;
}
.values-grid h3 {
  font-size: 27px;
  margin-top: 90px;
}
.values-grid p {
  color: var(--muted);
  line-height: 1.6;
}
.testimonial {
  max-width: var(--max);
  margin: auto;
  min-height: 680px;
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
}
.quote-mark {
  font-family: Georgia, serif;
  font-size: 250px;
  line-height: 0.7;
  color: var(--accent);
  opacity: 0.22;
}
.testimonial-slider {
  position: relative;
  min-height: 330px;
}
.testimonial-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: 0.7s var(--ease);
}
.testimonial-slide.active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.testimonial blockquote {
  font-size: clamp(32px, 4vw, 62px);
  line-height: 1.2;
  letter-spacing: -0.045em;
  margin: 0;
  max-width: 1000px;
}
.testimonial figcaption {
  margin-top: 40px;
  display: grid;
  gap: 4px;
}
.testimonial figcaption span {
  color: var(--muted);
}
.slider-controls {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 25px;
}
.slider-controls button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.slider-controls button:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.slider-controls span {
  font-size: 12px;
  color: #61716d;
}
.slider-controls b {
  color: #fff;
}

/* ==================================================
   CONTACTO
================================================== */

.contact-section {
  max-width: calc(var(--max) - 60px);
  margin: 0 auto 80px;
  border: 1px solid rgba(108, 247, 223, 0.2);
  border-radius: 42px;
  background: linear-gradient(
    145deg,
    rgba(13, 33, 27, 0.98),
    rgba(7, 16, 14, 0.98) 65%
  );
  overflow: hidden;
  isolation: isolate;
}

.contact-glow {
  position: absolute;
  z-index: -1;
  width: 700px;
  height: 700px;
  top: -380px;
  left: -260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(7, 205, 170, 0.2),
    transparent 68%
  );
  pointer-events: none;
}

.contact-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: 7vw;
  margin-bottom: 70px;
}

.contact-heading-copy {
  max-width: 900px;
}

.contact-heading h2 {
  max-width: 880px;
  margin: 22px 0;
  font-size: clamp(44px, 5vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.contact-heading h2 em {
  color: var(--accent-2);
  font-style: normal;
  font-weight: 400;
}

.contact-heading-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.contact-offer {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(108, 247, 223, 0.22);
  border-radius: 24px;
  background: rgba(7, 205, 170, 0.06);
}

.contact-offer-value {
  flex: 0 0 auto;
  color: var(--accent-2);
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.06em;
}

.contact-offer div {
  display: grid;
  gap: 6px;
}

.contact-offer strong {
  font-size: 16px;
}

.contact-offer small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-card {
  position: relative;
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.018);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    transform 0.45s var(--ease),
    border-color 0.45s var(--ease),
    background 0.45s var(--ease);
}

.contact-card:hover {
  transform: translateY(-8px);
  border-color: rgba(108, 247, 223, 0.35);
  background: linear-gradient(
    145deg,
    rgba(7, 205, 170, 0.1),
    rgba(255, 255, 255, 0.02)
  );
}

.contact-card-index {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #60716d;
  font-size: 11px;
  letter-spacing: 0.18em;
}

.contact-card-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 55px;
  border: 1px solid rgba(108, 247, 223, 0.24);
  border-radius: 16px;
  background: rgba(7, 205, 170, 0.08);
  color: var(--accent-2);
  display: grid;
  place-items: center;
  font-size: 20px;
}

.contact-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.contact-card-label {
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.contact-card h3 {
  margin: 12px 0 13px;
  font-size: 28px;
  letter-spacing: -0.035em;
}

.contact-card p {
  margin-bottom: 26px;
  color: var(--muted);
  line-height: 1.65;
}

.contact-card-link {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #e6efed;
  font-size: 15px;
  font-weight: 650;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  overflow-wrap: anywhere;
}

.contact-card-link span {
  color: var(--accent);
  transition: transform 0.3s var(--ease);
}

.contact-card-link:hover span {
  transform: translate(4px, -3px);
}

.contact-map {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(3, 10, 8, 0.48);
}

.contact-map-header {
  padding: 6px 5px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.contact-map-header h3 {
  margin: 8px 0 0;
  font-size: 28px;
  letter-spacing: -0.035em;
}

.contact-map-frame {
  position: relative;
  width: 100%;
  min-height: 480px;
  border-radius: 22px;
  overflow: hidden;
  background: #091410;
}

.contact-map-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(108, 247, 223, 0.16);
  border-radius: inherit;
  pointer-events: none;
}

.contact-map-frame iframe {
  width: 100%;
  height: 480px;
  border: 0;
  display: block;
  filter: none;
}

.site-footer {
  max-width: var(--max);
  margin: auto;
  padding: 50px max(4vw, 28px) 28px;
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 0.7fr;
  gap: 5vw;
  border-top: 1px solid var(--line);
}
.footer-brand img {
  width: 210px;
}
.footer-brand span {
  display: block;
  color: var(--muted);
  margin-top: 12px;
  font-size: 13px;
}
.footer-nav,
.footer-contact {
  display: grid;
  gap: 12px;
  align-content: start;
}
.footer-nav a,
.footer-contact a {
  color: #adb9b6;
  font-size: 14px;
}
.footer-bottom {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  color: #61716d;
  font-size: 12px;
}
.whatsapp-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  background: var(--accent);
  color: #05211b;
  border-radius: 999px;
  padding: 20px 32px 20px 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}
.whatsapp-fab span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #05211b;
  color: var(--accent);
  display: grid;
  place-items: center;
}
[data-reveal] {
  opacity: 0;
  transform: translateY(45px);
  transition:
    opacity 0.9s var(--ease),
    transform 0.9s var(--ease);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .site-header > .button {
    display: none;
  }
  .site-header.nav-open {
    height: auto;
    min-height: 72px;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .site-header.nav-open .desktop-nav {
    display: flex;
    order: 4;
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding-top: 15px;
  }
  .site-header.nav-open .desktop-nav a {
    padding: 14px 0;
    border-top: 1px solid var(--line);
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 150px;
  }
  .hero-copy {
    max-width: 880px;
  }
  .hero-showcase {
    height: 650px;
  }
  .product-card-main {
    width: 410px;
  }
  .card-top {
    right: 12%;
  }
  .card-bottom {
    left: 12%;
  }
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-strip div:nth-child(2) {
    border-right: 0;
  }
  .trust-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .section-heading {
    grid-template-columns: 1fr;
  }
  .section-heading > p {
    max-width: 650px;
  }
  .process {
    gap: 5vw;
  }
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-heading {
    grid-template-columns: 1fr;
  }

  .contact-offer {
    max-width: 520px;
  }

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

  .contact-card:last-child {
    grid-column: 1 / -1;
  }
  .testimonial {
    grid-template-columns: 90px 1fr;
  }
  .quote-mark {
    font-size: 150px;
  }
}
@media (max-width: 720px) {
  .cursor-glow {
    display: none;
  }
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    height: 64px;
  }
  .brand img {
    width: 125px;
  }
  .brand span {
    display: none;
  }
  .hero {
    padding: 130px 20px 75px;
    min-height: auto;
  }
  .hero h1 {
    font-size: 55px;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .hero-showcase {
    height: 520px;
    min-height: 0;
    margin-top: 25px;
  }
  .orbit-one {
    width: 470px;
    height: 470px;
  }
  .orbit-two {
    width: 330px;
    height: 330px;
  }
  .product-card-main {
    width: 310px;
    height: 420px;
  }
  .product-meta strong {
    font-size: 20px;
  }
  .tooth {
    width: 95px;
    height: 145px;
  }
  .tooth-a {
    transform: translateX(-70px) rotate(-13deg) scale(0.86);
  }
  .tooth-c {
    transform: translateX(70px) rotate(13deg) scale(0.86);
  }
  .card-top {
    width: 170px;
    height: 100px;
    right: -8%;
    top: 7%;
    padding: 11px;
  }
  .card-bottom {
    width: 175px;
    height: 100px;
    left: -8%;
    bottom: 6%;
    padding: 11px;
  }
  .mini-visual {
    width: 50px;
    height: 70px;
    flex-basis: 50px;
  }
  .floating-chip {
    font-size: 10px;
  }
  .chip-a {
    left: 0;
  }
  .chip-b {
    right: 0;
  }
  .scroll-cue {
    display: none;
  }
  .trust-strip div {
    padding: 22px 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .section-pad {
    padding: 90px 20px;
  }
  .intro-grid {
    grid-template-columns: 1fr;
  }
  .intro-copy {
    padding-top: 0;
  }
  .intro-copy p:first-child {
    font-size: 19px;
  }
  .marquee {
    margin-left: -20px;
    margin-right: -20px;
  }
  .marquee div {
    font-size: 24px;
  }
  .services-track {
    margin-right: -20px;
    grid-template-columns: repeat(5, 280px);
  }
  .process {
    grid-template-columns: 1fr;
  }
  .process-sticky {
    position: relative;
    top: 0;
  }
  .process-list article {
    grid-template-columns: 45px 1fr;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .values-grid h3 {
    margin-top: 55px;
  }
  .testimonial {
    grid-template-columns: 1fr;
    min-height: 650px;
  }
  .quote-mark {
    display: none;
  }
  .testimonial-slider {
    min-height: 440px;
  }
  .slider-controls {
    grid-column: 1;
  }
  .testimonial blockquote {
    font-size: 34px;
  }
  .contact-section {
    margin: 0 10px 45px;
    padding: 75px 20px;
    border-radius: 30px;
  }

  .contact-heading {
    margin-bottom: 45px;
  }

  .contact-heading-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .contact-offer {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

  .contact-card:last-child {
    grid-column: auto;
  }

  .contact-card {
    min-height: 290px;
    padding: 24px;
  }

  .contact-card-icon {
    margin-bottom: 38px;
  }

  .contact-map {
    padding: 12px;
    border-radius: 24px;
  }

  .contact-map-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 8px 20px;
  }

  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 390px;
    height: 390px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .footer-bottom {
    grid-column: 1;
    flex-direction: column;
    gap: 10px;
  }
  .whatsapp-fab b {
    display: none;
  }
  .whatsapp-fab {
    padding: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .cursor-glow {
    display: none;
  }
}

/* ==================================================
   CONTACTO COMPACTO
================================================== */

.contact-section {
  padding-top: 55px;
  padding-bottom: 55px;
  margin-bottom: 45px;
}

.contact-heading {
  margin-bottom: 32px;
  gap: 4vw;
}

.contact-heading h2 {
  font-size: clamp(38px, 4vw, 62px);
  margin: 16px 0;
}

.contact-heading-copy > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.55;
}

.contact-offer {
  padding: 16px 18px;
}

.contact-offer-value {
  font-size: clamp(38px, 3.5vw, 54px);
}

.contact-cards {
  gap: 12px;
}

.contact-card {
  min-height: 230px;
  padding: 22px;
}

.contact-card-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
}

.contact-card h3 {
  margin: 8px 0 10px;
  font-size: 24px;
}

.contact-card p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.contact-card-link {
  padding-top: 12px;
  font-size: 14px;
}

.contact-map {
  margin-top: 12px;
  padding: 14px;
}

.contact-map-header {
  padding: 4px 4px 14px;
}

.contact-map-header h3 {
  font-size: 23px;
}

.contact-map-frame,
.contact-map-frame iframe {
  height: 260px;
  min-height: 260px;
}


.contact-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

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

.contact-map-frame,
.contact-map-frame iframe {
  height: 320px;
  min-height: 320px;
}