.seo-hero {
    padding: clamp(72px, 9vw, 118px) 0;
    background: linear-gradient(135deg, #10272f 0%, #17363f 100%);
    color: #ffffff;
}

.seo-hero-grid,
.seo-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: clamp(32px, 5vw, 68px);
    align-items: center;
}

.seo-eyebrow,
.seo-section-label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(247, 108, 36, 0.14);
    color: #f76c24;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.seo-hero h1 {
    margin: 18px 0 18px;
    font-size: clamp(2.7rem, 6vw, 5rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0;
}

.seo-hero p,
.seo-section-header p,
.seo-main-copy p,
.seo-feature-card p,
.seo-faq-item p,
.seo-cta p {
    color: #73808a;
    line-height: 1.75;
}

.seo-hero p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}

.seo-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.seo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.seo-btn-primary {
    background: #f76c24;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(247, 108, 36, 0.26);
}

.seo-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: #ffffff;
}

.seo-btn:hover {
    transform: translateY(-2px);
    color: #ffffff;
}

.seo-proof-panel {
    display: grid;
    gap: 14px;
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.seo-proof-panel div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.seo-proof-panel div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.seo-proof-panel strong {
    color: #ffad5f;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1;
}

.seo-proof-panel span {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 700;
    text-align: right;
}

.seo-section {
    padding: clamp(64px, 8vw, 96px) 0;
    background: #ffffff;
}

.seo-section-muted {
    background: #f4f7f6;
}

.seo-main-copy h2,
.seo-section-header h2,
.seo-cta h2 {
    margin: 14px 0 16px;
    color: #1a2e35;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
}

.seo-list-card,
.seo-feature-card,
.seo-faq-item {
    border: 1px solid rgba(26, 46, 53, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(26, 46, 53, 0.06);
}

.seo-list-card {
    padding: 28px;
}

.seo-list-card h3,
.seo-feature-card h3,
.seo-faq-item h3 {
    color: #1a2e35;
    font-weight: 800;
}

.seo-list-card ul {
    display: grid;
    gap: 14px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.seo-list-card li {
    display: flex;
    gap: 10px;
    color: #233a42;
    font-weight: 700;
}

.seo-list-card i,
.seo-feature-card i {
    color: #f76c24;
}

.seo-section-header {
    max-width: 760px;
    margin-bottom: 36px;
}

.seo-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.seo-feature-card {
    padding: 28px;
}

.seo-feature-card i {
    font-size: 2rem;
    margin-bottom: 16px;
}

.seo-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.seo-link-grid a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 8px;
    background: #f4f7f6;
    color: #1a2e35;
    font-weight: 800;
    text-decoration: none;
}

.seo-link-grid a:hover {
    color: #f76c24;
}

.seo-keyword-section {
    background: #ffffff;
    padding-top: 0;
}

.seo-term-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.seo-term-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(26, 46, 53, 0.1);
    border-radius: 8px;
    background: #f4f7f6;
    color: #1a2e35;
    font-weight: 800;
}

.seo-faq-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.seo-faq-item {
    padding: 24px;
}

.seo-cta {
    padding: 80px 0;
    background: #10272f;
    color: #ffffff;
}

.seo-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.seo-cta p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 900px) {
    .seo-hero-grid,
    .seo-content-grid,
    .seo-feature-grid,
    .seo-faq-list,
    .seo-cta-inner {
        grid-template-columns: 1fr;
    }

    .seo-cta-inner {
        display: grid;
    }
}

@media (max-width: 640px) {
    .seo-hero-actions,
    .seo-link-grid {
        grid-template-columns: 1fr;
    }

    .seo-btn,
    .seo-link-grid a {
        width: 100%;
    }
}
