:root {
  --navy: #061b36;
  --navy-2: #0a2d5a;
  --blue: #1267d8;
  --ice: #eaf6ff;
  --ice-2: #f5fbff;
  --line: #d7e5ef;
  --ink: #102033;
  --muted: #5f7280;
  --white: #ffffff;
  --success: #0f7a55;
  --shadow: 0 18px 45px rgba(6, 27, 54, 0.16);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(18, 103, 216, 0.42);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--navy);
  background: var(--white);
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(14px, 2vw, 22px);
  align-items: center;
  min-height: 76px;
  padding: 14px clamp(18px, 3vw, 54px);
  border-bottom: 1px solid rgba(215, 229, 239, 0.78);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand-link {
  display: inline-flex;
  align-items: center;
}

.brand-link img {
  width: 184px;
  height: auto;
}

.quick-login-link {
  display: none;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.35vw, 22px);
  color: #263d52;
  font-size: clamp(0.86rem, 0.9vw, 0.92rem);
  font-weight: 760;
}

.site-nav a {
  white-space: nowrap;
  text-decoration: none;
}

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

.site-nav a.active {
  color: var(--blue);
}

.header-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.header-actions {
  flex-wrap: nowrap;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

button.btn {
  cursor: pointer;
  font: inherit;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn.primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(18, 103, 216, 0.24);
}

.btn.subtle {
  color: var(--navy);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.76);
}

.btn.light {
  color: var(--navy);
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.86);
}

.btn.large {
  min-height: 50px;
  padding: 14px 20px;
}

.menu-toggle {
  display: none;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  background: var(--white);
  font-weight: 850;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 8px 3px 0;
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: min(700px, calc(100svh - 118px));
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(4, 15, 30, 0.9) 0%, rgba(6, 27, 54, 0.74) 42%, rgba(6, 27, 54, 0.2) 100%),
    linear-gradient(180deg, rgba(6, 27, 54, 0.16), rgba(6, 27, 54, 0.04)),
    url("/assets/rink-header.png") center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--white));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 6vw, 78px);
  padding: 88px 0 128px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #9fd0ff;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 7vw, 6.25rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
}

.hero-trust {
  max-width: 620px;
  margin-bottom: 28px;
  color: #d9efff;
  font-size: clamp(0.98rem, 1.4vw, 1.1rem);
  font-weight: 900;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(6, 27, 54, 0.52);
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-badge::before {
  content: "";
  width: 13px;
  height: 8px;
  border-left: 3px solid #80d7ff;
  border-bottom: 3px solid #80d7ff;
  transform: rotate(-45deg) translateY(-1px);
}

.section {
  padding: clamp(60px, 8vw, 118px) clamp(18px, 5vw, 76px);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  min-height: 420px;
  padding: clamp(70px, 9vw, 128px) clamp(18px, 6vw, 84px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(234, 246, 255, 0.9)),
    url("/assets/rink-header.png") center / cover no-repeat;
}

.compact-page-hero,
.request-hero {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
}

.page-hero h1 {
  max-width: 900px;
  color: var(--navy);
  font-size: clamp(2.45rem, 5.7vw, 5rem);
}

.page-hero p {
  max-width: 760px;
  color: #2a465c;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
}

.page-grid-section {
  background: var(--white);
}

.page-card-grid,
.feature-detail-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

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

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

.page-card-grid article,
.feature-detail-grid article,
.note-card,
.demo-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(6, 27, 54, 0.06);
}

.page-card-grid h2,
.feature-detail-grid h2,
.note-card h2,
.demo-card h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.14;
}

.screenshot-feature-row {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(220px, 0.72fr) minmax(0, 1.5fr);
  gap: 18px;
  align-items: center;
}

.note-section {
  background: var(--ice-2);
}

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

.hero-tablet-frame {
  margin-top: -50px;
}

.standalone-grid {
  margin-top: 0;
}

.demo-card .check-list {
  margin-top: 0;
}

.demo-form {
  display: grid;
  gap: 16px;
}

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

.field {
  display: grid;
  gap: 7px;
}

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

.field label {
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  font: inherit;
}

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

.form-note,
.footer-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

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

.resource-list a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  background: #f8fbff;
  font-weight: 850;
  text-decoration: none;
}

.resource-list a::after {
  content: "View";
  color: var(--blue);
  font-size: 0.82rem;
}

.faq-list {
  width: min(940px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(6, 27, 54, 0.05);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--navy);
  font-weight: 920;
}

.faq-list details p,
.faq-list details ul {
  padding: 0 20px 18px;
}

.legal-banner {
  width: min(980px, 100%);
  margin: 0 auto 26px;
  padding: 18px 20px;
  border: 1px solid rgba(18, 103, 216, 0.2);
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  background: #edf7ff;
}

.legal-banner strong {
  color: var(--navy);
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 20px clamp(18px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.proof-strip span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(18, 103, 216, 0.14);
  border-radius: 999px;
  color: #163d63;
  background: #f6fbff;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.section-grid,
.split-section {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.two-col,
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 76px);
}

.align-center {
  align-items: center;
}

.section-heading {
  width: min(860px, 100%);
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading.narrow {
  width: min(760px, 100%);
}

.intro-section {
  padding-top: clamp(44px, 5vw, 70px);
  background: linear-gradient(180deg, var(--white), var(--ice-2));
}

.management-line {
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 4px solid var(--blue);
  border-radius: 0 6px 6px 0;
  color: #173b5e;
  background: #edf7ff;
  font-weight: 850;
}

.credibility-line {
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 920;
}

.intro-side {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.review-panel {
  width: min(430px, 100%);
  padding: 18px;
  border: 1px solid rgba(18, 103, 216, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(6, 27, 54, 0.08);
}

.review-panel h3 {
  margin-bottom: 12px;
}

.review-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.review-panel li {
  position: relative;
  padding-left: 18px;
  color: #2f4e64;
  font-size: 0.88rem;
  font-weight: 760;
}

.review-panel li::before {
  content: "";
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--blue);
}

.workflow-section,
.security-section {
  background: var(--ice-2);
}

.feature-band,
.operator-built-section,
.why-section {
  background: var(--white);
}

.workflow-rail {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.workflow-rail article,
.feature-grid article {
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(6, 27, 54, 0.06);
}

.story-cards article {
  display: flex;
  flex-direction: column;
}

.workflow-card-media {
  display: grid;
  place-items: center;
  height: 190px;
  margin: -6px -6px 18px;
  border: 1px solid rgba(18, 103, 216, 0.12);
  border-radius: 6px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(234, 246, 255, 0.88), rgba(255, 255, 255, 0.96));
}

.workflow-card-media.phone-shot {
  height: 310px;
  place-items: start center;
}

.workflow-card-media img {
  width: 100%;
  height: 100%;
}

.workflow-card-media.phone-shot img {
  display: block;
  width: min(100%, 235px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
  border: 1px solid rgba(8, 41, 87, 0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(8, 41, 87, 0.16);
}

.workflow-card-media.wide-shot img {
  object-fit: cover;
  object-position: top center;
}

.workflow-rail span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-weight: 950;
}

.screenshot-row {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.7fr 0.7fr 1.4fr;
  gap: 18px;
  align-items: center;
}

.media-frame {
  margin: 0;
  border: 1px solid rgba(10, 45, 90, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.large-frame {
  max-width: 430px;
  justify-self: center;
}

.phone-frame {
  max-width: 365px;
}

.tablet-frame {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.desktop-frame {
  width: 100%;
}

.small-desktop {
  margin-top: 16px;
}

.feature-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.operator-built-section {
  padding-top: clamp(42px, 6vw, 76px);
  padding-bottom: clamp(42px, 6vw, 76px);
}

.operator-built-card {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(20px, 5vw, 54px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(18, 103, 216, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(234, 246, 255, 0.92)),
    url("/assets/rink-header.png") center / cover;
  box-shadow: 0 14px 34px rgba(6, 27, 54, 0.08);
}

.operator-built-card h2 {
  margin-bottom: 0;
}

.operator-built-card p:last-child {
  margin-bottom: 0;
  color: #29485f;
  font-size: 1.08rem;
  font-weight: 760;
}

.split-section {
  align-items: center;
}

.split-section.reverse {
  align-items: center;
}

.emphasis-frame {
  justify-self: center;
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #2a465c;
  font-weight: 760;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--success);
  border-bottom: 3px solid var(--success);
  transform: rotate(-45deg);
}

.note {
  padding: 14px 16px;
  border-left: 4px solid var(--blue);
  border-radius: 0 6px 6px 0;
  color: #22455d;
  background: #edf7ff;
}

.work-map-section {
  background: linear-gradient(180deg, var(--ice-2), var(--white));
}

.inline-media {
  margin: 24px 0 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(6, 27, 54, 0.08);
}

.supervisor-section {
  background:
    linear-gradient(180deg, rgba(234, 246, 255, 0.86), rgba(255, 255, 255, 0.94));
}

.desktop-stack {
  display: grid;
  gap: 0;
}

.why-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.why-card-grid {
  width: min(1120px, 100%);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.why-card-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fbff;
}

.pilot-section {
  background: var(--ice-2);
}

.pilot-card {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(18, 103, 216, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(234, 246, 255, 0.92)),
    url("/assets/rink-header.png") center / cover;
  box-shadow: var(--shadow);
}

.final-cta {
  text-align: center;
  color: var(--white);
  background: var(--navy);
}

.final-cta h2 {
  color: var(--white);
}

.final-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(170px, 0.75fr) minmax(150px, 0.7fr) minmax(220px, 0.95fr);
  gap: 28px;
  padding: 40px clamp(18px, 5vw, 76px);
  color: rgba(255, 255, 255, 0.84);
  background: #031326;
}

.site-footer img {
  width: 190px;
  margin-bottom: 14px;
}

.site-footer address {
  display: grid;
  gap: 6px;
  font-style: normal;
}

.site-footer a {
  color: #9fd0ff;
}

.site-footer strong {
  color: var(--white);
}

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

.footer-links a {
  width: max-content;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media (max-width: 1240px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .quick-login-link {
    justify-self: end;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--navy);
    background: rgba(255, 255, 255, 0.8);
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  .menu-toggle {
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-self: end;
  }

  .site-nav,
  .header-actions {
    display: none;
  }

  .site-header.nav-open .site-nav,
  .site-header.nav-open .header-actions {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .site-header.nav-open .site-nav {
    flex-direction: column;
    padding: 16px 0 6px;
  }

  .site-header.nav-open .header-actions {
    padding-bottom: 12px;
  }

  .site-header.nav-open {
    max-height: 100svh;
    overflow-y: auto;
  }

  .workflow-rail,
  .feature-grid,
  .why-card-grid,
  .page-card-grid,
  .feature-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .screenshot-feature-row .desktop-frame {
    grid-column: 1 / -1;
  }

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

  .screenshot-row .desktop-frame {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: min(660px, calc(100svh - 112px));
    align-items: flex-end;
    background-position: center center;
  }

  .hero-content {
    width: min(100% - 36px, 680px);
    margin: 0 auto;
    padding-bottom: 86px;
  }

  .two-col,
  .split-section,
  .operator-built-card,
  .pilot-card,
  .compact-page-hero,
  .request-hero,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .split-section.reverse .phone-frame {
    order: 2;
  }

  .phone-frame,
  .large-frame {
    width: min(390px, 100%);
    max-width: none;
    justify-self: center;
  }

  .pilot-card .btn {
    justify-self: start;
  }

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

@media (max-width: 620px) {
  .site-header {
    min-height: 66px;
    padding: 12px 16px;
  }

  .brand-link img {
    width: 148px;
  }

  .quick-login-link {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 0.88rem;
  }

  h1 {
    font-size: clamp(2.15rem, 13vw, 3.4rem);
  }

  h2 {
    font-size: clamp(1.75rem, 10vw, 2.55rem);
  }

  .hero {
    min-height: min(590px, calc(100svh - 150px));
  }

  .hero-content {
    padding: 56px 0 48px;
  }

  .hero-actions,
  .header-actions {
    align-items: stretch;
  }

  .hero-actions .btn,
  .header-actions .btn,
  .form-actions .btn {
    width: 100%;
  }

  .btn {
    white-space: normal;
    text-align: center;
  }

  .proof-strip {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 14px 16px;
    -webkit-overflow-scrolling: touch;
  }

  .proof-strip span {
    flex: 0 0 auto;
  }

  .page-hero {
    padding: 52px 16px;
  }

  .page-hero h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .workflow-rail,
  .feature-grid,
  .why-card-grid,
  .page-card-grid,
  .feature-detail-grid,
  .screenshot-feature-row,
  .screenshot-row {
    grid-template-columns: 1fr;
  }

  .review-panel ul {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 54px 16px;
  }

  .workflow-rail article,
  .feature-grid article {
    padding: 18px;
  }

  .workflow-card-media {
    height: 215px;
  }

  .workflow-card-media.phone-shot {
    height: 320px;
  }

  .operator-built-card {
    padding: 24px 18px;
  }

  .page-card-grid article,
  .feature-detail-grid article,
  .note-card,
  .demo-card {
    padding: 20px 18px;
  }

  .site-footer {
    gap: 22px;
  }
}
