*,*::before,*::after {
    box-sizing: border-box
}

html,body {
    margin: 0;
    padding: 0
}

.start-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: var(--main-font);
    color: #fff;
    background: radial-gradient(40% 18% at 50% 0%,rgba(48, 177, 41,.09),rgba(10,10,11,0) 75%),linear-gradient(180deg,#0a0a0b 0%,#0e0e10 100%);
    padding-top: 96px;
    overflow-x: hidden
}

.start-page {
    flex: 1 0 auto
}

.start-body .site-footer {
    margin-top: auto
}

.start-shell {
    width: min(1280px,calc(100% - 40px));
    margin: 0 auto
}

.start-hero {
    position: relative;
    padding: 34px 0 28px
}

.start-hero__grid {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) 360px;
    gap: 28px;
    align-items: start
}

.start-badge,.start-section-head__eyebrow,.start-sidecard__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.15;
    text-transform: uppercase;
    text-align: center;
    color: rgba(48, 177, 41,.98);
    background: rgba(48, 177, 41,.1);
    border: 1px solid rgba(48, 177, 41,.18);
    white-space: nowrap
}

.start-hero h1 {
    margin: 18px 0 0;
    font-size: clamp(2.5rem,5vw,5rem);
    line-height: .95;
    font-weight: 900;
    letter-spacing: -.05em;
    text-transform: uppercase
}

.start-hero h1 span {
    display: block;
    background: linear-gradient(90deg,var(--servername-gradient));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-top: 8px
}

.start-hero p {
    margin: 20px 0 0;
    max-width: 780px;
    font-size: 1rem;
    line-height: 1.85;
    color: rgba(255,255,255,.78)
}

.start-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px
}

.start-btn,.start-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 800;
    transition: transform .18s ease,background .18s ease,border-color .18s ease
}

.start-btn:hover,.start-link:hover {
    transform: translateY(-2px)
}

.start-btn--primary {
    background: linear-gradient(135deg,#3be22e, #30b129);
    color: #fff;
    box-shadow: 0 18px 42px rgba(48, 177, 41,.24)
}

.start-btn--secondary,.start-link {
    background: rgba(255,255,255,.04);
    color: #fff;
    border: 1px solid rgba(255,255,255,.08)
}

.start-sidecard,.start-tips,.start-faq,.start-step-card {
    background: rgba(18,18,22,.86);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(0,0,0,.3)
}

.start-sidecard {
    padding: 22px
}

.start-sidecard__eyebrow {
    margin: 0 0 14px;
    align-self: flex-start
}

.start-sidecard h2 {
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.15
}

.start-side-stats {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
    margin-top: 20px
}

.start-mini-stat {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06)
}

.start-mini-stat__value {
    display: block;
    font-size: 1.35rem;
    font-weight: 900
}

.start-mini-stat__label {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.6);
    font-size: .88rem
}

.start-content {
    padding: 8px 0 70px
}

.start-section-head {
    margin-bottom: 22px
}

.start-section-head h2 {
    margin: 12px 0 0;
    font-size: clamp(1.8rem,3vw,2.5rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -.03em
}

.start-section-head p {
    margin: 10px 0 0;
    max-width: 780px;
    line-height: 1.8;
    color: rgba(255,255,255,.68)
}

.start-steps {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
    align-items: stretch
}

.start-step-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    min-height: 306px
}

.start-step-card__number {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(48, 177, 41,.12);
    border: 1px solid rgba(48, 177, 41,.2);
    font-size: 1rem;
    font-weight: 900;
    color: #3be22e
}

.start-step-card h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 900
}

.start-step-card p {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.75;
    flex: 1
}

.start-link {
    width: 100%;
    margin-top: auto
}

.start-tips,.start-faq {
    margin-top: 24px;
    padding: 24px
}

.start-tip-grid,.start-faq-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
    margin-top: 18px
}

.start-tip-card,.start-faq-card {
    padding: 22px;
    border-radius: 20px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06)
}

.start-tip-card h3,.start-faq-card h3 {
    margin: 0 0 10px;
    font-size: 1.08rem
}

.start-tip-card p,.start-faq-card p {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.72
}

@media (max-width: 1100px) {
    .start-hero__grid,.start-steps,.start-tip-grid,.start-faq-grid {
        grid-template-columns:1fr
    }

    .start-side-stats {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .start-step-card {
        min-height: 0
    }
}

@media (max-width: 640px) {
    .start-shell {
        width:min(100% - 24px,1280px)
    }

    .start-body {
        padding-top: 92px
    }

    .start-hero h1 {
        font-size: clamp(2rem,9vw,3rem)
    }

    .start-hero__actions {
        flex-direction: column
    }

    .start-btn,.start-link {
        width: 100%
    }

    .start-side-stats {
        grid-template-columns: 1fr
    }

    .start-step-card,.start-tips,.start-faq,.start-sidecard {
        padding: 18px
    }

    .start-badge,.start-section-head__eyebrow,.start-sidecard__eyebrow {
        font-size: .72rem;
        letter-spacing: .1em;
        min-height: 48px;
        padding: 0 14px;
        white-space: normal
    }
}
