/* ==========================================================================
   GAROUPA GROWTH — ENTERPRISE COMMERCIAL OPERATION STYLESHEET
   Palette:
     - Navy Primary: #123B5D
     - Navy Dark: #0A2236
     - Navy Deep: #061524
     - Background: #F4F7FA
     - Surface White: #FFFFFF
     - Border Subtilis: #D8E0EA
     - Accent Soft: #EAF2F8
     - Accent Vibrant: #0055B3
     - Accent Hover: #004494
     - Text Dark: #0F172A
     - Text Slate: #334155
     - Text Muted: #64748B
   ========================================================================== */

:root {
    --growth-navy: #123B5D;
    --growth-navy-dark: #0A2236;
    --growth-navy-deep: #061524;
    --growth-bg: #F4F7FA;
    --growth-white: #FFFFFF;
    --growth-border: #D8E0EA;
    --growth-border-light: #E7EDF3;
    --growth-accent-soft: #EAF2F8;
    --growth-accent-blue: #0055B3;
    --growth-accent-hover: #004494;
    --growth-accent-cyan: #0284C7;
    --growth-success: #10B981;
    --growth-amber: #F59E0B;
    --growth-text-title: #0F172A;
    --growth-text-body: #334155;
    --growth-text-muted: #64748B;
    --growth-radius-sm: 8px;
    --growth-radius-md: 14px;
    --growth-radius-lg: 22px;
    --growth-radius-xl: 32px;
    --growth-shadow-sm: 0 2px 8px rgba(18, 59, 93, 0.04);
    --growth-shadow-md: 0 12px 32px -6px rgba(18, 59, 93, 0.08), 0 4px 12px -2px rgba(18, 59, 93, 0.04);
    --growth-shadow-lg: 0 24px 48px -12px rgba(18, 59, 93, 0.12), 0 8px 24px -4px rgba(18, 59, 93, 0.06);
    --growth-shadow-glow: 0 0 35px rgba(0, 85, 179, 0.18);
}

/* Page Base & iOS Momentum Scroll Integrity */
html {
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
}

body.growth-page {
    background-color: var(--growth-bg);
    color: var(--growth-text-body);
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    overflow-x: clip;
    width: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

/* Eradicate iOS Safari scroll-traps: ensure sections & containers do not compute to internal scroll containers */
.growth-page section,
.growth-page .container,
.growth-page .growth-hero,
.growth-page .growth-problem-section,
.growth-page .growth-methodology-section,
.growth-page .growth-flow-section,
.growth-page .master-flow-wrapper,
.growth-page .flow-stage-block,
.growth-page .flow-stage-row {
    overflow-x: visible !important;
    overflow-y: visible !important;
    overflow: visible !important;
    touch-action: pan-y !important;
}

/* Mobile Menu Overlay Safety */
.mobile-menu-overlay {
    visibility: hidden;
    pointer-events: none;
    transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s;
}

.mobile-menu-overlay.active {
    visibility: visible;
    pointer-events: auto;
}

/* Header Tweaks for Growth */
.growth-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--growth-border);
    transition: all 0.3s ease;
}

.growth-header .logo img {
    height: 38px;
    width: auto;
    aspect-ratio: 500 / 100;
    object-fit: contain;
}

header.growth-header.scrolled .logo img {
    height: 32px;
}

.growth-header .btn-cta-nav {
    background: var(--growth-navy);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.65rem 1.4rem;
    border-radius: var(--growth-radius-sm);
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.growth-header .btn-cta-nav:hover {
    background: var(--growth-accent-blue);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 85, 179, 0.25);
}

/* Common Typography & Headings */
.growth-page h1, 
.growth-page h2, 
.growth-page h3, 
.growth-page h4 {
    color: var(--growth-navy);
    letter-spacing: -0.025em;
    font-weight: 800;
}

.growth-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    border-radius: 9999px;
    background: var(--growth-accent-soft);
    color: var(--growth-navy);
    border: 1px solid var(--growth-border);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1.25rem;
}

.growth-section-tag i {
    color: var(--growth-accent-blue);
    font-size: 1rem;
}

.growth-section-header {
    margin-bottom: 3.5rem;
}

.growth-section-header.text-center {
    text-align: center;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.growth-section-title {
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    line-height: 1.2;
    margin-bottom: 1.15rem;
    color: var(--growth-navy);
}

.growth-section-subtitle {
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    color: var(--growth-text-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Premium Buttons */
.btn-growth-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, var(--growth-navy) 0%, var(--growth-accent-blue) 100%);
    color: #FFFFFF !important;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 1.1rem 2.25rem;
    border-radius: var(--growth-radius-md);
    box-shadow: 0 10px 25px rgba(18, 59, 93, 0.22);
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.btn-growth-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0, 85, 179, 0.32);
    background: linear-gradient(135deg, var(--growth-accent-blue) 0%, #00438F 100%);
}

.btn-growth-primary i {
    font-size: 1.2rem;
    transition: transform 0.2s ease;
}

.btn-growth-primary:hover i {
    transform: translateX(4px);
}

.btn-growth-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: #FFFFFF;
    color: var(--growth-navy) !important;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.05rem 2rem;
    border-radius: var(--growth-radius-md);
    border: 1.5px solid var(--growth-border);
    box-shadow: var(--growth-shadow-sm);
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
}

.btn-growth-secondary:hover {
    border-color: var(--growth-navy);
    background: var(--growth-accent-soft);
    transform: translateY(-2px);
    box-shadow: var(--growth-shadow-md);
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.growth-hero {
    position: relative;
    padding-top: clamp(48px, 6vw, 75px);
    padding-bottom: 85px;
    background: radial-gradient(circle at 85% 20%, rgba(234, 242, 248, 0.8) 0%, transparent 60%),
                linear-gradient(180deg, #FFFFFF 0%, #F4F7FA 100%);
    border-bottom: 1px solid var(--growth-border);
    overflow: hidden;
}

.growth-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
    align-items: center;
}

.growth-hero-left {
    position: relative;
    z-index: 2;
}

/* Authority Proof Badge (R$ 750M VGV) */
.vgv-authority-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 1.25rem;
    background: #FFFFFF;
    border: 1.5px solid #CBD5E1;
    border-left: 4px solid var(--growth-accent-blue);
    border-radius: var(--growth-radius-sm);
    box-shadow: 0 4px 16px rgba(18, 59, 93, 0.08);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.vgv-authority-badge:hover {
    border-color: var(--growth-accent-blue);
    box-shadow: 0 8px 24px rgba(0, 85, 179, 0.15);
}

.vgv-authority-badge .badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--growth-accent-soft);
    color: var(--growth-accent-blue);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.vgv-authority-badge .badge-text {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--growth-navy);
    letter-spacing: -0.01em;
}

.vgv-authority-badge .badge-highlight {
    color: var(--growth-accent-blue);
    font-weight: 800;
}

/* Main H1 */
.growth-hero-h1 {
    font-size: clamp(2.4rem, 4.2vw, 3.65rem);
    line-height: 1.12;
    color: var(--growth-navy);
    font-weight: 900;
    letter-spacing: -0.035em;
    margin-bottom: 1.5rem;
}

.growth-hero-sub {
    font-size: clamp(1.1rem, 1.4vw, 1.25rem);
    color: var(--growth-text-body);
    line-height: 1.65;
    margin-bottom: 1.75rem;
    font-weight: 450;
}

/* Component Pills Line */
.growth-components-bar {
    background: #FFFFFF;
    border: 1px solid var(--growth-border);
    border-radius: var(--growth-radius-md);
    padding: 1rem 1.25rem;
    margin-bottom: 1.75rem;
    box-shadow: var(--growth-shadow-sm);
}

.growth-components-bar span {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--growth-navy);
    line-height: 1.6;
    display: block;
}

.growth-components-bar span strong {
    color: var(--growth-accent-blue);
}

/* Provocation & Highlight Box */
.growth-hero-provocation {
    background: var(--growth-accent-soft);
    border-left: 3px solid var(--growth-navy);
    padding: 0.95rem 1.25rem;
    border-radius: 0 var(--growth-radius-sm) var(--growth-radius-sm) 0;
    margin-bottom: 2rem;
}

.growth-hero-provocation p {
    font-size: 0.98rem;
    color: var(--growth-text-body);
    margin-bottom: 0.4rem;
    font-style: normal;
}

.growth-hero-provocation .provocation-highlight {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--growth-navy);
    display: block;
}

/* Hero CTA Wrapper */
.growth-hero-cta-box {
    margin-bottom: 1.5rem;
}

.hero-cta-support {
    font-size: 0.9rem;
    color: var(--growth-text-muted);
    margin-top: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.hero-cta-support i {
    color: var(--growth-accent-blue);
}

/* Hero Right Column: Operational Machine Visual */
.growth-hero-right {
    position: relative;
}

.operation-machine-frame {
    position: relative;
    background: #FFFFFF;
    border: 1px solid var(--growth-border);
    border-radius: var(--growth-radius-lg);
    padding: 12px;
    box-shadow: var(--growth-shadow-lg);
    transition: transform 0.4s ease;
}

.browser-header-dots {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px 12px 10px;
}

.browser-header-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #E2E8F0;
    display: inline-block;
}

.browser-header-dots span:nth-child(1) { background: #FDA4AF; }
.browser-header-dots span:nth-child(2) { background: #FDE047; }
.browser-header-dots span:nth-child(3) { background: #86EFAC; }

.browser-header-title {
    margin-left: auto;
    font-size: 0.75rem;
    color: var(--growth-text-muted);
    font-weight: 600;
}

.operation-screenshot {
    width: 100%;
    border-radius: var(--growth-radius-sm);
    display: block;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Floating Telemetry Pills around Hero Screenshot */
.telemetry-pill {
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--growth-border);
    border-radius: var(--growth-radius-md);
    padding: 0.75rem 1rem;
    box-shadow: 0 16px 30px rgba(18, 59, 93, 0.14);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    z-index: 4;
    transition: all 0.3s ease;
}

.telemetry-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 38px rgba(18, 59, 93, 0.18);
}

.telemetry-pill .pill-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.telemetry-pill .pill-info strong {
    display: block;
    font-size: 0.84rem;
    color: var(--growth-navy);
    font-weight: 800;
    line-height: 1.2;
}

.telemetry-pill .pill-info span {
    display: block;
    font-size: 0.73rem;
    color: var(--growth-text-muted);
    margin-top: 2px;
}

.pill-lead {
    top: -20px;
    left: -20px;
}
.pill-lead .pill-icon {
    background: #EBF5FF;
    color: #0284C7;
}

.pill-ia {
    bottom: -24px;
    left: -15px;
}
.pill-ia .pill-icon {
    background: #ECFDF5;
    color: #10B981;
}

.pill-distribution {
    top: 35%;
    right: -24px;
}
.pill-distribution .pill-icon {
    background: #FEF3C7;
    color: #D97706;
}

/* ==========================================================================
   PROBLEM SECTION (Gargalos Comerciais)
   ========================================================================== */
.growth-problem-section {
    padding: 90px 0;
    background: #FFFFFF;
    border-bottom: 1px solid var(--growth-border);
}

.problem-intro-box {
    max-width: 820px;
    margin: 0 auto 3.5rem auto;
    text-align: center;
}

.problem-intro-box p {
    font-size: 1.12rem;
    color: var(--growth-text-body);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.problem-quote-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.problem-quote-pill {
    background: var(--growth-bg);
    border: 1px dashed #CBD5E1;
    color: var(--growth-text-muted);
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.9rem;
    font-weight: 600;
}

.problem-key-question {
    font-size: clamp(1.4rem, 2.2vw, 1.85rem);
    color: var(--growth-navy);
    font-weight: 800;
    background: var(--growth-accent-soft);
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: var(--growth-radius-sm);
    border: 1px solid var(--growth-border);
}

/* 6 Bottleneck Cards */
.bottlenecks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-bottom: 3.5rem;
}

/* 4 Bottlenecks Compact Grid */
.bottlenecks-grid-compact {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.bottleneck-card {
    background: #FFFFFF;
    border: 1.5px solid var(--growth-border);
    border-radius: var(--growth-radius-md);
    padding: 2rem;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.bottleneck-card:hover {
    border-color: #94A3B8;
    transform: translateY(-4px);
    box-shadow: var(--growth-shadow-md);
}

.bottleneck-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.bottleneck-icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #FEF2F2;
    color: #DC2626;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.bottleneck-card h3 {
    font-size: 1.25rem;
    color: var(--growth-navy);
    margin: 0;
    font-weight: 800;
}

.bottleneck-card p {
    font-size: 0.98rem;
    color: var(--growth-text-muted);
    line-height: 1.6;
    margin: 0;
}

.problem-conclusion-banner {
    background: #FFF1F2;
    border: 1.5px solid #FECDD3;
    border-radius: var(--growth-radius-md);
    padding: 1.75rem 2rem;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.problem-conclusion-banner h4 {
    color: #9F1239;
    font-size: 1.28rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.4;
}

/* ==========================================================================
   A METODOLOGIA: MUITO ALÉM DA GESTÃO DE TRÁFEGO
   ========================================================================== */
.growth-methodology-section {
    padding: 95px 0;
    background: #FFFFFF;
    border-bottom: 1px solid var(--growth-border);
}

.methodology-comparison-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 2rem;
    align-items: stretch;
}

.methodology-card {
    border-radius: var(--growth-radius-lg);
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.methodology-card.traditional {
    background: #FAFAFA;
    border: 1.5px dashed #CBD5E1;
}

.methodology-card.growth {
    background: #FFFFFF;
    border: 2px solid var(--growth-navy);
    box-shadow: var(--growth-shadow-lg);
    position: relative;
}

.methodology-card-badge {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    margin-bottom: 1rem;
    width: fit-content;
}

.methodology-card-badge.red {
    background: #FEF2F2;
    color: #DC2626;
    border: 1px solid #FECDD3;
}

.methodology-card-badge.blue {
    background: var(--growth-accent-soft);
    color: var(--growth-accent-blue);
    border: 1px solid rgba(0, 85, 179, 0.2);
}

.methodology-card h3 {
    font-size: 1.55rem;
    color: var(--growth-navy);
    margin-bottom: 0.5rem;
}

.methodology-card-desc {
    font-size: 0.95rem;
    color: var(--growth-text-muted);
    line-height: 1.5;
    margin-bottom: 1.75rem;
}

.methodology-list {
    margin: 0 0 1.75rem 0;
    padding: 0;
    flex: 1;
}

.methodology-list li {
    font-size: 0.92rem;
    color: var(--growth-text-body);
    padding: 0.55rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    border-bottom: 1px solid #F1F5F9;
}

.methodology-list.red li i {
    color: #DC2626;
    font-size: 1.15rem;
    margin-top: 1px;
    flex-shrink: 0;
}

.methodology-card-footer {
    border-radius: var(--growth-radius-sm);
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
    line-height: 1.45;
}

.methodology-card-footer.red {
    background: #FEF2F2;
    color: #991B1B;
    border: 1px solid #FEE2E2;
}

.methodology-card-footer.blue {
    background: var(--growth-accent-soft);
    color: var(--growth-navy);
    border: 1px solid var(--growth-border);
}

.growth-pillars-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
    margin-bottom: 1.75rem;
    flex: 1;
}

.pillar-item {
    background: var(--growth-bg);
    border: 1px solid var(--growth-border);
    border-radius: var(--growth-radius-md);
    padding: 0.9rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    transition: all 0.2s ease;
}

.pillar-item:hover {
    background: #FFFFFF;
    border-color: var(--growth-accent-blue);
    box-shadow: var(--growth-shadow-sm);
}

.pillar-item.full-width {
    grid-column: 1 / -1;
}

.pillar-item.pillar-ads-highlight {
    background: linear-gradient(135deg, #EFF6FF 0%, #E0F2FE 100%);
    border: 1.5px solid #0284C7;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.12);
}

.pillar-item.pillar-ads-highlight:hover {
    background: #FFFFFF;
    border-color: var(--growth-accent-blue);
}

.pillar-item.pillar-ads-highlight .pillar-icon {
    background: #0055B3;
    color: #FFFFFF;
    border: none;
}

.pillar-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid var(--growth-border);
    color: var(--growth-accent-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.pillar-item strong {
    display: block;
    font-size: 0.88rem;
    color: var(--growth-navy);
    margin-bottom: 0.15rem;
}

.pillar-item span {
    display: block;
    font-size: 0.78rem;
    color: var(--growth-text-muted);
    line-height: 1.35;
}

/* Callout Banner de Anúncios Inclusos */
.methodology-banner-ads {
    margin-top: 2.25rem;
    background: linear-gradient(135deg, var(--growth-navy-dark) 0%, var(--growth-navy) 100%);
    border-radius: var(--growth-radius-md);
    padding: 1.4rem 1.85rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    box-shadow: var(--growth-shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.banner-ads-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(0, 85, 179, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    color: #60A5FA;
    flex-shrink: 0;
}

.banner-ads-text {
    flex: 1;
}

.banner-ads-text strong {
    display: block;
    font-size: 1.05rem;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
    font-weight: 800;
}

.banner-ads-text span {
    display: block;
    font-size: 0.9rem;
    color: #D8E0EA;
    line-height: 1.45;
}

/* ==========================================================================
   TRANSITION & MASTER OPERATION FLOW
   ========================================================================== */
.growth-flow-section {
    padding: 90px 0;
    background: var(--growth-bg);
    border-bottom: 1px solid var(--growth-border);
}

.master-flow-wrapper {
    background: #FFFFFF;
    border: 1px solid var(--growth-border);
    border-radius: var(--growth-radius-lg);
    padding: 2.25rem;
    box-shadow: var(--growth-shadow-md);
}

.flow-stage-block {
    width: 100%;
}

.flow-stage-header {
    margin-bottom: 1.15rem;
    display: flex;
    align-items: center;
}

.flow-stage-badge {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--growth-navy);
    background: var(--growth-accent-soft);
    border: 1px solid var(--growth-border);
    padding: 0.35rem 0.95rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.flow-stage-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
}

.flow-step-node {
    background: #FFFFFF;
    border: 1.5px solid var(--growth-border);
    border-radius: var(--growth-radius-md);
    padding: 1rem 0.45rem;
    text-align: center;
    min-width: 0;
    flex: 1;
    transition: all 0.25s ease;
    box-shadow: var(--growth-shadow-sm);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.flow-step-node:hover {
    border-color: var(--growth-accent-blue);
    background: var(--growth-accent-soft);
    transform: translateY(-3px);
}

.flow-step-node i {
    font-size: 1.45rem;
    color: var(--growth-navy);
    display: block;
    margin-bottom: 0.45rem;
    flex-shrink: 0;
}

.flow-step-node strong {
    display: block;
    font-size: 0.75rem;
    color: var(--growth-navy);
    text-transform: uppercase;
    letter-spacing: 0.015em;
    font-weight: 800;
    line-height: 1.25;
    word-break: normal;
    overflow-wrap: break-word;
    text-align: center;
    max-width: 100%;
    margin: 0;
}

.flow-step-node.flow-step-highlight {
    border-color: var(--growth-navy);
    background: var(--growth-accent-soft);
}

.flow-step-node.flow-step-highlight i,
.flow-step-node.flow-step-highlight strong {
    color: var(--growth-accent-blue);
}

.flow-step-node.flow-step-ads {
    border-color: #0284C7;
    background: #F0F9FF;
}

.flow-step-node.flow-step-ads i {
    color: #0284C7;
}

.flow-step-node.flow-step-ads strong {
    color: var(--growth-navy);
}

.flow-step-node .step-sublabel {
    display: block;
    font-size: 0.62rem;
    font-weight: 700;
    color: #0284C7;
    margin-top: 3px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.1;
}

.flow-connector-arrow {
    color: #94A3B8;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 0.15rem;
}

.flow-stage-transition {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin: 1.75rem 0;
}

.flow-stage-transition .transition-line {
    flex: 1;
    height: 1px;
    background: var(--growth-border);
}

.flow-stage-transition .transition-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #FFFFFF;
    border: 1px solid var(--growth-border);
    color: var(--growth-navy);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.45rem 1.15rem;
    border-radius: 9999px;
    box-shadow: var(--growth-shadow-sm);
}

.flow-stage-transition .transition-pill i {
    color: var(--growth-accent-blue);
    font-size: 0.95rem;
}

/* ==========================================================================
   FEATURE DETAIL SECTIONS (Alternating Panels)
   ========================================================================== */
.growth-feature-panel {
    padding: 85px 0;
    border-bottom: 1px solid var(--growth-border);
}

.growth-feature-panel.bg-white {
    background: #FFFFFF;
}

.growth-feature-panel.bg-soft {
    background: var(--growth-bg);
}

.feature-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.feature-panel-grid.reversed {
    grid-template-columns: 1fr 1fr;
}

.feature-panel-grid.reversed .feature-content-col {
    order: 2;
}

.feature-panel-grid.reversed .feature-visual-col {
    order: 1;
}

.feature-content-col h2 {
    font-size: clamp(1.85rem, 2.8vw, 2.45rem);
    line-height: 1.2;
    margin-bottom: 1.25rem;
    color: var(--growth-navy);
}

.feature-content-col p {
    font-size: 1.05rem;
    color: var(--growth-text-body);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.feature-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1.25rem;
    margin-bottom: 1.75rem;
}

.feature-checklist.single-col {
    grid-template-columns: 1fr;
}

.feature-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.95rem;
    color: var(--growth-text-body);
    font-weight: 500;
}

.feature-checklist li i {
    color: var(--growth-accent-blue);
    font-size: 1.15rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-punchline {
    background: var(--growth-accent-soft);
    border-left: 3px solid var(--growth-navy);
    padding: 0.85rem 1.25rem;
    border-radius: 0 var(--growth-radius-sm) var(--growth-radius-sm) 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--growth-navy);
    margin-top: 1.5rem;
}

/* Feature Visual Boxes */
.feature-visual-card {
    background: #FFFFFF;
    border: 1px solid var(--growth-border);
    border-radius: var(--growth-radius-lg);
    padding: 2rem;
    box-shadow: var(--growth-shadow-md);
}

/* CRM Modules Grid */
.crm-modules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.crm-module-chip {
    background: var(--growth-bg);
    border: 1px solid var(--growth-border);
    border-radius: var(--growth-radius-sm);
    padding: 0.75rem 0.6rem;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--growth-navy);
    transition: all 0.2s ease;
}

.crm-module-chip:hover {
    background: #FFFFFF;
    border-color: var(--growth-accent-blue);
    color: var(--growth-accent-blue);
}

.crm-module-chip i {
    display: block;
    font-size: 1.35rem;
    margin-bottom: 0.35rem;
    color: var(--growth-navy);
}

/* Base Recovery High Impact Section */
.base-recovery-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F7FA 100%);
    padding: 100px 0;
    border-bottom: 1px solid var(--growth-border);
}

.recovery-flow-box {
    background: #FFFFFF;
    border: 1.5px solid var(--growth-border);
    border-radius: var(--growth-radius-lg);
    padding: 2.25rem;
    box-shadow: var(--growth-shadow-md);
    margin: 2.5rem 0;
}

.recovery-sources-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
}

.source-tag {
    background: var(--growth-accent-soft);
    border: 1px solid var(--growth-border);
    color: var(--growth-navy);
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0.4rem 0.9rem;
    border-radius: 9999px;
}

/* ==========================================================================
   COMPARISON SECTIONS (Fragmented vs Garoupa & Agency vs Garoupa)
   ========================================================================== */
.growth-comparison-section {
    padding: 95px 0;
    background: #FFFFFF;
    border-bottom: 1px solid var(--growth-border);
}

.comparison-grid-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
}

.comparison-card {
    border-radius: var(--growth-radius-lg);
    padding: 2.5rem;
    border: 1.5px solid var(--growth-border);
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.comparison-card.fragmented {
    background: #FAFAFA;
    border-color: #E2E8F0;
}

.comparison-card.garoupa {
    background: #FFFFFF;
    border: 2px solid var(--growth-navy);
    box-shadow: var(--growth-shadow-lg);
    position: relative;
}

.comparison-card.garoupa::before {
    content: "OPERAÇÃO INTEGRADA";
    position: absolute;
    top: -14px;
    right: 24px;
    background: var(--growth-navy);
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 0.35rem 0.9rem;
    border-radius: 9999px;
}

.comparison-card-badge {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.comparison-card.fragmented .comparison-card-badge {
    color: #DC2626;
}

.comparison-card.garoupa .comparison-card-badge {
    color: var(--growth-accent-blue);
}

.comparison-card h3 {
    font-size: 1.65rem;
    margin-bottom: 1.5rem;
}

.comparison-list {
    margin-bottom: 2rem;
    flex: 1;
}

.comparison-list li {
    padding: 0.65rem 0;
    border-bottom: 1px solid #F1F5F9;
    font-size: 0.98rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.comparison-card.fragmented .comparison-list li i {
    color: #DC2626;
}

.comparison-card.garoupa .comparison-list li i {
    color: var(--growth-accent-blue);
}

.comparison-outcome-box {
    border-radius: var(--growth-radius-md);
    padding: 1.25rem 1.5rem;
}

.comparison-card.fragmented .comparison-outcome-box {
    background: #FEF2F2;
    color: #991B1B;
}

.comparison-card.fragmented .comparison-outcome-box strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.comparison-card.fragmented .comparison-outcome-box p {
    font-size: 0.88rem;
    color: #991B1B;
    margin: 0;
    line-height: 1.4;
}

.comparison-card.garoupa .comparison-outcome-box {
    background: var(--growth-accent-soft);
    color: var(--growth-navy);
    border: 1px solid var(--growth-border);
}

.comparison-card.garoupa .comparison-outcome-box strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--growth-navy);
    margin: 0;
}

/* Agency vs Garoupa Contrast Grid */
.agency-contrast-box {
    background: var(--growth-bg);
    border: 1px solid var(--growth-border);
    border-radius: var(--growth-radius-lg);
    padding: 3rem;
}

.agency-contrast-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 2.5rem;
    align-items: center;
}

.agency-side {
    background: #FFFFFF;
    border: 1.5px dashed #CBD5E1;
    border-radius: var(--growth-radius-md);
    padding: 2rem;
    text-align: center;
}

.agency-side strong {
    display: block;
    color: #64748B;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1.25rem;
}

.agency-flow-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-weight: 800;
    color: #94A3B8;
    font-size: 1.05rem;
}

.agency-flow-row span.finish-pill {
    background: #FEE2E2;
    color: #DC2626;
    padding: 0.35rem 0.8rem;
    border-radius: 9999px;
    font-size: 0.82rem;
}

.garoupa-growth-side {
    background: #FFFFFF;
    border: 1.5px solid var(--growth-navy);
    border-radius: var(--growth-radius-md);
    padding: 2rem;
    box-shadow: var(--growth-shadow-md);
}

.garoupa-growth-side strong {
    display: block;
    color: var(--growth-accent-blue);
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1.25rem;
}

.garoupa-flow-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
}

.garoupa-flow-chips span {
    background: var(--growth-accent-soft);
    color: var(--growth-navy);
    border: 1px solid var(--growth-border);
    padding: 0.4rem 0.75rem;
    border-radius: var(--growth-radius-sm);
    font-size: 0.8rem;
    font-weight: 800;
}

.garoupa-flow-chips i {
    color: var(--growth-accent-blue);
    font-size: 0.85rem;
}

/* ==========================================================================
   INDICATORS SECTION (10 Executive Questions)
   ========================================================================== */
.growth-indicators-section {
    padding: 90px 0;
    background: var(--growth-bg);
    border-bottom: 1px solid var(--growth-border);
}

.indicators-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 1020px;
    margin: 0 auto 3rem auto;
}

.indicator-question-card {
    background: #FFFFFF;
    border: 1px solid var(--growth-border);
    border-radius: var(--growth-radius-md);
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: var(--growth-shadow-sm);
    transition: all 0.2s ease;
}

.indicator-question-card:hover {
    border-color: var(--growth-accent-blue);
    transform: translateX(4px);
    box-shadow: var(--growth-shadow-md);
}

.indicator-question-card .q-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--growth-accent-soft);
    color: var(--growth-accent-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.indicator-question-card p {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--growth-navy);
}

/* ==========================================================================
   INTERMEDIATE CTA BANNER
   ========================================================================== */
.growth-intermediate-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--growth-navy) 0%, var(--growth-navy-dark) 100%);
    color: #FFFFFF;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.growth-intermediate-cta::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 85, 179, 0.25) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.intermediate-cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.intermediate-cta-content h2 {
    color: #FFFFFF;
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    line-height: 1.2;
    margin-bottom: 1.15rem;
}

.intermediate-cta-content p {
    color: #CBD5E1;
    font-size: 1.2rem;
    margin-bottom: 2.25rem;
}

.intermediate-cta-content .btn-white-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: #FFFFFF;
    color: var(--growth-navy) !important;
    font-size: 1.05rem;
    font-weight: 800;
    padding: 1.15rem 2.5rem;
    border-radius: var(--growth-radius-md);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    text-decoration: none;
}

.intermediate-cta-content .btn-white-cta:hover {
    background: var(--growth-accent-soft);
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.intermediate-cta-support {
    display: block;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #94A3B8;
}

/* ==========================================================================
   IMPLEMENTATION TIMELINE (01 to 06)
   ========================================================================== */
.growth-timeline-section {
    padding: 95px 0;
    background: #FFFFFF;
    border-bottom: 1px solid var(--growth-border);
}

.timeline-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

.timeline-cards-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.timeline-step-card {
    background: #FFFFFF;
    border: 1.5px solid var(--growth-border);
    border-radius: var(--growth-radius-md);
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
}

.timeline-step-card:hover {
    border-color: var(--growth-navy);
    transform: translateY(-4px);
    box-shadow: var(--growth-shadow-md);
}

.step-card-num {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 900;
    color: var(--growth-accent-blue);
    background: var(--growth-accent-soft);
    border: 1px solid var(--growth-border);
    padding: 0.3rem 0.75rem;
    border-radius: 6px;
    margin-bottom: 1.25rem;
}

.timeline-step-card h3 {
    font-size: 1.35rem;
    color: var(--growth-navy);
    margin-bottom: 1rem;
}

.timeline-step-card ul {
    margin: 0;
    padding: 0;
}

.timeline-step-card li {
    font-size: 0.95rem;
    color: var(--growth-text-body);
    padding: 0.35rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.timeline-step-card li i {
    color: var(--growth-accent-blue);
    font-size: 1rem;
}

/* ==========================================================================
   FINAL CTA & FORM SECTION
   ========================================================================== */
.growth-final-cta-section {
    padding: 100px 0 120px 0;
    background: radial-gradient(circle at 10% 20%, rgba(234, 242, 248, 0.9) 0%, transparent 50%),
                linear-gradient(180deg, #F4F7FA 0%, #FFFFFF 100%);
}

.final-cta-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.final-cta-copy-col h2 {
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    line-height: 1.15;
    margin-bottom: 1.35rem;
    color: var(--growth-navy);
}

.final-cta-copy-col p {
    font-size: 1.15rem;
    color: var(--growth-text-body);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.final-trust-points {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.trust-point-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--growth-navy);
}

.trust-point-item i {
    color: var(--growth-accent-blue);
    font-size: 1.3rem;
}

/* FORM WRAPPER & CARD */
.growth-form-card {
    background: #FFFFFF;
    border: 1.5px solid var(--growth-border);
    border-radius: var(--growth-radius-lg);
    padding: 2.5rem;
    box-shadow: var(--growth-shadow-lg);
    position: relative;
}

.growth-form-header {
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--growth-border-light);
    padding-bottom: 1.25rem;
}

.growth-form-header h3 {
    font-size: 1.65rem;
    color: var(--growth-navy);
    margin-bottom: 0.5rem;
}

.growth-form-header p {
    font-size: 0.95rem;
    color: var(--growth-text-muted);
    margin: 0;
}

.growth-form-group {
    margin-bottom: 1.35rem;
}

.growth-form-group label {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--growth-navy);
    margin-bottom: 0.45rem;
}

.growth-form-group input,
.growth-form-group select {
    width: 100%;
    padding: 0.9rem 1.1rem;
    font-size: 0.98rem;
    font-family: inherit;
    color: var(--growth-text-title);
    background: #FFFFFF;
    border: 1.5px solid var(--growth-border);
    border-radius: var(--growth-radius-sm);
    transition: all 0.2s ease;
    outline: none;
}

.growth-form-group input:focus,
.growth-form-group select:focus {
    border-color: var(--growth-accent-blue);
    box-shadow: 0 0 0 4px rgba(0, 85, 179, 0.1);
}

.growth-select-wrapper {
    position: relative;
}

.growth-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 2.5rem;
}

.growth-select-icon {
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #64748B;
    font-size: 1.1rem;
}

.btn-submit-growth {
    width: 100%;
    padding: 1.15rem;
    font-size: 1.05rem;
    font-weight: 800;
    margin-top: 1rem;
}

.growth-lgpd-notice {
    font-size: 0.8rem;
    color: var(--growth-text-muted);
    text-align: center;
    margin-top: 1rem;
    line-height: 1.4;
}

.growth-lgpd-notice a {
    color: var(--growth-navy);
    text-decoration: underline;
}

/* Success Box */
.growth-success-box {
    text-align: center;
    padding: 3rem 1.5rem;
    display: none;
}

.growth-success-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ECFDF5;
    color: #10B981;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
}

.growth-success-box h3 {
    font-size: 1.6rem;
    color: var(--growth-navy);
    margin-bottom: 0.85rem;
}

.growth-success-box p {
    font-size: 1.05rem;
    color: var(--growth-text-body);
    max-width: 420px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ==========================================================================
   MOBILE STICKY CTA BAR
   ========================================================================== */
.growth-mobile-sticky-cta {
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid var(--growth-border);
    padding: 0.85rem 1.25rem;
    box-shadow: 0 -8px 24px rgba(18, 59, 93, 0.12);
    z-index: 999;
    display: none;
    transition: bottom 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.growth-mobile-sticky-cta.visible {
    bottom: 0;
}

.growth-mobile-sticky-cta .btn-sticky {
    width: 100%;
    padding: 0.95rem;
    font-size: 0.98rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* ==========================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
    .growth-hero-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .bottlenecks-grid,
    .bottlenecks-grid-compact {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .timeline-cards-grid,
    .timeline-cards-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .methodology-comparison-grid {
        grid-template-columns: 1fr;
    }
    
    .feature-panel-grid,
    .feature-panel-grid.reversed {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .feature-panel-grid.reversed .feature-content-col {
        order: 1;
    }
    
    .feature-panel-grid.reversed .feature-visual-col {
        order: 2;
    }
    
    .final-cta-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .agency-contrast-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .growth-hero {
        padding-top: 105px;
        padding-bottom: 50px;
    }
    
    /* Hero Reordering on Mobile: Badge -> Headline (H1) -> Mockup Image (Hero Right) -> Subheadline -> Components -> Provocation -> CTA */
    .growth-hero-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    
    .growth-hero-left {
        display: contents;
    }
    
    .vgv-authority-badge {
        order: 1;
        width: 100%;
        padding: 0.6rem 0.9rem;
        margin-bottom: 1rem;
    }
    
    .vgv-authority-badge .badge-text {
        font-size: 0.84rem;
    }
    
    .growth-hero-h1 {
        order: 2;
        font-size: 2.05rem;
        line-height: 1.18;
        margin-bottom: 1.25rem;
    }
    
    .growth-hero-right {
        order: 3;
        width: 100%;
        margin: 0.25rem 0 1.75rem 0;
    }
    
    .growth-hero-sub {
        order: 4;
        font-size: 1.05rem;
        line-height: 1.6;
        margin-bottom: 1.25rem;
    }
    
    .growth-components-bar {
        order: 5;
        margin-bottom: 1.25rem;
    }
    
    .growth-hero-provocation {
        order: 6;
        margin-bottom: 1.75rem;
    }
    
    .growth-hero-cta-box {
        order: 7;
    }
    
    .growth-mobile-sticky-cta {
        display: block;
        pointer-events: none;
    }
    
    .growth-mobile-sticky-cta.visible {
        pointer-events: auto;
    }
    
    .growth-mobile-sticky-cta * {
        pointer-events: auto;
    }
    
    .bottlenecks-grid,
    .bottlenecks-grid-compact {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .growth-pillars-grid {
        grid-template-columns: 1fr;
    }
    
    .timeline-cards-grid,
    .timeline-cards-grid-4 {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .indicators-cards-grid {
        grid-template-columns: 1fr;
    }
    
    .comparison-grid-two-col {
        grid-template-columns: 1fr;
    }

    /* Como Funciona / Master Flow Section - Mobile Scroll & Flow Node Fixes */
    .master-flow-wrapper {
        padding: 1.5rem 1rem;
        border-radius: var(--growth-radius-md);
        overflow: visible !important;
        touch-action: pan-y !important;
    }
    
    .flow-stage-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0.45rem;
        overflow: visible !important;
        touch-action: pan-y !important;
    }

    .flow-step-node {
        flex: none !important;
        width: 100% !important;
        box-sizing: border-box;
        padding: 1rem 0.75rem;
        touch-action: pan-y !important;
    }
    
    .flow-connector-arrow {
        transform: rotate(90deg);
        margin: 0.2rem 0;
        pointer-events: none;
    }

    .flow-stage-transition {
        margin: 1.25rem 0;
    }

    .flow-stage-transition .transition-pill span {
        font-size: 0.72rem;
    }
    
    .crm-modules-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .feature-checklist {
        grid-template-columns: 1fr;
    }
    
    .telemetry-pill {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin-top: 0.75rem;
    }
    
    .growth-form-card {
        padding: 1.75rem 1.25rem;
    }
}
