/* This site was custom designed by Sitethreesixty.com and is actively managed by Sitethreesixty.com */
/* ================================
   INDEX PAGE STYLES - CURLY TAIL SCREEN & WINDOW
   Homepage-specific styles (V2 full-width hero)
   ================================ */

/* ================================
   NAV + HERO ABOVE-FOLD STYLES
   Moved to critical.css (render-blocking).
   index.css is deferred — above-fold styles
   must not live here.
   ================================ */

/* ================================
   TRUST BAR
   ================================ */
.trust-bar {
  background-color: var(--color-white);
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.lizard-mascot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: auto;
  pointer-events: none;
  z-index: 10;
}

.trust-bar-content {
  max-width: 800px;
  margin: 0 auto;
}

.trust-headline {
  font-size: var(--text-2xl);
  font-weight: var(--weight-bold);
  color: var(--color-blue-navy);
  margin-bottom: 8px;
}

.trust-headline.company-name {
  font-family: var(--font-logo);
  font-size: var(--text-3xl);
  letter-spacing: 0.02em;
  color: var(--color-blue-navy);
}

.trust-areas {
  font-size: var(--text-base);
  color: var(--text-secondary);
  margin-bottom: 24px;
}

.trust-badges {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

/* ================================
   SERVICES SECTION
   ================================ */
.services-cta {
  margin-top: 40px;
}

/* ================================
   WHY CHOOSE US SECTION
   ================================ */
.why-us-grid {
  gap: 80px;
}

/* Image Slider */
.why-us-slider {
  position: relative;
  width: 100%;
  max-width: 550px;
}

.slider-container {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.slider-track {
  display: flex;
  transition: transform 0.4s ease-out;
}

.slider-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.slider-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: var(--color-white);
  border: none;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color var(--transition-base), color var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base);
  z-index: 2;
}

.slider-arrow:hover {
  background-color: var(--color-orange);
  color: var(--color-white);
  transform: translateY(-50%) scale(1.1);
}

.slider-arrow svg {
  width: 20px;
  height: 20px;
}

.slider-prev {
  left: -22px;
}

.slider-next {
  right: -22px;
}

.why-us-content h2 {
  margin-bottom: 16px;
}

.why-us-content > p {
  color: var(--text-secondary);
  margin-bottom: 24px;
}

.why-us-content .list-check {
  margin-bottom: 32px;
}

/* ================================
   LIGHT SHOW PROMO SECTION
   ================================ */
.light-show-promo {
  position: relative;
}

/* Floating Mascot */
.lizard-mascot-floating {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 80px;
  height: auto;
  z-index: 10;
  pointer-events: none;
}

.light-show-grid {
  gap: 60px;
}

.light-show-content h2 {
  margin-bottom: 16px;
}

.light-show-content p {
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.light-show-content p strong {
  color: var(--color-blue);
}

.light-show-image img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
}

/* ================================
   CONTACT SECTION
   ================================ */
.contact-grid {
  gap: 60px;
}

.contact-info .section-label,
.contact-info h2,
.contact-info > p {
  text-align: center;
}

.contact-info .section-label {
  display: block;
}

.contact-info h2 {
  margin-bottom: 16px;
}

.contact-info > p {
  color: var(--text-secondary);
  margin-bottom: 32px;
}

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

.contact-item .feature-icon {
  width: 48px;
  height: 48px;
}

.contact-item .feature-content h3,
.contact-item .feature-content h4 {
  font-size: var(--text-base);
  margin-bottom: 4px;
}

.contact-item .feature-content a,
.contact-item .feature-content p {
  color: var(--text-secondary);
  font-size: var(--text-base);
}

.contact-item .feature-content a:hover {
  color: var(--color-orange);
}

/* Contact Form */
.contact-form-wrapper {
  position: sticky;
  top: 100px;
}

.contact-form.card {
  box-shadow: var(--shadow-lg);
  background-color: var(--color-off-white);
}

.contact-form .card-body {
  padding: 32px;
}

/* ================================
   GOOGLE REVIEWS SECTION
   Desktop: All 6 in a row
   Mobile: Swipeable slider with dots
   ================================ */
.reviews-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.reviews-slider {
  position: relative;
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.review-slide {
  flex: 0 0 auto;
  max-width: 336px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--color-white);
}

.review-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.reviews-dots {
  display: none;
}

/* ================================
   RESPONSIVE
   Hero/nav/corner-logo mobile styles moved to
   critical.css. Below-fold only.
   ================================ */

@media (max-width: 768px) {
  /* Mobile text size increase - bump all content text up one size */
  p,
  li,
  .card-body p,
  .service-card p,
  .section-header p,
  .contact-info p,
  .why-us-content p,
  .light-show-content p,
  .intro-tagline,
  .intro-areas,
  .feature-content p {
    font-size: var(--text-lg) !important;
  }

  .list-check li {
    font-size: var(--text-lg) !important;
  }

  /* Trust Bar Mobile */
  .trust-bar {
    text-align: center;
  }

  .trust-headline {
    font-size: var(--text-xl);
    font-weight: var(--weight-semibold);
  }

  .trust-headline.company-name {
    font-size: var(--text-2xl);
  }

  .trust-badges {
    gap: 16px;
  }

  /* Services Section Mobile */
  .services-cta {
    margin-top: 50px;
  }

  /* Why Us & Light Show Mobile */
  .why-us-grid,
  .light-show-grid,
  .contact-grid {
    gap: 40px;
  }

  .why-us-slider {
    max-width: 100%;
  }

  .slider-slide img {
    height: 280px;
  }

  .slider-arrow {
    width: 36px;
    height: 36px;
  }

  .slider-prev {
    left: 10px;
  }

  .slider-next {
    right: 10px;
  }

  .why-us-content,
  .light-show-content {
    text-align: center;
  }

  .why-us-content .list-check {
    text-align: left;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Contact Form Mobile */
  .contact-form-wrapper {
    position: static;
  }

  .contact-form .card-body {
    padding: 24px 20px;
  }

  /* Floating Mascot Mobile */
  .lizard-mascot-floating {
    top: -30px;
    right: 10px;
    width: 60px;
  }

  /* Reviews Mobile Slider */
  .reviews-slider {
    margin: 0 -20px;
    padding: 0;
    overflow: visible;
  }

  .reviews-track {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .reviews-track::-webkit-scrollbar {
    display: none;
  }

  .review-slide {
    flex: 0 0 calc(85vw - 24px);
    max-width: calc(85vw - 24px);
    scroll-snap-align: center;
  }

  .reviews-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 0 20px;
  }

  .reviews-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-gray-300);
    transition: background-color var(--transition-fast), transform var(--transition-fast);
  }

  .reviews-dots .dot.active {
    background-color: var(--color-blue);
    transform: scale(1.2);
  }
}

/* Corner-logo and hero small-screen breakpoints moved to critical.css */

/* This site was custom designed by Sitethreesixty.com and is actively managed by Sitethreesixty.com */
