:root {
  --navy: #123963;
  --blue: #0f73e8;
  --light-blue: #eef6ff;
  --text: #17202a;
  --muted: #667085;
  --border: #e4e7ec;
  --bg: #ffffff;
  --soft: #f7f9fc;
  --green: #16a36a;
  --shadow: 0 22px 60px rgba(18, 57, 99, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

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

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

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

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

:focus-visible {
  outline: 3px solid rgba(20, 115, 230, 0.35);
  outline-offset: 3px;
}

.topbar {
  background: #fff;
  color: #111827;
  font-size: 0.92rem;
  border-top: 3px solid #2b2434;
  border-bottom: 1px solid #eceff3;
}

.topbar-inner,
.nav-inner,
.container {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.topbar span,
.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #111827;
}

.topbar a + a::before {
  content: " ";
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  backdrop-filter: none;
  border-bottom: 1px solid #eef1f4;
  box-shadow: none;
}

.nav-inner {
  min-height: 100px;
  display: grid;
  grid-template-columns: 220px 1fr 44px;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  color: #17679a;
  white-space: nowrap;
  flex: 0 0 auto;
}

.logo span:last-child {
  display: grid;
  line-height: 1.05;
}

.logo strong {
  font-size: 0.78rem;
}

.logo small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.logo-mark,
.icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  color: #17679a;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1rem;
  color: #0074c8;
  min-width: 0;
}

.nav-links a {
  position: relative;
  min-width: 145px;
  min-height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid #008cf5;
  font-weight: 800;
  white-space: nowrap;
  background: #fff;
}

.nav-links a::after {
  display: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: #005fa8;
  background: #f7fbff;
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.nav-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--navy);
  font-weight: 850;
  background: #fff;
  white-space: nowrap;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #1880ff, #0f6ad4);
  color: #fff;
  font-weight: 750;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(20, 115, 230, 0.22);
}

.btn.secondary {
  background: #fff;
  color: var(--navy);
  border-color: var(--border);
}

.setup-pill-btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #0874df;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(20, 115, 230, 0.16);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.setup-pill-btn:hover {
  transform: translateY(-1px);
  background: #f8fbff;
  box-shadow: 0 18px 40px rgba(20, 115, 230, 0.24);
}

.setup-pill-btn span {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  color: #0874df;
}

.setup-pill-btn svg {
  width: 24px;
  height: 24px;
}

.btn.ghost {
  background: transparent;
  color: var(--navy);
  border-color: rgba(255, 255, 255, 0.55);
}

.menu-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  color: var(--navy);
}

.section {
  padding: 82px 0;
}

.diagnose-only {
  min-height: 100vh;
  padding-top: 120px;
  background: #f4f6f8;
}

.section.soft {
  background: var(--soft);
}

.section.blue {
  background: var(--light-blue);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  margin-top: 12px;
  font-size: clamp(2.35rem, 6vw, 4.6rem);
  max-width: 780px;
}

h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

h3 {
  font-size: 1.16rem;
}

p {
  color: var(--muted);
  margin: 12px 0 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 118px;
  background: #0b8dcc;
}

.hero::before {
  display: none;
}

.hero-grid,
.split-grid,
.contact-grid,
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 58px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-copy > p {
  max-width: 590px;
  font-size: clamp(1.75rem, 3vw, 2.42rem);
  color: #fff;
  margin-top: 18px;
}

.hero-label {
  padding: 8px 11px;
  border: 1px solid #d7e9ff;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(20, 115, 230, 0.08);
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.05rem);
  max-width: 760px;
  font-weight: 900;
}

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

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: #344054;
  font-weight: 650;
  font-size: 0.93rem;
}

.hero-visual {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-tools-img {
  width: min(420px, 100%);
  height: auto;
  object-fit: contain;
  mix-blend-mode: normal;
}

.hero-photo-frame {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  border-radius: 24px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 30px 70px rgba(18, 57, 99, 0.18);
  border: 1px solid rgba(228, 231, 236, 0.9);
}

.hero-photo-frame::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(20, 115, 230, 0.16), rgba(255, 255, 255, 0));
}

.hero-photo-frame img {
  width: 100%;
  height: clamp(470px, 42vw, 590px);
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  border: 1px solid rgba(228, 231, 236, 0.84);
}

@media (max-width: 1120px) {
  .nav-links {
    gap: 4px;
    font-size: 0.92rem;
  }

  .nav-links a {
    min-width: 132px;
    padding: 0 16px;
  }
}

.status-card {
  position: absolute;
  left: -18px;
  bottom: 46px;
  width: min(286px, 66%);
  padding: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--border);
  box-shadow: 0 18px 44px rgba(18, 57, 99, 0.18);
  backdrop-filter: blur(14px);
}

.status-card strong {
  color: var(--navy);
}

.support-card {
  position: absolute;
  top: 54px;
  right: -12px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(242px, 58%);
  padding: 15px;
  border: 1px solid rgba(228, 231, 236, 0.88);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(18, 57, 99, 0.15);
  backdrop-filter: blur(14px);
}

.support-card > span {
  flex: 0 0 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
}

.support-card strong,
.hero-mini-search strong {
  color: var(--navy);
}

.support-card p,
.hero-mini-search p {
  margin-top: 2px;
  font-size: 0.88rem;
}

.hero-mini-search {
  width: min(520px, 100%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 14px;
  border: 1px solid #dceeff;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 38px rgba(18, 57, 99, 0.08);
}

.hero-mini-search > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--light-blue);
  color: var(--blue);
}

.hero-mini-search a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  font-weight: 850;
}

.search-card {
  position: relative;
  z-index: 2;
  margin-top: -22px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-top: 20px;
}

.input-wrap {
  position: relative;
}

.input-wrap svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--blue);
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 14px;
  color: var(--text);
  background: #fff;
}

.input-wrap input {
  padding-left: 48px;
}

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

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.chip {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 7px 12px;
  background: var(--light-blue);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.9rem;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.cards,
.trust-cards,
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

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

.card,
.tile,
.step,
.policy-block {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 24px rgba(21, 59, 103, 0.06);
}

.card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--blue);
  font-weight: 800;
}

.check-list,
.resource-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li,
.resource-list li {
  display: flex;
  gap: 10px;
  color: #344054;
}

.check-list li::before {
  content: "";
  flex: 0 0 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: inset 0 0 0 6px #fff, 0 0 0 1px rgba(22, 163, 106, 0.3);
}

.split-media {
  min-height: 430px;
  border-radius: 18px;
  background: var(--light-blue) url("assets/printer-support-hero.png") center/cover no-repeat;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

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

.tile {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 750;
  color: var(--navy);
}

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

.step-number {
  display: inline-flex;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.accordion {
  display: grid;
  gap: 12px;
}

.accordion-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.accordion-button {
  width: 100%;
  min-height: 58px;
  border: 0;
  background: #fff;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.accordion-panel {
  display: none;
  padding: 0 18px 18px;
}

.accordion-item.open .accordion-panel {
  display: block;
}

.cta-band {
  background: linear-gradient(135deg, #153b67 0%, #1473e6 100%);
  color: #fff;
  border-radius: 18px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.cta-band h2,
.cta-band p {
  color: #fff;
}

.cta-band .btn.ghost {
  color: #fff;
}

.support-figure {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
}

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

.category {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  text-align: center;
}

.contact-card {
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

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

.form-status {
  min-height: 24px;
  margin-top: 12px;
  font-weight: 700;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: #c2410c;
}

.setup-flow-page {
  background: #f4f6f8;
}

body:has(.setup-flow-page) .header,
body:has(.setup-flow-page) .footer,
body:has(.setup-flow-page) .chat-float,
body:has(.setup-flow-page) .bottom-call {
  display: none !important;
}

body:not([data-page="home"]) .header,
body:not([data-page="home"]) .footer,
body:not([data-page="home"]) .chat-float,
body:not([data-page="home"]) .bottom-call {
  display: none !important;
}

.setup-entry,
.setup-result-hero,
.install-stage {
  min-height: calc(100vh - 110px);
  padding: 112px 0;
}

.setup-entry-grid,
.setup-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 72px;
  align-items: center;
}

.setup-copy h1,
.setup-result-hero h1,
.install-card h1 {
  max-width: 760px;
  color: #050505;
  font-size: clamp(2.4rem, 5vw, 4.1rem);
}

.setup-copy h2,
.setup-result-hero h2 {
  margin-top: 28px;
  color: #4f5967;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.setup-copy p,
.setup-result-hero p {
  max-width: 680px;
  color: #111827;
  font-size: 1.08rem;
}

.setup-model-form {
  width: min(560px, 100%);
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 62px;
}

.setup-model-form input {
  min-height: 54px;
  border-color: #c6cbd2;
  border-radius: 4px;
  font-size: 1.05rem;
}

.setup-model-form .btn {
  width: max-content;
  min-width: 148px;
  min-height: 60px;
  border-radius: 4px;
  background: #21aee7;
  font-size: 1.03rem;
  text-transform: uppercase;
}

.setup-note {
  margin-top: 34px;
  color: #667085;
  font-size: 0.92rem;
}

.setup-device-card,
.result-printer-card {
  display: flex;
  justify-content: center;
}

.setup-device-card img,
.result-printer-card img {
  width: min(440px, 100%);
  max-height: 330px;
  object-fit: cover;
  object-position: 70% center;
  border-radius: 12px;
  mix-blend-mode: multiply;
}

.install-setup-btn {
  min-height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
  padding: 0 32px;
  border: 1px solid #0098de;
  border-radius: 4px;
  color: #0098de;
  background: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.install-setup-btn:hover {
  color: #fff;
  background: #0098de;
  transform: translateY(-1px);
}

.install-card {
  width: min(780px, 100%);
  margin: 0 auto;
}

.install-progress-view,
.install-error-view {
  background: #fff;
  padding: 58px 48px;
  box-shadow: 0 18px 42px rgba(18, 57, 99, 0.08);
  text-align: center;
}

.setup-error-page {
  min-height: 430px;
}

.setup-error-shell {
  width: min(980px, 100%);
  margin: 0 auto;
  border: 1px solid #d9e1ea;
  background: #fff;
  box-shadow: 0 24px 64px rgba(18, 57, 99, 0.12);
}

.error-topline {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border-bottom: 1px solid #e5eaf0;
  background: #f8fafc;
  color: #475467;
  font-size: 0.94rem;
}

.error-topline strong {
  margin-left: auto;
  color: #b42318;
}

.error-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.real-error-card {
  padding: 42px;
}

.error-visual {
  text-align: center;
}

.error-icon {
  width: 72px;
  height: 72px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fff1f0;
  color: #b42318;
  border: 1px solid #ffccc7;
  font-size: 2.5rem;
  font-weight: 900;
}

.real-error-card h1 {
  color: #101828;
  font-size: clamp(2.25rem, 5vw, 4rem);
}

.real-error-card p {
  color: #344054;
  font-size: 1.12rem;
}

.diagnostic-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 34px;
  border: 1px solid #d9e1ea;
  border-radius: 10px;
  background: #d9e1ea;
}

.diagnostic-row {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 16px;
  background: #f8fafc;
}

.diagnostic-row span {
  color: #667085;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.diagnostic-row strong {
  color: #101828;
}

.failed-progress {
  height: 14px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5eaf0;
}

.failed-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22aee8, #f04438);
}

.error-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  margin-top: 32px;
}

.error-grid h2 {
  color: #344054;
  font-size: 1.45rem;
}

.error-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: #475467;
}

.support-box {
  padding: 24px;
  border: 1px solid #bee3ff;
  border-radius: 12px;
  background: #f0f8ff;
}

.support-box .support-number {
  display: block;
  margin: 12px 0 18px;
  color: #101828;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
}

.support-box .btn {
  width: 100%;
}

.independent-note {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #e5eaf0;
  color: #667085 !important;
  font-size: 0.94rem !important;
  text-align: center;
}

.install-card h1 {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.install-card > div > p {
  color: #111827;
  font-size: 1.2rem;
  margin-bottom: 34px;
}

.install-device {
  display: flex;
  justify-content: center;
  margin: 18px 0 28px;
}

.install-device img {
  width: min(520px, 100%);
  max-height: 250px;
  object-fit: cover;
  object-position: 70% center;
  border-radius: 10px;
  mix-blend-mode: multiply;
}

.install-device.compact img {
  max-height: 190px;
}

.progress-track {
  height: 22px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6eef7;
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #21aee7, #0f73e8);
  transition: width 220ms ease;
}

.progress-percent {
  margin-top: 18px;
  color: var(--navy);
  font-size: 1.8rem;
  font-weight: 900;
}

.install-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.install-steps li {
  padding: 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: #667085;
  font-weight: 750;
  background: #f8fafc;
}

.install-steps li.active {
  color: var(--navy);
  border-color: #b9ddff;
  background: var(--light-blue);
}

.error-eyebrow {
  color: #c2410c;
}

.error-message {
  max-width: 940px;
  margin: 28px auto 0;
  color: #6b7280;
  font-size: 1.45rem;
  text-align: center;
}

.support-callout {
  margin-top: 44px;
  text-align: center;
}

.support-callout h2 {
  color: #3f4652;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.support-number {
  display: inline-flex;
  margin-top: 16px;
  color: #050505;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
}

.support-callout p {
  color: #667085;
}

.page-hero {
  padding: 66px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.breadcrumb {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 12px;
}

.policy-layout {
  display: grid;
  gap: 18px;
}

.footer {
  padding: 56px 0 22px;
  background: #0f2f53;
  color: #dbeafe;
}

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

.footer h3,
.footer .logo {
  color: #fff;
}

.footer a,
.footer p {
  color: #dbeafe;
}

.footer ul {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.disclaimer {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
}

.bottom-call,
.chat-float {
  position: fixed;
  z-index: 60;
}

.bottom-call {
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
}

.chat-float {
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 0;
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 26px rgba(22, 163, 106, 0.28);
  cursor: pointer;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .header.open .nav-links,
  .header.open .nav-actions {
    display: grid;
    grid-column: 1 / -1;
    width: 100%;
  }

  .nav-inner {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .header.open .nav-links {
    gap: 8px;
    padding-bottom: 16px;
  }

  .header.open .nav-links a {
    width: 100%;
    min-height: 56px;
  }

  .hero-grid,
  .split-grid,
  .contact-grid,
  .page-hero-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

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

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

  .setup-entry-grid,
  .setup-result-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

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

  .diagnostic-panel,
  .error-grid {
    grid-template-columns: 1fr 1fr;
  }

  .status-card {
    left: 14px;
  }

  .support-card {
    right: 14px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 74px;
  }

  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 0;
    gap: 2px;
  }

  .topbar-left,
  .topbar-right {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .hero,
  .section,
  .page-hero {
    padding: 48px 0;
  }

  .hero h1 {
    font-size: clamp(2rem, 9.2vw, 2.55rem);
  }

  .hero-photo-frame {
    border-radius: 18px;
    padding: 7px;
  }

  .hero-photo-frame img {
    height: 360px;
  }

  .topbar {
    font-size: 0.82rem;
  }

  .topbar-right a[href^="mailto"] {
    display: none;
  }

  .topbar-left span:nth-child(2) {
    display: none;
  }

  .hero-mini-search {
    grid-template-columns: auto 1fr;
  }

  .hero-mini-search a {
    grid-column: 1 / -1;
  }

  .status-card,
  .support-card {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .search-card,
  .cta-band {
    padding: 22px;
  }

  .search-form,
  .form-grid,
  .cards,
  .trust-cards,
  .category-grid,
  .tiles {
    grid-template-columns: 1fr;
  }

  .tile {
    min-height: 70px;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .setup-pill-btn {
    width: 100%;
    min-height: 60px;
    font-size: 1.06rem;
  }

  .chat-float {
    bottom: 86px;
  }

  .bottom-call {
    display: block;
  }

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

  .setup-entry,
  .setup-result-hero,
  .install-stage {
    min-height: auto;
    padding: 54px 0;
  }

  .setup-copy h1,
  .setup-result-hero h1,
  .install-card h1 {
    font-size: 2.35rem;
  }

  .setup-model-form {
    margin-top: 34px;
  }

  .setup-model-form .btn,
  .install-setup-btn {
    width: 100%;
  }

  .install-progress-view,
  .install-error-view {
    padding: 24px 18px;
  }

  .install-steps {
    grid-template-columns: 1fr;
  }

  .error-message {
    text-align: left;
    font-size: 1.08rem;
  }

  .support-number {
    font-size: 1.75rem;
  }

  .real-error-card {
    padding: 26px 18px;
  }

  .diagnostic-panel,
  .error-grid {
    grid-template-columns: 1fr;
  }

  .error-topline {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 16px;
  }

  .error-topline strong {
    margin-left: 0;
  }
}
