/* 0. GOOGLE FONTS – ROBOTO */
/* Ez az első sor legyen a fájlban, minden más @rule és selector előtt */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/************************************
 * KUPlung Landing – cms-id-67
 * Teljes header/footer OFF, saját layout ON
 ************************************/

/* 1. ALAP BEÁLLÍTÁSOK A LANDINGRE */

/* A teljes cms-id-67 oldalon kényszerítjük a Roboto-t */
body.cms-id-67,
body.cms-id-67 * {
  font-family: 'Roboto', Arial, sans-serif !important;
  box-sizing: border-box;
}

body.cms-id-67 {
  background: #ffffff;
  scroll-behavior: smooth;
}

/* 2. TELJES THEME HEADER ELTÜNTETÉSE (DESKTOP + MOBIL) */

body.cms-id-67 #header,
body.cms-id-67 .header-top,
body.cms-id-67 .header-bottom,
body.cms-id-67 .header-nav,
body.cms-id-67 .nav,
body.cms-id-67 #_desktop_top_menu,
body.cms-id-67 #desktop_top_menu_wrapper,
body.cms-id-67 #_mobile_logo,
body.cms-id-67 #mobile_top_menu_wrapper,
body.cms-id-67 #_mobile_cart,
body.cms-id-67 #_mobile_user_info,
body.cms-id-67 #_mobile_search,
body.cms-id-67 #_mobile_search_bar,
body.cms-id-67 #_mobile_menu,
body.cms-id-67 .js-mobile-menu {
  display: none !important;
}

/* 3. BREADCRUMB + OLDALCÍM + THEME FOOTER + SOCIAL + HÍRLEVÉL ELTÜNTETÉSE */

body.cms-id-67 nav.breadcrumb,
body.cms-id-67 .breadcrumb,
body.cms-id-67 .breadcrumb-container,
body.cms-id-67 .page-header,
body.cms-id-67 .page-header h1,
body.cms-id-67 h1.page-heading,
body.cms-id-67 h1.page-title,
body.cms-id-67 .cms h1 {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.cms-id-67 #footer,
body.cms-id-67 .footer-container,
body.cms-id-67 .block-social,
body.cms-id-67 .block_newsletter {
  display: none !important;
}

/* Ne maradjon üres vertikális tér a breadcrumb / cím helyén */
body.cms-id-67 #wrapper,
body.cms-id-67 #content-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/************************************
 * 4. CONTENT CONTAINER – KÖZÉPRE HÚZOTT LAYOUT (FIX)
 ************************************/

/* A theme esetleges oldalirányú paddingjét/margóját kinullázzuk */
body.cms-id-67 #wrapper,
body.cms-id-67 #content-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* A tényleges tartalom-konténer: max 1200px, full középre */
body.cms-id-67 #wrapper .container,
body.cms-id-67 .cms-page {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 40px;
}

/* 5. TIPOGRÁFIA – címek, bekezdések */

body.cms-id-67 h1,
body.cms-id-67 h2,
body.cms-id-67 h3,
body.cms-id-67 h4,
body.cms-id-67 h5,
body.cms-id-67 h6 {
  font-weight: 700;
  color: #111111;
  margin: 0 0 16px 0;
}

/* Alap cím-méretek */
body.cms-id-67 h1 {
  font-size: 36px;
  line-height: 1.2;
}

body.cms-id-67 h2 {
  font-size: 30px;
  line-height: 1.25;
}

body.cms-id-67 h3 {
  font-size: 22px;
  line-height: 1.3;
}

/* Bekezdések – kicsit nagyobb, olvashatóbb */
body.cms-id-67 p {
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
  margin: 0 0 12px 0;
}

/* 6. GOMB ALAP (VIN gomb + többi CTA) */

body.cms-id-67 .btn-primary,
body.cms-id-67 .kv-btn-primary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 6px;
  background: #1473E6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
  text-align: center;
}

body.cms-id-67 .btn-primary:hover,
body.cms-id-67 .kv-btn-primary:hover {
  background: #125fc0;
  transform: translateY(-1px);
}

/* 7. KÁRTYA ALAP (social proof, 4-lépéses blokk, stb.) */

body.cms-id-67 .kv-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  padding: 24px;
}

/* 8. MINIMAL FOOTER A LANDING VÉGÉRE – saját HTML-hez (ALAP STÍLUS, lent felülírjuk) */

body.cms-id-67 .kv-footer {
  background: #111827;
  color: #E5E7EB;
  padding: 40px 16px 24px;
  margin-top: 40px;
}

body.cms-id-67 .kv-footer a {
  color: #93C5FD;
  text-decoration: none;
}

body.cms-id-67 .kv-footer a:hover {
  text-decoration: underline;
}

/* 9. LANDING LOGÓ BLOKK */

body.cms-id-67 .kv-landing-logo {
  text-align: center;
  margin: 20px 0 10px 0;
}

body.cms-id-67 .kv-landing-logo img {
  max-height: 140px;
  width: auto;
  height: auto;
  display: inline-block;
}

@media (max-width: 1023px) {
  body.cms-id-67 .kv-landing-logo img {
    max-height: 110px;
  }
}

@media (max-width: 767px) {
  body.cms-id-67 .kv-landing-logo img {
    max-height: 90px;
  }
}

/************************************
 * 1. HERO BLOKK – végleges
 ************************************/

/* Régi bal oldali kép (HTML-ben) teljes tiltása – csak háttérképet használunk */
body.cms-id-67 .kv-hero-image {
  display: none !important;
}

/* HERO container: a .kv-hero-inner viszi a hátteret – DESKTOP / TABLET */
body.cms-id-67 .kv-hero-inner {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  margin-top: 40px;       /* FIX: nagyobb tér a logó után */
  margin-bottom: 40px;

  background-image: url('/img/cms/Kuplungot%20cser%C3%A9l%20a%20szerel%C5%91_HERO_1920x900.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  max-width: none;
  min-height: 80vh;
  padding: 40px 16px;

  display: flex;
  align-items: center;
  justify-content: flex-end; /* szöveg jobbra */
}

/* Szöveg doboz – jobbra, de ne tapadjon a széléhez */
body.cms-id-67 .kv-hero-content {
  max-width: 480px;
  margin-right: 8vw;
}

/* Címsor, alcím, CTA – desktop alap */
body.cms-id-67 .kv-hero-title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: left !important;
}

body.cms-id-67 .kv-hero-subtitle {
  font-size: 17px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 24px;
}

body.cms-id-67 .kv-hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

body.cms-id-67 .kv-hero-cta {
  padding-left: 32px;
  padding-right: 32px;
}

body.cms-id-67 .kv-hero-secondary-cta {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}

body.cms-id-67 .kv-hero-secondary-cta a {
  font-weight: 500;
  color: #111111;
  text-decoration: none;
}

body.cms-id-67 .kv-hero-secondary-cta a:hover {
  text-decoration: underline;
}

/* TABLET (768–1023px) – kicsit kisebb cím, hogy beférjen */
@media (min-width: 768px) and (max-width: 1023px) {
  body.cms-id-67 .kv-hero-title {
    font-size: 34px;
  }
}

/* HERO – MOBIL LAYOUT: szöveg + full-width kép alatta */
@media (max-width: 767px) {
  body.cms-id-67 .kv-hero-inner {
    background-image: none !important;
    position: static;
    left: auto;
    margin-left: 0;
    width: 100%;
    min-height: 0;
    padding: 24px 16px 8px;      /* kevesebb függőleges padding */
    margin-bottom: 12px !important;
    display: block;
  }

  body.cms-id-67 .kv-hero-content {
    max-width: 100%;
    margin: 0;
  }

  body.cms-id-67 .kv-hero-title {
    font-size: 30px;
    text-align: left !important;
  }

  body.cms-id-67 .kv-hero-subtitle {
    font-size: 16px;
  }

  body.cms-id-67 .kv-hero-cta-group {
    align-items: flex-start;
  }

  body.cms-id-67 .kv-hero-cta {
    width: 100%;
    text-align: center;
  }

  /* Full-width mobil hero kép */
  body.cms-id-67 .kv-hero-inner::after {
    content: "";
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-top: 125%;
    background-image: url('/img/cms/hero_kuplungcsere_mobil_1080x1350.jpg');
    background-size: cover;
    background-position: center top;
    border-radius: 0;
    margin-top: 12px;
  }
}

/************************************
 * 2. TRUST BADGES – bizalom blokkok
 ************************************/

body.cms-id-67 .kv-trust {
  margin-top: 32px;
  margin-bottom: 40px;
}

body.cms-id-67 .kv-trust-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Kártya – erősebb 3D hatás */
body.cms-id-67 .kv-trust-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px 24px 26px;
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.14),
    0 0 0 1px rgba(148, 163, 184, 0.10);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.cms-id-67 .kv-trust-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(129, 140, 248, 0.35);
}

/* Ikon kör + kép */
body.cms-id-67 .kv-trust-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #E5F0FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

body.cms-id-67 .kv-trust-icon img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Cím + szöveg */
body.cms-id-67 .kv-trust-title {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 8px 0;
}

body.cms-id-67 .kv-trust-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

/* MOBIL – egymás alatt, jó légzéssel */
@media (max-width: 767px) {
  body.cms-id-67 .kv-trust {
    margin-top: 12px !important;  /* közelebb a HERO-hoz */
    margin-bottom: 32px;
  }

  body.cms-id-67 .kv-trust-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.cms-id-67 .kv-trust-card {
    padding: 20px 18px 22px;
    border-radius: 20px;
  }
}

/************************************
 * 3. VALUE PROPOSITION BLOKK
 ************************************/

/* Full-width blokk háttérképpel – mint a HERO (DESKTOP) */
body.cms-id-67 .kv-value {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  margin-top: 48px;
  margin-bottom: 40px;
  background-image: url('/img/cms/value_prop_kuplungkészlet_1920x900.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Belső tartalom keret */
body.cms-id-67 .kv-value-inner {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 480px;
  padding: 48px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Fehér “card” */
body.cms-id-67 .kv-value-content {
  max-width: 520px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  padding: 28px 28px 32px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.22);
}

/* Szekció cím */
body.cms-id-67 .kv-section-title {
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 20px 0;
}

/* Lista alap */
body.cms-id-67 .kv-value-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Egy sor (ikon + szöveg) */
body.cms-id-67 .kv-value-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* Ikon kör – kék outline */
body.cms-id-67 .kv-value-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid #1473E6;
  background: #EFF6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.cms-id-67 .kv-value-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

/* Sor cím + szöveg */
body.cms-id-67 .kv-value-text h3 {
  font-size: 17px;
  margin: 0 0 4px 0;
}

body.cms-id-67 .kv-value-text p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: #4b5563;
}

/* TABLET (768–1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  body.cms-id-67 .kv-section-title {
    font-size: 24px;
  }
}

/* VALUE – MOBIL: full-width kép + full-width kártya, árnyék nélkül */
@media (max-width: 767px) {

  body.cms-id-67 .kv-value {
    left: auto;
    margin-left: 0;
    width: 100%;
    background-image: none !important;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 8px;
  }

  body.cms-id-67 .kv-value-inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    min-height: 0;
  }

  /* teljes szélességű kép */
  body.cms-id-67 .kv-value-inner::before {
    content: "";
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 1080 / 1350;
    background-image: url('/img/cms/value_prop_kuplungk%C3%A9szlet_mobil_1080x1350.jpg');
    background-size: cover;
    background-position: center top;
    border-radius: 0;
    margin-bottom: 0;
  }

  /* kártya: széles, árnyék nélkül – mint a trust blokk széle */
  body.cms-id-67 .kv-value-content {
    width: 100%;
    max-width: 100%;
    padding: 20px 16px 24px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
  }

  body.cms-id-67 .kv-section-title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  body.cms-id-67 .kv-value-text h3 {
    font-size: 16px;
  }

  body.cms-id-67 .kv-value-text p {
    font-size: 14px;
  }

  body.cms-id-67 .kv-value-list {
    gap: 16px;
  }
}

/************************************
 * 4. A leggyakoribb kuplung hibák
 ************************************/

body.cms-id-67 .kv-fault {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  padding: 48px 0 56px;
  background: #f9fafb;
  background-image: url('/img/cms/gyors_felismeres_valtokar_1920x900.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.cms-id-67 .kv-fault-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: stretch;
  gap: 32px;
}

body.cms-id-67 .kv-fault-card {
  flex: 1 1 50%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  padding: 32px 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

body.cms-id-67 .kv-fault-title {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 8px 0;
}

body.cms-id-67 .kv-fault-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body.cms-id-67 .kv-fault-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

body.cms-id-67 .kv-fault-icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 2px solid #1473E6;
  background: #e5f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.cms-id-67 .kv-fault-icon img {
  width: 28px;
  height: 28px;
  display: block;
}

body.cms-id-67 .kv-fault-text h3 {
  font-size: 18px;
  margin: 0 0 4px 0;
}

body.cms-id-67 .kv-fault-text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #4b5563;
}

body.cms-id-67 .kv-fault-cta-wrap {
  margin-top: 16px;
}

body.cms-id-67 .kv-fault-cta {
  margin-top: 4px;
}

body.cms-id-67 .kv-fault-image {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.cms-id-67 .kv-fault-title {
    font-size: 28px;
  }
}

/* FAULT – MOBIL: ugyanaz az elv, mint a 3. blokkban */
@media (max-width: 767px) {

  body.cms-id-67 .kv-fault {
    left: auto;
    margin-left: 0;
    width: 100%;
    padding: 24px 0 16px;
    background-image: none !important;
    background: #ffffff;     /* ne legyen külön szürke háttér */
  }

  body.cms-id-67 .kv-fault-inner {
    display: block;
    padding: 0;
    margin: 0;
  }

  body.cms-id-67 .kv-fault-image {
    display: none;
  }

  /* teljes szélességű mobil kép */
  body.cms-id-67 .kv-fault-inner::before {
    content: "";
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 1080 / 1350;
    background-image: url('/img/cms/gyors_felismeres_valtokar_mobil_1080x1350.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 0;
    margin-bottom: 0;
  }

  /* kártya: széles, árnyék nélkül (mint a 3. blokk) */
  body.cms-id-67 .kv-fault-card {
    margin: 0;
    padding: 24px 16px 22px;
    border-radius: 0;
    box-shadow: none;
  }

  body.cms-id-67 .kv-fault-title {
    font-size: 26px;
  }

  body.cms-id-67 .kv-fault-text h3 {
    font-size: 17px;
  }

  body.cms-id-67 .kv-fault-text p {
    font-size: 15px;
  }

  body.cms-id-67 .kv-fault-cta {
    width: 100%;
    text-align: center;
  }
}

/************************************
 * 5. Egyszerűsített irányárak
 ************************************/

.pricing-section {
  text-align: center;
  padding: 20px 24px;
  background-color: #fff;
  margin-bottom: 40px;
}

.pricing-section h2 {
  font-size: 36px;
  margin-bottom: 16px;
  font-weight: 700;
}

.pricing-section p {
  font-size: 18px;
  color: #4b5563;
  margin-bottom: 40px;
}

/* Grid layout for the cards */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  justify-items: center;
}

/* Individual card styles */
.pricing-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  padding: 20px 24px 22px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Hover effect for the cards */
.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

/* Icon style inside cards */
.pricing-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  background-color: transparent;
  padding: 10px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

/* Card title style */
.pricing-card h3 {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: bold;
}

/* Card paragraph style */
.pricing-card p {
  font-size: 16px;
  color: #4b5563;
}

/* Card price style */
.pricing-card .price {
  font-size: 20px;
  font-weight: bold;
  color: #1473E6;
  margin-bottom: 18px;
}

/* No button (removal) */
.pricing-card .pricing-btn {
  display: none;
}

/* Media query for tablet devices */
@media (max-width: 1023px) {
  .pricing-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .pricing-cards {
    grid-template-columns: 1fr;
  }
}

/************************************
 * 6. Social proof – Ügyfélvélemények
 ************************************/

body.cms-id-67 .kv-social-heading {
  font-size: 34px;
  font-weight: 800;
  margin: 64px 0 12px 0;
  text-align: center !important;
}

body.cms-id-67 .kv-social-subtitle {
  font-size: 17px;
  color: #4b5563;
  margin: 0 auto 48px auto;
  max-width: 720px;
  text-align: center !important;
}

body.cms-id-67 .kv-social-cards {
  max-width: 1280px;
  margin: 0 auto 80px auto;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
}

body.cms-id-67 .kv-social-img {
  display: block;
  width: 100%;
  height: auto;
}

body.cms-id-67 .kv-social-img-desktop {
  flex: 1 1 0;
}

body.cms-id-67 .kv-social-img-mobile {
  display: none;
}

/* Tablet */
@media (max-width: 1023px) {
  body.cms-id-67 .kv-social-heading {
    font-size: 30px;
  }

  body.cms-id-67 .kv-social-cards {
    max-width: 1000px;
    gap: 8px;
  }
}

/* Mobil */
@media (max-width: 767px) {

  body.cms-id-67 .kv-social-heading {
    font-size: 26px;
    margin: 40px 0 10px 0;
  }

  body.cms-id-67 .kv-social-subtitle {
    font-size: 15px;
    margin-bottom: 24px;
    padding: 0 8px;
  }

  body.cms-id-67 .kv-social-cards {
    flex-direction: column;
    max-width: 420px;
    gap: 0;              /* ne legyen flex-gap, mindent a margóval oldunk */
    padding: 0;
  }

  body.cms-id-67 .kv-social-img-desktop {
    display: none;
  }

  body.cms-id-67 .kv-social-img-mobile {
    display: block;
    width: 100%;
    /* Itt “csúszik rá” a következő kártya, így kisebbnek tűnik a köztes hely */
    margin: 0 0 -26px 0;
  }
}

/************************************
 * 7. Miért kérjük el az alvázszámot
 ************************************/

body.cms-id-67 .kv-vin {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #F5F9FF;
  padding: 24px 0 48px;
  margin-top: 40px;
}

body.cms-id-67 .kv-vin-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 40px;
}

body.cms-id-67 .kv-vin-illustration {
  flex: 0 0 40%;
}

body.cms-id-67 .kv-vin-illustration img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 520px;
}

body.cms-id-67 .kv-vin-content {
  flex: 1 1 60%;
}

body.cms-id-67 .kv-vin-title {
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 12px 0;
}

body.cms-id-67 .kv-vin-lead {
  font-size: 18px;
  line-height: 1.6;
  color: #111827;
  margin: 0 0 18px 0;
  font-weight: 500;
}

/* Bullet lista */
body.cms-id-67 .kv-vin-list {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.cms-id-67 .kv-vin-list li {
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
}

body.cms-id-67 .kv-vin-list li strong {
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
  color: #111827;
}

body.cms-id-67 .kv-vin-list li span {
  display: block;
}

/* Megnyugtató sor */
body.cms-id-67 .kv-vin-note {
  font-size: 14px;
  line-height: 1.6;
  color: #6B7280;
  margin: 4px 0 10px 0;
}

/* "Link" gomb – kinézetre link, valójában button */
body.cms-id-67 .kv-vin-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #1473E6;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
  margin: 0;
  font-family: inherit;
  border-bottom: 1px solid rgba(20, 115, 230, 0.35);
  padding-bottom: 2px;
}

body.cms-id-67 .kv-vin-link:hover {
  color: #125fc0;
  border-bottom-color: rgba(18, 95, 192, 0.7);
}

/* Sötét háttér + popup doboz */
body.cms-id-67 .kv-vin-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 9999;
}

body.cms-id-67 .kv-vin-overlay.is-visible {
  display: flex;
}

body.cms-id-67 .kv-vin-popup {
  max-width: 480px;
  width: 100%;
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.22);
  font-size: 15px;
  line-height: 1.7;
  color: #111827;
}

body.cms-id-67 .kv-vin-popup-text {
  margin: 0;
}

/* Amikor a popup nyitva van, ne lehessen alatta scrollozni */
body.cms-id-67.kv-vin-popup-open {
  overflow: hidden;
}

/* Tablet finomhangolás */
@media (min-width: 768px) and (max-width: 1023px) {
  body.cms-id-67 .kv-vin-inner {
    gap: 28px;
  }

  body.cms-id-67 .kv-vin-title {
    font-size: 26px;
  }

  body.cms-id-67 .kv-vin-lead {
    font-size: 17px;
  }
}

/* Mobil nézet */
@media (max-width: 767px) {
  body.cms-id-67 .kv-vin {
    left: auto;
    margin-left: 0;
    width: 100%;
    padding: 28px 0 32px;
  }

  body.cms-id-67 .kv-vin-inner {
    display: block;
    padding: 0 16px;
  }

  body.cms-id-67 .kv-vin-illustration {
    margin-bottom: 16px;
  }

  body.cms-id-67 .kv-vin-illustration img {
    max-width: 100%;
    margin: 0 auto;
  }

  body.cms-id-67 .kv-vin-content {
    text-align: left;
  }

  body.cms-id-67 .kv-vin-title {
    font-size: 24px;
  }

  body.cms-id-67 .kv-vin-lead {
    font-size: 16px;
  }

  body.cms-id-67 .kv-vin-list li {
    font-size: 15px;
  }

  body.cms-id-67 .kv-vin-note {
    font-size: 13px;
  }

  body.cms-id-67 .kv-vin-popup {
    max-width: 90%;
    padding: 18px 16px;
    font-size: 14px;
  }
}


/************************************
 * 8. Árajánlat űrlap blokk
 ************************************/

body.cms-id-67 .kv-form {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #F3F4F6;
  padding: 48px 0 64px;
  margin-top: 0px;
}

body.cms-id-67 .kv-form-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

body.cms-id-67 .kv-form-title {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}

body.cms-id-67 .kv-form-subtitle {
  font-size: 17px;
  line-height: 1.7;
  color: #4B5563;
  margin: 0 0 8px 0;
}

body.cms-id-67 .kv-form-note {
  font-size: 14px;
  color: #6B7280;
  margin: 0 0 24px 0;
}

body.cms-id-67 .kv-form-required {
  color: #DC2626;
  margin-left: 2px;
}

/* Kártya, amiben maga az űrlap van */
body.cms-id-67 .kv-form-box {
  max-width: 640px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 22px;
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(148, 163, 184, 0.12);
  padding: 28px 24px 30px;
  text-align: left;
}

/* Mezők listája */
body.cms-id-67 .kv-form-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Űrlapmezők – “keretben ülő” label */

body.cms-id-67 .kv-form-field {
  position: relative;
}

body.cms-id-67 .kv-form-field input[type="text"] {
  width: 100%;
  padding: 22px 14px 10px;
  font-size: 15px;
  border-radius: 14px;
  border: 1px solid #D1D5DB;
  background: #F9FAFB;
  outline: none;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

/* VIN mező – továbbra is széthúzott */
body.cms-id-67 #kv-vin {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Label – a keret felső vonalára ül rá, mint egy “tab” */
body.cms-id-67 .kv-form-field label {
  position: absolute;
  left: 18px;
  top: 0;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 500;
  color: #2563EB;
  pointer-events: none;
  padding: 0 6px;
  background: #FFFFFF;
  border-radius: 999px;
}

/* Kötelező jelölés színe marad piros */
body.cms-id-67 .kv-form-field label .kv-form-required {
  color: #DC2626;
}

/* Fókusz – csak a keret/árnyék változik, a label fixen marad */
body.cms-id-67 .kv-form-field input[type="text"]:focus {
  border-color: #1473E6;
  background: #FFFFFF;
  box-shadow:
    0 0 0 1px rgba(20, 115, 230, 0.25),
    0 10px 30px rgba(15, 23, 42, 0.12);
}

/* Gomb */
body.cms-id-67 .kv-form-actions {
  margin-top: 12px;
}

body.cms-id-67 .kv-form-submit {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  white-space: normal;
  line-height: 1.4;
}

/* Tablet finomítás */
@media (min-width: 768px) and (max-width: 1023px) {
  body.cms-id-67 .kv-form-title {
    font-size: 28px;
  }

  body.cms-id-67 .kv-form-box {
    max-width: 620px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  body.cms-id-67 .kv-form {
    left: auto;
    margin-left: 0;
    width: 100%;
    padding: 32px 0 40px;
  }

  body.cms-id-67 .kv-form-title {
    font-size: 24px;
  }

  body.cms-id-67 .kv-form-subtitle {
    font-size: 16px;
  }

  body.cms-id-67 .kv-form-box {
    padding: 22px 18px 24px;
    border-radius: 20px;
  }

  body.cms-id-67 .kv-form-field input[type="text"] {
    padding: 20px 12px 9px;
    font-size: 15px;
  }

  body.cms-id-67 .kv-form-field label {
    left: 16px;
    font-size: 12px;
  }

  body.cms-id-67 .kv-form-submit {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/************************************
 * 9. Miért szükséges a kuplung cseréje?
 ************************************/

body.cms-id-67 .kv-clutch-why {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: url("/img/cms/miert_szürke_1920x900.jpg") center center / cover no-repeat;
  padding: 80px 0;
}

body.cms-id-67 .kv-clutch-why::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.70);
  z-index: 0;
}

body.cms-id-67 .kv-clutch-why-inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}

body.cms-id-67 .kv-clutch-why-title {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 24px 0;
  color: #F9FAFB;
  font-weight: 700;
  text-align: center;
}

body.cms-id-67 .kv-clutch-why-list {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
}

body.cms-id-67 .kv-clutch-why-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.7;
  color: #E5E7EB;
}

body.cms-id-67 .kv-clutch-why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 9px;
  height: 9px;
  background: #60A5FA;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.35);
  transform: translateY(-50%);
}

body.cms-id-67 .kv-clutch-why-note {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 12px;
  color: #D1D5DB;
  text-align: left;
}

@media (max-width: 767px) {
  body.cms-id-67 .kv-clutch-why {
    padding: 60px 0;
  }

  body.cms-id-67 .kv-clutch-why-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  body.cms-id-67 .kv-clutch-why-list li {
    font-size: 16px;
    padding-left: 24px;
  }
}

/************************************
 * 10. Javítás menete, lépésről lépésre
 ************************************/

body.cms-id-67 .kv-steps {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #FAFAFA;
  padding: 56px 0 64px;
}

body.cms-id-67 .kv-steps-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

body.cms-id-67 .kv-steps-title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 12px 0;
}

body.cms-id-67 .kv-steps-subtitle {
  font-size: 17px;
  line-height: 1.7;
  color: #4B5563;
  margin: 0 0 32px 0;
}

body.cms-id-67 .kv-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 28px;
}

body.cms-id-67 .kv-step-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 22px 20px 24px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.cms-id-67 .kv-step-icon-wrap {
  margin-bottom: 12px;
}

body.cms-id-67 .kv-step-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: #E7F0FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.cms-id-67 .kv-step-icon-circle img {
  width: 56px;
  height: 56px;
  display: block;
}

body.cms-id-67 .kv-step-number {
  font-size: 14px;
  font-weight: 600;
  color: #6B7280;
  margin: 6px 0 4px 0;
}

body.cms-id-67 .kv-step-title {
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 6px 0;
}

body.cms-id-67 .kv-step-text {
  font-size: 16px;
  line-height: 1.6;
  color: #4B5563;
  margin: 0;
}

body.cms-id-67 .kv-steps-cta-wrap {
  margin-top: 8px;
}

body.cms-id-67 .kv-steps-cta {
  margin-top: 4px;
  padding-left: 32px;
  padding-right: 32px;
}

body.cms-id-67 .kv-step-card:hover {
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.cms-id-67 .kv-steps-title {
    font-size: 28px;
  }

  body.cms-id-67 .kv-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 767px) {
  body.cms-id-67 .kv-steps {
    left: auto;
    margin-left: 0;
    width: 100%;
    padding: 40px 0 44px;
  }

  body.cms-id-67 .kv-steps-title {
    font-size: 24px;
  }

  body.cms-id-67 .kv-steps-subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }

  body.cms-id-67 .kv-steps-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.cms-id-67 .kv-step-card {
    padding: 20px 18px 22px;
  }

  body.cms-id-67 .kv-step-title {
    font-size: 18px;
  }

  body.cms-id-67 .kv-step-text {
    font-size: 15px;
  }

  body.cms-id-67 .kv-steps-cta {
    width: 100%;
    text-align: center;
  }
}

/************************************
 * 11. Footer blokk
 ************************************/

body.cms-id-67 .kv-footer {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #181b24;
  color: #ffffff;
  padding: 56px 0 48px;
  margin-top: 10px;
  overflow: hidden;
}

body.cms-id-67 .kv-footer::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 120px;
  background: #181b24;
  transform-origin: top left;
  transform: skewY(4deg);
  z-index: -1;
}

body.cms-id-67 .kv-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

body.cms-id-67 .kv-footer-col {
  flex: 1 1 0;
  min-width: 0;
}

body.cms-id-67 .kv-footer-left {
  max-width: 520px;
}

body.cms-id-67 .kv-footer-right {
  text-align: right;
}

body.cms-id-67 .kv-footer-heading {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #ffffff;
}

body.cms-id-67 .kv-footer-support-title {
  margin-top: 22px;
}

body.cms-id-67 .kv-footer-text {
  margin: 4px 0 10px 0;
  font-size: 15px;
  line-height: 1.7;
  color: #ffffff;
}

body.cms-id-67 .kv-footer-links {
  margin-top: 10px;
  font-size: 14px;
}

body.cms-id-67 .kv-footer a {
  color: #1473e6;
  text-decoration: none;
}

body.cms-id-67 .kv-footer a:hover {
  text-decoration: underline;
}

body.cms-id-67 .kv-footer-logo {
  max-width: 220px;
  height: auto;
  display: inline-block;
  filter: none;
}

body.cms-id-67 .kv-footer-logo-bar {
  width: 220px;
  max-width: 100%;
  height: 3px;
  background: #1473e6;
  margin-left: auto;
  margin-top: 14px;
  margin-bottom: 14px;
}

/* Copyright sáv */
body.cms-id-67 .kv-footer-copy {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #1473e6;
  color: #ffffff;
  text-align: center;
  padding: 10px 16px 12px;
  font-size: 14px;
}
 
@media (max-width: 767px) {
  body.cms-id-67 .kv-footer {
    padding: 40px 0 32px;
  }

  body.cms-id-67 .kv-footer-inner {
    flex-direction: column;
    gap: 32px;
    text-align: left;
  }

  body.cms-id-67 .kv-footer-right {
    text-align: left;
  }

  body.cms-id-67 .kv-footer-logo,
  body.cms-id-67 .kv-footer-logo-bar {
    margin-left: 0;
  }
}

/************************************
 * GLOBAL MOBILE FIX – oldalsó margó + CTA gombok
 ************************************/
@media (max-width: 767px) {

  /* 1) 16px oldalsó margó vissza minden tartalomnak */
  body.cms-id-67 #wrapper .container,
  body.cms-id-67 .cms-page {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* 2) Fő CTA gombok ne legyenek 100% szélesek, hanem
        normál méretű gombként, középen jelenjenek meg */
  body.cms-id-67 .kv-hero-cta,
  body.cms-id-67 .kv-fault-cta,
  body.cms-id-67 .kv-steps-cta {
    width: auto !important;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}

/************************************
 * GLOBAL – MOBILON NE LEGYEN SORKIZÁRT
 ************************************/
@media (max-width: 767px) {

  /* 1. blokk – hero alszöveg */
  body.cms-id-67 .kv-hero-subtitle {
    text-align: left !important;
    text-justify: auto !important;
  }

  /* 2. blokk – trust badges kártyacím + szöveg */
  body.cms-id-67 .kv-trust-title,
  body.cms-id-67 .kv-trust-text {
    text-align: left !important;
    text-justify: auto !important;
  }

  /* 3. blokk – value proposition kártya cím + szöveg */
  body.cms-id-67 .kv-value-text h3,
  body.cms-id-67 .kv-value-text p {
    text-align: left !important;
    text-justify: auto !important;
  }

  /* 4. blokk – leggyakoribb kuplunghibák: cím + bullet szövegek */
  body.cms-id-67 .kv-fault-title,
  body.cms-id-67 .kv-fault-text h3,
  body.cms-id-67 .kv-fault-text p {
    text-align: left !important;
    text-justify: auto !important;
  }

  /* 9. blokk – „Miért szükséges a kuplung cseréje?” bullet szövegek + záró szöveg */
  body.cms-id-67 .kv-clutch-why-list li,
  body.cms-id-67 .kv-clutch-why-note {
    text-align: left !important;
    text-justify: auto !important;
  }
}
/* Köszönőoldal – ugyanaz a layout, mint a kuplung landingnél */
body.cms-id-15 #header,
body.cms-id-15 .header-top,
body.cms-id-15 .header-bottom,
body.cms-id-15 .header-nav,
body.cms-id-15 .nav,
body.cms-id-15 #_desktop_top_menu,
body.cms-id-15 #desktop_top_menu_wrapper,
body.cms-id-15 #_mobile_logo,
body.cms-id-15 #mobile_top_menu_wrapper,
body.cms-id-15 #_mobile_cart,
body.cms-id-15 #_mobile_user_info,
body.cms-id-15 #_mobile_search,
body.cms-id-15 #_mobile_search_bar,
body.cms-id-15 #_mobile_menu,
body.cms-id-15 .js-mobile-menu {
  display: none !important;
}

body.cms-id-15 nav.breadcrumb,
body.cms-id-15 .breadcrumb,
body.cms-id-15 .breadcrumb-container,
body.cms-id-15 .page-header,
body.cms-id-15 .page-header h1,
body.cms-id-15 h1.page-heading,
body.cms-id-15 h1.page-title,
body.cms-id-15 .cms h1 {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.cms-id-15 #footer,
body.cms-id-15 .footer-container,
body.cms-id-15 .block-social,
body.cms-id-15 .block_newsletter {
  display: none !important;
}

/* ne maradjon üres hely */
body.cms-id-15 #wrapper,
body.cms-id-15 #content-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* 15-ös köszönő oldal – alap elrendezés */
body.cms-id-15 {
  background: #F9FAFB;
}

/* Tartalom ne tapadjon a tetejére, középre húzzuk, szűkebb sorhossz */
body.cms-id-15 #wrapper .container,
body.cms-id-15 .cms-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 16px 80px;
}
/************************************
 * 15. KÖSZÖNŐOLDAL – HEADER + FOOTER OFF
 ************************************/

/* Teljes theme header eltüntetése (desktop + mobil) */
body.cms-id-15 #header,
body.cms-id-15 .header-top,
body.cms-id-15 .header-bottom,
body.cms-id-15 .header-nav,
body.cms-id-15 .nav,
body.cms-id-15 #_desktop_top_menu,
body.cms-id-15 #desktop_top_menu_wrapper,
body.cms-id-15 #_mobile_logo,
body.cms-id-15 #mobile_top_menu_wrapper,
body.cms-id-15 #_mobile_cart,
body.cms-id-15 #_mobile_user_info,
body.cms-id-15 #_mobile_search,
body.cms-id-15 #_mobile_search_bar,
body.cms-id-15 #_mobile_menu,
body.cms-id-15 .js-mobile-menu {
  display: none !important;
}

/* Breadcrumb + oldal cím + theme footer + social + hírlevél eltüntetése */
body.cms-id-15 nav.breadcrumb,
body.cms-id-15 .breadcrumb,
body.cms-id-15 .breadcrumb-container,
body.cms-id-15 .page-header,
body.cms-id-15 .page-header h1,
body.cms-id-15 h1.page-heading,
body.cms-id-15 h1.page-title,
body.cms-id-15 .cms h1 {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.cms-id-15 #footer,
body.cms-id-15 .footer-container,
body.cms-id-15 .block-social,
body.cms-id-15 .block_newsletter {
  display: none !important;
}

/* Ne maradjon üres hely a header/breadcrumb helyén */
body.cms-id-15 #wrapper,
body.cms-id-15 #content-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
}