/* EU → US LLC Operator Pack — pack.developer-experts.net
   Static CSS only. No frameworks. */

:root {
  --bg: #f3efe6;
  --paper: #fbfaf5;
  --ink: #1b1a16;
  --muted: #5b574d;
  --faint: #8a8476;
  --line: #d6d0c2;
  --teal: #1f4743;
  --teal-hover: #163530;
  --cream: #efe8d6;
  --warn-bg: #efe4c8;
  --warn-ink: #3a3018;
  --warn-line: #c9b57a;
  --ok-line: #1f4743;
  --max: 42rem;
  --wide: 68rem;
  --radius: 6px;
}

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

html {
  scroll-behavior: smooth;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
}

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

a {
  color: var(--teal);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--teal-hover);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  background: var(--teal);
  color: #fff;
  padding: 0.4rem 0.75rem;
  z-index: 20;
}

.skip:focus {
  top: 0.75rem;
}

/* Header */

.site-header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: var(--wide);
  margin: 0 auto;
  padding: 0.9rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ink);
}

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

.mark {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.wordmark-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.wordmark-text strong {
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.wordmark-text span {
  font-size: 0.72rem;
  color: var(--muted);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1rem;
  font-size: 0.92rem;
}

.nav a {
  text-decoration: none;
  color: var(--ink);
}

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

.nav a[aria-current="page"] {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

/* Buttons */

.btn {
  display: inline-block;
  background: var(--teal);
  color: #f6f3ee !important;
  text-decoration: none !important;
  padding: 0.55rem 1.05rem;
  border-radius: var(--radius);
  font-weight: 650;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  border: 1px solid var(--teal);
}

.btn:hover {
  background: var(--teal-hover);
  border-color: var(--teal-hover);
}

.btn-lg {
  padding: 0.75rem 1.35rem;
  font-size: 1.05rem;
}

.btn-ghost {
  background: transparent;
  color: var(--teal) !important;
  border: 1px solid var(--teal);
}

.btn-ghost:hover {
  background: var(--cream);
}

/* Disclaimer — on every page */

.disclaimer {
  background: var(--warn-bg);
  color: var(--warn-ink);
  border-bottom: 1px solid var(--warn-line);
}

.disclaimer-inner {
  max-width: var(--wide);
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

.disclaimer strong {
  font-weight: 700;
}

/* Layout */

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.25rem 1.25rem 3.5rem;
}

.wrap-wide {
  max-width: var(--wide);
}

.hero {
  padding-bottom: 0.5rem;
}

.kicker {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 650;
  margin: 0 0 0.65rem;
}

h1,
h2,
h3 {
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.22;
  color: var(--ink);
}

h1 {
  font-size: clamp(1.85rem, 4vw, 2.45rem);
  margin: 0 0 0.85rem;
}

h2 {
  font-size: 1.45rem;
  margin: 2.4rem 0 0.7rem;
}

h3 {
  font-size: 1.12rem;
  margin: 1.6rem 0 0.45rem;
}

.lead {
  font-size: 1.18rem;
  color: var(--ink);
  margin: 0 0 1.4rem;
}

p {
  margin: 0 0 1rem;
}

ul,
ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.35rem;
}

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

.small {
  font-size: 0.88rem;
  color: var(--muted);
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 2.2rem 0;
}

/* Price */

.price-box {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.15rem 1.25rem 1.25rem;
  margin: 1.4rem 0 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.price-figure {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.price-figure .amount {
  font-family: Georgia, "Iowan Old Style", Palatino, serif;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
}

.price-figure .amount span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0;
}

.price-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
}

.placeholder-note {
  font-size: 0.78rem;
  color: var(--faint);
  max-width: 18rem;
  line-height: 1.4;
}

/* Cards / lists */

.grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 720px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.05rem 1.15rem 0.95rem;
}

.card h3 {
  margin-top: 0;
}

.card p:last-child,
.card ul:last-child {
  margin-bottom: 0;
}

.file-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
}

.file-list li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  margin: 0;
}

.file-list li:last-child {
  border-bottom: 0;
}

.file-num {
  font-family: Georgia, Palatino, serif;
  color: var(--teal);
  font-weight: 600;
  font-size: 0.95rem;
}

.file-list strong {
  display: block;
  font-size: 0.98rem;
}

.file-list span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.split {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .split {
    grid-template-columns: 1fr 1fr;
  }
}

.yes,
.no {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.1rem 1.15rem;
}

.yes h2,
.no h2 {
  margin-top: 0;
  font-size: 1.2rem;
}

.yes {
  border-top: 3px solid var(--ok-line);
}

.no {
  border-top: 3px solid #8a5a3a;
}

.steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
}

.steps li {
  counter-increment: step;
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 0.85rem;
}

.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--cream);
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  margin: 0 0 1.2rem;
}

th,
td {
  text-align: left;
  vertical-align: top;
  padding: 0.55rem 0.5rem 0.55rem 0;
  border-bottom: 1px solid var(--line);
}

th {
  font-weight: 650;
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.note-box {
  background: var(--cream);
  border-left: 3px solid var(--teal);
  padding: 0.85rem 1rem;
  margin: 1.2rem 0;
  font-size: 0.95rem;
}

.cta-band {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.3rem 1.25rem;
  margin: 2.2rem 0 0;
}

.cta-band h2 {
  margin-top: 0;
}

/* Footer */

.site-footer {
  background: #1b1a16;
  color: #d8d3c6;
  font-size: 0.88rem;
  line-height: 1.55;
}

.footer-inner {
  max-width: var(--wide);
  margin: 0 auto;
  padding: 1.6rem 1.25rem 2rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.1rem;
  margin-bottom: 0.9rem;
}

.site-footer a {
  color: #e8e2d2;
}

.site-footer a:hover {
  color: #fff;
}

.footer-legal {
  color: #b4ae9f;
  margin: 0 0 0.4rem;
}

.footer-legal:last-child {
  margin-bottom: 0;
}

.amazon-line {
  margin-top: 0.75rem;
  color: #cfc8b6;
}

/* Utility */

.page-title {
  margin-bottom: 0.4rem;
}

@media (max-width: 720px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    width: 100%;
  }

  .price-box {
    align-items: flex-start;
  }

  h2 {
    font-size: 1.28rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
