/* Aviatrip Flights Modern v8.4.2 */

.v842-flights{
  --v842-blue:#0b63d5;
  --v842-blue-dark:#064aa8;
  --v842-sky:#edf6ff;
  --v842-navy:#0d1b2f;
  --v842-text:#4f6277;
  --v842-line:#dde7f0;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:28px 0 72px;
  background:
    radial-gradient(circle at top right,rgba(17,145,233,.16),transparent 28%),
    radial-gradient(circle at top left,rgba(31,119,215,.07),transparent 22%),
    linear-gradient(180deg,#f7fbff 0%,#ffffff 42%,#f7fafc 100%);
  color:var(--v842-navy);
}

.v842-flights__bg{
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
}

.v842-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(1px);
}

.v842-orb--a{
  top:-110px;
  right:-80px;
  width:260px;
  height:260px;
  background:radial-gradient(circle,rgba(39,144,233,.19),rgba(39,144,233,0));
}

.v842-orb--b{
  top:160px;
  left:-100px;
  width:220px;
  height:220px;
  background:radial-gradient(circle,rgba(11,99,213,.10),rgba(11,99,213,0));
}

.v842-grid{
  position:absolute;
  inset:auto -60px 30% auto;
  width:220px;
  height:220px;
  opacity:.08;
  background-image:
    linear-gradient(rgba(11,99,213,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,99,213,.5) 1px, transparent 1px);
  background-size:16px 16px;
  transform:rotate(12deg);
}

.v842-flights__container{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
}

.v842-breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  color:#6f7f91;
  font-size:12px;
  font-weight:800;
}

.v842-breadcrumb a{
  color:var(--v842-blue);
  text-decoration:none;
}

.v842-hero{
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(320px, .8fr);
  gap:24px;
  align-items:stretch;
}

.v842-hero__copy,
.v842-hero__card,
.v842-search-panel,
.v842-quick-routes,
.v842-results,
.v842-info-strip{
  border:1px solid var(--v842-line);
  background:rgba(255,255,255,.90);
  box-shadow:0 20px 60px rgba(18,49,82,.08);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}

.v842-hero__copy{
  border-radius:30px;
  padding:34px 34px 30px;
}

.v842-hero__card{
  border-radius:30px;
  padding:22px;
}

.v842-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  color:var(--v842-blue);
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
}

.v842-eyebrow i{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:9px;
  background:#e8f2ff;
  color:var(--v842-blue);
  font-style:normal;
  font-size:14px;
}

.v842-hero__copy h1{
  margin:0;
  max-width:720px;
  font-size:clamp(34px, 5vw, 56px);
  line-height:1.05;
  letter-spacing:-.05em;
  font-weight:950;
}

.v842-hero__lead{
  max-width:700px;
  margin:16px 0 0;
  color:var(--v842-text);
  font-size:15px;
  line-height:1.75;
}

.v842-feature-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.v842-feature-chips span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 14px;
  border:1px solid #d8e7f8;
  border-radius:999px;
  background:#f8fbff;
  color:#39506a;
  font-size:12px;
  font-weight:850;
}

.v842-feature-chips b{
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#e7f7ef;
  color:#0a8c52;
  font-size:11px;
}

.v842-route-card,
.v842-hero-mini{
  display:flex;
  flex-direction:column;
  height:100%;
  padding:4px;
}

.v842-route-card__top,
.v842-hero-mini__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:16px;
}

.v842-route-card__top span,
.v842-hero-mini__head span{
  color:#23415f;
  font-size:13px;
  font-weight:900;
}

.v842-route-card__top small,
.v842-hero-mini__head small{
  color:#7990a7;
  font-size:11px;
  font-weight:800;
}

.v842-route-card__route{
  display:grid;
  grid-template-columns:1fr 72px 1fr;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  padding:22px 18px;
  border-radius:22px;
  background:linear-gradient(180deg,#f8fbff 0%, #eef6ff 100%);
}

.v842-route-card__route small{
  display:block;
  margin-bottom:6px;
  color:#7d8da0;
  font-size:10px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.v842-route-card__route strong{
  font-size:30px;
  font-weight:950;
  letter-spacing:.02em;
}

.v842-route-card__route i{
  color:var(--v842-blue);
  line-height:0;
}

.v842-route-card__route svg{
  display:block;
  width:100%;
}

.v842-route-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.v842-route-card__meta span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:10px 12px;
  border-radius:999px;
  background:#f4f8fb;
  color:#41566f;
  font-size:11px;
  font-weight:850;
}

.v842-route-card__meta i{
  color:var(--v842-blue);
  font-style:normal;
}

.v842-hero-mini__points{
  display:grid;
  gap:12px;
}

.v842-hero-mini__points article{
  padding:16px 16px 14px;
  border-radius:18px;
  background:linear-gradient(180deg,#f8fbff 0%,#f3f8fd 100%);
}

.v842-hero-mini__points b{
  display:block;
  margin-bottom:5px;
  color:#1f3b57;
  font-size:14px;
}

.v842-hero-mini__points p{
  margin:0;
  color:#617486;
  font-size:12px;
  line-height:1.6;
}

.v842-search-panel,
.v842-quick-routes,
.v842-results{
  margin-top:24px;
  border-radius:28px;
  padding:24px;
}

.v842-search-panel__top,
.v842-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.v842-search-panel__top span,
.v842-section-head span{
  display:block;
  margin-bottom:4px;
  color:var(--v842-blue);
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.v842-search-panel__top h2,
.v842-section-head h2{
  margin:0;
  font-size:clamp(22px, 2.8vw, 30px);
  line-height:1.18;
  letter-spacing:-.03em;
  font-weight:930;
}

.v842-search-panel__top p,
.v842-section-head p{
  margin:0;
  max-width:470px;
  color:#6a7a8d;
  font-size:13px;
  line-height:1.7;
}

.v842-search-panel__route{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:3px;
  padding:11px 14px;
  border-radius:16px;
  background:#f6f9fc;
  text-align:right;
}

.v842-search-panel__route strong{
  color:#21415e;
  font-size:14px;
}

.v842-search-panel__route small{
  color:#76879a;
  font-size:11px;
}

.v842-widget-shell,
.v842-results__shell{
  padding:16px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(240,247,255,.95) 0%, rgba(255,255,255,.98) 100%);
  border:1px solid #e7eef5;
}

.v842-tpwl-search,
.v842-results__shell #tpwl-tickets{
  position:relative;
  z-index:1;
}

.v842-quick-routes__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
}

.v842-quick-card{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:18px;
  border:1px solid #dbe7f3;
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  text-decoration:none;
  color:inherit;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.v842-quick-card:hover{
  transform:translateY(-3px);
  border-color:#bdd7ef;
  box-shadow:0 18px 35px rgba(15,55,95,.08);
}

.v842-quick-card__code{
  display:flex;
  align-items:center;
  gap:10px;
  color:#12385a;
}

.v842-quick-card__code strong{
  font-size:22px;
  font-weight:950;
  letter-spacing:.03em;
}

.v842-quick-card__code i{
  color:var(--v842-blue);
  font-style:normal;
  font-weight:900;
}

.v842-quick-card__copy b{
  display:block;
  margin-bottom:5px;
  color:#1f3c59;
  font-size:14px;
}

.v842-quick-card__copy span{
  color:#6e8195;
  font-size:12px;
}

.v842-results{
  scroll-margin-top:90px;
}

.v842-section-head--results{
  margin-bottom:14px;
}

.v842-info-strip{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:0;
  margin-top:24px;
  border-radius:26px;
  overflow:hidden;
}

.v842-info-strip article{
  display:flex;
  gap:12px;
  padding:22px 20px;
  background:rgba(255,255,255,.92);
}

.v842-info-strip article + article{
  border-left:1px solid var(--v842-line);
}

.v842-info-strip i{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  flex:none;
  border-radius:14px;
  background:#eef5ff;
  color:var(--v842-blue);
  font-style:normal;
  font-size:18px;
}

.v842-info-strip b{
  display:block;
  margin-bottom:5px;
  color:#1c3956;
  font-size:14px;
}

.v842-info-strip p{
  margin:0;
  color:#687b90;
  font-size:12px;
  line-height:1.65;
}

.v842-integration-message{
  display:grid;
  gap:4px;
  padding:16px;
  border:1px solid #f2d18a;
  border-radius:16px;
  background:#fff8e8;
  color:#774d00;
}

@media (max-width: 1100px){
  .v842-hero{
    grid-template-columns:1fr;
  }

  .v842-quick-routes__grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .v842-info-strip{
    grid-template-columns:1fr;
  }

  .v842-info-strip article + article{
    border-left:0;
    border-top:1px solid var(--v842-line);
  }
}

@media (max-width: 760px){
  .v842-flights{
    padding:20px 0 52px;
  }

  .v842-flights__container{
    width:min(100% - 18px, 1180px);
  }

  .v842-hero__copy,
  .v842-hero__card,
  .v842-search-panel,
  .v842-quick-routes,
  .v842-results{
    border-radius:22px;
    padding:18px;
  }

  .v842-hero__copy h1{
    font-size:clamp(30px, 9vw, 42px);
  }

  .v842-hero__lead{
    font-size:14px;
  }

  .v842-feature-chips{
    display:grid;
    grid-template-columns:1fr;
  }

  .v842-search-panel__top,
  .v842-section-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .v842-search-panel__route{
    align-items:flex-start;
    text-align:left;
  }

  .v842-route-card__route{
    grid-template-columns:1fr 54px 1fr;
    padding:18px 14px;
  }

  .v842-route-card__route strong{
    font-size:24px;
  }

  .v842-widget-shell,
  .v842-results__shell{
    padding:10px;
    border-radius:18px;
  }
}

@media (max-width: 560px){
  .v842-breadcrumb{
    margin-bottom:12px;
  }

  .v842-hero{
    gap:16px;
  }

  .v842-search-panel,
  .v842-quick-routes,
  .v842-results{
    margin-top:16px;
  }

  .v842-quick-routes__grid{
    grid-template-columns:1fr;
  }

  .v842-info-strip{
    margin-top:16px;
    border-radius:22px;
  }

  .v842-info-strip article{
    padding:18px 16px;
  }
}
