:root {
  color-scheme: light;
  --ink: #13201f;
  --ink-soft: #53615f;
  --paper: #fbfcf8;
  --paper-strong: #ffffff;
  --mist: #eef4f1;
  --teal: #0c7c74;
  --teal-dark: #075550;
  --brass: #c6923d;
  --coral: #d7654b;
  --line: rgba(19, 32, 31, 0.12);
  --shadow: 0 24px 70px rgba(19, 32, 31, 0.16);
  --radius: 8px;
  --max: 1180px;
  --header: 78px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

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

p,
h1,
h2,
h3,
dl,
dd {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--paper-strong);
  color: var(--ink);
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  background: rgba(251, 252, 248, 0.9);
  border-bottom: 1px solid rgba(19, 32, 31, 0.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(251, 252, 248, 0.96);
  box-shadow: 0 10px 35px rgba(19, 32, 31, 0.08);
}

.nav {
  width: min(100% - 40px, var(--max));
  height: var(--header);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--teal), var(--ink));
  color: #fff;
  font-weight: 800;
  line-height: 1;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 1.05rem;
}

.brand small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-weight: 650;
  font-size: 0.92rem;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
  background: rgba(12, 124, 116, 0.08);
}

.nav-links .nav-cta {
  background: var(--ink);
  color: #fff;
  padding-inline: 16px;
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  background: var(--teal-dark);
  color: #fff;
}

.static-nav {
  display: flex;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  color: var(--ink);
  padding: 9px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: currentColor;
  border-radius: 2px;
}

.hero {
  position: relative;
  min-height: 86svh;
  padding: 150px 0 72px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #101917;
  color: #fff;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("assets/amazon-agentur-hero.png");
  background-position: center right;
  background-size: cover;
  transform: scale(1.01);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 23, 22, 0.94) 0%, rgba(14, 23, 22, 0.78) 36%, rgba(14, 23, 22, 0.28) 70%, rgba(14, 23, 22, 0.18) 100%),
    linear-gradient(180deg, rgba(14, 23, 22, 0.56) 0%, rgba(14, 23, 22, 0.08) 52%, rgba(14, 23, 22, 0.56) 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow,
.section-kicker {
  color: var(--brass);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 18px;
  font-size: 4.6rem;
  line-height: 0.98;
  font-weight: 850;
  letter-spacing: 0;
}

.hero-lead {
  margin-top: 24px;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.18rem;
  line-height: 1.7;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-weight: 780;
  line-height: 1.2;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--brass);
  color: #14120f;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #d5a14d;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff;
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-top: 42px;
}

.proof-strip div {
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.proof-strip dt {
  color: #fff;
  font-size: 1.42rem;
  font-weight: 820;
  line-height: 1.1;
}

.proof-strip dd {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.signal-band {
  background: var(--paper-strong);
  border-bottom: 1px solid var(--line);
}

.signal-grid {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.signal-grid p {
  color: var(--ink-soft);
  font-weight: 700;
}

.signal-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.signal-grid li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 7px 10px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 750;
  background: #fff;
}

.section {
  padding: 104px 0;
}

.section-light {
  background: var(--mist);
}

.section-dark {
  background: var(--ink);
  color: #fff;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.split.reverse {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.section h2 {
  max-width: 760px;
  margin-top: 12px;
  font-size: 3rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.section h3 {
  font-size: 1.15rem;
  line-height: 1.28;
}

.section p {
  color: var(--ink-soft);
}

.section-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.text-stack {
  display: grid;
  gap: 18px;
  font-size: 1.06rem;
}

.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-head.narrow {
  max-width: 690px;
}

.section-head p:last-child {
  margin-top: 16px;
  font-size: 1.05rem;
}

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

.service-card {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 12px 40px rgba(19, 32, 31, 0.06);
}

.service-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 32px;
  margin-bottom: 44px;
  border-radius: var(--radius);
  background: rgba(12, 124, 116, 0.1);
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 850;
}

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

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

.method-grid article {
  min-height: 255px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.method-grid span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 46px;
  border-radius: 50%;
  background: var(--brass);
  color: #14120f;
  font-weight: 850;
}

.method-grid h3 {
  color: #fff;
  margin-bottom: 10px;
}

.geo-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: start;
}

.geo-grid > div:first-child p:last-child {
  margin-top: 18px;
  font-size: 1.05rem;
}

.answer-list {
  display: grid;
  gap: 12px;
}

.answer-list article {
  padding: 24px;
  border-left: 5px solid var(--teal);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 16px 42px rgba(19, 32, 31, 0.07);
}

.answer-list h3 {
  margin-bottom: 8px;
}

.feature-panel {
  padding: 34px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(12, 124, 116, 0.1), rgba(198, 146, 61, 0.1)),
    #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.panel-label {
  color: var(--teal);
  font-weight: 850;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.check-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 650;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 16px;
  height: 10px;
  border-left: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
  transform: translateY(-50%) rotate(-45deg);
}

.inline-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.cta-section {
  padding: 82px 0;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
}

.cta-grid h2 {
  max-width: 820px;
}

.cta-grid p {
  max-width: 720px;
  margin-top: 16px;
}

.cta-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 64px;
  align-items: start;
}

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

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.faq-item button {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 800;
}

.faq-item button span:last-child {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  border-radius: 50%;
  background: rgba(12, 124, 116, 0.1);
  color: var(--teal);
}

.faq-item button[aria-expanded="true"] span:last-child {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 20px 22px;
}

.site-footer {
  padding: 62px 0 28px;
  background: #0f1716;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.6fr;
  gap: 48px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-brand small,
.site-footer p,
.site-footer address,
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 0.94rem;
  text-transform: uppercase;
}

.site-footer address {
  font-style: normal;
}

.site-footer li + li {
  margin-top: 8px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
}

.legal-page {
  padding-top: var(--header);
}

.legal-content {
  max-width: 820px;
}

.legal-content h1 {
  margin-top: 12px;
  font-size: 3rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.legal-content h2 {
  margin-top: 34px;
  font-size: 1.2rem;
}

.legal-content p {
  margin-top: 12px;
}

.legal-content a {
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-note {
  padding: 16px;
  border-left: 4px solid var(--brass);
  border-radius: var(--radius);
  background: #fff;
}

.footer-bottom {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: var(--header);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(251, 252, 248, 0.98);
    box-shadow: var(--shadow);
  }

  body.nav-open .nav-links {
    display: flex;
  }

  .nav-links a {
    justify-content: flex-start;
  }

  .static-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .static-nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 84svh;
    padding-top: 132px;
  }

  .hero h1 {
    max-width: 640px;
    font-size: 3.4rem;
  }

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

  .split,
  .split.reverse,
  .geo-grid,
  .faq-layout,
  .cta-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .section h2 {
    font-size: 2.35rem;
  }

  .legal-content h1 {
    font-size: 2.35rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 70px;
  }

  .container,
  .nav {
    width: min(100% - 28px, var(--max));
  }

  .brand {
    min-width: auto;
  }

  .hero {
    min-height: 82svh;
    padding: 114px 0 46px;
  }

  .hero-media {
    background-position: 64% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(14, 23, 22, 0.95) 0%, rgba(14, 23, 22, 0.85) 48%, rgba(14, 23, 22, 0.5) 100%),
      linear-gradient(180deg, rgba(14, 23, 22, 0.38) 0%, rgba(14, 23, 22, 0.2) 52%, rgba(14, 23, 22, 0.62) 100%);
  }

  .hero h1 {
    margin-top: 14px;
    font-size: 2.65rem;
    line-height: 1.02;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .proof-strip div {
    min-height: 78px;
  }

  .signal-grid {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 0;
  }

  .signal-grid ul {
    justify-content: flex-start;
  }

  .section {
    padding: 72px 0;
  }

  .section h2 {
    font-size: 2rem;
  }

  .service-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .method-grid article {
    min-height: auto;
  }

  .service-index,
  .method-grid span {
    margin-bottom: 28px;
  }

  .feature-panel {
    padding: 24px;
  }

  .faq-item button {
    align-items: flex-start;
    min-height: 60px;
  }
}

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