blockquote { margin: 0; }
/* ============================================================
   PB-TENNIS.COM  -  Main Stylesheet
   Author: Bart Billip / tennis-pb.com
   ============================================================ */

/* ── Reset & Variables ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --green-dark:  #0d2b1f;
  --green-mid:   #1a4a30;
  --green-light: #2d7a4f;
  --gold:        #c9a84c;
  --gold-light:  #e8c96a;
  --white:       #ffffff;
  --off-white:   #f8f6f0;
  --text-dark:   #1a1a1a;
  --text-muted:  #6b7280;
  --border:      #e5e7eb;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text-dark); background: var(--white); line-height: 1.6; }

/* ── Navbar ── */
header > nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(13,43,31,0.96); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201,168,76,0.2);
  padding: 0 5%; display: flex; align-items: center; justify-content: space-between; height: 70px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-icon {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: var(--green-dark); font-weight: 900; letter-spacing: -0.5px;
  font-family: 'Playfair Display', serif;
}
.nav-logo-text { display: flex; flex-direction: column; }
.nav-logo-text span:first-child { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--white); }
.nav-logo-text span:last-child { font-size: 10px; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 500; transition: color .3s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--green-dark) !important; padding: 9px 22px; border-radius: 25px;
  font-weight: 700 !important; transition: transform .2s, box-shadow .2s !important;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(201,168,76,.4); }

/* ── Hamburger ── */
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; width: 40px; height: 40px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px; cursor: pointer; padding: 8px; z-index: 1100; transition: background .2s;
}
.nav-hamburger:hover { background: rgba(255,255,255,0.14); }
.nav-hamburger span {
  display: block; height: 2px; background: var(--white); border-radius: 2px;
  transition: transform .3s, opacity .3s; transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile Menu ── */
.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 999;
  background: rgba(10,28,18,0.97); backdrop-filter: blur(12px);
  flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .3s ease; pointer-events: none;
}
.mobile-menu.visible { opacity: 1; pointer-events: all; }
.mobile-menu-inner { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; padding: 32px; }
.mobile-nav-links { list-style: none; display: flex; flex-direction: column; align-items: center; gap: 4px; width: 100%; margin-bottom: 24px; }
.mobile-nav-links li { width: 100%; }
.mobile-nav-links a {
  display: block; text-align: center; font-family: 'Playfair Display', serif;
  font-size: 1.8rem; font-weight: 700; color: var(--white); text-decoration: none;
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: color .2s, transform .2s;
}
.mobile-nav-links a:hover { color: var(--gold); transform: translateX(6px); }
.mobile-cta { margin-top: 8px; font-size: 16px !important; padding: 16px 40px !important; justify-content: center; }

/* ── Hero ── */
.hero { min-height: 100vh; position: relative; overflow: hidden; display: flex; align-items: center; padding: 100px 5% 60px; }
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('background.jpg');
  background-size: cover; background-position: center 30%; background-repeat: no-repeat;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(10,33,20,.92) 0%, rgba(13,43,31,.82) 45%, rgba(13,43,31,.45) 100%);
}
.hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; position: relative; z-index: 1; }
.hero-content { max-width: 680px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,168,76,.15); border: 1px solid rgba(201,168,76,.4);
  color: var(--gold-light); padding: 6px 16px; border-radius: 20px;
  font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 24px;
}
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 20px; }
.hero h1 .accent { color: var(--gold); }
.hero-sub { font-size: 1.15rem; color: rgba(255,255,255,.75); margin-bottom: 36px; line-height: 1.7; }
.hero-stats { display: flex; gap: 36px; margin-bottom: 40px; }
.hero-stat .num { display: block; font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; color: var(--gold); line-height: 1; }
.hero-stat .label { font-size: 12px; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: 1px; }
.hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

/* ── Buttons ── */
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--green-dark);
  padding: 15px 34px; border-radius: 30px; font-size: 15px; font-weight: 700;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: all .3s; border: none; cursor: pointer; font-family: 'Inter', sans-serif;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201,168,76,.4); }
.btn-secondary {
  color: var(--white); font-size: 15px; font-weight: 500; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  border: 1.5px solid rgba(255,255,255,.3); padding: 14px 28px; border-radius: 30px; transition: all .3s;
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,.08); }
.btn-outline {
  display: block; text-align: center; text-decoration: none;
  border: 2px solid var(--green-light); color: var(--green-light);
  padding: 13px 24px; border-radius: 25px; font-size: 14px; font-weight: 600; transition: all .3s;
}
.btn-outline:hover { background: var(--green-light); color: var(--white); }
.btn-outline.gold { border-color: var(--gold); color: var(--gold); }
.btn-outline.gold:hover { background: var(--gold); color: var(--green-dark); }

/* ── Trust Bar ── */
.trust-bar { background: var(--off-white); padding: 0 5%; border-bottom: 1px solid var(--border); }
.trust-inner { max-width: 900px; margin: 0 auto; display: flex; align-items: stretch; justify-content: center; }
.trust-item { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--text-muted); padding: 22px 40px; flex: 1; justify-content: center; }
.trust-divider { width: 1px; background: var(--border); margin: 14px 0; flex-shrink: 0; }
.trust-item i { color: var(--green-light); font-size: 18px; flex-shrink: 0; }

/* ── Section Commons ── */
section { padding: 90px 5%; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label { display: inline-flex; align-items: center; gap: 8px; color: var(--green-light); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.section-label::before { content: ''; display: block; width: 24px; height: 2px; background: var(--green-light); }
h2.section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 700; color: var(--text-dark); line-height: 1.2; margin-bottom: 16px; }
h2.section-title .accent { color: var(--green-light); }
.section-desc { font-size: 1.05rem; color: var(--text-muted); max-width: 560px; line-height: 1.7; }

/* ── Services ── */
#services { background: var(--white); }
.services-header { text-align: center; margin-bottom: 60px; }
.services-header .section-label { justify-content: center; }
.services-header .section-desc { margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card { background: var(--off-white); border-radius: 20px; padding: 40px 32px; border: 1px solid var(--border); transition: all .3s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--green-light), var(--gold)); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.1); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 64px; height: 64px; background: linear-gradient(135deg, var(--green-mid), var(--green-light)); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; color: var(--white); margin-bottom: 24px; }
.service-card h3 { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 700; margin-bottom: 12px; }
.service-card p { color: var(--text-muted); font-size: .95rem; line-height: 1.7; margin-bottom: 20px; }
.service-features { list-style: none; }
.service-features li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-dark); padding: 5px 0; }
.service-features li i { color: var(--green-light); font-size: 12px; }
.service-tag { display: inline-block; background: rgba(45,122,79,.1); color: var(--green-light); font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.service-card.featured { background: linear-gradient(160deg, var(--green-dark), var(--green-mid)); border-color: transparent; }
.service-card.featured h3 { color: var(--white); }
.service-card.featured p { color: rgba(255,255,255,.75); }
.service-card.featured .service-features li { color: rgba(255,255,255,.9); }
.service-card.featured .service-features li i { color: var(--gold); }
.service-card.featured .service-tag { background: rgba(201,168,76,.2); color: var(--gold); }
.service-card.featured .service-icon { background: rgba(201,168,76,.2); }

/* ── About ── */
#about { background: var(--off-white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-image-wrap { position: relative; }
.about-photo {
  width: 100%; aspect-ratio: 4/5; max-height: 520px;
  object-fit: cover; border-radius: 20px; display: block;
}
.about-photo-placeholder {
  width: 100%; aspect-ratio: 4/5; max-height: 520px;
  background: linear-gradient(160deg, #ddeee4 0%, #b8d9c6 100%);
  border-radius: 20px; border: 2px dashed rgba(45,122,79,.3);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
}
.about-photo-placeholder i { font-size: 60px; color: var(--green-light); opacity: .5; }
.about-photo-placeholder p { font-size: 13px; color: var(--text-muted); }
.about-exp-badge {
  position: absolute; top: -20px; right: -20px; width: 100px; height: 100px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light)); border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(201,168,76,.3);
}
.about-exp-badge .big { font-size: 2rem; font-weight: 900; color: var(--green-dark); line-height: 1; }
.about-exp-badge small { font-size: 9px; font-weight: 700; color: var(--green-dark); text-align: center; text-transform: uppercase; letter-spacing: .5px; }
.about-text .section-desc { max-width: 100%; }
.about-quote { background: var(--white); border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; padding: 20px 24px; margin: 28px 0; font-style: italic; color: var(--text-dark); font-size: 1.05rem; line-height: 1.7; }
.about-credentials { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.credential { display: flex; align-items: center; gap: 14px; background: var(--white); border-radius: 12px; padding: 14px 18px; border: 1px solid var(--border); }
.credential-icon { width: 40px; height: 40px; flex-shrink: 0; background: linear-gradient(135deg, var(--green-mid), var(--green-light)); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 16px; }
.credential-text { font-size: 14px; }
.credential-text strong { display: block; color: var(--text-dark); margin-bottom: 2px; }
.credential-text span { color: var(--text-muted); font-size: 12px; }

/* ── Philosophy ── */
#philosophy { background: linear-gradient(135deg, var(--green-dark), var(--green-mid)); color: var(--white); }
#philosophy .section-title { color: var(--white); }
#philosophy .section-label { color: var(--gold); }
#philosophy .section-label::before { background: var(--gold); }
.philosophy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: stretch; }
.philosophy-text .section-desc { color: rgba(255,255,255,.75); max-width: 100%; }
.philosophy-pillars { display: flex; flex-direction: column; gap: 20px; margin-top: 36px; }
.pillar { display: flex; align-items: flex-start; gap: 16px; }
.pillar-num { width: 44px; height: 44px; flex-shrink: 0; background: rgba(201,168,76,.15); border: 1px solid rgba(201,168,76,.3); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-weight: 700; font-family: 'Playfair Display', serif; font-size: 1.1rem; }
.pillar-body h4 { color: var(--white); font-size: 1rem; margin-bottom: 4px; }
.pillar-body p { color: rgba(255,255,255,.65); font-size: .9rem; line-height: 1.6; }
.philosophy-big-quote-wrap { background: rgba(255,255,255,.04); border: 1px solid rgba(201,168,76,.18); border-radius: 24px; position: relative; overflow: hidden; }
.philosophy-big-quote-wrap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.philosophy-big-quote { padding: 52px 44px 44px; display: flex; flex-direction: column; justify-content: center; height: 100%; }
.quote-top-bar { display: flex; align-items: center; gap: 14px; margin-bottom: 36px; }
.quote-top-bar .bar-line { flex: 1; height: 1px; background: rgba(201,168,76,.25); }
.quote-top-bar .bar-icon { width: 44px; height: 44px; border: 1px solid rgba(201,168,76,.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 16px; flex-shrink: 0; }
.quote-mark { font-family: 'Playfair Display', serif; font-size: 5rem; line-height: 1; color: var(--gold); display: block; margin-bottom: 20px; }
.philosophy-big-quote p { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-style: italic; color: var(--white); line-height: 1.65; margin-bottom: 40px; }
.quote-author { display: flex; align-items: center; gap: 16px; }
.quote-author-avatar { width: 52px; height: 52px; flex-shrink: 0; border-radius: 50%; background: linear-gradient(135deg, rgba(201,168,76,.25), rgba(201,168,76,.1)); border: 2px solid rgba(201,168,76,.5); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--gold); }
.quote-author-info { display: flex; flex-direction: column; gap: 3px; }
.quote-author-info strong { color: var(--white); font-size: 15px; font-weight: 700; }
.quote-author-info span { color: var(--gold); font-size: 12px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; }

/* ── Programs ── */
#programs { background: var(--white); }
.programs-header { text-align: center; margin-bottom: 60px; }
.programs-header .section-label { justify-content: center; }
.programs-header .section-desc { margin: 0 auto; }
.programs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.program-card { border-radius: 20px; padding: 36px 28px; border: 1px solid var(--border); position: relative; transition: all .3s; }
.program-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,.1); transform: translateY(-4px); }
.program-popular { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--green-dark); font-size: 11px; font-weight: 700; padding: 4px 16px; border-radius: 12px; white-space: nowrap; letter-spacing: 1px; text-transform: uppercase; }
.program-card.highlighted { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold), 0 20px 50px rgba(201,168,76,.15); }
.program-type { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 16px; }
.program-card h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 8px; }
.program-card .desc { color: var(--text-muted); font-size: .9rem; line-height: 1.6; margin-bottom: 24px; }
.program-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 6px; }
.price-amount { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 700; color: var(--text-dark); }
.price-unit { color: var(--text-muted); font-size: 14px; }
.price-note { font-size: 12px; color: var(--text-muted); margin-bottom: 28px; }
.program-features { list-style: none; margin-bottom: 28px; }
.program-features li { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--text-dark); }
.program-features li:last-child { border-bottom: none; }
.program-features li i { color: var(--green-light); }

/* ── Testimonials ── */
#testimonials { background: var(--off-white); }
.testimonials-header { text-align: center; margin-bottom: 60px; }
.testimonials-header .section-label { justify-content: center; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial-card { background: var(--white); border-radius: 20px; padding: 36px 28px; border: 1px solid var(--border); transition: all .3s; }
.testimonial-card:hover { box-shadow: 0 15px 40px rgba(0,0,0,.08); }
.testimonial-stars { color: var(--gold); font-size: 14px; margin-bottom: 16px; }
.testimonial-text { font-size: .95rem; line-height: 1.7; color: var(--text-dark); margin-bottom: 24px; font-style: italic; }
.testimonial-card .testimonial-author, .testimonial-card footer { font-style: normal; }
.testimonial-author { display: flex; align-items: center; gap: 14px; font-style: normal; }
.author-avatar { width: 48px; height: 48px; background: linear-gradient(135deg, var(--green-mid), var(--green-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--white); }
.author-info .name { font-weight: 700; font-size: 14px; }
.author-info .role { color: var(--text-muted); font-size: 12px; }
.testimonial-sport { display: inline-block; background: rgba(45,122,79,.08); color: var(--green-light); font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 10px; text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; }

/* ── Contact ── */
#contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.contact-info .section-desc { margin-bottom: 40px; }
.contact-details { display: flex; flex-direction: column; gap: 18px; }
address { font-style: normal; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-icon { width: 46px; height: 46px; flex-shrink: 0; background: var(--off-white); border-radius: 12px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--green-light); font-size: 18px; }
.contact-item-text { font-size: 14px; }
.contact-item-text strong { display: block; color: var(--text-dark); margin-bottom: 2px; }
.contact-item-text a { color: var(--green-light); text-decoration: none; }
.contact-item-text a:hover { text-decoration: underline; }
.phone-reveal { appearance: none; border: 0; padding: 0; background: transparent; color: var(--green-light); font: inherit; font-weight: 500; cursor: pointer; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color .2s ease; }
.phone-reveal:hover { color: var(--green-dark); }
.phone-reveal[hidden] { display: none; }
.phone-reveal:focus-visible { outline: 3px solid rgba(45,122,79,.28); outline-offset: 3px; border-radius: 2px; }
#phoneReveal a { color: var(--green-light); font-weight: 500; text-decoration: none; }
#phoneReveal a:hover { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }
.phone-noscript { color: var(--text-muted); }
.contact-item-text span { color: var(--text-muted); }
.social-links { display: flex; gap: 12px; margin-top: 32px; }
.social-link { width: 44px; height: 44px; background: var(--off-white); border-radius: 12px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 18px; text-decoration: none; transition: all .3s; }
.social-link:hover { background: var(--green-mid); color: var(--white); border-color: var(--green-mid); }
.contact-form-wrap { background: var(--off-white); border-radius: 24px; padding: 48px 40px; border: 1px solid var(--border); }
.contact-form-wrap h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; margin-bottom: 8px; }
.contact-form-wrap > p { color: var(--text-muted); font-size: 14px; margin-bottom: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--text-dark); margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 13px 16px; background: var(--white);
  border: 1.5px solid var(--border); border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 14px; color: var(--text-dark);
  transition: border-color .3s; outline: none;
}
.form-group select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 42px;
  cursor: pointer;
}
.form-group select option { color: var(--text-dark); background: var(--white); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--green-light); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-submit { width: 100%; padding: 16px; font-size: 16px; margin-top: 4px; }
.form-turnstile { margin: 0 0 20px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { display: none; margin-top: 16px; padding: 14px 18px; border-radius: 10px; font-size: 14px; font-weight: 500; }
.form-status.success { display: block; background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
.form-status.error { display: block; background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }

/* ── Footer ── */
footer { background: var(--green-dark); color: rgba(255,255,255,.7); padding: 60px 5% 30px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand p { font-size: 14px; line-height: 1.7; margin-top: 16px; max-width: 280px; }
.footer-col h4 { color: var(--white); font-size: 14px; font-weight: 700; letter-spacing: .5px; margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.6); text-decoration: none; font-size: 14px; transition: color .3s; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; font-size: 13px; flex-wrap: wrap; gap: 12px; }
.footer-bottom a { color: var(--gold); text-decoration: none; }

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

/* ── Responsive ── */
@media (max-width: 900px) {
  .hero-inner, .about-grid, .philosophy-grid, .contact-grid { grid-template-columns: 1fr; }
  .services-grid, .programs-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .mobile-menu { display: flex; }
  .form-row { grid-template-columns: 1fr; }
  .trust-item { padding: 18px 16px; font-size: 13px; }
  .about-exp-badge { top: 12px; right: 12px; }
}
@media (max-width: 480px) {
  .hero-stats { gap: 20px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 32px 24px; }
}

/* Footer nav - override any inherited nav styles */
footer nav { position: static; background: none; backdrop-filter: none; border: none; padding: 0; height: auto; display: block; }
footer nav ul { list-style: none; }

/* Privacy controls */
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 20px; color: var(--text-muted); font-size: 12px; line-height: 1.5; }
.form-consent input { width: 16px; height: 16px; margin-top: 2px; flex: 0 0 auto; accent-color: var(--green-light); }
.form-consent a, .cookie-banner a { color: var(--green-dark); font-weight: 700; }
.cookie-banner { position: fixed; z-index: 1000; left: 20px; right: 20px; bottom: 20px; max-width: 760px; margin: 0 auto; padding: 22px; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.2); display: flex; align-items: center; gap: 22px; }
.cookie-banner h2 { margin: 0 0 6px; font-size: 18px; color: var(--text-dark); }
.cookie-banner p { margin: 0; color: var(--text-muted); font-size: 13px; line-height: 1.5; }
.cookie-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.cookie-btn, .privacy-settings { border-radius: 8px; padding: 10px 14px; cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; }
.cookie-btn-primary { background: var(--green-dark); color: #fff; border: 1px solid var(--green-dark); }
.cookie-btn-secondary { background: #fff; color: var(--text-dark); border: 1px solid var(--border); }
.privacy-settings { position: fixed; z-index: 900; right: 14px; bottom: 14px; background: var(--green-dark); color: #fff; border: 0; box-shadow: 0 4px 18px rgba(0,0,0,.2); }
@media (max-width: 620px) { .cookie-banner { left: 12px; right: 12px; bottom: 12px; display: block; padding: 18px; } .cookie-actions { margin-top: 14px; } .cookie-btn { flex: 1; } }

/* Full-width group offer: intentional fourth module below the three core plans. */
.program-card.group-package { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(180px, .75fr) minmax(220px, 1fr); gap: 24px; align-items: center; background: linear-gradient(135deg, rgba(45,122,79,.08), rgba(201,168,76,.10)); border-color: rgba(45,122,79,.22); }
.program-card.group-package .program-type, .program-card.group-package h3, .program-card.group-package .desc { grid-column: 1; }
.program-card.group-package .program-type { margin-bottom: -18px; }
.program-card.group-package .program-price, .program-card.group-package .price-note { grid-column: 2; }
.program-card.group-package .program-price { grid-row: 1; }
.program-card.group-package .price-note { grid-row: 2; margin: 0; }
.program-card.group-package .program-features { grid-column: 3; grid-row: 1 / span 2; margin: 0; }
.program-card.group-package .btn-outline { grid-column: 1; justify-self: start; }
.cookie-banner[hidden] { display: none !important; }
@media (max-width: 900px) { .program-card.group-package { display: block; } .program-card.group-package .program-type { margin-bottom: 16px; } .program-card.group-package .price-note, .program-card.group-package .program-features { margin-top: 14px; } .program-card.group-package .btn-outline { display: inline-flex; margin-top: 8px; } }

/* Group package: three compact zones with deliberate placement, no unused grid rows. */
.program-card.group-package { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(210px, .55fr) minmax(300px, .9fr); gap: 38px; align-items: center; padding: 32px 40px; background: linear-gradient(135deg, rgba(45,122,79,.08), rgba(201,168,76,.10)); border-color: rgba(45,122,79,.22); }
.group-package-copy .program-type { margin-bottom: 14px; }
.group-package-copy h3 { margin: 0 0 14px; }
.group-package-copy .desc { margin: 0 0 22px; }
.group-package-price { text-align: center; padding: 12px 30px; border-left: 1px solid rgba(45,122,79,.18); border-right: 1px solid rgba(45,122,79,.18); }
.group-package-price .program-price { margin: 0 0 8px; }
.group-package-price .price-note { margin: 0; }
.program-card.group-package .program-features { margin: 0; }
.program-card.group-package .btn-outline { display: inline-flex; }
@media (max-width: 900px) { .program-card.group-package { display: block; padding: 30px 28px; } .group-package-price { text-align: left; border: 0; padding: 22px 0 8px; } .program-card.group-package .program-features { margin-top: 18px; } }

/* Specificity override for legacy Group Package rules. Keeps the eyebrow and heading in separate rows. */
.program-card.group-package .group-package-copy .program-type { margin: 0 0 14px; }
.program-card.group-package .group-package-copy h3 { margin: 0 0 14px; line-height: 1.15; }
