:root {
  --ink: #111318;
  --ink-soft: #24272e;
  --paper: #f6f3ed;
  --white: #ffffff;
  --muted: #686b72;
  --line: rgba(17, 19, 24, 0.12);
  --gold: #d5ae62;
  --gold-bright: #f0cf87;
  --red: #df3d34;
  --red-dark: #b62822;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  font-family: inherit;
}

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

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

.shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.ico-phone {
  width: 1em;
  height: 1em;
  flex: none;
  fill: currentColor;
}

/* ---------- header ---------- */

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(10, 11, 14, 0.9);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 11px;
}

.brand-logo {
  width: auto;
  height: 40px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
}

.brand-text {
  padding-left: 12px;
  border-left: 1px solid rgba(240, 207, 135, 0.28);
}

.mobile-br {
  display: none;
}

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

.brand strong {
  color: var(--gold-bright);
  font-size: 16px;
  letter-spacing: -0.03em;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  letter-spacing: 0.04em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-call {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  border-radius: 4px;
  padding: 0 18px;
  background: var(--red);
  box-shadow: 0 8px 24px rgba(223, 61, 52, 0.32);
  color: var(--white);
  font-size: 17px;
  transition: background 180ms ease, transform 180ms ease;
}

.header-call:hover,
.header-call:focus-visible {
  background: var(--red-dark);
  transform: translateY(-1px);
}

.header-call small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.02em;
  opacity: 0.82;
}

.header-call strong {
  display: block;
  font-size: 17px;
  letter-spacing: 0.02em;
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  display: grid;
  min-height: 720px;
  overflow: hidden;
  padding: 150px 0 92px;
  background: #08090b;
  color: var(--white);
}

.hero-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: saturate(0.82) contrast(1.06);
  object-fit: cover;
  object-position: 64% 58%;
}

.hero-scrim {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(96deg, #06070a 0%, rgba(6, 7, 10, 0.94) 26%, rgba(6, 7, 10, 0.7) 52%, rgba(6, 7, 10, 0.34) 78%, rgba(6, 7, 10, 0.55) 100%),
    linear-gradient(180deg, rgba(6, 7, 10, 0.88) 0%, transparent 26%, transparent 62%, rgba(6, 7, 10, 0.8) 100%);
}

.hero-glow {
  position: absolute;
  z-index: 1;
  top: -300px;
  right: 2%;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(213, 174, 98, 0.22), transparent 66%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.75fr);
  align-items: center;
  gap: 64px;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.eyebrow span {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.eyebrow.dark {
  color: #9b6c25;
}

.hero h1 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.055em;
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.55);
}

.hero h1 span {
  display: block;
  margin-top: 10px;
  background: linear-gradient(100deg, #fff1c8 0%, var(--gold) 55%, #b88737 100%);
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.hero-description {
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.6);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

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

.button .ico-phone {
  font-size: 22px;
}

.button-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.button-primary {
  background: var(--red);
  box-shadow: 0 16px 40px rgba(223, 61, 52, 0.34);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--red-dark);
  box-shadow: 0 20px 48px rgba(223, 61, 52, 0.44);
}

.button-label {
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0.85;
}

.button-primary strong {
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1;
}

.ghost-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  transition: color 180ms ease, border-color 180ms ease;
}

.ghost-link:hover,
.ghost-link:focus-visible {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.hero-facts span {
  position: relative;
  padding-left: 13px;
}

.hero-facts span::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.hero-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(240, 207, 135, 0.28);
  border-radius: 6px;
  box-shadow: var(--shadow);
  transform: perspective(1200px) rotateY(-3deg);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.86) 100%);
  content: "";
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
}

.hero-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
}

.hero-visual figcaption span,
.hero-visual figcaption strong {
  display: block;
}

.hero-visual figcaption span {
  color: var(--gold-bright);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.hero-visual figcaption strong {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.5;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 26px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  letter-spacing: 0.14em;
  transform: translateX(-50%);
}

.scroll-cue i {
  position: relative;
  display: block;
  width: 24px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
}

.scroll-cue i::after {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 3px;
  height: 7px;
  border-radius: 3px;
  background: var(--gold);
  content: "";
  transform: translateX(-50%);
}

/* ---------- quick strip ---------- */

.quick-strip {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

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

.quick-strip p {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 17px;
  margin: 0;
  padding: 0 38px;
  border-right: 1px solid var(--line);
}

.quick-strip p:first-child {
  border-left: 1px solid var(--line);
}

.quick-strip strong {
  min-width: max-content;
  font-size: 16px;
}

.quick-strip span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

/* ---------- sections ---------- */

.section {
  padding: 120px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 55px;
}

.section-heading h2,
.trust-intro h2,
.center-heading h2,
.business-copy h2,
.faq-heading h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(30px, 3.3vw, 44px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.05em;
}

.section-heading > p {
  max-width: 500px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

/* ---------- service cards ---------- */

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

.service-card {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 8px;
  background: #0d0e12;
  color: var(--white);
  isolation: isolate;
}

.card-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: saturate(0.5) brightness(0.82) contrast(1.06);
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 500ms ease;
}

.service-card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 9, 12, 0.5) 0%, rgba(8, 9, 12, 0.72) 42%, rgba(8, 9, 12, 0.95) 100%);
  content: "";
  transition: background 300ms ease;
}

.service-card:hover .card-bg,
.service-card:focus-within .card-bg {
  transform: scale(1.08);
}

.service-card:hover::before,
.service-card:focus-within::before {
  background: linear-gradient(180deg, rgba(8, 9, 12, 0.42) 0%, rgba(8, 9, 12, 0.7) 42%, rgba(8, 9, 12, 0.96) 100%);
}

.card-body {
  padding: 34px 30px 20px;
}

.service-number {
  color: rgba(255, 255, 255, 0.42);
  font-family: Georgia, serif;
  font-size: 19px;
  font-style: italic;
}

.service-tag {
  margin: 46px 0 9px !important;
  color: var(--gold-bright) !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.service-card h3 {
  margin: 0;
  font-size: 29px;
  letter-spacing: -0.04em;
}

.card-body > p:not(.service-tag) {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.78;
}

.card-cta {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 8px 20px 20px;
  border: 1px solid rgba(240, 207, 135, 0.42);
  border-radius: 5px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(6px);
  transition: background 200ms ease, border-color 200ms ease;
}

.card-cta strong {
  color: var(--gold-bright);
  font-size: 19px;
  letter-spacing: 0.02em;
}

.card-cta:hover,
.card-cta:focus-visible {
  border-color: transparent;
  background: var(--red);
}

.card-cta:hover strong,
.card-cta:focus-visible strong {
  color: var(--white);
}

/* ---------- trust ---------- */

.trust {
  background: var(--ink);
  color: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.trust-intro {
  position: sticky;
  top: 116px;
  align-self: start;
}

.trust-intro > p:not(.eyebrow) {
  max-width: 470px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.85;
}

.text-link {
  display: inline-flex;
  min-height: 48px;
  flex-direction: column;
  justify-content: center;
  margin-top: 36px;
  border-bottom: 1px solid rgba(213, 174, 98, 0.45);
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.text-link span {
  margin-top: 5px;
  color: var(--gold-bright);
  font-size: 24px;
  font-weight: 800;
}

.trust-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 31px 4px;
}

.trust-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-index {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
}

.trust-list h3 {
  margin: 0;
  font-size: 21px;
  letter-spacing: -0.03em;
}

.trust-list p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.7;
}

/* ---------- process ---------- */

.process {
  background: var(--paper);
}

.center-heading {
  text-align: center;
}

.center-heading .eyebrow {
  justify-content: center;
}

.center-heading > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
}

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

.process-grid li {
  position: relative;
  min-height: 210px;
  border-top: 1px solid rgba(17, 19, 24, 0.22);
  padding: 30px 28px 0;
}

.process-grid li::before {
  position: absolute;
  top: -4px;
  left: 28px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.step-number {
  color: #8b8b8f;
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
}

.process-grid h3 {
  margin: 24px 0 0;
  font-size: 21px;
}

.process-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.process-callout {
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
  border-radius: 8px;
  padding: 25px 36px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(17, 19, 24, 0.06);
}

.process-callout span,
.process-callout strong {
  display: block;
}

.process-callout span {
  color: #9b6c25;
  font-size: 11px;
  font-weight: 700;
}

.process-callout strong {
  margin-top: 7px;
  font-size: 18px;
}

.button-dark {
  min-width: 250px;
  background: var(--ink);
  color: #fff;
  font-size: 16px;
}

.button-dark:hover,
.button-dark:focus-visible {
  background: #000;
}

/* ---------- business ---------- */

.business {
  overflow: hidden;
  background: #111318;
  color: #fff;
}

.business-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  gap: 90px;
  align-items: center;
}

.business-card::before {
  position: absolute;
  top: 50%;
  right: -320px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(213, 174, 98, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(213, 174, 98, 0.025), 0 0 0 180px rgba(213, 174, 98, 0.018);
  content: "";
  transform: translateY(-50%);
}

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

.business-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.8;
}

.business-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.business-copy li {
  position: relative;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
}

.business-copy li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.business-contact {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(213, 174, 98, 0.38);
  border-radius: 8px;
  padding: 38px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
}

.business-contact > span {
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.business-contact > strong {
  display: block;
  margin-top: 12px;
  font-size: 38px;
  letter-spacing: -0.02em;
}

.business-contact > p {
  margin: 18px 0 27px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.7;
}

.business-contact .button {
  width: 100%;
  padding-inline: 20px;
}

/* ---------- faq ---------- */

.faq-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 100px;
}

.faq-heading > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.faq-heading > a {
  display: inline-block;
  margin-top: 26px;
  border-bottom: 1px solid var(--red);
  padding-bottom: 6px;
  color: var(--red);
  font-size: 24px;
  font-weight: 800;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  display: flex;
  min-height: 85px;
  align-items: center;
  gap: 16px;
  padding: 20px 54px 20px 4px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  color: #9b6c25;
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
}

.faq-list summary i,
.faq-list summary i::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 1px;
  background: var(--ink);
  content: "";
}

.faq-list summary i::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.faq-list details[open] summary i::after {
  transform: rotate(0);
}

.faq-list details > p {
  margin: -4px 52px 27px 36px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

/* ---------- final CTA ---------- */

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 124px 0;
  background: #08090b;
  color: #fff;
  text-align: center;
}

.cta-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: saturate(0.55) contrast(1.12) brightness(1.05);
  object-fit: cover;
  object-position: center 58%;
}

.final-cta::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(213, 174, 98, 0.2), transparent 60%),
    linear-gradient(180deg, rgba(6, 7, 10, 0.82) 0%, rgba(6, 7, 10, 0.52) 46%, rgba(6, 7, 10, 0.9) 100%);
  content: "";
}

.final-cta-inner {
  position: relative;
  z-index: 2;
}

.final-cta p {
  margin: 0 0 20px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.final-cta h2 {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.6);
}

.cta-number {
  display: inline-flex;
  min-height: 96px;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  border: 1px solid rgba(240, 207, 135, 0.5);
  border-radius: 6px;
  padding: 0 42px;
  background: rgba(223, 61, 52, 0.06);
  color: var(--gold-bright);
  font-size: clamp(36px, 6vw, 62px);
  font-weight: 850;
  letter-spacing: 0.01em;
  transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.cta-number .ico-phone {
  font-size: 0.58em;
}

.cta-number:hover,
.cta-number:focus-visible {
  border-color: transparent;
  background: var(--red);
  color: #fff;
  transform: translateY(-3px);
}

.final-cta > .shell > span {
  display: block;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

/* ---------- footer ---------- */

.site-footer {
  padding: 52px 0 110px;
  background: #08090b;
  color: rgba(255, 255, 255, 0.5);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand img {
  width: 148px;
  height: auto;
}

.footer-tel a {
  font-size: 15px;
  letter-spacing: 0.02em;
}

/* ---------- 사업자 정보 ---------- */

.legal-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  padding: 28px 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.legal-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 34px;
  margin: 0;
  flex: 1;
}

.legal-info > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.legal-info dt {
  min-width: max-content;
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  letter-spacing: 0.01em;
}

.legal-info dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.legal-info dd.blank {
  color: rgba(255, 255, 255, 0.28);
  font-weight: 400;
}

.legal-bank {
  min-width: max-content;
  border: 1px solid rgba(240, 207, 135, 0.3);
  border-radius: 5px;
  padding: 14px 20px;
  background: rgba(240, 207, 135, 0.04);
}

.legal-bank span {
  display: block;
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.legal-bank strong {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  letter-spacing: 0.01em;
}

.legal-bank small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
}

.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-top: 20px;
}

.copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.32);
  font-size: 11px;
}

.footer-inner strong {
  color: var(--gold-bright);
  font-size: 16px;
}

.footer-inner p {
  margin: 7px 0 0;
  font-size: 11px;
  line-height: 1.65;
}

.footer-note {
  max-width: 620px;
  text-align: right;
}

.footer-note a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.credit {
  color: rgba(255, 255, 255, 0.32);
  font-size: 10px !important;
}

.credit a {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
}

/* ---------- mobile sticky ---------- */

.mobile-sticky {
  display: none;
}

/* ---------- responsive ---------- */

@media (max-width: 1050px) {
  .desktop-nav {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.85fr;
    gap: 38px;
  }

  .quick-strip p {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 20px 28px;
  }

  .service-card {
    min-height: 390px;
  }

  .trust-grid,
  .business-card,
  .faq-grid {
    gap: 55px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 64px;
  }

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

  .site-header {
    height: 64px;
  }

  .header-call small,
  .brand small {
    display: none;
  }

  .header-call {
    min-height: 42px;
    gap: 8px;
    padding: 0 14px;
  }

  .header-call strong {
    font-size: 15px;
  }

  .hero {
    min-height: auto;
    padding: 110px 0 78px;
  }

  .hero-bg {
    object-position: 62% 55%;
  }

  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(6, 7, 10, 0.94) 0%, rgba(6, 7, 10, 0.78) 42%, rgba(6, 7, 10, 0.9) 100%);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero-copy {
    max-width: 650px;
  }

  .hero-visual {
    width: 100%;
    transform: none;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding: 90px 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 20px;
  }

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

  .service-card {
    min-height: 340px;
  }

  .service-tag {
    margin-top: 30px !important;
  }

  .trust-grid,
  .business-card,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .trust-intro {
    position: static;
  }

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

  .process-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .button-dark {
    width: 100%;
  }

  .business-card::before {
    right: -520px;
  }

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

  .footer-note {
    text-align: left;
  }

  .legal-block {
    flex-direction: column;
    gap: 22px;
  }

  .legal-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .legal-bank {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .site-footer {
    padding-bottom: calc(110px + 78px + env(safe-area-inset-bottom));
  }

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

  .brand-logo {
    height: 30px;
  }

  .brand-text {
    padding-left: 9px;
  }

  .brand strong {
    font-size: 13px;
  }

  .header-call {
    min-height: 40px;
    padding: 0 12px;
  }

  .header-call strong {
    font-size: 13px;
  }

  .header-call .ico-phone {
    font-size: 14px;
  }

  .hero {
    padding: 96px 0 58px;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .hero h1 {
    font-size: clamp(31px, 9.6vw, 42px);
    line-height: 1.16;
  }

  .mobile-br {
    display: inline;
  }

  .hero-description {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.72;
  }

  .desktop-only {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .button {
    min-height: 66px;
    padding-inline: 22px;
  }

  .button-primary strong {
    font-size: 23px;
  }

  .ghost-link {
    justify-content: center;
    border-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 14px;
  }

  .hero-facts {
    gap: 8px 15px;
    margin-top: 20px;
    font-size: 10px;
  }

  .hero-grid {
    gap: 30px;
  }

  .hero-visual {
    margin: 0 -2px;
  }

  .hero-visual img {
    aspect-ratio: 1.5;
  }

  .hero-visual figcaption {
    right: 16px;
    bottom: 14px;
    left: 16px;
  }

  .hero-visual figcaption strong {
    font-size: 13px;
  }

  .quick-strip-inner {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .quick-strip p,
  .quick-strip p:first-child {
    min-height: 74px;
    flex-direction: row;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
    padding: 0 24px;
  }

  .quick-strip p:last-child {
    border-bottom: 0;
  }

  .quick-strip strong {
    min-width: 78px;
    font-size: 14px;
  }

  .section {
    padding: 72px 0;
  }

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

  .section-heading h2,
  .trust-intro h2,
  .center-heading h2,
  .business-copy h2,
  .faq-heading h2,
  .final-cta h2 {
    font-size: 32px;
  }

  .section-heading > p,
  .trust-intro > p:not(.eyebrow),
  .business-copy > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.75;
  }

  .service-card {
    min-height: 320px;
  }

  .card-body {
    padding: 28px 24px 16px;
  }

  .service-card h3 {
    font-size: 26px;
  }

  .card-cta {
    margin: 6px 16px 16px;
    padding: 0 16px;
  }

  .card-cta strong {
    font-size: 17px;
  }

  .trust-grid,
  .business-card,
  .faq-grid {
    gap: 42px;
  }

  .trust-list article {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 26px 2px;
  }

  .trust-list h3 {
    font-size: 18px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .process-grid li {
    display: grid;
    min-height: 130px;
    grid-template-columns: 36px 1fr;
    column-gap: 12px;
    padding: 24px 8px 18px;
  }

  .process-grid li::before {
    left: 8px;
  }

  .process-grid h3 {
    margin: 0;
    font-size: 18px;
  }

  .process-grid p {
    grid-column: 2;
    margin-top: -6px;
  }

  .process-callout {
    margin-top: 24px;
    gap: 24px;
    padding: 28px 24px;
  }

  .process-callout strong {
    font-size: 16px;
    line-height: 1.55;
  }

  .business-contact {
    padding: 28px 22px;
  }

  .business-contact > strong {
    font-size: 32px;
  }

  .faq-list summary {
    min-height: 75px;
    gap: 11px;
    padding-right: 40px;
    font-size: 15px;
  }

  .faq-list details > p {
    margin: -2px 24px 24px 27px;
    font-size: 13px;
  }

  .final-cta {
    padding: 88px 0;
  }

  .cta-number {
    min-height: 82px;
    width: 100%;
    justify-content: center;
    gap: 12px;
    padding: 0 20px;
    font-size: 38px;
  }

  .footer-inner {
    gap: 22px;
  }

  .footer-brand img {
    width: 104px;
  }

  .mobile-sticky {
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    background: rgba(9, 10, 13, 0.96);
    box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(16px);
  }

  .mobile-sticky a {
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 5px;
    background: var(--red);
    box-shadow: 0 6px 20px rgba(223, 61, 52, 0.34);
    color: #fff;
  }

  .mobile-sticky .ico-phone {
    font-size: 22px;
  }

  .mobile-sticky small {
    display: block;
    font-size: 10px;
    opacity: 0.8;
  }

  .mobile-sticky strong {
    display: block;
    font-size: 16px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
