
  :root {
    --navy: #0B1F3A;
    --blue: #1352A2;
    --cyan: #0097C4;
    --ice: #E8F4FA;
    --white: #FFFFFF;
    --muted: #5A6B7E;
    --border: #D0DDE8;
    --card-bg: #F5F9FC;
  }


  @media( (min-width: 980px) and (min-device-width: 980px) ){


        body.page-node-423 {
            #block-block-37,
            #zone-menu .ombreMainmenu{
                display: none !important;
            }

            #zone-menu-wrapper{
                border: none;
                height: auto;
                
            }

        
        }
    }


.main-mainframe {
    

    font-family: 'DM Sans', sans-serif;
    background: var(--white);
    color: var(--navy);
    font-size: 16px;
    line-height: 1.6;

 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    
  
  /* ── HERO ── */
  .hero {
    background: var(--navy);
    position: relative;
    overflow: hidden;
    padding: 80px 48px 96px;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 70% 60% at 80% 50%, rgba(19,82,162,0.45) 0%, transparent 70%),
      radial-gradient(ellipse 40% 40% at 20% 80%, rgba(0,151,196,0.2) 0%, transparent 60%);
  }
  .hero-eyebrow {
    position: relative;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 20px;
  }
  .hero h1 {
    position: relative;
    font-family: 'Syne', sans-serif;
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    max-width: 700px;
    margin-bottom: 28px;
  }
  .hero h1 em {
    font-style: normal;
    color: var(--cyan);
  }
  .hero-intro {
    position: relative;
    max-width: 660px;
    font-size: 17px;
    font-weight: 300;
    color: rgba(255,255,255,0.82);
    line-height: 1.75;
    margin-bottom: 40px;
  }
  .hero-intro strong { color: var(--white); font-weight: 500; }
  .hero-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--cyan);
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
  }
  .hero-cta:hover { background: #007FA8; }
  .hero-cta svg { width: 16px; height: 16px; }

  .hero-stats {
    position: relative;
    display: flex;
    gap: 48px;
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  .stat-item {}
  .stat-num {
    font-family: 'Syne', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
  }
  .stat-num span { color: var(--cyan); }
  .stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-top: 4px;
  }

  /* ── SECTION WRAPPER ── */
  section { padding: 80px 48px; }
  .section-eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 12px;
  }
  .section-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .section-sub {
    font-size: 16px;
    color: var(--muted);
    max-width: 620px;
    margin-bottom: 52px;
  }

  /* ── SERVICES 3-COLUMN ── */
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
  }
  .service-col {
    background: var(--white);
    padding: 36px 32px;
  }
  .service-col:first-child { border-radius: 8px 0 0 8px; }
  .service-col:last-child { border-radius: 0 8px 8px 0; }

  .service-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  .badge-mfaas { background: rgba(19,82,162,0.1); color: var(--blue); }
  .badge-app   { background: rgba(0,151,196,0.1); color: var(--cyan); }
  .badge-road  { background: rgba(11,31,58,0.08); color: var(--navy); }

  .service-col h3 {
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--navy);
  }
  .service-tagline {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 28px;
    font-style: italic;
  }

  .service-items { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .service-items li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #2E3A4A;
    line-height: 1.4;
  }
  .service-items li::before {
    content: '';
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cyan);
    margin-top: 5px;
  }

  .service-tech {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
    font-size: 12px;
    color: var(--muted);
  }
  .service-tech strong { color: var(--navy); display: block; margin-bottom: 6px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
  .tech-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
  .tech-tag {
    background: var(--card-bg);
    border: 1px solid var(--border);
    padding: 3px 9px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    color: var(--navy);
    font-family: 'DM Mono', monospace, 'DM Sans', sans-serif;
  }

  /* ── WHY MAINFRAME ── */
  .why-section { background: var(--navy); }
  .why-section .section-title,
  .why-section .section-eyebrow { color: var(--white); }
  .why-section .section-eyebrow { color: var(--cyan); }
  .why-section .section-sub { color: rgba(255,255,255,0.65); }

  .why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .why-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 28px 24px;
    transition: background 0.2s;
  }
  .why-card:hover { background: rgba(255,255,255,0.08); }
  .why-icon {
    width: 40px;
    height: 40px;
    background: rgba(0,151,196,0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }
  .why-icon svg { width: 20px; height: 20px; stroke: var(--cyan); fill: none; stroke-width: 1.8; }
  .why-card h4 {
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
  }
  .why-card p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; }

  /* ── GARTNER CALLOUT ── */
  .gartner-section { background: var(--ice); }
  .gartner-box {
    background: var(--white);
    border-left: 4px solid var(--cyan);
    border-radius: 0 8px 8px 0;
    padding: 32px 36px;
    display: flex;
    gap: 36px;
    align-items: flex-start;
    box-shadow: 0 4px 24px rgba(11,31,58,0.07);
    max-width: 900px;
  }
  .gartner-label {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .gartner-logo {
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--blue);
    letter-spacing: -1px;
  }
  .gartner-date { font-size: 11px; color: var(--muted); text-align: center; }
  .gartner-divider { width: 1px; background: var(--border); align-self: stretch; }
  .gartner-body h4 {
    font-family: 'Syne', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 10px;
  }
  .gartner-body p { font-size: 14px; color: var(--muted); line-height: 1.7; }
  .gartner-body p + p { margin-top: 10px; }

  /* ── INFRA TRUST ── */
  .trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .trust-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 28px 28px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
  .trust-num {
    font-family: 'Syne', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: var(--blue);
    line-height: 1;
    flex-shrink: 0;
    width: 156px;
    text-align: center;
  }
  .trust-num sup { font-size: 16px; }
  .trust-card h4 {
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px;
  }
  .trust-card p { font-size: 14px; color: var(--muted); line-height: 1.55; }

  /* ── ACADEMY ── */
  .academy-banner {
    background: linear-gradient(135deg, var(--blue) 0%, var(--navy) 100%);
    border-radius: 10px;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
  .academy-text h3 {
    font-family: 'Syne', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 10px;
  }
  .academy-text p { font-size: 15px; color: rgba(255,255,255,0.72); max-width: 480px; }
  .academy-btn {
    flex-shrink: 0;
    background: var(--cyan);
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
  }
  .academy-btn:hover { background: #007FA8; }

  /* ── FOOTER ── */
  footer {
    background: #060F1E;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-logo {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: var(--white);
  }
  .footer-logo span { color: var(--cyan); }
  footer p { font-size: 12px; color: rgba(255,255,255,0.35); }

  /* ── USE CASES ── */
  .use-cases-section { background: var(--card-bg); }

  .uc-service-block { margin-bottom: 52px; }
  .uc-service-block:last-child { margin-bottom: 0; }

  .uc-service-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 20px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
    border-left: 4px solid;
  }
  .uc-header-blue  { background: rgba(19,82,162,0.07);  border-color: var(--blue); }
  .uc-header-cyan  { background: rgba(0,151,196,0.07);  border-color: var(--cyan); }
  .uc-header-navy  { background: rgba(11,31,58,0.06);   border-color: var(--navy); }

  .uc-service-label {
    font-family: 'Syne', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
  }
  .uc-service-desc {
    font-size: 13px;
    color: var(--muted);
  }
  .uc-service-desc::before { content: '—'; margin-right: 8px; opacity: 0.4; }

  .uc-panel { display: block; }

  .uc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  /* For panels with fewer cards, keep them from stretching full width */
  .uc-grid.uc-grid-2 { grid-template-columns: repeat(2, 1fr); max-width: 760px; }
  .uc-grid.uc-grid-1 { grid-template-columns: 1fr; max-width: 440px; }

  .uc-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, transform 0.2s;
  }
  .uc-card:hover {
    box-shadow: 0 8px 28px rgba(11,31,58,0.1);
    transform: translateY(-2px);
  }
  .uc-card-head {
    padding: 24px 24px 18px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }
  .uc-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .uc-icon svg { width: 20px; height: 20px; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .uc-icon-blue  { background: rgba(19,82,162,0.1); }
  .uc-icon-blue svg  { stroke: var(--blue); }
  .uc-icon-cyan  { background: rgba(0,151,196,0.1); }
  .uc-icon-cyan svg  { stroke: var(--cyan); }
  .uc-icon-navy  { background: rgba(11,31,58,0.08); }
  .uc-icon-navy svg  { stroke: var(--navy); }

  .uc-card-head-text h4 {
    font-family: 'Syne', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 3px;
    line-height: 1.25;
  }
  .uc-card-head-text .uc-tag {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--muted);
  }
  .uc-card-body { padding: 20px 24px; flex: 1; }
  .uc-card-body p { font-size: 14px; color: #3A4C5E; line-height: 1.65; }
  .uc-card-body p + p { margin-top: 10px; }

  .uc-card-footer {
    padding: 14px 24px;
    background: var(--card-bg);
    border-top: 1px solid var(--border);
  }
  .uc-outcomes { list-style: none; display: flex; flex-direction: column; gap: 6px; }
  .uc-outcomes li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12.5px;
    color: var(--muted);
  }
  .uc-outcomes li::before {
    content: '✓';
    flex-shrink: 0;
    color: var(--cyan);
    font-weight: 700;
    font-size: 12px;
  }

  /* ── ONE-SHOP BANNER ── */
  .one-shop-banner {
    margin-top: 40px;
    background: var(--navy);
    border-radius: 10px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    gap: 48px;
  }
  .one-shop-platforms {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
  }
  .platform-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Syne', sans-serif;
    white-space: nowrap;
  }
  .platform-pill svg { width: 16px; height: 16px; flex-shrink: 0; }
  .pill-mf    { background: rgba(19,82,162,0.35); color: #A8C4F0; }
  .pill-x86   { background: rgba(0,151,196,0.25); color: #7DD8F0; }
  .pill-cloud { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.75); }
  .platform-connector {
    font-size: 18px;
    font-weight: 700;
    color: rgba(255,255,255,0.25);
  }
  .one-shop-text { border-left: 1px solid rgba(255,255,255,0.12); padding-left: 48px; }
  .one-shop-headline {
    font-family: 'Syne', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
  }
  .one-shop-copy {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    nav { padding: 0 24px; }
    .nav-links { display: none; }
    section { padding: 60px 24px; }
    .hero { padding: 60px 24px 72px; }
    .services-grid,
    .why-grid,
    .trust-grid { grid-template-columns: 1fr; }
    .hero-stats { flex-wrap: wrap; gap: 28px; }
    .academy-banner { flex-direction: column; }
    .gartner-box { flex-direction: column; }
    footer { flex-direction: column; gap: 12px; text-align: center; }
    .one-shop-banner { flex-direction: column; gap: 24px; }
    .one-shop-text { border-left: none; border-top: 1px solid rgba(255,255,255,0.12); padding-left: 0; padding-top: 24px; }
    .one-shop-platforms { flex-wrap: wrap; justify-content: center; }
  }

}
 