@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-italic-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #080a0b;
  --panel: rgba(18, 23, 24, 0.74);
  --panel-strong: rgba(23, 29, 30, 0.9);
  --text: #f2eee8;
  --muted: #a9aaa6;
  --line: rgba(242, 238, 232, 0.13);
  --teal: #56b7ac;
  --teal-deep: #143d3b;
  --bronze: #b67845;
  --violet: #b28ab8;
  --rose: #d9a0aa;
  --shadow: rgba(0, 0, 0, 0.42);
  --max: 1160px;
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  font-feature-settings: "kern" 1;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0;
}

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

.stage {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 58% -4%, rgba(86, 183, 172, 0.16), transparent 34rem),
    radial-gradient(ellipse at 90% 28%, rgba(178, 138, 184, 0.1), transparent 30rem),
    radial-gradient(ellipse at 30% 48%, rgba(182, 120, 69, 0.08), transparent 34rem),
    linear-gradient(145deg, #060808 0%, #101313 48%, #080a0b 100%);
}

.stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 74%);
}

.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(54px);
  opacity: 0.52;
}

.ambient-teal {
  width: 38rem;
  height: 16rem;
  left: 13%;
  top: 12%;
  background: rgba(86, 183, 172, 0.2);
}

.ambient-bronze {
  width: 32rem;
  height: 18rem;
  right: 5%;
  top: 28%;
  background: rgba(182, 120, 69, 0.17);
}

.ambient-violet {
  width: 24rem;
  height: 17rem;
  left: 42%;
  bottom: 6%;
  background: rgba(217, 160, 170, 0.14);
}

.shape-cloud {
  position: absolute;
  inset: 0;
  transform: perspective(980px) rotateX(57deg) rotateZ(-16deg) translateY(-7rem);
  transform-origin: center;
}

.capsule {
  position: absolute;
  display: block;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.14), rgba(255,255,255,0.025)),
    linear-gradient(135deg, rgba(86,183,172,0.2), rgba(182,120,69,0.13));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.2),
    inset 18px 0 44px rgba(86,183,172,0.08),
    0 28px 88px rgba(0,0,0,0.38);
  animation: drift 18s ease-in-out infinite;
}

.capsule-a {
  width: 38rem;
  height: 6.6rem;
  left: -4rem;
  top: 14rem;
}

.capsule-b {
  width: 24rem;
  height: 5.2rem;
  right: 11rem;
  top: 8rem;
  background:
    linear-gradient(90deg, rgba(217,160,170,0.13), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(86,183,172,0.09), rgba(178,138,184,0.15));
  animation-delay: -4s;
}

.capsule-c {
  width: 44rem;
  height: 7.2rem;
  left: 31%;
  top: 24rem;
  animation-delay: -8s;
}

.capsule-d {
  width: 19rem;
  height: 4.8rem;
  right: 0;
  top: 31rem;
  background:
    linear-gradient(90deg, rgba(182,120,69,0.19), rgba(255,255,255,0.03)),
    linear-gradient(135deg, rgba(20,61,59,0.32), rgba(182,120,69,0.16));
}

.capsule-e {
  width: 18rem;
  height: 4.2rem;
  left: 11%;
  bottom: 9rem;
  animation-delay: -2s;
}

.capsule-f {
  width: 34rem;
  height: 6.4rem;
  right: 22%;
  bottom: 5rem;
  animation-delay: -10s;
}

.grid-plane {
  position: absolute;
  left: 50%;
  bottom: -18rem;
  width: 96rem;
  height: 36rem;
  transform: translateX(-50%) perspective(700px) rotateX(66deg);
  background:
    linear-gradient(rgba(86,183,172,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(182,120,69,0.09) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.34;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0;
  backdrop-filter: blur(20px);
}

.brand,
.nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  font-family: var(--font-display);
  font-weight: 560;
}

.brand-mark {
  width: 34px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--bronze));
  box-shadow: 0 0 30px rgba(86, 183, 172, 0.34);
}

.nav a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 540;
}

.nav a:hover {
  color: var(--text);
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: 62px;
  min-height: calc(100vh - 82px);
  padding-top: 34px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 680;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 640px;
  margin-bottom: 26px;
  font-family: var(--font-display);
  font-size: clamp(3.05rem, 5.05vw, 5.2rem);
  font-weight: 440;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 span {
  display: block;
}

h1 span:last-child {
  color: rgba(242, 238, 232, 0.78);
}

h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 4.5vw, 4.3rem);
  font-weight: 480;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.34rem;
  font-family: var(--font-display);
  font-weight: 540;
  line-height: 1.16;
  letter-spacing: 0;
}

.lead {
  max-width: 590px;
  color: var(--muted);
  font-size: clamp(1.0625rem, 1.5vw, 1.2rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 680;
  border: 1px solid transparent;
}

.button-primary {
  color: #061010;
  background: linear-gradient(135deg, #7ad4c9, #c18a58 68%, #d9a0aa);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.15) inset,
    0 0 30px rgba(86,183,172,0.28),
    0 18px 50px rgba(182,120,69,0.22);
}

.button-secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255,255,255,0.045);
}

.full-width {
  width: 100%;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
  max-width: 560px;
  margin: 0;
}

.hero-metrics div,
.price-card,
.reference-card,
.assistant-panel,
.device-shell,
.site-frame {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 30px 90px var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-metrics div {
  display: grid;
  align-content: center;
  min-height: 76px;
  min-width: 0;
  border-radius: 999px;
  padding: 12px 16px;
  text-align: center;
}

.hero-metrics dt {
  font-weight: 660;
}

.hero-metrics dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.site-composition {
  position: absolute;
  inset: 4% 0 auto auto;
  width: min(100%, 545px);
  min-height: 500px;
}

.brand-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02)),
    linear-gradient(135deg, rgba(86,183,172,0.18), rgba(182,120,69,0.1));
  box-shadow: 0 24px 80px rgba(0,0,0,0.34);
}

.brand-orbit-one {
  width: 24rem;
  height: 5.4rem;
  right: 5rem;
  top: 2.2rem;
  transform: rotate(-18deg);
}

.brand-orbit-two {
  width: 18rem;
  height: 4.2rem;
  right: -1rem;
  bottom: 6.2rem;
  transform: rotate(-18deg);
  background:
    linear-gradient(90deg, rgba(182,120,69,0.17), rgba(255,255,255,0.025)),
    linear-gradient(135deg, rgba(86,183,172,0.1), rgba(217,160,170,0.12));
}

.site-frame {
  position: relative;
  z-index: 3;
  width: min(100%, 510px);
  min-height: 436px;
  margin-left: auto;
  border-radius: 34px;
  padding: 16px;
  transform: rotate(-2deg);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.095), rgba(255,255,255,0.025)),
    rgba(18, 23, 24, 0.84);
}

.site-frame::before,
.site-frame::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.site-frame::before {
  inset: -1px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16);
}

.site-frame::after {
  width: 15rem;
  height: 4rem;
  right: -2.4rem;
  top: 4.8rem;
  background: rgba(86,183,172,0.16);
  filter: blur(18px);
}

.site-toolbar {
  display: flex;
  gap: 8px;
  padding: 8px 8px 14px;
}

.site-toolbar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(242, 238, 232, 0.28);
}

.site-hero-shot {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 18px;
  min-height: 252px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 25px;
  padding: 22px;
  background:
    radial-gradient(circle at 22% 16%, rgba(86,183,172,0.24), transparent 30%),
    radial-gradient(circle at 84% 72%, rgba(182,120,69,0.14), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.018));
}

.site-hero-shot::before {
  content: "";
  position: absolute;
  width: 24rem;
  height: 5.6rem;
  left: 2rem;
  top: 2.5rem;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(86,183,172,0.44), rgba(182,120,69,0.19)),
    rgba(255,255,255,0.04);
  opacity: 0.78;
}

.site-image-mark,
.site-copy-block {
  position: relative;
  z-index: 1;
}

.site-image-mark {
  align-self: stretch;
  min-height: 190px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(8,10,11,0.12), rgba(8,10,11,0.46)),
    radial-gradient(circle at 44% 35%, rgba(242,238,232,0.35), transparent 10%),
    linear-gradient(145deg, rgba(86,183,172,0.32), rgba(182,120,69,0.2) 54%, rgba(178,138,184,0.18));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}

.site-copy-block {
  align-self: center;
}

.site-copy-block span,
.site-copy-block strong,
.site-copy-block p,
.site-service-row span,
.site-mobile-card span {
  display: block;
  border-radius: 999px;
  background: rgba(242,238,232,0.16);
}

.site-copy-block span {
  width: 42%;
  height: 10px;
  margin-bottom: 22px;
  background: rgba(86,183,172,0.36);
}

.site-copy-block strong {
  width: 92%;
  height: 24px;
  margin-bottom: 12px;
  background: rgba(242,238,232,0.24);
}

.site-copy-block p {
  width: 70%;
  height: 12px;
  margin: 0;
}

.site-service-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.site-service-row span {
  height: 72px;
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.095), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.08);
}

.local-proof-card,
.site-mobile-card {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(13, 17, 18, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(0,0,0,0.42);
}

.local-proof-card {
  left: 0;
  bottom: 2.5rem;
  width: 235px;
  border-radius: 24px;
  padding: 20px;
}

.local-proof-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 680;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.local-proof-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.15rem;
  font-family: var(--font-display);
  font-weight: 540;
}

.local-proof-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.site-mobile-card {
  right: 1.6rem;
  bottom: 0;
  display: grid;
  gap: 10px;
  width: 118px;
  border-radius: 28px;
  padding: 18px 14px;
}

.site-mobile-card span {
  height: 52px;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(86,183,172,0.24), rgba(182,120,69,0.08));
}

.site-mobile-card span:nth-child(2) {
  height: 12px;
  background: rgba(242,238,232,0.18);
}

.site-mobile-card span:nth-child(3) {
  height: 12px;
  width: 72%;
  background: rgba(242,238,232,0.12);
}


/* Why Vision section */
.why-vision {
  position: relative;
  padding-top: clamp(56px, 8vw, 86px);
  padding-bottom: clamp(40px, 7vw, 76px);
}

.why-heading {
  max-width: 790px;
}

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

.why-grid article {
  border: 1px solid rgba(242, 238, 232, 0.1);
  border-radius: 24px;
  padding: 22px;
  background:
    radial-gradient(circle at 18% 8%, rgba(86, 183, 172, 0.12), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.2);
}

.why-grid article span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--bronze);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-grid article h3 {
  margin: 0 0 10px;
  font-size: 1.06rem;
}

.why-grid article p {
  margin: 0;
  color: rgba(242, 238, 232, 0.68);
  font-size: 0.95rem;
  line-height: 1.65;
}

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

@media (max-width: 620px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow),
.project-copy p,
.price-card p,
.assistant-copy p,
.footer p {
  color: var(--muted);
  line-height: 1.65;
}

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

.price-card {
  border-radius: 28px;
  padding: 28px;
}

.price-card.active {
  background:
    linear-gradient(145deg, rgba(86,183,172,0.16), rgba(182,120,69,0.1)),
    var(--panel-strong);
}

.sector,
.package-label {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 680;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.reference-stage {
  position: relative;
}

.reference-stage::before {
  content: "";
  position: absolute;
  inset: 3rem -5rem 2rem;
  z-index: -1;
  border-radius: 48px;
  background:
    radial-gradient(ellipse at 22% 18%, rgba(86,183,172,0.11), transparent 28rem),
    radial-gradient(ellipse at 78% 48%, rgba(182,120,69,0.1), transparent 30rem),
    radial-gradient(ellipse at 54% 100%, rgba(178,138,184,0.08), transparent 24rem);
  filter: blur(2px);
}

.project-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 18px;
}

.project-showcase {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid rgba(242,238,232,0.13);
  border-radius: 34px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.018)),
    rgba(12, 16, 17, 0.8);
  box-shadow: 0 34px 100px rgba(0,0,0,0.4);
  backdrop-filter: blur(20px);
}

.project-showcase::before,
.project-showcase::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.project-showcase::before {
  width: 22rem;
  height: 5.2rem;
  right: -5rem;
  top: 3rem;
  background:
    linear-gradient(90deg, rgba(86,183,172,0.18), rgba(182,120,69,0.08));
  border: 1px solid rgba(255,255,255,0.08);
  transform: rotate(-17deg);
}

.project-showcase::after {
  width: 14rem;
  height: 8rem;
  left: 10%;
  bottom: -4rem;
  background: rgba(86,183,172,0.12);
  filter: blur(36px);
}

.project-featured {
  grid-row: span 2;
  min-height: 580px;
  padding: 22px;
}

.project-preview {
  position: relative;
  z-index: 1;
  min-height: 215px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,0.1), transparent 22%),
    linear-gradient(145deg, rgba(86,183,172,0.18), rgba(182,120,69,0.08) 56%, rgba(178,138,184,0.12));
}

.project-featured .project-preview {
  min-height: 360px;
}

.project-preview::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 5.4rem;
  left: 11%;
  top: 3rem;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.13), rgba(255,255,255,0.025)),
    linear-gradient(135deg, rgba(86,183,172,0.28), rgba(182,120,69,0.12));
  box-shadow: 0 22px 70px rgba(0,0,0,0.34);
  opacity: 0.62;
}

.project-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.72), transparent 80%);
}

.beauty-preview {
  background:
    radial-gradient(circle at 18% 20%, rgba(217,160,170,0.2), transparent 26%),
    linear-gradient(145deg, rgba(86,183,172,0.16), rgba(182,120,69,0.12) 52%, rgba(217,160,170,0.14));
}

.service-preview {
  background:
    radial-gradient(circle at 80% 28%, rgba(86,183,172,0.15), transparent 28%),
    linear-gradient(145deg, rgba(18,61,59,0.34), rgba(182,120,69,0.12));
}

.signage-preview {
  background:
    radial-gradient(circle at 28% 22%, rgba(182,120,69,0.18), transparent 28%),
    linear-gradient(145deg, rgba(86,183,172,0.12), rgba(178,138,184,0.14) 58%, rgba(182,120,69,0.12));
}

.preview-window {
  position: absolute;
  inset: 24px;
  z-index: 1;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(145deg, rgba(8,10,11,0.32), rgba(8,10,11,0.64)),
    rgba(255,255,255,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.13);
}

.preview-window::before,
.preview-window::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.preview-window::before {
  background:
    linear-gradient(90deg, rgba(8,10,11,0.74), rgba(8,10,11,0.2) 54%, rgba(8,10,11,0.72)),
    linear-gradient(180deg, rgba(8,10,11,0.58), rgba(8,10,11,0.06) 42%, rgba(8,10,11,0.72));
}

.preview-window::after {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    inset 0 -40px 80px rgba(0,0,0,0.38);
}

.reference-image {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 0;
}

.reference-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.9) contrast(1.05) brightness(0.72);
  transform: scale(1.02);
}

.beauty-preview .reference-image img,
.signage-preview .reference-image img {
  object-position: center top;
}

.service-preview .reference-image img {
  object-position: center center;
  filter: saturate(0.78) contrast(1.06) brightness(0.68);
}

.preview-nav {
  position: absolute;
  left: 20px;
  top: 18px;
  right: 20px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.preview-nav span,
.preview-tiles span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border: 1px solid rgba(255,255,255,0.11);
  color: rgba(242,238,232,0.78);
  background: rgba(8,10,11,0.3);
  backdrop-filter: blur(12px);
  font-family: var(--font-sans);
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.preview-nav span {
  min-height: 24px;
  border-radius: 999px;
  padding: 0 10px;
}

.preview-hero-band {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 58px;
  height: 45%;
  border-radius: 22px;
  z-index: 2;
  background:
    radial-gradient(circle at 24% 28%, rgba(242,238,232,0.2), transparent 18%),
    linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.018)),
    linear-gradient(90deg, rgba(86,183,172,0.2), rgba(182,120,69,0.12));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 22px 70px rgba(0,0,0,0.24);
  opacity: 0.82;
}

.preview-local-label {
  position: absolute;
  left: 40px;
  top: 96px;
  z-index: 3;
  max-width: min(58%, 300px);
}

.preview-local-label span,
.preview-local-label strong {
  display: block;
}

.preview-local-label span {
  margin-bottom: 8px;
  color: rgba(242,238,232,0.66);
  font-size: 0.72rem;
  font-weight: 600;
}

.preview-local-label strong {
  color: rgba(242,238,232,0.92);
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.6vw, 1.75rem);
  font-weight: 480;
  line-height: 1.08;
}

.preview-content-lines {
  position: absolute;
  left: 22px;
  right: 38%;
  bottom: 28px;
  display: grid;
  gap: 10px;
  z-index: 3;
}

.preview-content-lines span {
  height: 10px;
  border-radius: 999px;
  background: rgba(242,238,232,0.18);
}

.preview-content-lines span:nth-child(2) {
  width: 82%;
}

.preview-content-lines span:nth-child(3) {
  width: 58%;
}

.preview-tiles {
  position: absolute;
  right: 22px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 31%;
  z-index: 3;
}

.preview-tiles span {
  min-height: 44px;
  border-radius: 14px;
  padding: 0 8px;
  background: rgba(255,255,255,0.085);
}

.project-copy {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 24px 10px 4px;
}

.project-featured .project-copy {
  padding-top: 30px;
}

.project-copy h3 {
  max-width: 560px;
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 2.3vw, 2.25rem);
}

.project-copy p {
  max-width: 620px;
  margin-bottom: 18px;
}

.project-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-focus li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(242,238,232,0.1);
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(242,238,232,0.72);
  background: rgba(255,255,255,0.04);
  font-size: 0.78rem;
  font-weight: 600;
}

.beauty-preview .preview-hero-band {
  background:
    radial-gradient(circle at 28% 28%, rgba(242,238,232,0.2), transparent 18%),
    linear-gradient(135deg, rgba(217,160,170,0.14), rgba(255,255,255,0.02)),
    linear-gradient(90deg, rgba(86,183,172,0.15), rgba(182,120,69,0.14));
}

.service-preview .preview-hero-band {
  background:
    radial-gradient(circle at 24% 30%, rgba(242,238,232,0.16), transparent 18%),
    linear-gradient(135deg, rgba(86,183,172,0.14), rgba(255,255,255,0.02)),
    linear-gradient(90deg, rgba(20,61,59,0.32), rgba(182,120,69,0.1));
}

.signage-preview .preview-hero-band {
  background:
    radial-gradient(circle at 24% 30%, rgba(242,238,232,0.16), transparent 18%),
    linear-gradient(135deg, rgba(182,120,69,0.13), rgba(255,255,255,0.02)),
    linear-gradient(90deg, rgba(86,183,172,0.11), rgba(178,138,184,0.14));
}

.reference-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
/* Two-reference showcase refinement */
.reference-stage .project-stage {
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.2vw, 24px);
  align-items: stretch;
}

.reference-stage .project-showcase {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  grid-template-rows: auto;
  min-height: 0;
  padding: clamp(15px, 1.8vw, 18px);
}

.reference-stage .project-featured {
  grid-row: auto;
  min-height: 0;
  padding: clamp(15px, 1.8vw, 18px);
}

.reference-stage .project-preview,
.reference-stage .project-featured .project-preview {
  min-height: clamp(360px, 31vw, 430px);
}

.reference-stage .preview-window {
  inset: clamp(14px, 1.6vw, 20px);
}

.reference-stage .project-copy,
.reference-stage .project-featured .project-copy {
  align-self: start;
  padding: 4px 4px 2px;
}

.project-copy-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.reference-stage .project-copy h3 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 1.8vw, 1.9rem);
  line-height: 1.08;
}

.project-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 32px;
  border: 1px solid rgba(122,212,201,0.18);
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(242,238,232,0.82);
  background: rgba(255,255,255,0.04);
  font-size: 0.76rem;
  font-weight: 720;
  text-decoration: none;
}

.project-link:hover,
.project-link:focus-visible {
  color: var(--text);
  border-color: rgba(122,212,201,0.34);
  background: rgba(86,183,172,0.08);
  outline: none;
}

.project-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.project-story-item,
.project-before-after > div {
  border: 1px solid rgba(242,238,232,0.095);
  border-radius: 16px;
  padding: 9px;
  background: rgba(255,255,255,0.035);
}

.project-story-item strong,
.project-before-after strong {
  display: block;
  margin-bottom: 5px;
  color: rgba(242,238,232,0.9);
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reference-stage .project-story-item p {
  max-width: none;
  margin: 0;
  color: rgba(242,238,232,0.66);
  font-size: 0.8rem;
  line-height: 1.38;
}

.project-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 10px;
}

.project-before-after ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-before-after li {
  position: relative;
  padding-left: 14px;
  color: rgba(242,238,232,0.64);
  font-size: 0.75rem;
  line-height: 1.32;
}

.project-before-after li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(122,212,201,0.7);
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-tags li {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  border: 1px solid rgba(242,238,232,0.1);
  border-radius: 999px;
  padding: 0 10px;
  color: rgba(242,238,232,0.72);
  background: rgba(255,255,255,0.04);
  font-size: 0.75rem;
  font-weight: 640;
}

@media (max-width: 1100px) {
  .project-story-grid,
  .project-before-after {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .reference-stage .project-stage {
    grid-template-columns: 1fr;
  }

  .reference-stage .project-showcase {
    grid-template-columns: 1fr;
  }

  .reference-stage .project-preview,
  .reference-stage .project-featured .project-preview {
    min-height: clamp(270px, 46vw, 360px);
  }

  .project-story-grid,
  .project-before-after {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .reference-stage .project-showcase,
  .reference-stage .project-featured {
    border-radius: 24px;
    padding: 14px;
  }

  .reference-stage .project-preview,
  .reference-stage .project-featured .project-preview {
    min-height: 235px;
  }

  .reference-stage .project-copy,
  .reference-stage .project-featured .project-copy {
    padding: 12px 2px 0;
  }

  .project-copy-head,
  .project-story-grid,
  .project-before-after {
    grid-template-columns: 1fr;
  }

  .project-copy-head {
    display: grid;
    gap: 8px;
  }

  .project-link {
    width: fit-content;
  }
}

.price {
  color: var(--text) !important;
  font-size: 2rem;
  font-weight: 720;
}

.assistant-panel {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 40px;
  border-radius: 34px;
  padding: 34px;
}

.assistant-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 10%, rgba(86,183,172,0.13), transparent 26rem),
    radial-gradient(ellipse at 88% 44%, rgba(182,120,69,0.1), transparent 28rem),
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.018)),
    rgba(12,16,17,0.82);
}

.assistant-shell::before,
.assistant-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.assistant-shell::before {
  width: 30rem;
  height: 6.5rem;
  left: -8rem;
  top: 5rem;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(90deg, rgba(86,183,172,0.15), rgba(182,120,69,0.08));
  transform: rotate(-15deg);
}

.assistant-shell::after {
  width: 20rem;
  height: 5rem;
  right: -5rem;
  bottom: 7rem;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(90deg, rgba(217,160,170,0.12), rgba(86,183,172,0.08));
  transform: rotate(-15deg);
}

.assistant-copy,
.assistant-form {
  position: relative;
  z-index: 1;
}

.assistant-summary {
  max-width: 420px;
  margin-top: 32px;
  border: 1px solid rgba(242,238,232,0.12);
  border-radius: 24px;
  padding: 18px;
  background: rgba(0,0,0,0.2);
}

.assistant-summary span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 680;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.assistant-summary strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 540;
  line-height: 1.25;
}

.estimate-form {
  display: grid;
  gap: 18px;
}

.assistant-form {
  border: 1px solid rgba(242,238,232,0.12);
  border-radius: 28px;
  padding: 20px;
  background: rgba(7, 10, 11, 0.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.assistant-steps {
  display: flex;
  gap: 7px;
  margin-bottom: 2px;
}

.assistant-steps span {
  display: grid;
  place-items: center;
  width: 30px;
  min-height: 30px;
  border: 1px solid rgba(242,238,232,0.1);
  border-radius: 999px;
  color: rgba(242,238,232,0.62);
  background: rgba(255,255,255,0.035);
  font-size: 0.78rem;
  font-weight: 680;
}

.assistant-steps span.active {
  color: #061010;
  background: linear-gradient(135deg, rgba(122,212,201,0.95), rgba(193,138,88,0.78));
  box-shadow: 0 12px 34px rgba(86,183,172,0.16);
}

fieldset {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 8px;
  color: var(--text);
  font-weight: 660;
}

.assistant-step {
  border: 1px solid rgba(242,238,232,0.1);
  border-radius: 24px;
  padding: 16px;
  background: rgba(255,255,255,0.028);
}

.assistant-step legend {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 6px;
  font-family: var(--font-display);
  font-size: 1.16rem;
  font-weight: 540;
}

.assistant-step legend span {
  color: var(--teal);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 680;
  letter-spacing: 0.12em;
}

.assistant-hint {
  max-width: 560px;
  margin: -2px 0 4px;
  color: rgba(242,238,232,0.56);
  font-size: 0.84rem;
  line-height: 1.5;
}

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

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

.industry-step .compact-options {
  gap: 8px;
}

.project-options {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.35fr);
}

.project-options label:nth-child(n+3) {
  min-height: 40px;
  opacity: 0.72;
}

.goal-options {
  align-items: start;
}

label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--muted);
  background: rgba(255,255,255,0.04);
}

.assistant-form label {
  position: relative;
  min-height: 44px;
  border-color: rgba(242,238,232,0.1);
  color: rgba(242,238,232,0.78);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.assistant-form label:hover {
  border-color: rgba(86,183,172,0.36);
  color: var(--text);
  background: rgba(86,183,172,0.075);
}

.assistant-form label:has(input:checked) {
  border-color: rgba(86,183,172,0.42);
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(86,183,172,0.14), rgba(182,120,69,0.07)),
    rgba(255,255,255,0.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.assistant-form label.is-recommended {
  min-height: 50px;
  border-color: rgba(86,183,172,0.44);
  color: var(--text);
  background:
    radial-gradient(ellipse at 15% 20%, rgba(86,183,172,0.18), transparent 8rem),
    linear-gradient(135deg, rgba(86,183,172,0.14), rgba(182,120,69,0.06)),
    rgba(255,255,255,0.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.09), 0 10px 26px rgba(0,0,0,0.14);
}

.assistant-form label.is-recommended::after {
  content: "Empfohlen";
  margin-left: auto;
  color: rgba(122,212,201,0.86);
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.assistant-form label.is-secondary {
  min-height: 38px;
  opacity: 0.68;
  background: rgba(255,255,255,0.025);
}

.assistant-form label.is-secondary:has(input:checked) {
  opacity: 0.86;
  border-color: rgba(242,238,232,0.18);
  background: rgba(255,255,255,0.045);
}

.assistant-form input[type="radio"],
.assistant-form input[type="checkbox"] {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

input {
  accent-color: var(--teal);
}

.assistant-orientation {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(220px, 1.05fr);
  gap: 16px;
  border: 1px solid rgba(242,238,232,0.13);
  border-radius: 26px;
  padding: 20px;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(86,183,172,0.15), transparent 16rem),
    linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)),
    rgba(0,0,0,0.22);
}

.assistant-recommendation {
  border: 1px solid rgba(242,238,232,0.12);
  border-radius: 24px;
  padding: 18px 18px 16px;
  background:
    radial-gradient(ellipse at 10% 12%, rgba(86,183,172,0.12), transparent 16rem),
    linear-gradient(135deg, rgba(255,255,255,0.052), rgba(255,255,255,0.018)),
    rgba(0,0,0,0.2);
}

.assistant-recommendation span {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 680;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.assistant-recommendation strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 540;
}

.assistant-recommendation p {
  margin: 12px 0 0;
  color: rgba(242,238,232,0.56);
  font-size: 0.88rem;
  line-height: 1.55;
}

.recommendation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.recommendation-list li {
  border: 1px solid rgba(242,238,232,0.1);
  border-radius: 999px;
  padding: 7px 11px;
  color: rgba(242,238,232,0.78);
  background: rgba(255,255,255,0.035);
  font-size: 0.86rem;
}

.recommendation-list li:first-child,
.recommendation-list li:nth-child(2),
.recommendation-list li:nth-child(3) {
  border-color: rgba(86,183,172,0.26);
  color: var(--text);
  background: rgba(86,183,172,0.07);
}

.assistant-orientation div span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 680;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.assistant-orientation strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  font-weight: 540;
  line-height: 1.05;
}

.assistant-orientation ul {
  display: grid;
  gap: 8px;
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.assistant-orientation li {
  color: rgba(242,238,232,0.76);
  font-size: 0.92rem;
}

.assistant-orientation li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 18px rgba(86,183,172,0.4);
}

.contact-step {
  gap: 14px;
}

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

.privacy-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.estimate-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 22px;
  padding: 20px;
  background: rgba(0,0,0,0.22);
  border: 1px solid var(--line);
}

.estimate-result span {
  color: var(--muted);
}

.estimate-result strong {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 540;
}

.footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.premium-footer {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(242,238,232,0.13);
  border-radius: 42px 42px 0 0;
  padding: clamp(64px, 9vw, 112px) clamp(20px, 5vw, 58px) 30px;
  background:
    radial-gradient(ellipse at 12% 12%, rgba(86,183,172,0.17), transparent 30rem),
    radial-gradient(ellipse at 86% 38%, rgba(182,120,69,0.15), transparent 32rem),
    radial-gradient(ellipse at 48% 110%, rgba(178,138,184,0.13), transparent 28rem),
    linear-gradient(165deg, rgba(255,255,255,0.07), rgba(255,255,255,0.016) 46%, rgba(0,0,0,0.2)),
    rgba(6,9,10,0.96);
  box-shadow: 0 -28px 110px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.08);
}

.premium-footer::before,
.premium-footer::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.premium-footer::before {
  width: clamp(28rem, 54vw, 52rem);
  height: clamp(5.4rem, 8vw, 7.6rem);
  right: -13rem;
  top: 6rem;
  border: 1px solid rgba(242,238,232,0.13);
  background:
    linear-gradient(90deg, rgba(86,183,172,0.18), rgba(182,120,69,0.1), rgba(217,160,170,0.07));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 34px 78px rgba(0,0,0,0.3);
  transform: rotate(-13deg);
}

.premium-footer::after {
  width: clamp(21rem, 36vw, 32rem);
  height: clamp(4.4rem, 7vw, 6.2rem);
  left: -8rem;
  bottom: 5.2rem;
  border: 1px solid rgba(242,238,232,0.105);
  background:
    linear-gradient(90deg, rgba(217,160,170,0.12), rgba(86,183,172,0.09), rgba(182,120,69,0.05));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07);
  transform: rotate(-13deg);
}

.footer-outline {
  position: absolute;
  left: 50%;
  top: clamp(12px, 3vw, 28px);
  transform: translateX(-50%);
  color: transparent;
  -webkit-text-stroke: 1px rgba(242,238,232,0.105);
  font-family: var(--font-display);
  font-size: clamp(5.8rem, 16vw, 15rem);
  font-weight: 440;
  line-height: 0.8;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 0.92;
  pointer-events: none;
}

.footer-glow {
  position: absolute;
  inset: auto 10% -34% 10%;
  height: 52%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 44% 30%, rgba(86,183,172,0.14), transparent 34%),
    radial-gradient(ellipse at 60% 46%, rgba(182,120,69,0.1), transparent 40%),
    radial-gradient(ellipse at 50% 65%, rgba(217,160,170,0.08), transparent 48%);
  filter: blur(2px);
  pointer-events: none;
}

.footer-inner,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.52fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: end;
}

.footer-brand h2 {
  max-width: 640px;
  margin-bottom: 16px;
  font-size: clamp(3rem, 8vw, 6.4rem);
  line-height: 0.92;
}

.footer-brand p:not(.eyebrow),
.footer-bottom,
.footer-contact a,
.footer-legal a {
  color: var(--muted);
}

.footer-brand p:not(.eyebrow) {
  max-width: 460px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.footer-closing {
  color: rgba(242,238,232,0.84) !important;
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 2.2vw, 1.6rem);
  font-weight: 540;
  line-height: 1.3 !important;
}

.footer-cta {
  margin-top: 18px;
  min-height: 58px;
  padding-inline: 26px;
  box-shadow: 0 0 0 1px rgba(122,212,201,0.18), 0 22px 58px rgba(86,183,172,0.2), 0 12px 34px rgba(182,120,69,0.12);
}

.footer-actions {
  display: grid;
  gap: 24px;
  border-left: 1px solid rgba(242,238,232,0.14);
  padding: 8px 0 8px clamp(22px, 4vw, 40px);
  background:
    linear-gradient(180deg, rgba(86,183,172,0.09), transparent 18%),
    linear-gradient(180deg, transparent, rgba(182,120,69,0.055) 82%, transparent);
}

.footer-contact,
.footer-legal {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0;
  background: transparent;
}

.footer-contact span,
.footer-legal span {
  margin-bottom: 2px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-contact a,
.footer-contact p,
.footer-legal a {
  width: fit-content;
  color: rgba(242,238,232,0.78);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
  transition: color 160ms ease;
}

.footer-contact p {
  margin: 0;
}

.footer-contact a small,
.footer-contact p small {
  display: block;
  margin-bottom: 2px;
  color: rgba(242,238,232,0.44);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-link-group {
  position: relative;
}

.footer-link-group::before {
  content: "";
  position: absolute;
  left: calc(clamp(22px, 4vw, 40px) * -1 - 5px);
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(122,212,201,0.78);
  box-shadow: 0 0 26px rgba(86,183,172,0.48);
}

.footer-legal::before {
  background: rgba(193,138,88,0.78);
  box-shadow: 0 0 26px rgba(182,120,69,0.42);
}

.footer-contact a:hover,
.footer-legal a:hover {
  color: var(--text);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(46px, 7vw, 78px);
  padding-top: 22px;
  border-top: 1px solid rgba(242,238,232,0.12);
  font-size: 0.84rem;
}

.footer-bottom span:first-child {
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 540;
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(18px, -16px, 0);
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    gap: 16px;
  }

  .nav {
    display: none;
  }

  .hero,
  .assistant-panel {
    grid-template-columns: 1fr;
  }

  .assistant-panel {
    gap: 24px;
  }

  .assistant-summary {
    max-width: none;
  }

  .compact-options,
  .project-options,
  .option-grid,
  .contact-options,
  .assistant-orientation {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 30px;
    min-height: auto;
    padding-top: 62px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .site-composition {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 460px;
  }

  .site-frame {
    width: min(100%, 540px);
    margin: 0 auto;
    transform: rotate(-1deg);
  }

  .local-proof-card {
    left: 0.6rem;
    bottom: 1.2rem;
  }

  .site-mobile-card {
    right: 0.8rem;
    bottom: 0.2rem;
  }

  .reference-grid,
  .project-stage,
  .pricing-layout {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 520px;
  }

  .project-featured {
    grid-row: auto;
  }

  .footer {
    display: block;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-contact,
  .footer-legal {
    gap: 12px;
  }

  .footer-actions {
    border-left: 0;
    border-top: 1px solid rgba(242,238,232,0.14);
    padding: 24px 0 0;
  }

  .footer-link-group::before {
    left: 0;
    top: -29px;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 560px) {
  .section {
    width: min(100% - 24px, var(--max));
    padding: 62px 0;
  }

  .site-header {
    width: min(100% - 24px, var(--max));
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 4.05rem);
    line-height: 1;
  }

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

  .hero-metrics {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .hero-metrics div {
    min-height: 62px;
  }

  .assistant-panel,
  .project-showcase,
  .price-card {
    border-radius: 22px;
    padding: 22px;
  }

  .assistant-form {
    border-radius: 22px;
    padding: 14px;
  }

  .assistant-step {
    border-radius: 20px;
    padding: 15px;
  }

  .assistant-step legend {
    font-size: 1.05rem;
  }

  .assistant-form label {
    min-height: 46px;
  }

  .assistant-form label.is-recommended {
    min-height: 48px;
  }

  .assistant-form label.is-recommended::after {
    font-size: 0.6rem;
  }

  .project-options label:nth-child(n+3),
  .assistant-form label.is-secondary {
    min-height: 40px;
  }

  .assistant-steps {
    gap: 6px;
  }

  .assistant-steps span {
    width: 28px;
    min-height: 28px;
  }

  .assistant-orientation {
    border-radius: 22px;
    padding: 17px;
  }

  .assistant-recommendation {
    border-radius: 20px;
    padding: 16px;
  }

  .estimate-result {
    align-items: flex-start;
    flex-direction: column;
  }

  .shape-cloud {
    transform: perspective(800px) rotateX(61deg) rotateZ(-22deg) translate(-12rem, -3rem) scale(0.78);
  }

  .hero-visual {
    min-height: 430px;
  }

  .site-composition {
    min-height: 410px;
  }

  .brand-orbit-one {
    width: 17rem;
    height: 4rem;
    right: 2rem;
    top: 1rem;
  }

  .brand-orbit-two {
    width: 12rem;
    height: 3.4rem;
    right: 0;
    bottom: 4.8rem;
  }

  .site-frame {
    border-radius: 26px;
    padding: 12px;
  }

  .site-hero-shot {
    grid-template-columns: 1fr;
    min-height: 230px;
    padding: 16px;
  }

  .site-image-mark {
    min-height: 122px;
  }

  .site-service-row {
    gap: 9px;
  }

  .site-service-row span {
    height: 54px;
    border-radius: 16px;
  }

  .local-proof-card {
    width: 205px;
    padding: 16px;
  }

  .site-mobile-card {
    display: none;
  }

  .reference-stage::before {
    inset: 2rem -1rem 1rem;
    border-radius: 30px;
  }

  .project-stage {
    gap: 14px;
  }

  .project-showcase,
  .project-featured {
    min-height: auto;
    padding: 14px;
  }

  .project-preview,
  .project-featured .project-preview {
    min-height: 220px;
    border-radius: 21px;
  }

  .preview-window {
    inset: 16px;
    border-radius: 18px;
  }

  .preview-nav {
    left: 14px;
    right: 14px;
    top: 14px;
    gap: 5px;
  }

  .preview-nav span {
    min-height: 22px;
    padding: 0 8px;
    font-size: 0.6rem;
  }

  .preview-hero-band {
    left: 15px;
    right: 15px;
    top: 50px;
    height: 40%;
    border-radius: 16px;
  }

  .preview-local-label {
    left: 29px;
    top: 82px;
    max-width: 68%;
  }

  .preview-local-label span {
    margin-bottom: 5px;
    font-size: 0.64rem;
  }

  .preview-local-label strong {
    font-size: 1.08rem;
  }

  .preview-content-lines {
    left: 16px;
    right: 34%;
    bottom: 24px;
  }

  .preview-tiles {
    right: 16px;
    bottom: 21px;
    width: 30%;
    grid-template-columns: 1fr;
  }

  .preview-tiles span {
    min-height: 28px;
    font-size: 0.58rem;
  }

  .project-copy,
  .project-featured .project-copy {
    padding: 20px 6px 4px;
  }

  .project-focus {
    gap: 6px;
  }

  .project-focus li {
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .reference-cta .button {
    width: 100%;
  }

  .premium-footer {
    width: min(100% - 24px, var(--max));
    border-radius: 28px 28px 0 0;
    padding: 42px 18px 24px;
  }

  .footer-outline {
    top: 22px;
    font-size: clamp(5.2rem, 27vw, 8rem);
  }

  .footer-brand .button {
    width: 100%;
  }

  .footer-cta {
    min-height: 56px;
  }
}

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



.assistant-form .goal-list label span {
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.25;
}

/* Guided request assistant */
.guided-form {
  gap: 20px;
}

.guided-step {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(242,238,232,0.1);
  border-radius: 26px;
  padding: clamp(18px, 3vw, 24px);
  background:
    radial-gradient(ellipse at 12% 0%, rgba(86,183,172,0.09), transparent 16rem),
    rgba(255,255,255,0.028);
}

.guided-step[hidden] {
  display: none;
}

.step-kicker {
  margin: 0;
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guided-step h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 540;
  line-height: 1.12;
}

.guided-step textarea,
.guided-step input[type="text"],
.guided-step input[type="email"],
.guided-step input[type="tel"] {
  width: 100%;
  border: 1px solid rgba(242,238,232,0.12);
  border-radius: 18px;
  padding: 14px 15px;
  color: var(--text);
  background: rgba(0,0,0,0.24);
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.guided-step textarea:focus,
.guided-step input[type="text"]:focus,
.guided-step input[type="email"]:focus,
.guided-step input[type="tel"]:focus {
  border-color: rgba(86,183,172,0.48);
  background: rgba(0,0,0,0.32);
  box-shadow: 0 0 0 3px rgba(86,183,172,0.11);
}

.field-label {
  color: rgba(242,238,232,0.74);
  font-size: 0.86rem;
  font-weight: 680;
}

.example-chips,
.choice-list {
  display: grid;
  gap: 10px;
}

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

.example-chips button {
  min-height: 40px;
  border: 1px solid rgba(242,238,232,0.1);
  border-radius: 999px;
  color: rgba(242,238,232,0.76);
  background: rgba(255,255,255,0.035);
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.example-chips button:hover,
.example-chips button.active {
  border-color: rgba(86,183,172,0.4);
  color: var(--text);
  background: rgba(86,183,172,0.09);
}

.project-intent-list,
.priority-list,
.contact-choice-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-list label {
  align-items: flex-start;
  min-height: 52px;
  border-radius: 18px;
  padding: 13px 14px;
  white-space: normal;
}

.choice-list label span {
  min-width: 0;
  line-height: 1.35;
}

.choice-list label strong,
.choice-list label small {
  display: block;
}

.choice-list label small {
  margin-top: 3px;
  color: rgba(242,238,232,0.54);
  font-size: 0.82rem;
  font-weight: 500;
}

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

.contact-fields .field-label {
  align-self: end;
}

.contact-preference {
  gap: 10px;
}

.contact-preference legend {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 680;
}

.request-summary {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(242,238,232,0.11);
  border-radius: 20px;
  padding: 16px;
  background: rgba(0,0,0,0.18);
}

.request-summary p {
  margin: 0;
  color: rgba(242,238,232,0.78);
  line-height: 1.5;
}

.request-summary strong {
  color: var(--text);
}

.final-consent {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(232, 225, 214, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 42px rgba(0, 0, 0, 0.18);
}

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

.privacy-consent {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start !important;
  gap: 12px;
  min-height: auto !important;
  border-radius: 16px !important;
  padding: 12px !important;
  background: rgba(9, 15, 18, 0.42) !important;
  border: 1px solid rgba(55, 184, 174, 0.16) !important;
  color: rgba(247, 242, 233, 0.82);
  cursor: default;
}

.privacy-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0.18em 0 0;
  accent-color: var(--teal);
  cursor: pointer;
}

.privacy-consent span {
  min-width: 0;
  line-height: 1.45;
}

.privacy-consent a {
  color: var(--bronze);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
  cursor: pointer;
}

.privacy-consent a:hover {
  color: #e98f7a;
}

.final-consent .cf-turnstile {
  min-height: 65px;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.form-error {
  min-height: 1.2em;
  margin: 0;
  color: #f3b5a8;
  font-size: 0.9rem;
  line-height: 1.4;
}

.guided-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.guided-actions .button {
  min-width: 150px;
}

.success-message {
  border: 1px solid rgba(86,183,172,0.26);
  border-radius: 24px;
  padding: 20px;
  background:
    radial-gradient(ellipse at 14% 0%, rgba(86,183,172,0.14), transparent 16rem),
    rgba(0,0,0,0.22);
}

.success-message h3 {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 540;
}

.success-message p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .example-chips,
  .project-intent-list,
  .priority-list,
  .contact-choice-list,
  .contact-fields {
    grid-template-columns: 1fr;
  }

  .guided-actions {
    display: grid;
  }

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

/* Premium calculator */
.calculator-section .section-heading p:not(.eyebrow) { max-width: 720px; color: var(--muted); }
.calculator-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr); gap: 22px; border: 1px solid rgba(242,238,232,0.12); border-radius: 34px; padding: clamp(20px, 4vw, 32px); background: radial-gradient(ellipse at 12% 0%, rgba(86,183,172,0.12), transparent 24rem), radial-gradient(ellipse at 86% 40%, rgba(182,120,69,0.1), transparent 26rem), linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.016)), rgba(8,11,12,0.78); box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 24px 90px rgba(0,0,0,0.22); }
.calculator-main { display: grid; gap: 18px; }
.calculator-block { border: 1px solid rgba(242,238,232,0.1); border-radius: 26px; padding: 18px; background: rgba(255,255,255,0.026); }
.calculator-block legend { display: flex; align-items: center; gap: 10px; padding: 0 6px; font-family: var(--font-display); font-size: 1.18rem; font-weight: 540; }
.calculator-block legend span { color: var(--teal); font-family: var(--font-sans); font-size: 0.72rem; font-weight: 720; letter-spacing: 0.12em; }
.website-type-grid, .addon-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.calculator-choice, .addon-list label { align-items: flex-start; min-height: auto; border-radius: 20px; padding: 14px; white-space: normal; }
.calculator-choice input, .addon-list input { margin-top: 3px; }
.calculator-choice.active, .calculator-choice:has(input:checked) { border-color: rgba(86,183,172,0.42); color: var(--text); background: linear-gradient(135deg, rgba(86,183,172,0.13), rgba(182,120,69,0.06)), rgba(255,255,255,0.045); }
.choice-copy, .addon-list label span { display: grid; gap: 5px; min-width: 0; }
.choice-copy strong, .addon-list strong { color: var(--text); font-size: 1rem; }
.choice-copy em, .addon-list em { color: var(--teal); font-size: 0.84rem; font-style: normal; font-weight: 720; }
.choice-copy small { color: rgba(242,238,232,0.58); font-size: 0.84rem; line-height: 1.45; }
.maintenance-note { margin-top: 14px; border: 1px solid rgba(182,120,69,0.2); border-radius: 20px; padding: 14px; background: rgba(182,120,69,0.055); }
.maintenance-note span { display: block; margin-bottom: 6px; color: var(--bronze); font-weight: 720; }
.maintenance-note p { margin: 0; color: rgba(242,238,232,0.68); font-size: 0.9rem; line-height: 1.55; }
.calculator-result { position: sticky; top: 94px; align-self: start; border: 1px solid rgba(242,238,232,0.13); border-radius: 28px; padding: 22px; background: radial-gradient(ellipse at 22% 0%, rgba(86,183,172,0.15), transparent 18rem), linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)), rgba(0,0,0,0.24); }
.calculator-result > span { display: block; margin-bottom: 10px; color: var(--teal); font-size: 0.72rem; font-weight: 720; letter-spacing: 0.12em; text-transform: uppercase; }
.calculator-result h3 { margin: 0 0 8px; font-family: var(--font-display); font-size: 1.45rem; font-weight: 540; }
.calculator-total { margin: 0 0 16px; color: var(--text); font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 540; line-height: 1; }
.calculator-selected, .calculator-maintenance { border-top: 1px solid rgba(242,238,232,0.1); padding-top: 13px; margin-top: 13px; color: rgba(242,238,232,0.74); font-size: 0.9rem; line-height: 1.55; }
.calculator-disclaimer, .tax-note { color: var(--muted); font-size: 0.88rem; line-height: 1.55; }
.tax-note { color: rgba(242,238,232,0.72); font-weight: 680; }
@media (max-width: 900px) { .calculator-shell, .website-type-grid, .addon-list { grid-template-columns: 1fr; } .calculator-result { position: static; } }

/* Final premium footer stage */
.footer-stage {
  min-height: clamp(520px, 62vw, 760px);
  padding: clamp(82px, 10vw, 132px) clamp(20px, 5vw, 62px) 30px;
  background:
    radial-gradient(ellipse at 18% 10%, rgba(86,183,172,0.2), transparent 32rem),
    radial-gradient(ellipse at 78% 28%, rgba(182,120,69,0.17), transparent 34rem),
    radial-gradient(ellipse at 56% 104%, rgba(178,138,184,0.16), transparent 30rem),
    linear-gradient(165deg, rgba(255,255,255,0.085), rgba(255,255,255,0.018) 48%, rgba(0,0,0,0.28)),
    rgba(5,8,9,0.98);
}

.footer-stage .footer-outline {
  top: clamp(6px, 2vw, 18px);
  -webkit-text-stroke: 1px rgba(242,238,232,0.13);
  font-size: clamp(6.2rem, 17vw, 16.5rem);
  opacity: 0.98;
}

.footer-stage-shape {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.footer-stage-shape-one {
  width: clamp(30rem, 58vw, 58rem);
  height: clamp(5.8rem, 8vw, 8rem);
  right: -15rem;
  top: 7.5rem;
  border: 1px solid rgba(242,238,232,0.14);
  background: linear-gradient(90deg, rgba(86,183,172,0.2), rgba(182,120,69,0.12), rgba(217,160,170,0.075));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 34px 90px rgba(0,0,0,0.34);
  transform: rotate(-13deg);
}

.footer-stage-shape-two {
  width: clamp(22rem, 40vw, 36rem);
  height: clamp(4.5rem, 7vw, 6.4rem);
  left: -9rem;
  bottom: 7.5rem;
  border: 1px solid rgba(242,238,232,0.11);
  background: linear-gradient(90deg, rgba(217,160,170,0.13), rgba(86,183,172,0.1), rgba(182,120,69,0.07));
  transform: rotate(-13deg);
}

.footer-stage-inner {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.12fr) minmax(290px, 0.46fr);
  align-items: end;
  gap: clamp(42px, 8vw, 120px);
}

.footer-stage-lead h2 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 8.8vw, 7.4rem);
  line-height: 0.9;
}

.footer-stage-lead > p:not(.eyebrow) {
  max-width: 620px;
}

.footer-stage-lead .footer-closing {
  max-width: 720px;
  margin-top: 10px;
  color: rgba(242,238,232,0.88) !important;
  font-size: clamp(1.22rem, 2.1vw, 1.72rem);
}

.footer-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.footer-stage .footer-cta {
  min-height: 62px;
  padding-inline: 30px;
  box-shadow: 0 0 0 1px rgba(122,212,201,0.22), 0 26px 68px rgba(86,183,172,0.25), 0 14px 38px rgba(182,120,69,0.16);
}

.footer-secondary-link {
  min-height: 58px;
  padding-inline: 26px;
  color: rgba(242,238,232,0.88);
  border-color: rgba(242,238,232,0.18);
  background: rgba(255,255,255,0.052);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04) inset, 0 18px 44px rgba(0,0,0,0.18);
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.footer-secondary-link:hover {
  color: var(--text);
}

.footer-stage-meta {
  gap: 30px;
  border-left: 1px solid rgba(242,238,232,0.16);
  padding: 8px 0 8px clamp(24px, 4vw, 44px);
  background:
    linear-gradient(180deg, rgba(86,183,172,0.1), transparent 22%),
    linear-gradient(180deg, transparent, rgba(182,120,69,0.065) 82%, transparent);
}

.footer-stage .footer-contact,
.footer-stage .footer-legal {
  gap: 14px;
}

.footer-stage .footer-contact span,
.footer-stage .footer-legal span {
  color: var(--teal);
}

.footer-stage .footer-contact a,
.footer-stage .footer-contact p,
.footer-stage .footer-legal a {
  color: rgba(242,238,232,0.82);
}

.footer-stage-bottom {
  position: relative;
  z-index: 1;
  margin-top: clamp(64px, 8vw, 104px);
}

.footer-stage-bottom span:last-child {
  color: rgba(242,238,232,0.72);
}

@media (max-width: 900px) {
  .footer-stage {
    min-height: auto;
    padding-top: 76px;
  }

  .footer-stage-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-stage-meta {
    border-left: 0;
    border-top: 1px solid rgba(242,238,232,0.14);
    padding: 26px 0 0;
  }

  .footer-stage .footer-link-group::before {
    left: 0;
    top: -31px;
  }
}

@media (max-width: 560px) {
  .footer-stage .footer-outline {
    font-size: clamp(5rem, 26vw, 8.4rem);
  }

  .footer-cta-row {
    display: grid;
  }

  .footer-secondary-link {
    justify-content: center;
  }
}

/* Footer watermark refinement */
.footer-stage .footer-outline {
  left: 33%;
  top: clamp(42px, 8vw, 90px);
  -webkit-text-stroke: 1px rgba(242,238,232,0.055);
  font-size: clamp(5.2rem, 12vw, 11rem);
  opacity: 0.36;
}

@media (max-width: 900px) {
  .footer-stage .footer-outline {
    left: 50%;
    top: 28px;
    font-size: clamp(4.6rem, 20vw, 7rem);
    opacity: 0.28;
  }
}

/* Footer compact refinement */
.footer-stage {
  min-height: clamp(470px, 55vw, 660px);
  padding: clamp(70px, 8.5vw, 112px) clamp(20px, 5vw, 62px) 26px;
}

.footer-stage-inner {
  gap: clamp(34px, 6.8vw, 100px);
}

.footer-stage-lead h2 {
  margin-bottom: 14px;
  font-size: clamp(3.05rem, 8vw, 6.7rem);
  line-height: 0.92;
}

.footer-stage-lead .footer-closing {
  margin-top: 8px;
  font-size: clamp(1.12rem, 1.9vw, 1.55rem);
}

.footer-cta-row {
  gap: 14px;
  margin-top: 24px;
}

.footer-stage .footer-cta {
  min-height: 58px;
  padding-inline: 28px;
}

.footer-stage-meta {
  gap: 24px;
  padding: 6px 0 6px clamp(22px, 3.6vw, 38px);
}

.footer-stage .footer-contact,
.footer-stage .footer-legal {
  gap: 11px;
}

.footer-stage-bottom {
  margin-top: clamp(52px, 6.8vw, 88px);
}

.footer-stage .footer-outline {
  left: 30%;
  top: clamp(52px, 8.8vw, 100px);
  -webkit-text-stroke: 1px rgba(242,238,232,0.042);
  font-size: clamp(4.7rem, 10.2vw, 9.6rem);
  opacity: 0.24;
}

@media (max-width: 900px) {
  .footer-stage {
    padding-top: 64px;
    padding-bottom: 24px;
  }

  .footer-stage-inner {
    gap: 30px;
  }

  .footer-stage-meta {
    gap: 22px;
    padding: 22px 0 0;
  }

  .footer-stage-bottom {
    margin-top: 46px;
  }

  .footer-stage .footer-outline {
    left: 50%;
    top: 26px;
    font-size: clamp(4rem, 17vw, 6.2rem);
    opacity: 0.2;
  }
}

@media (max-width: 560px) {
  .footer-stage-lead h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .footer-cta-row {
    gap: 10px;
    margin-top: 20px;
  }

  .footer-stage .footer-outline {
    top: 22px;
    font-size: clamp(3.6rem, 18vw, 5.4rem);
  }
}
/* Legal pages */
.legal-page {
  min-height: 100vh;
  background: #050809;
}

.legal-header .brand {
  color: var(--text);
}

.legal-main {
  position: relative;
  overflow: hidden;
  padding: clamp(116px, 14vw, 160px) clamp(18px, 5vw, 64px) clamp(64px, 9vw, 110px);
}

.legal-container {
  position: relative;
  z-index: 1;
  width: min(100%, 940px);
  margin: 0 auto;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-bottom: 28px;
  color: rgba(242,238,232,0.74);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
}

.legal-back:hover {
  color: var(--text);
}

.legal-page .section-head {
  margin-bottom: clamp(24px, 5vw, 44px);
}

.legal-page .section-head h1 {
  max-width: 780px;
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 6.2rem);
  font-weight: 480;
  line-height: 0.96;
}

.legal-page .section-sub {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(242,238,232,0.68);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.6;
}

.legal {
  display: grid;
  gap: 18px;
}

.legal-section {
  border: 1px solid rgba(242,238,232,0.11);
  border-radius: 26px;
  padding: clamp(20px, 4vw, 32px);
  background:
    radial-gradient(ellipse at 12% 0%, rgba(86,183,172,0.08), transparent 18rem),
    linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)),
    rgba(8,11,12,0.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), 0 22px 70px rgba(0,0,0,0.18);
}

.legal-section h2,
.legal-section h3 {
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 540;
  line-height: 1.15;
}

.legal-section h2 {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.legal-section h3 {
  margin: 22px 0 10px;
  font-size: 1.13rem;
}

.legal-section p,
.legal-section li {
  color: rgba(242,238,232,0.74);
  line-height: 1.72;
}

.legal-section p {
  margin: 0 0 14px;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 16px;
  padding-left: 1.2rem;
}

.legal-section a {
  color: var(--teal);
  overflow-wrap: anywhere;
  text-decoration: none;
}

.legal-section a:hover {
  color: var(--text);
}

.legal-bg-shape {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(242,238,232,0.1);
  border-radius: 999px;
  pointer-events: none;
}

.legal-bg-shape-one {
  width: clamp(22rem, 52vw, 48rem);
  height: clamp(4rem, 7vw, 7rem);
  right: -15rem;
  top: 9rem;
  background: linear-gradient(90deg, rgba(86,183,172,0.13), rgba(182,120,69,0.08), rgba(217,160,170,0.06));
  transform: rotate(-13deg);
}

.legal-bg-shape-two {
  width: clamp(18rem, 42vw, 36rem);
  height: clamp(3.6rem, 6vw, 5.8rem);
  left: -12rem;
  bottom: 8rem;
  background: linear-gradient(90deg, rgba(217,160,170,0.1), rgba(86,183,172,0.08), rgba(182,120,69,0.05));
  transform: rotate(-13deg);
}

@media (max-width: 720px) {
  .legal-main {
    padding-top: 108px;
  }

  .legal-page .nav {
    display: none;
  }

  .legal-section {
    border-radius: 20px;
  }
}

/* Legal compact footer */
.legal-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(242,238,232,0.1);
  padding: clamp(28px, 5vw, 44px) clamp(18px, 5vw, 64px);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(86,183,172,0.1), transparent 24rem),
    radial-gradient(ellipse at 84% 70%, rgba(182,120,69,0.085), transparent 24rem),
    linear-gradient(165deg, rgba(255,255,255,0.045), rgba(255,255,255,0.014) 58%, rgba(0,0,0,0.24)),
    rgba(5,8,9,0.98);
}

.legal-footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(210px, auto);
  align-items: center;
  gap: clamp(18px, 4vw, 44px);
  width: min(100%, 1120px);
  margin: 0 auto;
}

.legal-footer-brand span {
  display: block;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 540;
  line-height: 1.1;
}

.legal-footer-brand p {
  margin: 8px 0 0;
  color: rgba(242,238,232,0.62);
  font-size: 0.92rem;
  line-height: 1.45;
}

.legal-footer-nav,
.legal-footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}

.legal-footer-nav a,
.legal-footer-contact a {
  color: rgba(242,238,232,0.76);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
}

.legal-footer-contact a:first-child {
  border: 1px solid rgba(86,183,172,0.28);
  border-radius: 999px;
  padding: 10px 15px;
  color: var(--text);
  background: linear-gradient(135deg, rgba(86,183,172,0.13), rgba(182,120,69,0.08));
}

.legal-footer-nav a:hover,
.legal-footer-contact a:hover {
  color: var(--text);
}

.legal-footer-shape {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(242,238,232,0.08);
  border-radius: 999px;
  pointer-events: none;
}

.legal-footer-shape-one {
  width: clamp(18rem, 34vw, 30rem);
  height: 3.4rem;
  right: -8rem;
  top: 1.2rem;
  background: linear-gradient(90deg, rgba(86,183,172,0.1), rgba(182,120,69,0.07), rgba(217,160,170,0.045));
  transform: rotate(-13deg);
}

.legal-footer-shape-two {
  width: clamp(14rem, 28vw, 24rem);
  height: 2.8rem;
  left: -7rem;
  bottom: 0.4rem;
  background: linear-gradient(90deg, rgba(217,160,170,0.075), rgba(86,183,172,0.06), rgba(182,120,69,0.045));
  transform: rotate(-13deg);
}

@media (max-width: 860px) {
  .legal-footer-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .legal-footer-nav,
  .legal-footer-contact {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .legal-footer {
    padding-block: 30px;
  }

  .legal-footer-nav,
  .legal-footer-contact {
    display: grid;
    gap: 12px;
  }

  .legal-footer-contact a:first-child {
    width: fit-content;
  }
}

/* Premium header refinement */
.site-header {
  top: 14px;
  display: grid;
  grid-template-columns: auto minmax(0, auto);
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  min-height: 68px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(242,238,232,0.12);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.025)),
    radial-gradient(ellipse at 18% 0%, rgba(86,183,172,0.14), transparent 18rem),
    radial-gradient(ellipse at 82% 100%, rgba(182,120,69,0.1), transparent 18rem),
    rgba(7,10,11,0.72);
  box-shadow: 0 18px 70px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(22px) saturate(132%);
  -webkit-backdrop-filter: blur(22px) saturate(132%);
  isolation: isolate;
}

.site-header::before {
  content: "";
  position: absolute;
  right: clamp(7.5rem, 17vw, 17rem);
  top: 50%;
  z-index: -1;
  width: clamp(7rem, 17vw, 16rem);
  height: 34px;
  border: 1px solid rgba(242,238,232,0.07);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(86,183,172,0.08), rgba(182,120,69,0.055), rgba(217,160,170,0.04));
  transform: translateY(-50%) rotate(-13deg);
  pointer-events: none;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.brand {
  position: relative;
  z-index: 1;
  min-width: max-content;
  padding: 7px 10px 7px 4px;
  color: var(--text);
  text-decoration: none;
}

.brand span:last-child {
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  letter-spacing: 0;
}

.brand-mark {
  position: relative;
  width: 42px;
  height: 24px;
  border: 1px solid rgba(242,238,232,0.16);
  background:
    radial-gradient(circle at 28% 50%, rgba(242,238,232,0.9) 0 3px, transparent 4px),
    linear-gradient(90deg, rgba(86,183,172,0.9), rgba(182,120,69,0.75), rgba(217,160,170,0.52));
  box-shadow: 0 0 0 1px rgba(86,183,172,0.08), 0 14px 34px rgba(86,183,172,0.24), inset 0 1px 0 rgba(255,255,255,0.28);
}

.nav {
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(242,238,232,0.09);
  border-radius: 999px;
  background: rgba(255,255,255,0.034);
}

.nav a,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}

.nav a {
  padding: 0 14px;
  color: rgba(242,238,232,0.68);
  font-size: 0.9rem;
  font-weight: 650;
  transition: color 160ms ease, background 160ms ease;
}

.nav a:hover {
  color: var(--text);
  background: rgba(255,255,255,0.055);
}

.header-cta {
  min-width: 142px;
  padding: 0 18px;
  color: #07100f;
  font-size: 0.9rem;
  font-weight: 780;
  background: linear-gradient(135deg, rgba(122,212,201,0.96), rgba(216,157,106,0.9), rgba(217,160,170,0.8));
  box-shadow: 0 0 0 1px rgba(242,238,232,0.16), 0 16px 42px rgba(86,183,172,0.19), 0 10px 24px rgba(182,120,69,0.13);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(242,238,232,0.2), 0 20px 52px rgba(86,183,172,0.24), 0 14px 32px rgba(182,120,69,0.16);
}

.legal-header .header-cta {
  color: #07100f;
}

@media (max-width: 900px) {
  .site-header {
    align-items: center;
  }

  .nav {
    display: flex;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    grid-template-columns: 1fr;
    gap: 9px;
    width: min(100% - 20px, var(--max));
    min-height: 0;
    border-radius: 26px;
    padding: 10px;
  }

  .site-header::before {
    right: -4rem;
    top: 18px;
    width: 12rem;
    opacity: 0.45;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    width: 100%;
  }

  .brand {
    width: fit-content;
    padding: 4px 6px 2px 2px;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
  }

  .nav a {
    min-width: 0;
    padding: 0 8px;
    font-size: 0.82rem;
  }

  .header-cta {
    min-width: 112px;
    padding: 0 12px;
    font-size: 0.82rem;
  }
}

@media (max-width: 360px) {
  .brand span:last-child {
    font-size: 0.96rem;
  }

  .brand-mark {
    width: 38px;
  }

  .header-actions {
    grid-template-columns: 1fr;
  }

  .header-cta {
    width: 100%;
  }
}


/* Final premium header */
.site-header {
  position: fixed;
  top: clamp(10px, 1.6vw, 18px);
  left: 50%;
  right: auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 2vw, 28px);
  width: min(1120px, calc(100% - 36px));
  min-height: 64px;
  margin: 0;
  padding: 9px 10px 9px 12px;
  border: 1px solid rgba(242,238,232,0.12);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(86,183,172,0.12), transparent 17rem),
    radial-gradient(ellipse at 88% 100%, rgba(182,120,69,0.09), transparent 15rem),
    linear-gradient(135deg, rgba(255,255,255,0.082), rgba(255,255,255,0.032)),
    rgba(7,10,11,0.72);
  box-shadow: 0 18px 64px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.09);
  backdrop-filter: blur(22px) saturate(132%);
  -webkit-backdrop-filter: blur(22px) saturate(132%);
  transform: translateX(-50%);
}

.site-header::before {
  content: "";
  position: absolute;
  right: clamp(8.5rem, 18vw, 18rem);
  top: 50%;
  z-index: -1;
  width: clamp(6.5rem, 15vw, 14rem);
  height: 28px;
  border: 1px solid rgba(242,238,232,0.055);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(86,183,172,0.075), rgba(182,120,69,0.052), rgba(217,160,170,0.035));
  opacity: 0.8;
  transform: translateY(-50%) rotate(-8deg);
  pointer-events: none;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
  padding: 5px 10px 5px 2px;
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 560;
  text-decoration: none;
}

.brand span:last-child {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1;
  letter-spacing: 0;
}

.brand-mark {
  position: relative;
  width: 42px;
  height: 23px;
  flex: 0 0 auto;
  border: 1px solid rgba(242,238,232,0.15);
  border-radius: 999px;
  background:
    radial-gradient(circle at 29% 50%, rgba(242,238,232,0.88) 0 3px, transparent 4px),
    linear-gradient(90deg, rgba(86,183,172,0.82), rgba(182,120,69,0.68), rgba(217,160,170,0.45));
  box-shadow: 0 0 0 1px rgba(86,183,172,0.07), 0 12px 28px rgba(86,183,172,0.2), inset 0 1px 0 rgba(255,255,255,0.24);
}

.brand-mark::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(7,10,11,0.6);
  transform: translateY(-50%);
}

.nav {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(242,238,232,0.08);
  border-radius: 999px;
  background: rgba(255,255,255,0.032);
}

.nav a,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}

.nav a {
  padding: 0 14px;
  color: rgba(242,238,232,0.68);
  font-size: 0.89rem;
  font-weight: 650;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
  background: rgba(255,255,255,0.06);
  outline: none;
}

.header-cta {
  min-width: 134px;
  padding: 0 17px;
  color: #07100f;
  font-size: 0.89rem;
  font-weight: 780;
  background: linear-gradient(135deg, rgba(122,212,201,0.95), rgba(216,157,106,0.88), rgba(217,160,170,0.72));
  box-shadow: 0 0 0 1px rgba(242,238,232,0.14), 0 14px 36px rgba(86,183,172,0.16), 0 8px 20px rgba(182,120,69,0.11);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: #07100f;
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(242,238,232,0.19), 0 18px 44px rgba(86,183,172,0.21), 0 10px 24px rgba(182,120,69,0.14);
  outline: none;
}

body:not(.legal-page) main {
  padding-top: 112px;
}

#top {
  scroll-margin-top: 112px;
}

.legal-main {
  padding-top: 118px;
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(100% - 20px, var(--max));
    min-height: 0;
    border-radius: 24px;
    padding: 10px;
  }

  .site-header::before {
    right: -4rem;
    top: 20px;
    width: 12rem;
    opacity: 0.38;
  }

  .header-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    width: 100%;
  }

  .brand {
    width: fit-content;
    padding: 3px 6px 2px 2px;
  }

  .brand span:last-child {
    font-size: 1rem;
  }

  .brand-mark {
    width: 39px;
    height: 22px;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
  }

  .nav a {
    min-width: 0;
    padding: 0 7px;
    font-size: 0.8rem;
  }

  .header-cta {
    min-width: 108px;
    padding: 0 11px;
    font-size: 0.8rem;
  }

  body:not(.legal-page) main {
    padding-top: 146px;
  }

  #top {
    scroll-margin-top: 146px;
  }

  .legal-main {
    padding-top: 130px;
  }
}

@media (max-width: 380px) {
  .brand span:last-child {
    font-size: 0.95rem;
  }

  .header-actions {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
  }

  .nav a {
    padding: 0 5px;
    font-size: 0.74rem;
  }

  .header-cta {
    min-width: 104px;
    padding: 0 9px;
    font-size: 0.78rem;
  }
}

/* Keep legal-page header navigation consistent with the start page. */
.legal-page .site-header .nav {
  display: flex;
}

@media (max-width: 760px) {
  .legal-page .site-header .nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
  }
}

/* Hero visual refinement */
.site-composition {
  isolation: isolate;
}

.site-light-trail {
  position: absolute;
  z-index: 2;
  left: 4%;
  top: 14%;
  width: min(31rem, 82%);
  height: 3.4rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(86, 183, 172, 0.18), rgba(182, 120, 69, 0.11), rgba(217, 160, 170, 0.08), transparent);
  filter: blur(10px);
  opacity: 0.78;
  transform: rotate(-12deg);
  pointer-events: none;
}

.site-frame {
  background:
    radial-gradient(ellipse at 22% 12%, rgba(86, 183, 172, 0.11), transparent 16rem),
    radial-gradient(ellipse at 84% 92%, rgba(182, 120, 69, 0.09), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022)),
    rgba(7, 10, 11, 0.86);
}

.site-toolbar {
  position: relative;
}

.site-toolbar::after {
  content: "vision-webdesign.de";
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin-left: auto;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(242, 238, 232, 0.46);
  font-size: 0.66rem;
  font-weight: 650;
}

.site-hero-shot {
  background:
    radial-gradient(circle at 24% 24%, rgba(86, 183, 172, 0.12), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(8, 10, 11, 0.66);
}

.site-image-mark {
  background:
    radial-gradient(circle at 20% 20%, rgba(242, 238, 232, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(86, 183, 172, 0.72), rgba(182, 120, 69, 0.42) 58%, rgba(156, 104, 140, 0.36));
  box-shadow: 0 22px 60px rgba(86, 183, 172, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.site-copy-block strong {
  background: linear-gradient(90deg, rgba(242, 238, 232, 0.78), rgba(86, 183, 172, 0.45));
}

.site-service-row span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  color: rgba(242, 238, 232, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 30% 20%, rgba(86, 183, 172, 0.13), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.022));
}

.site-service-row span:nth-child(2) {
  background:
    radial-gradient(circle at 30% 20%, rgba(182, 120, 69, 0.13), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.022));
}

.site-service-row span:nth-child(3) {
  background:
    radial-gradient(circle at 30% 20%, rgba(156, 104, 140, 0.13), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.022));
}

.site-mobile-card {
  background:
    radial-gradient(circle at 50% 12%, rgba(86, 183, 172, 0.12), transparent 42%),
    rgba(13, 17, 18, 0.78);
}

.site-mobile-card::before {
  content: "";
  display: block;
  justify-self: center;
  width: 32px;
  height: 4px;
  border-radius: 999px;
  background: rgba(242, 238, 232, 0.34);
}

@media (max-width: 760px) {
  .site-light-trail {
    top: 10%;
    left: 2%;
    width: 82%;
    opacity: 0.58;
  }

  .site-toolbar::after {
    display: none;
  }

  .site-service-row span {
    font-size: 0.68rem;
  }
}
/* Premium brand intro */
.brand-intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(ellipse at 50% 46%, rgba(86,183,172,0.12), transparent 22rem),
    radial-gradient(ellipse at 64% 55%, rgba(182,120,69,0.08), transparent 20rem),
    radial-gradient(ellipse at 42% 62%, rgba(178,138,184,0.07), transparent 18rem),
    rgba(5,8,9,0.98);
  opacity: 1;
  pointer-events: none;
}

.brand-intro[hidden] {
  display: none;
}

.brand-intro.is-playing {
  animation: brandIntroFade 1.45s ease forwards;
}

.brand-intro-light {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(54rem, 86vw);
  height: min(16rem, 34vw);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(86,183,172,0.22), rgba(182,120,69,0.14), rgba(217,160,170,0.12), transparent);
  filter: blur(18px);
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-9deg) scaleX(0.44);
}

.brand-intro.is-playing .brand-intro-light {
  animation: brandIntroLight 1.08s cubic-bezier(.2,.7,.2,1) forwards;
}

.brand-intro-capsule {
  position: absolute;
  left: 50%;
  top: calc(50% - 3.7rem);
  width: 8.2rem;
  height: 2.15rem;
  border: 1px solid rgba(242,238,232,0.14);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 50%, rgba(242,238,232,0.9) 0 3px, transparent 4px),
    linear-gradient(90deg, rgba(86,183,172,0.46), rgba(182,120,69,0.25), rgba(217,160,170,0.18));
  box-shadow: 0 0 32px rgba(86,183,172,0.16), inset 0 1px 0 rgba(255,255,255,0.22);
  opacity: 0;
  transform: translateX(-50%) translateY(10px) rotate(-7deg);
}

.brand-intro.is-playing .brand-intro-capsule {
  animation: brandIntroMark 1.22s ease forwards;
}

.brand-intro-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
}

.brand-intro.is-playing .brand-intro-copy {
  animation: brandIntroCopy 1.18s ease forwards;
}

.brand-intro-copy strong {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 6vw, 5rem);
  font-weight: 520;
  line-height: 0.98;
}

.brand-intro-copy span {
  color: rgba(242,238,232,0.68);
  font-size: clamp(0.86rem, 1.5vw, 1rem);
  font-weight: 540;
}

body.brand-intro-active {
  overflow: hidden;
}

@keyframes brandIntroFade {
  0%, 72% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes brandIntroLight {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(-9deg) scaleX(0.34); }
  32% { opacity: 1; }
  74% { opacity: 0.42; transform: translate(-50%, -50%) rotate(-9deg) scaleX(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) rotate(-9deg) scaleX(1.08); }
}

@keyframes brandIntroMark {
  0% { opacity: 0; transform: translateX(-50%) translateY(12px) rotate(-7deg); }
  24%, 72% { opacity: 1; transform: translateX(-50%) translateY(0) rotate(-7deg); }
  100% { opacity: 0; transform: translateX(-50%) translateY(-4px) rotate(-7deg); }
}

@keyframes brandIntroCopy {
  0% { opacity: 0; transform: translateY(10px); }
  26%, 76% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-6px); }
}

@media (prefers-reduced-motion: reduce) {
  .brand-intro,
  .brand-intro.is-playing,
  .brand-intro.is-playing .brand-intro-light,
  .brand-intro.is-playing .brand-intro-capsule,
  .brand-intro.is-playing .brand-intro-copy {
    animation: none;
  }
}

@media (max-width: 560px) {
  .brand-intro-copy {
    width: min(100% - 48px, 340px);
  }

  .brand-intro-copy strong {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }
}
/* Privacy notice */
body.privacy-notice-visible {
  padding-bottom: clamp(280px, 24vw, 320px);
}

.privacy-notice {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 30;
  width: min(468px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(242,238,232,0.12);
  border-radius: 22px;
  padding: 18px;
  background:
    radial-gradient(ellipse at 8% 10%, rgba(86,183,172,0.12), transparent 15rem),
    radial-gradient(ellipse at 94% 88%, rgba(182,120,69,0.085), transparent 14rem),
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.024)),
    rgba(7,10,11,0.92);
  box-shadow: 0 24px 70px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.085);
  backdrop-filter: blur(20px) saturate(126%);
  -webkit-backdrop-filter: blur(20px) saturate(126%);
}

.privacy-notice[hidden] {
  display: none;
}

.privacy-notice-shape {
  position: absolute;
  right: -4.8rem;
  top: 1.2rem;
  width: 13rem;
  height: 2.6rem;
  border: 1px solid rgba(242,238,232,0.065);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(86,183,172,0.08), rgba(182,120,69,0.06), rgba(217,160,170,0.035));
  transform: rotate(-14deg);
  pointer-events: none;
}

.privacy-notice-brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
}

.privacy-notice-brand strong {
  color: rgba(242,238,232,0.96);
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 560;
  line-height: 1.15;
}

.privacy-notice-mark {
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  height: 18px;
  border: 1px solid rgba(122,212,201,0.25);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(86,183,172,0.22), rgba(182,120,69,0.16)),
    rgba(242,238,232,0.035);
  box-shadow: 0 0 18px rgba(86,183,172,0.12), inset 0 1px 0 rgba(255,255,255,0.12);
}

.privacy-notice-mark::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(216,157,106,0.68);
  box-shadow: 0 0 14px rgba(216,157,106,0.16);
}

.privacy-notice p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(242,238,232,0.75);
  font-size: 0.91rem;
  line-height: 1.55;
}

.privacy-notice-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.privacy-notice-actions a,
.privacy-notice-actions button {
  min-height: 40px;
  border-radius: 999px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 740;
}

.privacy-notice-actions button {
  border: 0;
  padding: 0 17px;
  color: #07100f;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(122,212,201,0.95), rgba(216,157,106,0.88));
  box-shadow: 0 10px 24px rgba(86,183,172,0.16);
}

.privacy-notice-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(242,238,232,0.1);
  color: rgba(242,238,232,0.72);
  text-decoration: none;
  background: rgba(255,255,255,0.035);
}

.privacy-notice-actions a:hover,
.privacy-notice-actions button:hover {
  color: var(--text);
}

.privacy-notice-actions button:hover {
  color: #07100f;
}

@media (max-width: 560px) {
  body.privacy-notice-visible {
    padding-bottom: 360px;
  }

  .privacy-notice {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    border-radius: 20px;
    padding: 16px;
  }

  .privacy-notice-brand strong {
    font-size: 1rem;
  }

  .privacy-notice-actions {
    display: grid;
  }

  .privacy-notice-actions button,
  .privacy-notice-actions a {
    width: 100%;
    justify-content: center;
  }
}







/* About page */
.about-main {
  padding-bottom: clamp(54px, 8vw, 96px);
}

.about-container {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.about-hero {
  max-width: 880px;
  padding: clamp(42px, 8vw, 84px) 0 clamp(28px, 5vw, 50px);
}

.about-hero h1,
.about-experience h2,
.about-cta h2 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 520;
  line-height: 0.98;
  letter-spacing: 0;
}

.about-hero h1 {
  max-width: 850px;
  font-size: clamp(3rem, 8vw, 6.9rem);
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 clamp(22px, 5vw, 52px);
}

.about-principles article,
.about-experience,
.about-process,
.about-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(242,238,232,0.1);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 0%, rgba(86,183,172,0.105), transparent 15rem),
    linear-gradient(145deg, rgba(255,255,255,0.062), rgba(255,255,255,0.018)),
    rgba(8,12,13,0.72);
  box-shadow: 0 28px 88px rgba(0,0,0,0.24);
}

.about-principles article {
  min-height: 220px;
  padding: 24px;
}

.about-principles article::after,
.about-cta::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  bottom: 1.2rem;
  width: 13rem;
  height: 3rem;
  border: 1px solid rgba(242,238,232,0.075);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(86,183,172,0.12), rgba(182,120,69,0.07), rgba(217,160,170,0.045));
  transform: rotate(-14deg);
}

.about-principles span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 24px;
  margin-bottom: 28px;
  border-radius: 999px;
  color: rgba(242,238,232,0.72);
  font-size: 0.72rem;
  font-weight: 800;
  background: rgba(86,183,172,0.12);
}

.about-principles h2 {
  margin: 0 0 12px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-weight: 540;
  line-height: 1.05;
}

.about-principles p,
.about-experience p,
.about-process li span {
  margin: 0;
  color: rgba(242,238,232,0.68);
  line-height: 1.7;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 16px;
  margin-bottom: clamp(22px, 5vw, 52px);
}

.about-experience,
.about-process {
  padding: clamp(26px, 4vw, 42px);
}

.about-experience h2 {
  max-width: 560px;
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.about-process ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: about-process;
}

.about-process li {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 16px 16px 16px 52px;
  border: 1px solid rgba(242,238,232,0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.035);
  counter-increment: about-process;
}

.about-process li::before {
  content: counter(about-process);
  position: absolute;
  left: 15px;
  top: 16px;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #07100f;
  font-size: 0.76rem;
  font-weight: 850;
  background: linear-gradient(135deg, var(--teal), rgba(193,138,88,0.86));
}

.about-process strong {
  color: var(--text);
  font-size: 1rem;
}

.about-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  padding: clamp(28px, 5vw, 50px);
}

.about-cta h2 {
  max-width: 760px;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
}

.about-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .about-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-split,
  .about-cta {
    grid-template-columns: 1fr;
  }

  .about-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .about-container {
    width: min(100% - 28px, 1120px);
  }

  .about-hero h1 {
    font-size: clamp(2.65rem, 14vw, 4.8rem);
  }

  .about-principles {
    grid-template-columns: 1fr;
  }

  .about-principles article,
  .about-experience,
  .about-process,
  .about-cta {
    border-radius: 20px;
  }

  .about-cta-actions .button {
    width: 100%;
    justify-content: center;
  }
}
/* Contact button refinement */
.footer-contact .contact-button,
.legal-footer-contact .contact-email,
.legal-footer-contact .contact-phone,
.legal-footer-contact .contact-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  min-width: 154px;
  width: fit-content;
  border: 1px solid rgba(242, 238, 232, 0.14);
  border-radius: 999px;
  padding: 11px 17px;
  color: rgba(242, 238, 232, 0.9);
  background:
    radial-gradient(circle at 24% 18%, rgba(86, 183, 172, 0.16), transparent 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.026));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.footer-contact .contact-button:hover,
.legal-footer-contact .contact-email:hover,
.legal-footer-contact .contact-phone:hover {
  transform: translateY(-1px);
  border-color: rgba(86, 183, 172, 0.36);
  color: var(--text);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), 0 0 24px rgba(86, 183, 172, 0.1);
}

.footer-contact .contact-whatsapp,
.legal-footer-contact .contact-whatsapp {
  border-color: rgba(37, 211, 102, 0.44) !important;
  color: #04150b !important;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.34), transparent 42%),
    linear-gradient(135deg, #25D366, #1fb957) !important;
  box-shadow: 0 16px 42px rgba(37, 211, 102, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.footer-contact .contact-whatsapp:hover,
.legal-footer-contact .contact-whatsapp:hover {
  transform: translateY(-1px);
  color: #031008 !important;
  filter: brightness(1.03);
  box-shadow: 0 18px 48px rgba(37, 211, 102, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

@media (max-width: 560px) {
  .footer-contact .contact-button,
  .legal-footer-contact .contact-email,
  .legal-footer-contact .contact-phone,
  .legal-footer-contact .contact-whatsapp {
    width: 100%;
    max-width: 260px;
    min-width: 0;
  }
}

