/* ==========================================
   International Growth Hacking Landing Page
   ========================================== */

/* ---------- Shared section rhythm ---------- */
.growth-page .section-padding {
    padding: 100px 0;
}

.growth-page .section-header {
    max-width: 700px;
}

.growth-page .section-header.text-center {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.growth-page .title-underline {
    width: 60px;
    height: 3px;
    background: var(--gradient-premium);
    border-radius: var(--radius-pill);
    margin-bottom: 1.5rem;
}

/* ==========================================
   Hero
   ========================================== */
.gh-hero {
    position: relative;
    padding: 165px 0 110px;
    background: var(--bg-secondary);
    overflow: hidden;
    border-bottom: 1px solid var(--border-color);
}

.gh-hero::before {
    content: '';
    position: absolute;
    top: -180px;
    right: -160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: var(--gradient-primary);
    opacity: 0.10;
    filter: blur(10px);
}

.gh-hero::after {
    content: '';
    position: absolute;
    bottom: -220px;
    left: -140px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: var(--accent-color);
    opacity: 0.08;
    filter: blur(10px);
}

.gh-hero .container {
    position: relative;
    z-index: 2;
}

.gh-hero-title {
    font-size: 3.35rem;
    font-weight: 800;
    letter-spacing: var(--tracking-tight);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.gh-hero-title .accent-text {
    background: var(--gradient-premium);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gh-hero-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
    max-width: 560px;
    margin-bottom: 2.25rem;
}

.gh-hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.25rem;
}

.gh-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    list-style: none;
}

.gh-hero-highlights li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-secondary);
}

.gh-hero-highlights li i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.12);
    color: var(--accent-color);
    font-size: 0.65rem;
}

/* --- Hero visual --- */
.gh-hero-visual {
    position: relative;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gh-visual-core {
    position: relative;
    width: 100%;
    max-width: 420px;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
    animation: float 6s ease-in-out infinite;
}

.gh-float {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    box-shadow: var(--glass-shadow);
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--text-primary);
    animation: float 5s ease-in-out infinite;
    z-index: 3;
}

.gh-float i {
    font-size: 1rem;
    color: var(--secondary-color);
}

.gh-float-1 {
    top: 2%;
    left: -6%;
    animation-delay: 0s;
}

.gh-float-2 {
    top: 16%;
    right: -10%;
    animation-delay: 0.5s;
}

.gh-float-3 {
    top: 42%;
    left: -12%;
    animation-delay: 1s;
}

.gh-float-4 {
    bottom: 26%;
    right: -8%;
    animation-delay: 1.5s;
}

.gh-float-5 {
    bottom: 6%;
    left: -4%;
    animation-delay: 2s;
}

.gh-float-6 {
    bottom: -2%;
    right: 10%;
    animation-delay: 2.5s;
}

.gh-float small {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    color: var(--text-muted);
}

/* ==========================================
   Logo / Trust strip
   ========================================== */
.gh-logos-section {
    padding: 56px 0;
    background: var(--bg-primary);
    border-bottom: 1px solid var(--border-color);
}

.gh-logos-label {
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wider);
    color: var(--text-muted);
    margin-bottom: 2rem;
}

/* Reuses global .logo-marquee / .logo-track / .logo-item structure and
   @keyframes seoMarquee-style loop defined locally below (page-scoped name) */
.gh-logos-section .logo-marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.gh-logos-section .logo-track {
    display: flex;
    width: max-content;
    gap: 4.5rem;
    align-items: center;
    animation: ghMarquee 28s linear infinite;
}

.gh-logos-section .logo-marquee:hover .logo-track {
    animation-play-state: paused;
}

.gh-logos-section .logo-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--text-muted);
    white-space: nowrap;
    opacity: 0.75;
    transition: var(--transition-normal);
}

.gh-logos-section .logo-item:hover {
    opacity: 1;
    color: var(--secondary-color);
}

.gh-logos-section .logo-item i {
    font-size: 1.5rem;
}

@keyframes ghMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ==========================================
   Why CoxFuture (uses shared .service-card / .service-icon)
   ========================================== */
.gh-why-section {
    background: var(--bg-primary);
}

/* ==========================================
   Growth Hacking Services (pill grid)
   ========================================== */
.gh-service-pill {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 1.75rem;
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    height: 100%;
    transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);
}

.gh-service-pill:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: transparent;
}

.gh-service-pill .pill-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    background: var(--gradient-premium);
    color: #fff;
    font-size: 1.1rem;
}

.gh-service-pill h5 {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.gh-service-pill p {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: var(--text-secondary);
}

/* ==========================================
   Growth Framework (uses shared .re-circle)
   ========================================== */
.gh-framework-section {
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
}

.gh-framework-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(65, 30, 121, 0.35), transparent 55%),
        radial-gradient(circle at 85% 80%, rgba(16, 185, 129, 0.12), transparent 55%);
}

.gh-framework-section .section-header,
.gh-framework-section .container {
    position: relative;
    z-index: 2;
}

.gh-framework-section .section-label {
    color: var(--primary-color);
}

.gh-framework-section .section-label::before {
    background: var(--primary-color);
}

.gh-framework-section .section-title,
.gh-framework-section .section-description {
    color: #fff;
}

.gh-framework-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.75rem 1rem;
    margin-top: 3rem;
    position: relative;
}

.gh-framework-step {
    width: 150px;
    text-align: center;
}

.gh-framework-step .re-circle {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(10px);
    color: #fff;
    margin: 0 auto 1rem;
}

.gh-framework-step h6 {
    color: #fff;
    margin-bottom: 0.4rem;
}

.gh-framework-step p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8125rem;
    margin-bottom: 0;
}

/* ==========================================
   Growth Channels
   ========================================== */
.gh-channel-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.75rem 1rem;
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    text-align: center;
    transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);
}

.gh-channel-card i {
    font-size: 1.5rem;
    color: var(--secondary-color);
    transition: var(--transition-normal);
}

.gh-channel-card span {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary);
}

.gh-channel-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: transparent;
    background: var(--gradient-premium);
}

.gh-channel-card:hover i,
.gh-channel-card:hover span {
    color: #fff;
}

/* ==========================================
   Data & Analytics split
   ========================================== */
.gh-data-section {
    background: var(--bg-secondary);
}

.gh-data-visual {
    display: flex;
    justify-content: center;
}

.gh-data-card {
    width: 100%;
    max-width: 440px;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    box-shadow: var(--glass-shadow);
    padding: 1.75rem;
}

.gh-data-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.gh-data-card-header i {
    color: var(--text-muted);
}

.gh-data-metrics {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin-bottom: 1.5rem;
}

.gh-data-metric .label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 0.4rem;
}

.gh-mini-bar {
    width: 100%;
    height: 8px;
    border-radius: var(--radius-pill);
    background: var(--bg-tertiary);
    overflow: hidden;
}

.gh-mini-bar span {
    display: block;
    height: 100%;
    border-radius: var(--radius-pill);
    background: var(--gradient-premium);
    animation: slideLeftToRight 1.4s var(--ease-premium) forwards;
}

.gh-data-heatmap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
}

.gh-data-heatmap span {
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    background: var(--secondary-color);
}

.gh-data-heatmap span:nth-child(3n) { opacity: 0.9; }
.gh-data-heatmap span:nth-child(3n+1) { opacity: 0.5; }
.gh-data-heatmap span:nth-child(3n+2) { opacity: 0.25; background: var(--accent-color); }
.gh-data-heatmap span:nth-child(5n) { opacity: 0.7; background: var(--accent-color); }

.gh-data-point {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.85rem 1.1rem;
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary);
    height: 100%;
}

.gh-data-point i {
    color: var(--accent-color);
    font-size: 0.95rem;
}

/* ==========================================
   Tools & Technologies (uses shared .tech-grid / .tech-item)
   ========================================== */
.gh-tech-section {
    background: var(--bg-primary);
}

.gh-tech-section .tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.gh-tech-section .tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    padding: 1.5rem 1rem;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.gh-tech-section .tech-item i {
    font-size: 1.4rem;
    color: var(--secondary-color);
}

.gh-tech-section .tech-item span {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-align: center;
}

.gh-tech-section .tech-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-sm);
}

/* ==========================================
   Expertise stats
   ========================================== */
.gh-expertise-section {
    background: var(--gradient-premium);
    position: relative;
    overflow: hidden;
}

.gh-expertise-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 55%);
}

.gh-expertise-section .container {
    position: relative;
    z-index: 2;
}

.gh-expertise-section .section-label {
    color: rgba(255, 255, 255, 0.85);
}

.gh-expertise-section .section-label::before {
    background: rgba(255, 255, 255, 0.85);
}

.gh-expertise-section .section-title {
    color: #fff;
}

.gh-stat-card {
    text-align: center;
    padding: 2rem 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(6px);
}

.gh-stat-card .stat-number {
    font-family: var(--font-secondary);
    font-size: 2.75rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.4rem;
}

.gh-stat-card p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 600;
}

/* ==========================================
   Why Growth Hacking matters
   ========================================== */
.gh-matters-section {
    background: var(--bg-primary);
}

.gh-matters-visual img {
    width: 100%;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
}

/* ==========================================
   FAQ
   ========================================== */
.gh-faq-section {
    background: var(--bg-secondary);
}

.gh-faq-section .re-faq .accordion-body {
    font-size: 0.95rem;
}

/* ==========================================
   Final CTA
   ========================================== */
.gh-final-cta {
    position: relative;
    background: var(--gradient-premium);
    border-radius: var(--radius-xl);
    padding: 4.5rem 3rem;
    text-align: center;
    overflow: hidden;
}

.gh-final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 55%);
}

.gh-final-cta h2 {
    position: relative;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: none;
    -webkit-text-fill-color: #fff;
}

.gh-final-cta p {
    position: relative;
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    margin: 0 auto 2rem;
    font-size: 1.05rem;
}

.gh-final-cta-buttons {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.gh-final-cta .btn-primary {
    background: #fff;
    color: var(--secondary-color);
}

.gh-final-cta .btn-primary:hover {
    background: var(--bg-secondary);
    color: var(--secondary-color);
}

.gh-cta-outline {
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
}

.gh-cta-outline:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
}

/* ==========================================
   Responsive
   ========================================== */
@media (max-width: 991px) {
    .gh-hero-title {
        font-size: 2.5rem;
    }

    .gh-hero-visual {
        height: 340px;
        margin-top: 3rem;
    }

    .gh-tech-section .tech-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .case-study-results {
        flex-wrap: wrap;
    }

    .gh-framework-step {
        width: 130px;
    }
}

@media (max-width: 767px) {
    .gh-hero {
        padding: 130px 0 70px;
        text-align: center;
    }

    .gh-hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .gh-hero-buttons,
    .gh-hero-highlights {
        justify-content: center;
    }

    .gh-hero-visual {
        height: 280px;
    }

    .gh-float {
        display: none;
    }

    .gh-float-6 {
        display: flex;
        position: static;
        margin: 1rem auto 0;
        width: fit-content;
    }

    .gh-tech-section .tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gh-stat-card {
        margin-bottom: 1rem;
    }

    .gh-final-cta {
        padding: 3rem 1.5rem;
    }

    .gh-final-cta h2 {
        font-size: 1.85rem;
    }

    .gh-framework-steps {
        gap: 1.5rem 0.75rem;
    }

    .gh-framework-step {
        width: 105px;
    }
}