﻿:root {
    --navy-950: #05142f;
    --navy-900: #071a3b;
    --navy-800: #0b2855;
    --blue-700: #075ad7;
    --blue-600: #0877f9;
    --cyan-500: #00c2ff;
    --cyan-100: #dff8ff;
    --orange-500: #ff7a1a;
    --orange-100: #fff0e3;
    --purple-500: #7957ff;
    --green-500: #12b981;
    --ink-900: #101828;
    --ink-700: #344054;
    --ink-600: #475467;
    --ink-500: #667085;
    --line: #e4eaf2;
    --surface: #ffffff;
    --surface-soft: #f5f8fc;
    --surface-blue: #eef6ff;
    --shadow-sm: 0 8px 24px rgba(7, 26, 59, .07);
    --shadow-md: 0 18px 50px rgba(7, 26, 59, .12);
    --shadow-lg: 0 30px 80px rgba(5, 20, 47, .2);
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 38px;
    --radius-xl: 56px;
    --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; direction: rtl; overflow-x: hidden; color: var(--ink-700); background: var(--surface); font-family: "Vazirmatn", "AraSans", Tahoma, sans-serif; font-size: 16px; line-height: 1.9; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
::selection { color: #fff; background: var(--blue-600); }
a { color: inherit; text-decoration: none; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s var(--ease); }
a:hover { color: var(--blue-600); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    color: var(--ink-900);
    line-height: 1.42;
    letter-spacing: -.025em;
    font-family: "Shabnam", Tahoma, sans-serif !important;
    font-weight: 700;
}
p { margin-top: 0; color: var(--ink-600); }
.container { width: min(100% - 40px, 1240px); max-width: 1240px; }
.section { position: relative; padding: 112px 0; }
.display-title { font-size: clamp(2rem, 4vw, 3.55rem); }
.lead-text { color: var(--ink-700); font-size: 1.12rem; line-height: 2; }
.text-primary { color: var(--blue-600) !important; }
.bg-light { background: var(--surface-soft) !important; }
.pointer-cursor { cursor: pointer; }

.skip-link { position: fixed; top: -100px; right: 20px; z-index: 100000; padding: 12px 18px; color: #fff; background: var(--navy-900); border-radius: 0 0 12px 12px; }
.skip-link:focus { top: 0; color: #fff; }
.scroll-progress { position: fixed; top: 0; right: 0; left: 0; z-index: 10001; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--cyan-500), var(--blue-600), var(--orange-500)); }

/* Buttons */
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 22px; border: 1px solid transparent; border-radius: 15px; font-weight: 800; line-height: 1.4; box-shadow: none; transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 4px solid rgba(8, 119, 249, .18); outline-offset: 2px; }
.btn-sm { min-height: 43px; padding: 9px 16px; border-radius: 13px; font-size: .88rem; }
.btn-lg { min-height: 58px; padding: 14px 27px; border-radius: 18px; }
.btn-primary, .btn.btn-primary { color: #fff !important; background: linear-gradient(135deg, var(--blue-600), var(--blue-700)) !important; border-color: transparent !important; box-shadow: 0 12px 26px rgba(8, 119, 249, .24); }
.btn-primary:hover, .btn.btn-primary:hover { color: #fff !important; background: linear-gradient(135deg, #1687ff, #0752c4) !important; box-shadow: 0 16px 34px rgba(8, 119, 249, .32); }
.btn-light, .btn.btn-light { color: var(--navy-900) !important; background: #fff !important; border-color: rgba(255,255,255,.5) !important; }
.btn-light:hover { color: var(--blue-700) !important; box-shadow: var(--shadow-md); }
.btn-ghost { color: var(--navy-900); background: #fff; border-color: var(--line); }
.btn-ghost:hover { color: var(--blue-700); border-color: rgba(8,119,249,.35); box-shadow: var(--shadow-sm); }
.btn-accent { color: var(--navy-950); background: linear-gradient(135deg, #ffcf3f, var(--orange-500)); box-shadow: 0 14px 30px rgba(255,122,26,.23); }
.btn-accent:hover { color: var(--navy-950); box-shadow: 0 18px 38px rgba(255,122,26,.3); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-700); font-weight: 900; }
.text-link:hover i, .decision-card a:hover i { transform: translateX(-5px); }
.text-link i, .decision-card a i { transition: transform .25s var(--ease); }

/* Loader */
#spinner { position: fixed; inset: 0; z-index: 99999; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; color: var(--navy-900); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s ease; }
#spinner.show { opacity: 1; visibility: visible; }
#spinner strong { font-size: .95rem; }
.loader-mark { display: flex; align-items: flex-end; gap: 6px; height: 44px; }
.loader-mark span { width: 10px; border-radius: 20px; background: var(--blue-600); animation: loaderBars 1s ease-in-out infinite; }
.loader-mark span:nth-child(1) { height: 24px; animation-delay: -.2s; }
.loader-mark span:nth-child(2) { height: 42px; background: var(--cyan-500); animation-delay: -.1s; }
.loader-mark span:nth-child(3) { height: 32px; background: var(--orange-500); }
@keyframes loaderBars { 0%,100% { transform: scaleY(.55); opacity: .55; } 50% { transform: scaleY(1); opacity: 1; } }

/* Header */
.site-topbar { color: rgba(255,255,255,.75); background: var(--navy-950); font-size: .76rem; }
.site-topbar__inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.site-topbar p { display: flex; align-items: center; gap: 9px; margin: 0; color: rgba(255,255,255,.72); }
.status-dot { width: 8px; height: 8px; background: #2ee69d; border-radius: 50%; box-shadow: 0 0 0 5px rgba(46,230,157,.12); }
.site-topbar__links { display: flex; align-items: center; gap: 22px; }
.site-topbar__links a { display: inline-flex; align-items: center; gap: 7px; }
.site-topbar__links a:hover { color: #fff; }
.site-topbar__links i { color: var(--cyan-500); }
.site-header { top: 0; z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(228,234,242,.9); backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { box-shadow: 0 14px 35px rgba(7,26,59,.09); background: rgba(255,255,255,.98); }
.site-header .navbar { min-height: 82px; padding: 8px 0; }
.site-brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; color: var(--navy-900); }
.site-brand:hover { color: var(--navy-900); }
.site-brand img { width: 56px; height: 49px; padding: 4px; object-fit: contain; background: #fff; border-radius: 13px; }
.site-brand > span { display: flex; flex-direction: column; line-height: 1.45; }
.site-brand strong { font-size: 1.08rem; }
.site-brand small { color: var(--ink-500); font-size: .66rem; font-weight: 700; }
.navbar-nav { gap: 2px; }
.site-header .nav-link { position: relative; display: flex; align-items: center; gap: 6px; padding: 13px 11px !important; color: var(--ink-700); border-radius: 12px; font-size: .86rem; font-weight: 800; }
.site-header .nav-link::after { content: ""; position: absolute; right: 50%; bottom: 5px; width: 0; height: 3px; background: var(--blue-600); border-radius: 10px; transform: translateX(50%); transition: width .25s var(--ease); }
.site-header .nav-link:hover, .site-header .nav-link.active { color: var(--blue-700); background: var(--surface-blue); }
.site-header .nav-link:hover::after, .site-header .nav-link.active::after { width: 20px; }
.nav-link--support i { color: var(--orange-500); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.navbar-toggler { width: 48px; height: 46px; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.navbar-toggler span { width: 21px; height: 2px; background: var(--navy-900); border-radius: 3px; transition: transform .25s ease, opacity .25s ease; }
.navbar-toggler[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar-toggler[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.navbar-toggler[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Home hero */
.hero-home { min-height: calc(100vh - 121px); position: relative; display: flex; align-items: center; padding: 90px 0 110px; overflow: hidden; color: #fff; background: radial-gradient(circle at 12% 18%, rgba(0,194,255,.2), transparent 28%), radial-gradient(circle at 88% 76%, rgba(121,87,255,.22), transparent 25%), linear-gradient(135deg, var(--navy-950), #0a2760 58%, #06499a); }
.hero-home::before { content: ""; position: absolute; left: -10%; bottom: -220px; width: 720px; height: 480px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: rotate(-15deg); }
.hero-home::after { content: ""; position: absolute; right: -90px; top: 40px; width: 260px; height: 260px; border: 60px solid rgba(0,194,255,.07); border-radius: 50%; }
.hero-home__mesh { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to left, #000, transparent 85%); }
.hero-home .container { position: relative; z-index: 2; }
.hero-badge { width: fit-content; max-width: 100%; display: flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 8px 14px; color: #c9ecff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 999px; font-size: .77rem; font-weight: 800; backdrop-filter: blur(8px); }
.hero-badge span { width: 8px; height: 8px; flex: 0 0 auto; background: var(--orange-500); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,122,26,.13); }
.hero-copy h1 { margin-bottom: 25px; color: #fff; font-size: clamp(2.65rem, 5.6vw, 5.1rem); line-height: 1.25; }
.hero-copy h1 span { position: relative; color: var(--cyan-500); }
.hero-copy h1 span::after { content: ""; position: absolute; right: 0; bottom: -7px; width: 42%; height: 5px; background: var(--orange-500); border-radius: 10px; }
.hero-lead { max-width: 650px; margin-bottom: 30px; color: rgba(255,255,255,.77); font-size: 1.08rem; line-height: 2.05; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-home .btn-ghost { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); }
.hero-home .btn-ghost:hover { background: rgba(255,255,255,.15); }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 10px 19px; margin-top: 28px; color: rgba(255,255,255,.68); font-size: .77rem; font-weight: 700; }
.hero-assurances span { display: flex; align-items: center; gap: 7px; }
.hero-assurances i { color: #2ee69d; }
.hero-product { position: relative; padding: 35px 10px; perspective: 1200px; }
.product-window { position: relative; overflow: hidden; background: #f3f7fc; border: 1px solid rgba(255,255,255,.35); border-radius: 28px; box-shadow: 0 40px 100px rgba(0,0,0,.35); transform: rotateY(-5deg) rotateX(2deg); transition: transform .6s var(--ease); }
.hero-product:hover .product-window { transform: rotateY(0) rotateX(0) translateY(-6px); }
.product-window__bar { height: 47px; display: flex; align-items: center; gap: 7px; padding: 0 15px; color: var(--ink-500); background: #fff; border-bottom: 1px solid var(--line); direction: ltr; }
.product-window__bar > span { width: 9px; height: 9px; border-radius: 50%; background: #ff6a5f; }
.product-window__bar > span:nth-child(2) { background: #ffc044; }
.product-window__bar > span:nth-child(3) { background: #35cf78; }
.product-window__bar strong { margin-left: auto; color: var(--navy-900); font-size: .72rem; direction: rtl; }
.product-window__body { min-height: 390px; display: flex; direction: rtl; }
.product-sidebar { width: 61px; display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 22px 10px; color: rgba(255,255,255,.58); background: var(--navy-900); }
.product-sidebar span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 11px; }
.product-sidebar span.active { color: #fff; background: var(--blue-600); }
.product-content { flex: 1; min-width: 0; padding: 18px; }
.product-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.product-metrics > div { min-width: 0; display: flex; flex-direction: column; padding: 13px; background: #fff; border: 1px solid #ebf0f6; border-radius: 14px; }
.product-metrics small { color: var(--ink-500); font-size: .59rem; }
.product-metrics strong { color: var(--navy-900); font-size: .86rem; }
.product-metrics em { color: var(--ink-500); font-size: .55rem; font-style: normal; }
.product-metrics em.positive { color: var(--green-500); }
.product-metrics em.accent { color: var(--orange-500); }
.product-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10px; margin-top: 10px; }
.chart-card { min-height: 135px; padding: 13px; overflow: hidden; background: #fff; border: 1px solid #ebf0f6; border-radius: 14px; }
.chart-card--wide { min-height: 185px; }
.chart-head { display: flex; align-items: center; justify-content: space-between; color: var(--navy-900); font-size: .67rem; font-weight: 900; }
.chart-head small { color: var(--ink-500); font-size: .54rem; }
.line-chart { position: relative; height: 125px; margin-top: 10px; overflow: hidden; background: repeating-linear-gradient(to bottom, #eef2f7 0 1px, transparent 1px 30px); }
.line-chart::before, .line-chart::after { content: ""; position: absolute; inset: 35px -10px auto -10px; height: 4px; background: var(--blue-600); border-radius: 20px; transform: rotate(-8deg); box-shadow: 60px -14px 0 var(--blue-600), 120px 5px 0 var(--blue-600), 180px -28px 0 var(--blue-600), 240px -12px 0 var(--blue-600); }
.line-chart::after { top: 75px; background: var(--cyan-500); transform: rotate(5deg); opacity: .55; box-shadow: 60px -8px 0 var(--cyan-500), 120px -25px 0 var(--cyan-500), 180px -14px 0 var(--cyan-500), 240px -34px 0 var(--cyan-500); }
.donut { width: 82px; height: 82px; display: grid; place-items: center; margin: 18px auto 0; background: conic-gradient(var(--blue-600) 0 43%, var(--cyan-500) 43% 72%, var(--orange-500) 72% 88%, #e8eef6 88%); border-radius: 50%; }
.donut::before { content: ""; grid-area: 1/1; width: 55px; height: 55px; background: #fff; border-radius: 50%; }
.donut span { z-index: 1; grid-area: 1/1; color: var(--ink-500); font-size: .52rem; font-weight: 800; }
.mini-bars { height: 80px; display: flex; align-items: flex-end; justify-content: space-around; gap: 6px; margin-top: 18px; }
.mini-bars i { width: 13px; background: linear-gradient(var(--cyan-500), var(--blue-600)); border-radius: 5px 5px 2px 2px; }
.floating-insight { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 11px 14px; color: var(--ink-700); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.7); border-radius: 16px; box-shadow: var(--shadow-md); animation: floating 4s ease-in-out infinite; }
.floating-insight > i { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--orange-500); border-radius: 10px; }
.floating-insight span { display: flex; flex-direction: column; }
.floating-insight small { color: var(--ink-500); font-size: .54rem; }
.floating-insight strong { color: var(--ink-900); font-size: .66rem; }
.floating-insight--one { top: 5px; left: -12px; }
.floating-insight--two { right: -14px; bottom: 2px; animation-delay: -2s; }
.floating-insight--two > i { background: var(--green-500); }
@keyframes floating { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.hero-scroll { position: absolute; bottom: 25px; right: 50%; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 7px; color: rgba(255,255,255,.5); font-size: .66rem; transform: translateX(50%); }
.hero-scroll span { width: 22px; height: 34px; position: relative; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; }
.hero-scroll span::before { content: ""; position: absolute; top: 7px; right: 50%; width: 3px; height: 7px; background: var(--cyan-500); border-radius: 4px; transform: translateX(50%); animation: scrollDot 1.8s ease infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(50%,11px); } }

.trust-strip { position: relative; z-index: 4; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 22px 16px; border-left: 1px solid var(--line); }
.trust-strip__grid > div:last-child { border-left: 0; }
.trust-strip strong { color: var(--blue-700); font-size: 1.2rem; }
.trust-strip span { color: var(--ink-500); font-size: .72rem; font-weight: 800; }

/* Shared headings */
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 13px; color: var(--blue-700); font-size: .76rem; font-weight: 900; letter-spacing: .02em; }
.eyebrow::before { content: ""; width: 26px; height: 3px; background: linear-gradient(90deg, var(--orange-500), var(--cyan-500)); border-radius: 10px; }
.eyebrow--light { color: #8ae5ff; }
.section-heading { max-width: 760px; }
.section-heading--center { margin: 0 auto 52px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2 { margin-bottom: 17px; font-size: clamp(2rem, 4vw, 3.25rem); }
.section-heading h2 span { color: var(--blue-600); }
.section-heading p { margin-bottom: 0; font-size: 1.03rem; line-height: 2; }
.section-heading-row { margin-bottom: 45px; }

/* Decision cards */
.decision-section { background: linear-gradient(180deg, #fff, var(--surface-soft)); }
.decision-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.decision-card { position: relative; min-height: 340px; padding: 28px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 30px 12px 30px 30px; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease; }
.decision-card:hover { z-index: 2; transform: translateY(-9px); border-color: rgba(8,119,249,.24); box-shadow: var(--shadow-md); }
.decision-card__number { position: absolute; top: 14px; left: 19px; color: #edf1f6; font-size: 2.5rem; font-weight: 900; line-height: 1; }
.icon-box { width: 50px; height: 50px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue-700); background: var(--surface-blue); border-radius: 16px 8px 16px 16px; }
.icon-box--cyan { color: #007aa3; background: var(--cyan-100); }
.icon-box--orange { color: #d85c00; background: var(--orange-100); }
.icon-box--purple { color: #6344e9; background: #eeeaff; }
.icon-box--green { color: #07875e; background: #dcf9ef; }
.decision-card h3 { margin: 23px 0 12px; font-size: 1.28rem; }
.decision-card p { min-height: 105px; font-size: .88rem; line-height: 1.95; }
.decision-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-700); font-size: .78rem; font-weight: 900; }

/* Solution cards */
.solutions-section { overflow: hidden; background: #fff; }
.solutions-section::before { content: ""; position: absolute; top: 60px; left: -220px; width: 450px; height: 450px; background: var(--surface-blue); border-radius: 50%; }
.solution-grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.solution-card { min-height: 410px; padding: 36px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 14px 38px 38px 38px; transition: transform .35s var(--ease), box-shadow .35s ease; }
.solution-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.solution-card--primary { color: #fff; background: radial-gradient(circle at 10% 10%, rgba(0,194,255,.23), transparent 35%), linear-gradient(135deg, var(--navy-900), #0b4594); border-color: transparent; }
.solution-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.solution-card__top > span { color: var(--ink-500); font-size: .82rem; font-weight: 900; }
.solution-card__top i { width: 58px; height: 58px; display: grid; place-items: center; color: var(--blue-700); background: #fff; border-radius: 18px 8px 18px 18px; box-shadow: var(--shadow-sm); font-size: 1.35rem; }
.solution-card h3 { font-size: 1.55rem; }
.solution-card p { font-size: .92rem; }
.solution-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 18px; margin: 24px 0 0; padding: 0; list-style: none; }
.solution-card li { position: relative; padding-right: 18px; color: var(--ink-700); font-size: .77rem; font-weight: 800; }
.solution-card li::before { content: ""; position: absolute; top: 10px; right: 0; width: 7px; height: 7px; background: var(--cyan-500); border-radius: 50%; }
.solution-card--primary h3, .solution-card--primary p, .solution-card--primary li, .solution-card--primary .solution-card__top > span { color: #fff; }
.solution-card--primary p { color: rgba(255,255,255,.72); }
.solution-card--primary .solution-card__top i { color: #fff; background: rgba(255,255,255,.12); box-shadow: none; }
.solution-card--primary li { color: rgba(255,255,255,.82); }

/* Costing feature */
.costing-feature { padding-top: 40px; }
.costing-shell { position: relative; padding: 75px; overflow: hidden; color: #fff; background: radial-gradient(circle at 85% 15%, rgba(0,194,255,.18), transparent 30%), linear-gradient(135deg, var(--navy-950), var(--navy-800)); border-radius: var(--radius-xl) 18px var(--radius-xl) var(--radius-xl); box-shadow: var(--shadow-lg); }
.costing-shell::after { content: ""; position: absolute; top: -190px; right: -180px; width: 440px; height: 440px; border: 70px solid rgba(255,255,255,.04); border-radius: 50%; }
.costing-shell h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.25rem); }
.costing-shell p { color: rgba(255,255,255,.72); }
.costing-points { display: grid; gap: 14px; margin: 28px 0 30px; }
.costing-points > div { display: flex; align-items: center; gap: 13px; }
.costing-points i { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; color: var(--cyan-500); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.11); border-radius: 13px; }
.costing-points span { display: flex; flex-direction: column; }
.costing-points strong { color: #fff; font-size: .92rem; }
.costing-points small { color: rgba(255,255,255,.56); font-size: .72rem; }
.cost-stack { position: relative; z-index: 2; max-width: 480px; margin: auto; padding-top: 90px; }
.cost-stack__summary { position: absolute; top: 0; left: 50%; width: 230px; display: flex; flex-direction: column; align-items: center; padding: 17px; color: var(--ink-700); background: #fff; border-radius: 22px; box-shadow: 0 25px 50px rgba(0,0,0,.25); transform: translateX(-50%); }
.cost-stack__summary span, .cost-stack__summary small { color: var(--ink-500); font-size: .65rem; }
.cost-stack__summary strong { color: var(--blue-700); font-size: 1.25rem; }
.cost-layer { min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px 22px; color: var(--navy-900); background: #fff; border: 1px solid rgba(255,255,255,.5); border-radius: 18px 8px 18px 18px; box-shadow: 0 18px 35px rgba(0,0,0,.18); }
.cost-layer + .cost-layer { margin-top: -4px; }
.cost-layer span { display: flex; align-items: center; gap: 10px; font-weight: 900; }
.cost-layer i { color: var(--blue-600); }
.cost-layer b { color: var(--ink-500); font-size: .68rem; }
.cost-layer--one { transform: translateX(0); }
.cost-layer--two { transform: translateX(-17px); background: #e7f8ff; }
.cost-layer--three { transform: translateX(-34px); background: #dcecff; }
.cost-layer--four { transform: translateX(-51px); background: #fff0e3; }

/* Process, home team, clients, FAQ */
.process-section { background: var(--surface-soft); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: process; }
.process-step { position: relative; min-height: 270px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 28px 10px 28px 28px; }
.process-step > span { position: absolute; top: 15px; left: 18px; color: #dfe6ef; font-size: 2rem; font-weight: 900; }
.process-step > i { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--cyan-500), var(--blue-600)); border-radius: 16px 8px 16px 16px; font-size: 1.2rem; box-shadow: 0 12px 25px rgba(8,119,249,.22); }
.process-step h3 { margin: 25px 0 10px; font-size: 1.1rem; }
.process-step p { margin: 0; font-size: .82rem; line-height: 1.95; }
.home-team-section { isolation: isolate; overflow: hidden; background: #fff; }
.home-team-section::before { content: ""; position: absolute; z-index: -2; top: 70px; left: -170px; width: 430px; height: 430px; background: var(--surface-blue); border-radius: 50%; }
.home-team-section::after { content: ""; position: absolute; z-index: -2; right: -90px; bottom: -110px; width: 260px; height: 260px; border: 52px solid rgba(0,194,255,.08); border-radius: 50%; }
.home-team-section__curve { position: absolute; z-index: -1; top: 0; right: 0; width: 42%; height: 8px; background: linear-gradient(90deg, var(--orange-500), var(--cyan-500), var(--blue-600)); border-radius: 0 0 0 30px; }
.home-team-heading { position: relative; z-index: 2; margin-bottom: 38px; }
.home-team-heading .section-heading { max-width: 760px; }
.home-team-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.home-team-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 28px 10px 28px 28px; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease; }
.home-team-card:hover { border-color: rgba(8,119,249,.28); box-shadow: var(--shadow-md); transform: translateY(-7px); }
.home-team-card__image { position: relative; height: 285px; overflow: hidden; background: linear-gradient(145deg, var(--cyan-100), #e9efff); }
.home-team-card__image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(5,20,47,.72)); }
.home-team-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .55s var(--ease); }
.home-team-card:hover .home-team-card__image img { transform: scale(1.045); }
.home-team-card__image > span { position: absolute; z-index: 2; right: 15px; bottom: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; color: #fff; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); border-radius: 10px; backdrop-filter: blur(10px); font-size: .66rem; font-weight: 800; }
.home-team-card__image > span i { color: var(--cyan-500); }
.home-team-card__content { min-height: 118px; padding: 20px 21px 22px; }
.home-team-card__content h3 { margin-bottom: 6px; font-size: 1.18rem; }
.home-team-card__content p { margin: 0; color: var(--blue-700); font-size: .72rem; font-weight: 800; line-height: 1.75; }
.clients-section { background: #fff; }
.clients-shell { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; padding: 58px; background: linear-gradient(135deg, #f6faff, #f9f8ff); border: 1px solid var(--line); border-radius: 46px 14px 46px 46px; }
.clients-shell .section-heading h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.client-logos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.clients-more-btn {
    margin-top: 14px;
}

.client-logo {
    min-width: 0;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px 9px 24px 24px;
    box-shadow: 0 10px 26px rgba(7, 26, 59, .06);
    transition: transform .25s var(--ease), box-shadow .25s ease, border-color .25s ease;
}

    .client-logo:hover {
        border-color: rgba(8, 119, 249, .25);
        box-shadow: var(--shadow-sm);
        transform: translateY(-4px);
    }

.client-logo__media {
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: linear-gradient(145deg, #f8fbff, #fff);
    border: 1px solid #edf1f7;
    border-radius: 16px 6px 16px 16px;
}

    .client-logo__media img {
        width: auto;
        max-width: 170px;
        max-height: 88px;
        object-fit: contain;
    }

.client-logo__name {
    margin: 0;
    color: var(--ink-900);
    font-size: .9rem;
    text-align: center;
}
.faq-section { padding-top: 70px; background: var(--surface-soft); }
.sticky-heading { position: sticky; top: 125px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 18px 8px 18px 18px; transition: box-shadow .25s ease, border-color .25s ease; }
.faq-list details[open] { border-color: rgba(8,119,249,.25); box-shadow: var(--shadow-sm); }
.faq-list summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 22px; color: var(--ink-900); font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue-700); background: var(--surface-blue); border-radius: 9px; transition: transform .25s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 22px 23px; font-size: .86rem; }

/* Inner page hero */
.page-hero { position: relative; min-height: 360px; display: flex; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 20% 25%, rgba(0,194,255,.2), transparent 28%), linear-gradient(135deg, var(--navy-950), #0a3a7b); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle, #fff 1px, transparent 1.5px); background-size: 28px 28px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.page-hero__content { position: relative; z-index: 2; padding-top: 55px; padding-bottom: 55px; }
.page-hero__back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #9fdfff; font-size: .76rem; font-weight: 800; }
.page-hero__back:hover { color: #fff; }
.page-hero h1 { max-width: 850px; margin-bottom: 13px; color: #fff; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.page-hero p { max-width: 730px; margin: 0; color: rgba(255,255,255,.7); font-size: 1.02rem; }
.page-hero__orb { position: absolute; border-radius: 50%; }
.page-hero__orb--one { width: 240px; height: 240px; left: 8%; top: -80px; border: 45px solid rgba(255,255,255,.05); }
.page-hero__orb--two { width: 120px; height: 120px; left: 28%; bottom: -60px; background: rgba(255,122,26,.12); }

/* About */
.about-intro { background: #fff; }
.about-signature { display: flex; align-items: center; gap: 14px; margin-top: 28px; padding: 17px; background: var(--surface-soft); border-radius: 20px 8px 20px 20px; }
.about-signature > div { display: flex; flex-direction: column; }
.about-signature strong { color: var(--ink-900); font-size: .9rem; }
.about-signature small { color: var(--ink-500); font-size: .72rem; }
.about-visual { position: relative; min-height: 520px; padding: 18px 18px 70px 70px; }
.about-visual::before { content: ""; position: absolute; right: 0; top: 0; width: 80%; height: 88%; background: var(--surface-blue); border-radius: 60px 14px 60px 60px; }
.about-visual img { position: relative; z-index: 1; width: 100%; height: 440px; object-fit: cover; border-radius: 48px 12px 48px 48px; box-shadow: var(--shadow-md); }
.about-visual__card { position: absolute; z-index: 2; left: 0; bottom: 20px; display: flex; flex-direction: column; padding: 21px 25px; color: #fff; background: var(--navy-900); border-radius: 22px 8px 22px 22px; box-shadow: var(--shadow-md); }
.about-visual__card span { color: rgba(255,255,255,.65); font-size: .72rem; }
.about-visual__dot { position: absolute; z-index: 2; right: 0; bottom: 45px; width: 60px; height: 60px; background: var(--orange-500); border: 12px solid #fff; border-radius: 50%; }
.values-section { background: var(--surface-soft); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-grid article { position: relative; min-height: 285px; padding: 30px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 28px 10px 28px 28px; }
.value-grid article > span { position: absolute; left: 18px; top: 10px; color: #eef2f7; font-size: 3.3rem; font-weight: 900; }
.value-grid article > i { position: relative; z-index: 1; color: var(--blue-600); font-size: 1.8rem; }
.value-grid h3 { margin: 30px 0 10px; }
.value-grid p { font-size: .82rem; }
.rahsaz-story { overflow: hidden; }
.rah-map { position: relative; min-height: 500px; display: grid; place-items: center; }
.rah-map::before, .rah-map::after { content: ""; position: absolute; border: 1px dashed #b9d6f5; border-radius: 50%; }
.rah-map::before { width: 380px; height: 380px; }
.rah-map::after { width: 265px; height: 265px; }
.rah-map__core { z-index: 2; width: 165px; height: 165px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line); border-radius: 50%; box-shadow: var(--shadow-md); }
.rah-map__core img { width: 70px; height: 55px; object-fit: contain; }
.rah-map__core strong { color: var(--navy-900); }
.rah-map__core span { color: var(--ink-500); font-size: .58rem; }
.rah-node { position: absolute; z-index: 3; min-width: 100px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 12px; color: var(--ink-700); background: #fff; border: 1px solid var(--line); border-radius: 14px 7px 14px 14px; box-shadow: var(--shadow-sm); font-size: .74rem; font-weight: 900; }
.rah-node i { color: var(--blue-600); }
.rah-node--one { top: 45px; right: 35px; }.rah-node--two { bottom: 70px; right: 12px; }.rah-node--three { top: 55px; left: 25px; }.rah-node--four { bottom: 65px; left: 25px; }
.check-list { display: grid; gap: 17px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; }
.check-list li > i { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--green-500); border-radius: 9px; font-size: .65rem; }
.check-list li span { display: flex; flex-direction: column; }
.check-list strong { color: var(--ink-900); font-size: .88rem; }
.check-list li span { color: var(--ink-500); font-size: .75rem; }
.simple-cta { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 52px 60px; color: #fff; background: radial-gradient(circle at 10% 30%, rgba(0,194,255,.2), transparent 30%), linear-gradient(135deg, var(--navy-900), var(--blue-700)); border-radius: 42px 14px 42px 42px; box-shadow: var(--shadow-md); }
.simple-cta h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(1.7rem, 3vw, 2.7rem); }

/* Services */
.services-intro { padding-bottom: 50px; }
.service-detail { padding: 90px 0; scroll-margin-top: 95px; }
.service-detail--alt { background: var(--surface-soft); }
.service-detail__number { margin-bottom: 8px; color: #dce6f3; font-size: 3.7rem; font-weight: 900; line-height: 1; }
.service-detail h2 { font-size: clamp(2rem, 4vw, 3.15rem); }
.service-detail p { font-size: .98rem; }
.feature-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.feature-chips span { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; color: var(--ink-700); background: #fff; border: 1px solid var(--line); border-radius: 11px; font-size: .72rem; font-weight: 800; }
.service-detail:not(.service-detail--alt) .feature-chips span { background: var(--surface-soft); }
.feature-chips i { color: var(--green-500); }
.service-illustration { position: relative; min-height: 430px; overflow: hidden; background: linear-gradient(145deg, #eff7ff, #f8f8ff); border: 1px solid var(--line); border-radius: 50px 14px 50px 50px; box-shadow: var(--shadow-md); }
.workflow-visual { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 55px 25px 115px; }
.workflow-visual > i { color: #a2b3c8; }
.workflow-node { width: 82px; height: 92px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; background: #fff; border: 1px solid var(--line); border-radius: 18px 7px 18px 18px; box-shadow: var(--shadow-sm); font-size: .68rem; font-weight: 800; }
.workflow-node i { color: var(--blue-600); font-size: 1.25rem; }
.workflow-node.active { color: #fff; background: var(--blue-600); transform: translateY(-14px); }
.workflow-node.active i { color: #fff; }
.workflow-status { position: absolute; right: 30px; left: 30px; bottom: 25px; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; background: #fff; border-radius: 16px; box-shadow: var(--shadow-sm); }
.workflow-status span { display: flex; align-items: center; gap: 8px; color: var(--green-500); font-size: .7rem; font-weight: 900; }
.workflow-status span i { width: 8px; height: 8px; background: var(--green-500); border-radius: 50%; }
.workflow-status strong { color: var(--ink-700); font-size: .72rem; }
.dashboard-visual { padding: 30px; background: #eef4fb; }
.dashboard-visual__header { display: flex; align-items: center; justify-content: space-between; padding: 17px; color: var(--navy-900); background: #fff; border-radius: 16px; font-weight: 900; }
.dashboard-visual__header small { color: var(--green-500); font-size: .65rem; }
.dashboard-visual__metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 11px; }
.dashboard-visual__metrics div { display: flex; align-items: center; justify-content: space-between; padding: 17px; background: #fff; border-radius: 15px; }
.dashboard-visual__metrics small { color: var(--ink-500); font-weight: 800; }
.dashboard-visual__metrics i { color: var(--blue-600); }
.dashboard-visual__chart { height: 220px; display: flex; align-items: flex-end; justify-content: space-around; gap: 12px; margin-top: 12px; padding: 30px 25px 0; background: repeating-linear-gradient(to bottom, #fff 0 1px, transparent 1px 45px), #fff; border-radius: 18px; }
.dashboard-visual__chart span { width: 30px; background: linear-gradient(var(--cyan-500), var(--blue-600)); border-radius: 8px 8px 3px 3px; }
.abc-visual { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px; }
.abc-source, .abc-result { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; width: 100%; }
.abc-source span, .abc-result span { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 52px; color: var(--ink-700); background: #fff; border: 1px solid var(--line); border-radius: 13px; font-size: .72rem; font-weight: 800; }
.abc-source i { color: var(--blue-600); }
.abc-arrow { height: 55px; display: grid; place-items: center; color: var(--blue-600); font-size: 1.5rem; }
.abc-engine { width: 75%; display: flex; flex-direction: column; align-items: center; padding: 23px; color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--blue-700)); border-radius: 23px 9px 23px 23px; box-shadow: var(--shadow-md); }
.abc-engine i { margin-bottom: 5px; color: var(--cyan-500); font-size: 1.7rem; }
.abc-engine small { color: rgba(255,255,255,.65); font-size: .65rem; }
.abc-result { margin-top: 24px; }
.abc-result span { color: var(--blue-700); background: var(--surface-blue); }
.consulting-visual { display: grid; place-items: center; }
.consulting-ring { position: relative; width: 290px; height: 290px; display: grid; place-items: center; background: conic-gradient(var(--blue-600) 0 25%, var(--cyan-500) 25% 50%, var(--green-500) 50% 75%, var(--orange-500) 75%); border-radius: 50%; }
.consulting-ring::before { content: ""; position: absolute; width: 205px; height: 205px; background: #fff; border-radius: 50%; }
.consulting-ring strong { z-index: 2; color: var(--navy-900); text-align: center; line-height: 1.6; }
.consulting-ring > span { position: absolute; z-index: 3; min-width: 92px; padding: 10px; color: var(--ink-700); background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); font-size: .7rem; font-weight: 900; text-align: center; }
.consulting-ring > span:nth-child(1) { top: -25px; }.consulting-ring > span:nth-child(2) { left: -45px; }.consulting-ring > span:nth-child(3) { bottom: -25px; }.consulting-ring > span:nth-child(4) { right: -45px; }
.consulting-ring span i { margin-left: 5px; color: var(--blue-600); }

/* Contact & forms */
.contact-section { background: var(--surface-soft); }
.contact-copy h2 { font-size: clamp(2rem, 4vw, 3.15rem); }
.contact-methods { display: grid; gap: 11px; margin-top: 30px; }
.contact-methods > a { display: flex; align-items: center; gap: 13px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 18px 8px 18px 18px; }
.contact-methods > a:hover { transform: translateX(-5px); border-color: rgba(8,119,249,.3); box-shadow: var(--shadow-sm); }
.contact-methods a > div { flex: 1; display: flex; flex-direction: column; }
.contact-methods small { color: var(--ink-500); font-size: .68rem; }
.contact-methods strong { color: var(--ink-900); font-size: .84rem; }
.contact-methods a > i { color: var(--blue-600); }
.response-note { display: flex; gap: 13px; margin-top: 20px; padding: 18px; color: #fff; background: var(--navy-900); border-radius: 20px 8px 20px 20px; }
.response-note > span { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; color: var(--cyan-500); background: rgba(255,255,255,.08); border-radius: 12px; }
.response-note strong { color: #fff; font-size: .84rem; }
.response-note p { margin: 2px 0 0; color: rgba(255,255,255,.62); font-size: .7rem; }
.contact-form { padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 38px 12px 38px 38px; box-shadow: var(--shadow-md); }
.form-heading { margin-bottom: 26px; }
.form-heading > span { color: var(--blue-600); font-size: .72rem; font-weight: 900; }
.form-heading h3 { margin: 4px 0 2px; font-size: 1.65rem; }
.form-heading p { margin: 0; font-size: .78rem; }
.form-label { margin-bottom: 7px; color: var(--ink-700); font-size: .78rem; font-weight: 900; }
.form-control, .form-select { min-height: 53px; padding: 12px 15px; color: var(--ink-900); background-color: #fbfcfe; border: 1px solid #dce3ec; border-radius: 13px; }
.form-control:focus, .form-select:focus { background: #fff; border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(8,119,249,.1); }
textarea.form-control { min-height: 140px; resize: vertical; }
.form-control::placeholder { color: #a8b2c0; }
.form-privacy, .form-hint { display: block; margin-top: 10px; color: var(--ink-500); font-size: .68rem; text-align: center; }
.form-privacy i, .form-hint i { margin-left: 5px; color: var(--green-500); }
.map-section { padding: 0 0 110px; background: var(--surface-soft); }
.map-shell { position: relative; overflow: hidden; border: 8px solid #fff; border-radius: 38px 12px 38px 38px; box-shadow: var(--shadow-md); }
.map-shell iframe { width: 100%; height: 450px; display: block; border: 0; filter: saturate(.75) contrast(1.03); }
.map-label { position: absolute; right: 25px; bottom: 25px; display: flex; align-items: center; gap: 12px; padding: 16px 20px; color: #fff; background: rgba(5,20,47,.93); border: 1px solid rgba(255,255,255,.13); border-radius: 17px 7px 17px 17px; backdrop-filter: blur(10px); }
.map-label > i { color: var(--orange-500); }
.map-label div { display: flex; flex-direction: column; }
.map-label strong { font-size: .8rem; }.map-label span { color: rgba(255,255,255,.62); font-size: .65rem; }

/* Team */
.team-intro { padding-bottom: 45px; }
.team-intro p { margin: 0; font-size: 1rem; }
.team-section { padding-top: 40px; background: var(--surface-soft); }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.profile-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 34px 12px 34px 34px; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s ease; }
.profile-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.profile-card__image { position: relative; height: 330px; overflow: hidden; background: linear-gradient(135deg, #dff3ff, #eeeaff); }
.profile-card__image::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(5,20,47,.5)); }
.profile-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .55s var(--ease); }
.profile-card:hover img { transform: scale(1.035); }
.profile-card__image > span { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 7px 11px; color: #fff; background: rgba(5,20,47,.72); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; font-size: .68rem; font-weight: 900; backdrop-filter: blur(8px); }
.profile-card__content { padding: 28px; }
.profile-card__content > small { color: var(--blue-600); font-size: .7rem; font-weight: 900; }
.profile-card__content h2 { margin: 5px 0 10px; font-size: 1.5rem; }
.profile-card__content p { min-height: 108px; font-size: .82rem; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.profile-tags span { padding: 6px 9px; color: var(--ink-600); background: var(--surface-soft); border-radius: 8px; font-size: .62rem; font-weight: 800; }
.team-culture { padding-top: 60px; }
.culture-shell { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 45px; padding: 55px; color: #fff; background: linear-gradient(135deg, var(--navy-950), #0a3a7b); border-radius: 42px 14px 42px 42px; }
.culture-shell h2 { margin: 0; color: #fff; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.culture-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.culture-points span { display: flex; align-items: center; gap: 9px; padding: 14px; color: rgba(255,255,255,.85); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; font-size: .74rem; font-weight: 800; }
.culture-points i { color: var(--cyan-500); }

/* Footer */
.site-footer { position: relative; margin-top: 70px; padding: 0 0 25px; color: rgba(255,255,255,.65); background: var(--navy-950); }
.footer-cta { position: relative; top: -70px; min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 40px 48px; overflow: hidden; background: linear-gradient(135deg, var(--blue-700), #099bdd); border: 1px solid rgba(255,255,255,.15); border-radius: 40px 12px 40px 40px; box-shadow: 0 30px 60px rgba(0,52,126,.34); }
.footer-cta::after { content: ""; position: absolute; left: -50px; top: -110px; width: 250px; height: 250px; border: 50px solid rgba(255,255,255,.07); border-radius: 50%; }
.footer-cta > * { position: relative; z-index: 2; }
.footer-cta h2 { max-width: 700px; margin: 0; color: #fff; font-size: clamp(1.55rem, 3vw, 2.45rem); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 45px; margin-top: -20px; padding-bottom: 50px; }
.footer-brand { display: flex; align-items: center; gap: 13px; color: #fff; }
.footer-brand:hover { color: #fff; }
.footer-brand__logo { width: 64px; height: 58px; display: grid; place-items: center; overflow: hidden; background: #fff; border-radius: 16px 7px 16px 16px; }
.footer-brand img { width: 58px; height: 50px; object-fit: contain; }
.footer-brand > span:last-child { display: flex; flex-direction: column; }
.footer-brand strong { font-size: 1.03rem; }.footer-brand small { color: rgba(255,255,255,.5); font-size: .65rem; }
.footer-about p { max-width: 380px; margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: .78rem; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h3 { margin-bottom: 10px; color: #fff; font-size: .95rem; }
.footer-column a, .footer-column p { display: flex; align-items: flex-start; gap: 8px; margin: 0; color: rgba(255,255,255,.58); font-size: .74rem; }
.footer-column a:hover { color: var(--cyan-500); transform: translateX(-3px); }
.footer-contact i { width: 17px; margin-top: 7px; color: var(--cyan-500); text-align: center; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 23px; color: rgba(255,255,255,.42); border-top: 1px solid rgba(255,255,255,.08); font-size: .68rem; }
.back-to-top { position: fixed; left: 23px; bottom: 23px; z-index: 999; width: 48px; height: 48px; display: none; align-items: center; justify-content: center; color: #fff !important; background: linear-gradient(135deg, var(--blue-600), var(--blue-700)); border-radius: 15px 7px 15px 15px; box-shadow: 0 12px 28px rgba(8,119,249,.28); }
.back-to-top:hover { transform: translateY(-4px); }

/* Modal & reusable UI */
.modal-backdrop.show { opacity: .68; backdrop-filter: blur(4px); }
.request-modal { overflow: hidden; border: 0; border-radius: 30px 10px 30px 30px; box-shadow: var(--shadow-lg); }
.request-modal__visual { display: flex; align-items: center; gap: 13px; padding: 22px 25px; color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--blue-700)); }
.request-modal__icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--navy-900); background: var(--cyan-500); border-radius: 15px 7px 15px 15px; }
.request-modal__visual div { display: flex; flex-direction: column; }
.request-modal__visual span { color: rgba(255,255,255,.6); font-size: .65rem; }.request-modal__visual strong { color: #fff; }
.request-modal .modal-header { align-items: flex-start; padding: 24px 25px 8px; border: 0; }
.request-modal .modal-header h2 { margin: 0; font-size: 1.22rem; }.request-modal .modal-header p { margin: 4px 0 0; font-size: .75rem; }
.request-modal .btn-close { margin: 0; }
.request-modal .modal-body { padding: 16px 25px; }
.request-modal .modal-footer { padding: 8px 25px 25px; border: 0; }
.input-with-icon { position: relative; }
.input-with-icon > i { position: absolute; top: 50%; right: 16px; z-index: 2; color: var(--blue-600); transform: translateY(-50%); }
.input-with-icon .form-control { padding-right: 45px; text-align: left; }
.card, .generic-card { background: #fff; border: 1px solid var(--line); border-radius: 24px 9px 24px 24px; box-shadow: var(--shadow-sm); }
.table-responsive { overflow: hidden auto; border: 1px solid var(--line); border-radius: 18px 7px 18px 18px; }
.table { margin: 0; color: var(--ink-700); }
.table thead th { padding: 14px; color: #fff; background: var(--navy-900); border: 0; font-size: .76rem; }
.table tbody td { padding: 13px 14px; border-color: var(--line); font-size: .78rem; }
.alert { border: 0; border-radius: 15px 6px 15px 15px; }

/* Responsive */
@media (max-width: 1199.98px) {
    .navbar-toggler { display: flex; }
    .site-header .navbar-collapse { position: absolute; top: calc(100% + 8px); right: 0; left: 0; max-height: calc(100vh - 110px); overflow-y: auto; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 22px 8px 22px 22px; box-shadow: var(--shadow-md); }
    .site-header .navbar-nav { gap: 2px; }
    .site-header .nav-link { justify-content: flex-start; padding: 11px 13px !important; }
    .site-header .nav-link::after { display: none; }
    .header-actions { margin-top: 10px; padding-top: 12px; border-top: 1px solid var(--line); }
    .header-actions .btn { flex: 1; }
    .hero-home { min-height: auto; padding-top: 80px; }
    .decision-grid, .process-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
    .home-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .clients-shell { grid-template-columns: 1fr; gap: 35px; }
    .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 991.98px) {
    .section { padding: 82px 0; }
    .hero-home { padding: 70px 0 105px; }
    .hero-copy { text-align: center; }
    .hero-badge { margin-right: auto; margin-left: auto; }
    .hero-lead { margin-right: auto; margin-left: auto; }
    .hero-actions, .hero-assurances { justify-content: center; }
    .hero-product { max-width: 690px; margin: 15px auto 0; }
    .costing-shell { padding: 55px 40px; }
    .cost-stack { margin-top: 35px; }
    .sticky-heading { position: static; }
    .simple-cta { flex-direction: column; align-items: flex-start; }
    .rah-map { min-height: 440px; }
    .service-detail { padding: 70px 0; }
    .service-illustration { margin-top: 20px; }
    .culture-shell { grid-template-columns: 1fr; }
    .footer-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767.98px) {
    body { font-size: 15px; }
    .container { width: min(100% - 28px, 1240px); }
    .section { padding: 68px 0; }
    .site-header .navbar { min-height: 72px; }
    .site-brand img { width: 49px; height: 43px; }
    .site-brand small { display: none; }
    .hero-home { padding-top: 55px; }
    .hero-copy h1 { font-size: clamp(2.25rem, 11vw, 3.35rem); }
    .hero-lead { font-size: .94rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .hero-assurances { display: grid; grid-template-columns: 1fr; text-align: right; }
    .hero-product { padding: 25px 0; }
    .product-window { border-radius: 20px; transform: none; }
    .product-window__body { min-height: 300px; }
    .product-sidebar { width: 48px; padding: 15px 6px; }
    .product-sidebar span { width: 34px; height: 34px; }
    .product-content { padding: 10px; }
    .product-metrics { gap: 5px; }
    .product-metrics > div { padding: 8px; border-radius: 10px; }
    .product-metrics small { font-size: .48rem; }.product-metrics strong { font-size: .67rem; }.product-metrics em { font-size: .44rem; }
    .product-grid { gap: 5px; }.chart-card { padding: 8px; min-height: 105px; }.chart-card--wide { min-height: 145px; }.line-chart { height: 90px; }.donut { width: 62px; height: 62px; }.donut::before { width: 41px; height: 41px; }
    .floating-insight { display: none; }
    .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .trust-strip__grid > div { flex-direction: column; gap: 2px; text-align: center; border-bottom: 1px solid var(--line); }
    .trust-strip__grid > div:nth-child(2) { border-left: 0; }
    .decision-grid, .solution-grid, .process-grid, .value-grid, .team-grid { grid-template-columns: 1fr; }
    .home-team-heading { margin-bottom: 28px; }
    .home-team-grid { grid-template-columns: 1fr; gap: 14px; }
    .home-team-card { display: grid; grid-template-columns: 118px minmax(0, 1fr); min-height: 142px; border-radius: 23px 8px 23px 23px; }
    .home-team-card__image { height: 100%; min-height: 142px; }
    .home-team-card__image > span { right: 8px; bottom: 8px; padding: 5px 7px; font-size: .55rem; }
    .home-team-card__image > span i { display: none; }
    .home-team-card__content { min-height: auto; display: flex; flex-direction: column; justify-content: center; padding: 18px; }
    .home-team-card__content h3 { font-size: 1.05rem; }
    .decision-card { min-height: auto; }.decision-card p { min-height: auto; }
    .solution-card { min-height: auto; padding: 28px; }.solution-card ul { grid-template-columns: 1fr; }
    .costing-feature { padding-top: 20px; }
    .costing-shell { padding: 42px 23px; border-radius: 34px 10px 34px 34px; }
    .cost-layer { padding: 14px; }.cost-layer b { display: none; }.cost-layer--two { transform: translateX(-7px); }.cost-layer--three { transform: translateX(-14px); }.cost-layer--four { transform: translateX(-21px); }
    .clients-shell { padding: 32px 20px; border-radius: 30px 10px 30px 30px; }
    .client-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .client-logo { min-height: 115px; padding: 14px; }
    .page-hero { min-height: 300px; }.page-hero h1 { font-size: 2.45rem; }
    .about-visual { min-height: 420px; padding: 10px 10px 55px 35px; }.about-visual img { height: 360px; }.about-visual__dot { display: none; }
    .rah-map { min-height: 400px; transform: scale(.86); margin: -30px 0; }
    .simple-cta { min-height: auto; padding: 36px 24px; border-radius: 30px 10px 30px 30px; }.simple-cta .btn { width: 100%; }
    .service-illustration { min-height: 360px; border-radius: 32px 10px 32px 32px; }
    .workflow-visual { gap: 5px; padding-right: 12px; padding-left: 12px; }.workflow-node { width: 65px; height: 80px; }.workflow-visual > i { font-size: .65rem; }
    .dashboard-visual { padding: 17px; }.dashboard-visual__metrics div { flex-direction: column; gap: 6px; padding: 10px; }.dashboard-visual__chart { height: 180px; padding: 25px 10px 0; }.dashboard-visual__chart span { width: 20px; }
    .abc-engine { width: 90%; }.abc-source span, .abc-result span { font-size: .6rem; }.abc-source i { display: none; }
    .consulting-ring { width: 235px; height: 235px; }.consulting-ring::before { width: 165px; height: 165px; }.consulting-ring > span { min-width: 76px; font-size: .6rem; }.consulting-ring > span:nth-child(2) { left: -30px; }.consulting-ring > span:nth-child(4) { right: -30px; }
    .contact-form { padding: 26px 19px; border-radius: 28px 9px 28px 28px; }
    .map-shell iframe { height: 360px; }.map-label { right: 13px; left: 13px; bottom: 13px; }.map-label span { line-height: 1.6; }
    .profile-card__image { height: 300px; }.profile-card__content p { min-height: auto; }
    .culture-shell { padding: 34px 22px; }.culture-points { grid-template-columns: 1fr; }
    .site-footer { margin-top: 50px; }.footer-cta { top: -50px; padding: 31px 23px; border-radius: 30px 10px 30px 30px; }.footer-cta .btn { width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; margin-top: -5px; }.footer-about { grid-column: 1 / -1; }.footer-contact { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 479.98px) {
    .site-brand > span { display: none; }
    .header-actions { flex-direction: column; }
    .hero-badge { align-items: flex-start; border-radius: 14px; text-align: right; }
    .product-sidebar { display: none; }
    .trust-strip__grid > div { padding: 16px 7px; }.trust-strip strong { font-size: 1rem; }.trust-strip span { font-size: .62rem; }
    .client-logos { grid-template-columns: 1fr 1fr; gap: 9px; }.client-logo { min-height: 105px; }
    .rah-map { transform: scale(.72); margin: -65px 0; }
    .workflow-node { width: 57px; height: 72px; font-size: .58rem; }.workflow-status { right: 14px; left: 14px; }.workflow-status strong { display: none; }
    .profile-card__image { height: 270px; }
    .footer-grid { grid-template-columns: 1fr; }.footer-about, .footer-contact { grid-column: auto; }
    .back-to-top { left: 14px; bottom: 14px; width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
/* =========================================================
   CustomerDetails page
   این فایل را به انتهای Assets/css/style.css اضافه کنید.
   ========================================================= */

/* دکمه عمومی مشتریان در صفحه اصلی */
.clients-more-btn {
    margin-top: 14px;
}

/* Customer stories */
.customer-stories-intro {
    padding-bottom: 62px;
    background: #fff;
}

    .customer-stories-intro .section-heading {
        max-width: 830px;
        margin-right: auto;
        margin-left: auto;
    }

.customer-jump-nav {
    max-width: 830px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 34px auto 0;
}

    .customer-jump-nav a {
        min-height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        padding: 12px 15px;
        color: var(--ink-700);
        background: var(--surface-soft);
        border: 1px solid var(--line);
        border-radius: 17px 7px 17px 17px;
        font-size: .78rem;
        font-weight: 900;
    }

        .customer-jump-nav a span {
            color: var(--blue-600);
            font-size: .65rem;
        }

        .customer-jump-nav a:hover {
            color: #fff;
            background: var(--blue-600);
            border-color: var(--blue-600);
            transform: translateY(-3px);
            box-shadow: 0 13px 28px rgba(8, 119, 249, .2);
        }

            .customer-jump-nav a:hover span {
                color: var(--cyan-100);
            }

.customer-stories-section {
    padding-top: 34px;
    background: var(--surface-soft);
}

.customer-stories-list {
    display: grid;
    gap: 28px;
}

.customer-story {
    scroll-margin-top: 125px;
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 42px 14px 42px 42px;
    box-shadow: var(--shadow-sm);
}

.customer-story__identity {
    position: relative;
    overflow: hidden;
    padding: 38px 32px;
    color: #fff;
    background: radial-gradient(circle at 20% 10%, rgba(0, 194, 255, .2), transparent 30%), linear-gradient(145deg, var(--navy-950), #0b3976);
}

    .customer-story__identity::after {
        content: "";
        position: absolute;
        left: -80px;
        bottom: -100px;
        width: 230px;
        height: 230px;
        border: 42px solid rgba(255, 255, 255, .05);
        border-radius: 50%;
    }

.customer-story__number {
    position: absolute;
    top: 18px;
    left: 22px;
    color: rgba(255, 255, 255, .16);
    font-size: 2.6rem;
    font-weight: 900;
}

.customer-story__logo {
    position: relative;
    z-index: 1;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    padding: 18px;
    background: #fff;
    border-radius: 24px 8px 24px 24px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .2);
}

    .customer-story__logo img {
        max-width: 205px;
        max-height: 90px;
        object-fit: contain;
    }

.customer-story__location {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    color: #91e7ff;
    font-size: .7rem;
    font-weight: 800;
}

.customer-story__identity h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.75rem;
}

.customer-story__identity > p {
    position: relative;
    z-index: 1;
    min-height: 55px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, .65);
    font-size: .75rem;
    line-height: 1.9;
}

.customer-story__scope {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

    .customer-story__scope span {
        padding: 6px 9px;
        color: rgba(255, 255, 255, .84);
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .11);
        border-radius: 8px;
        font-size: .61rem;
        font-weight: 800;
    }

.customer-story__content {
    padding: 45px 48px;
}

.story-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--blue-700);
    font-size: .72rem;
    font-weight: 900;
}

    .story-kicker::before {
        content: "";
        width: 20px;
        height: 3px;
        background: linear-gradient(90deg, var(--orange-500), var(--cyan-500));
        border-radius: 5px;
    }

.customer-story__content h3 {
    max-width: 740px;
    margin-bottom: 16px;
    font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.customer-story__content > p {
    font-size: .86rem;
    line-height: 2.05;
}

.customer-story__content .story-lead {
    color: var(--ink-700);
    font-size: .96rem;
    font-weight: 700;
}

.story-modules {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 28px;
}

    .story-modules > div {
        min-height: 86px;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px;
        background: var(--surface-soft);
        border: 1px solid var(--line);
        border-radius: 17px 7px 17px 17px;
    }

        .story-modules > div > i {
            width: 42px;
            height: 42px;
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            color: #fff;
            background: linear-gradient(135deg, var(--cyan-500), var(--blue-600));
            border-radius: 13px 6px 13px 13px;
            box-shadow: 0 9px 20px rgba(8, 119, 249, .18);
        }

    .story-modules span {
        display: flex;
        flex-direction: column;
    }

    .story-modules strong {
        color: var(--ink-900);
        font-size: .76rem;
    }

    .story-modules small {
        color: var(--ink-500);
        font-size: .64rem;
        line-height: 1.75;
    }

.story-result {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 22px;
    padding: 18px 20px;
    background: #edfbf6;
    border: 1px solid rgba(18, 185, 129, .17);
    border-radius: 19px 8px 19px 19px;
}

    .story-result > i {
        margin-top: 5px;
        color: var(--green-500);
        font-size: 1.2rem;
    }

    .story-result strong {
        color: #087854;
        font-size: .76rem;
    }

    .story-result p {
        margin: 3px 0 0;
        color: var(--ink-600);
        font-size: .72rem;
        line-height: 1.9;
    }

.customer-story--alternate {
    grid-template-columns: minmax(0, 1fr) 330px;
}

    .customer-story--alternate .customer-story__identity {
        order: 2;
        background: radial-gradient(circle at 80% 10%, rgba(121, 87, 255, .22), transparent 30%), linear-gradient(145deg, #081936, #35257d);
    }

    .customer-story--alternate .customer-story__content {
        order: 1;
    }

.customer-stories-cta {
    padding-top: 68px;
}

/* Tablet */
@media (max-width: 991.98px) {
    .customer-story,
    .customer-story--alternate {
        grid-template-columns: 270px minmax(0, 1fr);
    }

        .customer-story--alternate .customer-story__identity,
        .customer-story--alternate .customer-story__content {
            order: 0;
        }

    .customer-story__content {
        padding: 36px 30px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .customer-jump-nav {
        grid-template-columns: 1fr;
        gap: 8px;
    }

        .customer-jump-nav a {
            min-height: 54px;
            justify-content: flex-start;
        }

    .customer-story,
    .customer-story--alternate {
        grid-template-columns: 1fr;
        border-radius: 32px 10px 32px 32px;
    }

        .customer-story__identity,
        .customer-story--alternate .customer-story__identity {
            order: 0;
            padding: 30px 23px;
        }

        .customer-story__content,
        .customer-story--alternate .customer-story__content {
            order: 0;
            padding: 31px 22px;
        }

    .customer-story__logo {
        min-height: 112px;
        margin-bottom: 20px;
    }

    .customer-story__identity > p {
        min-height: auto;
    }

    .story-modules {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 479.98px) {
    .clients-more-btn {
        width: 100%;
    }

    .customer-story__content h3 {
        font-size: 1.55rem;
    }

    .story-result {
        padding: 15px;
    }
}
/* Client logo carousel */
.client-logos.owl-carousel {
    display: block;
}

    .client-logos.owl-carousel .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .client-logos.owl-carousel .owl-item {
        display: flex;
        min-height: 100%;
    }

    .client-logos.owl-carousel .client-logo {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .client-logos.owl-carousel .owl-item img {
        width: auto;
        max-width: 170px;
        max-height: 88px;
        margin: auto;
        object-fit: contain;
    }

    .client-logos.owl-carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        margin-top: 18px;
    }

    .client-logos.owl-carousel .owl-dot {
        width: 9px;
        height: 9px;
        padding: 0 !important;
        background: #ccd6e4 !important;
        border: 0;
        border-radius: 20px;
        transition: width .25s ease, background .25s ease;
    }

        .client-logos.owl-carousel .owl-dot.active {
            width: 27px;
            background: var(--blue-600) !important;
        }

        .client-logos.owl-carousel .owl-dot:focus-visible {
            outline: 3px solid rgba(8, 119, 249, .2);
            outline-offset: 3px;
        }

@media (max-width: 479.98px) {
    .client-logos.owl-carousel .owl-item img {
        max-width: 125px;
        max-height: 72px;
    }
}
/* Fix Owl Carousel inside clients grid */
.clients-shell {
    min-width: 0;
}

    .clients-shell > * {
        min-width: 0;
    }

.client-logos--slider {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

    .client-logos--slider.owl-carousel {
        display: block;
    }

    .client-logos--slider .owl-stage-outer {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .client-logos--slider .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .client-logos--slider .owl-item {
        display: flex;
        min-width: 0;
    }

    .client-logos--slider .client-logo {
        width: 100%;
        min-width: 0;
        height: 100%;
        margin: 0;
    }

    .client-logos--slider .client-logo__media {
        width: 100%;
    }

    .client-logos--slider .owl-item img {
        width: auto;
        max-width: 170px;
        max-height: 88px;
        margin-right: auto;
        margin-left: auto;
        object-fit: contain;
    }

@media (max-width: 479.98px) {
    .client-logos--slider .owl-item img {
        max-width: 120px;
        max-height: 72px;
    }
}