﻿:root {
      --gold: #f2b300;
      --gold-dark: #c79200;
      --navy: #07111f;
      --ink: #121821;
      --steel: #4b5563;
      --muted: #687385;
      --line: #e5e8ee;
      --paper: #ffffff;
      --soft: #f5f7fa;
      --brown: #4b2b13;
      --shadow: 0 24px 70px rgba(7, 17, 31, 0.12);
      --radius: 8px;
      --max: 1180px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      background: var(--paper);
      color: var(--ink);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .container {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
    }

    .topbar {
      background: #050b13;
      color: rgba(255, 255, 255, 0.82);
      font-size: 13px;
    }

    .topbar-inner {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .topbar-contact {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 22px;
      flex-wrap: wrap;
    }

    .topbar i {
      color: var(--gold);
      margin-right: 7px;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 255, 255, 0.95);
      border-bottom: 1px solid rgba(229, 232, 238, 0.9);
      backdrop-filter: blur(16px);
    }

    .nav-wrap {
      height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 170px;
    }

    .brand-mark {
      width: 170px;
      height: 74px;
      flex: 0 0 auto;
      object-fit: contain;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 34px;
      color: #1d2633;
      font-size: 15px;
      font-weight: 800;
    }

    .nav-links a {
      position: relative;
      padding: 8px 0;
    }

    .nav-links a::after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background: var(--gold);
      content: "";
      transition: width 0.25s ease;
    }

    .nav-links a:hover::after {
      width: 100%;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .menu-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border: 1px solid var(--line);
      background: #fff;
      color: var(--ink);
      border-radius: var(--radius);
      cursor: pointer;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 48px;
      padding: 0 22px;
      border: 1px solid transparent;
      border-radius: var(--radius);
      font-size: 14px;
      font-weight: 900;
      line-height: 1;
      cursor: pointer;
      transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
      white-space: nowrap;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-gold {
      background: var(--gold);
      color: #111;
      box-shadow: 0 16px 28px rgba(242, 179, 0, 0.26);
    }

    .btn-gold:hover {
      background: #ffc21b;
    }

    .btn-dark {
      background: var(--navy);
      color: #fff;
      box-shadow: 0 16px 28px rgba(7, 17, 31, 0.18);
    }

    .btn-outline {
      border-color: rgba(255, 255, 255, 0.22);
      background: rgba(255, 255, 255, 0.08);
      color: #fff;
    }

    .hero {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      background:
        linear-gradient(90deg, #fff 0%, #fff 54%, rgba(7, 17, 31, 0.06) 54%, rgba(7, 17, 31, 0.06) 100%);
    }

    .hero::before {
      position: absolute;
      inset: 0;
      z-index: -2;
      background-image:
        linear-gradient(rgba(7, 17, 31, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 17, 31, 0.045) 1px, transparent 1px);
      background-size: 44px 44px;
      content: "";
      mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
    }

    .hero-inner {
      min-height: 690px;
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
      align-items: center;
      gap: 56px;
      padding: 84px 0 86px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      color: var(--gold-dark);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      width: 42px;
      height: 3px;
      background: var(--gold);
      content: "";
    }

    h1 {
      max-width: 590px;
      color: #080d15;
      font-size: clamp(48px, 6.5vw, 86px);
      font-weight: 950;
      letter-spacing: 0;
      line-height: 0.94;
      text-transform: uppercase;
    }

    .hero-copy {
      max-width: 600px;
      margin-top: 24px;
      color: var(--steel);
      font-size: 20px;
      line-height: 1.55;
    }

    .checklist {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 13px 24px;
      margin: 30px 0 34px;
      list-style: none;
    }

    .checklist li {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #263140;
      font-size: 15px;
      font-weight: 800;
    }

    .checklist i {
      display: inline-grid;
      width: 22px;
      height: 22px;
      place-items: center;
      flex: 0 0 auto;
      background: rgba(242, 179, 0, 0.16);
      color: var(--gold-dark);
      border-radius: 50%;
      font-size: 12px;
    }

    .hero-buttons {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
    }

    .hero-media {
      position: relative;
      min-height: 534px;
      overflow: hidden;
      border-radius: 0 0 0 80px;
      box-shadow: var(--shadow);
    }

    .hero-media::before {
      position: absolute;
      inset: 0 auto 0 0;
      z-index: 2;
      width: 138px;
      background: var(--gold);
      clip-path: polygon(0 0, 100% 0, 42% 100%, 0% 100%);
      content: "";
      mix-blend-mode: normal;
    }

    .hero-media::after {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(90deg, rgba(7, 17, 31, 0.24), rgba(7, 17, 31, 0) 38%);
      content: "";
    }

    .hero-media img {
      width: 100%;
      height: 100%;
      min-height: 534px;
      object-fit: cover;
      object-position: center;
      transform: scale(1.02);
    }

    .section {
      padding: 96px 0;
    }

    .dark-band {
      background: var(--navy);
      color: #fff;
    }

    .stats {
      padding: 42px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 24px;
    }

    .stat-item {
      display: flex;
      align-items: center;
      gap: 18px;
      min-height: 102px;
      padding: 22px 24px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.035);
      border-radius: var(--radius);
    }

    .stat-icon,
    .card-icon,
    .category-icon,
    .step-icon {
      display: inline-grid;
      place-items: center;
      flex: 0 0 auto;
    }

    .stat-icon {
      width: 48px;
      height: 48px;
      color: var(--gold);
      border: 1px solid rgba(242, 179, 0, 0.35);
      border-radius: 50%;
      font-size: 20px;
    }

    .stat-number {
      display: block;
      color: #fff;
      font-size: 32px;
      font-weight: 950;
      line-height: 1;
    }

    .stat-label {
      display: block;
      margin-top: 6px;
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px;
      font-weight: 800;
    }

    .section-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 46px;
    }

    .section-kicker {
      margin-bottom: 10px;
      color: var(--gold-dark);
      font-size: 13px;
      font-weight: 950;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    h2 {
      color: #0b111a;
      font-size: clamp(34px, 4vw, 52px);
      font-weight: 950;
      letter-spacing: 0;
      line-height: 1.05;
    }

    .section-head p {
      max-width: 520px;
      color: var(--muted);
      font-size: 17px;
    }

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

    .info-card,
    .category-card {
      position: relative;
      min-height: 238px;
      padding: 30px;
      overflow: hidden;
      border: 1px solid var(--line);
      background: #fff;
      border-radius: var(--radius);
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

    .info-card::before,
    .category-card::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      height: 100%;
      background: var(--gold);
      content: "";
      transform: scaleY(0.24);
      transform-origin: top;
      transition: transform 0.25s ease;
    }

    .info-card:hover,
    .category-card:hover {
      border-color: rgba(242, 179, 0, 0.5);
      box-shadow: 0 18px 48px rgba(7, 17, 31, 0.1);
      transform: translateY(-5px);
    }

    .info-card:hover::before,
    .category-card:hover::before {
      transform: scaleY(1);
    }

    .card-icon {
      width: 58px;
      height: 58px;
      margin-bottom: 24px;
      background: #101827;
      color: var(--gold);
      border-radius: var(--radius);
      font-size: 22px;
    }

    h3 {
      color: #111827;
      font-size: 20px;
      font-weight: 950;
      line-height: 1.2;
    }

    .info-card p {
      margin-top: 14px;
      color: var(--muted);
      font-size: 15px;
    }

    .process {
      background: var(--soft);
    }

    .process-track {
      position: relative;
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 18px;
    }

    .process-track::before {
      position: absolute;
      top: 44px;
      left: 9%;
      right: 9%;
      height: 2px;
      background: linear-gradient(90deg, var(--gold), rgba(7, 17, 31, 0.22));
      content: "";
    }

    .step {
      position: relative;
      z-index: 1;
      padding: 0 10px;
      text-align: center;
    }

    .step-icon {
      width: 88px;
      height: 88px;
      margin: 0 auto 20px;
      background: #fff;
      color: var(--navy);
      border: 3px solid var(--gold);
      border-radius: 50%;
      box-shadow: 0 14px 28px rgba(7, 17, 31, 0.08);
      font-size: 25px;
    }

    .step-number {
      display: inline-grid;
      width: 28px;
      height: 28px;
      place-items: center;
      margin-bottom: 12px;
      background: var(--navy);
      color: #fff;
      border-radius: 50%;
      font-size: 13px;
      font-weight: 950;
    }

    .step h3 {
      font-size: 17px;
    }

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

    .category-card {
      min-height: 178px;
      padding: 26px;
    }

    .category-icon {
      width: 50px;
      height: 50px;
      margin-bottom: 20px;
      background: rgba(242, 179, 0, 0.14);
      color: var(--gold-dark);
      border-radius: var(--radius);
      font-size: 22px;
    }

    .category-card h3 {
      font-size: 18px;
    }

    .cta {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(242, 179, 0, 0.12), transparent 42%),
        var(--navy);
      color: #fff;
    }

    .cta::before {
      position: absolute;
      top: 0;
      right: 0;
      width: 36%;
      height: 100%;
      background: var(--gold);
      clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
      content: "";
      opacity: 0.92;
    }

    .cta-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 34px;
      padding: 80px 0;
    }

    .cta h2 {
      color: #fff;
    }

    .cta p {
      max-width: 680px;
      margin-top: 16px;
      color: rgba(255, 255, 255, 0.75);
      font-size: 19px;
    }

    .cta-actions {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .site-footer {
      background: #050b13;
      color: rgba(255, 255, 255, 0.75);
      padding: 70px 0 28px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.35fr 1fr 1fr;
      gap: 48px;
      padding-bottom: 42px;
    }

    .footer-brand {
      max-width: 360px;
    }

    .footer-brand p {
      margin-top: 22px;
      color: rgba(255, 255, 255, 0.64);
    }

    .footer-title {
      margin-bottom: 18px;
      color: #fff;
      font-size: 16px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .footer-list {
      display: grid;
      gap: 12px;
      list-style: none;
    }

    .footer-list a:hover {
      color: var(--gold);
    }

    .contact-line {
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }

    .contact-line i {
      width: 18px;
      color: var(--gold);
      padding-top: 4px;
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
      padding-top: 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.52);
      font-size: 14px;
    }

    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 1024px) {
      .nav-links {
        gap: 20px;
      }

      .hero-inner {
        grid-template-columns: 1fr;
        gap: 42px;
        min-height: auto;
      }

      .hero {
        background: #fff;
      }

      .hero-media {
        border-radius: 0 0 0 48px;
      }

      .stats-grid,
      .cards-grid,
      .categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .process-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .process-track::before {
        display: none;
      }

      .cta-inner {
        grid-template-columns: 1fr;
      }

      .cta-actions {
        justify-content: flex-start;
      }
    }

    @media (max-width: 820px) {
      .topbar-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 10px 0;
      }

      .topbar-contact {
        justify-content: flex-start;
        gap: 12px 18px;
      }

      .nav-wrap {
        height: 74px;
      }

      .brand {
        min-width: 0;
      }

      .brand-mark {
        width: 132px;
        height: 58px;
      }

      .menu-toggle {
        display: inline-grid;
        place-items: center;
      }

      .nav-links {
        position: fixed;
        left: 20px;
        right: 20px;
        top: 122px;
        display: grid;
        gap: 0;
        padding: 12px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.22s ease, transform 0.22s ease;
      }

      .nav-links.open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
      }

      .nav-links a {
        padding: 15px 12px;
        border-bottom: 1px solid var(--line);
      }

      .nav-links a:last-child {
        border-bottom: 0;
      }

      .nav-actions .btn {
        display: none;
      }

      .hero-inner {
        padding: 58px 0 70px;
      }

      .checklist,
      .stats-grid,
      .cards-grid,
      .categories-grid,
      .process-track,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .section-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .section {
        padding: 72px 0;
      }

      .hero-media,
      .hero-media img {
        min-height: 390px;
      }

      .cta::before {
        width: 56%;
        opacity: 0.22;
      }
    }

    @media (max-width: 520px) {
      .container {
        width: min(var(--max), calc(100% - 28px));
      }

      .topbar {
        font-size: 12px;
      }

      h1 {
        font-size: 44px;
      }

      .hero-copy {
        font-size: 17px;
      }

      .hero-buttons,
      .cta-actions {
        align-items: stretch;
        flex-direction: column;
      }

      .btn {
        width: 100%;
      }

      .hero-media,
      .hero-media img {
        min-height: 310px;
      }

      .hero-media::before {
        width: 82px;
      }

      .info-card,
      .category-card {
        min-height: 0;
      }
    }
