:root {
  --brand: #7c1d2e;
  --brand-dark: #5c1220;
  --brand-light: #fdf5f6;
  --brand-muted: rgba(124, 29, 46, 0.08);
  --accent: #2563eb;
  --accent-hover: #1d4ed8;
  --navy: #0f1f3d;
  --bg: #fafaf9;
  --surface: #ffffff;
  --border: #e8e3e0;
  --border-strong: #c8bfbb;
  --text: #18120f;
  --text-muted: #6b5f5a;
  --text-light: #9c918c;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  margin: 0;
  line-height: 1.6;
}

h1,
h2,
h3,
.section-title,
.faq-question,
.pricing-price,
.article-page h1,
.article-page h2 {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600;
  color: var(--brand);
}

.hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: white;
  border-bottom: 1px solid var(--border);
  height: 64px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 8px rgba(0,0,0,0.06);
}

.site-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--brand) 0%,
    #a02040 50%,
    var(--brand) 100%
  );
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.site-logo {
  font-size: 22px;
  font-weight: 700;
  color: var(--brand);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 2px;
  letter-spacing: -0.02em;
}

.logo-icon {
  font-size: 18px;
  margin-right: 6px;
}

.logo-tld {
  color: var(--brand);
  opacity: 0.6;
  font-weight: 600;
}

.site-nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
}

.site-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.15s,
              border-color 0.15s;
}

.site-nav a:hover {
  color: var(--brand);
  border-bottom-color: var(--brand);
}

.site-nav a:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
  border-radius: 2px;
}

.header-cta {
  display: inline-block;
  padding: 8px 20px;
  background: var(--brand);
  color: white;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-left: 24px;
  transition: background 0.15s;
  white-space: nowrap;
}

.header-cta:hover {
  background: var(--brand-dark);
}

/* Hero */
.hero {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 80px 0 72px;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--brand-muted);
  color: var(--brand);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(36px, 4vw, 52px);
  color: var(--brand);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
}

.hero-subtitle {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0 0 36px;
  max-width: 460px;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.btn-hero {
  display: inline-block;
  padding: 15px 36px;
  background: var(--brand);
  color: white;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
  letter-spacing: 0.01em;
}

.btn-hero:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.btn-hero:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}

.hero-trust {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: var(--text-muted);
  flex-wrap: wrap;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.hero-stamp-preview {
  width: 100%;
  max-width: 340px;
  height: 360px;
  padding: 16px 0;
  border-radius: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.hero-stamp-preview .carousel-track-wrapper::before,
.hero-stamp-preview .carousel-track-wrapper::after {
  width: 56px;
}

.hero-stamp-preview .carousel-track-wrapper::before {
  background: linear-gradient(
    to right,
    var(--surface) 0%,
    transparent 100%
  );
}

.hero-stamp-preview .carousel-track-wrapper::after {
  background: linear-gradient(
    to left,
    var(--surface) 0%,
    transparent 100%
  );
}

.hero-stamp-preview .carousel-track-wrapper {
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.hero-stamp-preview .carousel-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  width: max-content;
  padding: 6px 0 10px;
  gap: 14px;
}

.hero-stamp-preview .carousel-card {
  width: 200px;
  height: 300px;
  padding: 14px 12px 12px;
  gap: 10px;
  box-shadow: none;
}

.hero-stamp-preview .card-stamp-circle,
.hero-stamp-preview .card-stamp-oval,
.hero-stamp-preview .card-stamp-rect {
  transform: scale(0.95);
  transform-origin: center center;
}

/* Real engine-rendered example stamps (replaces the CSS-art placeholders). */
.carousel-stamp {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.carousel-stamp svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-stamp-preview .carousel-caption {
  font-size: 11px;
}

.stamp-demo-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-light);
}

/* Trust bar */
.trust-bar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.85);
  padding: 8px 0;
  font-size: 12px;
  font-weight: 500;
}

.trust-bar .container {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Carousel */
.carousel-section {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 48px 0;
  overflow: hidden;
}

.carousel-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-light);
  margin: 0 0 24px;
  text-align: center;
}

.carousel-track-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-track-wrapper::before,
.carousel-track-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.carousel-track-wrapper::before {
  left: 0;
  background: linear-gradient(
    to right,
    var(--bg) 0%,
    transparent 100%
  );
}

.carousel-track-wrapper::after {
  right: 0;
  background: linear-gradient(
    to left,
    var(--bg) 0%,
    transparent 100%
  );
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.carousel-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll-left 32s linear infinite;
  padding: 12px 0 20px;
}

.carousel-card {
  flex: 0 0 auto;
  width: 200px;
  height: 240px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px 16px 16px;
  transition: box-shadow 0.2s,
              border-color 0.2s,
              transform 0.2s;
  cursor: default;
}

.carousel-card:hover {
  box-shadow: none;
  transform: none;
}

.carousel-caption {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-light);
  text-align: center;
}

.carousel-card.c-navy  {
  --cc: #1a237e;
  border-color: rgba(26,35,126,0.15);
}
.carousel-card.c-red   {
  --cc: #b71c1c;
  border-color: rgba(183,28,28,0.15);
}
.carousel-card.c-green {
  --cc: #1b5e20;
  border-color: rgba(27,94,32,0.15);
}
.carousel-card.c-black {
  --cc: #111111;
  border-color: rgba(0,0,0,0.15);
}
.carousel-card.c-purple {
  --cc: #4a148c;
  border-color: rgba(74,20,140,0.15);
}

.card-stamp-circle {
  position: relative;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cs-outer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2.5px solid var(--cc);
}

.cs-inner {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1.2px solid var(--cc);
}

.worn .cs-outer {
  border-style: dashed;
  opacity: 0.7;
}

.cs-text-top {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--cc);
  white-space: nowrap;
  font-family: 'Times New Roman', serif;
}

.cs-center {
  font-size: 9px;
  font-weight: 600;
  color: var(--cc);
  text-align: center;
  line-height: 1.5;
  font-family: 'Times New Roman', serif;
  z-index: 1;
}

.cs-text-bot {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 7px;
  letter-spacing: 1px;
  color: var(--cc);
  white-space: nowrap;
  font-family: 'Times New Roman', serif;
}

.card-stamp-oval {
  position: relative;
  width: 150px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cs-oval-outer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2.5px solid var(--cc);
}

.cs-oval-inner {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1.2px solid var(--cc);
}

.card-stamp-rect {
  position: relative;
  width: 154px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cs-rect-outer {
  position: absolute;
  inset: 0;
  border: 2.5px solid var(--cc);
  border-radius: 5px;
}

.cs-rect-inner {
  position: absolute;
  inset: 5px;
  border: 1px solid var(--cc);
  border-radius: 3px;
}

.cs-rect-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 10px;
}

.cs-rect-title {
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--cc);
  font-family: 'Times New Roman', serif;
  margin-bottom: 4px;
}

.cs-rect-line {
  height: 1px;
  background: var(--cc);
  opacity: 0.3;
  margin: 4px 0;
}

.cs-rect-body {
  font-size: 7px;
  color: var(--cc);
  font-family: 'Times New Roman', serif;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

/* Sections */
.section {
  padding: 64px 0;
}

.section:nth-child(even) {
  background: var(--surface);
}

.section-alt {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--brand);
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 16px;
  margin: 0 0 48px;
}

/* How it works — timeline */
.steps-timeline {
  max-width: 640px;
  margin-top: 48px;
}

.step-row {
  display: flex;
  gap: 24px;
  margin-bottom: 0;
}

.step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.step-num {
  width: 44px;
  height: 44px;
  background: var(--brand);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  flex-shrink: 0;
}

.step-line {
  width: 2px;
  flex: 1;
  background: var(--border);
  margin: 8px 0;
  min-height: 40px;
}

.step-content {
  padding-bottom: 48px;
}

.step-title {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin: 8px 0 10px;
}

.step-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0 0 16px;
}

.step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  font-size: 12px;
  font-weight: 500;
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 4px 10px;
  border-radius: 100px;
}

.tag-brand {
  background: var(--brand-muted);
  border-color: transparent;
  color: var(--brand);
}

/* Social proof */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.proof-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px;
  transition: box-shadow 0.2s;
}

.proof-card:hover {
  box-shadow: 0 4px 20px rgba(124, 29, 46, 0.08);
}

.proof-icon {
  font-size: 32px;
  margin-bottom: 16px;
  display: block;
}

.proof-title {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 10px;
}

.proof-text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

.privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--brand-muted);
  border: 1px solid rgba(124, 29, 46, 0.15);
  border-radius: 12px;
  padding: 20px 24px;
  max-width: 640px;
  margin: 0 auto;
}

.privacy-icon {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.privacy-note p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

.privacy-note strong {
  color: var(--brand);
}

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 700px;
  margin: 0 auto;
}

.pricing-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px;
  background: var(--surface);
}

.pricing-card.featured {
  position: relative;
  overflow: hidden;
  border-color: var(--brand);
  border-width: 2px;
  box-shadow: 0 4px 24px rgba(124, 29, 46, 0.1);
}

.pricing-card.featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--brand);
  border-radius: 16px 16px 0 0;
}

.pricing-label {
  color: var(--brand);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pricing-price {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 4px;
}

.pricing-period {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0 0 24px;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing-features li {
  font-size: 14px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-features li::before {
  content: '✓';
  color: var(--brand);
  font-weight: 600;
}

.btn-primary {
  display: block;
  width: 100%;
  padding: 14px;
  background: var(--accent);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.15s;
}

.btn-primary:hover {
  background: var(--accent-hover);
}

.btn-primary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.btn-secondary {
  display: block;
  width: 100%;
  padding: 14px;
  background: var(--brand);
  color: white;
  border: 1px solid var(--brand);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.15s;
}

.btn-secondary:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.btn-secondary:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.guarantee-note {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: var(--text-muted);
}

/* FAQ */
.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid var(--border);
  cursor: default;
  padding: 22px 0;
}

.faq-question {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--brand);
  margin: 0 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.faq-answer {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0;
}

/* Footer */
.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.7);
  padding: 48px 0 24px;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}

.site-footer strong {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: white;
  display: block;
  margin-bottom: 12px;
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  margin-bottom: 8px;
}

.site-footer a:hover {
  color: white;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

/* Article */
.article-page {
  background: var(--surface);
}

.article-container {
  max-width: 720px;
}

.article-meta {
  margin-bottom: 32px;
}

.article-meta a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
}

.article-meta a:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
  border-radius: 2px;
}

.article-page h1 {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--brand);
  margin: 0 0 24px;
  line-height: 1.2;
}

.article-page h2 {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--brand);
  margin: 40px 0 12px;
}

.article-lead {
  font-size: 18px;
  color: var(--text);
  margin-bottom: 32px;
  line-height: 1.7;
}

.article-page p,
.article-page li {
  font-size: 16px;
  color: var(--text);
  line-height: 1.8;
}

.article-page a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article-page ul {
  padding-left: 20px;
  margin: 16px 0;
}

.article-page li {
  margin-bottom: 12px;
}

.article-cta {
  margin-top: 48px;
  padding: 32px;
  background: var(--bg);
  border-radius: 12px;
  border: 1px solid var(--border);
  text-align: center;
}

.article-cta p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--brand);
  margin: 0 0 16px;
}

.article-cta .btn-primary {
  background: var(--brand);
  display: inline-block;
  width: auto;
}

.article-cta .btn-primary:hover {
  background: var(--brand-dark);
}

/* Navody */
.navody-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 32px 0 48px;
}

.navod-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  text-decoration: none;
  color: var(--text);
  transition: border-color 0.15s,
              box-shadow 0.15s,
              transform 0.15s;
}

.navod-card:hover {
  border-color: var(--brand);
  box-shadow: 0 4px 16px rgba(124,29,46,0.08);
  transform: translateX(4px);
}

.navod-icon {
  font-size: 28px;
  flex-shrink: 0;
  width: 48px;
  text-align: center;
}

.navod-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.navod-info strong {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
}

.navod-info span {
  font-size: 13px;
  color: var(--text-muted);
}

.navod-arrow {
  font-size: 18px;
  color: var(--brand);
  flex-shrink: 0;
}

.navody-cta {
  text-align: center;
  padding: 40px;
  background: var(--brand-muted);
  border-radius: 16px;
  margin-top: 16px;
}

.navody-cta p {
  font-size: 16px;
  font-weight: 500;
  color: var(--brand);
  margin: 0 0 16px;
}

.navod-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 32px;
}

.navod-program-icon {
  font-size: 48px;
  flex-shrink: 0;
  margin-top: 4px;
}

.navod-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.badge {
  font-size: 12px;
  font-weight: 500;
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 4px 10px;
  border-radius: 100px;
}

.navod-footer-cta {
  margin-top: 48px;
  padding: 40px;
  background: var(--brand-muted);
  border: 1px solid rgba(124,29,46,0.15);
  border-radius: 16px;
  text-align: center;
}

.navod-footer-cta h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 8px;
}

.navod-footer-cta p {
  color: var(--text-muted);
  margin: 0 0 20px;
}

.navod-related {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 14px;
  color: var(--text-muted);
}

.navod-related strong {
  color: var(--text);
  display: block;
  margin-bottom: 12px;
}

.navod-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.navod-related-links a {
  font-size: 13px;
  color: var(--brand);
  text-decoration: none;
  padding: 4px 12px;
  border: 1px solid rgba(124,29,46,0.2);
  border-radius: 100px;
  transition: background 0.15s;
}

.navod-related-links a:hover {
  background: var(--brand-muted);
}

.article-cta .btn-primary:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

/* Editor */
.editor-section {
  background: var(--bg);
}

.editor-header {
  margin-bottom: 32px;
}

.editor-header .section-title {
  font-size: 32px;
}

.editor-header .section-subtitle {
  margin-bottom: 0;
}

.editor-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.06),
    0 4px 16px rgba(0, 0, 0, 0.04);
  overflow: visible;
}

.editor-card > div {
  align-items: flex-start;
}

.stamp-preview-col {
  width: 100%;
}

.stamp-preview-wrapper {
  width: 100%;
  background: white;
  border: 1px solid #e8e3e0;
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.stamp-preview-inner {
  width: 100%;
  min-height: 160px;
}

.stamp-preview-inner svg {
  width: 100%;
  height: auto;
  display: block;
  max-height: 460px;
}

.form-group-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-light);
  margin: 24px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

.form-group-label:first-child {
  margin-top: 0;
}

.editor-card .stamp-builder__presets {
  gap: 12px;
  margin-bottom: 32px;
}

.editor-card .stamp-builder__preset-card {
  width: 110px;
  height: 130px;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.editor-card .stamp-builder__preset-card:hover {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.editor-card .stamp-builder__preset-card--active {
  border-color: var(--accent);
  border-width: 2px;
}

.editor-card .stamp-builder__preset-preview svg {
  width: 80px;
  height: 80px;
}

.editor-card .stamp-builder__preset-name {
  font-size: 11px;
  font-weight: 500;
  color: var(--text);
  text-align: center;
  margin-top: 6px;
}

.editor-card .stamp-builder__field label,
.editor-card .stamp-builder__field > span:first-child {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 6px;
  display: block;
}

.editor-card .stamp-builder__field input[type='text'] {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  width: 100%;
  transition: border-color 0.15s;
  outline: none;
  font-family: inherit;
}

.editor-card .stamp-builder__field input[type='text']:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(124, 29, 46, 0.1);
}

.template-picker {
  margin-bottom: 24px;
}

.template-picker-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9c918c;
  margin-bottom: 12px;
  display: block;
}

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

.template-card {
  border: 1.5px solid #e8e3e0;
  border-radius: 10px;
  padding: 10px 8px 8px;
  cursor: pointer;
  background: white;
  transition: border-color 0.15s, box-shadow 0.15s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font: inherit;
  color: inherit;
  appearance: none;
}

.template-card:hover {
  border-color: #7c1d2e;
  box-shadow: 0 2px 8px rgba(124, 29, 46, 0.1);
}

.template-card.selected {
  border-color: #7c1d2e;
  border-width: 2px;
  background: #fdf5f6;
}

.template-card svg {
  width: 100%;
  aspect-ratio: 1;
}

.template-card-name {
  font-size: 11px;
  font-weight: 600;
  color: #18120f;
  text-align: center;
  line-height: 1.3;
}

.stamp-editor-layout,
.editor-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
  gap: 32px;
  align-items: start;
  width: 100%;
}

.editor-preview-col,
.stamp-preview-col {
  position: sticky;
  top: 24px;
  align-self: flex-start;
  width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .hero-visual {
    order: 1;
    min-width: 0;
    overflow: hidden;
  }

  .hero-text {
    order: -1;
  }

  .hero-stamp-preview {
    height: 320px;
    max-width: 100%;
    padding: 12px 0;
  }

  .hero-stamp-preview .carousel-card {
    width: 168px;
    height: 260px;
    box-shadow: none;
  }

  .hero-stamp-preview .card-stamp-circle,
  .hero-stamp-preview .card-stamp-oval,
  .hero-stamp-preview .card-stamp-rect {
    transform: scale(0.82);
  }

  .hero-actions {
    align-items: center;
  }

  .hero-trust {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .hero h1 {
    font-size: 36px;
  }

  .site-nav {
    display: none;
  }

  .header-cta {
    font-size: 12px;
    padding: 7px 14px;
  }

  .steps-timeline {
    margin-top: 24px;
  }

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

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

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .stamp-editor-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .stamp-preview-col {
    order: -1;
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #e8e3e0;
    margin: 0 -16px;
  }

  .stamp-preview-col svg,
  .stamp-preview-col > div {
    max-width: 240px;
    margin: 0 auto;
  }

  .stamp-form-col {
    order: 1;
    padding-top: 16px;
  }

  .preset-cards-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .preset-cards-row::-webkit-scrollbar {
    display: none;
  }

  .preset-cards-row > * {
    flex: 0 0 120px;
  }

  .editor-card {
    padding: 16px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin: 0 -24px;
  }

  .stamp-builder .font-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stamp-builder .export-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stamp-builder .config-locked-banner {
    flex-wrap: wrap;
    font-size: 12px;
  }

  .stamp-builder .orsr-mode-toggle {
    margin-bottom: 16px;
  }

  .stamp-builder .orsr-mode-btn {
    font-size: 12px;
    padding: 8px 12px;
  }

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

  .template-card svg {
    max-height: 80px;
  }

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

  .trust-bar .container {
    gap: 16px;
  }
}
