:root {
  --bg: #05070b;
  --ink: #f7fbff;
  --paper: #f7fbff;
  --paper-ink: #0b1118;
  --muted: #9fb2c7;
  --muted-strong: #c9d7e7;
  --surface: #08111d;
  --surface-2: #0d1826;
  --surface-3: #111f31;
  --line: rgba(142, 180, 220, 0.22);
  --line-strong: rgba(73, 143, 255, 0.5);
  --blue: #0f62fe;
  --blue-2: #0070d1;
  --cyan: #38d5ff;
  --neon: #00a8ff;
  --slate: #6f849d;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Freesentation", "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: 0;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  word-break: normal;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
p,
li,
a,
button,
label,
input,
select,
textarea,
span,
strong {
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
  word-break: keep-all;
}

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

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

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

:focus-visible {
  outline: 3px solid rgba(56, 213, 255, 0.95);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 40;
  background: var(--cyan);
  color: #031019;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 900;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(5, 7, 11, 0.86);
  border-bottom: 1px solid rgba(142, 180, 220, 0.18);
  backdrop-filter: blur(18px);
}

.nav {
  width: calc(100% - 36px);
  max-width: var(--max);
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  font-weight: 950;
}

.brand.wordmark {
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding: 5px 0;
  line-height: 1;
}

.brand-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  word-break: keep-all;
}

.brand-operator {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  word-break: keep-all;
}

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

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 6px;
  color: var(--muted-strong);
  font-size: 15px;
  font-weight: 800;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.nav-cta {
  background: #ffffff;
  color: #06101a !important;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-weight: 900;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(15, 98, 254, 0.12) 0%, rgba(5, 7, 11, 0) 34%),
    linear-gradient(145deg, #05070b 0%, #08111d 50%, #071829 100%);
  border-bottom: 1px solid rgba(142, 180, 220, 0.18);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(142, 180, 220, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 180, 220, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 74%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 36px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: 48px;
  align-items: center;
}

.hero-inner > *,
.wrap > *,
.section-head > *,
.contact-layout > *,
.footer-inner > * {
  min-width: 0;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 900px;
  color: #ffffff;
  font-size: 76px;
  line-height: 1.02;
  font-weight: 950;
}

.hero h1 span {
  display: block;
}

.hero-copy {
  margin: 26px 0 0;
  max-width: 690px;
  color: var(--muted-strong);
  font-size: 21px;
  line-height: 1.58;
  font-weight: 650;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: inherit;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  border-color: rgba(56, 213, 255, 0.7);
  box-shadow: 0 16px 34px rgba(0, 168, 255, 0.18);
}

.button.primary {
  background: var(--cyan);
  border-color: var(--cyan);
  color: #031019;
}

.button.accent {
  background: #ffffff;
  border-color: #ffffff;
  color: #031019;
}

.button.ghost {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.section .button.ghost {
  border-color: rgba(12, 32, 54, 0.18);
  background: transparent;
  color: var(--paper-ink);
}

.dark .button.ghost,
.hero .button.ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.hero-visual {
  position: relative;
}

.media-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(142, 180, 220, 0.28);
  border-radius: 8px;
  background: #03070c;
  box-shadow: var(--shadow);
}

.showreel {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0.9;
}

.media-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0) 40%, rgba(3, 7, 12, 0.82) 100%);
  pointer-events: none;
}

.media-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
}

.media-caption strong {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
}

.media-caption span {
  display: block;
  margin-top: 6px;
  color: var(--muted-strong);
  font-size: 14px;
  font-weight: 700;
}

.signal-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(56, 213, 255, 0.42);
  border-radius: 6px;
  background: rgba(3, 16, 25, 0.72);
  color: #9cecff;
  font-size: 13px;
  font-weight: 900;
}

.proof-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 18px;
  border: 1px solid rgba(142, 180, 220, 0.24);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(142, 180, 220, 0.18);
}

.proof-rail div {
  min-height: 118px;
  padding: 18px;
  background: rgba(8, 17, 29, 0.82);
}

.proof-rail b {
  display: block;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 950;
}

.proof-rail span {
  display: block;
  margin-top: 8px;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.client-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin-top: 18px;
  border: 1px solid rgba(142, 180, 220, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(142, 180, 220, 0.18);
}

.client-strip img {
  width: 100%;
  height: 74px;
  object-fit: contain;
  padding: 16px;
  background: rgba(255, 255, 255, 0.94);
}

.section {
  padding: 92px 0;
  background: var(--paper);
  color: var(--paper-ink);
}

.section.dark {
  background:
    linear-gradient(180deg, rgba(15, 98, 254, 0.1), rgba(15, 98, 254, 0)),
    var(--bg);
  color: var(--ink);
}

.section.compact {
  padding: 64px 0;
  background: #edf4fb;
}

.wrap {
  width: calc(100% - 36px);
  max-width: var(--max);
  margin: 0 auto;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}

.section-title {
  margin: 0;
  max-width: 790px;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 950;
}

.section-copy {
  margin: 14px 0 0;
  max-width: 760px;
  color: #506174;
  font-size: 18px;
  font-weight: 650;
}

.dark .section-copy {
  color: var(--muted);
}

.service-grid,
.case-grid,
.sample-grid,
.pricing-grid,
.assurance-grid,
.proof-grid {
  display: grid;
  gap: 18px;
}

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

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

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

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

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

.proof-grid {
  grid-template-columns: repeat(5, 1fr);
}

.service-card,
.assurance-card,
.case-card,
.sample-card,
.price-card,
.proof-card,
.policy-card,
.contact-panel,
.service-panel,
.case-featured {
  overflow: hidden;
  border: 1px solid rgba(12, 32, 54, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.dark .service-card,
.dark .assurance-card,
.dark .case-card,
.dark .sample-card,
.dark .price-card,
.dark .proof-card,
.dark .policy-card,
.dark .contact-panel,
.dark .service-panel,
.dark .case-featured {
  background: rgba(8, 17, 29, 0.92);
  border-color: rgba(142, 180, 220, 0.22);
}

.service-card,
.assurance-card,
.price-card,
.proof-card,
.policy-card {
  padding: 24px;
}

.assurance-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
}

.assurance-kicker {
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 950;
}

.assurance-card h3 {
  margin: 18px 0 0;
  font-size: 25px;
  line-height: 1.18;
}

.assurance-card p {
  margin: 14px 0 0;
  color: #506174;
  font-weight: 650;
}

.service-panel {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  min-height: 210px;
}

.service-panel + .service-panel {
  margin-top: 14px;
}

.service-panel .panel-index {
  padding: 24px;
  background: #0b1725;
  color: #ffffff;
}

.service-panel .panel-index span {
  display: block;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 950;
}

.service-panel .panel-index strong {
  display: block;
  margin-top: 18px;
  font-size: 28px;
  line-height: 1.18;
}

.service-panel .panel-body {
  padding: 24px;
}

.service-panel .panel-body p {
  margin: 0;
  color: #4f6072;
  font-size: 17px;
  font-weight: 650;
}

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

.service-panel li {
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid rgba(12, 32, 54, 0.1);
  border-radius: 6px;
  background: #f2f7fc;
  color: #213142;
  font-size: 14px;
  font-weight: 800;
}

.service-card strong,
.proof-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.25;
}

.service-card p,
.proof-card p,
.price-card p {
  margin: 12px 0 0;
  color: #506174;
  font-weight: 650;
}

.dark .service-card p,
.dark .assurance-card p,
.dark .proof-card p,
.dark .price-card p {
  color: var(--muted);
}

.metric {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: var(--cyan);
  font-weight: 950;
}

.case-featured {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 410px;
}

.case-featured + .case-grid {
  margin-top: 18px;
}

.case-featured img,
.case-card img,
.sample-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.case-featured img {
  height: 100%;
  aspect-ratio: auto;
}

.case-featured .case-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.case-body,
.sample-body {
  padding: 20px;
}

.case-body h2,
.case-body h3,
.sample-body h2,
.sample-body h3,
.price-card h2,
.price-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.26;
}

.case-featured .case-body h3 {
  font-size: 36px;
  line-height: 1.12;
}

.case-body p,
.sample-body p {
  margin: 10px 0 0;
  color: #506174;
  font-weight: 650;
}

.dark .case-body p,
.dark .sample-body p {
  color: var(--muted);
}

.mini-proof {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
}

.mini-proof div {
  padding: 11px 12px;
  border: 1px solid rgba(12, 32, 54, 0.1);
  border-radius: 6px;
  background: #f5f9fd;
}

.dark .mini-proof div {
  border-color: rgba(142, 180, 220, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.mini-proof dt {
  color: #607186;
  font-size: 12px;
  font-weight: 900;
}

.mini-proof dd {
  margin: 3px 0 0;
  color: #253546;
  font-size: 14px;
  font-weight: 850;
  word-break: keep-all;
}

.dark .mini-proof dd {
  color: var(--muted-strong);
}

.case-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 22px;
}

.case-meta span {
  display: block;
  padding: 10px;
  border: 1px solid rgba(142, 180, 220, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted-strong);
  font-size: 13px;
  font-weight: 800;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(12, 32, 54, 0.12);
  border-radius: 6px;
  color: #24364a;
  background: #eff6fd;
  font-size: 13px;
  font-weight: 850;
}

.dark .tag {
  border-color: rgba(56, 213, 255, 0.2);
  color: #d6f7ff;
  background: rgba(56, 213, 255, 0.08);
}

.card-link {
  display: inline-flex;
  margin-top: 18px;
  color: #005ecb;
  font-weight: 900;
}

.dark .card-link {
  color: var(--cyan);
}

.gif-panel {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(142, 180, 220, 0.22);
  border-radius: 8px;
  background: rgba(8, 17, 29, 0.9);
}

.gif-panel img {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(142, 180, 220, 0.22);
}

.gif-panel h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.18;
}

.gif-panel p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
}

.page-hero {
  background:
    linear-gradient(180deg, rgba(15, 98, 254, 0.18), rgba(15, 98, 254, 0)),
    var(--bg);
  border-bottom: 1px solid rgba(142, 180, 220, 0.18);
}

.page-hero .wrap {
  padding: 86px 0 58px;
}

.page-hero p {
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--muted-strong);
  font-size: 20px;
  font-weight: 650;
}

.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  border: 1px solid rgba(12, 32, 54, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(12, 32, 54, 0.12);
}

.process > div {
  min-height: 138px;
  padding: 22px;
  background: #ffffff;
}

.process b {
  display: block;
  color: #005ecb;
  font-size: 14px;
  font-weight: 950;
}

.process span {
  display: block;
  margin-top: 8px;
  color: #253546;
  font-weight: 850;
}

.price {
  margin-top: 18px;
  color: var(--paper-ink);
  font-size: 30px;
  font-weight: 950;
  line-height: 1.12;
}

.dark .price {
  color: #ffffff;
}

.price-card ul {
  padding-left: 20px;
  margin: 18px 0 0;
  color: #44576b;
  font-weight: 650;
}

.price-card li + li {
  margin-top: 8px;
}

.pricing-compare {
  overflow-x: auto;
  border: 1px solid rgba(12, 32, 54, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.pricing-compare table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  color: var(--paper-ink);
}

.pricing-compare caption {
  text-align: left;
  padding: 18px 20px;
  color: #005ecb;
  font-size: 15px;
  font-weight: 950;
}

.pricing-compare th,
.pricing-compare td {
  padding: 16px 18px;
  border-top: 1px solid rgba(12, 32, 54, 0.1);
  text-align: left;
  vertical-align: top;
  word-break: keep-all;
}

.pricing-compare thead th {
  background: #0b1725;
  color: #ffffff;
  border-top: 0;
}

.pricing-compare tbody th {
  color: #005ecb;
  font-weight: 950;
}

.estimate-notes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.estimate-notes article {
  padding: 22px;
  border: 1px solid rgba(142, 180, 220, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.estimate-notes h3 {
  margin: 0;
  font-size: 22px;
}

.estimate-notes p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 24px;
  align-items: start;
}

.contact-panel {
  padding: 26px;
}

.contact-panel h2,
.contact-panel h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.contact-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li + li {
  margin-top: 14px;
}

.contact-list strong {
  display: block;
  color: #607186;
  font-size: 13px;
}

.contact-list span,
.contact-list a {
  display: block;
  margin-top: 2px;
  font-weight: 850;
}

.inquiry-steps {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(12, 32, 54, 0.12);
}

.inquiry-steps h3 {
  margin: 0;
  font-size: 22px;
}

.inquiry-steps ol {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.inquiry-steps li {
  padding: 14px;
  border-radius: 8px;
  background: #f4f8fc;
}

.inquiry-steps b,
.inquiry-steps span {
  display: block;
}

.inquiry-steps b {
  color: #005ecb;
  font-size: 14px;
}

.inquiry-steps span {
  margin-top: 4px;
  color: #405266;
  font-weight: 650;
}

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

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

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

.field label {
  font-size: 14px;
  font-weight: 850;
}

.field-label {
  font-size: 14px;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(12, 32, 54, 0.18);
  border-radius: 6px;
  padding: 12px 13px;
  background: #ffffff;
  color: var(--paper-ink);
}

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

.feature-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.feature-options label,
.checkbox-field label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 11px;
  border: 1px solid rgba(12, 32, 54, 0.12);
  border-radius: 6px;
  background: #f5f9fd;
  color: #233448;
  font-size: 14px;
  font-weight: 850;
}

.checkbox-field label {
  align-items: flex-start;
  line-height: 1.55;
}

.feature-options input,
.checkbox-field input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--blue);
}

.field-error {
  min-height: 18px;
  color: #b42318;
  font-size: 12px;
  font-weight: 850;
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12);
}

.form-note {
  margin: 12px 0 0;
  color: #607186;
  font-size: 14px;
  font-weight: 650;
}

.form-status {
  margin-top: 14px;
  min-height: 24px;
  color: #005ecb;
  font-weight: 850;
}

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

.policy-card h2 {
  margin: 0;
  color: #005ecb;
  font-size: 24px;
}

.policy-card p {
  margin: 12px 0 0;
  color: #405266;
  font-weight: 650;
}

.policy-list {
  margin: 16px 0 0;
  padding-left: 20px;
  color: #405266;
  font-weight: 650;
}

.policy-list a {
  color: #005ecb;
  font-weight: 900;
}

.policy-date {
  margin: 8px 0 0;
  color: #607186;
  font-weight: 850;
}

button:disabled {
  cursor: wait;
  opacity: 0.66;
}

.reveal {
  opacity: 1;
  transform: none;
}

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

.site-footer {
  padding: 42px 0;
  background: #03070c;
  border-top: 1px solid rgba(142, 180, 220, 0.18);
  color: rgba(247, 251, 255, 0.76);
}

.footer-inner {
  width: calc(100% - 36px);
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
}

.footer-wordmark {
  display: inline-block;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
}

.footer-summary {
  max-width: 560px;
  margin: 12px 0 0;
  color: rgba(247, 251, 255, 0.72);
  font-weight: 650;
}

.business-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  max-width: 760px;
  margin: 22px 0 0;
}

.business-info div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
}

.business-info dt {
  color: rgba(247, 251, 255, 0.48);
  font-size: 13px;
  font-weight: 850;
}

.business-info dd {
  margin: 0;
  color: rgba(247, 251, 255, 0.82);
  font-size: 14px;
  font-weight: 750;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.footer-copyright {
  margin-top: 18px;
  color: rgba(247, 251, 255, 0.5);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
  font-weight: 850;
}

.footer-links a {
  color: rgba(247, 251, 255, 0.82);
}

.mobile-cta-bar {
  display: none;
}

@media (max-width: 1100px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 66px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 62px;
  }
}

@media (max-width: 980px) {
  .contact-layout,
  .case-featured,
  .gif-panel,
  .service-panel {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .case-grid,
  .sample-grid,
  .pricing-grid,
  .assurance-grid,
  .proof-grid,
  .process,
  .estimate-notes,
  .proof-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-head {
    display: block;
  }

  .case-featured img {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    padding-bottom: 62px;
  }

  .nav {
    min-height: 66px;
  }

  .brand-title {
    font-size: 18px;
  }

  .brand-operator {
    font-size: 10px;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 70px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: rgba(5, 7, 11, 0.98);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    justify-content: flex-start;
  }

  .hero-inner {
    padding: 42px 0 34px;
    gap: 32px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .hero-copy,
  .page-hero p {
    font-size: 18px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .section-copy,
  .service-panel .panel-body p,
  .case-body p,
  .sample-body p,
  .contact-list span,
  .contact-list a,
  .policy-card p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .media-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: block;
  }

  .signal-chip {
    margin-top: 12px;
  }

  .hero .proof-rail,
  .hero .client-strip {
    display: none;
  }

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

  .proof-rail,
  .service-grid,
  .case-grid,
  .sample-grid,
  .pricing-grid,
  .assurance-grid,
  .proof-grid,
  .process,
  .estimate-notes,
  .form-grid,
  .case-meta,
  .service-panel ul,
  .feature-options,
  .business-info {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .section-title {
    font-size: 32px;
    line-height: 1.16;
  }

  .case-featured .case-body h3,
  .gif-panel h3 {
    font-size: 28px;
  }

  .footer-inner {
    display: block;
  }

  .footer-links {
    justify-content: flex-start;
    margin-top: 22px;
  }

  .business-info div {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .mobile-cta-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 45;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(142, 180, 220, 0.26);
    border-radius: 8px;
    background: rgba(3, 7, 12, 0.96);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(18px);
  }

  .mobile-cta-bar a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
  }

  .mobile-cta-bar a:first-child {
    background: var(--cyan);
    color: #031019;
  }
}

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

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

}
