/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fafafb;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 16px;
  gap: 16px;
}

/* -------------------------------------------------------------
   SINGLE-COLUMN ANIMATED GLOWING MESH GRID HERO SECTION (White Theme)
------------------------------------------------------------- */
.hero-single-column-mesh {
  width: 100%;
  max-width: 1600px;
  min-height: calc(100vh - 32px);
  border-radius: 36px;
  background-color: #ffffff !important;
  background-image: none !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 32px 48px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: center !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid #e2e8f0;
  color: #121316;
}

/* Animated Glowing Mesh Grid Overlay (Perfect 1:1 Small Squares on All Devices) */
.mesh-grid-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-content: center;
  pointer-events: none;
  z-index: 1;
  opacity: 0.95;
  overflow: hidden;
}

.mesh-tile {
  width: 24px;
  height: 24px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.035);
  transition: background-color 1.2s ease, box-shadow 1.2s ease;
}

.mesh-tile.glowing-lime {
  background-color: rgba(168, 255, 53, 0.22) !important;
  border-color: rgba(168, 255, 53, 0.45) !important;
  box-shadow: inset 0 0 10px rgba(168, 255, 53, 0.35), 0 0 14px rgba(168, 255, 53, 0.25);
}

.hero-radial-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(168, 255, 53, 0.18) 0%, rgba(168, 255, 53, 0.04) 45%, transparent 70%);
  filter: blur(90px);
  pointer-events: none;
  z-index: 2;
}

/* Centered Content Stack (Dark Crisp Typography) */
.hero-center-column {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 920px;
  margin: auto;
  padding: 60px 0 40px 0;
}

.mesh-hero-headline {
  font-size: 68px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -2.8px;
  color: #121316;
  margin-bottom: 24px;
  text-align: center;
}

.gradient-lime-text {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  background: none !important;
  position: relative;
  display: inline-block;
  font-weight: 900 !important;
}

.gradient-lime-text::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: -4px;
  right: -4px;
  height: 14px;
  background: rgba(168, 255, 53, 0.65);
  z-index: -1;
  border-radius: 4px;
}

.mesh-hero-subtext {
  font-size: 18px;
  color: #334155;
  font-weight: 500;
  line-height: 1.6;
  max-width: 680px;
  margin-bottom: 36px;
  text-align: center;
}

.mesh-actions-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.mesh-primary-btn {
  background-color: #0f172a;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mesh-primary-btn:hover {
  background-color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
}

.mesh-primary-btn .btn-icon {
  color: #facc15;
}

.mesh-micro-trust {
  font-size: 12px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 550;
}

.mesh-social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  backdrop-filter: blur(16px);
  padding: 7px 18px;
  border-radius: 50px;
  border: 1px solid #cbd5e1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.mesh-social-proof .avatar-circle {
  width: 30px;
  height: 30px;
}

.mesh-social-proof .stars-row {
  font-size: 11px;
}

.mesh-social-proof .rating-num {
  color: #0f172a;
  font-weight: 800;
  font-size: 11.5px;
}

.mesh-social-proof .proof-sub {
  color: #64748b;
  font-weight: 500;
  font-size: 11.5px;
}

.mesh-social-proof .proof-sub strong {
  color: #0f172a;
}

.ultra-brand-logo .logo-text {
  color: #0f172a !important;
  font-weight: 900 !important;
  font-size: 26px !important;
}

.logo-accent-dot {
  width: 14px !important;
  height: 14px !important;
}

.ultra-nav-menu {
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08) !important;
  padding: 12px 32px !important;
  gap: 32px !important;
}

.ultra-nav-link {
  color: #1e293b !important;
  font-weight: 700 !important;
  font-size: 15.5px !important;
  transition: color 0.2s ease;
}

.ultra-nav-link:hover {
  color: #000000 !important;
}

.ultra-nav-cta {
  background-color: #0f172a !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  padding: 13px 28px !important;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.25) !important;
}

.ultra-nav-cta:hover {
  background-color: #000000 !important;
  transform: translateY(-2px);
}
.hero-ultra-modern {
  width: 100%;
  max-width: 1600px;
  min-height: 840px;
  border-radius: 36px;
  background-color: #0b0d11 !important;
  background-image: none !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 32px 48px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4) !important;
  color: #ffffff;
}

.hero-ambient-glow {
  position: absolute;
  top: -10%;
  right: 15%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(168, 255, 53, 0.12) 0%, rgba(56, 189, 248, 0.08) 40%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.hero-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
                    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

/* Floating Glass Header Navbar */
.ultra-navbar {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.ultra-brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-accent-dot {
  width: 12px;
  height: 12px;
  background-color: #a8ff35;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(168, 255, 53, 0.8);
}

.ultra-brand-logo .logo-text {
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.8px;
}

.ultra-brand-logo .logo-ai-badge {
  color: #a8ff35;
}

.ultra-nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 8px 24px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ultra-nav-link {
  font-size: 13.5px;
  font-weight: 500;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ultra-nav-link:hover {
  color: #ffffff;
}

.ultra-nav-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #a8ff35;
  color: #121316;
  border: none;
  border-radius: 50px;
  padding: 10px 22px;
  font-size: 13.5px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(168, 255, 53, 0.3);
  transition: all 0.25s ease;
}

.ultra-nav-cta:hover {
  background-color: #baff59;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(168, 255, 53, 0.45);
}

/* Two-Column Split Workspace */
.hero-split-workspace {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin: 40px 0;
}

.hero-left-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(168, 255, 53, 0.1);
  border: 1px solid rgba(168, 255, 53, 0.3);
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.status-live-dot {
  width: 8px;
  height: 8px;
  background-color: #a8ff35;
  border-radius: 50%;
  box-shadow: 0 0 10px #a8ff35;
  animation: pulseLiveDot 1.8s infinite;
}

@keyframes pulseLiveDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}

.status-text {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 800;
  color: #a8ff35;
  letter-spacing: 0.5px;
}

.hero-ultra-headline {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2.2px;
  color: #ffffff;
  margin-bottom: 20px;
}

.gradient-lime-text {
  background: linear-gradient(135deg, #a8ff35 0%, #38bdf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-ultra-subtext {
  font-size: 16px;
  color: #94a3b8;
  line-height: 1.6;
  max-width: 580px;
  margin-bottom: 32px;
}

/* Actions Group */
.hero-actions-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}

.hero-primary-btn {
  position: relative;
  background-color: #a8ff35;
  color: #121316;
  border: none;
  border-radius: 16px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(168, 255, 53, 0.35);
  transition: all 0.3s ease;
}

.hero-primary-btn:hover {
  transform: translateY(-2px);
  background-color: #baff59;
  box-shadow: 0 15px 40px rgba(168, 255, 53, 0.5);
}

.btn-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-micro-trust-line {
  font-size: 12px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

/* Social Proof Stack */
.hero-social-proof-bar {
  display: flex;
  align-items: center;
  gap: 16px;
}

.client-avatars-stack {
  display: flex;
  align-items: center;
}

.avatar-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #0b0d11;
  margin-left: -10px;
  overflow: hidden;
}

.avatar-circle:first-child {
  margin-left: 0;
}

.avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-plus {
  background-color: #1e293b;
  color: #a8ff35;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof-text-box {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.stars-row {
  font-size: 12px;
  color: #f59e0b;
}

.rating-num {
  font-weight: 800;
  color: #ffffff;
  margin-left: 4px;
}

.proof-sub {
  font-size: 12.5px;
  color: #94a3b8;
}

.proof-sub strong {
  color: #ffffff;
}

/* Right Column Graphic Dashboard */
.hero-right-col {
  display: flex;
  justify-content: center;
}

.ai-graphic-card-wrapper {
  position: relative;
  width: 100%;
  max-width: 620px;
}

.graphic-image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
}

.hero-main-dashboard-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.ai-graphic-card-wrapper:hover .hero-main-dashboard-img {
  transform: scale(1.02);
}

/* Floating Micro Cards */
.floating-micro-card {
  position: absolute;
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  z-index: 15;
  animation: floatCardSlow 4s ease-in-out infinite alternate;
}

@keyframes floatCardSlow {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

.card-top-left {
  top: -15px;
  left: -20px;
}

.card-mid-right {
  top: 45%;
  right: -25px;
  animation-delay: 1.5s;
}

.card-bottom-left {
  bottom: -20px;
  left: 30px;
  animation-delay: 2.8s;
}

.card-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.card-status-dot.green { background-color: #22c55e; box-shadow: 0 0 10px #22c55e; }
.card-status-dot.lime { background-color: #a8ff35; box-shadow: 0 0 10px #a8ff35; }
.card-status-dot.blue { background-color: #38bdf8; box-shadow: 0 0 10px #38bdf8; }

.card-info {
  display: flex;
  flex-direction: column;
}

.card-title {
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
}

.card-val {
  font-family: 'Geist Mono', monospace;
  font-size: 10.5px;
  color: #94a3b8;
}

/* Bottom Footer Trust Bar */
.hero-trust-logo-bar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 36px;
  padding-bottom: 12px;
  width: 100%;
  border-top: 1px solid #cbd5e1;
}

.hero-ticker-track {
  display: flex;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.ticker-logos-row {
  display: flex;
  gap: 64px;
  animation: logoScrollLeft 25s linear infinite;
  white-space: nowrap;
  padding-right: 64px;
}

.ticker-logos-row span {
  font-size: 20px;
  font-weight: 800;
  color: #475569;
  letter-spacing: -0.5px;
  transition: all 0.25s ease;
  cursor: pointer;
}

.ticker-logos-row span:hover {
  color: #0f172a;
  transform: scale(1.06);
}

.ticker-logos-row span:hover {
  color: #121316;
}

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

/* Responsive Rules for Ultra-Modern Hero */
@media (max-width: 1024px) {
  .hero-split-workspace { grid-template-columns: 1fr; gap: 40px; }
  .hero-ultra-headline { font-size: 40px; }
  .floating-micro-card { display: none; }
}

@media (max-width: 768px) {
  .ultra-nav-menu { display: none; }
  .hero-ultra-modern { padding: 24px 20px; }
  .hero-ultra-headline { font-size: 32px; }
}
.hero-aigenix-style {
  width: 100%;
  max-width: 1600px;
  min-height: 820px;
  border-radius: 36px;
  background-color: #f7f7f8 !important;
  background-image: none !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 32px 48px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06) !important;
}

.hero-dot-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.12) 1.2px, transparent 1.2px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

.aigenix-top-bar {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.hero-location-box {
  display: flex;
  flex-direction: column;
  font-family: 'Geist Mono', monospace;
  font-size: 11.5px;
  font-weight: 600;
  color: #121316;
  line-height: 1.45;
}

.hero-location-box .loc-time {
  color: #64748b;
  font-weight: 500;
}

.aigenix-pill-nav {
  display: inline-flex;
  align-items: center;
  background-color: #121316;
  padding: 6px 6px 6px 20px;
  border-radius: 50px;
  gap: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.aigenix-logo-text {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.8px;
}

.aigenix-book-btn {
  background-color: #33373b;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 8px 18px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}

.aigenix-book-btn:hover {
  background-color: #a8ff35;
  color: #121316;
  transform: translateY(-1px);
}

.aigenix-menu-btn {
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.aigenix-menu-btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.hero-social-circles {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-circle-btn {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121316;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
}

.social-circle-btn:hover {
  background-color: #121316;
  color: #a8ff35;
  transform: translateY(-2px);
}

/* Floating Circular Image Avatars */
.hero-circle-avatar {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  z-index: 10;
  transition: transform 0.4s ease;
  border: 4px solid #ffffff;
}

.hero-circle-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.circle-top-knob {
  width: 120px;
  height: 120px;
  top: 70px;
  left: 230px;
}

.circle-left-flower {
  width: 220px;
  height: 220px;
  top: 220px;
  left: 70px;
}

.circle-right-beanie {
  width: 340px;
  height: 340px;
  top: 50px;
  right: 50px;
}

.circle-center-robot {
  width: 220px;
  height: 220px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.hero-circle-avatar:hover {
  transform: scale(1.05);
}

.circle-center-robot:hover {
  transform: translateX(-50%) scale(1.06);
}

/* Center Content & Typography (100% Dead Center of Screen/Hero) */
.aigenix-hero-center {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 12;
  text-align: center !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 900px;
  width: 100%;
  padding: 0;
}

.hero-top-tag {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: #475569;
  display: block;
  text-align: center !important;
  margin-bottom: 20px;
}

.aigenix-main-title {
  font-size: 64px;
  font-weight: 800;
  color: #121316;
  line-height: 1.05;
  letter-spacing: -2.5px;
  margin-bottom: 24px;
  text-align: center !important;
}

.aigenix-main-title .title-est {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -1.5px;
  text-align: center !important;
}

.hero-bottom-subtitle {
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #121316;
  line-height: 1.6;
  text-align: center !important;
}

/* Giant Watermark & Footer Badge */
.hero-giant-watermark {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 260px;
  font-weight: 900;
  color: #121316;
  letter-spacing: -10px;
  line-height: 1;
  pointer-events: none;
  z-index: 8;
  white-space: nowrap;
  user-select: none;
}

.hero-made-badge {
  position: absolute;
  bottom: 24px;
  right: 28px;
  z-index: 20;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #121316;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Responsive adjustments for Aigenix Hero */
@media (max-width: 1200px) {
  .circle-top-knob { width: 90px; height: 90px; left: 140px; }
  .circle-left-flower { width: 170px; height: 170px; left: 30px; }
  .circle-right-beanie { width: 250px; height: 250px; right: 20px; }
  .aigenix-main-title { font-size: 48px; }
  .hero-giant-watermark { font-size: 180px; bottom: -20px; }
}

@media (max-width: 768px) {
  .hero-circle-avatar { display: none; }
  .aigenix-top-bar { flex-direction: column; gap: 16px; align-items: center; }
  .aigenix-main-title { font-size: 34px; }
  .hero-giant-watermark { font-size: 110px; bottom: 0; }
}

/* -------------------------------------------------------------
   Header / Navigation
------------------------------------------------------------- */
.navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.navbar-pill {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 6px 14px 6px 8px;
  border-radius: 50px;
  gap: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

/* Logo: Black outline pill with solid black pill inside */
.logo-btn {
  width: 44px;
  height: 24px;
  border: 2px solid #000;
  border-radius: 50px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.logo-inner {
  width: 22px;
  height: 10px;
  background-color: #000;
  border-radius: 50px;
  transition: transform 0.2s ease;
}

.logo-btn:hover {
  transform: scale(1.05);
}

.logo-btn:hover .logo-inner {
  transform: scaleX(1.1);
}

/* Nav Menu Links */
.nav-menu {
  display: flex;
  gap: 20px;
}

.nav-link {
  font-size: 13.5px;
  font-weight: 500;
  color: #626569;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #000;
}

/* Hire Button */
.hire-btn {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e1e4e8;
  padding: 5px 14px 5px 5px;
  border-radius: 50px;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: #121316;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease;
}

.hire-icon {
  width: 24px;
  height: 24px;
  background-color: #121316;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.hire-btn:hover {
  border-color: #121316;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}

.hire-btn:hover .hire-icon {
  transform: rotate(90deg);
}

/* -------------------------------------------------------------
   Hero Main Content
------------------------------------------------------------- */
.hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 5;
  padding-bottom: 20px;
}

.hero-left {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-title {
  font-size: 64px;
  line-height: 1.08;
  letter-spacing: -2.5px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
}

.title-gray {
  color: #898d92;
}

.title-black {
  color: #0f1115;
}

.hero-subtitle {
  font-size: 15.5px;
  color: #484b50;
  line-height: 1.45;
  margin: 24px 0 32px 0;
  max-width: 380px;
  font-weight: 450;
}

/* Start Build CTA Pill */
.cta-pill {
  display: inline-flex;
  align-items: center;
  background-color: #121316;
  padding: 5px 22px 5px 5px;
  border-radius: 50px;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.cta-icon-box {
  width: 32px;
  height: 32px;
  background-color: #a8ff35;
  color: #121316;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.cta-pill:hover {
  background-color: #000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.cta-pill:hover .cta-icon-box {
  transform: translateX(2px);
}

.hero-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
}

.hero-micro-trust {
  font-size: 12.5px;
  color: #475569;
  font-weight: 550;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.1px;
}

.trust-lock-icon {
  font-size: 13px;
}

/* -------------------------------------------------------------
   Right Side: Product Card
------------------------------------------------------------- */
.hero-right {
  flex-shrink: 0;
  perspective: 1000px; /* Subtle 3D depth */
}

.product-card {
  width: 300px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 6px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transform-style: preserve-3d;
}

.product-image-container {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  aspect-ratio: 4/3;
  background-color: #000;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-stripe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  background-color: #fff;
  border-radius: 14px;
  margin-top: 6px;
}

.product-meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.product-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #121316;
}

.product-version {
  font-family: 'Geist Mono', monospace;
  font-size: 9px;
  color: #929599;
  font-weight: 500;
}

.product-arrow {
  color: #121316;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

/* Hover effects for Product Card */
.product-card:hover {
  transform: translateY(-6px) rotateY(-2deg) rotateX(2deg);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 255, 255, 0.8);
}

.product-card:hover .product-image {
  transform: scale(1.04);
}

.product-card:hover .product-arrow {
  transform: translateX(4px);
}

/* -------------------------------------------------------------
   Footer Section
------------------------------------------------------------- */
.hero-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 10;
}

.footer-left {
  display: flex;
  flex-direction: column;
}

.trust-text {
  font-size: 11.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  max-width: 320px;
  line-height: 1.45;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  margin-bottom: 12px;
}

.logo-ticker-container {
  overflow: hidden;
  width: 100%;
  max-width: 580px;
  position: relative;
  mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, rgba(0,0,0,0) 100%);
}

.logo-ticker-track {
  display: flex;
  width: max-content;
  animation: scroll 15s linear infinite;
}

.brand-logos-row {
  display: flex;
  align-items: center;
  gap: 36px;
  padding-right: 36px;
}

.brand-logo {
  height: 30px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  transition: color 0.2s ease, transform 0.2s ease;
}

.brand-logo svg {
  height: 100%;
  width: auto;
  fill: currentColor;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.brand-logo:hover {
  color: rgba(255, 255, 255, 1);
  transform: scale(1.05);
  cursor: pointer;
}

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

/* Right Side Footer elements */
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

/* Promo Card */
.promo-card {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 5px 12px 5px 5px;
  text-decoration: none;
  gap: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}

.promo-thumb-container {
  width: 44px;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #000;
  display: flex;
}

.promo-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.promo-title {
  font-size: 10px;
  font-weight: 700;
  color: #212427;
}

.promo-price {
  font-size: 9px;
  color: #5d6166;
  font-weight: 500;
}

.price-val {
  font-weight: 700;
  color: #121316;
  font-size: 10.5px;
}

.promo-card:hover {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

/* Framer Badge */
.framer-badge {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e1e4e8;
  padding: 4px 8px;
  border-radius: 6px;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  color: #121316;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease;
}

.framer-badge:hover {
  transform: scale(1.02);
}

.framer-icon {
  width: 9px;
  height: 9px;
  color: #000;
}

/* Hide logo duplicate on smaller viewports */
@media (max-width: 992px) {
  .hide-mobile {
    display: none;
  }
}

/* -------------------------------------------------------------
   Responsive Queries
------------------------------------------------------------- */
@media (max-width: 1100px) {
  .hero-card {
    gap: 40px;
    padding: 24px 30px;
  }
  
  .hero-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
  }
  
  .hero-left {
    align-items: center;
  }
  
  .hero-title {
    font-size: 52px;
  }
  
  .hero-footer {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .footer-left {
    align-items: center;
    text-align: center;
  }
  
  .footer-right {
    align-items: center;
  }
}

@media (max-width: 600px) {
  .navbar-pill {
    padding: 6px 10px;
    gap: 12px;
  }
  
  .nav-menu {
    gap: 12px;
  }
  
  .nav-link {
    font-size: 12px;
  }
  
  .logo-btn {
    width: 38px;
    height: 20px;
  }
  
  .logo-inner {
    width: 18px;
    height: 8px;
  }
  
  .hire-text {
    display: none;
  }
  
  .hire-btn {
    padding: 5px;
  }
  
  .hero-title {
    font-size: 40px;
  }
  
  .brand-logos-row {
    gap: 20px;
    padding-right: 20px;
  }
  .logo-ticker-track {
    animation-duration: 10s;
  }
}

/* -------------------------------------------------------------
   Info & Stats Section Card
------------------------------------------------------------- */
.info-section-card {
  width: 100%;
  max-width: 1600px;
  background-color: #ffffff;
  border-radius: 28px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.02);
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 24px;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease;
}

#about.no-card-box,
.info-section-card.no-card-box {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 40px 0 !important;
}

.info-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
}

.info-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1.2px;
  color: #0f1115;
}

.info-subtitle {
  font-size: 14.5px;
  color: #626569;
  line-height: 1.5;
  margin-top: 16px;
  max-width: 440px;
}

/* Stats Cards Grid Layout */
.stats-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 20px;
  align-items: stretch;
}

.stat-card {
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 310px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

/* Dark Card (Column 1) */
.dark-card {
  background-color: #121316;
  color: #fff;
}

.card-icon-box {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #121316;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(255,255,255,0.05);
}

.card-large-text {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1.5px;
  margin-top: 24px;
  margin-bottom: auto;
}

.card-subtext {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.45;
}

/* Split Card Column (Column 2) */
.stat-card-split-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dashed-card {
  border: 1.5px dashed #d1d5db;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 190px;
  padding: 20px;
}

.avatar-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.avatar:first-child {
  margin-left: 0;
}

.av-emoji {
  font-size: 18px;
}

.agents-text {
  font-size: 13.5px;
  color: #4b5563;
}

.bold-highlight {
  font-weight: 700;
  color: #121316;
}

/* Speed split bottom card */
.solid-gray-card {
  background-color: #eaecf0;
  color: #121316;
}

.split-bottom {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 24px;
}

.speed-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bold-highlight-large {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #121316;
}

.speed-sub {
  font-size: 12px;
  font-weight: 500;
  color: #4b5563;
  line-height: 1.3;
  max-width: 140px;
  text-align: left;
}

/* Gauge Card (Column 3) */
.flex-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gauge-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 10px auto 20px auto;
}

.ticks-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.gauge-center-rocket {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background-color: #121316;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.card-bottom-info {
  text-align: left;
}

.card-info-title {
  font-size: 14.5px;
  font-weight: 700;
  color: #121316;
}

.card-info-subtext {
  font-size: 11px;
  color: #626569;
  line-height: 1.4;
  margin-top: 4px;
}

/* Testimonial Card (Column 4) */
.testimonial-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  color: #121316;
}

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

.quote-mark-icon {
  color: #d1d5db;
}

.testimonial-logo {
  color: #121316;
}

.testimonial-text {
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 450;
  color: #374151;
  margin-top: 16px;
  margin-bottom: auto;
}

.testimonial-citation {
  font-size: 11.5px;
  color: #6b7280;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
}

.cit-bullet {
  color: #9ca3af;
}

/* Responsive Overrides for Info Cards */
@media (max-width: 1100px) {
  .info-section-card,
  .plain-section {
    padding: 40px 24px;
    align-items: center;
    text-align: center;
  }
  
  .info-header {
    align-items: center;
  }
  
  .info-title {
    font-size: 30px;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    width: 100%;
  }
  
  .stat-card-split-col {
    flex-direction: row;
    gap: 12px;
  }
  
  .dashed-card, .split-bottom {
    flex: 1;
    min-height: 150px;
  }
  
  .split-bottom {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .stat-card-split-col {
    flex-direction: column;
  }
}

/* -------------------------------------------------------------
   Common Section Accents
------------------------------------------------------------- */
.section-badge {
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #898d92;
  margin-bottom: 12px;
  display: inline-block;
}

.dark-theme .section-badge {
  color: #626569;
}

/* -------------------------------------------------------------
   Dark Theme Section Modifier (With Subtle Gray Grid Pattern)
------------------------------------------------------------- */
.dark-theme {
  background-color: #0b0c0e !important;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(168, 255, 53, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(14, 165, 233, 0.04) 0%, transparent 40%),
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px) !important;
  background-size: auto, auto, 36px 36px, 36px 36px !important;
  color: #ffffff !important;
  border: 1px solid #1c1e22 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
}

.dark-theme .info-title {
  color: #ffffff !important;
}

.text-muted {
  color: #898d92 !important;
}

.align-center {
  align-items: center !important;
  text-align: center !important;
  margin: 0 auto;
}

/* Navbar conversions */
.audit-nav-btn {
  display: flex;
  align-items: center;
  background-color: #121316;
  border: 1px solid #121316;
  padding: 5px 14px 5px 6px;
  border-radius: 50px;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.nav-btn-icon {
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #121316;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.audit-nav-btn:hover {
  background-color: #000;
  border-color: #000;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------------------------
   AI Automations Layout
------------------------------------------------------------- */
.ai-split-layout {
  display: flex;
  gap: 40px;
  width: 100%;
  margin-top: 20px;
}

.ai-benefits-list {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ai-benefit-item {
  display: flex;
  gap: 20px;
  background-color: #121316;
  border: 1px solid #1c1e22;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
}

.ai-benefit-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateX(4px);
}

.ai-benefit-num {
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #e5e7eb;
  background-color: #1c1e22;
  height: max-content;
  padding: 4px 10px;
  border-radius: 8px;
}

.ai-benefit-body h4 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.ai-benefit-body p {
  font-size: 13.5px;
  color: #898d92;
  line-height: 1.5;
}

/* Process Flow Tracker */
.ai-flow-container {
  flex: 1;
  background-color: #121316;
  border: 1px solid #1c1e22;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}

.flow-header {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: -0.2px;
  border-bottom: 1px solid #1c1e22;
  padding-bottom: 12px;
}

.flow-steps {
  display: flex;
  flex-direction: column;
  position: relative;
}

.flow-step {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.step-dot {
  width: 14px;
  height: 14px;
  background-color: #1c1e22;
  border: 2px solid #626569;
  border-radius: 50%;
  margin-top: 4px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.flow-step.active .step-dot {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

.flow-step.active .step-dot.pulsing {
  background-color: #a8ff35;
  border-color: #a8ff35;
  box-shadow: 0 0 12px #a8ff35;
  animation: pulse-green 2s infinite;
}

.step-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.step-tag {
  font-family: 'Geist Mono', monospace;
  font-size: 9px;
  font-weight: 600;
  color: #626569;
}

.flow-step.active .step-tag {
  color: #898d92;
}

.step-content h5 {
  font-size: 14px;
  font-weight: 700;
  color: #626569;
  transition: color 0.3s ease;
}

.flow-step.active h5 {
  color: #fff;
}

.step-content p {
  font-size: 12px;
  color: #626569;
  line-height: 1.4;
  max-width: 320px;
  transition: color 0.3s ease;
}

.flow-step.active p {
  color: #898d92;
}

.flow-connector {
  width: 2px;
  height: 24px;
  background-color: #1c1e22;
  margin-left: 6px;
  position: relative;
  z-index: 1;
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(168, 255, 53, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(168, 255, 53, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(168, 255, 53, 0);
  }
}

/* -------------------------------------------------------------
   Marketing Section Grid Layout
------------------------------------------------------------- */
.plain-section {
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto 24px auto;
  padding: 60px 48px;
}

.marketing-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

.bento-card {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 28px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  border-color: #c2c5c9;
}

.bento-large {
  grid-column: span 2;
}

.bento-small {
  grid-column: span 1;
}

.bento-badge {
  align-self: flex-start;
  font-size: 10px;
  font-weight: 800;
  background-color: #f1f3f5;
  color: #495057;
  padding: 4px 12px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}

.bento-badge.accent-lime {
  background-color: rgba(168, 255, 53, 0.15);
  color: #559600;
}

.bento-badge.accent-blue {
  background-color: rgba(14, 165, 233, 0.1);
  color: #0284c7;
}

.bento-badge.accent-dark {
  background-color: #121316;
  color: #a8ff35;
}

.bento-card-content h3 {
  font-size: 24px;
  font-weight: 800;
  color: #121316;
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}

.bento-card-content p {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

.bento-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bento-list li {
  font-size: 14px;
  font-weight: 600;
  color: #121316;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bento-stat-box {
  background-color: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 24px;
}

.bento-stat-num {
  font-size: 40px;
  font-weight: 900;
  color: #121316;
  line-height: 1;
  letter-spacing: -1.5px;
}

.bento-stat-desc {
  font-size: 12px;
  color: #718096;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bento-data-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.data-pill {
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
}

.mkt-metric-banner {
  width: 100%;
  background-color: #121316;
  border-radius: 16px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.banner-stat {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(to right, #fff, #898d92);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.banner-desc {
  font-size: 14px;
  color: #898d92;
  font-weight: 500;
  line-height: 1.4;
}

/* -------------------------------------------------------------
   Pricing Toggle & Packages
------------------------------------------------------------- */
/* -------------------------------------------------------------
   AI Switch Toggle & Sub-Cards
------------------------------------------------------------- */
.ai-pricing-toggle-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  background-color: #121316;
  padding: 10px 26px;
  border-radius: 50px;
  border: 1px solid #22262d;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  user-select: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.ai-pricing-toggle-wrap:hover {
  border-color: rgba(168, 255, 53, 0.4);
  background-color: #17191d;
}

.ai-toggle-label {
  font-size: 13.5px;
  font-weight: 700;
  color: #e2e8f0;
  pointer-events: none;
}

.ai-toggle-btn {
  width: 52px;
  height: 28px;
  background-color: #334155;
  border: none;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
}

.ai-toggle-btn.active {
  background-color: #a8ff35;
}

.toggle-switch-dot {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease;
}

.ai-toggle-btn.active .toggle-switch-dot {
  transform: translateX(24px);
  background-color: #121316;
}

.ai-status-pill {
  font-size: 12px;
  font-weight: 750;
  color: #a8ff35;
  background-color: rgba(168, 255, 53, 0.12);
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(168, 255, 53, 0.25);
  transition: all 0.3s ease;
}

.ai-status-pill.disabled {
  color: #94a3b8;
  background-color: rgba(148, 163, 184, 0.1);
  border-color: rgba(148, 163, 184, 0.2);
}

/* Nested AI Sub-Cards */
.price-ai-subcard {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(168, 255, 53, 0.3);
  border-radius: 18px;
  padding: 20px 18px;
  margin: 24px 0 28px 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.price-ai-subcard.ai-subcard-featured {
  background-color: rgba(168, 255, 53, 0.05);
  border: 1px solid rgba(168, 255, 53, 0.5);
  box-shadow: 0 0 25px rgba(168, 255, 53, 0.08);
}

.ai-subcard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.ai-subcard-badge {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 800;
  color: #a8ff35;
  letter-spacing: 0.5px;
}

.ai-subcard-status {
  font-size: 10px;
  font-weight: 800;
  color: #121316;
  background-color: #a8ff35;
  padding: 2px 8px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.ai-subcard-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ai-subcard-features li {
  font-size: 13px;
  color: #e2e8f0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}

.ai-icon {
  font-size: 13px;
  flex-shrink: 0;
}

/* Disabled AI Card State (posivi) */
.price-ai-subcard.ai-disabled {
  opacity: 0.35 !important;
  filter: grayscale(1) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  box-shadow: none !important;
}

.price-ai-subcard.ai-disabled .ai-subcard-status {
  background-color: #475569 !important;
  color: #cbd5e1 !important;
}

@keyframes pricePop {
  0% { transform: scale(1); }
  50% { transform: scale(1.12); color: #a8ff35; }
  100% { transform: scale(1); }
}

.price-amount.price-pop {
  display: inline-block;
  animation: pricePop 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Pricing Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  align-items: stretch;
  margin-top: 10px;
}

.price-card {
  background-color: #121316;
  border: 1px solid #1c1e22;
  border-radius: 20px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  position: relative;
  transition: all 0.3s ease;
}

.price-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.price-header h3 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}

.price-header p {
  font-size: 13px;
  color: #626569;
}

.price-value-box {
  display: flex;
  align-items: baseline;
  margin: 28px 0;
  color: #fff;
}

.currency {
  font-size: 22px;
  font-weight: 700;
  margin-right: 4px;
}

.price-amount {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}

.price-amount.text-glow {
  text-shadow: 0 0 20px rgba(168, 255, 53, 0.2);
}

.period {
  font-size: 14px;
  color: #626569;
  font-weight: 500;
  margin-left: 4px;
}

.price-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.price-features li {
  font-size: 13px;
  color: #898d92;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
}

.feat-check {
  color: #626569;
  font-weight: bold;
}

.price-features strong {
  color: #fff;
}

.price-cta {
  width: 100%;
  padding: 12px;
  background-color: #1c1e22;
  border: 1px solid #374151;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: auto;
}

.price-cta:hover {
  background-color: #fff;
  color: #121316;
  border-color: #fff;
}

/* Popular Card Overrides */
.popular-card {
  border: 2px solid #a8ff35;
  background-image: radial-gradient(circle at 50% 10%, rgba(168, 255, 53, 0.08) 0%, transparent 50%), radial-gradient(circle at 50% 90%, rgba(14, 165, 233, 0.04) 0%, transparent 50%), #121316;
  box-shadow: 0 12px 48px rgba(168, 255, 53, 0.12);
  transform: scale(1.02);
}

.popular-card:hover {
  border-color: #a8ff35;
  box-shadow: 0 16px 52px rgba(168, 255, 53, 0.2);
  transform: scale(1.02) translateY(-4px);
}

.popular-tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #a8ff35;
  color: #121316;
  font-size: 9px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.8px;
}

.check-glow {
  color: #a8ff35 !important;
  text-shadow: 0 0 8px rgba(168, 255, 53, 0.4);
}

.btn-glow {
  background-color: #a8ff35 !important;
  border-color: #a8ff35 !important;
  color: #121316 !important;
  box-shadow: 0 4px 15px rgba(168, 255, 53, 0.2);
}

.btn-glow:hover {
  background-color: #0b0c0e !important;
  border-color: #0b0c0e !important;
  color: #a8ff35 !important;
  transform: translateY(-1px);
}

.plan-target-tag {
  display: inline-block;
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  font-weight: 750;
  color: #94a3b8;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 3px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.plan-target-tag.target-featured {
  color: #121316;
  background-color: #a8ff35;
  font-weight: 800;
  border: none;
}

.pricing-trust-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #94a3b8;
  font-weight: 650;
}

.trust-icon {
  font-size: 15px;
}

/* -------------------------------------------------------------
   FAQ & Testimonials Card
------------------------------------------------------------- */
.faq-testimonials-section {
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 40px !important;
}

.faq-col {
  flex: 1.2;
  display: flex;
  flex-direction: column;
}

.testimonials-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.faq-title {
  font-size: 28px;
  font-weight: 750;
  color: #121316;
  margin-bottom: 24px;
  letter-spacing: -0.6px;
}

/* Expandable Accordions */
.accordion-group {
  display: flex;
  flex-direction: column;
}

.disclosure {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 16px 0;
  outline: none;
}

.disclosure:first-of-type {
  padding-top: 0;
}

.disclosure summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #121316;
  cursor: pointer;
  user-select: none;
  gap: 16px;
}

.disclosure summary::-webkit-details-marker {
  display: none;
}

.disclosure summary::after {
  content: '+';
  font-size: 18px;
  font-weight: 400;
  color: #898d92;
  transition: transform 0.2s ease;
}

.disclosure[open] summary::after {
  content: '−';
  transform: rotate(180deg);
}

.disclosure p {
  padding-top: 12px;
  font-size: 13.5px;
  color: #4b5563;
  line-height: 1.5;
}

/* Testimonials stack */
.testimonials-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: space-between;
}

.client-quote-card {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.client-rating {
  font-size: 12px;
}

.client-text {
  font-size: 13px;
  color: #374151;
  line-height: 1.5;
  font-style: italic;
}

.client-author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 1px solid #f3f4f6;
  padding-top: 10px;
  margin-top: 4px;
}

.client-author strong {
  font-size: 13px;
  color: #111827;
}

.client-author span {
  font-size: 11px;
  color: #9ca3af;
}

/* -------------------------------------------------------------
   CTA & Footer Section Card
------------------------------------------------------------- */
.cta-footer-section {
  padding: 80px 48px 32px 48px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
}

.cta-inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto auto auto;
}

.cta-headline {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}

.cta-subheading {
  font-size: 15.5px;
  color: #898d92;
  line-height: 1.5;
  margin-bottom: 36px;
  max-width: 680px;
}

.bolt-emoji-white {
  font-size: 14px;
}

.cta-sub-note {
  font-size: 11.5px;
  color: #626569;
  margin-top: 16px;
  font-weight: 500;
}

/* Footer bottom inside CTA card */
.footer-bottom {
  width: 100%;
  margin-top: 80px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #1c1e22;
  margin-bottom: 24px;
}

.footer-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-brand-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-btn-footer {
  width: 32px;
  height: 18px;
  border: 1.5px solid #fff;
  border-radius: 30px;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo-inner-footer {
  width: 16px;
  height: 7px;
  background-color: #fff;
  border-radius: 30px;
}

.footer-brand-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.2px;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  font-size: 12px;
  color: #626569;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-copy {
  font-size: 12px;
  color: #626569;
}

/* -------------------------------------------------------------
   Responsive Queries Overrides
------------------------------------------------------------- */
@media (max-width: 1100px) {
  .ai-split-layout {
    flex-direction: column;
  }
  
  .marketing-bento-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .bento-large,
  .bento-small {
    grid-column: span 1 !important;
  }
  
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .faq-testimonials-section {
    flex-direction: column !important;
    gap: 50px !important;
  }
  
  .cta-headline {
    font-size: 32px;
  }
  
  .footer-meta-row {
    flex-direction: column;
    align-items: center;
  }
}

/* -------------------------------------------------------------
   Portfolio Section Grid Layout
------------------------------------------------------------- */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

.portfolio-item-card {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  position: relative;
  transition: all 0.3s ease;
}

.port-client-logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #f1f5f9;
}

.client-brand-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 5px 12px;
  border-radius: 50px;
}

.client-brand-logo .brand-icon-svg {
  color: #0f172a;
}

.client-brand-logo .brand-name-text {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.6px;
  color: #0f172a;
  text-transform: uppercase;
}

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

.port-tag {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  color: #121316;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 4px 10px;
  border-radius: 6px;
}

.port-tag-special {
  position: absolute;
  top: -12px;
  left: 28px;
  background-color: #a8ff35;
  color: #121316;
  font-size: 9px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.8px;
  z-index: 5;
}

.port-status {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  color: #898d92;
  font-weight: 550;
}

.port-body h3 {
  font-size: 19px;
  font-weight: 800;
  color: #121316;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
  line-height: 1.25;
}

.port-body p {
  font-size: 13.5px;
  color: #4b5563;
  line-height: 1.55;
  margin-bottom: auto;
}

.port-metrics {
  display: flex;
  gap: 20px;
  border-top: 1px solid #f3f4f6;
  padding-top: 20px;
  margin-top: 24px;
}

.port-metric-box {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.metric-num {
  font-size: 20px;
  font-weight: 800;
  color: #121316;
  letter-spacing: -0.5px;
}

.metric-lbl {
  font-size: 10px;
  color: #898d92;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* -------------------------------------------------------------
   Split CTA Layout & Contact Form
------------------------------------------------------------- */
.cta-split-layout {
  display: flex;
  gap: 48px;
  width: 100%;
  align-items: flex-start;
  text-align: left;
}

.cta-text-side {
  flex: 1.1;
  display: flex;
  flex-direction: column;
}

.cta-form-side {
  flex: 1;
  background-color: #121316;
  border: 1px solid #1c1e22;
  border-radius: 24px;
  padding: 36px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.scarcity-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px dashed rgba(255, 255, 255, 0.08);
  padding: 18px;
  border-radius: 14px;
  margin-bottom: 24px;
  max-width: 580px;
}

.scarcity-indicator {
  font-size: 18px;
}

.scarcity-box .cta-sub-note {
  margin-top: 0;
  color: #898d92;
  line-height: 1.45;
  font-size: 12px;
  font-weight: 450;
  text-align: left;
}

.alt-booking-text {
  font-size: 13.5px;
  color: #626569;
  margin-top: 12px;
}

.calendly-inline-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s ease;
}

.calendly-inline-link:hover {
  color: #a8ff35;
}

/* Form Styles */
.lead-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 11px;
  font-weight: 600;
  color: #898d92;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.form-group input,
.form-group textarea {
  background-color: #0b0c0e;
  border: 1px solid #1c1e22;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 13.5px;
  color: #fff;
  outline: none;
  transition: all 0.25s ease;
  font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #a8ff35;
  box-shadow: 0 0 12px rgba(168, 255, 53, 0.2);
}

.submit-form-btn {
  width: 100%;
  border: none;
  cursor: pointer;
  font-family: inherit;
  margin-top: 8px;
}

.form-status-msg {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  min-height: 20px;
  transition: all 0.3s ease;
  margin-top: 8px;
}

.form-status-msg.success {
  color: #a8ff35;
  text-shadow: 0 0 8px rgba(16,185,129,0.3);
}

.form-status-msg.error {
  color: #ef4444;
}

/* -------------------------------------------------------------
   Responsive Updates for New Sections
------------------------------------------------------------- */
@media (max-width: 1100px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .cta-split-layout {
    flex-direction: column;
    gap: 40px;
  }
  
  .cta-text-side {
    text-align: center;
    align-items: center;
  }
  
  .scarcity-box {
    justify-content: center;
    max-width: 480px;
  }
}

/* -------------------------------------------------------------
   Testimonials Grid Section
------------------------------------------------------------- */
.testimonials-grid-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}

/* -------------------------------------------------------------
   Process Steps Grid Section
------------------------------------------------------------- */
.process-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  margin-top: 20px;
}

.process-step-box {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 20px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  transition: all 0.3s ease;
}

.process-step-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
  border-color: #c2c5c9;
}

.process-step-num {
  font-family: 'Geist Mono', monospace;
  font-size: 28px;
  font-weight: 800;
  color: #898d92;
  border-bottom: 2px solid #eaecf0;
  padding-bottom: 12px;
  width: max-content;
}

.process-step-content h3 {
  font-size: 18px;
  font-weight: 800;
  color: #121316;
  margin-bottom: 10px;
  letter-spacing: -0.4px;
}

.process-step-content p {
  font-size: 13.5px;
  color: #4b5563;
  line-height: 1.55;
}

/* -------------------------------------------------------------
   FAQ Dedicated Card Single Column
------------------------------------------------------------- */
.faq-single-column {
  width: 100%;
  max-width: 900px;
  margin: 20px auto 0 auto;
}

/* -------------------------------------------------------------
   Testimonials Infinite Ticker Layout
------------------------------------------------------------- */
.testimonials-ticker-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  padding: 16px 0;
  mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
}

.testimonials-ticker-track {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: scroll 40s linear infinite;
}

.testimonials-ticker-container:hover .testimonials-ticker-track {
  animation-play-state: paused;
}

.testimonials-logos-row {
  display: flex;
  gap: 24px;
  flex-shrink: 0;
}

.ticker-card {
  width: 340px !important;
  min-height: 240px !important;
  flex-shrink: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* -------------------------------------------------------------
   Responsive Overrides for New Restructuring
------------------------------------------------------------- */
@media (max-width: 1100px) {
  .process-steps-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .popular-card {
    transform: scale(1) !important;
  }
  
  .popular-card:hover {
    transform: translateY(-4px) !important;
  }
  
  .ticker-card {
    width: 290px !important;
    min-height: 220px !important;
    padding: 18px;
  }
  
  .testimonials-ticker-track {
    animation-duration: 25s; /* slightly faster scroll speed for shorter content rows on mobile */
  }
}

/* -------------------------------------------------------------
   Large Text Marquee (Looping Animation "Projekti i kampanje")
------------------------------------------------------------- */
.text-marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  background-color: transparent;
  padding: 30px 0;
  margin: 60px 0 20px 0;
  pointer-events: none; /* Prevents selecting text or blocking scrolls */
}

.text-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: scroll 48s linear infinite;
}

.text-marquee-row {
  display: flex;
  align-items: center;
  gap: 80px;
  padding-right: 80px;
}

.text-marquee-row span {
  font-size: 96px;
  font-weight: 800;
  color: #121316;
  letter-spacing: -3px;
  line-height: 1;
}

.marquee-spinner {
  width: 64px;
  height: 64px;
  color: #c2c5c9;
  animation: spin 12s linear infinite;
  flex-shrink: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive updates for Large Text Marquee */
@media (max-width: 1100px) {
  .text-marquee-container {
    padding: 20px 0;
    margin: 40px 0 10px 0;
  }
  .text-marquee-row span {
    font-size: 56px;
    letter-spacing: -2px;
  }
  .marquee-spinner {
    width: 42px;
    height: 42px;
  }
  .text-marquee-row {
    gap: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 600px) {
  .text-marquee-row span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .marquee-spinner {
    width: 30px;
    height: 30px;
  }
  .text-marquee-row {
    gap: 30px;
    padding-right: 30px;
  }
}

/* -------------------------------------------------------------
   Nested Dark Brand Footer Card with Conversion Block (Framer style)
------------------------------------------------------------- */
.footer-hero-and-card-section {
  background: linear-gradient(180deg, transparent 0%, rgba(168, 255, 53, 0.25) 50%, #a8ff35 100%);
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin-top: 60px;
}

.footer-conversion-area {
  width: 100%;
  max-width: 1600px;
  padding: 100px 48px 60px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
  box-sizing: border-box;
}

.footer-conv-title {
  font-size: 54px;
  font-weight: 800;
  color: #121316;
  max-width: 900px;
  line-height: 1.15;
  letter-spacing: -2px;
  margin: 0;
}

.footer-conv-subtitle {
  font-size: 18px;
  color: #4a5568;
  max-width: 620px;
  line-height: 1.6;
  margin: 0;
}

.footer-contact-form {
  width: 100%;
  max-width: 860px;
  margin-top: 12px;
}

.footer-form-grid-box {
  background-color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(18, 19, 22, 0.12);
  border-radius: 28px;
  padding: 24px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
}

.footer-form-grid-box:focus-within {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: #121316;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.footer-inputs-top-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.footer-form-field input,
.footer-textarea-row textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(18, 19, 22, 0.12);
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #121316;
  outline: none;
  font-family: inherit;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.footer-textarea-row textarea {
  resize: vertical;
  min-height: 85px;
}

.footer-form-field input:focus,
.footer-textarea-row textarea:focus {
  background: #ffffff;
  border-color: #121316;
  box-shadow: 0 0 15px rgba(18, 19, 22, 0.1);
}

.footer-form-field input::placeholder,
.footer-textarea-row textarea::placeholder {
  color: #64748b;
  font-weight: 500;
}

.footer-submit-row {
  display: flex;
  justify-content: flex-end;
}

.footer-form-submit-btn {
  background-color: #121316;
  color: #a8ff35;
  border: none;
  border-radius: 40px;
  padding: 14px 36px;
  font-size: 14.5px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 4px 15px rgba(18, 19, 22, 0.2);
}

.footer-form-submit-btn:hover {
  background-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.footer-form-msg {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #121316;
  padding: 10px 20px;
  background-color: rgba(168, 255, 53, 0.3);
  border-radius: 20px;
  display: inline-block;
}

@media (max-width: 768px) {
  .footer-inputs-top-row {
    grid-template-columns: 1fr;
  }
  .footer-form-submit-btn {
    width: 100%;
    border-radius: 16px;
  }
}

.footer-card-wrapper {
  width: 100%;
  max-width: 1600px;
  padding: 0 24px 32px 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.brand-footer-card {
  width: 100%;
  max-width: 1600px;
  background-color: #121316;
  border-radius: 40px;
  padding: 60px 80px 40px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
}

.footer-photo-credit-text {
  text-align: center;
  font-size: 11.5px;
  font-weight: 500;
  color: #94a3b8;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
  width: 100%;
}

.footer-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-logo-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 320px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo-icon {
  width: 36px;
  height: 36px;
  background-color: #a8ff35;
  color: #121316;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-brand-title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
}

.footer-tagline {
  font-size: 14px;
  color: #8c9ba5;
  line-height: 1.6;
  margin: 0;
}

.footer-links-grid {
  display: flex;
  gap: 80px;
}

.footer-link-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-link-group h4 {
  font-size: 12px;
  font-weight: 700;
  color: #5d6770;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.footer-link-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link-group ul li a {
  font-size: 14px;
  color: #cbd5e0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link-group ul li a:hover {
  color: #a8ff35;
}

.footer-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copy-text {
  font-size: 13px;
  color: #5d6770;
}

.footer-credit {
  font-size: 13px;
  color: #5d6770;
}

.footer-credit a {
  color: #cbd5e0;
  text-decoration: none;
}

.footer-credit a:hover {
  color: #a8ff35;
}

/* Responsive updates for Footer */
@media (max-width: 900px) {
  .footer-conversion-area {
    padding: 60px 24px 40px 24px;
    gap: 24px;
  }
  
  .footer-conv-title {
    font-size: 36px;
    letter-spacing: -1px;
  }
  
  .footer-conv-actions {
    flex-direction: column;
    gap: 16px;
  }
  
  .footer-btn-divider {
    display: none;
  }

  .brand-footer-card {
    padding: 40px 32px 30px 32px;
    gap: 40px;
    border-radius: 30px;
  }
  
  .footer-links-grid {
    gap: 40px;
  }
  
  .footer-card-bottom {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .footer-card-top {
    flex-direction: column;
    gap: 30px;
  }
  
  .footer-links-grid {
    width: 100%;
    justify-content: space-between;
  }
}

/* -------------------------------------------------------------
   Scroll Reveal Text (Matches .info-title Typography Exactly)
------------------------------------------------------------- */
.scroll-reveal-text {
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -1.2px !important;
  max-width: 900px !important;
  display: block;
}

.reveal-word {
  display: inline-block;
  margin-right: 0.18em;
  color: rgba(18, 19, 22, 0.15); /* starts light */
  transition: color 0.15s ease;
}

@media (max-width: 1100px) {
  .scroll-reveal-text {
    font-size: 38px !important;
    letter-spacing: -1px !important;
  }
}

@media (max-width: 600px) {
  .scroll-reveal-text {
    font-size: 28px !important;
    letter-spacing: -0.5px !important;
  }
  .reveal-word {
    margin-right: 0.15em;
  }
}

/* -------------------------------------------------------------
   Looping Image Gallery (6 images, 4:3 Aspect Ratio)
------------------------------------------------------------- */
.gallery-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  padding: 50px 0 70px 0;
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

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

.gallery-marquee-container:hover .gallery-marquee-track {
  animation-play-state: paused;
}

.gallery-marquee-row {
  display: flex;
  gap: 28px;
  flex-shrink: 0;
}

.gallery-img-box {
  width: 440px;
  height: 330px;
  border-radius: 28px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.gallery-img-box:hover {
  transform: scale(1.03) translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1);
}

.gallery-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive Overrides for Gallery */
@media (max-width: 900px) {
  .gallery-marquee-container {
    padding: 30px 0 44px 0;
  }
  
  .gallery-marquee-track {
    gap: 18px;
    animation-duration: 32s;
  }
  
  .gallery-marquee-row {
    gap: 18px;
  }
  
  .gallery-img-box {
    width: 300px;
    height: 225px;
    border-radius: 20px;
  }
}

/* -------------------------------------------------------------
   Portfolio Marquee & Section 03 (Blends 100% Seamlessly With Above)
------------------------------------------------------------- */
.portfolio-marquee-container {
  width: 100% !important;
  max-width: 1600px !important;
  margin: 40px auto 0 auto !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 30px 0 10px 0 !important;
}

#portfolio {
  background-color: transparent !important;
  width: 100% !important;
  max-width: 1600px !important;
  margin: 0 auto 32px auto !important;
  padding: 60px 48px !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 40px !important;
  box-sizing: border-box !important;
}

#portfolio > * {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

/* -------------------------------------------------------------
   Full-Width White Background & Enlarged Design for Testimonials
------------------------------------------------------------- */
#testimonials {
  background-color: #ffffff !important;
  width: calc(100% + 32px) !important;
  max-width: calc(100% + 32px) !important;
  margin: -60px -16px 0 -16px !important;
  padding: 160px 0 110px 0 !important; /* Generous vertical padding for a large section feel */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative !important;
  z-index: 1 !important;
}

#testimonials > * {
  width: 100%;
  max-width: 1600px;
  padding-left: 48px;
  padding-right: 48px;
  box-sizing: border-box;
}

/* Score Badge in Header */
.testimonials-score-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 8px 20px;
  border-radius: 40px;
  margin-top: 18px;
}

.testimonials-score-badge .score-stars {
  color: #f59e0b;
  font-size: 15px;
  letter-spacing: 2px;
}

.testimonials-score-badge .score-text {
  font-size: 13.5px;
  color: #475569;
}

.testimonials-score-badge .score-text strong {
  color: #0f172a;
}

#testimonials .testimonials-ticker-container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  margin-top: 50px;
}

#testimonials .testimonials-ticker-track {
  animation-duration: 52s; /* Slower, readable scroll speed */
}

/* Enlarged Ticker Cards */
#testimonials .ticker-card {
  width: 460px !important;
  min-height: 290px !important;
  padding: 36px 32px !important;
  border-radius: 24px !important;
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease !important;
}

#testimonials .ticker-card:hover {
  transform: translateY(-6px) scale(1.02) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08) !important;
  border-color: #cbd5e1 !important;
}

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

.client-rating {
  color: #f59e0b;
  font-size: 16px;
  letter-spacing: 2px;
}

.verified-tag {
  font-size: 11px;
  font-weight: 700;
  color: #10b981;
  background-color: rgba(16, 185, 129, 0.08);
  padding: 4px 10px;
  border-radius: 20px;
}

#testimonials .client-text {
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  color: #1e293b !important;
  font-weight: 500 !important;
  margin: 12px 0 24px 0 !important;
}

.client-author-box {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #121316;
  color: #a8ff35;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

.author-avatar.avatar-purple {
  background-color: #6366f1;
  color: #ffffff;
}

.author-avatar.avatar-blue {
  background-color: #0284c7;
  color: #ffffff;
}

.author-avatar.avatar-green {
  background-color: #059669;
  color: #ffffff;
}

.author-avatar.avatar-orange {
  background-color: #ea580c;
  color: #ffffff;
}

.client-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.client-author-info strong {
  font-size: 15px;
  font-weight: 750;
  color: #0f172a;
}

.client-author-info span {
  font-size: 12.5px;
  color: #64748b;
  font-weight: 500;
}

/* Responsive Overrides */
@media (max-width: 900px) {
  #portfolio {
    padding: 40px 24px !important;
  }
  #portfolio > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #testimonials {
    margin-top: -40px !important;
    padding: 100px 0 60px 0 !important;
  }
  #testimonials > * {
    padding-left: 24px;
    padding-right: 24px;
  }
  #testimonials .ticker-card {
    width: 320px !important;
    min-height: 250px !important;
    padding: 24px 20px !important;
  }
  #testimonials .client-text {
    font-size: 14px !important;
  }
}

/* -------------------------------------------------------------
   Sticky 2-Column Cooperation Process Layout (#process)
------------------------------------------------------------- */
#process.process-sticky-section {
  background-color: #e2e6ea !important;
  width: calc(100% + 32px) !important;
  max-width: calc(100% + 32px) !important;
  margin: -20px -16px 0 -16px !important;
  padding: 100px 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  position: relative !important;
}

.process-sticky-container {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 60px;
  width: 100%;
  max-width: 1600px;
  padding-left: 48px;
  padding-right: 48px;
  box-sizing: border-box;
  align-items: flex-start;
  position: relative;
}

.process-sticky-left {
  position: sticky;
  top: 120px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.process-left-indicator {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-left: 2px solid #cbd5e1;
  padding-left: 20px;
}

.proc-ind-item {
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.proc-ind-item.active {
  opacity: 1;
  transform: translateX(4px);
}

.proc-ind-item .ind-num {
  font-family: 'Geist Mono', monospace;
  font-size: 13px;
  font-weight: 800;
  color: #121316;
  background-color: #e2e8f0;
  padding: 2px 8px;
  border-radius: 6px;
}

.proc-ind-item.active .ind-num {
  background-color: #a8ff35;
}

.proc-ind-item .ind-lbl {
  font-size: 14px;
  font-weight: 650;
  color: #0f172a;
}

.process-sticky-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.vertical-step-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 40px;
  display: flex;
  gap: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.vertical-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  border-color: #cbd5e1;
}

#process .vertical-step-card {
  background-color: #fafafb !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
}

#process .vertical-step-card:hover {
  border-color: #cbd5e1 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05) !important;
}

.step-num-badge {
  font-family: 'Geist Mono', monospace;
  font-size: 20px;
  font-weight: 800;
  color: #121316;
  background-color: #a8ff35;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-card-content {
  display: flex;
  flex-direction: column;
}

.step-card-content h3 {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}

.step-card-content p {
  font-size: 15px;
  color: #334155;
  line-height: 1.65;
  margin: 0 0 20px 0;
}

.step-deliverables-box {
  background-color: #f8fafc;
  border: 1px solid #f1f5f9;
  padding: 16px 20px;
  border-radius: 16px;
}

#process .step-deliverables-box {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
}

.deliv-title {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.step-deliverables-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.step-deliverables-box li {
  font-size: 13.5px;
  color: #334155;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .process-sticky-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .process-sticky-left {
    position: relative;
    top: 0;
  }
  
  .vertical-step-card {
    padding: 28px 24px;
    flex-direction: column;
    gap: 16px;
  }
}

/* -------------------------------------------------------------
   Redesigned Card 02: AI Automations & Tech Stack Grid
------------------------------------------------------------- */
.ai-redesign-card {
  background-color: #121316 !important;
  background-image: 
    radial-gradient(circle at 85% 15%, rgba(168, 255, 53, 0.05) 0%, transparent 45%),
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px) !important;
  background-size: auto, 36px 36px, 36px 36px !important;
  border: 1px solid #22262d !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4) !important;
  opacity: 0;
  transform: translateY(70px) scale(0.97);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: opacity, transform;
}

.ai-redesign-card.popup-visible {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

.header-with-status {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

.ai-live-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(168, 255, 53, 0.08);
  border: 1px solid rgba(168, 255, 53, 0.25);
  padding: 8px 18px;
  border-radius: 40px;
  font-family: 'Geist Mono', monospace;
  font-size: 11.5px;
  font-weight: 750;
  color: #a8ff35;
  letter-spacing: 0.5px;
}

.ai-live-status-pill .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #a8ff35;
  box-shadow: 0 0 12px #a8ff35;
  animation: pulseNeon 2s infinite ease-in-out;
}

@keyframes pulseNeon {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.3); }
}

/* Tech Stack Showcase Grid */
.ai-tech-stack-section {
  margin: 32px 0 40px 0;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 28px 24px;
}

.tech-stack-title {
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 800;
  color: #a8ff35;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Tech Stack Showcase Marquee (Left-to-Right Animation) */
.tech-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  padding: 10px 0 16px 0;
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}

.tech-marquee-track {
  display: flex;
  width: max-content;
  gap: 20px;
  animation: scrollRight 35s linear infinite;
}

.tech-marquee-container:hover .tech-marquee-track {
  animation-play-state: paused;
}

.tech-marquee-row {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}

.tech-logo-card {
  width: 140px;
  height: 84px;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 16px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
}

.tech-logo-card:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(168, 255, 53, 0.5);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 30px rgba(168, 255, 53, 0.15);
}

.tech-logo-card svg {
  width: 40px;
  height: 40px;
  color: #ffffff;
  transition: transform 0.3s ease, color 0.3s ease;
}

.tech-logo-card:hover svg {
  color: #a8ff35;
  transform: scale(1.15);
}

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

/* Feature Tag Badges on AI Benefits */
.ai-benefit-item.glow-hover {
  transition: all 0.35s ease;
  border-radius: 20px;
  padding: 20px;
  margin-left: -20px;
}

.ai-benefit-item.glow-hover:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.stat-tag-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.stat-tag {
  font-size: 11.5px;
  font-weight: 700;
  color: #a8ff35;
  background-color: rgba(168, 255, 53, 0.08);
  padding: 4px 12px;
  border-radius: 14px;
  border: 1px solid rgba(168, 255, 53, 0.2);
}

/* Responsive Overrides for Tech Grid */
@media (max-width: 1100px) {
  .ai-tech-logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .ai-tech-logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* -------------------------------------------------------------
   AI Problem vs Solution Banner & 3-Column Bento Grid
------------------------------------------------------------- */
.ai-problem-solution-banner {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 32px;
  margin-top: 10px;
  margin-bottom: 36px;
}

.prob-sol-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.prob-sol-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: fit-content;
}

.red-badge {
  background: rgba(239, 68, 68, 0.12);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.25);
}

.green-badge {
  background: rgba(168, 255, 53, 0.12);
  color: #a8ff35;
  border: 1px solid rgba(168, 255, 53, 0.3);
}

.prob-sol-box h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.prob-sol-box p {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.prob-sol-divider {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(168, 255, 53, 0.1);
  border: 1px solid rgba(168, 255, 53, 0.25);
  color: #a8ff35;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .ai-problem-solution-banner {
    flex-direction: column;
    padding: 24px;
    gap: 20px;
  }
  .prob-sol-divider {
    transform: rotate(90deg);
  }
}

.ai-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.ai-cap-card {
  background-color: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.ai-cap-card:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 255, 53, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.04);
}

.ai-cap-card.featured-cap-card {
  border-color: rgba(168, 255, 53, 0.3);
  background: radial-gradient(circle at top left, rgba(168, 255, 53, 0.06), transparent 60%), rgba(255, 255, 255, 0.03);
}

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

.cap-badge {
  font-family: 'Geist Mono', monospace;
  font-size: 10.5px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 12px;
  letter-spacing: 0.5px;
}

.badge-lime {
  background-color: rgba(168, 255, 53, 0.1);
  color: #a8ff35;
  border: 1px solid rgba(168, 255, 53, 0.25);
}

.badge-glow {
  background-color: #a8ff35;
  color: #121316;
}

.badge-blue {
  background-color: rgba(56, 189, 248, 0.1);
  color: #38bdf8;
  border: 1px solid rgba(56, 189, 248, 0.25);
}

.cap-num {
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.3);
}

.ai-cap-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px 0;
  letter-spacing: -0.4px;
}

.ai-cap-card p {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.6;
  margin: 0 0 24px 0;
}

.cap-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.cap-check-list li {
  font-size: 13px;
  color: #e2e8f0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cap-check {
  color: #a8ff35;
  font-weight: 800;
}

/* Horizontal Process Pipeline */
.ai-horizontal-pipeline-container {
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 28px 24px;
}

.pipeline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.pipeline-title {
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 800;
  color: #a8ff35;
  letter-spacing: 1px;
}

.pipeline-badge {
  font-family: 'Geist Mono', monospace;
  font-size: 10.5px;
  font-weight: 750;
  color: #94a3b8;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 4px 12px;
  border-radius: 20px;
}

.horizontal-pipeline-grid {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.pipe-node {
  flex: 1;
  min-width: 190px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.3s ease;
}

.pipe-node.active-node {
  border-color: rgba(168, 255, 53, 0.3);
  background-color: rgba(168, 255, 53, 0.04);
}

.pipe-node.pulsing-node {
  border-color: #a8ff35;
  box-shadow: 0 0 20px rgba(168, 255, 53, 0.15);
}

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

.node-num {
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  font-weight: 800;
  color: #94a3b8;
}

.node-status {
  font-size: 10px;
  font-weight: 800;
  color: #a8ff35;
  background-color: rgba(168, 255, 53, 0.1);
  padding: 2px 8px;
  border-radius: 10px;
}

.node-status.status-pulse {
  background-color: #a8ff35;
  color: #121316;
}

/* -------------------------------------------------------------
   Full-Width Edge-to-Edge Pricing Section (White Background Theme)
------------------------------------------------------------- */
#pricing {
  position: relative !important;
  z-index: 10 !important;
  overflow: hidden;
  width: calc(100% + 32px) !important;
  max-width: calc(100% + 32px) !important;
  margin: -60px -16px 40px -16px !important; /* Pull up 60px over the section above */
  border-radius: 60px 60px 0 0 !important; /* Rounded TOP left & top right corners */
  background-color: #ffffff !important;
  background-image: 
    linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px) !important;
  background-size: 36px 36px !important;
  color: #121316 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-top: 1px solid #e2e8f0 !important;
  padding: 110px 0 90px 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.04) !important;
}

#pricing .info-title {
  color: #121316 !important;
}

#pricing .info-subtitle {
  color: #475569 !important;
}

#pricing .section-badge {
  color: #121316 !important;
  background-color: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
}

#pricing .price-card {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}

#pricing .price-card:hover {
  border-color: #cbd5e1 !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08) !important;
}

#pricing .plan-target-tag {
  background-color: #f8fafc !important;
  color: #475569 !important;
  border: 1px solid #e2e8f0 !important;
}

#pricing .plan-target-tag.target-featured {
  background-color: rgba(168, 255, 53, 0.2) !important;
  color: #121316 !important;
  border-color: #a8ff35 !important;
}

#pricing .price-header h3 {
  color: #121316 !important;
}

#pricing .price-header p {
  color: #64748b !important;
}

#pricing .price-value-box {
  color: #121316 !important;
}

#pricing .price-amount {
  color: #121316 !important;
}

#pricing .period {
  color: #64748b !important;
}

#pricing .price-features li {
  color: #334155 !important;
}

#pricing .feat-check {
  color: #121316 !important;
}

#pricing .price-cta {
  background-color: #121316 !important;
  color: #ffffff !important;
  border: 1px solid #121316 !important;
}

#pricing .price-cta:hover {
  background-color: #000000 !important;
  color: #a8ff35 !important;
  border-color: #000000 !important;
}

#pricing .price-card.popular-card {
  background-color: #ffffff !important;
  border: 2px solid #a8ff35 !important;
  color: #121316 !important;
  box-shadow: 0 16px 45px rgba(168, 255, 53, 0.25) !important;
}

#pricing .price-card.popular-card .price-header h3,
#pricing .price-card.popular-card .price-amount,
#pricing .price-card.popular-card .price-value-box {
  color: #121316 !important;
}

#pricing .price-card.popular-card .price-header p,
#pricing .price-card.popular-card .period,
#pricing .price-card.popular-card .price-features li {
  color: #334155 !important;
}

#pricing .price-card.popular-card .feat-check {
  color: #121316 !important;
}

#pricing .price-card.popular-card .price-cta {
  background-color: #121316 !important;
  color: #a8ff35 !important;
  font-weight: 800 !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(18, 19, 22, 0.2) !important;
}

#pricing .price-card.popular-card .price-cta:hover {
  background-color: #000000 !important;
  color: #a8ff35 !important;
  transform: translateY(-2px);
}

#pricing .pricing-trust-bar {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #334155 !important;
}

#pricing .pricing-trust-bar .trust-item {
  color: #334155 !important;
}

#pricing .custom-ai-offer-banner {
  margin-top: 40px !important;
  text-align: center !important;
  padding: 12px 28px !important;
  background-color: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: fit-content !important;
  max-width: 90% !important;
}

#pricing .custom-ai-offer-banner p {
  color: #1e293b !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px !important;
}

#pricing .custom-ai-link {
  background-color: #0f172a !important;
  color: #a8ff35 !important;
  padding: 8px 18px !important;
  border-radius: 50px !important;
  border: none !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

#pricing .custom-ai-link:hover {
  background-color: #000000 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

#pricing > * {
  width: 100%;
  max-width: 1600px;
  padding-left: 48px;
  padding-right: 48px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #pricing {
    margin: -40px -16px 30px -16px !important;
    border-radius: 36px 36px 0 0 !important;
    padding: 80px 0 60px 0 !important;
  }
  #pricing > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.custom-ai-offer-banner {
  margin-top: 32px;
  text-align: center;
  padding: 16px 28px;
  background-color: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.custom-ai-offer-banner p {
  font-size: 14.5px;
  color: #cbd5e1;
  margin: 0;
}

.custom-ai-link {
  color: #a8ff35 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  margin-left: 6px;
  transition: all 0.25s ease;
  cursor: pointer;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.custom-ai-link:hover {
  color: #baff59 !important;
  text-shadow: 0 0 12px rgba(168, 255, 53, 0.4);
}

.pricing-slider-window {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  transition: height 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.pricing-slider-track {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.pricing-slide-block {
  width: 100%;
  flex-shrink: 0;
}

.pricing-checkout-container {
  margin-top: 10px;
  width: 100%;
}

/* Form Container Active State (Pushed up into view from below) */
.pricing-checkout-container.checkout-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Form Container Exit State when going Back (Sliding down) */
.pricing-checkout-container.checkout-slide-down-exit {
  opacity: 0 !important;
  transform: translateY(120px) !important;
}

.pricing-back-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #a8ff35;
  font-family: 'Geist Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.pricing-back-btn:hover {
  background: rgba(168, 255, 53, 0.15);
  border-color: #a8ff35;
  transform: translateX(-4px);
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 32px;
  align-items: start;
}

.checkout-form-box {
  background-color: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 36px 32px;
}

.checkout-header {
  margin-bottom: 28px;
}

.checkout-header h3 {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.checkout-header p {
  font-size: 13.5px;
  color: #94a3b8;
  margin: 0;
  line-height: 1.5;
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group.full-width {
  grid-column: span 2;
}

.form-group label {
  font-size: 12.5px;
  font-weight: 700;
  color: #e2e8f0;
}

.form-group input,
.order-select {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px 16px;
  color: #ffffff;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.form-group input:focus,
.order-select:focus {
  border-color: #a8ff35;
  box-shadow: 0 0 16px rgba(168, 255, 53, 0.2);
}

.order-select option {
  background-color: #121316;
  color: #ffffff;
  padding: 10px;
}

.order-submit-btn {
  width: 100%;
  background-color: #a8ff35;
  color: #121316;
  border: none;
  padding: 16px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(168, 255, 53, 0.25);
  margin-top: 10px;
}

.order-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(168, 255, 53, 0.4);
  background-color: #baff59;
}

/* Order Summary Box */
.checkout-summary-box {
  position: sticky;
  top: 140px;
}

.summary-card {
  background: radial-gradient(circle at top right, rgba(168, 255, 53, 0.06), transparent 50%), rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(168, 255, 53, 0.3);
  border-radius: 24px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.summary-badge {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 800;
  color: #a8ff35;
  letter-spacing: 0.8px;
}

.summary-card h4 {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

.summary-price-box {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}

.summary-currency {
  font-size: 20px;
  font-weight: 700;
  margin-right: 4px;
}

.summary-amount {
  font-size: 46px;
  font-weight: 850;
  color: #a8ff35;
  text-shadow: 0 0 20px rgba(168, 255, 53, 0.3);
}

.summary-period {
  font-size: 14px;
  color: #94a3b8;
  margin-left: 4px;
}

.summary-ai-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(168, 255, 53, 0.1);
  border: 1px solid rgba(168, 255, 53, 0.25);
  padding: 8px 14px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #a8ff35;
}

.summary-features-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
}

.summary-features-list li {
  font-size: 13px;
  color: #cbd5e1;
  font-weight: 600;
}

/* Confirmation Screen Box */
.checkout-confirmation-box {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(168, 255, 53, 0.4);
  border-radius: 28px;
  padding: 48px 40px;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  animation: popupScale 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes popupScale {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

.conf-icon {
  width: 64px;
  height: 64px;
  background-color: #a8ff35;
  color: #121316;
  font-size: 32px;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  box-shadow: 0 0 30px rgba(168, 255, 53, 0.4);
}

.conf-badge {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 800;
  color: #a8ff35;
  letter-spacing: 1px;
}

.checkout-confirmation-box h2 {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  margin: 10px 0 12px 0;
}

.conf-msg {
  font-size: 16px;
  color: #cbd5e1;
  margin-bottom: 24px;
}

.conf-details-card {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  text-align: left;
}

.conf-detail-row {
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
  color: #94a3b8;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
  padding-bottom: 8px;
}

.conf-detail-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.conf-detail-row strong {
  color: #ffffff;
}

.conf-subtext {
  font-size: 14px;
  color: #e2e8f0;
  line-height: 1.5;
  margin-bottom: 28px;
}

.conf-close-btn {
  background-color: #a8ff35;
  color: #121316;
  border: none;
  padding: 16px 36px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(168, 255, 53, 0.25);
}

.conf-close-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(168, 255, 53, 0.4);
  background-color: #baff59;
}

@media (max-width: 900px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .form-group.full-width {
    grid-column: span 1;
  }
}

.pipe-node h4 {
  font-size: 14.5px;
  font-weight: 800;
  color: #ffffff;
  margin: 4px 0 0 0;
}

.pipe-node p {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.45;
  margin: 0;
}

.pipe-arrow {
  color: rgba(168, 255, 53, 0.5);
  font-size: 16px;
  flex-shrink: 0;
}

/* Responsive Overrides */
@media (max-width: 1000px) {
  .ai-capabilities-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .horizontal-pipeline-grid {
    flex-direction: column;
    align-items: stretch;
  }
  .pipe-arrow {
    transform: rotate(90deg);
    align-self: center;
  }
}

/* ==========================================================================
   GOOGLE CALENDAR BOOKING POPUP MODAL STYLES
   ========================================================================== */
.booking-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.booking-modal-overlay.active {
  display: flex !important;
}

.booking-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: fadeInModalBackdrop 0.35s ease forwards;
}

@keyframes fadeInModalBackdrop {
  from { opacity: 0; }
  to { opacity: 1; }
}

.booking-modal-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 680px;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 36px 32px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15), 0 0 30px rgba(0, 0, 0, 0.05);
  color: #121316;
  animation: slideUpModalBox 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes slideUpModalBox {
  from { opacity: 0; transform: translateY(30px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.booking-modal-close {
  position: absolute;
  top: 20px;
  right: 22px;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #475569;
  font-size: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  line-height: 1;
}

.booking-modal-close:hover {
  background-color: #e2e8f0;
  color: #000;
  transform: rotate(90deg);
}

.booking-modal-header {
  margin-bottom: 24px;
}

.booking-modal-badge {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 800;
  color: #059669;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.booking-modal-header h3 {
  font-size: 22px;
  font-weight: 800;
  color: #121316;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.booking-modal-header p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.45;
}

/* Modal Form Grid (3 Required Questions) */
.modal-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.modal-full-width {
  grid-column: span 2;
}

.modal-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.modal-form-group label {
  font-size: 12px;
  font-weight: 700;
  color: #334155;
  letter-spacing: 0.3px;
}

.modal-form-group input {
  background-color: #fafafa;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 14px;
  color: #121316;
  font-size: 14px;
  outline: none;
  transition: all 0.25s ease;
}

.modal-form-group input:focus {
  border-color: #121316;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(18, 19, 22, 0.08);
}

/* Google Calendar Embed Widget Styling */
.google-calendar-embed-container {
  background-color: #fafafa;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 24px;
}

.gcal-embed-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #cbd5e1;
}

.gcal-branding {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #121316;
}

.gcal-tz {
  font-size: 11px;
  color: #64748b;
  font-family: 'Geist Mono', monospace;
}

.picker-section-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 10px;
}

.gcal-days-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.gcal-day-btn {
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease;
  color: #334155;
}

.gcal-day-btn .day-name {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #64748b;
}

.gcal-day-btn .day-date {
  font-size: 12.5px;
  font-weight: 700;
  margin-top: 2px;
}

.gcal-day-btn:hover {
  border-color: #121316;
  background-color: #f1f5f9;
}

.gcal-day-btn.active {
  background-color: #121316;
  border-color: #121316;
  color: #ffffff;
}

.gcal-day-btn.active .day-name {
  color: #a8ff35;
}

.gcal-slots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gcal-slot-btn {
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 10px 4px;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
  transition: all 0.25s ease;
}

.gcal-slot-btn:hover {
  border-color: #121316;
  background-color: #f1f5f9;
}

.gcal-slot-btn.active {
  background-color: #121316;
  color: #a8ff35;
  border-color: #121316;
  font-weight: 800;
}

.modal-submit-btn {
  width: 100%;
  padding: 16px;
  background-color: #121316;
  border: none;
  border-radius: 14px;
  color: #a8ff35;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(18, 19, 22, 0.2);
}

.modal-submit-btn:hover {
  background-color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Success State Box */
.modal-success-box {
  text-align: center;
  padding: 30px 10px;
}

.modal-success-icon {
  width: 56px;
  height: 56px;
  background-color: rgba(16, 185, 129, 0.15);
  border: 1px solid #10b981;
  color: #059669;
  font-size: 26px;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
}

.modal-success-box h4 {
  font-size: 20px;
  font-weight: 800;
  color: #121316;
  margin-bottom: 8px;
}

.modal-success-box p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 24px;
}

.modal-success-close-btn {
  padding: 12px 28px;
  background-color: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  color: #121316;
  font-weight: 700;
  font-size: 13.5px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.modal-success-close-btn:hover {
  background-color: #e2e8f0;
  border-color: #94a3b8;
}

/* -------------------------------------------------------------
   BEFORE vs AFTER COMPARISON SECTION (#before-after)
------------------------------------------------------------- */
.before-after-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 40px auto 0 auto;
}

.ba-card {
  border-radius: 28px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.ba-before {
  background-color: #ffffff;
  border: 1px solid #fee2e2;
}

.ba-after {
  background-color: #ffffff;
  border: 2px solid #a8ff35;
  box-shadow: 0 16px 40px rgba(168, 255, 53, 0.12);
}

.ba-card-header {
  display: flex;
  align-items: center;
}

.ba-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.badge-red {
  background-color: #fef2f2;
  color: #dc2626;
  border: 1px solid #fca5a5;
}

.badge-green {
  background-color: #0f172a;
  color: #a8ff35;
  border: 1px solid #a8ff35;
}

.ba-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ba-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ba-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.icon-red {
  background-color: #fee2e2;
  color: #dc2626;
}

.icon-green {
  background-color: #0f172a;
  color: #a8ff35;
}

.ba-list li strong {
  display: block;
  font-size: 15.5px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.ba-list li p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* -------------------------------------------------------------
   IDEAL CLIENT FIT SECTION (#ideal-fit)
------------------------------------------------------------- */
.ideal-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 40px auto 0 auto;
}

.fit-card {
  border-radius: 28px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #ffffff;
}

.fit-yes {
  border: 1px solid #cbd5e1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.fit-no {
  border: 1px solid #f1f5f9;
  background-color: #f8fafc;
}

.fit-card-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fit-title-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  width: fit-content;
}

.fit-card-title h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.fit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  color: #334155;
  line-height: 1.55;
}

.fit-bullet {
  font-weight: 800;
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}

.bullet-green {
  color: #16a34a;
}

.bullet-red {
  color: #dc2626;
}

@media (max-width: 900px) {
  .before-after-container,
  .ideal-fit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ba-card,
  .fit-card {
    padding: 24px 20px;
  }
}

/* -------------------------------------------------------------
   STICKY MOBILE BOTTOM CTA BAR (CRO High-Converting Trigger)
------------------------------------------------------------- */
.mobile-sticky-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 99999;
  padding: 12px 16px;
  background-color: rgba(18, 19, 22, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.25);
  animation: slideUpMobileBar 0.4s ease forwards;
}

@keyframes slideUpMobileBar {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.mobile-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.mobile-sticky-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mobile-sticky-badge {
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  font-weight: 800;
  color: #a8ff35;
  letter-spacing: 0.5px;
}

.mobile-sticky-sub {
  font-size: 11px;
  color: #cbd5e1;
  font-weight: 500;
}

.mobile-sticky-btn {
  background-color: #a8ff35;
  color: #121316;
  border: none;
  border-radius: 12px;
  padding: 10px 18px;
  font-size: 13.5px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(168, 255, 53, 0.3);
  transition: all 0.25s ease;
  white-space: nowrap;
}

.mobile-sticky-btn:hover {
  background-color: #baff59;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .mobile-sticky-cta-bar {
    display: block;
  }
}

/* ==========================================================================
   MOBILE PERFORMANCE & CORE WEB VITALS OPTIMIZATIONS
   ========================================================================== */
html, body {
  overflow-x: clip !important;
  max-width: 100vw;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

/* GPU hardware acceleration for smooth 60fps marquee scrolling */
.gallery-marquee-track,
.text-marquee-track,
.ticker-track {
  will-change: transform;
  transform: translateZ(0);
}

/* Rendering performance boost for heavy non-sticky sections */
#portfolio,
#before-after,
#testimonials,
#ideal-fit,
#pricing,
#faq {
  content-visibility: auto;
  contain-intrinsic-size: 1px 600px;
}

/* Mobile Touch Target & Spacing Adjustments */
@media (max-width: 768px) {
  body {
    padding-bottom: 70px !important; /* Prevents sticky bottom bar overlap */
  }

  /* Min 44px touch targets for mobile accessibility */
  button,
  .ultra-nav-link,
  .price-cta,
  .ultra-nav-cta,
  .mobile-sticky-btn,
  .custom-ai-link,
  summary {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* Padding and Font scaling for small screens (320px - 430px) */
  .hero-single-column-mesh {
    padding: 30px 16px 50px 16px !important;
  }

  .info-section-card {
    padding: 36px 18px !important;
    border-radius: 20px !important;
  }

  .info-title {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  .mesh-main-headline {
    font-size: 30px !important;
    line-height: 1.18 !important;
  }

  .pricing-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .price-card {
    padding: 28px 20px !important;
  }

  .ultra-navbar {
    padding: 10px 14px !important;
  }

  .ultra-nav-menu {
    display: none !important; /* Hide desktop nav links on small mobile screens */
  }
}
