@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../_vinext_fonts/geist-8ac0455e797f/geist-001175b1.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../_vinext_fonts/geist-8ac0455e797f/geist-98bbbccb.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.__font_geist_0l0iqgf {
  font-family: "Geist", sans-serif;
}

.__variable_geist_0l0iqgf {
  --font-geist: "Geist", sans-serif;
}

/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
}
:root {
  --blue: #071f4d;
  --blue2: #0c3e85;
  --sky: #eaf4fb;
  --orange: #f47a25;
  --ink: #10213a;
  --muted: #677386;
  --line: #dbe3ec;
  --paper: #fff;
  --soft: #f5f8fb;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--ink);
  font-family: var(--font-geist), Arial, sans-serif;
  background: #fff;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  width: min(1200px, 100% - 48px);
  margin: auto;
}
.section {
  padding: 120px 0;
}
.eyebrow {
  color: var(--blue2);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 22px;
  font-size: 11px;
  font-weight: 750;
}
.eyebrow.light {
  color: #b9dbff;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h2 {
  letter-spacing: -0.055em;
  margin-bottom: 24px;
  font-size: clamp(38px, 4.2vw, 66px);
  font-weight: 560;
  line-height: 1.02;
}
h2 em,
h1 em {
  color: #287ed1;
  font-style: normal;
}
p {
  color: var(--muted);
  line-height: 1.72;
}
.section-head {
  max-width: 830px;
}
.section-head > p:last-child {
  max-width: 650px;
  font-size: 17px;
}
.section-head.centered {
  text-align: center;
  margin: 0 auto 66px;
}
.section-head.centered > p:last-child {
  margin-inline: auto;
}
.section-head.row {
  justify-content: space-between;
  align-items: end;
  max-width: none;
  margin-bottom: 60px;
  display: flex;
}
.section-head.row > p {
  max-width: 410px;
  margin-bottom: 8px;
}
.nav {
  z-index: 50;
  color: #fff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: linear-gradient(#03122cbf, #0000);
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding: 0 max(28px, 50vw - 600px);
  transition: all 0.3s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.brand {
  grid-template-columns: auto auto;
  align-items: end;
  gap: 0 7px;
  min-width: 170px;
  display: grid;
  position: relative;
}
.brand span {
  letter-spacing: -0.08em;
  color: #3c9bdf;
  font-size: 32px;
  font-weight: 800;
  line-height: 0.85;
}
.brand b {
  letter-spacing: 0.17em;
  font-size: 14px;
}
.brand small {
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #b7c8dc;
  grid-column: 2;
  font-size: 8px;
}
.nav nav {
  gap: 34px;
  font-size: 13px;
  display: flex;
}
.nav nav a {
  opacity: 0.84;
}
.nav nav a:hover {
  opacity: 1;
}
.btn {
  background: var(--orange);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 28px;
  min-height: 58px;
  padding: 0 26px;
  font-size: 14px;
  font-weight: 650;
  transition:
    transform 0.2s,
    background 0.2s;
  display: inline-flex;
  box-shadow: 0 10px 28px #f47a2538;
}
.btn:hover {
  background: #ff8732;
  transform: translateY(-2px);
}
.btn-small {
  gap: 12px;
  min-height: 44px;
  padding: 0 17px;
  font-size: 12px;
}
.btn.ghost {
  box-shadow: none;
  background: #ffffff14;
  border: 1px solid #ffffff59;
}
.hero {
  color: #fff;
  align-items: center;
  height: min(900px, 100svh);
  min-height: 710px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  background-image:
    url(/images/uv-hero.png), linear-gradient(120deg, #071a3d, #1764a4);
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}
.hero-shade {
  background:
    linear-gradient(90deg, #030f26eb 0%, #031128b8 45%, #0311281f 78%),
    linear-gradient(#0000, #030f2647);
  position: absolute;
  inset: 0;
}
.hero-content {
  padding-top: 70px;
  position: relative;
}
.hero h1 {
  letter-spacing: -0.055em;
  max-width: 900px;
  margin: 0 0 28px;
  font-size: clamp(45px, 5vw, 76px);
  font-weight: 520;
  line-height: 1.01;
}
.hero h1 em {
  color: #a9d6ff;
}
.hero-lead {
  color: #dae5f1;
  max-width: 660px;
  font-size: 17px;
  line-height: 1.7;
}
.hero-actions {
  gap: 12px;
  margin: 32px 0;
  display: flex;
}
.trust-row {
  color: #dbe8f6;
  letter-spacing: 0.02em;
  gap: 30px;
  font-size: 12px;
  display: flex;
}
.scroll {
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  color: #d6e3f2;
  align-items: center;
  gap: 16px;
  font-size: 9px;
  display: flex;
  position: absolute;
  bottom: 34px;
  right: 28px;
}
.scroll i {
  font-size: 19px;
  font-style: normal;
}
.authority .section-head {
  margin-bottom: 60px;
}
.card-grid {
  display: grid;
}
.authority-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
}
.mini-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 230px;
  padding: 34px;
  transition: all 0.25s;
}
.mini-card:hover {
  background: var(--soft);
  transform: translateY(-3px);
}
.mini-card strong {
  color: #2c82ce;
  margin-bottom: 28px;
  font-size: 36px;
  font-weight: 520;
  display: block;
}
.mini-card h3 {
  font-size: 18px;
}
.mini-card p {
  margin: 0;
  font-size: 13px;
}
.logo-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 56px;
  padding: 28px 0;
  display: flex;
}
.logo-strip span {
  color: var(--muted);
  font-size: 11px;
}
.logo-strip b {
  letter-spacing: 0.12em;
  color: #9aa5b3;
  font-size: 10px;
}
.problem {
  background: var(--sky);
  padding: 120px 0;
}
.split {
  grid-template-columns: 1fr 0.86fr;
  align-items: center;
  gap: 90px;
  display: grid;
}
.split > div:first-child > p {
  max-width: 610px;
}
.chips {
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
  display: flex;
}
.chips span {
  color: #3f5e79;
  background: #fff;
  border: 1px solid #d4e3ef;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 12px;
}
.note {
  border-left: 2px solid #3384c8;
  padding-left: 18px;
  font-size: 13px;
}
.water-card {
  border-radius: 26px;
  grid-template-columns: 1fr 1fr;
  height: 500px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 70px #0b365b26;
}
.water {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.water.before {
  background: linear-gradient(160deg, #aac1c5, #766f50);
}
.water.after {
  background: linear-gradient(160deg, #e9fbff, #4ea6d5);
}
.water span {
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 25px;
}
.water i {
  background: linear-gradient(#0000 37%, #fff9 37%);
  border: 2px solid #ffffffb3;
  border-radius: 4px 4px 40px 40px;
  width: 90px;
  height: 160px;
  box-shadow: inset 0 -20px 40px #ffffff40;
}
.water-card > p {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--ink);
  background: #ffffffe6;
  border-radius: 12px;
  margin: 0;
  padding: 18px 22px;
  position: absolute;
  bottom: 24px;
  left: 28px;
  right: 28px;
}
.water-card > p b,
.water-card > p small {
  display: block;
}
.water-card > p small {
  color: var(--muted);
  margin-top: 4px;
}
.benefit-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.benefit {
  border: 1px solid var(--line);
  border-radius: 18px;
  min-height: 235px;
  padding: 36px;
}
.benefit > span {
  color: #2177c4;
  background: #edf6fd;
  border-radius: 50%;
  place-items: center;
  width: 45px;
  height: 45px;
  font-size: 20px;
  display: grid;
}
.benefit h3 {
  margin-top: 38px;
  font-size: 18px;
}
.benefit p {
  margin-bottom: 0;
  font-size: 13px;
}
.solutions {
  color: #fff;
  background: #061b43;
}
.solutions h2 {
  color: #fff;
}
.solutions .section-head > p {
  color: #aebfd4;
}
.solution-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: grid;
}
.solution {
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  align-items: end;
  height: 390px;
  padding: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.solution:before {
  content: "";
  background:
    linear-gradient(#030f260d 28%, #030f26ed),
    linear-gradient(135deg, #256eb0, #80b7d4);
  transition: transform 0.5s;
  position: absolute;
  inset: 0;
}
.solution:nth-child(2):before,
.solution:nth-child(5):before {
  background:
    linear-gradient(#030f2614 30%, #030f26f0),
    linear-gradient(135deg, #94acbb, #305a79);
}
.solution:nth-child(3):before,
.solution:nth-child(6):before {
  background:
    linear-gradient(#030f2614 30%, #030f26f0),
    linear-gradient(135deg, #31568c, #77b7bf);
}
.solution:hover:before {
  transform: scale(1.04);
}
.solution > div {
  position: relative;
}
.solution small {
  letter-spacing: 0.15em;
  color: #9ec8ed;
  font-size: 9px;
}
.solution h3 {
  margin: 10px 0 8px;
  font-size: 25px;
}
.solution p {
  color: #c9d5e3;
  font-size: 13px;
  line-height: 1.55;
}
.solution a {
  color: #fff;
  font-size: 12px;
}
.solution a span {
  color: #ff8a3d;
  margin-left: 8px;
}
.europa {
  background: #fafbfd;
}
.tech-flow {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.tech-flow article {
  border-right: 1px solid var(--line);
  padding: 35px 28px 40px;
  position: relative;
}
.tech-flow article:last-child {
  border: 0;
}
.tech-flow span {
  color: #7a8797;
  font-size: 10px;
}
.tech-flow h3 {
  margin: 35px 0;
  font-size: 18px;
}
.tech-flow i {
  color: #2f82cc;
  margin-bottom: 30px;
  font-style: normal;
  display: block;
}
.tech-flow b {
  color: #255d8f;
  font-size: 14px;
}
.disclaimer {
  text-align: center;
  color: #8d97a5;
  margin-top: 30px;
  font-size: 11px;
}
.care {
  color: #fff;
  background: #061b43;
  padding: 0;
}
.care-grid {
  grid-template-columns: 1fr 1fr;
  width: min(1440px, 100%);
  min-height: 820px;
  display: grid;
}
.care h2 {
  font-size: clamp(39px, 3.7vw, 61px);
}
.care h2 em {
  color: #a9d6ff;
}
.care p {
  color: #b8c9da;
}
.process {
  border-top: 1px solid #ffffff26;
  border-left: 1px solid #ffffff26;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 45px;
  display: grid;
}
.process span {
  border-bottom: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  padding: 17px;
  font-size: 12px;
}
.process b {
  color: #68ace2;
  margin-right: 12px;
  font-size: 9px;
}
.tech-photo {
  background-image:
    url(/images/uv-tecnico.png), linear-gradient(135deg, #88a6bc, #294b67);
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.experience {
  background: var(--orange);
  color: #fff;
  align-items: center;
  gap: 14px;
  padding: 26px 34px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
.experience b {
  font-size: 48px;
  line-height: 0.9;
}
.experience span {
  font-size: 12px;
  line-height: 1.3;
}
.rating {
  text-align: right;
}
.rating b {
  font-size: 48px;
  display: block;
}
.rating span {
  color: #f6a331;
  letter-spacing: 0.08em;
  display: block;
}
.rating small {
  color: #7d8998;
}
.review-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.review-grid blockquote {
  border: 1px solid var(--line);
  border-radius: 16px;
  min-height: 310px;
  margin: 0;
  padding: 36px;
}
.review-grid blockquote > span {
  color: #2f84ce;
  font-family: Georgia;
  font-size: 55px;
  line-height: 0.7;
}
.review-grid blockquote p {
  color: #314056;
  font-size: 15px;
}
.review-grid footer {
  margin-top: 38px;
}
.review-grid footer b,
.review-grid footer small {
  display: block;
}
.review-grid footer small {
  color: #8691a0;
  margin-top: 4px;
}
.installations {
  background: #eef5f9;
}
.gallery {
  grid-template-rows: 260px 260px;
  grid-template-columns: 1.35fr 0.65fr 0.65fr;
  gap: 12px;
  display: grid;
}
.gallery figure {
  background-image: linear-gradient(25deg, #45677c, #bdced7);
  background-size: cover;
  border-radius: 16px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.gallery .g1 {
  background-image:
    url(/images/uv-hero.png), linear-gradient(25deg, #45677c, #bdced7);
  grid-row: 1/3;
}
.gallery .g2 {
  background-image:
    url(/images/uv-tecnico.png), linear-gradient(25deg, #45677c, #bdced7);
  grid-column: 2/4;
}
.gallery figure:after {
  content: "";
  background: linear-gradient(#0000, #041328d9);
  position: absolute;
  inset: 50% 0 0;
}
.gallery figcaption {
  z-index: 2;
  color: #fff;
  position: absolute;
  bottom: 22px;
  left: 25px;
}
.gallery figcaption b,
.gallery figcaption span {
  display: block;
}
.gallery figcaption span {
  color: #d5e0e9;
  margin-top: 4px;
  font-size: 11px;
}
.segment-line {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #67798a;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  font-size: 11px;
  display: flex;
}
.segment-line i {
  background: #6ba4cb;
  border-radius: 50%;
  width: 3px;
  height: 3px;
}
.journal .section-head {
  margin-bottom: 45px;
}
.article-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  display: grid;
}
.article-grid article {
  min-width: 0;
}
.article-img {
  background: linear-gradient(135deg, #d9e9f3, #8ab2cd);
  border-radius: 12px;
  height: 210px;
  margin-bottom: 20px;
}
.article-img.a2 {
  background: linear-gradient(135deg, #234c70, #9bbfd2);
}
.article-img.a3 {
  background: linear-gradient(135deg, #d9e4e9, #68899b);
}
.article-img.a4 {
  background: linear-gradient(135deg, #65a5cc, #e4f3f9);
}
.article-img.a5 {
  background: linear-gradient(135deg, #164a7b, #69b1d4);
}
.article-grid small {
  text-transform: uppercase;
  color: #7990a3;
  letter-spacing: 0.1em;
  font-size: 9px;
}
.article-grid h3 {
  margin: 10px 0 18px;
  font-size: 17px;
  line-height: 1.35;
}
.article-grid a {
  color: #2f79b7;
  font-size: 11px;
}
.faq {
  background: #f7f9fb;
}
.faq-grid {
  grid-template-columns: 0.7fr 1fr;
  gap: 100px;
  display: grid;
}
.faq-grid > div:first-child > p {
  max-width: 370px;
}
.faq details {
  border-top: 1px solid var(--line);
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  font-size: 15px;
  font-weight: 600;
  list-style: none;
  display: flex;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  color: #2676b8;
  font-size: 22px;
  transition: all 0.2s;
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  margin: 0;
  padding: 0 35px 22px 0;
  font-size: 13px;
}
.final-cta {
  text-align: center;
  color: #fff;
  background: linear-gradient(120deg, #061b43, #0c4e8d);
  padding: 130px 0;
}
.final-cta h2 {
  font-size: clamp(45px, 5vw, 72px);
}
.final-cta h2 em {
  color: #a9d6ff;
}
.final-cta p {
  color: #c4d4e3;
  max-width: 630px;
  margin: 0 auto 34px;
}
.final-cta .btn {
  margin: 6px;
}
.seal-bar {
  color: #d6e4f1;
  background: #0a315e;
  justify-content: center;
  gap: 40px;
  padding: 22px 25px;
  font-size: 10px;
  display: flex;
}
.footer {
  color: #fff;
  background: #04152f;
  padding: 80px 0 25px;
}
.footer-grid {
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 70px;
  display: grid;
}
.footer-brand {
  margin-bottom: 24px;
  display: inline-grid;
}
.footer-grid > div > p {
  color: #8fa3b8;
  font-size: 12px;
}
.footer h3 {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #7792ad;
  font-size: 11px;
}
.footer-grid > div > a:not(.brand) {
  color: #cbd7e3;
  margin: 13px 0;
  font-size: 12px;
  display: block;
}
.copyright {
  color: #7389a0;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 70px;
  padding-top: 24px;
  font-size: 9px;
  display: flex;
}
.whatsapp {
  z-index: 55;
  color: #fff;
  background: #1fae5b;
  border-radius: 30px;
  align-items: center;
  gap: 10px;
  padding: 8px 17px 8px 8px;
  font-size: 11px;
  display: flex;
  position: fixed;
  bottom: 22px;
  right: 22px;
  box-shadow: 0 10px 35px #00000040;
}
.whatsapp b {
  color: #1fae5b;
  background: #fff;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 20px;
  display: grid;
}
@media (width<=900px) {
  .nav {
    background: #04152feb;
    height: 70px;
    padding: 0 22px;
  }
  .nav nav,
  .nav .btn {
    display: none;
  }
  .hero {
    min-height: 740px;
  }
  .hero-content {
    padding-top: 50px;
  }
  .hero h1 br {
    display: none;
  }
  .hero-lead {
    font-size: 15px;
  }
  .trust-row {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .section,
  .problem {
    padding: 80px 0;
  }
  .section-head.row {
    display: block;
  }
  .section-head.row > p {
    margin-top: 22px;
  }
  .authority-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo-strip {
    flex-wrap: wrap;
  }
  .split,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .water-card {
    height: 420px;
  }
  .solution-grid,
  .tech-flow {
    grid-template-columns: repeat(2, 1fr);
  }
  .tech-flow article:nth-child(2) {
    border-right: 0;
  }
  .tech-flow article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .care-grid {
    grid-template-columns: 1fr;
  }
  .tech-photo {
    min-height: 600px;
  }
  .review-grid {
    grid-template-columns: 1fr;
  }
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery {
    grid-template-rows: 350px 220px;
    grid-template-columns: 1fr 1fr;
  }
  .gallery .g1 {
    grid-area: auto/1/auto/3;
  }
  .gallery .g2 {
    grid-column: auto;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .seal-bar {
    flex-wrap: wrap;
    gap: 12px 25px;
  }
}
@media (width<=560px) {
  .wrap {
    width: min(100% - 30px, 1200px);
  }
  .hero {
    min-height: 780px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .trust-row {
    font-size: 10px;
  }
  .scroll {
    display: none;
  }
  .section,
  .problem {
    padding: 68px 0;
  }
  h2 {
    font-size: 38px;
  }
  .authority-grid,
  .benefit-grid,
  .solution-grid {
    grid-template-columns: 1fr;
  }
  .mini-card {
    min-height: auto;
  }
  .logo-strip span {
    width: 100%;
  }
  .solution {
    height: 330px;
  }
  .tech-flow {
    grid-template-columns: 1fr;
  }
  .tech-flow article {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }
  .care-grid > div:first-child {
    padding: 75px 22px;
  }
  .care h2 {
    font-size: 39px;
  }
  .process {
    grid-template-columns: 1fr;
  }
  .tech-photo {
    min-height: 440px;
  }
  .rating {
    text-align: left;
    margin-top: 30px;
  }
  .gallery {
    display: block;
  }
  .gallery figure {
    height: 290px;
    margin-bottom: 10px;
  }
  .segment-line {
    flex-wrap: wrap;
  }
  .article-grid {
    grid-template-columns: 1fr;
  }
  .article-img {
    height: 250px;
  }
  .faq-grid {
    gap: 35px;
  }
  .final-cta {
    padding: 90px 15px;
  }
  .final-cta h2 {
    font-size: 43px;
  }
  .final-cta .btn {
    width: 100%;
    margin: 5px 0;
  }
  .seal-bar {
    justify-content: flex-start;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .copyright {
    line-height: 2;
    display: block;
  }
  .whatsapp span {
    display: none;
  }
  .whatsapp {
    padding: 7px;
  }
}
.brand {
  width: 180px;
  min-width: 0;
  display: block;
}
.brand img {
  width: 100%;
  height: auto;
  display: block;
}
.brand span,
.brand b,
.brand small {
  display: none;
}
.footer-brand {
  width: 210px;
  margin-bottom: 24px;
  display: block;
}
.hero-bg {
  background: radial-gradient(
    circle at 80%,
    #306ea7 0,
    #123f73 28%,
    #071b42 66%,
    #04132f 100%
  );
}
.hero-product {
  background: radial-gradient(circle, #fffffffa 0, #ffffffe6 48%, #fff0 72%);
  border-radius: 50%;
  width: min(49vw, 720px);
  padding: 3%;
  position: absolute;
  bottom: 8%;
  right: 1vw;
}
.hero-product img {
  mix-blend-mode: multiply;
  filter: drop-shadow(0 35px 35px #0003);
  width: 100%;
  height: auto;
  display: block;
}
.hero-content {
  z-index: 2;
}
@media (width<=900px) {
  .brand {
    width: 150px;
  }
  .hero-product {
    opacity: 0.52;
    width: 78vw;
    bottom: 3%;
    right: -16%;
  }
  .hero-shade {
    background: linear-gradient(90deg, #030f26e6, #03112899);
  }
}
@media (width<=560px) {
  .brand {
    width: 132px;
  }
  .hero-product {
    opacity: 0.35;
    width: 110vw;
    bottom: 8%;
    right: -34%;
  }
  .footer-brand {
    width: 190px;
  }
}
@media (width<=900px) {
  .hero-bg {
    background-position: 66%;
  }
  .hero-shade {
    background: linear-gradient(90deg, #030f26eb, #0311288f);
  }
}
@media (width<=560px) {
  .hero-bg {
    background-position: 62%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .btn,
  .mini-card {
    transition: none;
  }
}
.care-grid {
  grid-template-columns: 1.08fr 0.92fr;
  width: min(1200px, 100% - 48px);
  min-height: 760px;
  margin: auto;
}
.gallery .g1,
.gallery .g2 {
  background-image:
    url(/images/uv-hero.png), linear-gradient(25deg, #45677c, #bdced7);
}
.gallery .g3 {
  background-image:
    url(/images/uv-hero.png), linear-gradient(25deg, #264d66, #a7c7d8);
}
.gallery .g4 {
  background-image:
    url(/images/uv-hero.png), linear-gradient(25deg, #7a6754, #d7c1a4);
}
.gallery figcaption b {
  font-size: 22px;
  line-height: 1.15;
}
.modal-open {
  overflow: hidden;
}
.budget-dialog h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 52px);
}
.budget-dialog > p:not(.eyebrow) {
  margin-bottom: 28px;
}
.modal-close {
  width: 38px;
  height: 38px;
  color: var(--blue);
  cursor: pointer;
  background: #edf3f8;
  border: 0;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
  position: absolute;
  top: 18px;
  right: 20px;
}
.placeholder-icon {
  color: #2676b8;
  background: #e4f1fa;
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  font-size: 20px;
  display: grid;
}
.form-embed-placeholder span {
  color: #7c8b98;
  margin-top: 8px;
  font-size: 12px;
}
@keyframes modal-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (width<=900px) {
  .care-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .care-grid > div:first-child {
    padding: 80px 30px;
  }
  .hero-shade {
    background: linear-gradient(90deg, #030f26f0, #03112894);
  }
}
@media (width<=560px) {
  .budget-dialog {
    padding: 42px 24px 26px;
  }
  .form-embed-placeholder {
    min-height: 210px;
    padding: 24px;
  }
  .care-grid > div:first-child {
    padding: 75px 22px;
  }
}
body.modal-open {
  overflow: hidden;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
}
.hero-bg {
  background-image: url(/images/hero-familia-europa.png);
  background-position: 50%;
  background-size: cover;
}
.hero-shade {
  background:
    linear-gradient(
      90deg,
      #030f26e6 0%,
      #031128b3 38%,
      #03112838 62%,
      #0311280a 100%
    ),
    linear-gradient(#0000 55%, #030f2633);
}
.solution:before {
  background: linear-gradient(#030f261f 24%, #030f26f0) !important;
}
.care-grid {
  grid-template-columns: 1fr 1fr;
  width: min(1200px, 100% - 48px);
}
.care-grid > div:first-child {
  padding: 110px 64px 90px 0;
}
.gallery .g1,
.gallery .g2,
.gallery .g3,
.gallery .g4 {
  background-image: url(/images/uv-hero.png);
}
.gallery figcaption b {
  font-size: 23px;
}
.gallery figcaption span {
  margin-top: 6px;
  font-size: 12px;
}
.budget-modal {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #020e22c2;
  place-items: center;
  padding: 24px;
  animation: 0.2s ease-out modal-in;
  display: grid;
  position: fixed;
  inset: 0;
}
.budget-modal[aria-hidden="true"] {
  display: none;
}
.budget-dialog {
  background: #fff;
  border-radius: 20px;
  width: min(620px, 100%);
  max-height: calc(100svh - 48px);
  padding: 48px;
  position: relative;
  overflow: auto;
  box-shadow: 0 32px 90px #00000059;
}
.budget-dialog h2 {
  max-width: 480px;
  margin-bottom: 18px;
  font-size: clamp(35px, 5vw, 52px);
}
.budget-dialog > p:not(.eyebrow) {
  max-width: 500px;
  margin-bottom: 28px;
}
.modal-close {
  width: 40px;
  height: 40px;
  color: var(--blue);
  background: #edf3f8;
  border-radius: 50%;
  place-items: center;
  font-size: 26px;
  line-height: 1;
  display: grid;
  position: absolute;
  top: 18px;
  right: 18px;
}
.form-embed-placeholder {
  text-align: center;
  color: #668096;
  background: #f4f8fb;
  border: 1px dashed #9db4c9;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  padding: 30px;
  display: flex;
}
.form-embed-placeholder strong {
  color: var(--ink);
  margin: 12px 0 7px;
}
.form-embed-placeholder span {
  font-size: 13px;
}
.placeholder-icon {
  color: #2477b8;
  background: #dcecf8;
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  display: grid;
}
@keyframes modal-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (width<=900px) {
  .care-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .care-grid > div:first-child {
    padding: 80px max(24px, 50vw - 360px);
  }
  .hero-bg {
    background-position: 66%;
  }
  .hero-shade {
    background: linear-gradient(90deg, #030f26eb, #0311288f);
  }
}
@media (width<=560px) {
  .budget-dialog {
    padding: 42px 24px 24px;
  }
  .form-embed-placeholder {
    min-height: 210px;
  }
  .hero-bg {
    background-position: 62%;
  }
  .care-grid > div:first-child {
    padding: 75px 22px;
  }
}
.products-section {
  background: #eef5f9;
  overflow: hidden;
}
.product-carousel {
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-color: #7ca7c6 #dce7ee;
  scrollbar-width: thin;
  grid-auto-columns: minmax(280px, 31%);
  grid-auto-flow: column;
  gap: 18px;
  padding: 8px 4px 30px;
  display: grid;
  overflow-x: auto;
}
.product-carousel::-webkit-scrollbar {
  height: 8px;
}
.product-carousel::-webkit-scrollbar-track {
  background: #dce7ee;
  border-radius: 20px;
}
.product-carousel::-webkit-scrollbar-thumb {
  background: #7ca7c6;
  border-radius: 20px;
}
.product-card {
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #dbe5ec;
  border-radius: 20px;
  flex-direction: column;
  min-height: 535px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 45px #0f2d4812;
}
.product-image {
  background: #fff;
  place-items: center;
  height: 300px;
  padding: 22px;
  display: grid;
}
.product-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.product-copy {
  border-top: 1px solid #edf1f4;
  flex-direction: column;
  flex: 1;
  padding: 24px 25px 26px;
  display: flex;
}
.product-copy h3 {
  min-height: 52px;
  margin-bottom: 18px;
  font-size: 19px;
  line-height: 1.35;
}
.product-copy strong {
  color: var(--blue);
  letter-spacing: -0.03em;
  font-size: 27px;
  display: block;
}
.product-copy p {
  margin: 6px 0 20px;
  font-size: 12px;
  line-height: 1.4;
}
.product-button {
  width: 100%;
  min-height: 49px;
  margin-top: auto;
}
.products-more {
  text-align: center;
  margin-top: 42px;
}
@media (width<=900px) {
  .product-carousel {
    grid-auto-columns: minmax(275px, 48%);
  }
}
@media (width<=560px) {
  .product-carousel {
    grid-auto-columns: 88%;
    margin-right: -15px;
  }
  .product-card {
    min-height: 505px;
  }
  .product-image {
    height: 270px;
  }
  .products-more .btn {
    width: 100%;
  }
}
.lead-form {
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  display: grid;
}
.form-field {
  flex-direction: column;
  gap: 7px;
  display: flex;
}
.form-field:nth-of-type(3),
.form-field:nth-of-type(4) {
  grid-column: 1/-1;
}
.form-field label {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}
.form-field input,
.form-field select {
  width: 100%;
  height: 50px;
  color: var(--ink);
  font: inherit;
  background: #fff;
  border: 1px solid #c9d7e2;
  border-radius: 7px;
  outline: none;
  padding: 0 14px;
  font-size: 14px;
}
.form-field input:focus,
.form-field select:focus {
  border-color: #287ed1;
  box-shadow: 0 0 0 3px #287ed11f;
}
.form-consent {
  color: #647488;
  grid-column: 1/-1;
  align-items: flex-start;
  gap: 10px;
  font-size: 11px;
  line-height: 1.45;
  display: flex;
}
.form-consent input {
  margin-top: 2px;
}
.form-submit {
  border: 0;
  grid-column: 1/-1;
  width: 100%;
}
.form-note {
  text-align: center;
  grid-column: 1/-1;
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
}
.solution-link,
.text-link {
  color: inherit;
  font: inherit;
  cursor: pointer;
  background: 0 0;
  border: 0;
  padding: 0;
}
.solution-link {
  color: #fff;
  font-size: 12px;
}
.solution-link span {
  color: #ff8a3d;
  margin-left: 8px;
}
.text-link {
  color: #236aa7;
  font-size: 13px;
  font-weight: 650;
}
.capture-page {
  background: #f2f7fb;
  min-height: 100vh;
}
.capture-header {
  justify-content: space-between;
  align-items: center;
  height: 82px;
  display: flex;
}
.capture-header span {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #57718a;
  font-size: 11px;
  font-weight: 700;
}
.capture-hero {
  align-items: center;
  min-height: 730px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.capture-bg {
  background: url(/images/hero-familia-europa.png) 50% / cover no-repeat;
  position: absolute;
  inset: 0;
}
.capture-shade {
  background: linear-gradient(
    90deg,
    #030f26f5 0%,
    #031128d6 44%,
    #0311285c 70%,
    #03112826
  );
  position: absolute;
  inset: 0;
}
.capture-grid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 70px;
  padding: 70px 0;
  display: grid;
  position: relative;
}
.capture-copy {
  color: #fff;
}
.capture-copy h1 {
  letter-spacing: -0.055em;
  max-width: 700px;
  margin-bottom: 25px;
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 0.98;
}
.capture-copy h1 em {
  color: #8fcaff;
  font-style: normal;
}
.capture-copy > p:not(.eyebrow) {
  color: #d3dfeb;
  max-width: 600px;
  font-size: 17px;
}
.capture-trust {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
  display: grid;
}
.capture-trust div {
  border-top: 1px solid #ffffff40;
  padding-top: 17px;
}
.capture-trust strong,
.capture-trust span {
  display: block;
}
.capture-trust strong {
  color: #fff;
  font-size: 12px;
}
.capture-trust span {
  color: #afc0d2;
  margin-top: 7px;
  font-size: 10px;
  line-height: 1.5;
}
.capture-form-card {
  background: #fff;
  border-radius: 22px;
  padding: 38px;
  box-shadow: 0 28px 80px #0000004d;
}
.capture-form-card h2 {
  margin-bottom: 14px;
  font-size: 42px;
}
.capture-form-card > p:not(.eyebrow) {
  margin-bottom: 26px;
  font-size: 13px;
}
.capture-benefits {
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 auto;
  padding: 70px 0;
  display: grid;
}
.capture-benefits div {
  border-right: 1px solid var(--line);
  padding: 12px 42px;
}
.capture-benefits div:last-child {
  border: 0;
}
.capture-benefits strong {
  font-size: 16px;
}
.capture-benefits p {
  margin: 9px 0 0;
  font-size: 12px;
}
.capture-footer {
  color: #849bb1;
  text-align: center;
  background: #061b43;
  padding: 24px 0;
  font-size: 10px;
}
@media (width<=900px) {
  .capture-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .capture-hero {
    padding: 40px 0;
  }
  .capture-form-card {
    width: min(620px, 100%);
  }
  .capture-trust {
    max-width: 650px;
  }
  .capture-benefits {
    grid-template-columns: 1fr;
  }
  .capture-benefits div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px 0;
  }
}
@media (width<=560px) {
  .lead-form {
    grid-template-columns: 1fr;
  }
  .form-field:nth-of-type(3),
  .form-field:nth-of-type(4) {
    grid-column: auto;
  }
  .capture-header {
    height: 70px;
  }
  .capture-header .brand {
    width: 145px;
  }
  .capture-header span {
    font-size: 9px;
  }
  .capture-grid {
    padding: 40px 0;
  }
  .capture-copy h1 {
    font-size: 44px;
  }
  .capture-trust {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .capture-form-card {
    padding: 30px 22px;
  }
  .capture-form-card h2 {
    font-size: 36px;
  }
}

