.elementor-8700 .elementor-element.elementor-element-f916518{padding:50px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f916518 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
    :root {
      --orange:    #F47B20;
      --orange-dk: #C96400;
      --orange-lt: #FF9A3C;
      --black:     #000000;
      --white:     #ffffff;
      --body-text: #C6C6C6;
      --card-bg:   #0D1C2A;
    }
 
    html { scroll-behavior: smooth; }
 
    body {
      background-color: var(--black);
      color: var(--body-text);
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
    }
 
    img { max-width: 100%; display: block; }
    a { text-decoration: none; }
 
    .label {
      font-family: 'Lato', sans-serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--orange);
      display: block;
      margin-bottom: 28px;
    }
 
    /* ─── SCROLL ANIMATION ─── */
    .fade-up {
      opacity: 0;
      transform: translateY(36px);
      transition: opacity 0.65s ease, transform 0.65s ease;
    }
    .fade-up.visible { opacity: 1; transform: translateY(0); }
    .fade-up.delay-1 { transition-delay: 0.1s; }
    .fade-up.delay-2 { transition-delay: 0.2s; }
    .fade-up.delay-3 { transition-delay: 0.3s; }
    .fade-up.delay-4 { transition-delay: 0.4s; }
 
    /* ══════════════════════════════
       HERO
    ══════════════════════════════ */
    .hero {
      padding: 120px 80px 80px;
      background: var(--black);
      position: relative;
      overflow: hidden;
      min-height: 560px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
 
    /* Video map animation — absolutely positioned right side */
    .hero__map-video {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 58%;
      pointer-events: none;
      overflow: hidden;
    }
 
    .hero__map-video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
 
    .hero__label {
      font-family: 'Lato', sans-serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--orange);
      display: block;
      margin-bottom: 32px;
      position: relative;
      z-index: 1;
    }
 
    .hero__headline {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(52px, 6.5vw, 96px);
      font-weight: 800;
      line-height: 1.05;
      max-width: 760px;
      text-transform: none;
      background: linear-gradient(135deg, #C96400 0%, #F47C20 45%, #FF9A3C 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 32px;
      position: relative;
      z-index: 1;
    }
 
    .hero__excerpt {
      font-size: 19px;
      font-weight: 600;
      color: var(--white);
      max-width: 620px;
      line-height: 1.65;
      margin-bottom: 16px;
      position: relative;
      z-index: 1;
    }
 
    .hero__sub {
      font-size: 17px;
      color: var(--body-text);
      max-width: 580px;
      line-height: 1.8;
      position: relative;
      z-index: 1;
    }
    .elementor-page .sk__page-title {
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}
 
    /* ══════════════════════════════
       INTRO — photo + benefits
    ══════════════════════════════ */
    .intro {
      padding: 100px 100px;
      background: var(--black);
      border-top: 1px solid rgba(255,255,255,0.06);
    }
 
    .intro__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: stretch;
    }
 
    .intro__headline {
      font-size: clamp(36px, 4vw, 52px);
      font-weight: 800;
      color: var(--white);
      line-height: 1.1;
      margin-bottom: 24px;
      text-transform: none;
      text-align: center;
    }
 
    .intro__body p {
      font-size: 17px;
      color: var(--body-text);
      line-height: 1.8;
      margin-bottom: 16px;
      text-align: center;
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
    }
 
    .intro__body p:last-child { margin-bottom: 0; }
 
    .intro__img {
      width: 100%;
      height: 100%;
      min-height: 400px;
      object-fit: cover;
      object-position: center;
      filter: brightness(0.75) grayscale(15%);
      border-radius: 2px;
      display: block;
    }
 
    /* ══════════════════════════════
       PARALLAX
    ══════════════════════════════ */
    .parallax {
      width: 100%;
      height: 480px;
      position: relative;
      overflow: hidden;
    }
 
    /* Background image on ::before so we can apply grayscale without affecting text */
    .parallax::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=1920&q=80');
      background-attachment: fixed;
      background-position: center;
      background-size: cover;
      filter: grayscale(100%) brightness(0.6);
      z-index: 0;
    }
 
    .parallax::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.45);
      z-index: 1;
    }
 
    .parallax__content {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      z-index: 2;
      padding: 0 80px;
    }
 
    .parallax__quote {
      font-size: clamp(22px, 2.8vw, 38px);
      font-weight: 800;
      color: var(--white);
      max-width: 860px;
      line-height: 1.2;
      text-transform: none;
      margin-bottom: 20px;
    }
 
    .parallax__attr {
      font-family: 'Lato', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--orange);
    }
 
    /* ══════════════════════════════
       STATS
    ══════════════════════════════ */
    .stats {
      padding: 60px 80px;
      background: var(--card-bg);
      border-top: 3px solid var(--orange);
    }
 
    .stats__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }
 
    .stat {
      text-align: center;
      padding: 0 40px;
      border-left: 1px solid rgba(255,255,255,0.1);
      display: flex;
      flex-direction: column;
      align-items: center;
    }
 
    .stat:first-child { border-left: none; }
 
    .stat__number {
      font-size: clamp(40px, 5vw, 68px);
      font-weight: 900;
      color: var(--white);
      line-height: 1;
      display: block;
      margin-bottom: 10px;
    }
 
    .stat__label {
      font-family: 'Lato', sans-serif;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--orange);
      text-align: center;
    }
 
    /* ══════════════════════════════
       HOW IT WORKS
    ══════════════════════════════ */
    .how {
      padding: 100px 80px;
      background: var(--black);
      border-top: 1px solid rgba(255,255,255,0.06);
    }
 
    .how__header {
      margin-bottom: 64px;
      text-align: center;
    }
 
    .how__headline {
      font-size: clamp(36px, 4vw, 56px);
      font-weight: 800;
      color: var(--white);
      line-height: 1.1;
      margin-bottom: 16px;
      text-transform: none;
    }
 
    .how__sub {
      font-size: 17px;
      color: var(--body-text);
      max-width: 680px;
      line-height: 1.8;
      margin: 0 auto;
    }
 
    .process-flow {
      display: flex;
      align-items: flex-start;
      gap: 0;
      position: relative;
    }
 
    .process-step {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      position: relative;
    }
 
    .process-step:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 28px;
      left: 50%;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, var(--orange) 0%, rgba(244,123,32,0.15) 100%);
    }
 
    .process-step__num {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: var(--orange);
      color: var(--black);
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 900;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1;
      margin-bottom: 20px;
      flex-shrink: 0;
    }
 
    .process-step__title {
      font-size: 15px;
      font-weight: 800;
      color: var(--white);
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 10px;
      line-height: 1.3;
      padding: 0 12px;
    }
 
    .process-step__body {
      font-size: 14px;
      color: var(--body-text);
      line-height: 1.6;
      padding: 0 16px;
    }
 
    /* ══════════════════════════════
       TABLE
    ══════════════════════════════ */
    .table-section {
      padding: 100px 80px;
      background: var(--black);
      border-top: 1px solid rgba(255,255,255,0.06);
    }
 
    .table-section__header {
      margin-bottom: 48px;
      text-align: center;
    }
 
    .table-section__headline {
      font-size: clamp(36px, 4vw, 56px);
      font-weight: 800;
      color: var(--white);
      line-height: 1.1;
      text-transform: none;
      margin-bottom: 16px;
    }
 
    .table-section__sub {
      font-size: 17px;
      color: var(--body-text);
      max-width: 720px;
      line-height: 1.8;
      margin: 0 auto;
    }
 
    .data-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 15px;
    }
 
    .data-table thead tr { background: var(--orange); }
 
    .data-table thead th {
      font-family: 'Lato', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--black);
      padding: 16px 24px;
      text-align: left;
    }
 
    .data-table tbody tr {
      border-bottom: 1px solid rgba(255,255,255,0.06);
      transition: background 0.2s;
    }
 
    .data-table tbody tr:hover { background: rgba(13,28,42,0.6); }
    .data-table tbody tr.highlight { background: rgba(244,123,32,0.06); border-left: 3px solid var(--orange); }
 
    .data-table tbody td {
      padding: 18px 24px;
      color: var(--body-text);
      vertical-align: middle;
    }
 
    .data-table tbody td:first-child { color: var(--white); font-weight: 700; }
 
    .badge {
      display: inline-block;
      background: var(--orange);
      color: var(--black);
      font-family: 'Lato', sans-serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 3px 8px;
      border-radius: 2px;
      margin-left: 8px;
    }
 
    .check { color: var(--orange); font-weight: 700; font-size: 17px; }
 
    /* ══════════════════════════════
       WHY PC GLOBAL — top-border cards
    ══════════════════════════════ */
    .why {
      padding: 100px 80px;
      background: var(--black);
      border-top: 1px solid rgba(255,255,255,0.06);
    }
 
    .why__header {
      margin-bottom: 64px;
      text-align: center;
    }
 
    .why__headline {
      font-size: clamp(36px, 4vw, 56px);
      font-weight: 800;
      color: var(--white);
      line-height: 1.1;
      text-transform: none;
      margin-bottom: 16px;
    }
 
    .why__sub {
      font-size: 17px;
      color: var(--body-text);
      max-width: 720px;
      line-height: 1.8;
      margin: 0 auto;
    }
 
    .why__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }
 
    .why-card {
      background: var(--card-bg);
      border: 1px solid rgba(255,255,255,0.04);
      border-top: 3px solid var(--orange);
      padding: 40px 32px;
      text-align: center;
    }
 
    .why-card__title {
      font-size: clamp(18px, 1.8vw, 22px);
      font-weight: 800;
      color: var(--white);
      margin-bottom: 16px;
      line-height: 1.2;
      text-transform: none;
    }
 
    .why-card__body {
      font-size: 17px;
      color: var(--body-text);
      line-height: 1.75;
    }
 
    .why-card__body a {
      color: var(--orange);
      text-decoration: underline;
      text-underline-offset: 3px;
    }
 
    /* ══════════════════════════════
       FAQ
    ══════════════════════════════ */
    .faq {
      padding: 100px 80px;
      background: var(--black);
      border-top: 1px solid rgba(255,255,255,0.06);
    }
 
    .faq__header {
      margin-bottom: 56px;
      text-align: center;
    }
 
    .faq__headline {
      font-size: clamp(36px, 4vw, 56px);
      font-weight: 800;
      color: var(--white);
      line-height: 1.1;
      text-transform: none;
    }
 
    .faq__list { max-width: 900px; margin: 0 auto; }
 
    .faq-item { border-bottom: 1px solid rgba(255,255,255,0.06); }
 
    .faq-item__q {
      width: 100%;
      background: none;
      border: none;
      text-align: left;
      padding: 28px 0;
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: var(--white);
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
      transition: color 0.2s;
      text-transform: none;
    }
 
    .faq-item__q:hover { color: var(--orange); }
 
    .faq-item__q .arrow {
      width: 28px;
      height: 28px;
      border: 2px solid currentColor;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      flex-shrink: 0;
      transition: transform 0.3s, background 0.2s, border-color 0.2s;
    }
 
    .faq-item.open .faq-item__q { color: var(--orange); }
    .faq-item.open .arrow { transform: rotate(45deg); background: var(--orange); border-color: var(--orange); color: var(--black); }
 
    .faq-item__a {
      display: none;
      padding: 0 0 28px;
      font-size: 17px;
      color: var(--body-text);
      line-height: 1.8;
      max-width: 780px;
    }
 
    .faq-item__a a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
    .faq-item.open .faq-item__a { display: block; }
 
    /* ══════════════════════════════
       CTA
    ══════════════════════════════ */
    .cta {
      padding: 100px 80px;
      background: var(--orange);
    }
 
    .cta__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }
 
    .cta__label {
      font-family: 'Lato', sans-serif;
      font-size: 20px;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(0,0,0,0.55);
      display: block;
      margin-bottom: 28px;
    }
 
    .cta__headline {
      font-size: clamp(38px, 4.5vw, 62px);
      font-weight: 800;
      color: var(--black);
      line-height: 1.05;
      margin-bottom: 20px;
      text-transform: none;
    }
 
    .cta__body {
      font-size: 17px;
      color: rgba(0,0,0,0.75);
      line-height: 1.8;
    }
 
    .cta__actions { display: flex; flex-direction: column; gap: 16px; }
 
    .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 18px 36px;
      font-family: 'Lato', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      border-radius: 100px;
      cursor: pointer;
      transition: opacity 0.2s ease, transform 0.15s ease;
      text-align: center;
    }
 
    .btn:hover { opacity: 0.88; transform: translateY(-1px); }
    .btn--dark { background: #0D0D0D; color: var(--white); border: 2px solid #0D0D0D; }
    .btn--outline { background: transparent; color: #0D0D0D; border: 2px solid #0D0D0D; }
 
    /* ══════════════════════════════
       RESPONSIVE — TABLET ≤1024px
    ══════════════════════════════ */
    @media (max-width: 1024px) {
      .hero, .intro, .how, .table-section, .why, .faq, .cta { padding: 80px 40px; }
      .stats { padding: 48px 40px; }
      .hero__map-video { width: 50%; }
      .intro__grid { gap: 48px; }
      .why__grid { grid-template-columns: repeat(2, 1fr); }
      .parallax::before, .parallax { background-attachment: scroll; }
      .parallax__content { padding: 0 40px; }
    }
 
    /* ══════════════════════════════
       RESPONSIVE — MOBILE ≤768px
    ══════════════════════════════ */
    @media (max-width: 768px) {
      .hero, .intro, .how, .table-section, .why, .faq, .cta { padding: 60px 24px; }
      .stats { padding: 40px 24px; }
      .hero__map-video { display: none; }
      .hero { min-height: auto; }
      .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
      .stat { padding: 20px 20px; border-left: none; border-top: 1px solid rgba(255,255,255,0.1); }
      .stat:first-child, .stat:nth-child(2) { border-top: none; }
      .stat:nth-child(2n) { border-left: 1px solid rgba(255,255,255,0.1); }
      .intro__grid { grid-template-columns: 1fr; }
      .intro__img { height: 260px; min-height: auto; order: -1; }
      .process-flow { flex-direction: column; gap: 32px; }
      .process-step:not(:last-child)::after { display: none; }
      .process-step { align-items: flex-start; text-align: left; flex-direction: row; gap: 20px; }
      .process-step__num { flex-shrink: 0; margin-bottom: 0; }
      .process-step__title, .process-step__body { padding: 0; }
      .why__grid { grid-template-columns: 1fr; }
      .parallax { height: 320px; }
      .parallax::before { background-attachment: scroll; }
      .parallax__content { padding: 0 24px; }
      .cta__grid { grid-template-columns: 1fr; gap: 40px; }
      .btn { width: 100%; }
      .faq-item__q { font-size: 16px; }
      .data-table { font-size: 13px; }
      .data-table thead th, .data-table tbody td { padding: 12px 14px; }
    }/* End custom CSS */