/* Digitechzo Theme - Polymarket Clone Script Landing Page (White Theme Mockup Frame) */
:root {
  --bg-dark: #FFFFFF;
  --bg-card: #FFFFFF;
  --bg-card-solid: #FFFFFF;
  --bg-secondary: #F8FAFC;
  --green-primary: #57B71B; /* Official Digitechzo Website Green */
  --green-light: #67C82B;
  --green-glow: rgba(87, 183, 27, 0.25);
  --gold-accent: #D97706;
  --gold-glow: rgba(217, 119, 6, 0.12);
  --text-white: #1E1E1E;
  --text-body: #475569;
  --text-dark: #1E1E1E;
  --border-color: #E2E8F0;
  --border-green: rgba(87, 183, 27, 0.35);
  --font-main: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --box-shadow: 0 10px 30px rgba(30, 30, 30, 0.06);
  --box-shadow-hover: 0 18px 40px rgba(87, 183, 27, 0.18);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-main);
  background-color: var(--bg-dark);
  color: var(--text-white);
  line-height: 1.6;
}

html, body {
  overflow-x: clip;
  background-color: var(--bg-dark);
  color: var(--text-body);
}

header.sticky-top,
header,
[data-component*="navbar.html"] {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-white);
}

a {
  color: inherit;
  text-decoration: none;
}

/* Top Announcement Bar */
.top-announcement-bar {
  background: linear-gradient(90deg, #3A7900, #5CB800, #6CE300);
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 0;
}

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

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-bar-left i {
  color: #FCD34D;
}

.top-bar-socials {
  display: flex;
  gap: 14px;
}

.top-bar-socials a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  transition: var(--transition);
}

.top-bar-socials a:hover {
  color: #FFFFFF;
  transform: translateY(-1px);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 24px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.btn-pill-green, .btn-pill-primary {
  background: var(--green-primary);
  color: #FFFFFF;
  border: none;
  box-shadow: 0 6px 20px rgba(87, 183, 27, 0.28);
}

.btn-pill-green:hover, .btn-pill-primary:hover {
  background: #469815;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(87, 183, 27, 0.38);
}

.btn-pill-secondary {
  background: #FFFFFF;
  color: var(--text-white);
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.btn-pill-secondary:hover {
  background: var(--bg-secondary);
  border-color: var(--green-primary);
  color: var(--green-primary);
  transform: translateY(-2px);
}

/* Hero Section */
.hero-section {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 10%, rgba(92, 184, 0, 0.09) 0%, #FFFFFF 65%);
}

.hero-container {
  text-align: center;
  position: relative;
  z-index: 2;
}

.badge-pill-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(92, 184, 0, 0.08);
  border: 1px solid rgba(92, 184, 0, 0.25);
  padding: 6px 16px;
  border-radius: 9999px;
  margin-bottom: 18px;
}

.highlight-gold {
  color: var(--green-primary);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 1px;
}

.pill-icon-gold {
  color: var(--green-primary);
  font-size: 0.85rem;
}

.hero-title {
  font-size: 3.4rem;
  letter-spacing: -1px;
  margin-bottom: 16px;
  color: var(--text-white);
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}

.gradient-text-animated {
  color: var(--green-primary);
  -webkit-text-fill-color: var(--green-primary);
  background: none;
  animation: none;
}

/* NEXT-LEVEL 3D ROCKET CAPSULE WITH MULTI-PARTICLE IGNITION BURST */
.launch-rocket-capsule-wow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: radial-gradient(circle, rgba(108, 227, 0, 0.35) 0%, #0F172A 80%);
  border: 2px solid var(--green-primary);
  border-radius: 20px;
  margin-left: 8px;
  vertical-align: middle;
  transform: translateY(-4px) rotate(-8deg);
  box-shadow: 0 10px 32px rgba(92, 184, 0, 0.55), inset 0 0 18px rgba(108, 227, 0, 0.3);
  position: relative;
  cursor: pointer;
  animation: rocket-capsule-float 2.4s ease-in-out infinite alternate;
}

.launch-rocket-capsule-wow:hover {
  animation-play-state: paused;
  transform: translateY(-10px) scale(1.15) rotate(0deg);
  box-shadow: 0 20px 45px rgba(92, 184, 0, 0.85);
}

@keyframes rocket-capsule-float {
  0% { 
    transform: translateY(-2px) rotate(-10deg) scale(0.98); 
    box-shadow: 0 8px 22px rgba(92, 184, 0, 0.4);
    border-color: #5CB800;
  }
  50% { 
    transform: translateY(-12px) rotate(-2deg) scale(1.14); 
    box-shadow: 0 18px 42px rgba(92, 184, 0, 0.8);
    border-color: #6CE300;
  }
  100% { 
    transform: translateY(-5px) rotate(-6deg) scale(1.04); 
    box-shadow: 0 10px 28px rgba(92, 184, 0, 0.5);
    border-color: #5CB800;
  }
}

.rocket-glyph-3d {
  font-size: 2.3rem;
  line-height: 1;
  filter: drop-shadow(0 0 12px rgba(108, 227, 0, 0.95));
  transform: rotate(5deg);
  animation: rocket-glyph-vibrate 0.5s ease-in-out infinite alternate;
}

@keyframes rocket-glyph-vibrate {
  0% { transform: rotate(3deg) scale(0.97); }
  100% { transform: rotate(9deg) scale(1.1); }
}

.exhaust-flame-beam {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 14px;
  background: radial-gradient(ellipse at top, #F59E0B 0%, #EF4444 65%, rgba(0,0,0,0) 100%);
  border-radius: 50%;
  filter: blur(2px);
  animation: flame-thrust-pulse 0.3s ease-in-out infinite alternate;
}

@keyframes flame-thrust-pulse {
  0% { opacity: 0.5; transform: translateX(-50%) scale(0.75); }
  100% { opacity: 1; transform: translateX(-50%) scale(1.35); }
}

.particle-spark {
  position: absolute;
  pointer-events: none;
  font-size: 0.8rem;
  line-height: 1;
}

.particle-spark.p1 {
  top: -8px;
  right: -8px;
  animation: spark-float-p1 1.8s ease-in-out infinite alternate;
}

@keyframes spark-float-p1 {
  0% { transform: scale(0.6) rotate(0deg); opacity: 0.5; }
  100% { transform: scale(1.3) rotate(45deg); opacity: 1; }
}

.particle-spark.p2 {
  bottom: -6px;
  left: -8px;
  font-size: 0.75rem;
  animation: spark-float-p2 1.4s linear infinite;
}

@keyframes spark-float-p2 {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  100% { transform: translate(-12px, 14px) scale(0.2); opacity: 0; }
}

.particle-spark.p3 {
  bottom: -6px;
  right: -6px;
  font-size: 0.6rem;
  animation: spark-float-p3 1.6s linear infinite 0.4s;
}

@keyframes spark-float-p3 {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  100% { transform: translate(12px, 16px) scale(0.2); opacity: 0; }
}

.hero-tagline {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--green-primary);
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: var(--text-body);
  max-width: 880px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

.hero-cta-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.hero-trust-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 35px;
  font-size: 0.9rem;
  color: var(--text-white);
  font-weight: 600;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust-item i {
  color: var(--green-primary);
}

/* Disclaimer Bar */
.disclaimer-banner {
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 14px 20px;
  margin: 0 auto 40px;
  max-width: 1040px;
  font-size: 0.86rem;
  color: #64748B;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.disclaimer-banner i {
  color: var(--gold-accent);
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* MOCKUP FRAME */
.mockup-frame {
  max-width: 1040px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(30, 30, 30, 0.06), 0 0 35px rgba(92, 184, 0, 0.12);
  overflow: hidden;
  color: #1E1E1E;
}

.mockup-header-bar {
  background: #F8FAFC;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #E2E8F0;
}

.dot {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  max-width: 12px;
  max-height: 12px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-block;
  aspect-ratio: 1 / 1;
}

.dot.red { background: #ef4444; }
.dot.yellow { background: #f59e0b; }
.dot.green { background: #5CB800; }

.mockup-title {
  font-size: 0.85rem;
  color: #475569;
  margin-left: 10px;
  font-weight: 600;
}

.mockup-content {
  padding: 24px;
}

.screen-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.screen-tabs::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

.tab-btn {
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  color: #64748B;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.tab-btn.active, .tab-btn:hover {
  background: rgba(92, 184, 0, 0.12);
  border-color: #5CB800;
  color: #1E1E1E;
}

.screen-view {
  display: none;
}

.screen-view.active {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.v-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.v-card {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  padding: 20px;
  border-radius: 12px;
  text-align: left;
}

.v-card.highlight {
  border-color: rgba(92, 184, 0, 0.4);
  background: rgba(92, 184, 0, 0.05);
}

.v-label {
  font-size: 0.82rem;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.v-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1E1E1E;
  margin: 6px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.v-badge {
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(92, 184, 0, 0.15);
  color: #5CB800;
  font-weight: 700;
}

.v-bar {
  width: 100%;
  height: 6px;
  background: #E2E8F0;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 10px;
}

.v-bar .fill {
  height: 100%;
  background: linear-gradient(90deg, #3A7900, #5CB800);
  border-radius: 3px;
}

/* Prediction Trading Interactive UI */
.pm-market-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 18px;
  margin-top: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.pm-market-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.pm-market-title {
  font-weight: 700;
  font-size: 0.98rem;
  color: #1E1E1E;
}

.pm-market-cat {
  font-size: 0.75rem;
  background: rgba(217, 119, 6, 0.12);
  color: #D97706;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
}

.pm-odds-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.pm-odd-btn {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
  background: #F8FAFC;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
  color: #1E1E1E;
}

.pm-odd-btn.yes:hover, .pm-odd-btn.yes.active {
  background: rgba(92, 184, 0, 0.12);
  border-color: #5CB800;
  color: #3A7900;
}

.pm-odd-btn.no:hover, .pm-odd-btn.no.active {
  background: rgba(239, 68, 68, 0.1);
  border-color: #EF4444;
  color: #DC2626;
}

.pm-trade-input-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pm-input {
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  color: #1E1E1E;
  padding: 8px 12px;
  border-radius: 6px;
  width: 140px;
  font-weight: 700;
}

.pm-input:focus {
  outline: none;
  border-color: #5CB800;
  box-shadow: 0 0 8px rgba(92, 184, 0, 0.25);
}

/* Marquee Bar */
.blockchain-marquee-wrapper {
  margin-top: 50px;
  padding-top: 36px;
  border-top: 1px solid var(--border-color);
}

.marquee-header {
  text-align: center;
  margin-bottom: 20px;
}

.marquee-badge-pill {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--green-primary);
  letter-spacing: 1px;
}

.marquee-header h3 {
  font-size: 1.45rem;
  margin-top: 4px;
}

.marquee-track-outer {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 12px 0;
}

.marquee-track-outer::before, .marquee-track-outer::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee-track-outer::before {
  left: 0;
  background: linear-gradient(to right, #FFFFFF, transparent);
}

.marquee-track-outer::after {
  right: 0;
  background: linear-gradient(to left, #FFFFFF, transparent);
}

.marquee-track-rtl {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: scroll-left 28s linear infinite;
}

.marquee-track-outer:hover .marquee-track-rtl,
.marquee-track-rtl:hover {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-white);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
  white-space: nowrap;
}

.marquee-item:hover {
  transform: translateY(-2px);
  border-color: var(--green-primary);
  box-shadow: 0 8px 20px rgba(92, 184, 0, 0.18);
}

.marquee-item img,
.marquee-logo-img,
.marquee-logo-wide,
.marquee-logo-square {
  height: 22px !important;
  width: 22px !important;
  max-height: 22px !important;
  max-width: 22px !important;
  object-fit: contain !important;
  display: inline-block !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}

/* Common Section Containers */
.section-container {
  padding: 90px 0;
}

.section-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(92, 184, 0, 0.08);
  border: 1px solid rgba(92, 184, 0, 0.25);
  color: var(--green-primary);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 9999px;
  margin-bottom: 14px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 2.5rem;
  margin-bottom: 12px;
  color: var(--text-white);
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-body);
  max-width: 720px;
  margin: 0 auto;
}

/* Intro Section */
.intro-section {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.intro-box {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 40px;
  box-shadow: var(--box-shadow);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
}

.intro-text p {
  margin-bottom: 16px;
  font-size: 1.02rem;
  color: var(--text-body);
  line-height: 1.75;
}

.intro-right {
  background: rgba(92, 184, 0, 0.05);
  border: 1px solid rgba(92, 184, 0, 0.25);
  border-radius: 16px;
  padding: 28px;
}

.intro-highlight {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-white);
  line-height: 1.7;
}

/* Services Grid (What's Included) */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
}

.service-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 30px;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--green-primary);
  box-shadow: var(--box-shadow-hover);
}

.service-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.service-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: rgba(92, 184, 0, 0.12);
  color: var(--green-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.service-header h3 {
  font-size: 1.25rem;
  color: var(--text-white);
}

.service-desc {
  color: var(--text-body);
  font-size: 0.96rem;
  line-height: 1.65;
  margin-bottom: 20px;
}

.benefit-badge {
  background: rgba(92, 184, 0, 0.07);
  border-left: 4px solid var(--green-primary);
  padding: 10px 14px;
  border-radius: 0 8px 8px 0;
  font-size: 0.86rem;
  color: var(--text-white);
}

/* Why Choose Us Grid */
.why-section {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.why-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 28px;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3A7900, #5CB800);
  opacity: 0;
  transition: var(--transition);
}

.why-card:hover {
  transform: translateY(-5px);
  border-color: var(--green-primary);
  box-shadow: var(--box-shadow-hover);
}

.why-card:hover::before {
  opacity: 1;
}

.why-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.why-badge-num {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--green-primary);
  background: rgba(92, 184, 0, 0.12);
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(92, 184, 0, 0.25);
}

.why-icon {
  font-size: 1.3rem;
  color: var(--green-primary);
}

.why-card h4 {
  font-size: 1.18rem;
  color: var(--green-primary);
  margin-bottom: 12px;
}

.why-card p {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.65;
}

/* Unique Connected Timeline Flow Architecture */
.timeline-flow-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  padding: 40px 0 20px;
  margin-top: 10px;
}

.timeline-track-line {
  position: absolute;
  top: 72px;
  left: 5%;
  right: 5%;
  height: 4px;
  background: linear-gradient(90deg, #3A7900, #5CB800 50%, #6CE300);
  border-radius: 4px;
  z-index: 1;
  box-shadow: 0 0 12px rgba(92, 184, 0, 0.4);
}

.timeline-step-item {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-step-node {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid var(--green-primary);
  box-shadow: 0 0 20px rgba(92, 184, 0, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: var(--transition);
  cursor: pointer;
  z-index: 3;
}

.timeline-step-item:hover .timeline-step-node {
  transform: scale(1.15);
  background: linear-gradient(135deg, var(--green-light), var(--green-primary));
  border-color: #FFFFFF;
}

.timeline-step-item:hover .timeline-step-node .node-num,
.timeline-step-item:hover .timeline-step-node .node-icon {
  color: #FFFFFF;
}

.node-num {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--green-primary);
  line-height: 1;
  margin-bottom: 2px;
}

.node-icon {
  font-size: 1.15rem;
  color: var(--text-white);
}

.timeline-flow-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 20px 6px 20px 20px;
  padding: 24px 20px;
  margin-top: 24px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.timeline-flow-card::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  transition: var(--transition);
}

.timeline-step-item:hover .timeline-flow-card {
  transform: translateY(-6px);
  border-color: var(--green-primary);
  box-shadow: 0 16px 36px rgba(92, 184, 0, 0.16);
}

.timeline-step-item:hover .timeline-flow-card::before {
  border-color: var(--green-primary);
}

.flow-step-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--green-primary);
  background: rgba(92, 184, 0, 0.1);
  padding: 3px 10px;
  border-radius: 9999px;
  margin-bottom: 12px;
  align-self: flex-start;
}

.timeline-flow-card h4 {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 10px;
  line-height: 1.35;
}

.timeline-flow-card p {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .timeline-flow-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .timeline-track-line {
    top: 5%;
    bottom: 5%;
    left: 32px;
    right: auto;
    width: 4px;
    height: 90%;
  }
  .timeline-step-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
  .timeline-flow-card {
    margin-top: 0;
    flex: 1;
    border-radius: 6px 20px 20px 20px;
  }
  .timeline-flow-card::before {
    top: 24px;
    left: -8px;
    transform: rotate(-45deg);
  }
}

/* Deliverables Grid */
.get-section {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.get-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

.get-item {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  color: var(--text-white);
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.get-item i {
  color: var(--green-primary);
  font-size: 1.3rem;
  flex-shrink: 0;
}

/* Case Study / Track Record */
.case-study-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 40px;
  box-shadow: var(--box-shadow);
  word-break: break-word;
  overflow-wrap: break-word;
}

.case-study-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: center;
}

.case-study-tag {
  color: var(--green-primary);
  font-weight: 800;
  font-size: 0.82rem;
  margin-bottom: 10px;
}

.case-study-title {
  font-size: 1.8rem;
  margin-bottom: 16px;
  color: var(--text-white);
}

.case-study-body p {
  font-size: 0.98rem;
  color: var(--text-body);
  margin-bottom: 14px;
  line-height: 1.7;
}

.metric-box {
  background: rgba(92, 184, 0, 0.06);
  border: 1px solid rgba(92, 184, 0, 0.25);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.metric-box i {
  font-size: 2rem;
  color: var(--green-primary);
}

.metric-text strong {
  display: block;
  font-size: 1.1rem;
  color: var(--text-white);
}

.metric-text span {
  font-size: 0.85rem;
  color: var(--text-body);
}

/* FAQ Accordion */
.faq-section {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  overflow: hidden;
  transition: var(--transition);
}

.faq-item.active {
  border-color: var(--green-primary);
  box-shadow: 0 6px 20px rgba(92, 184, 0, 0.12);
}

.faq-question {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.faq-question i {
  color: var(--green-primary);
  transition: var(--transition);
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in-out, padding 0.35s ease-in-out;
  padding: 0 24px;
  color: var(--text-body);
  font-size: 0.96rem;
  line-height: 1.7;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 24px 20px;
}

/* Final CTA Section */
.final-cta-section {
  padding: 90px 0;
  text-align: center;
  background: radial-gradient(circle at 50% 50%, rgba(92, 184, 0, 0.08) 0%, #FFFFFF 70%);
}

.final-cta-box {
  max-width: 920px;
  margin: 0 auto;
}

.final-cta-box h2 {
  font-size: 2.6rem;
  margin: 14px 0 18px;
  color: var(--text-white);
}

.final-cta-box p {
  font-size: 1.1rem;
  color: var(--text-body);
  margin-bottom: 32px;
  line-height: 1.7;
}

.final-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Sticky Floating CTA Bar */
.sticky-cta-bar {
  position: fixed;
  bottom: -90px;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-color);
  padding: 14px 0;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.06);
  transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sticky-cta-bar.visible {
  bottom: 0;
}

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

.sticky-text strong {
  display: block;
  font-size: 1rem;
  color: var(--text-white);
}

.sticky-text span {
  font-size: 0.85rem;
  color: var(--text-body);
}

/* Footer */
.footer {
  background: #FFFFFF;
  border-top: 1px solid var(--border-color);
  padding: 60px 0 30px;
  text-align: center;
}

.footer-desc {
  max-width: 600px;
  margin: 0 auto 24px;
  font-size: 0.9rem;
  color: var(--text-body);
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  font-size: 0.92rem;
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--green-primary);
}

.footer-copyright {
  font-size: 0.82rem;
  color: #94A3B8;
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
}

/* Modal Overlay & Card */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  padding: 20px;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 24px;
  width: 100%;
  max-width: 500px;
  padding: 32px 36px 28px;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  transform: translateY(20px);
  transition: var(--transition);
}

.modal-overlay.open .modal-card {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #F1F5F9;
  border: none;
  color: #64748B;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.modal-close:hover {
  background: #E2E8F0;
  color: #0F172A;
}

.modal-header {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  text-align: left;
  margin-bottom: 20px;
}

.modal-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(76, 175, 80, 0.12);
  color: #4CAF50;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.modal-header h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 4px 0 8px;
  color: #1E293B;
  line-height: 1.3;
}

.modal-header p {
  font-size: 0.9rem;
  color: #64748B;
  margin-bottom: 0;
  line-height: 1.5;
}

.form-group {
  margin-bottom: 16px;
  text-align: left;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1E293B;
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: var(--font-main);
  font-size: 0.92rem;
  color: #0F172A;
  transition: var(--transition);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #94A3B8;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #4CAF50;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.15);
}

.btn-pill-green {
  background: var(--green-primary);
  color: #FFFFFF;
  border-radius: 10px;
  font-weight: 700;
  border: none;
  transition: var(--transition);
}

.btn-pill-green:hover {
  background: #469815;
  color: #FFFFFF;
}

.btn-block {
  width: 100%;
  padding: 14px;
  margin-top: 10px;
}

.form-note {
  font-size: 0.78rem;
  color: #64748B;
  margin-top: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.modal-success {
  display: none;
  text-align: center;
  padding: 20px 0;
}

.modal-success i {
  font-size: 3.5rem;
  color: var(--green-primary);
  margin-bottom: 16px;
}

.modal-success h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--text-white);
}

.modal-success p {
  font-size: 0.95rem;
  color: var(--text-body);
  margin-bottom: 24px;
  line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .hero-title { font-size: 2.4rem; }
  .intro-grid, .case-study-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}

@media (max-width: 768px) {
  .hero-title { font-size: 1.85rem; line-height: 1.55; }
  .section-title h2, .final-cta-box h2 { font-size: 1.7rem; }
  .hero-subtitle, .final-cta-box p { font-size: 0.95rem; }
  .mockup-content { padding: 14px; }
  .pm-odds-grid { grid-template-columns: 1fr; }
  .sticky-text span { display: none; }

  .case-study-card {
    padding: 20px 16px;
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .case-study-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    gap: 20px;
  }

  .case-study-body {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .case-study-title {
    font-size: 1.45rem;
    line-height: 1.3;
  }

  .case-study-body p {
    font-size: 0.9rem;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
  }

  /* Restore 3D Rocket Capsule Animation on Mobile */
  .launch-rocket-capsule-wow {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin: 0 4px;
    vertical-align: middle;
    animation: mobile-rocket-float 2.4s ease-in-out infinite alternate;
  }

  .rocket-glyph-3d {
    font-size: 1.6rem;
    animation: rocket-glyph-vibrate 0.5s ease-in-out infinite alternate;
  }

  .exhaust-flame-beam {
    width: 16px;
    height: 10px;
    bottom: -6px;
    animation: flame-thrust-pulse 0.3s ease-in-out infinite alternate;
  }

  .particle-spark {
    font-size: 0.65rem;
  }

  .hero-cta-group,
  .final-cta-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
  }

  .hero-cta-group .btn,
  .final-cta-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .modal-card {
    padding: 24px 20px 20px;
    width: 95%;
    max-width: 100%;
    margin: 10px;
  }
}

@keyframes mobile-rocket-float {
  0% { 
    transform: translateY(0px) rotate(-6deg) scale(0.96); 
    box-shadow: 0 6px 16px rgba(92, 184, 0, 0.4);
  }
  50% { 
    transform: translateY(-4px) rotate(-1deg) scale(1.08); 
    box-shadow: 0 12px 26px rgba(92, 184, 0, 0.7);
  }
  100% { 
    transform: translateY(-2px) rotate(-4deg) scale(1.02); 
    box-shadow: 0 8px 20px rgba(92, 184, 0, 0.5);
  }
}
