/* Sahl Soft premium visual system — loaded after the base Elementor layout. */
:root {
  --sahl-ink: #061826;
  --sahl-navy: #0a2740;
  --sahl-blue: #2167f3;
  --sahl-cyan: #24c8dc;
  --sahl-mint: #17b890;
  --sahl-text: #13283a;
  --sahl-muted: #64798a;
  --sahl-line: #dce7ee;
  --sahl-cloud: #f5f9fc;
  --sahl-white: #ffffff;
  --sahl-shadow: 0 22px 65px rgba(7, 36, 58, .12);
}

body { background: #fff; color: var(--sahl-text); }
.sahl-main { overflow: hidden; }
.sahl-main h1, .sahl-main h2, .sahl-main h3, .sahl-main h4 { letter-spacing: -.025em; }
.sahl-main p { line-height: 1.9; }
.sahl-global-top > .elementor-container,
.sahl-global-header > .elementor-container,
.sahl-footer-cta > .elementor-container,
.sahl-global-footer > .elementor-container,
.sahl-footer-bottom > .elementor-container { width: min(1180px, calc(100% - 40px)); max-width: 1180px !important; }

/* Premium header */
.sahl-global-top {
  min-height: 36px;
  padding: 0;
  background: linear-gradient(90deg, #061826, #0b304c);
  color: #c9d7e1;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.sahl-global-top > .elementor-container { min-height: 36px; align-items: center; }
.sahl-global-top p { margin: 0; font-size: 11px; letter-spacing: .01em; }
.sahl-global-top b { color: #fff; }
.sahl-top-contact > .elementor-widget-wrap { display: flex; justify-content: flex-end; align-items: center; gap: 4px; }
.sahl-top-contact .elementor-widget-button { width: auto; margin: 0; }
.sahl-top-link .elementor-button {
  padding: 4px 10px;
  color: #c9d7e1;
  background: transparent;
  box-shadow: none;
  font-size: 11px;
  border-radius: 7px;
}
.sahl-top-link .elementor-button:hover { color: #fff; background: rgba(255,255,255,.08); }

.sahl-global-header {
  min-height: 84px;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(9,43,68,.09);
  box-shadow: 0 10px 35px rgba(6,35,55,.06);
  backdrop-filter: blur(18px);
}
.sahl-global-header > .elementor-container { min-height: 84px; align-items: center; }
.sahl-header-logo > .elementor-widget-wrap { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sahl-header-logo .elementor-widget-image { margin: 0; }
.sahl-header-logo img { width: 180px; height: 52px; object-fit: contain; object-position: right center; }
.sahl-header-nav > .elementor-widget-wrap { display: flex; justify-content: center; align-items: center; gap: 1px; }
.sahl-header-nav .elementor-widget-button { width: auto; margin: 0; }
.sahl-nav-link .elementor-button {
  position: relative;
  padding: 31px 7px 29px;
  color: #345064;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
}
.sahl-nav-link .elementor-button::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 20px;
  width: 0;
  height: 2px;
  border-radius: 9px;
  background: linear-gradient(90deg, var(--sahl-blue), var(--sahl-cyan));
  transition: .25s ease;
}
.sahl-nav-link .elementor-button:hover { color: var(--sahl-blue); }
.sahl-nav-link .elementor-button:hover::after { right: 20%; width: 60%; }
.sahl-header-action .elementor-widget-button { margin: 0; text-align: left; }
.sahl-header-cta .elementor-button {
  min-height: 46px;
  padding: 13px 20px;
  color: #fff;
  background: linear-gradient(135deg, #1658e7, #2a82f5);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 13px;
  box-shadow: 0 12px 28px rgba(33,103,243,.28);
  font-size: 12px;
  font-weight: 700;
  transition: .25s ease;
}
.sahl-header-cta .elementor-button::after { content: "←"; margin-right: 8px; }
.sahl-header-cta .elementor-button:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(33,103,243,.34); }
.sahl-menu {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid #dce7ee;
  border-radius: 12px;
  background: #f5f9fc;
  cursor: pointer;
}
.sahl-menu span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 3px; background: #0a2740; }

/* The same premium shell is used if Elementor is temporarily unavailable. */
.sahl-top { min-height: 36px; background: linear-gradient(90deg, #061826, #0b304c); color: #c9d7e1; border-bottom: 1px solid rgba(255,255,255,.08); }
.sahl-top .sahl-wrap { min-height: 36px; }
.sahl-header { min-height: 84px; height: auto; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(9,43,68,.09); box-shadow: 0 10px 35px rgba(6,35,55,.06); backdrop-filter: blur(18px); }
.sahl-nav { min-height: 84px; }
.sahl-links { gap: 18px; }
.sahl-links a { position: relative; padding: 31px 0 29px; color: #345064; font-size: 12px; }
.sahl-links a:hover { color: var(--sahl-blue); }
.sahl-quote { min-height: 46px; padding: 13px 20px; border-radius: 13px !important; background: linear-gradient(135deg, #1658e7, #2a82f5); box-shadow: 0 12px 28px rgba(33,103,243,.28); }
.sahl-footer { padding: 70px 0 20px; background: #061826; }
.sahl-foot { gap: 40px; }
.sahl-footer h3 { color: #fff; font-size: 15px; }
.sahl-footer a { color: #aebfcc; }
.sahl-footer a:hover { color: #fff; }
.sahl-fallback-footer-cta { padding: 70px 0 0; background: #061826; }
.sahl-fallback-footer-cta .sahl-wrap { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 38px 42px; color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: radial-gradient(circle at 8% 10%, rgba(36,200,220,.28), transparent 30%), linear-gradient(125deg, #124d82, #1c72d9 72%, #2498c4); box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.sahl-fallback-footer-cta small { color: #bfeff5; font-weight: 700; }
.sahl-fallback-footer-cta h2 { margin: 8px 0; font-size: clamp(26px, 3.5vw, 38px); }
.sahl-fallback-footer-cta p { margin: 0; color: #d7e9f4; }
.sahl-fallback-footer-cta a { flex: 0 0 auto; padding: 14px 20px; color: #0b4e80; background: #fff; border-radius: 13px; font-weight: 700; }

/* Hero and page rhythm */
.sahl-home-hero {
  min-height: 700px;
  padding: 94px 0 86px;
  background:
    radial-gradient(circle at 12% 25%, rgba(36,200,220,.17), transparent 27%),
    radial-gradient(circle at 92% 0%, rgba(33,103,243,.13), transparent 31%),
    linear-gradient(145deg, #f4fbff 0%, #fff 54%, #f3faf8 100%);
}
.sahl-home-hero::before {
  opacity: .58;
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.sahl-home-hero > .elementor-container { gap: 64px; align-items: center; }
.sahl-pill {
  padding: 8px 14px;
  color: #1e6389;
  background: rgba(255,255,255,.84);
  border: 1px solid #cfe6ef;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(12,63,91,.07);
  font-size: 11px;
  font-weight: 700;
}
.sahl-hero-copy h1 {
  margin: 21px 0 18px;
  color: var(--sahl-ink);
  font-size: clamp(44px, 5vw, 66px);
  line-height: 1.17;
  font-weight: 700;
}
.sahl-hero-copy p { max-width: 590px; color: #536d7f; font-size: 17px; }
.sahl-hero-copy .elementor-widget-button { display: inline-block; width: auto; margin: 10px 0 0 8px; }
.sahl-primary-action .elementor-button,
.sahl-secondary-action .elementor-button,
.sahl-white-action .elementor-button {
  min-height: 48px;
  padding: 14px 23px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 700;
  transition: .25s ease;
}
.sahl-primary-action .elementor-button { color: #fff; background: linear-gradient(135deg, #1658e7, #2a82f5); box-shadow: 0 13px 30px rgba(33,103,243,.25); }
.sahl-secondary-action .elementor-button { color: #174b70; background: #fff; border: 1px solid #d2e2eb; box-shadow: 0 9px 24px rgba(8,46,72,.07); }
.sahl-primary-action .elementor-button:hover,
.sahl-secondary-action .elementor-button:hover,
.sahl-white-action .elementor-button:hover { transform: translateY(-3px); }
.sahl-hero-media > .elementor-widget-wrap {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(18,73,108,.12);
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--sahl-shadow);
}
.sahl-hero-media > .elementor-widget-wrap::before,
.sahl-hero-media > .elementor-widget-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
}
.sahl-hero-media > .elementor-widget-wrap::before { width: 110px; height: 110px; right: -34px; top: -32px; background: rgba(36,200,220,.25); }
.sahl-hero-media > .elementor-widget-wrap::after { width: 90px; height: 90px; left: -28px; bottom: -25px; background: rgba(33,103,243,.18); }
.sahl-hero-media .elementor-widget-image { margin: 0; }
.sahl-hero-media img { width: 100%; height: 410px; object-fit: cover; border: 0; border-radius: 19px; box-shadow: none; }

.sahl-section-title { padding: 94px 0 38px; }
.sahl-section-title > .elementor-container { max-width: 780px !important; }
.sahl-section-title span,
.sahl-inner-hero span,
.sahl-custom-copy > .elementor-widget-text-editor span {
  display: inline-block;
  color: var(--sahl-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}
.sahl-section-title h2 { margin: 9px 0 12px; color: var(--sahl-ink); font-size: clamp(32px, 4vw, 46px); line-height: 1.25; }
.sahl-section-title p { max-width: 680px; margin: auto; color: var(--sahl-muted); font-size: 15px; }

/* Cards */
.sahl-card-row { padding: 0 0 22px; }
.sahl-card-row > .elementor-container,
.sahl-card-row > .sahl-wrap { gap: 20px; }
.sahl-editable-card > .elementor-widget-wrap,
.sahl-fallback-column.sahl-editable-card {
  border: 1px solid #deeaef;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 13px 36px rgba(10,45,68,.07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.sahl-editable-card > .elementor-widget-wrap:hover,
.sahl-fallback-column.sahl-editable-card:hover {
  transform: translateY(-7px);
  border-color: #c4dce8;
  box-shadow: 0 24px 58px rgba(10,45,68,.13);
}
.sahl-editable-card .elementor-widget-image img { height: 142px; border-radius: 0; }
.sahl-feature-card .elementor-widget-image img { height: 124px; }
.sahl-editable-card .elementor-widget-heading,
.sahl-editable-card .elementor-widget-text-editor,
.sahl-editable-card .elementor-widget-button { padding-right: 21px; padding-left: 21px; }
.sahl-editable-card h3 { margin: 1px 0 0; color: var(--sahl-ink); font-size: 17px; }
.sahl-editable-card p { color: var(--sahl-muted); font-size: 12px; }
.sahl-card-link .elementor-button { padding: 13px 0 16px; color: var(--sahl-blue); border-top: 1px solid #edf2f5; font-size: 12px; font-weight: 700; }
.sahl-card-link .elementor-button:hover { color: #124fc6; }
.sahl-all-systems { padding: 16px 0 82px; }

/* High-impact content bands */
.sahl-custom-band {
  margin-top: 78px;
  padding: 90px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(36,200,220,.18), transparent 28%),
    linear-gradient(125deg, #061826, #0c3c5a 70%, #0d5268);
}
.sahl-custom-band > .elementor-container { gap: 55px; align-items: center; }
.sahl-custom-copy h2 { color: #fff; font-size: clamp(32px, 4vw, 48px); line-height: 1.3; }
.sahl-custom-copy p { color: #bad0dd; font-size: 15px; }
.sahl-custom-media > .elementor-widget-wrap { padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.06); }
.sahl-custom-media img { height: 290px; border-radius: 16px; }
.sahl-custom-media .elementor-widget-heading { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.12); }
.sahl-stats {
  width: min(1180px, calc(100% - 40px));
  margin: -34px auto 0;
  padding: 28px;
  position: relative;
  z-index: 3;
  border: 1px solid #dce7ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(8,45,70,.11);
}
.sahl-stat h3 { color: var(--sahl-blue); font-size: 35px; }
.sahl-faq-row { width: min(920px, calc(100% - 40px)); margin: auto; }
.sahl-faq-item > .elementor-widget-wrap,
.sahl-fallback-column.sahl-faq-item { padding: 22px 24px; border: 1px solid #e0eaf0; border-radius: 16px; background: #fff; }
.sahl-testimonial-card > .elementor-widget-wrap,
.sahl-fallback-column.sahl-testimonial-card { padding: 25px; }
.sahl-testimonial-card .sahl-stars { color: #f4b740; font-size: 18px; letter-spacing: 2px; }
.sahl-testimonial-card h4 { margin-top: 18px; color: var(--sahl-ink); }
.sahl-final-cta {
  margin: 80px auto;
  padding: 46px 50px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 26px;
  background: radial-gradient(circle at 10% 0%, rgba(36,200,220,.22), transparent 36%), linear-gradient(120deg, #071d30, #155c8b);
  box-shadow: 0 25px 70px rgba(6,41,65,.2);
}

/* Inner pages */
.sahl-inner-hero {
  min-height: 455px;
  padding: 74px 0;
  background: radial-gradient(circle at 12% 20%, rgba(36,200,220,.17), transparent 30%), linear-gradient(125deg, #061826, #0b3b5a 72%, #0f5870);
}
.sahl-inner-hero > .elementor-container { gap: 55px; align-items: center; }
.sahl-inner-hero h1 { margin: 12px 0; color: #fff; font-size: clamp(38px, 5vw, 56px); line-height: 1.23; }
.sahl-inner-hero p { color: #bdd1dc; font-size: 16px; }
.sahl-inner-hero img { width: 100%; height: 285px; border: 8px solid rgba(255,255,255,.08); border-radius: 23px; box-shadow: 0 24px 55px rgba(0,0,0,.25); }
.sahl-elementor-section { padding: 84px 0 !important; }
.sahl-elementor-section:nth-of-type(odd) { background: var(--sahl-cloud); }
.sahl-content-split > .elementor-container { gap: 55px; }
.sahl-content-copy h2 { color: var(--sahl-ink); font-size: clamp(30px, 4vw, 43px); }
.sahl-content-copy p { color: var(--sahl-muted); font-size: 15px; }
.sahl-content-media img { height: 245px; border-radius: 20px; box-shadow: 0 20px 50px rgba(7,42,65,.14); }
.sahl-system-overview { padding: 64px 0; background: var(--sahl-cloud); }
.sahl-system-overview > .elementor-container { gap: 22px; }
.sahl-info-panel > .elementor-widget-wrap,
.sahl-fallback-column.sahl-info-panel { padding: 28px; border: 1px solid #dce7ee; border-radius: 20px; box-shadow: 0 12px 32px rgba(7,42,65,.06); }

.sahl-process-row { position: relative; }
.sahl-process-card > .elementor-widget-wrap,
.sahl-fallback-column.sahl-process-card { position: relative; overflow: hidden; min-height: 355px; }
.sahl-process-card .elementor-widget-image img { height: 132px; }
.sahl-process-card h4 { display: inline-grid; width: 45px; height: 45px; margin: -23px 20px 7px 0; place-items: center; position: relative; color: #fff; background: linear-gradient(135deg, #1658e7, #24c8dc); border: 4px solid #fff; border-radius: 13px; box-shadow: 0 10px 25px rgba(33,103,243,.25); font-size: 12px; }
.sahl-process-card h3 { margin-top: 4px; }
.sahl-sector-card .elementor-widget-image img { height: 155px; }

.sahl-404 { min-height: 72vh; display: grid; place-items: center; padding: 100px 0; background: radial-gradient(circle at 12% 20%, rgba(36,200,220,.18), transparent 28%), linear-gradient(135deg, #eef8fe, #fff 55%, #f0faf7); }
.sahl-404-box { max-width: 780px; padding: 58px; text-align: center; border: 1px solid #dbe8ee; border-radius: 28px; background: rgba(255,255,255,.92); box-shadow: 0 28px 75px rgba(7,42,65,.13); }
.sahl-404-box > span { display: block; color: #2167f3; font-size: clamp(76px, 13vw, 150px); line-height: 1; font-weight: 700; letter-spacing: -.05em; }
.sahl-404-box h1 { margin: 18px 0 12px; color: #071f36; font-size: clamp(30px, 4vw, 46px); }
.sahl-404-box p { max-width: 620px; margin: 0 auto 28px; color: #607789; line-height: 1.9; }
.sahl-404-actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.sahl-404-actions a { padding: 13px 19px; color: #174b70; background: #eef6ff; border: 1px solid #d4e5f1; border-radius: 12px; font-size: 12px; font-weight: 700; transition: .2s ease; }
.sahl-404-actions a:first-child { color: #fff; background: linear-gradient(135deg, #1658e7, #2a82f5); border-color: transparent; box-shadow: 0 12px 28px rgba(33,103,243,.22); }
.sahl-404-actions a:hover { transform: translateY(-2px); }

/* Forms */
.sahl-form-section { padding: 82px 0; background: var(--sahl-cloud); }
.sahl-form-section > .elementor-container { max-width: 920px !important; padding: 35px; border: 1px solid #dae7ed; border-radius: 24px; background: #fff; box-shadow: 0 24px 60px rgba(7,42,65,.1); }
.sahl-form { max-width: 100%; gap: 17px; }
.sahl-form label { color: #29485e; font-size: 12px; }
.sahl-form input, .sahl-form textarea, .sahl-form select { min-height: 48px; padding: 12px 14px; color: var(--sahl-text); background: #fbfdfe; border: 1px solid #d8e4ea; border-radius: 11px; outline: 0; transition: .2s ease; }
.sahl-form input:focus, .sahl-form textarea:focus, .sahl-form select:focus { border-color: #70a9f8; box-shadow: 0 0 0 4px rgba(33,103,243,.09); }
.sahl-form button { min-height: 50px; border-radius: 12px; background: linear-gradient(135deg, #1658e7, #2a82f5); box-shadow: 0 12px 28px rgba(33,103,243,.22); }

/* Premium footer */
.sahl-footer-cta {
  padding: 72px 0 0;
  background: #061826;
}
.sahl-footer-cta > .elementor-container {
  padding: 40px 44px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 10%, rgba(36,200,220,.28), transparent 30%),
    linear-gradient(125deg, #124d82, #1c72d9 72%, #2498c4);
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
}
.sahl-footer-kicker { color: #bfeff5; font-size: 11px; font-weight: 700; }
.sahl-footer-cta h2 { margin: 9px 0 8px; color: #fff; font-size: clamp(26px, 3.5vw, 39px); line-height: 1.3; }
.sahl-footer-cta p { margin: 0; color: #d7e9f4; font-size: 14px; }
.sahl-footer-cta-action .elementor-widget-button { margin: 0; text-align: left; }
.sahl-footer-cta-button .elementor-button { padding: 15px 21px; color: #0b4e80; background: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 13px; box-shadow: 0 14px 35px rgba(1,29,51,.17); font-size: 12px; font-weight: 700; }
.sahl-footer-cta-button .elementor-button::after { content: "←"; margin-right: 8px; }
.sahl-global-footer {
  padding: 72px 0 48px;
  background: #061826;
  color: #aebfcc;
}
.sahl-global-footer > .elementor-container { align-items: flex-start; gap: 34px; }
.sahl-footer-brand img { width: 190px; height: 58px; object-fit: contain; object-position: right center; filter: brightness(0) invert(1); }
.sahl-footer-brand p { max-width: 330px; color: #aebfcc; font-size: 12px; line-height: 1.95; }
.sahl-footer-note { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.09); color: #d6e2e9 !important; }
.sahl-global-footer h4 { margin: 6px 0 17px; color: #fff; font-size: 15px; }
.sahl-global-footer h5 { margin: 23px 0 9px; color: #fff; font-size: 12px; }
.sahl-footer-column .elementor-widget-button,
.sahl-footer-contact-column .elementor-widget-button { margin: 0; }
.sahl-footer-link .elementor-button,
.sahl-footer-contact .elementor-button {
  display: block;
  padding: 6px 0;
  color: #aebfcc;
  background: transparent;
  box-shadow: none;
  text-align: right;
  font-size: 12px;
  transition: .2s ease;
}
.sahl-footer-link .elementor-button::before { content: "‹"; display: inline-block; margin-left: 7px; color: #55d2e1; transition: .2s ease; }
.sahl-footer-link .elementor-button:hover,
.sahl-footer-contact .elementor-button:hover { color: #fff; transform: translateX(-3px); }
.sahl-footer-contact .elementor-button { color: #d7e6ee; }
.sahl-social-link { display: inline-block; width: auto; margin-left: 6px !important; }
.sahl-social-link .elementor-button { padding: 8px 12px; color: #d6e4ec; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 9px; box-shadow: none; font-size: 11px; }
.sahl-social-link .elementor-button:hover { color: #fff; background: rgba(36,200,220,.14); border-color: rgba(36,200,220,.35); }
.sahl-footer-bottom { padding: 18px 0; background: #04131f; border-top: 1px solid rgba(255,255,255,.07); color: #8398a8; }
.sahl-footer-bottom > .elementor-container { align-items: center; }
.sahl-copyright p { margin: 0; font-size: 10px; }
.sahl-bottom-links > .elementor-widget-wrap { display: flex; justify-content: flex-end; align-items: center; gap: 4px; }
.sahl-bottom-links .elementor-widget-button { width: auto; margin: 0; }
.sahl-bottom-link .elementor-button { padding: 5px 8px; color: #91a4b2; background: transparent; box-shadow: none; font-size: 10px; }
.sahl-bottom-link .elementor-button:hover { color: #fff; }
.sahl-floating-wa { right: 22px; bottom: 22px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: #12aa7e; box-shadow: 0 15px 38px rgba(18,170,126,.34); }

@media (max-width: 1100px) {
  .sahl-nav-link .elementor-button { padding-right: 5px; padding-left: 5px; font-size: 11px; }
  .sahl-header-cta .elementor-button { padding-right: 14px; padding-left: 14px; }
}

@media (max-width: 940px) {
  .sahl-global-top { display: none; }
  .sahl-global-header, .sahl-global-header > .elementor-container { min-height: 72px; }
  .sahl-header-logo { width: 55% !important; }
  .sahl-header-action { width: 45% !important; }
  .sahl-header-logo img { width: 165px; height: 48px; }
  .sahl-menu { display: block; }
  .sahl-header-nav {
    display: none;
    position: absolute;
    top: 71px;
    right: 20px;
    left: 20px;
    width: auto !important;
    padding: 13px;
    background: rgba(255,255,255,.98);
    border: 1px solid #d8e5eb;
    border-radius: 17px;
    box-shadow: 0 25px 65px rgba(6,38,59,.18);
  }
  .sahl-header-nav.open { display: block; }
  .sahl-header-nav > .elementor-widget-wrap { flex-direction: column; align-items: stretch; }
  .sahl-header-nav .elementor-widget-button { width: 100%; }
  .sahl-nav-link .elementor-button { display: block; padding: 11px 12px; border-radius: 9px; text-align: right; }
  .sahl-nav-link .elementor-button:hover { background: #f1f7fb; }
  .sahl-nav-link .elementor-button::after { display: none; }
  .sahl-header, .sahl-nav { min-height: 72px; }
  .sahl-links { top: 71px; padding: 13px; border-radius: 17px; box-shadow: 0 25px 65px rgba(6,38,59,.18); }
  .sahl-links a { width: 100%; padding: 11px 12px; border-radius: 9px; }
  .sahl-home-hero > .elementor-container,
  .sahl-inner-hero > .elementor-container { flex-direction: column; text-align: center; }
  .sahl-home-hero .elementor-column,
  .sahl-inner-hero .elementor-column { width: 100% !important; }
  .sahl-hero-copy p { margin-right: auto; margin-left: auto; }
  .sahl-hero-media { max-width: 690px; }
  .sahl-hero-media img { height: 360px; }
  .sahl-footer-cta > .elementor-container { gap: 28px; }
  .sahl-global-footer > .elementor-container { flex-wrap: wrap; }
  .sahl-footer-brand { width: 100% !important; }
  .sahl-footer-column { width: calc(33.333% - 24px) !important; }
}

@media (max-width: 650px) {
  .sahl-global-header > .elementor-container { width: min(100% - 28px, 1180px); }
  .sahl-header-logo { width: 100% !important; }
  .sahl-header-action { display: none; }
  .sahl-home-hero { min-height: auto; padding: 64px 0 58px; }
  .sahl-hero-copy h1 { font-size: 38px; }
  .sahl-hero-copy p { font-size: 15px; }
  .sahl-hero-copy .elementor-widget-button { display: block; margin: 9px 0 0; }
  .sahl-hero-copy .elementor-button { display: block; }
  .sahl-hero-media img { height: 255px; }
  .sahl-section-title { padding-top: 70px; }
  .sahl-card-row > .elementor-container,
  .sahl-card-row > .sahl-wrap { flex-direction: column; }
  .sahl-editable-card { width: 100% !important; }
  .sahl-editable-card .elementor-widget-image img { height: 185px; }
  .sahl-stats { padding: 20px 10px; }
  .sahl-stat { width: 50% !important; margin: 9px 0; }
  .sahl-final-cta { padding: 34px 23px; text-align: center; }
  .sahl-inner-hero { min-height: auto; padding: 58px 0; }
  .sahl-inner-hero img { height: 220px; }
  .sahl-elementor-section { padding: 65px 0 !important; }
  .sahl-content-split > .elementor-container,
  .sahl-split-reverse > .elementor-container,
  .sahl-system-overview > .elementor-container { flex-direction: column; }
  .sahl-content-split .elementor-column,
  .sahl-system-overview .elementor-column { width: 100% !important; }
  .sahl-content-media img { height: 210px; }
  .sahl-404 { padding: 65px 0; }
  .sahl-404-box { width: calc(100% - 28px); padding: 38px 20px; }
  .sahl-form-section > .elementor-container { width: calc(100% - 28px); padding: 24px 18px; }
  .sahl-form { grid-template-columns: 1fr; }
  .sahl-form .sahl-full, .sahl-form button, .sahl-form .sahl-consent { grid-column: 1; }
  .sahl-footer-cta { padding-top: 45px; }
  .sahl-fallback-footer-cta { padding-top: 44px; }
  .sahl-fallback-footer-cta .sahl-wrap { width: calc(100% - 28px); padding: 28px 21px; flex-direction: column; text-align: center; }
  .sahl-footer-cta > .elementor-container { width: calc(100% - 28px); padding: 30px 22px; flex-direction: column; text-align: center; }
  .sahl-footer-cta .elementor-column { width: 100% !important; }
  .sahl-footer-cta-action .elementor-widget-button { text-align: center; }
  .sahl-global-footer { padding: 56px 0 36px; }
  .sahl-global-footer > .elementor-container { width: calc(100% - 34px); gap: 28px; }
  .sahl-footer-column { width: 100% !important; }
  .sahl-footer-bottom > .elementor-container { width: calc(100% - 34px); flex-direction: column; gap: 8px; text-align: center; }
  .sahl-footer-bottom .elementor-column { width: 100% !important; }
  .sahl-bottom-links > .elementor-widget-wrap { justify-content: center; }
}

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