/* iKash pre-launch — light page + white SMM-style header */

:root {
  --ik-navy: #23223b;
  --ik-primary: #202cfc;
  --ik-primary-hover: #1a24e0;
  --ik-primary-pressed: #151cc4;
  --ik-primary-shadow: 0 4px 14px rgba(32, 44, 252, 0.34);
  --ik-primary-shadow-hover: 0 6px 18px rgba(32, 44, 252, 0.42);
  --ik-content-max: 1440px;
  --ik-content-pad: clamp(20px, 4vw, 48px);
  --ik-text: #23223b;
  --ik-muted: #5b6472;
  --ik-line: rgba(35, 34, 59, 0.08);
  --ik-soft: #f6f7fb;
  --ik-radius: 20px;
  --ik-radius-sm: 12px;
  --ik-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body.pl-body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  font-family: var(--ik-font);
  color: var(--ik-text);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pl-wrap {
  width: min(var(--ik-content-max), calc(100% - 2 * var(--ik-content-pad)));
  margin: 0 auto;
}

/* ========== WHITE HEADER (SMM shell look) ========== */

.pl-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.pl-topbar-inner {
  width: min(var(--ik-content-max), calc(100% - 2 * var(--ik-content-pad)));
  max-width: var(--ik-content-max);
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 72px;
  box-sizing: border-box;
}

.pl-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
  flex-shrink: 0;
}

.pl-brand img {
  height: 34px;
  width: auto;
  display: block;
}

.menu {
  display: flex;
  margin-left: auto;
}

.menu-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.menu a {
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: #4b5563;
  font-size: 0.92rem;
  font-weight: 500;
}

.menu a:last-child {
  margin-right: -12px;
}

.menu a:hover {
  color: #111827;
  background: #f9fafb;
}

.hamburger {
  display: none;
  margin-left: auto;
  font-size: 26px;
  color: #111827;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px 8px;
  line-height: 1;
}

@media (min-width: 901px) {
  .hamburger {
    display: none !important;
  }

  .menu {
    display: flex !important;
  }
}

/* ========== HERO ========== */

.pl-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 76vh, 780px);
  padding:
    clamp(48px, 7vh, 88px)
    0
    clamp(28px, 4vh, 48px);
  overflow: hidden;
  background: #eef0f6;
}

.pl-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pl-hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
  transform: scale(1.03);
  opacity: 1;
  filter: saturate(0.95) brightness(1);
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.35) 48%,
    rgba(0, 0, 0, 0.75) 72%,
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.35) 48%,
    rgba(0, 0, 0, 0.75) 72%,
    #000 100%
  );
}

.pl-hero-overlay {
  display: none;
}

.pl-hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--ik-content-max), calc(100% - 2 * var(--ik-content-pad)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 4.5vw, 64px);
  align-items: center;
}

.pl-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ik-primary);
  background: rgba(32, 44, 252, 0.08);
  border: 1px solid rgba(32, 44, 252, 0.12);
}

.pl-hero-copy h1 {
  margin: 0 0 16px;
  max-width: 14ch;
  font-size: clamp(2.1rem, 3.4vw, 3.35rem);
  font-weight: 750;
  line-height: 1.1;
  letter-spacing: -0.038em;
  color: var(--ik-navy);
}

.pl-hero-lead {
  margin: 0 0 28px;
  max-width: 34ch;
  font-size: clamp(1.02rem, 1.2vw, 1.15rem);
  line-height: 1.55;
  color: var(--ik-muted);
  font-weight: 400;
}

.pl-hero-availability {
  margin: 0;
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(32, 44, 252, 0.14);
  box-shadow: 0 8px 24px rgba(35, 34, 59, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ik-primary);
  letter-spacing: -0.015em;
}

.pl-waitlist-wrap {
  position: relative;
  padding-top: 36px;
}

.pl-sticker {
  position: absolute;
  top: 4px;
  right: -6px;
  z-index: 3;
  width: min(176px, 44vw);
  padding: 18px 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.28), transparent 52%),
    var(--ik-primary);
  border-radius: 50%;
  aspect-ratio: 1;
  justify-content: center;
  box-shadow:
    0 18px 36px rgba(32, 44, 252, 0.38),
    0 6px 14px rgba(35, 34, 59, 0.2);
  transform: rotate(11deg);
  animation: pl-sticker-pop 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
  pointer-events: none;
}

.pl-sticker-link {
  position: absolute;
  top: 4px;
  right: -6px;
  z-index: 3;
  width: min(176px, 44vw);
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  text-decoration: none;
  color: inherit;
  transform: rotate(11deg);
  pointer-events: auto;
}

.pl-sticker-link .pl-sticker {
  position: static;
  top: auto;
  right: auto;
  width: 100%;
  transform: none;
  animation: pl-sticker-pop 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pl-sticker::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.pl-sticker-kicker {
  position: relative;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.95;
}

.pl-sticker-title {
  position: relative;
  font-size: clamp(0.72rem, 1.25vw, 0.84rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 13ch;
}

.pl-sticker-text {
  position: relative;
  font-size: 0.74rem;
  line-height: 1.25;
  opacity: 0.95;
  max-width: 15ch;
  font-weight: 600;
}

.pl-sticker-nowrap {
  white-space: nowrap;
}

@keyframes pl-sticker-pop {
  from {
    opacity: 0;
    transform: rotate(11deg) scale(0.65);
  }
  to {
    opacity: 1;
    transform: rotate(11deg) scale(1);
  }
}

.pl-waitlist-card {
  background: #ffffff;
  border-radius: 28px;
  padding: clamp(24px, 2.6vw, 36px);
  box-shadow:
    0 30px 80px rgba(35, 34, 59, 0.14),
    0 8px 24px rgba(35, 34, 59, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.pl-waitlist-title {
  margin: 0 0 8px;
  font-size: clamp(1.3rem, 1.7vw, 1.55rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  color: var(--ik-navy);
  text-align: center;
}

.pl-waitlist-sub {
  margin: 0 auto;
  max-width: 36ch;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--ik-muted);
}

.pl-waitlist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
}

.pl-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 18px 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(35, 34, 59, 0.08);
  min-width: 0;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pl-panel:hover {
  border-color: rgba(32, 44, 252, 0.18);
  box-shadow: 0 10px 28px rgba(32, 44, 252, 0.06);
}

.pl-panel.is-success .pl-field,
.pl-panel.is-success .pl-btn,
.pl-panel.is-success .pl-privacy-note,
.pl-panel.is-success .pl-panel-head p {
  display: none;
}

.pl-panel.is-success .pl-form-success {
  display: block;
}

.pl-panel-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 6px;
}

.pl-panel-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ik-primary);
  background: rgba(32, 44, 252, 0.07);
  border: 1px solid rgba(32, 44, 252, 0.1);
}

.pl-panel-head h3 {
  margin: 0 0 4px;
  font-size: 1.02rem;
  font-weight: 750;
  letter-spacing: -0.015em;
  color: var(--ik-navy);
}

.pl-panel-head p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--ik-muted);
}

.pl-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--ik-navy);
}

.pl-field input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(35, 34, 59, 0.12);
  background: var(--ik-soft);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ik-text);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.pl-field input::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

.pl-field input:focus {
  border-color: rgba(32, 44, 252, 0.45);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(32, 44, 252, 0.12);
}

.pl-field input.is-invalid {
  border-color: #c45c5c;
  box-shadow: 0 0 0 3px rgba(196, 92, 92, 0.12);
}

.pl-place-wrap {
  position: relative;
}

.pl-place-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 40;
  margin: 0;
  padding: 6px;
  list-style: none;
  max-height: 240px;
  overflow: auto;
  border-radius: 12px;
  border: 1px solid rgba(35, 34, 59, 0.12);
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.pl-place-list[hidden] {
  display: none !important;
}

.pl-place-option {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ik-text);
}

.pl-place-option:hover,
.pl-place-option.is-active {
  background: rgba(32, 44, 252, 0.08);
  color: var(--ik-primary);
}

.pl-place-option small {
  display: block;
  margin-top: 2px;
  font-size: 0.75rem;
  font-weight: 450;
  color: #7b8494;
}

.pl-place-empty {
  padding: 10px 12px 6px;
  font-size: 0.85rem;
  color: #7b8494;
}

.pl-place-option--custom {
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(35, 34, 59, 0.08);
  border-radius: 8px;
  color: var(--ik-primary);
  font-weight: 650;
}

.pl-place-option--custom:hover,
.pl-place-option--custom.is-active {
  background: rgba(32, 44, 252, 0.1);
  color: var(--ik-primary);
}

.pl-place-option--custom small {
  color: #64748b;
  font-weight: 450;
}

.pl-btn {
  margin-top: 6px;
  height: 48px;
  border: none;
  border-radius: 12px;
  background: var(--ik-primary);
  color: #fff;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--ik-primary-shadow);
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.pl-btn:hover {
  background: var(--ik-primary-hover);
  box-shadow: var(--ik-primary-shadow-hover);
}

.pl-btn:active {
  background: var(--ik-primary-pressed);
  transform: translateY(1px);
}

.pl-btn--outline {
  background: #fff;
  color: var(--ik-primary);
  border: 1.5px solid rgba(32, 44, 252, 0.35);
  box-shadow: none;
}

.pl-btn--outline:hover {
  background: rgba(32, 44, 252, 0.05);
  box-shadow: none;
  border-color: var(--ik-primary);
}

.pl-privacy-note {
  margin: 2px 0 0;
  font-size: 0.72rem;
  line-height: 1.4;
  color: #7b8494;
  font-weight: 400;
}

.pl-form-success {
  margin: 8px 0 0;
  padding: 14px;
  border-radius: 12px;
  background: rgba(32, 44, 252, 0.06);
  border: 1px solid rgba(32, 44, 252, 0.12);
  color: var(--ik-navy);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
}

.pl-form-error {
  margin: 8px 0 0;
  padding: 14px;
  border-radius: 12px;
  background: rgba(220, 38, 38, 0.06);
  border: 1px solid rgba(220, 38, 38, 0.14);
  color: #991b1b;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
}

.pl-form-error[hidden],
.pl-form-success[hidden] {
  display: none !important;
}

.pl-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ========== SECTIONS ========== */

.pl-section {
  padding: clamp(64px, 9vh, 112px) 0;
}

.pl-section-head {
  max-width: 40rem;
  margin: 0 auto 48px;
  text-align: center;
}

.pl-why .pl-section-head {
  max-width: min(56rem, 100%);
}

.pl-why .pl-section-head p {
  white-space: nowrap;
}

.pl-section-head h2 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 2.4vw, 2.15rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  color: var(--ik-navy);
}

.pl-section-head p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ik-muted);
}

.pl-why {
  padding-top: clamp(28px, 4vh, 48px);
  padding-bottom: clamp(28px, 4vh, 48px);
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(32, 44, 252, 0.04), transparent 70%),
    linear-gradient(180deg, #ffffff 0%, var(--ik-soft) 100%);
}

.pl-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 40px);
}

.pl-why-col {
  padding: clamp(28px, 3vw, 40px);
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--ik-line);
  box-shadow: 0 12px 40px rgba(35, 34, 59, 0.04);
}

.pl-why-col h3 {
  margin: 0 0 28px;
  font-size: 1.2rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: var(--ik-navy);
}

.pl-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.pl-benefits li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.pl-benefit-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ik-primary);
  background: var(--ik-soft);
  border: 1px solid var(--ik-line);
}

.pl-benefits strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ik-navy);
}

.pl-benefits li > span:last-child > span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ik-muted);
}

.pl-about {
  background:
    linear-gradient(90deg, rgba(32, 44, 252, 0.035), transparent 42%),
    #fff;
  padding-top: clamp(28px, 4vh, 44px);
  padding-bottom: clamp(28px, 4vh, 44px);
  border-top: 1px solid var(--ik-line);
  border-bottom: 1px solid var(--ik-line);
}

.pl-about-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.pl-about-eyebrow {
  display: inline-flex;
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ik-primary);
}

.pl-about-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  color: var(--ik-navy);
}

.pl-about-lead {
  margin: 0;
  max-width: 46rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ik-muted);
}

.pl-about-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.pl-about-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(32, 44, 252, 0.05);
  border: 1px solid rgba(32, 44, 252, 0.1);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ik-navy);
}

.pl-about-point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--ik-primary);
  background: #fff;
  border: 1px solid rgba(32, 44, 252, 0.12);
  flex-shrink: 0;
}

.pl-trust {
  background: var(--ik-soft);
  padding-top: clamp(28px, 4vh, 44px);
  padding-bottom: clamp(28px, 4vh, 44px);
}

.pl-trust-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.pl-trust-eyebrow {
  display: inline-flex;
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ik-primary);
}

.pl-trust-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  color: var(--ik-navy);
}

.pl-trust-copy p {
  margin: 0;
  max-width: 38rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ik-muted);
}

.pl-trust-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.pl-trust-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--ik-line);
  box-shadow: 0 4px 14px rgba(35, 34, 59, 0.03);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ik-navy);
}

.pl-trust-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--ik-primary);
}

.pl-faq {
  background: #fff;
  padding-top: clamp(28px, 4vh, 48px);
  padding-bottom: clamp(28px, 4vh, 48px);
}

.pl-faq-list {
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  align-items: start;
}

.pl-faq-item {
  border-radius: 16px;
  border: 1px solid var(--ik-line);
  background: var(--ik-soft);
  overflow: hidden;
}

.pl-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ik-navy);
  letter-spacing: -0.015em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pl-faq-item summary::-webkit-details-marker {
  display: none;
}

.pl-faq-item summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--ik-primary);
  border-bottom: 2px solid var(--ik-primary);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-top: -4px;
}

.pl-faq-item[open] summary::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.pl-faq-item p {
  margin: 0;
  padding: 0 22px 20px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ik-muted);
}

.pl-body .ikash-site-footer {
  margin-top: 0;
}

.pl-body .ikash-site-footer--consumer {
  display: block !important;
}

.pl-body .pl-footer .ikash-footer-grid {
  grid-template-columns: 1.1fr 2.2fr 0.7fr;
}

.pl-body .pl-footer .ikash-footer-cols {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 28px;
}

/* ========== WINACTIE PAGE ========== */

.pl-win-page .menu a[aria-current="page"] {
  color: var(--ik-primary);
  background: transparent;
  box-shadow: inset 0 -2px 0 var(--ik-primary);
  border-radius: 0;
}

.pl-win-banner {
  --pl-win-card-w: 360px;
  --pl-win-infobar-h: 96px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(36px, 5vh, 56px) 0 0;
  color: #fff;
  background: #0d1b3e;
}

.pl-win-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pl-win-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  filter: none;
  transform: none;
}

.pl-win-banner-shade {
  display: none;
}

.pl-win-banner::before {
  content: none;
}

.pl-win-banner-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--pl-win-card-w);
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
  padding-bottom: 0;
  min-height: 420px;
}

.pl-win-banner-copy {
  padding-top: 8px;
  padding-bottom: 24px;
  max-width: 38rem;
}

.pl-win-banner-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(180deg, rgba(90, 120, 220, 0.42) 0%, rgba(35, 55, 150, 0.38) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pl-win-banner-copy h1 {
  margin: 0 0 16px;
  max-width: 14ch;
  font-size: clamp(2.15rem, 3.8vw, 3.15rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.pl-win-banner-lead {
  margin: 0 0 28px;
  max-width: 34rem;
  font-size: 1.04rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.pl-win-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
}

.pl-win-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--ik-primary);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(32, 44, 252, 0.4);
}

.pl-win-btn-primary:hover {
  background: var(--ik-primary-hover);
  color: #fff;
}

.pl-win-banner-secondary {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 2px;
}

.pl-win-banner-secondary:hover {
  border-bottom-color: #fff;
}

.pl-win-hero-card {
  width: var(--pl-win-card-w);
  max-width: 100%;
  justify-self: end;
  align-self: stretch;
  position: relative;
  z-index: 3;
  left: -60px;
  margin-bottom: calc(-0.5 * var(--pl-win-infobar-h));
  padding: 28px 28px 20px;
  border-radius: 28px;
  background: #f3f4ff;
  color: var(--ik-navy);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.28);
  text-align: left;
  display: flex;
  flex-direction: column;
}

.pl-win-hero-card-kicker {
  margin: 0 0 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ik-primary);
}

.pl-win-hero-card-title {
  margin: 0 0 6px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: #151a36;
}

.pl-win-hero-card-sub {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.35;
  color: #7b8494;
}

.pl-win-gift {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  margin: 8px 0 4px;
  min-height: 250px;
}

.pl-win-gift-img {
  width: 300px;
  height: 260px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(32, 44, 252, 0.18));
}

.pl-win-hero-checks {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.pl-win-hero-checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 0.94rem;
  font-weight: 600;
  color: #23223b;
  border-top: 1px solid rgba(35, 34, 59, 0.08);
}

.pl-win-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--ik-primary);
  flex-shrink: 0;
}

.pl-win-infobar {
  position: relative;
  z-index: 1;
  height: var(--pl-win-infobar-h);
  background: #061244;
  color: #fff;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.pl-win-infobar-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 28px;
  align-items: center;
  box-sizing: border-box;
  /* leave room for overlapping prize card on the right */
  padding-right: calc(var(--pl-win-card-w) + clamp(20px, 3vw, 40px));
}

.pl-win-infobar-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.pl-win-infobar-ico {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #fff;
  background: rgba(70, 95, 200, 0.35);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.pl-win-infobar-ico svg {
  display: block;
  flex-shrink: 0;
  margin: 0;
}

.pl-win-infobar-item p {
  margin: 0;
  display: grid;
  gap: 2px;
  min-width: 0;
}

.pl-win-infobar-item strong {
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
}

.pl-win-infobar-item p span {
  display: block;
  font-size: 0.84rem;
  line-height: 1.32;
  color: rgba(255, 255, 255, 0.68);
}

.pl-win-head {
  margin: 0 0 24px;
}

.pl-win-head--center {
  text-align: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.pl-win-head h2 {
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--ik-navy);
}

.pl-win-head p {
  margin: 0;
  font-size: 1rem;
  color: var(--ik-muted);
}

.pl-win-prizes {
  padding: clamp(40px, 6vh, 64px) 0;
  background: #f7f8fc;
}

.pl-win-prize-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pl-win-prize-col {
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(32, 44, 252, 0.1);
  box-shadow: 0 12px 32px rgba(32, 44, 252, 0.05);
}

.pl-win-prize-col--merchant {
  border-color: rgba(232, 160, 30, 0.22);
  box-shadow: 0 12px 32px rgba(232, 160, 30, 0.06);
}

.pl-win-prize-col-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(35, 34, 59, 0.08);
}

.pl-win-prize-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ik-primary);
  background: rgba(32, 44, 252, 0.1);
  flex-shrink: 0;
}

.pl-win-prize-col--merchant .pl-win-prize-icon {
  color: #b7791f;
  background: rgba(232, 160, 30, 0.16);
}

.pl-win-prize-col-head h3 {
  margin: 0 0 2px;
  font-size: 1.12rem;
  font-weight: 750;
  color: var(--ik-navy);
}

.pl-win-prize-col-head p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--ik-muted);
}

.pl-win-prize-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.pl-win-prize-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 16px;
  background: #f8f9ff;
  border: 1px solid rgba(35, 34, 59, 0.05);
}

.pl-win-prize-col--merchant .pl-win-prize-list li {
  background: #fffaf3;
}

.pl-win-prize-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ik-primary);
  background: #fff;
  border: 1px solid rgba(32, 44, 252, 0.1);
  flex-shrink: 0;
}

.pl-win-prize-col--merchant .pl-win-prize-ico {
  color: #b7791f;
  border-color: rgba(232, 160, 30, 0.22);
}

.pl-win-prize-place {
  display: inline-flex;
  margin-bottom: 5px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 550;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ik-primary);
  background: rgba(32, 44, 252, 0.08);
}

.pl-win-prize-col--merchant .pl-win-prize-place {
  color: #9a6419;
  background: rgba(232, 160, 30, 0.16);
}

.pl-win-prize-list strong {
  display: block;
  margin-bottom: 3px;
  font-size: 1rem;
  font-weight: 750;
  color: var(--ik-navy);
}

.pl-win-prize-list li > div > span:last-child {
  display: block;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--ik-muted);
}

.pl-win-cta {
  padding: 8px 0 36px;
  background: #f7f8fc;
}

.pl-win-cta-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border-radius: 20px;
  background: #eef1ff;
  border: 1px solid rgba(32, 44, 252, 0.1);
}

.pl-win-cta-ico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ik-primary);
  background: #fff;
  border: 1px solid rgba(32, 44, 252, 0.12);
  flex-shrink: 0;
}

.pl-win-cta-bar p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--ik-navy);
}

.pl-win-trust {
  background: #0b1230;
  color: #fff;
  padding: 36px 0;
}

.pl-win-trust-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 28px;
}

.pl-win-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.pl-win-trust-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  flex-shrink: 0;
}

.pl-win-trust-item p {
  margin: 0;
  display: grid;
  gap: 4px;
}

.pl-win-trust-item strong {
  font-size: 1rem;
  font-weight: 750;
}

.pl-win-trust-item span {
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.pl-sticker-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
  border-radius: 50%;
}

.pl-faq-item a {
  color: var(--ik-primary);
  font-weight: 650;
}

/* ========== MOBILE ========== */

@media (max-width: 900px) {
  .pl-topbar-inner {
    flex-wrap: wrap;
    width: min(var(--ik-content-max), calc(100% - 2 * var(--ik-content-pad)));
    padding: 12px 0;
    gap: 10px;
    min-height: 0;
  }

  .hamburger {
    display: block;
  }

  .menu {
    display: none;
    order: 3;
    flex: 1 1 100%;
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 6px 8px;
  }

  .menu.is-open {
    display: flex;
  }

  .menu-links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .menu a {
    display: block;
    padding: 12px 10px;
    color: #111827;
  }

  .pl-hero {
    min-height: 0;
    padding: 36px 0 24px;
  }

  .pl-hero-photo {
    opacity: 1;
  }

  .pl-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pl-hero-copy h1 {
    max-width: none;
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }

  .pl-hero-lead {
    max-width: none;
  }

  .pl-waitlist-grid {
    grid-template-columns: 1fr;
  }

  .pl-why-grid {
    grid-template-columns: 1fr;
  }

  .pl-trust-card {
    flex-direction: column;
    gap: 16px;
  }

  .pl-section {
    padding: 56px 0;
  }

  .pl-section-head {
    margin-bottom: 32px;
    text-align: left;
  }

  .pl-why .pl-section-head p {
    white-space: normal;
  }

  .pl-about-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pl-about-points {
    grid-template-columns: 1fr;
  }

  .pl-trust-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pl-faq-list {
    grid-template-columns: 1fr;
  }

  .pl-win-banner {
    --pl-win-card-w: 100%;
    --pl-win-infobar-h: auto;
  }

  .pl-win-banner-inner,
  .pl-win-infobar-inner,
  .pl-win-prize-cols,
  .pl-win-trust-inner {
    grid-template-columns: 1fr;
  }

  .pl-win-banner-inner {
    min-height: 0;
    padding-bottom: 24px;
  }

  .pl-win-hero-card {
    width: 100%;
    margin-bottom: 0;
    align-self: stretch;
    left: 0;
  }

  .pl-win-gift {
    min-height: 160px;
  }

  .pl-win-infobar {
    height: auto;
    padding: 18px 0;
  }

  .pl-win-infobar-inner {
    padding-right: 0;
    gap: 16px;
  }

  .pl-win-infobar-item strong {
    white-space: normal;
  }

  .pl-win-banner-copy h1 {
    max-width: none;
  }

  .pl-win-cta-bar {
    grid-template-columns: auto 1fr;
  }

  .pl-win-cta-bar .pl-win-btn-primary {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .pl-waitlist-card {
    border-radius: 22px;
    padding: 18px 14px;
  }

  .pl-sticker {
    top: 2px;
    right: 0;
    width: min(148px, 42vw);
    padding: 14px 12px 16px;
    transform: rotate(8deg);
    animation: none;
  }

  .pl-sticker-link {
    top: 2px;
    right: 0;
    width: min(148px, 42vw);
    transform: rotate(8deg);
  }

  .pl-sticker-link .pl-sticker {
    transform: none;
  }

  .pl-sticker-title {
    font-size: 0.84rem;
  }

  .pl-sticker-text {
    font-size: 0.7rem;
  }

  .pl-panel {
    padding: 16px 14px;
  }
}

@media (min-width: 1600px) {
  .pl-hero-copy h1 {
    font-size: 3.4rem;
  }

  .pl-hero-inner {
    gap: 72px;
  }
}

/* Email confirmation popup over winactie — match design 1:1 */
.pl-win-page.is-confirm-open {
  overflow: hidden;
}

.pl-win-page.is-confirm-open .pl-topbar,
.pl-win-page.is-confirm-open main,
.pl-win-page.is-confirm-open .ikash-site-footer {
  filter: blur(14px) saturate(1.05);
  pointer-events: none;
  user-select: none;
}

.pl-confirm {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.pl-confirm[hidden] {
  display: none !important;
}

.pl-confirm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 28, 90, 0.48);
}

.pl-confirm-dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  padding: 28px 36px 32px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(10, 18, 60, 0.35);
  text-align: center;
  animation: pl-confirm-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes pl-confirm-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.pl-confirm-brand {
  margin: 0 0 22px;
}

.pl-confirm-brand img {
  display: inline-block;
  height: 38px;
  width: auto;
  max-width: 210px;
  object-fit: contain;
}

.pl-confirm-badge {
  position: relative;
  width: 118px;
  height: 118px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
}

.pl-confirm-check-wrap {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 38% 28%, #f4f6ff 0%, #e8ebff 42%, #d7dcff 100%);
  color: #202cfc;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 24px rgba(32, 44, 252, 0.08);
}

.pl-confirm-check {
  display: block;
  width: 46px;
  height: 46px;
}

.pl-confirm-spark,
.pl-confirm-dot {
  position: absolute;
  pointer-events: none;
}

.pl-confirm-spark {
  width: 11px;
  height: 11px;
  background: #7b87ff;
  clip-path: polygon(50% 0%, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0% 50%, 39% 35%);
  opacity: 0.9;
}

.pl-confirm-spark--a { top: 2px; left: 16px; width: 12px; height: 12px; }
.pl-confirm-spark--b { top: 8px; right: 10px; width: 8px; height: 8px; background: #9aa4ff; }
.pl-confirm-spark--c { bottom: 14px; left: 4px; width: 10px; height: 10px; background: #6f7cff; }
.pl-confirm-spark--d { bottom: 6px; right: 16px; width: 7px; height: 7px; background: #a8b0ff; }

.pl-confirm-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8b95ff;
  opacity: 0.8;
}

.pl-confirm-dot--a { top: 30px; left: 0; }
.pl-confirm-dot--b { top: 0; right: 36px; width: 4px; height: 4px; }
.pl-confirm-dot--c { bottom: 28px; right: -2px; }
.pl-confirm-dot--d { bottom: 2px; left: 36px; width: 4px; height: 4px; background: #b4bbff; }

.pl-confirm.is-warn .pl-confirm-check-wrap,
.pl-confirm.is-error .pl-confirm-check-wrap {
  background: radial-gradient(circle at 35% 30%, #fff7ed 0%, #ffedd5 100%);
  color: #c2410c;
}

.pl-confirm.is-error .pl-confirm-check-wrap {
  background: radial-gradient(circle at 35% 30%, #fef2f2 0%, #fee2e2 100%);
  color: #dc2626;
}

.pl-confirm.is-warn .pl-confirm-spark,
.pl-confirm.is-warn .pl-confirm-dot,
.pl-confirm.is-error .pl-confirm-spark,
.pl-confirm.is-error .pl-confirm-dot {
  display: none;
}

.pl-confirm.is-warn .pl-confirm-check,
.pl-confirm.is-error .pl-confirm-check {
  display: none;
}

.pl-confirm.is-warn .pl-confirm-check-wrap::before {
  content: "!";
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}

.pl-confirm.is-error .pl-confirm-check-wrap::before {
  content: "×";
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.pl-confirm.is-warn .pl-confirm-gift,
.pl-confirm.is-error .pl-confirm-gift {
  display: none;
}

.pl-confirm-title {
  margin: 0 0 12px;
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #151a36;
}

.pl-confirm-text {
  margin: 0 auto 28px;
  max-width: 32ch;
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 500;
  color: #5b6478;
}

.pl-confirm-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}

.pl-confirm-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, #3a48ff 0%, #202cfc 55%, #1a24e0 100%);
  box-shadow: 0 12px 28px rgba(32, 44, 252, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.pl-confirm-primary:hover {
  filter: brightness(1.04);
  box-shadow: 0 14px 32px rgba(32, 44, 252, 0.42);
}

.pl-confirm-primary:active {
  transform: translateY(1px);
}

.pl-confirm-gift {
  flex: 0 0 auto;
  color: #fff;
}

.pl-confirm-secondary {
  border: 0;
  background: transparent;
  color: #5b6478;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 6px 10px;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(91, 100, 120, 0.55);
  align-self: center;
}

.pl-confirm-secondary:hover {
  color: #151a36;
  text-decoration-color: rgba(21, 26, 54, 0.45);
}

@media (max-width: 480px) {
  .pl-confirm-dialog {
    padding: 24px 22px 26px;
    border-radius: 24px;
  }

  .pl-confirm-title {
    font-size: 1.4rem;
  }

  .pl-confirm-badge {
    width: 108px;
    height: 108px;
  }

  .pl-confirm-check-wrap {
    width: 84px;
    height: 84px;
  }
}
