/* PHP marketing inner pages: .container + demo hero (from Joyful style.css). */
.marketing-pillar-body {
    --accent-gold: #f4c430;
    --text-gray: #a0a0b0;
    --text-white: #ffffff;
    --bg-primary: #0a0a23;
}

.marketing-pillar-main .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

@media (min-width: 1200px) {
    .marketing-pillar-main .container {
        max-width: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 768px) {
    .marketing-pillar-main .container {
        padding: 0 1.25rem;
    }
}

.marketing-seo-faq {
    padding: clamp(3rem, 7vw, 5rem) 0;
    background:
        radial-gradient(circle at top left, rgba(139, 92, 246, 0.12), transparent 32%),
        rgba(5, 10, 30, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.marketing-seo-faq__header {
    max-width: 780px;
    margin: 0 auto 2rem;
    text-align: center;
}

.marketing-seo-faq__eyebrow {
    color: var(--accent-gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.marketing-seo-faq__header h2 {
    color: var(--text-white);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    margin: 0 0 0.75rem;
}

.marketing-seo-faq__header p,
.marketing-seo-faq__item p {
    color: var(--text-gray);
    line-height: 1.7;
}

.marketing-seo-faq__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketing-seo-faq__item {
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.marketing-seo-faq__item h3 {
    color: var(--text-white);
    font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 0.65rem;
}

.marketing-seo-faq__item p {
    margin: 0;
    font-size: 0.95rem;
}

.marketing-seo-faq__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.marketing-seo-faq__links a {
    color: #f4c430;
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(244, 196, 48, 0.3);
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.marketing-seo-faq__links a:hover,
.marketing-seo-faq__links a:focus {
    background: rgba(244, 196, 48, 0.12);
    color: #ffe17a;
}

@media (max-width: 900px) {
    .marketing-seo-faq__grid {
        grid-template-columns: 1fr;
    }
}

/* Book a demo (/book-demo) — see main/book_demo.html */
.demo-hero {
    padding: 120px 0 56px;
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(139, 92, 246, 0.05), transparent),
        radial-gradient(circle at bottom left, rgba(244, 196, 48, 0.05), transparent);
}

.demo-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2.75rem;
    align-items: start;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.demo-hero-copy {
    min-width: 0;
}

.demo-hero-intro {
    margin-bottom: 2rem;
}

.demo-hero-eyebrow {
    color: var(--accent-gold);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    font-size: 0.82rem;
}

.demo-hero-title {
    font-size: clamp(1.75rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 1rem;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.demo-hero-lead {
    color: var(--text-gray);
    font-size: 1.0625rem;
    line-height: 1.55;
    margin: 0;
}

.demo-hero-benefits {
    display: grid;
    gap: 1.25rem;
}

.demo-hero-benefit {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.demo-hero-benefit-icon {
    width: 38px;
    height: 38px;
    background: rgba(139, 92, 246, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b5cf6;
    flex-shrink: 0;
    font-size: 0.9rem;
}

.demo-hero-benefit h4 {
    color: #fff;
    margin: 0 0 0.2rem;
    font-size: 1.02rem;
    font-weight: 600;
}

.demo-hero-benefit p {
    color: var(--text-gray);
    font-size: 0.92rem;
    line-height: 1.45;
    margin: 0;
}

.demo-hero-form-col--delayed {
    animation-delay: 0.2s;
}

.demo-hero .premium-form-card {
    padding: 1.65rem 1.65rem 1.85rem;
    border-radius: 24px;
}

.demo-hero-form-row {
    margin-bottom: 1.1rem;
}

.demo-hero-form-row--before-submit {
    margin-bottom: 1.25rem;
}

.demo-hero-alert {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #fca5a5;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    margin-bottom: 1.25rem;
    font-size: 0.88rem;
    line-height: 1.45;
}

.demo-hero-submit {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.15rem;
    font-size: 1.02rem;
    border: none;
    background: var(--accent-gold);
    color: #000;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.demo-hero-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(244, 196, 48, 0.35);
}

.demo-hero .success-card {
    padding: 2.25rem 1.65rem;
    border-radius: 24px;
}

.demo-hero-success-icon {
    width: 72px;
    height: 72px;
    background: rgba(34, 197, 94, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.35rem;
    color: #34d399;
    font-size: 1.75rem;
}

.demo-hero-success-title {
    color: #fff;
    margin: 0 0 0.65rem;
    font-size: 1.35rem;
    font-weight: 700;
}

.demo-hero-success-text {
    color: var(--text-gray);
    font-size: 1rem;
    line-height: 1.55;
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .demo-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
        width: 100%;
    }

    .demo-hero {
        padding: 104px 0 44px;
    }
}

@media (max-width: 767px) {
    .demo-hero {
        padding: 7rem 0 2rem;
    }

    .demo-hero-intro {
        margin-bottom: 1.45rem;
    }

    .demo-hero-eyebrow {
        font-size: 0.78rem;
        letter-spacing: 1.75px;
        margin-bottom: 0.55rem;
    }

    .demo-hero-title {
        font-size: clamp(1.45rem, 5.5vw, 2.15rem);
        margin-bottom: 0.75rem;
    }

    .demo-hero-lead {
        font-size: 0.98rem;
        line-height: 1.52;
    }

    .demo-hero-benefits {
        gap: 0.95rem;
    }

    .demo-hero-benefit {
        gap: 0.75rem;
    }

    .demo-hero-benefit-icon {
        width: 34px;
        height: 34px;
        font-size: 0.85rem;
    }

    .demo-hero-benefit h4 {
        font-size: 0.95rem;
    }

    .demo-hero-benefit p {
        font-size: 0.86rem;
    }

    .demo-hero .premium-form-card {
        padding: 1.35rem 1.1rem 1.5rem;
        border-radius: 18px;
    }

    .demo-hero-form-row {
        margin-bottom: 0.95rem;
    }

    .demo-hero-form-row--before-submit {
        margin-bottom: 1.05rem;
    }

    .demo-hero .form-label {
        margin-bottom: 0.45rem;
    }

    .demo-hero .form-input {
        padding: 0.85rem 1rem;
    }

    .demo-hero-submit {
        padding: 0.95rem 1rem;
        font-size: 0.98rem;
    }

    .demo-hero .success-card {
        padding: 1.75rem 1.2rem;
    }

    .demo-hero-success-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 1.1rem;
        font-size: 1.5rem;
    }

    .demo-hero-success-title {
        font-size: 1.2rem;
    }

    .demo-hero-success-text {
        font-size: 0.94rem;
    }
}

@media (max-width: 480px) {
    .demo-hero {
        padding: 6.25rem 0 1.65rem;
    }

    .demo-grid-wrapper {
        gap: 1.5rem;
    }

    .demo-hero .premium-form-card {
        padding: 1.15rem 0.95rem 1.35rem;
    }
}

/* =========================================
   INDUSTRY PAGE (from Joyful public/static/css/style.css)
   ========================================= */
.marketing-pillar-body {
    --industry-bg-dark: #0f0a1a;
    --industry-bg-card: rgba(255, 255, 255, 0.03);
    --industry-border: rgba(255, 255, 255, 0.08);
    --industry-accent: #f59e0b;
    --industry-accent-secondary: #ef4444;
    --industry-accent-light: rgba(245, 158, 11, 0.15);
    --industry-text-primary: #ffffff;
    --industry-text-gray: rgba(255, 255, 255, 0.7);
    --industry-gradient: linear-gradient(135deg, #f59e0b 0%, #ef4444 50%, #dc2626 100%);
}

.industry-quick-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.industry-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 100px;
}

.industry-icon-item:hover {
    background: rgba(245, 158, 11, 0.15);
    border-color: var(--industry-accent);
    transform: translateY(-3px);
}

.industry-icon-item .icon {
    font-size: 2rem;
}

.industry-icon-item .label {
    font-size: 0.75rem;
    color: var(--industry-text-gray);
    font-weight: 500;
    text-align: center;
}

.industry-icon-item:hover .label {
    color: var(--industry-accent);
}

.industry-focus-note {
    margin: 0;
    padding: 1rem 1.125rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.industry-cross-links {
    margin: 2.5rem auto 0;
    max-width: 720px;
    padding: 1.5rem 1.25rem 1rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.industry-cross-links__intro {
    margin: 0 0 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.industry-cross-links__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

.industry-cross-links__btn {
    display: inline-block;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 0.75rem 1.35rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.industry-cross-links__btn:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(244, 196, 48, 0.45);
    color: #fff;
}

.industry-metrics-disclaimer {
    margin: 2rem auto 0;
    max-width: 640px;
    padding: 0 1rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
}

.industry-section {
    padding: 4rem 0;
}

.industry-section .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.industry-cards-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.industry-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s ease;
    scroll-margin-top: 100px;
    padding: 0 !important;
}

.industry-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(245, 158, 11, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.industry-card:nth-child(even) .industry-card-image {
    order: -1;
}

.industry-card-content {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.industry-label {
    display: inline-block;
    background: var(--industry-accent-light);
    color: var(--industry-accent);
    padding: 0.4rem 0.875rem;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.industry-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.industry-pains {
    margin-bottom: 1.5rem;
}

.industry-pains p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.pain-icon {
    color: var(--industry-accent);
    font-size: 0.875rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.industry-card-image {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.industry-card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.industry-hero {
    padding: 8rem 0 4rem;
    text-align: center;
    background: linear-gradient(180deg, var(--industry-bg-dark) 0%, rgba(15, 10, 26, 0.95) 100%);
    position: relative;
}

.industry-hero .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.industry-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: var(--industry-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.industry-hero .hero-subtitle {
    font-size: 1.25rem;
    color: var(--industry-text-gray);
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.industry-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.industry-hero .hero-cta {
    display: inline-block;
    background: linear-gradient(90deg, #f4c430 0%, #ffdb58 50%, #f4c430 100%);
    color: #0a0e27;
    padding: 1rem 2.5rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 20px rgba(244, 196, 48, 0.4);
    transition: all 0.3s ease;
}

.industry-hero .hero-cta--secondary {
    background: transparent;
    border: 2px solid rgba(244, 196, 48, 0.55);
    color: #f8e6a8;
    text-transform: none;
    letter-spacing: 0.04em;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: none;
}

.industry-hero .hero-cta--secondary:hover {
    background: rgba(244, 196, 48, 0.1);
    border-color: #ffdb58;
    color: #fff6cf;
}

.industry-cta {
    padding: 5rem 0;
    text-align: center;
    background: linear-gradient(180deg, var(--industry-bg-dark) 0%, rgba(15, 10, 26, 0.98) 100%);
    position: relative;
}

.industry-cta h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.industry-cta p {
    font-size: 1.125rem;
    color: var(--industry-text-gray);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.industry-cta .cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.industry-cta .btn-primary {
    background: linear-gradient(90deg, #f4c430 0%, #ffdb58 50%, #f4c430 100%);
    color: #0a0e27;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(244, 196, 48, 0.3);
}

.industry-cta .btn-secondary {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.industry-cta .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(244, 196, 48, 0.45);
    color: #fff;
}

@media (max-width: 1024px) {
    .industry-hero h1 {
        font-size: 2.75rem;
    }

    .industry-card {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .industry-card-image {
        order: -1 !important;
        aspect-ratio: 16 / 9;
        min-height: 200px;
        max-height: 280px;
        border-radius: 16px 16px 0 0 !important;
    }
}

@media (max-width: 768px) {
    .industry-hero {
        padding: 7rem 0 2.5rem;
    }

    .industry-hero h1 {
        font-size: clamp(1.5rem, 5vw, 2.1rem);
        margin-bottom: 0.75rem;
        line-height: 1.15;
    }

    .industry-hero .hero-subtitle {
        font-size: 1.05rem;
        line-height: 1.55;
        margin-bottom: 1.35rem;
        padding: 0 0.25rem;
    }

    .industry-hero-actions {
        gap: 0.65rem;
        margin-bottom: 1.65rem;
    }

    .industry-hero .hero-cta {
        padding: 0.9rem 1.45rem;
        font-size: 0.9rem;
        letter-spacing: 0.06em;
    }

    .industry-hero .hero-cta--secondary {
        font-size: 0.92rem;
        padding: 0.85rem 1.35rem;
    }

    .industry-quick-nav {
        gap: 0.55rem 0.65rem;
        margin-top: 1.2rem;
        justify-content: center;
    }

    .industry-icon-item {
        padding: 0.6rem 0.75rem;
        min-width: 0;
        border-radius: 10px;
    }

    .industry-icon-item .icon {
        font-size: 1.55rem;
    }

    .industry-icon-item .label {
        font-size: 0.68rem;
        line-height: 1.25;
    }

    .industry-section {
        padding: 2.35rem 0;
    }

    .industry-cards-container {
        gap: 2rem;
    }

    .industry-card {
        border-radius: 14px;
        scroll-margin-top: 88px;
    }

    .industry-card-content {
        padding: 1.25rem 1.1rem 1.35rem;
    }

    .industry-label {
        font-size: 0.72rem;
        padding: 0.3rem 0.65rem;
        margin-bottom: 0.65rem;
    }

    .industry-card-title {
        font-size: 1.2rem;
        margin-bottom: 0.75rem;
        line-height: 1.28;
    }

    .industry-pains {
        margin-bottom: 1.1rem;
    }

    .industry-pains p {
        font-size: 0.86rem;
        line-height: 1.5;
        margin-bottom: 0.45rem;
    }

    .industry-focus-note {
        padding: 0.75rem 0.85rem;
        font-size: 0.82rem;
        line-height: 1.45;
    }

    .industry-card-image {
        min-height: 180px;
        max-height: 240px;
    }

    .industry-cross-links {
        margin-top: 1.75rem;
        padding: 1.15rem 0.75rem 0.85rem;
    }

    .industry-cross-links__intro {
        margin-bottom: 0.65rem;
    }

    .industry-cross-links__actions {
        gap: 0.55rem;
    }

    .industry-cross-links__btn {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .industry-metrics-disclaimer {
        margin-top: 1.35rem;
        font-size: 0.78rem;
        line-height: 1.45;
        padding: 0 0.35rem;
    }

    .industry-cta {
        padding: 2.65rem 0.75rem;
    }

    .industry-cta h2 {
        font-size: clamp(1.3rem, 4.5vw, 1.75rem);
        margin-bottom: 0.75rem;
    }

    .industry-cta p {
        font-size: 0.98rem;
        line-height: 1.55;
        margin-bottom: 1.35rem;
        padding: 0 0.25rem;
    }

    .industry-cta .cta-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
    }

    .industry-cta .btn-primary,
    .industry-cta .btn-secondary {
        padding: 0.9rem 1.15rem;
        font-size: 0.92rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .industry-hero {
        padding: 6.25rem 0 2rem;
    }

    .industry-quick-nav {
        gap: 0.45rem;
    }

    .industry-icon-item {
        padding: 0.5rem 0.55rem;
        flex: 1 1 calc(50% - 0.35rem);
        max-width: calc(50% - 0.35rem);
    }

    .industry-section {
        padding: 1.85rem 0;
    }

    .industry-cards-container {
        gap: 1.65rem;
    }

    .industry-card-content {
        padding: 1.05rem 0.9rem 1.15rem;
    }

    .industry-card-image {
        min-height: 160px;
        max-height: 200px;
    }

    .industry-cta {
        padding: 2.15rem 0.65rem;
    }
}
