.xlim-page {
    --xlim-bg: #0b0f14;
    --xlim-bg-soft: #121821;
    --xlim-panel: #161d27;
    --xlim-panel-2: #1b2430;
    --xlim-text: #f5f7fb;
    --xlim-muted: #b9c3d1;
    --xlim-line: #2a3646;
    --xlim-accent: #ff7a1a;
    --xlim-accent-dark: #e76400;
    --xlim-success: #34d399;
    --xlim-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    color: var(--xlim-text);
    background:
      radial-gradient(circle at top right, rgba(255, 122, 26, 0.16), transparent 32%),
      linear-gradient(180deg, #091018 0%, #0b0f14 100%);
    font-family: Inter, Arial, sans-serif;
  }

  .xlim-page * {
    box-sizing: border-box;
  }

  .xlim-page a {
    color: #ffb273;
    text-decoration: none;
  }

  .xlim-page a:hover {
    color: #ffd2ab;
  }

  .xlim-page img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .xlim-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
  }

  .xlim-hero {
    padding: 36px 0 28px;
  }

  .xlim-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 122, 26, 0.13);
    border: 1px solid rgba(255, 122, 26, 0.28);
    color: #ffe0c2;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
  }

  .xlim-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
    align-items: center;
  }

  .xlim-hero-copy,
  .xlim-hero-media,
  .xlim-card,
  .xlim-panel,
  .xlim-cta-band,
  .xlim-faq details,
  .xlim-table-wrap {
    background: linear-gradient(180deg, rgba(22, 29, 39, 0.98) 0%, rgba(13, 18, 25, 0.98) 100%);
    border: 1px solid var(--xlim-line);
    box-shadow: var(--xlim-shadow);
  }

  .xlim-hero-copy {
    border-radius: 26px;
    padding: 32px;
  }

  .xlim-hero-copy h1 {
    margin: 0 0 14px;
    font-family: Poppins, Inter, Arial, sans-serif;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #ffffff;
  }

  .xlim-hero-copy p {
    margin: 0 0 16px;
    color: var(--xlim-muted);
    font-size: 17px;
    line-height: 1.75;
  }

  .xlim-quick-answer {
    margin: 24px 0 22px;
    padding: 18px 18px 14px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 122, 26, 0.17) 0%, rgba(255, 122, 26, 0.08) 100%);
    border: 1px solid rgba(255, 122, 26, 0.28);
  }

  .xlim-quick-answer h2 {
    margin: 0 0 10px;
    font-family: Poppins, Inter, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
  }

  .xlim-quick-answer ul {
    margin: 0;
    padding-left: 18px;
    color: #ffe8d3;
  }

  .xlim-quick-answer li {
    margin: 0 0 9px;
    line-height: 1.65;
  }

  .xlim-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }

  .xlim-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--xlim-accent) 0%, var(--xlim-accent-dark) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #111111;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 30px rgba(255, 122, 26, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  }

  .xlim-btn:visited,
  .xlim-btn:hover,
  .xlim-btn:active,
  .xlim-btn:focus {
    color: #111111;
    text-decoration: none;
  }

  .xlim-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(255, 122, 26, 0.3);
    filter: brightness(1.04);
  }

  .xlim-btn.secondary {
    background: linear-gradient(180deg, rgba(20, 28, 38, 0.96) 0%, rgba(11, 16, 24, 0.96) 100%);
    color: #ffffff;
    border: 1px solid #4b5e75;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }

  .xlim-btn.secondary:hover {
    background: linear-gradient(180deg, rgba(30, 40, 54, 0.98) 0%, rgba(18, 26, 36, 0.98) 100%);
    color: #ffffff;
    border-color: #ff7a1a;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  }

  .xlim-hero-media {
    border-radius: 26px;
    padding: 18px;
  }

  .xlim-hero-media img {
    width: 100%;
    border-radius: 18px;
    background: #0c1219;
  }

  .xlim-sticky-nav {
    position: sticky;
    top: 18px;
    z-index: 30;
    margin: 8px 0 28px;
  }

  .xlim-sticky-nav-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px;
    border-radius: 999px;
    background: rgba(8, 12, 18, 0.88);
    border: 1px solid rgba(67, 82, 102, 0.88);
    backdrop-filter: blur(10px);
    box-shadow: var(--xlim-shadow);
  }

  .xlim-sticky-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(67, 82, 102, 0.7);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
  }

  .xlim-sticky-nav a:hover {
    background: rgba(255, 122, 26, 0.13);
    border-color: rgba(255, 122, 26, 0.4);
    color: #ffffff;
  }

  .xlim-section {
    padding: 28px 0;
  }

  .xlim-section-header {
    margin-bottom: 20px;
  }

  .xlim-section-header h2 {
    margin: 0 0 10px;
    font-family: Poppins, Inter, Arial, sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #ffffff;
  }

  .xlim-section-header p {
    margin: 0;
    max-width: 880px;
    color: var(--xlim-muted);
    font-size: 17px;
    line-height: 1.75;
  }

  .xlim-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .xlim-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 24px;
    padding: 22px;
  }

  .xlim-label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(52, 211, 153, 0.14);
    border: 1px solid rgba(52, 211, 153, 0.26);
    color: #cbfff0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .xlim-card h3 {
    margin: 0 0 12px;
    font-family: Poppins, Inter, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.1;
    color: #ffffff;
  }

  .xlim-card p {
    margin: 0 0 16px;
    color: var(--xlim-muted);
    font-size: 16px;
    line-height: 1.75;
  }

  .xlim-card ul {
    margin: 0 0 20px;
    padding-left: 18px;
    color: #dfe7f0;
  }

  .xlim-card li {
    margin: 0 0 10px;
    line-height: 1.65;
  }

  .xlim-card .xlim-actions {
    margin-top: auto;
  }

  .xlim-table-wrap {
    overflow: hidden;
    border-radius: 24px;
  }

  .xlim-table {
    width: 100%;
    border-collapse: collapse;
  }

  .xlim-table th,
  .xlim-table td {
    padding: 18px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(42, 54, 70, 0.92);
  }

  .xlim-table th {
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .xlim-table td {
    color: #d8e2ec;
    font-size: 15px;
    line-height: 1.7;
  }

  .xlim-note {
    margin-top: 16px;
    color: var(--xlim-muted);
    font-size: 15px;
    line-height: 1.75;
  }

  .xlim-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .xlim-panel {
    border-radius: 24px;
    padding: 24px;
  }

  .xlim-panel h3 {
    margin: 0 0 12px;
    font-family: Poppins, Inter, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.15;
    color: #ffffff;
  }

  .xlim-panel p {
    margin: 0 0 14px;
    color: var(--xlim-muted);
    font-size: 16px;
    line-height: 1.75;
  }

  .xlim-panel ul {
    margin: 0;
    padding-left: 18px;
  }

  .xlim-panel li {
    margin: 0 0 11px;
    color: #dfe7f0;
    line-height: 1.7;
  }

  .xlim-guide-list {
    display: grid;
    gap: 12px;
    margin-top: 14px;
  }

  .xlim-guide-link {
    display: block;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(67, 82, 102, 0.72);
    color: #ffffff;
    font-weight: 700;
  }

  .xlim-guide-link:hover {
    background: rgba(255, 122, 26, 0.1);
    border-color: rgba(255, 122, 26, 0.38);
    color: #ffffff;
  }

  .xlim-choice-box {
    border-radius: 24px;
    padding: 22px;
    background: linear-gradient(180deg, rgba(255, 122, 26, 0.14) 0%, rgba(255, 122, 26, 0.06) 100%);
    border: 1px solid rgba(255, 122, 26, 0.24);
    box-shadow: var(--xlim-shadow);
  }

  .xlim-choice-box ul {
    margin: 0;
    padding-left: 18px;
    color: #ffe9d8;
  }

  .xlim-choice-box li {
    margin: 0 0 12px;
    line-height: 1.75;
  }

  .xlim-cta-band {
    margin-top: 18px;
    border-radius: 24px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(255, 122, 26, 0.18) 0%, rgba(255, 122, 26, 0.08) 100%);
    border: 1px solid rgba(255, 122, 26, 0.28);
  }

  .xlim-cta-band h3 {
    margin: 0 0 10px;
    font-family: Poppins, Inter, Arial, sans-serif;
    font-size: 24px;
    color: #ffffff;
  }

  .xlim-cta-band p {
    margin: 0 0 16px;
    color: #ffe5ce;
    line-height: 1.75;
  }

  .xlim-faq {
    display: grid;
    gap: 14px;
  }

  .xlim-faq details {
    border-radius: 18px;
    padding: 18px;
  }

  .xlim-faq summary {
    cursor: pointer;
    list-style: none;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
  }

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

  .xlim-faq-answer {
    margin-top: 12px;
    color: var(--xlim-muted);
    font-size: 16px;
    line-height: 1.8;
  }

  .xlim-footer-note {
    margin-top: 18px;
    color: #95a2b2;
    font-size: 13px;
    line-height: 1.75;
  }

  @media (max-width: 980px) {
    .xlim-hero-grid,
    .xlim-cards,
    .xlim-two-col {
      grid-template-columns: 1fr;
    }

    .xlim-sticky-nav {
      top: 10px;
    }
  }

  @media (max-width: 640px) {
    .xlim-wrap {
      width: min(100% - 20px, 1180px);
    }

    .xlim-hero-copy,
    .xlim-hero-media,
    .xlim-card,
    .xlim-panel,
    .xlim-choice-box,
    .xlim-cta-band {
      padding: 20px;
      border-radius: 20px;
    }

    .xlim-sticky-nav-inner {
      border-radius: 22px;
    }

    .xlim-sticky-nav a,
    .xlim-btn {
      width: 100%;
    }

    .xlim-table th,
    .xlim-table td {
      padding: 14px 12px;
      font-size: 14px;
    }
  }

.xlim-page a.xlim-btn:not(.secondary),
.xlim-page a.xlim-btn:not(.secondary):visited,
.xlim-page a.xlim-btn:not(.secondary):hover,
.xlim-page a.xlim-btn:not(.secondary):active,
.xlim-page a.xlim-btn:not(.secondary):focus {
  color: #111111 !important;
}
