:root {
    --agency-bg: #070b14;
    --agency-bg-soft: #0d1321;
    --agency-card: #111827;
    --agency-card-2: #151d2d;
    --agency-text: #f7f8fb;
    --agency-muted: #a8b0c0;
    --agency-line: rgba(255,255,255,.09);
    --agency-pink: #ff2f86;
    --agency-orange: #ff9b4a;
    --agency-accent: linear-gradient(135deg, var(--agency-orange), var(--agency-pink));
    --agency-shadow: 0 24px 70px rgba(0,0,0,.24);
    --agency-radius: 28px;
}

html { scroll-behavior: smooth; }
body.agency-ui {
    background: var(--agency-bg);
    color: var(--agency-text);
    overflow-x: hidden;
}
body.agency-ui a { text-decoration: none; }
body.agency-ui p { color: var(--agency-muted); line-height: 1.9; }
body.agency-ui h1,
body.agency-ui h2,
body.agency-ui h3,
body.agency-ui h4,
body.agency-ui h5,
body.agency-ui h6 { color: var(--agency-text); }

/* Global navigation */
body.agency-ui .navbar-area {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background: rgba(7,11,20,.88) !important;
    border-bottom: 1px solid var(--agency-line);
    backdrop-filter: blur(18px);
    box-shadow: none !important;
}
body.agency-ui .dibiz-nav { background: transparent !important; }
body.agency-ui .dibiz-nav .container-fluid,
body.agency-ui .dibiz-responsive-nav .container-fluid { max-width: 1320px; padding-left: 24px; padding-right: 24px; }
body.agency-ui .dibiz-nav .navbar { padding-top: 14px; padding-bottom: 14px; }
body.agency-ui .navbar-brand img,
body.agency-ui .dibiz-responsive-menu .logo img { width: 126px; height: auto; }
body.agency-ui .dibiz-nav .navbar .navbar-nav { margin-left: auto; margin-right: auto; gap: 4px; }
body.agency-ui[dir="rtl"] .dibiz-nav .navbar .navbar-nav { margin-right: auto; margin-left: auto; }
body.agency-ui .dibiz-nav .navbar .navbar-nav .nav-item a {
    color: #d7dcea !important;
    font-size: 14px !important;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 12px;
}
body.agency-ui .dibiz-nav .navbar .navbar-nav .nav-item a:hover,
body.agency-ui .dibiz-nav .navbar .navbar-nav .nav-item a.active,
body.agency-ui .dibiz-nav .navbar .navbar-nav .nav-item.active > a {
    color: #fff !important;
    background: rgba(255,255,255,.06);
}
body.agency-ui .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    background: #101725;
    border: 1px solid var(--agency-line);
    border-radius: 18px;
    box-shadow: var(--agency-shadow);
    padding: 10px;
}
body.agency-ui .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li a { background: transparent !important; }
body.agency-ui .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover { background: rgba(255,255,255,.06) !important; }

.agency-nav-actions { display: flex; align-items: center; gap: 10px; }
.agency-lang-link {
    width: 42px; height: 42px; display: grid; place-items: center;
    border: 1px solid var(--agency-line); border-radius: 50%; color: #fff !important;
    font-size: 12px; font-weight: 700;
}
.agency-nav-cta,
.agency-primary-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    min-height: 48px; padding: 0 22px; border-radius: 14px;
    background: var(--agency-accent); color: #fff !important; font-weight: 700;
    border: 0; box-shadow: 0 12px 30px rgba(255,47,134,.16);
    transition: transform .25s ease, box-shadow .25s ease;
}
.agency-nav-cta:hover,
.agency-primary-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(255,47,134,.24); }
.agency-secondary-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    min-height: 48px; padding: 0 22px; border-radius: 14px;
    border: 1px solid var(--agency-line); color: #fff !important; font-weight: 700;
    background: rgba(255,255,255,.03); transition: background .25s ease, border-color .25s ease;
}
.agency-secondary-btn:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); }

/* Floating whatsapp */
body.agency-ui .whats-icon {
    width: 54px; height: 54px; line-height: 54px; bottom: 24px;
    box-shadow: 0 14px 40px rgba(77,194,71,.32);
}
body.agency-ui .whats-icon svg { width: 26px; }

/* Shared layout */
.agency-section { padding: 104px 0; position: relative; }
.agency-section-soft { background: var(--agency-bg-soft); }
.agency-eyebrow {
    display: inline-flex; align-items: center; gap: 9px; color: #ffc2d9;
    font-size: 13px; font-weight: 700; letter-spacing: .04em; margin-bottom: 14px;
}
.agency-eyebrow:before { content:""; width: 28px; height: 2px; border-radius: 3px; background: var(--agency-accent); }
.agency-section-head { max-width: 720px; margin-bottom: 44px; }
.agency-section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.agency-section-head.center .agency-eyebrow:before { display: none; }
.agency-section-head h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.25; margin-bottom: 16px; font-weight: 800; }
.agency-section-head p { font-size: 17px; margin-bottom: 0; }
.agency-gradient-text {
    background: var(--agency-accent);
    -webkit-background-clip: text; background-clip: text; color: transparent !important;
}

/* Hero */
.agency-hero {
    position: relative; padding: 90px 0 76px; overflow: hidden;
    background:
        radial-gradient(circle at 16% 10%, rgba(255,47,134,.17), transparent 31%),
        radial-gradient(circle at 84% 18%, rgba(255,155,74,.13), transparent 30%),
        #070b14;
}
.agency-hero:after {
    content:""; position:absolute; inset:0; pointer-events:none; opacity:.22;
    background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.agency-hero .container { position: relative; z-index: 2; }
.agency-hero-copy { padding: 20px 0; }
.agency-badge {
    display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.11); border-radius: 999px;
    background: rgba(255,255,255,.04); color: #e8eaf0; font-size: 13px; margin-bottom: 24px;
}
.agency-badge i { color: #ff6b9f; }
.agency-hero h1 { font-size: clamp(40px, 5.4vw, 74px); line-height: 1.12; margin-bottom: 22px; font-weight: 900; letter-spacing: -.035em; }
body.agency-ui[dir="rtl"] .agency-hero h1 { letter-spacing: 0; }
.agency-hero .lead { font-size: 18px; max-width: 650px; margin-bottom: 30px; color: #b8c0cf; }
.agency-hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-bottom: 30px; }
.agency-proof-row { display:flex; flex-wrap:wrap; gap: 18px 26px; color:#cbd1dc; font-size:13px; }
.agency-proof-row span { display:inline-flex; align-items:center; gap:7px; }
.agency-proof-row i { color:#ff6b9f; }

.agency-showcase { position: relative; min-height: 520px; }
.agency-browser {
    position:absolute; top:20px; inset-inline-start: 10px; width: 88%;
    border-radius: 24px; border: 1px solid rgba(255,255,255,.12); background:#101725;
    box-shadow: 0 40px 90px rgba(0,0,0,.42); overflow:hidden; transform: rotate(-1.5deg);
}
body.agency-ui[dir="rtl"] .agency-browser { transform: rotate(1.5deg); }
.agency-browser-bar { height: 42px; display:flex; align-items:center; gap:7px; padding:0 14px; background:#151e2d; border-bottom:1px solid var(--agency-line); }
.agency-browser-dot { width:8px; height:8px; border-radius:50%; background:#4b5565; }
.agency-browser-dot:first-child { background:#ff5f57; }
.agency-browser-dot:nth-child(2) { background:#febc2e; }
.agency-browser-dot:nth-child(3) { background:#28c840; }
.agency-browser-image { aspect-ratio: 16/10; overflow:hidden; background:#0c111d; }
.agency-browser-image img { width:100%; height:100%; object-fit:cover; object-position:top; }
.agency-floating-card {
    position:absolute; z-index:3; width: 210px; padding: 12px; border-radius: 18px;
    background: rgba(18,25,39,.94); border:1px solid rgba(255,255,255,.12); box-shadow:var(--agency-shadow); backdrop-filter:blur(12px);
}
.agency-floating-card.one { bottom: 28px; inset-inline-start:-14px; }
.agency-floating-card.two { bottom: 0; inset-inline-end: 0; }
.agency-floating-card img { width:100%; height:110px; object-fit:cover; object-position:top; border-radius:12px; margin-bottom:10px; }
.agency-floating-card strong { color:#fff; display:block; font-size:13px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.agency-floating-card span { color:#8f98a9; font-size:11px; }

/* Stats / trust */
.agency-stats { border-top:1px solid var(--agency-line); border-bottom:1px solid var(--agency-line); background: rgba(255,255,255,.015); }
.agency-stat { padding: 25px 18px; text-align:center; }
.agency-stat strong { display:block; font-size:32px; font-weight:800; color:#fff; margin-bottom:4px; }
.agency-stat span { color:#8f98aa; font-size:13px; }

.agency-logo-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; }
.agency-logo-card { height:92px; border:1px solid var(--agency-line); border-radius:18px; background:rgba(255,255,255,.035); display:flex; align-items:center; justify-content:center; padding:18px; }
.agency-logo-card img { max-width:100%; max-height:52px; object-fit:contain; filter: grayscale(1); opacity:.78; transition:.25s ease; }
.agency-logo-card:hover img { filter:none; opacity:1; }

/* Service cards */
.agency-service-card {
    height:100%; padding:30px; border:1px solid var(--agency-line); border-radius:24px;
    background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
    transition: transform .28s ease, border-color .28s ease, background .28s ease;
}
.agency-service-card:hover { transform: translateY(-7px); border-color:rgba(255,94,149,.35); background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025)); }
.agency-service-icon { width:58px; height:58px; border-radius:18px; display:grid; place-items:center; background:rgba(255,255,255,.06); margin-bottom:22px; font-size:27px; color:#ff6b9f; }
.agency-service-card h3 { font-size:21px; font-weight:800; margin-bottom:12px; }
.agency-service-card p { font-size:14px; margin-bottom:20px; }
.agency-text-link { display:inline-flex; align-items:center; gap:8px; color:#fff !important; font-size:13px; font-weight:700; }
.agency-text-link i { color:#ff6b9f; transition:transform .2s ease; }
.agency-text-link:hover i { transform:translateX(3px); }
body.agency-ui[dir="rtl"] .agency-text-link:hover i { transform:translateX(-3px); }

/* Portfolio cards */
.agency-project-col { margin-bottom: 28px; }
.agency-project-card { height:100%; border-radius:26px; background:#0f1624; border:1px solid var(--agency-line); overflow:hidden; transition:transform .3s ease, border-color .3s ease; }
.agency-project-card:hover { transform:translateY(-7px); border-color:rgba(255,255,255,.18); }
.agency-project-thumb { display:block; position:relative; aspect-ratio: 16/11; overflow:hidden; background:#111827; }
.agency-project-thumb:after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(7,11,20,.48),transparent 50%); opacity:.7; }
.agency-project-thumb img { width:100%; height:100%; object-fit:cover; object-position:top; transition: transform .5s ease; }
.agency-project-card:hover .agency-project-thumb img { transform:scale(1.035); }
.agency-project-body { padding:22px; }
.agency-project-meta { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:12px; }
.agency-project-category { display:inline-flex; padding:6px 10px; border-radius:999px; background:rgba(255,47,134,.10); color:#ff87b2 !important; font-size:11px; font-weight:700; }
.agency-project-body h3 { font-size:21px; line-height:1.45; font-weight:800; margin:0 0 10px; }
.agency-project-body p { font-size:13px; margin-bottom:16px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.agency-project-arrow { width:36px; height:36px; display:grid; place-items:center; border-radius:50%; border:1px solid var(--agency-line); color:#fff !important; }

/* Process */
.agency-process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.agency-process-card { padding:28px; border-radius:22px; background:#111827; border:1px solid var(--agency-line); position:relative; min-height:240px; }
.agency-process-number { font-size:42px; line-height:1; font-weight:900; color:rgba(255,255,255,.08); margin-bottom:34px; }
.agency-process-card h3 { font-size:19px; font-weight:800; margin-bottom:10px; }
.agency-process-card p { font-size:13px; margin:0; }

/* Value split */
.agency-value-panel { padding:42px; border-radius:30px; border:1px solid var(--agency-line); background:linear-gradient(135deg,#111827,#0c121e); overflow:hidden; position:relative; }
.agency-value-panel:after { content:""; position:absolute; width:240px; height:240px; border-radius:50%; background:rgba(255,47,134,.10); filter:blur(20px); inset-inline-end:-80px; top:-80px; }
.agency-value-list { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:26px; }
.agency-value-item { display:flex; gap:11px; align-items:flex-start; padding:15px; border-radius:15px; background:rgba(255,255,255,.035); }
.agency-value-item i { color:#ff6b9f; font-size:20px; margin-top:2px; }
.agency-value-item strong { display:block; color:#fff; font-size:14px; margin-bottom:3px; }
.agency-value-item span { display:block; color:#8993a4; font-size:12px; line-height:1.7; }

/* Testimonials */
.agency-testimonial-card { height:100%; padding:28px; border-radius:24px; background:#111827; border:1px solid var(--agency-line); }
.agency-quote-mark { font-size:34px; color:#ff5f9b; line-height:1; margin-bottom:15px; }
.agency-testimonial-card p { font-size:14px; color:#c1c8d4; }
.agency-client { display:flex; align-items:center; gap:12px; margin-top:22px; }
.agency-client img { width:46px; height:46px; border-radius:50%; object-fit:cover; background:#fff; }
.agency-client strong { display:block; color:#fff; font-size:13px; }
.agency-client span { display:block; color:#7f899b; font-size:11px; }

/* CTA */
.agency-cta { position:relative; padding:60px; border-radius:34px; overflow:hidden; background:linear-gradient(135deg,#171d2b,#121826); border:1px solid rgba(255,255,255,.11); }
.agency-cta:before { content:""; position:absolute; width:400px; height:400px; border-radius:50%; background:linear-gradient(135deg,rgba(255,155,74,.2),rgba(255,47,134,.22)); filter:blur(30px); inset-inline-end:-180px; top:-220px; }
.agency-cta > * { position:relative; z-index:2; }
.agency-cta h2 { font-size:clamp(30px,4vw,50px); max-width:800px; font-weight:900; margin-bottom:15px; }
.agency-cta p { max-width:700px; font-size:16px; }
.agency-cta-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:25px; }

/* Inner page hero */
body.agency-ui .page-title-area { padding:88px 0 70px !important; background:radial-gradient(circle at 20% 20%,rgba(255,47,134,.14),transparent 28%),#0a0f1b !important; }
body.agency-ui .page-title-area .shape2,
body.agency-ui .page-title-area .shape3,
body.agency-ui .page-title-area .shape5,
body.agency-ui .page-title-area .shape6,
body.agency-ui .page-title-area .shape7,
body.agency-ui .page-title-area .shape8,
body.agency-ui .page-title-area .lines { display:none !important; }
body.agency-ui .page-title-content { text-align:center; max-width:800px; margin:auto; }
body.agency-ui .page-title-content h1 { color:#fff !important; font-size:clamp(34px,4vw,56px) !important; font-weight:900; margin:0; }
body.agency-ui .page-title-content p { margin:14px auto 0; max-width:650px; }

/* Filters */
.agency-filter-bar { display:flex; flex-wrap:wrap; gap:9px; margin-bottom:34px; }
.agency-filter-pill { display:inline-flex; align-items:center; min-height:40px; padding:0 15px; border-radius:999px; border:1px solid var(--agency-line); color:#c8cfdb !important; background:#0e1522; font-size:12px; font-weight:700; }
.agency-filter-pill:hover,.agency-filter-pill.active { background:rgba(255,47,134,.12); border-color:rgba(255,47,134,.25); color:#fff !important; }

/* Project detail */
.agency-project-detail { padding:90px 0; }
.agency-project-preview { border:1px solid var(--agency-line); border-radius:28px; overflow:hidden; background:#101725; box-shadow:var(--agency-shadow); }
.agency-project-preview .agency-browser-bar { border-bottom:1px solid var(--agency-line); }
.agency-project-preview img { width:100%; display:block; }
.agency-project-preview iframe { width:100%; aspect-ratio:16/9; border:0; display:block; }
.agency-detail-panel { padding:34px; border:1px solid var(--agency-line); border-radius:26px; background:#101725; position:sticky; top:104px; }
.agency-detail-panel h1,.agency-detail-panel h2 { font-size:30px; font-weight:900; margin-bottom:14px; }
.agency-detail-kicker { color:#ff7dad; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.04em; margin-bottom:9px; }
.agency-detail-features { list-style:none; margin:24px 0; padding:0; display:grid; gap:10px; }
.agency-detail-features li { display:flex; align-items:flex-start; gap:9px; color:#cbd1dc; font-size:13px; }
.agency-detail-features i { color:#ff6b9f; font-size:18px; margin-top:2px; }
.agency-rich-content { color:#b4bdcc; font-size:15px; line-height:1.95; }
.agency-rich-content h2,.agency-rich-content h3,.agency-rich-content h4,.agency-rich-content strong { color:#fff; }
.agency-rich-content img { max-width:100%; border-radius:18px; }
.agency-gallery-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:30px; }
.agency-gallery-grid img { width:100%; border-radius:18px; border:1px solid var(--agency-line); }

/* Contact */
.agency-contact-card { height:100%; padding:26px; border-radius:22px; background:#111827; border:1px solid var(--agency-line); }
.agency-contact-card i { font-size:28px; color:#ff6b9f; margin-bottom:16px; }
.agency-contact-card h3 { font-size:17px; font-weight:800; }
.agency-contact-card a,.agency-contact-card p { color:#aeb7c6 !important; font-size:13px; margin:0; }
.agency-form-wrap { padding:36px; border-radius:28px; background:#111827; border:1px solid var(--agency-line); }
body.agency-ui .agency-form-wrap .form-control { background:#0c121e !important; border:1px solid var(--agency-line) !important; color:#fff !important; min-height:52px; border-radius:14px; padding:12px 15px; }
body.agency-ui .agency-form-wrap textarea.form-control { min-height:150px; }
body.agency-ui .agency-form-wrap .form-control::placeholder { color:#697487; }
body.agency-ui .agency-form-wrap label { color:#dce1e9; font-size:12px; font-weight:700; margin-bottom:8px; }

/* About / partners */
.agency-about-grid { display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center; }
.agency-about-visual img { width:100%; border-radius:28px; border:1px solid var(--agency-line); }
.agency-about-copy h2 { font-size:clamp(30px,4vw,50px); font-weight:900; line-height:1.3; }
.agency-about-copy p { font-size:15px; }
.agency-partners-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
.agency-partner-card { height:150px; display:flex; align-items:center; justify-content:center; padding:24px; border-radius:20px; background:#111827; border:1px solid var(--agency-line); }
.agency-partner-card img { max-width:100%; max-height:82px; object-fit:contain; filter:grayscale(1); opacity:.85; transition:.25s; }
.agency-partner-card:hover img { filter:none; opacity:1; }

/* Footer */
body.agency-ui .footer-area { background:#050811 !important; border-top:1px solid var(--agency-line); padding-top:76px; }
body.agency-ui .footer-area .shape16 { display:none; }
body.agency-ui .single-footer-widget .logo img { width:126px; }
body.agency-ui .single-footer-widget p,
body.agency-ui .footer-contact-info li,
body.agency-ui .footer-links-list li a { color:#8f99aa !important; font-size:13px; }
body.agency-ui .single-footer-widget h3 { color:#fff !important; font-size:16px !important; }
body.agency-ui .footer-links-list li a:hover { color:#fff !important; }
body.agency-ui .footer-bottom-area { border-top:1px solid var(--agency-line); }
body.agency-ui .footer-bottom-area p,
body.agency-ui .footer-bottom-area a { color:#7f899a !important; }

/* Pagination */
body.agency-ui .pagination-area .page-numbers,
body.agency-ui .pagination .page-link { background:#111827 !important; color:#cbd2de !important; border-color:var(--agency-line) !important; }

/* Legacy sections made compatible */
body.agency-ui .bg-f9f9f9 { background:#0a0f1a !important; }
body.agency-ui .privacy-policy-content { color:#aeb7c6; }
body.agency-ui .privacy-policy-content h2,
body.agency-ui .privacy-policy-content h3,
body.agency-ui .privacy-policy-content h4,
body.agency-ui .privacy-policy-content strong { color:#fff; }

@media (max-width: 1199px) {
    .agency-showcase { min-height:460px; }
    .agency-logo-grid { grid-template-columns:repeat(4,1fr); }
    .agency-process-grid { grid-template-columns:repeat(2,1fr); }
    .agency-partners-grid { grid-template-columns:repeat(4,1fr); }
}
@media (max-width: 991px) {
    .agency-section { padding:78px 0; }
    .agency-hero { padding-top:64px; }
    .agency-showcase { margin-top:30px; min-height:500px; }
    .agency-browser { width:92%; inset-inline-start:4%; }
    .agency-value-list { grid-template-columns:1fr; }
    .agency-about-grid { grid-template-columns:1fr; gap:30px; }
    .agency-partners-grid { grid-template-columns:repeat(3,1fr); }
    .agency-detail-panel { position:static; margin-top:28px; }
    .agency-nav-actions { display:none; }
    body.agency-ui .dibiz-responsive-nav { background:#070b14 !important; border-bottom:1px solid var(--agency-line); }
    body.agency-ui .mean-container a.meanmenu-reveal { color:#fff !important; }
}
@media (max-width: 767px) {
    .agency-hero { padding:54px 0 52px; }
    .agency-hero h1 { font-size:40px; }
    .agency-hero .lead { font-size:15px; }
    .agency-showcase { min-height:390px; }
    .agency-floating-card { width:155px; padding:9px; }
    .agency-floating-card img { height:78px; }
    .agency-floating-card.one { inset-inline-start:0; bottom:12px; }
    .agency-floating-card.two { inset-inline-end:0; bottom:-8px; }
    .agency-logo-grid { grid-template-columns:repeat(3,1fr); }
    .agency-logo-card { height:74px; padding:13px; }
    .agency-process-grid { grid-template-columns:1fr; }
    .agency-value-panel,.agency-cta,.agency-form-wrap,.agency-detail-panel { padding:26px; border-radius:22px; }
    .agency-cta { padding:34px 26px; }
    .agency-partners-grid { grid-template-columns:repeat(2,1fr); }
    .agency-partner-card { height:110px; }
    .agency-gallery-grid { grid-template-columns:1fr; }
}

/* =========================================================
   Agency Redesign V2 — conversion-focused presentation
   ========================================================= */
.agency-hero-v2 { padding: 104px 0 92px; }
.agency-live-dot { width:8px; height:8px; border-radius:50%; background:#46e8a4; box-shadow:0 0 0 5px rgba(70,232,164,.10); flex:0 0 auto; }
.agency-hero-v2 h1 { max-width:760px; }
.agency-proof-row-v2 { display:grid; gap:9px; }
.agency-proof-row-v2 span { width:fit-content; }
.agency-hero-case-wrap { position:relative; min-height:560px; display:flex; align-items:center; justify-content:center; }
.agency-hero-case { width:min(100%, 620px); border-radius:28px; overflow:hidden; background:#0f1725; border:1px solid rgba(255,255,255,.12); box-shadow:0 42px 100px rgba(0,0,0,.45); transform:perspective(1200px) rotateY(-3deg) rotateX(1deg); transition:.35s ease; position:relative; z-index:2; }
body.agency-ui[dir="rtl"] .agency-hero-case { transform:perspective(1200px) rotateY(3deg) rotateX(1deg); }
.agency-hero-case:hover { transform:translateY(-5px); }
.agency-browser-url { margin-inline-start:10px; color:#697487; font-size:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.agency-hero-case-image { aspect-ratio:16/10; overflow:hidden; background:#0b111d; }
.agency-hero-case-image img { width:100%; height:100%; object-fit:cover; object-position:top; transition:transform 7s ease; }
.agency-hero-case:hover .agency-hero-case-image img { transform:translateY(-8%); }
.agency-hero-case-caption { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:20px 22px; border-top:1px solid var(--agency-line); }
.agency-hero-case-caption span { display:block; color:#7e889b; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; margin-bottom:3px; }
.agency-hero-case-caption strong { color:#fff; font-size:15px; display:block; }
.agency-hero-case-caption > i { width:40px; height:40px; display:grid; place-items:center; border:1px solid var(--agency-line); border-radius:50%; color:#fff; font-size:22px; transform:rotate(-45deg); }
body.agency-ui[dir="rtl"] .agency-hero-case-caption > i { transform:rotate(45deg); }
.agency-float-proof { position:absolute; z-index:3; display:flex; align-items:center; gap:12px; width:215px; padding:14px 15px; border:1px solid rgba(255,255,255,.12); background:rgba(13,19,33,.92); backdrop-filter:blur(18px); border-radius:18px; box-shadow:0 18px 50px rgba(0,0,0,.28); }
.agency-float-proof > i { width:42px; height:42px; display:grid; place-items:center; border-radius:13px; background:rgba(255,255,255,.055); color:#ff6b9f; font-size:21px; flex:0 0 auto; }
.agency-float-proof strong { display:block; color:#fff; font-size:12px; margin-bottom:2px; }
.agency-float-proof span { display:block; color:#7f899c; font-size:10px; }
.agency-float-proof-one { inset-inline-start:-18px; bottom:58px; }
.agency-float-proof-two { inset-inline-end:-8px; top:40px; }

.agency-trust-strip { border-top:1px solid var(--agency-line); border-bottom:1px solid var(--agency-line); background:#080d17; }
.agency-trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.agency-trust-item { min-height:105px; display:flex; align-items:center; justify-content:center; gap:13px; padding:22px; border-inline-end:1px solid var(--agency-line); }
.agency-trust-item:last-child { border-inline-end:0; }
.agency-trust-item strong { color:#fff; font-size:30px; font-weight:900; letter-spacing:-.03em; }
.agency-trust-item span { color:#8791a3; font-size:12px; max-width:120px; line-height:1.6; }

.agency-client-logo-section { padding-top:68px; padding-bottom:72px; }
.agency-mini-heading { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:22px; }
.agency-mini-heading > span { color:#aeb6c5; font-size:13px; font-weight:700; }
.agency-mini-heading a { color:#fff !important; font-size:12px; font-weight:700; display:inline-flex; align-items:center; gap:7px; }
.agency-logo-grid-v2 { gap:10px; }
.agency-logo-grid-v2 .agency-logo-card { height:84px; background:#0d1421; }

.agency-service-card-v2 { display:block; color:inherit !important; min-height:330px; position:relative; overflow:hidden; }
.agency-service-card-v2:before { content:""; position:absolute; width:190px; height:190px; border-radius:50%; background:rgba(255,47,134,.08); filter:blur(10px); inset-inline-end:-110px; top:-100px; opacity:0; transition:.3s; }
.agency-service-card-v2:hover:before { opacity:1; }
.agency-service-top { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:30px; position:relative; z-index:2; }
.agency-service-index { color:#5f697b; font-size:11px; font-weight:800; letter-spacing:.12em; }
.agency-service-card-v2 h3, .agency-service-card-v2 p, .agency-service-card-v2 .agency-text-link { position:relative; z-index:2; }
.agency-service-card-v2 h3 { font-size:22px; line-height:1.45; }
.agency-service-card-v2 p { min-height:106px; }

.agency-featured-cases { display:grid; gap:28px; }
.agency-featured-case { display:grid; grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr); gap:0; min-height:510px; border:1px solid var(--agency-line); border-radius:30px; overflow:hidden; background:#0d1421; }
.agency-featured-case.is-reverse { grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr); }
.agency-featured-case.is-reverse .agency-featured-case-media { order:2; }
.agency-featured-case.is-reverse .agency-featured-case-copy { order:1; }
.agency-featured-case-media { background:#0a101b; overflow:hidden; display:flex; flex-direction:column; }
.agency-featured-case-media > img { width:100%; height:100%; min-height:468px; object-fit:cover; object-position:top; transition:transform 8s cubic-bezier(.2,.75,.2,1); }
.agency-featured-case:hover .agency-featured-case-media > img { transform:translateY(-7%); }
.agency-featured-case-copy { padding:54px; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.agency-case-number { color:#636e80; font-size:10px; font-weight:900; letter-spacing:.14em; margin-bottom:18px; }
.agency-featured-case-copy .agency-project-category { margin-bottom:15px; }
.agency-featured-case-copy h3 { font-size:clamp(28px,3vw,43px); line-height:1.25; font-weight:900; margin-bottom:18px; }
.agency-featured-case-copy > p { font-size:14px; line-height:1.95; margin-bottom:22px; }
.agency-case-objectives { display:grid; gap:9px; margin:0 0 28px; }
.agency-case-objectives span { display:flex; align-items:center; gap:8px; color:#bfc6d2; font-size:12px; }
.agency-case-objectives i { color:#ff6b9f; font-size:17px; }
.agency-primary-text-link { color:#fff !important; display:inline-flex; align-items:center; gap:8px; font-weight:800; font-size:13px; }
.agency-primary-text-link i { font-size:20px; transition:transform .2s; }
.agency-primary-text-link:hover i { transform:translateX(-4px); }
body.agency-ui[dir="ltr"] .agency-primary-text-link:hover i { transform:translateX(4px); }

.agency-principles-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.agency-principle { position:relative; min-height:250px; border:1px solid var(--agency-line); border-radius:24px; padding:28px; background:#101725; overflow:hidden; }
.agency-principle > span { position:absolute; top:20px; inset-inline-end:22px; color:#4f596b; font-size:10px; font-weight:900; letter-spacing:.13em; }
.agency-principle > i { width:50px; height:50px; display:grid; place-items:center; border-radius:15px; background:rgba(255,255,255,.05); color:#ff6b9f; font-size:25px; margin-bottom:25px; }
.agency-principle h3 { font-size:18px; font-weight:800; margin-bottom:10px; }
.agency-principle p { font-size:12px; margin:0; }

.agency-process-grid-v2 .agency-process-card { min-height:280px; }
.agency-process-grid-v2 .agency-process-card:after { content:""; position:absolute; width:90px; height:2px; background:linear-gradient(90deg,rgba(255,155,74,.75),rgba(255,47,134,.75)); bottom:0; inset-inline-start:28px; }

.agency-testimonials-v2 .agency-testimonial-card { min-height:310px; display:flex; flex-direction:column; }
.agency-testimonials-v2 .agency-testimonial-card > p { flex:1; }

.agency-faq-list { display:grid; gap:12px; }
.agency-faq-list details { border:1px solid var(--agency-line); border-radius:19px; background:#0d1421; padding:0 22px; transition:.25s; }
.agency-faq-list details[open] { border-color:rgba(255,94,149,.26); background:#101826; }
.agency-faq-list summary { min-height:70px; display:flex; align-items:center; justify-content:space-between; gap:20px; color:#fff; font-size:15px; font-weight:800; cursor:pointer; list-style:none; }
.agency-faq-list summary::-webkit-details-marker { display:none; }
.agency-faq-list summary i { font-size:22px; color:#ff6b9f; transition:transform .25s; }
.agency-faq-list details[open] summary i { transform:rotate(45deg); }
.agency-faq-list details p { padding:0 0 21px; margin:0; font-size:13px; }

.agency-cta-v2 { min-height:440px; display:grid; grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr); align-items:center; gap:50px; }
.agency-cta-v2 .agency-cta-copy { max-width:780px; }
.agency-cta-v2 .agency-cta-copy h2 { max-width:720px; }
.agency-cta-orbit { width:300px; height:300px; margin-inline:auto; position:relative; display:grid; place-items:center; }
.agency-orbit-core { width:124px; height:124px; border-radius:50%; display:grid; place-items:center; border:1px solid rgba(255,255,255,.14); background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.08),transparent 50%),#0e1522; color:#fff; font-size:20px; font-weight:900; letter-spacing:.12em; box-shadow:0 0 70px rgba(255,47,134,.12); }
.agency-cta-orbit:before, .agency-cta-orbit:after { content:""; position:absolute; border:1px solid rgba(255,255,255,.09); border-radius:50%; }
.agency-cta-orbit:before { inset:25px; }
.agency-cta-orbit:after { inset:0; }
.agency-cta-orbit > span { position:absolute; width:12px; height:12px; border-radius:50%; background:linear-gradient(135deg,#ff9b4a,#ff2f86); box-shadow:0 0 20px rgba(255,47,134,.35); }
.agency-cta-orbit .o1 { top:38px; left:78px; }
.agency-cta-orbit .o2 { right:24px; bottom:94px; }
.agency-cta-orbit .o3 { left:38px; bottom:53px; }

/* Stronger project cards */
.agency-project-card { overflow:hidden; }
.agency-project-thumb { position:relative; display:block; }
.agency-project-thumb:after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(4,8,15,.28),transparent 45%); opacity:.8; pointer-events:none; }
.agency-project-card .agency-project-body { padding-top:21px; }
.agency-project-card h3 { font-size:20px; line-height:1.45; }
.agency-project-card p { font-size:12.5px; line-height:1.85; }

@media (max-width:1199px) {
    .agency-hero-case-wrap { min-height:500px; }
    .agency-featured-case-copy { padding:38px; }
    .agency-featured-case { grid-template-columns:1fr 1fr; }
    .agency-featured-case.is-reverse { grid-template-columns:1fr 1fr; }
    .agency-trust-item { gap:9px; }
}
@media (max-width:991px) {
    .agency-hero-v2 { padding-top:70px; }
    .agency-hero-case-wrap { min-height:520px; margin-top:8px; }
    .agency-float-proof-one { inset-inline-start:0; }
    .agency-float-proof-two { inset-inline-end:0; }
    .agency-trust-grid { grid-template-columns:repeat(2,1fr); }
    .agency-trust-item:nth-child(2) { border-inline-end:0; }
    .agency-trust-item:nth-child(-n+2) { border-bottom:1px solid var(--agency-line); }
    .agency-featured-case, .agency-featured-case.is-reverse { grid-template-columns:1fr; }
    .agency-featured-case.is-reverse .agency-featured-case-media, .agency-featured-case.is-reverse .agency-featured-case-copy { order:initial; }
    .agency-featured-case-media > img { min-height:450px; max-height:600px; }
    .agency-principles-grid { margin-top:8px; }
    .agency-cta-v2 { grid-template-columns:1fr; }
    .agency-cta-orbit { display:none; }
}
@media (max-width:767px) {
    .agency-hero-v2 { padding:58px 0 68px; }
    .agency-hero-v2 h1 { font-size:39px; }
    .agency-hero-case-wrap { min-height:410px; }
    .agency-hero-case { border-radius:20px; transform:none !important; }
    .agency-float-proof { width:178px; padding:10px; border-radius:14px; }
    .agency-float-proof > i { width:36px; height:36px; border-radius:11px; }
    .agency-float-proof strong { font-size:10px; }
    .agency-float-proof span { font-size:9px; }
    .agency-float-proof-one { bottom:0; }
    .agency-float-proof-two { top:10px; }
    .agency-trust-item { min-height:90px; padding:15px 10px; align-items:flex-start; flex-direction:column; gap:2px; }
    .agency-trust-item strong { font-size:25px; }
    .agency-trust-item span { font-size:10px; max-width:none; }
    .agency-mini-heading { align-items:flex-start; flex-direction:column; gap:8px; }
    .agency-service-card-v2 { min-height:auto; }
    .agency-service-card-v2 p { min-height:auto; }
    .agency-featured-case { border-radius:22px; min-height:auto; }
    .agency-featured-case-media > img { min-height:300px; max-height:390px; }
    .agency-featured-case-copy { padding:28px 24px 32px; }
    .agency-featured-case-copy h3 { font-size:27px; }
    .agency-principles-grid { grid-template-columns:1fr; }
    .agency-principle { min-height:auto; }
    .agency-faq-list details { padding:0 17px; }
    .agency-faq-list summary { font-size:13px; min-height:64px; }
    .agency-cta-v2 { min-height:auto; padding:34px 24px; }
}

/* Case study detail V2 */
.agency-project-hero-v2 { padding:100px 0 70px; background:radial-gradient(circle at 15% 15%,rgba(255,47,134,.13),transparent 32%),radial-gradient(circle at 85% 15%,rgba(255,155,74,.09),transparent 30%),#080d17; border-bottom:1px solid var(--agency-line); }
.agency-project-breadcrumb { display:flex; align-items:center; gap:8px; margin-bottom:22px; font-size:11px; }
.agency-project-breadcrumb a { color:#7f899b !important; }
.agency-project-breadcrumb i { color:#4e5868; }
.agency-project-hero-v2 h1 { font-size:clamp(42px,6vw,78px); line-height:1.12; font-weight:900; letter-spacing:-.035em; margin-bottom:22px; max-width:950px; }
body.agency-ui[dir="rtl"] .agency-project-hero-v2 h1 { letter-spacing:0; }
.agency-project-hero-v2 .col-lg-8 > p { font-size:17px; line-height:1.9; max-width:830px; margin:0; }
.agency-project-hero-actions { display:grid; gap:10px; justify-items:stretch; }
.agency-project-stage-v2 { padding:58px 0 0; background:#080d17; }
.agency-project-preview-v2 { border-radius:30px; box-shadow:0 50px 110px rgba(0,0,0,.42); }
.agency-project-preview-v2 > img { max-height:none; object-fit:cover; object-position:top; }
.agency-project-story-v2 { padding-top:110px; }
.agency-case-sidebar { position:sticky; top:110px; padding:28px; border:1px solid var(--agency-line); border-radius:24px; background:#0e1522; }
.agency-case-sidebar-label { display:block; color:#7f899b; font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.12em; margin-bottom:18px; }
.agency-case-sidebar ul { list-style:none; padding:0; margin:0; display:grid; gap:12px; }
.agency-case-sidebar li { display:flex; gap:9px; color:#c8ced8; font-size:12px; }
.agency-case-sidebar li i { color:#ff6b9f; font-size:18px; }
.agency-case-sidebar-meta { margin-top:26px; padding-top:20px; border-top:1px solid var(--agency-line); }
.agency-case-sidebar-meta span { display:block; color:#697386; font-size:10px; margin-bottom:4px; }
.agency-case-sidebar-meta strong { color:#fff; font-size:13px; }
.agency-case-narrative { max-width:880px; }
.agency-case-narrative > h2 { font-size:clamp(32px,4vw,52px); line-height:1.3; font-weight:900; margin-bottom:20px; }
.agency-case-lead { font-size:16px !important; line-height:2 !important; }
.agency-case-goals-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; margin-top:38px; }
.agency-case-goal { padding:25px; border:1px solid var(--agency-line); border-radius:20px; background:#0e1522; }
.agency-case-goal > span { color:#ff6b9f; font-size:10px; font-weight:900; letter-spacing:.1em; }
.agency-case-goal h3 { font-size:16px; font-weight:800; margin:17px 0 9px; }
.agency-case-goal p { font-size:11.5px; margin:0; }
.agency-case-content-block { margin-top:55px; padding-top:45px; border-top:1px solid var(--agency-line); }
.agency-gallery-masonry-v2 { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.agency-gallery-masonry-v2 a { display:block; border-radius:22px; overflow:hidden; border:1px solid var(--agency-line); background:#0d1421; }
.agency-gallery-masonry-v2 a.wide { grid-column:1 / -1; }
.agency-gallery-masonry-v2 img { width:100%; height:auto; display:block; transition:transform .4s ease; }
.agency-gallery-masonry-v2 a:hover img { transform:scale(1.012); }
.agency-project-cta-v2 { padding-inline-end:min(8vw,100px); }
@media(max-width:991px){
    .agency-project-hero-v2 { padding-top:74px; }
    .agency-project-hero-actions { margin-top:4px; display:flex; flex-wrap:wrap; }
    .agency-case-sidebar { position:static; }
    .agency-case-goals-grid { grid-template-columns:1fr; }
}
@media(max-width:767px){
    .agency-project-hero-v2 { padding:58px 0 46px; }
    .agency-project-hero-v2 h1 { font-size:39px; }
    .agency-project-stage-v2 { padding-top:30px; }
    .agency-project-preview-v2 { border-radius:20px; }
    .agency-project-story-v2 { padding-top:70px; }
    .agency-gallery-masonry-v2 { grid-template-columns:1fr; }
    .agency-gallery-masonry-v2 a.wide { grid-column:auto; }
}

/* Project brief / contact V2 */
.agency-contact-hero-v2 { padding:100px 0 72px; border-bottom:1px solid var(--agency-line); background:radial-gradient(circle at 16% 15%,rgba(255,47,134,.14),transparent 32%),#080d17; }
.agency-contact-hero-v2 h1 { font-size:clamp(42px,6vw,76px); line-height:1.14; font-weight:900; letter-spacing:-.035em; max-width:1000px; margin-bottom:22px; }
body.agency-ui[dir="rtl"] .agency-contact-hero-v2 h1 { letter-spacing:0; }
.agency-contact-hero-v2 .col-lg-8 > p { max-width:850px; font-size:17px; }
.agency-contact-quick { border:1px solid var(--agency-line); border-radius:22px; padding:22px; background:#0d1421; }
.agency-contact-quick > span { display:block; color:#7f899b; font-size:11px; margin-bottom:10px; }
.agency-contact-quick a { display:flex; align-items:center; gap:9px; color:#fff !important; font-weight:800; }
.agency-contact-quick i { color:#55cf72; font-size:22px; }
.agency-contact-side-v2 { position:sticky; top:110px; }
.agency-contact-step { display:flex; gap:15px; padding:20px 0; border-bottom:1px solid var(--agency-line); }
.agency-contact-step > span { width:34px; height:34px; flex:0 0 auto; display:grid; place-items:center; border-radius:11px; background:#101826; color:#ff6b9f; font-size:10px; font-weight:900; }
.agency-contact-step strong { color:#fff; display:block; font-size:14px; margin-bottom:5px; }
.agency-contact-step p { font-size:11.5px; margin:0; }
.agency-direct-contact-v2 { display:grid; gap:10px; margin-top:25px; }
.agency-direct-contact-v2 > a, .agency-direct-contact-v2 > div { display:flex; gap:12px; align-items:flex-start; padding:14px; border-radius:15px; background:#0d1421; border:1px solid var(--agency-line); }
.agency-direct-contact-v2 i { color:#ff6b9f; font-size:20px; margin-top:2px; }
.agency-direct-contact-v2 span { color:#758094; font-size:9px; }
.agency-direct-contact-v2 strong { display:block; color:#dfe3ea; font-size:11px; margin-top:2px; word-break:break-word; }
.agency-brief-form-v2 { padding:44px; }
.agency-form-heading { padding-bottom:28px; margin-bottom:28px; border-bottom:1px solid var(--agency-line); }
.agency-form-heading > span { display:block; color:#ff6b9f; font-size:10px; font-weight:900; letter-spacing:.14em; margin-bottom:10px; }
.agency-form-heading h2 { font-size:clamp(27px,3vw,38px); font-weight:900; line-height:1.35; margin:0; }
.agency-form-section-label { display:flex; align-items:center; gap:10px; color:#e7eaf0; font-size:12px; font-weight:800; margin:28px 0 14px; }
.agency-form-section-label:first-of-type { margin-top:0; }
.agency-form-section-label span { color:#ff6b9f; font-size:10px; }
body.agency-ui .agency-brief-form-v2 select.form-control.agency-native-select { display:block !important; appearance:auto; }
body.agency-ui .agency-brief-form-v2 .nice-select { display:none !important; }
.agency-form-submit-v2 { display:flex; align-items:center; justify-content:space-between; gap:20px; padding-top:27px; margin-top:28px; border-top:1px solid var(--agency-line); }
.agency-form-submit-v2 > div { display:flex; align-items:center; gap:7px; color:#6f7a8d; font-size:10px; }
.agency-form-submit-v2 > div i { font-size:15px; }
.agency-form-alert { padding:15px 17px; border:1px solid rgba(255,90,120,.24); border-radius:14px; background:rgba(255,70,100,.07); margin-bottom:20px; }
.agency-form-alert > div { display:flex; align-items:center; gap:7px; color:#ffc3cf; font-size:11px; }
@media(max-width:991px){ .agency-contact-side-v2{position:static;} }
@media(max-width:767px){
    .agency-contact-hero-v2 { padding:58px 0 46px; }
    .agency-contact-hero-v2 h1 { font-size:39px; }
    .agency-brief-form-v2 { padding:26px 20px; }
    .agency-form-submit-v2 { align-items:stretch; flex-direction:column; }
    .agency-form-submit-v2 .agency-primary-btn { width:100%; }
}

.agency-project-card-v2 .agency-project-thumb { border-radius:20px 20px 0 0; overflow:hidden; background:#0c121e; }
.agency-project-browser-mini { height:30px; display:flex; align-items:center; gap:5px; padding:0 10px; background:#151d2a; border-bottom:1px solid var(--agency-line); }
.agency-project-browser-mini span { width:6px; height:6px; border-radius:50%; background:#465164; }
.agency-project-browser-mini span:first-child{background:#ff5f57}.agency-project-browser-mini span:nth-child(2){background:#febc2e}.agency-project-browser-mini span:nth-child(3){background:#28c840}
.agency-project-card-v2 .agency-project-thumb > img { transition:transform .7s cubic-bezier(.2,.75,.2,1); }
.agency-project-card-v2:hover .agency-project-thumb > img { transform:scale(1.025); }
.agency-project-view-label { position:absolute; inset-inline-end:14px; bottom:14px; z-index:3; display:inline-flex; align-items:center; gap:6px; padding:8px 11px; border-radius:999px; background:rgba(8,13,23,.82); backdrop-filter:blur(10px); border:1px solid rgba(255,255,255,.13); color:#fff; font-size:9px; font-weight:800; opacity:0; transform:translateY(5px); transition:.25s; }
.agency-project-card-v2:hover .agency-project-view-label { opacity:1; transform:none; }
.agency-project-type { color:#677286; font-size:8px; font-weight:900; letter-spacing:.1em; }


/* =========================================================
   Light Mode Overrides — IBM Plex Sans Arabic
   ========================================================= */
:root {
    --agency-bg: #f6f8fc;
    --agency-bg-soft: #ffffff;
    --agency-card: #ffffff;
    --agency-card-2: #ffffff;
    --agency-text: #162033;
    --agency-muted: #5c6a7b;
    --agency-line: rgba(15, 23, 42, .08);
    --agency-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

body.agency-ui {
    background: var(--agency-bg);
    color: var(--agency-text);
    font-family: 'IBM Plex Sans Arabic', sans-serif;
}
body.agency-ui p,
body.agency-ui .agency-rich-content,
body.agency-ui .privacy-policy-content { color: var(--agency-muted); }
body.agency-ui h1,
body.agency-ui h2,
body.agency-ui h3,
body.agency-ui h4,
body.agency-ui h5,
body.agency-ui h6,
body.agency-ui .single-footer-widget h3,
body.agency-ui .page-title-content h1,
body.agency-ui .agency-project-card h3,
body.agency-ui .agency-detail-panel h1,
body.agency-ui .agency-detail-panel h2,
body.agency-ui .agency-rich-content h2,
body.agency-ui .agency-rich-content h3,
body.agency-ui .agency-rich-content h4,
body.agency-ui .agency-rich-content strong { color: var(--agency-text) !important; }

body.agency-ui .navbar-area {
    background: rgba(255,255,255,.92) !important;
    border-bottom: 1px solid rgba(15,23,42,.06);
    box-shadow: 0 10px 30px rgba(15,23,42,.04) !important;
}
body.agency-ui .dibiz-nav .navbar .navbar-nav .nav-item a { color: #263247 !important; }
body.agency-ui .dibiz-nav .navbar .navbar-nav .nav-item a:hover,
body.agency-ui .dibiz-nav .navbar .navbar-nav .nav-item a.active,
body.agency-ui .dibiz-nav .navbar .navbar-nav .nav-item.active > a {
    color: #101827 !important;
    background: rgba(255, 47, 134, .08);
}
body.agency-ui .dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu,
body.agency-ui .agency-detail-panel,
body.agency-ui .agency-contact-card,
body.agency-ui .agency-form-wrap,
body.agency-ui .agency-project-preview,
body.agency-ui .agency-partner-card,
body.agency-ui .agency-principle,
body.agency-ui .agency-faq-list details,
body.agency-ui .agency-hero-case,
body.agency-ui .agency-float-proof,
body.agency-ui .agency-floating-card,
body.agency-ui .agency-browser,
body.agency-ui .agency-service-card,
body.agency-ui .agency-service-card-v2,
body.agency-ui .agency-project-card,
body.agency-ui .agency-process-card,
body.agency-ui .agency-testimonial-card,
body.agency-ui .agency-value-panel,
body.agency-ui .agency-cta,
body.agency-ui .agency-featured-case,
body.agency-ui .agency-logo-card {
    background: #ffffff !important;
    box-shadow: 0 16px 44px rgba(15, 23, 42, .06);
}
body.agency-ui .agency-browser-bar { background: #eef2f7; }
body.agency-ui .agency-browser-image,
body.agency-ui .agency-hero-case-image,
body.agency-ui .agency-featured-case-media,
body.agency-ui .agency-project-preview,
body.agency-ui .agency-logo-grid-v2 .agency-logo-card { background: #f8fafc !important; }
body.agency-ui .agency-lang-link { color: #263247 !important; background: #fff; }
body.agency-ui .agency-secondary-btn {
    color: #263247 !important;
    background: #fff;
    border-color: rgba(15,23,42,.10);
}
body.agency-ui .agency-secondary-btn:hover { background: #f8fafc; border-color: rgba(15,23,42,.14); }

body.agency-ui .agency-hero,
body.agency-ui .page-title-area {
    background: radial-gradient(circle at 16% 10%, rgba(255,47,134,.08), transparent 31%),
                radial-gradient(circle at 84% 18%, rgba(255,155,74,.10), transparent 30%),
                linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%) !important;
}
body.agency-ui .agency-hero:after {
    background-image: linear-gradient(rgba(15,23,42,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(15,23,42,.045) 1px, transparent 1px);
    opacity: .6;
}
body.agency-ui .agency-badge {
    border: 1px solid rgba(15,23,42,.08);
    background: rgba(255,255,255,.9);
    color: #304056;
}
body.agency-ui .agency-hero .lead,
body.agency-ui .agency-proof-row,
body.agency-ui .agency-proof-row-v2 span,
body.agency-ui .agency-browser-url,
body.agency-ui .agency-stat span,
body.agency-ui .agency-mini-heading > span,
body.agency-ui .agency-case-objectives span,
body.agency-ui .agency-project-category,
body.agency-ui .agency-detail-features li,
body.agency-ui .agency-contact-card a,
body.agency-ui .agency-contact-card p,
body.agency-ui .footer-bottom-area p,
body.agency-ui .footer-bottom-area a,
body.agency-ui .single-footer-widget p,
body.agency-ui .footer-contact-info li,
body.agency-ui .footer-links-list li a {
    color: var(--agency-muted) !important;
}
body.agency-ui .agency-hero-case-caption strong,
body.agency-ui .agency-float-proof strong,
body.agency-ui .agency-primary-text-link,
body.agency-ui .agency-mini-heading a,
body.agency-ui .agency-trust-item strong,
body.agency-ui .agency-stat strong,
body.agency-ui .agency-detail-kicker,
body.agency-ui .agency-detail-features i,
body.agency-ui .agency-contact-card i,
body.agency-ui .agency-primary-text-link i { color: var(--agency-text) !important; }
body.agency-ui .agency-float-proof span,
body.agency-ui .agency-hero-case-caption span,
body.agency-ui .agency-case-number,
body.agency-ui .agency-service-index { color: #7a8797 !important; }

body.agency-ui .agency-stats,
body.agency-ui .agency-trust-strip,
body.agency-ui .agency-client-logo-section,
body.agency-ui .agency-section-soft,
body.agency-ui .bg-f9f9f9,
body.agency-ui .footer-area { background: #ffffff !important; }
body.agency-ui .agency-stats,
body.agency-ui .agency-trust-strip,
body.agency-ui .footer-area,
body.agency-ui .footer-bottom-area { border-color: rgba(15,23,42,.08) !important; }
body.agency-ui .agency-trust-item { border-inline-end-color: rgba(15,23,42,.08); }

body.agency-ui .agency-logo-card img,
body.agency-ui .agency-partner-card img { filter: grayscale(1); opacity: .82; }
body.agency-ui .agency-logo-card:hover img,
body.agency-ui .agency-partner-card:hover img { filter: none; opacity: 1; }

body.agency-ui .agency-filter-pill {
    color: #4a5768 !important;
    background: #fff;
    border-color: rgba(15,23,42,.08);
}
body.agency-ui .agency-filter-pill:hover,
body.agency-ui .agency-filter-pill.active {
    background: rgba(255, 47, 134, .08);
    border-color: rgba(255, 47, 134, .16);
    color: #161f33 !important;
}

body.agency-ui .agency-form-wrap .form-control {
    background: #ffffff !important;
    border: 1px solid rgba(15,23,42,.10) !important;
    color: #162033 !important;
}
body.agency-ui .agency-form-wrap .form-control::placeholder { color: #8a94a3; }
body.agency-ui .agency-form-wrap label { color: #364152; }
body.agency-ui .pagination-area .page-numbers,
body.agency-ui .pagination .page-link {
    background: #ffffff !important;
    color: #425062 !important;
    border-color: rgba(15,23,42,.08) !important;
    box-shadow: none;
}
body.agency-ui .pagination-area .page-numbers.current,
body.agency-ui .pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--agency-orange), var(--agency-pink)) !important;
    color: #fff !important;
    border-color: transparent !important;
}

body.agency-ui .go-top {
    background: #fff;
    color: #162033;
    box-shadow: 0 12px 30px rgba(15,23,42,.12);
}
body.agency-ui .dibiz-responsive-nav { background: #ffffff !important; }
body.agency-ui .mean-container a.meanmenu-reveal { color: #162033 !important; }

@media (max-width: 991px) {
    body.agency-ui .dibiz-responsive-nav { border-bottom: 1px solid rgba(15,23,42,.06); }
}


/* =========================================================
   Corporate Light V3 — clean software agency direction
   ========================================================= */
body.agency-ui { background:#fff; font-family:'IBM Plex Sans Arabic',sans-serif; }
.agency-utility-bar { background:#111827; color:#d7dee9; font-size:11px; }
.agency-utility-bar .container-fluid { max-width:1320px; padding-inline:24px; }
.agency-utility-inner { min-height:34px; display:flex; align-items:center; justify-content:space-between; gap:18px; }
.agency-utility-contact { display:flex; align-items:center; gap:18px; flex-wrap:wrap; }
.agency-utility-contact a,.agency-utility-contact span { color:#d7dee9!important; display:inline-flex; align-items:center; gap:6px; }
.agency-utility-contact i { color:#ff4f8f; }
.agency-utility-note { color:#98a4b5; }

body.agency-ui .navbar-area { top:0; }
body.agency-ui .dibiz-nav .container-fluid,body.agency-ui .dibiz-responsive-nav .container-fluid { max-width:1320px; }
.agency-brand { display:inline-flex!important; align-items:center; gap:9px; line-height:1; }
.agency-brand-icon { width:34px; height:34px; overflow:hidden; display:block; flex:0 0 34px; border-radius:8px; }
.agency-brand-icon img { width:106px!important; max-width:none!important; height:34px!important; object-fit:contain; object-position:left center; display:block; }
body.agency-ui[dir="rtl"] .agency-brand-icon img { object-position:left center; }
.agency-brand-word { font-size:22px; font-weight:800; letter-spacing:.02em; font-style:italic; color:#172033; font-family:Arial,sans-serif; }
body.agency-ui .navbar-brand img,body.agency-ui .dibiz-responsive-menu .logo img { width:106px; }

.elite-corporate-hero { position:relative; overflow:hidden; padding:88px 0 84px; background:linear-gradient(135deg,#fff7fb 0%,#fff 46%,#f4f8ff 100%); border-bottom:1px solid #eef1f5; }
.elite-corporate-hero:before { content:""; position:absolute; width:420px; height:420px; border-radius:50%; background:rgba(255,74,143,.09); filter:blur(50px); top:-210px; right:9%; }
.elite-corporate-hero:after { content:""; position:absolute; width:380px; height:380px; border-radius:50%; background:rgba(255,166,80,.08); filter:blur(60px); bottom:-250px; left:6%; }
.elite-corporate-hero .container { position:relative; z-index:2; }
.elite-section-tag { display:inline-flex; align-items:center; gap:9px; color:#ff3f84; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; margin-bottom:14px; }
.elite-section-tag:after { content:""; width:28px; height:2px; background:linear-gradient(90deg,#ff9b4a,#ff2f86); border-radius:2px; }
.elite-hero-copy h1 { color:#162033!important; font-size:clamp(44px,5.3vw,72px); line-height:1.12; font-weight:800; margin-bottom:22px; }
.elite-hero-copy h1 span { color:#ff3f84; }
.elite-hero-copy>p { max-width:670px; color:#5f6d80; font-size:17px; line-height:2; margin-bottom:26px; }
.elite-hero-points { display:flex; flex-wrap:wrap; gap:12px 22px; margin-top:5px; }
.elite-hero-points span { display:inline-flex; align-items:center; gap:6px; color:#526075; font-size:12px; }
.elite-hero-points i { color:#ff3f84; font-size:17px; }
.elite-hero-showcase { display:block; overflow:hidden; border:1px solid #e7ebf1; border-radius:24px; background:#fff; box-shadow:0 34px 80px rgba(31,42,68,.14); transform:rotate(-1deg); transition:.35s; color:inherit!important; }
body.agency-ui[dir="rtl"] .elite-hero-showcase { transform:rotate(1deg); }
.elite-hero-showcase:hover { transform:translateY(-7px) rotate(0); }
.elite-browser-head { height:42px; display:flex; align-items:center; gap:7px; padding:0 14px; background:#f7f8fb; border-bottom:1px solid #eef1f5; }
.elite-browser-head span { width:8px;height:8px;border-radius:50%;background:#d6dce5; }.elite-browser-head span:first-child{background:#ff6b64}.elite-browser-head span:nth-child(2){background:#ffc34b}.elite-browser-head span:nth-child(3){background:#45c968}
.elite-browser-head small { margin-inline-start:7px; color:#9aa5b4; font-size:10px; }
.elite-showcase-image { aspect-ratio:16/10; overflow:hidden; background:#f4f6f9; }
.elite-showcase-image img { width:100%; height:100%; object-fit:cover; object-position:top; transition:transform 6s ease; }
.elite-hero-showcase:hover .elite-showcase-image img { transform:translateY(-6%); }
.elite-showcase-meta { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:18px 20px; }
.elite-showcase-meta small { display:block; color:#ff3f84; font-size:10px; font-weight:700; margin-bottom:3px; }
.elite-showcase-meta strong { display:block; color:#172033; font-size:14px; }
.elite-showcase-meta>i { width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f6f8fb;color:#172033;font-size:21px; }

.elite-metrics-strip { background:#fff; border-bottom:1px solid #eef1f5; }
.elite-metrics-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.elite-metrics-grid>div { min-height:108px; display:flex; align-items:center; justify-content:center; gap:13px; border-inline-end:1px solid #eef1f5; }
.elite-metrics-grid>div:last-child { border-inline-end:0; }
.elite-metrics-grid strong { color:#172033; font-size:30px; font-weight:800; }
.elite-metrics-grid span { color:#798598; font-size:11px; max-width:100px; line-height:1.6; }

.elite-client-strip { padding:50px 0; background:#fff; }
.elite-strip-head { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:18px; }
.elite-strip-head>span { color:#687689; font-size:12px; font-weight:600; }
.elite-strip-head a { color:#172033!important; font-size:12px; font-weight:700; display:inline-flex;align-items:center;gap:6px; }
.elite-client-logos { display:grid; grid-template-columns:repeat(8,1fr); gap:10px; }
.elite-client-logos>div { height:74px; border:1px solid #edf0f4; border-radius:13px; display:flex; align-items:center; justify-content:center; padding:12px; background:#fff; }
.elite-client-logos img { max-width:100%; max-height:44px; object-fit:contain; filter:grayscale(1); opacity:.85; transition:.2s; }
.elite-client-logos>div:hover img { filter:none; opacity:1; }

.elite-about-section { background:#f7f9fc; }
.elite-big-heading { font-size:clamp(32px,4vw,52px); line-height:1.3; font-weight:800; color:#172033!important; margin:0; }
.elite-large-copy { font-size:17px; color:#59687b!important; line-height:2; margin-bottom:28px; }
.elite-about-features { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.elite-about-features>div { padding:20px; background:#fff; border:1px solid #e9edf3; border-radius:18px; }
.elite-about-features i { width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#fff2f7;color:#ff3f84;font-size:21px;margin-bottom:15px; }
.elite-about-features strong { display:block;color:#172033;font-size:13px;margin-bottom:5px; }.elite-about-features span{display:block;color:#8692a3;font-size:11px;line-height:1.6}

.elite-services-section { background:#fff; }
.elite-section-heading { margin-bottom:44px; }
.elite-section-heading.centered { text-align:center; max-width:790px; margin-left:auto; margin-right:auto; margin-bottom:44px; }
.elite-section-heading.centered .elite-section-tag:after { display:none; }
.elite-section-heading h2 { color:#172033!important; font-size:clamp(32px,4vw,50px); font-weight:800; line-height:1.28; margin-bottom:13px; }
.elite-section-heading p { color:#6c798c!important; font-size:14px; line-height:1.9; margin:0; }
.elite-section-heading.split { display:grid; grid-template-columns:1.2fr .8fr; align-items:end; gap:50px; }
.elite-section-heading.split>div:last-child { display:flex; flex-direction:column; align-items:flex-start; gap:15px; }
.elite-service-card { position:relative; height:100%; min-height:290px; display:block; padding:28px; border:1px solid #e9edf3; border-radius:20px; background:#fff; color:inherit!important; transition:.28s; overflow:hidden; }
.elite-service-card:hover { transform:translateY(-6px); border-color:#ffd1e2; box-shadow:0 24px 55px rgba(31,42,68,.08); }
.elite-service-card:after { content:"";position:absolute;width:140px;height:140px;border-radius:50%;background:rgba(255,63,132,.06);top:-80px;left:-60px; }
.elite-service-icon { width:52px;height:52px;border-radius:15px;display:grid;place-items:center;background:#fff2f7;color:#ff3f84;font-size:25px;margin-bottom:24px;position:relative;z-index:2; }
.elite-service-number { position:absolute; top:25px; inset-inline-end:26px; color:#c0c7d2; font-size:10px; font-weight:800; letter-spacing:.12em; }
.elite-service-card h3 { color:#172033!important; font-size:19px; font-weight:800; margin-bottom:10px; position:relative;z-index:2; }
.elite-service-card p { color:#718094!important; font-size:12px; line-height:1.9; min-height:88px;position:relative;z-index:2; }
.elite-card-link { color:#172033; font-size:12px; font-weight:700; display:inline-flex; align-items:center; gap:6px;position:relative;z-index:2; }

.elite-work-section { background:#f6f8fb; }
.elite-project-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.elite-project-card { display:block; color:inherit!important; background:#fff; border:1px solid #e8ecf2; border-radius:22px; overflow:hidden; transition:.3s; }
.elite-project-card:hover { transform:translateY(-5px); box-shadow:0 24px 56px rgba(31,42,68,.08); }
.elite-project-image { aspect-ratio:16/10; overflow:hidden; background:#eef2f6; }
.elite-project-image img { width:100%;height:100%;object-fit:cover;object-position:top;transition:transform 5s ease; }.elite-project-card:hover img{transform:translateY(-5%)}
.elite-project-info { padding:18px 20px; display:flex;align-items:center;justify-content:space-between;gap:20px; }
.elite-project-info small { display:block;color:#ff3f84;font-size:10px;font-weight:700;margin-bottom:4px }.elite-project-info strong{display:block;color:#172033;font-size:15px}.elite-project-info>i{font-size:22px;color:#172033}

.elite-process-section { background:#fff; }
.elite-process-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:14px; }
.elite-process-grid>div { position:relative;min-height:230px;padding:26px;border:1px solid #e9edf3;border-radius:20px;background:#fff; }
.elite-process-grid>div>span { position:absolute;top:20px;inset-inline-end:22px;color:#c4cbd5;font-size:10px;font-weight:800;letter-spacing:.12em }.elite-process-grid i{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#fff2f7;color:#ff3f84;font-size:23px;margin-bottom:22px}.elite-process-grid h3{font-size:17px;font-weight:800;color:#172033!important;margin-bottom:8px}.elite-process-grid p{font-size:12px;color:#748195!important;line-height:1.8;margin:0}

.elite-testimonials-section { background:#f7f9fc; }
.elite-testimonial-card { height:100%;padding:24px;border:1px solid #e7ebf1;border-radius:20px;background:#fff; }
.elite-testimonial-card>i { font-size:30px;color:#ff89b2;margin-bottom:15px }.elite-testimonial-card>p{min-height:120px;color:#647286!important;font-size:12px;line-height:1.95}.elite-testimonial-card>div{display:flex;align-items:center;gap:10px;border-top:1px solid #f0f2f5;padding-top:15px}.elite-testimonial-card img{width:42px;height:42px;border-radius:50%;object-fit:cover}.elite-testimonial-card span strong{display:block;color:#172033;font-size:12px}.elite-testimonial-card span small{display:block;color:#8b96a5;font-size:10px}

.elite-quote-section { background:#fff; }
.elite-quote-box { display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;padding:50px;border:1px solid #eadfe5;border-radius:28px;background:linear-gradient(135deg,#fff8fb,#fff 50%,#fff4ee);box-shadow:0 25px 60px rgba(31,42,68,.06) }
.elite-quote-copy h2 { color:#172033!important;font-size:clamp(30px,3.5vw,46px);font-weight:800;line-height:1.3;margin-bottom:14px }.elite-quote-copy p{color:#68778a!important;font-size:14px;line-height:1.9}.elite-whatsapp-link{display:inline-flex;align-items:center;gap:7px;color:#172033!important;font-size:12px;font-weight:700;margin-top:8px}.elite-whatsapp-link i{color:#21b866;font-size:20px}.elite-quote-form .form-control{min-height:52px;border:1px solid #e3e8ef!important;border-radius:13px;background:#fff!important;color:#172033!important;font-size:12px;padding:12px 14px}.elite-quote-form textarea.form-control{min-height:130px}.elite-quote-form .form-control::placeholder{color:#9aa5b4}

.elite-inner-hero { padding:74px 0 62px;text-align:center;background:linear-gradient(135deg,#fff7fb,#fff,#f4f8ff);border-bottom:1px solid #eef1f5 }.elite-inner-hero .elite-section-tag:after{display:none}.elite-inner-hero h1{max-width:820px;margin:0 auto 14px;color:#172033!important;font-size:clamp(38px,4.5vw,58px);font-weight:800;line-height:1.25}.elite-inner-hero p{max-width:720px;margin:0 auto;color:#677589!important;font-size:14px;line-height:1.9}.elite-inner-metrics{background:#fff;border-bottom:1px solid #eef1f5}
.elite-clients-page{background:#f7f9fc}.elite-partners-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.elite-partner-card{height:138px;padding:24px;display:flex;align-items:center;justify-content:center;border:1px solid #e6ebf1;border-radius:18px;background:#fff;transition:.25s}.elite-partner-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(31,42,68,.07)}.elite-partner-card img{max-width:100%;max-height:74px;object-fit:contain;filter:grayscale(.35);opacity:.95;transition:.2s}.elite-partner-card:hover img{filter:none;opacity:1}.elite-client-cta{padding:60px 0;background:#fff}.elite-client-cta .container{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:36px 40px;border-radius:24px;background:linear-gradient(135deg,#fff5f9,#fff,#fff2eb);border:1px solid #f1dfe6}.elite-client-cta span{color:#ff3f84;font-size:11px;font-weight:800}.elite-client-cta h2{color:#172033!important;font-size:30px;font-weight:800;margin:5px 0 0}

body.agency-ui .footer-area { background:#111827!important; }
body.agency-ui .footer-area .agency-brand-word { color:#fff; }
body.agency-ui .single-footer-widget p,body.agency-ui .footer-contact-info li,body.agency-ui .footer-links-list li a{color:#aab4c3!important}body.agency-ui .single-footer-widget h3{color:#fff!important}body.agency-ui .footer-bottom-area p,body.agency-ui .footer-bottom-area a{color:#8792a4!important}
body.agency-ui .agency-logo-card img,body.agency-ui .agency-partner-card img{filter:grayscale(.35);opacity:.95}
body.agency-ui .page-title-area{padding:62px 0 52px!important}

@media(max-width:1199px){.elite-client-logos{grid-template-columns:repeat(4,1fr)}.elite-partners-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:991px){.agency-utility-note{display:none}.agency-utility-inner{justify-content:center}.elite-about-features{grid-template-columns:1fr}.elite-section-heading.split{grid-template-columns:1fr;gap:16px}.elite-process-grid{grid-template-columns:repeat(2,1fr)}.elite-quote-box{grid-template-columns:1fr}.elite-partners-grid{grid-template-columns:repeat(3,1fr)}.elite-client-cta .container{align-items:flex-start;flex-direction:column}.elite-hero-showcase{margin-top:10px}.elite-corporate-hero{padding-top:66px}}
@media(max-width:767px){.agency-utility-bar{display:none}.elite-corporate-hero{padding:52px 0}.elite-hero-copy h1{font-size:39px}.elite-hero-copy>p{font-size:14px}.elite-metrics-grid{grid-template-columns:repeat(2,1fr)}.elite-metrics-grid>div:nth-child(2){border-inline-end:0}.elite-metrics-grid>div:nth-child(-n+2){border-bottom:1px solid #eef1f5}.elite-client-logos{grid-template-columns:repeat(2,1fr)}.elite-project-grid{grid-template-columns:1fr}.elite-process-grid{grid-template-columns:1fr}.elite-quote-box{padding:28px}.elite-partners-grid{grid-template-columns:repeat(2,1fr)}.elite-partner-card{height:110px;padding:16px}.elite-inner-hero{padding:55px 0 45px}.elite-client-cta{padding:42px 0}.elite-client-cta .container{padding:28px}.elite-client-cta h2{font-size:24px}.elite-section-heading h2,.elite-big-heading{font-size:31px}}

/* Ready Designs Catalog */
.ready-design-catalog{background:#f7f9fc}.ready-design-intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:54px;align-items:end;margin-bottom:32px}.ready-design-intro h2{font-size:clamp(34px,4.2vw,56px);line-height:1.25;font-weight:800;margin:0}.ready-design-intro p{margin:0;font-size:15px}.ready-design-how{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:28px}.ready-design-how span{min-height:66px;padding:14px 18px;border:1px solid rgba(15,23,42,.07);border-radius:16px;background:#fff;display:flex;align-items:center;gap:11px;color:#465468;font-size:12px;font-weight:700}.ready-design-how b{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,rgba(255,155,74,.14),rgba(255,47,134,.14));color:#f43f79;font-size:10px}.ready-design-grid>[class*=col-]{display:flex}.ready-design-card{width:100%;border:1px solid rgba(15,23,42,.075);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 18px 48px rgba(15,23,42,.055);transition:.25s}.ready-design-card:hover{transform:translateY(-6px);box-shadow:0 25px 58px rgba(15,23,42,.09)}.ready-design-preview{display:block;position:relative;background:#edf1f6;overflow:hidden}.ready-design-browserbar{height:38px;display:flex;align-items:center;gap:6px;padding:0 12px;background:#fff;border-bottom:1px solid rgba(15,23,42,.06);position:relative;z-index:3}.ready-design-browserbar>span{width:7px;height:7px;border-radius:50%;background:#d5d9e0}.ready-design-browserbar>span:first-child{background:#ff6b66}.ready-design-browserbar>span:nth-child(2){background:#ffbd45}.ready-design-browserbar>span:nth-child(3){background:#41c96b}.ready-design-browserbar small{margin-inline-start:7px;color:#8a94a3;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ready-design-browserbar.large{height:48px;padding-inline:16px}.ready-design-browserbar.large a{margin-inline-start:auto;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f5f7fa}.ready-design-scroll-viewport{height:355px;overflow:hidden;position:relative;background:#f8fafc}.ready-design-scroll-viewport img{position:absolute;top:0;left:0;width:100%;height:auto;transform:translateY(0);transition:transform .65s ease;will-change:transform}.ready-design-scroll-viewport:hover img{transform:translateY(calc(-100% + 355px));transition:transform 9s linear}.ready-design-hover-label{position:absolute;inset-inline-end:14px;bottom:14px;padding:8px 11px;border-radius:999px;background:rgba(18,28,45,.86);color:#fff;font-size:10px;font-weight:700;opacity:0;transition:.2s}.ready-design-preview:hover .ready-design-hover-label{opacity:1}.ready-design-body{padding:20px}.ready-design-meta{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.ready-design-meta>a,.ready-design-meta>span{color:#ef467a!important;font-size:10px;font-weight:800}.ready-design-meta>b{font-size:9px;color:#7b8492}.ready-design-body h3{font-size:19px;line-height:1.45;margin:0 0 9px;font-weight:800}.ready-design-body h3 a{color:#172033!important}.ready-design-body p{min-height:67px;font-size:12px;margin:0 0 16px}.ready-design-actions{display:flex;gap:8px}.ready-design-order{flex:1;min-height:43px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(135deg,#ff9158,#ff2f86);color:#fff!important;font-size:11px;font-weight:800}.ready-design-demo{width:43px;height:43px;border-radius:12px;display:grid;place-items:center;border:1px solid rgba(15,23,42,.08);color:#263247!important;background:#fff;font-size:18px}.ready-design-empty{padding:50px;border:1px dashed rgba(15,23,42,.12);border-radius:20px;text-align:center;background:#fff;color:#667085}
.ready-design-detail-hero{padding:88px 0 72px;background:radial-gradient(circle at 12% 10%,rgba(255,47,134,.07),transparent 30%),linear-gradient(180deg,#fff,#f7f9fc);border-bottom:1px solid rgba(15,23,42,.06)}.ready-design-detail-hero h1{font-size:clamp(40px,5vw,66px);line-height:1.15;font-weight:800;margin:13px 0 18px}.ready-design-detail-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:28px}.ready-design-live-link{min-height:48px;display:inline-flex;align-items:center;gap:6px;color:#344054!important;font-size:12px;font-weight:800}.ready-design-summary-card{padding:28px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#fff;box-shadow:0 20px 55px rgba(15,23,42,.06)}.ready-design-summary-card>span{display:block;color:#ef467a;font-size:10px;font-weight:900;margin-bottom:18px}.ready-design-summary-card ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.ready-design-summary-card li{display:flex;gap:9px;color:#4c586a;font-size:12px}.ready-design-summary-card li i{color:#ef467a;font-size:18px}.ready-design-price{margin-top:22px;padding-top:18px;border-top:1px solid rgba(15,23,42,.07)}.ready-design-price small,.ready-design-price strong{display:block}.ready-design-price strong{font-size:22px;color:#172033}.ready-design-preview-section{background:#f7f9fc}.ready-design-preview-heading{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-bottom:24px}.ready-design-preview-heading h2{font-size:clamp(28px,3.5vw,44px);font-weight:800;margin:0}.ready-design-preview-tabs{display:flex;flex-wrap:wrap;gap:7px}.ready-design-preview-tabs button{border:1px solid rgba(15,23,42,.08);background:#fff;color:#667085;min-height:40px;padding:0 13px;border-radius:12px;font-size:10px;font-weight:800}.ready-design-preview-tabs button.active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#ff9158,#ff2f86)}.ready-design-preview-shell{border:1px solid rgba(15,23,42,.08);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 28px 70px rgba(15,23,42,.08)}.ready-design-preview-panel{display:none}.ready-design-preview-panel.active{display:block}.ready-design-detail-scroll{height:720px;overflow:hidden;position:relative;background:#f5f7fa}.ready-design-detail-scroll img{position:absolute;top:0;left:0;width:100%;height:auto;animation:readyDetailScroll 18s ease-in-out infinite alternate}@keyframes readyDetailScroll{0%,10%{transform:translateY(0)}90%,100%{transform:translateY(calc(-100% + 720px))}}.ready-design-full-image{max-height:900px;overflow:auto;display:block}.ready-design-full-image img{width:100%;display:block}.ready-design-motion{min-height:600px;display:grid;place-items:center;padding:34px;background:#edf1f6}.ready-design-motion img,.ready-design-motion video,.ready-design-motion iframe{width:min(100%,980px);max-height:720px;border:0;border-radius:18px;background:#fff}.ready-design-motion iframe{aspect-ratio:16/9}.ready-design-sticky-note{position:sticky;top:110px;padding:28px;border-radius:22px;border:1px solid rgba(15,23,42,.08);background:#f8fafc}.ready-design-sticky-note h3{font-size:24px;line-height:1.5}.ready-design-rich h2{font-size:30px}.ready-design-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.ready-design-benefits-grid>div{padding:26px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#fff}.ready-design-benefits-grid i{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:rgba(255,47,134,.08);color:#ef467a;font-size:23px}.ready-design-order-box{padding:46px;border-radius:28px;background:linear-gradient(135deg,#fff3f7,#fff8f1);border:1px solid rgba(255,47,134,.10);display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px}.ready-design-order-box h2{font-size:clamp(28px,3.5vw,44px);font-weight:800}.ready-design-order-buttons{min-width:250px;display:grid;gap:9px}.ready-design-whatsapp{min-height:46px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;background:#1faa59;color:#fff!important;font-size:11px;font-weight:800}.ready-design-selected-brief{margin-bottom:26px;padding:14px;border:1px solid rgba(255,47,134,.12);background:#fff6f9;border-radius:18px;display:grid;grid-template-columns:74px 1fr auto;align-items:center;gap:14px}.ready-design-selected-brief>img{width:74px;height:58px;object-fit:cover;object-position:top;border-radius:12px}.ready-design-selected-brief span,.ready-design-selected-brief strong,.ready-design-selected-brief small{display:block}.ready-design-selected-brief span{color:#ef467a;font-size:9px;font-weight:900}.ready-design-selected-brief strong{color:#172033;font-size:14px}.ready-design-selected-brief small{color:#7a8494;font-size:10px}.ready-design-selected-brief>a{min-height:38px;padding:0 12px;display:inline-flex;align-items:center;gap:5px;border-radius:11px;background:#fff;border:1px solid rgba(15,23,42,.08);font-size:10px;font-weight:800}.elite-project-image{height:360px!important;overflow:hidden!important;position:relative!important}.elite-project-image img{position:absolute!important;top:0;left:0;width:100%!important;height:auto!important;max-height:none!important;object-fit:initial!important;transform:translateY(0);transition:transform .65s ease;will-change:transform}.elite-project-image:hover img{transform:translateY(calc(-100% + 360px));transition:transform 9s linear}@media(max-width:991px){.ready-design-intro{grid-template-columns:1fr;gap:15px}.ready-design-preview-heading{align-items:flex-start;flex-direction:column}.ready-design-order-box{grid-template-columns:1fr}.ready-design-sticky-note{position:static}}@media(max-width:767px){.ready-design-how{grid-template-columns:1fr}.ready-design-scroll-viewport{height:300px}.ready-design-detail-scroll{height:520px}.ready-design-benefits-grid{grid-template-columns:1fr}.ready-design-order-box{padding:28px}.ready-design-selected-brief{grid-template-columns:58px 1fr}.ready-design-selected-brief>a{grid-column:1/-1}}@media(prefers-reduced-motion:reduce){.ready-design-scroll-viewport img,.elite-project-image img{transition:none!important;transform:none!important}.ready-design-detail-scroll img{animation:none!important}}
