.american-page {
    font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #fff;
    color: #231F20;
    overflow-x: hidden;
}

.american-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* ── HERO ── */
.american-hero {
    position: relative;
    min-height: 58vh;
    padding-top: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #071428;
}

.american-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(4, 14, 38, 0.92) 0%, rgba(4, 14, 38, 0.78) 100%);
}

.american-hero-stars {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.4;
}

.american-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 40px 24px 80px;
    max-width: 860px;
    margin: 0 auto;
}

.american-hero-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #BF2E2E;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.american-hero-flag {
    font-size: 22px;
}

.american-hero-h1 {
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 800;
    color: #fff;
    line-height: 1.06;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

.american-hero-h1 span {
    color: #307FE2;
}

.american-hero-sub {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    max-width: 580px;
    margin: 0 auto 40px;
}

.american-hero-ctas {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.american-btn-red {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #D42B2B;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 100px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(212, 43, 43, 0.45);
    transition: transform 0.2s, box-shadow 0.2s;
}

.american-btn-red:hover {
    transform: translateY(-2px);
}

.american-btn-ghost {
    display: inline-block;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 100px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.25);
    transition: background 0.2s, transform 0.2s;
}

.american-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

/* ── STATS ── */
.american-stats-section {
    padding: 0;
    background: #fff;
}

.american-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.american-stat-item {
    padding: 32px 20px;
    text-align: center;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.american-stat-item:last-child {
    border-right: none;
}

.american-stat-val {
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 800;
    color: #0d1f3c;
    letter-spacing: -0.03em;
    display: block;
}

.american-stat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-top: 6px;
    display: block;
}

/* ── SECTION TYPE ── */
.american-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #307FE2;
    margin-bottom: 12px;
    display: block;
}

.american-h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: #0d1f3c;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 16px;
}

.american-sub {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(7, 21, 56, 0.62);
    margin: 0 auto;
}

/* ── PILLAR CARDS ── */
.american-pillar-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 32px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03), 0 12px 32px rgba(48, 127, 226, 0.05);
}

.american-pillar-card-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 28px;
}

.american-pillar-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.american-pillar-card-row .american-pillar-icon {
    margin-bottom: 0;
}

.american-pillar-icon-blue { background: rgba(48, 127, 226, 0.10); }
.american-pillar-icon-green { background: rgba(22, 163, 74, 0.10); }
.american-pillar-icon-red { background: rgba(191, 46, 46, 0.10); }
.american-pillar-icon-red-soft { background: rgba(191, 46, 46, 0.09); }
.american-pillar-icon-blue-soft { background: rgba(48, 127, 226, 0.09); }
.american-pillar-icon-green-soft { background: rgba(22, 163, 74, 0.09); }

.american-pillar-title {
    font-size: 16px;
    font-weight: 700;
    color: #0d1f3c;
    margin-bottom: 6px;
}

.american-pillar-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(7, 21, 56, 0.6);
}

.american-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0d1f3c;
    margin: 0 0 10px;
}

.american-card-desc {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(7, 21, 56, 0.6);
    margin: 0;
}

/* ── DATA SOVEREIGNTY ── */
.american-sovereignty {
    padding: 56px 24px;
    background: #f9fbff;
}

.american-sovereignty-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ── AMERICAN MADE ── */
.american-made {
    padding: 56px 24px;
    background: #fff;
}

.american-made-intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 64px;
}

.american-made-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

/* ── WHY IT MATTERS ── */
.american-why {
    padding: 100px 24px;
    background: #0d1f3c;
}

.american-why-flex {
    display: flex;
    align-items: center;
    gap: 72px;
    flex-wrap: wrap;
}

.american-why-copy {
    flex: 1;
    min-width: 280px;
}

.american-why-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(191, 46, 46, 0.9);
    margin-bottom: 12px;
    display: block;
}

.american-why-h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 24px;
}

.american-why-sub {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

.american-why-list {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.american-why-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.american-why-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.american-why-item-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.american-why-item-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
}

/* ── CTA ── */
.american-cta {
    padding: 55px 24px 100px;
    background: #f9fbff;
    text-align: center;
}

.american-cta-inner {
    max-width: 640px;
    margin: 0 auto;
}

.american-cta-flag {
    font-size: 48px;
    margin-bottom: 20px;
}

.american-cta-h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: #0d1f3c;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

.american-cta-sub {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(7, 21, 56, 0.6);
    margin-bottom: 40px;
}

.american-cta-ctas {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.american-btn-cta {
    font-size: 16px;
    padding: 16px 36px;
}

.american-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #0d1f3c;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 36px;
    border-radius: 100px;
    text-decoration: none;
    border: 2px solid rgba(13, 31, 60, 0.2);
    transition: background 0.2s, transform 0.2s;
}

.american-btn-outline:hover {
    background: rgba(13, 31, 60, 0.04);
    transform: translateY(-2px);
}

/* ── FOOTER ── */
.american-footer {
    background: #0a1628;
    padding: 40px 48px;
    text-align: center;
}

.american-footer p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
}

.american-footer a {
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .american-why-flex {
        gap: 48px;
    }
}

@media (max-width: 640px) {
    .american-sovereignty,
    .american-made {
        padding: 40px 20px;
    }

    .american-why {
        padding: 64px 20px;
    }

    .american-made-intro {
        margin-bottom: 40px;
    }

    .american-pillar-card {
        padding: 28px 24px;
    }
}
