body {
    background: #faf7ef;
    color: #14110f;
    font-family: "Satoshi", "Inter", "Segoe UI", sans-serif;
    line-height: 1.6;
}

a {
    color: #14110f;
}

a:hover {
    color: #8c5a14;
}

.wrap,
.container {
    max-width: 760px;
}

.header,
footer.container {
    text-align: center;
}

.header {
    padding: 2rem 0 1rem;
}

.header .logo a {
    background: url("https://swingyoulater.com/assets/img/logo-dark.png") center / contain no-repeat;
    display: inline-block;
    height: 64px;
    width: 220px;
}

.header .logo img {
    display: block;
    height: 64px;
    opacity: 0;
    width: 220px;
}

section,
.wrap > div {
    background: #ffffff;
    border: 1px solid #ece5d5;
    border-radius: 24px;
    box-shadow: 0 1px 2px rgba(20, 17, 15, 0.04), 0 10px 28px rgba(20, 17, 15, 0.08);
    padding: 2rem;
}

h2,
.lists h2 {
    color: #14110f;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    line-height: 1.1;
    margin-bottom: 0.75rem;
}

label {
    color: #6b6660;
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

input[type="email"],
input[type="text"],
textarea,
select {
    background: #fffdf8;
    border: 1px solid #d9cfb8;
    border-radius: 14px;
    box-sizing: border-box;
    color: #14110f;
    font-size: 1rem;
    padding: 0.9rem 1rem;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #e0a800;
    box-shadow: 0 0 0 4px rgba(224, 168, 0, 0.16);
    outline: none;
}

.lists {
    list-style: none;
    margin: 1.5rem 0;
    padding: 0;
}

.lists li {
    background: #fffaf0;
    border: 1px solid #ece5d5;
    border-radius: 16px;
    margin: 0 0 0.85rem;
    padding: 1rem 1rem 0.9rem 3rem;
    position: relative;
}

.lists input[type="checkbox"] {
    accent-color: #e0a800;
    left: 1rem;
    position: absolute;
    top: 1.2rem;
}

.lists .description {
    color: #6b6660;
    margin: 0.45rem 0 0;
}

.button,
button[type="submit"] {
    background: linear-gradient(180deg, #ffd166 0%, #e0a800 100%);
    border: 0;
    border-radius: 999px;
    color: #14110f;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.98rem;
    font-weight: 700;
    justify-content: center;
    min-width: 180px;
    padding: 0.9rem 1.4rem;
    text-decoration: none;
}

.button:hover,
button[type="submit"]:hover {
    filter: brightness(1.03);
    transform: translateY(-1px);
}

.right {
    margin-top: 1rem;
}

footer.container {
    color: #6b6660;
    font-size: 0.92rem;
    margin: 1.5rem auto 3rem;
}

footer.container a {
    color: #8c5a14;
}

@media (max-width: 640px) {
    section,
    .wrap > div {
        border-radius: 20px;
        padding: 1.4rem;
    }
}
