@font-face {
  font-family: "Inter";
  src: url("fonts/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #0a0a0b;
  --surface: #131315;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f5f5f5;
  --muted: #a0a0a8;
  --accent: #c7c0ea;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 16px/1.65 "Inter", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid #d9d3ff; outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 10; background: white; color: black; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }
.seo-header { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--line); background: rgba(10,10,11,.88); backdrop-filter: blur(18px); }
.seo-header-inner, .seo-main, .seo-footer { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.seo-header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.seo-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 650; letter-spacing: -.04em; font-size: 21px; }
.seo-brand img { width: 38px; height: 38px; }
.seo-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.seo-nav a { color: var(--muted); font-size: 13px; text-decoration: none; }
.seo-nav a:hover { color: white; }
.breadcrumbs { color: #85858e; font-size: 12px; margin: 32px 0 0; }
.breadcrumbs a { text-decoration: none; }
.seo-hero { padding: clamp(70px, 10vw, 130px) 0 clamp(60px, 8vw, 100px); border-bottom: 1px solid var(--line); }
.seo-kicker { margin: 0 0 18px; color: var(--accent); font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
h1 { max-width: 930px; margin: 0; font-size: clamp(42px, 7vw, 86px); line-height: 1.02; letter-spacing: -.065em; font-weight: 560; }
.seo-lead { max-width: 720px; margin: 28px 0 0; color: #c0c0c7; font-size: clamp(17px, 2.2vw, 22px); line-height: 1.65; }
.seo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.seo-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 600; }
.seo-button.primary { background: white; color: #111; }
.seo-section { padding: clamp(60px, 8vw, 100px) 0; border-bottom: 1px solid var(--line); }
.seo-section h2 { max-width: 760px; margin: 0 0 26px; font-size: clamp(28px, 4vw, 48px); line-height: 1.12; letter-spacing: -.05em; font-weight: 550; }
.seo-section > p { max-width: 760px; color: var(--muted); }
.seo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.seo-card { min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.seo-card .number { display: block; color: #85858e; font-size: 11px; margin-bottom: 42px; }
.seo-card h3 { margin: 0 0 12px; font-size: 18px; letter-spacing: -.03em; }
.seo-card p { margin: 0; color: var(--muted); font-size: 14px; }
.seo-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; margin: 28px 0 0; padding: 0; list-style: none; }
.seo-list li { padding: 17px 0; border-top: 1px solid var(--line); color: #d0d0d5; }
.seo-list li::before { content: "↗"; margin-right: 12px; color: var(--accent); }
.seo-faq details { max-width: 800px; border-top: 1px solid var(--line); padding: 20px 0; }
.seo-faq details:last-child { border-bottom: 1px solid var(--line); }
.seo-faq summary { cursor: pointer; font-weight: 550; }
.seo-faq details p { color: var(--muted); margin-bottom: 0; }
.seo-project { display: grid; grid-template-columns: 80px 1fr auto; gap: 20px; align-items: start; padding: 30px 0; border-top: 1px solid var(--line); text-decoration: none; }
.seo-project:last-child { border-bottom: 1px solid var(--line); }
.seo-project .number { color: #85858e; font-size: 12px; }
.seo-project h2, .seo-project h3 { margin: 0 0 8px; font-size: 28px; }
.seo-project p { margin: 0; color: var(--muted); max-width: 650px; }
.seo-project .arrow { color: var(--accent); font-size: 24px; }
.project-group { scroll-margin-top: 90px; }
.project-group > h2 { margin-top: 7px; }
.project-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; margin-top: 34px; border: 1px solid var(--line); background: var(--line); }
.project-stats div { display: flex; flex-direction: column; gap: 7px; padding: 22px; background: var(--surface); }
.project-stats strong { color: var(--text); font-size: clamp(28px,4vw,46px); font-weight: 570; letter-spacing: -.05em; }
.project-stats span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.terms-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin-top: 24px; border: 1px solid var(--line); background: var(--line); }
.terms-grid article { display: flex; flex-direction: column; gap: 8px; padding: 28px; background: var(--surface); }
.terms-grid strong { color: var(--accent); font-size: clamp(32px,5vw,58px); letter-spacing: -.05em; }
.terms-grid span, .terms-note { color: var(--muted); line-height: 1.65; }
.terms-note { max-width: 800px; margin-top: 20px; }
.seo-profile { display: flex; align-items: center; gap: 28px; padding: 44px 0; border-bottom: 1px solid var(--line); }
.seo-profile img { width: 160px; height: 160px; object-fit: cover; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); }
.seo-profile h2 { margin: 0 0 7px; font-size: 32px; letter-spacing: -.05em; }
.seo-profile p { margin: 0; color: var(--muted); }
.seo-profile .seo-kicker { margin-bottom: 9px; color: var(--accent); }
.seo-footer { padding: 34px 0 50px; display: flex; justify-content: space-between; gap: 24px; color: #7c7c84; font-size: 12px; }
.seo-footer div { display: flex; flex-wrap: wrap; gap: 18px; }
.seo-footer a { text-decoration: none; }
[hidden] { display: none !important; }

.catalog-tools { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.catalog-tools p { margin: 0; color: var(--muted); font-size: 12px; white-space: nowrap; }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.catalog-filters button { min-height: 38px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font: inherit; font-size: 12px; cursor: pointer; }
.catalog-filters button:hover, .catalog-filters button[aria-pressed="true"] { background: white; color: #111; border-color: white; }
.catalog-empty { padding: 70px 0; color: var(--muted); }

.case-hero { border-bottom: 0; }
.case-visual { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.case-visual img { display: block; width: 100%; height: auto; }
.case-visual.social-cover { aspect-ratio: 16 / 9; }
.case-visual.social-cover img { height: 100%; object-fit: cover; object-position: center 35%; }
.case-story { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.case-story > div > p:last-child { color: var(--muted); line-height: 1.75; }
.case-story h2 { font-size: clamp(28px, 3.4vw, 44px); }
.case-stack { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.case-stack span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: #d0d0d5; font-size: 12px; }
.case-disclosure { max-width: 780px; margin-top: 34px; padding: 24px; border: 1px solid rgba(199,192,234,.28); border-radius: 16px; background: rgba(199,192,234,.06); }
.case-disclosure strong { color: var(--accent); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.case-disclosure p { margin: 12px 0 0; color: var(--muted); }

.solution-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 70px; border: 1px solid var(--line); background: var(--line); }
.solution-card { min-height: 320px; padding: 34px; background: var(--bg); }
.solution-card .number { display: block; color: #5f5f68; font-size: 11px; margin-bottom: 50px; }
.solution-card h2 { margin: 0 0 18px; font-size: clamp(28px,3vw,42px); line-height: 1.08; letter-spacing: -.05em; }
.solution-card > p:not(.seo-kicker) { max-width: 520px; color: var(--muted); }
.solution-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 26px; }
.solution-links a { color: #d9d9df; font-size: 12px; }

.format-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 34px; }
.format-card { min-height: 270px; padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.format-card h3 { margin: 0 0 13px; font-size: 22px; letter-spacing: -.04em; }
.format-card > p:not(.seo-kicker), .format-card li { color: var(--muted); font-size: 13px; }
.format-card ul { padding: 0; margin: 22px 0 0; list-style: none; }
.format-card li { padding: 9px 0; border-top: 1px solid var(--line); }

.article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; padding: 70px 0 100px; }
.article-card { min-height: 360px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); text-decoration: none; }
.article-card h2 { margin: 25px 0 16px; font-size: 28px; line-height: 1.12; letter-spacing: -.05em; }
.article-card > p:not(.seo-kicker) { color: var(--muted); }
.article-card > span { margin-top: auto; color: var(--accent); font-size: 12px; }
.article { max-width: 920px; }
.article-section { padding: 64px 0; border-bottom: 1px solid var(--line); }
.article-section h2 { max-width: 720px; margin: 0 0 24px; font-size: clamp(28px,4vw,46px); line-height: 1.12; letter-spacing: -.05em; }
.article-section p { max-width: 760px; color: #b0b0b8; font-size: 17px; line-height: 1.8; }
.article-list { max-width: 760px; margin: 28px 0 0; padding: 0; list-style: none; }
.article-list li { padding: 14px 0 14px 26px; border-top: 1px solid var(--line); color: #d0d0d5; position: relative; }
.article-list li::before { content: "↗"; position: absolute; left: 0; color: var(--accent); }
.article-cta { padding: 70px 0 100px; }
.article-cta h2 { max-width: 760px; margin: 0 0 18px; font-size: clamp(32px,5vw,58px); line-height: 1.08; letter-spacing: -.06em; }
.article-cta > p { max-width: 720px; color: var(--muted); }

.journal-list { display: grid; gap: 1px; padding: 70px 0 30px; background: var(--line); }
.journal-entry { display: grid; grid-template-columns: minmax(260px,.62fr) minmax(0,1.38fr); min-height: 520px; scroll-margin-top: 90px; background: var(--bg); }
.journal-cover { position: relative; display: block; min-height: 100%; overflow: hidden; background: var(--surface); }
.journal-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.journal-cover:hover img { transform: scale(1.025); }
.journal-cover > span { position: absolute; right: 18px; bottom: 18px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(10,10,11,.76); color: white; font-size: 10px; letter-spacing: .13em; backdrop-filter: blur(12px); }
.journal-copy { align-self: center; padding: clamp(32px,6vw,72px); }
.journal-copy h2 { max-width: 680px; margin: 0 0 20px; font-size: clamp(30px,4.6vw,58px); line-height: 1.04; letter-spacing: -.06em; font-weight: 550; }
.journal-copy > p:not(.seo-kicker) { max-width: 660px; color: var(--muted); font-size: 16px; }
.journal-copy .article-list { margin-top: 26px; }
.journal-entry.is-compact { grid-template-columns: 150px minmax(0,1fr); min-height: 0; }
.journal-entry.is-compact .journal-cover { min-height: 0; aspect-ratio: 9 / 16; }
.journal-entry.is-compact .journal-copy { padding: 34px 42px; }
.journal-entry.is-compact .journal-copy h2 { margin-bottom: 12px; font-size: clamp(24px,3vw,38px); line-height: 1.08; }
.journal-entry.is-compact .journal-copy > p:not(.seo-kicker) { font-size: 14px; }
.journal-entry.is-compact .seo-actions { margin-top: 20px; }

.language-switch { display: inline-flex; gap: 7px; padding-left: 12px; border-left: 1px solid var(--line); }
.language-switch a[aria-current="page"] { color: white; }
.locale-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.locale-proof article { display: flex; flex-direction: column; gap: 6px; padding: 25px; background: var(--surface); }
.locale-proof strong { color: var(--accent); font-size: 31px; letter-spacing: -.05em; }
.locale-proof span { color: var(--muted); font-size: 12px; }
.locale-services { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.locale-service { position: relative; min-height: 230px; padding: 28px; background: var(--bg); text-decoration: none; }
.locale-service .number { color: #666670; font-size: 11px; }
.locale-service h3 { margin: 58px 0 12px; font-size: 25px; letter-spacing: -.04em; }
.locale-service p { color: var(--muted); }
.locale-service > span:last-child { position: absolute; right: 25px; top: 24px; color: var(--accent); }
.locale-projects { margin-top: 32px; }
.locale-project { display: grid; grid-template-columns: 1fr auto auto; gap: 20px; align-items: center; padding: 22px 0; border-top: 1px solid var(--line); text-decoration: none; }
.locale-project:last-child { border-bottom: 1px solid var(--line); }
.locale-project span { color: var(--muted); font-size: 12px; }
.locale-project i { color: var(--accent); font-style: normal; }

.case-flow { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin: 34px 0 0; padding: 1px; list-style: none; background: var(--line); }
.case-flow li { min-height: 190px; padding: 28px; background: var(--bg); }
.case-flow li > span { color: var(--accent); font-size: 11px; letter-spacing: .12em; }
.case-flow li > p { margin: 50px 0 0; color: #d0d0d5; }
.case-flow.compact li { min-height: 0; color: #d0d0d5; }

.github-activity { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; padding: 70px 0; border-bottom: 1px solid var(--line); }
.github-activity h2 { margin: 0 0 18px; font-size: clamp(30px,4vw,48px); line-height: 1.08; letter-spacing: -.05em; }
.github-activity > div > p:not(.seo-kicker) { color: var(--muted); }
.github-metrics { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: var(--line); gap: 1px; }
.github-metrics span { display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 24px; background: var(--surface); color: var(--muted); font-size: 11px; }
.github-metrics strong { color: var(--accent); font-size: 28px; letter-spacing: -.05em; }
.github-latest { grid-column: 1 / -1; display: grid; }
.github-latest > p { color: var(--muted); }
.github-latest a { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); text-decoration: none; }
.github-latest a:last-child { border-bottom: 1px solid var(--line); }
.github-latest a > span { display: flex; flex-direction: column; gap: 4px; }
.github-latest small, .github-latest time { color: var(--muted); font-size: 11px; }

.demo-lab { margin: 70px 0; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: var(--surface); }
.demo-tabs { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.demo-tabs button { min-height: 62px; padding: 14px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--muted); font: inherit; font-size: 12px; cursor: pointer; }
.demo-tabs button:last-child { border-right: 0; }
.demo-tabs button[aria-selected="true"] { background: white; color: #111; }
.demo-panel { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 540px; }
.demo-copy { padding: 44px; border-right: 1px solid var(--line); }
.demo-copy h2 { margin: 0 0 20px; font-size: clamp(30px,4vw,48px); line-height: 1.08; letter-spacing: -.055em; }
.demo-copy > p:not(.seo-kicker) { color: var(--muted); }
.demo-ui { align-self: center; margin: 34px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #0e0e10; }
.demo-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-bottom: 24px; background: var(--line); }
.demo-metrics span { display: flex; flex-direction: column; padding: 18px; background: var(--surface); color: var(--muted); font-size: 10px; }
.demo-metrics strong { color: white; font-size: 26px; }
.crm-list { display: grid; gap: 9px; }
.crm-list article { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; }
.crm-list article > div { display: flex; flex-direction: column; }
.crm-list small { color: var(--muted); }
.crm-list button, .store-grid button, .store-cart button { min-height: 38px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: white; cursor: pointer; }
.crm-list button:disabled { opacity: .45; cursor: default; }
.demo-form { display: grid; gap: 18px; }
.demo-form label, .demo-form fieldset { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; color: var(--muted); font-size: 12px; }
.demo-form select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: white; font: inherit; }
.ai-result, .booking-result { display: flex; flex-direction: column; gap: 5px; padding: 18px; border: 1px solid rgba(199,192,234,.3); border-radius: 12px; background: rgba(199,192,234,.06); color: var(--muted); }
.ai-result strong { color: var(--accent); }
.booking-times { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.booking-times button { min-height: 42px; border: 1px solid var(--line); border-radius: 10px; background: transparent; color: white; cursor: pointer; }
.booking-times button[aria-pressed="true"] { background: white; color: #111; }
.store-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.store-grid article { display: flex; flex-direction: column; min-height: 190px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; }
.store-grid article > span, .store-grid small { color: var(--muted); font-size: 10px; }
.store-grid strong { margin: 34px 0 3px; }
.store-grid button { margin-top: auto; }
.store-cart { display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 18px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.store-cart > span { color: var(--muted); }
.demo-disclosure { margin-bottom: 100px; padding: 24px; border: 1px solid rgba(199,192,234,.3); border-radius: 16px; background: rgba(199,192,234,.06); }
.demo-disclosure strong { color: var(--accent); }
.demo-disclosure p { margin: 8px 0 0; color: var(--muted); }

.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding: 70px 0 100px; }
.resource-card { display: flex; flex-direction: column; min-height: 370px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); text-decoration: none; }
.resource-card > span { color: var(--accent); font-size: 11px; }
.resource-card h2 { margin: 55px 0 18px; font-size: 28px; line-height: 1.1; letter-spacing: -.05em; }
.resource-card p { color: var(--muted); }
.resource-card > strong { margin-top: auto; font-size: 12px; }
.checklist { padding: 70px 0 100px; }
.checklist-progress { position: sticky; top: 92px; z-index: 3; margin-bottom: 35px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(19,19,21,.94); backdrop-filter: blur(18px); }
.checklist-progress > div { display: flex; justify-content: space-between; margin-bottom: 10px; }
.checklist-progress span { color: var(--muted); }
.checklist-progress progress { width: 100%; height: 8px; accent-color: var(--accent); }
.checklist-group { margin: 0; padding: 0 0 34px; border: 0; }
.checklist-group legend { display: flex; gap: 16px; width: 100%; padding: 22px 0; border-top: 1px solid var(--line); font-size: 24px; font-weight: 550; letter-spacing: -.04em; }
.checklist-group legend span { color: var(--accent); font-size: 11px; letter-spacing: .12em; }
.checklist-group label { display: grid; grid-template-columns: 24px 1fr; gap: 14px; align-items: center; padding: 13px 0; color: #d0d0d5; cursor: pointer; }
.checklist-group input { width: 19px; height: 19px; accent-color: var(--accent); }
.checklist-group input:checked + span { color: var(--muted); text-decoration: line-through; }
.checklist-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.checklist-actions .seo-button { font: inherit; cursor: pointer; }
.checklist-actions > span { color: var(--accent); font-size: 12px; }

.comparison-list { display: grid; gap: 0; padding: 70px 0 100px; }
.compare-block { padding: 55px 0; border-bottom: 1px solid var(--line); }
.compare-block h2 { margin: 0 0 28px; font-size: clamp(30px,4vw,50px); letter-spacing: -.055em; }
.compare-block > div { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: stretch; }
.compare-block section { min-height: 190px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.compare-block section h3 { margin: 0 0 14px; font-size: 24px; }
.compare-block section p { color: var(--muted); }
.compare-block > div > span { align-self: center; color: var(--muted); font-size: 11px; text-transform: uppercase; }

.timeline { display: grid; }
.timeline article { display: grid; grid-template-columns: 170px 1fr; gap: 40px; padding: 28px 0; border-top: 1px solid var(--line); }
.timeline article:last-child { border-bottom: 1px solid var(--line); }
.timeline article > span { color: var(--accent); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.timeline h3 { margin: 0 0 8px; font-size: 24px; }
.timeline p { max-width: 680px; margin: 0; color: var(--muted); }

.availability { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; margin-top: 70px; padding: 42px; border: 1px solid rgba(199,192,234,.3); border-radius: 22px; background: rgba(199,192,234,.05); }
.availability h2 { margin: 0 0 16px; font-size: clamp(32px,4vw,52px); line-height: 1.08; letter-spacing: -.055em; }
.availability p:not(.seo-kicker) { color: var(--muted); }
.availability-dot { display: inline-block; width: 9px; height: 9px; margin-right: 9px; border-radius: 50%; background: #b6efa7; box-shadow: 0 0 18px rgba(182,239,167,.55); }
.availability dl { margin: 0; }
.availability dl > div { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 17px 0; border-top: 1px solid var(--line); }
.availability dl > div:last-child { border-bottom: 1px solid var(--line); }
.availability dt { color: var(--muted); }
.availability dd { margin: 0; }

@media (max-width: 760px) {
  .seo-header-inner { flex-direction: column; align-items: stretch; gap: 10px; padding-block: 12px; }
  .seo-brand { align-self: flex-start; }
  .seo-brand img { width: 34px; height: 34px; }
  .seo-nav { justify-content: flex-start; gap: 4px 20px; }
  .seo-nav a { display: inline-flex; align-items: center; min-height: 40px; }
  .seo-grid { grid-template-columns: 1fr; }
  .seo-list { grid-template-columns: 1fr; }
  .seo-project { grid-template-columns: 38px 1fr; }
  .seo-project .arrow { display: none; }
  .seo-project h2, .seo-project h3 { font-size: 22px; }
  .project-stats, .terms-grid, .process-grid { grid-template-columns: 1fr; }
  .seo-profile { align-items: flex-start; gap: 20px; }
  .seo-profile img { width: 108px; height: 108px; }
  .seo-footer { flex-direction: column; }
  .catalog-tools { align-items: flex-start; flex-direction: column; }
  .case-story, .solution-grid, .locale-services { grid-template-columns: 1fr; }
  .format-grid, .article-grid, .locale-proof { grid-template-columns: 1fr; }
  .solution-card { min-height: 280px; }
  .article-grid { padding-top: 45px; }
  .article-card { min-height: 300px; }
  .article-section p { font-size: 15px; }
  .journal-entry { grid-template-columns: 1fr; scroll-margin-top: 118px; }
  .journal-cover { min-height: 0; aspect-ratio: 9 / 16; }
  .journal-copy { padding: 34px 24px 46px; }
  .journal-entry.is-compact { grid-template-columns: 88px minmax(0,1fr); gap: 18px; padding: 24px 0; }
  .journal-entry.is-compact .journal-cover { min-height: 0; aspect-ratio: 9 / 16; }
  .journal-entry.is-compact .journal-cover > span { display: none; }
  .journal-entry.is-compact .journal-copy { align-self: start; padding: 0 4px 0 0; }
  .journal-entry.is-compact .journal-copy .seo-kicker { margin-bottom: 10px; font-size: 8px; }
  .journal-entry.is-compact .journal-copy h2 { margin-bottom: 9px; font-size: 18px; line-height: 1.12; }
  .journal-entry.is-compact .journal-copy > p:not(.seo-kicker) { margin: 0; font-size: 12px; line-height: 1.55; }
  .journal-entry.is-compact .seo-actions { margin-top: 13px; }
  .journal-entry.is-compact .seo-button { min-height: 36px; padding: 9px 13px; font-size: 10px; }
  .locale-project { grid-template-columns: 1fr auto; }
  .locale-project span { grid-row: 2; }
  .case-flow, .resource-grid { grid-template-columns: 1fr; }
  .github-activity, .demo-panel, .availability { grid-template-columns: 1fr; }
  .github-latest { grid-column: auto; }
  .demo-tabs { grid-template-columns: 1fr 1fr; }
  .demo-tabs button:nth-child(2) { border-right: 0; }
  .demo-tabs button:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .demo-copy { padding: 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .demo-ui { margin: 18px; padding: 18px; }
  .booking-times, .store-grid { grid-template-columns: 1fr 1fr; }
  .store-cart { grid-template-columns: 1fr 1fr; }
  .resource-card { min-height: 300px; }
  .checklist-progress { top: 144px; }
  .compare-block > div { grid-template-columns: 1fr; }
  .compare-block > div > span { justify-self: center; }
  .timeline article { grid-template-columns: 1fr; gap: 10px; }
  .availability { gap: 28px; margin-top: 40px; padding: 26px; }
}

/* Packages and sales pages */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 70px 0 24px;
}
.price-card {
  display: flex;
  flex-direction: column;
  min-height: 540px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}
.price-card:nth-child(2) {
  border-color: rgba(199,192,234,.45);
  background: linear-gradient(145deg,rgba(199,192,234,.10),var(--surface));
}
.price-card h2 { margin: 12px 0 16px; font-size: 30px; letter-spacing: -.05em; }
.price-card .price { color: #f4f4f6; font-size: 23px; letter-spacing: -.035em; }
.price-card > p:not(.seo-kicker) { min-height: 96px; margin: 18px 0; color: var(--muted); }
.price-card ul { display: grid; gap: 0; margin: 0 0 28px; padding: 0; list-style: none; }
.price-card li { padding: 12px 0; border-top: 1px solid var(--line); color: #c7c7cc; font-size: 13px; }
.price-card li::before { content: "✓"; margin-right: 9px; color: #b6efa7; }
.price-card .seo-button { align-self: stretch; margin-top: auto; }
.pricing-note { margin: 0 0 60px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.pricing-note strong { color: #eeeef1; }
.pricing-note p { margin: 9px 0 0; color: var(--muted); }
.assurance-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.assurance-strip article { display: grid; gap: 8px; min-height: 126px; padding: 25px; border-right: 1px solid var(--line); }
.assurance-strip article:last-child { border-right: 0; }
.assurance-strip strong { color: #f0f0f2; font-size: 21px; letter-spacing: -.035em; }
.assurance-strip span { align-self: end; color: var(--muted); font-size: 12px; }
.proof-strip strong { color: var(--accent); font-size: 30px; }
.sales-estimate { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.sales-estimate > span { display: grid; gap: 7px; min-width: 210px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); }
.sales-estimate small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.sales-estimate strong { font-size: 18px; }
.sales-scope { grid-template-columns: repeat(5,minmax(0,1fr)); }
.sales-scope .seo-card { min-height: 205px; padding: 23px; }
.sales-scope .seo-card h3 { font-size: 18px; }
.compact-grid { padding: 28px 0 0; }
.compact-grid .resource-card { min-height: 320px; }
@media (max-width: 980px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; }
  .price-card > p:not(.seo-kicker) { min-height: 0; }
  .assurance-strip { grid-template-columns: 1fr 1fr; }
  .assurance-strip article:nth-child(2) { border-right: 0; }
  .assurance-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .sales-scope { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .price-card { padding: 25px; }
  .assurance-strip,.sales-scope { grid-template-columns: 1fr; }
  .assurance-strip article { min-height: 104px; border-right: 0; border-bottom: 1px solid var(--line); }
  .assurance-strip article:nth-child(2) { border-bottom: 1px solid var(--line); }
  .assurance-strip article:last-child { border-bottom: 0; }
  .sales-estimate > span { width: 100%; }
}
