/* ===== MeasureX Home ===== */
* { box-sizing: border-box; }

.home{
    min-height: calc(100vh - 80px);
    font-family: "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
    color: #fff;
    background:
            radial-gradient(1200px 700px at 15% 0%, rgba(45,42,122,.55) 0%, transparent 55%),
            radial-gradient(900px 600px at 85% 10%, rgba(22,1,87,.55) 0%, transparent 55%),
            linear-gradient(180deg, #070014 0%, #0f023f 55%, #070014 100%);
    padding: 34px 18px 60px;
}

.hero{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 26px;
    align-items: start;
}

.hero-content{
    padding: 10px 6px;
}

.hero-badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.25);
    margin-bottom: 14px;
    font-weight: 700;
}

.dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: skyblue;
    box-shadow: 0 0 0 6px rgba(135,206,235,.18);
}

.hero h1{
    font-size: clamp(28px, 4vw, 46px);
    letter-spacing: .2px;
    line-height: 1.1;
    margin-bottom: 14px;
}

.hero-subtitle{
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    line-height: 1.6;
    max-width: 58ch;
}

.hero-actions{
    display:flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    padding: 11px 16px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration:none;
    border: 1px solid rgba(255,255,255,0.15);
    transition: transform .08s ease, filter .2s ease, box-shadow .25s ease;
    box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}

.btn.primary{
    background: linear-gradient(90deg, #0f023f, #160157);
    color: #fff;
}

.btn.ghost{
    background: rgba(255,255,255,0.06);
    color: #fff;
    backdrop-filter: blur(10px);
}

.btn:hover{ filter: brightness(1.06); }
.btn:active{ transform: translateY(1px); }

.hero-welcome{
    margin-top: 18px;
    display:flex;
    gap: 12px;
    align-items:center;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    max-width: 520px;
}

.avatar{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: 900;
    background: rgba(135,206,235,.18);
    border: 1px solid rgba(135,206,235,.35);
}

.welcome-title{ margin: 0; font-size: 15px; }
.welcome-sub{ margin: 2px 0 0; color: rgba(255,255,255,0.78); font-size: 13px; }

.hero-visual{
    display:flex;
    flex-direction: column;
    gap: 14px;
}

.glass-card{
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.35);
}

.card-title{
    font-weight: 900;
    margin-bottom: 12px;
    font-size: 15px;
    color: rgba(255,255,255,0.92);
}

.feature-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display:flex;
    flex-direction: column;
    gap: 10px;
}

.feature-list li{
    display:flex;
    gap: 10px;
    align-items:flex-start;
    color: rgba(255,255,255,0.88);
    line-height: 1.45;
    font-size: 14px;
}

.chip{
    flex: 0 0 auto;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 12px;
    background: rgba(135,206,235,.16);
    border: 1px solid rgba(135,206,235,.35);
}

.note{
    margin-top: 14px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(0,0,0,0.18);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.9);
    font-size: 14px;
}

.stats-row{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.stat{
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
}

.stat-label{
    margin: 0;
    font-weight: 800;
    font-size: 12px;
    color: rgba(255,255,255,0.72);
}

.stat-value{
    margin: 6px 0 0;
    font-weight: 900;
    font-size: 13px;
    color: rgba(255,255,255,0.92);
}

.how{
    max-width: 1200px;
    margin: 26px auto 0;
    padding-top: 10px;
}

.how h2{
    font-size: 22px;
    margin-bottom: 14px;
}

.steps{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.step{
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}

.step-nr{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: 900;
    background: rgba(135,206,235,.18);
    border: 1px solid rgba(135,206,235,.35);
    margin: 0 0 10px;
}

.step-title{
    margin: 0 0 6px;
    font-weight: 900;
}

.step-desc{
    margin: 0;
    color: rgba(255,255,255,0.82);
    line-height: 1.5;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 950px){
    .hero{ grid-template-columns: 1fr; }
}

@media (max-width: 720px){
    .stats-row{ grid-template-columns: 1fr; }
    .steps{ grid-template-columns: 1fr; }
}
