:root {
  --red: #f71920;
  --red-dark: #b70f14;
  --ink: #101010;
  --muted: #626262;
  --line: #e7e7e7;
  --soft: #f6f6f6;
  --white: #ffffff;
  --shadow: 0 16px 38px rgba(0, 0, 0, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html,
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
  min-height: 720px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 18%, rgba(255,255,255,.16), transparent 19rem),
    linear-gradient(105deg, rgba(0,0,0,.97) 0%, rgba(12,12,12,.9) 48%, rgba(0,0,0,.68) 100%),
    url("assets/food/plate.webp") center right / cover;
  overflow: hidden;
}

.nav {
  width: min(1280px, calc(100% - 44px));
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 5;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  letter-spacing: 0;
}

.brand span { text-shadow: 0 4px 12px rgba(0,0,0,.4); }
.brand strong {
  background: var(--red);
  padding: 5px 7px 6px;
  border-radius: 2px;
  font-size: .62em;
  line-height: 1;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 34px;
  font-weight: 700;
  font-size: .92rem;
}

.nav-links a { opacity: .92; }
.nav-links a:hover { color: var(--red); opacity: 1; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  background: linear-gradient(180deg, #ff242a, #df1118);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(247, 25, 32, .34);
}

.btn svg { width: 18px; height: 18px; stroke-width: 3; }
.btn-small { min-height: 42px; padding-inline: 18px; font-size: .9rem; }
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 6px;
  color: var(--white);
  background: rgba(255,255,255,.08);
}

.hero {
  width: min(1280px, calc(100% - 44px));
  margin: 0 auto;
  padding: 8px 0 28px;
  display: grid;
  grid-template-columns: minmax(390px, .82fr) minmax(600px, 1.18fr);
  align-items: center;
  gap: 26px;
}

.eyebrow {
  color: #ffdbdc;
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  margin: 8px 0 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(4.15rem, 6.7vw, 6.15rem);
  line-height: .86;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 span { color: var(--red); font-size: 1.12em; }
.hero h2 {
  margin: 10px 0 12px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  text-transform: uppercase;
  letter-spacing: 0;
}

.lead {
  max-width: 560px;
  font-size: 1rem;
  line-height: 1.5;
}

.hero-benefits {
  display: grid;
  gap: 10px;
  margin: 18px 0 20px;
}

.hero-benefits article {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-benefits i,
.hero-benefits svg {
  width: 40px;
  height: 40px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: var(--white);
}

.hero-benefits strong { display: block; font-size: .98rem; }
.hero-benefits span { display: block; margin-top: 3px; color: #ededed; font-size: .86rem; }
.btn-hero { text-transform: uppercase; }

.hero-stage {
  min-height: 500px;
  position: relative;
}

.hero-photo {
  min-height: 470px;
  display: grid;
  align-items: center;
}

.hero-photo img {
  width: min(780px, 112%);
  border-radius: 14px;
  filter: drop-shadow(0 34px 44px rgba(0,0,0,.58));
  transform: translate(12px, 6px);
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 42px 8px 24px;
  background: radial-gradient(circle at 55% 50%, rgba(255,255,255,.18), transparent 44%);
  pointer-events: none;
}

.mockup {
  border: 8px solid #d9d9d9;
  background: #f8f8f8;
  color: var(--ink);
  box-shadow: 0 28px 52px rgba(0,0,0,.55);
}

.desktop {
  position: absolute;
  top: 58px;
  right: 106px;
  width: min(520px, 72%);
  border-radius: 14px 14px 6px 6px;
}

.desktop::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -72px;
  width: 148px;
  height: 72px;
  transform: translateX(-50%);
  background: linear-gradient(#c9c9c9, #777);
  clip-path: polygon(34% 0, 66% 0, 80% 100%, 20% 100%);
}

.desktop::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -88px;
  width: 238px;
  height: 18px;
  transform: translateX(-50%);
  background: #b7b7b7;
  border-radius: 50%;
}

.mockup-top {
  height: 20px;
  background: #202020;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 9px;
}

.mockup-top span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}

.appbar {
  height: 30px;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  font-size: .68rem;
}

.appbar em { font-style: normal; opacity: .85; }
.pos-grid {
  display: grid;
  grid-template-columns: 80px 1fr 112px;
  min-height: 254px;
}

.pos-grid aside {
  padding: 10px 8px;
  background: #f1f1f1;
  display: grid;
  gap: 8px;
  align-content: start;
  font-size: .62rem;
  font-weight: 800;
  color: #555;
}

.pos-grid aside span {
  padding: 7px 6px;
  border-radius: 4px;
  background: #fff;
}

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

.pos-grid main img {
  width: 100%;
  height: 86px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}

.pos-grid section {
  padding: 12px;
  background: #fff;
  border-left: 1px solid var(--line);
  font-size: .76rem;
}

.pos-grid button {
  width: 100%;
  height: 30px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--red);
  font-weight: 800;
}

.tablet {
  position: absolute;
  left: 18px;
  bottom: 78px;
  width: 330px;
  padding: 14px;
  border-width: 7px;
  border-color: #171717;
  border-radius: 18px;
}

.ticket-row {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 9px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  font-size: .78rem;
}

.ticket-row img {
  width: 54px;
  height: 42px;
  object-fit: cover;
  border-radius: 6px;
}

.ticket-row b { color: var(--red); }
.printer,
.scanner {
  position: absolute;
  bottom: 46px;
  background: linear-gradient(145deg, #050505, #2b2b2b);
  box-shadow: 0 18px 32px rgba(0,0,0,.52);
}

.printer {
  right: 250px;
  width: 126px;
  height: 92px;
  border-radius: 14px 14px 8px 8px;
}

.printer::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 16px;
  width: 80px;
  height: 14px;
  background: #050505;
  border-radius: 20px;
}

.scanner {
  right: 130px;
  width: 86px;
  height: 132px;
  border-radius: 42px 42px 18px 18px;
}

.scanner::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -38px;
  width: 48px;
  height: 58px;
  background: #171717;
  transform: skewX(-12deg);
  border-radius: 8px;
}

.kiosk {
  position: absolute;
  right: 0;
  top: 22px;
  width: 138px;
  min-height: 330px;
  padding: 13px 10px;
  border-radius: 12px 12px 4px 4px;
  border: 8px solid #e7e7e7;
  background: #111;
  color: #fff;
  text-align: center;
  transform: rotate(-3deg);
  box-shadow: 0 22px 45px rgba(0,0,0,.48);
}

.kiosk img {
  height: 108px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.kiosk strong {
  display: block;
  margin: 15px 0 6px;
  font-size: 1.28rem;
}

.kiosk span {
  display: block;
  color: #eee;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.kiosk::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -88px;
  width: 118px;
  height: 82px;
  transform: translateX(-50%);
  background: linear-gradient(#ddd, #aaa);
  clip-path: polygon(22% 0, 78% 0, 100% 100%, 0 100%);
  z-index: -1;
}

.seal {
  position: absolute;
  top: 66px;
  left: 54px;
  width: 94px;
  height: 94px;
  border: 2px dashed rgba(255,255,255,.85);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: .58rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  transform: rotate(-12deg);
}

.seal strong { font-size: 1.55rem; }
.section {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 32px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

.section-title h2,
.brands h2,
.why h2 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 2.65rem);
  text-transform: uppercase;
  letter-spacing: 0;
}

.section-title span,
.brands span,
.why-card strong { color: var(--red); }
.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.solution-grid article,
.plan {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.solution-grid article {
  position: relative;
  min-height: 196px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.solution-grid article::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, transparent 18%, rgba(247,25,32,.92), rgba(255,255,255,.9), transparent 82%);
  opacity: 0;
  transition: opacity .35s ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.solution-grid article::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -75%;
  width: 58%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
  opacity: 0;
  transform: rotate(24deg);
  transition: left .7s ease, opacity .35s ease;
  pointer-events: none;
}

.solution-grid article:hover {
  border-color: rgba(247,25,32,.55);
  transform: translateY(-10px) perspective(900px) rotateX(2deg);
  box-shadow: 0 22px 46px rgba(247,25,32,.2), 0 18px 36px rgba(0,0,0,.14);
}

.solution-grid article:has(.solution-link:hover),
.solution-grid article:has(.solution-link:focus-visible) {
  border-color: rgba(247,25,32,.55);
  transform: translateY(-10px) perspective(900px) rotateX(2deg);
  box-shadow: 0 22px 46px rgba(247,25,32,.2), 0 18px 36px rgba(0,0,0,.14);
}

.solution-grid article:hover::before {
  opacity: 1;
}

.solution-grid article:has(.solution-link:hover)::before,
.solution-grid article:has(.solution-link:focus-visible)::before {
  opacity: 1;
}

.solution-grid article:hover::after {
  left: 118%;
  opacity: .72;
}

.solution-grid article:has(.solution-link:hover)::after,
.solution-grid article:has(.solution-link:focus-visible)::after {
  left: 118%;
  opacity: .72;
}

.solution-link {
  position: relative;
  z-index: 1;
  min-height: 196px;
  padding: 22px 16px 18px;
  display: grid;
  align-content: start;
  color: inherit;
}

.solution-link::after {
  content: "→";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-weight: 900;
  opacity: 0;
  transform: translate(-8px, 8px) scale(.82);
  transition: opacity .3s ease, transform .3s ease;
}

.solution-grid article:hover .solution-link::after {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.solution-link:hover::after,
.solution-link:focus-visible::after {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.solution-grid svg {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  padding: 12px;
  border-radius: 8px;
  color: var(--red);
  background: #fff3f3;
  transition: transform .35s ease, color .35s ease, background .35s ease, box-shadow .35s ease;
}

.solution-grid article:hover svg {
  color: #fff;
  background: var(--red);
  transform: translateY(-4px) scale(1.08) rotate(-4deg);
  box-shadow: 0 14px 28px rgba(247,25,32,.32);
}

.solution-link:hover svg,
.solution-link:focus-visible svg {
  color: #fff;
  background: var(--red);
  transform: translateY(-4px) scale(1.08) rotate(-4deg);
  box-shadow: 0 14px 28px rgba(247,25,32,.32);
}

.solution-grid h3 {
  margin: 0 0 8px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.solution-grid p {
  margin: 0;
  color: #242424;
  font-size: .88rem;
  line-height: 1.42;
}

.brands {
  margin-top: 12px;
  padding: 28px max(22px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 28px;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(0,0,0,.97), rgba(17,17,17,.95)),
    url("assets/food/pizza.webp") center / cover;
}

.brands p {
  max-width: 560px;
  margin: 8px 0 0;
  line-height: 1.5;
}

.brand-carousel {
  overflow: hidden;
  padding: 8px 0;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.brand-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 18px;
  animation: brand-scroll 24s linear infinite;
}

.brand-carousel:hover .brand-track {
  animation-play-state: paused;
}

.brand-track img {
  width: 178px;
  height: 96px;
  object-fit: contain;
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 12px 24px rgba(0,0,0,.32);
  background: #fff;
}

@keyframes brand-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

.plans { padding-top: 28px; }

.pricing-header {
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgba(247,25,32,.34), transparent 24rem),
    linear-gradient(115deg, #080808 0%, #161616 58%, #3a080a 100%);
}

.pricing-hero {
  width: min(1180px, calc(100% - 44px));
  min-height: 300px;
  margin: 0 auto;
  padding: 48px 0 58px;
  display: flex;
  align-items: center;
}

.pricing-hero h1 {
  margin: 0 0 12px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  line-height: .92;
  text-transform: uppercase;
}

.pricing-hero h1 span,
.pricing-hero .report-kicker {
  color: var(--red);
}

.pricing-hero p:last-child {
  max-width: 720px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.55;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.plan {
  position: relative;
  padding: 24px 28px 28px;
  overflow: hidden;
  isolation: isolate;
  transform: translateY(0);
  transition:
    transform .34s cubic-bezier(.2,.9,.2,1),
    box-shadow .34s ease,
    border-color .34s ease,
    background .34s ease;
}

.plan::before,
.plan::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.plan::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(247,25,32,.18), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0) 22%, rgba(255,255,255,.9) 42%, rgba(255,255,255,0) 62%);
  opacity: 0;
  transform: translateX(-70%) skewX(-18deg);
  transition: opacity .34s ease, transform .7s cubic-bezier(.2,.9,.2,1);
}

.plan::after {
  top: 0;
  left: 18px;
  right: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--red), #ffb3b6, var(--red), transparent);
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .3s ease, transform .35s ease;
}

.plan:hover {
  transform: translateY(-12px) scale(1.015);
  border-color: rgba(247,25,32,.58);
  background: linear-gradient(180deg, #fff 0%, #fff7f7 100%);
  box-shadow:
    0 28px 58px rgba(247,25,32,.18),
    0 18px 34px rgba(0,0,0,.15);
}

.plan:hover::before {
  opacity: 1;
  transform: translateX(72%) skewX(-18deg);
}

.plan:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.plan:hover h3 {
  color: var(--red);
}

.plan:hover li::before {
  color: var(--red);
}

.plan h3 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.65rem;
  text-align: center;
  text-transform: uppercase;
  transition: color .25s ease, transform .25s ease;
}

.plan p {
  min-height: 38px;
  margin: 4px 0 16px;
  text-align: center;
  color: #3a3a3a;
  font-size: .86rem;
}

.enterprise-plan {
  border-color: rgba(201, 150, 31, .48);
  background:
    linear-gradient(180deg, #fff 0%, #fffaf0 100%);
  box-shadow:
    0 18px 42px rgba(201,150,31,.14),
    0 12px 24px rgba(0,0,0,.08);
}

.enterprise-plan h3 {
  margin: -24px -28px 8px;
  padding: 12px 28px;
  color: #1f1608;
  background: linear-gradient(135deg, #9c6b00 0%, #ffd66b 42%, #fff0a8 54%, #c58a13 100%);
  text-shadow: 0 1px 0 rgba(255,255,255,.42);
}

.enterprise-plan::after {
  background: linear-gradient(90deg, transparent, #b98510, #ffe08a, #b98510, transparent);
}

.enterprise-plan:hover {
  border-color: rgba(201,150,31,.72);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,216,125,.24), transparent 44%),
    linear-gradient(180deg, #fff 0%, #fff6dc 100%);
  box-shadow:
    0 30px 62px rgba(201,150,31,.22),
    0 18px 34px rgba(0,0,0,.15);
}

.enterprise-plan:hover li::before {
  color: #b98510;
}

.enterprise-plan:hover h3 {
  color: #1f1608;
}

.enterprise-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  margin: -4px 0 10px;
}

.enterprise-logos img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border: 1px solid rgba(201,150,31,.24);
  border-radius: 999px;
  padding: 4px;
  background: #fff;
  box-shadow: 0 5px 12px rgba(0,0,0,.08);
}

.plan strong {
  display: block;
  min-height: 70px;
  margin-bottom: 14px;
  text-align: center;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.05;
}

.plan small {
  display: block;
  font-size: .82rem;
  font-weight: 700;
}

.plan em {
  display: block;
  min-height: 38px;
  margin: -4px 0 16px;
  color: #6a1d24;
  font-size: .78rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.plan ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: .88rem;
}

.plan li {
  position: relative;
  padding-left: 22px;
}

.plan li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #039b31;
  font-weight: 900;
  transition: color .25s ease;
}

.plan a,
.plan-buy {
  display: grid;
  place-items: center;
  height: 42px;
  width: 100%;
  border-radius: 5px;
  border: 0;
  background: #151515;
  color: #fff;
  font-family: inherit;
  font-weight: 900;
  font-size: .86rem;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.plan-buy:hover {
  transform: translateY(-2px);
  background: var(--red);
  box-shadow: 0 12px 24px rgba(247,25,32,.24);
}

.plan .usd-price {
  display: block;
  margin-top: 7px;
  color: #f71920;
  font-size: .86rem;
  font-weight: 900;
}

.featured {
  border-color: var(--red);
  box-shadow: 0 18px 38px rgba(247,25,32,.18);
}

.featured h3 {
  margin: -24px -28px 8px;
  padding: 12px 28px;
  color: #fff;
  background: var(--red);
}

.featured:hover h3 {
  color: #fff;
  text-shadow: 0 0 18px rgba(255,255,255,.35);
}

.featured a,
.featured .plan-buy { background: var(--red); }

.enterprise-plan .plan-buy {
  position: relative;
  overflow: hidden;
  color: #17100a;
  background: linear-gradient(135deg, #9c6b00 0%, #ffd66b 38%, #fff0a8 52%, #c58a13 100%);
  box-shadow: 0 12px 24px rgba(201,150,31,.28);
}

.enterprise-plan .plan-buy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 24%, rgba(255,255,255,.78) 48%, transparent 68%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.enterprise-plan .plan-buy:hover {
  background: linear-gradient(135deg, #805300 0%, #f6bd38 38%, #fff0a8 52%, #b57808 100%);
  box-shadow: 0 16px 30px rgba(201,150,31,.38);
}

.enterprise-plan .plan-buy:hover::before {
  transform: translateX(120%);
}
.ribbon {
  position: absolute;
  top: 18px;
  right: -40px;
  width: 145px;
  height: 26px;
  display: grid;
  place-items: center;
  transform: rotate(45deg);
  background: #ff5a5f;
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.why {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto 10px;
  padding: 24px 28px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1.45fr .9fr;
  gap: 28px;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #e71319, #ff252b);
}

.why-icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.why-icons h2 {
  grid-column: 1 / -1;
}

.why-icons article {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
  font-size: .78rem;
  line-height: 1.35;
}

.why-icons svg {
  width: 40px;
  height: 40px;
  stroke-width: 2.4;
}

.why-card {
  min-height: 118px;
  padding: 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  color: #171717;
}

.why-card svg {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  color: var(--red);
}

.why-card p {
  margin: 0;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.contact-section {
  padding-top: 28px;
  padding-bottom: 36px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 28px;
  align-items: stretch;
}

.contact-copy {
  padding: 30px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(0,0,0,.94), rgba(25,25,25,.88)),
    url("assets/food/burger.webp") center / cover;
}

.contact-copy h2 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: .95;
  text-transform: uppercase;
}

.contact-copy p {
  margin: 0;
  max-width: 430px;
  line-height: 1.55;
  color: #f1f1f1;
}

.contact-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-points article {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.contact-points svg {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
}

.contact-form {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.1);
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form label span {
  font-size: .84rem;
  font-weight: 900;
  color: #202020;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: #fafafa;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--red);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(247,25,32,.12);
}

.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-form .full,
.contact-form .form-status,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.form-status {
  display: none;
  padding: 12px 14px;
  border-radius: 6px;
  font-weight: 800;
}

.form-status.is-success {
  display: block;
  color: #075c24;
  background: #e9f8ee;
  border: 1px solid #bde9c9;
}

.form-status.is-error {
  display: block;
  color: #8e1116;
  background: #fff0f1;
  border: 1px solid #ffc9cc;
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.report-header {
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(255,255,255,.16), transparent 20rem),
    linear-gradient(105deg, rgba(0,0,0,.97), rgba(12,12,12,.88)),
    url("assets/food/plate.webp") center right / cover;
}

.report-hero {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 58px 0 70px;
  display: grid;
  grid-template-columns: .95fr .75fr;
  gap: 34px;
  align-items: center;
}

.report-hero h1 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: .9;
  text-transform: uppercase;
}

.report-hero h1 span,
.report-hero .report-kicker,
.report-section h2 span {
  color: var(--red);
}

.report-kicker {
  margin: 0 0 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.report-hero p {
  margin: 0;
  max-width: 680px;
  font-size: 1.08rem;
  line-height: 1.58;
}

.report-card {
  padding: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,.95);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.report-card h2 {
  margin: 0 0 16px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 2.1rem;
  text-transform: uppercase;
}

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

.report-card li {
  position: relative;
  padding-left: 24px;
  line-height: 1.45;
}

.report-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #079333;
  font-weight: 900;
}

.report-media {
  margin: 0 0 26px;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  box-shadow: var(--shadow);
}

.report-media img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.report-media figcaption {
  padding: 14px 18px;
  color: #fff;
  background: #111;
  font-size: .9rem;
  font-weight: 800;
}

.report-section {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 42px 0;
}

.report-section h2 {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.report-lead {
  max-width: 860px;
  margin: 0 0 26px;
  color: #343434;
  font-size: 1.04rem;
  line-height: 1.65;
}

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

.report-grid article,
.metric-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.report-grid svg,
.metric-card svg {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  padding: 9px;
  border-radius: 8px;
  color: var(--red);
  background: #fff3f3;
}

.report-grid h3,
.metric-card h3 {
  margin: 0 0 8px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.report-grid p,
.metric-card p {
  margin: 0;
  color: #333;
  line-height: 1.55;
}

.process-list {
  display: grid;
  gap: 14px;
  counter-reset: process;
}

.process-list article {
  position: relative;
  padding: 20px 22px 20px 76px;
  border-left: 4px solid var(--red);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.07);
}

.process-list article::before {
  counter-increment: process;
  content: counter(process);
  position: absolute;
  left: 22px;
  top: 20px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-weight: 900;
}

.process-list h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}

.process-list p {
  margin: 0;
  color: #333;
  line-height: 1.55;
}

.report-cta {
  margin-top: 8px;
  padding: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
  background: linear-gradient(135deg, #e71319, #ff252b);
}

.report-cta h2 {
  margin-bottom: 6px;
}

.report-cta p {
  margin: 0;
}

.hosting-header {
  color: #fff;
  background:
    linear-gradient(105deg, rgba(0,0,0,.98) 0%, rgba(10,10,10,.86) 48%, rgba(0,0,0,.52) 100%),
    url("assets/hosting/servidores-dedicados-hero.png") center right / cover;
}

.hosting-hero {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 46px 0 54px;
  min-height: 460px;
  display: flex;
  align-items: center;
}

.hosting-hero h1 {
  margin: 0 0 12px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: .95;
  text-transform: uppercase;
}

.hosting-hero p {
  max-width: 720px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.55;
}

.hosting-hero strong {
  color: #ff4a4f;
}

.hosting-plans {
  padding-top: 34px;
}

.domain-search-section {
  margin-top: 0;
  padding-top: 38px;
}

.domain-search-section .section-title p {
  margin: 8px auto 0;
  max-width: 720px;
  color: #444;
  line-height: 1.55;
}

.domain-search {
  max-width: 820px;
  margin: 24px auto 12px;
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0,0,0,.1);
}

.domain-input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 8px;
  background: #f8f8f8;
}

.domain-input-wrap svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: var(--red);
}

.domain-input-wrap input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 1.02rem;
}

.domain-search button {
  border: 0;
  cursor: pointer;
}

.domain-results {
  max-width: 820px;
  min-height: 0;
  margin: 18px auto 0;
  display: grid;
  gap: 10px;
}

.domain-result {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.domain-result strong {
  display: block;
  font-size: 1.08rem;
}

.domain-result span {
  display: block;
  margin-top: 4px;
  color: #555;
  font-size: .9rem;
}

.domain-pill {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.domain-result.is-available {
  border-color: #bde9c9;
  background: #f4fff7;
}

.domain-result.is-available .domain-pill {
  color: #075c24;
  background: #c9f4d5;
}

.domain-result.is-taken {
  border-color: #ffc9cc;
  background: #fff7f7;
}

.domain-result.is-taken .domain-pill {
  color: #8e1116;
  background: #ffd9dc;
}

.domain-result.is-unknown .domain-pill {
  color: #5b4200;
  background: #ffecad;
}

.domain-loading {
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  font-weight: 900;
  background: #fff3f3;
  color: var(--red);
}

.billing-toggle {
  width: fit-content;
  margin: 0 auto 32px;
  padding: 5px;
  border-radius: 999px;
  display: flex;
  gap: 4px;
  background: #161616;
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}

.billing-toggle button {
  min-width: 92px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  text-align: center;
  font: inherit;
  font-weight: 900;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease, color .25s ease;
}

.billing-toggle button.is-active {
  color: #fff;
  background: var(--red);
  box-shadow: 0 8px 20px rgba(247,25,32,.32);
}

.billing-toggle button:hover {
  transform: translateY(-1px);
}

.billing-toggle small {
  font-weight: 900;
  color: #ffd7d8;
}

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

.hosting-plan {
  position: relative;
  padding: 38px 34px 32px;
  border: 1px solid #e7edf1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.08);
  overflow: visible;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.hosting-plan::before {
  content: "";
  position: absolute;
  inset: auto -30% -42% -30%;
  height: 55%;
  background: radial-gradient(circle, rgba(247,25,32,.16), transparent 62%);
  opacity: 0;
  transition: opacity .32s ease;
  pointer-events: none;
}

.hosting-plan:hover {
  transform: translateY(-10px);
  border-color: rgba(247,25,32,.45);
  box-shadow: 0 24px 52px rgba(247,25,32,.14), 0 20px 38px rgba(0,0,0,.12);
}

.hosting-plan:hover::before {
  opacity: 1;
}

.hosting-plan h2 {
  margin: 0 0 14px;
  color: #005b89;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
}

.hosting-plan > p {
  min-height: 38px;
  margin: 0 0 18px;
  text-align: center;
  color: #17313c;
}

.hosting-plan strong {
  display: block;
  margin-bottom: 7px;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 900;
}

.hosting-plan small {
  font-size: 1rem;
  font-weight: 800;
}

.hosting-plan .usd-price {
  display: block;
  margin-top: 6px;
  color: #555;
  font-size: .9rem;
}

.hosting-plan em {
  display: block;
  min-height: 20px;
  margin: 0 0 18px;
  text-align: center;
  color: var(--red);
  font-style: normal;
  font-weight: 900;
  font-size: .86rem;
}

.hosting-btn {
  height: 46px;
  margin: 0 auto 26px;
  width: 100%;
  border: 0;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: #171717;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  cursor: pointer;
}

.hosting-btn.primary {
  background: linear-gradient(180deg, #ff282e, #df1118);
}

.hosting-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(247,25,32,.28);
  background: var(--red);
}

.hosting-plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px;
}

.hosting-plan li {
  position: relative;
  padding-left: 26px;
  color: #18313a;
  line-height: 1.35;
}

.hosting-plan li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #087d32;
  font-weight: 900;
}

.hosting-plan li:first-child {
  padding-bottom: 14px;
  border-bottom: 1px solid #d9e1e5;
  color: #7b1e2e;
}

.featured-hosting {
  border-color: var(--red);
  box-shadow: 0 20px 46px rgba(247,25,32,.16);
}

.hosting-badge {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  padding: 10px 18px;
  border-radius: 999px;
  text-align: center;
  background: #ffe59b;
  color: #111;
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hosting-benefits {
  padding-top: 12px;
}

.purchase-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 22px;
}

.purchase-modal.is-open {
  display: grid;
}

.purchase-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(8px);
}

.purchase-dialog {
  position: relative;
  width: min(780px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  border-radius: 10px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
}

.purchase-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  cursor: pointer;
}

.purchase-close svg {
  width: 20px;
  height: 20px;
}

.purchase-summary {
  padding: 34px 28px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(0,0,0,.94), rgba(30,30,30,.88)),
    url("assets/hosting/servidores-dedicados-hero.png") center / cover;
}

.purchase-summary h2 {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 2.7rem;
  line-height: .95;
  text-transform: uppercase;
}

.purchase-summary strong,
.purchase-summary span {
  display: block;
}

.purchase-summary strong {
  font-size: 1.25rem;
}

.purchase-summary span {
  margin-top: 8px;
  color: #ffdbdc;
  font-weight: 900;
}

.purchase-form {
  padding: 34px 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.secure-payment {
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(0,91,137,.13);
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbff, #fff);
}

.secure-payment img {
  width: 118px;
  height: auto;
  display: block;
}

.secure-payment span {
  color: #17313c;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.35;
}

.purchase-summary .secure-payment {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 24px;
  padding: 12px;
  border-color: rgba(255,255,255,.42);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
}

.purchase-summary .secure-payment img {
  width: min(190px, 100%);
  border-radius: 6px;
}

.purchase-summary .secure-payment span {
  color: #17313c;
  font-size: .78rem;
}

.purchase-form label {
  display: grid;
  gap: 7px;
}

.purchase-form span {
  font-size: .84rem;
  font-weight: 900;
}

.purchase-form input,
.purchase-form textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 12px 13px;
  font: inherit;
  background: #fafafa;
  outline: 0;
}

.purchase-form input:focus,
.purchase-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(247,25,32,.12);
  background: #fff;
}

.purchase-form .full,
.paypal-area {
  grid-column: 1 / -1;
}

.modal-domain-check {
  display: grid;
  gap: 10px;
  margin-top: -6px;
}

.modal-domain-check button {
  width: fit-content;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(247,25,32,.28);
  border-radius: 7px;
  color: var(--red);
  background: #fff6f6;
  font: inherit;
  font-size: .84rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.modal-domain-check button:hover {
  transform: translateY(-1px);
  background: #fff;
  box-shadow: 0 8px 18px rgba(247,25,32,.16);
}

.modal-domain-results {
  display: grid;
  gap: 8px;
}

.modal-domain-results .domain-result {
  margin: 0;
  padding: 10px 12px;
  box-shadow: none;
}

.domain-loading.is-error {
  border-color: rgba(247,25,32,.22);
  color: #8c1419;
  background: #fff4f4;
}

.paypal-area {
  padding: 0 28px 30px;
}

.paypal-area p {
  margin: 0 0 14px;
  color: #333;
  font-weight: 800;
}

.paypal-area small {
  display: block;
  margin-top: 10px;
  color: #666;
  line-height: 1.45;
}

.footer {
  padding: 16px max(22px, calc((100% - 1180px) / 2));
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #101010;
  color: #fff;
}

.footer > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer svg {
  width: 42px;
  height: 42px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
}

.footer p { margin: 0; }
.footer strong,
.footer span { display: block; }
.footer strong { font-size: 1.15rem; }
.footer span { color: #ddd; }

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 10px;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
  border-color: #ed1c24;
  background: #ed1c24;
}

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-stage { min-height: auto; }
  .hero-photo { min-height: 420px; }
  .hero-photo img { width: min(900px, 100%); transform: none; }
  .desktop { right: 120px; width: 560px; max-width: calc(100% - 170px); }
  .tablet { left: 0; }
  .solution-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brands { grid-template-columns: 1fr; }
  .report-hero {
    grid-template-columns: 1fr;
  }
  .report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hosting-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .site-header { min-height: auto; }
  .nav {
    width: min(100% - 28px, 1180px);
    height: 68px;
  }

  .menu-toggle { display: grid; place-items: center; margin-left: auto; }
  .nav .btn-small { display: none; }
  .nav-links {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    display: none;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(10,10,10,.96);
  }

  .nav-links.is-open {
    display: grid;
    gap: 16px;
  }

  .hero {
    width: min(100% - 28px, 1180px);
    padding: 18px 0 36px;
  }

  .hero h1 { font-size: clamp(4.2rem, 19vw, 6rem); }
  .lead { font-size: 1rem; }
  .hero-stage {
    transform: none;
    margin-bottom: 0;
  }

  .hero-photo { min-height: auto; }
  .hero-photo img { border-radius: 10px; }

  .desktop {
    top: 32px;
    left: 50%;
    right: auto;
    width: 500px;
    max-width: 94vw;
    transform: translateX(-50%);
  }

  .tablet {
    left: 0;
    bottom: 80px;
    width: min(330px, 66vw);
  }

  .kiosk {
    right: -2px;
    top: 226px;
    width: 126px;
    min-height: 258px;
  }

  .kiosk img { height: 76px; }
  .printer { display: none; }
  .scanner { right: 152px; bottom: 44px; transform: scale(.82); }
  .seal { display: none; }
  .section { width: min(100% - 28px, 1180px); }
  .solution-grid,
  .plan-grid { grid-template-columns: 1fr; }
  .brand-track { gap: 12px; animation-duration: 18s; }
  .brand-track img { width: 142px; height: 78px; border-radius: 10px; padding: 8px 10px; }
  .why {
    width: min(100% - 28px, 1180px);
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }
  .why-icons { grid-template-columns: repeat(2, 1fr); }
  .contact-section {
    grid-template-columns: 1fr;
  }
  .report-hero {
    width: min(100% - 28px, 1180px);
    padding: 34px 0 44px;
  }
  .report-section {
    width: min(100% - 28px, 1180px);
    padding: 30px 0;
  }
  .report-grid {
    grid-template-columns: 1fr;
  }
  .report-cta {
    align-items: stretch;
    flex-direction: column;
  }
  .hosting-hero {
    width: min(100% - 28px, 1180px);
    padding: 34px 0 40px;
    min-height: auto;
  }
  .hosting-plan {
    padding: 32px 22px 26px;
  }
  .domain-search {
    grid-template-columns: 1fr;
  }
  .domain-search .btn {
    width: 100%;
  }
  .domain-result {
    align-items: flex-start;
    flex-direction: column;
  }
  .purchase-dialog {
    grid-template-columns: 1fr;
  }
  .purchase-summary,
  .purchase-form,
  .paypal-area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .purchase-form {
    grid-template-columns: 1fr;
  }
  .footer {
    flex-direction: column;
    align-items: stretch;
  }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .hero-stage {
    margin-inline: 0;
  }

  .hero-photo img { width: 110%; max-width: none; margin-left: -5%; }

  .pos-grid { grid-template-columns: 62px 1fr 92px; }
  .pos-grid main img { height: 68px; }
  .tablet { bottom: 66px; }
  .scanner { display: none; }
  .kiosk { top: 210px; right: 0; }
  .solution-grid article { min-height: auto; }
  .plan { padding-inline: 22px; }
  .why-icons { grid-template-columns: 1fr; }
  .contact-copy,
  .contact-form { padding: 20px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form button { width: 100%; }
  .footer > div { align-items: flex-start; }
}
.signage-header {
  background: #0f0f10;
  color: #fff;
  overflow: hidden;
}

.signage-header .nav {
  position: relative;
  z-index: 2;
}

.signage-header .brand span,
.signage-header .nav-links a {
  color: #fff;
}

.signage-hero {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  align-items: center;
  min-height: 650px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 64px clamp(24px, 5vw, 84px) 80px;
  gap: clamp(36px, 5vw, 80px);
}

.signage-hero-copy h1 {
  margin: 12px 0 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(56px, 6.2vw, 98px);
  line-height: .88;
  text-transform: uppercase;
}

.signage-hero-copy h1 span,
.signage-intro h2 span,
.signage-steps .section-title span {
  color: #ff1f2d;
}

.signage-hero-copy > p:not(.report-kicker) {
  max-width: 620px;
  color: #d8d8dc;
  font-size: 19px;
  line-height: 1.7;
}

.signage-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}

.signage-secondary {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.signage-hero-media {
  position: relative;
  margin: 0;
}

.signage-hero-media::before {
  content: "";
  position: absolute;
  inset: -30px -80px -30px 26%;
  background: #ff1f2d;
  border-radius: 40px 0 0 40px;
  transform: rotate(-3deg);
}

.signage-hero-media img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .45);
}

.signage-intro {
  text-align: center;
}

.signage-intro > h2,
.signage-control-copy h2 {
  margin: 8px auto 16px;
  max-width: 820px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  text-transform: uppercase;
}

.signage-intro .report-lead {
  margin-inline: auto;
}

.signage-benefits article {
  text-align: left;
}

.signage-control {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(42px, 6vw, 90px);
  max-width: 1480px;
  margin: 20px auto 0;
  padding: clamp(56px, 7vw, 100px) clamp(24px, 5vw, 84px);
  background: #f7f7f8;
  border-radius: 36px;
}

.signage-control-media {
  margin: 0;
}

.signage-control-media img {
  display: block;
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(18, 18, 20, .14);
}

.signage-control-copy > p:not(.report-kicker) {
  font-size: 18px;
  line-height: 1.7;
  color: #4c4c52;
}

.signage-checklist {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.signage-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 700;
}

.signage-checklist svg {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  padding: 4px;
  color: #fff;
  background: #ff1f2d;
  border-radius: 50%;
}

.signage-steps .process-list article > span {
  display: block;
  margin-bottom: 8px;
  color: #ff1f2d;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 42px;
  font-weight: 900;
}

.signage-cta {
  background: #151516;
}

@media (max-width: 1050px) {
  .signage-hero,
  .signage-control {
    grid-template-columns: 1fr;
  }

  .signage-hero {
    padding-top: 42px;
  }

  .signage-hero-media::before {
    inset: -20px -40px -20px 32%;
  }
}

@media (max-width: 640px) {
  .signage-hero {
    min-height: 0;
    padding: 34px 20px 56px;
  }

  .signage-hero-copy h1 {
    font-size: 52px;
  }

  .signage-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .signage-secondary {
    text-align: center;
  }

  .signage-control {
    margin-inline: 14px;
    padding: 44px 20px;
    border-radius: 24px;
  }
}
.kiosk-projects {
  max-width: 1480px;
}

.kiosk-projects-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  align-items: end;
  gap: clamp(28px, 6vw, 90px);
  margin-bottom: 38px;
}

.kiosk-projects-heading h2 {
  margin: 8px 0 0;
  max-width: 760px;
}

.kiosk-projects-heading h2 span {
  color: #ff1f2d;
}

.kiosk-projects-heading > p {
  margin: 0;
  color: #56565d;
  font-size: 18px;
  line-height: 1.7;
}

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

.kiosk-project-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 22px;
  background: #111;
  box-shadow: 0 18px 45px rgba(15, 15, 17, .12);
}

.kiosk-project-card:nth-child(1),
.kiosk-project-card:nth-child(4) {
  grid-row: span 2;
  min-height: 720px;
}

.kiosk-project-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.kiosk-project-card::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .9));
  pointer-events: none;
}

.kiosk-project-card > span {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 5px;
  color: #fff;
}

.kiosk-project-card strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.kiosk-project-card small {
  color: #e4e4e6;
  font-size: 14px;
  font-weight: 700;
}

.kiosk-project-card:hover img {
  transform: scale(1.035);
}

@media (max-width: 960px) {
  .kiosk-projects-heading {
    grid-template-columns: 1fr;
  }

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

  .kiosk-project-card,
  .kiosk-project-card:nth-child(1),
  .kiosk-project-card:nth-child(4) {
    grid-row: auto;
    min-height: 560px;
  }
}

@media (max-width: 600px) {
  .kiosk-project-gallery {
    grid-template-columns: 1fr;
  }

  .kiosk-project-card,
  .kiosk-project-card:nth-child(1),
  .kiosk-project-card:nth-child(4) {
    min-height: 520px;
  }
}
