:root {
  --ink: #171717;
  --muted: #64625e;
  --paper: #f7f4ee;
  --soft: #ebe5d9;
  --line: rgba(23, 23, 23, 0.16);
  --accent: #936a45;
  --accent-dark: #4f3521;
  --gold: #c7a46b;
  --white: #fffdf8;
  --green: #262626;
  --shadow: 0 24px 60px rgba(18, 18, 18, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  color: var(--white);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(12px, 2.4vw, 32px);
  font-size: 0.92rem;
}

nav a {
  opacity: 0.9;
}

nav a:hover {
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #111;
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: heroDrift 22s ease-in-out infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.08)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.04) 48%);
}

.hero-content {
  position: relative;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 140px 0 76px;
  color: var(--white);
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translate3d(-0.8%, 0, 0);
  }

  to {
    transform: scale(1.1) translate3d(1.2%, -1%, 0);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .hero > img {
    animation: none;
    transform: scale(1.04);
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #e6c9a8;
}

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

h1 {
  max-width: 930px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 6vw, 5.8rem);
  line-height: 0.95;
  font-weight: 500;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.04;
  font-weight: 500;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-content > p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.ci-panel {
  display: grid;
  grid-template-columns: minmax(140px, 220px) minmax(0, 880px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(48px, 7vw, 82px) clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: var(--white);
}

.ci-panel h2 {
  margin-bottom: 16px;
}

.ci-origin {
  margin-bottom: 14px;
  color: var(--gold);
  font-weight: 850;
}

.ci-panel p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255, 253, 248, 0.76);
  font-size: 1.06rem;
}

.ci-mark {
  display: grid;
  width: min(42vw, 210px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(199, 164, 107, 0.62);
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 1;
}

.hero-actions,
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  font-weight: 750;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18, 18, 18, 0.12);
}

.button.primary {
  background: var(--accent);
  color: var(--white);
}

.button.primary:hover {
  background: var(--accent-dark);
}

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

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--green);
  color: var(--white);
}

.signal-strip div {
  padding: 30px clamp(20px, 4vw, 52px);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.signal-strip span,
.service-grid span,
.reference-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signal-strip strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.06rem;
}

.signal-strip p {
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
}

.section {
  padding: clamp(70px, 10vw, 128px) clamp(20px, 5vw, 72px);
  scroll-margin-top: 96px;
}

.split,
.market,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(36px, 8vw, 96px);
  align-items: start;
}

.copy-stack {
  color: var(--muted);
  font-size: 1.05rem;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.1em;
  content: "✓";
  color: var(--accent);
  font-weight: 900;
}

.services,
.references {
  background: var(--white);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 40px;
}

.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

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

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.price-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 430px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  background: var(--white);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.price-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(147, 106, 69, 0.34);
  box-shadow: 0 18px 44px rgba(18, 18, 18, 0.1);
}

.price-grid article.featured {
  border-color: rgba(147, 106, 69, 0.55);
  box-shadow: var(--shadow);
  position: relative;
  transform: translateY(-14px);
  background: #fffaf1;
}

.price-grid article.featured:hover,
.price-grid article.featured.reveal.is-visible {
  transform: translateY(-18px);
}

.price-grid article.featured.reveal:not(.is-visible) {
  transform: translateY(12px);
}

.price-grid article.featured::before {
  content: "Empfohlen";
  position: absolute;
  top: -14px;
  left: 24px;
  padding: 6px 11px;
  background: var(--accent);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-grid article.addon {
  grid-column: 1 / -1;
  min-height: 0;
  border-style: dashed;
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  align-items: start;
}

.price-grid span {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1;
}

.price-grid p:not(.price) {
  color: var(--muted);
}

.package-note {
  margin: 0;
  padding-top: 2px;
  color: var(--muted);
  font-size: 0.84rem;
}

.price-grid ul {
  display: grid;
  gap: 10px;
  padding: 18px 0 0;
  margin: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.price-grid li {
  position: relative;
  padding-left: 24px;
}

.price-grid li::before {
  position: absolute;
  left: 0;
  content: "+";
  color: var(--accent);
  font-weight: 900;
}

.rent-calculator {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  background: var(--white);
}

.rent-calculator .section-heading {
  margin-bottom: 0;
}

.calculator-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  box-shadow: var(--shadow);
}

.calculator-form .button,
.calculator-email,
.calculator-options {
  grid-column: 1 / -1;
}

.calculator-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  padding: 14px;
  border: 1px solid var(--line);
  background: rgba(247, 244, 238, 0.62);
}

.calculator-options label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-weight: 650;
}

.calculator-options input {
  width: auto;
}

.calculator-result {
  grid-column: 2;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(147, 106, 69, 0.38);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.calculator-result h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 500;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.button.outline {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}

.fineprint {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.lead-status {
  margin: 14px 0 0;
  color: var(--accent-dark);
  font-weight: 750;
}

.acquisition {
  background: var(--green);
  color: var(--white);
}

.acquisition .eyebrow {
  color: #e6c9a8;
}

.acquisition .section-heading > p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.76);
}

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

.acquisition-grid article {
  min-height: 260px;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 253, 248, 0.06);
  transition:
    transform 240ms ease,
    background 240ms ease,
    border-color 240ms ease;
}

.acquisition-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(199, 164, 107, 0.42);
  background: rgba(255, 253, 248, 0.1);
}

.acquisition-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.acquisition-grid p {
  color: rgba(255, 253, 248, 0.74);
}

.entry {
  background: var(--white);
}

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

.entry-grid article {
  min-height: 220px;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid var(--line);
  background: var(--paper);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.entry-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(147, 106, 69, 0.32);
  box-shadow: 0 16px 38px rgba(18, 18, 18, 0.08);
}

.entry-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.entry-grid p {
  color: var(--muted);
}

.tipster-box {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  margin-top: 18px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(147, 106, 69, 0.34);
  background: var(--paper);
}

.tipster-box h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  font-weight: 500;
}

.tipster-box p,
.tipster-box li {
  color: var(--muted);
}

.tipster-box ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tipster-box li {
  position: relative;
  padding-left: 24px;
}

.tipster-box li::before {
  position: absolute;
  left: 0;
  content: "+";
  color: var(--accent);
  font-weight: 900;
}

.service-grid article {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  transition:
    transform 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease;
}

.service-grid article:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-4px);
  background: #fffaf1;
  box-shadow: 0 18px 42px rgba(18, 18, 18, 0.08);
}

.service-grid p,
.reference-grid p,
.profile p,
.contact p,
footer {
  color: var(--muted);
}

.service-grid a {
  color: var(--accent);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-section {
  background: var(--paper);
}

.legal-section .section-heading {
  margin-bottom: 24px;
}

.legal-accordion {
  display: grid;
  gap: 12px;
}

.legal-accordion details {
  border: 1px solid var(--line);
  background: var(--white);
}

.legal-accordion summary {
  cursor: pointer;
  padding: 20px clamp(20px, 3vw, 30px);
  font-size: 1.05rem;
  font-weight: 850;
}

.legal-accordion details[open] summary {
  border-bottom: 1px solid var(--line);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
}

.legal-grid article {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  background: var(--paper);
}

.legal-grid p {
  color: var(--muted);
}

.legal-grid a {
  color: var(--accent);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

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

.network-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  min-height: 310px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  background: var(--white);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.network-card:hover {
  transform: translateY(-5px);
  border-color: rgba(147, 106, 69, 0.32);
  box-shadow: 0 18px 42px rgba(18, 18, 18, 0.08);
}

.network-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.network-card h3 {
  margin-bottom: 12px;
}

.network-card p {
  color: var(--muted);
}

.network-avatar,
.network-photo,
.network-portrait {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
}

.network-avatar {
  background: var(--green);
}

.network-portrait {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #262626, #3a3835);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 700;
}

.network-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.network-actions .button {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.9rem;
}

.profile {
  display: grid;
  grid-template-columns: minmax(260px, 430px) minmax(0, 720px);
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
}

.profile img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--shadow);
  transition: transform 700ms ease, box-shadow 240ms ease;
}

.profile img:hover {
  transform: scale(1.015);
  box-shadow: 0 30px 72px rgba(18, 18, 18, 0.18);
}

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

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.story-grid article {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(260px, 1fr);
  background: var(--paper);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.story-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(18, 18, 18, 0.08);
}

.story-grid img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform 700ms ease;
}

.story-grid article:hover img {
  transform: scale(1.035);
}

.story-grid div {
  padding: clamp(24px, 4vw, 36px);
  align-self: center;
}

.story-grid p {
  color: var(--muted);
}

@media (max-width: 1240px) {
  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-grid article {
    grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr);
  }

  .story-grid h3 {
    max-width: 520px;
  }
}

.image-run {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.image-run img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 700ms ease, filter 240ms ease;
}

.image-run img:hover {
  transform: scale(1.025);
  filter: saturate(1.06) contrast(1.02);
}

.image-run img:nth-child(2) {
  object-position: center 68%;
}

.reference-grid article {
  background: var(--paper);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.reference-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(18, 18, 18, 0.08);
}

.reference-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 700ms ease;
}

.reference-grid article:hover img {
  transform: scale(1.035);
}

.reference-grid div {
  padding: 24px;
}

.pill-row span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.58);
  color: var(--ink);
  font-size: 0.92rem;
}

.contact {
  background: var(--green);
  color: var(--white);
}

.contact .eyebrow {
  color: #e6c9a8;
}

.contact p {
  max-width: 620px;
  color: rgba(255, 253, 248, 0.76);
}

form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  font-size: 0.84rem;
  font-weight: 750;
  color: var(--muted);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 12px 13px;
}

textarea {
  resize: vertical;
}

form .button {
  border: 0;
  cursor: pointer;
}

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 3vw, 30px);
  bottom: clamp(16px, 3vw, 30px);
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 8px 18px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: #242424;
  color: #fff;
  font-weight: 850;
  box-shadow: 0 18px 42px rgba(18, 18, 18, 0.28);
  backdrop-filter: blur(10px);
}

.whatsapp-float:hover {
  background: #111;
  box-shadow: 0 22px 50px rgba(18, 18, 18, 0.32);
}

.whatsapp-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #c7a46b;
  color: #171717;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: -0.02em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.whatsapp-label {
  line-height: 1;
}

.consent-banner {
  position: fixed;
  left: clamp(16px, 3vw, 30px);
  right: clamp(16px, 3vw, 30px);
  bottom: clamp(86px, 8vw, 104px);
  z-index: 35;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 980px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

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

.consent-banner p {
  margin: 4px 0 0;
  color: var(--muted);
}

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

.consent-actions .button {
  min-height: 42px;
  padding: 10px 14px;
  cursor: pointer;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

footer p {
  margin: 0;
}

.reveal {
  transition-property: opacity, transform, filter, box-shadow, border-color, background;
  transition-duration: 760ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 980px) {
  .signal-strip,
  .service-grid,
  .reference-grid,
  .price-grid,
  .acquisition-grid,
  .legal-grid,
  .network-layout,
  .entry-grid,
  .tipster-box,
  .story-grid,
  .image-run {
    grid-template-columns: 1fr;
  }

  .split,
  .market,
  .rent-calculator,
  .contact,
  .profile {
    grid-template-columns: 1fr;
  }

  .calculator-result {
    grid-column: 1;
  }

  .service-grid article {
    min-height: 0;
  }

  .story-grid article {
    grid-template-columns: 1fr;
  }

  .price-grid article.featured {
    transform: none;
  }

  .price-grid article.addon {
    grid-template-columns: 1fr;
  }

  .network-card {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: absolute;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
  }

  nav {
    max-width: none;
    flex: 1;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
    font-size: 0.82rem;
    scrollbar-width: none;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav a {
    white-space: nowrap;
  }

  .brand strong {
    display: none;
  }

  .ci-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 92vh;
  }

  .calculator-form,
  .calculator-options {
    grid-template-columns: 1fr;
  }

  .network-card {
    grid-template-columns: 1fr;
  }

  .story-grid article {
    grid-template-columns: 1fr;
  }

  .story-grid img {
    height: auto;
    max-height: 320px;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .story-grid div {
    padding: 22px;
    background: var(--paper);
  }

  .story-grid h3 {
    max-width: none;
    font-size: 1.15rem;
  }

  .network-avatar,
  .network-photo,
  .network-portrait {
    max-width: 180px;
  }

  .hero-content {
    width: min(100% - 32px, 980px);
    padding-bottom: 44px;
  }

  h1 {
    font-size: clamp(2.2rem, 14vw, 4.4rem);
  }

  footer {
    display: grid;
  }

  .whatsapp-float {
    width: 58px;
    min-height: 58px;
    padding: 8px;
  }

  .whatsapp-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .consent-banner {
    grid-template-columns: 1fr;
    bottom: 86px;
  }

  .consent-actions {
    justify-content: stretch;
  }

  .consent-actions .button {
    flex: 1 1 100%;
  }
}
