.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
}

.skip-link:focus {
    left: 16px;
    top: 16px;
    z-index: 9999;
    background: #95ff19;
    color: #050505;
    padding: 10px 14px;
}

.container {
    width: min(1280px, calc(100% - 56px));
    margin: 0 auto;
}

.section {
    padding: 110px 0;
    position: relative;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: #ff7a00;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.section-heading {
    margin-bottom: 48px;
    max-width: 880px;
}

.section-heading-center {
    text-align: center;
    margin-inline: auto;
}

.section-heading h2 {
    font-size: clamp(54px, 7vw, 92px);
    line-height: 0.92;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
    font-family: 'Oswald', sans-serif;
}

.section-heading h2 span {
    color: #ff7a00;
}

.section-heading p:last-child {
    color: rgba(255, 255, 255, 0.62);
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 12px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    transition: 0.25s ease;
    border: 1px solid transparent;
    white-space: nowrap;
}

.btn-primary {
    background: #ff7a00;
    color: #111;
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

.btn-primary:hover {
    background: #ff922e;
}

.btn-secondary,
.btn-outline {
    border-color: rgba(149, 255, 25, 0.3);
    color: #95ff19;
    background: rgba(149, 255, 25, 0.04);
}

.btn-secondary:hover,
.btn-outline:hover {
    border-color: #95ff19;
    background: rgba(149, 255, 25, 0.10);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.08em;
    font-family: 'Inter', sans-serif;
}

.brand-mark {
    width: 30px;
    height: 30px;
    border: 1px solid #95ff19;
    border-radius: 50%;
    color: #95ff19;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.brand-text span {
    color: #ff7a00;
}