/**
 * About Us Page Stylesheet - Hindustan Power EV
 * 100% Visual Fidelity to Approved Mockup
 */

/* ==========================================================================
   1. HERO SECTION
   ========================================================================== */
.hp-about-hero {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  background: radial-gradient(circle at 78% 45%, rgba(17, 178, 164, 0.22) 0%, rgba(17, 178, 164, 0.05) 35%, rgba(7, 9, 19, 0) 70%), #070913;
  color: #ffffff;
  padding-top: 140px;
  padding-bottom: 90px;
  min-height: 660px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hp-hero-container-full {
  max-width: 100% !important;
  padding-left: clamp(2rem, 5vw, 5rem) !important;
  padding-right: clamp(2rem, 5vw, 5rem) !important;
}

.hp-about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(17, 178, 164, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.hp-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
}

.hp-hero-content {
  max-width: 100%;
}

.hp-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--hp-font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: #11b2a4;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1.25rem;
  background: rgba(17, 178, 164, 0.1);
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(17, 178, 164, 0.25);
}

.hp-hero-label::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #11b2a4;
  box-shadow: 0 0 8px #11b2a4;
}

.hp-hero-heading {
  font-family: var(--hp-font-heading);
  font-size: clamp(2.75rem, 4.5vw, 3.85rem);
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.hp-hero-heading span {
  color: #ffffff;
}

.hp-hero-paragraph {
  font-size: 1.05rem;
  color: #94a3b8;
  line-height: 1.65;
  margin-bottom: 2.25rem;
  font-weight: 400;
}

.hp-hero-buttons {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.hp-btn-play {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.75rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--hp-font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.25s ease;
}

.hp-btn-play:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #11b2a4;
  color: #11b2a4;
  transform: translateY(-2px);
}

.hp-play-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #ffffff;
  padding-left: 2px;
  transition: background 0.25s ease;
}

.hp-btn-play:hover .hp-play-icon {
  background: #11b2a4;
}

/* Hero Right Side Visual */
.hp-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.hp-hero-glow-halo {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  background: radial-gradient(circle, rgba(17, 178, 164, 0.35) 0%, rgba(17, 178, 164, 0) 70%);
  filter: blur(30px);
  z-index: 1;
  pointer-events: none;
}

.hp-hero-card {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(17, 178, 164, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #0f1222;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hp-hero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.7), 0 0 50px rgba(17, 178, 164, 0.4);
}

.hp-hero-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}


/* ==========================================================================
   2. STATISTICS STRIP
   ========================================================================== */
.hp-stats-wrapper {
  position: relative;
  z-index: 20;
  margin-top: -45px;
  margin-bottom: 70px;
}

.hp-stats-card {
  background: #0d1021;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  padding: 2.25rem 2rem;
}

.hp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.hp-stat-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  position: relative;
}

.hp-stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -0.75rem;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.hp-stat-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(17, 178, 164, 0.12);
  border: 1px solid rgba(17, 178, 164, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #11b2a4;
  flex-shrink: 0;
}

.hp-stat-icon-box svg {
  width: 26px;
  height: 26px;
  stroke: #11b2a4;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hp-stat-details {
  display: flex;
  flex-direction: column;
}

.hp-stat-number-wrapper {
  font-family: var(--hp-font-heading);
  font-size: 2.1rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.35rem;
  display: flex;
  align-items: baseline;
}

.hp-stat-number-wrapper .hp-stat-plus {
  color: #11b2a4;
}

.hp-stat-label {
  font-family: var(--hp-font-heading);
  font-size: 0.725rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}


/* ==========================================================================
   3. OUR STORY SECTION
   ========================================================================== */
.hp-story-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.hp-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hp-story-label {
  display: inline-block;
  font-family: var(--hp-font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  color: #11b2a4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
}

.hp-story-heading {
  font-family: var(--hp-font-heading);
  font-size: clamp(2.25rem, 3.5vw, 3rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.hp-story-text {
  font-size: 0.975rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.hp-story-bullets {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hp-story-bullet-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--hp-font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
}

.hp-bullet-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #11b2a4;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  flex-shrink: 0;
}

.hp-story-image-box {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
  border: 1px solid #e2e8f0;
}

.hp-story-image-box img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.hp-story-image-box:hover img {
  transform: scale(1.03);
}


/* ==========================================================================
   4. COMPANY JOURNEY TIMELINE
   ========================================================================== */
.hp-timeline-section {
  padding: 60px 0;
}

.hp-timeline-card {
  background: linear-gradient(145deg, #0b0d19 0%, #13172e 100%);
  border-radius: 24px;
  padding: 4.5rem 3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.hp-timeline-header {
  text-align: center;
  margin-bottom: 4rem;
}

.hp-timeline-label {
  display: inline-block;
  font-family: var(--hp-font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: #11b2a4;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.hp-timeline-track-wrapper {
  position: relative;
  padding: 2rem 0 1rem 0;
}

.hp-timeline-line {
  position: absolute;
  top: 45px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  z-index: 1;
}

.hp-timeline-line-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #11b2a4 0%, #0ea194 100%);
  box-shadow: 0 0 12px rgba(17, 178, 164, 0.6);
}

.hp-timeline-nodes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
  z-index: 2;
  gap: 1rem;
}

.hp-timeline-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hp-timeline-icon-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #11152a;
  border: 2px solid #11b2a4;
  color: #11b2a4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 20px rgba(17, 178, 164, 0.25);
  transition: all 0.3s ease;
  position: relative;
}

.hp-timeline-node:hover .hp-timeline-icon-btn {
  background: #11b2a4;
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(17, 178, 164, 0.6);
}

.hp-timeline-icon-btn svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.hp-timeline-year {
  font-family: var(--hp-font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.hp-timeline-desc {
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.4;
  max-width: 140px;
}


/* ==========================================================================
   5. VISION & MISSION + MANUFACTURING EXCELLENCE
   ========================================================================== */
.hp-vm-mfg-section {
  padding: 80px 0;
  background-color: #f8fafc;
}

.hp-vm-mfg-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 3rem;
  align-items: stretch;
}

/* Left Column: Vision & Mission Cards */
.hp-vm-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hp-vm-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1;
}

.hp-vm-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.hp-vm-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(17, 178, 164, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #11b2a4;
  margin-bottom: 1.25rem;
}

.hp-vm-icon-box svg {
  width: 26px;
  height: 26px;
  stroke: #11b2a4;
  fill: none;
  stroke-width: 2;
}

.hp-vm-title {
  font-family: var(--hp-font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: #11b2a4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.85rem;
}

.hp-vm-text {
  font-size: 0.925rem;
  color: #475569;
  line-height: 1.65;
}

/* Right Column: Manufacturing Excellence */
.hp-mfg-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hp-mfg-label {
  font-family: var(--hp-font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  color: #11b2a4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
}

.hp-mfg-intro {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.hp-mfg-inner-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
}

.hp-mfg-features-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.hp-mfg-feature-item {
  display: flex;
  flex-direction: column;
}

.hp-mfg-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(17, 178, 164, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #11b2a4;
  margin-bottom: 0.85rem;
}

.hp-mfg-feature-icon svg {
  width: 22px;
  height: 22px;
  stroke: #11b2a4;
  fill: none;
  stroke-width: 2;
}

.hp-mfg-feature-title {
  font-family: var(--hp-font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.35rem;
}

.hp-mfg-feature-desc {
  font-size: 0.775rem;
  color: #64748b;
  line-height: 1.45;
}

.hp-mfg-image-box {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.hp-mfg-image-box img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
}


/* ==========================================================================
   6. TECHNOLOGY & INNOVATION
   ========================================================================== */
.hp-tech-section {
  padding: 60px 0;
}

.hp-tech-card {
  background: linear-gradient(135deg, #070913 0%, #11162b 100%);
  border-radius: 24px;
  padding: 4.5rem 3.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  color: #ffffff;
}

.hp-tech-header {
  margin-bottom: 3.5rem;
  max-width: 650px;
}

.hp-tech-label {
  font-family: var(--hp-font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: #11b2a4;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.85rem;
  display: block;
}

.hp-tech-intro {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.6;
}

.hp-tech-main-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hp-tech-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.hp-tech-feature-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1.75rem;
  transition: all 0.3s ease;
}

.hp-tech-feature-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(17, 178, 164, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(17, 178, 164, 0.15);
}

.hp-tech-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(17, 178, 164, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #11b2a4;
  margin-bottom: 1.25rem;
}

.hp-tech-feature-icon svg {
  width: 24px;
  height: 24px;
  stroke: #11b2a4;
  fill: none;
  stroke-width: 2;
}

.hp-tech-feature-title {
  font-family: var(--hp-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.hp-tech-feature-desc {
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.5;
}

.hp-tech-scooter-render {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hp-tech-scooter-render img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.6));
  transition: transform 0.5s ease;
}

.hp-tech-scooter-render:hover img {
  transform: scale(1.05);
}


/* ==========================================================================
   7. FACTORY GALLERY
   ========================================================================== */
.hp-gallery-section {
  padding: 80px 0;
  background-color: #ffffff;
  text-align: center;
}

.hp-gallery-header {
  margin-bottom: 3rem;
}

.hp-gallery-label {
  font-family: var(--hp-font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: #11b2a4;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: block;
}

.hp-gallery-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.hp-gallery-item {
  border-radius: 16px;
  overflow: hidden;
  height: 200px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.hp-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.hp-gallery-item::after {
  content: '🔍';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 178, 164, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hp-gallery-item:hover img {
  transform: scale(1.1);
}

.hp-gallery-item:hover::after {
  opacity: 1;
}


/* ==========================================================================
   8. LEADERSHIP MESSAGE
   ========================================================================== */
.hp-leadership-section {
  padding: 70px 0;
  background-color: #f8fafc;
}

.hp-leadership-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 3.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.hp-leadership-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3.5rem;
  align-items: center;
}

.hp-leadership-photo-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
}

.hp-leadership-photo-box img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.hp-leadership-content {
  position: relative;
}

.hp-quote-mark {
  font-family: serif;
  font-size: 4rem;
  color: rgba(17, 178, 164, 0.25);
  line-height: 1;
  margin-bottom: -1rem;
}

.hp-leadership-title {
  font-family: var(--hp-font-heading);
  font-size: 1.85rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.25rem;
}

.hp-leadership-quote-text {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 2rem;
}

.hp-leadership-sign-block {
  display: flex;
  flex-direction: column;
}

.hp-leadership-sincerely {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 0.5rem;
}

.hp-leadership-signature {
  font-family: 'Outfit', cursive, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.hp-leadership-designation {
  font-family: var(--hp-font-heading);
  font-size: 0.825rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}


/* ==========================================================================
   9. WHY CHOOSE HINDUSTAN POWER
   ========================================================================== */
.hp-why-us-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.hp-why-us-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.hp-why-us-label {
  font-family: var(--hp-font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: #11b2a4;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: block;
}

.hp-why-us-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
}

.hp-why-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 2rem 1.25rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hp-why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: rgba(17, 178, 164, 0.3);
}

.hp-why-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(17, 178, 164, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #11b2a4;
  margin-bottom: 1.25rem;
}

.hp-why-icon-box svg {
  width: 26px;
  height: 26px;
  stroke: #11b2a4;
  fill: none;
  stroke-width: 2;
}

.hp-why-title {
  font-family: var(--hp-font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.hp-why-desc {
  font-size: 0.775rem;
  color: #64748b;
  line-height: 1.45;
}


/* ==========================================================================
   10. PREMIUM CTA BANNER
   ========================================================================== */
.hp-about-cta-section {
  padding: 50px 0 90px 0;
}

.hp-cta-banner-card {
  background: linear-gradient(135deg, #070913 0%, #11162b 100%);
  border-radius: 24px;
  padding: 4rem 4rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.hp-cta-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hp-cta-heading {
  font-family: var(--hp-font-heading);
  font-size: clamp(2.25rem, 3.8vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.hp-cta-subtext {
  font-size: 1rem;
  color: #94a3b8;
  margin-bottom: 2.25rem;
}

.hp-cta-buttons {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.hp-cta-scooter-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hp-cta-scooter-img img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.5));
}


/* ==========================================================================
   11. LIGHTBOX MODAL
   ========================================================================== */
.hp-lightbox-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 9, 19, 0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.hp-lightbox-modal.is-active {
  display: flex;
}

.hp-lightbox-content {
  max-width: 90%;
  max-height: 85vh;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
}

.hp-lightbox-content img {
  max-width: 100%;
  max-height: 85vh;
  display: block;
  object-fit: contain;
}

.hp-lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.hp-lightbox-close:hover {
  background: #11b2a4;
}


/* ==========================================================================
   12. RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1200px) {
  .hp-why-us-grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .hp-gallery-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .hp-timeline-nodes {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.5rem;
  }
  .hp-timeline-line {
    display: none;
  }
}

@media (max-width: 992px) {
  .hp-about-hero .hp-hero-grid,
  .hp-hero-grid,
  .hp-story-grid,
  .hp-vm-mfg-grid,
  .hp-tech-main-grid,
  .hp-leadership-grid,
  .hp-cta-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .hp-hero-content {
    max-width: 100% !important;
  }

  .hp-hero-visual,
  .hp-hero-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hp-hero-card img {
    height: 280px !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .hp-mfg-inner-grid {
    grid-template-columns: 1fr;
  }

  .hp-leadership-photo-box img {
    height: 300px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .hp-about-hero {
    padding-top: 110px !important;
    padding-bottom: 50px !important;
    min-height: auto;
  }

  .hp-stats-wrapper {
    margin-top: 2rem !important;
    margin-bottom: 3rem !important;
  }

  .hp-stats-card {
    padding: 1.75rem 1.25rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .hp-stats-grid,
  .hp-about-stats-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }

  .hp-stat-item {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    padding-bottom: 1.25rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .hp-stat-item:last-child {
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }

  .hp-stat-item::after {
    display: none !important;
  }

  .hp-stat-number-wrapper {
    font-size: 1.85rem !important;
  }

  .hp-stat-label {
    font-size: 0.75rem !important;
    letter-spacing: 0.05em !important;
  }

  .hp-why-us-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-gallery-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-tech-features-grid,
  .hp-mfg-features-2x2 {
    grid-template-columns: 1fr;
  }

  /* Vertical Timeline on Mobile */
  .hp-timeline-nodes {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    position: relative;
    padding-left: 1.5rem;
    border-left: 2px solid #11b2a4;
  }

  .hp-timeline-node {
    padding-left: 0.5rem;
  }

  .hp-timeline-card {
    padding: 1.75rem 1.25rem;
  }

  .hp-cta-banner-card {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .hp-why-us-grid-6,
  .hp-gallery-grid-5 {
    grid-template-columns: 1fr;
  }

  .hp-hero-heading {
    font-size: 2.1rem;
  }

  .hp-hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .hp-btn-play {
    justify-content: center;
  }
}
