:root{--blue:#0b54d8;--blue-dark:#073b97;--orange:#ff9300;--text:#0d285f;--muted:#6d7893;--panel:rgba(255,255,255,.94)}
*{box-sizing:border-box} html,body{min-height:100%;margin:0} body{font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text)}
.project-page{min-height:100svh;background:#edf6ff url("../images/elevion-background.webp") center center/cover no-repeat;overflow-x:hidden}
.project-shell{width:min(100%,1180px);min-height:100svh;margin:auto;padding:max(28px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center}
.brand-area{width:min(620px,82vw);margin-top:clamp(4px,3vh,44px);margin-bottom:clamp(14px,2.5vh,28px)} .brand-logo{display:block;width:100%;height:auto}
.project-card{width:min(720px,100%);padding:34px 46px 30px;background:var(--panel);border:1px solid rgba(255,255,255,.92);border-radius:24px;box-shadow:0 22px 70px rgba(16,54,115,.18);backdrop-filter:blur(10px);text-align:center}
.project-badge{width:68px;height:68px;margin:0 auto 12px;display:grid;place-items:center;color:var(--blue);background:#edf5ff;border-radius:50%}.project-badge svg{width:38px;height:38px}
h1{margin:0;font-size:clamp(30px,4vw,42px);letter-spacing:-.7px}.subtitle{margin:10px 0 0;color:var(--muted);font-size:clamp(16px,2vw,20px)}.accent-line{width:44px;height:3px;margin:18px auto 26px;background:var(--orange);border-radius:99px}
.form-group{text-align:left}.form-group label{display:block;margin:0 0 8px;font-weight:700;font-size:16px}.select-wrap{position:relative}.select-icon{position:absolute;z-index:2;left:16px;top:50%;transform:translateY(-50%);width:28px;height:28px;color:var(--blue);pointer-events:none}.select-icon svg{width:27px;height:27px}
select{width:100%;height:62px;padding:0 52px 0 56px;appearance:none;color:#18346d;background:linear-gradient(45deg,transparent 50%,#18346d 50%) calc(100% - 22px) 27px/8px 8px no-repeat,linear-gradient(135deg,#18346d 50%,transparent 50%) calc(100% - 16px) 27px/8px 8px no-repeat,rgba(255,255,255,.97);border:1px solid #c8d4e5;border-radius:10px;font:inherit;font-size:17px;outline:none}select:focus{border-color:#3e7eea;box-shadow:0 0 0 4px rgba(36,102,219,.12)}
.enter-button{width:100%;min-height:64px;margin-top:24px;padding:0 25px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border:0;border-radius:10px;background:linear-gradient(90deg,#0645c8,#0a59e8 50%,#0540bc);color:#fff;font:inherit;font-size:18px;font-weight:600;cursor:pointer;box-shadow:0 12px 24px rgba(6,72,195,.18)}.enter-button span:first-child{grid-column:2}.button-arrow{grid-column:3;justify-self:end;font-size:30px}.enter-button:hover{filter:brightness(1.04)}
.feature-divider{height:1px;margin:28px 0 22px;background:#e4e9f0}.features{display:grid;grid-template-columns:repeat(3,1fr)}.feature{padding:0 18px}.feature+.feature{border-left:1px solid #e4e9f0}.feature-icon{height:42px;color:var(--blue);font-size:30px;line-height:42px}.feature strong,.feature small{display:block}.feature strong{font-size:15px}.feature small{margin-top:5px;color:var(--muted);font-size:13px;line-height:1.35}
.page-footer{margin-top:auto;padding-top:24px;color:#164ca6;text-align:center;font-size:14px;font-weight:500}.version{margin-top:6px}
@media(max-width:820px){.project-shell{justify-content:center;padding-inline:18px}.brand-area{width:min(540px,86vw);margin-top:0}.project-card{width:min(650px,100%);padding:30px}}
@media(max-width:560px){.project-page{background-position:66% center}.project-shell{justify-content:center;padding:18px 14px}.brand-area{width:min(410px,88vw);margin:0 0 14px}.project-card{padding:24px 18px 20px;border-radius:18px}.project-card h1{font-size:30px}.subtitle{font-size:15px}select{height:58px;font-size:15px;padding-left:52px}.enter-button{min-height:58px;font-size:17px}.features{grid-template-columns:1fr;gap:14px}.feature{padding:0}.feature+.feature{border-left:0;border-top:1px solid #e4e9f0;padding-top:14px}.page-footer{margin-top:20px;padding-top:0;font-size:12px}}
@media(max-height:760px) and (min-width:700px){.project-shell{padding-top:12px;padding-bottom:12px}.brand-area{width:min(430px,48vw);margin:0 0 8px}.project-card{width:min(620px,76vw);padding:18px 30px 16px}.project-badge{width:50px;height:50px}.project-card h1{font-size:28px}.subtitle{font-size:15px}.accent-line{margin:10px auto 14px}select{height:50px}.enter-button{min-height:50px;margin-top:14px}.feature-divider{margin:16px 0 12px}.page-footer{padding-top:8px}}


/* V3: exact approved ELEVION logo supplied by user */
.brand-area {
    width: min(560px, 78vw);
}
.brand-logo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: normal;
}
@media (max-width: 560px) {
    .brand-area {
        width: min(360px, 84vw);
    }
}


/* =========================================================
   V4 - Refined benefits / feature strip
   ========================================================= */

.feature-divider {
    height: 1px;
    margin: 26px 0 18px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(7, 59, 151, 0.14) 12%,
        rgba(7, 59, 151, 0.14) 88%,
        transparent
    );
}

.features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.feature {
    min-width: 0;
    padding: 14px 14px 13px;

    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    column-gap: 11px;

    text-align: left;

    background: linear-gradient(
        135deg,
        rgba(245, 249, 255, 0.98),
        rgba(250, 252, 255, 0.92)
    );

    border: 1px solid rgba(20, 84, 190, 0.10);
    border-radius: 12px;

    box-shadow:
        0 3px 10px rgba(12, 54, 125, 0.035);

    transition:
        border-color .18s ease,
        background .18s ease,
        transform .18s ease;
}

.feature + .feature {
    border-left: 1px solid rgba(20, 84, 190, 0.10);
}

.feature:hover {
    transform: translateY(-1px);
    border-color: rgba(20, 84, 190, 0.20);
    background: #ffffff;
}

.feature-icon {
    width: 44px;
    height: 44px;

    display: grid;
    place-items: center;

    color: #0B54D8;

    background:
        linear-gradient(145deg, #edf5ff, #f8fbff);

    border: 1px solid rgba(11, 84, 216, 0.10);
    border-radius: 11px;
}

.feature-icon svg {
    width: 29px;
    height: 29px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-icon svg .feature-accent {
    stroke: #FF9300;
}

.feature-icon svg .feature-fill {
    fill: #FF9300;
    stroke: #FF9300;
}

.feature-icon svg .feature-chart {
    stroke: #FF9300;
}

.feature-copy {
    min-width: 0;
}

.feature strong,
.feature small {
    display: block;
}

.feature strong {
    margin: 0;
    color: #0D285F;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

.feature small {
    margin-top: 4px;
    color: #78849B;
    font-size: 11.5px;
    line-height: 1.35;
}

/* Tablet */
@media (max-width: 720px) {
    .features {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .feature {
        padding: 11px 13px;
        grid-template-columns: 40px 1fr;
        column-gap: 11px;
    }

    .feature + .feature {
        border-left: 1px solid rgba(20, 84, 190, 0.10);
        border-top: 1px solid rgba(20, 84, 190, 0.10);
        padding-top: 11px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
    }

    .feature-icon svg {
        width: 27px;
        height: 27px;
    }
}

/* Very small screens: compact horizontal information rows */
@media (max-width: 420px) {
    .feature-divider {
        margin: 20px 0 14px;
    }

    .features {
        gap: 7px;
    }

    .feature {
        border-radius: 10px;
    }

    .feature strong {
        font-size: 13px;
    }

    .feature small {
        font-size: 11px;
    }
}

/* Short landscape screens */
@media (max-height: 760px) and (min-width: 700px) {
    .feature-divider {
        margin: 14px 0 10px;
    }

    .features {
        gap: 8px;
    }

    .feature {
        padding: 9px 10px;
        grid-template-columns: 36px 1fr;
        column-gap: 8px;
        border-radius: 9px;
    }

    .feature-icon {
        width: 36px;
        height: 36px;
        border-radius: 9px;
    }

    .feature-icon svg {
        width: 24px;
        height: 24px;
    }

    .feature strong {
        font-size: 12.5px;
    }

    .feature small {
        font-size: 10.5px;
        margin-top: 2px;
    }
}


/* =========================================================
   V5 FINAL - Icons above, text underneath
   Keeps the V4 SVG icons unchanged.
   ========================================================= */

.features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
}

.feature {
    min-width: 0;
    padding: 12px 18px 4px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-align: center;

    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;

    transition: none;
}

.feature:hover {
    transform: none;
    background: transparent;
    border-color: transparent;
}

.feature + .feature {
    border: 0;
    border-left: 1px solid rgba(7, 59, 151, 0.11);
}

.feature-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 10px;

    display: grid;
    place-items: center;

    color: #0B54D8;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.feature-icon svg {
    width: 43px;
    height: 43px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-copy {
    width: 100%;
    min-width: 0;
    text-align: center;
}

.feature strong {
    display: block;
    margin: 0;

    color: #0D285F;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    white-space: normal;
}

.feature small {
    display: block;
    margin-top: 5px;

    color: #78849B;
    font-size: 11.5px;
    line-height: 1.35;
}

/* Phone: retain the same visual hierarchy, still icon above text */
@media (max-width: 720px) {
    .features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }

    .feature {
        padding: 10px 6px 2px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature + .feature {
        border-top: 0;
        border-left: 1px solid rgba(7, 59, 151, 0.11);
        padding-top: 10px;
    }

    .feature-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 7px;
    }

    .feature-icon svg {
        width: 34px;
        height: 34px;
    }

    .feature strong {
        font-size: 11.5px;
        line-height: 1.2;
    }

    .feature small {
        font-size: 9.5px;
        line-height: 1.25;
        margin-top: 4px;
    }
}

@media (max-width: 390px) {
    .feature {
        padding-inline: 4px;
    }

    .feature-icon {
        width: 38px;
        height: 38px;
    }

    .feature-icon svg {
        width: 31px;
        height: 31px;
    }

    .feature strong {
        font-size: 10.5px;
    }

    .feature small {
        font-size: 9px;
    }
}

/* Short landscape displays */
@media (max-height: 760px) and (min-width: 700px) {
    .features {
        gap: 0;
    }

    .feature {
        padding: 7px 12px 0;
        display: flex;
        flex-direction: column;
    }

    .feature-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 5px;
    }

    .feature-icon svg {
        width: 31px;
        height: 31px;
    }

    .feature strong {
        font-size: 11.5px;
    }

    .feature small {
        font-size: 9.5px;
        margin-top: 2px;
    }
}
