/* styles.css */

html, body {
  margin: 0;
  padding: 0;
  background: black;
}

@font-face {
  font-family: "ZT Glora Pro";
  src: url('fonts/ZTGloraPro-Regular.ttf') format("truetype");
}

@font-face {
  font-family: "Funnel Display";
  src: url('fonts/FunnelDisplay-VariableFont_wght.ttf') format("truetype");
}


@font-face {
  font-family: "DM Sans";
  src: url('fonts/DMSans-VariableFont_opsz,wght.ttf') format("truetype");
}

body, html {
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'DM Sans', sans-serif;
  line-height: 1.6;
}

h1 {
  font-size: calc(30px + 1vw);
  line-height: calc(30px + 1vw);
  margin-bottom: 24px;
  display: block;
  font-weight: 600;
}

h2 {
  margin-top: 0;
  margin-bottom: 40px;
}

p {
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.6;
  font-size: 16px;
}

a {
  color: #778da9;
}

.screens {
  width:200%;
  border-radius: 24px;
  margin-top: 24px;
  position: relative;
  transform: translateX(-25%);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100vw;
}

.section {
  padding: 60px 0;
}

.two-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.three-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.pricing .box {
  background: linear-gradient(135deg, #18171b 80%, #232228 100%);
  color: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 16px 0 #00000033;
  border: 1.5px solid #232228;
  padding: 32px 24px;
  transition: box-shadow 0.2s;
}

.pricing .box:hover {
  box-shadow: 0 0 24px 2px #a259ff55;
}

.pricing .box h2,
.pricing .box h1 {
  color: #fff;
}

.pricing .box .horizontal-line {
  background: linear-gradient(90deg, #6a5cff 0%, #a259ff 100%);
  opacity: 0.25;
  border-radius: 2px;
  margin: 18px 0;
}

.pricing .box .benefit span {
  color: #e0e0e0;
}

.pricing .box img {
  filter: brightness(1.2) drop-shadow(0 0 2px #a259ff44);
}

.pricing .box[style] {
  background: linear-gradient(145deg, #6a5cff99, #a259ff55);
}

.pricing .box.pro {
  background: #18171b;
  border: 2.5px solid #a259ff;
  box-shadow: 0 0 32px 0 #a259ff44, 0 0 0 2px #6a5cff33 inset;
  position: relative;
  z-index: 2;
}

.pricing .box.pro::before {
  content: 'Most Popular';
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #6a5cff 0%, #a259ff 100%);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95em;
  font-weight: 600;
  padding: 5px 18px;
  border-radius: 16px;
  box-shadow: 0 2px 8px #a259ff33;
  letter-spacing: 0.5px;
  z-index: 3;
}

.pricing .box.pro h2,
.pricing .box.pro h1 {
  color: #a259ff;
}

.left-hero {
  max-height: calc(100vh - 160px);
  overflow: hidden;
  border-radius: 80px;
  position: relative;
}

.border-image {
  border-radius: 40px;
}

header {
  background-color: #2020228a;
  color: white;
  backdrop-filter: blur(6px);
  padding: 8px 0;
  position: fixed;
  width: 100%;
  z-index: 5000;
}

header ul {
  list-style-type: none;
  padding: 0;
}

header ul li {
  display: inline;
  margin-right: 20px;
}

header ul li:last-child {
  margin-right: 0;
}

header ul li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1.2px;
}

header ul li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.header-container {
  display: flex;
      justify-content: space-between;
      align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.logo img {
  max-width: 100%;
}

input {
  background-color: #3c3c4299;
  border: 1px solid #6d6d6d87;
  border-radius: 40px;
  color: white;
  padding: 16px 34px;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.1s ease-in;
  font-family: 'Funnel Display';
  font-size: 18px;
  backdrop-filter: blur(12px);
  margin: 12px 0;
  min-height: 40px;
  width: 50%;
}

input:focus {
  outline: 0;
}

.primary-button {
  background: linear-gradient(45deg, #9e33ff, #7760ff);
  width: 50%;
  text-align: center;
  font-size: 18px;
  box-shadow: 0px 0px 6px 2px #673bb6;
  border: 0;
  border-radius: 40px;
  color: #ffffff;
  padding: 16px 34px;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease-in;
  font-family: 'Funnel Display';
  cursor: pointer;
  min-height: 40px;
}

.primary-button:hover {
  background-color: #eee;
  box-shadow: 0px 0px 2px -2px #FFF;
}

.primary-button:active {
  background-color: #5A7290;
  box-shadow: 0px 2px 6px #9D95A6;
}

#particle-section {
  width: 100vw;
  
  background-size: cover;
  position: relative;
}

#particle-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}

#particle-section .container {
  position: relative;
  z-index: 2;
}

.particle {
  position: absolute;
  background: white;
  border-radius: 50%;
  opacity: 0.8;
}

#assistant {
  position: relative;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: radial-gradient(circle at 50% 50%, #3b3468, #000);
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 30px rgb(164 74 255 / 86%), inset 0 0 20px rgb(131 126 255 / 66%), 0 0 30px 0px rgb(223 192 255 / 62%);
  z-index: 50;
  margin: 16px 0;
  cursor: pointer;
}

.eye {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.left-eye {
  left: 10px;
}

.right-eye {
  right: 10px;
}

.pupil {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 24px;
  background: #f0f0f0;
  border-radius: 6px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0px rgba(255,255,255,0.8);
}

.glass-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26%;
  background: #524b4b6e;
  backdrop-filter: blur(12px);
  padding: 28px;
  box-sizing: border-box;
}

.hero-graphic {
  position: absolute;
  top: 20%;
  left: 30%;
  width: 40%;
}

.mobile-menu-icon {
  display: none;
}

@media (max-width: 800px) {
  .two-cols { grid-template-columns: 1fr; }
  .three-cols { grid-template-columns: 1fr; }
  .row { flex-direction: column; }
  .left-hero { display: none; }
  .glass-box { display: none; }
  .hero-graphic { display: none; }
  nav { display: none; }
  .mobile-menu-icon {
    display: block;
    position: absolute;
    right: 12px;
    font-size: 32px;
    padding: 0px 8px;
    top: 0px;
  }
}

.gradient-text {
  background: linear-gradient(90deg, #9f69d9, #ab80fb, #bac9fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

h3 span {
  color: #aaa;
  transition: color 0.3s ease;
  font-family: 'DM Sans';
  font-weight: 400;
  letter-spacing: -1px;
}

h3 span.active {
  color: black;
}

.row {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.row > div {
  padding: 22px;
  border: 0;
  border-radius: 40px;
  min-height: 250px;
  background: #1d1d1d6e;
  margin: 16px;
  box-sizing: border-box;
  color: white;
  backdrop-filter: blur(26px);
}

.row-1 .col-36 {
  flex: 0 0 36%;
}

.row-1 .col-rest {
  flex: 1;
}

.row-2 .col-rest {
  flex: 1;
}

.row-2 .col-36 {
  flex: 0 0 36%;
}

#we-do-different {
  background: url('assets/new-bg.jpg');
  background-size: cover;
  background-position: center;
}

#we-do-different p {
  color: #dbdbdb;
  font-size: 14px;
  letter-spacing: 0.5px;
}

#we-do-different h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

#speechbox {
  padding: 18px;
  margin: 22px;
  background: #312f3129;
  border-radius: 20px;
  box-shadow: 0 0 10px -2px #848484;
  backdrop-filter: blur(4px);
  z-index: 100;
}

@media (max-width: 800px) {
  #particle-section > .container > div > div {
    width: 100% !important;
    margin: 0 !important;
  }


  .enquiry-form-inner .form-field {
    flex-direction: column !important;
    gap: 10px;
  }
  .enquiry-form-inner input[type="text"],
  .enquiry-form-inner input[type="email"] {
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
  }
  #assistant {
    margin: 0 auto 12px auto !important;
    display: block;
  }
  .why-ai-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

.enquiry-form-inner {
  background: rgba(34, 34, 38, 0.7);
  border-radius: 32px;
  padding: 18px 20px 14px 20px;
  box-shadow: 0 2px 16px 0 #00000022;
  max-width: 420px;
  margin: 0 auto 12px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.enquiry-form-inner .form-grid {
  width: 100%;
}

.enquiry-form-inner .form-field {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 0;
  border: none;
  padding: 0;
}

.enquiry-form-inner input[type="text"],
.enquiry-form-inner input[type="email"] {
  width: 100%;
  margin: 0;
  border-radius: 24px;
  border: 1px solid #444;
  background: #232228;
  color: #fff;
  font-size: 16px;
  padding: 12px 18px;
  box-shadow: none;
  transition: border 0.2s;
}

.enquiry-form-inner input[type="text"]:focus,
.enquiry-form-inner input[type="email"]:focus{
  border: 1px solid #333;
  box-shadow: 0 0 0 1px #8f6cbcd4;
  outline: none;
  transition: box-shadow 0.18s;
}

.enquiry-form-inner input[type="text"]:hover,
.enquiry-form-inner input[type="email"]:hover {
  border: 1px solid #333;
  box-shadow: 0 0 0 1px #8f6cbcd4, 0 0px 2px 4px #3b30b185;
  outline: none;
  transition: box-shadow 0.18s;
}

.enquiry-form-inner .form-submit {
  margin-top: 12px;
  text-align: center;
}

.primary-button {
  width: 100%;
  margin: 0;
  font-size: 18px;
  border-radius: 24px;
  padding: 14px 0;
}

#waitlist-button-sent {
  width: 100%;
  margin: 0;
  padding: 14px 0;
}

@media (max-width: 800px) {
  .enquiry-form-inner {
    padding: 12px 8px 10px 8px;
    max-width: 100%;
  }
  .enquiry-form-inner .form-field {
    flex-direction: column !important;
    gap: 6px;
  }
  .enquiry-form-inner input[type="text"],
  .enquiry-form-inner input[type="email"] {
    font-size: 15px;
    padding: 11px 12px;
  }
  .primary-button, #waitlist-button-sent {
    font-size: 16px;
    padding: 12px 0;
  }
}

#why-ai-course {
  position: relative;
  background: #0a090b;
  color: #fff;
  overflow: hidden;
}

.why-ai-card {
  position: relative;
  display: flex;
  gap: 28px;
  align-items: flex-start;
  background: none;
  border-radius: 24px;
  padding: 0;
  min-height: 160px;
  margin-bottom: 24px;
}

.why-ai-card .why-ai-card-border {
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 4px;
  background: linear-gradient(180deg, #6a5cff 0%, #a259ff 100%);
  border-radius: 4px;
  z-index: 2;
  content: '';
}

.why-ai-card .why-ai-icon {
  margin-left: 32px;
}

.why-ai-icon {
  background: #232228;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px #00000033;
  flex-shrink: 0;
}

.why-ai-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}

.why-ai-card h2 {
  margin: 0 0 10px 0;
  font-size: 2em;
  font-family: 'Funnel Display';
  font-weight: 600;
  line-height: 1.1;
}

.why-ai-card p {
  margin: 0;
  color: #bdbdbd;
}

@media (max-width: 900px) {
  .why-ai-card .why-ai-icon {
    margin-left: 16px;
  }

}

.why-ai-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 56px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 800px) {
  .why-ai-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 0 8px;
  }
}

.tools-section {
  background: none;
  padding: 0;
}

.tools-bg {
  background: #111;
  border-radius: 32px;
  border: 1.5px solid #444;
  box-shadow: 0 2px 32px 0 #00000044, 0 0 0 1.5px #222 inset;
  padding: 36px 0 32px 0;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.tools-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="2" fill="%23222222"/></svg>');
  background-size: 18px 18px;
  opacity: 0.45;
  pointer-events: none;
}

.tools-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tools-heading {
  color: #fff;
  font-family: 'Funnel Display', sans-serif;
  font-size: 2.1em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 0;
}

.tools-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.tool-pill {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #19191b;
  color: #bdbdbd;
  font-family: 'DM Sans', sans-serif;
  font-size: 1em;
  font-weight: 500;
  border-radius: 48px;
  padding: 10px 18px 10px 14px;
  min-width: 160px;
  box-shadow: 0 2px 16px 0 #00000022;
  overflow: hidden;
}

.tool-pill:not(.active)::after {
  display: none !important;
}

.tool-pill {
  opacity: 1 !important;
}

.tool-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6a5cff 60%, #a259ff 100%);
  margin-right: 0;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .tools-bg {
    padding: 18px 0 18px 0;
    border-radius: 18px;
    max-width: 98vw;
  }
  .tools-inner {
    padding: 0 8px;
  }
  .tools-heading {
    font-size: 1.2em;
    margin-bottom: 18px;
  }
  .tools-grid {
    gap: 10px 4px;
  }
  .tool-pill {
    font-size: 0.95em;
    min-width: 90px;
    padding: 7px 8px 7px 8px;
  }
  .tool-icon {
    width: 20px;
    height: 20px;
  }
}

.faq-section {
  background: none;
  padding-top: 64px;
  padding-bottom: 64px;
}

.faq-label {
  display: inline-block;
  background: #18171b;
  color: #fff;
  border-radius: 16px;
  padding: 6px 18px;
  font-size: 15px;
  font-family: 'DM Sans';
  margin: 0 auto 18px auto;
  text-align: center;
}

.faq-heading {
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  
  text-align: center;
  margin-bottom: 38px;
  margin-top: 0;
}

.faq-container {
  max-width: 700px;
  margin: 0 auto;
}

.faq-item {
  border: none;
  margin-bottom: 18px;
  overflow: hidden;
  background: #18171b;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 #00000022;
}

.faq-question {
  cursor: pointer;
  padding: 22px 44px 22px 28px;
  background: none;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  position: relative;
  user-select: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  border-radius: 18px;
  transition: background 0.2s;
}

.faq-question.active, .faq-question:active {
  background: #232228;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
  flex: 1;
}

.symbol {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transform: translateY(-50%);
  transition: background 0.2s;
}

.symbol::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -8px;
  width: 2px;
  height: 18px;
  background: #fff;
  border-radius: 2px;
  transition: opacity 0.2s;
}

.faq-question.active .symbol::before {
  display: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s cubic-bezier(.4,0,.2,1);
  color: #e0e0e0;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1em;
  background: none;
}

.faq-answer p {
  margin: 12px 24px 18px 24px;
  line-height: 1.5;
}

.faq-question.active + .faq-answer {
  max-height: 400px;
  transition: max-height .35s cubic-bezier(.4,0,.2,1);
}

@media (max-width: 700px) {
  .faq-question {
    font-size: 1em !important;
    padding: 16px 48px 16px 16px !important;
    border-radius: 12px !important;
  }
  .faq-question h3 {
    font-size: 1em !important;
  }
  .faq-item {
    border-radius: 12px !important;
    margin-bottom: 10px !important;
  }
}

.cta-section {
  padding: 0;
  background: none;
}

.cta-bg {
  position: relative;
  background: #0a0a0e url('assets/hero-bg-2.jpg') center center/cover no-repeat;
  border-radius: 32px;
  margin: 64px auto 0 auto;
  overflow: hidden;
  box-shadow: 0 2px 32px 0 #00000044, 0 0 0 1.5px #222 inset;
  padding: 64px 0 56px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}

.cta-label {
  display: inline-block;
  background: #18171b;
  color: #fff;
  border-radius: 16px;
  padding: 7px 22px;
  font-size: 15px;
  font-family: 'DM Sans';
  margin-bottom: 18px;
  margin-top: 0;
}

.cta-heading {
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 2.6em;
  font-weight: 600;
  margin: 18px 0 18px 0;
  line-height: 1.1;
}

.cta-subheading {
  color: #e0e0e0;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.15em;
  margin-bottom: 38px;
  margin-top: 0;
}

.cta-btn {
  display: inline-block;
  background: #fff;
  color: #18171b;
  font-family: 'Funnel Display', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 32px;
  padding: 18px 48px;
  text-decoration: none;
  box-shadow: 0 2px 16px 0 #a259ff44;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.cta-btn:hover {
  background: #eae6ff;
  color: #6a5cff;
  box-shadow: 0 4px 32px 0 #a259ff77;
}

.cta-glow {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 80px;
  background: linear-gradient(90deg, rgba(106,92,255,0.12) 0%, rgba(162,89,255,0.22) 50%, rgba(106,92,255,0.12) 100%);
  filter: blur(0.5px);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 900px) {
  .cta-bg { border-radius: 18px; padding: 36px 0 32px 0; }
  .cta-inner { padding: 0 8px; }
  .cta-heading { font-size: 1.3em; }
  .cta-btn { font-size: 1em; padding: 14px 24px; }
}

.cta-form {
  margin: 0 auto;
  margin-top: 32px;
  background: none;
  box-shadow: none;
  max-width: 420px;
  padding: 0;
}

.cta-form .form-field {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}

.cta-form input[type="text"],
.cta-form input[type="email"] {
  background: #232228;
  border: 1px solid #444;
  color: #fff;
  border-radius: 24px;
  font-size: 16px;
  padding: 12px 18px;
  margin: 0 0 0 0;
  width: 100%;
}

.cta-form .primary-button {
  width: 100%;
  margin: 0;
  font-size: 18px;
  border-radius: 24px;
  padding: 14px 0;
}

.cta-glow {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 160px;
  background: radial-gradient(ellipse at 50% 100%, rgba(162,89,255,0.22) 0%, rgba(106,92,255,0.12) 60%, rgba(10,10,14,0.0) 100%);
  z-index: 1;
  pointer-events: none;
  filter: blur(0.5px);
}

@media (max-width: 900px) {
  .cta-form { max-width: 98vw; }
  .cta-form input[type="text"], .cta-form input[type="email"] { font-size: 15px; padding: 11px 12px; }
  .cta-form .primary-button { font-size: 16px; padding: 12px 0; }
  .cta-glow { height: 90px; }
}

.footer-section {
  background: none;
  color: #e0e0e0;
  font-family: 'DM Sans', sans-serif;
  position: relative;
  margin-top: 64px;
  padding: 0;
}

.footer-container {
  border-radius: 0;
  color: #e0e0e0;
  width: 100%;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.footer-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col-1 { max-width: 320px; }

.footer-logo img { display: block; margin-bottom: 10px; }

.footer-tagline { font-size: 1.1em; color: #fff; margin-bottom: 10px; }

.footer-legal { font-size: 0.95em; color: #bdbdbd; margin-top: 10px; }

.footer-link { color: #bdbdbd; text-decoration: none; margin-bottom: 4px; transition: color 0.2s; }

.footer-link:hover { color: #a259ff; }

.footer-heading { font-size: 1.1em; color: #fff; font-weight: 600; margin-bottom: 8px; margin-top: 8px; }

.footer-bar {
  position: relative;
  width: 100%;
  margin-top: 24px;
  padding-bottom: 0;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(90deg, #6a5cff, #a259ff, #6a5cff, #00eaff, #6a5cff);
  background-size: 400% 400%;
  animation: gradientMove 8s ease-in-out infinite;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bar-gradient {
  display: none;
}

.footer-bar-content {
  color: #fff;
  font-size: 0.98em;
  font-family: 'Funnel Display', sans-serif;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.5px;
  z-index: 2;
  text-align: center;
  width: 100%;
  opacity: 0.95;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.footer-heart {
  color: #a259ff;
  font-size: 1.2em;
  vertical-align: middle;
  animation: heartBeat 1.5s infinite alternate;
}

@keyframes heartBeat {
  0% { transform: scale(1); }
  100% { transform: scale(1.18); }
}

@media (max-width: 900px) {
  .footer-container { flex-direction: column; gap: 18px; }
  .footer-bar-gradient { height: 6px; }
  .footer-bar-content { font-size: 1em; }
}

.primary-button:hover,
.primary-button:focus {
  box-shadow: 0 4px 24px #a259ff44, 0 0 0 2px #a259ff33;
  background: #f5f0ff;
  color: #6a5cff;
  border: none;
  outline: none;
  transition: box-shadow 0.18s, background 0.18s, color 0.18s;
}

.pricing-section-title {
  margin-bottom: 48px !important;
  font-size: 2.5em;
  text-align: center;
}

.pricing .box h2 {
  font-size: 1.15em;
  margin-bottom: 8px;
}
.pricing .box h1 {
  font-size: 2em;
  margin-bottom: 18px;
}

@media (max-width: 700px) {
  #why-ai-course h1 {
    font-size: 1.4em !important;
    margin-bottom: 12px !important;
  }
  .why-ai-card h2 {
    font-size: 1em !important;
    margin-bottom: 6px !important;
  }
  .why-ai-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }
  .why-ai-icon img {
    width: 24px !important;
    height: 24px !important;
  }
  .why-ai-card {
    gap: 12px !important;
    min-height: 80px !important;
    padding: 0 !important;
  }
  .why-ai-grid {
    gap: 12px 0 !important;
    padding: 0 2px !important;
  }
  #we-do-different h1 {
    font-size: 1.2em !important;
    margin-bottom: 10px !important;
  }
  #we-do-different h2 {
    font-size: 1em !important;
    margin-bottom: 6px !important;
  }
  #we-do-different p {
    font-size: 0.98em !important;
    margin-bottom: 8px !important;
  }
  #we-do-different img {
    height: 48px !important;
    max-width: 48px !important;
  }
  .row > div {
    padding: 10px !important;
    margin: 8px !important;
    min-height: 0 !important;
  }
}

.fade-in-section {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.fade-in-section.fade-in {
  opacity: 1;
  transform: none;
} 

.benefit{
  margin: 20px 0;
}

.benefit img{
  margin-right: 8px;
  width: 20px;
  position: relative;
  top: 4px;
}

.horizontal-line{
width:100%;
height:2px;
background:white;
opacity: 0.3;
}

.timeline {
position: relative;
padding: 20px 0;
}

.timeline::before {
content: "";
position: absolute;
top: 0;
left: 50%;
width: 2px;
height: 100%;
background-color: #333;
transform: translateX(-50%);
z-index: 1;
}

.timeline .container {
display: flex;
flex-direction: column;
gap: 40px;
}

.timeline-item {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
position: relative;
}



.text-box {
  flex: 1;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
  z-index: 2;
  margin-right: 32px;
}
.image-box {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
z-index: 2;
}
.image-box img {
max-width: 100%;
height: auto;
border-radius: 40px;
}
@media (max-width: 800px) {
.timeline::before {
  left: 10px;
  transform: none;
}
.timeline-item {
  flex-direction: column;
  text-align: left;
}
}

@media (min-width: 800px){
.text-box::before{
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: white;
  z-index: 1;
  transform: translateX(-50%);
}
}

.secondary-button {
  background: #6a5cff;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  box-shadow: 0px 0px 6px 2px #6a5cff44;
  border: 0;
  border-radius: 40px;
  padding: 16px 34px;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease-in;
  font-family: 'Funnel Display';
  width: 100%;
  cursor: pointer;
}
.secondary-button:hover,
.secondary-button:focus {
  background: #f5f0ff;
  color: #6a5cff;
  box-shadow: 0 4px 24px #a259ff44, 0 0 0 2px #a259ff33;
  border: none;
  outline: none;
  transition: box-shadow 0.18s, background 0.18s, color 0.18s;
}