/* Promo landing — Bank of Georgia campaign */

.promo-page {
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background: linear-gradient(135deg, #fdeedc 0%, #fff5eb 45%, #ffe8d4 100%);
  display: flex;
  flex-direction: column;
}

.promo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.promo-logo-wrap {
  display: flex;
  align-items: center;
  height: 36px;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 58%;
}

.promo-logo {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

html[data-lang="ka"] .promo-logo-wrap {
  max-width: 62%;
}

.promo-header-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  min-width: 0;
}

.promo-limited {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  border: 1px solid rgba(255, 108, 29, 0.15);
  min-width: 0;
  max-width: 100%;
}

.promo-limited-icon {
  display: flex;
  color: var(--color-orange, #ff6c1d);
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.promo-limited-icon svg {
  width: 100%;
  height: 100%;
}

.promo-limited-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.promo-limited-badge {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-orange, #ff6c1d);
}

.promo-limited-hint {
  font-size: 11px;
  color: var(--color-text-muted, rgba(0, 0, 0, 0.56));
}

.promo-lang-switch {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-secondary, rgba(0, 0, 0, 0.68));
  padding: 6px 12px;
  border-radius: 8px;
  transition: background 0.15s;
}

.promo-lang-switch:hover {
  background: rgba(0, 0, 0, 0.04);
}

.promo-main {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
  gap: 24px 48px;
  padding: 24px 40px 48px;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  min-width: 0;
  align-items: center;
}

.promo-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
  max-width: 100%;
}

.promo-hero-title {
  font-family: 'BOG Headline', MarkGEOCAPS, MarkGEO, system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.15;
  color: var(--color-text, rgba(0, 0, 0, 0.92));
  max-width: 100%;
  overflow-wrap: break-word;
}

.promo-hero-subtitle {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--color-text-secondary, rgba(0, 0, 0, 0.68));
}

.promo-hero-subtitle-text {
  display: inline-block;
  line-height: 1.4;
}

.promo-heart {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: #ff6c1d;
  flex-shrink: 0;
  align-self: center;
  transform: translateY(0.05em);
}

.promo-heart svg {
  width: 100%;
  height: 100%;
}

.promo-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
  width: 100%;
}

.promo-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 14px;
  border: 1px solid rgba(255, 108, 29, 0.08);
  box-shadow: 0 2px 8px rgba(255, 140, 66, 0.06);
  min-width: 0;
  max-width: 100%;
}

.promo-feature-icon {
  display: flex;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: #ff8c42;
}

.promo-feature-icon svg {
  width: 100%;
  height: 100%;
}

.promo-feature-text {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  line-height: 1.35;
  color: var(--color-text, rgba(0, 0, 0, 0.92));
  font-family: MarkGEO, BOG, system-ui, sans-serif;
  overflow-wrap: break-word;
}

.promo-feature-check {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #ff6c1d;
}

.promo-feature-check svg {
  width: 100%;
  height: 100%;
}

.promo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  padding: 18px 28px;
  background: linear-gradient(135deg, #ff8c42 0%, #ff6c1d 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(255, 108, 29, 0.35);
  transition: transform 0.15s, box-shadow 0.15s;
  text-decoration: none;
}

.promo-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(255, 108, 29, 0.4);
}

.promo-cta:active {
  transform: translateY(0);
}

.promo-cta-icon {
  display: flex;
  width: 22px;
  height: 22px;
}

.promo-cta-icon svg {
  width: 100%;
  height: 100%;
}

.promo-cta-text {
  flex: 1;
  text-align: center;
}

.promo-trust {
  list-style: none;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.promo-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text-muted, rgba(0, 0, 0, 0.56));
}

.promo-trust-icon {
  display: flex;
  width: 20px;
  height: 20px;
  color: #ff8c42;
}

.promo-trust-icon svg {
  width: 100%;
  height: 100%;
}

/* Hero visual */
.promo-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.promo-visual-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 140, 66, 0.18) 0%, transparent 70%);
  transform: scale(1.1);
}

.promo-orb {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffb88a, #ff8c42);
  box-shadow: inset -4px -4px 12px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(255, 108, 29, 0.2);
}

.promo-orb--1 {
  width: 48px;
  height: 48px;
  top: 8%;
  right: 18%;
}

.promo-orb--2 {
  width: 32px;
  height: 32px;
  bottom: 22%;
  left: 8%;
  opacity: 0.85;
}

.promo-orb--3 {
  width: 24px;
  height: 24px;
  top: 35%;
  left: 12%;
  opacity: 0.7;
}

.promo-confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffd700;
  border-radius: 2px;
  transform: rotate(45deg);
  opacity: 0.8;
}

.promo-confetti--1 { top: 15%; left: 25%; }
.promo-confetti--2 { top: 28%; right: 12%; background: #ff6c1d; }
.promo-confetti--3 { bottom: 35%; right: 28%; }

.promo-gift {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-60%);
  width: 140px;
  height: 120px;
  z-index: 1;
}

.promo-gift-box {
  width: 100%;
  height: 80px;
  background: linear-gradient(160deg, #ffb88a 0%, #ff9a5c 50%, #ff8c42 100%);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(255, 108, 29, 0.25);
  position: relative;
}

.promo-gift-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
}

.promo-gift-lid {
  position: absolute;
  top: -18px;
  left: -8px;
  right: -8px;
  height: 28px;
  background: linear-gradient(160deg, #ffc9a0, #ff9a5c);
  border-radius: 8px 8px 4px 4px;
}

.promo-gift-ribbon {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border: 12px solid rgba(255, 200, 150, 0.9);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.promo-gift-pedestal {
  width: 120px;
  height: 16px;
  margin: 8px auto 0;
  background: linear-gradient(180deg, #ffe0c8, #ffc9a0);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(255, 108, 29, 0.15);
}

.promo-phone {
  position: relative;
  z-index: 2;
  width: 220px;
  transform: rotate(-8deg) translateY(-20px);
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.15));
}

.promo-phone-frame {
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  border-radius: 32px;
  padding: 12px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.promo-phone-screen {
  background: linear-gradient(180deg, #fff9f4 0%, #fff 100%);
  border-radius: 22px;
  padding: 28px 20px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.promo-phone-bonus {
  font-size: 13px;
  color: var(--color-text-secondary);
}

.promo-phone-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: 'BOG Headline', MarkGEOCAPS, system-ui, sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #ff6c1d;
  line-height: 1;
}

.promo-phone-amount-lari {
  display: inline-flex;
  width: 0.55em;
  height: 0.75em;
  color: #ff6c1d;
}

.promo-phone-amount-lari svg {
  width: 100%;
  height: 100%;
}

.promo-phone-thanks {
  font-size: 12px;
  color: var(--color-text-muted);
  max-width: 160px;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 960px) {
  .promo-main {
    grid-template-columns: 1fr;
    padding: 16px 20px 32px;
    gap: 20px;
  }

  .promo-visual {
    order: -1;
    flex-direction: column;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 12px 0 20px;
    overflow: hidden;
  }

  .promo-visual-bg {
    width: min(280px, 85vw);
    height: min(280px, 85vw);
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
  }

  .promo-phone {
    position: relative;
    z-index: 2;
    width: min(190px, 52vw);
    transform: none;
    margin: 0 auto;
    filter: none;
  }

  .promo-phone-screen {
    min-height: auto;
    padding: 22px 14px;
    aspect-ratio: 10 / 16;
    justify-content: center;
  }

  .promo-phone-amount {
    font-size: clamp(32px, 9vw, 40px);
  }

  .promo-gift {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 92px;
    height: 80px;
    margin: -16px auto 0;
    z-index: 1;
  }

  .promo-gift-box {
    height: 60px;
  }

  .promo-gift-lid {
    left: 0;
    right: 0;
  }

  .promo-gift-pedestal {
    width: 84px;
  }

  .promo-orb--1 {
    width: 32px;
    height: 32px;
    top: 6%;
    right: 8%;
  }

  .promo-orb--2 {
    width: 22px;
    height: 22px;
    bottom: 14%;
    left: 8%;
  }

  .promo-header {
    padding: 14px 16px;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .promo-main {
    padding: 12px 16px 28px;
  }

  .promo-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "logo actions";
    align-items: center;
    gap: 10px 12px;
  }

  .promo-logo-wrap {
    grid-area: logo;
    max-width: 100%;
    height: 32px;
    align-self: center;
  }

  html[data-lang="ka"] .promo-logo-wrap {
    max-width: 100%;
    height: 30px;
  }

  .promo-header-right {
    grid-area: actions;
    margin-left: 0;
    justify-self: end;
    align-self: center;
  }

  .promo-limited {
    padding: 6px 10px;
    gap: 8px;
  }

  .promo-limited-badge {
    font-size: 11px;
    white-space: nowrap;
  }

  .promo-limited-hint {
    display: none;
  }

  .promo-lang-switch {
    font-size: 13px;
    padding: 6px 8px;
    white-space: nowrap;
  }

  .promo-visual {
    padding: 8px 0 16px;
  }

  .promo-hero-title {
    font-size: clamp(22px, 6.5vw, 26px);
  }

  .promo-hero-subtitle {
    font-size: 16px;
  }

  .promo-feature {
    padding: 12px 14px;
    gap: 10px;
  }

  .promo-feature-text {
    font-size: 14px;
  }

  .promo-cta {
    font-size: 16px;
    padding: 16px 18px;
  }

  .promo-trust {
    gap: 12px 16px;
    justify-content: center;
  }

  .promo-phone {
    width: min(168px, 48vw);
  }

  .promo-phone-screen {
    padding: 18px 12px;
    aspect-ratio: 10 / 15;
  }

  .promo-phone-bonus {
    font-size: 11px;
  }

  .promo-phone-thanks {
    font-size: 10px;
    max-width: 120px;
  }

  .promo-gift {
    width: 76px;
    height: 68px;
    margin-top: -12px;
  }

  .promo-gift-box {
    height: 52px;
  }

  .promo-orb--1,
  .promo-orb--2,
  .promo-orb--3,
  .promo-confetti {
    display: none;
  }
}

@media (max-width: 380px) {
  .promo-header {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "actions";
    align-items: stretch;
    gap: 12px;
  }

  .promo-logo-wrap {
    justify-self: start;
    height: 30px;
  }

  .promo-header-right {
    justify-self: stretch;
    justify-content: space-between;
    width: 100%;
  }
}
