:root {
  --ink: #171520;
  --ink-soft: #252230;
  --paper: #f5f3ee;
  --paper-2: #fbfaf7;
  --line: #e6e2d9;
  --muted: #423f4d;
  --soft: #6f6a79;
  --white: #ffffff;
  --flame: #ff5233;
  --flame-dark: #e63c1b;
  --blue: #3b49f0;
  --green: #24513b;
  --shadow: 0 24px 60px rgba(23, 21, 32, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  color: var(--ink);
  background: var(--paper);
  font-family: "Satoshi", Inter, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

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

::selection {
  color: var(--ink);
  background: #ffd9cf;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(230, 226, 217, 0.9);
  background: rgba(245, 243, 238, 0.88);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-family: "Clash Display", Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.brand-mark.small {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}

.brand-mark rect {
  fill: var(--ink);
}

.brand-mark path {
  fill: none;
  stroke: var(--flame);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.4;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
}

.nav a:hover {
  color: var(--ink);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.header-cta {
  min-width: max-content;
  padding: 0 20px;
  color: var(--white);
  background: var(--ink);
}

.header-cta:hover {
  background: var(--flame);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(38px, 6vw, 72px);
  align-items: center;
  max-width: 1240px;
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 82px) 24px 34px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 26px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.pill span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--flame);
  animation: blink 2s infinite;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Clash Display", Inter, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 740px;
  margin-bottom: 24px;
  font-size: clamp(48px, 5.65vw, 74px);
  line-height: 0.95;
}

h1 span {
  color: var(--flame);
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.hero-text,
.section-heading p,
.contact-panel p,
.why-head p,
.offer-strip p,
.showroom-footer p,
.process-note span {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.hero-text {
  max-width: 560px;
  margin-bottom: 32px;
  font-size: 20px;
}

.hero-actions,
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-bottom: 30px;
}

.button {
  border: 0;
  padding: 0 24px;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--flame);
  box-shadow: 0 14px 30px rgba(255, 82, 51, 0.3);
}

.button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(255, 82, 51, 0.36);
}

.button.secondary {
  color: var(--ink);
  background: transparent;
  border: 1.5px solid var(--ink);
}

.button.secondary:hover {
  color: var(--white);
  background: var(--ink);
}

.button.dark {
  width: 100%;
  color: var(--white);
  background: var(--ink);
}

.button.dark:hover {
  background: #000000;
}

.hero-proof span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.hero-proof span + span {
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

.hero-display {
  position: relative;
  padding: 42px 0 26px;
}

.browser-mock {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.browser-mock:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(23, 21, 32, 0.16);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
}

.dot.red {
  background: var(--flame);
}

.dot.yellow {
  background: #f0c24b;
}

.dot.green {
  background: #5ac98a;
}

.address {
  flex: 1;
  min-width: 0;
  margin-left: 6px;
  padding: 6px 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--soft);
  background: var(--white);
  font-size: 12px;
  white-space: nowrap;
}

.mock-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  font-size: 12px;
}

.mock-nav strong {
  font-family: "Clash Display", Inter, sans-serif;
  font-size: 17px;
  line-height: 1;
}

.mock-nav div {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
}

.mock-nav b {
  padding: 6px 11px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
}

.mock-hero {
  position: relative;
  min-height: 230px;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  background-size: cover;
  background-position: center;
}

.mock-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.26), transparent 42%);
}

.mock-hero > div {
  position: relative;
  display: grid;
  gap: 14px;
}

.mock-hero strong {
  color: var(--white);
  font-family: "Clash Display", Inter, sans-serif;
  font-size: 32px;
  line-height: 1;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.mock-hero span {
  width: max-content;
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.salon {
  background:
    linear-gradient(135deg, rgba(244, 201, 184, 0.78), rgba(214, 106, 72, 0.86)),
    url("https://images.unsplash.com/photo-1562322140-8baeececf3df?auto=format&fit=crop&w=1200&q=80");
}

.yoga {
  background:
    linear-gradient(135deg, rgba(90, 106, 78, 0.6), rgba(192, 132, 87, 0.68)),
    url("https://images.unsplash.com/photo-1545205597-3d9d02c29597?auto=format&fit=crop&w=1200&q=80");
}

.mock-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  padding: 18px;
}

.mock-blocks span {
  min-height: 62px;
  border-radius: 8px;
  background: var(--paper);
}

.mock-blocks span:nth-child(3) {
  background: #eaecff;
}

.float-tag {
  position: absolute;
  z-index: 3;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(23, 21, 32, 0.15);
  font-size: 13px;
  font-weight: 900;
}

.top-tag {
  top: 12px;
  right: 18px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: rotate(4deg);
  animation: floaty 5s ease-in-out infinite;
}

.bottom-tag {
  left: -20px;
  bottom: 60px;
  padding: 11px 15px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  transform: rotate(-4deg);
  animation: floaty 6s ease-in-out infinite 0.5s;
}

.marquee {
  --marquee-sector-gap: clamp(64px, 6vw, 104px);
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
  padding: 16px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee var(--marquee-duration, 42s) linear infinite;
}

.marquee__group {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--muted);
  font-family: "Clash Display", Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.marquee__group li {
  display: flex;
  align-items: center;
  gap: calc(var(--marquee-sector-gap) / 2);
  padding-right: calc(var(--marquee-sector-gap) / 2);
  white-space: nowrap;
}

.marquee__group li::after {
  content: "+";
  color: var(--flame);
}

.section,
.showroom,
.process,
.contact {
  padding: clamp(72px, 8vw, 104px) 24px;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 42px;
}

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--flame);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-section,
.transformation,
.pricing,
.why {
  max-width: 1240px;
  margin: 0 auto;
}

.feature-grid,
.showroom-grid,
.pricing-grid,
.step-grid {
  display: grid;
  gap: 18px;
}

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

.offer-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-2);
}

.offer-strip p {
  max-width: 780px;
  margin: 0;
}

.offer-strip a {
  min-width: max-content;
  color: var(--flame);
  font-weight: 900;
}

.feature-card,
.show-card,
.price-card,
.step-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.feature-card,
.step-card {
  padding: 26px;
}

.feature-card {
  transition: transform 180ms ease, border-color 180ms ease;
}

.feature-card > span,
.step-card > span {
  display: none !important;
}

.feature-card:hover {
  border-color: var(--flame);
  transform: translateY(-4px);
}

.feature-card p,
.show-card p,
.price-card p,
.step-card p {
  color: var(--muted);
  line-height: 1.55;
}

.showroom {
  color: var(--white);
  background: var(--ink);
}

.showroom-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.showroom .section-heading {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.showroom .section-heading p {
  color: #b8b4c0;
}

.showroom .eyebrow {
  color: #ff7a5c;
}

.showroom-switchboard {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 760px;
  margin: -16px auto 30px;
}

.showroom-switchboard a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #3d3947;
  border-radius: 999px;
  padding: 0 14px;
  color: #d7d2df;
  background: #211e2a;
  font-size: 13px;
  font-weight: 900;
}

.showroom-switchboard a:hover {
  border-color: var(--flame);
  color: var(--white);
  text-decoration: none;
}

.showroom-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.show-card {
  overflow: hidden;
  color: var(--white);
  background: var(--ink-soft);
  border-color: #322e3c;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.show-card:hover {
  border-color: var(--flame);
  transform: translateY(-5px);
}

.show-shot {
  position: relative;
  display: grid;
  min-height: 230px;
  align-items: center;
  padding: 18px;
  overflow: hidden;
  background: var(--overview-bg, #f6efe9);
}

.show-shot::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 36%),
    linear-gradient(315deg, rgba(23, 21, 32, 0.14), transparent 44%);
  pointer-events: none;
}

.site-preview {
  position: relative;
  width: 100%;
  aspect-ratio: 1280 / 900;
  overflow: hidden;
  border: 1px solid rgba(23, 21, 32, 0.16);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.site-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 260ms ease;
}

.show-card:hover .site-preview img {
  transform: scale(1.035);
}

.beauty {
  --overview-bg: #ead6ca;
}

.barber {
  --overview-bg: #17100c;
}

.wellness {
  --overview-bg: #dfe8dc;
}

.food {
  --overview-bg: #243421;
}

.trade {
  --overview-bg: #dce6ed;
}

.shop {
  --overview-bg: #d8d2c6;
}

.show-card h3,
.show-card p,
.show-card small {
  padding: 0 18px;
}

.demo-type {
  display: inline-flex;
  width: max-content;
  max-width: calc(100% - 36px);
  min-height: 28px;
  align-items: center;
  margin: 16px 18px 0;
  border: 1px solid #45404f;
  border-radius: 999px;
  padding: 0 10px;
  color: #ffd3c8;
  background: rgba(255, 255, 255, 0.06);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.show-card h3 {
  margin: 12px 0 4px;
}

.show-card p {
  margin-bottom: 18px;
  color: #aaa4b8;
  font-size: 14px;
}

.show-card small {
  display: block;
  margin: -4px 0 18px;
  color: #ffb3a4;
  font-size: 13px;
  font-weight: 900;
}

.showroom-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 30px auto 0;
  padding-top: 26px;
  border-top: 1px solid #322e3c;
}

.showroom-footer p {
  max-width: 760px;
  margin: 0;
  color: #b8b4c0;
}

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

.difference-card {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 34px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.difference-card.before {
  background: #f0ede6;
}

.difference-card.after {
  border-color: var(--ink);
  color: var(--white);
  background: var(--ink);
}

.difference-kicker {
  width: max-content;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--muted);
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.difference-card.after .difference-kicker {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: var(--flame);
}

.difference-card h3 {
  max-width: 520px;
  margin-bottom: 22px;
  font-family: "Clash Display", Inter, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.difference-list {
  display: grid;
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.difference-card.after .difference-list {
  color: #d7d2df;
}

.difference-list li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 12px;
  line-height: 1.45;
}

.difference-list li::before {
  width: 8px;
  height: 8px;
  margin-top: 0.55em;
  border-radius: 999px;
  background: var(--soft);
  content: "";
}

.difference-card.after .difference-list li::before {
  background: var(--flame);
}

.difference-note {
  margin: auto 0 0;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.45;
}

.difference-card.after .difference-note {
  border-top-color: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.difference-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px 24px;
  background: var(--paper-2);
}

.difference-result strong {
  min-width: max-content;
  color: var(--flame);
  font-family: "Clash Display", Inter, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.difference-result p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.price-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.price-card.featured {
  position: relative;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--white);
  background: var(--flame);
  font-size: 12px;
  font-weight: 900;
}

.price-card > strong {
  margin-top: 12px;
  font-family: "Clash Display", Inter, sans-serif;
  font-size: 44px;
  line-height: 1;
}

.price-card > span {
  margin: 6px 0 22px;
  color: var(--soft);
  font-size: 14px;
}

.price-card.featured p,
.price-card.featured > span,
.price-card.featured li {
  color: #c9c4d2;
}

.price-card ul,
.contact-panel ul {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.price-card li::before,
.contact-panel li::before {
  content: "✓ ";
  color: var(--flame);
  font-weight: 900;
}

.pricing-note {
  max-width: 620px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.care-choice {
  display: grid;
  gap: 10px;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.care-choice > span {
  color: var(--flame);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.care-choice p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.care-choice strong {
  color: var(--ink);
  font-weight: 900;
}

.price-card.featured .care-choice {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.price-card.featured .care-choice strong {
  color: var(--white);
}

.price-card .button {
  width: 100%;
  margin-top: 18px;
}

.pricing-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.pricing-info article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--paper-2);
}

.pricing-info h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.pricing-info p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.process {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
}

.process > * {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

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

.process-note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.process-note strong {
  min-width: max-content;
  color: var(--flame);
  font-family: "Clash Display", Inter, sans-serif;
  font-size: 20px;
}

.process-note span {
  color: var(--muted);
}

.why {
  position: relative;
  overflow: hidden;
}

.why-glow {
  position: absolute;
  top: -8%;
  left: 50%;
  width: min(760px, 92vw);
  height: 360px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 82, 51, 0.2), transparent 70%);
  filter: blur(6px);
  pointer-events: none;
  z-index: 0;
  animation: whyGlow 9s ease-in-out infinite;
}

.why-head,
.why-grid {
  position: relative;
  z-index: 1;
}

.why-head {
  max-width: 620px;
  margin: 0 auto 48px;
  text-align: center;
}

.why-head h2 {
  margin-bottom: 16px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.why-card {
  position: relative;
  overflow: hidden;
  padding: 32px 26px 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 640ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 640ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 400ms ease, border-color 400ms ease;
  transition-delay: var(--d, 0ms);
}

.why-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--flame), var(--flame-dark));
  transition: width 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--d, 0ms);
}

.why-card.is-visible::before {
  width: 100%;
}

.why-card:hover {
  transform: translateY(-8px);
  border-color: transparent;
  box-shadow: var(--shadow);
  transition-delay: 0ms;
}

.why-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 15px;
  color: var(--flame);
  background: rgba(255, 82, 51, 0.1);
}

.why-card__icon svg {
  width: 26px;
  height: 26px;
}

.why-card.is-visible .why-card__icon {
  animation: iconPop 620ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: var(--d, 0ms);
}

.why-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.why-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

@keyframes whyGlow {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
    opacity: 0.8;
  }

  50% {
    transform: translateX(-50%) translateY(12px) scale(1.06);
    opacity: 1;
  }
}

@keyframes iconPop {
  0% {
    transform: scale(0.6) rotate(-8deg);
    opacity: 0;
  }

  100% {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}

.contact {
  padding-top: 20px;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(30px, 5vw, 58px);
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 56px);
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(135deg, var(--flame), var(--flame-dark));
}

.contact-panel .eyebrow,
.contact-panel p {
  color: #ffe3db;
}

.contact-panel h2 {
  max-width: 620px;
}

.contact-form {
  display: grid;
  gap: 13px;
  padding: 26px;
  color: var(--ink);
  box-shadow: 0 24px 50px -20px rgba(0, 0, 0, 0.35);
}

.contact-proof {
  display: grid;
  gap: 10px;
  max-width: 560px;
}

.contact-proof span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 10px 12px;
  color: #fff4ef;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 800;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--flame);
  outline: none;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

.consent-label {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.consent-label input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--flame);
}

.consent-label a {
  color: var(--flame);
  text-decoration: none;
}

.consent-label a:hover {
  text-decoration: underline;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  margin: 0;
  border: 1px solid #b9e4c6;
  border-radius: 8px;
  padding: 12px 14px;
  color: #24513b;
  background: #edf8f0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.contact-form small {
  color: var(--soft);
  font-size: 12px;
  text-align: center;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 58px);
  border-top: 1px solid var(--line);
  background: var(--paper-2);
}

.footer p {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
}

.footer div {
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes blink {
  0%,
  45%,
  100% {
    opacity: 1;
  }

  55%,
  85% {
    opacity: 0.2;
  }
}

@keyframes floaty {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -9px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 1500px) {
  .hero {
    grid-template-columns: minmax(560px, 0.9fr) minmax(620px, 1.1fr);
    max-width: min(1840px, calc(100vw - 120px));
    min-height: min(860px, calc(100vh - 76px));
    gap: clamp(76px, 6vw, 130px);
    padding-top: clamp(64px, 7vh, 94px);
    padding-bottom: 58px;
  }

  h1 {
    max-width: 870px;
    font-size: clamp(78px, 4.2vw, 96px);
  }

  .hero-text {
    max-width: 680px;
    font-size: 22px;
  }

  .hero-display {
    width: 100%;
    max-width: 820px;
    justify-self: end;
  }

  .mock-hero {
    min-height: 290px;
  }

  .offer-section,
  .transformation,
  .pricing,
  .why,
  .showroom-inner {
    max-width: min(1480px, calc(100vw - 120px));
  }

  .showroom-grid {
    gap: 24px;
  }

  .show-shot {
    min-height: 220px;
  }

  .difference-grid {
    gap: 24px;
  }
}

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

  .marquee__track {
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 1060px) {
  .hero,
  .contact-panel {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: auto;
  }

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

@media (max-width: 820px) {
  .site-header {
    gap: 12px;
  }

  .nav {
    display: none;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 14px;
  }

  .hero {
    padding-top: 62px;
  }

  h1 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-info {
    grid-template-columns: 1fr;
  }

  .difference-grid {
    grid-template-columns: 1fr;
  }

  .offer-strip,
  .showroom-footer,
  .difference-result,
  .process-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .offer-strip a,
  .showroom-footer .button {
    width: 100%;
  }

  .price-card.featured {
    transform: none;
  }

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

@media (max-width: 580px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    padding: 12px 16px;
  }

  .brand {
    font-size: 20px;
  }

  .header-cta span:first-child {
    display: none;
  }

  .header-cta {
    width: 42px;
    min-width: 42px;
    padding: 0;
    border-radius: 999px;
    font-size: 18px;
  }

  .hero,
  .section,
  .showroom,
  .process,
  .contact {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    gap: 9px;
  }

  .hero-proof span {
    width: 100%;
    padding: 0;
    border-left: 0;
  }

  .hero-proof span + span {
    padding-left: 0;
    border-left: 0;
  }

  .showroom-switchboard {
    justify-content: flex-start;
  }

  .showroom-switchboard a {
    flex: 1 1 calc(50% - 10px);
  }

  .process-note strong {
    min-width: 0;
  }

  .hero-display {
    padding-top: 16px;
  }

  .float-tag {
    position: static;
    display: inline-flex;
    margin: 0 8px 10px 0;
    transform: none;
    animation: none;
  }

  .mock-nav div span {
    display: none;
  }

  .mock-hero {
    min-height: 210px;
  }

  .mock-hero strong {
    font-size: 28px;
  }

  .mock-blocks {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .showroom-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

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

  .difference-result strong {
    min-width: 0;
  }

  .contact-panel {
    padding: 24px;
  }

  .contact-form {
    padding: 18px;
  }
}
