/* ============================================================
   SOLTERRA AQUA LIMITED — Main Stylesheet
   © 2026 Solterra Aqua Limited. All rights reserved.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap');

/* ── CSS VARIABLES ── */
:root {
  --bg-primary:   #05101e;
  --bg-secondary: #091828;
  --bg-card:      #0c1d33;
  --bg-card2:     #0f2240;
  --bg-light:     #f0f5f9;
  --bg-light2:    #e4ecf3;

  --aqua:         #00b4d8;
  --aqua-light:   #48cae4;
  --aqua-dark:    #0096c7;
  --aqua-glow:    rgba(0,180,216,0.18);
  --gold:         #c9a96e;
  --gold-light:   #e8c99a;

  --white:        #ffffff;
  --text-primary: #ffffff;
  --text-sec:     #92aec4;
  --text-dark:    #1a2c3d;
  --text-muted:   #607080;
  --border:       rgba(0,180,216,0.14);
  --border-light: rgba(255,255,255,0.08);

  --shadow:       0 24px 72px rgba(0,0,0,0.38);
  --shadow-sm:    0 8px 28px rgba(0,0,0,0.22);
  --tr:           0.3s cubic-bezier(.4,0,.2,1);
  --r:            8px;
  --r-lg:         16px;
  --r-xl:         24px;

  --font-h: 'Montserrat', sans-serif;
  --font-b: 'Inter', sans-serif;
  --nav-h:  80px;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-b); background: var(--bg-primary); color: var(--text-primary); line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { border: none; cursor: pointer; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5,h6 { font-family: var(--font-h); font-weight: 700; line-height: 1.18; }
h1 { font-size: clamp(2.6rem, 6.5vw, 5.2rem); }
h2 { font-size: clamp(1.75rem, 4vw, 2.8rem); }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.55rem); }
p  { font-size: 1rem; line-height: 1.75; color: var(--text-sec); }

/* ── LAYOUT ── */
.container  { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
.section    { padding: 110px 0; }
.section--dark  { background: var(--bg-secondary); }
.section--light { background: var(--bg-light); }
.section--light p  { color: var(--text-muted); }
.section--light h2,
.section--light h3 { color: var(--text-dark); }
.section--light .section-label { color: var(--aqua-dark); }

/* ── SECTION LABELS ── */
.section-label {
  display: inline-block;
  font-size: .72rem; font-weight: 700;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--aqua); margin-bottom: 1rem;
}
.section-title  { margin-bottom: 1.25rem; }
.section-desc   { max-width: 620px; margin-bottom: 3rem; }
.text-center    { text-align: center; }
.text-center .section-desc { margin-left: auto; margin-right: auto; }
.text-aqua { color: var(--aqua); }
.text-gold  { color: var(--gold); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .9rem 2.1rem;
  font-family: var(--font-h); font-size: .8rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  border-radius: var(--r); transition: var(--tr); cursor: pointer;
}
.btn svg { flex-shrink: 0; transition: transform .2s; }
.btn:hover svg { transform: translateX(4px); }

.btn-primary  { background: var(--aqua); color: var(--white); }
.btn-primary:hover { background: var(--aqua-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,180,216,.4); }

.btn-outline  { border: 2px solid var(--aqua); color: var(--aqua); }
.btn-outline:hover { background: var(--aqua); color: var(--white); transform: translateY(-2px); }

.btn-gold     { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: var(--gold-light); color: var(--text-dark); transform: translateY(-2px); }

.btn-white    { background: var(--white); color: var(--text-dark); }
.btn-white:hover { background: var(--bg-light2); transform: translateY(-2px); }

/* ── NAVBAR ── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: background var(--tr), backdrop-filter var(--tr), box-shadow var(--tr);
}
.navbar--scrolled {
  background: rgba(5,16,30,.96);
  backdrop-filter: blur(22px);
  box-shadow: 0 4px 32px rgba(0,0,0,.35);
}
.navbar__inner {
  width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
}
/* Logo */
.navbar__logo { display: flex; align-items: center; gap: .7rem; }
.logo-icon { width: 42px; height: 42px; flex-shrink: 0; }
.logo-text-wrap { display: flex; flex-direction: column; line-height: 1.1; }
.logo-name {
  font-family: var(--font-h); font-size: 1rem; font-weight: 800;
  letter-spacing: 1px; color: var(--white);
}
.logo-ltd {
  font-family: var(--font-h); font-size: .6rem; font-weight: 500;
  letter-spacing: 4px; text-transform: uppercase; color: var(--gold);
}
/* Nav links */
.navbar__nav { display: flex; align-items: center; gap: 2.25rem; }
.navbar__nav a {
  font-family: var(--font-h); font-size: .76rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.8); transition: color var(--tr); position: relative;
}
.navbar__nav a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 2px; background: var(--aqua); transition: width var(--tr);
}
.navbar__nav a:hover, .navbar__nav a.active { color: var(--white); }
.navbar__nav a:hover::after, .navbar__nav a.active::after { width: 100%; }

.navbar__cta {
  background: var(--aqua); color: var(--white);
  padding: .6rem 1.5rem; border-radius: var(--r);
  font-family: var(--font-h); font-size: .72rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  transition: var(--tr); white-space: nowrap;
}
.navbar__cta:hover { background: var(--aqua-dark); }

/* Hamburger */
.navbar__hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 6px; background: none; border: none;
}
.navbar__hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--white); transition: var(--tr); border-radius: 2px;
}
.navbar__hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.navbar__hamburger.active span:nth-child(2) { opacity: 0; }
.navbar__hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* Mobile menu */
.navbar__mobile {
  display: none; position: fixed;
  top: var(--nav-h); left: 0; right: 0;
  background: rgba(5,14,26,.97); backdrop-filter: blur(24px);
  padding: 1.5rem 2rem 2rem; flex-direction: column; gap: .25rem;
  border-top: 1px solid var(--border);
  z-index: 999;
}
.navbar__mobile.open { display: flex; }
.navbar__mobile a {
  font-family: var(--font-h); font-size: .95rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; color: var(--text-primary);
  padding: 1rem 0; border-bottom: 1px solid var(--border);
  transition: color var(--tr);
}
.navbar__mobile a:last-child { border-bottom: none; }
.navbar__mobile a:hover { color: var(--aqua); }

/* ── HERO ── */
.hero {
  position: relative; height: 100vh; min-height: 700px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero__video-wrap {
  position: absolute; inset: 0; z-index: 0;
}
.hero__video-wrap video {
  width: 100%; height: 100%; object-fit: cover;
}
.hero__video-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  display: none;
}
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(5,16,30,.88) 0%, rgba(5,16,30,.52) 55%, rgba(0,120,180,.12) 100%);
}
.hero__content {
  position: relative; z-index: 2;
  text-align: center; max-width: 920px; padding: 0 2rem;
}
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: .75rem;
  font-size: .72rem; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: var(--aqua); margin-bottom: 1.75rem;
}
.hero__eyebrow::before,
.hero__eyebrow::after {
  content: ''; flex: none; width: 36px; height: 1px;
  background: var(--aqua); opacity: .55;
}
.hero h1 { font-weight: 900; letter-spacing: -1px; margin-bottom: 1.5rem; }
.hero h1 em { font-style: normal; color: var(--aqua); }
.hero__sub {
  font-size: 1.15rem; color: rgba(255,255,255,.8);
  max-width: 560px; margin: 0 auto 2.75rem; line-height: 1.75;
}
.hero__btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero__scroll {
  position: absolute; bottom: 2.25rem; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: .45rem;
  color: rgba(255,255,255,.45); font-size: .65rem; letter-spacing: 3px; text-transform: uppercase;
  animation: scrollBounce 2.4s infinite; cursor: pointer;
}
.hero__scroll-line {
  width: 1px; height: 38px;
  background: linear-gradient(to bottom, rgba(0,180,216,.9), transparent);
}

/* ── STATS BAR ── */
.stats-bar { background: var(--aqua-dark); padding: 60px 0; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem;
  text-align: center;
}
.stat__num {
  display: block; font-family: var(--font-h); font-size: 2.8rem;
  font-weight: 800; color: var(--white); line-height: 1; margin-bottom: .4rem;
}
.stat__lbl {
  font-size: .74rem; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(255,255,255,.8);
}

/* ── SERVICE CARDS ── */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.service-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden; transition: var(--tr);
  display: flex; flex-direction: column;
}
.service-card:hover {
  transform: translateY(-8px); border-color: var(--aqua);
  box-shadow: 0 24px 60px rgba(0,180,216,.15);
}
.service-card__img { height: 220px; overflow: hidden; }
.service-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .service-card__img img { transform: scale(1.07); }
.service-card__body { padding: 1.75rem; flex: 1; display: flex; flex-direction: column; }
.service-card__icon {
  width: 46px; height: 46px; border-radius: var(--r);
  background: var(--aqua-glow); display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem; font-size: 1.3rem;
}
.service-card__title { font-size: 1.1rem; font-weight: 700; margin-bottom: .65rem; color: var(--white); }
.service-card__text  { font-size: .9rem; color: var(--text-sec); flex: 1; }
.service-card__link {
  display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.25rem;
  font-size: .75rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: var(--aqua); transition: gap var(--tr);
}
.service-card:hover .service-card__link { gap: .75rem; }

/* ── ABOUT SPLIT ── */
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-split__media { position: relative; }
.about-split__img { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/3; }
.about-split__img img { width: 100%; height: 100%; object-fit: cover; }
.about-split__badge {
  position: absolute; bottom: -1.75rem; right: -1.75rem;
  background: var(--aqua); color: var(--white);
  border-radius: var(--r-lg); padding: 1.5rem 1.75rem;
  text-align: center; box-shadow: var(--shadow);
}
.about-split__badge strong { display: block; font-family: var(--font-h); font-size: 2.4rem; font-weight: 900; line-height: 1; }
.about-split__badge span  { font-size: .7rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; opacity: .9; }
.check-list { display: flex; flex-direction: column; gap: .85rem; margin-top: 2rem; }
.check-list li { display: flex; align-items: flex-start; gap: .85rem; font-size: .95rem; color: var(--text-sec); }
.check-list li::before {
  content: '';
  flex-shrink: 0; margin-top: 4px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--aqua-glow);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13 4L6 11 3 8' stroke='%2300b4d8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 12px;
}

/* ── GALLERY GRID ── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: 300px 300px;
  gap: 1rem;
}
.gallery-item { position: relative; overflow: hidden; border-radius: var(--r); cursor: pointer; }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item__label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(5,16,30,.85), transparent);
  padding: 1.5rem 1.25rem .85rem;
  font-family: var(--font-h); font-size: .82rem; font-weight: 600;
  color: var(--white); letter-spacing: .5px;
  opacity: 0; transition: opacity var(--tr);
}
.gallery-item:hover .gallery-item__label { opacity: 1; }

/* ── FEATURES ── */
.features-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.feature-card {
  text-align: center; padding: 2.5rem 1.75rem;
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--r-lg); transition: var(--tr);
}
.feature-card:hover { border-color: var(--aqua); transform: translateY(-5px); box-shadow: 0 16px 48px rgba(0,180,216,.12); }
.feature-card__ico {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(0,180,216,.18), rgba(0,150,200,.08));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem; font-size: 1.7rem;
}
.feature-card__title { font-size: 1.05rem; font-weight: 700; margin-bottom: .65rem; color: var(--white); }
.feature-card__text  { font-size: .88rem; color: var(--text-sec); }

/* ── VIDEO PROMO ── */
.video-promo { position: relative; height: 560px; overflow: hidden; }
.video-promo video { width: 100%; height: 100%; object-fit: cover; }
.video-promo__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(5,16,30,.82) 0%, rgba(5,16,30,.3) 100%);
  display: flex; align-items: center;
}
.video-promo__content { padding: 0 2rem; max-width: 1280px; margin: 0 auto; width: 100%; }
.video-promo__content h2 { max-width: 580px; }
.video-promo__content p  { max-width: 480px; margin: 1rem 0 2rem; color: rgba(255,255,255,.78); }

/* ── CTA SECTION ── */
.cta-section {
  background: linear-gradient(135deg, var(--aqua-dark) 0%, var(--bg-secondary) 65%);
  padding: 110px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute;
  top: -60%; left: -40%; width: 180%; height: 220%;
  background: radial-gradient(circle at center, rgba(0,180,216,.1) 0%, transparent 65%);
  pointer-events: none;
}
.cta-section > .container { position: relative; z-index: 1; }
.cta-section h2 { max-width: 680px; margin: 0 auto 1rem; }
.cta-section p  { max-width: 520px; margin: 0 auto 2.5rem; color: rgba(255,255,255,.78); }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  height: 420px; display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; padding-top: var(--nav-h);
}
.page-hero__bg { position: absolute; inset: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(5,16,30,.9), rgba(5,16,30,.55));
}
.page-hero__content { position: relative; z-index: 2; text-align: center; }
.page-hero__title { font-size: clamp(2rem,5vw,3.5rem); font-weight: 800; letter-spacing: -.5px; }
.page-hero__crumb {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  margin-top: .85rem; font-size: .82rem; color: rgba(255,255,255,.55);
}
.page-hero__crumb a { color: var(--aqua); }
.page-hero__crumb a:hover { opacity: .8; }
.page-hero__crumb .sep { opacity: .4; }

/* ── LEGAL PAGES ── */
.legal-wrap { max-width: 880px; margin: 0 auto; padding: 80px 2rem 100px; }
.legal-meta {
  background: rgba(0,180,216,.09); border-left: 3px solid var(--aqua);
  padding: 1rem 1.5rem; border-radius: 0 var(--r) var(--r) 0; margin-bottom: 2.75rem;
}
.legal-meta p { color: var(--text-sec); margin: 0; font-size: .88rem; }
.legal-toc {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 2rem; margin-bottom: 3rem;
}
.legal-toc h3 { color: var(--white); margin: 0 0 1rem; font-size: 1.05rem; }
.legal-toc ol { padding-left: 1.35rem; }
.legal-toc li { margin-bottom: .45rem; }
.legal-toc a  { color: var(--aqua); font-size: .88rem; }
.legal-toc a:hover { text-decoration: underline; }
.legal-wrap h2 { font-size: 1.5rem; margin: 2.75rem 0 .9rem; color: var(--white); border-bottom: 1px solid var(--border); padding-bottom: .6rem; }
.legal-wrap h3 { font-size: 1.1rem; margin: 1.9rem 0 .6rem; color: var(--aqua); }
.legal-wrap p  { color: var(--text-sec); margin-bottom: .9rem; }
.legal-wrap ul { margin: .75rem 0 .9rem 1.5rem; }
.legal-wrap ul li { color: var(--text-sec); margin-bottom: .45rem; list-style: disc; }
.legal-wrap a  { color: var(--aqua); }
.legal-wrap a:hover { text-decoration: underline; }
.legal-wrap strong { color: rgba(255,255,255,.9); }

/* ── CONTACTS ── */
.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: start; }
.contact-block { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 2.5rem; }
.contact-block h3 { font-size: 1.25rem; margin-bottom: 1.75rem; }
.ci { display: flex; gap: 1.25rem; margin-bottom: 1.75rem; }
.ci:last-child { margin-bottom: 0; }
.ci__icon {
  width: 48px; height: 48px; flex-shrink: 0; border-radius: var(--r);
  background: var(--aqua-glow); display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: var(--aqua);
}
.ci__lbl { font-size: .68rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--aqua); margin-bottom: .2rem; }
.ci__val { color: var(--white); font-weight: 500; font-size: .95rem; }
.ci__sub { color: var(--text-sec); font-size: .82rem; margin-top: .15rem; }
.hours-tbl { width: 100%; margin-top: .75rem; }
.hours-tbl td { padding: .4rem 0; font-size: .88rem; color: var(--text-sec); }
.hours-tbl td:first-child { color: var(--white); font-weight: 600; width: 130px; }
.status-open { display: inline-block; background: rgba(0,200,100,.15); color: #3dd68c; font-size: .68rem; padding: .15rem .6rem; border-radius: 100px; margin-left: .4rem; font-weight: 600; }
.map-wrap { border-radius: var(--r-xl); overflow: hidden; height: 460px; border: 1px solid var(--border); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ── FOOTER ── */
.footer { background: #020c18; padding: 80px 0 40px; border-top: 1px solid var(--border); }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 3rem; margin-bottom: 3.5rem;
}
.footer__brand p { color: var(--text-sec); font-size: .88rem; margin-top: 1.25rem; max-width: 290px; }
.footer__hours-block { margin-top: 1.5rem; }
.footer__hours-row { font-size: .8rem; color: var(--text-sec); margin-bottom: .3rem; }
.footer__hours-row strong { color: var(--white); }
.footer-col h4 {
  font-size: .72rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--white); margin-bottom: 1.35rem;
}
.footer-col ul li { margin-bottom: .7rem; }
.footer-col ul li a { color: var(--text-sec); font-size: .875rem; transition: color var(--tr); }
.footer-col ul li a:hover { color: var(--aqua); }
.footer-contact-item { display: flex; align-items: flex-start; gap: .7rem; margin-bottom: .85rem; color: var(--text-sec); font-size: .875rem; }
.footer-contact-item a { color: var(--text-sec); transition: color var(--tr); }
.footer-contact-item a:hover { color: var(--aqua); }
.footer-contact-icon { color: var(--aqua); flex-shrink: 0; font-size: 1rem; margin-top: 1px; }
.footer__bottom {
  border-top: 1px solid var(--border); padding-top: 2rem;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
}
.footer__copy { color: var(--text-sec); font-size: .78rem; }
.footer__legal-links { display: flex; gap: 1.75rem; }
.footer__legal-links a { color: var(--text-sec); font-size: .78rem; transition: color var(--tr); }
.footer__legal-links a:hover { color: var(--aqua); }

/* ── COOKIE BANNER ── */
.cookie-banner {
  position: fixed; bottom: 1.75rem; left: 1.75rem;
  max-width: 460px; z-index: 9999;
  background: var(--bg-card2); border: 1px solid var(--border);
  border-radius: var(--r-xl); padding: 1.75rem;
  box-shadow: var(--shadow); display: none;
}
.cookie-banner.show { display: block; animation: fadeInUp .4s ease; }
.cookie-banner h4 { color: var(--white); margin-bottom: .65rem; font-size: 1rem; }
.cookie-banner p  { font-size: .84rem; color: var(--text-sec); margin-bottom: 1.25rem; }
.cookie-banner a  { color: var(--aqua); }
.cookie-actions   { display: flex; gap: .75rem; flex-wrap: wrap; }

/* ── ANIMATIONS ── */
@keyframes fadeInUp   { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scrollBounce { 0%,100% { transform: translateX(-50%) translateY(0); } 55% { transform: translateX(-50%) translateY(9px); } }

[data-aos] { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
[data-aos].aos-visible { opacity: 1; transform: translateY(0); }
[data-aos][data-delay="1"] { transition-delay: .1s; }
[data-aos][data-delay="2"] { transition-delay: .2s; }
[data-aos][data-delay="3"] { transition-delay: .3s; }
[data-aos][data-delay="4"] { transition-delay: .4s; }
[data-aos][data-delay="5"] { transition-delay: .5s; }

/* ── DIVIDER ── */
.divider { width: 60px; height: 3px; background: linear-gradient(to right, var(--aqua), var(--aqua-light)); border-radius: 2px; margin: 1.25rem 0 1.75rem; }
.text-center .divider { margin-left: auto; margin-right: auto; }

/* ── COVERAGE BAND ── */
.coverage-band { background: var(--bg-card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 48px 0; }
.coverage-inner { display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
.coverage-label { font-family: var(--font-h); font-size: .72rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--aqua); white-space: nowrap; }
.coverage-countries { display: flex; flex-wrap: wrap; gap: .6rem; }
.country-tag { font-size: .76rem; padding: .3rem .85rem; border-radius: 100px; background: rgba(0,180,216,.1); color: rgba(255,255,255,.75); border: 1px solid rgba(0,180,216,.18); }

/* ── SERVICES DETAIL (services page) ── */
.service-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.service-detail--rev { direction: rtl; }
.service-detail--rev > * { direction: ltr; }
.service-detail__img { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 3/2; }
.service-detail__img img { width: 100%; height: 100%; object-fit: cover; }
.service-detail__tag {
  display: inline-block; background: var(--aqua-glow); color: var(--aqua);
  font-size: .68rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  padding: .35rem .85rem; border-radius: 100px; margin-bottom: 1rem;
}
.service-detail h3 { margin-bottom: 1rem; color: var(--white); }
.service-detail p   { color: var(--text-sec); margin-bottom: 1.25rem; }
.sd-list li { display: flex; align-items: flex-start; gap: .7rem; color: var(--text-sec); font-size: .9rem; margin-bottom: .55rem; }
.sd-list li::before { content: '▸'; color: var(--aqua); flex-shrink: 0; margin-top: 1px; }

/* ── VALUES GRID (about page) ── */
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.value-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 2.25rem; transition: var(--tr); }
.value-card:hover { border-color: var(--aqua); transform: translateY(-4px); }
.value-card__num { font-family: var(--font-h); font-size: 3rem; font-weight: 900; color: var(--aqua-glow); line-height: 1; margin-bottom: .75rem; background: linear-gradient(135deg,var(--aqua),var(--aqua-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.value-card h4 { font-size: 1.1rem; margin-bottom: .65rem; color: var(--white); }
.value-card p  { font-size: .88rem; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
  .service-detail { gap: 3rem; }
}

@media (max-width: 900px) {
  .services-grid       { grid-template-columns: repeat(2,1fr); }
  .about-split         { grid-template-columns: 1fr; gap: 3rem; }
  .about-split__badge  { display: none; }
  .contact-split       { grid-template-columns: 1fr; }
  .values-grid         { grid-template-columns: repeat(2,1fr); }
  .service-detail,
  .service-detail--rev { grid-template-columns: 1fr; direction: ltr; gap: 2.5rem; }
  .stats-grid          { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .navbar__nav, .navbar__cta { display: none; }
  .navbar__hamburger { display: flex; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px 200px; }
  .gallery-item:first-child { grid-column: 1/3; grid-row: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .coverage-inner { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
  .hero__btns { flex-direction: column; align-items: center; }
}

@media (max-width: 540px) {
  .container { padding: 0 1.25rem; }
  .services-grid  { grid-template-columns: 1fr; }
  .features-grid  { grid-template-columns: 1fr; }
  .values-grid    { grid-template-columns: 1fr; }
  .gallery-grid   { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-item:first-child { grid-column: 1; grid-row: 1; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .cta-btns { flex-direction: column; align-items: center; }
}

/* ── DROPDOWN NAV ── */
.navbar__dropdown { position: relative; }
.navbar__dropdown-toggle { display: flex !important; align-items: center; gap: .28rem; cursor: default; }
.navbar__dd-arrow { flex-shrink: 0; transition: transform .22s; }
.navbar__dropdown:hover .navbar__dd-arrow,
.navbar__dropdown.open .navbar__dd-arrow { transform: rotate(180deg); }
.navbar__dropdown-menu {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: rgba(4,12,24,.97); backdrop-filter: blur(26px);
  border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 1.1rem .55rem .55rem; min-width: 230px; z-index: 200;
  opacity: 0; visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  pointer-events: none;
}
.navbar__dropdown:hover .navbar__dropdown-menu,
.navbar__dropdown.open .navbar__dropdown-menu {
  opacity: 1; visibility: visible;
  transform: translateX(-50%) translateY(0); pointer-events: auto;
}
.navbar__dropdown-menu a {
  display: flex !important; align-items: center; gap: .6rem;
  padding: .65rem .9rem; border-radius: calc(var(--r) - 2px);
  font-size: .73rem !important; font-weight: 600 !important; letter-spacing: 1.5px;
  color: var(--text-sec) !important; transition: color .15s, background .15s;
}
.navbar__dropdown-menu a::after { display: none !important; }
.navbar__dropdown-menu a:hover { color: var(--white) !important; background: var(--aqua-glow); }
.navbar__mobile .mob-sub {
  padding-left: 2rem !important; font-size: .78rem !important; letter-spacing: 1.5px;
  color: var(--text-sec) !important; border-bottom-style: dashed !important; opacity: .85;
}
.navbar__mobile .mob-sub:hover { color: var(--aqua) !important; opacity: 1; }

/* ── CONTACT FORM ── */
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: .45rem; }
.form-group label {
  font-size: .72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--text-sec);
}
.form-group input:not([type="checkbox"]),
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,.04); border: 1px solid var(--border);
  border-radius: var(--r); padding: .85rem 1rem;
  color: var(--white); font-size: .95rem; font-family: var(--font-b);
  transition: border-color var(--tr), background var(--tr);
  -webkit-appearance: none;
}
.form-group input:not([type="checkbox"]):focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--aqua); background: rgba(0,180,216,.04); }
.form-group input:not([type="checkbox"])::placeholder,
.form-group textarea::placeholder { color: var(--text-sec); opacity: .55; }
.form-group select option { background: #0a1628; color: var(--white); }
.form-group textarea { resize: vertical; min-height: 130px; line-height: 1.6; }
.form-gdpr { display: flex; gap: .75rem; align-items: flex-start; }
.form-gdpr input[type="checkbox"] { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; accent-color: var(--aqua); cursor: pointer; }
.form-gdpr label { font-size: .84rem; color: var(--text-sec); cursor: pointer; text-transform: none; letter-spacing: 0; font-weight: 400; }
.form-gdpr label a { color: var(--aqua); }
/* ── FORM VALIDATION ── */
.field-error {
  font-size: .72rem; color: #f87171; margin-top: -.5rem;
  display: none;
}
.form-group.has-error input:not([type="checkbox"]),
.form-group.has-error select,
.form-group.has-error textarea {
  border-color: #f87171;
}
.form-group.has-error .field-error { display: block; }
.form-gdpr.has-error label { color: #f87171; }

/* ── THANK YOU MODAL ── */
.ty-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.65); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.ty-overlay.open { opacity: 1; visibility: visible; }
.ty-modal {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--r-xl); padding: 2.5rem 2rem;
  max-width: 400px; width: 90%; text-align: center;
  position: relative;
  transform: translateY(20px); transition: transform .25s ease;
}
.ty-overlay.open .ty-modal { transform: translateY(0); }
.ty-close {
  position: absolute; top: 1rem; right: 1rem;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,.08); color: var(--white);
  font-size: 1.2rem; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.ty-close:hover { background: rgba(255,255,255,.18); }
.ty-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(0,200,120,.15); border: 2px solid rgba(0,200,120,.4);
  color: #3dd68c; font-size: 1.8rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
}
.ty-modal h3 { font-size: 1.4rem; margin-bottom: .75rem; color: var(--white); }
.ty-modal p { color: var(--text-sec); font-size: .92rem; line-height: 1.65; margin-bottom: 1.5rem; }
.ty-btn { margin: 0 auto; }

@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }

/* ── GALLERY PAGE ── */
.gallery-filter {
  display: flex; flex-wrap: wrap; gap: .65rem; justify-content: center; margin-bottom: 3rem;
}
.filter-btn {
  padding: .5rem 1.25rem; border-radius: 100px;
  background: var(--bg-card); border: 1px solid var(--border);
  font-family: var(--font-h); font-size: .72rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-sec);
  cursor: pointer; transition: var(--tr);
}
.filter-btn:hover, .filter-btn.active { background: var(--aqua); border-color: var(--aqua); color: var(--white); }
.gallery-full {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.gal-card {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 4/3; cursor: pointer; background: var(--bg-card);
  transition: transform var(--tr), box-shadow var(--tr);
}
.gal-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,180,216,.18); }
.gal-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gal-card:hover img { transform: scale(1.07); }
.gal-card__overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(5,16,30,.92) 0%, transparent 100%);
  padding: 1.25rem .85rem .75rem;
  transform: translateY(4px); transition: transform var(--tr);
}
.gal-card:hover .gal-card__overlay { transform: translateY(0); }
.gal-card__cat {
  font-size: .63rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--aqua); margin-bottom: .2rem;
}
.gal-card__title { font-family: var(--font-h); font-size: .82rem; font-weight: 700; color: var(--white); }
@media (max-width: 1100px) { .gallery-full { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 768px)  { .gallery-full { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px)  { .gallery-full { grid-template-columns: 1fr; } }

/* ── DIRECTOR CARD ── */
.director-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 3.5rem;
  align-items: start;
  margin-top: 3rem;
  background: rgba(255,255,255,.025);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 2.5rem;
}
.director-card__photo {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--bg-card);
}
.director-card__photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  display: block;
}
.director-card__name {
  font-family: var(--font-h);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: .5px;
}
.director-card__title {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--aqua);
  margin-top: .3rem;
}
.director-card__bio p {
  color: var(--text-sec);
  line-height: 1.8;
  margin-bottom: .9rem;
}
.director-card__bio p strong { color: var(--white); }
.director-card__stats {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.director-card__stat { display: flex; flex-direction: column; gap: .2rem; }
.stat-num {
  font-family: var(--font-h);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--aqua);
  line-height: 1;
}
.stat-lbl {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-sec);
}
@media (max-width: 900px) {
  .director-card {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.75rem;
  }
  .director-card__photo {
    aspect-ratio: 4/3;
    max-height: 320px;
  }
}
@media (max-width: 540px) {
  .director-card__stats { gap: 1.2rem; }
  .stat-num { font-size: 1.3rem; }
}

/* ── CUSTOM GDPR CHECKBOX ── */
.form-gdpr input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px; height: 20px; min-width: 20px;
  border: 2px solid var(--aqua);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: background .18s, border-color .18s;
  margin-top: 1px;
}
.form-gdpr input[type="checkbox"]:hover {
  border-color: var(--aqua-light);
  background: rgba(0,180,216,.08);
}
.form-gdpr input[type="checkbox"]:checked {
  background: var(--aqua);
  border-color: var(--aqua);
}
.form-gdpr input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 1px; left: 5px;
  width: 6px; height: 11px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.form-gdpr.has-error input[type="checkbox"] {
  border-color: #f87171;
}
