:root {
    --maroon: #6b0f1a;
    --maroon-deep: #420b11;
    --maroon-mid: #8a1625;
    --maroon-light: #b52035;
    --gold: #ffd700;
    --gold-bright: #ffe033;
    --gold-dark: #d4a017;
    --cream: #fdfaf2;
    --text-dark: #1a0a0d;
    --text-light: #7a5560;
    --shadow-card: 0 8px 32px rgba(66, 11, 17, 0.12);
    --shadow-hover: 0 24px 64px rgba(66, 11, 17, 0.18);
    --radius-xl: 2rem;
    --radius-lg: 1.5rem;
    --radius-md: 1rem;
    --radius-sm: 0.75rem;
}

body {
    background:
        radial-gradient(ellipse 80% 40% at 0% 0%, rgba(107, 15, 26, 0.07) 0%, transparent 60%),
        radial-gradient(ellipse 60% 30% at 100% 100%, rgba(255, 215, 0, 0.06) 0%, transparent 60%),
        linear-gradient(180deg, #fdfaf2 0%, #ffffff 42%, #fdfaf2 100%);
    color: var(--text-dark);
    overflow-x: hidden;
}

#particles-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.85;
}

.home-shell,
.features-strip,
.sections-panel,
.web-banner,
.app-banner,
.ticker-strip,
.cta-bottom,
.clients-section {
    position: relative;
    z-index: 1;
}

.anim-fade-up,
.anim-fade-left,
.anim-fade-right,
.anim-scale {
    opacity: 0;
    transition:
        opacity 0.7s ease,
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.anim-fade-up {
    transform: translateY(28px);
}

.anim-fade-left {
    transform: translateX(-28px);
}

.anim-fade-right {
    transform: translateX(28px);
}

.anim-scale {
    transform: scale(0.94);
}

.anim-fade-up.in-view,
.anim-fade-left.in-view,
.anim-fade-right.in-view,
.anim-scale.in-view {
    opacity: 1;
    transform: none;
}

.d-1 {
    transition-delay: 0.06s;
}

.d-2 {
    transition-delay: 0.12s;
}

.d-3 {
    transition-delay: 0.18s;
}

.d-4 {
    transition-delay: 0.24s;
}

.d-5 {
    transition-delay: 0.3s;
}

.d-6 {
    transition-delay: 0.36s;
}

.hero-wrap {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 215, 0, 0.11), transparent 28%),
        radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.07), transparent 32%),
        linear-gradient(135deg, #420b11 0%, #6b0f1a 48%, #8a1625 100%);
    color: #ffffff;
}

.hero-gold-line {
    height: 4px;
    background: linear-gradient(90deg, rgba(255, 215, 0, 0), rgba(255, 215, 0, 0.95), rgba(255, 215, 0, 0));
}

.hero-logo-bg,
.hero-corner-ornament,
.hero-corner-ornament-2 {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.hero-logo-bg {
    width: 440px;
    height: 440px;
    left: -130px;
    top: -120px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.12), transparent 68%);
}

.hero-corner-ornament {
    width: 240px;
    height: 240px;
    right: -80px;
    top: 10%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 72%);
}

.hero-corner-ornament-2 {
    width: 280px;
    height: 280px;
    left: 20%;
    bottom: -120px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.08), transparent 72%);
}

.hero-inner {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.24);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.hero-badge .dot {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 1.2rem;
}

.gold-word {
    color: var(--gold-bright);
    text-shadow: 0 0 24px rgba(255, 215, 0, 0.25);
}

.hero-description {
    max-width: 640px;
    font-size: 1.03rem;
    line-height: 2;
    color: rgba(255, 255, 255, 0.8);
}

.btn-hero-primary,
.btn-hero-outline,
.btn-cta-xl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 52px;
    padding: 0.9rem 1.35rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #ffe26a 0%, #ffd700 55%, #e6b800 100%);
    color: #3f1500;
    box-shadow: 0 16px 36px rgba(255, 215, 0, 0.24);
}

.btn-hero-primary:hover {
    color: #3f1500;
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(255, 215, 0, 0.28);
}

.btn-hero-outline {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.btn-hero-outline:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.hero-stat-card {
    height: 100%;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.16);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    padding: 1rem 0.8rem;
    text-align: center;
    backdrop-filter: blur(10px);
}

.hero-stat-num {
    display: block;
    color: var(--gold-bright);
    font-size: 1.65rem;
    line-height: 1;
    margin-bottom: 0.45rem;
}

.hero-stat-lbl {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.85rem;
}

.hero-logo-shell {
    position: relative;
    max-width: 480px;
    margin-inline: auto;
}

.logo-glow-ring {
    position: absolute;
    inset: 8% 6%;
    border-radius: 2rem;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.16), transparent 65%);
    filter: blur(10px);
    animation: glow-pulse 4s ease-in-out infinite;
}

.logo-float-card {
    position: relative;
    z-index: 1;
    border-radius: 2rem;
    background: rgba(255, 250, 242, 0.98);
    color: var(--text-dark);
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.18);
    animation: float-card 6s ease-in-out infinite;
}

.logo-inner-box {
    min-height: 150px;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #fffef9 0%, #fff7e8 100%);
    border: 1px solid rgba(255, 215, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.logo-inner-box img {
    width: min(180px, 56%);
    height: auto;
    object-fit: contain;
}

#homeSlider {
    border-radius: 1.35rem;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(66, 11, 17, 0.1);
}

#homeSlider .carousel-control-prev,
#homeSlider .carousel-control-next {
    width: 42px;
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(66, 11, 17, 0.68);
    border-radius: 50%;
    margin: 0 0.65rem;
    opacity: 0.88;
}

#homeSlider .carousel-control-prev-icon,
#homeSlider .carousel-control-next-icon {
    width: 15px;
    height: 15px;
}

.features-strip {
    background: linear-gradient(135deg, #420b11 0%, #6b0f1a 100%);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 22px 48px rgba(66, 11, 17, 0.18);
}

.features-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 215, 0, 0.03) 0px, rgba(255, 215, 0, 0.03) 1px, transparent 1px, transparent 36px);
    pointer-events: none;
}

.feature-item {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem 1.4rem;
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-6px);
}

.feature-item + .feature-item::before {
    content: "";
    position: absolute;
    top: 18%;
    bottom: 18%;
    left: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255, 215, 0, 0.25), transparent);
}

html[dir="rtl"] .feature-item + .feature-item::before {
    left: auto;
    right: 0;
}

.feat-icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 215, 0, 0.12);
    border: 1px solid rgba(255, 215, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

.feature-item:hover .feat-icon-wrap {
    transform: rotateY(180deg);
    background: rgba(255, 215, 0, 0.18);
    box-shadow: 0 0 24px rgba(255, 215, 0, 0.22);
}

.feat-title {
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-size: 1.05rem;
}

.feat-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.85;
    font-size: 0.9rem;
}

.sec-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.sec-heading-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sec-accent-bar {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sec-accent-bar span {
    display: block;
    border-radius: 999px;
}

.sec-accent-bar span:first-child {
    width: 6px;
    height: 32px;
    background: var(--gold);
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.5);
}

.sec-accent-bar span:last-child {
    width: 6px;
    height: 16px;
    background: var(--maroon-light);
}

.sec-heading-text h2 {
    margin: 0;
    color: var(--maroon-deep);
    font-size: 1.6rem;
}

.sec-heading-text p {
    margin: 0.2rem 0 0;
    color: var(--text-light);
    font-size: 0.95rem;
}

.sec-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.1rem;
    border-radius: 999px;
    border: 1.5px solid rgba(107, 15, 26, 0.14);
    background: #ffffff;
    color: var(--maroon);
    box-shadow: 0 4px 16px rgba(66, 11, 17, 0.07);
}

.sec-badge:hover {
    background: var(--maroon);
    color: var(--gold-bright);
    border-color: var(--maroon);
}

.lux-card {
    position: relative;
    border: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #ffffff;
    box-shadow: var(--shadow-card);
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease;
}

.lux-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--maroon), var(--gold) 50%, var(--maroon));
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 5;
}

.lux-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1.5px rgba(255, 215, 0, 0);
    transition: box-shadow 0.35s ease;
    pointer-events: none;
    z-index: 4;
}

.lux-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.lux-card:hover::before {
    opacity: 1;
}

.lux-card:hover::after {
    box-shadow: inset 0 0 0 1.5px rgba(255, 215, 0, 0.24);
}

.card-thumb {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    background: var(--cream);
    transition: transform 0.45s ease;
}

.lux-card:hover .card-thumb {
    transform: scale(1.04);
}

.card-thumb-wrap {
    overflow: hidden;
}

.card-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: var(--maroon);
    background: linear-gradient(135deg, rgba(107, 15, 26, 0.07), rgba(255, 215, 0, 0.1));
    border: 1px solid rgba(107, 15, 26, 0.1);
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    margin-bottom: 0.85rem;
}

.card-tag .tag-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 6px rgba(255, 215, 0, 0.6);
}

.card-title {
    color: var(--maroon-deep);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    min-height: 3rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.card-desc {
    color: var(--text-light);
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 5rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.btn-card-primary,
.btn-card-outline {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-card-primary {
    border: 1px solid rgba(107, 15, 26, 0.14);
    background: rgba(107, 15, 26, 0.035);
    color: var(--maroon);
}

.btn-card-primary:hover {
    background: rgba(107, 15, 26, 0.06);
    color: var(--maroon-deep);
    border-color: rgba(107, 15, 26, 0.2);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(66, 11, 17, 0.08);
}

.btn-card-outline {
    border: 1.5px solid rgba(107, 15, 26, 0.18);
    background: #ffffff;
    color: var(--maroon);
}

.btn-card-outline:hover {
    background: var(--maroon-deep);
    color: var(--gold);
    border-color: var(--maroon-deep);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(66, 11, 17, 0.2);
}

.sections-panel {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), var(--cream));
    border: 1px solid rgba(107, 15, 26, 0.07);
    border-radius: var(--radius-xl);
    box-shadow: 0 16px 50px rgba(66, 11, 17, 0.07);
    padding: 2rem;
}

.section-card .card-thumb-wrap {
    position: relative;
    overflow: visible;
}

.section-card .card-thumb {
    height: 205px;
}

.section-card-title-frame {
    position: absolute;
    right: 1rem;
    left: 1rem;
    bottom: 0;
    transform: translateY(50%);
    margin: 0;
    padding: 0.7rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 252, 245, 0.96);
    border: 1px solid rgba(107, 15, 26, 0.1);
    box-shadow: 0 12px 30px rgba(66, 11, 17, 0.12);
    color: var(--maroon-deep);
    font-size: 1rem;
    line-height: 1.45;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 2;
}

.section-card-body {
    padding: 2.15rem 1.15rem 1rem;
    gap: 0.65rem;
}

.section-card .card-desc {
    margin-bottom: 0.7rem;
    min-height: 3.3rem;
    -webkit-line-clamp: 2;
    line-height: 1.75;
}

.latest-work-card .card-thumb {
    height: 220px;
}

.latest-work-card-body {
    padding: 1rem 1rem 1.05rem;
    gap: 0.7rem;
}

.latest-work-card .card-tag {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0.62rem 0.9rem;
    border-radius: 1rem;
    font-size: 0.96rem;
    line-height: 1.55;
    letter-spacing: 0;
    text-transform: none;
    color: var(--maroon-deep);
    background: linear-gradient(135deg, rgba(107, 15, 26, 0.05), rgba(255, 215, 0, 0.08));
    border: 1px solid rgba(107, 15, 26, 0.08);
    min-height: 4rem;
    text-align: center;
}

.latest-work-card .card-tag .tag-dot {
    display: none;
}

.latest-work-card .btn-card-outline {
    padding: 0.62rem 0.95rem;
    font-size: 0.88rem;
}

.ticker-strip {
    background: var(--gold);
    overflow: hidden;
    padding: 0.6rem 0;
}

.ticker-inner {
    display: flex;
    width: max-content;
    white-space: nowrap;
    animation: ticker-scroll 30s linear infinite;
}

.ticker-strip:hover .ticker-inner {
    animation-play-state: paused;
}

.ticker-item {
    flex-shrink: 0;
    padding: 0 2.5rem;
    color: var(--maroon-deep);
    font-size: 0.82rem;
    font-weight: 700;
}

.web-banner {
    background: linear-gradient(135deg, #fdf8f8 0%, #fcf3f2 48%, #fff9f2 100%);
    overflow: hidden;
    border-top: 1px solid rgba(107, 15, 26, 0.05);
    border-bottom: 1px solid rgba(107, 15, 26, 0.05);
}

.web-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(-45deg, rgba(107, 15, 26, 0.022) 0, rgba(107, 15, 26, 0.022) 1px, transparent 1px, transparent 38px);
    pointer-events: none;
}

.web-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 38%, rgba(255, 215, 0, 0.08), transparent 42%),
        radial-gradient(circle at 16% 78%, rgba(107, 15, 26, 0.05), transparent 38%);
    pointer-events: none;
}

.app-banner {
    background: linear-gradient(135deg, #0f0f1a 0%, #1a0b1e 50%, var(--maroon-deep) 100%);
    overflow: hidden;
}

.app-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 60%, rgba(255, 215, 0, 0.08), transparent 45%),
        radial-gradient(circle at 85% 30%, rgba(107, 15, 26, 0.4), transparent 45%);
    pointer-events: none;
}

.wb-inner {
    position: relative;
    z-index: 2;
}

.wb-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 215, 0, 0.12);
    border: 1px solid rgba(255, 215, 0, 0.28);
    color: var(--gold-bright);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin-bottom: 0.9rem;
}

.wb-title {
    font-size: clamp(1.4rem, 3.5vw, 2.1rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.wb-title .glow {
    color: var(--gold);
    text-shadow: 0 0 22px rgba(255, 215, 0, 0.45);
}

.wb-sub {
    max-width: 560px;
    font-size: 0.97rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.75);
}

.wb-stat {
    height: 100%;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 215, 0, 0.15);
    border-radius: var(--radius-md);
    padding: 1rem 0.85rem;
    text-align: center;
    transition: all 0.3s ease;
}

.wb-stat:hover {
    background: rgba(255, 215, 0, 0.1);
    border-color: rgba(255, 215, 0, 0.3);
}

.wb-stat-num {
    display: block;
    font-size: 1.45rem;
    line-height: 1;
    color: var(--gold);
}

.wb-stat-lbl {
    display: block;
    font-size: 0.78rem;
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.65);
}

.web-banner .wb-tag {
    background: rgba(107, 15, 26, 0.05);
    border-color: rgba(107, 15, 26, 0.12);
    color: var(--maroon);
    box-shadow: 0 10px 24px rgba(66, 11, 17, 0.04);
}

.web-banner .wb-title {
    color: var(--maroon-deep);
}

.web-banner .wb-title .glow {
    color: #8c5b09;
    text-shadow: none;
}

.web-banner .wb-sub {
    color: #6b7280;
}

.web-banner .wb-stat {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(107, 15, 26, 0.08);
    box-shadow: 0 10px 24px rgba(66, 11, 17, 0.05);
}

.web-banner .wb-stat:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(107, 15, 26, 0.15);
    box-shadow: 0 14px 30px rgba(66, 11, 17, 0.08);
}

.web-banner .wb-stat-num {
    color: var(--maroon);
}

.web-banner .wb-stat-lbl {
    color: #7b7280;
}

.cta-bottom {
    background: linear-gradient(160deg, #fdf8f8 0%, #fef4f4 40%, #fdf6f6 70%, #fafafa 100%);
    overflow: hidden;
    border-top: 1px solid rgba(107, 15, 26, 0.07);
}

.cta-bottom::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 15% 60%, rgba(107, 15, 26, 0.055), transparent 50%),
        radial-gradient(ellipse at 85% 40%, rgba(201, 164, 0, 0.06), transparent 50%);
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.gold-xl {
    background: linear-gradient(135deg, #ffe26a 0%, #ffd700 55%, #e6b800 100%);
    color: #3f1500;
    box-shadow: 0 16px 34px rgba(255, 215, 0, 0.2);
}

.gold-xl:hover {
    color: #3f1500;
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(255, 215, 0, 0.24);
}

.outline-xl {
    border: 1px solid rgba(107, 15, 26, 0.14);
    background: rgba(255, 255, 255, 0.72);
    color: var(--maroon);
}

.outline-xl:hover {
    background: rgba(107, 15, 26, 0.06);
    color: var(--maroon-deep);
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(66, 11, 17, 0.08);
}

.clients-section {
    width: 100%;
    background: linear-gradient(180deg, #fffefd 0%, #fffaf6 100%);
    border: 1px solid rgba(212, 175, 55, 0.16);
    border-radius: 24px;
    padding: 34px 20px 28px;
    color: #2b2b2b;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

.clients-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.07), transparent 26%),
        radial-gradient(circle at bottom left, rgba(128, 0, 32, 0.03), transparent 24%);
    pointer-events: none;
}

.clients-section-header {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 26px;
}

.clients-title {
    margin: 0 0 10px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #6b0f1a;
}

.clients-subtitle {
    margin: 0 auto;
    max-width: 760px;
    font-size: 1rem;
    line-height: 1.9;
    color: #6c5f5f;
}

.clients-slider-area {
    position: relative;
    z-index: 2;
    padding: 0 56px;
}

.clients-slider-wrap {
    overflow: hidden;
}

.clients-slider {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 8px 2px 12px;
    scrollbar-width: none;
    direction: rtl;
}

.clients-slider::-webkit-scrollbar {
    display: none;
}

.client-card {
    flex: 0 0 220px;
    min-height: 210px;
    background: #ffffff;
    border-radius: 22px;
    padding: 18px 16px;
    text-decoration: none;
    color: #222222;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(128, 128, 128, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.client-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.09);
    color: #222222;
}

.client-logo-box {
    width: 94px;
    height: 94px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fffdf8 0%, #fff8eb 100%);
    border: 1px solid #f1e1bd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-bottom: 14px;
    position: relative;
}

.client-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.client-featured-star {
    position: absolute;
    top: -4px;
    right: -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffe79a 0%, #d4af37 100%);
    border: 1px solid #ffffff;
    box-shadow: 0 3px 6px rgba(199, 182, 2, 0.41);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.client-featured-star svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}

.client-name {
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 10px;
    min-height: 54px;
    color: #3a1414;
}

.client-service {
    display: inline-block;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.6;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f7e6a7;
    color: #5b1b1b;
    font-weight: 700;
}

.clients-empty {
    width: 100%;
    text-align: center;
    padding: 18px;
    color: #6d5d5d;
    font-size: 1rem;
}

.clients-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #6b0f1a;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 5;
}

.clients-nav-btn:hover {
    background: #fff7e9;
    transform: translateY(-50%) scale(1.04);
}

.clients-nav-prev {
    right: 6px;
}

.clients-nav-next {
    left: 6px;
}

@keyframes float-card {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes glow-pulse {
    0%,
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.03);
    }
}

@keyframes ticker-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .feature-item + .feature-item::before {
        display: none;
    }

    .hero-title {
        font-size: clamp(2rem, 9vw, 3.1rem);
    }

    .hero-description {
        max-width: 100%;
    }

    .hero-logo-shell {
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    .logo-float-card {
        animation: none;
    }

    .card-thumb {
        height: 200px;
    }

    .section-card .card-thumb {
        height: 182px;
    }

    .section-card-title-frame {
        right: 0.85rem;
        left: 0.85rem;
        padding: 0.62rem 0.85rem;
        font-size: 0.96rem;
    }

    .section-card-body {
        padding: 2rem 1rem 0.95rem;
        gap: 0.55rem;
    }

    .latest-work-card .card-thumb {
        height: 192px;
    }

    .latest-work-card-body {
        padding: 0.92rem 0.92rem 1rem;
        gap: 0.6rem;
    }

    .latest-work-card .card-tag {
        min-height: 3.7rem;
        padding: 0.58rem 0.78rem;
        font-size: 0.92rem;
    }

    .sec-heading-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-stat-num {
        font-size: 1.3rem;
    }

    .clients-slider-area {
        padding: 0;
    }

    .clients-nav-btn {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero-wrap .container,
    .web-banner .container,
    .app-banner .container,
    .cta-bottom .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .hero-badge {
        font-size: 0.84rem;
    }

    .hero-title {
        font-size: 1.9rem;
    }

    .btn-hero-primary,
    .btn-hero-outline,
    .btn-cta-xl {
        width: 100%;
    }

    .sections-panel {
        padding: 1.15rem;
    }

    .clients-section {
        padding: 26px 14px 20px;
    }

    .client-card {
        flex-basis: 190px;
        min-height: 198px;
    }
}
