:root {
    --neon: #39FF14;
    --bg: #000000;
    --card: #0a0a0a;
    --font-h: 'Montserrat', sans-serif;
    --font-b: 'Inter', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: #fff; font-family: var(--font-b); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.neon { color: var(--neon); }

/* Header */
.main-header { padding: 6px 0; border-bottom: 1px solid #222; position: sticky; top: 0; background: rgba(0,0,0,0.9); z-index: 100; }
.header-container { display: flex; justify-content: space-between; align-items: center; }
.logo { height: 55px; }
.btn { text-decoration: none; font-family: var(--font-h); font-weight: 800; font-size: 12px; padding: 12px 25px; transition: 0.3s; border: none; cursor: pointer; }
.btn-green { background: var(--neon); color: #000; }
.btn-green:hover { box-shadow: 0 0 20px var(--neon); }

/* Hero */
.hero-showcase { display: flex; align-items: center; padding: 80px 0; }
.hero-content { flex: 1; }
.hero-headline { font-family: var(--font-h); font-size: 4rem; line-height: 1; margin-bottom: 20px; }
.hero-description { color: #888; font-weight: 600; letter-spacing: 1px; }
.hero-car-wrapper { flex: 1.2; }
.hero-car { width: 110%; }

/* Sub Nav */
.sub-nav-bar { display: flex; justify-content: center; gap: 40px; padding: 25px; background: var(--card); border: 1px solid #111; margin-bottom: 50px; }
.sub-nav-bar a { color: #666; text-decoration: none; font-weight: 700; font-size: 11px; letter-spacing: 2px; }
.sub-nav-bar a.active { color: var(--neon); border-bottom: 2px solid var(--neon); padding-bottom: 5px; }

/* Form */
.application-section { padding-bottom: 100px; }
.form-main-title { text-align: center; font-size: 3.5rem; font-family: var(--font-h); margin-bottom: 50px; }
.form-wrapper { max-width: 850px; margin: 0 auto; }
.form-block { background: var(--card); border: 1px solid #151515; padding: 40px; border-radius: 8px; margin-bottom: 30px; }
.block-header { color: var(--neon); font-size: 18px; margin-bottom: 30px; border-bottom: 1px solid #222; padding-bottom: 10px; text-transform: uppercase; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.full { grid-column: 1 / -1; }

.input-item label { display: block; font-size: 11px; color: #555; margin-bottom: 8px; text-transform: uppercase; font-weight: 700; }
.input-item input, .input-item select { width: 100%; background: #000; border: 1px solid #222; padding: 14px; color: #fff; border-radius: 4px; }
.input-item input:focus { border-color: var(--neon); outline: none; }

.consent-zone { padding: 20px; background: #080808; margin-bottom: 30px; border-radius: 4px; }
.check-row { display: flex; gap: 15px; font-size: 13px; color: #888; cursor: pointer; }
.submit-btn { width: 100%; padding: 25px; font-size: 18px; margin-top: 20px; }

/* Footer */
.main-footer { padding: 60px 0; border-top: 1px solid #111; text-align: center; color: #cccccc; font-size: 13px; }

@media (max-width: 900px) {
    .hero-showcase { flex-direction: column; text-align: center; }
    .hero-car { width: 100%; margin-top: 40px; }
    .grid-2 { grid-template-columns: 1fr; }
    .hero-headline { font-size: 2.5rem; }
}
/* --- MSRP Showroom Header Fix --- */

/* 1. Լոգոյի չափսի մեծացում */
.logo {
    height: 150px; /* Մեծացնում ենք լոգոն՝ դարձնելով այն հստակ ընթեռնելի */
    width: auto; /* Պահպանում ենք համամասնությունները */
    filter: drop-shadow(0 2px 5px rgba(255,255,255,0.1)); /* Նուրբ ստվեր՝ սև ֆոնից առանձնացնելու համար */
}

/* 2. Հեռախոսահամարի և Կնոպկայի միջև հեռավորության ավելացում */
.header-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Աջ կողմում դասավորվածություն */
    gap: 40px; /* Ավելացնում ենք մեծ հեռավորություն այս երկու տարրերի միջև */
}

/* Օպտիմալացում մոբայլ սարքերի համար */
@media (max-width: 768px) {
    .header-contact {
        flex-direction: column; /* Մոբայլում տարրերը դնում ենք իրար տակ */
        text-align: right;
        gap: 15px; /* Նվազեցնում ենք հեռավորությունը մոբայլում */
    }
    .logo {
        height: 90px; /* Մոբայլում լոգոն մի փոքր փոքրացնում ենք, բայց պահպանում ենք ընթեռնելիությունը */
    }
}
/* --- Outline Button for Call Now --- */
.btn-outline {
    background: transparent;
    color: var(--neon);
    border: 2px solid var(--neon);
}

.btn-outline:hover {
    background: rgba(57, 255, 20, 0.1); /* Նուրբ նեոնային ֆոն հպվելիս */
    box-shadow: 0 0 15px rgba(57, 255, 20, 0.4);
}

/* Որպեսզի երկու կոճակները շատ հեռու չլինեն իրարից */
.header-contact {
    gap: 20px !important; 
}
/* --- H1 Premium Gradient & Neon Outline --- */
.premium-text {
    /* 1. Ստեղծում ենք մետաղական գունային անցում (Gradient) */
    background: linear-gradient(180deg, #FFFFFF 0%, #B0B0B0 50%, #666666 100%);
    -webkit-background-clip: text;
    background-clip: text;
    
    /* 2. Տեքստի հիմնական գույնը դարձնում ենք թափանցիկ, որ գրադիենտը երևա */
    -webkit-text-fill-color: transparent;
    color: transparent; 
    
   
    
    /* 4. Նուրբ նեոնային շողք (Glow) տեքստի շուրջը */
    filter: drop-shadow(0 0 10px rgba(57, 255, 20, 0.3));
    
    font-weight: 800;
}
