:root {
  --ink: #0a1323;
  --ink-2: #17233a;
  --muted: #5d6b80;
  --line: #dfe6ef;
  --soft: #f4f7fb;
  --white: #ffffff;
  --blue: #2764eb;
  --blue-dark: #1949b7;
  --cyan: #35c8df;
  --lime: #c8f25e;
  --navy: #081427;
  --navy-2: #0d203b;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(10, 19, 35, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 20px; top: -80px; padding: 12px 18px; background: #fff; color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; padding: 18px 0; transition: .25s ease; color: #fff; }
.site-header.is-scrolled, body:not(.teky-front-page) .site-header { padding: 10px 0; color: var(--ink); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(10,19,35,.08); }
.header-inner { display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.custom-logo-link { display: inline-flex; }
.custom-logo { max-height: 44px; width: auto; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, var(--blue), var(--cyan)); color: #fff; font-weight: 900; letter-spacing: -.08em; box-shadow: 0 10px 24px rgba(39,100,235,.3); }
.brand-text { font-size: 1.05rem; letter-spacing: .06em; }
.primary-nav { margin-left: auto; }
.site-menu { list-style: none; display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; }
.site-menu a { font-size: .94rem; font-weight: 650; opacity: .88; }
.site-menu a:hover { opacity: 1; color: var(--cyan); }
.header-cta { margin-left: 6px; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 12px; color: #fff; background: var(--blue); font-weight: 800; line-height: 1.2; box-shadow: 0 12px 28px rgba(39,100,235,.18); transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue-dark); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: .9rem; }
.button-accent { color: var(--ink); background: var(--lime); box-shadow: 0 12px 32px rgba(200,242,94,.2); }
.button-accent:hover { color: var(--ink); background: #dafb87; }
.button-light { color: var(--ink); background: #fff; }
.button-outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.32); box-shadow: none; }
.button-outline-light:hover { background: #fff; color: var(--ink); }
.button-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; }
.text-link:hover { gap: 12px; }
.text-link-light { color: #fff; }

.hero-section { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 16%, #173d76 0, transparent 28%), linear-gradient(135deg, #071225 0%, #0a1b34 55%, #0c2747 100%); padding: 148px 0 98px; }
.hero-section::after { content: ""; position: absolute; inset: auto -10% -35% 38%; height: 520px; background: linear-gradient(120deg, transparent, rgba(53,200,223,.09)); transform: rotate(-10deg); border-radius: 50%; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .9; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; left: -250px; top: 120px; background: rgba(39,100,235,.18); }
.hero-glow-two { width: 260px; height: 260px; right: 12%; bottom: -120px; background: rgba(53,200,223,.15); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.eyebrow-light { color: var(--cyan); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.3rem); max-width: 820px; }
h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 4vw, 3.7rem); }
h3 { font-size: 1.45rem; }
p { margin-top: 0; }
.hero-lead { max-width: 650px; margin-bottom: 32px; color: #cbd7e7; font-size: 1.18rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 32px; color: #d5dfeb; font-size: .9rem; font-weight: 650; }
.service-areas { margin: 20px 0 0; color: #96a9bf; font-size: .86rem; }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.browser-card { width: min(100%, 570px); background: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 22px; box-shadow: 0 40px 100px rgba(0,0,0,.36); overflow: hidden; transform: perspective(1000px) rotateY(-6deg) rotateX(2deg); }
.browser-top { display: flex; align-items: center; gap: 7px; padding: 13px 16px; background: #eef3f8; }
.browser-top > span { width: 9px; height: 9px; border-radius: 50%; background: #bfc9d5; }
.browser-address { width: 55%; margin-left: 16px; padding: 5px 12px; border-radius: 7px; color: #8492a4; background: #fff; font-size: .66rem; }
.browser-body { padding: 24px; background: #f9fbfd; }
.mini-site-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.mini-logo { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--blue); font-size: .72rem; font-weight: 900; }
.mini-nav { display: flex; gap: 12px; }
.mini-nav span { width: 42px; height: 5px; border-radius: 99px; background: #d6dee8; }
.mini-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; align-items: center; min-height: 285px; padding: 30px; border-radius: 15px; background: linear-gradient(135deg, #0e1f37, #123f67); }
.mini-hero > div:first-child { display: flex; flex-direction: column; gap: 10px; }
.mini-kicker { width: 72px; height: 5px; border-radius: 99px; background: var(--cyan); }
.mini-title { width: 100%; height: 17px; border-radius: 5px; background: #fff; }
.mini-title-short { width: 72%; }
.mini-copy { width: 88%; height: 7px; border-radius: 99px; background: #718ba8; margin-top: 8px; }
.mini-button { width: 92px; height: 29px; border-radius: 8px; background: var(--lime); margin-top: 10px; }
.mini-graphic { aspect-ratio: 1; display: grid; place-items: center; border-radius: 26px 10px 26px 10px; background: linear-gradient(145deg, rgba(53,200,223,.9), rgba(39,100,235,.7)); box-shadow: inset 0 0 0 14px rgba(255,255,255,.08); }
.mini-graphic span { font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.metric-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 195px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.62); border-radius: 15px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.metric-card strong, .metric-card small { display: block; }
.metric-card small { color: var(--muted); font-size: .72rem; }
.metric-card-one { left: -15px; bottom: 38px; }
.metric-card-two { right: -10px; top: 34px; }
.metric-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: #0f6a47; background: #dff8eb; font-size: 1.2rem; }
.score-ring { width: 40px; height: 40px; display: grid; place-items: center; border: 4px solid var(--cyan); border-radius: 50%; font-weight: 900; font-size: .8rem; }
.hero-image-wrap { position: relative; overflow: hidden; border-radius: 30px; box-shadow: 0 40px 90px rgba(0,0,0,.35); }
.hero-custom-image { display: block; width: 100%; min-height: 480px; object-fit: cover; }

.local-strip { border-bottom: 1px solid var(--line); background: #fff; }
.local-strip-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.local-strip p { margin: 0; color: var(--muted); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.location-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 16px 28px; font-weight: 850; }
.location-list span::before { content: "•"; color: var(--blue); margin-right: 10px; }

.section { padding: 110px 0; }
.section-soft { background: var(--soft); }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.section-copy { color: var(--muted); font-size: 1.05rem; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-heading-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-intro { padding-bottom: 95px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 500px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { color: #fff; border-color: transparent; background: linear-gradient(155deg, var(--navy), #102c50); box-shadow: var(--shadow); }
.service-card.featured p, .service-card.featured li { color: #c6d4e4; }
.service-number { position: absolute; right: 26px; top: 24px; color: #c9d3de; font-weight: 900; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 16px; color: var(--blue); background: #edf3ff; font-size: 1.5rem; font-weight: 900; }
.featured .service-icon { color: var(--ink); background: var(--lime); }
.service-card p { color: var(--muted); }
.service-card ul, .package-card ul { list-style: none; margin: 26px 0 0; padding: 0; }
.service-card li, .package-card li { position: relative; padding: 9px 0 9px 23px; color: var(--muted); border-top: 1px solid rgba(140,153,171,.2); font-size: .93rem; }
.service-card li::before, .package-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.featured li::before { color: var(--lime); }

.industries-section { overflow: hidden; }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-card { min-height: 250px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .2s ease; }
.industry-card:hover { color: #fff; background: var(--blue); }
.industry-card > span { display: block; margin-bottom: 54px; color: var(--blue); font-weight: 900; }
.industry-card:hover > span, .industry-card:hover p { color: #dce7ff; }
.industry-card p { color: var(--muted); }

.work-section { color: #fff; background: var(--navy); }
.work-section h2 { max-width: 700px; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.work-card h3 { margin: 14px 0 10px; }
.work-card p { color: #9fb0c4; }
.work-image { display: block; aspect-ratio: 1.24; overflow: hidden; border-radius: 18px; background: #11243d; }
.work-image img { width: 100%; height: 100%; object-fit: cover; transition: .35s ease; }
.work-card:hover .work-image img { transform: scale(1.035); }
.work-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(145deg, #1c5fd1, #32bdd3); }
.work-placeholder-2 { background: linear-gradient(145deg, #7b3ff1, #ef7e9b); }
.work-placeholder-3 { background: linear-gradient(145deg, #148263, #b8df63); }
.work-placeholder span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 99px; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.work-meta { display: flex; justify-content: space-between; margin-top: 18px; color: var(--cyan); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }

.process-section { background: #fff; }
.process-list { border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: 90px 1fr 50px; gap: 25px; align-items: center; padding: 32px 18px; border-bottom: 1px solid var(--line); }
.process-item h3 { margin-bottom: 8px; }
.process-item p { margin: 0; color: var(--muted); }
.process-step { color: var(--blue); font-size: .82rem; font-weight: 900; letter-spacing: .12em; }
.process-arrow { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #edf3ff; font-weight: 900; }

.portal-section { background: var(--soft); }
.portal-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.portal-window { display: grid; grid-template-columns: 76px 1fr; min-height: 475px; border: 1px solid #d9e2ed; border-radius: 25px; background: #fff; box-shadow: var(--shadow); overflow: hidden; transform: rotate(-1deg); }
.portal-sidebar { display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 24px 0; background: var(--navy); }
.portal-logo { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--blue); color: #fff; font-weight: 900; }
.portal-sidebar > span { width: 26px; height: 8px; border-radius: 99px; background: #314258; }
.portal-sidebar > span.active { background: var(--cyan); }
.portal-main { padding: 34px; }
.portal-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.portal-top small, .portal-cards small { display: block; color: var(--muted); font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.portal-top strong { display: block; margin-top: 5px; font-size: 1.3rem; }
.portal-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: .72rem; font-weight: 900; }
.progress-label { display: flex; justify-content: space-between; margin: 30px 0 10px; font-size: .83rem; }
.progress-bar { height: 9px; border-radius: 99px; background: #e8edf3; overflow: hidden; }
.progress-bar span { display: block; width: 60%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.portal-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 26px 0; }
.portal-cards > div { padding: 17px; border: 1px solid var(--line); border-radius: 12px; }
.portal-cards strong { display: block; margin-top: 8px; font-size: .9rem; }
.portal-checklist { display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); font-size: .78rem; }
.portal-checklist > span:first-child { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #edf1f6; font-weight: 900; }
.portal-checklist > span.done { color: #0a7150; background: #dcf7ea; }
.portal-checklist p { margin: 0; font-weight: 800; }
.portal-checklist > span:last-child { color: var(--muted); }
.portal-copy > p { color: var(--muted); }
.feature-list { margin: 32px 0; }
.feature-list > div { display: grid; grid-template-columns: 36px 1fr; gap: 15px; margin: 20px 0; }
.feature-list > div > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--blue); background: #e8efff; font-weight: 900; }
.feature-list p { margin: 0; color: var(--muted); }
.feature-list strong { color: var(--ink); }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.package-card { display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.package-card > p:not(.package-label) { color: var(--muted); }
.package-card ul { margin-bottom: 34px; }
.package-card .button { margin-top: auto; }
.package-label { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.package-featured { border: 2px solid var(--blue); box-shadow: var(--shadow); transform: translateY(-12px); }

.faq-section { background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading > p { color: var(--muted); }
.faq-item { border-bottom: 1px solid #cfd8e5; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 850; font-size: 1.08rem; }
.faq-symbol { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--blue); background: #fff; transition: .2s ease; }
.faq-item.is-open .faq-symbol { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > p { overflow: hidden; margin: 0; color: var(--muted); }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer > p { padding-bottom: 24px; }

.lead-section { padding-top: 80px; }
.lead-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; padding: 62px; border-radius: 30px; color: #fff; background: linear-gradient(135deg, var(--navy), #123b69); box-shadow: var(--shadow); }
.lead-copy > p:not(.eyebrow) { color: #c5d4e4; }
.lead-points { display: flex; flex-direction: column; gap: 10px; color: #dce7f2; font-size: .9rem; font-weight: 700; }
.lead-form-wrap { padding: 28px; border-radius: 20px; color: var(--ink); background: #fff; }
.demo-lead-form label, .teky-lead-form label { display: block; margin-bottom: 15px; color: var(--ink); font-size: .82rem; font-weight: 800; }
.demo-lead-form input, .teky-lead-form input, .teky-lead-form textarea, .teky-lead-form select { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d5deea; border-radius: 10px; color: var(--ink); background: #fff; outline: none; }
.demo-lead-form input:focus, .teky-lead-form input:focus, .teky-lead-form textarea:focus, .teky-lead-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(39,100,235,.1); }
.demo-lead-form small { display: block; margin-top: 12px; color: var(--muted); text-align: center; }

.site-footer { margin-top: 110px; padding: 78px 0 22px; color: #c5d2e1; background: #06101f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr 1.1fr; gap: 55px; }
.brand-footer { color: #fff; margin-bottom: 20px; }
.footer-grid h2 { margin-bottom: 18px; color: #fff; font-size: 1rem; letter-spacing: 0; }
.footer-grid p { color: #8fa1b6; font-size: .92rem; }
.footer-grid a:hover { color: var(--cyan); }
.footer-menu { list-style: none; margin: 0; padding: 0; }
.footer-menu li { margin: 9px 0; }
.footer-menu .site-menu { display: block; }
.footer-location { font-size: .82rem !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 60px; padding-top: 22px; border-top: 1px solid #1e2b3c; color: #718399; font-size: .78rem; }

.content-area { min-height: 70vh; padding: 150px 0 80px; }
.content-shell { padding: 50px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 16px 50px rgba(10,19,35,.06); }
.content-shell h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
.content-shell a { color: var(--blue); text-decoration: underline; }
.center-text { text-align: center; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .header-cta { display: none; }
  .hero-grid, .portal-grid { gap: 42px; }
  .service-card { padding: 27px; }
  .metric-card-two { right: 0; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .site-header { padding: 12px 0; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 70px 18px auto; display: none; margin: 0; padding: 20px; border-radius: 16px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: block; }
  .site-menu { display: block; }
  .site-menu li { border-bottom: 1px solid var(--line); }
  .site-menu a { display: block; padding: 13px 4px; }
  .hero-section { min-height: auto; padding: 130px 0 80px; }
  .hero-grid, .split-heading, .portal-grid, .faq-grid, .lead-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-visual { min-height: 400px; }
  .service-grid, .work-grid, .package-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading-row { align-items: flex-start; }
  .package-featured { transform: none; }
  .faq-heading { position: static; }
  .lead-card { padding: 40px; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  h1 { font-size: clamp(2.7rem, 15vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .section { padding: 78px 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { display: grid; }
  .hero-visual { min-height: 330px; }
  .browser-card { transform: none; }
  .metric-card { min-width: 165px; padding: 10px 12px; }
  .metric-card-one { left: -3px; bottom: 0; }
  .metric-card-two { right: -3px; top: 6px; }
  .local-strip-inner { align-items: flex-start; flex-direction: column; padding: 24px 0; }
  .location-list { justify-content: flex-start; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-card { min-height: auto; }
  .process-item { grid-template-columns: 52px 1fr; padding-inline: 0; }
  .process-arrow { display: none; }
  .portal-window { grid-template-columns: 54px 1fr; min-height: 420px; }
  .portal-main { padding: 22px 16px; }
  .portal-cards { grid-template-columns: 1fr; }
  .portal-checklist { grid-template-columns: 28px 1fr; }
  .portal-checklist > span:last-child { display: none; }
  .lead-card { padding: 28px 20px; border-radius: 22px; }
  .lead-form-wrap { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .content-shell { padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
.archive-hero,.case-hero{padding:170px 0 95px;color:#fff;background:radial-gradient(circle at 80% 20%,#173d76 0,transparent 30%),linear-gradient(135deg,#071225,#0d2747)}.archive-hero h1,.case-hero h1{font-size:clamp(3rem,6vw,5rem)}.archive-hero p:last-child{color:#b9c9da;font-size:1.1rem}.portfolio-archive-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:55px 28px}.portfolio-archive-card h2{font-size:2rem}.portfolio-archive-card>p:not(.eyebrow){color:var(--muted)}.portfolio-archive-image{display:block;aspect-ratio:1.45;overflow:hidden;margin-bottom:24px;border-radius:20px;background:var(--soft)}.portfolio-archive-image img{width:100%;height:100%;object-fit:cover}.case-hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}.case-featured-image{overflow:hidden;border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.34)}.case-featured-image img{display:block;width:100%}.case-content{font-size:1.08rem}.case-content h2{margin-top:50px}.case-content p{color:var(--muted)}.case-cta-section{background:var(--soft)}
@media(max-width:800px){.portfolio-archive-grid,.case-hero-grid{grid-template-columns:1fr}.case-featured-image{margin-top:20px}}
