:root {
  --vhs-bg: #101114;
  --vhs-panel: #181b20;
  --vhs-panel-2: #242933;
  --vhs-cream: #f5e6c8;
  --vhs-paper: #fff8ec;
  --vhs-white: #ffffff;
  --vhs-orange: #ffb15c;
  --vhs-rec: #e75a3c;
  --vhs-muted: #9ca3af;
  --vhs-ink: #111318;
  --vhs-copper: #9d6a45;
  --vhs-line: rgba(245, 230, 200, 0.16);
  --vhs-dark-line: rgba(16, 17, 20, 0.12);
  --vhs-radius: 8px;
  --vhs-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  --vhs-soft-shadow: 0 14px 28px rgba(16, 17, 20, 0.12);
  --vhs-font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vhs-font-display: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vhs-font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-bottom: 0;
}

body {
  margin: 0;
  background: var(--vhs-bg);
  color: var(--vhs-ink);
  font-family: var(--vhs-font-body);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  padding-bottom: 0;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -90px;
  z-index: 1000;
  background: var(--vhs-rec);
  color: #fff;
  padding: 10px 14px;
  border-radius: var(--vhs-radius);
  text-decoration: none;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(16, 17, 20, 0.92);
  border-bottom: 1px solid rgba(245, 230, 200, 0.1);
  backdrop-filter: blur(14px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.vhs-scrolled .site-header {
  background: rgba(16, 17, 20, 0.97);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.navbar {
  padding: 14px 0;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--vhs-white);
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: 32px;
  width: auto;
}

.navbar-nav {
  align-items: center;
  gap: 3px;
}

.navbar .nav-link {
  color: rgba(245, 230, 200, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 6px;
  letter-spacing: 0;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--vhs-white);
  background: rgba(255, 177, 92, 0.12);
}

.navbar-toggler {
  border: 1px solid rgba(245, 230, 200, 0.28);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(255, 177, 92, 0.24);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28245,230,200,.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-cta {
  margin-left: 14px;
  white-space: nowrap;
}

.btn {
  border-radius: var(--vhs-radius);
  font-weight: 800;
  letter-spacing: 0;
}

.btn i {
  margin-right: 6px;
}

.btn-vhs-primary {
  background: var(--vhs-rec);
  border-color: var(--vhs-rec);
  color: #fff;
  box-shadow: 0 12px 22px rgba(231, 90, 60, 0.25);
}

.btn-vhs-primary:hover,
.btn-vhs-primary:focus {
  background: #d4472b;
  border-color: #d4472b;
  color: #fff;
}

.btn-vhs-outline {
  border: 1px solid rgba(16, 17, 20, 0.32);
  color: var(--vhs-ink);
  background: transparent;
}

.btn-vhs-outline:hover,
.btn-vhs-outline:focus {
  border-color: var(--vhs-ink);
  background: var(--vhs-ink);
  color: #fff;
}

.rec-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--vhs-rec);
  box-shadow: 0 0 0 4px rgba(231, 90, 60, 0.18);
}

.vhs-code,
.vhs-card-label {
  font-family: var(--vhs-font-mono);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.vhs-code {
  color: var(--vhs-rec);
  font-size: 0.82rem;
  margin-bottom: 8px;
}

.breadcrumb-wrap {
  background: var(--vhs-paper);
  border-bottom: 1px solid var(--vhs-dark-line);
}

.breadcrumb {
  margin: 0 auto;
  padding: 12px var(--bs-gutter-x, 0.75rem);
  font-size: 0.92rem;
}

.breadcrumb a {
  color: #60666f;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--vhs-rec);
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: var(--vhs-white);
  background:
    linear-gradient(135deg, rgba(16, 17, 20, 0.98), rgba(24, 27, 32, 0.95) 56%, rgba(36, 41, 51, 0.94)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 5px);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, rgba(255, 177, 92, 0.08) 49%, transparent 50%),
    repeating-linear-gradient(90deg, rgba(245, 230, 200, 0.03) 0 1px, transparent 1px 88px);
  opacity: 0.72;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 540px);
  gap: 56px;
  align-items: center;
  min-height: 720px;
  padding-top: 70px;
  padding-bottom: 74px;
}

.hero-code {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(231, 90, 60, 0.34);
  border-radius: 6px;
  color: var(--vhs-cream);
  background: rgba(231, 90, 60, 0.08);
}

.hero-copy h1,
.inner-hero h1,
.section-heading h2,
.calculator-panel h2,
.contact-panel h2,
.form-panel h2,
.cta-layout h2 {
  font-family: var(--vhs-font-display);
  font-weight: 700;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 820px;
  margin: 0 0 22px;
  font-size: 4rem;
  line-height: 0.98;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy .lead {
  max-width: 720px;
  color: rgba(245, 230, 200, 0.86);
  font-size: 1.2rem;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-section .btn-vhs-outline,
.cta-band .btn-vhs-outline {
  border-color: rgba(245, 230, 200, 0.44);
  color: var(--vhs-cream);
}

.hero-section .btn-vhs-outline:hover,
.hero-section .btn-vhs-outline:focus,
.cta-band .btn-vhs-outline:hover,
.cta-band .btn-vhs-outline:focus {
  background: var(--vhs-cream);
  border-color: var(--vhs-cream);
  color: var(--vhs-bg);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(245, 230, 200, 0.22);
  border-radius: 6px;
  color: rgba(245, 230, 200, 0.92);
  background: rgba(255, 255, 255, 0.04);
  font-family: var(--vhs-font-mono);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-media {
  position: relative;
}

.hero-vcr-display,
.inner-hero-media,
.visual-aside,
.service-card-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--vhs-radius);
  background: var(--vhs-panel);
}

.hero-vcr-display {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(245, 230, 200, 0.2);
  box-shadow: var(--vhs-shadow);
}

.hero-vcr-display picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-vcr-display::before,
.inner-hero-media::before,
.visual-aside::before,
.service-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 5px);
  opacity: 0.22;
  pointer-events: none;
}

.hero-vcr-display img,
.inner-hero-media img,
.visual-aside img,
.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-osd {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 16px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--vhs-white);
  font-family: var(--vhs-font-mono);
  font-size: 0.82rem;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.tracking-meter {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  color: var(--vhs-cream);
  font-family: var(--vhs-font-mono);
  font-size: 0.76rem;
  font-weight: 700;
}

.tracking-meter i {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vhs-orange), var(--vhs-rec), var(--vhs-cream));
}

.section-standard {
  padding: 78px 0;
}

.section-cream {
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.98), rgba(245, 230, 200, 0.94)),
    repeating-linear-gradient(0deg, rgba(16, 17, 20, 0.035) 0 1px, transparent 1px 9px);
}

.section-panel {
  background: linear-gradient(180deg, var(--vhs-panel), var(--vhs-bg));
  color: var(--vhs-white);
}

.section-dark {
  background: var(--vhs-bg);
  color: var(--vhs-white);
}

.section-band {
  padding: 58px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin: 0 0 12px;
  color: var(--vhs-ink);
  font-size: 2.2rem;
  line-height: 1.12;
}

.section-heading p {
  color: #626973;
  margin-bottom: 0;
}

.section-heading-light h2 {
  color: var(--vhs-white);
}

.section-heading-light p {
  color: rgba(245, 230, 200, 0.78);
}

.copy-stack {
  display: grid;
  gap: 22px;
}

.content-block,
.copy-card,
.notice-card {
  border-radius: var(--vhs-radius);
  box-shadow: var(--vhs-soft-shadow);
}

.content-block {
  padding: 26px;
  background: var(--vhs-white);
  border: 1px solid var(--vhs-dark-line);
}

.content-block h2,
.content-block h3,
.copy-card h3,
.notice-card h3,
.aside-content h3 {
  margin: 0 0 12px;
  color: var(--vhs-ink);
  font-family: var(--vhs-font-display);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.content-block h2 {
  font-size: 1.45rem;
}

.content-block p,
.content-block li,
.copy-card p,
.notice-card p,
.aside-content li {
  color: #626973;
}

.content-block p:last-child,
.copy-card p:last-child,
.notice-card p:last-child {
  margin-bottom: 0;
}

.content-block ul,
.aside-content ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

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

.copy-card {
  padding: 24px;
  background: var(--vhs-white);
  border: 1px solid var(--vhs-dark-line);
}

.copy-card-dark {
  background: linear-gradient(180deg, rgba(36, 41, 51, 0.96), rgba(24, 27, 32, 0.98));
  border-color: rgba(245, 230, 200, 0.14);
}

.copy-card-dark h3 {
  color: var(--vhs-white);
}

.copy-card-dark p {
  color: rgba(245, 230, 200, 0.76);
}

.notice-card {
  padding: 26px;
  background: var(--vhs-white);
  border: 1px solid rgba(231, 90, 60, 0.24);
}

.notice-card .vhs-card-label,
.copy-card .vhs-card-label {
  margin-bottom: 14px;
}

.aside-content {
  padding: 22px;
  background: var(--vhs-white);
}

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

.related-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 74px;
  padding: 18px;
  border: 1px solid rgba(245, 230, 200, 0.16);
  border-radius: var(--vhs-radius);
  background: rgba(255, 255, 255, 0.05);
  color: var(--vhs-cream);
  font-weight: 800;
  text-decoration: none;
}

.related-links a:hover,
.related-links a:focus {
  border-color: rgba(255, 177, 92, 0.48);
  background: rgba(255, 177, 92, 0.1);
  color: var(--vhs-white);
}

.section-actions {
  margin-top: 28px;
}

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

.service-card,
.pricing-card,
.contact-panel,
.form-panel,
.pricing-table-wrap,
.timeline-step,
.calculator-panel {
  border-radius: var(--vhs-radius);
  box-shadow: var(--vhs-soft-shadow);
}

.service-card {
  overflow: hidden;
  background: var(--vhs-white);
  border: 1px solid var(--vhs-dark-line);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(231, 90, 60, 0.28);
  box-shadow: 0 18px 34px rgba(16, 17, 20, 0.16);
}

.service-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  color: inherit;
  text-decoration: none;
}

.service-card-media .vhs-card-label,
.visual-aside .vhs-card-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
}

.service-card-body {
  padding: 22px;
}

.service-card h3,
.pricing-card h3,
.timeline-step h3 {
  margin: 0 0 10px;
  color: var(--vhs-ink);
  font-family: var(--vhs-font-display);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

.service-card p,
.pricing-card p,
.timeline-step p,
.module-list span,
.visual-aside p,
.contact-lead,
.legal-copy p {
  color: #626973;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--vhs-rec);
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus {
  color: #b33822;
}

.vhs-card-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid rgba(231, 90, 60, 0.36);
  border-radius: 4px;
  color: var(--vhs-rec);
  background: rgba(255, 248, 236, 0.94);
  font-size: 0.76rem;
}

.tape-section {
  position: relative;
  overflow: hidden;
}

.tape-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 177, 92, 0.62), transparent);
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.timeline-step {
  position: relative;
  min-height: 232px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(36, 41, 51, 0.96), rgba(24, 27, 32, 0.98)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 7px);
  border: 1px solid rgba(245, 230, 200, 0.14);
}

.timeline-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--vhs-orange);
  color: var(--vhs-bg);
  font-family: var(--vhs-font-mono);
  font-weight: 700;
}

.timeline-step h3 {
  color: var(--vhs-white);
}

.timeline-step p {
  color: rgba(245, 230, 200, 0.76);
  margin-bottom: 0;
}

.content-grid,
.contact-grid,
.inner-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 34px;
  align-items: start;
}

.contact-grid {
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
}

.inner-hero {
  background:
    linear-gradient(135deg, var(--vhs-bg), var(--vhs-panel) 70%, var(--vhs-panel-2)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 6px);
  color: var(--vhs-white);
  padding: 70px 0 76px;
}

.inner-hero-grid {
  align-items: center;
}

.inner-hero h1 {
  margin: 0 0 16px;
  font-size: 3rem;
  line-height: 1.05;
}

.inner-hero p {
  max-width: 780px;
  color: rgba(245, 230, 200, 0.78);
  font-size: 1.12rem;
}

.inner-hero-media {
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(245, 230, 200, 0.16);
  box-shadow: var(--vhs-shadow);
}

.visual-aside {
  min-height: 420px;
  padding: 0;
  border: 1px solid var(--vhs-dark-line);
  background: var(--vhs-white);
}

.visual-aside img {
  height: 260px;
}

.visual-aside p {
  margin: 0;
  padding: 22px;
  background: var(--vhs-white);
}

.module-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.module-list div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--vhs-dark-line);
}

.module-list strong {
  color: var(--vhs-ink);
}

.narrow {
  max-width: 920px;
}

.pricing-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 20px;
}

.pricing-card {
  padding: 24px;
  background: var(--vhs-white);
  border: 1px solid var(--vhs-dark-line);
}

.pricing-card-price {
  margin: 8px 0 10px;
  color: var(--vhs-rec);
  font-family: var(--vhs-font-display);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.pricing-table-wrap {
  padding: 12px;
  overflow-x: auto;
  background: var(--vhs-white);
  border: 1px solid var(--vhs-dark-line);
}

.table-vhs {
  min-width: 720px;
  margin-bottom: 12px;
}

.table-vhs th {
  background: var(--vhs-bg);
  color: var(--vhs-cream);
  border-color: var(--vhs-bg);
  font-family: var(--vhs-font-mono);
  font-size: 0.84rem;
  letter-spacing: 0;
}

.table-vhs td,
.table-vhs th {
  padding: 16px;
}

.table-vhs tbody tr:nth-child(even) td {
  background: rgba(255, 177, 92, 0.08);
}

.pricing-note {
  color: #626973;
  font-size: 0.92rem;
}

.pricing-examples {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.pricing-examples div {
  padding: 18px;
  border: 1px solid var(--vhs-dark-line);
  border-radius: var(--vhs-radius);
  background: rgba(255, 255, 255, 0.72);
}

.pricing-examples span,
.pricing-examples small {
  display: block;
  color: #626973;
}

.pricing-examples strong {
  display: block;
  color: var(--vhs-ink);
  font-size: 1.12rem;
}

.pricing-explanation {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--vhs-dark-line);
  border-radius: var(--vhs-radius);
  background: rgba(255, 177, 92, 0.12);
  color: #4f5660;
}

.pricing-explanation p {
  margin: 0;
}

.calculator-panel {
  display: block;
  padding: 32px;
  border: 1px solid rgba(245, 230, 200, 0.16);
  background:
    linear-gradient(135deg, rgba(36, 41, 51, 0.98), rgba(24, 27, 32, 0.98)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 8px);
  color: var(--vhs-white);
  box-shadow: var(--vhs-shadow);
}

.calculator-header {
  max-width: 820px;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(245, 230, 200, 0.14);
}

.calculator-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 28px;
  align-items: start;
}

.calculator-panel h2 {
  margin-bottom: 12px;
  font-size: 2rem;
}

.calculator-header p,
.calculator-notes,
.calculator-note,
.calculator-breakdown {
  color: rgba(245, 230, 200, 0.78);
}

.calculator-notes {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.calculator-notes li {
  position: relative;
  padding: 6px 12px 6px 26px;
  border: 1px solid rgba(245, 230, 200, 0.16);
  border-radius: 999px;
  background: rgba(16, 17, 20, 0.42);
  font-size: 0.88rem;
}

.calculator-notes li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-radius: 999px;
  background: var(--vhs-orange);
}

.calculator-output {
  position: sticky;
  top: 92px;
  padding: 20px;
  border: 1px solid rgba(245, 230, 200, 0.18);
  border-radius: var(--vhs-radius);
  background: rgba(16, 17, 20, 0.6);
}

.calculator-controls .form-control,
.calculator-controls .form-select,
.vhs-form .form-control,
.vhs-form .form-select {
  min-height: 48px;
  border-radius: 6px;
  border-color: rgba(16, 17, 20, 0.22);
}

.calculator-controls .form-control,
.calculator-controls .form-select {
  background: rgba(255, 255, 255, 0.96);
}

.calculator-controls .form-label {
  color: rgba(245, 230, 200, 0.82);
  font-weight: 800;
}

.calculator-controls .form-control:focus,
.calculator-controls .form-select:focus,
.vhs-form .form-control:focus,
.vhs-form .form-select:focus {
  border-color: var(--vhs-orange);
  box-shadow: 0 0 0 3px rgba(255, 177, 92, 0.24);
}

.calculator-result {
  display: grid;
  gap: 8px;
  margin-top: 0;
  padding: 16px;
  border-radius: var(--vhs-radius);
  background: var(--vhs-bg);
  border: 1px solid rgba(245, 230, 200, 0.14);
}

.calculator-result div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(245, 230, 200, 0.76);
}

.calculator-result strong {
  color: var(--vhs-white);
}

.calculator-total {
  padding-top: 10px;
  border-top: 1px solid rgba(245, 230, 200, 0.16);
  font-size: 1.14rem;
}

.calculator-breakdown,
.calculator-note {
  margin: 12px 0 0;
  font-size: 0.92rem;
}

.calculator-checks {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(245, 230, 200, 0.14);
  border-radius: var(--vhs-radius);
  background: rgba(16, 17, 20, 0.48);
}

.calculator-checks .form-check {
  min-height: 32px;
  margin: 0;
}

.calculator-checks .form-check-label {
  color: var(--vhs-cream);
  font-weight: 800;
}

.calculator-checks .form-check-label span {
  display: block;
  color: rgba(245, 230, 200, 0.92);
  font-size: 0.86rem;
  font-weight: 600;
}

.calculator-checks .form-check-input:checked {
  background-color: var(--vhs-rec);
  border-color: var(--vhs-rec);
}

.calculator-output .calculator-actions {
  flex-direction: column;
}

.calculator-output .calculator-actions .btn {
  width: 100%;
  justify-content: center;
}

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

.calculator-panel .btn-vhs-outline {
  border-color: rgba(245, 230, 200, 0.34);
  color: var(--vhs-cream);
  background: rgba(255, 255, 255, 0.04);
}

.calculator-panel .btn-vhs-outline:hover,
.calculator-panel .btn-vhs-outline:focus {
  border-color: var(--vhs-orange);
  background: rgba(255, 177, 92, 0.14);
  color: var(--vhs-white);
}

.contact-panel,
.form-panel {
  padding: 28px;
  background: var(--vhs-white);
  border: 1px solid var(--vhs-dark-line);
  box-shadow: var(--vhs-soft-shadow);
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
}

.contact-list dt {
  color: #626973;
  font-size: 0.88rem;
  margin: 0;
}

.contact-list dd {
  margin: 0 0 8px;
  color: var(--vhs-ink);
  font-weight: 800;
}

.contact-list a {
  color: var(--vhs-ink);
  text-decoration: none;
}

.contact-list a:hover,
.contact-list a:focus {
  color: var(--vhs-rec);
}

.form-panel h2,
.contact-panel h2 {
  color: var(--vhs-ink);
  font-size: 2rem;
  line-height: 1.15;
}

.vhs-form .form-label {
  color: var(--vhs-ink);
  font-weight: 700;
}

.form-panel p {
  color: #626973;
}

.vhs-form .form-label span,
.vhs-form .form-check-label span {
  color: var(--vhs-rec);
}

.vhs-form .form-check-input:checked {
  background-color: var(--vhs-rec);
  border-color: var(--vhs-rec);
}

.required-note,
.form-help {
  color: #626973;
  font-size: 0.92rem;
}

.form-alert {
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid rgba(231, 90, 60, 0.28);
  border-radius: var(--vhs-radius);
  background: rgba(231, 90, 60, 0.1);
  color: #7b2c1d;
}

.form-alert p {
  margin: 6px 0 0;
  color: #7b2c1d;
}

.field-error {
  margin-top: 6px;
  color: #8c2f1e;
  font-size: 0.88rem;
  font-weight: 700;
}

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

.checkbox-grid .form-check {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--vhs-dark-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
}

.checkbox-grid .form-check-input {
  margin: 0;
}

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

.calculation-prefill {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 177, 92, 0.42);
  border-radius: var(--vhs-radius);
  background: rgba(255, 177, 92, 0.12);
}

.calculation-prefill strong {
  display: block;
  color: var(--vhs-ink);
  margin-bottom: 6px;
}

.calculation-prefill p {
  margin: 0;
  color: #4f5660;
  font-size: 0.92rem;
}

.form-status {
  min-height: 28px;
  color: #626973;
}

.form-status.is-visible {
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(255, 177, 92, 0.16);
  color: #6f4014;
}

.form-status.is-error {
  background: rgba(231, 90, 60, 0.14);
  color: #8c2f1e;
}

.form-status.is-loading {
  background: rgba(255, 177, 92, 0.16);
  color: #6f4014;
}

.vhs-accordion {
  border: 1px solid var(--vhs-dark-line);
  border-radius: var(--vhs-radius);
  overflow: hidden;
  box-shadow: var(--vhs-soft-shadow);
}

.vhs-accordion .accordion-item {
  border-color: var(--vhs-dark-line);
}

.vhs-accordion .accordion-item {
  position: relative;
}

.vhs-accordion .accordion-item::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 14px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--vhs-rec);
  box-shadow: 0 0 0 3px rgba(231, 90, 60, 0.18);
  pointer-events: none;
  z-index: 1;
}

.vhs-accordion .accordion-button {
  padding-left: 36px;
  color: var(--vhs-ink);
  font-weight: 800;
  letter-spacing: 0;
}

.vhs-accordion .accordion-button:not(.collapsed) {
  color: var(--vhs-ink);
  background: rgba(255, 177, 92, 0.16);
  box-shadow: none;
}

.vhs-accordion .accordion-button:focus {
  border-color: var(--vhs-orange);
  box-shadow: 0 0 0 3px rgba(255, 177, 92, 0.22);
}

.cta-band {
  background:
    linear-gradient(135deg, var(--vhs-panel), var(--vhs-bg)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 6px);
  color: var(--vhs-white);
}

.cta-band-compact {
  padding-top: 48px;
  padding-bottom: 48px;
}

.cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.cta-layout h2 {
  margin: 0 0 12px;
  font-size: 2.2rem;
}

.cta-layout p {
  max-width: 760px;
  color: rgba(245, 230, 200, 0.92);
  margin-bottom: 0;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.legal-copy {
  color: var(--vhs-ink);
}

.legal-copy h2 {
  font-family: var(--vhs-font-display);
  font-weight: 700;
  letter-spacing: 0;
}

.thanks-hero {
  min-height: 460px;
  display: flex;
  align-items: center;
}

.site-footer {
  background: var(--vhs-bg);
  color: var(--vhs-white);
  padding: 58px 0 28px;
  border-top: 1px solid rgba(245, 230, 200, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
  gap: 34px;
}

.footer-brand {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 12px;
}

.footer-logo {
  display: block;
  height: 39px;
  width: auto;
}

.site-footer p,
.footer-bottom {
  color: rgba(245, 230, 200, 0.68);
}

.site-footer h2,
.footer-heading {
  margin-bottom: 14px;
  color: var(--vhs-cream);
  font-family: var(--vhs-font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: rgba(245, 230, 200, 0.74);
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--vhs-white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(245, 230, 200, 0.12);
  margin-top: 36px;
  padding-top: 22px;
  font-size: 0.9rem;
}

.footer-bottom a {
  color: var(--vhs-cream);
  text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
  color: var(--vhs-white);
  text-decoration: underline;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1199px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
    gap: 40px;
  }

  .hero-copy h1 {
    font-size: 3.35rem;
  }

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

@media (max-width: 991px) {
  html {
    scroll-padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }

  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .navbar-nav {
    align-items: stretch;
    padding: 18px 0 8px;
  }

  .nav-cta {
    margin: 10px 0 0;
    width: 100%;
  }

  .hero-grid,
  .content-grid,
  .contact-grid,
  .calculator-body,
  .cta-layout,
  .footer-grid,
  .inner-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .hero-media {
    max-width: 560px;
  }

  .service-grid,
  .copy-grid,
  .related-links,
  .pricing-card-grid,
  .pricing-examples,
  .checkbox-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .calculator-output {
    position: static;
    margin-bottom: 86px;
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: rgba(16, 17, 20, 0.97);
    border-top: 1px solid rgba(245, 230, 200, 0.16);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .mobile-cta a {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vhs-cream);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 900;
    border-right: 1px solid rgba(245, 230, 200, 0.12);
  }

  .mobile-cta a:last-child {
    border-right: 0;
  }

  .mobile-cta a:nth-child(3) {
    background: var(--vhs-rec);
    color: #fff;
  }
}

@media (max-width: 767px) {
  .hero-copy h1 {
    font-size: 2.35rem;
    line-height: 1.02;
  }

  .hero-copy .lead,
  .inner-hero p {
    font-size: 1rem;
  }

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

  .hero-actions .btn {
    min-height: 48px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero-actions .btn:first-child {
    grid-column: 1 / -1;
  }

  .hero-grid {
    position: relative;
    padding-top: 34px;
    padding-bottom: 36px;
  }

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

  .hero-meta span {
    justify-content: center;
  }

  .hero-media {
    position: absolute;
    right: -28px;
    bottom: 18px;
    width: min(70vw, 300px);
    max-width: none;
    margin-top: 0;
    opacity: 0.18;
    pointer-events: none;
    z-index: 0;
  }

  .hero-vcr-display {
    aspect-ratio: 4 / 3;
    box-shadow: none;
  }

  .media-osd,
  .tracking-meter {
    display: none;
  }

  .inner-hero {
    padding: 52px 0 58px;
  }

  .inner-hero h1 {
    font-size: 2.2rem;
  }

  .section-standard {
    padding: 56px 0;
  }

  .section-heading h2,
  .calculator-panel h2,
  .contact-panel h2,
  .form-panel h2,
  .cta-layout h2 {
    font-size: 1.8rem;
  }

  .service-grid,
  .copy-grid,
  .related-links,
  .pricing-card-grid,
  .pricing-examples,
  .checkbox-grid,
  .timeline-five {
    grid-template-columns: 1fr;
  }

  .module-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .calculator-result div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .calculator-output {
    margin-bottom: 86px;
  }

  .calculator-actions .btn {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: 2.05rem;
  }

  .hero-code {
    font-size: 0.72rem;
  }
  .hero-meta span {
    justify-content: center;
    font-size: 0.72rem;
  }

  .calculator-panel,
  .contact-panel,
  .form-panel,
  .pricing-card,
  .timeline-step {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
