@font-face {
    font-family: 'Vazir';
    src: local('Vazir'), local('Vazir Regular'), url('../fonts/Vazir.woff2') format('woff2'), url('../fonts/Vazir.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --dark: #090d12;
    --dark-2: #10161b;
    --teal: #00bfa6;
    --teal-soft: #55c6b6;
    --white: #fff;
    --muted: #b8c0c3
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: 'Vazir',Tahoma,sans-serif;
    direction: rtl;
    background: #fff;
    color: #111
}

a {
    text-decoration: none;
    color: inherit
}

.container {
    width: min(95%,16000px);
    margin: auto;
}

.section-light {
    background: #efefef
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(18,25,31,.72);
    backdrop-filter: blur(4px)
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
    gap: 20px
}

.header-right img {
    height: 64px
}

.header-left img {
    /* height: 28px; */
}

.header-nav {
    display: flex;
    gap: 34px;
    font-size: 34px;
    color: #f3f6f7;
    font-size: clamp(16px,1.1vw,34px)
}

.header-nav a {
    padding-bottom: 10px;
    opacity: .95
}

.header-nav a.active {
    color: var(--teal);
    border-bottom: 2px solid rgba(255,255,255,.35)
}

.hero {
    position: relative;
    min-height: 840px;
    background: #000;
    overflow: hidden
}

.hero-bg,.hero .hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-overlay {
    background: radial-gradient(circle at 20% 75%,rgba(0,150,130,.35),transparent 45%),linear-gradient(90deg,rgba(5,8,11,.95),rgba(8,12,17,.45));
    z-index: 1
}

.hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 840px;
    width: min(100%, 1600px);
    direction: ltr;
}

.hero-copy {
    max-width: 650px;
    color: #fff;
    padding-top: 0px;
    position: absolute;
    left: 0;
    margin-top: -60px;
}

.hero-hpe-logo {
    width: 180px
}

.hero-copy h1 {
    font-family: Arial,sans-serif;
    font-size: 78px;
    line-height: .95;
    margin: 20px 0
}

.hero-copy span,.hero-copy em {
    display: block;
    color: var(--teal);
    font-style: normal
}

.hero-copy h1 span {white-space: nowrap;font-size: 6rem;}

.hero-copy h1 em {
    font-weight: 100;
    margin-top: 7px;
}

.hero-product {
    /* width: min(88%,1180px); */
    align-self: flex-end;
    transform: translateY(-30px);
    transform: translateX(190px);
}

.virtualization {
    padding: 90px 0;
    background: #efefef
}

.virtual-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}

.virtual-inner.container {
    width: min(95%, 1600px);
}

.virtual-image img {
    width: min(100%,980px)
}

.virtual-text {
    max-width: 620px
}

.virtual-text h2 {
    font-family: Arial,sans-serif;
    font-size: 54px;
    margin: 0 0 24px;
    line-height: 1.1;
    white-space: nowrap;
    font-weight: 500;
}

.virtual-text h2 span {
    display: block;
    color: var(--teal);
    font-family: 'Vazir',Tahoma,sans-serif;
    font-size: .7em;
    font-weight: b;
}

.virtual-text h2 em {
    font-style: normal;
    font-weight: 400
}

.virtual-text p {
    font-size: 40px;
    line-height: 1.85;
    color: #444;
    margin: 0 0 18px;
    font-size: clamp(17px,1.12vw,40px)
}

.outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 12px 36px;
    border: 2px solid var(--teal);
    border-radius: 999px;
    color: #00ac98;
    font-weight: 500;
}

.certificates {
    position: relative;
    background: #070b10;
    padding: 0;
    overflow: hidden;
    height: 740px;
    display: flex;
}

.cert-cloud,.cert-watermark {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cert-watermark {
    width: 47%;
    opacity: .42;
    right: auto;
    left: 0
}

.cert-content {
    position: relative;
    z-index: 2;
    width: min(38%,1440px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    direction: rtl;
    text-align: right;
    flex: auto;
    padding-right: 20%;
}

.cert-content h3 {
    font-family: Arial,sans-serif;
    font-size: 48px;
    margin: 0 0 20px;
    font-weight: 600;
}

.cert-content h3 span {
    display: block;
    color: var(--teal);
    font-family: 'Vazir';
    font-size: 0.75em;
    font-weight: normal;
    margin-bottom: 5px;
}

.cert-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

.cert-content li {
    font-size: 39px;
    margin: 14px 0;
    position: relative;
    padding-right: 12px;
    font-size: clamp(18px,1.15vw,39px)
}

.cert-content li::before {
    content: '-';
    position: absolute;
    right: 0;
    color: var(--teal)
}

.mtic-logos {
    display: flex;
    gap: 14px
}

.mtic-logos img {
    /* height: 62px; */
}

.brands {
    padding: 120px 0 80px;
}

.brand-row {
    display: flex;
    gap: 24px;
    height: 530px;
    padding: 0% 18% 0 15%;
    align-items: stretch;
    direction: ltr;
}

.brand-row{
    height: 530px;
    align-items: stretch;
}

.brand-card{
    height: 530px;
    min-height: 530px;
    max-height: 530px;
    flex: 0.62 1 0;
}

.brand-card.is-active{
    flex: 1.6 1 0;
}

.brand-visual,
.brand-img{
    height: 100%;
}

.brand-img{
    width: 100%;
    object-fit: cover;
}

.brand-card {
    border-radius: 28px;
    overflow: hidden
}

.brand-card img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover
}

.brand-card.active {
    flex: 1.6;
}

.brand-card.mini {
    flex: .52
}

.products {
    padding: 100px 0
}

.latest {
    background: radial-gradient(circle at 20% 90%,rgba(0,128,110,.32),transparent 35%),#070b17;
    color: #fff
}

.section-title {
    text-align: center;
    /* font-family: Arial,sans-serif; */
    font-size: 52px;
    margin: 0 0 45px;
    font-weight: normal;
    font-weight: bold;
}

.section-title span {
    display: block;
    color: var(--teal);
    font-family: 'Vazir';
    font-size: .75em;
    font-weight: 100;
}

.section-title em {
    font-style: normal;
    font-weight: 100;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 50px;
    padding: 0 10%;
}

.product-card {
    text-align: center;
    padding: 18px;
    border: 1px solid transparent;
    border-radius: 16px
}

.product-card.featured {
    border-color: var(--teal)
}

.product-card img {
    height: 130px;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto 15px
}

.product-card h4 {
    font-size: 40px;
    line-height: 1.35;
    margin: 0 0 8px;
    font-size: clamp(20px,1.1vw,40px)
}

.availability {
    font-weight: 700;
    font-size: 42px;
    margin: 10px 0;
    font-size: clamp(20px,1.15vw,42px)
}

.availability.in {
    color: #4dd9b2
}

.availability.out,.availability.soon {
    color: #8fa0a9
}

.product-card p {
    font-size: 33px;
    line-height: 1.7;
    color: #c9d2d5;
    font-size: clamp(15px,.95vw,33px)
}

.light-cards .product-card p {
    color: #666
}

.mania-service {
    position: relative;
    height: 660px;
    overflow: hidden;
    background-image: url('../images/Mania Service/Mania_Service_DataCenter.png');
    background-attachment: fixed;
}

.mania-service img,.mania-service .overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mania-service .overlay {
    background: rgba(0,0,0,.3)
}

.service-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff
}

.service-content h2 {
    font-size: 110px;
    margin: 0
}

.service-content p {
    font: 700 96px/1 Arial,sans-serif;
    margin: 15px 0 0
}

.service-content span {
    font-weight: 400
}

.most-viewed {
    background: #efefef;
    color: #1c1f25
}

.most-viewed .outline-btn {
    border-color: #00b5a0;
    color: #0ca995
}

.articles {
    background: #081018;
    color: #fff;
    padding: 100px 6%;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px
}

.article-card {
    padding: 15px;
    border-radius: 12px;
    /* background: rgba(255,255,255,.02); */
    text-align: center;
}

.article-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    /* border-radius: 8px; */
}

.article-card h4 {
    font-size: 37px;
    margin: 14px 0;
    font-size: clamp(19px,1vw,37px)
}

.article-card p {
    font-size: 30px;
    line-height: 1.65;
    color: #c0ccd0;
    font-size: clamp(14px,.9vw,30px)
}

.partners {
    padding: 70px 0 80px
}

.partners-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px
}

.chev {
    font-size: 80px;
    border: 0;
    background: transparent;
    color: var(--teal)
}

.partners-logos {
    display: flex;
    align-items: center;
    gap: 46px
}

.partners-logos img {
    height: 142px;
    filter: grayscale(1) opacity(.7)
}

.site-footer {
    position: relative;
    min-height: 885px;
    color: #fff;
    padding: 90px 10% 40px 10%;
    background: url('../images/Footer/Tehran_City.png');
    background-size: cover;
    background-position: center center;
}

.footer-bg,.footer-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-overlay {
    background: rgb(0 0 0 / 86%);
    /* opacity: 80%; */
}

.footer-content {
    position: relative;
    z-index: 2
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 65px;
}

.footer-col h5 {
    font-size: 23px;
    color: var(--teal);
    margin: 0 0 10px;
    font-weight: 100;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    border-top: 1px solid #81939b55;
    margin: 0;
    padding-top: 15px;
}

.footer-col li {
    font-size: 33px;
    line-height: 1.8;
    color: #f1f2f4;
    font-size: clamp(15px,.95vw,33px)
}

.socials {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin: 30px 0 20px;
    align-self: flex-end;
    text-align: right;
    direction: rtl;
    width: 100%;
}

.socials a {
    width: 48px;
    height: 48px;
    background: var(--teal);
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700
}

.copyright {
    text-align: right;
    font-size: 29px;
    line-height: 1.8;
    font-size: clamp(14px,.9vw,29px);
    justify-content: flex-start;
}



.footer-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-height: 750px; /* Ù‡Ù…â€ŒØ§Ø±ØªÙØ§Ø¹ Ø¨Ø§ footer */
    margin-top: 100px;
}


.socials {
    margin-top: auto;
}

@media (max-width: 1100px) {
    .header-inner {
        flex-wrap:wrap;
        padding: 12px 0
    }

    .hero-inner,.virtual-inner {
        flex-direction: column
    }

    .hero-copy {
        padding-top: 180px;
        text-align: center
    }

    .hero-product {
        width: 90%
    }

    .brand-row,.product-grid,.article-grid,.footer-columns {
        grid-template-columns: repeat(2,1fr);
        display: grid;
        height: auto
    }

    .brand-card.active,.brand-card.mini {
        flex: auto
    }

    .partners-logos {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (max-width: 700px) {
    .product-grid,.article-grid,.footer-columns,.brand-row {
        grid-template-columns:1fr
    }

    .section-title,.cert-content h3,.virtual-text h2 {
        font-size: 44px
    }

    .service-content h2 {
        font-size: 56px
    }

    .service-content p {
        font-size: 52px
    }

    .header-nav {
        gap: 14px;
        flex-wrap: wrap;
        justify-content: center
    }
}



.hero-copy h1{position:relative;overflow:hidden;}
.hero-title-sweep{position:absolute;inset:0 auto 0 -40%;width:30%;background:linear-gradient(110deg,transparent,rgba(0,226,195,.4),transparent);pointer-events:none;transform:skewX(-18deg);}
.brand-card{display:flex;align-items:center;justify-content:center;flex:.52;will-change:transform,filter,opacity,flex;}
.brand-card.is-active{flex:1.6;}
.brand-card img{filter:grayscale(1);transition:filter .5s ease;will-change:transform,filter;}
.brand-card.is-active img{filter:grayscale(0);}
.outline-btn{background:transparent;transition:all .5s ease;}
.outline-btn::after{content:"â†’";margin-inline-start:8px;transition:transform .4s ease;}
.outline-btn:hover{background:var(--teal);color:#042822;border-color:var(--teal);}
.outline-btn:hover::after{transform:translateX(-5px);}
.articles{background:radial-gradient(circle at 12% 85%, rgba(0,173,152,.38), transparent 40%), #04080d;}
.article-card img{filter:grayscale(1);transition:filter .5s ease, transform .55s ease;}
.article-card .outline-btn{border-color:#21c7b2;color:#21c7b2;}
.article-card:hover .outline-btn{background:#21c7b2;color:#032923;}
.mania-service .overlay::after{content:"";position:absolute;inset:-10%;background:radial-gradient(circle,rgba(0,191,166,.18),transparent 60%);animation:breath 6s ease-in-out infinite;}
@keyframes breath{0%,100%{opacity:.25;transform:scale(1)}50%{opacity:.55;transform:scale(1.06)}}
@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important;}}

.hero-copy, .hero-hpe-logo, .hero-copy h1 span, .hero-copy h1 em {overflow:hidden; display:block}
.hero-inner{perspective:1200px}
.hero-product{position:relative; will-change:transform,filter,clip-path}
.hero-product-wrap{position:relative}
.hero::after{content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%, rgba(0,191,166,.26) 49%, transparent 65%); mix-blend-mode:screen; opacity:.35; pointer-events:none; transform:translateX(-130%)}
.hero-glow-sweep{position:absolute; inset:0; background:linear-gradient(105deg,transparent 42%, rgba(30,241,216,.4) 52%, transparent 60%); pointer-events:none}

.outline-btn{transition:all .5s ease; position:relative; gap:10px}
.outline-btn::after{content:'\f061'; font-family:'Font Awesome 6 Free'; font-weight:900; font-size:.8em; transition:transform .5s ease}
.outline-btn:hover{background:var(--teal); color:#071117}
.outline-btn:hover::after{transform:translateX(-6px)}
.section-light .outline-btn:hover{color:#fff}

.brand-card{overflow:hidden; position:relative; border-radius:16px; min-height:420px; background:#0d1116}
.brand-visual{position:relative; height:100%; width:100%}
.brand-img{width:100%;height:100%;object-fit:cover; transition:filter .5s ease}
.brand-shutters{position:absolute; inset:0; display:grid; grid-template-columns:repeat(5,1fr); gap:4px; pointer-events:none}
.brand-shutters span{background:#05090d; transform:scaleY(0); transform-origin:top center}

.latest,.mania-service,.articles{position:relative; isolation:isolate}
.latest::before,.mania-service::before,.articles::before{content:attr(data-word); position:absolute; inset:auto 4% 2%; font-size:clamp(6rem,14vw,18rem); font-family:Arial,sans-serif; color:rgba(255,255,255,.03); letter-spacing:.08em; z-index:0; pointer-events:none}
.articles{background:radial-gradient(circle at 12% 88%, rgba(0,191,166,.28), rgba(9,13,18,.96) 38%, #06090d 75%)}
.article-grid{grid-template-columns:repeat(4,1fr)!important}
.article-card img{filter:grayscale(1); transition:transform .65s ease, filter .65s ease}
.mania-service .overlay{background:linear-gradient(140deg, rgba(0,0,0,.66), rgba(0,0,0,.32)); background-size:140% 140%}

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{animation:none !important; transition:none !important; scroll-behavior:auto !important}
  .brand-shutters{display:none}
}


/* Brand section from index6 */
.brand-blinds{position:absolute;inset:0;display:grid;grid-template-columns:repeat(7,1fr);pointer-events:none}
.brand-blinds span{display: none;}
.brand-card:hover .brand-blinds span{transform:scaleY(1)}

.ai-solutions-scroll {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fa 100%);
  padding: 5.5rem 0;
  overflow: hidden;
}
.ai-solutions-inner { text-align: center; }
.ai-solutions-inner h2 { font-size: clamp(2rem,3vw,3rem); color: #101820; margin-bottom: 1rem; }
.ai-solutions-inner p { max-width: 860px; margin: 0 auto 2.2rem; color: #4a5664; line-height: 1.9; }
.solution-arrows {display: grid;grid-template-columns: repeat(4,minmax(140px,1fr));gap;gap: 1rem;padding: 0 30%;}
.solution-arrow {
  position: relative;
  height: clamp(140px,16vw,240px);
  background: #dfe5eb;
  opacity: .85;
  clip-path: polygon(0 0, 58% 0, 100% 50%, 58% 100%, 0 100%, 42% 50%);
  box-shadow: inset 0 0 0 1px rgba(16,24,32,.08);
    transform: scaleX(-1);
}
.solution-arrow-fill {
  position: absolute; inset: 0; width: 0%;
  background-image: url('../images/ai-solutions.jpg');
  background-size: 420% 100%; background-repeat: no-repeat;
  clip-path: polygon(0 0, 78% 0, 100% 50%, 78% 100%, 0 100%, 22% 50%);
  filter: saturate(1.05) contrast(1.03);
    
}
.solution-arrow.is-active { box-shadow: 0 12px 34px rgba(47,115,189,.32), 0 0 35px rgba(89,173,255,.28); }

.smart-panels { background:#060b12; padding: 5rem 0 6rem; color:#e8f1ff; }
.smart-panels .section-title { margin-bottom: 2rem; }
.smart-panel {
  position: relative; min-height: 260px; border: 1px solid rgba(146,176,210,.2); border-radius: 18px;
  overflow: hidden; margin-bottom: 1.25rem; background: rgba(8,16,28,.75);
}
.smart-panel-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.08); transition: opacity .45s ease;
}
.smart-panel::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(4,8,14,.86) 0%,rgba(4,8,14,.5) 42%,rgba(4,8,14,.82) 100%); }
.smart-panel-content { position: relative; z-index: 2; padding: 2rem 2.2rem; max-width: 760px; }
.smart-panel-content label { display:inline-block; letter-spacing:.18em; text-transform:uppercase; color:#8fb8ff; margin-bottom:.65rem; font-size:.8rem; }
.smart-panel-content h3 { font-size: clamp(2rem,4vw,3.8rem); margin:.1rem 0 .9rem; }
.smart-panel-content p { color:#ced9ea; line-height:1.95; }
.smart-panel.is-active .smart-panel-bg { opacity: 1; }

@media (max-width: 980px){
  .solution-arrows { grid-template-columns: repeat(2,minmax(120px,1fr)); }
}
@media (max-width: 640px){
  .solution-arrows { grid-template-columns: 1fr; }
}

/* Index 9 pinned cinematic hero slideshow */
.hero-slideshow {
    position: relative;
    height: 100vh;
    min-height: 840px;
    isolation: isolate;
    overflow: hidden;
    background: #000;
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 840px;
    overflow: hidden;
    background: #000;
    opacity: 0;
    pointer-events: none;
    will-change: opacity, filter;
}

.hero-slide.is-active,
.hero-slide-1 {
    opacity: 1;
}

.hero-slide-1 {
    z-index: 1;
}

.hero-slide-2 {
    z-index: 2;
}

.hero-slide .hero-bg,
.hero-slide .hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide .hero-bg {
    z-index: 0;
    transform-origin: center center;
    will-change: transform, opacity, filter;
}

.hero-slide .hero-overlay {
    z-index: 1;
    background:
        radial-gradient(circle at 76% 50%, rgba(24, 226, 204, .25), transparent 34%),
        radial-gradient(circle at 18% 78%, rgba(0, 150, 130, .36), transparent 42%),
        linear-gradient(90deg, rgba(5, 8, 11, .95), rgba(8, 12, 17, .42));
}

.hero-slide-2 .hero-overlay {
    background:
        radial-gradient(circle at 67% 48%, rgba(33, 199, 178, .22), transparent 36%),
        linear-gradient(90deg, rgba(4, 7, 12, .88), rgba(8, 13, 20, .36));
}

.hero-slide .hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 100vh;
    width: min(100%, 1600px);
    direction: ltr;
    perspective: 1200px;
}

.hero-slide .hero-copy {
    position: absolute;
    left: 0;
    max-width: 650px;
    margin-top: -60px;
    padding-top: 0;
    color: #fff;
    will-change: transform, opacity, clip-path, filter;
}

.hero-logo-mask,
.hero-slide .hero-copy h1 span,
.hero-slide .hero-copy h1 em {
    display: block;
    overflow: hidden;
    will-change: clip-path, transform, opacity;
}

.hero-slide .hero-hpe-logo {
    display: block;
    width: 180px;
}

.hero-slide .hero-copy h1 {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 78px;
    line-height: .95;
    margin: 20px 0;
}

.hero-slide .hero-copy h1 span {
    white-space: nowrap;
    font-size: clamp(4rem, 6vw, 6rem);
}

.hero-slide .hero-copy h1 em {
    margin-top: 7px;
    font-weight: 100;
}

.hero-slide .hero-product-wrap {
    position: relative;
    z-index: 2;
    align-self: flex-end;
    will-change: transform, filter, clip-path, opacity;
}

.hero-slide .hero-product {
    position: relative;
    display: block;
    max-width: min(60vw, 1180px);
    transform: none;
    will-change: transform, filter, clip-path, opacity;
}

.hero-slide-2 .hero-product {
    max-width: min(56vw, 1040px);
}

.hero-slide .hero-glow-sweep {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 42%, rgba(30,241,216,.4) 52%, transparent 60%);
    pointer-events: none;
    mix-blend-mode: screen;
}

.hero-slideshow::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(120deg, transparent 30%, rgba(0,191,166,.22) 49%, transparent 65%);
    mix-blend-mode: screen;
    opacity: .35;
    pointer-events: none;
    transform: translateX(-130%);
}

.hero-progress {
    position: absolute;
    left: clamp(22px, 5vw, 72px);
    bottom: clamp(26px, 7vh, 72px);
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    direction: ltr;
    font-family: Arial, sans-serif;
    letter-spacing: .24em;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .45);
}

.hero-progress-count {
    min-width: 92px;
    font-size: .85rem;
    font-weight: 700;
}

.hero-progress-count b {
    color: var(--teal);
}

.hero-progress-bar {
    position: relative;
    display: block;
    width: clamp(130px, 18vw, 260px);
    height: 2px;
    overflow: hidden;
    background: rgba(255, 255, 255, .24);
}

.hero-progress-bar i {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    width: 0%;
    background: linear-gradient(90deg, var(--teal), #fff);
    box-shadow: 0 0 18px rgba(18, 225, 203, .65);
}

@media (max-width: 1100px) {
    .hero-slide {
        min-height: 760px;
    }

    .hero-slide .hero-inner {
        justify-content: center;
        min-height: 100vh;
    }

    .hero-slide .hero-copy {
        left: 50%;
        top: 18%;
        margin-top: 0;
        padding-top: 0;
        text-align: center;
        transform: translateX(-50%);
    }

    .hero-slide .hero-product-wrap {
        align-self: center;
        margin-top: 250px;
    }

    .hero-slide .hero-product {
        max-width: 88vw;
    }
}

@media (max-width: 700px) {
    .hero-slide .hero-copy h1 span {
        font-size: 3.1rem;
    }

    .hero-slide .hero-copy h1 {
        font-size: 48px;
    }

    .hero-progress {
        right: 20px;
        left: 20px;
        justify-content: space-between;
    }
}

/* Elementor widget compatibility for Index 9 sections */
.mania-hero-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mania-hero-subtitle {
    color: rgba(255,255,255,.82);
    font-size: clamp(1rem,1.4vw,1.35rem);
    line-height: 1.9;
    margin: 0 0 1.3rem;
    max-width: 560px;
    direction: rtl;
}

.mania-hero-button {
    display: inline-flex;
    color: #fff;
    border-color: rgba(255,255,255,.62);
}

.mania-brand-card {
    color: inherit;
}

.mania-partners-track {
    overflow: hidden;
}

.mania-partner-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mania-products,
.mania-articles {
    padding: 5rem 0;
}

.mania-ai-solution-item {
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
}

.mania-ai-solution-title {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: .75rem .5rem;
    color: #101820;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px 10px rgba(255,255,255,.55);
    transform: scaleX(-1);
}
