body{
    background-color: black;
}
/* Breadcrumb */
        .tz-breadcrumb {
            padding: 180px 0 120px;
            background: linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9)), url('../images/products/Products-inner-banner-2.webp');
            background-blend-mode: overlay;
            background-size: cover;
            background-position: center;
        }

.tz-breadcrumb1 {
  position: relative;
  height: 300px;
  background-image: url(.././images/breadcrumb/Services.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center
}

.tz-breadcrumb__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}

.tz-breadcrumb__content {
  text-align: center
}

        .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }

       
         .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }
        .tz-breadcrumb__content {
    position: relative;
    z-index: 2
}

.tz-breadcrumb__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 10px
}

.tz-breadcrumb__item {
    color: #FFF

}
.tz-breadcrumb__list {
    list-style-type: none;
}

.tz-breadcrumb__item {
    list-style-type: none;
}
.tz-breadcrumb__item a {
    text-decoration: none;
    color: #FFF

}

.tz-breadcrumb__item.active {
    color: #85c815
}

.tz-breadcrumb__overlay {
    /* position: absolute; */
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 0);
    z-index: 1
}
.tz-display-4 {
    font-family: "Teko", serif;
    font-weight: 700;
    font-size: 20px
    
}

.tz-breadcrumb__title {
  margin-top: 20px
}
    .tz-breadcrumb__title {
        font-size: 2.8rem !important;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);

        @media (min-width: 1200px) {
    .tz-display-4 {
        font-size: 48px;
    }
}
    }
 @media (max-width: 767px){
    .tz-breadcrumb__title {
    font-size: 1.6rem !important;
 }
}
@media (min-width:576px) {
    .tz-display-4 {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .tz-display-4 {
        font-size: 32px
    }
}

@media (min-width:992px) {
    .tz-display-4 {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1440px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1680px) {
    .tz-display-4 {
        font-size: 56px
    }
}

/*breadcrumb end*/



/* ============================================================
   SECTION 1: GBP HERO - CUTE & MODERN DARK THEME
   ============================================================ */

.gbp-hero-section {
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.gbp-hero-section--dark {
    background: #0d0d0d;
    position: relative;
}

/* Background Decorative Elements */
.gbp-hero-section--dark::before {
    content: '✦';
    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 4rem;
    color: rgba(133, 200, 21, 0.06);
    animation: float 6s ease-in-out infinite;
}

.gbp-hero-section--dark::after {
    content: '✦';
    position: absolute;
    bottom: 15%;
    right: 8%;
    font-size: 3rem;
    color: rgba(133, 200, 21, 0.05);
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

/* Hero Content */
.gbp-hero-content {
    position: relative;
    z-index: 2;
}

/* Tag */
.gbp-hero-tag {
    display: inline-block;
    background: rgba(133, 200, 21, 0.12);
    color: #85c815;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
    backdrop-filter: blur(10px);
}

/* Title */
.gbp-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 0.4rem;
    letter-spacing: -0.5px;
}

.gbp-hero-subtitle {
    font-size: 1.8rem;
    font-weight: 300;
    color: #85c815;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
}

.gbp-hero-subtitle::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #85c815;
    margin-top: 0.5rem;
    border-radius: 2px;
}

/* Text */
.gbp-hero-text {
    color: #c8c8c8;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    text-align: justify;
    font-size: 0.98rem;
}

.gbp-hero-text .gbp-highlight {
    color: #85c815;
    font-weight: 700;
}
/* Trust Grid - Chips Style */
.gbp-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    margin: 1.2rem 0 1.5rem;
    padding: 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.gbp-trust-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 0.85rem;
    color: #e0e0e0;
    transition: all 0.3s ease;
    cursor: default;
}

.gbp-trust-chip:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.gbp-chip-icon {
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* Buttons */
.gbp-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1.5rem;
}

.gbp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
}

.gbp-btn span {
    font-size: 1rem;
}

.gbp-btn-primary {
    background: #85c815;
    color: #0a0a0a;
    border-color: #85c815;
}

.gbp-btn-primary:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 30px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

.gbp-btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
}

.gbp-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #85c815;
    color: #ffffff;
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.gbp-btn-phone {
    background: rgba(133, 200, 21, 0.08);
    color: #85c815;
    border-color: rgba(133, 200, 21, 0.2);
}

.gbp-btn-phone:hover {
    background: rgba(133, 200, 21, 0.15);
    border-color: #85c815;
    color: #85c815;
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(133, 200, 21, 0.15);
    text-decoration: none;
}

/* Visual / Image Section */
.gbp-hero-visual {
    position: relative;
    z-index: 2;
}

.gbp-image-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease;
}

.gbp-image-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.gbp-image-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(133, 200, 21, 0.95);
    color: #0a0a0a;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    z-index: 3;
    box-shadow: 0 4px 20px rgba(133, 200, 21, 0.3);
}

.gbp-badge-icon {
    font-size: 0.9rem;
}

.gbp-hero-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.gbp-image-card:hover .gbp-hero-image {
    transform: scale(1.03);
}

/* Image Footer Stats */
.gbp-image-footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.gbp-footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gbp-footer-number {
    font-size: 1.2rem;
    font-weight: 800;
    color: #85c815;
}

.gbp-footer-label {
    font-size: 0.65rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.gbp-footer-divider {
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.08);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet */
@media (max-width: 991px) {
    .gbp-hero-section {
        padding: 60px 0 40px;
    }

    .gbp-hero-title {
        font-size: 2.2rem;
    }

    .gbp-hero-subtitle {
        font-size: 1.4rem;
    }

    .gbp-hero-text {
        font-size: 0.92rem;
    }

    .gbp-trust-grid {
        padding: 1rem 1.25rem;
        gap: 6px 12px;
    }

    .gbp-trust-chip {
        font-size: 0.8rem;
    }

    .gbp-hero-buttons {
        gap: 8px;
    }

    .gbp-btn {
        padding: 10px 20px;
        font-size: 0.85rem;
    }

    .gbp-image-card {
        margin-top: 2rem;
    }

    .gbp-image-footer {
        padding: 12px 16px;
    }

    .gbp-footer-number {
        font-size: 1rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-hero-section {
        padding: 40px 0 30px;
    }

    .gbp-hero-section--dark::before,
    .gbp-hero-section--dark::after {
        display: none;
    }

    .gbp-hero-tag {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-hero-title {
        font-size: 1.6rem;
    }

    .gbp-hero-subtitle {
        font-size: 1.1rem;
    }

    .gbp-hero-subtitle::after {
        width: 40px;
        height: 2px;
    }

    .gbp-hero-text {
        font-size: 0.88rem;
        line-height: 1.7;
    }

    .gbp-trust-grid {
        grid-template-columns: 1fr;
        padding: 0.75rem 1rem;
        gap: 4px;
        border-radius: 12px;
    }

    .gbp-trust-chip {
        font-size: 0.78rem;
        padding: 3px 0;
    }

    .gbp-hero-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .gbp-btn {
        justify-content: center;
        padding: 12px 20px;
        font-size: 0.85rem;
        border-radius: 12px;
    }

    .gbp-btn-primary:hover,
    .gbp-btn-secondary:hover,
    .gbp-btn-phone:hover {
        transform: translateY(-4px);
    }

    .gbp-image-card {
        margin-top: 1.5rem;
        border-radius: 16px;
    }

    .gbp-image-badge {
        top: 12px;
        left: 12px;
        font-size: 0.65rem;
        padding: 5px 12px;
    }

    .gbp-badge-icon {
        font-size: 0.7rem;
    }

    .gbp-image-footer {
        padding: 10px 14px;
    }

    .gbp-footer-number {
        font-size: 0.9rem;
    }

    .gbp-footer-label {
        font-size: 0.6rem;
    }

    .gbp-footer-divider {
        height: 20px;
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-hero-section {
        padding: 30px 0 20px;
    }

    .gbp-hero-title {
        font-size: 1.4rem;
    }

    .gbp-hero-subtitle {
        font-size: 1rem;
    }

    .gbp-hero-text {
        font-size: 0.82rem;
    }

    .gbp-trust-grid {
        padding: 0.6rem 0.75rem;
        gap: 2px;
        border-radius: 10px;
    }

    .gbp-trust-chip {
        font-size: 0.72rem;
        gap: 6px;
    }

    .gbp-chip-icon {
        font-size: 0.7rem;
    }

    .gbp-btn {
        padding: 10px 16px;
        font-size: 0.8rem;
        gap: 6px;
    }

    .gbp-btn span {
        font-size: 0.8rem;
    }

    .gbp-image-badge {
        top: 10px;
        left: 10px;
        font-size: 0.6rem;
        padding: 4px 10px;
    }

    .gbp-image-footer {
        padding: 8px 10px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .gbp-footer-number {
        font-size: 0.8rem;
    }

    .gbp-footer-label {
        font-size: 0.55rem;
    }

    .gbp-footer-divider {
        display: none;
    }
}
/* ============================================================
   SECTION 2: WHY GBP FAIL - WITH BEFORE/AFTER SCREENSHOTS
   ============================================================ */

.gbp-fail-section {
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.gbp-fail-section--white {
    background: #ffffff;
}

/* Decorative Elements */
.gbp-fail-section--white::before {
    content: '✗';
    position: absolute;
    top: 5%;
    right: 3%;
    font-size: 12rem;
    color: rgba(220, 50, 50, 0.03);
    font-weight: 300;
    pointer-events: none;
}

.gbp-fail-section--white::after {
    content: '✗';
    position: absolute;
    bottom: 8%;
    left: 2%;
    font-size: 8rem;
    color: rgba(220, 50, 50, 0.02);
    font-weight: 300;
    pointer-events: none;
}

/* Content */
.gbp-fail-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.gbp-fail-badge {
    display: inline-block;
    background: #fff5f5;
    color: #dc3545;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(220, 53, 69, 0.15);
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    /* Dark Theme */
background-color: white;   /* Dark background */
color: dark;               /* Bright yellow text */
border: 3px solid #dc3545 !important;  /* Orange border */
}

/* Title */
.gbp-fail-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

.gbp-fail-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #dc3545;
    margin-top: 0.5rem;
    border-radius: 2px;
}

/* Text */
.gbp-fail-text {
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    text-align: justify;
    font-size: 1rem;
}

.gbp-fail-text--highlight {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #dc3545;
}

.gbp-fail-text--strong {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
}

.gbp-fail-text--strong .gbp-highlight {
    color: #85c815;
    font-weight: 700;
}

/* Problems Grid */
.gbp-problems-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 1.5rem 0;
}

.gbp-problem-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: default;
}

.gbp-problem-card--danger {
    background: #fff8f8;
    border: 1px solid rgba(220, 53, 69, 0.08);
}

.gbp-problem-card--danger:hover {
    background: #fff0f0;
    border-color: rgba(220, 53, 69, 0.2);
    transform: translateX(4px);
}

.gbp-problem-icon {
    font-size: 1rem;
    font-weight: 700;
    color: #dc3545;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(220, 53, 69, 0.08);
    border-radius: 50%;
}

.gbp-problem-text {
    color: #333;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Conclusion */
.gbp-fail-conclusion {
    margin: 1.5rem 0;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    border: 1px solid #e8e8e8;
}

.gbp-fail-conclusion .gbp-fail-text {
    margin-bottom: 0.5rem;
}

.gbp-fail-conclusion .gbp-fail-text:last-child {
    margin-bottom: 0;
}

/* CTA */
.gbp-fail-cta {
    margin-top: 1.5rem;
}

.gbp-btn-success {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #85c815;
    cursor: pointer;
    background: #85c815;
    color: #0a0a0a;
}

.gbp-btn-success span {
    font-size: 1rem;
}

.gbp-btn-success:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 30px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

/* ============================================================
   BEFORE/AFTER SCREENSHOTS
   ============================================================ */

.gbp-fail-screenshots {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.gbp-screenshot-card {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
    border: 2px solid #e8e8e8;
    transition: all 0.4s ease;
    position: relative;
}

.gbp-screenshot-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.gbp-screenshot-before {
    border-color: #dc3545;
}

.gbp-screenshot-after {
    border-color: #28a745;
}

.gbp-screenshot-label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #e8e8e8;
}

.gbp-screenshot-before .gbp-screenshot-label {
    background: #fff5f5;
}

.gbp-screenshot-after .gbp-screenshot-label {
    background: #f0faf0;
}

.gbp-label-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #dc3545;
    color: #ffffff;
}

.gbp-label-badge--after {
    background: #28a745;
}

.gbp-label-text {
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
}

.gbp-screenshot-image {
    padding: 8px;
    background: #ffffff;
}

.gbp-screenshot-image img {
    width: 100%;
    height: auto%;
    display: block;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
}

.gbp-screenshot-arrow {
    font-size: 1.5rem;
    color: #85c815;
    font-weight: 700;
    flex-shrink: 0;
    padding: 0 4px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet */
@media (max-width: 991px) {
    .gbp-fail-section {
        padding: 50px 0 40px;
    }

    .gbp-fail-title {
        font-size: 2rem;
    }

    .gbp-problems-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .gbp-problem-card {
        padding: 10px 14px;
    }

    .gbp-problem-text {
        font-size: 0.85rem;
    }

    .gbp-fail-text--highlight {
        font-size: 0.98rem;
        padding: 0.8rem 1.2rem;
    }

    .gbp-fail-screenshots {
        gap: 10px;
        margin-top: 1.5rem;
    }

    .gbp-screenshot-arrow {
        font-size: 1.2rem;
    }

    .gbp-screenshot-label {
        padding: 8px 12px;
    }

    .gbp-label-text {
        font-size: 0.75rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-fail-section {
        padding: 40px 0 30px;
    }

    .gbp-fail-section--white::before,
    .gbp-fail-section--white::after {
        display: none;
    }

    .gbp-fail-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-fail-title {
        font-size: 1.6rem;
    }

    .gbp-fail-title::after {
        width: 40px;
        height: 2px;
    }

    .gbp-fail-text {
        font-size: 0.92rem;
        line-height: 1.7;
    }

    .gbp-problems-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .gbp-problem-card {
        padding: 10px 14px;
        border-radius: 8px;
    }

    .gbp-problem-card--danger:hover {
        transform: translateX(2px);
    }

    .gbp-problem-text {
        font-size: 0.85rem;
    }

    .gbp-problem-icon {
        width: 20px;
        height: 20px;
        font-size: 0.8rem;
    }

    .gbp-fail-conclusion {
        padding: 1rem 1.25rem;
        border-radius: 10px;
    }

    .gbp-fail-text--highlight {
        font-size: 0.92rem;
        padding: 0.7rem 1rem;
    }

    .gbp-fail-text--strong {
        font-size: 0.92rem;
    }

    .gbp-btn-success {
        padding: 12px 24px;
        font-size: 0.88rem;
        width: 100%;
        justify-content: center;
    }

    .gbp-btn-success span {
        font-size: 0.9rem;
    }

    .gbp-btn-success:hover {
        transform: translateY(-4px);
    }

    .gbp-fail-screenshots {
        flex-direction: column;
        gap: 8px;
        margin-top: 1.5rem;
    }

    .gbp-screenshot-arrow {
        transform: rotate(90deg);
        font-size: 1.2rem;
        padding: 4px 0;
    }

    .gbp-screenshot-card {
        border-radius: 10px;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .gbp-screenshot-card:hover {
        transform: translateY(-4px);
    }

    .gbp-screenshot-label {
        padding: 8px 12px;
    }

    .gbp-label-badge {
        font-size: 0.6rem;
        padding: 2px 10px;
    }

    .gbp-label-text {
        font-size: 0.75rem;
    }

    .gbp-screenshot-image {
        padding: 6px;
    }

    .gbp-screenshot-image img {
        border-radius: 4px;
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-fail-section {
        padding: 30px 0 20px;
    }

    .gbp-fail-title {
        font-size: 1.3rem;
    }

    .gbp-fail-text {
        font-size: 0.85rem;
    }

    .gbp-problem-card {
        padding: 8px 12px;
        gap: 10px;
    }

    .gbp-problem-text {
        font-size: 0.8rem;
    }

    .gbp-problem-icon {
        width: 18px;
        height: 18px;
        font-size: 0.7rem;
    }

    .gbp-fail-conclusion {
        padding: 0.75rem 1rem;
    }

    .gbp-fail-text--highlight {
        font-size: 0.85rem;
        padding: 0.6rem 0.8rem;
    }

    .gbp-fail-text--strong {
        font-size: 0.85rem;
    }

    .gbp-btn-success {
        padding: 10px 20px;
        font-size: 0.82rem;
    }

    .gbp-btn-success span {
        font-size: 0.8rem;
    }

    .gbp-screenshot-card {
        border-radius: 8px;
    }

    .gbp-screenshot-label {
        padding: 6px 10px;
    }

    .gbp-label-badge {
        font-size: 0.55rem;
        padding: 2px 8px;
    }

    .gbp-label-text {
        font-size: 0.7rem;
    }

    .gbp-screenshot-image {
        padding: 4px;
    }
}
/* ============================================================
   SECTION 3: WHY BUSINESSES TRUST FRESHORA - BLACK BACKGROUND
   ============================================================ */

.gbp-trust-section {
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
}

.gbp-trust-section--black {
    background: #0a0a0a;
    position: relative;
}

/* Decorative Elements */
.gbp-trust-section--black::before {
    content: '✦';
    position: absolute;
    top: 8%;
    right: 5%;
    font-size: 5rem;
    color: rgba(133, 200, 21, 0.04);
    pointer-events: none;
}

.gbp-trust-section--black::after {
    content: '✦';
    position: absolute;
    bottom: 10%;
    left: 3%;
    font-size: 3.5rem;
    color: rgba(133, 200, 21, 0.03);
    pointer-events: none;
}

/* Content */
.gbp-trust-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.gbp-trust-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.12);
    color: #85c815;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    margin-bottom: 0.8rem;
    letter-spacing: 0.3px;
}

/* Titles */
.gbp-trust-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 0.2rem;
}

.gbp-trust-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #85c815;
    margin-top: 0.5rem;
    border-radius: 2px;
}

.gbp-trust-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    color: #85c815;
    margin-bottom: 1.5rem;
    letter-spacing: 0.3px;
}

/* Text */
.gbp-trust-text {
    color: #c8c8c8;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    text-align: justify;
    font-size: 0.98rem;
}

.gbp-trust-text .gbp-highlight {
    color: #85c815;
    font-weight: 700;
}

.gbp-trust-text .internal {
    color: #85c815;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.gbp-trust-text .internal:hover {
    color: #a8e03a;
    border-bottom-color: #85c815;
}

/* Trust Points Grid */
.gbp-trust-points-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 20px;
    margin: 1.5rem 0 2rem;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.gbp-trust-point {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    transition: all 0.3s ease;
    cursor: default;
}

.gbp-trust-point:hover {
    transform: translateX(4px);
}

.gbp-point-icon {
    font-size: 1rem;
    flex-shrink: 0;
    color: #85c815;
}

.gbp-point-text {
    color: #d8d8d8;
    font-size: 0.88rem;
    font-weight: 500;
}

/* Advantage Box */
.gbp-advantage-box {
    padding: 1.5rem 2rem;
    background: rgba(133, 200, 21, 0.04);
    border-radius: 16px;
    border: 1px solid rgba(133, 200, 21, 0.08);
    margin: 1.5rem 0;
}

.gbp-advantage-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #85c815;
    margin-bottom: 1rem;
}

.gbp-advantage-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #85c815;
    margin-top: 0.3rem;
    border-radius: 2px;
}

/* Process Grid */
.gbp-process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
    margin: 1rem 0;
}

.gbp-process-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
    color: #d0d0d0;
    font-size: 0.9rem;
}

.gbp-process-dot {
    width: 6px;
    height: 6px;
    background: #85c815;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Update Box */
.gbp-update-box {
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin: 1.5rem 0;
}

.gbp-update-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.gbp-update-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #85c815;
    margin-top: 0.3rem;
    border-radius: 2px;
}

/* Results Box */
.gbp-results-box {
    padding: 1.5rem 2rem;
    background: rgba(133, 200, 21, 0.04);
    border-radius: 16px;
    border: 1px solid rgba(133, 200, 21, 0.08);
    margin: 1.5rem 0;
}

.gbp-results-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #85c815;
    margin-bottom: 1rem;
}

.gbp-results-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #85c815;
    margin-top: 0.3rem;
    border-radius: 2px;
}

.gbp-results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
    margin: 1rem 0;
}

.gbp-result-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
    color: #d0d0d0;
    font-size: 0.9rem;
}

.gbp-result-icon {
    font-size: 1rem;
    flex-shrink: 0;
    color: #85c815;
}

/* Partner Box */
.gbp-partner-box {
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin: 1.5rem 0 2rem;
}

.gbp-partner-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.gbp-partner-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #85c815;
    margin-top: 0.3rem;
    border-radius: 2px;
}

/* CTA */
.gbp-trust-cta {
    margin-top: 1.5rem;
}

.gbp-btn-primary-large {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #85c815;
    cursor: pointer;
    background: #85c815;
    color: #0a0a0a;
}

.gbp-btn-primary-large span {
    font-size: 1.1rem;
}

.gbp-btn-primary-large:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 35px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Large Desktop */
@media (max-width: 1199px) {
    .gbp-trust-points-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .gbp-trust-section {
        padding: 60px 0 50px;
    }

    .gbp-trust-title {
        font-size: 2.2rem;
    }

    .gbp-trust-subtitle {
        font-size: 1.1rem;
    }

    .gbp-trust-text {
        font-size: 0.92rem;
    }

    .gbp-trust-points-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px 15px;
        padding: 1.25rem 1.5rem;
    }

    .gbp-point-text {
        font-size: 0.82rem;
    }

    .gbp-process-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .gbp-results-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .gbp-advantage-box,
    .gbp-update-box,
    .gbp-results-box,
    .gbp-partner-box {
        padding: 1.25rem 1.5rem;
    }

    .gbp-advantage-title,
    .gbp-update-title,
    .gbp-results-title,
    .gbp-partner-title {
        font-size: 1.2rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-trust-section {
        padding: 40px 0 30px;
    }

    .gbp-trust-section--black::before,
    .gbp-trust-section--black::after {
        display: none;
    }

    .gbp-trust-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-trust-title {
        font-size: 1.6rem;
    }

    .gbp-trust-title::after {
        width: 40px;
        height: 2px;
    }

    .gbp-trust-subtitle {
        font-size: 1rem;
    }

    .gbp-trust-text {
        font-size: 0.88rem;
        line-height: 1.7;
    }

    .gbp-trust-points-grid {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 1rem 1.25rem;
        border-radius: 12px;
    }

    .gbp-trust-point {
        padding: 4px 0;
    }

    .gbp-trust-point:hover {
        transform: translateX(2px);
    }

    .gbp-point-text {
        font-size: 0.8rem;
    }

    .gbp-point-icon {
        font-size: 0.85rem;
    }

    .gbp-advantage-box,
    .gbp-update-box,
    .gbp-results-box,
    .gbp-partner-box {
        padding: 1rem 1.25rem;
        border-radius: 12px;
    }

    .gbp-advantage-title,
    .gbp-update-title,
    .gbp-results-title,
    .gbp-partner-title {
        font-size: 1.1rem;
    }

    .gbp-process-grid {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .gbp-process-item {
        font-size: 0.82rem;
        padding: 3px 0;
    }

    .gbp-process-dot {
        width: 5px;
        height: 5px;
    }

    .gbp-results-grid {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .gbp-result-item {
        font-size: 0.82rem;
        padding: 3px 0;
    }

    .gbp-result-icon {
        font-size: 0.85rem;
    }

    .gbp-btn-primary-large {
        padding: 14px 28px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .gbp-btn-primary-large span {
        font-size: 1rem;
    }

    .gbp-btn-primary-large:hover {
        transform: translateY(-4px);
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-trust-section {
        padding: 30px 0 20px;
    }

    .gbp-trust-title {
        font-size: 1.3rem;
    }

    .gbp-trust-subtitle {
        font-size: 0.9rem;
    }

    .gbp-trust-text {
        font-size: 0.82rem;
    }

    .gbp-trust-points-grid {
        padding: 0.75rem 1rem;
        gap: 4px;
        border-radius: 10px;
    }

    .gbp-trust-point {
        padding: 3px 0;
        gap: 8px;
    }

    .gbp-point-text {
        font-size: 0.75rem;
    }

    .gbp-point-icon {
        font-size: 0.75rem;
    }

    .gbp-advantage-box,
    .gbp-update-box,
    .gbp-results-box,
    .gbp-partner-box {
        padding: 0.75rem 1rem;
        border-radius: 10px;
    }

    .gbp-advantage-title,
    .gbp-update-title,
    .gbp-results-title,
    .gbp-partner-title {
        font-size: 1rem;
    }

    .gbp-process-item {
        font-size: 0.75rem;
        gap: 8px;
    }

    .gbp-result-item {
        font-size: 0.75rem;
        gap: 8px;
    }

    .gbp-result-icon {
        font-size: 0.75rem;
    }

    .gbp-btn-primary-large {
        padding: 12px 20px;
        font-size: 0.82rem;
        border-radius: 12px;
    }

    .gbp-btn-primary-large span {
        font-size: 0.85rem;
    }
}

/* ============================================================
   SECTION 4: RECENT SUCCESS STORIES - WHITE BACKGROUND
   ============================================================ */

.gbp-success-section {
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.gbp-success-section--white {
    background: #ffffff;
}

/* Decorative Elements */
.gbp-success-section--white::before {
    content: '✦';
    position: absolute;
    top: 5%;
    right: 3%;
    font-size: 8rem;
    color: rgba(133, 200, 21, 0.04);
    pointer-events: none;
}

.gbp-success-section--white::after {
    content: '✦';
    position: absolute;
    bottom: 8%;
    left: 2%;
    font-size: 6rem;
    color: rgba(133, 200, 21, 0.03);
    pointer-events: none;
}

/* Content */
.gbp-success-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.gbp-success-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.10);
    color: #85c815;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    margin-bottom: 0.8rem;
    letter-spacing: 0.3px;
}

/* Titles */
.gbp-success-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 0.2rem;
}

.gbp-success-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #85c815;
    margin-top: 0.5rem;
    border-radius: 2px;
}

.gbp-success-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    color: #555555;
    margin-bottom: 2rem;
    letter-spacing: 0.3px;
}

/* Success Grid */
.gbp-success-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin: 1.5rem 0;
}

/* Success Card */
.gbp-success-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid #e8e8e8;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.gbp-success-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transition: height 0.4s ease;
}

.gbp-success-card--healthcare::before {
    background: #4CAF50;
}

.gbp-success-card--retail::before {
    background: #85c815;
}

.gbp-success-card--service::before {
    background: #85c815;
}

.gbp-success-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-color: #85c815;
}

.gbp-success-card:hover::before {
    height: 6px;
}

/* Card Header */
.gbp-success-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

.gbp-success-card-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.gbp-success-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

/* Card Body */
.gbp-success-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Challenge */
.gbp-success-challenge {
    background: #fef6f6;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    border-left: 3px solid #dc3545;
}

.gbp-challenge-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    color: #dc3545;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
}

.gbp-challenge-text {
    color: #4a4a4a;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.5;
}

/* Result */
.gbp-success-result {
    background: #f0faf0;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    border-left: 3px solid #28a745;
}

.gbp-result-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    color: #28a745;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
}

.gbp-result-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gbp-result-list li {
    color: #2a2a2a;
    font-size: 0.88rem;
    padding: 2px 0;
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
}

.gbp-result-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: 700;
    font-size: 0.8rem;
}

/* CTA */
.gbp-success-cta {
    margin-top: 2rem;
    text-align: center;
}

.gbp-btn-success-story {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #85c815;
    cursor: pointer;
    background: #85c815;
    color: #0a0a0a;
}

.gbp-btn-success-story span {
    font-size: 1rem;
}

.gbp-btn-success-story:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 30px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Large Desktop */
@media (max-width: 1199px) {
    .gbp-success-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .gbp-success-section {
        padding: 50px 0 40px;
    }

    .gbp-success-title {
        font-size: 2.2rem;
    }

    .gbp-success-subtitle {
        font-size: 1.1rem;
    }

    .gbp-success-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .gbp-success-card {
        padding: 1.25rem;
    }

    .gbp-success-card-title {
        font-size: 1rem;
    }

    .gbp-challenge-text {
        font-size: 0.85rem;
    }

    .gbp-result-list li {
        font-size: 0.82rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-success-section {
        padding: 40px 0 30px;
    }

    .gbp-success-section--white::before,
    .gbp-success-section--white::after {
        display: none;
    }

    .gbp-success-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-success-title {
        font-size: 1.6rem;
    }

    .gbp-success-title::after {
        width: 40px;
        height: 2px;
    }

    .gbp-success-subtitle {
        font-size: 1rem;
    }

    .gbp-success-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gbp-success-card {
        padding: 1.25rem;
        border-radius: 12px;
    }

    .gbp-success-card:hover {
        transform: translateY(-4px);
    }

    .gbp-success-card-header {
        gap: 10px;
        padding-bottom: 0.5rem;
    }

    .gbp-success-card-icon {
        font-size: 1.3rem;
    }

    .gbp-success-card-title {
        font-size: 0.95rem;
    }

    .gbp-success-challenge,
    .gbp-success-result {
        padding: 0.6rem 0.8rem;
        border-radius: 8px;
    }

    .gbp-challenge-label,
    .gbp-result-label {
        font-size: 0.65rem;
    }

    .gbp-challenge-text {
        font-size: 0.85rem;
    }

    .gbp-result-list li {
        font-size: 0.82rem;
        padding: 2px 0;
        padding-left: 16px;
    }

    .gbp-result-list li::before {
        font-size: 0.7rem;
    }

    .gbp-success-cta {
        margin-top: 1.5rem;
    }

    .gbp-btn-success-story {
        padding: 12px 28px;
        font-size: 0.88rem;
        width: 100%;
        justify-content: center;
    }

    .gbp-btn-success-story span {
        font-size: 0.9rem;
    }

    .gbp-btn-success-story:hover {
        transform: translateY(-4px);
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-success-section {
        padding: 30px 0 20px;
    }

    .gbp-success-title {
        font-size: 1.3rem;
    }

    .gbp-success-subtitle {
        font-size: 0.9rem;
    }

    .gbp-success-card {
        padding: 1rem;
        border-radius: 10px;
    }

    .gbp-success-card-header {
        gap: 8px;
    }

    .gbp-success-card-icon {
        font-size: 1.1rem;
    }

    .gbp-success-card-title {
        font-size: 0.85rem;
    }

    .gbp-success-challenge,
    .gbp-success-result {
        padding: 0.5rem 0.6rem;
        border-radius: 6px;
        border-left-width: 2px;
    }

    .gbp-challenge-label,
    .gbp-result-label {
        font-size: 0.6rem;
    }

    .gbp-challenge-text {
        font-size: 0.8rem;
    }

    .gbp-result-list li {
        font-size: 0.78rem;
        padding: 1px 0;
        padding-left: 14px;
    }

    .gbp-btn-success-story {
        padding: 10px 20px;
        font-size: 0.82rem;
        border-radius: 12px;
    }

    .gbp-btn-success-story span {
        font-size: 0.8rem;
    }
}

/* ============================================================
   SECTION 5: WHAT MAKES GBP SMARTPRO DIFFERENT - BLACK BACKGROUND
   ============================================================ */

.gbp-different-section {
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.gbp-different-section--black {
    background: #0a0a0a;
    position: relative;
}

/* Decorative Elements */
.gbp-different-section--black::before {
    content: '✦';
    position: absolute;
    top: 8%;
    right: 5%;
    font-size: 5rem;
    color: rgba(133, 200, 21, 0.04);
    pointer-events: none;
}

.gbp-different-section--black::after {
    content: '✦';
    position: absolute;
    bottom: 10%;
    left: 3%;
    font-size: 3.5rem;
    color: rgba(133, 200, 21, 0.03);
    pointer-events: none;
}

/* Content */
.gbp-different-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Badge */
.gbp-different-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.12);
    color: #85c815;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    margin-bottom: 0.8rem;
    letter-spacing: 0.3px;
}

/* Title */
.gbp-different-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.gbp-different-title .gbp-highlight {
    color: #85c815;
}

.gbp-different-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #85c815;
    margin: 0.5rem auto 0;
    border-radius: 2px;
}

/* Text */
.gbp-different-text {
    color: #c8c8c8;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    text-align: center;
    font-size: 1.02rem;
}

.gbp-different-text .gbp-highlight {
    color: #85c815;
    font-weight: 700;
}

.gbp-different-text--highlight {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    padding: 1.25rem 2rem;
    background: rgba(133, 200, 21, 0.06);
    border-radius: 16px;
    border: 1px solid rgba(133, 200, 21, 0.10);
}

/* Different Grid */
.gbp-different-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px 24px;
    margin: 1.5rem 0 2rem;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.gbp-different-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    transition: all 0.3s ease;
    cursor: default;
}

.gbp-different-item:hover {
    transform: translateX(4px);
}

.gbp-different-item--full {
    grid-column: 1 / -1;
    justify-content: center;
}

.gbp-different-icon {
    color: #85c815;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.gbp-different-label {
    color: #d8d8d8;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Conclusion */
.gbp-different-conclusion {
    margin: 1.5rem 0;
}

/* CTA */
.gbp-different-cta {
    margin-top: 1.5rem;
}

.gbp-btn-different {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #85c815;
    cursor: pointer;
    background: #85c815;
    color: #0a0a0a;
}

.gbp-btn-different span {
    font-size: 1.1rem;
}

.gbp-btn-different:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 35px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet */
@media (max-width: 991px) {
    .gbp-different-section {
        padding: 50px 0 40px;
    }

    .gbp-different-title {
        font-size: 2.2rem;
    }

    .gbp-different-text {
        font-size: 0.95rem;
    }

    .gbp-different-text--highlight {
        font-size: 1rem;
        padding: 1rem 1.5rem;
    }

    .gbp-different-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px 20px;
        padding: 1.25rem 1.5rem;
    }

    .gbp-different-item--full {
        grid-column: 1 / -1;
    }

    .gbp-different-label {
        font-size: 0.88rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-different-section {
        padding: 40px 0 30px;
    }

    .gbp-different-section--black::before,
    .gbp-different-section--black::after {
        display: none;
    }

    .gbp-different-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-different-title {
        font-size: 1.6rem;
    }

    .gbp-different-title::after {
        width: 40px;
        height: 2px;
    }

    .gbp-different-text {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .gbp-different-text--highlight {
        font-size: 0.92rem;
        padding: 0.8rem 1.25rem;
        border-radius: 12px;
    }

    .gbp-different-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px 16px;
        padding: 1rem 1.25rem;
        border-radius: 12px;
    }

    .gbp-different-item {
        padding: 6px 0;
        gap: 10px;
    }

    .gbp-different-item:hover {
        transform: translateX(2px);
    }

    .gbp-different-item--full {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .gbp-different-icon {
        font-size: 0.95rem;
    }

    .gbp-different-label {
        font-size: 0.82rem;
    }

    .gbp-different-conclusion {
        margin: 1rem 0;
    }

    .gbp-btn-different {
        padding: 14px 28px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .gbp-btn-different span {
        font-size: 1rem;
    }

    .gbp-btn-different:hover {
        transform: translateY(-4px);
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-different-section {
        padding: 30px 0 20px;
    }

    .gbp-different-title {
        font-size: 1.3rem;
    }

    .gbp-different-text {
        font-size: 0.85rem;
    }

    .gbp-different-text--highlight {
        font-size: 0.85rem;
        padding: 0.6rem 1rem;
        border-radius: 10px;
    }

    .gbp-different-grid {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 0.75rem 1rem;
        border-radius: 10px;
    }

    .gbp-different-item {
        padding: 4px 0;
        gap: 8px;
    }

    .gbp-different-item--full {
        grid-column: 1;
        justify-content: flex-start;
    }

    .gbp-different-icon {
        font-size: 0.85rem;
    }

    .gbp-different-label {
        font-size: 0.78rem;
    }

    .gbp-btn-different {
        padding: 12px 20px;
        font-size: 0.82rem;
        border-radius: 12px;
    }

    .gbp-btn-different span {
        font-size: 0.85rem;
    }
}

/* ============================================================
   SECTION 6: GOOGLE BUSINESS PROFILE SERVICES - WHITE BACKGROUND
   ============================================================ */

.gbp-services-section {
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.gbp-services-section--white {
    background: #ffffff;
    position: relative;
}

/* Decorative Elements */
.gbp-services-section--white::before {
    content: '✦';
    position: absolute;
    top: 5%;
    right: 3%;
    font-size: 8rem;
    color: rgba(133, 200, 21, 0.04);
    pointer-events: none;
}

.gbp-services-section--white::after {
    content: '✦';
    position: absolute;
    bottom: 8%;
    left: 2%;
    font-size: 6rem;
    color: rgba(133, 200, 21, 0.03);
    pointer-events: none;
}

/* Content */
.gbp-services-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.gbp-services-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.10);
    color: #85c815;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    margin-bottom: 0.8rem;
    letter-spacing: 0.3px;
}

/* Titles */
.gbp-services-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 0.2rem;
}

.gbp-services-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #85c815;
    margin-top: 0.5rem;
    border-radius: 2px;
}

.gbp-services-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    color: #555555;
    margin-bottom: 1.5rem;
    letter-spacing: 0.3px;
}

/* Text */
.gbp-services-text {
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    text-align: justify;
    font-size: 1rem;
}

.gbp-services-text .gbp-highlight {
    color: #85c815;
    font-weight: 700;
}

.gbp-services-text--highlight {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    padding: 1rem 1.5rem;
    background: #f8faf8;
    border-radius: 12px;
    border-left: 4px solid #85c815;
}

/* Services Grid */
.gbp-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 20px;
    margin: 1.5rem 0 2rem;
    padding: 1.5rem 2rem;
    background: #f8faf8;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
}

.gbp-service-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    transition: all 0.3s ease;
    cursor: default;
}

.gbp-service-item:hover {
    transform: translateX(4px);
}

.gbp-service-item--full {
    grid-column: 1 / -1;
    justify-content: center;
}

.gbp-service-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
    color: #85c815;
}

.gbp-service-label {
    color: #2a2a2a;
    font-size: 0.92rem;
    font-weight: 500;
}

/* Conclusion */
.gbp-services-conclusion {
    margin: 1.5rem 0;
}

/* CTA */
.gbp-services-cta {
    margin-top: 1.5rem;
}

.gbp-btn-services {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #85c815;
    cursor: pointer;
    background: #85c815;
    color: #0a0a0a;
}

.gbp-btn-services span {
    font-size: 1.1rem;
}

.gbp-btn-services:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 35px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Large Desktop */
@media (max-width: 1199px) {
    .gbp-services-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .gbp-services-section {
        padding: 50px 0 40px;
    }

    .gbp-services-title {
        font-size: 2.2rem;
    }

    .gbp-services-subtitle {
        font-size: 1.1rem;
    }

    .gbp-services-text {
        font-size: 0.95rem;
    }

    .gbp-services-text--highlight {
        font-size: 1rem;
        padding: 0.8rem 1.2rem;
    }

    .gbp-services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px 16px;
        padding: 1.25rem 1.5rem;
    }

    .gbp-service-item--full {
        grid-column: 1 / -1;
    }

    .gbp-service-label {
        font-size: 0.88rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-services-section {
        padding: 40px 0 30px;
    }

    .gbp-services-section--white::before,
    .gbp-services-section--white::after {
        display: none;
    }

    .gbp-services-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-services-title {
        font-size: 1.6rem;
    }

    .gbp-services-title::after {
        width: 40px;
        height: 2px;
    }

    .gbp-services-subtitle {
        font-size: 1rem;
    }

    .gbp-services-text {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .gbp-services-text--highlight {
        font-size: 0.92rem;
        padding: 0.8rem 1rem;
        border-radius: 10px;
        border-left-width: 3px;
    }

    .gbp-services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 6px 12px;
        padding: 1rem 1.25rem;
        border-radius: 12px;
    }

    .gbp-service-item {
        padding: 6px 0;
        gap: 10px;
    }

    .gbp-service-item:hover {
        transform: translateX(2px);
    }

    .gbp-service-item--full {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .gbp-service-icon {
        font-size: 0.95rem;
    }

    .gbp-service-label {
        font-size: 0.82rem;
    }

    .gbp-services-conclusion {
        margin: 1rem 0;
    }

    .gbp-btn-services {
        padding: 14px 28px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .gbp-btn-services span {
        font-size: 1rem;
    }

    .gbp-btn-services:hover {
        transform: translateY(-4px);
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-services-section {
        padding: 30px 0 20px;
    }

    .gbp-services-title {
        font-size: 1.3rem;
    }

    .gbp-services-subtitle {
        font-size: 0.9rem;
    }

    .gbp-services-text {
        font-size: 0.85rem;
    }

    .gbp-services-text--highlight {
        font-size: 0.85rem;
        padding: 0.6rem 0.8rem;
        border-radius: 8px;
        border-left-width: 3px;
    }

    .gbp-services-grid {
        grid-template-columns: 1fr;
        gap: 4px 10px;
        padding: 0.75rem 1rem;
        border-radius: 10px;
    }

    .gbp-service-item {
        padding: 5px 0;
        gap: 8px;
    }

    .gbp-service-item--full {
        grid-column: 1;
        justify-content: flex-start;
    }

    .gbp-service-icon {
        font-size: 0.85rem;
    }

    .gbp-service-label {
        font-size: 0.78rem;
    }

    .gbp-btn-services {
        padding: 12px 20px;
        font-size: 0.82rem;
        border-radius: 12px;
    }

    .gbp-btn-services span {
        font-size: 0.85rem;
    }
}

/* ============================================================
   SECTION 7: WHY BUSINESSES CHOOSE FRESHORA - BLACK BACKGROUND
   ============================================================ */

.gbp-comparison-section {
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.gbp-comparison-section--black {
    background: #0a0a0a;
    position: relative;
}

/* Decorative Elements */
.gbp-comparison-section--black::before {
    content: '✦';
    position: absolute;
    top: 8%;
    right: 5%;
    font-size: 5rem;
    color: rgba(133, 200, 21, 0.04);
    pointer-events: none;
}

.gbp-comparison-section--black::after {
    content: '✦';
    position: absolute;
    bottom: 10%;
    left: 3%;
    font-size: 3.5rem;
    color: rgba(133, 200, 21, 0.03);
    pointer-events: none;
}

/* Content */
.gbp-comparison-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.gbp-comparison-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.12);
    color: #85c815;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    margin-bottom: 0.8rem;
    letter-spacing: 0.3px;
}

/* Title */
.gbp-comparison-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.gbp-comparison-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #85c815;
    margin-top: 0.5rem;
    border-radius: 2px;
}

/* Comparison Table Wrapper */
.gbp-comparison-table-wrapper {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

/* Comparison Table */
.gbp-comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    min-width: 640px;
}

.gbp-comparison-table thead th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(133, 200, 21, 0.10);
    color: #85c815;
    border-bottom: 2px solid rgba(133, 200, 21, 0.15);
}

.gbp-comparison-table thead th:first-child {
    border-radius: 16px 0 0 0;
}

.gbp-comparison-table thead th:last-child {
    border-radius: 0 16px 0 0;
}

.gbp-comparison-table tbody td {
    padding: 14px 20px;
    text-align: left;
    color: #c8c8c8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 0.88rem;
    line-height: 1.4;
}

.gbp-comparison-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.02);
}

.gbp-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.gbp-feature-label {
    font-weight: 600;
    color: #e8e8e8;
    font-size: 0.9rem;
}

.gbp-highlight-cell {
    color: #85c815 !important;
    font-weight: 600;
}


/* Conclusion */
.gbp-comparison-conclusion {
    margin: 1.5rem 0;
    padding: 1.25rem 2rem;
    background: rgba(133, 200, 21, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(133, 200, 21, 0.08);
    text-align: center;
}

.gbp-comparison-text {
    color: #d8d8d8;
    font-size: 1.05rem;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

/* CTA */
.gbp-comparison-cta {
    margin-top: 1.5rem;
    text-align: center;
}

.gbp-btn-comparison {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #85c815;
    cursor: pointer;
    background: #85c815;
    color: #0a0a0a;
}

.gbp-btn-comparison span {
    font-size: 1.1rem;
}

.gbp-btn-comparison:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 35px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet */
@media (max-width: 991px) {
    .gbp-comparison-section {
        padding: 50px 0 40px;
    }

    .gbp-comparison-title {
        font-size: 2.2rem;
    }

    .gbp-comparison-table {
        font-size: 0.82rem;
        min-width: 580px;
    }

    .gbp-comparison-table thead th {
        padding: 14px 16px;
        font-size: 0.75rem;
    }

    .gbp-comparison-table tbody td {
        padding: 12px 16px;
        font-size: 0.82rem;
    }

    .gbp-comparison-text {
        font-size: 1rem;
    }

    .gbp-comparison-conclusion {
        padding: 1rem 1.5rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-comparison-section {
        padding: 40px 0 30px;
    }

    .gbp-comparison-section--black::before,
    .gbp-comparison-section--black::after {
        display: none;
    }

    .gbp-comparison-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-comparison-title {
        font-size: 1.6rem;
    }

    .gbp-comparison-title::after {
        width: 40px;
        height: 2px;
    }

    .gbp-comparison-table-wrapper {
        border-radius: 12px;
        border-width: 0;
    }

    .gbp-comparison-table {
        font-size: 0.7rem;
        min-width: 460px;
    }

    .gbp-comparison-table thead th {
        padding: 10px 12px;
        font-size: 0.65rem;
        letter-spacing: 0.3px;
    }

    .gbp-comparison-table thead th:first-child {
        border-radius: 12px 0 0 0;
    }

    .gbp-comparison-table thead th:last-child {
        border-radius: 0 12px 0 0;
    }

    .gbp-comparison-table tbody td {
        padding: 10px 12px;
        font-size: 0.7rem;
        line-height: 1.3;
    }

    .gbp-feature-label {
        font-size: 0.72rem;
    }

    .gbp-comparison-conclusion {
        padding: 0.8rem 1rem;
        border-radius: 10px;
    }

    .gbp-comparison-text {
        font-size: 0.9rem;
    }

    .gbp-btn-comparison {
        padding: 14px 28px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .gbp-btn-comparison span {
        font-size: 1rem;
    }

    .gbp-btn-comparison:hover {
        transform: translateY(-4px);
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-comparison-section {
        padding: 30px 0 20px;
    }

    .gbp-comparison-title {
        font-size: 1.3rem;
    }

    .gbp-comparison-table {
        font-size: 0.6rem;
        min-width: 380px;
    }

    .gbp-comparison-table thead th {
        padding: 8px 8px;
        font-size: 0.55rem;
        letter-spacing: 0.2px;
        word-break: break-word;
    }

    .gbp-comparison-table tbody td {
        padding: 8px 8px;
        font-size: 0.6rem;
        line-height: 1.2;
        word-break: break-word;
    }

    .gbp-feature-label {
        font-size: 0.62rem;
        font-weight: 700;
    }

    .gbp-comparison-conclusion {
        padding: 0.6rem 0.8rem;
        border-radius: 8px;
    }

    .gbp-comparison-text {
        font-size: 0.8rem;
    }

    .gbp-btn-comparison {
        padding: 12px 20px;
        font-size: 0.82rem;
        border-radius: 12px;
    }

    .gbp-btn-comparison span {
        font-size: 0.85rem;
    }
}

/* ============================================================
   SECTION 8: GOOGLE BUSINESS PROFILE PACKAGES - WHITE BACKGROUND
   ============================================================ */

.gbp-packages-section {
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.gbp-packages-section--white {
    background: #ffffff;
    position: relative;
}

/* Decorative Elements */
.gbp-packages-section--white::before {
    content: '✦';
    position: absolute;
    top: 5%;
    right: 3%;
    font-size: 8rem;
    color: rgba(133, 200, 21, 0.04);
    pointer-events: none;
}

.gbp-packages-section--white::after {
    content: '✦';
    position: absolute;
    bottom: 8%;
    left: 2%;
    font-size: 6rem;
    color: rgba(133, 200, 21, 0.03);
    pointer-events: none;
}

/* Content */
.gbp-packages-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.gbp-packages-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.10);
    color: #85c815;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    margin-bottom: 0.8rem;
    letter-spacing: 0.3px;
}

/* Titles */
.gbp-packages-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 0.2rem;
}

.gbp-packages-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #85c815;
    margin-top: 0.5rem;
    border-radius: 2px;
}

.gbp-packages-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    color: #555555;
    margin-bottom: 2rem;
    letter-spacing: 0.3px;
}

/* Packages Grid */
.gbp-packages-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin: 1.5rem 0;
}

/* Package Card */
.gbp-package-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    border: 2px solid #e8e8e8;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    display: flex;
    flex-direction: column;
}

.gbp-package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    border-color: #85c815;
}

.gbp-package-card--featured {
    border-color: #85c815;
    background: #fafff5;
    transform: scale(1.02);
}

.gbp-package-card--featured:hover {
    transform: scale(1.02) translateY(-8px);
    box-shadow: 0 12px 40px rgba(133, 200, 21, 0.15);
}

/* Package Badge */
.gbp-package-badge {
    position: absolute;
    top: -10px;
    right: 15px;
    background: #85c815;
    color: #0a0a0a;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.gbp-package-badge--featured {
    background: #000;
    color: #ffffff;
}

.gbp-package-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0.5rem 0 0.2rem;
}

.gbp-package-desc {
    color: #666666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    min-height: 40px;
}

.gbp-package-price {
    margin: 0.5rem 0 0.2rem;
}

.gbp-price-amount {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
}

.gbp-price-gst {
    font-size: 0.8rem;
    color: #888888;
    font-weight: 500;
}

.gbp-package-divider {
    height: 2px;
    background: #e8e8e8;
    margin: 0.75rem 0;
}

.gbp-package-includes-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #555555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.gbp-package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem 0;
    flex-grow: 1;
}

.gbp-package-features li {
    padding: 5px 0;
    padding-left: 22px;
    position: relative;
    color: #333333;
    font-size: 0.88rem;
    line-height: 1.4;
}

.gbp-package-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #85c815;
    font-weight: 700;
    font-size: 0.85rem;
}

/* Package Buttons */
.gbp-btn-package {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #e0e0e0;
    cursor: pointer;
    background: transparent;
    color: #555555;
    width: 100%;
}

.gbp-btn-package span {
    font-size: 1rem;
}

.gbp-btn-package--starter {
    border-color: #85c815;
    color: #85c815;
}

.gbp-btn-package--starter:hover {
    background: #85c815;
    color: #0a0a0a;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(133, 200, 21, 0.3);
    text-decoration: none;
}

.gbp-btn-package--growth {
    background: #85c815;
    color: #0a0a0a;
    border-color: #85c815;
}

.gbp-btn-package--growth:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

.gbp-btn-package--premium {
    border-color: #6db010;
    color: #6db010;
}

.gbp-btn-package--premium:hover {
    background: #6db010;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.3);
    text-decoration: none;
}

.gbp-btn-package--multi {
    border-color: #6db010;
    color: #6db010;
}

.gbp-btn-package--multi:hover {
    background: #6db010;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(156, 39, 176, 0.3);
    text-decoration: none;
}

/* Note */
.gbp-packages-note {
    margin: 1.5rem 0;
    text-align: center;
}

.gbp-packages-text {
    color: #888888;
    font-size: 0.85rem;
    font-style: italic;
    margin: 0;
}

/* CTA */
.gbp-packages-cta {
    margin-top: 1.5rem;
    text-align: center;
}

.gbp-btn-packages-main {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #85c815;
    cursor: pointer;
    background: #85c815;
    color: #0a0a0a;
}

.gbp-btn-packages-main span {
    font-size: 1.1rem;
}

.gbp-btn-packages-main:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 35px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Large Desktop */
@media (max-width: 1199px) {
    .gbp-packages-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .gbp-package-card--featured {
        transform: scale(1);
    }

    .gbp-package-card--featured:hover {
        transform: translateY(-8px);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .gbp-packages-section {
        padding: 50px 0 40px;
    }

    .gbp-packages-title {
        font-size: 2.2rem;
    }

    .gbp-packages-subtitle {
        font-size: 1.1rem;
    }

    .gbp-packages-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .gbp-package-card {
        padding: 1.5rem 1.25rem;
    }

    .gbp-package-name {
        font-size: 1.2rem;
    }

    .gbp-price-amount {
        font-size: 1.8rem;
    }

    .gbp-package-features li {
        font-size: 0.82rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-packages-section {
        padding: 40px 0 30px;
    }

    .gbp-packages-section--white::before,
    .gbp-packages-section--white::after {
        display: none;
    }

    .gbp-packages-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-packages-title {
        font-size: 1.6rem;
    }

    .gbp-packages-title::after {
        width: 40px;
        height: 2px;
    }

    .gbp-packages-subtitle {
        font-size: 1rem;
    }

    .gbp-packages-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 400px;
        margin: 1rem auto;
    }

    .gbp-package-card {
        padding: 1.25rem 1.25rem;
        border-radius: 12px;
    }

    .gbp-package-card--featured {
        transform: scale(1);
    }

    .gbp-package-card--featured:hover {
        transform: translateY(-4px);
    }

    .gbp-package-card:hover {
        transform: translateY(-4px);
    }

    .gbp-package-badge {
        font-size: 0.6rem;
        padding: 3px 12px;
        top: -8px;
        right: 12px;
    }

    .gbp-package-name {
        font-size: 1.1rem;
    }

    .gbp-package-desc {
        font-size: 0.85rem;
        min-height: auto;
    }

    .gbp-price-amount {
        font-size: 1.6rem;
    }

    .gbp-price-gst {
        font-size: 0.75rem;
    }

    .gbp-package-features li {
        font-size: 0.82rem;
        padding: 4px 0;
        padding-left: 20px;
    }

    .gbp-btn-package {
        padding: 10px 20px;
        font-size: 0.85rem;
    }

    .gbp-packages-text {
        font-size: 0.8rem;
    }

    .gbp-btn-packages-main {
        padding: 14px 28px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .gbp-btn-packages-main span {
        font-size: 1rem;
    }

    .gbp-btn-packages-main:hover {
        transform: translateY(-4px);
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-packages-section {
        padding: 30px 0 20px;
    }

    .gbp-packages-title {
        font-size: 1.3rem;
    }

    .gbp-packages-subtitle {
        font-size: 0.9rem;
    }

    .gbp-packages-grid {
        gap: 14px;
    }

    .gbp-package-card {
        padding: 1rem 1rem;
        border-radius: 10px;
    }

    .gbp-package-name {
        font-size: 1rem;
    }

    .gbp-package-desc {
        font-size: 0.8rem;
    }

    .gbp-price-amount {
        font-size: 1.4rem;
    }

    .gbp-price-gst {
        font-size: 0.7rem;
    }

    .gbp-package-includes-title {
        font-size: 0.7rem;
    }

    .gbp-package-features li {
        font-size: 0.78rem;
        padding: 3px 0;
        padding-left: 18px;
    }

    .gbp-package-features li::before {
        font-size: 0.7rem;
    }

    .gbp-btn-package {
        padding: 10px 16px;
        font-size: 0.8rem;
        gap: 8px;
    }

    .gbp-btn-package span {
        font-size: 0.8rem;
    }

    .gbp-packages-text {
        font-size: 0.75rem;
    }

    .gbp-btn-packages-main {
        padding: 12px 20px;
        font-size: 0.82rem;
        border-radius: 12px;
    }

    .gbp-btn-packages-main span {
        font-size: 0.85rem;
    }
}

/* ============================================================
   SECTION 9: INDUSTRIES WE SERVE - BLACK BACKGROUND
   ============================================================ */

.gbp-industries-section {
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.gbp-industries-section--black {
    background: #0a0a0a;
    position: relative;
}

/* Decorative Elements */
.gbp-industries-section--black::before {
    content: '✦';
    position: absolute;
    top: 5%;
    right: 3%;
    font-size: 6rem;
    color: rgba(133, 200, 21, 0.03);
    pointer-events: none;
}

.gbp-industries-section--black::after {
    content: '✦';
    position: absolute;
    bottom: 8%;
    left: 2%;
    font-size: 4rem;
    color: rgba(133, 200, 21, 0.02);
    pointer-events: none;
}

/* Content */
.gbp-industries-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.gbp-industries-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.12);
    color: #85c815;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    margin-bottom: 0.8rem;
    letter-spacing: 0.3px;
}

/* Titles */
.gbp-industries-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 0.2rem;
}

.gbp-industries-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #85c815;
    margin-top: 0.5rem;
    border-radius: 2px;
}

.gbp-industries-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    color: #85c815;
    margin-bottom: 1.5rem;
    letter-spacing: 0.3px;
}

/* Text */
.gbp-industries-text {
    color: #c8c8c8;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    text-align: justify;
    font-size: 1rem;
}

.gbp-industries-text--highlight {
    font-size: 1.05rem;
    font-weight: 500;
    color: #e8e8e8;
    padding: 1rem 1.5rem;
    background: rgba(133, 200, 21, 0.05);
    border-radius: 12px;
    border-left: 4px solid #85c815;
}

/* Industries Grid */
.gbp-industries-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 1.5rem 0;
}

/* Industry Category */
.gbp-industry-category {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 1.25rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.gbp-industry-category:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(133, 200, 21, 0.15);
    transform: translateY(-2px);
}

.gbp-category-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #85c815;
    margin: 0 0 0.6rem 0;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid rgba(133, 200, 21, 0.10);
}

.gbp-industry-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gbp-industry-list li {
    color: #c8c8c8;
    font-size: 0.85rem;
    padding: 3px 0;
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
}

.gbp-industry-list li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #85c815;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Conclusion */
.gbp-industries-conclusion {
    margin: 1.5rem 0;
}

/* CTA */
.gbp-industries-cta {
    margin-top: 1.5rem;
    text-align: center;
}

.gbp-btn-industries {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #85c815;
    cursor: pointer;
    background: #85c815;
    color: #0a0a0a;
}

.gbp-btn-industries span {
    font-size: 1.1rem;
}

.gbp-btn-industries:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 35px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Large Desktop */
@media (max-width: 1199px) {
    .gbp-industries-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .gbp-industries-section {
        padding: 50px 0 40px;
    }

    .gbp-industries-title {
        font-size: 2.2rem;
    }

    .gbp-industries-subtitle {
        font-size: 1.1rem;
    }

    .gbp-industries-text {
        font-size: 0.95rem;
    }

    .gbp-industries-text--highlight {
        font-size: 0.98rem;
        padding: 0.8rem 1.2rem;
    }

    .gbp-industries-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .gbp-industry-category {
        padding: 1rem 1rem;
    }

    .gbp-category-title {
        font-size: 0.88rem;
    }

    .gbp-industry-list li {
        font-size: 0.8rem;
        padding: 2px 0;
        padding-left: 14px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-industries-section {
        padding: 40px 0 30px;
    }

    .gbp-industries-section--black::before,
    .gbp-industries-section--black::after {
        display: none;
    }

    .gbp-industries-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-industries-title {
        font-size: 1.6rem;
    }

    .gbp-industries-title::after {
        width: 40px;
        height: 2px;
    }

    .gbp-industries-subtitle {
        font-size: 1rem;
    }

    .gbp-industries-text {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .gbp-industries-text--highlight {
        font-size: 0.9rem;
        padding: 0.7rem 1rem;
        border-radius: 10px;
        border-left-width: 3px;
    }

    .gbp-industries-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .gbp-industry-category {
        padding: 0.75rem 0.8rem;
        border-radius: 10px;
    }

    .gbp-industry-category:hover {
        transform: translateY(-2px);
    }

    .gbp-category-title {
        font-size: 0.8rem;
        padding-bottom: 0.3rem;
        margin-bottom: 0.4rem;
    }

    .gbp-industry-list li {
        font-size: 0.75rem;
        padding: 2px 0;
        padding-left: 12px;
    }

    .gbp-industry-list li::before {
        font-size: 0.9rem;
    }

    .gbp-industries-conclusion {
        margin: 1rem 0;
    }

    .gbp-btn-industries {
        padding: 14px 28px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .gbp-btn-industries span {
        font-size: 1rem;
    }

    .gbp-btn-industries:hover {
        transform: translateY(-4px);
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-industries-section {
        padding: 30px 0 20px;
    }

    .gbp-industries-title {
        font-size: 1.3rem;
    }

    .gbp-industries-subtitle {
        font-size: 0.9rem;
    }

    .gbp-industries-text {
        font-size: 0.85rem;
    }

    .gbp-industries-text--highlight {
        font-size: 0.82rem;
        padding: 0.6rem 0.8rem;
        border-radius: 8px;
        border-left-width: 3px;
    }

    .gbp-industries-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gbp-industry-category {
        padding: 0.6rem 0.7rem;
        border-radius: 8px;
    }

    .gbp-category-title {
        font-size: 0.78rem;
    }

    .gbp-industry-list li {
        font-size: 0.72rem;
        padding: 1px 0;
        padding-left: 12px;
    }

    .gbp-industry-list li::before {
        font-size: 0.8rem;
    }

    .gbp-btn-industries {
        padding: 12px 20px;
        font-size: 0.82rem;
        border-radius: 12px;
    }

    .gbp-btn-industries span {
        font-size: 0.85rem;
    }
}

/* ============================================================
   SECTION 10: SERVING BUSINESSES ACROSS TRICHY - WHITE BACKGROUND
   ============================================================ */

.gbp-locations-section {
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.gbp-locations-section--white {
    background: #ffffff;
    position: relative;
}

/* Decorative Elements */
.gbp-locations-section--white::before {
    content: '✦';
    position: absolute;
    top: 5%;
    right: 3%;
    font-size: 8rem;
    color: rgba(133, 200, 21, 0.04);
    pointer-events: none;
}

.gbp-locations-section--white::after {
    content: '✦';
    position: absolute;
    bottom: 8%;
    left: 2%;
    font-size: 6rem;
    color: rgba(133, 200, 21, 0.03);
    pointer-events: none;
}

/* Content */
.gbp-locations-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.gbp-locations-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.10);
    color: #85c815;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    margin-bottom: 0.8rem;
    letter-spacing: 0.3px;
}

/* Titles */
.gbp-locations-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 0.2rem;
}

.gbp-locations-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #85c815;
    margin-top: 0.5rem;
    border-radius: 2px;
}

.gbp-locations-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    color: #555555;
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
}

/* Text */
.gbp-locations-text {
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    text-align: justify;
    font-size: 1rem;
}

.gbp-locations-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 1.5rem 0 1rem;
}

.gbp-locations-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #85c815;
    margin-top: 0.3rem;
    border-radius: 2px;
}

/* Locations Grid */
.gbp-locations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 8px 16px;
    margin: 1rem 0 1.5rem;
    padding: 1.5rem 2rem;
    background: #f8faf8;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
}

.gbp-location-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    transition: all 0.3s ease;
    cursor: default;
}

.gbp-location-item:hover {
    transform: translateX(4px);
}

.gbp-location-item--highlight {
    grid-column: 1 / -1;
    justify-content: center;
    background: rgba(133, 200, 21, 0.06);
    border-radius: 8px;
    padding: 8px 0;
    margin-top: 4px;
}

.gbp-location-item--highlight .gbp-location-name {
    font-weight: 700;
    color: #85c815;
}

.gbp-location-icon {
    font-size: 0.9rem;
    flex-shrink: 0;
    color: #85c815;
}

.gbp-location-name {
    color: #2a2a2a;
    font-size: 0.88rem;
    font-weight: 500;
}

/* CTA */
.gbp-locations-cta {
    margin-top: 1.5rem;
    text-align: center;
}

.gbp-btn-locations {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #85c815;
    cursor: pointer;
    background: #85c815;
    color: #0a0a0a;
}

.gbp-btn-locations span {
    font-size: 1.1rem;
}

.gbp-btn-locations:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 35px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Large Desktop */
@media (max-width: 1199px) {
    .gbp-locations-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 6px 14px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .gbp-locations-section {
        padding: 50px 0 40px;
    }

    .gbp-locations-title {
        font-size: 2.2rem;
    }

    .gbp-locations-subtitle {
        font-size: 1.1rem;
    }

    .gbp-locations-text {
        font-size: 0.95rem;
    }

    .gbp-locations-heading {
        font-size: 1.1rem;
    }

    .gbp-locations-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 6px 12px;
        padding: 1.25rem 1.5rem;
    }

    .gbp-location-name {
        font-size: 0.82rem;
    }

    .gbp-location-icon {
        font-size: 0.8rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-locations-section {
        padding: 40px 0 30px;
    }

    .gbp-locations-section--white::before,
    .gbp-locations-section--white::after {
        display: none;
    }

    .gbp-locations-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-locations-title {
        font-size: 1.6rem;
    }

    .gbp-locations-title::after {
        width: 40px;
        height: 2px;
    }

    .gbp-locations-subtitle {
        font-size: 1rem;
    }

    .gbp-locations-text {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .gbp-locations-heading {
        font-size: 1rem;
    }

    .gbp-locations-grid {
        grid-template-columns: 1fr 1fr;
        gap: 4px 10px;
        padding: 1rem 1.25rem;
        border-radius: 12px;
    }

    .gbp-location-item {
        padding: 4px 0;
        gap: 8px;
    }

    .gbp-location-item:hover {
        transform: translateX(2px);
    }

    .gbp-location-item--highlight {
        grid-column: 1 / -1;
        padding: 6px 0;
    }

    .gbp-location-name {
        font-size: 0.8rem;
    }

    .gbp-location-icon {
        font-size: 0.75rem;
    }

    .gbp-btn-locations {
        padding: 14px 28px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .gbp-btn-locations span {
        font-size: 1rem;
    }

    .gbp-btn-locations:hover {
        transform: translateY(-4px);
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-locations-section {
        padding: 30px 0 20px;
    }

    .gbp-locations-title {
        font-size: 1.3rem;
    }

    .gbp-locations-subtitle {
        font-size: 0.9rem;
    }

    .gbp-locations-text {
        font-size: 0.85rem;
    }

    .gbp-locations-heading {
        font-size: 0.9rem;
    }

    .gbp-locations-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3px 8px;
        padding: 0.75rem 1rem;
        border-radius: 10px;
    }

    .gbp-location-item {
        padding: 3px 0;
        gap: 6px;
    }

    .gbp-location-name {
        font-size: 0.72rem;
    }

    .gbp-location-icon {
        font-size: 0.65rem;
    }

    .gbp-location-item--highlight {
        padding: 4px 0;
    }

    .gbp-btn-locations {
        padding: 12px 20px;
        font-size: 0.82rem;
        border-radius: 12px;
    }

    .gbp-btn-locations span {
        font-size: 0.85rem;
    }
}

/* ============================================================
   SECTION 11: OUR PROVEN GBP SMARTPRO PROCESS - DIFFERENT DESIGN
   ============================================================ */

.gbp-process-section {
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.gbp-process-section--black {
    background: #0a0a0a;
    position: relative;
}

/* Decorative Elements */
.gbp-process-section--black::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(133, 200, 21, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.gbp-process-section--black::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(133, 200, 21, 0.02) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Content */
.gbp-process-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.gbp-process-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.12);
    color: #85c815;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    margin-bottom: 0.8rem;
    letter-spacing: 0.3px;
}

/* Titles */
.gbp-process-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 0.2rem;
}

.gbp-process-title .gbp-highlight {
    color: #85c815;
}

.gbp-process-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #85c815;
    margin-top: 0.5rem;
    border-radius: 2px;
}

.gbp-process-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    color: #85c815;
    margin-bottom: 2.5rem;
    letter-spacing: 0.3px;
}

/* Process Flow - Vertical Timeline with Cards */
.gbp-process-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

/* Flow Step */
/* .gbp-flow-step {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 20px 28px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    align-items: center;
    justify-content: center;
} */


.gbp-flow-step {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; 
    gap: 20px;
    width: 100%;
    padding: 20px 28px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.gbp-flow-step:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(133, 200, 21, 0.2);
    transform: translateX(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.gbp-flow-step--last {
    border-color: rgba(133, 200, 21, 0.2);
    background: rgba(133, 200, 21, 0.05);
}

.gbp-flow-step--last:hover {
    background: rgba(133, 200, 21, 0.08);
    border-color: rgba(133, 200, 21, 0.3);
}

/* Flow Number */
.gbp-flow-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #85c815;
    min-width: 50px;
    font-family: 'Teko', sans-serif;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* Flow Icon */
.gbp-flow-icon {
    font-size: 1.6rem;
    flex-shrink: 0;
    width: 50px;
    text-align: center;
}

/* Flow Content */
.gbp-flow-content {
    flex: 1;
    text-align: center;
}

.gbp-flow-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 2px 0;
}

.gbp-flow-desc {
    color: #a8a8a8;
    font-size: 0.9rem;
    margin: 0;
    text-align: center;
}

/* Flow Connector */
.gbp-flow-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 0;
    position: relative;
}

.gbp-connector-line {
    width: 2px;
    height: 20px;
    background: linear-gradient(to bottom, rgba(133, 200, 21, 0.3), rgba(133, 200, 21, 0.6));
    border-radius: 1px;
}

.gbp-connector-arrow {
    color: #85c815;
    font-size: 0.8rem;
    opacity: 0.5;
    margin-top: -2px;
}

/* Conclusion */
.gbp-process-conclusion {
    margin: 2rem auto 0;
    padding: 1.25rem 2rem;
    max-width: 700px;
    background: rgba(133, 200, 21, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(133, 200, 21, 0.08);
    text-align: center;
}

.gbp-process-text {
    color: #d8d8d8;
    font-size: 1.05rem;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

/* CTA */
.gbp-process-cta {
    margin-top: 1.5rem;
    text-align: center;
}

.gbp-btn-process {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #85c815;
    cursor: pointer;
    background: #85c815;
    color: #0a0a0a;
}

.gbp-btn-process span {
    font-size: 1.1rem;
}

.gbp-btn-process:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 35px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet */
@media (max-width: 991px) {
    .gbp-process-section {
        padding: 50px 0 40px;
    }

    .gbp-process-title {
        font-size: 2.2rem;
    }

    .gbp-process-subtitle {
        font-size: 1.1rem;
    }

    .gbp-flow-step {
        padding: 16px 20px;
        gap: 16px;
        border-radius: 12px;
    }

    .gbp-flow-step:hover {
        transform: translateX(6px);
    }

    .gbp-flow-number {
        font-size: 1.5rem;
        min-width: 40px;
    }

    .gbp-flow-icon {
        font-size: 1.3rem;
        width: 40px;
        align-items: center;
    }

    .gbp-flow-title {
        font-size: 1rem;
    }

    .gbp-flow-desc {
        font-size: 0.85rem;
    }

    .gbp-connector-line {
        height: 16px;
    }

    .gbp-process-text {
        font-size: 0.98rem;
    }

    .gbp-process-conclusion {
        padding: 1rem 1.5rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-process-section {
        padding: 40px 0 30px;
    }

    .gbp-process-section--black::before,
    .gbp-process-section--black::after {
        display: none;
    }

    .gbp-process-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-process-title {
        font-size: 1.6rem;
    }

    .gbp-process-title::after {
        width: 40px;
        height: 2px;
    }

    .gbp-process-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .gbp-process-flow {
        padding: 0;
    }

    .gbp-flow-step {
        padding: 14px 16px;
        gap: 12px;
        border-radius: 10px;
        flex-wrap: wrap;
    }

    .gbp-flow-step:hover {
        transform: translateX(4px);
    }

    .gbp-flow-number {
        font-size: 1.2rem;
        min-width: 32px;
    }

    .gbp-flow-icon {
        font-size: 1.1rem;
        width: 32px;
    }

    .gbp-flow-content {
        flex: 1;
        min-width: 100px;
    }

    .gbp-flow-title {
        font-size: 0.9rem;
    }

    .gbp-flow-desc {
        font-size: 0.8rem;
    }

    .gbp-connector-line {
        height: 12px;
    }

    .gbp-connector-arrow {
        font-size: 0.7rem;
    }

    .gbp-process-conclusion {
        padding: 0.8rem 1rem;
        border-radius: 10px;
        margin: 1rem auto 0;
    }

    .gbp-process-text {
        font-size: 0.9rem;
    }

    .gbp-btn-process {
        padding: 14px 28px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .gbp-btn-process span {
        font-size: 1rem;
    }

    .gbp-btn-process:hover {
        transform: translateY(-4px);
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-process-section {
        padding: 30px 0 20px;
    }

    .gbp-process-title {
        font-size: 1.3rem;
    }

    .gbp-process-subtitle {
        font-size: 0.9rem;
    }

    .gbp-flow-step {
        padding: 10px 12px;
        gap: 10px;
        border-radius: 8px;
    }

    .gbp-flow-number {
        font-size: 1rem;
        min-width: 26px;
    }

    .gbp-flow-icon {
        font-size: 0.95rem;
        width: 26px;
    }

    .gbp-flow-title {
        font-size: 0.8rem;
    }

    .gbp-flow-desc {
        font-size: 0.72rem;
    }

    .gbp-connector-line {
        height: 10px;
    }

    .gbp-process-conclusion {
        padding: 0.6rem 0.8rem;
        border-radius: 8px;
    }

    .gbp-process-text {
        font-size: 0.82rem;
    }

    .gbp-btn-process {
        padding: 12px 20px;
        font-size: 0.82rem;
        border-radius: 12px;
    }

    .gbp-btn-process span {
        font-size: 0.85rem;
    }
}
/* ============================================================
   SECTION 12: GOOGLE REVIEWS & CLIENT FEEDBACK - WHITE BACKGROUND
   ============================================================ */

.gbp-reviews-section {
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.gbp-reviews-section--white {
    background: #ffffff;
    position: relative;
}

/* Decorative Elements */
.gbp-reviews-section--white::before {
    content: '★';
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 10rem;
    color: rgba(133, 200, 21, 0.03);
    pointer-events: none;
}

.gbp-reviews-section--white::after {
    content: '★';
    position: absolute;
    bottom: 5%;
    left: 3%;
    font-size: 7rem;
    color: rgba(133, 200, 21, 0.02);
    pointer-events: none;
}

/* Content */
.gbp-reviews-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.gbp-reviews-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.10);
    color: #85c815;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    margin-bottom: 0.8rem;
    letter-spacing: 0.3px;
}

/* Titles */
.gbp-reviews-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 0.2rem;
}

.gbp-reviews-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #85c815;
    margin-top: 0.5rem;
    border-radius: 2px;
}

.gbp-reviews-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    color: #555555;
    margin-bottom: 2rem;
    letter-spacing: 0.3px;
}

/* Reviews Grid */
.gbp-reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 1.5rem 0;
}

/* Review Card */
.gbp-review-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem 1.5rem 1.25rem;
    border: 1px solid #e8e8e8;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.gbp-review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border-color: #85c815;
}

.gbp-review-card--featured {
    border-color: #85c815;
    background: #fafff5;
}

.gbp-review-card--featured:hover {
    box-shadow: 0 8px 30px rgba(133, 200, 21, 0.10);
}

/* Review Stars */
.gbp-review-stars {
    color: #ffb800;
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-bottom: 0.6rem;
}

/* Review Text */
.gbp-review-text {
    color: #333333;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 0.8rem;
    font-style: italic;
    text-align: justify;
}

/* Review Meta */
.gbp-review-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 0.6rem;
    border-top: 1px solid #f0f0f0;
}

.gbp-review-author {
    color: #555555;
    font-size: 0.85rem;
    font-weight: 600;
}

.gbp-review-badge {
    background: rgba(133, 200, 21, 0.10);
    color: #85c815;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Conclusion */
.gbp-reviews-conclusion {
    margin: 1.5rem 0;
    padding: 1.25rem 2rem;
    background: #f8faf8;
    border-radius: 12px;
    border-left: 4px solid #85c815;
}

.gbp-reviews-text {
    color: #333333;
    font-size: 1.02rem;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}

.gbp-reviews-text strong {
    color: #85c815;
}

/* CTA */
.gbp-reviews-cta {
    margin-top: 1.5rem;
    text-align: center;
}

.gbp-btn-reviews {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #85c815;
    cursor: pointer;
    background: #85c815;
    color: #0a0a0a;
}

.gbp-btn-reviews span {
    font-size: 1.1rem;
}

.gbp-btn-reviews:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 35px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Large Desktop */
@media (max-width: 1199px) {
    .gbp-reviews-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .gbp-reviews-section {
        padding: 50px 0 40px;
    }

    .gbp-reviews-title {
        font-size: 2.2rem;
    }

    .gbp-reviews-subtitle {
        font-size: 1.1rem;
    }

    .gbp-reviews-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .gbp-review-card {
        padding: 1.25rem 1.25rem 1rem;
        border-radius: 12px;
    }

    .gbp-review-text {
        font-size: 0.9rem;
    }

    .gbp-review-author {
        font-size: 0.8rem;
    }

    .gbp-reviews-text {
        font-size: 0.95rem;
    }

    .gbp-reviews-conclusion {
        padding: 1rem 1.5rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-reviews-section {
        padding: 40px 0 30px;
    }

    .gbp-reviews-section--white::before,
    .gbp-reviews-section--white::after {
        display: none;
    }

    .gbp-reviews-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-reviews-title {
        font-size: 1.6rem;
    }

    .gbp-reviews-title::after {
        width: 40px;
        height: 2px;
    }

    .gbp-reviews-subtitle {
        font-size: 1rem;
    }

    .gbp-reviews-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        max-width: 450px;
        margin: 1rem auto;
    }

    .gbp-review-card {
        padding: 1rem 1.25rem 0.9rem;
        border-radius: 10px;
    }

    .gbp-review-card:hover {
        transform: translateY(-4px);
    }

    .gbp-review-stars {
        font-size: 0.95rem;
    }

    .gbp-review-text {
        font-size: 0.88rem;
        line-height: 1.6;
    }

    .gbp-review-meta {
        padding-top: 0.4rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .gbp-review-author {
        font-size: 0.8rem;
    }

    .gbp-review-badge {
        font-size: 0.6rem;
        padding: 2px 10px;
    }

    .gbp-reviews-conclusion {
        padding: 0.8rem 1rem;
        border-radius: 10px;
        border-left-width: 3px;
    }

    .gbp-reviews-text {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .gbp-btn-reviews {
        padding: 14px 28px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .gbp-btn-reviews span {
        font-size: 1rem;
    }

    .gbp-btn-reviews:hover {
        transform: translateY(-4px);
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-reviews-section {
        padding: 30px 0 20px;
    }

    .gbp-reviews-title {
        font-size: 1.3rem;
    }

    .gbp-reviews-subtitle {
        font-size: 0.9rem;
    }

    .gbp-review-card {
        padding: 0.8rem 1rem 0.7rem;
        border-radius: 8px;
    }

    .gbp-review-stars {
        font-size: 0.8rem;
        letter-spacing: 1px;
    }

    .gbp-review-text {
        font-size: 0.82rem;
        line-height: 1.5;
    }

    .gbp-review-author {
        font-size: 0.75rem;
    }

    .gbp-review-badge {
        font-size: 0.55rem;
        padding: 1px 8px;
    }

    .gbp-reviews-conclusion {
        padding: 0.6rem 0.8rem;
        border-radius: 8px;
        border-left-width: 3px;
    }

    .gbp-reviews-text {
        font-size: 0.82rem;
        line-height: 1.6;
    }

    .gbp-btn-reviews {
        padding: 12px 20px;
        font-size: 0.82rem;
        border-radius: 12px;
    }

    .gbp-btn-reviews span {
        font-size: 0.85rem;
    }
}

/* ============================================================
   SECTION 13: FREQUENTLY ASKED QUESTIONS - BLACK BACKGROUND
   ============================================================ */
  

.faq-search-box {
    position: relative;
    max-width: 600px;
    margin: 0 auto 25px;
}

.faq-search-box input {
    width: 100%;
    padding: 14px 20px 14px 45px;
    border-radius: 50px;
    border: 1px solid #333;
    background: #1e1e1e;
    color: #fff;
    font-size: 15px;
}

/* Placeholder visible */
.faq-search-box input::placeholder {
    color: #aaa;
}

/* Icon */
.faq-search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #85c815;
    font-size: 16px;
}

/* Focus */
.faq-search-box input:focus {
    border-color: #85c815;
    outline: none;
    box-shadow: 0 0 10px rgba(133, 200, 21, 0.4);
}

/* No result */
.no-result {
    text-align: center;
    color: #ff4d4d;
    font-size: 14px;
}
 
  /* ── CSS Variables (scoped to this section) ── */
    .fq-section {
      --fq-accent:   #91d904;
      --fq-accent2:  #6aaa00;
      --fq-dark:     #0d1117;
      --fq-card:     #141b22;
      --fq-border:   rgba(145,217,4,0.18);
      --fq-text:     #c9d1d9;
      --fq-muted:    #8b949e;
      --fq-white:    #ffffff;
      --fq-radius:   14px;
      --fq-trans:    0.32s cubic-bezier(.4,0,.2,1);

      background: var(--fq-dark);
      padding: 72px 0 80px;
      position: relative;
      overflow: hidden;
    }

    /* subtle grid texture */
    .fq-section::before {
      content: "";
      position: absolute;
      inset: 0;
     
      background-size: 48px 48px;
      pointer-events: none;
    }

    /* glow blobs */
    .fq-blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(90px);
      pointer-events: none;
      opacity: .18;
    }
    .fq-blob--1 {
      width: 400px; height: 400px;
      background: var(--fq-accent);
      top: -120px; left: -100px;
    }
    .fq-blob--2 {
      width: 300px; height: 300px;
      background: var(--fq-accent2);
      bottom: -80px; right: -80px;
    }

    .fq-wrap {
      max-width: 860px;
      margin: 0 auto;
      padding: 0 20px;
      position: relative;
      z-index: 1;
    }

    /* ── Header ── */
    .fq-header {
      text-align: center;
      margin-bottom: 48px;
    }
    .fq-badge {
      display: inline-block;
      background: rgba(145,217,4,.12);
      border: 1px solid var(--fq-border);
      color: var(--fq-accent);
      letter-spacing: .12em;
      font-size: .72rem;
      font-weight: 700;
      text-transform: uppercase;
      padding: 5px 16px;
      border-radius: 50px;
      margin-bottom: 18px;
    }
    .fq-title {
      color: var(--fq-white);
      font-size: clamp(1.6rem, 3.5vw, 2.4rem);
      font-weight: 800;
      line-height: 1.22;
      margin: 0 0 14px;
      letter-spacing: -.02em;
    }
    .fq-title span {
      color: var(--fq-accent);
    }
    .fq-sub {
      color: var(--fq-muted);
      font-size: .97rem;
      max-width: 520px;
      margin: 0 auto;
      line-height: 1.65;
    }

    /* ── Accordion List ── */
    .fq-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    /* ── Single FAQ Item ── */
    .fq-item {
      background: var(--fq-card);
      border: 1px solid var(--fq-border);
      border-radius: var(--fq-radius);
      overflow: hidden;
      transition: border-color var(--fq-trans), box-shadow var(--fq-trans);
    }
    .fq-item:hover {
      border-color: rgba(145,217,4,.45);
    }
    .fq-item.fq-open {
      border-color: var(--fq-accent);
      box-shadow: 0 0 0 1px rgba(145,217,4,.25), 0 8px 32px rgba(0,0,0,.35);
    }

    /* ── Question Button ── */
    .fq-btn {
      width: 100%;
      background: none;
      border: none;
      padding: 20px 22px;
      display: flex;
      align-items: center;
      gap: 16px;
      cursor: pointer;
      text-align: left;
      outline: none;
    }
    .fq-btn:focus-visible {
      outline: 2px solid var(--fq-accent);
      outline-offset: -2px;
    }

    .fq-num {
      flex-shrink: 0;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: rgba(145,217,4,.1);
      border: 1px solid var(--fq-border);
      color: var(--fq-accent);
      font-size: .7rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: .05em;
      transition: background var(--fq-trans), border-color var(--fq-trans);
    }
    .fq-open .fq-num {
      background: var(--fq-accent);
      border-color: var(--fq-accent);
      color: var(--fq-dark);
    }

    /* ONLY CHANGE: h2.fq-q-text — reset browser h2 defaults so it looks like before */
    h2.fq-q-text {
      margin: 0;
      padding: 0;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.4;
      flex: 1;
      color: var(--fq-white);
      transition: color var(--fq-trans);
    }
    .fq-open h2.fq-q-text {
      color: var(--fq-accent);
    }

    .fq-icon {
      flex-shrink: 0;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: rgba(145,217,4,.08);
      border: 1px solid var(--fq-border);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background var(--fq-trans), transform var(--fq-trans);
    }
    .fq-icon svg {
      width: 13px;
      height: 13px;
      stroke: var(--fq-accent);
      transition: transform var(--fq-trans);
    }
    .fq-open .fq-icon {
      background: var(--fq-accent);
    }
    .fq-open .fq-icon svg {
      stroke: var(--fq-dark);
      transform: rotate(45deg);
    }

    /* ── Answer Panel ── */
    .fq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height var(--fq-trans);
    }
    .fq-answer-inner {
      padding: 0 22px 20px 70px;
      text-align:justify;
      color: var(--fq-text);
      font-size: .94rem;
      line-height: 1.72;
    }

    /* ── More Button ── */
    .fq-more-wrap {
      text-align: center;
      margin-top: 40px;
    }
    .fq-more-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--fq-accent);
      color: var(--fq-dark);
      font-size: .9rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
      padding: 14px 32px;
      border-radius: 50px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: background var(--fq-trans), transform var(--fq-trans), box-shadow var(--fq-trans);
      box-shadow: 0 4px 20px rgba(145,217,4,.25);
    }
    .fq-more-btn:hover {
      background: var(--fq-accent2);
      transform: translateY(-2px);
      box-shadow: 0 8px 28px rgba(145,217,4,.35);
    }
    .fq-more-btn svg {
      width: 16px;
      height: 16px;
      stroke: var(--fq-dark);
      flex-shrink: 0;
      transition: transform var(--fq-trans);
    }
    .fq-more-btn:hover svg {
      transform: translateX(3px);
    }
.fq-answer {
  cursor: pointer;
}
    /* ── Responsive ── */
    @media (max-width: 600px) {
      .fq-section { padding: 52px 0 60px; }
      .fq-answer-inner { padding-left: 22px; }
      .fq-btn { padding: 16px 16px; gap: 12px; }
      /* .fq-num { display: none; } */
    }

/* ============================================================
   SECTION 14: TECHNICAL SEO & LOCAL SEARCH SIGNALS - WHITE BACKGROUND
   ============================================================ */

.gbp-technical-section {
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.gbp-technical-section--white {
    background: #ffffff;
    position: relative;
}

/* Decorative Elements */
.gbp-technical-section--white::before {
    content: '⚙️';
    position: absolute;
    top: 8%;
    right: 5%;
    font-size: 5rem;
    color: rgba(133, 200, 21, 0.03);
    pointer-events: none;
}

.gbp-technical-section--white::after {
    content: '⚙️';
    position: absolute;
    bottom: 10%;
    left: 3%;
    font-size: 3.5rem;
    color: rgba(133, 200, 21, 0.02);
    pointer-events: none;
}

/* Content */
.gbp-technical-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.gbp-technical-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.10);
    color: #85c815;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    margin-bottom: 0.8rem;
    letter-spacing: 0.3px;
}

/* Titles */
.gbp-technical-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 0.2rem;
}

.gbp-technical-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #85c815;
    margin-top: 0.5rem;
    border-radius: 2px;
}

.gbp-technical-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    color: #555555;
    margin-bottom: 1.5rem;
    letter-spacing: 0.3px;
}

/* Text */
.gbp-technical-text {
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    text-align: justify;
    font-size: 1rem;
}

.gbp-technical-text--highlight {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    padding: 1rem 1.5rem;
    background: #f8faf8;
    border-radius: 12px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    border-left: 4px solid #85c815;
    text-align: center;
}

/* Technical Grid */
.gbp-technical-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px 16px;
    margin: 1.5rem 0 2rem;
    padding: 1.5rem 2rem;
    background: #f8faf8;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
}

.gbp-technical-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    transition: all 0.3s ease;
    cursor: default;
}

.gbp-technical-item:hover {
    transform: translateX(4px);
}

.gbp-technical-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
    color: #85c815;
}

.gbp-technical-label {
    color: #2a2a2a;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Conclusion */
.gbp-technical-conclusion {
    margin: 1.5rem 0;
}

/* CTA */
.gbp-technical-cta {
    margin-top: 1.5rem;
    text-align: center;
}

.gbp-btn-technical {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #85c815;
    cursor: pointer;
    background: #85c815;
    color: #0a0a0a;
}

.gbp-btn-technical span {
    font-size: 1.1rem;
}

.gbp-btn-technical:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 35px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Large Desktop */
@media (max-width: 1199px) {
    .gbp-technical-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px 14px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .gbp-technical-section {
        padding: 50px 0 40px;
    }

    .gbp-technical-title {
        font-size: 2.2rem;
    }

    .gbp-technical-subtitle {
        font-size: 1.1rem;
    }

    .gbp-technical-text {
        font-size: 0.95rem;
    }

    .gbp-technical-text--highlight {
        font-size: 1rem;
        padding: 0.8rem 1.2rem;
    }

    .gbp-technical-grid {
        grid-template-columns: 1fr 1fr;
        gap: 6px 12px;
        padding: 1.25rem 1.5rem;
    }

    .gbp-technical-label {
        font-size: 0.85rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-technical-section {
        padding: 40px 0 30px;
    }

    .gbp-technical-section--white::before,
    .gbp-technical-section--white::after {
        display: none;
    }

    .gbp-technical-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-technical-title {
        font-size: 1.6rem;
    }

    .gbp-technical-title::after {
        width: 40px;
        height: 2px;
    }

    .gbp-technical-subtitle {
        font-size: 1rem;
    }

    .gbp-technical-text {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .gbp-technical-text--highlight {
        font-size: 0.92rem;
        padding: 0.7rem 1rem;
        border-radius: 10px;
        border-left-width: 3px;
    }

    .gbp-technical-grid {
        grid-template-columns: 1fr 1fr;
        gap: 4px 10px;
        padding: 1rem 1.25rem;
        border-radius: 12px;
    }

    .gbp-technical-item {
        padding: 4px 0;
        gap: 8px;
    }

    .gbp-technical-item:hover {
        transform: translateX(2px);
    }

    .gbp-technical-icon {
        font-size: 0.9rem;
    }

    .gbp-technical-label {
        font-size: 0.8rem;
    }

    .gbp-technical-conclusion {
        margin: 1rem 0;
    }

    .gbp-btn-technical {
        padding: 14px 28px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .gbp-btn-technical span {
        font-size: 1rem;
    }

    .gbp-btn-technical:hover {
        transform: translateY(-4px);
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-technical-section {
        padding: 30px 0 20px;
    }

    .gbp-technical-title {
        font-size: 1.3rem;
    }

    .gbp-technical-subtitle {
        font-size: 0.9rem;
    }

    .gbp-technical-text {
        font-size: 0.85rem;
    }

    .gbp-technical-text--highlight {
        font-size: 0.85rem;
        padding: 0.6rem 0.8rem;
        border-radius: 8px;
        border-left-width: 3px;
    }

    .gbp-technical-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3px 8px;
        padding: 0.75rem 1rem;
        border-radius: 10px;
    }

    .gbp-technical-item {
        padding: 3px 0;
        gap: 6px;
    }

    .gbp-technical-icon {
        font-size: 0.8rem;
    }

    .gbp-technical-label {
        font-size: 0.72rem;
    }

    .gbp-btn-technical {
        padding: 12px 20px;
        font-size: 0.82rem;
        border-radius: 12px;
    }

    .gbp-btn-technical span {
        font-size: 0.85rem;
    }
}

/* ============================================================
   SECTION 15: READY TO TURN GOOGLE SEARCHES INTO CUSTOMERS - WHITE BACKGROUND
   ============================================================ */

.gbp-final-section {
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.gbp-final-section--white {
    background: #ffffff;
    position: relative;
}

/* Decorative Elements */
.gbp-final-section--white::before {
    content: '✦';
    position: absolute;
    top: 5%;
    right: 3%;
    font-size: 8rem;
    color: rgba(133, 200, 21, 0.04);
    pointer-events: none;
}

.gbp-final-section--white::after {
    content: '✦';
    position: absolute;
    bottom: 8%;
    left: 2%;
    font-size: 6rem;
    color: rgba(133, 200, 21, 0.03);
    pointer-events: none;
}

/* Content */
.gbp-final-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Badge */
.gbp-final-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.10);
    color: #85c815;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.15);
    margin-bottom: 0.8rem;
    letter-spacing: 0.3px;
}

/* Titles */
.gbp-final-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 0.2rem;
}

.gbp-final-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #85c815;
    margin: 0.5rem auto 0;
    border-radius: 2px;
}

.gbp-final-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    color: #555555;
    margin-bottom: 1.5rem;
    letter-spacing: 0.3px;
}

/* Text */
.gbp-final-text {
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    text-align: center;
    font-size: 1rem;
}

.gbp-final-text--highlight {
    font-size: 1.05rem;
    font-weight: 500;
    color: #1a1a1a;
    padding: 1rem 1.5rem;
    background: #f8faf8;
    border-radius: 12px;
    border-left: 4px solid #85c815;
    margin: 1.5rem 0;
    text-align: center;
}

.gbp-final-text--highlight strong {
    color: #85c815;
}

.gbp-final-text--highlight .gbp-highlight {
    color: #85c815;
}

/* Buttons */
.gbp-final-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 1.5rem 0 2rem;
}

.gbp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    border-radius: 50px;
    border: solid 1px #85c815    !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid transparent;
    cursor: pointer;
}

.gbp-btn span {
    font-size: 1rem;
}

.gbp-btn-final-primary {
    background: #85c815;
    color: #0a0a0a;
    border-color: #85c815;
}

.gbp-btn-final-primary:hover {
    background: #6db010;
    border-color: #6db010;
    color: #0a0a0a;
    transform: translateY(-6px);
    box-shadow: 0 8px 35px rgba(133, 200, 21, 0.35);
    text-decoration: none;
}

.gbp-btn-final-secondary {
    background: transparent;
    color: #85c815;
    border-color: #85c815;
}

.gbp-btn-final-secondary:hover {
    background: #85c815;
    color: #0a0a0a;
    transform: translateY(-6px);
    box-shadow: 0 8px 35px rgba(133, 200, 21, 0.25);
    text-decoration: none;
}

.gbp-btn-final-phone {
    background: #f5f5f5;
    color: #333333;
    border-color: #e0e0e0;
}

.gbp-btn-final-phone:hover {
    background: #e8e8e8;
    border-color: #85c815;
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    text-decoration: none;
}

/* Trust Box */
.gbp-final-trust {
    margin-top: 2rem;
    padding: 1.5rem 2rem;
    background: #f8faf8;
    border-radius: 16px;
    border: 2px solid #85c815;
}

.gbp-final-trust-text {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.3rem 0;
}

.gbp-final-trust-text strong {
    color: #85c815;
}

.gbp-final-trust-sub {
    font-size: 1.05rem;
    color: #555555;
    margin: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet */
@media (max-width: 991px) {
    .gbp-final-section {
        padding: 50px 0 40px;
    }

    .gbp-final-title {
        font-size: 2.2rem;
    }

    .gbp-final-subtitle {
        font-size: 1.1rem;
    }

    .gbp-final-text {
        font-size: 0.95rem;
    }

    .gbp-final-text--highlight {
        font-size: 0.98rem;
        padding: 0.8rem 1.2rem;
    }

    .gbp-final-buttons {
        gap: 10px;
    }

    .gbp-btn {
        padding: 12px 28px;
        font-size: 0.9rem;
    }

    .gbp-final-trust {
        padding: 1.25rem 1.5rem;
    }

    .gbp-final-trust-text {
        font-size: 1.15rem;
    }

    .gbp-final-trust-sub {
        font-size: 0.95rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gbp-final-section {
        padding: 40px 0 30px;
    }

    .gbp-final-section--white::before,
    .gbp-final-section--white::after {
        display: none;
    }

    .gbp-final-badge {
        font-size: 0.7rem;
        padding: 4px 14px;
    }

    .gbp-final-title {
        font-size: 1.6rem;
    }

    .gbp-final-title::after {
        width: 40px;
        height: 2px;
    }

    .gbp-final-subtitle {
        font-size: 1rem;
    }

    .gbp-final-text {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .gbp-final-text--highlight {
        font-size: 0.92rem;
        padding: 0.7rem 1rem;
        border-radius: 10px;
        border-left-width: 3px;
        margin: 1rem 0;
    }

    .gbp-final-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .gbp-btn {
        padding: 14px 24px;
        font-size: 0.9rem;
        justify-content: center;
        border-radius: 12px;
    }

    .gbp-btn-final-primary:hover,
    .gbp-btn-final-secondary:hover,
    .gbp-btn-final-phone:hover {
        transform: translateY(-4px);
    }

    .gbp-final-trust {
        padding: 1rem 1.25rem;
        border-radius: 12px;
        border-width: 2px;
    }

    .gbp-final-trust-text {
        font-size: 1rem;
    }

    .gbp-final-trust-sub {
        font-size: 0.88rem;
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .gbp-final-section {
        padding: 30px 0 20px;
    }

    .gbp-final-title {
        font-size: 1.3rem;
    }

    .gbp-final-subtitle {
        font-size: 0.9rem;
    }

    .gbp-final-text {
        font-size: 0.85rem;
    }

    .gbp-final-text--highlight {
        font-size: 0.85rem;
        padding: 0.6rem 0.8rem;
        border-radius: 8px;
        border-left-width: 3px;
    }

    .gbp-btn {
        padding: 12px 20px;
        font-size: 0.82rem;
        gap: 8px;
    }

    .gbp-btn span {
        font-size: 0.85rem;
    }

    .gbp-final-trust {
        padding: 0.75rem 1rem;
        border-radius: 10px;
    }

    .gbp-final-trust-text {
        font-size: 0.9rem;
    }

    .gbp-final-trust-sub {
        font-size: 0.8rem;
    }
}