/* ================================================================
   HELICONTROL — GET THE APP / DOWNLOAD PAGE
   This file is page-specific. It is loaded after style.css.
================================================================ */

.download-page {
    --hc-green: #9cff00;
    --hc-green-soft: rgba(156, 255, 0, .12);
    --hc-blue: #4b9fff;
    --hc-text: #f7f7f7;
    --hc-muted: #6fa5dc;
    --hc-line: rgba(255, 255, 255, .08);
    --hc-panel: #080c0d;
    --hc-phone-border: #252d30;
    --hc-red: #ff3154;
    --hc-cyan: #00cfff;
    background: #030606;
    color: var(--hc-text);
    overflow: hidden;
}

/* ================================================================
   HERO
================================================================ */

.download-page .download-hero {
    position: relative;
    padding: 92px 0 88px;
    overflow: hidden;
}

.download-page .download-hero::before {
    content: "";
    position: absolute;
    width: 850px;
    height: 520px;
    right: -150px;
    top: 110px;
    background: radial-gradient(
        ellipse,
        rgba(156,255,0,.15) 0%,
        rgba(156,255,0,.055) 34%,
        transparent 72%
    );
    filter: blur(25px);
    pointer-events: none;
}

.download-page .download-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 50%, rgba(0,207,255,.035), transparent 28%),
        linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.025) 50%, transparent 50.2%);
    pointer-events: none;
}

.download-page .download-hero-container {
    width: min(1460px, calc(100% - 72px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.download-page .download-hero-main {
    display: grid;
    grid-template-columns: minmax(500px, .9fr) minmax(700px, 1.1fr);
    align-items: center;
    gap: 22px;
    min-height: 650px;
}

.download-page .download-hero-copy {
    position: relative;
    z-index: 5;
    padding-left: 10px;
}

.download-page .download-hero-label,
.download-page .download-cta-label,
.download-page .section-label {
    color: var(--hc-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.download-page .download-hero-label {
    margin-bottom: 24px;
}

.download-page .download-hero-title {
    margin: 0;
    max-width: 680px;
    font-size: clamp(58px, 6vw, 92px);
    line-height: .94;
    letter-spacing: -5px;
    font-weight: 800;
}

.download-page .download-hero-title span {
    color: var(--hc-green);
    display: block;
}

.download-page .download-hero-description {
    max-width: 645px;
    margin: 30px 0 0;
    color: var(--hc-muted);
    font-size: 16px;
    line-height: 1.75;
}

/* ================================================================
   PHONE SHOWCASE — all generated with HTML/CSS
================================================================ */

.download-page .phone-showcase {
    position: relative;
    height: 610px;
    min-width: 0;
    overflow: visible;
    perspective: 1700px;
}

.download-page .phone-showcase::before {
    content: "";
    position: absolute;
    width: 760px;
    height: 500px;
    left: 53%;
    top: 52%;
    transform: translate(-50%, -50%);
    background: radial-gradient(
        ellipse,
        rgba(156,255,0,.10),
        rgba(156,255,0,.025) 42%,
        transparent 73%
    );
    filter: blur(26px);
    pointer-events: none;
}

.download-page .hc-phone {
    position: absolute;
    width: 220px;
    height: 485px;
    top: 61px;
    opacity: 0;
    transform-style: preserve-3d;
    filter: drop-shadow(0 28px 35px rgba(0,0,0,.42));
}

.download-page .phone-frame {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8px;
    border-radius: 36px;
    background: linear-gradient(145deg, #30383c, #080b0d 48%, #22292c);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.13),
        0 0 0 2px rgba(0,0,0,.7),
        0 20px 55px rgba(0,0,0,.32);
}

.download-page .phone-frame::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 35px;
    background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 25%);
    pointer-events: none;
}

.download-page .phone-speaker {
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
    width: 76px;
    height: 20px;
    border-radius: 0 0 14px 14px;
    background: #050707;
    z-index: 8;
    box-shadow: inset 0 -2px 2px rgba(255,255,255,.05);
}

.download-page .phone-screen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 29px;
    background: #f5f7f7;
    position: relative;
    color: #153346;
}

.download-page .phone-screen::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 29px;
    box-shadow: inset 0 0 35px rgba(0,0,0,.08);
    pointer-events: none;
}

.download-page .phone-status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px 2px;
    font-size: 8px;
    font-weight: 700;
    color: #24455b;
    letter-spacing: .3px;
    position: relative;
    z-index: 2;
}

.download-page .phone-status-bar span:last-child {
    letter-spacing: 2px;
    font-size: 6px;
}

/* ================================================================
   PHONE 01 — LOGIN
================================================================ */

.download-page .login-screen {
    min-height: calc(100% - 28px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 58px 22px 16px;
    text-align: center;
}

.download-page .login-aircraft {
    color: #00c9f5;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 16px;
}

.download-page .login-brand {
    color: #00bce8;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 3px;
}

.download-page .login-subtitle {
    margin-top: 6px;
    color: #7c929e;
    font-size: 5px;
    letter-spacing: 1.5px;
}

.download-page .login-form {
    width: 100%;
    margin-top: 82px;
}

.download-page .phone-input {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #81909a;
    color: #4f5e67;
    font-size: 8px;
}

.download-page .input-icon {
    font-size: 9px;
}

.download-page .input-action {
    margin-left: auto;
    color: #73838c;
}

.download-page .phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 7px 16px;
    border-radius: 99px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    color: #72818b;
    font-size: 6px;
    font-weight: 800;
    letter-spacing: .6px;
}

.download-page .phone-version {
    margin-top: auto;
    color: #8d9aa3;
    font-size: 5px;
    letter-spacing: 1px;
}

/* ================================================================
   PHONE 02 — HOME
================================================================ */

.download-page .home-screen,
.download-page .dashboard-screen,
.download-page .security-screen {
    min-height: calc(100% - 22px);
    padding: 12px 13px 9px;
}

.download-page .home-topbar,
.download-page .dashboard-topbar,
.download-page .security-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0185bf;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.download-page .home-topbar span {
    color: #52c97a;
    font-size: 5px;
}

.download-page .user-card {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    padding: 9px;
    border: 1px solid #bfe5ef;
    border-radius: 9px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.download-page .user-avatar {
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: #eef8fc;
    color: #0d9ed0;
    font-size: 8px;
    font-weight: 800;
}

.download-page .user-details {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.download-page .user-details strong {
    font-size: 7px;
    color: #1c3545;
}

.download-page .user-details small {
    margin-top: 2px;
    color: #82959f;
    font-size: 4px;
}

.download-page .online-dot,
.download-page .status-dot {
    margin-left: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #43da76;
    box-shadow: 0 0 0 3px rgba(67,218,118,.10);
}

.download-page .phone-section-label {
    margin-top: 14px;
    color: #758b96;
    font-size: 5px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.download-page .system-card {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    padding: 9px;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.07);
    border: 1px solid #edf1f3;
}

.download-page .system-icon {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: #eef8fd;
    color: #049ed1;
    font-size: 9px;
}

.download-page .security-card .system-icon {
    background: #fff5e9;
    color: #f0a63b;
}

.download-page .system-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.download-page .system-content strong {
    color: #203746;
    font-size: 6px;
}

.download-page .system-content small {
    margin-top: 3px;
    color: #8ea1ab;
    font-size: 4px;
}

.download-page .system-card > span {
    margin-left: auto;
    color: #5e7180;
    font-size: 11px;
}

.download-page .activity-label {
    margin-top: 12px;
}

.download-page .activity-list {
    margin-top: 6px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e9eef0;
    background: rgba(255,255,255,.92);
}

.download-page .activity-row {
    display: grid;
    grid-template-columns: 10px 1fr auto;
    align-items: center;
    gap: 4px;
    padding: 7px 8px;
    border-bottom: 1px solid #edf2f4;
    font-size: 4.4px;
    color: #304a58;
}

.download-page .activity-row:last-child {
    border-bottom: 0;
}

.download-page .activity-row > span:first-child {
    color: #28b9df;
}

.download-page .activity-row.warning > span:first-child {
    color: #efaa22;
}

.download-page .activity-row small {
    color: #8d9da6;
    font-size: 4px;
}

.download-page .phone-footer {
    text-align: center;
    margin-top: 11px;
    color: #94a3ab;
    font-size: 4px;
    letter-spacing: .6px;
}

/* ================================================================
   PHONE 03 — DASHBOARD
================================================================ */

.download-page .dashboard-topbar span {
    color: #048ec3;
}

.download-page .engine-status {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 16px;
    padding: 8px 9px;
    border: 1px solid #bfe9d0;
    border-radius: 8px;
    background: #eefbf4;
    color: #3c7860;
}

.download-page .engine-status strong {
    font-size: 6px;
    color: #42a56a;
    letter-spacing: .7px;
}

.download-page .engine-status small {
    margin-left: auto;
    font-size: 4px;
    color: #8ca69b;
}

.download-page .telemetry-grid {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.download-page .telemetry-card {
    min-height: 70px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #d8edf1;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0,0,0,.055);
}

.download-page .telemetry-card small {
    display: block;
    color: #00a5d1;
    font-size: 4px;
    font-weight: 800;
    letter-spacing: .8px;
}

.download-page .telemetry-card strong {
    display: inline-block;
    margin-top: 12px;
    color: #5e6870;
    font-size: 12px;
    font-weight: 500;
}

.download-page .telemetry-card > span,
.download-page .telemetry-card em {
    color: #7d949f;
    font-size: 4px;
    font-style: normal;
}

.download-page .telemetry-card em {
    display: block;
    margin-top: 3px;
    color: #46cbd9;
}

.download-page .telemetry-note {
    margin-top: 9px;
    padding: 8px 9px;
    border-radius: 6px;
    background: #263640;
    color: #9fb0b8;
    font-size: 4px;
    line-height: 1.35;
}

/* ================================================================
   PHONE 04 — SECURITY CONTROLS
================================================================ */

.download-page .security-topbar {
    color: #0086be;
}

.download-page .security-state {
    text-align: center;
    margin-top: 33px;
}

.download-page .security-state-label {
    color: #ef506c;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 2px;
}

.download-page .security-state-subtitle {
    margin-top: 5px;
    color: #9ba7ad;
    font-size: 5px;
    letter-spacing: 1.4px;
}

.download-page .lock-display {
    display: grid;
    place-items: center;
    width: 106px;
    height: 106px;
    margin: 40px auto 26px;
    border-radius: 50%;
    border: 1px solid rgba(255,91,117,.65);
    background: rgba(255,99,126,.09);
    box-shadow:
        0 0 28px rgba(255,79,110,.18),
        inset 0 0 28px rgba(255,79,110,.08);
}

.download-page .lock-icon {
    font-size: 30px;
    filter: drop-shadow(0 4px 7px rgba(255,64,95,.15));
}

.download-page .unlock-slider {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 37px;
    border-radius: 999px;
    border: 1px solid #87dcef;
    background: #dff8ff;
    color: #56a4b6;
    padding: 4px 10px 4px 5px;
    font-size: 4.5px;
    font-weight: 800;
    letter-spacing: .8px;
}

.download-page .unlock-circle {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #00c5e8;
    color: white;
    font-size: 11px;
}

.download-page .security-meta {
    margin-top: 12px;
    padding: 10px;
    border: 1px solid #d8dee0;
    border-radius: 7px;
    background: rgba(255,255,255,.78);
}

.download-page .security-meta small,
.download-page .security-meta strong,
.download-page .security-meta span {
    display: block;
}

.download-page .security-meta small {
    color: #8e9ea5;
    font-size: 4px;
    letter-spacing: .6px;
}

.download-page .security-meta strong {
    margin: 3px 0 7px;
    color: #52616a;
    font-size: 5px;
}

.download-page .security-meta span {
    color: #8e9ea5;
    font-size: 4px;
}

/* ================================================================
   PHONE POSITIONS + ENTRANCE ANIMATION
   All four start off-screen on the right and fly into formation.
================================================================ */

.download-page .phone-01 {
    left: 6px;
    z-index: 1;
    animation: hc-phone-01 1.25s cubic-bezier(.16,.78,.25,1) .04s forwards;
}

.download-page .phone-02 {
    left: 164px;
    z-index: 3;
    animation: hc-phone-02 1.2s cubic-bezier(.16,.78,.25,1) .13s forwards;
}

.download-page .phone-03 {
    left: 332px;
    z-index: 4;
    animation: hc-phone-03 1.14s cubic-bezier(.16,.78,.25,1) .22s forwards;
}

.download-page .phone-04 {
    left: 494px;
    z-index: 2;
    animation: hc-phone-04 1.08s cubic-bezier(.16,.78,.25,1) .31s forwards;
}

@keyframes hc-phone-01 {
    0% {
        opacity: 0;
        transform: translateX(1000px) translateY(30px) rotateY(-28deg) rotateZ(9deg) scale(.74);
    }
    62% {
        opacity: 1;
        transform: translateX(120px) translateY(-2px) rotateY(-10deg) rotateZ(-2deg) scale(.92);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(16px) rotateY(-8deg) rotateZ(-4deg) scale(.88);
    }
}

@keyframes hc-phone-02 {
    0% {
        opacity: 0;
        transform: translateX(1080px) translateY(-30px) rotateY(-28deg) rotateZ(10deg) scale(.72);
    }
    62% {
        opacity: 1;
        transform: translateX(160px) translateY(-12px) rotateY(-8deg) rotateZ(2deg) scale(.98);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(-2px) rotateY(-4deg) rotateZ(-2deg) scale(.96);
    }
}

@keyframes hc-phone-03 {
    0% {
        opacity: 0;
        transform: translateX(1140px) translateY(30px) rotateY(-26deg) rotateZ(11deg) scale(.71);
    }
    62% {
        opacity: 1;
        transform: translateX(170px) translateY(4px) rotateY(-5deg) rotateZ(3deg) scale(.98);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(8px) rotateY(3deg) rotateZ(3deg) scale(.96);
    }
}

@keyframes hc-phone-04 {
    0% {
        opacity: 0;
        transform: translateX(1200px) translateY(55px) rotateY(-30deg) rotateZ(12deg) scale(.70);
    }
    62% {
        opacity: 1;
        transform: translateX(170px) translateY(22px) rotateY(5deg) rotateZ(5deg) scale(.93);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(20px) rotateY(9deg) rotateZ(5deg) scale(.86);
    }
}

/* ================================================================
   CTA
================================================================ */

.download-page .download-cta {
    width: min(870px, 100%);
    margin: 22px auto 0;
    padding: 58px 60px 62px;
    position: relative;
    text-align: center;
    border: 1px solid rgba(156,255,0,.24);
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% 0%, rgba(156,255,0,.06), transparent 46%),
        rgba(6,10,10,.8);
    box-shadow: inset 0 0 45px rgba(156,255,0,.025);
}

.download-page .download-cta::before {
    content: "DOWNLOAD";
    position: absolute;
    right: 2%;
    bottom: -12px;
    font-size: clamp(75px, 11vw, 170px);
    line-height: .8;
    letter-spacing: -8px;
    font-weight: 800;
    color: rgba(255,255,255,.025);
    pointer-events: none;
}

.download-page .download-cta-label {
    position: relative;
    z-index: 2;
}

.download-page .download-cta h2 {
    position: relative;
    z-index: 2;
    margin: 17px auto 0;
    max-width: 780px;
    font-size: clamp(42px, 5vw, 70px);
    line-height: .98;
    letter-spacing: -3px;
}

.download-page .download-cta h2 span {
    color: var(--hc-green);
}

.download-page .download-cta p {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin: 22px auto 0;
    color: var(--hc-muted);
    line-height: 1.7;
}

.download-page .download-main-button {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 28px;
    min-width: 240px;
    padding: 17px 25px;
    border-radius: 999px;
    background: var(--hc-green);
    color: #071000;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.1px;
    text-decoration: none;
    box-shadow: 0 0 0 0 rgba(156,255,0,.25), 0 14px 35px rgba(156,255,0,.12);
    animation: hc-cta-pulse 2s ease-in-out infinite;
}

.download-page .download-main-button span {
    font-size: 18px;
    line-height: 1;
}

@keyframes hc-cta-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(156,255,0,.22), 0 14px 35px rgba(156,255,0,.11);
    }
    50% {
        transform: scale(1.035);
        box-shadow: 0 0 0 14px rgba(156,255,0,0), 0 18px 42px rgba(156,255,0,.18);
    }
}

.download-page .download-status {
    position: relative;
    z-index: 2;
    margin-top: 18px;
    color: #617785;
    font-size: 9px;
    letter-spacing: 1.2px;
    font-weight: 700;
}

.download-page .download-status span {
    color: var(--hc-green);
    margin-left: 7px;
}

/* ================================================================
   KEEP ENQUIRY + CLOSING COMPATIBLE / DO NOT REPLACE THEIR DESIGN
   These small overrides only ensure consistent spacing from the hero.
================================================================ */

.download-page .enquiry-section {
    position: relative;
}

.download-page .download-closing {
    position: relative;
}

/* ================================================================
   RESPONSIVE — TABLET
================================================================ */

@media (max-width: 1250px) {
    .download-page .download-hero-container {
        width: min(1180px, calc(100% - 44px));
    }

    .download-page .download-hero-main {
        grid-template-columns: minmax(390px, .85fr) minmax(610px, 1.15fr);
        gap: 0;
    }

    .download-page .download-hero-title {
        font-size: clamp(54px, 6vw, 76px);
    }

    .download-page .phone-showcase {
        transform: scale(.84);
        transform-origin: center center;
        margin-left: -20px;
    }
}

/* ================================================================
   RESPONSIVE — MOBILE
================================================================ */

@media (max-width: 850px) {
    .download-page .download-hero {
        padding: 75px 0 65px;
    }

    .download-page .download-hero-container {
        width: min(680px, calc(100% - 32px));
    }

    .download-page .download-hero-main {
        display: block;
        min-height: auto;
    }

    .download-page .download-hero-copy {
        padding-left: 0;
    }

    .download-page .download-hero-title {
        font-size: clamp(52px, 13vw, 78px);
        letter-spacing: -4px;
    }

    .download-page .phone-showcase {
        margin-top: 58px;
        height: auto;
        min-height: 980px;
        transform: none;
    }

    .download-page .hc-phone {
        width: 205px;
        height: 450px;
        left: auto !important;
        opacity: 1;
        animation: none !important;
        transform: none !important;
    }

    .download-page .phone-01 { left: 4% !important; top: 0; }
    .download-page .phone-02 { left: auto !important; right: 4%; top: 0; }
    .download-page .phone-03 { left: 4% !important; top: 490px; }
    .download-page .phone-04 { left: auto !important; right: 4%; top: 490px; }

    .download-page .download-cta {
        padding: 45px 24px 50px;
    }
}

@media (max-width: 520px) {
    .download-page .download-hero-container {
        width: min(440px, calc(100% - 24px));
    }

    .download-page .download-hero-title {
        font-size: clamp(46px, 14vw, 66px);
    }

    .download-page .phone-showcase {
        min-height: 1450px;
    }

    .download-page .hc-phone {
        width: 200px;
        height: 438px;
    }

    .download-page .phone-01,
    .download-page .phone-02,
    .download-page .phone-03,
    .download-page .phone-04 {
        position: relative;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        margin: 0 auto 28px;
    }
}

/* ================================================================
   REDUCED MOTION
================================================================ */

@media (prefers-reduced-motion: reduce) {
    .download-page .hc-phone,
    .download-page .download-main-button {
        animation: none !important;
    }
}

/* ================================================================
   ENQUIRY SECTION
================================================================ */

.download-page .enquiry-section {
    padding: 145px 0 135px;
    border-top: 1px solid rgba(255,255,255,.06);
    background:
        radial-gradient(circle at 15% 45%, rgba(0,207,255,.025), transparent 30%),
        #030606;
}

.download-page .enquiry-container {
    width: min(1120px, calc(100% - 60px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 75px;
    align-items: center;
}

.download-page .enquiry-intro h2 {
    margin: 18px 0 0;
    font-size: clamp(55px, 6vw, 78px);
    line-height: .95;
    letter-spacing: -4px;
}

.download-page .enquiry-intro h2 span {
    color: var(--hc-green);
    display: block;
}

.download-page .enquiry-intro p {
    max-width: 510px;
    margin-top: 27px;
    color: var(--hc-muted);
    font-size: 16px;
    line-height: 1.75;
}

.download-page .enquiry-form-wrap {
    padding: 30px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;
    background: rgba(8,12,13,.82);
    box-shadow: inset 0 0 35px rgba(255,255,255,.01), 0 24px 70px rgba(0,0,0,.18);
}

.download-page .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.download-page .form-field + .form-field {
    margin-top: 18px;
}

.download-page .form-field label {
    display: block;
    margin: 0 0 8px;
    color: #7c929f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.download-page .form-field input,
.download-page .form-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 9px;
    background: rgba(255,255,255,.02);
    color: #f4f6f6;
    outline: none;
    padding: 14px 15px;
    font: inherit;
    font-size: 13px;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.download-page .form-field textarea {
    resize: vertical;
    min-height: 145px;
}

.download-page .form-field input::placeholder,
.download-page .form-field textarea::placeholder {
    color: #3f596a;
}

.download-page .form-field input:focus,
.download-page .form-field textarea:focus {
    border-color: rgba(156,255,0,.42);
    background: rgba(156,255,0,.018);
    box-shadow: 0 0 0 3px rgba(156,255,0,.045);
}

.download-page .form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
    padding: 14px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--hc-green);
    color: #071000;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 13px 30px rgba(156,255,0,.10);
}

.download-page .form-submit span {
    font-size: 16px;
    line-height: 1;
}

/* ================================================================
   CLOSING
================================================================ */

.download-page .download-closing {
    padding: 135px 0 145px;
    border-top: 1px solid rgba(255,255,255,.06);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.download-page .download-closing::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    background: radial-gradient(circle, rgba(156,255,0,.10), transparent 68%);
    filter: blur(25px);
    pointer-events: none;
}

.download-page .closing-container {
    width: min(1000px, calc(100% - 50px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.download-page .closing-container h2 {
    margin: 20px auto 0;
    max-width: 900px;
    font-size: clamp(58px, 7vw, 96px);
    line-height: .94;
    letter-spacing: -5px;
}

.download-page .closing-container h2 span {
    color: var(--hc-green);
}

.download-page .closing-container p {
    margin-top: 25px;
    color: var(--hc-muted);
    font-size: 15px;
    line-height: 1.7;
}

/* ================================================================
   FOOTER
================================================================ */

.download-page .site-footer {
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 55px 0 60px;
}

.download-page .footer-container {
    width: min(1000px, calc(100% - 50px));
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.download-page .footer-brand {
    margin-bottom: 15px;
}

.download-page .footer-container p {
    max-width: 300px;
    margin: 0;
    color: #5f788a;
    font-size: 12px;
    line-height: 1.6;
}

.download-page .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px 28px;
}

.download-page .footer-links a {
    color: #6f8796;
    font-size: 11px;
    text-decoration: none;
    transition: color .2s ease;
}

.download-page .footer-links a:hover {
    color: var(--hc-green);
}

/* ================================================================
   RESPONSIVE — ENQUIRY / CLOSING / FOOTER
================================================================ */

@media (max-width: 850px) {
    .download-page .enquiry-section {
        padding: 100px 0;
    }

    .download-page .enquiry-container {
        width: min(680px, calc(100% - 32px));
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .download-page .enquiry-intro h2 {
        font-size: clamp(48px, 12vw, 70px);
    }

    .download-page .download-closing {
        padding: 105px 0 115px;
    }

    .download-page .closing-container h2 {
        font-size: clamp(46px, 12vw, 76px);
        letter-spacing: -4px;
    }

    .download-page .footer-container {
        width: min(680px, calc(100% - 32px));
        align-items: flex-start;
        flex-direction: column;
    }

    .download-page .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .download-page .form-grid {
        grid-template-columns: 1fr;
    }

    .download-page .enquiry-form-wrap {
        padding: 22px;
    }

    .download-page .enquiry-intro h2 {
        font-size: clamp(43px, 13vw, 62px);
    }

    .download-page .closing-container h2 {
        font-size: clamp(42px, 13vw, 64px);
    }
}

/* =========================================================
   FINAL SMALL FIXES
========================================================= */

/* 1. Buang vertical line di tengah hero */
.download-page .download-hero::after {
    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(0, 207, 255, .035),
            transparent 28%
        );
}


/* 2. Buang perkataan "DOWNLOAD" besar di belakang CTA */
.download-page .download-cta::before {
    content: none;
}


/* 3. Samakan kedudukan FULL NAME + EMAIL ADDRESS */
.download-page .form-grid .form-field + .form-field {
    margin-top: 0;
}