/* ============================================================
   AMA Tennis - Académie de Tennis Ménard et associés
   Design: Prestige Academy Heritage
   Palette: Rouge #acd0e5, Noir Charbon #1A1A2E, Gris #F5F7FA
   Typo: Bebas Neue (titres), Montserrat (corps)
   ============================================================ */

/* ── Reset & Base ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  color: #1A1A2E;
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; transition: color .3s; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 640px) { .container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }

/* ── Typography ── */
.font-bebas { font-family: 'Bebas Neue', sans-serif; }
.font-mont { font-family: 'Montserrat', sans-serif; }

/* ── Utility ── */
.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }
.tracking-wide { letter-spacing: 0.05em; }
.tracking-wider { letter-spacing: 0.1em; }
.tracking-widest { letter-spacing: 0.2em; }
.relative { position: relative; }
.overflow-hidden { overflow: hidden; }

/* ── Animations ── */
.fade-up { opacity: 0; transform: translateY(40px); transition: opacity 1s ease, transform 1s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-left { opacity: 0; transform: translateX(-40px); transition: opacity 1s ease, transform 1s ease; }
.fade-left.visible { opacity: 1; transform: translateX(0); }
.fade-right { opacity: 0; transform: translateX(40px); transition: opacity 1s ease, transform 1s ease; }
.fade-right.visible { opacity: 1; transform: translateX(0); }

/* ── Navbar ── */
.navbar {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
  transition: all .5s ease; padding: 1rem 0;
}
.navbar.scrolled { background: rgba(255,255,255,.95); backdrop-filter: blur(12px); box-shadow: 0 4px 30px rgba(0,0,0,.08); padding: .5rem 0; }
.navbar .nav-inner { display: flex; align-items: center; justify-content: space-between; }
.navbar .logo img { height: 56px; object-fit: contain; transition: transform .3s; }
.navbar .logo img:hover { transform: scale(1.05); }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a {
  font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  position: relative; transition: color .3s;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px;
  background: #acd0e5; transition: width .3s;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a.active { color: #acd0e5 !important; }
/* Default: white text on transparent */
.navbar:not(.scrolled) .nav-links a { color: #fff; }
.navbar.scrolled .nav-links a { color: #1A1A2E; }
/* Pages with solid navbar */
.navbar.solid { background: rgba(255,255,255,.95); backdrop-filter: blur(12px); box-shadow: 0 4px 30px rgba(0,0,0,.08); padding: .5rem 0; }
.navbar.solid .nav-links a { color: #1A1A2E; }

.btn-cta {
  display: inline-block; padding: .65rem 1.5rem; background: #acd0e5; color: #fff !important;
  font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  transition: all .3s; border: none; cursor: pointer;
}
.btn-cta:hover { background: #a30000; box-shadow: 0 8px 25px rgba(204,0,0,.25); }

/* Mobile nav */
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: .5rem; }
.mobile-toggle span { display: block; width: 28px; height: 2px; margin: 6px 0; transition: all .3s; }
.navbar:not(.scrolled) .mobile-toggle span { background: #fff; }
.navbar.scrolled .mobile-toggle span, .navbar.solid .mobile-toggle span { background: #1A1A2E; }
.mobile-menu {
  display: none; position: absolute; top: 100%; left: 0; width: 100%;
  background: #fff; box-shadow: 0 10px 40px rgba(0,0,0,.1);
  max-height: 0; overflow: hidden; transition: max-height .5s ease;
}
.mobile-menu.open { max-height: 500px; }
.mobile-menu a {
  display: block; padding: .75rem 1.5rem; color: #1A1A2E; font-size: .9rem;
  font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0; transition: color .3s;
}
.mobile-menu a:hover { color: #acd0e5; }

@media (max-width: 1023px) {
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  .mobile-menu { display: block; }
}

/* ── Hero Section ── */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  justify-content: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  background-repeat: no-repeat;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(26,26,46,.8), rgba(26,26,46,.6), rgba(26,26,46,.9));
}
.hero-red-line {
  position: absolute; left: 2rem; top: 25%; bottom: 25%; width: 3px; background: #acd0e5;
}
.hero-content { position: relative; z-index: 10; text-align: center; padding: 0 1rem; }
.hero-content .subtitle {
  color: rgba(255,255,255,.8); font-size: .85rem; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase; margin-bottom: 1rem;
}
.hero-content h1 {
  font-family: 'Bebas Neue', sans-serif; color: #fff;
  font-size: clamp(3.5rem, 10vw, 9rem); line-height: .95; letter-spacing: .04em; margin-bottom: 1.5rem;
}
.hero-content h1 span { color: #acd0e5; }
.hero-content .desc {
  color: rgba(255,255,255,.7); font-size: 1rem; max-width: 560px; margin: 0 auto 2.5rem;
  font-weight: 300; line-height: 1.7;
}
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-hero-primary {
  padding: 1rem 2.5rem; background: #acd0e5; color: #fff; font-weight: 700;
  font-size: .85rem; letter-spacing: .2em; text-transform: uppercase; transition: all .3s;
}
.btn-hero-primary:hover { background: #a30000; box-shadow: 0 12px 30px rgba(204,0,0,.3); }
.btn-hero-outline {
  padding: 1rem 2.5rem; border: 2px solid rgba(255,255,255,.4); color: #fff;
  font-weight: 700; font-size: .85rem; letter-spacing: .2em; text-transform: uppercase; transition: all .3s;
}
.btn-hero-outline:hover { background: rgba(255,255,255,.1); }
.scroll-indicator {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 10;
}
.scroll-indicator .mouse {
  width: 24px; height: 40px; border: 2px solid rgba(255,255,255,.4); border-radius: 999px;
  display: flex; justify-content: center;
}
.scroll-indicator .wheel {
  width: 5px; height: 10px; background: rgba(255,255,255,.6); border-radius: 999px;
  margin-top: 8px; animation: scrollBounce 2s infinite;
}
@keyframes scrollBounce { 0%,100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(8px); opacity: .3; } }

/* ── Page Hero (inner pages) ── */
.page-hero {
  position: relative; height: 50vh; min-height: 380px; display: flex;
  align-items: center; justify-content: center; overflow: hidden;
}
.page-hero .hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero .hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(26,26,46,.8), rgba(26,26,46,.7), rgba(26,26,46,.9)); }
.page-hero-content { position: relative; z-index: 10; text-align: center; padding: 0 1rem; }
.breadcrumb { display: flex; align-items: center; justify-content: center; gap: .5rem; margin-bottom: 1.5rem; font-size: .85rem; }
.breadcrumb a { color: rgba(255,255,255,.6); letter-spacing: .12em; text-transform: uppercase; transition: color .3s; }
.breadcrumb a:hover { color: #acd0e5; }
.breadcrumb .sep { color: rgba(255,255,255,.3); }
.breadcrumb .current { color: #fff; letter-spacing: .12em; text-transform: uppercase; }
.page-hero h1 {
  font-family: 'Bebas Neue', sans-serif; color: #fff;
  font-size: clamp(3rem, 8vw, 7rem); line-height: 1; letter-spacing: .04em;
}
.page-hero .page-subtitle { color: rgba(255,255,255,.6); font-size: 1rem; max-width: 560px; margin: 1rem auto 0; font-weight: 300; }

/* ── Red Line Accent ── */
.red-line { width: 64px; height: 3px; background: #acd0e5; }
.red-line-sm { width: 40px; height: 3px; background: #acd0e5; }
.red-line-center { margin-left: auto; margin-right: auto; }

/* ── Section Spacing ── */
.section { padding: 6rem 0; }
@media (min-width: 768px) { .section { padding: 8rem 0; } }
.section-light { background: #fff; }
.section-gray { background: #F5F7FA; }
.section-dark { background: #1A1A2E; color: #fff; }

/* ── About Section ── */
.about-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.about-text h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 5vw, 4rem); color: #1A1A2E; letter-spacing: .04em; margin-bottom: 2rem; }
.about-text p { color: rgba(26,26,46,.8); line-height: 1.8; margin-bottom: 1.25rem; }
.about-text strong { color: #1A1A2E; font-weight: 600; }
.about-image-wrap { position: relative; }
.about-image-frame { position: absolute; top: -16px; right: -16px; width: 100%; height: 100%; border: 2px solid #acd0e5; z-index: 0; }
.about-image-wrap img { position: relative; z-index: 1; width: 100%; height: 500px; object-fit: cover; }
@media (min-width: 1024px) { .about-image-wrap img { height: 600px; } }
.about-badge {
  position: absolute; bottom: 1.5rem; left: 1.5rem; z-index: 2;
  background: #acd0e5; color: #fff; padding: 1rem 1.5rem;
}
.about-badge .big { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; font-weight: 700; }
.about-badge .small { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }

.btn-dark {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .9rem 2rem; background: #1A1A2E; color: #fff;
  font-size: .8rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; transition: all .3s;
}
.btn-dark:hover { background: #acd0e5; }
.btn-red {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .9rem 2rem; background: #acd0e5; color: #fff;
  font-size: .8rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; transition: all .3s;
}
.btn-red:hover { background: #a30000; box-shadow: 0 8px 25px rgba(204,0,0,.2); }
.btn-white {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: 1rem 2.5rem; background: #fff; color: #acd0e5;
  font-size: .85rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; transition: all .3s;
}
.btn-white:hover { background: #1A1A2E; color: #fff; }

/* ── Logos Bar ── */
.logos-bar { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2rem; margin-top: 5rem; }
@media (min-width: 768px) { .logos-bar { gap: 4rem; } }
.logos-bar img { height: 64px; object-fit: contain; filter: grayscale(1); transition: filter .3s; }
.logos-bar img:hover { filter: grayscale(0); }
@media (min-width: 768px) { .logos-bar img { height: 80px; } }

/* ── Services Cards ── */
.services-header { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 4rem; }
@media (min-width: 768px) { .services-header { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.services-header h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 5vw, 4rem); color: #1A1A2E; letter-spacing: .04em; }
.link-arrow { display: inline-flex; align-items: center; gap: .5rem; color: #acd0e5; font-weight: 600; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; transition: gap .3s; }
.link-arrow:hover { gap: .75rem; }

.services-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.service-card { background: #fff; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,.06); transition: box-shadow .5s; }
.service-card:hover { box-shadow: 0 20px 60px rgba(0,0,0,.12); }
.service-card-img { position: relative; height: 224px; overflow: hidden; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.service-card:hover .service-card-img img { transform: scale(1.1); }
.service-card-img .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,26,46,.6), transparent); }
.service-card-img h3 {
  position: absolute; bottom: 1rem; left: 1.5rem; color: #fff;
  font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: .04em;
}
.service-card-body { padding: 1.5rem; }
.service-card-body p { color: rgba(26,26,46,.7); font-size: .9rem; line-height: 1.7; margin-bottom: 1.5rem; }
.service-list { margin-bottom: 1.5rem; }
.service-list li { display: flex; align-items: flex-start; gap: .75rem; color: rgba(26,26,46,.8); font-size: .85rem; margin-bottom: .75rem; }
.service-list .dot { width: 8px; height: 8px; background: #acd0e5; border-radius: 50%; margin-top: 6px; flex-shrink: 0; }
.btn-outline-dark {
  display: inline-block; padding: .6rem 1.5rem; border: 2px solid #1A1A2E; color: #1A1A2E;
  font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transition: all .3s;
}
.btn-outline-dark:hover { background: #1A1A2E; color: #fff; }

/* ── Services Detail (alternating) ── */
.service-detail { display: grid; grid-template-columns: 1fr; gap: 0; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,.08); }
@media (min-width: 1024px) { .service-detail { grid-template-columns: 1fr 1fr; } }
.service-detail + .service-detail { margin-top: 4rem; }
.service-detail-img { position: relative; height: 280px; overflow: hidden; }
@media (min-width: 1024px) { .service-detail-img { height: 450px; } }
.service-detail-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.service-detail:hover .service-detail-img img { transform: scale(1.05); }
.service-detail-img .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,26,46,.4), transparent); }
.service-detail-content { display: flex; flex-direction: column; justify-content: center; padding: 2rem; }
@media (min-width: 1024px) { .service-detail-content { padding: 3.5rem; } }
.service-detail-content h3 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem, 4vw, 3rem); color: #1A1A2E; letter-spacing: .04em; margin-bottom: 1rem; }
.service-detail-content p { color: rgba(26,26,46,.7); font-size: .95rem; line-height: 1.7; margin-bottom: 1.5rem; }
.service-detail.reverse .service-detail-img { order: 2; }
.service-detail.reverse .service-detail-content { order: 1; }
@media (max-width: 1023px) {
  .service-detail.reverse .service-detail-img { order: 0; }
  .service-detail.reverse .service-detail-content { order: 0; }
}
.service-detail.bg-alt { background: #F5F7FA; }

/* ── Advantages ── */
.advantages-bg {
  position: relative; background-size: cover; background-position: center; background-attachment: fixed;
}
.advantages-overlay { position: absolute; inset: 0; background: rgba(26,26,46,.9); }
.advantages-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .advantages-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; } }
@media (min-width: 1024px) { .advantages-grid { gap: 3rem; } }
.advantage-card {
  position: relative; padding: 2rem 2.5rem; border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05); backdrop-filter: blur(4px); transition: background .5s;
}
.advantage-card:hover { background: rgba(255,255,255,.1); }
.advantage-number {
  position: absolute; top: .5rem; right: 1rem; font-family: 'Bebas Neue', sans-serif;
  font-size: 7.5rem; line-height: 1; color: rgba(255,255,255,.05); user-select: none;
}
.advantage-icon {
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(204,0,0,.5); margin-bottom: 1.5rem; transition: background .3s;
}
.advantage-card:hover .advantage-icon { background: rgba(204,0,0,.2); }
.advantage-icon svg { width: 28px; height: 28px; stroke: #acd0e5; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.advantage-card h3 { font-family: 'Bebas Neue', sans-serif; color: #fff; font-size: 1.5rem; letter-spacing: .04em; margin-bottom: .75rem; }
@media (min-width: 768px) { .advantage-card h3 { font-size: 1.8rem; } }
.advantage-card p { color: rgba(255,255,255,.6); font-size: .85rem; line-height: 1.7; }

/* ── Team ── */
.team-header h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 5vw, 4rem); color: #1A1A2E; letter-spacing: .04em; }
.team-header .sub { color: rgba(26,26,46,.5); font-size: 1rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 300; }
.team-list { box-shadow: 0 10px 40px rgba(0,0,0,.08); }
.coach-card { display: grid; grid-template-columns: 1fr; gap: 0; overflow: hidden; }
@media (min-width: 768px) { .coach-card { grid-template-columns: 1fr 1fr; } }
.coach-card:nth-child(even) { background: #F5F7FA; }
.coach-card:nth-child(odd) { background: #fff; }
.coach-img { position: relative; height: 320px; overflow: hidden; }
@media (min-width: 768px) { .coach-img { height: 420px; } }
.coach-img img { width: 100%; height: 100%; object-fit: contain; object-position: center; background-color: #333; transition: transform .7s; }
.coach-card:hover .coach-img img { transform: scale(1.05); }
.coach-img .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,26,46,.3), transparent); }
.coach-info { display: flex; flex-direction: column; justify-content: center; padding: 2rem; }
@media (min-width: 1024px) { .coach-info { padding: 3rem; } }
.coach-info h3 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem, 3vw, 2.5rem); color: #1A1A2E; letter-spacing: .04em; margin-bottom: .75rem; }
.coach-info .role { color: #acd0e5; font-weight: 600; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 1rem; }
.coach-info .quals { color: rgba(26,26,46,.6); font-size: .85rem; line-height: 1.7; }
/* Alternate image side */
@media (min-width: 768px) {
  .coach-card:nth-child(even) .coach-img { order: 2; }
  .coach-card:nth-child(even) .coach-info { order: 1; }
}

/* ── Quick Links (Home) ── */
.quick-links { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .quick-links { grid-template-columns: 1fr 1fr; } }
.quick-link {
  position: relative; height: 320px; overflow: hidden; display: flex; align-items: flex-end;
  padding: 2rem; transition: transform .3s;
}
@media (min-width: 1024px) { .quick-link { padding: 3rem; } }
.quick-link:hover { transform: translateY(-4px); }
.quick-link-bg { position: absolute; inset: 0; background-size: cover; background-position: center top; transition: transform .7s; }
.quick-link:hover .quick-link-bg { transform: scale(1.1); }
.quick-link .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,26,46,.9), rgba(26,26,46,.4), transparent); }
.quick-link-content { position: relative; z-index: 2; }
.quick-link-icon {
  width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
  border: 1px solid #acd0e5; margin-bottom: 1rem;
}
.quick-link-icon svg { width: 24px; height: 24px; stroke: #acd0e5; fill: none; stroke-width: 2; }
.quick-link h3 { font-family: 'Bebas Neue', sans-serif; color: #fff; font-size: 2.5rem; letter-spacing: .04em; margin-bottom: .5rem; }
.quick-link p { color: rgba(255,255,255,.6); font-size: .85rem; margin-bottom: 1rem; }

/* ── CTA Section ── */
.cta-section { position: relative; padding: 5rem 0; background: #acd0e5; overflow: hidden; }
@media (min-width: 768px) { .cta-section { padding: 7rem 0; } }
.cta-pattern {
  position: absolute; inset: 0; opacity: .1;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}
.cta-section h2 { font-family: 'Bebas Neue', sans-serif; color: #fff; font-size: clamp(2.5rem, 5vw, 4rem); letter-spacing: .04em; margin-bottom: 1.5rem; }
.cta-section p { color: rgba(255,255,255,.8); font-size: 1rem; max-width: 560px; margin: 0 auto 2.5rem; font-weight: 300; line-height: 1.7; }

/* ── Partners ── */
.partners-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
@media (min-width: 768px) { .partners-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .partners-grid { grid-template-columns: repeat(4, 1fr); } }
.partner-card {
  background: #F5F7FA; padding: 2rem; display: flex; flex-direction: column;
  align-items: center; justify-content: center; height: 192px; transition: all .5s;
}
.partner-card:hover { box-shadow: 0 10px 40px rgba(0,0,0,.1); background: #fff; }
.partner-card img { max-height: 80px; max-width: 160px; object-fit: contain; filter: grayscale(1); transition: filter .5s; }
.partner-card:hover img { filter: grayscale(0); }
.partner-card .name { margin-top: 1rem; color: rgba(26,26,46,.4); font-size: .7rem; text-align: center; letter-spacing: .1em; text-transform: uppercase; transition: color .3s; }
.partner-card:hover .name { color: rgba(26,26,46,.7); }

/* ── Contact ── */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 4rem; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.contact-info h2 { font-family: 'Bebas Neue', sans-serif; color: #fff; font-size: clamp(2.5rem, 5vw, 4rem); letter-spacing: .04em; margin-bottom: 1.5rem; }
.contact-info > p { color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 2.5rem; }
.contact-item { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.contact-icon {
  width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.2); flex-shrink: 0;
}
.contact-icon svg { width: 20px; height: 20px; stroke: #acd0e5; fill: none; stroke-width: 2; }
.contact-item .label { color: rgba(255,255,255,.4); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.contact-item .value { color: #fff; }
.contact-item a.value:hover { color: #acd0e5; }
.social-label { color: rgba(255,255,255,.4); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 1rem; }
.social-links { display: flex; gap: 1rem; }
.social-link {
  width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.6); transition: all .3s;
}
.social-link:hover { background: #acd0e5; border-color: #acd0e5; color: #fff; }
.social-link svg { width: 20px; height: 20px; fill: currentColor; }

/* ── Contact Form ── */
.contact-form label { display: block; color: rgba(255,255,255,.4); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; margin-bottom: .5rem; }
.contact-form input, .contact-form textarea {
  width: 100%; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.15);
  color: #fff; padding: 1rem 1.25rem; font-size: .9rem; font-family: 'Montserrat', sans-serif;
  transition: border-color .3s; outline: none; margin-bottom: 1.5rem;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.3); }
.contact-form input:focus, .contact-form textarea:focus { border-color: #acd0e5; }
.contact-form textarea { resize: none; min-height: 140px; }
.contact-form .btn-submit {
  width: 100%; padding: 1rem; background: #acd0e5; color: #fff; border: none; cursor: pointer;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .85rem;
  letter-spacing: .2em; text-transform: uppercase; transition: all .3s;
}
.contact-form .btn-submit:hover { background: #a30000; box-shadow: 0 12px 30px rgba(204,0,0,.3); }

/* ── Locations ── */
.locations-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .locations-grid { grid-template-columns: repeat(3, 1fr); } }
.location-card {
  background: #fff; padding: 2rem; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,.06);
  transition: box-shadow .3s;
}
.location-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,.1); }
.location-icon {
  width: 48px; height: 48px; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(204,0,0,.3);
}
.location-icon svg { width: 20px; height: 20px; stroke: #acd0e5; fill: none; stroke-width: 2; }
.location-card h4 { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: .04em; color: #1A1A2E; margin-bottom: .5rem; }
.location-card p { color: rgba(26,26,46,.6); font-size: .85rem; }

/* ── Values ── */
.values-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 640px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .values-grid { grid-template-columns: repeat(4, 1fr); } }
.value-card { background: #fff; padding: 2rem; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,.06); transition: box-shadow .5s; }
.value-card:hover { box-shadow: 0 10px 40px rgba(0,0,0,.1); }
.value-icon {
  width: 64px; height: 64px; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(204,0,0,.3);
}
.value-icon svg { width: 28px; height: 28px; stroke: #acd0e5; fill: none; stroke-width: 2; }
.value-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; color: #1A1A2E; letter-spacing: .04em; margin-bottom: .75rem; }
.value-card p { color: rgba(26,26,46,.6); font-size: .85rem; line-height: 1.7; }

/* ── Stats ── */
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
@media (min-width: 1024px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
.stat-item { text-align: center; }
.stat-item .number { font-family: 'Bebas Neue', sans-serif; color: #acd0e5; font-size: clamp(3rem, 6vw, 5rem); font-weight: 700; margin-bottom: .5rem; }
.stat-item .label { color: rgba(255,255,255,.6); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }

/* ── Footer ── */
.footer { background: #0D0D1A; padding: 3rem 0; }
.footer-inner { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 768px) { .footer-inner { grid-template-columns: 1fr 1fr 1fr; } }
.footer-logo img { height: 48px; object-fit: contain; background: white; padding: 5px; border-radius: 5px; opacity: .8; transition: opacity .3s; }
.footer-logo img:hover { opacity: 1; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; }
.footer-links a { color: rgba(255,255,255,.5); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; transition: color .3s; }
.footer-links a:hover { color: #acd0e5; }
.footer-social { display: flex; gap: 1rem; justify-content: flex-end; }
@media (max-width: 767px) { .footer-social { justify-content: flex-start; } }
.footer-social a {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.4); transition: all .3s;
}
.footer-social a:hover { background: #acd0e5; border-color: #acd0e5; color: #fff; }
.footer-social svg { width: 16px; height: 16px; fill: currentColor; }
.footer-bottom {
  margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-direction: column; gap: 1rem; align-items: center;
}
@media (min-width: 768px) { .footer-bottom { flex-direction: row; justify-content: space-between; } }
.footer-bottom p { color: rgba(255,255,255,.3); font-size: .75rem; }
.footer-bottom a { color: rgba(255,255,255,.3); transition: color .3s; }
.footer-bottom a:hover { color: #acd0e5; }

/* ── Background texture ── */
.bg-texture {
  position: absolute; inset: 0; opacity: .05; background-size: cover; background-position: center;
  pointer-events: none;
}
.bg-pattern {
  position: absolute; inset: 0; opacity: .02; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231A1A2E' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* ── Toast notification ── */
.toast {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 9999;
  background: #1A1A2E; color: #fff; padding: 1rem 2rem; font-size: .9rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.2); transform: translateY(100px); opacity: 0;
  transition: all .4s ease;
}
.toast.show { transform: translateY(0); opacity: 1; }
.toast.success { border-left: 4px solid #22c55e; }

/* ── Delay classes for staggered animations ── */
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }
.delay-5 { transition-delay: .5s; }
.delay-6 { transition-delay: .6s; }
.delay-7 { transition-delay: .7s; }




/* Lang Switch */
.nav-links .lang-switch { display: flex; align-items: center; gap: 1rem; margin-left: 1rem; }
.mobile-menu .lang-switch { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 1rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu .lang-switch a { color: #1A1A2E !important; } .nav-links .lang-switch a { color: #fff !important; padding: 0.2rem 0.4rem; border: 1px solid #fff; border-radius: 4px; font-size: 0.6rem !important; transition: all 0.3s; }
.lang-switch a:hover { background: #acd0e5; }

@media (min-width: 992px) {
  .mobile-menu .lang-switch { display: none !important; }
}
@media (max-width: 991px) {
  .nav-links .lang-switch { display: none !important; }
}

/* Mobile header alignment fix */
@media (max-width: 1023px) {
  .navbar .nav-inner {
    gap: .75rem;
  }
  .navbar .logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 56px);
  }
  .navbar .logo img {
    height: 42px;
    width: auto;
    max-width: 160px;
  }
  .mobile-toggle {
    flex: 0 0 auto;
    margin-left: auto;
    padding: .5rem 0 .5rem .5rem;
    position: relative;
    right: 0;
  }
}

/* Mobile hamburger hard-fix */
@media (max-width: 1023px) {
  .navbar .nav-inner {
    position: relative;
    padding-right: 3.5rem;
  }
  .mobile-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    padding: .5rem;
  }
}

/* Mobile hamburger ultra-fix */
@media (max-width: 1023px) {
  .navbar,
  .navbar .container {
    overflow-x: clip;
  }
  .navbar .nav-inner {
    min-height: 52px;
    padding-right: 4.25rem;
  }
  .mobile-toggle {
    position: absolute !important;
    right: .75rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 44px;
    height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    box-sizing: border-box;
  }
  .mobile-toggle span {
    width: 24px;
    margin: 3px 0;
  }
}

/* Mobile hamburger stack fix */
@media (max-width: 1023px) {
  .mobile-toggle {
    flex-direction: column;
  }
}

/* Partners mobile: one logo per row */
@media (max-width: 767px) {
  .partners-grid {
    grid-template-columns: 1fr !important;
  }
}
