.products-page, .ktrac-page { color: #102033; background: #fff; }
.products-hero, .ktrac-hero { position: relative; min-height: 800px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #071426; }
.products-hero::before, .ktrac-hero::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,20,38,.99), rgba(7,20,38,.89) 48%, rgba(7,20,38,.62)); }
.products-hero-map, .ktrac-hero-map { position: absolute; inset: 0; opacity: .13; background: url('../Images/MapATL.jpg') center/cover; filter: grayscale(1) contrast(1.2); }
.products-hero-map::after, .ktrac-hero-map::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; }
.products-hero-grid, .ktrac-hero-grid { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: .88fr 1.12fr; gap: 75px; align-items: center; padding-top: 120px; padding-bottom: 70px; }
.products-hero-copy h1 { font-size: clamp(50px, 5.4vw, 78px); }
.products-hero-copy h1 em, .ktrac-hero-copy h1 em { display: block; color: #5de4e8; font-style: normal; }
.products-hero-copy > p:not(.eyebrow), .ktrac-hero-copy > p:not(.eyebrow) { max-width: 610px; margin: 27px 0 0; color: #b3c2d0; font-size: 17px; line-height: 1.72; }
.products-hero-visual { position: relative; padding: 0 48px 65px 0; }
.products-screen { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: #101923; box-shadow: 0 28px 75px rgba(0,0,0,.34); }
.products-screen-bar { height: 43px; display: flex; align-items: center; gap: 6px; padding: 0 13px; background: #111b26; }
.products-screen-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #425161; }
.products-screen-bar > span:first-child { background: #e7373d; }
.products-screen-bar small { margin-left: 10px; color: #8292a2; font-size: 9px; }
.products-screen img { width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.hero-photo { position: absolute; z-index: 3; width: 185px; height: 185px; right: 0; bottom: 0; overflow: hidden; border: 7px solid #071426; box-shadow: 0 18px 40px rgba(0,0,0,.3); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; transform: scale(1.16); }
.hero-data-chip { position: absolute; z-index: 4; left: -32px; bottom: 35px; display: flex; align-items: center; gap: 13px; padding: 14px 17px; color: #102033; background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.23); }
.hero-data-chip > span { width: 9px; height: 9px; border-radius: 50%; background: #32cb90; box-shadow: 0 0 0 6px rgba(50,203,144,.13); }
.hero-data-chip div { display: grid; gap: 3px; }.hero-data-chip strong { font: 700 12px/1.2 'Manrope', sans-serif; }.hero-data-chip small { color: #71808e; font-size: 9px; }

.suite-section { background: #f5f7f8; }
.suite-heading, .operations-heading, .live-cap-heading, .interface-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 75px; align-items: end; margin-bottom: 55px; }
.suite-heading h2 { max-width: 720px; }
.suite-heading > p, .operations-heading > p, .live-cap-heading > p, .interface-heading > p { margin: 0 0 4px; color: #667483; font-size: 15px; line-height: 1.75; }
.suite-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #dbe2e8; }
.suite-card { display: block; min-height: 505px; padding: 40px; background: #fff; border-right: 1px solid #dbe2e8; border-bottom: 1px solid #dbe2e8; transition: transform .2s, box-shadow .2s; }
.suite-card:nth-child(even) { border-right: 0; }.suite-card:nth-child(n+3) { border-bottom: 0; }
.suite-card.featured-suite { color: #fff; background: #0d213b; }
.suite-card:hover { position: relative; z-index: 2; transform: translateY(-4px); box-shadow: 0 20px 45px rgba(7,20,38,.16); }
.suite-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 38px; }
.suite-card-top img { width: 72px; height: 72px; object-fit: contain; }.suite-card-top > span { color: #a1acb6; font: 700 10px/1 'Manrope', sans-serif; }
.suite-card small { color: #e7373d; font-size: 9px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }.featured-suite small { color: #5de4e8; }
.suite-card h3 { margin: 9px 0 15px; font-size: 26px; }.suite-card > p { max-width: 500px; min-height: 68px; margin: 0; color: #667483; font-size: 13px; line-height: 1.7; }.featured-suite > p { color: #a9bac9; }
.suite-card ul { display: grid; gap: 10px; margin: 27px 0 0; padding: 24px 0 0; border-top: 1px solid #e0e5e9; list-style: none; }.featured-suite ul { border-color: rgba(255,255,255,.12); }
.suite-card li { position: relative; padding-left: 16px; color: #5e6d7b; font-size: 11px; }.featured-suite li { color: #a9bac9; }.suite-card li::before { content: ''; position: absolute; width: 5px; height: 5px; left: 0; top: 5px; background: #e7373d; }.featured-suite li::before { background: #5de4e8; }
.suite-card > strong { display: inline-flex; gap: 12px; margin-top: 28px; color: #e7373d; font-size: 11px; }.featured-suite > strong { color: #5de4e8; }

.workflow-section, .live-picture, .live-flow { color: #fff; background: #071426; }
.workflow-grid, .live-picture-grid { display: grid; grid-template-columns: 1.07fr .93fr; gap: 85px; align-items: center; }
.workflow-visual, .live-picture-visual { position: relative; }
.workflow-visual::before { content: ''; position: absolute; width: 85%; height: 85%; left: -18px; bottom: -18px; border: 1px solid rgba(93,228,232,.3); }
.workflow-visual > img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.22; object-fit: cover; }
.workflow-caption, .live-picture-visual > div { position: absolute; z-index: 2; right: -20px; bottom: 25px; width: 235px; padding: 20px 22px; color: #102033; background: #fff; }
.workflow-caption span, .live-picture-visual small { display: block; margin-bottom: 6px; color: #e7373d; font-size: 9px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; }.workflow-caption strong, .live-picture-visual strong { font: 700 14px/1.45 'Manrope', sans-serif; }
.workflow-copy > p:not(.eyebrow), .live-picture-copy > p:not(.eyebrow) { margin: 22px 0 0; color: #a7b6c5; font-size: 15px; line-height: 1.75; }
.workflow-copy ol { margin: 30px 0 0; padding: 0; list-style: none; }.workflow-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); }.workflow-copy li > span { width: 34px; height: 34px; display: grid; place-items: center; color: #5de4e8; border: 1px solid rgba(93,228,232,.26); font-size: 9px; }.workflow-copy li strong { font: 700 15px/1.3 'Manrope', sans-serif; }.workflow-copy li p { margin: 5px 0 0; color: #93a4b4; font-size: 12px; line-height: 1.6; }

.operations-section, .interface-section { background: #fff; }
.operations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.operation-card { position: relative; min-height: 430px; overflow: hidden; background: #071426; }.operation-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,20,38,.98), transparent 60%); }.operation-card img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center 35%; transform: scale(1.12); transition: transform .4s; }.operation-card:hover img { transform: scale(1.16); }.operation-card div { position: absolute; z-index: 2; inset: auto 28px 30px; color: #fff; }.operation-card small { color: #5de4e8; font-size: 9px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }.operation-card h3 { margin: 8px 0 0; font-size: 20px; line-height: 1.3; }
.product-cta { padding: 0 0 90px; background: #fff; }.product-cta-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; padding: 65px 70px; color: #fff; background: #e7373d; }.product-cta-card .eyebrow { color: rgba(255,255,255,.75); }.product-cta-card > div:last-child > p { margin: 0 0 23px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.7; }

.ktrac-hero { min-height: 830px; }.ktrac-hero-grid { grid-template-columns: .83fr 1.17fr; }.product-breadcrumb { display: inline-flex; gap: 9px; margin-bottom: 27px; color: #8fa1b2; font-size: 11px; font-weight: 700; }.product-breadcrumb:hover { color: #5de4e8; }
.ktrac-hero-copy h1 { margin: 0; font: 800 clamp(62px, 7vw, 96px)/.96 'Manrope', sans-serif; letter-spacing: -5px; }.ktrac-hero-copy h1 em { display: inline; }
.ktrac-screen-wrap { position: relative; overflow: visible; background: #0f1822; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 28px 80px rgba(0,0,0,.38); }.ktrac-screen-wrap > img { width: 100%; aspect-ratio: 1.58; object-fit: cover; }.live-screen-bar { height: 47px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; background: #111b26; }.live-screen-bar > div { display: flex; align-items: center; gap: 9px; }.live-screen-bar i, .live-screen-bar b { width: 7px; height: 7px; border-radius: 50%; background: #e7373d; }.live-screen-bar strong { color: #dce4eb; font-size: 10px; }.live-screen-bar > span { display: flex; align-items: center; gap: 7px; color: #8292a2; font-size: 8px; text-transform: uppercase; }.live-screen-bar b { display: block; background: #32cb90; box-shadow: 0 0 0 4px rgba(50,203,144,.1); }
.screen-stat { position: absolute; display: grid; gap: 2px; min-width: 145px; padding: 13px 16px; color: #102033; background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.25); }.screen-stat-one { right: -20px; top: 80px; }.screen-stat-two { left: -28px; bottom: -27px; }.screen-stat strong { font: 700 14px/1.2 'Manrope', sans-serif; }.screen-stat small { color: #73818e; font-size: 9px; }
.live-capabilities { background: #f5f7f8; }.live-cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #dbe2e8; }.live-cap-grid article { position: relative; min-height: 340px; padding: 38px; background: #fff; border-right: 1px solid #dbe2e8; }.live-cap-grid article:last-child { border-right: 0; }.live-cap-grid article.highlighted { color: #fff; background: #0d213b; transform: translateY(-12px); box-shadow: 0 22px 45px rgba(7,20,38,.14); }.live-cap-grid article > span { position: absolute; top: 23px; right: 24px; color: #a4afb9; font: 700 9px/1 'Manrope', sans-serif; }.highlighted > span { color: rgba(255,255,255,.35) !important; }.live-cap-icon { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 42px; color: #e7373d; background: #fff0f0; font-size: 21px; }.highlighted .live-cap-icon { color: #5de4e8; background: rgba(93,228,232,.1); }.live-cap-grid h3 { margin: 0 0 14px; font-size: 20px; }.live-cap-grid article > p { margin: 0; color: #667483; font-size: 13px; line-height: 1.7; }.live-cap-grid .highlighted > p { color: #a9bac9; }
.live-picture-grid { grid-template-columns: .9fr 1.1fr; }.live-picture-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; margin: 32px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; }.live-picture-copy li { display: flex; gap: 9px; color: #a7b6c5; font-size: 11px; }.live-picture-copy li span { color: #5de4e8; }.live-picture-visual { overflow: hidden; }.live-picture-visual > img { width: 100%; aspect-ratio: 1.18; object-fit: cover; object-position: center 34%; transform: scale(1.12); }.live-picture-visual > div { right: 18px; bottom: 18px; }
.interface-gallery { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; }.interface-gallery figure { position: relative; margin: 0; overflow: hidden; border: 1px solid #dbe2e8; background: #071426; }.interface-gallery figure.interface-main { grid-row: span 2; }.interface-gallery img { width: 100%; height: 100%; min-height: 245px; object-fit: cover; transition: transform .35s; }.interface-main img { min-height: 510px; }.interface-gallery figure:hover img { transform: scale(1.02); }.interface-gallery figcaption { position: absolute; inset: auto 0 0; display: flex; align-items: center; gap: 14px; padding: 18px 20px; color: #fff; background: linear-gradient(to top, rgba(7,20,38,.97), rgba(7,20,38,.65)); }.interface-gallery figcaption > span { color: #5de4e8; font: 700 9px/1 'Manrope', sans-serif; }.interface-gallery figcaption div { display: grid; gap: 3px; }.interface-gallery figcaption strong { font: 700 13px/1.2 'Manrope', sans-serif; }.interface-gallery figcaption small { color: #9badbd; font-size: 9px; }
.live-flow-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }.live-flow-grid ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.14); list-style: none; }.live-flow-grid li { min-height: 165px; padding: 25px 20px; border-right: 1px solid rgba(255,255,255,.14); }.live-flow-grid li:last-child { border: 0; }.live-flow-grid li > span { color: #5de4e8; font: 800 16px/1 'Manrope', sans-serif; }.live-flow-grid li p { margin: 45px 0 0; color: #9aabb9; font-size: 10px; line-height: 1.5; }.live-flow-grid li.result { background: #e7373d; }.live-flow-grid li.result > span { color: #fff; }.live-flow-grid li.result p { color: rgba(255,255,255,.75); }

.tools-section { background: #edf2f3; }
.tools-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 75px; align-items: end; margin-bottom: 55px; }
.tools-heading h2 { max-width: 720px; }.tools-heading > p { margin: 0 0 4px; color: #667483; font-size: 15px; line-height: 1.75; }
.tool-feature { display: grid; grid-template-columns: 1.16fr .84fr; min-height: 520px; overflow: hidden; background: #fff; border: 1px solid #d6dfe4; transition: transform .25s, box-shadow .25s; }
.tool-feature:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(7,20,38,.13); }
.tool-map { position: relative; min-height: 520px; overflow: hidden; background: #dfe7e8; }
.tool-map::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 52%, rgba(7,20,38,.2)); }
.tool-map > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; filter: saturate(.55) contrast(1.04); }
.tool-isochrones, .isochrone-visual { position: absolute; z-index: 2; left: 51%; top: 48%; width: 250px; height: 250px; transform: translate(-50%, -50%); }
.tool-isochrones span, .isochrone-visual span { position: absolute; left: 50%; top: 50%; border: 2px solid rgba(231,55,61,.8); border-radius: 48% 52% 45% 55%; transform: translate(-50%, -50%) rotate(-9deg); background: rgba(231,55,61,.08); }
.tool-isochrones span:nth-child(1), .isochrone-visual span:nth-child(1) { width: 76px; height: 64px; }
.tool-isochrones span:nth-child(2), .isochrone-visual span:nth-child(2) { width: 150px; height: 127px; border-color: rgba(13,110,160,.72); background: rgba(13,110,160,.06); transform: translate(-50%, -50%) rotate(12deg); }
.tool-isochrones span:nth-child(3), .isochrone-visual span:nth-child(3) { width: 238px; height: 205px; border-color: rgba(7,20,38,.54); background: rgba(7,20,38,.035); transform: translate(-50%, -50%) rotate(-5deg); }
.tool-isochrones i, .isochrone-visual i { position: absolute; z-index: 3; width: 14px; height: 14px; left: 50%; top: 50%; border: 3px solid #fff; border-radius: 50%; background: #e7373d; box-shadow: 0 5px 16px rgba(7,20,38,.35); transform: translate(-50%, -50%); }
.tool-map-label { position: absolute; z-index: 3; left: 25px; bottom: 25px; display: grid; gap: 5px; padding: 15px 18px; color: #fff; background: #071426; }
.tool-map-label small { color: #5de4e8; font-size: 8px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }.tool-map-label strong { font: 700 13px/1.2 'Manrope', sans-serif; }
.tool-copy { position: relative; align-self: center; padding: 55px; }
.tool-number { position: absolute; right: 34px; top: 30px; color: #9da9b3; font: 700 9px/1 'Manrope', sans-serif; letter-spacing: 1px; text-transform: uppercase; }
.tool-copy h3 { margin: 0 0 20px; font-size: clamp(35px, 4vw, 53px); line-height: 1.02; letter-spacing: -2.3px; }.tool-copy h3 em { display: block; color: #e7373d; font-style: normal; }
.tool-copy > p:not(.eyebrow) { margin: 0; color: #667483; font-size: 14px; line-height: 1.75; }
.tool-copy ul { display: grid; gap: 10px; margin: 28px 0; padding: 24px 0 0; border-top: 1px solid #dbe2e8; list-style: none; }.tool-copy li { position: relative; padding-left: 16px; color: #5e6d7b; font-size: 11px; }.tool-copy li::before { content: ''; position: absolute; width: 5px; height: 5px; left: 0; top: 5px; background: #e7373d; }
.tool-copy > strong { display: inline-flex; gap: 12px; color: #e7373d; font-size: 11px; }

.product-detail-page .ktrac-hero-copy h1 { font-size: clamp(55px, 6vw, 84px); letter-spacing: -4px; }.product-detail-page .ktrac-hero-copy h1 em { display: block; }
.detail-screen-wrap > img { filter: saturate(.78) contrast(1.04); }
.detail-product-icon { position: absolute; z-index: 4; right: 18px; bottom: 18px; width: 86px; height: 86px; display: grid; place-items: center; padding: 7px; background: rgba(255,255,255,.95); box-shadow: 0 14px 30px rgba(0,0,0,.24); }.detail-product-icon img { width: 100%; height: 100%; object-fit: contain; }
.tool-detail-page .detail-product-icon img { object-fit: cover; }
.detail-cap-icon { font: 800 11px/1 'Manrope', sans-serif; letter-spacing: .4px; }
.detail-workflow { background: #fff; }
.detail-workflow-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px 75px; align-items: end; margin-bottom: 48px; }
.detail-workflow-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }.detail-workflow-heading h2 { max-width: 710px; }.detail-workflow-heading > p:last-child { margin: 0 0 4px; color: #667483; font-size: 15px; line-height: 1.75; }
.detail-workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 0; padding: 0; border: 1px solid #dbe2e8; list-style: none; }
.detail-workflow-grid li { min-height: 245px; display: flex; flex-direction: column; padding: 30px 27px; border-right: 1px solid #dbe2e8; }.detail-workflow-grid li:last-child { border: 0; }.detail-workflow-grid li > span { color: #e7373d; font: 800 11px/1 'Manrope', sans-serif; }.detail-workflow-grid li strong { margin-top: auto; font: 700 19px/1.25 'Manrope', sans-serif; }.detail-workflow-grid li p { margin: 11px 0 0; color: #667483; font-size: 12px; line-height: 1.6; }
.detail-workflow-grid li.result { color: #fff; background: #0d213b; }.detail-workflow-grid li.result > span { color: #5de4e8; }.detail-workflow-grid li.result p { color: #a9bac9; }
.detail-screen-wrap .isochrone-visual { z-index: 3; left: 52%; top: 53%; width: 210px; height: 210px; }.detail-screen-wrap .isochrone-visual span:nth-child(3) { border-color: rgba(7,20,38,.72); }

@media (max-width: 1000px) {
  .products-hero-grid, .ktrac-hero-grid { grid-template-columns: 1fr; gap: 70px; padding-top: 155px; padding-bottom: 110px; }.products-hero, .ktrac-hero { min-height: auto; }.products-hero-copy, .ktrac-hero-copy { max-width: 720px; }.products-hero-visual, .ktrac-screen-wrap { width: min(90%, 760px); }.workflow-grid, .live-picture-grid { gap: 50px; }.product-cta-card { gap: 50px; }.live-flow-grid { grid-template-columns: 1fr; }
  .tool-feature { grid-template-columns: 1fr; }.tool-map, .tool-map > img { min-height: 430px; }
  .detail-workflow-grid { grid-template-columns: repeat(2, 1fr); }.detail-workflow-grid li:nth-child(2) { border-right: 0; }.detail-workflow-grid li:nth-child(-n+2) { border-bottom: 1px solid #dbe2e8; }
}
@media (max-width: 760px) {
  .products-hero-grid, .ktrac-hero-grid { padding-top: 135px; }.products-hero-copy h1 { font-size: 48px; }.products-hero-visual, .ktrac-screen-wrap { width: 100%; }.hero-photo { width: 125px; height: 125px; }.hero-data-chip { left: -5px; bottom: 22px; }.suite-heading, .operations-heading, .live-cap-heading, .interface-heading, .workflow-grid, .live-picture-grid, .product-cta-card { grid-template-columns: 1fr; }.suite-heading, .operations-heading, .live-cap-heading, .interface-heading { gap: 24px; }.suite-grid, .operations-grid, .live-cap-grid { grid-template-columns: 1fr; }.suite-card, .suite-card:nth-child(even), .suite-card:nth-child(n+3) { min-height: auto; padding: 32px 25px; border-right: 0; border-bottom: 1px solid #dbe2e8; }.suite-card:last-child { border-bottom: 0; }.suite-card > p { min-height: auto; }.workflow-grid, .live-picture-grid { gap: 65px; }.workflow-caption { right: -5px; }.live-picture-visual > div { right: 10px; bottom: 10px; }.operation-card, .operation-card img { min-height: 370px; }.product-cta { padding-bottom: 60px; }.product-cta-card { padding: 45px 30px; gap: 28px; }.ktrac-hero-copy h1 { font-size: 64px; letter-spacing: -3px; }.screen-stat-one { right: -6px; }.screen-stat-two { left: -5px; }.live-cap-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid #dbe2e8; }.live-cap-grid article:last-child { border-bottom: 0; }.live-cap-grid article.highlighted { transform: none; }.live-picture-copy ul { grid-template-columns: 1fr; }.interface-gallery { grid-template-columns: 1fr; }.interface-gallery figure.interface-main { grid-row: auto; }.interface-gallery img, .interface-main img { min-height: 300px; }.live-flow-grid ol { grid-template-columns: 1fr 1fr; }.live-flow-grid li:nth-child(2) { border-right: 0; }.live-flow-grid li { border-bottom: 1px solid rgba(255,255,255,.14); }.live-flow-grid li:nth-child(n+3) { border-bottom: 0; }
  .tools-heading, .detail-workflow-heading { grid-template-columns: 1fr; gap: 24px; }.detail-workflow-heading .eyebrow { grid-column: auto; }
  .tool-copy { padding: 45px 30px; }.tool-map, .tool-map > img { min-height: 340px; }.tool-number { position: static; display: block; margin-bottom: 25px; }
  .product-detail-page .ktrac-hero-copy h1 { font-size: 58px; letter-spacing: -3px; }.detail-product-icon { width: 67px; height: 67px; }
}
@media (max-width: 430px) {
  .products-hero-copy h1 { font-size: 43px; }.products-hero-visual { padding-right: 15px; }.hero-photo { display: none; }.screen-stat { min-width: 125px; padding: 10px 12px; }.interface-gallery img, .interface-main img { min-height: 245px; }.live-flow-grid ol { grid-template-columns: 1fr; }.live-flow-grid li, .live-flow-grid li:nth-child(2), .live-flow-grid li:nth-child(n+3) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }.live-flow-grid li:last-child { border-bottom: 0; }.live-flow-grid li p { margin-top: 20px; }
  .product-detail-page .ktrac-hero-copy h1 { font-size: 46px; letter-spacing: -2.5px; }.detail-product-icon { display: none; }.tool-isochrones { transform: translate(-50%, -50%) scale(.78); }
  .detail-workflow-grid { grid-template-columns: 1fr; }.detail-workflow-grid li, .detail-workflow-grid li:nth-child(2), .detail-workflow-grid li:nth-child(-n+2) { min-height: 205px; border-right: 0; border-bottom: 1px solid #dbe2e8; }.detail-workflow-grid li:last-child { border-bottom: 0; }
}
