/**
 * Page Layout Styles
 * Common layout utilities for index.php and contact.html
 * Replaces all inline style attributes
 */

/* Section headers */
.section-header-left {
    text-align: left;
    margin: 1.5rem 0;
}

/* Bullet lists */
.bullet-list-no-margin {
    margin: 0;
}

.bullet-list-spaced {
    margin-top: 1rem;
}

/* Trust signals */
.trust-signals-spaced {
    margin-top: 1.5rem;
}

/* Form headings */
.form-heading-no-margin {
    margin-top: 0;
}

/* Hero grids and layouts */
.hero-grid-spaced {
    margin-top: 3rem;
}

.split-spaced {
    margin-top: 3rem;
    gap: 3rem;
}

/* About section spacing */
.about-heading-spaced {
    margin-top: 2rem;
}

/* Hero stats styled */
.hero-stats-styled {
    background: rgba(15, 23, 42, 0.75);
    padding: 2rem;
    border-radius: 8px;
}

.hero-stats-spaced {
    margin-top: 2rem;
}

/* Playbook grid */
.playbook-grid-spaced {
    margin-top: 3rem;
}

/* Noscript notices */
.noscript-notice {
    margin-top: 1rem;
    padding: 0.75rem;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 4px;
    border-left: 3px solid #667eea;
}
