/* aq-water — visual SoT = https://ai-assistent.site/russakva/ (#pool-irkutsk-site .hero + .trust)
   Full-bleed section (not rr-graphite card). Style vars optional overrides. */

.aq-hero {
  --aq-bg: #06111a;
  --aq-bg-soft: #0a1925;
  --aq-line: rgba(255, 255, 255, 0.1);
  --aq-text: #f4fbff;
  --aq-muted: #9cb2c0;
  --aq-lead: #c6d7e0;
  --aq-accent: #5fe2ff;
  --aq-accent-2: #38a6ff;
  --aq-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  --aq-container: min(1200px, calc(100% - 32px));
  --aq-hero-point-bg: rgba(255, 255, 255, 0.035);
  --aq-hero-point-border: var(--aq-line);
  --aq-hero-point-radius: 16px;
  --aq-hero-offer-bg: rgba(7, 23, 34, 0.77);
  --aq-hero-offer-border: rgba(255, 255, 255, 0.15);
  --aq-hero-offer-radius: 22px;
  --aq-hero-visual-radius: 36px;
  --aq-hero-chip-icon-bg: rgba(95, 226, 255, 0.08);
  --aq-hero-chip-icon-border: rgba(95, 226, 255, 0.14);
  --aq-hero-visual: url("https://images.unsplash.com/photo-1576610616656-d3aa5d1f4534?auto=format&fit=crop&w=1200&q=85");

  /* Compat aliases if Style chrome writes --rr-* */
  --rr-white: var(--aq-text);
  --rr-silver: #c3d4dd;
  --rr-muted: var(--aq-muted);
  --rr-border-color: var(--aq-line);
  --rr-shadow-outer: var(--aq-shadow);

  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  color: var(--aq-text);
  font-family: Manrope, system-ui, sans-serif;
  line-height: 1.55;
  background:
    radial-gradient(circle at 20% 0%, rgba(31, 148, 207, 0.18), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(95, 226, 255, 0.09), transparent 30%),
    var(--aq-bg);
  container-type: inline-size;
}

.aq-hero__glow {
  position: absolute;
  width: 800px;
  height: 800px;
  right: -250px;
  top: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 226, 255, 0.22), transparent 58%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.aq-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 860px;
  padding: 150px 0 80px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.aq-hero__grid {
  width: var(--aq-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.aq-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(95, 226, 255, 0.25);
  border-radius: 999px;
  background: rgba(95, 226, 255, 0.07);
  color: #baf4ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aq-hero__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aq-accent);
  box-shadow: 0 0 18px var(--aq-accent);
}

.aq-hero__title {
  max-width: 930px;
  margin: 22px 0 26px;
  font-family: Unbounded, Manrope, system-ui, sans-serif;
  font-size: clamp(42px, 6cqi, 82px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--aq-text);
}

.aq-hero__lead {
  max-width: 760px;
  margin: 0 0 32px;
  font-size: clamp(18px, 2cqi, 23px);
  color: var(--aq-lead);
}

.aq-hero__lead p {
  margin: 0;
}

.aq-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.aq-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  color: inherit;
  transition: 0.25s ease;
  box-sizing: border-box;
}

.aq-hero__btn:hover {
  transform: translateY(-2px);
}

.aq-hero__btn--primary {
  color: #06202b;
  background: linear-gradient(135deg, var(--aq-accent), #9af3ff);
  box-shadow: 0 18px 40px rgba(53, 197, 235, 0.22);
}

.aq-hero__btn--primary:hover {
  box-shadow: 0 24px 48px rgba(53, 197, 235, 0.32);
}

.aq-hero__btn--secondary {
  color: var(--aq-text);
  background: rgba(255, 255, 255, 0.055);
  border-color: var(--aq-line);
}

.aq-hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.09);
}

.aq-hero__btn--small {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 13px;
  font-size: 14px;
  flex: 0 0 auto;
}

.aq-hero__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 36px 0 0;
}

.aq-hero__point {
  padding: 16px;
  border: 1px solid var(--aq-hero-point-border);
  border-radius: var(--aq-hero-point-radius);
  background: var(--aq-hero-point-bg);
  color: #d4e2e9;
  font-size: 14px;
}

.aq-hero__point b {
  display: block;
  color: #fff;
  margin-bottom: 4px;
  font-size: 15px;
}

.aq-hero__visual {
  position: relative;
  min-height: 620px;
  border-radius: var(--aq-hero-visual-radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--aq-shadow);
  background:
    linear-gradient(to top, rgba(1, 16, 24, 0.82), transparent 46%),
    var(--aq-hero-visual) center / cover no-repeat;
}

.aq-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(95, 226, 255, 0.12), transparent 36%);
  pointer-events: none;
}

.aq-hero__badge {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  background: #e8fcff;
  color: #09222e;
  font-size: 13px;
  font-weight: 800;
}

.aq-hero__offer {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  border-radius: var(--aq-hero-offer-radius);
  border: 1px solid var(--aq-hero-offer-border);
  background: var(--aq-hero-offer-bg);
  backdrop-filter: blur(18px);
}

.aq-hero__offer-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.aq-hero__offer-copy strong {
  font-size: 18px;
}

.aq-hero__offer-copy span {
  color: var(--aq-muted);
  font-size: 14px;
}

.aq-hero__trust {
  position: relative;
  z-index: 2;
  padding: 26px 0;
  border-block: 1px solid var(--aq-line);
  background: rgba(255, 255, 255, 0.02);
}

.aq-hero__trust-row {
  width: var(--aq-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.aq-hero__chip {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #c3d4dd;
  font-size: 14px;
}

.aq-hero__chip-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--aq-hero-chip-icon-bg);
  color: var(--aq-accent);
  border: 1px solid var(--aq-hero-chip-icon-border);
  font-size: 16px;
}

@container (max-width: 960px) {
  .aq-hero__inner {
    min-height: 0;
    padding: 88px 0 56px;
  }

  .aq-hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .aq-hero__visual {
    min-height: 420px;
  }

  .aq-hero__points {
    grid-template-columns: 1fr;
  }

  .aq-hero__trust-row {
    grid-template-columns: 1fr 1fr;
  }
}

@container (max-width: 520px) {
  .aq-hero__trust-row {
    grid-template-columns: 1fr;
  }

  .aq-hero__offer {
    flex-direction: column;
    align-items: stretch;
  }

  .aq-hero__title {
    font-size: clamp(32px, 10cqi, 48px);
  }
}
