:root {
    color-scheme: dark;
    font-family: Arial, sans-serif;
    background: #080808;
}

html,
body,
#root {
    min-height: 100%;
    margin: 0;
}

.seo-bootstrap {
    min-height: 100vh;
    box-sizing: border-box;
    padding: 28px clamp(20px, 5vw, 72px) 56px;
    color: #f7f7f5;
    background: radial-gradient(circle at 82% 8%, #4a1e10 0, transparent 30%),
        #080808;
}

.seo-bootstrap__header,
.seo-bootstrap__actions,
.seo-bootstrap__grid,
.seo-bootstrap__footer {
    display: flex;
    align-items: center;
}

.seo-bootstrap__header,
.seo-bootstrap__hero,
.seo-bootstrap__section,
.seo-bootstrap__footer {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.seo-bootstrap__header,
.seo-bootstrap__footer {
    justify-content: space-between;
    gap: 20px;
}

.seo-bootstrap a {
    color: inherit;
}

.seo-bootstrap__brand {
    color: #ff6a2b;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-decoration: none;
}

.seo-bootstrap__hero {
    padding: clamp(76px, 12vw, 150px) 0 clamp(64px, 9vw, 110px);
}

.seo-bootstrap__eyebrow {
    margin: 0 0 18px;
    color: #ff6a2b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.seo-bootstrap h1 {
    max-width: 880px;
    margin: 0;
    font-size: clamp(42px, 8vw, 88px);
    line-height: 0.98;
}

.seo-bootstrap__lead {
    max-width: 760px;
    margin: 28px 0 0;
    color: rgb(247 247 245 / 76%);
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.55;
}

.seo-bootstrap__actions {
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.seo-bootstrap__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 22px;
    border: 1px solid #ff6a2b;
    border-radius: 6px;
    color: #080808 !important;
    background: #ff6a2b;
    font-weight: 700;
    text-decoration: none;
}

.seo-bootstrap__button--secondary {
    color: #f7f7f5 !important;
    background: transparent;
}

.seo-bootstrap__section {
    padding: 52px 0;
    border-top: 1px solid rgb(247 247 245 / 16%);
}

.seo-bootstrap__section h2 {
    max-width: 760px;
    margin: 0 0 28px;
    font-size: clamp(28px, 4vw, 46px);
}

.seo-bootstrap__grid {
    align-items: stretch;
    gap: 16px;
}

.seo-bootstrap__card {
    flex: 1;
    padding: 24px;
    border: 1px solid rgb(247 247 245 / 16%);
    background: rgb(255 255 255 / 4%);
}

.seo-bootstrap__card h3 {
    margin: 0 0 10px;
}

.seo-bootstrap__card p,
.seo-bootstrap__section > p {
    color: rgb(247 247 245 / 72%);
    line-height: 1.55;
}

.seo-bootstrap__footer {
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid rgb(247 247 245 / 16%);
    color: rgb(247 247 245 / 64%);
    font-size: 14px;
}

.seo-bootstrap__notice {
    margin: 0;
    padding: 10px 20px;
    color: #080808;
    background: #ffb08d;
    font: 14px/1.4 Arial, sans-serif;
    text-align: center;
}

@media (max-width: 760px) {
    .seo-bootstrap__grid,
    .seo-bootstrap__footer {
        align-items: stretch;
        flex-direction: column;
    }
}
