/* ============================================================
   OBSYDIAN — PREMIUM v3 (Luxury Tech / Enterprise AI)
   Load order: styles.css → premium.css → premium-v2.css → premium-v3.css
   Revert ("geri al"): remove this file + restore *.bak3 files.
   ============================================================ */

/* ---------- Brand tokens ---------- */
:root {
  /* Obsidian palette: deep navy + controlled blue / violet accents */
  --obs-bg:        #03060F;
  --obs-bg-soft:   #070B19;
  --obs-surface:   rgba(14, 20, 40, 0.55);
  --obs-surface-2: rgba(10, 14, 28, 0.40);
  --obs-line:      rgba(255, 255, 255, 0.06);
  --obs-line-hi:   rgba(160, 190, 255, 0.20);
  --obs-blue:      #6FB1FF;
  --obs-blue-2:    #4A8BFF;
  --obs-violet:    #9A6BFF;
  --obs-ink:       #ECF1FB;
  --obs-soft:      #B7C2DD;
  --obs-faint:     #7B879F;
}

body {
  background: var(--obs-bg);
  font-feature-settings: 'cv11', 'ss01', 'ss03';
}

/* Vivid page aurora — clearer & more visible */
body::before {
  background:
    radial-gradient(ellipse 50% 40% at 18% -2%,  rgba(60, 130, 255, 0.42), transparent 60%),
    radial-gradient(ellipse 42% 32% at 86% 10%,  rgba(154, 107, 255, 0.32), transparent 60%),
    radial-gradient(ellipse 60% 45% at 50% 105%, rgba(0, 150, 255, 0.22),  transparent 65%),
    radial-gradient(ellipse 30% 25% at 75% 65%,  rgba(120, 90, 255, 0.18), transparent 60%);
  filter: none;
}

/* ---------- Typography upgrade ---------- */
.hero-title {
  font-size: clamp(2.5rem, 7.2vw, 5.5rem);
  letter-spacing: -3.5px;
  font-weight: 600;
  line-height: 1.02;
}

.section-header h2 {
  font-size: clamp(2rem, 4.6vw, 3.25rem);
  letter-spacing: -1.6px;
  font-weight: 600;
}

.section-header p {
  color: var(--obs-soft);
  font-size: 1.0625rem;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.gradient-text {
  background: linear-gradient(110deg, #A8C2FF 0%, #5C8BFF 45%, #9A6BFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Hero background — bring details back, keep readability */
.bg-canvas { opacity: 0.32 !important; }
.bg-video {
  opacity: 0.28 !important;
  filter: blur(0.5px) saturate(1) !important;
}
.bg-grid {
  background-image:
    linear-gradient(rgba(140, 170, 230, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 170, 230, 0.10) 1px, transparent 1px) !important;
  background-size: 64px 64px !important;
  mask-image: radial-gradient(ellipse at center, black 35%, transparent 82%) !important;
  -webkit-mask-image: radial-gradient(ellipse at center, black 35%, transparent 82%) !important;
}
.bg-gradient-mesh {
  background:
    radial-gradient(ellipse 55% 45% at 18% 28%, rgba(60, 130, 255, 0.40), transparent 60%),
    radial-gradient(ellipse 45% 40% at 82% 70%, rgba(154, 107, 255, 0.30), transparent 60%),
    radial-gradient(ellipse 70% 40% at 50% 100%, rgba(0, 130, 255, 0.18),  transparent 65%) !important;
  filter: none !important;
}
.bg-vignette {
  background:
    linear-gradient(180deg, rgba(3, 6, 15, 0.10) 0%, transparent 25%, rgba(3, 6, 15, 0.55) 88%, var(--obs-bg) 100%),
    radial-gradient(ellipse at center, transparent 35%, rgba(3, 6, 15, 0.35) 90%) !important;
}

/* Page hero (subpages) — same treatment */
.page-hero-bg img {
  opacity: 0.32 !important;
  filter: blur(1px) saturate(1) !important;
}
.page-hero-overlay {
  background:
    linear-gradient(180deg, rgba(3, 6, 15, 0.35) 0%, rgba(3, 6, 15, 0.10) 38%, var(--obs-bg) 100%),
    radial-gradient(ellipse 55% 45% at 18% 28%, rgba(60, 130, 255, 0.32), transparent 60%),
    radial-gradient(ellipse 45% 40% at 82% 70%, rgba(154, 107, 255, 0.22), transparent 60%) !important;
}

/* Integration tiles — premium polish */
.integration-tile {
  padding: 18px 12px !important;
  gap: 14px !important;
  background: linear-gradient(180deg, rgba(20, 26, 50, 0.55), rgba(10, 14, 28, 0.40)) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  transition: transform 350ms cubic-bezier(0.2, 0.6, 0.3, 1),
              border-color 350ms ease,
              box-shadow 350ms ease,
              background 350ms ease !important;
}

.integration-tile svg {
  width: 38px !important;
  height: 38px !important;
  transition: transform 350ms cubic-bezier(0.2, 0.6, 0.3, 1), filter 350ms ease;
}

.integration-tile:hover svg { transform: scale(1.08); }

.integration-tile span {
  font-size: 0.75rem !important;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #C7D2EA !important;
}

.integration-tile:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(160, 190, 255, 0.28) !important;
  box-shadow: 0 16px 38px rgba(0, 80, 200, 0.18) !important;
}

/* Per-brand hover glow */
.integration-tile[data-brand="openai"]:hover    { box-shadow: 0 16px 38px rgba(220, 240, 255, 0.10), 0 0 0 1px rgba(220, 240, 255, 0.14) inset !important; }
.integration-tile[data-brand="whatsapp"]:hover  { box-shadow: 0 16px 38px rgba(37, 211, 102, 0.22), 0 0 0 1px rgba(37, 211, 102, 0.20) inset !important; border-color: rgba(37, 211, 102, 0.35) !important; }
.integration-tile[data-brand="n8n"]:hover       { box-shadow: 0 16px 38px rgba(255, 109, 90, 0.22), 0 0 0 1px rgba(255, 109, 90, 0.20) inset !important; border-color: rgba(255, 109, 90, 0.35) !important; }
.integration-tile[data-brand="google"]:hover    { box-shadow: 0 16px 38px rgba(66, 133, 244, 0.20), 0 0 0 1px rgba(66, 133, 244, 0.20) inset !important; border-color: rgba(66, 133, 244, 0.35) !important; }
.integration-tile[data-brand="slack"]:hover     { box-shadow: 0 16px 38px rgba(224, 30, 90, 0.18), 0 0 0 1px rgba(224, 30, 90, 0.18) inset !important; border-color: rgba(224, 30, 90, 0.30) !important; }
.integration-tile[data-brand="stripe"]:hover    { box-shadow: 0 16px 38px rgba(99, 91, 255, 0.28), 0 0 0 1px rgba(99, 91, 255, 0.22) inset !important; border-color: rgba(99, 91, 255, 0.42) !important; }
.integration-tile[data-brand="instagram"]:hover { box-shadow: 0 16px 38px rgba(188, 48, 129, 0.22), 0 0 0 1px rgba(188, 48, 129, 0.20) inset !important; border-color: rgba(188, 48, 129, 0.35) !important; }
.integration-tile[data-brand="anthropic"]:hover { box-shadow: 0 16px 38px rgba(217, 119, 87, 0.24), 0 0 0 1px rgba(217, 119, 87, 0.22) inset !important; border-color: rgba(217, 119, 87, 0.40) !important; }

/* 8 tiles → single row (compact) */
.integrations-grid {
  grid-template-columns: repeat(8, 1fr) !important;
  gap: 10px !important;
}
.integration-tile {
  padding: 12px 8px !important;
  gap: 8px !important;
  aspect-ratio: auto !important;
  min-height: 88px;
}
.integration-tile svg {
  width: 28px !important;
  height: 28px !important;
}
.integration-tile span {
  font-size: 0.6875rem !important;
  letter-spacing: 0.3px;
}
@media (max-width: 1200px) {
  .integrations-grid { grid-template-columns: repeat(4, 1fr) !important; }
}
@media (max-width: 720px) {
  .integrations-grid { grid-template-columns: repeat(4, 1fr) !important; gap: 8px !important; }
  .integration-tile { padding: 10px 6px !important; min-height: 76px; }
  .integration-tile svg { width: 24px !important; height: 24px !important; }
}
@media (max-width: 420px) {
  .integrations-grid { grid-template-columns: repeat(3, 1fr) !important; }
}

/* Shop hero — same treatment */
.shop-hero-bg img {
  opacity: 0.32 !important;
  filter: blur(1px) saturate(1) !important;
}
.shop-hero-overlay {
  background:
    linear-gradient(180deg, rgba(3, 6, 15, 0.35) 0%, rgba(3, 6, 15, 0.10) 38%, var(--obs-bg) 100%),
    radial-gradient(ellipse 60% 50% at 20% 30%, rgba(60, 130, 255, 0.32), transparent 60%),
    radial-gradient(ellipse 40% 35% at 80% 70%, rgba(154, 107, 255, 0.22), transparent 60%) !important;
}

/* ---------- Navbar premium ---------- */
.navbar {
  background: rgba(3, 6, 15, 0.6);
  border-bottom: 1px solid var(--obs-line);
  transition: backdrop-filter 300ms ease, background 300ms ease;
}

.navbar.is-scrolled {
  background: rgba(3, 6, 15, 0.78);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  border-bottom-color: rgba(160, 190, 255, 0.10);
}

.nav-container {
  padding-top: 14px;
  padding-bottom: 14px;
}

.logo-text {
  font-family: var(--font-display);
  letter-spacing: 2.4px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--obs-ink);
}

.logo-text .logo-suffix {
  color: var(--obs-faint);
  font-weight: 500;
  letter-spacing: 1.4px;
}

.logo-icon {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 0 6px rgba(120, 170, 255, 0.18));
}

.logo:hover .logo-icon {
  filter: drop-shadow(0 0 10px rgba(120, 170, 255, 0.32));
}

.nav-links { gap: 36px; }

.nav-links a {
  font-size: 0.875rem;
  color: var(--obs-soft);
  letter-spacing: 0.2px;
  position: relative;
  padding: 8px 2px;
  transition: color 220ms ease;
}

.nav-links a:hover { color: var(--obs-ink); }

/* Active: sharp underline */
.nav-links a.active::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0; right: 0;
  height: 1.5px;
  width: 100%;
  border-radius: 1px;
  background: linear-gradient(90deg, transparent, var(--obs-blue), transparent);
  box-shadow: 0 0 12px rgba(120, 170, 255, 0.4);
}

/* WhatsApp pill — calmer green */
.btn-whatsapp-nav {
  background: linear-gradient(135deg, #1FAE54, #128C4E);
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 8px 14px;
  box-shadow: 0 4px 14px rgba(31, 174, 84, 0.18), inset 0 1px 0 rgba(255,255,255,0.14);
}

.btn-whatsapp-nav:hover {
  filter: brightness(1.06);
  box-shadow: 0 8px 22px rgba(31, 174, 84, 0.28), inset 0 1px 0 rgba(255,255,255,0.18);
}

/* ---------- Buttons: calmer, more premium ---------- */
.btn-primary {
  background: linear-gradient(135deg, #2D7FFF 0%, #5C8BFF 50%, #7A5CFF 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 8px 24px rgba(45, 127, 255, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  font-weight: 600;
  letter-spacing: 0.1px;
}

.btn-primary:hover {
  box-shadow:
    0 12px 32px rgba(45, 127, 255, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--obs-ink);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(160, 190, 255, 0.22);
}

/* Reduce orb glow further */
.glow-orb { opacity: 0.10 !important; filter: blur(180px) !important; }

/* =============================================================
   AI SYSTEMS GRID (replaces marketplace cards)
   ============================================================= */
.ai-systems-section {
  position: relative;
  z-index: 5;
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--s-12) var(--s-6) var(--s-10);
}

.ai-systems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: var(--s-10);
}

.ai-system-card {
  position: relative;
  padding: 30px 28px;
  background:
    linear-gradient(180deg, rgba(14, 20, 40, 0.60), rgba(8, 12, 26, 0.40));
  border: 1px solid var(--obs-line);
  border-radius: 18px;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  overflow: hidden;
  transition: transform 400ms cubic-bezier(0.2, 0.6, 0.3, 1),
              border-color 400ms ease,
              box-shadow 400ms ease;
}

.ai-system-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 60% at 50% -10%, rgba(120, 170, 255, 0.10), transparent 60%);
  opacity: 0;
  transition: opacity 400ms ease;
  pointer-events: none;
}

.ai-system-card:hover {
  transform: translateY(-5px);
  border-color: rgba(160, 190, 255, 0.20);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(160, 190, 255, 0.08) inset;
}

.ai-system-card:hover::before { opacity: 1; }

.ai-system-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.ai-system-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(60, 110, 255, 0.18), rgba(154, 107, 255, 0.20));
  border: 1px solid rgba(160, 190, 255, 0.20);
  color: #C7D8FF;
}

.ai-system-icon svg { width: 20px; height: 20px; }

.ai-system-status {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.625rem;
  color: #6EE7A8;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ai-system-card h3 {
  font-family: var(--font-display);
  font-size: 1.1875rem;
  font-weight: 600;
  color: var(--obs-ink);
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}

.ai-system-card p {
  color: var(--obs-soft);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 18px;
}

.ai-system-meta {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.ai-system-meta li {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6875rem;
  color: var(--obs-faint);
  letter-spacing: 0.3px;
  padding-left: 12px;
  position: relative;
}

.ai-system-meta li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--obs-blue);
  box-shadow: 0 0 6px rgba(120, 170, 255, 0.5);
}

@media (max-width: 1024px) { .ai-systems-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .ai-systems-grid { grid-template-columns: 1fr; } }

/* =============================================================
   PREMIUM PRICING TIERS
   ============================================================= */
.pricing-premium {
  position: relative;
  z-index: 5;
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--s-10) var(--s-6) var(--s-12);
}

.pricing-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: var(--s-10);
  align-items: stretch;
}

.pricing-tier {
  position: relative;
  padding: 36px 32px 32px;
  background: linear-gradient(180deg, rgba(14, 20, 40, 0.62), rgba(8, 12, 26, 0.40));
  border: 1px solid var(--obs-line);
  border-radius: 20px;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  display: flex;
  flex-direction: column;
  transition: transform 400ms ease, border-color 400ms ease, box-shadow 400ms ease;
}

.pricing-tier:hover {
  transform: translateY(-4px);
  border-color: rgba(160, 190, 255, 0.20);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.40);
}

.pricing-tier-featured {
  border-color: rgba(120, 170, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(28, 38, 80, 0.62), rgba(14, 20, 50, 0.45));
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(120, 170, 255, 0.16) inset;
}

.pricing-tier-featured::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(120, 170, 255, 0.55), transparent 40%, rgba(154, 107, 255, 0.45));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.tier-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  background: linear-gradient(135deg, #2D7FFF, #7A5CFF);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 1.3px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(45, 127, 255, 0.32);
}

.tier-head { margin-bottom: 20px; }

.tier-name {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--obs-ink);
  letter-spacing: -0.2px;
}

.tier-sub {
  display: block;
  margin-top: 4px;
  font-size: 0.8125rem;
  color: var(--obs-faint);
}

.tier-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--obs-line);
}

.tier-price .currency {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--obs-soft);
  font-weight: 500;
}

.tier-price .amount {
  font-family: var(--font-display);
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  color: var(--obs-ink);
  letter-spacing: -1.5px;
}

.tier-price .amount-text {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  background: linear-gradient(110deg, #A8C2FF 0%, #5C8BFF 50%, #9A6BFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tier-price .period {
  margin-left: 4px;
  font-size: 0.8125rem;
  color: var(--obs-faint);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.3px;
}

.tier-features {
  list-style: none;
  flex: 1;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tier-features li {
  position: relative;
  padding-left: 24px;
  color: var(--obs-soft);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.tier-features li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: rgba(120, 170, 255, 0.12);
  border: 1px solid rgba(120, 170, 255, 0.30);
}

.tier-features li::after {
  content: '';
  position: absolute;
  left: 4px; top: 11px;
  width: 6px; height: 4px;
  border-left: 1.5px solid var(--obs-blue);
  border-bottom: 1.5px solid var(--obs-blue);
  transform: rotate(-45deg);
}

.pricing-note {
  margin-top: 32px;
  text-align: center;
  color: var(--obs-faint);
  font-size: 0.8125rem;
  letter-spacing: 0.3px;
  font-family: 'JetBrains Mono', monospace;
}

@media (max-width: 1024px) {
  .pricing-premium-grid { grid-template-columns: 1fr; gap: 16px; }
  .pricing-tier-featured { order: -1; }
}

/* =============================================================
   Card system polish (apply across pages)
   ============================================================= */
.service-card,
.value-card,
.outcome-card,
.testimonial-card,
.trust-item,
.process-step,
.stack-category,
.feed-card,
.metric-tile,
.chart-card,
.flow-card,
.integration-tile,
.trust-metric {
  background: linear-gradient(180deg, rgba(14, 20, 40, 0.55), rgba(8, 12, 26, 0.38));
  border-color: var(--obs-line);
}

.service-card:hover,
.value-card:hover,
.outcome-card:hover,
.testimonial-card:hover,
.trust-item:hover,
.process-step:hover,
.stack-category:hover,
.integration-tile:hover {
  border-color: rgba(160, 190, 255, 0.20);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.36);
}

/* Section spacing uniformity */
.ai-systems-section,
.pricing-premium,
.dashboard-mockup-section,
.integrations-section,
.services-premium,
.trust-premium,
.value-props,
.outcomes-section {
  scroll-margin-top: 80px;
}

/* Footer brand line update */
.footer .footer-brand p {
  color: var(--obs-soft);
}

/* =============================================================
   Mobile refinements + horizontal overflow safety
   ============================================================= */

/* Hard cap: nothing escapes viewport horizontally */
html, body {
  overflow-x: clip !important;
  -webkit-overflow-x: clip;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

/* Any image / video / svg / iframe stays inside its parent */
img, video, svg, iframe, canvas { max-width: 100%; height: auto; }

/* Defensive: keep every section / nav / footer inside viewport */
nav, header, footer, section, main, aside {
  max-width: 100vw;
  box-sizing: border-box;
}

/* Grid items should never blow out the grid due to long intrinsic content */
.metric-tile, .feed-card, .chart-card, .flow-card,
.integration-tile, .ai-system-card, .service-card,
.value-card, .outcome-card, .testimonial-card, .trust-item,
.trust-metric, .pricing-tier {
  min-width: 0;
}

/* Long unbreakable strings (emails, URLs) wrap to next line on mobile */
.footer a, .contact-info a, p, span, h1, h2, h3, h4 {
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Anything that uses absolute positioning past viewport should be clipped by its parent */
.hero, .hero-refined, .page-hero, .shop-hero {
  overflow: hidden !important;
}

@media (max-width: 768px) {
  .hero-title { font-size: clamp(1.875rem, 8vw, 2.5rem); letter-spacing: -1px; }
  .hero-subtitle { font-size: 0.9375rem; padding: 0 8px; }
  .section-header h2 { font-size: clamp(1.625rem, 6vw, 2rem); }
  .section-header p { font-size: 0.9375rem; padding: 0 8px; }

  .ai-systems-section,
  .pricing-premium { padding: var(--s-10) var(--s-4) !important; }
  .ai-system-card { padding: 22px 18px; }
  .pricing-tier   { padding: 26px 18px; }

  /* Containers: tighter side padding so nothing bleeds */
  .nav-container,
  .hero-content-refined,
  .dashboard-mockup-section,
  .integrations-section,
  .services-premium,
  .trust-premium,
  .value-props,
  .outcomes-section,
  .cta-section,
  .hero-quote,
  .logos-section,
  .footer-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* Dashboard mockup: stack everything */
  .dashboard-frame { border-radius: 14px; }
  .dashboard-main  { padding: 16px 14px; gap: 14px; }
  .metric-grid     { grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; }
  .metric-tile     { padding: 12px 12px; }
  .metric-tile .m-value { font-size: 1.125rem; }
  .chart-row, .feed-row { grid-template-columns: 1fr !important; gap: 12px !important; }
  .chart-svg       { height: 110px; }
  .feed-card, .chart-card, .flow-card { padding: 14px; }

  /* Footer columns stack */
  .footer-content { grid-template-columns: 1fr !important; gap: var(--s-6); }
}

@media (max-width: 480px) {
  /* Navbar tightening so it never overflows */
  .nav-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
    gap: 8px;
  }
  .logo-icon { width: 26px !important; height: 26px !important; }
  .logo-text {
    font-size: 0.875rem !important;
    letter-spacing: 1.3px !important;
  }
  .logo-text .logo-suffix { display: none; }
  .btn-whatsapp-nav {
    padding: 7px 10px !important;
    font-size: 0.75rem !important;
    gap: 6px !important;
  }
  .btn-whatsapp-nav svg { width: 12px !important; height: 12px !important; }

  /* Announcement bar wraps & shrinks */
  .announcement-bar { font-size: 0.6875rem !important; padding: 6px 10px !important; }
  .announcement-link { display: block; width: 100%; text-align: center; }

  /* Hero CTA buttons stack */
  .hero-cta { flex-direction: column; gap: 10px; }
  .hero-cta .btn { width: 100%; padding: 12px 16px; font-size: 0.875rem; }

  /* Hero stats vertical */
  .hero-stats {
    flex-direction: column;
    gap: 12px;
    padding: 16px 14px;
  }
  .stat-divider { display: none; }
  .stat-value { font-size: 1.25rem; }
  .stat-label { font-size: 0.625rem; }

  /* Section headers tighter */
  .section-header h2 { font-size: 1.625rem; letter-spacing: -0.8px; }
  .integrations-grid { gap: 6px !important; }
}

/* =============================================================
   Shop page hero refinement
   ============================================================= */
.shop-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.05;
  margin: 18px 0;
  color: var(--obs-ink);
}

.shop-subtitle {
  color: var(--obs-soft);
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto;
}

/* Shop hero ambience match */
.shop-hero-bg img { opacity: 0.18; filter: blur(3px) saturate(0.85); }
.shop-hero-overlay {
  background:
    linear-gradient(180deg, rgba(3, 6, 15, 0.55) 0%, rgba(3, 6, 15, 0.25) 35%, var(--obs-bg) 100%),
    radial-gradient(ellipse 60% 50% at 20% 30%, rgba(60, 110, 255, 0.14), transparent 60%);
}

/* =============================================================
   AI System cards — with FAL-generated visual + CTA
   ============================================================= */
.ai-system-card {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ai-system-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0A0F1F;
}
.ai-system-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.02);
  transition: transform 600ms cubic-bezier(0.2, 0.6, 0.3, 1);
}
.ai-system-visual::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(3, 6, 15, 0.55) 100%);
  pointer-events: none;
}
.ai-system-card:hover .ai-system-visual img { transform: scale(1.04); }

.ai-system-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.ai-system-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  background: rgba(60, 110, 255, 0.12);
  border: 1px solid rgba(120, 170, 255, 0.28);
  color: #BFD4FF;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 10px;
  transition: background var(--t-fast), border-color var(--t-fast), transform var(--t-fast);
}
.ai-system-cta:hover {
  background: rgba(60, 110, 255, 0.22);
  border-color: rgba(160, 190, 255, 0.50);
  transform: translateY(-1px);
}

/* =============================================================
   ÖZEL İSTEK — Custom request section
   ============================================================= */
.custom-request-section {
  position: relative;
  z-index: 5;
  max-width: 980px;
  margin: 0 auto;
  padding: var(--s-16) var(--s-6);
  scroll-margin-top: 96px;
}
.custom-request-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 28px;
  margin: var(--s-12) var(--s-4);
}
.custom-request-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  filter: blur(2px) saturate(1.1);
}
.custom-request-bg::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 6, 15, 0.55) 0%, rgba(3, 6, 15, 0.20) 35%, rgba(3, 6, 15, 0.65) 100%),
    radial-gradient(ellipse 55% 50% at 20% 30%, rgba(60, 110, 255, 0.25), transparent 60%),
    radial-gradient(ellipse 45% 40% at 80% 70%, rgba(154, 107, 255, 0.18), transparent 60%);
}

.custom-request-wrap {
  position: relative;
  z-index: 1;
  padding: 36px 36px 40px;
  background: linear-gradient(180deg, rgba(14, 20, 40, 0.62), rgba(8, 12, 26, 0.45));
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45);
}

.custom-form { display: flex; flex-direction: column; gap: 14px; }
.custom-form .hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.custom-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.custom-form .field { display: flex; flex-direction: column; gap: 6px; }
.custom-form .field > span {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--obs-soft);
  letter-spacing: 0.4px;
}
.custom-form input,
.custom-form select,
.custom-form textarea {
  padding: 12px 14px;
  background: rgba(5, 8, 20, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  color: var(--obs-ink);
  font: inherit;
  outline: none;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.custom-form input:focus,
.custom-form select:focus,
.custom-form textarea:focus {
  border-color: rgba(160, 190, 255, 0.28);
  box-shadow: 0 0 0 3px rgba(120, 170, 255, 0.10);
}
.custom-form select.flash {
  animation: cr-flash 900ms ease;
}
@keyframes cr-flash {
  0%, 100% { box-shadow: none; }
  35%      { box-shadow: 0 0 0 4px rgba(120, 170, 255, 0.30); border-color: rgba(160, 190, 255, 0.50); }
}
.custom-form textarea {
  resize: vertical;
  min-height: 110px;
  font-family: inherit;
}
.custom-form-note {
  text-align: center;
  font-size: 0.75rem;
  color: var(--obs-faint);
  margin-top: 6px;
}
.custom-form-status {
  text-align: center;
  font-size: 0.875rem;
  color: var(--obs-soft);
  min-height: 1.4em;
  margin: 0;
}
.custom-form-status.ok  { color: #6EE7A8; }
.custom-form-status.bad { color: #FF8C8C; }

@media (max-width: 720px) {
  .custom-form-row { grid-template-columns: 1fr; }
  .custom-request-wrap { padding: 26px 20px 30px; }
  .custom-request-bg   { margin: var(--s-6) var(--s-3); border-radius: 18px; }
}

@media (max-width: 480px) {
  .custom-request-wrap { padding: 22px 14px 24px; border-radius: 18px; }
  .custom-request-bg   { margin: var(--s-5) var(--s-2); border-radius: 14px; }
  .custom-form { gap: 10px; }
  .custom-form input,
  .custom-form select,
  .custom-form textarea { font-size: 16px; } /* prevent iOS zoom */
}

/* ---------- Premium contact icons (E-posta / Ofis) ---------- */
.contact-info-block .info-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(0, 217, 255, 0.22), rgba(0, 217, 255, 0) 60%),
    linear-gradient(135deg, rgba(120, 88, 255, 0.18), rgba(0, 102, 255, 0.22));
  border: 1px solid rgba(0, 217, 255, 0.32);
  box-shadow:
    0 12px 36px rgba(0, 217, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1), box-shadow 0.4s;
}

.contact-info-block .info-icon::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: conic-gradient(from 220deg, transparent 0deg, rgba(0, 217, 255, 0.55) 90deg, transparent 180deg);
  filter: blur(14px);
  opacity: 0.55;
  z-index: -1;
  pointer-events: none;
}

.contact-info-block:hover .info-icon {
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 18px 48px rgba(0, 217, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.contact-info-block .info-icon svg {
  width: 34px;
  height: 34px;
  color: var(--accent);
  filter: drop-shadow(0 2px 6px rgba(0, 217, 255, 0.35));
}

/* Pin variant: warmer accent */
.contact-info-block .info-icon-pin {
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(255, 138, 76, 0.22), rgba(255, 138, 76, 0) 60%),
    linear-gradient(135deg, rgba(120, 88, 255, 0.18), rgba(255, 102, 70, 0.18));
  border-color: rgba(255, 178, 120, 0.32);
  box-shadow:
    0 12px 36px rgba(255, 138, 76, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.contact-info-block .info-icon-pin::before {
  background: conic-gradient(from 220deg, transparent 0deg, rgba(255, 138, 76, 0.5) 90deg, transparent 180deg);
}
.contact-info-block .info-icon-pin svg {
  color: #FFB178;
  filter: drop-shadow(0 2px 6px rgba(255, 138, 76, 0.35));
}

/* ---------- Premium navbar "İletişim" pill ---------- */
.btn-contact-nav {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #EAF2FF;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.14), rgba(120, 88, 255, 0.18));
  border: 1px solid rgba(0, 217, 255, 0.32);
  border-radius: 999px;
  box-shadow:
    0 6px 22px rgba(0, 102, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.28s cubic-bezier(.2,.7,.2,1),
              box-shadow 0.28s,
              border-color 0.28s,
              color 0.28s;
}

.btn-contact-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.32), rgba(120, 88, 255, 0.32));
  opacity: 0;
  transition: opacity 0.28s;
  z-index: -1;
}

.btn-contact-nav::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  width: 60%;
  height: 340%;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.28) 50%, transparent 70%);
  transform: rotate(20deg) translateX(-200%);
  pointer-events: none;
  z-index: -1;
}

.btn-contact-nav:hover {
  transform: translateY(-1px);
  color: #FFFFFF;
  border-color: rgba(0, 217, 255, 0.55);
  box-shadow:
    0 10px 32px rgba(0, 102, 255, 0.32),
    0 0 0 1px rgba(0, 217, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}
.btn-contact-nav:hover::before { opacity: 1; }
.btn-contact-nav:hover::after {
  animation: btnContactShine 0.85s ease-out;
}

.btn-contact-nav:active { transform: translateY(0); }

.btn-contact-nav::before,
.btn-contact-nav::after { border-radius: inherit; }

/* arrow ligature */
.btn-contact-nav .arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  transition: transform 0.28s cubic-bezier(.2,.7,.2,1);
}
.btn-contact-nav .arrow::before,
.btn-contact-nav .arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
}
.btn-contact-nav .arrow::before {
  top: 50%; left: 0;
  width: 12px; height: 1.5px;
  transform: translateY(-50%);
}
.btn-contact-nav .arrow::after {
  top: 50%; right: 0;
  width: 8px; height: 1.5px;
  transform-origin: right center;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 0 0 0 0 currentColor;
}
.btn-contact-nav .arrow span {
  position: absolute;
  top: 50%; right: 0;
  width: 8px; height: 1.5px;
  background: currentColor;
  border-radius: 2px;
  transform-origin: right center;
  transform: translateY(-50%) rotate(-45deg);
}
.btn-contact-nav:hover .arrow { transform: translateX(3px); }

/* status dot */
.btn-contact-nav .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6EE7A8;
  box-shadow: 0 0 0 0 rgba(110, 231, 168, 0.7);
  animation: btnContactPulse 2.4s infinite;
}

@keyframes btnContactShine {
  0%   { transform: rotate(20deg) translateX(-200%); }
  100% { transform: rotate(20deg) translateX(420%); }
}

@keyframes btnContactPulse {
  0%   { box-shadow: 0 0 0 0 rgba(110, 231, 168, 0.55); }
  70%  { box-shadow: 0 0 0 8px rgba(110, 231, 168, 0); }
  100% { box-shadow: 0 0 0 0 rgba(110, 231, 168, 0); }
}

/* Active page state */
.nav-links a.active {
  color: var(--text-primary);
}

@media (max-width: 720px) {
  .btn-contact-nav { padding: 8px 14px; font-size: 0.8125rem; }
  .btn-contact-nav .arrow { width: 12px; }
}

@media (max-width: 480px) {
  .btn-contact-nav {
    padding: 7px 12px;
    font-size: 0.75rem;
    gap: 6px;
  }
  .btn-contact-nav .dot { width: 6px; height: 6px; }
  .btn-contact-nav .arrow { width: 10px; }
  .btn-contact-nav .arrow::before { width: 9px; }
  .btn-contact-nav .arrow::after,
  .btn-contact-nav .arrow span { width: 6px; }
}

/* ---------- Mobile fixes (additive) ---------- */
@media (max-width: 720px) {
  .contact-info-block .info-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }
  .contact-info-block .info-icon svg {
    width: 30px;
    height: 30px;
  }
  .tier-price .amount      { font-size: 2.25rem; letter-spacing: -1px; }
  .tier-price .amount-text { font-size: 1.625rem; }
  .tier-price .currency    { font-size: 1.25rem; }
}

@media (max-width: 480px) {
  .contact-info-block .info-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .contact-info-block .info-icon svg {
    width: 26px;
    height: 26px;
  }
  .tier-price .amount      { font-size: 2rem; }
  .tier-price .amount-text { font-size: 1.5rem; }
}
