.avi-exp {
  --exp-accent: #7357ff;
  --exp-accent-2: #d553ff;
  --exp-ink: #131417;
  --exp-muted: #5c6068;
  --exp-line: rgba(19, 20, 23, .12);
  background: #f5f6f7;
  color: var(--exp-ink);
  overflow: hidden;
}

.aviannova-expertise-page .content-wrapper { margin-top: 28px; }

.avi-exp--blue { --exp-accent: #2367f0; --exp-accent-2: #62a6ff; }
.avi-exp--cyan { --exp-accent: #087e8b; --exp-accent-2: #42d7c6; }
.avi-exp--orange { --exp-accent: #e4562b; --exp-accent-2: #ffad55; }
.avi-exp--red { --exp-accent: #c82748; --exp-accent-2: #ff655f; }

.avi-exp *, .avi-exp *::before, .avi-exp *::after { box-sizing: border-box; }
.avi-exp a { color: inherit; text-decoration: none; }
.avi-exp-shell { width: min(1280px, calc(100% - 80px)); margin: 0 auto; }
.avi-exp-hero { position: relative; padding: 78px 0 0; background: #fff; border-bottom: 1px solid var(--exp-line); }
.avi-exp-hero::before { content: ""; position: absolute; inset: 0; opacity: .46; pointer-events: none; background-image: linear-gradient(var(--exp-line) 1px, transparent 1px), linear-gradient(90deg, var(--exp-line) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.avi-exp-crumb { position: relative; z-index: 1; display: flex; gap: 10px; align-items: center; margin-bottom: 70px; color: #777b83; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.avi-exp-crumb a:hover { color: var(--exp-accent); }
.avi-exp-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr); gap: 70px; align-items: center; padding-bottom: 84px; }
.avi-exp-eyebrow { margin: 0 0 20px; color: var(--exp-accent); font-size: 12px; font-weight: 750; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.avi-exp-eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin-inline-end: 12px; vertical-align: middle; background: currentColor; }
.avi-exp h1, .avi-exp h2, .avi-exp h3, .avi-exp p { color: inherit; font-family: inherit; }
.avi-exp h1 { max-width: 900px; margin: 0; font-size: clamp(48px, 5.3vw, 82px); font-weight: 550; letter-spacing: -.055em; line-height: .99; text-wrap: balance; }
.avi-exp-lead { max-width: 750px; margin: 32px 0 0; color: var(--exp-muted); font-size: 18px; line-height: 1.75; }
.avi-exp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.avi-exp-button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--exp-line); border-radius: 999px; background: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.avi-exp-button:hover { transform: translateY(-2px); border-color: var(--exp-accent); }
.avi-exp-button svg, .avi-exp-related svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.avi-exp-button--primary { border-color: var(--exp-ink); background: var(--exp-ink); color: #fff !important; }
.avi-exp-button--primary:hover { border-color: var(--exp-accent); background: var(--exp-accent); }
.avi-exp-visual { position: relative; width: 100%; aspect-ratio: 1; max-width: 470px; justify-self: end; border-radius: 50%; background: radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--exp-accent) 16%, transparent) 0 6%, transparent 36%), radial-gradient(circle, #fff 0 53%, color-mix(in srgb, var(--exp-accent) 10%, transparent) 53.3% 54%, transparent 54.3%); }
.avi-exp-orbit { position: absolute; border: 1px solid color-mix(in srgb, var(--exp-accent) 35%, transparent); border-radius: 50%; }
.avi-exp-orbit--one { inset: 12%; animation: avi-exp-spin 28s linear infinite; }
.avi-exp-orbit--two { inset: 27%; border-style: dashed; animation: avi-exp-spin 18s linear infinite reverse; }
.avi-exp-core { position: absolute; inset: 39%; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--exp-accent), var(--exp-accent-2)); box-shadow: 0 20px 55px color-mix(in srgb, var(--exp-accent) 32%, transparent); }
.avi-exp-core strong { font-size: 18px; letter-spacing: .1em; }
.avi-exp-core i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #fff; opacity: .65; }
.avi-exp-core i:nth-child(1) { top: 18%; left: 48%; }.avi-exp-core i:nth-child(2) { bottom: 24%; left: 20%; }.avi-exp-core i:nth-child(3) { right: 18%; bottom: 30%; }
.avi-exp-node { position: absolute; width: 14px; height: 14px; border: 3px solid #fff; border-radius: 50%; background: var(--exp-accent); box-shadow: 0 0 0 1px color-mix(in srgb, var(--exp-accent) 40%, transparent), 0 8px 20px color-mix(in srgb, var(--exp-accent) 35%, transparent); }
.avi-exp-node--a { top: 14%; left: 27%; }.avi-exp-node--b { right: 9%; top: 53%; }.avi-exp-node--c { bottom: 9%; left: 36%; }
.avi-exp-signal { position: absolute; left: 4%; top: 50%; display: flex; gap: 5px; align-items: end; height: 42px; }
.avi-exp-signal i { display: block; width: 4px; border-radius: 4px; background: var(--exp-accent); animation: avi-exp-signal 1.6s ease-in-out infinite alternate; }
.avi-exp-signal i:nth-child(1) { height: 20%; }.avi-exp-signal i:nth-child(2) { height: 70%; animation-delay: .2s; }.avi-exp-signal i:nth-child(3) { height: 45%; animation-delay: .35s; }.avi-exp-signal i:nth-child(4) { height: 100%; animation-delay: .5s; }.avi-exp-signal i:nth-child(5) { height: 62%; animation-delay: .65s; }
.avi-exp-focus { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; align-items: start; padding: 32px 0; border-top: 1px solid var(--exp-line); }
.avi-exp-focus span { font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.avi-exp-focus p { max-width: 790px; margin: 0; color: var(--exp-muted); line-height: 1.7; }
.avi-exp-cap, .avi-exp-process { padding: 120px 0; }
.avi-exp-section-head { display: grid; grid-template-columns: .55fr 1.45fr; gap: 50px; align-items: start; margin-bottom: 60px; }
.avi-exp-section-head h2, .avi-exp-impact h2, .avi-exp-cta h2 { margin: 0; font-size: clamp(36px, 4vw, 64px); font-weight: 520; letter-spacing: -.045em; line-height: 1.04; text-wrap: balance; }
.avi-exp-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--exp-line); border-left: 1px solid var(--exp-line); }
.avi-exp-card { position: relative; min-height: 300px; padding: 34px; border-right: 1px solid var(--exp-line); border-bottom: 1px solid var(--exp-line); background: rgba(255,255,255,.55); transition: background .25s ease, transform .25s ease; }
.avi-exp-card:hover { z-index: 1; transform: translateY(-4px); background: #fff; box-shadow: 0 20px 60px rgba(25, 29, 36, .08); }
.avi-exp-card > span { color: var(--exp-accent); font-size: 12px; font-weight: 750; letter-spacing: .12em; }
.avi-exp-card h3 { max-width: 440px; margin: 88px 0 16px; font-size: clamp(24px, 2.3vw, 34px); font-weight: 560; letter-spacing: -.035em; }
.avi-exp-card p { max-width: 570px; margin: 0; color: var(--exp-muted); font-size: 15px; line-height: 1.75; }
.avi-exp-impact { padding: 120px 0; background: var(--exp-ink); color: #fff; }
.avi-exp-impact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.avi-exp-impact .avi-exp-eyebrow { color: var(--exp-accent-2); }
.avi-exp-outcomes { border-top: 1px solid rgba(255,255,255,.18); }
.avi-exp-outcomes article { display: grid; grid-template-columns: 46px 1fr; gap: 22px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.avi-exp-outcomes article > span { color: var(--exp-accent-2); font-size: 12px; font-weight: 700; }
.avi-exp-outcomes h3 { margin: 0 0 8px; font-size: 24px; font-weight: 550; letter-spacing: -.02em; }
.avi-exp-outcomes p { margin: 0; color: rgba(255,255,255,.64); line-height: 1.65; }
.avi-exp-process { background: #fff; }
.avi-exp-steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--exp-line); }
.avi-exp-steps article { min-height: 245px; padding: 28px 28px 0 0; border-right: 1px solid var(--exp-line); }
.avi-exp[dir="rtl"] .avi-exp-steps article { padding: 28px 0 0 28px; border-right: 0; border-left: 1px solid var(--exp-line); }
.avi-exp-steps article:last-child { border: 0; }
.avi-exp-steps span { display: block; color: var(--exp-accent); font-size: 12px; font-weight: 750; }
.avi-exp-steps h3 { margin: 55px 0 12px; font-size: 24px; font-weight: 560; }
.avi-exp-steps p { margin: 0; color: var(--exp-muted); font-size: 14px; line-height: 1.7; }
.avi-exp-related { padding: 34px 0; border-top: 1px solid var(--exp-line); background: #fff; }
.avi-exp-related .avi-exp-shell { display: flex; gap: 30px; align-items: center; justify-content: space-between; }
.avi-exp-related p { margin: 0; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.avi-exp-related .avi-exp-shell > div { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.avi-exp-related a { display: inline-flex; gap: 10px; align-items: center; padding: 10px 14px; border: 1px solid var(--exp-line); border-radius: 999px; font-size: 12px; font-weight: 650; transition: color .2s ease, border-color .2s ease; }
.avi-exp-related a:hover { color: var(--exp-accent); border-color: var(--exp-accent); }
.avi-exp-related svg { width: 14px; height: 14px; }
.avi-exp-cta { padding: 100px 0; color: #fff; background: linear-gradient(125deg, var(--exp-accent), var(--exp-accent-2)); }
.avi-exp-cta .avi-exp-shell { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; }
.avi-exp-cta .avi-exp-eyebrow { color: rgba(255,255,255,.78); }
.avi-exp-cta h2 { max-width: 850px; }
.avi-exp-cta p:not(.avi-exp-eyebrow) { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.7; }
.avi-exp-button--light { min-width: 190px; border-color: #fff; background: #fff; color: var(--exp-ink) !important; }
.avi-exp[dir="rtl"] { font-family: "IBM Plex Sans Arabic", Arial, sans-serif; }
.avi-exp[dir="rtl"] .avi-exp-crumb, .avi-exp[dir="rtl"] .avi-exp-actions { flex-direction: row; }
.avi-exp[dir="rtl"] .avi-exp-button svg, .avi-exp[dir="rtl"] .avi-exp-related svg { transform: scaleX(-1); }
.avi-exp[dir="rtl"] .avi-exp-related .avi-exp-shell > div { justify-content: flex-start; }

@keyframes avi-exp-spin { to { transform: rotate(360deg); } }
@keyframes avi-exp-signal { from { transform: scaleY(.55); opacity: .45; } to { transform: scaleY(1); opacity: 1; } }

@media (max-width: 1024px) {
  .avi-exp-shell { width: min(100% - 48px, 900px); }
  .avi-exp-hero__grid { grid-template-columns: 1fr .65fr; gap: 30px; }
  .avi-exp-visual { width: 100%; }
  .avi-exp-impact__grid { gap: 55px; }
  .avi-exp-steps { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
}

@media (max-width: 767px) {
  .aviannova-expertise-page .content-wrapper { margin-top: 18px; }
  .avi-exp-shell { width: calc(100% - 36px); }
  .avi-exp-hero { padding-top: 44px; }
  .avi-exp-crumb { margin-bottom: 44px; }
  .avi-exp-hero__grid { display: flex; flex-direction: column; align-items: stretch; padding-bottom: 58px; }
  .avi-exp h1 { font-size: clamp(42px, 13vw, 60px); }
  .avi-exp-lead { font-size: 16px; line-height: 1.65; }
  .avi-exp-actions { align-items: stretch; flex-direction: column !important; }
  .avi-exp-button { width: 100%; }
  .avi-exp-visual { width: min(100%, 360px); align-self: center; margin-top: 20px; }
  .avi-exp-focus, .avi-exp-section-head, .avi-exp-impact__grid, .avi-exp-cta .avi-exp-shell { grid-template-columns: 1fr; gap: 24px; }
  .avi-exp-focus { padding: 28px 0; }
  .avi-exp-cap, .avi-exp-process, .avi-exp-impact { padding: 78px 0; }
  .avi-exp-section-head { margin-bottom: 38px; }
  .avi-exp-card-grid { grid-template-columns: 1fr; }
  .avi-exp-card { min-height: 260px; padding: 26px; }
  .avi-exp-card h3 { margin-top: 60px; }
  .avi-exp-steps { grid-template-columns: 1fr; gap: 0; }
  .avi-exp-steps article, .avi-exp[dir="rtl"] .avi-exp-steps article { min-height: 0; padding: 26px 0; border-right: 0; border-left: 0; border-bottom: 1px solid var(--exp-line); }
  .avi-exp-steps h3 { margin-top: 28px; }
  .avi-exp-related .avi-exp-shell { align-items: flex-start; flex-direction: column; }
  .avi-exp-related .avi-exp-shell > div { justify-content: flex-start; }
  .avi-exp-cta { padding: 76px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .avi-exp-orbit, .avi-exp-signal i { animation: none; }
}
