/* Taxi.com.cy mobile applications coming-soon homepage showcase — v33 */
.app-launch-v33 {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 184, 0, .18), transparent 34%),
    radial-gradient(circle at 88% 72%, rgba(255, 119, 0, .12), transparent 36%),
    linear-gradient(180deg, #fffdf8 0%, #ffffff 52%, #fff8e9 100%);
  color: #111;
  border-top: 1px solid rgba(17, 17, 17, .06);
  border-bottom: 1px solid rgba(17, 17, 17, .06);
}
.app-launch-v33::before,
.app-launch-v33::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.app-launch-v33::before {
  width: 420px;
  height: 420px;
  right: -210px;
  top: 70px;
  border: 62px solid rgba(255, 170, 0, .08);
}
.app-launch-v33::after {
  width: 320px;
  height: 320px;
  left: -185px;
  bottom: -150px;
  border: 48px solid rgba(255, 118, 0, .06);
}
.app-launch-v33 .shell { position: relative; z-index: 1; }
.app-launch-v33__intro {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}
.app-launch-v33__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(232, 135, 0, .25);
  border-radius: 999px;
  background: #fff6d7;
  color: #8d5200;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.app-launch-v33__eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff9f0a;
  box-shadow: 0 0 0 5px rgba(255, 159, 10, .15);
}
.app-launch-v33 h2 {
  margin: 0;
  color: #111;
  font-size: clamp(36px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
}
.app-launch-v33 h2 em {
  display: inline-block;
  font-style: normal;
  color: #f08a00;
}
.app-launch-v33__lead {
  max-width: 760px;
  margin: 22px auto 0;
  color: #393939;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}
.app-launch-v33__stores {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.app-launch-v33__store {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 205px;
  padding: 12px 18px;
  border-radius: 15px;
  background: #111;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
}
.app-launch-v33__store-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffb500, #ff7a00);
  color: #111;
  font-size: 18px;
  font-weight: 900;
}
.app-launch-v33__store-copy { text-align: left; line-height: 1.05; }
.app-launch-v33__store-copy small {
  display: block;
  margin-bottom: 4px;
  color: #c9c9c9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.app-launch-v33__store-copy strong { display: block; color: #fff; font-size: 16px; }
.app-launch-v33__feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 28px auto 42px;
}
.app-launch-v33__feature {
  padding: 18px 20px;
  border: 1px solid rgba(19, 19, 19, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 28px rgba(38, 30, 16, .06);
  text-align: left;
}
.app-launch-v33__feature b { display: block; margin-bottom: 5px; color: #111; font-size: 15px; }
.app-launch-v33__feature span { color: #656565; font-size: 13px; line-height: 1.45; }
.app-launch-v33__gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: stretch;
}
.app-launch-v33__card {
  overflow: hidden;
  position: relative;
  margin: 0;
  border: 1px solid rgba(22, 22, 22, .08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(43, 35, 20, .11);
}
.app-launch-v33__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
.app-launch-v33__card--hero { min-height: 460px; }
.app-launch-v33__stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}
.app-launch-v33__stack .app-launch-v33__card { min-height: 220px; }
.app-launch-v33__wide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}
.app-launch-v33__wide .app-launch-v33__card { min-height: 300px; }
.app-launch-v33__caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 22px;
  padding: 18px 22px;
  border-radius: 22px;
  background: #111;
  color: #fff;
}
.app-launch-v33__caption strong { color: #fff; font-size: 18px; }
.app-launch-v33__caption span { color: #ffc247; font-size: 14px; font-weight: 800; }
@media (max-width: 900px) {
  .app-launch-v33__gallery { grid-template-columns: 1fr; }
  .app-launch-v33__card--hero { min-height: auto; }
  .app-launch-v33__card img { height: auto; object-fit: contain; }
  .app-launch-v33__stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .app-launch-v33__stack .app-launch-v33__card { min-height: 0; }
}
@media (max-width: 720px) {
  .app-launch-v33 { padding: 54px 0 64px; }
  .app-launch-v33__feature-grid { grid-template-columns: 1fr; gap: 10px; }
  .app-launch-v33__stack,
  .app-launch-v33__wide { grid-template-columns: 1fr; }
  .app-launch-v33__wide .app-launch-v33__card { min-height: 0; }
  .app-launch-v33__store { width: 100%; max-width: 310px; }
  .app-launch-v33__caption { text-align: center; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .app-launch-v33 *, .app-launch-v33 *::before, .app-launch-v33 *::after { scroll-behavior: auto !important; }
}
