:root{--bg-dark:#0a0a0a;--bg-section:#0f0f0f;--accent-primary:#3b82f6;--accent-dark:#1d4ed8;--accent-hover:#2563eb;--accent-subtle:#3b82f61a;--accent-glow:#3b82f64d;--text-main:#f8fafc;--text-muted:#94a3b8;--text-dim:#64748b;--success:#22c55e;--error:#ef4444;--glass-bg:#0f0f0fcc;--glass-border:#ffffff14;--backdrop-blur:20px;--container-width:1200px;--section-padding:4rem;--radius-lg:20px;--radius-md:12px;--radius-sm:8px;--radius-full:50px;--transition-fast:.2s ease;--transition-smooth:.4s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}section[id]{scroll-margin-top:-1rem}body{background-color:#0a0a0a;background-image:radial-gradient(80% 60% at 20% 40%,#1e3a5f40 0%,#0000 70%),radial-gradient(60% 80% at 80% 60%,#143c5033 0%,#0000 70%),radial-gradient(70% 50% at 50% 80%,#28144626 0%,#0000 70%);background-position:0 0;background-repeat:repeat;background-size:200% 200%;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;animation:25s ease-in-out infinite ambientGradient}@keyframes ambientGradient{0%{background-position:0 0}25%{background-position:50% 30%}50%{background-position:100%}75%{background-position:30% 80%}to{background-position:0 0}}@media (prefers-reduced-motion:reduce){body{background-position:0 0;animation:none}}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 2rem}.hidden{display:none!important}.glass-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(var(--backdrop-blur));backdrop-filter:blur(var(--backdrop-blur));padding:3rem}.section-header{text-align:center;margin-bottom:2.5rem}.section-overline{letter-spacing:.15em;text-transform:uppercase;color:var(--cosmic-cyan,#06b6d4);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.section-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:1.1rem}.main-nav{z-index:1000;transition:all var(--transition-smooth);background:0 0;justify-content:flex-end;align-items:center;padding:clamp(.2rem,.5vw,.4rem) clamp(.5rem,1.2vw,1.5rem);display:flex;position:fixed;top:0;left:0;right:0}.main-nav.nav-dimmed{opacity:.2;pointer-events:none;transition:opacity .35s}.nav-container{justify-content:flex-end;align-items:center;width:auto;display:flex}.nav-links{align-items:center;gap:clamp(.4rem,1vw,1.25rem);display:flex}.nav-links a{color:var(--text-muted);transition:color var(--transition-fast);font-size:clamp(.65rem,.8vw,.8rem);font-weight:500}.nav-links a:hover{color:var(--text-main)}.nav-links .btn-nav{background:var(--accent-dark);border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:clamp(.2rem,.4vw,.35rem) clamp(.4rem,.7vw,.8rem);font-size:clamp(.65rem,.8vw,.8rem);font-weight:500;transition:all .4s;display:inline-flex;color:#fff!important}.mobile-menu-btn{display:none}.btn-primary{background:var(--accent-dark);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .4s;display:inline-flex}.btn-primary:hover,.btn-nav:hover{background:var(--accent-primary);box-shadow:0 0 15px #3b82f680,0 0 30px #3b82f64d}.btn-ghost{color:var(--text-muted);border:1px solid var(--glass-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:0 0;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:.95rem;font-weight:500;display:inline-flex}.btn-ghost:hover{border-color:var(--text-muted);color:var(--text-main);background:#ffffff0d}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-full{width:100%}.footer{border-top:1px solid var(--glass-border);padding:.75rem 0}.footer-content{justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.footer-brand p{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.footer-logo{cursor:pointer;justify-content:center;display:flex}.footer-logo .pm-svg{min-height:0;display:block}.footer-bottom{border-top:1px solid var(--glass-border);text-align:center;color:var(--text-dim);padding-top:.5rem;font-size:.8rem}.footer-legal{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.footer-legal a{color:var(--text-dim);transition:color var(--transition-fast);font-size:.75rem;text-decoration:none}.footer-legal a:hover{color:var(--text-muted)}.footer-divider{color:var(--glass-border);font-size:.7rem}.scroll-to-top{background:var(--glass-bg);border:1px solid var(--glass-border);width:3.5rem;height:3.5rem;-webkit-backdrop-filter:blur(var(--backdrop-blur));backdrop-filter:blur(var(--backdrop-blur));color:var(--text-main);cursor:pointer;z-index:1000;transition:all var(--transition-smooth);opacity:1;visibility:visible;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:2rem;right:2rem}.scroll-to-top.button-hidden{opacity:0;visibility:hidden;pointer-events:none}@media (hover:hover) and (pointer:fine){.scroll-to-top:hover{border-color:var(--accent-primary);box-shadow:0 0 20px var(--accent-glow);background:#3b82f626}}.scroll-to-top svg{width:24px;height:24px}@media (max-width:768px){.container{padding:0 1rem}.nav-links{display:none}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:flex}.mobile-menu-btn span{background:var(--text-main);width:24px;height:2px;display:block}.process-connector{display:none}.budget-options,.service-options{grid-template-columns:1fr}.scroll-to-top{width:2rem;height:2rem;bottom:1rem;right:1rem}.scroll-to-top svg{width:14px;height:14px}.footer-content,.footer-brand{text-align:center;justify-content:center}.footer-logo{justify-content:center;display:flex}}
.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.hero-content{max-width:1000px}.hero-wordmark,.hero-headline,.hero-subtext,.hero-cta{opacity:0;transform:translateY(20px)}.hero-loaded .hero-wordmark,.hero-loaded .hero-headline,.hero-loaded .hero-subtext,.hero-loaded .hero-cta{opacity:1;transform:translate(0,0)}.hero-wordmark{transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.hero-headline{transition:opacity .6s cubic-bezier(.16,1,.3,1) .2s,transform .6s cubic-bezier(.16,1,.3,1) .2s}.hero-subtext{transition:opacity .6s cubic-bezier(.16,1,.3,1) .4s,transform .6s cubic-bezier(.16,1,.3,1) .4s}.hero-cta{transition:opacity .6s cubic-bezier(.16,1,.3,1) .6s,transform .6s cubic-bezier(.16,1,.3,1) .6s}.hero-wordmark{cursor:pointer;aspect-ratio:840/110;text-align:center;width:100%;max-width:840px;margin:0 auto 2rem;display:block;position:relative}.pm-svg{z-index:5;width:100%;height:100%;transition:filter .6s cubic-bezier(.16,1,.3,1);display:block;position:relative;overflow:visible}.pm-letter{text-anchor:middle;dominant-baseline:middle;fill:#0af;opacity:.6;will-change:transform, opacity, filter;transform-style:preserve-3d;backface-visibility:hidden;font-family:Silkscreen,cursive;font-size:100px;transition:opacity .6s,filter .6s,fill .3s}@media (hover:hover) and (pointer:fine){.hero-wordmark:hover .pm-svg{filter:drop-shadow(0 0 4px #fffdfa99)drop-shadow(0 0 12px #fffdfa59)drop-shadow(0 0 24px #fffdfa33)}.hero-wordmark:hover .pm-letter{opacity:1;filter:blur()saturate(180%)}}.hero-headline{letter-spacing:-.02em;margin-bottom:clamp(1.25rem,3vh,2rem);font-size:clamp(1.75rem,4vw,3rem);font-weight:600;line-height:1.3}.hero-subtext{color:var(--text-muted);max-width:600px;margin-bottom:clamp(2.5rem,5vh,4rem);margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,1.8vw,1.4rem)}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-scroll-indicator{width:fit-content;color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;flex-direction:column;align-items:center;gap:.5rem;margin:0 auto;font-family:inherit;font-size:.85rem;transition:opacity .8s 1s;animation:2s ease-in-out infinite scrollBob;display:flex;position:absolute;bottom:2rem;left:0;right:0}.hero-loaded .hero-scroll-indicator{opacity:1}@media (hover:hover) and (pointer:fine){.hero-scroll-indicator:hover{color:var(--text-main)}}.scroll-arrow{border-bottom:2px solid;border-right:2px solid;width:16px;height:16px;transform:rotate(45deg)}@keyframes scrollBob{0%,to{transform:translateY(0)}50%{transform:translateY(14px)}}@media (max-width:768px){.hero-scroll-indicator{display:none}}@supports (animation-timeline:scroll()){.hero-loaded .hero-content{animation:linear both heroContentExit;animation-timeline:scroll(root);animation-range:30vh 85vh}.hero-loaded .hero-scroll-indicator{animation:2s ease-in-out infinite scrollBob,linear both heroIndicatorExit;animation-timeline:auto,scroll(root);animation-range:normal,5vh 30vh}@keyframes heroContentExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-80px)}}@keyframes heroIndicatorExit{0%{opacity:1}to{opacity:0}}}@media (prefers-reduced-motion:reduce){.hero-wordmark,.hero-headline,.hero-subtext,.hero-cta{transition:opacity .3s;transform:none}.hero-scroll-indicator{opacity:1;transition:none;animation:none!important}.hero-content{animation:none!important}.hero-wordmark:hover .pm-svg{filter:none}.pm-letter{transition:none}}
.gallery-module__L5Zn2a__galleryCarousel{perspective:1200px;perspective-origin:50%;width:100%;height:520px;position:relative;overflow:hidden}.gallery-module__L5Zn2a__carouselTrack{width:100%;height:100%;transform-style:preserve-3d;will-change:transform;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}.gallery-module__L5Zn2a__galleryLoading{text-align:center;color:var(--text-muted);z-index:5;padding:4rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-module__L5Zn2a__loadingSpinner{border:3px solid var(--glass-border);border-top-color:var(--accent-primary);border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite gallery-module__L5Zn2a__spin}@keyframes gallery-module__L5Zn2a__spin{to{transform:rotate(360deg)}}.gallery-module__L5Zn2a__galleryEmpty{text-align:center;color:var(--text-main);z-index:5;padding:4rem;font-size:1.3rem;font-weight:500;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-module__L5Zn2a__galleryEmptySub{color:var(--text-muted);margin-top:.75rem;font-size:1rem;font-weight:400}.gallery-module__L5Zn2a__carouselCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);cursor:pointer;backface-visibility:hidden;will-change:transform, opacity, filter;background:#0c0c12;width:320px;height:420px;margin-top:-210px;margin-left:-160px;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s,filter .5s,box-shadow .3s,border-color .3s;position:absolute;top:50%;left:50%;overflow:hidden}.gallery-module__L5Zn2a__carouselCard:not(.gallery-module__L5Zn2a__active){-webkit-mask-composite:source-in;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 20% 80%,#0000 100%),linear-gradient(#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 20% 80%,#0000 100%),linear-gradient(#0000 0%,#000 15% 85%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.gallery-module__L5Zn2a__carouselCard.gallery-module__L5Zn2a__active{opacity:1;border-color:var(--accent-primary);box-shadow:0 30px 60px #0009, 0 0 50px var(--accent-glow);z-index:50;filter:brightness();-webkit-mask-image:none!important;mask-image:none!important}@media (hover:hover) and (pointer:fine){.gallery-module__L5Zn2a__carouselCard:hover:not(.gallery-module__L5Zn2a__active){filter:brightness(1.1);border-color:#3b82f680;box-shadow:0 20px 40px #00000080}}.gallery-module__L5Zn2a__cardThumbnail{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);width:100%;height:200px;position:relative;overflow:hidden}.gallery-module__L5Zn2a__cardThumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}@media (hover:hover) and (pointer:fine){.gallery-module__L5Zn2a__carouselCard:hover .gallery-module__L5Zn2a__cardThumbnail img{transform:scale(1.08)translateY(-4px)}}.gallery-module__L5Zn2a__cardBadge{-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-full);color:var(--text-main);border:1px solid var(--glass-border);background:#0a0a0ad9;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:500;display:inline-flex;position:absolute;top:12px;left:12px}.gallery-module__L5Zn2a__cardBadgeIcon{font-size:.9rem}.gallery-module__L5Zn2a__cardContent{background:#0a0a0f;flex-direction:column;height:calc(100% - 200px);padding:1.25rem;display:flex}.gallery-module__L5Zn2a__cardTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.gallery-module__L5Zn2a__cardDescription{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.gallery-module__L5Zn2a__cardCta{color:var(--accent-primary);border-top:1px solid var(--glass-border);align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;font-size:.85rem;font-weight:500;display:flex}.gallery-module__L5Zn2a__cardCta svg{width:14px;height:14px;transition:transform .3s}.gallery-module__L5Zn2a__carouselCard:hover .gallery-module__L5Zn2a__cardCta svg{transform:translate(4px)}@media (max-width:768px){.gallery-module__L5Zn2a__galleryCarousel{height:480px;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.gallery-module__L5Zn2a__carouselCard{width:280px;height:380px;margin-top:-190px;margin-left:-140px}.gallery-module__L5Zn2a__cardThumbnail{height:170px}}
.gallery-overlay-module__ccsvVG__overlayBackdrop{z-index:999;opacity:0;pointer-events:none;background:#0000008c;transition:opacity .35s;position:fixed;inset:0}.gallery-overlay-module__ccsvVG__overlayBackdrop.gallery-overlay-module__ccsvVG__visible{opacity:1;pointer-events:auto}.gallery-overlay-module__ccsvVG__templateOverlay{z-index:1000;opacity:0;pointer-events:none;transform-origin:0 0;background:#0a0a0f;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;display:flex;position:fixed;inset:2rem;overflow:hidden}.gallery-overlay-module__ccsvVG__templateOverlay.gallery-overlay-module__ccsvVG__visible{pointer-events:auto}.gallery-overlay-module__ccsvVG__templateOverlay.gallery-overlay-module__ccsvVG__animating{will-change:transform, opacity;transition:transform .45s cubic-bezier(.16,1,.3,1),opacity .35s}.gallery-overlay-module__ccsvVG__templateOverlay.gallery-overlay-module__ccsvVG__expanded{opacity:1}.gallery-overlay-module__ccsvVG__overlayThumbnail{object-fit:cover;pointer-events:none;border-radius:16px;width:100%;height:100%;position:absolute;inset:0}.gallery-overlay-module__ccsvVG__overlayHeader{z-index:1;background:var(--bg-dark,#0a0a0a);border-bottom:1px solid var(--glass-border);opacity:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:opacity .2s;display:flex;position:relative}.gallery-overlay-module__ccsvVG__templateOverlay.gallery-overlay-module__ccsvVG__expanded .gallery-overlay-module__ccsvVG__overlayHeader{opacity:1;transition-delay:.1s}.gallery-overlay-module__ccsvVG__overlayTitle{color:var(--text-main);font-size:1rem;font-weight:500}.gallery-overlay-module__ccsvVG__overlayClose{border:1px solid var(--glass-border);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.gallery-overlay-module__ccsvVG__overlayClose:hover{color:var(--text-main);background:#ffffff1a}.gallery-overlay-module__ccsvVG__overlayFrame{z-index:1;background:#0a0a0f;border:none;border-radius:0 0 16px 16px;flex:1;width:100%;position:relative}.gallery-overlay-module__ccsvVG__iframeHidden{opacity:0;pointer-events:none}.gallery-overlay-module__ccsvVG__iframeReady{opacity:1;pointer-events:auto;transition:opacity .3s}@media (prefers-reduced-motion:reduce){.gallery-overlay-module__ccsvVG__templateOverlay.gallery-overlay-module__ccsvVG__animating,.gallery-overlay-module__ccsvVG__overlayBackdrop{transition:none}.gallery-overlay-module__ccsvVG__overlayHeader{opacity:1;transition:none}.gallery-overlay-module__ccsvVG__iframeReady{transition:none}}@media (max-width:768px){.gallery-overlay-module__ccsvVG__templateOverlay{border-radius:12px;inset:.5rem}.gallery-overlay-module__ccsvVG__overlayClose{width:44px;height:44px}.gallery-overlay-module__ccsvVG__overlayClose svg{width:22px;height:22px}.gallery-overlay-module__ccsvVG__overlayHeader{padding:.75rem 1rem}}
.gallery-controls-module__a_5E5q__carouselNav{color:#ffffff40;cursor:pointer;z-index:20;background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;justify-content:center;align-items:center;width:28px;height:80px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-controls-module__a_5E5q__carouselNav:hover{color:#ffffffb3;background:#ffffff14;border-color:#ffffff26}.gallery-controls-module__a_5E5q__carouselNav:active{background:#ffffff1f;transform:translateY(-50%)scale(.96)}.gallery-controls-module__a_5E5q__carouselNav svg{stroke-width:2px;width:14px;height:14px}.gallery-controls-module__a_5E5q__carouselNavPrev{left:1rem}.gallery-controls-module__a_5E5q__carouselNavNext{right:1rem}.gallery-controls-module__a_5E5q__carouselNav:disabled{opacity:.15;cursor:not-allowed;pointer-events:none}.gallery-controls-module__a_5E5q__carouselIndicators{z-index:20;gap:8px;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.gallery-controls-module__a_5E5q__carouselIndicator{background:var(--glass-border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.gallery-controls-module__a_5E5q__carouselIndicator:hover{background:var(--text-dim)}.gallery-controls-module__a_5E5q__carouselIndicator.gallery-controls-module__a_5E5q__active{background:var(--accent-primary);border-radius:4px;width:24px}.gallery-controls-module__a_5E5q__filterTabs{z-index:25;justify-content:center;gap:4px;margin-bottom:1rem;padding:0 16px;display:flex;position:relative}.gallery-controls-module__a_5E5q__filterTab{border-radius:var(--radius-full);color:var(--text-muted);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;padding:6px 16px;font-size:.78rem;font-weight:500;transition:all .2s}.gallery-controls-module__a_5E5q__filterTab:hover{color:var(--text-main);background:#ffffff14}.gallery-controls-module__a_5E5q__filterTab.gallery-controls-module__a_5E5q__active{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}@media (max-width:768px){.gallery-controls-module__a_5E5q__carouselNav{display:none}.gallery-controls-module__a_5E5q__filterTabs{flex-wrap:wrap;justify-content:center;gap:6px;padding:0 1rem}.gallery-controls-module__a_5E5q__filterTab{padding:5px 12px;font-size:.72rem}}
.cost-comparison-module__TUsymW__section{padding:var(--section-padding) 0}.cost-comparison-module__TUsymW__container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 2rem}.cost-comparison-module__TUsymW__header{text-align:center;margin-bottom:3rem}.cost-comparison-module__TUsymW__title{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.cost-comparison-module__TUsymW__subtitle{color:var(--text-muted);max-width:560px;margin:0 auto;font-size:1.1rem}.cost-comparison-module__TUsymW__grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:2.5rem;display:grid}.cost-comparison-module__TUsymW__fragmentedColumn{border-radius:var(--radius-lg);border:1px solid var(--glass-border);background:#0f0f0f66;padding:2rem}.cost-comparison-module__TUsymW__columnLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:1rem;font-size:.85rem;font-weight:600}.cost-comparison-module__TUsymW__itemsGrid{grid-template-columns:1fr 1fr;gap:0 1.5rem;display:grid}@media (max-width:480px){.cost-comparison-module__TUsymW__itemsGrid{grid-template-columns:1fr}}.cost-comparison-module__TUsymW__pillGrid{flex-wrap:wrap;gap:.6rem;margin-bottom:1.25rem;display:flex}.cost-comparison-module__TUsymW__toolPill{background:#ef44440a;border:1px solid #ef444426;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .85rem;font-size:.8rem;display:flex}.cost-comparison-module__TUsymW__pillName{color:var(--text-muted);white-space:nowrap}.cost-comparison-module__TUsymW__pillPrice{color:var(--error);white-space:nowrap;font-size:.75rem;font-weight:600}.cost-comparison-module__TUsymW__totalRow{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:1.25rem;display:flex}.cost-comparison-module__TUsymW__totalLabel{color:var(--text-muted);font-size:1rem;font-weight:600}.cost-comparison-module__TUsymW__totalPrice{color:var(--error);font-size:1.35rem;font-weight:700;text-decoration:line-through;text-decoration-thickness:2px}.cost-comparison-module__TUsymW__pixelmenderColumn{border-radius:var(--radius-lg);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--backdrop-blur));backdrop-filter:blur(var(--backdrop-blur));will-change:box-shadow;border:1px solid #3b82f633;padding:2.5rem;transition:box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1);box-shadow:0 0 30px #3b82f614,0 0 60px #3b82f60a}.cost-comparison-module__TUsymW__pixelmenderLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-primary);margin-bottom:1rem;font-size:.85rem;font-weight:600}.cost-comparison-module__TUsymW__priceRow{align-items:baseline;gap:.5rem;margin-bottom:.25rem;display:flex}.cost-comparison-module__TUsymW__price{color:var(--text-main);letter-spacing:-.03em;font-size:2.75rem;font-weight:800;line-height:1}.cost-comparison-module__TUsymW__pricePeriod{color:var(--text-dim);font-size:1rem;font-weight:400}.cost-comparison-module__TUsymW__priceNote{color:var(--accent-primary);margin-bottom:1rem;font-size:.85rem;font-weight:500}.cost-comparison-module__TUsymW__checkList{margin:0;padding:0;list-style:none}.cost-comparison-module__TUsymW__checkItem{color:var(--text-muted);padding:.35rem 0 .35rem 1.5rem;font-size:.85rem;line-height:1.4;position:relative}.cost-comparison-module__TUsymW__checkItem:before{content:"✓";color:var(--success);font-size:.85rem;font-weight:700;position:absolute;top:.35rem;left:0}.cost-comparison-module__TUsymW__footnote{text-align:center;color:var(--text-dim);white-space:nowrap;margin-top:2.5rem;font-size:.9rem;line-height:1.6}.cost-comparison-module__TUsymW__caseStudyNote{text-align:center;color:var(--accent-primary);margin-top:.75rem;font-size:.85rem;font-weight:500}@media (hover:hover) and (pointer:fine){.cost-comparison-module__TUsymW__pixelmenderColumn:hover{border-color:#3b82f659;box-shadow:0 0 40px #3b82f626,0 0 80px #3b82f614}}@media (max-width:768px){.cost-comparison-module__TUsymW__container{padding:0 1rem}.cost-comparison-module__TUsymW__grid{grid-template-columns:1fr;gap:2rem}.cost-comparison-module__TUsymW__title{font-size:2rem}.cost-comparison-module__TUsymW__price{font-size:2.25rem}.cost-comparison-module__TUsymW__fragmentedColumn,.cost-comparison-module__TUsymW__pixelmenderColumn{padding:1.75rem}}@media (prefers-reduced-motion:reduce){.cost-comparison-module__TUsymW__pixelmenderColumn{will-change:auto;transition:none}}
.founding-cta-module__dpmb2q__section{padding:var(--section-padding) 0}.founding-cta-module__dpmb2q__card{background:var(--glass-bg);border:1px solid var(--accent-glow);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;max-width:720px;transition:box-shadow var(--transition-smooth);will-change:box-shadow;margin:0 auto;padding:2rem 2.5rem}.founding-cta-module__dpmb2q__badge{background:var(--accent-subtle);color:var(--accent-primary);border-radius:var(--radius-full);letter-spacing:.04em;margin-bottom:1rem;padding:.3rem .85rem;font-size:.75rem;font-weight:600;display:inline-block}.founding-cta-module__dpmb2q__priceBlock{margin-bottom:.75rem}.founding-cta-module__dpmb2q__price{color:var(--accent-primary);font-size:2.75rem;font-weight:800;line-height:1.1}.founding-cta-module__dpmb2q__priceLabel{color:var(--text-muted);font-size:1rem;font-weight:400}.founding-cta-module__dpmb2q__standardPrice{color:var(--text-dim);margin-top:.25rem;font-size:.9rem;text-decoration:line-through}.founding-cta-module__dpmb2q__headline{color:var(--text-main);margin-bottom:1rem;font-size:1.15rem;font-weight:500;line-height:1.4}.founding-cta-module__dpmb2q__setupPrice{color:var(--text-main);margin-bottom:.5rem;font-size:1rem;font-weight:600}.founding-cta-module__dpmb2q__setupStrike{color:var(--text-dim);font-size:.85rem;font-weight:400}.founding-cta-module__dpmb2q__colHeader{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);text-align:left;margin-bottom:.25rem;font-size:.8rem;font-weight:700}.founding-cta-module__dpmb2q__spotCounter{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem}.founding-cta-module__dpmb2q__tradeSlots{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-bottom:1.25rem;display:flex}.founding-cta-module__dpmb2q__tradeSlot{color:var(--text-muted);border:1px solid var(--accent-glow);border-radius:var(--radius-full);padding:.3rem .75rem;font-size:.85rem}.founding-cta-module__dpmb2q__tradeFull{opacity:.4;text-decoration:line-through}.founding-cta-module__dpmb2q__includesGrid{grid-template-columns:1fr 1fr;gap:0 2rem;margin-bottom:1.5rem;display:grid}@media (max-width:640px){.founding-cta-module__dpmb2q__includesGrid{grid-template-columns:1fr;gap:0}}.founding-cta-module__dpmb2q__spotNumber{color:var(--accent-primary);font-weight:700}.founding-cta-module__dpmb2q__includesList{text-align:left;margin:0;padding:0;list-style:none}.founding-cta-module__dpmb2q__includesList li{color:var(--text-main);padding:.35rem 0 .35rem 1.5rem;font-size:.85rem;line-height:1.4;position:relative}.founding-cta-module__dpmb2q__includesList li:before{content:"✓";color:var(--success);font-size:1rem;font-weight:700;position:absolute;top:.5rem;left:0}.founding-cta-module__dpmb2q__ctaButton{background:var(--accent-dark);color:#fff;border-radius:var(--radius-full);cursor:pointer;width:100%;transition:background var(--transition-fast), box-shadow var(--transition-fast);will-change:box-shadow;border:none;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-flex}.founding-cta-module__dpmb2q__note{color:var(--text-dim);margin-top:1rem;font-size:.8rem}@media (hover:hover) and (pointer:fine){.founding-cta-module__dpmb2q__card:hover{box-shadow:0 0 40px #3b82f626,0 0 80px #3b82f614}.founding-cta-module__dpmb2q__ctaButton:hover{background:var(--accent-primary);box-shadow:0 0 15px #3b82f680,0 0 30px #3b82f64d}}@media (prefers-reduced-motion:reduce){.founding-cta-module__dpmb2q__card,.founding-cta-module__dpmb2q__ctaButton{will-change:auto;transition:none}}
.story-module__S5S9sG__storyGrid{max-width:var(--container-width);padding:var(--section-padding) 0;grid-template-columns:480px 1fr;align-items:start;gap:80px;margin:0 auto;display:grid}.story-module__S5S9sG__imageCol{justify-content:center;align-items:center;display:flex;position:relative}.story-module__S5S9sG__imageWrap{justify-content:center;align-items:center;width:100%;max-width:400px;display:flex}.story-module__S5S9sG__storyImage{object-fit:contain;width:100%;height:auto}.story-module__S5S9sG__textCol{max-width:560px}.story-module__S5S9sG__blockquote{border-left:4px solid var(--accent-primary);margin:1.5rem 0;padding-left:1.25rem}.story-module__S5S9sG__blockquote p{color:var(--text-muted);font-size:1rem;line-height:1.75}.story-module__S5S9sG__bodyText p{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.75}.story-module__S5S9sG__attribution{margin-top:2rem}.story-module__S5S9sG__name{color:var(--text-main);font-size:.95rem;font-weight:600}.story-module__S5S9sG__role{color:var(--text-muted);font-size:.85rem}@media (max-width:768px){.story-module__S5S9sG__storyGrid{grid-template-columns:1fr;gap:2rem;padding:3rem 1.25rem}.story-module__S5S9sG__imagePlaceholder{aspect-ratio:16/10}.story-module__S5S9sG__textCol{max-width:100%}}
.faq-module__FWifXG__container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.faq-module__FWifXG__header{text-align:center;margin-bottom:1.5rem}.faq-module__FWifXG__title{color:var(--text-main);margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.faq-module__FWifXG__filterBar{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.faq-module__FWifXG__filterPill{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:20px;padding:.4rem 1rem;font:500 .8rem inherit;transition:all .2s}.faq-module__FWifXG__filterActive{background:var(--accent-subtle);color:var(--accent-primary);border-color:#3b82f64d}@media (hover:hover){.faq-module__FWifXG__filterPill:hover:not(.faq-module__FWifXG__filterActive){color:var(--text-main);border-color:#fff3}}.faq-module__FWifXG__gridScroll{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;max-width:900px;max-height:340px;margin:0 auto;padding-top:4px;overflow:hidden auto}.faq-module__FWifXG__gridScroll::-webkit-scrollbar{width:4px}.faq-module__FWifXG__gridScroll::-webkit-scrollbar-track{background:0 0}.faq-module__FWifXG__gridScroll::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.faq-module__FWifXG__grid{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.faq-module__FWifXG__cardSlot{width:calc(33.333% - .75rem);min-height:90px}.faq-module__FWifXG__card{border-radius:var(--radius-md);text-align:left;cursor:pointer;width:100%;height:100%;color:inherit;background:#0f0f0f80;border:1px solid #ffffff0f;flex-direction:column;gap:.5rem;padding:1.25rem;font-family:inherit;transition:border-color .2s,transform .2s;display:flex}.faq-module__FWifXG__cardCategory{letter-spacing:.06em;text-transform:uppercase;color:var(--cosmic-cyan,#06b6d4);opacity:.8;font-size:.65rem;font-weight:600}.faq-module__FWifXG__cardQuestion{color:var(--text-main);margin:0;font-size:.9rem;font-weight:600;line-height:1.4}@media (hover:hover){.faq-module__FWifXG__card:hover{border-color:#3b82f633;transform:translateY(-2px)}}.faq-module__FWifXG__expandedView{border-radius:var(--radius-lg);background:#0f0f0f99;border:1px solid #3b82f633;flex-direction:column;justify-content:center;min-height:200px;padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) faq-module__FWifXG__expandIn;display:flex;position:relative}.faq-module__FWifXG__closeBtn{width:32px;height:32px;color:var(--text-dim);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;top:1rem;right:1rem}.faq-module__FWifXG__closeBtn:hover{color:var(--text-main)}.faq-module__FWifXG__closeBtn svg{width:20px;height:20px}.faq-module__FWifXG__expandedCategory{letter-spacing:.06em;text-transform:uppercase;color:var(--cosmic-cyan,#06b6d4);margin-bottom:.75rem;font-size:.7rem;font-weight:600;display:inline-block}.faq-module__FWifXG__expandedQuestion{color:var(--text-main);margin:0 0 1rem;padding-right:2rem;font-size:1.15rem;font-weight:700;line-height:1.3}.faq-module__FWifXG__expandedAnswer{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.75}@keyframes faq-module__FWifXG__expandIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.faq-module__FWifXG__container{padding:0 1.25rem}.faq-module__FWifXG__gridScroll{max-height:300px}.faq-module__FWifXG__cardSlot{width:calc(50% - .5rem)}.faq-module__FWifXG__modal{padding:2rem 1.5rem}}@media (max-width:480px){.faq-module__FWifXG__cardSlot{width:100%}}@media (prefers-reduced-motion:reduce){.faq-module__FWifXG__card{transition:none}.faq-module__FWifXG__expandedView{animation:none}}
.footer-module__T8-MPG__footer{border-top:1px solid var(--glass-border);margin-top:2rem;padding:.5rem 0}.footer-module__T8-MPG__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-module__T8-MPG__logo{flex-shrink:0}.footer-module__T8-MPG__links{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-module__T8-MPG__links a{color:var(--text-dim);transition:color var(--transition-fast);font-size:.75rem}.footer-module__T8-MPG__links a:hover{color:var(--text-main)}.footer-module__T8-MPG__copy{color:var(--text-dim);flex-shrink:0;font-size:.7rem}@media (max-width:768px){.footer-module__T8-MPG__row{text-align:center;flex-direction:column;gap:.5rem}.footer-module__T8-MPG__links{justify-content:center}}
.mobile-menu-module__-BJ_KG__hamburger{z-index:1001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#0f0f0fcc;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:none;position:fixed;top:1rem;right:1rem}.mobile-menu-module__-BJ_KG__hamburger span{transform-origin:50%;background:#f8fafc;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.mobile-menu-module__-BJ_KG__hamburger.mobile-menu-module__-BJ_KG__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-menu-module__-BJ_KG__hamburger.mobile-menu-module__-BJ_KG__active span:nth-child(2){opacity:0}.mobile-menu-module__-BJ_KG__hamburger.mobile-menu-module__-BJ_KG__active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu-module__-BJ_KG__menuPanel{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f0ff2;border-left:1px solid #ffffff1a;width:280px;max-width:85vw;transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.mobile-menu-module__-BJ_KG__menuPanel.mobile-menu-module__-BJ_KG__open{transform:translate(0)}.mobile-menu-module__-BJ_KG__menuNav{flex-direction:column;gap:.5rem;padding:5rem 1.5rem 2rem;display:flex}.mobile-menu-module__-BJ_KG__menuLink{color:#94a3b8;border-radius:8px;padding:1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.mobile-menu-module__-BJ_KG__menuLink:hover,.mobile-menu-module__-BJ_KG__menuLink:active{color:#f8fafc;background:#ffffff0d}.mobile-menu-module__-BJ_KG__menuButton{color:#fff;text-align:center;background:#1d4ed8;border-radius:8px;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.mobile-menu-module__-BJ_KG__menuButton:hover,.mobile-menu-module__-BJ_KG__menuButton:active{background:#3b82f6}.mobile-menu-module__-BJ_KG__backdrop{z-index:999;background:#00000080;display:none;position:fixed;inset:0}@media (max-width:768px){.mobile-menu-module__-BJ_KG__hamburger{display:flex}.mobile-menu-module__-BJ_KG__hamburger.mobile-menu-module__-BJ_KG__hidden{opacity:0;pointer-events:none;transition:opacity .2s}.mobile-menu-module__-BJ_KG__menuPanel,.mobile-menu-module__-BJ_KG__backdrop{display:block}}
.chat-drawer-module__C1653W__drawerTab{z-index:999;color:#fff;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;writing-mode:vertical-rl;text-orientation:mixed;background:#3b82f6e6;border:none;border-radius:0 8px 8px 0;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem .5rem;font-family:inherit;font-size:.65rem;font-weight:600;transition:all .3s;display:flex;position:fixed;top:50%;left:0;transform:translateY(-50%);box-shadow:2px 0 12px #3b82f64d}.chat-drawer-module__C1653W__drawerTab svg{width:20px;height:20px;transform:rotate(90deg)}.chat-drawer-module__C1653W__drawerTab:hover{background:#3b82f6;padding-right:.75rem;box-shadow:4px 0 20px #3b82f680}.chat-drawer-module__C1653W__drawerTab.chat-drawer-module__C1653W__tabHidden{opacity:0;pointer-events:none;transform:translate(-100%)translateY(-50%)}.chat-drawer-module__C1653W__drawer{z-index:1001;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f0ff2;border-right:1px solid #ffffff1a;flex-direction:column;width:360px;max-width:90vw;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.chat-drawer-module__C1653W__drawer.chat-drawer-module__C1653W__drawerOpen{transform:translate(0)}.chat-drawer-module__C1653W__drawerHeader{border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.chat-drawer-module__C1653W__drawerHeader h3{color:#f8fafc;margin:0;font-size:1rem;font-weight:600}.chat-drawer-module__C1653W__closeBtn{color:#94a3b8;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:all .2s;display:flex}.chat-drawer-module__C1653W__closeBtn:hover{color:#f8fafc;background:#ffffff26}.chat-drawer-module__C1653W__messages{scrollbar-width:thin;scrollbar-color:#ffffff1f transparent;flex-direction:column;flex:1;gap:.75rem;min-height:0;padding:1rem;display:flex;overflow-y:auto}.chat-drawer-module__C1653W__messages::-webkit-scrollbar{width:6px}.chat-drawer-module__C1653W__messages::-webkit-scrollbar-track{background:0 0}.chat-drawer-module__C1653W__messages::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}.chat-drawer-module__C1653W__messages::-webkit-scrollbar-thumb:hover{background:#fff3}.chat-drawer-module__C1653W__placeholder{text-align:center;color:#64748b;flex:1;justify-content:center;align-items:center;padding:2rem;font-size:.9rem;display:flex}.chat-drawer-module__C1653W__message{border-radius:12px;max-width:85%;padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.chat-drawer-module__C1653W__userMessage{color:#fff;background:#3b82f6e6;border-bottom-right-radius:4px;align-self:flex-end}.chat-drawer-module__C1653W__assistantMessage{color:#e2e8f0;background:#ffffff14;border-bottom-left-radius:4px;align-self:flex-start}.chat-drawer-module__C1653W__typing{animation:1s infinite chat-drawer-module__C1653W__pulse;display:inline-block}@keyframes chat-drawer-module__C1653W__pulse{0%,to{opacity:.5}50%{opacity:1}}.chat-drawer-module__C1653W__inputArea{border-top:1px solid #ffffff14;flex-shrink:0;align-items:flex-end;gap:.5rem;padding:1rem;display:flex}.chat-drawer-module__C1653W__inputArea textarea{color:#f8fafc;resize:none;scrollbar-width:thin;scrollbar-color:#ffffff1f transparent;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;outline:none;flex:1;min-height:44px;max-height:120px;padding:.65rem 1rem;font-family:inherit;font-size:.9rem;line-height:1.4;transition:border-color .2s;overflow-y:auto}.chat-drawer-module__C1653W__inputArea textarea::-webkit-scrollbar{width:4px}.chat-drawer-module__C1653W__inputArea textarea::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:2px}.chat-drawer-module__C1653W__inputArea textarea:focus{border-color:#3b82f680}.chat-drawer-module__C1653W__inputArea textarea::placeholder{color:#64748b}.chat-drawer-module__C1653W__inputArea button{color:#fff;cursor:pointer;background:#3b82f6e6;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.chat-drawer-module__C1653W__inputArea button:hover:not(:disabled){background:#3b82f6}.chat-drawer-module__C1653W__inputArea button:disabled{opacity:.5;cursor:not-allowed}.chat-drawer-module__C1653W__inputArea button svg{width:18px;height:18px}.chat-drawer-module__C1653W__backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;position:fixed;inset:0}@media (max-width:480px){.chat-drawer-module__C1653W__drawer{border-right:none;width:100%;max-width:100%;height:100vh;inset:0 0 auto;overflow:hidden}.chat-drawer-module__C1653W__drawer.chat-drawer-module__C1653W__drawerOpen{flex-direction:column;display:flex}.chat-drawer-module__C1653W__messages{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding-bottom:.5rem;overflow-y:auto}.chat-drawer-module__C1653W__inputArea{padding:.75rem;padding-bottom:max(.75rem, env(safe-area-inset-bottom));background:#0f0f0ffa;border-top:1px solid #ffffff1a;flex-shrink:0}.chat-drawer-module__C1653W__inputArea textarea{min-height:40px;max-height:100px;font-size:16px}.chat-drawer-module__C1653W__drawerTab span{display:none}.chat-drawer-module__C1653W__drawerTab{padding:.75rem .4rem}}
.HeroFallback-module__QsQP1W__container{z-index:100;opacity:0;background:#0a0a0a;width:100vw;height:100vh;animation:1.2s ease-out forwards HeroFallback-module__QsQP1W__fadeIn;position:fixed;top:0;left:0;overflow:hidden}.HeroFallback-module__QsQP1W__container:before{content:"";background:radial-gradient(circle at 20% 30%,#3b82f626 0%,#0000 50%) 0 0/150% 150%;animation:23s ease-in-out infinite HeroFallback-module__QsQP1W__driftBlue;position:absolute;inset:0}.HeroFallback-module__QsQP1W__container:after{content:"";background:radial-gradient(circle at 80% 70%,#8b5cf626 0%,#0000 50%) 0 0/180% 180%;animation:31s ease-in-out infinite reverse HeroFallback-module__QsQP1W__driftPurple;position:absolute;inset:0}@keyframes HeroFallback-module__QsQP1W__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes HeroFallback-module__QsQP1W__driftBlue{0%,to{background-position:0 20%}33%{background-position:80% 60%}66%{background-position:30% 90%}}@keyframes HeroFallback-module__QsQP1W__driftPurple{0%,to{background-position:100% 80%}40%{background-position:20% 30%}70%{background-position:60% 10%}}@media (prefers-reduced-motion:reduce){.HeroFallback-module__QsQP1W__container{opacity:1;animation:none}.HeroFallback-module__QsQP1W__container:before,.HeroFallback-module__QsQP1W__container:after{opacity:.5;animation:none}}
