*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;scroll-behavior:smooth}body{min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul,ol{list-style:none}html{scroll-padding-top:88px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#e2e8f0;background-color:#0d0f12}h1,h2,h3,h4,h5,h6{color:#fff;font-weight:700;line-height:1.1}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.5rem}h4{font-size:1.25rem}a{color:#22c55e;transition:color .15s ease}a:hover{color:#4ade80}::selection{background-color:#22c55e4d;color:#fff}.text-gradient{background:linear-gradient(135deg,#22c55e,#4ade80);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-label{display:inline-block;font-size:.75rem;font-weight:600;color:#22c55e;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}@media(min-width:768px){.section-label{font-size:.875rem;margin-bottom:1rem}}.section-title{font-size:1.5rem;margin-bottom:1rem}@media(min-width:768px){.section-title{font-size:2.25rem;margin-bottom:1.5rem}}.section-subtitle{font-size:1rem;color:#94a3b8;max-width:640px}@media(min-width:768px){.section-subtitle{font-size:1.125rem}}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem}.text-center{text-align:center}.mx-auto{margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;line-height:1;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.btn--primary{background-color:#22c55e;color:#0d0f12}.btn--primary:hover{background-color:#16a34a;color:#0d0f12}.btn--outline{background-color:transparent;border-color:#ffffff1f;color:#e2e8f0}.btn--outline:hover{border-color:#22c55e;color:#22c55e}.btn--sm{padding:.5rem 1.25rem;font-size:.875rem}.btn--lg{padding:.875rem 1.75rem;font-size:1rem}@media(min-width:576px){.btn--lg{padding:1rem 2.25rem;font-size:1.125rem}}.form-input{width:100%;padding:.75rem 1rem;font-size:1rem;color:#e2e8f0;background-color:#242830;border:1px solid rgba(255,255,255,.08);border-radius:8px;transition:border-color .15s ease}.form-input::placeholder{color:#64748b}.form-input:focus{outline:none;border-color:#22c55e}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,to{opacity:.4}50%{opacity:1}}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:72px;display:flex;align-items:center;transition:background-color .25s ease,backdrop-filter .25s ease}.header.is-scrolled{background-color:#0d0f12d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.header__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center}.header__logo img{height:28px;width:auto}.header__nav{display:none;align-items:center;gap:2rem}@media(min-width:1024px){.header__nav{display:flex}}.header__link{font-size:.875rem;font-weight:500;color:#94a3b8;transition:color .15s ease}.header__link:hover{color:#fff}.header__cta{display:none}@media(min-width:1024px){.header__cta{display:inline-flex}}.header__hamburger{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}@media(min-width:1024px){.header__hamburger{display:none}}.header__hamburger span{display:block;width:24px;height:2px;background-color:#e2e8f0;border-radius:1px;transition:all .25s ease}.header__hamburger.is-active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__hamburger.is-active span:nth-child(2){opacity:0}.header__hamburger.is-active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav{position:fixed;top:72px;left:0;right:0;bottom:0;z-index:99;background-color:#0d0f12f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}@media(min-width:1024px){.mobile-nav{display:none}}.mobile-nav.is-open{opacity:1;visibility:visible}.mobile-nav__link{font-size:1.5rem;font-weight:600;color:#e2e8f0;transition:color .15s ease}.mobile-nav__link:hover{color:#22c55e}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;padding-top:72px;overflow:hidden}.hero__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;padding-block:3rem}@media(min-width:768px){.hero__inner{gap:4rem;padding-block:6rem}}@media(min-width:1024px){.hero__inner{grid-template-columns:1fr 1fr}}.hero__content{max-width:560px}.hero__label{display:inline-block;font-size:.75rem;font-weight:600;color:#22c55e;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}@media(min-width:768px){.hero__label{font-size:.875rem;margin-bottom:1.5rem}}.hero__title{font-size:1.875rem;line-height:1.1;margin-bottom:1rem}@media(min-width:768px){.hero__title{font-size:3rem;margin-bottom:1.5rem}}@media(min-width:1024px){.hero__title{font-size:3.75rem}}.hero__subtitle{font-size:1rem;color:#94a3b8;line-height:1.75;margin-bottom:2rem}@media(min-width:768px){.hero__subtitle{font-size:1.25rem;margin-bottom:3rem}}.hero__actions{display:flex;flex-direction:column;gap:.5rem}@media(min-width:576px){.hero__actions{flex-direction:row;gap:1rem}}.hero__graphic{display:none}@media(min-width:1024px){.hero__graphic{display:block;position:relative;width:100%;aspect-ratio:1}}.geo-animation{position:relative;width:100%;height:100%}.geo-animation__ring{position:absolute;border:1px solid rgba(34,197,94,.15);border-radius:50%}.geo-animation__ring--outer{top:0;right:0;bottom:0;left:0;animation:rotate-slow 30s linear infinite}.geo-animation__ring--middle{top:15%;right:15%;bottom:15%;left:15%;border-color:#22c55e40;animation:rotate-slow 20s linear infinite reverse}.geo-animation__ring--inner{top:30%;right:30%;bottom:30%;left:30%;border-color:#22c55e59;animation:rotate-slow 15s linear infinite}.geo-animation__dot{position:absolute;width:8px;height:8px;background-color:#22c55e;border-radius:50%}.geo-animation__dot:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background-color:#22c55e4d;animation:pulse-glow 2s ease-in-out infinite}.geo-animation__dot--1{top:0;left:50%;transform:translate(-50%,-50%)}.geo-animation__dot--2{top:50%;right:0;transform:translate(50%,-50%)}.geo-animation__dot--3{bottom:0;left:50%;transform:translate(-50%,50%)}.geo-animation__dot--4{top:50%;left:0;transform:translate(-50%,-50%)}.geo-animation__center{position:absolute;top:38%;right:38%;bottom:38%;left:38%;background:linear-gradient(135deg,#22c55e26,#4ade800d);border:1px solid rgba(34,197,94,.3);border-radius:12px;display:flex;align-items:center;justify-content:center;animation:float 4s ease-in-out infinite}.geo-animation__center svg{width:48px;height:48px;color:#22c55e}.geo-animation__line{position:absolute;background:linear-gradient(to bottom,rgba(34,197,94,.3),transparent);width:1px}.geo-animation__line--1{top:0;left:50%;height:38%}.geo-animation__line--2{top:50%;left:100%;width:38%;height:1px;background:linear-gradient(to right,rgba(34,197,94,.3),transparent);transform:translate(-100%) translateY(-50%)}.services{padding:4rem 1rem;background-color:#15181d}@media(min-width:768px){.services{padding-block:8rem}}.services__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem}.services__header{text-align:center;margin-bottom:3rem}@media(min-width:768px){.services__header{margin-bottom:4rem}}.services__subtitle{max-width:640px;margin-inline:auto}.services__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.services__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.services__grid{grid-template-columns:repeat(3,1fr)}}.service-card{padding:2rem;background-color:#1d2026;border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:border-color .25s ease,transform .25s ease}@media(min-width:768px){.service-card{padding:3rem}}.service-card:hover{border-color:#22c55e4d;transform:translateY(-4px)}.service-card__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:#22c55e1a;border-radius:8px;margin-bottom:1rem;color:#22c55e}@media(min-width:768px){.service-card__icon{width:48px;height:48px;margin-bottom:1.5rem}}.service-card__icon svg{width:24px;height:24px}.service-card__title{font-size:1.125rem;margin-bottom:.25rem}@media(min-width:768px){.service-card__title{font-size:1.25rem;margin-bottom:.5rem}}.service-card__text{font-size:.875rem;color:#94a3b8;line-height:1.75}.about{padding:4rem 1rem}@media(min-width:768px){.about{padding-block:8rem}}.about__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem}.about__content{max-width:640px}.about__text{color:#94a3b8;line-height:1.75;margin-bottom:1.5rem}.portfolio{padding:4rem 1rem;background-color:#15181d}@media(min-width:768px){.portfolio{padding-block:8rem}}.portfolio__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem}.portfolio__header{text-align:center;margin-bottom:3rem}@media(min-width:768px){.portfolio__header{margin-bottom:4rem}}.portfolio__subtitle{max-width:640px;margin-inline:auto}.portfolio__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.portfolio__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.project-card{background-color:#1d2026;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;transition:border-color .25s ease,transform .25s ease}.project-card:hover{border-color:#22c55e4d;transform:translateY(-4px)}.project-card__image{display:block;width:100%;aspect-ratio:16/10;background-color:#242830;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}.project-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.project-card__image:hover img{transform:scale(1.03)}.project-card__body{padding:1.5rem}@media(min-width:768px){.project-card__body{padding:2rem}}.project-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-card__tag{font-size:.75rem;font-weight:500;color:#22c55e;padding:.2rem .6rem;background-color:#22c55e1a;border-radius:9999px}.project-card__title{font-size:1.125rem;margin-bottom:.25rem}@media(min-width:768px){.project-card__title{font-size:1.25rem;margin-bottom:.5rem}}.project-card__title a{color:inherit;transition:color .15s ease}.project-card__title a:hover{color:#22c55e}.project-card__text{font-size:.875rem;color:#94a3b8;line-height:1.75}.contact{padding:4rem 1rem;background-color:#15181d}@media(min-width:768px){.contact{padding-block:8rem}}.contact__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem;text-align:center;max-width:640px}.contact__title{margin-bottom:1rem}@media(min-width:768px){.contact__title{margin-bottom:1.5rem}}.contact__text{font-size:1rem;color:#94a3b8;line-height:1.75;margin-bottom:2rem}@media(min-width:768px){.contact__text{font-size:1.125rem;margin-bottom:3rem}}.contact__actions{display:flex;flex-direction:column;gap:.5rem}@media(min-width:576px){.contact__actions{flex-direction:row;justify-content:center;gap:1rem}}.footer{padding:3rem 1rem;border-top:1px solid rgba(255,255,255,.08)}@media(min-width:768px){.footer{padding-block:4rem}}.footer__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.footer__inner{flex-direction:row;justify-content:space-between;gap:2rem}}.footer__logo img{height:24px;width:auto}.footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}@media(min-width:768px){.footer__nav{gap:2rem}}.footer__link{font-size:.875rem;color:#94a3b8;transition:color .15s ease;padding:.25rem 0}.footer__link:hover{color:#fff}.footer__copy{font-size:.75rem;color:#64748b}@media(min-width:768px){.footer__copy{font-size:.875rem}}
