:root {
  /* Fondos */
  --atw-bg: #f3fbfd;
  --atw-bg-deep: #eaf7fb;
  --atw-surface: rgba(255, 255, 255, 0.86);
  --atw-surface-strong: #ffffff;
  --atw-surface-2: #f4fbfd;

  /* Líneas */
  --atw-line: rgba(8, 47, 73, 0.08);
  --atw-line-strong: rgba(8, 47, 73, 0.16);

  /* Texto */
  --atw-text: #0b1f33;
  --atw-text-soft: #18364d;
  --atw-muted: #5f7487;

  /* Oscuros institucionales */
  --atw-dark: #0a1b2e;
  --atw-dark-2: #10263d;
  --atw-dark-3: #14314c;

  /* Azul corporativo principal */
  --atw-blue: #0f88d9;
  --atw-blue-2: #0b6fba;
  --atw-blue-3: #0a5ca0;
  --atw-blue-soft: rgba(15, 136, 217, 0.12);

  /* Aqua / turquesa corporativo */
  --atw-aqua: #16c6d9;
  --atw-aqua-2: #11b3c8;
  --atw-aqua-3: #0d97aa;
  --atw-aqua-soft: rgba(22, 198, 217, 0.12);
  --atw-aqua-soft-2: rgba(22, 198, 217, 0.18);

  /* Alias de compatibilidad */
  --atw-green: var(--atw-aqua);
  --atw-green-2: var(--atw-aqua-2);
  --atw-green-3: var(--atw-aqua-3);
  --atw-green-soft: rgba(22, 198, 217, 0.10);
  --atw-green-soft-2: rgba(22, 198, 217, 0.16);

  /* Neutros agua */
  --atw-ice: #dff7fb;
  --atw-ice-2: #cceff6;
  --atw-sky: #7fdaf0;

  /* Bordes / radios */
  --atw-radius-xs: 8px;
  --atw-radius-sm: 12px;
  --atw-radius: 18px;
  --atw-radius-lg: 26px;
  --atw-radius-xl: 32px;
  --atw-radius-2xl: 40px;

  /* Sombras */
  --atw-shadow-1: 0 6px 20px rgba(7, 26, 43, 0.05);
  --atw-shadow-2: 0 12px 34px rgba(7, 26, 43, 0.08);
  --atw-shadow-3: 0 20px 54px rgba(7, 26, 43, 0.12);
  --atw-shadow-soft-aqua: 0 14px 30px rgba(22, 198, 217, 0.10);
  --atw-shadow-soft-green: 0 14px 30px rgba(22, 198, 217, 0.10);

  /* Layout */
  --atw-max: 1600px;

  /* Espaciado */
  --atw-space-1: 4px;
  --atw-space-2: 8px;
  --atw-space-3: 12px;
  --atw-space-4: 16px;
  --atw-space-5: 20px;
  --atw-space-6: 24px;
  --atw-space-7: 32px;
  --atw-space-8: 40px;
  --atw-space-9: 56px;
  --atw-space-10: 72px;
  --atw-space-11: 88px;
  --atw-space-12: 112px;

  /* Botones */
  --atw-btn-h: 50px;
  --atw-btn-h-sm: 46px;

  /* Motion */
  --atw-ease: cubic-bezier(.2, .8, .2, 1);
  --atw-ease-soft: cubic-bezier(.22, 1, .36, 1);
}

.atw-premium {
  position: relative;
  background:
    radial-gradient(1000px 500px at 0% 0%, rgba(22, 198, 217, .09), transparent 60%),
    radial-gradient(900px 420px at 100% 0%, rgba(15, 136, 217, .07), transparent 60%),
    linear-gradient(180deg, var(--atw-bg) 0%, var(--atw-bg-deep) 100%);
  color: var(--atw-text);
  font-family: "Sora", "Manrope", "Poppins", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  isolation: isolate;
}

.atw-premium::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .34;
  background-image:
    radial-gradient(circle at 20% 15%, rgba(22, 198, 217, .04), transparent 18%),
    radial-gradient(circle at 80% 20%, rgba(15, 136, 217, .035), transparent 16%),
    radial-gradient(circle at 50% 80%, rgba(22, 198, 217, .03), transparent 18%);
}

.atw-premium::after {
  content: "AT WATER";
  position: fixed;
  right: -24px;
  bottom: 18px;
  font-size: clamp(56px, 8vw, 130px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: .22em;
  color: rgba(11, 18, 32, 0.035);
  transform: rotate(-90deg);
  transform-origin: right bottom;
  pointer-events: none;
  z-index: 0;
  user-select: none;
  white-space: nowrap;
}

.atw-premium > * {
  position: relative;
  z-index: 1;
}

.atw-premium *,
.atw-premium *::before,
.atw-premium *::after {
  box-sizing: border-box;
}

.atw-premium img {
  max-width: 100%;
  height: auto;
  display: block;
}

.atw-premium a {
  color: inherit;
}

.atw-premium :where(h1, h2, h3, h4, p, ul) {
  overflow-wrap: break-word;
}

.atw-wrap {
  width: min(100%, var(--atw-max));
  margin-inline: auto;
  padding-inline: clamp(18px, 2vw, 28px);
}

.atw-section {
  position: relative;
  padding-block: clamp(64px, 7vw, 104px);
}

.atw-section--compact {
  padding-top: clamp(52px, 5vw, 76px);
  padding-bottom: clamp(52px, 5vw, 76px);
}

.atw-section--top-compact {
  padding-top: clamp(52px, 5vw, 76px);
}

.atw-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.02));
  z-index: 0;
}

.atw-divider {
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(22, 198, 217, .14) 18%,
      rgba(8, 47, 73, .10) 50%,
      rgba(15, 136, 217, .14) 82%,
      transparent 100%
    );
  margin: 0;
  border: 0;
}

.atw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--atw-aqua-3);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(22, 198, 217, .18);
  box-shadow: 0 10px 24px rgba(2, 6, 23, .04);
  letter-spacing: .18px;
  line-height: 1;
}

.atw-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--atw-aqua-2), var(--atw-aqua));
  box-shadow: 0 0 0 6px rgba(22, 198, 217, .12);
  flex: 0 0 auto;
}

.atw-kicker--dark {
  color: #e7fbff;
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .12);
}

.atw-title {
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.02;
  margin: var(--atw-space-4) 0 var(--atw-space-3);
  font-weight: 800;
  letter-spacing: -.04em;
  color: var(--atw-dark);
  text-wrap: balance;
}

.atw-title--md {
  font-size: clamp(28px, 3vw, 42px);
}

.atw-title--sm {
  font-size: clamp(24px, 2.6vw, 34px);
}

.atw-title--light {
  color: #ffffff;
}

.atw-subtitle {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.82;
  color: var(--atw-muted);
  max-width: 920px;
  margin: 0 auto;
  font-weight: 500;
  text-wrap: pretty;
}

.atw-subtitle--full {
  max-width: 100%;
}

.atw-subtitle--light {
  color: #cbd5e1;
}

.atw-center,
.atw-text-center {
  text-align: center;
}

.atw-muted {
  color: var(--atw-muted);
}

.atw-lead {
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.9;
  color: var(--atw-text-soft);
  text-wrap: pretty;
}

.atw-grid {
  display: grid;
  gap: clamp(16px, 1.8vw, 24px);
}

.atw-grid > * {
  min-width: 0;
}

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

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

.atw-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atw-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.atw-grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.atw-grid-2-1 {
  grid-template-columns: 2fr 1fr;
}

.atw-card {
  position: relative;
  background: var(--atw-surface);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--atw-line);
  border-radius: var(--atw-radius);
  box-shadow: var(--atw-shadow-1);
  padding: var(--atw-space-5);
  overflow: hidden;
  transition:
    border-color .28s var(--atw-ease),
    box-shadow .28s var(--atw-ease),
    transform .28s var(--atw-ease),
    background .28s var(--atw-ease);
}

.atw-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,.10));
  pointer-events: none;
}

.atw-card > * {
  position: relative;
  z-index: 1;
}

.atw-card-lg {
  padding: clamp(22px, 2vw, 32px);
  border-radius: var(--atw-radius-lg);
}

.atw-card-compact {
  padding: var(--atw-space-3);
}

.atw-card-soft {
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(244,251,253,.94));
}

.atw-card-dark {
  background:
    radial-gradient(700px 260px at 85% 15%, rgba(22, 198, 217, .12), transparent 60%),
    radial-gradient(520px 280px at 10% 0%, rgba(15, 136, 217, .10), transparent 60%),
    linear-gradient(180deg, #101827 0%, #0b1220 100%);
  color: #e5e7eb;
  border-color: rgba(255, 255, 255, .08);
  box-shadow: var(--atw-shadow-3);
}

.atw-card-dark::before {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
}

.atw-card-dark .atw-muted {
  color: #cbd5e1;
}

.atw-card-dark h2,
.atw-card-dark h3,
.atw-card-dark h4,
.atw-card-dark p,
.atw-card-dark li {
  color: #e2e8f0;
}

.atw-card-dark-hero {
  background-image:
    radial-gradient(900px 320px at 20% 0%, rgba(22, 198, 217, .10), transparent 60%),
    radial-gradient(600px 300px at 95% 20%, rgba(15, 136, 217, .10), transparent 60%),
    linear-gradient(180deg, #101827 0%, #0b1220 100%);
}

.atw-hero {
  position: relative;
  padding: clamp(24px, 3vw, 38px);
  border-radius: var(--atw-radius-2xl);
  background:
    radial-gradient(1200px 480px at 8% -12%, rgba(22, 198, 217, .16), transparent 55%),
    radial-gradient(860px 340px at 100% 0%, rgba(15, 136, 217, .11), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,250,252,.88));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 60px rgba(2, 6, 23, .10);
  overflow: clip;
  isolation: isolate;
}

.atw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 280px at 65% 75%, rgba(22, 198, 217, .07), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0));
  pointer-events: none;
}

.atw-hero::after {
  content: "AT WATER";
  position: absolute;
  right: -24px;
  top: 16px;
  font-size: clamp(36px, 5vw, 84px);
  font-weight: 800;
  letter-spacing: .2em;
  color: rgba(15, 23, 42, .04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.atw-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(22px, 2.4vw, 34px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.atw-hero-panel {
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 22px;
  padding: clamp(16px, 1.5vw, 22px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
}

.atw-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: var(--atw-space-5);
  align-items: center;
}

.atw-cta--center {
  justify-content: center;
}

.atw-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: var(--atw-btn-h);
  padding-inline: 18px;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition:
    transform .18s var(--atw-ease),
    box-shadow .22s var(--atw-ease),
    background .22s var(--atw-ease),
    border-color .22s var(--atw-ease),
    color .22s var(--atw-ease),
    filter .22s var(--atw-ease);
  letter-spacing: .08px;
  line-height: 1.2;
  white-space: nowrap;
  isolation: isolate;
}

.atw-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0));
  opacity: 1;
  pointer-events: none;
}

.atw-btn::after {
  content: "";
  position: absolute;
  inset: auto auto -50% -20%;
  width: 60%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
  transform: rotate(18deg) translateX(-140%);
  transition: transform .7s var(--atw-ease-soft);
  pointer-events: none;
}

.atw-btn i,
.atw-btn span {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

.atw-btn:focus-visible {
  outline: 3px solid rgba(15, 136, 217, .22);
  outline-offset: 2px;
}

.atw-btn-dark,
.atw-btn--neutral {
  background: linear-gradient(180deg, #182235, #101827);
  color: #fff !important;
  border-color: #111827;
  box-shadow: 0 10px 24px rgba(16, 24, 39, .16);
}

.atw-btn-green,
.atw-btn--secondary {
  background: linear-gradient(180deg, var(--atw-aqua-2), var(--atw-aqua));
  color: #fff !important;
  border-color: var(--atw-aqua);
  box-shadow: 0 10px 24px rgba(22, 198, 217, .18);
}

.atw-btn-blue,
.atw-btn--primary {
  background: linear-gradient(180deg, var(--atw-blue), var(--atw-blue-2));
  color: #fff !important;
  border-color: var(--atw-blue);
  box-shadow: 0 10px 24px rgba(15, 136, 217, .18);
}

.atw-btn-ghost,
.atw-btn--ghost {
  background: rgba(255,255,255,.76);
  color: var(--atw-dark) !important;
  border-color: var(--atw-line);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.atw-btn-outline,
.atw-btn--outline {
  background: transparent;
  color: var(--atw-dark) !important;
  border-color: rgba(15, 23, 42, .16);
}

.atw-btn--ghost-dark {
  background: rgba(255, 255, 255, .05);
  color: #fff !important;
  border-color: rgba(255, 255, 255, .18);
}

.atw-stat {
  position: relative;
  text-align: center;
  padding: 20px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--atw-line);
  box-shadow: var(--atw-shadow-1);
  min-height: 134px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.atw-stat::before {
  content: "";
  position: absolute;
  inset: auto -20% -50% auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 198, 217, .12), transparent 68%);
  pointer-events: none;
}

.atw-stat i {
  font-size: 18px;
  color: var(--atw-aqua);
  margin-bottom: 10px;
}

.atw-stat .n {
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1;
  font-weight: 800;
  color: var(--atw-dark);
  margin-bottom: 8px;
  letter-spacing: -.03em;
}

.atw-stat .l {
  font-size: 13px;
  color: var(--atw-muted);
  font-weight: 700;
  line-height: 1.4;
}

.atw-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: var(--atw-space-3);
}

.atw-pill-list--center {
  justify-content: center;
}

.atw-pill {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #334155;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(2, 6, 23, .04);
}

.atw-pill--dark {
  background: rgba(255, 255, 255, .05);
  color: #e2e8f0;
  border-color: rgba(255, 255, 255, .12);
}

.atw-block-title {
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 800;
  padding-top: 6px;
  line-height: 1.1;
  margin: 0 0 var(--atw-space-3);
  color: var(--atw-dark);
  letter-spacing: -.03em;
  text-wrap: balance;
}

.atw-heading-md {
  margin: var(--atw-space-3) 0 var(--atw-space-2);
  font-size: 22px;
  font-weight: 800;
  color: var(--atw-dark);
}

.atw-heading-sm {
  margin: 10px 0 6px;
  font-weight: 800;
  font-size: 16px;
  color: var(--atw-dark);
  line-height: 1.4;
}

.atw-heading-xs {
  margin: 0 0 var(--atw-space-2);
  font-size: 15px;
  color: #334155;
  font-weight: 800;
}

.atw-heading-compact {
  margin: 0 0 var(--atw-space-2);
  font-size: 16px;
  font-weight: 800;
}

.atw-subhead {
  margin: 0 0 var(--atw-space-2);
  font-weight: 800;
  font-size: 20px;
  color: var(--atw-dark);
}

.atw-block-sub {
  color: var(--atw-muted);
  line-height: 1.82;
  margin: 0 0 var(--atw-space-4);
  text-wrap: pretty;
}

.atw-text-relaxed {
  line-height: 1.75;
}

.atw-text-sm {
  font-size: 14px;
}

.atw-text-xs {
  font-size: 13px;
}

.atw-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.atw-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #1e293b;
  line-height: 1.6;
}

.atw-list li i {
  color: var(--atw-aqua);
  margin-top: 4px;
  width: 16px;
  text-align: center;
  flex: 0 0 auto;
}

.atw-route {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

.atw-route h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  color: var(--atw-dark);
  line-height: 1.22;
  text-wrap: balance;
}

.atw-route h4 {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #334155;
  font-weight: 700;
}

.atw-route p {
  margin: 0;
  color: var(--atw-muted);
  line-height: 1.75;
  font-size: 14px;
}

.atw-route .atw-btn {
  margin-top: auto;
  width: max-content;
  max-width: 100%;
}

.atw-mini-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(22, 198, 217, .16), rgba(22, 198, 217, .08));
  color: var(--atw-aqua);
  border: 1px solid rgba(22, 198, 217, .16);
  font-size: 18px;
  flex: 0 0 auto;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}

.atw-feature {
  height: 100%;
}

.atw-feature h3 {
  margin: 12px 0 8px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.atw-feature p {
  margin: 0;
  color: var(--atw-muted);
  line-height: 1.72;
  font-size: 14px;
}

.atw-manifesto {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(700px 260px at 80% 20%, rgba(22, 198, 217, .14), transparent 60%),
    radial-gradient(500px 240px at 10% 0%, rgba(15, 136, 217, .10), transparent 60%),
    linear-gradient(180deg, #0d1320 0%, #0b1220 100%);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 28px;
  padding: var(--atw-space-7) var(--atw-space-6);
  box-shadow: 0 16px 38px rgba(2, 6, 23, .25);
}

.atw-manifesto::after {
  content: "AT WATER";
  position: absolute;
  right: -10px;
  bottom: 10px;
  font-size: clamp(30px, 4vw, 72px);
  font-weight: 800;
  letter-spacing: .18em;
  color: rgba(255,255,255,.04);
  pointer-events: none;
}

.atw-manifesto__title {
  color: #fff;
  margin: 0 0 var(--atw-space-3);
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.08;
}

.atw-manifesto__copy {
  margin: 0;
  color: #dbeafe;
  line-height: 1.9;
  font-size: 17px;
}

.atw-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(22, 198, 217, .12), rgba(15, 136, 217, .08));
  border-top: 1px solid rgba(15, 23, 42, .05);
  border-bottom: 1px solid rgba(15, 23, 42, .06);
  padding: 11px 0;
}

.atw-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent);
  pointer-events: none;
}

.atw-band span {
  display: block;
  text-align: center;
  color: #0f172a;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .18px;
  line-height: 1.5;
}

.atw-logo-wrap {
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--atw-line);
  border-radius: 22px;
  box-shadow: var(--atw-shadow-1);
  padding: var(--atw-space-4);
}

.atw-quick {
  position: relative;
  overflow: hidden;
}

.atw-quick::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 198, 217, .18), transparent 68%);
  pointer-events: none;
}

.atw-quick h4 {
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--atw-aqua-3);
}

.atw-quick .iconlist li {
  margin-bottom: 8px;
}

.atw-quick .iconlist a {
  color: #1e293b;
  text-decoration: none;
  font-weight: 600;
  transition: color .2s var(--atw-ease);
}

.atw-quick .iconlist a:hover {
  color: var(--atw-aqua);
}

.atw-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.atw-faq-item h3 {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.45;
}

.atw-faq-item p {
  margin: 0;
  color: var(--atw-muted);
  line-height: 1.75;
  font-size: 14px;
}

.atw-faq-route-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
  color: var(--atw-aqua-3);
}

.atw-faq-route-line {
  margin: 0 0 6px;
}

.atw-faq-route-last {
  margin: 0;
}

.atw-footer-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(700px 260px at 85% 10%, rgba(22, 198, 217, .10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.78));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--atw-line);
  border-radius: 28px;
  box-shadow: var(--atw-shadow-2);
  padding: clamp(24px, 3vw, 36px);
  text-align: center;
}

.atw-footer-cta::after {
  content: "AT WATER";
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: clamp(30px, 4vw, 78px);
  font-weight: 800;
  letter-spacing: .18em;
  color: rgba(15, 23, 42, .035);
  pointer-events: none;
}

.atw-footer-cta h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 800;
  color: var(--atw-dark);
  line-height: 1.08;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.atw-footer-cta p {
  color: var(--atw-muted);
  margin: 0;
  line-height: 1.82;
}

.atw-top-space {
  margin-top: var(--atw-space-5);
}

.atw-top-space-lg {
  margin-top: var(--atw-space-7);
}

.atw-image-box {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  isolation: isolate;
}

.atw-image-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,.28);
  pointer-events: none;
  z-index: 2;
}

.atw-image-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform .8s var(--atw-ease-soft), filter .4s var(--atw-ease);
  will-change: transform;
}

.atw-image-box--sm {
  border-radius: 14px;
}

.atw-app-shot {
  max-width: 280px;
  width: 100%;
  height: auto;
}

.atw-soft-note {
  margin-top: var(--atw-space-3);
  color: var(--atw-aqua-3);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
}

.atw-tagline {
  margin-top: 12px;
  font-size: 14px;
  color: var(--atw-aqua-3);
  font-weight: 700;
  line-height: 1.55;
}

.atw-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--atw-space-5);
}

.atw-step {
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--atw-line);
  border-radius: var(--atw-radius);
  padding: var(--atw-space-5);
  box-shadow: var(--atw-shadow-1);
}

.atw-link-dark {
  color: #0f172a;
  text-decoration: none;
}

.atw-list-plain {
  list-style: none;
  padding: 0;
  margin: 0;
}

.atw-article-title {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
}

.atw-topless {
  margin-top: 0;
}

.atw-m-0 {
  margin: 0 !important;
}

.atw-mt-2 {
  margin-top: var(--atw-space-2);
}

.atw-mt-3 {
  margin-top: var(--atw-space-3);
}

.atw-mt-4 {
  margin-top: var(--atw-space-4);
}

.atw-mt-6 {
  margin-top: var(--atw-space-6);
}

.atw-mt-8 {
  margin-top: var(--atw-space-8);
}

.atw-mb-2 {
  margin-bottom: var(--atw-space-2);
}

.atw-mb-3 {
  margin-bottom: var(--atw-space-3);
}

.atw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.atw-max-100 {
  max-width: 100%;
}

.atw-max-480 {
  max-width: 480px;
}

.atw-max-420 {
  max-width: 420px;
}

.atw-max-460 {
  max-width: 460px;
}

.atw-max-780 {
  max-width: 780px;
}

.atw-max-900 {
  max-width: 900px;
}

.atw-premium .button {
  text-decoration: none !important;
}

/* ===== Reveal / motion ===== */
.atw-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .7s var(--atw-ease-soft),
    transform .7s var(--atw-ease-soft);
  will-change: opacity, transform;
}

.atw-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.atw-float-soft {
  animation: atwFloatSoft 7s ease-in-out infinite;
}

.atw-glow-soft {
  position: relative;
}

.atw-glow-soft::after {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: -1;
  background: radial-gradient(circle, rgba(22, 198, 217, .11), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}

@keyframes atwFloatSoft {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
}

@media (hover:hover) and (pointer:fine) {
  .atw-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(2, 6, 23, .12);
    filter: saturate(1.02);
  }

  .atw-btn:hover::after {
    transform: rotate(18deg) translateX(260%);
  }

  .atw-card:hover {
    border-color: var(--atw-line-strong);
    box-shadow: var(--atw-shadow-2);
    transform: translateY(-3px);
  }

  .atw-image-box:hover img {
    transform: scale(1.028);
  }

  .atw-pill:hover {
    border-color: rgba(22, 198, 217, .20);
    box-shadow: var(--atw-shadow-soft-aqua);
  }
}

@media (max-width: 1199px) {
  .atw-grid-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .atw-premium::after {
    font-size: clamp(40px, 8vw, 84px);
    right: -10px;
    bottom: 40px;
    opacity: .6;
  }

  .atw-section {
    padding-block: clamp(54px, 6vw, 78px);
  }

  .atw-hero-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .atw-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atw-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atw-grid-3 {
    grid-template-columns: 1fr;
  }

  .atw-grid-2 {
    grid-template-columns: 1fr;
  }

  .atw-grid-2-1 {
    grid-template-columns: 1fr;
  }

  .atw-faq-grid {
    grid-template-columns: 1fr;
  }

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

  .atw-card-lg {
    padding: clamp(20px, 3vw, 24px);
  }

  .atw-route .atw-btn {
    width: 100%;
  }

  .atw-hero::after,
  .atw-footer-cta::after,
  .atw-manifesto::after {
    font-size: clamp(26px, 7vw, 52px);
    letter-spacing: .14em;
  }
}

@media (max-width: 767px) {
  .atw-grid-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atw-wrap {
    padding-inline: 16px;
  }

  .atw-hero {
    border-radius: 24px;
    padding: 20px;
  }

  .atw-hero-panel {
    padding: 15px;
    border-radius: 18px;
  }

  .atw-title {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.04;
  }

  .atw-block-title {
    font-size: clamp(22px, 6vw, 30px);
  }

  .atw-footer-cta {
    border-radius: 22px;
  }

  .atw-premium::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .atw-grid-5,
  .atw-grid-4,
  .atw-grid-6 {
    grid-template-columns: 1fr;
  }

  .atw-stat .n {
    font-size: 22px;
  }

  .atw-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .atw-cta .atw-btn {
    width: 100%;
    min-height: var(--atw-btn-h-sm);
  }

  .atw-pill-list {
    gap: 8px;
  }

  .atw-pill {
    font-size: 12px;
    padding: 7px 10px;
  }

  .atw-band span {
    font-size: 12px;
  }

  .atw-kicker {
    font-size: 12px;
    padding: 8px 12px;
  }

  .atw-footer-cta,
  .atw-card-lg,
  .atw-step {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atw-card,
  .atw-btn,
  .atw-image-box img,
  .atw-reveal {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

  html:focus-within {
    scroll-behavior: auto;
  }
}
