.woo-connector-hero {
  padding: 120px 0;
  background: linear-gradient(90deg, #f06a17 0%, #cf5407 100%);
  position: relative;
  overflow: hidden;
}

/* Left Content Wrapper */
.woo-hero-content {
  color: #ffffff;
  max-width: 560px;
}

/* Small Label */
.woo-hero-label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
  backdrop-filter: blur(8px);
}

/* Title */
.woo-hero-title {
  font-size: 58px;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 24px;
  letter-spacing: -1px;
  color: #ffffff;
}

/* Subtitle */
.woo-hero-subtitle {
  font-size: 21px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 34px;
  max-width: 520px;
}

/* CTA Button */
.woo-hero-btn {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  color: #d55a10;
  font-size: 17px;
  font-weight: 700;
  padding: 10px  24px ;
  border-radius: 12px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  text-decoration: none;
}

.woo-hero-btn:hover {
  color: #d55a10;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

/* Image Box */
.woo-hero-image-box {
  background: rgba(255, 255, 255, 0.12);
  padding: 14px;
  border-radius: 28px;
  backdrop-filter: blur(10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* Image */
.woo-hero-image {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* Tablet */
@media (max-width: 991.98px) {
  .woo-connector-hero {
    padding: 70px 0;
    text-align: center;
  }

  .woo-hero-content {
    margin: 0 auto;
  }

  .woo-hero-title {
    font-size: 44px;
  }

  .woo-hero-subtitle {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .woo-hero-image-box {
    margin-top: 35px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .woo-connector-hero {
    padding: 55px 0;
  }

  .woo-hero-title {
    font-size: 34px;
    line-height: 1.15;
  }

  .woo-hero-subtitle {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 28px;
  }

  .woo-hero-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 14px 28px;
  }

  .woo-hero-image-box {
    padding: 10px;
    border-radius: 20px;
  }

  .woo-hero-image {
    border-radius: 14px;
  }
}



.intro-section-wrapper {
  padding: 35px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.intro-content-grid {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

/* Section Header */
.intro-header-block {
  text-align: left;
  margin-bottom: 25px;
  position: relative;
}

.intro-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
}

.intro-section-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #f06a17;
  border-radius: 2px;
}

.intro-title-underline {
  display: none;
}

/* Problem Statement Container */
.intro-problem-container {
  margin-bottom: 20px;
  padding: 0;
  background: transparent;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
}

.intro-problem-text {
  font-size: 17px;
  line-height: 1.7;
  color: #555555;
  margin: 0 0 20px 0;
  font-weight: 500;
}

.intro-problem-text strong {
  color: #f06a17;
  font-weight: 600;
}

/* Solution Container */
.intro-solution-container {
  background: #f9f9f9;
  padding: 18px 20px;
  border-radius: 8px;
  text-align: left;
  margin-bottom: 20px;
  box-shadow: 0 3px 5px rgba(230, 181, 132, 0.792);
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.intro-solution-container::before {
  display: none;
}

.intro-solution-container:hover {
  background: #fafafa;
  box-shadow: 0 3px 10px rgba(230, 181, 132, 0.792);
}

.intro-solution-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #f06a17;
  border-radius: 50%;
  margin-bottom: 0;
  flex-shrink: 0;
  backdrop-filter: none;
  border: none;
}

.intro-badge-icon {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}

.intro-solution-title {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.intro-solution-description {
  font-size: 15px;
  color: #666666;
  line-height: 1.5;
  max-width: none;
  margin: 0;
  position: relative;
  z-index: 1;
  display: none;
}

.intro-compatibility-title {
  font-size: 12px;
  font-weight: 600;
  color: #888888;
  margin-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.intro-compatibility-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.intro-compat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
  position: relative;
}

.intro-compat-item::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f06a17;
  border-radius: 1px;
  transition: width 0.3s ease;
}

.intro-compat-item:hover::before {
  width: 30px;
}

.odoo-compat {
  background: transparent;
}

.odoo-compat:hover {
  background: transparent;
}

.woo-compat {
  background: transparent;
}

.woo-compat:hover {
  background: transparent;
}

.compat-label {
  font-size: 11px;
  font-weight: 600;
  color: #f06a17;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}

.compat-versions {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: -0.3px;
}

/* Tablet */
@media (max-width: 991.98px) {
  .intro-section-wrapper {
    padding: 28px 0;
  }

  .intro-section-title {
    font-size: 28px;
  }

  .intro-solution-container {
    padding: 16px 18px;
  }

  .intro-solution-title {
    font-size: 16px;
  }

  .intro-compatibility-grid {
    gap: 25px;
  }

  .intro-compatibility-section {
    padding: 18px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .intro-section-wrapper {
    padding: 20px 0;
  }

  .intro-header-block {
    margin-bottom: 18px;
  }

  .intro-section-title {
    font-size: 24px;
  }

  .intro-section-title::after {
    width: 35px;
  }

  .intro-problem-text {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .intro-solution-container {
    padding: 15px 16px;
    margin-bottom: 15px;
    gap: 10px;
  }

  .intro-solution-badge {
    width: 34px;
    height: 34px;
  }

  .intro-badge-icon {
    font-size: 16px;
  }

  .intro-solution-title {
    font-size: 15px;
  }

  .intro-compatibility-section {
    padding: 16px;
    margin-top: 15px;
  }

  .intro-compatibility-title {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .intro-compatibility-grid {
    gap: 20px;
  }

  .compat-label {
    font-size: 10px;
  }

  .compat-versions {
    font-size: 14px;
  }
}




.woo-benefits-section {
  padding: 30px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fff8f3 100%);
  position: relative;
  overflow: hidden;
}

/* Soft background shape */
.woo-benefits-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(240, 122, 51, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.woo-benefits-section .container {
  position: relative;
  z-index: 2;
}

/* Badge */
.woo-benefits-badge {
  display: inline-block;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #f07a33;
  background: rgba(240, 122, 51, 0.10);
  border: 1px solid rgba(240, 122, 51, 0.12);
  border-radius: 50px;
  margin-bottom: 18px;
}

/* Title */
.woo-benefits-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 0;
}

/* Card */
.woo-benefit-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #dce1e6;
  border-radius: 20px;
  padding: 22px 24px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);
  transition: all 0.3s ease;
  position: relative;
}

.woo-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(225, 99, 26, 0.20);
  border-color: rgba(221, 98, 21, 0.30);
}

.woo-benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  position: relative;
  background: #ffffff;
}

/* Gradient Border */
.woo-benefit-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* Border thickness */
  border-radius: inherit;
  background: linear-gradient(135deg, #e35c09 0%, #ffb27e 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Icon */
.woo-benefit-icon i {
  font-size: 20px;
  color: #000000;
  position: relative;
  z-index: 1;
}

/* Card Heading */
.woo-benefit-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  margin-bottom: 8px;
}

/* Card Text */
.woo-benefit-text {
  font-size: 15px;
  line-height: 1.6;
  color: #5b6475;
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991.98px) {
  .woo-benefits-section {
    padding: 70px 0;
  }

  .woo-benefits-title {
    font-size: 34px;
  }

  .woo-benefit-card {
    padding: 28px 24px;
  }

  .woo-benefit-heading {
    font-size: 20px;
  }

  .woo-benefit-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }

  .woo-benefit-icon i {
    font-size: 22px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .woo-benefits-section {
    padding: 55px 0;
  }

  .woo-benefits-title {
    font-size: 28px;
    line-height: 1.35;
  }

  .woo-benefits-badge {
    font-size: 12px;
    padding: 7px 15px;
  }

  .woo-benefit-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .woo-benefit-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .woo-benefit-icon i {
    font-size: 20px;
  }

  .woo-benefit-heading {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .woo-benefit-text {
    font-size: 14px;
    line-height: 1.7;
  }
}





.benefits-comparison-wrapper {
  padding: 30px 0;


}
/* Section Heading */
.benefits-comparison-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(240, 106, 23, 0.1);
  color: #f06a17;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.benefits-comparison-title {
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.benefits-comparison-subtitle {
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
  font-weight: 500;
}

/* Cards */
.benefits-comparison-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: all 0.35s ease;
}

.benefits-comparison-card:hover {
  transform: translateY(-6px);
}

.benefits-card-without:hover {
  box-shadow: 0 18px 40px rgba(211, 47, 47, 0.08);
}

.benefits-card-with {
  border: 2px solid #f06a17;
  box-shadow: 0 14px 35px rgba(240, 106, 23, 0.12);
}

.benefits-card-with:hover {
  box-shadow: 0 22px 50px rgba(240, 106, 23, 0.18);
}

/* Card Header */
.comparison-card-header {
  padding: 18px 24px;
  border-bottom: 1px solid #f2f2f2;
  background: linear-gradient(90deg, #fafafa 0%, #f5f5f5 100%);
}

.benefits-card-with .comparison-card-header {
  background: linear-gradient(90deg, #f06a17 0%, #ff8c42 100%);
  border-bottom: none;
}

/* Header Badge */
.comparison-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.without-badge {
  color: #d32f2f;
}

.with-badge {
  color: #ffffff;
}

/* Content */
.comparison-card-content {
  padding: 28px 24px;
}

/* List */
.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-list-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.comparison-list-item:last-child {
  margin-bottom: 0;
}

/* Icons */
.comparison-list-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 2px;
}

.benefits-card-without .comparison-list-icon {
  background: rgba(211, 47, 47, 0.1);
  color: #d32f2f;
}

.benefits-card-with .comparison-list-icon {
  background: rgba(240, 106, 23, 0.12);
  color: #f06a17;
}

/* Text */
.comparison-list-text {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  color: #333333;
}

.benefits-highlight .comparison-list-text {
  font-weight: 600;
  color: #1a1a1a;
}

/* Tablet */
@media (max-width: 991.98px) {
  .benefits-comparison-wrapper {
    padding: 50px 0;
  }

  .benefits-comparison-title {
    font-size: 32px;
  }

  .comparison-card-content {
    padding: 24px 20px;
  }

  .comparison-list-text {
    font-size: 14px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .benefits-comparison-wrapper {
    padding: 40px 0;
  }

  .benefits-comparison-title {
    font-size: 26px;
  }

  .benefits-comparison-subtitle {
    font-size: 14px;
  }

  .benefits-comparison-card {
    border-radius: 14px;
  }

  .comparison-card-header {
    padding: 16px 18px;
  }

  .comparison-card-content {
    padding: 20px 18px;
  }

  .comparison-card-badge {
    font-size: 13px;
    gap: 8px;
  }

  .comparison-list-item {
    gap: 12px;
    margin-bottom: 14px;
  }

  .comparison-list-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 10px;
  }

  .comparison-list-text {
    font-size: 13px;
    line-height: 1.6;
  }
}







/* Section */
.woo-advanced-capabilities {
  padding: 30px 0;
  background: linear-gradient(180deg, #fffdfb 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative background */
.woo-advanced-capabilities::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -100px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 122, 51, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.woo-advanced-capabilities .container {
  position: relative;
  z-index: 2;
}

/* Badge */
.woo-advanced-badge {
  display: inline-block;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #f07a33;
  background: rgba(240, 122, 51, 0.10);
  border: 1px solid rgba(240, 122, 51, 0.12);
  border-radius: 50px;
  margin-bottom: 18px;
}

/* Title */
.woo-advanced-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 16px;
}

/* Subtitle */
.woo-advanced-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #5b6475;
  margin-bottom: 0;
}

/* Card */
.woo-advanced-card {
  position: relative;
  height: 100%;
  background: #ffffff;
  border: 1px solid #f3e8df;
  border-radius: 24px;
  padding: 28px 28px 26px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
  transition: all 0.35s ease;
  overflow: hidden;
}

/* Large feature number */
.woo-advanced-card-number {
  display: inline-block;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  color: rgba(240, 106, 23, 0.171);
  margin-bottom: 12px;
  transition: all 0.35s ease;
}

/* Card Title */
.woo-advanced-card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

/* Card Text */
.woo-advanced-card-text {
  font-size: 15px;
  line-height: 1.85;
  color: #5b6475;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

/* Hover Effect */
.woo-advanced-card:hover {
  transform: translateY(-8px);
  border-color: rgba(240, 92, 0, 0.30);
  box-shadow: 0 3px 10px rgba(227, 83, 0, 0.196);
}

.woo-advanced-card:hover .woo-advanced-card-number {
  color: rgba(240, 106, 23, 0.18);
  transform: translateX(4px);
}

/* Tablet */
@media (max-width: 991.98px) {
  .woo-advanced-capabilities {
    padding: 70px 0;
  }

  .woo-advanced-title {
    font-size: 34px;
  }

  .woo-advanced-card {
    padding: 26px 24px;
  }

  .woo-advanced-card-number {
    font-size: 44px;
  }

  .woo-advanced-card-title {
    font-size: 20px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .woo-advanced-capabilities {
    padding: 55px 0;
  }

  .woo-advanced-badge {
    font-size: 12px;
    padding: 7px 15px;
  }

  .woo-advanced-title {
    font-size: 28px;
    line-height: 1.35;
  }

  .woo-advanced-subtitle {
    font-size: 15px;
    line-height: 1.7;
  }

  .woo-advanced-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .woo-advanced-card-number {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .woo-advanced-card-title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .woo-advanced-card-text {
    font-size: 14px;
    line-height: 1.75;
  }
}






/* Section */
.woo-faq-section {
  padding: 30px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* Heading */
.woo-faq-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(240, 106, 23, 0.10);
  color: #f06a17;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.woo-faq-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  margin-bottom: 12px;
}

.woo-faq-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 0;
}

/* FAQ Card */
.woo-faq-card {
  background: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  margin-bottom: 16px;
}

/* Question Button */
.woo-faq-question {
  width: 100%;
  border: none;
  background: transparent;
  padding: 22px 26px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #111827;
  cursor: pointer;
  outline: none;
}

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

.woo-faq-question i {
  color: #f06a17;
  font-size: 14px;
  margin-top: 6px;
  transition: transform 0.3s ease;
}

.woo-faq-question:not(.collapsed) i {
  transform: rotate(45deg);
}

/* Answer */
.woo-faq-answer {
  padding: 0 26px 24px;
  font-size: 15px;
  line-height: 1.85;
  color: #5b6475;
}
/* CTA Box */
.woo-faq-cta-box {
  /* Black background to clearly differentiate from the orange footer */
  background: linear-gradient(135deg, #02122b 0%, #000000 100%);
  border-radius: 24px;
  padding: 55px 40px;
  color: #ffffff;
  border: 2px solid rgba(240, 106, 23, 0.25); /* subtle orange accent */
  box-shadow: 0 25px 60px rgba(2, 18, 43, 0.18);
}

.woo-faq-cta-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 18px;
  color: #ffffff;
}

.woo-faq-cta-text {
  font-size: 18px;
  line-height: 1.9;
  max-width: 760px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.9);
}

/* CTA Buttons */
.woo-faq-cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.woo-faq-btn-primary,
.woo-faq-btn-secondary {
  padding: 14px 30px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}

/* Primary Button */
.woo-faq-btn-primary {
  background: #f06a17;
  color: #ffffff;
  border: 2px solid #f06a17;
}

.woo-faq-btn-primary:hover {
  background: #ffffff;
  color: #f06a17;
  border-color: #ffffff;
  text-decoration: none;
}

/* Secondary Button */
.woo-faq-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.woo-faq-btn-secondary:hover {
  background: #f06a17;
  color: #ffffff;
  border-color: #f06a17;
  text-decoration: none;
}

/* Tablet */
@media (max-width: 991.98px) {
  .woo-faq-section {
    padding: 70px 0;
  }

  .woo-faq-title {
    font-size: 34px;
  }

  .woo-faq-question {
    font-size: 16px;
    padding: 20px 22px;
  }

  .woo-faq-answer {
    padding: 0 22px 22px;
  }

  .woo-faq-cta-box {
    padding: 45px 30px;
  }

  .woo-faq-cta-title {
    font-size: 30px;
  }

  .woo-faq-cta-text {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .woo-faq-section {
    padding: 55px 0;
  }

  .woo-faq-title {
    font-size: 28px;
  }

  .woo-faq-subtitle {
    font-size: 14px;
  }

  .woo-faq-card {
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .woo-faq-question {
    font-size: 14px;
    padding: 18px 18px;
    gap: 10px;
  }

  .woo-faq-question i {
    font-size: 12px;
    margin-top: 4px;
  }

  .woo-faq-answer {
    padding: 0 18px 18px;
    font-size: 13px;
    line-height: 1.75;
  }

  .woo-faq-cta-box {
    padding: 35px 20px;
    border-radius: 18px;
  }

  .woo-faq-cta-title {
    font-size: 26px;
  }

  .woo-faq-cta-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
  }

  .woo-faq-cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .woo-faq-btn-primary,
  .woo-faq-btn-secondary {
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
  }
}