/* =========================================================
   ABOUT PAGE PREMIUM UI
========================================================= */

.about-page{

  background:
  linear-gradient(
    180deg,
    #f8fbff 0%,
    #ffffff 100%
  );

  overflow-x:hidden;

}

/* =========================================================
   HERO SECTION
========================================================= */

.about-hero{

  position:relative;

  overflow:hidden;

  padding:
  180px 0 120px;

  background:
  linear-gradient(
    135deg,
    #f8fbff 0%,
    #eef4ff 45%,
    #ffffff 100%
  );

}

.hero-blur{

  position:absolute;

  border-radius:50%;

  filter:blur(90px);

  opacity:0.4;

}

.hero-blur-1{

  width:320px;
  height:320px;

  background:#2563eb;

  top:-100px;
  right:-100px;

}

.hero-blur-2{

  width:280px;
  height:280px;

  background:#7c3aed;

  left:-100px;
  bottom:-100px;

}

.about-hero-container{

  position:relative;

  z-index:2;

}

.about-hero-content{

  max-width:920px;

  margin:auto;

  text-align:center;

}

/* =========================================================
   SECTION TAG
========================================================= */

.section-tag{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  padding:
  12px 22px;

  border-radius:999px;

  background:
  rgba(37,99,235,0.08);

  border:
  1px solid rgba(37,99,235,0.10);

  color:#2563eb;

  font-size:13px;

  font-weight:700;

  letter-spacing:0.5px;

  text-transform:uppercase;

}

/* =========================================================
   HERO CONTENT
========================================================= */

.about-hero-content h1{

  font-size:68px;

  line-height:1.1;

  font-weight:900;

  color:#0f172a;

  margin:
  28px 0;

}

.about-hero-content h1 span{

  background:
  linear-gradient(
    135deg,
    #2563eb,
    #7c3aed,
    #0ea5e9
  );

  -webkit-background-clip:text;

  -webkit-text-fill-color:transparent;

}

.about-hero-content p{

  max-width:760px;

  margin:auto;

  color:#64748b;

  font-size:19px;

  line-height:1.9;

}

/* =========================================================
   COMPANY SECTION
========================================================= */

.company-section{

  padding:
  120px 0;

}

.company-grid{

  display:grid;

  grid-template-columns:
  1.2fr 0.8fr;

  gap:60px;

  align-items:center;

}

.company-content h2{

  font-size:54px;

  line-height:1.2;

  font-weight:800;

  color:#0f172a;

  margin:
  24px 0;

}

.company-content p{

  color:#64748b;

  line-height:2;

  font-size:17px;

  margin-bottom:24px;

}

/* =========================================================
   COMPANY CARD
========================================================= */

.company-card-box{

  background:#ffffff;

  border-radius:36px;

  padding:50px 40px;

  border:
  1px solid rgba(37,99,235,0.06);

  box-shadow:
  0 20px 60px rgba(15,23,42,0.06);

}

.company-card-box h3{

  font-size:34px;

  font-weight:800;

  color:#0f172a;

  margin-bottom:32px;

}

.company-card-box ul{

  display:flex;

  flex-direction:column;

  gap:18px;

}

.company-card-box ul li{

  list-style:none;

  color:#334155;

  font-weight:600;

  font-size:16px;

  position:relative;

  padding-left:32px;

}

.company-card-box ul li::before{

  content:"✓";

  position:absolute;

  left:0;

  color:#2563eb;

  font-weight:800;

}

/* =========================================================
   MISSION SECTION
========================================================= */

.mission-section{

  padding:
  40px 0 120px;

}

.mission-grid{

  display:grid;

  grid-template-columns:
  repeat(2,1fr);

  gap:32px;

}

.mission-card{

  background:#ffffff;

  border-radius:36px;

  padding:50px 42px;

  border:
  1px solid rgba(37,99,235,0.06);

  box-shadow:
  0 20px 60px rgba(15,23,42,0.05);

  transition:0.35s ease;

}

.mission-card:hover{

  transform:
  translateY(-10px);

  box-shadow:
  0 40px 80px rgba(37,99,235,0.14);

}

.mission-icon{

  width:80px;
  height:80px;

  display:flex;

  align-items:center;
  justify-content:center;

  border-radius:24px;

  background:
  linear-gradient(
    135deg,
    #2563eb,
    #7c3aed
  );

  color:#ffffff;

  font-size:34px;

  margin-bottom:28px;

}

.mission-card h3{

  font-size:32px;

  font-weight:800;

  color:#0f172a;

  margin-bottom:18px;

}

.mission-card p{

  color:#64748b;

  line-height:1.9;

  font-size:16px;

}

/* =========================================================
   FOUNDER SECTION
========================================================= */

.founder-section{

  padding:
  40px 0 120px;

}

.founder-grid{

  display:grid;

  grid-template-columns:
  0.9fr 1.1fr;

  gap:70px;

  align-items:center;

}

.founder-image{

  position:relative;

}

.founder-image img{

  width:100%;

  border-radius:40px;

  box-shadow:
  0 40px 100px rgba(15,23,42,0.12);

}

.founder-content h2{

  font-size:58px;

  line-height:1.1;

  font-weight:900;

  color:#0f172a;

  margin:
  24px 0 12px;

}

.founder-content h4{

  font-size:20px;

  color:#2563eb;

  margin-bottom:26px;

  font-weight:700;

}

.founder-content p{

  color:#64748b;

  line-height:2;

  font-size:17px;

  margin-bottom:22px;

}

/* =========================================================
   SKILLS
========================================================= */

.founder-skills{

  display:flex;

  flex-wrap:wrap;

  gap:14px;

  margin-top:34px;

}

.founder-skills span{

  padding:
  12px 18px;

  border-radius:999px;

  background:
  rgba(37,99,235,0.08);

  color:#2563eb;

  font-size:14px;

  font-weight:700;

}

/* =========================================================
   BUTTONS
========================================================= */

.founder-buttons{

  margin-top:38px;

}

.primary-btn{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  padding:
  18px 34px;

  border-radius:18px;

  background:
  linear-gradient(
    135deg,
    #2563eb,
    #0ea5e9
  );

  color:#ffffff;

  font-weight:700;

  text-decoration:none;

  box-shadow:
  0 20px 40px rgba(37,99,235,0.22);

  transition:0.35s ease;

}

.primary-btn:hover{

  transform:
  translateY(-5px);

  box-shadow:
  0 30px 60px rgba(37,99,235,0.28);

}

/* =========================================================
   WHY SECTION
========================================================= */

.why-about-section{

  padding:
  40px 0 120px;

}

.section-header{

  text-align:center;

  max-width:760px;

  margin:
  0 auto 70px;

}

.section-header h2{

  font-size:52px;

  line-height:1.2;

  font-weight:800;

  color:#0f172a;

  margin:
  24px 0;

}

.why-about-grid{

  display:grid;

  grid-template-columns:
  repeat(2,1fr);

  gap:30px;

}

.why-about-card{

  background:#ffffff;

  border-radius:34px;

  padding:42px;

  border:
  1px solid rgba(37,99,235,0.06);

  box-shadow:
  0 20px 60px rgba(15,23,42,0.05);

  transition:0.35s ease;

}

.why-about-card:hover{

  transform:
  translateY(-8px);

  box-shadow:
  0 35px 70px rgba(37,99,235,0.12);

}

.why-about-card h3{

  font-size:28px;

  line-height:1.4;

  font-weight:800;

  color:#0f172a;

  margin-bottom:18px;

}

.why-about-card p{

  color:#64748b;

  line-height:1.9;

}

/* =========================================================
   CTA SECTION
========================================================= */

.about-cta-section{

  padding:
  70px 0 130px;

}

.about-cta-box{

  position:relative;

  overflow:hidden;

  background:
  linear-gradient(
    135deg,
    #0f172a,
    #111827,
    #1e293b
  );

  border-radius:42px;

  padding:
  90px 60px;

  text-align:center;

  color:#ffffff;

  box-shadow:
  0 40px 100px rgba(15,23,42,0.18);

}

.about-cta-box::before{

  content:"";

  position:absolute;

  top:-150px;
  right:-150px;

  width:420px;
  height:420px;

  border-radius:50%;

  background:
  radial-gradient(
    circle,
    rgba(255,255,255,0.10),
    transparent 70%
  );

}

.about-cta-box h2{

  font-size:56px;

  line-height:1.2;

  font-weight:800;

  margin:
  24px 0;
  color:#ffffff;

}

.about-cta-box p{

  max-width:760px;

  margin:
  0 auto 40px;

  color:
  rgba(255,255,255,0.72);

  line-height:1.9;

  font-size:18px;

}

.cta-buttons{

  display:flex;

  align-items:center;
  justify-content:center;

  gap:18px;

  flex-wrap:wrap;

}

.secondary-btn{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  padding:
  18px 34px;

  border-radius:18px;

  border:
  1px solid rgba(255,255,255,0.14);

  color:#0989f1;

  font-weight:700;

  text-decoration:none;

  transition:0.35s ease;

}

.secondary-btn:hover{

  background:
  rgba(255,255,255,0.08);

}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1200px){

  .company-grid,
  .founder-grid{

    grid-template-columns:1fr;

  }

}

@media(max-width:992px){

  .about-hero-content h1{

    font-size:54px;

  }

  .company-content h2,
  .founder-content h2,
  .section-header h2{

    font-size:44px;

  }

}

@media(max-width:768px){

  .mission-grid,
  .why-about-grid{

    grid-template-columns:1fr;

  }

  .about-hero{

    padding:
    150px 0 90px;

  }

  .about-hero-content h1{

    font-size:40px;

  }

  .about-cta-box{

    padding:
    70px 30px;

  }

  .about-cta-box h2{

    font-size:38px;

  }

}

@media(max-width:480px){

  .about-hero-content h1{

    font-size:34px;

  }

  .company-content h2,
  .founder-content h2,
  .section-header h2{

    font-size:34px;

  }

  .company-card-box,
  .mission-card,
  .why-about-card{

    padding:32px;

  }

  .about-cta-box h2{

    font-size:30px;

  }

}