.navbar{position:sticky;top:0;z-index:40;width:100%;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:linear-gradient(90deg,#0f172af2,#0f172acc,#0f172af2);border-bottom:1px solid rgba(148,163,184,.35);box-shadow:0 12px 30px #0f172ab3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .25s ease,box-shadow .25s ease}.navbar.navbar-scrolled{background:linear-gradient(90deg,#0f172afa,#0f172ae6,#0f172afa);box-shadow:0 16px 40px #0f172ae6}.navbar-inner{max-width:1200px;height:80px;margin:0 auto;padding:.8rem 2rem;display:flex;align-items:center;justify-content:space-between;position:relative}.navbar-left{display:flex;align-items:center;gap:.75rem}.brand-logo{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(56,189,248,.7))}.brand-text{display:flex;flex-direction:column}.brand-title{font-size:1.05rem;font-weight:700;letter-spacing:.04em;color:#e5f0ff}.brand-subtitle{font-size:.72rem;font-weight:500;opacity:.9;color:#9ca3af}.navbar-burger{display:none;background:radial-gradient(circle at 30% 0%,#22d3ee,#1d4ed8);border-radius:999px;border:1px solid rgba(148,163,184,.6);cursor:pointer;padding:.4rem;margin-left:1rem;box-shadow:0 0 18px #2563ebb3}.burger-lines{display:inline-block;width:18px;height:2px;background:#fff;position:relative;transition:transform .2s ease,background .2s ease}.burger-lines:before,.burger-lines:after{content:"";position:absolute;left:0;width:18px;height:2px;background:#fff;transition:transform .2s ease,top .2s ease,opacity .2s ease}.burger-lines:before{top:-6px}.burger-lines:after{top:6px}.burger-open{background:transparent}.burger-open:before{top:0;transform:rotate(45deg)}.burger-open:after{top:0;transform:rotate(-45deg)}.navbar-nav{display:flex;align-items:center;gap:1.8rem;font-size:.95rem}.navbar a{font-size:.98rem;text-decoration:none;font-weight:500}.nav-link{color:#e5f0ff;position:relative;padding-bottom:.1rem}.nav-link:after{content:"";position:absolute;left:0;bottom:-.2rem;width:0;height:2px;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#38bdf8,#a855f7);box-shadow:0 0 10px #38bdf8b3;transition:width .22s ease}.nav-link:hover:after{width:100%}.nav-link:hover{color:#fff}.nav-cta{padding:.45rem 1.4rem;border-radius:999px;border:1px solid rgba(251,146,60,.9);background:radial-gradient(circle at 30% 0%,rgba(251,146,60,.1),transparent 70%);color:#fed7aa;font-weight:600;box-shadow:0 0 16px #fb923c73}.nav-cta:hover{background:linear-gradient(135deg,#fb923c,#f97316);color:#111827;box-shadow:0 16px 32px #f86622b3}@media(max-width:900px){.navbar-inner{max-width:100%;padding:.8rem 1.2rem}}@media(max-width:640px){.navbar-inner{height:72px}.navbar-burger{display:inline-flex;align-items:center;justify-content:center}.navbar-nav{position:absolute;top:72px;right:0;left:0;margin:0;padding:.9rem 1.2rem 1.1rem;background:radial-gradient(circle at top,#020617,#020617 40% 100%);display:flex;flex-direction:column;align-items:flex-start;gap:.9rem;box-shadow:0 18px 30px #0f172ad9;transform:translateY(-16px) scaleY(.8);transform-origin:top;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease;border-bottom-left-radius:18px;border-bottom-right-radius:18px}.navbar-nav-open{opacity:1;transform:translateY(0) scaleY(1);pointer-events:auto}.nav-cta{align-self:stretch;text-align:center;margin-top:.5rem}.brand-logo{width:52px;height:52px}.brand-title{font-size:.85rem}.brand-subtitle{font-size:.64rem}}.hero{position:relative;min-height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top left,#0b1120,#020617 45%,#000);color:#f9fafb}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(30,64,175,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(30,64,175,.22) 1px,transparent 1px);background-size:60px 60px;opacity:.18;pointer-events:none}.hero:after{content:"";position:absolute;width:520px;height:520px;left:-180px;bottom:-220px;background:radial-gradient(circle at 30% 30%,rgba(147,51,234,.6),transparent 65%),radial-gradient(circle at 70% 80%,rgba(59,130,246,.6),transparent 65%);filter:blur(20px);opacity:.75;pointer-events:none}.hero-inner{position:relative;z-index:1;max-width:1100px;padding:8rem 6rem;text-align:left}.hero-title{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.1;background:linear-gradient(135deg,#fff,#e5f0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1.3rem}.hero-title:after{content:"";display:block;margin-top:.7rem;width:90px;height:3px;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#38bdf8,#a855f7)}.hero-highlight{background:linear-gradient(135deg,#22d3ee,#38bdf8,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.05rem,2.7vw,1.35rem);opacity:.9;max-width:640px;margin:0 0 2.6rem;color:#9ca3af}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.6rem;border-radius:999px;font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.btn-primary{background:linear-gradient(135deg,#22c55e,#16a34a);color:#0b1120;box-shadow:0 18px 35px #22c55e66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 45px #22c55e8c}.btn-secondary{background:transparent;color:#e5e7eb;border:1px solid rgba(148,163,184,.7)}.btn-secondary:hover{background:#0f172ab3}@media(max-width:1024px){.hero-inner{padding:6rem 3rem}}@media(max-width:640px){.hero{min-height:auto;padding:3.5rem 0 3rem}.hero-inner{padding:0 1.5rem}.hero-title{font-size:clamp(2.1rem,7vw,3rem)}.hero-subtitle{max-width:100%}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}}.services{background:radial-gradient(circle at top left,#1f2937,#020617 55%,#000);min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.services:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(148,163,184,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.06) 1px,transparent 1px);background-size:40px 40px;opacity:.4;pointer-events:none}.services:after{content:"";position:absolute;width:420px;height:420px;background:radial-gradient(circle at 20% 20%,rgba(56,189,248,.45),transparent 60%),radial-gradient(circle at 80% 80%,rgba(168,85,247,.35),transparent 60%);filter:blur(6px);opacity:.75;pointer-events:none}.services .section-title{margin:0 6rem .8rem;font-size:2rem;font-weight:700;color:#f9fafb;letter-spacing:.04em;position:relative;z-index:1}.services .section-title:after{content:"";position:absolute;left:0;bottom:-.5rem;width:72px;height:3px;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#a855f7,#f97316);box-shadow:0 0 16px #38bdf8e6}.services .section-subtitle{margin:0 6rem 2.1rem;font-size:1.05rem;font-weight:500;color:#9ca3af;max-width:640px;z-index:1}.services-grid{max-width:1100px;margin:0 auto;padding:0 2rem 4rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.6rem;position:relative;z-index:1}.service-card{position:relative;background:linear-gradient(135deg,#0f172ae6,#0f172aa6);border-radius:18px;padding:1.8rem 1.6rem;border:1px solid rgba(148,163,184,.35);box-shadow:0 18px 40px #0f172ae6;text-align:left;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);overflow:hidden}.service-card:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:conic-gradient(from 180deg,#38bdf800,#38bdf8e6,#a855f7e6,#f97316e6,#38bdf800);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .35s ease;pointer-events:none}.service-card:after{content:"";position:absolute;inset:30% -40%;background:radial-gradient(circle,rgba(56,189,248,.18),transparent 60%);opacity:0;transition:opacity .35s ease,transform .35s ease}.service-card:hover{transform:translateY(-8px) translateZ(0);box-shadow:0 26px 72px #0f172a;border-color:#38bdf8a6;background:linear-gradient(145deg,#0f172af2,#0f172ab3)}.service-card:hover:before{opacity:1}.service-card:hover:after{opacity:1;transform:translateY(-10%)}.service-icon{width:44px;height:44px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 0%,#22d3ee,#1d4ed8 40%,#020617);color:#e5f3ff;font-size:1.4rem;margin-bottom:1.1rem;box-shadow:0 0 22px #3b82f6cc}.service-title{font-size:1.05rem;font-weight:700;color:#e5e7eb;margin-bottom:.45rem}.service-text{font-size:.9rem;color:#9ca3af;line-height:1.6}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services .section-title,.services .section-subtitle{margin-left:3rem;margin-right:3rem}}@media(max-width:640px){.services{min-height:auto;padding:3rem 0}.services-grid{grid-template-columns:1fr;padding:0 1.5rem 3rem}.services .section-title,.services .section-subtitle{margin-left:1.5rem;margin-right:1.5rem}.services .section-title{margin-bottom:.9rem}.service-card{padding:1.5rem 1.3rem}}.section.solutions{background:radial-gradient(circle at top left,#0b1120,#020617 45%,#000);min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;color:#e5e7eb}.section.solutions:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(30,64,175,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(30,64,175,.22) 1px,transparent 1px);background-size:60px 60px;opacity:.18;pointer-events:none}.section.solutions:after{content:"";position:absolute;width:520px;height:520px;left:-180px;bottom:-220px;background:radial-gradient(circle at 30% 30%,rgba(147,51,234,.6),transparent 65%),radial-gradient(circle at 70% 80%,rgba(59,130,246,.6),transparent 65%);filter:blur(20px);opacity:.75;pointer-events:none}.section.solutions>.section-title,.section.solutions>.section-subtitle,.section.solutions>.solutions-grid{width:100%;max-width:1100px}.section.solutions .section-title{margin:0 6rem .9rem;font-size:2rem;font-weight:700;color:#f9fafb;letter-spacing:.04em;position:relative;z-index:1}.section.solutions .section-title:after{content:"";position:absolute;left:0;bottom:-.55rem;width:80px;height:3px;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#38bdf8,#a855f7)}.section.solutions .section-subtitle{margin:0 6rem 2.2rem;color:#9ca3af;font-weight:400;font-size:1.02rem;max-width:720px;position:relative;z-index:1}.section.solutions .section-title,.section.solutions .section-subtitle{align-self:flex-start}.solutions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.8rem;margin-top:2rem;padding-bottom:4rem;position:relative;z-index:1}.solution-card{position:relative;background:radial-gradient(circle at top left,#111827,#020617 65%);border-radius:22px;padding:2.2rem 1.8rem 2.4rem;border:1px solid rgba(148,163,184,.35);box-shadow:0 26px 60px #0f172ae6,0 0 0 1px #0f172acc inset;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.solution-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;border:1px solid transparent;background:linear-gradient(135deg,#38bdf800,#38bdf8e6,#a855f7e6,#f97316e6,#38bdf800);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:-1}.solution-card:after{content:"";position:absolute;left:10%;right:10%;bottom:-30px;height:60px;background:radial-gradient(circle at 50% 0%,rgba(59,130,246,.6),transparent 70%);opacity:0;transition:opacity .3s ease,transform .3s ease}.solution-card:hover{transform:translateY(-10px);background:radial-gradient(circle at top left,#1f2937,#020617 70%);border-color:#3b82f699;box-shadow:0 32px 80px #0f172a,0 0 0 1px #0f172acc inset}.solution-card:hover:before{opacity:1}.solution-card:hover:after{opacity:1;transform:translateY(-10px)}.solution-title{font-size:1.05rem;font-weight:700;color:#f9fafb;margin:0 0 1rem}.solution-list{list-style:none;margin:0;padding:0;font-size:.9rem;color:#cbd5f5}.solution-list li{position:relative;padding-left:1.4rem;margin-bottom:.4rem;line-height:1.55}.solution-list li:before{content:"✓";position:absolute;left:0;top:0;font-size:.85rem;color:#fbbf77}@media(max-width:1024px){.solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section.solutions .section-title,.section.solutions .section-subtitle{margin-left:3rem;margin-right:3rem}}@media(max-width:768px){.section.solutions{min-height:auto;padding:3rem 0}.section.solutions .section-title,.section.solutions .section-subtitle{margin:0 1.5rem .6rem;max-width:100%}.solutions-grid{grid-template-columns:1fr;max-width:100%;padding:0 1.5rem 3rem}.solution-card{padding:1.8rem 1.5rem 2.1rem}}.section.products{background:radial-gradient(circle at top left,#0b1120,#020617 45%,#000);min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;color:#e5e7eb}.section.products:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(30,64,175,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(30,64,175,.22) 1px,transparent 1px);background-size:60px 60px;opacity:.18;pointer-events:none}.section.products:after{content:"";position:absolute;width:520px;height:520px;left:-180px;bottom:-220px;background:radial-gradient(circle at 30% 30%,rgba(147,51,234,.6),transparent 65%),radial-gradient(circle at 70% 80%,rgba(59,130,246,.6),transparent 65%);filter:blur(20px);opacity:.75;pointer-events:none}.section.products .section-title{margin:0 6rem .9rem;font-size:2rem;font-weight:700;color:#f9fafb;letter-spacing:.04em;position:relative;z-index:1}.section.products .section-title:after{content:"";position:absolute;left:0;bottom:-.5rem;width:72px;height:3px;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#a855f7,#f97316);box-shadow:0 0 16px #38bdf8e6}.section.products .section-subtitle{margin:0 6rem 2rem;font-size:1.05rem;font-weight:500;color:#9ca3af;max-width:640px;z-index:1}.products-inner{max-width:1100px;margin:0 auto;padding:0 2rem 4rem;position:relative;z-index:1}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.6rem}.product-card{position:relative;background:radial-gradient(circle at top left,#111827,#020617 65%);border-radius:18px;padding:2.1rem 1.8rem 2.4rem;border:1px solid rgba(148,163,184,.35);box-shadow:0 26px 60px #0f172ae6,0 0 0 1px #0f172acc inset;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.product-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;border:1px solid transparent;background:linear-gradient(135deg,#38bdf800,#38bdf8e6,#a855f7e6,#f97316e6,#38bdf800);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:-1}.product-card:after{content:"";position:absolute;left:10%;right:10%;bottom:-30px;height:60px;background:radial-gradient(circle at 50% 0%,rgba(59,130,246,.6),transparent 70%);opacity:0;transition:opacity .3s ease,transform .3s ease}.product-card:hover{transform:translateY(-10px);background:radial-gradient(circle at top left,#1f2937,#020617 70%);border-color:#3b82f699;box-shadow:0 32px 80px #0f172a,0 0 0 1px #0f172acc inset}.product-card:hover:before{opacity:1}.product-card:hover:after{opacity:1;transform:translateY(-10px)}.product-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,#ffb677,#ff6b3d);color:#fff;font-size:1.6rem;margin-bottom:1.4rem;box-shadow:0 10px 24px #f8711699}.product-title{font-size:1.05rem;font-weight:700;color:#f9fafb;margin-bottom:.5rem}.product-text{font-size:.9rem;color:#cbd5f5;line-height:1.6}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section.products .section-title,.section.products .section-subtitle{margin-left:3rem;margin-right:3rem}.products-inner{padding:0 3rem 4rem}}@media(max-width:640px){.section.products{min-height:auto;padding:3rem 0}.products-grid{grid-template-columns:1fr;padding:0 1.5rem 3rem}.section.products .section-title,.section.products .section-subtitle{margin-left:0rem;margin-right:1.5rem}.section.products .section-title{margin-bottom:.9rem}.product-card{padding:1.8rem 1.4rem 2.1rem}}.contact-section{background:radial-gradient(circle at top left,#0b1120,#020617 45%,#000);color:#e5e7eb;min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.contact-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(30,64,175,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(30,64,175,.22) 1px,transparent 1px);background-size:60px 60px;opacity:.18;pointer-events:none}.contact-section:after{content:"";position:absolute;width:520px;height:520px;left:-180px;bottom:-220px;background:radial-gradient(circle at 30% 30%,rgba(147,51,234,.6),transparent 65%),radial-gradient(circle at 70% 80%,rgba(59,130,246,.6),transparent 65%);filter:blur(20px);opacity:.75;pointer-events:none}.contact-section .section-title{font-size:2rem;font-weight:700;color:#f9fafb;margin:0 6rem 1rem;letter-spacing:.04em;position:relative;z-index:1}.contact-section .section-title:after{content:"";position:absolute;left:0;bottom:-.5rem;width:72px;height:3px;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#a855f7,#f97316);box-shadow:0 0 16px #38bdf8e6}.contact-section .section-subtitle{margin:0 6rem 2.2rem;font-size:1.02rem;font-weight:500;color:#9ca3af;max-width:640px;z-index:1}.contact-wrapper{max-width:900px;margin:0 auto;padding:0 2rem 3rem;position:relative;z-index:1}.contact-form{background:linear-gradient(135deg,#0f172aeb,#0f172ab3);border-radius:20px;min-width:50vw;padding:2.4rem 2.4rem 2.2rem;box-shadow:0 26px 70px #0f172ae6;border:1px solid rgba(148,163,184,.45);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.form-field{display:flex;flex-direction:column;margin-bottom:1.2rem}.form-field label{font-size:.85rem;font-weight:600;color:#e5e7eb;margin-bottom:.35rem}.form-field input,.form-field textarea{border-radius:8px;border:1px solid #4b5563;padding:10px .9rem;font-size:.9rem;outline:none;text-align:left;background-color:#0f172ae6;color:#e5e7eb}.form-field input::placeholder,.form-field textarea::placeholder{color:#6b7280}.form-field input:focus,.form-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb73}.form-field textarea{resize:vertical;min-height:120px}.contact-submit{margin-top:.75rem}.form-status{margin-top:.75rem;font-size:.85rem}.form-status-success{color:#22c55e}.form-status-error{color:#f97373}@media(max-width:1024px){.contact-section .section-title,.contact-section .section-subtitle{margin-left:3rem;margin-right:3rem}}@media(max-width:768px){.contact-section{min-height:auto;padding:3rem 0 2.5rem}.contact-wrapper{padding:0 1.5rem 2rem}.contact-form{padding:2rem 1.8rem;min-width:auto}}@media(max-width:640px){.contact-section .section-title,.contact-section .section-subtitle{margin-left:1.5rem;margin-right:1.5rem}.contact-section .section-title{margin-bottom:1rem}.contact-form{padding:1.8rem 1.4rem}}.footer{background:#020617;color:#e5e7eb;padding-top:2.5rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;padding:2rem 2rem 2.5rem;margin:0 1rem;border-radius:18px 18px 0 0;background:linear-gradient(135deg,#0b63d6,#1a88ff);color:#fff}.footer-top-item{font-size:.9rem}.footer-top-label{font-weight:700;margin-bottom:.3rem}.footer-top-text{opacity:.95}.footer-bottom-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:2rem;padding:2.5rem 2rem 2rem;background:#020617;font-size:.9rem}.footer-col-title{margin:0 0 .6rem;font-size:.95rem;font-weight:700;color:#f9fafb}.footer-col-title.brand{color:#f97316}.footer-col-text{margin:0;color:#9ca3af}.footer-list{list-style:none;margin:0;padding:0}.footer-list li{margin-bottom:.35rem;color:#9ca3af}.footer-list a{color:inherit}.footer-list a:hover{color:#fff}.footer-bottom-bar{border-top:1px solid #1f2937;padding:1rem 2rem 1.5rem;font-size:.8rem;color:#6b7280;text-align:center}@media(max-width:1024px){.footer-top,.footer-bottom-main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.footer-top{grid-template-columns:1fr;margin:0 1rem}.footer-bottom-main{grid-template-columns:1fr;padding:2rem 1.5rem 1.5rem}.footer-bottom-bar{padding:1rem 1.5rem 1.5rem}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#050508;color:#f7f7f8;scroll-behavior:smooth}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.app{max-height:100vh}.section{padding:4rem 0}.section-title{font-size:2rem;font-weight:700;color:#fff;margin:0 6rem .75rem}.section-subtitle{margin:0 6rem .75rem;color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.9rem;border-radius:999px;border:1px solid transparent;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#7f5dff,#b28dff);color:#050508;box-shadow:0 14px 32px #7f5dff99}.btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 18px 40px #000000b3}.btn-secondary{background:#0a0a14cc;color:#f7f7f8;border-color:#fff3}.btn-secondary:hover{background:#12121ef2}
