/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

:root {
  --bg: #0b1220;
  --bg-2: #0f172a;
  --surface: #ffffff;
  --surface-alt: #f6f8fc;
  --text: #0b1220;
  --text-muted: #4b5563;
  --text-soft: #6b7280;
  --border: #e5e7eb;
  --border-strong: #d1d5db;
  --primary: #2563eb;
  --primary-600: #1d4ed8;
  --primary-50: #eff6ff;
  --accent: #0ea5e9;
  --success: #10b981;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);
  --shadow: 0 8px 24px -8px rgba(15, 23, 42, 0.18), 0 4px 8px -4px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 24px 48px -12px rgba(15, 23, 42, 0.25);
  --maxw: 1180px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  transition: all 0.18s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn-lg { padding: 14px 26px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 6px 20px -6px rgba(37, 99, 235, 0.55); }
.btn-primary:hover { background: var(--primary-600); transform: translateY(-1px); box-shadow: 0 10px 24px -6px rgba(37, 99, 235, 0.65); }
.btn-outline { border-color: var(--border-strong); color: var(--text); background: var(--surface); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-50); }
.btn-ghost { color: var(--text-muted); }
.btn-ghost:hover { color: var(--text); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; letter-spacing: -0.02em; }
.logo-text { color: var(--text); }
.logo-mark { display: inline-flex; }

.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links > a { padding: 8px 14px; font-size: 15px; font-weight: 500; color: var(--text-muted); border-radius: 8px; }
.nav-links > a:hover { color: var(--text); background: var(--surface-alt); }
.nav-links .btn { padding: 9px 18px; }
.nav-links .btn:hover { background: var(--primary-600); color:#fff; }
.nav-links .btn-ghost:hover { background: var(--surface-alt); color: var(--text); }

.nav-toggle { display: none; flex-direction: column; gap: 4px; padding: 8px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: 0.2s; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 80px 0 100px;
  background:
    radial-gradient(60% 80% at 80% 0%, rgba(14, 165, 233, 0.12) 0%, transparent 70%),
    radial-gradient(60% 80% at 0% 0%, rgba(37, 99, 235, 0.10) 0%, transparent 70%),
    linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
  overflow: hidden;
}
.hero-inner {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center;
}
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 600;
  color: var(--primary); background: var(--primary-50);
  padding: 6px 12px; border-radius: 999px;
  letter-spacing: 0.02em; text-transform: uppercase;
}
.hero h1 {
  margin-top: 18px;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: #0b1220;
}
.hero h1 br { display: none; }
.hero .lead {
  margin-top: 20px;
  font-size: 18px;
  color: var(--text-muted);
  max-width: 560px;
}
.cta-row { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-bullets {
  margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px 24px; list-style: none;
  color: var(--text-soft); font-size: 14px;
}
.hero-bullets li { position: relative; padding-left: 22px; }
.hero-bullets li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 14px; height: 14px;
  background: var(--success); border-radius: 50%;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px var(--success);
}

/* Hero visual cards */
.hero-visual { position: relative; min-height: 460px; }
.card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
}
.card-browser {
  width: 100%; max-width: 460px; left: 0; top: 20px;
  transform: rotate(-1.5deg);
}
.browser-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 12px 14px; border-bottom: 1px solid var(--border);
}
.browser-bar > span { width: 10px; height: 10px; border-radius: 50%; background: #e5e7eb; }
.browser-bar > span:first-child { background: #ef4444; }
.browser-bar > span:nth-child(2) { background: #f59e0b; }
.browser-bar > span:nth-child(3) { background: #10b981; }
.browser-bar .url {
  margin-left: 12px; flex: 1; font-size: 12px; color: var(--text-soft);
  background: var(--surface-alt); padding: 5px 12px; border-radius: 8px;
}
.browser-body { padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.skeleton { background: linear-gradient(90deg, #eef2f7 0%, #e2e8f0 50%, #eef2f7 100%); background-size: 200% 100%; animation: shimmer 2.4s ease-in-out infinite; border-radius: 8px; }
.skeleton.head { height: 26px; width: 65%; }
.skeleton.row { height: 12px; width: 100%; }
.skeleton.row.short { width: 70%; }
.skeleton.btn { height: 36px; width: 140px; background: linear-gradient(90deg, #dbeafe 0%, #bfdbfe 50%, #dbeafe 100%); background-size: 200% 100%; margin-top: 6px; }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

.card-bot {
  width: 100%; max-width: 320px; right: 0; bottom: 0;
  transform: rotate(2deg);
  padding: 16px;
}
.bot-header { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.bot-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; display: grid; place-items: center; font-weight: 700; }
.bot-name { font-size: 14px; font-weight: 600; }
.bot-status { font-size: 11px; color: var(--success); }
.bot-msg { margin-top: 10px; padding: 8px 12px; border-radius: 12px; font-size: 13px; max-width: 80%; line-height: 1.45; }
.bot-msg.in { background: var(--surface-alt); color: var(--text); border-bottom-left-radius: 4px; }
.bot-msg.out { background: var(--primary); color: #fff; margin-left: auto; border-bottom-right-radius: 4px; }
.bot-buttons { display: flex; gap: 6px; margin-top: 10px; }
.bot-buttons span { flex: 1; text-align: center; padding: 8px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 8px; font-size: 12px; font-weight: 500; }

/* ---------- Trust strip ---------- */
.trust { padding: 32px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface-alt); }
.trust-inner { display: flex; flex-direction: column; gap: 24px; align-items: center; text-align: center; }
.trust-inner > p { color: var(--text-muted); font-size: 15px; }
.trust-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; width: 100%; max-width: 800px; }
.trust-stats > div { display: flex; flex-direction: column; gap: 4px; }
.trust-stats strong { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; color: var(--text); }
.trust-stats span { font-size: 13px; color: var(--text-soft); }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-alt { background: var(--surface-alt); }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { margin-top: 14px; font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -0.02em; line-height: 1.15; font-weight: 800; }
.section-head p { margin-top: 14px; color: var(--text-muted); font-size: 17px; }

/* ---------- Services ---------- */
.services { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service {
  position: relative;
  padding: 36px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.service:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--primary); }
.service-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--primary-50); color: var(--primary);
  display: grid; place-items: center; margin-bottom: 18px;
}
.service h3 { font-size: 22px; font-weight: 700; letter-spacing: -0.01em; }
.service > p { color: var(--text-muted); margin-top: 8px; }
.service-accent .service-icon { background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; }

.check { list-style: none; margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.check li {
  position: relative; padding-left: 28px; font-size: 14.5px; color: var(--text);
}
.check li::before {
  content: ""; position: absolute; left: 0; top: 6px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--success);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.link-arrow { display: inline-block; margin-top: 22px; font-weight: 600; color: var(--primary); }
.link-arrow:hover { color: var(--primary-600); }

.service-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 22px; }
.service-actions .btn { padding: 10px 18px; font-size: 14px; }
.service-actions .link-arrow { margin-top: 0; }

/* ---------- Examples / Pavyzdžiai ---------- */
.examples { display: flex; flex-direction: column; gap: 56px; }
.example { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.example.reverse { grid-template-columns: 1fr 1.1fr; }
.example.reverse .example-mockup { order: 2; }
.example-info h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; margin-top: 12px; }
.example-info > p { color: var(--text-muted); margin-top: 10px; font-size: 16px; }
.example-info .check { margin-top: 18px; }
.example-tag {
  display: inline-block; font-size: 13px; font-weight: 600;
  color: var(--primary); background: var(--primary-50);
  padding: 5px 12px; border-radius: 999px;
}

.example-mockup { display: flex; align-items: center; justify-content: center; padding: 32px; border-radius: var(--radius); }
.mockup-barber { background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%); }
.mockup-auto   { background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%); }
.mockup-rest   { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); }
.mockup-tg     { background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%); }
.mockup-sniper { background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); }

/* Terminal-style sniper mockup */
.mockup-terminal {
  width: 100%; max-width: 420px;
  background: #0b1220; border-radius: 12px;
  border: 1px solid #1f2937;
  box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  font-family: 'SF Mono', 'Monaco', 'Menlo', 'Consolas', monospace;
}
.terminal-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px; background: #1e293b; border-bottom: 1px solid #1f2937;
}
.terminal-bar > span { width: 10px; height: 10px; border-radius: 50%; background: #475569; }
.terminal-bar > span:first-child { background: #ef4444; }
.terminal-bar > span:nth-child(2) { background: #f59e0b; }
.terminal-bar > span:nth-child(3) { background: #10b981; }
.terminal-title { margin-left: auto; font-size: 11px; color: #94a3b8; letter-spacing: 0.05em; }

.terminal-body { padding: 18px; display: flex; flex-direction: column; gap: 8px; color: #e2e8f0; font-size: 12px; line-height: 1.5; }
.t-line { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.t-line.dim { color: #64748b; font-size: 11px; }
.t-prompt { color: #10b981; font-weight: 700; }
.t-cmd { color: #93c5fd; }
.t-tag { font-size: 10px; padding: 2px 8px; background: rgba(16, 185, 129, 0.15); color: #10b981; border-radius: 4px; letter-spacing: 0.05em; }
.t-divider { height: 1px; background: #1f2937; margin: 4px 0; }

.t-card {
  padding: 10px 12px; border-radius: 8px;
  background: rgba(37, 99, 235, 0.08); border: 1px solid rgba(37, 99, 235, 0.25);
}
.t-card.hit { animation: t-pulse 2.4s ease-in-out infinite; }
.t-card-head { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.t-card-head b { font-size: 13px; color: #fff; font-weight: 600; font-family: 'Inter', sans-serif; }
.t-price { color: #10b981; font-weight: 700; font-size: 13px; }
.t-card-meta { font-size: 11px; color: #94a3b8; margin-top: 4px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; font-family: 'Inter', sans-serif; }
.t-badge { font-size: 10px; padding: 2px 7px; border-radius: 4px; font-weight: 700; }
.t-badge.green { background: #10b981; color: #fff; }
.t-tg { color: #38bdf8; }

@keyframes t-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
  50% { box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15); }
}

/* Browser frame */
.mockup-browser {
  width: 100%; max-width: 380px;
  background: #fff; border-radius: 12px;
  box-shadow: 0 18px 40px -12px rgba(15, 23, 42, 0.25);
  overflow: hidden;
}
.mockup-bar {
  display: flex; align-items: center; gap: 5px;
  padding: 10px 12px; border-bottom: 1px solid var(--border);
}
.mockup-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #e5e7eb; }
.mockup-bar > span:first-child { background: #ef4444; }
.mockup-bar > span:nth-child(2) { background: #f59e0b; }
.mockup-bar > span:nth-child(3) { background: #10b981; }
.mockup-bar .url {
  margin-left: 8px; flex: 1; font-size: 11px; color: var(--text-soft);
  background: var(--surface-alt); padding: 4px 10px; border-radius: 6px;
  font-family: monospace;
}
.mockup-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; }

.mock-h1 { height: 22px; width: 70%; background: #1e293b; border-radius: 5px; }
.mock-h2 { height: 16px; width: 60%; background: #1e293b; border-radius: 4px; margin-top: 12px; }
.mock-line { height: 9px; width: 100%; background: #e5e7eb; border-radius: 4px; }
.mock-line.short { width: 60%; }
.mock-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 6px 0; }
.mock-slot { height: 32px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 6px; }
.mock-slot.picked { background: var(--primary); border-color: var(--primary); }
.mock-btn {
  margin-top: 8px; height: 36px;
  background: var(--primary); color: #fff;
  display: grid; place-items: center;
  border-radius: 8px; font-size: 13px; font-weight: 600;
}
.mock-btn.dark { background: #0b1220; }
.mock-btn.green { background: #10b981; }
.mock-hero { height: 90px; background: linear-gradient(135deg, #3b82f6, #0ea5e9); border-radius: 8px; }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mock-card { height: 60px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 6px; }
.mock-img { height: 110px; background: linear-gradient(135deg, #fb923c, #f59e0b); border-radius: 8px; }

/* Phone frame */
.mockup-phone {
  width: 220px; padding: 14px 10px;
  background: #0b1220; border-radius: 28px;
  box-shadow: 0 18px 40px -12px rgba(15, 23, 42, 0.4);
  position: relative;
}
.mockup-notch {
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  width: 60px; height: 18px; background: #0b1220; border-radius: 0 0 12px 12px;
  border: 1px solid #1f2937;
}
.mockup-screen {
  background: #fff; border-radius: 18px;
  padding: 28px 14px 18px;
  display: flex; flex-direction: column; gap: 8px;
  min-height: 360px;
}

/* Telegram mockup */
.mockup-tg-card {
  width: 100%; max-width: 320px;
  background: #fff; border-radius: 14px;
  box-shadow: 0 18px 40px -12px rgba(15, 23, 42, 0.25);
  padding: 16px;
}
.tg-header { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.tg-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; display: grid; place-items: center; font-weight: 700; }
.tg-name { font-size: 14px; font-weight: 600; }
.tg-status { font-size: 11px; color: var(--success); }
.tg-msg { margin-top: 10px; padding: 8px 12px; border-radius: 12px; font-size: 13px; max-width: 85%; line-height: 1.45; background: var(--surface-alt); }
.tg-buttons { display: flex; gap: 6px; margin-top: 10px; }
.tg-buttons span {
  flex: 1; text-align: center; padding: 8px 4px;
  background: var(--surface-alt); border: 1px solid var(--border);
  border-radius: 8px; font-size: 11px; font-weight: 500;
}

@media (max-width: 960px) {
  .example, .example.reverse { grid-template-columns: 1fr; gap: 32px; }
  .example.reverse .example-mockup { order: 0; }
  .example-mockup { padding: 24px; }
}

/* ---------- Audience ---------- */
.audience { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.audience-card {
  padding: 28px; border-radius: var(--radius);
  background: #fff; border: 1px solid var(--border);
  transition: 0.18s;
}
.audience-card:hover { border-color: var(--primary); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.audience-card .emoji { font-size: 30px; margin-bottom: 12px; }
.audience-card h4 { font-size: 17px; font-weight: 700; }
.audience-card p { color: var(--text-muted); font-size: 14.5px; margin-top: 6px; }

/* ---------- Process ---------- */
.process { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; counter-reset: step; }
.process li {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px;
  position: relative;
}
.step-num {
  font-size: 13px; font-weight: 700; color: var(--primary); letter-spacing: 0.05em; margin-bottom: 12px;
}
.process h4 { font-size: 16px; font-weight: 700; }
.process p { color: var(--text-muted); font-size: 14px; margin-top: 6px; }

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card {
  position: relative;
  padding: 32px; border-radius: var(--radius);
  background: #fff; border: 1px solid var(--border);
  display: flex; flex-direction: column;
}
.price-card-featured {
  border-color: var(--primary);
  box-shadow: 0 18px 40px -12px rgba(37, 99, 235, 0.25);
  transform: translateY(-6px);
}
.badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--primary); color: #fff; font-size: 12px; font-weight: 600;
  padding: 5px 14px; border-radius: 999px; letter-spacing: 0.02em;
}
.price-card h3 { font-size: 18px; color: var(--text-soft); font-weight: 600; }
.price { font-size: 40px; font-weight: 800; letter-spacing: -0.02em; margin: 8px 0 4px; }
.price .from { font-size: 13px; font-weight: 500; color: var(--text-soft); display: block; margin-bottom: 2px; }
.price-desc { color: var(--text-muted); font-size: 14.5px; min-height: 42px; }
.price-card .check { flex: 1; margin: 18px 0 24px; }
.price-note { text-align: center; margin-top: 36px; color: var(--text-soft); font-size: 14px; }

/* ---------- Contact ---------- */
.section-contact { background: linear-gradient(180deg, #fff 0%, #f6f8fc 100%); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-copy h2 { margin-top: 8px; font-size: clamp(26px, 3vw, 34px); letter-spacing: -0.02em; line-height: 1.15; font-weight: 800; }
.contact-copy > p { margin-top: 18px; color: var(--text-muted); font-size: 16px; line-height: 1.65; }

.founder { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.founder-photo {
  width: 260px; height: 260px;
  object-fit: cover; flex-shrink: 0;
  border-radius: 0; border: 0;
  /* Labai laipsniškas fade'as — vidurys mažas, periferija ilgai tirpsta į skaidrumą */
  -webkit-mask-image: radial-gradient(
    ellipse 55% 65% at 50% 38%,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.95) 25%,
    rgba(0,0,0,0.75) 45%,
    rgba(0,0,0,0.4) 65%,
    rgba(0,0,0,0.15) 80%,
    transparent 100%
  );
          mask-image: radial-gradient(
    ellipse 55% 65% at 50% 38%,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.95) 25%,
    rgba(0,0,0,0.75) 45%,
    rgba(0,0,0,0.4) 65%,
    rgba(0,0,0,0.15) 80%,
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  /* Daugiau kompensuojam — foto „neužima" daug vietos vizualiai */
  margin: -50px -40px -50px -40px;
  mix-blend-mode: multiply; /* foto pilkas fonas „susilieja" su balta puslapio fone */
}
.founder-info { display: flex; flex-direction: column; gap: 2px; }
.founder-role { color: var(--text-soft); font-size: 14px; font-weight: 500; margin-top: 6px; }
@media (max-width: 640px) {
  .founder { flex-direction: column; align-items: flex-start; gap: 0; }
  .founder-photo { width: 220px; height: 220px; margin: -40px -30px -30px -30px; }
}
.contact-list { list-style: none; margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.contact-list li { display: grid; grid-template-columns: 110px 1fr; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--border); }
.contact-list strong { color: var(--text-soft); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }
.contact-list a, .contact-list span { color: var(--text); font-weight: 500; }
.contact-list a:hover { color: var(--primary); }

.contact-form {
  padding: 36px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 16px;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13px; font-weight: 600; color: var(--text); }
.field input, .field select, .field textarea {
  font: inherit; padding: 11px 14px; border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm); background: #fff; color: var(--text);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.field textarea { resize: vertical; min-height: 100px; }
.form-note { font-size: 12px; color: var(--text-soft); text-align: center; margin-top: -2px; }
.form-status { font-size: 14px; font-weight: 500; text-align: center; min-height: 20px; }
.form-status.ok { color: var(--success); }
.form-status.err { color: #ef4444; }

/* ---------- Footer ---------- */
.footer { background: var(--bg); color: #cbd5e1; padding: 56px 0 28px; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 2fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.footer-brand .logo-text { color: #fff; font-size: 22px; font-weight: 800; }
.footer-brand p { margin-top: 10px; font-size: 14px; max-width: 320px; color: #94a3b8; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-cols h5 { color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 14px; }
.footer-cols a { display: block; color: #94a3b8; font-size: 14.5px; padding: 4px 0; }
.footer-cols a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; font-size: 13px; color: #64748b; flex-wrap: wrap; gap: 12px; align-items: center; }
.footer-legal { display: flex; flex-direction: column; gap: 4px; }
.footer-legal a { color: #94a3b8; }
.footer-legal a:hover { color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { min-height: 420px; }
  .services, .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .audience, .pricing, .process { grid-template-columns: repeat(2, 1fr); }
  .process li:nth-child(5) { grid-column: span 2; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; align-items: stretch; padding: 16px; background: #fff; border-bottom: 1px solid var(--border); gap: 4px; }
  .nav-links.open { display: flex; }
  .nav-links > a, .nav-links .btn { padding: 12px 14px; width: 100%; text-align: left; justify-content: flex-start; }
  .nav-toggle { display: flex; }
  .trust-stats { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 640px) {
  .hero { padding: 48px 0 64px; }
  .section { padding: 64px 0; }
  .audience, .pricing { grid-template-columns: 1fr; }
  .price-card-featured { transform: none; }
  .contact-list li { grid-template-columns: 1fr; gap: 4px; }
  .card-browser, .card-bot { transform: none; position: relative; max-width: 100%; }
  .card-bot { margin-top: 16px; }
  .hero-visual { min-height: auto; display: flex; flex-direction: column; gap: 16px; }
}
