/* ========================================
   GARCIA BUILDER - HOMEPAGE STYLES
   Version: 3.0 Professional
   Last Updated: October 24, 2025
   ======================================== */

/* ===== GLOBAL RESETS ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  background: #000000 !important;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}

/* ===== NAVBAR PROFESSIONAL ===== */

.gb-menu::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
}

.gb-menu::-webkit-scrollbar-thumb {
    background: rgba(246, 200, 78, 0.5);
    border-radius: 4px;
}

.gb-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(246, 200, 78, 0.7);
}

/* ===== HERO SECTION ===== */
.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(11, 18, 32, 0.65) 0%, rgba(0, 0, 0, 0.55) 100%),
              url('../../assets/images/hero/hero.jpg') center/cover no-repeat;
  background-attachment: fixed;
  padding: 120px 20px 80px;
  margin: 0;
}

.hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #F6C84E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.kpis {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.kpi {
  text-align: center;
  padding: 1rem;
}

.kpi .num {
  font-size: 3rem;
  font-weight: 800;
  color: #F6C84E;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.kpi div:last-child {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== SECTIONS ===== */
.section {
  padding: 80px 20px;
  width: 100%;
  position: relative;
}

.section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section.bg-dark-subtle {
  background: linear-gradient(135deg, rgba(11, 18, 32, 0.95) 0%, rgba(0, 0, 0, 0.98) 100%);
}

.stats-section {
  background: linear-gradient(135deg, rgba(246,200,78,0.08) 0%, rgba(0,0,0,0.95) 100%);
  padding: 60px 20px;
}

.bg-gradient-gold {
  background: linear-gradient(135deg, rgba(246, 200, 78, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.bg-dark-transparent {
  background: rgba(0, 0, 0, 0.3);
}

.bg-gradient-dark {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(246, 200, 78, 0.05) 100%);
}

/* ===== FEATURE CARDS ===== */
.card.feature {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(246, 200, 78, 0.15);
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
}

.card.feature:hover {
  transform: translateY(-5px);
  border-color: rgba(246, 200, 78, 0.4);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 30px rgba(246, 200, 78, 0.15);
}

.feature-icon {
  font-size: 3rem;
  display: inline-block;
  animation: float 3s ease-in-out infinite;
  margin-bottom: 1rem;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ===== STATS ===== */
.stat-item {
  padding: 2rem 1rem;
  text-align: center;
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: scale(1.05);
}

.stat-value {
  font-size: 3rem;
  font-weight: 800;
  color: #F6C84E;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.7);
}

/* ===== HOW IT WORKS ===== */
.how-it-works-step {
  padding: 2rem 1rem;
  transition: transform 0.3s ease;
}

.how-it-works-step:hover {
  transform: translateY(-5px);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #F6C84E;
  color: #000;
  font-size: 2rem;
  font-weight: 800;
  box-shadow: 0 5px 20px rgba(246, 200, 78, 0.4);
  margin-bottom: 1rem;
}

/* ===== VIDEO SECTION ===== */
.video-features {
  font-size: 1.1rem;
}

.video-wrapper {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(246, 200, 78, 0.2);
}

.gb-video {
  cursor: pointer;
}

.gb-video-play {
  pointer-events: auto;
}

/* ===== QUICK NAV CARDS ===== */
.quick-nav-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(246, 200, 78, 0.08) 0%, rgba(11, 18, 32, 0.95) 100%);
  border: 1px solid rgba(246, 200, 78, 0.15);
  border-radius: 12px;
  padding: 2rem;
}

.quick-nav-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(246, 200, 78, 0.2);
}

.icon-bg {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 4rem;
  opacity: 0.1;
  transform: rotate(-15deg);
}

.icon-main {
  font-size: 2.5rem;
  position: relative;
  z-index: 2;
}

.quick-nav-card h4,
.quick-nav-card p {
  position: relative;
  z-index: 2;
}

/* ===== BLOG CARDS ===== */
.blog-card {
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(246, 200, 78, 0.15);
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(246, 200, 78, 0.2);
}

.blog-img {
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-img {
  transform: scale(1.1);
}

/* ===== GALLERY ===== */
.gallery-grid {
  --gallery-gap: 1rem;
}

.gallery-item {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(246, 200, 78, 0.25);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(246, 200, 78, 0.08) 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: zoom-in;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover,
.gallery-item:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(246, 200, 78, 0.28);
}

.gallery-item:focus-visible {
  outline: 2px solid #F6C84E;
  outline-offset: 4px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #05070f;
  border-radius: 10px;
}

.gallery-item::after {
  content: "\1F50D";
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 1.1rem;
  opacity: 0;
  color: #F6C84E;
  transition: opacity 0.3s ease;
}

.gallery-item:hover::after,
.gallery-item:focus-visible::after {
  opacity: 0.85;
}

/* ===== CTA SECTION ===== */
.cta-section {
  background: linear-gradient(135deg, rgba(246, 200, 78, 0.03) 0%, rgba(0, 0, 0, 0.7) 100%);
  padding: 80px 20px;
}

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

.hero-lead-form {
  max-width: 600px;
  margin: 0 auto;
}

/* ===== TYPOGRAPHY ===== */
.title-gradient {
  background: linear-gradient(135deg, #FFD700 0%, #F6C84E 50%, #FFB800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #F6C84E;
  display: inline-block;
}

.text-glow {
  text-shadow: 0 0 20px rgba(246, 200, 78, 0.5);
}

/* ===== BUTTONS ===== */
.btn-warning {
  background: linear-gradient(135deg, #F6C84E 0%, #FFD700 100%);
  border: none;
  color: #000;
  font-weight: 600;
  padding: 0.875rem 2rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-warning:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(246, 200, 78, 0.4);
  color: #000;
}

.btn-outline-warning {
  background: transparent;
  border: 2px solid #F6C84E;
  color: #F6C84E;
  font-weight: 600;
  padding: 0.875rem 2rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-outline-warning:hover {
  background: rgba(246, 200, 78, 0.15);
  border-color: #F6C84E;
  color: #F6C84E;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 1024px) {
    .gb-logo-img {
        height: 70px;
    }

    .gb-logo-text {
        font-size: 2rem;
    }

    .gb-hamburger {
        min-width: 60px;
        min-height: 60px;
    }

    .gb-menu {
        padding: 112px 32px 40px;
        width: clamp(320px, 28vw, 420px);
    }

    .gb-menu-inner {
        gap: 32px;
    }

    .gb-menu-link {
        font-size: 1.25rem;
        padding: 1.25rem 1.5rem;
    }
}

@media (max-width: 768px) {
  .gb-logo-img {
    height: 50px;
  }

  .gb-logo-text {
    font-size: 1.5rem;
  }

  .gb-hamburger {
    min-width: 45px;
    min-height: 45px;
    padding: 8px 12px;
  }

  .gb-menu-link {
    font-size: 1rem;
    padding: 0.875rem 1rem;
  }

  .hero {
    min-height: unset;
    padding: 100px 16px 60px;
    background-attachment: scroll;
    background-position: center top;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .kpis {
    gap: 1.25rem;
  }

  .kpi {
    min-width: min(160px, 100%);
  }

  .kpi .num {
    font-size: 2.5rem;
  }

  .stat-value {
    font-size: 2.4rem;
  }

  .video-thumbnail {
    height: 260px;
  }

  .featured-transform {
    gap: 12px;
  }

  .success-metrics {
    gap: 0.75rem;
  }

  .success-metric {
    min-width: calc(50% - 0.5rem);
    flex: 1 1 calc(50% - 0.5rem);
    text-align: left;
  }

  .transformation-card {
    height: auto;
  }

  .quick-nav-card {
    padding: 1.75rem;
  }

  .card.feature {
    padding: 1.75rem;
  }
}

@media (max-width: 576px) {
  .section {
    padding: 60px 15px;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .hero {
    padding: 90px 12px 50px;
  }

  .kpi .num {
    font-size: 2.2rem;
  }

  .stat-value {
    font-size: 2.1rem;
  }

  .stats-section-bg .display-4 {
    font-size: 2.3rem;
    line-height: 1.25;
  }

  .video-thumbnail {
    height: 220px;
  }

  .transformation-image {
    height: 180px;
  }

  .lead-magnet-card {
    padding: 24px;
  }

  .success-metric {
    min-width: 100%;
    align-items: center;
    text-align: center;
  }

  .success-metric .metric-value {
    font-size: 1.75rem;
  }

  .success-metric .metric-label {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
  }

  .process-card-wrapper {
    padding: 1.5rem 1rem;
  }

  .quick-nav-card {
    padding: 1.5rem;
  }

  .card.feature {
    padding: 1.5rem;
  }

  .newsletter-input {
    max-width: 100%;
  }
}

/* ===== MOBILE SAFETY & ACCESSIBILITY ===== */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

/* ===== ENHANCED HOVER EFFECTS ===== */
.quick-nav-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.quick-nav-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(246, 200, 78, 0.25);
}

.section a .card {
    transition: all 0.3s ease;
}

.section a .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(246, 200, 78, 0.3);
}

.card:hover img {
    transform: scale(1.03);
    transition: transform 0.4s ease;
}

.card img {
    transition: transform 0.4s ease;
}

.col-md-6.col-lg-3:hover .text-center {
    transform: translateY(-5px);
}

.col-md-6.col-lg-3 .text-center {
    transition: all 0.3s ease;
}

.col-6.col-md-3:hover div {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(246, 200, 78, 0.3) !important;
}

.col-6.col-md-3 div {
    transition: all 0.3s ease;
}

.fas.fa-play:hover {
    transform: scale(1.1);
}

/* ===== ANIMATIONS ===== */
@keyframes starPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(246, 200, 78, 0.4);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(246, 200, 78, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(246, 200, 78, 0);
    }
}

.btn-gold:hover,
.btn-warning:hover {
    animation: pulse 2.5s ease-in-out infinite;
}

[data-count] {
    transition: all 0.5s ease;
}

/* ===== CTA BUTTON PULSE HOVER ===== */
.pulse-hover {
    position: relative;
    overflow: hidden;
}

.pulse-hover::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.pulse-hover:hover::before {
    width: 300px;
    height: 300px;
}

/* ===== HERO BACKGROUND PARALLAX ===== */
.hero {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    will-change: background-position;
}

/* ===== SMOOTH SCROLL ===== */
html {
    scroll-behavior: smooth;
}

/* ===== BLOG CARD EFFECTS ===== */
.blog-card:hover .blog-link i {
    transform: translateX(3px);
}


@media (max-width: 768px) {
    .blog-card {
        margin-bottom: 30px;
    }

    .blog-image {
        height: 180px;
    }

    .blog-content {
        padding: 20px;
    }
}

/* ===== TEXT GRADIENT FALLBACK ===== */
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    .title-gradient {
        color: #F6C84E !important;
        background: none !important;
    }
}

/* ===== CLEANUP: INLINE STYLES TO CLASSES ===== */
/* Added October 24, 2025 - Remove all inline styles from HTML */

/* Hero section typography */
.hero-headline {
    font-size: 56px;
}

.hero-subtitle {
    font-size: 1.15rem;
    opacity: 0.95;
}

/* CTA buttons in hero */
.btn-hero-primary {
    padding: 14px 32px;
    font-size: 1.1rem;
    font-weight: 600;
}

.btn-hero-secondary {
    padding: 14px 32px;
    font-size: 1.1rem;
}

/* Star animations with delays */
.star-1 { animation: starPop 0.5s ease 0.1s both; }
.star-2 { animation: starPop 0.5s ease 0.2s both; }
.star-3 { animation: starPop 0.5s ease 0.3s both; }
.star-4 { animation: starPop 0.5s ease 0.4s both; }
.star-5 { animation: starPop 0.5s ease 0.5s both; }

/* Stats section styling */
.stats-section-bg {
    background: linear-gradient(135deg, rgba(246,200,78,0.1) 0%, rgba(0,0,0,0.9) 100%);
    padding: 60px 0;
}

.stats-icon {
    font-size: 3rem;
    color: #F6C84E;
}

/* Video/Media sections */
.video-section-bg {
    background: linear-gradient(135deg, rgba(246,200,78,0.03) 0%, rgba(0,0,0,0.8) 100%);
}

.video-container-wrapper {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(246,200,78,0.2);
}

.video-thumbnail {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.video-overlay-badge {
    margin: 10px;
}

/* How it works section */
.process-section-bg {
    background: rgba(0,0,0,0.4);
}

.process-card-wrapper {
    transition: all 0.3s ease;
}

.process-number {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
    box-shadow: 0 5px 15px rgba(246,200,78,0.3);
}

.process-image {
  width: 100%;
  height: 210px;
  object-fit: contain;
  background: rgba(0,0,0,0.6);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  padding: 10px;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.process-image:hover,
.process-image:focus-visible {
  transform: translateY(-3px);
}

/* Method section */
.method-section-bg {
    background: rgba(0,0,0,0.5);
}

.method-list {
    font-size: 1.1rem;
}

.method-video-wrapper {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(246,200,78,0.2);
}

/* Quick navigation section */
.quick-nav-section-bg {
    background: linear-gradient(135deg, rgba(246,200,78,0.05) 0%, rgba(0,0,0,0.5) 100%);
}

.quick-nav-card {
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(246,200,78,0.08) 0%, rgba(11,18,32,0.95) 100%);
}

.quick-nav-emoji-bg {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 4rem;
    opacity: 0.1;
    transform: rotate(-15deg);
}

.quick-nav-emoji {
    font-size: 2.5rem;
    position: relative;
    z-index: 2;
}

.quick-nav-title {
    position: relative;
    z-index: 2;
}

.quick-nav-desc {
    position: relative;
    z-index: 2;
}

/* FAQ section */
.faq-section-bg {
  background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(246,200,78,0.03) 100%);
}

.faq-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(246,200,78,0.2);
  border-radius: 10px;
}

.faq-question {
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  border: none;
  box-shadow: none;
}

.faq-question:not(.collapsed) {
  background: rgba(246,200,78,0.15);
  color: #000;
}

.faq-question:focus {
  box-shadow: 0 0 0 0.2rem rgba(246,200,78,0.25);
}

/* Guarantee section */
.guarantee-section {
  background: rgba(246,200,78,0.05);
  padding: 40px 20px;
}

.guarantee-icon {
  font-size: 2.5rem;
  color: #F6C84E;
}

/* Social proof highlight */
.social-proof-highlight {
  background: linear-gradient(135deg, rgba(246,200,78,0.06) 0%, rgba(0,0,0,0.75) 100%);
}

.success-metric {
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(246,200,78,0.2);
  border-radius: 12px;
  padding: 16px 20px;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.metric-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #F6C84E;
}

.metric-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.transformation-card {
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(246,200,78,0.15);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.transformation-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(246,200,78,0.18);
}

.transformation-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.transformation-content {
  padding: 18px 20px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
}

/* Featured transformation */
.featured-highlight {
  align-items: stretch;
}

.featured-transform {
  display: grid;
  gap: 18px;
}

@media (min-width: 576px) {
  .featured-transform {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.featured-photo {
  position: relative;
  margin: 0;
  border-radius: 18px;
  border: 1px solid rgba(246, 200, 78, 0.25);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.45);
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.9) 0%, rgba(246, 200, 78, 0.12) 100%);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  cursor: zoom-in;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.featured-photo:hover,
.featured-photo:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(246, 200, 78, 0.25);
}

.featured-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #05070f;
}

.featured-badge {
  position: absolute;
  top: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.75);
  color: #F6C84E;
  pointer-events: none;
}

.badge-before {
  left: 16px;
}

.badge-after {
  right: 16px;
}

.featured-angle {
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 6px 14px;
  border-radius: 10px;
  background: rgba(246, 200, 78, 0.15);
  color: #F6C84E;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.featured-metric {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(246, 200, 78, 0.15);
  color: #F6C84E;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Newsletter section */
.newsletter-section {
  background: rgba(0,0,0,0.3);
  padding: 50px 20px;
  border-top: 1px solid rgba(246,200,78,0.2);
}

.newsletter-input {
  max-width: 300px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(246,200,78,0.3);
  color: #ffffff;
}

.newsletter-input::placeholder {
  color: rgba(255,255,255,0.7);
}

/* Lead magnet */
.lead-magnet-section {
  background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(246,200,78,0.08) 100%);
}

.lead-magnet-card {
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(246,200,78,0.2);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.35);
}

.lead-magnet-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(246,200,78,0.15);
  color: #F6C84E;
  font-weight: 600;
  margin-bottom: 16px;
}

.lead-magnet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: rgba(255,255,255,0.8);
}

.lead-magnet-form .lead-form-submit {
  width: 100%;
}

/* Responsive typography adjustments */
@media (max-width: 768px) {
    .hero-headline {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 12px 24px;
        font-size: 1rem;
    }

    .stats-icon {
        font-size: 2.5rem;
    }

    .video-thumbnail {
        height: 300px;
    }

    .process-number {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .process-image {
        height: 120px;
    }
}

/* Authority section */
.authority-section {
  background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(246,200,78,0.05) 100%);
}

.authority-card {
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(246,200,78,0.2);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.authority-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(246,200,78,0.18);
}

.authority-icon {
  font-size: 2rem;
  color: #F6C84E;
}

/* Final CTA */
.final-cta-section {
  background: linear-gradient(135deg, rgba(246,200,78,0.08) 0%, rgba(0,0,0,0.85) 100%);
}

/* Instagram highlights */
.instagram-section {
  background: rgba(0,0,0,0.35);
}

.instagram-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(246,200,78,0.15);
  box-shadow: 0 12px 24px rgba(0,0,0,0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instagram-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  background: #05070f;
  transition: transform 0.35s ease;
}

.instagram-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(246,200,78,0.25);
}

.instagram-card:hover img {
  transform: scale(1.05);
}

.instagram-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(0,0,0,0.65);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  color: #F6C84E;
  font-weight: 600;
}

/* Lightbox */
.lightbox-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 7, 15, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1200;
}

.lightbox-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
}

.lightbox-image {
  max-width: min(92vw, 1100px);
  max-height: 85vh;
  border-radius: 18px;
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.6);
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(246, 200, 78, 0.35);
  background: rgba(0, 0, 0, 0.7);
  color: #F6C84E;
  font-size: 1.6rem;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: rgba(246, 200, 78, 0.25);
  transform: scale(1.05);
}

.lightbox-trigger {
  cursor: zoom-in;
}

