/* GatyyPay Home Final - Minimal Product Entry */

:root {
  --gp-bg: #050b14;
  --gp-bg-2: #071221;
  --gp-text: #fff4df;
  --gp-muted: rgba(226, 240, 250, .76);
  --gp-cyan: #31f4d8;
  --gp-blue: #22b8ff;
  --gp-gold: #ffe27a;
  --gp-border: rgba(159, 203, 235, .22);
}

html {
  background: var(--gp-bg);
}

body.gp-home {
  margin: 0;
  min-height: 100vh;
  color: var(--gp-text);
  background:
    radial-gradient(circle at 12% 18%, rgba(49, 244, 216, .12), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(34, 184, 255, .10), transparent 32%),
    radial-gradient(circle at 20% 92%, rgba(255, 226, 122, .07), transparent 26%),
    linear-gradient(135deg, #06101d 0%, #050b14 48%, #071221 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

.gp-home-shell {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.gp-home-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 18px;
  position: relative;
  z-index: 10;
}

.gp-home-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  text-decoration: none;
  position: relative;
  isolation: isolate;
}

.gp-home-logo::before {
  content: "";
  position: absolute;
  inset: 18% 8% 10%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 42%, rgba(249, 203, 55, .18), transparent 48%),
    radial-gradient(circle at 68% 48%, rgba(34, 235, 225, .14), transparent 46%);
  filter: blur(14px);
  opacity: .74;
  z-index: -1;
}

.gp-home-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 10px 24px rgba(0, 0, 0, .34))
    drop-shadow(0 0 14px rgba(38, 231, 220, .12));
}

.gp-home-actions,
.gp-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.gp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -0.015em;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gp-btn:hover {
  transform: translateY(-1px);
}

.gp-btn-ghost {
  color: var(--gp-text);
  background: rgba(12, 24, 42, .62);
  border: 1px solid rgba(166, 214, 235, .22);
  box-shadow:
    0 12px 28px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.055);
}

.gp-btn-primary {
  color: #06101d;
  background: linear-gradient(135deg, var(--gp-gold), var(--gp-cyan) 72%, var(--gp-blue));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow:
    0 16px 34px rgba(49,244,216,.18),
    0 12px 26px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.42);
}

.gp-btn-large {
  min-height: 50px;
  padding: 0 24px;
}

.gp-hero-minimal {
  min-height: calc(100vh - 178px);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 560px);
  align-items: center;
  gap: clamp(48px, 7vw, 108px);
  padding: 42px 0 58px;
}

.gp-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gp-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(49, 244, 216, .24);
}

.gp-hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--gp-text);
  font-size: clamp(64px, 7.6vw, 122px);
  line-height: .88;
  letter-spacing: -0.082em;
  font-weight: 950;
  text-wrap: balance;
  text-shadow:
    0 1px 0 rgba(255,255,255,.18),
    0 20px 48px rgba(0,0,0,.44);
}

.gp-hero-cta {
  margin-top: 34px;
}

.gp-home-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.gp-home-capabilities span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(246, 252, 255, .92);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .01em;
  background:
    linear-gradient(145deg, rgba(24, 38, 58, .84), rgba(8, 17, 31, .86)),
    radial-gradient(circle at 18% 0%, rgba(255, 226, 122, .10), transparent 38%),
    radial-gradient(circle at 100% 35%, rgba(49, 244, 216, .11), transparent 42%);
  border: 1px solid rgba(166, 214, 235, .22);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, .22),
    inset 0 1px 0 rgba(255, 255, 255, .075);
}

/* Product stage */
.gp-card-stage {
  min-height: 620px;
  position: relative;
  isolation: isolate;
}

.gp-stage-glow {
  position: absolute;
  inset: 2% -8% 4% -8%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 46%, rgba(49,244,216,.18), transparent 34%),
    radial-gradient(circle at 70% 56%, rgba(255,226,122,.10), transparent 28%),
    radial-gradient(circle at 58% 20%, rgba(34,184,255,.12), transparent 34%);
  filter: blur(28px);
  z-index: 0;
}

.gp-real-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92%, 440px);
  aspect-ratio: 1.62 / 1;
  transform: translate(-50%, -50%) rotate(-2deg);
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(135deg, #102f46 0%, #071727 38%, #04313d 70%, #13d8c4 100%);
  border: 1px solid rgba(235,252,255,.32);
  box-shadow:
    0 36px 76px rgba(0,0,0,.54),
    0 0 34px rgba(49,244,216,.18),
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -24px 44px rgba(0,0,0,.30);
  z-index: 4;
}

.gp-real-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(255,226,122,.30), transparent 13%),
    radial-gradient(circle at 92% 28%, rgba(49,244,216,.26), transparent 20%),
    linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.07) 49%, transparent 66%);
  opacity: .82;
}

.gp-real-card-noise {
  position: absolute;
  inset: 0;
  background:
    repeating-radial-gradient(circle at 28% 22%, rgba(255,255,255,.11) 0 1px, transparent 1px 8px);
  opacity: .56;
}

.gp-card-brandline,
.gp-real-chip,
.gp-real-number,
.gp-real-meta,
.gp-card-waves {
  position: absolute;
  z-index: 3;
}

.gp-card-brandline {
  top: 26px;
  left: 28px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.gp-card-mark {
  display: flex;
  gap: 4px;
}

.gp-card-mark i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gp-gold);
}

.gp-card-mark i:last-child {
  background: var(--gp-cyan);
}

.gp-card-brandline strong {
  color: #f5fbff;
  font-size: 16px;
  font-weight: 950;
}

.gp-card-brandline em {
  margin-left: auto;
  color: var(--gp-gold);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .09em;
}

.gp-real-chip {
  left: 30px;
  top: 88px;
  width: 52px;
  height: 38px;
  border-radius: 9px;
  background: linear-gradient(135deg, #fff0a3, #f7c948, #b78512);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.16);
}

.gp-real-chip::before,
.gp-real-chip::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 1px;
  background: rgba(6,16,29,.38);
}

.gp-real-chip::before {
  top: 13px;
}

.gp-real-chip::after {
  bottom: 13px;
}

.gp-real-number {
  left: 30px;
  right: 30px;
  bottom: 72px;
  color: #f5fbff;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 850;
  letter-spacing: .13em;
  text-shadow: 0 12px 28px rgba(0,0,0,.38);
}

.gp-real-meta {
  left: 30px;
  right: 30px;
  bottom: 34px;
  display: flex;
  justify-content: space-between;
  color: rgba(245,251,255,.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.gp-real-meta b {
  color: var(--gp-gold);
}

.gp-card-waves {
  right: 30px;
  bottom: 70px;
  width: 44px;
  height: 54px;
}

.gp-card-waves i {
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-right-color: var(--gp-cyan);
  border-radius: 50%;
}

.gp-card-waves i:nth-child(2) {
  inset: 8px;
  border-right-color: var(--gp-gold);
}

.gp-card-waves i:nth-child(3) {
  inset: 16px;
  border-right-color: rgba(255,255,255,.55);
}

.gp-real-qr {
  position: absolute;
  right: 12px;
  bottom: 76px;
  width: 112px;
  height: 112px;
  padding: 10px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #d9fff7);
  box-shadow:
    0 24px 44px rgba(0,0,0,.42),
    0 0 24px rgba(49,244,216,.16);
  z-index: 6;
}

.gp-real-qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.gp-real-nfc {
  position: absolute;
  left: 30px;
  top: 104px;
  width: 84px;
  height: 84px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  color: #f3fbff;
  font-weight: 950;
  background:
    linear-gradient(145deg, rgba(245,252,255,.18), rgba(49,244,216,.10)),
    rgba(6,16,29,.88);
  border: 1px solid rgba(166,214,235,.22);
  box-shadow:
    0 22px 44px rgba(0,0,0,.42),
    0 0 24px rgba(49,244,216,.12);
  z-index: 3;
}

.gp-real-nfc i,
.gp-real-nfc b {
  position: absolute;
  border: 3px solid transparent;
  border-right-color: var(--gp-cyan);
  border-radius: 50%;
}

.gp-real-nfc i {
  inset: 12px;
}

.gp-real-nfc b {
  inset: 22px;
  border-right-color: var(--gp-gold);
}

.gp-action-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0 0 58px;
}

.gp-action-row article {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 20px 20px 18px;
  background:
    linear-gradient(145deg, rgba(20, 34, 52, .82), rgba(8, 17, 31, .92)),
    radial-gradient(circle at 12% 0%, rgba(255, 226, 122, .08), transparent 34%),
    radial-gradient(circle at 100% 30%, rgba(49, 244, 216, .09), transparent 40%);
  border: 1px solid var(--gp-border);
  box-shadow:
    0 18px 40px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.07);
}

.gp-action-row article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gp-gold), var(--gp-cyan), var(--gp-blue));
}

.gp-action-row strong {
  display: block;
  color: var(--gp-text);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.gp-action-row span {
  display: block;
  margin-top: 8px;
  color: rgba(224, 240, 250, .76);
  font-size: 13.5px;
  line-height: 1.5;
}

.gp-footer {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 26px 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(224, 240, 250, .66);
  border-top: 1px solid rgba(166,214,235,.12);
  font-size: 13px;
}

.gp-footer nav {
  display: inline-flex;
  gap: 18px;
}

.gp-footer a {
  color: rgba(224, 240, 250, .74);
  text-decoration: none;
}

.gp-footer a:hover {
  color: var(--gp-cyan);
}

@media (max-width: 1120px) {
  .gp-hero-minimal {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .gp-card-stage {
    min-height: 560px;
  }

  .gp-action-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .gp-home-shell,
  .gp-footer {
    width: min(100% - 28px, 640px);
  }

  .gp-home-header {
    padding-top: 20px;
  }

  .gp-home-logo {
    width: 122px;
  }

  .gp-home-actions {
    gap: 8px;
  }

  .gp-btn {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .gp-hero-minimal {
    padding-top: 34px;
  }

  .gp-hero h1 {
    font-size: clamp(46px, 15vw, 68px);
    line-height: .93;
  }

  .gp-card-stage {
    min-height: 430px;
  }

  .gp-real-card {
    width: min(92vw, 360px);
  }

  .gp-real-qr {
    width: 86px;
    height: 86px;
    right: 8px;
    bottom: 54px;
  }

  .gp-real-nfc {
    display: none;
  }

  .gp-action-row {
    grid-template-columns: 1fr;
  }

  .gp-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .gp-footer nav {
    flex-wrap: wrap;
  }
}


/* === GP HOME VISUAL FINAL START === */

/* Sağ ürün sahnesi: sadece kart + QR + NFC, kontrollü ölçek */
.gp-card-stage {
  min-height: 520px !important;
  position: relative !important;
  isolation: isolate !important;
  display: block !important;
  overflow: visible !important;
}

.gp-stage-glow {
  position: absolute !important;
  inset: 8% 2% 6% 0 !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 48% 48%, rgba(49,244,216,.18), transparent 34%),
    radial-gradient(circle at 68% 54%, rgba(255,226,122,.09), transparent 28%),
    radial-gradient(circle at 58% 20%, rgba(34,184,255,.11), transparent 34%) !important;
  filter: blur(28px) !important;
  z-index: 0 !important;
}

/* Gerçekçi sanal kart */
.gp-real-card {
  position: absolute !important;
  left: 50% !important;
  top: 52% !important;
  width: min(92%, 420px) !important;
  max-width: 420px !important;
  aspect-ratio: 1.62 / 1 !important;
  transform: translate(-50%, -50%) rotate(-2deg) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, #102f46 0%, #071727 38%, #04313d 70%, #13d8c4 100%) !important;
  border: 1px solid rgba(235,252,255,.32) !important;
  box-shadow:
    0 36px 76px rgba(0,0,0,.54),
    0 0 34px rgba(49,244,216,.18),
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -24px 44px rgba(0,0,0,.30) !important;
  z-index: 4 !important;
}

.gp-real-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 14% 16%, rgba(255,226,122,.30), transparent 13%),
    radial-gradient(circle at 92% 28%, rgba(49,244,216,.26), transparent 20%),
    linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.07) 49%, transparent 66%) !important;
  opacity: .82 !important;
}

.gp-real-card-noise {
  position: absolute !important;
  inset: 0 !important;
  background:
    repeating-radial-gradient(circle at 28% 22%, rgba(255,255,255,.10) 0 1px, transparent 1px 8px) !important;
  opacity: .50 !important;
}

.gp-card-brandline,
.gp-real-chip,
.gp-real-number,
.gp-real-meta,
.gp-card-waves {
  position: absolute !important;
  z-index: 3 !important;
}

.gp-card-brandline {
  top: 24px !important;
  left: 28px !important;
  right: 28px !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
}

.gp-card-mark {
  display: flex !important;
  gap: 4px !important;
}

.gp-card-mark i {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  background: #ffe27a !important;
}

.gp-card-mark i:last-child {
  background: #31f4d8 !important;
}

.gp-card-brandline strong {
  color: #f5fbff !important;
  font-size: 15px !important;
  font-weight: 950 !important;
}

.gp-card-brandline em {
  margin-left: auto !important;
  color: #ffe27a !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: .09em !important;
}

.gp-real-chip {
  left: 30px !important;
  top: 82px !important;
  width: 50px !important;
  height: 36px !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg, #fff0a3, #f7c948, #b78512) !important;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.16) !important;
}

.gp-real-number {
  left: 30px !important;
  right: 30px !important;
  bottom: 68px !important;
  color: #f5fbff !important;
  font-size: clamp(17px, 1.45vw, 22px) !important;
  font-weight: 850 !important;
  letter-spacing: .12em !important;
  text-shadow: 0 12px 28px rgba(0,0,0,.38) !important;
}

.gp-real-meta {
  left: 30px !important;
  right: 30px !important;
  bottom: 32px !important;
  display: flex !important;
  justify-content: space-between !important;
  color: rgba(245,251,255,.78) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
}

.gp-real-meta b {
  color: #ffe27a !important;
}

/* QR artık gerçek asset ama küçük ve kontrollü */
.gp-real-qr {
  position: absolute !important;
  right: 4px !important;
  bottom: 76px !important;
  width: 112px !important;
  height: 112px !important;
  max-width: 112px !important;
  max-height: 112px !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #ffffff, #d9fff7) !important;
  box-shadow:
    0 24px 44px rgba(0,0,0,.42),
    0 0 24px rgba(49,244,216,.16) !important;
  z-index: 6 !important;
  overflow: hidden !important;
}

.gp-real-qr img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  border-radius: 12px !important;
}

/* NFC küçük gerçekçi işaret */
.gp-real-nfc {
  position: absolute !important;
  left: 34px !important;
  top: 126px !important;
  width: 78px !important;
  height: 78px !important;
  border-radius: 22px !important;
  display: grid !important;
  place-items: center !important;
  color: #f3fbff !important;
  font-weight: 950 !important;
  background:
    linear-gradient(145deg, rgba(245,252,255,.18), rgba(49,244,216,.10)),
    rgba(6,16,29,.88) !important;
  border: 1px solid rgba(166,214,235,.22) !important;
  box-shadow:
    0 22px 44px rgba(0,0,0,.42),
    0 0 24px rgba(49,244,216,.12) !important;
  z-index: 3 !important;
}

.gp-real-nfc i,
.gp-real-nfc b {
  position: absolute !important;
  border: 3px solid transparent !important;
  border-right-color: #31f4d8 !important;
  border-radius: 50% !important;
}

.gp-real-nfc i {
  inset: 12px !important;
}

.gp-real-nfc b {
  inset: 22px !important;
  border-right-color: #ffe27a !important;
}

@media (max-width: 720px) {
  .gp-card-stage {
    min-height: 420px !important;
  }

  .gp-real-card {
    width: min(92vw, 360px) !important;
  }

  .gp-real-qr {
    width: 84px !important;
    height: 84px !important;
    right: 6px !important;
    bottom: 54px !important;
    border-radius: 18px !important;
    padding: 8px !important;
  }

  .gp-real-nfc {
    display: none !important;
  }
}

/* === GP HOME VISUAL FINAL END === */


/* === GP HERO TITLE + REAL CARD FINAL START === */

/* Başlık artık sayfayı kaplamaz; kurumsal, daha dengeli ölçekte kalır */
.gp-hero h1 {
  max-width: 620px !important;
  margin: 0 !important;
  color: var(--gp-text) !important;
  font-size: clamp(48px, 5.2vw, 82px) !important;
  line-height: .94 !important;
  letter-spacing: -0.07em !important;
  font-weight: 950 !important;
  text-wrap: balance !important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.18),
    0 18px 42px rgba(0,0,0,.42) !important;
}

/* Sol metin alanı daha nefesli dursun */
.gp-hero-minimal {
  grid-template-columns: minmax(0, .88fr) minmax(430px, 560px) !important;
  gap: clamp(56px, 8vw, 116px) !important;
}

/* Kart sahnesi */
.gp-card-stage {
  min-height: 520px !important;
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
}

/* Sanal kart: daha gerçekçi metal/plastik kredi kartı hissi */
.gp-real-card {
  position: absolute !important;
  left: 50% !important;
  top: 52% !important;
  width: min(94%, 460px) !important;
  max-width: 460px !important;
  aspect-ratio: 1.586 / 1 !important;
  transform: translate(-50%, -50%) rotate(-2.5deg) perspective(1200px) rotateX(4deg) rotateY(-5deg) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background:
    linear-gradient(125deg, rgba(255,255,255,.10), transparent 18%, rgba(255,255,255,.06) 32%, transparent 48%),
    radial-gradient(circle at 16% 18%, rgba(255,226,122,.25), transparent 12%),
    radial-gradient(circle at 92% 26%, rgba(49,244,216,.28), transparent 20%),
    linear-gradient(135deg, #0f2d45 0%, #071522 34%, #092035 54%, #063744 76%, #12d4c0 100%) !important;
  border: 1px solid rgba(235,252,255,.34) !important;
  box-shadow:
    0 38px 78px rgba(0,0,0,.56),
    0 0 38px rgba(49,244,216,.18),
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -30px 56px rgba(0,0,0,.34) !important;
  z-index: 4 !important;
}

/* İnce dokulu yüzey */
.gp-real-card-noise {
  position: absolute !important;
  inset: 0 !important;
  background:
    repeating-radial-gradient(circle at 30% 28%, rgba(255,255,255,.105) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(115deg, rgba(255,255,255,.028) 0 1px, transparent 1px 12px) !important;
  opacity: .62 !important;
  z-index: 1 !important;
}

/* Gerçek kart ışık yansıması */
.gp-real-card-shine {
  position: absolute !important;
  inset: -30% -20% auto auto !important;
  width: 78% !important;
  height: 180% !important;
  transform: rotate(18deg) !important;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent) !important;
  opacity: .34 !important;
  filter: blur(1px) !important;
  z-index: 2 !important;
}

/* Kart üst marka satırı */
.gp-card-brandline {
  position: absolute !important;
  top: 24px !important;
  left: 26px !important;
  right: 26px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  z-index: 5 !important;
}

.gp-card-mini-logo {
  display: block !important;
  width: 78px !important;
  height: auto !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 6px 12px rgba(0,0,0,.34))
    drop-shadow(0 0 8px rgba(49,244,216,.14)) !important;
}

.gp-card-brandline em {
  margin-left: auto !important;
  color: #ffe27a !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 950 !important;
  letter-spacing: .10em !important;
  text-shadow: 0 8px 18px rgba(0,0,0,.36) !important;
}

/* Daha gerçekçi chip */
.gp-real-chip {
  position: absolute !important;
  left: 30px !important;
  top: 92px !important;
  width: 54px !important;
  height: 40px !important;
  border-radius: 9px !important;
  background:
    linear-gradient(135deg, #fff4bb, #d7a928 46%, #8d6710),
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.55), transparent 24%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,.22),
    inset 0 10px 18px rgba(255,255,255,.16),
    0 8px 16px rgba(0,0,0,.24) !important;
  z-index: 5 !important;
}

.gp-real-chip i {
  position: absolute !important;
  background: rgba(6,16,29,.30) !important;
}

.gp-real-chip i:nth-child(1) {
  left: 8px !important;
  right: 8px !important;
  top: 13px !important;
  height: 1px !important;
}

.gp-real-chip i:nth-child(2) {
  left: 8px !important;
  right: 8px !important;
  bottom: 13px !important;
  height: 1px !important;
}

.gp-real-chip i:nth-child(3) {
  top: 7px !important;
  bottom: 7px !important;
  left: 50% !important;
  width: 1px !important;
}

/* Kart numarası */
.gp-real-number {
  position: absolute !important;
  left: 30px !important;
  right: 120px !important;
  bottom: 78px !important;
  color: #f5fbff !important;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  font-weight: 850 !important;
  letter-spacing: .13em !important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.20),
    0 12px 28px rgba(0,0,0,.42) !important;
  z-index: 5 !important;
}

/* Valid / Global wallet */
.gp-real-meta {
  position: absolute !important;
  left: 30px !important;
  right: 126px !important;
  bottom: 36px !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px !important;
  color: rgba(245,251,255,.80) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  z-index: 5 !important;
}

.gp-real-meta b {
  color: #ffe27a !important;
  white-space: nowrap !important;
}

/* Temassız çizgileri */
.gp-card-waves {
  position: absolute !important;
  right: 104px !important;
  bottom: 70px !important;
  width: 42px !important;
  height: 54px !important;
  z-index: 5 !important;
}

.gp-card-waves i {
  position: absolute !important;
  inset: 0 !important;
  border: 3px solid transparent !important;
  border-right-color: #31f4d8 !important;
  border-radius: 50% !important;
}

.gp-card-waves i:nth-child(2) {
  inset: 8px !important;
  border-right-color: #ffe27a !important;
}

.gp-card-waves i:nth-child(3) {
  inset: 16px !important;
  border-right-color: rgba(255,255,255,.55) !important;
}

/* Visa logo sağ alt köşe */
.gp-visa-logo {
  position: absolute !important;
  right: 28px !important;
  bottom: 28px !important;
  width: 82px !important;
  height: auto !important;
  object-fit: contain !important;
  z-index: 6 !important;
  filter:
    drop-shadow(0 8px 18px rgba(0,0,0,.38))
    drop-shadow(0 0 8px rgba(255,255,255,.12)) !important;
}

/* QR küçük rozet olarak kalır */
.gp-real-qr {
  position: absolute !important;
  right: 2px !important;
  bottom: 76px !important;
  width: 106px !important;
  height: 106px !important;
  max-width: 106px !important;
  max-height: 106px !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #ffffff, #d9fff7) !important;
  box-shadow:
    0 24px 44px rgba(0,0,0,.42),
    0 0 24px rgba(49,244,216,.16) !important;
  z-index: 7 !important;
  overflow: hidden !important;
}

.gp-real-qr img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  border-radius: 12px !important;
}

/* NFC küçük yardımcı simge */
.gp-real-nfc {
  position: absolute !important;
  left: 34px !important;
  top: 126px !important;
  width: 76px !important;
  height: 76px !important;
  border-radius: 22px !important;
  display: grid !important;
  place-items: center !important;
  color: #f3fbff !important;
  font-weight: 950 !important;
  background:
    linear-gradient(145deg, rgba(245,252,255,.18), rgba(49,244,216,.10)),
    rgba(6,16,29,.88) !important;
  border: 1px solid rgba(166,214,235,.22) !important;
  box-shadow:
    0 22px 44px rgba(0,0,0,.42),
    0 0 24px rgba(49,244,216,.12) !important;
  z-index: 3 !important;
}

.gp-real-nfc i,
.gp-real-nfc b {
  position: absolute !important;
  border: 3px solid transparent !important;
  border-right-color: #31f4d8 !important;
  border-radius: 50% !important;
}

.gp-real-nfc i {
  inset: 12px !important;
}

.gp-real-nfc b {
  inset: 22px !important;
  border-right-color: #ffe27a !important;
}

@media (max-width: 720px) {
  .gp-hero h1 {
    font-size: clamp(42px, 13vw, 58px) !important;
    line-height: .95 !important;
  }

  .gp-real-card {
    width: min(92vw, 360px) !important;
  }

  .gp-card-mini-logo {
    width: 62px !important;
  }

  .gp-real-number {
    right: 96px !important;
    font-size: 15px !important;
    letter-spacing: .09em !important;
  }

  .gp-visa-logo {
    width: 64px !important;
    right: 22px !important;
    bottom: 24px !important;
  }

  .gp-real-qr {
    width: 82px !important;
    height: 82px !important;
    right: 6px !important;
    bottom: 54px !important;
    border-radius: 18px !important;
    padding: 8px !important;
  }

  .gp-real-nfc {
    display: none !important;
  }
}

/* === GP HERO TITLE + REAL CARD FINAL END === */


/* === GP QR NFC POSITION FINAL START === */

/* Sahne içinde rozetlerin kartla çakışmasını engelle */
.gp-card-stage {
  min-height: 540px !important;
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
}

/* Kart aynı kalır, sadece rozetlere yer açmak için hafif sağ/orta dengede */
.gp-real-card {
  left: 50% !important;
  top: 52% !important;
  width: min(94%, 460px) !important;
  max-width: 460px !important;
  z-index: 4 !important;
}

/* QR: kartın üstünde değil, sağ-alt dış rozet gibi */
.gp-real-qr {
  position: absolute !important;
  right: -18px !important;
  bottom: 64px !important;
  width: 108px !important;
  height: 108px !important;
  max-width: 108px !important;
  max-height: 108px !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #ffffff, #e7fff9) !important;
  border: 1px solid rgba(255,255,255,.55) !important;
  box-shadow:
    0 26px 46px rgba(0,0,0,.45),
    0 0 26px rgba(49,244,216,.18),
    inset 0 1px 0 rgba(255,255,255,.75) !important;
  z-index: 9 !important;
  overflow: hidden !important;
}

.gp-real-qr img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  border-radius: 12px !important;
}

/* NFC: kartın sol-üst dışına, ayrı ödeme yeteneği gibi */
.gp-real-nfc {
  position: absolute !important;
  left: 44px !important;
  top: 104px !important;
  width: 92px !important;
  height: 92px !important;
  border-radius: 26px !important;
  display: grid !important;
  place-items: center !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(49,244,216,.10)),
    rgba(7,18,32,.88) !important;
  border: 1px solid rgba(166,214,235,.24) !important;
  box-shadow:
    0 24px 46px rgba(0,0,0,.42),
    0 0 26px rgba(49,244,216,.16),
    inset 0 1px 0 rgba(255,255,255,.12) !important;
  z-index: 8 !important;
  overflow: hidden !important;
}

.gp-real-nfc img {
  display: block !important;
  width: 72px !important;
  height: 72px !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 8px 16px rgba(0,0,0,.35))
    drop-shadow(0 0 10px rgba(49,244,216,.22)) !important;
}

/* Eski CSS'ten gelen i/b dalga elemanları varsa kapat */
.gp-real-nfc i,
.gp-real-nfc b,
.gp-real-nfc span {
  display: none !important;
}

/* Visa/TroY/ödeme ağı logosu kartın sağ altında kalsın, QR ile çakışmasın */
.gp-visa-logo,
.gp-troy-logo {
  right: 28px !important;
  bottom: 24px !important;
  width: 78px !important;
  z-index: 7 !important;
}

/* Karttaki temassız çizgiler ödeme ağı logosuna yaklaşmasın */
.gp-card-waves {
  right: 110px !important;
  bottom: 70px !important;
}

/* Mobilde QR daha küçük, NFC gizli */
@media (max-width: 720px) {
  .gp-real-qr {
    width: 82px !important;
    height: 82px !important;
    right: 4px !important;
    bottom: 52px !important;
    border-radius: 18px !important;
    padding: 8px !important;
  }

  .gp-real-nfc {
    display: none !important;
  }
}

/* === GP QR NFC POSITION FINAL END === */


/* === GP CARD LAYOUT PRECISION FINAL START === */

/* Sahne: kart altta, QR/NFC üstte yan yana */
.gp-card-stage {
  min-height: 540px !important;
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
}

/* Kartı biraz aşağı alıyoruz; üstte QR/NFC için alan açılıyor */
.gp-real-card {
  left: 50% !important;
  top: 58% !important;
  width: min(94%, 462px) !important;
  max-width: 462px !important;
  transform: translate(-50%, -50%) rotate(-2.2deg) perspective(1200px) rotateX(4deg) rotateY(-5deg) !important;
  z-index: 4 !important;
}

/* QR ve NFC aynı boyda, kartın üst tarafında yan yana */
.gp-real-nfc,
.gp-real-qr {
  top: 52px !important;
  bottom: auto !important;
  width: 82px !important;
  height: 82px !important;
  max-width: 82px !important;
  max-height: 82px !important;
  padding: 9px !important;
  box-sizing: border-box !important;
  border-radius: 22px !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(220,255,248,.94)) !important;
  border: 1px solid rgba(255,255,255,.58) !important;
  box-shadow:
    0 22px 42px rgba(0,0,0,.38),
    0 0 24px rgba(49,244,216,.16),
    inset 0 1px 0 rgba(255,255,255,.80) !important;
  z-index: 9 !important;
  overflow: hidden !important;
}

/* İki rozet kartın üstünde, ortalı bir grup gibi */
.gp-real-nfc {
  left: calc(50% - 96px) !important;
  right: auto !important;
  display: grid !important;
  place-items: center !important;
}

.gp-real-qr {
  left: calc(50% + 14px) !important;
  right: auto !important;
}

.gp-real-nfc img,
.gp-real-qr img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  border-radius: 12px !important;
}

/* Eski NFC çizgi elemanları görünmesin */
.gp-real-nfc i,
.gp-real-nfc b,
.gp-real-nfc span {
  display: none !important;
}

/* Kart üst logo daha küçük ve dengeli */
.gp-card-mini-logo {
  width: 66px !important;
  height: auto !important;
}

/* Kart marka satırı */
.gp-card-brandline {
  top: 24px !important;
  left: 28px !important;
  right: 28px !important;
  align-items: flex-start !important;
}

/* Chip: gerçek kredi kartı konumuna alınır, logodan uzaklaştırılır */
.gp-real-chip {
  left: 34px !important;
  top: 102px !important;
  width: 56px !important;
  height: 42px !important;
  border-radius: 9px !important;
  z-index: 5 !important;
}

/* Kart numarası chipten sonra doğru seviyeye iner */
.gp-real-number {
  left: 34px !important;
  right: 116px !important;
  bottom: 74px !important;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  letter-spacing: .13em !important;
}

/* Valid / wallet satırı daha aşağıda ve temiz */
.gp-real-meta {
  left: 34px !important;
  right: 124px !important;
  bottom: 34px !important;
}

/* Temassız çizgiler Visa/TroY logosu ve QR ile çakışmasın */
.gp-card-waves {
  right: 112px !important;
  bottom: 68px !important;
  width: 40px !important;
  height: 52px !important;
}

/* Visa/TroY kartın kendi sağ-altında kalır */
.gp-visa-logo,
.gp-troy-logo {
  right: 28px !important;
  bottom: 24px !important;
  width: 78px !important;
  z-index: 7 !important;
}

/* Mobilde QR/NFC üst grup korunur ama küçülür */
@media (max-width: 720px) {
  .gp-card-stage {
    min-height: 450px !important;
  }

  .gp-real-card {
    top: 60% !important;
    width: min(92vw, 360px) !important;
  }

  .gp-real-nfc,
  .gp-real-qr {
    top: 30px !important;
    width: 68px !important;
    height: 68px !important;
    padding: 7px !important;
    border-radius: 18px !important;
  }

  .gp-real-nfc {
    left: calc(50% - 78px) !important;
    display: grid !important;
  }

  .gp-real-qr {
    left: calc(50% + 10px) !important;
  }

  .gp-card-mini-logo {
    width: 58px !important;
  }

  .gp-real-chip {
    left: 26px !important;
    top: 84px !important;
    width: 46px !important;
    height: 34px !important;
  }

  .gp-real-number {
    left: 26px !important;
    right: 94px !important;
    bottom: 64px !important;
    font-size: 15px !important;
    letter-spacing: .09em !important;
  }

  .gp-real-meta {
    left: 26px !important;
    right: 96px !important;
    bottom: 28px !important;
    font-size: 9px !important;
  }

  .gp-visa-logo,
  .gp-troy-logo {
    width: 64px !important;
    right: 22px !important;
    bottom: 22px !important;
  }
}

/* === GP CARD LAYOUT PRECISION FINAL END === */


/* === GP CARD STRAIGHT VISA TEXT FINAL START === */

/* Sahne: kart düz, QR/NFC üstte tam ortalı */
.gp-card-stage {
  min-height: 540px !important;
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
}

/* Sanal kart artık açı verilmeden simetrik durur */
.gp-real-card {
  left: 50% !important;
  top: 58% !important;
  width: min(94%, 462px) !important;
  max-width: 462px !important;
  aspect-ratio: 1.586 / 1 !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 28px !important;
  z-index: 4 !important;
}

/* Kartın iç ışık/yansıması düz kart hissine göre sakin */
.gp-real-card-shine {
  transform: rotate(14deg) !important;
  opacity: .24 !important;
}

/* QR ve NFC kartın üstünde, yan yana ve tam ortalı */
.gp-real-nfc,
.gp-real-qr {
  top: 44px !important;
  bottom: auto !important;
  width: 82px !important;
  height: 82px !important;
  max-width: 82px !important;
  max-height: 82px !important;
  padding: 9px !important;
  box-sizing: border-box !important;
  border-radius: 22px !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(220,255,248,.94)) !important;
  border: 1px solid rgba(255,255,255,.58) !important;
  box-shadow:
    0 22px 42px rgba(0,0,0,.38),
    0 0 24px rgba(49,244,216,.16),
    inset 0 1px 0 rgba(255,255,255,.80) !important;
  z-index: 9 !important;
  overflow: hidden !important;
}

/* Grup merkezi: solda NFC, sağda QR */
.gp-real-nfc {
  left: calc(50% - 92px) !important;
  right: auto !important;
  display: grid !important;
  place-items: center !important;
}

.gp-real-qr {
  left: calc(50% + 10px) !important;
  right: auto !important;
}

.gp-real-nfc img,
.gp-real-qr img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  border-radius: 12px !important;
}

.gp-real-nfc i,
.gp-real-nfc b,
.gp-real-nfc span {
  display: none !important;
}

/* Sol üst GatyyPay logo daha kontrollü */
.gp-card-mini-logo {
  width: 66px !important;
  height: auto !important;
}

/* Chip doğru kredi kartı konumunda, logodan uzak */
.gp-real-chip {
  left: 34px !important;
  top: 104px !important;
  width: 56px !important;
  height: 42px !important;
  border-radius: 9px !important;
  z-index: 5 !important;
}

/* Kart numarası ve alt bilgiler */
.gp-real-number {
  left: 34px !important;
  right: 122px !important;
  bottom: 76px !important;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  letter-spacing: .13em !important;
}

.gp-real-meta {
  left: 34px !important;
  right: 126px !important;
  bottom: 34px !important;
}

/* Temassız çizgiler sade kalır */
.gp-card-waves {
  right: 112px !important;
  bottom: 68px !important;
  width: 40px !important;
  height: 52px !important;
}

/* Eski görsel Visa kutusunu kesin kapat */
.gp-visa-logo {
  display: none !important;
}

/* Visa artık kartın üstüne basılmış yazı gibi */
.gp-card-network,
.gp-card-network-visa {
  position: absolute !important;
  right: 30px !important;
  bottom: 26px !important;
  z-index: 7 !important;
  color: #f4fbff !important;
  font-family: Arial Black, Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 34px !important;
  font-weight: 950 !important;
  font-style: italic !important;
  letter-spacing: -0.085em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.18),
    0 10px 22px rgba(0,0,0,.40),
    0 0 14px rgba(49,244,216,.12) !important;
  filter: none !important;
}

/* TroY kullanılırsa da kutu gibi durmasın */
.gp-troy-logo {
  right: 30px !important;
  bottom: 26px !important;
  width: 78px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Mobil */
@media (max-width: 720px) {
  .gp-card-stage {
    min-height: 450px !important;
  }

  .gp-real-card {
    top: 60% !important;
    width: min(92vw, 360px) !important;
    transform: translate(-50%, -50%) !important;
  }

  .gp-real-nfc,
  .gp-real-qr {
    top: 30px !important;
    width: 68px !important;
    height: 68px !important;
    padding: 7px !important;
    border-radius: 18px !important;
  }

  .gp-real-nfc {
    left: calc(50% - 78px) !important;
  }

  .gp-real-qr {
    left: calc(50% + 10px) !important;
  }

  .gp-card-mini-logo {
    width: 58px !important;
  }

  .gp-real-chip {
    left: 26px !important;
    top: 84px !important;
    width: 46px !important;
    height: 34px !important;
  }

  .gp-real-number {
    left: 26px !important;
    right: 96px !important;
    bottom: 64px !important;
    font-size: 15px !important;
    letter-spacing: .09em !important;
  }

  .gp-real-meta {
    left: 26px !important;
    right: 96px !important;
    bottom: 28px !important;
    font-size: 9px !important;
  }

  .gp-card-network,
  .gp-card-network-visa {
    right: 22px !important;
    bottom: 22px !important;
    font-size: 26px !important;
  }
}

/* === GP CARD STRAIGHT VISA TEXT FINAL END === */


/* === GP CARD NFC WAVE FINAL START === */

/* Kart üzerindeki temassız çizgi artık kart numarasının üstüne binmez; sağ kenarda durur */
.gp-card-waves {
  position: absolute !important;
  right: 82px !important;
  bottom: 88px !important;
  width: 38px !important;
  height: 54px !important;
  z-index: 6 !important;
  pointer-events: none !important;
}

.gp-card-waves i {
  position: absolute !important;
  inset: 0 !important;
  border: 3px solid transparent !important;
  border-right-color: #31f4d8 !important;
  border-radius: 50% !important;
  opacity: .95 !important;
  filter: drop-shadow(0 0 8px rgba(49,244,216,.22)) !important;
}

.gp-card-waves i:nth-child(2) {
  inset: 8px !important;
  border-right-color: #ffe27a !important;
  opacity: .78 !important;
}

.gp-card-waves i:nth-child(3) {
  inset: 16px !important;
  border-right-color: rgba(255,255,255,.60) !important;
  opacity: .70 !important;
}

/* Kart numarası alanı NFC çizgisinden bağımsız kalsın */
.gp-real-number {
  right: 132px !important;
}

/* Ödeme ağı yazısı sağ altta, NFC çizgisiyle çakışmadan kalır */
.gp-card-network,
.gp-card-network-visa,
.gp-troy-logo {
  right: 30px !important;
  bottom: 26px !important;
}

@media (max-width: 720px) {
  .gp-card-waves {
    right: 74px !important;
    bottom: 72px !important;
    width: 30px !important;
    height: 44px !important;
  }

  .gp-real-number {
    right: 112px !important;
  }
}

/* === GP CARD NFC WAVE FINAL END === */

