.bg-offwhite {
  background-color: #f8f6f2;
}

:root {
  --accent: #ff9100;
  --deep: #251807;
  --offwhite: #f8f6f2;
}

body {
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  color: #1f1a17;
  background-color: var(--offwhite);
  font-size: 16px;
}

.navbar-nav .nav-link {
  font-weight: 600;
  color: #2a1f16;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--accent);
}

.navbar .dropdown-menu {
  margin-top: 0.3rem;
  border-color: #f0e8df;
  box-shadow: 0 10px 30px rgba(37, 24, 7, 0.08);
}

.brand-mark {
  width: 14px;
  height: 14px;
  background: linear-gradient(135deg, var(--accent), #ffb547);
  border-radius: 4px;
  box-shadow: 0 0 0 2px #fff;
}

.brand-logo {
  height: 36px;
  width: auto;
  display: block;
}

.btn-accent {
  background-color: var(--accent);
  color: #251807;
  border: none;
  font-weight: 700;
}

.btn-accent:hover,
.btn-accent:focus {
  background-color: #ff7b00;
  color: #180f05;
}

.btn-outline-deep {
  border-color: var(--deep);
  color: var(--deep);
}

.btn-outline-deep:hover,
.btn-outline-deep:focus {
  border-color: #120c06;
  background-color: #120c06;
  color: #fff;
}

.section-hero {
  background: radial-gradient(120% 120% at 20% 20%, #ffe9c6, #f8f6f2 55%),
              linear-gradient(120deg, rgba(37, 24, 7, 0.05), rgba(37, 24, 7, 0));
}

.hero-fluid {
  max-width: 1320px;
  margin: 0 auto;
}

.hero-inner {
  max-width: 1320px;
  width: 100%;
}

.hero-headline {
  font-size: 3.1rem;
  line-height: 1.1;
}

.hero-tight {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.hero-steps {
  background: #fff;
  border: 1px solid #f0e8df;
  border-radius: 18px;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 18px 70px rgba(37, 24, 7, 0.08);
}

.hero-step {
  background: linear-gradient(160deg, #fff5e6, #ffffff);
  border: 1px solid #f1e2d3;
  border-radius: 12px;
  padding: 1rem;
  height: 100%;
}

.hero-steps-header {
  border-bottom: 1px solid #f0e8df;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}

.step-number {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 145, 0, 0.18);
  color: #251807;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
}

.step-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 145, 0, 0.14);
  color: #251807;
  font-weight: 700;
  font-size: 0.95rem;
}

.hero-points .chip {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 145, 0, 0.12);
  color: #251807;
  font-weight: 700;
  font-size: 1rem;
}

.hero-steps-band {
  background: #fff;
  border-top: 1px solid #f0e8df;
  border-bottom: 1px solid #f0e8df;
  padding: 2.5rem 0;
}

.hero-steps-container {
  max-width: 1140px;
}

.hero-step-card {
  background: linear-gradient(160deg, #fff5e6, #ffffff);
  border: 1px solid #f1e2d3;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  height: 100%;
  box-shadow: 0 12px 40px rgba(37, 24, 7, 0.05);
}

.section-hero .small,
.hero-steps-band .small {
  font-size: 1rem;
}

/* Related links in guides */
.related-list {
  list-style: disc;
  padding-left: 1.25rem;
}

.related-list a {
  text-decoration: underline;
}

.topic-cloud {
  background: #fff;
  border: 1px solid #f0e8df;
  border-radius: 14px;
  padding: 0.75rem;
  box-shadow: 0 6px 22px rgba(37, 24, 7, 0.05);
}

.topic-pill {
  border: 1px solid #eee2d7;
  background: #fff;
  color: #251807;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.topic-pill:hover,
.topic-pill:focus,
.topic-pill.active {
  background: rgba(255, 145, 0, 0.14);
  border-color: #ff9100;
  color: #251807;
}

@media (max-width: 767px) {
  .hero-headline {
    font-size: 2.35rem;
  }
}

.hero-card {
  background: #fff;
  border: 1px solid #f0e8df;
  box-shadow: 0 18px 70px rgba(37, 24, 7, 0.08);
  padding: 1.5rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  background-color: rgba(255, 145, 0, 0.12);
  color: #251807;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
}

.section-heading {
  max-width: 760px;
}

.feature-card {
  background: #fff;
  border: 1px solid #eee2d7;
  border-radius: 14px;
  padding: 1.5rem;
  height: 100%;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 40px rgba(37, 24, 7, 0.08);
}

.icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 145, 0, 0.1);
  color: #251807;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.bg-deep {
  background-color: var(--deep);
}

.text-deep {
  color: var(--deep);
}

.text-deep-soft {
  color: rgba(255, 255, 255, 0.82);
}

.bg-accent {
  background-color: var(--accent);
}

.bg-outline {
  background: transparent;
}

.text-light-emphasis {
  color: rgba(255, 255, 255, 0.7);
}

.badge.bg-outline {
  padding: 0.65rem 0.85rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 0.85rem;
}

.badge.centered {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-link {
  color: #f0e6d9;
  text-decoration: none;
}

.footer-link:hover,
.footer-link:focus {
  color: #ffbd66;
}

.stat-card {
  background: linear-gradient(160deg, #fff5e6, #ffffff);
  border: 1px solid #f1e2d3;
  border-radius: 12px;
  padding: 1rem 1.25rem;
}

.list-check {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-check li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
}

.list-check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 800;
}

.table-accent thead th {
  background-color: #fff2dd;
  color: #251807;
}

.faq-item {
  border: 1px solid #eee2d7;
  border-radius: 12px;
  padding: 1rem 1.25rem;
}

.cta-ribbon {
  background: linear-gradient(120deg, #251807, #3a2710);
  color: #fff;
  border-radius: 18px;
  padding: 2.25rem;
  position: relative;
  overflow: hidden;
}

.cta-ribbon::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(50% 50% at 80% 20%, rgba(255, 145, 0, 0.45), rgba(255, 145, 0, 0));
}

.cta-ribbon h2,
.cta-ribbon h3,
.cta-ribbon p,
.cta-ribbon .text-secondary {
  color: #fff;
}

.cta-ribbon .btn {
  position: relative;
  z-index: 1;
}

.hero-list li {
  font-weight: 600;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.65rem;
}

.hero-meta .stat-card {
  padding: 0.85rem 1rem;
}

.pricing-hero {
  background: linear-gradient(140deg, rgba(255, 145, 0, 0.12), rgba(37, 24, 7, 0.06));
  border: 1px solid #f0e8df;
  border-radius: 18px;
  padding: 2rem;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.plan-card {
  border: 1px solid #eee2d7;
  border-radius: 16px;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 14px 46px rgba(37, 24, 7, 0.06);
  position: relative;
}

.plan-card.featured {
  border-color: #ff9100;
  box-shadow: 0 18px 60px rgba(255, 145, 0, 0.18);
}

.plan-price {
  font-size: 2.25rem;
  font-weight: 800;
  color: #251807;
}

.plan-meta {
  color: #6a5d54;
  font-size: 1rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 1rem;
  color: #251807;
}

.usecase-hero {
  background: linear-gradient(120deg, rgba(255, 145, 0, 0.15), rgba(37, 24, 7, 0.05));
  border: 1px solid #f1e6d9;
  border-radius: 18px;
  padding: 1.75rem;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  grid-auto-rows: 1fr;
}

.usecase-card {
  position: relative;
  border: 1px solid #eee2d7;
  border-radius: 14px;
  background: #fff;
  padding: 1.25rem 1.25rem 1.1rem;
  box-shadow: 0 10px 40px rgba(37, 24, 7, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.usecase-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(120deg, rgba(255, 145, 0, 0.5), rgba(37, 24, 7, 0.4));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.45;
  pointer-events: none;
}

.usecase-card:nth-child(odd) {
  background: #fffbf5;
}

.usecase-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 145, 0, 0.12);
  color: #251807;
  font-weight: 700;
  font-size: 0.95rem;
}

@media (max-width: 991px) {
  .usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .usecase-grid {
    grid-template-columns: 1fr;
  }
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.trust-bar img {
  max-height: 44px;
  object-fit: contain;
}


@media (max-width: 767px) {
  .navbar-brand span:last-child {
    font-size: 1rem;
  }

  .hero-tight {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
