:root {
  --af-navy: #053f72;
  --af-blue: #0878bb;
  --af-cyan: #09afd2;
  --af-aqua: #6ce3eb;
  --af-sky: #eefbff;
  --af-ink: #12324a;
  --af-muted: #587286;
  --af-orange: #ff6b35;
  --af-green: #16865c;
  --af-white: #ffffff;
  --af-border: #d8edf5;
  --af-shadow: 0 18px 50px rgba(5, 63, 114, .12);
  --af-radius: 28px;
}

.af-page,
.af-page * {
  box-sizing: border-box;
}

.af-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--af-ink);
  background: #fff;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.af-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.af-page a {
  color: var(--af-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

.af-page a:focus-visible,
.af-page button:focus-visible,
.af-page summary:focus-visible,
.af-mobile-bar a:focus-visible {
  outline: 3px solid #ffd24d;
  outline-offset: 4px;
}

.af-page h1,
.af-page h2,
.af-page h3 {
  margin: 0 0 .6em;
  color: var(--af-navy);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.af-page h1 { font-size: clamp(2.45rem, 5vw, 5.2rem); }
.af-page h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); }
.af-page h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
.af-page p { margin: 0 0 1.1em; }
.af-page ul,
.af-page ol { margin: 0 0 1.3em; padding-left: 1.25em; }

.af-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.af-section {
  position: relative;
  padding: clamp(70px, 9vw, 118px) 0;
}

.af-section--soft { background: var(--af-sky); }
.af-section--blue {
  color: #fff;
  background: linear-gradient(135deg, #07558d 0%, #048bc1 55%, #08b6cf 100%);
}
.af-section--blue h2,
.af-section--blue h3,
.af-section--blue p,
.af-section--blue li { color: #fff; }

.af-eyebrow {
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  margin-bottom: .8rem !important;
  color: var(--af-cyan);
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.af-eyebrow::before {
  width: 26px;
  height: 3px;
  border-radius: 4px;
  background: currentColor;
  content: "";
}

.af-section--blue .af-eyebrow { color: #bdf7ff; }
.af-lead { max-width: 760px; color: var(--af-muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.af-section--blue .af-lead { color: rgba(255,255,255,.88); }
.af-center { text-align: center; }
.af-center .af-lead { margin-inline: auto; }

.af-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 1.7rem;
}

.af-btn {
  display: inline-flex;
  min-height: 52px;
  padding: 12px 22px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 2px solid transparent;
  border-radius: 999px;
  background: var(--af-orange);
  box-shadow: 0 12px 25px rgba(255, 107, 53, .24);
  color: #fff !important;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.af-btn:hover {
  background: #ed5724;
  box-shadow: 0 15px 30px rgba(255, 107, 53, .3);
  transform: translateY(-2px);
}

.af-btn--blue { background: var(--af-navy); box-shadow: 0 12px 25px rgba(5,63,114,.22); }
.af-btn--blue:hover { background: #022e55; }
.af-btn--ghost { border-color: #acdce9; background: #fff; box-shadow: none; color: var(--af-navy) !important; }
.af-btn--ghost:hover { background: #effaff; }

.af-hero {
  position: relative;
  min-height: 680px;
  padding: clamp(64px, 7vw, 96px) 0 120px;
  background: linear-gradient(120deg, #f7fdff 0%, #e5f9ff 45%, #d7f7ff 100%);
  isolation: isolate;
}

.af-hero::after {
  position: absolute;
  right: -8%;
  bottom: -78px;
  left: -8%;
  z-index: -1;
  height: 165px;
  border-radius: 50% 50% 0 0 / 38% 38% 0 0;
  background: #fff;
  content: "";
}

.af-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(520px, 1.35fr);
  gap: 28px;
  align-items: center;
}

.af-hero__copy { position: relative; z-index: 2; padding: 28px 0; }
.af-hero__copy h1 span { color: var(--af-cyan); }
.af-hero__copy .af-lead { max-width: 610px; }
.af-hero__media {
  overflow: hidden;
  border-radius: 54px 16px 54px 54px;
  background: #fff;
  box-shadow: var(--af-shadow);
}
.af-hero__media img { width: 100%; aspect-ratio: 2.4 / 1; object-fit: cover; object-position: center; }

.af-price-chip {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 4px 14px;
  margin-top: .9rem;
  padding: 14px 18px;
  border: 1px solid #bfeaf3;
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 28px rgba(5,63,114,.09);
}
.af-price-chip small { grid-column: 1 / -1; color: var(--af-muted); font-weight: 700; }
.af-price-chip strong { color: var(--af-orange); font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1; }
.af-price-chip s { align-self: end; color: #7690a1; font-weight: 700; }

.af-trust-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1080px, calc(100% - 40px));
  margin: -78px auto 0;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(135deg, #064675, #087cb6);
  box-shadow: 0 24px 50px rgba(5,63,114,.22);
  color: #fff;
}
.af-trust-strip__item {
  min-height: 138px;
  padding: 26px 18px;
  text-align: center;
}
.af-trust-strip__item + .af-trust-strip__item { border-left: 1px solid rgba(255,255,255,.2); }
.af-trust-strip__icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin: 0 auto 10px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  font-size: 1rem;
  font-weight: 900;
}
.af-trust-strip strong { display: block; color: #fff; line-height: 1.25; }
.af-trust-strip span { color: rgba(255,255,255,.75); font-size: .82rem; }

.af-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(30px, 6vw, 78px); align-items: center; }
.af-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.af-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }

.af-media-card {
  position: relative;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--af-border);
  border-radius: 44px 18px 44px 44px;
  background: linear-gradient(145deg, #f0fcff, #c9f4ff);
  box-shadow: var(--af-shadow);
}
.af-media-card img { max-height: 620px; margin-inline: auto; object-fit: contain; }

.af-checks { display: grid; gap: 14px; margin: 1.6rem 0 0; padding: 0 !important; list-style: none; }
.af-checks li { position: relative; padding-left: 42px; }
.af-checks li::before {
  position: absolute;
  top: .15em;
  left: 0;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #d7f9fd;
  color: var(--af-blue);
  content: "✓";
  font-weight: 900;
}

.af-card {
  height: 100%;
  padding: 26px;
  border: 1px solid var(--af-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(5,63,114,.08);
}
.af-card p:last-child,
.af-card ul:last-child { margin-bottom: 0; }
.af-card__number {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--af-blue), var(--af-cyan));
  color: #fff;
  font-weight: 900;
}

.af-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.af-stage { position: relative; padding: 26px 24px 24px 78px; border-radius: 24px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); }
.af-stage__n { position: absolute; top: 24px; left: 22px; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: #fff; color: var(--af-blue); font-weight: 900; }
.af-stage h3 { margin-bottom: .3rem; }
.af-stage p { margin-bottom: 0; color: rgba(255,255,255,.8); font-size: .95rem; }

.af-stat {
  padding: 27px 18px;
  border: 1px solid #bee4ef;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #f1fbff);
  box-shadow: 0 13px 32px rgba(5,63,114,.1);
  text-align: center;
}
.af-stat strong { display: block; color: var(--af-navy); font-size: clamp(1.55rem, 2.8vw, 2.2rem); line-height: 1.05; }
.af-stat span { color: var(--af-muted); font-size: .85rem; font-weight: 700; }

.af-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: 34px;
  align-items: stretch;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 46px 18px 46px 46px;
  background: linear-gradient(135deg, #edfaff, #c9f6fa);
  box-shadow: var(--af-shadow);
}
.af-offer__price { color: var(--af-orange); font-size: clamp(2.6rem, 6vw, 4.8rem); font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.af-offer__save { display: inline-block; margin-top: 8px; padding: 5px 12px; border-radius: 99px; background: #dff7ea; color: var(--af-green); font-weight: 800; }
.af-offer__plan { padding: 28px; border-radius: 28px; background: var(--af-navy); color: #fff; }
.af-offer__plan h3,
.af-offer__plan p { color: #fff; }
.af-offer__math { margin: 1rem 0; padding: 15px; border-radius: 16px; background: rgba(255,255,255,.1); font-weight: 800; }

.af-note {
  padding: 20px 22px;
  border-left: 4px solid var(--af-cyan);
  border-radius: 0 16px 16px 0;
  background: #eefbff;
  color: #31566e;
}
.af-note strong { color: var(--af-navy); }

.af-table-wrap { overflow-x: auto; border: 1px solid var(--af-border); border-radius: 20px; background: #fff; }
.af-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.af-table th,
.af-table td { padding: 15px 18px; border-bottom: 1px solid var(--af-border); text-align: left; vertical-align: top; }
.af-table th { background: var(--af-navy); color: #fff; font-size: .86rem; letter-spacing: .02em; }
.af-table tr:last-child td { border-bottom: 0; }
.af-table tbody tr:nth-child(even) { background: #f6fcff; }

.af-breadcrumbs { padding: 15px 0; background: #f5fbfd; color: var(--af-muted); font-size: .88rem; }
.af-breadcrumbs a { color: var(--af-navy); }
.af-page-hero { padding: clamp(60px, 8vw, 100px) 0; background: linear-gradient(135deg, #effbff, #c9f5fb); }
.af-page-hero h1 { max-width: 900px; font-size: clamp(2.4rem, 4.6vw, 4.4rem); }

.af-faq { display: grid; gap: 13px; }
.af-faq details { border: 1px solid var(--af-border); border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(5,63,114,.06); }
.af-faq summary { position: relative; padding: 20px 56px 20px 22px; color: var(--af-navy); cursor: pointer; font-weight: 800; list-style: none; }
.af-faq summary::-webkit-details-marker { display: none; }
.af-faq summary::after { position: absolute; top: 50%; right: 22px; translate: 0 -50%; color: var(--af-cyan); content: "+"; font-size: 1.5rem; }
.af-faq details[open] summary::after { content: "−"; }
.af-faq details > div { padding: 0 22px 20px; color: var(--af-muted); }

.af-contact-card { padding: clamp(28px, 5vw, 48px); border-radius: 34px; background: linear-gradient(145deg, #064779, #0789ba); box-shadow: var(--af-shadow); color: #fff; }
.af-contact-card h2,
.af-contact-card h3,
.af-contact-card p,
.af-contact-card a { color: #fff; }
.af-contact-number { display: block; margin: 18px 0; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 900; line-height: 1; text-decoration: none !important; }

.af-blog-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.af-blog-card { display: flex; min-height: 230px; padding: 25px; flex-direction: column; border: 1px solid var(--af-border); border-radius: 24px; background: #fff; box-shadow: 0 12px 32px rgba(5,63,114,.07); }
.af-blog-card small { color: var(--af-cyan); font-weight: 800; text-transform: uppercase; }
.af-blog-card a { margin-top: auto; font-weight: 800; }

.af-article { width: min(840px, calc(100% - 40px)); margin-inline: auto; padding: clamp(50px, 8vw, 90px) 0; }
.af-article h1 { font-size: clamp(2.25rem, 4.4vw, 4rem); }
.af-article h2 { margin-top: 2em; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.af-article h3 { margin-top: 1.55em; }
.af-article .af-updated { color: var(--af-muted); font-size: .9rem; }
.af-article .af-toc { margin: 28px 0 36px; padding: 22px 25px; border-radius: 20px; background: #f0fbff; }

.af-mobile-bar {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 9998;
  display: none;
  grid-template-columns: 1fr 1.25fr;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 18px;
  background: var(--af-navy);
  box-shadow: 0 15px 45px rgba(0,0,0,.28);
}
.af-mobile-bar a { display: flex; min-height: 54px; align-items: center; justify-content: center; color: #fff; font-weight: 900; text-decoration: none; }
.af-mobile-bar a + a { background: #10a666; }

@media (max-width: 980px) {
  .af-hero { min-height: auto; padding-bottom: 118px; }
  .af-hero__grid { grid-template-columns: 1fr; }
  .af-hero__media { order: -1; }
  .af-hero__media img { aspect-ratio: 2.1 / 1; }
  .af-grid-3,
  .af-stage-grid,
  .af-blog-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .af-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .af-offer { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .af-page { font-size: 16px; }
  .af-shell { width: min(100% - 28px, 1180px); }
  .af-hero { padding-top: 22px; }
  .af-hero__media { border-radius: 26px 12px 26px 26px; }
  .af-hero__media img { min-height: 250px; aspect-ratio: 1.45 / 1; object-position: 64% center; }
  .af-price-chip { width: 100%; }
  .af-btns .af-btn { width: 100%; }
  .af-trust-strip { grid-template-columns: repeat(2, 1fr); margin-top: -68px; border-radius: 24px; }
  .af-trust-strip__item { min-height: 120px; padding: 20px 10px; }
  .af-trust-strip__item:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .af-trust-strip__item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.2); }
  .af-grid-2,
  .af-grid-3,
  .af-grid-4,
  .af-stage-grid,
  .af-blog-cards { grid-template-columns: 1fr; }
  .af-section { padding: 64px 0; }
  .af-card,
  .af-offer,
  .af-contact-card { border-radius: 24px; }
  .af-mobile-bar { display: grid; }
  body { padding-bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .af-page *,
  .af-page *::before,
  .af-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Aqualife visual system v2: reference-led header, homepage and footer. */
.aqualife-custom-page {
  margin: 0;
  background: #fff;
}

.af-site-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.af-site-topbar {
  position: relative;
  z-index: 1001;
  background: linear-gradient(90deg, #063d70, #047fb5);
  color: #fff;
  font: 700 12px/1.2 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.af-site-topbar .af-site-shell {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.af-site-topbar a { color: #fff; text-decoration: none; }

.af-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 30px rgba(5,63,114,.10);
  backdrop-filter: blur(14px);
}

.af-site-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 26px;
}

.af-site-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  color: #056fa9;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
}

.af-site-brand__mark {
  display: grid;
  width: 46px;
  height: 50px;
  place-items: center;
  border-radius: 60% 40% 58% 42% / 62% 42% 58% 38%;
  background: linear-gradient(145deg, #0cc4dc, #0667ae);
  box-shadow: 0 10px 25px rgba(4,115,176,.22);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(-8deg);
}

.af-site-brand__mark + span { display: grid; }
.af-site-brand strong { color: #066aaa; font-size: 24px; line-height: 1; letter-spacing: -.04em; }
.af-site-brand small { margin-top: 3px; color: #10a9c5; font-size: 9px; font-weight: 800; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }

.af-primary-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: clamp(14px, 2vw, 27px);
}

.af-primary-nav a {
  position: relative;
  color: #163d57;
  font: 750 13px/1.2 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
}

.af-primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: #08abd0;
  content: "";
  opacity: 0;
  transform: scaleX(.4);
  transition: .18s ease;
}

.af-primary-nav a:hover::after,
.af-primary-nav a:focus-visible::after { opacity: 1; transform: scaleX(1); }

.af-header-cta {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 18px;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #ff6b35;
  box-shadow: 0 10px 24px rgba(255,107,53,.23);
  color: #fff;
  font: 850 13px/1 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
}

.af-menu-toggle { display: none; }
.af-menu-toggle .screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.af-home-v2 { overflow: clip; }
.af-home-v2 .af-section { padding: clamp(74px, 8vw, 112px) 0; }

.af-hero-v2 {
  position: relative;
  min-height: 640px;
  padding: 56px 0 132px;
  overflow: hidden;
  background-color: #f4fbfe;
  background-image: linear-gradient(90deg, rgba(248,253,255,.99) 0%, rgba(248,253,255,.95) 25%, rgba(248,253,255,.58) 46%, rgba(248,253,255,.02) 69%), var(--af-hero-image);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.af-hero-v2::before {
  position: absolute;
  bottom: -90px;
  left: -5%;
  width: 56%;
  height: 190px;
  border-radius: 50% 50% 0 0 / 70% 70% 0 0;
  background: rgba(11,177,215,.9);
  content: "";
  transform: rotate(7deg);
}

.af-hero-v2::after {
  position: absolute;
  right: -8%;
  bottom: -112px;
  width: 72%;
  height: 205px;
  border-radius: 50% 50% 0 0 / 66% 66% 0 0;
  background: #fff;
  content: "";
  transform: rotate(-5deg);
}

.af-hero-v2__inner { position: relative; z-index: 2; }
.af-hero-v2__copy { width: min(520px, 47%); padding-top: 48px; }
.af-hero-v2__copy h1 { margin-bottom: 20px; color: #073f70; font-size: clamp(3rem, 5.3vw, 5.15rem); letter-spacing: -.055em; }
.af-hero-v2__copy h1 span { color: #08b4cf; }
.af-hero-v2__copy .af-lead { max-width: 520px; color: #36596f; font-size: 1.1rem; line-height: 1.65; }
.af-hero-v2__actions { display: flex; margin-top: 28px; align-items: center; gap: 24px; }
.af-video-link { display: inline-flex; align-items: center; gap: 10px; color: #075b92 !important; font-weight: 850; text-decoration: none !important; }
.af-video-link span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #0ea9d4; box-shadow: 0 12px 25px rgba(14,169,212,.26); color: #fff; font-size: 12px; }
.af-hero-v2__proof { display: flex; margin-top: 30px; flex-wrap: wrap; gap: 12px 20px; color: #2b617e; font-size: .82rem; font-weight: 800; }
.af-hero-v2__price {
  position: absolute;
  top: 12px;
  right: 0;
  display: grid;
  width: 148px;
  height: 148px;
  place-content: center;
  border: 7px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: linear-gradient(145deg, #ff7650, #ff4b27);
  box-shadow: 0 22px 45px rgba(223,74,35,.28);
  color: #fff;
  text-align: center;
  transform: rotate(4deg);
}
.af-hero-v2__price small,
.af-hero-v2__price span { font-weight: 800; line-height: 1.2; }
.af-hero-v2__price strong { margin: 4px 0; font-size: 1.55rem; line-height: 1; }

.af-trust-v2 {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1060px, calc(100% - 40px));
  margin: -90px auto 0;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(115deg, #063e70, #046da8 56%, #0088b9);
  box-shadow: 0 28px 60px rgba(3,65,110,.24);
  color: #fff;
}
.af-trust-v2__item { position: relative; display: grid; min-height: 156px; padding: 26px 16px; place-content: center; text-align: center; }
.af-trust-v2__item + .af-trust-v2__item::before { position: absolute; top: 30px; bottom: 30px; left: 0; width: 1px; background: rgba(255,255,255,.18); content: ""; }
.af-trust-v2__icon { display: grid; width: 48px; height: 48px; margin: 0 auto 11px; place-items: center; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; color: #93eff8; font-weight: 900; }
.af-trust-v2 strong { color: #fff; font-size: .98rem; line-height: 1.25; }
.af-trust-v2 small { margin-top: 5px; color: rgba(255,255,255,.7); font-size: .72rem; }

.af-protection-v2 { position: relative; background: #fff; }
.af-protection-v2::before { position: absolute; top: 12%; left: -50px; width: 145px; height: 145px; border: 18px solid rgba(14,185,215,.06); border-radius: 50%; content: ""; }
.af-protection-v2__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 7vw, 92px); align-items: center; }
.af-protection-v2__copy h2 { max-width: 620px; }
.af-feature-list { display: grid; gap: 22px; margin-top: 30px; }
.af-feature-list article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; }
.af-feature-list article > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 16px; background: linear-gradient(145deg, #10bad7, #077cb9); box-shadow: 0 12px 24px rgba(7,124,185,.18); color: #fff; font-size: .78rem; font-weight: 900; }
.af-feature-list h3 { margin: 0 0 4px; font-size: 1.04rem; }
.af-feature-list p { margin: 0; color: #5a7385; font-size: .92rem; }
.af-product-orbit { position: relative; min-height: 580px; margin: 0; display: grid; place-items: center; border-radius: 46% 54% 42% 58% / 53% 40% 60% 47%; background: radial-gradient(circle at 45% 32%, #edfdff 0 22%, #bff5fb 64%, #83e5f1 100%); isolation: isolate; }
.af-product-orbit::before,
.af-product-orbit::after { position: absolute; border-radius: 50%; background: rgba(255,255,255,.68); box-shadow: inset 0 0 0 1px rgba(8,146,190,.13); content: ""; }
.af-product-orbit::before { top: 12%; right: 4%; width: 42px; height: 42px; }
.af-product-orbit::after { bottom: 17%; left: 4%; width: 24px; height: 24px; }
.af-product-orbit__ring { position: absolute; inset: 7%; z-index: -1; border: 2px solid rgba(255,255,255,.72); border-radius: inherit; transform: rotate(8deg); }
.af-product-orbit img { width: min(67%, 390px); max-height: 510px; object-fit: contain; filter: drop-shadow(0 28px 28px rgba(1,61,99,.22)); }
.af-product-orbit figcaption { position: absolute; right: 8%; bottom: 5%; left: 8%; padding: 10px 15px; border-radius: 99px; background: rgba(255,255,255,.9); color: #075789; font-size: .82rem; font-weight: 850; text-align: center; }

.af-explore-v2 { position: relative; padding: 120px 0 110px; overflow: hidden; background: linear-gradient(145deg, #064b81 0%, #0387bf 56%, #07b5d0 100%); color: #fff; }
.af-explore-v2::before { position: absolute; top: -92px; right: -7%; left: -7%; height: 150px; border-radius: 0 0 50% 50% / 0 0 70% 70%; background: #fff; content: ""; transform: rotate(-2deg); }
.af-explore-v2::after { position: absolute; right: -7%; bottom: -96px; left: -7%; height: 155px; border-radius: 50% 50% 0 0 / 70% 70% 0 0; background: #fff; content: ""; transform: rotate(2deg); }
.af-explore-v2 .af-shell { position: relative; z-index: 2; }
.af-explore-v2 h2,
.af-explore-v2 h3,
.af-explore-v2 p { color: #fff; }
.af-explore-v2__heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.af-explore-v2__heading > p { max-width: 440px; color: rgba(255,255,255,.75); }
.af-explore-v2__cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 40px; }
.af-image-tile { position: relative; display: flex; min-height: 270px; padding: 18px; overflow: hidden; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.34); border-radius: 24px; background: rgba(255,255,255,.11); box-shadow: 0 18px 40px rgba(0,45,80,.17); isolation: isolate; }
.af-image-tile::after { position: absolute; inset: 42% 0 0; z-index: -1; background: linear-gradient(transparent, rgba(2,52,90,.92)); content: ""; }
.af-image-tile h3 { margin: 0 0 4px; font-size: 1rem; }
.af-image-tile p { margin: 0; color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.5; }
.af-image-tile__symbol { position: absolute; top: 22px; left: 50%; display: grid; width: 78px; height: 78px; place-items: center; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-size: 1.4rem; font-weight: 900; transform: translateX(-50%); }
.af-image-tile--water { background: radial-gradient(circle at 50% 28%, #d8fbff 0 10%, #51cde2 11% 14%, transparent 15%), linear-gradient(155deg, #0ba9ce, #075c95); }
.af-image-tile--family { background-image: linear-gradient(transparent 35%, rgba(2,52,90,.9)), var(--af-tile-image); background-position: 67% center; background-size: cover; }
.af-image-tile--install { background: linear-gradient(155deg, #0478ad, #053e73); }
.af-image-tile--technology { background: linear-gradient(155deg, #16bcd3, #05659d); }
.af-image-tile--product { padding-top: 8px; background: linear-gradient(155deg, #d8fbff, #0584b8 60%, #064474); }
.af-image-tile--product img { position: absolute; top: 8px; left: 50%; z-index: -1; width: 118px; height: 175px; object-fit: contain; filter: drop-shadow(0 15px 15px rgba(1,49,84,.18)); transform: translateX(-50%); }
.af-pill-link { display: inline-flex; margin-top: 34px; padding: 11px 19px; align-items: center; gap: 9px; border-radius: 99px; background: #fff; box-shadow: 0 12px 30px rgba(0,40,75,.18); color: #075d94 !important; font-size: .84rem; font-weight: 850; text-decoration: none !important; }

.af-performance-v2 { position: relative; background: #fff; }
.af-performance-v2::before,
.af-performance-v2::after { position: absolute; border: 2px solid rgba(4,156,201,.18); border-radius: 50%; background: radial-gradient(circle at 32% 28%, #fff, #c7f5fa 62%, #62d5e7); box-shadow: 0 10px 25px rgba(7,152,195,.12); content: ""; }
.af-performance-v2::before { top: 25%; left: 3%; width: 68px; height: 68px; }
.af-performance-v2::after { right: 4%; bottom: 22%; width: 34px; height: 34px; }
.af-performance-v2__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 38px; }
.af-performance-v2__stats div { padding: 26px 16px; border-radius: 20px; background: linear-gradient(145deg, #07568f, #087eb7); box-shadow: 0 16px 32px rgba(4,76,126,.2); text-align: center; }
.af-performance-v2__stats strong { display: block; color: #fff; font-size: clamp(1.45rem, 2.7vw, 2.2rem); line-height: 1.1; }
.af-performance-v2__stats span { color: rgba(255,255,255,.78); font-size: .78rem; font-weight: 750; }
.af-performance-v2__trust { margin: 42px 0 16px !important; color: #ff6b35; font-size: clamp(1.35rem, 3vw, 2.3rem); font-weight: 900; line-height: 1.15; text-align: center; transform: rotate(-2deg); }
.af-performance-v2__condition { max-width: 850px; margin: 0 auto !important; color: #637c8d; font-size: .82rem; text-align: center; }

.af-benefits-v2 { position: relative; background: linear-gradient(180deg, #fff, #f4fcff); }
.af-benefits-v2::after { position: absolute; right: -120px; bottom: -110px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(89,213,231,.18), transparent 68%); content: ""; }
.af-benefits-v2__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(42px, 7vw, 85px); align-items: center; }
.af-benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.af-benefit-grid article { min-height: 210px; padding: 28px 22px; border: 1px solid #e1f1f6; border-radius: 25px; background: #fff; box-shadow: 0 15px 38px rgba(5,63,114,.08); text-align: center; }
.af-benefit-grid article > span { display: grid; width: 56px; height: 56px; margin: 0 auto 16px; place-items: center; border-radius: 20px; background: #e1faff; color: #0785ba; font-size: 1.35rem; font-weight: 900; }
.af-benefit-grid h3 { margin-bottom: 7px; font-size: 1rem; }
.af-benefit-grid p { margin: 0; color: #60798a; font-size: .82rem; line-height: 1.55; }

.af-reasons-v2 { position: relative; padding: 105px 0 125px; overflow: hidden; background: linear-gradient(145deg, #064475, #076ca6 60%, #0298c2); color: #fff; }
.af-reasons-v2::before { position: absolute; top: -85px; right: -6%; left: -6%; height: 130px; border-radius: 0 0 50% 50% / 0 0 60% 60%; background: #f4fcff; content: ""; transform: rotate(2deg); }
.af-reasons-v2 h2,
.af-reasons-v2 h3,
.af-reasons-v2 p { color: #fff; }
.af-reasons-v2 .af-center > p:last-child { color: rgba(255,255,255,.72); }
.af-reasons-v2__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.af-reasons-v2__cards article { padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: rgba(255,255,255,.1); box-shadow: 0 18px 42px rgba(0,38,70,.16); }
.af-reasons-v2__cards article > span { display: inline-grid; width: 46px; height: 46px; margin-bottom: 16px; place-items: center; border-radius: 50%; background: #fff; color: #0679ae; font-size: .82rem; font-weight: 900; }
.af-reasons-v2__cards h3 { margin-bottom: 7px; }
.af-reasons-v2__cards p { margin: 0; color: rgba(255,255,255,.74); font-size: .88rem; }

.af-offer-v2 { position: relative; margin-top: -45px; background: #fff; }
.af-offer-v2__slogan { margin: 0 0 46px !important; color: #0789bd; font-size: clamp(1.4rem, 3vw, 2.4rem); font-weight: 900; text-align: center; transform: rotate(-2deg); }
.af-offer-v2__slogan span { color: #ff6b35; }
.af-offer-v2__grid { display: grid; grid-template-columns: 1fr .88fr; gap: clamp(35px, 7vw, 86px); align-items: center; }
.af-offer-v2__price-panel { padding-left: clamp(0px, 4vw, 52px); }
.af-offer-v2__price-panel h2 { max-width: 570px; }
.af-offer-v2__normal { margin-bottom: 5px !important; color: #66808f; }
.af-offer-v2__normal s { margin-left: 9px; font-weight: 800; }
.af-offer-v2__cash { display: flex; align-items: baseline; gap: 12px; }
.af-offer-v2__cash small { color: #234e69; font-weight: 850; }
.af-offer-v2__cash strong { color: #ff5f32; font-size: clamp(2.65rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.055em; }
.af-offer-v2__save { display: inline-flex; margin-top: 12px; padding: 7px 14px; border-radius: 99px; background: #ff6b35; color: #fff; font-size: .82rem; font-weight: 900; }
.af-offer-v2__installment { display: inline-flex; margin-top: 23px; padding: 14px 18px; align-items: center; gap: 13px; border-radius: 16px; background: #e9f8ff; color: #075a91; }
.af-offer-v2__installment > span { font-size: 1.6rem; }
.af-offer-v2__installment p { margin: 0; font-size: .85rem; line-height: 1.35; }
.af-offer-v2__fine { max-width: 620px; margin-top: 18px !important; color: #6d8493; font-size: .78rem; }
.af-consult-form { padding: clamp(30px, 5vw, 48px); border-radius: 44px 18px 44px 44px; background: linear-gradient(145deg, #19bfd0, #0589bd); box-shadow: 0 25px 55px rgba(5,126,172,.24); color: #fff; }
.af-consult-form h3 { margin-bottom: 8px; color: #fff; font-size: clamp(1.65rem, 3vw, 2.4rem); text-align: center; }
.af-consult-form > p { color: rgba(255,255,255,.8); font-size: .85rem; text-align: center; }
.af-consult-form label { display: grid; margin-top: 12px; }
.af-consult-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.af-consult-form input,
.af-consult-form textarea { width: 100%; min-height: 48px; padding: 12px 16px; border: 0; border-radius: 14px; background: #fff; box-shadow: inset 0 0 0 1px rgba(4,80,125,.08); color: #173f59; font: inherit; font-size: .9rem; }
.af-consult-form textarea { min-height: 82px; resize: vertical; }
.af-consult-form input:focus,
.af-consult-form textarea:focus { outline: 3px solid rgba(255,220,83,.75); outline-offset: 2px; }
.af-consult-form .af-btn { width: 100%; margin-top: 16px; border: 0; cursor: pointer; }
.af-consult-form > small { display: block; margin-top: 10px; color: rgba(255,255,255,.72); text-align: center; }
.af-contact-ribbon { display: grid; grid-template-columns: 1.05fr .95fr; margin-top: 54px; overflow: hidden; border-radius: 26px; background: #064674; box-shadow: 0 18px 45px rgba(5,63,114,.19); }
.af-contact-ribbon a { display: flex; min-height: 82px; padding: 16px 30px; align-items: center; justify-content: center; gap: 12px; color: #fff !important; text-decoration: none !important; }
.af-contact-ribbon a + a { border-left: 1px solid rgba(255,255,255,.2); }
.af-contact-ribbon a > span { font-size: 1.7rem; }
.af-contact-ribbon small { color: rgba(255,255,255,.68); }
.af-contact-ribbon strong { font-size: 1.15rem; }

.af-site-footer { padding: 72px 0 24px; background: #f6fbfd; color: #4f6c7e; font: 400 14px/1.7 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.af-site-footer__grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 44px; }
.af-site-footer h2 { margin: 0 0 16px; color: #073f70; font-size: 1rem; }
.af-site-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.af-site-footer a { margin-bottom: 7px; color: #4f6c7e; text-decoration: none; }
.af-site-footer a:hover { color: #0788bc; }
.af-site-footer__brand p { max-width: 350px; margin: 22px 0 12px; }
.af-site-footer__phone { color: #075b91 !important; font-size: 1.15rem; font-weight: 900; }
.af-site-footer__bottom { display: flex; margin-top: 45px; padding-top: 18px; justify-content: space-between; gap: 20px; border-top: 1px solid #d9e9ef; color: #78909d; font-size: .75rem; }

@media (max-width: 1100px) {
  .af-primary-nav { gap: 13px; }
  .af-header-cta { padding-inline: 14px; }
  .af-explore-v2__cards { grid-template-columns: repeat(3, 1fr); }
  .af-image-tile { min-height: 250px; }
}

@media (max-width: 900px) {
  .af-menu-toggle { display: grid; width: 44px; height: 44px; margin-left: auto; padding: 11px; place-content: center; gap: 5px; border: 0; border-radius: 12px; background: #e9f8fc; cursor: pointer; }
  .af-menu-toggle > span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; border-radius: 2px; background: #075c91; }
  .af-primary-nav { position: absolute; top: 100%; right: 20px; left: 20px; display: none; padding: 14px; border: 1px solid #d6ebf2; border-radius: 18px; background: #fff; box-shadow: 0 20px 45px rgba(5,63,114,.16); }
  .af-primary-nav.is-open { display: grid; }
  .af-primary-nav a { padding: 11px 10px; }
  .af-header-cta { display: none; }
  .af-hero-v2__copy { width: min(500px, 54%); }
  .af-hero-v2__price { right: 14px; width: 126px; height: 126px; }
  .af-protection-v2__grid,
  .af-benefits-v2__grid,
  .af-offer-v2__grid { grid-template-columns: 1fr; }
  .af-product-orbit { min-height: 520px; }
  .af-explore-v2__heading { grid-template-columns: 1fr; gap: 10px; }
  .af-performance-v2__stats { grid-template-columns: repeat(2, 1fr); }
  .af-site-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .af-site-footer__grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 720px) {
  .af-site-topbar .af-site-shell { min-height: 36px; justify-content: center; }
  .af-site-topbar span { display: none; }
  .af-site-header__inner { min-height: 68px; }
  .af-site-brand__mark { width: 39px; height: 42px; font-size: 23px; }
  .af-site-brand strong { font-size: 20px; }
  .af-site-brand small { font-size: 7px; }
  .af-home-v2 .af-section { padding: 68px 0; }
  .af-hero-v2 { min-height: 780px; padding: 310px 0 138px; background-image: linear-gradient(180deg, rgba(245,252,255,.02) 0 250px, rgba(245,252,255,.94) 320px, #f5fcff 50%), var(--af-hero-image); background-position: 68% top; background-size: auto 330px; background-repeat: no-repeat; }
  .af-hero-v2__copy { width: 100%; padding-top: 20px; }
  .af-hero-v2__copy h1 { font-size: clamp(2.75rem, 14vw, 4.25rem); }
  .af-hero-v2__copy .af-lead { font-size: 1rem; }
  .af-hero-v2__actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .af-hero-v2__price { top: 15px; right: 14px; width: 112px; height: 112px; border-width: 5px; }
  .af-hero-v2__price strong { font-size: 1.22rem; }
  .af-trust-v2 { grid-template-columns: repeat(2, 1fr); margin-top: -82px; border-radius: 24px; }
  .af-trust-v2__item { min-height: 135px; padding: 20px 10px; }
  .af-trust-v2__item:nth-child(3)::before { display: none; }
  .af-trust-v2__item:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
  .af-product-orbit { min-height: 440px; }
  .af-product-orbit img { width: 65%; max-height: 370px; }
  .af-explore-v2 { padding: 105px 0 95px; }
  .af-explore-v2__cards { grid-template-columns: repeat(2, 1fr); }
  .af-image-tile { min-height: 230px; }
  .af-image-tile:last-child { grid-column: 1 / -1; }
  .af-benefit-grid { grid-template-columns: 1fr; }
  .af-reasons-v2 { padding: 98px 0 105px; }
  .af-reasons-v2__cards { grid-template-columns: 1fr; }
  .af-offer-v2__cash { align-items: flex-start; flex-direction: column; gap: 3px; }
  .af-consult-form { border-radius: 26px; }
  .af-contact-ribbon { grid-template-columns: 1fr; border-radius: 22px; }
  .af-contact-ribbon a + a { border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .af-site-footer { padding-bottom: 95px; }
  .af-site-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .af-site-footer__brand { grid-column: 1 / -1; }
  .af-site-footer__grid > div:last-child { grid-column: auto; }
  .af-site-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 470px) {
  .af-site-shell { width: min(100% - 28px, 1180px); }
  .af-explore-v2__cards,
  .af-performance-v2__stats { grid-template-columns: 1fr; }
  .af-image-tile:last-child { grid-column: auto; }
  .af-site-footer__grid { grid-template-columns: 1fr; }
  .af-site-footer__brand,
  .af-site-footer__grid > div:last-child { grid-column: auto; }
}
