.elementor-3958 .elementor-element.elementor-element-4b0da66 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS */:root {
      --ink: #101820;
      --muted: #5d6673;
      --paper: #ffffff;
      --soft: #f5f7fa;
      --line: #e6ebf1;
      --gold: #c7a04b;
      --gold-dark: #9c7730;
      --navy: #111d2b;
      --radius: 8px;
      --shadow: 0 18px 44px rgba(17, 29, 43, .12);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "Poppins", Arial, sans-serif;
      color: var(--ink);
      background: var(--paper);
      font-size: 16px;
      line-height: 1.7;
    }
    a { color: inherit; text-decoration: none; }
    .container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
    .topbar { background: var(--navy); color: rgba(255,255,255,.78); font-size: 13px; }
    .topbar .container { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; flex-wrap: wrap; }
    .socials { display: flex; gap: 14px; }
    .navbar {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255,255,255,.96);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(12px);
    }
    .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; }
    .brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .2px; }
    .brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--gold); color: var(--gold-dark); font-weight: 800; }
    .menu { display: flex; align-items: center; gap: 26px; color: #26313d; font-size: 14px; font-weight: 600; }
    .menu a:hover { color: var(--gold-dark); }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 22px;
      border-radius: 4px;
      background: var(--gold);
      color: #fff;
      font-weight: 700;
      font-size: 14px;
      border: 1px solid var(--gold);
      box-shadow: 0 10px 24px rgba(199,160,75,.22);
    }
    .btn.dark { background: var(--navy); border-color: var(--navy); box-shadow: none; }
    .hero {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(105deg, rgba(17,29,43,.93), rgba(17,29,43,.82)),
        url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1800&q=80") center/cover;
      color: #fff;
    }
    .hero .container {
      min-height: 430px;
      display: grid;
      align-items: center;
      padding: 82px 0 96px;
    }
    .eyebrow { color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px; }
    h1, h2, h3 { margin: 0; line-height: 1.15; color: inherit; }
    h1 { max-width: 840px; font-size: clamp(38px, 6vw, 72px); font-weight: 800; letter-spacing: 0; }
    .hero p { max-width: 740px; margin: 24px 0 30px; color: rgba(255,255,255,.84); font-size: clamp(16px, 2vw, 19px); }
    .section { padding: 86px 0; }
    .section.soft { background: var(--soft); }
    .section-head { max-width: 780px; margin-bottom: 34px; }
    .section-head h2 { font-size: clamp(30px, 4.5vw, 48px); font-weight: 800; color: var(--navy); }
    .section-head p { margin: 15px 0 0; color: var(--muted); }
    .help-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: stretch; }
    .panel {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: clamp(24px, 4vw, 42px);
      box-shadow: var(--shadow);
    }
    .panel h2 { color: var(--navy); font-size: clamp(28px, 4vw, 44px); }
    .panel p { color: var(--muted); margin: 16px 0 28px; }
    .category-list { display: grid; gap: 12px; margin-top: 8px; }
    .category-list a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 1px solid var(--line);
      padding: 16px 18px;
      border-radius: 6px;
      font-weight: 700;
      background: #fff;
    }
    .category-list a span { color: var(--gold-dark); }
    .faq-layout { display: grid; grid-template-columns: 280px 1fr; gap: 34px; align-items: start; }
    .toc {
      position: sticky;
      top: 96px;
      display: grid;
      gap: 10px;
      padding: 18px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);
    }
    .toc a { padding: 11px 12px; border-radius: 5px; font-size: 14px; font-weight: 700; color: var(--muted); }
    .toc a:hover { background: var(--soft); color: var(--navy); }
    .faq-group { margin-bottom: 42px; }
    .faq-group h2 { color: var(--navy); font-size: clamp(26px, 4vw, 40px); margin-bottom: 18px; }
    details {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      margin-bottom: 12px;
      overflow: hidden;
    }
    summary {
      cursor: pointer;
      list-style: none;
      padding: 20px 22px;
      font-weight: 700;
      color: var(--navy);
      display: flex;
      justify-content: space-between;
      gap: 20px;
    }
    summary::-webkit-details-marker { display: none; }
    summary::after { content: "+"; color: var(--gold-dark); font-size: 24px; line-height: 1; }
    details[open] summary::after { content: "-"; }
    .answer { padding: 0 22px 22px; color: var(--muted); }
    .answer ul { margin: 10px 0 0; padding-left: 20px; }
    .cta {
      background: var(--navy);
      color: #fff;
      padding: 60px 0;
    }
    .cta .container { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
    .cta h2 { font-size: clamp(26px, 4vw, 42px); max-width: 720px; }
    footer { background: #0c141e; color: rgba(255,255,255,.72); padding: 54px 0 24px; }
    .footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: 34px; margin-bottom: 34px; }
    footer h3 { color: #fff; font-size: 20px; margin-bottom: 14px; }
    footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
    .copyright { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; font-size: 13px; }

    @media (max-width: 900px) {
      .nav-inner { align-items: flex-start; }
      .menu { display: none; }
      .help-grid, .faq-layout, .footer-grid { grid-template-columns: 1fr; }
      .toc { position: static; grid-template-columns: repeat(3, 1fr); }
      .hero .container { min-height: 360px; }
    }
    @media (max-width: 620px) {
      .container { width: min(100% - 28px, 1160px); }
      .topbar .container { justify-content: center; text-align: center; }
      .brand { font-size: 14px; }
      .brand-mark { width: 38px; height: 38px; }
      .btn { width: 100%; }
      .nav-inner .btn { width: auto; padding-inline: 14px; min-height: 40px; }
      .section { padding: 58px 0; }
      .hero .container { padding: 62px 0 76px; }
      .toc { grid-template-columns: 1fr; }
      summary { padding: 18px; font-size: 15px; }
      .answer { padding: 0 18px 18px; }
      .cta .container { align-items: stretch; }
    }/* End custom CSS */