:root {
  --paper: #ffffff;
  --ink: #303030;
  --muted: #6f6961;
  --line: #e4ddd3;
  --soft: #f4eee5;
  --soft-strong: #eadfce;
  --red: #d00000;
  --red-dark: #a90000;
  --blue: #5c6f8d;
  --shadow: 0 24px 80px rgba(38, 35, 32, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  height: 72px;
  left: 0;
  padding: 0 32px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  width: auto;
}

.logo-brand img {
  display: block;
  height: 46px;
  object-fit: contain;
  width: auto;
}

.header-menu {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  min-width: 0;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: center;
}

.nav-links a,
.nav-cta {
  font-size: 13px;
  font-weight: 700;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-self: end;
}

.language-links {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  gap: 2px;
  padding: 3px;
}

.language-links a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 8px 10px;
}

.language-links a[aria-current="page"] {
  background: #fff;
  box-shadow: 0 4px 14px rgba(38, 35, 32, 0.08);
  color: var(--ink);
}

.menu-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 4px;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.menu-toggle span {
  background: var(--ink);
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 17px;
}

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

.social-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  padding: 9px 12px;
}

.nav-cta {
  background: var(--red);
  border: 1px solid rgba(200, 63, 58, 0.2);
  border-radius: 999px;
  color: #fff;
  padding: 11px 16px;
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 96px 28px;
}

.brand-hero {
  background: #fffdfa;
  margin: 0 auto;
  max-width: 1180px;
  padding: 42px 28px 0;
}

.brand-hero-inner {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 320px;
}

.brand-hero-copy {
  max-width: 560px;
  padding-bottom: 24px;
  padding-top: 0;
}

.brand-hero-copy h1 {
  color: #151515;
  font-size: clamp(44px, 5.2vw, 68px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.91;
  margin: 0 0 24px;
  max-width: 560px;
  text-transform: uppercase;
}

.brand-hero-copy h1 span {
  color: var(--red);
  display: block;
  margin-bottom: 0.08em;
}

.brand-hero-copy p {
  color: #33302d;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.52;
  margin-bottom: 0;
  max-width: 430px;
}

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

.brand-hero-note {
  color: var(--muted) !important;
  font-size: 13px !important;
  font-weight: 550 !important;
  line-height: 1.7 !important;
  margin-top: 20px;
  max-width: 390px !important;
}

.brand-hero-image {
  align-self: stretch;
  border-radius: 0;
  display: flex;
  height: 360px;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}

.brand-hero-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: auto;
}

.brand-hero-steps {
  background: #fff;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 -28px;
}

.brand-hero-steps div {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-height: 136px;
  padding: 28px 22px 26px;
  text-align: center;
}

.brand-hero-steps div:last-child {
  border-right: 0;
}

.brand-hero-steps strong {
  color: #24211f;
  display: block;
  font-size: 14px;
  font-weight: 850;
  margin-top: 2px;
  padding-bottom: 8px;
  position: relative;
}

.brand-hero-steps strong::after {
  background: var(--red);
  border-radius: 999px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  transform: translateX(-50%);
  width: 28px;
}

.brand-hero-steps small {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.55;
  max-width: 210px;
}

.step-icon {
  display: block;
  color: var(--red);
  height: 26px;
  width: 26px;
}

.step-icon::before,
.step-icon::after {
  display: none;
}

.step-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.step-icon svg * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.step-icon-pen::before {
  background: var(--red);
  height: 18px;
  left: 11px;
  top: 2px;
  transform: rotate(45deg);
  width: 2px;
}

.step-icon-pen::after {
  border-bottom: 5px solid var(--red);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  left: 7px;
  top: 15px;
  transform: rotate(45deg);
}

.step-icon-search::before {
  border: 2px solid var(--red);
  border-radius: 50%;
  height: 12px;
  left: 3px;
  top: 3px;
  width: 12px;
}

.step-icon-search::after {
  background: var(--red);
  height: 9px;
  left: 15px;
  top: 15px;
  transform: rotate(-45deg);
  width: 2px;
}

.step-icon-lines::before {
  background: linear-gradient(var(--red), var(--red)) 2px 5px / 20px 2px no-repeat,
    linear-gradient(var(--red), var(--red)) 2px 12px / 20px 2px no-repeat,
    linear-gradient(var(--red), var(--red)) 2px 19px / 20px 2px no-repeat;
  inset: 0;
}

.step-icon-lines::after {
  background: #fff;
  border: 2px solid var(--red);
  border-radius: 50%;
  height: 5px;
  left: 6px;
  top: 9px;
  width: 5px;
}

.step-icon-arrow::before {
  background: var(--red);
  height: 2px;
  left: 3px;
  top: 11px;
  width: 18px;
}

.step-icon-arrow::after {
  border-right: 2px solid var(--red);
  border-top: 2px solid var(--red);
  height: 8px;
  right: 2px;
  top: 7px;
  transform: rotate(45deg);
  width: 8px;
}

.hero {
  display: block;
  min-height: auto;
  padding-bottom: 84px;
  padding-top: 96px;
  position: relative;
}

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

.page-hero {
  padding-bottom: 72px;
  padding-top: 104px;
}

.page-hero h1 {
  max-width: 940px;
}

.page-hero .hero-subtitle {
  max-width: 780px;
}

.hero::before {
  display: none;
}

.eyebrow {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(42px, 5.4vw, 70px);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 22px;
  max-width: 820px;
}

h2 {
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1;
  margin-bottom: 20px;
}

h3 {
  font-size: 22px;
  line-height: 1.08;
  margin-bottom: 14px;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.hero-subtitle {
  font-size: 18px;
  max-width: 660px;
}

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

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  min-height: 48px;
  padding: 14px 20px;
}

.button.primary {
  background: var(--red);
  color: #fff;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero-note {
  border-left: 2px solid rgba(208, 0, 0, 0.5);
  font-size: 14px;
  margin-top: 28px;
  max-width: 520px;
  padding-left: 16px;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.download-form {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 48px rgba(38, 35, 32, 0.06);
  max-width: 560px;
  padding: 18px;
}

.download-section {
  padding-top: 0;
}

.download-section .download-form {
  background: #fff;
  margin: 0 auto;
  max-width: 720px;
  padding: 26px;
}

.download-form span {
  color: var(--red-dark);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.download-form strong {
  display: block;
  font-size: 16px;
  margin-bottom: 14px;
}

.email-row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
}

.email-row input {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font: inherit;
  min-width: 0;
  padding: 13px 16px;
}

.email-row button {
  background: var(--red);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  padding: 13px 18px;
}

.download-form p {
  font-size: 12px;
  line-height: 1.5;
  margin: 12px 0 0;
}

.consent-text a {
  color: inherit;
  text-decoration: underline;
}

.form-error {
  color: var(--red-dark);
  font-size: 13px;
  margin-top: 10px;
}

.form-success {
  font-size: 15px;
  font-weight: 600;
  padding: 16px 0;
}

.hero-visual {
  min-height: 460px;
  position: relative;
}

.paper {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(38, 35, 32, 0.075);
  min-height: 430px;
  overflow: hidden;
  padding: 32px;
  position: relative;
  transform: rotate(-1deg);
}

.paper::before {
  background: repeating-linear-gradient(#fffefa, #fffefa 34px, #e8e2d8 35px);
  content: "";
  inset: 86px 32px 32px;
  opacity: 0.8;
  position: absolute;
}

.paper-top {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: space-between;
  padding-bottom: 18px;
  position: relative;
  z-index: 1;
}

.thought-line {
  background: #6f6961;
  border-radius: 999px;
  height: 10px;
  margin-top: 46px;
  opacity: 0.46;
  position: relative;
  width: 74%;
  z-index: 1;
}

.thought-line.wide {
  margin-top: 54px;
  width: 88%;
}

.thought-line.short {
  width: 48%;
}

.red-mark {
  border: 2px solid rgba(208, 0, 0, 0.72);
  border-radius: 999px;
  color: var(--red-dark);
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-size: 20px;
  font-weight: 700;
  padding: 6px 16px;
  position: absolute;
  transform: rotate(-8deg);
  z-index: 2;
}

.mark-1 {
  right: 38px;
  top: 162px;
}

.mark-2 {
  left: 72px;
  top: 270px;
}

.circle-mark {
  border: 3px solid rgba(208, 0, 0, 0.45);
  border-radius: 50%;
  height: 82px;
  left: 190px;
  position: absolute;
  top: 184px;
  transform: rotate(18deg);
  width: 142px;
  z-index: 2;
}

.decision-card {
  background: var(--soft);
  border-radius: 8px;
  bottom: 34px;
  color: var(--ink);
  left: 32px;
  padding: 18px;
  position: absolute;
  right: 32px;
  z-index: 2;
}

.decision-card span {
  color: var(--red-dark);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.decision-card strong {
  font-size: 22px;
  line-height: 1.05;
}

.pen {
  background: linear-gradient(90deg, var(--red-dark), var(--red));
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(208, 0, 0, 0.18);
  height: 18px;
  position: absolute;
  right: -22px;
  top: 96px;
  transform: rotate(34deg);
  width: 260px;
}

.pen::after {
  background: #303030;
  border-radius: 999px;
  content: "";
  height: 18px;
  position: absolute;
  right: -42px;
  width: 58px;
}

.problem,
.corporate {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: 0.9fr 1.1fr;
}

.problem-body {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

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

.check-list li {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
  padding: 16px 18px;
}

.section-heading {
  margin-bottom: 36px;
  max-width: 760px;
}

.section-heading.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

.detail-grid {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: repeat(2, 1fr);
}

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

.step-card,
.offer-card,
.case-card,
.red-pen-panel,
.testimonial-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 54px rgba(25, 20, 15, 0.06);
}

.step-card {
  min-height: 250px;
  padding: 26px;
}

.method-step-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}

.method-step-icon {
  color: var(--red);
  display: block;
  height: 28px;
  width: 28px;
}

.method-step-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.method-step-icon svg * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.detail-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.detail-item p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.step-card .method-step-number {
  color: var(--red);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 0;
}

.red-pen-panel {
  background: var(--soft);
  color: var(--ink);
  padding: 56px;
}

.red-pen-panel p {
  color: var(--muted);
  max-width: 850px;
}

.red-pen-panel h2 {
  max-width: 850px;
}

.section-number {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  padding: 28px;
}

.offer-card span {
  color: var(--blue);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.offer-card strong {
  color: var(--red);
  font-size: 22px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.tag-list span {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 800;
  padding: 10px 14px;
}

.tag-list span {
  border-color: rgba(208, 0, 0, 0.24);
}

.testimonials {
  border-top: 1px solid var(--line);
}

.articles {
  border-top: 1px solid var(--line);
}

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

.article-card {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 260px;
  padding: 28px;
}

.article-card span {
  color: var(--red-dark);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.article-card .card-category {
  color: var(--muted);
}

.article-card h3 {
  max-width: 92%;
}

.article-card p {
  font-size: 15px;
}

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

.testimonial-card {
  border-radius: 8px;
  min-height: 240px;
  padding: 24px;
}

.testimonial-card p {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

.testimonial-card span {
  color: var(--red-dark);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 22px;
  text-transform: uppercase;
}

.final-cta {
  align-items: center;
  background: #2f2f2f;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
  max-width: 1124px;
  text-align: center;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.74);
}

.final-cta .eyebrow {
  color: #ffdfdc;
}

.final-cta .button.secondary {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.footer-social {
  gap: 12px;
  justify-content: center;
  margin-top: 26px;
}

.footer-social a {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.footer-social a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.footer-social svg {
  display: block;
  height: 20px;
  width: 20px;
}

.footer-social svg * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

/* ─── Footer ─────────────────────────────────────────────────────────────── */

.site-footer {
  border-top: 1px solid var(--line);
  padding: 24px 32px;
}

.footer-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
}

.footer-copy {
  color: var(--muted);
  font-size: 13px;
}

.footer-nav {
  display: flex;
  gap: 20px;
}

.footer-nav a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.footer-nav a:hover {
  color: var(--ink);
}

/* ─── FAQ ────────────────────────────────────────────────────────────────── */

.faq-list {
  max-width: 720px;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.faq-item:first-child {
  border-top: 1px solid var(--line);
}

.faq-q {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
  padding-right: 24px;
  position: relative;
}

.faq-q::-webkit-details-marker {
  display: none;
}

.faq-q::after {
  content: "+";
  color: var(--muted);
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
}

details[open] .faq-q::after {
  content: "−";
}

.faq-a {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin-top: 14px;
}

/* ─── Legal pages ────────────────────────────────────────────────────────── */

.legal-hero {
  padding-bottom: 0;
}

.legal-hero h1 {
  max-width: 620px;
}

.legal-content {
  max-width: 760px;
  padding-top: 48px;
}

.legal-content.section {
  max-width: 760px;
  padding-left: 28px;
  padding-right: 28px;
}

.legal-section {
  border-top: 1px solid var(--line);
  margin-bottom: 40px;
  padding-top: 32px;
}

.legal-section:first-child {
  border-top: none;
  padding-top: 0;
}

.legal-section h2 {
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 12px;
}

.legal-section p {
  font-size: 16px;
  line-height: 1.75;
  max-width: 660px;
}

/* ─── Blog listing ───────────────────────────────────────────────────────── */

.blog-listing {
  padding-top: 0;
}

.blog-card {
  background: #fff;
}

.blog-card h3 a {
  color: var(--ink);
}

.blog-card h3 a:hover {
  color: var(--muted);
}

.read-more {
  color: var(--ink);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 14px;
}

.keyword-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.keyword-tag {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  display: inline;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  text-transform: none;
}

.article-card .keyword-tag {
  color: var(--muted);
}

.post-keywords {
  border-top: 1px solid var(--line);
  margin-top: 48px;
  padding-top: 24px;
}

.post-id {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 3px 7px;
}

.loading-text {
  color: var(--muted);
  font-size: 16px;
}

.error-text {
  color: var(--muted);
  font-size: 15px;
}

/* ─── Blog post ──────────────────────────────────────────────────────────── */

.blog-post-wrap {
  max-width: 760px;
  padding-top: 56px;
}

.blog-post-wrap.section {
  max-width: 760px;
}

.back-link {
  color: var(--muted);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.back-link:hover {
  color: var(--ink);
}

.post-meta {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.post-category {
  color: var(--red-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.post-date {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.post-title {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  margin-bottom: 40px;
  max-width: 680px;
}

.post-body p {
  font-size: 17px;
  line-height: 1.78;
  margin-bottom: 24px;
  max-width: 640px;
}

.post-body h2 {
  font-size: 26px;
  margin-bottom: 14px;
  margin-top: 48px;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 20px;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .header-menu {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(23, 23, 23, 0.08);
    box-shadow: 0 22px 52px rgba(38, 35, 32, 0.08);
    display: none;
    flex-direction: column;
    gap: 22px;
    left: 0;
    padding: 22px 20px 26px;
    position: absolute;
    right: 0;
    top: 72px;
  }

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

  .nav-links {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .nav-links a {
    border-bottom: 1px solid var(--line);
    font-size: 16px;
    padding: 15px 0;
  }

  .header-actions {
    align-items: stretch;
    flex-direction: column;
    justify-self: stretch;
  }

  .language-links {
    align-self: flex-start;
  }

  .nav-cta {
    display: none;
  }

  .hero,
  .brand-hero-inner,
  .problem,
  .corporate {
    grid-template-columns: 1fr;
  }

  .brand-hero {
    min-height: auto;
    padding-top: 44px;
  }

  .brand-hero-inner {
    min-height: auto;
  }

  .brand-hero-image {
    background: #fff;
    display: flex;
    justify-content: center;
    height: auto;
    min-height: 0;
  }

  .brand-hero-image img {
    height: auto;
    max-height: 420px;
    object-fit: contain;
    width: min(100%, 420px);
  }

  .brand-hero-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-hero-steps div:nth-child(2) {
    border-right: 0;
  }

  .brand-hero-steps div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .hero-visual {
    min-height: 470px;
  }

  .steps,
  .detail-grid,
  .offer-grid,
  .article-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hero::before {
    display: none;
  }
}

@media (max-width: 1080px) {
  .brand-hero-inner {
    grid-template-columns: 1fr;
  }

  .brand-hero-copy {
    max-width: 720px;
  }

  .brand-hero-copy h1 {
    max-width: 720px;
  }

  .brand-hero-image {
    background: #fff;
    display: flex;
    height: auto;
    justify-content: center;
    min-height: 0;
  }

  .brand-hero-image img {
    height: auto;
    max-height: 430px;
    object-fit: contain;
    width: min(100%, 520px);
  }
}

@media (max-width: 560px) {
  .site-footer {
    padding: 20px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .section {
    padding: 72px 20px;
  }

  .brand-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-hero-copy h1 {
    font-size: 42px;
  }

  .brand-hero-copy p {
    font-size: 16px;
  }

  .brand-hero-actions {
    margin-top: 22px;
  }

  .brand-hero-image {
    height: auto;
  }

  .brand-hero-image img {
    max-height: 360px;
    width: min(100%, 340px);
  }

  .brand-hero-steps {
    margin-left: -20px;
    margin-right: -20px;
  }

  .brand-hero-steps div {
    min-height: 118px;
  }

  .email-row {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 46px;
  }

  .hero-subtitle {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .download-form {
    margin-top: 20px;
  }

  .paper {
    min-height: 430px;
    padding: 24px;
  }

  .paper::before {
    inset: 78px 24px 24px;
  }

  .pen {
    right: -84px;
    width: 220px;
  }

  .red-pen-panel {
    padding: 30px;
  }
}
