:root {
  --otc-bg: #faf9f6;
  --otc-ink: #1c1c1c;
  --otc-accent: #d94826;
  --otc-muted: #656565;
  --otc-white: #ffffff;
  --otc-border: #1c1c1c;
  --otc-shadow: 6px 6px 0 rgba(28, 28, 28, 1);
  --otc-shadow-soft: 8px 8px 0 rgba(217, 72, 38, 1);
  --otc-radius: 0px;
  --otc-font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --otc-font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
}



.otc-help-hub-template,
.otc-help-hub-template body {
  background: var(--otc-bg);
}

#root.otc-help-hub-root {
  width: 100%;
}

.otc-wp-shell {
  background: var(--otc-bg);
  color: var(--otc-ink);
  font-family: var(--otc-font-sans);
  padding: 40px 16px 80px;
}

.otc-wp-container {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.otc-loading,
.otc-error {
  max-width: 960px;
  margin: 80px auto;
  border: 3px solid var(--otc-border);
  background: var(--otc-white);
  padding: 28px;
  font-weight: 800;
  box-shadow: var(--otc-shadow);
}

.otc-error {
  display: grid;
  gap: 10px;
}

.otc-wp-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 48px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.otc-wp-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 96px;
  height: 2px;
  background: linear-gradient(90deg, #d4af63 0%, rgba(212, 175, 99, 0.15) 100%);
  border-radius: 999px;
}

.otc-wp-eyebrow,
.otc-wp-meta-label,
.otc-wp-footer-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 248, 235, 0.72);
}

.otc-wp-eyebrow {
  padding: 8px 12px;
  border: 1px solid rgba(212, 175, 99, 0.22);
  background: rgba(212, 175, 99, 0.08);
  border-radius: 999px;
  color: #e5c27a;
}

.otc-wp-meta-label,
.otc-wp-footer-label {
  opacity: 1;
}

.otc-wp-display {
  margin: 6px 0 0;
  font-size: clamp(2.7rem, 9vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-weight: 900;
}

.otc-wp-meta-value {
  font-size: 1.4rem;
  font-weight: 900;
}
.otc-wp-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 48px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.otc-wp-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 96px;
  height: 2px;
  background: linear-gradient(90deg, #d4af63 0%, rgba(212, 175, 99, 0.15) 100%);
  border-radius: 999px;
}

.otc-wp-eyebrow,
.otc-wp-meta-label,
.otc-wp-footer-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 248, 235, 0.72);
}

.otc-wp-eyebrow {
  padding: 8px 12px;
  border: 1px solid rgba(212, 175, 99, 0.22);
  background: rgba(212, 175, 99, 0.08);
  border-radius: 999px;
  color: #e5c27a;
}

.otc-wp-meta-label,
.otc-wp-footer-label {
  opacity: 1;
}
.otc-wp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(240px, 0.8fr);
  gap: 24px;
  border-top: 3px solid var(--otc-border);
  padding-top: 24px;
  margin-bottom: 40px;
}

.otc-wp-hero-copy p {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.3;
  max-width: 860px;
}

.otc-wp-hero-stats {
  display: grid;
  gap: 12px;
  align-content: end;
}

.otc-wp-stat {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(28,28,28,.15);
  padding-bottom: 10px;
}

.otc-wp-stat span {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.55;
}

.otc-wp-stat strong {
  font-size: 1.15rem;
  font-weight: 900;
}

.otc-wp-search-panel {
  margin-bottom: 40px;
}

.otc-wp-search-wrap {
  position: relative;
}

.otc-wp-search-input {
  width: 100%;
  padding: 28px 180px 28px 0;
  border: 0;
  border-bottom: 4px solid var(--otc-border);
  background: transparent;
  color: var(--otc-ink);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 500;
  outline: none;
}

.otc-wp-search-input::placeholder {
  color: rgba(28, 28, 28, 0.25);
}

.otc-wp-search-label {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--otc-border);
  color: var(--otc-white);
  padding: 10px 18px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}

.otc-wp-controls {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.otc-wp-mode-group,
.otc-wp-region-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.otc-wp-mode,
.otc-wp-card-button,
.otc-wp-quickpath,
.otc-wp-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--otc-border);
  background: var(--otc-white);
  color: var(--otc-ink);
  padding: 12px 18px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, border-color .16s ease;
  text-decoration: none;
}

.otc-wp-mode:hover,
.otc-wp-card-button:hover,
.otc-wp-quickpath:hover,
.otc-wp-clear:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 rgba(28,28,28,1);
  background: var(--otc-accent);
  color: var(--otc-white);
}

.otc-wp-mode.is-active {
  background: var(--otc-border);
  color: var(--otc-white);
}

.otc-wp-select {
  border: 0;
  border-bottom: 3px solid var(--otc-border);
  background: transparent;
  padding: 10px 4px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  min-width: 210px;
  outline: none;
}

.otc-wp-clear {
  padding-inline: 14px;
}

.otc-wp-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(290px, 1fr);
  gap: 28px;
  align-items: start;
}

.otc-wp-results-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.otc-wp-results-head h2,
.otc-wp-planning-anchors h2,
.otc-wp-quickpaths h2,
.otc-wp-plan h2,
.otc-wp-guides h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  font-family: var(--otc-font-serif);
  font-weight: 700;
}

.otc-wp-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.otc-wp-card,
.otc-wp-plan,
.otc-wp-guides,
.otc-wp-planning-anchors {
  border: 2px solid var(--otc-border);
  background: var(--otc-white);
}

.otc-wp-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  transition: background .18s ease, color .18s ease;
}

.otc-wp-card:hover {
  background: var(--otc-accent);
  color: var(--otc-white);
}

.otc-wp-card:hover .otc-wp-badge {
  background: var(--otc-white);
  color: var(--otc-ink);
}

.otc-wp-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.otc-wp-badge {
  display: inline-flex;
  padding: 6px 10px;
  border: 2px solid var(--otc-border);
  background: var(--otc-white);
  color: var(--otc-ink);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 900;
  margin-bottom: 10px;
}

.otc-wp-card h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.03;
  text-transform: uppercase;
  font-weight: 900;
}

.otc-wp-save {
  border: 2px solid var(--otc-border);
  background: transparent;
  color: inherit;
  min-width: 42px;
  min-height: 42px;
  font-size: 1.2rem;
  font-weight: 900;
  cursor: pointer;
}

.otc-wp-save.is-saved {
  background: var(--otc-border);
  color: var(--otc-white);
}

.otc-wp-card-body {
  display: grid;
  gap: 10px;
  font-size: .95rem;
}

.otc-wp-card-time {
  font-size: 1.12rem;
  font-weight: 900;
}

.otc-wp-card-sub,
.otc-wp-card-summary {
  line-height: 1.5;
  opacity: 0.94;
}

.otc-wp-card-hours {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
  text-underline-offset: 4px;
}

.otc-wp-card-address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(28,28,28,.12);
  font-weight: 800;
}

.otc-wp-card:hover .otc-wp-card-address {
  border-top-color: rgba(255,255,255,.28);
}

.otc-wp-card-icon {
  line-height: 1;
}

.otc-wp-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.otc-wp-card-button.is-secondary {
  background: transparent;
}

.otc-wp-empty {
  grid-column: 1 / -1;
  border: 2px dashed rgba(28,28,28,.18);
  background: rgba(255,255,255,.65);
  padding: 36px;
  text-align: center;
}

.otc-wp-empty h3 {
  margin: 0 0 10px;
  font-family: var(--otc-font-serif);
  font-size: 1.8rem;
}

.otc-wp-empty p {
  margin: 0;
  color: var(--otc-muted);
}

.otc-wp-sidebar {
  display: grid;
  gap: 24px;
}

.otc-wp-quickpaths {
  border: 2px solid var(--otc-border);
  background: var(--otc-accent);
  color: var(--otc-white);
  padding: 24px;
}

.otc-wp-quickpath-list,
.otc-wp-guide-list,
.otc-wp-plan-list {
  display: grid;
  gap: 14px;
}

.otc-wp-quickpath {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  text-align: left;
}

.otc-wp-quickpath strong {
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.otc-wp-quickpath span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  opacity: .65;
}

.otc-wp-plan,
.otc-wp-guides {
  padding: 24px;
}

.otc-wp-plan.has-items {
  box-shadow: var(--otc-shadow-soft);
}

.otc-wp-plan-count {
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(28,28,28,.1);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.otc-wp-plan-empty {
  margin: 0;
  color: var(--otc-muted);
}

.otc-wp-plan-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 900;
}

.otc-wp-plan-item button {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 1.25rem;
  cursor: pointer;
}

.otc-wp-guide {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(28,28,28,.06);
}

.otc-wp-guide:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.otc-wp-guide h3 {
  margin: 0 0 6px;
  font-size: .95rem;
  text-transform: uppercase;
  font-weight: 900;
}

.otc-wp-guide p {
  margin: 0 0 8px;
  font-size: .85rem;
  line-height: 1.55;
  color: var(--otc-muted);
}

.otc-wp-guide-file {
  color: var(--otc-accent);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 900;
}

.otc-wp-planning-anchors {
  margin-top: 40px;
  padding: 32px;
  box-shadow: -8px 8px 0 rgba(28,28,28,1);
}

.otc-wp-anchor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 20px;
}

.otc-wp-anchor-col h3 {
  display: inline-block;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 4px solid var(--otc-accent);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900;
}

.otc-wp-anchor-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.otc-wp-anchor-col li {
  position: relative;
  padding-left: 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.4;
}

.otc-wp-anchor-col li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .45em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--otc-ink);
}

.otc-wp-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 56px;
  padding-top: 26px;
  border-top: 3px solid var(--otc-border);
}

.otc-wp-footer-group {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.otc-wp-footer-group strong,
.otc-wp-footer-copy {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
}

.otc-wp-online {
  color: #16803c;
}

@media (max-width: 1024px) {
  .otc-wp-main-grid,
  .otc-wp-hero-grid,
  .otc-wp-anchor-grid,
  .otc-wp-card-grid {
    grid-template-columns: 1fr;
  }

  .otc-wp-search-input {
    padding-right: 0;
  }

  .otc-wp-search-label {
    position: static;
    transform: none;
    display: inline-flex;
    margin-top: 14px;
  }
}

@media (max-width: 720px) {
  .otc-wp-shell {
    padding: 24px 12px 56px;
  }

  .otc-wp-header,
  .otc-wp-footer,
  .otc-wp-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .otc-wp-plan,
  .otc-wp-guides,
  .otc-wp-quickpaths,
  .otc-wp-planning-anchors,
  .otc-wp-card {
    padding: 18px;
  }

  .otc-wp-select {
    width: 100%;
    min-width: 0;
  }
}

