:root {
  --bg: #091118;
  --bg-deep: #050b11;
  --surface: rgba(10, 20, 30, 0.72);
  --surface-strong: rgba(12, 23, 34, 0.95);
  --surface-soft: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.18);
  --text: #f2f6fb;
  --muted: #a9b8ca;
  --accent: #ff7a18;
  --accent-strong: #ffb347;
  --accent-cold: #73e4d3;
  --danger: #ff7f7f;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 122, 24, 0.18), transparent 25%),
    radial-gradient(circle at 85% 15%, rgba(115, 228, 211, 0.18), transparent 23%),
    linear-gradient(180deg, #091118 0%, #04070b 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 92%);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.ambient {
  position: fixed;
  z-index: 0;
  width: 38vw;
  aspect-ratio: 1;
  filter: blur(80px);
  opacity: 0.32;
  pointer-events: none;
}

.ambient-one {
  top: -12vw;
  left: -8vw;
  background: radial-gradient(circle, rgba(255, 122, 24, 0.8), transparent 65%);
}

.ambient-two {
  right: -10vw;
  top: 22vh;
  background: radial-gradient(circle, rgba(115, 228, 211, 0.6), transparent 65%);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 28px), var(--max-width));
  margin: 0 auto;
  padding: 18px 0 54px;
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(7, 14, 22, 0.72);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 4px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.95rem;
}

.brand small {
  margin-top: 3px;
  font-size: 0.78rem;
  color: var(--muted);
}

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

.nav a {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto 5px;
  background: currentColor;
}

.menu-toggle span:last-child {
  margin-bottom: 0;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #13171b;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  box-shadow: 0 14px 36px rgba(255, 122, 24, 0.28);
}

.button-secondary,
.button-ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.button-small {
  min-height: 44px;
  padding: 0 18px;
}

.hero,
.section,
.ticker {
  animation: rise 0.7s ease both;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  gap: 24px;
  padding: 34px 0 30px;
  align-items: start;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent-cold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 800;
}

.hero h1,
.section-heading h2,
.order-copy h2,
.contact-card h2,
.feature-card h2 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(2rem, 4vw, 4.15rem);
}

.hero-text,
.section-heading p,
.order-copy p,
.contact-card p,
.feature-card p,
.price-text,
.step-card p,
.service-card p,
.mini-card p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-text {
  margin: 18px 0 0;
  max-width: 620px;
  font-size: 1.06rem;
}

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

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li,
.ticker p {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-weight: 700;
}

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

.feature-card,
.stat-card,
.service-card,
.price-card,
.step-card,
.mini-card,
.contact-card,
.order-form {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.glow-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--radius-xl);
}

.glow-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -50% auto;
  width: 220px;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255, 122, 24, 0.28), transparent 70%);
}

.feature-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(115, 228, 211, 0.12);
  color: var(--accent-cold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.stat-card {
  padding: 20px;
  border-radius: 22px;
}

.stat-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-family: "Unbounded", sans-serif;
}

.stat-card span {
  color: var(--muted);
  line-height: 1.5;
}

.accent {
  background:
    linear-gradient(145deg, rgba(255, 122, 24, 0.18), rgba(255, 179, 71, 0.08)),
    var(--surface);
}

.ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
}

.section {
  padding: 54px 0 0;
}

.first-section {
  padding-top: 34px;
}

.section-tight {
  padding-top: 34px;
}

#hero,
#services,
#prices,
#workflow,
#order,
#contacts {
  scroll-margin-top: 120px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.8rem);
}

.services-grid,
.pricing-grid,
.steps-grid,
.payment-grid,
.hub-grid,
.tables-stack {
  display: grid;
  gap: 18px;
}

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

.service-card {
  padding: 24px;
  border-radius: 26px;
}

.service-card h3,
.price-card h3,
.step-card h3,
.mini-card h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.service-card-wide {
  grid-column: span 2;
}

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

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

.tables-stack {
  grid-template-columns: 1fr;
}

.hub-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.hub-card:hover,
.hub-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 122, 24, 0.4);
  background:
    linear-gradient(145deg, rgba(255, 122, 24, 0.09), rgba(115, 228, 211, 0.04)),
    var(--surface);
}

.hub-card strong {
  font-size: 1.15rem;
}

.hub-card span {
  color: var(--muted);
  line-height: 1.6;
}

.hub-card-action {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hub-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--accent-strong);
  flex: 0 0 46px;
}

.hub-card-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.hub-card-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.hub-card-copy strong {
  display: block;
}

.hub-card-copy span {
  display: block;
}

.price-card {
  padding: 24px;
  border-radius: 26px;
}

.table-card,
.notes-card {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.table-header {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.table-header h3,
.notes-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.price-table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.price-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.price-table th,
.price-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.price-table th {
  color: var(--text);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.04);
}

.price-table td {
  color: var(--muted);
}

.price-table td::before {
  content: none;
}

.price-table tbody tr:last-child td {
  border-bottom: none;
}

.table-note {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.notes-list {
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.notes-list li + li {
  margin-top: 10px;
}

.price-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.price-value {
  margin: 0 0 10px;
  font-family: "Unbounded", sans-serif;
  font-size: 1.8rem;
}

.accent-card {
  background:
    linear-gradient(145deg, rgba(115, 228, 211, 0.16), rgba(255, 122, 24, 0.08)),
    var(--surface);
}

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

.step-card,
.mini-card {
  padding: 22px;
  border-radius: 24px;
}

.step-card span {
  display: inline-flex;
  margin-bottom: 14px;
  font-family: "Unbounded", sans-serif;
  color: var(--accent);
}

.order-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 22px;
  align-items: start;
}

.contact-connect {
  margin-top: 26px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(8, 15, 23, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.contact-connect-header {
  display: grid;
  gap: 6px;
}

.contact-connect-header strong {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
}

.contact-connect-header p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.contact-stack {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-stack a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.contact-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-right: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--accent-strong);
  flex: 0 0 46px;
}

.contact-action-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.contact-action-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  flex: 1 1 auto;
}

.contact-action-copy strong,
.contact-action-copy small {
  display: block;
}

.contact-action-copy strong {
  font-size: 0.92rem;
  color: var(--muted);
  font-weight: 700;
}

.contact-action-copy small {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  color: var(--text);
  font-weight: 800;
}

.contact-stack a:hover,
.contact-stack a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 24, 0.35);
  background: rgba(255, 255, 255, 0.055);
}

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

.qr-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.qr-card:hover,
.qr-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 24, 0.35);
  background: rgba(255, 255, 255, 0.05);
}

.qr-card-image {
  width: 132px;
  height: 132px;
  border-radius: 16px;
  background: #fff;
  object-fit: contain;
}

.qr-card span {
  color: var(--text);
  font-weight: 800;
}

.route-note {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.location-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.metro-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--text);
  font-weight: 700;
}

.location-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 700;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.location-link:hover,
.location-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 122, 24, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.metro-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex: 0 0 12px;
  background: #f4cf2f;
  box-shadow: 0 0 0 4px rgba(244, 207, 47, 0.18);
}

.schedule-card {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.schedule-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1rem;
}

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

.schedule-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  line-height: 1.5;
}

.schedule-list b {
  color: var(--text);
  text-align: right;
}

.contact-stack a,
.contact-links a {
  color: var(--text);
  font-weight: 700;
}

.order-form {
  padding: 24px;
  border-radius: 30px;
}

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

.field-grid label {
  display: grid;
  gap: 8px;
}

.field-grid span,
.estimate-card span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.field-grid small {
  color: var(--muted);
  line-height: 1.55;
}

.field-full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 14px 16px;
  outline: none;
}

select option,
select optgroup {
  color: #0f1822;
  background: #ffffff;
}

select optgroup {
  font-weight: 800;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(255, 122, 24, 0.7);
  box-shadow: 0 0 0 4px rgba(255, 122, 24, 0.12);
}

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

.file-field small,
.estimate-card small,
.form-note {
  color: var(--muted);
  line-height: 1.55;
}

.file-analysis-note {
  display: block;
  margin-top: 8px;
}

.file-analysis-note.is-ready {
  color: var(--accent-cold);
}

.file-analysis-note.is-warn {
  color: #ffd88a;
}

.paper-type-field.is-hidden {
  display: none;
}

.cart-builder {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(115, 228, 211, 0.08), rgba(255, 122, 24, 0.06)),
    rgba(255, 255, 255, 0.02);
}

.cart-builder-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.cart-builder-header h3 {
  margin: 6px 0 0;
  font-size: 1.18rem;
}

.cart-builder-header .button {
  white-space: nowrap;
}

.cart-kicker {
  color: var(--accent-cold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cart-items {
  display: grid;
  gap: 14px;
}

.cart-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(8, 16, 24, 0.78);
}

.cart-item-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(140px, 0.5fr) minmax(180px, 0.7fr);
  gap: 14px;
}

.cart-paper-type-field.is-hidden {
  display: none;
}

.cart-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

.cart-item-meta {
  display: grid;
  gap: 6px;
}

.cart-item-total {
  font-family: "Unbounded", sans-serif;
  font-size: 1.2rem;
}

.cart-item-note {
  color: var(--muted);
  line-height: 1.55;
}

.cart-remove {
  min-width: 112px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 12px 16px;
  font-weight: 700;
}

.cart-empty {
  padding: 16px 18px;
  border: 1px dashed var(--line-strong);
  border-radius: 18px;
  color: var(--muted);
  text-align: center;
}

.cart-empty.is-hidden {
  display: none;
}

.cart-summary-lines {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.cart-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-summary-line span {
  color: var(--text);
  font-size: 0.98rem;
}

.cart-summary-line b {
  color: var(--muted);
  font-weight: 700;
}

.paper-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.paper-toggle label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-weight: 700;
}

.paper-toggle input {
  width: 16px;
  height: 16px;
  padding: 0;
}

.checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.checkboxes label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-weight: 700;
}

.checkboxes input {
  width: 16px;
  height: 16px;
  padding: 0;
}

.estimate-card {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 122, 24, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 122, 24, 0.12), rgba(255, 179, 71, 0.04)),
    rgba(255, 255, 255, 0.02);
}

.estimate-card strong {
  font-size: 2rem;
  font-family: "Unbounded", sans-serif;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
}

.form-note {
  margin: 0;
  flex: 1 1 280px;
}

.form-note.success {
  color: var(--accent-cold);
}

.form-note.error {
  color: var(--danger);
}

.order-result-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.order-result-actions.is-hidden {
  display: none;
}

.order-success-card {
  display: grid;
  gap: 12px;
  min-width: min(100%, 360px);
  padding: 18px 20px;
  border: 1px solid rgba(93, 225, 214, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(93, 225, 214, 0.16), rgba(255, 255, 255, 0.03)),
    rgba(12, 19, 26, 0.92);
  box-shadow: 0 22px 60px rgba(6, 14, 20, 0.28);
}

.order-success-card.is-hidden {
  display: none;
}

.order-success-kicker {
  color: var(--accent-cold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.order-success-title {
  font-size: 1.08rem;
}

.order-success-text,
.order-success-hint {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.order-success-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.order-success-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border-radius: 30px;
}

.contact-card-page {
  align-items: stretch;
}

.site-footer {
  padding: 28px 0 42px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: center;
}

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

.requisites-grid-xerox {
  align-items: stretch;
}

.requisite-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.requisite-card span {
  color: var(--accent-cold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.requisite-card strong {
  font-size: 1rem;
  line-height: 1.65;
}

.contact-links {
  display: grid;
  gap: 12px;
  align-content: start;
  text-align: right;
}

.map-embed {
  min-height: 420px;
  width: min(100%, 560px);
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.desktop-only {
  display: inline-flex;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .hero,
  .order-layout,
  .services-grid,
  .pricing-grid,
  .steps-grid,
  .payment-grid,
  .hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card-wide {
    grid-column: span 1;
  }

  .order-layout {
    grid-template-columns: 1fr;
  }

  .contact-card {
    flex-direction: column;
  }

  .contact-links {
    text-align: left;
  }
}

@media (max-width: 820px) {
  .topbar {
    flex-wrap: nowrap;
    align-items: center;
  }

  .topbar.menu-open {
    flex-wrap: wrap;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    flex: 0 0 auto;
  }

  .desktop-only {
    display: none;
  }

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
  }

  .topbar.menu-open .nav {
    display: flex;
  }
}

@media (max-width: 720px) {
  .hero,
  .stats-grid,
  .services-grid,
  .pricing-grid,
  .requisites-grid,
  .steps-grid,
  .payment-grid,
  .hub-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .page-shell {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .topbar {
    top: 8px;
    padding: 12px 14px;
  }

  .brand {
    gap: 12px;
    align-items: center;
    flex: 1 1 auto;
  }

  .brand-logo {
    width: 60px;
    height: 60px;
    padding: 4px;
    border-radius: 16px;
  }

  .brand strong {
    font-size: 0.96rem;
    line-height: 1.1;
  }

  .brand small {
    margin-top: 3px;
    font-size: 0.76rem;
    line-height: 1.22;
  }

  .hero {
    padding-top: 24px;
  }

  .site-footer {
    padding: 18px 0 34px;
  }

  .site-footer p {
    font-size: 0.86rem;
  }

  .glow-card,
  .hub-card,
  .service-card,
  .price-card,
  .table-card,
  .notes-card,
  .step-card,
  .mini-card,
  .order-form,
  .contact-card {
    padding: 20px;
    border-radius: 22px;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hub-card-action {
    align-items: flex-start;
  }

  .table-card {
    padding: 18px 16px;
  }

  .table-header h3 {
    font-size: 1.02rem;
    line-height: 1.3;
  }

  .price-table-wrap {
    overflow: visible;
    border: none;
    background: transparent;
  }

  .price-table {
    min-width: 0;
  }

  .price-table thead {
    display: none;
  }

  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table td {
    display: block;
    width: 100%;
  }

  .price-table tbody {
    display: grid;
    gap: 12px;
  }

  .price-table tbody tr {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
  }

  .price-table td {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 16px;
    align-items: start;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .price-table td::before {
    content: attr(data-label);
    color: var(--text);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.03em;
  }

  .price-table td:first-child {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-top: 0;
    color: var(--text);
    font-weight: 800;
  }

  .price-table td:first-child::before {
    font-size: 0.72rem;
    color: var(--muted);
  }

  .price-table tbody tr:last-child td:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .table-note,
  .notes-list {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .order-copy h2 {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .order-copy p {
    line-height: 1.65;
  }

  input,
  select,
  textarea {
    padding: 12px 14px;
    border-radius: 14px;
  }

  .checkboxes,
  .form-actions,
  .paper-toggle {
    flex-direction: column;
    align-items: stretch;
  }

  .cart-builder {
    padding: 16px;
    border-radius: 20px;
  }

  .cart-builder-header,
  .cart-item-footer,
  .cart-summary-line {
    flex-direction: column;
    align-items: stretch;
  }

  .cart-builder-header .button,
  .cart-remove,
  .form-actions .button {
    width: 100%;
  }

  .order-success-card {
    min-width: 0;
    padding: 16px;
    border-radius: 18px;
  }

  .order-success-meta {
    flex-direction: column;
  }

  .order-success-badge {
    width: 100%;
    justify-content: center;
  }

  .cart-builder-header h3 {
    font-size: 1.05rem;
  }

  .cart-item {
    padding: 14px;
    border-radius: 18px;
  }

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

  .cart-item-total {
    font-size: 1.02rem;
  }

  .cart-item-note,
  .cart-summary-line span,
  .form-note {
    font-size: 0.94rem;
  }

  .estimate-card strong {
    font-size: 1.55rem;
  }

  .location-row {
    display: grid;
    justify-items: start;
    gap: 10px;
    margin-top: 10px;
  }

  .metro-line {
    width: 100%;
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .location-link {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.86rem;
  }

  .contact-connect {
    margin-top: 18px;
    padding: 16px;
  }

  .contact-connect-header {
    gap: 8px;
  }

  .contact-connect-header p {
    font-size: 0.93rem;
    line-height: 1.55;
  }

  .contact-stack {
    gap: 10px;
    margin-top: 18px;
  }

  .contact-stack a {
    min-height: 0;
    padding: 14px 16px;
    align-items: flex-start;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
  }

  .contact-action-copy {
    width: 100%;
    gap: 3px;
  }

  .contact-action-icon {
    width: 42px;
    height: 42px;
    margin-right: 12px;
    border-radius: 12px;
    flex-basis: 42px;
  }

  .contact-action-icon svg {
    width: 20px;
    height: 20px;
  }

  .contact-action-copy strong {
    font-size: 0.84rem;
  }

  .contact-action-copy small {
    font-size: 1rem;
    line-height: 1.35;
    word-break: break-word;
  }

  .qr-links {
    gap: 10px;
    justify-items: center;
  }

  .qr-card {
    width: 100%;
    max-width: 290px;
    padding: 16px 14px;
    gap: 12px;
    border-radius: 18px;
    justify-self: center;
  }

  .qr-card-image {
    width: 156px;
    height: 156px;
  }

  .qr-card span {
    font-size: 0.98rem;
    line-height: 1.2;
    text-align: center;
  }

  .qr-links {
    grid-template-columns: 1fr;
  }

  .contact-connect {
    padding: 18px;
    border-radius: 22px;
  }

  .contact-stack a {
    min-height: 62px;
    padding: 0 16px;
  }

  .contact-action-copy small {
    font-size: 0.98rem;
  }

  .schedule-list li {
    flex-direction: column;
    gap: 4px;
  }

  .schedule-list b {
    text-align: left;
  }

  .hero-points li,
  .ticker p,
  .checkboxes label {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .page-shell {
    width: min(calc(100% - 16px), var(--max-width));
  }

  .topbar {
    border-radius: 20px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    font-size: 0.73rem;
  }

  .hub-card-action {
    gap: 12px;
  }

  .hub-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    flex-basis: 42px;
  }

  .hub-card-icon svg {
    width: 20px;
    height: 20px;
  }

  .table-card {
    padding: 16px 14px;
  }

  .price-table tbody tr {
    padding: 12px;
    border-radius: 16px;
  }

  .price-table td {
    gap: 8px 12px;
    padding: 8px 0;
    font-size: 0.91rem;
  }

  .price-table td::before {
    font-size: 0.74rem;
  }

  .cart-builder-header h3 {
    font-size: 0.98rem;
  }

  .cart-kicker {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }

  .location-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .cart-item {
    padding: 12px;
  }

  .contact-stack a {
    padding: 12px 14px;
  }

  .contact-action-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    flex-basis: 40px;
  }

  .contact-action-copy strong {
    font-size: 0.8rem;
  }

  .contact-action-copy small {
    font-size: 0.95rem;
  }

  .qr-card {
    max-width: 100%;
    padding: 14px 12px;
  }

  .qr-card-image {
    width: 148px;
    height: 148px;
  }

  .cart-remove {
    padding: 11px 14px;
  }

  .estimate-card,
  .cart-builder {
    padding: 14px;
  }
}
