/* =========================================================
   PRICING PAGE PREMIUM UI
========================================================= */

.pricing-page{

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

  overflow-x:hidden;

}

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

.pricing-hero{

  position:relative;

  overflow:hidden;

  padding:
  180px 0 120px;

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

}

.pricing-hero::before{

  content:"";

  position:absolute;

  top:-180px;
  right:-180px;

  width:500px;
  height:500px;

  border-radius:50%;

  background:
  radial-gradient(
    circle,
    rgba(37,99,235,0.12),
    transparent 70%
  );

}

.pricing-hero::after{

  content:"";

  position:absolute;

  left:-140px;
  bottom:-140px;

  width:420px;
  height:420px;

  border-radius:50%;

  background:
  radial-gradient(
    circle,
    rgba(124,58,237,0.10),
    transparent 70%
  );

}

.pricing-hero-content{

  position:relative;

  z-index:2;

  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
========================================================= */

.pricing-hero-content h1{

  font-size:68px;

  line-height:1.1;

  font-weight:900;

  color:#0f172a;

  margin:
  28px 0;

}

.pricing-hero-content h1 span{

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

  -webkit-background-clip:text;

  -webkit-text-fill-color:transparent;

}

.pricing-hero-content p{

  max-width:760px;

  margin:auto;

  color:#64748b;

  font-size:19px;

  line-height:1.9;

}

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

.pricing-section{

  padding:
  120px 0 40px;

}

.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:
  22px 0;

}

.section-header p{

  color:#64748b;

  line-height:1.9;

  font-size:18px;

}

/* =========================================================
   GRID
========================================================= */

.pricing-grid{

  display:grid;

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

  gap:32px;

}

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

.pricing-card{

  position:relative;

  overflow:hidden;

  background:#ffffff;

  border-radius:34px;

  padding:42px 36px;

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

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

  transition:0.4s ease;

}

.pricing-card:hover{

  transform:
  translateY(-12px);

  box-shadow:
  0 45px 90px rgba(37,99,235,0.14);

}

/* =========================================================
   FEATURED CARD
========================================================= */

.featured-pricing{

  border:
  2px solid #2563eb;

  transform:
  scale(1.03);

}

.featured-pricing:hover{

  transform:
  scale(1.03)
  translateY(-12px);

}

/* =========================================================
   BADGES
========================================================= */

.discount-badge{

  position:absolute;

  top:20px;
  right:20px;

  padding:
  10px 16px;

  border-radius:999px;

  background:
  linear-gradient(
    135deg,
    #ef4444,
    #f97316
  );

  color:#ffffff;

  font-size:12px;

  font-weight:700;

}

.popular-tag{

  position:absolute;

  top:20px;
  right:20px;

  padding:
  10px 16px;

  border-radius:999px;

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

  color:#ffffff;

  font-size:12px;

  font-weight:700;

}

.pricing-label{

  display:inline-flex;

  padding:
  8px 14px;

  border-radius:999px;

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

  color:#2563eb;

  font-size:12px;

  font-weight:700;

  text-transform:uppercase;

  margin-bottom:22px;

}

/* =========================================================
   TITLE
========================================================= */

.pricing-card h3{

  font-size:32px;

  line-height:1.3;

  font-weight:800;

  color:#0f172a;

  margin-bottom:20px;

}

/* =========================================================
   PRICE
========================================================= */

.old-price{

  color:#94a3b8;

  text-decoration:line-through;

  font-size:22px;

  margin-bottom:10px;

}

.pricing-price{

  font-size:54px;

  font-weight:900;

  line-height:1;

  color:#2563eb;

  margin-bottom:22px;

}

/* =========================================================
   TEXT
========================================================= */

.pricing-card p{

  color:#64748b;

  line-height:1.9;

  margin-bottom:28px;

}

/* =========================================================
   FEATURES
========================================================= */

.pricing-card ul{

  display:flex;

  flex-direction:column;

  gap:16px;

  margin-bottom:34px;

}

.pricing-card ul li{

  list-style:none;

  color:#334155;

  font-weight:500;

  line-height:1.7;

}

.pricing-card ul li::before{

  content:"✓";

  margin-right:12px;

  color:#2563eb;

  font-weight:700;

}

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

.primary-btn{

  display:inline-flex;

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

  width:100%;

  padding:
  18px 30px;

  border-radius:16px;

  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);

}

/* =========================================================
   SEO SECTION
========================================================= */

.seo-pricing-section{

  padding-top:60px;

}

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

.pricing-cta-section{

  padding:
  90px 0 130px;

}

.pricing-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);

}

.pricing-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%
  );

}

.pricing-cta-box h2{

  font-size:56px;

  line-height:1.2;

  font-weight:800;

  margin:
  24px 0;
  color:#ffffff;

}

.pricing-cta-box p{

  max-width:760px;

  margin:
  0 auto 40px;

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

  line-height:1.9;

  font-size:18px;

}

/* ===================================================== */
/* BENEFITS SECTION */
/* ===================================================== */

.pricing-benefits-section{

  padding:100px 0;

}

.benefits-grid{

  display:grid;

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

  gap:24px;

  margin-top:60px;

}

.benefit-card{

  background:linear-gradient(
    145deg,
    #6a9de4,
    #0c53c5
  );

  border-radius:24px;

  padding:34px;

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

  box-shadow:
  0 12px 40px rgba(12,83,197,0.25);

  transition:0.4s ease;

}

.benefit-card:hover{

  transform:
  translateY(-8px);

  box-shadow:
  0 20px 50px rgba(12,83,197,0.45);

}

.benefit-card h3{

  font-size:24px;

  color:#ffffff;

  margin-bottom:18px;

  line-height:1.4;

}

.benefit-card p{

  color:#e5ecff;

  line-height:1.9;

  font-size:15px;

}

/* ===================================================== */
/* COMPARISON TABLE */
/* ===================================================== */

.pricing-comparison-section{

  padding:100px 0;

}

.pricing-table-wrapper{

  overflow-x:auto;

  margin-top:60px;

  border-radius:24px;

}

.pricing-table{

  width:100%;

  border-collapse:collapse;

  overflow:hidden;

  background:#111827;

  border-radius:24px;

}

.pricing-table th{

  background:linear-gradient(
    145deg,
    #6a9de4,
    #0c53c5
  );

  color:#ffffff;

  padding:24px;

  font-size:18px;

}

.pricing-table td{

  padding:22px;

  text-align:center;

  color:#d1d5db;

  border-bottom:
  1px solid rgba(255,255,255,0.08);

}

.pricing-table tr:hover{

  background:#1f2937;

}

/* ===================================================== */
/* TECHNOLOGY */
/* ===================================================== */

.pricing-tech-section{

  padding:100px 0;

}

.tech-grid{

  display:flex;

  flex-wrap:wrap;

  gap:18px;

  margin-top:50px;

}

.tech-grid span{

  padding:14px 24px;

  border-radius:50px;

  background:linear-gradient(
    145deg,
    #6a9de4,
    #0c53c5
  );

  color:#ffffff;

  font-weight:600;

  transition:0.3s ease;

}

.tech-grid span:hover{

  transform:
  translateY(-5px);

}

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

.pricing-stats-section{

  padding:100px 0;

}

.stats-grid{

  display:grid;

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

  gap:24px;

}

.stat-card{

  background:linear-gradient(
    145deg,
    #6a9de4,
    #0c53c5
  );

  padding:40px;

  border-radius:24px;

  text-align:center;

  transition:0.4s ease;

}

.stat-card:hover{

  transform:
  translateY(-8px);

}

.stat-card h3{

  font-size:52px;

  color:#ffffff;

  margin-bottom:12px;

}

.stat-card p{

  color:#eef3ff;

  font-size:16px;

}

/* ===================================================== */
/* FAQ */
/* ===================================================== */

.pricing-faq-section{

  padding:100px 0;

}

.faq-grid{

  display:grid;

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

  gap:24px;

  margin-top:60px;

}

.faq-card{

  background:linear-gradient(
  145deg,
  #144c9b,
  #484c52
);

  border-radius:24px;

  padding:34px;

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

  transition:0.4s ease;

}

.faq-card:hover{

  transform:
  translateY(-6px);

  border-color:#0c53c5;

}

.faq-card h3{

  color:#ffffff;

  font-size:22px;

  margin-bottom:18px;

  line-height:1.5;

}

.faq-card p{

  color:#d1d5db;

  line-height:1.9;

  font-size:15px;

}

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

@media(max-width:991px){

  .benefits-grid,
  .stats-grid{

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

  }

}

@media(max-width:768px){

  .benefits-grid,
  .stats-grid,
  .faq-grid{

    grid-template-columns:1fr;

  }

  .pricing-table th,
  .pricing-table td{

    padding:16px;

    font-size:14px;

  }

}

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

.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:16px;

  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){

  .pricing-grid{

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

  }

}

@media(max-width:992px){

  .pricing-hero-content h1{

    font-size:54px;

  }

  .section-header h2{

    font-size:42px;

  }

}

@media(max-width:768px){

  .pricing-grid{

    grid-template-columns:1fr;

  }

  .pricing-hero{

    padding:
    150px 0 90px;

  }

  .pricing-hero-content h1{

    font-size:42px;

  }

  .section-header h2{

    font-size:34px;

  }

  .pricing-cta-box{

    padding:
    70px 30px;

  }

  .pricing-cta-box h2{

    font-size:38px;

  }

}

@media(max-width:480px){

  .pricing-hero-content h1{

    font-size:34px;

  }

  .pricing-card{

    padding:34px 28px;

  }

  .pricing-price{

    font-size:44px;

  }

  .pricing-cta-box h2{

    font-size:30px;

  }

}