* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  background: #f8fafc;
  color: #0f172a;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

/* NAVBAR */

.navbar {
  width: 100%;
  min-height: 82px;
  padding: 12px 7%;
  background: rgba(2, 6, 23, 0.96);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-image {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 12px;
  background: #000000;
  border: 1px solid rgba(251, 191, 36, 0.25);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-transform: uppercase;
}

.brand-text span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}

.brand-text strong {
  color: #fbbf24;
  font-size: 15px;
  letter-spacing: 4px;
  margin-top: 6px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.desktop-nav a {
  color: #cbd5e1;
  font-size: 15px;
  font-weight: 700;
  transition: 0.25s ease;
}

.desktop-nav a:hover,
.desktop-nav .active-link {
  color: #fbbf24;
}

.navbar-button {
  padding: 11px 19px;
  border-radius: 9px;
  background: #fbbf24;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.navbar-button:hover {
  background: #f59e0b;
  transform: translateY(-2px);
}

/* COMMON BUTTONS */

.primary-button,
.secondary-button {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 9px;
  font-weight: 800;
  transition: 0.25s ease;
}

.primary-button {
  background: #fbbf24;
  color: #0f172a;
}

.primary-button:hover {
  background: #f59e0b;
  transform: translateY(-2px);
}

.secondary-button {
  border: 1px solid #64748b;
  color: #ffffff;
}

.secondary-button:hover {
  color: #fbbf24;
  border-color: #fbbf24;
  transform: translateY(-2px);
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.small-title {
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.hero-note {
  margin-top: 22px;
  color: #94a3b8;
  font-size: 12px;
}

/* MARKET BACKGROUND */

.market-background {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
}

.market-line {
  position: absolute;
  left: -10%;
  width: 120%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(251, 191, 36, 0.7),
    transparent
  );
  transform: rotate(-7deg);
}

.line-one {
  top: 28%;
}

.line-two {
  top: 53%;
  transform: rotate(5deg);
}

.line-three {
  top: 78%;
  transform: rotate(-3deg);
}

.candle {
  position: absolute;
  width: 15px;
  border-radius: 3px;
  background: rgba(34, 197, 94, 0.75);
}

.candle::before,
.candle::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  background: currentColor;
  transform: translateX(-50%);
}

.candle::before {
  top: -24px;
  height: 24px;
}

.candle::after {
  bottom: -24px;
  height: 24px;
}

.candle-one {
  right: 35%;
  top: 26%;
  height: 82px;
  color: rgba(34, 197, 94, 0.75);
}

.candle-two {
  right: 28%;
  top: 43%;
  height: 110px;
  background: rgba(59, 130, 246, 0.75);
  color: rgba(59, 130, 246, 0.75);
}

.candle-three {
  right: 21%;
  top: 22%;
  height: 130px;
  color: rgba(34, 197, 94, 0.75);
}

.candle-four {
  right: 14%;
  top: 39%;
  height: 92px;
  background: rgba(239, 68, 68, 0.65);
  color: rgba(239, 68, 68, 0.65);
}

.candle-five {
  right: 8%;
  top: 18%;
  height: 145px;
  color: rgba(34, 197, 94, 0.75);
}

.candle-six {
  right: 2%;
  top: 48%;
  height: 78px;
  background: rgba(59, 130, 246, 0.7);
  color: rgba(59, 130, 246, 0.7);
}

/* HOME HERO */

.hero {
  position: relative;
  overflow: hidden;
}

.home-hero {
  min-height: calc(100vh - 82px);
  padding: 105px 7%;
  background:
    radial-gradient(
      circle at 82% 22%,
      rgba(251, 191, 36, 0.16),
      transparent 26%
    ),
    radial-gradient(
      circle at 18% 82%,
      rgba(14, 165, 233, 0.1),
      transparent 28%
    ),
    linear-gradient(135deg, #111827 0%, #020617 72%);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.home-hero h1 {
  color: #ffffff;
  font-size: 62px;
  line-height: 1.08;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.hero-description {
  color: #cbd5e1;
  font-size: 19px;
  max-width: 680px;
  margin-bottom: 34px;
}

.hero-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 680px;
  margin-top: 42px;
}

.trust-item {
  padding: 16px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.trust-item strong {
  display: block;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 3px;
}

.trust-item span {
  color: #94a3b8;
  font-size: 12px;
}

/* HOME VISUAL CARD */

.hero-visual-card {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  padding: 24px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.03)
    );
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.visual-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
}

.live-dot {
  color: #86efac;
  font-size: 12px;
  position: relative;
  padding-left: 14px;
}

.live-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.chart-area {
  position: relative;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(2, 6, 23, 0.62);
}

.chart-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      rgba(148, 163, 184, 0.1) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(148, 163, 184, 0.1) 1px,
      transparent 1px
    );
  background-size: 48px 48px;
}

.learning-chart {
  position: absolute;
  inset: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  color: #fbbf24;
  filter: drop-shadow(0 8px 12px rgba(251, 191, 36, 0.25));
}

.visual-stats {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.visual-stats div {
  padding: 14px;
  border-radius: 12px;
  background: rgba(2, 6, 23, 0.45);
}

.visual-stats span {
  display: block;
  color: #94a3b8;
  font-size: 11px;
  margin-bottom: 4px;
}

.visual-stats strong {
  color: #ffffff;
  font-size: 13px;
}

/* COMMON SECTION HEADING */

.section-heading {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-heading p {
  color: #d97706;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 800;
}

.section-heading h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 10px;
  color: #0f172a;
}

.section-heading span {
  display: block;
  color: #64748b;
  margin-top: 14px;
  font-size: 17px;
}

/* HOME EXPLORE */

.explore-section {
  padding: 95px 7%;
  background: #f8fafc;
}

.explore-grid {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.explore-card {
  min-height: 285px;
  padding: 30px;
  border-radius: 18px;
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
  transition: 0.3s ease;
}

.explore-card:hover {
  transform: translateY(-8px);
  border-color: #fbbf24;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.explore-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff7ed;
  color: #d97706;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 22px;
}

.explore-card h3 {
  font-size: 21px;
  margin-bottom: 12px;
}

.explore-card p {
  color: #64748b;
  font-size: 15px;
  margin-bottom: 20px;
}

.explore-link {
  color: #d97706;
  font-size: 14px;
  font-weight: 800;
}

/* HOME LEARNING PATH */

.learning-path-section {
  padding: 100px 7%;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(251, 191, 36, 0.12),
      transparent 24%
    ),
    #0f172a;
}

.learning-path-content {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.learning-path-text h2 {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.learning-path-text p:not(.small-title) {
  color: #cbd5e1;
  font-size: 17px;
  margin-bottom: 30px;
}

.learning-steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.learning-step {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 20px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.learning-step > span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbbf24;
  color: #0f172a;
  font-weight: 900;
}

.learning-step h3 {
  color: #ffffff;
  font-size: 19px;
  margin-bottom: 6px;
}

.learning-step p {
  color: #94a3b8;
  font-size: 14px;
}

/* HOME PROGRAM PREVIEW */

.program-preview-section {
  padding: 95px 7%;
  background: #eef2f7;
}

.program-preview-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.program-preview-card {
  position: relative;
  padding: 34px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

.featured-preview {
  border: 2px solid #fbbf24;
  transform: translateY(-8px);
}

.program-badge {
  position: absolute;
  top: -14px;
  left: 30px;
  padding: 7px 14px;
  border-radius: 50px;
  background: #fbbf24;
  color: #0f172a;
  font-size: 11px;
  font-weight: 900;
}

.program-type {
  color: #d97706;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}

.program-preview-card h3 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.program-preview-card p:not(.program-type) {
  color: #64748b;
  margin-bottom: 24px;
}

.program-preview-card a {
  color: #0f172a;
  font-weight: 800;
  font-size: 14px;
}

.program-preview-card a:hover {
  color: #d97706;
}

/* HOME WHY */

.why-section {
  padding: 90px 7%;
  background: #f8fafc;
}

.why-card {
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px;
  border-radius: 24px;
  background:
    radial-gradient(
      circle at top right,
      rgba(251, 191, 36, 0.15),
      transparent 26%
    ),
    linear-gradient(135deg, #111827, #020617);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: center;
}

.why-card h2 {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.2;
}

.why-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.why-points span {
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  font-size: 14px;
}

/* HOME CONTACT */

.home-contact-section {
  padding: 90px 7%;
  background: #eef2f7;
}

.home-contact-box {
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.home-contact-box h2 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.home-contact-box p:not(.small-title) {
  color: #64748b;
  max-width: 650px;
}

.home-contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.home-contact-box .secondary-button {
  color: #0f172a;
  border-color: #cbd5e1;
}

.home-contact-box .secondary-button:hover {
  color: #d97706;
  border-color: #d97706;
}

/* COURSES PAGE HERO */

.course-page-hero,
.pricing-page-hero {
  min-height: 72vh;
  padding: 100px 7%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at 80% 24%,
      rgba(251, 191, 36, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 15% 78%,
      rgba(14, 165, 233, 0.11),
      transparent 25%
    ),
    linear-gradient(135deg, #111827, #020617);
}

.course-page-hero-content,
.pricing-page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.course-page-hero h1,
.pricing-page-hero h1 {
  color: #ffffff;
  font-size: 56px;
  line-height: 1.12;
  margin-bottom: 22px;
}

.course-page-hero-content > p:not(.small-title):not(.hero-note),
.pricing-page-hero-content > p:not(.small-title):not(.hero-note) {
  color: #cbd5e1;
  font-size: 19px;
  max-width: 680px;
  margin-bottom: 32px;
}

/* COURSE OVERVIEW */

.course-overview-section {
  padding: 90px 7%;
  background: #f8fafc;
}

.course-overview-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.course-overview-card {
  padding: 32px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
}

.course-number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff7ed;
  color: #d97706;
  font-weight: 900;
  margin-bottom: 18px;
}

.course-overview-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.course-overview-card p {
  color: #64748b;
}

/* DETAILED COURSES */

.detailed-courses-section {
  padding: 100px 7%;
  background: #eef2f7;
}

.detailed-course-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.detailed-course-card {
  position: relative;
  padding: 38px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.featured-course {
  border: 2px solid #fbbf24;
}

.course-card-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.course-badge {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 50px;
  background: #fbbf24;
  color: #0f172a;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 14px;
}

.course-card-top h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.course-intro {
  color: #64748b;
  max-width: 800px;
}

.course-card-icon {
  min-width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #fff7ed;
  font-size: 34px;
}

.course-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.course-module-box {
  padding: 24px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.course-module-box h3 {
  font-size: 18px;
  margin-bottom: 14px;
}

.course-module-box ul {
  list-style: none;
}

.course-module-box li {
  position: relative;
  padding-left: 24px;
  color: #475569;
  margin-bottom: 10px;
  font-size: 14px;
}

.course-module-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 900;
}

.course-card-footer {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.course-whatsapp-link {
  color: #16a34a;
  font-size: 14px;
  font-weight: 800;
}

.course-whatsapp-link:hover {
  color: #15803d;
}

/* COURSE METHOD */

.course-method-section {
  padding: 95px 7%;
  background: #f8fafc;
}

.course-method-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.course-method-grid article {
  padding: 30px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.course-method-grid article > span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0f172a;
  color: #fbbf24;
  font-weight: 900;
  margin-bottom: 18px;
}

.course-method-grid h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.course-method-grid p {
  color: #64748b;
  font-size: 14px;
}

/* COURSE CTA */

.course-cta-section {
  padding: 90px 7%;
  background: #eef2f7;
}

.course-cta-box {
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  background:
    radial-gradient(
      circle at top right,
      rgba(251, 191, 36, 0.15),
      transparent 28%
    ),
    linear-gradient(135deg, #111827, #020617);
}

.course-cta-box h2 {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.course-cta-box p:not(.small-title) {
  color: #cbd5e1;
  max-width: 670px;
}

/* PRICING INTRO */

.pricing-intro-section {
  padding: 90px 7%;
  background: #f8fafc;
}

.pricing-highlight-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pricing-highlight-card {
  padding: 26px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.pricing-highlight-card > span {
  font-size: 28px;
}

.pricing-highlight-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.pricing-highlight-card p {
  color: #64748b;
  font-size: 14px;
}

/* PRICING PLANS */

.pricing-plans-section {
  padding: 100px 7%;
  background: #eef2f7;
}

.pricing-page-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.pricing-page-card {
  position: relative;
  padding: 34px 30px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
}

.featured-pricing-card {
  border: 2px solid #fbbf24;
  transform: translateY(-10px);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.14);
}

.pricing-popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 15px;
  border-radius: 50px;
  background: #fbbf24;
  color: #0f172a;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.pricing-page-card h2 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.pricing-card-description {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 24px;
  min-height: 90px;
}

.pricing-amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 6px;
}

.currency-symbol {
  font-size: 22px;
  font-weight: 800;
}

.pricing-amount strong {
  font-size: 42px;
  line-height: 1;
}

.pricing-period {
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.pricing-access-note {
  color: #94a3b8;
  font-size: 12px;
  margin-bottom: 24px;
}

.pricing-feature-list {
  list-style: none;
  margin-bottom: 28px;
  flex-grow: 1;
}

.pricing-feature-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: #475569;
  font-size: 14px;
}

.pricing-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 900;
}

.pricing-enquiry-button {
  display: block;
  padding: 14px 18px;
  border-radius: 9px;
  background: #0f172a;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.pricing-enquiry-button:hover {
  background: #fbbf24;
  color: #0f172a;
  transform: translateY(-2px);
}

.pricing-details-link {
  display: block;
  margin-top: 14px;
  text-align: center;
  color: #d97706;
  font-size: 13px;
  font-weight: 800;
}

.pricing-small-note {
  max-width: 900px;
  margin: 34px auto 0;
  color: #64748b;
  font-size: 12px;
  text-align: center;
}

/* COMPARISON TABLE */

.comparison-section {
  padding: 95px 7%;
  background: #f8fafc;
}

.comparison-table-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  overflow-x: auto;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  min-width: 760px;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #e2e8f0;
  text-align: center;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  text-align: left;
}

.comparison-table thead {
  background: #0f172a;
  color: #ffffff;
}

.comparison-table thead th {
  font-size: 14px;
}

.comparison-table tbody td {
  color: #475569;
  font-size: 14px;
}

.comparison-table tbody tr:hover {
  background: #f8fafc;
}

/* PRICING BENEFITS */

.pricing-benefits-section {
  padding: 100px 7%;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(251, 191, 36, 0.12),
      transparent 25%
    ),
    #0f172a;
}

.pricing-benefits-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.pricing-benefits-text h2 {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 18px;
}

.pricing-benefits-text p:not(.small-title) {
  color: #cbd5e1;
  margin-bottom: 28px;
}

.pricing-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.pricing-benefits-grid article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  padding: 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.pricing-benefits-grid article > span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbbf24;
  color: #0f172a;
  font-weight: 900;
}

.pricing-benefits-grid h3 {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 5px;
}

.pricing-benefits-grid p {
  color: #94a3b8;
  font-size: 13px;
}

/* FAQ */

.faq-section {
  padding: 95px 7%;
  background: #f8fafc;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.faq-item summary {
  cursor: pointer;
  padding: 19px 22px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
}

.faq-item p {
  padding: 0 22px 20px;
  color: #64748b;
  font-size: 14px;
}

/* PRICING CTA */

.pricing-cta-section {
  padding: 90px 7%;
  background: #eef2f7;
}

.pricing-cta-box {
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  background:
    radial-gradient(
      circle at top right,
      rgba(251, 191, 36, 0.15),
      transparent 28%
    ),
    linear-gradient(135deg, #111827, #020617);
}

.pricing-cta-box h2 {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.pricing-cta-box p:not(.small-title) {
  color: #cbd5e1;
  max-width: 670px;
}

/* DISCLAIMER */

.simple-disclaimer {
  padding: 18px 7%;
  background: #f8fafc;
  text-align: center;
}

.simple-disclaimer p {
  max-width: 900px;
  margin: 0 auto;
  color: #64748b;
  font-size: 11px;
}

/* FOOTER */

.main-footer {
  background: #020617;
  color: #94a3b8;
  padding: 64px 7% 24px;
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 0.7fr 1fr;
  gap: 45px;
}

.footer-brand p {
  margin-top: 20px;
  max-width: 420px;
  color: #94a3b8;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links h3 {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 8px;
}

.footer-links a,
.footer-links span {
  color: #94a3b8;
  font-size: 13px;
}

.footer-links a:hover {
  color: #fbbf24;
}

.footer-bottom {
  max-width: 1200px;
  margin: 45px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #64748b;
  font-size: 12px;
}

/* FLOATING WHATSAPP */

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 2000;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.25),
    0 0 0 0 rgba(37, 211, 102, 0.55);
  animation:
    whatsapp-shake 4s ease-in-out infinite,
    whatsapp-pulse 2s ease-out infinite;
  transition: transform 0.25s ease, background 0.25s ease;
}

.floating-whatsapp:hover {
  background: #20bd5a;
  transform: scale(1.08);
}

.floating-whatsapp svg {
  width: 34px;
  height: 34px;
  fill: #ffffff;
}

.whatsapp-tooltip {
  position: absolute;
  right: 72px;
  background: #0f172a;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: 0.25s ease;
}

.floating-whatsapp:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@keyframes whatsapp-shake {
  0%,
  82%,
  100% {
    transform: rotate(0deg);
  }

  84% {
    transform: rotate(-8deg);
  }

  87% {
    transform: rotate(8deg);
  }

  90% {
    transform: rotate(-6deg);
  }

  93% {
    transform: rotate(6deg);
  }

  96% {
    transform: rotate(0deg);
  }
}

@keyframes whatsapp-pulse {
  0% {
    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.25),
      0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.25),
      0 0 0 14px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.25),
      0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* TABLET */

@media (max-width: 1050px) {
  .desktop-nav {
    gap: 16px;
  }

  .home-hero {
    grid-template-columns: 1fr;
  }

  .hero-content {
    max-width: 850px;
  }

  .hero-visual-card {
    max-width: 780px;
    width: 100%;
  }

  .explore-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .learning-path-content,
  .why-card,
  .pricing-benefits-content {
    grid-template-columns: 1fr;
  }

  .program-preview-grid,
  .pricing-page-grid {
    grid-template-columns: 1fr;
  }

  .featured-preview,
  .featured-pricing-card {
    transform: none;
  }

  .home-contact-box,
  .course-cta-box,
  .pricing-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .course-overview-grid {
    grid-template-columns: 1fr;
  }

  .course-method-grid,
  .pricing-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-card-description {
    min-height: auto;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */

@media (max-width: 760px) {
  .navbar {
    padding: 12px 5%;
    flex-wrap: wrap;
    gap: 14px;
  }

  .desktop-nav {
    width: 100%;
    order: 3;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 10px;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
  }

  .desktop-nav a {
    font-size: 13px;
  }

  .navbar-button {
    font-size: 12px;
    padding: 9px 13px;
  }

  .logo-image {
    width: 50px;
    height: 50px;
  }

  .brand-text span {
    font-size: 17px;
  }

  .brand-text strong {
    font-size: 12px;
  }

  .home-hero,
  .course-page-hero,
  .pricing-page-hero {
    padding: 82px 5%;
    text-align: center;
  }

  .home-hero h1,
  .course-page-hero h1,
  .pricing-page-hero h1 {
    font-size: 40px;
  }

  .hero-description,
  .course-page-hero-content > p:not(.small-title):not(.hero-note),
  .pricing-page-hero-content > p:not(.small-title):not(.hero-note) {
    font-size: 17px;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-trust-row {
    grid-template-columns: 1fr;
  }

  .hero-visual-card {
    text-align: left;
  }

  .visual-stats {
    grid-template-columns: 1fr;
  }

  .explore-section,
  .learning-path-section,
  .program-preview-section,
  .why-section,
  .home-contact-section,
  .course-overview-section,
  .detailed-courses-section,
  .course-method-section,
  .course-cta-section,
  .pricing-intro-section,
  .pricing-plans-section,
  .comparison-section,
  .pricing-benefits-section,
  .faq-section,
  .pricing-cta-section {
    padding: 72px 5%;
  }

  .section-heading h2,
  .learning-path-text h2,
  .why-card h2,
  .home-contact-box h2,
  .course-cta-box h2,
  .pricing-benefits-text h2,
  .pricing-cta-box h2 {
    font-size: 31px;
  }

  .explore-grid,
  .pricing-highlight-grid {
    grid-template-columns: 1fr;
  }

  .learning-step {
    grid-template-columns: 54px 1fr;
    padding: 20px;
  }

  .why-card,
  .home-contact-box,
  .course-cta-box,
  .pricing-cta-box {
    padding: 30px 22px;
  }

  .why-points,
  .pricing-benefits-grid {
    grid-template-columns: 1fr;
  }

  .course-card-top {
    flex-direction: column;
  }

  .course-card-top h2 {
    font-size: 28px;
  }

  .course-content-grid {
    grid-template-columns: 1fr;
  }

  .detailed-course-card {
    padding: 26px 20px;
  }

  .course-method-grid {
    grid-template-columns: 1fr;
  }

  .pricing-page-card {
    padding: 30px 22px;
  }

  .pricing-amount strong {
    font-size: 36px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .floating-whatsapp {
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 16px;
  }

  .floating-whatsapp svg {
    width: 31px;
    height: 31px;
  }

  .whatsapp-tooltip {
    display: none;
  }
}

@media (max-width: 430px) {
  .home-hero h1,
  .course-page-hero h1,
  .pricing-page-hero h1 {
    font-size: 34px;
  }

  .chart-area {
    height: 210px;
  }

  .navbar-button {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp {
    animation: none;
  }
}
/* =====================================================
   TRADING WEALTH APP SHOWCASE
===================================================== */

.app-showcase-section {
  position: relative;
  overflow: hidden;
  padding: 100px 7%;
  background:
    radial-gradient(circle at 12% 20%, rgba(251, 191, 36, 0.12), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(37, 211, 102, 0.09), transparent 24%),
    linear-gradient(135deg, #111827, #020617);
}

.app-showcase-container {
  position: relative;
  z-index: 2;
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 65px;
  align-items: center;
}

.app-showcase-content h2 {
  max-width: 620px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.18;
}

.app-showcase-content > p:not(.small-title):not(.app-access-note) {
  max-width: 650px;
  margin-bottom: 28px;
  color: #cbd5e1;
  font-size: 17px;
}

.app-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin-bottom: 32px;
}

.app-feature-list span {
  padding: 13px 15px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  font-size: 13px;
}

.app-secondary-button {
  display: inline-block;
  padding: 14px 26px;
  border: 1px solid #64748b;
  border-radius: 9px;
  color: #ffffff;
  font-weight: 800;
  transition: 0.25s ease;
}

.app-secondary-button:hover {
  border-color: #fbbf24;
  color: #fbbf24;
  transform: translateY(-2px);
}

.app-access-note {
  margin-top: 18px;
  color: #94a3b8;
  font-size: 12px;
}

.app-showcase-image {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 32px 85px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
}

.app-showcase-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 18px;
}

.app-image-glow {
  position: absolute;
  inset: 12%;
  z-index: 1;
  border-radius: 50%;
  background: rgba(251, 191, 36, 0.18);
  filter: blur(70px);
}

/* =====================================================
   APP PROMOTION POPUP
===================================================== */

.app-promotion-popup {
  position: fixed;
  right: 24px;
  bottom: 102px;
  z-index: 1900;
  width: min(420px, calc(100vw - 32px));
  padding: 14px;
  border: 1px solid rgba(251, 191, 36, 0.35);
  border-radius: 18px;
  background: rgba(2, 6, 23, 0.98);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.45);
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 15px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px) scale(0.95);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease;
}

.app-promotion-popup.show-app-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  animation: app-popup-attention 0.7s ease;
}

.app-popup-close {
  position: absolute;
  top: 7px;
  right: 9px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
}

.app-popup-close:hover {
  background: #ef4444;
}

.app-popup-image {
  overflow: hidden;
  border-radius: 12px;
  background: #111827;
}

.app-popup-image img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  object-position: center;
}

.app-popup-content {
  padding-right: 14px;
}

.app-popup-label {
  display: inline-block;
  margin-bottom: 7px;
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 10px;
  font-weight: 900;
}

.app-popup-content h3 {
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
}

.app-popup-content p {
  margin-bottom: 12px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.5;
}

.app-popup-button {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fbbf24;
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
  transition: 0.25s ease;
}

.app-popup-button:hover {
  background: #f59e0b;
  transform: translateY(-2px);
}

@keyframes app-popup-attention {
  0% { transform: translateY(30px) scale(0.95); }
  55% { transform: translateY(-6px) scale(1.02); }
  75% { transform: translateY(2px) scale(1); }
  100% { transform: translateY(0) scale(1); }
}

/* =====================================================
   APP RESPONSIVE DESIGN
===================================================== */

@media (max-width: 1050px) {
  .app-showcase-container {
    grid-template-columns: 1fr;
  }

  .app-showcase-image {
    max-width: 850px;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .app-showcase-section {
    padding: 72px 5%;
  }

  .app-showcase-content {
    text-align: center;
  }

  .app-showcase-content h2 {
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
  }

  .app-showcase-content > p:not(.small-title):not(.app-access-note) {
    margin-right: auto;
    margin-left: auto;
  }

  .app-feature-list {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .app-showcase-content .hero-buttons {
    justify-content: center;
  }

  .app-promotion-popup {
    right: 16px;
    bottom: 84px;
    grid-template-columns: 92px 1fr;
  }

  .app-popup-image img {
    height: 112px;
  }

  .app-popup-content h3 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .app-promotion-popup {
    width: calc(100vw - 24px);
    right: 12px;
    bottom: 82px;
    grid-template-columns: 78px 1fr;
    padding: 11px;
  }

  .app-popup-image img {
    height: 100px;
  }

  .app-popup-content h3 {
    font-size: 14px;
  }

  .app-popup-content p {
    display: none;
  }

  .app-popup-button {
    padding: 8px 10px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-promotion-popup.show-app-popup {
    animation: none;
  }
}
/* =====================================================
   FINAL SMALL APP POPUP OVERRIDES
   Keeps the app-preview image in the main page section,
   but shows the Trading Wealth logo inside the popup.
===================================================== */

.app-promotion-popup {
  right: 22px;
  bottom: 96px;
  width: min(350px, calc(100vw - 28px));
  padding: 13px;
  grid-template-columns: 72px 1fr;
  gap: 13px;
  border-radius: 15px;
}

.app-popup-image {
  width: 72px;
  height: 72px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(251, 191, 36, 0.35);
  border-radius: 12px;
  background:
    #000000
    url("images/logo.jpeg")
    center / contain
    no-repeat;
}

.app-popup-image img {
  display: none;
}

.app-popup-content {
  padding-right: 18px;
}

.app-popup-label {
  margin-bottom: 5px;
  font-size: 9px;
}

.app-popup-content h3 {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.25;
}

.app-popup-content p {
  margin-bottom: 9px;
  font-size: 11px;
  line-height: 1.4;
}

.app-popup-button {
  padding: 8px 11px;
  font-size: 10px;
}

.app-popup-close {
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  font-size: 17px;
}

@media (max-width: 480px) {
  .app-promotion-popup {
    right: 10px;
    bottom: 78px;
    width: calc(100vw - 20px);
    grid-template-columns: 60px 1fr;
    padding: 10px;
  }

  .app-popup-image {
    width: 60px;
    height: 60px;
  }

  .app-popup-content p {
    display: none;
  }
}
/* =====================================================
   COMPACT THREE-SCREEN APP PREVIEW
===================================================== */

.app-screenshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  padding: 16px;
}

.app-screenshot-grid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #ffffff;
}

@media (max-width: 900px) {
  .app-screenshot-grid {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    overflow-x: auto;
  }

  .app-screenshot-grid img {
    min-width: 150px;
    height: 330px;
  }
}

@media (max-width: 520px) {
  .app-screenshot-grid {
    grid-template-columns: repeat(3, 145px);
  }

  .app-screenshot-grid img {
    width: 145px;
    height: 300px;
  }
}
/* =====================================================
   LEAD CAPTURE POPUP
===================================================== */

.lead-popup-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2050;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lead-popup-backdrop.show-lead-backdrop {
  opacity: 1;
  visibility: visible;
}

.lead-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2100;
  width: min(430px, calc(100vw - 28px));
  padding: 28px;
  border: 1px solid rgba(251, 191, 36, 0.35);
  border-radius: 22px;
  background:
    radial-gradient(
      circle at top right,
      rgba(251, 191, 36, 0.15),
      transparent 28%
    ),
    linear-gradient(145deg, #111827, #020617);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -46%) scale(0.94);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
}

.lead-popup.show-lead-popup {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.lead-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
}

.lead-popup-close:hover {
  background: #ef4444;
}

.lead-popup-header {
  padding-right: 28px;
  margin-bottom: 22px;
}

.lead-popup-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 10px;
  font-weight: 900;
}

.lead-popup-header h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.18;
}

.lead-popup-header p {
  color: #94a3b8;
  font-size: 13px;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lead-form label {
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
}

.lead-form input,
.lead-form select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  font-size: 14px;
  transition: 0.2s ease;
}

.lead-form input::placeholder {
  color: #64748b;
}

.lead-form select option {
  background: #0f172a;
  color: #ffffff;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: #fbbf24;
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.12);
}

.lead-submit-button {
  margin-top: 10px;
  padding: 14px 18px;
  border: 0;
  border-radius: 10px;
  background: #25d366;
  color: #052e16;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.25s ease;
}

.lead-submit-button:hover {
  background: #20bd5a;
  transform: translateY(-2px);
}

.lead-privacy-note {
  margin-top: 4px;
  color: #64748b;
  text-align: center;
  font-size: 10px;
}

@media (max-width: 520px) {
  .lead-popup {
    width: calc(100vw - 20px);
    padding: 22px 18px;
    border-radius: 18px;
  }

  .lead-popup-header h3 {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lead-popup,
  .lead-popup-backdrop {
    transition: none;
  }
}