.sw2030-page {
  --sw-ink: #0b1220;
  --sw-muted: #5c6778;
  --sw-line: #dfe5eb;
  --sw-paper: #f6f8fa;
  --sw-white: #fff;
  --sw-navy: #07111f;
  --sw-navy-2: #0c1b2d;
  --sw-cyan: #13d8c5;
  --sw-blue: #3478f6;
  --sw-violet: #8e6cf4;
  --sw-lime: #a8e063;
  color: var(--sw-ink);
  background: var(--sw-white);
  overflow: clip;
}

.sw2030-page *, .sw2030-page *::before, .sw2030-page *::after { box-sizing: border-box; }
.sw2030-page a { text-underline-offset: .2em; }
.sw2030-page h1, .sw2030-page h2, .sw2030-page h3, .sw2030-page p { margin-top: 0; }
.sw2030-page section[id] { scroll-margin-top: 100px; }

.sw2030-hero {
  position: relative;
  min-height: 720px;
  padding: 50px 0 72px;
  background:
    linear-gradient(90deg, rgba(11, 18, 32, .035) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(rgba(11, 18, 32, .035) 1px, transparent 1px) 0 0 / 48px 48px,
    radial-gradient(circle at 80% 30%, rgba(19, 216, 197, .14), transparent 30%),
    linear-gradient(145deg, #fbfcfd 0%, #f2f7f8 100%);
  isolation: isolate;
}

.sw2030-hero__glow {
  position: absolute; width: 520px; height: 520px; right: -220px; top: -240px;
  border: 1px solid rgba(52,120,246,.15); border-radius: 50%; pointer-events: none;
}
.sw2030-hero__glow::before, .sw2030-hero__glow::after { content: ""; position: absolute; inset: 70px; border: inherit; border-radius: inherit; }
.sw2030-hero__glow::after { inset: 145px; border-color: rgba(19,216,197,.25); }

.sw2030-hero__grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(500px, 1.07fr); gap: 66px; align-items: center; }
.sw2030-crumb { margin-bottom: 56px; color: #687383; font-size: 13px; }
.sw2030-crumb a { color: inherit; text-decoration: none; }
.sw2030-crumb a:hover { color: var(--sw-blue); }

.sw2030-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #21766f; font-size: 12px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.sw2030-kicker i { width: 28px; height: 2px; background: linear-gradient(90deg, var(--sw-blue), var(--sw-cyan)); border-radius: 10px; }
.sw2030-hero h1 { max-width: 720px; margin-bottom: 24px; color: var(--sw-ink); font-size: clamp(43px, 4.25vw, 67px); line-height: 1.07; letter-spacing: -.047em; font-weight: 790; }
.sw2030-hero h1 em { color: transparent; background: linear-gradient(95deg, #137bca, #0d9b8e 65%, #7557de); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.sw2030-hero__lead { max-width: 650px; margin-bottom: 31px; color: var(--sw-muted); font-size: 18px; line-height: 1.72; }
.sw2030-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 38px; }
.sw2030-btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 750; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; cursor: pointer; }
.sw2030-btn:hover { transform: translateY(-2px); }
.sw2030-btn--primary { color: #fff; background: linear-gradient(110deg, #176ed8, #0d9b8e); box-shadow: 0 12px 30px rgba(21, 111, 203, .22); }
.sw2030-btn--primary:hover { color: #fff; box-shadow: 0 16px 34px rgba(21, 111, 203, .3); }
.sw2030-btn--ghost { color: var(--sw-ink); border-color: #cfd8e0; background: rgba(255,255,255,.66); }
.sw2030-btn--ghost:hover { color: #176ed8; border-color: #9bb8d6; }
.sw2030-principles { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; margin: 0; padding: 0; list-style: none; border-top: 1px solid #d7e0e6; }
.sw2030-principles li { display: flex; gap: 11px; align-items: center; padding: 17px 15px 0 0; color: #525f6f; font-size: 12px; line-height: 1.45; }
.sw2030-principles b { color: #0d9488; font-size: 11px; letter-spacing: .08em; }

.sw2030-console { position: relative; border: 1px solid rgba(173, 192, 207, .75); border-radius: 14px; background: #fff; box-shadow: 0 32px 80px rgba(22, 45, 72, .16), 0 4px 12px rgba(22,45,72,.05); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.sw2030-console::before { content: ""; position: absolute; z-index: -1; inset: 34px -24px -28px 30px; border-radius: 20px; background: linear-gradient(140deg, rgba(52,120,246,.16), rgba(19,216,197,.12)); filter: blur(1px); }
.sw2030-console__bar { display: flex; align-items: center; gap: 6px; min-height: 38px; padding: 0 13px; border-bottom: 1px solid #e3e8ed; background: #f7f9fb; border-radius: 14px 14px 0 0; }
.sw2030-console__bar > span { width: 7px; height: 7px; border-radius: 50%; background: #c4ccd5; }
.sw2030-console__bar > span:first-child { background: #ff785e; }
.sw2030-console__bar > span:nth-child(2) { background: #ffcb4c; }
.sw2030-console__bar > span:nth-child(3) { background: #42d094; }
.sw2030-console__bar small { margin-left: 7px; color: #7f8b99; font: 9px/1 ui-monospace, monospace; letter-spacing: .03em; }
.sw2030-console__bar b { margin-left: auto; color: #168d72; font: 8px/1 ui-monospace, monospace; letter-spacing: .08em; }
.sw2030-console__body { display: grid; grid-template-columns: 54px 1fr; min-height: 453px; }
.sw2030-console aside { display: flex; align-items: center; flex-direction: column; gap: 19px; padding: 17px 0; border-right: 1px solid #e6ebef; background: #0b1727; border-radius: 0 0 0 14px; }
.sw2030-console aside strong { margin-bottom: 7px; color: #fff; font-size: 11px; letter-spacing: -.03em; }
.sw2030-console aside strong span { color: var(--sw-cyan); }
.sw2030-console aside i { position: relative; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 6px; }
.sw2030-console aside i::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(255,255,255,.35); border-radius: 2px; }
.sw2030-console aside i.is-active { border-color: var(--sw-cyan); background: rgba(19,216,197,.14); }
.sw2030-console__main { min-width: 0; padding: 22px; background: #fbfcfd; border-radius: 0 0 14px; }
.sw2030-console__head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 19px; }
.sw2030-console__head div { display: grid; gap: 5px; }
.sw2030-console__head small { color: #84909c; font: 8px/1 ui-monospace, monospace; letter-spacing: .12em; }
.sw2030-console__head strong { font-size: 18px; }
.sw2030-console__head > span { padding: 6px 9px; color: #637080; border: 1px solid #e0e6ea; border-radius: 5px; background: #fff; font: 8px/1 ui-monospace, monospace; }
.sw2030-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 13px; }
.sw2030-metrics div { display: grid; padding: 14px; border: 1px solid #e1e7eb; border-radius: 8px; background: #fff; }
.sw2030-metrics small { color: #788593; font-size: 9px; }
.sw2030-metrics strong { margin: 5px 0 4px; font-size: 21px; letter-spacing: -.04em; }
.sw2030-metrics i { color: #148679; font-size: 8px; font-style: normal; }
.sw2030-workflow { display: grid; grid-template-columns: 1fr 13px 1fr 13px 1fr 13px 1fr; align-items: center; min-height: 190px; padding: 18px; border: 1px solid #e0e7eb; border-radius: 9px; background: linear-gradient(rgba(11,18,32,.025) 1px, transparent 1px) 0 0 / 100% 25%, #fff; }
.sw2030-workflow > div { display: flex; min-width: 0; min-height: 96px; align-items: center; justify-content: center; flex-direction: column; padding: 9px 5px; border: 1px solid #dce4e9; border-radius: 7px; background: #fff; box-shadow: 0 6px 16px rgba(31,49,68,.06); text-align: center; }
.sw2030-workflow > div:nth-of-type(3) { border-color: rgba(19,216,197,.7); box-shadow: 0 7px 20px rgba(19,216,197,.13); }
.sw2030-workflow span { display: grid; width: 21px; height: 21px; place-items: center; margin-bottom: 8px; color: #fff; border-radius: 50%; background: #1b75d0; font-size: 7px; }
.sw2030-workflow b { font-size: 9px; }
.sw2030-workflow small { margin-top: 4px; color: #7d8895; font-size: 7px; }
.sw2030-workflow > i { height: 1px; background: linear-gradient(90deg, #9eb4c6, var(--sw-cyan)); }
.sw2030-console__bottom { display: flex; gap: 8px; margin-top: 12px; }
.sw2030-console__bottom span { display: flex; align-items: center; gap: 5px; color: #778593; font: 7px/1 ui-monospace, monospace; }
.sw2030-console__bottom i { width: 5px; height: 5px; border-radius: 50%; background: #24c79b; box-shadow: 0 0 0 3px rgba(36,199,155,.1); }

.sw2030-trust { border-top: 1px solid #e1e6ea; border-bottom: 1px solid #e1e6ea; background: #fff; }
.sw2030-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.sw2030-trust__grid > div { display: grid; gap: 4px; padding: 23px 24px; border-left: 1px solid #e4e9ed; }
.sw2030-trust__grid > div:last-child { border-right: 1px solid #e4e9ed; }
.sw2030-trust strong { color: #1d344d; font-size: 14px; }
.sw2030-trust span { color: #71808f; font-size: 11px; }

.sw2030-section { padding: 104px 0; }
.sw2030-heading { max-width: 790px; margin-bottom: 52px; }
.sw2030-heading h2, .sw2030-answer h2, .sw2030-quality h2, .sw2030-final h2 { margin-bottom: 19px; font-size: clamp(34px, 3.3vw, 52px); line-height: 1.12; letter-spacing: -.043em; }
.sw2030-heading > p:last-child { max-width: 720px; margin-bottom: 0; color: var(--sw-muted); font-size: 16px; line-height: 1.75; }
.sw2030-heading--light h2 { color: #fff; }
.sw2030-heading--light > p:last-child { color: #aebdca; }

.sw2030-answer { background: #fff; }
.sw2030-answer__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.sw2030-answer h2 { max-width: 500px; }
.sw2030-answer__grid > div:last-child { padding-left: 32px; border-left: 2px solid #0e9d91; }
.sw2030-answer__grid > div:last-child p { color: #4e5c6c; font-size: 17px; line-height: 1.8; }
.sw2030-answer__grid > div:last-child p:last-child { margin-bottom: 0; }
.sw2030-answer__grid strong { color: #0b736b; }

.sw2030-flow { position: relative; color: #fff; background:
  radial-gradient(circle at 50% 50%, rgba(19,216,197,.1), transparent 30%),
  linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px) 0 0 / 44px 44px,
  linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px) 0 0 / 44px 44px,
  var(--sw-navy); }
.sw2030-flow .sw2030-kicker, .sw2030-process .sw2030-kicker { color: #67e3d4; }
.sw2030-flowmap { display: grid; grid-template-columns: 1fr 35px 1fr 35px 1.25fr 35px 1fr 35px 1fr; align-items: center; }
.sw2030-flowmap article { position: relative; display: flex; min-height: 166px; align-items: center; justify-content: center; flex-direction: column; padding: 20px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.04); text-align: center; }
.sw2030-flowmap article > span { margin-bottom: 20px; color: #6cded0; font: 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.sw2030-flowmap article > b { margin-bottom: 8px; color: #fff; font-size: 15px; }
.sw2030-flowmap article > small { color: #91a3b3; font-size: 9px; line-height: 1.5; }
.sw2030-flowmap > i { position: relative; height: 1px; background: rgba(103,227,212,.5); }
.sw2030-flowmap > i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid #67e3d4; border-right: 1px solid #67e3d4; transform: rotate(45deg); }
.sw2030-flowmap article.is-core { min-height: 218px; border-color: rgba(19,216,197,.7); background: linear-gradient(145deg, rgba(52,120,246,.15), rgba(19,216,197,.1)); box-shadow: 0 0 0 8px rgba(19,216,197,.035), 0 28px 60px rgba(0,0,0,.24); }
.sw2030-flowmap article.is-core::before { content: ""; position: absolute; inset: 10px; border: 1px dashed rgba(103,227,212,.25); border-radius: 7px; }
.sw2030-flowmap article.is-core > b { font-size: 21px; }

.sw2030-capabilities { background: var(--sw-paper); }
.sw2030-cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #dce3e8; border-left: 1px solid #dce3e8; }
.sw2030-cap-grid article { position: relative; min-height: 390px; padding: 35px 32px 31px; border-right: 1px solid #dce3e8; border-bottom: 1px solid #dce3e8; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.sw2030-cap-grid article:hover { z-index: 1; transform: translateY(-5px); box-shadow: 0 22px 50px rgba(31,55,77,.11); }
.sw2030-cap-grid article > span { position: absolute; top: 25px; right: 27px; color: #9ca8b2; font: 10px/1 ui-monospace, monospace; }
.sw2030-cap-icon { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 30px; color: #0d857b; border: 1px solid #b9ddd9; border-radius: 12px; background: #eefaf8; font: 700 10px/1 ui-monospace, monospace; }
.sw2030-cap-grid h3 { margin-bottom: 14px; font-size: 20px; letter-spacing: -.025em; }
.sw2030-cap-grid p { min-height: 76px; margin-bottom: 21px; color: #5e6b78; font-size: 13px; line-height: 1.72; }
.sw2030-cap-grid ul, .sw2030-fit__grid ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.sw2030-cap-grid li, .sw2030-fit__grid li { position: relative; padding-left: 17px; color: #4c5a69; font-size: 11px; }
.sw2030-cap-grid li::before, .sw2030-fit__grid li::before { content: ""; position: absolute; left: 0; top: .48em; width: 6px; height: 6px; border: 1px solid #0e9c90; border-radius: 50%; }

.sw2030-compare { background: #fff; }
.sw2030-compare__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.sw2030-compare .sw2030-heading { position: sticky; top: 110px; margin-bottom: 0; }
.sw2030-compare__table { overflow-x: auto; border: 1px solid #dce4e9; border-radius: 12px; box-shadow: 0 20px 50px rgba(31,55,77,.07); }
.sw2030-compare table { width: 100%; min-width: 620px; border-collapse: collapse; text-align: left; }
.sw2030-compare th, .sw2030-compare td { padding: 20px 18px; border-bottom: 1px solid #e4e9ed; font-size: 12px; line-height: 1.55; vertical-align: top; }
.sw2030-compare thead th { color: #fff; background: #0c1a2b; font-size: 11px; letter-spacing: .04em; }
.sw2030-compare thead th:last-child { background: linear-gradient(110deg, #1678c7, #0d958a); }
.sw2030-compare tbody th { width: 20%; color: #20344a; background: #f7f9fa; }
.sw2030-compare tbody td { color: #65717e; }
.sw2030-compare tbody td:last-child { color: #21475a; background: #f2fbfa; }
.sw2030-compare tbody tr:last-child > * { border-bottom: 0; }

.sw2030-process { color: #fff; background: var(--sw-navy-2); }
.sw2030-process__list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); list-style: none; }
.sw2030-process__list li { display: grid; grid-template-columns: 36px 1fr; gap: 17px; min-height: 205px; padding: 31px 27px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.sw2030-process__list li > span { color: #5edfd0; font: 10px/1.5 ui-monospace, monospace; }
.sw2030-process__list h3 { margin-bottom: 12px; color: #fff; font-size: 18px; }
.sw2030-process__list p { margin-bottom: 0; color: #9fb0bf; font-size: 12px; line-height: 1.72; }

.sw2030-quality { background: #eef4f5; }
.sw2030-quality__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 82px; align-items: center; }
.sw2030-quality__copy > p:not(.sw2030-kicker) { color: #5d6977; font-size: 15px; line-height: 1.78; }
.sw2030-quality__copy > a { display: inline-flex; gap: 15px; align-items: center; margin-top: 12px; color: #087e75; font-size: 12px; font-weight: 750; text-decoration: none; }
.sw2030-quality__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.sw2030-quality__cards article { min-height: 190px; padding: 25px; border: 1px solid #d5e0e4; border-radius: 10px; background: rgba(255,255,255,.76); }
.sw2030-quality__cards span { color: #0d958a; font: 9px/1 ui-monospace, monospace; }
.sw2030-quality__cards h3 { margin: 22px 0 10px; font-size: 16px; }
.sw2030-quality__cards p { margin-bottom: 0; color: #64717e; font-size: 11px; line-height: 1.68; }

.sw2030-fit { background: #fff; }
.sw2030-fit__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: stretch; }
.sw2030-fit__grid article { display: flex; min-height: 435px; flex-direction: column; padding: 34px 30px; border: 1px solid #dce3e7; border-radius: 12px; background: #fff; }
.sw2030-fit__grid article > span { color: #0c8e83; font-size: 10px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.sw2030-fit__grid h3 { margin: 21px 0 14px; font-size: 25px; letter-spacing: -.035em; }
.sw2030-fit__grid p { min-height: 92px; color: #64717d; font-size: 12px; line-height: 1.7; }
.sw2030-fit__grid ul { gap: 11px; margin-bottom: 29px; }
.sw2030-fit__grid a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 19px; color: #176ebf; border-top: 1px solid #e2e7eb; font-size: 12px; font-weight: 760; text-decoration: none; }
.sw2030-fit__grid article.is-featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, #0d2138, #0c625f); box-shadow: 0 25px 55px rgba(10,56,68,.19); transform: translateY(-12px); }
.sw2030-fit__grid article.is-featured > span, .sw2030-fit__grid article.is-featured a { color: #70e8d9; }
.sw2030-fit__grid article.is-featured p, .sw2030-fit__grid article.is-featured li { color: #b7cad2; }
.sw2030-fit__grid article.is-featured li::before { border-color: #70e8d9; }
.sw2030-fit__grid article.is-featured a { border-color: rgba(255,255,255,.15); }

.sw2030-faq-section { background: var(--sw-paper); }
.sw2030-faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; align-items: start; }
.sw2030-faq__grid .sw2030-heading { position: sticky; top: 110px; margin-bottom: 0; }
.sw2030-faq details { border-top: 1px solid #d8e0e5; }
.sw2030-faq details:last-child { border-bottom: 1px solid #d8e0e5; }
.sw2030-faq summary { display: grid; grid-template-columns: 1fr 30px; gap: 20px; align-items: center; padding: 22px 0; color: #182c41; font-size: 14px; font-weight: 710; line-height: 1.5; cursor: pointer; list-style: none; }
.sw2030-faq summary::-webkit-details-marker { display: none; }
.sw2030-faq summary span { display: grid; width: 28px; height: 28px; place-items: center; color: #0c8d82; border: 1px solid #a9d7d2; border-radius: 50%; font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.sw2030-faq details[open] summary span { transform: rotate(45deg); }
.sw2030-faq details p { max-width: 710px; margin: -5px 45px 24px 0; color: #64717e; font-size: 12px; line-height: 1.78; }

.sw2030-final { position: relative; padding: 96px 0; color: #fff; background:
  radial-gradient(circle at 8% 20%, rgba(52,120,246,.21), transparent 27%),
  radial-gradient(circle at 94% 80%, rgba(19,216,197,.15), transparent 28%),
  linear-gradient(135deg, #06101e, #0b1f32); }
.sw2030-final::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 48px 48px, linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 48px 48px; }
.sw2030-final__grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.sw2030-final .sw2030-kicker { color: #68e4d5; }
.sw2030-final h2 { max-width: 650px; color: #fff; }
.sw2030-final__grid > div > p:not(.sw2030-kicker) { max-width: 620px; color: #aebdca; font-size: 15px; line-height: 1.75; }
.sw2030-final__contact { display: grid; gap: 5px; margin-top: 30px; }
.sw2030-final__contact span { color: #8297a8; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.sw2030-final__contact a { width: fit-content; color: #fff; font-size: 24px; font-weight: 750; text-decoration: none; }
.sw2030-lead-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; padding: 31px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.065); box-shadow: 0 30px 70px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.sw2030-lead-form > div { display: grid; gap: 8px; }
.sw2030-lead-form > div:nth-of-type(3), .sw2030-lead-form > div:nth-of-type(4), .sw2030-lead-form > button, .sw2030-lead-form > p { grid-column: 1 / -1; }
.sw2030-lead-form label { color: #c8d5df; font-size: 10px; font-weight: 650; }
.sw2030-lead-form input, .sw2030-lead-form textarea { width: 100%; padding: 13px 14px; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; outline: 0; background: rgba(4,13,24,.58); font: inherit; font-size: 12px; transition: border-color .2s, box-shadow .2s; }
.sw2030-lead-form textarea { min-height: 104px; resize: vertical; }
.sw2030-lead-form input::placeholder, .sw2030-lead-form textarea::placeholder { color: #738797; }
.sw2030-lead-form input:focus, .sw2030-lead-form textarea:focus { border-color: #4cd9ca; box-shadow: 0 0 0 3px rgba(76,217,202,.12); }
.sw2030-lead-form button { width: 100%; border: 0; }
.sw2030-lead-form > p { margin: -5px 0 0; color: #768b9b; font-size: 9px; text-align: center; }
.sw2030-mobile-cta { display: none; }

@media (max-width: 1100px) {
  .sw2030-hero__grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .sw2030-console { transform: none; }
  .sw2030-console__main { padding: 16px; }
  .sw2030-workflow { padding: 10px; }
  .sw2030-flowmap { grid-template-columns: 1fr 22px 1fr 22px 1.2fr 22px 1fr 22px 1fr; }
  .sw2030-cap-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .sw2030-hero { min-height: 0; padding-top: 32px; }
  .sw2030-hero__grid, .sw2030-answer__grid, .sw2030-compare__grid, .sw2030-quality__grid, .sw2030-faq__grid, .sw2030-final__grid { grid-template-columns: 1fr; }
  .sw2030-hero__grid { gap: 50px; }
  .sw2030-crumb { margin-bottom: 42px; }
  .sw2030-console { max-width: 650px; margin: 0 auto; }
  .sw2030-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .sw2030-trust__grid > div:nth-child(3) { border-top: 1px solid #e4e9ed; }
  .sw2030-trust__grid > div:nth-child(4) { border-top: 1px solid #e4e9ed; border-right: 1px solid #e4e9ed; }
  .sw2030-section { padding: 78px 0; }
  .sw2030-answer__grid { gap: 30px; }
  .sw2030-answer__grid > div:last-child { padding-left: 24px; }
  .sw2030-flowmap { grid-template-columns: 1fr; gap: 12px; }
  .sw2030-flowmap > i { width: 1px; height: 22px; margin: -12px auto; background: rgba(103,227,212,.5); }
  .sw2030-flowmap > i::after { right: -3px; top: auto; bottom: 0; transform: rotate(135deg); }
  .sw2030-flowmap article, .sw2030-flowmap article.is-core { min-height: 130px; }
  .sw2030-flowmap article > span { margin-bottom: 13px; }
  .sw2030-compare .sw2030-heading, .sw2030-faq__grid .sw2030-heading { position: static; }
  .sw2030-compare__grid, .sw2030-faq__grid, .sw2030-final__grid { gap: 45px; }
  .sw2030-process__list { grid-template-columns: repeat(2, 1fr); }
  .sw2030-fit__grid { grid-template-columns: 1fr; max-width: 650px; margin: auto; }
  .sw2030-fit__grid article { min-height: 0; }
  .sw2030-fit__grid article.is-featured { transform: none; }
}

@media (max-width: 600px) {
  .sw2030-hero { padding: 23px 0 50px; }
  .sw2030-crumb { margin-bottom: 32px; font-size: 11px; }
  .sw2030-kicker { font-size: 9px; letter-spacing: .1em; }
  .sw2030-hero h1 { font-size: 39px; line-height: 1.09; }
  .sw2030-hero__lead { font-size: 15px; line-height: 1.68; }
  .sw2030-actions { display: grid; grid-template-columns: 1fr; }
  .sw2030-principles { grid-template-columns: 1fr; }
  .sw2030-principles li { padding: 12px 0 0; }
  .sw2030-console__bar small { max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .sw2030-console__body { grid-template-columns: 40px 1fr; min-height: 375px; }
  .sw2030-console aside { gap: 15px; }
  .sw2030-console aside i { width: 19px; height: 19px; }
  .sw2030-console__main { padding: 11px; }
  .sw2030-console__head strong { font-size: 14px; }
  .sw2030-console__head > span { display: none; }
  .sw2030-metrics div { padding: 9px 7px; }
  .sw2030-metrics small { font-size: 7px; }
  .sw2030-metrics strong { font-size: 16px; }
  .sw2030-workflow { grid-template-columns: repeat(4, 1fr); min-height: 140px; padding: 7px; }
  .sw2030-workflow > i { display: none; }
  .sw2030-workflow > div { min-height: 86px; padding: 6px 2px; }
  .sw2030-workflow b { font-size: 7px; }
  .sw2030-workflow small { font-size: 5px; }
  .sw2030-console__bottom span { font-size: 5px; }
  .sw2030-trust__grid > div { padding: 18px 13px; }
  .sw2030-trust strong { font-size: 12px; }
  .sw2030-section { padding: 66px 0; }
  .sw2030-heading { margin-bottom: 36px; }
  .sw2030-heading h2, .sw2030-answer h2, .sw2030-quality h2, .sw2030-final h2 { font-size: 34px; }
  .sw2030-heading > p:last-child { font-size: 14px; }
  .sw2030-answer__grid > div:last-child p { font-size: 15px; }
  .sw2030-cap-grid { grid-template-columns: 1fr; }
  .sw2030-cap-grid article { min-height: 0; padding: 29px 25px; }
  .sw2030-cap-grid p { min-height: 0; }
  .sw2030-process__list { grid-template-columns: 1fr; }
  .sw2030-process__list li { min-height: 0; }
  .sw2030-quality__cards { grid-template-columns: 1fr; }
  .sw2030-quality__cards article { min-height: 0; }
  .sw2030-fit__grid article { padding: 29px 24px; }
  .sw2030-fit__grid p { min-height: 0; }
  .sw2030-lead-form { grid-template-columns: 1fr; padding: 23px 18px; }
  .sw2030-lead-form > div, .sw2030-lead-form > div:nth-of-type(3), .sw2030-lead-form > div:nth-of-type(4), .sw2030-lead-form > button, .sw2030-lead-form > p { grid-column: 1; }
  .sw2030-final { padding: 72px 0 100px; }
  .sw2030-mobile-cta { position: fixed; z-index: 50; left: 12px; right: 12px; bottom: 12px; display: flex; min-height: 50px; align-items: center; justify-content: space-between; padding: 0 19px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: linear-gradient(110deg, #176ed8, #0c9388); box-shadow: 0 12px 30px rgba(4,23,44,.35); font-size: 12px; font-weight: 750; text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(20px); transition: opacity .25s, transform .25s; }
  .sw2030-mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: none; }
}

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