@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&family=Manrope:wght@300;400;500;600;700;800&family=Newsreader:opsz,wght@6..72,600;6..72,700&display=swap');

:root {
  --bg: #f4f1ea;
  --paper: #fffaf0;
  --paper-2: #ebe6dc;
  --ink: #10151c;
  --ink-2: #293241;
  --muted: #71706a;
  --line: #d7d0c1;
  --line-dark: #28313d;
  --navy: #101827;
  --blue: #1f5eff;
  --cyan: #00a7c7;
  --green: #16a66a;
  --red: #d94b4b;
  --amber: #e5a928;
  --radius: 18px;
  --shadow: 14px 14px 0 rgba(16, 21, 28, .10);
  --shadow-dark: 14px 14px 0 rgba(16, 21, 28, .24);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(90deg, rgba(16,21,28,.035) 1px, transparent 1px),
    linear-gradient(rgba(16,21,28,.035) 1px, transparent 1px),
    var(--bg);
  background-size: 38px 38px;
  color: var(--ink);
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.mono { font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

/* ===================== TOP STRIP ===================== */
.top-strip {
  background: var(--navy);
  color: #f8f3e8;
  border-bottom: 3px solid var(--ink);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: -.02em;
}
.top-strip .container {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.strip-live { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; }
.pulse { width: 10px; height: 10px; background: var(--green); border: 2px solid #d8ffe9; box-shadow: 0 0 0 4px rgba(22,166,106,.18); display:inline-block; }

/* ===================== NAV ===================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 241, 234, .92);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid var(--ink);
}
.nav-shell {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1.08fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 14px; width: fit-content; }
.brand-mark,
.footer-brand-mark {
  width: 54px; height: 54px;
  display: inline-grid; place-items: center;
  background: var(--ink); color: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 var(--amber);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 900; letter-spacing: -.08em;
  line-height: 1;
  text-align: center;
}
.brand-text strong { display: block; font-family: "Newsreader", Georgia, serif; font-size: 25px; line-height: .95; letter-spacing: -.045em; }
.brand-text span { display: block; margin-top: 5px; color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.menu { display: flex; align-items: center; border: 2px solid var(--ink); background: var(--paper); box-shadow: 7px 7px 0 rgba(16,21,28,.13); }
.menu a { padding: 13px 15px; border-right: 2px solid var(--ink); color: var(--ink-2); font-size: 13px; font-weight: 800; white-space: nowrap; transition: .18s ease; }
.menu a:last-child { border-right: 0; }
.menu a:hover { background: var(--amber); color: var(--ink); }

.nav-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }

/* ===================== BUTTONS ===================== */
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: 2px solid var(--ink);
  font-weight: 900;
  cursor: pointer;
  transition: .18s ease;
  box-shadow: 6px 6px 0 rgba(16,21,28,.16);
  white-space: nowrap;
  text-decoration: none;
  font-family: inherit;
  font-size: 14px;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 9px 9px 0 rgba(16,21,28,.18); }
.btn-primary { background: var(--blue); color: white; }
.btn-login   { background: var(--paper); color: var(--ink); }
.btn-dark    { background: var(--ink); color: var(--paper); }
.btn-danger  { background: var(--red); color: white; }

/* ===================== HAMBURGER / MOBILE MENU ===================== */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 rgba(16,21,28,.16);
  cursor: pointer;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ink);
  transition: .25s ease;
  transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  flex-direction: column;
  border-top: 2px solid var(--ink);
  background: var(--paper);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 900;
  font-size: 15px;
  color: var(--ink-2);
  transition: .18s ease;
}
.mobile-menu a:last-child { border-bottom: 0; }
.mobile-menu a:hover { color: var(--blue); padding-left: 8px; }
.mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 16px 0; }
.mobile-menu-actions .btn { width: 100%; }

/* ===================== HERO ===================== */
.hero { padding: 54px 0 42px; border-bottom: 2px solid var(--line); }
.hero-layout { display: grid; grid-template-columns: 1.02fr .98fr; gap: 34px; align-items: stretch; }
.hero-copy {
  min-height: 650px; display: flex; flex-direction: column; justify-content: space-between;
  border: 2px solid var(--ink); background: var(--paper); box-shadow: var(--shadow);
  padding: clamp(28px, 4vw, 52px); position: relative; overflow: hidden;
}
.hero-copy::after {
  content: "BACKUP / SQL / REPORT";
  position: absolute; right: -88px; top: 42%; transform: rotate(90deg);
  font-family: "IBM Plex Mono", monospace; font-weight: 700; letter-spacing: .18em; font-size: 12px; color: rgba(16,21,28,.22);
}
.eyebrow {
  width: fit-content; display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 12px; background: #e9f7f9; border: 2px solid var(--ink); color: var(--ink);
  font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 800;
  box-shadow: 5px 5px 0 rgba(0,167,199,.18);
}
.eyebrow span { color: var(--blue); font-size: 18px; }
h1 { max-width: 760px; margin: 30px 0 24px; font-family: "Newsreader", Georgia, serif; font-size: clamp(54px, 7.6vw, 112px); line-height: .84; letter-spacing: -.07em; font-weight: 700; }
.hero-title-accent { display: inline; background: linear-gradient(transparent 60%, rgba(229,169,40,.75) 0); padding: 0 .04em; }
.blue-word { color: var(--blue); font-style: italic; }
.lead { max-width: 690px; color: var(--ink-2); font-size: 19px; line-height: 1.75; font-weight: 500; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.mini-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 2px solid var(--ink); background: var(--paper-2); margin-top: 30px; }
.proof-item { padding: 20px; border-right: 2px solid var(--ink); min-height: 122px; background: rgba(255,250,240,.72); }
.proof-item:last-child { border-right: 0; }
.proof-item b { display: block; font-family: "IBM Plex Mono", monospace; font-size: 36px; line-height: 1; letter-spacing: -.08em; }
.proof-item small { display: block; margin-top: 10px; color: var(--muted); font-weight: 800; line-height: 1.32; }

/* Visual Stage */
.visual-stage { min-height: 650px; border: 2px solid var(--ink); background: var(--navy); color: var(--paper); box-shadow: var(--shadow-dark); padding: 22px; position: relative; overflow: hidden; }
.visual-stage::before { content: ""; position: absolute; inset: 22px; border: 1px dashed rgba(255,250,240,.24); pointer-events: none; }
.halo { display: none; }
.orbit-card { position: absolute; z-index: 2; width: 160px; padding: 14px; background: var(--paper); color: var(--ink); border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--amber); }
.orbit-card strong { display: block; margin-top: 5px; font-family: "IBM Plex Mono", monospace; font-size: 25px; letter-spacing: -.08em; }
.orbit-card span { color: var(--muted); font-size: 12px; font-weight: 900; }
.oc-1 { top: 38px; right: 38px; }
.oc-2 { bottom: 38px; left: 38px; box-shadow: 6px 6px 0 var(--cyan); }
.oc-3 { right: 64px; bottom: 108px; box-shadow: 6px 6px 0 var(--green); }

.command-card { position: relative; z-index: 1; width: min(510px, calc(100% - 20px)); margin: 112px auto 0; transform: rotate(-1.2deg); border: 2px solid var(--paper); box-shadow: 16px 16px 0 rgba(0,0,0,.28); background: #0b111c; }
.command-inner { overflow: hidden; }
.terminal-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; background: var(--paper); color: var(--ink); border-bottom: 2px solid var(--paper); font-family: "IBM Plex Mono", monospace; }
.dots { display: flex; gap: 7px; }
.dots i { width: 11px; height: 11px; border: 2px solid var(--ink); display: block; }
.dots i:nth-child(1) { background: var(--red); }
.dots i:nth-child(2) { background: var(--amber); }
.dots i:nth-child(3) { background: var(--green); }
.terminal-title { font-size: 12px; font-weight: 800; }
.backup-panel { padding: 18px; }
.panel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 12px; }
.panel-metric { padding: 15px; border: 1px solid rgba(255,250,240,.20); background: rgba(255,250,240,.06); }
.panel-metric span { display: block; color: rgba(255,250,240,.58); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.panel-metric b { display: block; margin-top: 7px; font-family: "IBM Plex Mono", monospace; font-size: 32px; line-height: 1; letter-spacing: -.08em; }
.run-box { padding: 16px; border: 1px solid rgba(255,250,240,.22); background: rgba(31,94,255,.14); margin-bottom: 12px; }
.run-line { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 13px; }
.run-line strong { font-family: "IBM Plex Mono", monospace; font-size: 13px; word-break: break-word; }
.run-line span { padding: 6px 8px; border: 1px solid rgba(255,250,240,.32); color: #9cf8d0; font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 800; white-space: nowrap; }
.meter { height: 13px; background: rgba(255,250,240,.12); border: 1px solid rgba(255,250,240,.20); overflow: hidden; }
.meter i { display: block; height: 100%; width: 86%; background: repeating-linear-gradient(45deg, var(--green) 0 10px, #61e5b0 10px 20px); animation: load 2.7s ease-in-out infinite alternate; }
.log-list { display: grid; gap: 8px; }
.log-row { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; padding: 10px; border: 1px solid rgba(255,250,240,.16); background: rgba(255,250,240,.045); }
.log-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,250,240,.24); font-family: "IBM Plex Mono", monospace; font-weight: 800; }
.log-row h4 { font-family: "IBM Plex Mono", monospace; font-size: 12px; }
.log-row p { color: rgba(255,250,240,.54); font-size: 12px; margin-top: 2px; }
.ok, .fail { font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 800; }
.ok { color: #8af0bf; }
.fail { color: #ff9ca2; }

/* ===================== SECTIONS ===================== */
.section { padding: 74px 0; }
.section-head { display: grid; grid-template-columns: 250px 1fr; gap: 28px; align-items: start; margin-bottom: 30px; border-top: 2px solid var(--ink); padding-top: 24px; }
.section-kicker { color: var(--blue); font-family: "IBM Plex Mono", monospace; font-weight: 800; letter-spacing: .04em; font-size: 12px; text-transform: uppercase; }
.section-head h2 { font-family: "Newsreader", Georgia, serif; font-size: clamp(38px, 5vw, 72px); line-height: .92; letter-spacing: -.06em; font-weight: 700; max-width: 840px; }
.section-head p { grid-column: 2; max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.75; margin-top: -12px; }

.flow-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.big-card, .stack-card, .feature-tile, .price-card, .integration-chip, .footer-brand-box, .footer-column { background: var(--paper); border: 2px solid var(--ink); box-shadow: var(--shadow); }
.big-card { padding: 28px; min-height: 500px; }
.flow-title { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 2px solid var(--ink); }
.number-badge { width: 48px; height: 48px; display: grid; place-items: center; background: var(--ink); color: var(--paper); font-family: "IBM Plex Mono", monospace; font-weight: 800; box-shadow: 5px 5px 0 var(--amber); }
.flow-title h3, .stack-card h3, .feature-tile h3, .price-card h3 { font-family: "Newsreader", Georgia, serif; font-size: 31px; line-height: .98; letter-spacing: -.045em; }
.pipeline { display: grid; gap: 12px; }
.pipeline-step { display: grid; grid-template-columns: 60px 1fr auto; gap: 14px; align-items: center; padding: 15px; border: 2px solid var(--line); background: #fffdf7; }
.step-icon { width: 54px; height: 54px; display: grid; place-items: center; background: var(--blue); color: white; border: 2px solid var(--ink); font-family: "IBM Plex Mono", monospace; font-weight: 800; box-shadow: 4px 4px 0 rgba(16,21,28,.16); }
.pipeline-step h4 { font-size: 17px; font-weight: 900; }
.pipeline-step p { color: var(--muted); font-size: 14px; line-height: 1.45; margin-top: 3px; }
.step-status { padding: 8px 10px; border: 2px solid var(--ink); background: #e9f9ef; color: var(--green); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 800; }

.side-stack { display: grid; gap: 22px; }
.stack-card { padding: 28px; min-height: 239px; }
.stack-card.dark { background: var(--navy); color: var(--paper); box-shadow: var(--shadow-dark); }
.stack-card p { color: var(--muted); line-height: 1.7; margin-top: 12px; }
.stack-card.dark p { color: rgba(255,250,240,.68); }
.mini-bars { display: flex; align-items: end; gap: 10px; height: 86px; margin-top: 24px; }
.mini-bars i { flex: 1; border: 2px solid rgba(255,250,240,.34); background: var(--cyan); min-height: 22px; }
.mini-bars i:nth-child(1){height:48px}.mini-bars i:nth-child(2){height:76px}.mini-bars i:nth-child(3){height:58px}.mini-bars i:nth-child(4){height:86px}.mini-bars i:nth-child(5){height:66px}

.backup-flow-widget { background: var(--paper); border: 2px solid var(--ink); box-shadow: var(--shadow); overflow: hidden; }
.backup-flow-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px; border-bottom: 2px solid var(--ink); background: #fffdf7; }
.backup-flow-title { display: flex; align-items: center; gap: 16px; min-width: 0; }
.backup-flow-title h3 { color: var(--ink); font-family: "Newsreader", Georgia, serif; font-size: clamp(30px, 3.4vw, 48px); line-height: .95; letter-spacing: -.055em; }
.backup-flow-title p { max-width: 720px; margin-top: 8px; color: var(--muted); line-height: 1.55; font-weight: 700; }
.backup-demo-start { width: auto; white-space: nowrap; }
.backup-flow-body { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(330px, .7fr); min-height: 570px; }
.backup-network { position: relative; min-height: 570px; background: linear-gradient(rgba(16,21,28,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16,21,28,.045) 1px, transparent 1px), var(--paper-2); background-size: 42px 42px; overflow: hidden; }
.backup-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.backup-line { fill: none; stroke: rgba(16,21,28,.25); stroke-width: 5; stroke-linecap: square; stroke-dasharray: 13 12; transition: .25s ease; }
.backup-line.is-active { stroke: var(--blue); animation: backupDash .75s linear infinite; filter: drop-shadow(0 0 5px rgba(31,94,255,.28)); }
.backup-line.is-success { stroke: var(--green); stroke-dasharray: 0; filter: drop-shadow(0 0 4px rgba(22,166,106,.22)); }
.backup-node { position: absolute; z-index: 2; width: 220px; min-height: 82px; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 12px; padding: 13px; background: var(--paper); border: 2px solid var(--ink); box-shadow: 8px 8px 0 rgba(16,21,28,.14); transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.backup-node strong { display: block; color: var(--ink); font-size: 15px; font-weight: 900; line-height: 1.15; }
.backup-node span { display: block; margin-top: 5px; color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 900; letter-spacing: -.02em; }
.backup-node-icon { width: 50px; height: 50px; display: grid; place-items: center; background: #fff0f0; color: var(--red); border: 2px solid var(--ink); box-shadow: 4px 4px 0 rgba(217,75,75,.16); font-family: "IBM Plex Mono", monospace; font-size: 14px; font-weight: 900; letter-spacing: -.08em; }
.backup-node-icon.dark { background: var(--ink); color: var(--paper); box-shadow: 4px 4px 0 var(--amber); }
.backup-node-icon.blue { background: #e9f0ff; color: var(--blue); box-shadow: 4px 4px 0 rgba(31,94,255,.16); }
.backup-node-icon.google { background: #e9f0ff; color: #1a73e8; box-shadow: 4px 4px 0 rgba(26,115,232,.16); }
.backup-node-icon.yandex { background: #fff3c4; color: #d94b4b; box-shadow: 4px 4px 0 rgba(245,177,15,.26); }
.backup-node-icon.green { background: #edf9f1; color: var(--green); box-shadow: 4px 4px 0 rgba(22,166,106,.16); }
.backup-node.is-active { transform: translate(-3px, -3px); box-shadow: 12px 12px 0 rgba(31,94,255,.18); background: #f4f7ff; }
.backup-node.is-active .backup-node-icon { animation: backupPulse 1s ease-in-out infinite; }
.backup-node.is-active span { color: var(--blue); }
.backup-node.is-success { background: #f0fff6; box-shadow: 9px 9px 0 rgba(22,166,106,.18); }
.backup-node.is-success span { color: var(--green); }
.backup-node-sql { left: 28px; top: 78px; }
.backup-node-agent { left: 50%; top: 78px; transform: translateX(-50%); }
.backup-node-agent.is-active { transform: translate(calc(-50% - 3px), -3px); }
.backup-node-panel { right: 28px; top: 78px; }
.backup-node-google { left: 28px; bottom: 76px; }
.backup-node-yandex { left: 50%; bottom: 76px; transform: translateX(-50%); }
.backup-node-yandex.is-active { transform: translate(calc(-50% - 3px), -3px); }
.backup-node-ftp { right: 28px; bottom: 76px; }
.backup-console { display: flex; flex-direction: column; min-height: 100%; padding: 24px; background: var(--navy); color: var(--paper); border-left: 2px solid var(--ink); }
.backup-console-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.backup-console-head b { color: var(--green); font-size: 18px; letter-spacing: -.04em; }
.backup-progress { height: 14px; margin-bottom: 18px; border: 1px solid rgba(255,250,240,.24); background: rgba(255,250,240,.08); overflow: hidden; }
.backup-progress i { display: block; width: 0; height: 100%; background: repeating-linear-gradient(45deg, var(--cyan) 0 10px, #61e5b0 10px 20px); transition: width .22s ease; }
.backup-log { flex: 1; min-height: 0; display: flex; flex-direction: column; gap: 10px; padding: 14px; background: rgba(255,250,240,.045); border: 1px solid rgba(255,250,240,.18); overflow-y: auto; }
.backup-log-row { display: grid; grid-template-columns: 74px 1fr; gap: 10px; align-items: start; padding: 11px 10px; border: 1px solid rgba(255,250,240,.14); background: rgba(255,250,240,.045); animation: backupLogIn .24s ease-out; }
.backup-log-row time { color: rgba(255,250,240,.48); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 800; }
.backup-log-row span { color: rgba(255,250,240,.80); font-size: 12px; line-height: 1.45; font-weight: 800; }
.backup-log-row.process span { color: #8fb0ff; }
.backup-log-row.success span { color: #8af0bf; }
@keyframes backupDash { to { stroke-dashoffset: -25; } }
@keyframes backupPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.06); } }
@keyframes backupLogIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.integration-marquee { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.integration-chip { min-height: 162px; padding: 20px; display: grid; align-content: space-between; color: var(--ink); transition: .18s ease; }
.integration-chip:hover { transform: translate(-3px, -3px); box-shadow: 17px 17px 0 rgba(16,21,28,.12); }
.chip-logo { width: 52px; height: 52px; display: grid; place-items: center; border: 2px solid var(--ink); background: #e9f0ff; color: var(--blue); font-family: "IBM Plex Mono", monospace; font-weight: 800; box-shadow: 5px 5px 0 rgba(31,94,255,.16); }
.chip-logo.red { color: var(--red); background: #fff0f0; box-shadow: 5px 5px 0 rgba(217,75,75,.16); }
.chip-logo.green { color: var(--green); background: #edf9f1; box-shadow: 5px 5px 0 rgba(22,166,106,.16); }
.chip-logo.dark { color: var(--paper); background: var(--ink); box-shadow: 5px 5px 0 var(--amber); }
.integration-chip b { display: block; color: var(--ink); font-size: 20px; font-weight: 900; }
.integration-chip small { display: block; margin-top: 3px; color: var(--muted); font-weight: 800; }
.integration-chip .badge-success { justify-self: start; min-width: 94px; padding: 7px 11px; border: 2px solid #064e34; background: #0f8f5d; color: #fff; text-align: center; box-shadow: 3px 3px 0 rgba(16,21,28,.16); letter-spacing: .04em; }

.features-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.feature-tile { padding: 28px; min-height: 250px; transition: .18s ease; }
.feature-tile:hover { transform: translate(-3px, -3px); box-shadow: 17px 17px 0 rgba(16,21,28,.12); }
.feature-tile.wide { grid-column: span 7; }
.feature-tile.slim { grid-column: span 5; }
.feature-tile.third { grid-column: span 4; }
.tile-icon { width: 56px; height: 56px; display: grid; place-items: center; background: var(--blue); color: white; border: 2px solid var(--ink); box-shadow: 5px 5px 0 rgba(16,21,28,.16); margin-bottom: 22px; font-size: 23px; }
.feature-tile p { color: var(--muted); line-height: 1.75; margin-top: 12px; max-width: 620px; }

.phone-demo-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; background: var(--navy); color: var(--paper); border: 2px solid var(--ink); box-shadow: var(--shadow-dark); padding: 30px; }
.demo-copy { padding: 12px; }
.demo-copy .section-kicker { color: var(--amber) !important; }
.demo-copy h2 { font-family: "Newsreader", Georgia, serif; font-size: clamp(40px, 5vw, 72px); line-height: .9; letter-spacing: -.06em; margin: 18px 0; }
.demo-copy p { color: rgba(255,250,240,.68); line-height: 1.75; font-size: 18px; }
.phone-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.report-card { min-height: 150px; padding: 20px; background: rgba(255,250,240,.06); border: 1px solid rgba(255,250,240,.22); }
.report-card.big { grid-column: span 2; }
.report-card span { color: rgba(255,250,240,.58); font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.report-card b { display: block; margin-top: 8px; font-family: "IBM Plex Mono", monospace; font-size: 42px; letter-spacing: -.08em; }
.report-list { display: grid; gap: 10px; margin-top: 18px; }
.report-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: rgba(255,250,240,.82); font-weight: 800; border-bottom: 1px dashed rgba(255,250,240,.18); padding-bottom: 9px; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: 28px; }
.price-card.featured { background: var(--navy); color: var(--paper); box-shadow: var(--shadow-dark); transform: translateY(-8px); }
.price-card p { color: var(--muted); line-height: 1.7; margin-top: 10px; }
.price-card.featured p { color: rgba(255,250,240,.68); }
.price { margin: 24px 0; font-family: "IBM Plex Mono", monospace; font-size: 45px; line-height: 1; letter-spacing: -.08em; font-weight: 800; }
.price small { font-size: 14px; letter-spacing: 0; color: var(--muted); }
.price-card.featured .price small { color: rgba(255,250,240,.58); }
.price-note { margin: -10px 0 16px; color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 800; line-height: 1.55; }
.price-card.featured .price-note { color: rgba(255,250,240,.6); }
.price-disclaimer { margin: 22px 0 0; padding: 14px 16px; border: 2px solid var(--ink); background: var(--paper-2); color: var(--ink-2); font-size: 13px; font-weight: 800; line-height: 1.6; box-shadow: 5px 5px 0 rgba(16,21,28,.10); }
.list { display: grid; gap: 11px; margin-top: 20px; }
.list li { list-style: none; display: flex; align-items: center; gap: 10px; color: var(--ink-2); font-weight: 800; }
.list li strong { color: var(--ink); font-weight: 900; }
.price-card.featured .list li { color: rgba(255,250,240,.82); }
.price-card.featured .list li strong { color: #fffaf0; text-shadow: 0 0 0 currentColor; }
.list li::before { content: "✓"; width: 25px; height: 25px; display: grid; place-items: center; background: #e9f9ef; border: 2px solid var(--ink); color: var(--green); font-family: "IBM Plex Mono", monospace; font-weight: 800; flex: 0 0 auto; }
.price-card .list { margin-bottom: 24px; }
.price-card .plan-trigger { margin-top: auto !important; }
.package-compare { margin-top: 42px; border: 2px solid var(--ink); background: var(--paper); box-shadow: var(--shadow); overflow-x: auto; }
.package-compare table { width: 100%; min-width: 760px; border-collapse: collapse; }
.package-compare th, .package-compare td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.package-compare th { background: var(--navy); color: var(--paper); font-family: "IBM Plex Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.package-compare th:first-child { width: 240px; }
.package-compare td:first-child { color: var(--muted); font-weight: 900; }
.package-compare td:not(:first-child) { color: var(--ink-2); font-weight: 900; }
.package-compare tr:last-child td { border-bottom: 0; }
.compare-check { color: var(--green); font-family: "IBM Plex Mono", monospace; font-weight: 900; }
.compare-empty { color: var(--muted); opacity: .55; }

.final-cta { margin-top: 32px; padding: 38px; background: var(--amber); color: var(--ink); border: 2px solid var(--ink); box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; }
.final-cta h2 { font-family: "Newsreader", Georgia, serif; font-size: clamp(42px, 5vw, 76px); line-height: .9; letter-spacing: -.065em; margin-bottom: 14px; }
.final-cta p { color: rgba(16,21,28,.72); font-size: 18px; line-height: 1.65; max-width: 720px; }

/* ===================== FOOTER ===================== */
.site-footer { padding: 40px 0 28px; color: var(--muted); }
.footer-shell { border-top: 2px solid var(--ink); padding-top: 28px; }
.footer-top { display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px; margin-bottom: 22px; }
.footer-brand-box { padding: 26px; }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.footer-brand strong { display: block; color: var(--ink); font-family: "Newsreader", Georgia, serif; font-size: 27px; line-height: .95; letter-spacing: -.045em; }
.footer-brand span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; font-weight: 800; }
.footer-brand .footer-brand-mark {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  margin-top: 0;
  color: var(--paper);
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
  text-align: center;
}
.footer-text { max-width: 660px; color: var(--muted); line-height: 1.8; margin-bottom: 18px; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-contact a, .footer-badge { display: inline-flex; align-items: center; min-height: 40px; padding: 9px 12px; background: var(--paper-2); border: 2px solid var(--ink); color: var(--ink-2); font-size: 13px; font-weight: 900; }
.footer-links-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.footer-column { padding: 20px; }
.footer-column h4 { color: var(--ink); font-family: "Newsreader", Georgia, serif; font-size: 22px; line-height: 1; letter-spacing: -.04em; margin-bottom: 12px; }
.footer-column a { display: block; color: var(--muted); font-size: 14px; font-weight: 800; padding: 7px 0; transition: .18s ease; }
.footer-column a:hover { color: var(--blue); transform: translateX(4px); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 18px; border-top: 2px solid var(--line); font-size: 14px; font-weight: 800; }
.footer-bottom-right { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.footer-bottom-right a:hover { color: var(--blue); }
.footer-social-row { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.footer-social-link { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 2px solid var(--ink); background: var(--paper); color: var(--ink); box-shadow: 3px 3px 0 rgba(16,21,28,.12); transition: .18s ease; }
.footer-social-link svg { display: block; width: 18px; height: 18px; fill: currentColor; }
.footer-social-link:hover { transform: translateY(-2px); box-shadow: 4px 5px 0 rgba(16,21,28,.16); }
.social-instagram:hover { background: #e4405f; color: #fff; }
.social-x:hover { background: #10151c; color: #fff; }
.social-facebook:hover { background: #1877f2; color: #fff; }
.social-whatsapp:hover { background: #25d366; color: #fff; }

/* ===================== INNER PAGES ===================== */
.page-hero { padding: 52px 0; background: var(--navy); color: var(--paper); border-bottom: 2px solid var(--ink); }
.page-hero-title { font-family: "Newsreader", Georgia, serif; font-size: clamp(42px, 6vw, 88px); line-height: .9; letter-spacing: -.065em; font-weight: 700; margin-top: 8px; }
.page-hero-desc { margin-top: 16px; color: rgba(255,250,240,.68); font-size: 18px; line-height: 1.75; max-width: 720px; }
.page-content { padding: 64px 0; }
.page-content h2 { font-family: "Newsreader", Georgia, serif; font-size: clamp(28px, 3.5vw, 44px); letter-spacing: -.04em; line-height: 1; margin: 38px 0 14px; padding-top: 24px; border-top: 2px solid var(--line); }
.page-content h2:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
.page-content p { color: var(--ink-2); line-height: 1.85; margin-bottom: 14px; font-size: 16px; }
.page-content ul { margin: 14px 0 14px 0; display: grid; gap: 10px; }
.page-content ul li { list-style: none; display: flex; gap: 10px; align-items: flex-start; color: var(--ink-2); line-height: 1.7; }
.page-content ul li::before { content: "✓"; color: var(--green); font-family: "IBM Plex Mono", monospace; font-weight: 800; flex-shrink: 0; margin-top: 2px; }
.page-content strong { color: var(--ink); font-weight: 900; }
.page-content a { color: var(--blue); font-weight: 800; }
.page-content a:hover { text-decoration: underline; }
.page-content .info-box { padding: 20px 22px; background: var(--paper); border: 2px solid var(--ink); box-shadow: var(--shadow); margin: 22px 0; }
.page-content .info-box p { margin-bottom: 0; }
.contact-layout { display: grid; grid-template-columns: .88fr 1.4fr; gap: 32px; align-items: start; }
.contact-info-list { display: grid; gap: 16px; }
.contact-info-list .info-box { margin: 0; }
.contact-info-box strong { display: inline-block; margin-bottom: 4px; font-family: "IBM Plex Mono", monospace; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.contact-form-card { background: var(--paper); border: 2px solid var(--ink); box-shadow: 14px 14px 0 rgba(16,21,28,.10); padding: 28px; }
.contact-form-card h2 { margin-top: 0; border-top: 0; padding-top: 0; font-size: 32px; }
.faq-item { border: 2px solid var(--ink); background: var(--paper); box-shadow: var(--shadow); margin-bottom: 12px; }
.faq-q { padding: 18px 20px; font-weight: 900; font-size: 16px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-q::after { content: "+"; font-family: "IBM Plex Mono", monospace; font-size: 22px; font-weight: 800; flex-shrink: 0; transition: .2s; }
.faq-item.open .faq-q::after { content: "−"; }
.faq-a { display: none; padding: 0 20px 18px; color: var(--ink-2); line-height: 1.8; border-top: 1px solid var(--line); padding-top: 16px; }
.faq-item.open .faq-a { display: block; }

/* ===================== LOGIN PAGE ===================== */
.login-body { background: linear-gradient(90deg, rgba(16,21,28,.035) 1px, transparent 1px), linear-gradient(rgba(16,21,28,.035) 1px, transparent 1px), var(--bg); background-size: 38px 38px; }
.login-page-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; }
.login-page-card { width: min(520px, 100%); background: var(--paper); color: var(--ink); border: 2px solid var(--ink); box-shadow: 18px 18px 0 rgba(0,0,0,.20); }
.login-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; border-bottom: 2px solid var(--ink); background: var(--navy); color: var(--paper); }
.login-brand { display: flex; align-items: center; gap: 12px; }
.login-head strong { font-family: "Newsreader", Georgia, serif; font-size: 28px; letter-spacing: -.05em; line-height: 1; }
.login-head-sub { font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 700; color: rgba(255,250,240,.6); text-transform: uppercase; }
.login-body-inner { padding: 24px; }
.login-error { padding: 11px 12px; border: 2px solid var(--red); background: #fff0f0; color: var(--red); font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 800; margin-bottom: 14px; display: none; }
.login-error.active { display: block; }
.login-footer-link { padding: 14px 24px; border-top: 2px solid var(--line); font-size: 13px; font-weight: 800; }
.login-footer-link a:hover { color: var(--blue); }
.form-group { display: grid; gap: 8px; margin-bottom: 14px; }
.form-group label { font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--ink-2); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; min-height: 52px; border: 2px solid var(--ink); background: #fffdf7; color: var(--ink);
  padding: 12px 14px; font-size: 15px; font-weight: 700; outline: none;
  box-shadow: 5px 5px 0 rgba(16,21,28,.10); font-family: inherit;
}
.form-group textarea { min-height: auto; resize: vertical; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 5px 5px 0 rgba(31,94,255,.22); }

/* ===================== DASHBOARD ===================== */
.dashboard-body { background: linear-gradient(90deg, rgba(255,250,240,.035) 1px, transparent 1px), linear-gradient(rgba(255,250,240,.035) 1px, transparent 1px), var(--navy) !important; background-size: 38px 38px !important; }

/* Dashboard içindeki form label ve input stilleri */
.dashboard-body .form-group label { color: rgba(255,250,240,.75); }
.dashboard-body .form-group input,
.dashboard-body .form-group select,
.dashboard-body .form-group textarea {
  background: rgba(255,250,240,.08);
  color: rgba(255,250,240,.9);
  border: 2px solid rgba(255,250,240,.28);
  box-shadow: none;
}
.dashboard-body .form-group input:focus,
.dashboard-body .form-group select:focus,
.dashboard-body .form-group textarea:focus {
  border-color: var(--blue);
  box-shadow: none;
}
.dashboard-body .form-group input:disabled,
.dashboard-body .form-group input[disabled] {
  background: rgba(255,250,240,.04);
  color: rgba(255,250,240,.35);
  cursor: not-allowed;
}
.dashboard-view { display: block; min-height: 100vh; color: var(--paper); }
.dash-layout { display: grid; grid-template-columns: 280px 1fr; min-height: 100vh; }
.dash-sidebar { border-right: 2px solid rgba(255,250,240,.18); padding: 24px; background: #0b111c; }
.dash-brand { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 2px solid rgba(255,250,240,.20); }
.dash-brand .brand-mark { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; box-shadow: 6px 6px 0 var(--amber); background: var(--paper); color: var(--ink); font-size: 20px; line-height: 1; letter-spacing: -.12em; padding: 0; flex: 0 0 54px; }
.dash-brand .brand-mark span { display: block; margin: 0; color: var(--ink); font-size: 20px; line-height: 1; letter-spacing: -.12em; transform: translateX(-1px); }
.dash-brand strong { display: block; font-family: "Newsreader", Georgia, serif; font-size: 22px; line-height: .95; letter-spacing: -.05em; }
.dash-brand span { display: block; margin-top: 5px; color: rgba(255,250,240,.58); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.dash-menu { display: grid; gap: 6px; }
.dash-menu a { display: flex; align-items: center; justify-content: space-between; min-height: 42px; padding: 9px 12px; border: 1px solid rgba(255,250,240,.14); color: rgba(255,250,240,.78); font-weight: 900; transition: .18s ease; font-size: 13px; }
.dash-menu a.active, .dash-menu a:hover { background: var(--amber); color: var(--ink); border-color: var(--ink); transform: translateX(4px); }
.dash-main { padding: 26px; overflow-x: hidden; }
.dash-topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 2px solid rgba(255,250,240,.20); flex-wrap: wrap; }
.dash-topbar h2 { font-family: "Newsreader", Georgia, serif; font-size: clamp(32px, 4vw, 60px); line-height: .9; letter-spacing: -.065em; }
.dash-user { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.dash-user-badge { padding: 8px 12px; border: 2px solid rgba(255,250,240,.28); font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 800; color: rgba(255,250,240,.82); }
.dashboard-subtitle { margin-top: 10px; max-width: 740px; color: rgba(255,250,240,.62); font-size: 15px; line-height: 1.7; }
.dashboard-hero { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: stretch; margin-bottom: 18px; padding: 22px; border: 2px solid rgba(255,250,240,.24); background: linear-gradient(135deg, rgba(255,250,240,.10), rgba(255,250,240,.035)); box-shadow: 10px 10px 0 rgba(0,0,0,.18); }
.dashboard-eyebrow, .panel-heading span { color: var(--amber); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.dashboard-hero h3 { margin-top: 8px; font-family: "Newsreader", Georgia, serif; font-size: clamp(32px, 3.5vw, 50px); line-height: .95; letter-spacing: -.055em; }
.dashboard-hero p { margin-top: 12px; max-width: 760px; color: rgba(255,250,240,.68); font-size: 15px; line-height: 1.75; }
.dashboard-hero-side { display: grid; align-content: space-between; justify-items: end; gap: 14px; min-width: 330px; }
.dashboard-filter { display: flex; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.dashboard-filter .btn { width: auto; min-height: 40px; padding: 8px 14px; }
.health-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 14px; border: 2px solid rgba(255,250,240,.26); font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.health-pill.ok { background: rgba(138,240,191,.16); border-color: rgba(138,240,191,.45); color: #8af0bf; }
.health-pill.warning { background: rgba(229,169,40,.14); border-color: rgba(229,169,40,.48); color: var(--amber); }
.health-pill.neutral { background: rgba(126,200,227,.12); border-color: rgba(126,200,227,.35); color: #7ec8e3; }
.dash-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.dash-stat, .dash-panel-box { border: 2px solid rgba(255,250,240,.22); background: rgba(255,250,240,.06); padding: 20px; }
.dash-stat span { color: rgba(255,250,240,.58); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 800; text-transform: uppercase; display: block; }
.dash-stat b { display: block; margin-top: 10px; font-family: "IBM Plex Mono", monospace; font-size: 40px; line-height: 1; letter-spacing: -.08em; }
.metric-card { position: relative; min-height: 138px; overflow: hidden; background: linear-gradient(180deg, rgba(255,250,240,.08), rgba(255,250,240,.035)); }
.metric-card::after { content: ""; position: absolute; inset: auto 18px 0 18px; height: 3px; background: rgba(255,250,240,.16); }
.metric-card.success::after { background: #8af0bf; }
.metric-card.danger::after { background: #ff9ca2; }
.metric-card.info::after { background: #7ec8e3; }
.metric-card small { display: block; margin-top: 10px; color: rgba(255,250,240,.58); font-size: 12px; font-weight: 800; }
.dash-content-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.dash-panel-box h3 { font-family: "Newsreader", Georgia, serif; font-size: 30px; letter-spacing: -.05em; line-height: 1; }
.panel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.panel-heading h3 { margin-top: 6px; }
.panel-heading a { color: var(--amber); font-size: 12px; font-weight: 900; text-decoration: none; }
.dash-table { display: grid; gap: 8px; }
.dash-row-item { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; padding: 12px; border: 1px solid rgba(255,250,240,.14); background: rgba(255,250,240,.04); }
.dash-row-item strong { font-family: "IBM Plex Mono", monospace; font-size: 13px; }
.dash-row-item span { color: rgba(255,250,240,.58); font-size: 12px; font-weight: 800; }
.dash-status { padding: 6px 9px; border: 1px solid rgba(255,250,240,.22); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 800; white-space: nowrap; }
.dash-status.ok { color: #8af0bf; }
.dash-status.fail { color: #ff9ca2; }
.apps-hero { display: flex; justify-content: space-between; align-items: center; gap: 22px; margin-bottom: 18px; }
.apps-hero h3 { max-width: 780px; }
.apps-hero p { max-width: 760px; margin-top: 10px; color: rgba(255,250,240,.62); line-height: 1.65; }
.apps-eyebrow { display: block; margin-bottom: 9px; color: var(--amber); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.apps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.app-card { min-height: 360px; display: flex; flex-direction: column; gap: 18px; padding: 22px; border: 2px solid rgba(255,250,240,.22); background: rgba(255,250,240,.06); color: var(--paper); box-shadow: 10px 10px 0 rgba(0,0,0,.16); }
.app-card-featured { background: rgba(31,94,255,.18); border-color: rgba(126,200,227,.42); }
.app-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid rgba(255,250,240,.28); background: var(--ink); color: var(--paper); box-shadow: 5px 5px 0 var(--amber); font-family: "IBM Plex Mono", monospace; font-size: 14px; font-weight: 900; letter-spacing: -.08em; }
.app-icon.green { background: rgba(138,240,191,.12); color: #8af0bf; box-shadow: 5px 5px 0 rgba(138,240,191,.18); }
.app-icon.android { background: rgba(22,166,106,.18); color: #8af0bf; box-shadow: 5px 5px 0 rgba(22,166,106,.22); }
.app-icon.ios { background: rgba(255,250,240,.12); color: var(--paper); box-shadow: 5px 5px 0 rgba(255,250,240,.18); }
.app-card h3 { font-family: "Newsreader", Georgia, serif; font-size: 30px; line-height: .95; letter-spacing: -.05em; }
.app-card p { margin-top: 10px; color: rgba(255,250,240,.62); line-height: 1.65; font-size: 14px; }
.app-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding: 12px; border: 1px solid rgba(255,250,240,.16); background: rgba(255,250,240,.045); }
.app-meta span { color: rgba(255,250,240,.54); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.app-meta strong { color: #8af0bf; font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 900; }
.app-card .btn { width: 100%; justify-content: center; }
.app-card .btn:disabled { opacity: .55; cursor: not-allowed; filter: grayscale(.4); }
.dash-chart { height: 260px; display: flex; align-items: end; gap: 12px; padding-top: 16px; }
.dash-chart i { flex: 1; min-height: 36px; border: 1px solid rgba(255,250,240,.22); background: repeating-linear-gradient(45deg, var(--cyan) 0 10px, #48d7ea 10px 20px); }
.dash-chart i:nth-child(1){height:44%}.dash-chart i:nth-child(2){height:68%}.dash-chart i:nth-child(3){height:52%}.dash-chart i:nth-child(4){height:86%}.dash-chart i:nth-child(5){height:72%}.dash-chart i:nth-child(6){height:94%}.dash-chart i:nth-child(7){height:62%}

/* ===================== ADMIN TABLES ===================== */
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th { padding: 10px 12px; background: rgba(255,250,240,.10); border: 1px solid rgba(255,250,240,.18); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 800; text-transform: uppercase; text-align: left; white-space: nowrap; }
.admin-table td { padding: 10px 12px; border: 1px solid rgba(255,250,240,.10); vertical-align: middle; }
.admin-table tr:hover td { background: rgba(255,250,240,.04); }

/* Badges */
.badge { display: inline-block; padding: 4px 8px; font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 800; border: 1px solid rgba(255,250,240,.22); }
.badge-success   { color: #8af0bf; border-color: rgba(138,240,191,.3); background: rgba(138,240,191,.1); }
.badge-danger    { color: #ff9ca2; border-color: rgba(255,156,162,.3); background: rgba(255,156,162,.1); }
.badge-warning   { color: var(--amber); border-color: rgba(229,169,40,.3); background: rgba(229,169,40,.1); }
.badge-info      { color: #7ec8e3; border-color: rgba(126,200,227,.3); background: rgba(126,200,227,.1); }
.badge-secondary { color: rgba(255,250,240,.58); border-color: rgba(255,250,240,.2); }

/* Modal açık arka plan üzerinde badge renkleri */
.modal-body .badge-success   { color: #0d7a4e; border-color: rgba(13,122,78,.35);  background: rgba(13,122,78,.12);  }
.modal-body .badge-danger    { color: #b91c1c; border-color: rgba(185,28,28,.35);  background: rgba(185,28,28,.10);  }
.modal-body .badge-warning   { color: #92580a; border-color: rgba(146,88,10,.35);  background: rgba(146,88,10,.10);  }
.modal-body .badge-secondary { color: #5a5a5a; border-color: rgba(90,90,90,.3);    background: rgba(90,90,90,.08);   }

/* Dash input */
.dash-input {
  min-height: 40px; border: 2px solid rgba(255,250,240,.28); background: rgba(255,250,240,.06);
  color: var(--paper); padding: 8px 12px; font-size: 13px; font-weight: 700; font-family: inherit; outline: none;
}
.dash-input:focus { border-color: var(--blue); }
.dash-input option { background: #101827; color: var(--paper); }

/* ===================== MODAL ===================== */
.modal-overlay { position: fixed; inset: 0; z-index: 999; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(16,21,28,.72); backdrop-filter: blur(8px); }
.modal-card { width: min(560px, 100%); background: var(--paper); color: var(--ink); border: 2px solid var(--ink); box-shadow: 18px 18px 0 rgba(0,0,0,.25); max-height: 90vh; overflow-y: auto; }
.modal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-bottom: 2px solid var(--ink); background: var(--navy); color: var(--paper); }
.modal-head strong { font-family: "Newsreader", Georgia, serif; font-size: 26px; letter-spacing: -.04em; }
.modal-close { width: 38px; height: 38px; border: 2px solid rgba(255,250,240,.4); background: var(--red); color: white; font-size: 20px; cursor: pointer; font-family: "IBM Plex Mono", monospace; font-weight: 800; display: grid; place-items: center; flex-shrink: 0; }
.modal-body { padding: 22px; }
.modal-body .form-group label { color: var(--ink-2); }
.modal-body .form-group input, .modal-body .form-group select, .modal-body .form-group textarea { background: #fffdf7; color: var(--ink); border: 2px solid var(--ink); }
.human-check-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.human-check { display: grid; gap: 8px; margin: 4px 0 16px; padding: 13px; border: 2px solid var(--ink); background: var(--paper-2); }
.human-check > label { font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--ink-2); }
.human-check-box { display: grid; grid-template-columns: 1fr 116px; gap: 10px; align-items: center; }
.human-check-box span { display: flex; align-items: center; min-height: 48px; padding: 10px 12px; border: 2px solid var(--ink); background: var(--paper); font-family: "IBM Plex Mono", monospace; font-size: 14px; font-weight: 900; color: var(--ink); }
.human-check-box input { min-width: 0; height: 48px; padding: 0 12px; border: 2px solid var(--ink); background: #fffdf7; color: var(--ink); font-family: "IBM Plex Mono", monospace; font-size: 15px; font-weight: 900; }
.human-check small { color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.45; }

/* ===================== PRICE CALCULATOR ===================== */
.price-calc-wrap { display:grid; grid-template-columns:1.1fr .9fr; gap:32px; align-items:start; }
.price-calc-left .calc-tiers { display:grid; gap:8px; }
.calc-tier { display:flex; align-items:center; justify-content:space-between; padding:13px 16px; background:var(--paper); border:2px solid var(--ink); box-shadow:4px 4px 0 rgba(16,21,28,.10); }
.tier-range { font-family:"IBM Plex Mono",monospace; font-size:13px; font-weight:800; }
.tier-price { font-family:"IBM Plex Mono",monospace; font-size:14px; font-weight:800; color:var(--blue); }
.tier-price small { font-size:11px; color:var(--muted); }

.calc-box { background:var(--navy); color:var(--paper); border:2px solid var(--ink); box-shadow:var(--shadow-dark); }
.calc-box-head { padding:18px 22px; border-bottom:2px solid rgba(255,250,240,.18); font-family:"IBM Plex Mono",monospace; font-weight:800; font-size:13px; text-transform:uppercase; letter-spacing:.06em; color:var(--amber); }
.calc-box-body { padding:22px; }
.calc-label { display:block; font-family:"IBM Plex Mono",monospace; font-size:11px; font-weight:800; text-transform:uppercase; color:rgba(255,250,240,.55); margin-bottom:12px; }
.calc-stepper { display:flex; align-items:center; gap:0; border:2px solid rgba(255,250,240,.28); width:fit-content; }
.calc-stepper button { width:46px; height:46px; background:rgba(255,250,240,.08); border:0; border-right:2px solid rgba(255,250,240,.28); color:var(--paper); font-size:22px; cursor:pointer; font-family:"IBM Plex Mono",monospace; font-weight:800; transition:.18s ease; }
.calc-stepper button:last-child { border-right:0; border-left:2px solid rgba(255,250,240,.28); }
.calc-stepper button:hover { background:var(--amber); color:var(--ink); }
.calc-stepper span { min-width:64px; text-align:center; font-family:"IBM Plex Mono",monospace; font-size:26px; font-weight:800; }
.calc-result { margin-top:20px; padding:16px; background:rgba(255,250,240,.06); border:1px solid rgba(255,250,240,.18); }
.calc-total-label { font-family:"IBM Plex Mono",monospace; font-size:11px; font-weight:800; text-transform:uppercase; color:rgba(255,250,240,.5); }
.calc-total { font-family:"IBM Plex Mono",monospace; font-size:42px; font-weight:800; letter-spacing:-.06em; margin:6px 0 4px; color:var(--amber); }
.calc-unit { font-family:"IBM Plex Mono",monospace; font-size:12px; color:rgba(255,250,240,.55); font-weight:700; }

.calc-features { display:grid; gap:8px; }
.calc-feat-item { display:flex; align-items:center; gap:10px; cursor:pointer; padding:10px 12px; border:1px solid rgba(255,250,240,.18); background:rgba(255,250,240,.04); transition:.18s ease; }
.calc-feat-item:hover { background:rgba(255,250,240,.08); }
.calc-feat-item input[type=checkbox] { display:none; }
.calc-feat-box { width:20px; height:20px; border:2px solid rgba(255,250,240,.4); flex-shrink:0; display:grid; place-items:center; transition:.18s ease; }
.calc-feat-item input:checked ~ .calc-feat-box { background:var(--amber); border-color:var(--amber); }
.calc-feat-item input:checked ~ .calc-feat-box::after { content:"✓"; font-size:12px; font-weight:900; color:var(--ink); }
.calc-feat-label { display:flex; justify-content:space-between; align-items:center; flex:1; font-size:13px; font-weight:800; }
.calc-feat-price { font-family:"IBM Plex Mono",monospace; font-size:11px; color:var(--amber); font-weight:800; }

@media(max-width:860px) { .price-calc-wrap { grid-template-columns:1fr; } }

/* ===================== CONTACT TYPE ===================== */
.contact-type-group { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 2px solid var(--ink); }
.contact-type-opt { cursor: pointer; }
.contact-type-opt input[type=radio] { display: none; }
.contact-type-opt span {
  display: flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 13px 18px;
  font-weight: 900; font-size: 14px; transition: .18s ease;
  background: var(--paper); color: var(--ink); border-right: 2px solid var(--ink);
}
.contact-type-opt:last-child span { border-right: 0; }
.contact-type-opt input[type=radio]:checked + span { background: var(--blue); color: white; }

/* ===================== KVKK ===================== */
.kvkk-row { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.kvkk-check-label { flex-shrink: 0; cursor: pointer; display: flex; align-items: center; }
.kvkk-check-label input[type=checkbox] { display: none; }
.kvkk-box {
  width: 24px; height: 24px; border: 2px solid var(--ink);
  background: var(--paper); display: grid; place-items: center; flex-shrink: 0;
  transition: .18s ease;
}
.kvkk-check-label input[type=checkbox]:checked + .kvkk-box { background: var(--blue); border-color: var(--blue); }
.kvkk-check-label input[type=checkbox]:checked + .kvkk-box::after { content: "✓"; color: white; font-size: 14px; font-weight: 900; }
.kvkk-text { font-size: 13px; font-weight: 800; line-height: 1.5; color: var(--ink-2); }
.kvkk-link {
  background: none; border: none; padding: 0; cursor: pointer;
  color: var(--blue); font-weight: 900; font-size: 13px; text-decoration: underline;
  font-family: inherit;
}
.kvkk-link:hover { color: var(--ink); }

/* ===================== FLASH MESSAGES ===================== */
.flash-message { padding: 12px 16px; border: 2px solid var(--ink); font-weight: 800; margin-bottom: 16px; font-size: 14px; }
.flash-success { background: #e9f9ef; color: var(--green); border-color: var(--green); }
.flash-error   { background: #fff0f0; color: var(--red); border-color: var(--red); }
.flash-info    { background: #f0f4ff; color: var(--blue); border-color: var(--blue); }
.flash-warning { background: #fffbe9; color: #b57500; border-color: var(--amber); }
.flash-overlay { position: fixed; bottom: 24px; right: 24px; z-index: 9999; padding: 14px 20px; border: 2px solid var(--ink); box-shadow: 6px 6px 0 rgba(16,21,28,.2); font-weight: 800; font-size: 14px; max-width: 360px; animation: slideIn .3s ease; }

/* ===================== REVEAL / ANIMATIONS ===================== */
.reveal { opacity: 0; transform: translateY(18px); transition: .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes load { from { width: 64%; } to { width: 96%; } }
@keyframes slideIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1080px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .menu { display: none; }
  .nav-hamburger { display: flex; }
  .nav-actions .btn { display: none; }
  .hero-layout, .flow-grid, .phone-demo-wrap, .footer-top { grid-template-columns: 1fr; }
  .hero-copy, .visual-stage { min-height: auto; }
  .visual-stage { padding-bottom: 180px; }
  .command-card { margin-top: 80px; }
  .section-head { grid-template-columns: 1fr; gap: 12px; }
  .section-head p { grid-column: auto; margin-top: 0; }
  .features-mosaic { grid-template-columns: 1fr; }
  .feature-tile.wide, .feature-tile.slim, .feature-tile.third { grid-column: auto; }
  .integration-marquee, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card.featured { transform: none; }
  .final-cta { grid-template-columns: 1fr; }
  .backup-flow-body { grid-template-columns: 1fr; }
  .backup-console { min-height: 360px; border-left: 0; border-top: 2px solid var(--ink); }
  .dash-grid { grid-template-columns: repeat(2, 1fr); }
  .dash-content-grid { grid-template-columns: 1fr; }
  .dashboard-hero { grid-template-columns: 1fr; }
  .dashboard-hero-side { justify-items: start; min-width: 0; }
  .dashboard-filter { justify-content: flex-start; }
  .apps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .apps-hero { align-items: flex-start; flex-direction: column; }
  .apps-hero .btn { width: 100%; justify-content: center; }
  .contact-layout { grid-template-columns: 1fr; gap: 22px; }
  .contact-info-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .dash-layout { grid-template-columns: 1fr; }
  .dash-sidebar { border-right: 0; border-bottom: 2px solid rgba(255,250,240,.18); }
  .dash-menu { display: flex; flex-wrap: wrap; gap: 6px; }
  .dash-menu a { transform: none !important; flex: 0 0 auto; }
  .dash-topbar { flex-direction: column; align-items: flex-start; }
  .dashboard-filter .dash-input { width: 100%; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 26px, 1240px); }
  .top-strip .container { justify-content: center; text-align: center; }
  .top-strip span:last-child { display: none; }
  .nav-shell { display: flex; flex-direction: row; align-items: center; justify-content: space-between; padding: 14px 0; }
  .brand { width: auto; }
  .brand-text strong { font-size: 21px; }
  .nav-actions { width: auto; justify-content: flex-end; }
  .btn { width: 100%; min-height: 46px; padding: 12px 10px; font-size: 14px; }
  h1 { font-size: clamp(48px, 16vw, 76px); }
  .lead { font-size: 17px; }
  .mini-proof, .panel-grid, .phone-board, .integration-marquee, .pricing-grid, .footer-links-grid { grid-template-columns: 1fr; }
  .human-check-box { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 2px solid var(--ink); }
  .proof-item:last-child { border-bottom: 0; }
  .visual-stage { padding: 16px 16px 180px; }
  .command-card { width: 100%; margin-top: 98px; transform: none; }
  .orbit-card { width: 135px; padding: 11px; }
  .oc-1 { top: 28px; right: 22px; }
  .oc-2 { left: 22px; bottom: 38px; }
  .oc-3 { right: 22px; bottom: 84px; }
  .run-line { align-items: flex-start; flex-direction: column; }
  .log-row { grid-template-columns: 30px 1fr; }
  .log-row .ok, .log-row .fail { grid-column: 2; }
  .section { padding: 54px 0; }
  .pipeline-step { grid-template-columns: 50px 1fr; }
  .step-status { grid-column: 2; width: fit-content; }
  .backup-flow-header { flex-direction: column; align-items: stretch; }
  .backup-demo-start { width: 100%; }
  .backup-network { display: grid; gap: 12px; min-height: auto; padding: 18px; }
  .backup-lines { display: none; }
  .backup-node,
  .backup-node-sql,
  .backup-node-agent,
  .backup-node-panel,
  .backup-node-google,
  .backup-node-yandex,
  .backup-node-ftp,
  .backup-node.is-active,
  .backup-node-agent.is-active,
  .backup-node-yandex.is-active {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }
  .report-card.big { grid-column: auto; }
  .phone-demo-wrap, .final-cta { padding: 22px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .site-footer { padding: 30px 0 22px; }
  .footer-shell { padding-top: 18px; }
  .footer-brand-box {
    padding: 22px !important;
    background: var(--navy);
    color: var(--paper);
    box-shadow: 8px 8px 0 rgba(16,21,28,.16);
  }
  .footer-brand { align-items: flex-start; margin-bottom: 14px; }
  .footer-brand strong { color: var(--paper); font-size: 25px; }
  .footer-brand span { color: rgba(255,250,240,.68); line-height: 1.45; }
  .footer-brand .footer-brand-mark { width: 50px; height: 50px; flex-basis: 50px; font-size: 18px; color: var(--paper); }
  .footer-text { color: rgba(255,250,240,.72); font-size: 14px; line-height: 1.75; }
  .footer-contact { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .footer-contact a,
  .footer-badge {
    justify-content: center;
    min-height: 42px;
    background: rgba(255,250,240,.08);
    color: var(--paper);
    border-color: rgba(255,250,240,.42);
    box-shadow: 4px 4px 0 rgba(0,0,0,.18);
  }
  .footer-column {
    box-shadow: 7px 7px 0 rgba(16,21,28,.10);
  }
  .footer-column a {
    display: inline-flex;
    align-items: center;
    margin: 4px 6px 4px 0;
    padding: 8px 10px;
    border: 1px solid var(--line);
    background: var(--paper-2);
    font-size: 12px;
  }
  .footer-column a:hover { transform: none; }
  .footer-bottom {
    padding: 16px;
    border: 2px solid var(--ink);
    background: var(--paper);
    box-shadow: 6px 6px 0 rgba(16,21,28,.10);
  }
  .footer-bottom-left span { font-size: 12px; line-height: 1.5; }
  .footer-bottom-right a {
    display: inline-flex;
    padding: 7px 9px;
    border: 1px solid var(--line);
    background: var(--paper-2);
    font-size: 12px;
  }
  .footer-social-row {
    justify-content: center;
    padding: 12px;
    border: 2px solid var(--ink);
    background: var(--paper);
    box-shadow: 6px 6px 0 rgba(16,21,28,.10);
  }
  .footer-social-link { width: 42px; height: 42px; }
  .contact-page { padding: 36px 0 52px; }
  .contact-info-list { grid-template-columns: 1fr; gap: 12px; }
  .contact-info-box { padding: 16px 18px !important; box-shadow: 7px 7px 0 rgba(16,21,28,.10) !important; }
  .contact-form-card { padding: 20px; box-shadow: 8px 8px 0 rgba(16,21,28,.10); }
  .contact-form-card h2 { font-size: 30px; margin-bottom: 16px; }
  .dash-grid { grid-template-columns: 1fr 1fr; }
  .dash-row-item { grid-template-columns: 1fr; }
  .apps-grid { grid-template-columns: 1fr; }
  .app-card { min-height: auto; }
  .dash-main { padding: 16px; }
}

/* ===================== MOBILE GLOBAL FIXES ===================== */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw;
}

@media (max-width: 860px) {
  /* TÜM elementler viewport'u geçmesin */
  * { max-width: 100vw; }

  /* Tüm hardcoded inline 2-kolon gridleri tek kolona çek */
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"],
  [style*="grid-template-columns:repeat(2"],
  [style*="grid-template-columns: repeat(2"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Container'ı daralt */
  .container { width: calc(100% - 24px) !important; padding: 0; }

  /* Yükleme bölümü kutuları */
  #yuklemeler > div > div { padding: 22px !important; }

  /* Final CTA */
  .final-cta { padding: 22px !important; grid-template-columns: 1fr !important; }
  .final-cta h2 { font-size: 32px !important; }

  /* Section header */
  .section-header h2 { font-size: 32px !important; line-height: 1 !important; }

  /* Hero - rotated label gizle, taşırma sebebi */
  .hero-copy::after { display: none !important; }
  .visual-stage { padding: 16px !important; min-height: auto !important; }
  .visual-stage::before { display: none !important; }
  .orbit-card { position: static !important; width: 100% !important; margin-bottom: 10px; }
  .command-card { position: static !important; width: 100% !important; margin: 16px 0 0 !important; transform: none !important; }

  /* Visual stage içeriği - mobilde alt alta */
  .visual-stage { display: flex; flex-direction: column; }

  /* Kutu içi grid satırları */
  div[style*="display:flex"][style*="justify-content:space-between"] {
    flex-wrap: wrap; gap: 4px;
  }

  /* Tablolar */
  table { max-width: 100%; display: block; overflow-x: auto; }

  /* Footer grid mobilde tek sütun */
  .footer-top { grid-template-columns: 1fr !important; gap: 16px !important; }
  .footer-links-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
  .footer-column { padding: 18px !important; }
  .footer-shell { padding: 20px 12px 0 !important; }
  .footer-bottom { flex-direction: column !important; align-items: flex-start !important; gap: 10px !important; }
  .footer-bottom-right { flex-wrap: wrap; gap: 8px !important; }
  .footer-social-row { justify-content: flex-start !important; flex-wrap: wrap; gap: 8px !important; }

  /* Tipografi */
  h1 { font-size: clamp(36px, 11vw, 60px) !important; word-break: break-word; }
  h2, h3, h4 { word-break: break-word; }

  /* Resim/medya elementleri */
  img, svg, video, iframe { max-width: 100% !important; height: auto; }

  /* Nav menü mobilde - hamburger var ama menu listeyi sıkıştırma */
  .menu { flex-direction: column; align-items: stretch; }

  /* Section padding */
  .section { padding: 36px 0; }
}

@media (max-width: 720px) {
  .site-footer { padding: 30px 0 22px !important; }
  .footer-shell { padding: 18px 0 0 !important; }
  .footer-top { gap: 14px !important; }
  .footer-brand-box {
    padding: 22px !important;
    background: var(--navy) !important;
    color: var(--paper) !important;
    box-shadow: 8px 8px 0 rgba(16,21,28,.16) !important;
  }
  .footer-brand { align-items: flex-start !important; margin-bottom: 14px !important; }
  .footer-brand strong { color: var(--paper) !important; font-size: 25px !important; }
  .footer-brand span { color: rgba(255,250,240,.68) !important; line-height: 1.45 !important; }
  .footer-brand .footer-brand-mark { width: 50px !important; height: 50px !important; flex-basis: 50px !important; font-size: 18px !important; color: var(--paper) !important; }
  .footer-text { color: rgba(255,250,240,.72) !important; font-size: 14px !important; line-height: 1.75 !important; }
  .footer-contact { display: grid !important; grid-template-columns: 1fr !important; gap: 9px !important; }
  .footer-contact a,
  .footer-badge {
    justify-content: center !important;
    min-height: 42px !important;
    background: rgba(255,250,240,.08) !important;
    color: var(--paper) !important;
    border-color: rgba(255,250,240,.42) !important;
    box-shadow: 4px 4px 0 rgba(0,0,0,.18) !important;
  }
  .footer-links-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
  .footer-column { padding: 17px !important; box-shadow: 7px 7px 0 rgba(16,21,28,.10) !important; }
  .footer-column a {
    display: inline-flex !important;
    align-items: center !important;
    margin: 4px 6px 4px 0 !important;
    padding: 8px 10px !important;
    border: 1px solid var(--line) !important;
    background: var(--paper-2) !important;
    font-size: 12px !important;
  }
  .footer-bottom {
    padding: 16px !important;
    border: 2px solid var(--ink) !important;
    background: var(--paper) !important;
    box-shadow: 6px 6px 0 rgba(16,21,28,.10) !important;
  }
  .footer-bottom-left span { font-size: 12px !important; line-height: 1.5 !important; }
  .footer-bottom-right a {
    display: inline-flex !important;
    padding: 7px 9px !important;
    border: 1px solid var(--line) !important;
    background: var(--paper-2) !important;
    font-size: 12px !important;
  }
  .footer-social-row {
    justify-content: center !important;
    padding: 12px !important;
    border: 2px solid var(--ink) !important;
    background: var(--paper) !important;
    box-shadow: 6px 6px 0 rgba(16,21,28,.10) !important;
  }
  .footer-social-link { width: 42px !important; height: 42px !important; }
  .contact-page { padding: 36px 0 52px !important; }
  .contact-layout { grid-template-columns: 1fr !important; gap: 18px !important; }
  .contact-info-list { grid-template-columns: 1fr !important; gap: 12px !important; }
  .contact-info-box { padding: 16px 18px !important; box-shadow: 7px 7px 0 rgba(16,21,28,.10) !important; }
  .contact-form-card { padding: 20px !important; box-shadow: 8px 8px 0 rgba(16,21,28,.10) !important; }
  .contact-form-card h2 { font-size: 30px !important; margin-bottom: 16px !important; }
  .human-check-box { grid-template-columns: 1fr !important; }
}

@media (max-width: 480px) {
  .section-header h2, .final-cta h2 { font-size: 26px !important; }
  #yuklemeler > div > div { padding: 18px !important; }
  .container { width: calc(100% - 20px) !important; }
}
