/* Redesigned About Us Page Styles - Apple-style Clean & Professional */

/* Clean Light Theme Override for the whole page */
.about-page {
  color: #2d3748 !important;
  background: #ffffff !important;
}

.about-hero {
  position: relative;
  background-color: #ffffff !important;
  color: #2d3748 !important;
}

.about-hero h1 {
  color: #1a202c !important;
}

.about-hero-lead {
  color: #4a5568 !important;
}

.about-hero .fw-hero-eyebrow {
  color: var(--color-red) !important;
  font-weight: 700 !important;
}

/* Badges Light Theme Styling */
.about-hero .about-hero-badge {
  background: #f7f7f9 !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.about-hero .about-hero-badge strong {
  color: #1a202c !important;
}

.about-hero .about-hero-badge span {
  color: #718096 !important;
}

/* Action button light theme fix */
.about-hero .btn-outline-white {
  color: #1a202c !important;
  border-color: #cbd5e0 !important;
  background: transparent !important;
}

.about-hero .btn-outline-white:hover {
  background: #f7f7f9 !important;
  border-color: #a0aec0 !important;
  color: #1a202c !important;
}

/* Showcase cards light theme borders/shadows */
.about-hero .about-showcase-card {
  border: 1px solid #e2e8f0 !important;
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}

.about-hero .about-showcase-card:hover {
  border-color: var(--color-red) !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
}

/* Blurry circles in background */
.about-hero::before {
  background: radial-gradient(circle, rgba(215, 25, 32, 0.06), transparent 68%) !important;
}

.about-hero::after {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.03), transparent 70%) !important;
}

/* Lower Page Light-Theme Wrapper */
.about-page-light-content {
  background-color: #ffffff;
  color: #2d3748;
  font-family: var(--font-sans);
}

/* Sections & Spacing */
.about-light-section {
  padding: 3rem 0; /* Reduced from 5rem */
}

.about-light-section.section-alt {
  background-color: #f8f9fa;
  border-top: 1px solid #f1f3f5;
  border-bottom: 1px solid #f1f3f5;
}

.section-separator {
  border: 0;
  border-top: 1px solid #edf2f7;
  margin: 0;
}

/* Typography & Headings */
.about-eyebrow {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-red);
  margin-bottom: 0.5rem;
}

.about-light-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.15;
  color: #1a202c;
  margin-bottom: 0.75rem; /* Reduced from 1.25rem */
}

.about-light-section p {
  font-size: 1.02rem;
  line-height: 1.6;
  color: #4a5568;
}

.section-heading-block {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 1.75rem; /* Compact margin */
}

/* --- Section 1: About Fone World (2 Columns) --- */
.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem; /* Reduced from 3.5rem */
  align-items: center;
}

.about-intro-media {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  line-height: 0;
}

.about-intro-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.about-intro-content p {
  margin-bottom: 1.25rem;
}

.about-intro-content p:last-child {
  margin-bottom: 0;
}

/* --- Section 2: Video Banner (Video #1) --- */
.about-video-banner {
  position: relative;
  width: 100%;
  height: 280px; /* Reduced from 380px */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.about-video-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.about-video-banner-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-video-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.about-video-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 0 1.5rem;
  max-width: 780px;
}

.about-video-banner-content h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0.5rem 0 1.5rem;
  line-height: 1.1;
}

.about-video-banner-features {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.about-video-banner-features span {
  font-size: 1rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* --- Section 3: Why Choose Us (4 Cards) --- */
.choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem; /* Reduced from 1.5rem */
  margin-top: 1.75rem; /* Reduced from 2.5rem */
}

.choose-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem 1.25rem; /* Reduced from 2rem 1.75rem */
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.choose-card:hover {
  transform: translateY(-3px);
  border-color: var(--color-red);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.choose-card-icon {
  font-size: 1.5rem; /* Reduced from 1.75rem */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem; /* Reduced from 3rem */
  height: 2.5rem; /* Reduced from 3rem */
  border-radius: 8px;
  background: #fff5f5;
  color: var(--color-red);
  margin-bottom: 0.75rem; /* Reduced from 1.25rem */
  border: 1px solid #ffe3e3;
}

.choose-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.choose-card p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #718096;
}

/* --- Section 4: Repair Process (Video #2 + Content Split) --- */
.about-light-section.section-process {
  padding: 3rem 0;
}

.process-split {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 2rem;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.process-video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Realistic Phone Mockup Wrapper */
.process-phone-wrapper {
  position: relative;
  padding: 0 10px; /* spacing for physical buttons on side */
}

/* Side Buttons */
.process-phone-button {
  position: absolute;
  background: #1c1c1e;
  border: 1px solid #2d2d30;
  z-index: 1;
}

.process-phone-button.left-action {
  top: 50px;
  left: 7px;
  width: 3px;
  height: 10px;
  border-radius: 2px 0 0 2px;
}

.process-phone-button.left-vol-up {
  top: 75px;
  left: 7px;
  width: 3px;
  height: 22px;
  border-radius: 2px 0 0 2px;
}

.process-phone-button.left-vol-down {
  top: 105px;
  left: 7px;
  width: 3px;
  height: 22px;
  border-radius: 2px 0 0 2px;
}

.process-phone-button.right-power {
  top: 85px;
  right: 7px;
  width: 3px;
  height: 32px;
  border-radius: 0 2px 2px 0;
}

/* Phone Frame */
.process-phone-frame {
  position: relative;
  width: 190px;
  height: 410px;
  background: #000;
  border: 9px solid #1a1a1c; /* Bezel */
  border-radius: 36px;
  box-shadow: 
    0 0 0 2px #3c3c3e, /* Outer titanium band */
    0 8px 24px rgba(0, 0, 0, 0.15),
    0 20px 40px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  line-height: 0;
}

/* Glass screen glare */
.process-phone-glare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 55%);
  z-index: 4;
  pointer-events: none;
}

/* Dynamic Island */
.process-phone-island {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 12px;
  background: #000;
  border-radius: 6px;
  z-index: 5;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.process-phone-island::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 6px;
  background: #0d122b; /* Lens color */
  border-radius: 50%;
  box-shadow: inset 0 0 1px rgba(255,255,255,0.4);
}

/* Speaker Grill */
.process-phone-speaker {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background: #2c2c2e;
  border-radius: 1px;
  z-index: 5;
}

/* Home Indicator */
.process-phone-home-indicator {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 3px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 2px;
  z-index: 5;
}

.process-phone-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.process-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  transition: transform 0.2s ease;
}

.process-item:hover {
  transform: translateX(3px);
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff5f5;
  color: var(--color-red);
  border: 1px solid #ffe3e3;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.process-item-copy h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.15rem;
}

.process-item-copy p {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #718096;
}


/* --- Section 6: Testimonials (Max 3) --- */
.testimonials-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem; /* Reduced from 1.5rem */
  margin-top: 1.75rem; /* Reduced from 2.5rem */
}

.testimonial-card-light {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem 1.25rem; /* Reduced from 2.25rem 2rem */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-card-light .stars {
  color: #fbbf24;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.testimonial-card-light p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #4a5568;
  font-style: italic;
  flex-grow: 1;
}

.testimonial-author-light {
  margin-top: 1rem; /* Reduced from 1.5rem */
  padding-top: 0.85rem; /* Reduced from 1.25rem */
  border-top: 1px solid #edf2f7;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-avatar-light {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #fff5f5;
  color: var(--color-red);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffe3e3;
}

.testimonial-author-details {
  display: flex;
  flex-direction: column;
}

.testimonial-author-details strong {
  font-size: 0.92rem;
  color: #1a202c;
}

.testimonial-author-details span {
  font-size: 0.78rem;
  color: #a0aec0;
}

/* --- Section 7: Call to Action --- */
.about-cta-container {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0;
}

.about-cta-container h2 {
  margin-bottom: 0.75rem;
}

.about-cta-container p {
  max-width: 600px;
  margin: 0 auto 1.25rem; /* Reduced from 2rem */
}

.about-cta-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* RESPONSIVE MEDIA QUERIES */
@media (max-width: 992px) {
  .about-intro-grid,
  .process-split {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .process-video-container {
    order: -1;
  }

  .choose-grid,
  .testimonials-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .metrics-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .about-light-section {
    padding: 2.25rem 0; /* Reduced from 3.5rem */
  }

  .choose-grid,
  .testimonials-row,
  .metrics-row {
    grid-template-columns: 1fr;
  }

  .about-video-banner {
    height: 220px; /* Reduced from 320px */
  }

  .about-video-banner-features {
    gap: 0.75rem;
  }

  .about-video-banner-features span {
    font-size: 0.88rem;
    padding: 0.4rem 1rem;
  }

  .about-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .about-cta-actions .btn {
    width: 100%;
  }
}
