/* ============================================
   BFL LANDING PAGE CSS
   Migrated from Simple Custom CSS & JS plugin
   Version 1.0.2 | 2026-04-14
   ============================================ */

/* --- 21038: Hero + Top3 + Featured (main) --- */

/* =========================================
   LP HERO + RIGHT CARDS + MOBILE TOP3 (FULL CSS)
   Hardened against theme collisions
========================================= */

:root{
  --lp-accent: rgb(255, 138, 53);
  --lp-accent-2: rgb(255, 112, 28);
  --lp-accent-soft: rgba(255, 138, 53, .18);

  --lp-ink: #0f172a;
  --lp-muted: #475569;
  --lp-border: rgba(15, 23, 42, 0.10);
  --lp-soft: rgba(15, 23, 42, 0.04);

  --lp-top3-gap: 12px;
  --lp-top3-radius: 18px;
  --lp-top3-mediah: 150px;

  /* Mobile Top3 title/price size */
  --lp-top3-title-lines: 4;
  --lp-top3-title-fs: 14px;
  --lp-top3-title-lh: 1.25;
}

/* protect component from global resets */
.lp-hero,
.lp-hero *{
  box-sizing: border-box;
}

/* =========================
   Hero
========================= */
.lp-hero{
  padding: 46px 0 22px;
  border-bottom: 1px solid var(--lp-border);
  background: none;
}

.lp-hero__inner{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;

  display: grid;
  grid-template-columns: 1.8fr 3.2fr;
  gap: 18px;
  align-items: start;

  min-width: 0;
}

@media (max-width: 900px){
  .lp-hero__inner{ grid-template-columns: 1fr; }
}

/* =========================
   Top bar
========================= */
.lp-hero__topbar{
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 6px;
  min-width: 0;
}

.lp-hero__kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;

  color: rgba(15,23,42,.62) !important;
}

.lp-hero__from{
  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 5px 7px;
  border-radius: 20px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  white-space: nowrap;

  color: rgba(15,23,42,.74);
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 10px 22px rgba(2, 6, 23, .08);
}

.lp-hero__from strong{
  color: rgba(15,23,42,.95);
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(255,138,53,.10);
  border: 1px solid rgba(255,138,53,.18);
  font-weight: 900;
}

/* =========================
   Left content
========================= */
.lp-hero__title{
  margin: 0 0 10px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--lp-ink) !important;
  text-align: left;
}

.lp-hero__subtitle{
  margin: 0 0 16px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 16px !important;
  line-height: 1.7;
  color: var(--lp-muted) !important;
  max-width: 68ch;
}

.lp-hero__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.lp-btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 12px 16px;
  border-radius: 999px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .15px;

  color: #fff !important;
  text-decoration: none;

  background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2)) !important;
  border: 1px solid rgba(255, 138, 53, .35) !important;

  box-shadow:
    0 14px 30px rgba(2, 6, 23, .14),
    0 10px 26px var(--lp-accent-soft);

  transition: transform .15s ease, filter .2s ease, box-shadow .2s ease;
}

.lp-btn-primary:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow:
    0 18px 38px rgba(2, 6, 23, .16),
    0 14px 34px rgba(255, 138, 53, .22);
}

.lp-hero__trust{
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}

.lp-trustpill{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 9px 12px;
  border-radius: 999px;

  border: 1px solid var(--lp-border);
  background: rgba(255,255,255,.78);

  color: rgba(15,23,42,.86);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.lp-trustpill i{
  font-size: 15px;
  color: var(--lp-accent) !important; /* stop theme graying icons */
}

/* =========================
   Right column
========================= */
.lp-hero__right{
  display: grid;
  gap: 14px;
  align-content: start;
  min-width: 0;
}

/* =========================
   Hero card
========================= */
.lp-hero-card{
  background: rgba(255,255,255,.92);
  border: 1px solid var(--lp-border);
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(15, 23, 42, .14);
  overflow: hidden;
}

/* ... (your right card styles unchanged) ... */

/* =========================================
   MOBILE TOP3 CAROUSEL
========================================= */
.lp-top3{ display: none; }

@media (max-width: 680px){
  .lp-top3{
    display: block;
    margin-top: 20px;
  }

  .lp-top3,
  .lp-top3 *{
    box-sizing: border-box;
  }

  .lp-top3__head{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 0 2px 10px;
    font-family: "Source Sans 3", Arial, sans-serif;
  }

  .lp-top3__title{
    margin: 0;
    font-size: 14px;
    font-weight: 900;
    color: rgba(15,23,42,.78);
    letter-spacing: .01em;
  }

  .lp-top3__subtitle{
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: 800;
    color: rgba(15,23,42,.62);
    line-height: 1.35;
  }

  .lp-top3__hint{
    font-size: 13px;
    font-weight: 900;
    color: rgba(15,23,42,.62);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }

  /* FLEX track */
  .lp-top3__track{
    display: flex;
    gap: var(--lp-top3-gap);

    overflow-x: auto;
    padding: 2px 2px 6px;

    scroll-snap-type: x mandatory;
    scroll-padding-left: 2px;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
  }
  .lp-top3__track::-webkit-scrollbar{ display: none; }

  /* ensure equal height cards */
  .lp-top3__item{
    flex: 0 0 calc((100% - var(--lp-top3-gap)) / 2);
    scroll-snap-align: start;
    min-width: 0;

    display: flex;
    align-items: stretch;
  }

  .lp-tourcard{
    display: grid;
    grid-template-rows: var(--lp-top3-mediah) 1fr;
    width: 100%;
    height: 100%;
    text-decoration: none;

    background: rgba(255,255,255,.92);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-top3-radius);
    overflow: hidden;
    box-shadow: 0 18px 55px rgba(15, 23, 42, .12);

    color: inherit; /* stop theme gray links */
  }

  .lp-tourcard__media{
    position: relative;
    height: var(--lp-top3-mediah);
    background: rgba(15,23,42,.04);
    overflow: hidden;
  }

  .lp-tourcard__media img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .lp-tourcard__badge{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 7px 10px;
    border-radius: 999px;

    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;

    color: rgba(15,23,42,.85);
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(15,23,42,.12);
    box-shadow: 0 10px 22px rgba(2, 6, 23, .10);
  }

  .lp-tourcard__body{
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    font-family: "Source Sans 3", Arial, sans-serif;

    color: rgba(15,23,42,.92); /* stop theme gray */
  }

  .lp-tourcard__title{
    font-weight: 900;
    color: rgba(15,23,42,.95);
    font-size: var(--lp-top3-title-fs);
    line-height: var(--lp-top3-title-lh);
    word-break: break-word;

    min-height: calc(var(--lp-top3-title-fs) * var(--lp-top3-title-lh) * var(--lp-top3-title-lines));
    max-height: calc(var(--lp-top3-title-fs) * var(--lp-top3-title-lh) * var(--lp-top3-title-lines));
    overflow: hidden;
  }

  .lp-tourcard__meta{
    display: grid;
    grid-template-rows: auto auto;
    gap: 6px;
    font-size: 13px;
    font-weight: 800;
    color: rgba(15,23,42,.68);
  }

  .lp-tourcard__metaitem{
    display: flex;
    align-items: center;
    min-width: 0;
  }

  /* force accent icons (theme was graying them) */
  .lp-tourcard__metaitem i,
  .lp-tourcard__rating i{
    color: var(--lp-accent) !important;
    margin-right: 6px;
  }

  /* bottom row: 1 line, safe */
  .lp-tourcard__bottom{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 8px;

    margin-top: auto; /* pushes bottom row to bottom so cards align */
    padding-top: 8px;
    border-top: 1px solid rgba(15,23,42,.08);

    min-width: 0;
  }

  .lp-tourcard__rating{
    font-size: 12px;
    font-weight: 900;
    color: rgba(15,23,42,.80);
    white-space: nowrap;

    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lp-tourcard__count{
    color: rgba(15,23,42,.55);
    font-weight: 800;
  }

  .lp-tourcard__price{
    font-size: var(--lp-top3-title-fs);
    font-weight: 900;
    color: rgba(15,23,42,.95);
    white-space: nowrap;

    display: inline-flex;
    align-items: baseline;
    gap: 4px;
  }

  /* REMOVE "/person" on mobile (for sure) */
  .lp-tourcard__pp{
    display: none !important;
  }

  /* =========================================
     Dots UI fix (kills the blue square)
     Theme was styling buttons/divs globally.
  ========================================= */
  .lp-top3__ui{
    display: flex;
    justify-content: center;
    padding: 12px 0 0;
    background: transparent !important;
  }

  .lp-top3__dots{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
  }

  /* if JS creates plain <button> without classes, style them anyway */
  .lp-top3__dots button,
  .lp-top3__dot{
    appearance: none !important;
    -webkit-appearance: none !important;

    display: inline-block !important;
    width: 9px !important;
    height: 9px !important;

    border-radius: 999px !important;
    border: 1px solid rgba(15,23,42,.20) !important;
    background: rgba(15,23,42,.12) !important;

    padding: 0 !important;
    margin: 0 !important;

    box-shadow: none !important;
    outline: none;
    cursor: pointer;

    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px; /* protect from theme adding text */
    overflow: hidden;
  }

  .lp-top3__dots button.is-active,
  .lp-top3__dot.is-active{
    background: var(--lp-accent) !important;
    border-color: rgba(255,138,53,.55) !important;
    transform: scale(1.15);
  }

  .lp-top3__dots button:focus-visible,
  .lp-top3__dot:focus-visible{
    outline: 3px solid rgba(255, 138, 53, .25) !important;
    outline-offset: 2px;
  }
}

/* =========================
   Mobile tweaks
========================= */
@media (max-width: 680px){
  .lp-hero{ padding: 38px 0 18px; }

  .lp-hero__cta{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .lp-btn-primary{
    width: 100%;
    min-width: 0;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.2;
    padding: 12px 14px;
    font-size: 16px;
  }

  .lp-hero__trust{
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
    align-items: stretch;
  }

  .lp-trustpill{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    padding: 10px 12px;

    min-width: 0;
    max-width: 100%;
    white-space: normal;
    line-height: 1.25;
  }

  .lp-trustpill i{
    flex: 0 0 auto;
    margin-top: 0;
  }

  .lp-weatherchip__desc{ display: none; }
}

/* Very narrow phones (you said smallest you care about is 340px, so this is safe) */
@media (max-width: 360px){
  .lp-hero__trust{ grid-template-columns: 1fr; }
  :root{ --lp-top3-mediah: 140px; }
}

/* =========================
   Desktop layout fix
========================= */
@media (min-width: 901px){
  .lp-hero__inner{
    grid-template-rows: auto auto;
    column-gap: 64px;
    row-gap: 2px;
  }

  .lp-hero__topbar{
    grid-column: 1 / 2;
    grid-row: 1;

    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;

    margin-bottom: 0;
  }

  .lp-hero__left{
    grid-column: 1 / 2;
    grid-row: 2;
    margin-top: -8px;
  }

  .lp-hero__right{
    grid-column: 2 / 3;
    grid-row: 1 / span 2;
    align-self: start;
  }

  .lp-hero__cta{ justify-content: flex-end; }

  .lp-hero__cta .lp-btn-primary{
    width: 100%;
    max-width: 520px;
    min-width: 360px;
    padding: 14px 24px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .lp-btn-primary{
    transition: none;
  }
}

/* =========================================================
   VISIBILITY RULES
   - Mobile: hide right-column cards
   - Tablet portrait: hide
   - Tablet landscape: show
   ========================================================= */
@media (max-width: 680px){
  .lp-hero-card,
  .lp-support-card{
    display: none !important;
  }
}

@media (min-width: 681px) and (max-width: 900px) and (orientation: portrait){
  .lp-hero-card,
  .lp-support-card{
    display: none !important;
  }
}

@media (min-width: 681px) and (max-width: 900px) and (orientation: landscape){
  .lp-hero-card,
  .lp-support-card{
    display: block !important;
  }
}

/* Keep Top3 mobile-only */
@media (min-width: 681px){
  .lp-top3{ display: none !important; }
}

/* Desktop: put "En Ucuz Fiyat" on the right of the kicker */
@media (min-width: 901px){
  .lp-hero__topbar{
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    gap: 12px;
  }
  .lp-hero__from{ margin-left: auto; }
}

/* =========================================================
   Theme wrapper mobile padding fix (15px -> 0)
   ========================================================= */
@media only screen and (max-width: 767px){
  .gdlr-core-pbf-wrapper-full{
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* =========================================================
   Theme item padding fix (20px -> 0)
   ========================================================= */
.traveltour-item-pdlr,
.gdlr-core-item-pdlr{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* --- 21043: Hero title/CTA/trust pills --- */

:root{
  --lp-accent: rgb(255, 138, 53);
  --lp-accent-2: rgb(255, 112, 28);
  --lp-accent-soft: rgba(255, 138, 53, .18);

  --lp-ink: #0f172a;
  --lp-muted: #475569;
  --lp-border: rgba(15, 23, 42, 0.10);
}

.lp-hero__title{
  margin: 0 0 10px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--lp-ink) !important;
  text-align: left;
}

.lp-hero__subtitle{
  margin: 0 0 16px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 16px!important;
  line-height: 1.7;
  color: var(--lp-muted) !important;
  max-width: 68ch;
}

/* CTA */
.lp-hero__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

/* Button */
.lp-btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 12px 16px;
  border-radius: 999px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .15px;

  color: #fff !important;
  text-decoration: none;

  background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2)) !important;
  border: 1px solid rgba(255, 138, 53, .35) !important;

  box-shadow:
    0 14px 30px rgba(2, 6, 23, .14),
    0 10px 26px var(--lp-accent-soft);

  transition: transform .15s ease, filter .2s ease, box-shadow .2s ease;
}

.lp-btn-primary:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow:
    0 18px 38px rgba(2, 6, 23, .16),
    0 14px 34px rgba(255, 138, 53, .22);
}

/* Trust pills */
.lp-hero__trust{
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}

.lp-trustpill{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 9px 12px;
  border-radius: 999px;

  border: 1px solid var(--lp-border);
  background: rgba(255,255,255,.78);

  color: rgba(15,23,42,.86);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.lp-trustpill i{
  font-size: 15px;
  color: var(--lp-accent);
}

/* Mobile */
@media (max-width: 680px){
  .lp-hero__cta{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .lp-btn-primary{
    width: 100%;
    min-width: 0;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.2;
    padding: 12px 14px;
    font-size: 16px;
  }

  .lp-trustpill{
    min-width: 0;
    white-space: normal;
    align-items: flex-start;
    line-height: 1.3;
    font-size: 13px;
    padding: 9px 10px;
  }
}

/* Very small phones */
@media (max-width: 360px){
  .lp-hero__trust{ grid-template-columns: 1fr; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .lp-btn-primary{ transition: none; }
}

/* --- 21040: Hero background --- */

.lp-hero-bg{
  background:
    radial-gradient(1100px 520px at 6% 8%, rgba(255,138,53,.18), transparent 58%),
    radial-gradient(900px 520px at 94% 10%, rgba(6,182,212,.12), transparent 60%),
    radial-gradient(700px 420px at 55% 0%, rgba(99,102,241,.07), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
}

/* --- 21009: Hero card + weather chip --- */

:root{
  --lp-accent: rgb(255, 138, 53);
  --lp-ink: #0f172a;
  --lp-border: rgba(15, 23, 42, 0.10);
  --lp-soft: rgba(15, 23, 42, 0.04);
}

.lp-hero-card{
  background: rgba(255,255,255,.92);
  border: 1px solid var(--lp-border);
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(15, 23, 42, .14);
  overflow: hidden;
}

.lp-hero-card__top{
  padding: 14px 14px 12px;
  border-bottom: 1px solid var(--lp-border);

  background:
    radial-gradient(900px 420px at 20% 0%, rgba(255,138,53,.14), transparent 55%),
    radial-gradient(700px 380px at 90% 10%, rgba(6,182,212,.10), transparent 55%),
    #ffffff;
}

.lp-hero-card__row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.lp-hero-card__badge{
  display:inline-flex;
  align-items: center;
  gap: 8px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;

  color: rgba(15,23,42,.72);
  background: var(--lp-soft);
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  padding: 6px 10px;
}

/* Weather chip */
.lp-weatherchip{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 6px 10px;
  border-radius: 999px;

  background: rgba(255,255,255,.78);
  border: 1px solid var(--lp-border);

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;

  color: rgba(15,23,42,.82);
  white-space: nowrap;
}

.lp-weatherchip i{
  font-size: 14px;
  color: var(--lp-accent);
}

.lp-weatherchip__temp{ color: rgba(15,23,42,.92); }
.lp-weatherchip__desc{
  font-weight: 800;
  color: rgba(15,23,42,.66);
}

.lp-hero-card__title{
  margin: 10px 0 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  color: var(--lp-ink);
  padding-bottom: 10px;
}

/* Facts list */
.lp-hero-facts{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.lp-hero-facts li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(15,23,42,.86);
  font-size: 14px;
  line-height: 1.5;
}

.lp-hero-facts i{
  width: 18px;
  margin-top: 2px;
  font-size: 16px;
  color: var(--lp-accent);
  flex: 0 0 auto;
}

.lp-hero-facts--compact{
  margin-top: 14px;
  gap: 8px;
}

.lp-hero-facts--compact li{
  font-size: 14px;
  line-height: 1.5;
}

.lp-hero-facts strong{
  font-weight: 900;
  color: rgba(15,23,42,.95);
}

/* Weather loading/error states */
.lp-weatherchip.is-loading{
  position: relative;
  overflow: hidden;
  opacity: .92;
}

.lp-weatherchip.is-loading::after{
  content:"";
  position:absolute;
  inset:-1px;
  transform: translateX(-60%);
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.55) 50%,
    rgba(255,255,255,0) 100%
  );
  animation: lp-shimmer 1.15s ease-in-out infinite;
  pointer-events:none;
}

@keyframes lp-shimmer{
  to { transform: translateX(60%); }
}

.lp-weatherchip.is-error{
  border-color: rgba(239,68,68,.35);
}

.lp-weatherchip.is-error .lp-weatherchip__desc{
  color: rgba(239,68,68,.85);
}

/* Mobile tweaks */
@media (max-width: 680px){
  .lp-weatherchip__desc{ display: none; }
  .lp-hero-card__top{ padding: 12px 12px 10px; }
  .lp-hero-facts--compact li{ font-size: 14px; }
}

@media (max-width: 360px){
  .lp-hero-facts--compact li{ font-size: 13.5px; }
}

/* --- 21044: Featured tours grid --- */

:root{
  --lp-accent: rgb(255, 138, 53);
  --lp-accent-2: rgb(255, 112, 28);
  --lp-ink: #0f172a;

  /* wider cards on mobile = less cramped text */
  --lp-pick-w-mobile: 220px;
}

/* =========================
   Featured Section
========================= */
.lp-featured{
  padding: 28px 0 10px; /* more breathing room */
}

.lp-featured__inner{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================
   Head
========================= */
.lp-featured__head{
  gap: 10px;
  margin-bottom: 16px;
}

.lp-featured__text{
  max-width: 72ch; /* reduces "blog" feel on very wide screens */
}

.lp-featured__title{
  margin: 0 !important;
  margin-left: 0 !important;

  font-family: "Source Sans 3", Arial, sans-serif !important;
  font-size: clamp(24px, 2.4vw, 32px) !important;
  line-height: 1.16 !important;
  font-weight: 800 !important; /* more "corporate" than 900 */
  letter-spacing: -0.015em !important;

  color: var(--lp-ink) !important;
  text-wrap: balance;
  padding-bottom: 0px;
	padding-top: 20px;
}

.lp-featured__subtitle{
  margin: 6px 20 0 !important;

  font-family: "Source Sans 3", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
  font-weight: 600 !important;

  color: rgba(15,23,42,.72) !important;
}

/* Mobile: compact but readable */
@media (max-width: 900px){
  .lp-featured__title{
    font-size: clamp(22px, 6vw, 28px) !important;
    line-height: 1.18 !important;
  }
  .lp-featured__subtitle{
    font-size: 15.5px !important;
    line-height: 1.6 !important;
  }
}

/* Very small phones */
@media (max-width: 360px){
  .lp-featured__subtitle{ font-size: 15px !important; }
}

/* =========================
   Controls (mobile)
========================= */
.lp-featured__controls{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-top: 4px;
}

/* Desktop: no expand button/hint */
@media (min-width: 901px){
  .lp-featured__controls{ display: none; }
}

/* Button */
.lp-featured__link[data-featured-toggle]{
  appearance: none;
  cursor: pointer;

  border-radius: 999px;
  border: 1px solid rgba(255,138,53,.55);
  padding: 11px 14px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .1px;
  text-transform: none;

  background: linear-gradient(135deg, rgb(255,138,53), rgb(255,112,28));
  color: #fff;
  -webkit-text-fill-color: #fff;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  transition: transform .15s ease, filter .2s ease, box-shadow .2s ease;
}

.lp-featured__link[data-featured-toggle]::after{
  content: "\2192";
  font-weight: 900;
  opacity: .95;
  transition: transform .18s ease;
}

.lp-featured__link[data-featured-toggle].is-open::after{
  content: "\2191";
}

.lp-featured__link[data-featured-toggle]:hover{
  filter: brightness(1.03) saturate(1.05);
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(255,138,53,.32), 0 14px 28px rgba(0,0,0,.12);
}

.lp-featured__link[data-featured-toggle]:hover::after{
  transform: translateX(2px);
}

.lp-featured__link[data-featured-toggle]:focus-visible{
  outline: 3px solid rgba(255,138,53,.35);
  outline-offset: 2px;
}

/* Hint */
.lp-featured__hintrow{ display: none; }

@media (max-width: 900px){
  .lp-featured__hintrow{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0;
  }

  /* override if global CSS hides [aria-hidden="true"] */
  .lp-featured .lp-featured__hintrow[aria-hidden="true"]{
    display: flex !important;
  }

  .lp-featured__link[data-featured-toggle],
  .lp-featured__hint{
    min-height: 40px;
  }

  .lp-featured__hint{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0 12px;

    border-radius: 999px;
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;

    background: rgba(15,23,42,.04);
    border: 1px solid rgba(15,23,42,.10);
    color: rgba(15,23,42,.78);

    pointer-events: none;
  }

  .lp-featured__hinticon{
    display: inline-block;
    animation: lp-swipe 1.2s ease-in-out infinite;
  }
}

@keyframes lp-swipe{
  0%, 100%{ transform: translateX(0); opacity: .85; }
  50%{ transform: translateX(8px); opacity: 1; }
}

/* =========================
   Grid
========================= */
.lp-featured__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

/* Mobile: 2-row swipe */
@media (max-width: 900px){
  .lp-featured__grid{
    grid-template-columns: none;
    grid-template-rows: repeat(2, auto);

    grid-auto-flow: column;
    grid-auto-columns: var(--lp-pick-w-mobile);

    overflow-x: auto;
    overflow-y: visible;

    padding: 0 12px 10px;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;

    gap: 12px;
  }

  .lp-featured__grid::-webkit-scrollbar{ height: 8px; }
  .lp-featured__grid::-webkit-scrollbar-thumb{
    background: rgba(15,23,42,.18);
    border-radius: 999px;
  }
}

/* Expanded: only on mobile -> vertical list */
@media (max-width: 900px){
  .lp-featured.is-expanded .lp-featured__hintrow{
    display: none !important;
  }

  .lp-featured.is-expanded .lp-featured__grid{
    overflow: visible;
    scroll-snap-type: none;

    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;

    padding: 0;
    scroll-padding-left: 0;
    scroll-padding-right: 0;
  }
}

/* =========================
   Card
========================= */
.lp-pick{
  display: block;
  text-decoration: none;
  color: inherit;

  background: rgba(255,255,255,.96);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  overflow: hidden;

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  scroll-snap-align: start;
}

.lp-pick:hover{
  transform: translateY(-3px);
  border-color: rgba(15,23,42,.16);
}

.lp-pick__media{
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;

  background:
    radial-gradient(700px 360px at 20% 10%, rgba(255,138,53,.12), transparent 60%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

@media (max-width: 900px){
  .lp-pick__media{ aspect-ratio: 4 / 3; }
}

.lp-pick__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  filter: saturate(1.05) contrast(1.01);
  transform: scale(1);
  transition: transform .30s ease, filter .30s ease;
}

.lp-pick:hover .lp-pick__media img{
  transform: scale(1.04);
  filter: saturate(1.10) contrast(1.04);
}

.lp-pick__badge{
  position: absolute;
  left: 10px;
  top: 10px;

  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 6px 9px;
  border-radius: 999px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;

  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  color: rgba(15,23,42,.86);
}

.lp-pick__body{
  padding: 12px 12px 14px; /* more comfortable */
  font-family: "Source Sans 3", Arial, sans-serif;
}

.lp-pick__title{
  margin: 0 0 8px;
  margin-left: 0 !important;
  text-align: left;

  font-size: 16px !important;
  line-height: 1.25;
  font-weight: 900;
  color: var(--lp-ink);

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lp-pick__meta{
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;

  font-size: 13px;
  line-height: 1.35;
  color: rgba(15,23,42,.74);

  margin-bottom: 8px;
}

.lp-meta-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.lp-meta-loc{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lp-meta-dur{
  flex: 0 0 auto;
  white-space: nowrap;
}

.lp-pick__rating{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.lp-pick__stars{
  --pct: 90%;
  position: relative;
  display: inline-block;

  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1;
}

.lp-pick__stars::before{
  content:"\2605\2605\2605\2605\2605";
  color: rgba(15,23,42,.22);
}

.lp-pick__stars::after{
  content:"\2605\2605\2605\2605\2605";
  position: absolute;
  inset: 0;
  width: var(--pct);
  overflow: hidden;
  color: var(--lp-accent);
}

.lp-pick__ratingtext{
  font-size: 13px;
  color: rgba(15,23,42,.76);
}

.lp-pick__bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  border-top: 1px solid rgba(15,23,42,.08);
  padding-top: 10px;
}

.lp-pick__from{
  font-size: 12px;
  line-height: 1.2;
  color: rgba(15,23,42,.60);
}

.lp-pick__amount{
  font-size: 15px;
  font-weight: 900;
  color: var(--lp-ink);
  line-height: 1.1;
}

.lp-pick__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 10px;
  border-radius: 999px;

  font-size: 13px;
  font-weight: 900;

  color: #fff;
  background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2));
  border: 1px solid rgba(255, 138, 53, .35);
  box-shadow: 0 10px 18px rgba(255,138,53,.18);
  white-space: nowrap;
}

/* Smaller phones: readable but not too big */
@media (max-width: 360px){
  :root{ --lp-pick-w-mobile: 210px; }

  .lp-featured__title{ font-size: 21px !important; }
  .lp-featured__subtitle{ font-size: 15px !important; }

  .lp-pick__title{ font-size: 15.5px !important; }
  .lp-pick__meta{ font-size: 12.5px; }
  .lp-pick__ratingtext{ font-size: 12.5px; }
  .lp-pick__amount{ font-size: 14.5px; }
}

/* --- 21046: Social proof / reviews --- */

/* =========================================
   ELEMENT 7 -- SOCIAL PROOF (Review Highlights)
   - Overall rating summary
   - Review snippet cards (scroll on mobile)
   Safe prefixed classes: .lp-reviews-*
========================================= */

:root{
  --lp-accent: rgb(255, 138, 53);
  --lp-accent-2: rgb(255, 112, 28);
  --lp-accent-soft: rgba(255, 138, 53, .18);

  --lp-ink: #0f172a;
  --lp-muted: rgba(15,23,42,.72);
  --lp-border: rgba(15,23,42,.10);
  --lp-soft: rgba(15,23,42,.04);
}

/* Section */
.lp-reviews{
  padding: 34px 0;
}
.lp-reviews__inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Card wrapper */
.lp-reviews__card{
  background: rgba(255,255,255,.92);
  border: 1px solid var(--lp-border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 20px 45px rgba(0,0,0,0.08),
    0 6px 18px rgba(0,0,0,0.05);
}

/* Header */
.lp-reviews__head{
  padding: 18px 18px 16px;
  border-bottom: 1px solid rgba(15,23,42,.10);

  background:
    radial-gradient(900px 420px at 15% 0%, rgba(255,138,53,.14), transparent 55%),
    radial-gradient(700px 380px at 90% 10%, rgba(6,182,212,.10), transparent 55%),
    #ffffff;
}

.lp-reviews__kicker{
  display: inline-flex;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;

  color: rgba(15,23,42,.62);
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 999px;
  padding: 6px 10px;
}

.lp-reviews__title{
  margin: 10px 0 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: var(--lp-ink);
}

/* Summary row (rating + counts + platform chips) */
.lp-reviews__summary{
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: center;
}

@media (max-width: 900px){
  .lp-reviews__summary{ grid-template-columns: 1fr; }
}

.lp-ratingbox{
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.86);
  border-radius: 16px;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lp-ratingbox__left{
  display: flex;
  align-items: center;
  gap: 12px;
}

.lp-score{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255,138,53,.14);
  border: 1px solid rgba(255,138,53,.22);
  display: grid;
  place-items: center;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-weight: 900;
  color: rgba(15,23,42,.92);
}

.lp-score span{ font-size: 16px; }

/* Stars */
.lp-stars{
  --pct: 94%;
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
}
.lp-stars::before{ content:"\2605\2605\2605\2605\2605"; color: rgba(15,23,42,.22); }
.lp-stars::after{
  content:"\2605\2605\2605\2605\2605";
  position:absolute;
  inset:0;
  width: var(--pct);
  overflow:hidden;
  color: var(--lp-accent);
}

.lp-ratingmeta{
  display: grid;
  gap: 2px;
}

.lp-ratingmeta strong{
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 14px;
  color: rgba(15,23,42,.92);
}

.lp-ratingmeta small{
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 12.5px;
  color: rgba(15,23,42,.66);
}

/* Platform chips (optional) */
.lp-platforms{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 900px){
  .lp-platforms{ justify-content: flex-start; }
}

.lp-platform{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 9px 12px;
  border-radius: 999px;

  border: 1px solid rgba(15,23,42,.12);
  background: rgba(15,23,42,.03);

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  color: rgba(15,23,42,.80);
}

/* Body */
.lp-reviews__body{
  padding: 16px 18px 18px;
}

/* Review cards grid / scroller */
.lp-reviewgrid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 980px){
  .lp-reviewgrid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px){
  .lp-reviewgrid{
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 1fr);
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .lp-reviewgrid::-webkit-scrollbar{ height: 8px; }
  .lp-reviewgrid::-webkit-scrollbar-thumb{ background: rgba(15,23,42,.18); border-radius: 999px; }
}

/* Review card */
.lp-review{
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.90);
  border-radius: 18px;
  padding: 14px 14px 14px;
  scroll-snap-align: start;

  transition: transform .18s ease, border-color .2s ease, box-shadow .2s ease;
}

@media (hover: hover){
  .lp-review:hover{
    transform: translateY(-2px);
    border-color: rgba(15,23,42,.14);
    box-shadow: 0 16px 34px rgba(0,0,0,.08);
  }
}

.lp-review__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.lp-review__who{
  display: grid;
  gap: 2px;
}

.lp-review__name{
  font-family: "Source Sans 3", Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: rgba(15,23,42,.92);
}

.lp-review__sub{
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 12.5px;
  color: rgba(15,23,42,.62);
}

.lp-review__text{
  margin: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(15,23,42,.74);
}

/* Footer CTA */
.lp-reviews__footer{
  margin-top: 14px;
  border-top: 1px solid rgba(15,23,42,.08);
  padding-top: 14px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.lp-reviews__note{
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 13.5px;
  color: rgba(15,23,42,.70);
}

/* Simple buttons */
.lp-btn-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 16px;
  border-radius: 999px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;

  color: rgba(15,23,42,.88) !important;
  text-decoration: none;

  background: rgba(15,23,42,.04) !important;
  border: 1px solid rgba(15,23,42,.12) !important;

  transition: transform .15s ease, background .2s ease;
}
.lp-btn-secondary:hover{
  transform: translateY(-2px);
  background: rgba(15,23,42,.06) !important;
}

.lp-btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 16px;
  border-radius: 999px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .15px;

  color: #fff !important;
  text-decoration: none;

  background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2)) !important;
  border: 1px solid rgba(255, 138, 53, .35) !important;
  box-shadow: 0 12px 24px var(--lp-accent-soft);
}

/* --- 21047: Why book with us --- */

/* =========================================
   ELEMENT 6 -- WHY BOOK WITH US (Trust Section)
   Safe prefixed classes: .lp-why-*
========================================= */

:root{
  --lp-accent: rgb(255, 138, 53);
  --lp-accent-2: rgb(255, 112, 28);
  --lp-accent-soft: rgba(255, 138, 53, .18);

  --lp-ink: #0f172a;
  --lp-muted: rgba(15,23,42,.72);
  --lp-border: rgba(15,23,42,.10);
  --lp-soft: rgba(15,23,42,.04);
}

/* Section */
.lp-why{
  padding: 36px 0;
}

.lp-why__inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Card wrapper */
.lp-why__card{
  background: rgba(255,255,255,.92);
  border: 1px solid var(--lp-border);
  border-radius: 22px;
  overflow: hidden;

  box-shadow:
    0 20px 45px rgba(0,0,0,0.08),
    0 6px 18px rgba(0,0,0,0.05);
}

/* Header */
.lp-why__head{
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(15,23,42,.10);

  background:
    radial-gradient(900px 420px at 15% 0%, rgba(255,138,53,.14), transparent 55%),
    radial-gradient(700px 380px at 90% 10%, rgba(6,182,212,.10), transparent 55%),
    #ffffff;
}

.lp-why__kicker{
  display: inline-flex;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;

  color: rgba(15,23,42,.62);
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 999px;
  padding: 6px 10px;
}

.lp-why__title{
  margin: 10px 0 6px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: var(--lp-ink);
}

.lp-why__subtitle{
  margin: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(15,23,42,.70);
  max-width: 80ch;
}

/* Body grid */
.lp-why__body{
  padding: 16px 18px 18px;
}

.lp-why__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 980px){
  .lp-why__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px){
  .lp-why__grid{ grid-template-columns: 1fr; }
}

/* Individual benefit */
.lp-benefit{
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(15,23,42,.03);
  border-radius: 16px;
  padding: 14px 14px 14px;

  display: flex;
  gap: 12px;
  align-items: flex-start;

  transition: transform .18s ease, background .2s ease, border-color .2s ease;
}

@media (hover: hover){
  .lp-benefit:hover{
    transform: translateY(-2px);
    background: rgba(15,23,42,.04);
    border-color: rgba(15,23,42,.14);
  }
}

.lp-benefit__icon{
  width: 40px;
  height: 40px;
  border-radius: 14px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,138,53,.14);
  border: 1px solid rgba(255,138,53,.22);
  box-shadow: 0 12px 26px rgba(255,138,53,.12);

  flex: 0 0 auto;
}

.lp-benefit__icon svg{
  width: 20px;
  height: 20px;
  fill: rgba(255,138,53,.95);
}

.lp-benefit__title{
  margin: 0 0 3px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 900;
  color: rgba(15,23,42,.92);
}

.lp-benefit__text{
  margin: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(15,23,42,.70);
}

/* Bottom CTA row */
.lp-why__cta{
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(15,23,42,.08);
  padding-top: 14px;
}

.lp-why__ctatext{
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 13.5px;
  color: rgba(15,23,42,.70);
}

.lp-why__ctaactions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Buttons (reuse hero button styles if present; otherwise define here) */
.lp-btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 12px 16px;
  border-radius: 999px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .15px;

  color: #fff !important;
  text-decoration: none;

  background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2)) !important;
  border: 1px solid rgba(255, 138, 53, .35) !important;

  box-shadow:
    0 14px 30px rgba(2, 6, 23, .12),
    0 10px 26px var(--lp-accent-soft);
}

.lp-btn-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 12px 16px;
  border-radius: 999px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;

  color: rgba(15,23,42,.88) !important;
  text-decoration: none;

  background: rgba(15,23,42,.04) !important;
  border: 1px solid rgba(15,23,42,.12) !important;
}

@media (max-width: 680px){
  .lp-why__cta{ justify-content: stretch; }
  .lp-why__ctaactions,
  .lp-btn-primary,
  .lp-btn-secondary{ width: 100%; }
  .lp-btn-primary,
  .lp-btn-secondary{ justify-content: center; }
}

/* --- 21045: How it works (3 steps) --- */

/* =========================================
   ELEMENT 8 -- HOW IT WORKS (3 STEPS)
   Safe prefixed classes: .lp-steps-*
========================================= */

:root{
  --lp-accent: rgb(255, 138, 53);
  --lp-accent-2: rgb(255, 112, 28);
  --lp-accent-soft: rgba(255, 138, 53, .18);

  --lp-ink: #0f172a;
  --lp-muted: rgba(15,23,42,.72);
  --lp-border: rgba(15,23,42,.10);
  --lp-soft: rgba(15,23,42,.04);
}

/* Section */
.lp-steps{
  padding: 34px 0;
}
.lp-steps__inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Wrapper card */
.lp-steps__card{
  background: rgba(255,255,255,.92);
  border: 1px solid var(--lp-border);
  border-radius: 22px;
  overflow: hidden;

  box-shadow:
    0 20px 45px rgba(0,0,0,0.08),
    0 6px 18px rgba(0,0,0,0.05);
}

/* Header */
.lp-steps__head{
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(15,23,42,.10);

  background:
    radial-gradient(900px 420px at 15% 0%, rgba(255,138,53,.14), transparent 55%),
    radial-gradient(700px 380px at 90% 10%, rgba(6,182,212,.10), transparent 55%),
    #ffffff;
}

.lp-steps__kicker{
  display: inline-flex;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;

  color: rgba(15,23,42,.62);
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 999px;
  padding: 6px 10px;
}

.lp-steps__title{
  margin: 10px 0 6px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: var(--lp-ink);
}

.lp-steps__subtitle{
  margin: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(15,23,42,.70);
}

/* Body */
.lp-steps__body{
  padding: 16px 18px 18px;
}

/* Steps grid */
.lp-stepgrid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 980px){
  .lp-stepgrid{ grid-template-columns: 1fr; }
}

/* Step card */
.lp-step{
  position: relative;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(15,23,42,.03);
  border-radius: 18px;
  padding: 14px 14px 14px;

  display: flex;
  gap: 12px;
  align-items: flex-start;

  transition: transform .18s ease, border-color .2s ease, background .2s ease;
}

@media (hover: hover){
  .lp-step:hover{
    transform: translateY(-2px);
    background: rgba(15,23,42,.04);
    border-color: rgba(15,23,42,.14);
  }
}

/* Number badge */
.lp-step__num{
  width: 42px;
  height: 42px;
  border-radius: 14px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,138,53,.14);
  border: 1px solid rgba(255,138,53,.22);
  box-shadow: 0 12px 26px rgba(255,138,53,.12);

  flex: 0 0 auto;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-weight: 900;
  color: rgba(15,23,42,.92);
}

/* Text */
.lp-step__title{
  margin: 0 0 4px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: rgba(15,23,42,.92);
}

.lp-step__text{
  margin: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(15,23,42,.70);
}

/* Bottom note + CTA */
.lp-steps__footer{
  margin-top: 14px;
  border-top: 1px solid rgba(15,23,42,.08);
  padding-top: 14px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.lp-steps__note{
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 13.5px;
  color: rgba(15,23,42,.70);
}

/* Buttons (if not already defined) */
.lp-btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 16px;
  border-radius: 999px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .15px;

  color: #fff !important;
  text-decoration: none;

  background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2)) !important;
  border: 1px solid rgba(255, 138, 53, .35) !important;
  box-shadow: 0 12px 24px var(--lp-accent-soft);
}

.lp-btn-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 16px;
  border-radius: 999px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;

  color: rgba(15,23,42,.88) !important;
  text-decoration: none;

  background: rgba(15,23,42,.04) !important;
  border: 1px solid rgba(15,23,42,.12) !important;
}

@media (max-width: 680px){
  .lp-btn-primary, .lp-btn-secondary{ width: 100%; justify-content: center; }
}

/* --- 14407: Landing page fonts --- */

.letsgofont h1 {
  font-size:50px;
  color:white;
}

.letsgofont h2 {
  font-size:22px;
  color:white;
  font-style: italic;
  font-weight: 400;
}

/* ============================================
   LANDING PAGE TABLES — card-style treatment
   ============================================ */

/* ── Shared table styles ── */
.exccc table,
.tableexc table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  font-family: 'DM Sans', 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #1f2937;
}
.exccc table td,
.tableexc table td,
.tableexc table th {
  padding: 12px 16px;
  border-bottom: 1px solid #f3f4f6;
  text-align: left;
}
.exccc table tr:last-child td,
.tableexc table tbody tr:last-child td {
  border-bottom: none;
}

/* Alternating row backgrounds */
.exccc table tr:nth-child(even),
.tableexc table tbody tr:nth-child(even) {
  background: #f9fafb;
}
.exccc table tr:nth-child(odd),
.tableexc table tbody tr:nth-child(odd) {
  background: #fff;
}

/* ── Recommendation table (exccc) ── */
.exccc table td:first-child {
  color: #374151;
  white-space: nowrap;
}
.exccc table td:last-child {
  font-weight: 700;
}
.exccc table a {
  color: #2563eb;
  text-decoration: none;
}
.exccc table a:hover {
  text-decoration: underline;
}

/* ── Price table (tableexc) ── */
.tableexc table thead tr {
  background: #111827;
}
.tableexc table th {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 16px;
  border-bottom: none;
}
.tableexc table td:nth-child(2),
.tableexc table td:nth-child(3) {
  font-weight: 600;
  color: #059669;
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .exccc table,
  .tableexc table {
    font-size: 14px;
  }
  .exccc table td,
  .tableexc table td,
  .tableexc table th {
    padding: 10px 12px;
  }
  .exccc table td:first-child {
    white-space: normal;
  }
}
