/* =============================================
   GMB CLUB - COMPLETE STYLESHEET
   Version: 2.0 (Cleaned & Consolidated)
   ============================================= */

/* =============================================
   TABLE OF CONTENTS
   -----------------
   1.  WordPress Full-Width Overrides (pages 727, 419, 755)
   2.  Reset & Base
   3.  Typography
   4.  Buttons
   5.  Header & Navigation
   6.  Hero Section
   7.  Before/After Transformation
   8.  Clients Section
   9.  Features Section
   10. Services Section
   11. Pricing Section
   12. Demo Section
   13. Testimonials Section
   14. Sectors Section
   15. Team Section
   16. FAQ Section (inline)
   17. Final CTA
   18. Contact Section
   19. Footer
   20. Language Selector
   21. SEO Content Block
   22. FAQ Page (page 419)
   23. API Documentation Page (page 755)
   24. Utility Classes
   25. Animations
   26. Accessibility & Print
   27. Responsive Breakpoints
   ============================================= */


/* =============================================
   1. WORDPRESS FULL-WIDTH OVERRIDES
   ============================================= */

html, body {
    overflow-x: hidden !important;
}

/* --- Pages 727, 419, 755: full-width layout --- */
body.page-id-727,
body.page-id-419,
body.page-id-755 {
    padding: 0 !important;
    margin: 0 !important;
}

body.page-id-727 .site-wrapper,
body.page-id-727 #page,
body.page-id-727 #content,
body.page-id-727 #primary,
body.page-id-727 .site-main,
body.page-id-727 .entry-content,
body.page-id-727 article,
body.page-id-727 .articleBody,
body.page-id-419 .site-wrapper,
body.page-id-419 #page,
body.page-id-419 #content,
body.page-id-419 #primary,
body.page-id-419 .site-main,
body.page-id-419 .entry-content,
body.page-id-419 article,
body.page-id-419 .articleBody,
body.page-id-755 .site-wrapper,
body.page-id-755 #page,
body.page-id-755 #content,
body.page-id-755 #primary,
body.page-id-755 .site-main,
body.page-id-755 .entry-content,
body.page-id-755 article,
body.page-id-755 .articleBody {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* =============================================
   PAGE JMB COM (page 1101) - FULL WIDTH
   ============================================= */

body.page-id-1101 {
    padding: 0 !important;
    margin: 0 !important;
}

body.page-id-1101 .site-wrapper,
body.page-id-1101 #page,
body.page-id-1101 #content,
body.page-id-1101 #primary,
body.page-id-1101 .site-main,
body.page-id-1101 .entry-content,
body.page-id-1101 article,
body.page-id-1101 .articleBody {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.page-id-1101 header#masthead,
body.page-id-1101 header.site-header,
body.page-id-1101 .site-header,
body.page-id-1101 footer#colophon,
body.page-id-1101 footer.site-footer,
body.page-id-1101 .site-footer,
body.page-id-1101 .footer-widgets,
body.page-id-1101 .site-info,
body.page-id-1101 .entry-footer,
body.page-id-1101 .entry-title,
body.page-id-1101 h1.page-title,
body.page-id-1101 .page-header,
body.page-id-1101 article > header {
    display: none !important;
}

/* --- Hide native WP header/footer on all custom pages --- */
body.page-id-727 header#masthead,
body.page-id-727 header.site-header,
body.page-id-727 .site-header,
body.page-id-727 footer#colophon,
body.page-id-727 footer.site-footer,
body.page-id-727 .site-footer,
body.page-id-727 .footer-widgets,
body.page-id-727 .site-info,
body.page-id-727 .entry-footer,
body.page-id-419 header#masthead,
body.page-id-419 header.site-header,
body.page-id-419 .site-header,
body.page-id-419 footer#colophon,
body.page-id-419 footer.site-footer,
body.page-id-419 .site-footer,
body.page-id-419 .footer-widgets,
body.page-id-419 .site-info,
body.page-id-419 .entry-footer,
body.page-id-419 .entry-header,
body.page-id-755 header#masthead,
body.page-id-755 header.site-header,
body.page-id-755 .site-header,
body.page-id-755 footer#colophon,
body.page-id-755 footer.site-footer,
body.page-id-755 .site-footer,
body.page-id-755 .footer-widgets,
body.page-id-755 .site-info,
body.page-id-755 .entry-footer,
body.page-id-755 .entry-header,
body.page-id-755 .entry-title,
body.page-id-755 h1.page-title,
body.page-id-755 .page-header,
body.page-id-755 article > header {
    display: none !important;
}

/* Hide WP title on FAQ page */
body.page-id-419 .entry-title,
body.page-id-419 h1.page-title,
body.page-id-419 .page-header,
body.page-id-419 article > header {
    display: none !important;
}

/* Landing & sections full viewport */
.gmbclub-landing,
.gmbclub-landing section,
.gmbclub-landing .header,
.gmbclub-landing .footer {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

/* Exclude doc page from full-width overrides */
.gmbclub-landing.gmb-doc-wrapper section,
.gmbclub-landing.gmb-doc-wrapper .gmb-doc-layout,
.gmbclub-landing.gmb-doc-wrapper .gmb-doc-sidebar,
.gmbclub-landing.gmb-doc-wrapper .gmb-doc-content section {
    width: auto !important;
    max-width: none !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

/* Doc main keeps its sidebar offset */
.gmbclub-landing.gmb-doc-wrapper .gmb-doc-main {
    width: auto !important;
    max-width: calc(100% - 280px) !important;
    margin-right: unset !important;
    /* margin-left: 280px is preserved from the original rule */
}

/* Inner containers centered */
.gmbclub-landing .container {
    max-width: 1200px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}


/* =============================================
   2. RESET & BASE
   ============================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    overflow-x: hidden;
    background: #ffffff;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 24px;
}


/* =============================================
   3. TYPOGRAPHY
   ============================================= */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 600;
}

p {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.7;
}

.highlight {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}


/* =============================================
   4. BUTTONS
   ============================================= */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    color: white;
    box-shadow: 0 4px 24px rgba(255, 107, 53, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(255, 107, 53, 0.4);
}

.btn-outline {
    background: transparent;
    color: #FF6B35;
    border: 2px solid #FF6B35;
}

.btn-outline:hover {
    background: #FF6B35;
    color: white;
    transform: translateY(-2px);
}

.btn-large {
    padding: 18px 36px;
    font-size: 1.125rem;
    border-radius: 16px;
}


/* =============================================
   5. HEADER & NAVIGATION
   ============================================= */

.header {
    padding: 12px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    z-index: 1000;
    transition: all 0.3s ease;
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.logo-img {
    height: 40px;
    width: auto;
}

.nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-list {
    display: flex;
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-list a {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
    position: relative;
}

.nav-list a.active {
    color: #FF6B35;
}

.nav-list a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background: #FF6B35;
    transition: width 0.3s ease;
}

.nav-list a:hover::after,
.nav-list a.active::after {
    width: 100%;
}

.header-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    padding: 8px;
}

.mobile-menu-toggle span {
    width: 24px;
    height: 2px;
    background: #1a1a1a;
    transition: all 0.3s ease;
    border-radius: 1px;
}


/* =============================================
   6. HERO SECTION
   ============================================= */

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    overflow: hidden;
    padding-top: 80px;
}

/* --- Background orbs --- */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.15;
    animation: float-orb 20s ease-in-out infinite;
}

.orb-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.orb-2 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #F7931E, #FF6B35);
    top: 50%;
    right: 10%;
    animation-delay: 7s;
}

.orb-3 {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    bottom: 20%;
    left: 50%;
    animation-delay: 14s;
}

@keyframes float-orb {
    0%, 100% { transform: translateY(0px) translateX(0px) scale(1); }
    33% { transform: translateY(-30px) translateX(20px) scale(1.1); }
    66% { transform: translateY(20px) translateX(-30px) scale(0.9); }
}

/* --- Hero grid layout --- */
.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-content {
    color: #1a1a1a;
}

.hero-title {
    margin-bottom: 24px;
    line-height: 1.1;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 32px;
    color: #666;
    line-height: 1.6;
}

.hero-subtitle strong {
    color: #FF6B35;
}

.hero-buttons {
    margin-bottom: 24px;
}

.hero-guarantee {
    font-size: 14px;
    color: #888;
    font-style: italic;
}

/* --- Hero visual / floating cards --- */
.hero-visual {
    position: relative;
    height: 600px;
}

.dashboard-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 107, 53, 0.1);
    transition: transform 0.3s ease;
}

.floating-card:hover {
    transform: translateY(-5px);
}

.floating-card.card-1 {
    width: 220px;
    top: 50px;
    left: 20px;
    animation: float-gentle 6s ease-in-out infinite;
}

.floating-card.card-2 {
    width: 280px;
    top: 180px;
    right: 10px;
    animation: float-gentle 6s ease-in-out infinite 2s;
}

.floating-card.card-3 {
    width: 200px;
    bottom: 80px;
    left: 80px;
    text-align: center;
    animation: float-gentle 6s ease-in-out infinite 4s;
}

@keyframes float-gentle {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(1deg); }
}

/* --- Floating card inner elements --- */

/* Shared card-header (floating cards only) */
.floating-card .card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    text-align: left;
    padding-bottom: 0;
    border-bottom: none;
}

.user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF6B35, #F7931E);
}

.user-info {
    flex: 1;
}

.user-name {
    width: 120px;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 6px;
}

.user-date {
    width: 80px;
    height: 6px;
    background: #f0f0f0;
    border-radius: 3px;
}

.floating-card .stars {
    color: #FFD700;
    font-size: 14px;
}

.card-content {
    margin-bottom: 16px;
}

.text-line {
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 8px;
}

.text-line.short {
    width: 70%;
}

.ai-response {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 8px;
    border-left: 3px solid #FF6B35;
}

.floating-card .ai-badge {
    background: #FF6B35;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
}

.response-text {
    flex: 1;
    height: 6px;
    background: rgba(255, 107, 53, 0.3);
    border-radius: 3px;
}

.analytics-header {
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.chart-container {
    display: flex;
    align-items: end;
    gap: 8px;
    height: 80px;
    margin-bottom: 16px;
}

.chart-bar {
    flex: 1;
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    border-radius: 2px;
    min-height: 20px;
    animation: grow-bar 2s ease-out;
}

@keyframes grow-bar {
    from { height: 0; }
    to { height: inherit; }
}

.metric {
    display: flex;
    flex-direction: column;
}

.metric-value {
    font-size: 24px;
    font-weight: 700;
    color: #FF6B35;
}

.metric-label {
    font-size: 12px;
    color: #666;
}

.automation-icon {
    font-size: 32px;
    text-align: center;
    margin-bottom: 12px;
}

.automation-text {
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.automation-status {
    font-size: 14px;
    color: #22c55e;
}

/* --- Hero card new design (platforms, stats, AI) --- */
.card-header-new {
    font-weight: 600;
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.platforms-grid {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.platform-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.platform-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.platform-icon svg {
    width: 22px;
    height: 22px;
}

.platform-icon[title="WordPress"] {
    padding: 8px;
}

.platform-icon[title="WordPress"] svg {
    width: 24px;
    height: 24px;
}

.card-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
}

.card-status.connected,
.card-status.active {
    color: #22c55e;
}

.card-stats-row {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 12px;
    font-weight: 500;
}

.ai-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.ai-title {
    font-weight: 600;
    font-size: 15px;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 8px;
}

.ai-stats {
    font-size: 11px;
    color: #666;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.4;
}

.floating-card.card-3 .card-status {
    justify-content: center;
}


/* =============================================
   7. BEFORE/AFTER TRANSFORMATION
   ============================================= */

.before-after {
    padding: 120px 0;
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
    position: relative;
    overflow: hidden;
}

.transformation-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 80px;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.scene-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.6s ease-in-out;
}

.scene-image.before-scene {
    background: linear-gradient(135deg, #8e9aaf 0%, #cbc0d3 100%);
    opacity: 1;
}

.scene-image.after-scene {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    opacity: 0;
}

.business-storefront {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.storefront-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.business-name {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.gmb-status {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.status-indicator.red {
    background: #ef4444;
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
}

.status-indicator.green {
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
}

.gmb-status.before .status-text { color: #ef4444; }
.gmb-status.after .status-text { color: #22c55e; }

.storefront-windows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.window {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.window.empty {
    opacity: 0.6;
    transform: scale(0.95);
}

.window.active {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.window-content { color: white; }

.reviews-count {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.reviews-detail {
    font-size: 0.9rem;
    opacity: 0.9;
}

.customers-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    min-height: 80px;
}

.customer {
    font-size: 2rem;
    animation: bounce 2s ease-in-out infinite;
}

.customer.lonely {
    opacity: 0.5;
    animation: none;
}

.customer.happy {
    animation-delay: calc(var(--index, 0) * 0.2s);
}

.empty-seats,
.full-tables {
    color: white;
    font-style: italic;
    opacity: 0.8;
    font-size: 0.9rem;
}

.full-tables {
    font-weight: 600;
    color: #fbbf24;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

.notifications {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notification {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.notification.negative {
    background: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
}

.notification.positive {
    background: rgba(34, 197, 94, 0.2);
    color: #bbf7d0;
    animation: slideInUp 0.6s ease-out;
    animation-delay: calc(var(--index, 0) * 0.2s);
}

@keyframes slideInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.notification-icon {
    font-size: 16px;
}

/* --- Scroll progress bar (Before/After) --- */
.scroll-progress {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 10;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #ef4444 0%, #fbbf24 50%, #22c55e 100%);
    border-radius: 3px;
    transition: width 0.1s ease-out;
    position: relative;
}

.progress-fill::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.progress-fill[style*="width: 0%"]::after { opacity: 0; }
.progress-fill:not([style*="width: 0%"])::after { opacity: 1; }

.progress-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.progress-labels .label {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.before-label::before { content: '😞'; font-size: 16px; }
.after-label::after { content: '🚀'; font-size: 16px; }

.before-label { opacity: 1; transform: scale(1); }
.after-label { opacity: 0.6; transform: scale(0.9); }

/* Scrolled state */
.before-after.scrolled .before-label { opacity: 0.6; transform: scale(0.9); }
.before-after.scrolled .after-label { opacity: 1; transform: scale(1); }
.before-after.scrolled .scene-image.before-scene { opacity: 0; }
.before-after.scrolled .scene-image.after-scene { opacity: 1; }
.before-after.scrolled .progress-fill { width: 100%; }

.transformation-cta {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.transformation-cta h3 {
    margin-bottom: 16px;
    color: #1a1a1a;
    font-size: 2rem;
}

.transformation-cta p {
    margin-bottom: 32px;
    color: #666;
    font-size: 1.125rem;
}


/* =============================================
   8. CLIENTS SECTION
   ============================================= */

.clients {
    padding: 80px 0;
    background: #f8f9fa;
}

.clients-header {
    text-align: center;
    margin-bottom: 48px;
}

.clients-header h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    font-weight: 600;
}

.category-selector {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.category-btn {
    padding: 12px 24px;
    border: 2px solid #e5e5e5;
    background: white;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
}

.category-btn.active,
.category-btn:hover {
    border-color: #FF6B35;
    color: #FF6B35;
    background: rgba(255, 107, 53, 0.05);
}

.client-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.logo-item {
    padding: 24px;
    background: white;
    border-radius: 12px;
    text-align: center;
    font-weight: 500;
    color: #666;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.logo-item:hover {
    transform: translateY(-2px);
}


/* =============================================
   9. FEATURES SECTION
   ============================================= */

.features {
    padding: 120px 0;
    background: white;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    margin-bottom: 24px;
}

.section-subtitle {
    font-size: 1.25rem;
    color: #666;
}

.features-tabs {
    max-width: 1200px;
    margin: 0 auto;
}

.tab-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 16px;
}

.tab-btn {
    padding: 12px 24px;
    border: none;
    background: transparent;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    white-space: nowrap;
}

.tab-btn.active,
.tab-btn:hover {
    background: white;
    color: #FF6B35;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tab-content {
    position: relative;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.feature-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.feature-mockup {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #e5e5e5;
}

.mockup-header h4 {
    margin-bottom: 24px;
    color: #1a1a1a;
}

.conversation {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.message {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.message-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.user-message .message-avatar { background: #e5e5e5; }
.ai-message .message-avatar { background: linear-gradient(135deg, #FF6B35, #F7931E); }

.message-content {
    flex: 1;
    padding: 12px 16px;
    border-radius: 12px;
    background: white;
    border: 1px solid #e5e5e5;
}

.message-content p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #1a1a1a;
}

/* AI badge inside features (different from floating card badge) */
.feature-mockup .ai-badge {
    font-size: 11px;
    color: #FF6B35;
    font-weight: 500;
    background: none;
    padding: 0;
}

.feature-description h3 { margin-bottom: 16px; }
.feature-description p { margin-bottom: 24px; }

.feature-benefits {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-benefits li {
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 8px;
}

/* Campaign flow */
.campaign-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.flow-step {
    text-align: center;
    flex: 1;
    min-width: 100px;
}

.step-icon { font-size: 24px; margin-bottom: 8px; }
.step-text { font-size: 12px; color: #666; font-weight: 500; }
.flow-arrow { color: #FF6B35; font-size: 18px; font-weight: bold; }

/* KPI grid */
.kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.kpi-card {
    text-align: center;
    padding: 16px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.kpi-value { font-size: 20px; font-weight: 700; color: #FF6B35; margin-bottom: 4px; }
.kpi-label { font-size: 12px; color: #666; margin-bottom: 4px; }
.kpi-trend { font-size: 11px; font-weight: 600; }
.kpi-trend.positive { color: #22c55e; }

/* Social Media Tab */
.social-calendar {
    background: white;
    border-radius: 12px;
    padding: 20px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.calendar-header h5 { margin: 0; color: #1a1a1a; }

.status-badge {
    background: #22c55e;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.social-posts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.social-post {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    border-left: 4px solid #FF6B35;
}

.post-platform { font-weight: 600; margin-bottom: 8px; font-size: 14px; }
.post-content { color: #666; margin-bottom: 8px; font-style: italic; }
.post-time { font-size: 12px; color: #FF6B35; font-weight: 500; }

/* Multi-GMB Tab */
.multi-gmb-dashboard {
    background: white;
    border-radius: 12px;
    padding: 20px;
}

.gmb-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.stat-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
}

.stat-card .stat-number {
    font-size: 24px;
    font-weight: 700;
    color: #FF6B35;
    margin-bottom: 4px;
}

.stat-card .stat-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gmb-locations {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.location-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 8px;
}

.location-name { font-weight: 600; color: #1a1a1a; }
.location-stats { font-size: 14px; color: #666; }

.location-status {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
}

.location-status.active { background: #dcfce7; color: #22c55e; }
.location-status.pending { background: #fef3c7; color: #f59e0b; }

/* SEO Tab */
.seo-generator {
    background: white;
    border-radius: 12px;
    padding: 20px;
}

.article-preview {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.article-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.article-header h5 { margin: 0; color: #1a1a1a; font-size: 16px; }

.seo-score { display: flex; align-items: center; gap: 8px; }
.score-label { font-size: 12px; color: #666; }
.score-value { background: #22c55e; color: white; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 600; }

.article-content { margin-bottom: 16px; }

.content-line {
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 8px;
}

.content-line.short { width: 70%; }

.keyword-highlight {
    background: rgba(255, 107, 53, 0.1);
    color: #FF6B35;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    margin: 12px 0;
    display: inline-block;
}

.article-actions {
    display: flex;
    gap: 8px;
}

.action-btn {
    background: #e5e5e5;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.action-btn:hover { background: #FF6B35; color: white; }

.seo-keywords h6 { margin: 0 0 12px 0; color: #1a1a1a; font-size: 14px; }

.keyword-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.keyword-tag {
    background: rgba(255, 107, 53, 0.1);
    color: #FF6B35;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}


/* =============================================
   10. SERVICES SECTION
   ============================================= */

.services {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.services::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FF6B35, #FF8C42);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-card:hover::before { transform: scaleX(1); }

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(255, 107, 53, 0.2);
}

.service-card.featured {
    background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
    color: white;
    border: 3px solid #FF6B35;
}

.service-card.featured .service-features li { color: rgba(255, 255, 255, 0.95); }
.service-card.featured h3,
.service-card.featured p { color: white; }

.service-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.service-icon {
    font-size: 48px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.service-badge {
    background: linear-gradient(135deg, #FF6B35, #FF8C42);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-badge.premium {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #333;
}

.service-card h3 { font-size: 24px; font-weight: 700; margin-bottom: 15px; color: #1a1a1a; }
.service-card p { font-size: 15px; line-height: 1.7; color: #666; margin-bottom: 25px; }

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.service-features li {
    font-size: 14px;
    color: #444;
    margin-bottom: 12px;
    padding-left: 0;
    line-height: 1.6;
    transition: transform 0.3s ease;
}

.service-card:hover .service-features li { transform: translateX(5px); }

.service-cta { margin-top: auto; }

.service-cta .btn {
    width: 100%;
    justify-content: center;
    transition: all 0.3s ease;
}

.service-card.featured .btn-primary { background: white; color: #FF6B35; }
.service-card.featured .btn-primary:hover { background: rgba(255, 255, 255, 0.9); transform: scale(1.05); }

.services-footer {
    margin-top: 80px;
    text-align: center;
    background: white;
    padding: 60px 40px;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.services-footer-content h3 { font-size: 32px; font-weight: 700; color: #1a1a1a; margin-bottom: 15px; }

.services-footer-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Pricing Note */
.pricing-note {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: linear-gradient(135deg, #fff9f5 0%, #fff 100%);
    border: 2px solid #FFE5D9;
    border-radius: 20px;
    padding: 30px 40px;
    margin-top: 50px;
    box-shadow: 0 5px 20px rgba(255, 107, 53, 0.1);
}

.pricing-note-icon { font-size: 36px; flex-shrink: 0; }
.pricing-note-content h4 { font-size: 20px; font-weight: 700; color: #FF6B35; margin-bottom: 10px; }
.pricing-note-content p { font-size: 15px; line-height: 1.7; color: #666; margin: 0; }


/* =============================================
   11. PRICING SECTION
   ============================================= */

.pricing {
    padding: 120px 0;
    background: #f8f9fa;
}

.pricing-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 60px;
}

.toggle-label { font-weight: 600; color: #1a1a1a; }

.discount {
    background: #22c55e;
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    margin-left: 8px;
}

.toggle {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 32px;
}

.toggle input { opacity: 0; width: 0; height: 0; }

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 32px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .toggle-slider { background-color: #FF6B35; }
input:checked + .toggle-slider:before { transform: translateX(24px); }

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 40px 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.pricing-card.featured {
    border-color: #FF6B35;
    transform: scale(1.05);
}

.pricing-card.featured:hover {
    transform: translateY(-8px) scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    color: white;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

/* Pricing card header (distinct from floating card header) */
.pricing-card .card-header {
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    display: block;
}

.pricing-card .card-header h3 {
    margin-bottom: 16px;
    font-size: 1.5rem;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    line-height: 1;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.currency { font-size: 1.2rem; align-self: flex-start; color: #666; }
.amount { font-size: 3rem; font-weight: 800; color: #FF6B35; line-height: 1; }
.amount.custom-price { font-size: 1.75rem; font-weight: 700; }
.yearly-price { display: none; }
.period { font-size: 1rem; align-self: flex-end; color: #666; white-space: nowrap; }
.yearly-period { display: none; }

.price-description {
    color: #666;
    font-size: 1rem;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

.card-features { margin-bottom: 32px; }

.features-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #1a1a1a;
}

.check-icon { color: #22c55e; flex-shrink: 0; }

.card-footer { text-align: center; }


/* =============================================
   12. DEMO SECTION
   ============================================= */

.demo {
    padding: 120px 0;
    background: white;
}

.demo-player {
    max-width: 1000px;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

.demo-video {
    position: relative;
}

.video-placeholder {
    position: relative;
    aspect-ratio: 16/9;
    background-color: #1a1a1a;
    background-repeat: no-repeat;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
}

.video-placeholder::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: background 0.3s ease;
}

.video-placeholder:hover::before { background: rgba(0, 0, 0, 0.5); }
.video-placeholder:hover { transform: scale(1.02); }

/* Fallback if no background-image */
.video-placeholder:not([style*="background-image"]) {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(255, 107, 53, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
}

.play-button:hover { background: #FF6B35; transform: scale(1.1); }

.video-overlay {
    position: absolute;
    bottom: 32px;
    left: 32px;
    color: white;
    z-index: 2;
}

.video-overlay h3 { font-size: 1.5rem; margin-bottom: 8px; color: white; }
.video-overlay p { color: rgba(255, 255, 255, 0.8); }

.demo-video-el {
    aspect-ratio: 16/9;
    border-radius: 16px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

/* Video play states */
.demo-video.playing .video-placeholder {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.demo-video.playing .demo-video-el {
    opacity: 1;
    display: block !important;
}

.demo-video:not(.playing) .demo-video-el {
    opacity: 0;
    pointer-events: none;
}

.demo-video:not(.playing) .video-placeholder {
    opacity: 1;
    pointer-events: all;
}

/* Demo features list */
.demo-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.demo-feature {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.demo-feature:hover,
.demo-feature.active {
    background: rgba(255, 107, 53, 0.05);
    border-color: #FF6B35;
}

.feature-time { font-weight: 700; color: #FF6B35; font-size: 14px; min-width: 40px; }
.feature-content h4 { margin-bottom: 8px; font-size: 1rem; }
.feature-content p { font-size: 14px; color: #666; }

.demo-cta { text-align: center; }
.demo-cta p { margin-top: 16px; color: #666; }

.demo-link { color: #FF6B35; text-decoration: none; font-weight: 600; }
.demo-link:hover { text-decoration: underline; }


/* =============================================
   13. TESTIMONIALS SECTION
   ============================================= */

.testimonials {
    padding: 120px 0;
    background: #f8f9fa;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background: white;
    padding: 40px 32px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.testimonial-card:hover { transform: translateY(-8px); }

.testimonial-card.featured {
    border: 2px solid #FF6B35;
    transform: scale(1.05);
}

.testimonial-card.featured:hover {
    transform: translateY(-8px) scale(1.05);
}

.testimonial-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.testimonial-rating .stars { color: #FFD700; font-size: 16px; }
.rating-value { font-weight: 700; color: #1a1a1a; }

.testimonial-card blockquote {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 32px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.author-name { font-weight: 600; margin-bottom: 4px; color: #1a1a1a; }
.author-title { font-size: 14px; color: #666; margin-bottom: 2px; }
.author-location { font-size: 12px; color: #999; }


/* =============================================
   14. SECTORS SECTION
   ============================================= */

.sectors {
    padding: 120px 0;
    background: white;
}

.sectors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.sector-card {
    background: #f8f9fa;
    padding: 40px 32px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.sector-card:hover {
    transform: translateY(-8px);
    border-color: #FF6B35;
    background: white;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.sector-icon { font-size: 3rem; margin-bottom: 24px; }
.sector-card h3 { margin-bottom: 16px; color: #1a1a1a; }
.sector-card p { margin-bottom: 24px; color: #666; }

.sector-features {
    list-style: none;
    text-align: left;
}

.sector-features li {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.sector-features li::before {
    content: '•';
    color: #FF6B35;
    position: absolute;
    left: 0;
}


/* =============================================
   15. TEAM SECTION
   ============================================= */

.team {
    padding: 120px 0;
    background: #f8f9fa;
}

.team-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 80px;
}

.team-text h2 { margin-bottom: 24px; }
.team-text p { margin-bottom: 40px; font-size: 1.125rem; }

.team-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.stat { text-align: center; }
.stat-number { font-size: 2.5rem; font-weight: 800; color: #FF6B35; margin-bottom: 8px; }
.stat-label { font-size: 14px; color: #666; }

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.team-member {
    background: white;
    padding: 32px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.team-member:hover { transform: translateY(-4px); }

.member-avatar { font-size: 3rem; margin-bottom: 16px; }
.member-role { font-weight: 600; color: #1a1a1a; }

.partners {
    text-align: center;
    padding-top: 60px;
    border-top: 1px solid #e5e5e5;
}

.partners-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.partners-logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.partner-logo { font-size: 14px; color: #999; font-weight: 500; }


/* =============================================
   16. FAQ SECTION (inline on landing)
   ============================================= */

.faq {
    padding: 120px 0;
    background: #f8f9fa;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.faq-item {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item:hover {
    transform: translateY(-4px);
    border-color: #FF6B35;
    box-shadow: 0 16px 48px rgba(255, 107, 53, 0.15);
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.4;
}

.faq-answer {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}


/* =============================================
   17. FINAL CTA
   ============================================= */

.final-cta {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    color: #1a1a1a;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 107, 53, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(247, 147, 30, 0.08) 0%, transparent 50%);
}

.cta-content { position: relative; z-index: 2; }

.final-cta h2 {
    margin-bottom: 16px;
    color: #1a1a1a;
    font-size: clamp(2rem, 4vw, 3rem);
}

.final-cta > p { font-size: 1.25rem; margin-bottom: 40px; color: #666; }

.cta-highlight { margin: 40px 0; }
.cta-highlight h3 { font-size: 1.5rem; margin-bottom: 8px; color: #FF6B35; }
.cta-highlight p { color: #666; }
.cta-buttons { margin: 40px 0; }
.cta-footer { font-size: 14px; color: #888; font-style: italic; }


/* =============================================
   18. CONTACT SECTION
   ============================================= */

.contact {
    padding: 120px 0;
    background: white;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.contact-info h2 { margin-bottom: 24px; }
.contact-info > p { margin-bottom: 40px; font-size: 1.125rem; }

.contact-benefits { margin-bottom: 24px; }

.benefit {
    display: flex;
    gap: 20px;
    align-items: start;
    margin-bottom: 40px;
    padding: 16px 0;
}

.benefit:last-child { margin-bottom: 0; }

.benefit-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.benefit-text h4 { margin-bottom: 12px; color: #1a1a1a; font-size: 1.125rem; }
.benefit-text p { color: #666; font-size: 15px; line-height: 1.6; }

.contact-form-container {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
}

.form-header { text-align: center; margin-bottom: 32px; }
.form-header h3 { margin-bottom: 8px; color: #1a1a1a; }
.form-header p { color: #666; font-size: 14px; }

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group { margin-bottom: 24px; }

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #1a1a1a;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 16px;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #FF6B35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

/* Checkbox */
.checkbox-group {
    display: flex;
    align-items: start;
    gap: 12px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 12px;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 2;
    cursor: pointer;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.checkbox-text { flex: 1; color: #1a1a1a; }

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background-color: #FF6B35;
    border-color: #FF6B35;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: "✓";
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.checkbox-label a { color: #FF6B35; text-decoration: none; }
.checkbox-label a:hover { text-decoration: underline; }

/* Form success state */
.form-success {
    display: none;
    text-align: center;
    background: white;
    padding: 40px;
    border-radius: 20px;
    border: 2px solid #22c55e;
}

.form-success.show { display: block; }

.success-content { max-width: 400px; margin: 0 auto; }
.success-icon { font-size: 4rem; margin-bottom: 24px; }
.success-content h3 { margin-bottom: 16px; color: #22c55e; }
.success-content p { margin-bottom: 32px; color: #666; }

.success-next-steps h4 { margin-bottom: 16px; color: #1a1a1a; font-size: 1rem; }
.success-next-steps ul { list-style: none; text-align: left; }
.success-next-steps li { margin-bottom: 8px; font-size: 14px; color: #666; }
.success-next-steps a { color: #FF6B35; text-decoration: none; font-weight: 600; }
.success-next-steps a:hover { text-decoration: underline; }


/* =============================================
   19. FOOTER
   ============================================= */

.footer {
    background: #1a1a1a;
    color: white;
    padding: 80px 0 32px;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-brand { max-width: 300px; }

.footer-logo {
    height: 40px;
    width: auto;
    margin-bottom: 24px;
    filter: brightness(0) invert(1);
}

.footer-brand p { margin-bottom: 32px; color: #ccc; }

.footer-social { display: flex; gap: 16px; }

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #FF6B35;
    color: white;
    transform: translateY(-2px);
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-section h4 { margin-bottom: 20px; color: white; font-size: 1rem; }
.footer-section ul { list-style: none; }
.footer-section ul li { margin-bottom: 12px; }
.footer-section ul li a { color: #ccc; text-decoration: none; font-size: 14px; transition: color 0.3s ease; }
.footer-section ul li a:hover { color: #FF6B35; }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid #333;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.footer-legal p { color: #999; font-size: 14px; }

.legal-links { display: flex; gap: 24px; flex-wrap: wrap; }
.legal-links a { color: #ccc; text-decoration: none; font-size: 14px; transition: color 0.3s ease; }
.legal-links a:hover { color: #FF6B35; }

.footer-contact p { color: #ccc; font-size: 14px; }
.footer-contact a { color: #FF6B35; text-decoration: none; }
.footer-contact a:hover { text-decoration: underline; }


/* =============================================
   20. LANGUAGE SELECTOR
   ============================================= */

.language-selector {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1001;
    font-family: 'Inter', sans-serif;
}

.language-current {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 107, 53, 0.2);
    border-radius: 50px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    min-width: 80px;
    justify-content: center;
}

.language-current:hover {
    background: rgba(255, 107, 53, 0.1);
    border-color: #FF6B35;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.language-current .flag { font-size: 18px; }
.language-current .lang-code { font-weight: 600; color: #1a1a1a; font-size: 14px; }
.language-current svg { color: #666; transition: transform 0.3s ease; }
.language-selector.open .language-current svg { transform: rotate(180deg); }

.language-dropdown {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 107, 53, 0.2);
    border-radius: 16px;
    padding: 8px;
    margin-bottom: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    min-width: 140px;
}

.language-selector.open .language-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
}

.language-option:hover { background: rgba(255, 107, 53, 0.1); }
.language-option.active { background: rgba(255, 107, 53, 0.2); font-weight: 600; }
.language-option .flag { font-size: 16px; }
.language-option .lang-name { color: #1a1a1a; font-weight: 500; }


/* =============================================
   21. SEO CONTENT BLOCK
   ============================================= */

.seo-content {
    padding: 80px 0;
    background: #f8f9fa;
}

.seo-text {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.seo-text h2 { font-size: 2rem; color: #1a1a1a; margin-bottom: 24px; }
.seo-text p { font-size: 1rem; color: #666; line-height: 1.8; margin-bottom: 16px; }
.seo-text strong { color: #FF6B35; }


/* =============================================
   22. FAQ PAGE (page 419)
   ============================================= */

/* --- FAQ Wrapper --- */
.gmbclub-landing.gmb-faq-wrapper {
    min-height: 100vh !important;
    background: #ffffff !important;
}

/* --- FAQ Hero --- */
.gmbclub-landing .gmb-faq-hero {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%) !important;
    padding: 140px 0 80px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
}

.gmbclub-landing .gmb-faq-hero::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.gmbclub-landing .gmb-faq-hero .container {
    position: relative !important;
    z-index: 2 !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

.gmbclub-landing .gmb-faq-hero h1 {
    font-size: clamp(2rem, 5vw, 3rem) !important;
    font-weight: 800 !important;
    color: white !important;
    margin-bottom: 16px !important;
    background: none !important;
    -webkit-text-fill-color: white !important;
}

.gmbclub-landing .gmb-faq-hero > .container > p {
    font-size: 1.25rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 40px !important;
}

/* --- FAQ Search --- */
.gmbclub-landing .gmb-faq-search {
    max-width: 650px !important;
    margin: 0 auto !important;
}

.gmbclub-landing .gmb-faq-search-box {
    display: flex !important;
    align-items: center !important;
    background: white !important;
    border-radius: 16px !important;
    padding: 8px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 24px !important;
}

.gmbclub-landing .gmb-faq-search-box .search-icon {
    margin-left: 16px !important;
    color: #999 !important;
    flex-shrink: 0 !important;
}

.gmbclub-landing .gmb-faq-search-box input[type="text"] {
    flex: 1 !important;
    border: none !important;
    padding: 16px !important;
    font-size: 16px !important;
    background: transparent !important;
    color: #1a1a1a !important;
    box-shadow: none !important;
    outline: none !important;
}

.gmbclub-landing .gmb-faq-search-box input[type="text"]::placeholder { color: #999 !important; }

.gmbclub-landing #gmb-faq-search-btn {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%) !important;
    color: white !important;
    border: none !important;
    padding: 16px 32px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.gmbclub-landing #gmb-faq-search-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(255, 107, 53, 0.4) !important;
}

/* --- Popular Tags --- */
.gmbclub-landing .gmb-faq-popular-tags {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

.gmbclub-landing .gmb-faq-popular-tags > span {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
}

.gmbclub-landing .gmb-faq-tag {
    background: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.gmbclub-landing .gmb-faq-tag:hover {
    background: white !important;
    color: #FF6B35 !important;
    transform: translateY(-2px) !important;
}

/* --- FAQ Categories Grid --- */
.gmbclub-landing .gmb-faq-categories {
    padding: 80px 0 !important;
    background: #f8f9fa !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
}

.gmbclub-landing .gmb-faq-categories .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

.gmbclub-landing .gmb-faq-categories-grid {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 20px !important;
}

.gmbclub-landing .gmb-faq-category-card {
    background: white !important;
    border-radius: 16px !important;
    padding: 28px 20px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 2px solid transparent !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.gmbclub-landing .gmb-faq-category-card:hover {
    transform: translateY(-6px) !important;
    border-color: #FF6B35 !important;
    box-shadow: 0 12px 40px rgba(255, 107, 53, 0.15) !important;
}

.gmbclub-landing .gmb-faq-category-card.active {
    border-color: #FF6B35 !important;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(247, 147, 30, 0.05) 100%) !important;
}

.gmbclub-landing .gmb-faq-category-icon {
    width: 56px !important;
    height: 56px !important;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(247, 147, 30, 0.1) 100%) !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 16px !important;
    transition: all 0.3s ease !important;
}

.gmbclub-landing .gmb-faq-category-card:hover .gmb-faq-category-icon {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%) !important;
}

.gmbclub-landing .gmb-faq-category-icon svg {
    color: #FF6B35 !important;
    stroke: #FF6B35 !important;
    transition: all 0.3s ease !important;
    width: 26px !important;
    height: 26px !important;
}

.gmbclub-landing .gmb-faq-category-card:hover .gmb-faq-category-icon svg {
    color: white !important;
    stroke: white !important;
}

.gmbclub-landing .gmb-faq-category-text h3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    line-height: 1.3 !important;
}

.gmbclub-landing .gmb-faq-category-text p {
    font-size: 13px !important;
    color: #666 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.gmbclub-landing .gmb-faq-category-count {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%) !important;
    color: white !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* --- FAQ Content Section --- */
.gmbclub-landing .gmb-faq-content {
    padding: 60px 0 100px !important;
    background: white !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    min-height: 300px !important;
}

.gmbclub-landing .gmb-faq-content .container {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

.gmbclub-landing .gmb-faq-back-btn {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: transparent !important;
    border: 2px solid #e5e5e5 !important;
    color: #666 !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    margin-bottom: 32px !important;
    transition: all 0.3s ease !important;
}

.gmbclub-landing .gmb-faq-back-btn:hover {
    border-color: #FF6B35 !important;
    color: #FF6B35 !important;
    background: rgba(255, 107, 53, 0.05) !important;
}

.gmbclub-landing .gmb-faq-search-results {
    display: none;
    align-items: center !important;
    justify-content: space-between !important;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.08) 0%, rgba(247, 147, 30, 0.08) 100%) !important;
    padding: 16px 24px !important;
    border-radius: 12px !important;
    margin-bottom: 32px !important;
    border: 1px solid rgba(255, 107, 53, 0.2) !important;
}

.gmbclub-landing #gmb-faq-results-count {
    font-size: 15px !important;
    color: #333 !important;
}

.gmbclub-landing .gmb-faq-clear-search {
    background: transparent !important;
    border: none !important;
    color: #FF6B35 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    text-decoration: underline !important;
}

.gmbclub-landing .gmb-faq-section-title {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 32px !important;
}

/* --- FAQ Accordion Items --- */
.gmbclub-landing .gmb-faq-accordion {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.gmbclub-landing .gmb-faq-item {
    background: white !important;
    border: 2px solid #f0f0f0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    animation: gmbFaqFadeIn 0.4s ease forwards !important;
}

.gmbclub-landing .gmb-faq-item:hover { border-color: #FF6B35 !important; }

.gmbclub-landing .gmb-faq-item.open {
    border-color: #FF6B35 !important;
    box-shadow: 0 8px 32px rgba(255, 107, 53, 0.12) !important;
}

.gmbclub-landing .gmb-faq-item.open .gmb-faq-answer {
    max-height: 1000px !important;
}

.gmbclub-landing .gmb-faq-item:nth-child(1) { animation-delay: 0.05s !important; }
.gmbclub-landing .gmb-faq-item:nth-child(2) { animation-delay: 0.1s !important; }
.gmbclub-landing .gmb-faq-item:nth-child(3) { animation-delay: 0.15s !important; }
.gmbclub-landing .gmb-faq-item:nth-child(4) { animation-delay: 0.2s !important; }
.gmbclub-landing .gmb-faq-item:nth-child(5) { animation-delay: 0.25s !important; }
.gmbclub-landing .gmb-faq-item:nth-child(6) { animation-delay: 0.3s !important; }
.gmbclub-landing .gmb-faq-item:nth-child(7) { animation-delay: 0.35s !important; }

.gmbclub-landing .gmb-faq-question {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 20px 24px !important;
    cursor: pointer !important;
    background: white !important;
    border: none !important;
    text-align: left !important;
    transition: background 0.3s ease !important;
}

.gmbclub-landing .gmb-faq-question:hover { background: #fafafa !important; }

.gmbclub-landing .gmb-faq-question span {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    padding-right: 16px !important;
    line-height: 1.5 !important;
}

.gmbclub-landing .gmb-faq-icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(247, 147, 30, 0.1) 100%) !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.gmbclub-landing .gmb-faq-icon svg {
    color: #FF6B35 !important;
    stroke: #FF6B35 !important;
    transition: transform 0.3s ease !important;
    width: 16px !important;
    height: 16px !important;
}

.gmbclub-landing .gmb-faq-item.open .gmb-faq-icon {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%) !important;
}

.gmbclub-landing .gmb-faq-item.open .gmb-faq-icon svg {
    color: white !important;
    stroke: white !important;
    transform: rotate(45deg) !important;
}

.gmbclub-landing .gmb-faq-answer {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.4s ease !important;
}

.gmbclub-landing .gmb-faq-answer-content {
    padding: 0 24px 24px !important;
    font-size: 15px !important;
    color: #555 !important;
    line-height: 1.8 !important;
}

.gmbclub-landing .gmb-faq-answer-content a { color: #FF6B35 !important; text-decoration: none !important; font-weight: 500 !important; }
.gmbclub-landing .gmb-faq-answer-content a:hover { text-decoration: underline !important; }
.gmbclub-landing .gmb-faq-answer-content strong { color: #1a1a1a !important; font-weight: 600 !important; }

.gmbclub-landing .gmb-faq-category-badge {
    display: inline-block !important;
    background: #f0f0f0 !important;
    color: #666 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    margin-top: 12px !important;
}

/* Search highlight */
.gmbclub-landing .gmb-faq-answer-content mark,
.gmbclub-landing .gmb-faq-question mark {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.25) 0%, rgba(247, 147, 30, 0.25) 100%) !important;
    color: inherit !important;
    padding: 2px 4px !important;
    border-radius: 4px !important;
}

/* --- No Results --- */
.gmbclub-landing .gmb-faq-no-results {
    display: none;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 60px 20px !important;
    text-align: center !important;
}

.gmbclub-landing .gmb-faq-no-results svg { color: #ccc !important; stroke: #ccc !important; margin-bottom: 20px !important; }
.gmbclub-landing .gmb-faq-no-results p { font-size: 16px !important; color: #666 !important; margin-bottom: 24px !important; }
.gmbclub-landing .gmb-faq-no-results .btn { padding: 12px 24px !important; }

/* --- FAQ Contact CTA --- */
.gmbclub-landing .gmb-faq-contact {
    padding: 80px 0 !important;
    background: #f8f9fa !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
}

.gmbclub-landing .gmb-faq-contact .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

.gmbclub-landing .gmb-faq-contact-card {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%) !important;
    border-radius: 24px !important;
    padding: 60px 40px !important;
    text-align: center !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    box-shadow: 0 20px 60px rgba(255, 107, 53, 0.3) !important;
}

.gmbclub-landing .gmb-faq-contact-icon {
    width: 80px !important;
    height: 80px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 24px !important;
}

.gmbclub-landing .gmb-faq-contact-icon svg { color: white !important; stroke: white !important; }

.gmbclub-landing .gmb-faq-contact-card h2 {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: white !important;
    margin-bottom: 12px !important;
    background: none !important;
    -webkit-text-fill-color: white !important;
}

.gmbclub-landing .gmb-faq-contact-card > p {
    font-size: 1rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 32px !important;
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.gmbclub-landing .gmb-faq-contact-buttons {
    display: flex !important;
    gap: 16px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.gmbclub-landing .gmb-faq-contact-buttons .btn {
    padding: 16px 28px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.gmbclub-landing .gmb-faq-contact-buttons .btn-primary {
    background: white !important;
    color: #FF6B35 !important;
    border: none !important;
}

.gmbclub-landing .gmb-faq-contact-buttons .btn-primary:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.gmbclub-landing .gmb-faq-contact-buttons .btn-outline {
    background: transparent !important;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.gmbclub-landing .gmb-faq-contact-buttons .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: white !important;
    transform: translateY(-3px) !important;
}

/* Active FAQ page nav link */
.gmbclub-landing .nav-list a.active {
    color: #FF6B35 !important;
    font-weight: 600 !important;
}

@keyframes gmbFaqFadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}


/* =============================================
   23. API DOCUMENTATION PAGE (page 755)
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap');

/* --- Doc Wrapper --- */
.gmbclub-landing.gmb-doc-wrapper {
    min-height: 100vh !important;
    background: #ffffff !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* Doc wrapper header/footer keep full-width */
.gmbclub-landing.gmb-doc-wrapper .header,
.gmbclub-landing.gmb-doc-wrapper .footer {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

/* --- Doc Layout --- */
.gmbclub-landing .gmb-doc-layout {
    display: flex !important;
    padding-top: 70px !important;
    min-height: 100vh !important;
}

/* --- Doc Sidebar --- */
.gmbclub-landing .gmb-doc-sidebar {
    position: fixed !important;
    top: 70px !important;
    left: 0 !important;
    width: 280px !important;
    height: calc(100vh - 70px) !important;
    background: #ffffff !important;
    border-right: 1px solid #e5e5e5 !important;
    overflow-y: auto !important;
    padding: 28px 0 !important;
    z-index: 100 !important;
}

.gmbclub-landing .gmb-doc-sidebar::-webkit-scrollbar { width: 5px !important; }
.gmbclub-landing .gmb-doc-sidebar::-webkit-scrollbar-track { background: transparent !important; }
.gmbclub-landing .gmb-doc-sidebar::-webkit-scrollbar-thumb { background: #e5e5e5 !important; border-radius: 3px !important; }

.gmbclub-landing .gmb-doc-sidebar-section { margin-bottom: 28px !important; }

.gmbclub-landing .gmb-doc-sidebar-title {
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #999 !important;
    padding: 0 24px !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
}

.gmbclub-landing .gmb-doc-sidebar-nav {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.gmbclub-landing .gmb-doc-sidebar-nav a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 9px 24px !important;
    color: #666 !important;
    font-size: 0.88rem !important;
    transition: all 0.2s ease !important;
    border-left: 3px solid transparent !important;
    text-decoration: none !important;
}

.gmbclub-landing .gmb-doc-sidebar-nav a:hover {
    color: #1a1a1a !important;
    background: rgba(255, 107, 53, 0.05) !important;
    text-decoration: none !important;
}

.gmbclub-landing .gmb-doc-sidebar-nav a.active {
    color: #FF6B35 !important;
    background: rgba(255, 107, 53, 0.07) !important;
    border-left-color: #FF6B35 !important;
}

/* Method badges */
.gmbclub-landing .gmb-doc-method-badge {
    font-size: 0.62rem !important;
    font-weight: 700 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    font-family: 'JetBrains Mono', monospace !important;
}

.gmbclub-landing .gmb-doc-method-get { background: rgba(34, 197, 94, 0.15) !important; color: #22c55e !important; }
.gmbclub-landing .gmb-doc-method-post { background: rgba(52, 152, 219, 0.15) !important; color: #3498db !important; }
.gmbclub-landing .gmb-doc-method-put { background: rgba(243, 156, 18, 0.15) !important; color: #f39c12 !important; }
.gmbclub-landing .gmb-doc-method-delete { background: rgba(231, 76, 60, 0.15) !important; color: #e74c3c !important; }

/* --- Doc Main Content --- */
.gmbclub-landing .gmb-doc-main {
    margin-left: 280px !important;
    flex: 1 !important;
    padding: 45px 55px !important;
    max-width: calc(100% - 280px) !important;
    background: #ffffff !important;
}

.gmbclub-landing .gmb-doc-content {
    max-width: 880px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* --- Doc Typography --- */
.gmbclub-landing .gmb-doc-content h1 {
    font-size: 2.4rem !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #1a1a1a !important;
    background-clip: unset !important;
    margin-bottom: 14px !important;
    line-height: 1.2 !important;
}

.gmbclub-landing .gmb-doc-content h2 {
    font-size: 1.7rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    padding-top: 35px !important;
    margin-top: 55px !important;
    margin-bottom: 18px !important;
    border-top: 1px solid #f0f0f0 !important;
}

.gmbclub-landing .gmb-doc-content h2:first-of-type {
    border-top: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.gmbclub-landing .gmb-doc-content h3 {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-top: 38px !important;
    margin-bottom: 18px !important;
}

.gmbclub-landing .gmb-doc-content h4 {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: #666 !important;
    margin-bottom: 12px !important;
}

.gmbclub-landing .gmb-doc-content > p,
.gmbclub-landing .gmb-doc-content section > p {
    color: #666 !important;
    margin-bottom: 18px !important;
    line-height: 1.7 !important;
}

.gmbclub-landing .gmb-doc-content strong { color: #1a1a1a !important; font-weight: 600 !important; }

.gmbclub-landing .gmb-doc-content ol,
.gmbclub-landing .gmb-doc-content ul {
    color: #666 !important;
    margin-bottom: 18px !important;
    padding-left: 24px !important;
}

.gmbclub-landing .gmb-doc-content li { margin-bottom: 6px !important; }

/* --- Doc Intro --- */
.gmbclub-landing .gmb-doc-intro { margin-bottom: 45px !important; }
.gmbclub-landing .gmb-doc-intro p { font-size: 1.12rem !important; }

.gmbclub-landing .gmb-doc-badges {
    display: flex !important;
    gap: 10px !important;
    margin-top: 22px !important;
    flex-wrap: wrap !important;
}

.gmbclub-landing .gmb-doc-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 15px !important;
    background: #f8f9fa !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    font-size: 0.84rem !important;
    color: #666 !important;
}

.gmbclub-landing .gmb-doc-version-badge {
    background: linear-gradient(135deg, #FF6B35, #F7931E) !important;
    color: white !important;
    padding: 5px 13px !important;
    border-radius: 20px !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
}

/* --- Architecture Diagram --- */
.gmbclub-landing .gmb-doc-architecture {
    background: #1e1e2e !important;
    border: 1px solid #2a2a3c !important;
    border-radius: 12px !important;
    padding: 28px !important;
    margin: 25px 0 !important;
    font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', 'Consolas', monospace !important;
    font-size: 0.84rem !important;
    line-height: 1.8 !important;
    overflow-x: auto !important;
    color: #b4befe !important;
    -webkit-overflow-scrolling: touch !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    font-weight: 400 !important;
}

.gmbclub-landing .gmb-doc-architecture .sphere { color: #FF6B35 !important; }
.gmbclub-landing .gmb-doc-architecture .bulle { color: #22c55e !important; }
.gmbclub-landing .gmb-doc-architecture .resource { color: #a0a0b0 !important; }

/* --- Code Blocks --- */
.gmbclub-landing .gmb-doc-content pre {
    background: #1e1e2e !important;
    border: 1px solid #2a2a3c !important;
    border-radius: 12px !important;
    padding: 0 !important;
    margin: 18px 0 28px !important;
    overflow: hidden !important;
}

.gmbclub-landing .gmb-doc-content pre code {
    display: block !important;
    padding: 20px 24px !important;
    font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', 'Cascadia Code', 'Consolas', monospace !important;
    font-size: 0.82rem !important;
    line-height: 1.7 !important;
    overflow-x: auto !important;
    color: #b4befe !important;
    -webkit-overflow-scrolling: touch !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
    tab-size: 2 !important;
    white-space: pre !important;
    word-break: normal !important;
    word-wrap: normal !important;
}

/* Scrollbar for code blocks */
.gmbclub-landing .gmb-doc-content pre code::-webkit-scrollbar {
    height: 6px !important;
}

.gmbclub-landing .gmb-doc-content pre code::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 3px !important;
}

.gmbclub-landing .gmb-doc-content pre code::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15) !important;
    border-radius: 3px !important;
}

.gmbclub-landing .gmb-doc-content pre code::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.25) !important;
}

/* Prism.js token overrides (dark theme) */

/* Force font smoothing on ALL code children (spans etc.) */
.gmbclub-landing .gmb-doc-content pre code *,
.gmbclub-landing .gmb-doc-content pre code span,
.gmbclub-landing .gmb-doc-content pre code .token {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    font-family: inherit !important;
    font-weight: 400 !important;
    text-shadow: none !important;
}

/* Override Prism background (theme may try to set its own) */
.gmbclub-landing .gmb-doc-content code[class*="language-"] {
    background: none !important;
    text-shadow: none !important;
}

/* JSON / Object keys */
.gmbclub-landing .gmb-doc-content .token.property,
.gmbclub-landing .gmb-doc-content .token.attr-name,
.gmbclub-landing .gmb-doc-content .token.tag {
    color: #89b4fa !important;
}

/* Strings */
.gmbclub-landing .gmb-doc-content .token.string,
.gmbclub-landing .gmb-doc-content .token.attr-value {
    color: #a6e3a1 !important;
}

/* Numbers */
.gmbclub-landing .gmb-doc-content .token.number {
    color: #fab387 !important;
}

/* Booleans, null */
.gmbclub-landing .gmb-doc-content .token.boolean,
.gmbclub-landing .gmb-doc-content .token.null,
.gmbclub-landing .gmb-doc-content .token.constant {
    color: #fab387 !important;
}

/* Punctuation: { } [ ] : , */
.gmbclub-landing .gmb-doc-content .token.punctuation {
    color: #7f849c !important;
}

/* Operators: = + - */
.gmbclub-landing .gmb-doc-content .token.operator {
    color: #89dceb !important;
}

/* Keywords: import, from, if, for, def, const, var, let */
.gmbclub-landing .gmb-doc-content .token.keyword {
    color: #cba6f7 !important;
}

/* Functions */
.gmbclub-landing .gmb-doc-content .token.function {
    color: #89b4fa !important;
}

/* Comments */
.gmbclub-landing .gmb-doc-content .token.comment,
.gmbclub-landing .gmb-doc-content .token.prolog,
.gmbclub-landing .gmb-doc-content .token.doctype,
.gmbclub-landing .gmb-doc-content .token.cdata {
    color: #6c7086 !important;
    font-style: italic !important;
}

/* Class names, builtins */
.gmbclub-landing .gmb-doc-content .token.class-name,
.gmbclub-landing .gmb-doc-content .token.builtin {
    color: #f9e2af !important;
}

/* Bash/shell specific */
.gmbclub-landing .gmb-doc-content .token.command,
.gmbclub-landing .gmb-doc-content .token.variable {
    color: #f5c2e7 !important;
}

/* URLs and links in code */
.gmbclub-landing .gmb-doc-content .token.url {
    color: #89dceb !important;
}

.gmbclub-landing .gmb-doc-code-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 18px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.gmbclub-landing .gmb-doc-code-lang {
    font-size: 0.72rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #888 !important;
    font-weight: 600 !important;
}

.gmbclub-landing .gmb-doc-code-copy {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #888 !important;
    padding: 5px 11px !important;
    border-radius: 6px !important;
    font-size: 0.72rem !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-family: 'Inter', sans-serif !important;
}

.gmbclub-landing .gmb-doc-code-copy:hover { background: #FF6B35 !important; border-color: #FF6B35 !important; color: white !important; }
.gmbclub-landing .gmb-doc-code-copy.copied { background: #22c55e !important; border-color: #22c55e !important; color: white !important; }

.gmbclub-landing .gmb-doc-content code:not([class*="language-"]) {
    background: rgba(255, 107, 53, 0.1) !important;
    color: #FF6B35 !important;
    padding: 2px 7px !important;
    border-radius: 5px !important;
    font-family: 'JetBrains Mono', monospace !important;
    font-size: 0.84em !important;
}

/* --- Endpoint Cards --- */
.gmbclub-landing .gmb-doc-endpoint {
    background: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 14px !important;
    margin: 25px 0 !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.gmbclub-landing .gmb-doc-endpoint-header {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 18px 22px !important;
    background: #f8f9fa !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.gmbclub-landing .gmb-doc-endpoint-method {
    font-family: 'JetBrains Mono', monospace !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    padding: 5px 11px !important;
    border-radius: 6px !important;
    color: white !important;
}

.gmbclub-landing .gmb-doc-endpoint-method.get { background: #22c55e !important; }
.gmbclub-landing .gmb-doc-endpoint-method.post { background: #3498db !important; }
.gmbclub-landing .gmb-doc-endpoint-method.put { background: #f39c12 !important; }
.gmbclub-landing .gmb-doc-endpoint-method.delete { background: #e74c3c !important; }

.gmbclub-landing .gmb-doc-endpoint-path {
    font-family: 'JetBrains Mono', monospace !important;
    font-size: 0.95rem !important;
    color: #1a1a1a !important;
}

.gmbclub-landing .gmb-doc-endpoint-badges { display: flex !important; gap: 8px !important; margin-left: auto !important; }

.gmbclub-landing .gmb-doc-endpoint-badge {
    font-size: 0.68rem !important;
    padding: 3px 9px !important;
    border-radius: 20px !important;
    background: #f8f9fa !important;
    color: #999 !important;
    border: 1px solid #f0f0f0 !important;
}

.gmbclub-landing .gmb-doc-endpoint-badge.auth {
    background: rgba(255, 107, 53, 0.08) !important;
    color: #FF6B35 !important;
    border-color: rgba(255, 107, 53, 0.2) !important;
}

.gmbclub-landing .gmb-doc-endpoint-body { padding: 22px !important; }
.gmbclub-landing .gmb-doc-endpoint-desc { color: #666 !important; margin-bottom: 18px !important; }

/* --- Tables --- */
.gmbclub-landing .gmb-doc-table-wrap { overflow-x: auto !important; margin: 18px 0 28px !important; }

.gmbclub-landing .gmb-doc-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #e5e5e5 !important;
}

.gmbclub-landing .gmb-doc-content th,
.gmbclub-landing .gmb-doc-content td {
    padding: 13px 16px !important;
    text-align: left !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.gmbclub-landing .gmb-doc-content th {
    background: #f8f9fa !important;
    font-weight: 600 !important;
    font-size: 0.78rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #999 !important;
}

.gmbclub-landing .gmb-doc-content td { font-size: 0.88rem !important; color: #666 !important; }
.gmbclub-landing .gmb-doc-content tr:last-child td { border-bottom: none !important; }
.gmbclub-landing .gmb-doc-content tr:hover td { background: rgba(255, 107, 53, 0.02) !important; }

.gmbclub-landing .gmb-doc-required { color: #e74c3c !important; font-weight: 600 !important; }
.gmbclub-landing .gmb-doc-optional { color: #999 !important; }

/* --- Callouts --- */
.gmbclub-landing .gmb-doc-callout {
    padding: 18px 22px !important;
    border-radius: 12px !important;
    margin: 22px 0 !important;
    border-left: 4px solid !important;
    display: flex !important;
    gap: 14px !important;
}

.gmbclub-landing .gmb-doc-callout-icon { font-size: 1.2rem !important; flex-shrink: 0 !important; }
.gmbclub-landing .gmb-doc-callout-content h4 { font-size: 0.92rem !important; margin-bottom: 6px !important; color: #1a1a1a !important; }
.gmbclub-landing .gmb-doc-callout-content p { margin: 0 !important; font-size: 0.88rem !important; }

.gmbclub-landing .gmb-doc-callout.info { background: rgba(52, 152, 219, 0.06) !important; border-color: #3498db !important; }
.gmbclub-landing .gmb-doc-callout.warning { background: rgba(243, 156, 18, 0.06) !important; border-color: #f39c12 !important; }
.gmbclub-landing .gmb-doc-callout.success { background: rgba(34, 197, 94, 0.06) !important; border-color: #22c55e !important; }
.gmbclub-landing .gmb-doc-callout.danger { background: rgba(231, 76, 60, 0.06) !important; border-color: #e74c3c !important; }

/* --- Code Tabs --- */
.gmbclub-landing .gmb-doc-tabs { margin: 22px 0 !important; }

.gmbclub-landing .gmb-doc-tabs-header {
    display: flex !important;
    gap: 4px !important;
    background: #f8f9fa !important;
    padding: 6px !important;
    border-radius: 12px 12px 0 0 !important;
    border: 1px solid #e5e5e5 !important;
    border-bottom: none !important;
}

.gmbclub-landing .gmb-doc-tab-btn {
    padding: 9px 18px !important;
    background: transparent !important;
    border: none !important;
    color: #999 !important;
    font-size: 0.84rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    font-family: 'Inter', sans-serif !important;
}

.gmbclub-landing .gmb-doc-tab-btn:hover { color: #1a1a1a !important; background: rgba(0, 0, 0, 0.04) !important; }
.gmbclub-landing .gmb-doc-tab-btn.active { background: #FF6B35 !important; color: white !important; }

.gmbclub-landing .gmb-doc-tab-content { display: none !important; }
.gmbclub-landing .gmb-doc-tab-content.active { display: block !important; }
.gmbclub-landing .gmb-doc-tab-content pre { margin: 0 !important; border-radius: 0 0 12px 12px !important; border-top: none !important; }

/* --- Response Status --- */
.gmbclub-landing .gmb-doc-response { margin: 18px 0 !important; }

.gmbclub-landing .gmb-doc-status {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 0.84rem !important;
    margin-bottom: 8px !important;
}

.gmbclub-landing .gmb-doc-status-code {
    font-family: 'JetBrains Mono', monospace !important;
    font-weight: 600 !important;
    padding: 3px 9px !important;
    border-radius: 6px !important;
}

.gmbclub-landing .gmb-doc-status-code.success { background: rgba(34, 197, 94, 0.12) !important; color: #22c55e !important; }
.gmbclub-landing .gmb-doc-status-code.error { background: rgba(231, 76, 60, 0.12) !important; color: #e74c3c !important; }

/* --- Permissions Grid --- */
.gmbclub-landing .gmb-doc-permissions-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
    gap: 14px !important;
    margin: 22px 0 !important;
}

.gmbclub-landing .gmb-doc-permission-item {
    background: #f8f9fa !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 12px !important;
    padding: 18px !important;
}

.gmbclub-landing .gmb-doc-permission-name {
    font-family: 'JetBrains Mono', monospace !important;
    font-weight: 600 !important;
    color: #FF6B35 !important;
    margin-bottom: 6px !important;
}

.gmbclub-landing .gmb-doc-permission-desc { font-size: 0.84rem !important; color: #999 !important; margin: 0 !important; }

/* --- Scroll Progress --- */
.gmbclub-landing .gmb-doc-scroll-progress {
    position: fixed !important;
    top: 70px !important;
    left: 0 !important;
    width: 0% !important;
    height: 3px !important;
    background: linear-gradient(90deg, #FF6B35, #22c55e) !important;
    z-index: 999 !important;
    transition: width 0.1s ease !important;
}

/* --- Sidebar Toggle Button (mobile) --- */
.gmbclub-landing .gmb-doc-sidebar-toggle {
    display: none !important;
    position: fixed !important;
    bottom: 80px !important;
    left: 20px !important;
    width: 48px !important;
    height: 48px !important;
    background: linear-gradient(135deg, #FF6B35, #F7931E) !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    font-size: 20px !important;
    cursor: pointer !important;
    z-index: 200 !important;
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.4) !important;
    align-items: center !important;
    justify-content: center !important;
}


/* =============================================
   24. UTILITY CLASSES
   ============================================= */

.text-center { text-align: center; }
.hidden { display: none; }
.visible { display: block; }
.loading { opacity: 0.6; pointer-events: none; }

/* AOS-like animation classes */
[data-aos] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

[data-aos="fade-up"] { transform: translateY(30px); }
[data-aos="fade-up"].aos-animate { transform: translateY(0); }


/* =============================================
   25. ACCESSIBILITY & PRINT
   ============================================= */

/* Focus styles */
.btn:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid #FF6B35;
    outline-offset: 2px;
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .btn-primary {
        background: #000;
        color: #fff;
        border: 2px solid #000;
    }
    .btn-outline { border-width: 3px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .floating-card { animation: none; }
    .gradient-orb { animation: none; }
}

/* Print */
@media print {
    .header, .footer, .btn, .floating-card { display: none; }
    .hero { background: white; color: black; }
    .hero-content { color: black; }
}


/* =============================================
   26. RESPONSIVE BREAKPOINTS
   ============================================= */

/* --- Large desktop (max 1200px) --- */
@media (max-width: 1200px) {
    .gmbclub-landing .gmb-faq-categories-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

/* --- Tablet (max 1024px) --- */
@media (max-width: 1024px) {
    .hero .container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .hero-content { order: 0; }
    .hero-visual { order: 1; height: 400px; }

    .feature-showcase {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .feature-visual { order: -1; }

    .demo-player {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .team-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* FAQ categories */
    .gmbclub-landing .gmb-faq-categories-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 16px !important;
    }

    .gmbclub-landing .gmb-faq-category-card { padding: 24px 16px !important; }

    /* Doc sidebar */
    .gmbclub-landing .gmb-doc-sidebar {
        transform: translateX(-100%) !important;
        transition: transform 0.3s ease !important;
    }

    .gmbclub-landing .gmb-doc-sidebar.open {
        transform: translateX(0) !important;
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1) !important;
    }

    .gmbclub-landing .gmb-doc-main,
    .gmbclub-landing.gmb-doc-wrapper .gmb-doc-main {
        margin-left: 0 !important;
        max-width: 100% !important;
        padding: 28px 20px !important;
    }

    .gmbclub-landing .gmb-doc-sidebar-toggle { display: flex !important; }
}

/* --- Tablet small / Mobile (max 768px) --- */
@media (max-width: 768px) {
    .container { padding: 0 20px; }

    /* Navigation */
    .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        padding: 32px 24px;
        border-radius: 0 0 16px 16px;
    }

    .nav.active { display: block; }
    .nav-list { flex-direction: column; gap: 16px; }
    .header-buttons { display: none; }
    .mobile-menu-toggle { display: flex; }

    .mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
    .mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -6px); }

    /* Hero */
    .hero {
        padding-top: 100px;
        padding-bottom: 80px;
        min-height: auto;
    }

    .hero .container { gap: 60px; }

    /* Hide hero visual on mobile */
    .hero-visual { display: none !important; }
    .dashboard-container { display: none !important; }

    /* Before/After */
    .transformation-container {
        height: 500px;
        margin: 0 20px 60px;
    }

    .business-storefront { padding: 20px; }
    .business-name { font-size: 1.5rem; }
    .storefront-windows { grid-template-columns: 1fr; gap: 12px; }
    .customers-area { flex-wrap: wrap; gap: 10px; }
    .customer { font-size: 1.5rem; }
    .transformation-cta h3 { font-size: 1.5rem; }

    /* Scroll progress (unified) */
    .scroll-progress {
        bottom: 15px !important;
        width: 90% !important;
        max-width: 360px;
        padding: 14px 20px !important;
        border-radius: 20px;
    }

    .progress-bar { height: 4px !important; margin-bottom: 8px !important; }

    .progress-labels {
        font-size: 13px !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .progress-labels .label {
        display: flex;
        flex-direction: row !important;
        gap: 4px;
        white-space: nowrap;
    }

    .before-label,
    .after-label {
        transform: none !important;
        opacity: 1 !important;
    }

    .progress-fill::after { width: 10px; height: 10px; }

    /* Tabs */
    .tab-nav { flex-direction: column; gap: 8px; }
    .tab-btn { text-align: center; }

    /* Pricing */
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-card.featured { transform: none; }
    .pricing-card.featured:hover { transform: translateY(-8px); }

    /* Testimonials */
    .testimonials-grid { grid-template-columns: 1fr; }
    .testimonial-card.featured { transform: none; }
    .testimonial-card.featured:hover { transform: translateY(-8px); }

    /* Sectors */
    .sectors-grid { grid-template-columns: 1fr; }

    /* Team */
    .team-stats { grid-template-columns: 1fr; gap: 24px; }
    .team-grid { grid-template-columns: 1fr; }
    .partners-logos { gap: 20px; }

    /* FAQ inline */
    .faq { padding: 80px 0; }
    .faq-grid { grid-template-columns: 1fr; gap: 16px; }
    .faq-item { padding: 24px; }
    .faq-question { font-size: 16px; }

    /* Form */
    .form-row { grid-template-columns: 1fr; }

    /* Footer */
    .footer-links { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .footer-bottom { flex-direction: column; align-items: start; gap: 16px; }
    .footer-legal { flex-direction: column; align-items: start; gap: 16px; }
    .legal-links { gap: 16px; }

    /* Category selector */
    .category-selector { flex-direction: column; align-items: center; }

    /* Campaign flow */
    .campaign-flow { flex-direction: column; gap: 24px; }
    .flow-arrow { transform: rotate(90deg); }

    /* Features mockups */
    .gmb-stats { grid-template-columns: 1fr; gap: 12px; }
    .social-posts { gap: 12px; }

    /* AI benefits */
    .ai-benefits-list { text-align: center; padding-left: 0; }
    .ai-benefits-list li { justify-content: center; }

    /* Services */
    .services-grid { grid-template-columns: 1fr; gap: 20px; }
    .service-card { padding: 30px 20px; }
    .services-footer { padding: 40px 20px; }
    .pricing-note { flex-direction: column; padding: 20px; }

    /* SEO content */
    .seo-content { padding: 60px 0; }
    .seo-text h2 { font-size: 1.5rem; }

    /* Language selector */
    .language-selector { bottom: 20px; right: 20px; }
    .language-current { padding: 10px 14px; min-width: 70px; }
    .language-dropdown { min-width: 120px; }

    /* === FAQ Page (419) responsive === */
    .gmbclub-landing .gmb-faq-hero { padding: 100px 0 50px !important; }
    .gmbclub-landing .gmb-faq-hero h1 { font-size: 1.75rem !important; }
    .gmbclub-landing .gmb-faq-hero > .container > p { font-size: 1rem !important; }

    .gmbclub-landing .gmb-faq-search-box {
        flex-direction: column !important;
        padding: 16px !important;
        gap: 12px !important;
    }

    .gmbclub-landing .gmb-faq-search-box .search-icon { display: none !important; }

    .gmbclub-landing .gmb-faq-search-box input[type="text"] {
        width: 100% !important;
        text-align: center !important;
        border: 1px solid #eee !important;
        border-radius: 10px !important;
        padding: 14px !important;
    }

    .gmbclub-landing #gmb-faq-search-btn { width: 100% !important; padding: 14px 24px !important; }

    .gmbclub-landing .gmb-faq-popular-tags > span { width: 100% !important; text-align: center !important; margin-bottom: 8px !important; }
    .gmbclub-landing .gmb-faq-tag { padding: 6px 12px !important; font-size: 12px !important; }

    .gmbclub-landing .gmb-faq-categories { padding: 50px 0 !important; }

    .gmbclub-landing .gmb-faq-categories-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .gmbclub-landing .gmb-faq-category-card {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        text-align: left !important;
        padding: 14px 16px !important;
        gap: 14px !important;
        border-radius: 12px !important;
    }

    .gmbclub-landing .gmb-faq-category-card:hover { transform: none !important; }

    .gmbclub-landing .gmb-faq-category-icon {
        margin: 0 !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        border-radius: 10px !important;
    }

    .gmbclub-landing .gmb-faq-category-icon svg { width: 22px !important; height: 22px !important; }
    .gmbclub-landing .gmb-faq-category-text { flex: 1 !important; }
    .gmbclub-landing .gmb-faq-category-text h3 { font-size: 14px !important; margin-bottom: 2px !important; }
    .gmbclub-landing .gmb-faq-category-text p { font-size: 12px !important; }

    .gmbclub-landing .gmb-faq-category-count {
        position: static !important;
        width: 28px !important;
        height: 28px !important;
        font-size: 12px !important;
    }

    .gmbclub-landing .gmb-faq-content { padding: 40px 0 60px !important; }
    .gmbclub-landing .gmb-faq-back-btn { padding: 10px 16px !important; font-size: 13px !important; margin-bottom: 20px !important; }
    .gmbclub-landing .gmb-faq-section-title { font-size: 1.4rem !important; margin-bottom: 24px !important; }
    .gmbclub-landing .gmb-faq-question { padding: 16px !important; }
    .gmbclub-landing .gmb-faq-question span { font-size: 14px !important; padding-right: 12px !important; }
    .gmbclub-landing .gmb-faq-icon { width: 26px !important; height: 26px !important; min-width: 26px !important; }
    .gmbclub-landing .gmb-faq-answer-content { padding: 0 16px 16px !important; font-size: 14px !important; }

    .gmbclub-landing .gmb-faq-search-results {
        flex-direction: column !important;
        gap: 12px !important;
        text-align: center !important;
        padding: 14px 16px !important;
    }

    .gmbclub-landing .gmb-faq-contact { padding: 50px 0 !important; }
    .gmbclub-landing .gmb-faq-contact-card { padding: 40px 24px !important; border-radius: 16px !important; }
    .gmbclub-landing .gmb-faq-contact-icon { width: 64px !important; height: 64px !important; }
    .gmbclub-landing .gmb-faq-contact-icon svg { width: 32px !important; height: 32px !important; }
    .gmbclub-landing .gmb-faq-contact-card h2 { font-size: 1.4rem !important; }
    .gmbclub-landing .gmb-faq-contact-card > p { font-size: 14px !important; }

    .gmbclub-landing .gmb-faq-contact-buttons {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .gmbclub-landing .gmb-faq-contact-buttons .btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 14px 20px !important;
    }

    /* Doc page responsive */
    .gmbclub-landing .gmb-doc-content h1 { font-size: 1.9rem !important; }
    .gmbclub-landing .gmb-doc-content h2 { font-size: 1.4rem !important; }
    .gmbclub-landing .gmb-doc-endpoint-header { flex-wrap: wrap !important; }

    .gmbclub-landing .gmb-doc-endpoint-badges {
        margin-left: 0 !important;
        margin-top: 8px !important;
        width: 100% !important;
    }

    .gmbclub-landing .gmb-doc-tabs-header { flex-wrap: wrap !important; }
    .gmbclub-landing .gmb-doc-tab-btn { flex: 1 !important; min-width: 75px !important; text-align: center !important; }
    .gmbclub-landing .gmb-doc-permissions-grid { grid-template-columns: 1fr !important; }

    /* Code blocks mobile */
    .gmbclub-landing .gmb-doc-content pre code {
        font-size: 0.75rem !important;
        padding: 16px 14px !important;
        line-height: 1.6 !important;
    }

    .gmbclub-landing .gmb-doc-content pre {
        margin-left: -20px !important;
        margin-right: -20px !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
    }

    .gmbclub-landing .gmb-doc-code-header {
        padding: 8px 14px !important;
    }

    .gmbclub-landing .gmb-doc-architecture {
        font-size: 0.72rem !important;
        padding: 16px 14px !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        border-radius: 0 !important;
    }

    .gmbclub-landing .gmb-doc-content code:not([class*="language-"]) {
        font-size: 0.78em !important;
        padding: 1px 5px !important;
    }
}

/* --- Small mobile (max 480px) --- */
@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .header .container { padding: 12px 16px; }

    section { padding: 80px 0; }

    .hero-title { font-size: 2.5rem; line-height: 1.1; }
    .hero-subtitle { font-size: 1.125rem; }
    .section-title { font-size: 2rem; }

    .btn { padding: 12px 20px; font-size: 14px; }
    .btn-large { padding: 16px 24px; font-size: 16px; }

    .pricing-card,
    .testimonial-card,
    .sector-card { padding: 32px 24px; }

    .contact-form-container { padding: 32px 24px; }

    .footer-links { grid-template-columns: 1fr; }

    .kpi-grid { grid-template-columns: 1fr; gap: 20px; }
    .client-logos { grid-template-columns: 1fr; }

    /* Scroll progress small mobile */
    .scroll-progress {
        bottom: 10px !important;
        width: 85% !important;
        padding: 10px 16px !important;
    }

    .progress-labels { font-size: 11px !important; }

    /* FAQ page 419 small mobile */
    .gmbclub-landing .gmb-faq-hero h1 { font-size: 1.5rem !important; }

    .gmbclub-landing .gmb-faq-category-icon {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
    }

    .gmbclub-landing .gmb-faq-category-icon svg { width: 20px !important; height: 20px !important; }
    .gmbclub-landing .gmb-faq-question span { font-size: 13px !important; }
    .gmbclub-landing .gmb-faq-contact-card h2 { font-size: 1.25rem !important; }
}