:root {
  --navy: #031225;
  --deep-blue: #071f3d;
  --blue: #0c6fb4;
  --aqua: #25d9df;
  --turquoise: #55f2e8;
  --white: #ffffff;
  --cream: #f7efe0;
  --gold: #d8b46b;
  --ink: #10243c;
  --muted: #6d7f93;
  --glass: rgba(255, 255, 255, .14);
  --glass-strong: rgba(255, 255, 255, .78);
  --shadow: 0 30px 90px rgba(3, 18, 37, .22);
  --soft-shadow: 0 18px 55px rgba(7, 31, 61, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(37, 217, 223, .12), transparent 32%),
    linear-gradient(180deg, #f8fdff 0%, #eef8fb 42%, #ffffff 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(12, 111, 180, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 111, 180, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 65%, transparent);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, .hero-content h1 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}
h2, h3, .section-kicker, .btn, .site-nav {
  letter-spacing: 0;
}

.site-header {
  position: fixed;
  top: 18px;
  left: clamp(14px, 3vw, 42px);
  right: clamp(14px, 3vw, 42px);
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(26px);
  box-shadow: 0 20px 70px rgba(3, 18, 37, .18);
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, top .3s ease;
}
.site-header.is-scrolled {
  top: 10px;
  background: rgba(3, 18, 37, .86);
  border-color: rgba(85, 242, 232, .2);
  box-shadow: 0 22px 75px rgba(3, 18, 37, .35);
}
.site-header.is-scrolled .site-nav a,
.site-header.is-scrolled .nav-dropdown > button,
.site-header.is-scrolled .brand strong { color: var(--white); }
.site-header.is-scrolled .brand small { color: rgba(255,255,255,.65); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-with-logo {
  min-width: 238px;
  height: 70px;
}
.brand-logo {
  width: 238px;
  max-width: 238px;
  height: 70px;
  object-fit: contain;
  object-position: left center;
  display: block;
}
.site-header .brand-logo {
  filter: brightness(0) invert(1) contrast(1.08) drop-shadow(0 10px 22px rgba(3,18,37,.28));
}
.site-footer .brand-with-logo {
  height: auto;
  min-width: 280px;
}
.site-footer .brand-logo {
  width: 280px;
  max-width: 280px;
  height: auto;
  filter: brightness(0) invert(1) contrast(1.08);
  opacity: .94;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 950;
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.9), transparent 14%),
    linear-gradient(140deg, var(--turquoise), var(--blue) 56%, var(--navy));
  box-shadow: 0 16px 36px rgba(37,217,223,.28), inset 0 1px 12px rgba(255,255,255,.48);
}
.brand strong { display: block; color: #09223e; font-weight: 950; letter-spacing: .08em; }
.brand small { display: block; color: #567087; font-size: 12px; font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 8px; margin-left: auto; font-weight: 850; font-size: 14px; }
.site-nav a, .nav-dropdown > button {
  position: relative;
  color: #16344e;
  border: 0;
  background: none;
  font: inherit;
  cursor: pointer;
  padding: 11px 13px;
  border-radius: 999px;
  transition: color .22s ease, background .22s ease, transform .22s ease;
}
.site-nav a:hover, .nav-dropdown > button:hover { color: var(--blue); background: rgba(255,255,255,.38); transform: translateY(-1px); }
.nav-dropdown { position: relative; }
.nav-dropdown div {
  position: absolute;
  top: 46px;
  right: 0;
  width: 250px;
  display: none;
  padding: 12px;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
  border: 1px solid rgba(12,111,180,.14);
}
.nav-dropdown:hover div { display: grid; gap: 6px; }
.header-actions { display: flex; gap: 10px; }
.nav-toggle { display: none; margin-left: auto; border: 0; background: transparent; width: 46px; height: 46px; }
.nav-toggle span { display: block; height: 2px; background: var(--navy); margin: 7px; transition: transform .25s ease; }
.site-header.is-scrolled .nav-toggle span { background: white; }

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 950;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .26s ease, box-shadow .26s ease, background .26s ease, border-color .26s ease;
}
.btn::after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -35%;
  width: 34%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
  transition: left .55s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn:hover::after { left: 120%; }
.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--aqua));
  box-shadow: 0 20px 42px rgba(12, 111, 180, .32), 0 0 0 1px rgba(255,255,255,.2) inset;
}
.btn-light { color: var(--navy); background: rgba(255,255,255,.94); box-shadow: 0 18px 34px rgba(255,255,255,.18); }
.btn-ghost { color: var(--deep-blue); border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.36); backdrop-filter: blur(14px); }
.btn-small { min-height: 40px; padding: 10px 15px; font-size: 13px; }

.hero, .page-hero, .branch-hero { position: relative; overflow: hidden; }
.water-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 410px;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: 132px clamp(20px, 5.8vw, 92px) 86px;
  color: white;
  background: var(--navy);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.035);
  filter: saturate(1.16) contrast(1.08);
}
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  filter: saturate(1.12) contrast(1.08);
  animation: heroFade 24s ease-in-out infinite;
}
.hero-slide.is-two { animation-delay: 6s; }
.hero-slide.is-three { animation-delay: 12s; }
.hero-slide.is-four { animation-delay: 18s; }
@keyframes heroFade {
  0%, 100% { opacity: 0; transform: scale(1.08); }
  8%, 28% { opacity: 1; transform: scale(1.02); }
  36% { opacity: 0; transform: scale(1); }
}
.hero::after, .page-hero::after, .branch-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 72% 28%, rgba(37, 217, 223, .34), transparent 28%),
    linear-gradient(105deg, rgba(3,18,37,.9) 0%, rgba(7,31,61,.72) 43%, rgba(12,111,180,.28) 100%);
}
.hero-shine {
  position: absolute;
  inset: auto -10% 0 -10%;
  z-index: 2;
  height: 46%;
  background:
    repeating-linear-gradient(108deg, transparent 0 32px, rgba(255,255,255,.12) 34px 37px),
    linear-gradient(0deg, rgba(37,217,223,.18), transparent);
  opacity: .62;
  animation: waterMove 15s linear infinite;
}
@keyframes waterMove { from { transform: translateX(0); } to { transform: translateX(130px); } }
.floating-orbit {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.13);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(37,217,223,.2);
  color: white;
  font-weight: 950;
  animation: floatSoft 6s ease-in-out infinite;
}
.orb-a { width: 86px; height: 86px; border-radius: 28px; right: 31%; top: 20%; }
.orb-b { width: 128px; height: 54px; border-radius: 999px; right: 8%; bottom: 23%; animation-delay: -2s; }
@keyframes floatSoft { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
.hero-content, .hero-panel { position: relative; z-index: 4; }
.hero-content { max-width: 800px; overflow-wrap: anywhere; }
.eyebrow {
  display: inline-flex;
  color: var(--gold);
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 14px;
}
h1, h2, h3 { line-height: 1.04; margin: 0 0 16px; letter-spacing: 0; }
h1, h2, h3 { font-family: "Plus Jakarta Sans", Manrope, sans-serif; }
h1 { font-size: clamp(44px, 5.4vw, 82px); max-width: 860px; }
h2 { font-size: clamp(30px, 3.4vw, 54px); }
h3 { font-size: 22px; }
p { line-height: 1.76; }
.hero p { max-width: 760px; color: rgba(255,255,255,.88); font-size: clamp(17px, 1.4vw, 21px); }
.hero-actions, .card-actions, .contact-shortcuts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.hero-badges span {
  padding: 11px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(15px);
  color: rgba(255,255,255,.88);
  font-weight: 850;
  font-size: 13px;
}
.glass-card {
  border: 1px solid rgba(255,255,255,.28);
  background: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.08));
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
}
.hero-panel {
  padding: 28px;
  border-radius: 34px;
  align-self: center;
}
.hero-panel-photo {
  position: relative;
  overflow: hidden;
  margin: 0 0 18px;
  height: 170px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 20px 48px rgba(3,18,37,.22);
}
.hero-panel-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: panelPhotoFloat 8s ease-in-out infinite alternate;
}
.hero-panel-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,18,37,.46), transparent 55%);
}
@keyframes panelPhotoFloat { from { transform: scale(1.02); } to { transform: scale(1.09) translateY(-6px); } }
.hero-panel strong { display: block; font-size: 30px; line-height: 1.08; margin-bottom: 18px; }
.hero-branch-list { display: grid; gap: 10px; margin: 20px 0 22px; }
.hero-branch-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  transition: transform .25s ease, background .25s ease;
}
.hero-branch-list a:hover { transform: translateX(5px); background: rgba(255,255,255,.2); }
.hero-branch-list span { font-weight: 900; }
.hero-branch-list small { color: rgba(255,255,255,.68); }

.section {
  position: relative;
  padding: clamp(70px, 8vw, 118px) clamp(20px, 5.8vw, 92px);
}
.section-head { max-width: 840px; margin-bottom: 40px; }
.section-head p { color: var(--muted); }
.feature-grid, .service-grid, .blog-grid, .editorial-grid, .admin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.mini-card, .service-card, .blog-card, .editorial-card, .admin-card {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(12,111,180,.12);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--soft-shadow);
  transition: transform .34s ease, box-shadow .34s ease, border-color .34s ease;
}
.mini-card::before, .service-card::before, .editorial-card::before, .blog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 0%, rgba(37,217,223,.18), transparent 34%);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.mini-card:hover, .service-card:hover, .blog-card:hover, .editorial-card:hover, .branch-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 34px 86px rgba(7,31,61,.18);
  border-color: rgba(37,217,223,.48);
}
.mini-card:hover::before, .service-card:hover::before, .editorial-card:hover::before, .blog-card:hover::before { opacity: 1; }
.icon-bubble, .service-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 22px;
  margin-bottom: 20px;
  color: white;
  font-weight: 950;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.8), transparent 16%),
    linear-gradient(135deg, var(--turquoise), var(--blue));
  box-shadow: inset 0 1px 14px rgba(255,255,255,.42), 0 20px 36px rgba(12,111,180,.24);
}
.trust-section { padding-top: 92px; }
.trust-section {
  margin-top: -1px;
  background:
    radial-gradient(circle at 18% 0%, rgba(37,217,223,.18), transparent 30%),
    linear-gradient(180deg, #f7fdff 0%, #eefaff 46%, #ffffff 100%);
}
.service-showcase {
  background:
    radial-gradient(circle at 88% 12%, rgba(216,180,107,.13), transparent 30%),
    linear-gradient(180deg, #ffffff, #f1fbff);
}
.service-card {
  min-height: 360px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(239,251,255,.9)),
    radial-gradient(circle at 80% 0%, rgba(37,217,223,.18), transparent 30%);
}
.service-card ul { display: grid; gap: 10px; padding: 0; margin: 20px 0 0; list-style: none; }
.service-card li {
  padding: 11px 13px;
  border-radius: 14px;
  background: rgba(12,111,180,.07);
  color: #244760;
  font-weight: 850;
}
.service-card.large { min-height: 440px; }

.blue-band {
  background:
    radial-gradient(circle at 12% 8%, rgba(37,217,223,.26), transparent 32%),
    radial-gradient(circle at 82% 24%, rgba(216,180,107,.18), transparent 28%),
    linear-gradient(135deg, #031225, #082846 54%, #0a5f91);
  color: white;
}
.blue-band .section-head h2, .blue-band .branch-card h3 { color: white; }
.branch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.branch-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 44% 1fr;
  min-height: 330px;
  background: rgba(255,255,255,.92);
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--shadow);
  transition: .34s ease;
}
.blue-band .branch-card { background: rgba(255,255,255,.1); backdrop-filter: blur(18px); color: white; }
.branch-media { position: relative; overflow: hidden; min-height: 280px; }
.branch-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.branch-card:hover .branch-media img { transform: scale(1.08); }
.branch-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,18,37,.46), transparent 58%);
}
.branch-media span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 9px 12px;
  border-radius: 999px;
  color: white;
  font-weight: 900;
  background: rgba(3,18,37,.58);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(14px);
}
.branch-card > div:not(.branch-media) { padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.branch-card strong, .muted { color: var(--muted); }
.blue-band .branch-card p, .blue-band .branch-card strong { color: rgba(255,255,255,.78); }

.split-section { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 42px; align-items: center; }
.premium-story, .branch-intro {
  background:
    linear-gradient(90deg, rgba(3,18,37,.045), transparent),
    radial-gradient(circle at 0% 45%, rgba(37,217,223,.12), transparent 32%);
}
.copy-block { max-width: 790px; }
.address-line { color: #33566f; font-weight: 800; }
.lux-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.lux-list span {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(12,111,180,.13);
  font-weight: 900;
  box-shadow: 0 16px 42px rgba(7,31,61,.09);
}
.academy-grid { align-items: stretch; }
.editorial-card {
  min-height: 280px;
  background:
    linear-gradient(180deg, #fff, #f3fbff),
    radial-gradient(circle at 100% 0%, rgba(37,217,223,.16), transparent 30%);
}
.editorial-card > span, .post-meta {
  display: inline-flex;
  margin-bottom: 13px;
  color: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}
.blog-preview, .blog-index { background: linear-gradient(180deg, #f6fcff, #ffffff); }
.blog-card { overflow: hidden; padding: 0; }
.blog-card img { width: 100%; height: 250px; object-fit: cover; transition: transform .55s ease; }
.blog-card:hover img { transform: scale(1.06); }
.blog-card div { padding: 24px; }
.blog-card a { color: var(--blue); font-weight: 950; }
.blog-card time { display: block; color: var(--muted); font-size: 13px; margin-bottom: 8px; font-weight: 800; }

.faq-list { display: grid; gap: 13px; max-width: 980px; }
details {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(12,111,180,.13);
  border-radius: 22px;
  padding: 19px 23px;
  box-shadow: 0 14px 36px rgba(7,31,61,.07);
  transition: border-color .25s ease, transform .25s ease;
}
details[open] { border-color: rgba(37,217,223,.5); transform: translateX(4px); }
summary { cursor: pointer; font-weight: 950; }
details p { margin-bottom: 0; color: var(--muted); }

.contact-band {
  background:
    radial-gradient(circle at 12% 12%, rgba(37,217,223,.18), transparent 32%),
    linear-gradient(135deg, #eefdff, #ffffff);
}
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 26px; align-items: start; }
.lead-form {
  max-width: 100%;
  padding: 30px;
  border-radius: 34px;
  color: var(--ink);
  background: rgba(255,255,255,.78);
  border-color: rgba(12,111,180,.14);
}
.form-intro { margin-bottom: 18px; }
.form-intro h3 { font-size: 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
label { display: grid; gap: 8px; font-weight: 900; color: #16344e; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(12,111,180,.18);
  border-radius: 17px;
  padding: 14px 15px;
  font: inherit;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  outline: none;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
input:focus, select:focus, textarea:focus {
  border-color: rgba(37,217,223,.75);
  box-shadow: 0 0 0 5px rgba(37,217,223,.13);
  transform: translateY(-1px);
}
textarea { resize: vertical; }
.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(50%);
}
.contact-panel {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(3,18,37,.92), rgba(7,31,61,.76)),
    radial-gradient(circle at 20% 0%, rgba(37,217,223,.2), transparent 30%);
  color: white;
}
.contact-panel p { color: rgba(255,255,255,.76); }
.flash {
  margin: 96px clamp(20px, 5.8vw, 92px) 18px;
  padding: 15px 18px;
  border-radius: 18px;
  background: #e8fff9;
  border: 1px solid rgba(37,217,223,.46);
  color: #07545a;
  font-weight: 900;
}

.page-hero.compact {
  min-height: 440px;
  display: grid;
  align-items: end;
  padding: 140px clamp(20px,5.8vw,92px) 72px;
  color: white;
  background:
    radial-gradient(circle at 82% 18%, rgba(37,217,223,.28), transparent 30%),
    linear-gradient(135deg, var(--navy), #0b5e8e);
}
.page-hero.compact > div { position: relative; z-index: 2; max-width: 960px; }
.branch-hero {
  min-height: 720px;
  display: grid;
  align-items: end;
  padding: 136px clamp(20px,5.8vw,92px) 78px;
  color: white;
}
.branch-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.branch-hero-content { position: relative; z-index: 2; max-width: 820px; padding: 34px; border-radius: 36px; }
.branch-hero-content p { color: rgba(255,255,255,.84); font-size: 18px; }
.map-section { background: linear-gradient(180deg, #ffffff, #eefaff); }
.map-card { display: grid; grid-template-columns: 340px 1fr; gap: 22px; padding: 24px; border-radius: 36px; background: rgba(255,255,255,.72); border-color: rgba(12,111,180,.14); }
.map-section iframe { width: 100%; height: 430px; border: 0; border-radius: 26px; box-shadow: var(--soft-shadow); }
.article-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 44px auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}
.blog-detail .detail-image { width: 100%; height: 470px; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.article-body {
  margin-top: 28px;
  padding: 34px;
  border-radius: 30px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--soft-shadow);
  font-size: 18px;
}
.article-side {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 14px;
  padding: 26px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(3,18,37,.92), rgba(7,31,61,.78));
  color: white;
}
.article-side p { color: rgba(255,255,255,.76); }
.final-cta {
  color: white;
  background:
    radial-gradient(circle at 80% 20%, rgba(37,217,223,.34), transparent 28%),
    linear-gradient(135deg, #031225, #093960 68%, #0c6fb4);
}
.final-cta > div { max-width: 900px; }
.final-cta p { color: rgba(255,255,255,.82); max-width: 760px; }

.site-footer { padding: 64px clamp(20px,5.8vw,92px) 30px; background: #031225; color: rgba(255,255,255,.82); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
.footer-grid a { display: block; margin: 10px 0; color: rgba(255,255,255,.84); }
.footer-grid h3 { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 14px; }

.mobile-cta { display: none; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .72s ease, transform .72s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.login-body, .admin-body { min-height: 100vh; background: radial-gradient(circle at top left, #145e8a, #06182f 52%, #020914); color: white; }
.login-body { display: grid; place-items: center; padding: 24px; }
.login-card { width: min(430px, 100%); padding: 36px; border-radius: 30px; }
.login-card input { background: rgba(255,255,255,.94); }
.admin-body { display: grid; grid-template-columns: 270px 1fr; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 26px; background: rgba(2,9,20,.7); border-right: 1px solid rgba(255,255,255,.08); }
.admin-sidebar nav { display: grid; gap: 10px; margin-top: 34px; }
.admin-sidebar a { padding: 12px 14px; border-radius: 14px; color: rgba(255,255,255,.84); }
.admin-sidebar nav a:hover { background: rgba(255,255,255,.1); color: white; }
.admin-main { padding: 34px; }
.admin-card { color: var(--ink); margin-bottom: 18px; }
.admin-card strong { display: block; font-size: 42px; color: var(--blue); }
.admin-form { display: grid; gap: 14px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 13px; border-bottom: 1px solid rgba(12,111,180,.12); text-align: left; vertical-align: top; }
th { color: var(--deep-blue); }

/* Premium visual system pass: imagery, 3D icons, richer motion */
.cinematic-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 76%, rgba(85,242,232,.2), transparent 24%),
    linear-gradient(180deg, transparent 70%, rgba(3,18,37,.66));
  mix-blend-mode: screen;
}
.bubble-field {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}
.bubble-field span {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.38);
  background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.78), rgba(85,242,232,.16) 52%, transparent 70%);
  box-shadow: 0 0 34px rgba(37,217,223,.28);
  animation: bubbleRise 9s ease-in-out infinite;
}
.bubble-field span:nth-child(1) { left: 8%; bottom: 12%; animation-delay: -1s; }
.bubble-field span:nth-child(2) { left: 18%; bottom: 4%; width: 30px; height: 30px; animation-delay: -4s; }
.bubble-field span:nth-child(3) { left: 47%; bottom: 9%; width: 24px; height: 24px; animation-delay: -2s; }
.bubble-field span:nth-child(4) { right: 18%; bottom: 18%; animation-delay: -6s; }
.bubble-field span:nth-child(5) { right: 9%; bottom: 8%; width: 34px; height: 34px; animation-delay: -3s; }
.bubble-field span:nth-child(6) { left: 66%; bottom: 2%; width: 15px; height: 15px; animation-delay: -7s; }
@keyframes bubbleRise {
  0% { transform: translateY(0) scale(.7); opacity: 0; }
  18% { opacity: .75; }
  100% { transform: translateY(-520px) scale(1.25); opacity: 0; }
}
.floating-icon { position: absolute; z-index: 4; }
.floating-icon.icon-goggles { right: 34%; top: 18%; }
.floating-icon.icon-swimmer { right: 12%; top: 31%; }
.floating-icon.icon-medal { right: 24%; bottom: 18%; }
.float-slow { animation: floatSoft 7s ease-in-out infinite; }
.float-medium { animation: floatSoft 5.5s ease-in-out infinite reverse; }
.glow-pulse { animation: glowPulse 2.8s ease-in-out infinite; }
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 20px 42px rgba(12,111,180,.32), 0 0 0 1px rgba(255,255,255,.2) inset; }
  50% { box-shadow: 0 24px 56px rgba(37,217,223,.46), 0 0 0 1px rgba(255,255,255,.32) inset; }
}
.wave-separator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: 104px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(3,18,37,.2) 18%, rgba(230,250,255,.94) 72%, #f7fdff 100%),
    repeating-linear-gradient(112deg, transparent 0 42px, rgba(37,217,223,.16) 43px 45px);
  clip-path: polygon(0 42%, 9% 34%, 19% 40%, 31% 28%, 45% 38%, 58% 30%, 71% 42%, 84% 31%, 100% 39%, 100% 100%, 0 100%);
  box-shadow: 0 -22px 54px rgba(37,217,223,.14);
  opacity: .98;
  animation: premiumWaveDrift 9s ease-in-out infinite alternate;
}
@keyframes premiumWaveDrift {
  from { transform: translateY(0); filter: hue-rotate(0deg); }
  to { transform: translateY(8px); filter: hue-rotate(8deg); }
}
.hero-badges span { display: inline-flex; align-items: center; gap: 8px; }
.hero-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}
.hero-stat-grid span {
  display: grid;
  gap: 8px;
  min-height: 110px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.88);
  font-weight: 900;
}
.hero-glass-panel {
  background:
    linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.08)),
    radial-gradient(circle at 20% 0%, rgba(37,217,223,.22), transparent 42%);
  border-color: rgba(85,242,232,.3);
}
.section-glow::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -260px;
  top: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,217,223,.16), transparent 68%);
  filter: blur(8px);
  animation: glowDrift 10s ease-in-out infinite alternate;
  pointer-events: none;
}
.section-glow { overflow: hidden; }
@keyframes glowDrift { from { transform: translate3d(0,0,0); } to { transform: translate3d(-40px,30px,0); } }
.icon-3d {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 24px;
  transform-style: preserve-3d;
  transform: perspective(700px) rotateX(9deg) rotateY(-12deg);
  color: white;
  font-weight: 950;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,.94), transparent 13%),
    linear-gradient(145deg, rgba(85,242,232,.95), rgba(12,111,180,.95) 58%, rgba(3,18,37,.98));
  box-shadow:
    0 22px 42px rgba(12,111,180,.28),
    inset 0 1px 14px rgba(255,255,255,.48),
    inset -12px -18px 24px rgba(3,18,37,.24);
  border: 1px solid rgba(255,255,255,.34);
  transition: transform .35s ease, box-shadow .35s ease;
}
.icon-3d {
  border-radius: 26px 30px 24px 30px;
  box-shadow:
    0 26px 50px rgba(12,111,180,.32),
    8px 12px 0 rgba(3,18,37,.14),
    inset 0 2px 16px rgba(255,255,255,.58),
    inset -14px -20px 24px rgba(3,18,37,.26);
}
.icon-3d::before {
  box-shadow: inset 0 1px 10px rgba(255,255,255,.32);
}
.icon-3d::after {
  text-shadow: 0 2px 8px rgba(3,18,37,.35);
}
.icon-3d::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 18px;
  background: rgba(255,255,255,.15);
  transform: translateZ(16px);
}
.icon-3d::after {
  content: "3D";
  position: relative;
  z-index: 2;
  transform: translateZ(26px);
}
.icon-3d:hover, .premium-icon-card:hover .icon-3d, .visual-service-card:hover .icon-3d {
  transform: perspective(700px) rotateX(2deg) rotateY(12deg) translateY(-5px) scale(1.05);
  box-shadow: 0 30px 58px rgba(37,217,223,.36), inset 0 1px 16px rgba(255,255,255,.5);
}
.icon-3d.mini {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 12px;
  font-size: 8px;
  vertical-align: middle;
}
.icon-3d.mini::before { inset: 7px; border-radius: 8px; }
.icon-goggles::after { content: "GOG"; }
.icon-swimmer::after { content: "SWM"; }
.icon-medal::after { content: "MED"; }
.icon-coach::after { content: "CO"; }
.icon-pool::after { content: "PL"; }
.icon-shield::after { content: "SAFE"; font-size: 10px; }
.icon-family::after { content: "FAM"; }
.icon-route::after { content: "RT"; }
.icon-drop::after { content: "H2O"; }
.icon-location::after { content: "PIN"; }
.icon-phone::after { content: "TEL"; }
.icon-whatsapp::after { content: "WA"; }
.icon-calendar::after { content: "CAL"; }
.icon-stopwatch::after { content: "SEC"; }
.icon-child::after { content: "KID"; }
.icon-star::after { content: "VIP"; }
.premium-icon-card { transform-style: preserve-3d; }
.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: stretch;
}
.visual-frame {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  margin: 0;
  border-radius: 36px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(12,111,180,.16);
}
.visual-frame img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; transition: transform .6s ease; }
.visual-frame:hover img { transform: scale(1.06); }
.visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,18,37,.72), transparent 58%);
}
.visual-frame figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  color: white;
  font-weight: 900;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(16px);
}
.visual-service-grid { align-items: stretch; }
.visual-service-card {
  padding: 0;
  overflow: hidden;
  min-height: 520px;
  transform-style: preserve-3d;
}
.service-media {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .62s ease;
}
.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,18,37,.68), transparent 65%);
}
.visual-service-card:hover .service-media img { transform: scale(1.09); }
.service-icon-3d {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
}
.service-body { padding: 26px; }
.service-body .btn { margin-top: 18px; }
.branch-catalog .branch-card {
  display: block;
  min-height: 520px;
  transform-style: preserve-3d;
  background: rgba(255,255,255,.08);
}
.branch-catalog .branch-media { min-height: 330px; }
.branch-glass-footer {
  position: relative;
  z-index: 2;
  margin: -72px 18px 18px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(3,18,37,.22);
}
.branch-card .branch-media span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tilt-card { will-change: transform; transform-style: preserve-3d; }
.tilt-card.is-tilting { transition: transform .08s linear; }
.tilt-card:not(.is-tilting) { transition: transform .34s ease, box-shadow .34s ease, border-color .34s ease; }
.visual-story { overflow: hidden; }
.visual-stack {
  display: grid;
  gap: 18px;
}
.visual-stack > img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(12,111,180,.14);
}
.academy-visual-section {
  background:
    radial-gradient(circle at 14% 12%, rgba(37,217,223,.14), transparent 32%),
    linear-gradient(180deg, #ffffff, #f3fbff);
}
.academy-visual-grid {
  display: grid;
  grid-template-columns: 1.1fr .95fr .95fr;
  gap: 24px;
}
.image-editorial {
  padding: 0;
  overflow: hidden;
  min-height: 460px;
}
.image-editorial:first-child { grid-row: span 2; }
.image-editorial img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform .58s ease;
}
.image-editorial:first-child img { height: 430px; }
.image-editorial:hover img { transform: scale(1.06); }
.image-editorial div { padding: 26px; }
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.experience-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 34px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(12,111,180,.14);
  background: var(--navy);
}
.experience-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: transform .62s ease;
}
.experience-card:hover img { transform: scale(1.08); }
.experience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,18,37,.84), rgba(3,18,37,.05) 62%);
}
.experience-card > div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  color: white;
}
.experience-card p { color: rgba(255,255,255,.78); }
.contact-icon-row {
  display: flex;
  gap: 12px;
  margin: 8px 0;
}
.lead-form label { position: relative; }
.lead-form label span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--aqua), var(--blue));
  box-shadow: 0 0 18px rgba(37,217,223,.48);
}
.visual-final-cta {
  min-height: 520px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(105deg, rgba(3,18,37,.92), rgba(3,18,37,.62) 54%, rgba(12,111,180,.36)),
    url('../img/spa-pool-background.jpg') center/cover;
}
.related-visuals { padding-top: 30px; }
.fade-up { transform: translateY(30px); }
.fade-left { transform: translateX(-34px); }
.fade-right { transform: translateX(34px); }
.scale-in { transform: translateY(24px) scale(.96); }
.reveal.is-visible.fade-up,
.reveal.is-visible.fade-left,
.reveal.is-visible.fade-right,
.reveal.is-visible.scale-in { transform: none; }
.shine-effect { position: relative; overflow: hidden; }
.shine-effect::after {
  content: "";
  position: absolute;
  inset: -50% auto -50% -40%;
  width: 35%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  transform: rotate(18deg);
  animation: shineSweep 3.8s ease-in-out infinite;
}
@keyframes shineSweep { 0%, 45% { left: -40%; } 100% { left: 130%; } }

/* Hero repair: real image slider, balanced premium composition */
.water-hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(42px, 7vw, 116px);
  min-height: 900px;
  padding: 140px clamp(32px, 6vw, 112px) 108px;
  isolation: isolate;
}
.hero-slider { z-index: 0; }
.hero-slide {
  background-position: center 54%;
  opacity: 0;
  filter: saturate(1.18) contrast(1.05) brightness(.88);
}
.hero::after {
  background:
    linear-gradient(90deg, rgba(3,18,37,.78) 0%, rgba(3,18,37,.58) 36%, rgba(7,76,108,.22) 64%, rgba(37,217,223,.12) 100%),
    radial-gradient(circle at 76% 22%, rgba(37,217,223,.22), transparent 26%),
    linear-gradient(180deg, rgba(3,18,37,.18) 0%, rgba(3,18,37,.42) 100%);
}
.hero-shine {
  height: 32%;
  opacity: .24;
  mix-blend-mode: screen;
}
.bubble-field {
  opacity: .42;
}
.hero-content {
  flex: 0 0 min(700px, 50vw);
  width: min(700px, 50vw);
  max-width: 700px;
  text-align: left;
}
.hero-content h1 {
  max-width: 720px;
  font-size: clamp(58px, 5.7vw, 98px);
  line-height: .88;
  text-wrap: balance;
  text-shadow: 0 22px 70px rgba(3,18,37,.42);
}
.hero-content p {
  max-width: 610px;
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1.75;
  color: rgba(255,255,255,.86);
  text-shadow: 0 12px 34px rgba(3,18,37,.42);
}
.hero-panel {
  flex: 0 0 min(390px, 29vw);
  max-width: 390px;
  transform: perspective(1200px) rotateY(-7deg) rotateX(2deg);
  background: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.08));
  border-color: rgba(255,255,255,.32);
  box-shadow: 0 36px 95px rgba(3,18,37,.38), inset 0 1px 0 rgba(255,255,255,.28);
}
.hero-panel:hover { transform: perspective(1200px) rotateY(-3deg) rotateX(0deg) translateY(-6px); }
.hero-panel-photo {
  height: 188px;
  box-shadow: 0 18px 45px rgba(3,18,37,.28);
}
.hero-stat-grid span {
  min-height: 78px;
  align-content: center;
  background: rgba(255,255,255,.16);
}
.floating-icon.icon-goggles { left: 45%; right: auto; top: 22%; }
.floating-icon.icon-swimmer { right: 8%; top: 18%; }
.floating-icon.icon-medal { right: 32%; bottom: 24%; }
.service-card h3,
.branch-card h3,
.blog-card h3,
.editorial-card h2 { text-wrap: balance; }
.mini-card .icon-3d,
.service-card .icon-3d,
.experience-card .icon-3d,
.contact-panel .icon-3d { filter: saturate(1.15); }
.floating-icon.icon-3d {
  position: absolute;
  width: 68px;
  height: 68px;
}
.service-media { height: 285px; }
.branch-catalog .branch-media { min-height: 370px; }
.visual-frame img { filter: saturate(1.08) contrast(1.02); }

/* Premium SVG icon masks: keeps the glossy 3D shell, replaces text labels with real symbols */
.icon-3d::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: linear-gradient(180deg, #fff, #d9fbff);
  -webkit-mask: var(--icon-mask, var(--icon-star)) center / contain no-repeat;
  mask: var(--icon-mask, var(--icon-star)) center / contain no-repeat;
  filter: drop-shadow(0 3px 7px rgba(3,18,37,.24));
}
.icon-3d.mini::after { width: 18px; height: 18px; }
.icon-3d {
  --icon-star: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='m12 2 2.9 6 6.6.9-4.8 4.7 1.2 6.5L12 17l-5.9 3.1 1.2-6.5-4.8-4.7 6.6-.9z'/%3E%3C/svg%3E");
}
.icon-goggles { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4 10.5A4.5 4.5 0 0 1 8.5 6H10l1 2h2l1-2h1.5a4.5 4.5 0 1 1-4 6.6h-3A4.5 4.5 0 0 1 4 10.5Zm4.5-1.9a1.9 1.9 0 1 0 0 3.8 1.9 1.9 0 0 0 0-3.8Zm7 0a1.9 1.9 0 1 0 0 3.8 1.9 1.9 0 0 0 0-3.8Z'/%3E%3C/svg%3E"); }
.icon-swimmer { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M16.5 6.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM3 16c2.6-2 5.1-2 7.6 0 2.4 1.9 4.8 1.9 7.4 0 1-.7 2-.7 3 0v2.7c-2.6-1.2-4.9-1-7 .4-2.4 1.6-4.8 1.6-7.2 0-1.3-.9-2.6-1.2-3.8-.6V16Zm5.2-3.8 4.1-3.2 5.2 3.6-1.4 2.1-3.6-2.2-2.8 2.1-1.5-2.4Z'/%3E%3C/svg%3E"); }
.icon-medal { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='m7 2 3 7h4l3-7h4l-5 9.2a6 6 0 1 1-8 0L3 2h4Zm5 11a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/%3E%3C/svg%3E"); }
.icon-coach { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm-8 8.5C4.7 16.7 7.8 14 12 14s7.3 2.7 8 6.5H4Zm15-13h3v2h-3v-2Zm-17 0h3v2H2v-2Z'/%3E%3C/svg%3E"); }
.icon-location { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2a8 8 0 0 0-8 8c0 5.6 8 12 8 12s8-6.4 8-12a8 8 0 0 0-8-8Zm0 11.2A3.2 3.2 0 1 1 12 6.8a3.2 3.2 0 0 1 0 6.4Z'/%3E%3C/svg%3E"); }
.icon-drop { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2S5 10 5 15a7 7 0 0 0 14 0c0-5-7-13-7-13Zm-4 13.2c1.3 1.3 2.8 1.9 4.7 1.7-.8 1.2-2.7 1.6-4 .5-.8-.7-1.1-1.5-.7-2.2Z'/%3E%3C/svg%3E"); }
.icon-family { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm8 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-4 4a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM2 20c.4-3 2.8-5 6-5 1.2 0 2.3.3 3.1.8A7.8 7.8 0 0 0 8.8 20H2Zm13.2 0c-.2-1.6-.9-3-2.1-4.2.8-.5 1.8-.8 2.9-.8 3.2 0 5.6 2 6 5h-6.8ZM7 22c.4-3.1 2.4-5 5-5s4.6 1.9 5 5H7Z'/%3E%3C/svg%3E"); }
.icon-phone { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6.6 2.8 10 6.2 8.3 9c1.1 2.3 2.9 4.1 5.2 5.2l2.8-1.7 3.4 3.4-1.1 4.2c-.3 1-1.2 1.6-2.2 1.4C8.8 20.3 3.7 15.2 2.5 7.6c-.2-1 .4-1.9 1.4-2.2l2.7-2.6Z'/%3E%3C/svg%3E"); }
.icon-whatsapp { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 3a8.7 8.7 0 0 0-7.4 13.4L3.4 21l4.7-1.2A8.8 8.8 0 1 0 12 3Zm4.8 12.5c-.2.6-1.2 1.2-1.8 1.3-.5.1-1.2.1-2-.2-1.7-.6-3.2-1.7-4.4-3.2-1-1.2-1.7-2.6-1.7-3.8 0-1.1.6-1.7.9-2 .2-.2.5-.3.8-.3h.6c.2 0 .5.1.7.5l.9 2c.1.3.1.5 0 .7l-.5.7c-.2.2-.2.4 0 .7.5.9 1.2 1.6 2.1 2.1.3.2.5.2.7 0l.8-.9c.2-.2.5-.3.8-.2l2 .9c.4.2.6.4.5.7v.5Z'/%3E%3C/svg%3E"); }
.icon-pool { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M3 8h18v3H3V8Zm0 6c2-1.2 4-1.2 6 0s4 1.2 6 0 4-1.2 6 0v3c-2-1.2-4-1.2-6 0s-4 1.2-6 0-4-1.2-6 0v-3Zm0 5c2-1.2 4-1.2 6 0s4 1.2 6 0 4-1.2 6 0v2H3v-2Z'/%3E%3C/svg%3E"); }
.icon-shield { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2 4 5v6c0 5.1 3.4 9.4 8 11 4.6-1.6 8-5.9 8-11V5l-8-3Zm-1 13.5-3-3 1.6-1.6 1.4 1.4 3.8-4 1.7 1.6-5.5 5.6Z'/%3E%3C/svg%3E"); }
.icon-route { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6 5a3 3 0 1 1 3 3c-.6 0-1.1-.1-1.6-.4L5.7 10H16a4 4 0 1 1 0 8H8.3l1.4 2H5l-3-4 3-4h4.7l-1.4 2H16a2 2 0 1 0 0-4H5.7L3 6.5 4.6 5A3 3 0 0 1 6 5Zm12-3 4 4-4 4-4-4 4-4Z'/%3E%3C/svg%3E"); }
.icon-stopwatch { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 2h6v3H9V2Zm3 4a8 8 0 1 1 0 16 8 8 0 0 1 0-16Zm1 4h-2v5l4 2 1-1.7-3-1.6V10Zm5.5-3.5 2 2-1.5 1.4-2-2 1.5-1.4Z'/%3E%3C/svg%3E"); }
.icon-calendar { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M7 2h2v3h6V2h2v3h3v17H4V5h3V2Zm11 9H6v9h12v-9Z'/%3E%3C/svg%3E"); }
.icon-child { --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-7 7 4-4h6l4 4-2 2-2-2v9h-2v-6h-2v6H9v-9l-2 2-2-2Z'/%3E%3C/svg%3E"); }

/* Final visual balance pass */
.site-header {
  top: 16px;
  padding: 10px 12px 10px 16px;
  background: linear-gradient(135deg, rgba(3,18,37,.78), rgba(7,31,61,.58));
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 20px 70px rgba(3,18,37,.34), inset 0 1px 0 rgba(255,255,255,.14);
}
.site-header .brand strong,
.site-header .site-nav a,
.site-header .nav-dropdown > button { color: rgba(255,255,255,.92); }
.site-header .brand small { color: rgba(255,255,255,.62); }
.site-nav {
  gap: 4px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
}
.site-nav a,
.nav-dropdown > button {
  padding: 10px 14px;
  color: rgba(255,255,255,.88);
}
.site-nav a:hover,
.nav-dropdown > button:hover {
  color: #fff;
  background: rgba(37,217,223,.18);
  box-shadow: inset 0 0 0 1px rgba(85,242,232,.24);
}
.header-actions .btn-light {
  background: rgba(255,255,255,.86);
}

.water-hero {
  min-height: 820px;
  gap: clamp(34px, 5vw, 72px);
  padding: 128px clamp(34px, 4.7vw, 82px) 76px;
  align-items: center;
}
.hero-content {
  flex: 0 1 min(620px, 43vw);
  width: min(620px, 43vw);
  max-width: 620px;
}
.hero-content h1 {
  font-family: "Plus Jakarta Sans", Manrope, system-ui, sans-serif;
  max-width: 650px;
  font-size: clamp(56px, 4.7vw, 82px);
  line-height: .96;
  font-weight: 800;
  letter-spacing: 0;
}
.hero-content p {
  max-width: 560px;
  font-size: clamp(18px, 1.12vw, 21px);
  line-height: 1.65;
}
.hero-panel {
  flex: 0 0 min(560px, 38vw);
  max-width: 560px;
  padding: 24px;
  border-radius: 34px;
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
}
.hero-panel:hover { transform: perspective(1200px) rotateY(-1deg) rotateX(0deg) translateY(-5px); }
.hero-panel-photo {
  height: 210px;
  margin-bottom: 16px;
  border-radius: 26px;
}
.hero-panel strong {
  font-size: clamp(28px, 2vw, 36px);
  margin-bottom: 14px;
}
.hero-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}
.hero-stat-grid span {
  min-height: 72px;
  padding: 11px 9px;
  font-size: 13px;
  line-height: 1.18;
}
.hero-branch-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0 16px;
}
.hero-branch-list a {
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 16px;
}
.hero-branch-list span,
.hero-branch-list small {
  font-size: 12px;
  white-space: nowrap;
}
.hero-panel > .btn { min-height: 44px; }
.floating-icon.icon-goggles { left: 43%; top: 26%; }
.floating-icon.icon-swimmer { right: 6%; top: 21%; }
.floating-icon.icon-medal { right: 23%; bottom: 18%; }

.branch-catalog .branch-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.branch-catalog .branch-card {
  min-height: 430px;
}
.branch-catalog .branch-media {
  min-height: 250px;
}
.branch-glass-footer {
  margin: -54px 16px 16px;
  padding: 20px;
  min-height: 198px;
}
.branch-card h3 {
  font-size: clamp(24px, 1.55vw, 32px);
  line-height: 1.08;
}
.branch-card p {
  font-size: 15px;
  line-height: 1.55;
}

.academy-visual-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.image-editorial,
.image-editorial:first-child {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  grid-row: auto;
}
.image-editorial img,
.image-editorial:first-child img {
  height: 235px;
}
.image-editorial div {
  flex: 1;
  padding: 24px;
}
.image-editorial h2,
.editorial-card h2 {
  font-size: clamp(32px, 2.8vw, 48px);
  line-height: 1.04;
}

.faq-section {
  text-align: center;
}
.faq-section .section-head {
  margin-inline: auto;
  text-align: center;
  max-width: 780px;
}
.faq-list {
  margin-inline: auto;
  max-width: 860px;
  gap: 12px;
}
.faq-list details {
  text-align: left;
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(7,31,61,.08);
}
.faq-list summary {
  min-height: 68px;
  align-items: center;
}

.icon-goggles::after,
.icon-swimmer::after,
.icon-medal::after,
.icon-coach::after,
.icon-pool::after,
.icon-shield::after,
.icon-family::after,
.icon-route::after,
.icon-drop::after,
.icon-location::after,
.icon-phone::after,
.icon-whatsapp::after,
.icon-calendar::after,
.icon-stopwatch::after,
.icon-child::after,
.icon-star::after {
  content: "" !important;
}
.icon-3d::after {
  background: linear-gradient(180deg, #ffffff, #d8fbff) !important;
}
h1 {
  font-family: "Plus Jakarta Sans", Manrope, system-ui, sans-serif;
  font-weight: 800;
}

/* Clean professional icon system: remove playful 3D depth globally */
.icon-3d,
.icon-3d.mini,
.floating-icon.icon-3d,
.service-icon-3d {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 16px;
  transform: none !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.08)),
    linear-gradient(135deg, rgba(37,217,223,.28), rgba(12,111,180,.22));
  border: 1px solid rgba(255,255,255,.26);
  box-shadow: 0 14px 32px rgba(3,18,37,.18), inset 0 1px 0 rgba(255,255,255,.2);
  filter: none !important;
  text-shadow: none;
  transition: transform .24s ease, background .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.icon-3d.mini {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 11px;
}
.icon-3d::before,
.icon-3d.mini::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 54%);
  transform: none !important;
  box-shadow: none !important;
  pointer-events: none;
}
.icon-3d::after {
  content: "" !important;
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  display: block;
  background: #ffffff !important;
  -webkit-mask: var(--icon-mask, var(--icon-star)) center / contain no-repeat;
  mask: var(--icon-mask, var(--icon-star)) center / contain no-repeat;
  filter: none !important;
  transform: none !important;
  text-shadow: none !important;
}
.icon-3d.mini::after {
  width: 17px;
  height: 17px;
}
.icon-3d:hover,
.premium-icon-card:hover .icon-3d,
.visual-service-card:hover .icon-3d,
.experience-card:hover .icon-3d,
.contact-panel:hover .icon-3d {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.12)),
    linear-gradient(135deg, rgba(37,217,223,.38), rgba(12,111,180,.28));
  border-color: rgba(85,242,232,.42);
  box-shadow: 0 18px 38px rgba(3,18,37,.2), 0 0 0 1px rgba(85,242,232,.12) inset;
}
.floating-icon.icon-3d {
  position: absolute;
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 18px;
  opacity: .9;
}
.service-icon-3d {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
}
.hero-badges span,
.hero-stat-grid span,
.lux-list span,
.branch-card .branch-media span,
.visual-frame figcaption,
details summary,
.contact-icon-row {
  align-items: center;
}

/* Stronger polish pass: stable branch cards, richer motion, smoother FAQ */
.branch-catalog .branch-grid {
  align-items: stretch;
}
.branch-catalog .branch-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.07));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 24px 70px rgba(3,18,37,.2);
}
.branch-catalog .branch-media {
  flex: 0 0 245px;
  height: 245px;
  min-height: 0;
}
.branch-catalog .branch-media img {
  height: 100%;
}
.branch-glass-footer {
  flex: 1;
  margin: 0;
  min-height: 236px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0;
  border-width: 1px 0 0;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.09));
  box-shadow: none;
}
.branch-glass-footer .card-actions {
  margin-top: 18px;
}
.branch-card:hover {
  box-shadow: 0 34px 92px rgba(3,18,37,.34), 0 0 0 1px rgba(85,242,232,.22) inset;
}

.reveal {
  filter: blur(8px);
  transition:
    opacity .9s cubic-bezier(.2,.72,.18,1),
    transform .9s cubic-bezier(.2,.72,.18,1),
    filter .9s cubic-bezier(.2,.72,.18,1);
}
.reveal.is-visible {
  filter: blur(0);
}
.section {
  isolation: isolate;
}
.section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(520px, 45vw);
  height: min(520px, 45vw);
  right: -14%;
  top: 12%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37,217,223,.18), transparent 66%);
  opacity: 0;
  transform: translateY(46px) scale(.86);
  transition: opacity 1.1s ease, transform 1.1s ease;
  pointer-events: none;
}
.section.is-inview-section::before {
  opacity: .9;
  transform: translateY(0) scale(1);
  animation: softSectionDrift 9s ease-in-out infinite alternate;
}
@keyframes softSectionDrift {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(-28px,26px,0) scale(1.06); }
}

.btn:hover {
  box-shadow: 0 22px 48px rgba(3,18,37,.22), 0 0 0 1px rgba(255,255,255,.18) inset;
}
.btn-primary:hover {
  box-shadow: 0 26px 62px rgba(12,111,180,.36), 0 0 28px rgba(37,217,223,.24);
}
.btn-light:hover,
.btn-ghost:hover {
  box-shadow: 0 22px 48px rgba(3,18,37,.18), 0 0 0 1px rgba(85,242,232,.2) inset;
}

.faq-section {
  padding-top: clamp(90px, 9vw, 138px);
  padding-bottom: clamp(90px, 9vw, 138px);
}
.faq-section .section-head h2 {
  font-size: clamp(40px, 4vw, 64px);
}
.faq-list {
  max-width: 980px;
  gap: 16px;
}
.faq-list details {
  overflow: hidden;
  padding: 0;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 62px rgba(7,31,61,.1);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}
.faq-list details[open] {
  transform: translateY(-3px);
  background: linear-gradient(180deg, #fff, #f4fcff);
  box-shadow: 0 28px 78px rgba(7,31,61,.14);
}
.faq-list summary {
  display: flex;
  gap: 14px;
  min-height: 82px;
  padding: 24px 28px;
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1.35;
}
.faq-list summary::after {
  content: "+";
  margin-left: auto;
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--deep-blue);
  background: rgba(37,217,223,.14);
  transition: transform .28s ease, background .28s ease;
}
.faq-list details[open] summary::after {
  transform: rotate(45deg);
  background: rgba(37,217,223,.26);
}
.faq-list details p {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 0 28px;
  font-size: 17px;
  line-height: 1.75;
  transform: translateY(-8px);
  transition: max-height .42s ease, opacity .32s ease, transform .42s ease, padding .42s ease;
}
.faq-list details[open] p {
  max-height: 240px;
  opacity: 1;
  padding: 0 28px 28px 76px;
  transform: translateY(0);
}

/* Professional header dropdown fix */
.site-header {
  width: min(1740px, calc(100% - 48px));
  margin-inline: auto;
  left: 0;
  right: 0;
  gap: 18px;
}
.site-nav {
  margin-left: auto;
  margin-right: 10px;
}
.nav-dropdown > button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nav-dropdown > button::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: .74;
  transition: transform .22s ease;
}
.nav-dropdown:hover > button::after {
  transform: rotate(225deg) translateY(-2px);
}
.nav-dropdown div {
  top: calc(100% + 12px);
  right: 0;
  width: 290px;
  display: grid;
  gap: 7px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(12,111,180,.14);
  box-shadow: 0 28px 80px rgba(3,18,37,.28);
  backdrop-filter: blur(20px);
  transform: translateY(10px) scale(.98);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.nav-dropdown:hover div,
.nav-dropdown:focus-within div {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.site-header .nav-dropdown div a,
.site-header.is-scrolled .nav-dropdown div a {
  color: var(--deep-blue);
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 15px;
  background: transparent;
}
.site-header .nav-dropdown div a:hover,
.site-header.is-scrolled .nav-dropdown div a:hover {
  color: #06213c;
  background: linear-gradient(135deg, rgba(37,217,223,.2), rgba(12,111,180,.08));
  box-shadow: inset 0 0 0 1px rgba(37,217,223,.18);
  transform: translateX(3px);
}
.header-actions {
  margin-left: 0;
  flex-shrink: 0;
}
.header-actions .btn {
  min-height: 48px;
  padding-inline: 24px;
}

/* Context-aware image crops for the updated swimming visuals */
img[src*="children-swimming-class"],
img[src*="blog-child-development"] {
  object-position: center 48%;
}
img[src*="private-swimming-lesson"],
img[src*="coach-training"],
img[src*="blog-private-vs-group"] {
  object-position: center 42%;
}
img[src*="group-swimming-lesson"] {
  object-position: center 44%;
}
img[src*="family-swimming-package"] {
  object-position: center 46%;
}
img[src*="licensed-athlete-training"],
img[src*="blog-swimming-age"] {
  object-position: center 58%;
}
