@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
	  
	  @font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/sourceserif4-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
	  
	  [id] {
  scroll-margin-top: 160px;
}

/* RESET / BASE */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 16px;
  line-height: 1.62;
}

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

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

button {
  font: inherit;
}

/* SKIP LINK */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  z-index: 100;
}

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

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
}

/* LOGO */
.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.03em;
}

.logo-mark {
  width: 40px;
  height: 40px;
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible; /* wichtig: kein Clipping */
  border-radius: 0;  /* kein Kreis */
}

.logo-mark img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.logo-mark::before,
.logo-mark::after {
  display: none;
}

.logo-mark::before {
  bottom: 8px;
  height: 4px;
  background: var(--text);
  transform: rotate(-28deg);
  transform-origin: left center;
}

.logo-mark::after {
  top: 2px;
  right: 3px;
  left: auto;
  width: 10px;
  height: 10px;
  border-top: 4px solid var(--gold);
  border-right: 4px solid var(--gold);
  transform: rotate(14deg);
}

/* MENU */
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  position: relative;
}

.menu-toggle::before {
  position: absolute;
  transform: translateY(-6px);
}

.menu-toggle::after {
  position: absolute;
  transform: translateY(6px);
}

/* NAV */
.header-nav {
  display: flex;
  align-items: center;
 gap: 10px;
}

.header-nav a {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #242a31;
  padding: 10px 6px;
}

/* BUTTONS */
.cta-top,
.cta-main,
.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 30px;
  border-radius: 8px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff!important;
}
	  
.cta-main svg {
  width: 28px;
  height: 28px;
  stroke-width: 2;
}

.cta-top {
  background: var(--gold);
}

.cta-top:hover {
  background: var(--golddarker);
}



.download-btn {
  background: var(--green);
  padding: 0 18px;
}

	  
/* HERO */
.hero {
  background: linear-gradient(
    90deg,
    #0b2f1f 0%,
    #0f3a26 42%,
    #062015 100%
  );
  position: relative;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* SOFT LIGHT LAYER (grün statt blau) */
.hero::before {
  background:
    radial-gradient(circle at 16% 50%, rgba(90, 220, 160, .12), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(120, 255, 200, .10), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0));
  opacity: .95;
}

/* PARTICLE / DOT LAYER (grün statt cyan/blau) */
.hero::after {
  background-image:
    radial-gradient(circle at 80% 18%, rgba(120, 255, 200, .45) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 28%, rgba(90, 220, 160, .35) 0 2px, transparent 3px),
    radial-gradient(circle at 92% 12%, rgba(120, 255, 200, .25) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 22%, rgba(90, 220, 160, .35) 0 2px, transparent 3px),

    linear-gradient(120deg, transparent 0 74%, rgba(120, 255, 200, .10) 74% 75%, transparent 75%),
    linear-gradient(145deg, transparent 0 79%, rgba(90, 220, 160, .08) 79% 80%, transparent 80%);
}

/* HERO INNER */
.hero-inner {
  display: grid;
  grid-template-columns: minmax(260px, 380px) 1fr;
  align-items: center;
  gap: 56px;
  padding: 34px 0 38px;
  min-height: 620px;
  position: relative;
  z-index: 1;
}

/* BOOK */
.book-wrap {
  display: flex;
  justify-content: center;
}

.book-visual {
  width: min(100%, 340px);
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, .38));
}

/* TYPO HERO */
.hero-copy h1 {
  margin: 0 0 22px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: clamp(2.6rem, 5.6vw, 5.15rem);
  line-height: .98;
  font-weight: 900;
  letter-spacing: 0;
  color: #f5f6f7;
  text-transform: uppercase;
  max-width: 20ch;
}

.hero-copy p {
  margin: 0;
  max-width: 40ch;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.25;
  color: #d8a22a;
}

/* SECTIONS */
.section {
  padding: 100px 30px;
}

/* INTRO GRID */
.intro-grid {
  display: grid;
  grid-template-columns: 1.2fr .85fr;
  gap: 44px;
  align-items: start;
}

.intro h2,
.sample-copy h2,
.author-copy h2,
.legal-card h2 {
  margin: 0 0 24px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0em;
  color: #1f2932;
  text-transform: uppercase;
}

.intro p,
.author-copy p,
.sample-copy p,
.legal-card p,
.legal-card li {
  margin: 0 0 16px;
  font-size: 18px;
  color: #2d3135;
}

.intro strong {
  font-weight: 700;
}

/* CARDS */
.amazon-card,
.legal-card {
  background: #fff;
  border: 2px solid #ddd2bb;
  border-radius: 24px;
  padding: 28px 26px;
  box-shadow: var(--shadow);
}

.amazon-card {
  text-align: center;
}

.amazon-card h3 {
  margin: 0 0 18px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  color: #333;
  font-weight: 700;
}

.amazon-logo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: #111;
  letter-spacing: -.04em;
  margin-bottom: 18px;
}

.amazon-logo span {
  font-weight: 400;
}
	  
.amazon-logo img {
  width: 80%;
	height:auto;
	margin: 0 auto
}

.amazon-card .note {
  margin-top: -10px;
  color: #000;
font-size: 22px;
}

/* BENEFITS */
.benefits {
  background: var(--surface-soft);
  border-top: 1px solid rgba(0, 0, 0, .04);
  border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.benefit {
  padding: 34px 24px 28px 60px;
  position: relative;
}

.benefit + .benefit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
  bottom: 32px;
  width: 1px;
  background: rgba(99, 86, 40, .2);
}

.icon-line {
  width: 128px;
  height: 128px;
  margin-bottom: 18px;
  margin-left: 20%;
  color: var(--gold);
}

.benefit h3 {
  margin: 0 0 16px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: #222;
}

.benefit ul {
  margin: 0;
  padding-left: 22px;
}

.investment-disclaimer {
  margin: 40px auto 0;
  padding: 0 30px 0 30px;
  max-width: 900px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-soft);
  font-style: italic;
}

/* SAMPLE */
.sample-grid {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 42px;
  align-items: center;
}

.pdf-badge {
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: #f0f1ea;
  display: grid;
  place-items: center;
  margin-inline: auto;
}

.pdf-icon {
  width: 96px;
  height: 118px;
  border: 4px solid var(--green);
  border-radius: 10px;
  position: relative;
  color: var(--green);
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 900;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdf-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: #f0f1ea;
  clip-path: polygon(0 0,100% 0,100% 100%);
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
}

.pdf-download {
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--green);
  display: grid;
  place-items: center;
  color: #fff;
  border: 4px solid #f0f1ea;
}

.sample-copy h2,
.author-copy h2 {
  text-transform: none;
}

/* AUTHOR */
.author {
  background: var(--surface-author);
}

.author-grid {
  display: grid;
  grid-template-columns: minmax(240px, 340px) 1fr;
  gap: 42px;
  align-items: start;
}

.author-photo {
  overflow: hidden;
  box-shadow: var(--shadow);
	border-radius: 12px;
}

.author-photo img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
	border-radius: 12px;
}

/* LEGAL */
.legal {
  padding-top: 100px;
  padding-bottom: 40px;
}

.legal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

	  .legal-card {
  padding: 40px 40px;
}
	  
.legal-card h3 {
  margin: 28px 0 10px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.legal-card ul {
  padding-left: 20px;
}

.legal-anchor {
  scroll-margin-top: 110px;
}

/* FOOTER */
.footer {
  background: linear-gradient(90deg, #06263b 0%, #0a2941 45%, #06263b 100%);
  color: #fff;
  padding: 22px 0 28px;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.footer-nav a {
  font-size: 17px;
}

.footer p {
  margin: 0;
  text-align: center;
  font-size: 15px;
  color: rgba(255, 255, 255, .92);
}

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* RESPONSIVE */
@media (max-width: 1080px) {
  .hero-inner {
    gap: 32px;
    grid-template-columns: minmax(220px, 320px) 1fr;
    min-height: 560px;
  }

  .intro-grid,
  .author-grid {
    grid-template-columns: 1fr;
  }

  .amazon-card {
    max-width: 100%;
  }

  .sample-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .pdf-badge {
    margin-inline: 0;
  }

}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
    position: relative;
  }

  .header-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 12px;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .header-nav.is-open {
    display: flex;
  }

  .header-nav a,
  .header-nav .cta-top {
    width: 100%;
    justify-content: center;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 60px;
    min-height: auto;
  }

  .hero-copy h1,
  .hero-copy p {
    max-width: none;
  }

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

  .benefit + .benefit::before {
    left: 24px;
    right: 24px;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .sample-grid {
    justify-items: center;
    text-align: center;
  }

  .sample-copy .download-btn {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--max), calc(100% - 24px));
  }

  .header-inner {
    min-height: 74px;
  }

  .logo-text {
    font-size: 15px;
  }

  .hero-inner {
    gap: 20px;
	padding: 60px 30px 60px 30px;
  }

  .section {
    padding: 60px 30px;
  }

  .benefit {
    padding: 26px 14px 20px;
  }
	
	.investment-disclaimer {
  padding: 0 40px 0 84px;
	}

  .amazon-card,
  .legal-card {
    padding: 24px 18px;
  }

  .pdf-badge {
    width: 150px;
    height: 150px;
  }

  .pdf-icon {
    width: 82px;
    height: 102px;
    font-size: 26px;
  }

  .footer-nav {
    gap: 18px;
  }
	
	  .author-photo {
    max-width:100%;
  }
}