/* ============================================================
   Ibyta World — B2B Travel Technology Platform · Landing Page
   Self-contained styles (Poppins + Bootstrap Icons loaded via CDN)
   ============================================================ */
:root {
  --red:        #ed2939;
  --red-dark:   #c21f2c;
  --red-2:      #ff5a66;
  --ink:        #17181c;
  --body:       #5a6472;
  --line:       #e9ecf1;
  --bg-soft:    #f7f8fa;
  --bg-red-soft:#fff5f5;
  --white:      #ffffff;
  --radius:     18px;
  --radius-sm:  12px;
  --shadow-sm:  0 4px 16px rgba(23,24,28,.06);
  --shadow-md:  0 14px 38px rgba(23,24,28,.10);
  --shadow-lg:  0 30px 70px rgba(23,24,28,.16);
  --shadow-red: 0 16px 34px rgba(237,41,57,.28);
  --ease:       cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  color: var(--body);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { color: var(--ink); font-weight: 700; letter-spacing: -.02em; line-height: 1.15; margin: 0 0 .6rem; }
p { margin: 0 0 1rem; }
a { text-decoration: none; color: inherit; transition: color .25s var(--ease); }
img { max-width: 100%; height: auto; display: block; }

.lp-container { width: 100%; max-width: 1270px; margin: 0 auto; padding: 0 0.25rem; }

/* ---------- Wordmark ---------- */
.lp-logo {
  font-weight: 800; font-size: 1.5rem; letter-spacing: -.03em; color: var(--red);
  line-height: 1; display: inline-flex; align-items: baseline; gap: .12em;
}
.lp-logo span { color: var(--ink); }
.lp-logo--img { display: inline-block; padding: 0; line-height: 0; }
.lp-logo--img img { height: 70px; width: auto; max-width: none; display: block; }
@media (max-width: 767.98px) { .lp-logo--img img { height: 46px; } }

/* ---------- Buttons ---------- */
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-weight: 600; font-size: .95rem; padding: .72rem 1.5rem; border-radius: 100px;
  border: 2px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
}
.lp-btn i { font-size: 1.05em; }
.lp-btn--primary { background: var(--red); color: #fff; box-shadow: var(--shadow-red); }
.lp-btn--primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.lp-btn--outline { background: transparent; border-color: var(--line); color: var(--ink); }
.lp-btn--outline:hover { border-color: var(--red); color: var(--red); }
.lp-btn--ghost { background: var(--bg-red-soft); color: var(--red); }
.lp-btn--ghost:hover { background: #ffe8e8; transform: translateY(-2px); }
.lp-btn--light { background: #fff; color: var(--red); }
.lp-btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.lp-btn--ghost-light { background: transparent; border-color: rgba(255,255,255,.5); color: #fff; }
.lp-btn--ghost-light:hover { background: rgba(255,255,255,.12); }
.lp-btn--block { width: 100%; }
.lp-btn--lg { padding: .9rem 2rem; font-size: 1.02rem; }

/* ---------- Header ---------- */
.lp-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.86);
  backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid transparent;
  transition: box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.lp-header.scrolled { box-shadow: var(--shadow-sm); border-bottom-color: var(--line); }
.lp-header__inner { display: flex; align-items: center; justify-content: space-between; height: 90px; gap: 1rem; }
.lp-nav { display: flex; gap: 2rem; }
.lp-nav a { font-weight: 500; color: #3b4250; font-size: .95rem; position: relative; }
.lp-nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--red); transition: width .25s var(--ease); }
.lp-nav a:hover { color: var(--red); }
.lp-nav a:hover::after { width: 100%; }
.lp-header__actions { display: flex; align-items: center; gap: .75rem; }
.lp-burger { display: none; background: none; border: 0; font-size: 1.6rem; color: var(--ink); cursor: pointer; padding: .2rem; }

/* ---------- Hero ---------- */
.lp-hero {
    position: relative;
    padding: clamp(3rem, 6vw, 5.5rem) 0;
    background: radial-gradient(1100px 480px at 88% -8%, rgba(255, 233, 234, .6) 0%, rgba(255, 233, 234, 0) 60%), linear-gradient(100deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .9) 38%, rgb(255 255 255 / 0%) 72%, rgba(255, 255, 255, .35) 100%), url(../assets/img/TRAVEL/4.jpg) center / cover no-repeat;
}
/*.lp-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }*/
.lp-badge {
  display: inline-flex; align-items: center; gap: .5rem; font-size: .82rem; font-weight: 600;
  color: var(--red); background: #fff; border: 1px solid #ffd6d9; padding: .45rem 1rem;
  border-radius: 100px; box-shadow: var(--shadow-sm); margin-bottom: 1.25rem;
}
.lp-badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(237,41,57,.15); }
.lp-hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.5rem); font-weight: 800; }
.lp-hero h1 span { color: var(--red); }
.lp-lead { font-size: clamp(1rem, 1.4vw, 1.15rem); color: var(--body); max-width: 34rem; margin-bottom: 1.75rem; }
.lp-hero__cta { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 2.25rem; }
.lp-hero__stats { list-style: none; display: flex; gap: 2.25rem; padding: 0; margin: 0; flex-wrap: wrap; }
.lp-hero__stats li { display: flex; flex-direction: column; }
.lp-hero__stats strong { font-size: 1.7rem; font-weight: 800; color: var(--ink); line-height: 1; }
.lp-hero__stats span { font-size: .85rem; color: var(--body); margin-top: .3rem; }

/* ---------- Login card ---------- */
.lp-login {
  background: #fff; border: 1px solid var(--line); border-radius: 22px;
  box-shadow: var(--shadow-lg); padding: 2rem; position: relative;
}
.lp-login__head { text-align: left; margin-bottom: 1.4rem; }
.lp-login__head h2 { font-size: 1.6rem; margin-bottom: .2rem; }
.lp-login__head p { color: var(--body); font-size: .92rem; margin: 0; }
.lp-login__brand {
  display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; color: var(--red);
  font-size: .82rem; margin-bottom: 1rem; background: var(--bg-red-soft); padding: .35rem .8rem; border-radius: 100px;
}
.lp-field { position: relative; margin-bottom: .1rem; }
.lp-field > i { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: #9aa2af; font-size: 1.05rem; }
.lp-login__form label { display: block; font-size: .85rem; font-weight: 600; color: var(--ink); margin-bottom: .4rem; margin-top: 1rem; }
.lp-login__form input,
.lp-login__form select {
  width: 100%; padding: .8rem 1rem .8rem 2.7rem; border: 1.5px solid var(--line);
  border-radius: var(--radius-sm); font: inherit; font-size: .95rem; color: var(--ink);
  background: var(--bg-soft); transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.lp-field--select select {
  appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235a6472'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; background-size: 14px;
}
.lp-login__form input:focus,
.lp-login__form select:focus { outline: none; border-color: var(--red); background-color: #fff; box-shadow: 0 0 0 4px rgba(237,41,57,.12); }
.lp-login__form input.is-invalid,
.lp-login__form select.is-invalid { border-color: var(--red); background-color: #fff5f5; }
.lp-login__row { display: flex; align-items: center; justify-content: space-between; margin: 1rem 0 1.25rem; font-size: .85rem; }
.lp-check { display: inline-flex; align-items: center; gap: .45rem; color: var(--body); cursor: pointer; font-weight: 500; margin: 0; }
.lp-check input { accent-color: var(--red); width: 15px; height: 15px; }
.lp-link { color: var(--red); font-weight: 600; }
.lp-link:hover { text-decoration: underline; }
.lp-login__ok {
  display: flex; align-items: center; gap: .5rem; color: #128a4b; background: #eafaf1;
  border: 1px solid #bfe9cf; border-radius: var(--radius-sm); padding: .7rem 1rem; font-size: .9rem;
  font-weight: 600; margin: 1rem 0 0;
}
.lp-login__create {
  display: flex; align-items: center; justify-content: center; gap: .5rem; margin-top: 1rem;
  font-weight: 600; color: var(--red); font-size: .92rem;
}
.lp-login__create:hover { text-decoration: underline; }
.lp-login__secure {
  display: flex; align-items: center; justify-content: center; gap: .5rem; margin-top: 1.4rem;
  padding-top: 1.2rem; border-top: 1px solid var(--line); color: #7a8290; font-size: .82rem;
}
.lp-login__secure i { color: #128a4b; }

/* ---------- Sections ---------- */
.lp-section { padding: clamp(3.5rem, 6vw, 6rem) 0; }
.lp-section--alt { background: var(--bg-soft); }
.lp-head { text-align: center; max-width: 42rem; margin: 0 auto clamp(2rem, 4vw, 3.25rem); }
.lp-eyebrow {
  display: inline-block; font-size: .82rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--red); margin-bottom: .75rem;
}
.lp-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; }
.lp-head p { color: var(--body); font-size: 1.05rem; margin: 0; }

/* ---------- Destination cards slider ---------- */
.lp-dest-slider { position: relative; }
.lp-dest-track {
  display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 4px; margin: -4px; -ms-overflow-style: none; scrollbar-width: none;
}
.lp-dest-track::-webkit-scrollbar { display: none; }
.lp-dest-card {
  position: relative; overflow: hidden; border-radius: var(--radius);
  box-shadow: var(--shadow-md); isolation: isolate; aspect-ratio: 3 / 2;
  color: #fff; text-decoration: none;
  flex: 0 0 calc((100% - 1.5rem) / 2); scroll-snap-align: start;
}
.lp-dest-card img { width: 100%; height: 100%; object-fit: cover; object-position: left;
  transition: transform .55s var(--ease); }
.lp-dest-card:hover img { transform: scale(1.06); }
.lp-dest-card::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(15,16,19,0) 38%, rgba(15,16,19,.78) 100%); }
.lp-dest-card__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 1.25rem 1.35rem; }
.lp-dest-card__country { display: inline-flex; align-items: center; gap: .4rem;
  font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.9); }
.lp-dest-card__country i { color: var(--red-2); }
.lp-dest-card h3 { font-size: 1.35rem; font-weight: 600; margin: .2rem 0 0; color: #fff; }
.lp-dest-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
  width: 46px; height: 46px; display: grid; place-items: center; border: 0; cursor: pointer;
  border-radius: 50%; background: #fff; color: var(--ink); font-size: 1.2rem;
  box-shadow: var(--shadow-md); transition: background .25s var(--ease), color .25s var(--ease), opacity .25s var(--ease);
}
.lp-dest-nav:hover { background: var(--red); color: #fff; }
.lp-dest-nav--prev { left: -10px; }
.lp-dest-nav--next { right: -10px; }
.lp-dest-nav[disabled] { opacity: 0; pointer-events: none; }

/* ---------- Feature cards ---------- */
.lp-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.lp-feature {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.5rem;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); height: 100%;
}
.lp-feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.lp-feature__icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; font-size: 1.5rem;
  color: var(--red); background: var(--bg-red-soft); margin-bottom: 1.1rem;
}
.lp-feature h3 { font-size: 1.08rem; margin-bottom: .4rem; font-weight: 500; line-height: 26px; }
.lp-feature p { font-size: .92rem; color: var(--body); margin: 0; }
.lp-feature--wide { grid-column: span 2; display: flex; align-items: center; gap: 1.25rem;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%); border: 0; color: #fff; }
.lp-feature--wide .lp-feature__icon { background: rgba(255,255,255,.18); color: #fff; margin: 0; flex: 0 0 auto; }
.lp-feature--wide h3 { color: #fff; }
.lp-feature--wide p { color: rgba(255,255,255,.9); }

/* ---------- CTA band ---------- */
.lp-cta { padding: clamp(3.5rem, 6vw, 5.5rem) 0; text-align: center;
  background: radial-gradient(900px 400px at 50% -30%, #ff5a66 0%, rgba(255,90,102,0) 60%), linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  color: #fff; }
.lp-cta h2 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.7rem); font-weight: 800; }
.lp-cta p { color: rgba(255,255,255,.92); font-size: 1.1rem; max-width: 38rem; margin: 0 auto 1.75rem; }
.lp-cta__btns { display: flex; gap: .85rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.lp-footer { background: #0f1013; color: #aab0bb; padding: 3rem 0 2rem; }
.lp-logo--footer { background: #fff; padding: 10px 14px; border-radius: 12px; margin-bottom: 1rem; }
.lp-logo--footer img { height: 54px; }
.lp-footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.lp-footer .lp-logo span { color: #fff; }
.lp-footer h4 { color: #fff; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 1rem; }
.lp-footer ul { list-style: none; padding: 0; margin: 0; }
.lp-footer ul li { margin-bottom: .55rem; }
.lp-footer ul a { color: #aab0bb; font-size: .92rem; }
.lp-footer ul a:hover { color: #fff; }
.lp-footer__about { font-size: .92rem; max-width: 22rem; margin-top: .9rem; }
.lp-footer__contact li { display: flex; align-items: center; gap: .6rem; }
.lp-footer__contact i { color: var(--red-2); }
.lp-footer__bar { border-top: 1px solid #23252b; margin-top: 2.25rem; padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; font-size: .85rem; }
.lp-footer__social { display: flex; gap: .75rem; }
.lp-footer__social a { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: #1c1e24; color: #cfd4dd; }
.lp-footer__social a:hover { background: var(--red); color: #fff; }

/* ---------- Popup modal (demo request) ---------- */
.lp-modal {
  position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center;
  padding: 1.25rem;
}
.lp-modal[hidden] { display: none; }
.lp-modal__backdrop { position: absolute; inset: 0; background: rgba(15,16,19,.6); backdrop-filter: blur(4px); animation: lpFade .3s var(--ease); }
.lp-modal__card {
  position: relative; z-index: 1; width: min(880px, 100%); max-height: 92vh; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1.05fr; background: #fff;
  border-radius: 22px; box-shadow: var(--shadow-lg); animation: lpPop .4s var(--ease);
}
.lp-modal__close {
  position: absolute; top: 12px; right: 12px; z-index: 3; width: 38px; height: 38px; border: 0;
  border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); cursor: pointer; font-size: 1rem;
  display: grid; place-items: center; box-shadow: var(--shadow-sm); transition: background .25s var(--ease), transform .25s var(--ease);
}
.lp-modal__close:hover { background: var(--red); color: #fff; transform: rotate(90deg); }
.lp-modal__media { position: relative; }
.lp-modal__media img { width: 100%; height: 100%; object-fit: cover; }
.lp-modal__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.6) 100%); }
.lp-modal__ribbon {
  position: absolute; top: 16px; left: 16px; z-index: 2; background: var(--red); color: #fff;
  font-size: .74rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  padding: .35rem .8rem; border-radius: 100px;
}
.lp-modal__media-cap { position: absolute; left: 20px; bottom: 20px; z-index: 2; color: #fff; }
.lp-modal__media-cap strong { display: block; font-size: 1.5rem; font-weight: 800; line-height: 1.1; }
.lp-modal__media-cap span { font-size: .9rem; opacity: .9; }
.lp-modal__body { padding: 2rem; overflow-y: auto; }
.lp-modal__eyebrow { display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 700; color: var(--red); letter-spacing: .06em; text-transform: uppercase; margin-bottom: .5rem; }
.lp-modal__body h3 { font-size: 1.6rem; font-weight: 800; margin-bottom: .4rem; }
.lp-modal__body h3 span { color: var(--red); }
.lp-modal__body > p { font-size: .95rem; color: var(--body); margin-bottom: 1.25rem; }
.lp-modal__form { display: grid; gap: .7rem; }
.lp-modal__form input,
.lp-modal__form select {
  width: 100%; padding: .78rem 1rem; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font: inherit; font-size: .95rem; color: var(--ink); background: var(--bg-soft);
  transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.lp-modal__form input:focus,
.lp-modal__form select:focus { outline: none; border-color: var(--red); background: #fff; box-shadow: 0 0 0 4px rgba(237,41,57,.12); }
.lp-modal__form input.is-invalid,
.lp-modal__form select.is-invalid { border-color: var(--red); background: #fff5f5; }
.lp-modal__form .lp-btn { margin-top: .3rem; }
.lp-modal__ok {
  display: flex; align-items: center; gap: .5rem; color: #128a4b; background: #eafaf1;
  border: 1px solid #bfe9cf; border-radius: var(--radius-sm); padding: .8rem 1rem; font-size: .92rem; font-weight: 600; margin: .8rem 0 0;
}
.lp-modal__fine { font-size: .78rem; color: #9aa2af; text-align: center; margin: .9rem 0 0; }

@keyframes lpFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lpPop { from { opacity: 0; transform: translateY(20px) scale(.97); } to { opacity: 1; transform: none; } }

@media (max-width: 719.98px) {
  .lp-modal__card { grid-template-columns: 1fr; max-height: 90vh; overflow-y: auto; }
  .lp-modal__media { height: 150px; }
  .lp-modal__media-cap strong { font-size: 1.2rem; }
  .lp-modal__body { padding: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .lp-modal__backdrop, .lp-modal__card { animation: none; }
}

/* ---------- Reveal ---------- */
[data-lp-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-lp-reveal].in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .lp-hero__grid { grid-template-columns: 1fr; }
  .lp-login { max-width: 460px; margin: 0 auto; width: 100%; }
  .lp-features { grid-template-columns: repeat(2, 1fr); }
  .lp-feature--wide { grid-column: span 2; }
  .lp-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767.98px) {
  body { padding: 0px; }
  .lp-container { padding: 0 1.25rem; }
  .lp-header__actions .lp-btn--primary,
  .lp-header__actions .lp-btn--outline { display: none; }
  .lp-nav { display: none; }
  .lp-burger { display: inline-flex; }
  .lp-nav.open {
    display: flex; flex-direction: column; gap: 0; position: absolute; top: 90px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); padding: .5rem 1.25rem 1rem;
  }
  .lp-nav.open a { padding: .75rem 0; border-bottom: 1px solid var(--line); }
  .lp-hero h1 { font-size: 25px; font-weight: 700; }
  .lp-hero__stats { gap: 3.5rem; justify-content: center; }
  .lp-head h2 { font-size: 1.8rem; font-weight: 700; }
  .lp-footer { padding: 3rem 0 2rem 1rem; }
  .lp-dest-card { flex-basis: 100%; }
  .lp-dest-nav--prev { left: 6px; }
  .lp-dest-nav--next { right: 6px; }
  .lp-footer__inner { grid-template-columns: 1fr; }
  .lp-footer__bar { justify-content: center; text-align: center; }
}
@media (max-width: 559.98px) {
  .lp-features { grid-template-columns: 1fr; }
  .lp-feature--wide { grid-column: span 1; flex-direction: column; text-align: center; align-items: flex-start; }
  .lp-hero__cta { flex-direction: row; flex-wrap: nowrap; gap: .6rem; }
  .lp-hero__cta .lp-btn { flex: 1 1 0; min-width: 0; padding-left: .9rem; padding-right: .9rem; white-space: nowrap; }
  .lp-btn--lg { padding: 10px; font-size: 14px; font-weight: 100; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: .01ms !important; }
  [data-lp-reveal] { opacity: 1; transform: none; }
}
