:root {
  --bg-cream: #edede1;
  --brown: #80421b;
  --orange: #f86807;
  --amber: #f9a012;
  --shadow: 48, 18, 6;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100svh;
  background: var(--bg-cream);
  color: var(--brown);
  font-family: Outfit, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.hero h1,
.usluge-heading,
.usluge-title,
.proces-heading,
.proces-num,
.proces-title,
.onama-monogram,
.onama-heading,
.kontakt-heading,
.cta-heading,
.faq-heading,
.faq-q,
.footer-name,
.privacy-heading,
.privacy-sub {
  font-weight: 400;
  font-synthesis: none;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: var(--bg-cream);
  background-color: #160b03;
}

.hero picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background-color: #160b03;
}

.hero-wallpaper {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(40, 16, 4, 0.12) 0%,
    rgba(40, 16, 4, 0.08) 32%,
    rgba(40, 16, 4, 0.72) 62%,
    rgba(40, 16, 4, 0.9) 100%
  );
  pointer-events: none;
}

.hero-bar {
  position: absolute;
  top: -2.6cm;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 16px;
}

.hero-logo {
  display: block;
  width: 56px;
  height: 56px;
  flex: none;
  opacity: 0.92;
  transition: opacity 160ms ease;
  margin-left: -0.6cm;
}

.hero-logo:hover {
  opacity: 1;
}

.hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-link {
  color: var(--bg-cream);
  font-family: "IBM Plex Mono", "DM Mono", ui-monospace, monospace;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 160ms ease;
}

.nav-link:hover {
  opacity: 1;
  color: var(--orange);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(1480px, 100%);
  padding: 28px 16px 40px;
  transform: translateY(-2.5cm);
}

.livery {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 12px;
  background: repeating-linear-gradient(
    -32deg,
    var(--orange) 0 12px,
    var(--amber) 12px 24px,
    var(--brown) 24px 34px,
    var(--bg-cream) 34px 44px
  );
}

.hero h1 {
  margin: 0;
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(1.9372031rem, 8.5085vw, 2.73487rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: rgba(248, 104, 7, 0.34);
  color: var(--bg-cream);
  box-shadow: inset 0 0 0 1.5px rgba(248, 104, 7, 0.7);
}

.btn-primary:hover {
  background: var(--amber);
}

.btn-secondary {
  background: transparent;
  color: var(--bg-cream);
  box-shadow: inset 0 0 0 1.5px var(--bg-cream);
}

.btn-secondary:hover {
  background: var(--amber);
  color: var(--bg-cream);
  box-shadow: none;
}


.section {
  scroll-margin-top: 18px;
  padding: 14px 14px 0;
}

.section-card {
  min-height: 168px;
  padding: 28px 26px 32px;
  border: 1px solid rgba(128, 66, 27, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(90% 80% at 0% 0%, rgba(255, 255, 255, 0.45), transparent 42%),
    var(--bg-cream);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 16px 36px rgba(var(--shadow), 0.1);
}

.section-index {
  margin: 0;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--orange);
}

.section-card h2 {
  margin: 8px 0 0;
  font-family: "Big Shoulders Display", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.01em;
}

/* ── Trust Strip ──────────────────────────────────────────── */

.trust-section {
  padding-top: 0.8cm;
  padding-bottom: 0;
}

.trust-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.trust-card {
  position: relative;
  overflow: hidden;
  padding: 28px 26px 32px;
  border: 1px solid rgba(128, 66, 27, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(90% 80% at 0% 0%, rgba(255, 255, 255, 0.52), transparent 44%),
    var(--bg-cream);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 16px 36px rgba(var(--shadow), 0.1);
  transition:
    transform 200ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 200ms cubic-bezier(0.22, 1, 0.36, 1);
  /* fade-in start state */
  opacity: 0;
  translate: 0 18px;
}

.trust-card.trust-visible {
  opacity: 1;
  translate: 0 0;
  transition:
    opacity 480ms ease,
    translate 480ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 200ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.trust-card:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 28px 52px rgba(var(--shadow), 0.16);
}

/* retro hazard-stripe corner detail */
.trust-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 0 0 24px 24px;
  background: repeating-linear-gradient(
    -32deg,
    var(--accent) 0 6px,
    transparent 6px 12px
  );
  opacity: 0.35;
  transition: opacity 200ms ease;
}

.trust-card:hover::before {
  opacity: 0.6;
}

.trust-num {
  margin: 0 0 14px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--accent);
}

.trust-icon {
  width: 40px;
  height: 40px;
  color: var(--accent);
  margin-bottom: 16px;
  flex-shrink: 0;
  transition: filter 200ms ease;
}

.trust-card:hover .trust-icon {
  filter: brightness(1.15) saturate(1.3);
}

.trust-label {
  margin: 0;
  font-family: "IBM Plex Mono", "DM Mono", ui-monospace, monospace;
  font-size: clamp(1.05rem, 2.4vw, 1.28rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--brown);
}

/* ── Usluge Section ───────────────────────────────────────── */

.usluge-section {
  padding-top: 0.8cm; /* mobile — works fine before media query override */
}

.usluge-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 26px;
}

.usluge-left {
  flex-shrink: 0;
}

.usluge-heading {
  margin: 0;
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(2.6rem, 8vw, 4.2rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brown);
}

.usluge-sub {
  margin: 14px 0 0;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(128, 66, 27, 0.55);
  max-width: 32ch;
}

.usluge-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.usluge-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(128, 66, 27, 0.13);
  position: relative;
  cursor: default;
  transition: background 200ms ease;
  /* fade-in start state */
  opacity: 0;
  translate: 0 14px;
}

.usluge-row:last-child {
  border-bottom: 1px solid rgba(128, 66, 27, 0.13);
}

.usluge-row.usluge-visible {
  opacity: 1;
  translate: 0 0;
  transition:
    opacity 440ms ease,
    translate 440ms cubic-bezier(0.22, 1, 0.36, 1),
    background 200ms ease;
}

/* accent bar on the left that animates in on hover */
.usluge-row::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 2px;
  background: var(--row-accent);
  opacity: 0;
  transform: scaleY(0.4);
  transform-origin: center;
  transition:
    opacity 200ms ease,
    transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.usluge-row:hover::before {
  opacity: 1;
  transform: scaleY(1);
}

/* warm tint on hover */
.usluge-row:hover {
  background: rgba(248, 104, 7, 0.035);
  margin-inline: -12px;
  padding-inline: 12px;
  border-radius: 8px;
}

.usluge-icon-wrap {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  color: var(--row-accent);
  transition: filter 200ms ease, transform 200ms ease;
}

.usluge-row:hover .usluge-icon-wrap {
  filter: brightness(1.15) saturate(1.3);
  transform: scale(1.08);
}

.usluge-icon {
  width: 100%;
  height: 100%;
}

.usluge-text {
  flex: 1;
}

.usluge-title {
  margin: 0 0 5px;
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(1.1rem, 2.8vw, 1.45rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brown);
  transition: color 180ms ease;
}

.usluge-row:hover .usluge-title {
  color: var(--row-accent);
}

.usluge-desc {
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(128, 66, 27, 0.6);
}

/* ── Proces rada Section ──────────────────────────────────── */

.proces-section {
  padding-top: 28px;
}

.proces-header {
  margin-bottom: 28px;
}

.proces-heading {
  margin: 0;
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(2.6rem, 8vw, 4.2rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brown);
}

.proces-sub {
  margin: 12px 0 0;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(128, 66, 27, 0.55);
}

.proces-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.proces-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 22px;
  border-radius: 14px;
  border: 1px solid rgba(128, 66, 27, 0.1);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.38) 0%, transparent 60%),
    rgba(237, 237, 225, 0.7);
  position: relative;
  cursor: default;
  transition:
    background 200ms ease,
    box-shadow 200ms ease,
    transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
  /* fade-in start state */
  opacity: 0;
  translate: 0 12px;
}

.proces-bar.proces-visible {
  opacity: 1;
  translate: 0 0;
  transition:
    opacity 420ms ease,
    translate 420ms cubic-bezier(0.22, 1, 0.36, 1),
    background 200ms ease,
    box-shadow 200ms ease,
    transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.proces-bar:hover {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.5) 0%, transparent 60%),
    rgba(248, 104, 7, 0.06);
  box-shadow: 0 6px 24px rgba(var(--shadow), 0.09);
  transform: translateY(-2px);
}

/* left accent line on hover */
.proces-bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14%;
  bottom: 14%;
  width: 3px;
  border-radius: 2px;
  background: var(--step-accent);
  opacity: 0;
  transition: opacity 200ms ease;
}

.proces-bar:hover::before {
  opacity: 1;
}

.proces-num {
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--step-accent);
  flex-shrink: 0;
  width: 3.5ch;
  transition: filter 200ms ease;
}

.proces-bar:hover .proces-num {
  filter: brightness(1.1) saturate(1.2);
}

.proces-content {
  flex: 1;
}

.proces-title {
  margin: 0 0 3px;
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brown);
  transition: color 180ms ease;
}

.proces-bar:hover .proces-title {
  color: var(--step-accent);
}

.proces-desc {
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(128, 66, 27, 0.58);
}

/* connecting arrows */
.proces-arrow {
  display: flex;
  justify-content: center;
  padding: 4px 0;
  opacity: 0;
  transition: opacity 400ms ease;
}

.proces-arrow.proces-visible {
  opacity: 1;
}

.proces-arrow svg {
  width: 22px;
  height: 22px;
  opacity: 0.55;
}

/* ── O nama Section ───────────────────────────────────────── */

.onama-section {
  position: relative;
  overflow: hidden;
  background: var(--brown);
  color: var(--bg-cream);
  margin: 32px 14px 0;
  border-radius: 24px;
  padding: 56px 24px 64px;
  scroll-margin-top: 18px;
}

.onama-monogram {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-54%);
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(18rem, 48vw, 36rem);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: 0.1cm;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(237, 237, 225, 0.1);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.onama-inner {
  position: relative;
  z-index: 1;
}

.onama-heading {
  margin: 0 0 32px;
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(3rem, 10vw, 5.6rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--bg-cream);
}

.onama-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 62ch;
}

.onama-body p {
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.175rem;
  line-height: 1.72;
  color: rgba(237, 237, 225, 0.82);
}

.onama-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 12px;
  background: repeating-linear-gradient(
    -32deg,
    var(--orange) 0 12px,
    var(--amber) 12px 24px,
    var(--brown) 24px 34px,
    var(--bg-cream) 34px 44px
  );
  pointer-events: none;
}

/* ── Kontakt Section ──────────────────────────────────────── */

.kontakt-section {
  padding-top: 36px;
}

.kontakt-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 26px;
}

.kontakt-heading {
  margin: 0 0 10px;
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(2.6rem, 8vw, 4.2rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brown);
}

.kontakt-sub {
  margin: 0 0 28px;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(128, 66, 27, 0.55);
}

.kontakt-channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.kontakt-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(128, 66, 27, 0.12);
}

.kontakt-row:last-child {
  border-bottom: 1px solid rgba(128, 66, 27, 0.12);
}

.kontakt-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--ch-accent);
}

.kontakt-channel-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.kontakt-label {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: rgba(128, 66, 27, 0.5);
  text-transform: uppercase;
}

.kontakt-value {
  font-family: Outfit, sans-serif;
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--brown);
  text-decoration: none;
  transition: color 150ms ease;
}

.kontakt-value:hover {
  color: var(--ch-accent);
}

/* ── Form ─────────────────────────────────────────────────── */

.kontakt-right {
  flex: 1;
}

.kontakt-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kf-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.kf-label {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(128, 66, 27, 0.65);
}

.kf-req {
  color: var(--orange);
}

.kf-input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid rgba(128, 66, 27, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  font-family: Outfit, sans-serif;
  font-size: 0.97rem;
  color: var(--brown);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
  appearance: none;
  -webkit-appearance: none;
}

.kf-input::placeholder {
  color: rgba(128, 66, 27, 0.32);
}

.kf-input:hover {
  border-color: rgba(128, 66, 27, 0.4);
}

.kf-input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(248, 104, 7, 0.15);
  background: #fff;
}

.kf-input.kf-invalid {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}

.kf-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2380421B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.kf-textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.55;
}

.kf-error {
  font-family: Outfit, sans-serif;
  font-size: 0.82rem;
  color: #c0392b;
  min-height: 1em;
}

.kf-submit {
  width: 100%;
  padding: 0 24px;
  min-height: 52px;
  border: none;
  border-radius: 999px;
  background: var(--orange);
  color: var(--bg-cream);
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), background 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 4px 16px rgba(248, 104, 7, 0.28);
}

.kf-submit:hover {
  transform: translateY(-2px);
  background: #ff7a1f;
  box-shadow: 0 8px 28px rgba(248, 104, 7, 0.42);
}

.kf-submit:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.kf-privacy {
  margin: 10px 0 0;
  font-family: Outfit, sans-serif;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(128, 66, 27, 0.48);
}

.kf-privacy a {
  color: inherit;
  text-underline-offset: 2px;
}

.kf-privacy a:hover {
  color: var(--orange);
}

/* ── Final CTA Section ────────────────────────────────────── */

.cta-section {
  position: relative;
  overflow: hidden;
  background: var(--brown);
  color: var(--bg-cream);
  margin: 32px 14px 0;
  border-radius: 24px;
  scroll-margin-top: 18px;
  opacity: 0;
  translate: 0 16px;
}

.cta-section.cta-visible {
  opacity: 1;
  translate: 0 0;
  transition: opacity 500ms ease, translate 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cta-livery-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: repeating-linear-gradient(
    -32deg,
    var(--orange) 0 10px,
    var(--amber) 10px 20px,
    var(--brown) 20px 28px,
    rgba(237, 237, 225, 0.18) 28px 36px
  );
  opacity: 0.6;
  pointer-events: none;
}

.cta-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 52px 24px 58px;
}

.cta-heading {
  margin: 0;
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(3rem, 11vw, 5.4rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--bg-cream);
  display: flex;
  flex-direction: column;
}

.cta-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.cta-sub {
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(237, 237, 225, 0.68);
  max-width: 36ch;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 28px;
  min-height: 54px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--bg-cream);
  font-family: Outfit, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition:
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
    background 180ms ease,
    box-shadow 180ms ease;
  box-shadow: 0 4px 20px rgba(248, 104, 7, 0.32);
}

.cta-btn:hover {
  transform: translateY(-3px);
  background: #ff7a1f;
  box-shadow: 0 8px 32px rgba(248, 104, 7, 0.5);
}

.cta-phone-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* ── FAQ Section ──────────────────────────────────────────── */

.faq-section {
  padding-top: 52px;
}

.faq-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.faq-left {
  flex-shrink: 0;
}

.faq-heading {
  margin: 0 0 12px;
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(2.6rem, 8vw, 4.2rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brown);
}

.faq-sub {
  margin: 0 0 18px;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(128, 66, 27, 0.55);
}

.faq-accent-line {
  height: 4px;
  width: 48px;
  border-radius: 2px;
  background: var(--orange);
  opacity: 0.7;
}

.faq-list {
  margin: 0;
  padding: 0;
  flex: 1;
}

.faq-block {
  border-top: 1px solid rgba(128, 66, 27, 0.13);
  padding: 22px 0;
  /* fade-in start */
  opacity: 0;
  translate: 0 12px;
}

.faq-block:last-child {
  border-bottom: 1px solid rgba(128, 66, 27, 0.13);
}

.faq-block.faq-visible {
  opacity: 1;
  translate: 0 0;
  transition: opacity 420ms ease, translate 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-block-inner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.faq-num {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--faq-accent);
  flex-shrink: 0;
  margin-top: 4px;
  min-width: 2.6ch;
}

.faq-content {
  flex: 1;
}

.faq-q {
  margin: 0 0 6px;
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.22rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brown);
}

.faq-a {
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: 0.97rem;
  line-height: 1.65;
  color: rgba(128, 66, 27, 0.62);
}

.faq-link {
  color: var(--faq-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: color 160ms ease, opacity 160ms ease;
}

.faq-link:hover {
  color: var(--brown);
  opacity: 0.85;
}

/* thin livery under the strip */
.trust-livery {
  height: 6px;
  margin-top: 0.8cm;
  border-radius: 3px;
  background: repeating-linear-gradient(
    -32deg,
    var(--orange) 0 8px,
    var(--amber) 8px 16px,
    var(--brown) 16px 22px,
    var(--bg-cream) 22px 30px
  );
  opacity: 0.5;
}

.section-card--cta {
  background:
    linear-gradient(90deg, rgba(248, 104, 7, 0.16), transparent 42%),
    var(--bg-cream);
  box-shadow:
    inset 4px 0 0 var(--orange),
    0 16px 36px rgba(var(--shadow), 0.1);
}

/* ── Footer ───────────────────────────────────────────────── */

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 32px;
  background: var(--brown);
  color: var(--bg-cream);
}

.footer-livery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: repeating-linear-gradient(
    -32deg,
    var(--orange) 0 10px,
    var(--amber) 10px 20px,
    var(--brown) 20px 28px,
    rgba(237, 237, 225, 0.18) 28px 36px
  );
  opacity: 0.6;
  pointer-events: none;
}

.footer-inner {
  padding: 52px 24px 28px;
}

.footer-cols {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-left: 0;
  text-decoration: none;
  color: inherit;
}

.footer-logo img {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  object-fit: contain;
  margin-top: calc((1.35rem - 44px) / 2);
}

.footer-wordmark {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-name {
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--bg-cream);
}

.footer-tag {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
}

.footer-desc {
  margin: 16px 0 0;
  margin-left: 0;
  padding-left: 0;
  max-width: 32ch;
  font-family: Outfit, sans-serif;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(237, 237, 225, 0.62);
}

.footer-nav,
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-link {
  font-family: Outfit, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(237, 237, 225, 0.82);
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-link:hover {
  color: var(--orange);
}

.footer-ig {
  display: inline-flex;
  margin-top: 4px;
  color: var(--orange);
  transition: color 160ms ease, transform 160ms ease;
}

.footer-ig svg {
  width: 22px;
  height: 22px;
}

.footer-ig:hover {
  color: var(--amber);
  transform: translateY(-1px);
}

.footer-copy {
  margin: 36px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(237, 237, 225, 0.14);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: rgba(237, 237, 225, 0.48);
}

.footer-copy a {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-copy a:hover {
  color: var(--orange);
}

@media (min-width: 540px) {
  .hero h1 {
    font-size: clamp(3.12421484rem, 6.38137vw, 7.17904rem);
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 680px) {
  .hero h1 span:nth-child(-n + 2) {
    display: inline;
  }
}

@media (min-width: 900px) {
  .hero-bar {
    top: -2.6cm;
    left: 0;
    right: 0;
    padding-inline: 72px;
  }

  .hero-logo {
    width: 68px;
    height: 68px;
  }

  .hero-nav {
    gap: 36px;
  }

  .nav-link {
    font-size: 1rem;
  }

  .hero {
    align-items: center;
  }

  .hero-wallpaper {
    object-position: 72% 64%;
  }

  .hero-shade {
    background: linear-gradient(
      90deg,
      rgba(40, 16, 4, 0.86) 0%,
      rgba(64, 28, 10, 0.62) 36%,
      rgba(40, 16, 4, 0.12) 62%,
      rgba(40, 16, 4, 0.22) 100%
    );
  }

  .hero h1 {
    font-size: clamp(3.12421484rem, 6.38137vw, 7.17904rem);
  }

  .hero h1 span:nth-child(-n + 2) {
    display: inline;
  }

  .hero-copy {
    padding: 64px 72px 72px;
  }

  .section {
    padding: 18px clamp(28px, 4vw, 56px) 0;
  }

  .section-card {
    min-height: 200px;
    padding: 36px 40px 40px;
    border-radius: 28px;
  }

  .trust-strip {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  .trust-card {
    padding: 32px 28px 36px;
    border-radius: 28px;
  }

  .trust-label {
    font-size: clamp(1rem, 1.3vw, 1.22rem);
  }

  .trust-section {
    padding-top: 0.8cm; /* re-assert after .section desktop override */
  }

  .usluge-section {
    padding-top: 0.8cm; /* re-assert after .section desktop override */
  }

  .usluge-wrap {
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
    padding-left: 28px;
  }

  .usluge-left {
    width: 38%;
  }

  .usluge-list {
    width: 62%;
  }

  .usluge-row {
    padding: 26px 0;
    gap: 22px;
  }

  .usluge-row::before {
    left: -20px;
  }

  .usluge-row:hover {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .kontakt-section {
    padding-top: 44px;
  }

  .kontakt-wrap {
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
    padding-left: 28px;
  }

  .kontakt-left {
    width: 36%;
    flex-shrink: 0;
  }

  .kontakt-right {
    flex: 1;
  }

  .kontakt-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
  }

  .kf-group--full {
    grid-column: 1 / -1;
  }

  .cta-section {
    margin: 40px clamp(28px, 4vw, 56px) 0;
    border-radius: 28px;
  }

  .cta-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 72px 72px 80px;
  }

  .cta-heading {
    font-size: clamp(3.6rem, 5.5vw, 6rem);
    flex-shrink: 0;
  }

  .cta-right {
    align-items: flex-start;
    flex-shrink: 0;
    max-width: 380px;
  }

  .faq-section {
    padding-top: 64px;
  }

  .faq-wrap {
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
    padding-left: 28px;
  }

  .faq-left {
    width: 36%;
  }

  .faq-list {
    width: 64%;
  }

  .faq-block {
    padding: 26px 0;
  }

  .onama-section {
    margin: 40px clamp(28px, 4vw, 56px) 0;
    border-radius: 28px;
    padding: 80px 72px 96px;
  }

  .onama-monogram {
    -webkit-text-stroke: 2px rgba(237, 237, 225, 0.09);
  }

  .proces-section {
    padding-top: 32px;
  }

  .proces-header {
    margin-bottom: 32px;
    padding-left: 28px;
  }

  .proces-bar {
    gap: 32px;
    padding: 24px 32px;
    border-radius: 16px;
  }

  .proces-num {
    width: 3ch;
  }

  .proces-arrow svg {
    width: 26px;
    height: 26px;
  }

  .site-footer {
    margin-top: 40px;
  }

  .footer-inner {
    padding: 72px clamp(28px, 4vw, 56px) 32px;
  }

  .footer-cols {
    flex-direction: row;
    justify-content: space-between;
    gap: 48px;
  }

  .footer-brand {
    flex: 1.2;
  }

  .footer-nav,
  .footer-contact {
    flex: 0.9;
  }

  .footer-name {
    font-size: 1.5rem;
  }

  .footer-logo img {
    margin-top: calc((1.5rem - 44px) / 2);
  }
}

.hero-mobile-top,
.nav-toggle,
.mobile-nav {
  display: none;
}

@media (max-width: 899px) {
  html,
  body {
    overflow-x: clip;
  }

  .hero {
    align-items: flex-end;
    min-height: 100svh;
  }

  .hero-wallpaper {
    object-position: calc(50% - 42px) 58%;
  }

  .hero-bar {
    display: none;
  }

  .hero-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 12px 16px;
  }

  .hero-logo--mobile {
    width: 48px;
    height: 48px;
    margin-left: 0;
  }

  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px 9px;
    border: 0;
    border-radius: 10px;
    background: rgba(40, 16, 4, 0.28);
    cursor: pointer;
  }

  .nav-toggle-bar {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background: var(--bg-cream);
    transition: transform 200ms ease, opacity 160ms ease;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    top: calc(100% - 4px);
    right: 16px;
    min-width: 188px;
    padding: 10px;
    border-radius: 16px;
    background: rgba(237, 237, 225, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 16px 36px rgba(var(--shadow), 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .mobile-nav-link {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 10px;
    color: var(--bg-cream);
    font-family: "IBM Plex Mono", "DM Mono", ui-monospace, monospace;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 1px 8px rgba(40, 16, 4, 0.7);
  }

  .mobile-nav-link:hover,
  .mobile-nav-link:focus-visible {
    color: var(--orange);
    background: rgba(248, 104, 7, 0.08);
  }

  .hero-shade {
    background: linear-gradient(
      180deg,
      rgba(40, 16, 4, 0.38) 0%,
      rgba(40, 16, 4, 0.18) 28%,
      rgba(40, 16, 4, 0.55) 52%,
      rgba(40, 16, 4, 0.88) 78%,
      rgba(40, 16, 4, 0.94) 100%
    );
  }

  .hero-copy {
    transform: none;
    width: 100%;
    padding: 0 20px 14vh;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 11.4vw, 3.15rem);
    max-width: 11ch;
  }

  .actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: calc(22vh + 20px);
  }

  .btn {
    width: 100%;
    min-height: 52px;
  }

  .usluge-wrap,
  .faq-wrap,
  .kontakt-wrap {
    padding-left: 4px;
    gap: 24px;
  }

  .usluge-heading,
  .faq-heading,
  .kontakt-heading,
  .proces-heading {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .usluge-row:hover {
    margin-inline: 0;
    padding-inline: 0;
  }

  .onama-section {
    margin: 24px 12px 0;
    padding: 48px 20px 56px;
  }

  .onama-monogram {
    font-size: clamp(10rem, 72vw, 16rem);
    right: 0;
  }

  .onama-body {
    max-width: 100%;
  }

  .onama-body p {
    font-size: 1.05rem;
  }

  .cta-section {
    margin: 24px 12px 0;
  }

  .cta-inner {
    padding: 48px 20px 52px;
    gap: 18px;
  }

  .cta-heading {
    font-size: clamp(2.6rem, 12vw, 3.6rem);
  }

  .cta-btn,
  .kf-submit {
    width: 100%;
    min-height: 52px;
  }

  .kontakt-value {
    overflow-wrap: anywhere;
  }

  .footer-inner {
    padding: 48px 20px 48px;
  }

  .footer-desc {
    max-width: 100%;
  }

  .footer-link,
  .kontakt-value {
    min-height: 28px;
  }
}

@media (max-width: 539px) {
  .proces-bar {
    flex-wrap: wrap;
    gap: 4px 16px;
  }

  .proces-num {
    width: auto;
    font-size: 1.6rem;
  }

  .proces-content {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .trust-card,
  .usluge-row,
  .proces-bar,
  .proces-arrow,
  .faq-block,
  .cta-section {
    opacity: 1;
    translate: none;
    transition: none;
  }

  .btn {
    transition: none;
  }
}

/* ── Privacy policy page ──────────────────────────────────── */

.privacy-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.privacy-main {
  flex: 1;
  padding: 36px 20px 48px;
}

.privacy-article {
  max-width: 68ch;
  margin: 0 auto;
}

.privacy-home {
  display: inline-block;
  margin-bottom: 28px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--orange);
}

.privacy-home:hover {
  color: var(--amber);
}

.privacy-heading {
  margin: 0 0 22px;
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(2.4rem, 8vw, 4rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brown);
}

.privacy-sub {
  margin: 28px 0 10px;
  font-family: "Lilita One", "Arial Black", sans-serif;
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brown);
}

.privacy-article p {
  margin: 0 0 14px;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(128, 66, 27, 0.72);
}

.privacy-article a {
  color: var(--brown);
}

.privacy-article a:hover {
  color: var(--orange);
}

@media (min-width: 900px) {
  .privacy-main {
    padding: 64px clamp(28px, 4vw, 56px) 72px;
  }
}
