@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  color: #191715;
  background: #f8f7f6;
  font-family: 'Manrope', ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --accent: #ed3f22;
  --accent-dark: #c92f18;
  --ink: #191715;
  --muted: #69645f;
  --line: #e4dfdb;
  --surface: #fff;
  --soft: #f3f0ed;
  --site-content-width: 1430px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: var(--accent-dark); text-underline-position: under; }
.container { width: min(var(--site-content-width), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; inset: 10px auto auto 10px; padding: 10px 14px; border-radius: 9px; color: #fff; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.page-hero { padding: 72px 0 58px; border-bottom: 1px solid var(--line); background: #fff; }
.eyebrow { margin: 0 0 13px; color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
h1 { max-width: 920px; margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; letter-spacing: -.055em; text-wrap: balance; }
.hero-lead { max-width: 780px; margin: 24px 0 0; color: var(--muted); font-size: 19px; line-height: 1.6; }
.page-content { padding: 54px 0 80px; }
.page-content .container { width: min(var(--site-content-width), calc(100% - clamp(56px, 6.9vw, 106px))); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: start; gap: 24px; }
.document-card, .side-card { border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 12px 34px rgb(44 31 24 / 5%); }
.document-card { padding: clamp(28px, 5vw, 58px); }
.document-card > :first-child { margin-top: 0; }
h2 { margin: 42px 0 12px; color: var(--ink); font-size: 23px; line-height: 1.2; letter-spacing: -.025em; scroll-margin-top: 94px; }
h3 { margin: 26px 0 8px; font-size: 17px; }
p, li { color: #56514c; font-size: 16px; line-height: 1.7; }
ul { padding-inline-start: 23px; }
strong { color: var(--ink); }
.side-stack { position: sticky; top: 98px; display: grid; gap: 18px; }
.side-card { padding: 22px; }
.side-card h2 { margin: 0 0 13px; font-size: 18px; scroll-margin-top: 0; }
.side-card p { margin: 0; font-size: 14px; }
.side-nav { display: grid; gap: 5px; }
.side-nav a { min-height: 36px; padding: 7px 9px; display: flex; align-items: center; border-radius: 7px; color: #514c47; font-size: 13px; text-decoration: none; }
.side-nav a:hover { color: var(--accent); background: #fff1ee; }
.details { margin-top: 16px; padding: 20px; border-radius: 14px; background: var(--soft); }
.details p { margin: 7px 0; display: grid; grid-template-columns: minmax(130px, .7fr) minmax(0, 1.3fr); gap: 18px; font-size: 14px; }
.detail-label { color: #79736d; }
.detail-value { color: var(--ink); overflow-wrap: anywhere; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.price-panel { min-height: 220px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.price-panel.featured { border-top: 5px solid var(--accent); padding-top: 20px; }
.price-label { margin: 0; color: var(--ink); font-size: 20px; font-weight: 800; }
.price { margin: 22px 0 0; color: var(--ink); font-size: clamp(34px, 4vw, 48px); font-weight: 850; line-height: 1; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.price-note { margin: 8px 0 0; font-size: 13px; }
.price-year { margin: auto 0 0; padding-top: 22px; color: var(--ink); font-size: 13px; font-weight: 700; }
.content-grid-single { grid-template-columns: minmax(0, 1fr); }
.cookie-table-wrap { margin-top: 18px; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.cookie-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.cookie-table th, .cookie-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: start; vertical-align: top; font-size: 14px; line-height: 1.5; }
.cookie-table th { color: var(--ink); background: var(--soft); font-weight: 750; }
.cookie-table tr:last-child td { border-bottom: 0; }
.cookie-preferences { margin-top: 24px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); scroll-margin-top: 94px; }
.cookie-preferences h2 { margin-top: 0; }
.cookie-preference-actions { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-preference-button { min-height: 46px; padding: 0 18px; border: 1px solid var(--accent); border-radius: 10px; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; }
.cookie-preference-button.primary { color: #fff; background: var(--accent); }
.cookie-preference-button.secondary { color: var(--accent-dark); background: #fff; }
.cookie-preference-status { min-height: 24px; margin-top: 14px; color: var(--muted); font-size: 14px; }
:focus-visible { outline: 3px solid #1f66d1; outline-offset: 3px; }

@media (max-width: 900px) {
  .content-grid { grid-template-columns: 1fr; }
  .side-stack { position: static; grid-row: 1; }
  .side-card.navigation { display: none; }
  .price-grid { grid-template-columns: 1fr; }
  .price-panel { min-height: 190px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--site-content-width)); }
  .page-hero { padding: 52px 0 42px; }
  h1 { font-size: 42px; }
  .hero-lead { font-size: 17px; }
  .page-content { padding-top: 22px; }
  .document-card { padding: 25px 20px; border-radius: 14px; }
  .details p { grid-template-columns: 1fr; gap: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
