.hc-landing-body{
    min-height:100vh;
    background:#071316;
}

.hc-landing{
    min-height:100vh;
    display:flex;
    align-items:center;
    padding:32px;
    color:#ffffff;
    background:
        radial-gradient(circle at 18% 18%, rgba(47,143,157,0.38), transparent 28%),
        radial-gradient(circle at 88% 22%, rgba(20,184,166,0.22), transparent 30%),
        linear-gradient(135deg, #071316 0%, #0f172a 52%, #111827 100%);
}

.hc-landing-shell{
    width:min(1180px, 100%);
    margin-inline:auto;
}

.hc-landing-brand{
    margin-bottom:56px;
}

.hc-landing-brand a{
    color:#ffffff;
    font-weight:800;
    font-size:1.15rem;
}

.hc-landing-brand img{
    max-height:52px;
    width:auto;
}

.hc-landing-grid{
    display:grid;
    grid-template-columns:minmax(0, 1.05fr) minmax(320px, 0.75fr);
    gap:64px;
    align-items:center;
}

.hc-landing-content{
    max-width:720px;
}

.hc-landing-kicker{
    display:inline-flex;
    align-items:center;
    margin-bottom:22px;
    padding:8px 13px;
    border:1px solid rgba(255,255,255,0.18);
    border-radius:999px;
    background:rgba(255,255,255,0.08);
    color:#a7f3d0;
    font-size:0.78rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:0.08em;
}

.hc-landing h1{
    max-width:780px;
    margin:0 0 22px;
    color:#ffffff;
    font-size:clamp(2.8rem, 7vw, 6.4rem);
    line-height:0.98;
    font-weight:800;
}

.hc-landing p{
    max-width:650px;
    margin:0;
    color:rgba(255,255,255,0.78);
    font-size:1.12rem;
    line-height:1.85;
}

.hc-landing-form{
    max-width:680px;
    margin-top:34px;
}

.hc-landing-form label{
    display:block;
    margin-bottom:10px;
    color:#ffffff;
    font-weight:700;
}

.hc-landing-form .hc-landing-form-inputs{
    display:flex;
    gap:10px;
    padding:8px;
    border:1px solid rgba(255,255,255,0.18);
    border-radius:999px;
    background:rgba(255,255,255,0.1);
    backdrop-filter:blur(16px);
}

.hc-landing-form input{
    min-width:0;
    flex:1;
    border:0;
    outline:0;
    padding:12px 16px;
    background:transparent;
    color:#ffffff;
}

.hc-landing-form input:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.1);
}

.hc-landing-form input::placeholder{
    color:rgba(255,255,255,0.56);
}

.hc-landing-form button,
.hc-landing-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:999px;
    padding:12px 22px;
    background:#ffffff;
    color:#0f172a;
    font-weight:800;
    white-space:nowrap;
    transition: all 0.2s ease;
}

.hc-landing-form button:hover,
.hc-landing-button:hover {
    background: #e2e8f0;
    transform: scale(1.02);
}

.hc-newsletter-message {
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
    margin-top: 15px;
}

.hc-newsletter-message.text-success { color: #a7f3d0 !important; background: rgba(16, 185, 129, 0.1); }
.hc-newsletter-message.text-danger { color: #fecaca !important; background: rgba(239, 68, 68, 0.1); }

.hc-landing-button{
    margin-top:30px;
}

.hc-landing-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:28px;
    justify-content: flex-start; /* Desktop default */
}

.hc-landing-meta span{
    padding:8px 16px;
    border:1px solid rgba(255,255,255,0.14);
    border-radius:999px;
    color:rgba(255,255,255,0.74);
    font-size:0.85rem;
    font-weight:700;
    white-space: nowrap;
}

.hc-landing-panel{
    position:relative;
    min-height:470px;
    border:1px solid rgba(255,255,255,0.14);
    border-radius:32px;
    background:linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));
    box-shadow:0 30px 80px rgba(0,0,0,0.28);
    backdrop-filter:blur(18px);
    overflow:hidden;
}

.hc-landing-panel::before{
    content:"";
    position:absolute;
    inset:22px;
    border:1px solid rgba(255,255,255,0.12);
    border-radius:26px;
}

.hc-orbit-card{
    position:absolute;
    width:min(260px, 72%);
    padding:18px;
    border:1px solid rgba(255,255,255,0.14);
    border-radius:22px;
    background:rgba(15,23,42,0.72);
    box-shadow:0 18px 42px rgba(0,0,0,0.25);
}

.hc-orbit-card span,
.hc-orbit-card small{
    display:block;
    color:rgba(255,255,255,0.66);
}

.hc-orbit-card strong{
    display:block;
    margin:4px 0;
    color:#ffffff;
    font-size:1.15rem;
}

.hc-orbit-card-main{
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
}

.hc-orbit-card-one{
    left:28px;
    top:34px;
}

.hc-orbit-card-two{
    right:28px;
    bottom:34px;
}

.hc-status-card{
    display:flex;
    align-items:center;
    gap:14px;
    width:min(440px, 100%);
    margin-top:34px;
    padding:16px;
    border:1px solid rgba(255,255,255,0.16);
    border-radius:20px;
    background:rgba(255,255,255,0.1);
}

.hc-status-dot{
    width:14px;
    height:14px;
    border-radius:50%;
    background:#14b8a6;
    box-shadow:0 0 0 8px rgba(20,184,166,0.18);
    flex-shrink:0;
}

.hc-status-card strong,
.hc-status-card small{
    display:block;
}

.hc-status-card small{
    color:rgba(255,255,255,0.66);
}

.hc-progress-ring{
    position:absolute;
    left:50%;
    top:50%;
    width:210px;
    height:210px;
    transform:translate(-50%, -50%);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:conic-gradient(from 20deg, #14b8a6 0 72%, rgba(255,255,255,0.16) 72% 100%);
}

.hc-progress-ring::before{
    content:"";
    position:absolute;
    inset:18px;
    border-radius:50%;
    background:#0f172a;
}

.hc-progress-ring span{
    position:relative;
    color:#ffffff;
    font-weight:800;
}

@media (max-width:991px){

    .hc-landing{
        align-items:flex-start;
        padding:40px 26px;
    }

    .hc-landing-content{
        text-align: center;
        margin-inline: auto;
    }

    .hc-landing-meta{
        justify-content: center;
    }

    .hc-landing-brand{
        margin-bottom:42px;
        text-align: center;
    }

    .hc-landing-grid{
        grid-template-columns:1fr;
        gap:48px;
    }

    .hc-landing-panel{
        min-height: auto;
        padding: 40px 20px;
        display: block; /* Switch from flex to block for simple vertical stacking */
    }

    .hc-orbit-card{
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: 320px;
        margin: 0 auto 20px !important; /* Balanced vertical rhythm */
        text-align: center;
        display: block;
    }

    .hc-orbit-card:last-child {
        margin-bottom: 0 !important;
    }

    .hc-landing h1{
        font-size:clamp(2.55rem, 9vw, 4.6rem);
        line-height:1.02;
    }
}

@media (max-width:576px){

    .hc-landing{
        padding:20px;
    }

    .hc-landing-form .hc-landing-form-inputs{
        flex-direction:column;
        border-radius:24px;
        padding:12px;
    }

    .hc-landing-form input {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        width: 100%;
        padding: 10px 4px;
    }

    .hc-landing-form button,
    .hc-landing-button{
        width:100%;
    }

    .hc-landing-panel{
        min-height:420px;
    }

    .hc-orbit-card{
        width:78%;
    }

    .hc-orbit-card-one{
        left:18px;
    }

    .hc-orbit-card-two{
        right:18px;
    }
}
