  body {
    overflow-x: hidden;
  }

  :root {
    --aztec-black: #1D1D1B;
    --aztec-blue: #10ACFF;
    --aztec-orange: #F17D00;
    --aztec-grey: #E3EBEC;
    --aztec-white: #ffffff;
  }

  html {
    scroll-behavior: smooth;
  }

  main {
    overflow-x: hidden !important;
  }

  body {
    overflow-x: hidden !important;
  }

  /* 
  .font-museo {
    font-family: 'museo-sans', sans-serif !important;
  } */

  .hex-clip {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  }

  .aztec-hero-bg {
    background: linear-gradient(135deg, #1d1d1b 0%, #0a2035 40%, #0d3050 70%, #0a1a2e 100%);
  }

  .aztec-blue-gradient {
    background: linear-gradient(135deg, #0d2040 0%, #0a2e5a 55%, #10acff 100%);
  }

  .aztec-cta-bg {
    background: linear-gradient(135deg, #1d1d1b 0%, #0a2035 50%, #1d1d1b 100%);
  }

  /* ── Pricing page cards ────────────────────────────────── */
  .aztec-price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  @media(max-width:900px) {
    .aztec-price-grid {
      grid-template-columns: 1fr;
    }
  }

  .aztec-price-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #E3EBEC;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  }

  .aztec-price-header {
    padding: 16px 20px 14px;
    text-align: center;
  }

  .aztec-price-name {
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
  }

  .aztec-price-tagline {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 3px;
  }

  .aztec-price-divider {
    height: 3px;
    background: #10ACFF;
    width: 100%;
  }

  .aztec-price-body {
    flex: 1;
    padding: 24px 22px 20px;
    display: flex;
    flex-direction: column;
  }

  .aztec-price-amount {
    font-size: 2.6rem;
    font-weight: 900;
    color: #1d1d1b;
    line-height: 1;
    display: flex;
    align-items: baseline;
    margin-bottom: 18px;
    justify-content: center;
  }

  .aztec-price-amount sup {
    font-size: 1.6rem;
    font-weight: 900;
    margin-top: -6px;
  }

  .aztec-price-vat {
    font-size: 1rem;
    font-weight: 400;
    color: #1d1d1b;
    margin-left: 2px;
  }

  @media(min-width:768px) {
    .aztec-price-vat {
      font-size: 1.125rem;
    }
  }

  .aztec-price-desc {
    font-size: 0.92rem;
    color: #444;
    line-height: 1.55;
    margin-bottom: 14px;
    font-weight: 300;
  }

  .aztec-price-ideal {
    font-size: 0.92rem;
    color: #444;
    line-height: 1.55;
    margin-bottom: 18px;
  }

  .aztec-price-ideal strong {
    font-weight: 700;
    color: #1d1d1b;
  }

  .aztec-price-includes {
    font-size: 0.82rem;
    font-weight: 700;
    color: #1d1d1b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
  }

  .aztec-price-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .aztec-price-features li {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 0.88rem;
    color: #333;
    line-height: 1.45;
    font-weight: 300;
  }

  .aztec-price-features .chk {
    color: #10ACFF;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .aztec-price-learn {
    margin-top: auto;
    padding-top: 16px;
    text-align: center;
  }

  .aztec-price-learn a {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #F17D00;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }

  @media(min-width:768px) {
    .aztec-price-learn a {
      font-size: 1.125rem;
    }
  }

  .aztec-price-learn a:hover {
    color: #1d1d1b;
  }

  /* ── Pricing calculator row ────────────────────────────── */
  .aztec-calc-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #F0F4F5;
    border-radius: 8px;
    padding: 14px 22px;
    flex-wrap: wrap;
  }

  .aztec-calc-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1d1d1b;
    font-family: 'museo-sans', sans-serif;
  }

  .aztec-calc-select {
    border: 1.5px solid #C8D6D9;
    border-radius: 4px;
    background: #fff;
    padding: 8px 14px;
    font-size: 0.9rem;
    font-family: 'museo-sans', sans-serif;
    color: #1d1d1b;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    min-width: 140px;
  }

  .aztec-calc-select:focus {
    border-color: #10ACFF;
  }

  @media(max-width:640px) {
    .aztec-calc-row {
      flex-direction: column;
      align-items: flex-start;
    }

    .aztec-calc-select {
      width: 100%;
    }
  }

  @media(max-width:767px) {
    .aztec-price-amount {
      font-size: 2rem;
    }

    .aztec-price-body {
      padding: 18px 16px 16px;
    }

    .aztec-price-header {
      padding: 14px 16px 12px;
    }
  }

  @media(min-width:600px) and (max-width:900px) {
    .aztec-price-grid {
      grid-template-columns: 1fr 1fr;
    }
  }

  .aztec-nav-item {
    font-family: "Museo Sans 300", sans-serif !important;
    font-weight: 300 !important;
    line-height: 100% !important;
    letter-spacing: -4% !important;
  }

  /* ========================================
   MUSEO SANS
   ======================================== */

  /* Tailwind font-light */
  .font-light {
    font-family: "Museo Sans 300", sans-serif;
  }

  /* Tailwind font-bold */
  .font-bold {
    font-family: "Museo Sans 700", sans-serif;
    font-weight: 700;
  }

  /* Tailwind font-black */
  .font-black {
    font-family: "Museo Sans 900", sans-serif;
  }


  /* ========================================
   HEADINGS
   ======================================== */

  /* H1 */
  h1 {
    font-family: "Museo Sans 900", sans-serif !important;
    font-weight: 900 !important;
    font-size: 50px !important;
    line-height: 100% !important;
    letter-spacing: -4% !important;
  }

  /* H2 */
  h2 {
    font-family: "Museo Sans 900", sans-serif !important;
    font-weight: 900 !important;
    font-size: 50px !important;
    line-height: 100% !important;
    letter-spacing: -4% !important;
  }

  /* H3 */
  h3 {
    font-family: "Museo Sans 700", sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    letter-spacing: 10% !important;
    text-transform: uppercase !important;
  }

  .h3 {
    font-family: "Museo Sans 700", sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    letter-spacing: 10% !important;
    text-transform: uppercase !important;
  }

  /* H4 */
  h4 {
    font-family: "Museo Sans 900", sans-serif !important;
    font-weight: 900 !important;
    font-size: 26px !important;
    line-height: 100% !important;
    letter-spacing: -4% !important;
  }

  /* H5 */
  h5 {
    font-family: "Museo Sans 900", sans-serif !important;
    font-weight: 900 !important;
    font-size: 46px !important;
    line-height: 100% !important;
    letter-spacing: -4% !important;
  }

  /* H6 */
  h6 {
    font-family: "Museo Sans 700", sans-serif !important;
  }


  /* ========================================
   TABLET / SMALL DESKTOP
   ======================================== */

  @media (max-width: 1280px) {

    h1,
    h2 {
      font-size: 40px !important;
    }

    h5 {
      font-size: 36px !important;
    }
  }


  /* ========================================
   MOBILE
   ======================================== */

  @media (max-width: 767px) {

    h1,
    h2 {
      font-size: 36px !important;
    }

    h3 {
      font-size: 16px !important;
    }

    .h3 {
      font-size: 16px !important;
    }

    h4 {
      font-size: 20px !important;
    }

    h5 {
      font-size: 30px !important;
    }

    p {
      font-size: 18px !important;
    }
  }

  p {
    letter-spacing: 0% !important;
    line-height: 100% !important;
    font-size: 20px !important;
  }

  /* Make effective 2xl breakpoint start at 2050px:
   at 1536-2049px the horizontal scroll section keeps xl-level (160px) padding
   instead of jumping to the 2xl 670px indentation. */
  @media (min-width: 1536px) and (max-width: 2049px) {
    #aztec-clear-scroller>div>div {
      padding-left: 160px !important;
    }
  }

  /* ===== Mobile nav tap-highlight fix ===== */
  .aztec-acc-item,
  .aztec-acc-item *,
  .aztec-mob-parent,
  .aztec-nav-link {
    -webkit-tap-highlight-color: transparent;
  }

  .aztec-nav-link:hover,
  .aztec-nav-link:focus,
  .aztec-mob-parent:hover,
  .aztec-mob-parent:focus {
    background: transparent !important;
  }

  /* ===== Aztec cap button ===== */
  .aztec-btn-wrap {
    display: inline-flex;
    align-items: stretch;
    vertical-align: middle;
    flex-shrink: 0;
    white-space: nowrap;
    text-decoration: none;
  }

  .aztec-btn-cap-l,
  .aztec-btn-cap-r {
    display: block;
    width: 1.5rem !important;
    height: 100% !important;
    flex-shrink: 0;
  }

  .aztec-btn-cap-l path,
  .aztec-btn-cap-r path {
    fill: #f47920;
  }

  .aztec-btn-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f47920;
    color: #fff;
    font-size: 16px !important;
    font-weight: 700;
    letter-spacing: 10% !important;
    font-family: "Museo Sans 700", sans-serif !important;
    line-height: 100% !important;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem;
    text-decoration: none;
    gap: 0.5rem;
    transition: none;
    margin: 0;
  }

  .aztec-btn-wrap:hover .aztec-btn-inner,
  .aztec-btn-wrap:focus-within .aztec-btn-inner {
    background: #1d1d1b;
  }

  .aztec-btn-wrap:hover .aztec-btn-cap-l,
  .aztec-btn-wrap:focus-within .aztec-btn-cap-l,
  .aztec-btn-wrap:hover .aztec-btn-cap-r,
  .aztec-btn-wrap:focus-within .aztec-btn-cap-r {
    filter: brightness(0) invert(1) brightness(0.12);
    transition: filter 0s;
  }

  @media (min-width: 768px) {
    .aztec-btn-inner {
      font-size: 18px !important;
    }
  }

  @media (max-width: 768px) {
    .aztec-btn-inner {
      font-size: 16px !important;
      padding: 0 0.75rem;
    }
  }