/* 
  OFFSZN Premium Landing Styles
  Inspired by ChatCut.io - Minimalist, Bold, Dark.
*/

:root {
  --primary-white: #ffffff;
  --bg-black: #000000;
  --bg-studio: #050505;
  --text-primary: #f5f5f7;
  --text-secondary: #888888;
  --border-studio: rgba(255, 255, 255, 0.08); /* Precise thin borders */
  --grid-color: rgba(255, 255, 255, 0.03); /* Subtle DAW grid */
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-black);
  color: var(--text-primary);
  font-family: 'Geist', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* ==================== SMOOTH SCROLL (LENIS) ==================== */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* ==================== REVEAL UTILITY (ADVANCED) ==================== */
.reveal-mask {
  overflow: hidden;
  display: block;
  position: relative;
}

.reveal-content {
  display: block;
}

/* Staggered Groups */
.reveal-group {
  opacity: 0;
  visibility: hidden;
}

.gsap-reveal {
  opacity: 0;
  visibility: hidden;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000; /* Rich black */
  color: var(--text-primary);
  font-family: 'Geist', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Subtle Glow for Hero (Optional) */
.hero-glow {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at 50% -20%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
  z-index: -1;
  pointer-events: none;
}

/* ==================== PREMIUM NAVBAR (FLOATING PILL) ==================== */
.navbar-landing {
  position: fixed !important;
  top: 24px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 95% !important;
  max-width: 1100px !important;
  height: 64px !important;
  background: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(12px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 100px !important;
  padding: 0 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 2000 !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3) !important;
}

/* Scroll Effect overrides */
.navbar-landing.scrolled {
  background: rgba(0, 0, 0, 0.85) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
}

.navbar-landing .navbar-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 !important;
  gap: 0 !important;
  border: none !important;
  background: none !important;
  height: 100% !important;
}

.navbar-landing .logo-text {
  font-family: 'Geist', sans-serif !important;
  font-weight: 800 !important;
  font-size: 1.35rem !important;
  letter-spacing: -0.6px !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: opacity 0.3s !important;
}

.navbar-landing .logo-text:hover {
  opacity: 0.8 !important;
}

.navbar-landing .nav-links {
  display: flex !important;
  gap: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
}

.navbar-landing .nav-links a {
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  transition: color 0.3s ease !important;
}

.navbar-landing .nav-links a:hover {
  color: #fff !important;
}

/* --- MEGA MENU DESKTOP STYLES --- */
.ds-nav-item {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

.ds-nav-link {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.ds-chevron {
  font-size: 0.7rem !important;
  transition: transform 0.3s ease !important;
  opacity: 0.6 !important;
}

.ds-nav-item:hover .ds-chevron {
  transform: rotate(180deg) !important;
  opacity: 1 !important;
}

.ds-mega-menu {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(15px) !important;
  background: rgba(12, 12, 12, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  padding: 24px !important;
  display: flex !important;
  gap: 32px !important;
  min-width: 450px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  pointer-events: none !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  z-index: 100 !important;
}

.ds-nav-item:hover .ds-mega-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(20px) !important; /* Offset visual from pill */
  pointer-events: auto !important;
}

.ds-mega-small {
  min-width: 320px !important;
}

.ds-mega-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.ds-mega-lists {
  min-width: 150px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding-right: 24px !important;
}

.ds-menu-text-link {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  padding: 6px 0 !important;
  display: block !important;
  transition: color 0.2s ease !important;
}

.ds-menu-text-link:hover {
  color: #fff !important;
}

.ds-mega-cards {
  display: flex !important;
  gap: 12px !important;
}

.ds-mega-card {
  position: relative !important;
  width: 140px !important;
  height: 140px !important;
  background: rgba(25, 25, 25, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 12px !important;
  padding: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

.ds-mega-card:hover {
  background: rgba(35, 35, 35, 0.8) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-2px) !important;
}

.ds-card-bg {
  position: absolute !important;
  top: 0 !important; left: 0 !important; right: 0 !important;
  height: 60% !important;
  opacity: 0.4 !important;
  transition: opacity 0.3s ease !important;
}

.ds-mega-card:hover .ds-card-bg {
  opacity: 0.7 !important;
}

.bg-1 {
  background: linear-gradient(135deg, rgba(80, 200, 255, 0.2), transparent) !important;
}

.bg-2 {
  background: linear-gradient(135deg, rgba(255, 80, 200, 0.2), transparent) !important;
}

.dark-card {
  width: 100% !important;
  height: auto !important;
  min-height: 100px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(0,0,0,0)) !important;
}

.ds-card-content {
  position: relative !important;
  z-index: 2 !important;
}

.ds-card-content h4 {
  color: #fff !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  margin: 0 0 4px 0 !important;
}

.ds-card-content p {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 0.75rem !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}
/* --- END MEGA MENU --- */

.navbar-landing .nav-cta {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
}

/* Auth override: hides logged-out buttons when user IS logged in.
   Must use !important to beat .nav-cta's display:flex!important above. */
.navbar-landing .nav-cta.auth-hidden {
  display: none !important;
}

.navbar-landing .login-link {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  transition: color 0.3s !important;
}

.navbar-landing .login-link:hover {
  color: #fff !important;
}

.navbar-landing .btn-premium-cta {
  background: #fff !important;
  color: #000 !important;
  padding: 10px 24px !important;
  border-radius: 100px !important;
  font-size: 0.82rem !important; /* Slightly smaller for balance */
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border: 1px solid #fff !important;
  display: inline-flex !important; /* Changed from flex for better sizing */
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

.navbar-landing .btn-premium-cta:hover {
  background: transparent !important;
  color: #fff !important;
}

/* User Profile CTA (Logged In) */
.navbar-landing .btn-premium-profile {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
  padding: 4px 18px 4px 4px !important;
  border-radius: 100px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.navbar-landing .btn-premium-profile:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.navbar-landing .nav-profile-img {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.ds-mobile-hide {
  display: block !important;
}

/* Logged-in Profile Bar (hidden by default, shown via JS) */
.navbar-landing .nav-auth-profile {
  display: none;
  align-items: center;
  gap: 24px;
}

.navbar-landing .nav-auth-profile.active {
  display: flex !important;
}

@media (max-width: 768px) {
  .navbar-landing {
    top: 8px !important;
    width: 96% !important;
    padding: 0 12px !important;
    height: 48px !important; /* Shorter for better fit */
    border-radius: 100px !important;
  }

  .navbar-landing .navbar-container {
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }

  /* Force Logo to the Absolute Left */
  .navbar-landing .logo {
    order: -1 !important;
    flex-grow: 0 !important;
  }

  .navbar-landing .logo-text {
    font-size: 1.1rem !important;
    letter-spacing: -0.8px !important;
  }

  /* Hide center links */
  .navbar-landing .nav-links {
    display: none !important;
  }

  /* Actions to the Right */
  .navbar-landing .nav-cta,
  .navbar-landing .nav-auth-profile {
    order: 1 !important;
    gap: 8px !important;
  }

  /* Compact buttons for Mobile */
  .navbar-landing .login-link {
    font-size: 0.75rem !important;
    white-space: nowrap !important;
  }

  .navbar-landing .btn-premium-cta {
    padding: 6px 14px !important;
    font-size: 0.72rem !important;
    border-radius: 100px !important;
  }

  /* Logged-in Profile (Mobile) */
  .navbar-landing .nav-auth-profile .login-link {
    display: none !important; /* Hide 'Explorar' to save space */
  }

  .navbar-landing .btn-premium-profile {
    padding: 2px 10px 2px 2px !important;
    font-size: 0.75rem !important;
    gap: 6px !important;
    max-width: 120px !important;
  }

  .navbar-landing .nav-profile-img {
    width: 24px !important;
    height: 24px !important;
  }

  .navbar-landing #nav-user-name {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 0.75rem !important;
  }
}

/* ==================== HERO v4 (RESEND / TAILARK STYLE) ==================== */
/* Pre-hide elements managed by GSAP to prevent FOUC */
.hero-v4-title,
.hero-v4-subtext,
.hero-cta-buttons,
.hero-v4-visual {
  opacity: 0;
}

.hero-v4 {
  padding: 130px 0 100px; /* Increased top padding to clear fixed floating navbar */
  position: relative;
  overflow: hidden;
  background: #000;
}

.hero-v4-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  flex-direction: column; /* Stacked layout */
  align-items: center; /* Centered for balance */
  gap: 25px; /* Premium Middle Ground gap */
  position: relative;
  z-index: 5;
}

.hero-v4-content {
  width: 100%;
  max-width: 850px;
  text-align: center; /* Center text */
}

/* Badge Style */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px 6px 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  text-decoration: none;
  font-size: 0.85rem;
  margin-bottom: 32px; /* Restored some breathing room (was 24px, originally 40px) */
  transition: all 0.3s ease;
}

.hero-badge:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

.badge-tag {
  background: #fff;
  color: #000;
  padding: 2px 10px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.75rem;
}

.badge-text {
  color: rgba(255, 255, 255, 0.8);
}

.hero-badge i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
}

.hero-v4-title {
  font-size: clamp(3rem, 7vw, 4.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -3px;
  color: #fff;
  margin-bottom: 30px;
}

.hero-v4-subtext {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin: 0 auto 30px !important;
  max-width: 550px !important;
  text-align: center !important;
}

/* CTA Buttons Group */
.hero-v4-cta-wrap {
  margin-bottom: 30px;
}

.hero-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center; /* Centered buttons */
  gap: 16px;
  flex-wrap: wrap;
}

.btn-hero-primary {
  background: #fff;
  color: #000;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

@media (max-width: 768px) {
  .hero-v4 {
    padding: 85px 0 50px !important; /* Compact top/bottom padding */
  }

  .hero-v4-container {
    gap: 15px !important;
  }

  .hero-badge {
    margin-bottom: 20px !important;
    padding: 4px 12px 4px 6px !important;
    font-size: 0.75rem !important;
  }

  .hero-v4-title {
    font-size: 2.15rem !important; /* Smaller text for Mobile */
    letter-spacing: -1.2px !important;
    margin-bottom: 16px !important;
  }

  .hero-v4-subtext {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
    padding: 0 10px !important;
  }

  .hero-v4-cta-wrap {
    margin-bottom: 20px !important;
  }

  .btn-hero-primary {
    padding: 14px 32px !important;
    font-size: 1rem !important;
    width: 100% !important; /* Full width so it doesn't get lost */
    text-align: center !important;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1) !important;
  }

  .btn-hero-secondary {
    width: 100% !important;
    text-align: center !important;
  }

  .hero-cta-buttons {
    gap: 12px !important;
    flex-direction: column !important; /* Stack buttons vertically to give primary full focus */
    width: 100% !important;
  }
}

.btn-hero-primary:hover {
  background: #e5e5e5;
  transform: translateY(-2px);
}

.btn-hero-secondary {
  background: transparent;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* Feature List */
.hero-feature-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center; /* Centered features list */
  gap: 30px;
  margin: 0;
}

.hero-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.hero-feature-list li i {
  color: #fff;
  font-size: 1.25rem;
  opacity: 0.9;
}

/* Visual Showcase (Big Video) */
.hero-v4-visual {
  width: 100%; /* Take full container width now */
  max-width: 1200px;
  display: block;
}

.hero-video-wrapper {
    width: 100%;
    /* Keep aspect ratio from video script previously added or ensure it's huge */
    max-width: 1200px;
}

.abstract-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 24px;
  filter: contrast(1.1) brightness(0.9);
  /* Use invert(1) if using a white abstract on black bg for dark mode feel */
  mix-blend-mode: lighten;
}

@media (max-width: 1100px) {
  .hero-v4-container {
    flex-direction: column;
    text-align: center;
  }
  .hero-v4-content {
    max-width: 100%;
  }
  .hero-v4-visual {
    margin-top: 50px;
    justify-content: center;
  }
  .hero-v4-title {
    letter-spacing: -1.5px;
  }
  .hero-v4-subtext {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-input-group,
  .hero-cta-buttons {
    margin: 0 auto;
    justify-content: center;
  }
  .hero-feature-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}

/* ==================== LOGO CLOUD SECTION ==================== */
.logo-cloud-section {
  padding: 85px 0; /* Middle ground between 100px and 60px */
  background: #000;

}

.logo-cloud-label {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 40px; /* Middle ground between 50px and 30px */
  text-transform: uppercase;
  letter-spacing: 2px;
}

.logo-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.logo-blur {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 10;
  pointer-events: none;
}

.logo-blur.left {
  left: 0;
  background: linear-gradient(to right, #000, transparent);
}

.logo-blur.right {
  right: 0;
  background: linear-gradient(to left, #000, transparent);
}

/* Logo Cloud */
.logo-track {
  display: flex;
  width: max-content;
  gap: 100px;
  animation: logoMarquee 40s linear infinite;
  align-items: center;
}

@keyframes logoMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.3333%); }
}

.logo-group {
  display: flex;
  align-items: center;
  gap: 120px;
}

.logo-group img {
  height: 32px;
  width: auto;
  opacity: 0.6;
  filter: grayscale(1) invert(1) brightness(1.5);
  transition: all 0.3s ease;
  object-fit: contain;
}

.logo-group img:hover {
  opacity: 1;
  filter: grayscale(0) invert(0) brightness(1);
}

/* ==================== FOUNDATION FEATURES GRID (IMAGE 3 STYLE) ==================== */
.foundation-section {
  padding: 125px 0; /* Middle ground between 150px and 100px */
  background: #000;

}

.foundation-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.foundation-header {
  text-align: center;
  margin-bottom: 80px;
}

.foundation-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #fff;
}

.foundation-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.foundation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Create borders between items without duplication */
  border-left: 1px solid rgba(255, 255, 255, 0.1);

}

.foundation-card {
  padding: 60px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  background: transparent;
}

.foundation-card:hover {
  background: rgba(255, 255, 255, 0.02);
}

.foundation-card i {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 25px;
  display: block;
}

.foundation-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.foundation-card p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 900px) {
  .foundation-grid {
    grid-template-columns: 1fr;
  }
}

/* --- INTERACTIVE DROPZONE --- */
.drop-zone-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.drop-zone-box:hover, .drop-zone-box.drag-over {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.dz-idle i {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    margin-bottom: 12px;
}

.dz-idle span {
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    display: block;
}

.dz-idle p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}

/* Simulated Loader (iOS Style) */
.loader-ios {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-top: 2px solid #fff;
    border-radius: 50%;
    margin: 0 auto 12px;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.dz-processing span {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 500;
}

.dz-success i {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 8px;
    display: block;
}

/* --- VIDEO PREVIEW FRAME --- */
.hero-right {
    position: relative;
}

.video-preview-frame {
    width: 100%;
    aspect-ratio: 16/10;
    background: #000;
    border-radius: 24px;
    padding: 8px;
    box-shadow: 0 50px 100px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
}

.video-overlay-mockup {
    background: #111;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.yt-mock-header {
    padding: 12px 16px;
    background: #1a1a1a;
    display: flex;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.yt-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.yt-dot.red { background: #ff5f57; }
.yt-dot.yellow { background: #febc2e; }
.yt-dot.green { background: #28c840; }

.video-placeholder-mock {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    position: relative;
}

.video-placeholder-mock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    transition: opacity 1s ease;
}

.video-placeholder-mock.active img {
    opacity: 1;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 1100px) {
    .hero-split-container {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
}

.hero-cta-group {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.btn-premium {
  padding: 0.75rem 2.2rem;
  background: #fff;
  color: #000;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid #fff;
}

.btn-premium:hover {
  background: #000;
  color: #fff;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
}

.btn-secondary-outline {
  padding: 0.75rem 2.2rem;
  background: transparent;
  color: #fff;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.btn-secondary-outline:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.3);
}

/* --- VIDEO SHOWCASE --- */
.video-showcase {
  padding: 80px 5%;
  max-width: 1100px;
  margin: 0 auto;
}

.video-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: #050505;
  border: 1px solid var(--border-studio);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.video-placeholder::before {
  font-weight: 800;
  font-size: 1rem;
  color: #333;
  letter-spacing: 2px;
}

/* --- FEATURES PILLARS --- */
.pillars-section {
  padding: var(--section-padding);
  border-top: 1px solid var(--border-subtle);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
}

.pillar-item h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.pillar-item p {
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.6;
}

/* ==================== PRICING SECTION ==================== */
.pricing-section {
  padding: 100px 5%;
  background: #0a0a0a;
}

.pricing-section h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 60px;
  letter-spacing: -1.5px;
}

.pricing-grid-landing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-card-landing {
  background: #111;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 40px;
  border-radius: 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.pricing-card-landing:hover {
  border-color: rgba(255,255,255,0.15);
  transform: translateY(-8px);
}

.pricing-card-landing.popular {
  border: 1px solid #FFD700;
  box-shadow: 0 0 40px rgba(255, 215, 0, 0.05);
  background: linear-gradient(180deg, rgba(255,215,0,0.05) 0%, #111 100%);
}

.pricing-card-landing h3 {
  font-size: 1rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.pricing-card-landing .price {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
}

.pricing-card-landing .price span {
  font-size: 1rem;
  color: #666;
}

.pricing-card-landing ul {
  list-style: none;
  margin: 30px 0;
  flex-grow: 1;
}

.pricing-card-landing li {
  color: #ccc;
  margin-bottom: 12px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-card-landing li i {
  color: #FFD700;
}

/* --- COMPARISON SECTION --- */
.comparison-section {
  padding: 100px 5%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 4rem;
}

.compare-card {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-studio);
  border-radius: 4px; /* Sharper corners for studio feel */
  text-align: left;
  transition: all 0.4s ease;
}

.compare-card h4 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.compare-item {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.compare-total {
  margin-top: 2.5rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #444;
}

.compare-card.offszn {
  background: var(--primary-white);
  color: #000;
  border-color: var(--primary-white);
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(255, 255, 255, 0.1);
}

.compare-card.offszn .compare-item {
  border-color: rgba(0, 0, 0, 0.1);
  color: #333;
}

.compare-card.offszn .compare-total.highlighted {
  color: #000;
}

/* --- STEPS SECTION --- */
.steps-section {
  padding: 80px 5%;
  max-width: 1200px;
  margin: 0 auto;
}

.step-item {
  padding: 3rem;
  border: 1px solid var(--border-studio);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.step-item:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.step-num {
  font-size: 4rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03);
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
}

.step-item h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.step-item p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* --- FAQ SECTION --- */
.faq-section {
  padding: 80px 5%;
  max-width: 1000px;
  margin: 0 auto;
}

.faq-main-title {
  font-size: clamp(3rem, 10vw, 6.5rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: -5px;
  color: #fff;
  line-height: 0.9;
}

.faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-trigger {
  width: 100%;
  padding: 35px 0;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  color: #fff;
  transition: all 0.3s ease;
}

.faq-trigger:hover {
  opacity: 0.6;
}

.faq-trigger span {
  font-size: 1.3rem;
  font-weight: 600;
  padding-right: 2rem;
  letter-spacing: -0.5px;
}

.faq-icon {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.3);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-content p {
  padding-bottom: 35px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
  max-width: 800px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  color: #fff;
}

.faq-footer-support {
    text-align: center;
    margin-top: 60px;
}

.faq-footer-support p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.3);
}

.faq-footer-support a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    margin-left: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
}

.faq-footer-support a:hover {
    border-bottom-color: #fff;
}

/* --- FINAL CTA --- */
.final-cta {
  padding: 160px 5%;
  text-align: center;
}

.final-cta h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  margin-bottom: 3rem;
  letter-spacing: -0.03em;
}

/* --- MOBILE RESPONSIVENESS --- */

/* ==================== NEW HERO VIDEO WRAPPER ==================== */
.hero-video-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
}

.video-skeleton {
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
}

.video-skeleton i {
  font-size: 3rem;
  display: block;
  margin-bottom: 10px;
}

.video-skeleton span {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
}

/* ==================== HOW IT WORKS (SPLIT) ==================== */
.how-it-works-section {
  padding: 80px 0;
  background: #000;
}

.how-it-works-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.how-header-centered {
  text-align: center;
  margin-bottom: 70px;
}

.section-label {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 20px;
  opacity: 0.5;
}

.section-title-large {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 0;
}

/* 3 Cards Side by Side */
.steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.step-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 40px 32px;
  transition: border-color 0.3s, transform 0.3s;
}

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

.step-card .step-num {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  font-size: 0.85rem;
  font-weight: 800;
  color: #000;
  background: #fff;
  width: 36px;
  height: 36px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 24px;
}

.step-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #fff;
}

.step-card p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 768px) {
  .steps-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ==================== COMPARISON TABLE ==================== */
.comparison-section {
  padding: 80px 0;
  background: #050505;
}

.comparison-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 5%;
}

.comparison-header {
  text-align: center;
  margin-bottom: 80px;
}

.comparison-title {
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 20px;
}

.comparison-desc {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.4);
}

.comparison-table-wrapper {
  margin-bottom: 60px;
  overflow-x: auto;
}

.minimal-compare-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.minimal-compare-table th {
  padding: 24px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.minimal-compare-table td {
  padding: 24px;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.col-offszn {
  color: #fff;
  font-weight: 700;
}

.hl-offszn {
  color: #fff;
  font-weight: 700;
}

.hl-trad {
  color: rgba(255,255,255,0.2);
}

.comparison-footer {
  text-align: center;
  margin-top: 40px;
}

/* ==================== TESTIMONIALS INFINITE SCROLL ==================== */
.testimonials-section {
  padding: 80px 0;
  background: #000;
  position: relative;
  overflow: hidden;
}

.testimonials-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 80px;
  padding: 0 5%;
}

.testimonials-header .section-label {
    justify-content: center;
    display: flex;
}

.testimonials-header h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-top: 20px;
}

.testimonials-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  height: 700px;
  overflow: hidden;
}

/* The Mask Effect */
.testimonials-container::before,
.testimonials-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 150px;
  z-index: 2;
  pointer-events: none;
}

.testimonials-container::before {
  top: 0;
  background: linear-gradient(to bottom, #000, transparent);
}

.testimonials-container::after {
  bottom: 0;
  background: linear-gradient(to top, #000, transparent);
}

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

.testimonials-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Inner wrapper that actually moves */
.testimonials-scroll-track {
  display: flex;
  flex-direction: column;
  gap: 24px;
  animation: scrollVertical linear infinite;
}

@keyframes scrollVertical {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* Durations for each column to make it look organic */
.col-speed-1 { animation-duration: 35s; }
.col-speed-2 { animation-duration: 45s; }
.col-speed-3 { animation-duration: 40s; }

.testimonial-card-v2 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 30px;
  border-radius: 28px;
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.testimonial-card-v2:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.testi-text {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}

.testi-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-user img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  background: #222;
}

.testi-info h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.testi-info span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

/* --- FINAL CTA SECTION --- */
.final-cta-section {
    padding: 100px 5%;
    background: #000;
    text-align: center;
}

.final-cta-title {
    font-size: clamp(3rem, 9vw, 6.5rem);
    font-weight: 900;
    letter-spacing: -5px;
    line-height: 0.9;
    margin-bottom: 30px;
    color: #fff;
}

.final-cta-subtext {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 60px;
    font-weight: 500;
}

.final-cta-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* --- PREMIUM STYLES --- */
.strikethrough-red {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.4);
}

.strikethrough-red::after {
    content: "";
    position: absolute;
    left: -2%;
    top: 50%;
    width: 104%;
    height: 3px;
    background: #ff3e3e;
    transform: translateY(-50%);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(255, 62, 62, 0.6);
    pointer-events: none;
}

.btn-hero-premium {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 20px 55px;
    border-radius: 50px;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    letter-spacing: -0.5px;
}

.btn-hero-premium:hover {
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.25), 0 0 20px rgba(255, 255, 255, 0.1);
    background: #f8f8f8;
}

.btn-hero-premium:active {
    transform: scale(0.98);
}


/* ==================== SECTION: PRICING ==================== */
.pricing-section {
  padding: 100px 0;
  background: #000;
  position: relative;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.pricing-main-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.1;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
}

/* Pricing Toggle */
.pricing-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 60px;
}

.toggle-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
  user-select: none;
}

.toggle-label.active {
  color: #fff;
}

.discount-badge {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: 6px;
}

.pricing-toggle {
  width: 54px;
  height: 28px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-toggle.annual {
  background: #fff;
}

.toggle-knob {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.pricing-toggle.annual .toggle-knob {
  left: 29px;
  background: #000;
}

/* Pricing Grid */
.grid-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pricing-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  position: relative;
}

.pricing-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.plan-name {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.plan-price {
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 25px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price-small {
  font-size: 1.5rem;
  margin-right: 2px;
}

.price-period {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0;
}

.plan-description {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
  margin-bottom: 30px;
}

.pricing-card-features {
  flex: 1;
  margin-bottom: 30px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
}

.feature-list li i {
  color: #fff;
  font-size: 0.9rem;
}

.feature-list li.disabled {
  opacity: 0.4;
  color: rgba(255, 255, 255, 0.3);
}

/* Recommended Plan */
.pricing-card.recommended {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 255, 255, 0.05);
}

.recommended-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1px;
  white-space: nowrap;
}

/* Buttons */
.btn-pricing-primary {
  display: block;
  width: 100%;
  padding: 16px;
  background: #fff;
  color: #000;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-pricing-primary:hover {
  background: #f0f0f0;
  transform: scale(1.02);
}

.btn-pricing-secondary {
  display: block;
  width: 100%;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-pricing-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

/* --- RESPONSIVENESS --- */
@media (max-width: 900px) {
  .testimonials-columns-grid {
    grid-template-columns: 1fr;
  }
  .testimonials-column:not(:first-child) {
    display: none;
  }
  .grid-pricing {
    grid-template-columns: 1fr;
    gap: 20px; /* Reduced gap for mobile */
  }
  .pricing-card {
    padding: 24px; /* Reduced padding inside cards for mobile */
  }
  .pricing-card.recommended {
    order: -1; /* Show recommended first on mobile */
  }

  /* GLOBAL MOBILE SPACING REDUCTION */
  .logo-cloud-section,
  .foundation-section,
  .how-it-works-section,
  .testimonials-section,
  .pricing-section,
  .faq-section,
  .final-cta-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  
  .pricing-main-title,
  .faq-main-title,
  .foundation-title,
  .section-title-large,
  .testimonials-header h2 {
    margin-bottom: 30px !important;
  }

  /* Prevent text cramming on mobile */
  .final-cta-title,
  .faq-main-title {
    letter-spacing: -1.5px !important;
  }
}
