body {
    margin: 0;
    background: #faf8f5;
    color: #2f2b28;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wrap {
    max-width: 760px;
    margin: 48px auto;
    padding: 0 20px 80px;
}

.hero {
    text-align: center;
    margin-bottom: 34px;
}

.logo {
    width: 112px;
    height: 112px;
    border-radius: 24px;
    margin-bottom: 18px;
}

h1 {
    margin: 0;
    font-size: 38px;
}

.lead {
    font-size: 20px;
    line-height: 1.55;
    color: #5b544d;
}

.card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.card h2 {
    margin-top: 0;
}

ul {
    padding-left: 22px;
}

li {
    margin-bottom: 8px;
}

label {
    font-weight: 700;
}

input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    font: inherit;
    padding: 14px;
    border: 1px solid #d8d2cb;
    border-radius: 10px;
    margin: 8px 0 16px;
}

.checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-weight: 400;
    line-height: 1.45;
}

button,
input[type="submit"] {
    border: 0;
    border-radius: 999px;
    padding: 13px 22px;
    font: inherit;
    cursor: pointer;
    background: #3a3630;
    color: #fff;
    margin-top: 18px;
}

.small {
    color: #6c655e;
    font-size: 14px;
    line-height: 1.55;
}

.footer {
    text-align: center;
    color: #6c655e;
    margin-top: 34px;
}