/* ============================= 
   GTM AUDIT LANDING PAGE - CUSTOM STYLES
================================ */

/* ============ Hero Section - Form =============== */
.hero-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-benefits li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.hero-benefits li i {
  color: #2F80ED;
  font-size: 20px;
  margin-right: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}

.hero-form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hero-form-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(47, 128, 237, 0.15);
  width: 100%;
  max-width: 500px;
}

.hero-form-box .form-title {
  font-size: 24px;
  font-weight: 700;
  color: #232323;
  text-align: center;
}

.hero-lead-form .single-input {
  position: relative;
  margin-bottom: 0;
}

.hero-lead-form .form-input {
  width: 100%;
  padding: 15px 20px 15px 50px;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s;
}

.hero-lead-form .form-input:focus {
  border-color: #2F80ED;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 128, 237, 0.1);
}

.hero-lead-form .single-input i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #585978;
  font-size: 18px;
}

.hero-lead-form .button {
  width: 100%;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 600;
}

.form-trust-signals {
  text-align: center;
  color: #585978;
}

.form-trust-signals i {
  color: #2F80ED;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .hero-form-wrapper {
    margin-top: 40px;
  }
  
  .hero-form-box {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .hero-form-box {
    padding: 25px 20px;
  }
  
  .hero-form-box .form-title {
    font-size: 20px;
  }
}

/* ============ Benefits Section (Audit GTM) =============== */
.audit-benefits-section {
  background: #fff;
}

.single-benefit {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
  height: 100%;
}

.single-benefit:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.single-benefit .icon {
  position: relative;
  margin-bottom: 25px;
}

.single-benefit .icon i {
  font-size: 40px;
  color: #2F80ED;
  position: relative;
  z-index: 2;
}

.single-benefit .content h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #232323;
}

.single-benefit .content p {
  margin-bottom: 0;
  line-height: 1.6;
}

/* ============ Stats Section =============== */
.stats-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
}

.single-stat {
  padding: 20px;
}

.stat-icon i {
  font-size: 48px;
  color: #ffffff;
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.stat-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .single-stat {
    margin-bottom: 30px;
  }
}

/* ============ Testimonials Section =============== */
.testimonials-section {
  background: #f8f9fa;
}

.single-testimonial {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.single-testimonial .stars {
  display: flex;
  gap: 5px;
}

.single-testimonial .stars i {
  color: #ffc107;
  font-size: 18px;
}

.single-testimonial .testimonial-text {
  font-size: 16px;
  line-height: 1.8;
  color: #585978;
  font-style: italic;
  flex-grow: 1;
}

.single-testimonial .author-info h5 {
  font-size: 18px;
  font-weight: 700;
  color: #232323;
}

.single-testimonial .author-info p {
  font-size: 14px;
  color: #585978;
}

/* ============ FAQ Section =============== */
.faq-section {
  background: #fff;
}

.accordion-item {
  border: 1px solid #e5e5e5;
  border-radius: 8px !important;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #232323;
  padding: 20px 25px;
  background: #ffffff;
}

.accordion-button:not(.collapsed) {
  background: #f8f9fa;
  color: #2F80ED;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #e5e5e5;
}

.accordion-button::after {
  background-size: 1.25rem;
}

.accordion-body {
  padding: 20px 25px;
  font-size: 16px;
  line-height: 1.7;
  color: #585978;
}

/* ============ Social Proof - Logos =============== */
.single-logo {
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s;
}

.logo-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #999;
  padding: 40px 20px;
  border: 2px dashed #e5e5e5;
  border-radius: 8px;
  background: #fafafa;
  transition: all 0.3s;
}

.single-logo:hover .logo-placeholder {
  color: #2F80ED;
  border-color: #2F80ED;
  background: #f8f9fa;
  transform: scale(1.05);
}

/* ============ Final CTA Section =============== */
.final-cta-section {
  background: linear-gradient(135deg, #2F80ED 0%, #1e5bb8 100%);
  position: relative;
}

.final-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>');
  opacity: 0.3;
}

.final-cta-content {
  position: relative;
  z-index: 2;
}

.final-cta-content h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
}

.final-cta-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.final-cta-content .button {
  background: #ffffff;
  color: #2F80ED;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
}

.final-cta-content .button:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

.trust-badges {
  color: rgba(255, 255, 255, 0.9);
}

.trust-badges i {
  color: #ffffff;
}

@media (max-width: 767px) {
  .final-cta-content h2 {
    font-size: 24px;
  }

  .final-cta-content p {
    font-size: 16px;
  }
}

/* ============ Header CTA Button =============== */
.header-action .button {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  background: #ffffff;
  color: #2F80ED;
  border: 2px solid #ffffff;
}

.header-action .button:hover {
  background: #f0f0f0;
  color: #2F80ED;
}

@media (max-width: 991px) {
  .header-action {
    margin-top: 15px;
    width: 100%;
  }
  
  .header-action .button {
    width: 100%;
    text-align: center;
  }
}

/* ============ About Section - Why Important =============== */
.about-section.about-style-4.bg-light {
  background: #f8f9fa !important;
}

.about-section .about-content-wrapper ul li i.lni-close {
  color: #dc3545;
}

.about-section.about-style-4 ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  word-wrap: break-word;
}

.about-section.about-style-4 ul li i {
  flex-shrink: 0;
  margin-right: 12px;
  margin-top: 3px;
}

.about-section.about-style-4 ul li strong {
  display: inline;
}

@media (max-width: 991px) {
  .about-section .about-image {
    margin-top: 40px;
    text-align: center !important;
  }
  
  .about-section .about-image img {
    max-width: 100%;
    height: auto;
  }
}

/* ============ Typography - Desktop Overrides =============== */
h1, .h1 { font-size: 56px; }
h2, .h2 { font-size: 38px; }
h3, .h3 { font-size: 28px; }
h4, .h4 { font-size: 22px; }

.hero-content-wrapper p,
.section-title p,
.single-benefit .content p,
.about-content-wrapper p,
.about-content-wrapper ul li,
.accordion-body,
.single-testimonial .testimonial-text {
  font-size: 18px;
}

.stat-number {
  font-size: 42px;
}

/* ============ Responsive Improvements =============== */
@media (max-width: 767px) {
  .section-title h1,
  .section-title h2 {
    font-size: 24px;
  }

  .section-title h3 {
    font-size: 20px;
  }

  .stat-number {
    font-size: 32px;
  }

  .hero-benefits li {
    font-size: 16px;
  }

  h1, .h1 { font-size: 32px; }
  h2, .h2 { font-size: 26px; }
  h3, .h3 { font-size: 22px; }
}

@media (max-width: 575px) {
  h1, .h1 { font-size: 28px; }
  h2, .h2 { font-size: 24px; }
  h3, .h3 { font-size: 20px; }
}

/* ============ Smooth Scroll Padding =============== */
section[id] {
  scroll-margin-top: 150px;
}

/* Special offset for hero form - show more space above */
#hero-form {
  scroll-margin-top: 200px;
}

@media (max-width: 991px) {
  section[id] {
    scroll-margin-top: 120px;
  }
  
  #hero-form {
    scroll-margin-top: 150px;
  }
}

@media (max-width: 767px) {
  section[id] {
    scroll-margin-top: 100px;
  }
  
  #hero-form {
    scroll-margin-top: 120px;
  }
}
