
    :root {
      --bg: #0b1220;
      --bg-soft: #111a2e;
      --white: #ffffff;
      --text: #1f2937;
      --muted: #667085;
      --line: #e5e7eb;
      --gold-1: #c7a13a;
      --gold-2: #e5c96b;
      --gold-3: #a78224;
      --light: #f8fafc;
      --light-2: #eef2f7;
      --success: #0f766e;
      --danger: #b45309;
      --shadow: 0 16px 40px rgba(2, 6, 23, 0.12);
      --radius: 18px;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: "Segoe UI", Arial, sans-serif;
      color: var(--text);
      background: var(--white);
      line-height: 1.65;
    }

    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }
    .container { width: min(1180px, 92%); margin: 0 auto; }

    .topbar {
      background: #08101c;
      color: #cbd5e1;
      font-size: 14px;
      padding: 10px 0;
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .topbar-inner,
    .topbar-left,
    .topbar-right {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      align-items: center;
    }

    header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(11, 18, 32, 0.94);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .navbar {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .logo { display: flex; flex-direction: column; gap: 2px; }
    .logo strong {
      color: var(--white);
      font-size: 25px;
      line-height: 1.1;
      letter-spacing: 0.2px;
    }

    .logo span {
      color: var(--gold-2);
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1.8px;
    }
    .logo {
display:flex;
align-items:center;
gap:12px;
}

.logo img{
height:79px;
width:auto;
}

.logo-text{
display:flex;
flex-direction:column;
}

    .nav-links {
      display: flex;
      gap: 22px;
      flex-wrap: wrap;
      align-items: center;
    }

    .nav-links a {
      color: #e5e7eb;
      font-size: 15px;
      transition: 0.25s ease;
    }

    .nav-links a:hover { color: var(--gold-2); }

    .menu-toggle {
      display: none;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 14px;
      border: 1px solid rgba(229, 201, 107, 0.28);
      background: rgba(229, 201, 107, 0.06);
      cursor: pointer;
      transition: all 0.25s ease;
    }

    .menu-toggle:hover {
      background: rgba(229, 201, 107, 0.12);
    }

    .menu-toggle span {
      display: block;
      width: 22px;
      height: 2px;
      background: #ffffff;
      border-radius: 2px;
      position: relative;
      transition: all 0.25s ease;
    }

    .menu-toggle span::before,
    .menu-toggle span::after {
      content: "";
      position: absolute;
      left: 0;
      width: 22px;
      height: 2px;
      background: #ffffff;
      border-radius: 2px;
      transition: all 0.25s ease;
    }

    .menu-toggle span::before { top: -7px; }
    .menu-toggle span::after { top: 7px; }

    .menu-toggle.active span {
      background: transparent;
    }

    .menu-toggle.active span::before {
      top: 0;
      transform: rotate(45deg);
    }

    .menu-toggle.active span::after {
      top: 0;
      transform: rotate(-45deg);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: none;
      cursor: pointer;
      padding: 14px 24px;
      border-radius: 999px;
      font-weight: 700;
      transition: all 0.3s ease;
      font-size: 15px;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--gold-1), var(--gold-2));
      color: #1a2235;
      box-shadow: 0 10px 24px rgba(199, 161, 58, 0.25);
    }

    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 30px rgba(199, 161, 58, 0.3);
    }

    .btn-outline {
      border: 1.5px solid rgba(229, 201, 107, 0.9);
      color: var(--gold-2);
      background: transparent;
    }

    .btn-outline:hover { background: rgba(229, 201, 107, 0.08); }

        .hero {
            position: relative;
            overflow: hidden;
            color: var(--white);
            padding: 86px 0 72px;

            background:
                linear-gradient(rgba(11,18,32,0.75), rgba(11,18,32,0.85)),
                url("../images/hero.jpeg");

            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;

            animation: heroZoom 25s ease-in-out infinite alternate;
            }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 38px;
      align-items: center;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border: 1px solid rgba(229, 201, 107, 0.35);
      border-radius: 999px;
      color: var(--gold-2);
      background: rgba(229, 201, 107, 0.08);
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 18px;
    }

    .hero h1 {
      font-size: clamp(36px, 5vw, 58px);
      line-height: 1.08;
      margin-bottom: 18px;
      max-width: 760px;
    }

    .hero p {
      color: #d6deea;
      font-size: 18px;
      max-width: 690px;
      margin-bottom: 22px;
    }

    .hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 24px;
    }

    .hero-points {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 22px;
    }

    .hero-point {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 16px;
      padding: 18px;
    }

    .hero-point strong {
      display: block;
      color: var(--gold-2);
      margin-bottom: 8px;
      font-size: 16px;
    }

    .hero-disclaimer {
      margin-top: 18px;
      font-size: 13px;
      color: #c8d2e2;
      max-width: 720px;
    }

    .hero-form {
      background: rgba(255,255,255,0.98);
      color: var(--text);
      border-radius: 24px;
      padding: 30px;
      box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
    }

    .hero-form h3 {
      font-size: 28px;
      color: #0f172a;
      margin-bottom: 8px;
    }

    .hero-form p {
      color: var(--muted);
      font-size: 15px;
      margin-bottom: 20px;
    }

    .form-grid { display: grid; gap: 14px; }

    .form-grid input,
    .form-grid select,
    .form-grid textarea {
      width: 100%;
      border: 1px solid #dbe2ea;
      border-radius: 14px;
      padding: 14px 15px;
      outline: none;
      font-size: 15px;
      color: var(--text);
      background: #fff;
      transition: border-color 0.25s ease, box-shadow 0.25s ease;
    }

    .form-grid input:focus,
    .form-grid select:focus,
    .form-grid textarea:focus {
      border-color: var(--gold-1);
      box-shadow: 0 0 0 4px rgba(199, 161, 58, 0.12);
    }

    .check-line {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      font-size: 13px;
      color: #6b7280;
    }

    .check-line input {
      width: 16px;
      height: 16px;
      margin-top: 3px;
      accent-color: var(--gold-1);
    }

    .form-note {
      font-size: 12px;
      color: #6b7280;
      margin-top: 12px;
    }

    section { padding: 84px 0; }

    .section-head {
      text-align: center;
      max-width: 780px;
      margin: 0 auto 46px;
    }

    .section-head .mini-title {
      color: var(--gold-3);
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .section-head h2 {
      font-size: clamp(30px, 4vw, 42px);
      color: #0f172a;
      line-height: 1.15;
      margin-bottom: 14px;
    }

    .section-head p {
      color: var(--muted);
      font-size: 17px;
    }

    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .card,
    .feature-panel,
    .stat,
    .process-step,
    .testimonial,
    .faq-item,
    .trust-box,
    .disclosure-box {
      background: #fff;
      border: 1px solid #edf1f5;
      border-radius: var(--radius);
      padding: 28px;
      box-shadow: var(--shadow);
    }

    .card-icon {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      background: linear-gradient(135deg, rgba(199, 161, 58, 0.16), rgba(229, 201, 107, 0.26));
      color: #7a5d13;
      font-size: 24px;
      font-weight: 700;
    }

    .card h3,
    .process-step h3,
    .faq-item h3,
    .trust-box h3,
    .disclosure-box h3 {
      margin-bottom: 12px;
      color: #0f172a;
      font-size: 22px;
    }

    .card p,
    .process-step p,
    .faq-item p,
    .trust-box p,
    .disclosure-box p,
    .trust-box li,
    .disclosure-box li {
      color: var(--muted);
      font-size: 15px;
    }

    .alt-section { background: linear-gradient(180deg, #f8fafc 0%, #f2f5f9 100%); }

    .feature-grid,
    .trust-grid,
    .disclosure-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px;
      align-items: start;
    }

    .feature-list,
    .mini-list {
      display: grid;
      gap: 16px;
      margin-top: 22px;
      padding-left: 0;
      list-style: none;
    }

    .feature-item {
      display: flex;
      gap: 14px;
      align-items: flex-start;
    }

    .feature-item .dot {
      min-width: 12px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin-top: 8px;
      background: linear-gradient(135deg, var(--gold-1), var(--gold-2));
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 34px;
    }

    .stat {
      text-align: center;
      padding: 24px;
    }

    .stat strong {
      display: block;
      font-size: 34px;
      color: #0f172a;
      margin-bottom: 8px;
    }

    .stat span {
      color: var(--muted);
      font-size: 14px;
    }

    .process {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }

    .process-step {
      position: relative;
      overflow: hidden;
    }

    .process-step::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: linear-gradient(135deg, var(--gold-1), var(--gold-2));
    }

    .step-no {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--gold-1), var(--gold-2));
      color: #172033;
      font-weight: 800;
      font-size: 22px;
      margin-bottom: 18px;
    }

    .testimonials {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .stars {
      color: #c79f32;
      font-size: 18px;
      letter-spacing: 2px;
      margin-bottom: 14px;
    }

    .testimonial p { margin-bottom: 18px; }
    .testimonial strong { display: block; color: #0f172a; }
    .testimonial span { color: #718096; font-size: 14px; }

    .faq-wrap {
      max-width: 900px;
      margin: 0 auto;
      display: grid;
      gap: 18px;
    }

    .legal-box {
      background: #fffaf0;
      border: 1px solid #f1e1ae;
      color: #6b5a2b;
      padding: 18px 20px;
      border-radius: 16px;
      font-size: 14px;
      margin-top: 26px;
    }

    .cta {
      background:
        radial-gradient(circle at left top, rgba(229, 201, 107, 0.16), transparent 24%),
        linear-gradient(135deg, #0b1220 0%, #12203a 50%, #0b1220 100%);
      color: var(--white);
      border-radius: 28px;
      padding: 58px 34px;
      text-align: center;
      box-shadow: 0 24px 60px rgba(2, 6, 23, 0.22);
    }

    .cta h2 {
      font-size: clamp(30px, 4vw, 44px);
      margin-bottom: 16px;
    }

    .cta p {
      color: #d6deea;
      max-width: 760px;
      margin: 0 auto 24px;
      font-size: 17px;
    }

    footer {
      background: #08101c;
      color: #d1d5db;
      padding: 70px 0 26px;
      margin-top: 84px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.3fr 1fr 1fr 1fr;
      gap: 28px;
      margin-bottom: 34px;
    }

    .footer-col h4 {
      color: #fff;
      font-size: 18px;
      margin-bottom: 16px;
    }

    .footer-col p,
    .footer-col a {
      display: block;
      color: #cbd5e1;
      font-size: 15px;
      margin-bottom: 10px;
    }

    .footer-col a:hover { color: var(--gold-2); }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.08);
      padding-top: 20px;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      font-size: 14px;
      color: #94a3b8;
    }

    .cookie-banner {
      position: fixed;
      left: 20px;
      right: 20px;
      bottom: 20px;
      z-index: 9999;
      display: none;
      background: #0b1220;
      color: #fff;
      border-radius: 18px;
      padding: 20px;
      box-shadow: 0 18px 40px rgba(0,0,0,0.25);
    }

    .cookie-inner {
      max-width: 1180px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    .cookie-inner p {
      color: #d7dfeb;
      font-size: 14px;
      max-width: 760px;
    }

    .cookie-actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .cookie-btn {
      padding: 12px 18px;
      border-radius: 999px;
      cursor: pointer;
      font-weight: 700;
      font-size: 14px;
      border: none;
    }

    .cookie-accept {
      background: linear-gradient(135deg, var(--gold-1), var(--gold-2));
      color: #1a2235;
    }

    .cookie-reject {
      background: transparent;
      color: var(--gold-2);
      border: 1px solid rgba(229, 201, 107, 0.8);
    }

    @media (max-width: 1100px) {
      .hero-grid,
      .feature-grid,
      .grid-3,
      .testimonials,
      .process,
      .stats,
      .footer-grid,
      .hero-points,
      .trust-grid,
      .disclosure-grid {
        grid-template-columns: 1fr 1fr;
      }

      .navbar {
        gap: 18px;
      }

      .nav-links {
        gap: 16px;
      }

      .hero h1 {
        font-size: clamp(34px, 4.2vw, 50px);
      }
    }

    @media (max-width: 920px) {
      .topbar {
        font-size: 13px;
      }

      .topbar-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .topbar-left,
      .topbar-right {
        justify-content: flex-start;
        gap: 10px 16px;
      }

      .navbar {
        min-height: auto;
        padding: 16px 0;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
      }

      .menu-toggle {
        display: inline-flex;
        margin-left: auto;
      }

      .nav-links {
        width: 100%;
        gap: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        background: rgba(8, 16, 28, 0.98);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 18px;
        padding: 10px;
        margin-top: 10px;
      }

      .nav-links.open {
        display: flex;
      }

      .nav-links a {
        width: 100%;
        padding: 12px 14px;
        border-radius: 12px;
      }

      .nav-links a:hover {
        background: rgba(229, 201, 107, 0.08);
      }

      .nav-links a.btn {
        margin-top: 8px;
        width: 100%;
      }

      .hero {
        padding: 70px 0 56px;
      }

      .hero-grid,
      .feature-grid,
      .trust-grid,
      .disclosure-grid {
        grid-template-columns: 1fr;
      }

      .hero-points,
      .process,
      .stats,
      .grid-3,
      .testimonials,
      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .hero-form {
        max-width: 760px;
      }

      .section-head {
        margin-bottom: 34px;
      }

      section {
        padding: 68px 0;
      }
    }

    @media (max-width: 780px) {
      .hero {
        padding-top: 56px;
      }

      .hero-grid,
      .feature-grid,
      .grid-3,
      .testimonials,
      .process,
      .stats,
      .footer-grid,
      .hero-points,
      .trust-grid,
      .disclosure-grid {
        grid-template-columns: 1fr;
      }

      .topbar-left,
      .topbar-right,
      .hero-actions {
        flex-direction: column;
        align-items: flex-start;
      }

      .logo strong {
        font-size: 22px;
      }

      .logo span {
        font-size: 12px;
        letter-spacing: 1.4px;
      }

      .hero h1 {
        font-size: clamp(30px, 8vw, 40px);
        line-height: 1.12;
      }

      .hero p,
      .cta p,
      .section-head p {
        font-size: 16px;
      }

      .hero-form,
      .card,
      .feature-panel,
      .stat,
      .process-step,
      .testimonial,
      .faq-item,
      .trust-box,
      .disclosure-box {
        padding: 22px;
      }

      .btn {
        width: 100%;
        padding: 14px 18px;
      }

      .hero-actions {
        width: 100%;
      }

      .hero-actions .btn {
        width: 100%;
      }

      .cookie-inner {
        align-items: flex-start;
      }

      .cookie-actions {
        width: 100%;
      }

      .cookie-actions .cookie-btn {
        flex: 1 1 160px;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media (max-width: 560px) {
      .container {
        width: min(100%, calc(100% - 28px));
      }

      .topbar {
        padding: 8px 0;
      }

      .hero {
        padding: 48px 0 42px;
      }

      section {
        padding: 56px 0;
      }

      .badge {
        font-size: 11px;
        padding: 7px 12px;
      }

      .hero h1 {
        font-size: 28px;
      }

      .hero p {
        font-size: 15px;
      }

      .hero-form h3,
      .section-head h2,
      .cta h2 {
        font-size: 26px;
      }

      .form-grid input,
      .form-grid select,
      .form-grid textarea {
        padding: 13px 14px;
        font-size: 14px;
      }

      .card h3,
      .process-step h3,
      .faq-item h3,
      .trust-box h3,
      .disclosure-box h3 {
        font-size: 20px;
      }

      .stat strong {
        font-size: 28px;
      }

      .step-no {
        width: 52px;
        height: 52px;
        font-size: 20px;
      }

      .cookie-banner {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 16px;
      }
    }
@keyframes heroZoom {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 110%;
  }
}