:root{--font-display:Syne, sans-serif;--font-body:DM Sans, sans-serif;--blue-primary:#1d4ed8;--violet:#10b981;--bg-dark:#0a0f1e;--bg-section:#060c1a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;-webkit-font-smoothing:antialiased;background-color:#0a0f1e;font-family:DM Sans,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none}input,textarea,select{font:inherit;color:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0f1e}::-webkit-scrollbar-thumb{background:linear-gradient(#1d4ed8,#10b981);border-radius:3px}@keyframes particle-float{0%,to{opacity:.4;transform:translate(0)rotate(0)}33%{opacity:.7;transform:translate(20px,-30px)rotate(120deg)}66%{opacity:.4;transform:translate(-15px,15px)rotate(240deg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes heroWordIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.mesh-bg{background:radial-gradient(80% 60% at 20% -10%,#1d4ed84d 0%,#0000 60%),radial-gradient(60% 50% at 80% 110%,#10b98133 0%,#0000 60%),#0a0f1e}.section-bg{background:radial-gradient(40% 40% at 90%,#1d4ed814 0%,#0000 70%),#060c1a}.card-glow{background:#ffffff08;border:1px solid #ffffff14;transition:all .35s;position:relative}.card-glow:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#1d4ed800,#10b98100);padding:1px;transition:all .35s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.card-glow:hover{background:#ffffff0f;border-color:#1d4ed866;transform:translateY(-4px);box-shadow:0 20px 60px #1d4ed826}.card-glow:hover:before{background:linear-gradient(135deg,#1d4ed899,#10b98199)}.btn-primary{color:#fff;background:linear-gradient(135deg,#1d4ed8,#10b981);justify-content:center;align-items:center;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn-primary:after{content:"";background:linear-gradient(135deg,#ffffff1a,#0000);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 0 30px #1d4ed880}.btn-primary:hover:after{left:100%}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.gradient-text{background:linear-gradient(135deg,#60a5fa 0%,#6ee7b7 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.nav-link{position:relative}.nav-link:after{content:"";background:linear-gradient(90deg,#1d4ed8,#10b981);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}.noise:after{content:"";pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.particle{animation:linear infinite particle-float}.mobile-menu-enter{animation:.3s forwards slideDown}.container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.section-header{text-align:center;margin-bottom:4rem}.separator-top{background:linear-gradient(90deg,#0000,#1d4ed84d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.separator-bottom{background:linear-gradient(90deg,#0000,#10b9814d,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.separator-subtle{background:linear-gradient(90deg,#0000,#ffffff0d,#0000);height:1px;position:absolute;left:0;right:0}.separator-subtle--top{top:0}.separator-subtle--bottom{bottom:0}.badge{border-radius:9999px;align-items:center;gap:.5rem;padding:.375rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.badge--blue{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f633}.badge--violet{color:#a7f3d0;background:#34d3991a;border:1px solid #34d39933}.badge--green{color:#86efac;background:#22c55e1a;border:1px solid #22c55e33}.badge--yellow{color:#fde047;background:#eab3081a;border:1px solid #eab30833}.navbar{z-index:50;transition:all .5s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(24px);background:#0a0f1ee6;border-bottom:1px solid #ffffff0d;box-shadow:0 4px 30px #0003}.navbar__inner{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:flex}.navbar__logo{align-items:center;gap:.5rem;display:flex}.navbar__logo:hover .navbar__logo-icon{box-shadow:0 4px 20px #34d39966}.navbar__logo-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#34d399);border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:box-shadow .3s;display:flex;box-shadow:0 4px 15px #3b82f64d}.navbar__logo-text{letter-spacing:-.025em;color:#fff;font-family:Syne,sans-serif;font-size:1.25rem;font-weight:800}.navbar__links{align-items:center;gap:2rem;display:none}@media (min-width:768px){.navbar__links{display:flex}}.navbar__links a{color:#fff9;letter-spacing:.025em;font-size:.875rem;font-weight:500;transition:color .2s}.navbar__links a:hover{color:#fff}.navbar__cta{border-radius:.75rem;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;display:none}@media (min-width:768px){.navbar__cta{display:inline-flex}}.navbar__toggle{color:#ffffffb3;padding:.25rem;transition:color .2s;display:flex}@media (min-width:768px){.navbar__toggle{display:none}}.navbar__toggle:hover{color:#fff}.navbar__mobile{-webkit-backdrop-filter:blur(24px);background:#0a0f1ef2;border-top:1px solid #ffffff0d;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}@media (min-width:768px){.navbar__mobile{display:none}}.navbar__mobile a{color:#ffffffb3;border-bottom:1px solid #ffffff0d;padding:.5rem 0;font-weight:500;transition:color .2s}.navbar__mobile a:hover{color:#fff}.navbar__mobile a.btn-primary{text-align:center;border:none;border-radius:.75rem;margin-top:.5rem;padding:.75rem 1.25rem}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:6rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.hero__blob{pointer-events:none;filter:blur(80px);border-radius:50%;position:absolute}.hero__blob--blue{background:#2563eb1a;width:18rem;height:18rem;animation:10s ease-in-out infinite float;top:25%;left:25%}.hero__blob--violet{background:#05966914;width:24rem;height:24rem;animation:10s ease-in-out -3s infinite float;bottom:25%;right:25%}.hero__particles{pointer-events:none;position:absolute;inset:0}.hero__particle{background:#60a5fa4d;border-radius:50%;width:4px;height:4px;animation:linear infinite particle-float;position:absolute}.hero__badge{opacity:0;background:#3b82f61a;border:1px solid #3b82f633;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem;transition:all .5s;display:inline-flex;transform:translateY(20px)}.hero__badge-dot{background:#60a5fa;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.hero__badge-text{color:#93c5fd;letter-spacing:.025em;font-size:.875rem;font-weight:500}.hero__heading{letter-spacing:-.025em;max-width:64rem;margin:0 auto 1.5rem;font-family:Syne,sans-serif;font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.05}@media (min-width:1024px){.hero__heading{font-size:5rem}}.hero__word{margin-right:1rem;animation:.8s cubic-bezier(.16,1,.3,1) forwards heroWordIn;display:inline-block}.hero__word:nth-child(2){animation-delay:.12s}.hero__word:nth-child(3){animation-delay:.24s}.hero__word--block{display:block}.hero__sub{color:#ffffff80;opacity:0;max-width:42rem;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.75;transition:all .6s;transform:translateY(20px)}@media (min-width:768px){.hero__sub{font-size:1.25rem}}.hero__buttons{opacity:0;flex-direction:column;justify-content:center;gap:1rem;transition:all .6s;display:flex;transform:translateY(20px)}@media (min-width:640px){.hero__buttons{flex-direction:row}}.hero__btn-main{color:#fff;border-radius:1rem;align-items:center;gap:.625rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;display:inline-flex;box-shadow:0 20px 40px #1e3a8a4d}.hero__btn-secondary{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;align-items:center;gap:.625rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:500;transition:all .3s;display:inline-flex}.hero__btn-secondary:hover{color:#fff;background:#ffffff14;border-color:#fff3}.hero__stats{opacity:0;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:32rem;margin-top:5rem;margin-left:auto;margin-right:auto;transition:all .6s .2s;display:grid;transform:translateY(20px)}.hero__stat{text-align:center}.hero__stat-value{font-family:Syne,sans-serif;font-size:1.875rem;font-weight:700}.hero__stat-label{color:#fff6;margin-top:.25rem;font-size:.875rem}.hero__scroll{color:#ffffff4d;flex-direction:column;align-items:center;gap:.5rem;animation:1s infinite bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.tech-stack{padding:4rem 0;position:relative;overflow:hidden}.tech-stack__label{text-align:center;color:#ffffff40;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2.5rem;padding:0 1.5rem;font-size:.75rem;font-weight:500}.tech-stack__mask{position:relative}.tech-stack__fade{z-index:10;pointer-events:none;width:6rem;position:absolute;top:0;bottom:0}.tech-stack__fade--left{background:linear-gradient(90deg,#060c1a,#0000);left:0}.tech-stack__fade--right{background:linear-gradient(270deg,#060c1a,#0000);right:0}.tech-stack__overflow{overflow:hidden}.tech-stack__track{white-space:nowrap;gap:1rem;width:max-content;display:flex}.tech-stack__item{color:#ffffff73;cursor:default;background:#ffffff0a;border:1px solid #ffffff14;border-radius:.75rem;flex-shrink:0;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.tech-stack__item:hover{color:#ffffffb3;background:#ffffff0f;border-color:#ffffff26}.tech-stack__dot{background:#60a5fa80;border-radius:50%;flex-shrink:0;width:6px;height:6px}.services{padding:7rem 0;position:relative;overflow:hidden}.services__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services__grid{grid-template-columns:repeat(3,1fr)}}.service-card{cursor:default;border-radius:1rem;padding:1.75rem}.service-card:hover .service-card__icon-wrap{transform:scale(1.1)}.service-card__icon-wrap{color:#fff;border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.25rem;transition:transform .3s;display:flex}.service-card__icon-wrap--blue{background:linear-gradient(135deg,#3b82f633,#2563eb0d)}.service-card__icon-wrap--violet{background:linear-gradient(135deg,#34d39933,#0596690d)}.service-card__icon-wrap--cyan{background:linear-gradient(135deg,#10b98133,#0596690d)}.service-card__icon-wrap--green{background:linear-gradient(135deg,#22c55e33,#16a34a0d)}.service-card__icon-wrap--orange{background:linear-gradient(135deg,#f9731633,#ea580c0d)}.service-card__icon-wrap--pink{background:linear-gradient(135deg,#ec489933,#db27770d)}.service-card__title{color:#fff;margin-bottom:.75rem;font-family:Syne,sans-serif;font-size:1.25rem;font-weight:600}.service-card__desc{color:#ffffff80;margin-bottom:1.25rem;font-size:.875rem;line-height:1.75}.service-card__tags{flex-wrap:wrap;gap:.5rem;display:flex}.service-card__tag{color:#fff6;background:#ffffff0d;border:1px solid #ffffff14;border-radius:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.stats{padding:5rem 0;position:relative}.stats__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (min-width:1024px){.stats__grid{grid-template-columns:repeat(4,1fr)}}.stat-card{text-align:center;border-radius:1rem;padding:2rem}.stat-card:hover .stat-card__icon-wrap{transform:scale(1.1)}.stat-card__icon-wrap{color:#93c5fd;background:linear-gradient(135deg,#3b82f633,#34d3991a);border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin:0 auto 1.25rem;transition:transform .3s;display:flex}.stat-card__value{margin-bottom:.25rem;font-family:Syne,sans-serif;font-size:3rem;font-weight:700}.stat-card__label{color:#fff;margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.stat-card__desc{color:#ffffff59;font-size:.875rem}.about{padding:7rem 0;position:relative;overflow:hidden}.about__deco{pointer-events:none;filter:blur(80px);border-radius:50%;position:absolute}.about__deco--left{background:#2563eb14;width:20rem;height:20rem;top:50%;left:0;transform:translateY(-50%)}.about__deco--right{background:#05966914;width:15rem;height:15rem;top:50%;right:0;transform:translateY(-50%)}.about__inner{z-index:10;position:relative}.about__grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.about__grid{grid-template-columns:repeat(2,1fr)}}.about__tech-pills{flex-wrap:wrap;gap:.5rem;display:flex}.about__tech-pill{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f633;border-radius:.5rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500}.about__values-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.about__values-grid{grid-template-columns:repeat(2,1fr)}}.value-card{border-radius:1rem;padding:1.5rem}.value-card__icon-wrap{color:#93c5fd;background:linear-gradient(135deg,#3b82f633,#34d3991a);border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;display:flex}.value-card__title{color:#fff;margin-bottom:.5rem;font-family:Syne,sans-serif;font-size:1rem;font-weight:600}.value-card__desc{color:#fff6;font-size:.875rem;line-height:1.75}.process{padding:7rem 0}.process__steps{position:relative}.process__line{background:linear-gradient(#1d4ed84d,#10b98133,#0000);width:2px;display:none;position:absolute;top:0;bottom:0;left:calc(50% - 1px)}@media (min-width:1024px){.process__line{display:block}}.process__list{flex-direction:column;gap:3rem;display:flex}.process__step{flex-direction:column;align-items:center;gap:2rem;display:flex}@media (min-width:1024px){.process__step{flex-direction:row}.process__step--right{flex-direction:row-reverse}}.process__card{border-radius:1rem;width:100%;padding:1.75rem}@media (min-width:1024px){.process__card{width:calc(50% - 3rem)}}.process__card:hover .process__icon-wrap{transform:scale(1.1)}.process__card-meta{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.process__icon-wrap{color:#93c5fd;background:linear-gradient(135deg,#3b82f633,#34d3991a);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:transform .3s;display:flex}.process__step-label{color:#fff3;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.process__duration{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f633;border-radius:9999px;margin-left:auto;padding:.25rem .75rem;font-size:.75rem}.process__card-title{color:#fff;margin-bottom:.75rem;font-family:Syne,sans-serif;font-size:1.25rem;font-weight:700}.process__card-desc{color:#ffffff80;font-size:.875rem;line-height:1.75}.process__dot{color:#fff;z-index:10;background:linear-gradient(135deg,#1d4ed8,#10b981);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-family:Syne,sans-serif;font-size:.875rem;font-weight:700;display:none;box-shadow:0 4px 20px #1d4ed84d}@media (min-width:1024px){.process__dot{display:flex}}.process__spacer{display:none}@media (min-width:1024px){.process__spacer{width:calc(50% - 3rem);display:block}}.why-us{padding:7rem 0;position:relative}.why-us__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.why-us__grid{grid-template-columns:repeat(2,1fr)}}.reason-card{border-radius:1rem;padding:2rem}.reason-card:hover .reason-card__icon-wrap{transform:scale(1.1)}.reason-card__inner{align-items:flex-start;gap:1.25rem;display:flex}.reason-card__icon-wrap{color:#93c5fd;background:linear-gradient(135deg,#3b82f633,#34d3991a);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;transition:transform .3s;display:flex}.reason-card__content{flex:1}.reason-card__title{color:#fff;margin-bottom:.75rem;font-family:Syne,sans-serif;font-size:1.25rem;font-weight:600}.reason-card__desc{color:#ffffff80;margin-bottom:1.25rem;font-size:.875rem;line-height:1.75}.reason-card__points{flex-direction:column;gap:.5rem;display:flex}.reason-card__point{color:#fff9;align-items:center;gap:.625rem;font-size:.875rem;display:flex}.projects{padding:7rem 0;overflow:hidden}.projects__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){.projects__grid{grid-template-columns:repeat(3,1fr)}}.projects__cta{text-align:center;margin-top:3rem}.project-card{border-radius:1rem;overflow:hidden}.project-card__header{padding:2rem;position:relative;overflow:hidden}.project-card__header--blue{background:linear-gradient(135deg,#3b82f64d,#2563eb0d)}.project-card__header--violet{background:linear-gradient(135deg,#34d3994d,#0596690d)}.project-card__header--cyan{background:linear-gradient(135deg,#10b9814d,#0596690d)}.project-card__deco-1{background:#ffffff0d;border-radius:50%;width:6rem;height:6rem;position:absolute;top:-1.5rem;right:-1.5rem}.project-card__deco-2{background:#ffffff08;border-radius:50%;width:4rem;height:4rem;position:absolute;bottom:-2rem;left:-1rem}.project-card__category{text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:flex}.project-card__category--blue{color:#60a5fa}.project-card__category--violet{color:#6ee7b7}.project-card__category--cyan{color:#34d399}.project-card__title{color:#fff;font-family:Syne,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3}.project-card__body{padding:1.5rem}.project-card__desc{color:#ffffff80;margin-bottom:1.25rem;font-size:.875rem;line-height:1.75}.project-card__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.project-card__tag{background:#ffffff0d;border-radius:.5rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500}.project-card__tag--blue{color:#60a5fa;border:1px solid #3b82f633}.project-card__tag--violet{color:#6ee7b7;border:1px solid #34d39933}.project-card__tag--cyan{color:#34d399;border:1px solid #10b98133}.project-card__footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.project-card__result-label{color:#ffffff4d;margin-bottom:2px;font-size:.75rem}.project-card__result-value{font-size:.875rem;font-weight:600}.project-card__result-value--blue{color:#60a5fa}.project-card__result-value--violet{color:#6ee7b7}.project-card__result-value--cyan{color:#34d399}.project-card__link{color:#ffffff4d;transition:color .2s}.project-card__link:hover{color:#fff9}.testimonials{padding:7rem 0;overflow:hidden}.testimonials__blob{filter:blur(80px);pointer-events:none;background:#2563eb0d;border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.testimonials__inner{z-index:10;position:relative}.testimonials__card-wrap{max-width:48rem;margin:0 auto}.testimonial-card{border-radius:1.5rem;padding:2rem;transition:opacity .25s;position:relative;overflow:hidden}@media (min-width:768px){.testimonial-card{padding:3rem}}.testimonial-card--fading{opacity:0}.testimonial-card__quote{color:#ffffff0d;position:absolute;top:1.5rem;right:2rem}.testimonial-card__stars{color:#facc15;align-items:center;gap:.25rem;margin-bottom:1.5rem;display:flex}.testimonial-card__text{color:#ffffffbf;z-index:10;margin-bottom:2rem;font-size:1.125rem;line-height:1.75;position:relative}@media (min-width:768px){.testimonial-card__text{font-size:1.25rem}}.testimonial-card__author{align-items:center;gap:1rem;display:flex}.testimonial-card__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.testimonial-card__avatar span{color:#fff;font-size:.875rem;font-weight:700}.testimonial-card__avatar--blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.testimonial-card__avatar--violet{background:linear-gradient(135deg,#34d399,#059669)}.testimonial-card__avatar--cyan{background:linear-gradient(135deg,#10b981,#059669)}.testimonial-card__avatar--green{background:linear-gradient(135deg,#22c55e,#16a34a)}.testimonial-card__name{color:#fff;font-weight:600}.testimonial-card__role{color:#fff6;font-size:.875rem}.testimonial-card__service{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f633;border-radius:.5rem;margin-left:auto;padding:.375rem .75rem;font-size:.75rem;font-weight:500}.testimonial-controls{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.testimonial-controls__btn{color:#fff6;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .2s;display:flex}.testimonial-controls__btn:hover{color:#fff;background:#ffffff0d;border-color:#fff3}.testimonial-controls__dots{align-items:center;gap:.5rem;display:flex}.testimonial-controls__dot{cursor:pointer;background:#fff3;border:none;border-radius:9999px;width:.5rem;height:.5rem;transition:all .3s}.testimonial-controls__dot:hover{background:#fff6}.testimonial-controls__dot--active{background:linear-gradient(90deg,#1d4ed8,#10b981);width:1.5rem}.cta-banner{padding:5rem 1.5rem}.cta-banner__card{border-radius:1.5rem;max-width:64rem;margin:0 auto;position:relative;overflow:hidden}.cta-banner__bg{background:linear-gradient(135deg,#2563eb,#1d4ed8,#059669);position:absolute;inset:0}.cta-banner__mesh{opacity:.3;background:radial-gradient(circle at 20%,#ffffff26 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff14 0%,#0000 40%);position:absolute;inset:0}.cta-banner__deco-1{border:1px solid #ffffff1a;border-radius:50%;width:16rem;height:16rem;position:absolute;top:-5rem;right:-5rem}.cta-banner__deco-2{border:1px solid #ffffff1a;border-radius:50%;width:12rem;height:12rem;position:absolute;bottom:-2.5rem;left:-2.5rem}.cta-banner__deco-3{background:#ffffff4d;border-radius:50%;width:.75rem;height:.75rem;position:absolute;top:50%;right:25%}.cta-banner__deco-4{background:#fff6;border-radius:50%;width:.375rem;height:.375rem;position:absolute;top:33%;left:33%}.cta-banner__content{z-index:10;flex-direction:column;gap:2rem;padding:3.5rem 2.5rem;display:flex;position:relative}@media (min-width:768px){.cta-banner__content{flex-direction:row;justify-content:space-between;align-items:center;padding:4rem}}.cta-banner__badge{color:#fff;background:#ffffff26;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.375rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.cta-banner__title{color:#fff;margin-bottom:.75rem;font-family:Syne,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.3}@media (min-width:768px){.cta-banner__title{font-size:2.25rem}}.cta-banner__sub{color:#ffffffb3;max-width:28rem;font-size:1rem}.cta-banner__buttons{flex-direction:column;flex-shrink:0;gap:.75rem;display:flex}@media (min-width:640px){.cta-banner__buttons{flex-direction:row}}.cta-banner__btn-white{color:#1d4ed8;background:#fff;border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:700;transition:background .2s;display:inline-flex;box-shadow:0 20px 40px #0003}.cta-banner__btn-white:hover{background:#eff6ff}.cta-banner__btn-ghost{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition:background .2s;display:inline-flex}.cta-banner__btn-ghost:hover{background:#fff3}.contact{padding:7rem 0;position:relative}.contact__grid{grid-template-columns:1fr;gap:2.5rem;max-width:64rem;margin:0 auto;display:grid}@media (min-width:1024px){.contact__grid{grid-template-columns:2fr 3fr}}.contact__info{flex-direction:column;gap:1.5rem;display:flex}.contact__info-card{border-radius:1rem;align-items:center;gap:1rem;padding:1.25rem;display:flex}.contact__info-icon-wrap{color:#93c5fd;background:linear-gradient(135deg,#3b82f633,#34d3991a);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.contact__info-label{color:#ffffff4d;margin-bottom:2px;font-size:.75rem}.contact__info-value{color:#fffc;font-size:.875rem;font-weight:500}.contact__availability{border-radius:1rem;padding:1.25rem;border-color:#22c55e33!important}.contact__avail-header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.contact__avail-dot{background:#4ade80;border-radius:50%;width:.5rem;height:.5rem;animation:2s ease-in-out infinite pulse}.contact__avail-label{color:#86efac;font-size:.875rem;font-weight:500}.contact__avail-desc{color:#fff6;font-size:.875rem}.contact__avail-desc strong{color:#ffffffb3;font-weight:500}.contact__form-card{border-radius:1rem;padding:2rem}.contact__success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 0;display:flex}.contact__success-icon{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e33;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.contact__success-title{color:#fff;font-family:Syne,sans-serif;font-size:1.5rem;font-weight:700}.contact__success-desc{color:#ffffff80;max-width:24rem}.contact__form{flex-direction:column;gap:1.25rem;display:flex}.contact__form-row{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.contact__form-row{grid-template-columns:repeat(2,1fr)}}.contact__label{color:#fff6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:500;display:block}.contact__input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;outline:none;width:100%;padding:.875rem 1rem;font-size:.875rem;transition:all .2s}.contact__input::placeholder{color:#ffffff4d}.contact__input:focus{background:#ffffff14;border-color:#3b82f680}.contact__input--textarea{resize:none}.contact__input option{background:#0a0f1e}.contact__submit{border-radius:.75rem;gap:.625rem;width:100%;margin-top:.25rem;padding:.875rem;font-size:1rem}.contact__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1rem;height:1rem;animation:.8s linear infinite spin}.footer{background:#060c1a;border-top:1px solid #ffffff0d;padding:3.5rem 0}.footer__grid{grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem;display:grid}@media (min-width:768px){.footer__grid{grid-template-columns:repeat(4,1fr)}}.footer__brand-logo{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.footer__brand-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#34d399);border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.footer__brand-name{color:#fff;font-family:Syne,sans-serif;font-size:1.25rem;font-weight:700}.footer__brand-desc{color:#ffffff59;font-size:.875rem;line-height:1.75}.footer__nav-title{color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem;font-weight:600}.footer__nav-list{flex-direction:column;gap:.625rem;display:flex}.footer__nav-link{color:#ffffff59;font-size:.875rem;transition:color .2s}.footer__nav-link:hover{color:#ffffffb3}.footer__contact-list{flex-direction:column;gap:.625rem;display:flex}.footer__contact-list li{color:#ffffff59;font-size:.875rem}.footer__bottom{border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}@media (min-width:640px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{color:#ffffff40;font-size:.875rem}.footer__legal{align-items:center;gap:1.25rem;display:flex}.footer__legal a{color:#ffffff40;font-size:.875rem;transition:color .2s}.footer__legal a:hover{color:#ffffff80}.lang-switcher{position:relative}.lang-switcher__trigger{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;align-items:center;gap:.35rem;padding:.375rem .625rem;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.lang-switcher__trigger:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.lang-switcher__flag{font-size:1rem;line-height:1}.lang-switcher__code{letter-spacing:.05em}.lang-switcher__chevron{transition:transform .2s}.lang-switcher__chevron--open{transform:rotate(180deg)}.lang-switcher__dropdown{-webkit-backdrop-filter:blur(24px);z-index:100;background:#0a0f1ef7;border:1px solid #ffffff1a;border-radius:.75rem;min-width:9rem;padding:.375rem;animation:.2s forwards slideDown;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 16px 40px #0006}.lang-switcher__option{color:#fff9;cursor:pointer;border-radius:.5rem;align-items:center;gap:.625rem;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:all .15s;display:flex}.lang-switcher__option:hover{color:#fff;background:#ffffff12}.lang-switcher__option--active{color:#fff;background:#3b82f626}.navbar__actions{align-items:center;gap:.75rem;display:none}@media (min-width:768px){.navbar__actions{display:flex}}.navbar__mobile-bottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:1rem;display:flex}.navbar__mobile-bottom .btn-primary{text-align:center;border:none;border-radius:.75rem;flex:1;margin-left:1rem;padding:.625rem 1.25rem;font-size:.875rem}.brand-logo{align-items:center;gap:.5rem;display:flex}.brand-logo__icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#34d399);border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:box-shadow .3s;display:flex;box-shadow:0 4px 15px #3b82f64d}.brand-logo__icon:hover{box-shadow:0 4px 20px #34d39966}.brand-logo__text{letter-spacing:-.025em;color:#fff;font-family:Syne,sans-serif;font-size:1.25rem;font-weight:800}.legal-page{color:#fff;background:#0a0f1e;min-height:100vh}.legal-page__header{z-index:50;-webkit-backdrop-filter:blur(24px);background:#0a0f1ee6;border-bottom:1px solid #ffffff0d;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.legal-page__logo{align-items:center;gap:.5rem;display:flex}.legal-page__logo-icon{background:linear-gradient(135deg,#3b82f6,#34d399);border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.legal-page__logo-text{letter-spacing:-.025em;color:#fff;font-family:Syne,sans-serif;font-size:1.25rem;font-weight:800}.legal-page__main{padding:4rem 1.5rem}.legal-page__content{max-width:48rem;margin:0 auto}.legal-page__title{color:#fff;margin-bottom:.5rem;font-family:Syne,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800}.legal-page__date{color:#ffffff4d;border-bottom:1px solid #ffffff0f;margin-bottom:3rem;padding-bottom:2rem;font-size:.875rem}.legal-page__back{border-top:1px solid #ffffff0f;margin-top:3rem;padding-top:2rem}.legal-page__back-btn{border-radius:.75rem;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem}.legal-section{margin-bottom:2.5rem}.legal-section h2{color:#fff;border-bottom:1px solid #ffffff0f;margin-bottom:1rem;padding-bottom:.5rem;font-family:Syne,sans-serif;font-size:1.125rem;font-weight:700}.legal-section p{color:#ffffff8c;margin-bottom:.75rem;font-size:.9375rem;line-height:1.8}.legal-section ul{padding-left:1.5rem;list-style:outside}.legal-section ul li{color:#ffffff8c;margin-bottom:.375rem;font-size:.9375rem;line-height:1.8}.legal-section a{color:#34d399;text-underline-offset:3px;text-decoration:underline}.legal-section a:hover{color:#6ee7b7}.legal-section strong{color:#ffffffd9;font-weight:600}.legal-info-list{background:#ffffff05;border:1px solid #ffffff0f;border-radius:.75rem;overflow:hidden;padding:0!important;list-style:none!important}.legal-info-list li{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;display:flex;margin:0!important}.legal-info-list li:last-child{border-bottom:none}.legal-info-list li span{color:#ffffff59!important;font-size:.875rem!important}.legal-info-list li strong{font-size:.875rem}.audience{padding:5rem 0;position:relative}.audience__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.audience__grid{grid-template-columns:repeat(3,1fr)}}.audience-card{border-radius:1.25rem;flex-direction:column;gap:1rem;padding:2rem;transition:all .35s;display:flex}.audience-card__emoji{font-size:2.5rem;line-height:1}.audience-card__badge{letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;align-items:center;width:fit-content;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.audience-card--green .audience-card__badge{color:#86efac;background:#22c55e1a;border:1px solid #22c55e33}.audience-card--violet .audience-card__badge{color:#a7f3d0;background:#34d3991a;border:1px solid #34d39933}.audience-card--blue .audience-card__badge{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f633}.audience-card__title{color:#fff;font-family:Syne,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.35}.audience-card__desc{color:#ffffff80;flex:1;font-size:.9rem;line-height:1.7}.audience-card__points{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.audience-card__point{color:#fff9;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.audience-card__point svg{flex-shrink:0}.audience-card--green .audience-card__point svg{color:#86efac}.audience-card--violet .audience-card__point svg{color:#a7f3d0}.audience-card--blue .audience-card__point svg{color:#93c5fd}.audience-card__cta{text-align:center;border-radius:.75rem;margin-top:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-block}.audience-card--green .audience-card__cta{color:#86efac;background:#22c55e26;border:1px solid #22c55e40}.audience-card--green .audience-card__cta:hover{background:#22c55e40}.audience-card--violet .audience-card__cta{color:#a7f3d0;background:#34d39926;border:1px solid #34d39940}.audience-card--violet .audience-card__cta:hover{background:#34d39940}.audience-card--blue .audience-card__cta{color:#93c5fd;background:#3b82f626;border:1px solid #3b82f640}.audience-card--blue .audience-card__cta:hover{background:#3b82f640}.vitrine-card{border-radius:1.25rem;padding:1.75rem 2rem;position:relative;background:#22c55e0a!important;border:1px solid #22c55e40!important}.vitrine-card__popular{color:#fff;white-space:nowrap;letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:9999px;padding:.25rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.vitrine-card__inner{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}@media (min-width:768px){.vitrine-card__inner{flex-direction:row;justify-content:space-between;align-items:center}}.vitrine-card__left{flex:1;align-items:flex-start;gap:1rem;display:flex}.vitrine-card__icon-wrap{color:#86efac;background:#22c55e26;border:1px solid #22c55e33;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex}.vitrine-card__title{color:#fff;margin-bottom:.375rem;font-family:Syne,sans-serif;font-size:1.25rem;font-weight:700}.vitrine-card__desc{color:#ffffff80;max-width:36rem;font-size:.9rem;line-height:1.6}.vitrine-card__right{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}@media (min-width:768px){.vitrine-card__right{flex-shrink:0;align-items:flex-end}}.vitrine-card__price{color:#86efac;font-family:Syne,sans-serif;font-size:1.5rem;font-weight:800}.vitrine-card__delay{color:#fff6;margin-bottom:.5rem;font-size:.8rem}.vitrine-card__cta{border-radius:.75rem;gap:.5rem;padding:.625rem 1.5rem;font-size:.875rem}[dir=rtl]{font-family:Cairo,sans-serif}[dir=rtl] .navbar__mobile-bottom .btn-primary{margin-left:0;margin-right:1rem}[dir=rtl] .hero__buttons{flex-direction:row-reverse}[dir=rtl] .contact__form-row{direction:rtl}[dir=rtl] .reason-card__point,[dir=rtl] .process__step--right{flex-direction:row-reverse}[dir=rtl] .footer__grid{direction:rtl}[dir=rtl] .testimonial-card__author{flex-direction:row-reverse}[dir=rtl] .lang-switcher__dropdown{left:0;right:auto}
