:root {
  --bg: #0f0d0b;
  --ink: #fffdf8;
  --muted: #fbf2e2;
  --brand: #c99a3a;
  --brand-bright: #f1c977;
  --brand-deep: #7a5322;
  --surface: #17120f;
  --surface-soft: #221710;
  --line: #3d2e1f;
  --ok: #b78935;
  --radius: 18px;
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: Manrope, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(241, 201, 119, 0.24) 0%, transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(158, 101, 39, 0.28) 0%, transparent 40%),
    linear-gradient(165deg, #0a0706 0%, #17100c 52%, #110c09 100%);
  min-height: 100vh;
  min-height: 100dvh;
  line-height: 1.6;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  padding-left: var(--safe-left);
  padding-right: var(--safe-right);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    radial-gradient(65% 40% at 18% 22%, rgba(255, 236, 196, 0.24), transparent 68%),
    radial-gradient(68% 44% at 84% 24%, rgba(233, 196, 121, 0.2), transparent 70%),
    radial-gradient(70% 46% at 50% 90%, rgba(81, 54, 31, 0.36), transparent 74%);
  animation: cloudBob 11.5s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(28% 16% at 14% 22%, rgba(255, 244, 219, 0.42), rgba(255, 244, 219, 0) 72%),
    radial-gradient(30% 18% at 34% 16%, rgba(255, 230, 179, 0.36), rgba(255, 230, 179, 0) 74%),
    radial-gradient(32% 18% at 58% 24%, rgba(255, 234, 188, 0.32), rgba(255, 234, 188, 0) 75%),
    radial-gradient(30% 18% at 82% 18%, rgba(255, 232, 179, 0.3), rgba(255, 232, 179, 0) 74%);
  background-size: 150% 100%;
  background-position: 0% 0%;
  mix-blend-mode: screen;
  opacity: 0.62;
  filter: blur(3px);
  animation: cloudDriftNear 30s linear infinite;
}

.ambient-field {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  overflow: hidden;
  filter: saturate(1.08) contrast(1.03);
}

.ambient-field::before,
.ambient-field::after {
  content: "";
  position: absolute;
  inset: -12%;
  pointer-events: none;
}

.ambient-field::before {
  background:
    radial-gradient(36% 20% at 6% 36%, rgba(255, 237, 201, 0.3), rgba(255, 237, 201, 0) 72%),
    radial-gradient(34% 20% at 36% 30%, rgba(255, 229, 175, 0.28), rgba(255, 229, 175, 0) 72%),
    radial-gradient(38% 22% at 66% 34%, rgba(255, 232, 181, 0.25), rgba(255, 232, 181, 0) 74%),
    radial-gradient(36% 20% at 94% 30%, rgba(255, 228, 169, 0.2), rgba(255, 228, 169, 0) 72%);
  mix-blend-mode: screen;
  opacity: 0.56;
  filter: blur(7px);
  animation: cloudDriftFar 44s linear infinite;
}

.ambient-field::after {
  background:
    radial-gradient(32% 18% at 22% 60%, rgba(255, 242, 216, 0.22), rgba(255, 242, 216, 0) 72%),
    radial-gradient(36% 20% at 50% 70%, rgba(255, 225, 162, 0.2), rgba(255, 225, 162, 0) 74%),
    radial-gradient(34% 20% at 78% 66%, rgba(255, 240, 208, 0.2), rgba(255, 240, 208, 0) 74%);
  filter: blur(18px);
  opacity: 0.58;
  animation: cloudBob 14s ease-in-out infinite alternate;
}

.ambient-dot {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.76;
  will-change: transform;
}

.dot-1 {
  width: 360px;
  height: 170px;
  top: 2%;
  left: 8%;
  background:
    radial-gradient(42% 60% at 28% 50%, rgba(255, 245, 221, 0.5), rgba(255, 245, 221, 0) 74%),
    radial-gradient(46% 62% at 62% 54%, rgba(255, 227, 167, 0.4), rgba(255, 227, 167, 0) 76%);
  animation: cloudDriftNear 22s linear infinite;
}

.dot-2 {
  width: 300px;
  height: 150px;
  top: 18%;
  right: -8%;
  background:
    radial-gradient(46% 62% at 34% 54%, rgba(255, 234, 190, 0.4), rgba(255, 234, 190, 0) 74%),
    radial-gradient(44% 58% at 66% 46%, rgba(255, 217, 150, 0.34), rgba(255, 217, 150, 0) 74%);
  animation: cloudDriftFar 28s linear infinite reverse;
}

.dot-3 {
  width: 280px;
  height: 140px;
  top: 46%;
  left: 18%;
  background:
    radial-gradient(44% 60% at 30% 52%, rgba(255, 239, 202, 0.36), rgba(255, 239, 202, 0) 72%),
    radial-gradient(44% 58% at 68% 50%, rgba(255, 225, 160, 0.3), rgba(255, 225, 160, 0) 74%);
  animation: cloudBob 12.5s ease-in-out infinite alternate;
}

.dot-4 {
  width: 340px;
  height: 150px;
  bottom: 12%;
  right: 10%;
  background:
    radial-gradient(46% 62% at 34% 52%, rgba(255, 236, 196, 0.34), rgba(255, 236, 196, 0) 74%),
    radial-gradient(44% 58% at 68% 50%, rgba(255, 220, 156, 0.28), rgba(255, 220, 156, 0) 74%);
  animation: cloudDriftNear 26s linear infinite reverse;
}

.dot-5 {
  width: 250px;
  height: 130px;
  top: 62%;
  right: 34%;
  background:
    radial-gradient(44% 60% at 30% 50%, rgba(255, 240, 208, 0.3), rgba(255, 240, 208, 0) 74%),
    radial-gradient(42% 58% at 70% 52%, rgba(255, 222, 160, 0.24), rgba(255, 222, 160, 0) 74%);
  animation: cloudBob 13.2s ease-in-out infinite alternate-reverse;
}

.dot-6 {
  width: 320px;
  height: 150px;
  bottom: -2%;
  left: -4%;
  background:
    radial-gradient(46% 62% at 30% 52%, rgba(255, 236, 197, 0.32), rgba(255, 236, 197, 0) 74%),
    radial-gradient(44% 58% at 68% 50%, rgba(255, 216, 149, 0.24), rgba(255, 216, 149, 0) 74%);
  animation: cloudDriftFar 32s linear infinite;
}

.bg-shape {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(8px);
}

.shape-1 {
  width: 220px;
  height: 220px;
  top: 70px;
  left: -60px;
  background: rgba(201, 154, 58, 0.22);
}

.shape-2 {
  width: 280px;
  height: 280px;
  right: -90px;
  bottom: 80px;
  background: rgba(122, 83, 34, 0.26);
}

.shape-3 {
  width: 200px;
  height: 200px;
  right: 28%;
  top: 140px;
  background: rgba(201, 154, 58, 0.12);
}

.site-header {
  width: 100%;
  margin: 0;
  padding: calc(24px + var(--safe-top)) max(clamp(20px, 4vw, 56px), calc(16px + var(--safe-right))) 24px max(clamp(20px, 4vw, 56px), calc(16px + var(--safe-left)));
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  backdrop-filter: blur(14px) saturate(1.15);
  background: linear-gradient(180deg, rgba(19, 14, 10, 0.9), rgba(12, 9, 7, 0.78));
  z-index: 30;
  border-bottom: 1px solid rgba(128, 87, 37, 0.6);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.34);
}

.logo {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 800;
  text-decoration: none;
  color: var(--ink);
}

.logo-badge {
  background: linear-gradient(150deg, #0b0908, #1a130f);
  color: #d8b36b;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-family: "Space Grotesk", sans-serif;
  border: 1px solid #3d2e1f;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.logo-3d {
  perspective: 700px;
}

.logo-emblem {
  position: relative;
  display: inline-grid;
  width: 76px;
  height: 76px;
  transform-style: preserve-3d;
  overflow: hidden;
}

.logo-core {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: linear-gradient(150deg, #120d09 0%, #2a1d12 52%, #4a2f18 100%);
  color: #fff3d8;
  display: grid;
  place-items: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 231, 185, 0.12),
    inset 0 1px 1px rgba(255, 237, 201, 0.24),
    inset 0 -10px 16px rgba(0, 0, 0, 0.32);
  transform: translateZ(18px);
  border: 1px solid rgba(241, 201, 119, 0.34);
}

.logo-core-monogram {
  padding: 0;
}

.logo-mark {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.58rem;
  font-weight: 800;
  letter-spacing: -0.6px;
  color: #fff3d8;
  transform: translateY(-0.5px) skewX(-8deg);
  text-shadow: 0 1px 0 rgba(255, 236, 196, 0.2);
}

.logo-mark-g {
  color: #d8b36b;
  text-shadow: 0 1px 0 rgba(255, 233, 186, 0.22);
}

.logo-sheen {
  position: absolute;
  inset: 4px;
  border-radius: 12px;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  mix-blend-mode: normal;
  opacity: 0;
  animation: sheenPass 3.6s ease-in-out infinite;
}

.logo-text-wrap {
  display: grid;
  line-height: 1.03;
  position: relative;
  overflow: hidden;
  padding-right: 6px;
}

.logo-text-wrap::after {
  content: "";
  position: absolute;
  top: -34%;
  left: -48%;
  width: 42%;
  height: 200%;
  background: linear-gradient(108deg, rgba(255, 255, 255, 0), rgba(255, 241, 211, 0.7), rgba(255, 255, 255, 0));
  transform: skewX(-16deg) translateX(-150%);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  animation: brandNameLightPass 3.6s ease-in-out infinite;
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  letter-spacing: 0.2px;
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  font-family: "Space Grotesk", sans-serif;
  text-rendering: geometricPrecision;
  position: relative;
}

.brand-main {
  color: #f8edd5;
}

.brand-accent {
  color: #f8edd5;
  position: relative;
  padding-right: 1px;
}

.brand-accent .letter {
  background: linear-gradient(140deg, #d8b36b, #8c5f28);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-accent::after {
  content: none;
}

.logo-text-wrap small {
  font-size: clamp(0.78rem, 1.1vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #d0bb90;
  font-weight: 700;
}

.brand-banner-pill {
  margin-top: 5px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(241, 201, 119, 0.56);
  background: linear-gradient(145deg, rgba(241, 201, 119, 0.24), rgba(122, 83, 34, 0.26));
  color: #f2dcaf;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  box-shadow: 0 0 14px rgba(241, 201, 119, 0.22);
  justify-self: end;
}

.brand-wordmark .letter {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, -24px, 0) rotateX(90deg);
  animation: letterDrop 0.82s cubic-bezier(0.14, 0.78, 0.2, 1) forwards;
}

.brand-wordmark .letter.space {
  width: 0.24em;
}

.brand-light-sweep {
  display: block;
  height: 4px;
  margin-top: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 224, 169, 0), rgba(255, 224, 169, 0.92), rgba(255, 224, 169, 0));
  transform-origin: left center;
  transform: scaleX(0);
  box-shadow: 0 0 14px rgba(255, 224, 169, 0.26);
  animation: brandSweep 3.6s ease-in-out infinite;
}

.logo-3d:hover .brand-main {
  color: #0f2320;
}

.logo-3d:hover .brand-accent {
  filter: saturate(1.15);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.main-nav-static {
  gap: 14px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.main-nav-static a {
  font-size: 0.94rem;
}

.nav-vitrin-pill {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(241, 201, 119, 0.62);
  background: linear-gradient(145deg, rgba(241, 201, 119, 0.2), rgba(122, 83, 34, 0.25));
  color: #f2dcaf !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.main-nav-static .nav-vitrin-pill {
  margin-left: 0;
}

.main-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.38);
}

.menu-btn {
  display: none;
  border: none;
  background: transparent;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  background: var(--ink);
}

main {
  width: 100%;
  margin: 0;
  padding: 26px clamp(20px, 4vw, 56px) 80px;
}

section {
  margin-top: 64px;
}

.hero h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.15;
}

.kicker {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ddb86f;
  font-size: 0.82rem;
}

.hero h1 {
  font-size: clamp(2rem, 7vw, 3.8rem);
  max-width: 900px;
  margin: 8px 0 14px;
  color: #f8edd5;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.4);
  text-wrap: balance;
  letter-spacing: -0.02em;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: center;
}

.hero-copy-block {
  transform: translateZ(0);
}

.hero-stage {
  position: relative;
  perspective: 900px;
}

.hero-stage::before,
.hero-stage::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  z-index: -1;
}

.hero-stage::before {
  width: 220px;
  height: 220px;
  border-radius: 999px;
  right: 10px;
  top: -22px;
  background: radial-gradient(circle, rgba(255, 92, 43, 0.28), transparent 70%);
}

.hero-stage::after {
  width: 240px;
  height: 160px;
  left: -18px;
  bottom: -14px;
  border-radius: 18px;
  background: linear-gradient(140deg, rgba(15, 138, 95, 0.2), rgba(16, 32, 29, 0.05));
  filter: blur(4px);
}

.hero-visual-card {
  position: relative;
  border: 1px solid rgba(201, 154, 58, 0.32);
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(165deg, rgba(34, 24, 17, 0.96), rgba(20, 15, 11, 0.92));
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 231, 189, 0.08);
  transform-style: preserve-3d;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
}

.hero-visual-card::before {
  content: "";
  position: absolute;
  inset: -120% 42% 60% -35%;
  background: linear-gradient(135deg, rgba(255, 224, 160, 0.22), rgba(255, 224, 160, 0));
  transform: rotate(8deg);
  animation: cardSheen 5.4s ease-in-out infinite;
  pointer-events: none;
}

.hero-visual-kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: #ddb86f;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-visual-card h3 {
  margin: 8px 0 12px;
  font-size: clamp(1.2rem, 2.1vw, 1.6rem);
}

.hero-visual-card ul {
  margin: 0;
  padding-left: 18px;
}

.hero-visual-card li {
  margin-bottom: 8px;
  color: #e2cda0;
  font-weight: 700;
}

.hero-visual-glow {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 92, 43, 0.35), rgba(255, 92, 43, 0) 72%);
  animation: pulseGlow 3.4s ease-in-out infinite;
}

.hero h1 span {
  color: var(--brand);
}

.hero-copy {
  max-width: 620px;
  color: #e0cca2;
  font-size: 1.08rem;
  font-weight: 600;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.hero-chip-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid #c5d7d0;
  background: #f1fbf7;
  color: #135946;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 7px 11px;
}

.hero-actions-main .btn:first-child {
  box-shadow: 0 12px 28px rgba(255, 92, 43, 0.28);
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  border: 2px solid var(--brand);
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -30%;
  width: 52%;
  height: 300%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0));
  transform: rotate(18deg);
  animation: ctaSweep 3.6s ease-in-out infinite;
  pointer-events: none;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(201, 154, 58, 0.34);
}

.btn-ghost {
  background: transparent;
  color: var(--brand-deep);
}

.btn-sm {
  padding: 8px 12px;
  font-size: 0.92rem;
}

.hero-stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-stats div {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  box-shadow: var(--shadow);
  transform: translateY(0);
  transition: transform 0.22s ease;
}

.hero-stats div:hover {
  transform: translateY(-4px);
}

.hero-stats strong {
  display: block;
  font-size: 1.9rem;
}

.hero-stats span {
  color: var(--muted);
  font-weight: 600;
}

.trust-strip {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(90deg, #ffffff, #f3faf6);
  box-shadow: var(--shadow);
  padding: 16px;
}

.trust-strip p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.trust-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.trust-grid span {
  border: 1px dashed #cfdad5;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  font-weight: 800;
  font-size: 0.83rem;
  color: #37514b;
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.signal-item {
  border: 1px solid rgba(201, 154, 58, 0.3);
  border-radius: 14px;
  padding: 16px;
  background: linear-gradient(160deg, rgba(30, 22, 16, 0.92), rgba(18, 13, 10, 0.9));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.signal-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid rgba(241, 201, 119, 0.66);
  background: linear-gradient(145deg, rgba(241, 201, 119, 0.26), rgba(140, 95, 40, 0.22));
  color: #f4e5c4;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.signal-item p {
  margin: 0;
  color: #dcbf8a;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.38px;
}

.signal-item strong {
  display: block;
  margin-top: 6px;
  color: #f3dfb6;
  line-height: 1.35;
  font-size: 1.02rem;
}

.signal-item small {
  display: block;
  margin-top: 8px;
  color: #d6bd92;
  line-height: 1.5;
}

.usecases {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: linear-gradient(165deg, rgba(27, 20, 14, 0.92), rgba(16, 12, 9, 0.9));
}

.usecases h2 {
  margin: 0 0 14px;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.usecase-card {
  border: 1px solid rgba(201, 154, 58, 0.22);
  border-radius: 12px;
  padding: 16px;
  background: rgba(14, 11, 8, 0.72);
}

.usecase-card h3 {
  margin: 8px 0;
  line-height: 1.33;
}

.usecase-card p {
  margin: 0;
  color: #dfcaa0;
}

.testimonials {
  border: 1px solid rgba(201, 154, 58, 0.32);
  border-radius: var(--radius);
  padding: 22px;
  background: linear-gradient(160deg, rgba(34, 24, 17, 0.9), rgba(18, 13, 10, 0.92));
}

.testimonials h2 {
  margin: 0 0 14px;
  letter-spacing: 0.01em;
}

.testimonial-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.testimonial-metrics span {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(241, 201, 119, 0.32);
  background: linear-gradient(165deg, rgba(31, 22, 15, 0.78), rgba(14, 11, 8, 0.74));
}

.testimonial-metrics strong {
  color: #fff7e2;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.testimonial-metrics small {
  color: #f1dcaf;
  font-size: 0.8rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.testimonial-card {
  border: 1px solid rgba(201, 154, 58, 0.22);
  border-radius: 12px;
  padding: 16px;
  background: linear-gradient(165deg, rgba(10, 8, 7, 0.9), rgba(12, 10, 8, 0.74));
  box-shadow: inset 0 0 0 1px rgba(255, 220, 155, 0.06);
}

.testimonial-card .impact {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(241, 201, 119, 0.5);
  background: rgba(241, 201, 119, 0.14);
  color: #ffe9be;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.testimonial-card .quote {
  margin: 0;
  color: #fff6e3;
  line-height: 1.7;
  font-size: 1.03rem;
}

.testimonial-card .author {
  margin: 10px 0 0;
  color: #ffe0a7;
  font-weight: 700;
  font-size: 0.9rem;
}

@media (max-width: 860px) {
  .testimonial-metrics {
    grid-template-columns: 1fr;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.card {
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.card:hover,
.compare-card:hover,
.price-card:hover,
.quick-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 154, 58, 0.62) !important;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
}

.num {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: #ffe5dd;
  color: var(--brand-deep);
}

.benefits {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 20px;
  align-items: center;
}

.benefit-copy ul {
  margin-top: 14px;
  padding-left: 20px;
}

.phone-mock {
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #0a0a0b, #121112 55%, #0e0d0d);
  padding: 14px;
  max-width: 340px;
  margin-left: auto;
  border: 1px solid rgba(255, 235, 194, 0.12);
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.phone-mock::before {
  content: "";
  position: absolute;
  inset: -55% 30% auto -30%;
  height: 70%;
  background: linear-gradient(125deg, rgba(255, 226, 158, 0.22), rgba(255, 226, 158, 0));
  transform: rotate(8deg);
  pointer-events: none;
}

.phone-screen {
  border-radius: 22px;
  padding: 18px;
  background: linear-gradient(180deg, #1c150f, #120f0c);
  border: 1px solid rgba(255, 222, 161, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.phone-screen .small {
  color: #d9bf8a;
  margin: 0;
}

.phone-screen h3 {
  margin-top: 6px;
  margin-bottom: 8px;
  color: #f6e6c6;
  font-size: clamp(1.4rem, 2.8vw, 1.8rem);
}

.qr-box {
  margin: 14px 0;
  aspect-ratio: 1/1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(220, 228, 238, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(17, 17, 17, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.18);
}

.qr-box::before,
.qr-box::after {
  content: "";
  position: absolute;
}

.qr-box::before {
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220' shape-rendering='crispEdges'%3E%3Crect width='220' height='220' fill='white'/%3E%3Cdefs%3E%3Cpattern id='p' width='22' height='22' patternUnits='userSpaceOnUse'%3E%3Crect width='6' height='6' fill='%23111'/%3E%3Crect x='8' width='6' height='6' fill='%23111'/%3E%3Crect y='8' width='6' height='6' fill='%23111'/%3E%3Crect x='8' y='8' width='6' height='6' fill='%23111'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='220' height='220' fill='url(%23p)' opacity='0.92'/%3E%3Crect x='8' y='8' width='60' height='60' fill='white'/%3E%3Crect x='152' y='8' width='60' height='60' fill='white'/%3E%3Crect x='8' y='152' width='60' height='60' fill='white'/%3E%3Crect x='14' y='14' width='48' height='48' fill='none' stroke='%23111' stroke-width='8'/%3E%3Crect x='158' y='14' width='48' height='48' fill='none' stroke='%23111' stroke-width='8'/%3E%3Crect x='14' y='158' width='48' height='48' fill='none' stroke='%23111' stroke-width='8'/%3E%3Crect x='28' y='28' width='20' height='20' fill='%23111'/%3E%3Crect x='172' y='28' width='20' height='20' fill='%23111'/%3E%3Crect x='28' y='172' width='20' height='20' fill='%23111'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.qr-box::after {
  left: -18%;
  top: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  transform: skewX(-16deg);
  animation: qrScan 3.8s ease-in-out infinite;
  mix-blend-mode: screen;
}

.phone-screen button {
  width: 100%;
  border: none;
  background: var(--ok);
  color: #111;
  border-radius: 10px;
  padding: 12px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(201, 154, 58, 0.28);
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.compare-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.compare-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.compare-card-highlight {
  background: linear-gradient(160deg, #f1fff8 0%, #ffffff 70%);
  border-color: #9bd0b8;
}

.seo-highlight {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(33, 23, 16, 0.86), rgba(21, 16, 12, 0.92));
  padding: 22px;
}

.seo-highlight h2 {
  margin-top: 0;
}

.seo-lead {
  margin: 10px 0 16px;
  color: #e3cfa7;
  font-weight: 600;
  line-height: 1.7;
}

.seo-card p {
  color: #e0cca2;
}

.seo-card a {
  color: #f1c977;
  font-weight: 700;
}

.proof-band h2 {
  margin-bottom: 14px;
}

.proof-card {
  background: linear-gradient(170deg, rgba(34, 24, 17, 0.92), rgba(20, 15, 11, 0.9));
}

.seo-keyword-band {
  border: 1px solid rgba(201, 154, 58, 0.34);
  border-radius: var(--radius);
  padding: 22px;
  background: linear-gradient(155deg, rgba(36, 25, 17, 0.9), rgba(20, 15, 11, 0.92));
}

.keyword-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.keyword-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  background: linear-gradient(165deg, rgba(29, 21, 15, 0.9), rgba(18, 13, 10, 0.88));
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}

.keyword-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.keyword-card p {
  margin: 0;
  color: #e1cca2;
  line-height: 1.55;
}

.seo-link-hub {
  border: 1px dashed rgba(201, 154, 58, 0.42);
  border-radius: var(--radius);
  padding: 20px;
  background: rgba(19, 14, 11, 0.82);
}

.seo-link-hub h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.seo-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.seo-links a {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
  text-decoration: none;
  color: #f0dbb0;
  font-weight: 700;
  background: #1a130f;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.seo-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 201, 119, 0.72);
}

.pricing {
  text-align: center;
}

.price-card {
  max-width: 360px;
  margin: 16px auto 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 24px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.price-grid .price-card {
  max-width: none;
  margin: 0;
}

.price-card-featured {
  border-width: 2px;
  border-color: #1f7b5f;
}

.plan {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.price {
  font-size: 2.4rem;
  margin: 8px 0;
  font-family: "Space Grotesk", sans-serif;
}

.price span {
  font-size: 1rem;
}

.price-card ul {
  text-align: left;
  padding-left: 18px;
  margin-bottom: 20px;
}

.contact {
  text-align: center;
}

body:not(.contact-only) #iletisim {
  display: none;
}

.contact-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
  text-align: left;
  max-width: 760px;
  margin: 16px auto 0;
}

.contact-copy-panel {
  border: 1px solid rgba(201, 154, 58, 0.34);
  border-radius: var(--radius);
  padding: 20px;
  background: linear-gradient(165deg, rgba(34, 24, 17, 0.9), rgba(17, 13, 10, 0.92));
}

.contact-copy-panel h2 {
  margin: 6px 0 8px;
}

.contact-lead {
  margin: 0;
  color: #dfcca4;
}

.contact-points {
  margin: 14px 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.contact-points li {
  color: #ecd9b1;
}

.contact-mini-cards {
  display: grid;
  gap: 8px;
}

.contact-mini-cards span {
  border: 1px solid rgba(201, 154, 58, 0.26);
  border-radius: 10px;
  padding: 9px 10px;
  background: rgba(14, 11, 8, 0.7);
  color: #e4cfaa;
  font-weight: 600;
}

.contact-top-info {
  display: none;
  width: 100%;
  padding: 10px clamp(20px, 4vw, 56px) 14px;
  background: linear-gradient(180deg, rgba(23, 17, 12, 0.92), rgba(16, 12, 9, 0.88));
  border-bottom: 1px solid rgba(201, 154, 58, 0.22);
}

.contact-top-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(201, 154, 58, 0.22);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(25, 19, 14, 0.72), rgba(13, 10, 8, 0.62));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  padding: 12px 14px;
}

.contact-top-title {
  margin: 0 0 10px;
  color: #f3deb5;
  font-weight: 900;
  letter-spacing: 0.42px;
  font-size: 0.98rem;
  line-height: 1.15;
  display: flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
}

.contact-top-title::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(241, 201, 119, 0.76);
  background: radial-gradient(circle at 35% 35%, rgba(255, 243, 212, 0.95), rgba(241, 201, 119, 0.62) 56%, rgba(160, 116, 35, 0.25));
  box-shadow: 0 0 10px rgba(241, 201, 119, 0.4);
}

.contact-top-title::after {
  content: "";
  flex: 1;
  min-width: 32px;
  height: 1px;
  background: linear-gradient(90deg, rgba(241, 201, 119, 0.75), rgba(241, 201, 119, 0.1));
}

.contact-top-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.contact-pill {
  border: 1px solid rgba(201, 154, 58, 0.34);
  border-radius: 12px;
  padding: 11px 12px;
  background: linear-gradient(180deg, rgba(16, 12, 9, 0.86), rgba(11, 8, 7, 0.74));
  display: grid;
  gap: 4px;
}

.contact-pill strong {
  color: #f1c977;
  font-size: 0.83rem;
  letter-spacing: 0.34px;
  text-transform: uppercase;
}

.contact-pill em {
  color: #ead9b2;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.25;
}

.contact-pill-link {
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.contact-pill-link:hover {
  transform: translateY(-1px);
  border-color: rgba(241, 201, 119, 0.72);
}

body.contact-only .site-footer,
body.contact-only main > section:not(#iletisim) {
  display: none !important;
}

body.contact-only .contact-top-info {
  display: block;
}

body.contact-only .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding-top: 14px;
  padding-bottom: 14px;
}

body.contact-only .main-nav {
  display: none;
}

body.contact-only main {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 40px;
}

body.contact-only #iletisim {
  margin-top: 0;
  width: min(860px, 100%);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 860px) {
  .contact-top-info {
    padding: 8px 14px 10px;
  }

  .contact-top-inner {
    padding: 10px 10px;
    border-radius: 12px;
  }

  .contact-top-title {
    margin-bottom: 8px;
    gap: 7px;
    font-size: 0.9rem;
  }

  .contact-top-title::before {
    width: 10px;
    height: 10px;
  }

  .contact-top-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-pill {
    padding: 9px 10px;
    border-radius: 10px;
  }

  .contact-pill strong {
    font-size: 0.78rem;
  }

  .contact-pill em {
    font-size: 0.9rem;
  }
}

body.contact-only #iletisim h2 {
  margin-top: 0;
}

.faq-grid {
  display: grid;
  gap: 10px;
}

.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-grid p {
  margin: 10px 0 2px;
  color: var(--muted);
}

.contact-form {
  max-width: none;
  margin: 0;
  display: grid;
  gap: 12px;
  text-align: left;
  border: 1px solid rgba(201, 154, 58, 0.34);
  border-radius: var(--radius);
  padding: 20px;
  background: linear-gradient(170deg, rgba(32, 23, 17, 0.9), rgba(18, 13, 10, 0.92));
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.contact-form input {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  font-size: 1rem;
}

.contact-form select,
.contact-form textarea {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
}

.contact-priority-badge {
  margin: -2px 0 2px;
  border: 1px solid rgba(201, 154, 58, 0.26);
  border-radius: 10px;
  padding: 9px 10px;
  background: rgba(16, 12, 9, 0.7);
  color: #dfcba4;
  font-weight: 600;
  font-size: 0.92rem;
}

.contact-priority-badge.priority-high {
  border-color: rgba(183, 137, 53, 0.6);
  background: rgba(183, 137, 53, 0.18);
  color: #f7e6bf;
}

.contact-priority-badge.priority-medium {
  border-color: rgba(201, 154, 58, 0.5);
  background: rgba(201, 154, 58, 0.14);
  color: #f2deba;
}

.contact-priority-badge.priority-normal {
  border-color: rgba(201, 154, 58, 0.34);
  background: rgba(201, 154, 58, 0.1);
  color: #ebd6ae;
}

.consent-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
}

.consent-row input {
  width: 16px;
  height: 16px;
}

.consent-row span {
  color: #dbc69f;
  font-size: 0.93rem;
}

.site-footer {
  text-align: left;
  color: var(--muted);
  padding: 12px clamp(14px, 2.4vw, 30px) 8px;
  width: 100%;
  margin: 12px 0 6px;
  border-radius: 0;
  border-top: 1px solid rgba(201, 154, 58, 0.26);
  background: linear-gradient(180deg, rgba(16, 12, 9, 0.88), rgba(11, 8, 7, 0.95));
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 12px;
}

.footer-brand strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  color: #f1d9a8;
}

.footer-brand p {
  margin: 6px 0 0;
  max-width: 360px;
  font-size: 0.92rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.footer-trust-badges {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.footer-trust-badges span {
  border: 1px solid rgba(201, 154, 58, 0.28);
  border-radius: 10px;
  padding: 6px 8px;
  background: rgba(14, 11, 8, 0.65);
  color: #e4cfaa;
  font-weight: 700;
  text-align: center;
  font-size: 0.8rem;
}

.footer-grid h3 {
  margin: 0 0 6px;
  color: #f0d7a6;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.footer-grid a,
.footer-grid span {
  display: block;
  color: #d8c39d;
  text-decoration: none;
  margin-top: 4px;
  font-weight: 600;
  font-size: 0.9rem;
}

.footer-grid a:hover {
  color: #f1c977;
}

.footer-bottom {
  margin: 8px 0 0;
  padding-top: 6px;
  border-top: 1px solid rgba(201, 154, 58, 0.18);
  text-align: center;
  font-size: 0.88rem;
}

.site-footer-lite {
  margin: 8px 0 calc(6px + var(--safe-bottom));
  width: 100%;
  padding: 6px 10px 8px;
  text-align: center;
  color: #d5be95;
  border-radius: 0;
  border-top: 1px solid rgba(201, 154, 58, 0.24);
  background: linear-gradient(180deg, rgba(16, 12, 9, 0.62), rgba(11, 8, 7, 0.78));
}

.site-footer-lite p {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.2px;
}

.cookie-notice {
  position: fixed;
  right: max(12px, calc(12px + var(--safe-right)));
  width: min(390px, calc(100% - 20px - var(--safe-left) - var(--safe-right)));
  bottom: calc(10px + var(--safe-bottom));
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  align-items: stretch;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(201, 154, 58, 0.45);
  background: linear-gradient(165deg, rgba(23, 16, 12, 0.96), rgba(12, 9, 7, 0.95));
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
}

.cookie-notice-head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}

.cookie-badge {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: 1px solid rgba(241, 201, 119, 0.56);
  background: linear-gradient(145deg, rgba(241, 201, 119, 0.22), rgba(122, 83, 34, 0.26));
  color: #fff4da;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.cookie-brand {
  color: #fff6e6;
  font-size: 0.84rem;
  letter-spacing: 0.2px;
  display: inline-block;
}

.cookie-notice-copy {
  margin: 0;
  color: #fff5df;
  font-size: clamp(0.75rem, 1.8vw, 0.82rem);
  line-height: 1.28;
}

.cookie-notice-toggle {
  justify-self: start;
  border: 0;
  background: transparent;
  color: #f0cf8b;
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  padding: 0;
}

.cookie-notice-details {
  border: 1px solid rgba(241, 201, 119, 0.28);
  border-radius: 9px;
  background: rgba(20, 14, 11, 0.72);
  padding: 7px 8px;
}

.cookie-notice-details ul {
  margin: 0;
  padding-left: 16px;
  display: grid;
  gap: 4px;
}

.cookie-notice-details li {
  color: #f7e7ca;
  font-size: 0.77rem;
  line-height: 1.3;
}

.cookie-note {
  margin: 6px 0 0;
  color: #e6d3ac;
  font-size: 0.73rem;
  line-height: 1.3;
}

.cookie-note a {
  color: #f1c977;
}

.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  justify-self: stretch;
}

.cookie-notice-btn {
  white-space: nowrap;
  width: 100%;
  justify-content: center;
}

.cookie-notice-btn.btn {
  min-height: 32px;
  padding: 6px 8px;
  font-size: 0.74rem;
  font-weight: 800;
  color: #1a1208 !important;
  box-shadow: none;
}

.cookie-essential-btn.btn {
  min-height: 32px;
  padding: 6px 8px;
  font-size: 0.74rem;
}

.cookie-reject-btn.btn {
  min-height: 32px;
  padding: 6px 8px;
  font-size: 0.74rem;
}

.thanks-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(7, 5, 4, 0.7);
  backdrop-filter: blur(4px);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.thanks-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.thanks-modal-card {
  width: min(560px, 100%);
  border: 1px solid rgba(201, 154, 58, 0.35);
  border-radius: 16px;
  padding: 22px;
  background: linear-gradient(165deg, rgba(34, 24, 17, 0.95), rgba(14, 11, 8, 0.96));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.42);
}

.thanks-modal-card h2 {
  margin: 6px 0 8px;
  line-height: 1.3;
}

.thanks-summary {
  margin: 0;
  color: #e1cca3;
}

.thanks-actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.reveal {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  filter: blur(4px);
  transition: opacity 0.55s ease, transform 0.55s ease, filter 0.55s ease;
}

.js-ready .reveal.in {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

@keyframes sheenPass {
  0% {
    opacity: 0;
    transform: translateX(-18px) rotate(-10deg);
  }

  22% {
    opacity: 0.75;
  }

  40% {
    opacity: 0;
    transform: translateX(20px) rotate(-10deg);
  }

  100% {
    opacity: 0;
    transform: translateX(20px) rotate(-10deg);
  }
}

@keyframes letterDrop {
  0% {
    opacity: 0;
    transform: translate3d(0, -24px, 0) rotateX(90deg);
    filter: blur(2px);
  }

  70% {
    opacity: 1;
    transform: translate3d(0, 2px, 0) rotateX(-4deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0deg);
    filter: blur(0);
  }
}

@keyframes brandSweep {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }

  25% {
    transform: scaleX(0.45);
    opacity: 1;
  }

  100% {
    transform: scaleX(1);
    opacity: 0.15;
  }
}

@keyframes brandNameLightPass {
  0% {
    opacity: 0;
    transform: skewX(-16deg) translateX(-150%);
  }

  18% {
    opacity: 0.82;
  }

  46% {
    opacity: 0;
    transform: skewX(-16deg) translateX(300%);
  }

  100% {
    opacity: 0;
    transform: skewX(-16deg) translateX(300%);
  }
}

@keyframes pulseGlow {
  0% {
    transform: scale(0.94);
    opacity: 0.55;
  }

  50% {
    transform: scale(1.06);
    opacity: 0.9;
  }

  100% {
    transform: scale(0.94);
    opacity: 0.55;
  }
}

@keyframes bgFloat {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -13px, 0);
  }

  100% {
    transform: translate3d(0, -26px, 0);
  }
}

@keyframes gridDrift {
  0% {
    transform: translate3d(-3%, 1%, 0) rotate(0.001deg);
  }

  50% {
    transform: translate3d(1%, -2%, 0) rotate(0.001deg);
  }

  100% {
    transform: translate3d(4%, -5%, 0) rotate(0.001deg);
  }
}

@keyframes fogPulse {
  0% {
    transform: scale(0.98);
    opacity: 0.56;
  }

  100% {
    transform: scale(1.14);
    opacity: 0.86;
  }
}

@keyframes cloudDriftNear {
  0% {
    transform: translate3d(-6%, 0, 0);
  }

  50% {
    transform: translate3d(2%, -1.5%, 0);
  }

  100% {
    transform: translate3d(8%, 0.5%, 0);
  }
}

@keyframes cloudDriftFar {
  0% {
    transform: translate3d(-10%, 0, 0);
  }

  50% {
    transform: translate3d(0%, -1%, 0);
  }

  100% {
    transform: translate3d(10%, 0.5%, 0);
  }
}

@keyframes cloudBob {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }

  100% {
    transform: translate3d(0, 6px, 0);
  }
}

@keyframes spectralShift {
  0% {
    background-position: 0 0, center, 45% 52%;
  }

  50% {
    background-position: 0 0, center, 58% 46%;
  }

  100% {
    background-position: 0 0, center, 45% 52%;
  }
}

@keyframes grainShift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-17px, 10px, 0);
  }

  100% {
    transform: translate3d(-34px, 20px, 0);
  }
}

@keyframes cardSheen {
  0%,
  100% {
    opacity: 0.12;
    transform: translateX(-18%) rotate(8deg);
  }

  50% {
    opacity: 0.28;
    transform: translateX(18%) rotate(8deg);
  }
}

@keyframes ctaSweep {
  0%,
  100% {
    opacity: 0;
    transform: translateX(-65%) rotate(18deg);
  }

  32% {
    opacity: 0.62;
  }

  56% {
    opacity: 0;
    transform: translateX(165%) rotate(18deg);
  }
}

@keyframes qrScan {
  0%,
  100% {
    transform: translateX(-120%) skewX(-16deg);
    opacity: 0;
  }

  35% {
    opacity: 0.55;
  }

  65% {
    transform: translateX(290%) skewX(-16deg);
    opacity: 0;
  }
}

@keyframes driftY {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -17px, 0);
  }

  100% {
    transform: translate3d(0, -34px, 0);
  }
}

@keyframes driftX {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(18px, 0, 0);
  }

  100% {
    transform: translate3d(36px, 0, 0);
  }
}

@media (max-width: 860px) {
  body::before {
    animation-duration: 7.2s;
  }

  body::after {
    opacity: 0.62;
    animation-duration: 5.6s;
  }

  .ambient-field::before {
    opacity: 0.42;
    animation-duration: 6.4s;
  }

  .ambient-field::after {
    opacity: 0.56;
    animation-duration: 5.4s;
  }

  .ambient-dot {
    opacity: 0.54;
  }

  .dot-1,
  .dot-2,
  .dot-3,
  .dot-4,
  .dot-5,
  .dot-6 {
    animation-duration: 6.2s;
  }

  .menu-btn {
    display: inline-block;
  }

  .main-nav {
    position: absolute;
    right: 20px;
    top: 76px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
    flex-direction: column;
    padding: 14px;
    align-items: flex-start;
    min-width: 180px;
    display: none;
  }

  .main-nav.open {
    display: flex;
  }

  .hero-stats,
  .hero-layout,
  .signal-band,
  .grid-3,
  .benefits,
  .contact-shell,
  .footer-shell,
  .footer-grid,
  .footer-trust-badges,
  .trust-grid,
  .compare-grid,
  .usecase-grid,
  .testimonial-grid,
  .price-grid,
  .keyword-grid,
  .seo-links {
    grid-template-columns: 1fr;
  }

  .logo-text-wrap small {
    display: none;
  }

  .hero-visual-card {
    padding: 18px;
  }

  .phone-mock {
    margin: 0;
  }

  .hero-actions {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Dark Gold Theme Overrides */
.main-nav a,
.site-footer,
.hero-copy,
.hero-stats span,
.trust-strip p,
.vehicle-item p,
.faq-grid p,
.empty,
.notice,
.plan {
  color: var(--muted);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.hero-copy,
.trust-strip p,
.faq-grid p,
.plan {
  font-weight: 600;
}

.card,
.quick-card,
.trust-strip,
.compare-card,
.price-card,
.panel-card,
.metric-card,
.vehicle-item,
.faq-grid details,
.analytics-table-wrap,
.spec-item,
.hero-stats div,
.photo-chip {
  background: var(--surface) !important;
  border-color: var(--line) !important;
}

.hero-chip {
  border-color: #5b472c;
  background: #1d1712;
  color: #d8b36b;
}

.btn {
  border-color: var(--brand);
  background: linear-gradient(145deg, #b88a35, #7a5322);
  color: #0f0d0b;
}

.btn-ghost {
  background: transparent;
  color: #d8b36b;
  border-color: #8c672f;
}

.btn:hover {
  box-shadow: 0 12px 26px rgba(201, 154, 58, 0.25);
}

.compare-card-highlight,
.backend-status {
  background: linear-gradient(160deg, #21180f 0%, #17120f 70%) !important;
  border-color: #6c4f27 !important;
}

.price-card-featured {
  border-color: #c99a3a !important;
}

.num {
  background: #2a1e13;
  color: #d8b36b;
}

.phone-mock {
  background: linear-gradient(165deg, #0a0a0b, #121112 55%, #0e0d0d);
  border-color: rgba(255, 235, 194, 0.12);
}

.phone-screen {
  background: linear-gradient(180deg, #1c150f, #120f0c);
  border-color: rgba(255, 222, 161, 0.16);
}

.phone-screen button {
  background: linear-gradient(145deg, #b88a35, #7a5322);
  color: #0f0d0b;
  box-shadow: 0 10px 24px rgba(201, 154, 58, 0.28);
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.vehicle-form input,
.vehicle-form textarea,
.admin-filters input,
.admin-filters select,
.login-form input,
.toggle-pass {
  background: #120f0c;
  color: var(--ink);
  border-color: var(--line);
}

.trust-grid span,
.analytics-table th,
.analytics-table td {
  border-color: var(--line);
  color: var(--muted);
}

.a6-sheet,
.thumb img,
.vehicle-qr,
.main-photo {
  border-color: var(--line);
  background: #120f0c;
}

.main-nav-static {
  position: static;
  display: flex;
  min-width: auto;
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
}

.quick-access {
  margin-top: 24px;
}

.quick-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 22px;
}

.admin-main,
.vehicle-main {
  width: 100%;
  margin: 0;
  padding: 24px clamp(20px, 4vw, 56px) 70px;
}

.metrics-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.metric-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.metric-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.metric-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
  font-family: "Space Grotesk", sans-serif;
}

.admin-head h1 {
  margin: 8px 0;
  font-size: clamp(1.7rem, 4.8vw, 2.8rem);
}

.admin-head.panel-card {
  border: 1px solid rgba(201, 154, 58, 0.32);
  border-radius: 24px;
  background: linear-gradient(165deg, rgba(34, 24, 17, 0.96), rgba(20, 15, 11, 0.92));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 231, 189, 0.08);
  padding: 28px clamp(20px, 4vw, 40px);
}

.admin-head.panel-card .kicker {
  color: #ddb86f;
}

.admin-head.panel-card h1 {
  color: #f8edd5;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.4);
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  margin: 12px 0 18px;
}

.admin-head.panel-card p {
  color: #e0cca2;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
  font-weight: 600;
  font-size: 1rem;
}

.admin-grid,
.vehicle-layout {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.panel-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 18px;
}

.vehicle-form {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.vehicle-form .full {
  grid-column: 1/-1;
}

.vehicle-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.vehicle-form input,
.vehicle-form textarea {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  font-size: 0.97rem;
  font-family: inherit;
}

.list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-filters {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 10px;
}

.admin-filters input,
.admin-filters select {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  font-size: 0.95rem;
  font-family: inherit;
}

.notice {
  min-height: 22px;
  margin-top: 10px;
  font-weight: 700;
  color: #4b5f5a;
}

.notice-success {
  color: #0f7a55;
}

.notice-error {
  color: #a6322b;
}

.notice-info {
  color: #315e9d;
}

.photo-manager {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.photo-chip {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px;
}

.photo-chip img {
  width: 100%;
  max-height: 200px;
  border-radius: 8px;
  object-fit: cover;
}

.login-body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 14% 8%, rgba(241, 201, 119, 0.34), transparent 40%),
    radial-gradient(circle at 84% 84%, rgba(158, 101, 39, 0.3), transparent 42%),
    conic-gradient(from 210deg at 50% 48%, #0a0706 0deg, #1b120d 120deg, #2a180f 220deg, #0f0b08 320deg, #0a0706 360deg);
}

.login-body .site-footer-lite {
  position: fixed;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  bottom: 0;
  margin: 0;
  z-index: 5;
  background: linear-gradient(180deg, rgba(16, 12, 9, 0.28), rgba(11, 8, 7, 0.84));
}

.login-card {
  width: min(460px, 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 154, 58, 0.38) !important;
  background: linear-gradient(165deg, rgba(31, 22, 16, 0.96), rgba(18, 13, 10, 0.93)) !important;
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 230, 183, 0.1) !important;
}

.login-card::before {
  content: "";
  position: absolute;
  inset: -140% 45% 62% -36%;
  background: linear-gradient(135deg, rgba(255, 225, 158, 0.28), rgba(255, 225, 158, 0));
  transform: rotate(9deg);
  animation: cardSheen 5.2s ease-in-out infinite;
  pointer-events: none;
}

.login-card > * {
  position: relative;
  z-index: 1;
}

.login-subcopy {
  margin: -4px 0 4px;
  color: #d9bf8b;
  font-size: 0.94rem;
  line-height: 1.55;
}

.login-form {
  display: grid;
  gap: 12px;
  margin: 16px 0;
}

.login-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.login-form input {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  font-size: 1rem;
  font-family: inherit;
  background: #120e0b;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.login-form input:focus {
  outline: none;
  border-color: rgba(241, 201, 119, 0.72);
  box-shadow: 0 0 0 3px rgba(241, 201, 119, 0.16);
}

.input-inline {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.toggle-pass {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #1d1510;
  color: #f2d9a8;
  padding: 0 12px;
  font-weight: 700;
  cursor: pointer;
}

.login-inline-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.check-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--muted);
}

.hidden {
  display: none;
}

.btn:disabled {
  opacity: 0.72;
  cursor: wait;
}

.btn-link {
  border: 0;
  background: transparent;
  color: #e6be70;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  padding: 0;
  margin: 2px 0 4px;
  text-align: left;
}

.recovery-panel {
  border: 1px dashed var(--line);
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(37, 27, 19, 0.8), rgba(23, 17, 12, 0.72));
  padding: 10px;
  margin-bottom: 10px;
}

.support-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.compact-form {
  gap: 8px;
  margin: 8px 0 10px;
}

.vehicle-list {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.analytics-table-wrap {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
  background: #fbfdfb;
}

.analytics-table-wrap h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.analytics-table {
  width: 100%;
  border-collapse: collapse;
}

.analytics-table th,
.analytics-table td {
  text-align: left;
  padding: 8px;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

.analytics-table thead th {
  border-top: 0;
  color: var(--muted);
  font-weight: 800;
}

.vehicle-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 12px;
  align-items: center;
}

.vehicle-item h3 {
  margin: 0;
}

.vehicle-item p {
  margin: 5px 0 0;
  color: var(--muted);
}

.vehicle-item img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
}

.item-actions {
  grid-column: 1/-1;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.btn-danger {
  border-color: #d63f35;
  background: #d63f35;
}

.empty {
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: 10px;
  padding: 14px;
}

.vehicle-hero h1 {
  margin: 8px 0;
  font-size: clamp(1.8rem, 5vw, 3rem);
}

.spec-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.spec-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  background: #f7faf8;
}

.spec-item span {
  color: var(--muted);
  display: block;
  font-size: 0.85rem;
}

.vehicle-qr {
  width: 220px;
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  margin: 8px 0 12px;
}

.backend-status {
  display: inline-flex;
  margin-top: 10px;
  background: #e8f4ee;
  color: #0f5e45;
  border: 1px solid #c6e7d7;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.9rem;
  font-weight: 700;
}

.vehicle-gallery-wrap {
  margin-top: 20px;
}

.gallery-main-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
}

.main-photo {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
}

.gallery-nav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.thumb-row {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow: auto;
  padding-bottom: 4px;
}

.thumb {
  border: 2px solid transparent;
  background: transparent;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
}

.thumb.active {
  border-color: var(--brand);
}

.thumb img {
  width: 84px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.print-body {
  background:
    radial-gradient(circle at 12% 12%, rgba(201, 154, 58, 0.18), transparent 36%),
    radial-gradient(circle at 88% 84%, rgba(122, 83, 34, 0.2), transparent 38%),
    linear-gradient(145deg, #0f0d0b, #15100d);
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.a6-sheet {
  width: 105mm;
  min-height: 148mm;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
  padding: 10mm;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.a6-head {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #5b6763;
}

.a6-main {
  text-align: center;
}

.a6-main h1 {
  font-size: 1.5rem;
  margin: 14px 0 8px;
}

.a6-main p {
  margin: 0;
}

.a6-qr {
  width: 58mm;
  height: 58mm;
  margin: 9mm auto 6mm;
  border: 1px solid var(--line);
}

.a6-note {
  font-size: 0.85rem;
  color: #556260;
}

.a6-footer {
  margin-top: 10px;
  text-align: center;
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--brand-deep);
}

.print-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.print-actions .btn-ghost {
  border-color: #8c672f;
  color: #d8b36b;
}

@page {
  size: A6 portrait;
  margin: 0;
}

@media print {
  body.print-body {
    background: #fff;
    padding: 0;
  }

  .a6-sheet {
    border-radius: 0;
    box-shadow: none;
  }

  .print-actions {
    display: none;
  }

  .no-print {
    display: none !important;
  }
}

@media (max-width: 860px) {
  .site-header {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }

  .main-nav.main-nav-static {
    position: static;
    display: flex;
    width: 100%;
    min-width: 0;
    padding: 10px 0 0;
    border-top: 1px solid rgba(201, 154, 58, 0.24);
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    justify-content: flex-start;
    gap: 8px;
  }

  .main-nav-static a {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 9px;
    border: 1px solid rgba(201, 154, 58, 0.26);
    font-size: 0.86rem;
  }

  .admin-grid,
  .vehicle-layout,
  .vehicle-form,
  .spec-grid,
  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-item {
    grid-template-columns: 1fr;
  }

  .admin-filters {
    grid-template-columns: 1fr;
  }

  .gallery-main-wrap {
    grid-template-columns: 1fr;
  }

  .gallery-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: calc(14px + var(--safe-top)) max(12px, calc(10px + var(--safe-right))) 12px max(12px, calc(10px + var(--safe-left)));
  }

  .logo {
    gap: 10px;
    min-width: 0;
    align-items: center;
  }

  .logo-emblem {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
  }

  .logo-core {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    transform: translateZ(12px);
  }

  .logo-mark {
    font-size: 1.12rem;
  }

  .logo-text-wrap {
    display: grid !important;
    min-width: 0;
    overflow: visible;
    line-height: 1;
  }

  .logo .brand-wordmark {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: clamp(1.02rem, 5.2vw, 1.32rem) !important;
    line-height: 1.04;
    white-space: nowrap;
  }

  .logo .logo-text-wrap small {
    display: block !important;
    visibility: visible !important;
    opacity: 0.98 !important;
    font-size: 0.58rem;
    letter-spacing: 0.9px;
    white-space: nowrap;
    margin-top: 2px;
  }

  .main-nav.main-nav-static {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .main-nav.main-nav-static a {
    flex: 0 0 auto;
  }

  .admin-main,
  .vehicle-main {
    padding: 16px max(12px, calc(10px + var(--safe-right))) calc(56px + var(--safe-bottom)) max(12px, calc(10px + var(--safe-left)));
  }

  .panel-card,
  .card,
  .compare-card,
  .proof-card,
  .price-card,
  .keyword-card,
  .testimonial-card,
  .contact-copy-panel,
  .contact-form {
    padding: 14px;
  }

  .hero h1,
  .admin-head h1,
  .vehicle-hero h1 {
    line-height: 1.18;
  }

  .hero-actions .btn,
  .form-actions .btn,
  .print-actions .btn,
  .print-actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .vehicle-form input,
  .vehicle-form textarea,
  .admin-filters input,
  .admin-filters select,
  .login-form input {
    font-size: 16px;
  }

  .input-inline {
    grid-template-columns: 1fr;
  }

  .analytics-table-wrap {
    overflow-x: auto;
  }

  .analytics-table {
    min-width: 560px;
  }

  .vehicle-item img {
    width: min(160px, 100%);
    height: auto;
  }

  .cookie-notice {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 8px;
    width: calc(100% - 16px - var(--safe-left) - var(--safe-right));
    bottom: calc(8px + var(--safe-bottom));
    right: max(8px, calc(8px + var(--safe-right)));
    padding: 10px 10px 9px;
    border-radius: 14px;
  }

  .cookie-notice-head {
    justify-content: flex-start;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    justify-self: stretch;
  }

  .cookie-notice-btn,
  .cookie-essential-btn,
  .cookie-reject-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Site-wide text brightness override (exclude print layout). */
body:not(.print-body) {
  --ink: #ffffff;
  --muted: #fff3dc;
}

body:not(.print-body) :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dt,
  dd,
  label,
  small,
  legend,
  figcaption,
  blockquote,
  a,
  button,
  span
) {
  color: var(--ink) !important;
}

body:not(.print-body) :is(.muted, .text-muted, .meta, .hint, .helper, .description) {
  color: var(--muted) !important;
}
