.elementor-7822 .elementor-element.elementor-element-96957bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7822 .elementor-element.elementor-element-19f2d4c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-96957bf *//* =========================================================
   ANCHOR BOX BRAND HEADER
   Based on supplied logo colors and current anchorbox.com cues
========================================================= */

.ab-site-header {
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.ab-site-header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ab-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.ab-brand img {
  display: block;
  width: 245px;
  max-width: 42vw;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

.ab-header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.35;
}

.ab-header-contact a {
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.ab-header-contact span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.ab-trust-strip {
  background: var(--orange);
  color: #101310;
  border-bottom: 4px solid var(--navy);
}

.ab-trust-grid {
  min-height: 44px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.ab-trust-grid span {
  padding: 8px 14px;
  border-right: 1px solid rgba(16,19,16,.20);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
}

.ab-trust-grid span:last-child {
  border-right: 0;
}


/* =========================================================
   ANCHOR BOX FAQ PAGE — SIMPLE HTML + CSS
========================================================= */

:root {
  --navy: #111111;
  --blue: #111111;
  --orange: #f80403;
  --cream: #f7f7f7;
  --soft: #f4f4f4;
  --white: #ffffff;
  --text: #111111;
  --muted: #626262;
  --border: #dddddd;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

a { color: inherit; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* HERO */

.faq-hero {
  padding: 105px 0 92px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(227,107,44,.24) 0 10%, transparent 10.4%),
    linear-gradient(135deg, #101310, var(--navy));
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 70px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #ffd0d0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 26px;
  height: 2px;
  background: currentColor;
  content: "";
}

.faq-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(48px, 6vw, 76px);
  line-height: .99;
  letter-spacing: -.05em;
}

.hero-lead {
  max-width: 780px;
  margin: 26px 0 16px;
  color: #eeeeee;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.35;
  font-weight: 600;
}

.faq-hero p:not(.hero-lead) {
  max-width: 760px;
  color: #dddddd;
}

.faq-hero p a {
  color: #fff;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.btn-primary {
  background: var(--orange);
  color: #fff;
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.07);
  color: #fff;
}

.hero-card {
  padding: 32px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
  background: rgba(255,255,255,.08);
}

.hero-card-label {
  display: block;
  margin-bottom: 8px;
  color: #ffd0d0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-card > strong {
  display: block;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.hero-card p {
  color: #dddddd;
  font-size: 15px;
}

.hero-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hero-card li {
  position: relative;
  padding: 10px 0 10px 27px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #f7f7f7;
  font-size: 14px;
}

.hero-card li::before {
  position: absolute;
  left: 0;
  color: #ffd0d0;
  content: "✓";
  font-weight: 800;
}

/* CATEGORY NAV */

.category-nav-wrap {
  position: relative;
  z-index: 3;
  margin-top: -24px;
}

.category-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,.10);
}

.category-nav a {
  min-width: 0;
  padding: 20px 18px;
  border-right: 1px solid var(--border);
  color: var(--navy);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.category-nav a:last-child { border-right: 0; }

.category-nav a span {
  display: block;
  margin-bottom: 6px;
  color: var(--orange);
  font-size: 11px;
}

/* MAIN */

.faq-main {
  padding: 90px 0 110px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 70px;
}

.sidebar-inner {
  position: sticky;
  top: 30px;
}

.sidebar-title {
  display: block;
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.faq-sidebar > .sidebar-inner > a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.faq-sidebar > .sidebar-inner > a span {
  display: inline-block;
  width: 28px;
  color: var(--orange);
  font-size: 11px;
}

.sidebar-help {
  margin-top: 28px;
  padding: 22px;
  border-radius: 18px;
  background: var(--cream);
}

.sidebar-help strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.sidebar-help p {
  margin: 9px 0;
  color: var(--muted);
  font-size: 14px;
}

.sidebar-help a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

/* FAQ GROUPS */

.faq-group {
  scroll-margin-top: 30px;
  margin-bottom: 80px;
}

.faq-group:last-child { margin-bottom: 0; }

.faq-group-head {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 28px;
}

.faq-group-head span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}

.faq-group-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.faq-list {
  border-top: 1px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item summary {
  position: relative;
  padding: 24px 54px 24px 0;
  cursor: pointer;
  list-style: none;
  color: var(--text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  position: absolute;
  top: 19px;
  right: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
  color: var(--blue);
  content: "+";
  font-size: 24px;
}

.faq-item[open] summary::after {
  background: var(--navy);
  color: #fff;
  content: "−";
}

.faq-answer {
  max-width: 870px;
  padding: 0 44px 26px 0;
}

.faq-answer p {
  margin: 0 0 15px;
  color: var(--muted);
}

.faq-answer p:last-child { margin-bottom: 0; }

/* FINAL CTA */

.final-cta {
  padding: 90px 0;
  background: var(--blue);
  color: #fff;
}

.final-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: center;
}

.eyebrow.light { color: #ffd0d0; }

.final-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 4.8vw, 60px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.final-cta > .container > div > p {
  max-width: 700px;
  color: #eeeeee;
}

.contact-card {
  display: grid;
  gap: 11px;
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  color: var(--text);
}

.contact-card .phone {
  color: var(--navy);
  font-size: 27px;
  font-weight: 900;
  text-decoration: none;
}

.contact-card .secondary-phone { font-size: 19px; }

.contact-card p { color: var(--muted); }

.btn.full { width: 100%; }

/* RESPONSIVE */

@media (max-width: 1000px) {
  .hero-grid,
  .final-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .category-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-nav a {
    border-bottom: 1px solid var(--border);
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-sidebar {
    display: none;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .faq-hero {
    padding: 75px 0 65px;
  }

  .faq-hero h1 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .category-nav {
    grid-template-columns: 1fr;
  }

  .category-nav a {
    border-right: 0;
  }

  .faq-main {
    padding: 65px 0 80px;
  }

  .faq-group {
    margin-bottom: 60px;
  }

  .faq-item summary {
    padding-right: 48px;
    font-size: 18px;
  }

  .faq-answer {
    padding-right: 0;
  }
}


/* =========================================================
   LOGO-PALETTE DETAIL REFINEMENTS
========================================================= */

::selection {
  background: var(--orange);
  color: #fff;
}

.faq-hero {
  background:
    radial-gradient(circle at 88% 14%, rgba(248,4,3,.18) 0 10%, transparent 10.4%),
    linear-gradient(135deg, #101310 0%, var(--navy) 100%);
}

.btn-primary {
  box-shadow: 0 8px 22px rgba(248,4,3,.20);
}

.btn-primary:hover {
  background: #cf0303;
}

.category-nav {
  border-top: 4px solid var(--orange);
}

.category-nav a:hover {
  background: #fafafa;
  color: var(--orange);
}

.faq-group-head h2 {
  color: var(--navy);
}

.faq-item[open] summary {
  color: var(--navy);
}

.faq-item[open] summary::after {
  background: var(--orange);
  color: #fff;
}

.sidebar-help {
  border-left: 4px solid var(--orange);
}

.final-cta {
  background:
    linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
}

.contact-card {
  border-top: 5px solid var(--orange);
}

@media (max-width: 700px) {
  .ab-site-header-inner {
    min-height: auto;
    padding: 12px 0;
  }

  .ab-brand img {
    width: 180px;
    height: 58px;
  }

  .ab-header-contact span {
    display: none;
  }

  .ab-header-contact a {
    font-size: 15px;
  }

  .ab-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ab-trust-grid span {
    border-bottom: 1px solid rgba(16,19,16,.18);
  }
}


/* =========================================================
   FINAL ANCHOR BOX PALETTE — RED / BLACK / WHITE ONLY
========================================================= */

body {
  color: #111;
  background: #fff;
}

.ab-site-header {
  background: #fff;
  border-bottom-color: #ddd;
}

.ab-header-contact a {
  color: #111;
}

.ab-trust-strip {
  background: #f80403;
  color: #fff;
  border-bottom: 4px solid #111;
}

.ab-trust-grid span {
  border-color: rgba(255,255,255,.28);
}

.faq-hero {
  background:
    radial-gradient(circle at 88% 14%, rgba(248,4,3,.20) 0 10%, transparent 10.5%),
    linear-gradient(135deg, #000 0%, #161616 100%);
}

.hero-card {
  background: rgba(255,255,255,.07);
}

.category-nav {
  background: #fff;
  border-top-color: #f80403;
}

.category-nav a {
  color: #111;
}

.category-nav a:hover {
  background: #fafafa;
  color: #f80403;
}

.faq-group-head h2,
.faq-item[open] summary,
.sidebar-help a,
.contact-card .phone {
  color: #111;
}

.faq-item summary::after {
  background: #f3f3f3;
  color: #111;
}

.faq-item[open] summary::after {
  background: #f80403;
  color: #fff;
}

.sidebar-help {
  background: #f7f7f7;
  border-left-color: #f80403;
}

.final-cta {
  background: #111;
}

.contact-card {
  background: #fff;
  border-top-color: #f80403;
}

.btn-primary {
  background: #f80403;
  color: #fff;
}

.btn-primary:hover {
  background: #d80000;
}

.btn-secondary {
  border-color: rgba(255,255,255,.45);
  color: #fff;
}
.faq-hero h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(48px, 6vw, 76px);
    line-height: .99;
    letter-spacing: -.05em;
    color: white;
}
.final-cta h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(38px, 4.8vw, 60px);
    line-height: 1.02;
    letter-spacing: -.045em;
    color: white;
}

.final-cta > .container > div > p {
    max-width: 700px;
    color: grey !important;
}/* End custom CSS */