@font-face{font-family:'Kalameh';src:url('/assets/fonts/KalamehWeb_Regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:'Kalameh';src:url('/assets/fonts/KalamehWeb_Bold.woff2') format('woff2');font-weight:700;font-display:swap}
@font-face{font-family:'Kalameh';src:url('/assets/fonts/KalamehWeb_Black.woff2') format('woff2');font-weight:900;font-display:swap}

:root{--primary:#6366f1;--secondary:#8b5cf6;--accent:#a78bfa;--bg-dark:#0a0f1e;--bg-medium:#1a1f3a;--text-light:#fff;--text-gray:#cbd5e1;--text-muted:#94a3b8;--border:rgba(255,255,255,0.1)}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Kalameh',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:linear-gradient(135deg,var(--bg-dark),var(--bg-medium),#0f1419);color:var(--text-light);overflow-x:hidden;line-height:1.8;font-size:18px}

.animated-background{position:fixed;inset:0;z-index:0;pointer-events:none}
.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:0.4}
.orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,0.6),transparent 70%);top:-20%;right:-10%}
.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(139,92,246,0.5),transparent 70%);bottom:-15%;left:-10%}
.orb-3{width:450px;height:450px;background:radial-gradient(circle,rgba(167,139,250,0.4),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%)}

.particles,.particle{display:none}

.container{max-width:1200px;margin:0 auto;padding:0 20px}
.inline-link{color:#818cf8;text-decoration:none;font-weight:600}
.inline-link:hover{color:#a78bfa;text-decoration:underline}

.btn{padding:18px 45px;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;border:none;font-family:inherit}
.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 10px 30px rgba(99,102,241,0.3)}
.btn-primary:hover{box-shadow:0 15px 40px rgba(99,102,241,0.5)}
.btn-secondary{background:rgba(255,255,255,0.08);color:#fff;border:1px solid rgba(255,255,255,0.2)}
.btn-secondary:hover{background:rgba(255,255,255,0.15);border-color:rgba(99,102,241,0.4)}

.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:100px 20px;z-index:2}
.hero-box{text-align:center;max-width:1000px;width:95%;background:linear-gradient(135deg,rgba(26,31,58,0.95),rgba(15,20,41,0.9));border:1.5px dashed rgba(99,102,241,0.2);border-radius:40px;padding:60px 50px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),inset 0 20px 60px rgba(0,0,0,0.5),0 30px 80px rgba(0,0,0,0.3)}

.hero-logo{width:100px;height:100px;margin:0 auto 30px;background:linear-gradient(135deg,rgba(99,102,241,0.15),rgba(139,92,246,0.15));border:2px solid rgba(99,102,241,0.4);border-radius:25px;display:flex;align-items:center;justify-content:center;padding:15px;box-shadow:0 15px 50px rgba(99,102,241,0.3)}
.hero-logo img{width:100%;height:100%;object-fit:contain}

.company-badge{display:inline-block;background:rgba(99,102,241,0.15);border:1px solid rgba(99,102,241,0.4);padding:12px 28px;border-radius:50px;margin-bottom:25px;font-size:1rem;font-weight:600;color:#818cf8}

.main-title{font-size:4rem;font-weight:900;background:linear-gradient(135deg,#fff,#818cf8,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px;line-height:1.2;letter-spacing:-1px}
.subtitle{font-size:1.6rem;color:var(--text-gray);margin-bottom:20px;font-weight:400}
.description{font-size:1.2rem;color:var(--text-muted);line-height:2;max-width:700px;margin:0 auto 35px}

.stats-container{display:flex;justify-content:center;gap:25px;flex-wrap:wrap;margin-top:40px}
.stat-item{text-align:center;padding:28px 35px;background:rgba(99,102,241,0.05);border:1px solid var(--border);border-radius:18px;min-width:150px}
.stat-item:hover{background:rgba(99,102,241,0.1);border-color:rgba(99,102,241,0.3)}
.stat-number{font-size:2.8rem;font-weight:900;background:linear-gradient(135deg,#818cf8,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;margin-bottom:8px}
.stat-label{font-size:1rem;color:var(--text-muted);font-weight:500}

.cta-buttons-hero{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:35px}

.section-header{text-align:center;margin-bottom:60px}
.section-tag{display:inline-block;color:#818cf8;font-size:1rem;font-weight:700;letter-spacing:2px;margin-bottom:15px;text-transform:uppercase;position:relative;padding:0 25px}
.section-tag::before,.section-tag::after{content:'';position:absolute;top:50%;width:15px;height:2px;background:linear-gradient(90deg,transparent,#818cf8);transform:translateY(-50%)}
.section-tag::before{right:100%}
.section-tag::after{left:100%;background:linear-gradient(90deg,#818cf8,transparent)}

.section-title{font-size:3.2rem;font-weight:900;margin-bottom:18px;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3}
.section-title-sm{font-size:2.5rem}
.section-description{font-size:1.2rem;color:var(--text-muted);max-width:650px;margin:0 auto;line-height:1.9}

.company-story{position:relative;padding:100px 20px;z-index:2}
.story-content{background:rgba(255,255,255,0.03);border:1px solid var(--border);border-radius:25px;padding:50px}
.story-content:hover{border-color:rgba(99,102,241,0.3)}
.story-text p{font-size:1.2rem;color:var(--text-gray);line-height:2.2;margin-bottom:22px}
.story-text p:last-child{margin-bottom:0}
.story-image-float{float:left;margin:0 25px 25px 0;border-radius:18px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,0.3);max-width:350px}
.story-image-float img{width:100%;display:block}
.highlight-text{color:#818cf8;font-weight:700}

.vineh-section{position:relative;padding:100px 20px;z-index:2}
.vineh-rnt-header{margin-top:80px}
.vineh-values-header{margin-top:70px;margin-bottom:35px}
.vineh-hero{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-bottom:70px}
.vineh-badge{display:inline-block;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:12px 28px;border-radius:50px;font-size:1rem;font-weight:700;margin-bottom:20px;box-shadow:0 8px 25px rgba(99,102,241,0.3)}
.vineh-title{font-size:3rem;font-weight:900;color:#fff;margin-bottom:22px;line-height:1.2}
.vineh-description{font-size:1.2rem;color:var(--text-gray);line-height:2;margin-bottom:20px}
.vineh-image-wrapper{border-radius:25px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,0.3)}
.vineh-image-wrapper img{width:100%;height:450px;object-fit:cover;display:block}

.vineh-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-top:50px}
.vineh-feature-card{background:rgba(255,255,255,0.03);border:1px solid var(--border);border-radius:22px;padding:38px}
.vineh-feature-card:hover{border-color:rgba(99,102,241,0.3);background:rgba(99,102,241,0.05)}
.vineh-feature-icon{font-size:2.5rem;margin-bottom:18px;display:block}
.vineh-feature-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:12px}
.vineh-feature-text{font-size:1.05rem;color:var(--text-muted);line-height:1.8}

.vineh-mission{background:linear-gradient(135deg,rgba(99,102,241,0.1),rgba(139,92,246,0.1));border:1px solid rgba(99,102,241,0.2);border-radius:25px;padding:55px;text-align:center;margin-top:50px}
.vineh-mission-title{font-size:2.3rem;font-weight:900;color:#fff;margin-bottom:22px}
.vineh-mission-text{font-size:1.4rem;color:var(--text-gray);line-height:2;max-width:750px;margin:0 auto}

.vineh-values-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:50px}
.vineh-value-item{text-align:center;padding:35px;background:rgba(255,255,255,0.03);border:1px solid var(--border);border-radius:18px}
.vineh-value-item:hover{border-color:rgba(99,102,241,0.3);background:rgba(99,102,241,0.05)}
.vineh-value-emoji{font-size:2.8rem;display:block;margin-bottom:15px}
.vineh-value-name{font-size:1.4rem;font-weight:700;color:#818cf8;margin-bottom:10px}
.vineh-value-desc{font-size:1rem;color:var(--text-muted);line-height:1.7}

.products-section{position:relative;padding:100px 20px;z-index:2}
.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:35px;margin-top:50px}
.product-card{background:rgba(255,255,255,0.03);border:1px solid var(--border);border-radius:25px;padding:45px;cursor:pointer}
.product-card:hover{border-color:rgba(99,102,241,0.4);box-shadow:0 20px 60px rgba(99,102,241,0.2);background:rgba(99,102,241,0.05)}
.product-image{width:100%;height:220px;object-fit:cover;border-radius:18px;margin-bottom:25px}
.product-icon{width:75px;height:75px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:2.4rem;margin-bottom:25px;box-shadow:0 8px 25px rgba(99,102,241,0.3)}
.product-title{font-size:1.9rem;font-weight:700;color:#fff;margin-bottom:14px}
.product-link{color:inherit;text-decoration:none}
.product-link:hover{color:#818cf8}
.product-subtitle{font-size:1.05rem;color:#818cf8;margin-bottom:20px;font-weight:600}
.product-description{font-size:1.1rem;color:var(--text-muted);line-height:1.9;margin-bottom:28px}
.product-features{list-style:none;margin-bottom:28px}
.product-features li{padding:12px 0;color:var(--text-gray);font-size:1rem;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,0.05)}
.product-features li:hover{padding-right:8px;color:var(--text-light)}
.product-features li:last-child{border-bottom:none}
.product-features li::before{content:'✓';margin-left:12px;color:#818cf8;font-weight:bold;font-size:1.2rem}
.product-cta{display:inline-block;color:#818cf8;text-decoration:none;font-weight:700;font-size:1.1rem}
.product-cta:hover{color:#a78bfa}

.values-section{position:relative;padding:100px 20px;z-index:2}
.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-top:50px}
.value-card{background:rgba(255,255,255,0.03);border:1px solid var(--border);border-radius:22px;padding:40px;text-align:center}
.value-card:hover{border-color:rgba(99,102,241,0.5);box-shadow:0 20px 60px rgba(99,102,241,0.25)}
.value-icon{font-size:3.5rem;margin-bottom:25px;display:inline-block}
.value-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:15px}
.value-card:hover .value-title{color:#818cf8}
.value-description{font-size:1.05rem;color:var(--text-muted);line-height:1.8}

.ecosystem-section{position:relative;padding:100px 20px;z-index:2}
.tree-chart-wrapper{background:rgba(255,255,255,0.03);border:1px solid var(--border);border-radius:25px;padding:50px 30px;margin-top:40px}
.tree-chart-wrapper:hover{border-color:rgba(99,102,241,0.3);box-shadow:0 20px 60px rgba(99,102,241,0.2)}
#treeChart{width:100%;height:600px;display:block}
.tree-node .node-bg{fill:rgba(99,102,241,0.15);stroke:rgba(99,102,241,0.4);stroke-width:3px;cursor:pointer}
.tree-node:hover .node-bg{fill:rgba(139,92,246,0.3);stroke:var(--secondary)}
.tree-node text{fill:var(--text-gray);font-size:15px;font-family:'Kalameh',sans-serif;font-weight:600}
.tree-node:hover text{fill:#818cf8}
.tree-link{fill:none;stroke:rgba(99,102,241,0.3);stroke-width:2.5px}
.tree-tooltip{position:absolute;background:rgba(26,31,58,0.95);border:1px solid rgba(99,102,241,0.4);color:var(--text-light);padding:14px 18px;border-radius:12px;font-size:14px;pointer-events:none;box-shadow:0 10px 40px rgba(0,0,0,0.4);z-index:1000;max-width:240px;text-align:right;opacity:0}
.tree-tooltip.active{opacity:1}
.tree-tooltip strong{color:#818cf8;display:block;margin-bottom:6px;font-size:15px}

.blog-section{position:relative;padding:100px 20px;z-index:2}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:50px}
.blog-card{background:rgba(255,255,255,0.03);border:1px solid var(--border);border-radius:22px;overflow:hidden}
.blog-card:hover{border-color:rgba(99,102,241,0.3);box-shadow:0 12px 40px rgba(99,102,241,0.15)}
.blog-image{margin:0;overflow:hidden}
.blog-image img{width:100%;height:200px;object-fit:cover;display:block}
.blog-content{padding:28px}
.blog-category{display:inline-block;background:rgba(99,102,241,0.15);color:#818cf8;padding:6px 14px;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:14px}
.blog-title{font-size:1.3rem;font-weight:700;margin-bottom:12px;line-height:1.4}
.blog-title a{color:#fff;text-decoration:none}
.blog-title a:hover{color:#818cf8}
.blog-excerpt{font-size:1rem;color:var(--text-muted);line-height:1.7}
.blog-cta{text-align:center;margin-top:40px}

.cta-section{position:relative;padding:80px 20px;z-index:2}
.cta-container{max-width:850px;margin:0 auto;background:linear-gradient(135deg,rgba(99,102,241,0.1),rgba(139,92,246,0.1));border:1px solid rgba(99,102,241,0.3);border-radius:25px;padding:60px 45px;text-align:center}
.cta-container:hover{box-shadow:0 20px 60px rgba(99,102,241,0.25)}
.cta-title{font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:20px}
.cta-description{font-size:1.2rem;color:var(--text-gray);margin-bottom:35px;line-height:1.8}
.cta-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}

.scroll-reveal{opacity:1}

@media(max-width:1024px){.vineh-hero{grid-template-columns:1fr;gap:35px}.vineh-features-grid,.products-grid{grid-template-columns:1fr}}
@media(max-width:768px){body{font-size:16px}.main-title{font-size:2.8rem}.section-title{font-size:2.3rem}.vineh-title{font-size:2.3rem}.hero-box{padding:45px 30px;border-radius:30px;max-width:100%}.story-content{padding:35px 25px}.story-image-float{float:none;margin:0 0 25px;max-width:100%}.story-text p{font-size:1.1rem}.cta-container{padding:45px 25px}.cta-title{font-size:2rem}.vineh-mission{padding:35px 20px}.vineh-image-wrapper img{height:280px}.product-card{padding:30px}.stat-item{padding:22px 28px;min-width:140px}.stat-number{font-size:2.4rem}#treeChart{height:450px}.tree-chart-wrapper{padding:25px 15px}}
@media(max-width:480px){body{font-size:15px}.main-title{font-size:2.2rem}.section-title{font-size:1.8rem}.hero-logo{width:80px;height:80px}.cta-buttons,.cta-buttons-hero{flex-direction:column}.btn{width:100%;padding:16px 35px;font-size:1rem}.products-grid,.blog-grid{grid-template-columns:1fr}}
@media print{.particles,.animated-background,.cta-section{display:none}body{background:#fff;color:#000}}