@font-face {
  font-family: Arkhip;
  src: url("Arkhip-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --gl-indigo: #312783;
  --gl-indigo-light: #5549b7;
  --gl-red: #96131b;
  --gl-ink: #1a1a1a;
  --gl-muted: #626274;
  --gl-pale: #eef3fb;
  --gl-soft: #f5f6fa;
}

html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; }
.gl-site { color: var(--gl-ink); background: white; font: 400 16px/1.5 Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
.gl-site *, .gl-site *::before, .gl-site *::after { box-sizing: border-box; }
.gl-site a { color: inherit; text-decoration: none; }
.gl-site button { font: inherit; }
.gl-site h1, .gl-site h2, .gl-site h3, .gl-site h4, .gl-site h5, .gl-site p { margin: 0; }
.gl-site img { display: block; max-width: 100%; }
.gl-site svg { display: block; }
.gl-site a:focus-visible, .gl-site button:focus-visible { outline: 3px solid var(--gl-indigo-light); outline-offset: 5px; }
.gl-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.gl-icon { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.gl-container { width: min(1320px, calc(100% - 120px)); margin-inline: auto; }
.gl-section { padding-block: 68px; }
.gl-section-label { text-align: left; color:#312783; font: 400 27px/1.4 Arkhip, Arial, sans-serif; margin-bottom: 30px !important; }
.gl-skip { position: fixed; top: -80px; left: 16px; padding: 12px 20px; z-index: 100; color: white !important; background: var(--gl-indigo); border-radius: 20px; }
.gl-skip:focus { top: 12px; }
.gl-button { display: inline-flex; min-height: 48px; justify-content: center; align-items: center; gap: 24px; padding: 12px 22px; border: 1px solid var(--gl-indigo); border-radius: 12px 12px 12px 0; background: var(--gl-indigo); color: white !important; font-size: 14px; font-weight: 500; transition: background .2s, transform .2s; }
.gl-button:hover { background: var(--gl-indigo-light); transform: translateY(-2px); }
.gl-text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--gl-indigo) !important; font-size: 14px; font-weight: 500; }
.gl-text-link .gl-icon { width: 20px; height: 20px; }
.gl-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

/* The original GetLeads monogram, Arkhip wordmark and quiet white header. */
.gl-header { position: sticky; top: 0; z-index: 40; background: #fff; }
.gl-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 94px; gap: 28px; position: relative; }
.gl-brand { display: flex; flex-direction: column; align-items: center; flex: 0 0 auto; gap: 3px; }
.gl-brand > img { width: 36px; height: 23px; }
.gl-brand > span { font: 400 25px/1 Arkhip, Arial, sans-serif; color: var(--gl-indigo); }
.gl-brand > span > span { color: var(--gl-red); }
.gl-navigation { display: flex; align-items: center; gap: 32px; }
.gl-navigation > a { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; font-size: 14px; white-space: nowrap; }
.gl-navigation > a:hover, .gl-navigation > a[aria-current] { color: var(--gl-indigo); }
.gl-nav-software > span { width: 5px; height: 5px; border-radius: 50%; background: var(--gl-red); }
.gl-header-contact { min-height: 44px; padding: 9px 22px; gap: 21px; font-size: 14px; }
.gl-header-contact .gl-icon { width: 18px; height: 18px; }
.gl-menu-toggle { display: none; }

/* Three familiar directions, with our own software taking the central place. */
.gl-hero { padding: 52px 0 30px; background: #fff; position: relative; isolation: isolate; overflow: hidden; }
.gl-hero-watermark { position: absolute; z-index: -1; right: -190px; top: 35px; width: 820px; height: auto; opacity: .028; transform: rotate(-12deg); pointer-events: none; }
.gl-eyebrow { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 10px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color: #775582; margin-bottom: 20px; }
.gl-eyebrow > span { width: 5px; height: 5px; border-radius: 50%; background: var(--gl-indigo); }
.gl-hero h1 { text-align: center; font: 400 clamp(36px, 4.1vw, 56px)/1.15 Arkhip, Arial, sans-serif; letter-spacing: -.03em; color:#312783; }
.gl-hero h1 > span { display: block; color: #96131b; }
.gl-hero-intro { text-align: center; color: #584d67; font-size: 16px; line-height: 1.75; margin-top: 22px !important; }
.gl-directions { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 25px; align-items: stretch; margin: 38px auto 0; max-width: 1320px; }
.gl-direction { border:1px solid #dcd2ed; border-radius: 28px 28px 28px 0; background: #f8f5fc; display: flex; flex-direction: column; padding: 26px 28px; min-width: 0; transition: transform .25s; }
.gl-direction:hover { transform: translateY(-6px); }
.gl-direction-art { height: 140px; margin-bottom: 18px; position: relative; }
.gl-direction-art > img { width: 100%; height: 100%; object-fit: contain; }
.gl-art-icon { position: absolute; right: -3px; bottom: -3px; width: 54px; height: 54px; display: grid; place-items: center; background: var(--gl-soft); color: var(--gl-indigo); border-radius: 20px; }
.gl-art-icon .gl-icon { width: 28px; height: 28px; }
.gl-education-art { overflow: hidden; margin-inline: -4px; }
.gl-education-art > img { width: min(100%, 230px); height: auto; margin-inline: auto; transform: translateY(-20px); mix-blend-mode:multiply; }
.gl-direction-label { color: #775582; font-size: 10px; margin-bottom: 10px; }
.gl-direction h2 { font: 400 25px/1.15 Arkhip, Arial, sans-serif; letter-spacing: -.02em; }
.gl-direction p { font-size: 14px; color: var(--gl-muted); line-height: 1.5; margin-top: 12px; }
.gl-direction > .gl-text-link { margin-top: auto; padding-top:24px; font-size: 12px; justify-content: space-between; gap: 5px; }
.gl-direction-software { min-height: 410px; align-items: center; justify-content: center; padding: 24px 28px; text-align: center; background:#f2edf9; border: 1px solid #bfb0d8; border-radius: 28px 28px 28px 0; }
.gl-software-logo { width: auto; height: 150px; object-fit: contain; margin-bottom: 13px; }
.gl-direction-software h2 { font-size: 36px; letter-spacing: -.04em; color: var(--gl-indigo); }
.gl-direction-software h2 > span { color: var(--gl-indigo-light); }
.gl-direction-software p { max-width: 290px; color: #55516c; font-size: 15px; line-height: 1.55; margin-top: 12px; }
.gl-software-card-link { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 44px; margin-top: 21px; padding: 12px 20px; background: var(--gl-indigo); color: white; border-radius: 12px 12px 12px 0; font-size: 12px; font-weight: 500; }
.gl-software-card-link .gl-icon { width: 18px; height: 18px; }
.gl-hero-foot { display: flex; justify-content: space-between; color: #737188; font-size: 11px; max-width: 1320px; margin: 25px auto 0; }
.gl-hero-foot > a { color: var(--gl-indigo); display: flex; gap: 12px; }

/* One continuous company history: 2026 is part of the path, not an appendix. */
.gl-about { background: white; }
.gl-mission { padding: 42px 30px; border-radius: 30px 30px 30px 0; background: linear-gradient(120deg,#292063,#382a86); color: white; text-align: center; }
.gl-mission > span { display: block; color: #c6bfff; font-size: 12px; margin-bottom: 20px; }
.gl-mission p { font-size: clamp(23px, 2.3vw, 32px); line-height: 1.4; font-weight: 400; }
.gl-mission strong { font-weight: 500; }
.gl-mission > div { color: #c9c2f1; font-size: 13px; margin-top: 18px; }
.gl-history-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 64px 0 32px; }
.gl-history-heading h3 { font: 400 28px/1.1 Arkhip, Arial, sans-serif; }
.gl-history-heading > span { font-size: 12px; color: var(--gl-muted); }
.gl-timeline { display: grid; grid-template-columns: repeat(4, 1fr); row-gap: 32px; margin: 0; padding: 0; list-style: none; }
.gl-timeline li { position: relative; min-width: 0; padding: 0 24px 20px 0; }
.gl-timeline li::before { content: ""; position: absolute; top: 53px; left: 0; right: 0; height: 1px; background: #d9d5ec; }
.gl-timeline li::after { content: ""; position: absolute; top: 49px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--gl-indigo); }
.gl-timeline time { display: block; font: 400 30px/1 Arkhip, Arial, sans-serif; color: var(--gl-indigo); padding-bottom: 48px; }
.gl-timeline h4 { font-size: 15px; font-weight: 600; line-height: 1.4; margin-bottom: 9px; }
.gl-timeline p { color: var(--gl-muted); font-size: 14px; line-height: 1.65; max-width: 246px; }
.gl-timeline-month { position: absolute; top: 10px; left: 100px; font-size: 11px; color: #7b718f; }
.gl-timeline li.gl-timeline-current { grid-column: 1 / -1; display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 40px; padding: 44px 0 0; margin-top: 5px; border-top: 1px solid #d9d5ec; }
.gl-timeline-current::before, .gl-timeline-current::after { display: none; }
.gl-current-date time { padding: 0; font-size: 64px; letter-spacing: -.04em; }
.gl-current-date > span { display: block; font-size: 14px; color: #6d6481; margin-top: 12px; }
.gl-current-date > .gl-current-status { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; color: var(--gl-indigo); margin-top: 27px; }
.gl-current-status::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.gl-current-story h4 { font: 400 35px/1.2 Arkhip, Arial, sans-serif; letter-spacing: -.025em; color: var(--gl-indigo); margin-bottom: 31px; }
.gl-current-topics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 27px; }
.gl-current-topics h5 { font-size: 15px; font-weight: 600; margin-bottom: 11px; }
.gl-current-topics p { font-size: 13px; line-height: 1.75; max-width: none; }
.gl-current-story > .gl-text-link { margin-top: 30px; font-size: 12px; min-height: 44px; }

.gl-next-step { padding-top: 20px; padding-bottom: 72px; }
.gl-next-inner { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 46px 52px 48px; border: 1px solid #604595; border-radius: 30px 30px 30px 0; background: linear-gradient(115deg,#302274,#4b2b83); color: #fffaf3; }
.gl-next-inner::after { content: ''; position: absolute; z-index: -1; pointer-events: none; width: 380px; height: 380px; top: -85px; right: 90px; border: 1px solid #b194cd45; border-radius: 50%; box-shadow: 0 0 0 55px #b194cd0c,0 0 0 110px #b194cd08; }
.gl-next-kicker { color: #f1becd; font-size: 11px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.gl-next-step h2 { font: 400 clamp(30px, 3vw, 44px)/1.2 Arkhip, Arial, sans-serif; letter-spacing: -.03em; margin-top: 19px; color: #fffaf3; }
.gl-next-step p { color: #e5daef; font-size: 14px; margin-top: 19px; }
.gl-next-step .gl-button { min-width: 238px; min-height: 55px; border-color: #fffaf3; background: #fffaf3; color: #312783 !important; }
.gl-next-step .gl-button:hover { background: #f6dce5; border-color: #f6dce5; }
.gl-footer { padding: 56px 0 25px; background: var(--gl-soft); }
.gl-footer-top { display: grid; grid-template-columns: 1.3fr .7fr 1fr .7fr; gap: 48px; }
.gl-footer-brand { width: fit-content; }
.gl-footer-brand > img { width: 51px; height: 33px; }
.gl-footer-brand > span { font-size: 31px; }
.gl-footer-note { margin-top: 19px !important; font-size: 12px; color: var(--gl-muted); }
.gl-footer nav { display: flex; flex-direction: column; gap: 6px; font-size: 12px; }
.gl-footer nav a { width: fit-content; min-height: 27px; }
.gl-footer a:hover { color: var(--gl-indigo); }
.gl-footer-contact > span, .gl-footer-media > span { display: block; font-size: 11px; color: #85818f; margin: 2px 0 16px; }
.gl-footer-handle { display: inline-flex; align-items: center; gap: 12px; color: var(--gl-indigo) !important; font-size: 16px; font-weight: 500; }
.gl-footer-handle .gl-icon { width: 16px; height: 16px; }
.gl-footer-contact p { color: var(--gl-muted); font-size: 11px; line-height: 1.65; margin-top: 13px; }
.gl-footer-media > a { display: flex; gap: 12px; align-items: center; font-size: 12px; margin-top: 10px; }
.gl-social-icon { width: 35px; height: 35px; display: grid; place-items: center; background: var(--gl-indigo); color: white; border-radius: 50%; }
.gl-social-icon .gl-icon { width: 19px; height: 19px; }
.gl-footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px 28px; border-top: 1px solid #e3e2ed; padding-top: 22px; margin-top: 45px; color: #827e8c; font-size: 10px; }
.gl-footer-bottom a { text-underline-offset: 4px; }
.gl-footer-bottom a:hover { text-decoration: underline; }

@media (min-width: 1600px) {
  .gl-hero { padding-top: 70px; padding-bottom: 32px; }
  .gl-directions { margin-top: 48px; }
}

@media (max-width: 1100px) {
  .gl-container { width: calc(100% - 56px); }
  .gl-navigation { gap: 22px; }
  .gl-header-inner { gap: 22px; }
  .gl-brand > span { font-size: 22px; }
  .gl-directions { gap: 16px; grid-template-columns: 1fr 1.5fr 1fr; }
  .gl-direction { padding: 19px; }
  .gl-direction h2 { font-size: 22px; }
  .gl-direction-art { height: 140px; }
  .gl-direction-software { padding: 24px; }
  .gl-direction-software h2 { font-size: 33px; }
  .gl-direction-software p { font-size: 14px; }
  .gl-timeline li.gl-timeline-current { grid-template-columns: 170px minmax(0, 1fr); gap: 30px; }
  .gl-current-date time { font-size: 55px; }
  .gl-current-story h4 { font-size: 30px; }
  .gl-current-topics { grid-template-columns: 1fr 1fr; gap: 23px 30px; }
  .gl-current-topics > div:last-child { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid #e6e2ef; }
  .gl-footer-top { gap: 28px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 96px; }
  .gl-container { width: calc(100% - 40px); }
  .gl-header-inner { min-height: 78px; display: grid; grid-template-columns: 1fr auto auto; gap: 18px; }
  .gl-brand { justify-self: start; }
  .gl-brand > span { font-size: 22px; }
  .gl-brand > img { width: 29px; height: 19px; }
  .gl-header-contact { grid-column: 2; grid-row: 1; }
  .gl-menu-toggle { grid-column: 3; grid-row: 1; border: 0; border-radius: 50%; background: var(--gl-soft); color: var(--gl-indigo); width: 44px; height: 44px; padding: 13px 11px; flex-direction: column; justify-content: center; gap: 5px; }
  .gl-header[data-menu-ready] .gl-menu-toggle { display: flex; }
  .gl-menu-toggle > span { display: block; height: 1.5px; background: currentColor; width: 22px; transition: transform .2s; }
  .gl-menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .gl-menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .gl-navigation { grid-column: 1 / -1; flex-wrap: wrap; gap: 6px 28px; padding-bottom: 16px; }
  .gl-header[data-menu-ready] .gl-navigation { display: none; }
  .gl-header[data-menu-open] .gl-navigation { display: flex; position: absolute; top: calc(100% - 1px); left: -20px; right: -20px; background: white; border-bottom: 1px solid #e8e4f1; padding: 16px 24px 24px; flex-direction: column; align-items: stretch; gap: 0; }
  .gl-navigation > a { font-size: 16px; min-height: 48px; }
  .gl-hero { padding-top: 44px; }
  .gl-hero h1 { font-size: clamp(32px, 4.8vw, 41px); }
  .gl-hero-intro { font-size: 15px; margin-top: 21px !important; }
  .gl-directions { grid-template-columns: 1fr 1fr; gap: 20px; max-width: 660px; }
  .gl-direction-software { grid-column: 1 / -1; grid-row: 1; display: grid; grid-template-columns: 180px minmax(0, 1fr); column-gap: 26px; align-content: center; min-height: 250px; padding: 28px; text-align: left; }
  .gl-software-logo { grid-column: 1; grid-row: 1 / 4; height: 180px; margin: 0 auto; }
  .gl-direction-software h2 { grid-column: 2; grid-row: 1; font-size: 36px; align-self: end; }
  .gl-direction-software p { grid-column: 2; grid-row: 2; max-width: 310px; font-size: 14px; margin-top: 8px; }
  .gl-software-card-link { grid-column: 2; grid-row: 3; justify-self: start; align-self: start; margin-top: 16px; }
  .gl-direction-mailing, .gl-direction-education { min-height: 200px; padding: 25px; position: relative; overflow: hidden; }
  .gl-direction-art { height: 92px; width: 115px; margin: 0; position: absolute; top: 17px; right: -10px; opacity: .2; pointer-events: none; }
  .gl-art-icon { display: none; }
  .gl-direction-label { position: relative; font-size: 10px; }
  .gl-direction h2 { position: relative; }
  .gl-direction > .gl-text-link { margin-top: 19px; justify-content: flex-start; gap: 16px; }
  .gl-hero-foot { max-width: 660px; font-size: 10px; }
  .gl-section { padding-block: 76px; }
  .gl-section-label { font-size: 30px; margin-bottom: 44px !important; }
  .gl-timeline { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .gl-timeline p { max-width: 290px; }
  .gl-timeline li.gl-timeline-current { grid-template-columns: 135px minmax(0, 1fr); gap: 27px; }
  .gl-current-date time { font-size: 45px; }
  .gl-current-date > .gl-current-status { font-size: 9px; }
  .gl-current-story h4 { font-size: 26px; }
  .gl-current-topics { gap: 23px; }
  .gl-current-topics h5 { font-size: 14px; }
  .gl-current-topics p { font-size: 13px; max-width: none; }
  .gl-next-step h2 { font-size: 31px; }
  .gl-next-step p { font-size: 12px; }
  .gl-next-step .gl-button { min-width: 215px; gap: 16px; }
  .gl-footer-top { grid-template-columns: 1.2fr 1fr; gap: 40px 60px; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 90px; }
  .gl-container { width: calc(100% - 32px); }
  .gl-header-inner { min-height: 74px; gap: 12px; }
  .gl-brand > span { font-size: 19px; }
  .gl-brand > img { height: 17px; width: 27px; }
  .gl-header-contact { padding: 9px 15px; font-size: 12px; }
  .gl-header-contact .gl-icon { display: none; }
  .gl-header[data-menu-open] .gl-navigation { left: -16px; right: -16px; }
  .gl-hero { padding-top: 31px; padding-bottom: 23px; }
  .gl-eyebrow { font-size: 9px; margin-bottom: 21px; gap: 6px; }
  .gl-hero h1 { font-size: clamp(27px, 6.4vw, 36px); line-height: 1.16; letter-spacing: -.045em; }
  .gl-hero h1 > span { font-size: .71em; margin-top: 13px; letter-spacing: -.025em; }
  .gl-hero-intro { font-size: 12px; line-height: 1.65; margin: 18px auto 0 !important; max-width: 370px; }
  .gl-hero-intro br { display: none; }
  .gl-directions { margin-top: 29px; gap: 12px; }
  .gl-direction-software { display: flex; border-radius: 28px 28px 28px 0; min-height: 0; padding: 23px 24px; text-align: center; }
  .gl-software-logo { height: 132px; margin-bottom: 12px; }
  .gl-direction-software h2 { font-size: 32px; align-self: auto; }
  .gl-software-card-link { font-size: 12px; gap: 16px; padding: 12px 20px; align-self: auto; margin-top: 18px; }
  .gl-direction-mailing, .gl-direction-education { border-radius: 23px 23px 23px 0; padding: 22px 17px; min-height: 200px; }
  .gl-direction-label { font-size: 8px; margin-bottom: 9px; }
  .gl-direction-mailing h2, .gl-direction-education h2 { font-size: 19px; }
  .gl-direction p { font-size: 11px; line-height: 1.5; }
  .gl-direction-software p { font-size: 14px; line-height: 1.6; max-width: 275px; margin-top: 10px; }
  .gl-direction-art { width: 85px; height: 65px; opacity: .14; }
  .gl-direction > .gl-text-link { font-size: 10px; margin-top: auto; padding-top: 22px; gap: 8px; align-items: flex-start; }
  .gl-direction > .gl-text-link .gl-icon { width: 15px; height: 15px; }
  .gl-hero-foot { flex-direction: column; align-items: center; gap: 11px; font-size: 10px; margin-top: 21px; }
  .gl-hero-watermark { width: 500px; right: -150px; top: 15px; }
  .gl-section { padding-block: 58px; }
  .gl-section-label { font-size: 26px; margin-bottom: 34px !important; }
  .gl-button { min-height: 48px; font-size: 13px; padding: 12px 20px; gap: 19px; }
  .gl-mission { padding: 29px 23px; border-radius: 28px; }
  .gl-mission > span { font-size: 10px; margin-bottom: 16px; }
  .gl-mission p { font-size: 22px; line-height: 1.45; }
  .gl-mission br { display: none; }
  .gl-mission > div { font-size: 11px; margin-top: 16px; }
  .gl-history-heading { flex-direction: column; align-items: flex-start; gap: 11px; margin: 43px 8px 31px; }
  .gl-history-heading h3 { font-size: 26px; }
  .gl-history-heading > span { font-size: 11px; }
  .gl-timeline { grid-template-columns: 1fr; row-gap: 0; padding-left: 12px; }
  .gl-timeline li { padding: 0 9px 29px 28px; }
  .gl-timeline li::before { left: 3px; right: auto; top: 8px; bottom: -8px; width: 1px; height: auto; }
  .gl-timeline li::after { left: -1px; top: 8px; }
  .gl-timeline time { font-size: 24px; padding-bottom: 11px; }
  .gl-timeline h4 { font-size: 14px; margin-bottom: 5px; }
  .gl-timeline p { max-width: none; font-size: 13px; line-height: 1.65; }
  .gl-timeline-month { top: 6px; left: 110px; }
  .gl-timeline li.gl-timeline-current { display: block; border-top: 0; margin-top: 0; padding: 6px 9px 0 28px; }
  .gl-timeline-current::before, .gl-timeline-current::after { display: block; }
  .gl-timeline li.gl-timeline-current::before { top: 8px; bottom: 0; }
  .gl-timeline li.gl-timeline-current::after { top: 17px; left: -3px; width: 13px; height: 13px; }
  .gl-current-date time { font-size: 43px; padding-bottom: 0; }
  .gl-current-date > span { margin-top: 8px; font-size: 12px; }
  .gl-current-date > .gl-current-status { margin-top: 12px; font-size: 10px; }
  .gl-current-story { margin-top: 25px; }
  .gl-current-story h4 { font-size: 24px; line-height: 1.3; margin-bottom: 27px; }
  .gl-current-topics { grid-template-columns: 1fr; gap: 23px; }
  .gl-current-topics h5 { font-size: 15px; }
  .gl-current-topics p { font-size: 13px; line-height: 1.75; }
  .gl-current-story > .gl-text-link { margin-top: 20px; font-size: 11px; gap: 10px; }
  .gl-next-inner { flex-direction: column; align-items: flex-start; gap: 26px; padding: 32px 24px; border-radius: 24px 24px 24px 0; }
  .gl-next-kicker { font-size: 11px; }
  .gl-next-step h2 { font-size: clamp(27px, 7vw, 32px); margin-top: 15px; }
  .gl-next-step p { font-size: 13px; max-width: 280px; margin-top: 17px; }
  .gl-next-step .gl-button { min-width: 0; width: 100%; gap: 16px; }
  .gl-footer { padding-top: 39px; }
  .gl-footer-top { gap: 34px 22px; grid-template-columns: 1.15fr 1fr; }
  .gl-footer-brand > span { font-size: 25px; }
  .gl-footer-brand > img { width: 40px; height: 26px; }
  .gl-footer-note { font-size: 10px; margin-top: 15px !important; }
  .gl-footer nav a { min-height: 32px; }
  .gl-footer-handle { font-size: 15px; gap: 7px; min-height: 32px; }
  .gl-footer-contact p { font-size: 10px; }
  .gl-footer-contact > span, .gl-footer-media > span { margin-bottom: 10px; font-size: 10px; }
  .gl-footer-media > a { font-size: 11px; min-height: 44px; margin-top: 4px; }
  .gl-footer-bottom { flex-direction: column; align-items: flex-start; gap: 0; margin-top: 28px; padding-top: 17px; }
  .gl-footer-bottom > span { margin-bottom: 5px; }
  .gl-footer-bottom a { display: inline-flex; align-items: center; min-height: 35px; gap: 5px; }
}

@media (max-width: 360px) {
  .gl-container { width: calc(100% - 28px); }
  .gl-header-inner { gap: 9px; }
  .gl-brand > span { font-size: 17px; }
  .gl-header-contact { padding-inline: 12px; font-size: 11px; min-height: 44px; }
  .gl-hero h1 { font-size: 26px; }
  .gl-direction-software { padding-inline: 20px; }
  .gl-direction-software h2 { font-size: 30px; }
  .gl-software-card-link { gap: 14px; padding-inline: 18px; font-size: 11px; }
  .gl-direction-mailing, .gl-direction-education { padding: 20px 14px; }
  .gl-direction-mailing h2, .gl-direction-education h2 { font-size: 17px; }
  .gl-current-story h4 { font-size: 21px; }
  .gl-next-inner { padding: 28px 22px; }
  .gl-next-step h2 { font-size: 26px; }
  .gl-footer-top { gap: 27px 15px; }
  .gl-footer-brand > span { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gl-site *, .gl-site *::before, .gl-site *::after { transition: none !important; }
}
