@import url(https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=Outfit:wght@300;400;500;600;700;800&display=swap);:root{--bg:hsl(222 18% 6%);--bg-soft:hsl(222 16% 9%);--card:hsl(222 16% 9%);--secondary:hsl(222 14% 13%);--border:hsla(0, 0%, 100%, 0.06);--border-strong:hsla(0, 0%, 100%, 0.12);--white:hsl(210 25% 98%);--muted:hsl(215 14% 68%);--muted-soft:hsla(215, 14%, 68%, 0.9);--primary:hsl(24 95% 53%);--primary-strong:hsl(20 90% 48%);--primary-soft:hsla(24, 95%, 53%, 0.15);--primary-glow:hsla(24, 95%, 53%, 0.35);--radius-sm:0.625rem;--radius:1rem;--radius-lg:1.25rem;--radius-xl:1.5rem;--font-sans:'DM Sans', system-ui, -apple-system, sans-serif;--font-display:'Outfit',  system-ui, -apple-system, sans-serif;--container:1200px;--shadow-premium:inset 0 1px 0 rgba(255,255,255,0.05),
    0 1px 2px rgba(0,0,0,0.3),
    0 24px 48px -16px rgba(0,0,0,0.6);--shadow-glow-primary:0 0 0 1px rgba(249,115,22,0.2),
    0 8px 24px -4px rgba(249,115,22,0.35),
    0 16px 56px -16px rgba(249,115,22,0.25);--shadow-glow-primary-sm:0 4px 16px -4px rgba(249,115,22,0.3),
    0 8px 32px -12px rgba(249,115,22,0.2)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background:var(--bg);color:var(--white);font-family:var(--font-sans);font-size:1rem;line-height:1.6;letter-spacing:-.005em;font-feature-settings:"ss01","cv11";-webkit-text-size-adjust:100%}::selection{background:var(--primary-soft);color:var(--white)}img,svg{display:block;max-width:100%}svg{stroke-width:2}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;margin:0;color:var(--white)}p{margin:0}ul{margin:0;padding:0;list-style:none}*:focus-visible{outline:none;box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--primary);border-radius:6px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:hsl(0 0% 100% / .08);border-radius:999px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:hsl(215 14% 68% / .4)}.container{max-width:var(--container);margin:0 auto;padding:0 1rem;width:100%}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.glass-card{background:linear-gradient(180deg,rgb(255 255 255 / .025) 0%,rgb(255 255 255 / .005) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:all 0.3s cubic-bezier(.4,0,.2,1)}.glass-card:hover{background:linear-gradient(180deg,rgb(255 255 255 / .04) 0%,rgb(255 255 255 / .012) 100%);border-color:rgb(255 255 255 / .12)}.premium-card{position:relative;border-radius:var(--radius);background:linear-gradient(180deg,rgb(255 255 255 / .028) 0%,rgb(255 255 255 / .006) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px 0 rgb(255 255 255 / .04),0 1px 2px rgb(0 0 0 / .4),0 12px 32px -16px rgb(0 0 0 / .6);transition:all 0.3s cubic-bezier(.4,0,.2,1)}.premium-card:hover{border-color:rgb(249 115 22 / .25);box-shadow:inset 0 1px 0 rgb(255 255 255 / .06),0 1px 2px rgb(0 0 0 / .4),0 24px 48px -16px rgb(0 0 0 / .7),0 0 32px -8px rgb(249 115 22 / .18);transform:translateY(-2px)}.orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.bg-grid{position:absolute;inset:0;background-image:linear-gradient(to right,rgb(255 255 255 / .025) 1px,transparent 1px),linear-gradient(to bottom,rgb(255 255 255 / .025) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse 60% 60% at 50% 40%,#000 30%,transparent 80%);mask-image:radial-gradient(ellipse 60% 60% at 50% 40%,#000 30%,transparent 80%);pointer-events:none}.divider-fade{height:1px;background:linear-gradient(to right,transparent,rgb(255 255 255 / .12),transparent)}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--primary);margin-bottom:1.25rem}.section-label::before{content:'';display:inline-block;width:1.5rem;height:1px;background:rgb(249 115 22 / .6)}.accent,.text-warm{background-image:linear-gradient(110deg,#fdba74 0%,#fb923c 35%,#f97316 70%,#ea580c 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.text-primary-grad{background-image:linear-gradient(135deg,#fb923c 0%,#f97316 50%,#ea580c 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;font-family:var(--font-sans);font-weight:600;font-size:.9375rem;padding:0 1.75rem;height:3.25rem;border:1px solid #fff0;cursor:pointer;text-decoration:none;transition:all 0.25s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn svg{width:1.125rem;height:1.125rem}.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--shadow-glow-primary)}.btn-primary:hover{background:var(--primary-strong);transform:translateY(-2px);box-shadow:0 0 0 1px rgb(249 115 22 / .3),0 12px 32px -4px rgb(249 115 22 / .45),0 20px 64px -16px rgb(249 115 22 / .35)}.btn-outline{background:linear-gradient(180deg,rgb(255 255 255 / .025) 0%,rgb(255 255 255 / .005) 100%);border-color:rgb(255 255 255 / .1);color:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.btn-outline:hover{background:linear-gradient(180deg,rgb(255 255 255 / .05) 0%,rgb(255 255 255 / .015) 100%);border-color:rgb(255 255 255 / .18);transform:translateY(-1px)}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:1.25rem 0;background:#fff0;transition:all 0.5s cubic-bezier(.4,0,.2,1)}.site-header.scrolled{padding:.75rem 0;background:linear-gradient(180deg,rgb(13 15 20 / .85) 0%,rgb(13 15 20 / .6) 100%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgb(255 255 255 / .06)}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-logo{display:flex;align-items:center;gap:.625rem;text-decoration:none}.nav-logo-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:linear-gradient(135deg,rgb(249 115 22 / .2),rgb(249 115 22 / .05));border:1px solid rgb(249 115 22 / .2);box-shadow:var(--shadow-glow-primary-sm);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all 0.3s ease}.nav-logo:hover .nav-logo-icon{border-color:rgb(249 115 22 / .4)}.nav-logo:hover .nav-logo-icon img{transform:scale(1.1)}.nav-logo-icon img{transition:transform 0.3s ease}.nav-logo-text{font-family:var(--font-display);font-weight:700;font-size:1.25rem;letter-spacing:-.02em;color:var(--white)}.nav-logo-text span{color:var(--primary)}.nav-links{display:none;align-items:center;gap:.25rem}@media (min-width:768px){.nav-links{display:flex}}.nav-links a{font-size:.875rem;font-weight:500;color:var(--muted);padding:.5rem .875rem;border-radius:.5rem;transition:all 0.2s ease}.nav-links a:hover{color:var(--white);background:rgb(255 255 255 / .05)}.nav-cta{display:none;align-items:center;gap:.5rem;margin-left:.5rem;background:var(--primary);color:#fff;font-weight:600;font-size:.9375rem;padding:0 1.25rem;height:2.75rem;border-radius:999px;box-shadow:var(--shadow-glow-primary-sm);transition:all 0.25s ease}.nav-cta svg{width:1rem;height:1rem}@media (min-width:768px){.nav-cta{display:inline-flex}}.nav-cta:hover{background:var(--primary-strong);transform:translateY(-2px);box-shadow:var(--shadow-glow-primary)}.nav-mobile-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#fff0;border:0;color:var(--white);border-radius:.5rem;cursor:pointer;transition:background 0.2s ease}.nav-mobile-toggle:hover{background:rgb(255 255 255 / .05)}.nav-mobile-toggle svg{width:1.5rem;height:1.5rem}@media (min-width:768px){.nav-mobile-toggle{display:none}}.nav-mobile{position:absolute;top:100%;left:.75rem;right:.75rem;margin-top:.5rem;display:none;flex-direction:column;gap:.25rem;padding:.75rem;background:rgb(15 17 23 / .95);border:1px solid rgb(255 255 255 / .1);border-radius:var(--radius);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-premium)}.nav-mobile.open{display:flex}.nav-mobile a{font-size:1rem;font-weight:500;color:var(--muted);padding:.875rem;border-radius:.75rem;transition:all 0.2s ease}.nav-mobile a:hover{color:var(--white);background:rgb(255 255 255 / .05)}.nav-mobile .btn{margin-top:.5rem;height:3rem}.hero{position:relative;min-height:92vh;display:flex;align-items:center;padding-top:7rem;padding-bottom:4rem;overflow:hidden}@media (min-width:640px){.hero{padding-top:8rem}}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.32}.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,hsl(222 18% 6% / .85) 0%,hsl(222 18% 6% / .75) 50%,hsl(222 18% 6%) 100%),linear-gradient(180deg,hsl(222 18% 6% / .95),transparent 30%);pointer-events:none}.hero-overlay{display:none}.hero-glow{position:absolute;top:-12%;right:-8%;width:640px;height:640px;background:rgb(249 115 22 / .15);border-radius:50%;filter:blur(80px);pointer-events:none;animation:glow-pulse 6s ease-in-out infinite}.hero-glow::before{content:'';position:absolute;top:380px;right:220px;width:520px;height:520px;background:rgb(249 115 22 / .1);border-radius:50%;filter:blur(80px)}@media (max-width:768px){.hero-glow{display:none}}.hero .bg-grid{z-index:1;opacity:.6}.hero .container{position:relative;z-index:2}.hero-content{max-width:56rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:999px;background:linear-gradient(180deg,rgb(255 255 255 / .025) 0%,rgb(255 255 255 / .005) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--primary)}.hero-badge::before{content:'';position:relative;display:inline-flex;width:.5rem;height:.5rem;border-radius:50%;background:var(--primary);box-shadow:0 0 0 0 rgb(249 115 22 / .6);animation:ping-dot 1.6s cubic-bezier(0,0,.2,1) infinite}.hero h1{font-size:clamp(2.5rem, 6vw, 4.75rem);font-weight:700;line-height:1.08;letter-spacing:-.02em;color:var(--white);margin:1.5rem 0 1.75rem}.hero p{font-size:1.125rem;color:var(--muted-soft);max-width:38rem;line-height:1.7;margin-bottom:2.5rem}@media (min-width:768px){.hero p{font-size:1.25rem}}.hero-btns{display:flex;flex-direction:column;gap:.75rem}@media (min-width:640px){.hero-btns{flex-direction:row;gap:1rem}}.hero-btns .btn{height:3.5rem;padding:0 2rem;font-size:1rem}.hero-trust{margin-top:4rem;display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width:640px){.hero-trust{grid-template-columns:repeat(3,1fr);margin-top:5rem}}.hero-trust-item{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:var(--radius);background:linear-gradient(180deg,rgb(255 255 255 / .025) 0%,rgb(255 255 255 / .005) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:all 0.3s ease}.hero-trust-item:hover{background:linear-gradient(180deg,rgb(255 255 255 / .04) 0%,rgb(255 255 255 / .012) 100%);border-color:rgb(255 255 255 / .12)}.hero-trust-icon{width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:.75rem;background:linear-gradient(135deg,rgb(249 115 22 / .2),rgb(249 115 22 / .05));border:1px solid rgb(249 115 22 / .2);display:flex;align-items:center;justify-content:center;color:var(--primary)}.hero-trust-icon svg{width:1.25rem;height:1.25rem}.hero-trust-item span{font-size:.875rem;font-weight:600;color:var(--white);line-height:1.3}.section-about{position:relative;padding:6rem 0;overflow:hidden}@media (min-width:640px){.section-about{padding:8rem 0}}.section-about::before{content:'';position:absolute;top:25%;left:-10rem;width:480px;height:480px;background:rgb(249 115 22 / .06);border-radius:50%;filter:blur(80px);pointer-events:none}@media (max-width:768px){.section-about::before{display:none}}.about-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;position:relative;z-index:1}@media (min-width:1024px){.about-grid{grid-template-columns:1fr 1fr;gap:5rem}}.about-img-wrap{position:relative}.about-img-inner{position:relative;border-radius:var(--radius-xl);overflow:hidden;border:1px solid rgb(255 255 255 / .06);box-shadow:var(--shadow-premium)}.about-img-inner img{width:100%;height:560px;object-fit:cover}.about-img-inner::after{content:'';position:absolute;inset:0;border-radius:var(--radius-xl);box-shadow:inset 0 0 0 1px rgb(255 255 255 / .05);pointer-events:none}.about-img-badge{display:none;position:absolute;bottom:-2rem;right:-1rem;max-width:240px;padding:1.5rem;border-radius:var(--radius);background:linear-gradient(180deg,rgb(255 255 255 / .028) 0%,rgb(255 255 255 / .006) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:inset 0 1px 0 rgb(255 255 255 / .04),0 1px 2px rgb(0 0 0 / .4),0 12px 32px -16px rgb(0 0 0 / .6)}@media (min-width:640px){.about-img-badge{display:block;right:-2rem}}.about-img-badge .number{font-family:var(--font-display);font-weight:700;font-size:3rem;line-height:1;margin-bottom:.5rem;background-image:linear-gradient(135deg,#fb923c 0%,#f97316 50%,#ea580c 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.about-img-badge p{font-size:.875rem;color:var(--muted);line-height:1.4}.about-text h3{font-size:clamp(2rem, 4vw, 3rem);font-weight:700;line-height:1.1;margin:.5rem 0 1.5rem}.about-text p{color:var(--muted-soft);font-size:1.0625rem;line-height:1.75;margin-bottom:1.25rem}.about-points{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:2.5rem}@media (min-width:640px){.about-points{grid-template-columns:1fr 1fr}}.about-point{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border-radius:.75rem;background:linear-gradient(180deg,rgb(255 255 255 / .025) 0%,rgb(255 255 255 / .005) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:all 0.3s ease;font-size:.875rem;font-weight:500;color:var(--white);line-height:1.4}.about-point:hover{background:linear-gradient(180deg,rgb(255 255 255 / .04) 0%,rgb(255 255 255 / .012) 100%);border-color:rgb(255 255 255 / .12)}.about-point svg{width:1.25rem;height:1.25rem;color:var(--primary);flex-shrink:0;margin-top:.125rem}.section-services{position:relative;padding:6rem 0;overflow:hidden;background:linear-gradient(180deg,var(--bg) 0%,hsl(222 14% 13% / .2) 50%,var(--bg) 100%)}@media (min-width:640px){.section-services{padding:8rem 0}}.section-services::before{content:'';position:absolute;inset:0;background-image:linear-gradient(to right,rgb(255 255 255 / .025) 1px,transparent 1px),linear-gradient(to bottom,rgb(255 255 255 / .025) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse 60% 60% at 50% 40%,#000 30%,transparent 80%);mask-image:radial-gradient(ellipse 60% 60% at 50% 40%,#000 30%,transparent 80%);opacity:.5;pointer-events:none}.section-services::after{content:'';position:absolute;top:33%;right:0;width:520px;height:520px;background:rgb(249 115 22 / .05);border-radius:50%;filter:blur(80px);pointer-events:none}@media (max-width:768px){.section-services::after{display:none}}.section-services .container{position:relative;z-index:1}.services-header{text-align:center;max-width:48rem;margin:0 auto 4rem}@media (min-width:640px){.services-header{margin-bottom:5rem}}.services-header .section-label{justify-content:center}.services-header h3{font-size:clamp(2rem, 4vw, 3rem);font-weight:700;line-height:1.1;margin:.5rem 0 1.5rem}.services-header p{font-size:1.125rem;color:var(--muted-soft);line-height:1.7}.services-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{position:relative;display:flex;flex-direction:column;padding:1.875rem;border-radius:var(--radius);background:linear-gradient(180deg,rgb(255 255 255 / .028) 0%,rgb(255 255 255 / .006) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px 0 rgb(255 255 255 / .04),0 1px 2px rgb(0 0 0 / .4),0 12px 32px -16px rgb(0 0 0 / .6);transition:all 0.3s cubic-bezier(.4,0,.2,1);overflow:hidden;cursor:pointer;height:100%;text-decoration:none;color:inherit}@media (min-width:640px){.service-card{padding:2rem}}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgb(249 115 22 / .4),transparent);opacity:0;transition:opacity 0.5s ease}.service-card::after{content:'';position:absolute;top:-8rem;right:-8rem;width:16rem;height:16rem;background:rgb(249 115 22 / .1);border-radius:50%;filter:blur(60px);opacity:0;transition:opacity 0.5s ease;pointer-events:none}.service-card:hover{border-color:rgb(249 115 22 / .25);box-shadow:inset 0 1px 0 rgb(255 255 255 / .06),0 1px 2px rgb(0 0 0 / .4),0 24px 48px -16px rgb(0 0 0 / .7),0 0 32px -8px rgb(249 115 22 / .18);transform:translateY(-2px)}.service-card:hover::before,.service-card:hover::after{opacity:1}.service-icon{position:relative;width:3.5rem;height:3.5rem;border-radius:1rem;background:linear-gradient(135deg,rgb(249 115 22 / .2),rgb(249 115 22 / .05));border:1px solid rgb(249 115 22 / .15);display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1.5rem;box-shadow:var(--shadow-glow-primary-sm);transition:all 0.3s ease}.service-icon svg{width:1.75rem;height:1.75rem}.service-card:hover .service-icon{transform:scale(1.1);border-color:rgb(249 115 22 / .3)}.service-card h4{font-size:1.25rem;font-weight:700;line-height:1.35;color:var(--white);margin-bottom:.75rem;position:relative}.service-card p{position:relative;color:var(--muted);font-size:.95rem;line-height:1.65;margin-bottom:1.5rem}.service-card-more{position:relative;margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:1rem;border-top:1px solid rgb(255 255 255 / .06);font-size:.875rem;font-weight:600;color:var(--primary)}.service-card-more::after{content:'';width:2rem;height:2rem;border-radius:50%;background:rgb(249 115 22 / .1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'/%3E%3Cpolyline points='7 7 17 7 17 17'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:1rem 1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all 0.3s ease}.service-card:hover .service-card-more::after{background-color:var(--primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'/%3E%3Cpolyline points='7 7 17 7 17 17'/%3E%3C/svg%3E");transform:rotate(45deg)}.service-card-more svg{display:none}.section-wentylacja{position:relative;padding:6rem 0;overflow:hidden}@media (min-width:640px){.section-wentylacja{padding:8rem 0}}.section-wentylacja::before{content:'';position:absolute;top:0;right:0;width:500px;height:500px;background:rgb(249 115 22 / .05);border-radius:50%;filter:blur(80px);pointer-events:none}.section-wentylacja::after{content:'';position:absolute;bottom:0;left:0;width:400px;height:400px;background:rgb(249 115 22 / .04);border-radius:50%;filter:blur(80px);pointer-events:none}@media (max-width:768px){.section-wentylacja::before,.section-wentylacja::after{display:none}}.section-wentylacja .container{position:relative;z-index:1}.went-card{border-radius:var(--radius);padding:2rem;background:linear-gradient(180deg,rgb(255 255 255 / .028) 0%,rgb(255 255 255 / .006) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px 0 rgb(255 255 255 / .04),0 1px 2px rgb(0 0 0 / .4),0 12px 32px -16px rgb(0 0 0 / .6);margin-bottom:2rem}@media (min-width:640px){.went-card{padding:2.5rem}}.went-block{margin-top:4rem}.went-h{display:flex;align-items:flex-start;gap:1rem;font-family:var(--font-display);font-size:clamp(1.75rem, 3.5vw, 2.25rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--white);margin:1.25rem 0 1.25rem}.went-h-icon{width:3rem;height:3rem;flex-shrink:0;border-radius:1rem;background:linear-gradient(135deg,rgb(249 115 22 / .2),rgb(249 115 22 / .05));border:1px solid rgb(249 115 22 / .2);display:flex;align-items:center;justify-content:center;color:var(--primary);box-shadow:var(--shadow-glow-primary-sm);margin-top:.25rem}.went-h-icon svg{width:1.5rem;height:1.5rem}.went-body{display:flex;flex-direction:column;gap:1.25rem;color:var(--muted-soft);font-size:1.0625rem;line-height:1.75;margin-bottom:5rem}@media (min-width:640px){.went-body{padding-left:4rem}}.went-divider{margin-bottom:4rem}.went-link-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:999px;background:linear-gradient(180deg,rgb(255 255 255 / .025) 0%,rgb(255 255 255 / .005) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:var(--primary);font-weight:600;font-size:.875rem;transition:all 0.3s ease;margin-top:1rem}.went-link-pill:hover{background:linear-gradient(180deg,rgb(255 255 255 / .04) 0%,rgb(255 255 255 / .012) 100%);border-color:rgb(255 255 255 / .12)}.went-link-pill svg{width:1rem;height:1rem;transition:transform 0.3s ease}.went-link-pill:hover svg{transform:translateX(.25rem)}.section-faq{position:relative;padding:6rem 0;overflow:hidden}@media (min-width:640px){.section-faq{padding:8rem 0}}.section-faq::before{content:'';position:absolute;bottom:0;right:25%;width:420px;height:420px;background:rgb(249 115 22 / .04);border-radius:50%;filter:blur(80px);pointer-events:none}@media (max-width:768px){.section-faq::before{display:none}}.section-faq .container{position:relative;z-index:1;max-width:48rem}.faq-header{text-align:center;margin-bottom:4rem}@media (min-width:640px){.faq-header{margin-bottom:5rem}}.faq-header-row{display:inline-flex;align-items:center;gap:.625rem;margin-bottom:1rem}.faq-header-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:linear-gradient(135deg,rgb(249 115 22 / .2),rgb(249 115 22 / .05));border:1px solid rgb(249 115 22 / .2);display:flex;align-items:center;justify-content:center;color:var(--primary);box-shadow:var(--shadow-glow-primary-sm)}.faq-header-icon svg{width:1.25rem;height:1.25rem}.faq-header h3{font-size:clamp(2rem, 4vw, 3rem);font-weight:700;line-height:1.1;margin-top:1rem}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{position:relative;border-radius:var(--radius);background:linear-gradient(180deg,rgb(255 255 255 / .028) 0%,rgb(255 255 255 / .006) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px 0 rgb(255 255 255 / .04),0 1px 2px rgb(0 0 0 / .4),0 12px 32px -16px rgb(0 0 0 / .6);overflow:hidden;transition:all 0.3s ease}.faq-item:hover{border-color:rgb(249 115 22 / .18)}.faq-item.open{border-color:rgb(249 115 22 / .25)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;background:#fff0;border:0;padding:1.25rem 1.75rem;font-family:var(--font-sans);font-size:1rem;font-weight:600;color:var(--white);text-align:left;cursor:pointer;transition:color 0.2s ease}@media (min-width:640px){.faq-question{padding:1.5rem 1.75rem;font-size:1.125rem}}.faq-question:hover{color:var(--primary)}.faq-item.open .faq-question{color:var(--primary)}.faq-chevron{width:1.25rem;height:1.25rem;flex-shrink:0;transition:transform 0.3s ease;color:currentColor}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-answer{max-height:32rem}.faq-answer p{padding:0 1.75rem 1.5rem;color:var(--muted-soft);font-size:.95rem;line-height:1.7}@media (min-width:640px){.faq-answer p{font-size:1rem}}.section-contact{position:relative;padding:6rem 0;overflow:hidden;background:linear-gradient(180deg,var(--bg) 0%,hsl(222 14% 13% / .15) 50%,var(--bg) 100%)}@media (min-width:640px){.section-contact{padding:8rem 0}}.contact-glow{position:absolute;inset:0;pointer-events:none}.contact-glow::before{content:'';position:absolute;top:0;right:0;width:600px;height:600px;background:rgb(249 115 22 / .08);border-radius:50%;filter:blur(80px);animation:glow-pulse 6s ease-in-out infinite}.contact-glow::after{content:'';position:absolute;bottom:0;left:25%;width:400px;height:400px;background:rgb(249 115 22 / .05);border-radius:50%;filter:blur(80px)}@media (max-width:768px){.contact-glow{display:none}}.section-contact .container{position:relative;z-index:1}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:1024px){.contact-grid{grid-template-columns:1fr 1.1fr;gap:4rem}}.contact-info h3{font-size:clamp(2rem, 4vw, 3rem);font-weight:700;line-height:1.1;margin:.5rem 0 1.5rem}.contact-info>p{font-size:1.125rem;color:var(--muted-soft);max-width:28rem;line-height:1.7;margin-bottom:2.5rem}.contact-items{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;border-radius:var(--radius);background:linear-gradient(180deg,rgb(255 255 255 / .028) 0%,rgb(255 255 255 / .006) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px 0 rgb(255 255 255 / .04),0 1px 2px rgb(0 0 0 / .4),0 12px 32px -16px rgb(0 0 0 / .6);transition:all 0.3s ease}@media (min-width:640px){.contact-item{padding:1.5rem;gap:1.25rem}}.contact-item:hover{border-color:rgb(249 115 22 / .25);transform:translateY(-2px);box-shadow:inset 0 1px 0 rgb(255 255 255 / .06),0 1px 2px rgb(0 0 0 / .4),0 24px 48px -16px rgb(0 0 0 / .7),0 0 32px -8px rgb(249 115 22 / .18)}.contact-item-icon{width:3.5rem;height:3.5rem;flex-shrink:0;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--white);transition:transform 0.3s ease}@media (min-width:640px){.contact-item-icon{width:4rem;height:4rem}}.contact-item-icon svg{width:1.5rem;height:1.5rem}@media (min-width:640px){.contact-item-icon svg{width:1.75rem;height:1.75rem}}.contact-item-icon.primary{background:linear-gradient(135deg,var(--primary),#f97316);box-shadow:var(--shadow-glow-primary-sm)}.contact-item:hover .contact-item-icon.primary{transform:scale(1.05)}.contact-item-icon.neutral{background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .06)}.contact-item-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.25rem}.contact-item-value{font-family:var(--font-display);font-weight:700;font-size:1.5rem;color:var(--white);letter-spacing:-.02em;line-height:1.1}@media (min-width:640px){.contact-item-value{font-size:1.875rem}}.contact-item-value.small{font-family:var(--font-sans);font-weight:500;font-size:1rem;color:var(--white);letter-spacing:0}@media (min-width:640px){.contact-item-value.small{font-size:1.0625rem}}.contact-form-wrap{border-radius:var(--radius);padding:1.75rem;background:linear-gradient(180deg,rgb(255 255 255 / .028) 0%,rgb(255 255 255 / .006) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px 0 rgb(255 255 255 / .04),0 1px 2px rgb(0 0 0 / .4),0 12px 32px -16px rgb(0 0 0 / .6)}@media (min-width:640px){.contact-form-wrap{padding:2.5rem}}.contact-form-wrap h4{font-size:1.5rem;font-weight:700;margin-bottom:1.75rem;color:var(--white)}@media (min-width:640px){.contact-form-wrap h4{font-size:1.875rem}}.form-message{padding:.875rem 1rem;border-radius:.75rem;font-size:.9375rem;margin-bottom:1.25rem}.form-message.success{background:rgb(34 197 94 / .1);border:1px solid rgb(34 197 94 / .3);color:#86efac}.form-message.error{background:rgb(239 68 68 / .1);border:1px solid rgb(239 68 68 / .3);color:#fca5a5}.form-field{margin-bottom:1.25rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.25rem}@media (min-width:768px){.form-row{grid-template-columns:1fr 1fr}}.form-row .form-field{margin-bottom:0}.form-field label{display:block;font-size:.875rem;font-weight:500;color:rgb(255 255 255 / .8);margin-bottom:.5rem}.form-field input,.form-field textarea{width:100%;background:rgb(13 15 20 / .6);border:1px solid rgb(255 255 255 / .08);border-radius:.75rem;padding:0 1rem;height:3rem;color:var(--white);font-family:var(--font-sans);font-size:.9375rem;transition:border-color 0.2s ease,background 0.2s ease}.form-field textarea{height:auto;min-height:8.75rem;padding:.875rem 1rem;resize:vertical}.form-field input::placeholder,.form-field textarea::placeholder{color:rgb(168 168 176 / .6)}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:rgb(249 115 22 / .4);background:rgb(13 15 20 / .8)}.form-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:3.5rem;background:var(--primary);color:#fff;border:0;border-radius:999px;font-family:var(--font-sans);font-weight:600;font-size:1rem;cursor:pointer;box-shadow:var(--shadow-glow-primary-sm);transition:all 0.25s ease}.form-submit svg{width:1.125rem;height:1.125rem;transition:transform 0.2s ease}.form-submit:hover{background:var(--primary-strong);transform:translateY(-2px);box-shadow:var(--shadow-glow-primary)}.form-submit:hover svg{transform:translateX(4px)}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.site-footer{position:relative;padding:5rem 0 2rem;overflow:hidden}.site-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgb(255 255 255 / .12),transparent)}.site-footer::after{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:300px;background:rgb(249 115 22 / .04);border-radius:50%;filter:blur(80px);pointer-events:none}@media (max-width:768px){.site-footer::after{display:none}}.site-footer .container{position:relative;z-index:1}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3.5rem}@media (min-width:768px){.footer-grid{grid-template-columns:1.4fr 1fr 1.2fr}}.footer-brand p{margin-top:1.25rem;color:var(--muted);max-width:22rem;line-height:1.7}.footer-col h3{font-family:var(--font-display);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--white);margin-bottom:1.25rem}.footer-col ul li{margin-bottom:.75rem}.footer-col ul a{color:var(--muted);font-size:.875rem;transition:color 0.2s ease}.footer-col ul a:hover{color:var(--primary)}.footer-contact-list{display:flex;flex-direction:column;gap:1rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem}.footer-contact-item>svg{width:1rem;height:1rem;margin:.5625rem 0 0 0;display:none}.footer-contact-item::before{content:'';width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:.5rem;background:rgb(249 115 22 / .1);border:1px solid rgb(249 115 22 / .15);background-position:center;background-repeat:no-repeat;background-size:1rem 1rem}.footer-contact-item:nth-child(1)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E")}.footer-contact-item:nth-child(2)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E")}.footer-contact-item:nth-child(3)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E")}.footer-contact-item .main{font-family:var(--font-sans);font-weight:600;font-size:.9375rem;color:var(--white);display:block;transition:color 0.2s ease}.footer-contact-item .main:hover{color:var(--primary)}.footer-contact-item .sub{font-size:.75rem;color:var(--muted);margin-top:.125rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgb(255 255 255 / .06);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media (min-width:768px){.footer-bottom{flex-direction:row}}.footer-bottom p{font-size:.875rem;color:var(--muted)}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.875rem;color:var(--muted);transition:color 0.2s ease}.footer-links a:hover{color:var(--white)}.sp-hero{position:relative;padding:8rem 0 5rem;overflow:hidden;border-bottom:1px solid rgb(255 255 255 / .05);background:linear-gradient(135deg,hsl(222 14% 13% / .4) 0%,var(--bg) 50%,var(--bg) 100%)}@media (min-width:768px){.sp-hero{padding:10rem 0 7rem}}.sp-hero::before{content:'';position:absolute;inset:0;background-image:linear-gradient(to right,rgb(255 255 255 / .025) 1px,transparent 1px),linear-gradient(to bottom,rgb(255 255 255 / .025) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse 60% 60% at 50% 40%,#000 30%,transparent 80%);mask-image:radial-gradient(ellipse 60% 60% at 50% 40%,#000 30%,transparent 80%);opacity:.4;pointer-events:none}.sp-hero-glow{position:absolute;inset:0;pointer-events:none}.sp-hero-glow::before{content:'';position:absolute;top:0;right:0;width:640px;height:640px;background:rgb(249 115 22 / .08);border-radius:50%;filter:blur(80px);animation:glow-pulse 6s ease-in-out infinite}.sp-hero-glow::after{content:'';position:absolute;bottom:0;left:0;width:400px;height:400px;background:rgb(249 115 22 / .05);border-radius:50%;filter:blur(80px)}@media (max-width:768px){.sp-hero-glow{display:none}}.sp-hero .container{position:relative;z-index:1;max-width:56rem}.sp-breadcrumb{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--muted);margin-bottom:2rem}.sp-breadcrumb a{color:var(--muted);transition:color 0.2s ease}.sp-breadcrumb a:hover{color:var(--primary)}.sp-breadcrumb span:not(:last-child){color:rgb(168 168 176 / .5);font-size:.75rem}.sp-breadcrumb span:last-child{color:var(--white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp-hero-icon{width:4rem;height:4rem;border-radius:var(--radius);background:linear-gradient(135deg,rgb(249 115 22 / .25),rgb(249 115 22 / .05));border:1px solid rgb(249 115 22 / .2);display:flex;align-items:center;justify-content:center;color:var(--primary);box-shadow:var(--shadow-glow-primary-sm);margin-bottom:1.75rem}.sp-hero-icon svg{width:2rem;height:2rem}.sp-hero h1{font-size:clamp(2.25rem, 5vw, 3.75rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;margin-bottom:1.25rem}.sp-tagline{font-size:1.125rem;font-weight:500;line-height:1.6;margin-bottom:1.75rem;background-image:linear-gradient(135deg,#fb923c 0%,#f97316 50%,#ea580c 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}@media (min-width:768px){.sp-tagline{font-size:1.25rem}}.sp-intro{font-size:1rem;line-height:1.75;color:var(--muted-soft);margin-bottom:.75rem}@media (min-width:768px){.sp-intro{font-size:1.125rem}}.sp-intro:last-of-type{margin-bottom:2.25rem}.sp-hero-btns{display:flex;flex-wrap:wrap;gap:.75rem}.sp-hero-btns .btn{height:3rem;padding:0 1.5rem;font-size:.9375rem}.sp-body{padding:5rem 0;position:relative}@media (min-width:640px){.sp-body{padding:6rem 0}}.sp-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:1024px){.sp-grid{grid-template-columns:2fr 1fr;gap:3.5rem}}.sp-sections{position:relative;display:flex;flex-direction:column;gap:3rem}.sp-sections::before{content:'';position:absolute;left:15px;top:.5rem;bottom:.5rem;width:1px;background:linear-gradient(180deg,rgb(249 115 22 / .3) 0%,rgb(255 255 255 / .1) 50%,transparent 100%);display:none}@media (min-width:640px){.sp-sections::before{display:block}}.sp-section{position:relative;display:flex;align-items:flex-start;gap:1.25rem}.sp-section-num{position:relative;z-index:1;width:2rem;height:2rem;flex-shrink:0;margin-top:.125rem;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,#ea580c 100%);border:1px solid rgb(249 115 22 / .3);box-shadow:var(--shadow-glow-primary-sm);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.75rem;letter-spacing:-.02em}.sp-section-text{flex:1;min-width:0}.sp-section-text h2{font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}@media (min-width:768px){.sp-section-text h2{font-size:1.5rem}}.sp-section-text p{color:var(--muted-soft);font-size:1rem;line-height:1.7}.sp-divider{display:none}.sp-sidebar{display:flex;flex-direction:column;gap:1.25rem}@media (min-width:1024px){.sp-sidebar{position:sticky;top:7rem;align-self:flex-start}}.sp-bullet-card{border-radius:var(--radius);padding:1.5rem;background:linear-gradient(180deg,rgb(255 255 255 / .028) 0%,rgb(255 255 255 / .006) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px 0 rgb(255 255 255 / .04),0 1px 2px rgb(0 0 0 / .4),0 12px 32px -16px rgb(0 0 0 / .6)}.sp-bullet-card h3{font-family:var(--font-display);font-weight:700;font-size:1rem;line-height:1.35;margin-bottom:1rem;color:var(--white)}.sp-bullet-card ul{display:flex;flex-direction:column;gap:.75rem}.sp-bullet-card li{display:flex;align-items:flex-start;gap:.75rem;color:var(--muted-soft);font-size:.875rem;line-height:1.6}.sp-bullet-card li svg{width:1rem;height:1rem;color:var(--primary);flex-shrink:0;margin-top:.125rem}.sp-cta-card{position:relative;overflow:hidden;border-radius:var(--radius);padding:1.75rem;border:1px solid rgb(249 115 22 / .25);background:linear-gradient(135deg,rgb(249 115 22 / .18) 0%,rgb(249 115 22 / .04) 100%)}.sp-cta-card::before{content:'';position:absolute;top:-5rem;right:-5rem;width:10rem;height:10rem;background:rgb(249 115 22 / .3);border-radius:50%;filter:blur(40px);pointer-events:none}.sp-cta-card>*{position:relative}.sp-cta-card h3{font-family:var(--font-display);font-weight:700;font-size:1rem;margin-bottom:.5rem;color:var(--white)}.sp-cta-card p{font-size:.875rem;color:var(--muted);line-height:1.6;margin-bottom:1.5rem}.sp-cta-card .btn{height:3rem}.sp-cta-divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0}.sp-cta-divider::before,.sp-cta-divider::after{content:'';flex:1;height:1px;background:rgb(255 255 255 / .1)}.sp-cta-divider span{color:var(--muted);font-size:.75rem}.sp-qa{position:relative;padding:5rem 0;border-top:1px solid rgb(255 255 255 / .05);overflow:hidden}.sp-qa::before{content:'';position:absolute;bottom:0;right:25%;width:400px;height:400px;background:rgb(249 115 22 / .04);border-radius:50%;filter:blur(80px);pointer-events:none}@media (max-width:768px){.sp-qa::before{display:none}}.sp-qa .container{position:relative;z-index:1}.sp-qa-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2.5rem}.sp-qa-icon{width:2.75rem;height:2.75rem;border-radius:.75rem;background:linear-gradient(135deg,rgb(249 115 22 / .2),rgb(249 115 22 / .05));border:1px solid rgb(249 115 22 / .2);box-shadow:var(--shadow-glow-primary-sm);display:flex;align-items:center;justify-content:center;color:var(--primary)}.sp-qa-icon svg{width:1.25rem;height:1.25rem}.sp-qa-header h2{font-size:1.5rem;font-weight:700}@media (min-width:768px){.sp-qa-header h2{font-size:1.875rem}}.sp-qa-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:64rem}@media (min-width:768px){.sp-qa-grid{grid-template-columns:1fr 1fr}}.sp-qa-card{border-radius:var(--radius);padding:1.5rem;background:linear-gradient(180deg,rgb(255 255 255 / .028) 0%,rgb(255 255 255 / .006) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px 0 rgb(255 255 255 / .04),0 1px 2px rgb(0 0 0 / .4),0 12px 32px -16px rgb(0 0 0 / .6);transition:all 0.3s ease}.sp-qa-card:hover{border-color:rgb(249 115 22 / .2);transform:translateY(-2px)}.sp-qa-card h3{font-size:.95rem;font-weight:600;line-height:1.35;color:var(--white);margin-bottom:.75rem}.sp-qa-card p{font-size:.875rem;line-height:1.7;color:var(--muted-soft)}.sp-related{position:relative;padding:5rem 0;border-top:1px solid rgb(255 255 255 / .05);overflow:hidden;background:linear-gradient(180deg,var(--bg) 0%,hsl(222 14% 13% / .15) 50%,var(--bg) 100%)}@media (min-width:640px){.sp-related{padding:6rem 0}}.sp-related .container{position:relative;z-index:1}.sp-related h2{font-size:clamp(1.75rem, 3.5vw, 2.5rem);font-weight:700;margin:.75rem 0 3rem}.sp-related-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:640px){.sp-related-grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.sp-related-grid{grid-template-columns:repeat(3,1fr)}}.sp-related-card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:var(--radius);background:linear-gradient(180deg,rgb(255 255 255 / .028) 0%,rgb(255 255 255 / .006) 100%);border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px 0 rgb(255 255 255 / .04),0 1px 2px rgb(0 0 0 / .4),0 12px 32px -16px rgb(0 0 0 / .6);transition:all 0.3s cubic-bezier(.4,0,.2,1);height:100%;text-decoration:none;color:inherit}.sp-related-card:hover{border-color:rgb(249 115 22 / .25);transform:translateY(-2px);box-shadow:inset 0 1px 0 rgb(255 255 255 / .06),0 1px 2px rgb(0 0 0 / .4),0 24px 48px -16px rgb(0 0 0 / .7),0 0 32px -8px rgb(249 115 22 / .18)}.sp-related-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.sp-related-card-top-inner{display:flex;align-items:center;gap:.75rem;min-width:0}.sp-related-icon{width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:.75rem;background:linear-gradient(135deg,rgb(249 115 22 / .2),rgb(249 115 22 / .05));border:1px solid rgb(249 115 22 / .15);display:flex;align-items:center;justify-content:center;color:var(--primary);transition:border-color 0.3s ease}.sp-related-icon svg{width:1.25rem;height:1.25rem}.sp-related-card:hover .sp-related-icon{border-color:rgb(249 115 22 / .3)}.sp-related-text{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}.sp-related-text strong{font-family:var(--font-sans);font-size:.875rem;font-weight:600;color:var(--white);line-height:1.35}.sp-related-card>p,.sp-related-card .sp-related-desc{font-size:.75rem;color:var(--muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.sp-related-arrow{width:1rem;height:1rem;color:var(--muted);flex-shrink:0;transition:all 0.3s ease}.sp-related-card:hover .sp-related-arrow{color:var(--primary);transform:translate(2px,-2px)}.sp-related-text span{font-size:.75rem;color:var(--muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@keyframes glow-pulse{0%,100%{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes ping-dot{0%{box-shadow:0 0 0 0 rgb(249 115 22 / .6)}70%{box-shadow:0 0 0 8px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.fade-up,.fade-left,.fade-right{opacity:0;transition:opacity 0.7s cubic-bezier(.4,0,.2,1),transform 0.7s cubic-bezier(.4,0,.2,1)}.fade-up{transform:translateY(24px)}.fade-left{transform:translateX(-24px)}.fade-right{transform:translateX(24px)}.fade-up.visible,.fade-left.visible,.fade-right.visible{opacity:1;transform:none}.delay-1{transition-delay:0.08s}.delay-2{transition-delay:0.16s}.delay-3{transition-delay:0.24s}.delay-4{transition-delay:0.32s}.delay-5{transition-delay:0.40s}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}.fade-up,.fade-left,.fade-right{opacity:1!important;transform:none!important}}