﻿:root {
  --cx-blue-900: #0b3b5a;
  --cx-blue-700: #135a83;
  --cx-blue-050: #eaf5fb;
  --cx-green-700: #2e7d32;
  --cx-green-500: #43a047;
  --cx-yellow-500: #f2c94c;
  --cx-red-500: #eb5757;
  --cx-text-900: #0f172a;
  --cx-text-700: #334155;
  --cx-text-500: #64748b;
  --cx-surface: #ffffff;
  --cx-border: rgba(15, 23, 42, 0.12);
  --cx-shadow-1: 0 10px 30px rgba(15, 23, 42, 0.10);
  --cx-shadow-2: 0 16px 48px rgba(15, 23, 42, 0.16);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.cx-body {
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--cx-text-900);
  background: #eef6fb;
}
.cx-container { width: min(1180px, 92%); margin: 0 auto; }
.cx-header { position: sticky; top: 0; z-index: 80; backdrop-filter: blur(12px); background: rgba(255,255,255,.82); border-bottom: 1px solid var(--cx-border); }
.cx-topbar {
  background: linear-gradient(180deg, rgba(11, 59, 90, 0.97), rgba(10, 52, 82, 0.95));
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.cx-topbar-wrap {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cx-topbar-contact,
.cx-topbar-social {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.cx-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.cx-topbar-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: currentColor;
}
.cx-topbar a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: .88rem;
  font-weight: 600;
}
.cx-topbar a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cx-nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.cx-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--cx-text-900); font-weight: 800; font-size: 1.05rem; line-height: 1.05; }
.cx-brand img { width: 62px; height: 62px; object-fit: contain; }
.cx-nav { display: flex; align-items: center; gap: 24px; }
.cx-nav a { color: var(--cx-text-900); text-decoration: none; font-weight: 700; padding-bottom: 10px; }
.cx-nav a.is-active { color: var(--cx-green-700); border-bottom: 3px solid var(--cx-green-700); }
.cx-nav-link-hipo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cx-nav-link-hipo img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}
.cx-nav-link-hipo span {
  display: inline-block;
}
.cx-nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}
.cx-nav-dropdown-toggle {
  border: 0;
  background: none;
  color: var(--cx-text-900);
  font: inherit;
  font-weight: 700;
  padding: 0 0 10px;
  cursor: pointer;
}
.cx-nav-dropdown-toggle.is-active {
  color: var(--cx-green-700);
  border-bottom: 3px solid var(--cx-green-700);
}
.cx-nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  padding: 8px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--cx-border);
  border-radius: 14px;
  box-shadow: var(--cx-shadow-1);
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.cx-nav-dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}
.cx-nav-dropdown:not(.is-hover-disabled):hover .cx-nav-dropdown-menu,
.cx-nav-dropdown:focus-within .cx-nav-dropdown-menu,
.cx-nav-dropdown.open .cx-nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.cx-nav-dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  white-space: nowrap;
}
.cx-nav-dropdown-menu a.is-active {
  background: rgba(67, 160, 71, 0.12);
  border-bottom: 0;
}
.cx-menu-btn { display: none; width: 42px; height: 42px; border: 1px solid var(--cx-border); border-radius: 10px; background: var(--cx-surface); padding: 8px; }
.cx-menu-btn span { display: block; height: 2px; margin: 5px 0; background: var(--cx-text-900); }
.cx-main section { padding: 86px 0; }
.cx-kicker { margin: 0 0 8px; color: var(--cx-blue-700); font-size: .88rem; letter-spacing: .11em; text-transform: uppercase; font-weight: 700; }
.cx-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(1060px 640px at -6% 22%, rgba(255, 255, 255, 0.76) 0 48%, transparent 50%),
    radial-gradient(980px 620px at 104% 12%, rgba(61, 166, 235, 0.72) 0 46%, transparent 48%),
    radial-gradient(760px 500px at 104% 78%, rgba(18, 105, 174, 0.62) 0 48%, transparent 50%),
    radial-gradient(540px 320px at 84% 62%, rgba(74, 174, 235, 0.44), transparent 72%),
    linear-gradient(180deg, #edf7fd 0%, #d9eefb 56%, #cde7f8 100%);
}
.cx-hero::before,
.cx-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.cx-hero::before {
  z-index: 0;
  opacity: 0.44;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.52) 0.8px, transparent 0.8px),
    radial-gradient(rgba(11, 59, 90, 0.10) 0.7px, transparent 0.7px),
    radial-gradient(rgba(255, 255, 255, 0.34) 1.4px, transparent 1.4px);
  background-size: 4px 4px, 6px 6px, 14px 14px;
  background-position: 0 0, 1px 2px, 4px 7px;
}
.cx-hero::after {
  z-index: 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(93, 187, 241, 0.50) 0 210px, transparent 220px),
    radial-gradient(circle at 96% 36%, rgba(63, 167, 233, 0.32) 0 128px, transparent 136px),
    radial-gradient(circle at 94% 72%, rgba(34, 139, 209, 0.28) 0 94px, transparent 102px),
    radial-gradient(circle at 14% 84%, rgba(255, 255, 255, 0.42) 0 230px, transparent 240px),
    radial-gradient(circle at 36% 88%, rgba(255, 255, 255, 0.34) 0 138px, transparent 146px),
    radial-gradient(circle at 29% 18%, rgba(255, 255, 255, 0.68) 0 26px, transparent 32px),
    radial-gradient(circle at 52% 44%, rgba(242, 201, 76, 0.40) 0 28px, transparent 34px),
    radial-gradient(circle at 67% 64%, rgba(255, 255, 255, 0.84) 0 7px, transparent 9px),
    radial-gradient(circle at 78% 57%, rgba(255, 255, 255, 0.76) 0 6px, transparent 8px),
    radial-gradient(circle at 92% 62%, rgba(149, 218, 255, 0.52) 0 12px, transparent 16px);
}
.cx-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,56%) minmax(0,44%);
  align-items: center;
  gap: 42px;
  padding-bottom: 124px;
}
.cx-hero-copy h1 { margin: 0 0 18px; font-family: "Fraunces", serif; font-size: clamp(2.6rem,6vw,5.2rem); line-height: .98; letter-spacing: -.02em; color: var(--cx-blue-900); max-width: 12ch; }
.cx-lead { margin: 0; max-width: 40ch; font-size: clamp(1.04rem,1.5vw,1.45rem); color: var(--cx-text-700); }
.cx-actions { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }
.cx-btn { min-height: 56px; padding: 0 28px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 700; font-size: 1.08rem; display: inline-flex; align-items: center; justify-content: center; transition: transform .18s ease, box-shadow .18s ease; cursor: pointer; }
.cx-btn:hover { transform: translateY(-1px); }
.cx-btn-primary { background: linear-gradient(180deg, var(--cx-green-500), var(--cx-green-700)); color: #fff; box-shadow: var(--cx-shadow-1); }
.cx-btn-secondary {
  background: rgba(255,255,255,.94);
  color: var(--cx-blue-900);
  border-color: rgba(19,90,131,.22);
}
.cx-hero-media { margin: 0; border-radius: 34px; border: 8px solid #fff; overflow: hidden; box-shadow: var(--cx-shadow-2); transform: rotate(-4.5deg) translateY(8px); transform-origin: 50% 50%; min-height: 420px; }
.cx-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
.cx-wave {
  position: absolute;
  left: -7%;
  right: -7%;
  bottom: -90px;
  height: 250px;
  z-index: 1;
  pointer-events: none;
}
.cx-wave::before,
.cx-wave::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
.cx-wave::before {
  bottom: 118px;
  height: 118px;
  background: linear-gradient(180deg, rgba(40, 130, 198, 0.82), rgba(29, 105, 169, 0.82));
  clip-path: ellipse(74% 100% at 50% 100%);
}
.cx-wave::after {
  bottom: 0;
  height: 168px;
  background: linear-gradient(180deg, #1d6aa8 0%, #0b3f73 88%);
  box-shadow: inset 0 14px 28px rgba(255, 255, 255, 0.12);
  clip-path: ellipse(76% 100% at 50% 100%);
}
.cx-band {
  margin-top: -2px;
  background: radial-gradient(900px 420px at 14% 20%, rgba(33,98,165,.34), transparent 74%), radial-gradient(900px 430px at 72% 74%, rgba(82,158,76,.24), transparent 72%), linear-gradient(180deg, #0f4f89, #0a3f72);
}
.cx-band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.cx-band-copy h2 { margin: 0; color: #fff; font-family: "Fraunces", serif; font-size: clamp(2rem,3.4vw,3.8rem); line-height: 1.04; max-width: 12ch; }
.cx-mv-grid { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cx-card { background: rgba(255,255,255,.96); border: 1px solid var(--cx-border); border-radius: 20px; box-shadow: var(--cx-shadow-1); }
.cx-mv-card { position: relative; padding: 18px 18px 18px 24px; }
.cx-mv-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 8px; border-radius: 20px 0 0 20px; background: var(--cx-green-500); }
.cx-mv-card:nth-child(2)::before { background: var(--cx-yellow-500); }
.cx-mv-card h3 { margin: 0 0 8px; font-size: 2rem; color: var(--cx-blue-900); }
.cx-mv-card p { margin: 0; font-size: 1.08rem; color: var(--cx-text-700); }
.cx-board { margin: 0; position: relative; min-height: 430px; border-radius: 18px; border: 6px solid rgba(255,255,255,.94); background: linear-gradient(140deg, #e7c389, #efd19f); }
.cx-photo { position: absolute; border: 7px solid #fff; border-radius: 10px; box-shadow: var(--cx-shadow-2); object-fit: cover; }
.cx-main-photo { width: 54%; height: 72%; right: 2%; top: 8%; transform: rotate(2deg); }
.cx-p1 { width: 36%; height: 38%; left: 6%; top: 9%; transform: rotate(-5deg); }
.cx-p2 { width: 36%; height: 36%; left: 10%; bottom: 6%; transform: rotate(-2deg); }
.cx-p3 { width: 36%; height: 34%; right: 18%; bottom: 2%; transform: rotate(3deg); }
.cx-pin { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--cx-red-500); box-shadow: 0 2px 6px rgba(0,0,0,.35); }
.cx-pin-1 { left: 23%; top: 13%; }
.cx-pin-2 { left: 14%; bottom: 27%; }
.cx-pin-3 { right: 11%; top: 19%; }
.cx-pin-4 { right: 8%; bottom: 14%; }
.cx-proposal { position: relative; background: radial-gradient(900px 460px at 86% 14%, rgba(19,90,131,.14), transparent 70%), linear-gradient(180deg, #f4fbff, #f6fbfc); }
.cx-proposal::before { content: ""; position: absolute; left: 0; right: 0; top: -84px; height: 92px; background: radial-gradient(140% 220px at 50% 220px, transparent 49%, rgba(7,51,92,.74) 50%); }
.cx-proposal-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; align-items: center; }
.cx-proposal h2 { margin: 0; font-family: "Fraunces", serif; font-size: clamp(2rem,3.2vw,3.5rem); color: var(--cx-blue-900); }
.cx-list { margin: 16px 0 0; padding: 0; list-style: none; }
.cx-list li { position: relative; padding-left: 26px; margin: 10px 0; font-size: 1.1rem; }
.cx-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 12px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, var(--cx-yellow-500) 0, var(--cx-green-700) 85%); }
.cx-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.cx-stat { padding: 14px; text-align: center; }
.cx-stat h3 { margin: 0; color: var(--cx-green-700); font-size: 2.4rem; line-height: 1; }
.cx-stat p { margin: 6px 0; color: var(--cx-text-900); font-weight: 700; font-size: 1.15rem; }
.cx-stat small { color: var(--cx-text-700); font-size: .95rem; }
.cx-social-follow {
  position: relative;
  padding: 34px 0 40px;
  background:
    radial-gradient(780px 340px at 18% 12%, rgba(67,160,71,.12), transparent 68%),
    radial-gradient(780px 340px at 82% 16%, rgba(19,90,131,.12), transparent 70%),
    linear-gradient(180deg, #f7fbfe 0%, #eef6fb 100%);
}
.cx-social-follow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 18px;
  background: linear-gradient(180deg, rgba(11,63,109,.18), transparent);
  pointer-events: none;
}
.cx-social-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 18px;
  align-items: stretch;
}
.cx-social-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}
.cx-social-copy h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  line-height: 1.02;
  color: var(--cx-blue-900);
  max-width: 14ch;
}
.cx-social-copy p:last-child {
  margin: 14px 0 0;
  max-width: 44ch;
  color: var(--cx-text-700);
  font-size: 1.08rem;
}
.cx-social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.cx-social-stack {
  display: grid;
  gap: 14px;
}
.cx-social-reel-launch {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}
.cx-social-reel-frame {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  border: 1px solid var(--cx-border);
  box-shadow: var(--cx-shadow-2);
  background: #102238;
}
.cx-social-reel-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  display: block;
}
.cx-social-reel-overlay {
  position: absolute;
  inset: 0;
  display: block;
  padding: 18px;
  background:
      linear-gradient(180deg, rgba(8, 18, 30, 0.10), rgba(8, 18, 30, 0.35)),
      radial-gradient(circle at 50% 42%, rgba(255,255,255,.08), transparent 48%);
}
.cx-social-reel-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.20);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 10px 22px rgba(0,0,0,.22);
}
.cx-social-reel-play svg {
  width: 34px;
  height: 34px;
  fill: #fff;
  margin-left: 3px;
}
.cx-social-reel-label {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: var(--cx-blue-900);
  font-weight: 800;
  font-size: .95rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.15);
}
.cx-social-reel-note {
  display: block;
  margin-top: 12px;
  color: var(--cx-text-700);
  font-size: .98rem;
  line-height: 1.4;
}
.cx-social-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  min-height: 156px;
  border-radius: 24px;
  text-decoration: none;
  color: #fff;
  box-shadow: var(--cx-shadow-2);
  transition: transform .18s ease, box-shadow .18s ease;
}
.cx-social-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.9), transparent 34%),
    radial-gradient(circle at 84% 12%, rgba(255,255,255,.6), transparent 18%),
    radial-gradient(circle at 76% 82%, rgba(255,255,255,.32), transparent 28%);
  pointer-events: none;
}
.cx-social-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.20);
}
.cx-social-card--instagram {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 100%);
}
.cx-social-card--facebook {
  background: linear-gradient(135deg, #1877f2 0%, #0f5db8 100%);
}
.cx-social-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(4px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28);
}
.cx-social-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.cx-social-card span:last-child {
  min-width: 0;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding-right: 8px;
}
.cx-social-card strong {
  font-size: 1.2rem;
  line-height: 1.1;
}
.cx-social-card small {
  font-size: .94rem;
  line-height: 1.45;
  color: rgba(255,255,255,.88);
  word-break: break-word;
}
.cx-contact { background: radial-gradient(760px 320px at 6% 80%, rgba(67,160,71,.18), transparent 72%), radial-gradient(940px 430px at 84% 8%, rgba(19,90,131,.28), transparent 70%), linear-gradient(180deg, #0b3f6d, #0a365f); }
.cx-contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 22px; align-items: start; }
.cx-contact-copy h2 { margin: 0; font-family: "Fraunces", serif; font-size: clamp(2rem,3.5vw,3.8rem); color: #fff; max-width: 15ch; }
.cx-contact-copy p { margin: 14px 0 0; color: rgba(255,255,255,.86); font-size: 1.1rem; max-width: 40ch; }
.cx-contact-list { margin: 14px 0 0; padding: 0; list-style: none; }
.cx-contact-list li { margin: 8px 0; color: rgba(255,255,255,.95); font-size: 1.1rem; }
.cx-contact-list a { color: #fff; text-decoration: none; }
.cx-map-wrap { margin-top: 14px; border-radius: 14px; overflow: hidden; border: 4px solid rgba(255,255,255,.88); }
.cx-map-wrap iframe { width: 100%; height: 230px; border: 0; display: block; }
.cx-form { background: rgba(7,47,87,.8); border: 1px solid rgba(255,255,255,.2); border-radius: 22px; padding: 18px; display: grid; gap: 8px; box-shadow: var(--cx-shadow-2); }
.cx-form label { color: rgba(255,255,255,.95); font-weight: 700; font-size: 1.05rem; }
.cx-form input, .cx-form textarea { width: 100%; min-height: 54px; border-radius: 16px; border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.96); color: var(--cx-text-900); padding: 10px 12px; font: inherit; }
.cx-form textarea { min-height: 128px; }
.cx-form .cx-btn { width: 100%; margin-top: 8px; }

.cx-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.cx-modal.open {
  display: flex;
}
.cx-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 18, 0.84);
  backdrop-filter: blur(8px);
}
.cx-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: 92vh;
  overflow: auto;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(10,18,30,.98), rgba(10,18,30,.92));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 72px rgba(0,0,0,.55);
  padding: 20px;
  color: #fff;
}
.cx-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.cx-modal-media {
  display: grid;
  place-items: center;
  padding: 12px 0 18px;
}
.cx-modal-media video {
  width: min(100%, 420px);
  max-height: 72vh;
  border-radius: 24px;
  background: #000;
  box-shadow: 0 18px 40px rgba(0,0,0,.38);
}
.cx-modal-copy h2 {
  margin: 4px 0 0;
  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.02;
}
.cx-modal-copy p:not(.cx-kicker) {
  margin: 12px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 1.05rem;
  max-width: 58ch;
}
.cx-modal-actions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cx-modal-actions .cx-btn-secondary {
  background: rgba(255,255,255,.92);
}

.cx-main .cx-page-intro {
  padding: 58px 0 44px;
  background:
    radial-gradient(820px 420px at 84% 16%, rgba(93, 187, 241, 0.28), transparent 72%),
    radial-gradient(760px 360px at 6% 88%, rgba(255, 255, 255, 0.34), transparent 72%),
    linear-gradient(180deg, #eef8fe 0%, #e0f0fb 100%);
}
.cx-breadcrumb {
  margin: 0 0 14px;
  font-size: 0.92rem;
  color: var(--cx-text-500);
}
.cx-breadcrumb a {
  color: var(--cx-green-700);
  text-decoration: none;
  font-weight: 700;
}
.cx-page-mark {
  margin: 0 0 10px;
}
.cx-page-mark img {
  width: 78px;
  height: 78px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(11, 59, 90, 0.14));
}
.cx-intro-lead {
  margin: 10px 0 0;
  max-width: 62ch;
  color: var(--cx-text-700);
  font-size: 1.08rem;
}

.cx-section-light {
  background: linear-gradient(180deg, #f4fbff 0%, #f8fcff 100%);
}
.cx-stack {
  display: grid;
  gap: 18px;
}
.cx-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.cx-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.cx-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.cx-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--cx-border);
  border-radius: 20px;
  box-shadow: var(--cx-shadow-1);
  padding: 18px;
}
.cx-panel h3 {
  margin: 0 0 8px;
  color: var(--cx-blue-900);
}
.cx-panel p {
  margin: 0;
}
.cx-panel p + p {
  margin-top: 10px;
}
.cx-editorial-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  align-items: stretch;
}
.cx-editorial-grid--reverse {
  grid-template-columns: .95fr 1.05fr;
}
.cx-editorial-copy {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cx-editorial-copy h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(1.7rem, 2.8vw, 3rem);
  line-height: 1.05;
  color: var(--cx-blue-900);
}
.cx-editorial-copy p {
  margin: 14px 0 0;
  color: var(--cx-text-700);
  font-size: 1.06rem;
  line-height: 1.65;
}
.cx-fact-list,
.cx-step-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.cx-fact-list li,
.cx-step-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 24px;
  color: var(--cx-text-700);
  line-height: 1.55;
}
.cx-fact-list li::before,
.cx-step-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, var(--cx-yellow-500) 0, var(--cx-green-700) 85%);
}
.cx-fact-list strong {
  color: var(--cx-blue-900);
}
.cx-step-list {
  counter-reset: step;
}
.cx-step-list li {
  counter-increment: step;
  padding-left: 34px;
}
.cx-step-list li::before {
  content: counter(step);
  top: 4px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  background: linear-gradient(180deg, var(--cx-green-500), var(--cx-green-700));
}
.cx-panel .cx-kicker {
  margin-bottom: 10px;
}
.cx-panel h3 {
  margin: 0;
  color: var(--cx-blue-900);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.12;
}
.cx-media-frame {
  margin: 0;
  min-height: 340px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--cx-border);
  box-shadow: var(--cx-shadow-2);
  background: #dfe8ef;
}
.cx-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cx-list-check {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cx-list-check li {
  position: relative;
  padding-left: 24px;
  margin: 8px 0;
}
.cx-list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, var(--cx-yellow-500) 0, var(--cx-green-700) 85%);
}

.cx-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.cx-team-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--cx-border);
  border-radius: 18px;
  box-shadow: var(--cx-shadow-1);
  padding: 10px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.cx-team-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--cx-shadow-2);
}
.cx-team-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.cx-team-card h3 {
  margin: 10px 0 4px;
  font-size: 1rem;
}
.cx-team-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--cx-text-700);
}
.cx-team-card--placeholder {
  background:
    radial-gradient(circle at top, rgba(20, 90, 120, 0.08), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 242, 233, 0.98));
  text-align: center;
}
.cx-team-card--placeholder img {
  width: 78%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 8px auto 0;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,240,228,.96));
}
.cx-team-card--placeholder h3 {
  margin-top: 12px;
}
.cx-team-card--placeholder p {
  color: var(--cx-text-600);
}

.cx-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.cx-hipo-gallery .cx-gallery-item {
  min-height: 260px;
}
.cx-gallery-item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--cx-border);
  box-shadow: var(--cx-shadow-1);
  min-height: 220px;
}
.cx-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cx-docs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.cx-doc-card {
  display: block;
  text-decoration: none;
  color: var(--cx-text-900);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--cx-border);
  border-radius: 18px;
  box-shadow: var(--cx-shadow-1);
  padding: 16px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.cx-doc-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--cx-shadow-2);
}
.cx-doc-card--missing {
  border-style: dashed;
  background:
    radial-gradient(circle at top, rgba(20, 90, 120, 0.07), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,242,233,.98));
  color: var(--cx-text-700);
  pointer-events: none;
}
.cx-doc-card--missing small {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  color: var(--cx-text-600);
}

.cx-postular-list {
  margin: 18px 0 0;
  padding-left: 22px;
  display: grid;
  gap: 10px;
}

.cx-utiles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.cx-utiles-card {
  display: flex;
  min-height: 172px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  border-radius: 20px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(11, 59, 90, 0.08);
  padding: 24px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.cx-utiles-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(11, 59, 90, 0.12);
  border-color: rgba(25, 125, 185, 0.22);
}
.cx-utiles-card h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.2;
  font-weight: 700;
  color: var(--cx-text-900);
}
.cx-utiles-card p {
  margin: 12px 0 0;
  color: var(--cx-text-600);
  font-size: .92rem;
}
.cx-utiles-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(25, 125, 185, 0.18);
  background: rgba(25, 125, 185, 0.08);
  font-size: .82rem;
  color: var(--cx-green-700);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .02em;
}
.cx-utiles-card a:hover {
  background: rgba(25, 125, 185, 0.14);
  border-color: rgba(25, 125, 185, 0.28);
}
.cx-utiles-span-2 {
  grid-column: span 2;
}

.cx-contact-page .cx-panel {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
}
.cx-contact-page .cx-panel h3,
.cx-contact-page .cx-panel p,
.cx-contact-page .cx-panel a {
  color: rgba(255, 255, 255, 0.95);
}
.cx-contact-page .cx-panel a {
  text-decoration: none;
}
.cx-contact-page .cx-panel p + p {
  margin-top: 8px;
}

.cx-footer {
  background: #082a4a;
  color: rgba(255, 255, 255, 0.84);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cx-footer-wrap {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cx-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.cx-reveal { opacity: 0; transform: translateY(10px); transition: opacity .28s ease, transform .28s ease; }
.cx-reveal.is-visible { opacity: 1; transform: translateY(0); }
.cx-hero-media.cx-reveal { transform: rotate(-4.5deg) translateY(22px); }
.cx-hero-media.cx-reveal.is-visible { transform: rotate(-4.5deg) translateY(8px); }
.cx-delay-1 { transition-delay: .09s; }
@media (max-width: 1100px) {
  .cx-hero-grid, .cx-band-grid, .cx-proposal-grid, .cx-social-grid, .cx-contact-grid { grid-template-columns: 1fr; }
  .cx-hero-grid { gap: 22px; padding-bottom: 94px; }
  .cx-hero-media { transform: rotate(-2deg); min-height: 340px; }
  .cx-hero-media.cx-reveal { transform: rotate(-2deg) translateY(16px); }
  .cx-hero-media.cx-reveal.is-visible { transform: rotate(-2deg) translateY(0); }
  .cx-grid-2,
  .cx-grid-3,
  .cx-docs-grid,
  .cx-contact-grid {
    grid-template-columns: 1fr;
  }
  .cx-utiles-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cx-utiles-span-2 {
    grid-column: auto;
  }
  .cx-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 780px) {
  .cx-main section { padding: 56px 0; }
  .cx-topbar-wrap {
    min-height: auto;
    padding: 8px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .cx-topbar-contact,
  .cx-topbar-social {
    gap: 10px;
  }
  .cx-topbar a {
    font-size: .83rem;
  }
  .cx-menu-btn { display: inline-block; }
  .cx-nav { position: absolute; top: 72px; left: 4%; right: 4%; display: none; flex-direction: column; align-items: flex-start; gap: 12px; background: rgba(255,255,255,.98); border: 1px solid var(--cx-border); border-radius: 12px; padding: 14px; box-shadow: var(--cx-shadow-1); }
  .cx-nav.open { display: flex; }
  .cx-nav-dropdown { width: 100%; display: flex; flex-direction: column; }
  .cx-nav-link-hipo img { width: 17px; height: 17px; }
  .cx-nav-dropdown-toggle { width: 100%; text-align: left; padding: 0 0 10px; }
  .cx-nav-dropdown-menu { position: static; display: none; width: 100%; min-width: 0; margin-top: 4px; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: none; }
  .cx-nav-dropdown-menu::before { display: none; }
  .cx-nav-dropdown.open .cx-nav-dropdown-menu { display: flex; }
  .cx-mv-grid, .cx-stats { grid-template-columns: 1fr; }
  .cx-social-stack { gap: 12px; }
  .cx-social-links { grid-template-columns: 1fr; }
  .cx-actions { flex-direction: column; }
  .cx-btn { width: 100%; }
  .cx-board { min-height: 360px; }
  .cx-hero-media { transform: none; }
  .cx-hero-media.cx-reveal,
  .cx-hero-media.cx-reveal.is-visible { transform: none; }
  .cx-main .cx-page-intro {
    padding: 44px 0 30px;
  }
  .cx-gallery-grid,
  .cx-team-grid {
    grid-template-columns: 1fr;
  }
  .cx-editorial-grid,
  .cx-editorial-grid--reverse,
  .cx-grid-2 {
    grid-template-columns: 1fr;
  }
  .cx-media-frame {
    min-height: 260px;
  }
  .cx-footer-wrap {
    min-height: auto;
    padding: 14px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .cx-wave { bottom: -70px; height: 190px; }
  .cx-wave::before { bottom: 76px; height: 94px; }
  .cx-wave::after { height: 122px; }
}
