:root {
  --blue: #064ed8;
  --blue-2: #0b63f6;
  --navy: #061b49;
  --ink: #10234a;
  --text: #344467;
  --muted: #69779a;
  --line: #d8e2f2;
  --soft: #f4f8ff;
  --soft-2: #eef5ff;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(6, 27, 73, 0.12);
  --shadow-soft: 0 12px 34px rgba(6, 27, 73, 0.08);
  --radius: 8px;
  --container: min(1230px, calc(100vw - 52px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  letter-spacing: 0;
}

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

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

p,
ul {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  font-size: clamp(3.35rem, 4.1vw, 4.8rem);
  line-height: 0.98;
  overflow-wrap: normal;
  hyphens: none;
}

h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

h3 {
  line-height: 1.16;
}

p {
  color: var(--text);
  line-height: 1.55;
}

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(48px, calc((100vw - 1230px) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  color: var(--blue);
  font-size: 1.42rem;
  font-weight: 900;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 46px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
}

.site-nav > a:not(.button) {
  transition: color 160ms ease;
}

.site-nav > a:not(.button):hover {
  color: var(--blue);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary,
.button.nav-button {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(6, 78, 216, 0.22);
}

.button.nav-button {
  min-height: 48px;
  padding: 0 26px;
}

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

.button.white {
  color: var(--blue);
  background: #fff;
}

.button.outline-light {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}

.button.wide {
  width: 100%;
}

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

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

.hero {
  position: relative;
  width: var(--container);
  min-height: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 30px;
  padding: 56px 0 36px;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--line);
}

.hero-copy {
  display: grid;
  gap: 28px;
  align-content: center;
  min-width: 0;
}

.hero-copy p {
  max-width: 520px;
  color: #1e3158;
  font-size: 1.11rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding-top: 6px;
  max-width: 620px;
}

.proof-row div {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 11px;
  min-height: 84px;
  padding: 0 22px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.proof-row div:last-child {
  border-right: 0;
}

.proof-row svg {
  width: 31px;
  height: 31px;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-row span {
  color: var(--navy);
  font-size: 0.74rem;
  line-height: 1.25;
  font-weight: 800;
}

.hero-media {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border-left: 1px solid #edf2fb;
}

.newsroom-bg {
  position: absolute;
  inset: 0 0 80px 140px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.8), rgba(255,255,255,0.18)),
    radial-gradient(circle at 70% 20%, rgba(6, 78, 216, 0.2), transparent 30%),
    linear-gradient(135deg, #eff6ff, #dbeaff 50%, #f9fbff);
}

.newsroom-bg::before,
.newsroom-bg::after {
  content: "";
  position: absolute;
  inset: 30px;
  opacity: 0.44;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(6,27,73,0.14) 14% 14.5%, transparent 14.5% 28%, rgba(6,27,73,0.13) 28% 28.5%, transparent 28.5% 43%, rgba(6,27,73,0.12) 43% 43.5%, transparent 43.5%),
    linear-gradient(0deg, transparent 0 18%, rgba(6,27,73,0.14) 18% 18.5%, transparent 18.5% 38%, rgba(6,27,73,0.12) 38% 38.5%, transparent 38.5% 58%, rgba(6,27,73,0.12) 58% 58.5%, transparent 58.5%);
}

.newsroom-bg::after {
  inset: auto 28px 38px auto;
  width: 190px;
  height: 76px;
  content: "NEWSROOM";
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(6, 27, 73, 0.28);
  font-size: 1rem;
  font-weight: 900;
}

.network-line {
  position: absolute;
  left: 70px;
  top: 170px;
  width: 420px;
  height: 200px;
  opacity: 0.72;
}

.network-line::before,
.network-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  border-top: 2px solid #94bafa;
  transform: skewY(-22deg);
}

.network-line::after {
  border-top-color: #0b63f6;
  transform: translateY(95px) skewY(24deg);
  opacity: 0.65;
}

.line-two {
  left: 300px;
  top: 132px;
  width: 330px;
  transform: rotate(-8deg);
}

.media-tag,
.brand-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  color: var(--navy);
  font-weight: 800;
}

.media-tag {
  min-height: 52px;
  padding: 0 16px;
  font-size: 0.82rem;
}

.tag-one { left: 250px; top: 78px; }
.tag-two { left: 194px; top: 222px; font-size: 0.72rem; }
.tag-three { left: 384px; top: 104px; width: 92px; font-size: 0.68rem; }
.tag-four { left: 535px; top: 110px; width: 58px; }
.tag-five { left: 615px; top: 186px; width: 72px; font-size: 0.72rem; }
.tag-six { left: 566px; top: 294px; width: 68px; }

.brand-node {
  left: 375px;
  top: 238px;
  width: 108px;
  height: 108px;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 0.86rem;
  box-shadow: 0 18px 44px rgba(6, 78, 216, 0.3);
}

.press-card,
.mini-press,
.visibility-card {
  position: absolute;
  z-index: 3;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.main-press {
  left: 205px;
  bottom: 72px;
  width: 210px;
  padding: 18px;
}

.main-press span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.main-press h3 {
  margin-top: 8px;
  font-size: 1rem;
}

.article-image {
  height: 100px;
  margin: 14px 0 12px;
  border-radius: 5px;
  background:
    linear-gradient(140deg, rgba(6, 78, 216, 0.12), rgba(6, 78, 216, 0.28)),
    linear-gradient(110deg, #10234a 0 22%, #7fb7ff 22% 44%, #ebf5ff 44% 55%, #233c70 55% 100%);
}

.main-press i {
  display: block;
  width: 72%;
  height: 5px;
  margin-top: 7px;
  border-radius: 99px;
  background: #d8e2f2;
}

.main-press i:last-child {
  width: 48%;
}

.mini-press {
  width: 174px;
  padding: 18px;
}

.mini-press h3 {
  font-size: 0.88rem;
}

.mini-press p {
  margin: 8px 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.mini-press a {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
}

.press-one { left: 440px; bottom: 138px; }
.press-two { left: 440px; bottom: 28px; }

.visibility-card {
  right: 6px;
  bottom: 118px;
  width: 250px;
  padding: 22px;
  color: var(--blue);
}

.visibility-card span,
.visibility-card small {
  display: block;
  color: var(--navy);
  font-weight: 800;
}

.visibility-card strong {
  display: block;
  margin: 6px 0 2px;
  color: var(--blue);
  font-size: 2.25rem;
  line-height: 1;
}

.visibility-card svg {
  width: 100%;
  height: 76px;
  margin: 8px 0 10px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px 10px;
}

.metric-row b {
  color: var(--navy);
  font-size: 1.06rem;
}

.metric-row span {
  color: var(--muted);
  font-size: 0.58rem;
}

.compare-section,
.pricing-section,
.process-section,
.duplicate-section,
.media-section,
.guide-section,
.faq-section {
  width: var(--container);
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 84px;
}

#leistungen,
#pakete,
#ablauf,
#strategie,
#wissen,
#faq,
#kontakt {
  scroll-margin-top: 96px;
}

#alle-pakete,
#bestellformular,
#artikel,
#definition,
#aufbau,
#seo,
#portale,
#duplicate {
  scroll-margin-top: 96px;
}

.compare-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  padding: 42px 0 24px;
}

.compare-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.compare-copy h2,
.pricing-section h2,
.process-section h2,
.duplicate-copy h2,
.media-copy h2,
.guide-list h2,
.faq-section h2 {
  font-size: 2.18rem;
}

.compare-copy p,
.section-title p,
.guide-list > p {
  color: var(--text);
  font-size: 0.98rem;
}

.compare-labels {
  display: grid;
  gap: 0;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}

.compare-labels li {
  position: relative;
  min-height: 45px;
  display: flex;
  align-items: center;
  padding-left: 36px;
  border-bottom: 1px solid #edf2fb;
  color: var(--navy);
  font-weight: 800;
  font-size: 0.9rem;
}

.compare-labels li::before,
.price-card li::before,
.duplicate-card li::before {
  content: "✓";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: 0.72rem;
  font-weight: 900;
}

.comparison-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.comparison-table > div {
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: 0.85rem;
  line-height: 1.35;
}

.comparison-table > div:nth-child(2n) {
  border-right: 0;
}

.comparison-table .table-head {
  min-height: 76px;
  flex-direction: column;
  justify-content: center;
  color: var(--blue);
  font-size: 0.96rem;
  text-align: center;
}

.comparison-table .table-head.active {
  color: #fff;
  background: linear-gradient(90deg, #003eb6, var(--blue));
  border-color: var(--blue);
}

.comparison-table .table-head span {
  margin-top: 3px;
  font-size: 0.8rem;
  font-weight: 700;
}

.pricing-section {
  padding: 38px 0 30px;
}

.section-title.compact {
  display: grid;
  gap: 5px;
  margin-bottom: 20px;
}

.pricing-section .section-title.compact {
  justify-items: center;
  margin-bottom: 48px;
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  max-width: 1010px;
  margin: 0 auto;
}

.price-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 326px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 25px rgba(6, 27, 73, 0.04);
}

.price-card.featured {
  margin-top: -18px;
  box-shadow: var(--shadow-soft);
}

.popular {
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  height: 32px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 6px 6px 0 0;
  font-size: 0.78rem;
  font-weight: 900;
}

.price-card h3 {
  font-size: 1.38rem;
}

.price-card p {
  margin-top: 5px;
  color: var(--text);
  font-size: 0.86rem;
}

.price {
  display: grid;
  gap: 7px;
  justify-items: start;
  margin: 18px 0 14px;
}

.price strong {
  color: var(--blue);
  font-size: clamp(2rem, 2.7vw, 2.35rem);
  line-height: 1;
  white-space: nowrap;
}

.price span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.price-card ul,
.duplicate-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.price-card li,
.duplicate-card li {
  position: relative;
  padding-left: 24px;
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.35;
}

.price-card li::before,
.duplicate-card li::before {
  left: 0;
  width: auto;
  height: auto;
  color: var(--blue);
  background: none;
  font-size: 0.86rem;
}

.price-card .button {
  min-height: 46px;
  margin-top: 24px;
  font-size: 0.82rem;
}

.price-note {
  margin-top: 24px;
  color: var(--muted);
  text-align: center;
  font-size: 0.76rem;
}

.process-section {
  padding: 34px 0 42px;
}

.process-section h2 {
  margin-bottom: 34px;
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.process-line::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 46px;
  height: 2px;
  background: var(--blue);
}

.step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.step > span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(6, 27, 73, 0.05);
}

.step svg,
.stats svg,
.strip-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step h3 {
  margin-top: 12px;
  font-size: 0.92rem;
}

.step p {
  max-width: 160px;
  color: var(--text);
  font-size: 0.78rem;
}

.duplicate-section {
  display: grid;
  grid-template-columns: 0.58fr 1fr 1fr;
  gap: 34px;
  align-items: center;
  padding: 38px 0 40px;
}

.duplicate-copy {
  display: grid;
  gap: 14px;
}

.duplicate-copy p {
  max-width: 290px;
  font-size: 0.94rem;
}

.duplicate-card {
  position: relative;
  min-height: 244px;
  padding: 26px 30px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.duplicate-card.preferred {
  border-color: #abcaff;
}

.duplicate-card h3 {
  color: var(--navy);
  font-size: 1rem;
  text-align: center;
}

.duplicate-card h3 span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.doc-flow {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 20px 0 16px;
}

.doc-flow i,
.doc-flow em {
  width: 38px;
  height: 46px;
  border: 1px solid #b9caf0;
  border-radius: 3px;
  background:
    linear-gradient(#92b9ff 0 0) 8px 12px / 21px 3px no-repeat,
    linear-gradient(#dbe6fb 0 0) 8px 21px / 22px 3px no-repeat,
    linear-gradient(#dbe6fb 0 0) 8px 30px / 17px 3px no-repeat,
    #f9fbff;
}

.doc-flow b {
  color: var(--blue);
  font-size: 1.8rem;
  line-height: 1;
}

.network-docs {
  position: relative;
  gap: 14px;
}

.network-docs b {
  width: 56px;
  height: 2px;
  background: var(--blue);
}

.network-docs em {
  width: 34px;
  height: 25px;
}

.status {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 900;
}

.status.bad {
  color: #6a7387;
  background: #f0f3f9;
}

.status.good {
  color: #fff;
  background: var(--blue);
}

.media-section {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 82px;
  align-items: center;
  padding: 38px 0 42px;
}

.media-stack {
  position: relative;
  min-height: 230px;
}

.media-stack article {
  position: absolute;
  width: 210px;
  min-height: 178px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.media-stack article:nth-child(1) { left: 0; top: 34px; }
.media-stack article:nth-child(2) { left: 165px; top: 60px; z-index: 2; }
.media-stack article:nth-child(3) { left: 340px; top: 22px; }

.media-stack span {
  color: #d86b00;
  font-size: 1.02rem;
  font-weight: 900;
}

.media-stack h3 {
  margin-top: 18px;
  font-size: 1.03rem;
}

.media-stack p {
  margin-top: 10px;
  color: var(--text);
  font-size: 0.73rem;
}

.media-stack a {
  display: inline-block;
  margin-top: 14px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
}

.media-copy {
  display: grid;
  gap: 14px;
}

.media-copy p {
  font-size: 1rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 28px;
}

.stats div {
  display: grid;
  gap: 8px;
}

.stats svg {
  color: var(--blue);
}

.stats strong {
  color: var(--navy);
  font-size: 1.45rem;
}

.stats span {
  color: var(--text);
  font-size: 0.9rem;
}

.guide-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 58px;
  align-items: center;
  padding: 40px 0 42px;
}

.guide-list {
  display: grid;
  gap: 8px;
}

.guide-list h2 {
  margin-bottom: 2px;
}

.guide-list > p {
  margin-bottom: 10px;
}

.guide-list a:not(.all-articles) {
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: #23406e;
  background: #eef5ff;
  border: 1px solid #dbe8f9;
  font-size: 0.86rem;
  font-weight: 800;
}

.guide-list a span {
  color: var(--blue);
  font-size: 1.2rem;
}

.all-articles {
  margin-top: 10px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 900;
}

.checklist-card {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 34px;
  align-items: center;
  min-height: 250px;
  padding: 34px;
  border-radius: var(--radius);
  background: linear-gradient(100deg, #e8f3ff, #f8fbff);
  border: 1px solid var(--line);
}

.laptop-visual {
  position: relative;
  height: 180px;
}

.screen {
  position: absolute;
  left: 0;
  top: 18px;
  width: 260px;
  height: 150px;
  padding: 22px;
  border: 10px solid #15294f;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.screen i {
  display: block;
  width: 52px;
  height: 72px;
  float: left;
  margin-right: 14px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(#a7d3ff, #0b63f6);
}

.screen i:nth-child(2) {
  height: 92px;
  background: linear-gradient(#a7d3ff, #5fb1ff);
}

.screen i:nth-child(3) {
  height: 58px;
}

.keyboard {
  position: absolute;
  left: 48px;
  bottom: 0;
  width: 224px;
  height: 28px;
  border-radius: 0 0 18px 18px;
  background: #d8e2f2;
}

.checklist-card h3 {
  color: var(--blue);
  font-size: 1.4rem;
}

.checklist-card p,
.checklist-card li {
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.45;
}

.checklist-card ul {
  display: grid;
  gap: 7px;
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
}

.checklist-card li::before {
  content: "✓ ";
  color: var(--blue);
  font-weight: 900;
}

.checklist-card .button {
  min-height: 42px;
  padding: 0 18px;
  font-size: 0.8rem;
}

.optin-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.optin-modal.is-open {
  display: flex;
}

.optin-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 27, 73, 0.54);
  backdrop-filter: blur(10px);
}

.optin-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  overflow: hidden;
  border: 1px solid rgba(216, 226, 242, 0.9);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 34px 90px rgba(6, 27, 73, 0.28);
}

.optin-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.optin-media {
  min-height: 510px;
  background:
    linear-gradient(180deg, rgba(6, 27, 73, 0.03), rgba(6, 27, 73, 0.13)),
    #eef5ff;
}

.optin-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.optin-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 44px;
}

.optin-copy h2 {
  font-size: 2.2rem;
}

.optin-copy p {
  font-size: 1rem;
}

.optin-form {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.optin-form label {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 900;
}

.optin-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 0.92rem;
}

.optin-form input:focus {
  outline: 2px solid rgba(6, 78, 216, 0.18);
  border-color: #8ab5ff;
}

.optin-form .button {
  width: 100%;
  margin-top: 8px;
}

.optin-copy small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

body.optin-open {
  overflow: hidden;
}

.optin-page {
  min-height: calc(100vh - 64px);
}

.optin-status-hero {
  width: var(--container);
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 54px;
  align-items: center;
  padding: 62px 0;
}

.optin-status-copy {
  display: grid;
  gap: 22px;
}

.optin-status-copy h1 {
  max-width: 760px;
  font-size: clamp(2.6rem, 4.2vw, 4.6rem);
}

.optin-status-copy > p {
  max-width: 680px;
  font-size: 1.08rem;
}

.confirmation-hero {
  grid-template-columns: minmax(0, 1.04fr) 430px;
  align-items: center;
}

.confirmation-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border: 1px solid rgba(21, 128, 61, 0.2);
  border-radius: var(--radius);
  color: #0f6b35;
  background: #f0fdf4;
  font-size: 0.86rem;
  font-weight: 900;
}

.success-mark {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.22);
}

.success-mark::after {
  content: "";
  width: 13px;
  height: 7px;
  margin-top: -2px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

.success-mark.small {
  width: 36px;
  height: 36px;
}

.success-mark.small::after {
  width: 14px;
  height: 8px;
}

.status-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 12px;
}

.status-steps article {
  min-height: 142px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 25px rgba(6, 27, 73, 0.045);
}

.status-steps article.active {
  border-color: #8ab5ff;
  background: linear-gradient(180deg, #f7faff, #ffffff);
  box-shadow: 0 18px 38px rgba(6, 78, 216, 0.1);
}

.status-steps article.done {
  border-color: rgba(21, 128, 61, 0.22);
  background: linear-gradient(180deg, #f0fdf4, #fff);
}

.status-steps span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.status-steps article.done span {
  background: #16a34a;
}

.status-steps strong {
  display: block;
  color: var(--navy);
  font-size: 0.98rem;
}

.status-steps p {
  margin-top: 7px;
  font-size: 0.8rem;
}

.confirmation-note {
  max-width: 760px;
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(6, 27, 73, 0.055);
}

.confirmation-note strong {
  color: var(--navy);
  font-size: 1rem;
}

.confirmation-note p {
  font-size: 0.92rem;
}

.optin-status-card,
.download-card,
.confirmation-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.confirmation-card {
  display: grid;
  gap: 0;
}

.confirmation-card-top {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 22px;
  background: linear-gradient(180deg, #f7faff, #fff);
}

.confirmation-card-top strong {
  color: var(--navy);
  font-size: 1.22rem;
}

.confirmation-card-top p {
  margin-top: 4px;
  font-size: 0.9rem;
}

.optin-status-card img,
.download-card img,
.confirmation-card > img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  background: #eef5ff;
}

.optin-status-card > div,
.download-card > div {
  padding: 22px;
}

.optin-status-card strong,
.download-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.2rem;
}

.optin-status-card p,
.download-card li {
  margin-top: 8px;
  color: var(--text);
  font-size: 0.9rem;
}

.download-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.download-preview div {
  min-height: 82px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  padding: 14px 10px;
  text-align: center;
  background: #fff;
}

.download-preview strong {
  color: var(--blue);
  font-size: 1.8rem;
  line-height: 1;
}

.download-preview span {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

.mail-help {
  padding: 22px;
  background: #fff;
}

.mail-help strong {
  display: block;
  color: var(--navy);
  font-size: 1.05rem;
}

.mail-help p {
  margin-top: 8px;
  font-size: 0.9rem;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.download-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.download-card li::before {
  content: "✓ ";
  color: var(--blue);
  font-weight: 900;
}

.faq-section {
  padding: 28px 0 28px;
  border-bottom: 0;
}

.faq-section h2 {
  margin-bottom: 14px;
  font-size: 1.7rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 42px;
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "⌄";
  color: var(--blue);
  font-size: 1.05rem;
}

details[open] summary::after {
  content: "⌃";
}

details p {
  padding: 0 0 14px;
  color: var(--text);
  font-size: 0.82rem;
}

.contact-strip {
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) minmax(220px, auto) minmax(270px, auto);
  gap: 28px;
  align-items: center;
  padding: 16px max(48px, calc((100vw - 1230px) / 2));
  color: #fff;
  background: linear-gradient(90deg, #003eb6, var(--blue));
}

.contact-strip h2,
.contact-strip p {
  color: #fff;
}

.contact-strip h2 {
  font-size: 1.5rem;
}

.contact-strip p {
  font-size: 0.88rem;
}

.strip-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #fff;
}

@media (max-width: 1180px) {
  .site-nav {
    gap: 24px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 54px;
  }

  .hero-media {
    min-height: 520px;
  }

  .pricing-grid {
    max-width: 1010px;
    margin: 0 auto;
  }

  .compare-section,
  .duplicate-section,
  .media-section,
  .guide-section,
  .optin-status-hero {
    grid-template-columns: 1fr;
  }

  .duplicate-section {
    align-items: stretch;
  }

  .media-stack article:nth-child(1) { left: 0; }
  .media-stack article:nth-child(2) { left: 210px; }
  .media-stack article:nth-child(3) { left: 420px; }
}

@media (max-width: 860px) {
  :root {
    --container: min(100vw - 28px, 1230px);
  }

  .site-header {
    height: 68px;
    padding: 0 14px;
  }

  .brand {
    font-size: 1.05rem;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 68px 14px auto 14px;
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  body.nav-open {
    overflow: hidden;
  }

  body.nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    min-height: 44px;
    justify-content: flex-start;
  }

  .site-nav .button {
    justify-content: center;
  }

  h1 {
    font-size: clamp(2.5rem, 11vw, 3.8rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  h2,
  .compare-copy h2,
  .pricing-section h2,
  .process-section h2,
  .duplicate-copy h2,
  .media-copy h2,
  .guide-list h2 {
    font-size: 2rem;
  }

  .hero {
    gap: 34px;
    min-height: auto;
    padding: 50px 0 36px;
  }

  .hero-copy {
    gap: 24px;
  }

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

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

  .proof-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .proof-row div {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px;
  }

  .hero-media {
    min-height: 430px;
    border-left: 0;
  }

  .newsroom-bg {
    inset: 0;
  }

  .brand-node { left: 44%; top: 155px; width: 88px; height: 88px; }
  .tag-one { left: 6%; top: 34px; }
  .tag-two { left: 2%; top: 155px; }
  .tag-three { left: 40%; top: 62px; }
  .tag-four { left: 62%; top: 86px; }
  .tag-five { right: 5%; left: auto; top: 148px; }
  .tag-six { right: 13%; left: auto; top: 250px; }
  .main-press { left: 3%; bottom: 32px; width: 190px; }
  .press-one { left: 48%; bottom: 118px; }
  .press-two { display: none; }
  .visibility-card { right: 3%; bottom: 24px; width: 190px; }

  .compare-section,
  .pricing-section,
  .process-section,
  .duplicate-section,
  .media-section,
  .guide-section,
  .faq-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .comparison-table,
  .pricing-grid,
  .process-line,
  .faq-grid,
  .checklist-card,
  .optin-status-hero,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .comparison-table > div,
  .comparison-table > div:nth-child(2n) {
    border-right: 0;
  }

  .pricing-grid {
    gap: 22px;
  }

  .price-card.featured {
    margin-top: 0;
  }

  .popular {
    position: static;
    margin: -24px -24px 18px;
    border-radius: 8px 8px 0 0;
  }

  .process-line {
    gap: 28px;
  }

  .process-line::before {
    display: none;
  }

  .media-stack {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .media-stack article,
  .media-stack article:nth-child(1),
  .media-stack article:nth-child(2),
  .media-stack article:nth-child(3) {
    position: static;
    width: 100%;
  }

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

  .screen {
    width: 230px;
  }

  .optin-modal {
    padding: 16px;
  }

  .optin-dialog {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
  }

  .optin-media {
    min-height: 210px;
  }

  .optin-copy {
    padding: 26px;
  }

  .optin-copy h2 {
    font-size: 1.8rem;
  }

  .optin-status-hero {
    gap: 28px;
    min-height: auto;
    padding: 42px 0;
  }

  .status-steps {
    grid-template-columns: 1fr;
  }

  .download-actions {
    display: grid;
  }

  .contact-strip {
    justify-items: start;
    padding: 24px 14px;
  }
}

@media (max-width: 540px) {
  .proof-row {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 620px;
  }

  .tag-three,
  .tag-four,
  .tag-five,
  .tag-six,
  .network-line {
    display: none;
  }

  .brand-node {
    left: 50%;
    top: 132px;
    transform: translateX(-50%);
  }

  .main-press {
    left: 14px;
    right: 14px;
    width: auto;
    bottom: 250px;
  }

  .press-one {
    left: 14px;
    right: 14px;
    width: auto;
    bottom: 138px;
  }

  .visibility-card {
    left: 14px;
    right: 14px;
    width: auto;
    bottom: 14px;
  }

  .duplicate-card {
    padding: 22px;
  }

  .many-docs i:nth-of-type(n+5) {
    display: none;
  }

  .laptop-visual {
    height: 148px;
  }

  .screen {
    width: 205px;
    height: 122px;
  }

  .keyboard {
    left: 30px;
    width: 190px;
  }
}

.section-link {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.section-link a {
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 900;
}

.page-main {
  background: #fff;
}

.page-hero {
  position: relative;
  width: var(--container);
  min-height: 480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
  padding: 56px 0 46px;
  border-bottom: 1px solid var(--line);
}

.page-hero-copy {
  display: grid;
  gap: 24px;
}

.page-hero-copy h1 {
  max-width: 760px;
  font-size: 3.45rem;
  line-height: 1.02;
}

.page-hero-copy p {
  max-width: 620px;
  font-size: 1.08rem;
}

.price-visual,
.editorial-visual,
.imprint-visual {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(6, 78, 216, 0.08), rgba(255, 255, 255, 0.94)),
    linear-gradient(90deg, #ffffff, #eef5ff);
  box-shadow: var(--shadow-soft);
}

.price-visual::before,
.editorial-visual::before,
.imprint-visual::before {
  content: "";
  position: absolute;
  inset: 26px;
  opacity: 0.38;
  background:
    linear-gradient(90deg, transparent 0 17%, rgba(6, 78, 216, 0.18) 17% 17.5%, transparent 17.5% 36%, rgba(6, 78, 216, 0.12) 36% 36.5%, transparent 36.5% 66%, rgba(6, 78, 216, 0.14) 66% 66.5%, transparent 66.5%),
    linear-gradient(0deg, transparent 0 24%, rgba(6, 27, 73, 0.1) 24% 24.5%, transparent 24.5% 55%, rgba(6, 27, 73, 0.12) 55% 55.5%, transparent 55.5%);
}

.price-rail {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-align: center;
}

.price-chart {
  position: absolute;
  inset: 64px 34px 70px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 16px;
}

.price-chart i {
  display: block;
  height: var(--h);
  min-height: 46px;
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(180deg, #5da2ff, var(--blue));
  box-shadow: 0 12px 24px rgba(6, 78, 216, 0.17);
}

.price-callout {
  position: absolute;
  right: 32px;
  top: 34px;
  z-index: 3;
  max-width: 190px;
  padding: 18px;
  border: 1px solid rgba(6, 78, 216, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.price-callout strong {
  display: block;
  color: var(--blue);
  font-size: 1.7rem;
  line-height: 1;
}

.price-callout span {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 800;
}

.feature-band,
.page-section,
.legal-grid,
.article-section,
.order-form-section {
  width: var(--container);
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 28px 0;
}

.feature-band article {
  min-height: 126px;
  padding: 0 28px;
  border-right: 1px solid var(--line);
}

.feature-band article:last-child {
  border-right: 0;
}

.feature-band strong {
  display: block;
  color: var(--navy);
  font-size: 1.02rem;
}

.feature-band p {
  margin-top: 10px;
  color: var(--text);
  font-size: 0.86rem;
}

.page-section {
  padding: 44px 0;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.plan-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 430px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(6, 27, 73, 0.045);
}

.plan-card.highlight {
  border-color: #8ab5ff;
  box-shadow: var(--shadow-soft);
}

.plan-card.agency {
  grid-column: span 2;
  min-height: 360px;
  background:
    linear-gradient(135deg, rgba(6, 78, 216, 0.08), rgba(255, 255, 255, 0.9)),
    #fff;
}

.plan-card .popular {
  top: -18px;
  height: 34px;
}

.plan-meta {
  width: max-content;
  margin-bottom: 13px;
  padding: 5px 9px;
  border: 1px solid #cfe0ff;
  border-radius: 6px;
  color: var(--blue);
  background: #f4f8ff;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-card h3 {
  font-size: 1.36rem;
}

.plan-card p {
  min-height: 66px;
  margin-top: 8px;
  font-size: 0.87rem;
}

.plan-price {
  display: grid;
  gap: 6px;
  margin: 20px 0 16px;
}

.plan-price strong {
  color: var(--blue);
  font-size: 2.2rem;
  line-height: 1;
}

.plan-price span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
}

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

.plan-card li {
  position: relative;
  padding-left: 24px;
  color: var(--text);
  font-size: 0.8rem;
  line-height: 1.35;
}

.plan-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 900;
}

.plan-card .button {
  align-self: end;
  min-height: 46px;
  margin-top: 26px;
  font-size: 0.82rem;
}

.order-form-section {
  padding: 44px 0 54px;
  border-bottom: 1px solid var(--line);
}

.order-shell {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 42px;
  align-items: start;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(6, 78, 216, 0.09), rgba(255,255,255,0.96)),
    #fff;
}

.order-shell h2 {
  font-size: 2.05rem;
}

.order-shell p {
  margin-top: 12px;
  font-size: 0.94rem;
}

.order-options {
  display: grid;
  gap: 12px;
}

.order-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 84px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
}

.order-option.selected {
  border-color: #8ab5ff;
  box-shadow: 0 10px 24px rgba(6, 78, 216, 0.09);
}

.order-option > span {
  width: 18px;
  height: 18px;
  border: 2px solid var(--blue);
  border-radius: 50%;
}

.order-option.selected > span {
  box-shadow: inset 0 0 0 4px #fff;
  background: var(--blue);
}

.order-option strong {
  display: block;
  color: var(--navy);
  font-size: 1rem;
}

.order-option p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.order-option a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.editorial-visual {
  background:
    linear-gradient(135deg, rgba(216, 107, 0, 0.08), transparent 42%),
    linear-gradient(90deg, #ffffff, #eef5ff);
}

.editorial-page {
  position: absolute;
  z-index: 2;
  display: grid;
  align-content: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.main-page {
  left: 58px;
  top: 54px;
  width: 330px;
  min-height: 230px;
}

.small-page {
  right: 46px;
  width: 180px;
  min-height: 116px;
}

.small-page.one {
  top: 48px;
}

.small-page.two {
  bottom: 46px;
}

.editorial-page span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.editorial-page strong {
  margin-top: 12px;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.14;
}

.small-page strong {
  font-size: 1.08rem;
}

.editorial-page i {
  display: block;
  height: 8px;
  margin-top: 14px;
  border-radius: 99px;
  background: #d8e2f2;
}

.editorial-page i:nth-of-type(2) {
  width: 82%;
}

.editorial-page i:nth-of-type(3) {
  width: 58%;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.article-card {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(244, 248, 255, 0.78), rgba(255, 255, 255, 0.96)),
    #fff;
  box-shadow: 0 10px 25px rgba(6, 27, 73, 0.04);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.article-card:hover {
  transform: translateY(-3px);
  border-color: #9cc0ff;
  box-shadow: var(--shadow-soft);
}

.article-card span {
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-card h3 {
  font-size: 1.26rem;
}

.article-card p {
  font-size: 0.86rem;
}

.article-section {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 56px;
  padding: 42px 0;
}

.article-section > div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.article-section span {
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
}

.article-section h2 {
  font-size: 2.02rem;
}

.article-section p {
  font-size: 1rem;
}

.article-section p + p {
  margin-top: 16px;
}

.article-section[id^="ratgeber-"] {
  scroll-margin-top: 96px;
  grid-template-columns: minmax(260px, 0.46fr) minmax(0, 1fr);
  gap: 68px;
  align-items: start;
  padding: 58px 0;
  background:
    linear-gradient(90deg, rgba(244, 248, 255, 0.68), transparent 34%) 0 0 / 100% 100% no-repeat;
}

.article-section[id^="ratgeber-"] > div:first-child {
  position: sticky;
  top: 92px;
  gap: 14px;
  padding-right: 12px;
}

.article-section[id^="ratgeber-"] > div:first-child span {
  width: max-content;
  padding: 6px 10px;
  border: 1px solid #cfe0ff;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(6, 27, 73, 0.04);
}

.article-section[id^="ratgeber-"] > div:first-child h2 {
  max-width: 360px;
  font-size: clamp(1.85rem, 2.35vw, 2.45rem);
  line-height: 1.06;
}

.article-section[id^="ratgeber-"] > div:first-child::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 4 / 3;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(6, 78, 216, 0.1) 48%, rgba(6, 27, 73, 0.2)),
    var(--ratgeber-image) center / cover no-repeat,
    linear-gradient(135deg, #f7fbff, #dceaff);
  box-shadow: var(--shadow-soft);
}

.article-section[id^="ratgeber-"] > div:first-child::before {
  content: "";
  order: 4;
  display: block;
  width: min(58%, 210px);
  height: 58px;
  margin-top: -92px;
  margin-left: 24px;
  border: 1px solid rgba(216, 226, 242, 0.92);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, var(--blue) 0 22%, transparent 22% 100%) 18px 18px / 92px 5px no-repeat,
    linear-gradient(90deg, rgba(6, 27, 73, 0.16), rgba(6, 27, 73, 0.04)) 18px 31px / 132px 5px no-repeat,
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(6, 27, 73, 0.1);
  pointer-events: none;
}

.longform-copy {
  display: block;
  max-width: 860px;
}

.longform-copy .longform-lede {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 26px;
  padding: 20px 22px;
  border: 1px solid #cfe0ff;
  border-radius: var(--radius);
  background:
    linear-gradient(100deg, rgba(6, 78, 216, 0.09), rgba(255, 255, 255, 0.95)),
    #fff;
  box-shadow: 0 14px 32px rgba(6, 27, 73, 0.06);
}

.longform-copy .longform-lede > strong {
  width: max-content;
  padding: 6px 9px;
  border-radius: 5px;
  color: #fff;
  background: var(--blue);
  font-size: 0.7rem;
  line-height: 1;
  text-transform: uppercase;
}

.longform-copy .longform-lede p {
  margin: 0;
  color: var(--navy);
  font-size: 1.02rem;
  line-height: 1.48;
  font-weight: 800;
}

.longform-copy .lead-paragraph {
  color: #1d315a;
  font-size: 1.07rem;
  line-height: 1.72;
}

.longform-copy h3 {
  position: relative;
  margin: 34px 0 12px;
  padding: 15px 18px 15px 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  background:
    linear-gradient(90deg, #eef5ff, rgba(255,255,255,0.92)),
    #fff;
  font-size: 1.22rem;
  line-height: 1.18;
  box-shadow: 0 10px 25px rgba(6, 27, 73, 0.04);
}

.longform-copy h3::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    linear-gradient(#fff 0 0) 50% 50% / 7px 7px no-repeat,
    var(--blue);
  transform: translateY(-50%);
}

.longform-copy p {
  max-width: 820px;
  line-height: 1.72;
}

.longform-copy strong {
  color: var(--navy);
  font-weight: 900;
  padding: 0 0.06em;
  border-radius: 3px;
  background: linear-gradient(180deg, transparent 54%, rgba(117, 169, 255, 0.34) 54%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

#ratgeber-pressemitteilung-kaufen {
  --ratgeber-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=760&q=82");
}

#ratgeber-unique-content {
  --ratgeber-image: url("https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=760&q=82");
}

#ratgeber-zielgruppen {
  --ratgeber-image: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=760&q=82");
}

#ratgeber-medienartikel {
  --ratgeber-image: url("https://images.unsplash.com/photo-1495020689067-958852a7765e?auto=format&fit=crop&w=760&q=82");
}

#ratgeber-seo-backlinks,
#ratgeber-linkziele {
  --ratgeber-image: url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=760&q=82");
}

#ratgeber-themenplanung,
#ratgeber-redaktionsplan {
  --ratgeber-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=760&q=82");
}

#ratgeber-aufbau,
#ratgeber-bestellablauf,
#ratgeber-qualitaet {
  --ratgeber-image: url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=760&q=82");
}

#ratgeber-branchen,
#ratgeber-lokale-sichtbarkeit {
  --ratgeber-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=760&q=82");
}

#ratgeber-fehler,
#ratgeber-langfristig,
#ratgeber-fazit,
#ratgeber-content-recycling {
  --ratgeber-image: url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=760&q=82");
}

#ratgeber-agenturen,
#ratgeber-reputation {
  --ratgeber-image: url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=760&q=82");
}

.imprint-hero {
  min-height: 370px;
}

.imprint-visual {
  min-height: 260px;
}

.imprint-visual > div {
  position: absolute;
  left: 52px;
  right: 52px;
  top: 48px;
  bottom: 48px;
  z-index: 2;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.imprint-visual span {
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
}

.imprint-visual strong {
  display: block;
  margin-top: 18px;
  color: var(--navy);
  font-size: 1.72rem;
}

.imprint-visual i {
  display: block;
  height: 8px;
  margin-top: 17px;
  border-radius: 99px;
  background: #d8e2f2;
}

.imprint-visual i:nth-of-type(2) {
  width: 74%;
}

.imprint-visual i:nth-of-type(3) {
  width: 48%;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  padding: 42px 0 54px;
  border-bottom: 0;
}

.legal-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 25px rgba(6, 27, 73, 0.04);
}

.legal-card.wide {
  grid-column: 1 / -1;
}

.legal-card h2 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.legal-card p {
  font-size: 0.94rem;
}

.legal-card p + p {
  margin-top: 14px;
}

.legal-card a {
  color: var(--blue);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 34px;
  align-items: start;
  padding: 34px max(48px, calc((100vw - 1230px) / 2));
  border-top: 1px solid var(--line);
  background: #f8fbff;
}

.site-footer strong {
  display: block;
  color: var(--blue);
  font-size: 1.1rem;
  font-weight: 900;
}

.site-footer p {
  max-width: 520px;
  margin-top: 8px;
  color: var(--text);
  font-size: 0.84rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.site-footer a {
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
}

.site-footer a:hover {
  color: var(--blue);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.sub-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 18%, rgba(6, 78, 216, 0.13), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.sub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.58;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(6, 78, 216, 0.08) 12% 12.15%, transparent 12.15% 38%, rgba(6, 78, 216, 0.06) 38% 38.15%, transparent 38.15% 70%, rgba(6, 78, 216, 0.06) 70% 70.15%, transparent 70.15%),
    linear-gradient(0deg, transparent 0 34%, rgba(6, 27, 73, 0.05) 34% 34.15%, transparent 34.15% 72%, rgba(6, 27, 73, 0.05) 72% 72.15%, transparent 72.15%);
}

.sub-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: center;
  padding: 58px 0;
}

.sub-hero h1 {
  max-width: 850px;
  font-size: clamp(2.55rem, 4vw, 4.45rem);
  line-height: 1;
}

.sub-hero p {
  max-width: 690px;
  margin-top: 20px;
  font-size: 1.08rem;
}

.sub-hero-card {
  min-height: 230px;
  display: grid;
  align-content: end;
  padding: 28px;
  border: 1px solid rgba(6, 78, 216, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(155deg, rgba(6, 78, 216, 0.12), rgba(255, 255, 255, 0.94) 58%),
    #fff;
  box-shadow: var(--shadow-soft);
}

.sub-hero-card strong {
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1.1;
}

.sub-hero-card p {
  margin-top: 12px;
  font-size: 0.92rem;
}

.section-heading.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 28px;
}

.section-heading.split-heading p {
  font-size: 0.98rem;
}

.blog-index-section {
  padding: 64px 0 76px;
  background: #fff;
}

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

.blog-post-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 220px minmax(0, 1fr);
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 32px rgba(6, 27, 73, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.blog-post-card:hover {
  transform: translateY(-4px);
  border-color: rgba(6, 78, 216, 0.34);
  box-shadow: var(--shadow-soft);
}

.blog-card-media {
  position: relative;
  display: block;
  min-height: 220px;
  background:
    linear-gradient(180deg, rgba(6, 27, 73, 0.08), rgba(6, 27, 73, 0.22)),
    var(--post-image) center / cover no-repeat,
    #eef5ff;
}

.blog-card-media::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: -1px;
  height: 5px;
  border-radius: 99px 99px 0 0;
  background: var(--post-accent, var(--blue));
}

.blog-card-body {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 24px;
}

.blog-card-body > span {
  width: max-content;
  padding: 6px 9px;
  border: 1px solid #cfe0ff;
  border-radius: 6px;
  color: var(--blue);
  background: #f4f8ff;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card-body h2 {
  font-size: 1.24rem;
  line-height: 1.18;
}

.blog-card-body p {
  font-size: 0.9rem;
}

.text-link {
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 900;
}

.post-page {
  background: #fff;
}

.post-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 46px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 20%, rgba(6, 78, 216, 0.11), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
}

.post-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(6, 78, 216, 0.06) 16% 16.1%, transparent 16.1% 52%, rgba(6, 78, 216, 0.05) 52% 52.1%, transparent 52.1%),
    linear-gradient(0deg, transparent 0 42%, rgba(6, 27, 73, 0.05) 42% 42.12%, transparent 42.12%);
}

.post-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
  gap: 44px;
  align-items: stretch;
}

.post-hero-copy {
  display: grid;
  align-content: center;
  gap: 20px;
}

.post-kicker {
  width: max-content;
  padding: 7px 11px;
  border: 1px solid rgba(6, 78, 216, 0.2);
  border-radius: 6px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.post-hero h1 {
  max-width: 860px;
  font-size: clamp(2.35rem, 4vw, 4.35rem);
  line-height: 1.02;
}

.post-hero p {
  max-width: 760px;
  font-size: 1.08rem;
}

.post-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.post-meta-row span {
  padding: 8px 11px;
  border: 1px solid #cfe0ff;
  border-radius: 6px;
  color: var(--navy);
  background: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.post-hero-image {
  min-height: 420px;
  margin: 0;
  border: 1px solid rgba(6, 78, 216, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(6, 27, 73, 0.02), rgba(6, 27, 73, 0.18)),
    var(--post-image) center / cover no-repeat,
    #eef5ff;
  box-shadow: var(--shadow);
}

.post-body-section {
  padding: 54px 0 78px;
}

.post-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 850px);
  gap: 54px;
  align-items: start;
}

.post-toc {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(244, 248, 255, 0.86), rgba(255, 255, 255, 0.96)),
    #fff;
  box-shadow: 0 10px 28px rgba(6, 27, 73, 0.05);
}

.post-toc strong {
  color: var(--navy);
  font-size: 0.94rem;
}

.post-toc a {
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 800;
}

.post-toc a:hover {
  color: var(--blue);
}

.post-content {
  min-width: 0;
}

.post-content p,
.post-content li {
  color: var(--text);
  font-size: 1.03rem;
  line-height: 1.78;
}

.post-content p + p {
  margin-top: 18px;
}

.post-content h2 {
  margin-top: 44px;
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  line-height: 1.12;
}

.post-content h3 {
  margin-top: 30px;
  font-size: 1.34rem;
}

.post-content h4 {
  margin: 26px 0 12px;
  color: var(--navy);
  font-size: 1.02rem;
  line-height: 1.2;
}

.post-content ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.post-lede {
  margin: 0 0 22px;
  padding: 24px;
  border: 1px solid rgba(6, 78, 216, 0.16);
  border-left: 5px solid var(--blue);
  border-radius: var(--radius);
  background: #f7faff;
  color: var(--ink);
}

.post-note {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid rgba(6, 78, 216, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(6, 78, 216, 0.09), rgba(255, 255, 255, 0.94)),
    #fff;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.65;
}

.post-inline-figure {
  margin: 32px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(6, 27, 73, 0.055);
}

.post-inline-image {
  min-height: 320px;
  background:
    linear-gradient(180deg, rgba(6, 27, 73, 0.03), rgba(6, 27, 73, 0.16)),
    var(--post-inline-image) center / cover no-repeat,
    #eef5ff;
}

.post-inline-figure figcaption {
  padding: 14px 18px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.post-table-wrap {
  margin: 24px 0 4px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.post-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.post-table th,
.post-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.post-table th {
  color: var(--navy);
  background: #f4f8ff;
  font-size: 0.82rem;
  font-weight: 900;
}

.post-table td {
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.5;
}

.post-table tr:last-child td {
  border-bottom: 0;
}

.post-cta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin: 36px 0;
  padding: 26px;
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(135deg, var(--blue), #0b63f6);
  box-shadow: var(--shadow-soft);
}

.post-cta strong {
  display: block;
  color: #fff;
  font-size: 1.28rem;
}

.post-cta p {
  max-width: 560px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
}

.related-posts {
  margin: 46px 0 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(244, 248, 255, 0.72), rgba(255, 255, 255, 0.98)),
    #fff;
  box-shadow: 0 12px 30px rgba(6, 27, 73, 0.05);
}

.related-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.related-heading span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.related-heading h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
}

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

.related-card {
  overflow: hidden;
  display: grid;
  min-height: 318px;
  border: 1px solid rgba(216, 226, 242, 0.92);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(6, 27, 73, 0.045);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(6, 78, 216, 0.32);
  box-shadow: var(--shadow-soft);
}

.related-card-image {
  display: block;
  min-height: 128px;
  background:
    linear-gradient(180deg, rgba(6, 27, 73, 0.04), rgba(6, 27, 73, 0.2)),
    var(--related-image) center / cover no-repeat,
    #eef5ff;
}

.related-card-copy {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.related-card strong {
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.22;
}

.related-card small {
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.5;
}

.post-pagination {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.post-pagination a {
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .page-hero,
  .order-shell,
  .article-section {
    grid-template-columns: 1fr;
  }

  .feature-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-band article:nth-child(2) {
    border-right: 0;
  }

  .feature-band article:nth-child(n+3) {
    padding-top: 24px;
    border-top: 1px solid var(--line);
  }

  .plan-grid,
  .article-grid,
  .blog-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .post-hero-grid,
  .post-layout {
    grid-template-columns: 1fr;
  }

  .post-toc {
    position: static;
  }

  .plan-card.agency {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  .page-hero {
    min-height: auto;
    padding: 42px 0;
  }

  .page-hero-copy h1 {
    font-size: 2.45rem;
    line-height: 1.06;
  }

  .price-visual,
  .editorial-visual,
  .imprint-visual {
    min-height: 300px;
  }

  .feature-band,
  .plan-grid,
  .article-grid,
  .legal-grid,
  .sub-hero-grid,
  .section-heading.split-heading,
  .blog-post-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .sub-hero-grid {
    min-height: auto;
    padding: 44px 0;
  }

  .sub-hero-card {
    min-height: 190px;
  }

  .post-hero {
    padding: 42px 0;
  }

  .post-hero-image {
    min-height: 310px;
  }

  .feature-band article,
  .feature-band article:nth-child(2),
  .feature-band article:nth-child(n+3) {
    min-height: auto;
    padding: 18px 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .feature-band article:first-child {
    border-top: 0;
  }

  .plan-card.agency,
  .legal-card.wide {
    grid-column: auto;
  }

  .plan-card .popular {
    position: static;
    margin: -26px -26px 18px;
    border-radius: 8px 8px 0 0;
  }

  .order-shell {
    padding: 24px;
  }

  .order-option {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .order-option a {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .main-page {
    left: 22px;
    right: 22px;
    top: 34px;
    width: auto;
    min-height: 190px;
  }

  .small-page {
    display: none;
  }

  .article-section {
    gap: 20px;
    padding: 34px 0;
  }

  .article-section h2 {
    font-size: 1.7rem;
  }

  .imprint-visual > div {
    left: 24px;
    right: 24px;
    top: 36px;
    bottom: 36px;
  }

  .site-footer {
    padding: 28px 14px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 540px) {
  .page-hero-copy h1 {
    font-size: 2.18rem;
  }

  .price-chart {
    gap: 8px;
    inset: 82px 18px 66px;
  }

  .price-rail {
    left: 18px;
    right: 18px;
  }

  .price-callout {
    left: 18px;
    right: 18px;
    top: 18px;
    max-width: none;
  }

  .plan-card,
  .article-card,
  .blog-card-body,
  .legal-card {
    padding: 22px;
  }

  .blog-post-card {
    min-height: auto;
    grid-template-rows: 210px auto;
  }

  .post-content p,
  .post-content li {
    font-size: 0.98rem;
  }

  .post-lede,
  .post-note,
  .post-cta,
  .related-posts {
    padding: 20px;
  }

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

  .related-card {
    min-height: auto;
  }

  .post-cta,
  .post-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  .plan-card .popular {
    margin: -22px -22px 18px;
  }
}

@media (max-width: 1180px) {
  .article-section[id^="ratgeber-"] {
    grid-template-columns: 1fr;
    gap: 28px;
    background:
      linear-gradient(180deg, rgba(244, 248, 255, 0.68), transparent 280px) 0 0 / 100% 100% no-repeat;
  }

  .article-section[id^="ratgeber-"] > div:first-child {
    position: static;
    padding-right: 0;
  }

  .article-section[id^="ratgeber-"] > div:first-child h2 {
    max-width: 720px;
  }

  .article-section[id^="ratgeber-"] > div:first-child::after {
    max-width: 520px;
  }

  .longform-copy {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .article-section[id^="ratgeber-"] {
    padding: 38px 0;
  }

  .article-section[id^="ratgeber-"] > div:first-child::after {
    max-width: none;
  }

  .article-section[id^="ratgeber-"] > div:first-child::before {
    width: min(68%, 220px);
    margin-top: -84px;
    margin-left: 18px;
  }

  .longform-copy .longform-lede {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .longform-copy h3 {
    padding: 14px 16px 14px 46px;
    font-size: 1.08rem;
  }

  .longform-copy p,
  .longform-copy .lead-paragraph {
    font-size: 0.98rem;
    line-height: 1.68;
  }
}
