@font-face {
  font-family: "ARSVT Quantico";
  src: local("Quantico");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #0d0d12;
  --bg-elevated: #12121a;
  --panel: #16161d;
  --panel-strong: #1d1d25;
  --line: #2b2b35;
  --line-strong: #3b3b47;
  --text: #f8f8fb;
  --muted: #a0a0af;
  --faint: #71717f;
  --orange: #f2a922;
  --orange-hot: #e07b00;
  --blue: #0091ff;
  --purple: #7967ff;
  --green: #64d69b;
  --danger: #ff6b76;
  --shadow: none;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1312px;
  --font-display: "ARSVT Quantico", "Arial Narrow", "Inter", system-ui, sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::before {
  display: none;
}

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

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

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

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

:focus-visible {
  border-radius: 6px;
  outline: 3px solid rgba(0, 145, 255, 0.7);
  outline-offset: 4px;
}

::selection {
  background: var(--orange);
  color: #111118;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 999px;
  background: white;
  color: #111;
}

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

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

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 60;
  border-bottom: 1px solid transparent;
}

.site-header.is-stuck {
  position: sticky;
  top: 0;
  border-color: var(--line);
  background: var(--bg);
}

.nav-shell {
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 64px;
  height: 84px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 0;
  min-width: 0;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-tagline {
  color: var(--orange);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
  padding-block: 10px;
}

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

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: white;
}

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

.nav-divider {
  width: 1px;
  height: 22px;
  background: var(--line-strong);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--panel);
  cursor: pointer;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  background: white;
  content: "";
  transition: transform 180ms ease;
}

.menu-icon::before {
  transform: translateY(-6px);
}

.menu-icon::after {
  transform: translateY(4px);
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--orange);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 6px 14px;
  border: 1px solid #5a4318;
  border-radius: 999px;
  background: #211c12;
}

.eyebrow::before {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 790px;
  place-items: center;
  overflow: hidden;
  padding: 70px 0 128px;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.hero-poster,
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100%, 177.78vh);
  height: max(100%, 56.25vw);
  transform: translate(-50%, -50%) scale(1.08);
  object-fit: cover;
}

.hero-video {
  z-index: 1;
  border: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 900ms ease;
}

.hero-video.is-ready {
  opacity: 0.62;
}

.hero-poster {
  z-index: 0;
  filter: saturate(0.74) contrast(1.08);
  opacity: 1;
  transition: opacity 700ms ease;
}

.hero-media.has-live-video .hero-poster {
  opacity: 0;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(13, 13, 18, 0.62);
}

.orb {
  display: none;
}

.hero-panel {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 48px));
  padding: clamp(38px, 5vw, 66px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #14141b;
  box-shadow: none;
  text-align: center;
}

.hero-panel-actions-only {
  width: auto;
  padding: 16px;
  border-radius: 999px;
}

.hero-panel > h1:first-child,
.hero-panel > .hero-copy:first-child,
.hero-panel > .actions:first-child {
  margin-top: 0;
}

.hero h1,
.page-hero h1,
.section-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 {
  margin-top: 24px;
  font-size: clamp(3.15rem, 6.4vw, 6rem);
}

.hero h1 span {
  display: inline;
}

.accent {
  color: var(--orange);
  font-style: italic;
}

.accent-blue {
  color: var(--blue);
}

.hero-copy {
  max-width: 590px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

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

.button-primary {
  background: var(--orange-hot);
  box-shadow: none;
  color: white;
}

.button-secondary {
  border-color: var(--blue);
  background: #102236;
  box-shadow: none;
}

.button-ghost {
  border-color: var(--line);
  background: var(--panel);
}

.button-danger {
  border-color: rgba(255, 107, 118, 0.28);
  background: #32181c;
  color: #ff9ca4;
}

.button-small {
  min-height: 38px;
  padding: 9px 16px;
  font-size: 0.66rem;
}

.section {
  position: relative;
  padding: clamp(80px, 9vw, 128px) 0;
}

.section-tight {
  padding-block: 72px;
}

.section-heading {
  display: grid;
  max-width: 700px;
  gap: 18px;
  margin-bottom: 48px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2.5rem, 5vw, 4.75rem);
}

.section-heading p,
.lede {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 64px;
  align-items: start;
}

.video-stack {
  display: grid;
  gap: 20px;
}

.video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--panel);
  box-shadow: none;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #08080c;
}

.video-frame img,
.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.video-frame img {
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 300ms ease;
}

.video-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.video-play {
  position: absolute;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.video-tier {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: #fff;
  background: #0d0d12;
  box-shadow: none;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.play-disc {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: #2a2a33;
  box-shadow: none;
  transition: transform 180ms ease, background 180ms ease;
}

.video-play:hover .play-disc {
  transform: scale(1.08);
  background: var(--orange-hot);
}

.showcase-video-card .play-disc {
  border-color: rgba(255, 255, 255, 0.28);
  background: #ff0033;
  box-shadow: none;
}

.showcase-video-card .video-play:hover .play-disc {
  background: #ff244f;
}

.play-disc::before {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid white;
  content: "";
}

.video-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 20px;
}

.video-meta strong {
  display: block;
  font-size: 0.88rem;
}

.video-meta span {
  color: var(--faint);
  font-size: 0.74rem;
}

.package-intro {
  margin: 14px 0 34px;
}

.package-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.glass-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--panel);
  box-shadow: none;
}

.package-card {
  position: relative;
  padding: 26px;
}

.package-card:has(.package-help-trigger[aria-expanded="true"]),
.portfolio-head:has(.package-help-trigger[aria-expanded="true"]),
.choice:has(.package-help-trigger[aria-expanded="true"]) {
  z-index: 60;
}

.package-card h3,
.content-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  letter-spacing: -0.035em;
}

.package-title-row,
.portfolio-title-row,
.choice-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.package-description {
  margin: 8px 0 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.package-help {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
}

.package-help-trigger {
  display: grid;
  width: 27px;
  height: 27px;
  padding: 0;
  place-items: center;
  border: 1px solid #575761;
  border-radius: 50%;
  background: #1b1b22;
  color: #fff;
  font: 800 0.85rem/1 var(--font-body);
  cursor: help;
}

.package-help-trigger:hover,
.package-help-trigger:focus-visible,
.package-help-trigger[aria-expanded="true"] {
  border-color: var(--accent);
  color: var(--accent);
}

.package-help-panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  left: 0;
  width: min(330px, calc(100vw - 40px));
  padding: 18px 42px 18px 18px;
  border: 1px solid #51515b;
  border-radius: 14px;
  background: #202027;
  color: #d5d5dc;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.42);
  font-size: 0.86rem;
  line-height: 1.55;
}

.package-help-panel > strong,
.package-help-panel > span {
  display: block;
}

.package-help-panel > strong {
  margin-bottom: 6px;
  color: #fff;
}

.package-help-close {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #aaaab4;
  font-size: 1.35rem;
  cursor: pointer;
}

.short-link-create {
  align-items: end;
  margin: 18px 0 22px;
}

.short-link-create .button {
  min-height: 44px;
  margin-bottom: 1px;
}

.admin-text-link {
  color: var(--text);
  display: inline-block;
  max-width: min(42vw, 34rem);
  overflow: hidden;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.package-price {
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border: 1px solid #5a4318;
  border-radius: 999px;
  background: #211c12;
  color: var(--orange);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  color: #cacbd3;
  font-size: 0.86rem;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 24px;
}

.feature-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  transform: none;
  border: 0;
  color: var(--orange);
  content: "—";
}

.client-avatar,
.testimonial-avatar {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #24242d;
  color: white;
  font-family: var(--font-display);
  font-weight: 700;
}

.client-avatar {
  width: 34px;
  height: 34px;
  font-size: 0.72rem;
}

.calculator-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.calculator-form,
.estimate-panel {
  padding: clamp(22px, 3vw, 34px);
}

.field-group {
  display: grid;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.field-group:first-child {
  padding-top: 0;
}

.field-group:last-child {
  border-bottom: 0;
}

.field-label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.field-label-row label,
.field-title {
  font-weight: 750;
}

.field-help {
  color: var(--faint);
  font-size: 0.78rem;
}

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

.choice {
  position: relative;
}

.choice > .package-help {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
}

.choice > .package-help .package-help-panel {
  right: 0;
  left: auto;
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice label {
  display: grid;
  min-height: 92px;
  align-content: center;
  gap: 4px;
  padding: 18px 54px 18px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #1b1b22;
  cursor: pointer;
}

.choice label > span:last-child {
  color: var(--faint);
  font-size: 0.75rem;
}

.switch input:disabled + span {
  opacity: 0.65;
  cursor: not-allowed;
}

.choice input:checked + label {
  border-color: var(--orange);
  background: #272014;
  box-shadow: none;
}

.choice input:focus-visible + label {
  outline: 3px solid rgba(0, 145, 255, 0.7);
  outline-offset: 3px;
}

.toggle-row,
.quantity-row {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #1b1b22;
}

.toggle-copy {
  display: grid;
  gap: 2px;
}

.toggle-copy span {
  color: var(--faint);
  font-size: 0.74rem;
}

.switch {
  position: relative;
  width: 42px;
  height: 24px;
  flex: 0 0 auto;
}

.switch input {
  position: absolute;
  opacity: 0;
}

.switch span {
  position: absolute;
  inset: 0;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #2a2a33;
  cursor: pointer;
}

.switch span::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #aaaab6;
  content: "";
  transition: transform 180ms ease, background 180ms ease;
}

.switch input:checked + span {
  border-color: var(--orange);
  background: #493716;
}

.switch input:checked + span::after {
  transform: translateX(18px);
  background: var(--orange);
}

.range-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}

input[type="range"] {
  width: 100%;
  accent-color: var(--orange);
}

.range-value {
  display: grid;
  width: 42px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  font-weight: 800;
}

.quantity-control {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.quantity-control button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--panel-strong);
  cursor: pointer;
}

.estimate-panel {
  position: sticky;
  top: 118px;
  overflow: hidden;
}

.estimate-panel::before {
  display: none;
}

.estimate-price {
  margin: 4px 0 2px;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 6vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.06em;
}

.estimate-note {
  color: var(--faint);
  font-size: 0.78rem;
}

.breakdown {
  display: grid;
  gap: 12px;
  margin: 26px 0;
  padding: 22px 0;
  border-block: 1px solid var(--line);
}

.breakdown-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #c7c7d0;
  font-size: 0.84rem;
}

.breakdown-row span:last-child {
  flex: 0 0 auto;
  color: white;
  font-variant-numeric: tabular-nums;
}

.estimate-actions {
  display: grid;
  gap: 10px;
}

.seed-field {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 18px;
}

.input,
.textarea,
.select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #1b1b22;
  color: white;
  color-scheme: dark;
}

.select option {
  background: #17171d;
  color: #f7f7fa;
}

.input,
.select {
  min-height: 46px;
  padding: 10px 13px;
}

.textarea {
  min-height: 130px;
  padding: 13px;
  resize: vertical;
}

.input::placeholder,
.textarea::placeholder {
  color: #6f6f7c;
}

.consent-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: grid;
  width: min(470px, calc(100% - 40px));
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: #111118;
  box-shadow: none;
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner strong {
  color: white;
}

.consent-banner p {
  margin: 6px 0 0;
  color: var(--faint);
  font-size: 0.82rem;
  line-height: 1.55;
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 540px) {
  .consent-banner {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 78px;
}

.page-hero::after {
  display: none;
}

.page-hero-inner {
  display: grid;
  max-width: 840px;
  gap: 22px;
}

.page-hero h1 {
  font-size: clamp(3.2rem, 7vw, 6.2rem);
}

.portfolio-section {
  padding: 54px 0 86px;
  border-top: 1px solid var(--line);
}

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

.portfolio-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.045em;
}

.portfolio-title-row {
  align-items: center;
}

.portfolio-title-row .package-help-panel {
  left: auto;
  right: 0;
}

.portfolio-count {
  color: var(--faint);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.link-page {
  min-height: calc(100vh - 104px);
  padding: 72px 0 100px;
}

.link-profile {
  width: min(680px, calc(100% - 48px));
  margin-inline: auto;
  text-align: center;
}

.link-profile .brand-mark {
  width: 92px;
  height: 104px;
  margin-inline: auto;
  object-fit: contain;
}

.link-profile h1 {
  margin: 20px 0 8px;
  font-family: var(--font-display);
  font-size: 3rem;
  letter-spacing: -0.05em;
}

.link-list {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.social-link {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  min-height: 70px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 169, 34, 0.42);
  background: #211c12;
}

.social-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  font-size: 0.72rem;
  font-weight: 900;
  color: #d8d8df;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.social-link:hover .social-icon,
.social-link:focus-visible .social-icon {
  border-color: rgba(242, 169, 34, 0.55);
  background: #211c12;
  color: var(--accent);
}

.social-link strong {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.social-arrow {
  color: var(--faint);
  font-size: 1.3rem;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 4px;
  padding: 14px;
}

.legal-nav a {
  padding: 10px 12px;
  border-radius: 9px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.legal-nav a:hover,
.legal-nav a:focus-visible {
  background: var(--panel);
  color: white;
}

.legal-content {
  padding: clamp(24px, 5vw, 56px);
}

.legal-content h2 {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 64px 0 22px;
  scroll-margin-top: 120px;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-section-number {
  color: var(--accent);
  font-size: 0.58em;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.legal-content p,
.legal-content li {
  color: #b8b8c1;
}

.legal-content p {
  margin: 0 0 18px;
}

.legal-content ul {
  margin: 0 0 22px;
  padding-left: 1.25rem;
}

.legal-content li + li {
  margin-top: 10px;
}

.legal-content strong {
  color: #fff;
  font-weight: 800;
}

.legal-content a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--accent) 50%, transparent);
  text-underline-offset: 3px;
}

.legal-section + .legal-section {
  margin-top: 64px;
}

.legal-section + .legal-section h2 {
  margin-top: 0;
}

.review-section {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #101016;
}

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

.testimonial-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.testimonial-carousel.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.testimonial-carousel::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  display: grid;
  flex: 0 0 calc((100% - 40px) / 3);
  min-height: 260px;
  align-content: space-between;
  gap: 34px;
  padding: 26px;
  scroll-snap-align: start;
}

.testimonial-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 18px;
  margin-top: 18px;
}

.testimonial-pagination button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #65656f;
  cursor: pointer;
  transition: width 160ms ease, border-radius 160ms ease, background-color 160ms ease;
}

.testimonial-pagination button:hover,
.testimonial-pagination button:focus-visible,
.testimonial-pagination button[aria-current="true"] {
  background: var(--orange);
}

.testimonial-pagination button[aria-current="true"] {
  width: 24px;
  border-radius: 999px;
}

.testimonial-card blockquote {
  margin: 0;
  color: #d8d8df;
  font-size: 1rem;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-person-link {
  width: fit-content;
  border-radius: 12px;
  transition: color 160ms ease, transform 160ms ease;
}

.testimonial-person-link:hover,
.testimonial-person-link:focus-visible {
  color: var(--accent);
  transform: translateY(-2px);
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: cover;
  font-size: 0.75rem;
}

.testimonial-person strong { display: block; }

.faq {
  display: grid;
  gap: 10px;
}

.faq details {
  padding: 0 22px;
}

.faq summary {
  padding: 20px 0;
  font-weight: 760;
  cursor: pointer;
}

.faq p {
  margin: 0;
  padding: 0 0 22px;
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #0a0a0e;
}

.footer-compact {
  display: flex;
  min-height: 94px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 20px;
}

.footer-copyright {
  display: grid;
  gap: 4px;
  color: var(--faint);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.footer-ars {
  color: var(--accent);
  font-weight: 900;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social-link {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  color: #d8d8df;
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(242, 169, 34, 0.55);
  background: #211c12;
  color: var(--accent);
}

.social-icon svg,
.footer-social-link svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icon .social-fill,
.footer-social-link .social-fill {
  fill: currentColor;
  stroke: none;
}

.social-icon-fallback {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 750;
}

.status-dot::before {
  display: none;
}

.toast-region {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 300;
  display: grid;
  gap: 10px;
}

.toast {
  max-width: 360px;
  padding: 13px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: #14141d;
  box-shadow: none;
  color: white;
  font-size: 0.82rem;
  animation: toast-in 240ms ease both;
}

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}

@media (max-width: 980px) {
  .nav-shell {
    min-height: 84px;
  }

  .brand img {
    width: 52px;
    height: 68px;
  }

  .menu-button {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% - 4px);
    right: 16px;
    left: 16px;
    display: none;
    align-items: stretch;
    gap: 2px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #111118;
    box-shadow: none;
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    padding: 13px 12px;
    border-radius: 10px;
  }

  .nav-links a:hover {
    background: var(--panel);
  }

  .nav-divider {
    display: none;
  }

  .testimonial-card {
    flex-basis: calc((100% - 20px) / 2);
  }

  .showcase-grid,
  .calculator-shell,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .showcase-grid {
    gap: 46px;
  }

  .estimate-panel,
  .legal-nav {
    position: relative;
    top: auto;
  }

  .legal-nav {
    display: grid;
    overflow: visible;
  }

  .legal-nav a {
    width: 100%;
  }

  .footer-compact {
    flex-wrap: wrap;
  }

  .footer-copyright {
    min-width: 0;
    overflow-wrap: anywhere;
  }

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

}

@media (max-width: 700px) {
  .package-help-panel,
  .choice > .package-help .package-help-panel,
  .portfolio-title-row .package-help-panel {
    position: fixed;
    z-index: 120;
    top: 50%;
    right: auto;
    left: 50%;
    width: min(340px, calc(100vw - 32px));
    max-height: min(70vh, 440px);
    overflow-y: auto;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .nav-shell {
    min-height: 84px;
  }

  .brand img {
    width: 52px;
    height: 68px;
  }

  .brand-tagline {
    font-size: 0.58rem;
  }

  .menu-button {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% - 4px);
    right: 16px;
    left: 16px;
    display: none;
    align-items: stretch;
    gap: 2px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #111118;
    box-shadow: none;
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    padding: 13px 12px;
    border-radius: 10px;
  }

  .nav-links a:hover {
    background: var(--panel);
  }

  .nav-divider {
    display: none;
  }

  .hero {
    min-height: 720px;
    padding-top: 40px;
  }

  .hero-panel {
    width: calc(100% - 32px);
    padding: 38px 22px;
    border-radius: 28px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 12vw, 4.3rem);
  }

  .hero-copy br {
    display: none;
  }

  .actions {
    display: grid;
  }

  .actions .button {
    width: 100%;
  }

  .section {
    padding-block: 80px;
  }

  .package-grid,
  .choice-grid,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-carousel {
    scroll-padding-inline: 2px;
  }

  .testimonial-card {
    flex-basis: 100%;
  }

  .page-hero {
    padding-top: 58px;
  }

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

  .portfolio-head {
    align-items: start;
    flex-direction: column;
  }

  .footer-compact {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-socials {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: 620px;
  }

  .hero-panel {
    padding: 30px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero-video {
    display: none;
  }
}
.preview-banner {
  position: sticky;
  z-index: 1000;
  top: 0;
  padding: 10px 16px;
  background: #f2a922;
  color: #111;
  text-align: center;
  font-weight: 800;
}
