.home-v2{width:100%}.v2-text-gradient{background:linear-gradient(135deg, var(--v2-gradient-start), var(--v2-gradient-end));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.v2-section-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.v2-section-header h2{color:var(--v2-text-primary);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem)}.v2-section-header p{color:var(--v2-text-muted);font-size:1.05rem}.v2-hero-section{justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.v2-hero-bg{z-index:0;position:absolute;inset:0}.v2-hero-bg-glow:before{content:"";background:radial-gradient(circle,#e855a01f,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite v2FloatGlow;position:absolute;top:-30%;right:-20%}.v2-hero-bg-glow:after{content:"";background:radial-gradient(circle,#3a2d7c2e,#0000 70%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out infinite reverse v2FloatGlow;position:absolute;bottom:-20%;left:-15%}@keyframes v2FloatGlow{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.1)}}.v2-hero-content{z-index:1;text-align:center;max-width:800px;padding:0 1.5rem;position:relative}.v2-hero-title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.v2-hero-subtitle{color:var(--v2-text-secondary);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600}.v2-hero-desc{color:var(--v2-text-muted);max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem}.v2-hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.v2-btn{cursor:pointer;border:2px solid #0000;border-radius:12px;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.v2-btn-primary{background:linear-gradient(135deg, var(--v2-gradient-start), var(--v2-gradient-end));color:#fff;box-shadow:0 4px 15px #e855a040}.v2-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e855a066}.v2-btn-secondary{border-color:var(--v2-border-hover);color:var(--v2-text-primary);background:0 0}.v2-btn-secondary:hover{border-color:var(--v2-gradient-start);background:#e855a014;transform:translateY(-2px)}.v2-card-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.v2-card{background:var(--v2-bg-card);border:1px solid var(--v2-border-color);border-radius:16px;padding:2rem;transition:all .35s;position:relative;overflow:hidden}.v2-card:before{content:"";background:linear-gradient(90deg, var(--v2-gradient-start), var(--v2-gradient-end));opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.v2-card:hover{border-color:var(--v2-border-hover);box-shadow:var(--v2-shadow-glow);background:var(--v2-bg-card-hover);transform:translateY(-4px)}.v2-card:hover:before{opacity:1}.v2-card-icon{width:48px;height:48px;color:var(--v2-gradient-start);background:linear-gradient(135deg,#e855a01f,#3a2d7c1f);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.v2-card h3{color:var(--v2-text-primary);margin-bottom:.75rem;font-size:1.1rem}.v2-card p{color:var(--v2-text-muted);font-size:.925rem;line-height:1.7}.v2-why-section{background:var(--v2-bg-secondary)}.v2-why-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.v2-why-card{border:1px solid var(--v2-border-color);background:var(--v2-bg-card);border-radius:16px;padding:2rem;transition:all .35s}.v2-why-card:hover{border-color:var(--v2-border-hover);box-shadow:var(--v2-shadow-glow);transform:translateY(-3px)}.v2-why-number{background:linear-gradient(135deg, var(--v2-gradient-start), var(--v2-gradient-end));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1}.v2-why-card h3{color:var(--v2-text-primary);margin-bottom:.75rem;font-size:1.15rem}.v2-why-card p{color:var(--v2-text-muted);font-size:.925rem;line-height:1.7}.v2-why-highlight{text-align:center;color:var(--v2-text-secondary);border:1px solid var(--v2-border-color);background:var(--v2-bg-card);border-radius:16px;max-width:600px;margin:3rem auto 0;padding:2rem;font-size:1.1rem;font-style:italic;font-weight:600}.v2-values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.v2-value-card{border:1px solid var(--v2-border-color);background:var(--v2-bg-card);text-align:center;border-radius:16px;padding:2rem;transition:all .35s}.v2-value-card:hover{border-color:var(--v2-border-hover);box-shadow:var(--v2-shadow-glow);transform:translateY(-3px)}.v2-value-letter{background:linear-gradient(135deg, var(--v2-gradient-start), var(--v2-gradient-end));color:#fff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.5rem;font-weight:800;display:flex}.v2-value-card h3{color:var(--v2-text-primary);margin-bottom:.5rem;font-size:1.1rem}.v2-value-card p{color:var(--v2-text-muted);font-size:.9rem;line-height:1.7}.v2-cta-section{position:relative}.v2-cta-box{text-align:center;border:1px solid var(--v2-border-color);background:linear-gradient(135deg,#e855a012,#3a2d7c12);border-radius:20px;padding:4rem 2rem;position:relative;overflow:hidden}.v2-cta-box:before{content:"";background:linear-gradient(90deg, var(--v2-gradient-start), var(--v2-gradient-end));height:2px;position:absolute;top:0;left:0;right:0}.v2-cta-box h2{color:var(--v2-text-primary);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.25rem)}.v2-cta-box p{color:var(--v2-text-muted);max-width:550px;margin:0 auto 2rem;font-size:1.05rem}@media (max-width:768px){.v2-hero-cta{flex-direction:column;align-items:center}.v2-btn{justify-content:center;width:100%}.v2-why-grid{grid-template-columns:1fr}.v2-values-grid{grid-template-columns:1fr 1fr}.v2-cta-box{padding:2.5rem 1.5rem}}@media (max-width:480px){.v2-values-grid,.v2-card-grid{grid-template-columns:1fr}}
