
  .magnetic-page {
    --brand-color: #E08015;
    --brand-hover: #c86f12;
    --brand-light: #fff4e8;
    font-family: Arial, sans-serif;
    color: #334155;
  }

  .magnetic-page * {
    box-sizing: border-box;
  }

  .magnetic-page img,
  .magnetic-page iframe {
    max-width: 100%;
  }

  .magnetic-page a {
    word-break: break-word;
  }

  .magnetic-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .magnetic-table-wrap table {
    min-width: 620px;
  }

  .hero-image-effect {
    animation: magnetic-breathe 5s ease-in-out infinite;
  }

  @keyframes magnetic-breathe {
    0%, 100% {
      transform: scale(1);
      box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.10);
    }
    50% {
      transform: scale(1.01);
      box-shadow: 0 20px 30px -5px rgba(224, 128, 21, 0.18);
    }
  }

  .video-wrapper-vertical {
    position: relative;
    width: 100%;
    padding-bottom: 177.77%;
    height: 0;
    overflow: hidden;
  }

  .video-wrapper-vertical iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  @media screen and (max-width: 768px) {
    .magnetic-page section {
      padding-top: 48px !important;
      padding-bottom: 48px !important;
    }

    .magnetic-page h1 {
      font-size: 32px !important;
      line-height: 1.25 !important;
    }

    .magnetic-page h2 {
      font-size: 26px !important;
      line-height: 1.3 !important;
    }

    .magnetic-page h3 {
      font-size: 18px !important;
      line-height: 1.35 !important;
    }

    .magnetic-page p,
    .magnetic-page li,
    .magnetic-page td,
    .magnetic-page th {
      font-size: 14px !important;
      line-height: 1.65 !important;
    }

    .magnetic-page .mobile-center {
      text-align: center !important;
    }

    .magnetic-page .video-box {
      max-width: 260px !important;
    }
  }

  @media screen and (max-width: 480px) {
    .magnetic-page h1 {
      font-size: 28px !important;
    }

    .magnetic-page h2 {
      font-size: 23px !important;
    }

    .magnetic-page .cta-button {
      width: 100%;
      text-align: center;
    }
  }
