:root {
  --navy: #071b2f;
  --navy-2: #0c2b46;
  --navy-3: #123b5f;
  --green: #7abf45;
  --green-dark: #4f8f2f;
  --lime: #a7d96f;
  --white: #ffffff;
  --soft: #f4f7f9;
  --line: #dbe4ea;
  --text: #142536;
  --muted: #627383;
  --shadow: 0 18px 55px rgba(7, 27, 47, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}
body.offcanvas-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
section { scroll-margin-top: 88px; }

h1, h2, h3, h4, h5, h6, .brand-main {
  font-family: "Manrope", sans-serif;
  letter-spacing: -.03em;
}

.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.78);
  font-size: .82rem;
  padding: .48rem 0;
}
.topbar a { color: rgba(255,255,255,.86); transition: .25s ease; }
.topbar a:hover { color: var(--lime); }
.topbar-divider { width: 1px; height: 14px; background: rgba(255,255,255,.25); }

.navbar { min-height: 80px; transition: .3s ease; }
.navbar.scrolled { min-height: 70px; }
.brand-text { display: inline-flex; flex-direction: column; line-height: .86; color: var(--navy); }
.brand-main { font-size: 2.1rem; font-weight: 800; letter-spacing: -.08em; }
.brand-sub { margin-top: .4rem; font-size: .64rem; font-weight: 800; letter-spacing: .18em; }
.navbar .nav-link { color: var(--text); font-weight: 600; font-size: .94rem; padding: 1.7rem .8rem; position: relative; }
.navbar .nav-link::after:not(.dropdown-toggle) { content: none; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--green-dark); }
.navbar .nav-link.active::before { content: ""; position: absolute; left: .8rem; right: .8rem; bottom: 1.2rem; height: 2px; background: var(--green); }
.dropdown-item { padding: .75rem .9rem; font-weight: 600; color: var(--text); }
.dropdown-item:hover { background: #eef7e9; color: var(--green-dark); }
.navbar-toggler { font-size: 1.35rem; color: var(--navy); }

.btn {
  border-radius: 12px;
  font-weight: 700;
  padding: .78rem 1.25rem;
  transition: all .25s ease;
}
.btn-lg { padding: .95rem 1.45rem; font-size: .98rem; }
.btn-brand {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  border-color: var(--green-dark);
  box-shadow: 0 10px 24px rgba(89, 157, 53, .24);
}
.btn-brand:hover { color: #fff; transform: translateY(-2px); background: linear-gradient(135deg, #88cb52, #477f2c); box-shadow: 0 14px 30px rgba(89, 157, 53, .32); }
.btn-outline-brand { color: var(--navy); border: 1px solid rgba(7,27,47,.35); background: #fff; }
.btn-outline-brand:hover { color: #fff; background: var(--navy); border-color: var(--navy); transform: translateY(-2px); }
.btn-glass { color: #fff; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn-glass:hover { color: var(--navy); background: #fff; transform: translateY(-2px); }

.offcanvas { width: min(86vw, 380px) !important; }
.mobile-nav { display: flex; flex-direction: column; }
.mobile-nav a { padding: 1rem 0; color: var(--text); font-size: 1.05rem; font-weight: 700; border-bottom: 1px solid var(--line); }
.mobile-nav a:hover { color: var(--green-dark); }

.hero-section {
  min-height: 700px;
  display: flex;
  align-items: center;
  background-image: url("https://images.unsplash.com/photo-1519003722824-194d4455a60c?auto=format&fit=crop&w=2000&q=88");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(4,18,33,.97) 0%, rgba(4,18,33,.86) 45%, rgba(4,18,33,.42) 74%, rgba(4,18,33,.2) 100%);
}
.hero-grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-content { padding-top: 7rem; padding-bottom: 7rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; color: var(--lime); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .77rem; margin-bottom: 1.1rem; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--green); }
.hero-title { max-width: 760px; font-size: clamp(3rem, 6.2vw, 5.7rem); line-height: .98; font-weight: 800; margin-bottom: 1.35rem; }
.hero-title span { color: var(--lime); }
.hero-copy { max-width: 680px; color: rgba(255,255,255,.82); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.2rem 1.8rem; margin-top: 2.25rem; color: rgba(255,255,255,.8); font-size: .9rem; }
.hero-trust div { display: flex; align-items: center; gap: .55rem; }
.hero-trust i { color: var(--lime); }
.quick-links-card { margin-left: auto; max-width: 430px; background: rgba(4,18,33,.88); border: 1px solid rgba(167,217,111,.45); border-radius: var(--radius); padding: 1.35rem; backdrop-filter: blur(14px); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.quick-links-head { display: flex; align-items: center; justify-content: space-between; color: var(--lime); text-transform: uppercase; font-size: .78rem; letter-spacing: .16em; font-weight: 800; padding: .4rem .4rem 1rem; }
.quick-link-item { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: .9rem; padding: 1rem .4rem; border-bottom: 1px solid rgba(255,255,255,.13); color: #fff; transition: .25s ease; }
.quick-link-item:hover { color: #fff; transform: translateX(5px); }
.quick-link-item:hover .quick-icon { background: var(--green); color: #fff; }
.quick-link-item strong { display: block; font-size: .94rem; }
.quick-link-item small { display: block; color: rgba(255,255,255,.56); margin-top: .2rem; }
.quick-link-item > i { font-size: .76rem; color: var(--lime); }
.quick-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(122,191,69,.13); color: var(--lime); border: 1px solid rgba(122,191,69,.28); transition: .25s ease; }
.scroll-indicator { position: absolute; left: 50%; bottom: 24px; width: 28px; height: 46px; border: 2px solid rgba(255,255,255,.45); border-radius: 20px; transform: translateX(-50%); }
.scroll-indicator span { position: absolute; left: 50%; top: 9px; width: 4px; height: 7px; border-radius: 8px; background: var(--lime); transform: translateX(-50%); animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,16px); } }

.stats-strip { background: var(--navy); color: #fff; border-top: 1px solid rgba(255,255,255,.12); }
.stat-item { padding: 1.6rem 1rem; text-align: center; border-right: 1px solid rgba(255,255,255,.12); }
.stat-item:last-child { border-right: 0; }
.stat-item strong { display: block; color: var(--lime); font-family: "Manrope", sans-serif; font-size: 1.5rem; }
.stat-item span { display: block; color: rgba(255,255,255,.66); font-size: .82rem; margin-top: .25rem; }

.section-space { padding: 6.5rem 0; }
.bg-soft { background: var(--soft); }
.section-heading { max-width: 760px; margin-bottom: 2.2rem; }
.section-kicker { display: inline-block; color: var(--green-dark); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: .74rem; margin-bottom: .8rem; }
.section-kicker.light { color: var(--lime); }
.section-heading h2, .cta-section h2 { font-size: clamp(2rem, 4vw, 3.45rem); font-weight: 800; color: var(--navy); margin-bottom: 1rem; }
.section-heading p { color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.lead-text { font-size: 1.14rem !important; color: var(--text) !important; }

.service-card { position: relative; background: #fff; border: 1px solid #e1e9ee; border-radius: var(--radius); padding: 2rem; overflow: hidden; transition: .35s ease; box-shadow: 0 8px 28px rgba(7,27,47,.05); }
.service-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--green), var(--lime)); transform: scaleX(0); transform-origin: left; transition: .35s ease; }
.service-card:hover { transform: translateY(-9px); box-shadow: var(--shadow); border-color: rgba(122,191,69,.45); }
.service-card:hover::after { transform: scaleX(1); }
.service-number { position: absolute; top: 1.2rem; right: 1.35rem; color: #e6edf1; font-family: "Manrope", sans-serif; font-size: 2.3rem; font-weight: 800; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: #edf7e7; color: var(--green-dark); font-size: 1.4rem; margin-bottom: 1.3rem; }
.service-card h3 { color: var(--navy); font-size: 1.25rem; font-weight: 800; }
.service-card p { color: var(--muted); line-height: 1.65; }
.service-list { list-style: none; padding: 0; margin: 1.2rem 0 1.4rem; }
.service-list li { position: relative; padding-left: 1.45rem; margin: .55rem 0; color: #42566a; font-size: .92rem; }
.service-list li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; color: var(--green-dark); }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--green-dark); font-weight: 800; }
.text-link i { transition: .25s ease; }
.text-link:hover { color: var(--navy); }
.text-link:hover i { transform: translateX(4px); }
.service-card.featured { background: linear-gradient(150deg, var(--navy), var(--navy-2)); border-color: var(--navy); color: #fff; }
.service-card.featured h3, .service-card.featured .text-link { color: #fff; }
.service-card.featured p, .service-card.featured .service-list li { color: rgba(255,255,255,.7); }
.service-card.featured .service-number { color: rgba(255,255,255,.07); }
.service-card.featured .service-icon { background: rgba(167,217,111,.14); color: var(--lime); }
.service-card.featured .service-list li::before { color: var(--lime); }
.popular-badge { position: absolute; right: 1rem; top: .9rem; color: var(--navy); background: var(--lime); padding: .4rem .65rem; border-radius: 99px; font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.coming-soon { display: inline-flex; padding: .45rem .8rem; border-radius: 99px; background: #edf7e7; color: var(--green-dark); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.about-section { background: #fff; }
.about-visual { position: relative; padding: 1.2rem 2rem 2.3rem 0; }
.about-visual::before { content: ""; position: absolute; width: 72%; height: 80%; left: -1.5rem; bottom: 0; border-radius: 30px; background: #edf7e7; z-index: 0; }
.about-visual img { position: relative; z-index: 1; width: 100%; min-height: 580px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.experience-card { position: absolute; z-index: 2; left: -1rem; bottom: 4rem; width: 200px; background: var(--navy); color: #fff; border-radius: 18px; padding: 1.4rem; box-shadow: var(--shadow); }
.experience-card strong { display: block; font-family: "Manrope", sans-serif; color: var(--lime); font-size: 2.4rem; }
.experience-card span { display: block; color: rgba(255,255,255,.7); font-size: .86rem; line-height: 1.45; }
.about-badge { position: absolute; z-index: 3; right: .4rem; top: 3rem; display: inline-flex; align-items: center; gap: .55rem; background: #fff; color: var(--navy); border-radius: 999px; padding: .75rem 1rem; font-weight: 800; box-shadow: 0 12px 35px rgba(7,27,47,.16); }
.about-badge i { color: var(--green-dark); }
.value-chip { min-height: 54px; display: flex; align-items: center; gap: .7rem; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: 14px; font-weight: 700; color: #31475a; }
.value-chip i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #edf7e7; color: var(--green-dark); font-size: .7rem; }
.signature-line { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.signature-line span { font-family: Georgia, serif; font-size: 1.25rem; font-style: italic; color: var(--green-dark); }

.industries-section { position: relative; background: radial-gradient(circle at top right, rgba(122,191,69,.16), transparent 30%), linear-gradient(135deg, var(--navy), #061424); color: #fff; overflow: hidden; }
.industries-section::before { content: ""; position: absolute; inset: 0; background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=75"); background-size: cover; background-position: center; opacity: .09; }
.industries-section .section-heading h2 { color: #fff; }
.industries-section .section-heading p { color: rgba(255,255,255,.66); }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.industry-item { min-height: 135px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .9rem; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.045); backdrop-filter: blur(7px); transition: .3s ease; }
.industry-item i { font-size: 1.7rem; color: var(--lime); }
.industry-item span { font-weight: 800; }
.industry-item:hover { transform: translateY(-6px); background: rgba(122,191,69,.11); border-color: rgba(167,217,111,.4); }

.training-panel { border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.training-image { position: relative; min-height: 520px; background-image: url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?auto=format&fit=crop&w=1200&q=85"); background-size: cover; background-position: center; }
.training-image-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,27,47,.3), rgba(7,27,47,.92)); }
.training-image-content { position: absolute; inset: auto 0 0; z-index: 2; padding: 2.4rem; color: #fff; }
.training-image-content h2 { font-size: 2.3rem; font-weight: 800; margin: .9rem 0; }
.training-image-content p { color: rgba(255,255,255,.75); }
.pill { display: inline-flex; border-radius: 99px; background: rgba(167,217,111,.16); border: 1px solid rgba(167,217,111,.45); color: var(--lime); padding: .45rem .75rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.course-card { min-height: 105px; display: flex; align-items: center; gap: 1rem; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 16px; transition: .25s ease; }
.course-card i { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; background: #edf7e7; color: var(--green-dark); font-size: 1.1rem; }
.course-card span { color: var(--navy); font-weight: 800; }
.course-card:hover { transform: translateY(-4px); border-color: rgba(122,191,69,.5); box-shadow: 0 14px 30px rgba(7,27,47,.08); }
.course-more { background: var(--navy); border-color: var(--navy); }
.course-more span { color: #fff; }
.course-more i { background: rgba(167,217,111,.16); color: var(--lime); }

.process-section { background: #fff; }
.process-row { position: relative; }
.process-row::before { content: ""; position: absolute; left: 12%; right: 12%; top: 57px; border-top: 1px dashed #b7c7d3; z-index: 0; }
.process-card { position: relative; z-index: 1; text-align: center; padding: 1.7rem 1.2rem; }
.process-card > i { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 1.2rem; border-radius: 24px; color: var(--green-dark); background: #edf7e7; border: 9px solid #fff; box-shadow: 0 0 0 1px #dbe9d4; font-size: 1.45rem; }
.process-step { position: absolute; top: .4rem; left: calc(50% + 25px); width: 31px; height: 31px; display: grid; place-items: center; color: #fff; background: var(--navy); border-radius: 50%; font-size: .68rem; font-weight: 800; }
.process-card h3 { color: var(--navy); font-size: 1.12rem; font-weight: 800; }
.process-card p { color: var(--muted); font-size: .9rem; line-height: 1.6; }

.resource-card { height: 100%; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1.65rem; transition: .3s ease; }
.resource-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.resource-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--green-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.resource-meta span:last-child { color: #8a9aa8; }
.resource-card h3 { color: var(--navy); font-size: 1.28rem; font-weight: 800; margin: 1.1rem 0 .75rem; }
.resource-card p { color: var(--muted); line-height: 1.65; }

.testimonial-section { background: #fff; }
.rating-box { display: inline-flex; flex-direction: column; gap: .5rem; padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: 15px; }
.stars { color: #f1b932; letter-spacing: .12rem; }
.rating-box strong { color: var(--navy); }
.testimonial-card { position: relative; min-height: 340px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, var(--navy), var(--navy-2)); color: #fff; border-radius: 26px; padding: 3rem; box-shadow: var(--shadow); }
.quote-icon { position: absolute; right: 2rem; top: 1.5rem; color: rgba(167,217,111,.18); font-size: 5rem; }
.testimonial-card p { position: relative; z-index: 1; font-size: 1.42rem; line-height: 1.6; font-weight: 500; }
.testimonial-card footer { display: flex; flex-direction: column; gap: .3rem; margin-top: 1.5rem; }
.testimonial-card footer strong { color: var(--lime); }
.testimonial-card footer span { color: rgba(255,255,255,.6); font-size: .84rem; }
.carousel-controls { display: flex; gap: .7rem; margin-top: 1rem; justify-content: flex-end; }
.carousel-controls button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--navy); transition: .25s ease; }
.carousel-controls button:hover { color: #fff; background: var(--navy); }

.cta-section { position: relative; overflow: hidden; padding: 4.4rem 0; color: #fff; background: linear-gradient(115deg, #163f28, var(--green-dark)); }
.cta-section::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(135deg, transparent 25%, rgba(255,255,255,.4) 25%, rgba(255,255,255,.4) 26%, transparent 26%, transparent 75%, rgba(255,255,255,.4) 75%, rgba(255,255,255,.4) 76%, transparent 76%); background-size: 54px 54px; }
.cta-section h2 { color: #fff; margin: .4rem 0 .6rem; }
.cta-section p { color: rgba(255,255,255,.75); margin: 0; }
.cta-section .btn-brand { color: var(--navy); background: #fff; border-color: #fff; box-shadow: none; }
.cta-section .btn-brand:hover { color: #fff; background: var(--navy); border-color: var(--navy); }

.contact-section { background: #fff; }
.contact-info { display: flex; flex-direction: column; gap: .8rem; }
.contact-info > a, .contact-info > div { display: flex; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: 15px; color: var(--text); transition: .25s ease; }
.contact-info > a:hover { border-color: rgba(122,191,69,.5); transform: translateX(4px); }
.contact-info > a > span, .contact-info > div > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: #edf7e7; color: var(--green-dark); }
.contact-info small { display: block; color: var(--muted); }
.contact-info strong { display: block; color: var(--navy); font-size: .92rem; }
.contact-note { display: flex; align-items: flex-start; gap: .8rem; margin-top: 1.2rem; padding: 1rem; background: var(--soft); border-radius: 14px; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.contact-note i { color: var(--green-dark); margin-top: .2rem; }
.contact-form { background: var(--soft); border: 1px solid var(--line); border-radius: 24px; padding: 2rem; }
.form-label { font-size: .86rem; font-weight: 700; color: var(--navy); }
.form-control, .form-select { min-height: 52px; border-radius: 12px; border: 1px solid #d5e0e7; background-color: #fff; padding: .8rem 1rem; }
textarea.form-control { min-height: 145px; }
.form-control:focus, .form-select:focus { border-color: var(--green); box-shadow: 0 0 0 .2rem rgba(122,191,69,.14); }

.site-footer { background: #061524; color: rgba(255,255,255,.68); }
.footer-brand { color: #fff; }
.site-footer p { max-width: 420px; line-height: 1.7; }
.site-footer h3 { color: #fff; font-size: .95rem; letter-spacing: .02em; margin-bottom: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: .62rem 0; }
.site-footer a { color: rgba(255,255,255,.68); transition: .25s ease; }
.site-footer a:hover { color: var(--lime); }
.social-links { display: flex; gap: .65rem; margin-top: 1.2rem; }
.social-links a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); }
.social-links a:hover { background: var(--green); border-color: var(--green); color: #fff; transform: translateY(-2px); }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; }
.footer-contact i { color: var(--lime); margin-top: .25rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; }
.footer-bottom div { display: flex; gap: 1rem; }

.floating-cta { position: fixed; right: 22px; bottom: 22px; z-index: 1030; align-items: center; gap: .65rem; color: #fff; background: var(--green-dark); padding: .9rem 1.15rem; border-radius: 999px; font-weight: 800; box-shadow: 0 15px 35px rgba(47,98,30,.35); transition: .25s ease; }
.floating-cta:hover { color: #fff; transform: translateY(-3px); background: var(--navy); }
.back-to-top { position: fixed; right: 24px; bottom: 88px; z-index: 1030; width: 44px; height: 44px; border: 0; border-radius: 50%; color: #fff; background: var(--navy); box-shadow: 0 10px 24px rgba(7,27,47,.25); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; }
.back-to-top.show { opacity: 1; visibility: visible; transform: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1199.98px) {
  .navbar .nav-link { padding-left: .55rem; padding-right: .55rem; font-size: .9rem; }
  .hero-section { min-height: 660px; }
  .hero-title { font-size: 4.25rem; }
  .quick-links-card { max-width: 390px; }
}

@media (max-width: 991.98px) {
  .navbar { min-height: 72px; }
  .hero-section { min-height: auto; }
  .hero-overlay { background: linear-gradient(180deg, rgba(4,18,33,.95), rgba(4,18,33,.82)); }
  .hero-content { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .quick-links-card { max-width: none; margin-top: 1rem; }
  .scroll-indicator { display: none; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .process-row::before { display: none; }
  .about-visual { padding-right: 0; }
  .signature-line { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
  .brand-main { font-size: 1.8rem; }
  .brand-sub { font-size: .56rem; }
  .hero-content { padding-top: 4.6rem; padding-bottom: 4.6rem; }
  .hero-title { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { display: grid; gap: .7rem; }
  .quick-link-item { grid-template-columns: 42px 1fr auto; }
  .quick-link-item small { display: none; }
  .stat-item { border-bottom: 1px solid rgba(255,255,255,.12); }
  .section-space { padding: 5rem 0; }
  .section-heading h2 { font-size: 2.25rem; }
  .service-card { padding: 1.55rem; }
  .about-visual img { min-height: 460px; }
  .experience-card { left: .5rem; bottom: 3rem; width: 180px; }
  .about-badge { right: .3rem; top: 2rem; font-size: .78rem; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-item { min-height: 115px; }
  .training-image { min-height: 430px; }
  .testimonial-card { padding: 2rem; min-height: 320px; }
  .testimonial-card p { font-size: 1.18rem; }
  .contact-form { padding: 1.35rem; }
}

@media (max-width: 479.98px) {
  .hero-title { font-size: 2.65rem; }
  .quick-links-card { padding: 1rem; }
  .quick-link-item { padding: .9rem .2rem; }
  .industry-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .industry-item span { font-size: .84rem; }
  .about-badge { display: none; }
  .training-image-content { padding: 1.6rem; }
  .training-image-content h2 { font-size: 1.85rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
