/* IT-Sicherheit /de/itsicherheit/ – page-specific premium redesign
   Intentionally scoped to html.lt-itsec-active and .lt-itsec-page only. */

html.lt-itsec-active {
  scroll-behavior: smooth;
}

html.lt-itsec-active body {
  overflow-x: hidden;
  overflow-x: clip;
}

html.lt-itsec-active .lt-site-header {
  position: fixed;
  z-index: 9990;
  inset: 0 0 auto 0;
  background: linear-gradient(90deg, rgba(5,11,18,.88) 0%, rgba(5,11,18,.70) 54%, rgba(5,11,18,.46) 100%);
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: none;
  -webkit-backdrop-filter: blur(14px) saturate(126%);
  backdrop-filter: blur(14px) saturate(126%);
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-brand img {
  filter: brightness(0) invert(1) drop-shadow(0 6px 15px rgba(0,0,0,.20));
  opacity: .98;
}

html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-nav-link,
html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-nav-trigger,
html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-language__trigger {
  color: rgba(255,255,255,.94);
}

html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-nav-link:hover,
html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-nav-trigger:hover,
html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-nav-link[aria-current="page"],
html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-nav-item.is-active > .lt-nav-trigger {
  color: #fff;
  background: rgba(255,255,255,.10);
}

html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-language__trigger {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}

html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-header-cta {
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 10px 24px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.12);
}

html.lt-itsec-active .lt-site-header.is-scrolled,
html.lt-itsec-active body.lt-nav-open .lt-site-header {
  background: rgba(250,253,252,.97);
  border-bottom-color: rgba(46,92,57,.12);
  box-shadow: 0 12px 30px rgba(17,44,54,.10);
  -webkit-backdrop-filter: blur(22px) saturate(138%);
  backdrop-filter: blur(22px) saturate(138%);
}

html.lt-itsec-active .lt-site-header.is-scrolled .lt-brand img,
html.lt-itsec-active body.lt-nav-open .lt-site-header .lt-brand img {
  filter: none;
}

html.lt-itsec-active body.lt-nav-open .lt-site-header .lt-nav-link,
html.lt-itsec-active body.lt-nav-open .lt-site-header .lt-nav-trigger,
html.lt-itsec-active body.lt-nav-open .lt-site-header .lt-language__trigger {
  color: #26382d;
}

html.lt-itsec-active body.lt-nav-open .lt-site-header .lt-nav-link:hover,
html.lt-itsec-active body.lt-nav-open .lt-site-header .lt-nav-trigger:hover,
html.lt-itsec-active body.lt-nav-open .lt-site-header .lt-nav-item.is-active > .lt-nav-trigger {
  color: #17680f;
  background: #edf8eb;
}

html.lt-itsec-active .lt-itsec-page {
  --itsec-green: #228b17;
  --itsec-green-dark: #17680f;
  --itsec-green-soft: #edf8eb;
  --itsec-ink: #16251d;
  --itsec-ink-soft: #35463c;
  --itsec-muted: #66736b;
  --itsec-line: rgba(36,78,51,.13);
  --itsec-soft: #f5f8f5;
  --itsec-dark: #07121a;
  --itsec-radius: 18px;
  --itsec-shadow: 0 18px 50px rgba(19,48,31,.10);
  position: relative;
  color: var(--itsec-ink);
  background: #fff;
}

html.lt-itsec-active .lt-itsec-page *,
html.lt-itsec-active .lt-itsec-page *::before,
html.lt-itsec-active .lt-itsec-page *::after {
  box-sizing: border-box;
}

html.lt-itsec-active .lt-itsec-shell {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

html.lt-itsec-active .lt-itsec-page h1,
html.lt-itsec-active .lt-itsec-page h2,
html.lt-itsec-active .lt-itsec-page h3 {
  margin: 0;
  color: var(--itsec-ink);
  font-weight: 780;
  letter-spacing: -.03em;
}

html.lt-itsec-active .lt-itsec-page p {
  margin: 0;
  color: var(--itsec-muted);
}

html.lt-itsec-active .lt-itsec-hero {
  position: relative;
  z-index: 1;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

html.lt-itsec-active .lt-itsec-hero__media,
html.lt-itsec-active .lt-itsec-hero__media img,
html.lt-itsec-active .lt-itsec-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

html.lt-itsec-active .lt-itsec-hero__media {
  z-index: -3;
}

html.lt-itsec-active .lt-itsec-hero__media img {
  object-fit: cover;
  object-position: 58% 50%;
}

html.lt-itsec-active .lt-itsec-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4,10,16,.95) 0%, rgba(5,12,19,.91) 25%, rgba(7,15,23,.74) 44%, rgba(8,17,26,.40) 62%, rgba(8,17,26,.08) 100%),
    linear-gradient(180deg, rgba(4,10,16,.26) 0%, rgba(4,10,16,.08) 66%, rgba(4,10,16,.42) 100%);
}

html.lt-itsec-active .lt-itsec-hero::after {
  display: none;
}

html.lt-itsec-active .lt-itsec-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  padding-top: 142px;
  padding-bottom: 102px;
}

html.lt-itsec-active .lt-itsec-hero__copy {
  max-width: 745px;
}

html.lt-itsec-active .lt-itsec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #a8e5a6;
  font-size: .76rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: .11em;
  text-transform: uppercase;
}

html.lt-itsec-active .lt-itsec-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #42b43a;
}

html.lt-itsec-active .lt-itsec-eyebrow--dark {
  color: var(--itsec-green-dark);
}

html.lt-itsec-active .lt-itsec-hero h1 {
  max-width: 740px;
  color: #fff;
  font-size: clamp(2.2rem, 3.45vw, 3.35rem);
  line-height: 1.03;
  text-wrap: balance;
  text-shadow: 0 16px 40px rgba(0,0,0,.24);
}

html.lt-itsec-active .lt-itsec-lead {
  max-width: 720px;
  margin-top: 22px;
  color: rgba(245,249,247,.90);
  font-size: clamp(1.03rem, 1.45vw, 1.19rem);
  line-height: 1.72;
}

html.lt-itsec-active .lt-itsec-lead--dark {
  color: var(--itsec-ink-soft);
}

html.lt-itsec-active .lt-itsec-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

html.lt-itsec-active .lt-itsec-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: .91rem;
  font-weight: 790;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

html.lt-itsec-active .lt-itsec-btn:hover {
  transform: translateY(-1px);
}

html.lt-itsec-active .lt-itsec-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #258f1a, #16730e);
  box-shadow: 0 13px 28px rgba(30,139,21,.26), inset 0 1px 0 rgba(255,255,255,.16);
}

html.lt-itsec-active .lt-itsec-btn--primary:hover {
  color: #fff;
  box-shadow: 0 16px 32px rgba(30,139,21,.32), inset 0 1px 0 rgba(255,255,255,.16);
}

html.lt-itsec-active .lt-itsec-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.09);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

html.lt-itsec-active .lt-itsec-btn--ghost:hover {
  color: #fff;
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.14);
}

html.lt-itsec-active .lt-itsec-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin-top: 24px;
  color: rgba(238,245,241,.82);
  font-size: .84rem;
  font-weight: 680;
}

html.lt-itsec-active .lt-itsec-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

html.lt-itsec-active .lt-itsec-trust i {
  color: #8cdd89;
  font-size: .74rem;
}

html.lt-itsec-active .lt-itsec-hero-card {
  position: relative;
  max-width: 410px;
  justify-self: end;
  padding: 28px 28px 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-top: 4px solid #2ba220;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(9,19,27,.84), rgba(13,26,34,.70));
  box-shadow: 0 26px 60px rgba(0,0,0,.24);
  -webkit-backdrop-filter: blur(18px) saturate(122%);
  backdrop-filter: blur(18px) saturate(122%);
}

html.lt-itsec-active .lt-itsec-hero-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -110px;
  right: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74,180,69,.20), rgba(74,180,69,0) 70%);
  pointer-events: none;
}

html.lt-itsec-active .lt-itsec-hero-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(148,226,142,.18);
  border-radius: 14px;
  color: #99e493;
  background: rgba(112,201,107,.10);
  font-size: 1.1rem;
}

html.lt-itsec-active .lt-itsec-kicker {
  margin-bottom: 7px;
  color: #9bd795;
  font-size: .72rem;
  font-weight: 830;
  letter-spacing: .1em;
  text-transform: uppercase;
}

html.lt-itsec-active .lt-itsec-kicker--green {
  color: var(--itsec-green-dark);
}

html.lt-itsec-active .lt-itsec-hero-card h2 {
  color: #fff;
  font-size: clamp(1.38rem, 2vw, 1.72rem);
  line-height: 1.18;
}

html.lt-itsec-active .lt-itsec-hero-card p {
  margin-top: 13px;
  color: rgba(240,247,243,.85);
  font-size: .95rem;
  line-height: 1.62;
}

html.lt-itsec-active .lt-itsec-hero-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

html.lt-itsec-active .lt-itsec-hero-card li {
  position: relative;
  padding-left: 20px;
  color: rgba(240,247,243,.84);
  font-size: .86rem;
  line-height: 1.45;
}

html.lt-itsec-active .lt-itsec-hero-card li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: .58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #66c95e;
  box-shadow: 0 0 0 4px rgba(102,201,94,.10);
}

html.lt-itsec-active .lt-itsec-section {
  position: relative;
  padding: 82px 0;
}

html.lt-itsec-active .lt-itsec-section--intro {
  padding-top: 86px;
}

html.lt-itsec-active .lt-itsec-section--soft {
  background:
    radial-gradient(circle at 8% 0%, rgba(47,143,38,.06), transparent 30%),
    #f6f9f6;
  border-top: 1px solid rgba(34,81,45,.06);
  border-bottom: 1px solid rgba(34,81,45,.06);
}

html.lt-itsec-active .lt-itsec-section--dark {
  color: #fff;
  background:
    radial-gradient(circle at 82% 15%, rgba(53,152,52,.18), transparent 32%),
    linear-gradient(135deg, #07121a 0%, #0b1b22 52%, #0b211a 100%);
}

html.lt-itsec-active .lt-itsec-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  gap: 58px;
  align-items: center;
}

html.lt-itsec-active .lt-itsec-section h2 {
  max-width: 850px;
  font-size: clamp(1.8rem, 2.8vw, 2.55rem);
  line-height: 1.12;
  text-wrap: balance;
}

html.lt-itsec-active .lt-itsec-section .lt-itsec-lead {
  margin-top: 18px;
}

html.lt-itsec-active .lt-itsec-principle {
  position: relative;
  padding: 26px 27px;
  border: 1px solid var(--itsec-line);
  border-radius: var(--itsec-radius);
  background: linear-gradient(145deg, #fff, #f8fbf8);
  box-shadow: var(--itsec-shadow);
}

html.lt-itsec-active .lt-itsec-principle::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: var(--itsec-radius) 0 0 var(--itsec-radius);
  background: linear-gradient(#2fa525, #78c671);
}

html.lt-itsec-active .lt-itsec-principle__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--itsec-green-dark);
  font-size: .9rem;
  font-weight: 800;
}

html.lt-itsec-active .lt-itsec-principle p {
  color: var(--itsec-ink-soft);
  font-size: .98rem;
  line-height: 1.65;
}

html.lt-itsec-active .lt-itsec-section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

html.lt-itsec-active .lt-itsec-section-head p {
  max-width: 760px;
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.66;
}

html.lt-itsec-active .lt-itsec-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  gap: 58px;
  align-items: end;
}

html.lt-itsec-active .lt-itsec-section-head--split p {
  margin: 0;
}

html.lt-itsec-active .lt-itsec-section-head--center {
  margin-inline: auto;
  text-align: center;
}

html.lt-itsec-active .lt-itsec-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

html.lt-itsec-active .lt-itsec-card {
  position: relative;
  min-height: 210px;
  padding: 24px 23px;
  overflow: hidden;
  border: 1px solid var(--itsec-line);
  border-radius: 16px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 12px 32px rgba(22,52,31,.065);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

html.lt-itsec-active .lt-itsec-card:hover {
  transform: translateY(-3px);
  border-color: rgba(40,135,32,.26);
  box-shadow: 0 18px 38px rgba(22,52,31,.10);
}

html.lt-itsec-active .lt-itsec-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(38,143,29,.12);
  border-radius: 13px;
  color: var(--itsec-green-dark);
  background: var(--itsec-green-soft);
}

html.lt-itsec-active .lt-itsec-card h3 {
  margin-bottom: 9px;
  font-size: 1.08rem;
  line-height: 1.3;
}

html.lt-itsec-active .lt-itsec-card p {
  font-size: .92rem;
  line-height: 1.62;
}

html.lt-itsec-active .lt-itsec-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

html.lt-itsec-active .lt-itsec-process__item {
  position: relative;
  padding: 24px 22px 22px;
  border-top: 3px solid #2b9420;
  border-right: 1px solid var(--itsec-line);
  border-bottom: 1px solid var(--itsec-line);
  border-left: 1px solid var(--itsec-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(22,52,31,.055);
}

html.lt-itsec-active .lt-itsec-process__number {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--itsec-green-dark);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .1em;
}

html.lt-itsec-active .lt-itsec-process__item h3 {
  margin-bottom: 9px;
  font-size: 1.05rem;
}

html.lt-itsec-active .lt-itsec-process__item p {
  font-size: .9rem;
  line-height: 1.6;
}

html.lt-itsec-active .lt-itsec-dual {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 70px;
  align-items: center;
}

html.lt-itsec-active .lt-itsec-dual h2 {
  color: #fff;
}

html.lt-itsec-active .lt-itsec-dual__copy p {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(226,237,231,.78);
  font-size: 1rem;
  line-height: 1.72;
}

html.lt-itsec-active .lt-itsec-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #a9e3a4;
  font-weight: 780;
  text-decoration: none;
}

html.lt-itsec-active .lt-itsec-text-link:hover {
  color: #d4f4d1;
}

html.lt-itsec-active .lt-itsec-dual__lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

html.lt-itsec-active .lt-itsec-mini-panel {
  padding: 22px 21px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

html.lt-itsec-active .lt-itsec-mini-panel__title {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: .94rem;
  font-weight: 800;
}

html.lt-itsec-active .lt-itsec-mini-panel__title i {
  color: #8cda86;
}

html.lt-itsec-active .lt-itsec-mini-panel ul {
  display: grid;
  gap: 10px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

html.lt-itsec-active .lt-itsec-mini-panel li {
  position: relative;
  padding-left: 17px;
  color: rgba(226,237,231,.78);
  font-size: .87rem;
  line-height: 1.48;
}

html.lt-itsec-active .lt-itsec-mini-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #79cc72;
}

html.lt-itsec-active .lt-itsec-boundary {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 24px;
  max-width: 1040px;
  margin-inline: auto;
  padding: 34px 36px;
  border: 1px solid rgba(38,125,31,.18);
  border-radius: 18px;
  background: linear-gradient(145deg, #f4fbf3, #fff 62%);
  box-shadow: 0 18px 46px rgba(24,59,33,.08);
}

html.lt-itsec-active .lt-itsec-boundary__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 17px;
  color: var(--itsec-green-dark);
  background: #e7f6e5;
  font-size: 1.22rem;
}

html.lt-itsec-active .lt-itsec-boundary h2 {
  max-width: 850px;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
}

html.lt-itsec-active .lt-itsec-boundary p {
  max-width: 900px;
  margin-top: 13px;
  font-size: .96rem;
  line-height: 1.7;
}

html.lt-itsec-active .lt-itsec-faq-wrap {
  max-width: 920px;
}

html.lt-itsec-active .lt-itsec-faq {
  display: grid;
  gap: 10px;
}

html.lt-itsec-active .lt-itsec-faq details {
  border: 1px solid var(--itsec-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22,52,31,.045);
}

html.lt-itsec-active .lt-itsec-faq summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  color: var(--itsec-ink);
  font-size: .97rem;
  font-weight: 760;
  cursor: pointer;
  list-style: none;
}

html.lt-itsec-active .lt-itsec-faq summary::-webkit-details-marker {
  display: none;
}

html.lt-itsec-active .lt-itsec-faq summary i {
  color: var(--itsec-green-dark);
  transition: transform .18s ease;
}

html.lt-itsec-active .lt-itsec-faq details[open] summary i {
  transform: rotate(45deg);
}

html.lt-itsec-active .lt-itsec-faq__answer {
  padding: 0 18px 18px;
}

html.lt-itsec-active .lt-itsec-faq__answer p {
  font-size: .93rem;
  line-height: 1.66;
}

html.lt-itsec-active .lt-itsec-contact {
  scroll-margin-top: 95px;
  padding-top: 88px;
  padding-bottom: 96px;
}

html.lt-itsec-active .lt-itsec-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 58px;
  align-items: start;
}

html.lt-itsec-active .lt-itsec-contact__side {
  position: sticky;
  top: 112px;
}

html.lt-itsec-active .lt-itsec-contact__side h2 {
  max-width: 520px;
}

html.lt-itsec-active .lt-itsec-contact__side > p {
  max-width: 550px;
  margin-top: 16px;
  font-size: .98rem;
  line-height: 1.7;
}

html.lt-itsec-active .lt-itsec-contact-points {
  display: grid;
  gap: 10px;
  margin-top: 25px;
}

html.lt-itsec-active .lt-itsec-contact-points a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--itsec-line);
  border-radius: 12px;
  color: var(--itsec-ink);
  background: #fff;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

html.lt-itsec-active .lt-itsec-contact-points a:hover {
  transform: translateY(-1px);
  border-color: rgba(38,143,29,.24);
  box-shadow: 0 10px 24px rgba(22,52,31,.07);
}

html.lt-itsec-active .lt-itsec-contact-points a > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  color: var(--itsec-green-dark);
  background: var(--itsec-green-soft);
}

html.lt-itsec-active .lt-itsec-contact-points span {
  display: grid;
  gap: 2px;
}

html.lt-itsec-active .lt-itsec-contact-points strong {
  color: var(--itsec-ink);
  font-size: .91rem;
}

html.lt-itsec-active .lt-itsec-contact-points small {
  color: var(--itsec-muted);
  font-size: .79rem;
  line-height: 1.4;
}

html.lt-itsec-active .lt-itsec-contact .lt-form-card {
  padding: 28px;
  border: 1px solid var(--itsec-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(18,52,30,.09);
}

html.lt-itsec-active .lt-itsec-contact .lt-form-card h3 {
  font-size: 1.35rem;
  line-height: 1.25;
}

html.lt-itsec-active .lt-itsec-contact .lt-form-card .lt-small {
  margin-top: 7px;
  color: var(--itsec-muted);
  font-size: .88rem;
  line-height: 1.55;
}

html.lt-itsec-active .lt-itsec-contact .lt-form-grid {
  gap: 16px;
  margin-top: 22px;
}

html.lt-itsec-active .lt-itsec-contact .lt-form-label {
  color: var(--itsec-ink-soft);
  font-size: .83rem;
  font-weight: 760;
}

html.lt-itsec-active .lt-itsec-contact .lt-form-control {
  min-height: 46px;
  border-color: rgba(42,82,52,.18);
  border-radius: 10px;
  background-color: #fbfdfb;
  color: var(--itsec-ink);
}

html.lt-itsec-active .lt-itsec-contact textarea.lt-form-control {
  min-height: 132px;
}

html.lt-itsec-active .lt-itsec-contact .lt-form-control:focus {
  border-color: rgba(35,139,25,.55);
  box-shadow: 0 0 0 4px rgba(35,139,25,.09);
}

html.lt-itsec-active .lt-itsec-contact .lt-captcha {
  background-color: #fbfdfb;
}

html.lt-itsec-active .lt-itsec-contact .lt-btn--primary {
  min-height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, #258f1a, #16730e);
  box-shadow: 0 12px 26px rgba(31,132,22,.20);
}

html.lt-itsec-active .lt-itsec-contact .lt-privacy-copy {
  margin-top: 11px;
  color: var(--itsec-muted);
  font-size: .77rem;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  html.lt-itsec-active .lt-itsec-hero__grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(300px, .94fr);
    gap: 34px;
  }

  html.lt-itsec-active .lt-itsec-hero h1 {
    font-size: clamp(2.25rem, 4.3vw, 3.25rem);
  }

  html.lt-itsec-active .lt-itsec-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.lt-itsec-active .lt-itsec-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  html.lt-itsec-active .lt-site-header {
    background: linear-gradient(180deg, rgba(5,11,18,.78), rgba(5,11,18,.54));
  }

  html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-mobile-toggle {
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
  }

  html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-mobile-toggle span,
  html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-mobile-toggle::before,
  html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-mobile-toggle::after {
    background: #fff;
  }

  html.lt-itsec-active body.lt-nav-open .lt-site-header .lt-mobile-toggle span,
  html.lt-itsec-active body.lt-nav-open .lt-site-header .lt-mobile-toggle::before,
  html.lt-itsec-active body.lt-nav-open .lt-site-header .lt-mobile-toggle::after {
    background: var(--itsec-ink);
  }

  html.lt-itsec-active .lt-itsec-hero {
    min-height: 0;
  }

  html.lt-itsec-active .lt-itsec-hero__media img {
    object-position: 62% 50%;
  }

  html.lt-itsec-active .lt-itsec-hero__shade {
    background:
      linear-gradient(180deg, rgba(4,10,16,.91) 0%, rgba(5,12,19,.84) 34%, rgba(7,15,23,.66) 62%, rgba(5,12,19,.68) 100%),
      linear-gradient(90deg, rgba(4,10,16,.66), rgba(4,10,16,.16));
  }

  html.lt-itsec-active .lt-itsec-hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 124px;
    padding-bottom: 92px;
  }

  html.lt-itsec-active .lt-itsec-hero__copy,
  html.lt-itsec-active .lt-itsec-hero-card {
    max-width: 720px;
  }

  html.lt-itsec-active .lt-itsec-hero-card {
    justify-self: start;
  }

  html.lt-itsec-active .lt-itsec-intro-grid,
  html.lt-itsec-active .lt-itsec-dual,
  html.lt-itsec-active .lt-itsec-contact__grid,
  html.lt-itsec-active .lt-itsec-section-head--split {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  html.lt-itsec-active .lt-itsec-contact__side {
    position: static;
  }
}

@media (max-width: 680px) {
  html.lt-itsec-active .lt-itsec-shell {
    width: min(100% - 30px, 1180px);
  }

  html.lt-itsec-active .lt-site-header:not(.is-scrolled) .lt-brand img {
    filter: brightness(0) invert(1) drop-shadow(0 5px 13px rgba(0,0,0,.20));
  }

  html.lt-itsec-active .lt-itsec-hero__media img {
    object-position: 66% 50%;
  }

  html.lt-itsec-active .lt-itsec-hero__grid {
    padding-top: 106px;
    padding-bottom: 78px;
  }

  html.lt-itsec-active .lt-itsec-eyebrow {
    margin-bottom: 12px;
    font-size: .68rem;
    letter-spacing: .09em;
  }

  html.lt-itsec-active .lt-itsec-hero h1 {
    font-size: clamp(2rem, 10.8vw, 2.78rem);
    line-height: 1.04;
  }

  html.lt-itsec-active .lt-itsec-lead {
    margin-top: 17px;
    font-size: .98rem;
    line-height: 1.62;
  }

  html.lt-itsec-active .lt-itsec-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  html.lt-itsec-active .lt-itsec-btn {
    width: 100%;
  }

  html.lt-itsec-active .lt-itsec-trust {
    display: grid;
    gap: 8px;
    margin-top: 20px;
    font-size: .8rem;
  }

  html.lt-itsec-active .lt-itsec-hero-card {
    padding: 22px 20px 20px;
    border-radius: 15px;
  }

  html.lt-itsec-active .lt-itsec-hero-card h2 {
    font-size: 1.34rem;
  }

  html.lt-itsec-active .lt-itsec-hero-card p {
    font-size: .9rem;
  }

  html.lt-itsec-active .lt-itsec-section {
    padding: 62px 0;
  }

  html.lt-itsec-active .lt-itsec-section--intro {
    padding-top: 64px;
  }

  html.lt-itsec-active .lt-itsec-section h2 {
    font-size: clamp(1.65rem, 8.2vw, 2.12rem);
  }

  html.lt-itsec-active .lt-itsec-card-grid,
  html.lt-itsec-active .lt-itsec-process,
  html.lt-itsec-active .lt-itsec-dual__lists {
    grid-template-columns: 1fr;
  }

  html.lt-itsec-active .lt-itsec-card {
    min-height: 0;
    padding: 21px 19px;
  }

  html.lt-itsec-active .lt-itsec-process__item {
    padding: 21px 19px;
  }

  html.lt-itsec-active .lt-itsec-boundary {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px 22px;
  }

  html.lt-itsec-active .lt-itsec-boundary__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  html.lt-itsec-active .lt-itsec-contact {
    padding-top: 66px;
    padding-bottom: 72px;
  }

  html.lt-itsec-active .lt-itsec-contact .lt-form-card {
    padding: 20px 16px;
    border-radius: 15px;
  }
}

@media (max-width: 390px) {
  html.lt-itsec-active .lt-itsec-shell {
    width: min(100% - 24px, 1180px);
  }

  html.lt-itsec-active .lt-itsec-hero__grid {
    padding-top: 98px;
  }

  html.lt-itsec-active .lt-itsec-hero h1 {
    font-size: 1.92rem;
  }

  html.lt-itsec-active .lt-itsec-hero-card__icon {
    width: 46px;
    height: 46px;
  }

  html.lt-itsec-active .lt-itsec-contact .lt-captcha {
    padding-left: 122px;
    background-size: 104px 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.lt-itsec-active {
    scroll-behavior: auto;
  }

  html.lt-itsec-active .lt-itsec-btn,
  html.lt-itsec-active .lt-itsec-card,
  html.lt-itsec-active .lt-itsec-contact-points a,
  html.lt-itsec-active .lt-itsec-faq summary i {
    transition: none;
  }
}
