:root {
  --ink: #132238;
  --night: #0b1f33;
  --night-soft: #112c48;
  --blue: #2673d2;
  --blue-dark: #155bb3;
  --purple: #6657df;
  --cyan: #5bc8c0;
  --cyan-soft: #dff7f4;
  --muted: #627188;
  --line: #dfe6ef;
  --soft: #f4f7fb;
  --white: #fff;
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); -webkit-font-smoothing: antialiased; }
body, button, a { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
a { color: inherit; }
img { max-width: 100%; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.landing-shell { width: 100%; min-width: 320px; overflow: hidden; }
.landing-container { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }

.landing-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; border-bottom: 1px solid rgb(255 255 255 / 12%); color: var(--white); }
.header-inner { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand > img { width: 28px; height: 35px; object-fit: contain; }
.brand-wordmark { display: grid; line-height: 1; }
.brand-wordmark strong { font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.brand-wordmark small { margin-top: 6px; color: #aebacf; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.landing-nav { display: flex; align-items: center; gap: 25px; }
.landing-nav > a { color: #c5d0df; font-size: 14px; font-weight: 650; text-decoration: none; }
.landing-nav > a:hover { color: var(--white); }
.nav-actions { display: flex; align-items: center; margin-left: 4px; }
.btn-primary, .btn-secondary, .btn-white, .btn-link, .product-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.btn-primary { min-height: 44px; padding: 0 19px; border-radius: 8px; background: var(--blue); color: var(--white); font-size: 14px; font-weight: 750; box-shadow: 0 12px 28px rgb(14 82 163 / 30%); }
.btn-primary:hover { background: #3783dd; transform: translateY(-1px); }
.btn-large { min-height: 54px; padding: 0 24px; }
.btn-link { color: var(--white); font-size: 14px; font-weight: 700; }
.btn-link:hover { color: var(--cyan); }
.btn-white { min-height: 50px; padding: 0 22px; border-radius: 8px; background: var(--white); color: var(--blue-dark); font-size: 14px; font-weight: 800; }
.btn-white:hover { transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--white); cursor: pointer; gap: 5px; }
.menu-toggle span { display: block; width: 22px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 770px; padding: 154px 0 104px; overflow: hidden; background: radial-gradient(circle at 80% 18%, rgb(38 115 210 / 28%), transparent 34%), radial-gradient(circle at 17% 85%, rgb(91 200 192 / 12%), transparent 30%), var(--night); color: var(--white); }
.hero::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgb(255 255 255 / 2.8%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 2.8%) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.hero::after { position: absolute; right: -180px; bottom: -300px; width: 620px; height: 620px; border: 1px solid rgb(91 200 192 / 18%); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgb(91 200 192 / 2.5%), 0 0 0 140px rgb(91 200 192 / 1.8%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 74px; }
.hero-copy { max-width: 600px; }
.eyebrow, .section-kicker, .product-category { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #b9d8ff; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgb(91 200 192 / 13%); }
.hero h1 { max-width: 660px; margin: 0 0 24px; font-size: clamp(50px, 5.1vw, 74px); font-weight: 760; line-height: 1.02; letter-spacing: -.05em; }
.hero-copy > p { max-width: 580px; margin-bottom: 31px; color: #b8c5d6; font-size: 18px; line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 29px; color: #9eacc1; font-size: 13px; }
.hero-facts span { display: inline-flex; align-items: center; gap: 7px; }
.hero-facts .icon { width: 17px; height: 17px; color: var(--cyan); stroke-width: 2.2; }
.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.hero-visual::before { position: absolute; inset: 3% 2% 1% 7%; border: 1px solid rgb(255 255 255 / 11%); border-radius: 46% 54% 54% 46% / 48% 42% 58% 52%; background: rgb(255 255 255 / 3.5%); content: ""; box-shadow: 0 35px 100px rgb(0 0 0 / 20%); transform: rotate(-3deg); }
.hero-art { position: relative; z-index: 1; width: min(100%, 570px); filter: drop-shadow(0 28px 38px rgb(0 0 0 / 18%)); }
.hero-art img { display: block; width: 100%; }
.hero-note { position: absolute; z-index: 3; display: grid; min-width: 215px; padding: 14px 17px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 9px; background: rgb(12 35 58 / 95%); box-shadow: 0 18px 38px rgb(0 0 0 / 28%); }
.hero-note::before { position: absolute; top: 18px; left: -5px; width: 10px; height: 10px; border: 3px solid rgb(91 200 192 / 32%); border-radius: 50%; background: var(--cyan); content: ""; box-shadow: 0 0 0 5px rgb(91 200 192 / 10%); }
.hero-note small { margin-bottom: 4px; color: #8fa0b7; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero-note strong { font-size: 12px; }
.hero-note-top { top: 64px; right: 6px; }
.hero-note-bottom { right: -10px; bottom: 28px; min-width: 260px; }

.capability-bar { border-bottom: 1px solid var(--line); background: var(--white); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.capability-grid a { display: flex; min-height: 112px; align-items: center; gap: 14px; padding: 0 23px; border-right: 1px solid var(--line); color: var(--blue); text-decoration: none; }
.capability-grid a:first-child { border-left: 1px solid var(--line); }
.capability-grid a:hover { background: #f9fbfe; }
.capability-grid span { display: grid; color: var(--muted); font-size: 12px; line-height: 1.45; }
.capability-grid strong { color: var(--ink); font-size: 14px; }

.section { padding: 112px 0; }
.offer-intro { padding-bottom: 78px; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .7fr; align-items: end; gap: 110px; }
.intro-grid h2, .section-heading h2, .method-copy h2 { margin: 14px 0 0; color: var(--ink); font-size: clamp(38px, 3.75vw, 54px); font-weight: 750; line-height: 1.1; letter-spacing: -.045em; }
.intro-copy p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.76; }
.intro-copy p + p { margin-top: 15px; }

.work-models { padding: 0 0 112px; background: var(--white); }
.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.model-grid article { position: relative; min-height: 435px; padding: 34px 34px 38px; border-right: 1px solid var(--line); }
.model-grid article:first-child { border-left: 1px solid var(--line); }
.model-grid article:hover { background: var(--soft); }
.model-number { position: absolute; top: 34px; right: 30px; color: #a4afbf; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.model-icon { width: 34px; height: 34px; color: var(--blue); }
.model-grid h3 { margin: 34px 0 14px; font-size: 25px; line-height: 1.18; letter-spacing: -.025em; }
.model-grid p { margin-bottom: 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.model-grid ul { display: grid; gap: 10px; margin: 0; padding: 18px 0 0; border-top: 1px solid var(--line); color: #48576c; font-size: 13px; list-style: none; }
.model-grid li { position: relative; padding-left: 17px; }
.model-grid li::before { position: absolute; left: 0; color: var(--cyan); content: "•"; font-weight: 900; }

.products-section { padding: 126px 0 134px; background: var(--soft); }
.section-heading { display: grid; grid-template-columns: 1.05fr .7fr; align-items: end; gap: 110px; margin-bottom: 48px; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.solutions-overview { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 84px; border-top: 1px solid #cfdae7; border-bottom: 1px solid #cfdae7; }
.solutions-overview a { display: grid; grid-template-columns: auto 1fr auto; min-height: 104px; align-items: center; gap: 18px; padding: 0 27px; color: inherit; text-decoration: none; transition: background .18s ease, color .18s ease; }
.solutions-overview a + a { border-left: 1px solid #cfdae7; }
.solutions-overview a:hover { background: var(--white); }
.solutions-overview a > span { color: #8a98aa; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.solutions-overview a > div { display: grid; gap: 5px; }
.solutions-overview strong { font-size: 17px; }
.solutions-overview small { color: var(--muted); font-size: 12px; }
.solutions-overview .icon { width: 18px; height: 18px; color: var(--blue); transition: transform .18s ease; }
.solutions-overview a:hover .icon { transform: translateX(4px); }
.solution-stories { display: grid; gap: 96px; }
.solution-story { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 30px 80px rgb(30 48 75 / 9%); scroll-margin-top: 28px; }
.solution-main { display: grid; grid-template-columns: .93fr 1.07fr; min-height: 560px; }
.solution-actas .solution-main { grid-template-columns: 1.07fr .93fr; }
.solution-actas .solution-copy { grid-column: 2; grid-row: 1; }
.solution-actas .solution-visual { grid-column: 1; grid-row: 1; }
.solution-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px 48px 50px; }
.product-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 29px; }
.product-brand img { width: 25px; height: 31px; }
.product-brand > span { display: grid; line-height: 1; }
.product-brand strong { font-size: 17px; }
.product-brand small { margin-top: 5px; color: #7c899b; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.solution-argus .product-category { color: var(--purple); }
.solution-actas .product-category { color: var(--blue); }
.solution-copy h3 { margin: 14px 0 19px; font-size: clamp(31px, 3vw, 43px); line-height: 1.08; letter-spacing: -.042em; }
.solution-copy > p { margin-bottom: 25px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.solution-fit { display: grid; gap: 7px; margin-bottom: 29px; padding: 17px 0 0; border-top: 1px solid var(--line); }
.solution-fit strong { font-size: 12px; letter-spacing: .03em; }
.solution-fit span { color: #536279; font-size: 13px; line-height: 1.55; }
.product-link { min-height: 48px; align-self: flex-start; padding: 0 20px; border-radius: 8px; background: var(--blue); color: var(--white); font-size: 14px; font-weight: 800; box-shadow: 0 12px 28px rgb(38 115 210 / 22%); }
.solution-argus .product-link { background: var(--purple); box-shadow: 0 12px 28px rgb(102 87 223 / 22%); }
.product-link:hover { color: var(--white); transform: translateY(-2px); filter: brightness(1.08); }
.product-link .icon { width: 17px; height: 17px; }
.solution-visual { position: relative; display: flex; align-items: center; padding: 54px 0 54px 46px; overflow: hidden; background: radial-gradient(circle at 75% 25%, rgb(102 87 223 / 26%), transparent 39%), var(--night); }
.solution-actas .solution-visual { padding: 54px 46px 54px 0; background: radial-gradient(circle at 25% 20%, rgb(38 115 210 / 29%), transparent 39%), var(--night); }
.solution-visual::before { position: absolute; inset: 0; background-image: linear-gradient(rgb(255 255 255 / 2.5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 2.5%) 1px, transparent 1px); background-size: 48px 48px; content: ""; }
.browser-frame { position: relative; z-index: 1; width: 109%; overflow: hidden; border: 1px solid rgb(255 255 255 / 20%); border-radius: 12px; background: var(--white); box-shadow: 0 32px 80px rgb(0 0 0 / 35%); }
.solution-argus .browser-frame { transform: perspective(1200px) rotateY(-3deg); transform-origin: left center; }
.solution-actas .browser-frame { margin-left: -9%; transform: perspective(1200px) rotateY(3deg); transform-origin: right center; }
.browser-bar { display: flex; height: 35px; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid #e4e8ef; background: #f4f6f9; }
.browser-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #cdd4de; }
.browser-bar > span:first-child { background: #ee7c73; }
.browser-bar > span:nth-child(2) { background: #edbd57; }
.browser-bar > span:nth-child(3) { background: #4bc27a; }
.browser-bar small { margin-left: 7px; color: #77859a; font-size: 10px; }
.browser-frame img { display: block; width: 100%; height: auto; }
.visual-note { position: absolute; z-index: 2; right: 27px; bottom: 27px; display: grid; max-width: 245px; gap: 5px; padding: 14px 17px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 9px; background: rgb(8 24 39 / 93%); box-shadow: 0 16px 32px rgb(0 0 0 / 25%); color: var(--white); }
.solution-actas .visual-note { right: auto; left: 27px; }
.visual-note small { color: #8fa1b9; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.visual-note strong { font-size: 12px; line-height: 1.4; }
.solution-value { display: grid; grid-template-columns: 1.18fr repeat(3, 1fr); border-top: 1px solid var(--line); background: #fbfcfe; }
.solution-value > div { min-height: 154px; padding: 28px 25px; border-right: 1px solid var(--line); }
.solution-value > div:last-child { border-right: 0; }
.value-label { display: flex; flex-direction: column; justify-content: center; padding-left: 46px !important; }
.value-label small { margin-bottom: 8px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.value-label strong { max-width: 235px; font-size: 18px; line-height: 1.3; }
.value-item { display: flex; gap: 12px; }
.value-item > span { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; background: #e8eef6; color: #66809e; font-size: 9px; font-weight: 800; }
.solution-argus .value-item > span { background: #eeebff; color: var(--purple); }
.solution-actas .value-item > span { background: #e6f1ff; color: var(--blue); }
.value-item strong { display: block; margin: 4px 0 8px; font-size: 13px; line-height: 1.35; }
.value-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.method-section { background: var(--white); }
.method-grid { display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: 105px; }
.method-copy > p { max-width: 530px; margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.method-list { margin: 0; padding: 0; list-style: none; }
.method-list li { display: flex; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.method-list li:first-child { border-top: 1px solid var(--line); }
.method-list li > span { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border: 1px solid #bad2ef; border-radius: 50%; color: var(--blue); font-size: 11px; font-weight: 800; }
.method-list strong { font-size: 16px; }
.method-list p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.contact-section { padding: 112px 0; background: var(--blue); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .76fr 1.24fr; align-items: start; gap: 90px; }
.contact-copy { position: sticky; top: 45px; padding-top: 20px; }
.contact-copy > span { color: #cce2ff; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-copy h2 { margin: 13px 0 18px; font-size: clamp(40px, 4vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
.contact-copy > p { max-width: 520px; margin: 0; color: #d7e8fb; font-size: 16px; line-height: 1.72; }
.contact-alternative { display: grid; gap: 13px; justify-items: start; margin-top: 34px; padding-top: 27px; border-top: 1px solid rgb(255 255 255 / 20%); }
.contact-alternative small { color: #cce2ff; font-size: 12px; }
.hubspot-form-card { position: relative; min-height: 718px; overflow: hidden; padding: 34px 36px; border: 1px solid rgb(255 255 255 / 22%); border-radius: 18px; background: var(--white); box-shadow: 0 30px 80px rgb(10 48 96 / 28%); color: var(--ink); }
.hubspot-form-card::after { position: absolute; z-index: 2; right: 36px; bottom: 34px; left: 36px; height: 48px; background: var(--white); content: ""; pointer-events: none; }
.hs-form-frame { width: 100%; min-height: 650px; }

.landing-footer { padding: 54px 0 25px; background: #081827; color: var(--white); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 36px; border-bottom: 1px solid rgb(255 255 255 / 10%); }
.footer-brand .brand-wordmark small { color: #8394a9; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 25px; }
.footer-main nav a { color: #a8b5c5; font-size: 13px; text-decoration: none; }
.footer-main nav a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 23px; color: #77899f; font-size: 11px; }

@media (max-width: 1080px) {
  .landing-nav { gap: 17px; }
  .hero-grid { gap: 42px; }
  .hero-note-top { right: 0; }
  .hero-note-bottom { right: 0; }
  .capability-grid a { padding: 0 16px; }
  .intro-grid { gap: 70px; }
  .model-grid article { padding: 30px 25px 34px; }
  .section-heading { gap: 65px; }
  .solution-copy { padding: 46px 36px 44px; }
  .solution-value > div { padding: 25px 18px; }
  .value-label { padding-left: 34px !important; }
  .method-grid { gap: 65px; }
}

@media (max-width: 900px) {
  .landing-container { width: min(100% - 40px, 760px); }
  .landing-header { background: rgb(11 31 51 / 94%); backdrop-filter: blur(14px); }
  .header-inner { min-height: 72px; }
  .menu-toggle { z-index: 2; display: grid; padding: 9px; }
  .landing-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 14px 20px 22px; border-top: 1px solid rgb(255 255 255 / 8%); background: #0b1f33; box-shadow: 0 20px 35px rgb(0 0 0 / 22%); }
  .landing-nav.is-open { display: grid; }
  .landing-nav > a { padding: 13px 4px; border-bottom: 1px solid rgb(255 255 255 / 8%); }
  .nav-actions { margin: 14px 0 0; }
  .nav-actions .btn-primary { width: 100%; }
  .hero { padding-top: 126px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero h1 { max-width: 760px; }
  .hero-visual { min-height: 470px; }
  .hero-art { width: min(100%, 520px); }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-grid a:nth-child(odd) { border-left: 1px solid var(--line); }
  .capability-grid a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro-grid, .method-grid, .section-heading { grid-template-columns: 1fr; gap: 48px; }
  .model-grid { grid-template-columns: 1fr; }
  .model-grid article { min-height: auto; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .model-grid article:last-child { border-bottom: 0; }
  .section-heading { gap: 22px; }
  .section-heading > p { max-width: 650px; }
  .solution-main, .solution-actas .solution-main { grid-template-columns: 1fr; }
  .solution-actas .solution-copy, .solution-actas .solution-visual { grid-column: auto; grid-row: auto; }
  .solution-actas .solution-copy { grid-row: 1; }
  .solution-visual, .solution-actas .solution-visual { min-height: 430px; padding: 48px 0 48px 42px; }
  .solution-actas .browser-frame { margin-left: 0; }
  .solution-value { grid-template-columns: 1fr 1fr; }
  .solution-value > div { border-bottom: 1px solid var(--line); }
  .solution-value > div:nth-child(even) { border-right: 0; }
  .solution-value > div:nth-last-child(-n+2) { border-bottom: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-copy { position: static; max-width: 720px; padding-top: 0; }
}

@media (max-width: 640px) {
  .landing-container { width: calc(100% - 32px); }
  .brand-wordmark strong { font-size: 19px; }
  .brand-wordmark small { font-size: 7px; }
  .hero { min-height: auto; padding: 118px 0 75px; }
  .hero h1 { font-size: clamp(42px, 13vw, 56px); }
  .hero-copy > p { font-size: 16px; line-height: 1.62; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .btn-primary.btn-large { width: 100%; }
  .btn-link { align-self: flex-start; }
  .hero-facts { display: grid; }
  .hero-visual { min-height: 380px; margin-top: 5px; }
  .hero-note { min-width: 185px; padding: 12px 14px; }
  .hero-note-top { top: 12px; right: 0; }
  .hero-note-bottom { right: 0; bottom: 8px; min-width: 225px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid a { min-height: 88px; border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
  .capability-grid a:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .offer-intro { padding-bottom: 58px; }
  .intro-grid h2, .section-heading h2, .method-copy h2 { font-size: 37px; }
  .work-models { padding-bottom: 78px; }
  .model-grid article { padding: 29px 25px 32px; }
  .products-section { padding: 82px 0; }
  .solutions-overview { grid-template-columns: 1fr; margin-bottom: 58px; }
  .solutions-overview a { min-height: 88px; padding: 0 18px; }
  .solutions-overview a + a { border-top: 1px solid #cfdae7; border-left: 0; }
  .solution-stories { gap: 64px; }
  .solution-story { border-radius: 15px; }
  .solution-copy { padding: 34px 25px 37px; }
  .solution-copy h3 { font-size: 31px; }
  .solution-visual, .solution-actas .solution-visual { min-height: 265px; padding: 30px 0 30px 22px; }
  .solution-actas .solution-visual { padding-right: 22px; }
  .browser-frame { width: 112%; }
  .solution-actas .browser-frame { width: 112%; }
  .browser-bar { height: 29px; }
  .browser-bar small { font-size: 8px; }
  .visual-note { right: 16px; bottom: 16px; max-width: 215px; }
  .solution-actas .visual-note { right: 16px; left: auto; }
  .solution-value { grid-template-columns: 1fr; }
  .solution-value > div { min-height: auto; padding: 23px 25px; border-right: 0; border-bottom: 1px solid var(--line); }
  .solution-value > div:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .solution-value > div:last-child { border-bottom: 0; }
  .value-label { padding-left: 25px !important; }
  .value-label strong { max-width: none; }
  .method-grid { gap: 38px; }
  .contact-section { padding: 72px 0; }
  .contact-copy h2 { font-size: 40px; }
  .hubspot-form-card { min-height: 790px; padding: 24px 20px; border-radius: 13px; }
  .hubspot-form-card::after { right: 20px; bottom: 24px; left: 20px; height: 52px; }
  .hs-form-frame { min-height: 740px; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-main nav { justify-content: flex-start; gap: 17px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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