:root {
    --velux-red: #e21b22;
    --velux-red-dark: #bd1318;
    --velux-charcoal: #242424;
    --velux-text: #353535;
    --velux-muted: #727272;
    --velux-warm: #f2f0eb;
    --velux-warm-light: #f8f7f4;
    --velux-line: #ddd9d2;
    --velux-white: #ffffff;
}

.velux-arq26-landing-page {
    margin: 0;
    background: var(--velux-white);
}

.velux-arq26-landing-main {
    min-height: 100vh;
}

.velux-arq26,
.velux-arq26 * {
    box-sizing: border-box;
}

.velux-arq26 {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    background: var(--velux-white);
    color: var(--velux-charcoal);
    font-family: "Instrument Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.velux-arq26__topbar {
    position: relative;
    z-index: 5;
    background: #fff;
    border-bottom: 1px solid #e8e6e2;
}

.velux-arq26__topbar-inner {
    width: min(1280px, calc(100% - 48px));
    min-height: 78px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.velux-arq26__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 42px;
    flex: 0 0 auto;
    background: var(--velux-red);
    color: #fff;
    line-height: 1;
}

.velux-arq26__logo span {
    color: inherit;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .045em;
}

.velux-arq26__topmeta {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #666;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
}

.velux-arq26__topmeta-separator {
    display: block;
    width: 1px;
    height: 18px;
    background: #d9d6d0;
}

.velux-arq26__hero {
    width: 100%;
    max-height: 470px;
    overflow: hidden;
    background: #dbc1b7;
}

.velux-arq26__hero img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 470px;
    object-fit: cover;
    object-position: center;
}

.velux-arq26__main {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(52px, 7vw, 92px) 0 clamp(64px, 8vw, 104px);
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
    gap: clamp(50px, 7vw, 96px);
    align-items: start;
}

.velux-arq26__story {
    padding-top: 8px;
}

.velux-arq26__kicker,
.velux-arq26__panel-kicker {
    margin: 0 0 14px;
    color: var(--velux-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.velux-arq26 h1,
.velux-arq26 h2,
.velux-arq26 p {
    font-family: inherit;
}

.velux-arq26 h1 {
    max-width: 620px;
    margin: 0 0 22px;
    color: var(--velux-charcoal);
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.velux-arq26__lead {
    max-width: 590px;
    margin: 0;
    color: var(--velux-text);
    font-size: clamp(18px, 2vw, 23px);
    font-weight: 400;
    line-height: 1.48;
}

.velux-arq26__event-card {
    margin-top: 38px;
    border-top: 1px solid var(--velux-line);
}

.velux-arq26__event-card > div {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid var(--velux-line);
}

.velux-arq26__event-card strong {
    color: var(--velux-charcoal);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.velux-arq26__event-label {
    color: var(--velux-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.velux-arq26__privacy-note {
    max-width: 520px;
    margin: 26px 0 0;
    color: #777;
    font-size: 12px;
    line-height: 1.6;
}

.velux-arq26__panel {
    background: var(--velux-warm);
    padding: clamp(30px, 4vw, 52px);
}

.velux-arq26__panel-head {
    margin-bottom: 30px;
}

.velux-arq26__panel-head h2,
.velux-arq26__success h2 {
    margin: 0 0 12px;
    color: var(--velux-charcoal);
    font-size: clamp(29px, 3.2vw, 42px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.03em;
}

.velux-arq26__panel-head > p:last-child {
    margin: 0;
    color: #565656;
    font-size: 15px;
    line-height: 1.6;
}

.velux-arq26__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 22px;
}

.velux-arq26__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.velux-arq26__field label {
    color: var(--velux-charcoal);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.velux-arq26__field label span {
    color: var(--velux-red);
}

.velux-arq26__field input {
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 13px 14px;
    border: 1px solid #a9a59f;
    border-radius: 0;
    background: #fff;
    color: var(--velux-charcoal);
    font: inherit;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.velux-arq26__field input:hover {
    border-color: #77736d;
}

.velux-arq26__field input:focus {
    border-color: var(--velux-charcoal);
    box-shadow: inset 0 -3px 0 var(--velux-red);
}

.velux-arq26__field input::placeholder {
    color: #999690;
}

.velux-arq26__actions {
    grid-column: 1 / -1;
    margin-top: 8px;
}

.velux-arq26__submit {
    appearance: none;
    width: 100%;
    min-height: 56px;
    padding: 0 20px 0 22px;
    border: 0;
    border-radius: 0;
    background: var(--velux-charcoal);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    transition: background .18s ease, transform .18s ease;
}

.velux-arq26__submit:hover {
    background: #000;
}

.velux-arq26__submit:active {
    transform: translateY(1px);
}

.velux-arq26__submit:focus-visible {
    outline: 3px solid var(--velux-red);
    outline-offset: 3px;
}

.velux-arq26__submit-arrow {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.velux-arq26__microcopy {
    margin: 10px 0 0;
    color: #777;
    font-size: 12px;
    line-height: 1.5;
}

.velux-arq26__success {
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.velux-arq26__success-mark {
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--velux-red);
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.velux-arq26__success > p:not(.velux-arq26__panel-kicker):not(.velux-arq26__success-note) {
    margin: 0;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.72;
}

.velux-arq26__success-line {
    width: 54px;
    height: 4px;
    margin: 30px 0 22px;
    background: var(--velux-red);
}

.velux-arq26__success-note {
    margin: 0;
    color: var(--velux-charcoal);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.velux-arq26__error {
    margin: -6px 0 24px;
    padding: 13px 15px;
    border-left: 4px solid var(--velux-red);
    background: #fff;
    color: #8d181d;
    font-size: 14px;
    font-weight: 600;
}

.velux-arq26__footer {
    border-top: 1px solid #e6e3de;
    background: #fff;
}

.velux-arq26__footer-inner {
    width: min(1180px, calc(100% - 48px));
    min-height: 96px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #686868;
    font-size: 12px;
    line-height: 1.5;
}

.velux-arq26__footer-inner > span:first-child {
    color: var(--velux-charcoal);
    font-weight: 700;
}

.velux-arq26__footer a {
    color: var(--velux-charcoal);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.velux-arq26__footer-legal {
    margin-left: auto;
    text-align: right;
}

.velux-arq26__hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 980px) {
    .velux-arq26__main {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .velux-arq26__story {
        max-width: 720px;
    }

    .velux-arq26__panel {
        max-width: 760px;
    }
}

@media (max-width: 700px) {
    .velux-arq26__topbar-inner,
    .velux-arq26__main,
    .velux-arq26__footer-inner {
        width: calc(100% - 36px);
    }

    .velux-arq26__topbar-inner {
        min-height: 66px;
    }

    .velux-arq26__logo {
        width: 108px;
        height: 36px;
    }

    .velux-arq26__logo span {
        font-size: 19px;
    }

    .velux-arq26__topmeta {
        justify-content: flex-end;
        font-size: 11px;
    }

    .velux-arq26__topmeta > span:first-child,
    .velux-arq26__topmeta-separator {
        display: none;
    }

    .velux-arq26__hero {
        height: 220px;
    }

    .velux-arq26__hero img {
        width: 100%;
        height: 220px;
        max-height: none;
        object-fit: cover;
        object-position: 54% center;
    }

    .velux-arq26__main {
        padding: 44px 0 68px;
        gap: 38px;
    }

    .velux-arq26 h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .velux-arq26__lead {
        font-size: 18px;
    }

    .velux-arq26__event-card > div {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 14px;
    }

    .velux-arq26__panel {
        margin-left: -18px;
        margin-right: -18px;
        padding: 34px 18px 40px;
    }

    .velux-arq26__form {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .velux-arq26__actions {
        grid-column: auto;
    }

    .velux-arq26__footer-inner {
        min-height: 0;
        padding: 28px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .velux-arq26__footer-legal {
        margin-left: 0;
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .velux-arq26__field input,
    .velux-arq26__submit {
        transition: none;
    }
}

/* Logo configurable desde el administrador */
.velux-arq26__logo.is-image {
    width: auto;
    min-width: 126px;
    max-width: 190px;
    height: 56px;
    padding: 0;
    background: transparent;
}

.velux-arq26__logo.is-image img {
    display: block;
    width: auto;
    max-width: 190px;
    max-height: 56px;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 600px) {
    .velux-arq26__logo.is-image,
    .velux-arq26__logo.is-image img {
        max-width: 150px;
        max-height: 48px;
    }
}
