:root {
  --site-bg-1: #15110e;
  --site-bg-2: #261a12;
  --site-panel: rgba(32, 22, 15, 0.88);
  --site-panel-edge: rgba(255, 222, 173, 0.14);
  --site-divider: rgba(227, 167, 77, 0.18);
  --site-accent: #e3a74d;
  --site-accent-soft: rgba(227, 167, 77, 0.16);
  --site-text: #f4ead8;
  --site-muted: #cfbea7;
  --site-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  overflow-x: hidden;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--site-text);
  background:
    radial-gradient(circle at top, rgba(227, 167, 77, 0.16), transparent 30%),
    linear-gradient(180deg, var(--site-bg-1), var(--site-bg-2));
}

body,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: #fff4e4;
}

.site-shell {
  width: min(72rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.15rem 0 1.5rem;
}

.site-hero {
  padding: 1.7rem 0 1rem;
}

.site-kicker {
  margin: 0 0 0.35rem;
  color: rgba(244, 234, 216, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
}

.site-title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.site-lede {
  max-width: 60rem;
  margin: 0.8rem 0 0;
  color: var(--site-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.site-nav-link,
.site-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(244, 234, 216, 0.16);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  color: rgba(244, 234, 216, 0.78);
  background: rgba(255, 255, 255, 0.02);
  transition: transform 140ms ease, color 140ms ease, border-color 140ms ease, background 140ms ease;
}

.site-nav-link[aria-current="page"] {
  color: #fff4e4;
  border-color: rgba(227, 167, 77, 0.4);
  background: rgba(227, 167, 77, 0.11);
}

.site-nav-link:hover,
.site-nav-link:focus-visible,
.site-footer-link:hover,
.site-footer-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(244, 234, 216, 0.3);
  outline: none;
}

.site-card {
  background: var(--site-panel);
  border: 1px solid var(--site-panel-edge);
  border-radius: 1.5rem;
  box-shadow: var(--site-shadow);
  padding: 1.15rem 1.15rem 1.25rem;
  backdrop-filter: blur(14px);
}

.site-section + .site-section {
  margin-top: 1.35rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--site-divider);
}

.site-section h2,
.site-section h3 {
  margin: 0 0 0.6rem;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.site-section h2 {
  font-size: 1.45rem;
}

.site-section h3 {
  font-size: 1.05rem;
}

.site-section p {
  margin: 0.65rem 0 0;
  color: var(--site-muted);
  line-height: 1.75;
}

.site-section p:first-child {
  margin-top: 0;
}

.site-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  margin-top: 0.9rem;
}

.site-callout {
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-left: 3px solid var(--site-accent);
  border-radius: 1rem;
  background: rgba(227, 167, 77, 0.08);
  color: var(--site-text);
}

.site-list,
.site-steps {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  color: var(--site-muted);
  line-height: 1.72;
}

.site-list li + li,
.site-steps li + li {
  margin-top: 0.45rem;
}

.faq-item {
  padding-top: 0.95rem;
  border-top: 1px solid var(--site-divider);
}

.faq-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.faq-item dt {
  margin: 0;
  font-weight: 700;
  color: var(--site-text);
}

.faq-item dd {
  margin: 0.45rem 0 0;
  color: var(--site-muted);
  line-height: 1.75;
}

.site-footer {
  width: min(72rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 0.9rem;
  justify-content: space-between;
  align-items: center;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.static-solutions-shell {
  width: min(72rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.15rem 0 1.6rem;
}

.static-solutions-hero {
  padding: 1.7rem 0 1rem;
}

.static-solutions-kicker {
  margin: 0 0 0.35rem;
  color: rgba(244, 234, 216, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
}

.static-solutions-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.static-solutions-hero p,
.static-solutions-summary p {
  max-width: 60rem;
  margin: 0.8rem 0 0;
  color: var(--site-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.static-solutions-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.static-solutions-nav a {
  display: inline-flex;
  border: 1px solid rgba(244, 234, 216, 0.16);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  color: rgba(244, 234, 216, 0.78);
  background: rgba(255, 255, 255, 0.02);
}

.static-solutions-summary {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  border-left: 3px solid var(--site-accent);
  border-radius: 1rem;
  background: rgba(227, 167, 77, 0.08);
}

.static-solutions-summary p {
  margin: 0;
}

.static-solutions-groups {
  display: grid;
  gap: 1rem;
}

.static-solutions-group {
  background: var(--site-panel);
  border: 1px solid var(--site-panel-edge);
  border-radius: 1.5rem;
  box-shadow: var(--site-shadow);
  padding: 1.15rem;
  backdrop-filter: blur(14px);
}

.static-solutions-group h2 {
  margin: 0 0 0.85rem;
  font-size: 1.25rem;
  line-height: 1.15;
}

.static-solutions-list {
  display: grid;
  gap: 0.6rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.static-solutions-list li {
  min-width: 0;
  padding: 0.7rem 0.75rem;
  border: 1px solid rgba(244, 234, 216, 0.1);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.025);
}

.static-solutions-list a {
  display: block;
  color: var(--site-text);
  font-weight: 700;
  line-height: 1.3;
}

.static-solutions-list span {
  display: block;
  margin-top: 0.3rem;
  color: rgba(207, 190, 167, 0.72);
  font-size: 0.78rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.site-footer-link--accent {
  border-color: rgba(227, 167, 77, 0.36);
  background: rgba(227, 167, 77, 0.09);
}

.site-footnote {
  color: rgba(244, 234, 216, 0.58);
  font-size: 0.9rem;
  line-height: 1.55;
}

.site-content-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.site-content-link {
  color: #f6dfb2;
  text-decoration: underline;
  text-decoration-color: rgba(227, 167, 77, 0.45);
  text-underline-offset: 0.16em;
}

.site-content-link:hover,
.site-content-link:focus-visible {
  color: #fff4e4;
  text-decoration-color: rgba(244, 234, 216, 0.7);
}

@media (max-width: 640px) {
  .site-shell,
  .site-footer {
    width: min(100%, calc(100% - 1rem));
  }

  .site-card {
    border-radius: 1.15rem;
    padding: 1rem;
  }

  .site-hero {
    padding-top: 1.35rem;
  }
}
