:root{--color-navy-950:#07060f;--color-navy-900:#0f0d1a;--color-navy-800:#1a1728;--color-navy-700:#2d2850;--color-slate-500:#9490b0;--color-slate-400:#b8b4d0;--color-slate-200:#2a2640;--color-slate-100:#1e1b2e;--color-slate-50:#141220;--color-white:#fff;--color-primary:#8b5cf6;--color-primary-light:#a78bfa;--color-primary-dark:#7c3aed;--color-accent:#2dd4bf;--color-accent-light:#5eead4;--color-gold:#fb923c;--color-gold-light:#fdba74;--color-success:#34d399;--color-surface:#141220;--color-surface-elevated:#1a1728;--color-border:#2a2640;--color-text:#c8c4e0;--color-text-heading:#f0eeff;--gradient-hero:linear-gradient(135deg, #0f0d1a 0%, #1a1040 45%, #0d1f2a 100%);--gradient-primary:linear-gradient(135deg, #7c3aed 0%, #2dd4bf 100%);--gradient-gold:linear-gradient(135deg, #f97316 0%, #fbbf24 100%);--gradient-card:linear-gradient(145deg, #8b5cf61f 0%, #2dd4bf0f 100%);--font-body:"Inter", system-ui, sans-serif;--font-heading:"Plus Jakarta Sans", system-ui, sans-serif;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 16px #00000059;--shadow-lg:0 12px 40px #00000073;--shadow-glow:0 0 60px #8b5cf633;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--nav-height:72px;--section-padding:clamp(4rem, 8vw, 7rem);--container-max:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-navy-950);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6;overflow-x:hidden}#root{min-height:100vh}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-text-heading);line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 clamp(1.25rem,4vw,2rem)}.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary-light);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--gradient-primary);border-radius:2px;width:24px;height:2px}.section-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700}.section-subtitle{color:var(--color-slate-500);max-width:560px;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}.btn{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--gradient-primary);color:var(--color-white);box-shadow:0 4px 20px #7c3aed66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #7c3aed8c}.btn-outline{color:var(--color-white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:0 0;border:1.5px solid #ffffff40}.btn-outline:hover{background:#8b5cf626;border-color:#a78bfa80;transform:translateY(-2px)}.btn-dark{background:var(--color-navy-800);color:var(--color-white)}.btn-dark:hover{background:var(--color-navy-700);box-shadow:var(--shadow-md);transform:translateY(-2px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-navy-900)}::-webkit-scrollbar-thumb{background:var(--color-navy-700);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.image-reveal{border-radius:inherit;position:relative;overflow:hidden}.image-reveal img{object-fit:cover;width:100%;height:100%;display:block}.image-reveal__shine{pointer-events:none;background:linear-gradient(105deg,#0000 40%,#ffffff14 50%,#0000 60%);animation:6s ease-in-out infinite shine;position:absolute;inset:0;transform:translate(-100%)}@keyframes shine{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.skip-link{z-index:9999;background:var(--color-primary);color:var(--color-white);border-radius:var(--radius-sm);padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:top .2s;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:1rem}.navbar{z-index:1000;height:var(--nav-height);transition:background .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--color-border);background:#0f0d1ae0}.navbar__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.navbar__logo{align-items:center;gap:.75rem;display:flex}.navbar__logo-icon{background:var(--gradient-primary);width:42px;height:42px;color:var(--color-white);font-family:var(--font-heading);letter-spacing:.05em;border-radius:var(--radius-sm);justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.navbar__logo-text{font-family:var(--font-heading);color:var(--color-text-heading);flex-direction:column;font-size:1rem;font-weight:700;line-height:1.2;display:flex}.navbar__logo-text small{color:var(--color-slate-500);letter-spacing:.04em;font-size:.6875rem;font-weight:500}.navbar__nav{align-items:center;gap:1.25rem;display:flex}.navbar__link{color:var(--color-slate-400);font-size:.875rem;font-weight:500;transition:color .2s;position:relative}.navbar__link:after{content:"";background:var(--gradient-primary);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar__link:hover{color:var(--color-primary-light)}.navbar__link:hover:after{width:100%}.navbar__cta{padding:.625rem 1.25rem;font-size:.875rem}.navbar__burger{flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:none}.navbar__burger span{background:var(--color-text-heading);border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__mobile{display:none}@media (width<=768px){.navbar__nav,.navbar__cta{display:none}.navbar__burger{display:flex}.navbar__mobile{top:var(--nav-height);background:var(--color-navy-900);z-index:999;flex-direction:column;gap:1rem;padding:2rem;display:flex;position:fixed;bottom:0;left:0;right:0}.navbar__mobile-link{font-family:var(--font-heading);color:var(--color-text-heading);border-bottom:1px solid var(--color-border);padding:.5rem 0;font-size:1.5rem;font-weight:600}}.particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.particles__dot{background:#a78bfa80;border-radius:50%;animation:ease-in-out infinite float-particle;position:absolute}.particles__dot:nth-child(3n){background:#2dd4bf73}.particles__dot:nth-child(5n){background:#ffffff40}@keyframes float-particle{0%,to{opacity:.3;transform:translateY(0)translate(0)}50%{opacity:.8;transform:translateY(-30px)translate(10px)}}.phone-mockup{width:220px;height:440px;position:relative}.phone-mockup__frame{background:linear-gradient(145deg,#2a2640 0%,#1a1728 50%,#0f0d1a 100%);border-radius:36px;width:100%;height:100%;padding:10px;position:relative;box-shadow:0 0 0 1px #ffffff1a,0 0 60px #8b5cf633,0 30px 60px #00000080,inset 0 1px #ffffff14}.phone-mockup__island{z-index:10;background:#0a0812;border-radius:20px;width:72px;height:22px;position:absolute;top:14px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 0 1px #ffffff0d}.phone-mockup__side-btn{background:#2a2640;border-radius:2px;position:absolute}.phone-mockup__side-btn--left{width:3px;height:28px;top:100px;left:-3px;box-shadow:-1px 0 #ffffff0d}.phone-mockup__side-btn--right{width:3px;height:48px;top:90px;right:-3px;box-shadow:1px 0 #ffffff0d}.phone-mockup__screen{background:linear-gradient(#12101c 0%,#0a0812 100%);border-radius:28px;flex-direction:column;width:100%;height:100%;padding:12px 10px 8px;display:flex;overflow:hidden}.phone-mockup__status{color:#ffffffe6;justify-content:space-between;align-items:center;padding:18px 8px 6px;font-size:.625rem;font-weight:600;display:flex}.phone-mockup__status-icons{align-items:center;gap:4px;display:flex}.phone-mockup__signal{opacity:.8;background:linear-gradient(#0000 60%,#fff 60%) 0 0/3px 100% repeat-x;width:14px;height:8px}.phone-mockup__wifi{border:2px solid #fffc;border-top:none;border-radius:0 0 6px 6px;width:10px;height:8px}.phone-mockup__battery{border:1.5px solid #fffc;border-radius:2px;width:18px;height:8px;position:relative}.phone-mockup__battery:after{content:"";background:#34d399;border-radius:1px;position:absolute;inset:1px 3px 1px 1px}.phone-mockup__header{align-items:center;gap:8px;padding:8px 4px 12px;display:flex}.phone-mockup__avatar{background:var(--gradient-primary);color:#fff;letter-spacing:.03em;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.5rem;font-weight:800;display:flex}.phone-mockup__header-text{flex-direction:column;flex:1;min-width:0;display:flex}.phone-mockup__greeting{color:#ffffff73;font-size:.5625rem}.phone-mockup__name{color:#fff;letter-spacing:-.01em;font-size:.6875rem;font-weight:700}.phone-mockup__bell{background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;width:28px;height:28px;position:relative}.phone-mockup__bell:before{content:"";border:1.5px solid #ffffff80;border-radius:4px 4px 0 0;width:10px;height:8px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.phone-mockup__stats{grid-template-columns:1fr 1fr;gap:6px;padding:0 4px 10px;display:grid}.phone-mockup__stat{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;padding:8px}.phone-mockup__stat--primary{background:#8b5cf61f;border-color:#8b5cf633}.phone-mockup__stat-label{color:#ffffff73;margin-bottom:2px;font-size:.5rem;display:block}.phone-mockup__stat-value{color:#fff;letter-spacing:-.02em;font-size:.75rem;font-weight:700;display:block}.phone-mockup__stat-trend{color:#a78bfa;margin-top:2px;font-size:.5rem;font-weight:600;display:block}.phone-mockup__stat-trend--teal{color:#2dd4bf}.phone-mockup__chart{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;margin:0 4px 10px;padding:8px}.phone-mockup__chart-header{color:#ffffffb3;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.5625rem;font-weight:600;display:flex}.phone-mockup__chart-badge{color:#34d399;letter-spacing:.04em;background:#34d39926;border-radius:100px;padding:2px 6px;font-size:.4375rem;font-weight:700}.phone-mockup__bars{align-items:flex-end;gap:4px;height:48px;display:flex}.phone-mockup__bar-wrap{flex:1;align-items:flex-end;height:100%;display:flex}.phone-mockup__bar{background:#8b5cf659;border-radius:3px 3px 0 0;width:100%;min-height:4px}.phone-mockup__bar--active{background:var(--gradient-primary);box-shadow:0 0 8px #8b5cf680}.phone-mockup__list{flex-direction:column;flex:1;gap:4px;min-height:0;padding:0 4px;display:flex}.phone-mockup__list-item{background:#ffffff08;border:1px solid #ffffff0a;border-radius:8px;align-items:center;gap:6px;padding:6px 8px;display:flex}.phone-mockup__list-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.phone-mockup__list-dot--violet{background:#a78bfa}.phone-mockup__list-dot--teal{background:#2dd4bf}.phone-mockup__list-dot--gold{background:#fb923c}.phone-mockup__list-label{color:#ffffff8c;flex:1;font-size:.5625rem}.phone-mockup__list-value{color:#fff;font-size:.625rem;font-weight:700}.phone-mockup__nav{border-top:1px solid #ffffff0d;justify-content:space-around;align-items:center;margin-top:auto;padding:8px 12px 4px;display:flex}.phone-mockup__nav-item{background:#ffffff14;border-radius:6px;width:18px;height:18px}.phone-mockup__nav-item--active{background:#8b5cf64d;box-shadow:0 0 8px #8b5cf64d}.phone-mockup__home-bar{background:#ffffff40;border-radius:4px;width:80px;height:4px;margin:6px auto 2px}.hero{min-height:100vh;padding-top:var(--nav-height);background:var(--gradient-hero);align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg{pointer-events:none;position:absolute;inset:0}.hero__orb{filter:blur(80px);opacity:.4;border-radius:50%;position:absolute}.hero__orb--1{background:var(--color-primary);width:500px;height:500px;animation:8s ease-in-out infinite pulse-orb;top:-10%;right:-5%}.hero__orb--2{background:var(--color-accent);width:400px;height:400px;animation:8s ease-in-out 4s infinite pulse-orb;bottom:-10%;left:-5%}@keyframes pulse-orb{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.hero__grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 20%,#0000 70%);mask-image:radial-gradient(#000 20%,#0000 70%)}.hero__layout{z-index:2;padding:var(--section-padding) 0;grid-template-columns:1fr;align-items:center;gap:3rem;display:grid;position:relative}@media (width>=960px){.hero__layout{grid-template-columns:1fr 1fr;gap:2rem}}.hero__content{max-width:600px}.hero__badge{color:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;display:inline-flex}.hero__badge-dot{background:var(--color-accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.hero__title{color:var(--color-white);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,3.75rem);font-weight:800;line-height:1.1}.hero__title-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:#ffffffa6;max-width:520px;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero__capabilities{border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:clamp(1rem,3vw,2rem);padding-top:2rem;list-style:none;display:flex}.hero__capability{flex-direction:column;min-width:140px;display:flex}.hero__capability-label{font-family:var(--font-heading);color:var(--color-white);letter-spacing:-.01em;font-size:.9375rem;font-weight:700}.hero__capability-detail{color:#ffffff80;margin-top:.25rem;font-size:.8125rem;line-height:1.4}.hero__visual{height:480px;display:none;position:relative}@media (width>=960px){.hero__visual{display:block}}.hero__image-stack{width:200px;height:260px;position:absolute;top:20px;left:0}.hero__stack-img{border-radius:var(--radius-md);object-fit:cover;box-shadow:var(--shadow-lg);border:2px solid #ffffff1a;position:absolute}.hero__stack-img--back{z-index:1;width:180px;height:120px;top:0;left:0;transform:rotate(-6deg)}.hero__stack-img--front{z-index:2;width:200px;height:140px;bottom:0;right:0;transform:rotate(4deg)}.hero__phone-wrap{z-index:3;position:absolute;top:50%;left:50%;transform:translate(-42%,-50%)}.hero__ebay-card{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:4;background:#fffffff2;align-items:center;gap:12px;padding:14px 18px;display:flex;position:absolute;bottom:40px;left:0}.hero__ebay-icon{background:var(--gradient-gold);border-radius:var(--radius-sm);width:44px;height:44px;color:var(--color-white);justify-content:center;align-items:center;display:flex}.hero__ebay-title{color:var(--color-slate-500);font-size:.75rem;font-weight:500}.hero__ebay-revenue{font-family:var(--font-heading);color:var(--color-slate-500);font-size:.875rem;font-weight:600}.hero__float-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--color-white);z-index:5;background:#8b5cf633;border:1px solid #a78bfa4d;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:30px;right:0}.hero__float-badge-icon{background:var(--color-success);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.625rem;display:flex}@media (width<=768px){.hero__capabilities{gap:1.25rem}}@media (width<=959px){.hero__layout:after{content:"";border-radius:var(--radius-lg);border:1px solid var(--color-border);background:linear-gradient(90deg,#8b5cf626,#2dd4bf1a),url(https://images.unsplash.com/photo-1551650975-87deedd944c3?auto=format&fit=crop&w=1200&q=80) 50%/cover;height:200px;margin-top:-1rem;animation:4s ease-in-out infinite hero-img-pulse;display:block}}@keyframes hero-img-pulse{0%,to{opacity:.9}50%{opacity:1}}.marquee{background:var(--color-navy-900);border-block:1px solid var(--color-border);padding:1rem 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marquee__track{width:max-content;animation:35s linear infinite marquee-scroll;display:flex}.marquee__track:hover{animation-play-state:paused}.marquee__item{font-family:var(--font-heading);color:var(--color-slate-400);white-space:nowrap;letter-spacing:.02em;align-items:center;gap:.5rem;padding:0 1.75rem;font-size:.875rem;font-weight:600;display:inline-flex}.marquee__dot{background:var(--gradient-primary);border-radius:50%;flex-shrink:0;width:6px;height:6px}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about{padding:var(--section-padding) 0;background:var(--color-surface)}.about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);margin-bottom:clamp(3rem,6vw,5rem);display:grid}.about__text{color:var(--color-slate-500);max-width:520px;margin-top:1.25rem;line-height:1.7}.about__highlights{flex-direction:column;gap:.625rem;margin-top:1.5rem;display:flex}.about__highlights li{color:var(--color-text);align-items:flex-start;gap:.625rem;font-size:.9375rem;line-height:1.5;display:flex}.about__highlights li:before{content:"";background:var(--color-primary-light);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.5rem}.about__visual{min-height:400px;position:relative}.about__gallery{height:400px;position:relative}.about__gallery-img{border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);position:absolute}.about__gallery-img--main{z-index:2;width:72%;height:280px;top:0;left:0}.about__gallery-img--secondary{z-index:3;border:3px solid var(--color-surface);width:55%;height:200px;bottom:0;right:0}.about__stat-card{background:var(--gradient-primary);border-radius:var(--radius-md);text-align:center;width:140px;color:var(--color-white);box-shadow:var(--shadow-glow);z-index:4;padding:1.25rem;animation:4s ease-in-out infinite float-stat;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}@keyframes float-stat{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 8px))}}.about__stat-number{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;line-height:1;display:block}.about__stat-label{opacity:.9;margin-top:.375rem;font-size:.75rem;font-weight:500;display:block}.about__stat-sub{opacity:.75;margin-top:.125rem;font-size:.6875rem;display:block}.about__values{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.about__value{background:var(--color-surface-elevated);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:2rem;transition:transform .3s,box-shadow .3s,border-color .3s}.about__value:hover{box-shadow:var(--shadow-md);border-color:#8b5cf64d;transform:translateY(-4px)}.about__value-icon{background:var(--gradient-card);border-radius:var(--radius-sm);width:48px;height:48px;color:var(--color-primary);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.about__value-title{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.about__value-desc{color:var(--color-slate-500);font-size:.9375rem;line-height:1.6}@media (width<=900px){.about__grid{grid-template-columns:1fr}.about__visual{max-width:480px;min-height:320px;margin:0 auto}.about__gallery{height:320px}.about__stat-card{right:10px}.about__values{grid-template-columns:1fr}}.services{padding:var(--section-padding) 0;background:var(--color-navy-900)}.services__header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.services__header .section-subtitle{margin:0 auto}.services__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.service-card{border-radius:var(--radius-xl);border:1px solid var(--color-border);background:var(--color-surface-elevated);transition:box-shadow .4s,border-color .4s;position:relative;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-lg);border-color:#8b5cf640}.service-card__media{height:200px;position:relative;overflow:hidden}.service-card__media .image-reveal{height:100%}.service-card__media img{height:200px}.service-card__media-overlay{background:linear-gradient(to bottom, transparent 30%, var(--color-surface-elevated) 100%);pointer-events:none;position:absolute;inset:0}.service-card__icon{border-radius:var(--radius-md);border:3px solid var(--color-surface-elevated);z-index:2;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:absolute;bottom:-28px;left:1.75rem}.service-card--blue .service-card__icon{color:var(--color-primary-light);background:#8b5cf633}.service-card--gold .service-card__icon{color:var(--color-gold);background:#fb923c33}.service-card__body{padding:2.5rem clamp(1.5rem,4vw,2rem) clamp(1.5rem,4vw,2rem)}.service-card__tag{letter-spacing:.06em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.service-card--blue .service-card__tag{color:var(--color-primary-light)}.service-card--gold .service-card__tag{color:var(--color-gold)}.service-card__title{margin-bottom:.75rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700}.service-card__desc{color:var(--color-slate-500);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.service-card__features{flex-direction:column;gap:.625rem;margin-bottom:1.25rem;display:flex}.service-card__deliverables{color:var(--color-slate-500);border-radius:var(--radius-sm);border-left:3px solid var(--color-primary);background:#8b5cf60f;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.8125rem;line-height:1.5}.service-card__deliverables strong{color:var(--color-text-heading);font-weight:600}.service-card__feature{color:var(--color-text);align-items:center;gap:.625rem;font-size:.875rem;font-weight:500;display:flex}.service-card--blue .service-card__feature svg{color:var(--color-primary-light)}.service-card--gold .service-card__feature svg{color:var(--color-gold)}.service-card__link{align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;transition:gap .3s;display:inline-flex}.service-card--blue .service-card__link{color:var(--color-primary-light)}.service-card--gold .service-card__link{color:var(--color-gold)}.service-card__link:hover{gap:.75rem}@media (width<=768px){.services__grid{grid-template-columns:1fr}}.showcase{padding:var(--section-padding) 0;background:var(--color-navy-950);overflow:hidden}.showcase__header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.showcase__header .section-subtitle{margin:0 auto}.showcase__grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:1rem;display:grid}.showcase__card{border-radius:var(--radius-lg);border:1px solid var(--color-border);cursor:pointer;position:relative;overflow:hidden}.showcase__card--wide{grid-column:span 2}.showcase__image{border-radius:inherit;width:100%;height:100%}.showcase__image img{height:100%;min-height:220px}.showcase__overlay{pointer-events:none;background:linear-gradient(#0000 45%,#07060fd9 100%);align-items:flex-end;padding:1.25rem;display:flex;position:absolute;inset:0}.showcase__tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-text-heading);letter-spacing:.03em;background:#8b5cf640;border:1px solid #a78bfa4d;border-radius:100px;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-block}@media (width<=900px){.showcase__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.showcase__card--wide{grid-column:span 2}}@media (width<=480px){.showcase__grid{grid-template-columns:1fr;grid-auto-rows:200px}.showcase__card--wide{grid-column:span 1}}.process{padding:var(--section-padding) 0;background:var(--color-surface)}.process__header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.process__header .section-subtitle{margin:0 auto}.process__timeline{position:relative}.process__line{display:none}@media (width>=1025px){.process__line{background:var(--gradient-primary);transform-origin:0;z-index:0;height:2px;display:block;position:absolute;top:28px;left:12.5%;right:12.5%}}.process__grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.process__card{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);height:100%;padding:2.25rem 1.75rem 1.75rem;transition:border-color .3s,box-shadow .3s;position:relative}.process__card:hover{box-shadow:var(--shadow-md);border-color:#8b5cf64d}.process__step-dot{display:none}@media (width>=1025px){.process__step-dot{background:var(--color-primary);border:3px solid var(--color-surface);border-radius:50%;width:14px;height:14px;display:block;position:absolute;top:-6px;left:50%;transform:translate(-50%);box-shadow:0 0 12px #8b5cf680}}.process__step{font-family:var(--font-heading);letter-spacing:.1em;color:var(--color-primary-light);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block}.process__title{margin-bottom:.625rem;font-size:1.125rem;font-weight:700}.process__desc{color:var(--color-slate-500);font-size:.9375rem;line-height:1.65}@media (width<=1024px){.process__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.process__grid{grid-template-columns:1fr}}.faq{padding:var(--section-padding) 0;background:var(--color-navy-900)}.faq__layout{grid-template-columns:1fr 1.4fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.faq__cta{margin-top:1.75rem}.faq__list{flex-direction:column;gap:.75rem;display:flex}.faq__item{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-elevated);transition:border-color .3s;overflow:hidden}.faq__item--open{border-color:#8b5cf659}.faq__question{width:100%;font-family:var(--font-heading);color:var(--color-text-heading);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.125rem 1.25rem;font-size:.9375rem;font-weight:600;display:flex}.faq__icon{flex-shrink:0;width:20px;height:20px;position:relative}.faq__icon:before,.faq__icon:after{content:"";background:var(--color-primary-light);border-radius:2px;width:12px;height:2px;position:absolute;top:50%;left:50%}.faq__icon:before{transform:translate(-50%,-50%)}.faq__icon:after{transform:translate(-50%,-50%)rotate(90deg)}.faq__answer{overflow:hidden}.faq__answer p{color:var(--color-slate-500);padding:0 1.25rem 1.125rem;font-size:.9375rem;line-height:1.7}@media (width<=900px){.faq__layout{grid-template-columns:1fr}}.cta{padding:var(--section-padding) 0;background:var(--color-surface)}.cta__inner{background:var(--gradient-hero);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-glow);justify-content:space-between;align-items:center;gap:2rem;padding:clamp(2rem,4vw,3rem);display:flex}.cta__title{color:var(--color-text-heading);margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.cta__text{color:var(--color-slate-500);max-width:480px;font-size:.9375rem;line-height:1.65}.cta__actions{flex-direction:column;flex-shrink:0;gap:.75rem;display:flex}.cta__email{padding:.75rem 1.25rem;font-size:.875rem}@media (width<=768px){.cta__inner{text-align:center;flex-direction:column}.cta__text{margin:0 auto}.cta__actions,.cta__actions .btn{width:100%}}.contact{padding:var(--section-padding) 0;background:var(--color-navy-900);position:relative;overflow:hidden}.contact__bg{pointer-events:none;background:radial-gradient(at 20%,#7c3aed2e,#0000 50%),radial-gradient(at 80%,#2dd4bf1f,#0000 50%);position:absolute;inset:0}.contact__grid{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid;position:relative}.contact__info .section-label{color:var(--color-accent)}.contact__info .section-title{color:var(--color-white)}.contact__info .section-subtitle{color:#fff9}.contact__details{flex-direction:column;gap:1.25rem;margin-top:2.5rem;display:flex}.contact__detail{border-radius:var(--radius-md);background:#ffffff0d;border:1px solid #ffffff14;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:background .3s,border-color .3s;display:flex}.contact__detail:hover{background:#ffffff14;border-color:#ffffff26}.contact__detail-icon{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--color-accent-light);background:#8b5cf633;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact__detail-label{color:#ffffff73;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.125rem;font-size:.75rem;font-weight:500;display:block}.contact__detail-value{color:var(--color-white);font-size:.9375rem;font-weight:500}.contact__form-wrapper{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:clamp(1.5rem,4vw,2.5rem)}.contact__form{flex-direction:column;gap:1.25rem;display:flex}.contact__field{flex-direction:column;gap:.5rem;display:flex}.contact__field label{color:var(--color-text-heading);font-size:.875rem;font-weight:600}.contact__field input,.contact__field select,.contact__field textarea{color:var(--color-text-heading);background:var(--color-navy-900);border:1.5px solid var(--color-border);border-radius:var(--radius-sm);outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.contact__field input::placeholder,.contact__field textarea::placeholder{color:var(--color-slate-500)}.contact__field input:focus,.contact__field select:focus,.contact__field textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #8b5cf626}.contact__field textarea{resize:vertical;min-height:100px}.contact__detail--static{cursor:default}.contact__detail--static:hover{background:#ffffff0d;border-color:#ffffff14}.contact__error{color:#f87171;margin-top:.25rem;font-size:.8125rem}.contact__form-error{border-radius:var(--radius-sm);color:#f87171;background:#f871711a;border:1px solid #f871714d;padding:.75rem 1rem;font-size:.875rem}.contact__spinner{border:2px solid #ffffff4d;border-top-color:var(--color-white);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.contact__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact__privacy{color:var(--color-slate-500);text-align:center;font-size:.75rem;line-height:1.5}.contact__reset{margin-top:1.25rem}.contact__submit{width:100%;margin-top:.5rem}.contact__success{text-align:center;padding:2rem 1rem}.contact__success-icon{width:64px;height:64px;color:var(--color-success);background:#34d39926;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.contact__success h3{margin-bottom:.5rem;font-size:1.5rem}.contact__success p{color:var(--color-slate-500);font-size:.9375rem}@media (width<=768px){.contact__grid{grid-template-columns:1fr}}.legal-modal{z-index:2000;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.legal-modal__backdrop{cursor:pointer;background:#000000a6;border:none;position:absolute;inset:0}.legal-modal__panel{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;max-width:640px;max-height:85vh;box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:relative;overflow:hidden}.legal-modal__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.legal-modal__header h2{font-size:1.25rem}.legal-modal__close{width:36px;height:36px;color:var(--color-slate-400);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.5rem;transition:background .2s,color .2s;display:flex}.legal-modal__close:hover{background:var(--color-border);color:var(--color-text-heading)}.legal-modal__body{color:var(--color-text);padding:1.5rem;font-size:.9375rem;line-height:1.7;overflow-y:auto}.legal-modal__body h3{color:var(--color-text-heading);margin:1.25rem 0 .5rem;font-size:1rem}.legal-modal__body p{margin-bottom:.75rem}.legal-modal__body a{color:var(--color-primary-light);text-decoration:underline}.footer{background:var(--color-navy-950);border-top:1px solid #ffffff0f;padding:3rem 0 2rem}.footer__top{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.5rem;padding-bottom:2rem;display:flex}.footer__logo{font-family:var(--font-heading);color:var(--color-white);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1rem;font-weight:700;display:flex}.footer__logo-icon{background:var(--gradient-primary);width:36px;height:36px;color:var(--color-white);letter-spacing:.05em;border-radius:6px;justify-content:center;align-items:center;font-size:.625rem;font-weight:800;display:flex}.footer__tagline{color:#ffffff73;max-width:320px;margin-bottom:.75rem;font-size:.875rem;line-height:1.6}.footer__email{color:var(--color-primary-light);font-size:.875rem;font-weight:500;transition:color .2s}.footer__email:hover{color:var(--color-accent-light)}.footer__nav{gap:2rem;display:flex}.footer__link{color:#fff9;font-size:.875rem;font-weight:500;transition:color .2s}.footer__link:hover{color:var(--color-white)}.footer__bottom{color:#ffffff59;justify-content:space-between;align-items:center;font-size:.8125rem;display:flex}.footer__legal{align-items:center;gap:1.25rem;display:flex}.footer__legal button{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8125rem;transition:color .2s}.footer__legal button:hover{color:var(--color-white)}.footer__domain{color:#ffffff80;font-weight:500}@media (width<=640px){.footer__top{flex-direction:column}.footer__nav{flex-wrap:wrap;gap:1rem 1.5rem}.footer__bottom{text-align:center;flex-direction:column;gap:1rem}.footer__legal{flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem}}
