:root {
    --navy: #071b32;
    --navy-2: #0c2948;
    --blue: #123d68;
    --steel: #6f7f8f;
    --light: #f4f7fb;
    --white: #ffffff;
    --accent: #d62828;
    --text: #1d2939;
    --muted: #667085;
    --border: #dce3ec;
    --shadow: 0 20px 50px rgba(7, 27, 50, 0.16);
  }

  .eagle-block-pro-elite-traders { font-family: 'Inter', sans-serif; color: var(--text); line-height: 1.7; }
  .eagle-block-pro-elite-traders a { text-decoration: none; color: inherit; }
  .eagle-block-pro-elite-traders img { max-width: 100%; display: block; }
  .eagle-block-pro-elite-traders .container { width: min(1180px, 92%); margin: auto; }

  .topbar { background: var(--navy); color: rgba(255,255,255,.85); font-size: 14px; padding: 9px 0; }
  .topbar-inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }

  header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(220,227,236,.8); }
  .nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
  .logo { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 25px; color: var(--navy); letter-spacing: -0.7px; }
  .logo-mark { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--blue)); display: grid; place-items: center; color: var(--accent); font-weight: 800; box-shadow: 0 10px 28px rgba(12,41,72,.22); }
  .menu { display: flex; align-items: center; gap: 30px; font-weight: 600; color: #344054; }
  .menu a:hover { color: var(--accent); }

  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border-radius: 4px; font-weight: 700; transition: .25s ease; border: 1px solid transparent; cursor: pointer; }
  .btn-primary { background: var(--accent); color: #fff !important; box-shadow: 0 12px 30px rgba(214,40,40,.25); }
  .btn-primary:hover { background: #b91f1f; transform: translateY(-2px); }
  .btn-outline { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
  .btn-outline:hover { background: var(--white); color: var(--navy); }

  .hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: linear-gradient(90deg, rgba(7,27,50,.95) 0%, rgba(7,27,50,.82) 48%, rgba(7,27,50,.36) 100%), url('https://images.unsplash.com/photo-1494412651409-8963ce7935a7?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat; }
  .hero:after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(0deg, rgba(7,27,50,.95), transparent); }
  .hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; padding: 90px 0; }
  .eyebrow { color: var(--accent); font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; margin-bottom: 18px; }
  h1 { font-size: clamp(42px, 6vw, 78px); line-height: 1.03; letter-spacing: -2.5px; margin-bottom: 24px; }
  .hero p { font-size: 18px; color: rgba(255,255,255,.82); max-width: 680px; margin-bottom: 34px; }
  .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
  .hero-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(18px); padding: 30px; border-radius: 12px; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
  .hero-card h3 { font-size: 24px; margin-bottom: 14px; }
  .hero-list { display: grid; gap: 14px; margin-top: 22px; }
  .hero-list span { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.88); }
  .check { width: 26px; height: 26px; border-radius: 50%; display: inline-grid; place-items: center; background: rgba(214,40,40,.16); color: var(--accent); flex: 0 0 26px; }

  section { padding: 95px 0; }
  .section-head { max-width: 760px; margin-bottom: 48px; }
  .section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
  .section-head h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -1.4px; color: var(--navy); margin-bottom: 16px; }
  .section-head p { color: var(--muted); font-size: 17px; }

  .about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 58px; align-items: center; }
  .image-stack { position: relative; }
  .image-stack img { width: 100%; height: 510px; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow); }
  .badge { position: absolute; right: -24px; bottom: 34px; background: var(--navy); color: var(--white); padding: 28px; max-width: 260px; border-left: 5px solid var(--accent); box-shadow: var(--shadow); }
  .badge strong { display: block; font-size: 38px; color: var(--accent); line-height: 1; margin-bottom: 8px; }
  .about-content h2 { font-size: clamp(32px, 4vw, 48px); color: var(--navy); letter-spacing: -1.3px; line-height: 1.14; margin-bottom: 20px; }
  .about-content p { color: var(--muted); margin-bottom: 18px; }
  .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
  .stat { padding: 22px; border: 1px solid var(--border); background: var(--light); border-radius: 6px; }
  .stat strong { display: block; font-size: 28px; color: var(--accent); margin-bottom: 4px; }

  .services { background: var(--light); }
  .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .service-card { background: var(--white); border-radius: 8px; overflow: hidden; box-shadow: 0 12px 35px rgba(7,27,50,.08); transition: .28s ease; border: 1px solid rgba(220,227,236,.85); }
  .service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
  .service-img { height: 205px; background-size: cover; background-position: center; position: relative; }
  .service-img:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,27,50,.45), transparent); }
  .service-body { padding: 28px; }
  .service-body h3 { color: var(--navy); font-size: 22px; margin-bottom: 10px; }
  .service-body p { color: var(--muted); margin-bottom: 20px; }
  .link { color: var(--accent); font-weight: 800; }

  .dark-section { background: linear-gradient(90deg, rgba(7,27,50,.96), rgba(12,41,72,.9)), url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1800&q=80') center/cover fixed; color: var(--white); }
  .dark-section .section-head h2, .dark-section .section-head p { color: var(--white); }
  .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .why-card { padding: 28px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.07); border-radius: 8px; backdrop-filter: blur(10px); }
  .why-card h3 { font-size: 20px; margin: 16px 0 8px; }
  .why-card p { color: rgba(255,255,255,.72); }

  .industries-grid, .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
  .industry-card, .process-card { background: var(--white); border: 1px solid var(--border); padding: 30px; border-radius: 8px; box-shadow: 0 10px 28px rgba(7,27,50,.06); }
  .industry-card span, .process-card span { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: rgba(214,40,40,.1); color: var(--accent); font-weight: 800; margin-bottom: 18px; }
  .industry-card h3, .process-card h3 { color: var(--navy); margin-bottom: 8px; }
  .industry-card p, .process-card p { color: var(--muted); font-size: 15px; }

  .network { background: linear-gradient(90deg, rgba(244,247,251,.96), rgba(244,247,251,.85)), url('https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat; }
  .network-box { max-width: 760px; background: var(--white); padding: 45px; border-left: 6px solid var(--accent); box-shadow: var(--shadow); }
  .network-box h2 { color: var(--navy); font-size: clamp(32px, 4vw, 48px); line-height: 1.14; margin-bottom: 18px; }
  .network-box p { color: var(--muted); margin-bottom: 24px; }

  .cta { padding: 70px 0; background: var(--blue); color: var(--white); }
  .cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
  .cta h2 { font-size: clamp(30px, 4vw, 44px); line-height: 1.12; margin-bottom: 10px; }
  .cta p { color: rgba(255,255,255,.78); max-width: 680px; }

  .contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; }
  .contact-info { background: var(--navy); color: var(--white); padding: 38px; border-radius: 8px; box-shadow: var(--shadow); }
  .contact-info h3 { font-size: 28px; margin-bottom: 20px; }
  .contact-item { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .contact-item strong { display: block; color: var(--accent); margin-bottom: 4px; }

  form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: var(--white); padding: 36px; border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 12px 35px rgba(7,27,50,.08); }
  input, select, textarea { width: 100%; padding: 15px 16px; border: 1px solid var(--border); border-radius: 4px; font: inherit; outline: none; }
  input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(214,40,40,.08); }
  textarea, .full { grid-column: 1 / -1; }

  footer { background: #061527; color: rgba(255,255,255,.74); padding: 70px 0 24px; }
  .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; margin-bottom: 42px; }
  footer h3, footer h4 { color: var(--white); margin-bottom: 18px; }
  footer ul { list-style: none; display: grid; gap: 10px; }
  footer a:hover { color: var(--accent); }
  .copyright { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; text-align: center; font-size: 14px; }

  .mobile-toggle { display: none; width: 44px; height: 44px; border: 0; background: var(--navy); color: var(--white); border-radius: 4px; font-size: 22px; }

  @media (max-width: 980px) {
    .mobile-toggle { display: block; }
    .menu { position: absolute; top: 78px; left: 0; width: 100%; background: var(--white); flex-direction: column; align-items: flex-start; padding: 24px 5%; border-bottom: 1px solid var(--border); display: none; }
    .menu.active { display: flex; }
    .hero-grid, .about-grid, .contact-grid, .cta-inner { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; }
    .hero { min-height: auto; }
    .service-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
    .industries-grid, .process-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .badge { right: 20px; }
  }

  @media (max-width: 640px) {
    section { padding: 70px 0; }
    .service-grid, .why-grid, .industries-grid, .process-grid, .stats, .footer-grid { grid-template-columns: 1fr; }
    form { grid-template-columns: 1fr; padding: 24px; }
    .hero-card { display: none; }
    .topbar-inner { justify-content: center; text-align: center; }
    .logo { font-size: 20px; }
    .image-stack img { height: 360px; }
    .badge { position: static; margin-top: 18px; max-width: none; }
  }