/* ABOUT PAGE */

.about-hero{
    padding: 4.5rem 0 2.2rem;
    text-align: center;
  }
  
  .about-hero-inner{
    max-width: 980px;
    margin: 0 auto;
  }
  
  .about-title{
    font-size: 3.1rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
  }
  
  .about-sub{
    margin-top: .9rem;
    color: var(--text-muted);
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05rem;
  }
  
  .about-cta{
    margin-top: 1.4rem;
    display: flex;
    gap: .85rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .about-card{
    padding: 2rem;
  }
  
  .about-h2{
    font-size: 1.65rem;
    margin-bottom: .55rem;
  }
  
  .about-h3{
    font-size: 1.05rem;
    margin-bottom: .35rem;
  }
  
  .about-p{
    color: rgba(255,255,255,.86);
    margin-top: .4rem;
  }
  
  .about-grid{
    margin-top: 1.4rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  
  .about-box{
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
    border-radius: 18px;
    padding: 1.1rem 1.1rem;
  }
  
  .about-link{
    display: inline-flex;
    margin-top: .7rem;
    color: rgba(248,181,0,.92);
    font-weight: 700;
  }
  
  .about-link:hover{
    opacity: .92;
  }
  
  .about-divider{
    height: 1px;
    background: rgba(255,255,255,.08);
    margin: 1.6rem 0;
  }
  
  .about-two{
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 1.2rem;
    align-items: start;
  }
  
  .about-list{
    margin-top: .7rem;
    padding-left: 1.1rem;
    color: rgba(255,255,255,.86);
  }
  
  .about-list li{
    margin: .45rem 0;
  }
  
  .about-actions{
    margin-top: 1rem;
  }
  
  /* Responsive */
  @media (max-width: 900px){
    .about-title{ font-size: 2.5rem; }
    .about-grid{ grid-template-columns: 1fr; }
    .about-two{ grid-template-columns: 1fr; }
    .about-card{ padding: 1.4rem; }
  }
  
  @media (max-width: 520px){
    .about-title{ font-size: 2.1rem; }
  }
  
  /* =========================
   ABOUT PAGE (light-glass + consistent)
   ========================= */

.page-about .about-hero,
.about-hero{
  padding: 4.2rem 0 2.2rem;
  text-align: center;
}

.about-hero-inner{
  max-width: 980px;
  margin: 0 auto;
}

.about-title{
  margin: 14px 0 10px;
  font-size: clamp(2.2rem, 4.6vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.about-sub{
  margin: .6rem auto 0;
  max-width: 860px;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.65;
}

/* CTA row */
.about-cta{
  margin-top: 1.4rem;
  display: flex;
  gap: .85rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Main card */
.about-card{
  padding: 26px;
  border-radius: 26px;
  background: rgba(233,254,255,.78);
  border: 1px solid rgba(17,119,255,.22);
  box-shadow: 0 18px 50px rgba(2,6,23,.10);
  backdrop-filter: blur(14px);
}

/* Card headings */
.about-h2{
  font-size: 1.55rem;
  margin: 0 0 .6rem;
  color: #0f172a;
}

.about-h3{
  font-size: 1.05rem;
  margin: 0 0 .35rem;
  color: #0f172a;
  font-weight: 800;
}

/* Paragraphs */
.about-p{
  color: #334155;
  margin: .4rem 0 0;
  line-height: 1.65;
}

/* Grid boxes */
.about-grid{
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-box{
  border: 1px solid rgba(17,119,255,.18);
  background: rgba(255,255,255,.55);
  border-radius: 18px;
  padding: 16px 16px;
  box-shadow: 0 10px 24px rgba(2,6,23,.06);
}

/* Link */
.about-link{
  display: inline-flex;
  margin-top: .7rem;
  color: #0b63ff;
  font-weight: 800;
  text-decoration: none;
}

.about-link:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Divider */
.about-divider{
  height: 1px;
  background: rgba(2,6,23,.08);
  margin: 1.6rem 0;
}

/* Bottom two-column */
.about-two{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items: start;
}

/* List */
.about-list{
  margin-top: .7rem;
  padding-left: 1.1rem;
  color: #334155;
  line-height: 1.7;
}

.about-list li{
  margin: .45rem 0;
}

/* Buttons stack */
.about-actions{
  margin-top: 1rem;
}

/* Responsive */
@media (max-width: 900px){
  .about-grid{ grid-template-columns: 1fr; }
  .about-two{ grid-template-columns: 1fr; }
  .about-card{ padding: 18px; }
}

/* =========================
   ABOUT PAGE – FIX GHOST BUTTON VISIBILITY
========================= */

.about-card .btn-ghost{
    background: rgba(37, 99, 235, 0.08); /* soft blue */
    color: #1e40af;                      /* strong readable blue */
    border: 1px solid rgba(37, 99, 235, 0.35);
  }
  
  .about-card .btn-ghost:hover{
    background: rgba(37, 99, 235, 0.15);
    color: #1e3a8a;
  }
  
  /* =========================
   ABOUT PAGE – FIX CTA BUTTON VISIBILITY
========================= */

/* Make ghost buttons readable on light backgrounds (About page only) */
.about-hero .btn-ghost,
.about-card .btn-ghost{
  background: rgba(37, 99, 235, 0.10);  /* soft blue */
  color: #1e40af;                        /* readable blue text */
  border: 1px solid rgba(37, 99, 235, 0.35);
}

.about-hero .btn-ghost:hover,
.about-card .btn-ghost:hover{
  background: rgba(37, 99, 235, 0.18);
  color: #1e3a8a;
}

/* (Optional) ensure primary text always visible */
.about-hero .btn-primary,
.about-card .btn-primary{
  color: #fff;
}
