@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --white:   #ffffff;
  --offwhite:#f4f9fb;
  --cyan:    #89d6e6;
  --cyan-d:  #3ea4ce;
  --blue:    #313f8f;
  --pink:    #F63E7B;
  --pink-soft: rgba(246,62,123,0.12);
  --navy:    #101010;
  --text:    #1a2340;
  --text-m:  #4a5568;
  --text-l:  #8a99b0;
  --border:  rgba(49,63,143,0.10);
  --shadow:  0 4px 28px rgba(49,63,143,0.08);
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'DM Sans',sans-serif; background:var(--offwhite); color:var(--text); overflow-x:hidden; }

/* ── NAV ── */
nav {
  position:fixed; top:0; left:0; right:0; z-index:999;
  /* background:rgba(255,255,255,0.97); */
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border);
  padding:0 5%;
  display:flex; align-items:center; justify-content:space-between;
  height:68px;
  box-shadow:0 1px 16px rgba(49,63,143,0.07);
}
.nav-logo img {
  height: 120px;
  width: auto;
  display: block;
  background: transparent;
}
.nav-logo span { color:var(--cyan-d); }
.nav-links { display:flex; gap:1.8rem; list-style:none; align-items:center; }
.nav-links a { font-size:.78rem; font-weight:500; letter-spacing:.08em; text-transform:uppercase; color:var(--white); text-decoration:none; transition:color .2s; padding-bottom:2px; border-bottom:2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color:var(--white); border-bottom-color:var(--blue); }
.nav-cta { color:var(--white) !important;  border-radius:4px; border-bottom:none !important; }
.nav-cta:hover { color:var(--white) !important; }

/* blur stays; text turns dark when the nav sits over a light section */
nav.nav-light .nav-links a { color:var(--text); }
nav.nav-light .nav-links a:hover, nav.nav-light .nav-links a.active { color:var(--blue); border-bottom-color:var(--blue); }
nav.nav-light .nav-cta, nav.nav-light .nav-cta:hover { color:var(--blue) !important; }
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none; padding:4px; }
.hamburger span { display:block; width:24px; height:2px; background:var(--blue); transition:all .3s; }

/* ── HERO ── */
.hero { min-height:100vh; position:relative; display:flex; align-items:center; overflow:hidden; padding-top:68px; }
.hero-img { position:absolute; inset:0; background-size:cover; background-position:center; background-repeat:no-repeat; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(120deg,rgba(49,63,143,.80) 0%,rgba(49,63,143,.52) 55%,rgba(137,214,230,.28) 100%); }
.hero-content { position:relative; z-index:2; padding:4rem 5% 7rem; max-width:1200px; margin:0 auto; width:100%; }
.hero-eyebrow { display:inline-flex; align-items:center; gap:.6rem; font-size:.72rem; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:var(--cyan); margin-bottom:1.6rem; animation:fadeUp .7s ease both; }
.hero-eyebrow::before { content:''; display:block; width:28px; height:2px; background:var(--cyan); border-radius:2px; }
h1.hero-title { font-family:'Rajdhani',sans-serif; font-size:clamp(3.2rem,8vw,7rem); font-weight:700; line-height:.92; color:var(--white); margin-bottom:1.6rem; animation:fadeUp .7s ease .1s both; }
h1.hero-title em { font-style:normal; color:var(--cyan); }
.hero-sub { max-width:500px; font-size:1rem; line-height:1.72; color:rgba(255,255,255,.75); margin-bottom:2.5rem; animation:fadeUp .7s ease .2s both; }
.hero-btns { display:flex; gap:1rem; flex-wrap:wrap; animation:fadeUp .7s ease .3s both; }
.hero-stats { position:absolute; bottom:0; left:0; right:0; background:rgba(255,255,255,.1); backdrop-filter:blur(8px); display:grid; grid-template-columns:repeat(3,1fr); animation:fadeUp .7s ease .4s both; }
.hero-stat { padding:1.4rem 5%; border-right:1px solid rgba(255,255,255,.12); }
.hero-stat:last-child { border-right:none; }
.hero-stat-num { font-family:'Rajdhani',sans-serif; font-size:2.4rem; font-weight:700; color:var(--cyan); line-height:1; text-align: center; }
.hero-stat-label { font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.6); margin-top:.25rem; text-align: center }

/* ── BUTTONS ── */
.btn-primary { background:var(--cyan-d); color:var(--white); font-family:'DM Sans',sans-serif; font-size:.82rem; font-weight:600; letter-spacing:.06em; text-transform:uppercase; padding:.85rem 2rem; border:none; border-radius:4px; cursor:pointer; text-decoration:none; display:inline-block; transition:background .2s,transform .2s; }
.btn-primary:hover { background:var(--cyan); transform:translateY(-2px); }
.btn-ghost { background:transparent; color:var(--white); font-family:'DM Sans',sans-serif; font-size:.82rem; font-weight:500; letter-spacing:.06em; text-transform:uppercase; padding:.85rem 2rem; border:1.5px solid rgba(255,255,255,.4); border-radius:4px; cursor:pointer; text-decoration:none; display:inline-block; transition:border-color .2s,color .2s; }
.btn-ghost:hover { border-color:var(--cyan); color:var(--cyan); }

/* ── LABELS + TITLES ── */
.label { font-size:.7rem; font-weight:600; letter-spacing:.2em; text-transform:uppercase; color:var(--cyan-d); margin-bottom:.8rem; display:block; }
h2.sec-title { font-family:'Rajdhani',sans-serif; font-size:clamp(1.9rem,3.5vw,2.9rem); font-weight:700; line-height:1.08; color:var(--text); margin-bottom:1.2rem; }
.sec-desc { font-size:.95rem; line-height:1.75; color:var(--text-m); max-width:580px; }

/* ── ABOUT STRIP ── */
.about-strip { background:var(--blue); padding:4.5rem 5%; }
.about-strip .section-inner { max-width:1300px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; }
.about-strip .label { color:var(--cyan); }
.about-strip h2.sec-title { color:var(--white); }
.about-strip .sec-desc { color:rgba(255,255,255,.72); max-width:100%; }
.about-strip .sec-desc + .sec-desc { margin-top:.9rem; }
.about-badges { display:flex; gap:1rem; flex-wrap:wrap; margin-top:2rem; }
.badge { background:rgba(255,255,255,.08); border:1px solid rgba(137,214,230,.2); border-radius:6px; padding:.9rem 1.4rem; text-align:center; flex:1; min-width:110px; }
.badge-num { font-family:'Rajdhani',sans-serif; font-size:2rem; font-weight:700; color:var(--cyan); }
.badge-text { font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; color:rgba(255,255,255,.5); margin-top:.2rem; }
.values-grid { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.val-card { background:rgba(255,255,255,.07); border:1px solid rgba(137,214,230,.15); border-radius:8px; padding:1.2rem 1.3rem; transition:background .2s; }
.val-card:hover { background:rgba(255,255,255,.12); }
.val-icon { font-size:1.3rem; margin-bottom:.5rem; }
.val-name { font-family:'Rajdhani',sans-serif; font-size:.95rem; font-weight:600; color:var(--white); margin-bottom:.25rem; }
.val-desc { font-size:.75rem; color:rgba(255,255,255,.45); line-height:1.5; }

/* ── TESTIMONIALS ── */
.testi-section { background:var(--offwhite); padding:4.5rem 5%; }
.testi-section .section-inner { max-width:1300px; margin:0 auto; }
.testi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; margin-top:2.5rem; }
.testi-card { background:var(--white); border:1px solid var(--border); border-radius:10px; padding:1.8rem; box-shadow:var(--shadow); transition:transform .3s,box-shadow .3s; }
.testi-card:hover { transform:translateY(-4px); box-shadow:0 8px 36px rgba(49,63,143,.11); }
.testi-card.accent  { border-top:3px solid var(--pink); }
.testi-card.accent2 { border-top:3px solid var(--cyan-d); }
.testi-card.accent3 { border-top:3px solid var(--blue); }
.testi-quote { font-size:.9rem; line-height:1.7; color:var(--text-m); margin-bottom:1.4rem; font-style:italic; }
.testi-quote::before { content:'\201C'; font-size:2.5rem; color:var(--cyan); line-height:.4; display:block; margin-bottom:.6rem; font-style:normal; }
.testi-author { display:flex; align-items:center; gap:.9rem; }
.testi-av { width:40px; height:40px; border-radius:50%; background:linear-gradient(135deg,var(--cyan),var(--blue)); display:flex; align-items:center; justify-content:center; font-size:1rem; flex-shrink:0; }
.testi-name { font-weight:600; font-size:.85rem; color:var(--text); }
.testi-role { font-size:.72rem; color:var(--text-l); margin-top:.1rem; }

/* ── CTA BANNER ── */
.cta-banner { position:relative; background:linear-gradient(120deg,rgba(246,62,123,.88) 0%,rgba(196,24,90,.82) 100%), url('images/43e0e9ac9c1356857c8ef2a72679d48f.jpg'); background-size:cover; background-position:center; padding:3.2rem 5%; text-align:center; }
.cta-banner h2 { font-family:'Rajdhani',sans-serif; font-size:clamp(1.8rem,3vw,2.6rem); font-weight:700; color:var(--white); margin-bottom:.8rem; }
.cta-banner p { font-size:.95rem; color:rgba(255,255,255,.8); margin-bottom:2rem; }
.btn-white { background:var(--white); color:#c4185a; font-family:'DM Sans',sans-serif; font-size:.82rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; padding:.85rem 2.4rem; border:none; border-radius:4px; cursor:pointer; text-decoration:none; display:inline-block; transition:background .2s,transform .2s; }
.btn-white:hover { background:var(--offwhite); transform:translateY(-2px); }

/* ── PAGE HERO ── */
.page-hero { background:linear-gradient(135deg,var(--blue) 0%,#1a2a6c 100%); padding:5rem 5% 3.5rem; margin-top:68px; }
.page-hero .section-inner { max-width:1300px; margin:0 auto; }
.page-hero .label { color:var(--cyan); }
.page-hero h1 { font-family:'Rajdhani',sans-serif; font-size:clamp(2.2rem,5vw,4rem); font-weight:700; color:var(--white); line-height:1; margin-bottom:.8rem; }
.page-hero p { font-size:.95rem; color:rgba(255,255,255,.65); max-width:520px; }

/* ── PAGE HERO WITH PHOTO ── */
.page-hero-photo { position:relative; padding:5rem 5% 3.5rem; margin-top:68px; overflow:hidden; min-height:380px; display:flex; align-items:center; }
.page-hero-photo .bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.page-hero-photo .overlay { position:absolute; inset:0; background:linear-gradient(120deg,rgba(49,63,143,.88) 0%,rgba(49,63,143,.60) 100%); }
.page-hero-photo .section-inner { position:relative; z-index:2; max-width:1300px; margin:0 auto; width:100%; }
.page-hero-photo .label { color:var(--cyan); }
.page-hero-photo h1 { font-family:'Rajdhani',sans-serif; font-size:clamp(2.2rem,5vw,4rem); font-weight:700; color:var(--white); line-height:1; margin-bottom:.8rem; }
.page-hero-photo p { font-size:.95rem; color:rgba(255,255,255,.65); max-width:520px; }
.page-hero-photo.extend { margin-top:0; padding-top:calc(5rem + 68px); min-height:calc(380px + 68px); }

/* ── COACHES ── */
.coaches-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(250px,1fr)); gap:1.5rem; margin-top:2.5rem; }
.coach-card { background:var(--white); border:1px solid var(--border); border-radius:10px; overflow:hidden; box-shadow:var(--shadow); transition:transform .3s,box-shadow .3s; }
.coach-card:hover { transform:translateY(-5px); box-shadow:0 10px 40px rgba(49,63,143,.12); }
.coach-card.lead { border-top:4px solid var(--pink); }
.coach-card.regular { border-top:4px solid var(--cyan-d); }
.coach-av { height:190px; display:flex; align-items:center; justify-content:center; font-size:4rem; }
.coach-photo { width:100%; height:230px; object-fit:cover; display:block; }
.coach-av.lead-bg { background:linear-gradient(135deg,rgba(246,62,123,.10),rgba(49,63,143,.12)); }
.coach-av.reg-bg { background:linear-gradient(135deg,rgba(137,214,230,.18),rgba(62,164,206,.08)); }
.coach-body { padding:1.4rem; }
.coach-name { font-family:'Rajdhani',sans-serif; font-size:1.15rem; font-weight:700; color:var(--text); margin-bottom:.25rem; }
.coach-role { font-size:.7rem; letter-spacing:.1em; text-transform:uppercase; color:var(--cyan-d); margin-bottom:.8rem; }
.coach-card.lead .coach-role { color:var(--pink); }
.coach-bio { font-size:.8rem; color:var(--text-m); line-height:1.6; }

/* ── POOLS ── */
.pools-grid { display:grid; grid-template-columns:1fr 1fr; gap:2rem; margin-top:2.5rem; }
.pool-card { background:var(--white); border:1px solid var(--border); border-radius:10px; overflow:hidden; box-shadow:var(--shadow); }
.pool-header { background:var(--blue); padding:1.8rem 2rem; }
.pool-header h3 { font-family:'Rajdhani',sans-serif; font-size:1.5rem; font-weight:700; color:var(--white); margin-bottom:.3rem; }
.pool-header .addr { font-size:.82rem; color:rgba(255,255,255,.6); }
.pool-photo { width:100%; height:200px; object-fit:cover; display:block; background:#c9e8f0; }
.pool-photo-placeholder { width:100%; height:200px; background:linear-gradient(135deg,rgba(137,214,230,.3),rgba(49,63,143,.15)); display:flex; align-items:center; justify-content:center; font-size:3rem; color:rgba(49,63,143,.3); }
.pool-body { padding:1.8rem 2rem; }
.pool-tags { display:flex; gap:.5rem; flex-wrap:wrap; margin-bottom:1.2rem; }
.tag { font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; color:var(--blue); border:1px solid rgba(49,63,143,.2); padding:.2rem .65rem; border-radius:3px; background:rgba(49,63,143,.04); }
.pool-map { border-radius:6px; overflow:hidden; }
.pool-map iframe { width:100%; height:180px; border:none; display:block; }

/* ── PRICING ── */
.pricing-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(210px,1fr)); gap:1.5rem; margin-top:2.5rem; }
.price-card { background:var(--white); border:1px solid var(--border); border-radius:10px; padding:2rem 1.8rem; box-shadow:var(--shadow); transition:transform .3s,box-shadow .3s; }
.price-card:hover { transform:translateY(-4px); box-shadow:0 10px 36px rgba(49,63,143,.11); }
.price-card.pop { border:2px solid var(--cyan-d); background:linear-gradient(160deg,rgba(137,214,230,.06),var(--white)); }
.price-label { font-size:.68rem; letter-spacing:.15em; text-transform:uppercase; color:var(--cyan-d); margin-bottom:.9rem; }
.price-amount { font-family:'Rajdhani',sans-serif; font-size:2.7rem; font-weight:700; line-height:1; color:var(--text); }
.price-amount sub { font-size:1rem; font-weight:400; color:var(--text-l); vertical-align:baseline; }
.price-divider { height:1px; background:var(--border); margin:1.2rem 0; }
.price-feat { font-size:.8rem; color:var(--text-m); display:flex; align-items:flex-start; gap:.5rem; margin-bottom:.45rem; }
.price-feat::before { content:'✓'; color:var(--cyan-d); font-weight:700; flex-shrink:0; }
.special-box { grid-column:1/-1; background:var(--pink-soft); border:1.5px solid rgba(246,62,123,.22); border-radius:10px; padding:2rem 2.5rem; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:1rem; }
.special-box .s-label { font-size:.68rem; letter-spacing:.15em; text-transform:uppercase; color:var(--pink); margin-bottom:.35rem; }
.special-box .s-name { font-family:'Rajdhani',sans-serif; font-size:1.4rem; font-weight:700; color:var(--text); }
.special-box .s-desc { font-size:.8rem; color:var(--text-m); margin-top:.25rem; }
.special-box .s-price { font-family:'Rajdhani',sans-serif; font-size:2.6rem; font-weight:700; color:var(--pink); white-space:nowrap; }
.special-box .s-price sub { font-size:1rem; font-weight:400; color:var(--text-l); }

/* ── SCHEDULE ── */
.schedule-bg { background:var(--blue); padding:4rem 5%; }
.schedule-bg .section-inner { max-width:1300px; margin:0 auto; }
.schedule-bg .label { color:var(--cyan); }
.schedule-bg h2.sec-title { color:var(--white); }
.sched-grid { display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; margin-top:2rem; }
.sched-block { background:rgba(255,255,255,.07); border:1px solid rgba(137,214,230,.18); border-radius:8px; padding:1.8rem; }
.sched-days { font-family:'Rajdhani',sans-serif; font-size:1.1rem; font-weight:600; color:rgba(255,255,255,.6); margin-bottom:.3rem; }
.sched-hours { font-family:'Rajdhani',sans-serif; font-size:2.2rem; font-weight:700; color:var(--cyan); }
.groups-row { display:flex; gap:1rem; flex-wrap:wrap; margin-top:2rem; }
.group-chip { background:rgba(255,255,255,.07); border:1px solid rgba(137,214,230,.18); border-radius:6px; padding:1rem 1.5rem; text-align:center; flex:1; min-width:100px; }
.g-age { font-family:'Rajdhani',sans-serif; font-size:1.4rem; font-weight:700; color:var(--cyan); }
.g-lbl { font-size:.68rem; text-transform:uppercase; letter-spacing:.08em; color:rgba(255,255,255,.4); margin-top:.2rem; }

/* ── CONTACT ── */
.contact-section { background:var(--offwhite); padding:4.5rem 5%; }
.contact-section .section-inner { max-width:1300px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:start; }
.contact-item { display:flex; gap:1rem; align-items:flex-start; margin-bottom:1.6rem; }
.c-icon { width:42px; height:42px; background:rgba(49,63,143,.07); border:1px solid rgba(49,63,143,.12); border-radius:6px; display:flex; align-items:center; justify-content:center; font-size:1.1rem; flex-shrink:0; }
.c-label { font-size:.68rem; letter-spacing:.12em; text-transform:uppercase; color:var(--cyan-d); margin-bottom:.25rem; }
.c-value { font-size:.9rem; color:var(--text); line-height:1.55; }
.c-value a { color:inherit; text-decoration:none; }
.c-value a:hover { color:var(--cyan-d); }
.social-row { display:flex; gap:.8rem; margin-top:2rem; }
.social-btn { background:var(--white); border:1px solid var(--border); border-radius:6px; padding:.65rem 1.4rem; font-size:.76rem; font-weight:500; letter-spacing:.06em; text-transform:uppercase; color:var(--text); text-decoration:none; transition:background .2s,border-color .2s,color .2s; }
.social-btn:hover { background:var(--blue); color:var(--white); border-color:var(--blue); }
.map-wrap { border-radius:10px; overflow:hidden; border:1px solid var(--border); box-shadow:var(--shadow); }
.map-wrap iframe { width:100%; height:380px; border:none; display:block; }

/* ── FOOTER ── */
footer { background:var(--blue); padding:2.8rem 5%; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:1.5rem; }
.footer-logo { font-family:'Rajdhani',sans-serif; font-size:1.3rem; font-weight:700; letter-spacing:.14em; color:var(--white); }
.footer-logo span { color:var(--cyan); }
.footer-links { display:flex; gap:1.5rem; flex-wrap:wrap; }
.footer-links a { font-size:.74rem; letter-spacing:.08em; text-transform:uppercase; color:var(--white); text-decoration:none; transition:color .2s; }
.footer-links a:hover { color:var(--cyan); }
.footer-copy { font-size:.72rem; color:var(--white); }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }
.reveal { opacity:0; transform:translateY(28px); transition:opacity .65s ease,transform .65s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

/* ── MOBILE ── */
@media(max-width:768px){
  .nav-links{display:none}
  .nav-links.open{display:flex;flex-direction:column;position:fixed;top:68px;left:0;right:0;background:rgba(255,255,255,.98);padding:2rem 5%;gap:1.5rem;box-shadow:0 8px 24px rgba(49,63,143,.08);z-index:998;}
  .nav-links.open a{color:var(--text)}
  .nav-links.open a:hover,.nav-links.open a.active{color:var(--blue)}
  .hamburger{display:flex}
  .about-strip .section-inner,.contact-section .section-inner{grid-template-columns:1fr;gap:2.5rem}
  .pools-grid,.testi-grid,.sched-grid{grid-template-columns:1fr}
  .hero-stats{grid-template-columns:1fr 1fr 1fr}
  .hero-stat{padding:1rem 1.2rem}
  .about-strip,.schedule-bg,.testi-section,.contact-section,.cta-banner{padding:3rem 5%}
  .page-hero,.page-hero-photo{padding:3.5rem 5% 2.5rem}
  .page-hero-photo.extend{padding-top:calc(3.5rem + 68px)}
}
@media(max-width:480px){
  .pricing-grid{grid-template-columns:1fr}
  .hero-stats{grid-template-columns:1fr}
}

/* ── FOOTER EXPANDED ── */
footer {
  background-image: url('images/footer3.jpg');
  background-size: cover;
  background-position: center center;
  padding: 3.5rem 5% 2rem;
  display: block;
}
.footer-inner {
  max-width:1300px; margin:0 auto;
  display:grid;
  grid-template-columns:2fr 1.2fr 1fr 1.2fr;
  gap:3rem;
  padding-bottom:2rem;
}
.footer-col-title {
  font-family:'Rajdhani',sans-serif;
  font-size:1rem; font-weight:700;
  letter-spacing:.08em; text-transform:uppercase;
  color:var(--white); margin-bottom:.5rem;
}
.footer-col-line {
  width:32px; height:2px;
  background:var(--cyan); border-radius:2px;
  margin-bottom:1.2rem;
}
.footer-logo-big {
  font-family:'Rajdhani',sans-serif;
  font-size:1.8rem; font-weight:700;
  letter-spacing:.14em; color:var(--white);
  margin-bottom:.5rem; display:block;
}
.footer-logo-big span { color:var(--cyan); }
.footer-desc {
  font-size:.82rem; color:rgba(255,255,255,.75);
  line-height:1.65; margin-bottom:1.5rem;
}
.footer-social-label {
  font-size:.68rem; font-weight:700;
  letter-spacing:.18em; text-transform:uppercase;
  color:rgba(255,255,255,.62); margin-bottom:.7rem;
}
.footer-social-icons { display:flex; gap:.6rem; }
.footer-social-icon {
  width:38px; height:38px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  border-radius:6px;
  display:flex; align-items:center; justify-content:center;
  color:rgba(255,255,255,.6); text-decoration:none;
  font-size:.95rem;
  transition:background .2s, border-color .2s, color .2s;
}
.footer-social-icon:hover { background:var(--cyan-d); border-color:var(--cyan-d); color:var(--white); }
.footer-contact-item {
  display:flex; align-items:flex-start; gap:.7rem;
  margin-bottom:.9rem; color: #c4185a;
}
.footer-contact-icon { font-size:1rem; flex-shrink:0; margin-top:.1rem; opacity:.7; }
.footer-contact-text { font-size:.82rem; color:rgba(255,255,255,.82); line-height:1.5; }
.footer-contact-text a { color:rgba(255,255,255,.82); text-decoration:none; }
.footer-contact-text a:hover { color:var(--cyan); }
.footer-link-list { list-style:none; }
.footer-link-list li { margin-bottom:.65rem; }
.footer-link-list a { font-size:.82rem; color:rgba(255,255,255,.75); text-decoration:none; transition:color .2s; }
.footer-link-list a:hover { color:var(--cyan); }
.footer-cert-item {
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:6px; padding:.7rem 1rem;
  font-size:.75rem; color:rgba(255,255,255,.78);
  margin-bottom:.7rem; line-height:1.4;
  text-decoration:none; display:block;
  transition:background .2s;
}
.footer-cert-item:hover { background:rgba(255,255,255,.1); }
.footer-cert-item strong { display:block; color:rgba(255,255,255,.8); font-size:.72rem; letter-spacing:.06em; margin-bottom:.2rem; }
.footer-bottom {
  max-width:2500px; margin:0 auto;
  padding-top:1.5rem;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex; justify-content:space-between; align-items:center;
  flex-wrap:wrap; gap:.8rem;
}
.footer-copy { font-size:.72rem; color:var(--white); }
.footer-bottom-links { display:flex; gap:1.5rem; }
.footer-bottom-links a { font-size:.72rem; color:var(--white); text-decoration:none; transition:color .2s; }
.footer-bottom-links a:hover { color:var(--cyan); }
@media(max-width:768px){
  .footer-inner { grid-template-columns:1fr 1fr; gap:2rem; }
}
@media(max-width:480px){
  .footer-inner { grid-template-columns:1fr; }
}

/* ── AJUSTĂRI MOBIL (sept 2026) ── */
@media(max-width:768px){

  /* meniu hamburger: fundal albastru blurat, scris alb îngroșat, mai compact */
  .nav-links.open{
    background:rgba(49,63,143,.75);
    -webkit-backdrop-filter:blur(26px) saturate(1.25);
    backdrop-filter:blur(26px) saturate(1.25);
    padding:.9rem 5% 1.1rem;
    gap:.35rem;
    box-shadow:0 10px 30px rgba(16,16,16,.22);
    border-bottom:1px solid rgba(255,255,255,.14);
  }
  /* bara preia exact acelasi fundal cat timp meniul e deschis */
  nav.nav-open{
    background:rgba(49,63,143,.75);
    -webkit-backdrop-filter:blur(26px) saturate(1.25);
    backdrop-filter:blur(26px) saturate(1.25);
    border-bottom:none;
    box-shadow:none;
  }
  nav.nav-open .hamburger span{ background:var(--white); }
  /* aceeasi valoare si peste sectiunile deschise la culoare */
  nav.nav-light.nav-open,
  nav.nav-light .nav-links.open{
    background:rgba(49,63,143,.75);
  }
  nav .nav-links.open a,
  nav.nav-light .nav-links.open a{
    color:var(--white);
    font-weight:700;
    font-size:.82rem;
    letter-spacing:.1em;
    padding:.5rem 0;
    border-bottom:none;
  }
  nav .nav-links.open a.active,
  nav.nav-light .nav-links.open a.active{
    color:var(--cyan);
  }
  nav .nav-links.open a.nav-cta,
  nav.nav-light .nav-links.open a.nav-cta{
    color:var(--white)!important;
  }

  /* butoanele din hero: două coloane, una lângă alta */
  .hero-btns{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:.7rem;
  }
  .hero-btns .btn-primary,
  .hero-btns .btn-ghost{
    padding:.85rem .5rem;
    font-size:.7rem;
    letter-spacing:.03em;
    line-height:1.3;
    text-align:center;
  }

  /* footer: certificările una lângă alta, mai puțin spațiu jos */
  .footer-inner{ padding-bottom:1rem; gap:1.8rem; }
  .footer-inner > div:last-child{
    display:flex;
    flex-wrap:wrap;
    gap:.6rem;
  }
  .footer-inner > div:last-child .footer-col-title,
  .footer-inner > div:last-child .footer-col-line{ flex:0 0 100%; }
  .footer-inner > div:last-child .footer-col-line{ margin-bottom:.3rem; }
  .footer-cert-item{
    flex:1 1 0;
    min-width:0;
    margin-bottom:0;
    padding:.6rem .7rem;
    font-size:.7rem;
  }
  footer{ padding:2.6rem 5% 1.2rem; }
  .footer-bottom{ padding-top:1.1rem; }
}

/* ── AJUSTĂRI 2 (sept 2026) ── */

/* două coloane care se pliază pe ecrane mici */
.two-col{
  max-width:1300px; margin:0 auto;
  display:grid; grid-template-columns:1fr 1fr;
  gap:4rem; align-items:start;
}
@media(max-width:900px){
  .two-col{ grid-template-columns:1fr; gap:2.5rem; }
}

/* footer: strat închis peste poză, ca să se citească textul */
footer{ position:relative; }
footer::before{
  content:'';
  position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(14,22,58,.80) 0%,rgba(14,22,58,.90) 100%);
  pointer-events:none;
}
.footer-inner,.footer-bottom{ position:relative; z-index:1; }

/* hero pe mobil: cifrele coboară sub butoane, pe 3 coloane */
@media(max-width:768px){
  .hero{ display:block; min-height:auto; padding-top:68px; }
  .hero-content{ padding:2.6rem 5% 1.8rem; }
  .hero-stats{
    position:relative; z-index:2;
    top:auto; bottom:auto; left:auto; right:auto;
    display:grid; grid-template-columns:repeat(3,1fr);
    background:rgba(14,22,58,.42);
  }
  .hero-stat{ padding:1.1rem .2rem; }
  .hero-stat-num{ font-size:1.85rem; }
  .hero-stat-label{ font-size:.54rem; letter-spacing:.03em; }
}
@media(max-width:480px){
  .hero-stats{ grid-template-columns:repeat(3,1fr); }
}

/* iconițe social în footer: monograme text, aliniate */
.footer-social-icon{
  font-family:'Rajdhani',sans-serif;
  font-weight:700;
  font-size:.92rem;
  letter-spacing:.02em;
}
.footer-social-icon img{ width:20px; height:20px; display:block; object-fit:contain; }
