/* Extracted inline style block 1 */
:root {
      /* AvBench palette: stronger night-blue contrast, official accent colours */
      --navy-950: #04121E;
      --navy-900: #061C2E;
      --navy-850: #0B2D47;
      --navy-800: #123B58;
      --ink: #102A3A;
      --muted: #607482;
      --line: rgba(18, 59, 88, .16);
      --paper: #F4F7F9;
      --white: #ffffff;
      --turquoise: #38A3A5;
      --green: #80ED99;
      --green-light: #80ED99;
      --cyan: var(--green-light);
      --cyan-strong: var(--green-light);
      --blue: var(--turquoise);
      --lime: var(--green-light);
      --shadow: 0 24px 70px rgba(4, 18, 30, .16);
      --shadow-soft: 0 14px 42px rgba(4, 18, 30, .10);
      --radius-lg: 28px;
      --radius-md: 18px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background: var(--white);
      color: var(--ink);
      font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      -webkit-font-smoothing: antialiased;
    }
    body.menu-open { overflow: hidden; }
    img { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; }
    button, input, textarea, select { font: inherit; }
    button { cursor: pointer; }
    section[id] { scroll-margin-top: 92px; }
    .container { width: min(var(--max), calc(100% - 42px)); margin: 0 auto; }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--turquoise);
      font-size: 12px;
      font-weight: 650;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .suite-intro .eyebrow { font-size: 18px; font-weight: 800; letter-spacing: .16em; }
    .suite-intro .eyebrow::before { width: 34px; }
    .eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; border-radius: 99px; }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { letter-spacing: -.035em; }
    .section-title {
      margin: 15px 0 18px;
      font-size: clamp(38px, 5.2vw, 64px);
      line-height: 1.02;
      font-weight: 700;
    }
    .section-lead {
      max-width: 790px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.7;
    }
    .section-pad { padding: 110px 0; }
    .section-pad-sm { padding: 78px 0; }
    .button {
      display: inline-flex;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 0 20px;
      border: 1px solid transparent;
      border-radius: 14px;
      font-size: 14px;
      font-weight: 700;
      transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }
    .button:hover { transform: translateY(-2px); }
    .button-primary:hover { background: var(--green-light); box-shadow: 0 10px 24px rgba(128,237,153,.22); }
    .button-secondary:hover { background: rgba(56,163,165,.10); border-color: var(--turquoise); }
    .button-primary { background: var(--green); color: var(--navy-950); }
    .button-secondary { border-color: var(--turquoise); background: var(--white); color: var(--navy-950); }
    .button-dark { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: white; }

    /* Header */
    .site-header {
      position: fixed;
      z-index: 100;
      inset: 0 0 auto;
      transition: background .2s ease, box-shadow .2s ease;
      color: white;
    }
    .site-header.scrolled { background: rgba(4,18,30,.95); box-shadow: 0 10px 35px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
    .nav { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .brand {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      font-weight: 750;
    }
    .brand-mark {
      width: 42px;
      height: 42px;
      object-fit: contain;
      filter: none;
      flex: 0 0 auto;
    }
    .brand-wordmark {
      font-size: 39px;
      line-height: .92;
      letter-spacing: -.035em;
    }
    .eagle-brand-logo {
      display: block;
      width: min(100%, 430px);
      height: auto;
      margin: 0 0 24px;
      background: transparent;
      mix-blend-mode: multiply;
    }
    .visually-hidden {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }
    .nav-links { display: flex; align-items: center; gap: 30px; font-size: 15px; font-weight: 560; color: rgba(255,255,255,.82); }
    .nav-links a { transition: color .2s ease, opacity .2s ease; }
    .nav-links a:hover { color: var(--green-light); opacity: 1; }
    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .language {
      min-height: 42px; padding: 0 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 11px;
      color: white; background: rgba(255,255,255,.06); font-size: 12px;
      appearance: none; -webkit-appearance: none; -moz-appearance: none;
    }
    .language:focus {
      outline: none;
      border-color: rgba(111,233,165,.65);
      box-shadow: 0 0 0 3px rgba(111,233,165,.16);
    }
    .language option {
      color: var(--navy-950);
      background: #ffffff;
    }
    .nav-report { min-height: 42px; padding: 0 15px; border-radius: 11px; background: var(--green); color: var(--navy-950); font-size: 12px; font-weight: 750; display: inline-flex; align-items: center; }
    .menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: white; background: rgba(255,255,255,.07); }

    /* Hero */
    .hero {
      position: relative;
      overflow: hidden;
      min-height: 860px;
      padding: 166px 0 104px;
      color: white;
      background:
        radial-gradient(circle at 85% 20%, rgba(56,163,165,.36), transparent 30%),
        radial-gradient(circle at 14% 2%, rgba(18,59,88,.24), transparent 30%),
        linear-gradient(145deg, var(--navy-950) 0%, var(--navy-900) 58%, var(--navy-850) 100%);
    }
    .hero::after {
      content: ""; position: absolute; inset: 0; opacity: .15; pointer-events: none;
      background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
      background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 86%);
    }
    .hero-orbit { position: absolute; right: -225px; top: 180px; width: 630px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
    .hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
    .hero-orbit::before { inset: 92px; } .hero-orbit::after { inset: 192px; }
    .hero-content { position: relative; z-index: 2; }
    .hero-top { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; align-items: end; }
    .hero-brand-row {
      display: flex;
      align-items: center;
      gap: clamp(20px, 2.5vw, 34px);
      margin: 0 0 24px;
    }
    .hero-brand-mark {
      display: block;
      width: auto;
      height: clamp(96px, 11vw, 148px);
      flex: 0 0 auto;
      object-fit: contain;
    }
    .hero h1 {
      margin: 0;
      font-size: clamp(72px, 8.25vw, 111px);
      line-height: .9;
      font-weight: 700;
      letter-spacing: -.045em;
    }
    .hero-tagline { margin: 0; max-width: none; white-space: nowrap; font-size: clamp(24px, 3.0vw, 48px); line-height: 1.08; font-weight: 520; letter-spacing: -.04em; }
    .capabilities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 68px; }
    .capability { min-height: 250px; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.06); }
    .capability h3 { margin-bottom: 15px; font-size: 21px; font-weight: 620; }
    .capability p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.65; }

    /* gallery */
    .gallery-head { display: flex; justify-content: space-between; gap: 35px; align-items: end; margin-bottom: 38px; }
    .gallery-head h2 { margin: 0; max-width: none; white-space: nowrap; font-size: clamp(28px, 3.2vw, 50px); line-height: 1.05; font-weight: 700; }
    .carousel-controls { display: flex; gap: 8px; }
    .carousel-control { width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--ink); }
    .capability-track {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: clamp(210px, 18vw, 250px);
      gap: 18px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      padding: 5px 2px 24px;
      scrollbar-width: thin;
    }
    .visual-card {
      overflow: hidden;
      height: 290px;
      padding: 8px 8px 0;
      border: 1px solid rgba(18, 59, 88, .16);
      border-radius: 8px;
      background: rgba(255,255,255,.02);
      box-shadow: 0 10px 28px rgba(4,18,30,.10);
      display: flex;
      align-items: flex-start;
      justify-content: center;
      scroll-snap-align: start;
    }
    .visual-card img {
      display: block;
      width: auto;
      max-width: 100%;
      height: 100%;
      object-fit: contain;
      background: transparent;
      mix-blend-mode: normal;
      opacity: 1 !important;
      filter: none !important;
    }

    /* suite */
    .suite-intro { color: white; padding: 82px 0; background: radial-gradient(circle at 66% 24%, rgba(56,163,165,.44), transparent 54%), radial-gradient(circle at 14% 2%, rgba(18,59,88,.24), transparent 30%), linear-gradient(145deg, var(--navy-950) 0%, var(--navy-900) 58%, var(--navy-850) 100%); }
    .suite-grid { display: grid; grid-template-columns: 1fr; gap: 0; align-items: center; }
    .suite-intro .section-title { max-width: none; font-size: clamp(42px, 4.6vw, 74px); }
    .suite-intro .section-lead { color: rgba(255,255,255,.65); }
    .suite-visual { min-height: 285px; padding: 0; border: 0; border-radius: 0; background: transparent; display: grid; place-items: center; }
    .suite-visual img { max-height: 305px; filter: drop-shadow(0 20px 38px rgba(0,0,0,.26)); background: transparent; opacity: 1 !important; mix-blend-mode: normal !important; }
    .suite-benchmark-visual { width: 100%; margin: 0; gap: 4px; align-content: center; justify-items: center; }
    .suite-metric-heading { width: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 16px; color: white; }
    .suite-metric-number { font-size: clamp(48px, 5vw, 70px); line-height: .92; font-weight: 800; letter-spacing: -.04em; }
    .suite-metric-label { max-width: 280px; font-size: clamp(20px, 2vw, 26px); line-height: 1.15; font-weight: 650; }
    .suite-benchmark-images { position: relative; width: 100%; min-height: 390px; transform: translateY(-8px); }
    .suite-benchmark-images img { max-height: none; object-fit: contain; filter: drop-shadow(0 14px 28px rgba(0,0,0,.30)) !important; }
    .suite-benchmark-images img:first-child { position: absolute; width: 90%; top: 0; left: -18%; z-index: 1; }
    .suite-benchmark-images img:last-child { position: absolute; width: 73%; top: 155px; left: 28%; z-index: 2; }
    .suite-benchmark-copy { width: 100%; margin: 5px auto 0; display: grid; gap: 1px; justify-items: center; text-align: center; }
    .suite-benchmark-copy strong { display: block; color: var(--turquoise); font-size: 18px; line-height: 1.2; }
    .suite-benchmark-copy span { display: block; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.3; }
    .eagle-benchmark-visual .suite-metric-heading { color: var(--navy-900); }
    .eagle-benchmark-visual .suite-benchmark-copy strong { color: var(--turquoise); }
    .eagle-benchmark-visual .suite-benchmark-copy span { color: var(--muted); }
    .eagle-benchmark-visual .suite-benchmark-images img { filter: drop-shadow(0 14px 26px rgba(4,18,30,.16)) !important; }

    /* products */
    .product { padding: 112px 0; border-bottom: 1px solid var(--line); background: var(--white); }
    .product.alt {
      color: white;
      background: linear-gradient(145deg, var(--navy-850) 0%, var(--turquoise) 100%);
    }
    .product.alt .product-copy > p,
    .product.alt .analytics-card p { color: rgba(255,255,255,.72); }
    .product.alt .product-kicker { color: var(--green-light); }
    .product.alt .feature,
    .product.alt .analytics-card { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.08); }
    .product.alt .feature span { color: rgba(255,255,255,.70); }
    .product.alt .product-media { border-color: transparent; background: transparent; box-shadow: none; }
    .product.alt .product-media img { filter: drop-shadow(0 18px 34px rgba(56,163,165,.22)) drop-shadow(0 4px 12px rgba(0,0,0,.28)) !important; }
    .product.alt .analytics-strip div { background: rgba(4,18,30,.62); }
    .product.alt .button-secondary { border-color: rgba(255,255,255,.42); background: transparent; color: white; }
    .product.alt .button-secondary:hover { border-color: white; background: rgba(255,255,255,.10); }
    .product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
    .product.reverse .product-media { order: 2; }
    .product-kicker { margin-bottom: 14px; color: var(--cyan-strong); font-size: 13px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
    .product h2 { margin: 0 0 14px; font-size: clamp(40px, 5vw, 62px); line-height: 1; font-weight: 700; }
    .product h3 { margin: 0 0 22px; font-size: clamp(23px, 2.6vw, 34px); line-height: 1.2; font-weight: 540; }
    .product-copy > p { color: var(--muted); font-size: 16px; line-height: 1.72; }
    .product-copy > p + p { margin-top: 14px; }
    .product-media { overflow: visible; min-height: 450px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; display: grid; place-items: center; }
    .product-media img { width: 100%; max-height: 520px; object-fit: contain; background: transparent; opacity: 1 !important; mix-blend-mode: normal !important; filter: none !important; }
    .eagle-media-stack { gap: 22px; }
    .feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }
    .feature { padding: 19px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: 0 8px 20px rgba(5,31,52,.04); }
    .feature b { display: block; margin-bottom: 7px; font-size: 15px; font-weight: 650; }
    .feature span { color: var(--muted); font-size: 13px; line-height: 1.55; }
    .check { color: var(--cyan-strong); margin-right: 6px; }
    .product-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

    .bluebook-band { background: linear-gradient(145deg, var(--navy-950) 0%, var(--navy-800) 100%); color: white; }
    .bluebook-band .product-copy > p { color: rgba(255,255,255,.64); }
    .bluebook-band .feature { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.06); }
    .bluebook-band .feature span { color: rgba(255,255,255,.62); }
    .bluebook-band .product-media { border-color: transparent; background: transparent; }

    /* airline analytics */
    .analytics-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 30px 0; }
    .analytics-card { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 10px 24px rgba(5,31,52,.06); }
    .analytics-card h4 { margin: 0 0 14px; font-size: 18px; font-weight: 620; }
    .analytics-card p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
    .analytics-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
    .analytics-strip div { padding: 16px; border-radius: 14px; background: var(--navy-900); color: white; text-align: center; font-size: 14px; }

    /* providers */
    .providers { background: white; }
    .providers-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
    .provider-logos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .provider-logo { min-height: 210px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; display: grid; place-items: center; }
    .provider-logo img { max-height: 150px; object-fit: contain; background: transparent; opacity: 1 !important; mix-blend-mode: normal !important; filter: none !important; }
    .data-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .data-box { padding: 28px; border: 1px solid rgba(56,163,165,.28); border-radius: 20px; background: var(--paper); box-shadow: 0 10px 24px rgba(5,31,52,.05); }
    .data-box h3 { margin-bottom: 20px; font-size: 19px; font-weight: 650; line-height: 1.3; color: var(--navy-800); }
    .data-box p { margin: 10px 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

    /* about */
    .about { color: white; background: var(--navy-900); }
    .team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; align-items: stretch; }
    .team-card { display: flex; flex-direction: column; height: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.06); box-shadow: 0 20px 48px rgba(0,0,0,.20); }
    .team-photo { position: relative; width: 100%; aspect-ratio: 1 / 1.02; display: flex; align-items: stretch; justify-content: stretch; padding: 0; background: #02060b; overflow: hidden; }
    .team-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 72px rgba(0,0,0,.34); }
    .team-card img, .team-card img.team-cutout { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: grayscale(1) contrast(1.08) brightness(.90); transform-origin: center center; }
    .team-card img.team-antoine { transform: translateY(1%) scale(1.00); }
    .team-card img.team-hugo { transform: translateY(1%) scale(1.00); }
    .team-card img.team-evan { transform: none; object-fit: cover; object-position: 55% center; filter: none; background: #000; }
    .team-copy { display: flex; flex: 1; flex-direction: column; padding: 26px 26px 28px; }
    .team-copy h3 { margin: 0 0 4px; font-size: 24px; font-weight: 650; letter-spacing: -.02em; }
    .team-role { margin-bottom: 17px; color: var(--cyan); font-size: 13px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; }
    .team-copy p { margin: 0; color: rgba(255,255,255,.70); font-size: 14px; line-height: 1.68; }
    .team-copy p + p { margin-top: 12px; }

    /* contact */
    .contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: start; }
    .contact-form { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow-soft); }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .field { margin-bottom: 14px; }
    .field label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 12px; font-weight: 600; }
    .field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); outline: none; }
    .field input { height: 48px; padding: 0 14px; }
    .field textarea { min-height: 150px; padding: 14px; resize: vertical; }
    .field input:focus, .field textarea:focus { border-color: var(--turquoise); box-shadow: 0 0 0 3px rgba(56,163,165,.16); }

    footer { padding: 42px 0; color: rgba(255,255,255,.65); background: var(--navy-950); }
    .footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    .footer-brand { color: white; }
    footer p { margin: 0; font-size: 13px; }

    .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
    .reveal.visible { opacity: 1 !important; transform: none !important; }

    @media (max-width: 1060px) {
      .nav-links { display: none; }
      .menu-toggle { display: grid; place-items: center; }
      .nav-links.open { position: fixed; display: flex; inset: 86px 20px auto; padding: 24px; flex-direction: column; align-items: stretch; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(4,18,30,.98); box-shadow: var(--shadow); }
      .hero-top, .suite-grid, .providers-grid, .contact-grid { grid-template-columns: 1fr; }
      .capabilities { grid-template-columns: 1fr 1fr; }
      .product-grid { grid-template-columns: 1fr; gap: 44px; }
      #eagle .product-copy { order: 1; }
      #eagle .eagle-benchmark-visual { order: 2; }
      #eagle .suite-metric-heading { font-size: clamp(32px, 6vw, 48px); }
      #eagle .suite-metric-number { font-size: 1em; }
      #eagle .suite-metric-label { max-width: none; white-space: nowrap; font-size: .75em; }
      .product.reverse .product-media { order: 0; }
      .team { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 740px) {
      .container { width: min(100% - 28px, var(--max)); }
      .section-pad { padding: 82px 0; }
      .section-pad-sm { padding: 62px 0; }
      .nav-actions .language, .nav-report { display: none; }
      .hero { min-height: auto; padding: 138px 0 82px; }
      .hero-brand-row { gap: 16px; margin-bottom: 20px; }
      .hero-brand-mark { height: 80px; }
      .hero h1 { font-size: 60px; }
      .brand-mark { width: 38px; height: 38px; }
      .brand-wordmark { font-size: 33px; }
      .eagle-brand-logo { width: min(100%, 360px); }
      .hero-top { gap: 38px; }
      .capabilities, .feature-list, .data-columns, .analytics-cards, .analytics-strip, .provider-logos, .team, .form-row { grid-template-columns: 1fr; }
      .capability { min-height: auto; }
      .gallery-head { align-items: start; flex-direction: column; }
      .capability-track { grid-auto-columns: min(72vw, 250px); gap: 16px; }
      .product { padding: 82px 0; }
      .product-media { min-height: 320px; padding: 0; }
      .team-photo { aspect-ratio: 1.02; padding: 0; }
      .team-card img, .team-card img.team-cutout { width: 100%; height: 100%; object-position: center center; }
      .team-card img.team-evan { transform: none; object-fit: cover; object-position: 55% center; filter: none; background: #000; }
      .footer-grid { align-items: flex-start; flex-direction: column; }
    }
  
    /* Safety overrides to keep visuals readable */
    .visual-card img, .suite-visual img, .product-media img, .provider-logo img {
      mix-blend-mode: normal !important;
      opacity: 1 !important;
      filter: none !important;
    }
    .reveal, .reveal.visible {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }



/* Eagle-i visual composition lock */
.product-media.eagle-benchmark-visual {
  min-height: 0;
  overflow: visible;
}
.eagle-benchmark-visual .suite-metric-heading {
  width: 100%;
  flex-wrap: nowrap;
}
.eagle-benchmark-visual .suite-benchmark-images {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1.41 / 1;
  transform: translateY(-8px);
}
.eagle-benchmark-visual .suite-benchmark-images img:first-child {
  width: 90%;
  top: 0;
  left: -18%;
}
.eagle-benchmark-visual .suite-benchmark-images img:last-child {
  width: 73%;
  top: 40%;
  left: 28%;
}
.eagle-benchmark-visual .suite-benchmark-copy {
  width: 100%;
  margin: 5px auto 0;
}
@media (max-width: 740px) {
  .eagle-benchmark-visual .suite-metric-heading { gap: 12px; font-size: clamp(24px, 6vw, 36px); }
}

/* Suite products redesign */
.suite-products {
  width: min(1440px, calc(100% - 56px));
  max-width: none;
}

.suite-products-head {
  max-width: 1080px;
  margin: 0 auto 54px;
  text-align: center;
}

.suite-products-title {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 720;
}

.suite-products-title span {
  display: block;
}

.suite-products-title span:first-child {
  color: white;
}

.suite-products-title span:last-child {
  color: rgba(255,255,255,.48);
}

.suite-products-head .section-lead {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(255,255,255,.68);
  font-size: 18px;
  line-height: 1.55;
}

.suite-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.suite-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.suite-product-visual {
  position: relative;
  height: 270px;
  margin-bottom: 24px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background:
    radial-gradient(circle at 68% 26%, rgba(128,237,153,.22), transparent 35%),
    radial-gradient(circle at 28% 72%, rgba(56,163,165,.46), transparent 50%),
    linear-gradient(145deg, rgba(18,59,88,.88), rgba(4,18,30,.34));
}

.suite-product-visual > img {
  display: block;
  width: 100%;
  max-width: 310px;
  max-height: 245px;
  object-fit: contain;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,.28)) !important;
}

.suite-product-visual-eagle > img:first-child {
  position: absolute;
  width: 78%;
  left: 3%;
  top: 20px;
  z-index: 1;
}

.suite-product-visual-eagle > img:last-child {
  position: absolute;
  width: 70%;
  right: 2%;
  bottom: 18px;
  z-index: 2;
}

.suite-product-brand {
  min-height: 64px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.suite-product-brand > img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.suite-product-brand > div {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.suite-product-brand strong {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 600;
}

.suite-product-brand span {
  margin-top: 4px;
  color: white;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 760;
  letter-spacing: -.035em;
}

.suite-product-description {
  min-height: 148px;
  padding: 21px 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  color: var(--navy-900);
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
}

.suite-product-description strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 720;
}

.suite-product-description span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.48;
}

.suite-product-update {
  margin: 17px 4px 0;
  color: var(--green-light);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 750;
  letter-spacing: .055em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .suite-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 30px;
  }

  .suite-product-visual {
    height: 310px;
  }

  .suite-product-visual > img {
    max-width: 390px;
    max-height: 280px;
  }

  .suite-product-description {
    min-height: 130px;
  }
}

@media (max-width: 680px) {
  .suite-products {
    width: min(100% - 34px, 520px);
  }

  .suite-products-head {
    margin-bottom: 38px;
  }

  .suite-products-title {
    font-size: clamp(38px, 11vw, 52px);
  }

  .suite-products-head .section-lead {
    font-size: 16px;
  }

  .suite-products-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .suite-product-visual {
    height: 290px;
  }

  .suite-product-brand {
    min-height: 0;
  }

  .suite-product-description {
    min-height: 0;
  }
}


/* Suite products visual refinements */
.suite-product-visual {
  padding: 0;
  border-radius: 0;
  overflow: visible;
  background: none;
}

.suite-product-brand {
  width: 100%;
  justify-content: center;
  text-align: left;
}

.suite-product-brand strong {
  font-size: 16px;
  font-weight: 650;
}

.suite-product-description {
  min-height: 148px;
  padding: 10px 4px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: white;
}

.suite-product-description strong,
.suite-product-description span {
  color: white;
}
/* Suite products layout refinements */
.suite-products-head {
  margin-bottom: 34px;
}

.suite-product-visual {
  margin-bottom: 12px;
  align-items: flex-start;
}

.suite-product-brand {
  margin-bottom: 10px;
  justify-content: center;
  text-align: center;
}

.suite-product-brand > div {
  align-items: center;
}

.suite-product-brand span {
  font-size: clamp(20px, 1.6vw, 26px);
}

.suite-product-description {
  padding-top: 6px;
  text-align: center;
}

.suite-product-update {
  margin-top: 12px;
  color: rgba(255,255,255,.72);
  text-align: center;
}

.suite-products-grid .suite-product-card:nth-child(2) .suite-product-visual > img,
.suite-products-grid .suite-product-card:nth-child(3) .suite-product-visual > img {
  max-width: 360px;
  max-height: 275px;
}

@media (max-width: 1120px) {
  .suite-products-grid .suite-product-card:nth-child(2) .suite-product-visual > img,
  .suite-products-grid .suite-product-card:nth-child(3) .suite-product-visual > img {
    max-width: 420px;
    max-height: 300px;
  }
}
/* Suite products: eagle visual up + italic subtitles + hide updates */
.suite-product-visual-eagle {
  transform: translateY(-22px);
}

.suite-product-description {
  text-align: center;
}

.suite-product-description span {
  font-style: italic;
}

.suite-product-update {
  display: none;
}


/* Eagle suite composite alignment */
.suite-product-visual-eagle {
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.suite-product-eagle-composite {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 245px;
  flex: 0 0 auto;
}
.suite-product-eagle-composite img {
  position: absolute;
  display: block;
  object-fit: contain;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,.28)) !important;
}
.suite-product-eagle-composite img:first-child {
  width: 78%;
  left: 0;
  top: 10px;
}
.suite-product-eagle-composite img:last-child {
  width: 70%;
  right: 0;
  bottom: 10px;
}
.suite-product-visual-eagle + .suite-product-brand {
  margin-top: 0;
}


/* Eagle suite composite vertical fix */
.suite-product-visual-eagle {
  align-items: flex-start;
}
.suite-product-eagle-composite {
  transform: translateY(-10px);
}


/* Suite products vertical centering */
.suite-products-head {
  margin-bottom: 26px;
}
.suite-product-visual {
  height: 280px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.suite-product-visual-eagle {
  align-items: center;
}
.suite-product-eagle-composite {
  transform: translateY(-10px);
}


/* Suite product logo text alignment */
.suite-product-brand {
  justify-content: center;
  text-align: left;
}
.suite-product-brand > div {
  align-items: flex-start;
  text-align: left;
}


/* Suite products compact section */
.suite-intro {
  padding-top: 54px;
  padding-bottom: 54px;
}


/* Suite title color inversion */
.suite-products-title span:first-child {
  color: rgba(255,255,255,.48);
}
.suite-products-title span:last-child {
  color: white;
}


/* COFI benchmark visual layout */
.cofi-benchmark-visual {
  min-height: 0;
  overflow: visible;
  gap: 8px;
  align-content: center;
  justify-items: center;
}
.cofi-benchmark-visual .suite-metric-heading {
  width: 100%;
  flex-wrap: nowrap;
  color: white;
}
.cofi-benchmark-visual > img {
  width: 100%;
  max-width: 640px;
  max-height: 390px;
  margin: 4px auto 0;
  object-fit: contain;
}
.cofi-benchmark-visual .suite-benchmark-copy {
  width: 100%;
  margin: 5px auto 0;
}
.cofi-benchmark-visual .suite-benchmark-copy strong {
  color: var(--green-light);
}
.cofi-benchmark-visual .suite-benchmark-copy span {
  color: rgba(255,255,255,.70);
}
@media (max-width: 1060px) {
  #cofi .suite-metric-heading {
    font-size: clamp(32px, 6vw, 48px);
  }
  #cofi .suite-metric-number {
    font-size: 1em;
  }
  #cofi .suite-metric-label {
    max-width: none;
    white-space: nowrap;
    font-size: .75em;
  }
  .cofi-benchmark-visual > img {
    max-width: 700px;
  }
}
@media (max-width: 740px) {
  #cofi .suite-metric-heading {
    gap: 12px;
  }
  #cofi .suite-metric-label {
    white-space: normal;
  }
}


/* COFI metric number size */
.cofi-benchmark-visual .suite-metric-number {
  font-size: clamp(42px, 4.4vw, 62px);
}


/* COFI metric stacked heading */
.cofi-benchmark-visual .suite-metric-heading {
  flex-direction: column;
  gap: 5px;
}
#cofi .cofi-benchmark-visual .suite-metric-label {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(18px, 1.7vw, 24px);
  text-align: center;
}


/* COFI metric heading spacing */
.cofi-benchmark-visual .suite-metric-heading {
  gap: 10px;
}


/* Bluebook benchmark visual layout */
.bluebook-benchmark-visual {
  min-height: 0;
  overflow: visible;
  gap: 14px;
  align-content: center;
  justify-items: center;
}
.bluebook-visual-heading {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 4px;
  color: white;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.25;
  font-weight: 650;
  text-align: center;
}
.bluebook-benchmark-visual > img {
  width: 100%;
  max-width: 640px;
  max-height: 390px;
  margin: 0 auto;
  object-fit: contain;
}
.bluebook-visual-copy {
  width: 100%;
  margin: 2px auto 0;
  color: rgba(255,255,255,.70);
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 1060px) {
  .bluebook-benchmark-visual > img {
    max-width: 700px;
  }
  .bluebook-visual-heading {
    max-width: 650px;
  }
}


/* Bluebook heading line break */
.bluebook-visual-heading span {
  display: block;
}


/* MONACO benchmark visual layout */
.monaco-benchmark-visual {
  min-height: 0;
  overflow: visible;
  gap: 14px;
  align-content: center;
  justify-items: center;
}
.monaco-visual-heading {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 4px;
  color: var(--navy-900);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.25;
  font-weight: 650;
  text-align: center;
}
.monaco-visual-heading span {
  display: block;
}
.monaco-benchmark-visual > img {
  width: 100%;
  max-width: 640px;
  max-height: 390px;
  margin: 0 auto;
  object-fit: contain;
}
.monaco-benchmark-visual .suite-benchmark-copy {
  width: 100%;
  margin: 5px auto 0;
}
.monaco-benchmark-visual .suite-benchmark-copy strong {
  color: var(--turquoise);
}
.monaco-benchmark-visual .suite-benchmark-copy span {
  color: var(--muted);
}
@media (max-width: 1060px) {
  .monaco-benchmark-visual > img {
    max-width: 700px;
  }
  .monaco-visual-heading {
    max-width: 650px;
  }
}


/* Global vertical rhythm compaction */
.section-pad {
  padding: 88px 0;
}
.section-pad-sm {
  padding: 62px 0;
}
.product {
  padding: 88px 0;
}
.hero {
  padding-top: 150px;
  padding-bottom: 86px;
}
.suite-intro {
  padding-top: 46px;
  padding-bottom: 46px;
}
footer {
  padding: 34px 0;
}
@media (max-width: 740px) {
  .section-pad {
    padding: 68px 0;
  }
  .section-pad-sm {
    padding: 52px 0;
  }
  .product {
    padding: 68px 0;
  }
  .hero {
    padding-top: 126px;
    padding-bottom: 68px;
  }
  .suite-intro {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  footer {
    padding: 30px 0;
  }
}


/* Wider product sections */
.product > .container.product-grid {
  width: min(1360px, calc(100% - 42px));
  max-width: none;
}
.product-grid {
  gap: 54px;
}
@media (max-width: 1060px) {
  .product > .container.product-grid {
    width: min(100% - 42px, 860px);
  }
  .product-grid {
    gap: 38px;
  }
}
@media (max-width: 740px) {
  .product > .container.product-grid {
    width: min(100% - 28px, 620px);
  }
}


/* Modern scroll reveal animations */
.reveal {
  opacity: 0 !important;
  transform: translateY(18px) !important;
  transition: opacity 700ms cubic-bezier(.22,.61,.36,1), transform 700ms cubic-bezier(.22,.61,.36,1) !important;
  will-change: opacity, transform;
}
.reveal.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.suite-product-card:nth-child(1) { transition-delay: 0ms !important; }
.suite-product-card:nth-child(2) { transition-delay: 70ms !important; }
.suite-product-card:nth-child(3) { transition-delay: 140ms !important; }
.suite-product-card:nth-child(4) { transition-delay: 210ms !important; }
.team-card:nth-child(1) { transition-delay: 0ms !important; }
.team-card:nth-child(2) { transition-delay: 90ms !important; }
.team-card:nth-child(3) { transition-delay: 180ms !important; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* Reveal tuning v2 */
.reveal {
  opacity: 0 !important;
  transform: translateY(34px) scale(.985) !important;
  transition: opacity 850ms cubic-bezier(.22,.61,.36,1), transform 850ms cubic-bezier(.22,.61,.36,1) !important;
}
.reveal.visible {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}
.suite-product-card:nth-child(1) { transition-delay: 0ms !important; }
.suite-product-card:nth-child(2) { transition-delay: 110ms !important; }
.suite-product-card:nth-child(3) { transition-delay: 220ms !important; }
.suite-product-card:nth-child(4) { transition-delay: 330ms !important; }
.team-card:nth-child(1) { transition-delay: 0ms !important; }
.team-card:nth-child(2) { transition-delay: 120ms !important; }
.team-card:nth-child(3) { transition-delay: 240ms !important; }


/* Reveal soft fade v3 */
.reveal {
  opacity: 0 !important;
  transform: translateY(12px) !important;
  transition: opacity 900ms ease-out, transform 900ms cubic-bezier(.22,.61,.36,1) !important;
}
.reveal.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.suite-product-card:nth-child(1) { transition-delay: 0ms !important; }
.suite-product-card:nth-child(2) { transition-delay: 60ms !important; }
.suite-product-card:nth-child(3) { transition-delay: 120ms !important; }
.suite-product-card:nth-child(4) { transition-delay: 180ms !important; }
.team-card:nth-child(1) { transition-delay: 0ms !important; }
.team-card:nth-child(2) { transition-delay: 70ms !important; }
.team-card:nth-child(3) { transition-delay: 140ms !important; }


/* AvBench directional reveal v4 */
.reveal {
  opacity: 0 !important;
  transform: translateY(16px) !important;
  transition: opacity 900ms cubic-bezier(.22,.61,.36,1), transform 900ms cubic-bezier(.22,.61,.36,1) !important;
}
.reveal.visible {
  opacity: 1 !important;
  transform: translate3d(0,0,0) !important;
}
.product-grid:not(.reverse) > .product-media.reveal {
  transform: translateX(-22px) !important;
}
.product-grid:not(.reverse) > .product-copy.reveal {
  transform: translateX(22px) !important;
}
.product-grid.reverse > .product-media.reveal {
  transform: translateX(22px) !important;
}
.product-grid.reverse > .product-copy.reveal {
  transform: translateX(-22px) !important;
}
.product-grid > .product-media.reveal.visible,
.product-grid > .product-copy.reveal.visible {
  transform: translateX(0) !important;
}
.suite-product-card:nth-child(1) { transition-delay: 0ms !important; }
.suite-product-card:nth-child(2) { transition-delay: 80ms !important; }
.suite-product-card:nth-child(3) { transition-delay: 160ms !important; }
.suite-product-card:nth-child(4) { transition-delay: 240ms !important; }
.team-card:nth-child(1) { transition-delay: 0ms !important; }
.team-card:nth-child(2) { transition-delay: 90ms !important; }
.team-card:nth-child(3) { transition-delay: 180ms !important; }
@media (max-width: 1060px) {
  .product-grid > .product-media.reveal,
  .product-grid > .product-copy.reveal {
    transform: translateY(16px) !important;
  }
  .product-grid > .product-media.reveal.visible,
  .product-grid > .product-copy.reveal.visible {
    transform: translateY(0) !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.visible,
  .product-grid > .product-media.reveal,
  .product-grid > .product-copy.reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* AvBench warm reveal v5 */
.reveal,
.product-grid:not(.reverse) > .product-media.reveal,
.product-grid:not(.reverse) > .product-copy.reveal,
.product-grid.reverse > .product-media.reveal,
.product-grid.reverse > .product-copy.reveal {
  opacity: 0 !important;
  transform: translateY(10px) !important;
  filter: blur(3px);
  transition: opacity 1050ms cubic-bezier(.16,1,.3,1), transform 1050ms cubic-bezier(.16,1,.3,1), filter 900ms ease-out !important;
}
.reveal.visible,
.product-grid > .product-media.reveal.visible,
.product-grid > .product-copy.reveal.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  filter: blur(0);
}
.product-grid > .product-media.reveal {
  transition-delay: 40ms !important;
}
.product-grid > .product-copy.reveal {
  transition-delay: 130ms !important;
}
.suite-product-card:nth-child(1) { transition-delay: 20ms !important; }
.suite-product-card:nth-child(2) { transition-delay: 100ms !important; }
.suite-product-card:nth-child(3) { transition-delay: 180ms !important; }
.suite-product-card:nth-child(4) { transition-delay: 260ms !important; }
.team-card:nth-child(1) { transition-delay: 20ms !important; }
.team-card:nth-child(2) { transition-delay: 120ms !important; }
.team-card:nth-child(3) { transition-delay: 220ms !important; }
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.visible,
  .product-grid > .product-media.reveal,
  .product-grid > .product-copy.reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}


/* Seamless hero to suite transition */
.hero {
  margin-bottom: -1px;
  background:
    radial-gradient(circle at 85% 20%, rgba(56,163,165,.34), transparent 30%),
    radial-gradient(circle at 14% 2%, rgba(18,59,88,.24), transparent 30%),
    linear-gradient(to bottom, transparent 0%, transparent 72%, var(--navy-950) 100%),
    linear-gradient(145deg, var(--navy-950) 0%, var(--navy-900) 58%, var(--navy-850) 100%);
}
.hero::after {
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
}
.suite-intro {
  position: relative;
  margin-top: -1px;
  background:
    radial-gradient(circle at 88% 48%, rgba(56,163,165,.48), transparent 24%),
    radial-gradient(circle at 76% 58%, rgba(18,59,88,.34), transparent 34%),
    linear-gradient(to bottom, var(--navy-950) 0%, var(--navy-900) 48%, var(--navy-850) 100%);
}


/* Eagle suite tighter overlap */
.suite-product-eagle-composite img:first-child {
  width: 80%;
  left: -1%;
}
.suite-product-eagle-composite img:last-child {
  width: 72%;
  right: 6%;
  bottom: 18px;
}


/* Section color alternation */
.airline-analytics-band {
  color: white;
  background: linear-gradient(145deg, var(--navy-950) 0%, var(--navy-900) 58%, var(--navy-850) 100%);
}
.airline-analytics-band .product-copy > p,
.airline-analytics-band .analytics-card p {
  color: rgba(255,255,255,.70);
}
.airline-analytics-band h2,
.airline-analytics-band h3,
.airline-analytics-band .analytics-card h4 {
  color: white;
}
.airline-analytics-band .analytics-card {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  box-shadow: none;
}
.airline-analytics-band .product-media {
  background: transparent;
}

.providers {
  color: white;
  background: linear-gradient(145deg, #277f82 0%, var(--turquoise) 55%, #4aafb0 100%);
}
.providers .eyebrow {
  color: var(--navy-950);
}
.providers .section-title {
  color: white;
}
.providers .data-box {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 28px rgba(4,18,30,.10);
}
.providers .data-box h3 {
  color: var(--navy-900);
}
.providers .data-box p {
  color: var(--muted);
}

section[aria-labelledby="examples-title"] {
  color: var(--ink);
  background: var(--white);
}


/* Airline Analytics dark fix */
.product.alt.airline-analytics-band {
  background: linear-gradient(145deg, var(--navy-950) 0%, var(--navy-900) 62%, var(--navy-850) 100%) !important;
}
.product.alt.airline-analytics-band .analytics-card {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.065);
}
.providers {
  background:
    linear-gradient(to bottom, var(--navy-850) 0%, #277f82 10%, var(--turquoise) 42%, #4aafb0 100%);
}


/* Clean providers turquoise background */
.providers {
  background:
    radial-gradient(circle at 82% 25%, rgba(255,255,255,.10), transparent 32%),
    linear-gradient(145deg, #2f9295 0%, var(--turquoise) 52%, #4aafb0 100%) !important;
}

/* Providers layout redesign v2 */
.providers {
  color: white;
  background:
    radial-gradient(circle at 82% 20%, rgba(255,255,255,.10), transparent 32%),
    linear-gradient(145deg, #2f9396 0%, var(--turquoise) 55%, #4aafb0 100%) !important;
}

.providers-title {
  margin-bottom: 28px;
  color: white;
  text-align: left;
}

.providers-layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.providers-logo-panel,
.providers-content-panel {
  border: 1px solid rgba(4,18,30,.10);
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 30px rgba(4,18,30,.10);
}

.providers-logo-panel {
  min-height: 440px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.provider-brand {
  width: 100%;
  min-height: 170px;
  display: grid;
  place-items: center;
}

.provider-brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 170px;
  object-fit: contain;
  opacity: 1 !important;
  filter: none !important;
}

.provider-brand-milanamos img {
  max-width: 240px;
}

.provider-brand-ch img {
  max-width: 220px;
}

.providers-content-panel {
  min-height: 440px;
  padding: 30px 34px;
  display: grid;
  align-content: center;
  gap: 26px;
}


.provider-data-group h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.15;
  font-weight: 650;
  letter-spacing: -.02em;
}

.provider-data-group p {
  margin: 6px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

@media (max-width: 1060px) {
  .providers-layout {
    grid-template-columns: 1fr;
  }

  .providers-logo-panel {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 24px;
  }

  .provider-brand {
    min-height: 180px;
  }
}

@media (max-width: 740px) {
  .providers-title {
    margin-bottom: 22px;
  }

  .providers-logo-panel {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .providers-logo-panel,
  .providers-content-panel {
    border-radius: 20px;
  }

  .providers-content-panel {
    min-height: 0;
    padding: 24px 20px;
  }
}


/* Providers compact balanced layout */
.providers {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.providers-title {
  margin-bottom: 22px;
}
.providers-logo-panel,
.providers-content-panel {
  min-height: 380px;
}
.providers-logo-panel {
  padding: 20px 22px;
  gap: 16px;
}
.provider-brand {
  min-height: 145px;
}
.providers-content-panel {
  padding: 24px 30px;
  gap: 18px;
}
.provider-data-group h3 {
  margin-bottom: 9px;
}
.provider-data-group p {
  margin: 4px 0;
  line-height: 1.35;
}
@media (max-width: 740px) {
  .providers {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .providers-logo-panel,
  .providers-content-panel {
    min-height: 0;
  }
}
