.kata-quote-page {
    background: #f4f7fb;
    color: #182230;
    font-family: Roboto, Arial, sans-serif;
}

.kata-quote-main {
    min-height: 70vh;
}

.kata-quote-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.kata-quote-hero {
    padding: 96px 0 42px;
    background: #0e3f78;
    color: #fff;
}

.kata-quote-eyebrow {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.kata-quote-hero h1 {
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.15;
}

.kata-quote-hero p {
    max-width: 680px;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
}

.kata-quote-section {
    padding: 38px 0 56px;
}

.kata-quote-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.kata-quote-panel,
.kata-quote-note {
    background: #fff;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 18px 42px rgba(15, 37, 64, 0.08);
}

.kata-quote-panel h2,
.kata-quote-note h2 {
    margin: 0 0 18px;
    font-size: 22px;
}

.kata-quote-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.kata-quote-field {
    display: grid;
    gap: 7px;
}

.kata-quote-field label {
    font-weight: 700;
    font-size: 14px;
}

.kata-quote-input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c9d4e2;
    border-radius: 6px;
    padding: 11px 12px;
    font-size: 15px;
    font-family: inherit;
}

.kata-quote-input:focus {
    border-color: #0e3f78;
    outline: 2px solid rgba(14, 63, 120, 0.15);
}

.kata-quote-choice,
.kata-quote-company,
.kata-quote-field:has(textarea),
.kata-quote-captcha,
.kata-quote-submit,
.kata-quote-message {
    grid-column: 1 / -1;
}

.kata-quote-choice {
    display: flex;
    gap: 22px;
    align-items: center;
    padding: 6px 0;
}

.kata-quote-company {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.kata-quote-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.kata-quote-submit {
    border: 0;
    border-radius: 6px;
    background: #c62828;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 18px;
    width: fit-content;
}

.kata-quote-submit:hover {
    background: #a91f1f;
}

.kata-quote-message {
    display: block;
    color: #c62828;
    font-weight: 700;
    line-height: 1.5;
}

.kata-quote-message:empty {
    display: none;
}

.kata-quote-note ul {
    margin: 0;
    padding-left: 20px;
    line-height: 1.7;
}

@media (max-width: 820px) {
    .kata-quote-hero {
        padding-top: 76px;
    }

    .kata-quote-hero h1 {
        font-size: 30px;
    }

    .kata-quote-grid,
    .kata-quote-form,
    .kata-quote-company {
        grid-template-columns: 1fr;
    }
}
