@keyframes promo-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.75; }
}
@keyframes dot-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.promo-banner {
  background: #d62828;
  animation: promo-pulse 2s ease-in-out infinite;
  width: 100%;
}
.category-item {
    text-decoration: none;
    color: inherit;
}
.categories {
    position: relative;
}

.categories-grid {
    position: relative;
    z-index: 5;
}

.categories-grid .category-item {
    position: relative;
    z-index: 6;
    pointer-events: auto;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.categories::before,
.categories::after,
.category-item::before,
.category-item::after {
    pointer-events: none;
}
.promo-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 20px;
  flex-wrap: wrap;
}

.promo-text {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

.promo-text strong {
  font-weight: 700;
}

.promo-highlight {
  background: #fff;
  color: #d62828;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.promo-dot {
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,0.7);
  border-radius: 50%;
  display: inline-block;
  animation: dot-blink 1.2s ease-in-out infinite;
}</style>
    <style nonce="<?= $nonce ?>">

/* WorkOS-inspired single-file redesign */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
    --primary: #635bff;
    --primary-dark: #4f46e5;
    --accent: #15c8b7;
    --accent-2: #8b5cf6;
    --ink: #12172a;
    --text-primary: #14192f;
    --text-secondary: #65708a;
    --muted: #8b95ad;
    --bg-light: #f7f8fc;
    --bg-white: #ffffff;
    --border: rgba(28, 38, 73, .10);
    --border-strong: rgba(28, 38, 73, .16);
    --success: #10b981;
    --danger: #ef4444;
    --warning: #f59e0b;
    --shadow-soft: 0 18px 60px rgba(20, 25, 47, .08);
    --shadow-card: 0 14px 40px rgba(20, 25, 47, .07);
    --radius-lg: 28px;
    --radius-md: 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text-primary);
    line-height: 1.6;
    background:
        radial-gradient(circle at 12% 0%, rgba(99, 91, 255, .14), transparent 34rem),
        radial-gradient(circle at 84% 10%, rgba(21, 200, 183, .13), transparent 34rem),
        linear-gradient(180deg, #fbfcff 0%, #f7f8fc 48%, #ffffff 100%);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
a { color: inherit; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; margin-bottom: 16px; }
.section-kicker::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--accent)); box-shadow: 0 0 0 6px rgba(99,91,255,.08); }
.section-heading { max-width: 680px; margin-bottom: 24px; }
.section-heading h2 { font-size: clamp(28px, 4vw, 46px); line-height: 1.06; letter-spacing: -.045em; color: var(--ink); }
.section-heading p { margin-top: 14px; color: var(--text-secondary); font-size: 16px; }

/* Promo */
@keyframes promo-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .82; } }
@keyframes dot-blink { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.78); } }
.promo-banner { position: relative; z-index: 110; background: linear-gradient(90deg, #191f3a, #3b2f8c 48%, #0f9f95); color: #fff; width: 100%; overflow: hidden; }
.promo-banner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent); transform: translateX(-100%); animation: promoSweep 5s ease-in-out infinite; }
@keyframes promoSweep { 0%, 35% { transform: translateX(-100%); } 70%, 100% { transform: translateX(100%); } }
.promo-inner { position: relative; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 20px; flex-wrap: wrap; }
.promo-text { color: rgba(255,255,255,.94); font-size: 14px; text-align: center; line-height: 1.5; }
.promo-text strong { font-weight: 800; color: #fff; }
.promo-highlight { display: inline-flex; align-items: center; background: rgba(255,255,255,.96); color: #3430a4; font-weight: 800; padding: 2px 9px; border-radius: 999px; font-size: 13px; letter-spacing: .02em; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.promo-dot { width: 8px; height: 8px; background: #65fff1; border-radius: 50%; display: inline-block; animation: dot-blink 1.25s ease-in-out infinite; box-shadow: 0 0 0 5px rgba(101,255,241,.12); }

/* Header */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.78); border-bottom: 1px solid rgba(28,38,73,.08); backdrop-filter: blur(18px); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.brand-mark { width: 40px; height: 40px; border-radius: 14px; background: linear-gradient(135deg, #635bff 0%, #8b5cf6 52%, #15c8b7 100%); display: grid; place-items: center; color: #fff; box-shadow: 0 14px 30px rgba(99,91,255,.25); position: relative; }
.brand-mark::after { content: ''; width: 16px; height: 16px; border: 3px solid rgba(255,255,255,.86); border-radius: 6px; transform: rotate(45deg); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-size: 16px; letter-spacing: -.02em; color: var(--ink); }
.brand-text span { font-size: 11px; font-weight: 700; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }
.nav, #desktopMenu { display: flex; align-items: center; gap: 26px; }
.nav a, #desktopMenu a { color: #394058; text-decoration: none; font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; transition: color .2s ease, transform .2s ease; }
.nav a:hover, #desktopMenu a:hover { color: var(--primary); transform: translateY(-1px); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.cart-button { width: 44px; height: 44px; border: 1px solid var(--border); background: rgba(255,255,255,.82); color: var(--ink); border-radius: 15px; display: grid; place-items: center; cursor: pointer; position: relative; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.cart-button:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); border-color: rgba(99,91,255,.25); }
.cart-badge { position: absolute; top: -5px; right: -5px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: linear-gradient(135deg, #635bff, #15c8b7); color: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 800; border: 2px solid #fff; }
.auth-actions, #notLoggedIn { display: flex; align-items: center; gap: 9px; }
.auth-link { text-decoration: none; color: #3b435c; font-size: 14px; font-weight: 800; padding: 11px 15px; border-radius: 999px; }
.auth-link:hover { color: var(--primary); }
.auth-primary { color: #fff; background: linear-gradient(135deg, #635bff, #5a54f3); box-shadow: 0 12px 28px rgba(99,91,255,.22); }
.user-area, #loggedIn { display: flex; align-items: center; gap: 10px; }
.user-profile { display: inline-flex; align-items: center; gap: 10px; padding: 6px 10px 6px 6px; background: rgba(255,255,255,.78); border: 1px solid var(--border); border-radius: 999px; text-decoration: none; color: var(--ink); }
.user-avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, #635bff, #15c8b7); color: #fff; font-size: 13px; font-weight: 800; }
.user-meta { display: flex; flex-direction: column; line-height: 1.1; }
.user-meta strong { font-size: 13px; max-width: 92px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.user-meta span { color: var(--success); font-size: 11px; font-weight: 800; }
.logout-form button { border: 0; background: rgba(239,68,68,.08); color: #dc2626; border-radius: 999px; padding: 10px 12px; cursor: pointer; font-size: 13px; font-weight: 800; }
.mobile-menu-btn { display: none; width: 44px; height: 44px; border: 1px solid var(--border); background: rgba(255,255,255,.78); color: var(--ink); border-radius: 15px; cursor: pointer; font-size: 18px; }

/* Mobile menu */
.mobile-menu { position: fixed; top: 0; right: -100%; width: min(88vw, 340px); height: 100vh; background: rgba(255,255,255,.96); box-shadow: -26px 0 80px rgba(20,25,47,.18); transition: right .32s ease; z-index: 1001; overflow-y: auto; backdrop-filter: blur(18px); }
.mobile-menu.active { right: 0; }
.mobile-menu-overlay { position: fixed; inset: 0; background: rgba(12,17,38,.48); z-index: 1000; display: none; backdrop-filter: blur(5px); }
.mobile-menu-overlay.active { display: block; }
.mobile-menu-header { padding: 22px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.mobile-menu-header h3 { font-size: 17px; font-weight: 900; color: var(--ink); display: flex; align-items: center; gap: 10px; }
.mobile-menu-close { background: transparent; border: 0; font-size: 24px; cursor: pointer; color: var(--text-secondary); }
.mobile-menu-items { padding: 18px; }
.mobile-menu-items a { display: flex; align-items: center; gap: 12px; padding: 14px 14px; color: var(--text-primary); text-decoration: none; border-radius: 14px; margin-bottom: 6px; font-weight: 750; }
.mobile-menu-items a:hover { background: rgba(99,91,255,.07); color: var(--primary); }
.mobile-menu-items a i { width: 20px; text-align: center; }
.mobile-menu-divider { height: 1px; background: var(--border); margin: 14px 0; }
.mobile-menu-auth, .mobile-menu-user { padding: 0 18px 24px; }
.mobile-menu-auth-buttons { display: grid; gap: 10px; }
.mobile-menu-auth-buttons a { padding: 12px 14px; border-radius: 14px; text-align: center; text-decoration: none; font-weight: 850; border: 1px solid var(--border); }
.mobile-menu-auth-buttons a:last-child { color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--primary), var(--accent)); }
.mobile-menu-user-info { display: flex; align-items: center; gap: 12px; padding: 14px; background: rgba(99,91,255,.07); border: 1px solid rgba(99,91,255,.12); border-radius: 18px; margin-bottom: 12px; }
.mobile-menu-user-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; display: grid; place-items: center; font-weight: 900; }
.mobile-menu-user-name { font-weight: 850; color: var(--ink); }
.mobile-menu-logout { width: 100%; padding: 12px; border: 0; border-radius: 14px; background: #fee2e2; color: #b91c1c; font-weight: 850; cursor: pointer; display: flex; justify-content: center; align-items: center; gap: 8px; }

/* Hero */
.hero { position: relative; padding: 92px 0 74px; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(99,91,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(99,91,255,.055) 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(circle at 74% 34%, black 0, transparent 52%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .86fr); gap: 48px; align-items: center; }
.hero-content { max-width: 720px; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; margin-bottom: 24px; border: 1px solid rgba(99,91,255,.14); background: rgba(255,255,255,.72); border-radius: 999px; color: #3430a4; font-size: 13px; font-weight: 850; box-shadow: 0 10px 30px rgba(20,25,47,.06); }
.hero-badge i { color: var(--accent); }
.hero h1 { font-size: clamp(32px, 5.4vw, 58px); font-weight: 900; line-height: .98; letter-spacing: -.075em; color: var(--ink); margin-bottom: 24px; }
.hero h1 .gradient-text { display: block; background: linear-gradient(92deg, #635bff 0%, #8b5cf6 47%, #15c8b7 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { max-width: 640px; color: #59657d; font-size: clamp(17px, 2vw, 20px); line-height: 1.75; margin-bottom: 30px; }
.hero-button { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.btn, .hero-button .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 28px; padding: 13px 20px; border-radius: 10px; border: 1px solid transparent; background: linear-gradient(135deg, #635bff, #4f46e5); color: #fff; text-decoration: none; font-size: 15px; font-weight: 850; box-shadow: 0 16px 34px rgba(99,91,255,.25); transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover, .hero-button .btn:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(99,91,255,.32); }
.btn-secondary { background: rgba(255,255,255,.72); color: var(--ink); border-color: var(--border); box-shadow: none; }
.hero-features { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.hero-feature { display: flex; align-items: center; gap: 9px; color: #3f4a64; font-size: 13px; font-weight: 800; padding: 11px 12px; border: 1px solid var(--border); background: rgba(255,255,255,.68); border-radius: 16px; }
.hero-feature i { color: var(--primary); font-size: 15px; }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-orb { position: absolute; width: 300px; height: 300px; border-radius: 80px; background: linear-gradient(135deg, rgba(99,91,255,.95), rgba(139,92,246,.76) 45%, rgba(21,200,183,.82)); transform: rotate(45deg); box-shadow: 0 44px 100px rgba(99,91,255,.32); filter: saturate(1.08); }
.hero-orb::before { content: ''; position: absolute; inset: 26px; border: 1px solid rgba(255,255,255,.42); border-radius: 62px; background: linear-gradient(135deg, rgba(255,255,255,.26), transparent); }
.hero-orb::after { content: ''; position: absolute; inset: -48px; border-radius: 110px; background: radial-gradient(circle, rgba(99,91,255,.24), transparent 64%); z-index: -1; }
.floating-card { position: absolute; right: 0; top: 48px; width: 265px; padding: 18px; border-radius: 24px; background: rgba(255,255,255,.82); border: 1px solid rgba(28,38,73,.08); box-shadow: var(--shadow-soft); backdrop-filter: blur(16px); }
.floating-card.card-bottom { left: 0; right: auto; top: auto; bottom: 34px; width: 290px; }
.float-row { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 16px; }
.float-icon { width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center; background: rgba(99,91,255,.10); color: var(--primary); }
.float-line { flex: 1; height: 9px; border-radius: 99px; background: #d9deed; position: relative; overflow: hidden; }
.float-line::after { content: ''; position: absolute; inset: 0; width: 58%; border-radius: inherit; background: linear-gradient(90deg, #635bff, #15c8b7); }
.stat-chip { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; }
.stat-chip strong { display: block; font-size: 20px; color: var(--ink); letter-spacing: -.04em; }
.stat-chip span { color: var(--text-secondary); font-size: 12px; font-weight: 750; }
.dot { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 8px rgba(21,200,183,.12); }
.dot.one { top: 22px; left: 64px; }
.dot.two { right: 82px; bottom: 70px; background: var(--primary); box-shadow: 0 0 0 8px rgba(99,91,255,.12); }
.dot.three { right: 26px; top: 258px; background: #60a5fa; box-shadow: 0 0 0 8px rgba(96,165,250,.12); }

/* Categories */
.categories { position: relative; margin: 26px 0 34px; padding: 34px; border: 1px solid var(--border); background: rgba(255,255,255,.76); border-radius: var(--radius-lg); box-shadow: var(--shadow-card); overflow: hidden; }
.categories::after { content: ''; position: absolute; right: -80px; top: -110px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(99,91,255,.12), transparent 68%); }
.categories h2 { position: relative; font-size: 22px; font-weight: 900; letter-spacing: -.03em; margin-bottom: 20px; color: var(--ink); }
.categories-grid { position: relative; display: grid; grid-template-columns: repeat(9, 1fr); gap: 12px; }
.category-item { text-align: center; padding: 19px 10px; background: rgba(247,248,252,.82); border: 1px solid rgba(28,38,73,.07); border-radius: 18px; color: var(--text-primary); pointer-events: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.category-item:hover { transform: translateY(-2px); background: #fff; border-color: rgba(99,91,255,.18); }
.category-item i { font-size: 22px; margin-bottom: 9px; display: block; color: var(--primary); }
.category-item span { font-size: 12px; font-weight: 850; color: #3f4a64; }

/* Websiteler */
.products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin: 34px 0 48px; }
.product-card { background: rgba(255,255,255,.86); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); }
.product-header { padding: 22px 24px; border-bottom: 1px solid rgba(28,38,73,.08); display: flex; justify-content: space-between; align-items: center; background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(247,248,252,.5)); }
.product-header h3 { font-size: 18px; font-weight: 900; display: flex; align-items: center; gap: 10px; color: var(--ink); letter-spacing: -.025em; }
.product-header h3 i { width: 34px; height: 34px; border-radius: 13px; display: grid; place-items: center; background: rgba(99,91,255,.09); color: var(--primary); }
.product-header a { font-size: 13px; color: var(--primary); text-decoration: none; font-weight: 900; padding: 8px 12px; border: 1px solid rgba(99,91,255,.14); border-radius: 999px; background: rgba(99,91,255,.05); }
.product-list { padding: 8px; }
.product-item { padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(28,38,73,.07); transition: background .2s ease, transform .2s ease; border-radius: 16px; }
.product-item:last-child { border-bottom: none; }
.product-item:hover { background: rgba(99,91,255,.045); transform: translateX(2px); }
.product-left { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 0; }
.product-rank { width: 30px; height: 30px; border-radius: 11px; background: #f0f2fb; color: var(--muted); display: grid; place-items: center; font-size: 12px; font-weight: 900; border: 1px solid rgba(28,38,73,.08); flex-shrink: 0; }
.product-rank.blue { background: rgba(99,91,255,.09); color: var(--primary); border-color: rgba(99,91,255,.13); }
.product-rank.orange { background: rgba(245,158,11,.10); color: #b45309; border-color: rgba(245,158,11,.17); }
.product-name { color: var(--text-primary); font-size: 14px; font-weight: 750; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: default; }
.product-right { display: flex; align-items: center; gap: 10px; }
.product-price { font-size: 15px; font-weight: 900; color: var(--ink); min-width: 72px; text-align: right; }
.product-buttons { display: flex; gap: 7px; }
.add-btn, .remove-btn { width: 34px; height: 34px; border-radius: 12px; border: 1px solid rgba(28,38,73,.09); cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; line-height: 1; transition: transform .2s ease, background .2s ease, color .2s ease; flex-shrink: 0; font-weight: 900; font-size: 17px; }
.add-btn { background: #fff; color: var(--primary); box-shadow: 0 8px 22px rgba(99,91,255,.08); }
.add-btn:hover { transform: translateY(-2px); background: var(--primary); color: #fff; }
.remove-btn { background: #fff1f2; color: var(--danger); border-color: #ffe4e6; }
.remove-btn:hover { transform: translateY(-2px); background: var(--danger); color: #fff; }
.skeleton-row { padding: 16px 18px; display: flex; gap: 12px; align-items: center; }
.skeleton-rank, .skeleton-name, .skeleton-price { background: linear-gradient(90deg, #eef1f8, #f8f9fd, #eef1f8); background-size: 200% 100%; animation: skeleton 1.4s ease-in-out infinite; }
@keyframes skeleton { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.skeleton-rank { width: 30px; height: 30px; border-radius: 11px; flex-shrink: 0; }
.skeleton-name { height: 14px; border-radius: 999px; flex: 1; }
.skeleton-price { width: 64px; height: 14px; border-radius: 999px; }

/* Contact */
.contact-section { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 52px 0; }
.contact-card { padding: 28px; border-radius: 24px; border: 1px solid var(--border); background: rgba(255,255,255,.78); position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; box-shadow: 0 10px 30px rgba(20,25,47,.045); }
.contact-card::before { content: ''; position: absolute; top: -70px; right: -70px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(99,91,255,.14), transparent 70%); border-radius: 50%; }
.contact-card:nth-child(1)::before { background: radial-gradient(circle, rgba(16,185,129,.16), transparent 70%); }
.contact-card:nth-child(4)::before { background: radial-gradient(circle, rgba(245,158,11,.16), transparent 70%); }
.contact-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); border-color: rgba(99,91,255,.18); }
.contact-card-content { position: relative; z-index: 1; }
.contact-card-icon { width: 52px; height: 52px; background: rgba(99,91,255,.08); border: 1px solid rgba(99,91,255,.12); color: var(--primary); border-radius: 18px; display: grid; place-items: center; margin-bottom: 16px; }
.contact-card:nth-child(1) .contact-card-icon { background: rgba(16,185,129,.09); border-color: rgba(16,185,129,.14); color: #059669; }
.contact-card:nth-child(4) .contact-card-icon { background: rgba(245,158,11,.10); border-color: rgba(245,158,11,.15); color: #b45309; }
.contact-card-icon i { font-size: 22px; }
.contact-card h4 { font-size: 17px; font-weight: 900; margin-bottom: 8px; color: var(--ink); letter-spacing: -.02em; }
.contact-card a, .contact-card p { color: var(--text-secondary); text-decoration: none; font-size: 14px; font-weight: 700; line-height: 1.7; overflow-wrap: anywhere; }
.contact-card a:hover { color: var(--primary); text-decoration: none; }

/* SEO content */
.tanitim-section { background: rgba(255,255,255,.86); padding: clamp(28px, 5vw, 54px); border-radius: var(--radius-lg); border: 1px solid var(--border); margin: 42px 0; box-shadow: var(--shadow-card); position: relative; overflow: hidden; }
.tanitim-section::before { content: ''; position: absolute; right: -140px; top: -150px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(21,200,183,.13), transparent 68%); pointer-events: none; }
.tanitim-title { position: relative; font-size: clamp(28px, 4.8vw, 48px); font-weight: 900; color: var(--ink); margin-bottom: 12px; line-height: 1.08; letter-spacing: -.05em; max-width: 860px; }
.tanitim-divider { position: relative; width: 70px; height: 4px; background: linear-gradient(90deg, var(--primary), var(--accent)); border-radius: 999px; margin-bottom: 30px; }
.tanitim-text { position: relative; color: var(--text-secondary); font-size: 15.5px; line-height: 1.9; margin-bottom: 22px; }
ul.tanitim-text { padding-left: 22px; background: rgba(247,248,252,.75); border: 1px solid rgba(28,38,73,.07); border-radius: 18px; padding-top: 18px; padding-bottom: 18px; }
ul.tanitim-text li { margin: 7px 0; }
.tanitim-text strong { color: #293149; font-weight: 900; }
.tanitim-subtitle { position: relative; font-size: 21px; font-weight: 900; color: var(--ink); margin-bottom: 12px; margin-top: 34px; padding-left: 16px; border-left: 4px solid var(--primary); letter-spacing: -.025em; }
.tanitim-cta { position: relative; background: linear-gradient(135deg, rgba(99,91,255,.96), rgba(21,200,183,.86)); color: #fff; padding: 30px 34px; border-radius: 24px; margin-top: 18px; line-height: 1.8; box-shadow: 0 20px 46px rgba(99,91,255,.22); overflow: hidden; }
.tanitim-cta::after { content: ''; position: absolute; inset: -60px -140px auto auto; width: 250px; height: 250px; border-radius: 50%; background: rgba(255,255,255,.16); }
.tanitim-cta p { position: relative; color: rgba(255,255,255,.96); font-size: 15px; margin: 0; font-weight: 650; }

/* FAQ */
.faq-section { background: rgba(255,255,255,.78); padding: clamp(28px, 5vw, 48px); border-radius: var(--radius-lg); border: 1px solid var(--border); margin: 42px 0; box-shadow: var(--shadow-card); }
.faq-section h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 900; margin-bottom: 28px; color: var(--ink); text-align: center; letter-spacing: -.05em; }
.faq-item { border: 1px solid rgba(28,38,73,.07); background: rgba(247,248,252,.65); padding: 20px 22px; border-radius: 18px; margin-bottom: 12px; }
.faq-item:last-child { margin-bottom: 0; }
.faq-question { font-weight: 900; font-size: 16px; margin-bottom: 9px; color: var(--ink); letter-spacing: -.02em; }
.faq-answer { color: var(--text-secondary); font-size: 14.5px; line-height: 1.75; }

/* Footer */
.footer { margin-top: 72px; background: #0d1228; color: #fff; position: relative; overflow: hidden; }
.footer::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 18% 0%, rgba(99,91,255,.28), transparent 34rem), radial-gradient(circle at 88% 24%, rgba(21,200,183,.20), transparent 30rem); pointer-events: none; }
.footer-content { position: relative; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 58px 0; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 36px; }
.footer-section h3 { font-size: 15px; font-weight: 900; margin-bottom: 18px; color: #fff; letter-spacing: -.01em; }
.footer-section p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.8; max-width: 340px; }
.footer-section ul { list-style: none; }
.footer-section li { margin-bottom: 11px; }
.footer-section a { color: rgba(255,255,255,.68); text-decoration: none; font-size: 14px; transition: color .2s ease, transform .2s ease; display: inline-flex; align-items: center; gap: 8px; }
.footer-section a:hover { color: #fff; transform: translateX(3px); }
.footer-contact { display: grid; gap: 13px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.68); font-size: 14px; }
.footer-contact-item i { color: #65fff1; margin-top: 4px; min-width: 17px; }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a { width: 40px; height: 40px; border-radius: 14px; background: rgba(255,255,255,.06); color: #fff; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.09); transform: none; }
.footer-social a:hover { background: linear-gradient(135deg, var(--primary), var(--accent)); }
.footer-bottom { position: relative; border-top: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.16); }
.footer-bottom-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; color: rgba(255,255,255,.62); font-size: 12px; }
.footer-bottom-left { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.pay-icon { height: 20px; width: auto; vertical-align: middle; filter: brightness(1.2); }
.iban-box { display: inline-flex; align-items: center; justify-content: center; height: 22px; padding: 0 8px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.12); border-radius: 7px; color: #fff; font-weight: 900; font-size: 10px; vertical-align: middle; }

/* Cart */
.cart-modal { position: fixed; top: 0; right: -430px; width: min(430px, 92vw); height: 100vh; background: rgba(255,255,255,.96); box-shadow: -26px 0 80px rgba(20,25,47,.18); transition: right .32s ease; z-index: 1000; display: flex; flex-direction: column; backdrop-filter: blur(18px); }
.cart-modal.active { right: 0; }
.cart-overlay { position: fixed; inset: 0; background: rgba(12,17,38,.48); z-index: 999; display: none; backdrop-filter: blur(5px); }
.cart-overlay.active { display: block; }
.cart-header { padding: 24px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.cart-header h3 { font-size: 21px; font-weight: 900; color: var(--ink); letter-spacing: -.035em; }
.close-cart { width: 40px; height: 40px; border-radius: 14px; background: rgba(247,248,252,.8); border: 1px solid var(--border); font-size: 21px; cursor: pointer; color: var(--text-secondary); }
.cart-items { flex: 1; overflow-y: auto; padding: 20px; }
.cart-item { display: flex; justify-content: space-between; align-items: center; padding: 16px; background: rgba(247,248,252,.82); border: 1px solid rgba(28,38,73,.07); border-radius: 18px; margin-bottom: 12px; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-info h4 { font-size: 14px; font-weight: 850; margin-bottom: 4px; color: var(--ink); overflow-wrap: anywhere; }
.cart-item-info p { font-size: 16px; color: var(--primary); font-weight: 900; }
.remove-item { background: #fff1f2; color: var(--danger); border: 1px solid #ffe4e6; width: 32px; height: 32px; border-radius: 12px; cursor: pointer; display: grid; place-items: center; flex-shrink: 0; margin-left: 12px; }
.cart-footer { padding: 22px; border-top: 1px solid var(--border); background: rgba(255,255,255,.75); }
.cart-total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; font-size: 18px; font-weight: 900; color: var(--ink); }
.checkout-btn { width: 100%; padding: 15px; background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; border: 0; border-radius: 16px; font-size: 16px; font-weight: 900; cursor: pointer; box-shadow: 0 16px 34px rgba(99,91,255,.24); }
.empty-cart { text-align: center; padding: 42px 20px; color: var(--text-secondary); }
.empty-cart i { font-size: 46px; margin-bottom: 14px; opacity: .45; }

/* Giriş required modal */
.login-required-overlay { position: fixed; inset: 0; background: rgba(12,17,38,.58); backdrop-filter: blur(7px); z-index: 2000; display: none; align-items: center; justify-content: center; padding: 20px; }
.login-required-overlay.active { display: flex; animation: fadeIn .25s ease; }
.login-required-modal { background: #fff; border-radius: 28px; max-width: 455px; width: 100%; box-shadow: 0 28px 90px rgba(0,0,0,.28); overflow: hidden; animation: modalSlideIn .35s cubic-bezier(.34,1.56,.64,1); }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalSlideIn { from { transform: scale(.92) translateY(-16px); opacity: 0; } to { transform: scale(1) translateY(0); opacity: 1; } }
.login-modal-icon { background: linear-gradient(135deg, rgba(99,91,255,.10), rgba(21,200,183,.12)); padding: 36px; text-align: center; }
.login-modal-icon-circle { width: 92px; height: 92px; background: #fff; border-radius: 28px; display: grid; place-items: center; margin: 0 auto; box-shadow: 0 18px 40px rgba(99,91,255,.18); }
.login-modal-icon-circle i { font-size: 42px; color: var(--primary); }
.login-modal-content { padding: 30px; text-align: center; }
.login-modal-title { font-size: 24px; font-weight: 900; color: var(--ink); margin-bottom: 10px; letter-spacing: -.035em; }
.login-modal-message { font-size: 15px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 24px; }
.login-modal-buttons { display: flex; gap: 12px; }
.login-modal-btn { flex: 1; padding: 14px 18px; border-radius: 16px; font-size: 15px; font-weight: 900; cursor: pointer; border: 0; display: flex; align-items: center; justify-content: center; gap: 8px; }
.login-modal-btn-primary { background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; box-shadow: 0 14px 30px rgba(99,91,255,.22); }
.login-modal-btn-secondary { background: #f1f4fb; color: #59657d; }
.notification { position: fixed; top: 96px; right: 24px; background: #0f172a; color: #fff; padding: 15px 18px; border-radius: 16px; box-shadow: var(--shadow-soft); z-index: 1002; display: none; animation: slideIn .28s ease; font-weight: 750; }
.notification.show { display: block; }
.notification.info { background: #26324d; }
.notification.error { background: #b91c1c; }
@keyframes slideIn { from { transform: translateX(360px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

@media (max-width: 1100px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-visual { min-height: 420px; }
    .categories-grid { grid-template-columns: repeat(3, 1fr); }
    .contact-section { grid-template-columns: repeat(2, 1fr); }
    .footer-content { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
    .nav, #desktopMenu, #notLoggedIn, #loggedIn .logout-form, .user-meta { display: none !important; }
    .mobile-menu-btn { display: grid; place-items: center; }
    .header-inner { height: 68px; }
    .brand-text span { display: none; }
    .hero { padding: 58px 0 44px; }
    .hero-features { grid-template-columns: repeat(2, 1fr); }
    .products { grid-template-columns: 1fr; }
    .hero-visual { display: none; }
    .footer-content { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom-content { flex-direction: column; text-align: center; justify-content: center; }
    .footer-bottom-left { justify-content: center; }
}
@media (max-width: 560px) {
    .container, .footer-content, .footer-bottom-content { width: min(100% - 28px, 1180px); }
    .promo-text { font-size: 12.5px; }
    .brand-mark { width: 36px; height: 36px; border-radius: 13px; }
    .cart-button, .mobile-menu-btn { width: 40px; height: 40px; border-radius: 14px; }
    .hero h1 { font-size: 39px; }
    .hero p { font-size: 16px; }
    .hero-button { align-items: stretch; }
    .hero-button .btn, .btn-secondary { width: 100%; }
    .hero-features, .categories-grid, .contact-section { grid-template-columns: 1fr; }
    .categories, .tanitim-section, .faq-section { border-radius: 22px; padding: 24px; }
    .product-header { padding: 18px; align-items: flex-start; gap: 12px; }
    .product-header h3 { font-size: 16px; }
    .product-item { align-items: flex-start; gap: 12px; flex-direction: column; }
    .product-right { width: 100%; justify-content: space-between; }
    .login-modal-buttons { flex-direction: column; }
    .cart-modal.active { width: 92vw; }
}



/* Header/footer markup preserved: visual-only WorkOS style overrides */
.top-bar {
    background: rgba(13, 18, 40, .88) !important;
    color: #fff !important;
    padding: 9px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    backdrop-filter: blur(18px);
}
.top-bar > div {
    max-width: none !important;
    width: 100% !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.top-bar a { color: rgba(255,255,255,.78) !important; transition: color .2s ease, opacity .2s ease; }
.top-bar a:hover { color: #fff !important; opacity: 1 !important; }
.header > div[style] {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: min(1180px, calc(100% - 40px)) !important;
    height: 76px !important;
    padding: 0 !important;
}
.header > div[style] > div:first-child a[href="/"] {
    color: var(--ink) !important;
    font-size: 17px !important;
    letter-spacing: -.025em !important;
}
.header > div[style] > div:first-child a[href="/"] i {
    width: 42px !important;
    height: 42px !important;
    border-radius: 15px !important;
    display: inline-grid !important;
    place-items: center !important;
    color: #fff !important;
    background: linear-gradient(135deg, #635bff 0%, #8b5cf6 52%, #15c8b7 100%) !important;
    box-shadow: 0 16px 34px rgba(99,91,255,.25) !important;
    font-size: 18px !important;
}
#desktopMenu { gap: 8px !important; }
#desktopMenu a {
    padding: 9px 12px !important;
    border-radius: 999px !important;
    color: #4c5875 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    background: transparent !important;
}
#desktopMenu a:hover {
    color: var(--primary) !important;
    background: rgba(99,91,255,.07) !important;
}
#cartBtn {
    width: 44px !important;
    height: 44px !important;
    border: 1px solid var(--border) !important;
    background: rgba(255,255,255,.82) !important;
    color: var(--ink) !important;
    border-radius: 15px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    box-shadow: 0 8px 24px rgba(20,25,47,.04) !important;
}
#cartBtn:hover { transform: translateY(-2px); box-shadow: var(--shadow-card) !important; border-color: rgba(99,91,255,.25) !important; }
#cartBadge {
    top: -6px !important;
    right: -6px !important;
    width: 20px !important;
    height: 20px !important;
    background: linear-gradient(135deg, #ff5573, #ef4444) !important;
    box-shadow: 0 8px 18px rgba(239,68,68,.28) !important;
}
#notLoggedIn a {
    border-radius: 999px !important;
    font-weight: 800 !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}
#notLoggedIn a:first-child {
    color: var(--primary) !important;
    border-color: rgba(99,91,255,.28) !important;
    background: rgba(255,255,255,.72) !important;
}
#notLoggedIn a:last-child {
    background: linear-gradient(135deg, var(--primary), #7c3aed) !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(99,91,255,.24) !important;
}
#notLoggedIn a:hover { transform: translateY(-2px); }
#loggedIn a[href="/account"] {
    background: rgba(255,255,255,.78) !important;
    border: 1px solid var(--border) !important;
    border-radius: 999px !important;
    padding: 6px 12px 6px 6px !important;
    box-shadow: 0 8px 24px rgba(20,25,47,.04) !important;
}
#loggedIn a[href="/account"] > div:first-child {
    background: linear-gradient(135deg, var(--primary), var(--accent)) !important;
}
.footer .footer-section:first-child h3 {
    display: flex;
    align-items: center;
}
.footer .footer-section:first-child h3 i {
    width: 34px !important;
    height: 34px !important;
    display: inline-grid !important;
    place-items: center !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--primary), var(--accent)) !important;
    border-radius: 12px !important;
    margin-right: 10px !important;
}
.footer-bottom-left > span:first-child { font-weight: 800; color: rgba(255,255,255,.8); }
.pay-icon { border-radius: 7px; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
@media (max-width: 980px) {
    .top-bar > div { flex-direction: column !important; gap: 8px !important; }
    .header > div[style] { height: 68px !important; width: min(100% - 32px, 1180px) !important; }
    #desktopMenu, #notLoggedIn { display: none !important; }
}
@media (max-width: 560px) {
    .header > div[style] > div:first-child a[href="/"] span { font-size: 15px !important; }
    .header > div[style] > div:first-child a[href="/"] i { width: 38px !important; height: 38px !important; }
    .footer-bottom-left { justify-content: center; }
}
/* Topbar right icon visibility fix */
.top-bar {
    overflow: hidden !important;
}

.top-bar > div {
    width: min(1400px, calc(100% - 48px)) !important;
    max-width: min(1400px, calc(100% - 48px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

.top-bar > div > div:first-child {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    overflow: hidden !important;
}

.top-bar > div > div:last-child {
    flex: 0 0 auto !important;
    min-width: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.top-bar > div > div:last-child a {
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 28px !important;
    color: #25D366 !important;
    font-size: 18px !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

.top-bar > div > div:last-child i {
    display: block !important;
    color: #25D366 !important;
    line-height: 1 !important;
}

@media (max-width: 980px) {
    .top-bar > div {
        flex-direction: row !important;
        gap: 12px !important;
    }
}

@media (max-width: 560px) {
    .top-bar {
        display: block !important;
    }

    .top-bar > div {
        width: min(100% - 24px, 1400px) !important;
    }

    .top-bar > div > div:first-child {
        gap: 10px !important;
    }

    .top-bar > div > div:first-child a {
        white-space: nowrap !important;
    }

    .top-bar > div > div:first-child a:nth-child(2) {
        max-width: 135px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}

/* =========================================================
   PAGE EDGE / BROWSER SIDE GAP FIX
   Kenarlardaki dış boşluğu kaldırır
========================================================= */

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

body {
    min-width: 0 !important;
}

/* Ana container genişliklerini tam ekrana yay */
.container,
.footer-content,
.footer-bottom-content,
.header > div[style],
.top-bar > div {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

/* Content çok cama yapışmasın ama dış boşluk kalmasın */
.container,
.footer-content,
.footer-bottom-content,
.header > div[style],
.top-bar > div {
    padding-left: clamp(14px, 2.5vw, 40px) !important;
    padding-right: clamp(14px, 2.5vw, 40px) !important;
}

@media (max-width: 560px) {
    .container,
    .footer-content,
    .footer-bottom-content,
    .header > div[style],
    .top-bar > div {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
/* Footer kolon hizalama düzeltmesi */
.footer-content {
    grid-template-columns: minmax(260px, 1.35fr) minmax(140px, .85fr) minmax(190px, 1fr) minmax(230px, 1.15fr) !important;
    gap: clamp(28px, 4vw, 56px) !important;
    align-items: flex-start !important;
}

.footer-section {
    justify-self: start !important;
    text-align: left !important;
}

.footer-section ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.footer-section ul li {
    margin: 0 0 11px 0 !important;
    padding: 0 !important;
}

.footer-section ul li a {
    justify-content: flex-start !important;
    text-align: left !important;
    width: auto !important;
}

.footer-section ul li a i {
    width: 16px !important;
    min-width: 16px !important;
    text-align: left !important;
}
@media (max-width: 1100px) {
    .footer-content {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 36px !important;
    }
}

@media (max-width: 860px) {
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}
/* Full-width website catalogue card */
.products {
    grid-template-columns: 1fr !important;
}

.product-card {
    width: 100%;
}

.website-card-row {
    display: grid;
    grid-template-columns: minmax(220px, 1.15fr) minmax(520px, 3fr) auto;
    gap: 24px;
    min-height: 88px;
    padding: 16px 20px;
}

.website-identity {
    min-width: 0;
}

.website-name-block {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.website-category {
    color: var(--muted);
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.website-metrics {
    display: grid;
    grid-template-columns: repeat(6, minmax(68px, 1fr));
    gap: 10px;
    align-items: center;
}

.website-metrics .metric {
    min-width: 0;
    padding: 10px 8px;
    border: 1px solid rgba(28,38,73,.07);
    border-radius: 13px;
    background: rgba(247,248,252,.72);
    text-align: center;
}

.website-metrics .metric span {
    display: block;
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
}

.website-metrics .metric strong {
    color: var(--ink);
    font-size: 14px;
    font-weight: 900;
}

.website-purchase {
    justify-content: flex-end;
    min-width: 126px;
}

@media (max-width: 1050px) {
    .website-card-row {
        grid-template-columns: minmax(200px, 1fr) minmax(0, 2fr) auto;
        gap: 16px;
    }
    .website-metrics {
        grid-template-columns: repeat(3, minmax(68px, 1fr));
    }
}

@media (max-width: 760px) {
    .website-card-row {
        grid-template-columns: 1fr auto;
    }
    .website-metrics {
        grid-column: 1 / -1;
        grid-row: 2;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 460px) {
    .website-card-row {
        padding: 14px 12px;
    }
    .website-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .website-purchase {
        min-width: 108px;
    }
}

/* 2026-07-31 alignment fixes */
.categories-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    width: 100%;
    margin-inline: auto;
    justify-content: center;
}

.website-purchase {
    gap: 18px;
}

@media (max-width: 980px) {
    .categories-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .website-purchase {
        gap: 14px;
    }
}

/* Login-required modal interaction hardening */
.login-required-overlay { pointer-events: auto; }
.login-required-modal { position: relative; z-index: 1; pointer-events: auto; }
.login-modal-content, .login-modal-buttons { position: relative; z-index: 2; pointer-events: auto; }
.login-modal-btn { position: relative; z-index: 3; pointer-events: auto; touch-action: manipulation; }
