/* =========================================================
   La Bien – about.css
   Sayfa: /la-bien (Hakkımızda)
   Prefix: lbn-
   Not: main.css token + container yapısını kullanır.
   ========================================================= */

.lbn-about{
  padding: clamp(22px, 4vw, 54px) 0;
}

.lbn-about__wrap{
  display: grid;
  gap: clamp(16px, 2.6vw, 26px);
}

/* TOP layout */
.lbn-about__top{
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 16px;
  align-items: start;
}

.lbn-about__lead{
  background: var(--card);
  border: 1px solid var(--card-br);
  border-radius: 18px;
  box-shadow: var(--shadow-1);
  padding: clamp(16px, 2.6vw, 28px);
}

.lbn-about__h2{
  margin: 0 0 8px 0;
  color: var(--brand-navy);
  font-size: clamp(20px, 1.2vw + 16px, 30px);
  line-height: 1.18;
  letter-spacing: -.01em;
}

.lbn-about__h3{
  margin: 12px 0 6px 0;
  color: var(--brand-navy);
  font-size: clamp(16px, .5vw + 15px, 20px);
}

.lbn-about__p{
  margin: 0 0 12px 0;
  color: #2b2f36;
  font-size: clamp(14.5px, .35vw + 14px, 17px);
  line-height: 1.62;
}

.lbn-about__note{
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13.5px;
  background: var(--pill);
  border: 1px solid #ead9bf;
  border-radius: 14px;
  padding: 10px 12px;
}

/* chips */
.lbn-about__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 14px;
}

.lbn-chip{
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7e6a1, #fdf6d0);
  border: 1px solid #f0de99;
  color: #1b1b1b;
  font-weight: 800;
  font-size: 12.5px;
}

/* CTA buttons (page-scope) */
.lbn-about__cta{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.lbn-about__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  padding: 11px 16px;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.lbn-about__btn:hover{ transform: translateY(-1px); }

.lbn-about__btn--primary{
  background: var(--brand-gold);
  color: #1b1b1b;
}
.lbn-about__btn--primary:hover{ background:#d8b454; }

.lbn-about__btn--ghost{
  background: transparent;
  color: var(--brand-navy);
  border-color: #d9dbe2;
}
.lbn-about__btn--ghost:hover{ background:#f2f3f7; }

/* RIGHT column cards */
.lbn-about__facts{
  display: grid;
  gap: 12px;
}

.lbn-card{
  background: var(--card);
  border: 1px solid var(--card-br);
  border-radius: 18px;
  box-shadow: var(--shadow-1);
  padding: 16px;
}
.lbn-card--soft{
  background: #fff7ea;
  border-color: #ead9bf;
}

.lbn-card__h3{
  margin: 0 0 10px 0;
  color: var(--brand-navy);
  font-size: 16px;
}

.lbn-card__p{
  margin: 0;
  color: #2b2f36;
  line-height: 1.6;
}

.lbn-card__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.lbn-card__list li{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0,0,0,.12);
}
.lbn-card__list li:last-child{ border-bottom: 0; padding-bottom: 0; }
.lbn-card__list span{
  color: var(--muted);
  font-size: 13.5px;
}
.lbn-card__list strong{
  color: #1b1b1b;
}

/* link */
.lbn-link{
  color: var(--brand-navy);
  font-weight: 800;
  text-decoration: none;
}
.lbn-link:hover{ text-decoration: underline; }

/* Experience grid */
.lbn-about__grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.lbn-iconcard{
  grid-column: span 4;
  background: var(--card);
  border: 1px solid var(--card-br);
  border-radius: 18px;
  box-shadow: var(--shadow-1);
  padding: 16px;
}
.lbn-iconcard__icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #1b1b1b;
  background: linear-gradient(135deg, #f7e6a1, #fdf6d0);
  border: 1px solid #f0de99;
  margin-bottom: 10px;
}
.lbn-iconcard__h3{
  margin: 0 0 6px;
  color: var(--brand-navy);
  font-size: 17px;
}
.lbn-iconcard__p{
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* SEO block */
.lbn-about__seo{
  background: var(--card);
  border: 1px solid var(--card-br);
  border-radius: 18px;
  box-shadow: var(--shadow-1);
  padding: clamp(16px, 2.6vw, 26px);
}

.lbn-about__bullets{
  margin: 10px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #2b2f36;
}
.lbn-about__bullets li{
  line-height: 1.55;
}

/* FAQ */
.lbn-about__faq{
  background: #fff0db;
  border: 1px solid #ead9bf;
  border-radius: 18px;
  box-shadow: var(--shadow-1);
  padding: clamp(16px, 2.6vw, 26px);
}

.lbn-faq{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  background: #fff;
  padding: 0;
  overflow: hidden;
  margin-top: 10px;
}
.lbn-faq__q{
  cursor: pointer;
  list-style: none;
  padding: 14px 14px;
  font-weight: 900;
  color: var(--brand-navy);
  background: #fff;
}
.lbn-faq[open] .lbn-faq__q{
  background: #f7efe2;
}
.lbn-faq__q::-webkit-details-marker{ display:none; }
.lbn-faq__a{
  padding: 0 14px 14px;
}

/* Bottom CTA band */
.lbn-about__bottom{
  margin-top: 2px;
}

.lbn-cta{
  background: linear-gradient(135deg, rgba(10,35,66,.10), rgba(201,163,59,.18));
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: clamp(16px, 2.6vw, 26px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
  align-items: center;
}
.lbn-cta__h2{
  margin: 0 0 6px 0;
  color: var(--brand-navy);
  font-size: clamp(18px, 1vw + 16px, 26px);
}
.lbn-cta__p{
  margin: 0;
  color: #2b2f36;
  line-height: 1.6;
}
.lbn-cta__actions{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

/* Responsive */
@media (max-width: 992px){
  .lbn-about__top{ grid-template-columns: 1fr; }
  .lbn-iconcard{ grid-column: span 6; }
  .lbn-cta{ grid-template-columns: 1fr; }
  .lbn-cta__actions{ justify-content: flex-start; }
}

@media (max-width: 640px){
  .lbn-iconcard{ grid-column: 1 / -1; }
  .lbn-about__btn{ width: 100%; }
}
