:root {
  --hub-ink: #182127;
  --hub-muted: #626d72;
  --hub-paper: #fff;
  --hub-page: #f3f5f3;
  --hub-line: #d8ddda;
  --hub-green: #244530;
  --hub-red: #a9342e;
  --hub-gold: #b68b49;
}

.hub-body { margin: 0; color: var(--hub-ink); background: var(--hub-page); }
.hub-main { overflow: hidden; }
.hub-wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.hub-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; padding: 20px 0; color: var(--hub-muted); font-size: 13px; }
.hub-breadcrumb a:hover { color: var(--hub-red); }
.hub-breadcrumb span + span::before, .hub-breadcrumb a + span::before { content: "/"; margin-right: 8px; color: #9ba3a0; }

.hub-hero { position: relative; min-height: 520px; display: grid; align-items: end; color: #fff; background: var(--hub-green); }
.hub-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18, 36, 25, .94) 0%, rgba(18, 36, 25, .78) 46%, rgba(18, 36, 25, .18) 100%), var(--hub-image) center/cover no-repeat; }
.hub-hero.memoir::before { background: linear-gradient(90deg, rgba(35, 27, 24, .94) 0%, rgba(35, 27, 24, .74) 48%, rgba(35, 27, 24, .2) 100%), var(--hub-image) center/cover no-repeat; }
.hub-hero-content { position: relative; z-index: 1; width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 84px 0 72px; }
.hub-kicker { margin: 0 0 14px; color: #efd399; font-weight: 800; }
.hub-hero h1 { max-width: 760px; margin: 0; font-size: clamp(36px, 5vw, 64px); line-height: 1.08; letter-spacing: 0; }
.hub-hero p { max-width: 680px; margin: 22px 0 0; color: rgba(255,255,255,.9); font-size: 19px; line-height: 1.8; }
.hub-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hub-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid rgba(255,255,255,.65); border-radius: 6px; color: #fff; font-weight: 800; }
.hub-button.primary { border-color: var(--hub-red); background: var(--hub-red); }
.hub-button.light { color: var(--hub-green); background: #fff; }

.hub-section { padding: 76px 0; }
.hub-section.white { border-top: 1px solid var(--hub-line); border-bottom: 1px solid var(--hub-line); background: var(--hub-paper); }
.hub-heading { max-width: 780px; margin-bottom: 30px; }
.hub-heading small { display: block; margin-bottom: 8px; color: var(--hub-red); font-weight: 800; }
.hub-heading h2 { margin: 0; font-size: clamp(28px, 4vw, 43px); line-height: 1.2; letter-spacing: 0; }
.hub-heading p { margin: 15px 0 0; color: var(--hub-muted); font-size: 17px; line-height: 1.8; }
.hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.hub-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hub-item { min-width: 0; padding: 26px; border: 1px solid var(--hub-line); border-radius: 8px; background: #fff; }
a.hub-item:hover { border-color: #9eaaa4; box-shadow: 0 12px 28px rgba(24,33,39,.08); }
.hub-item .number, .hub-item .label { display: block; color: var(--hub-red); font-size: 13px; font-weight: 900; }
.hub-item h3 { margin: 12px 0 10px; font-size: 22px; line-height: 1.3; }
.hub-item p { margin: 0; color: var(--hub-muted); line-height: 1.75; }
.hub-item ul { margin: 14px 0 0; padding-left: 20px; color: var(--hub-muted); line-height: 1.8; }
.hub-link { display: inline-block; margin-top: 18px; color: var(--hub-red); font-weight: 800; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.pricing-card { min-width: 0; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--hub-line); border-radius: 8px; background: #fff; }
.pricing-card.featured { border-top: 4px solid var(--hub-red); box-shadow: 0 16px 34px rgba(24,33,39,.09); }
.pricing-card .label { color: var(--hub-red); font-size: 13px; font-weight: 900; }
.pricing-card h3 { margin: 10px 0 0; font-size: 25px; }
.pricing-price { display: block; margin: 18px 0 12px; color: var(--hub-red); font-size: 34px; line-height: 1.1; }
.pricing-price small { font-size: 16px; }
.pricing-card p { margin: 0; color: var(--hub-muted); line-height: 1.75; }
.pricing-card ul { margin: 18px 0 24px; padding-left: 20px; color: var(--hub-muted); line-height: 1.85; }
.pricing-action { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; margin-top: auto; padding: 0 16px; border-radius: 6px; color: #fff; background: var(--hub-green); font-weight: 800; }
.pricing-action:hover { background: var(--hub-red); }
.addon-item strong { display: block; margin: 14px 0 10px; color: var(--hub-red); font-size: 24px; }

.hub-prose { max-width: 820px; }
.hub-prose h2 { margin: 48px 0 14px; font-size: 31px; letter-spacing: 0; }
.hub-prose h2:first-child { margin-top: 0; }
.hub-prose h3 { margin: 30px 0 10px; font-size: 22px; }
.hub-prose p, .hub-prose li { color: #4e595e; font-size: 16px; line-height: 1.9; }
.hub-prose ul, .hub-prose ol { padding-left: 24px; }
.hub-note { margin: 28px 0; padding: 20px 22px; border-left: 4px solid var(--hub-gold); background: #f7f1e7; color: #544833; line-height: 1.8; }

.hub-table-wrap { overflow-x: auto; border: 1px solid var(--hub-line); background: #fff; }
.hub-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.hub-table th, .hub-table td { padding: 15px 16px; border-bottom: 1px solid var(--hub-line); text-align: left; vertical-align: top; line-height: 1.7; }
.hub-table th { color: #fff; background: var(--hub-green); }
.hub-table tr:last-child td { border-bottom: 0; }

.inquiry-band { padding: 76px 0; color: #fff; background: #203a29; }
.inquiry-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.inquiry-copy h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); letter-spacing: 0; }
.inquiry-copy p { color: rgba(255,255,255,.78); line-height: 1.8; }
.inquiry-copy ul { padding-left: 20px; color: rgba(255,255,255,.88); line-height: 2; }
.inquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.07); }
.inquiry-form label { display: grid; gap: 8px; color: #fff; font-weight: 700; }
.inquiry-form label.full, .inquiry-form .form-actions { grid-column: 1 / -1; }
.inquiry-form .inquiry-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.inquiry-form .consent-field { display: flex; grid-column: 1 / -1; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 500; line-height: 1.6; }
.inquiry-form .consent-field input { flex: 0 0 auto; width: 18px; min-height: 18px; margin: 2px 0 0; accent-color: var(--hub-red); }
.inquiry-form .consent-field a { color: #f4d594; text-decoration: underline; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.36); border-radius: 5px; color: var(--hub-ink); background: #fff; }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: #68736c; opacity: 1; }
.inquiry-form textarea { min-height: 120px; resize: vertical; }
.inquiry-form button { min-height: 48px; padding: 0 22px; border: 0; border-radius: 5px; color: #fff; background: var(--hub-red); font-weight: 900; }
.form-status { min-height: 24px; margin: 10px 0 0; color: #f4d594; }
.form-status[data-type="success"] { color: #bde8c8; }
.form-status[data-type="error"] { color: #ffd0cd; }
.privacy-note { font-size: 13px; color: rgba(255,255,255,.66); }

.download-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.download-row .hub-button { border-color: var(--hub-green); color: #fff; background: var(--hub-green); }
.faq-list { display: grid; gap: 1px; border: 1px solid var(--hub-line); background: var(--hub-line); }
.faq-list details { padding: 20px 22px; background: #fff; }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { margin: 12px 0 0; color: var(--hub-muted); line-height: 1.8; }

@media (max-width: 920px) {
  .hub-grid, .hub-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inquiry-layout { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .hub-wrap, .hub-hero-content { width: min(100% - 28px, 1160px); }
  .hub-hero { min-height: 480px; }
  .hub-hero::before, .hub-hero.memoir::before { background-position: 62% center; }
  .hub-hero-content { padding: 74px 0 48px; }
  .hub-hero p { font-size: 17px; }
  .hub-section, .inquiry-band { padding: 54px 0; }
  .hub-grid, .hub-grid.two, .pricing-grid, .inquiry-form { grid-template-columns: 1fr; }
  .inquiry-form { padding: 20px; }
  .inquiry-form label.full, .inquiry-form .form-actions, .inquiry-form .consent-field { grid-column: auto; }
}
