/* OTOD3 - Main Content Styles */

.otod-main-content {
    min-height: calc(100vh - 70px);
    padding: 0;
    background-color: transparent;
}

.otod-content-wrapper {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

/* Section Container */
.otod-section-container {
    background-color: var(--otod-color-yellow-light);
    padding: 60px 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: var(--otod-shadow-sm);
    border: 2px solid var(--otod-color-dark-text);
}

.otod-section-title {
    color: var(--otod-color-dark-text);
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 400;
}

.otod-section-description {
    color: var(--otod-color-dark-text);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
}

/* Key Visual Section */
.otod-kv-section {
    width: 100%;
    margin: 0;
    padding: 0;
}

.otod-kv-container {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.otod-kv-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.otod-kv-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(45, 45, 45, 0.4);
    font-size: 48px;
    font-weight: 300;
    font-style: italic;
    font-family: 'Prompt', sans-serif;
    pointer-events: none;
    z-index: 10;
}
