:root {
  --navy-950: #03132d;
  --navy-900: #061a3a;
  --navy-850: #08254f;
  --blue-700: #0e5fb7;
  --blue-600: #1474d4;
  --blue-100: #dbeeff;
  --blue-50: #edf7ff;
  --mist: #f3f8fc;
  --white: #ffffff;
  --ink: #10233d;
  --muted: #5c6b7d;
  --line: #d8e3ee;
  --yellow: #ffc928;
  --yellow-dark: #e3a900;
  --shadow: 0 22px 64px rgba(3, 19, 45, .12);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 48px));
}
.agilecloud-traffic-pixel { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden; opacity: 0; pointer-events: none; }

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-900); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.85rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4.1vw, 4rem); }
h3 { margin-bottom: 12px; font-size: 1.45rem; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.shell { width: var(--shell); margin-inline: auto; }
.shell--narrow { max-width: 860px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 14px;
  left: 14px;
  padding: 10px 16px;
  color: var(--navy-900);
  background: var(--yellow);
  border-radius: 8px;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 88px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.14);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(3,19,45,.96); box-shadow: 0 10px 35px rgba(0,0,0,.18); backdrop-filter: blur(15px); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; width: 124px; height: 72px; overflow: hidden; }
.brand img, .brand .custom-logo { width: 112px; height: auto; }
.custom-logo-link { display: block; }

.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav__list { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.site-nav__list a { position: relative; text-decoration: none; font-size: .91rem; font-weight: 700; }
.site-nav__list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--yellow); transition: right .2s ease; }
.site-nav__list a:hover::after { right: 0; }
.nav-toggle { display: none; color: var(--white); background: none; border: 0; cursor: pointer; }
.nav-toggle__icon { display: grid; gap: 5px; }
.nav-toggle__icon i { display: block; width: 25px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  color: var(--white);
  background: var(--blue-600);
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(9,92,177,.18);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(9,92,177,.26); }
.button--small { min-height: 43px; padding: 10px 17px; color: var(--navy-900); background: var(--white); font-size: .86rem; }
.button--yellow { color: var(--navy-950); background: var(--yellow); box-shadow: 0 14px 36px rgba(255,201,40,.2); }
.button--yellow:hover { background: #ffd552; box-shadow: 0 17px 42px rgba(255,201,40,.28); }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--blue-700); font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: var(--white); }

.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 20px; color: var(--blue-700); font-size: .76rem; font-weight: 900; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 3px; background: var(--yellow); border-radius: 2px; }
.eyebrow--light { color: var(--blue-100); }

.hero { position: relative; min-height: 820px; padding: 176px 0 118px; color: var(--white); background: radial-gradient(circle at 78% 22%, #0e4d8d 0, #082c5c 25%, var(--navy-900) 60%, var(--navy-950) 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.033) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.033) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -190px; top: -300px; border: 100px solid rgba(255,201,40,.06); border-radius: 50%; }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); align-items: center; gap: 80px; }
.hero__content { min-width: 0; }
.hero h1 { max-width: 850px; margin-bottom: 28px; color: var(--white); }
.hero__lead { max-width: 690px; margin-bottom: 15px; color: var(--white); font-size: clamp(1.3rem, 2vw, 1.65rem); font-weight: 750; line-height: 1.4; }
.hero__text { max-width: 680px; margin-bottom: 36px; color: #cfe1f3; font-size: 1.05rem; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.hero__visual { position: relative; min-height: 480px; perspective: 1200px; }
.process-card { position: absolute; width: 330px; min-height: 190px; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06)); box-shadow: 0 32px 75px rgba(0,0,0,.3); backdrop-filter: blur(14px); transform: rotateY(-9deg) rotateX(4deg); }
.process-card span { color: var(--yellow); font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.process-card p { margin: 25px 0 0; color: var(--white); font-size: 1.35rem; font-weight: 850; line-height: 1.25; }
.process-card--back { top: 12px; right: -10px; opacity: .5; }
.process-card--middle { top: 124px; right: 48px; opacity: .75; }
.process-card--front { top: 250px; right: 105px; background: linear-gradient(145deg, rgba(20,116,212,.86), rgba(6,26,58,.88)); }
.process-card__status { display: flex; align-items: center; gap: 8px; margin-top: 32px; color: #d7eaff; font-size: .74rem; font-weight: 700; letter-spacing: .03em; }
.process-card__status i { width: 8px; height: 8px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,201,40,.14); }
.hero__cloud { position: absolute; z-index: 1; bottom: -160px; background: rgba(255,255,255,.04); border-radius: 50%; filter: blur(1px); }
.hero__cloud::before, .hero__cloud::after { content: ""; position: absolute; background: inherit; border-radius: inherit; }
.hero__cloud--one { left: -4%; width: 420px; height: 260px; }
.hero__cloud--one::before { width: 270px; height: 270px; left: 130px; top: -100px; }
.hero__cloud--one::after { width: 220px; height: 220px; left: 330px; top: 30px; }
.hero__cloud--two { left: 37%; width: 480px; height: 270px; }
.hero__cloud--two::before { width: 300px; height: 300px; left: 100px; top: -120px; }
.hero__cloud--two::after { width: 250px; height: 250px; left: 360px; top: 10px; }
.hero__cloud--three { right: -14%; width: 500px; height: 310px; }

.proof-strip { position: relative; z-index: 3; color: var(--ink); background: var(--white); box-shadow: 0 -12px 35px rgba(3,19,45,.07); }
.proof-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-strip p { position: relative; display: grid; gap: 2px; margin: 0; padding: 28px 34px; }
.proof-strip p + p { border-left: 1px solid var(--line); }
.proof-strip p::before { content: ""; position: absolute; left: 0; top: 28px; width: 4px; height: 36px; background: var(--yellow); border-radius: 3px; opacity: 0; }
.proof-strip p:first-child::before { opacity: 1; }
.proof-strip strong { color: var(--navy-900); font-size: .95rem; }
.proof-strip span { color: var(--muted); font-size: .83rem; }

.usecase-finder { position: relative; z-index: 5; padding: 82px 0; background: var(--mist); border-bottom: 1px solid var(--line); }
.usecase-finder__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr); gap: 80px; align-items: center; }
.usecase-finder h2 { margin-bottom: 17px; font-size: clamp(2.35rem, 4vw, 3.75rem); }
.usecase-finder__grid > div > p:last-child { max-width: 560px; margin-bottom: 0; color: var(--muted); }
.usecase-finder__search { position: relative; padding: 28px; background: var(--white); border: 1px solid rgba(14,95,183,.12); border-radius: 17px; box-shadow: var(--shadow); }
.usecase-finder__search > label { display: block; margin-bottom: 9px; color: var(--navy-900); font-size: .74rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.usecase-finder__input { display: grid; grid-template-columns: 1fr auto; }
.usecase-finder__input input { min-width: 0; height: 56px; padding: 0 16px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-right: 0; border-radius: 9px 0 0 9px; }
.usecase-finder__input button { min-width: 100px; color: var(--navy-950); background: var(--yellow); border: 1px solid var(--yellow); border-radius: 0 9px 9px 0; font-weight: 900; cursor: pointer; }
.usecase-finder__results { position: absolute; z-index: 20; top: 108px; left: 28px; right: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 0 0 11px 11px; box-shadow: 0 24px 48px rgba(3,19,45,.18); overflow: hidden; }
.usecase-finder__results ul { max-height: 360px; margin: 0; padding: 0; list-style: none; overflow-y: auto; }
.usecase-finder__results li + li { border-top: 1px solid var(--line); }
.usecase-finder__results a { display: grid; gap: 3px; padding: 13px 15px; color: var(--ink); text-decoration: none; }
.usecase-finder__results a:hover, .usecase-finder__results a[aria-selected="true"] { background: var(--blue-50); }
.usecase-finder__results strong { font-size: .84rem; }
.usecase-finder__results span { color: var(--muted); font-size: .7rem; }
.usecase-finder__status { min-height: 20px; margin: 9px 0 0; color: var(--muted); font-size: .7rem; }
.usecase-finder__status a { color: var(--blue-700); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.usecase-finder__examples { display: flex; flex-wrap: wrap; gap: 7px 10px; margin-top: 15px; color: var(--muted); font-size: .68rem; }
.usecase-finder__examples span { font-weight: 700; }
.usecase-finder__examples b { color: var(--blue-700); font-weight: 800; }

.section { padding: 120px 0; }
.section--light { background: var(--blue-50); }
.section--white { background: var(--white); }
.section--mist { background: var(--mist); }
.section-heading { margin-bottom: 60px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: end; gap: 80px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 8px; color: var(--muted); }
.section-heading--center { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p { color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; min-height: 510px; padding: 42px 35px 36px; background: var(--white); border: 1px solid rgba(14,95,183,.1); border-radius: var(--radius); box-shadow: 0 14px 46px rgba(3,19,45,.055); overflow: hidden; }
.service-card::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: var(--blue-600); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.service-card:hover::after { transform: scaleX(1); }
.service-card--featured { margin-top: -20px; margin-bottom: 20px; background: var(--navy-900); }
.service-card--featured h3, .service-card--featured .check-list { color: var(--white); }
.service-card--featured p { color: #bfd1e6; }
.service-card__number { position: absolute; top: 22px; right: 25px; color: rgba(14,95,183,.15); font-size: 3rem; font-weight: 900; line-height: 1; }
.service-card--featured .service-card__number { color: rgba(255,255,255,.12); }
.service-card__icon { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 30px; color: var(--blue-700); background: var(--blue-50); border-radius: 18px; }
.service-card--featured .service-card__icon { color: var(--navy-900); background: var(--yellow); }
.service-card__icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card > p { min-height: 112px; color: var(--muted); }
.check-list { display: grid; gap: 12px; margin: 25px 0 0; padding: 24px 0 0; color: var(--ink); border-top: 1px solid var(--line); list-style: none; font-size: .91rem; font-weight: 700; }
.service-card--featured .check-list { border-color: rgba(255,255,255,.15); }
.check-list li { position: relative; padding-left: 24px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-600); font-weight: 900; }
.service-card--featured .check-list li::before { color: var(--yellow); }

.service-overview-cta { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 46px; padding: 28px 32px; color: var(--white); background: var(--navy-900); border-radius: 16px; box-shadow: var(--shadow); }
.service-overview-cta > div { display: grid; gap: 4px; }
.service-overview-cta strong { font-size: 1.05rem; }
.service-overview-cta span { color: #bfd1e6; font-size: .9rem; }
.service-overview-cta .button { flex: 0 0 auto; }

.process-focus { color: var(--white); background: linear-gradient(120deg, var(--navy-950), var(--navy-850)); }
.process-focus__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.process-focus h2 { color: var(--white); }
.process-focus__content > p:not(.eyebrow) { margin-bottom: 30px; color: #bfd1e6; }
.process-list { border-top: 1px solid rgba(255,255,255,.14); }
.process-list article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list article > span { color: var(--yellow); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.process-list h3 { margin-bottom: 7px; color: var(--white); font-size: 1.17rem; }
.process-list p { margin-bottom: 0; color: #afc4dc; font-size: .92rem; }

.advantages__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: center; }
.advantages__visual { position: relative; min-height: 500px; display: grid; place-items: center; background: radial-gradient(circle, #edf7ff 0, rgba(237,247,255,.2) 56%, transparent 57%); }
.orbit { position: absolute; border: 1px dashed #a9c9e8; border-radius: 50%; }
.orbit--outer { width: 430px; height: 430px; }
.orbit--inner { width: 280px; height: 280px; }
.advantages__core { position: relative; z-index: 2; display: grid; place-items: center; width: 150px; height: 150px; color: var(--white); background: var(--navy-900); border: 10px solid var(--white); border-radius: 50%; box-shadow: var(--shadow); }
.advantages__core span { color: var(--yellow); font-size: 2.4rem; font-weight: 950; line-height: 1; letter-spacing: -.06em; }
.advantages__core small { margin-top: -25px; font-weight: 750; }
.advantages__tag { position: absolute; z-index: 3; padding: 10px 15px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 10px 24px rgba(3,19,45,.09); font-size: .8rem; font-weight: 800; }
.advantages__tag::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: var(--yellow); border-radius: 50%; }
.advantages__tag--one { top: 78px; left: 38px; }
.advantages__tag--two { top: 126px; right: 12px; }
.advantages__tag--three { bottom: 66px; left: 80px; }
.advantage-list { display: grid; gap: 7px; margin-top: 42px; }
.advantage-list article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 21px 0; border-top: 1px solid var(--line); }
.advantage-list article > span { color: var(--blue-600); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.advantage-list h3 { margin-bottom: 6px; font-size: 1.17rem; }
.advantage-list p { margin: 0; color: var(--muted); font-size: .93rem; }

.approach__steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 70px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.approach__steps::before { content: ""; position: absolute; top: 31px; left: 10%; right: 10%; height: 2px; background: var(--line); }
.approach__steps li { position: relative; z-index: 1; padding: 0 28px; text-align: center; }
.approach__steps li > span { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 25px; color: var(--navy-900); background: var(--white); border: 2px solid var(--blue-600); border-radius: 50%; box-shadow: 0 0 0 10px var(--mist); font-size: .78rem; font-weight: 900; }
.approach__steps li:nth-child(3) > span { background: var(--yellow); border-color: var(--yellow-dark); }
.approach__steps h3 { font-size: 1.15rem; }
.approach__steps p { color: var(--muted); font-size: .9rem; }

.about-story { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 90px; margin-bottom: 90px; padding-bottom: 82px; border-bottom: 1px solid var(--line); }
.about-story h2 { max-width: 650px; margin-bottom: 0; }
.about-story__copy > p { color: var(--muted); }
.about-story__copy > p:first-child { color: var(--ink); }
.about-story__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 35px 0 0; padding: 0; list-style: none; }
.about-story__facts li { padding: 19px 16px; background: var(--white); border: 1px solid rgba(14,95,183,.1); border-top: 4px solid var(--yellow); border-radius: 10px; }
.about-story__facts strong, .about-story__facts span { display: block; }
.about-story__facts strong { margin-bottom: 7px; color: var(--navy-900); font-size: .95rem; }
.about-story__facts span { color: var(--muted); font-size: .76rem; line-height: 1.45; }
.team__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 440px)); justify-content: center; gap: 30px; }
.person-card { background: var(--white); border: 1px solid rgba(14,95,183,.1); border-radius: var(--radius); box-shadow: 0 15px 45px rgba(3,19,45,.07); overflow: hidden; }
.person-card__image { position: relative; aspect-ratio: 1.18 / 1; background: #d7e3ed; overflow: hidden; }
.person-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,19,45,.18), transparent 45%); pointer-events: none; }
.person-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform .4s ease; }
.person-card:hover .person-card__image img { transform: scale(1.025); }
.person-card__body { position: relative; padding: 28px 30px 31px; }
.person-card__body::before { content: ""; position: absolute; left: 30px; top: 0; width: 42px; height: 4px; background: var(--yellow); }
.person-card h3 { margin-bottom: 6px; }
.person-card p { margin-bottom: 18px; color: var(--blue-700); font-size: .84rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.person-card a { color: var(--navy-900); font-size: .91rem; font-weight: 800; text-decoration: none; }
.person-card a span { color: var(--blue-600); }

.contact { position: relative; padding: 105px 0; color: var(--white); background: linear-gradient(125deg, #0c4d8f 0, var(--navy-900) 65%, var(--navy-950) 100%); overflow: hidden; }
.contact::before { content: ""; position: absolute; width: 600px; height: 600px; right: -170px; bottom: -460px; background: rgba(255,255,255,.045); border-radius: 50%; }
.contact__sun { position: absolute; top: 58px; right: 7%; width: 58px; height: 58px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 18px rgba(255,201,40,.06), 0 0 0 38px rgba(255,201,40,.025); }
.contact__inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.contact h2 { max-width: 700px; margin: 0; color: var(--white); }
.contact__action p { color: #c7d9ec; }

.site-footer { padding: 62px 0 24px; color: #aebfd2; background: var(--navy-950); font-size: .9rem; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .6fr; gap: 80px; padding-bottom: 50px; }
.site-footer__logo { width: 142px; margin-bottom: 18px; }
.site-footer a { color: var(--white); text-decoration: none; }
.site-footer a:hover { color: var(--yellow); }
.site-footer__title { margin-bottom: 13px; color: var(--white); font-weight: 850; }
.site-footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); font-size: .78rem; }
.site-footer__bottom p { margin: 0; }

.content-page { min-height: 70vh; padding: 170px 0 110px; background: var(--mist); }
.content-page--center { text-align: center; }
.entry { padding: clamp(30px, 6vw, 70px); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.entry h1 { font-size: clamp(2.6rem, 5vw, 4.4rem); }
.entry__image { margin: 35px 0; overflow: hidden; border-radius: 15px; }
.entry__content > * + * { margin-top: 1.25em; }

/* Insights magazine */
.magazine, .archive-page, .article-page { background: var(--white); }
.magazine-hero, .archive-hero, .article-hero { position: relative; color: var(--white); background: radial-gradient(circle at 80% 10%, #174f8a 0, var(--navy-900) 46%, var(--navy-950) 100%); overflow: hidden; }
.magazine-hero::after, .archive-hero::after, .article-hero::after { content: ""; position: absolute; width: 540px; height: 540px; right: -160px; top: -350px; border: 90px solid rgba(255,201,40,.055); border-radius: 50%; }
.magazine-hero { padding: 175px 0 90px; }
.magazine-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 900px); align-items: end; }
.magazine-hero h1 { max-width: 760px; margin-bottom: 24px; color: var(--white); font-size: clamp(3rem, 5.3vw, 5.15rem); }
.magazine-hero__grid > div > p:last-child { max-width: 700px; margin: 0; color: #c6d9ec; font-size: 1.08rem; }
.insight-search { padding: 27px; background: rgba(255,255,255,.085); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; backdrop-filter: blur(10px); }
.insight-search label { display: block; margin-bottom: 10px; color: #d5e7f8; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.insight-search > div { display: grid; grid-template-columns: 1fr auto; }
.insight-search input { min-width: 0; height: 52px; padding: 0 16px; color: var(--ink); background: var(--white); border: 0; border-radius: 9px 0 0 9px; }
.insight-search button { padding: 0 18px; color: var(--navy-950); background: var(--yellow); border: 0; border-radius: 0 9px 9px 0; font-weight: 850; cursor: pointer; }

.category-bar { background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 9px 25px rgba(3,19,45,.035); }
.category-bar__inner { display: flex; align-items: center; gap: 10px; min-height: 78px; overflow-x: auto; scrollbar-width: thin; }
.category-bar__inner > span { margin-right: 7px; color: var(--muted); font-size: .8rem; font-weight: 850; text-transform: uppercase; }
.category-bar a { display: inline-flex; flex: 0 0 auto; gap: 8px; align-items: center; padding: 8px 13px; color: var(--navy-900); background: var(--mist); border: 1px solid var(--line); border-radius: 999px; font-size: .84rem; font-weight: 750; text-decoration: none; }
.category-bar a:hover { color: var(--white); background: var(--blue-700); border-color: var(--blue-700); }
.category-bar small { display: grid; place-items: center; min-width: 21px; height: 21px; padding: 0 5px; color: var(--blue-700); background: var(--white); border-radius: 999px; font-size: .69rem; }

.insight-listing { padding-top: 90px; }
.featured-insight { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 480px; margin-bottom: 95px; background: var(--white); border: 1px solid rgba(14,95,183,.1); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.featured-insight__image { min-height: 100%; background: var(--navy-900); text-decoration: none; }
.featured-insight__image img { width: 100%; height: 100%; object-fit: cover; }
.featured-insight__fallback { position: relative; display: grid; place-content: center; min-height: 100%; padding: 50px; color: var(--white); background: radial-gradient(circle at 75% 25%, #1d67ad 0, #0b376d 36%, var(--navy-950) 80%); overflow: hidden; }
.featured-insight__fallback::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 48px 48px; }
.featured-insight__fallback i { position: relative; width: 58px; height: 5px; margin-bottom: 22px; background: var(--yellow); border-radius: 5px; }
.featured-insight__fallback b { position: relative; font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.featured-insight__fallback small { position: relative; margin-top: 12px; color: #c5dcf0; font-size: 1rem; }
.featured-insight__body { align-self: center; padding: clamp(38px, 5vw, 70px); }
.featured-insight__body h2 { margin: 18px 0; font-size: clamp(2rem, 3.5vw, 3.15rem); }
.featured-insight__body h2 a, .insight-card h2 a { text-decoration: none; }
.featured-insight__body > div:not(.article-meta) { color: var(--muted); }
.featured-insight__body .text-link { margin-top: 20px; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.article-meta a { color: var(--blue-700); font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }

.insight-listing__heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.insight-listing__heading h2 { margin: 0; font-size: clamp(2rem, 3vw, 2.8rem); }
.insight-listing__heading p { margin: 0; color: var(--muted); font-size: .82rem; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.insight-card { display: flex; flex-direction: column; min-width: 0; background: var(--white); border: 1px solid rgba(14,95,183,.1); border-radius: 17px; box-shadow: 0 12px 38px rgba(3,19,45,.06); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.insight-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(3,19,45,.11); }
.insight-card__image { display: block; aspect-ratio: 1.6 / 1; background: var(--navy-900); text-decoration: none; overflow: hidden; }
.insight-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.insight-card:hover .insight-card__image img { transform: scale(1.025); }
.insight-card__fallback { position: relative; display: grid; align-content: end; height: 100%; padding: 25px; color: var(--white); background: linear-gradient(140deg, var(--navy-950), #0c4f90); overflow: hidden; }
.insight-card__fallback::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; top: -100px; border: 34px solid rgba(255,201,40,.09); border-radius: 50%; }
.insight-card__fallback i { width: 36px; height: 4px; margin-bottom: 13px; background: var(--yellow); border-radius: 4px; }
.insight-card__fallback b { font-size: 1.25rem; }
.insight-card__body { display: flex; flex: 1; flex-direction: column; padding: 26px 25px 23px; }
.insight-card h2 { margin: 13px 0; font-size: 1.42rem; }
.insight-card__excerpt { color: var(--muted); font-size: .9rem; }
.insight-card__excerpt p { margin-bottom: 0; }
.insight-card__footer { display: flex; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 23px; color: var(--muted); border-top: 1px solid var(--line); font-size: .76rem; }
.insight-card__footer a { color: var(--blue-700); font-weight: 900; text-decoration: none; }

.insights-overview { display: grid; grid-template-columns: minmax(240px, 285px) minmax(0, 1fr); gap: 50px; align-items: start; }
.insight-sidebar { min-width: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.insight-sidebar__inner { position: sticky; top: 108px; max-height: calc(100vh - 128px); padding: 27px 22px 24px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 35px rgba(3,19,45,.06); overflow-y: auto; scrollbar-width: thin; }
.insight-sidebar__intro { padding: 0 4px 21px; border-bottom: 1px solid var(--line); }
.insight-sidebar__eyebrow { margin-bottom: 8px; color: var(--blue-700); font-size: .69rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.insight-sidebar h2 { margin-bottom: 11px; font-size: 1.48rem; line-height: 1.12; }
.insight-sidebar__intro > p:last-child, .insight-sidebar__empty { margin-bottom: 0; color: var(--muted); font-size: .76rem; }
.sidebar-categories { display: grid; margin: 13px 0 0; padding: 0; list-style: none; }
.sidebar-categories li { border-bottom: 1px solid var(--line); }
.sidebar-categories li:last-child { border-bottom: 0; }
.sidebar-categories a { display: grid; grid-template-columns: 27px 1fr; gap: 9px; padding: 12px 3px; color: var(--ink); text-decoration: none; }
.sidebar-categories a:hover b, .sidebar-categories .is-active b { color: var(--blue-700); }
.sidebar-categories__number { color: var(--blue-600); font-size: .67rem; font-weight: 900; letter-spacing: .07em; }
.sidebar-categories__content { display: grid; min-width: 0; }
.sidebar-categories b { overflow: hidden; font-size: .79rem; line-height: 1.25; text-overflow: ellipsis; transition: color .2s ease; }
.sidebar-search { margin-top: 21px; padding-top: 20px; border-top: 1px solid var(--line); }
.sidebar-search label { display: block; margin-bottom: 8px; color: var(--navy-900); font-size: .69rem; font-weight: 850; text-transform: uppercase; }
.sidebar-search > div { display: grid; grid-template-columns: 1fr 39px; }
.sidebar-search input { min-width: 0; height: 41px; padding: 0 11px; border: 1px solid var(--line); border-radius: 7px 0 0 7px; font-size: .75rem; }
.sidebar-search button { color: var(--navy-950); background: var(--yellow); border: 0; border-radius: 0 7px 7px 0; font-weight: 900; cursor: pointer; }

.category-shelves__intro { margin-bottom: 62px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.category-shelves__intro h2 { max-width: 740px; margin-bottom: 14px; font-size: clamp(2.1rem, 3.6vw, 3.3rem); }
.category-shelves__intro > p:last-child { max-width: 660px; margin-bottom: 0; color: var(--muted); }
.category-shelf + .category-shelf { margin-top: 86px; }
.category-shelf__header { display: flex; justify-content: space-between; gap: 25px; align-items: end; margin-bottom: 25px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.category-shelf__header > div { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: start; }
.category-shelf__header > div > span { padding-top: 4px; color: var(--blue-600); font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.category-shelf__header h3 { margin: 0; font-size: 1.72rem; }
.category-shelf__header p { max-width: 600px; margin: 6px 0 0; color: var(--muted); font-size: .78rem; }
.category-shelf__header > a { flex: 0 0 auto; color: var(--blue-700); font-size: .76rem; font-weight: 850; text-decoration: none; }
.category-shelf__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.category-shelf__grid .insight-card__body { padding: 21px 19px 19px; }
.category-shelf__grid .insight-card h2 { font-size: 1.16rem; }
.category-shelf__grid .insight-card__excerpt { font-size: .8rem; }
.category-shelf__grid .insight-card__footer { gap: 8px; font-size: .67rem; }
.insights-overview--archive .insight-grid--archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.pagination, .navigation.pagination { display: flex; justify-content: center; margin-top: 58px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.pagination .page-numbers { display: grid; place-items: center; min-width: 43px; min-height: 43px; padding: 7px 12px; color: var(--navy-900); background: var(--white); border: 1px solid var(--line); border-radius: 8px; font-size: .85rem; font-weight: 850; text-decoration: none; }
.pagination .current, .pagination a:hover { color: var(--white); background: var(--blue-700); border-color: var(--blue-700); }
.empty-state { padding: 75px 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }
.empty-state h2 { font-size: 2.2rem; }
.empty-state p { color: var(--muted); }
.empty-state .button { width: auto; margin-top: 15px; }

.archive-hero { padding: 175px 0 85px; }
.archive-hero h1 { color: var(--white); font-size: clamp(2.8rem, 5vw, 4.8rem); }
.archive-hero__description { max-width: 680px; color: #c5d9ec; }
.archive-hero .insight-search { max-width: 620px; margin-top: 34px; }

/* Long-form article */
.article-hero { padding: 155px 0 100px; }
.article-hero .shell { position: relative; z-index: 1; }
.article-hero__back { display: inline-block; margin-bottom: 45px; color: #bdd5ea; font-size: .82rem; font-weight: 800; text-decoration: none; }
.article-kicker { display: table; margin-bottom: 18px; color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.article-hero h1 { margin-bottom: 28px; color: var(--white); font-size: clamp(3rem, 5.5vw, 5.3rem); overflow-wrap: break-word; }
.article-hero__lead { max-width: 780px; color: #c9ddf0; font-size: clamp(1.12rem, 2vw, 1.38rem); }
.article-byline { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 34px; color: #a9c0d8; font-size: .82rem; font-weight: 700; }
.article-byline span:first-child { color: var(--white); font-weight: 850; }
.article-cover { position: relative; z-index: 2; max-width: 1180px; margin-top: -50px; border: 10px solid var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.article-cover img { width: 100%; max-height: 650px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(250px, 320px); justify-content: center; gap: 90px; padding-top: 90px; padding-bottom: 120px; }
.article-content { min-width: 0; color: #263b53; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.82; }
.article-content > *:first-child { margin-top: 0; }
.article-content > * + * { margin-top: 1.45em; }
.article-content h2, .article-content h3, .article-content h4 { margin-top: 2em; color: var(--navy-900); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.article-content h2 { padding-top: .35em; font-size: clamp(2rem, 3.5vw, 2.75rem); }
.article-content h3 { font-size: 1.55rem; }
.article-content a { color: var(--blue-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-content ul, .article-content ol { padding-left: 1.4em; }
.article-content li + li { margin-top: .65em; }
.article-content blockquote { margin: 2.2em 0; padding: 24px 28px; color: var(--navy-900); background: var(--blue-50); border-left: 5px solid var(--yellow); border-radius: 0 12px 12px 0; font-size: 1.17em; font-weight: 700; }
.article-content blockquote p:last-child { margin-bottom: 0; }
.article-content figure { margin: 2.3em 0; }
.article-content figcaption { margin-top: 9px; color: var(--muted); font-family: Inter, sans-serif; font-size: .75rem; text-align: center; }
.article-content img { border-radius: 12px; }
.article-content pre { max-width: 100%; padding: 22px; color: #d9e8f5; background: var(--navy-950); border-radius: 12px; overflow-x: auto; font-size: .84rem; }
.article-content code { padding: .1em .3em; background: var(--mist); border-radius: 4px; font-size: .86em; }
.article-content pre code { padding: 0; color: inherit; background: transparent; }
.article-content table { display: block; width: 100%; border-collapse: collapse; overflow-x: auto; font-family: Inter, sans-serif; font-size: .86rem; }
.article-content th, .article-content td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; }
.article-content th { color: var(--white); background: var(--navy-900); }
.article-aside { position: relative; }
.article-aside > div { position: sticky; top: 120px; padding: 30px; color: #c4d7e9; background: var(--navy-900); border-radius: 17px; box-shadow: var(--shadow); }
.article-aside__label { margin-bottom: 12px; color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-aside h2 { color: var(--white); font-size: 1.55rem; }
.article-aside p { font-size: .88rem; }
.article-aside .button { width: 100%; margin-top: 10px; }
.article-sidebar-stack { position: sticky; top: 104px; align-self: start; max-height: calc(100vh - 120px); padding-right: 3px; overflow-y: auto; scrollbar-width: thin; }
.article-sidebar-stack .insight-sidebar__inner, .article-sidebar-stack .article-aside > div { position: static; max-height: none; }
.article-sidebar-stack > * + * { margin-top: 24px; }
.article-sidebar-about { padding: 27px 25px; color: #42566a; background: var(--blue-50); border: 1px solid #cfe2f2; border-top: 4px solid var(--yellow); border-radius: 16px; }
.article-sidebar-about__label { margin-bottom: 9px; color: var(--blue-700); font-size: .69rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-sidebar-about h2 { margin-bottom: 12px; color: var(--navy-900); font-size: 1.4rem; line-height: 1.16; }
.article-sidebar-about p:not(.article-sidebar-about__label) { margin-bottom: 14px; font-size: .8rem; line-height: 1.65; }
.article-sidebar-about a { color: var(--navy-900); font-size: .75rem; font-weight: 850; text-decoration: none; }
.article-sidebar-about a span { color: var(--blue-700); }
.author-box { display: grid; grid-template-columns: 145px 1fr; gap: 30px; align-items: center; margin-top: 80px; padding: 32px; color: #bed1e4; background: linear-gradient(135deg, var(--navy-950), var(--navy-850)); border-radius: 17px; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.author-box__mark { display: grid; place-items: center; min-height: 130px; padding: 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; }
.author-box__mark img { width: 112px; height: 112px; object-fit: cover; border: 3px solid rgba(255,255,255,.18); border-radius: 50%; }
.author-box__label { margin-bottom: 7px; color: var(--yellow); font-size: .69rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.author-box h2 { margin: 0 0 9px; padding: 0; color: var(--white); font-size: 1.62rem; }
.author-box p:not(.author-box__label) { margin: 0 0 12px; font-size: .79rem; line-height: 1.65; }
.author-box a { color: var(--white); font-size: .77rem; font-weight: 850; text-decoration: none; }
.author-box a span { color: var(--yellow); }
.related-insights__heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 42px; }
.related-insights__heading h2 { margin: 0; }

/* Specialised use-case landingpages */
.landing-hero { position: relative; padding: 132px 0 84px; color: var(--white); background: radial-gradient(circle at 82% 18%, #0e4d8d 0, #082c5c 28%, var(--navy-900) 62%, var(--navy-950) 100%); overflow: hidden; }
.landing-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -250px; border: 92px solid rgba(255,201,40,.055); border-radius: 50%; }
.landing-breadcrumb { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 44px; color: #afc8df; font-size: .74rem; }
.landing-breadcrumb a { color: #d6e8f8; text-decoration: none; }
.landing-breadcrumb span:last-child { max-width: 440px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.landing-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); align-items: center; gap: 75px; }
.landing-hero h1 { max-width: 810px; margin-bottom: 24px; color: var(--white); font-size: clamp(3rem, 5.4vw, 5.25rem); hyphens: auto; overflow-wrap: anywhere; }
.landing-hero__lead { max-width: 760px; margin-bottom: 28px; color: #d4e6f5; font-size: clamp(1.12rem, 1.8vw, 1.36rem); line-height: 1.55; }
.landing-signals { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 34px; }
.landing-signals div { display: flex; gap: 7px; padding: 8px 11px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13); border-radius: 7px; font-size: .72rem; }
.landing-signals dt { color: #a9c7e2; font-weight: 700; }
.landing-signals dd { margin: 0; color: var(--white); font-weight: 850; }
.landing-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.landing-flow { padding: 29px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); box-shadow: 0 30px 75px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.landing-flow__image { margin: -17px -17px 23px; overflow: hidden; border-radius: calc(var(--radius) - 8px); background: var(--navy-950); aspect-ratio: 16 / 9; }
.landing-flow__image img { width: 100%; height: 100%; object-fit: cover; }
.landing-flow__label { margin-bottom: 18px; color: var(--yellow); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.landing-flow ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.landing-flow li { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.landing-flow li:last-child { border-bottom: 0; }
.landing-flow li > span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--navy-950); background: var(--yellow); border-radius: 50%; font-size: .65rem; font-weight: 900; }
.landing-flow b, .landing-flow small { display: block; }
.landing-flow b { color: var(--white); font-size: .95rem; }
.landing-flow small { color: #b8cee2; font-size: .72rem; }
.landing-local-nav { position: sticky; z-index: 50; top: 88px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); box-shadow: 0 10px 28px rgba(3,19,45,.05); backdrop-filter: blur(12px); }
.landing-local-nav .shell { display: flex; align-items: center; gap: 27px; min-height: 64px; overflow-x: auto; }
.landing-local-nav span, .landing-local-nav a { flex: 0 0 auto; font-size: .76rem; }
.landing-local-nav span { color: var(--muted); font-weight: 700; }
.landing-local-nav a { color: var(--navy-900); font-weight: 850; text-decoration: none; }
.landing-local-nav a:hover { color: var(--blue-700); }
.landing-layout { display: grid; grid-template-columns: minmax(0, 790px) minmax(270px, 320px); justify-content: center; gap: 80px; padding-top: 90px; padding-bottom: 120px; }
.landing-content { min-width: 0; color: #263b53; font-size: 1.04rem; line-height: 1.78; }
.landing-content > *:first-child { margin-top: 0; }
.landing-content > * + * { margin-top: 1.35em; }
.landing-content h2, .landing-content h3 { scroll-margin-top: 175px; }
.landing-content h2 { margin-top: 2.15em; padding-top: .25em; font-size: clamp(2.15rem, 3.6vw, 3.35rem); }
.landing-content h3 { margin-top: 1.8em; font-size: 1.52rem; }
.landing-content ul, .landing-content ol { padding-left: 1.25em; }
.landing-content li + li { margin-top: .52em; }
.landing-content a { color: var(--blue-700); text-underline-offset: 3px; }
.landing-content .usecase-intro { padding: 31px 34px; background: var(--blue-50); border-left: 5px solid var(--yellow); border-radius: 0 14px 14px 0; font-size: 1.08rem; }
.landing-content .usecase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 35px 0; }
.landing-content .usecase-grid > div { padding: 24px; background: var(--mist); border: 1px solid var(--line); border-radius: 13px; }
.landing-content .usecase-grid h3 { margin: 0 0 8px; font-size: 1.15rem; }
.landing-content .usecase-grid p:last-child { margin-bottom: 0; }
.landing-content .usecase-steps { display: grid; gap: 13px; margin: 35px 0; padding: 0; list-style: none; counter-reset: usecase-step; }
.landing-content .usecase-steps li { position: relative; min-height: 74px; margin: 0; padding: 17px 20px 17px 72px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; counter-increment: usecase-step; }
.landing-content .usecase-steps li::before { content: counter(usecase-step, decimal-leading-zero); position: absolute; left: 20px; top: 18px; color: var(--blue-700); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.landing-content .usecase-fit { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 38px 0; }
.landing-content .usecase-fit > div { padding: 27px; border-radius: 14px; }
.landing-content .usecase-fit > div:first-child { background: var(--blue-50); border: 1px solid #cbe4f8; }
.landing-content .usecase-fit > div:last-child { background: #fff9e7; border: 1px solid #f2df9c; }
.landing-content .usecase-fit h3 { margin-top: 0; }
.landing-content .usecase-faq { display: grid; gap: 10px; margin-top: 30px; }
.landing-content .usecase-faq details { padding: 0 20px; background: var(--white); border: 1px solid var(--line); border-radius: 11px; }
.landing-content .usecase-faq summary { padding: 18px 0; color: var(--navy-900); font-weight: 850; cursor: pointer; }
.landing-content .usecase-faq details > *:not(summary) { margin-top: 0; }
.landing-aside { position: sticky; top: 176px; align-self: start; }
.landing-aside > div { padding: 28px; border-radius: 16px; }
.landing-aside__primary { color: #c3d7ea; background: var(--navy-900); box-shadow: var(--shadow); }
.landing-aside__label { margin-bottom: 10px; color: var(--yellow); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.landing-contact-person { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 14px; align-items: center; margin: 17px 0 24px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.14); }
.landing-contact-person img { width: 64px; height: 64px; object-fit: cover; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; }
.landing-contact-person div { display: grid; min-width: 0; }
.landing-contact-person b { color: var(--white); font-size: .9rem; }
.landing-contact-person span { color: #c3d7ea; font-size: .72rem; }
.landing-contact-person a { margin-top: 4px; overflow: hidden; color: var(--yellow); font-size: .67rem; text-overflow: ellipsis; text-decoration: none; }
.landing-contact-person a:hover { color: var(--white); }
.landing-aside h2 { margin-bottom: 13px; font-size: 1.47rem; }
.landing-aside__primary h2 { color: var(--white); }
.landing-aside p, .landing-aside li { font-size: .82rem; }
.landing-aside ul { margin: 18px 0 24px; padding-left: 18px; }
.landing-aside .button { width: 100%; }
.landing-aside__tool { margin-top: 18px; background: var(--mist); border: 1px solid var(--line); }
.landing-aside__tool h2 { color: var(--navy-900); }
.landing-aside__tool span { display: block; margin-top: 14px; color: var(--blue-700); font-size: .7rem; font-weight: 850; }
.landing-final-cta { position: relative; padding: 85px 0; color: #c8daeb; background: var(--navy-950); overflow: hidden; }
.landing-final-cta::after { content: ""; position: absolute; width: 400px; height: 400px; right: -180px; bottom: -280px; border: 70px solid rgba(255,201,40,.055); border-radius: 50%; }
.landing-final-cta__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 85px; align-items: end; }
.landing-final-cta h2 { margin-bottom: 0; color: var(--white); font-size: clamp(2.3rem, 4vw, 3.8rem); }
.landing-final-cta p { margin-bottom: 24px; }

/* Services and use-case overview */
.services-hero { position: relative; padding: 165px 0 100px; color: var(--white); background: radial-gradient(circle at 82% 15%, #0e4d8d 0, #082c5c 29%, var(--navy-900) 65%, var(--navy-950) 100%); overflow: hidden; }
.services-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -280px; border: 90px solid rgba(255,201,40,.06); border-radius: 50%; }
.services-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .65fr); gap: 85px; align-items: end; }
.services-hero h1 { max-width: 880px; margin-bottom: 25px; color: var(--white); font-size: clamp(3rem, 5.7vw, 5.5rem); }
.services-hero__grid > div:first-child > p:last-child { max-width: 710px; margin-bottom: 0; color: #c6daed; font-size: 1.1rem; }
.services-hero__signal { display: grid; gap: 13px; padding: 29px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); box-shadow: 0 26px 65px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.services-hero__signal span { margin-bottom: 5px; color: var(--yellow); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.services-hero__signal strong { padding-top: 12px; color: var(--white); border-top: 1px solid rgba(255,255,255,.12); font-size: .92rem; }
.services-search { padding: 78px 0; background: var(--mist); border-bottom: 1px solid var(--line); }
.services-search__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr); gap: 80px; align-items: center; }
.services-search h2 { margin-bottom: 13px; font-size: clamp(2.2rem, 3.6vw, 3.5rem); }
.services-search__grid > div > p:last-child { margin-bottom: 0; color: var(--muted); }
.services-catalogue { background: var(--white); }
.usecase-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.usecase-card { position: relative; display: flex; flex-direction: column; min-height: 360px; padding: 32px; background: var(--mist); border: 1px solid var(--line); border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; overflow: hidden; }
.usecase-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--yellow); }
.usecase-card:hover { transform: translateY(-4px); border-color: #b9d3ea; box-shadow: var(--shadow); }
.usecase-card__meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 23px; }
.usecase-card__meta span { padding: 6px 9px; color: var(--blue-700); background: var(--white); border: 1px solid var(--line); border-radius: 6px; font-size: .66rem; font-weight: 850; }
.usecase-card h3 { margin-bottom: 14px; font-size: 1.5rem; }
.usecase-card h3 a { text-decoration: none; }
.usecase-card > p { color: var(--muted); font-size: .88rem; }
.usecase-card .usecase-card__process { margin-bottom: 10px; color: var(--blue-700); font-size: .72rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.usecase-card .text-link { margin-top: auto; padding-top: 22px; }
.services-empty { padding: 42px; background: var(--mist); border: 1px solid var(--line); border-radius: 18px; }
.services-empty p { margin-bottom: 0; color: var(--muted); }
.services-sales-cta { position: relative; padding: 95px 0; color: #c6daed; background: var(--navy-950); overflow: hidden; }
.services-sales-cta::after { content: ""; position: absolute; width: 420px; height: 420px; right: -190px; bottom: -270px; border: 72px solid rgba(255,201,40,.055); border-radius: 50%; }
.services-sales-cta__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr); gap: 100px; align-items: center; }
.services-sales-cta h2 { max-width: 760px; color: var(--white); }
.services-sales-cta__copy > p:not(.eyebrow) { max-width: 730px; margin-bottom: 30px; }
.services-sales-person { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 22px; align-items: center; padding: 22px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; }
.services-sales-person img { width: 112px; height: 112px; object-fit: cover; object-position: center 24%; border: 3px solid rgba(255,255,255,.2); border-radius: 14px; }
.services-sales-person h3 { margin-bottom: 6px; color: var(--white); }
.services-sales-person p { margin-bottom: 8px; color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.services-sales-person a { color: var(--white); font-size: .78rem; text-decoration: none; }

@media (max-width: 1040px) {
  .magazine-hero__grid { grid-template-columns: 1fr; gap: 45px; }
  .magazine-hero .insight-search { max-width: 620px; }
  .featured-insight { grid-template-columns: 1fr; }
  .featured-insight__image { min-height: 390px; }
  .insight-grid { grid-template-columns: repeat(2, 1fr); }
  .insights-overview { grid-template-columns: 1fr; }
  .insight-sidebar__inner { position: static; max-height: none; }
  .sidebar-categories { grid-template-columns: repeat(2, 1fr); gap: 0 24px; }
  .category-shelf__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-layout { grid-template-columns: minmax(0, 720px); }
  .article-sidebar-stack { position: static; max-height: none; overflow: visible; }
  .article-aside > div { position: static; }
  .landing-hero__grid { grid-template-columns: 1fr; }
  .landing-flow { max-width: 650px; }
  .landing-layout { grid-template-columns: minmax(0, 760px); }
  .landing-aside { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .landing-aside__tool { margin-top: 0; }
	.services-hero__grid, .services-sales-cta__inner { grid-template-columns: 1fr; gap: 46px; }
	.services-hero__signal { max-width: 620px; }
	.usecase-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.services-sales-person { max-width: 510px; }
}

@media (max-width: 620px) {
  .magazine-hero { padding: 135px 0 70px; }
  .magazine-hero h1, .archive-hero h1, .article-hero h1 { font-size: clamp(2.35rem, 11vw, 3.2rem); hyphens: none; }
  .insight-search { padding: 20px; }
  .insight-search > div { grid-template-columns: 1fr; gap: 8px; }
  .insight-search input, .insight-search button { border-radius: 8px; }
  .insight-search button { height: 48px; }
  .category-bar__inner { min-height: 68px; }
  .insight-listing { padding-top: 65px; }
  .featured-insight { margin-bottom: 65px; }
  .featured-insight__image { min-height: 260px; }
  .featured-insight__body { padding: 30px 24px 34px; }
  .insight-listing__heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .insight-grid { grid-template-columns: 1fr; }
  .sidebar-categories { grid-template-columns: 1fr; }
  .category-shelves__intro { margin-bottom: 48px; }
  .category-shelf + .category-shelf { margin-top: 68px; }
  .category-shelf__header { align-items: flex-start; flex-direction: column; }
  .category-shelf__grid, .insights-overview--archive .insight-grid--archive { grid-template-columns: 1fr; }
  .archive-hero { padding: 135px 0 65px; }
  .article-hero { padding: 125px 0 75px; }
  .article-hero__back { margin-bottom: 32px; }
  .article-cover { width: calc(100% - 20px); margin-top: -30px; border-width: 6px; }
  .article-layout { gap: 55px; padding-top: 60px; padding-bottom: 80px; }
  .article-content { font-size: 1.04rem; }
  .article-content h2 { font-size: 1.9rem; }
  .author-box { grid-template-columns: 1fr; margin-top: 60px; padding: 25px; }
  .author-box__mark { min-height: 105px; }
  .related-insights__heading { align-items: flex-start; flex-direction: column; }
  .landing-hero { padding: 116px 0 68px; }
  .landing-breadcrumb { margin-bottom: 32px; }
  .landing-hero h1 { font-size: clamp(2.35rem, 11vw, 3.3rem); }
  .landing-hero__actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .landing-flow { padding: 22px; }
  .landing-local-nav { top: 78px; }
  .landing-local-nav .shell { gap: 20px; }
  .landing-layout { gap: 55px; padding-top: 62px; padding-bottom: 80px; }
  .landing-content .usecase-grid, .landing-content .usecase-fit, .landing-aside { grid-template-columns: 1fr; }
  .landing-content .usecase-intro { padding: 25px 24px; }
  .landing-final-cta { padding: 70px 0; }
  .landing-final-cta__inner { grid-template-columns: 1fr; gap: 32px; }
	.services-hero { padding: 125px 0 72px; }
	.services-hero h1 { font-size: clamp(2.35rem, 11vw, 3.3rem); }
	.services-hero__signal { padding: 23px; }
	.services-search { padding: 65px 0; }
	.services-search__grid { grid-template-columns: 1fr; gap: 35px; }
	.usecase-card-grid { grid-template-columns: 1fr; }
	.usecase-card { min-height: 0; padding: 27px 25px; }
	.services-sales-cta { padding: 72px 0; }
	.services-sales-person { grid-template-columns: 82px minmax(0, 1fr); gap: 16px; padding: 17px; }
	.services-sales-person img { width: 82px; height: 82px; }
}

@media (max-width: 1080px) {
  .hero__grid { grid-template-columns: 1fr .65fr; gap: 30px; }
  .process-card { width: 290px; }
  .process-card--front { right: 25px; }
  .process-card--middle { right: -5px; }
  .process-card--back { right: -30px; }
  .advantages__grid { gap: 70px; }
  .advantages__visual { transform: scale(.88); }
}

@media (max-width: 920px) {
  :root { --shell: min(100% - 38px, 720px); }
  .site-header { height: 78px; }
  .brand { width: 106px; height: 68px; }
  .brand img, .brand .custom-logo { width: 96px; }
  .nav-toggle { display: flex; align-items: center; gap: 12px; font-weight: 800; }
  .site-nav { position: fixed; inset: 78px 0 auto; display: grid; gap: 24px; padding: 34px max(24px, calc((100% - 720px) / 2)); background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 25px 45px rgba(0,0,0,.25); transform: translateY(-125%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; }
  .nav-open .site-nav { transform: translateY(0); visibility: visible; }
  .site-nav__list { display: grid; gap: 0; }
  .site-nav__list a { display: block; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1.05rem; }
  .site-nav .button { justify-self: start; }
  .nav-open .nav-toggle__icon i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle__icon i:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle__icon i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 146px 0 96px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { display: none; }
  .proof-strip__grid { grid-template-columns: 1fr; padding: 14px 0; }
  .proof-strip p { padding: 17px 26px; }
  .proof-strip p + p { border-left: 0; border-top: 1px solid var(--line); }
  .proof-strip p::before { top: 17px; }
  .proof-strip p:first-child::before { opacity: 0; }
  .section { padding: 90px 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 26px; }
  .about-story { grid-template-columns: 1fr; gap: 30px; }
  .service-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .service-card, .service-card--featured { min-height: 0; margin: 0; }
  .service-card > p { min-height: 0; }
  .process-focus__grid, .advantages__grid, .contact__inner { grid-template-columns: 1fr; gap: 60px; }
  .advantages__visual { min-height: 420px; order: 2; }
  .approach__steps { grid-template-columns: repeat(2, 1fr); gap: 50px 0; }
  .approach__steps::before { display: none; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .usecase-finder__grid { grid-template-columns: 1fr; gap: 38px; }
	.services-search__grid { grid-template-columns: 1fr; gap: 38px; }
	.service-overview-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 32px); }
  body { font-size: 16px; }
  h1 { font-size: clamp(2.25rem, 10vw, 2.9rem); hyphens: none; overflow-wrap: normal; }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .nav-toggle__label { display: none; }
  .hero { padding-top: 130px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .button { width: 100%; }
  .site-nav .button { width: 100%; }
  .section { padding: 75px 0; }
  .section-heading { margin-bottom: 42px; }
  .service-card { padding: 35px 25px 30px; }
  .process-focus__grid { gap: 42px; }
  .process-list article { grid-template-columns: 40px 1fr; gap: 10px; }
  .advantages__visual { min-height: 345px; transform: scale(.78); margin: -35px; }
  .approach__steps { grid-template-columns: 1fr; gap: 34px; }
  .approach__steps li { padding: 0 16px; }
  .team__grid { grid-template-columns: 1fr; }
  .about-story { margin-bottom: 65px; padding-bottom: 60px; }
  .about-story__facts { grid-template-columns: 1fr; }
  .person-card__body { padding: 25px 24px 27px; }
  .contact { padding: 80px 0; }
  .contact__sun { width: 36px; height: 36px; top: 28px; right: 9%; }
  .contact__inner { gap: 35px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 35px; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .entry { padding: 27px 22px; }
  .usecase-finder { padding: 68px 0; }
  .usecase-finder__search { padding: 21px; }
  .usecase-finder__input { grid-template-columns: 1fr; gap: 8px; }
  .usecase-finder__input input, .usecase-finder__input button { height: 50px; border: 1px solid var(--line); border-radius: 8px; }
  .usecase-finder__input button { border-color: var(--yellow); }
  .usecase-finder__results { top: 148px; left: 21px; right: 21px; }
	.service-overview-cta { margin-top: 32px; padding: 25px 22px; }
}

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