:root { color-scheme: light; }

html, body { width: 100%; max-width: 100%; margin: 0; }
x-dc { display: block; width: 100%; max-width: 100%; min-width: 0; }
x-dc > * { max-width: 100%; }
#dc-root, #dc-root > .sc-host { display: block; width: 100%; max-width: 100%; min-width: 0; }
section, header, footer, main { min-width: 0; }

body { overflow-x: clip; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid #8ab4f8; outline-offset: 3px; }

.brand-showcase-heading { max-width: 940px; margin: 0 auto 28px; text-align: center; }
.brand-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; }
.brand-card { overflow: hidden; border: 1px solid #dadce0; border-radius: 18px; background: #fff; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.brand-card:hover { transform: translateY(-4px); border-color: #8ab4f8; box-shadow: 0 16px 34px rgba(32,33,36,.10); }
.brand-card__cover { height: 94px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: flex-end; padding: 18px; }
.brand-card__cover::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(115deg,rgba(255,255,255,.2),transparent 50%),linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: auto,26px 26px,26px 26px; }
.brand-card__cover-icon { position: relative; z-index: 1; color: rgba(255,255,255,.66); font-size: 54px !important; }
.brand-card__body { position: relative; min-height: 178px; padding: 20px 18px 20px 76px; }
.brand-badge { position: absolute; top: -34px; left: 16px; width: 64px; height: 64px; display: grid; place-items: center; border: 5px solid #fff; border-radius: 50%; box-shadow: 0 5px 14px rgba(32,33,36,.16); font: 800 12px/1 Manrope,sans-serif; letter-spacing: -.2px; text-align: center; }
.brand-badge img { width: 82%; height: 82%; object-fit: contain; border-radius: 50%; }
.brand-card__content h3 { margin: 0 0 8px; color: #202124; font: 800 17px/1.25 Manrope,sans-serif; letter-spacing: -.3px; }
.brand-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; }
.brand-tags span { padding: 4px 8px; border-radius: 100px; background: rgba(66,133,244,.09); color: #1a63d8; font: 800 9.5px/1 Manrope,sans-serif; letter-spacing: .25px; text-transform: uppercase; }
.brand-card__content p { margin: 0; color: #5f6368; font: 400 12.5px/1.5 Inter,sans-serif; }

.contact-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; }
.contact-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(17,19,24,.68); backdrop-filter: blur(10px); cursor: pointer; }
.contact-modal__panel { position: relative; width: min(680px,100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 42px; border: 1px solid rgba(255,255,255,.75); border-radius: 28px; background: #fff; box-shadow: 0 32px 90px rgba(0,0,0,.28); }
.contact-modal__close { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #f1f3f4; color: #3c4043; cursor: pointer; }
.contact-modal__eyebrow { margin-bottom: 12px; color: #4285f4; font: 800 12px/1 Manrope,sans-serif; letter-spacing: 1.6px; text-transform: uppercase; }
.contact-modal h2 { max-width: 560px; margin: 0 0 12px; color: #202124; font: 800 36px/1.1 Manrope,sans-serif; letter-spacing: -1.2px; }
.contact-modal__panel > p { margin: 0 0 28px; color: #5f6368; font-size: 15px; line-height: 1.6; }
.contact-modal__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-modal label { display: flex; flex-direction: column; gap: 7px; color: #3c4043; font: 700 13px/1.3 Manrope,sans-serif; }
.contact-modal input,.contact-modal textarea { width: 100%; border: 1px solid #dadce0; border-radius: 12px; padding: 13px 14px; background: #fff; color: #202124; font: 400 14px/1.4 Inter,sans-serif; }
.contact-modal__message { margin-top: 16px; }
.contact-modal__error { margin-top: 12px; color: #d93025; font-size: 13px; font-weight: 600; }
.contact-modal__submit { width: 100%; margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 13px; padding: 15px 20px; background: #4285f4; color: #fff; font: 800 15px/1.3 Manrope,sans-serif; cursor: pointer; }
.contact-modal__success { min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.contact-modal__success > .material-symbols-outlined { color: #34a853; font-size: 58px; }
.contact-modal__success h2 { margin-top: 16px; }
.contact-modal__success p { max-width: 420px; color: #5f6368; line-height: 1.6; }
.contact-modal__success button { margin-top: 16px; border: 0; border-radius: 12px; padding: 12px 26px; background: #202124; color: #fff; font: 700 14px Manrope,sans-serif; cursor: pointer; }

.newsroom-page { margin: 0; background: #fff; color: #202124; font-family: Inter,sans-serif; }
.newsroom-page * { box-sizing: border-box; }
.newsroom-page a { color: inherit; text-decoration: none; }
.newsroom-shell { width: min(1180px,calc(100% - 48px)); margin: 0 auto; }
.newsroom-nav { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(218,220,224,.8); background: rgba(255,255,255,.88); backdrop-filter: blur(18px); }
.newsroom-nav__inner { width: min(1280px,calc(100% - 40px)); height: 70px; margin: 0 auto; display: flex; align-items: center; gap: 30px; }
.newsroom-brand { display: flex; align-items: center; gap: 9px; font: 800 14px Manrope,sans-serif; letter-spacing: 1.2px; white-space: nowrap; }
.newsroom-brand img { width: auto; height: 34px; }
.newsroom-brand span span { font-weight: 600; }
.newsroom-nav nav { display: flex; gap: 28px; margin-left: auto; font: 700 14px Manrope,sans-serif; }
.newsroom-nav nav a { color: #5f6368; }
.newsroom-nav nav a.active,.newsroom-nav nav a:hover { color: #202124; }
.newsroom-nav__cta { padding: 10px 18px; border-radius: 10px; background: #202124; color: #fff !important; font: 700 13px Manrope,sans-serif; }
.newsroom-hero { padding: 110px 0 80px; text-align: center; }
.newsroom-kicker { margin-bottom: 17px; color: #4285f4; font: 800 12px Manrope,sans-serif; letter-spacing: 1.8px; text-transform: uppercase; }
.newsroom-hero h1 { max-width: 940px; margin: 0 auto 22px; font: 800 clamp(52px,6.5vw,82px)/.99 Manrope,sans-serif; letter-spacing: -3.5px; }
.newsroom-hero p { max-width: 720px; margin: 0 auto; color: #5f6368; font-size: 18px; line-height: 1.65; }
.newsroom-featured { padding: 0 0 110px; }
.lead-story { overflow: hidden; display: grid; grid-template-columns: 1.2fr 1fr; min-height: 510px; border-radius: 30px; background: #f1f3f4; }
.lead-story__visual { position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 50% 50%,#386fd7 0,#163b7c 35%,#111318 72%); }
.lead-story__visual > .material-symbols-outlined { position: relative; z-index: 2; color: #8ab4f8; font-size: 120px; }
.lead-orbit { position: absolute; border: 1px solid rgba(138,180,248,.4); border-radius: 50%; }
.lead-orbit--one { width: 390px; height: 220px; transform: rotate(25deg); }
.lead-orbit--two { width: 280px; height: 430px; transform: rotate(-35deg); }
.lead-story__copy { display: flex; flex-direction: column; justify-content: center; padding: 58px; }
.story-meta { margin-bottom: 12px; color: #4285f4; font: 800 11px/1.3 Manrope,sans-serif; letter-spacing: 1px; text-transform: uppercase; }
.lead-story h2 { margin: 0 0 18px; font: 800 42px/1.07 Manrope,sans-serif; letter-spacing: -1.6px; }
.lead-story p { margin: 0 0 28px; color: #5f6368; font-size: 16px; line-height: 1.65; }
.lead-story a,.newsroom-more a { display: inline-flex; align-items: center; gap: 7px; color: #1a73e8; font: 800 14px Manrope,sans-serif; }
.lead-story a .material-symbols-outlined,.newsroom-more a .material-symbols-outlined { font-size: 18px; }
.newsroom-latest { padding: 105px 0; background: #f5f5f7; }
.newsroom-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.newsroom-section-head h2 { margin: 0; font: 800 48px/1.05 Manrope,sans-serif; letter-spacing: -1.8px; }
.newsroom-topics { display: flex; flex-wrap: wrap; gap: 8px; }
.newsroom-topics button { border: 1px solid #dadce0; border-radius: 100px; padding: 8px 13px; background: #fff; color: #5f6368; font: 700 11px Manrope,sans-serif; }
.newsroom-topics button.active { border-color: #202124; background: #202124; color: #fff; }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.news-card { overflow: hidden; border-radius: 22px; background: #fff; box-shadow: 0 2px 0 rgba(32,33,36,.05); }
.news-card--wide { grid-column: span 2; }
.news-card__visual { height: 220px; display: grid; place-items: center; }
.news-card__visual .material-symbols-outlined { color: rgba(255,255,255,.82); font-size: 64px; }
.visual-blue { background: linear-gradient(135deg,#112443,#3367d6); }.visual-yellow { background: linear-gradient(135deg,#3b2c05,#b78103); }.visual-green { background: linear-gradient(135deg,#123824,#34a853); }.visual-red { background: linear-gradient(135deg,#411719,#c43c31); }.visual-dark { background: linear-gradient(135deg,#111318,#344761); }
.news-card__body { padding: 26px; }
.news-card h3 { margin: 0 0 11px; font: 800 23px/1.18 Manrope,sans-serif; letter-spacing: -.7px; }
.news-card p { margin: 0; color: #5f6368; font-size: 14px; line-height: 1.6; }
.news-card__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; color: #1a73e8 !important; font: 800 13px Manrope,sans-serif; }
.news-card__link .material-symbols-outlined { font-size: 17px; transition: transform .2s ease; }
.news-card__link:hover .material-symbols-outlined { transform: translateX(3px); }
.newsroom-more { padding: 110px 0; }
.newsroom-more__inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 46px; border-bottom: 1px solid #dadce0; }
.newsroom-more h2 { margin: 0 0 12px; font: 800 44px/1.08 Manrope,sans-serif; letter-spacing: -1.5px; }
.newsroom-more p { margin: 0; color: #5f6368; }
.newsroom-footer { padding: 30px 0; background: #f5f5f7; color: #5f6368; font-size: 12px; }
.newsroom-footer .newsroom-shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.newsroom-footer .newsroom-brand { color: #202124; }

@media (max-width: 1100px) {
  .site-header .desktop-nav { display: none !important; }
  .site-header__inner { height: 68px !important; }
  .site-header [data-gv-cta] { margin-left: auto !important; }
}

@media (max-width: 900px) {
  [data-gv-word] { font-size: 13px !important; }
  [data-gv-cta] { padding: 10px 12px !important; font-size: 12px !important; }
  [data-gv-cta] .material-symbols-outlined { display: none; }

  /* The solutions page has a two-row fixed header. Keep its controls inside
     narrow viewports while leaving the service tabs horizontally scrollable. */
  .solutions-page > x-dc > div:first-of-type > div:first-child > a:last-child {
    padding: 10px 14px !important;
    font-size: 13px !important;
  }
  .solutions-page > x-dc > div:first-of-type > div:nth-child(2) {
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .solutions-page > x-dc > div:first-of-type > div:nth-child(2)::-webkit-scrollbar { display: none; }
  .solutions-header__inner { height: 68px !important; }
  .solutions-cta { padding: 10px 14px !important; font-size: 13px !important; }
  .solutions-tabs { scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .solutions-tabs::-webkit-scrollbar { display: none; }

  section[data-screen-label] { padding-top: 80px !important; padding-bottom: 80px !important; }
  section[data-screen-label] > div[style*="max-width"] { padding-left: 22px !important; padding-right: 22px !important; }
  section[data-screen-label] h1 { font-size: clamp(40px, 10vw, 58px) !important; letter-spacing: -1.8px !important; }
  section[data-screen-label] h2 { font-size: clamp(32px, 8vw, 44px) !important; letter-spacing: -1.2px !important; }

  .hero-section { min-height: 100svh !important; padding: 0 !important; }
  .hero-content { width: 100% !important; max-width: 760px !important; padding: 128px 28px 90px !important; gap: 22px !important; }
  .hero-title { font-size: clamp(44px, 7.2vw, 54px) !important; line-height: 1.06 !important; letter-spacing: -1.7px !important; }
  .hero-copy { max-width: 660px !important; font-size: 17px !important; line-height: 1.55 !important; }
  .hero-engine { opacity: .42 !important; }
  .hero-actions { width: 100% !important; max-width: 650px !important; }
  .hero-actions a { flex: 1 1 0 !important; justify-content: center !important; text-align: center !important; }
  .client-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .newsroom-nav nav { display: none; }
  .newsroom-nav__cta { margin-left: auto; }
  .newsroom-hero { padding: 80px 0 64px; }
  .lead-story { grid-template-columns: 1fr; }
  .lead-story__visual { min-height: 360px; }
  .newsroom-section-head { align-items: flex-start; flex-direction: column; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card--wide { grid-column: span 1; }

  section[data-screen-label="Positioning"] [style*="grid-template-columns"],
  section[data-screen-label="Healthcare"] [style*="grid-template-columns"],
  section[data-screen-label="Industries"] [style*="grid-template-columns"],
  section[data-screen-label="Ecosystem"] [style*="grid-template-columns"],
  section[data-screen-label="Why Genesis Virtue"] [style*="grid-template-columns"],
  section[data-screen-label="Impact metrics"] [style*="grid-template-columns"],
  section[data-screen-label="Process"] [style*="grid-template-columns"],
  section[data-screen-label="Technology"] [style*="grid-template-columns"],
  section[data-screen-label="Insights"] [style*="grid-template-columns"],
  section[data-screen-label="Contact"] [style*="grid-template-columns"],
  footer [style*="grid-template-columns"] { grid-template-columns: 1fr 1fr !important; gap: 36px !important; }
  footer > div[style*="max-width"] { padding-left: 22px !important; padding-right: 22px !important; }

  section[data-screen-label="Core services"] [style*="grid-template-columns"] { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  section[data-screen-label="Service hero"] { padding-top: 175px !important; }
  section[data-screen-label="Service hero"] [style*="grid-template-columns"],
  section[data-screen-label="Challenges"] [style*="grid-template-columns"],
  section[data-screen-label="Capabilities"] [style*="grid-template-columns"],
  section[data-screen-label="Use cases"] [style*="grid-template-columns"],
  section[data-screen-label="FAQ"] [style*="grid-template-columns"] { grid-template-columns: 1fr !important; gap: 42px !important; }
}

@media (max-width: 600px) {
  .contact-map iframe { height: 190px; }
  .contact-map > div { align-items: flex-start !important; flex-direction: column; }
  [data-gv-word] { display: none; }
  [data-gv-cta] { max-width: 132px; text-align: center; justify-content: center; }
  .solutions-page > x-dc > div:first-of-type > div:first-child > a:first-child span { display: none; }
  .solutions-page > x-dc > div:first-of-type > div:first-child > a:nth-of-type(2) { display: none !important; }
  .solutions-page > x-dc > div:first-of-type > div:first-child > a:last-child {
    margin-left: auto !important;
    max-width: 142px;
    white-space: normal !important;
    line-height: 1.2;
    text-align: center;
    justify-content: center;
  }
  .solutions-page > x-dc > div:first-of-type > div:first-child > a:last-child .material-symbols-outlined { display: none; }
  .solutions-header__inner { padding-left: 16px !important; padding-right: 16px !important; }
  .solutions-header__inner > a:first-child span { display: none; }
  .solutions-back { display: none !important; }
  .solutions-cta { margin-left: auto !important; max-width: 142px; white-space: normal !important; line-height: 1.2; text-align: center; justify-content: center; }
  .solutions-cta .material-symbols-outlined { display: none; }
  section[data-screen-label] { padding-top: 64px !important; padding-bottom: 64px !important; }
  section[data-screen-label] > div[style*="max-width"] { padding-left: 18px !important; padding-right: 18px !important; }
  section[data-screen-label="Core services"] [style*="grid-template-columns"],
  section[data-screen-label="Selected work"] [style*="grid-template-columns"],
  section[data-screen-label="Challenges"] [style*="grid-template-columns"],
  section[data-screen-label="Capabilities"] [style*="grid-template-columns"],
  footer [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  section[data-screen-label="Process"] [style*="grid-template-columns"] { grid-template-columns: 1fr 1fr !important; }
  .site-header__inner { padding-left: 16px !important; padding-right: 16px !important; }
  .site-header [data-gv-word] { display: block !important; font-size: 12px !important; letter-spacing: .8px !important; }
  .site-header [data-gv-cta] { max-width: none !important; padding: 9px 12px !important; font-size: 0 !important; }
  .site-header [data-gv-cta]::before { content: "Contact"; font-size: 12px; }
  .hero-section { min-height: 760px !important; }
  .hero-content { max-width: 100% !important; padding: 108px 18px 72px !important; gap: 18px !important; }
  .hero-eyebrow { width: min(300px, 88vw) !important; padding: 8px 0 !important; }
  .hero-eyebrow span { font-size: 11px !important; letter-spacing: 1.4px !important; }
  .hero-title { max-width: 100% !important; font-size: clamp(36px, 10.4vw, 43px) !important; line-height: 1.04 !important; letter-spacing: -1.35px !important; overflow-wrap: break-word; }
  .hero-copy { max-width: 100% !important; font-size: 16px !important; line-height: 1.55 !important; }
  .hero-engine { opacity: .26 !important; transform: scale(.9); transform-origin: 50% 52%; }
  .hero-actions { display: grid !important; grid-template-columns: 1fr !important; width: 100% !important; max-width: 360px !important; gap: 12px !important; }
  .hero-actions a { width: 100% !important; min-height: 54px; padding: 14px 18px !important; font-size: 15px !important; }
  .hero-trust { max-width: 340px; font-size: 12.5px !important; line-height: 1.5; }
  .client-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
  .brand-showcase-heading { margin-bottom: 22px; }
  .brand-filters { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; margin-bottom: 22px; scrollbar-width: none; }
  .brand-filters::-webkit-scrollbar { display: none; }
  .brand-filters button { flex: 0 0 auto; }
  .brand-card__cover { height: 76px; }
  .brand-card__body { min-height: 180px; padding: 18px 12px 16px 14px; }
  .brand-badge { top: -30px; left: 12px; width: 56px; height: 56px; border-width: 4px; font-size: 10px; }
  .brand-card__content { padding-top: 20px; }
  .brand-card__content h3 { font-size: 15px; }
  .brand-card__content p { font-size: 12px; }
  .contact-modal { padding: 10px; }
  .contact-modal__panel { max-height: calc(100vh - 20px); padding: 34px 20px 24px; border-radius: 22px; }
  .contact-modal h2 { padding-right: 24px; font-size: 28px !important; }
  .contact-modal__grid { grid-template-columns: 1fr; gap: 12px; }
  .newsroom-shell { width: min(100% - 32px,1180px); }
  .newsroom-nav__inner { width: calc(100% - 24px); }
  .newsroom-brand > span { display: none; }
  .newsroom-hero { padding: 62px 0 48px; text-align: left; }
  .newsroom-hero h1 { font-size: 44px; letter-spacing: -2px; }
  .newsroom-hero p { font-size: 16px; }
  .newsroom-featured { padding-bottom: 72px; }
  .lead-story { min-height: 0; border-radius: 22px; }
  .lead-story__visual { min-height: 260px; }
  .lead-story__copy { padding: 28px 22px 32px; }
  .lead-story h2 { font-size: 31px; }
  .newsroom-latest { padding: 72px 0; }
  .newsroom-section-head h2 { font-size: 38px; }
  .newsroom-topics { flex-wrap: nowrap; max-width: 100%; overflow-x: auto; padding-bottom: 5px; }
  .newsroom-topics button { flex: 0 0 auto; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card__visual { height: 190px; }
  .newsroom-more { padding: 72px 0; }
  .newsroom-more__inner { align-items: flex-start; flex-direction: column; }
  .newsroom-more h2 { font-size: 35px; }
  .newsroom-footer .newsroom-shell { align-items: flex-start; flex-direction: column; }
  section[data-screen-label="Service hero"] { padding-top: 168px !important; }
  section[data-screen-label="Service hero"] [style*="display:flex"][style*="gap"] { flex-wrap: wrap; }
  section[data-screen-label="Service hero"] [style*="display:flex"][style*="gap"] a { width: 100%; justify-content: center; text-align: center; }
  footer > div[style*="max-width"] { padding-left: 18px !important; padding-right: 18px !important; }
}

@media (max-width: 480px) {
  .site-header [data-gv-word] { display: none !important; }
  .hero-section { min-height: 780px !important; }
  .hero-content { padding: 98px 16px 64px !important; }
  .hero-title { font-size: clamp(33px,9.4vw,38px) !important; letter-spacing: -1.1px !important; }
  .hero-copy { font-size: 15px !important; line-height: 1.5 !important; }
  .hero-engine { opacity: .16 !important; transform: scale(.78); }
  .hero-trust { font-size: 11.5px !important; }
  section[data-screen-label] > div[style*="max-width"] { padding-left: 16px !important; padding-right: 16px !important; }
  section[data-screen-label="Process"] [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  .brand-card__body { min-height: 160px; padding-left: 76px; }
  .brand-card__content { padding-top: 0; }
  .contact-modal__panel { padding-left: 18px; padding-right: 18px; }
  .newsroom-hero h1 { font-size: 38px; }
}

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