.adobe-logo {
    height: 100%;
}

.adobe-logo svg {
    height: 100%;
    width: auto;
    display: block;
}

/* ===== BASE ===== */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Noto Sans KR", Arial, sans-serif;
    background: #f2f2f2;
    color: #000;
}

/* ===== HEADER ===== */
.header {
    border-bottom: 4px solid #EB1000;
}

/* ===== INFO BOX ===== */
.info-box {
    max-width: 520px;
    margin: 32px auto 24px;
    padding: 0 4px;
}

.info-box h3 {
    margin: 0 0 12px;
    font-size: 2.5rem;
    font-weight: 700;
}

.info-box p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.55;
}

.info-box .notice {
    font-weight: 600;
    color: #EB1000;
}

/* ===== FORM ===== */
form {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 4px;
}

label {
    display: block;
    margin: 14px 0 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

input[type="text"],
input[type="date"] {
    width: 100%;
    height: 46px;
    padding: 0 12px;
    font-size: 14px;
    border: 1.5px #000 solid;
    background: #fff;
    color: #000;
}

input:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px #EB1000;
}

/* ===== BUTTON ===== */
button {
    margin-top: 24px;
    width: 100%;
    height: 52px;
    border: none;
    background: #EB1000;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
}

button:hover {
    filter: brightness(0.9);
}

/* ===== FOOTER NOTE ===== */
.footer-note {
    max-width: 520px;
    margin: 20px auto 0;
    padding: 0 4px;
    font-size: 12px;
    line-height: 1.4;
    color: #000;
}

/* ===== CONTAINER ===== */
.container {
    padding-bottom: 60px;
}
