:root {
  --cursor-x: 74%;
  --cursor-y: 22%;
  --ink: #fbf6eb;
  --muted: rgba(251, 246, 235, 0.7);
  --paper: #030607;
  --surface: rgba(8, 13, 15, 0.72);
  --white: #ffffff;
  --charcoal: #060c0f;
  --teal: #39bdb5;
  --teal-dark: #8cebe4;
  --clay: #e4683d;
  --yellow: #f2bd4d;
  --blue: #335c67;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #030607;
}

body {
  position: relative;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(3, 6, 7, 0.12), rgba(3, 6, 7, 0.86)),
    linear-gradient(90deg, rgba(3, 6, 7, 0.12), rgba(3, 6, 7, 0.62)),
    url("assets/digital-studio-hero.png");
  background-position: center;
  background-size: cover;
  content: "";
  opacity: 0.5;
  transform: scale(1.04);
  animation: pageImageBreath 24s ease-in-out infinite alternate;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(242, 189, 77, 0.13), transparent min(30vw, 360px)),
    radial-gradient(circle at 78% 18%, rgba(57, 189, 181, 0.16), transparent 24%),
    radial-gradient(circle at 20% 78%, rgba(228, 104, 61, 0.14), transparent 26%);
  content: "";
  pointer-events: none;
  transition: background 180ms ease;
  animation: ambientGlow 16s ease-in-out infinite alternate;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max), calc(100% - 28px));
  margin: 14px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(16, 18, 19, 0.82);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
  padding: 10px 12px 10px 16px;
  backdrop-filter: blur(16px);
  transition:
    background 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease;
  animation: headerDrop 680ms ease both;
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(8, 11, 12, 0.92);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

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

.brand-logo {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 18px;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.34));
  transition:
    filter 240ms ease,
    transform 240ms ease;
}

.brand:hover .brand-logo {
  filter:
    drop-shadow(0 12px 24px rgba(0, 0, 0, 0.36))
    drop-shadow(0 0 16px rgba(57, 189, 181, 0.2));
  transform: translateY(-1px) scale(1.02);
}

.brand-text {
  display: grid;
}

.brand strong {
  color: var(--white);
  font-size: 0.98rem;
  line-height: 1.1;
}

.brand small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 750;
}

.nav-links a {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  padding: 10px 13px;
  transition:
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.nav-links a::after {
  position: absolute;
  right: 13px;
  bottom: 7px;
  left: 13px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--yellow));
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.11);
  color: var(--white);
  transform: translateY(-1px);
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  background: var(--clay);
  color: var(--white) !important;
}

.menu-toggle {
  display: none;
}

.hero-shell,
.signal-row,
.section,
.workboard,
.quote-section,
.site-footer {
  width: min(var(--max), calc(100% - 28px));
  margin-right: auto;
  margin-left: auto;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 760px;
  margin-top: -74px;
  padding: clamp(118px, 12vw, 158px) max(14px, calc((100vw - var(--max)) / 2)) 84px;
  background: #030607;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-shell::before,
.hero-shell::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.hero-shell::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 6, 7, 0.88) 0%, rgba(3, 6, 7, 0.62) 38%, rgba(3, 6, 7, 0.16) 75%, rgba(3, 6, 7, 0.04) 100%),
    linear-gradient(180deg, rgba(3, 6, 7, 0.08) 0%, rgba(3, 6, 7, 0.72) 100%),
    url("assets/digital-studio-hero.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  transform-origin: 58% 44%;
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-shell::after {
  z-index: -1;
  background:
    radial-gradient(circle at 78% 58%, rgba(242, 189, 77, 0.2), transparent 12%),
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.08) 48%, transparent 58%),
    repeating-linear-gradient(90deg, rgba(223, 253, 250, 0.035) 0 1px, transparent 1px 86px);
  mix-blend-mode: screen;
  opacity: 0.44;
  animation:
    lightSweep 7s ease-in-out infinite,
    scanFloat 13s linear infinite;
}

.hero-copy,
.quote-preview {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 760px;
  padding: 0;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.55);
}

.status-pill,
.eyebrow {
  width: fit-content;
  margin: 0 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(24, 124, 120, 0.22);
  color: #dffdfa;
  padding: 7px 11px;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.eyebrow {
  border-color: rgba(57, 189, 181, 0.28);
  background: rgba(57, 189, 181, 0.11);
  color: #dffdfa;
}

.quote-section .eyebrow {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(24, 124, 120, 0.22);
  color: #dffdfa;
}

.hero-copy h1,
.section-heading h2,
.board-copy h2,
.quote-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 7vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy h1 {
  color: var(--white);
  max-width: 760px;
  font-size: clamp(3.2rem, 5.7vw, 5.7rem);
  line-height: 0.92;
}

.hero-copy p:not(.status-pill),
.section-heading p,
.board-copy p,
.quote-copy p {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

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

.hero-copy p:not(.status-pill) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 18px;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.button::before {
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -55%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  content: "";
  opacity: 0;
  transform: translateX(-20%) rotate(14deg);
  transition:
    opacity 180ms ease,
    transform 620ms ease;
}

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

.button:hover::before {
  opacity: 1;
  transform: translateX(360%) rotate(14deg);
}

.button.primary {
  background: var(--clay);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(216, 102, 63, 0.24);
}

.button.primary:hover {
  background: #c95431;
  box-shadow: 0 18px 44px rgba(216, 102, 63, 0.34);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.button.secondary:hover {
  border-color: rgba(57, 189, 181, 0.46);
  background: rgba(57, 189, 181, 0.13);
}

.button.card-button {
  width: 100%;
  margin-top: 22px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.button.card-button:hover {
  border-color: rgba(242, 189, 77, 0.38);
  background: rgba(255, 255, 255, 0.16);
}

.button.card-button.light {
  background: var(--yellow);
  color: #171717;
  box-shadow: 0 14px 34px rgba(242, 189, 77, 0.2);
}

.button.card-button.light:hover {
  background: #ffd06f;
  box-shadow: 0 18px 44px rgba(242, 189, 77, 0.32);
}

.quote-preview {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 8%, rgba(57, 189, 181, 0.16), transparent 26%),
    linear-gradient(145deg, rgba(10, 17, 19, 0.56), rgba(4, 7, 8, 0.86));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: clamp(22px, 3vw, 30px);
  animation: panelFloat 6s ease-in-out infinite;
  backdrop-filter: blur(14px);
}

.quote-preview::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  content: "";
  pointer-events: none;
}

.quote-preview::after {
  position: absolute;
  inset: -45%;
  background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, 0.16) 50%, transparent 58%);
  content: "";
  opacity: 0.5;
  pointer-events: none;
  transform: translateX(-55%) rotate(8deg);
  animation: cardSweep 7.5s ease-in-out infinite;
}

.preview-header,
.preview-total,
.mini-services,
.preview-note {
  position: relative;
}

.preview-header {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
  font-weight: 850;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 6px rgba(242, 189, 77, 0.14);
  animation: pulseDot 1.7s ease-in-out infinite;
}

.preview-total {
  display: grid;
  margin-top: 44px;
}

.preview-total small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.85rem;
}

.preview-total strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 9vw, 6.5rem);
  line-height: 1;
}

.mini-services {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.mini-services div {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  padding: 14px;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    transform 220ms ease;
}

.mini-services div:hover {
  border-color: rgba(242, 189, 77, 0.38);
  background: rgba(255, 255, 255, 0.13);
  transform: translateX(4px);
}

.mini-services span {
  color: rgba(255, 255, 255, 0.78);
}

.preview-note {
  margin-top: 18px;
  border-left: 4px solid var(--yellow);
  padding-left: 13px;
}

.preview-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.signal-row {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: -54px;
  margin-bottom: 28px;
}

.signal-row div {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(8, 13, 15, 0.72);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  padding: 20px;
  backdrop-filter: blur(12px);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.signal-row div::before,
.feature-grid article::before,
.checkout-card::before,
.faq-grid article::before,
.process-steps article::before,
.plan-grid article::before,
.package-card::before,
.quote-form::before,
.pricing-note::before,
.service-menu article::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--card-x, 50%) var(--card-y, 0%), rgba(242, 189, 77, 0.14), transparent 34%),
    linear-gradient(120deg, transparent 38%, rgba(255, 255, 255, 0.08), transparent 58%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.signal-row div:hover,
.feature-grid article:hover,
.checkout-card:hover,
.faq-grid article:hover,
.process-steps article:hover,
.plan-grid article:hover {
  border-color: rgba(242, 189, 77, 0.32);
  background: rgba(19, 25, 25, 0.86);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.34);
  transform: translateY(-6px);
}

.signal-row div:hover::before,
.feature-grid article:hover::before,
.checkout-card:hover::before,
.faq-grid article:hover::before,
.process-steps article:hover::before,
.plan-grid article:hover::before,
.package-card:hover::before,
.quote-form:hover::before,
.pricing-note:hover::before,
.service-menu article:hover::before {
  opacity: 1;
}

.signal-row span {
  color: var(--clay);
  font-weight: 900;
}

.signal-row strong {
  display: block;
  margin-top: 18px;
  font-size: 1.04rem;
}

.signal-row p {
  margin: 6px 0 0;
  color: var(--muted);
}

.feature-grid,
.checkout-grid,
.faq-grid,
.process-steps {
  display: grid;
  gap: 16px;
}

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

.feature-grid article,
.checkout-card,
.faq-grid article,
.process-steps article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
  padding: 22px;
  backdrop-filter: blur(12px);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.feature-grid span,
.checkout-card span,
.process-steps span {
  color: var(--clay);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.feature-grid h3,
.checkout-card h3,
.faq-grid h3,
.process-steps h3 {
  margin: 12px 0 0;
  font-size: 1.22rem;
  line-height: 1.2;
}

.feature-grid p,
.checkout-card p,
.faq-grid p,
.process-steps p {
  margin: 10px 0 0;
  color: var(--muted);
}

.signal-row div > *,
.feature-grid article > *,
.checkout-card > *,
.faq-grid article > *,
.process-steps article > *,
.plan-grid article > *,
.package-card > *,
.quote-form > *,
.pricing-note > *,
.service-menu article > * {
  position: relative;
  z-index: 1;
}

.section {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 94% 8%, rgba(242, 189, 77, 0.16), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(57, 189, 181, 0.13), transparent 30%),
    linear-gradient(145deg, rgba(11, 18, 20, 0.78), rgba(4, 8, 10, 0.62));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
  padding: clamp(46px, 7vw, 82px);
  backdrop-filter: blur(10px);
}

.section + .section,
.section + .workboard,
.workboard + .section,
.section + .quote-section {
  margin-top: 24px;
}

.section::before,
.workboard::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  opacity: 0.36;
  pointer-events: none;
}

.section::after,
.workboard::after,
.quote-section::before {
  position: absolute;
  inset: -40%;
  background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, 0.08) 50%, transparent 58%);
  content: "";
  opacity: 0.26;
  pointer-events: none;
  transform: translateX(-60%) rotate(8deg);
  animation: sectionSweep 13s ease-in-out infinite;
}

.section > *,
.workboard > *,
.quote-section > * {
  position: relative;
  z-index: 1;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading p {
  color: rgba(248, 244, 236, 0.74);
}

.section-heading.tight {
  max-width: 620px;
}

.section-heading h2,
.board-copy h2,
.quote-copy h2 {
  font-size: clamp(2.15rem, 4.7vw, 4.5rem);
  line-height: 1;
}

.service-menu {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(5, 10, 12, 0.58);
  box-shadow: 0 20px 66px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.service-menu article {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 24px;
  transition:
    background 240ms ease,
    transform 240ms ease;
}

.service-menu article:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(5px);
}

.service-menu article:last-child {
  border-bottom: 0;
}

.service-index {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(57, 189, 181, 0.2), rgba(242, 189, 77, 0.12)),
    rgba(24, 124, 120, 0.12);
  color: var(--teal-dark);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  font-weight: 900;
}

.service-menu h3 {
  margin: 0;
  font-size: 1.22rem;
}

.service-menu p {
  margin: 6px 0 0;
  color: var(--muted);
}

.service-menu article > strong {
  color: var(--yellow);
  font-size: 1.02rem;
  white-space: nowrap;
}

.package-section {
  border-color: rgba(216, 102, 63, 0.22);
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 102, 63, 0.2), transparent 25%),
    radial-gradient(circle at 12% 88%, rgba(242, 189, 77, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(18, 12, 9, 0.82), rgba(5, 10, 12, 0.62));
}

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

.package-card,
.plan-grid article,
.quote-form {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.package-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  min-height: 310px;
  padding: 24px;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.package-card.featured {
  --base-y: -10px;
  border-color: rgba(216, 102, 63, 0.48);
  background: rgba(216, 102, 63, 0.13);
  color: var(--white);
  transform: translateY(var(--base-y));
  animation: featuredGlow 4.5s ease-in-out infinite;
}

.package-card:hover {
  border-color: rgba(242, 189, 77, 0.38);
  background: rgba(17, 23, 24, 0.9);
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.36);
  transform: translateY(-6px);
}

.package-card.featured:hover {
  transform: translateY(calc(var(--base-y) - 6px));
}

.package-card p {
  width: fit-content;
  margin: 0 0 16px;
  border-radius: 999px;
  background: rgba(57, 189, 181, 0.12);
  color: #dffdfa;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card.featured p {
  background: rgba(242, 189, 77, 0.16);
  color: var(--yellow);
}

.package-card h3 {
  margin: 0;
  font-size: 1.45rem;
}

.package-card strong {
  display: block;
  margin-top: 10px;
  color: var(--clay);
  font-size: 1.45rem;
}

.package-card.featured strong {
  color: var(--yellow);
}

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

.package-card li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
}

.package-card.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.package-card li::before {
  position: absolute;
  left: 0;
  color: var(--teal);
  content: "+";
  font-weight: 900;
}

.pricing-note {
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
  border: 1px solid rgba(24, 124, 120, 0.18);
  border-radius: 18px;
  background: rgba(57, 189, 181, 0.08);
  padding: 16px;
  color: var(--muted);
  transition:
    border-color 240ms ease,
    background 240ms ease,
    transform 240ms ease;
}

.pricing-note:hover {
  border-color: rgba(57, 189, 181, 0.34);
  background: rgba(57, 189, 181, 0.12);
  transform: translateY(-3px);
}

.pricing-note strong {
  color: var(--ink);
  white-space: nowrap;
}

.checkout-section {
  border-color: rgba(57, 189, 181, 0.24);
  background:
    radial-gradient(circle at 82% 18%, rgba(57, 189, 181, 0.2), transparent 26%),
    radial-gradient(circle at 18% 86%, rgba(242, 189, 77, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(5, 18, 20, 0.78), rgba(4, 7, 8, 0.62));
}

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

.checkout-card strong {
  display: block;
  margin: 18px 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  line-height: 1;
}

.checkout-card {
  display: grid;
  align-content: start;
  min-height: 275px;
}

.checkout-card .button {
  align-self: end;
  width: 100%;
}

.workboard {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 20%, rgba(242, 189, 77, 0.16), transparent 26%),
    radial-gradient(circle at 18% 76%, rgba(216, 102, 63, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(10, 14, 16, 0.76), rgba(4, 8, 10, 0.62));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
  padding: clamp(58px, 8vw, 92px) 0;
  padding-right: clamp(18px, 5vw, 62px);
  padding-left: clamp(18px, 5vw, 62px);
  backdrop-filter: blur(10px);
}

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

.process-steps span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(216, 102, 63, 0.12);
  box-shadow: 0 0 0 0 rgba(216, 102, 63, 0.14);
  animation: stepPulse 4.8s ease-in-out infinite;
}

.business-plan {
  border-color: rgba(242, 189, 77, 0.2);
  background:
    radial-gradient(circle at 12% 14%, rgba(242, 189, 77, 0.13), transparent 24%),
    radial-gradient(circle at 86% 76%, rgba(57, 189, 181, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(16, 19, 16, 0.86), rgba(5, 10, 12, 0.74));
}

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

.plan-grid article {
  padding: 20px;
}

.plan-grid span {
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-grid p {
  margin: 18px 0 0;
  color: var(--muted);
}

.faq-section {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 14% 86%, rgba(216, 102, 63, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(12, 17, 20, 0.86), rgba(6, 10, 12, 0.76));
}

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

.quote-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  border-radius: 28px 28px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 80% 12%, rgba(216, 102, 63, 0.18), transparent 26%),
    linear-gradient(145deg, rgba(7, 16, 19, 0.9), rgba(5, 9, 11, 0.82));
  color: var(--white);
  padding: clamp(44px, 7vw, 80px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

[data-reveal] {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, calc(24px + var(--base-y, 0px)), 0);
  transition:
    opacity 760ms ease var(--reveal-delay, 0ms),
    filter 760ms ease var(--reveal-delay, 0ms),
    transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

[data-reveal="left"] {
  transform: translate3d(-28px, var(--base-y, 0px), 0);
}

[data-reveal="right"] {
  transform: translate3d(28px, var(--base-y, 0px), 0);
}

[data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, var(--base-y, 0px), 0);
}

.package-card[data-reveal].is-visible:hover {
  transform: translateY(-6px);
}

.package-card.featured[data-reveal].is-visible:hover {
  transform: translateY(calc(var(--base-y) - 6px));
}

.pricing-note[data-reveal].is-visible:hover {
  transform: translateY(-3px);
}

.quote-form[data-reveal].is-visible:hover {
  transform: translateY(-4px);
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pageImageBreath {
  from {
    opacity: 0.34;
    transform: scale(1.035) translate3d(-0.4%, 0, 0);
  }

  to {
    opacity: 0.48;
    transform: scale(1.07) translate3d(0.5%, -0.4%, 0);
  }
}

@keyframes ambientGlow {
  from {
    opacity: 0.78;
    filter: saturate(1);
  }

  to {
    opacity: 1;
    filter: saturate(1.22);
  }
}

@keyframes sectionSweep {
  0%,
  36% {
    transform: translateX(-60%) rotate(8deg);
  }

  100% {
    transform: translateX(60%) rotate(8deg);
  }
}

@keyframes cardSweep {
  0%,
  42% {
    transform: translateX(-55%) rotate(8deg);
  }

  100% {
    transform: translateX(55%) rotate(8deg);
  }
}

@keyframes featuredGlow {
  0%,
  100% {
    box-shadow:
      0 16px 44px rgba(0, 0, 0, 0.22),
      0 0 0 rgba(242, 189, 77, 0);
  }

  50% {
    box-shadow:
      0 24px 70px rgba(0, 0, 0, 0.34),
      0 0 34px rgba(242, 189, 77, 0.16);
  }
}

@keyframes stepPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(216, 102, 63, 0.16);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(216, 102, 63, 0);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translate3d(-0.8%, -0.4%, 0);
    filter: saturate(1) contrast(1.02);
  }

  to {
    transform: scale(1.09) translate3d(1.1%, 0.7%, 0);
    filter: saturate(1.12) contrast(1.08);
  }
}

@keyframes lightSweep {
  0%,
  100% {
    opacity: 0.42;
    transform: translateX(-8%);
  }

  50% {
    opacity: 0.72;
    transform: translateX(7%);
  }
}

@keyframes scanFloat {
  from {
    background-position:
      center,
      -160px 0,
      0 0;
  }

  to {
    background-position:
      center,
      220px 0,
      180px 0;
  }
}

@keyframes panelFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes pulseDot {
  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(242, 189, 77, 0.14);
  }

  50% {
    box-shadow: 0 0 0 11px rgba(242, 189, 77, 0.04);
  }
}

.quote-copy h2 {
  color: var(--white);
}

.quote-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.contact-strip span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.contact-strip span:hover {
  border-color: rgba(242, 189, 77, 0.36);
  background: rgba(242, 189, 77, 0.1);
  color: var(--white);
  transform: translateY(-2px);
}

.quote-form {
  display: grid;
  gap: 15px;
  padding: 22px;
  background: var(--surface);
  color: var(--ink);
  transition:
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease;
}

.quote-form:hover {
  border-color: rgba(242, 189, 77, 0.3);
  background: rgba(16, 22, 24, 0.86);
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.34);
  transform: translateY(-4px);
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  padding: 12px;
  transition:
    border-color 200ms ease,
    background 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}

.quote-form input:hover,
.quote-form select:hover,
.quote-form textarea:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.11);
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(24, 124, 120, 0.16);
  box-shadow: 0 0 0 5px rgba(57, 189, 181, 0.06);
  transform: translateY(-1px);
}

.quote-form .button {
  width: 100%;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding: 24px 0;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 900;
}

.footer-logo {
  width: 28px;
  height: 28px;
  border-radius: 10px;
}

.site-footer a {
  color: var(--teal-dark);
  font-weight: 900;
}

.thanks-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.thanks-card {
  position: relative;
  overflow: hidden;
  width: min(720px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 10%, rgba(57, 189, 181, 0.18), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(242, 189, 77, 0.14), transparent 26%),
    linear-gradient(145deg, rgba(10, 17, 19, 0.8), rgba(4, 7, 8, 0.72));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  padding: clamp(28px, 6vw, 58px);
  backdrop-filter: blur(14px);
}

.thanks-logo {
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 18px;
}

.thanks-card h1 {
  max-width: 640px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 7vw, 4.9rem);
  line-height: 0.95;
}

.thanks-card p:not(.status-pill) {
  max-width: 580px;
  margin: 20px 0 28px;
  color: var(--muted);
  font-size: 1.06rem;
}

@media (max-width: 960px) {
  .site-header {
    border-radius: 20px;
  }

  .menu-toggle {
    display: inline-grid;
    width: 44px;
    height: 44px;
    align-content: center;
    justify-items: center;
    gap: 5px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.1);
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;
    background: var(--white);
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: none;
    width: min(280px, calc(100vw - 28px));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(16, 18, 19, 0.96);
    box-shadow: var(--shadow);
    padding: 12px;
  }

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

  .hero-shell,
  .workboard,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .signal-row,
  .package-grid,
  .feature-grid,
  .checkout-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .package-card.featured {
    --base-y: 0px;
    transform: none;
  }

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

  .process-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .brand small {
    display: none;
  }

  .hero-shell {
    min-height: auto;
    margin-top: -68px;
    padding-top: 116px;
  }

  .hero-shell::before {
    background:
      linear-gradient(180deg, rgba(3, 6, 7, 0.97) 0%, rgba(3, 6, 7, 0.86) 58%, rgba(3, 6, 7, 0.74) 100%),
      url("assets/digital-studio-hero.png");
    background-position: 62% center;
    background-size: cover;
  }

  .hero-copy h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .quote-preview {
    border-radius: 18px;
    padding: 18px;
  }

  .signal-row {
    margin-bottom: 0;
  }

  .service-menu article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-menu article > strong {
    white-space: normal;
  }

  .pricing-note {
    display: grid;
  }

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

  .quote-section {
    width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 36px 14px;
  }

  .quote-copy,
  .quote-form {
    width: min(var(--max), calc(100% - 14px));
    margin: 0 auto;
  }

  .site-footer {
    display: grid;
  }
}

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

  [data-reveal],
  [data-reveal].is-visible {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
