@font-face {
    font-family: BlueSkyDisplaySCVF;
    src: url(./fonts/BlueSkyDisplaySCVF.bb38210b.ttf);
}

@font-face {
    font-family: BlueSkyTextSCVF;
    src: url(./fonts/BlueSkyTextSCVF.9fb12657.ttf);
}
/* RESET */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; }
body {
    background: #000;
    color: #fff;
    font-family: "Source Han Sans SC", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

/* NAVBAR */
header.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #000;
    padding: 16px 16px;
    min-height: 80px;
}
.navbar a { display: inline-flex; align-items: center; line-height: 0; }
.navbar img { height: 40px; max-width: 100%; }

/* HERO */
.hero {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1920px;    /* középre zárt, 1920-ig */
    margin: 0 auto;

    height: 70vh;
    min-height: 520px;
    max-height: 820px;

    align-items: center;
    justify-content: center;

    background-color: lightgray;
    overflow: hidden;
}

/* Videó – mindig látszódjon (mobilon is) */
.hero video.hero-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    z-index:1;           /* a képfallback fölé tesszük */
    display:block;
}
  
@media (min-width:1700px){
    .hero video.hero-video{ object-position: 100% 65%; }
}

/* Fallback kép a videó alatt */
.hero img.hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;          /* videó alatt */
    display: block;
}
@media (min-width: 1700px) {
    .hero img.hero-img { object-position: 100% 65%; }
}

/* SECTIONS */
.section {
    width: 100%;
    max-width: 1120px;
    text-align: center;
    padding: 60px 20px;
    margin: 0 auto;
}
  
.section h1,
.section h2 { font-weight: 900; text-transform: uppercase; line-height: 1.3; }
.section h1 { font-size: 28px; margin-bottom: 10px; }
.section h2 { font-size: 26px; margin: 0 0 16px; }
.section h3 {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 36px 0 12px;
}

.section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

/* INLINE LOGÓK */
.section h1,
.section h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    text-align: center;
}
  
.inline-logo {
    display: inline-block;
    height: clamp(16px, 4vw, 24px);
    width: auto;
    vertical-align: middle;
    margin: 0 4px;
    filter: none;
    mix-blend-mode: normal;
}

/* COUNTDOWN */
.countdown {
    margin: 40px 20px 20px 40px;
    display: block;
    color: var(--Secondary-white, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Source Han Sans SC", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1;
    position: relative;
}

/* BRANDS grid */
.brands {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: center;
    margin-top: 24px;
    justify-items: center;
}
  
.brand {
    border-radius: 8px;
    padding: 20px;
    max-width: 320px;
}
  
.brand h4 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}
  
.brand p {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
}

/* MODELS */
.models {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 32px;
    margin-top: 24px;
}
  
.model-item {
    text-align: center;
    padding: 16px;
}
  
.model-item img {
    max-width: 100%;
    width: 400px;
    height: auto;
    display: block;
    margin: 0 auto 16px;
}
  
.model-item strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 6px;
}
  
.model-item {
    font-size: 15px;
    line-height: 1.5;
}
  
@media (max-width: 820px) {
    .models { grid-template-columns: 1fr; }
}

/* --- MODEL CTA gombok --- */
.model-item .btn-wrap{ margin-top:12px; }
.model-item .btn-group{
    display:flex; gap:12px; justify-content:center; flex-wrap:wrap;
}

/* "Mai mult" (spec) */
a.btn-ro{
    display:inline-flex; align-items:center; justify-content:center;
    padding:10px 16px; border:1px solid #fff; border-radius:8px;
    color:#fff; text-decoration:none; font-size:14px; font-weight:700; line-height:1;
}
a.btn-ro:hover{ background:#fff; color:#000; }

/* Árlista (új lapon nyíljon) */
a.btn-price{
    display:inline-flex; align-items:center; justify-content:center;
    padding:10px 16px; border:1px solid #fff; border-radius:8px;
    background:#fff; color:#000; text-decoration:none; font-size:14px; font-weight:700; line-height:1;
}
a.btn-price:hover{ background:transparent; color:#fff; }

/* Katalógus */
a.btn-brochure{
    display:inline-flex; align-items:center; justify-content:center;
    padding:10px 16px; border:1px solid #fff; border-radius:8px;
    color:#fff; text-decoration:none; font-size:14px; font-weight:700; line-height:1;
}
a.btn-brochure:hover{ background:#fff; color:#000; }

/* Egyes modelleknél gombok elrejtése – ha kell, hagyd meg */
.model-item[data-model="jaecoo 5"] .btn-price,
.model-item[data-model="jaecoo 5"] .btn-brochure,
.model-item[data-model="omoda 7 shs"] .btn-price,
.model-item[data-model="omoda 7 shs"] .btn-brochure{
    display: none !important;
}

/* FOOTER */
.highlight {
    font-size: 26px; font-weight: 900; line-height: 1.2; text-transform: uppercase; margin: 32px 0 8px;
}
  
.footer {
    display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 40px;
    width: 100%; padding: 40px 16px; background: #000;
    border-top: 1px solid var(--Secondary-white, #FFF);
}
  
.footer-logo { width: 100%; display: flex; justify-content: center; }
.footer-logo img {
    width: 364px; height: 20px; display: block; margin: 0 auto; object-fit: contain; aspect-ratio: 91/5; max-width: 90%;
}
  
.footer-menu {
    display: flex; justify-content: center; align-items: center; gap: 24px; padding: 16px 0; flex-wrap: wrap;
}
  
.footer-menu a {
    color: #fff; text-decoration: none; font-size: 14px; font-weight: 400; line-height: 1;
}

.legal-text {
    color: #fff; text-align: center; font-family: "ABARTH light", Arial, sans-serif;
    font-size: 14px; font-weight: 300; line-height: 150%; max-width: 760px; opacity: .9;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .hero { height: 65vh; min-height: 480px; max-height: 740px; }
    .countdown { font-size: 72px; margin: 30px auto; }
}
  
@media (max-width: 820px) {
    .brands, .models { grid-template-columns: 1fr; }
}
  
@media (max-width: 768px) {
    header.navbar { padding: 12px 16px; min-height: 64px; }
    .navbar img { height: 32px; }
    .hero { height: 50vh; min-height: 320px; max-height: none; }
    .section { padding: 40px 16px; }
    .section p { font-size: 16px; }
    .countdown {
        margin: 20px auto 10px auto;
        font-size: clamp(36px, 10vw, 48px);
    }
    .legal-text { font-size: 13px; }
}
  
@media (max-width: 425px) { .navbar img { height: 16px; } }
@media (max-width: 380px) {
    .section h1 { font-size: 24px; }
    .section h2 { font-size: 22px; }
    .countdown { font-size: clamp(32px, 11vw, 42px); }
    .navbar img { height: 16px; }
}

/* Webform */
.webform-shell{
    background:#fff; color:#000; border-radius:12px; padding:24px;
}
@media (max-width:768px){ .webform-shell{ padding:16px; } }

/* Accessibility helper */
.sr-only{
    position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
    clip:rect(0 0 0 0);white-space:nowrap;border:0;
}

.contact-form {
    width: 100%;
    text-align: center;
    padding: 60px 20px;
    margin: 0 auto;
}

.form {
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    
}

#contact-form-title {
    color: black;
    font-size: 40px;
    font-style: normal;
    font-weight: 482;
    margin:  0px 0px 16px;
    line-height: 150%;
    text-align: center;
}

.form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* padding: 60px 20px; */
    gap: 16px;
}

.form > div > div {
    width: 100%;
}

.form > div > div > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 24px;
}


.form > div > div > div > label, .form > div > div > label {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 326;
    line-height: 150%;
    font-family: BlueSkyTextSCVF;
}

.form > div > div > div > input, .form > div > div > div > textarea  {
    color: rgb(77, 77, 77);
    padding: 8px 16px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    height: 48px;
    width: 100%;
    font-size: 14px;
    font-weight: 326;
    line-height: 150%;
    border: 1px solid rgb(180, 187, 191);
    font-family: BlueSkyTextSCVF;
}

.form > div > div > div > select {
    color: rgb(77, 77, 77);
    padding: 8px 16px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    height: 48px;
    width: 100%;
    font-size: 14px;
    font-weight: 326;
    line-height: 150%;
    border: 1px solid rgb(180, 187, 191);
    font-family: BlueSkyTextSCVF;
}

.form > div > div > div > textarea {
    min-height: 100px;
    resize: vertical;
    border: 1px solid rgb(156, 156, 156);
}

.form > .submitArea {
    min-width: 327px;
    max-width: 327px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    font-family: BlueSkyTextSCVF;
}

.sendMessageButton {
    padding: 12px 24px;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 326;
    line-height: 120%;
    font-family: BlueSkyTextSCVF;
    margin-top: 5%;
}

.agreements {
    display: flex;
    flex-direction: column;
}

.gdpr > label {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 326;
    line-height: 150%;
    font-family: BlueSkyTextSCVF;
}

.brands-description {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: center;
    margin-top: 24px;
    justify-items: center;
}

