*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --navy: #0a1628;
      --navy-mid: #122040;
      --navy-light: #1a3060;
      --white: #ffffff;
      --off-white: #f4f6fb;
      --accent: #2a6fdb;
      --text-muted: #8a9bbf;
      --border-light: rgba(255,255,255,0.1);
          }

    html { scroll-behavior:smooth; }

    body {
      font-family: 'Inter', "sans-serif";
      background: var(--white);
      color : var(--navy);
      overflow-x: hidden;
        }
    /*NAV*/
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      background: var(--navy);
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.2rem 5rem;
    }
    .nav-logo {
      font-size: 1.4rem;
      font-weight: 900;
      color: var(--white);
      text-decoration: none;
      letter-spacing: -0.02em;
    }
    .nav-logo span { color: var(--accent); }

     .nav-links {
      display: flex;
      gap: 2.5rem;
      list-style: none;
    }

    .nav-links a {
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--text-muted);
      text-decoration: none;
      transition: color 0.2s;
    }
    .nav-links a:hover { color: var(--white); }

    .nav-cta {
      background: var(--accent);
      color: var(--white);
      padding: 0.65rem 1.6rem;
      font-size: 0.85rem;
      font-weight: 700;
      text-decoration: none;
      border-radius: 4px;
      transition: opacity 0.2s;
    }
    .nav-cta:hover { opacity: 0.85; }

    /* HERO */
    .hero {
      background: var(--navy);
      padding: 10rem 5rem 7rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
      min-height: 100vh;
    }

    .hero-tag {
      display: inline-block;
      background: var(--accent);
      color: var(--white);
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 0.4rem 1rem;
      border-radius: 3px;
      margin-bottom: 1.5rem;
    }

     .hero-title {
      font-size: clamp(2.8rem, 5vw, 5rem);
      font-weight: 900;
      color: var(--white);
      line-height: 1.0;
      letter-spacing: -0.03em;
      margin-bottom: 1.5rem;
    }

    .hero-title span { color: var(--accent); }

    .hero-sub {
      font-size: 1.05rem;
      line-height: 1.75;
      color: var(--text-muted);
      max-width: 460px;
      margin-bottom: 2.5rem;
    }

    .hero-actions { display: flex; gap: 1rem; }

     .btn {
      display: inline-block;
      padding: 0.9rem 2rem;
      font-size: 0.9rem;
      font-weight: 700;
      text-decoration: none;
      border-radius: 4px;
      transition: opacity 0.2s;
      cursor: pointer;
      border: none;
    }

    .btn:hover {opacity: 0.85; }

    .btn-blue { background: var(--accent); color: var(--white); }
 
    .btn-ghost {
      background: transparent;
      color: var(--white);
      border: 2px solid rgba(255,255,255,0.25);
    }

    .btn-ghost:hover { border-color: var(--white); opacity: 1;}

    .hero-right {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .stat-row {
        display:grid;
        grid-template-columns: repeat(3, 1fr);
        gap:1rem;

    }

    .stat-box {
        background: var(--navy-mid);
        border:1px solid var(--border);
        border-radius: 8px;
        padding:1.5rem;
        text-align: center;
    }

    .stat-num {
      font-size: 2.2rem;
      font-weight: 900;
      color: var(--white);
      letter-spacing: -0.03em;
    }
 
    .stat-label {
      font-size: 0.75rem;
      font-weight: 600;
      color: var(--text-muted);
      margin-top: 0.3rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

     .hero-visual {
      background: var(--navy-mid);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-logo {
      width: 100%;
      max-width: 100%;
      height:auto;
      display:block;
    }

   /* ── SHARED SECTION STYLES ── */
    .section-tag {
      font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.15em; text-transform: uppercase;
      color: var(--accent); margin-bottom: 0.8rem;
    }
    .section-title {
      font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 900;
      color: var(--navy); line-height: 1.1;
      letter-spacing: -0.02em; margin-bottom: 3rem;
    }
 
    /* ── EYEWEAR SECTION ── */
    .services { padding: 7rem 5rem; background: var(--off-white); }
 
    .services-grid {
      display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem;
    }
 
    .service-card {
      background: var(--white); border: 2px solid transparent;
      border-radius: 8px; padding: 2rem;
      transition: border-color 0.2s, transform 0.2s;
    }
    .service-card:hover { border-color: var(--accent); transform: translateY(-3px); }
 
    .service-icon {
      width: 44px; height: 44px; background: var(--navy);
      border-radius: 8px; display: flex;
      align-items: center; justify-content: center; margin-bottom: 1.2rem;
    }
    .service-icon svg { width: 22px; height: 22px; }
    .service-name { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 0.6rem; }
    .service-desc { font-size: 0.88rem; line-height: 1.7; color: #556; }
 
    /* ── FEATURED FRAMES ── */
    .frames { padding: 7rem 5rem; background: var(--white); }
 
    .frames-filters {
      display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 2.5rem;
    }
 
    .filter-btn {
      padding: 0.5rem 1.2rem; border-radius: 999px;
      border: 2px solid var(--border-light);
      background: var(--white); color: var(--navy);
      font-size: 0.82rem; font-weight: 700;
      cursor: pointer; transition: all 0.2s;
      font-family: 'Inter', sans-serif;
    }
    .filter-btn:hover, .filter-btn.active {
      background: var(--navy); color: var(--white); border-color: var(--navy);
    }
 
    .frames-grid {
      display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem;
    }
 
    .frame-card {
      border-radius: 12px; overflow: hidden;
      border: 1px solid var(--border-light);
      transition: transform 0.2s, box-shadow 0.2s;
      cursor: pointer;
    }
    .frame-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 32px rgba(10,22,40,0.1);
    }
 
    .frame-img {
  width: 100%; aspect-ratio: 4/3;
  background: var(--white);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}

    .frame-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}
 
    .frame-tag {
      position: absolute; top: 10px; left: 10px;
      background: var(--accent); color: var(--white);
      font-size: 0.65rem; font-weight: 800;
      letter-spacing: 0.1em; text-transform: uppercase;
      padding: 0.25rem 0.6rem; border-radius: 3px;
    }
 
    .frame-info { padding: 1rem 1.2rem 1.2rem; }
    .frame-brand { font-size: 0.7rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.3rem; }
    .frame-name { font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 0.2rem; }
    .frame-style { font-size: 0.8rem; color: #778; }
 
    .frame-card[data-cat] { display: none; }
    .frame-card.visible { display: block; }

    .frames-carousel {
  position: relative;
}

.frames-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.25rem 3.5rem 0.5rem;
  scrollbar-width: none;
}

.frames-track::-webkit-scrollbar {
  display: none;
}

.frame-card {
  flex: 0 0 calc(25% - 1.1rem);
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  background: var(--white);
  transition: transform 0.2s, box-shadow 0.2s;
}

.frame-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(10,22,40,0.1);
}

.carousel-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 5;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(10,22,40,0.25);
}

.carousel-btn:hover {
  background: var(--accent);
}

.carousel-btn.prev {
  left: 0;
}

.carousel-btn.next {
  right: 0;
}

@media (max-width: 900px) {
  .frame-card {
    flex: 0 0 82%;
  }

  .frames-track {
    padding: 0.25rem 0 0.5rem;
  }

  .carousel-btn {
    display: none;
  }
}
 
    /* ── PRICING ── */
    .pricing {
      padding: 7rem 5rem;
      background: linear-gradient(180deg, #fff 0%, var(--off-white) 100%);
    }
    .pricing-sub { font-size: 1rem; line-height: 1.7; color: #556; max-width: 650px; margin-bottom: 3rem; }
    .pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
 
    .pricing-card {
      background: var(--white); border: 1px solid var(--border-light);
      border-radius: 16px; padding: 2rem;
      box-shadow: 0 14px 40px rgba(10,22,40,0.06);
      transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    }
    .pricing-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 50px rgba(10,22,40,0.10);
      border-color: rgba(42,111,219,0.35);
    }
    .pricing-card.featured { border: 2px solid var(--accent); transform: scale(1.03); }
    .pricing-card h3 { font-size: 1.25rem; font-weight: 800; color: var(--navy); margin-bottom: 0.6rem; }
    .pricing-desc { font-size: 0.92rem; line-height: 1.7; color: #556; margin-bottom: 1.2rem; }
    .pricing-price { font-size: 2rem; font-weight: 900; color: var(--navy); letter-spacing: -0.03em; margin-bottom: 1rem; }
    .pricing-card ul { list-style: none; padding: 0; }
    .pricing-card li { font-size: 0.9rem; color: #445; margin-bottom: 0.6rem; padding-left: 1.1rem; position: relative; }
    .pricing-card li::before { content: "•"; color: var(--accent); position: absolute; left: 0; }
    .pricing-badge {
      display: inline-block; background: var(--accent); color: white;
      font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em;
      text-transform: uppercase; padding: 0.35rem 0.7rem;
      border-radius: 999px; margin-bottom: 1rem;
    }
 
    /* ── CONTACTS BRANDS ── */
    .contacts-section { padding: 7rem 5rem; background: var(--off-white); }
 
    .contacts-grid {
      display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem;
    }
 
    .contact-brand-card {
      background: var(--white); border-radius: 12px;
      border: 1px solid var(--border-light);
      padding: 2rem 1.5rem; text-align: center;
      transition: border-color 0.2s, transform 0.2s;
    }
    .contact-brand-card:hover { border-color: var(--accent); transform: translateY(-3px); }
 
    .contact-brand-logo {
      width: 56px; height: 56px; border-radius: 50%;
      background: var(--navy); display: flex;
      align-items: center; justify-content: center;
      margin: 0 auto 1rem;
    }
    .contact-brand-logo svg { width: 28px; height: 28px; }
 
    .contact-brand-name { font-size: 1rem; font-weight: 800; color: var(--navy); margin-bottom: 0.3rem; }
    .contact-brand-desc { font-size: 0.8rem; color: #778; line-height: 1.5; }
 
    /* ── MEET THE TEAM ── */
    .team { padding: 7rem 5rem; background: var(--navy); }
    .team .section-tag { color: var(--accent); }
    .team .section-title { color: var(--white); }
 
    .team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
 
    .team-card {
      background: var(--navy-mid); border: 1px solid var(--border);
      border-radius: 12px; overflow: hidden;
      transition: transform 0.2s, border-color 0.2s;
    }
    .team-card:hover { transform: translateY(-4px); border-color: var(--accent); }
 
    .team-photo {
      width: 100%; aspect-ratio: 1/1;
      background: #1a3060;
      display: flex; align-items: center; justify-content: center;
    }
    .team-photo svg { width: 72px; height: 72px; opacity: 0.3; }
 
    .team-info { padding: 1.5rem; }
    .team-name { font-size: 1.1rem; font-weight: 800; color: var(--white); margin-bottom: 0.3rem; }
    .team-role {
      font-size: 0.72rem; font-weight: 700;
      color: var(--accent); text-transform: uppercase;
      letter-spacing: 0.1em; margin-bottom: 0.8rem;
    }
    .team-bio { font-size: 0.85rem; line-height: 1.65; color: var(--text-muted); }
 
    /* ── FAQ ── */
    .faq { padding: 7rem 5rem; background: var(--white); }
    .faq-list { max-width: 760px; display: flex; flex-direction: column; gap: 0; }
 
    .faq-item {
      border-bottom: 1px solid var(--border-light);
    }
 
    .faq-q {
      width: 100%; background: none; border: none;
      padding: 1.4rem 0; display: flex;
      justify-content: space-between; align-items: center;
      font-family: 'Inter', sans-serif; font-size: 0.97rem;
      font-weight: 700; color: var(--navy);
      cursor: pointer; text-align: left; gap: 1rem;
    }
 
    .faq-icon {
      width: 24px; height: 24px; flex-shrink: 0;
      background: var(--off-white); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      transition: background 0.2s, transform 0.3s;
      font-size: 1rem; color: var(--navy); font-weight: 900;
    }
 
    .faq-item.open .faq-icon { background: var(--accent); color: var(--white); transform: rotate(45deg); }
 
    .faq-a {
      font-size: 0.9rem; line-height: 1.75; color: #556;
      max-height: 0; overflow: hidden;
      transition: max-height 0.35s ease, padding 0.35s ease;
    }
    .faq-item.open .faq-a { max-height: 200px; padding-bottom: 1.2rem; }
 
    /* ── BRANDS ── */
    .brands { background: var(--navy); padding: 4rem 5rem; text-align: center; }
    .brands p {
      font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.15em; text-transform: uppercase;
      color: var(--text-muted); margin-bottom: 2rem;
    }
    .brands-row { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; }
    .brand {
      font-size: 1.1rem; font-weight: 900;
      letter-spacing: 0.08em; text-transform: uppercase;
      color: rgba(255,255,255,0.2); transition: color 0.2s; cursor: default;
    }
    .brand:hover { color: var(--white); }
 
    /* ── CONTACT ── */
    .contact-section {
      padding: 7rem 5rem;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 6rem; align-items: start;
    }
 
    .contact-section .section-title { margin-bottom: 1rem; }
    .contact-section > div > p { font-size: 0.95rem; line-height: 1.8; color: #556; margin-bottom: 2rem; }
 
    .phone-link {
      font-size: 1.8rem; font-weight: 900; color: var(--navy);
      text-decoration: none; letter-spacing: -0.02em;
      display: block; margin-bottom: 0.4rem;
    }
    .phone-link:hover { color: var(--accent); }
    .hours { font-size: 0.85rem; color: #778; margin-bottom: 1.5rem; display: block; }
 
    .contact-links { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; }
    .contact-link {
      display: flex; align-items: center; gap: 0.5rem;
      background: var(--off-white); border: 1px solid var(--border-light);
      border-radius: 8px; padding: 0.7rem 1.2rem;
      font-size: 0.85rem; font-weight: 700; color: var(--navy);
      text-decoration: none; transition: border-color 0.2s, background 0.2s;
    }
    .contact-link:hover { border-color: var(--accent); background: #eef3fb; }
 
    .map-placeholder {
      background: var(--off-white); border: 1px solid var(--border-light);
      border-radius: 12px; padding: 2.5rem;
      display: flex; flex-direction: column; gap: 1.2rem;
    }
 
    .map-pin {
      width: 52px; height: 52px; background: var(--navy);
      border-radius: 50%; display: flex;
      align-items: center; justify-content: center;
    }
    .map-pin svg { width: 26px; height: 26px; }
 
    .map-address { font-size: 1.1rem; font-weight: 800; color: var(--navy); line-height: 1.4; }
    .map-sub { font-size: 0.88rem; color: #778; }
 
    .map-directions {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: var(--accent); color: var(--white);
      padding: 0.7rem 1.4rem; border-radius: 6px;
      font-size: 0.85rem; font-weight: 700;
      text-decoration: none; transition: opacity 0.2s; width: fit-content;
    }
    .map-directions:hover { opacity: 0.85; }
 
    /* ── FOOTER ── */
    footer { background: #060e1a; padding: 4rem 5rem 2rem; color: var(--white); }
 
    .footer-top {
      display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 3rem; margin-bottom: 3rem; padding-bottom: 3rem;
      border-bottom: 1px solid var(--border);
    }
    .footer-logo { font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; margin-bottom: 0.8rem; }
    .footer-logo span { color: var(--accent); }
    .footer-desc { font-size: 0.85rem; line-height: 1.7; color: var(--text-muted); max-width: 240px; }
    .footer-col h4 {
      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em;
      text-transform: uppercase; color: var(--white); margin-bottom: 1.2rem;
    }
    .footer-col ul { list-style: none; }
    .footer-col li { margin-bottom: 0.6rem; }
    .footer-col a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
    .footer-col a:hover { color: var(--white); }
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; }
    .footer-copy { font-size: 0.8rem; color: rgba(255,255,255,0.25); }
 
    /* ── FLOATING CALL BUTTON ── */
    .float-call {
      position: fixed; bottom: 2rem; right: 2rem;
      background: var(--accent); color: var(--white);
      width: 56px; height: 56px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 8px 24px rgba(42,111,219,0.45);
      text-decoration: none; z-index: 200;
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .float-call:hover {
      transform: scale(1.1);
      box-shadow: 0 12px 32px rgba(42,111,219,0.55);
    }
    .float-call svg { width: 24px; height: 24px; }
 
    /* ── HAMBURGER ── */
    .nav-hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px;
      z-index: 201;
    }
    .nav-hamburger span {
      display: block;
      width: 24px;
      height: 2px;
      background: var(--white);
      border-radius: 2px;
      transition: all 0.3s;
    }
    .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-hamburger.open span:nth-child(2) { opacity: 0; }
    .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      nav { padding: 1rem 2rem; }
      .nav-hamburger { display: flex; }
      .nav-links {
        display: none;
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: var(--navy);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2.5rem;
        z-index: 200;
      }
      .nav-links.open { display: flex; }
      .nav-links a { font-size: 1.4rem; font-weight: 700; color: var(--white); }
      .nav-cta { display: none; }
      .hero { grid-template-columns: 1fr; padding: 7rem 2rem 4rem; }
      .services { padding: 5rem 2rem; }
      .services-grid, .frames-grid, .contacts-grid, .team-grid, .pricing-grid { grid-template-columns: 1fr; }
      .frames, .contacts-section, .faq, .pricing, .team { padding: 5rem 2rem; }
      .contact-section { grid-template-columns: 1fr; padding: 5rem 2rem; gap: 3rem; }
      .brands { padding: 3rem 2rem; }
      footer { padding: 3rem 2rem 1.5rem; }
      .footer-top { grid-template-columns: 1fr 1fr; }
      .pricing-card.featured { transform: none; }
      
    }

/* ── INSURANCE ── */

/* The outer section - same padding pattern as every other section on the site,
   off-white background so it visually separates from the white pricing section above */
.insurance {
  padding: 7rem 5rem;
  background: var(--off-white);
}

/* The small paragraph under the heading - max-width keeps the text from stretching
   too wide on large screens, which would make it hard to read */
.insurance-sub {
  font-size: 1rem;
  line-height: 1.7;
  color: #556;
  max-width: 600px;
  margin-bottom: 3rem;
}

/* The phone number link inside that paragraph */
.insurance-sub a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}
.insurance-sub a:hover { text-decoration: underline; }

.insurance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

/* Each individual insurance card */
.insurance-card {
  background: var(--white);
  border: 1px solid var(--border-light); 
  border-radius: 10px;
  padding: 1.1rem 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  display: flex;           
  align-items: center;     
  gap: 0.75rem;            
  transition: border-color 0.2s, transform 0.2s;
}

.insurance-card:hover {
  border-color: var(--accent);  /* blue border on hover, consistent with every other card on the site */
  transform: translateY(-2px);  /* subtle lift */
}

.insurance-card::before {
  content: "";           
  width: 8px;
  height: 8px;
  border-radius: 50%;    
  background: var(--accent);
  flex-shrink: 0;        /* stops the dot from squishing if the text is long */
}


@media (max-width: 900px) {
  .insurance { padding: 5rem 2rem; }
  .insurance-grid { grid-template-columns: 1fr 1fr; }
}


@media (max-width: 500px) {
  .insurance-grid { grid-template-columns: 1fr; }
}
/* ── ABOUT PAGE ── */
.about-hero {
  background: url('../images/store.jpeg') center/cover no-repeat;
  padding: 10rem 5rem 6rem;
  text-align: center;
  position: relative;
}

/* dark overlay so the text stays readable over the photo */
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 40, 0.6);
}

/* makes sure the text sits on top of the overlay */
.about-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}

.about-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}
.about-lead {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
}
.about-values {
  padding: 7rem 5rem;
  background: var(--off-white);
}
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
.about-value-card {
  background: var(--white);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  border: 1px solid var(--border-light);
  transition: border-color 0.2s, transform 0.2s;
}
.about-value-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.about-value-icon {
  width: 48px; height: 48px;
  background: var(--navy);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.3rem;
}
.about-value-icon svg { width: 22px; height: 22px; }
.about-value-card h3 { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin-bottom: 0.7rem; }
.about-value-card p { font-size: 0.9rem; line-height: 1.75; color: #556; }

.about-stats {
  background: var(--accent);
  padding: 4rem 5rem;
  display: flex;
  justify-content: center;
  gap: 6rem;
  flex-wrap: wrap;
}
.about-stat { text-align: center; }
.about-stat-num {
  font-size: 2.8rem; font-weight: 900; color: var(--white);
  letter-spacing: -0.04em; line-height: 1; margin-bottom: 0.4rem;
}
.about-stat-label {
  font-size: 0.78rem; font-weight: 700;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase; letter-spacing: 0.1em;
}

/* ── FAQ + VIDEO SIDE BY SIDE ── */
.faq-video {
  padding: 7rem 5rem;
  background: var(--white);
}
.faq-video-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.video-side video {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(10,22,40,0.12);
  position: sticky;
  top: 6rem;   /* sticks in place as you scroll through the FAQ */
}

@media (max-width: 900px) {
  .faq-video { padding: 5rem 2rem; }
  .faq-video-inner { grid-template-columns: 1fr; gap: 3rem; }
  .video-side video { position: static; }
}

@media (max-width: 900px) {
  .about-hero { padding: 7rem 2rem 4rem; }
  .about-values { padding: 5rem 2rem; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-stats { padding: 3rem 2rem; gap: 3rem; }
}