.hanuun-contact-wrap {
    width: min(820px, calc(100% - 32px));
    margin: 48px auto 72px;
}

.hanuun-contact-intro {
    margin-bottom: 24px;
}

.hanuun-contact-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #123b64;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hanuun-contact-intro h1 {
    margin: 0 0 10px;
    color: #0b2a49;
}

.hanuun-contact-intro p {
    max-width: 680px;
    margin: 0;
    color: #587087;
    line-height: 1.65;
}

.hanuun-contact-form {
    display: grid;
    gap: 18px;
    padding: clamp(20px, 4vw, 32px);
    border: 1px solid rgba(18, 59, 100, .10);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(11, 42, 73, .07);
}

.hanuun-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.hanuun-contact-field {
    display: grid;
    gap: 7px;
}

.hanuun-contact-field label {
    color: #0b2a49;
    font-size: .88rem;
    font-weight: 700;
}

.hanuun-contact-field input,
.hanuun-contact-field select,
.hanuun-contact-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(18, 59, 100, .18);
    border-radius: 14px;
    background: #fff;
    color: #0b2a49;
    font: inherit;
}

.hanuun-contact-field input,
.hanuun-contact-field select {
    min-height: 50px;
    padding: 10px 13px;
}

.hanuun-contact-field textarea {
    min-height: 180px;
    padding: 13px;
    resize: vertical;
    line-height: 1.55;
}

.hanuun-contact-field input:focus,
.hanuun-contact-field select:focus,
.hanuun-contact-field textarea:focus {
    border-color: rgba(18, 59, 100, .55);
    outline: 3px solid rgba(18, 59, 100, .10);
}

.hanuun-contact-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.hanuun-contact-bottom button {
    min-height: 50px;
    padding: 11px 22px;
    border: 0;
    border-radius: 14px;
    background: #123b64;
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.hanuun-contact-privacy {
    margin: 0;
    color: #6a8094;
    font-size: .84rem;
    line-height: 1.45;
}

.hanuun-contact-notice {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    line-height: 1.5;
}

.hanuun-contact-success {
    background: #eef7f1;
    color: #214f34;
}

.hanuun-contact-error {
    background: #fff3f1;
    color: #75342c;
}

.hanuun-contact-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 640px) {
    .hanuun-contact-wrap {
        width: min(100% - 24px, 820px);
        margin-top: 30px;
    }

    .hanuun-contact-grid {
        grid-template-columns: 1fr;
    }

    .hanuun-contact-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .hanuun-contact-bottom button {
        width: 100%;
    }
}
