:root {
  --ink: #0B1F3A;
  --ink-2: #13294a;
  --teal: #14B8B0;
  --teal-dk: #0e938c;
  --paper: #FFFFFF;
  --fog: #F4F6F9;
  --line: #E5E9EF;
  --muted: #6B7685;
  --muted-2: #94A0AF;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #e6e9ee; color: var(--ink); font-family: 'Inter', -apple-system, sans-serif; -webkit-font-smoothing: antialiased; }
.grotesk { font-family: 'Space Grotesk', sans-serif; letter-spacing: -0.01em; }
.mono { font-family: 'JetBrains Mono', monospace; }

.page-stage { min-height: 100vh; display: flex; justify-content: center; padding: 32px 16px 80px; }
.page {
  width: 820px; max-width: 100%;
  background: var(--paper);
  box-shadow: 0 20px 60px -20px rgba(11,31,58,0.25), 0 2px 8px rgba(11,31,58,0.06);
  overflow: hidden;
  position: relative;
}

@media print {
  @page { size: A4; margin: 0; }
  body { background: white; }
  .page-stage { padding: 0; }
  .page { width: 100%; box-shadow: none; min-height: 100vh; }
  .no-print { display: none !important; }
}

.actions {
  position: fixed; top: 18px; right: 18px; z-index: 10;
  display: flex; gap: 10px;
}
.actions a, .actions button {
  background: var(--ink); color: white; border: none; padding: 10px 18px;
  border-radius: 999px; font-family: 'Space Grotesk'; font-weight: 600; font-size: 12px;
  letter-spacing: 0.04em; cursor: pointer; box-shadow: 0 6px 20px -6px rgba(11,31,58,0.4);
  text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
}
.actions a.ghost { background: white; color: var(--ink); border: 1px solid var(--line); }
.actions a:hover, .actions button:hover { background: var(--ink-2); }
.actions a.ghost:hover { background: var(--fog); }
.actions a.lang { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.actions a.lang:hover { background: var(--fog); }

.hed { font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
.eyebrow { font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; color: var(--teal); }

.wordmark { font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: -0.04em; color: var(--ink); display: inline-block; }
.wordmark .dot { color: var(--teal); }
.wordmark.on-dark { color: white; }
.wordmark-tag { font-family: 'Space Grotesk'; font-size: 10.5px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; margin-top: 4px; color: var(--muted); }
.lockup.on-dark .wordmark-tag { color: rgba(255,255,255,0.55); }
.lockup { display: inline-flex; flex-direction: column; align-items: flex-start; }

.header {
  background: var(--ink);
  color: white;
  padding: 38px 44px 30px;
  position: relative;
}
.header::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--teal) 40%, transparent 100%);
}
.header-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.header-tag { font-size: 12.5px; color: rgba(255,255,255,0.62); letter-spacing: 0.02em; max-width: 380px; line-height: 1.55; margin-top: 18px; }
.header-meta { text-align: right; }
.header-meta .url { font-family: 'Space Grotesk'; font-weight: 600; font-size: 13px; letter-spacing: -0.005em; }
.header-meta .loc { font-size: 11.5px; color: rgba(255,255,255,0.55); margin-top: 3px; }
.header-meta .stamp { margin-top: 14px; font-family: 'JetBrains Mono'; font-size: 9.5px; color: rgba(255,255,255,0.4); letter-spacing: 0.14em; }

.body { padding: 34px 44px 44px; }
.title-block { margin-bottom: 22px; }
.title-block h1 { font-size: 28px; margin: 6px 0 4px; line-height: 1.1; }
.title-block .meta { font-size: 12px; color: var(--muted); margin: 0; }

.sec { margin-top: 30px; }
.sec-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1.5px solid var(--ink); }
.sec-head .num { font-family: 'JetBrains Mono'; font-size: 10.5px; font-weight: 600; color: var(--muted-2); letter-spacing: 0.1em; }
.sec-head .title { font-family: 'Space Grotesk'; font-weight: 700; font-size: 13.5px; letter-spacing: 0.06em; text-transform: uppercase; }

.tier-grid { display: grid; grid-template-columns: 1fr 1.08fr 1fr; gap: 12px; }
.tier { border: 1px solid var(--line); border-radius: 12px; padding: 22px 22px 24px; background: white; position: relative; display: flex; flex-direction: column; }
.tier.featured { background: var(--ink); color: white; border-color: var(--ink); box-shadow: 0 12px 24px -12px rgba(11,31,58,0.4); }
.tier .ribbon {
  position: absolute; top: -10px; left: 22px;
  background: var(--teal); color: var(--ink); font-family: 'Space Grotesk'; font-weight: 700; font-size: 9.5px;
  letter-spacing: 0.16em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px;
}
.tier .tier-name { font-family: 'Space Grotesk'; font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
.tier .price { font-family: 'Space Grotesk'; font-weight: 700; font-size: 36px; letter-spacing: -0.03em; line-height: 1; margin-top: 10px; }
.tier .price .per { font-size: 13px; font-weight: 500; color: var(--muted); letter-spacing: 0; margin-left: 4px; }
.tier.featured .price .per { color: rgba(255,255,255,0.55); }
.tier .hours { font-family: 'Space Grotesk'; font-size: 13.5px; font-weight: 600; color: var(--teal); margin-top: 14px; }
.tier .sla { font-size: 11.5px; color: var(--muted); margin-top: 2px; }
.tier.featured .sla { color: rgba(255,255,255,0.62); }
.tier .divider { height: 1px; background: var(--line); margin: 16px 0 12px; }
.tier.featured .divider { background: rgba(255,255,255,0.16); }
.tier ul { list-style: none; padding: 0; margin: 0; }
.tier li { font-size: 12.5px; line-height: 1.5; color: var(--muted); padding: 5px 0 5px 16px; position: relative; }
.tier li::before { content: ''; position: absolute; left: 0; top: 12px; width: 6px; height: 1.5px; background: var(--teal); }
.tier.featured li { color: rgba(255,255,255,0.78); }

.addon-row { display: grid; grid-template-columns: 1.6fr auto 1.6fr; gap: 18px; align-items: baseline; padding: 12px 0; border-bottom: 1px dashed var(--line); }
.addon-row:last-child { border-bottom: none; }
.addon-name { font-family: 'Space Grotesk'; font-weight: 600; font-size: 13.5px; }
.addon-price { font-family: 'Space Grotesk'; font-weight: 700; font-size: 15px; color: var(--ink); white-space: nowrap; text-align: right; }
.addon-price .unit { font-size: 11.5px; font-weight: 500; color: var(--muted); margin-left: 4px; }
.addon-note { font-size: 11.5px; color: var(--muted); line-height: 1.5; }

.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; }
.svc-row { padding: 12px 0; border-bottom: 1px solid var(--line); }
.svc-row:nth-last-child(-n+2) { border-bottom: none; }
.svc-name { font-family: 'Space Grotesk'; font-weight: 600; font-size: 13.5px; }
.svc-detail { font-size: 11.5px; color: var(--muted); margin-top: 3px; line-height: 1.5; }

.page-footer {
  background: var(--fog); padding: 20px 44px 24px;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px;
  border-top: 1px solid var(--line);
}
.foot-block .foot-label { font-family: 'JetBrains Mono'; font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted-2); font-weight: 600; }
.foot-block .foot-val { font-family: 'Space Grotesk'; font-weight: 600; font-size: 13px; margin-top: 4px; }
.foot-block .foot-val a { color: inherit; text-decoration: none; border-bottom: 1.5px solid var(--ink); }
.foot-block .foot-sub { font-size: 11px; color: var(--muted); line-height: 1.5; margin-top: 3px; }

@media (max-width: 720px) {
  .tier-grid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .page-footer { grid-template-columns: 1fr; }
  .header { padding: 28px 24px 22px; }
  .body { padding: 26px 24px 32px; }
  .page-footer { padding: 20px 24px 24px; }
  .header-meta { text-align: left; }
  .foot-block:last-child { text-align: left !important; }
  .actions { top: 12px; right: 12px; }
}
