:root{
  --brand: #f57c00;          /* Ramtech orange-ish */
  --brand-dark: #d76600;
  --soft: #f7f9fc;
  --soft-alt: #eef3f9;
  --ink: #111827;
}

body{
  color: var(--ink);
}

.topbar{
  background: #ffffff;
}

.anchor-menu{
  background: #ffffff;
  position: sticky;
  top: 116px;
  z-index: 1010;
}

@media (max-width: 991.98px){
  .anchor-menu{
    top: 98px;
  }
}

.anchor-menu-links{
  overflow-x: auto;
  white-space: nowrap;
}

.anchor-link{
  color: #4b5563;
  text-decoration: none;
  font-size: .95rem;
}

.anchor-link:hover{
  color: var(--ink);
  text-decoration: underline;
}

.link-plain{
  color: inherit;
  text-decoration: none;
}
.link-plain:hover{
  text-decoration: underline;
}

.navbar-brand .brand-mark{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: white;
  font-weight: 700;
}

.navbar-brand .brand-logo{
  height: 96px;
  width: auto;
}

.ai-page .navbar-brand .brand-logo,
.openmeet-page .navbar-brand .brand-logo{
  height: 78px;
  width: auto;
}

@media (max-width: 991.98px){
  .navbar-brand .brand-logo{
    height: 78px;
  }

  .ai-page .navbar-brand .brand-logo,
  .openmeet-page .navbar-brand .brand-logo{
    height: 62px;
  }
}

.btn-primary{
  background: var(--brand);
  border-color: var(--brand);
}
.btn-primary:hover,
.btn-primary:focus{
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.kicker{
  display: inline-block;
  font-size: .85rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6b7280;
}

.tiny{
  font-size: .85rem;
  color: #6b7280;
}

.system-logo{
  max-height: 60px;
  max-width: 100%;
  width: auto;
  display: block;
}

.system-logo-avyra{
  max-height: 76px;
}

.system-logo-openmeet{
  max-height: 54px;
}

.ai-call-cta{
  background: #111C2E !important;
  color: #ffffff;
}

.ai-call-cta .text-soft{
  color: #C9D4E2;
}

.ai-call-cta .ai-call-number{
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
}

.ai-call-cta .ai-call-number:hover{
  text-decoration: underline;
}

.ai-call-cta-large .ai-call-number{
  font-size: 1.45rem;
}

.ai-call-cta .cta-call-primary{
  background: #C6A85B;
  color: #111C2E;
  border: 1px solid #C6A85B;
  border-radius: 12px;
  font-weight: 600;
}

.ai-call-cta .cta-call-primary:hover,
.ai-call-cta .cta-call-primary:focus{
  background: #B99845;
  border-color: #B99845;
  color: #111C2E;
}

.ai-call-cta .cta-call-secondary{
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(198,168,91,0.85);
  border-radius: 12px;
  font-weight: 600;
}

.ai-call-cta .cta-call-secondary:hover,
.ai-call-cta .cta-call-secondary:focus{
  background: #C6A85B;
  border-color: #C6A85B;
  color: #111C2E;
}

.ai-call-cta .cta-copy-btn{
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: .375rem .6rem;
  line-height: 1;
}

.ai-call-cta .cta-copy-btn:hover,
.ai-call-cta .cta-copy-btn:focus{
  border-color: rgba(198,168,91,0.9);
  color: #C6A85B;
}

.callout .cta-copy-btn{
  background: transparent;
  color: #111827;
  border: 1px solid rgba(17,24,39,0.22);
  border-radius: 10px;
  padding: .375rem .6rem;
  line-height: 1;
}

.callout .cta-copy-btn:hover,
.callout .cta-copy-btn:focus{
  border-color: rgba(198,168,91,0.9);
  color: #B99845;
}

.hero{
  background: linear-gradient(180deg, #ffffff 0%, var(--soft) 100%);
}

main > section:nth-of-type(even){
  background: var(--soft) !important;
}

main > section:not(.hero):nth-of-type(odd){
  background: var(--soft-alt) !important;
}

main > section.ai-call-cta{
  background: #111C2E !important;
  color: #ffffff;
}

#openmeet{
  background: #ffffff !important;
}

.hero-card{
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
}

.mini-card{
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}
.mini-title{
  font-weight: 600;
}
.mini-text{
  color: #6b7280;
  font-size: .95rem;
  margin-top: 2px;
}

.trust{
  display: grid;
  gap: 6px;
  color: #374151;
  font-size: .95rem;
}

.icon-pill{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--soft);
  border: 1px solid #e5e7eb;
}

.bg-soft{
  background: var(--soft);
}

.callout{
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
}

.panel{
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
}

.badge-soft{
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #374151;
}

.result-value{
  font-size: 1.15rem;
  font-weight: 600;
  color: #0f172a;
}

.ai-panel{
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
}

.step{
  border: 1px solid #e5e7eb;
  border-radius: 18px;
}
.step-num{
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}

.testimonial{
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
}

.impact-card{
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
}

.impact-card ul{
  padding-left: 1.1rem;
}

.impact-line{
  color: #374151;
  font-size: .95rem;
}

.contact-box{
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
}

.contact-box .contact-cta{
  border-color: #e5e7eb !important;
}

.contact-box .cta-copy-btn{
  background: var(--ink);
  color: #ffffff;
  border: 1px solid rgba(17,24,39,0.2);
  border-radius: 10px;
  padding: .375rem .6rem;
  line-height: 1;
}

.contact-box .cta-copy-btn:hover,
.contact-box .cta-copy-btn:focus{
  border-color: rgba(198,168,91,0.9);
  color: #C6A85B;
}

.contact-form-card{
  border: 1px solid #e5e7eb;
  border-radius: 18px;
}

#contact .form-control,
#contact .form-select{
  border-radius: 12px;
}

#contact .form-control:focus,
#contact .form-select:focus{
  border-color: var(--brand);
  box-shadow: 0 0 0 .25rem rgba(245, 124, 0, .15);
}