:root {
  --bg: #050914;
  --bg-deep: #02050d;
  --bg-soft: #09111f;
  --ink: #f8f8fb;
  --muted: #aeb8c9;
  --muted-strong: #d4d9e5;
  --line: rgba(255, 255, 255, 0.12);
  --surface: rgba(255, 255, 255, 0.055);
  --surface-strong: rgba(255, 255, 255, 0.09);
  --red: #ff1234;
  --red-2: #ff405a;
  --red-dark: #a8061d;
  --steel: #91a2bd;
  --radius: 14px;
  --header-height: 72px;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.38);
  --mx: 72%;
  --my: 22%;
  --drive: 0px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: var(--bg-deep);
}

body {
  width: 100%;
  min-width: 320px;
  max-width: 100%;
  margin: 0;
  color: var(--ink);
  background:
    url("assets/bg-motoriza-motion.svg") center top / 100% auto repeat-y,
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 18, 52, 0.15), transparent 26rem),
    radial-gradient(circle at 0% 34%, rgba(255, 18, 52, 0.12), transparent 21rem),
    linear-gradient(180deg, #040713 0%, #07101d 48%, #030711 100%);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: 0;
  background:
    linear-gradient(112deg, transparent 0 18%, rgba(255, 18, 52, 0.055) 18.3%, transparent 19% 45%, rgba(255, 255, 255, 0.025) 45.4%, transparent 46%),
    repeating-linear-gradient(112deg, transparent 0 150px, rgba(255, 255, 255, 0.018) 152px, transparent 154px);
  opacity: 0.55;
  transform: translate3d(calc(var(--drive) * -0.22), 0, 0);
}

body::after {
  z-index: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34));
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

main {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 18, 52, 0.12), transparent 24rem),
    radial-gradient(circle at 82% 42%, rgba(255, 18, 52, 0.1), transparent 25rem),
    linear-gradient(180deg, rgba(5, 9, 20, 0.76), rgba(8, 16, 30, 0.92) 48%, rgba(4, 7, 17, 0.94));
}

.scroll-progress {
  position: fixed;
  z-index: 70;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--red), #ff7a8b);
  box-shadow: 0 0 18px rgba(255, 18, 52, 0.52);
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-shell {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 70px 0;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}

.section-heading.center {
  text-align: center;
}

.section-heading h2,
.hero h1,
.page-hero h1,
.restaurant-card h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Space Grotesk", Manrope, sans-serif;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.section-heading h2,
.restaurant-card h2,
.contact-copy h2 {
  max-width: 760px;
  font-size: clamp(1.55rem, 5.8vw, 2.75rem);
  line-height: 1.04;
}

.section-heading.center h2 {
  margin-inline: auto;
}

.split-heading h2 {
  max-width: 680px;
}

.section-heading p,
.hero-lead,
.impact-card p,
.price-card li,
.service-row p,
.about-card p,
.split-banner p,
.restaurant-card p,
.contact-copy p,
.page-hero p,
.print-card p {
  margin: 0;
  color: var(--muted);
}

.eyebrow {
  margin: 0;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 900;
  overflow: hidden;
  isolation: isolate;
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -60% auto -60% -76%;
  width: 54%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-22deg);
  animation: btnGlowSweep 4.2s ease-in-out infinite;
  transition: left 520ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 18px;
  right: 18px;
  bottom: 10px;
  height: 2px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  border-radius: 999px;
  opacity: 0.34;
  transform: scaleX(0.42);
  transition: opacity 220ms ease, transform 220ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-3px);
}

.btn:hover::before,
.btn:focus-visible::before {
  left: 125%;
}

.btn:hover::after,
.btn:focus-visible::after {
  opacity: 0.72;
  transform: scaleX(1);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-2));
  box-shadow: 0 18px 48px rgba(255, 18, 52, 0.3);
  animation: ctaPulse 4.6s ease-in-out infinite;
}

.btn-secondary,
.btn-card {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.055);
  border-color: var(--line);
  box-shadow: inset 0 -2px 0 rgba(255, 18, 52, 0.22);
}

.btn-light {
  color: #06101d;
  background: #fff;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: rgba(3, 6, 16, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(3, 6, 16, 0.94);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-weight: 700;
}

.brand-mark {
  width: 42px;
  height: 22px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(255, 18, 52, 0.28));
  animation: markDrive 4.5s ease-in-out infinite;
}

.menu-toggle {
  position: relative;
  z-index: 42;
  display: grid;
  gap: 5px;
  width: 44px;
  height: 44px;
  place-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.menu-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav {
  position: fixed;
  top: calc(var(--header-height) + 10px);
  left: max(16px, env(safe-area-inset-left));
  right: max(16px, env(safe-area-inset-right));
  z-index: 41;
  display: grid;
  gap: 10px;
  max-height: calc(100svh - var(--header-height) - 24px);
  padding: 10px;
  overflow-y: auto;
  background: #07101d;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-10px) scale(0.98);
  transform-origin: top right;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.site-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.site-nav a {
  position: relative;
  padding: 16px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-weight: 900;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  min-height: 92svh;
  padding: calc(var(--header-height) + 34px) 0 44px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  contain: paint;
  background:
    url("assets/bg-motoriza-motion.svg") center / cover no-repeat,
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 18, 52, 0.2), transparent 18rem),
    linear-gradient(145deg, rgba(255, 18, 52, 0.22), transparent 36%),
    radial-gradient(circle at 100% 80%, rgba(255, 255, 255, 0.06), transparent 20rem);
}

.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-bg::before {
  inset: -20%;
  background: repeating-linear-gradient(107deg, transparent 0 105px, rgba(255, 18, 52, 0.11) 107px, transparent 111px);
  opacity: 0.36;
  transform: translate3d(calc(var(--drive) * -0.44), 0, 0);
}

.hero-bg::after {
  top: 0;
  bottom: 0;
  left: -30%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: skewX(-18deg);
  animation: heroSweep 7s ease-in-out infinite;
}

.hero-grid {
  display: grid;
  gap: 28px;
}

.hero-content {
  display: grid;
  gap: 18px;
}

.hero h1 {
  max-width: 13ch;
  font-size: clamp(2.25rem, 9.8vw, 3.05rem);
}

.hero-lead {
  max-width: 42rem;
  font-size: 1.02rem;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.hero-proof {
  display: flex;
  gap: 9px;
  max-width: 100%;
  padding-bottom: 4px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.hero-proof::-webkit-scrollbar {
  display: none;
}

.hero-proof span {
  flex: 0 0 auto;
  min-width: 178px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 0.9rem;
  scroll-snap-align: center;
}

.hero-proof strong {
  color: #fff;
}

.hero-visual {
  position: relative;
  min-height: 330px;
  perspective: 900px;
  overflow: hidden;
}

.glass-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(7, 14, 27, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.dashboard-card {
  position: absolute;
  top: 18px;
  left: 0;
  right: 24px;
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: 22px;
  transform: rotateX(7deg) rotateY(-10deg) translate3d(0, calc(var(--drive) * 0.03), 0);
  animation: floatPanel 6.5s ease-in-out infinite;
}

.dash-top,
.dash-metrics {
  display: flex;
  gap: 8px;
}

.dash-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.dash-top span:first-child {
  background: var(--red);
}

.dash-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.dash-title p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dash-title strong {
  color: #fff;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 2.2rem;
}

.dash-bars {
  display: grid;
  gap: 9px;
}

.dash-bars span {
  height: 10px;
  width: var(--bar);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), rgba(255, 255, 255, 0.58));
  box-shadow: 0 0 18px rgba(255, 18, 52, 0.18);
  transform-origin: left;
  animation: barLoad 2.4s ease both;
}

.dash-metrics span {
  flex: 1;
  padding: 10px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 12px;
  text-align: center;
  font-weight: 900;
}

.phone-mockup {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(176px, 47vw);
  padding: 10px;
  border-radius: 28px;
  transform: rotate(4deg) translate3d(0, calc(var(--drive) * -0.025), 0);
  animation: floatPhone 5.4s ease-in-out infinite;
}

.phone-speaker {
  width: 54px;
  height: 5px;
  margin: 4px auto 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.phone-screen {
  display: grid;
  gap: 10px;
  min-height: 226px;
  padding: 18px 14px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 75% 18%, rgba(255, 18, 52, 0.34), transparent 7rem),
    linear-gradient(180deg, #09111f, #02050d);
}

.phone-screen img {
  width: 58px;
}

.phone-screen p,
.phone-screen strong {
  margin: 0;
}

.phone-screen p {
  color: var(--muted);
  font-size: 0.78rem;
}

.phone-screen strong {
  font-family: "Space Grotesk", Manrope, sans-serif;
  line-height: 1;
}

.phone-cta {
  align-self: end;
  padding: 10px;
  color: #fff;
  background: var(--red);
  border-radius: 12px;
  text-align: center;
  font-weight: 900;
}

.signal-card {
  position: absolute;
  left: 8px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 230px;
  padding: 13px;
  border-radius: 18px;
  animation: signalSlide 5.8s ease-in-out infinite;
}

.signal-card strong,
.signal-card p {
  margin: 0;
}

.signal-card p {
  color: var(--muted);
  font-size: 0.82rem;
}

.signal-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(255, 18, 52, 0.14);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 18, 52, 0.18);
  border-radius: 999px;
  pointer-events: none;
}

.orbit-one {
  inset: 24px 44px 56px 18px;
  transform: rotate(-14deg);
}

.orbit-two {
  inset: 74px 8px 20px 74px;
  transform: rotate(18deg);
}

.impact-section {
  padding-top: 48px;
}

.impact-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(252px, 82%);
  gap: 14px;
  max-width: 100%;
  padding-bottom: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  touch-action: pan-x pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.impact-track::-webkit-scrollbar {
  display: none;
}

.impact-card {
  position: relative;
  min-height: 232px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px;
  background:
    linear-gradient(145deg, rgba(255, 18, 52, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 22px;
  scroll-snap-align: center;
  overflow: hidden;
}

.impact-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -35% 15%;
  height: 90px;
  background: radial-gradient(circle, rgba(255, 18, 52, 0.24), transparent 68%);
}

.impact-card svg {
  width: 24px;
  height: 24px;
  color: var(--red);
  filter: drop-shadow(0 0 10px rgba(255, 18, 52, 0.3));
}

.impact-card span {
  position: absolute;
  top: 14px;
  right: 16px;
  color: var(--red);
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  opacity: 0.78;
  text-shadow: 0 0 18px rgba(255, 18, 52, 0.22);
}

.impact-card h3,
.service-row h3,
.print-card h3 {
  margin: 0;
}

.services-section {
  background:
    url("assets/bg-motoriza-grid.svg") center / cover no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    #08101e;
  border-block: 1px solid rgba(255, 255, 255, 0.07);
}

.split-heading {
  gap: 16px;
}

.split-heading > p {
  align-self: end;
}

.pricing-grid {
  display: grid;
  gap: 14px;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  padding: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032)),
    #09111f;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.price-card > .btn,
.service-row > .btn {
  width: 100%;
  min-height: 56px;
  padding-inline: 22px;
  margin-top: auto;
}

.service-thumb {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 52px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22), 0 0 24px rgba(255, 18, 52, 0.08);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.service-thumb-small {
  width: 62px;
  height: 46px;
  margin-bottom: 0;
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--red), transparent);
}

.price-card::after {
  content: "";
  position: absolute;
  inset: -25% -25% auto auto;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(255, 18, 52, 0.2), transparent 62%);
  transition: transform 360ms ease;
}

.price-card:hover,
.price-card:focus-within,
.service-row:hover,
.about-card:hover,
.split-banner:hover,
.restaurant-card:hover,
.print-card:hover,
.contact-actions a:hover,
.footer-links a:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 18, 52, 0.38);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.price-card:hover::after {
  transform: translate3d(-16px, 18px, 0);
}

.price-card:hover .service-thumb,
.service-row:hover .service-thumb,
.benefit-card:hover .service-thumb,
.print-card:hover .service-thumb {
  border-color: rgba(255, 18, 52, 0.4);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26), 0 0 28px rgba(255, 18, 52, 0.16);
  transform: translateY(-3px) rotate(-2deg);
}

.price-card.featured {
  background:
    linear-gradient(145deg, rgba(255, 18, 52, 0.2), rgba(255, 255, 255, 0.065) 44%, rgba(255, 255, 255, 0.035)),
    #0d1321;
  border-color: rgba(255, 18, 52, 0.48);
}

.badge {
  width: fit-content;
  padding: 7px 10px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge-soft {
  color: #ffd8de;
  background: rgba(255, 18, 52, 0.16);
  border: 1px solid rgba(255, 18, 52, 0.38);
}

.card-top p {
  margin: 0 0 6px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-top h3 {
  margin: 0;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 1.35rem;
  line-height: 1.08;
}

.price {
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(2.45rem, 13vw, 3.85rem);
  font-weight: 700;
  line-height: 0.9;
}

.price-stack {
  display: grid;
  gap: 6px;
  align-content: start;
}

.old-price {
  width: fit-content;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.old-price s {
  color: rgba(255, 255, 255, 0.66);
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
}

.price span,
.service-row strong span {
  color: var(--muted);
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.price-card ul {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 0;
  margin: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 24px;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(255, 18, 52, 0.13);
}

.split-banner {
  position: relative;
  display: grid;
  gap: 20px;
  margin-top: 18px;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 18, 52, 0.2), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    #09111f;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}

.banner-copy {
  display: grid;
  gap: 12px;
}

.split-banner h3 {
  margin: 0;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(1.35rem, 5.8vw, 2.15rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.print-banner h3 {
  max-width: 560px;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.print-options {
  display: grid;
  gap: 12px;
}

.print-option-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 18, 52, 0.14), rgba(255, 255, 255, 0.045)),
    #0b1423;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
}

.print-option-card span {
  color: var(--red);
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255, 18, 52, 0.26);
}

.print-option-card h4 {
  margin: 0;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(1.1rem, 3.8vw, 1.45rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.print-option-card .btn {
  width: 100%;
}

.mini-stack {
  position: relative;
  min-height: 156px;
}

.mini-stack span {
  position: absolute;
  inset: 22px 12px auto;
  height: 96px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 18, 52, 0.9), rgba(255, 255, 255, 0.1)),
    #101827;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  transform: rotate(-7deg);
}

.mini-stack span:nth-child(2) {
  inset: 34px 36px auto 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 18, 52, 0.16)),
    #0b1423;
  transform: rotate(5deg);
}

.mini-stack span:nth-child(3) {
  inset: 58px 0 auto 42px;
  background: #f8f8fb;
  transform: rotate(-2deg);
}

.compact-section {
  padding-bottom: 50px;
}

.examples-section {
  display: grid;
  gap: 24px;
}

.project-grid {
  display: grid;
  gap: 14px;
}

.project-card {
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032)),
    #09111f;
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.project-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 18, 52, 0.38);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.project-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.project-copy {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.project-copy h3,
.detailing-banner h3,
.studio-main h3,
.studio-card h3 {
  margin: 0;
  font-family: "Space Grotesk", Manrope, sans-serif;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.project-copy h3 {
  font-size: clamp(1.35rem, 5vw, 1.9rem);
}

.project-copy p,
.detailing-banner p,
.studio-main p,
.studio-card p {
  margin: 0;
  color: var(--muted);
}

.detailing-banner {
  display: grid;
  gap: 18px;
  padding: 22px;
  background:
    radial-gradient(circle at 84% 10%, rgba(255, 18, 52, 0.22), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    #09111f;
  border: 1px solid var(--line);
  border-radius: 24px;
}

.detailing-banner h3 {
  max-width: 760px;
  font-size: clamp(1.45rem, 4.8vw, 2.15rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.service-list {
  display: grid;
  gap: 12px;
}

.benefit-grid {
  display: grid;
  gap: 12px;
}

.benefit-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 18, 52, 0.38);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.benefit-card h3 {
  margin: 0;
}

.benefit-card .service-thumb + svg,
.service-row .service-thumb + svg,
.print-card .service-thumb + svg {
  display: none;
}

.benefit-card svg {
  width: 20px;
  height: 20px;
  color: var(--red);
  filter: drop-shadow(0 0 8px rgba(255, 18, 52, 0.28));
}

.service-row {
  position: relative;
  display: grid;
  gap: 14px;
  height: 100%;
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.service-row > div {
  display: grid;
  gap: 8px;
}

.service-row svg,
.about-list svg,
.contact-actions svg,
.print-card svg {
  width: 20px;
  height: 20px;
  color: var(--red);
  filter: drop-shadow(0 0 8px rgba(255, 18, 52, 0.28));
}

.service-row strong {
  color: #fff;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.service-row .btn {
  width: 100%;
  min-height: 56px;
  margin-top: auto;
}

.intro-grid,
.contact-grid,
.page-hero {
  display: grid;
  gap: 24px;
}

.about-card {
  display: grid;
  gap: 24px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    #09111f;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.about-kicker {
  margin: 0 0 8px;
  color: var(--red);
  font-weight: 950;
}

.about-card h3 {
  margin: 0 0 14px;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(1.3rem, 4.8vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: #fff;
  font-weight: 950;
  border-bottom: 2px solid var(--red);
}

.about-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-studio {
  display: grid;
  gap: 24px;
}

.studio-grid {
  display: grid;
  gap: 12px;
}

.studio-main,
.studio-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.032)),
    #09111f;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.studio-main::after {
  content: "";
  position: absolute;
  inset: auto -14% -42% 16%;
  height: 150px;
  background: radial-gradient(circle, rgba(255, 18, 52, 0.22), transparent 68%);
}

.studio-label {
  width: fit-content;
  padding: 8px 11px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-main {
  display: grid;
  gap: 16px;
}

.studio-main h3 {
  max-width: 760px;
  font-size: clamp(1.65rem, 7vw, 3.1rem);
}

.studio-card {
  display: grid;
  gap: 12px;
}

.studio-card svg {
  width: 24px;
  height: 24px;
  color: var(--red);
  filter: drop-shadow(0 0 8px rgba(255, 18, 52, 0.28));
}

.studio-card h3 {
  font-size: 1.25rem;
}

.about-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 16px;
  font-weight: 800;
}

.restaurant-band {
  padding: 62px 0;
  background:
    url("assets/bg-motoriza-grid.svg") center / cover no-repeat,
    radial-gradient(circle at 12% 10%, rgba(255, 18, 52, 0.14), transparent 18rem),
    #07101d;
}

.restaurant-card {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    #09111f;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.restaurant-preview {
  display: grid;
  gap: 10px;
  width: min(220px, 62vw);
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 18, 52, 0.18), rgba(255, 255, 255, 0.045)),
    #07111f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.restaurant-preview .menu-pill {
  width: fit-content;
  padding: 8px 11px;
  color: #fff;
  background: rgba(255, 18, 52, 0.9);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.restaurant-preview strong {
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 1.25rem;
}

.restaurant-preview p {
  margin: 0;
  font-size: 0.85rem;
}

.menu-lines {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.menu-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.74), rgba(255, 18, 52, 0.42));
}

.menu-lines span:nth-child(2) {
  width: 74%;
}

.menu-lines span:nth-child(3) {
  width: 52%;
}

.contact-section {
  background:
    url("assets/bg-motoriza-motion.svg") center / cover no-repeat,
    radial-gradient(circle at 70% 0%, rgba(255, 18, 52, 0.17), transparent 24rem),
    #08101e;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.contact-grid-simple {
  align-items: center;
}

.contact-grid-form .contact-copy {
  order: 1;
}

.contact-grid-form .contact-actions {
  order: 2;
}

.contact-grid-form .contact-map {
  order: 3;
}

.contact-grid-form .form-card {
  order: 4;
}

.contact-actions {
  display: grid;
  gap: 10px;
}

.contact-actions a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 16px;
  font-weight: 950;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.contact-map {
  position: relative;
  min-height: 176px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032)),
    #09111f;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.contact-map iframe {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 176px;
  border: 0;
}

.contact-map.is-loaded iframe {
  display: block;
}

.contact-map.is-loaded .map-consent {
  display: none;
}

.map-consent {
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 176px;
  padding: 18px;
}

.map-consent p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.map-consent .map-title {
  color: #fff;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
}

.map-consent .btn {
  width: 100%;
  min-height: 46px;
}

.form-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    #09111f;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  gap: 12px;
}

.field {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 14px;
  font: inherit;
  font-weight: 700;
  outline: none;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.field select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%) calc(100% - 18px) 52% / 7px 7px no-repeat,
    linear-gradient(135deg, var(--muted) 50%, transparent 50%) calc(100% - 13px) 52% / 7px 7px no-repeat,
    rgba(255, 255, 255, 0.055);
}

.field select option {
  color: #0a1220;
  background: #fff;
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 18, 52, 0.56);
  box-shadow: 0 0 0 4px rgba(255, 18, 52, 0.12);
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(174, 184, 201, 0.72);
}

.form-card .btn {
  width: 100%;
}

.form-card .btn:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.form-status.is-success {
  color: #9ff0c3;
}

.form-status.is-error {
  color: #ff9aac;
}

.site-footer {
  padding: 58px 0 28px;
  background:
    radial-gradient(circle at 84% 0%, rgba(255, 18, 52, 0.13), transparent 18rem),
    linear-gradient(180deg, #07101d 0%, #02050d 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  gap: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 26px;
}

.footer-brand {
  display: inline-flex;
  width: fit-content;
}

.footer-brand img {
  width: min(132px, 44vw);
  height: auto;
}

.footer-copy {
  display: grid;
  gap: 8px;
}

.site-footer h2 {
  margin: 0;
  font-family: "Space Grotesk", Manrope, sans-serif;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.footer-actions {
  display: grid;
  gap: 14px;
}

.footer-links,
.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links a,
.legal-links a {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.legal-links a {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.86rem;
  font-weight: 800;
}

.legal-links a:hover {
  color: #fff;
}

@media (max-width: 759px) {
  .legal-links {
    display: block;
    line-height: 1.85;
  }

  .legal-links a {
    display: inline;
    padding: 0;
    color: rgba(174, 184, 201, 0.86);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 0.78rem;
    font-weight: 700;
  }

  .legal-links a:not(:last-child)::after {
    content: " ·";
    margin: 0 5px 0 7px;
    color: rgba(174, 184, 201, 0.58);
  }
}

.copyright {
  width: min(1120px, calc(100% - 32px));
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.page-hero {
  position: relative;
  min-height: auto;
  align-content: center;
  padding-top: calc(var(--header-height) + 46px);
  padding-bottom: 38px;
  isolation: isolate;
  overflow: hidden;
}

.page-hero.section-shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: max(16px, calc((100% - 1120px) / 2));
}

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

.page-hero::before {
  background:
    url("assets/bg-motoriza-motion.svg") center top / 100% auto repeat-y,
    radial-gradient(circle at 18% 38%, rgba(255, 18, 52, 0.24), transparent 20rem),
    radial-gradient(circle at 72% 14%, rgba(255, 18, 52, 0.16), transparent 18rem),
    linear-gradient(112deg, rgba(255, 18, 52, 0.1), transparent 38%),
    #07101d;
}

.page-hero::after {
  background: linear-gradient(180deg, rgba(2, 5, 13, 0.2), rgba(7, 16, 29, 0.84));
}

.page-hero-simple {
  grid-template-columns: 1fr;
}

.page-hero + .section {
  padding-top: 42px;
}

.page-hero-content {
  display: grid;
  gap: 18px;
  max-width: 760px;
  min-width: 0;
}

.page-hero h1 {
  max-width: 13ch;
  font-size: clamp(2.05rem, 7.6vw, 4.15rem);
}

.page-hero p {
  max-width: 640px;
  font-size: 1.03rem;
}

.print-grid {
  display: grid;
  gap: 12px;
}

.print-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

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

.legal-content,
.legal-placeholder {
  max-width: 860px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    #09111f;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.legal-content {
  display: grid;
  gap: 14px;
}

.legal-content h2,
.legal-placeholder h2 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(1.45rem, 5vw, 2.1rem);
}

.legal-content h3 {
  margin: 22px 0 4px;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(1.18rem, 4.2vw, 1.58rem);
}

.legal-content h4 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 1rem;
}

.legal-content p,
.legal-content li,
.legal-placeholder p {
  margin: 0;
  color: var(--muted);
}

.legal-content ul,
.legal-content ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
}

.legal-content a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 18, 52, 0.72);
  text-underline-offset: 4px;
}

.cookie-consent {
  position: fixed;
  z-index: 80;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: none;
  color: var(--ink);
}

.cookie-consent.is-visible {
  display: block;
}

.cookie-panel {
  width: min(920px, 100%);
  max-height: calc(100vh - 32px);
  margin-left: auto;
  padding: 18px;
  overflow: auto;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.055)),
    #09111f;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

.cookie-panel h2 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(1.2rem, 5vw, 1.65rem);
}

.cookie-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.cookie-text {
  display: grid;
  gap: 8px;
}

.cookie-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.cookie-actions .btn {
  min-height: 48px;
}

.cookie-preferences {
  display: none;
  gap: 10px;
  margin-top: 16px;
}

.cookie-consent.is-customizing .cookie-preferences {
  display: grid;
}

.cookie-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.cookie-option input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--red);
}

.cookie-option strong {
  display: block;
  margin-bottom: 3px;
}

.cookie-link {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255, 18, 52, 0.72);
  text-underline-offset: 4px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.has-reveal .reveal {
  opacity: 0;
  transform: translate3d(var(--reveal-x, 0), 28px, 0) scale(0.98);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.has-reveal .hero .reveal,
.has-reveal .page-hero .reveal {
  opacity: 1;
  transform: none;
  transition-delay: 0ms;
}

.has-reveal .reveal.is-visible,
.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes heroSweep {
  0%,
  46% {
    transform: translateX(-30%) skewX(-18deg);
    opacity: 0;
  }
  58% {
    opacity: 1;
  }
  86%,
  100% {
    transform: translateX(410%) skewX(-18deg);
    opacity: 0;
  }
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow: 0 18px 48px rgba(255, 18, 52, 0.28);
  }
  50% {
    box-shadow: 0 18px 62px rgba(255, 18, 52, 0.45);
  }
}

@keyframes btnGlowSweep {
  0%,
  46% {
    left: -76%;
    opacity: 0;
  }
  58% {
    opacity: 0.9;
  }
  82%,
  100% {
    left: 125%;
    opacity: 0;
  }
}

@keyframes markDrive {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}

@keyframes floatPanel {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

@keyframes floatPhone {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 12px;
  }
}

@keyframes signalSlide {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}

@keyframes barLoad {
  from {
    transform: scaleX(0.35);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 520px) {
  .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 210px));
  }

  .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .impact-track {
    grid-auto-columns: minmax(270px, 44%);
  }

  .pricing-grid,
  .benefit-grid,
  .print-grid,
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-row {
    grid-template-columns: 1fr auto auto;
    align-items: center;
  }

  .service-row .btn {
    width: auto;
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cookie-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 760px) {
  :root {
    --header-height: 80px;
  }

  .section {
    padding: 100px 0;
  }

  .site-header {
    padding-inline: 24px;
  }

  .brand-mark {
    width: 50px;
    height: 24px;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    z-index: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    max-height: none;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
    visibility: visible;
  }

  .site-nav a {
    padding: 10px 11px;
    background: transparent;
    border-color: transparent;
    border-radius: 12px;
    font-size: 0.9rem;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--line);
  }

  .hero {
    min-height: 760px;
    padding-top: calc(var(--header-height) + 70px);
    padding-bottom: 84px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(310px, 0.75fr);
    align-items: center;
    gap: 48px;
  }

  .hero h1 {
    max-width: 12.8ch;
    font-size: clamp(3.55rem, 5vw, 4.85rem);
  }

  .hero-visual {
    min-height: 520px;
  }

  .dashboard-card {
    right: 42px;
    padding: 22px;
  }

  .phone-mockup {
    width: 210px;
  }

  .signal-card {
    bottom: 70px;
  }

  .impact-track {
    grid-auto-flow: initial;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-inline: 0;
    padding: 0;
    overflow: visible;
  }

  .split-heading {
    grid-template-columns: 1fr minmax(260px, 0.52fr);
    align-items: end;
  }

  .print-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-banner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .print-banner {
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  }

  .detailing-banner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .restaurant-card {
    grid-template-columns: minmax(0, 1fr) minmax(190px, 260px);
    align-items: center;
  }

  .restaurant-card .restaurant-preview {
    order: 2;
  }

  .restaurant-card > div:not(.restaurant-preview) {
    order: 1;
  }

  .restaurant-card > .btn {
    order: 3;
    grid-column: 1;
    width: fit-content;
  }

  .intro-grid,
  .contact-grid,
  .page-hero {
    grid-template-columns: 0.82fr 1.18fr;
    align-items: start;
  }

  .page-hero-simple {
    grid-template-columns: 1fr;
  }

  .page-hero h1 {
    max-width: 840px;
  }

  .about-card {
    padding: 30px;
  }

  .benefit-grid,
  .print-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .studio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .studio-main {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: minmax(140px, 0.42fr) minmax(260px, 1fr) minmax(280px, auto);
    align-items: center;
    padding: 30px;
  }

  .footer-actions {
    justify-items: end;
  }

  .footer-links,
  .legal-links {
    justify-content: flex-end;
  }
}

@media (min-width: 1040px) {
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .price-card {
    min-height: 430px;
    padding: 24px;
  }

  .price-card:nth-child(5) {
    grid-column: span 1;
  }

  .service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-row {
    display: flex;
    flex-direction: column;
    min-height: 302px;
    padding: 24px;
  }

  .service-row > div {
    min-height: 120px;
  }

  .service-row strong {
    margin-top: 0;
  }

  .service-row .btn {
    width: 100%;
    margin-top: auto;
  }

  .intro-grid,
  .contact-grid {
    grid-template-columns: 0.86fr 1.14fr;
    gap: 56px;
  }

  .about-card {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 32px;
    padding: 34px;
  }

  .contact-actions-large {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-grid-form {
    grid-template-columns: minmax(0, 0.82fr) minmax(390px, 1fr);
    align-items: start;
  }

  .contact-grid-form .form-card {
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  .contact-grid-form .contact-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .contact-grid-form .contact-actions {
    grid-column: 1;
    grid-row: 2;
  }

  .contact-grid-form .contact-actions-large {
    grid-template-columns: 1fr;
  }

  .contact-grid-form .contact-map {
    grid-column: 1;
    grid-row: 3;
  }

  .contact-map,
  .contact-map iframe,
  .map-consent {
    min-height: 190px;
  }

  .page-hero {
    min-height: 580px;
    padding-top: 126px;
    padding-bottom: 64px;
  }

  .page-hero h1 {
    font-size: clamp(3rem, 4.3vw, 4.25rem);
    line-height: 0.98;
  }
}

@media (min-width: 1280px) {
  .section-shell,
  .copyright {
    width: min(1200px, calc(100% - 96px));
  }

  .page-hero.section-shell {
    padding-inline: max(48px, calc((100% - 1200px) / 2));
  }

  .hero h1 {
    font-size: 5.05rem;
  }
}

@media (max-width: 390px) {
  .section-shell,
  .copyright {
    width: min(100% - 28px, 1120px);
  }

  .hero h1 {
    font-size: clamp(2.2rem, 10.6vw, 2.8rem);
  }

  .phone-mockup {
    width: 158px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
