@font-face {
    font-family: "KiaSignatureLight";
    src: url("/fonts/KiaSignatureLight.woff2") format("woff2"),
         url("/fonts/KiaSignatureLight.woff") format("woff"),
         url("/fonts/KiaSignatureLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "KiaSignatureRegular";
    src: url("/fonts/KiaSignatureRegular.woff2") format("woff2"),
         url("/fonts/KiaSignatureRegular.woff") format("woff"),
         url("/fonts/KiaSignatureRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "KiaSignatureBold";
    src: url("/fonts/KiaSignatureBold.woff2") format("woff2"),
         url("/fonts/KiaSignatureBold.woff") format("woff"),
         url("/fonts/KiaSignatureBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

* { box-sizing: border-box; }

.kff-page {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #cfcfd2;
    color: #111;
    overflow: hidden;
}

.kff-page .layout {
    height: 100vh;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(360px, calc(100vh * 0.5805)) 1fr;
    overflow: hidden;
}

.kff-page .visual {
    background: #0f2746 url("/images/imagen-kv.svg") center center / 100% 100% no-repeat;
    border-right: 1px solid #a7abb5;
    height: 100vh;
}

.kff-page .form-panel,
.kff-page .panel {
    background: #cfcfcf;
    padding: 34px 44px;
    height: 100vh;
    overflow-y: auto;
}

.kff-page .panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kff-page .panel-inner,
.kff-page .wrap {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.kff-page h1 {
    margin: 0 0 14px;
    font-family: "KiaSignatureBold";
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.05;
}

.kff-page .intro,
.kff-page .kff-lead {
    margin: 0 0 10px;
    line-height: 1.42;
    font-family: "KiaSignatureRegular";
    font-size: 1.04rem;
    max-width: 560px;
}

.kff-page .kff-legal {
    margin: 0 0 6px;
    max-width: 560px;
    font-size: 0.9rem;
    line-height: 1.35;
    font-family: "KiaSignatureBold";
    font-weight: 700;
}

.kff-page .muted {
    margin: 0 0 16px;
    font-family: "KiaSignatureRegular";
    font-size: 0.95rem;
    line-height: 1.35;
}

.kff-page .section-title {
    margin: 18px 0 8px;
    font-family: "KiaSignatureBold";
    font-size: 1.1rem;
    line-height: 1.1;
}

.kff-page .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 10px;
}

.kff-page .full { grid-column: 1 / -1; }

.kff-page label {
    display: block;
    margin-bottom: 6px;
    font-family: "KiaSignatureBold";
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.kff-page .kff-fields input[type="text"],
.kff-page .kff-fields input[type="email"],
.kff-page .kff-fields input[type="tel"],
.kff-page .kff-fields select {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-family: "KiaSignatureRegular";
    font-size: 1rem;
    font-weight: 700;
    padding: 8px 10px;
    outline: none;
}

.kff-page .kff-fields input::placeholder {
    color: #fff;
    opacity: 1;
}

.kff-page .date-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.kff-page .date-option { margin: 0; }

.kff-page .date-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.kff-page .date-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 0;
    background: #000;
    color: #fff;
    cursor: pointer;
    padding: 8px 10px;
}

.kff-page .date-card strong {
    font-size: 0.98rem;
    letter-spacing: 0.2px;
}

.kff-page .date-card small {
    display: none;
}

.kff-page .date-option input:checked + label .date-card {
    background: #ffff;
    color: #000;
    border: 1px solid #000;
}

.kff-page small {
    display: block;
    margin-top: 8px;
    font-family: "KiaSignatureLight";
    font-size: 0.7rem;
    line-height: 1.35;
}

.kff-page .checks {
    margin-top: 14px;
}

.kff-page .checks label {
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    line-height: 1.25;
}
.kff-page .checks label a, .kff-page .checks label a:visited, .kff-page .checks label a:active {
    color:#000000
}

.kff-page .checks input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 2px 0 0;
    flex: 0 0 14px;
}

.kff-page .recaptcha-wrap {
    margin-top: 14px;
}

.kff-page .recaptcha-wrap .g-recaptcha {
    display: inline-block;
    transform-origin: left top;
}

.kff-page .submit-btn,
.kff-page button[type="submit"] {
    margin-top: 16px;
    border: 0;
    background: #000;
    color: #fff;
    height: 40px;
    padding: 0 22px;
    font-family: "KiaSignatureBold";
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.kff-page .error {
    margin-top: 10px;
    color: #991b1b;
    font-size: 0.95rem;
    font-weight: 700;
}

.kff-dni-page .wrap {
    text-align: center;
}

.kff-dni-page .lead,
.kff-dni-page .note,
.kff-dni-page .dni-title {
    max-width: 540px;
    margin: 0 auto 12px;
    line-height: 1.34;
    font-size: 1.04rem;
    font-family: "KiaSignatureRegular";
}
.kff-dni-page .lead {
    font-family: "KiaSignatureRegular";
}
.kff-dni-page .note {
    font-family: "KiaSignatureBold";
}


.kff-dni-page .dni-title {
    font-family: "KiaSignatureBold";
    font-weight: 700;
    margin-bottom: 10px;
}

.kff-dni-page .dni-box {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 8px;
}

.kff-dni-page .dni-input {
    width: 100%;
    height: 42px;
    border: 0;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 8px 10px;
}

.kff-dni-page .dni-input::placeholder {
    color: #fff;
    opacity: 1;
}

.kff-dni-page #dni {
    text-align: left;
}

.kff-dni-page #dni::placeholder {
    text-align: left;
}

.kff-dni-page .terms {
    margin: 14px auto 0;
    max-width: 560px;
    font-size: 0.98rem;
    line-height: 1.38;
    font-weight: 700;
    text-align: center;
}

.kff-thanks-page .wrap {
    text-align: center;
    max-width: 620px;
}

.kff-thanks-page h1 {
    font-family: "KiaSignatureBold";
    font-size: 2.1rem;
    margin-bottom: 12px;
}

.kff-thanks-page .thanks-copy {
    font-family: "KiaSignatureRegular";
    font-size: 1.1rem;
    line-height: 1.42;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.kff-thanks-page .kff-legal-thanks {
    margin-top: 14px;
    font-size: 0.9rem;
    line-height: 1.35;
    font-family: "KiaSignatureRegular";
    font-weight: 700;
    text-align: center;
}

.kff-thanks-page .kff-legal-thanks strong {
    font-family: "KiaSignatureBold";
}

.kff-thanks-page .thanks-copy strong {
    font-family: "KiaSignatureBold";
}
.form-panel form{
  margin-top: 30px;
}

@media (max-width: 980px) {
    .kff-page {
        overflow: auto;
    }

    .kff-page .layout { grid-template-columns: 1fr; }
    .kff-page .layout {
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .kff-page .visual {
        height: 260px;
        min-height: 260px;
        background: #0f2746 url("/images/imagen-mobile-final.jpg?v2") center center / cover no-repeat;
    }

    .kff-page .form-panel,
    .kff-page .panel {
        padding: 24px 16px;
        height: auto;
        overflow: visible;
    }

    .kff-page h1 { font-family: "KiaSignatureBold"; font-size: 1.8rem; }
    .kff-page .grid { grid-template-columns: 1fr; }
    .kff-page .date-options { grid-template-columns: 1fr; }
    .kff-page label { font-size: 1.15rem; }

    .kff-page .recaptcha-wrap .g-recaptcha {
        transform: scale(0.9);
    }
}
