/* ============================================================
   PHUKET360 — location-longue-duree.css
   Page /louer-a-phuket/. Mobile-first.
   Composants de formulaire : voir contact.css (reutilises tels quels).
   ============================================================ */

/* ============================================================
   HERO
   ============================================================ */
.lld-hero {
  background: var(--ocean-deep);
  min-height: 200px;
  padding: 56px 24px 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lld-hero-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.lld-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}

.lld-breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
}

.lld-breadcrumb a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
}

.lld-breadcrumb a:hover {
  color: var(--soleil);
}

.lld-breadcrumb .bc-sep {
  display: flex;
  align-items: center;
  opacity: 0.5;
}

.lld-breadcrumb .bc-sep svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
}

.lld-breadcrumb .bc-current {
  color: rgba(255,255,255,0.6);
}

/* ============================================================
   INTRO ÉDITORIALE
   ============================================================ */
.lld-intro {
  padding: 40px 16px 8px;
  background: var(--sable);
}

.lld-intro-inner {
  max-width: 680px;
  margin: 0 auto;
}

.lld-intro-inner p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 16px;
}

.lld-intro-inner p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   FORMULAIRE — largeur (composants dans contact.css)
   ============================================================ */
.lld-form-wrapper {
  max-width: 640px;
  margin: 0 auto;
}

/* ============================================================
   DESKTOP >= 768px
   ============================================================ */
@media (min-width: 768px) {

  .lld-intro {
    padding: 48px 24px 16px;
  }

  .lld-intro-inner p {
    font-size: 1.02rem;
  }

}
