:root {
  --ink: #121212;
  --navy: #08486d;
  --navy-2: #0f446c;
  --ocean: #08486d;
  --cyan: #018ed7;
  --ice: #e8f5fb;
  --mist: #f7f8f9;
  --paper: #f7f8f9;
  --white: #ffffff;
  --slate: #5f6d75;
  --line: #dbe4e9;
  --lime: #018ed7;
  --radius: 18px;

  --background: var(--paper);
  --foreground: var(--ink);
  --card: var(--white);
  --card-foreground: var(--ink);
  --popover: var(--white);
  --popover-foreground: var(--ink);
  --primary: var(--ocean);
  --primary-foreground: var(--white);
  --secondary: var(--mist);
  --secondary-foreground: var(--ink);
  --muted: var(--mist);
  --muted-foreground: var(--slate);
  --accent: var(--ice);
  --accent-foreground: var(--navy);
  --destructive: #c42b36;
  --border: var(--line);
  --input: #bdd2d8;
  --ring: var(--cyan);
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 26px;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body.aqua-nautica-landing {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

.aqua-nautica-site {
  min-width: 0;
  overflow-x: clip;
  background: var(--paper);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

section[id] {
  scroll-margin-top: 88px;
}

.site-container {
  width: min(1220px, calc(100% - 44px));
  margin: 0 auto;
}

.utility-bar {
  background: #f7f8f9;
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.utility-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #e3e9ec;
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy);
  backdrop-filter: blur(16px);
}

.admin-bar .site-header {
  top: 32px;
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.mobile-menu-toggle,
.mobile-nav {
  display: none;
}

.mobile-menu-toggle {
  width: 46px;
  height: 46px;
  flex: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 50%;
  padding: 0;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
}

.mobile-menu-toggle span {
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav[hidden] {
  display: none !important;
}

.mobile-nav {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 22px 45px rgba(5, 34, 50, 0.14);
  backdrop-filter: blur(16px);
}

.mobile-nav-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding-block: 16px;
}

.mobile-nav a {
  min-height: 46px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 10px 13px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.mobile-nav a:hover,
.mobile-nav a:focus-visible {
  background: var(--ice);
  color: var(--ocean);
}

.mobile-nav .mobile-nav-shop {
  justify-content: space-between;
  background: var(--navy);
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex: none;
  color: var(--navy);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1;
}

.brand-logo {
  width: 170px;
  height: auto;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

.desktop-nav a,
.site-footer a {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--cyan);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px;
  background: #f3f7f9;
}

.language-switcher a {
  min-width: 34px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--slate);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.language-switcher a:hover,
.language-switcher a:focus-visible {
  color: var(--ocean);
}

.language-switcher a.is-active {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 5px 14px rgba(8, 72, 109, 0.2);
}

.button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0 23px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button svg {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

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

.button:hover svg {
  transform: translateX(3px);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(1, 142, 215, 0.45);
  outline-offset: 3px;
}

.button-primary {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 12px 32px rgba(8, 72, 109, 0.18);
}

.button-primary:hover {
  background: var(--cyan);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.button-light {
  background: var(--white);
  color: var(--navy);
}

.header-cta {
  min-height: 44px;
  padding-inline: 19px;
  font-size: 10px;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 35%, rgba(1, 142, 215, 0.28), transparent 34%),
    linear-gradient(122deg, #062f49 0%, #08486d 58%, #0f446c 100%);
  color: var(--white);
}

.hero::after {
  position: absolute;
  right: -8%;
  bottom: -170px;
  width: 620px;
  height: 340px;
  border: 1px solid rgba(1, 142, 215, 0.16);
  border-radius: 50%;
  content: "";
  transform: rotate(-12deg);
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, black, transparent 78%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(440px, 0.97fr);
  align-items: center;
  gap: 44px;
  padding-block: 86px 72px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ocean);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--cyan);
}

.eyebrow svg {
  width: 15px;
  height: 15px;
}

.hero h1 {
  max-width: 720px;
  margin: 19px 0 24px;
  font-size: clamp(54px, 6.8vw, 94px);
  font-weight: 820;
  letter-spacing: -0.068em;
  line-height: 0.91;
}

.hero h1 span {
  display: block;
  color: var(--cyan);
}

html[lang^="es"] .hero h1,
html[lang^="pt"] .hero h1 {
  font-size: clamp(48px, 5.4vw, 76px);
  letter-spacing: -0.058em;
  line-height: 0.95;
}

.hero .button-primary {
  background: var(--white);
  color: var(--navy);
}

.hero .button-primary:hover {
  background: #e8f5fb;
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: #c3d8df;
  font-size: 19px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 31px;
  color: #cfe0e5;
  font-size: 12px;
  font-weight: 700;
}

.hero-proof div {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-proof svg {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  padding: 3px;
  background: var(--cyan);
  color: var(--navy);
  stroke-width: 4;
}

.hero-proof span {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cyan);
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
}

.hero-product {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 46% 46% 22px 22px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 50px 80px rgba(0, 0, 0, 0.22);
}

.hero-product-glow {
  position: absolute;
  inset: 23% 12% 10%;
  border-radius: 50%;
  background: rgba(1, 142, 215, 0.16);
  filter: blur(50px);
}

.hero-product img {
  position: relative;
  z-index: 2;
  width: min(92%, 610px);
  max-height: 425px;
  object-fit: contain;
  filter: drop-shadow(0 30px 32px rgba(0, 0, 0, 0.28));
}

.hero-product-note {
  position: absolute;
  z-index: 4;
  min-width: 162px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  border-radius: 14px;
  padding: 13px 15px;
  background: rgba(3, 20, 31, 0.83);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
}

.hero-product-note span,
.hero-product-note strong {
  display: block;
}

.hero-product-note span {
  color: #93adb7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-product-note strong {
  margin-top: 5px;
  color: var(--white);
  font-size: 15px;
}

.note-top {
  top: 44px;
  right: -18px;
}

.note-bottom {
  bottom: 38px;
  left: -16px;
}

.hero-footnote {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  color: #7e9aa5;
  font-size: 10px;
}

.metrics {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metrics-grid div {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 30px;
  border-left: 1px solid var(--line);
}

.metrics-grid div:last-child {
  border-right: 1px solid var(--line);
}

.metrics-grid strong,
.metrics-grid span {
  display: block;
}

.metrics-grid strong {
  color: var(--navy);
  font-size: clamp(22px, 2vw, 31px);
  letter-spacing: -0.045em;
}

.metrics-grid span {
  margin-top: 5px;
  color: var(--slate);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.section {
  padding-block: 108px;
}

.section-heading h2,
.decision-intro h2,
.technology-copy h2,
.testimonial-heading h2,
.events-layout h2,
.support-copy h2,
.dealer-copy h2,
.quote-copy h2 {
  margin: 13px 0 18px;
  color: var(--navy);
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 800;
  letter-spacing: -0.057em;
  line-height: 0.99;
}

.section-heading p,
.decision-intro p,
.testimonial-heading p,
.events-layout p,
.support-copy > p,
.dealer-copy p,
.quote-copy > p {
  color: var(--slate);
  font-size: 17px;
  line-height: 1.72;
}

.freedom-section {
  background: var(--paper);
}

.freedom-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 95px;
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 130px;
}

.sticky-heading h2 {
  max-width: 540px;
}

.sticky-heading p {
  max-width: 540px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
  color: var(--ocean);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.text-link svg {
  width: 17px;
}

.benefit-stack {
  display: grid;
  gap: 16px;
}

.benefit-card {
  position: relative;
  min-height: 178px;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 21px;
  align-items: start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 34px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(7, 31, 47, 0.055);
}

.benefit-card > svg,
.benefit-card > .static-icon {
  width: 49px;
  height: 49px;
  border-radius: 14px;
  padding: 12px;
  background: var(--ice);
  color: var(--ocean);
}

.benefit-card > .static-icon {
  font-size: 20px;
  font-weight: 900;
}

.benefit-card h3 {
  margin: 2px 0 8px;
  color: var(--navy);
  font-size: 22px;
  letter-spacing: -0.025em;
}

.benefit-card p {
  margin: 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.7;
}

.benefit-number {
  position: absolute;
  top: 17px;
  right: 19px;
  color: #d2e1e5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.models-section {
  background: var(--mist);
}

.centered-heading {
  max-width: 830px;
  margin: 0 auto 53px;
  text-align: center;
}

.centered-heading .section-kicker {
  justify-content: center;
}

.centered-heading p {
  max-width: 680px;
  margin-inline: auto;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  align-items: stretch;
}

.model-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #cfdfe3;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(7, 31, 47, 0.07);
}

.model-featured {
  border: 2px solid var(--ocean);
  box-shadow: 0 24px 65px rgba(8, 72, 109, 0.16);
  transform: translateY(-12px);
}

.model-ribbon {
  position: absolute;
  z-index: 4;
  top: 17px;
  left: 17px;
  border-radius: 999px;
  padding: 7px 11px;
  background: var(--lime);
  color: var(--white);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.model-image-wrap {
  height: 270px;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 45%, rgba(1, 142, 215, 0.22), transparent 48%),
    linear-gradient(#f4fafb, #e9f3f5);
}

.model-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 19px 15px rgba(2, 32, 46, 0.16));
}

.model-body {
  padding: 29px;
}

.model-label {
  color: var(--ocean);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.model-body h3 {
  margin: 7px 0 8px;
  color: var(--navy);
  font-size: 29px;
  letter-spacing: -0.045em;
}

.model-output {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-bottom: 17px;
}

.model-output strong {
  color: var(--ocean);
  font-size: 21px;
}

.model-output span {
  color: var(--slate);
  font-size: 11px;
  font-weight: 700;
}

.model-body > p {
  min-height: 68px;
  margin: 0 0 22px;
  color: var(--slate);
  font-size: 13px;
  line-height: 1.7;
}

.model-specs {
  margin: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.model-specs div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 9px;
  border-bottom: 1px solid #ecf2f3;
  font-size: 11px;
}

.model-specs div:last-child {
  border-bottom: 0;
}

.model-specs dt {
  color: var(--slate);
}

.model-specs dd {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
}

.model-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 21px;
}

.model-footer small,
.model-footer strong {
  display: block;
}

.model-footer small {
  color: var(--slate);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.model-footer strong {
  margin-top: 3px;
  color: var(--navy);
  font-size: 24px;
}

.model-footer a {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  transition: transform 180ms ease, background 180ms ease;
}

.model-footer a:hover {
  background: var(--ocean);
  transform: translateX(3px);
}

.model-footer svg {
  width: 19px;
}

.pricing-note {
  margin: 30px 0 0;
  color: var(--slate);
  font-size: 11px;
  text-align: center;
}

.decision-section {
  padding-block: 0;
  background: var(--mist);
}

.decision-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
  border-radius: 28px;
  padding: 60px;
  background:
    radial-gradient(circle at 8% 90%, rgba(1, 142, 215, 0.19), transparent 31%),
    linear-gradient(125deg, #062f49, #08486d);
  color: var(--white);
  box-shadow: 0 30px 80px rgba(7, 31, 47, 0.15);
}

.light-kicker {
  color: var(--cyan);
}

.decision-intro h2,
.testimonial-heading h2,
.dealer-copy h2,
.quote-copy h2 {
  color: var(--white);
}

.decision-intro p,
.testimonial-heading p,
.dealer-copy p,
.quote-copy > p {
  color: #c2d6dd;
}

.decision-intro .button {
  margin-top: 15px;
}

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

.decision-steps > div {
  position: relative;
  min-height: 178px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.055);
}

.decision-steps > div > span {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #7796a1;
  font-size: 10px;
  font-weight: 900;
}

.decision-steps svg,
.decision-steps .static-icon {
  width: 29px;
  height: 29px;
  margin-bottom: 18px;
  color: var(--cyan);
}

.decision-steps .static-icon {
  font-size: 27px;
}

.decision-steps b {
  display: block;
  font-size: 15px;
}

.decision-steps p {
  margin: 7px 0 0;
  color: #a9c2cb;
  font-size: 11px;
  line-height: 1.6;
}

.technology-section {
  background: var(--white);
}

.technology-layout {
  display: block;
}

.technology-copy {
  max-width: 1080px;
  margin-inline: auto;
}

.technology-copy h2 {
  max-width: 900px;
}

.large-copy {
  max-width: 860px;
  color: var(--slate);
  font-size: 17px;
  line-height: 1.75;
}

.tech-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.tech-steps li {
  display: grid;
  grid-template-columns: 39px 1fr;
  gap: 17px;
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  background: var(--mist);
}

.tech-steps li > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ice);
  color: var(--ocean);
  font-size: 11px;
  font-weight: 900;
}

.tech-steps b {
  color: var(--navy);
  font-size: 14px;
}

.tech-steps p {
  margin: 4px 0 0;
  color: var(--slate);
  font-size: 12px;
}

.technology-result {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 860px;
  margin-top: 20px;
  border-radius: 16px;
  padding: 17px;
  background: var(--navy);
  color: var(--white);
}

.technology-result > svg,
.technology-result > .static-icon {
  width: 34px;
  height: 34px;
  flex: none;
  color: var(--lime);
}

.technology-result > .static-icon {
  font-size: 25px;
}

.technology-result strong,
.technology-result span {
  display: block;
}

.technology-result strong {
  font-size: 13px;
}

.technology-result span {
  margin-top: 3px;
  color: #9fbbc5;
  font-size: 10px;
  line-height: 1.5;
}

.proof-section {
  background: var(--paper);
}

.supplier-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-bottom: 45px;
}

.supplier-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--white);
  color: #536b76;
  font-size: 10px;
  font-weight: 800;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.proof-grid article {
  min-height: 250px;
  border: 1px solid var(--line);
  border-radius: 19px;
  padding: 28px;
  background: var(--white);
}

.proof-grid svg,
.proof-grid .static-icon {
  width: 35px;
  height: 35px;
  color: var(--ocean);
}

.proof-grid .static-icon {
  font-size: 29px;
  font-weight: 900;
}

.proof-grid h3 {
  margin: 36px 0 9px;
  color: var(--navy);
  font-size: 18px;
  letter-spacing: -0.025em;
}

.proof-grid p {
  margin: 0;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.68;
}

.testimonial-section {
  overflow: hidden;
  background:
    linear-gradient(rgba(4, 23, 34, 0.91), rgba(4, 23, 34, 0.95)),
    url("../images/boats-bg.webp") center/cover;
  color: var(--white);
}

.testimonial-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.testimonial-heading {
  padding-top: 18px;
}

.testimonial-cards {
  display: grid;
  gap: 13px;
}

.testimonial-cards blockquote {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(10px);
}

.testimonial-cards p {
  margin: 0;
  color: #edf7f9;
  font-size: 15px;
  line-height: 1.72;
}

.testimonial-cards footer {
  margin-top: 14px;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.events-section {
  padding-block: 72px;
  background: var(--white);
}

.events-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 80px;
  align-items: center;
}

.events-layout h2 {
  max-width: 470px;
  margin-bottom: 0;
  font-size: clamp(33px, 4vw, 52px);
}

.event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.event-list span {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 15px;
  background: var(--paper);
  color: var(--navy);
  font-size: 10px;
  font-weight: 800;
}

.support-section {
  background: var(--mist);
}

.support-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}

.support-points {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.support-points > div {
  display: grid;
  grid-template-columns: 41px 1fr;
  gap: 13px;
  align-items: start;
  border-top: 1px solid #c9dde1;
  padding-top: 16px;
}

.support-points svg,
.support-points .static-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  padding: 9px;
  background: var(--white);
  color: var(--ocean);
}

.support-points .static-icon {
  font-size: 18px;
  font-weight: 900;
}

.support-points b,
.support-points span {
  display: block;
}

.support-points b {
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 13px;
}

.support-points span {
  color: var(--slate);
  font-size: 11px;
  line-height: 1.55;
}

.support-image {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  padding: 34px;
  background: var(--white);
  box-shadow: 0 25px 65px rgba(7, 31, 47, 0.1);
}

.support-image img {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
}

.support-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 12px;
  padding: 13px 15px;
  background: rgba(8, 72, 109, 0.94);
  color: #c9dae0;
  font-size: 10px;
}

.support-caption svg,
.support-caption .static-icon {
  width: 21px;
  height: 21px;
  flex: none;
  color: var(--lime);
}

.support-caption .static-icon {
  font-size: 17px;
}

.dealer-section {
  padding-block: 0;
  background: var(--mist);
}

.dealer-panel {
  display: grid;
  grid-template-columns: 85px 1fr auto;
  gap: 32px;
  align-items: center;
  border-radius: 24px;
  padding: 48px;
  background: linear-gradient(120deg, #08486d, #018ed7);
  color: var(--white);
  box-shadow: 0 26px 70px rgba(0, 70, 94, 0.17);
}

.dealer-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: var(--cyan);
}

.dealer-icon svg,
.dealer-icon .static-icon {
  width: 34px;
  height: 34px;
}

.dealer-icon .static-icon {
  color: var(--cyan);
  font-size: 31px;
}

.dealer-copy h2 {
  margin: 10px 0 9px;
  font-size: clamp(32px, 3.5vw, 47px);
}

.dealer-copy p {
  max-width: 750px;
  margin: 0;
  font-size: 13px;
}

.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 85px;
  align-items: start;
}

.faq-layout .section-heading {
  position: sticky;
  top: 130px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--ocean);
  font-size: 22px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-trigger {
  padding-block: 23px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
}

.faq-content {
  max-width: 720px;
  padding: 0 45px 22px 0;
  color: var(--slate);
  font-size: 13px;
  line-height: 1.75;
}

.quote-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(1, 142, 215, 0.14), transparent 30%),
    linear-gradient(130deg, #062f49, #08486d);
  color: var(--white);
}

.quote-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 78px;
  align-items: start;
}

.quote-copy {
  padding-top: 20px;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 33px;
}

.contact-list > * {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 13px;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
}

.contact-list svg,
.contact-list .static-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  padding: 9px;
  background: rgba(1, 142, 215, 0.11);
  color: var(--cyan);
}

.contact-list .static-icon {
  font-size: 17px;
}

.contact-list small {
  display: block;
  margin-bottom: 3px;
  color: #7798a4;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.quote-form {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 34px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.2);
}

.quote-form label {
  display: grid;
  gap: 7px;
}

.quote-form label > span {
  color: #49626d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.quote-form input,
.quote-form select,
.sales-select,
.sales-textarea {
  width: 100%;
  border-color: #c5d7dc !important;
  border-radius: 10px !important;
  background: #f9fbfb !important;
  box-shadow: none !important;
  color: var(--ink) !important;
}

.quote-form input,
.quote-form select,
.sales-select {
  min-height: 47px;
}

.sales-textarea {
  min-height: 135px !important;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.sales-select:focus,
.sales-textarea:focus {
  border-color: var(--ocean) !important;
  outline: 3px solid rgba(1, 142, 215, 0.16) !important;
}

.submit-button {
  width: 100%;
  min-height: 52px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.submit-button:hover {
  background: var(--ocean);
}

.form-note {
  margin: -3px 0 0;
  color: #7a8f98;
  font-size: 9px;
  text-align: center;
}

.form-note a {
  color: var(--ocean);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-fallbacks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
}

.form-fallbacks a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ocean);
  font-size: 10px;
  font-weight: 800;
}

.form-fallbacks svg {
  width: 14px;
  height: 14px;
}

.form-status {
  border-radius: 10px;
  padding: 13px 15px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
}

.form-success {
  border: 1px solid #a9d3b1;
  background: #edf9ef;
  color: #20652c;
}

.form-error {
  border: 1px solid #e2b6ba;
  background: #fff1f2;
  color: #9d2630;
}

.site-footer {
  padding-block: 70px 25px;
  background: var(--cyan);
  color: rgba(255, 255, 255, 0.88);
}

.footer-brand .brand-logo {
  width: 220px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 55px;
}

.footer-grid > div:first-child p {
  max-width: 330px;
  margin-top: 19px;
  font-size: 12px;
  line-height: 1.7;
}

.footer-grid h3 {
  margin: 0 0 17px;
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-grid > div:not(:first-child) a {
  display: block;
  margin: 10px 0;
  font-size: 11px;
}

.footer-grid a:hover {
  color: var(--navy);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  letter-spacing: 0.05em;
}

.mobile-action {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  border-radius: 8px;
  padding: 12px 16px;
  background: var(--white);
  color: var(--navy);
  font-weight: 800;
  white-space: normal;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
}

.static-icon {
  display: inline-grid;
  place-items: center;
  flex: none;
  font-style: normal;
}

@media (max-width: 1120px) {
  .desktop-nav {
    display: none;
  }

  .language-switcher {
    margin-left: auto;
  }

  .header-cta {
    margin-left: 0;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .mobile-nav:not([hidden]) {
    display: block;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    padding-top: 75px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero-product {
    width: min(720px, 100%);
    min-height: 430px;
    margin-inline: auto;
  }

  .freedom-layout,
  .technology-layout,
  .testimonial-layout,
  .support-layout,
  .faq-layout,
  .quote-layout {
    gap: 52px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dealer-panel {
    grid-template-columns: 72px 1fr;
  }

  .dealer-panel > .button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metrics-grid div:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .metrics-grid div:nth-child(4) {
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .freedom-layout,
  .decision-panel,
  .technology-layout,
  .testimonial-layout,
  .events-layout,
  .support-layout,
  .faq-layout,
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .sticky-heading,
  .faq-layout .section-heading {
    position: static;
  }

  .model-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-inline: auto;
  }

  .model-featured {
    transform: none;
  }

  .model-body > p {
    min-height: auto;
  }

  .decision-panel {
    padding: 45px;
  }

  .tech-steps {
    grid-template-columns: 1fr;
  }

  .events-layout {
    gap: 30px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  body.aqua-nautica-landing {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .site-container {
    width: min(100% - 28px, 1220px);
  }

  .utility-bar {
    display: none;
  }

  .header-inner {
    min-height: 67px;
    gap: 10px;
  }

  .brand-logo {
    width: 136px;
  }

  .header-cta {
    display: none;
  }

  .mobile-menu-toggle {
    margin-left: 0;
  }

  .mobile-nav-inner {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding-block: 12px;
  }

  .mobile-nav .mobile-nav-shop {
    grid-column: 1 / -1;
  }

  .hero-layout {
    min-height: auto;
    padding-block: 62px 52px;
  }

  .hero h1 {
    font-size: clamp(47px, 15vw, 68px);
  }

  html[lang^="es"] .hero h1,
  html[lang^="pt"] .hero h1 {
    font-size: clamp(38px, 10.7vw, 52px);
    line-height: 0.98;
  }

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

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    gap: 11px;
  }

  .hero-product {
    min-height: 330px;
    border-radius: 90px 90px 18px 18px;
  }

  .hero-product-note {
    min-width: 135px;
    padding: 10px 12px;
  }

  .note-top {
    top: 18px;
    right: 8px;
  }

  .note-bottom {
    bottom: 18px;
    left: 8px;
  }

  .metrics-grid div {
    min-height: 95px;
    padding: 18px;
  }

  .metrics-grid strong {
    font-size: 20px;
  }

  .section {
    padding-block: 76px;
  }

  .section-heading h2,
  .decision-intro h2,
  .technology-copy h2,
  .testimonial-heading h2,
  .support-copy h2,
  .dealer-copy h2,
  .quote-copy h2 {
    font-size: clamp(36px, 11vw, 49px);
  }

  .freedom-layout {
    gap: 42px;
  }

  .benefit-card {
    min-height: auto;
    grid-template-columns: 46px 1fr;
    padding: 25px;
  }

  .benefit-card > svg,
  .benefit-card > .static-icon {
    width: 44px;
    height: 44px;
  }

  .model-image-wrap {
    height: 235px;
  }

  .decision-panel {
    gap: 35px;
    padding: 31px 23px;
  }

  .decision-steps {
    grid-template-columns: 1fr;
  }

  .decision-steps > div {
    min-height: 145px;
  }

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

  .proof-grid article {
    min-height: 215px;
  }

  .support-image {
    min-height: 380px;
    padding: 20px;
  }

  .dealer-panel {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }

  .dealer-panel > .button {
    grid-column: 1;
    width: 100%;
  }

  .faq-content {
    padding-right: 10px;
  }

  .quote-layout {
    gap: 42px;
  }

  .quote-form {
    padding: 23px;
  }

  .quote-form input,
  .quote-form select,
  .sales-select,
  .sales-textarea {
    font-size: 16px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 22px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    display: grid;
  }

  .mobile-action {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-top: 1px solid #dce9eb;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -10px 35px rgba(4, 25, 36, 0.13);
    backdrop-filter: blur(12px);
  }

  .mobile-action .button {
    width: 100%;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 440px) {
  .site-container {
    width: min(100% - 24px, 1220px);
  }

  .brand-logo {
    width: 126px;
  }

  .language-switcher {
    gap: 1px;
    padding: 2px;
  }

  .language-switcher a {
    min-width: 30px;
    height: 30px;
    font-size: 9px;
  }

  .hero-layout {
    padding-block: 48px 42px;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 54px);
    letter-spacing: -0.058em;
  }

  html[lang^="es"] .hero h1,
  html[lang^="pt"] .hero h1 {
    font-size: clamp(36px, 10.3vw, 45px);
  }

  .hero-product {
    min-height: 285px;
    border-radius: 72px 72px 18px 18px;
  }

  .hero-product-note {
    min-width: 0;
    max-width: 145px;
  }

  .hero-product-note strong {
    font-size: 13px;
  }

  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .metrics-grid div,
  .metrics-grid div:nth-child(2),
  .metrics-grid div:nth-child(3),
  .metrics-grid div:nth-child(4) {
    min-height: 78px;
    border: 0;
    border-bottom: 1px solid var(--line);
    padding: 14px 18px;
  }

  .benefit-card {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 23px;
  }

  .model-body {
    padding: 24px 21px;
  }

  .model-footer strong {
    font-size: 20px;
  }

  .support-image {
    min-height: 340px;
  }

  .support-caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .quote-form {
    padding: 20px 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-grid a,
  .contact-list > * {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
