body {
    padding-top: 84px;
    background-color: #1d1d1d;
}

#main-header {
    padding-top: 30px;
    padding-bottom: 10px;
}

#main-header h1 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f45950;
    padding: 0;
    margin: 0 0 20px;
}

ol {
    color: #9a9a9a;
    font-size: 14px;
    padding-top: 20px;
    line-height: 1.6;
}

ol li {
    margin-bottom: 5px;
}

ol li b {
    color: #ededed;
    font-weight: 600;
}

.thumbnail h2 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f45950;
    padding: 16px 16px 0;
}

.caption {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.section-title {
    min-height: 170px;
    width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 12px;
    border-top: 1px solid rgba(244, 89, 80, 0.2);
}

.thumbnail {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}

#button1, #button2, #button3 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 70%;
    min-height: 52px;
    background-color: #1f1f1f !important;
    border: 1px solid rgba(244, 89, 80, 0.4) !important;
    border-radius: 10px;
    color: #f45950 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.06em;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    margin: 0;
}

#button1:hover, #button2:hover, #button3:hover {
    background-color: #f45950 !important;
    border-color: #f45950 !important;
    color: #0f0f0f !important;
}

#button1 p, #button2 p, #button3 p {
    margin: 0;
    padding: 0;
    color: #f45950 !important;
}

#button1:hover p, #button2:hover p, #button3:hover p {
    color: #0f0f0f !important;
}

body > .container {
    position: relative;
    min-height: calc(100vh - 84px);
    padding-bottom: 70px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    margin: 0;
}
