:root {
  --brand: #7c2cf5;
  --brand-soft: #f2ebff;
  --ink: rgba(15, 15, 15, .9);
  --muted: rgba(15, 15, 15, .55);
  --surface: #fff;
  --wash: #f7f7fc;
  --line: rgba(15, 15, 15, .1);
  --radius: 16px;
  --container: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; font-size: 16px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: #111; color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; z-index: 100; inset: 0 0 auto; width: 100%; height: 72px; background: transparent; }
.nav-wrap { height: 72px; display: flex; align-items: center; }
.brand { width: 106px; flex: 0 0 auto; }
.brand img { width: 106px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 56px; margin-left: 110px; }
.desktop-nav a { color: rgba(15,15,15,.65); height: 72px; display: grid; place-items: center; position: relative; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; text-rendering: geometricPrecision; transition: color .2s; }
.desktop-nav a:hover { color: #0f0f0f; }
.desktop-nav a[aria-current="page"] { color: #0f0f0f; font-weight: 500; }
.desktop-nav a[aria-current="page"]::after { content: ""; position: absolute; height: 2px; left: 20%; right: 20%; bottom: 0; background: var(--brand); }
.service-nav-menu { position: relative; height: 72px; }
.service-nav-dropdown { position: absolute; z-index: 120; top: 56px; left: calc(50% - 90px); width: 180px; padding: 0 0 6px; background: #fff; border: 1px solid rgba(15,15,15,.08); border-radius: 8px; box-shadow: 0 6px 18px rgba(28,17,58,.08); opacity: 0; visibility: hidden; transition: opacity .18s, visibility .18s; overflow: hidden; }
.service-nav-menu:hover .service-nav-dropdown, .service-nav-menu:focus-within .service-nav-dropdown { opacity: 1; visibility: visible; }
.desktop-nav .service-nav-dropdown a { height: 40px; display: flex; align-items: center; padding: 0 24px; color: rgba(15,15,15,.88); white-space: nowrap; }
.desktop-nav .service-nav-dropdown a:hover, .desktop-nav .service-nav-dropdown a.is-active { background: #f5f5f5; color: #0f0f0f; }
.desktop-nav .service-nav-dropdown a::after { display: none; }
.mobile-service-links { display: none; }
.nav-tools { margin-left: auto; display: flex; gap: 24px; align-items: center; }
.nav-tools img { width: 20px; height: 20px; }
.nav-tools span { width: 1px; height: 16px; background: var(--line); }
.nav-tools button { border: 0; background: transparent; cursor: pointer; min-width: 44px; min-height: 44px; }
.menu-button, .mobile-nav { display: none; }
.section { padding: 120px 0; }
.section-wash { background: linear-gradient(180deg, #fff 0%, #f4f5fb 100%); }
.eyebrow { color: var(--brand); font-size: 14px; line-height: 1.4; text-transform: uppercase; letter-spacing: .02em; margin: 0 0 10px; }
.section-title { font-size: clamp(30px, 3vw, 36px); line-height: 1.25; font-weight: 400; margin: 0; }
.section-heading { text-align: center; margin-bottom: 72px; }
.section-heading p:last-child { color: var(--muted); max-width: 760px; margin: 20px auto 0; }
.hero { min-height: 628px; background: #f8f9ff; overflow: hidden; }
.home-hero { position: relative; }
.home-hero .hero-picture { position: absolute; inset: 0; overflow: hidden; }
.home-hero .hero-art { position: absolute; left: calc(50% - 941px); top: -230px; width: 2152px; height: 1098px; max-width: none; object-fit: fill; }
.home-hero .hero-copy { position: relative; z-index: 1; padding-top: 138px; max-width: var(--container); }
.home-hero .hero-copy h1 { width: 737px; max-width: 58%; white-space: nowrap; }
.hero h1 { font-size: clamp(42px, 4vw, 60px); line-height: 1.17; margin: 0 0 18px; font-weight: 600; letter-spacing: -.03em; }
.hero h1 em { color: var(--brand); font-style: normal; }
.hero-subtitle { color: var(--muted); font-size: 20px; margin: 0 0 48px; }
.button { min-height: 56px; padding: 0 44px; border-radius: 999px; background: #0f0f0f; color: #fff; display: inline-flex; align-items: center; gap: 14px; transition: transform .2s, background .2s; }
.button:hover { background: var(--brand); transform: translateY(-2px); }
.value-strip { min-height: 235px; display: flex; align-items: center; background: #fafbff; }
.value-strip .container { display: flex; align-items: center; justify-content: space-between; }
.value-strip h2 { margin: 0; font-size: 34px; font-weight: 400; }
.value-strip img { width: 260px; height: 195px; object-fit: contain; opacity: .75; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { min-height: 262px; background: rgba(255,255,255,.9); border: 1px solid rgba(124,44,245,.06); border-radius: var(--radius); display: flex; align-items: center; padding: 40px 40px 40px 80px; overflow: hidden; transition: box-shadow .25s, transform .25s; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(93,62,165,.1); }
.service-card .number { color: #b38cff; font-size: 24px; }
.service-card h3 { margin: 4px 0; font-size: 24px; font-weight: 500; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card img { width: 180px; height: 180px; object-fit: contain; margin-left: auto; }
.contact-band { position: relative; height: 456px; overflow: hidden; }
.contact-list { position: absolute; z-index: 1; top: 108px; left: 0; width: 600px; display: grid; gap: 80px; }
.contact-item { display: grid; grid-template-columns: 80px 1fr; gap: 16px; align-items: start; min-height: 80px; }
.home-contact-section .contact-item > div { padding-top: 10px; }
.contact-icon { width: 80px; height: 80px; border-radius: 50%; background: rgba(15,15,15,.04); display: grid; place-items: center; }
.contact-icon img { width: 32px; height: 32px; }
.contact-item h3, .contact-item p { margin: 0; }
.contact-item h3 { font-size: 20px; line-height: 28px; font-weight: 600; margin-bottom: 10px; }
.contact-item p { color: rgba(15,15,15,.88); font-size: 16px; line-height: 24px; }
.home-contact-map { position: absolute; left: 491px; top: -15px; width: 862px; height: 485px; }
.home-contact-map img { display: block; width: 100%; height: 100%; object-fit: cover; }
.site-footer { height: 436px; padding: 100px 0 60px; border-top: 0; background: linear-gradient(180deg,#fff 0%,#f9f8fd 100%); }
.footer-grid { display: flex; align-items: stretch; justify-content: flex-start; gap: 0; }
.footer-company { width: 588px; display: flex; flex-direction: column; justify-content: space-between; }
.footer-company img { width: 355px; height: 40px; max-width: 100%; margin-bottom: 0; object-fit: contain; }
.footer-company-contact { display: grid; gap: 16px; }
.footer-company p { margin: 0; color: rgba(15,15,15,.88); font-size: 16px; line-height: 24px; }
.footer-grid > .footer-company + .footer-column { margin-left: auto; }
.footer-column { width: 120px; flex: 0 0 120px; display: flex; flex-direction: column; gap: 16px; }
.footer-column + .footer-column { margin-left: 135px; }
.footer-column h2 { margin: 0 0 24px; font-size: 24px; line-height: 32px; font-weight: 500; white-space: nowrap; }
.footer-column a { color: var(--muted); font-size: 16px; line-height: 24px; }
.footer-column a:hover { color: var(--brand); }
.footer-legal { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 24px; margin-top: 36px; color: var(--muted); font-size: 14px; line-height: 24px; text-align: center; }
.footer-legal a { color: inherit; text-decoration: none; transition: color .2s; }
.footer-legal a:hover { color: var(--brand); }
.footer-legal a:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 2px; }
.page-hero { min-height: 360px; background: #f8f9ff; position: relative; overflow: hidden; }
.page-hero .container { position: relative; z-index: 2; padding-top: 78px; }
.page-hero h1 { font-size: 40px; margin: 6px 0 8px; font-weight: 500; }
.page-hero p:last-child { color: var(--muted); }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-hero { position: relative; height: 840px; overflow: hidden; background: #f6f8fc; }
.about-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(185.776deg, #f6f8fc 47.751%, rgba(236,236,254,0) 90.61%); pointer-events: none; }
.about-visual { position: absolute; z-index: 0; top: -8.31%; left: -3.91%; width: 103.91%; height: 117.31%; max-width: none; object-fit: fill; }
.about-intro { position: absolute; z-index: 2; top: 173.8px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 40px; width: min(1280px, calc(100% - 48px)); max-width: none; margin: 0; transform: translateX(-50%); text-align: center; }
.about-intro h1 { margin: 0; color: rgba(0,0,0,.9); font-size: 36px; line-height: 32px; font-weight: 400; }
.about-intro p { margin: 0; color: rgba(15,15,15,.45); font-size: 16px; line-height: 24px; font-weight: 400; text-wrap: balance; }
.about-copy-mobile { display: none; }
.value-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { background: #fff; border: 1px solid var(--brand-soft); border-radius: var(--radius); text-align: center; padding: 45px 24px; min-height: 390px; }
.value-card-art { display: block; width: 186px; height: 186px; margin: 0 auto 22px; }
.value-card-art img { width: 100%; height: 100%; object-fit: contain; }
.value-card h3 { font-size: 22px; margin: 0 0 10px; }
.value-card p { color: var(--muted); font-size: 14px; }
.about-qualification, .about-capabilities { position: relative; width: 100%; overflow: hidden; }
.about-qualification > picture, .about-capabilities > picture { position: absolute; inset: 0; display: block; }
.about-qualification { height: 1080px; background: #fff; }
.about-qualification-art { position: absolute; left: 50%; top: -97px; width: 1930px; height: 1220px; max-width: none; transform: translateX(-50%); object-fit: fill; }
.about-feature-heading { position: absolute; z-index: 1; top: 140px; left: 50%; width: 760px; transform: translateX(-50%); text-align: center; font-weight: 400; }
.about-feature-eyebrow { margin: 0 0 12px; color: var(--brand); font-size: 20px; line-height: 28px; text-transform: uppercase; }
.about-feature-heading h2 { margin: 0; color: rgba(0,0,0,.9); font-size: 36px; line-height: 32px; font-weight: 400; }
.about-feature-summary { margin: 32px 0 0; color: rgba(15,15,15,.45); font-size: 16px; line-height: 24px; text-wrap: balance; }
.about-qualification-copy { position: absolute; z-index: 1; top: 465px; left: calc(50% - 636px); width: 520px; color: #0f0f0f; font-size: 18px; line-height: 32px; }
.about-qualification-copy p { margin: 0 0 32px; }
.about-capabilities { height: 930px; background: #fff; }
.about-capabilities-art { position: absolute; left: calc(50% - 1519px); top: -162px; width: 2722px; height: 1319px; max-width: none; object-fit: fill; opacity: .9; }
.about-capabilities-heading { width: 760px; }
.about-capability-list { position: absolute; z-index: 1; top: 372px; left: calc(50% - 636px); width: 560px; display: grid; gap: 16px; }
.about-capability-card { min-height: 126px; padding: 24px; background: #fff; border-radius: 16px; box-shadow: 0 2px 10px rgba(124,44,245,.05); color: rgba(15,15,15,.88); text-align: center; }
.about-capability-card h3 { margin: 0 0 10px; font-size: 16px; line-height: 24px; font-weight: 500; }
.about-capability-card p { margin: 0; font-size: 14px; line-height: 22px; }
.about-qualification-spacer, .about-capabilities-spacer { display: none; }
.mobile-label { display: none; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card { min-width: 0; background: #fff; border-radius: 12px; padding: 12px; transition: transform .2s, box-shadow .2s; }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(28,17,58,.1); }
.news-card img { width: 100%; aspect-ratio: 2.15/1; object-fit: cover; border-radius: 8px; }
.news-card time { color: var(--muted); font-size: 14px; }
.contact-panel { background: #fff; border-radius: 20px; padding: 48px; }
.contact-top { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 42px 0 30px; }
.contact-map { width: 100%; max-height: 520px; object-fit: cover; border-radius: 14px; }
body[data-page="contact"] { background: #f5f6f9; }
.contact-mobile-break { display: none; }
body[data-page="news"] { background: #f5f6f9; }
.contact-hero { height: 480px; min-height: 480px; background: linear-gradient(183.09deg, #fff 2.56%, #f3f4fb 111.02%); }
.news-hero { height: 380px; min-height: 380px; background: linear-gradient(183.09deg, #fff 2.56%, #f3f4fb 111.02%); }
.contact-hero::before, .contact-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.news-hero::before, .news-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.contact-hero::before { background: linear-gradient(270deg, rgba(255,255,255,0) 44.09%, #fafaff 79.64%); }
.news-hero::before { background: linear-gradient(270deg, rgba(255,255,255,0) 44.09%, #fafaff 79.64%); }
.contact-hero::after { background: linear-gradient(0deg, #f5f6f9 0%, rgba(255,255,255,0) 52.58%); }
.news-hero::after { background: linear-gradient(0deg, #f5f6f9 0%, rgba(255,255,255,0) 52.58%); }
.contact-hero .container { padding: 140px 52px 0; }
.news-hero .container { padding: 140px 53px 0; }
.contact-hero .eyebrow { margin: 0 0 12px; font-size: 20px; line-height: 28px; }
.news-hero .eyebrow { width: auto; min-width: 156px; height: 28px; margin: 0 0 12px; font-size: 20px; line-height: 28px; white-space: nowrap; text-transform: uppercase; }
.contact-hero h1 { margin: 0; font-size: 36px; line-height: 32px; font-weight: 400; }
.news-hero h1 { margin: 0; font-size: 36px; line-height: 32px; font-weight: 400; }
.contact-hero p:last-child { margin: 32px 0 0; font-size: 16px; line-height: 24px; color: rgba(15,15,15,.45); }
.news-hero p:last-child { margin: 32px 0 0; font-size: 16px; line-height: 24px; color: rgba(15,15,15,.45); }
.news-hero p:last-child br { display: none; }
.contact-hero > img { z-index: 0; inset: -42px auto auto calc(50% - 523px); width: 1486px; height: 614px; max-width: none; object-fit: fill; }
.news-hero > img { z-index: 0; inset: -202px auto auto calc(50% - 655px); width: 1632px; height: 844px; max-width: none; object-fit: fill; }
.contact-section { position: relative; padding: 0 0 140px; background: #f5f6f9; }
.contact-section .contact-panel { position: relative; z-index: 3; min-height: 842px; margin-top: -152px; padding: 44px; background: rgba(255,255,255,.6); border: 2px solid #fff; border-radius: 20px; backdrop-filter: blur(16px); }
.contact-section .section-title { font-size: 24px; line-height: 32px; font-weight: 500; }
.contact-section .contact-top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; height: 130px; margin: 52px 0 36px; }
.contact-section .contact-item { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-height: 130px; }
.contact-section .contact-icon { width: 52px; height: 52px; border-radius: 9px; }
.contact-section .contact-icon img { width: 24px; height: 24px; }
.contact-section .contact-item h3 { margin: 0 0 10px; font-size: 20px; line-height: 28px; font-weight: 600; }
.contact-section .contact-item p { margin: 0; font-size: 16px; line-height: 24px; color: rgba(15,15,15,.88); }
.contact-section .contact-map { width: 100%; height: 500px; max-height: none; object-fit: cover; border-radius: 20px; }
.service-page { --service-hero: 608px; --service-solutions: 1076px; --service-value: 934px; --service-ability: 598px; }
.service-hero { position: relative; height: var(--service-hero); overflow: hidden; }
.service-hero-art { position: absolute; z-index: 0; left: 0; top: -72px; width: 100%; height: calc(var(--service-hero) + 72px); pointer-events: none; }
.service-hero-art picture { position: absolute; inset: 0; display: block; }
.service-hero-art picture img, .service-hero-art > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.service-hero-copy { position: relative; z-index: 1; padding-top: 180px; }
.service-hero-copy h1 { width: 504px; margin: 0 0 40px; color: rgba(0,0,0,.9); font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 36px; line-height: 48px; font-weight: 400; }
.service-hero-copy p { width: 600px; margin: 0; color: rgba(15,15,15,.45); font-size: 16px; line-height: 24px; }
.service-solutions { height: var(--service-solutions); padding-top: 140px; background: linear-gradient(181.7deg,#fff 2.56%,#f3f4fb 111.02%); }
.service-section-heading { text-align: center; }
.service-section-heading > p { margin: 0 0 12px; color: var(--brand); font-size: 20px; line-height: 28px; }
.service-section-heading h2 { margin: 0; color: rgba(0,0,0,.9); font-size: 36px; line-height: 32px; font-weight: 400; }
.service-solution-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(2,1fr); gap: 60px 24px; }
.service-solution-card { min-width: 0; text-align: center; color: rgba(15,15,15,.88); }
.service-solution-art { width: 180px; height: 180px; margin: 0 auto 16px; display: block; overflow: hidden; }
.service-solution-art img { width: 100%; height: 100%; object-fit: contain; }
.service-solution-card h3 { margin: 0 0 8px; font-size: 16px; line-height: 24px; font-weight: 500; }
.service-solution-card p { max-width: 500px; margin: 0 auto; font-size: 14px; line-height: 22px; }
.service-page--government .service-solution-card p { max-width: 450px; }
.service-value { height: var(--service-value); padding-top: 140px; background: #fff; }
.service-value-panel { height: 502px; margin-top: 80px; display: grid; grid-template-columns: 439px 1fr; border: 1px solid rgba(15,15,15,.1); background: #fff; overflow: hidden; }
.service-value-items { display: grid; grid-template-rows: repeat(4,1fr); }
.service-value-item { display: contents; }
.service-value-tab { position: relative; min-height: 0; padding: 24px 32px; display: flex; align-items: center; gap: 16px; border: 0; background: #f5f6fc; color: rgba(0,0,0,.9); text-align: left; cursor: pointer; }
.service-value-tab + .service-value-tab { border-top: 1px solid rgba(15,15,15,.04); }
.service-value-tab.is-active { background: #fff; }
.service-value-tab img { width: 24px; height: 24px; flex: 0 0 auto; }
.service-value-tab span { font-size: 16px; line-height: 24px; }
.service-value-desktop-stage { min-width: 0; display: grid; grid-template-rows: 400px 1fr; }
.service-value-desktop-stage > img { width: 100%; height: 400px; object-fit: cover; }
.service-value-desktop-stage > p { margin: 0; padding: 32px; color: rgba(15,15,15,.88); font-size: 14px; line-height: 22px; background: #fff; }
.service-value-mobile-stage { display: none; }
.service-ability { position: relative; min-height: var(--service-ability); height: auto; padding: 140px 0; overflow: hidden; background: linear-gradient(180deg,#fff 0%,#f3f4fb 100%); }
.service-ability-bg { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; opacity: .9; }
.service-ability .container { position: relative; z-index: 1; }
.service-ability-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(2,1fr); gap: 24px 48px; }
.service-ability-card { padding: 40px; background: linear-gradient(90deg,#fff 0%,#fefefe 100%); border: 1px solid #f7f7f7; border-radius: 20px; box-shadow: 0 2px 20px rgba(213,188,233,.2); color: rgba(15,15,15,.88); }
.service-ability-grid--3 .service-ability-card:last-child { grid-column: 1 / -1; }
.service-ability-card h3 { margin: 0 0 8px; font-size: 24px; line-height: 32px; font-weight: 500; }
.service-ability-card p { margin: 0; font-size: 14px; line-height: 22px; }
:focus-visible { outline: 3px solid rgba(124,44,245,.4); outline-offset: 3px; }

@media (min-width: 901px) and (max-width: 1500px) {
  .home-hero .hero-art { left: 43%; top: -55px; width: 1380px; height: auto; }
  .home-hero .hero-copy h1 { width: 580px; max-width: 47%; white-space: normal; font-size: 48px; }
  .home-hero .hero-copy { padding-top: 112px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 32px, 680px); }
  .site-header, .nav-wrap { height: 64px; }
  .desktop-nav, .nav-tools { display: none; }
  .brand { width: 106px; }
  .menu-button { margin-left: auto; width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; border: 0; background: transparent; }
  .menu-button i { display: block; width: 20px; height: 1.5px; background: #222; transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] i:first-child { transform: translateY(6.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] i:last-child { transform: translateY(-6.5px) rotate(-45deg); }
  .mobile-nav { display: grid; position: absolute; top: 64px; left: 0; right: 0; background: rgba(255,255,255,.98); padding: 8px 20px 20px; box-shadow: 0 16px 30px rgba(20,12,40,.08); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: .2s; }
  .mobile-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .mobile-nav > a, .mobile-service-toggle { width: 100%; padding: 13px 4px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; font: inherit; text-align: left; }
  .mobile-nav a[aria-current="page"], .mobile-service-toggle[aria-current="page"] { color: var(--brand); }
  .mobile-service-toggle { display: block; cursor: pointer; }
  .mobile-service-toggle span { display: none; }
  .mobile-service-links { display: none; grid-template-columns: repeat(2,1fr); padding: 8px 0 0 16px; }
  .mobile-service-menu.is-open .mobile-service-links { display: grid; }
  .mobile-service-links a { padding: 13px 4px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-title { font-size: 28px; }
  .home-hero { min-height: 666px; }
  .home-hero .hero-picture { inset: 0; }
  .home-hero .hero-art { inset: 0; width: 100%; height: 100%; max-width: 100%; object-fit: cover; object-position: center bottom; }
  .home-hero .hero-copy { text-align: center; padding-top: 46px; max-width: 100%; }
  .hero h1 { font-size: 32px; line-height: 1.45; max-width: 300px; margin-inline: auto; }
  .hero-subtitle { font-size: 14px; margin: 8px 0 18px; }
  .button { min-height: 44px; padding: 0 24px; font-size: 14px; }
  .value-strip { display: none; }
  .service-grid, .value-cards, .news-grid, .contact-top { grid-template-columns: 1fr; }
  .service-grid { gap: 12px; }
  .service-card { min-height: 164px; padding: 16px; display: grid; grid-template-columns: 96px 1fr; }
  .service-card img { width: 92px; height: 92px; grid-row: 1 / span 3; grid-column: 1; margin: auto; }
  .service-card .card-copy { grid-column: 2; }
  .service-card h3 { font-size: 18px; }
  .service-card p { font-size: 13px; }
  .contact-band { height: auto; overflow: visible; display: flex; flex-direction: column; gap: 32px; }
  .contact-list { position: static; width: 100%; gap: 28px; }
  .contact-item { grid-template-columns: 56px 1fr; min-height: 56px; }
  .contact-icon { width: 56px; height: 56px; }
  .contact-icon img { width: 24px; height: 24px; }
  .contact-item h3 { font-size: 17px; line-height: 24px; margin-bottom: 4px; }
  .contact-item p { font-size: 14px; line-height: 22px; }
  .home-contact-map { position: static; width: 100%; height: auto; }
  .home-contact-map img { height: auto; object-fit: contain; }
  .page-hero { min-height: 390px; }
  .page-hero .container { padding-top: 38px; text-align: center; }
  .page-hero h1 { font-size: 32px; }
  .page-hero img { width: 100%; height: 58%; right: 0; top: auto; bottom: 0; object-position: center bottom; }
  body[data-page="about"] .site-header { position: relative; background: #fff; box-shadow: 0 1px 0 rgba(15,15,15,.1); }
  body[data-page="about"] .nav-wrap { width: 100%; padding: 0 20px; }
  body[data-page="about"] .menu-button { width: 32px; height: 32px; gap: 4px; }
  body[data-page="about"] .menu-button i { width: 17.5px; }
  .about-hero { height: 547px; }
  .about-hero::after { background: linear-gradient(198.638deg, #f6f8fc 47.751%, rgba(236,236,254,0) 90.61%); }
  .about-visual { top: 6.6%; bottom: auto; left: -95.62%; width: 270.07%; height: 108.59%; object-fit: fill; }
  .about-intro { top: 48px; left: 16px; align-items: flex-start; gap: 24px; width: calc(100% - 32px); max-width: none; transform: none; text-align: left; }
  .about-intro h1 { font-size: 30px; line-height: 46px; }
  .about-copy-desktop { display: none; }
  .about-copy-mobile { display: block; width: 100%; color: rgba(15,15,15,.65); font-size: 14px; line-height: 22px; text-align: left; overflow-wrap: anywhere; }
  .about-copy-mobile p { color: inherit; font-size: inherit; line-height: inherit; text-align: inherit; }
  .about-copy-mobile p + p { margin-top: 22px; }
  .value-card { min-height: 0; padding: 28px 20px; }
  .value-card img { width: 150px; height: 150px; }
  .about-qualification, .about-capabilities { height: auto; display: flex; flex-direction: column; align-items: center; gap: 48px; padding: 48px 16px; }
  .about-qualification { min-height: 728px; }
  .about-qualification-art { left: -129.47%; top: 0; width: 267.38%; height: 100%; transform: none; object-fit: fill; }
  .about-qualification::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, rgba(250,251,254,0) 65.305%, #f9fafd 82.133%); pointer-events: none; }
  .about-feature-heading, .about-capabilities-heading { position: relative; top: auto; left: auto; width: min(335px, 100%); transform: none; }
  .about-feature-eyebrow { margin-bottom: 4px; font-size: 14px; line-height: 22px; }
  .about-feature-heading h2 { font-size: 30px; line-height: 46px; }
  .about-feature-summary { margin-top: 0; font-size: 14px; line-height: 22px; }
  .about-qualification-spacer { display: block; position: relative; z-index: 0; flex: 0 0 254px; width: 100%; }
  .about-qualification-copy { position: relative; z-index: 1; top: auto; left: auto; width: 100%; font-size: 16px; line-height: 24px; letter-spacing: -.48px; text-align: left; overflow-wrap: anywhere; }
  .about-qualification-copy p { margin: 0 0 24px; }
  .about-qualification-copy p:last-child { margin-bottom: 0; }
  .about-capabilities { background: #f2f2fd; }
  .about-capabilities::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg,#f2f2fd 0%,rgba(242,242,253,0) 9.234%); pointer-events: none; }
  .about-capabilities-art { left: -166.92%; top: 2.37%; width: 315.27%; height: 55.54%; object-fit: fill; }
  .about-capabilities-heading { z-index: 1; }
  .about-capabilities-heading .about-feature-summary { width: 100%; margin-left: 0; }
  .desktop-label { display: none; }
  .mobile-label { display: inline; }
  .about-capabilities-spacer { display: block; position: relative; z-index: 0; flex: 0 0 166px; width: 100%; }
  .about-capability-list { position: relative; z-index: 1; top: auto; left: auto; width: min(335px, 100%); display: grid; gap: 14px; }
  .about-capability-card { min-height: 0; padding: 24px 16px; border: 1px solid rgba(15,15,15,.05); box-shadow: 0 6px 20px rgba(89,71,128,.07); }
  .about-capability-card h3 { margin-bottom: 6px; }
  .about-capability-card p { text-align: center; }
  .contact-panel { padding: 24px 16px; }
  .contact-hero { height: 390px; min-height: 390px; }
  .news-hero { height: 390px; min-height: 390px; }
  .contact-hero .container { padding: 96px 0 0; text-align: left; }
  .news-hero .container { padding: 96px 0 0; text-align: left; }
  .contact-hero .eyebrow { margin-bottom: 4px; font-size: 14px; line-height: 22px; }
  .news-hero .eyebrow { width: auto; height: auto; margin-bottom: 4px; font-size: 14px; line-height: 22px; }
  .contact-hero h1 { font-size: 30px; line-height: 46px; }
  .news-hero h1 { font-size: 30px; line-height: 46px; }
  .contact-hero p:last-child { width: 55%; margin-top: 8px; font-size: 14px; line-height: 22px; }
  .news-hero p:last-child { width: 55%; margin-top: 8px; font-size: 14px; line-height: 22px; }
  .news-hero p:last-child br { display: initial; }
  .contact-hero > img { inset: auto auto 0 -35%; width: 170%; height: auto; object-fit: contain; }
  .news-hero > img { inset: auto auto 0 -35%; width: 170%; height: auto; object-fit: contain; }
  .contact-section { padding-bottom: 64px; }
  .contact-section .contact-panel { min-height: 0; margin-top: -48px; padding: 24px 16px; }
  .contact-section .contact-top { grid-template-columns: 1fr; height: auto; gap: 28px; margin: 32px 0 24px; }
  .contact-section .contact-item { min-height: 0; }
  .contact-section .contact-map { height: auto; aspect-ratio: 1.55 / 1; border-radius: 12px; }
  .service-page { --service-hero: auto; --service-solutions: auto; --service-value: auto; --service-ability: auto; }
  .service-hero { min-height: 568px; height: auto; overflow: hidden; }
  .service-hero-art { top: 0; height: 100%; }
  .service-hero-art picture img, .service-hero-art > img { left: 0; width: 100%; min-width: 0; transform: none; object-fit: fill; }
  .service-page--spatial .service-hero-art picture img { top: 0; bottom: auto; left: max(-146.06vw, -547.73px); width: min(288.09vw, 1080.34px); height: auto; }
  .service-page--city .service-hero-art picture img { inset: 0; width: 100%; height: 100%; object-fit: fill; }
  .service-hero-copy { padding-top: 48px; text-align: left; }
  .service-hero-copy h1 { width: 100%; margin: 0 0 24px; font-size: 30px; line-height: 46px; }
  .service-hero-copy p { width: 100%; font-size: 14px; line-height: 22px; text-align: left; overflow-wrap: anywhere; }
  .service-solutions, .service-value, .service-ability { height: auto; padding: 48px 0; }
  .service-section-heading > p { margin-bottom: 4px; font-size: 14px; line-height: 22px; }
  .service-section-heading h2 { font-size: 30px; line-height: 46px; }
  .service-solution-grid { width: 100%; max-width: none; margin: 48px auto 0; grid-template-columns: 1fr; gap: 8px; }
  .service-solution-card { padding: 16px; border-radius: 16px; background: #fff; box-shadow: 0 6px 10px rgba(64,46,89,.06); }
  .service-solution-art { width: 92px; height: 92px; margin-bottom: 8px; }
  .service-solution-art img { opacity: var(--solution-mobile-opacity,1); object-position: var(--solution-mobile-position,center); transform: scale(var(--solution-mobile-scale,1)); }
  .service-solution-card h3 { margin-bottom: 4px; }
  .service-solution-card p { font-size: 14px; line-height: 22px; text-align: center; color: rgba(15,15,15,.65); }
  .service-page--government .service-solution-card p { max-width: none; }
  .service-value-panel { height: auto; margin-top: 48px; grid-template-columns: 1fr; border-radius: 16px; }
  .service-value-items { display: block; }
  .service-value-item { display: block; }
  .service-value-tab { width: 100%; min-height: 64px; padding: 20px 16px; }
  .service-value-item.is-active .service-value-tab { min-height: 72px; }
  .service-value-mobile-stage { display: none; background: #fff; }
  .service-value-item.is-active .service-value-mobile-stage { display: block; }
  .service-value-mobile-stage > img { width: 100%; height: 164px; display: block; object-fit: cover; }
  .service-value-mobile-stage > p { min-height: 100px; margin: 0; padding: 17px 16px; color: rgba(15,15,15,.88); font-size: 14px; line-height: 22px; }
  .service-value-desktop-stage { display: none; }
  .service-ability-bg { height: auto; top: auto; bottom: 0; object-fit: contain; object-position: bottom; }
  .service-page--professional .service-ability-bg { content: url("assets/services-value-detail.webp"); }
  .service-ability-grid { width: 100%; max-width: none; margin: 48px auto 0; grid-template-columns: 1fr; gap: 14px; padding-top: 0; }
  .service-ability-grid--3 .service-ability-card:last-child { grid-column: auto; }
  .service-solution-card,
  .service-value-panel,
  .service-ability-card {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  .service-ability-card { padding: 16px; border-radius: 16px; box-shadow: 0 6px 20px rgba(89,71,128,.07); }
  .service-ability-card h3 { margin-bottom: 6px; font-size: 16px; line-height: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Figma alignment pass: ez3BRTkmaORvPNkqWTP2lo */
.hero-line { display: inline; }
.mobile-footer-nav { display: none; }

body[data-page="home"] main > .section-wash { height: 980px; padding: 140px 0; }
body[data-page="home"] .home-contact-section { height: 888px; padding: 140px 0; }
body[data-page="home"] .home-hero { margin-top: 0; padding-top: 72px; }

body[data-page="about"] main > .section-wash { height: 1013px; padding: 140px 0; background: linear-gradient(181.633deg,#fff 2.5638%,#f3f4fb 111.02%); }
body[data-page="about"] main > .section-wash > .container { width: min(1278px, calc(100% - 40px)); height: 733px; }
body[data-page="about"] main > .section-wash .section-heading { margin-bottom: 80px; }
body[data-page="about"] main > .section-wash .eyebrow { font-size: 20px; line-height: 28px; margin-bottom: 12px; }
body[data-page="about"] main > .section-wash .section-title { font-size: 36px; line-height: 32px; }
body[data-page="about"] .value-card { min-width: 0; min-height: 521px; height: 521px; padding: 88px 35px 0; border: 0; border-radius: 24px; background: #fff; box-shadow: 0 2px 20px rgba(124,44,245,.05); }
body[data-page="about"] .value-card:first-child { padding: 87px 34px 0; border: 1px solid rgba(124,44,245,.1); background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(124,44,245,.03) 100%),#fff; }
body[data-page="about"] .value-card-art { position: relative; width: 186px; height: 186px; margin: 0 auto 56px; overflow: hidden; opacity: .8; }
body[data-page="about"] .value-card-art img { position: absolute; max-width: none; margin: 0; object-fit: fill; }
body[data-page="about"] .value-card:nth-child(1) .value-card-art img { top: -30.48%; left: -28.23%; width: 153.97%; height: 153.97%; }
body[data-page="about"] .value-card:nth-child(2) .value-card-art img { top: -25.27%; left: -22.28%; width: 144.97%; height: 144.97%; }
body[data-page="about"] .value-card:nth-child(3) .value-card-art img { top: -20.97%; left: -18.95%; width: 137.91%; height: 137.91%; }
body[data-page="about"] .value-card h3 { margin: 0 0 24px; color: rgba(0,0,0,.9); font-size: 28px; line-height: 32px; font-weight: 500; }
body[data-page="about"] .value-card h3::after { content: ""; display: block; width: 32px; height: 2px; margin: 24px auto 0; border-radius: 36px; background: var(--brand); }
body[data-page="about"] .value-card p { width: min(340px,100%); margin: 0 auto; color: rgba(15,15,15,.45); font-size: 16px; line-height: 24px; }

@media (min-width: 901px) {
  body[data-page="about"] .about-qualification > picture::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180.407deg, #fff 0.55574%, rgba(243,244,251,0) 60.213%); pointer-events: none; }
  body[data-page="about"] .about-capabilities-heading { left: 50%; transform: translateX(-50%); }
  .service-page--professional .service-hero-art { top: 0; height: 680px; }
  .service-page--professional .service-hero-copy p { width: 711px; }
}

.service-page--professional { --service-hero: 680px; --service-solutions: 1076px; --service-value: 934px; --service-ability: 790px; }
.service-page--government { --service-hero: 680px; --service-solutions: 1142px; --service-value: 1050px; --service-ability: 834px; }
.service-page--city { --service-hero: 568px; --service-solutions: 1076px; --service-value: 934px; --service-ability: 598px; }
.service-page--spatial { --service-hero: 680px; --service-solutions: 1028px; --service-value: 934px; --service-ability: 790px; }
.service-ability { height: var(--service-ability); min-height: var(--service-ability); }
@media (min-width: 901px) {
  .service-page--government .service-hero-art { top: 0; height: 680px; }
  .service-page--government .service-hero-art picture img { object-position: center bottom; }
  .service-page--government .service-hero-copy h1 { width: 468px; }
  .service-page--government .service-hero-copy p { width: 585px; }
  .service-page--government .service-solutions { background: linear-gradient(181.841deg,#fff 2.5638%,#f3f4fb 111.02%); }
  .service-page--government .service-solution-grid { grid-template-rows: 336px 314px; }
  .service-page--government .service-solution-card { height: 100%; padding: 20px 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border: 1px solid #f7f7f7; border-radius: 20px; background: transparent; box-shadow: 0 2px 40px rgba(213,188,233,.2); }
  .service-page--government .service-solution-card:first-child { height: 314px; align-self: center; }
  .service-page--government .service-solution-art { width: 150px; height: 150px; margin: 0; flex: 0 0 auto; opacity: .6; }
  .service-page--government .service-solution-art img { object-fit: cover; }
  .service-page--government .service-solution-card h3 { margin: 0; font-size: 24px; line-height: 32px; font-weight: 500; }
  .service-page--government .service-solution-card p { width: 100%; max-width: none; margin: 0; }
  .service-page--government .service-value { padding-top: 198px; }
  .service-page--government .service-value { background: linear-gradient(181.693deg,#fff 2.5638%,#f3f4fb 111.02%); }
  .service-page--government .service-value-tab { padding: 24px 40px 24px 32px; }
  .service-page--government .service-value-desktop-stage { position: relative; display: block; background: linear-gradient(180deg,rgba(255,255,255,0) 36.3%,#fff 72%); }
  .service-page--government .service-value-desktop-stage > img { position: absolute; inset: 0 0 auto; width: 100%; height: 375px; object-fit: cover; }
  .service-page--government .service-value-desktop-stage > p { position: absolute; left: 32px; right: 40px; bottom: 40px; margin: 0; padding: 0; background: transparent; }
  .service-page--government .service-ability { background: #f9fafd; }
  .service-page--government .service-ability-bg { z-index: 0; top: -83.13%; bottom: auto; height: 183.15%; object-fit: fill; object-position: center; opacity: 1; }
  .service-page--government .service-ability::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,#f9fafd 0%,#f9fafd 64.915%,rgba(245,246,252,0) 98.559%); pointer-events: none; }
  .service-page--government .service-ability .container { z-index: 2; }
  .service-page--government .service-ability-grid { gap: 48px; }
  .service-page--government .service-solution-card,
  .service-page--government .service-value-panel,
  .service-page--government .service-ability-card,
  .service-page--city .service-solution-card,
  .service-page--city .service-value-panel,
  .service-page--city .service-ability-card,
  .service-page--professional .service-solution-card,
  .service-page--professional .service-value-panel,
  .service-page--professional .service-ability-card { width: 100%; max-width: none; box-sizing: border-box; }
  .service-page--professional .service-solution-card { height: 292px; padding: 20px 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border: 1px solid #f7f7f7; border-radius: 20px; background: transparent; box-shadow: 0 2px 40px rgba(213,188,233,.2); }
  .service-page--professional .service-solution-art { width: 150px; height: 150px; margin: 0; flex: 0 0 auto; }
  .service-page--professional .service-solution-card h3 { margin: 0; font-size: 24px; line-height: 32px; font-weight: 500; }
  .service-page--professional .service-solution-card p { width: 100%; max-width: none; min-height: 44px; margin: 0; }
  .service-page--professional .service-value-desktop-stage { position: relative; display: block; background: linear-gradient(180deg,rgba(255,255,255,0) 36.3%,#fff 72%); }
  .service-page--professional .service-value-desktop-stage > img { position: absolute; inset: 0 0 auto; width: 100%; height: 410px; object-fit: cover; }
  .service-page--professional .service-value-desktop-stage > p { position: absolute; left: 32px; right: 40px; bottom: 40px; margin: 0; padding: 0; background: transparent; }
  .service-page--professional .service-ability { background: #f9fafd; }
  .service-page--professional .service-ability-bg { z-index: 0; top: -83.13%; bottom: auto; height: 183.15%; object-fit: fill; object-position: center; opacity: 1; }
  .service-page--professional .service-ability::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,#f9fafd 0%,#f9fafd 64.915%,rgba(245,246,252,0) 98.559%); pointer-events: none; }
  .service-page--professional .service-ability .container { z-index: 2; }
  .service-page--professional .service-ability-grid { gap: 48px; }
  .service-page--spatial .service-hero-art { top: 0; height: 680px; }
  .service-page--spatial .service-hero-copy p { width: 711px; }
  .service-page--spatial .service-solution-card { height: 268px; padding: 20px 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border: 1px solid #f7f7f7; border-radius: 20px; background: transparent; box-shadow: 0 2px 40px rgba(213,188,233,.2); }
  .service-page--spatial .service-solution-art { width: 150px; height: 150px; margin: 0; flex: 0 0 auto; opacity: .7; }
  .service-page--spatial .service-solution-art img { object-fit: cover; }
  .service-page--spatial .service-solution-card h3 { margin: 0; font-size: 24px; line-height: 32px; font-weight: 500; }
  .service-page--spatial .service-solution-card p { width: 100%; max-width: none; min-height: 22px; margin: 0; }
  .service-page--spatial .service-value-tab { padding: 24px 40px 24px 32px; }
  .service-page--spatial .service-value-desktop-stage { position: relative; display: block; background: linear-gradient(180deg,rgba(255,255,255,0) 36.3%,#fff 72%); }
  .service-page--spatial .service-value-desktop-stage > img { position: absolute; inset: 0 0 auto; width: 100%; height: 410px; object-fit: cover; }
  .service-page--spatial .service-value-desktop-stage > p { position: absolute; left: 32px; right: 40px; bottom: 40px; margin: 0; padding: 0; background: transparent; }
  .service-page--spatial .service-ability { background: #f9fafd; }
  .service-page--spatial .service-ability-bg { z-index: 0; top: -83.13%; bottom: auto; height: 183.15%; object-fit: fill; object-position: center; opacity: 1; }
  .service-page--spatial .service-ability::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,#f9fafd 0%,#f9fafd 64.915%,rgba(245,246,252,0) 98.559%); pointer-events: none; }
  .service-page--spatial .service-ability .container { z-index: 2; }
  .service-page--spatial .service-ability-grid { gap: 48px; }
  .service-page--city { --service-hero: 680px; }
  .service-page--city .service-hero-art { top: 0; height: 680px; }
  .service-page--city .service-hero-copy { padding-top: 146px; }
  .service-page--city .service-hero-copy h1 { width: 324px; }
  .service-page--city .service-hero-copy p { width: 639px; }
  .service-page--city .service-value-tab { padding: 24px 40px 24px 32px; }
  .service-page--city .service-value-desktop-stage { position: relative; display: block; background: linear-gradient(180deg,rgba(255,255,255,0) 36.3%,#fff 72%); }
  .service-page--city .service-value-desktop-stage > img { position: absolute; inset: 0 0 auto; width: 100%; height: 410px; object-fit: cover; }
  .service-page--city .service-value-desktop-stage > p { position: absolute; left: 32px; right: 40px; bottom: 40px; margin: 0; padding: 0; background: transparent; }
  .service-page--city .service-solution-card { height: 292px; padding: 20px 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border: 1px solid #f7f7f7; border-radius: 20px; background: transparent; box-shadow: 0 2px 40px rgba(213,188,233,.2); }
  .service-page--city .service-solution-art { width: 150px; height: 150px; margin: 0; flex: 0 0 auto; }
  .service-page--city .service-solution-card h3 { margin: 0; font-size: 24px; line-height: 32px; font-weight: 500; }
  .service-page--city .service-solution-card p { width: 100%; max-width: none; min-height: 44px; margin: 0; }
  .service-page--city .service-ability { background: #f9fafd; }
  .service-page--city .service-ability-bg { z-index: 0; top: -83.13%; bottom: auto; height: 183.15%; object-fit: fill; object-position: center; opacity: 1; }
  .service-page--city .service-ability::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,#f9fafd 0%,#f9fafd 64.915%,rgba(245,246,252,0) 98.559%); pointer-events: none; }
  .service-page--city .service-ability .container { z-index: 2; }
  .service-page--city .service-ability-grid { gap: 48px; }
}
body[data-page="services"] .service-hero { margin-top: 0; padding-top: 72px; }

/* News page */
.news-hero { height: 480px; min-height: 480px; }
.news-featured-section { height: 388px; background: #f5f6f9; }
.news-featured-panel { position: relative; z-index: 3; height: 440px; display: grid; grid-template-columns: minmax(0,800px) minmax(300px,1fr); gap: 20px; transform: translateY(-152px); }
.news-lead-card, .news-latest { overflow: hidden; border: 1px solid #fff; border-radius: 20px; background: #fff; box-shadow: 0 0 32px rgba(76,60,104,.04); }
.news-lead-card { display: grid; grid-template-rows: 354px 86px; }
.news-lead-card > img { width: 100%; height: 354px; object-fit: cover; }
.news-lead-copy { padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.news-lead-copy h2 { margin: 0 0 8px; font-size: 18px; line-height: 26px; font-weight: 500; }
.news-lead-copy time, .news-latest time { display: block; color: var(--muted); font-size: 12px; line-height: 20px; }
.news-lead-copy > a { flex: 0 0 auto; font-size: 14px; }
.news-latest { padding: 20px; }
.news-latest h2 { margin: 0 0 12px; font-size: 20px; line-height: 28px; font-weight: 600; }
.news-latest ol { position: relative; list-style: none; margin: 0; padding: 0 0 0 18px; }
.news-latest ol::before { content: ""; position: absolute; left: 3px; top: 19px; bottom: 19px; width: 1px; background: rgba(124,44,245,.18); }
.news-latest li { position: relative; height: 82px; }
.news-latest li::before { content: ""; position: absolute; left: -18px; top: 19px; width: 7px; height: 7px; border-radius: 50%; background: rgba(15,15,15,.16); }
.news-latest li:first-child::before { background: var(--brand); }
.news-latest a { height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 12px; border-radius: 12px; }
.news-latest a:hover { background: #faf8ff; }
.news-latest a span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; line-height: 24px; font-weight: 500; }
.news-all-section { height: 761px; padding: 0; background: linear-gradient(180deg,#f5f6f9 0%,#f3f4fb 100%); }
.news-all-title { margin: 0 0 32px; font-size: 36px; line-height: 48px; font-weight: 400; }
.news-card { box-shadow: 0 2px 6.2px rgba(124,44,245,.05); }
.news-card img { aspect-ratio: 1800 / 766; border-radius: 4px; }
.news-card h3 { margin: 16px 0 8px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; line-height: 24px; font-weight: 500; }

@media (max-width: 900px) {
  .hero-line { display: block; }
  body[data-page="home"] .site-header { position: relative; background: #fff; box-shadow: 0 1px 0 rgba(15,15,15,.1); }
  body[data-page="home"] .nav-wrap { width: auto; margin-inline: 20px; padding: 0; }
  body[data-page="home"] .menu-button { width: 32px; height: 32px; gap: 4px; }
  body[data-page="home"] .menu-button i { width: 17.5px; }
  body[data-page="home"] .home-hero { min-height: 560px; height: 560px; margin-top: 0; padding-top: 0; }
  .home-hero .hero-art { left: -138.31%; top: 0; width: 301.15%; height: 123.04%; max-width: none; object-fit: fill; object-position: center; }
  .home-hero .hero-copy { width: auto; max-width: none; margin-inline: 20px; padding-top: 48px; }
  .home-hero .hero-copy h1 { width: 100%; max-width: none; white-space: normal; font-size: 30px; line-height: 46px; }
  .home-hero .hero-subtitle { margin: 8px 0 24px; font-size: 14px; line-height: 22px; }
  .home-hero .button { min-height: 40px; padding: 8px 24px; font-size: 16px; line-height: 24px; }
  .home-hero .button span { display: none; }

  body[data-page="home"] main > .section-wash { height: auto; min-height: 0; padding: 48px 0; overflow: hidden; background: linear-gradient(186.935deg,#fff 2.5638%,#f3f4fb 111.02%); }
  body[data-page="home"] main > .section-wash > .container,
  body[data-page="home"] .home-contact-section > .container { width: auto; max-width: none; margin-inline: 16px; }
  body[data-page="home"] .section-heading { width: auto; margin: 0 4px 48px; }
  body[data-page="home"] .section-heading .eyebrow { margin-bottom: 4px; font-size: 14px; line-height: 22px; }
  body[data-page="home"] .section-title { font-size: 30px; line-height: 46px; }
  body[data-page="home"] .service-grid { width: 100%; gap: 16px; }
  body[data-page="home"] .service-card { min-height: 128px; height: 128px; grid-template-columns: 80px minmax(0,1fr); grid-template-rows: 80px; gap: 16px; padding: 24px 16px; border: 1px solid #f7f7f7; border-radius: 20px; background: linear-gradient(90deg,#fff 0%,#fefefe 100%); box-shadow: 0 2px 20px rgba(213,188,233,.2); }
  body[data-page="home"] .service-card img { width: 80px; height: 80px; grid-column: 1; grid-row: 1; }
  body[data-page="home"] .service-card .card-copy { min-width: 0; grid-column: 2; grid-row: 1; align-self: center; }
  body[data-page="home"] .service-card .number { display: block; color: rgba(124,44,245,.5); font-size: 24px; line-height: 32px; }
  body[data-page="home"] .service-card h3 { margin: 0; font-size: 16px; line-height: 24px; }
  body[data-page="home"] .service-card p { color: rgba(15,15,15,.88); font-size: 14px; line-height: 22px; }
  body[data-page="home"] .home-contact-section { height: auto; min-height: 0; padding: 48px 0; overflow: hidden; background: linear-gradient(185.262deg,#fff 2.5638%,#f3f4fb 111.02%); }
  body[data-page="home"] .home-contact-section .contact-band { gap: 32px; }
  body[data-page="home"] .home-contact-section .contact-list { gap: 32px; padding: 0 8px; }
  body[data-page="home"] .home-contact-section .contact-item { grid-template-columns: 60px 1fr; min-height: 60px; }
  body[data-page="home"] .home-contact-section .contact-icon { width: 60px; height: 60px; }
  body[data-page="home"] .home-contact-map { width: calc(100% + 32px); margin-left: -16px; }

  .site-footer { height: auto; min-height: 397px; padding: 32px 0; overflow: visible; background: linear-gradient(183deg,#fff 2.5%,#f3f4fb 111%); }
  .footer-grid { width: 327px; max-width: calc(100% - 48px); margin-left: auto; margin-right: auto; display: block; }
  .footer-company { width: 100%; padding: 0 0 24px; }
  .footer-company img { width: 283.265px; height: 32px; margin: 0; object-fit: contain; }
  .footer-company-contact, .footer-grid > .footer-column { display: none; }
  .mobile-footer-nav { display: block; margin-top: 8px; border-top: 1px solid #dfe2df; }
  .mobile-footer-nav details { border-bottom: 1px solid #dfe2df; }
  .mobile-footer-nav details:last-child { border-bottom: 0; }
  .mobile-footer-nav summary { height: 56px; display: flex; align-items: center; justify-content: space-between; list-style: none; color: rgba(0,0,0,.82); font-size: 18px; line-height: 25px; font-weight: 600; cursor: pointer; }
  .mobile-footer-nav summary::-webkit-details-marker { display: none; }
  .mobile-footer-nav summary::after { content: "⌄"; color: rgba(15,15,15,.45); font-size: 18px; line-height: 1; transform: translateY(-2px); }
  .mobile-footer-nav details[open] summary::after { transform: rotate(180deg) translateY(2px); }
  .mobile-footer-nav details > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 2px 0 16px; }
  .mobile-footer-nav a, .mobile-footer-nav p { margin: 0; color: rgba(15,15,15,.88); font-size: 16px; line-height: 24px; }
  .mobile-footer-nav .mobile-footer-contact { display: block; padding-top: 2px; }
  .mobile-footer-contact p + p { margin-top: 8px; }
  .footer-legal { width: 327px; max-width: calc(100% - 48px); min-height: 48px; margin-top: 24px; padding-top: 16px; border-top: 1px solid #dfe2df; flex-direction: column; gap: 2px; font-size: 14px; line-height: 22px; }

  body[data-page="about"] main > .section-wash { height: 1062px; padding: 48px 0; overflow: hidden; background: linear-gradient(188.702deg,#fff 2.5638%,#f3f4fb 111.02%); }
  body[data-page="about"] main > .section-wash > .container { width: auto; max-width: none; height: auto; margin-inline: 16px; }
  body[data-page="about"] main > .section-wash .section-heading { width: auto; margin: 0 4px 48px; }
  body[data-page="about"] main > .section-wash .eyebrow { margin-bottom: 4px; font-size: 14px; line-height: 22px; }
  body[data-page="about"] main > .section-wash .section-title { font-size: 30px; line-height: 46px; }
  body[data-page="about"] .value-cards { gap: 24px; }
  body[data-page="about"] .value-card { width: 100%; min-width: 0; min-height: 0; height: 266px; padding: 48px 16px; border-color: rgba(124,44,245,.1); border-radius: 24px; box-shadow: 0 2px 10px rgba(124,44,245,.05); }
  body[data-page="about"] .value-card:first-child { padding: 48px 16px; border-color: rgba(124,44,245,.1); background: #fff; }
  body[data-page="about"] .value-card-art { position: relative; width: 90px; height: 90px; margin: 0 auto 16px; overflow: hidden; opacity: .8; }
  body[data-page="about"] .value-card-art img { position: absolute; max-width: none; margin: 0; object-fit: fill; }
  body[data-page="about"] .value-card:nth-child(1) .value-card-art img { top: -30.48%; left: -28.23%; width: 153.97%; height: 153.97%; }
  body[data-page="about"] .value-card:nth-child(2) .value-card-art img { top: -25.27%; left: -22.28%; width: 144.97%; height: 144.97%; }
  body[data-page="about"] .value-card:nth-child(3) .value-card-art img { top: -20.97%; left: -18.95%; width: 137.91%; height: 137.91%; }
  body[data-page="about"] .value-card h3 { margin: 0 0 8px; color: rgba(15,15,15,.88); font-size: 16px; line-height: 24px; font-weight: 500; }
  body[data-page="about"] .value-card h3::after { content: ""; display: block; width: 32px; height: 2px; margin: 8px auto 0; border-radius: 36px; background: var(--brand); }
  body[data-page="about"] .value-card p { width: 100%; max-width: 340px; margin: 0 auto; color: rgba(15,15,15,.65); font-size: 14px; line-height: 22px; text-align: center; }
  body[data-page="about"] .about-qualification { height: 728px; min-height: 728px; }
  body[data-page="about"] .about-capabilities { height: 988px; min-height: 988px; padding-inline: 16px; }
  body[data-page="about"] .about-capabilities-heading { width: auto; align-self: stretch; margin-inline: 4px; }
  body[data-page="about"] .about-capabilities-heading .about-feature-summary { width: 100%; margin-top: 10px; margin-left: 0; letter-spacing: 0; }
  body[data-page="about"] .about-capability-list { width: 100%; max-width: none; }

  .service-page { --service-hero: 666px; }
  body[data-page="services"] .service-hero { height: var(--service-hero); min-height: var(--service-hero); margin-top: 0; padding-top: 64px; }
  .service-solutions, .service-value, .service-ability { height: auto; min-height: 0; padding: 48px 0; overflow: visible; }
  .service-section-heading { height: 72px; }
  .service-solution-grid, .service-value-panel, .service-ability-grid { margin-top: 48px; }
  .service-solution-card h3 { margin-bottom: 8px; font-size: 16px; line-height: 24px; }
  .service-solution-grid { gap: 8px; }
  .service-value-panel { height: auto; }
  .service-value-item:not(.is-active) .service-value-tab { height: 64px; }

  /* Contact mobile: Figma node 398:13245 */
  body[data-page="contact"] .site-header { position: relative; background: #fff; box-shadow: 0 1px 0 rgba(15,15,15,.1); }
  body[data-page="contact"] .nav-wrap { width: 100%; padding: 0 20px; }
  body[data-page="contact"] .menu-button { width: 32px; height: 32px; gap: 4px; }
  body[data-page="contact"] .menu-button i { width: 17.5px; }
  body[data-page="contact"] .contact-hero { height: 474px; min-height: 474px; display: flex; flex-direction: column; align-items: center; padding: 48px 16px 24px; }
  body[data-page="contact"] .contact-hero .container { width: min(335px, 100%); max-width: 335px; margin: 0; padding: 0; text-align: center; }
  body[data-page="contact"] .contact-hero .eyebrow { width: 100%; margin: 0; font-size: 14px; line-height: 22px; }
  body[data-page="contact"] .contact-hero h1 { margin: 0; font-size: 30px; line-height: 46px; font-weight: 400; }
  body[data-page="contact"] .contact-hero p:last-child { width: 100%; margin: 0; color: rgba(15,15,15,.45); font-size: 14px; line-height: 22px; }
  body[data-page="contact"] .contact-mobile-break { display: initial; }
  body[data-page="contact"] .contact-hero::before { display: block; background: linear-gradient(180deg,#eeedf9 3.27%,#f6f7fc 35.184%,rgba(245,246,249,0) 58.333%); }
  body[data-page="contact"] .contact-hero::after { display: none; }
  body[data-page="contact"] .contact-hero > img { content: url("assets/contact-hero-mobile-figma.png"); inset: .13% auto auto -208.55%; width: 369.07%; height: 99.91%; max-width: none; object-fit: fill; object-position: center; }
  body[data-page="contact"] .contact-section { height: 720px; padding: 0 0 48px; display: flow-root; }
  body[data-page="contact"] .contact-section .contact-panel { width: calc(100% - 32px); max-width: none; height: 783px; min-height: 783px; margin: 0 16px; padding: 24px 16px; overflow: visible; transform: translateY(-104px); }
  body[data-page="contact"] .contact-section .section-title { margin: 0; font-size: 24px; line-height: 32px; font-weight: 500; }
  body[data-page="contact"] .contact-section .contact-top { height: 316px; margin: 40px 0 36px; display: flex; flex-direction: column; gap: 32px; }
  body[data-page="contact"] .contact-section .contact-item { width: 100%; min-height: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
  body[data-page="contact"] .contact-section .contact-icon { width: 52px; height: 52px; border-radius: 9.176px; }
  body[data-page="contact"] .contact-section .contact-icon img { width: 24.471px; height: 24.471px; }
  body[data-page="contact"] .contact-section .contact-item h3 { margin: 0 0 10px; font-size: 20px; line-height: 28px; font-weight: 600; }
  body[data-page="contact"] .contact-section .contact-item p { margin: 0; color: rgba(15,15,15,.88); font-size: 16px; line-height: 24px; }
  body[data-page="contact"] .contact-section .contact-map { content: url("assets/contact-map-mobile-figma.png"); width: 100%; height: 311px; max-height: none; object-fit: cover; border-radius: 0; }

  /* News mobile Banner: Figma node 398:13386 */
  body[data-page="news"] .site-header {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 0 rgba(15,15,15,.1);
  }
  body[data-page="news"] .nav-wrap {
    width: 100%;
    padding: 0 20px;
  }
  body[data-page="news"] .menu-button {
    width: 32px;
    height: 32px;
    gap: 4px;
  }
  body[data-page="news"] .menu-button i { width: 17.5px; }
  body[data-page="news"] .news-hero {
    height: 419px;
    min-height: 419px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 16px 24px;
  }
  body[data-page="news"] .news-hero .container {
    width: min(335px, 100%);
    max-width: 335px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  body[data-page="news"] .news-hero .eyebrow {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
  }
  body[data-page="news"] .news-hero h1 {
    margin: 0;
    font-size: 30px;
    line-height: 46px;
  }
  body[data-page="news"] .news-hero p:last-child {
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
  }
  body[data-page="news"] .news-hero::before,
  body[data-page="news"] .news-hero::after { display: none; }
  body[data-page="news"] .news-hero > img {
    content: url("assets/news-hero-mobile-figma.png");
    inset: auto auto auto -191.23%;
    top: .05%;
    left: -191.23%;
    width: 343.62%;
    height: 112.92%;
    max-width: none;
    object-fit: fill;
    object-position: center;
  }
  body[data-page="news"] .news-featured-section { height: 623px; }
  body[data-page="news"] .news-featured-panel { width: calc(100% - 32px); max-width: none; height: 677px; display: flex; flex-direction: column; gap: 0; transform: translateY(-54px); border: 2px solid #fff; border-radius: 20px; background: rgba(255,255,255,.6); backdrop-filter: blur(16px); overflow: hidden; }
  body[data-page="news"] .news-lead-card { width: calc(100% + 4px); height: 236px; display: flex; flex-direction: column; gap: 16px; flex: 0 0 236px; margin-left: -2px; padding: 12px; border: 0; border-radius: 12px; background: transparent; box-shadow: 0 2px 6.2px rgba(124,44,245,.05); }
  body[data-page="news"] .news-lead-card > img { width: 100%; height: 136px; flex: 0 0 136px; border-radius: 4px; }
  body[data-page="news"] .news-lead-copy { min-width: 0; padding: 0; }
  body[data-page="news"] .news-lead-copy > div { min-width: 0; flex: 1 1 auto; overflow: hidden; }
  body[data-page="news"] .news-lead-copy h2 { margin-bottom: 8px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 20px; line-height: 28px; font-weight: 600; }
  body[data-page="news"] .news-lead-copy time { font-size: 16px; line-height: 24px; }
  body[data-page="news"] .news-lead-copy > a { display: none; }
  body[data-page="news"] .news-latest { width: calc(100% + 4px); height: 440px; flex: 0 0 440px; margin-left: -2px; padding: 24px 16px; border: 0; border-radius: 20px; background: transparent; box-shadow: none; }
  body[data-page="news"] .news-latest h2 { margin-bottom: 24px; font-size: 24px; line-height: 32px; font-weight: 500; }
  body[data-page="news"] .news-latest ol { padding-left: 20px; }
  body[data-page="news"] .news-latest li { height: 82px; }
  body[data-page="news"] .news-latest a { display: grid; grid-template-columns: minmax(0,1fr) 16px; grid-template-rows: 28px 24px; column-gap: 20px; padding: 11px 0 11px 12px; background: rgba(255,255,255,.6); }
  body[data-page="news"] .news-latest a::after { content: "→"; grid-column: 2; grid-row: 1 / 3; align-self: center; width: 16px; color: #0f0f0f; font-size: 16px; line-height: 16px; }
  body[data-page="news"] .news-latest a span { grid-column: 1; grid-row: 1; font-size: 20px; line-height: 28px; font-weight: 600; }
  body[data-page="news"] .news-latest a time { grid-column: 1; grid-row: 2; font-size: 16px; line-height: 24px; }
  body[data-page="news"] .news-all-section { height: auto; min-height: 1440.761px; padding: 48px 0; overflow: visible; }
  body[data-page="news"] .news-all-section > .container { width: calc(100% - 32px); max-width: none; }
  body[data-page="news"] .news-all-title { margin: 0 0 24px; text-align: center; font-size: 30px; line-height: 46px; }
  body[data-page="news"] .news-grid { display: flex; flex-direction: column; gap: 24px; }
  body[data-page="news"] .news-card { padding: 12px; border-radius: 12px; }
  body[data-page="news"] .news-card h3 { width: 100%; min-width: 0; margin: 16px 0 8px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 20px; line-height: 28px; font-weight: 600; }
  body[data-page="news"] .news-card time { display: block; font-size: 16px; line-height: 24px; }

  /* Professional mobile page: Figma node 452:4217 */
  body[data-page="services"] .site-header {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 0 rgba(15,15,15,.1);
  }
  body[data-page="services"] .nav-wrap {
    width: 100%;
    padding: 0 20px;
  }
  body[data-page="services"] .menu-button {
    width: 32px;
    height: 32px;
    gap: 4px;
  }
  body[data-page="services"] .menu-button i { width: 17.5px; }
  body[data-page="services"] .service-hero { padding-top: 0; }
  .service-page--professional .service-hero-copy h1 br { display: none; }
  .service-page--professional .service-solutions {
    height: 1146px;
    min-height: 1146px;
    background: linear-gradient(189.37867438009596deg, rgb(255,255,255) 2.5638%, rgb(243,244,251) 111.02%);
  }
  .service-page--professional .service-solutions .service-section-heading {
    width: min(335px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .service-page--professional .service-solutions .service-solution-grid {
    margin-left: auto;
    margin-right: auto;
  }
  .service-page--professional .service-solution-card:nth-child(1) p {
    min-height: 66px;
  }
  .service-page--professional .service-solution-card:nth-child(2) h3,
  .service-page--professional .service-solution-card:nth-child(3) h3,
  .service-page--professional .service-solution-card:nth-child(4) h3 {
    margin-bottom: 4px;
  }
  .service-page--professional .service-solution-card:nth-child(2) p,
  .service-page--professional .service-solution-card:nth-child(3) p,
  .service-page--professional .service-solution-card:nth-child(4) p {
    min-height: 66px;
  }
  .service-page--professional .service-solution-card:nth-child(3) .service-solution-art {
    width: 90px;
    height: 90px;
  }
  .service-page--professional .service-value {
    background: linear-gradient(186.13668447878956deg, rgb(255,255,255) 2.5638%, rgb(243,244,251) 111.02%);
  }
  .service-page--professional .service-value .service-section-heading,
  .service-page--professional .service-ability .service-section-heading {
    width: min(335px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .service-page--professional .service-ability {
    height: 796px;
    min-height: 796px;
    overflow: hidden;
    background: #f9fafd;
  }
  .service-page--professional .service-ability-bg {
    z-index: 0;
    top: 58.12%;
    bottom: auto;
    left: -28.9%;
    width: 157.81%;
    height: 41.84%;
    object-fit: fill;
    object-position: center;
    opacity: 1;
  }
  .service-page--professional .service-ability::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, #f9fafd 0%, #f9fafd 85.373%, rgba(245,246,252,0) 100%);
    pointer-events: none;
  }
  .service-page--professional .service-ability .container { z-index: 2; }
  .service-page--professional .service-ability-card {
    padding: 23px 16px;
  }
  /* Government mobile page: Figma node 452:5472 */
  .service-page--government .service-hero-art picture img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .service-page--government .service-hero-copy h1 br { display: none; }
  .service-page--government .service-solutions {
    height: 1258px;
    min-height: 1258px;
    background: linear-gradient(190.27657459719904deg, rgb(255,255,255) 2.5638%, rgb(243,244,251) 111.02%);
  }
  .service-page--government .service-solutions .service-section-heading,
  .service-page--government .service-value .service-section-heading,
  .service-page--government .service-ability .service-section-heading {
    width: min(335px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .service-page--government .service-solution-grid,
  .service-page--government .service-value-panel,
  .service-page--government .service-ability-grid {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .service-page--government .service-solution-card:nth-child(1) { height: 274px; }
  .service-page--government .service-solution-card:nth-child(2),
  .service-page--government .service-solution-card:nth-child(3),
  .service-page--government .service-solution-card:nth-child(4) { height: 248px; }
  .service-page--government .service-solution-card:nth-child(n+2) h3 { margin-bottom: 4px; }
  .service-page--government .service-value {
    height: 746px;
    min-height: 746px;
    background: linear-gradient(186.13668447878956deg, rgb(255,255,255) 2.5638%, rgb(243,244,251) 111.02%);
  }
  .service-page--government .service-value-panel { border-radius: 0; }
  .service-page--government .service-ability {
    height: 860px;
    min-height: 860px;
    overflow: hidden;
    background: #f9fafd;
  }
  .service-page--government .service-ability-bg {
    z-index: 0;
    top: 58.12%;
    bottom: auto;
    left: -28.9%;
    width: 157.81%;
    height: 41.84%;
    object-fit: fill;
    object-position: center;
    opacity: 1;
  }
  .service-page--government .service-ability::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, #f9fafd 0%, #f9fafd 85.373%, rgba(245,246,252,0) 100%);
    pointer-events: none;
  }
  .service-page--government .service-ability .container { z-index: 2; }
  .service-page--government .service-ability-card { padding: 23px 16px; }
  .service-page--city .service-solutions {
    height: 1148px;
    min-height: 1148px;
    background: linear-gradient(189.39475049618494deg, rgb(255,255,255) 2.5638%, rgb(243,244,251) 111.02%);
  }
  .service-page--city .service-solutions .service-section-heading {
    width: min(335px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .service-page--city .service-solutions .service-solution-grid {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .service-page--city .service-solution-card,
  .service-page--city .service-value-panel,
  .service-page--city .service-ability-card {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  .service-page--city .service-solution-card:nth-child(2) h3,
  .service-page--city .service-solution-card:nth-child(3) h3,
  .service-page--city .service-solution-card:nth-child(4) h3 {
    margin-bottom: 4px;
  }
  .service-page--city .service-solution-card:nth-child(2) p,
  .service-page--city .service-solution-card:nth-child(3) p,
  .service-page--city .service-solution-card:nth-child(4) p {
    min-height: 66px;
  }
  .service-page--city .service-value {
    height: 738px;
    min-height: 738px;
    background: linear-gradient(186.07136968785528deg, rgb(255,255,255) 2.5638%, rgb(243,244,251) 111.02%);
  }
  .service-page--city .service-value .service-section-heading,
  .service-page--city .service-ability .service-section-heading {
    width: min(335px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .service-page--city .service-value-panel {
    border-radius: 0;
  }
  .service-page--city .service-value-item.is-active .service-value-tab {
    min-height: 64px;
    height: 64px;
  }
  .service-page--city .service-ability {
    height: 620px;
    min-height: 620px;
    overflow: hidden;
    background: #f9fafd;
  }
  .service-page--city .service-ability-bg {
    z-index: 0;
    top: 50.82%;
    bottom: auto;
    left: -22.33%;
    width: 144.65%;
    height: 49.24%;
    object-fit: fill;
    object-position: center;
    opacity: 1;
  }
  .service-page--city .service-ability::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, #f9fafd 0%, #f9fafd 85.373%, rgba(245,246,252,0) 100%);
    pointer-events: none;
  }
  .service-page--city .service-ability .container { z-index: 2; }
  .service-page--city .service-ability-grid {
    width: 100%;
    max-width: none;
  }
  .service-page--city .service-ability-card {
    padding: 23px 16px;
  }
  .service-page--city .service-ability-card h3 { margin-bottom: 8px; }
}
