:root {
  --blue-950: #0b2545;
  --blue-800: #124f82;
  --blue-650: #1d73b7;
  --blue-100: #e8f3fb;
  --blue-50: #f5fbff;
  --white: #ffffff;
  --ink: #17324d;
  --muted: #65788c;
  --line: #d7e5f0;
  --teal: #20a6a0;
  --green: #3a9f72;
  --shadow: 0 18px 48px rgba(11, 37, 69, 0.14);
}
* { box-sizing: border-box; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px clamp(20px, 5vw, 72px); background: rgba(255, 255, 255, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-950); font-weight: 800; text-decoration: none; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; color: var(--white); background: var(--blue-800); border-radius: 8px; }
.nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 0.95rem; }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--blue-800); }
.nav-cta { padding: 9px 15px; color: var(--white) !important; background: var(--blue-800); border-radius: 8px; font-weight: 700; }
.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr); align-items: center; gap: clamp(32px, 6vw, 76px); padding: clamp(48px, 7vw, 82px) clamp(20px, 5vw, 72px) clamp(46px, 6vw, 70px); background: linear-gradient(90deg, rgba(232, 243, 251, 0.78), rgba(255, 255, 255, 0.88)), radial-gradient(circle at 88% 16%, rgba(32, 166, 160, 0.16), transparent 34%); }
.hero-copy { max-width: 720px; }
.hero > * { min-width: 0; }
.eyebrow { margin: 0 0 12px; color: var(--blue-650); font-size: 0.78rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; color: var(--blue-950); font-size: clamp(2.4rem, 5.6vw, 5.15rem); line-height: 0.98; letter-spacing: 0; }
h2 { margin: 0; color: var(--blue-950); font-size: clamp(1.65rem, 3vw, 2.55rem); line-height: 1.12; letter-spacing: 0; }
h3 { margin: 14px 0 8px; color: var(--blue-950); font-size: 1.18rem; line-height: 1.2; }
.lead { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.22rem); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border: 1px solid transparent; border-radius: 8px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button.primary { color: var(--white); background: var(--blue-800); }
.button.secondary { color: var(--blue-800); background: var(--white); border-color: var(--line); }
.button.light { color: var(--blue-800); background: var(--white); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.trust-strip span, .pill, .check-grid span { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--blue-950); background: var(--white); font-size: 0.9rem; font-weight: 700; }
.hero-visual { position: relative; min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.dashboard-image { display: block; width: 100%; max-width: 100%; height: auto; }
.floating-note { position: absolute; left: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 10px; padding: 12px 14px; color: var(--blue-950); background: rgba(255, 255, 255, 0.93); border: 1px solid var(--line); border-radius: 8px; font-weight: 800; box-shadow: 0 10px 28px rgba(11, 37, 69, 0.12); }
.status-dot { width: 11px; height: 11px; background: var(--green); border-radius: 50%; }
.section { padding: clamp(52px, 7vw, 88px) clamp(20px, 5vw, 72px); }
.intro-band { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr); gap: 36px; align-items: end; background: var(--blue-950); color: var(--white); }
.intro-band h2, .cta-band h2 { color: var(--white); }
.intro-band p:last-child { margin: 0; color: #d7e5f0; font-size: 1.08rem; }
.service-preview, .testimonial-grid, .values, .training-layout { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-preview article, .service-list article, .training-card, .values article, blockquote, .contact-form, .contact-card, .profile-panel { border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 10px 28px rgba(11, 37, 69, 0.08); }
.service-preview article, .values article { padding: 26px; }
.icon { display: grid; width: 44px; height: 44px; place-items: center; color: var(--white); background: var(--blue-800); border-radius: 8px; font-weight: 800; }
.section-heading { max-width: 820px; margin-bottom: 28px; }
.testimonials { background: var(--blue-50); }
blockquote { margin: 0; padding: 26px; }
blockquote p { margin: 0 0 18px; color: var(--ink); font-size: 1.02rem; }
cite { color: var(--blue-800); font-style: normal; font-weight: 800; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin: clamp(24px, 5vw, 58px) clamp(20px, 5vw, 72px); padding: clamp(32px, 5vw, 52px); color: var(--white); background: linear-gradient(110deg, var(--blue-950), var(--blue-800)); border-radius: 8px; }
.page-hero { padding: clamp(58px, 9vw, 106px) clamp(20px, 5vw, 72px); background: var(--blue-50); }
.page-hero h1 { max-width: 980px; font-size: clamp(2.15rem, 4.2vw, 4.15rem); }
.page-hero.split { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 34px; align-items: center; }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-list article, .training-card, .contact-form, .contact-card, .profile-panel { padding: 28px; }
.training-card { display: flex; min-height: 320px; flex-direction: column; align-items: flex-start; }
.training-card .button { margin-top: auto; }
.curriculum { padding-top: 0; }
.check-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.profile-panel { min-height: 270px; background: var(--white); }
.profile-mark { display: grid; width: 86px; height: 86px; place-items: center; color: var(--white); background: var(--teal); border-radius: 8px; font-size: 1.5rem; font-weight: 800; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr); gap: 22px; align-items: start; }
.contact-form { display: grid; gap: 16px; }
label { display: grid; gap: 7px; color: var(--blue-950); font-weight: 800; }
input, select, textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid var(--line); border-radius: 8px; font: inherit; }
textarea { resize: vertical; }
.contact-detail { display: grid; gap: 3px; padding-top: 18px; margin-top: 18px; border-top: 1px solid var(--line); }
.contact-detail span { color: var(--muted); }
.site-footer { display: flex; justify-content: space-between; gap: 22px; padding: 26px clamp(20px, 5vw, 72px); color: #d7e5f0; background: var(--blue-950); }
.site-footer p { margin: 0; }
@media (max-width: 860px) {
  .site-header { position: static; align-items: flex-start; flex-direction: column; }
  .nav { width: 100%; flex-wrap: wrap; gap: 12px; }
  .hero, .intro-band, .page-hero.split, .contact-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 380px; }
  .service-preview, .testimonial-grid, .values, .training-layout, .service-list { grid-template-columns: 1fr; }
  .cta-band, .site-footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .site-header { align-items: center; padding: 18px 20px; }
  .brand { width: 100%; align-items: center; justify-content: center; text-align: center; }
  .nav { display: grid; width: 100%; max-width: 340px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0 auto; }
  .nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; text-align: center; }
  .nav-cta { padding: 8px 10px; }
  .hero, .page-hero, .section { padding-right: 24px; padding-left: 24px; }
  .page-hero, .section-heading { text-align: center; }
  .page-hero .lead { margin-right: auto; margin-left: auto; }
  .training-layout, .service-preview, .testimonial-grid, .values, .service-list, .contact-layout { justify-items: center; }
  .training-card, .service-preview article, .service-list article, .values article, blockquote, .contact-form, .contact-card, .profile-panel { width: 100%; max-width: 360px; }
  .check-grid { justify-content: center; }
  h1 { font-size: 2.05rem; line-height: 1.08; }
  .metric-grid { grid-template-columns: 1fr; }
  .claim-card { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; }
  .floating-note { position: static; margin: 12px; }
}
