/* Shared mobile company-page patterns, with page-specific sections below. */
@media (max-width:1000px) {
  body.mobile-app.about-page .company-hero {background:linear-gradient(120deg,#eaf4fff2,#e3f0ffdd),url('/assets/hero-visuals/about-generated.png') center/cover;}
  .mobile-app.about-page .breadcrumbs [aria-current],.mobile-app.about-page .breadcrumbs > span:nth-last-child(2) {display:none;}
  .mobile-app.about-page .company-story {display:block;padding:28px 20px;margin:0 auto 24px;width:calc(100% - 32px);border:1px solid #d5e3ed;border-radius:24px;background:#fff;}
  .mobile-app.about-page .company-story::before {content:none;}
  .mobile-app.about-page .company-story-label h2 {font-size:30px;line-height:1.2;margin:14px 0 18px;color:#254d69;}
  .mobile-app.about-page .company-story > .large-copy {font-size:16px;line-height:1.75;margin:0 0 22px;color:#536f83;}
  .mobile-app.about-page .vision-grid {display:grid;grid-template-columns:1fr;gap:12px;margin:0;}
  .mobile-app.about-page .vision-grid > div {padding:22px 18px;border:1px solid #d2e2ce;border-radius:20px;background:#eaf3e6;}
  .mobile-app.about-page .vision-grid > div:last-child {background:#e9f2fb;border-color:#d1e0ef;}
  .mobile-app.about-page .vision-symbol {display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#d8e9d1;margin-bottom:16px;color:#386448;}
  .mobile-app.about-page .vision-grid h3 {font-size:23px;margin:0 0 12px;color:#254e60;}
  .mobile-app.about-page .vision-grid p {font-size:15px;line-height:1.75;color:#4c6b70;margin:0;}
  .mobile-app.about-page .company-figures {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:calc(100% - 32px);padding:24px 10px 18px;margin:0 auto 28px;border-radius:24px;background:#193f60;color:#fff;}
  .mobile-app.about-page .company-figures > div {display:flex;flex-direction:column;gap:10px;padding:0 8px;min-width:0;border-left:1px solid #ffffff24;text-align:center;}
  .mobile-app.about-page .company-figures > div:first-child {border:0;padding-left:8px;}
  .mobile-app.about-page .company-figures strong {font:500 clamp(23px,6.5vw,38px)/1.1 Outfit,sans-serif;color:#b9dec3;letter-spacing:-.04em;}
  .mobile-app.about-page .company-figures > div:nth-child(2) strong {color:#bfdef7;}
  .mobile-app.about-page .company-figures > div:nth-child(3) strong {color:#f0c6ad;}
  .mobile-app.about-page .company-figures span {font-size:11px;line-height:1.6;color:#e1edf4;}
  .mobile-app.about-page .company-figures > p {grid-column:1/-1;margin:18px 0 0;font-size:10px;color:#b4cbdc;text-align:center;}
  .mobile-app.about-page .values-section {width:100%;padding:28px 0;margin-bottom:24px;background:#fcf0e8;border:0;}
  .mobile-app.about-page .values-section > .container {width:calc(100% - 32px);}
  .mobile-app.about-page .values-section .section-heading {display:block;margin:0 4px 24px;}
  .mobile-app.about-page .values-section h2 {font-size:30px;line-height:1.2;margin:14px 0 18px;color:#674c39;}
  .mobile-app.about-page .values-section .section-heading > p {font-size:15px;line-height:1.75;color:#7b6657;}
  .mobile-app.about-page .values-composition {display:block;}
  .mobile-app.about-page .values-composition blockquote {display:block;max-width:none;margin:0 0 20px;padding:22px;border-radius:20px;background:#f3dfcf;font:400 24px/1.35 Outfit,sans-serif;color:#785035;}
  .mobile-app.about-page .values-section .quote-mark {display:block;font-size:54px;line-height:.6;margin-bottom:12px;color:#b7805b;}
  .mobile-app.about-page .values-section cite {display:block;font-size:12px;line-height:1.5;margin-top:18px;}
  .mobile-app.about-page .values-grid {display:grid;grid-template-columns:1fr;gap:12px;}
  .mobile-app.about-page .values-grid > article {position:relative;padding:22px 20px;border:1px solid #d6e3d3;border-radius:20px;background:#eff5eb;}
  .mobile-app.about-page .values-grid > article:nth-child(2) {background:#e9f2fb;border-color:#d3e2ed;}
  .mobile-app.about-page .values-grid > article:nth-child(3) {background:#fff9f5;border-color:#eadcd1;}
  .mobile-app.about-page .values-grid > article:nth-child(4) {background:#f0edf7;border-color:#e0d9ec;}
  .mobile-app.about-page .values-grid > article > span {display:block;font-size:12px;line-height:1.5;color:#67837a;margin:0 0 12px;}
  .mobile-app.about-page .values-grid h3 {font-size:22px;line-height:1.25;margin:0 0 12px;color:#315669;}
  .mobile-app.about-page .values-grid p {font-size:15px;line-height:1.75;color:#526e7a;margin:0;}
  .mobile-app.about-page .team-section {display:flex;flex-direction:column;gap:24px;width:calc(100% - 32px);padding:20px;margin:0 auto 28px;border:1px solid #d8e4ee;border-radius:24px;background:#e9f2fa;}
  .mobile-app.about-page .team-section::after,.mobile-app.about-page .team-portrait::before {content:none;}
  .mobile-app.about-page .team-portrait {width:100%;margin:0;border-radius:18px;overflow:hidden;}
  .mobile-app.about-page .team-portrait img {height:340px;width:100%;object-fit:cover;object-position:center 22%;border-radius:0;}
  .mobile-app.about-page .team-portrait figcaption {position:static;width:100%;margin:0;padding:14px;border:0;border-radius:0;background:#dceaf5;color:#3c647e;font-size:12px;}
  .mobile-app.about-page .team-story h2 {font-size:29px;line-height:1.2;margin:14px 0 18px;color:#254b68;}
  .mobile-app.about-page .team-story > p {font-size:15px;line-height:1.75;color:#4d6c81;margin:0 0 18px;}
  .mobile-app.about-page .team-story h3 {font-size:23px;margin:24px 0 6px;}
  .mobile-app.about-page .team-story h3 + p {font-size:12px;letter-spacing:.1em;margin:0 0 22px;}
  .mobile-app.about-page .team-story > .button {width:100%;font-size:14px;background:#165fc4;}
  @media(min-width:601px){.mobile-app.about-page .vision-grid,.mobile-app.about-page .values-grid {grid-template-columns:1fr 1fr;}.mobile-app.about-page .team-section {display:grid;grid-template-columns:1fr 1fr;align-items:center;}}
  .mobile-app:is(.solutions-page,.about-page) .company-hero { width:calc(100% - 32px); padding:22px 20px; margin:16px auto 24px; border:1px solid #d5e4f0; border-radius:24px; color:#153b59; background:linear-gradient(120deg,#eaf4ffed,#e3f0ffdd),url('/assets/hero-visuals/solutions-generated.png') center/cover; }
  .mobile-app:is(.solutions-page,.about-page) .company-hero::before { content:none; }
  .mobile-app:is(.solutions-page,.about-page) .breadcrumbs { display:flex; align-items:center; gap:8px; flex-wrap:wrap; padding:0; margin:0 0 16px; font-size:12px; color:#55748b; }
  .mobile-app:is(.solutions-page,.about-page) .breadcrumbs a { color:#286289; }
  .mobile-app:is(.solutions-page,.about-page) .breadcrumbs [aria-current] { font-size:12px; flex:1; min-width:0; }
  .mobile-app:is(.solutions-page,.about-page) .company-hero .page-intro-grid { display:flex; flex-direction:column; gap:24px; }
  .mobile-app:is(.solutions-page,.about-page) .company-eyebrow { font-size:10px; line-height:1.6; color:#477487; margin-bottom:14px; }
  .mobile-app:is(.solutions-page,.about-page) .company-hero h1 { font-size:34px; line-height:1.12; color:#173b58; margin:0 0 18px; }
  .mobile-app:is(.solutions-page,.about-page) .company-hero h1 span { color:#165fc4; }
  .mobile-app:is(.solutions-page,.about-page) .company-hero-copy > p { color:#4c6c80; font-size:15px; line-height:1.75; max-width:none; }
  .mobile-app:is(.solutions-page,.about-page) .company-hero-actions { display:grid; gap:6px; margin-top:22px; }
  .mobile-app:is(.solutions-page,.about-page) .company-hero-actions .button { width:100%; background:#165fc4; color:#fff; }
  .mobile-app:is(.solutions-page,.about-page) .company-hero-actions .text-link { justify-content:center; min-height:48px; font-size:14px; color:#29658e; }
  .mobile-app:is(.solutions-page,.about-page) .company-hero-visual { display:block; position:relative; margin:0; width:100%; border:0; border-radius:18px; overflow:hidden; }
  .mobile-app:is(.solutions-page,.about-page) .company-hero-visual img { display:block; width:100%; height:210px; object-fit:cover; border-radius:0; }
  .mobile-app:is(.solutions-page,.about-page) .company-hero-visual figcaption { position:static; display:flex; align-items:center; gap:10px; padding:14px; border:0; border-radius:0; background:#f7fcff; color:#355d79; font-size:12px; }
  .mobile-app:is(.solutions-page,.about-page) .closing-cta { display:block; width:calc(100% - 32px); padding:26px 20px; margin:24px auto; border:0; border-radius:24px; background:#c94730; }
  .mobile-app:is(.solutions-page,.about-page) .closing-cta h2 { font-size:28px; color:#fff; }
  .mobile-app:is(.solutions-page,.about-page) .closing-cta p { font-size:15px; color:#ffebe5; margin:16px 0 22px; }
  .mobile-app:is(.solutions-page,.about-page) .closing-cta .button { width:100%; background:#fff9f5; color:#a83c28; }
  .mobile-app.solutions-page .solution-jumplinks { display:flex; gap:8px; flex-wrap:nowrap; width:100%; max-width:760px; margin:0 auto 24px; padding:0 20px; overflow-x:auto; scrollbar-width:none; background:none; border:0; border-radius:0; }
  .mobile-app.solutions-page .solution-jumplinks a { flex:0 0 auto; min-height:48px; padding:12px 14px; display:flex; align-items:center; gap:8px; font-size:13px; border:1px solid #d2e0e9; border-radius:13px; color:#345974; background:#fff; }
  .mobile-app.solutions-page .solution-jumplinks .icon { width:20px; height:20px; }
  .mobile-app.solutions-page .solution-benefits { display:block; width:calc(100% - 32px); padding:28px 20px; margin:0 auto 28px; border:1px solid #d3e1d0; border-radius:24px; background:#ebf4e8; }
  .mobile-app.solutions-page .solution-benefits h2 { font-size:29px; }
  .mobile-app.solutions-page .solution-benefits ul { display:grid; grid-template-columns:1fr; gap:0; padding:0; margin:20px 0; }
  .mobile-app.solutions-page .solution-benefits li { display:flex; align-items:flex-start; gap:12px; padding:13px 0; font-size:14px; line-height:1.65; border-bottom:1px solid #cee0ca; color:#45644f; }
  .mobile-app.solutions-page .solution-benefits li .icon { width:22px; height:22px; color:#2c8059; margin-top:2px; }
  .mobile-app.solutions-page .experience-mark { display:flex; align-items:center; justify-content:flex-start; gap:16px; margin-top:20px; padding:16px 20px; border:0; border-radius:18px; background:#dcebd8; width:100%; }
  .mobile-app.solutions-page .experience-mark strong { font:500 40px/1.1 Outfit,sans-serif; color:#285a3d; }
  .mobile-app.solutions-page .experience-mark span { font-size:14px; line-height:1.5; color:#476d50; max-width:120px; }
  .mobile-app.solutions-page .solution-offerings { padding:8px 0 24px; width:calc(100% - 32px); border:0; background:none; border-radius:0; }
  .mobile-app.solutions-page .solution-offerings > .section-heading { display:block; margin:0 4px 24px; }
  .mobile-app.solutions-page .solution-offerings h2 { font-size:30px; }
  .mobile-app.solutions-page .solution-offerings .section-heading > p { font-size:15px; margin-top:16px; max-width:none; }
  .mobile-app.solutions-page .solution-offerings .service-list { display:grid; grid-template-columns:1fr; gap:18px; }
  .mobile-app.solutions-page .service-entry { display:block; padding:0; border:1px solid #d7e3ed; border-radius:22px; overflow:hidden; background:#fff; scroll-margin-top:96px; }
  .mobile-app.solutions-page .service-project-visual { display:block; position:relative; margin:0; height:auto; border-radius:0; }
  .mobile-app.solutions-page .service-project-visual img { width:100%; height:210px; object-fit:cover; border:0; border-radius:0; }
  .mobile-app.solutions-page .service-project-visual figcaption { position:static; display:flex; align-items:center; justify-content:space-between; gap:10px; padding:8px 16px; border:0; border-radius:0; background:#e9f2fb; color:#335f7a; font-size:12px; }
  .mobile-app.solutions-page .service-project-visual figcaption a { display:flex; align-items:center; gap:6px; min-height:44px; font-size:12px; color:#165b98; }
  .mobile-app.solutions-page .service-entry:nth-child(2) .service-project-visual figcaption { background:#eaf4e5; }
  .mobile-app.solutions-page .service-entry:nth-child(3) .service-project-visual figcaption { background:#fff0e7; }
  .mobile-app.solutions-page .service-entry-body { display:grid; grid-template-columns:26px minmax(0,1fr); gap:12px; padding:22px 18px; }
  .mobile-app.solutions-page .service-entry .service-number { font-size:19px; color:#5b87a1; }
  .mobile-app.solutions-page .service-entry h3 { font-size:24px; line-height:1.2; color:#1f4662; }
  .mobile-app.solutions-page .service-entry p { font-size:15px; line-height:1.75; margin:14px 0 10px; color:#506d81; }
  .mobile-app.solutions-page .service-entry .text-link { font-size:14px; min-height:48px; color:#1e66a2; }
  .mobile-app.solutions-page .service-entry.service-entry-technical { padding:20px 18px 0; background:#e9f2fa; }
  .mobile-app.solutions-page .service-entry.service-entry-technical:last-child { background:#e9f3e8; }
  .mobile-app.solutions-page .service-technical-art { width:64px; height:64px; padding:0; border-radius:18px; margin:0 0 0 38px; display:grid; place-items:center; background:#d7e7f7; }
  .mobile-app.solutions-page .service-technical-art::before,.mobile-app.solutions-page .service-technical-art::after { content:none; }
  .mobile-app.solutions-page .service-technical-art .icon { width:36px; height:36px; color:#28678d; }
  .mobile-app.solutions-page .service-entry-technical .service-entry-body { padding:18px 0 22px; }
  .mobile-app.solutions-page .company-process { display:block; width:calc(100% - 32px); padding:28px 20px 140px; margin:0 auto 28px; border:1px solid #cadfce; border-radius:24px; background:linear-gradient(#edf5e9 0%,#edf5e9 77%,#edf5e938 95%),url('/assets/company/1d749abab5a21558.jpg') center bottom/100% auto no-repeat; overflow:hidden; }
  .mobile-app.solutions-page .company-process::before,.mobile-app.solutions-page .company-process::after { content:none; }
  .mobile-app.solutions-page .company-process-heading h2 { font-size:29px; }
  .mobile-app.solutions-page .company-process-heading .section-label { font-size:10px; }
  .mobile-app.solutions-page .company-process-heading .text-link { margin:12px 0 18px; min-height:48px; }
  .mobile-app.solutions-page .company-process .process-list { display:grid; grid-template-columns:1fr; gap:0; margin:0; }
  .mobile-app.solutions-page .company-process li { position:relative; padding:0 0 24px 48px; border:0; }
  .mobile-app.solutions-page .company-process li > span { position:absolute; left:0; top:0; width:34px; height:34px; display:grid; place-items:center; background:#d8e9d2; color:#3e7550; border-radius:50%; font-size:14px; }
  .mobile-app.solutions-page .company-process li::before { content:''; position:absolute; left:16px; top:38px; bottom:0; border-left:1px solid #c2d7bc; }
  .mobile-app.solutions-page .company-process li:last-child::before { content:none; }
  .mobile-app.solutions-page .company-process h4 { font-size:17px; margin:4px 0 9px; }
  .mobile-app.solutions-page .company-process li p { font-size:14px; line-height:1.65; }
  @media (min-width:601px) { .mobile-app.solutions-page .solution-offerings .service-list { grid-template-columns:1fr 1fr; } .mobile-app.solutions-page .solution-benefits ul { grid-template-columns:1fr 1fr; gap:0 24px; } .mobile-app:is(.solutions-page,.about-page) .company-hero .page-intro-grid { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:24px; } }
}
