*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

@font-face{font-family:'Vazirmatn';src:url('/fonts/Vazirmatn[wght].woff2') format('woff2-variations');font-weight:100 900;font-display:swap}
@font-face{font-family:'Vazirmatn';src:url('/fonts/Vazirmatn-Bold.woff2') format('woff2');font-weight:700;font-display:swap}

:root{
--primary:#0284c7;--primary-dark:#0369a1;--primary-light:#e0f2fe;--primary-50:#f0f9ff;
--accent:#0d9488;--accent-light:#ccfbf1;--accent-50:#f0fdfa;
--bg:#fff;--bg-alt:#f8fafc;--text:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;
--border:#e2e8f0;--footer-bg:#0f172a;
--font:'Vazirmatn',system-ui,sans-serif;
--shadow-sm:0 1px 3px rgba(0,0,0,0.06);--shadow:0 1px 4px rgba(0,0,0,0.08);
--shadow-md:0 4px 12px rgba(0,0,0,0.07);--shadow-lg:0 8px 24px rgba(0,0,0,0.08);
--radius:0.75rem;--radius-lg:1rem;
}

html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.7}
::selection{background:var(--primary-light);color:var(--primary-dark)}
a{text-decoration:none;color:inherit}
a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}
button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
img{max-width:100%;height:auto}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}

.container{max-width:80rem;margin:0 auto;padding:0 1rem}
@media(min-width:640px){.container{padding:0 1.5rem}}
@media(min-width:1024px){.container{padding:0 2rem}}

.section{margin:1.5rem auto;padding:3rem 1.5rem;width:90%;background:rgba(255,255,255,0.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.25);border-radius:var(--radius-lg);box-shadow:var(--shadow);position:relative;z-index:1}
@media(min-width:768px){.section{padding:4rem 2.5rem;margin:2rem auto}}
.section-alt{background:rgba(248,250,252,0.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.section-accent{display:block;width:3rem;height:4px;background:linear-gradient(90deg,var(--primary),transparent);border-radius:2px;margin:0 auto 1.25rem}
.section-label{display:inline-flex;align-items:center;gap:0.5rem;padding:0.375rem 1rem;background:var(--primary-50);color:var(--primary-dark);border-radius:999px;font-size:0.8125rem;font-weight:600;margin-bottom:1rem}
.section-label .dot{width:6px;height:6px;border-radius:50%;background:var(--primary)}
.section-title{font-size:1.875rem;font-weight:700;color:var(--text);margin-bottom:0.75rem}
@media(min-width:768px){.section-title{font-size:2.25rem}}
.section-desc{color:var(--text-secondary);font-size:1rem;max-width:36rem;margin:0 auto;line-height:1.7}

.grid-2{display:grid;grid-template-columns:1fr;gap:2rem}
.grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}
.grid-4{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(min-width:768px){.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}

/* Background */
body::before{content:'';position:fixed;inset:0;background:url('/images/Storage-resized.jpg') center/cover fixed;z-index:-1;pointer-events:none}

/* Hero */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;z-index:1;background:linear-gradient(135deg,rgba(2,6,23,0.9),rgba(3,105,161,0.7),rgba(2,6,23,0.9))}
.hero::before{content:'';position:absolute;inset:0;background:url('/images/Storage-resized.jpg') center/cover fixed;opacity:0.3;z-index:-1}
.hero-content{position:relative;z-index:2;text-align:center;max-width:48rem;padding:0 1rem}
@media(min-width:640px){.hero-content{padding:0 1.5rem}}
.hero h1{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:0.75rem;line-height:1.3;text-shadow:0 2px 30px rgba(0,0,0,0.4)}
@media(min-width:640px){.hero h1{font-size:3rem}}
@media(min-width:1024px){.hero h1{font-size:3.75rem}}
.hero-sub{font-size:1.125rem;color:rgba(255,255,255,0.9);margin-bottom:0.5rem;font-weight:300;text-shadow:0 1px 16px rgba(0,0,0,0.3)}
@media(min-width:768px){.hero-sub{font-size:1.5rem}}
.hero-desc{font-size:0.9375rem;color:rgba(255,255,255,0.7);max-width:36rem;margin:0 auto 2rem;line-height:1.8;text-shadow:0 1px 16px rgba(0,0,0,0.25)}
@media(min-width:768px){.hero-desc{font-size:1.0625rem}}
.hero-btns{display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:center}
.hero-btns .btn-primary,.hero-btns .btn-outline{padding:0.75rem 1.5rem;min-height:44px;border-radius:999px;font-size:0.875rem;font-weight:600;transition:all .25s;white-space:nowrap;display:inline-flex;align-items:center;gap:0.5rem;flex-shrink:0;cursor:pointer}
.hero-btns .btn-primary{background:#fff;color:var(--text);box-shadow:0 4px 16px rgba(0,0,0,0.15)}
.hero-btns .btn-primary:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 6px 24px rgba(0,0,0,0.2)}
.hero-btns .btn-outline{border:2px solid rgba(255,255,255,0.7);color:#fff}
.hero-btns .btn-outline:hover{background:rgba(255,255,255,0.1);border-color:#fff;transform:translateY(-2px)}

/* Navbar */
.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,0.06);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background .3s}
.navbar-inner{display:flex;align-items:center;justify-content:flex-start;gap:0.5rem;height:4rem;max-width:80rem;margin:0 auto;padding:0 1rem}
@media(min-width:640px){.navbar-inner{padding:0 1.5rem}}
@media(min-width:1024px){.navbar-inner{padding:0 2rem;height:5rem}}
.navbar.scrolled{background:rgba(255,255,255,0.12);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 12px rgba(0,0,0,0.08)}
.nav-links{display:none;gap:0.25rem}
@media(min-width:768px){.nav-links{display:flex}}
.nav-link{padding:0.75rem;font-size:1.125rem;font-weight:600;color:rgba(255,255,255,0.8);transition:all .2s;border-radius:0.5rem;display:inline-flex;align-items:center;min-height:44px;cursor:pointer}
.nav-link:hover{color:#fff;background:rgba(255,255,255,0.1)}
.navbar.scrolled .nav-link{color:var(--text-secondary)}
.navbar.scrolled .nav-link:hover{color:var(--primary)}
.mobile-menu-btn{display:block;color:rgba(255,255,255,0.9);padding:0.5rem;border:none;background:0 0;cursor:pointer}
@media(min-width:768px){.mobile-menu-btn{display:none}}
.navbar.scrolled .mobile-menu-btn{color:var(--text)}

/* About */
.about-text p{margin-bottom:1rem;color:var(--text-secondary);line-height:1.9;font-size:1rem}
.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:0.75rem;margin-top:2.5rem}
@media(min-width:640px){.about-stats{grid-template-columns:repeat(4,1fr)}}
.stat-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1rem;text-align:center;transition:all .25s}
.stat-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow-md)}
.stat-icon{width:2.5rem;height:2.5rem;background:var(--primary-50);border-radius:0.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 0.75rem}
.stat-icon svg{width:1rem;height:1rem;color:var(--primary)}
.stat-value{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:0.125rem}
.stat-label{font-size:0.75rem;color:var(--text-muted)}

/* Services */
.service-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:all .3s}
.service-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.service-icon{width:3.5rem;height:3.5rem;background:var(--primary-50);border-radius:0.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.service-icon svg{width:1.5rem;height:1.5rem;color:var(--primary)}
.service-card h3{font-size:1.125rem;font-weight:600;color:var(--text);margin-bottom:0.5rem}
.service-card p{font-size:0.875rem;color:var(--text-secondary);line-height:1.7}

/* CEO */
.ceo-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;max-width:48rem;margin:0 auto}
@media(min-width:768px){.ceo-card{padding:2.5rem}}
.ceo-quote{font-size:2.5rem;color:var(--primary-light);line-height:1;margin-bottom:0.5rem;opacity:0.6}
.ceo-text p{margin-bottom:1rem;color:var(--text-secondary);line-height:1.9}
.ceo-footer{border-top:1px solid var(--border);padding-top:1rem;margin-top:1.5rem;display:flex;align-items:center;gap:0.75rem}
.ceo-avatar{width:3rem;height:3rem;background:var(--primary-50);border-radius:50%;display:flex;align-items:center;justify-content:center}
.ceo-avatar svg{width:1.5rem;height:1.5rem;color:var(--primary)}
.ceo-name{font-weight:600;color:var(--text);font-size:0.9375rem}
.ceo-position{font-size:0.8125rem;color:var(--text-muted)}

/* Partners */
.partner-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s}
.partner-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow-md);transform:translateY(-3px)}
.partner-logo{width:7rem;height:5rem;display:flex;align-items:center;justify-content:center;margin-bottom:0.75rem}
.partner-logo img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s,filter .3s;filter:grayscale(0.3)}
.partner-card:hover .partner-logo img{transform:scale(1.08);filter:grayscale(0)}
.partner-name{font-size:0.8125rem;font-weight:500;color:var(--text-secondary);transition:color .25s}
.partner-card:hover .partner-name{color:var(--primary-dark)}

/* Footer */
.footer{background:rgba(15,23,42,0.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:rgba(255,255,255,0.85);padding:2rem 1.5rem;width:90%;margin:2rem auto;border:1px solid rgba(255,255,255,0.08);border-radius:var(--radius-lg);box-shadow:var(--shadow)}
@media(min-width:768px){.footer{padding:3rem 2.5rem;margin:2.5rem auto}}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}
@media(min-width:992px){.footer-grid{grid-template-columns:1fr 1fr 1fr 1fr}}@media(min-width:768px) and (max-width:991px){.footer-grid{grid-template-columns:1fr 1fr}}
.footer-brand{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.75rem}
.footer-brand img{height:2.25rem;width:auto;filter:brightness(0) invert(1)}
.footer-brand span{font-weight:700;font-size:1.275rem;color:#fff}
.footer-desc{font-size:1.05rem;color:rgba(255,255,255,0.65);line-height:1.8;max-width:24rem}
.footer h3{font-size:0.975rem;font-weight:600;color:#fff;margin-bottom:1rem;letter-spacing:0.02em}
.footer-links{display:flex;flex-direction:column;gap:0.25rem}
.footer-links .link{font-size:1.05rem;color:rgba(255,255,255,0.65);transition:color .2s;display:inline-flex;align-items:center;gap:0.5rem;min-height:40px}
.footer-links .link::before{content:'';width:4px;height:4px;border-radius:50%;background:rgba(2,132,199,0.5);flex-shrink:0}
.footer-links .link:hover{color:#fff}
.footer-links .link:hover::before{background:var(--primary)}
.footer-contact{display:flex;flex-direction:column;gap:0.75rem}
.footer-contact .item{display:flex;align-items:flex-start;gap:0.75rem;font-size:1.05rem;color:rgba(255,255,255,0.65)}
.footer-contact .item svg{width:1rem;height:1rem;margin-top:0.25rem;flex-shrink:0;color:rgba(2,132,199,0.6)}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:1.5rem;margin-top:1.5rem;text-align:center}
.footer-bottom .copy{font-size:0.975rem;color:rgba(255,255,255,0.5)}

/* Animations */
[data-animate]{opacity:0;transform:scale(0.93);transition:opacity .5s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.34,1.56,.64,1);will-change:opacity,transform}
[data-animate][data-revealed=true]{opacity:1;transform:scale(1)}

/* Utilities */
.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}
.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.gap-2{gap:0.5rem}.gap-3{gap:0.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}
.text-center{text-align:center}
.mb-2{margin-bottom:0.5rem}.mb-3{margin-bottom:0.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}
.mt-2{margin-top:0.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}
.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}
.rounded-lg{border-radius:0.5rem}.rounded-xl{border-radius:0.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}
.text-xs{font-size:0.75rem}.text-sm{font-size:0.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}
.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.7}
.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}
.w-full{width:100%}.h-auto{height:auto}.overflow-hidden{overflow:hidden}.block{display:block}.inline-flex{display:inline-flex}
.hidden{display:none}@media(min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}}
.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.mx-auto{margin:0 auto}
.border{border:1px solid var(--border)}
.video-wrap{max-width:56rem;margin:0 auto;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--border);background:#000}
.video-wrap video{display:block;width:100%;height:auto}

::webkit-scrollbar{width:6px}::webkit-scrollbar-track{background:0 0}::webkit-scrollbar-thumb{background:var(--primary-light);border-radius:3px}
