/*==========================================================
PAGE HEADER
==========================================================*/

.page-header {
  background: #f1f7ff;

  padding: 70px 0;

  position: relative;

  overflow: hidden;
}

.page-header h1 {
  font-size: clamp(2.3rem, 4vw, 3.5rem);

  font-weight: 800;

  color: var(--secondary);

  line-height: 1.2;

  margin: 18px 0;
}

.page-header h1 span {
  color: var(--primary);
}

.page-header p {
  max-width: 760px;

  margin: 0 auto;

  color: #64748b;

  font-size: 18px;

  line-height: 1.8;
}

.page-header .section-badge {
  margin-bottom: 15px;
}

.page-header h1 span {
  color: var(--primary);
}

.page-header p {
  max-width: 760px;
  margin: auto;
  font-size: 18px;
  color: #64748b;
  line-height: 1.9;
}

.page-header::before {
  content: "";

  position: absolute;

  inset: 0;

  background:
    radial-gradient(
      circle at top left,
      rgba(59, 130, 246, 0.08),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(37, 99, 235, 0.08),
      transparent 35%
    );

  pointer-events: none;
}

/*==========================================================
ABOUT STORY
==========================================================*/

.about-story {
  padding: 90px 0;
}

.about-image {
  position: relative;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 540px;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.08);
}

.section-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 18px;

  border-radius: 50px;

  background: rgba(59, 130, 246, 0.08);

  color: var(--primary);

  font-size: 13px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.8px;
}

.about-story h2 {
  margin: 22px 0;

  font-size: 44px;

  font-weight: 800;

  color: var(--secondary);

  line-height: 1.2;
}

.about-story p {
  color: #64748b;

  line-height: 1.9;

  margin-bottom: 20px;
}

/*==========================================================
CHECK LIST
==========================================================*/

.about-check-list {
  display: grid;

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

  gap: 18px;

  margin-top: 35px;
}

.check-item {
  display: flex;

  align-items: flex-start;

  gap: 12px;

  font-weight: 500;

  color: #334155;
}

.check-item i {
  color: #22c55e;

  margin-top: 3px;

  font-size: 18px;
}

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

.mission-section {
  padding: 100px 0;

  background: #f8fbff;
}

.mission-card {
  background: #fff;

  border: 1px solid #e5edf9;

  border-radius: 24px;

  padding: 40px 35px;

  text-align: center;

  height: 100%;

  transition: 0.35s ease;

  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
}

.mission-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.1);
}

.mission-icon {
  width: 80px;

  height: 80px;

  margin: 0 auto 25px;

  border-radius: 22px;

  background: rgba(59, 130, 246, 0.08);

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--primary);

  font-size: 32px;

  transition: 0.35s;
}

.mission-card:hover .mission-icon {
  background: var(--primary);

  color: #fff;

  transform: rotate(-8deg);
}

.mission-card h3 {
  font-size: 28px;

  font-weight: 700;

  color: var(--secondary);

  margin-bottom: 18px;
}

.mission-card p {
  margin: 0;

  color: #64748b;

  line-height: 1.8;
}

/*==========================================================
SECTION HEADING
==========================================================*/

.section-heading {
  max-width: 760px;

  margin: auto;
}

.section-heading h2 {
  font-size: 44px;

  font-weight: 800;

  color: var(--secondary);

  margin: 20px 0;
}

.section-heading p {
  color: #64748b;

  line-height: 1.9;
}

/*==========================================================
ANIMATION
==========================================================*/

.about-image img,
.mission-card {
  transition: all 0.4s ease;
}

.about-image:hover img {
  transform: translateY(-8px);
}

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

@media (max-width: 991px) {
  .page-header {
    padding: 130px 0 55px;
  }

  .about-story {
    padding: 70px 0;
  }

  .about-story h2 {
    font-size: 36px;
  }

  .section-heading h2 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .page-header h1 {
    font-size: 34px;
  }

  .about-story h2 {
    font-size: 30px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .about-check-list {
    grid-template-columns: 1fr;
  }

  .mission-card {
    padding: 30px;
  }
}
/*==========================================================
WHY CHOOSE
==========================================================*/

.why-choose {
  padding: 100px 0;

  background: #ffffff;
}

.feature-card {
  background: #ffffff;

  border: 1px solid #e8eef9;

  border-radius: 24px;

  padding: 40px 32px;

  height: 100%;

  text-align: center;

  transition: 0.35s ease;

  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
}

.feature-card:hover {
  transform: translateY(-10px);

  border-color: var(--primary);

  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.1);
}

.feature-icon {
  width: 78px;

  height: 78px;

  margin: 0 auto 25px;

  border-radius: 20px;

  background: rgba(59, 130, 246, 0.08);

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--primary);

  font-size: 30px;

  transition: 0.35s;
}

.feature-card:hover .feature-icon {
  background: var(--primary);

  color: #fff;

  transform: rotate(-8deg);
}

.feature-card h4 {
  font-size: 24px;

  font-weight: 700;

  color: var(--secondary);

  margin-bottom: 18px;
}

.feature-card p {
  margin: 0;

  color: #64748b;

  line-height: 1.8;
}

/*==========================================================
STATS
==========================================================*/

.stats-section {
  padding: 100px 0;
}

.stats-box {
  background: linear-gradient(135deg, #2563eb, #3b82f6);

  border-radius: 30px;

  padding: 70px 40px;

  color: #fff;

  overflow: hidden;

  position: relative;
}

.stats-box::before {
  content: "";

  position: absolute;

  width: 320px;

  height: 320px;

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

  border-radius: 50%;

  right: -120px;

  top: -120px;
}

.stat-item {
  position: relative;

  z-index: 2;
}

.stat-item h2 {
  font-size: 56px;

  font-weight: 800;

  margin-bottom: 12px;

  color: #fff;
}

.stat-item p {
  margin: 0;

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

  font-size: 16px;
}

/*==========================================================
GROWTH SECTION
==========================================================*/

.growth-section {
  padding: 100px 0;

  background: #f8fbff;
}

.growth-section h2 {
  margin: 20px 0;

  font-size: 44px;

  font-weight: 800;

  color: var(--secondary);

  line-height: 1.2;
}

.growth-section p {
  color: #64748b;

  line-height: 1.9;

  margin-bottom: 30px;
}

.growth-image {
  text-align: center;
}

.growth-image img {
  width: 100%;

  max-width: 540px;

  border-radius: 28px;

  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.08);

  transition: 0.4s;
}

.growth-image:hover img {
  transform: translateY(-8px);
}

/*==========================================================
GROWTH LIST
==========================================================*/

.growth-list {
  display: grid;

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

  gap: 18px;
}

.growth-item {
  display: flex;

  align-items: center;

  gap: 12px;

  font-weight: 600;

  color: #334155;
}

.growth-item i {
  color: #22c55e;

  font-size: 18px;
}

/*==========================================================
SMOOTH HOVER
==========================================================*/

.feature-card,
.stat-item,
.growth-image img {
  transition: all 0.35s ease;
}

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

@media (max-width: 991px) {
  .feature-card {
    padding: 35px 28px;
  }

  .stats-box {
    padding: 55px 30px;
  }

  .stat-item {
    margin-bottom: 35px;
  }

  .growth-section {
    padding: 80px 0;
  }

  .growth-section h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .why-choose {
    padding: 70px 0;
  }

  .feature-card {
    padding: 30px 24px;
  }

  .feature-icon {
    width: 70px;

    height: 70px;

    font-size: 26px;
  }

  .feature-card h4 {
    font-size: 22px;
  }

  .stats-box {
    padding: 45px 20px;
  }

  .stat-item {
    margin-bottom: 30px;
  }

  .stat-item h2 {
    font-size: 40px;
  }

  .growth-section {
    padding: 70px 0;
  }

  .growth-section h2 {
    font-size: 30px;
  }

  .growth-list {
    grid-template-columns: 1fr;
  }
}
/*==========================================================
ROADMAP
==========================================================*/

.roadmap-section {
  padding: 100px 0;

  background: #ffffff;
}

.roadmap-wrapper {
  max-width: 900px;

  margin: 60px auto 0;

  position: relative;
}

.roadmap-wrapper::before {
  content: "";

  position: absolute;

  left: 34px;

  top: 0;

  bottom: 0;

  width: 2px;

  background: #dbeafe;
}

.roadmap-step {
  position: relative;

  display: flex;

  align-items: flex-start;

  gap: 30px;

  margin-bottom: 40px;
}

.roadmap-step:last-child {
  margin-bottom: 0;
}

.roadmap-icon {
  width: 70px;

  height: 70px;

  min-width: 70px;

  border-radius: 50%;

  background: #ffffff;

  border: 2px solid var(--primary);

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--primary);

  font-size: 24px;

  position: relative;

  z-index: 2;

  transition: 0.35s;
}

.roadmap-step:hover .roadmap-icon {
  background: var(--primary);

  color: #ffffff;

  transform: scale(1.08);
}

.roadmap-content {
  flex: 1;

  background: #ffffff;

  border: 1px solid #e5edf9;

  border-radius: 22px;

  padding: 28px;

  transition: 0.35s;

  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
}

.roadmap-content:hover {
  transform: translateY(-6px);

  box-shadow: 0 25px 55px rgba(15, 23, 42, 0.08);
}

.roadmap-content h4 {
  margin: 15px 0 10px;

  font-size: 24px;

  font-weight: 700;

  color: var(--secondary);
}

.roadmap-content p {
  margin: 0;

  color: #64748b;

  line-height: 1.8;
}

.roadmap-status {
  display: inline-block;

  padding: 6px 16px;

  border-radius: 40px;

  background: #eff6ff;

  color: var(--primary);

  font-size: 12px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.5px;
}

.roadmap-status.available {
  background: #dcfce7;

  color: #15803d;
}

/*==========================================================
CALL TO ACTION
==========================================================*/

.about-cta {
  padding: 100px 0;
}

.cta-box {
  background: linear-gradient(135deg, #2563eb, #3b82f6);

  border-radius: 32px;

  padding: 70px;

  color: #ffffff;

  overflow: hidden;

  position: relative;
}

.cta-box::before {
  content: "";

  position: absolute;

  width: 360px;

  height: 360px;

  border-radius: 50%;

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

  right: -120px;

  top: -120px;
}

.badge-light {
  background: rgba(255, 255, 255, 0.15);

  color: #ffffff;
}

.cta-box h2 {
  font-size: 44px;

  font-weight: 800;

  margin: 20px 0;

  line-height: 1.2;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.92);

  line-height: 1.9;

  margin: 0;
}

.cta-box .btn {
  padding: 16px 36px;

  border-radius: 14px;

  font-weight: 600;

  transition: 0.35s;
}

.cta-box .btn:hover {
  transform: translateY(-4px);
}

/*==========================================================
REVEAL ANIMATION
==========================================================*/

.reveal {
  opacity: 0;

  transform: translateY(50px);

  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;

  transform: translateY(0);
}

/*==========================================================
COMMON HOVER EFFECTS
==========================================================*/

.feature-card,
.mission-card,
.roadmap-content,
.about-image img,
.growth-image img {
  transition: all 0.35s ease;
}

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

@media (max-width: 991px) {
  .roadmap-wrapper::before {
    left: 34px;
  }

  .cta-box {
    padding: 55px 35px;

    text-align: center;
  }

  .cta-box h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .roadmap-section {
    padding: 70px 0;
  }

  .roadmap-wrapper::before {
    display: none;
  }

  .roadmap-step {
    flex-direction: column;

    text-align: center;
  }

  .roadmap-icon {
    margin: auto;
  }

  .cta-box {
    padding: 40px 25px;
  }

  .cta-box h2 {
    font-size: 30px;
  }

  .about-cta {
    padding: 70px 0;
  }
}
