/* ==========================================================================
   Roof N Tek — Custom Redesign Styles (2028 Modern Polish)
   Preserves brand identity (#ffc246 gold, #384d62 steel blue)
   ========================================================================== */

/* Section Eyebrow / Tagline — NO LEFT VERTICAL BORDER */
.section-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--primary, #ffc246);
  background: rgba(255, 194, 70, 0.12);
  padding: 6px 16px;
  border-radius: 2px;
  margin-bottom: 12px;
  border-left: none !important;
}

.section-eyebrow.light {
  color: #ffc246;
  background: rgba(255, 255, 255, 0.1);
  border-left: none !important;
}

/* Enhanced Typography & Hierarchy */
.header-section h2, .header-section h3 {
  font-weight: 700 !important;
  letter-spacing: -0.5px;
}

.sub-lead-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555;
  max-width: 800px;
  margin: 0 auto 2.5rem;
}

/* Card Modernization */
.rnt-card {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eef2f5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  height: 100%;
}

.rnt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 194, 70, 0.4);
}

.features-with-17-right-tp_sur {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s ease;
  height: 100%;
}

.features-with-17-right-tp_sur:hover {
  border-color: var(--primary, #ffc246);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.features-with-17-left1 img {
  border-radius: 3px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Button & Hover Improvements */
.theme-button {
  letter-spacing: 0.5px;
  box-shadow: 0 3px 10px rgba(255, 194, 70, 0.25);
  border-radius: 2px !important;
}

.theme-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 194, 70, 0.4);
}

.btn-outline-theme {
  display: inline-block;
  line-height: 40px;
  font-weight: 700;
  font-size: 12px;
  padding: 0 25px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  transition: all 0.3s ease;
}

.btn-outline-theme:hover {
  background: #fff;
  color: var(--secondary, #384d62);
  text-decoration: none;
}

/* ==========================================================================
   RECREATED SINGLE NAVBAR SYSTEM (Logo Size & Compact Height Refinement)
   ========================================================================== */
.main-site-header {
  background: #ffffff !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #eef2f6;
}

.main-site-header .hero-header-11-content {
  border-bottom: none !important;
}

/* Compact Navbar Padding & Vertical Alignment */
.main-site-header .navbar {
  padding: 4px 0 !important;
}

/* Logo Sizing Rules: Desktop (220px - 250px) & Mobile (170px - 200px) */
.main-site-header .navbar-brand {
  padding: 0;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.main-site-header .navbar-brand img {
  max-width: 235px;
  max-height: 44px;
  width: auto;
  height: auto !important;
  display: block;
}

/* Footer Logo Uniformity */
.w3l-footer-29-main a.footer-logo img {
  max-width: 235px;
  height: auto;
  display: inline-block;
}

/* Desktop Nav Links */
.main-site-header .navbar-nav .nav-item {
  margin: 0 8px;
}

.main-site-header .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2b3d4f !important;
  letter-spacing: 0.6px;
  padding: 8px 6px !important;
  position: relative;
  transition: color 0.25s ease;
}

.main-site-header .navbar-nav .nav-link:hover {
  color: var(--primary, #ffc246) !important;
}

/* Gold Underline for Active Item (Desktop) */
@media (min-width: 992px) {
  .main-site-header .navbar-nav .nav-item.active .nav-link {
    color: var(--primary, #ffc246) !important;
  }

  .main-site-header .navbar-nav .nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 6px;
    right: 6px;
    height: 2.5px;
    background: var(--primary, #ffc246);
    border-radius: 2px;
  }
}

/* Desktop Action Buttons */
.btn-brochure {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1.5px solid #2b3d4f;
  color: #2b3d4f;
  padding: 7px 18px;
  border-radius: 3px;
  background: transparent;
  transition: all 0.25s ease;
}

.btn-brochure:hover {
  background: #2b3d4f;
  color: #ffffff;
  text-decoration: none;
}

.nav-quote-btn {
  padding: 6px 14px !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
}

/* ==========================================================================
   MOBILE NAVBAR (Compact 170px-200px Logo & Clean Overlay)
   ========================================================================== */
@media (max-width: 991px) {

  .main-site-header .navbar {
    padding: 6px 0 !important;
  }

  .main-site-header .navbar-brand img {
    max-width: 185px;
    max-height: 38px;
    width: auto;
    height: auto !important;
  }

  .main-site-header .navbar-toggler {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 4px 8px !important;
  }

  .main-site-header .navbar-toggler-icon {
    font-size: 22px !important;
    color: #2b3d4f !important;
  }

  /* Full Dark Overlay Menu when opened on Mobile */
  .main-site-header .navbar-collapse {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    width: 100vw !important;
    background: #0f1c29 !important; /* Dark Navy Steel match */
    z-index: 99999 !important;
    padding: 24px 24px 36px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    overflow-y: auto !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .main-site-header .navbar-collapse.show {
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Mobile Open Drawer Header (Logo + Close X Icon) */
  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 12px;
  }

  .mobile-menu-header img {
    max-width: 185px;
    max-height: 38px;
    width: auto;
    height: auto !important;
    filter: brightness(0) invert(1); /* Pure white logo for dark drawer */
  }

  .mobile-close-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    padding: 4px 8px;
    outline: none;
  }

  /* Mobile Nav Links */
  .main-site-header .navbar-nav {
    width: 100%;
    margin-bottom: 20px !important;
  }

  .main-site-header .navbar-nav .nav-item {
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .main-site-header .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 13px 0 !important;
    letter-spacing: 0.8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main-site-header .navbar-nav .nav-item.active .nav-link {
    color: var(--primary, #ffc246) !important;
  }

  /* Mobile Action Buttons inside Open Menu */
  .mobile-actions {
    margin-top: auto;
    padding-top: 15px;
  }

  .mobile-actions .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 4px;
  }

  .mobile-actions .theme-button {
    font-size: 13px;
    font-weight: 800;
    border-radius: 4px !important;
  }
}

/* ==========================================================================
   HERO CAROUSEL VISUAL REDESIGN (Reference Design Implementation)
   ========================================================================== */

/* Slider Container & Wrapper Positioning */
.w3l-main-slider {
  position: relative;
  overflow: hidden;
}

.w3l-main-slider .companies20-content {
  position: relative;
}

.w3l-main-slider .companies-wrapper {
  position: relative;
}

/* Banner Height & Background Overlay */
.w3l-main-slider .banner-view {
  min-height: 680px !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  background-size: cover !important;
  background-position: center right !important;
  padding: 80px 0 !important;
}

/* Linear Gradient Overlay: Darker behind text on left (94%), gradually lighter toward right (20%) */
.w3l-main-slider .banner-view::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  min-height: 100% !important;
  background: linear-gradient(90deg, rgba(12, 19, 28, 0.94) 0%, rgba(12, 19, 28, 0.82) 42%, rgba(12, 19, 28, 0.45) 75%, rgba(12, 19, 28, 0.20) 100%) !important;
  z-index: 1 !important;
}

/* Content Container Left Alignment (approx 7-10% left padding on desktop) */
.w3l-main-slider .banner-info {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: clamp(24px, 8.5vw, 130px) !important;
  padding-right: clamp(24px, 5vw, 80px) !important;
  margin: 0 !important;
  text-align: left !important;
}

.hero-content-wrapper {
  max-width: 720px;
  text-align: left;
}

/* Editorial Category Eyebrow (No rectangular badge/border) */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

.hero-gold-line {
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: var(--primary, #ffc246);
  margin-right: 12px;
  border-radius: 1px;
}

.w3l-main-slider .slideone,
.w3l-main-slider p.slideone {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  color: var(--primary, #ffc246) !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block !important;
}

/* Typography-Led H1 Heading */
.w3l-main-slider .banner-text,
.w3l-main-slider h1.banner-text,
.w3l-main-slider h3.banner-text {
  font-size: 52px !important;
  line-height: 1.14 !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  letter-spacing: -0.6px !important;
  margin-top: 0 !important;
  margin-bottom: 22px !important;
  max-width: 720px !important;
  text-align: left !important;
  text-shadow: none !important;
}

/* Short White Supporting Paragraph */
.w3l-main-slider p.slidethree {
  font-size: 17px !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  max-width: 680px !important;
  margin-top: 0 !important;
  margin-bottom: 34px !important;
  text-align: left !important;
  text-shadow: none !important;
  font-weight: 400 !important;
}

/* Hero CTA Group */
.hero-cta-group {
  display: flex !important;
  gap: 16px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
}

.hero-cta-group .btn-primary.theme-button {
  background: var(--primary, #ffc246) !important;
  border-color: var(--primary, #ffc246) !important;
  color: #121921 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.8px !important;
  padding: 13px 26px !important;
  border-radius: 3px !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(255, 194, 70, 0.25) !important;
}

.hero-cta-group .btn-primary.theme-button:hover {
  background: #e6ab35 !important;
  border-color: #e6ab35 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(255, 194, 70, 0.4) !important;
}

.hero-cta-group .btn-outline-theme {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  padding: 13px 26px !important;
  border-radius: 3px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  background: transparent !important;
  letter-spacing: 0.8px !important;
  transition: all 0.3s ease !important;
}

.hero-cta-group .btn-outline-theme:hover {
  border-color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
}

/* Subtle Progress Indicator (01 ───── 03) */
.hero-carousel-controls {
  position: absolute;
  bottom: 38px;
  left: clamp(24px, 8.5vw, 130px);
  z-index: 10;
}

.hero-progress-indicator {
  display: flex;
  align-items: center;
  gap: 16px;
}

.current-slide-num {
  font-size: 17px;
  font-weight: 800;
  color: var(--primary, #ffc246);
  letter-spacing: 0.5px;
}

.progress-bar-track {
  width: 110px;
  height: 2px;
  background: rgba(255, 255, 255, 0.22);
  position: relative;
  border-radius: 1px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  width: 33.333%;
  background: var(--primary, #ffc246);
  transition: width 0.4s ease;
}

.total-slides-num {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5px;
}

/* Subtle Side Navigation Arrows */
.w3l-main-slider .owl-theme .owl-nav {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
  z-index: 10 !important;
  margin-top: 0 !important;
}

.w3l-main-slider .owl-theme .owl-nav button.owl-prev,
.w3l-main-slider .owl-theme .owl-nav button.owl-next {
  position: absolute !important;
  top: 0 !important;
  transform: translateY(-50%) !important;
  pointer-events: auto !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(15, 23, 33, 0.55) !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  transition: all 0.3s ease !important;
  outline: none !important;
  margin: 0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}

.w3l-main-slider .owl-theme .owl-nav button.owl-prev {
  left: 24px !important;
}

.w3l-main-slider .owl-theme .owl-nav button.owl-next {
  right: 24px !important;
}

.w3l-main-slider .owl-theme .owl-nav button.owl-prev:hover,
.w3l-main-slider .owl-theme .owl-nav button.owl-next:hover {
  background: rgba(15, 23, 33, 0.9) !important;
  border-color: var(--primary, #ffc246) !important;
  color: var(--primary, #ffc246) !important;
  transform: translateY(-50%) scale(1.05) !important;
}

/* Hide Default OWL Dots for Hero */
.w3l-main-slider .owl-theme .owl-dots {
  display: none !important;
}

/* ==========================================================================
   MOBILE HERO RESPONSIVENESS
   ========================================================================== */
@media (max-width: 991px) {
  .w3l-main-slider .banner-view {
    min-height: 600px !important;
    padding: 70px 0 90px 0 !important;
  }

  .w3l-main-slider .banner-text,
  .w3l-main-slider h1.banner-text,
  .w3l-main-slider h3.banner-text {
    font-size: 40px !important;
    line-height: 1.18 !important;
  }
}

@media (max-width: 768px) {
  .w3l-main-slider .banner-view {
    min-height: 560px !important;
    padding: 60px 0 100px 0 !important;
  }

  .w3l-main-slider .banner-info {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .w3l-main-slider .banner-text,
  .w3l-main-slider h1.banner-text,
  .w3l-main-slider h3.banner-text {
    font-size: 34px !important;
    line-height: 1.22 !important;
    margin-bottom: 16px !important;
  }

  .w3l-main-slider p.slidethree {
    font-size: 16px !important;
    line-height: 1.55 !important;
    margin-bottom: 26px !important;
  }

  .hero-eyebrow {
    margin-bottom: 14px;
  }

  .hero-gold-line {
    width: 20px;
    margin-right: 8px;
  }

  .w3l-main-slider .slideone,
  .w3l-main-slider p.slideone {
    font-size: 11px !important;
    letter-spacing: 1.4px !important;
  }

  .hero-cta-group {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 320px;
  }

  .hero-cta-group .btn-primary.theme-button,
  .hero-cta-group .btn-outline-theme {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 12px 20px !important;
  }

  .hero-carousel-controls {
    bottom: 28px;
    left: 20px;
  }

  .w3l-main-slider .owl-theme .owl-nav button.owl-prev {
    left: 10px !important;
  }

  .w3l-main-slider .owl-theme .owl-nav button.owl-next {
    right: 10px !important;
  }

  .w3l-main-slider .owl-theme .owl-nav button.owl-next,
  .w3l-main-slider .owl-theme .owl-nav button.owl-prev {
    width: 36px !important;
    height: 36px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 480px) {
  .w3l-main-slider .banner-view {
    min-height: 520px !important;
  }

  .w3l-main-slider .banner-text,
  .w3l-main-slider h1.banner-text,
  .w3l-main-slider h3.banner-text {
    font-size: 30px !important;
    line-height: 1.25 !important;
  }

  .w3l-main-slider p.slidethree {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}

/* Gallery / Our Works Section Styles */
.w3l-works-gallery {
  background: #ffffff;
  padding: 80px 0;
}

.rnt-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rnt-gallery-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f6;
  background: #f8fafc;
  aspect-ratio: 4 / 3;
}

.rnt-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  display: block;
}

.rnt-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 10, 26, 0.85) 0%, rgba(28, 10, 26, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.rnt-gallery-item:hover img {
  transform: scale(1.06);
}

.rnt-gallery-item:hover .rnt-gallery-overlay {
  opacity: 1;
}

.rnt-gallery-tag {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1c0a1a;
  background: var(--primary, #ffc246);
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 8px;
}

.rnt-gallery-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

/* Responsive Grid for Gallery */
@media (max-width: 992px) {
  .rnt-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .rnt-gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .w3l-works-gallery {
    padding: 50px 0;
  }
}

/* Why Choose Roof N Tek List */
.services-list-modern {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.services-list-modern li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 20px;
}

.services-list-modern li .list-icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: rgba(255, 194, 70, 0.2);
  color: #d99b00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

.services-list-modern li h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--secondary, #384d62);
  margin-bottom: 4px;
}

.services-list-modern li p {
  font-size: 0.92rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Final CTA Section */
.w3l-final-cta {
  background: linear-gradient(135deg, #2b3d4f 0%, #1e2c3a 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.w3l-final-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 194, 70, 0.1) 0%, rgba(255, 194, 70, 0) 70%);
  pointer-events: none;
}

.w3l-final-cta h2 {
  color: #ffffff !important;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.w3l-final-cta p {
  color: #d0d7de;
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 2rem;
}

.cta-btn-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

/* FAQ Accordion Section */
.w3l-faq-section {
  background: #f8fafc;
  padding: 80px 0;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover {
  border-color: #cbd5e1;
}

.faq-item.active {
  border-color: var(--primary, #ffc246);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--secondary, #384d62);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: none;
}

.faq-question:focus {
  outline: none;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5f9;
  color: var(--secondary, #384d62);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  background: var(--primary, #ffc246);
  color: #1c0a1a;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1), padding 0.35s ease;
  padding: 0 24px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 24px 20px 24px;
  transition: max-height 0.5s ease-in-out;
}

.faq-answer p {
  font-size: 0.96rem;
  line-height: 1.65;
  color: #52606d;
  margin: 0;
}

/* Responsive Polish */
@media (max-width: 768px) {
  .sub-lead-text {
    font-size: 0.98rem;
  }
  .w3l-final-cta h2 {
    font-size: 1.8rem;
  }
  .faq-question {
    font-size: 0.98rem;
    padding: 16px 18px;
  }
  .faq-answer {
    padding: 0 18px;
  }
  .faq-item.active .faq-answer {
    padding: 0 18px 16px 18px;
  }
}
