.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--brand-purple) 0%,var(--brand-purple-dark) 100%);padding:120px 0 80px}.pattern-bg{position:absolute;inset:0;opacity:.11;background-image:url(/assets/clover-pattern.svg);background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none}.hero .container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.hero-content{max-width:800px;text-align:center;margin:0 auto}.hero-title{font-family:Comfortaa,Comfortaa Fallback,sans-serif;font-size:3.2rem;font-weight:700;color:var(--surface);line-height:1.3;margin-bottom:1.5rem}.hero-title .code-stmt,.hero-title .code-word{font-family:JetBrains Mono,ui-monospace,SF Mono,Menlo,monospace;font-weight:700;color:var(--brand-green)}.hero-title .code-word:before{content:"{"}.hero-title .code-word:after{content:"}"}.hero-title .code-word:before,.hero-title .code-word:after{color:rgba(var(--brand-green-rgb),.5)}.hero-title .bloom-word{color:var(--brand-green);white-space:nowrap}.hero-title .brand-b{display:inline-block;width:.66em;height:.72em;background:url(/assets/logo/logo-b-mark.webp) center / contain no-repeat;vertical-align:baseline;margin-right:.04em}.hero-title .code-stmt:after{content:";";color:var(--brand-green)}.gradient-text{background:linear-gradient(135deg,var(--brand-green) 0%,var(--brand-green) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,to{filter:hue-rotate(0deg)}50%{filter:hue-rotate(10deg)}}.hero-subtitle{font-size:1.25rem;color:#f8f9facc;line-height:1.8;margin-bottom:2.5rem;animation:fadeInUp .8s ease-out .2s both}.hero-cta{display:flex;gap:1.5rem;justify-content:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out .4s both;flex-wrap:wrap}.hero .btn-primary,.hero .btn-secondary{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .3s ease;display:inline-block}.hero .btn-primary{background:linear-gradient(135deg,var(--brand-green) 0%,var(--brand-green) 100%);color:var(--brand-purple);box-shadow:0 4px 15px rgba(var(--brand-green-rgb),.3)}.hero .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(var(--brand-green-rgb),.4)}.hero .btn-secondary{background:transparent;color:var(--brand-green);border:2px solid var(--brand-green)}.hero .btn-secondary:hover{background:rgba(var(--brand-green-rgb),.1);transform:translateY(-2px)}.hero-stats{display:flex;gap:3rem;justify-content:center;animation:fadeInUp .8s ease-out .6s both;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-family:Comfortaa,Comfortaa Fallback,sans-serif;font-size:2.5rem;font-weight:700;color:var(--brand-green);margin-bottom:.5rem}.stat-label{color:#f8f9fab3;font-size:.875rem;text-transform:uppercase;letter-spacing:1px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero{padding:68px 0 48px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-cta{flex-direction:column;gap:1rem}.hero .btn-primary,.hero .btn-secondary{width:100%;text-align:center}.hero-stats{gap:2rem}.stat-number{font-size:2rem}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.stat-number{font-size:1.75rem}.hero .container{padding:0 1.5rem}}.services{padding:100px 0;background:var(--surface);position:relative;overflow:hidden}.services .container{max-width:1200px;margin:0 auto;padding:0 2rem}.services .section-header{text-align:center;margin-bottom:4rem}.services .section-header h2{font-family:Comfortaa,Comfortaa Fallback,sans-serif;font-size:3rem;font-weight:700;color:var(--brand-purple);margin-bottom:1rem}.services .section-header p{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid transparent}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(var(--brand-green-rgb),.15);border-color:var(--brand-green)}.service-icon{width:56px;height:56px;background:linear-gradient(135deg,rgba(var(--brand-green-rgb),.12),#00d4ff1f);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:var(--brand-green);margin-bottom:1.5rem;transition:background .3s ease,transform .3s ease}.service-icon svg{width:28px;height:28px}.service-card:hover .service-icon{transform:scale(1.1);background:linear-gradient(135deg,rgba(var(--brand-green-rgb),.22),#00d4ff38)}.service-card h3{font-family:Comfortaa,Comfortaa Fallback,sans-serif;font-size:1.5rem;font-weight:700;color:var(--brand-purple);margin-bottom:1rem}.service-card p{color:var(--text-muted);line-height:1.8;margin-bottom:1.5rem}.service-link{color:var(--brand-green-ink);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.service-link svg{width:18px;height:18px;flex-shrink:0;transition:transform .3s ease}.service-link:hover{gap:.75rem;color:var(--brand-green-ink-hover)}.service-link:hover svg{transform:translate(4px)}.service-card:nth-child(1){transition-delay:.1s}.service-card:nth-child(2){transition-delay:.2s}.service-card:nth-child(3){transition-delay:.3s}.service-card:nth-child(4){transition-delay:.4s}.service-card:nth-child(5){transition-delay:.5s}.service-card:nth-child(6){transition-delay:.6s}@media(max-width:768px){.services{padding:60px 0}.services .section-header h2{font-size:2.25rem}.services .section-header p{font-size:1.125rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem}}@media(max-width:480px){.services .section-header h2{font-size:1.875rem}.services .section-header p{font-size:1rem}.services .container{padding:0 1.5rem}}.services .section-header h2:after{content:"";display:block;width:64px;height:4px;border-radius:2px;background:var(--brand-green);margin:1rem auto 0}.services .corner-motif{top:-70px;right:-50px}.services .corner-motif svg{stroke:var(--brand-purple);opacity:.07}@media(min-width:1100px){.service-card:last-child:nth-child(3n+1){grid-column:2}}.process{padding:100px 0;background:linear-gradient(135deg,var(--brand-purple) 0%,var(--brand-purple-dark) 100%);position:relative;overflow:hidden}.process .container{max-width:1200px;margin:0 auto;padding:0 2rem}.process .section-header{text-align:center;margin-bottom:4rem}.process .section-header h2{font-family:Comfortaa,Comfortaa Fallback,sans-serif;font-size:3rem;font-weight:700;color:var(--surface);margin-bottom:1rem}.process .section-header p{font-size:1.25rem;color:#f8f9fab3;max-width:600px;margin:0 auto}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;list-style:none;padding:0;margin:0;counter-reset:step}.process-card{position:relative;background:#ffffff0d;padding:2.5rem;border-radius:16px;border:1px solid rgba(var(--brand-green-rgb),.1);transition:all .3s ease}.process-card:hover{border-color:var(--brand-green);background:#ffffff14;box-shadow:0 12px 40px rgba(var(--brand-green-rgb),.2);transform:translateY(-4px)}.process-number{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--brand-green);color:var(--brand-purple);font-family:Comfortaa,Comfortaa Fallback,sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.process-card h3{font-family:Comfortaa,Comfortaa Fallback,sans-serif;font-size:1.35rem;font-weight:700;color:var(--surface);margin-bottom:.75rem}.process-card p{font-size:1rem;color:#f8f9fab3;line-height:1.7;margin:0}@media(max-width:768px){.process .section-header h2{font-size:2.25rem}.process{padding:70px 0}}.process .section-header h2:after{content:"";display:block;width:64px;height:4px;border-radius:2px;background:var(--brand-green);margin:1rem auto 0}@media(min-width:1100px){.process-card:last-child:nth-child(3n+1){grid-column:2}}.industries{padding:100px 0;background:var(--surface-tint);position:relative;overflow:hidden}.industries:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(var(--brand-green-rgb),.05) 0%,transparent 70%);pointer-events:none}.industries .container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.industries .section-header{text-align:center;margin-bottom:4rem}.industries .section-header h2{font-family:Comfortaa,Comfortaa Fallback,sans-serif;font-size:3rem;font-weight:700;color:var(--brand-purple);margin-bottom:1rem}.industries .section-header p{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin:0 auto}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.industry-card{background:#fff;padding:2.5rem;border-radius:16px;border:1px solid #E8E4F4;transition:all .3s ease;position:relative;overflow:hidden}.industry-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--brand-green) 0%,var(--brand-green) 100%);transform:scaleX(0);transition:transform .3s ease}.industry-card:hover{transform:translateY(-8px);border-color:var(--brand-green);box-shadow:0 12px 40px rgba(var(--brand-purple-rgb),.12)}.industry-card:hover:before{transform:scaleX(1)}.industry-icon{width:56px;height:56px;background:rgba(var(--brand-green-rgb),.1);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:var(--brand-green-ink);margin-bottom:1.5rem;transition:background .3s ease,transform .3s ease}.industry-icon svg{width:28px;height:28px}.industry-card:hover .industry-icon{transform:scale(1.1) rotate(5deg);background:rgba(var(--brand-green-rgb),.2)}.industry-card h3{font-family:Comfortaa,Comfortaa Fallback,sans-serif;font-size:1.5rem;font-weight:700;color:var(--brand-purple);margin-bottom:1rem}.industry-card p{color:var(--text-body);line-height:1.8}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.industry-card:nth-child(1){transition-delay:.1s}.industry-card:nth-child(2){transition-delay:.2s}.industry-card:nth-child(3){transition-delay:.3s}.industry-card:nth-child(4){transition-delay:.4s}.industry-card:nth-child(5){transition-delay:.5s}.industry-card:nth-child(6){transition-delay:.6s}@media(max-width:768px){.industries{padding:60px 0}.industries .section-header h2{font-size:2.25rem}.industries .section-header p{font-size:1.125rem}.industries-grid{grid-template-columns:1fr;gap:1.5rem}.industry-card{padding:2rem}}@media(max-width:480px){.industries .section-header h2{font-size:1.875rem}.industries .section-header p{font-size:1rem}.industries .container{padding:0 1.5rem}}.industries .section-header h2:after{content:"";display:block;width:64px;height:4px;border-radius:2px;background:var(--brand-green);margin:1rem auto 0}.corner-motif{position:absolute;width:340px;height:340px;pointer-events:none}.corner-motif svg{width:100%;height:100%}@media(max-width:768px){.corner-motif{width:200px;height:200px}}.industries .corner-motif{bottom:-60px;left:-60px}.industries .corner-motif svg{stroke:var(--brand-green-ink);opacity:.09}.cta{padding:100px 0;background:linear-gradient(135deg,var(--brand-purple) 0%,var(--brand-purple-dark) 100%);position:relative;overflow:hidden}.cta-pattern{position:absolute;inset:0;opacity:.11;background:url(/assets/clover-pattern.svg) center / cover no-repeat;pointer-events:none}.cta-background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(var(--brand-green-rgb),.15) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite;pointer-events:none}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.8}}.cta .container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-family:Comfortaa,Comfortaa Fallback,sans-serif;font-size:3rem;font-weight:700;color:var(--surface);margin-bottom:1.5rem;line-height:1.2}.cta-content p{font-size:1.25rem;color:#f8f9facc;line-height:1.8;margin-bottom:2.5rem}.btn-cta{padding:1.25rem 3rem;background:linear-gradient(135deg,var(--brand-green) 0%,var(--brand-green) 100%);color:var(--brand-purple);border:none;border-radius:8px;font-family:DM Sans,DM Sans Fallback,sans-serif;font-weight:700;font-size:1.125rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(var(--brand-green-rgb),.4);position:relative;overflow:hidden}.btn-cta:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-cta:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(var(--brand-green-rgb),.5)}.btn-cta:hover:before{width:300px;height:300px}.btn-cta:active{transform:translateY(-1px)}@media(max-width:768px){.cta{padding:60px 0}.cta-content h2{font-size:2.25rem}.cta-content p{font-size:1.125rem}.btn-cta{padding:1rem 2rem;font-size:1rem}}@media(max-width:480px){.cta-content h2{font-size:1.875rem}.cta-content p{font-size:1rem}.btn-cta{width:100%}.cta .container{padding:0 1.5rem}}.cta-link{display:inline-block;font-family:Comfortaa,Comfortaa Fallback,sans-serif;font-size:1.15rem;font-weight:700;background:var(--brand-green);color:var(--brand-purple);padding:.95rem 2.3rem;border-radius:8px;text-decoration:none;box-shadow:0 4px 15px rgba(var(--brand-green-rgb),.3);transition:transform .2s ease,box-shadow .2s ease}.cta-link:hover,.cta-link:focus-visible{box-shadow:0 6px 25px rgba(var(--brand-green-rgb),.4);transform:translateY(-2px)}.cta-content h2:after{content:"";display:block;width:64px;height:4px;border-radius:2px;background:var(--brand-green);margin:1rem auto 0}
