.elementor-9895 .elementor-element.elementor-element-fde9014{--display:flex;--margin-top:-131px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-511727b *//* =========================================================
   STATUES.COM
   FREQUENTLY ASKED QUESTIONS ABOUT STATUES
   COMPLETE SAFE FULL-WIDTH RESPONSIVE CSS

   IMPORTANT:
   - Full width applies ONLY to .statue-faq-guide
   - Does not modify the Elementor header, logo, menu,
     footer, or unrelated website containers
========================================================= */


/* =========================================================
   01. VARIABLES AND SAFE FULL-WIDTH WRAPPER
========================================================= */

.statue-faq-guide {
  --faq-bg-page: #f3f6f9;
  --faq-bg-soft: #f8fafc;
  --faq-bg-warm: #f7f3ec;
  --faq-bg-dark: #071a33;
  --faq-bg-navy: #0b294b;
  --faq-bg-blue: #123d6b;

  --faq-text-dark: #172436;
  --faq-text-body: #405167;
  --faq-text-muted: #68798e;
  --faq-text-light: #dce6f2;

  --faq-gold: #b88a4b;
  --faq-gold-dark: #8d652f;
  --faq-gold-light: #d8bb8b;

  --faq-blue: #174b7c;
  --faq-blue-light: #eaf2f9;

  --faq-border: #dce4ec;
  --faq-white: #ffffff;

  --faq-warning: #a74f3d;
  --faq-warning-bg: #fff4f0;

  --faq-shadow-small:
    0 8px 22px rgba(10, 33, 58, 0.07);

  --faq-shadow-medium:
    0 16px 45px rgba(10, 33, 58, 0.10);

  --faq-shadow-large:
    0 25px 70px rgba(4, 20, 39, 0.18);

  --faq-radius-small: 8px;
  --faq-radius-medium: 14px;
  --faq-radius-large: 22px;

  position: relative;

  width: 100vw;
  max-width: 100vw;

  margin-top: 0;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 0;

  color: var(--faq-text-body);
  background: var(--faq-bg-page);

  font-family:
    Inter,
    "Helvetica Neue",
    Arial,
    sans-serif;

  font-size: 17px;
  line-height: 1.78;

  overflow-x: clip;
}


/* =========================================================
   02. LOCAL RESET
   ONLY AFFECTS THE FAQ PAGE
========================================================= */

.statue-faq-guide,
.statue-faq-guide *,
.statue-faq-guide *::before,
.statue-faq-guide *::after {
  box-sizing: border-box;
}

.statue-faq-guide img {
  display: block;
  max-width: 100%;
  height: auto;
}

.statue-faq-guide a {
  color: inherit;
}

.statue-faq-guide p {
  margin: 0 0 22px;
}

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

.statue-faq-guide h1,
.statue-faq-guide h2,
.statue-faq-guide h3,
.statue-faq-guide h4 {
  margin-top: 0;

  color: var(--faq-text-dark);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-weight: 700;
  line-height: 1.2;
}

.statue-faq-guide h2 {
  margin-bottom: 22px;

  font-size: clamp(31px, 3vw, 46px);
  letter-spacing: -0.025em;
}

.statue-faq-guide h3 {
  margin: 34px 0 15px;
  font-size: 24px;
}

.statue-faq-guide ul,
.statue-faq-guide ol {
  margin: 20px 0 28px;
  padding-left: 25px;
}

.statue-faq-guide li {
  margin-bottom: 9px;
}

.statue-faq-guide section[id] {
  scroll-margin-top: 110px;
}


/* =========================================================
   03. FULL-WIDTH HERO
========================================================= */

.statue-faq-guide__hero {
  position: relative;
  isolation: isolate;

  display: flex;
  align-items: center;

  width: 100%;
  max-width: none;
  min-height: 680px;

  padding:
    110px
    clamp(22px, 5vw, 90px)
    145px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 72% 38%,
      rgba(187, 145, 80, 0.25) 0,
      rgba(187, 145, 80, 0.08) 24%,
      transparent 50%
    ),
    radial-gradient(
      circle at 12% 90%,
      rgba(37, 104, 164, 0.24) 0,
      transparent 46%
    ),
    linear-gradient(
      125deg,
      #06162b 0%,
      #0a294b 47%,
      #123b64 100%
    );
}

.statue-faq-guide__hero::before {
  content: "";

  position: absolute;
  z-index: -2;
  inset: 0;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );

  background-size: 52px 52px;

  -webkit-mask-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.75),
      transparent 95%
    );

  mask-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.75),
      transparent 95%
    );
}

.statue-faq-guide__hero::after {
  content: "";

  position: absolute;
  z-index: -1;
  top: 50%;
  right: -130px;

  width: 560px;
  height: 560px;

  border: 1px solid rgba(216, 187, 139, 0.22);
  border-radius: 50%;

  box-shadow:
    0 0 0 65px rgba(216, 187, 139, 0.04),
    0 0 0 135px rgba(216, 187, 139, 0.025);

  transform: translateY(-50%);
}

.statue-faq-guide__hero-inner {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1600px;

  margin: 0 auto;
}

.statue-faq-guide__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 13px;

  margin-bottom: 24px !important;

  color: var(--faq-gold-light);

  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.statue-faq-guide__eyebrow::before {
  content: "";

  display: block;

  width: 52px;
  height: 2px;

  background: var(--faq-gold);
}

.statue-faq-guide__hero h1 {
  max-width: 1100px;
  margin-bottom: 28px;

  color: var(--faq-white);

  font-size: clamp(47px, 6vw, 84px);
  letter-spacing: -0.045em;
  line-height: 1.02;

  text-wrap: balance;
}

.statue-faq-guide__hero-description {
  max-width: 900px;
  margin-bottom: 38px !important;

  color: rgba(236, 243, 250, 0.88);

  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.65;
}

.statue-faq-guide__hero-actions,
.statue-faq-guide__cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}


/* =========================================================
   04. BUTTONS
========================================================= */

.statue-faq-guide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 56px;
  padding: 14px 27px;

  border: 1px solid transparent;
  border-radius: 6px;

  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.statue-faq-guide__button:hover {
  transform: translateY(-3px);
}

.statue-faq-guide__button--primary {
  color: #071a33 !important;

  background:
    linear-gradient(
      135deg,
      #d6b47c,
      #b88645
    );

  box-shadow:
    0 13px 30px rgba(184, 134, 69, 0.25);
}

.statue-faq-guide__button--primary:hover {
  color: #071a33 !important;

  background:
    linear-gradient(
      135deg,
      #e1c594,
      #c79758
    );

  box-shadow:
    0 17px 38px rgba(184, 134, 69, 0.34);
}

.statue-faq-guide__button--secondary {
  color: var(--faq-white) !important;

  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);

  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.statue-faq-guide__button--secondary:hover {
  color: var(--faq-white) !important;

  border-color: var(--faq-gold-light);
  background: rgba(255, 255, 255, 0.12);
}


/* =========================================================
   05. STAT BAR
========================================================= */

.statue-faq-guide__stats {
  position: relative;
  z-index: 10;

  width: 100%;
  max-width: none;

  margin-top: -68px;

  padding:
    0
    clamp(18px, 4vw, 70px);
}

.statue-faq-guide__stats-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  width: 100%;
  max-width: 1600px;

  margin: 0 auto;

  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--faq-radius-medium);

  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--faq-shadow-large);

  overflow: hidden;
}

.statue-faq-guide__stat {
  position: relative;

  min-height: 135px;
  padding: 31px 25px;

  text-align: center;
}

.statue-faq-guide__stat:not(:last-child)::after {
  content: "";

  position: absolute;
  top: 28px;
  right: 0;
  bottom: 28px;

  width: 1px;

  background: var(--faq-border);
}

.statue-faq-guide__stat strong {
  display: block;

  margin-bottom: 7px;

  color: var(--faq-bg-navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 25px;
  line-height: 1.2;
}

.statue-faq-guide__stat span {
  display: block;

  color: var(--faq-text-muted);

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}


/* =========================================================
   06. MAIN FULL-WIDTH LAYOUT
========================================================= */

.statue-faq-guide__layout {
  display: grid;
  grid-template-columns:
    300px
    minmax(0, 1fr);

  align-items: start;
  gap: clamp(28px, 3vw, 50px);

  width: 100%;
  max-width: none;

  margin: 0 auto;

  padding:
    86px
    clamp(22px, 4vw, 75px)
    110px;
}

.statue-faq-guide__sidebar {
  position: relative;
  min-width: 0;
}

.statue-faq-guide__content {
  width: 100%;
  max-width: none;
  min-width: 0;
}


/* =========================================================
   07. STICKY QUICK NAVIGATION
========================================================= */

.statue-faq-guide__nav {
  position: sticky;
  top: 95px;

  max-height: calc(100vh - 125px);

  padding: 25px 18px;

  border: 1px solid var(--faq-border);
  border-radius: var(--faq-radius-medium);

  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--faq-shadow-small);

  overflow-x: hidden;
  overflow-y: auto;

  scrollbar-width: thin;
  scrollbar-color: var(--faq-gold) transparent;
}

.statue-faq-guide__nav::-webkit-scrollbar {
  width: 5px;
}

.statue-faq-guide__nav::-webkit-scrollbar-track {
  background: transparent;
}

.statue-faq-guide__nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--faq-gold);
}

.statue-faq-guide__nav-title {
  margin: 0 8px 18px !important;
  padding-bottom: 16px;

  border-bottom: 1px solid var(--faq-border);

  color: var(--faq-bg-navy);

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.statue-faq-guide__nav a {
  display: block;

  margin-bottom: 3px;
  padding: 9px 10px 9px 13px;

  border-left: 2px solid transparent;
  border-radius: 0 5px 5px 0;

  color: #53657a;

  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none !important;

  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    padding-left 0.2s ease;
}

.statue-faq-guide__nav a:hover,
.statue-faq-guide__nav a:focus-visible {
  padding-left: 17px;

  border-left-color: var(--faq-gold);

  color: var(--faq-bg-navy);
  background: var(--faq-bg-warm);
}


/* =========================================================
   08. CONTENT SECTIONS
========================================================= */

.statue-faq-guide__section {
  position: relative;

  width: 100%;
  max-width: none;

  margin-bottom: 30px;

  padding:
    clamp(32px, 4.5vw, 62px);

  border: 1px solid var(--faq-border);
  border-radius: var(--faq-radius-large);

  background: var(--faq-white);
  box-shadow: var(--faq-shadow-small);
}

.statue-faq-guide__section::before {
  content: "";

  position: absolute;
  top: 0;
  left: 45px;

  width: 82px;
  height: 3px;

  border-radius: 0 0 5px 5px;

  background:
    linear-gradient(
      90deg,
      var(--faq-gold),
      var(--faq-gold-light)
    );
}

.statue-faq-guide__section-label {
  margin-bottom: 12px !important;

  color: var(--faq-gold-dark);

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.statue-faq-guide__lead {
  margin-bottom: 25px !important;

  color: var(--faq-bg-navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(23px, 2.6vw, 32px);
  font-weight: 700;
  line-height: 1.45;
}


/* =========================================================
   09. INSIGHT BOX
========================================================= */

.statue-faq-guide__insight {
  position: relative;

  margin: 35px 0 5px;
  padding: 30px 34px 30px 38px;

  border-radius: 12px;

  color: #e9f1f8;

  background:
    linear-gradient(
      135deg,
      #0b294b,
      #174b7c
    );

  box-shadow:
    0 15px 35px rgba(11, 41, 75, 0.17);
}

.statue-faq-guide__insight::before {
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 5px;

  border-radius: 12px 0 0 12px;

  background: var(--faq-gold);
}

.statue-faq-guide__insight h2,
.statue-faq-guide__insight h3 {
  margin: 0 0 11px;
  color: var(--faq-white);
}

.statue-faq-guide__insight h2 {
  font-size: 29px;
}

.statue-faq-guide__insight h3 {
  font-size: 23px;
}

.statue-faq-guide__insight p {
  color: rgba(236, 244, 251, 0.84);
}


/* =========================================================
   10. FAQ CATEGORY GRID
========================================================= */

.statue-faq-guide__category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;

  margin-top: 34px;
}

.statue-faq-guide__category-card {
  position: relative;

  display: block;

  min-height: 205px;
  padding: 28px 24px;

  border: 1px solid var(--faq-border);
  border-radius: 13px;

  color: var(--faq-text-body) !important;
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f8fafc
    );

  text-decoration: none !important;

  overflow: hidden;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.statue-faq-guide__category-card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--faq-bg-blue),
      var(--faq-gold)
    );

  opacity: 0.85;
}

.statue-faq-guide__category-card:hover {
  transform: translateY(-6px);

  border-color: rgba(184, 138, 75, 0.55);
  background: var(--faq-white);

  box-shadow: var(--faq-shadow-medium);
}

.statue-faq-guide__category-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  margin-bottom: 18px;

  border-radius: 50%;

  color: var(--faq-white);
  background: var(--faq-bg-navy);

  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.statue-faq-guide__category-card h3 {
  margin: 0 0 11px;

  color: var(--faq-bg-navy);

  font-size: 22px;
}

.statue-faq-guide__category-card p {
  color: var(--faq-text-muted);

  font-size: 14px;
  line-height: 1.65;
}


/* =========================================================
   11. NUMBERED FAQ SECTION HEADINGS
========================================================= */

.statue-faq-guide__faq-section {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #fbfcfd
    );
}

.statue-faq-guide__section-heading {
  display: flex;
  align-items: center;
  gap: 21px;

  margin-bottom: 28px;
  padding-bottom: 25px;

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

.statue-faq-guide__section-heading h2 {
  margin-bottom: 0;
}

.statue-faq-guide__section-heading
.statue-faq-guide__section-label {
  margin-bottom: 7px !important;
}

.statue-faq-guide__section-number {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 62px;
  height: 62px;

  border: 1px solid #d5c19f;
  border-radius: 50%;

  color: var(--faq-gold-dark);
  background: var(--faq-bg-warm);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 18px;
  font-weight: 700;
}


/* =========================================================
   12. FAQ ACCORDION
========================================================= */

.statue-faq-guide__faq {
  display: grid;
  gap: 13px;

  margin-top: 28px;
}

.statue-faq-guide__faq details {
  border: 1px solid var(--faq-border);
  border-radius: 11px;

  background: var(--faq-white);

  box-shadow:
    0 5px 15px rgba(10, 33, 58, 0.035);

  overflow: hidden;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.statue-faq-guide__faq details:hover {
  border-color: rgba(184, 138, 75, 0.35);
}

.statue-faq-guide__faq details[open] {
  border-color: rgba(184, 138, 75, 0.55);

  box-shadow:
    0 10px 26px rgba(10, 33, 58, 0.08);
}

.statue-faq-guide__faq summary {
  position: relative;

  display: flex;
  align-items: center;

  min-height: 72px;

  padding: 19px 68px 19px 24px;

  color: var(--faq-bg-navy);
  background: var(--faq-white);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;

  cursor: pointer;
  list-style: none;

  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

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

.statue-faq-guide__faq summary::marker {
  display: none;
  content: "";
}

.statue-faq-guide__faq summary::after {
  content: "+";

  position: absolute;
  top: 50%;
  right: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;

  border: 1px solid #d6c3a4;
  border-radius: 50%;

  color: var(--faq-gold-dark);
  background: var(--faq-bg-warm);

  font-family: Arial, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;

  transform: translateY(-50%);

  transition:
    transform 0.25s ease,
    color 0.25s ease,
    background-color 0.25s ease;
}

.statue-faq-guide__faq details[open] summary {
  color: var(--faq-gold-dark);
  background: var(--faq-bg-warm);
}

.statue-faq-guide__faq details[open] summary::after {
  content: "−";

  color: var(--faq-white);
  background: var(--faq-gold);

  transform:
    translateY(-50%)
    rotate(180deg);
}

.statue-faq-guide__faq-answer {
  padding: 24px 25px 26px;

  border-top: 1px solid var(--faq-border);

  background: var(--faq-white);
}

.statue-faq-guide__faq-answer p {
  color: var(--faq-text-body);

  font-size: 15px;
  line-height: 1.75;
}


/* =========================================================
   13. TEXT LINKS
========================================================= */

.statue-faq-guide__text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-top: 25px;

  color: var(--faq-gold-dark) !important;

  font-size: 15px;
  font-weight: 850;
  text-decoration: none !important;
}

.statue-faq-guide__text-link::after {
  content: "→";

  font-size: 18px;

  transition: transform 0.2s ease;
}

.statue-faq-guide__text-link:hover {
  color: var(--faq-bg-blue) !important;
}

.statue-faq-guide__text-link:hover::after {
  transform: translateX(5px);
}


/* =========================================================
   14. LEGAL NOTE
========================================================= */

.statue-faq-guide__legal-note {
  position: relative;

  margin-top: 34px;
  padding: 28px 30px 28px 78px;

  border: 1px solid #e2cfaf;
  border-radius: 12px;

  background:
    linear-gradient(
      145deg,
      #fbf7f0,
      #f5ecde
    );
}

.statue-faq-guide__legal-note::before {
  content: "§";

  position: absolute;
  top: 27px;
  left: 25px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;

  border: 1px solid #d1b889;
  border-radius: 50%;

  color: var(--faq-white);
  background: var(--faq-gold);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 19px;
  font-weight: 700;
}

.statue-faq-guide__legal-note strong {
  display: block;

  margin-bottom: 8px;

  color: var(--faq-gold-dark);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 20px;
}

.statue-faq-guide__legal-note p {
  color: #625749;

  font-size: 14px;
  line-height: 1.7;
}


/* =========================================================
   15. RELATED GUIDES
========================================================= */

.statue-faq-guide__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;

  margin-top: 32px;
}

.statue-faq-guide__related-card {
  position: relative;

  display: block;

  min-height: 180px;

  padding: 27px 26px 25px 78px;

  border: 1px solid var(--faq-border);
  border-radius: 12px;

  color: var(--faq-text-body) !important;
  background: var(--faq-bg-soft);

  text-decoration: none !important;

  overflow: hidden;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.statue-faq-guide__related-card:hover {
  transform: translateY(-5px);

  border-color: rgba(184, 138, 75, 0.55);

  background: var(--faq-white);
  box-shadow: var(--faq-shadow-small);
}

.statue-faq-guide__related-card > span {
  position: absolute;
  top: 27px;
  left: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 37px;
  height: 37px;

  border-radius: 50%;

  color: var(--faq-white);
  background: var(--faq-bg-navy);

  font-size: 11px;
  font-weight: 900;
}

.statue-faq-guide__related-card h3 {
  margin: 0 0 10px;

  color: var(--faq-bg-navy);

  font-size: 22px;
}

.statue-faq-guide__related-card p {
  color: var(--faq-text-muted);

  font-size: 14px;
  line-height: 1.65;
}


/* =========================================================
   16. DECISION GRID
========================================================= */

.statue-faq-guide__decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;

  margin: 34px 0 0;
}

.statue-faq-guide__decision-grid > div {
  position: relative;

  min-height: 112px;
  padding: 22px 15px;

  border: 1px solid var(--faq-border);
  border-radius: 10px;

  background: var(--faq-bg-soft);

  text-align: center;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.statue-faq-guide__decision-grid > div:hover {
  transform: translateY(-4px);

  border-color: rgba(184, 138, 75, 0.5);
  box-shadow: var(--faq-shadow-small);
}

.statue-faq-guide__decision-grid span {
  display: block;

  margin-bottom: 7px;

  color: var(--faq-gold);

  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.statue-faq-guide__decision-grid h3 {
  margin: 0;

  color: var(--faq-bg-navy);

  font-size: 19px;
}


/* =========================================================
   17. CTA
========================================================= */

.statue-faq-guide__cta {
  position: relative;

  width: 100%;
  max-width: none;

  margin-top: 34px;

  border-radius: var(--faq-radius-large);

  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(216, 187, 139, 0.28),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #06172d,
      #0d3964
    );

  box-shadow: var(--faq-shadow-large);

  overflow: hidden;
}

.statue-faq-guide__cta::before {
  content: "";

  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );

  background-size: 45px 45px;

  pointer-events: none;
}

.statue-faq-guide__cta::after {
  content: "?";

  position: absolute;
  top: 50%;
  right: clamp(25px, 6vw, 100px);

  color: rgba(255, 255, 255, 0.035);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(200px, 28vw, 430px);
  font-weight: 700;
  line-height: 1;

  transform: translateY(-50%);

  pointer-events: none;
}

.statue-faq-guide__cta-inner {
  position: relative;
  z-index: 2;

  padding:
    clamp(45px, 7vw, 82px);
}

.statue-faq-guide__cta-eyebrow {
  margin-bottom: 15px !important;

  color: var(--faq-gold-light);

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.statue-faq-guide__cta h2 {
  max-width: 1050px;
  margin-bottom: 23px;

  color: var(--faq-white);

  font-size: clamp(34px, 4vw, 53px);
}

.statue-faq-guide__cta p {
  max-width: 1050px;

  color: rgba(232, 240, 248, 0.81);

  font-size: 17px;
}

.statue-faq-guide__cta-actions {
  margin-top: 33px;
}


/* =========================================================
   18. ACCESSIBILITY
========================================================= */

.statue-faq-guide a:focus-visible,
.statue-faq-guide summary:focus-visible {
  outline: 3px solid var(--faq-gold-light);
  outline-offset: 3px;
}


/* =========================================================
   19. LARGE DESKTOP
========================================================= */

@media (min-width: 1700px) {

  .statue-faq-guide__layout {
    grid-template-columns:
      320px
      minmax(0, 1fr);

    padding-left: 90px;
    padding-right: 90px;
  }

  .statue-faq-guide__section {
    padding: 68px;
  }

}


/* =========================================================
   20. LARGE TABLET
========================================================= */

@media (max-width: 1180px) {

  .statue-faq-guide__layout {
    grid-template-columns:
      250px
      minmax(0, 1fr);

    gap: 28px;

    padding-left: 24px;
    padding-right: 24px;
  }

  .statue-faq-guide__category-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   21. TABLET
========================================================= */

@media (max-width: 920px) {

  .statue-faq-guide {
    font-size: 16px;
  }

  .statue-faq-guide__hero {
    min-height: 610px;

    padding:
      90px
      25px
      125px;
  }

  .statue-faq-guide__hero::after {
    right: -260px;
  }

  .statue-faq-guide__stats {
    margin-top: -55px;

    padding-left: 20px;
    padding-right: 20px;
  }

  .statue-faq-guide__stats-inner {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .statue-faq-guide__stat:nth-child(2)::after {
    display: none;
  }

  .statue-faq-guide__stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--faq-border);
  }

  .statue-faq-guide__layout {
    display: block;

    padding:
      55px
      20px
      90px;
  }

  .statue-faq-guide__sidebar {
    margin-bottom: 27px;
  }

  .statue-faq-guide__nav {
    position: relative;
    top: auto;

    display: grid;
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 3px 10px;

    max-height: 390px;
  }

  .statue-faq-guide__nav-title {
    grid-column: 1 / -1;
  }

  .statue-faq-guide__decision-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   22. SMALL TABLET
========================================================= */

@media (max-width: 700px) {

  .statue-faq-guide__hero {
    min-height: 570px;

    padding:
      78px
      20px
      112px;
  }

  .statue-faq-guide__hero h1 {
    font-size:
      clamp(
        41px,
        11vw,
        59px
      );
  }

  .statue-faq-guide__hero-description {
    font-size: 18px;
  }

  .statue-faq-guide__hero-actions,
  .statue-faq-guide__cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .statue-faq-guide__button {
    width: 100%;
  }

  .statue-faq-guide__layout {
    padding:
      45px
      16px
      75px;
  }

  .statue-faq-guide__section {
    padding: 34px 24px;

    border-radius: 16px;
  }

  .statue-faq-guide__section::before {
    left: 25px;
  }

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

  .statue-faq-guide__category-grid,
  .statue-faq-guide__related-grid {
    grid-template-columns: 1fr;
  }

  .statue-faq-guide__category-card,
  .statue-faq-guide__related-card {
    min-height: 0;
  }

  .statue-faq-guide__section-heading {
    align-items: flex-start;
  }

  .statue-faq-guide__legal-note {
    padding:
      75px
      24px
      28px;
  }

  .statue-faq-guide__legal-note::before {
    top: 23px;
    left: 24px;
  }

  .statue-faq-guide__cta-inner {
    padding: 46px 26px;
  }

}


/* =========================================================
   23. MOBILE
========================================================= */

@media (max-width: 480px) {

  .statue-faq-guide__hero {
    min-height: auto;

    padding:
      72px
      18px
      105px;
  }

  .statue-faq-guide__eyebrow {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;

    font-size: 11px;
  }

  .statue-faq-guide__hero h1 {
    font-size: 40px;
  }

  .statue-faq-guide__stats {
    padding-left: 12px;
    padding-right: 12px;
  }

  .statue-faq-guide__stats-inner {
    grid-template-columns: 1fr;
  }

  .statue-faq-guide__stat {
    min-height: 105px;

    padding: 25px 18px;
  }

  .statue-faq-guide__stat:not(:last-child) {
    border-bottom: 1px solid var(--faq-border);
  }

  .statue-faq-guide__stat::after {
    display: none;
  }

  .statue-faq-guide__stat strong {
    font-size: 23px;
  }

  .statue-faq-guide__layout {
    padding-left: 11px;
    padding-right: 11px;
  }

  .statue-faq-guide__nav {
    padding: 21px 14px;
  }

  .statue-faq-guide__section {
    padding: 31px 19px;
  }

  .statue-faq-guide h2 {
    font-size: 31px;
  }

  .statue-faq-guide h3 {
    font-size: 21px;
  }

  .statue-faq-guide__lead {
    font-size: 23px;
  }

  .statue-faq-guide__section-heading {
    gap: 14px;
  }

  .statue-faq-guide__section-number {
    width: 49px;
    height: 49px;

    font-size: 15px;
  }

  .statue-faq-guide__category-card {
    padding: 25px 21px;
  }

  .statue-faq-guide__faq summary {
    min-height: 68px;

    padding:
      17px
      58px
      17px
      18px;

    font-size: 17px;
  }

  .statue-faq-guide__faq summary::after {
    right: 15px;

    width: 29px;
    height: 29px;
  }

  .statue-faq-guide__faq-answer {
    padding: 20px 18px;
  }

  .statue-faq-guide__related-card {
    padding:
      68px
      20px
      23px;
  }

  .statue-faq-guide__related-card > span {
    top: 21px;
    left: 20px;
  }

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

  .statue-faq-guide__cta-inner {
    padding: 41px 21px;
  }

  .statue-faq-guide__cta h2 {
    font-size: 33px;
  }

  .statue-faq-guide__cta::after {
    right: -35px;
    font-size: 230px;
  }

}


/* =========================================================
   24. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .statue-faq-guide *,
  .statue-faq-guide *::before,
  .statue-faq-guide *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

}


/* =========================================================
   25. PRINT
========================================================= */

@media print {

  .statue-faq-guide {
    position: static;

    width: 100%;
    max-width: 100%;

    margin: 0;

    color: #000000;
    background: #ffffff;
  }

  .statue-faq-guide__hero {
    min-height: 0;

    padding: 35px;

    color: #000000;
    background: #ffffff;
  }

  .statue-faq-guide__hero h1,
  .statue-faq-guide__hero-description {
    color: #000000;
  }

  .statue-faq-guide__hero-actions,
  .statue-faq-guide__sidebar,
  .statue-faq-guide__cta {
    display: none;
  }

  .statue-faq-guide__stats {
    margin: 0;
    padding: 20px 0;
  }

  .statue-faq-guide__layout {
    display: block;
    padding: 20px 0;
  }

  .statue-faq-guide__section {
    break-inside: avoid;
    box-shadow: none;
  }

  .statue-faq-guide__faq details {
    break-inside: avoid;
  }

  .statue-faq-guide__faq details:not([open])
  .statue-faq-guide__faq-answer {
    display: block;
  }

}/* End custom CSS */