:root {
  --hn-orange: #f49903;
  --hn-orange-dark: #9a5400;
  --hn-orange-soft: #fff4df;
  --hn-black: #0c1014;
  --hn-graphite: #171b20;
  --hn-gray: #d9d8d6;
  --hn-muted: #62666d;
  --hn-border: #e9dcc8;
  --bs-primary: var(--hn-orange);
  --bs-primary-rgb: 244, 153, 3;
  --bs-body-font-family: "Avenir Next", "Century Gothic", Montserrat, "Trebuchet MS", ui-sans-serif, system-ui, sans-serif;
  --bs-body-color: #181a1e;
  --bs-border-color: var(--hn-border);
  --bs-border-radius: .8rem;
  --bs-border-radius-lg: 1.2rem;
}

html { scroll-padding-top: 88px; }
body { overflow-x: hidden; background: var(--hn-gray); }
button, input, textarea, select { font: inherit; }
.py-lg-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.section-padding { padding: 5.5rem 0; }
.text-primary-brand { color: var(--hn-orange-dark) !important; }
.bg-brand { background-color: var(--hn-orange) !important; }
.bg-brand-subtle { background-color: var(--hn-orange-soft) !important; }

.btn-brand {
  --bs-btn-color: #191b1f;
  --bs-btn-bg: var(--hn-orange);
  --bs-btn-border-color: var(--hn-orange);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--hn-orange-dark);
  --bs-btn-hover-border-color: var(--hn-orange-dark);
  --bs-btn-focus-shadow-rgb: 244, 153, 3;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7f4500;
  --bs-btn-active-border-color: #7f4500;
  font-weight: 900;
}

.navbar {
  min-height: 104px;
  color: #fff;
  background: var(--hn-orange);
  box-shadow: none;
  transition: box-shadow .25s ease;
}
.navbar.scrolled { box-shadow: 0 .45rem 1.5rem rgba(0,0,0,.16); }
.brand-lockup { display: block; padding: 0; }
.brand-logo-crop {
  display: block;
  width: 15rem;
  height: 5.2rem;
  overflow: hidden;
}
.header-logo {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-1.45rem);
}
.navbar .nav-link {
  padding: .48rem 1.25rem !important;
  border-radius: 999px;
  color: #585b60;
  background: #fff;
  font-size: .9rem;
  font-weight: 700;
}
.navbar .nav-link:hover, .navbar .nav-link.active { color: #15171a; background: #fff3d9; }
.navbar-toggler { background: rgba(255,255,255,.82); }

.hero-section { color: #fff; background: var(--hn-black); }
.hero-kicker-mark { width: 5.2rem; height: 1.4rem; border-radius: 999px; background: var(--hn-orange); }
.hero-title {
  max-width: 14ch;
  color: #fff;
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.hero-question { color: var(--hn-orange); font-size: clamp(1.6rem, 2.4vw, 2.4rem); letter-spacing: -.025em; }
.hero-copy { max-width: 45rem; color: rgba(255,255,255,.88); font-size: 1.15rem; line-height: 1.65; }
.search-shell { z-index: 5; max-width: 52rem; }
.search-shell .input-group {
  border: .28rem solid #3a3b3d;
  background: var(--hn-black);
  box-shadow: 0 .85rem 1.7rem rgba(0,0,0,.18);
}
.search-shell .input-group-text { color: var(--hn-orange); }
.search-shell .form-control { min-width: 8rem; color: #fff; background: transparent; }
.search-shell .form-control::placeholder { color: rgba(255,255,255,.8); }
.search-shell .icon {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#searchSuggestions { z-index: 20; overflow: hidden; border: 0; border-radius: 1rem; }
#searchSuggestions .list-group-item { border-inline: 0; cursor: pointer; }
#searchSuggestions .list-group-item:hover, #searchSuggestions .list-group-item:focus { color: #111; background: var(--hn-orange-soft); }
.hero-tags .btn {
  padding-inline: 1rem;
  border: 1px solid #25282c;
  color: #85868a;
  background: linear-gradient(#16181c, #0b0d0f);
  box-shadow: inset 0 1px rgba(255,255,255,.04);
}
.hero-tags .btn:hover { border-color: var(--hn-orange); color: #fff; }
.hero-visual { position: relative; width: min(100%, 35rem); height: 38rem; }
.hero-visual img { width: 100%; height: 100%; object-fit: contain; }
.hero-slogan {
  position: absolute;
  z-index: 2;
  right: 18%;
  top: 15%;
  color: #14171a;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.05;
}

.gateway-section {
  padding: 8rem 0 4.5rem;
  background: var(--hn-gray);
}
.chevron-pattern {
  position: absolute;
  left: 0;
  right: 0;
  top: -4.5rem;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  height: 9rem;
  color: #fff;
  pointer-events: none;
}
.chevron-pattern span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10rem;
  font-weight: 100;
  line-height: .8;
  transform: scaleX(.62);
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}
.gateway-card {
  min-height: 9.4rem;
  padding: 1.4rem 2.4rem;
  border-radius: 999px;
  color: #63666b;
  background: #fff;
  box-shadow: .8rem 0 0 transparent, 1.1rem 0 0 #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.gateway-card:hover, .gateway-card:focus-visible { color: #24262a; transform: translateY(-5px); box-shadow: .8rem 0 0 transparent, 1.1rem 0 0 #fff, 0 1rem 2rem rgba(0,0,0,.1); }
.gateway-icon {
  display: grid;
  place-items: center;
  width: 6.4rem;
  height: 6.4rem;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: var(--hn-orange);
}
.gateway-icon svg { width: 3.6rem; height: 3.6rem; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.gateway-card strong, .gateway-card small { display: block; }
.gateway-card strong { font-size: 1.3rem; font-weight: 900; }
.gateway-card small { margin-top: .15rem; font-size: 1.2rem; line-height: 1.25; }

.section-kicker {
  color: var(--hn-orange-dark);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-kicker-light { color: rgba(255,255,255,.8); }
.kicker-line { width: .55rem; height: .55rem; border-radius: 50%; background: var(--hn-orange); box-shadow: 0 0 0 .2rem rgba(244,153,3,.12); }

.quick-actions-section { padding-top: 0; background: var(--hn-gray); }
.quick-actions-section > .container { padding: 2rem; background: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .8rem; }
.quick-card {
  min-height: 15.5rem;
  border: 1px solid var(--hn-border) !important;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.quick-card:hover, .quick-card:focus-visible {
  z-index: 2;
  transform: translateY(-5px);
  border-color: var(--hn-orange) !important;
  box-shadow: 0 .9rem 2rem rgba(0,0,0,.09);
}
.quick-card-button { appearance: none; }
.quick-icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: #17191d;
  background: var(--hn-orange);
}
.quick-icon svg { width: 2rem; height: 2rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.quick-card strong { font-size: .95rem; font-weight: 900; }
.quick-card small { display: block; min-height: 3rem; font-size: .78rem; line-height: 1.25; }
.quick-link-label { display: block; margin-top: 1.15rem; color: var(--hn-orange-dark); font-size: .78rem; font-weight: 900; }

.faq-section { background: #f4f3f0; }
.category-sticky { top: 105px; border-radius: 1.25rem; }
#categoryList .nav-link {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .8rem .9rem;
  border-radius: .85rem;
  color: #4b5057;
  font-weight: 700;
  text-align: left;
}
#categoryList .nav-link:hover { color: #111; background: #f4f2ec; }
#categoryList .nav-link.active { color: #704000; background: var(--hn-orange-soft); }
.category-symbol { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: .7rem; background: rgba(0,0,0,.045); font-size: .9rem; }
#categoryList .nav-link.active .category-symbol { background: rgba(244,153,3,.18); }
#articleAccordion .accordion-item { border-color: #e7e3dc; }
#articleAccordion .accordion-button { padding: 1.2rem .25rem; box-shadow: none; background: transparent; font-weight: 800; }
#articleAccordion .accordion-button:not(.collapsed) { color: var(--hn-orange-dark); }
#articleAccordion .accordion-button::after { background-size: 1rem; }
#articleAccordion .accordion-body { padding: 0 .25rem 1.35rem; color: #59606a; }
#articleAccordion .accordion-body p:last-child { margin-bottom: 0; }
.article-summary { margin-top: .35rem; color: #7a8089; font-size: .9rem; font-weight: 500; }
.article-note { padding: .9rem 1rem; border-left: .25rem solid var(--hn-orange); border-radius: 0 .75rem .75rem 0; color: #454a51; background: var(--hn-orange-soft); }
.inline-link { color: var(--hn-orange-dark); font-weight: 800; }
.empty-icon { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; border-radius: 50%; color: #704000; background: var(--hn-orange-soft); font-size: 1.5rem; font-weight: 900; }

.contact-section { background: linear-gradient(135deg, #0b1014, #151a20); }
.contact-glow { position: absolute; width: 34rem; height: 34rem; left: -18rem; bottom: -18rem; border: 1px solid rgba(244,153,3,.15); border-radius: 50%; }
.contact-section .section-kicker-light, .contact-section .text-white-50 { color: rgba(255,255,255,.64) !important; }
.step-number {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #17191d;
  background: var(--hn-orange);
  font-size: 1.2rem;
  font-weight: 900;
}
.service-hours { border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); }
.form-card { border-radius: 1.6rem; }
.form-control, .form-select { min-height: 3rem; border-color: #dfe2e7; }
.form-control:focus, .form-select:focus { border-color: var(--hn-orange); box-shadow: 0 0 0 .2rem rgba(244,153,3,.18); }
#contactForm .form-label { margin-bottom: .45rem; color: #34383e; font-weight: 800; }
#contactForm textarea.form-control { min-height: 9rem; resize: vertical; }
.attachment-group {
  padding: 1rem;
  border: 1px dashed #cfd3d8;
  border-radius: .85rem;
  background: #fafafa;
}
.attachment-input { min-height: auto; background: #fff; }
.attachment-input::file-selector-button { color: #24262a; font-weight: 700; }
.attachment-item { padding: .55rem .7rem; border: 1px solid #dfe2e7; border-radius: .6rem; background: #fff; }
.attachment-name { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .85rem; }
.attachment-remove { min-height: 2.5rem; font-size: .75rem; }
.privacy-check { border-color: #dfe2e7 !important; background: #fafbfc; }
.privacy-check .form-check-input { margin-top: .2rem; }
#submitSalesforceForm:disabled { opacity: .72; cursor: wait; }

.whatsapp-float {
  position: fixed;
  z-index: 1020;
  right: 1.4rem;
  bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  min-height: 3.6rem;
  padding: .75rem 1.1rem;
  border: 4px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #05aa38;
  box-shadow: 0 .9rem 2rem rgba(0,0,0,.25);
  font-size: .82rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.whatsapp-float:hover, .whatsapp-float:focus-visible { color: #fff; background: #078b31; transform: translateY(-3px); }
.whatsapp-float svg { width: 1.6rem; height: 1.6rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.reveal-item { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal-item.is-visible { opacity: 1; transform: none; }

@media (max-width: 1199.98px) {
  .quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-visual { height: 34rem; }
}

@media (max-width: 991.98px) {
  .section-padding { padding: 4.5rem 0; }
  .navbar-collapse { padding: .8rem 0 1rem; }
  .navbar .nav-link { margin: .3rem 0; text-align: center; }
  .category-sticky { position: static !important; }
  .gateway-section { padding-top: 6rem; }
}

@media (max-width: 767.98px) {
  .py-lg-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .hero-title { font-size: 2.4rem; }
  .hero-copy { font-size: 1rem; }
  .search-shell .input-group { border-radius: 1rem !important; }
  .search-shell .input-group-text { display: none; }
  .search-shell .form-control { flex: 1 0 100%; padding: .8rem 1rem; border-bottom: 1px solid #36383c !important; }
  .search-shell .btn { width: 100%; margin-top: .35rem; border-radius: .75rem !important; }
  .gateway-section { padding: 4rem 0 3rem; }
  .chevron-pattern { display: none; }
  .gateway-card { min-height: 7rem; padding: 1rem 1.2rem; border-radius: 1.5rem; box-shadow: none; }
  .gateway-icon { width: 4.5rem; height: 4.5rem; }
  .gateway-icon svg { width: 2.5rem; height: 2.5rem; }
  .gateway-card strong { font-size: 1.05rem; }
  .gateway-card small { font-size: .9rem; }
  .quick-actions-section > .container { width: calc(100% - 1.5rem); padding: 1.25rem; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 13rem; }
  .quick-card small { min-height: auto; }
  .whatsapp-float { right: .85rem; bottom: .85rem; width: 3.6rem; padding: .7rem; justify-content: center; }
  .whatsapp-float span { display: none; }
}

@media (max-width: 575.98px) {
  .navbar { min-height: 88px; }
  .brand-logo-crop { width: 11.5rem; height: 4rem; }
  .header-logo { transform: translateY(-1.1rem); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-item { opacity: 1; transform: none; }
}

.bot-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#turnstileContainer { min-height: 65px; }
#formStatus { scroll-margin-top: 7rem; }
.reveal-delay-0 { transition-delay: 0ms; }
.reveal-delay-1 { transition-delay: 70ms; }
.reveal-delay-2 { transition-delay: 140ms; }
.reveal-delay-3 { transition-delay: 210ms; }
