
    :root {
      --navy: #0b2239;
      --navy-2: #133a55;
      --green: #56a64b;
      --green-dark: #347b36;
      --lime: #b8d86b;
      --sand: #f4f6f1;
      --white: #ffffff;
      --ink: #17212b;
      --muted: #607181;
      --line: #dbe3df;
      --shadow: 0 18px 50px rgba(8, 34, 53, .12);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "DM Sans", Arial, sans-serif;
      color: var(--ink);
      background: var(--white);
      line-height: 1.6;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font: inherit; }
    .container { width: min(1160px, calc(100% - 40px)); margin: auto; }
    .eyebrow {
      display: inline-flex; align-items: center; gap: 9px;
      font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
      font-size: .78rem; color: var(--green-dark);
    }
    .eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--green); }
    h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.15; margin: 0; color: var(--navy); }
    h1 { font-size: clamp(2.7rem, 5vw, 5.2rem); letter-spacing: -.045em; }
    h2 { font-size: clamp(2rem, 3.6vw, 3.5rem); letter-spacing: -.035em; }
    h3 { font-size: 1.25rem; }
    p { margin: 0; }
    .section { padding: 100px 0; }
    .section-head { max-width: 760px; margin-bottom: 46px; }
    .section-head h2 { margin-top: 14px; }
    .section-head p { color: var(--muted); font-size: 1.08rem; margin-top: 18px; }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 10px;
      min-height: 52px; padding: 0 23px; border-radius: 8px; font-weight: 700;
      border: 1px solid transparent; cursor: pointer; transition: .2s ease;
    }
    .btn-primary { background: var(--green); color: white; }
    .btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); }
    .btn-light { background: white; color: var(--navy); border-color: rgba(255,255,255,.35); }
    .btn-light:hover { transform: translateY(-2px); }
    .btn-outline { border-color: var(--line); background: transparent; color: var(--navy); }
    .btn-outline:hover { border-color: var(--green); color: var(--green-dark); }
    .icon { width: 22px; height: 22px; flex: 0 0 auto; }

    .topbar { background: #071827; color: #dce8ee; font-size: .88rem; }
    .topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
    .topbar-group { display: flex; gap: 22px; align-items: center; }
    .topbar a:hover { color: white; }

    header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(219,227,223,.8); }
    .nav { height: 82px; display: flex; justify-content: space-between; align-items: center; }
    .brand { display: flex; align-items: center; gap: 13px; }
    .brand-mark {
      width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
      background: linear-gradient(145deg, var(--green), var(--green-dark)); color: white;
      font-family: "Manrope"; font-weight: 800; font-size: 1.35rem;
      box-shadow: inset 0 0 0 5px rgba(255,255,255,.16);
    }
    .brand-text strong { display: block; font-family: "Manrope"; font-size: 1rem; color: var(--navy); line-height: 1.1; }
    .brand-text span { color: var(--muted); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
    .nav-links { display: flex; align-items: center; gap: 30px; font-weight: 600; color: #314454; }
    .nav-links a:hover { color: var(--green-dark); }
    .menu-btn { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }

    .hero {
      position: relative; overflow: hidden; color: white;
      background:
        radial-gradient(circle at 80% 20%, rgba(184,216,107,.22), transparent 30%),
        linear-gradient(120deg, rgba(5,25,40,.98), rgba(13,58,76,.92)),
        linear-gradient(45deg, #0b2239, #1a5661);
    }
    .hero::after {
      content: ""; position: absolute; right: -120px; bottom: -180px; width: 600px; height: 600px;
      border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02);
    }
    .hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
    .hero h1 { color: white; max-width: 760px; }
    .hero h1 span { color: var(--lime); }
    .hero-copy > p { max-width: 650px; color: #d7e5e9; font-size: 1.15rem; margin: 25px 0 32px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
    .hero-proof { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 42px; color: #d7e5e9; font-size: .92rem; }
    .hero-proof div { display: flex; align-items: center; gap: 8px; }
    .hero-proof b { color: white; }
    .hero-card {
      padding: 32px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px;
      background: rgba(255,255,255,.09); backdrop-filter: blur(12px); box-shadow: var(--shadow);
    }
    .hero-card .label { color: var(--lime); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 700; }
    .hero-card h3 { color: white; font-size: 1.65rem; margin: 9px 0 22px; }
    .issue-list { display: grid; gap: 11px; margin: 0 0 25px; padding: 0; list-style: none; }
    .issue-list li { display: flex; gap: 12px; align-items: center; padding: 11px 13px; border-radius: 8px; background: rgba(255,255,255,.07); }
    .issue-list svg { color: var(--lime); }
    .hero-card .btn { width: 100%; }

    .trust { background: var(--sand); border-bottom: 1px solid var(--line); }
    .trust-grid { min-height: 110px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
    .trust-item { padding: 20px 28px; border-right: 1px solid var(--line); }
    .trust-item:first-child { padding-left: 0; }
    .trust-item:last-child { border: 0; }
    .trust-item strong { display: block; color: var(--navy); font-family: "Manrope"; font-size: 1.1rem; }
    .trust-item span { color: var(--muted); font-size: .9rem; }

    .services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
    .service-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 14px; min-height: 290px; transition: .22s; background: white; }
    .service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
    .service-icon { width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center; color: var(--green-dark); background: #edf6e9; }
    .service-card h3 { margin: 24px 0 12px; }
    .service-card p { color: var(--muted); }
    .service-link { position: absolute; left: 30px; bottom: 28px; font-weight: 700; color: var(--green-dark); display: flex; gap: 8px; align-items: center; }

    .industries { background: var(--navy); color: white; position: relative; overflow: hidden; }
    .industries .section-head h2 { color: white; }
    .industries .section-head p { color: #b9cbd4; }
    .industry-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
    .industry-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
    .industry-item { display: flex; gap: 13px; align-items: center; padding: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }
    .industry-item svg { color: var(--lime); }
    .experience-card { background: white; color: var(--ink); padding: 36px; border-radius: 16px; }
    .experience-card h3 { font-size: 1.7rem; }
    .experience-card p { color: var(--muted); margin: 14px 0 26px; }
    .stat-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
    .stat { background: var(--sand); padding: 17px; border-radius: 9px; }
    .stat strong { display: block; font-family: "Manrope"; color: var(--green-dark); font-size: 1.55rem; }
    .stat span { color: var(--muted); font-size: .85rem; }

    .process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; counter-reset: step; }
    .process-step { counter-increment: step; padding: 26px 22px; border-top: 3px solid var(--green); background: var(--sand); border-radius: 0 0 12px 12px; }
    .process-step::before { content: "0" counter(step); display: block; font-family: "Manrope"; color: var(--green); font-weight: 800; font-size: 1.9rem; margin-bottom: 15px; }
    .process-step h3 { margin-bottom: 8px; }
    .process-step p { color: var(--muted); font-size: .94rem; }

    .training { background: var(--sand); }
    .training-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
    .training-visual { min-height: 440px; border-radius: 18px; padding: 32px; color: white; display: flex; flex-direction: column; justify-content: end; background:
      linear-gradient(to top, rgba(5,30,46,.92), rgba(5,30,46,.18)),
      linear-gradient(135deg, #4e8d48, #0c4053); position: relative; overflow: hidden; }
    .training-visual::before { content: ""; position: absolute; inset: 28px 28px auto auto; width: 150px; height: 150px; border: 24px solid rgba(255,255,255,.1); border-radius: 50%; }
    .training-visual h3 { color: white; font-size: 2rem; position: relative; }
    .training-visual p { color: #d8e5e5; margin-top: 12px; position: relative; }
    .class-list { display: grid; gap: 13px; margin-top: 28px; }
    .class-item { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px; border: 1px solid var(--line); background: white; border-radius: 10px; }
    .class-item strong { display: block; color: var(--navy); }
    .class-item span { color: var(--muted); font-size: .85rem; }
    .class-item b { color: var(--green-dark); white-space: nowrap; }

    .testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
    .quote { padding: 28px; border: 1px solid var(--line); border-radius: 13px; }
    .stars { color: #e0a82e; letter-spacing: 2px; }
    .quote p { margin: 18px 0 24px; color: #3c4c58; }
    .quote strong { color: var(--navy); }
    .quote small { display: block; color: var(--muted); }

    .locations { padding-top: 0; }
    .location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
    .location-card { padding: 32px; border-radius: 14px; background: var(--navy); color: white; }
    .location-card h3 { color: white; margin-bottom: 14px; }
    .location-card p { color: #c8d8de; }
    .location-card a { color: var(--lime); font-weight: 700; display: inline-block; margin-top: 17px; }

    .cta { background: linear-gradient(120deg, var(--green-dark), #507f36); color: white; }
    .cta-grid { min-height: 300px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
    .cta h2 { color: white; max-width: 760px; }
    .cta p { margin-top: 15px; color: #ebf3e4; max-width: 680px; }
    .cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

    footer { background: #071827; color: #aebfc8; padding: 64px 0 28px; }
    .footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1fr; gap: 40px; }
    footer .brand-text strong { color: white; }
    .footer-about { margin-top: 19px; max-width: 330px; }
    footer h4 { color: white; margin: 0 0 17px; font-family: "Manrope"; }
    footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
    footer a:hover { color: white; }
    .copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 45px; padding-top: 25px; display: flex; justify-content: space-between; gap: 20px; font-size: .86rem; }

    .modal { position: fixed; inset: 0; z-index: 100; background: rgba(4,18,28,.76); display: none; align-items: center; justify-content: center; padding: 20px; }
    .modal.open { display: flex; }
    .modal-card { background: white; width: min(650px,100%); max-height: 92vh; overflow: auto; border-radius: 16px; padding: 32px; box-shadow: var(--shadow); }
    .modal-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 23px; }
    .close { background: var(--sand); border: 0; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 1.2rem; }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .field { display: grid; gap: 7px; }
    .field.full { grid-column: 1/-1; }
    label { font-size: .88rem; font-weight: 700; color: var(--navy); }
    input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 12px 13px; background: white; }
    textarea { min-height: 110px; resize: vertical; }
    .form-note { color: var(--muted); font-size: .82rem; margin-top: 13px; }
    .success { display: none; padding: 16px; background: #edf6e9; border-radius: 8px; color: var(--green-dark); font-weight: 700; margin-top: 15px; }

    @media (max-width: 960px) {
      .topbar { display: none; }
      .nav-links { position: absolute; top: 81px; left: 0; right: 0; padding: 22px; background: white; border-bottom: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; gap: 16px; }
      .nav-links.open { display: flex; }
      .menu-btn { display: block; }
      .hero-grid, .industry-grid, .training-wrap { grid-template-columns: 1fr; }
      .hero-grid { padding: 90px 0; }
      .hero-card { max-width: 650px; }
      .trust-grid { grid-template-columns: repeat(2,1fr); }
      .trust-item:nth-child(2) { border-right: 0; }
      .services-grid, .testimonial-grid { grid-template-columns: repeat(2,1fr); }
      .process-grid { grid-template-columns: repeat(2,1fr); }
      .footer-grid { grid-template-columns: repeat(2,1fr); }
    }
    @media (max-width: 650px) {
      .container { width: min(100% - 28px, 1160px); }
      .section { padding: 75px 0; }
      .nav { height: 72px; }
      .nav-links { top: 71px; }
      .brand-text span { display: none; }
      .hero-grid { min-height: auto; padding: 72px 0; gap: 42px; }
      .hero h1 { font-size: 2.65rem; }
      .hero-actions .btn { width: 100%; }
      .hero-proof { gap: 14px; flex-direction: column; }
      .trust-grid, .services-grid, .testimonial-grid, .process-grid, .location-grid, .footer-grid, .industry-list, .stat-row { grid-template-columns: 1fr; }
      .trust-item { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0; }
      .class-item { align-items: flex-start; flex-direction: column; }
      .cta-grid { grid-template-columns: 1fr; padding: 70px 0; }
      .cta-actions .btn { width: 100%; }
      .copyright { flex-direction: column; }
      .form-grid { grid-template-columns: 1fr; }
    }
  
.page-hero{background:linear-gradient(120deg,#071827,#17445b);color:white;padding:86px 0 78px}.page-hero h1{color:white;font-size:clamp(2.5rem,5vw,4.5rem);max-width:850px}.page-hero p{color:#d7e5e9;max-width:720px;font-size:1.12rem;margin-top:20px}.breadcrumb{color:var(--lime);font-weight:700;font-size:.88rem;margin-bottom:15px}.compact-section{padding:72px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.feature-list{display:grid;gap:14px;margin-top:24px}.feature{padding:18px;border:1px solid var(--line);border-radius:10px;background:white}.feature strong{display:block;color:var(--navy);margin-bottom:4px}.feature span{color:var(--muted)}.simple-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.info-card{padding:28px;border:1px solid var(--line);border-radius:14px;background:white}.info-card h3{margin-bottom:10px}.info-card p{color:var(--muted)}.band{background:var(--sand)}.active{color:var(--green-dark)!important}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px}.contact-panel{background:var(--navy);color:white;padding:34px;border-radius:15px}.contact-panel h2,.contact-panel h3{color:white}.contact-panel p{color:#c8d8de}.contact-panel a{color:var(--lime)}.inline-form{padding:32px;border:1px solid var(--line);border-radius:15px}.nav-links .btn{min-height:46px;padding:0 18px}.hero-mini{min-height:520px}.preview-links{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.preview-link{padding:18px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:rgba(255,255,255,.07);color:white}.preview-link strong{display:block}.preview-link span{color:#c8d8de;font-size:.9rem}.service-card{min-height:260px}.footer-grid{grid-template-columns:1.2fr .8fr .8fr 1fr}
@media(max-width:960px){.split,.contact-layout{grid-template-columns:1fr}.simple-grid,.preview-links{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.simple-grid,.preview-links{grid-template-columns:1fr}.page-hero{padding:62px 0}.compact-section{padding:58px 0}}
