/* ============================================================
   PsychLine.in — Homepage Redesign
   Home-page-specific styles; shared tokens live in shared-redesign.css
   ============================================================ */

/* ── BODY OVERRIDE (homepage only via .hl-home class) ── */
body.hl-home {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  overflow-x: hidden;
}
body.hl-home * { box-sizing: border-box; }
body.hl-home p { margin: 0; }

/* ── HERO ── */
.hl-hero {
  padding: 100px 60px 80px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
.hl-hero::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(197, 96, 74, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hl-hero-tag {
  display: inline-block;
  background: var(--terra-pale);
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 40px;
  margin-bottom: 24px;
}
.hl-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--charcoal);
  margin-bottom: 24px;
  letter-spacing: -1px;
  padding: 0;
}
.hl-hero h1 em { font-style: italic; color: var(--terracotta); }
.hl-hero-body {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--mid-grey);
  max-width: 420px;
  margin-bottom: 36px;
}
.hl-hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

/* ── HERO VISUAL ── */
.hl-hero-visual { position: relative; }
.hl-card-stack { position: relative; height: 400px; }
.hl-hcard {
  position: absolute;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
}
.hl-hcard-main {
  background: var(--charcoal);
  color: white;
  width: 300px;
  top: 30px;
  left: 20px;
  z-index: 3;
  animation: hlCardFloat 4s ease-in-out infinite;
}
.hl-hcard-accent {
  background: var(--terracotta);
  color: white;
  width: 220px;
  bottom: 40px;
  right: 0;
  z-index: 2;
  animation: hlCardFloat 4s ease-in-out infinite 1.5s;
}
.hl-hcard-sage {
  background: var(--sage);
  color: white;
  width: 200px;
  top: 0;
  right: 0;
  z-index: 4;
  animation: hlCardFloat 4s ease-in-out infinite 0.8s;
}
@keyframes hlCardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.hl-hcard-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 10px;
}
.hl-hcard-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.hl-hcard-body { font-size: 0.82rem; opacity: 0.85; line-height: 1.5; }

/* ── SHARED SECTION STYLES ── */
.hl-section {
  padding: 80px 60px;
}
.hl-section-slim {
  padding: 36px 60px;
}
.hl-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.hl-section-inner--row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.hl-slim-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.hl-slim-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--charcoal);
  margin: 0;
}
.hl-slim-desc {
  font-size: 0.88rem;
  color: var(--mid-grey);
  line-height: 1.6;
  margin: 0;
  max-width: 560px;
}
.hl-slim-cta {
  flex-shrink: 0;
}
.hl-blog-slim-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}
.hl-blog-titles {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hl-blog-titles li {
  border-top: 1px solid var(--border);
  padding: 11px 0;
}
.hl-blog-titles li:last-child {
  border-bottom: 1px solid var(--border);
}
.hl-blog-titles a {
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--charcoal);
  text-decoration: none;
  transition: color 0.2s;
}
.hl-blog-titles a:hover { color: var(--terracotta); }
.hl-section-alt {
  background: var(--warm-white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.hl-section-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 16px;
}
.hl-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--charcoal);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  padding: 0;
}
.hl-section-title em { font-style: italic; color: var(--terracotta); }
.hl-section-subtitle {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--mid-grey);
  max-width: 560px;
  margin-bottom: 48px;
}
.hl-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--terracotta);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 20px;
  transition: gap 0.2s;
}
.hl-link-arrow:hover { gap: 10px; color: var(--terracotta); }

/* ── WHY US ── */
.hl-why-us-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.hl-feature-card {
  background: white;
  border-radius: 20px;
  padding: 36px 32px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.hl-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.09);
}
.hl-feature-icon {
  width: 52px;
  height: 52px;
  background: var(--terra-pale);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--terracotta);
  font-size: 1.4rem;
}
.hl-feature-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 12px;
  padding: 0;
}
.hl-feature-card p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--mid-grey);
}

/* ── THERAPY ── */
.hl-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hl-therapy-card {
  background: var(--charcoal);
  border-radius: 24px;
  padding: 48px 40px;
  color: white;
  position: relative;
  overflow: hidden;
}
.hl-therapy-card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: rgba(197, 96, 74, 0.15);
  border-radius: 50%;
  pointer-events: none;
}
.hl-therapy-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
  padding: 0;
}
.hl-therapy-card p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  margin-bottom: 32px;
}
.hl-btn-book {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--terracotta);
  color: white;
  border: none;
  cursor: pointer;
  padding: 14px 24px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  width: 100%;
  justify-content: center;
  margin-bottom: 12px;
  text-decoration: none;
  transition: background 0.2s;
}
.hl-btn-book:hover { background: var(--terra-light); color: white; }
.hl-btn-consult {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  padding: 13px 24px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  width: 100%;
  justify-content: center;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.hl-btn-consult:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}

/* ── STATS ── */
.hl-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.hl-stat-card {
  border-radius: 20px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}
.hl-stat-card:nth-child(1) { background: var(--sage); color: white; }
.hl-stat-card:nth-child(2) { background: var(--charcoal); color: white; }
.hl-stat-card:nth-child(3) { background: var(--terracotta); color: white; }
.hl-stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.hl-stat-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 24px;
}
.hl-stat-quote {
  font-size: 0.88rem;
  line-height: 1.6;
  opacity: 0.85;
  font-style: italic;
  margin-bottom: 12px;
}
.hl-stat-author {
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0.7;
}

/* ── ACADEMY / EVENTS ── */
.hl-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.hl-event-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.hl-event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.09);
}
.hl-event-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.hl-event-card-img-placeholder {
  width: 100%;
  height: 180px;
  background: var(--terra-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.hl-event-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hl-event-card-body h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 12px;
  padding: 0;
  line-height: 1.4;
}
.hl-event-card-body h4 a {
  text-decoration: none;
  color: inherit;
}
.hl-event-card-body h4 a:hover { color: var(--terracotta); }
.hl-event-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.hl-event-meta-item {
  font-size: 0.8rem;
  color: var(--mid-grey);
  display: flex;
  align-items: center;
  gap: 6px;
}
.hl-event-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid var(--border);
}
.hl-event-footer a {
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--terracotta);
  text-decoration: none;
}
.hl-event-footer a:hover { text-decoration: underline; }

/* Academy header split */
.hl-academy-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 12px;
}

/* ── TEAM ── */
.hl-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.hl-team-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.hl-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.09);
}
.hl-team-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top;
  display: block;
}
.hl-team-photo-placeholder {
  width: 100%;
  height: 220px;
  background: var(--sage-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--sage);
}
.hl-team-card-body { padding: 20px; }
.hl-team-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 4px;
  padding: 0;
}
.hl-team-name a {
  text-decoration: none;
  color: inherit;
}
.hl-team-name a:hover { color: var(--terracotta); }
.hl-team-designation {
  font-size: 0.8rem;
  color: var(--mid-grey);
  margin-bottom: 14px;
}
.hl-team-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hl-team-learn {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--terracotta);
  text-decoration: none;
}
.hl-team-learn:hover { text-decoration: underline; }
.hl-team-linkedin {
  color: var(--mid-grey);
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.2s;
}
.hl-team-linkedin:hover { color: #0077b5; }

/* ── BLOG ── */
.hl-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.hl-blog-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.hl-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.09);
}
.hl-blog-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.hl-blog-card-img-placeholder {
  width: 100%;
  height: 180px;
  background: var(--sage-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.hl-blog-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hl-blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.hl-blog-tag {
  background: var(--terra-pale);
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 3px 10px;
  border-radius: 20px;
  text-decoration: none;
  text-transform: lowercase;
}
.hl-blog-card-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 0;
  flex: 1;
}
.hl-blog-card-body h3 a {
  text-decoration: none;
  color: inherit;
}
.hl-blog-card-body h3 a:hover { color: var(--terracotta); }
.hl-blog-author {
  font-size: 0.78rem;
  color: var(--mid-grey);
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.hl-blog-author a {
  color: var(--sage);
  text-decoration: none;
  font-weight: 500;
}

/* Blog view all button */
.hl-blog-footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* ── CONTACT ── */
.hl-contact-section {
  background: var(--charcoal);
  padding: 80px 60px;
}
.hl-contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.hl-contact-section .hl-section-tag { color: var(--terra-light); }
.hl-contact-section .hl-section-title { color: white; }
.hl-contact-section .hl-section-subtitle { color: rgba(255, 255, 255, 0.7); }
.hl-contact-methods {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.hl-contact-method-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
}
.hl-contact-method-link {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.hl-contact-method-link:hover { color: var(--terra-light); }
.hl-contact-hours {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
}
.hl-contact-social-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  margin-bottom: 24px;
  padding: 0;
}
.hl-social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hl-social-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: capitalize;
  transition: background 0.2s, color 0.2s;
}
.hl-social-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
.hl-disclaimer-box {
  margin-top: 40px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}
.hl-disclaimer-box a { color: rgba(255, 255, 255, 0.55); }

/* ── FAQ ── */
.hl-faq-list {
  margin-top: 48px;
  max-width: 780px;
}
.hl-faq-item {
  border-top: 1px solid var(--border);
}
.hl-faq-item:last-child {
  border-bottom: 1px solid var(--border);
}
.hl-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--charcoal);
  cursor: pointer;
  list-style: none;
  gap: 16px;
}
.hl-faq-question::-webkit-details-marker { display: none; }
.hl-faq-question::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--terracotta);
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.2s ease;
}
details[open] .hl-faq-question::after {
  transform: rotate(45deg);
}
.hl-faq-answer {
  padding: 0 0 20px;
  font-size: 0.93rem;
  color: var(--mid-grey);
  line-height: 1.7;
  max-width: 680px;
}
.hl-faq-answer p { margin: 0; }

/* ── PRODUCTS SECTION ── */
.hl-products-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}

.hl-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.hl-product-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.hl-product-card:hover {
  box-shadow: 0 12px 40px rgba(197, 96, 74, 0.1);
  transform: translateY(-4px);
}

.hl-product-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terra);
  background: rgba(197, 96, 74, 0.08);
  border-radius: 20px;
  padding: 4px 12px;
  margin-bottom: 1.25rem;
  align-self: flex-start;
}

.hl-product-icon {
  font-size: 1.75rem;
  color: var(--terra);
  margin-bottom: 0.75rem;
  opacity: 0.85;
}

.hl-product-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-grey);
  margin-bottom: 0.4rem;
}

.hl-product-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--charcoal);
  margin: 0 0 0.85rem;
  line-height: 1.3;
}

.hl-product-desc {
  font-size: 0.92rem;
  color: var(--mid-grey);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1rem;
}

.hl-product-pricing {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 1.5rem;
}
.hl-product-price {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--charcoal);
}
.hl-product-duration {
  font-size: 0.82rem;
  color: var(--mid-grey);
}

.hl-product-ctas {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hl-btn-product {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  background: var(--terracotta);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  align-self: flex-start;
}
.hl-btn-product:hover {
  background: var(--terra-light);
  transform: translateY(-1px);
}
.hl-btn-product-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  color: var(--mid-grey);
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
  align-self: flex-start;
}
.hl-btn-product-secondary:hover {
  border-color: var(--terracotta);
  color: var(--terracotta);
}

/* ── CALLBACK FORM ── */
.hl-callback-form {
  margin-bottom: 1.5rem;
}

.hl-callback-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hl-callback-input {
  flex: 1;
  min-width: 180px;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: 'DM Sans', sans-serif;
  color: var(--charcoal);
  background: var(--warm-white);
  outline: none;
  transition: border-color 0.2s;
}
.hl-callback-input:focus {
  border-color: var(--terra);
}

.hl-btn-callback {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  background: var(--terra);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.hl-btn-callback:hover {
  background: #b0503c;
  transform: translateY(-1px);
}

.hl-callback-or {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 1.25rem 0 1.25rem;
  color: var(--mid-grey);
  font-size: 0.85rem;
}
.hl-callback-or::before,
.hl-callback-or::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

/* ── FADE-UP ANIMATION ── */
.hl-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.hl-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hl-team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hl-hero {
    grid-template-columns: 1fr;
    padding: 60px 24px 40px;
  }
  .hl-hero::after { display: none; }
  .hl-card-stack { display: none; }
  .hl-hero h1 { font-size: 3.6rem; }

  .hl-section { padding: 60px 24px; }
  .hl-section-slim { padding: 28px 24px; }
  .hl-section-inner--row { flex-direction: column; align-items: flex-start; }
  .hl-blog-slim-header { flex-direction: column; align-items: flex-start; }
  .hl-contact-section { padding: 60px 24px; }

  .hl-section-title { font-size: 2rem; }

  .hl-why-us-grid { grid-template-columns: 1fr; }
  .hl-two-col { grid-template-columns: 1fr; gap: 40px; }
  .hl-stats-grid { grid-template-columns: 1fr; }
  .hl-events-grid { grid-template-columns: 1fr; }
  .hl-team-grid { grid-template-columns: repeat(2, 1fr); }
  .hl-blog-grid { grid-template-columns: 1fr; }
  .hl-contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .hl-academy-header { grid-template-columns: 1fr; }
  .hl-products-grid { grid-template-columns: 1fr; }
  .hl-callback-row { flex-direction: column; }
}

@media (max-width: 600px) {
  .hl-hero h1 { font-size: 3rem; }
  .hl-hero-actions { flex-direction: column; align-items: flex-start; }
  .hl-team-grid { grid-template-columns: 1fr; }
}
