/* styles.css */
:root{
  --color-blue:#2f2c4d;
  --color-gris:#cde;
  --color-gold:#c4a96c;

  --bg:#0f1020;
  --text:#12131a;
  --muted:#5c6072;

  --radius:18px;
  --shadow: 0 18px 55px rgba(10,10,25,.20);
  --shadow2: 0 10px 30px rgba(10,10,25,.12);

  --container: 1140px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: "Ubuntu", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:#fff;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:none; }

.skip-link{
  position:absolute;
  left:-999px;
  top:0;
  background:#fff;
  color:#000;
  padding:10px 12px;
  z-index:9999;
}
.skip-link:focus{ left:10px; top:10px; border-radius:12px; }

.container{
  width:min(var(--container), calc(100% - 40px));
  margin:0 auto;
}
.hero__inner{
    background:url(https://ssangyongcolombia.com/images/ssangyong-colombia-ahora-es-kgm.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
/* Header / Topbar */
.header{ position:relative; }
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(10,10,20,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 0;
}
.topbar__nav{
  display:flex;
  gap:18px;
  align-items:center;
}
.topbar__nav a{
  color: rgba(255,255,255,.86);
  font-size:14px;
  letter-spacing:.2px;
  padding:10px 8px;
  border-radius:12px;
}
.topbar__nav a:hover{
  color:#fff;
  background: rgba(255,255,255,.06);
}

.topbar__cta{
  display:flex;
  align-items:center;
  gap:12px;
}
.link-muted{
  color: rgba(255,255,255,.76);
  font-size:13px;
}
.link-muted:hover{ color:#fff; }

.menu-btn{
  display:none;
  width:44px;
  height:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  cursor:pointer;
}
.menu-btn span{
  display:block;
  width:18px;
  height:2px;
  background: rgba(255,255,255,.88);
  margin:4px auto;
  border-radius:2px;
}

/* Mobile menu */
.mobile-menu{
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(10,10,20,.96);
}
.mobile-menu__inner{
  display:grid;
  gap:10px;
  padding:16px 0 18px;
}
.mobile-menu__inner a{
  color:#fff;
  padding:12px 14px;
  border-radius:14px;
  background: rgba(255,255,255,.05);
}
.mobile-menu__sep{
  height:1px;
  background: rgba(255,255,255,.10);
  margin:8px 0;
}

/* Hero */
.hero{
  position:relative;
  min-height: 72vh;
  display:flex;
  align-items:stretch;
  color:#fff;
}
.hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(20,20,40,.05) 0%, rgba(20,20,40,.65) 55%, rgba(20,20,40,.95) 100%),
    url("https://via.placeholder.com/1600x900?text=Hero+KGM+(placeholder)") center/cover no-repeat;
  filter: saturate(1.02) contrast(1.05);
}
.hero__overlay{
  position:absolute;
  inset:0;
  background: radial-gradient(1100px 520px at 18% 20%, rgba(196,169,108,.18), transparent 65%);
  pointer-events:none;
}
.hero__inner{
  position:relative;
  padding: 34px 0 26px;
  width:100%;
}

.brand-row{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top: 8px;
  flex-wrap:wrap;
}
.brand-pill{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.brand-pill__label{
  font-size:12px;
  opacity:.78;
}
.brand-pill strong{
  font-family: "Noto Sans", sans-serif;
  letter-spacing:.2px;
}
.brand-pill--kgm{
  background: rgba(196,169,108,.18);
  border-color: rgba(196,169,108,.30);
}
.brand-arrow{ opacity:.9; font-size:18px; }
.brand-row__spacer{ flex:1; }
.brand-row__mini{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  opacity:.92;
  padding:10px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}
.brand-row__mini:hover{ opacity:1; }
.dot{
  width:10px; height:10px;
  border-radius:50%;
  background: var(--color-gold);
  box-shadow: 0 0 0 4px rgba(196,169,108,.15);
}

.hero__title{
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -.4px;
  line-height: 1.05;
  font-size: clamp(30px, 3.2vw, 52px);
  margin: 18px 0 10px;
  max-width: 760px;
}
.hero__subtitle{
  max-width: 820px;
  font-size: 16.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.88);
  margin: 0 0 18px;
}
.hero__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin: 12px 0 16px;
}
.hero__quicklinks{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top: 10px;
}
.hero__quicklinks a{
  font-size:13px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  padding:10px 12px;
  border-radius:999px;
}
.hero__quicklinks a:hover{ color:#fff; border-color: rgba(255,255,255,.18); }

.hero__scroll{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  margin-top: 22px;
}
.hero__scroll:hover{ background: rgba(255,255,255,.09); }
.chev{
  width:10px; height:10px;
  border-right:2px solid rgba(255,255,255,.8);
  border-bottom:2px solid rgba(255,255,255,.8);
  transform: rotate(45deg);
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding: 12px 16px;
  border-radius: 999px;
  border:1px solid transparent;
  cursor:pointer;
  font-weight: 600;
  letter-spacing:.2px;
  transition: transform .08s ease, background .15s ease, border-color .15s ease;
  user-select:none;
}
.btn:active{ transform: translateY(1px); }
.btn--gold{
  background: var(--color-gold);
  color: #14131f;
  border-color: rgba(0,0,0,.06);
}
.btn--gold:hover{ filter: brightness(1.03); }
.btn--ghost{
  background: rgba(255,255,255,.08);
  color:#fff;
  border-color: rgba(255,255,255,.16);
}
.btn--ghost:hover{ background: rgba(255,255,255,.12); }
.btn--blue{
  background: var(--color-blue);
  color:#fff;
  border-color: rgba(255,255,255,.10);
}
.btn--blue:hover{ filter: brightness(1.05); }
.btn--sm{ padding: 10px 14px; font-size: 13px; }
.btn--sm.btn--ghost{ background: rgba(47,44,77,.06); color: var(--color-blue); border-color: rgba(47,44,77,.18); }
.btn--sm.btn--ghost:hover{ background: rgba(47,44,77,.09); }
.btn--sm.btn--gold{ padding: 10px 14px; }

/* Sections */
.section{ padding: 54px 0; }
.section--light{ background: #f6f7fb; }
.section--dark{ background: var(--color-blue); color:#fff; }
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom: 18px;
}
.section-head--dark .btn--ghost{ border-color: rgba(255,255,255,.22); }
.h2{
  font-family:"Noto Sans", sans-serif;
  font-size: clamp(22px, 2.1vw, 34px);
  margin:0 0 8px;
  letter-spacing:-.2px;
  line-height:1.15;
  color: var(--color-blue);
}
.h2--light{ color:#fff; }
.sub{
  margin:0;
  color: rgba(20,20,35,.70);
  max-width: 760px;
  line-height: 1.55;
}
.sub--light{ color: rgba(255,255,255,.80); }
.lead{
  font-size: 16.5px;
  line-height: 1.6;
  color: rgba(20,20,35,.88);
}
.section--dark .lead{ color: rgba(255,255,255,.88); }

/* Two-column layout */
.grid-two{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 26px;
  align-items:center;
}
.media-card{
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow2);
  position:relative;
  background:#fff;
}
.media-card img{ width:100%; height:auto; }
.media-card__tag{
  position:absolute;
  left:16px;
  bottom:16px;
  padding:10px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.92);
  color: var(--color-blue);
  border: 1px solid rgba(47,44,77,.12);
  font-weight:700;
  font-size: 13px;
}
.bullets{
      margin: 14px 0 18px;
    padding: 0 0 0 30px;
  /*list-style:none;
  display:grid;
  gap:10px;*/
}
.bullets li{
  /*background:#fff;
  border: 1px solid rgba(47,44,77,.10);
  box-shadow: 0 10px 25px rgba(10,10,25,.06);
  border-radius: 16px;*/
  padding: 6px 0px;
  
}
.actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 10px; }
.note{ font-size: 13px; color: rgba(20,20,35,.70); margin-top: 14px; }

/* Carousel */
.carousel{
  display:flex;
  gap:16px;
  overflow:auto;
  scroll-snap-type:x mandatory;
  padding: 8px 2px 12px;
  scrollbar-width: thin;
}
.carousel::-webkit-scrollbar{ height: 10px; }
.carousel::-webkit-scrollbar-thumb{ background: rgba(47,44,77,.18); border-radius: 999px; }
.carousel::-webkit-scrollbar-track{ background: rgba(47,44,77,.06); border-radius: 999px; }

.carousel-actions{ display:flex; gap:10px; }
.icon-btn{
  width:42px;
  height:42px;
  border-radius:16px;
  border:1px solid rgba(47,44,77,.16);
  background:#fff;
  box-shadow: 0 10px 25px rgba(10,10,25,.06);
  cursor:pointer;
  font-size: 22px;
  color: var(--color-blue);
}
.icon-btn:hover{ background: rgba(47,44,77,.04); }

.model-card{
  min-width: min(360px, 86vw);
  background:#fff;
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow2);
  border: 1px solid rgba(47,44,77,.08);
  scroll-snap-align: start;
}
.model-card img{ width:100%; height:auto; }
.model-card__body{ padding: 14px 14px 16px; }
.h3{
  font-family:"Noto Sans", sans-serif;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  color: var(--color-blue);
}
.h3--light{ color:#fff; }
.model-card__body p{
  margin:0 0 12px;
  color: rgba(20,20,35,.76);
  line-height: 1.55;
  font-size: 14.5px;
}
.model-card__actions{ display:flex; gap:10px; flex-wrap:wrap; }
.gold{ color: var(--color-gold); }

.hint{
  margin-top: 12px;
  font-size: 13px;
  color: rgba(20,20,35,.70);
}
.hint a{ color: var(--color-blue); font-weight:700; }

/* Feature cards grid */
.cards-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.feature-card{
  position:relative;
  min-height: 240px;
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(47,44,77,.10);
}
.feature-card__img{
  position:absolute;
  inset:0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.feature-card__overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(10,10,25,.10) 0%, rgba(10,10,25,.80) 85%);
}
.feature-card__content{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  color:#fff;
}
.feature-card__content p{
  margin: 6px 0 10px;
  color: rgba(255,255,255,.86);
  line-height: 1.5;
  font-size: 14px;
}
.feature-card__cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  color: var(--color-gold);
}
.feature-card:hover .feature-card__img{ transform: scale(1.06); transition: transform .25s ease; }

/* About block */
.about{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items:center;
}
.about__img img{
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(47,44,77,.10);
}
.about__actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 12px; }
.about__text p{ line-height: 1.6; color: rgba(20,20,35,.78); }

/* Posts */
.posts{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
.post{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: 0 18px 55px rgba(0,0,0,.18);
}
.post img{ width:100%; height:auto; }
.post__body{ padding: 14px 14px 16px; }
.post__meta{
  font-size: 12px;
  color: rgba(255,255,255,.72);
  margin-bottom: 8px;
}
.muted{ color: rgba(255,255,255,.80); line-height:1.55; margin: 0 0 12px; }
.post__link{
  display:inline-flex;
  padding:10px 12px;
  border-radius: 999px;
  background: rgba(196,169,108,.16);
  border: 1px solid rgba(196,169,108,.32);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
}

/* FAQ */
.faq{
  margin-top: 14px;
  display:grid;
  gap: 10px;
}
.faq__item{
  background:#fff;
  border-radius: 16px;
  border: 1px solid rgba(47,44,77,.10);
  box-shadow: 0 10px 25px rgba(10,10,25,.06);
  overflow:hidden;
}
.faq__item summary{
  cursor:pointer;
  padding: 14px 14px;
  font-weight: 800;
  color: var(--color-blue);
  list-style:none;
}
.faq__item summary::-webkit-details-marker{ display:none; }
.faq__content{
  padding: 0 14px 14px;
  color: rgba(20,20,35,.78);
  line-height: 1.6;
}
.faq__content a{ color: var(--color-blue); font-weight:800; }

.faq-cta{
  margin-top: 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  padding: 16px 16px;
  background: linear-gradient(90deg, rgba(47,44,77,.06), rgba(196,169,108,.12));
  border: 1px solid rgba(47,44,77,.10);
  border-radius: var(--radius);
}
.faq-cta p{ margin: 6px 0 0; color: rgba(20,20,35,.72); }

/* WhatsApp */
.whatsapp{
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: var(--color-gold);
  color: #14131f;
  font-weight: 900;
  box-shadow: var(--shadow);
  z-index: 60;
}
.whatsapp:hover{ filter: brightness(1.03); }

/* Footer */
.footer{
  background: #0f1020;
  color:#fff;
  padding: 34px 0 20px;
}
.footer__grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
  align-items:start;
}
.footer__brand{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom: 8px;
}
.footer__logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:16px;
  background: rgba(196,169,108,.18);
  border: 1px solid rgba(196,169,108,.30);
  font-family:"Noto Sans", sans-serif;
  font-weight: 900;
  letter-spacing: .5px;
}
.footer__muted{ color: rgba(255,255,255,.72); font-size: 13px; }
.footer__text{
  margin: 0 0 12px;
  color: rgba(255,255,255,.80);
  line-height: 1.6;
}
.footer__text a{ color: var(--color-gold); font-weight:900; }

.footer__title{
  margin: 8px 0 10px;
  font-family:"Noto Sans", sans-serif;
  letter-spacing:.2px;
}
.footer__links{ list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.footer__links a{
  color: rgba(255,255,255,.82);
  padding:8px 10px;
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  display:inline-flex;
}
.footer__links a:hover{ background: rgba(255,255,255,.08); color:#fff; }

.social{ display:flex; gap:10px; flex-wrap:wrap; }
.social a{
  color: rgba(255,255,255,.82);
  font-size: 13px;
  padding:10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.social a:hover{ color:#fff; background: rgba(255,255,255,.08); }

.footer__bottom{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  color: rgba(255,255,255,.72);
}
.to-top{
  color: rgba(255,255,255,.82);
  padding:10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.to-top:hover{ background: rgba(255,255,255,.08); color:#fff; }

/* Responsive */
@media (max-width: 980px){
  .topbar__nav{ display:none; }
  .menu-btn{ display:inline-block; }
  .grid-two{ grid-template-columns: 1fr; }
  .cards-grid{ grid-template-columns: repeat(2, 1fr); }
  .about{ grid-template-columns: 1fr; }
  .posts{ grid-template-columns: 1fr; }
  .footer__grid{ grid-template-columns: 1fr; }
  .section-head{ align-items:flex-start; }
}
@media (max-width: 520px){
  .cards-grid{ grid-template-columns: 1fr; }
  .hero{ min-height: 78vh; }
  .hero__quicklinks a{ width:100%; justify-content:center; }
  .faq-cta{ flex-direction:column; align-items:flex-start; }
}

/* Pega esto dentro de tu CSS (usa tus variables de color) */
.kgm-modelos{
  background: var(--color-blue);
  color: #fff;
  padding: 56px 0;
}

.kgm-modelos__head{
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto 22px;
}

.kgm-modelos__title{
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -.2px;
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 34px);
}

.kgm-modelos__intro{
  margin: 0 0 8px;
  color: rgba(255,255,255,.88);
  line-height: 1.6;
  max-width: 860px;
}

.kgm-modelos__micro{
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13.5px;
  line-height: 1.5;
}

.kgm-modelos__grid{
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 22px;
}

.kgm-modelo{
  background: rgba(255,255,255,1);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 18px;
  min-height: 320px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  box-shadow: 0 18px 55px rgba(0,0,0,.18);
}

.kgm-modelo__top{ margin-bottom: 10px; }
.kgm-modelo__name{
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  margin: 0 0 6px;
  color:#2f2c4d;
}
.kgm-modelo__price{
  margin: 0;
  font-size: 13.5px;
  color: #2f2c4d;
}

.kgm-modelo__media{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height: 120px;
  margin: 8px 0 10px;
}
.kgm-modelo__media img{
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 25px rgba(0,0,0,.35));
}

.kgm-modelo__note{
  margin: 0 0 12px;
  color: #2f2c4d;
  line-height: 1.55;
  font-size: 13.5px;
}

.kgm-modelo__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn{
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration:none;
}

.btn--gold{
  background: var(--color-gold);
  color: #14131f;
}

.btn--outline{
  background: transparent;
  color: var(--color-gold);
  border-color: rgba(196,169,108,.70);
}

.btn--gold:hover{ filter: brightness(1.03); }
.btn--outline:hover{ background: rgba(196,169,108,.10); }

.kgm-modelos__disclaimer{
  width: min(1140px, calc(100% - 40px));
  margin: 18px auto 0;
  color: rgba(255,255,255,.70);
  font-size: 12.5px;
  line-height: 1.5;
}
.kgm-modelos__disclaimer a{ color: var(--color-gold); font-weight: 800; }

/* Responsive */
@media (max-width: 1100px){
  .kgm-modelos__grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .kgm-modelos__grid{ grid-template-columns: 1fr; }
}