body {
  font-family: "Poppins", sans-serif;
  background: radial-gradient(circle at top, #072e35, #02191f);
  color: white;
}

/* ANNOUNCEMENT BAR */

.announcement-bar{
  width:100%;
  overflow:hidden;

  background:linear-gradient(90deg,#0a3d45,#0f766e);

  padding:10px 0;

  border-bottom:1px solid rgba(255,255,255,0.1);
}

/* TRACK */

.announcement-track{
  display:flex;
  gap:60px;

  white-space:nowrap;

  animation:scrollText 25s linear infinite;

  font-weight:600;
  color:#ffffff;
  font-size:16px;
}

/* TEXT */

.announcement-track span{
  display:flex;
  align-items:center;
  gap:8px;
}

/* ANIMATION */

@keyframes scrollText{
  from{
    transform:translateX(0);
  }

  to{
    transform:translateX(-50%);
  }
}

/* HERO */
.hero {
  padding: 120px 0;
  position: relative;
}

.hero-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 40px;
}

.hero h1 {
  font-weight: 700;
  font-size: 54px;
  max-width: 900px;
  margin: auto;
  line-height: 1.2;
}

.hero p {
  opacity: 0.8;
  max-width: 700px;
  margin: auto;
  font-size: 18px;
}

/* HERO CARD */

.hero-card {
  background: #0e2a31;
  border-radius: 22px;
  padding: 18px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

/* QUICK GRID */

.hero-quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* QUICK ITEM */
.hero-quick-item {
  background: #051a21;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-quick-item p {
  margin: 0;
  font-weight: 500;
  color: #e6f7f5;
}

/* ICON */
.quick-icon {
  width: 36px;
  height: 36px;
  background: #00c9a7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* SPEAKER WRAPPER */

.hero-speaker-wrapper{
  position:relative;
}

/* SPEAKER */

.hero-speaker{
  display:flex;
  align-items:center;
  gap:20px;
  position:relative;
  z-index:2;
}

/* IMAGE */

.hero-speaker-img{
  width:160px;
  height:auto;
  object-fit:contain;

  filter:drop-shadow(0 18px 35px rgba(0,0,0,0.45));

  transform:translateY(10px);

  transition:0.35s;
}

.hero-speaker-img:hover{
  transform:translateY(5px) scale(1.03);
}

/* SPEAKER TEXT */

.hero-speaker-text h4{
  margin:0;
  font-size:24px;
  font-weight:600;
}

.hero-speaker-text p{
  margin:0;
  opacity:.8;
}

/* STATS */

.hero-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;

  margin-top:-35px;   /* overlap image */

  position:relative;
  z-index:3;
}

/* STAT CARD */

.hero-stat{
  background:#03141a;
  border-radius:16px;
  padding:25px;
  text-align:center;

  border:1px solid rgba(255,255,255,0.05);

  box-shadow:0 10px 30px rgba(0,0,0,0.4);

  transition:0.3s;
}

.hero-stat:hover{
  transform:translateY(-6px);
}

/* INFO CARD */
.info-card {
  background: rgba(15, 30, 35, 0.85);
  padding: 35px;
  border-radius: 22px;
  backdrop-filter: blur(12px);
}

/* SMALL ICON CARDS */
.icon-box {
  background: #0f2e35;
  padding: 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.icon {
  width: 40px;
  height: 40px;
  background: #00c9a7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-weight: bold;
}

/* STATS */
.stat-card {
  background: #0b2328;
  padding: 25px;
  border-radius: 16px;
  text-align: center;
}

.stat-card h2 {
  color: #00c9a7;
  font-weight: 700;
}

/* VIDEO CARD */
.video-card {
  background: #0b2328;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
}

/* CTA */
.cta-btn {
  background: linear-gradient(90deg, #00c9a7, #19d3a2);
  padding: 16px;
  border-radius: 40px;
  border: none;
  font-weight: 600;
  width: 100%;
  color: white;
  font-size: 18px;
}

.price {
  text-decoration: line-through;
  opacity: 0.6;
  margin-left: 10px;
}

/* Featured Section */
.featured-section {
  background: #f5f6f7;
}

.featured-box {
  background: linear-gradient(135deg, #0f2f33, #0b2427);
  padding: 40px;
  border-radius: 20px;
  color: white;
  position: relative;
}

.featured-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #1abc9c;
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 14px;
}

.logo {
  opacity: 0.8;
  filter: grayscale(100%);
}

.logo:hover {
  filter: none;
  opacity: 1;
}

.stat-box {
  background: #dff3ef;
  padding: 40px;
  border-radius: 20px;
}

.stat-box h2 {
  color: #12a98b;
  font-weight: 700;
  font-size: 40px;
}

.rating {
  margin-top: 20px;
}

.testimonial-section {
  background: #f9fafb;
  padding: 80px 0;
}

/* STAT CARDS */
.stat-card {
  background: linear-gradient(135deg, #d8f3ec, #bce6dd);

  border-radius: 20px;
  padding: 40px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-8px);
}

.stat-card p {
  color: #555;
  margin-bottom: 10px;
}

.stat-card h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f9d84;
}

/* VIDEO CARDS */
.video-card {
  position: relative;

  border-radius: 16px;

  overflow: hidden;

  cursor: pointer;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

  transition: 0.3s;
}

.video-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;

  filter: brightness(70%);
}

.video-card:hover {
  transform: translateY(-8px);
}

.video-card:hover img {
  filter: brightness(60%);
}

/* PLAY BUTTON */
.play-btn {
  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  width: 55px;
  height: 55px;

  background: #0f9d84;

  color: white;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* VIDEO TEXT */
.video-text {
  position: absolute;

  bottom: 15px;

  left: 15px;

  right: 15px;

  color: white;

  font-size: 14px;

  font-weight: 500;
}

/* CHECK SECTION */

.check-section {
  background: linear-gradient(180deg,#f8fafc,#ffffff);
  padding: 90px 0;
}

/* TITLE */

.section-title {
  font-weight: 700;
  font-size: 38px;
  color: #1f2937;
}

.section-title span {
  color: #10b981;
}

/* CARD */

.check-card {
  background: white;
  padding: 24px 28px;
  border-radius: 16px;

  display: flex;
  align-items: center;
  gap: 20px;

  cursor: pointer;

  border: 1px solid #eef2f7;

  box-shadow: 0 8px 20px rgba(0,0,0,0.05);

  transition: all .35s ease;
}

/* HOVER */

.check-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* HIDE CHECKBOX */

.check-card input{
  display:none;
}

/* CUSTOM CHECKBOX */

.checkmark{
  width:28px;
  height:28px;

  border:2px solid #10b981;
  border-radius:8px;

  display:flex;
  align-items:center;
  justify-content:center;

  transition:.3s;
}

/* CHECKED */

.check-card input:checked + .checkmark{
  background:#10b981;
}

.check-card input:checked + .checkmark:after{
  content:"✓";
  color:white;
  font-size:16px;
}

/* TEXT */

.check-card p{
  margin:0;
  font-size:17px;
  color:#374151;
  line-height:1.5;
}

/* CTA SECTION */

.cta-section {
  padding: 120px 20px;
  background: linear-gradient(135deg, #022a30, #053d44);
  text-align: center;
}

/* WRAPPER */

.cta-wrapper {
  max-width: 900px;
  margin: auto;
}

/* BUTTON */

.cta-btn {
  display: inline-block;
  padding: 26px 70px;
  font-size: 26px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  border-radius: 14px;

  background: linear-gradient(90deg, #3b82f6, #10b981);

  box-shadow: 0 12px 30px rgba(0,0,0,0.35);

  transition: all 0.3s ease;
}

/* OLD PRICE */

.old-price {
  margin-left: 12px;
  text-decoration: line-through;
  opacity: 0.7;
}

/* HOVER */

.cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.45);
}
/* Who Section*/
.who-section {
  background: linear-gradient(180deg, #f9fafb, #ffffff);
  padding: 80px 0;
}

/* TITLE */
.section-title {
  font-weight: 700;
  font-size: 36px;
  color: #1f2937;
}

.section-sub {
  color: #6b7280;
  font-size: 18px;
  max-width: 750px;
  margin: auto;
}

.highlight {
  color: #10b981;
  font-weight: 600;
}

/* CARD */
.who-card {
  background: white;
  border-radius: 16px;
  padding: 35px 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.35s;
  height: 100%;
}

.who-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* ICON */
.icon-circle {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  margin: 0 auto 15px;
}

/* TITLE */
.card-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
  text-align: center;
  color: #111827;
}

/* SUB */
.card-sub {
  font-size: 14px;
  color: #6b7280;
  text-align: center;
  margin-bottom: 20px;
}

/* LIST */
.benefit-list {
  list-style: none;
  padding: 0;
}

.benefit-list li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  color: #374151;
}

.benefit-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
}

/* CAROUSEL DOTS */
.carousel-indicators button {
  background: #10b981;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/* LEARN SECTION */
.learn-section {
  background: #f8fafb;
  padding: 90px 0;
}

.learn-title {
  color: #12a88a;
  font-size: 38px;
  font-weight: 700;
}

/* CARD */
.learn-card {
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s;
}

.learn-card:hover {
  transform: translateY(-6px);
}

/* HEADER */
.learn-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.learn-header h4 {
  font-weight: 600;
  font-size: 22px;
  color: #222;
  max-width: 80%;
}

/* ICON */

.learn-icon {
  width: 52px;
  height: 52px;
  background: #062a2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #1abc9c;
}

/* LIST */

.learn-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.learn-list li {
  margin-bottom: 14px;
  padding-left: 32px;
  position: relative;
  line-height: 1.6;
  color: #444;
}

/* CHECK ICON */
.learn-list li.check::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1abc9c;
  font-weight: bold;
}

/* BURST ICON */
.learn-list li.blast::before {
  content: "💥";
  position: absolute;
  left: 0;
}

/* BRANDS SECTION */
.countdown-section {
  padding: 90px 20px;
  background: #f7f7f7;
  text-align: center;
}

.countdown-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #333;
}

/* TIMER BOXES */
.countdown-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.time-box {
  background: #073b4c;
  color: white;
  width: 180px;
  padding: 35px 20px;
  border-radius: 10px;
}

.time-box h3 {
  font-size: 56px;
  margin: 0;
}

.time-box p {
  margin-top: 5px;
  font-size: 20px;
}

/* CTA BUTTON */
.countdown-btn {
  display: inline-block;
  padding: 22px 50px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  background: linear-gradient(90deg, #3b82f6, #10b981);
}

.old-price {
  text-decoration: line-through;
  opacity: 0.7;
  margin-left: 6px;
}

.brands-section{
  background:#f8fafc;
  padding:90px 0;
}

/* TITLE */

.brands-title{
  margin-top: 30px;
  font-size:38px;
  font-weight:700;
  color:#10a37f;
}

/* SUBTEXT */

.brands-subtitle{
  font-size:20px;
  color:#444;
  max-width:900px;
  margin:auto;
}

.highlight{
  color:#10a37f;
  font-weight:600;
}

/* SLIDER */

.brands-slider{
  overflow:hidden;
  margin-top:60px;
}

/* TRACK */

.brands-track{
  display:flex;
  gap:30px;
  animation:scroll 25s linear infinite;
}

/* IMAGE */

.brand-logo{
  width:200px;
  height:140px;
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  transition:0.3s;
}

.brand-logo:hover{
  transform:scale(1.05);
}

/* ANIMATION */

@keyframes scroll{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}
/* MENTOR SECTION */
.mentor-section {
  background: #04272c;
  color: white;
  padding: 90px 20px;
  font-family: "Poppins", sans-serif;
}

/* TITLE */
.mentor-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #1abc9c;
  margin-bottom: 30px;
}

/* SEARCH BAR */

.mentor-search {
  max-width: 600px;
  margin: auto;
  background: #12383f;
  padding: 14px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
}

.mentor-search input {
  background: none;
  border: none;
  color: white;
  width: 100%;
  font-size: 16px;
  outline: none;
}

/* TOP GRID */

.mentor-top {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

/* IMAGE */

.mentor-img {
  width: 100%;
  max-width: 320px;
}

/* STATS */

.mentor-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.mentor-stat {
  background: #12383f;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s;
}

.mentor-stat:hover {
  transform: translateY(-5px);
  background: #14464f;
}

.mentor-stat h3 {
  color: #1abc9c;
  font-size: 28px;
  margin-bottom: 5px;
}

.mentor-stat p {
  font-size: 14px;
  opacity: 0.8;
}

/* CONTENT */

.mentor-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.mentor-bio p {
  margin-bottom: 18px;
  line-height: 1.7;
  color: #d9f4ef;
}

/* VIDEO */

.mentor-video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.mentor-video img {
  width: 100%;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: black;
  cursor: pointer;
}

/* REVIEWS */

.mentor-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

.review-card {
  background: white;
  color: black;
  padding: 25px;
  border-radius: 16px;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review-head img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.review-head h4 {
  margin: 0;
  font-size: 16px;
}

.review-head span {
  font-size: 13px;
  opacity: 0.7;
}

/* CTA */

/* MENTOR SECTION */
.mentor-section {
  background: #04272c;
  padding: 100px 20px;
  color: white;
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* TITLE */
.mentor-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #1abc9c;
  margin-bottom: 30px;
}

/* SEARCH */
.mentor-search {
  max-width: 520px;
  margin: auto;
  background: linear-gradient(135deg, #12383f, #0e2f34);
  border-radius: 14px;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 60px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all 0.3s ease;
}

.mentor-search:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

/* small label */
.mentor-label {
  background: #1abc9c;
  color: #04272c;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* name */
.mentor-search p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
}

/* GRID */
.mentor-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 70px;
  align-items: center;
}

/* IMAGE */
/* IMAGE WRAPPER */

.mentor-img-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  padding: 8px;
  background: linear-gradient(135deg, #1abc9c, #0f5c63);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  transition: 0.4s;
}

/* IMAGE */

.mentor-img {
  width: 100%;
  max-width: 360px;
  border-radius: 16px;
  display: block;
}

/* HOVER EFFECT */

.mentor-img-wrapper:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.5);
}

/* BACKGROUND GLOW */

.mentor-img-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: radial-gradient(circle, #1abc9c33, transparent 70%);
  z-index: -1;
}

/* STATS */
.mentor-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.mentor-stat {
  background: #12383f;
  padding: 28px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s;
}

.mentor-stat:hover {
  transform: translateY(-6px);
  background: #15444c;
}

.mentor-stat h3 {
  color: #1abc9c;
  font-size: 28px;
  margin-bottom: 6px;
}

.mentor-stat p {
  font-size: 14px;
  opacity: 0.8;
}

/* BIO */
.mentor-bio {
  font-size: 16px;
  line-height: 1.7;
  color: #d7f4ef;
}

.mentor-bio p {
  margin-bottom: 16px;
}

/* CTA */
.mentor-cta-wrap {
  text-align: center;
  margin-top: 60px;
}

.mentor-cta {
  display: inline-block;
  padding: 22px 60px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 14px;
  background: linear-gradient(90deg, #2f7dd3, #3bc88d);
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.mentor-cta:hover {
  transform: translateY(-4px);
}

.mentor-cta span {
  margin-left: 10px;
  text-decoration: line-through;
  opacity: 0.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .mentor-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mentor-img {
    margin: auto;
  }

  .mentor-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* FAQ SECTION */

.faq-section {
  padding: 100px 20px;
  background: #f7f7f7;
  font-family: "Poppins", sans-serif;
}

/* TITLE */

.faq-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #222;
}

/* SUBTITLE */

.faq-subtitle {
  text-align: center;
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  color: #666;
  margin-bottom: 60px;
}

/* FAQ WRAPPER */

.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* FAQ CARD */

.faq-item {
  background: white;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

/* QUESTION */

.faq-question {
  width: 100%;
  background: white;
  border: none;
  padding: 22px 25px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* ANSWER */

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.35s ease;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* ACTIVE */

.faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 20px;
}

/* ARROW */

.arrow {
  font-size: 22px;
  transition: 0.3s;
  color: #10b981;
}

.faq-item.active .arrow {
  transform: rotate(45deg);
}

/* CONVINCE SECTION */
.convince-section {
  background: #f7f7f7;
  padding: 90px 20px;
  text-align: center;
}

/* TITLE */
.convince-title {
  font-size: 40px;
  font-weight: 700;
  color: #20a47a;
  margin-bottom: 30px;
}

/* TEXT */
.convince-text {
  max-width: 850px;
  margin: auto;
  font-size: 22px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 50px;
}

/* CTA BUTTON */
.cta-btn {
  display: inline-block;
  padding: 22px 50px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 600;
  color: white;
  text-decoration: none;

  background: linear-gradient(90deg, #3b82f6, #10b981);

  transition: 0.3s;
}

.cta-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* OLD PRICE */
.old-price {
  text-decoration: line-through;
  opacity: 0.7;
  margin-left: 8px;
}

/* PS TEXT */
.ps-text {
  margin-top: 35px;
  font-size: 20px;
  color: #444;
}

/* STICKY BAR */

.sticky-bar{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;

  background:linear-gradient(90deg,#072e35,#02191f);

  display:flex;
  justify-content:space-between;
  align-items:center;

  padding:18px 60px;

  border-top:1px solid rgba(255,255,255,0.08);

  box-shadow:0 -8px 30px rgba(0,0,0,0.4);

  z-index:9999;
}

/* LEFT SIDE */

.price-wrap{
  display:flex;
  align-items:center;
  gap:14px;
}

.price-footer{
  font-size:36px;
  font-weight:700;
  color:#10e0b5;
}

.old{
  text-decoration:line-through;
  opacity:.6;
  font-size:18px;
}

.off{
  color:#00ffa2;
  font-weight:600;
}

.deadline{
  margin:3px 0 0 0;
  font-size:16px;
  opacity:.8;
}

/* BUTTON */

.sticky-btn{
  background:linear-gradient(90deg,#3b82f6,#10b981);
  text-decoration: none;
  border:none;

  padding:18px 70px;

  border-radius:40px;

  font-size:20px;
  font-weight:600;

  color:white;

  position:relative;

  cursor:pointer;

  transition:.3s;

  box-shadow:0 10px 25px rgba(0,0,0,0.35);
}

.sticky-btn:hover{
  transform:translateY(-3px);
}

/* SEATS BADGE */

.seat-badge{
  position:absolute;
  top:-14px;
  right:10px;

  background:white;

  color:#333;

  padding:6px 14px;

  border-radius:20px;

  font-size:13px;

  font-weight:600;

  box-shadow:0 4px 10px rgba(0,0,0,0.2);
}

/* MOBILE */

@media(max-width:768px){

.sticky-bar{
  flex-direction:column;
  gap:12px;
  padding:16px;
  text-align:center;
}

.sticky-btn{
  width:100%;
}

}