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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #102033;
  background: #fff;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 253, 255, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(8, 120, 148, .16);
  box-shadow: 0 10px 28px rgba(15, 43, 82, .06);
}

.header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #16a6c7, #19b955, #f2c56b);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px 0 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-logo-link {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 86px;
  height: 52px;
  border-radius: 14px;
  overflow: visible;
}

.logo-oasis {
  height: 48px;
}

.logo-oasis-main,
.logo-oasis-hover {
  grid-area: 1 / 1;
  transition: opacity .28s ease, transform .28s ease, filter .28s ease;
}

.logo-oasis-main {
  width: 86px;
  height: 48px;
  object-fit: contain;
  opacity: 1;
}

.logo-oasis-hover {
  width: 58px;
  height: 48px;
  object-fit: contain;
  opacity: 0;
  transform: translateY(6px) scale(.76) rotate(-5deg);
  filter: drop-shadow(0 8px 12px rgba(15, 43, 82, .14));
}

.brand-logo-link:hover .logo-oasis-main,
.brand-logo-link:focus-visible .logo-oasis-main,
.brand-logo-link.is-logo-hover .logo-oasis-main {
  opacity: 0;
  transform: translateY(-5px) scale(.82) rotate(4deg);
}

.brand-logo-link:hover .logo-oasis-hover,
.brand-logo-link:focus-visible .logo-oasis-hover,
.brand-logo-link.is-logo-hover .logo-oasis-hover {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0);
}

.logo-ryc {
  height: 42px;
}

.brand-ryc-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: transform .2s ease, filter .2s ease;
}

.brand-ryc-link:hover,
.brand-ryc-link:focus-visible {
  transform: scale(1.08);
  filter: drop-shadow(0 8px 12px rgba(15, 43, 82, .14));
}

.brand-separator {
  width: 1px;
  height: 42px;
  background: #cbd6e1;
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
  color: #25435d;
  overflow: visible;
}

.nav-duck {
  position: absolute;
  left: -46px;
  top: 38%;
  z-index: 0;
  width: 42px;
  height: 30px;
  color: rgba(12, 139, 171, .28);
  pointer-events: none;
  opacity: .88;
  transform: translateY(-50%) rotate(-2deg);
  animation: nav-duck-swim 22s ease-in-out infinite;
  animation-delay: -6.7s;
}

.nav-duck::before,
.nav-duck::after,
.nav-duck i,
.nav-duck i::before,
.nav-duck i::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.nav-duck::before {
  left: 4px;
  top: 14px;
  width: 24px;
  height: 13px;
  border: 1px solid rgba(176, 129, 20, .18);
  border-radius: 60% 50% 48% 58%;
  background: linear-gradient(145deg, rgba(255, 219, 78, .92), rgba(245, 174, 38, .82));
  box-shadow: inset -4px -3px 5px rgba(176, 117, 12, .18), 0 3px 7px rgba(15, 43, 82, .10);
}

.nav-duck::after {
  left: 23px;
  top: 6px;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(176, 129, 20, .16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 70% 34%, #15315a 0 1.5px, transparent 2px),
    linear-gradient(145deg, rgba(255, 224, 86, .95), rgba(246, 184, 42, .86));
  box-shadow: inset -3px -2px 4px rgba(176, 117, 12, .16);
}

.nav-duck i::before {
  left: 19px;
  top: -2px;
  width: 8px;
  height: 5px;
  background: rgba(239, 126, 30, .9);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-radius: 1px;
  transform: rotate(18deg);
}

.nav-duck i::after {
  left: 1px;
  top: 27px;
  width: 35px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  opacity: .7;
}

.nav-duck i {
  left: 15px;
  top: 17px;
  width: 11px;
  height: 7px;
  border-radius: 70% 40% 60% 45%;
  background: rgba(255, 240, 134, .42);
  transform: rotate(-16deg);
}

.nav-duck::marker {
  display: none;
}

@keyframes nav-duck-swim {
  0% {
    left: -58px;
    top: 42%;
    opacity: 0;
    transform: translateY(-50%) rotate(-7deg);
  }
  7% {
    opacity: .88;
  }
  10% {
    top: 25%;
    transform: translateY(-50%) rotate(7deg);
  }
  20% {
    top: 55%;
    transform: translateY(-50%) rotate(-6deg);
  }
  31% {
    top: 23%;
    transform: translateY(-50%) rotate(6deg);
  }
  43% {
    top: 58%;
    transform: translateY(-50%) rotate(-5deg);
  }
  55% {
    top: 28%;
    transform: translateY(-50%) rotate(7deg);
  }
  67% {
    top: 54%;
    transform: translateY(-50%) rotate(-6deg);
  }
  79% {
    top: 24%;
    transform: translateY(-50%) rotate(5deg);
  }
  91% {
    top: 51%;
    opacity: .88;
    transform: translateY(-50%) rotate(-5deg);
  }
  100% {
    left: calc(100% + 58px);
    top: 42%;
    opacity: 0;
    transform: translateY(-50%) rotate(-4deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-duck {
    display: none;
  }
}

.nav a {
  position: relative;
  z-index: 1;
  border-radius: 999px;
  padding: 10px 13px;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, transform .18s ease;
}

.nav a::before,
.nav a::after {
  content: "";
  position: absolute;
  inset: -12px -14px;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transform: scale(.72);
  transition: opacity .22s ease, transform .36s cubic-bezier(.2, .8, .2, 1);
}

.nav a::before {
  background:
    radial-gradient(circle at 8% 56%, rgba(22, 166, 199, .48) 0 2px, transparent 3px),
    radial-gradient(circle at 17% 26%, rgba(22, 166, 199, .34) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 88% 48%, rgba(22, 166, 199, .50) 0 2px, transparent 3px),
    radial-gradient(circle at 77% 18%, rgba(22, 166, 199, .30) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 50% 2%, rgba(22, 166, 199, .24) 0 1.5px, transparent 2.5px);
}

.nav a::after {
  inset: -17px -22px;
  background:
    radial-gradient(ellipse at 14% 50%, transparent 0 9px, rgba(22, 166, 199, .32) 10px 11px, transparent 12px),
    radial-gradient(ellipse at 86% 50%, transparent 0 9px, rgba(22, 166, 199, .32) 10px 11px, transparent 12px);
  transform: scaleX(.58) scaleY(.78);
}

.nav a:hover,
.nav a:focus-visible {
  background: #e8f8fb;
  color: #088aad;
  transform: translateY(-1px);
}

.nav a:hover::before,
.nav a:hover::after,
.nav a:focus-visible::before,
.nav a:focus-visible::after,
.nav a.is-splash::before,
.nav a.is-splash::after,
.nav a:active::before,
.nav a:active::after {
  opacity: 1;
  transform: scale(1);
}

.nav a:hover::before,
.nav a:focus-visible::before,
.nav a.is-splash::before {
  animation: splash-drops .48s ease both;
}

.nav a:hover::after,
.nav a:focus-visible::after,
.nav a.is-splash::after {
  animation: splash-ripples .48s ease both;
}

.nav a:active {
  transform: translateY(1px) scale(.98);
}

@keyframes splash-drops {
  0% {
    opacity: 0;
    transform: scale(.68);
  }

  55% {
    opacity: 1;
    transform: scale(1.08);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes splash-ripples {
  0% {
    opacity: 0;
    transform: scaleX(.5) scaleY(.65);
  }

  100% {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  transition: .2s ease;
  border: 0;
}

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

.btn-whatsapp {
  background: #19b955;
  color: #fff;
  box-shadow: 0 16px 30px rgba(25, 185, 85, .24);
}

.btn-header {
  padding: 12px 20px;
}

.btn-large {
  padding: 16px 26px;
}

.btn-big {
  font-size: 22px;
  padding: 18px 34px;
}

.btn-secondary {
  background: #fff;
  color: #102033;
  border: 1px solid #d8e3ed;
  box-shadow: 0 8px 18px rgba(20, 45, 74, .08);
}

.btn-dark {
  width: 100%;
  background: #102033;
  color: #fff;
  padding: 13px 20px;
  margin-top: 18px;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 42%, rgba(103, 232, 249, .34), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(255, 215, 154, .48), transparent 28%),
    linear-gradient(135deg, #d9faff 0%, #fff 52%, #fff0d5 100%);
}

.water-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .78;
  mix-blend-mode: multiply;
}

.hero-bg {
  position: absolute;
  border-radius: 999px;
  filter: blur(55px);
  opacity: .7;
}

.hero-bg-left {
  left: -120px;
  top: 80px;
  width: 340px;
  height: 340px;
  background: #9eeaf5;
}

.hero-bg-right {
  right: -160px;
  bottom: -80px;
  width: 420px;
  height: 420px;
  background: #ffd79a;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 1.08fr);
  gap: 36px;
  align-items: center;
  padding: 58px 0;
}

.badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8f8fb;
  color: #087894;
  border: 1px solid #cfedf4;
  border-radius: 999px;
  padding: 9px 15px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.shipping-badge {
  position: relative;
  min-width: 246px;
  min-height: 39px;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  transition: background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.shipping-badge::after {
  content: "Flete a coordinar";
  position: absolute;
  left: 86px;
  top: 50%;
  color: #07506a;
  opacity: 0;
  transform: translateY(-50%) translateX(14px);
  transition: opacity .25s ease, transform .25s ease;
  white-space: nowrap;
}

.shipping-text {
  transition: opacity .22s ease, transform .22s ease;
}

.shipping-truck {
  position: absolute;
  left: 22px;
  top: 50%;
  width: 50px;
  height: 24px;
  opacity: 0;
  transform: translate(-62px, -50%) scale(.9);
  transition: opacity .22s ease, transform .42s cubic-bezier(.2, .8, .2, 1);
}

.truck-box,
.truck-cab,
.truck-wheel {
  position: absolute;
  border: 2px solid #0b8eaa;
}

.truck-box {
  left: 0;
  top: 5px;
  width: 27px;
  height: 13px;
  border-radius: 4px;
  background: rgba(20, 156, 183, .08);
}

.truck-cab {
  left: 27px;
  top: 8px;
  width: 17px;
  height: 10px;
  border-left: 0;
  border-radius: 2px 6px 4px 1px;
  background: rgba(20, 156, 183, .06);
}

.truck-cab::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  width: 6px;
  height: 4px;
  border-radius: 1px 4px 1px 1px;
  background: rgba(20, 156, 183, .28);
}

.truck-wheel {
  bottom: 1px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #e8f8fb;
}

.truck-wheel-left {
  left: 8px;
}

.truck-wheel-right {
  left: 33px;
}

.shipping-badge:hover,
.shipping-badge:focus-visible,
.shipping-badge.is-driving {
  background: #dcfbff;
  border-color: #9be0eb;
  color: #07506a;
  box-shadow: 0 12px 30px rgba(8, 120, 148, .14);
}

.shipping-badge:hover .shipping-text,
.shipping-badge:focus-visible .shipping-text,
.shipping-badge.is-driving .shipping-text {
  opacity: 0;
  transform: translateX(18px);
}

.shipping-badge:hover .shipping-truck,
.shipping-badge:focus-visible .shipping-truck,
.shipping-badge.is-driving .shipping-truck {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}

.shipping-badge:hover::after,
.shipping-badge:focus-visible::after,
.shipping-badge.is-driving::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.hero h1 {
  margin-top: 20px;
  font-size: clamp(40px, 6vw, 68px);
  line-height: .98;
  color: #0f2b52;
  font-weight: 900;
}

.hero-lead {
  margin-top: 22px;
  max-width: 610px;
  font-size: 20px;
  color: #566777;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
  max-width: 590px;
}

.hero-stats div {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .82);
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 10px 25px rgba(20, 45, 74, .06);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.hero-stats div:hover,
.hero-stats div.is-stat-doodle {
  transform: translateY(-3px) scale(1.02);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 36px rgba(20, 45, 74, .10);
}

.hero-stat i {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 44px;
  height: 38px;
  color: #0f9fbd;
  opacity: 0;
  transform: translateY(8px) scale(.75) rotate(-5deg);
  transition: opacity .22s ease, transform .3s cubic-bezier(.2, .8, .2, 1);
  pointer-events: none;
}

.hero-stat:hover i,
.hero-stat.is-stat-doodle i {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0);
}

.hero-stat i::before,
.hero-stat i::after,
.hero-stat i span {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.hero-stat-shovel i::before {
  left: 19px;
  top: 4px;
  width: 4px;
  height: 28px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(30deg);
}

.hero-stat-shovel i::after {
  left: 25px;
  top: 25px;
  width: 15px;
  height: 13px;
  border: 3px solid currentColor;
  border-radius: 2px 2px 12px 12px;
  background: rgba(15, 159, 189, .08);
  transform: rotate(30deg);
}

.hero-stat-shovel i span:nth-child(1) {
  left: 7px;
  top: 0;
  width: 16px;
  height: 10px;
  border: 3px solid currentColor;
  border-radius: 999px;
  transform: rotate(30deg);
}

.hero-stat-shovel i span:nth-child(2) {
  left: 29px;
  top: 31px;
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(30deg);
}

.hero-stat-star i::before {
  left: 4px;
  top: 2px;
  width: 32px;
  height: 32px;
  background: currentColor;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 55%, 80% 92%, 50% 68%, 20% 92%, 32% 55%, 2% 35%, 39% 35%);
  opacity: .18;
}

.hero-stat-star i::after {
  left: 4px;
  top: 2px;
  width: 32px;
  height: 32px;
  background: currentColor;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 55%, 80% 92%, 50% 68%, 20% 92%, 32% 55%, 2% 35%, 39% 35%);
  transform: scale(.72);
}

.hero-stat-vulcano i::before {
  left: 2px;
  top: 15px;
  width: 27px;
  height: 16px;
  border: 3px solid currentColor;
  border-radius: 12px 7px 7px 12px;
  background: rgba(15, 159, 189, .08);
}

.hero-stat-vulcano i::after {
  left: 27px;
  top: 19px;
  width: 14px;
  height: 8px;
  border: 3px solid currentColor;
  border-left: 0;
  border-radius: 0 999px 999px 0;
}

.hero-stat-vulcano i span:nth-child(1) {
  left: 9px;
  top: 4px;
  width: 18px;
  height: 17px;
  border: 3px solid currentColor;
  border-radius: 8px 8px 2px 2px;
}

.hero-stat-vulcano i span:nth-child(2) {
  left: 15px;
  top: 10px;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.hero-stats strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #0f2b52;
  font-size: 22px;
  font-weight: 900;
}

.hero-stats span {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 800;
  color: #68798b;
}

.hero-photo-wrap {
  position: relative;
}

.featured-label {
  position: absolute;
  z-index: 2;
  left: -18px;
  top: -18px;
  background: #fff;
  border-radius: 24px;
  padding: 16px 18px;
  box-shadow: 0 20px 45px rgba(15, 43, 82, .16);
}

.featured-label span {
  display: block;
  font-size: 11px;
  font-weight: 900;
  color: #088aad;
  text-transform: uppercase;
}

.featured-label strong {
  font-size: 24px;
  color: #0f2b52;
}

.hero-photo {
  height: min(68vh, 590px);
  min-height: 460px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 34px;
  box-shadow: 0 25px 60px rgba(15, 43, 82, .24);
  border: 10px solid #fff;
  transform: rotate(1deg);
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: min(68vh, 590px);
  min-height: 460px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 34px;
  box-shadow: 0 25px 60px rgba(15, 43, 82, .24);
  border: 10px solid #fff;
  transform: rotate(1deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease, filter .55s ease;
  filter: saturate(1.04);
}

.hero-photo-wrap.is-video .hero-video {
  opacity: 1;
}

.hero-photo-wrap.is-video .hero-photo {
  opacity: .16;
  transition: opacity .45s ease;
}

.hero-video-hint {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #0f2b52;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(15, 43, 82, .16);
  transition: opacity .25s ease, transform .25s ease, background .25s ease, color .25s ease;
}

.hero-video-hint::after {
  content: "☝";
  display: none;
  margin-left: 8px;
  font-size: 16px;
  line-height: 1;
  transform-origin: 55% 80%;
  animation: tap-hand 1.15s ease-in-out infinite;
}

.hero-photo-wrap.is-video .hero-video-hint {
  background: rgba(15, 43, 82, .88);
  color: #fff;
  transform: translateY(-2px);
}

.hero-photo-wrap.is-video .hero-video-hint::after {
  opacity: .65;
  animation-play-state: paused;
}

@keyframes tap-hand {
  0%, 100% {
    transform: translateY(0) rotate(-8deg) scale(1);
  }

  42% {
    transform: translateY(3px) rotate(-2deg) scale(.9);
  }

  68% {
    transform: translateY(-2px) rotate(-11deg) scale(1.06);
  }
}

@media (hover: hover) and (pointer: fine) {
  .hero-photo-wrap:hover .hero-video {
    opacity: 1;
  }

  .hero-photo-wrap:hover .hero-photo {
    opacity: .16;
    transition: opacity .45s ease;
  }

  .hero-photo-wrap:hover .hero-video-hint {
    background: rgba(15, 43, 82, .88);
    color: #fff;
    transform: translateY(-2px);
  }
}

.hint-mobile {
  display: none;
}

.benefits {
  padding: 58px 0;
}

.benefits-grid,
.models-grid,
.equipment-cards {
  display: grid;
  gap: 22px;
}

.benefits-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.benefit-card,
.model-card,
.product-card,
.info-box {
  background: #fff;
  border: 1px solid #e6eef5;
  box-shadow: 0 12px 32px rgba(20, 45, 74, .07);
}

.benefit-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 26px;
  transition: .2s;
}

.benefit-card:hover,
.benefit-card.is-mobile-active,
.model-card:hover,
.model-card.is-mobile-active {
  transform: translateY(-4px) scale(1.018);
  box-shadow: 0 18px 45px rgba(20, 45, 74, .12);
}

.benefit-card:hover .benefit-doodle,
.benefit-card:focus-within .benefit-doodle,
.benefit-card.is-doodle .benefit-doodle,
.benefit-card:active .benefit-doodle {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0);
}

.benefit-card:hover .benefit-doodle span,
.benefit-card:focus-within .benefit-doodle span,
.benefit-card.is-doodle .benefit-doodle span,
.benefit-card:active .benefit-doodle span {
  opacity: 1;
}

.benefit-doodle {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 84px;
  height: 66px;
  color: #0f9fbd;
  opacity: 0;
  transform: translateY(8px) scale(.78) rotate(-4deg);
  transition: opacity .22s ease, transform .32s cubic-bezier(.2, .8, .2, 1);
  pointer-events: none;
}

.benefit-doodle span,
.benefit-doodle::before,
.benefit-doodle::after {
  content: "";
  position: absolute;
  border-color: currentColor;
  transition: opacity .22s ease, transform .32s ease;
}

.benefit-doodle span {
  opacity: .9;
}

.benefit-no-dig .benefit-doodle span:nth-child(1) {
  left: 10px;
  top: 31px;
  width: 35px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 6px 4px 4px 8px;
  background: rgba(15, 159, 189, .08);
  transform: none;
}

.benefit-no-dig .benefit-doodle span:nth-child(2) {
  left: 42px;
  top: 20px;
  width: 31px;
  height: 28px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-radius: 0 16px 0 0;
  transform: rotate(-8deg);
}

.benefit-no-dig .benefit-doodle span:nth-child(3) {
  left: 63px;
  top: 44px;
  width: 17px;
  height: 13px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  transform: rotate(-18deg);
}

.benefit-no-dig .benefit-doodle::before {
  left: 15px;
  top: 45px;
  width: 10px;
  height: 10px;
  border: 3px solid currentColor;
  border-radius: 999px;
  background: #fff;
}

.benefit-no-dig .benefit-doodle::after {
  left: 31px;
  top: 45px;
  width: 10px;
  height: 10px;
  border: 3px solid currentColor;
  border-radius: 999px;
  background: #fff;
}

.benefit-patio .benefit-doodle span:nth-child(1) {
  left: 8px;
  top: 34px;
  width: 58px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 6px;
  background:
    linear-gradient(90deg, transparent 31%, currentColor 32% 34%, transparent 35% 65%, currentColor 66% 68%, transparent 69%),
    linear-gradient(0deg, transparent 47%, currentColor 48% 52%, transparent 53%);
  opacity: .22;
}

.benefit-patio .benefit-doodle span:nth-child(2) {
  left: 22px;
  top: 13px;
  width: 32px;
  height: 30px;
  border-left: 3px solid currentColor;
}

.benefit-patio .benefit-doodle span:nth-child(2)::before,
.benefit-patio .benefit-doodle span:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 100% 0 100% 0;
  background: rgba(15, 159, 189, .08);
}

.benefit-patio .benefit-doodle span:nth-child(2)::before {
  left: -18px;
  top: 4px;
  transform: rotate(-20deg);
}

.benefit-patio .benefit-doodle span:nth-child(2)::after {
  left: 2px;
  top: -2px;
  transform: rotate(20deg) scaleX(-1);
}

.benefit-patio .benefit-doodle span:nth-child(3) {
  right: 7px;
  top: 8px;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: rgba(15, 159, 189, .08);
}

.benefit-fiber .benefit-doodle span:nth-child(1) {
  left: 8px;
  top: 15px;
  width: 66px;
  height: 42px;
  border: 3px solid #a96925;
  border-radius: 10px;
  background:
    repeating-linear-gradient(90deg, rgba(169, 105, 37, .16) 0 8px, rgba(169, 105, 37, .06) 8px 12px);
  transform: skewX(-10deg);
}

.benefit-fiber .benefit-doodle span:nth-child(2) {
  left: 25px;
  top: 24px;
  width: 34px;
  height: 20px;
  border: 3px solid currentColor;
  border-radius: 7px;
  background: rgba(103, 232, 249, .24);
  transform: skewX(-10deg);
}

.benefit-fiber .benefit-doodle span:nth-child(3) {
  left: 2px;
  top: 5px;
  width: 24px;
  height: 28px;
}

.benefit-fiber .benefit-doodle span:nth-child(3)::before,
.benefit-fiber .benefit-doodle span:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  border: 2px solid #70a928;
  border-radius: 100% 0 100% 0;
  background: rgba(112, 169, 40, .18);
}

.benefit-fiber .benefit-doodle span:nth-child(3)::before {
  left: 1px;
  top: 8px;
  transform: rotate(-18deg);
}

.benefit-fiber .benefit-doodle span:nth-child(3)::after {
  left: 9px;
  top: 0;
  transform: rotate(28deg) scaleX(-1);
}

.benefit-vulcano .benefit-doodle span:nth-child(1) {
  left: 12px;
  top: 25px;
  width: 44px;
  height: 23px;
  border: 3px solid currentColor;
  border-radius: 13px 9px 9px 13px;
  background: rgba(15, 159, 189, .08);
}

.benefit-vulcano .benefit-doodle span:nth-child(2) {
  left: 52px;
  top: 30px;
  width: 24px;
  height: 11px;
  border: 3px solid currentColor;
  border-left: 0;
  border-radius: 0 999px 999px 0;
}

.benefit-vulcano .benefit-doodle span:nth-child(3) {
  left: 21px;
  top: 9px;
  width: 27px;
  height: 25px;
  border: 3px solid currentColor;
  border-radius: 10px 10px 2px 2px;
}

.benefit-vulcano .benefit-doodle span:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.benefit-icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #e8f8fb;
  color: #088aad;
  font-weight: 900;
  margin-bottom: 16px;
}

.benefit-card h3,
.product-card h3 {
  position: relative;
  z-index: 1;
  color: #0f2b52;
  font-size: 18px;
  font-weight: 900;
}

.benefit-card p,
.product-card p {
  position: relative;
  z-index: 1;
  margin-top: 9px;
  color: #627489;
  font-size: 14px;
}

.section {
  padding: 86px 0;
}

.featured-model {
  position: relative;
  overflow: hidden;
  --featured-bg-opacity: .18;
  --featured-bg-wash: .94;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcfe 100%);
}

.featured-model::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, var(--featured-bg-wash)), rgba(255, 255, 255, calc(var(--featured-bg-wash) - .12)) 48%, rgba(255, 255, 255, var(--featured-bg-wash))),
    url("imagenes/oasis-215-dia-hover.jpg") center 45% / cover no-repeat;
  opacity: var(--featured-bg-opacity);
  filter: saturate(1.04);
  transition: opacity .12s linear, background .12s linear;
}

.featured-model::after {
  content: "";
  position: absolute;
  inset: auto -12% -30%;
  z-index: 0;
  height: 45%;
  background: radial-gradient(ellipse at center, rgba(103, 232, 249, .2), transparent 64%);
  pointer-events: none;
}

.featured-model .container {
  position: relative;
  z-index: 1;
}

.section-head {
  max-width: 780px;
  margin-bottom: 42px;
}

.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-head h2 {
  margin-top: 14px;
  font-size: clamp(32px, 4.6vw, 54px);
  line-height: 1.05;
  color: #0f2b52;
  font-weight: 900;
}

.section-head p {
  margin-top: 17px;
  color: #607386;
  font-size: 18px;
}

.featured-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: start;
}

.spec-image-card {
  position: relative;
  background: linear-gradient(135deg, #f0fbff, #fff);
  border: 1px solid #e2f2f7;
  border-radius: 34px;
  padding: 18px;
  box-shadow: 0 24px 56px rgba(15, 43, 82, .12);
}

.spec-image-card img {
  border-radius: 24px;
  max-height: 780px;
  width: 100%;
  object-fit: contain;
}

.hover-photo-card {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  padding: 10px;
  background: #eefbff;
}

.hover-photo-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  pointer-events: none;
  border-radius: 24px;
  background: linear-gradient(180deg, transparent 58%, rgba(7, 21, 41, .44));
  opacity: 0;
  transition: opacity .45s ease;
}

.hover-photo {
  position: absolute;
  inset: 10px;
  height: calc(100% - 20px);
  max-height: none;
  object-fit: cover;
  object-position: center center;
  transition: opacity .7s ease, transform 1.2s ease, filter .7s ease;
}

.spec-image-card .hover-photo {
  width: calc(100% - 20px);
  max-height: none;
  object-fit: cover;
  object-position: center center;
}

.hover-photo-day {
  z-index: 1;
}

.hover-photo-night {
  z-index: 2;
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.035);
}

.hover-photo-card:focus-within .hover-photo-day,
.hover-photo-card.is-night .hover-photo-day {
  opacity: .12;
  filter: blur(5px);
  transform: scale(1.02);
}

.hover-photo-card:focus-within .hover-photo-night,
.hover-photo-card.is-night .hover-photo-night {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.hover-photo-card:focus-within::after,
.hover-photo-card.is-night::after {
  opacity: 1;
}

.hover-photo-hint {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 3;
  max-width: calc(100% - 48px);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #0f2b52;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15, 43, 82, .16);
  transition: background .35s ease, color .35s ease;
}

.hover-photo-card:focus-within .hover-photo-hint,
.hover-photo-card.is-night .hover-photo-hint {
  background: rgba(15, 43, 82, .9);
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .hover-photo-card:hover .hover-photo-day {
    opacity: .12;
    filter: blur(5px);
    transform: scale(1.02);
  }

  .hover-photo-card:hover .hover-photo-night {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }

  .hover-photo-card:hover::after {
    opacity: 1;
  }

  .hover-photo-card:hover .hover-photo-hint {
    background: rgba(15, 43, 82, .9);
    color: #fff;
  }
}

.feature-info {
  display: grid;
  gap: 20px;
}

.info-box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 28px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.info-box:hover,
.info-box.is-info-doodle,
.info-box.is-mobile-active {
  transform: translateY(-3px) scale(1.016);
  box-shadow: 0 18px 42px rgba(20, 45, 74, .11);
}

.info-highlight {
  background: #eafaff;
  border-color: #c8edf6;
}

.info-box h3,
.dark-cta h3 {
  position: relative;
  z-index: 1;
  font-size: 26px;
  color: #0f2b52;
  font-weight: 900;
}

.info-doodle {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 92px;
  height: 72px;
  color: #0f9fbd;
  opacity: 0;
  transform: translateY(8px) scale(.78) rotate(-4deg);
  transition: opacity .22s ease, transform .32s cubic-bezier(.2, .8, .2, 1);
  pointer-events: none;
}

.info-box:hover .info-doodle,
.info-box.is-info-doodle .info-doodle {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0);
}

.info-doodle::before,
.info-doodle::after,
.info-doodle span {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.info-measures .info-doodle span:nth-child(1) {
  left: 12px;
  top: 36px;
  width: 66px;
  height: 16px;
  border: 3px solid currentColor;
  border-radius: 5px;
  background:
    linear-gradient(90deg, currentColor 0 3px, transparent 3px 12px) 0 0 / 12px 100%,
    rgba(15, 159, 189, .07);
  transform: rotate(-9deg);
}

.info-measures .info-doodle span:nth-child(2) {
  left: 22px;
  top: 8px;
  width: 32px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 5px 5px 14px 14px;
  background: rgba(103, 232, 249, .15);
}

.info-measures .info-doodle span:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.info-measures .info-doodle span:nth-child(3) {
  left: 57px;
  top: 12px;
  width: 18px;
  height: 42px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 0 0 0 7px;
}

.info-measures .info-doodle span:nth-child(3)::before,
.info-measures .info-doodle span:nth-child(3)::after {
  content: "";
  position: absolute;
  left: -7px;
  width: 11px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.info-measures .info-doodle span:nth-child(3)::before {
  top: 2px;
}

.info-measures .info-doodle span:nth-child(3)::after {
  bottom: 8px;
}

.info-equipment .info-doodle span:nth-child(1) {
  left: 9px;
  top: 30px;
  width: 42px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 15px 9px 9px 15px;
  background: rgba(15, 159, 189, .08);
}

.info-equipment .info-doodle span:nth-child(2) {
  left: 47px;
  top: 35px;
  width: 30px;
  height: 11px;
  border: 3px solid currentColor;
  border-left: 0;
  border-radius: 0 999px 999px 0;
}

.info-equipment .info-doodle span:nth-child(3) {
  left: 20px;
  top: 12px;
  width: 28px;
  height: 25px;
  border: 3px solid currentColor;
  border-radius: 9px 9px 2px 2px;
}

.info-equipment .info-doodle span:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.clean-list {
  position: relative;
  z-index: 1;
  list-style: none;
  display: grid;
  gap: 14px;
  margin-top: 18px;
  color: #243449;
}

.clean-list li {
  position: relative;
  padding-left: 24px;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  background: #16a6c7;
  border-radius: 999px;
}

.equipment-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.equipment-list span {
  padding-left: 24px;
  position: relative;
  font-size: 14px;
  font-weight: 800;
  color: #415267;
}

.equipment-list span::before {
  content: "+";
  position: absolute;
  left: 0;
  color: #0b9dbc;
  font-weight: 900;
}

.oasis-xl-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(103, 232, 249, .22), transparent 28%),
    radial-gradient(circle at 85% 16%, rgba(242, 197, 107, .22), transparent 26%),
    linear-gradient(180deg, #f6fcff 0%, #ffffff 46%, #eefaff 100%);
}

.oasis-xl-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .86)),
    url("imagenes/oasis-xl-dia.jpg") center 40% / cover no-repeat;
}

.oasis-xl-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .36;
  background:
    radial-gradient(circle at 10% 92%, rgba(22, 166, 199, .20) 0 4px, transparent 5px),
    radial-gradient(circle at 22% 76%, rgba(255, 255, 255, .30) 0 7px, transparent 8px),
    radial-gradient(circle at 38% 88%, rgba(103, 232, 249, .22) 0 5px, transparent 6px),
    radial-gradient(circle at 58% 80%, rgba(255, 255, 255, .24) 0 6px, transparent 7px),
    radial-gradient(circle at 76% 94%, rgba(22, 166, 199, .18) 0 4px, transparent 5px),
    radial-gradient(circle at 90% 78%, rgba(103, 232, 249, .22) 0 8px, transparent 9px);
  background-size: 360px 430px;
  animation: gallery-bubbles-rise 22s linear infinite;
}

.oasis-xl-section .container {
  position: relative;
  z-index: 1;
}

.xl-showcase-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.xl-showcase-copy h2 {
  margin-top: 14px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: .98;
  color: #0f2b52;
  font-weight: 900;
}

.xl-showcase-copy p {
  margin-top: 20px;
  color: #52677b;
  font-size: 20px;
  line-height: 1.55;
}

.xl-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
  max-width: 520px;
}

.xl-stats div {
  border: 1px solid rgba(207, 237, 244, .9);
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
  padding: 16px;
  box-shadow: 0 14px 34px rgba(15, 43, 82, .08);
}

.xl-stats strong {
  display: block;
  color: #0f2b52;
  font-size: 22px;
  font-weight: 900;
}

.xl-stats span {
  display: block;
  margin-top: 4px;
  color: #607386;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.xl-main-photo {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  border: 10px solid rgba(255, 255, 255, .9);
  box-shadow: 0 30px 70px rgba(15, 43, 82, .18);
  background: #eafaff;
}

.xl-mobile-photo {
  display: none;
}

.xl-main-photo img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform .55s ease, filter .55s ease;
}

.xl-main-photo:hover img,
.xl-main-photo.is-mobile-active img {
  transform: scale(1.035);
  filter: saturate(1.05);
}

.xl-main-photo span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #0f2b52;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(15, 43, 82, .16);
}

.xl-detail-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: start;
  margin-top: 44px;
}

.xl-hover-card {
  min-height: 560px;
  background: #e9f9ff;
}

.xl-hover-card .hover-photo {
  object-position: center center;
}

.xl-cta {
  min-height: 210px;
}

.dark-cta {
  background: #0f2b52;
  color: #fff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 18px 42px rgba(15, 43, 82, .2);
  transition: transform .24s ease, box-shadow .24s ease;
  transform-origin: center;
}

.dark-cta:hover {
  transform: scale(1.018);
  box-shadow: 0 24px 54px rgba(15, 43, 82, .26);
}

.dark-cta.is-mobile-active {
  transform: scale(1.018);
  box-shadow: 0 24px 54px rgba(15, 43, 82, .26);
}

.dark-cta > span {
  color: #85e8ff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
}

.dark-cta h3 {
  color: #fff;
  margin: 8px 0 24px;
}

.advisor-btn {
  position: relative;
  width: fit-content;
  min-height: 48px;
  padding: 0 22px;
  background: #ffffff;
  color: #071529;
  border: 1px solid rgba(255, 255, 255, .75);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
  transform: none;
  transition: none;
}

.advisor-btn span {
  color: #071529;
}

.advisor-btn:hover {
  transform: none;
  background: #ffffff;
  color: #071529;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
}

.models-section {
  background: #f5fafe;
}

.models-grid {
  grid-template-columns: repeat(3, 1fr);
}

.xl-stats div {
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}

.xl-stats div:hover,
.xl-stats div.is-mobile-active {
  transform: translateY(-4px) scale(1.025);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 42px rgba(15, 43, 82, .12);
}

.model-card {
  border-radius: 30px;
  overflow: hidden;
  transition: .2s;
}

.model-card > img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  background: #f1f8fb;
}

.model-body {
  padding: 25px;
}

.model-body span {
  display: inline-block;
  background: #e8f8fb;
  color: #087894;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.model-body h3 {
  margin-top: 14px;
  color: #0f2b52;
  font-size: 30px;
  font-weight: 900;
}

.model-body p {
  margin-top: 9px;
  color: #52667a;
  font-weight: 700;
}

.equipment-cards {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.equipment-section {
  position: relative;
  overflow: hidden;
  --equipment-bg-opacity: .18;
  --equipment-bg-wash: .82;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbfd 100%);
}

.equipment-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("imagenes/oasis-215-hero.jpg") center 42% / cover no-repeat;
  opacity: var(--equipment-bg-opacity);
  filter: saturate(1.05);
  transition: opacity .12s linear;
}

.equipment-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, var(--equipment-bg-wash)), rgba(255, 255, 255, calc(var(--equipment-bg-wash) + .08))),
    radial-gradient(ellipse at center bottom, rgba(103, 232, 249, .22), transparent 58%);
  pointer-events: none;
  transition: background .12s linear;
}

.equipment-section .container {
  position: relative;
  z-index: 1;
}

.product-card {
  border-radius: 24px;
  padding: 18px;
  background: rgba(255, 255, 255, .84);
  backdrop-filter: blur(10px);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-card:hover {
  transform: translateY(-6px) scale(1.025);
  border-color: rgba(22, 166, 199, .26);
  box-shadow: 0 22px 54px rgba(15, 43, 82, .14);
}

.product-card.is-mobile-active {
  transform: translateY(-6px) scale(1.025);
  border-color: rgba(22, 166, 199, .26);
  box-shadow: 0 22px 54px rgba(15, 43, 82, .14);
}

.product-img {
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .86), rgba(232, 248, 251, .42) 52%, rgba(232, 248, 251, .16) 100%);
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: inset 0 0 0 1px rgba(8, 120, 148, .08);
}

.product-img img {
  max-width: 92%;
  max-height: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(15, 43, 82, .12));
  transition: transform .22s ease;
}

.product-card:hover .product-img img {
  transform: scale(1.04);
}

.product-card.is-mobile-active .product-img img {
  transform: scale(1.04);
}

.product-card h3 {
  font-size: 20px;
  line-height: 1.1;
}

.product-card p {
  font-size: 13px;
  line-height: 1.45;
}

.support-equipment {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
  background: #eafaff;
  border: 1px solid #c8edf6;
  border-radius: 28px;
  padding: 16px;
}

.support-equipment div {
  background: #fff;
  border-radius: 22px;
  padding: 20px;
}

.support-equipment strong {
  display: block;
  color: #0f2b52;
}

.support-equipment span {
  display: block;
  margin-top: 5px;
  color: #607386;
  font-size: 14px;
}

.gallery-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071529, #0c4051);
  color: #fff;
}

.gallery-section::before,
.gallery-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .68;
}

.gallery-section::before {
  background:
    radial-gradient(circle at 8% 92%, rgba(103, 232, 249, .36) 0 5px, transparent 6px),
    radial-gradient(circle at 18% 78%, rgba(103, 232, 249, .26) 0 9px, transparent 10px),
    radial-gradient(circle at 30% 90%, rgba(255, 255, 255, .26) 0 6px, transparent 7px),
    radial-gradient(circle at 42% 72%, rgba(103, 232, 249, .28) 0 4px, transparent 5px),
    radial-gradient(circle at 56% 84%, rgba(103, 232, 249, .30) 0 8px, transparent 9px),
    radial-gradient(circle at 68% 94%, rgba(255, 255, 255, .24) 0 5px, transparent 6px),
    radial-gradient(circle at 80% 76%, rgba(103, 232, 249, .28) 0 7px, transparent 8px),
    radial-gradient(circle at 93% 90%, rgba(255, 255, 255, .22) 0 10px, transparent 11px);
  background-size: 300px 360px;
  animation: gallery-bubbles-rise 16s linear infinite;
}

.gallery-section::after {
  background:
    radial-gradient(circle at 12% 78%, rgba(255, 255, 255, .24) 0 4px, transparent 5px),
    radial-gradient(circle at 26% 94%, rgba(103, 232, 249, .28) 0 7px, transparent 8px),
    radial-gradient(circle at 38% 70%, rgba(255, 255, 255, .20) 0 9px, transparent 10px),
    radial-gradient(circle at 54% 96%, rgba(103, 232, 249, .26) 0 5px, transparent 6px),
    radial-gradient(circle at 70% 74%, rgba(255, 255, 255, .24) 0 8px, transparent 9px),
    radial-gradient(circle at 88% 88%, rgba(103, 232, 249, .30) 0 6px, transparent 7px);
  background-size: 220px 310px;
  animation: gallery-bubbles-rise 22s linear infinite reverse;
}

.gallery-section > .container {
  position: relative;
  z-index: 1;
}

@keyframes gallery-bubbles-rise {
  from {
    transform: translateY(80px);
  }

  to {
    transform: translateY(-180px);
  }
}

.section-head.light h2 {
  color: #fff;
}

.section-head.light p {
  color: #c8d7e4;
}

.gallery-layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
}

.gallery-main {
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255, 255, 255, .08);
  padding: 10px;
  box-shadow: 0 24px 56px rgba(0, 0, 0, .25);
}

.gallery-main img {
  height: 580px;
  width: 100%;
  object-fit: cover;
  border-radius: 26px;
  transition: transform .45s ease, filter .45s ease;
  will-change: transform;
}

.gallery-main:hover img,
.gallery-main.is-mobile-active img {
  transform: scale(1.035);
  filter: saturate(1.04);
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.thumb {
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .06);
  padding: 5px;
  border-radius: 22px;
  cursor: pointer;
  transition: .2s;
}

.thumb.active,
.thumb:hover,
.thumb.is-mobile-active {
  border-color: #67e8f9;
  background: rgba(103, 232, 249, .16);
  transform: translateY(-2px);
}

.thumb img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform .38s ease, filter .38s ease;
  will-change: transform;
}

.thumb:hover img,
.thumb:focus-visible img,
.thumb.is-mobile-active img {
  transform: scale(1.08);
  filter: saturate(1.06);
}

.cta-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #d8f9ff, #fff7e8);
  padding: 76px 0;
}

.cta-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  background: rgba(255, 255, 255, .88);
  border: 1px solid #fff;
  border-radius: 34px;
  padding: 42px;
  box-shadow: 0 25px 70px rgba(15, 43, 82, .14);
  transition: transform .2s ease, box-shadow .2s ease;
}

.cta-box:hover,
.cta-box.is-cta-doodle,
.cta-box.is-mobile-active {
  transform: translateY(-3px) scale(1.012);
  box-shadow: 0 30px 80px rgba(15, 43, 82, .18);
}

.cta-doodle {
  position: absolute;
  right: 270px;
  top: 40px;
  width: 96px;
  height: 96px;
  color: #0f9fbd;
  z-index: 1;
  opacity: .14;
  transform: translateY(10px) scale(.78) rotate(-7deg);
  transition: opacity .22s ease, transform .34s cubic-bezier(.2, .8, .2, 1);
  pointer-events: none;
}

.cta-box:hover .cta-doodle,
.cta-box.is-cta-doodle .cta-doodle {
  opacity: .95;
  transform: translateY(0) scale(1) rotate(-2deg);
}

.cta-doodle::before,
.cta-doodle::after,
.cta-doodle span {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.cta-doodle::before {
  left: 29px;
  top: 6px;
  width: 38px;
  height: 66px;
  border: 3px solid currentColor;
  border-radius: 12px;
  background: rgba(15, 159, 189, .07);
}

.cta-doodle::after {
  left: 45px;
  top: 63px;
  width: 7px;
  height: 7px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: #fff;
}

.cta-doodle span:nth-child(1) {
  left: 38px;
  top: 14px;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.cta-doodle span:nth-child(2),
.cta-doodle span:nth-child(3) {
  width: 22px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 999px;
  opacity: .8;
}

.cta-doodle span:nth-child(2) {
  left: 4px;
  top: 19px;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.cta-doodle span:nth-child(3) {
  right: 0;
  top: 31px;
  border-left-color: transparent;
  border-top-color: transparent;
}

.cta-box span {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: #088aad;
  letter-spacing: .05em;
}

.cta-box h2 {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
  color: #0f2b52;
  font-weight: 900;
}

.cta-box p {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  max-width: 660px;
  color: #607386;
  font-size: 18px;
}

.cta-box .btn-big {
  position: relative;
  z-index: 2;
  min-width: 190px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.contact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 150px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .86);
  padding: 22px;
  box-shadow: 0 18px 48px rgba(15, 43, 82, .12);
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-card:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 24px 58px rgba(15, 43, 82, .16);
}

.contact-card.is-mobile-active {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 24px 58px rgba(15, 43, 82, .16);
}

.contact-card span {
  color: #088aad;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  margin-top: 4px;
  color: #0f2b52;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.contact-card p {
  margin-top: 8px;
  color: #607386;
  font-size: 14px;
  font-weight: 700;
}

.contact-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  box-shadow: 0 14px 28px rgba(193, 53, 132, .22);
}

.contact-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.mini-map {
  position: relative;
  width: 116px;
  height: 86px;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(35deg, transparent 0 42%, rgba(15, 43, 82, .12) 42% 46%, transparent 46%),
    linear-gradient(115deg, transparent 0 48%, rgba(8, 120, 148, .16) 48% 52%, transparent 52%),
    linear-gradient(0deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, .55)),
    linear-gradient(135deg, #dff9ff, #fff6e8);
  box-shadow: inset 0 0 0 1px rgba(8, 120, 148, .12), 0 14px 28px rgba(15, 43, 82, .1);
}

.mini-map span {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 22px;
  height: 22px;
  border-radius: 50% 50% 50% 0;
  background: #19b955;
  transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: 0 8px 18px rgba(25, 185, 85, .34);
}

.mini-map span::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #fff;
}

.footer {
  position: relative;
  background: linear-gradient(135deg, #eefbff 0%, #ffffff 58%, #fff6e8 100%);
  color: #102033;
  padding: 38px 0;
  border-top: 1px solid #dbeef5;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #16a6c7, #19b955, #f2c56b);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-brand {
  display: grid;
  gap: 14px;
}

.footer-logos {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-logos img {
  height: 42px;
  width: auto;
}

.footer-logos span {
  width: 1px;
  height: 42px;
  background: #c7d9e4;
}

.footer p {
  max-width: 520px;
  color: #52667a;
  font-size: 15px;
  font-weight: 700;
}

.footer-contact {
  display: grid;
  gap: 4px;
  text-align: right;
}

.footer-contact span {
  color: #087894;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.footer-contact a {
  color: #0f2b52;
  font-size: 24px;
  font-weight: 900;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
  color: #0f2b52;
  font-size: 14px !important;
  font-weight: 900;
}

.instagram-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.instagram-link:hover {
  color: #c13584;
}

.floating-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #19b955;
  color: #fff;
  box-shadow: 0 18px 38px rgba(15, 43, 82, .2), 0 12px 28px rgba(25, 185, 85, .28);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.floating-wa svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.floating-wa span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.floating-wa:hover {
  background: #12a84b;
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(15, 43, 82, .24), 0 14px 32px rgba(25, 185, 85, .32);
}

@media (max-width: 1024px) {
  .header-inner {
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav {
    order: 2;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .hero-grid,
  .featured-grid,
  .xl-showcase-grid,
  .xl-detail-grid,
  .gallery-layout,
  .cta-box {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding: 44px 0;
  }

  .hero-photo {
    height: 430px;
    min-height: 0;
  }

  .hero-video {
    height: 430px;
    min-height: 0;
  }

  .benefits-grid,
  .models-grid,
  .equipment-cards,
  .support-equipment {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-main img {
    height: 460px;
  }

  .xl-showcase-grid {
    gap: 26px;
  }

  .xl-main-photo img {
    height: 520px;
  }

  .xl-detail-grid {
    margin-top: 28px;
  }

  .hover-photo-card {
    aspect-ratio: 4 / 5;
    padding: 0;
    border-radius: 30px;
  }

  .hover-photo-card::after {
    inset: 0;
    border-radius: 30px;
  }

  .hover-photo {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 30px;
    transform: scale(1.08);
  }

  .spec-image-card .hover-photo {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
  }

  .hover-photo-night {
    transform: scale(1.1);
  }

  .hover-photo-card:focus-within .hover-photo-day,
  .hover-photo-card.is-night .hover-photo-day {
    transform: scale(1.11);
  }

  .hover-photo-card:focus-within .hover-photo-night,
  .hover-photo-card.is-night .hover-photo-night {
    transform: scale(1.08);
  }

  .hover-photo-hint {
    left: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    gap: 12px;
    padding: 12px 0 8px;
  }

  .brand {
    gap: 10px;
  }

  .logo-oasis {
    height: 34px;
  }

  .brand-logo-link {
    width: 70px;
    height: 38px;
  }

  .logo-oasis-main {
    width: 70px;
    height: 34px;
  }

  .logo-oasis-hover {
    width: 42px;
    height: 34px;
  }

  .logo-ryc {
    height: 30px;
  }

  .brand-separator {
    height: 30px;
  }

  .btn-header {
    padding: 10px 13px;
    font-size: 13px;
  }

  .nav {
    gap: 6px;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
  }

  .nav-duck {
    top: 20px;
    width: 42px;
    height: 30px;
    opacity: .55;
    scale: .78;
    animation-duration: 24s;
  }

  .nav a {
    background: rgba(255, 255, 255, .74);
    border: 1px solid #d9ecf3;
    padding: 8px 10px;
  }

  .hero {
    min-height: calc(100svh - 108px);
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 22px 0 32px;
  }

  .hero-photo-wrap {
    order: -1;
    width: 100%;
  }

  .featured-label {
    display: block;
    left: 12px;
    top: auto;
    bottom: 12px;
    border-radius: 18px;
    padding: 11px 13px;
  }

  .featured-label strong {
    font-size: 18px;
  }

  .hero-photo {
    height: clamp(220px, 39svh, 320px);
    min-height: 0;
    border-width: 5px;
    border-radius: 24px;
    transform: none;
  }

  .hero-video {
    height: clamp(220px, 39svh, 320px);
    min-height: 0;
    border-width: 5px;
    border-radius: 24px;
    transform: none;
  }

  .hero-video-hint {
    right: 14px;
    bottom: 14px;
    padding: 9px 12px;
    font-size: 11px;
  }

  .hero-video-hint::after {
    display: inline-block;
  }

  .hint-desktop {
    display: none;
  }

  .hint-mobile {
    display: inline;
  }

  .badge {
    padding: 7px 11px;
    font-size: 11px;
  }

  .shipping-badge {
    min-width: 220px;
  }

  .shipping-badge::after {
    left: 76px;
  }

  .hero h1 {
    margin-top: 14px;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1;
  }

  .hero-lead {
    margin-top: 14px;
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .hero-actions .btn {
    width: 100%;
    padding: 14px 18px;
  }

  .hero-stats {
    display: none;
  }

  .benefit-icon {
    position: relative;
    z-index: 2;
  }

  .benefit-doodle {
    top: 20px;
    right: 24px;
    width: 64px;
    height: 52px;
    opacity: 0;
  }

  .benefit-card.is-doodle .benefit-doodle,
  .benefit-card.is-mobile-active .benefit-doodle,
  .benefit-card:active .benefit-doodle {
    opacity: .58;
    transform: translateY(0) scale(.9) rotate(0);
  }

  .benefit-card.is-mobile-active .benefit-doodle span {
    opacity: .95;
  }

  .info-box h3,
  .info-box ul,
  .info-box .equipment-list {
    position: relative;
    z-index: 2;
  }

  .info-doodle {
    top: 22px;
    right: 24px;
    width: 66px;
    height: 54px;
  }

  .info-box.is-info-doodle .info-doodle,
  .info-box.is-mobile-active .info-doodle {
    opacity: .38;
    transform: translateY(0) scale(.88) rotate(0);
  }

  .xl-showcase-copy h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
    font-size: 38px;
    line-height: 1.02;
    text-align: center;
  }

  .xl-showcase-copy {
    text-align: center;
  }

  .xl-desktop-photo {
    display: none;
  }

  .xl-mobile-photo {
    display: block;
    width: min(100%, 390px);
    margin: 18px auto 20px;
  }

  .xl-showcase-copy p {
    margin-left: auto;
    margin-right: auto;
    max-width: 390px;
    font-size: 16px;
    text-align: center;
  }

  .xl-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: min(100%, 390px);
    margin: 22px auto;
    text-align: left;
  }

  .xl-stats div {
    border-radius: 18px;
    padding: 14px;
  }

  .xl-stats strong {
    font-size: 19px;
  }

  .xl-showcase-copy .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .xl-main-photo {
    border-width: 6px;
    border-radius: 28px;
  }

  .xl-main-photo img {
    height: 315px;
    object-position: center center;
  }

  .xl-main-photo span {
    left: 14px;
    bottom: 14px;
  }

  .xl-hover-card {
    min-height: 0;
  }

  .benefits-grid,
  .models-grid,
  .equipment-cards,
  .support-equipment,
  .gallery-thumbs {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 62px 0;
  }

  .oasis-xl-section {
    padding-top: 112px;
  }

  .section-head h2 {
    font-size: 34px;
  }

  .equipment-list {
    grid-template-columns: 1fr;
  }

  .model-card > img {
    height: 260px;
  }

  .gallery-main img {
    height: 360px;
  }

  .thumb img {
    height: 130px;
  }

  .cta-box {
    padding: 28px;
  }

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

  .contact-card {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .contact-card strong {
    font-size: 21px;
  }

  .mini-map {
    width: 100%;
    height: 110px;
  }

  .footer-inner {
    align-items: flex-start;
  }

  .footer-contact {
    text-align: left;
  }

  .instagram-link {
    justify-content: flex-start;
  }

  .floating-wa {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }

  .floating-wa svg {
    width: 28px;
    height: 28px;
  }
}
