html, body {
    max-width: 100vw;
    overflow-x: hidden;
  }

  :root {
    --color-1: #0f172a;
    --color-2: #1e293b;
    --color-3: #f59e0b;
    --color-4: #10b981;
    --color-5: #3b82f6;
    --space-1: var(--sp1, 0.5rem);
    --space-2: var(--sp2, 1rem);
    --space-3: var(--sp3, 1.5rem);
    --space-4: var(--sp4, 2rem);
    --space-5: var(--sp5, 3rem);
    --space-6: var(--sp6, 4rem);
  }

  .pageWrapper {
    background: var(--bg, #0f172a);
    color: var(--fg, #f1f5f9);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  }

  /* HERO SECTION */
  .heroSection {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0f172a 100%);
    border-bottom: 1px solid rgba(245, 158, 11, 0.3);
    padding: var(--space-6) var(--space-2);
    position: relative;
    text-align: center;
  }

  .heroSection::after {
    background: radial-gradient(ellipse at center, rgba(245, 158, 11, 0.08) 0%, transparent 70%);
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }

  .heroLabel {
    animation: fadeInDown 0.6s ease forwards;
    background: linear-gradient(90deg, var(--color-3), #fbbf24);
    border-radius: 2rem;
    color: #0f172a;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: var(--space-3);
    padding: 0.35rem 1.1rem;
    text-transform: uppercase;
  }

  .heroTitle {
    animation: fadeInUp 0.7s ease 0.1s both;
    background: linear-gradient(135deg, #ffffff 0%, #f59e0b 60%, #fbbf24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 auto var(--space-3);
    max-width: 820px;
    -webkit-text-fill-color: transparent;
  }

  .heroDesc {
    animation: fadeInUp 0.7s ease 0.2s both;
    color: #94a3b8;
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.7;
    margin: 0 auto var(--space-4);
    max-width: 680px;
  }

  .heroStats {
    animation: fadeInUp 0.7s ease 0.3s both;
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    justify-content: center;
    margin-bottom: var(--space-4);
  }

  .heroStatItem {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: var(--rad, 0.75rem);
    padding: 0.75rem 1.5rem;
  }

  .heroStatNum {
    color: var(--color-3);
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
  }

  .heroStatText {
    color: #94a3b8;
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .heroCta {
    animation: fadeInUp 0.7s ease 0.4s both;
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    justify-content: center;
  }

  /* WHY SECTION */
  .whySection {
    padding: var(--space-6) var(--space-2);
  }

  .sectionHeader {
    margin-bottom: var(--space-5);
    text-align: center;
  }

  .sectionTag {
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 2rem;
    color: var(--color-3);
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: var(--space-2);
    padding: 0.3rem 1rem;
    text-transform: uppercase;
  }

  .sectionTitle {
    color: var(--fg, #f1f5f9);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 600px;
  }

  .whyGrid {
    display: grid;
    gap: var(--space-3);
    grid-template-columns: 1fr;
  }

  .whyCard {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.95) 100%);
    border: 1px solid rgba(245, 158, 11, 0.15);
    border-radius: var(--rad2, 1rem);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
    padding: var(--space-4);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  }

  .whyCard:hover {
    border-color: rgba(245, 158, 11, 0.45);
    box-shadow: 0 8px 32px rgba(245, 158, 11, 0.12);
    transform: translateY(-4px);
  }

  .whyCardIcon {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(251, 191, 36, 0.1));
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 0.75rem;
    color: var(--color-3);
    display: inline-flex;
    font-size: 1.6rem;
    margin-bottom: var(--space-2);
    padding: 0.75rem;
  }

  .whyCardTitle {
    color: #f1f5f9;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 var(--space-2);
  }

  .whyCardText {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;
  }

  .licenseList {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    list-style: none;
    margin: var(--space-2) 0 0;
    padding: 0;
  }

  .licenseList li {
    align-items: center;
    color: #94a3b8;
    display: flex;
    font-size: 0.9rem;
    gap: 0.6rem;
  }

  .licenseList li::before {
    background: var(--color-4);
    border-radius: 50%;
    content: '';
    flex-shrink: 0;
    height: 6px;
    width: 6px;
  }

  .licenseList strong {
    color: #e2e8f0;
  }

  /* STEPS SECTION */
  .stepsSection {
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.04) 0%, transparent 100%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: var(--space-6) var(--space-2);
  }

  .stepsTimeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
    max-width: 780px;
    position: relative;
  }

  .stepsTimeline::before {
    background: linear-gradient(180deg, var(--color-3), var(--color-4), var(--color-5));
    content: '';
    left: 2rem;
    position: absolute;
    top: 2.5rem;
    bottom: 2.5rem;
    width: 2px;
  }

  .stepItem {
    align-items: flex-start;
    display: flex;
    gap: var(--space-3);
    padding: var(--space-3) 0;
    position: relative;
  }

  .stepNum {
    align-items: center;
    background: linear-gradient(135deg, var(--color-3), #fbbf24);
    border: 3px solid #0f172a;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.3);
    color: #0f172a;
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 800;
    height: 4rem;
    justify-content: center;
    position: relative;
    width: 4rem;
    z-index: 1;
  }

  .stepContent {
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--rad2, 1rem);
    flex: 1;
    padding: var(--space-3) var(--space-4);
    transition: border-color 0.3s ease;
  }

  .stepContent:hover {
    border-color: rgba(245, 158, 11, 0.3);
  }

  .stepTitle {
    color: #f1f5f9;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 var(--space-1);
  }

  .stepText {
    color: #94a3b8;
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
  }

  .stepNoteList {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    list-style: none;
    margin: var(--space-2) 0 0;
    padding: 0;
  }

  .stepNoteList li {
    color: #94a3b8;
    font-size: 0.88rem;
    padding-left: 1.1rem;
    position: relative;
  }

  .stepNoteList li::before {
    color: var(--color-3);
    content: '›';
    font-weight: 700;
    left: 0;
    position: absolute;
  }

  /* DEPOSIT TABLE SECTION */
  .depositSection {
    padding: var(--space-6) var(--space-2);
  }

  .tableWrapper {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.95));
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: var(--rad2, 1rem);
    overflow-x: auto;
  }

  .depositTable {
    border-collapse: collapse;
    min-width: 400px;
    width: 100%;
  }

  .depositTable thead tr {
    background: linear-gradient(90deg, rgba(245, 158, 11, 0.15), rgba(251, 191, 36, 0.08));
    border-bottom: 1px solid rgba(245, 158, 11, 0.3);
  }

  .depositTable th {
    color: var(--color-3);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 1rem 1.5rem;
    text-align: left;
    text-transform: uppercase;
  }

  .depositTable td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    font-size: 0.95rem;
    padding: 1rem 1.5rem;
  }

  .depositTable tbody tr:last-child td {
    border-bottom: none;
  }

  .depositTable tbody tr:hover td {
    background: rgba(245, 158, 11, 0.05);
    color: #f1f5f9;
  }

  .depositTable tbody tr {
    transition: background 0.2s ease;
  }

  .timeBadge {
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 2rem;
    color: #10b981;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
  }

  /* SUPPORT SECTION */
  .supportSection {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: var(--space-6) var(--space-2);
  }

  .supportGrid {
    display: grid;
    gap: var(--space-3);
    grid-template-columns: 1fr;
  }

  .supportCard {
    align-items: flex-start;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: var(--rad2, 1rem);
    display: flex;
    gap: var(--space-3);
    padding: var(--space-3) var(--space-4);
    transition: border-color 0.3s ease, transform 0.3s ease;
  }

  .supportCard:hover {
    border-color: rgba(59, 130, 246, 0.5);
    transform: translateY(-2px);
  }

  .supportIcon {
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.25);
    border-radius: 0.6rem;
    color: #60a5fa;
    flex-shrink: 0;
    font-size: 1.3rem;
    padding: 0.6rem;
  }

  .supportLabel {
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
  }

  .supportValue {
    color: #e2e8f0;
    font-size: 0.95rem;
    font-weight: 500;
    word-break: break-all;
  }

  /* FAQ SECTION */
  .faqSection {
    padding: var(--space-6) var(--space-2);
  }

  .faqList {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    margin: 0 auto;
    max-width: 820px;
  }

  .faqItem {
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--rad, 0.75rem);
    overflow: hidden;
    transition: border-color 0.3s ease;
  }

  .faqItem:hover {
    border-color: rgba(245, 158, 11, 0.3);
  }

  .faqQuestion {
    align-items: center;
    background: transparent;
    border: none;
    color: #f1f5f9;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    gap: var(--space-2);
    justify-content: space-between;
    padding: var(--space-3) var(--space-4);
    text-align: left;
    transition: color 0.2s ease;
    width: 100%;
  }

  .faqQuestion:hover {
    color: var(--color-3);
  }

  .faqChevron {
    color: var(--color-3);
    flex-shrink: 0;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }

  .faqAnswer {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #94a3b8;
    display: none;
    font-size: 0.95rem;
    line-height: 1.7;
    padding: var(--space-3) var(--space-4);
  }

  .faqItem.faqOpen .faqAnswer {
    display: block;
  }

  .faqItem.faqOpen .faqChevron {
    transform: rotate(180deg);
  }

  .faqItem.faqOpen {
    border-color: rgba(245, 158, 11, 0.35);
  }

  /* CTA BOTTOM SECTION */
  .ctaBottomSection {
    padding: var(--space-6) var(--space-2);
    text-align: center;
  }

  .ctaBottomBox {
    background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 50%, #1a2a1a 100%);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 1.5rem;
    box-shadow: 0 8px 48px rgba(245, 158, 11, 0.1), 0 2px 8px rgba(0,0,0,0.4);
    margin: 0 auto;
    max-width: 640px;
    padding: var(--space-6) var(--space-4);
    position: relative;
  }

  .ctaBottomTitle {
    color: #f1f5f9;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 var(--space-2);
  }

  .ctaBottomDesc {
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 var(--space-4);
  }

  /* DIVIDER */
  .sectionDivider {
    background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.3), transparent);
    border: none;
    height: 1px;
    margin: 0;
  }

  /* BUTTONS */
  .btnPrimary {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    border: none;
    border-radius: 0.6rem;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.35);
    color: #0f172a;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 0.85rem 2.2rem;
    text-decoration: none;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
  }

  .btnPrimary:hover {
    box-shadow: 0 6px 28px rgba(245, 158, 11, 0.55);
    transform: translateY(-2px);
  }

  .btnSecondary {
    background: transparent;
    border: 2px solid rgba(245, 158, 11, 0.5);
    border-radius: 0.6rem;
    color: var(--color-3);
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.8rem 2rem;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease;
  }

  .btnSecondary:hover {
    background: rgba(245, 158, 11, 0.1);
    border-color: var(--color-3);
  }

  /* ANIMATIONS */
  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-16px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* RESPONSIVE */
  @media (min-width: 768px) {
    .whyGrid {
      grid-template-columns: repeat(2, 1fr);
    }

    .supportGrid {
      grid-template-columns: repeat(3, 1fr);
    }

    .stepsTimeline::before {
      left: 2rem;
    }
  }

  @media (min-width: 1024px) {
    .whyGrid {
      grid-template-columns: repeat(2, 1fr);
    }
  }