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: #d5dae2;
    font-size: 15px;
    padding-top: 20px;
}

ol li {
    margin-bottom: 5px;
}

h1 {
    color: #f45950;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f45950;
    text-align: center;
    padding: 16px 0 12px;
    margin: 0;
}

.caption {
    height: 70px;
    overflow: hidden;
}

.section-title {
    width: 100%;
    min-width: 100%;
    background-color: #1f1f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    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;
    margin: 0;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#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;
}

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;
}
