:root {
  --bg: #f5f7f4;
  --paper: #ffffff;
  --ink: #172126;
  --muted: #5e6a70;
  --teal: #123f3d;
  --teal-2: #1f5c55;
  --mint: #8fcf9a;
  --clay: #c86652;
  --gold: #d0a34f;
  --line: #d9e0dc;
  --shadow: 0 18px 48px rgba(18, 35, 35, 0.13);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-width: 230px;
  text-decoration: none;
}

.brand-logo {
  width: 132px;
  height: auto;
  padding: 5px;
  border-radius: 6px;
  background: #fff;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

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

.brand-copy small {
  color: var(--muted);
  font-size: 0.82rem;
}

.main-nav {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.main-nav a {
  padding: 8px 9px;
  border-radius: 6px;
  color: #2b383d;
  font-size: 0.9rem;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  background: #eaf0eb;
  color: var(--teal);
}

.header-cta,
.button,
.footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.header-cta,
.button-primary,
.form-actions .button-primary {
  background: var(--mint);
  color: #10231d;
}

.button-primary:hover,
.header-cta:hover,
.footer-button:hover {
  background: #a5dda8;
}

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

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.button-inline {
  width: fit-content;
  color: #10231d;
  background: var(--mint);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 72vh;
  padding: 76px clamp(18px, 6vw, 80px);
  overflow: hidden;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(11, 29, 31, 0.92), rgba(16, 38, 37, 0.62), rgba(16, 38, 37, 0.18)), var(--hero-image);
  background-position: center;
  background-size: cover;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 950px;
  font-size: 3.65rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: #e9f1ed;
  font-size: 1.16rem;
}

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

.image-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 5px;
  color: #18302e;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
}

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

.intro-band,
.text-band,
.process-band,
.notice-band {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100vw - var(--max)) / 2));
}

.intro-band {
  background: #ffffff;
}

.text-band:nth-of-type(odd) {
  background: #eef3ee;
}

.section h2 {
  max-width: 780px;
  margin: 0;
  font-size: 2.05rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.section h3 {
  margin: 0 0 8px;
  line-height: 1.25;
}

.section p {
  max-width: 760px;
  color: var(--muted);
}

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

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 50px;
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #26363a;
}

.check-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 12px;
  height: 12px;
  border: 3px solid var(--mint);
  border-radius: 50%;
  content: "";
}

.metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.metric-row span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--teal);
  background: #f8fbf8;
  font-weight: 750;
}

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

.link-card,
.process-grid article {
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 10px 28px rgba(20, 35, 30, 0.06);
}

.link-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 38px;
  align-items: center;
}

.platform-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  background: var(--teal-2);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1;
}

.platform-shop {
  background: #145f5a;
}

.platform-etsy {
  background: #f1641e;
}

.platform-amazon {
  color: #111827;
  background: #ff9900;
}

.platform-ebay {
  color: #1f2937;
  background: #f5f7fb;
  border-color: #d6dde8;
}

.platform-shopify {
  color: #173d22;
  background: #95bf47;
}

.platform-print {
  background: #5b4b8a;
}

.platform-dropshipping {
  background: #0f766e;
}

.platform-cyber {
  background: #27548a;
}

.platform-haftpflicht {
  background: #6b5b3e;
}

.link-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.link-card a {
  align-self: end;
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

.link-card a:hover {
  text-decoration: underline;
}

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

.process-grid span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #fff;
  background: var(--clay);
  font-weight: 850;
}

.profile-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 44px;
  align-items: center;
}

.profile-copy p {
  font-size: 1.04rem;
}

.profile-photo {
  margin: 0;
}

.profile-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.home-contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 360px);
  gap: 42px;
  align-items: center;
  background: #f1f7f3;
}

.home-contact-copy p {
  max-width: 680px;
}

.contact-list {
  margin-top: 22px;
}

.contact-list a {
  color: var(--ink);
  font-weight: 780;
  text-decoration: none;
}

.contact-list a:hover {
  color: var(--green);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.home-contact-photo {
  max-width: 360px;
  justify-self: end;
}

.form-section {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100vw - var(--max)) / 2));
  background: #173d3a;
  color: #fff;
}

.form-section p,
.form-section .section-kicker {
  color: #d8eee1;
}

.form-shell {
  max-width: 900px;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.progress-wrap {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.progress-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eee9;
}

.progress-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--mint), var(--gold));
  transition: width 0.2s ease;
}

.form-step {
  display: none;
}

.form-step.is-active {
  display: grid;
  gap: 18px;
}

.form-step h3 {
  margin: 0;
  font-size: 1.35rem;
}

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

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.group-label {
  color: #24343a;
  font-weight: 750;
}

.field small {
  color: var(--muted);
}

.required {
  color: var(--clay);
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #cfdad4;
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(143, 207, 154, 0.55);
  outline-offset: 2px;
}

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

.option {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 10px 12px;
  border: 1px solid #d5dfda;
  border-radius: 6px;
  background: #f9fbf9;
}

.option input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.form-actions button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.button-ghost {
  background: #fff;
  color: var(--teal);
}

.field-error,
.form-status.error {
  color: #9d2f23;
}

.field-error {
  min-height: 1.2em;
  font-size: 0.87rem;
}

.form-status {
  margin-top: 18px;
  padding: 14px;
  border-radius: 6px;
  background: #eef7ef;
  color: #173d2c;
  font-weight: 700;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

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

.faq-list summary {
  padding: 18px 20px;
  font-weight: 800;
  cursor: pointer;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
}

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

.legal-text {
  max-width: 960px;
  gap: 0;
}

.legal-text h2 {
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.legal-text p {
  max-width: none;
  margin: 8px 0;
}

.legal-text ul {
  margin: 8px 0 16px;
}

.legal-text li {
  margin: 6px 0;
  color: #314149;
}

.legal-block {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.legal-block h2 {
  font-size: 1.35rem;
}

.legal-block li {
  margin: 8px 0;
  color: #314149;
}

.notice-band {
  background: #fff6e4;
}

.site-footer {
  padding: 52px clamp(18px, 5vw, 56px);
  color: #deebe6;
  background: #122a2b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 30px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1rem;
}

.site-footer p,
.placeholder-note {
  color: #b9ccc5;
}

.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px;
  border-radius: 6px;
  background: #fff;
}

.footer-logo {
  display: block;
  width: 150px;
  height: auto;
}

.site-footer nav {
  display: grid;
  gap: 8px;
}

.site-footer a {
  color: #deebe6;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-button {
  margin-top: 8px;
  color: #10231d;
  background: var(--mint);
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .brand-link {
    min-width: 0;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav {
    display: none;
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .main-nav.is-open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-nav a {
    background: #f5f7f4;
  }

  .header-cta {
    display: none;
  }

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

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

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
    padding: 10px 16px;
  }

  .brand-copy small {
    display: none;
  }

  .main-nav.is-open,
  .two-column,
  .profile-section,
  .home-contact-section,
  .process-grid,
  .field-grid,
  .option-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 68vh;
    padding: 58px 18px;
  }

  .hero h1 {
    font-size: 2.22rem;
    line-height: 1.08;
  }

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

  .hero-actions,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .section {
    width: min(100% - 28px, var(--max));
    padding: 52px 0;
  }

  .intro-band,
  .text-band,
  .home-contact-section,
  .process-band,
  .notice-band,
  .form-section {
    width: 100%;
    padding-inline: 14px;
  }

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

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

  .home-contact-photo {
    max-width: 280px;
    justify-self: start;
  }

  .form-shell {
    padding: 18px;
  }

  .progress-label {
    display: grid;
  }
}
