@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");

:root {
  --background: 40 20% 97%;
  --foreground: 220 20% 12%;
  --card: 0 0% 100%;
  --card-foreground: 220 20% 12%;
  --popover: 0 0% 100%;
  --popover-foreground: 220 20% 12%;
  --primary: 24 85% 52%;
  --primary-foreground: 0 0% 100%;
  --secondary: 220 15% 92%;
  --secondary-foreground: 220 20% 12%;
  --muted: 220 10% 94%;
  --muted-foreground: 220 10% 42%;
  --accent: 220 25% 16%;
  --accent-foreground: 40 20% 97%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 220 12% 88%;
  --input: 220 12% 88%;
  --ring: 24 85% 52%;
  --radius: .5rem;
  --sidebar-background: 0 0% 98%;
  --sidebar-foreground: 240 5.3% 26.1%;
  --sidebar-primary: 240 5.9% 10%;
  --sidebar-primary-foreground: 0 0% 98%;
  --sidebar-accent: 240 4.8% 95.9%;
  --sidebar-accent-foreground: 240 5.9% 10%;
  --sidebar-border: 220 13% 91%;
  --sidebar-ring: 24 85% 52%;
  --hero-bg: 220 25% 12%;
  --hero-foreground: 40 20% 97%;
  --surface-warm: 35 30% 95%;
  --surface-cool: 215 20% 96%;
  --badge-bg: 24 85% 52%;
  --badge-foreground: 0 0% 100%;
  --section-alt: 220 15% 96%;
}

.dark {
  --background: 220 25% 8%;
  --foreground: 40 20% 95%;
  --card: 220 25% 12%;
  --card-foreground: 40 20% 95%;
  --popover: 220 25% 12%;
  --popover-foreground: 40 20% 95%;
  --primary: 24 85% 55%;
  --primary-foreground: 0 0% 100%;
  --secondary: 220 15% 18%;
  --secondary-foreground: 40 20% 95%;
  --muted: 220 15% 18%;
  --muted-foreground: 220 10% 60%;
  --accent: 220 20% 22%;
  --accent-foreground: 40 20% 95%;
  --destructive: 0 62.8% 30.6%;
  --destructive-foreground: 0 0% 100%;
  --border: 220 15% 22%;
  --input: 220 15% 22%;
  --ring: 24 85% 55%;
  --sidebar-background: 220 25% 12%;
  --sidebar-foreground: 40 20% 95%;
  --sidebar-primary: 0 0% 98%;
  --sidebar-primary-foreground: 240 5.9% 10%;
  --sidebar-accent: 220 20% 22%;
  --sidebar-accent-foreground: 40 20% 95%;
  --sidebar-border: 220 15% 22%;
  --sidebar-ring: 24 85% 55%;
  --hero-bg: 220 30% 6%;
  --hero-foreground: 40 20% 97%;
  --surface-warm: 30 10% 12%;
  --surface-cool: 215 15% 12%;
  --section-alt: 220 20% 10%;
}
* { box-sizing: border-box; border-color: hsl(var(--border)); }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container { width: min(1120px, 92vw); margin: 0 auto; }
.center { text-align: center; }
.section { padding: 4.5rem 0; }
.alt, .section-alt { background: hsl(var(--section-alt)); border-top: 1px solid hsl(var(--border)); border-bottom: 1px solid hsl(var(--border)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: hsl(var(--background) / 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid hsl(var(--border));
  transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}
.nav { min-height: 66px; display: flex; align-items: center; justify-content: space-between; }
.logo {
  text-decoration: none;
  color: hsl(var(--foreground));
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.025em;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.logo-mark { width: 30px; height: 30px; object-fit: contain; }
.logo span, .eyebrow, .step-num, .check-list li::before { color: hsl(var(--primary)); }
.nav-links { display: flex; gap: 1rem; }
.nav-links a { color: hsl(var(--muted-foreground)); text-decoration: none; font-size: .95rem; }
.nav-links a:hover { color: hsl(var(--foreground)); }
.menu-btn, .theme-btn { border: 1px solid hsl(var(--border)); background: hsl(var(--card)); color: hsl(var(--card-foreground)); border-radius: var(--radius); padding: .35rem .6rem; }
.menu-btn { display: none; }
.theme-btn { display: inline-block; }

.site-header.on-hero {
  background: transparent;
  backdrop-filter: none;
  border-bottom-color: transparent;
}

.site-header.on-hero .logo {
  color: hsl(var(--hero-foreground));
}

.site-header.on-hero .nav-links a {
  color: hsl(var(--hero-foreground) / .94);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.site-header.on-hero .nav-links a:hover {
  color: hsl(var(--hero-foreground));
}

.site-header.on-hero .menu-btn,
.site-header.on-hero .theme-btn {
  background: hsl(var(--hero-bg) / .45);
  color: hsl(var(--hero-foreground));
  border-color: hsl(var(--hero-foreground) / .25);
}

.hero-gradient {
  background-image:
    linear-gradient(135deg, rgba(10, 15, 22, 0.82), rgba(34, 42, 57, 0.72)),
    url("./hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gradient-text {
  background-image: linear-gradient(135deg, #ed701d, #f5993d);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.site-header .logo .gradient-text {
  background-image: none;
  color: #ed701d;
}

.site-header .logo span:last-child {
  color: hsl(var(--foreground));
}

.site-header.on-hero .logo span:last-child {
  color: hsl(var(--hero-foreground));
}

.site-header .logo .gradient-text + span {
  margin-left: -0.2rem;
}

.bg-accent .logo .gradient-text {
  background-image: none;
  color: #ed701d;
}

.bg-accent .logo span:last-child {
  color: #fff;
}

.bg-accent .logo .gradient-text + span {
  margin-left: -0.2rem;
}

.site-footer-main .logo {
  gap: 0.2rem;
}

.site-footer-main .logo .gradient-text {
  background-image: none;
  color: #ed701d;
}

.site-footer-main .logo span:last-child {
  color: #fff;
}

.site-footer-main .logo .gradient-text + span {
  margin-left: -0.2rem;
}

.hero { position: relative; min-height: 76vh; display: grid; align-items: center; color: hsl(var(--hero-foreground)); }
.overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(9,14,19,0.2), rgba(9,14,19,0.85)); }
.hero-content { position: relative; z-index: 1; text-align: center; padding: 7rem 0 5rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 700; }
h1, h2, h3, h4, h5, h6 { font-weight: 600; letter-spacing: -0.025em; }
h1 { margin: .5rem auto 1rem; max-width: 850px; font-size: clamp(2rem, 5vw, 3.7rem); line-height: 1.2; }
h2 { margin: 0 0 .8rem; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.lead { margin: 0 auto; max-width: 760px; color: hsl(var(--hero-foreground) / 0.85); font-size: 1.1rem; }
.actions { margin-top: 1.5rem; display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; }
.btn,
.btn-outline,
.btn-secondary,
.menu-btn,
.theme-btn {
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.btn {
  border: 1px solid hsl(var(--primary));
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border-radius: var(--radius);
  font-weight: 700;
  text-decoration: none;
  padding: .72rem 1rem;
  cursor: pointer;
  box-shadow: 0 10px 22px hsl(var(--primary) / .2);
}

.btn:hover {
  background: hsl(var(--primary) / .9);
  border-color: hsl(var(--primary) / .9);
  box-shadow: 0 14px 28px hsl(var(--primary) / .28);
  transform: translateY(-1px);
}

.btn-outline,
.btn-secondary {
  background: hsl(var(--secondary));
  color: hsl(var(--secondary-foreground));
  border: 1px solid hsl(var(--border));
}

.btn-outline:hover,
.btn-secondary:hover {
  background: hsl(var(--secondary) / .75);
  border-color: hsl(var(--primary) / .35);
  box-shadow: 0 10px 22px hsl(var(--foreground) / .1);
  transform: translateY(-1px);
}

.menu-btn:hover,
.theme-btn:hover {
  background: hsl(var(--secondary));
  border-color: hsl(var(--primary) / .35);
  box-shadow: 0 8px 18px hsl(var(--foreground) / .12);
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .btn-outline,
  .btn-secondary,
  .menu-btn,
  .theme-btn {
    transition: none;
  }

  .btn:hover,
  .btn-outline:hover,
  .btn-secondary:hover {
    transform: none;
  }
}

.trust-row { background: hsl(var(--surface-cool)); border-top: 1px solid hsl(var(--border)); border-bottom: 1px solid hsl(var(--border)); }
.trust-items { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 2rem; font-size: .93rem; font-weight: 500; padding: 1.25rem 0; color: hsl(var(--muted-foreground)); }
.trust-item { display: inline-flex; align-items: center; gap: .5rem; }
.trust-icon { color: hsl(var(--primary)); flex-shrink: 0; }

.section-head { margin-bottom: 2rem; }
.section-head p { color: hsl(var(--muted-foreground)); margin: 0; }

.section-head p.eyebrow-accent {
  color: hsl(var(--primary));
}

.grid { display: grid; gap: 1rem; }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { background: hsl(var(--card)); color: hsl(var(--card-foreground)); border: 1px solid hsl(var(--border)); border-radius: calc(var(--radius) + 6px); padding: 1.1rem; }
.card h3 { margin-top: 0; margin-bottom: .4rem; }
.card p { margin: 0; color: hsl(var(--muted-foreground)); }


.approach-card {
  padding-top: 1.5rem;
}

.approach-icon {
  display: block;
  margin: 0 auto .75rem;
  color: hsl(var(--primary));
}


.service-grid {
  gap: 1.5rem;
}

.service-card {
  display: block;
  background: hsl(var(--card));
  color: hsl(var(--card-foreground));
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 4px);
  padding: 1.5rem;
  text-decoration: none;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.service-card:hover {
  border-color: hsl(var(--primary) / .3);
  box-shadow: 0 12px 24px hsl(var(--primary) / .08);
  transform: translateY(-2px);
}

.service-icon {
  color: hsl(var(--primary));
  margin-bottom: 1rem;
}

.service-card h3 {
  margin: 0 0 .5rem;
  font-size: 1.1rem;
  transition: color .3s ease;
}

.service-card:hover h3 {
  color: hsl(var(--primary));
}

.service-card p {
  margin: 0;
  color: hsl(var(--muted-foreground));
}

.service-link {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  color: hsl(var(--primary));
  font-size: .9rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity .25s ease;
}

.service-card:hover .service-link {
  opacity: 1;
}

.service-chevron {
  flex-shrink: 0;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto;
}

.step-item {
  text-align: left;
}

.step-num {
  margin: 0;
  display: inline-block;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
}

.step-item h3 {
  margin: .75rem 0 .5rem;
  font-size: 1.25rem;
}

.step-item p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.7;
  color: hsl(var(--muted-foreground));
}

.two-col { display: grid; gap: 1.2rem; grid-template-columns: 1.3fr 1fr; align-items: start; }
.muted { color: hsl(var(--muted-foreground)); }
.check-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.check-list li {
  margin: .45rem 0;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
}
.check-icon {
  color: hsl(var(--primary));
  margin-top: .1rem;
  flex-shrink: 0;
}
.example { background: hsl(var(--surface-warm)); border: 1px solid hsl(var(--border)); border-radius: calc(var(--radius) + 6px); padding: 1rem; color: hsl(var(--foreground)); }
.example-dark {
  background: hsl(var(--accent));
  border-color: hsl(var(--accent));
  padding: 2rem;
}
.example-dark .tiny {
  margin-bottom: 1rem;
  color: hsl(var(--accent-foreground) / .4);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .16em;
}
.example-output {
  display: grid;
  gap: .75rem;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .875rem;
  color: hsl(var(--accent-foreground) / .7);
}
.example-output p { margin: 0; }
.example-output span { color: hsl(var(--primary)); }


.sample-output-figure {
  margin: 1.25rem 0 0;
  display: grid;
  gap: 1rem;
}

.sample-output-video {
  --video-frame-tighten-vertical: 3.8%;
  --video-frame-tighten-horizontal: 0.35%;
  --video-expanded-margin-block: 2.25rem;
  --video-expanded-margin-inline: 0.75rem;
  --video-expanded-height: min(62vh, calc(100% - (2 * var(--video-expanded-margin-block))));
  --video-expanded-width: min(98vw, calc(100% - (2 * var(--video-expanded-margin-inline))));
  --video-expanded-object-fit: contain;
  --video-expanded-object-position: center;
  width: 100%;
  display: block;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid hsl(var(--accent-foreground) / .18);
  background: hsl(0 0% 0% / .35);
  box-shadow: 0 18px 40px hsl(0 0% 0% / .35);
  clip-path: inset(var(--video-frame-tighten-vertical) var(--video-frame-tighten-horizontal));
}

.sample-output-video:fullscreen,
.sample-output-video:-webkit-full-screen {
  width: var(--video-expanded-width);
  height: var(--video-expanded-height);
  max-width: var(--video-expanded-width);
  max-height: var(--video-expanded-height);
  margin: var(--video-expanded-margin-block) var(--video-expanded-margin-inline);
  object-fit: var(--video-expanded-object-fit);
  object-position: var(--video-expanded-object-position);
  box-sizing: border-box;
}

.sample-output-figure figcaption {
  margin: 0;
  font-size: .86rem;
  line-height: 1.75;
  color: hsl(var(--accent-foreground) / .72);
}

.sample-output-figure strong {
  color: hsl(var(--primary));
}

.about-intro {
  gap: 3rem;
}

.about-profile h2 {
  margin-bottom: .35rem;
}

.about-role {
  margin: 0 0 1.4rem;
  color: hsl(var(--primary));
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .01em;
}

.about-copy {
  display: grid;
  gap: 1rem;
}

.about-copy p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  line-height: 1.8;
}

.about-panel {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  padding: 2rem;
}

.about-panel h3 {
  margin-bottom: 1.25rem;
}
.tiny { margin-top: 0; font-size: .74rem; letter-spacing: .09em; text-transform: uppercase; color: hsl(var(--muted-foreground)); }
.quote p { font-style: italic; margin-bottom: .6rem; }
.quote small { color: hsl(var(--muted-foreground)); }


.cta { background: hsl(var(--surface-cool)); }
.contact-form { display: grid; gap: .8rem; margin: 1rem auto 0; max-width: 620px; }
input, textarea { width: 100%; border: 1px solid hsl(var(--input)); border-radius: var(--radius); background: hsl(var(--card)); color: hsl(var(--foreground)); padding: .75rem; }
input:focus, textarea:focus, .btn:focus-visible, .btn-outline:focus-visible, .btn-secondary:focus-visible, .menu-btn:focus-visible, .theme-btn:focus-visible {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}
.form-message { min-height: 1.2rem; color: hsl(var(--primary)); }

code, pre, .mono {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.badge {
  background: hsl(var(--badge-bg));
  color: hsl(var(--badge-foreground));
  border-radius: 999px;
  padding: .2rem .6rem;
}

.site-footer { border-top: 1px solid hsl(var(--border)); padding: 1.2rem 0; }
.footer-row { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; color: hsl(var(--muted-foreground)); font-size: .9rem; }

@media (max-width: 860px) {
  .menu-btn, .theme-btn { display: block; }
  .nav { gap: .5rem; }
  .nav-links { display: none; position: absolute; top: 65px; right: 4vw; background: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: calc(var(--radius) + 2px); padding: .7rem; flex-direction: column; }
  .nav-links.open { display: flex; }
  .grid.three, .two-col { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .step-item { text-align: center; }
}


.page-hero { padding: 5rem 0 3rem; color: hsl(var(--hero-foreground)); }
.page-stack { display: grid; gap: 1rem; }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.case-studies-showcase {
  padding: 4rem 0 6rem;
}

.showcase-stack {
  display: grid;
  gap: 2rem;
}

.showcase-card {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
}

.showcase-inner {
  padding: 2rem;
}

.showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1rem;
}

.showcase-tag {
  background: hsl(var(--primary) / .1);
  color: hsl(var(--primary));
  border-radius: .375rem;
  padding: .25rem .625rem;
  font-size: .75rem;
  font-weight: 500;
}

.showcase-title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.25;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.showcase-label {
  margin: 0 0 .5rem;
  font-size: .76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: hsl(var(--muted-foreground));
}

.showcase-copy {
  margin: 0 0 1.5rem;
  font-size: .92rem;
  line-height: 1.7;
  color: hsl(var(--foreground) / .8);
}

.showcase-grid > div > .showcase-copy:last-child {
  margin-bottom: 0;
}

.footer-row a { color: hsl(var(--muted-foreground)); text-decoration: none; }
.footer-row a:hover { color: hsl(var(--foreground)); }

/* Tailwind escaped utility compatibility fixes */
.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-\[margin\,opacity\] {
  transition-property: margin, opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

.hero { background-color: hsl(var(--hero-bg)); }
.page-hero { background: linear-gradient(135deg, hsl(var(--hero-bg)), #222a39); }

@media (max-width: 1000px) {
  .grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .grid.four { grid-template-columns: 1fr; }
}

.services-stack { display: grid; gap: 1.5rem; }
.service-row {
  display: grid;
  grid-template-columns: 1.2fr 1.8fr;
  gap: 2rem;
  padding: 1.5rem;
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 8px);
  background: hsl(var(--card));
}
.service-row + .service-row { border-top: 1px solid hsl(var(--border)); }
.service-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .75rem;
}
.service-row .service-icon { color: hsl(var(--primary)); margin-bottom: 0; }
.service-title {
  margin: 0 0 .6rem;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700;
  line-height: 1.25;
}
.service-price {
  margin: .2rem 0 1rem;
  color: hsl(var(--primary));
  font-weight: 700;
}
.service-row h3 { margin: 0 0 .5rem; font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; color: hsl(var(--muted-foreground)); }
.service-row p { margin: .6rem 0; }

@media (max-width: 860px) {
  .service-row { grid-template-columns: 1fr; gap: 1rem; }
  .showcase-grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .showcase-inner { padding: 1.5rem; }
}

.site-footer-main {
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}

.footer-shell {
  padding: 4rem 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.footer-description {
  margin-top: .75rem;
  max-width: 20rem;
  font-size: .875rem;
  line-height: 1.625;
  color: hsl(var(--accent-foreground) / .6);
}

.footer-heading {
  margin: 0 0 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: hsl(var(--accent-foreground) / .4);
}

.footer-nav,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.footer-link {
  font-size: .875rem;
  color: hsl(var(--accent-foreground) / .7);
  text-decoration: none;
  transition: color .2s ease;
}

.footer-link:hover {
  color: hsl(var(--primary));
}

.footer-contact {
  font-size: .875rem;
  color: hsl(var(--accent-foreground) / .7);
}

.footer-location {
  margin-top: .5rem;
}

.footer-note {
  margin-top: .25rem;
  font-size: .75rem;
  line-height: 1.2;
  color: hsl(var(--accent-foreground) / .4);
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid hsl(var(--accent-foreground) / .1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-copy,
.footer-legal-link {
  font-size: .75rem;
  line-height: 1.2;
  color: hsl(var(--accent-foreground) / .4);
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-legal-link {
  text-decoration: none;
  transition: color .2s ease;
}

.footer-legal-link:hover {
  color: hsl(var(--accent-foreground) / .7);
}

@media (min-width: 640px) {
  .footer-bottom {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .footer-shell {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

/* Footer utility classes */
.bg-accent { background: hsl(var(--accent)); }
.text-accent-foreground { color: hsl(var(--accent-foreground)); }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.grid-cols-1 { grid-template-columns: 1fr; }
.gap-10 { gap: 2.5rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.font-bold { font-weight: 700; }
.tracking-tight { letter-spacing: -0.025em; }
.mt-3 { margin-top: .75rem; }
.text-sm { font-size: .875rem; line-height: 1.45; }
.text-xs { font-size: .75rem; line-height: 1.2; }
.leading-relaxed { line-height: 1.625; }
.max-w-xs { max-width: 20rem; }
.font-semibold { font-weight: 600; }
.mb-4 { margin-bottom: 1rem; }
.uppercase { text-transform: uppercase; }
.tracking-wider { letter-spacing: .08em; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.gap-2 { gap: .5rem; }
.transition-colors { transition: color .2s ease; }
.mt-2 { margin-top: .5rem; }
.mt-12 { margin-top: 3rem; }
.pt-8 { padding-top: 2rem; }
.border-t { border-top: 1px solid; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.text-accent-foreground\/60 { color: hsl(var(--accent-foreground) / .6); }
.text-accent-foreground\/70 { color: hsl(var(--accent-foreground) / .7); }
.text-accent-foreground\/40 { color: hsl(var(--accent-foreground) / .4); }
.border-accent-foreground\/10 { border-color: hsl(var(--accent-foreground) / .1); }
.hover\:text-primary:hover { color: hsl(var(--primary)); }
.hover\:text-accent-foreground\/70:hover { color: hsl(var(--accent-foreground) / .7); }
.bg-accent a { color: inherit; text-decoration: none; }


.space-y-16 > * + * { margin-top: 4rem; }
.bg-card { background: hsl(var(--card)); }
.border { border-width: 1px; border-style: solid; }
.border-border { border-color: hsl(var(--border)); }
.rounded-lg { border-radius: calc(var(--radius) + 2px); }
.rounded-md { border-radius: .375rem; }
.overflow-hidden { overflow: hidden; }
.p-8 { padding: 2rem; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.px-2\.5 { padding-left: .625rem; padding-right: .625rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-6 { margin-bottom: 1.5rem; }
.gap-8 { gap: 2rem; }
.flex-wrap { flex-wrap: wrap; }
.text-primary { color: hsl(var(--primary)); }
.font-medium { font-weight: 500; }
.text-2xl { font-size: 1.5rem; line-height: 1.3; }
.text-muted-foreground { color: hsl(var(--muted-foreground)); }
.text-foreground\/80 { color: hsl(var(--foreground) / .8); }
.bg-primary\/10 { background: hsl(var(--primary) / .1); }

@media (min-width: 1024px) {
  .lg\:p-10 { padding: 2.5rem; }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
}

.pricing-group {
  margin-bottom: 2.5rem;
}
.pricing-group:last-of-type {
  margin-bottom: 0;
}
.pricing-group-head {
  margin-bottom: 1rem;
}
.pricing-group-head h2 {
  margin: .35rem 0 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}
.pricing-group-head .eyebrow {
  margin: 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.pricing-grid-hourly {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  padding: 1.2rem;
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 6px);
  background: hsl(var(--card));
}
.pricing-card .service-price {
  margin: 0;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  color: hsl(var(--primary));
}

/* Contact page utility support */
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lg\:col-span-2 { grid-column: span 2 / span 2; }
.gap-12 { gap: 3rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.mb-6 { margin-bottom: 1.5rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: .5rem; }
.gap-5 { gap: 1.25rem; }
.leading-none { line-height: 1; }
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.w-full { width: 100%; }
.rounded-md { border-radius: calc(var(--radius) - 2px); }
.border-input { border-color: hsl(var(--input)); }
.bg-background { background-color: hsl(var(--background)); }
.bg-primary { background-color: hsl(var(--primary)); }
.text-primary-foreground { color: hsl(var(--primary-foreground)); }
.px-3 { padding-left: .75rem; padding-right: .75rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.inline-flex { display: inline-flex; }
.justify-center { justify-content: center; }
.whitespace-nowrap { white-space: nowrap; }
.font-medium { font-weight: 500; }
.gap-3 { gap: .75rem; }
.items-start { align-items: flex-start; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.mt-0\.5 { margin-top: .125rem; }
.text-primary { color: hsl(var(--primary)); }
.text-muted-foreground { color: hsl(var(--muted-foreground)); }
.text-primary-foreground { color: hsl(var(--primary-foreground)); }
.min-h-\[80px\] { min-height: 80px; }
.hover\:bg-primary\/90:hover { background-color: hsl(var(--primary) / .9); }
.ml-1 { margin-left: .25rem; }

.contact-detail-item svg {
  flex-shrink: 0;
}

.contact-detail-item p {
  margin: 0;
}

.contact-detail-item p + p {
  margin-top: .25rem;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
}
.pricing-card .service-price span {
  font-size: .75rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
}
.check-list.compact {
  margin: .2rem 0 1rem;
  flex: 1;
}
.check-list.compact li {
  font-size: .92rem;
  margin: .4rem 0;
}
.pricing-card .btn {
  width: 100%;
  text-align: center;
}
.featured-card {
  border-color: hsl(var(--primary));
  box-shadow: 0 14px 28px hsl(var(--primary) / .15);
}
.pill {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: .2rem .6rem;
  border-radius: 999px;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.pricing-notes {
  margin: 2rem auto 0;
  max-width: 760px;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--section-alt));
  border-radius: calc(var(--radius) + 6px);
  padding: 1.2rem;
}
.pricing-notes h3 { margin-top: 0; }
.pricing-notes p { margin: .7rem 0; color: hsl(var(--muted-foreground)); }
.pricing-notes a { color: hsl(var(--primary)); }
.cta-band h2,
.cta-band .lead {
  color: hsl(var(--hero-foreground));
}

.cta-band .btn {
  display: inline-flex;
  margin-top: 1.75rem;
}

@media (max-width: 1000px) {
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-grid-hourly { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .pricing-grid,
  .pricing-grid-hourly { grid-template-columns: 1fr; }
}

.cookie-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1rem;
  z-index: 40;
  padding: 0 1rem;
  animation: cookie-slide-in .22s ease-out;
}

.cookie-popup.is-closing {
  animation: cookie-slide-out .2s ease-in forwards;
}

.cookie-popup__card {
  max-width: 48rem;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 6px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
  padding: 1.1rem;
}

.cookie-popup__text {
  margin: 0 0 1rem;
  color: hsl(var(--muted-foreground));
  font-size: .95rem;
}

.cookie-popup__text a {
  color: hsl(var(--primary));
}

.cookie-popup__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.cookie-popup__manage {
  margin-top: .9rem;
  display: grid;
  gap: .7rem;
}

.cookie-popup__manage label {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: hsl(var(--muted-foreground));
  font-size: .9rem;
}

.cookie-popup__manage input {
  width: auto;
}

@keyframes cookie-slide-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cookie-slide-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}

.faq-shell {
  max-width: 56rem;
}

.faq-accordion {
  display: grid;
  gap: .75rem;
}

.faq-item {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) + 4px);
  padding: 0 1.5rem;
}

.faq-item h3 {
  margin: 0;
}

.faq-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: hsl(var(--card-foreground));
  font: inherit;
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: 1rem 0;
  cursor: pointer;
}

.faq-trigger svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  transition: transform .2s ease;
}

.faq-trigger[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.faq-panel {
  overflow: hidden;
  padding: 0 0 1rem;
}

.faq-panel p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: .95rem;
}

/* Privacy policy page */
.policy-stack {
  gap: 1rem;
  max-width: 920px;
  margin: 0 auto;
}

.policy-card {
  padding: 1.25rem;
  border-radius: calc(var(--radius) + 4px);
  background: hsl(var(--card));
  box-shadow: none;
}

.policy-card h2 {
  margin-bottom: .6rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid hsl(var(--border));
}

.policy-card p {
  line-height: 1.75;
}

.policy-card p + p {
  margin-top: .5rem;
}

.policy-list {
  display: grid;
  gap: .4rem;
}

.policy-list li {
  margin: 0;
  padding: .25rem 0 .25rem .55rem;
  border-left: 2px solid hsl(var(--primary) / .35);
  background: transparent;
}
