@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Orbitron:wght@700;900&display=swap";@keyframes text-glitch{2%,64%{transform:translate(2px) skew(0)}4%,60%{transform:translate(-2px) skew(0)}62%{transform:translate(0) skew(5deg)}}@keyframes flicker-in{0%,to{opacity:1}25%{opacity:.3}50%{opacity:1}75%{opacity:.6}}@keyframes scanlines{0%{background-position:0 0}to{background-position:0 50px}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 15px #06b6d499,0 0 30px #06b6d466}50%{transform:scale(1.03);box-shadow:0 0 25px #06b6d4cc,0 0 50px #06b6d499}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:#0c0a09;color:#e5e7eb;line-height:1.6;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48ZmlsdGVyIGlkPSJhbWF6aW5nLW5vaXNlIj48ZmVUdXJidWxlbmNlIGJhc2VGcmVxdWVuY3k9IjAuNjUiIG51bU9jdGF2ZXM9IjMiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIHR5cGU9ImZyYWN0YWxOb2lzZSIvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNhbWF6aW5nLW5vaXNlKSIvPjwvc3ZnPg==);opacity:.03;z-index:1000;pointer-events:none}a{color:inherit;text-decoration:none;transition:all .3s ease}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:5rem 0}@media (min-width: 768px){.section-padding{padding:6rem 0}}.section-title{font-family:Orbitron,sans-serif;font-weight:700;font-size:2.25rem;text-align:center;border-bottom:2px solid;border-image:linear-gradient(to right,#ec4899,#06b6d4) 1;padding-bottom:.75rem;margin-bottom:3rem}@media (min-width: 768px){.section-title{font-size:2.5rem}}.fade-in-up{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-title{opacity:0}.is-visible{opacity:1;transform:translateY(0)}.neon-text-pink{color:#ec4899;text-shadow:0 0 5px rgba(236,72,153,.9),0 0 10px rgba(236,72,153,.9),0 0 20px rgba(236,72,153,.7)}.neon-text-cyan{color:#06b6d4;text-shadow:0 0 5px rgba(6,182,212,.9),0 0 10px rgba(6,182,212,.9),0 0 20px rgba(6,182,212,.7)}.header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgb(42,37.5,34.5);background-color:#0c0a09cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header__nav{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem}.header__logo{font-family:Orbitron,sans-serif;font-weight:700;font-size:1.25rem;position:relative}.header__logo:hover:before,.header__logo:hover:after{content:"NEONFRAMING";position:absolute;top:0;left:0;width:100%;height:100%;background:none;overflow:hidden;clip:rect(0,900px,0,0)}.header__logo:hover:before{text-shadow:-1px 0 #ec4899;animation:text-glitch 1.5s infinite linear alternate-reverse}.header__logo:hover:after{text-shadow:1px 0 #06b6d4;animation:text-glitch 1.5s infinite linear alternate}.header__logo--pink{color:#ec4899}.header__logo--cyan{color:#06b6d4}.header__links{display:none}@media (min-width: 768px){.header__links{display:flex;gap:2rem}.header__links a{color:#9ca3af}.header__links a:hover{color:#06b6d4}}.header__cta{background-color:#2a2623;padding:.5rem 1rem;border-radius:8px;font-weight:700}.header__cta:hover{background-color:#38322e}.hero{display:grid;place-items:center;min-height:100vh;padding:6rem 0;position:relative;overflow:hidden}.hero__canvas-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.6}.hero__content{position:relative;z-index:2;text-align:center}.hero__title,.hero__subtitle{text-shadow:0 0 15px rgba(0,0,0,.7);font-family:Orbitron,sans-serif;font-weight:900;font-size:3rem;letter-spacing:-2px;line-height:1.1;animation:text-glitch 3s linear infinite alternate}@media (min-width: 768px){.hero__title,.hero__subtitle{font-size:4.5rem}}.hero__subtitle{margin-top:1rem;animation-delay:.2s}.hero__subtitle--kerning{letter-spacing:.1em}.hero__description{max-width:600px;margin:2rem auto 0;font-size:1.125rem;color:#9ca3af}.hero__cta{display:inline-block;margin-top:2.5rem;background-color:#06b6d4;color:#0a0a0a;font-weight:700;padding:1rem 2rem;border-radius:8px;animation:pulse 2.5s infinite}.hero__cta:hover{background-color:#15d7f8;animation-play-state:paused}.problem-card,.pricing-card{position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.problem-card:before,.problem-card:after,.pricing-card:before,.pricing-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;opacity:0;transition:opacity .3s ease}.problem-card:before,.pricing-card:before{box-shadow:inset 2px 0 #ec4899;transform:translate(-100%)}.problem-card:after,.pricing-card:after{box-shadow:inset -2px 0 #06b6d4;transform:translate(100%)}.problem-card:hover,.pricing-card:hover{transform:translateY(-5px)}.problem-card:hover:before,.problem-card:hover:after,.pricing-card:hover:before,.pricing-card:hover:after{opacity:1;transform:translate(0)}.pricing-section__grid{display:grid;gap:2rem}@media (min-width: 1024px){.pricing-section__grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{background-color:#1c1917;border:2px solid #374151;border-radius:12px;padding:3rem 2rem 2rem;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0a0a0a80}.pricing-card--highlighted{border-color:#06b6d4}.pricing-card__banner{position:absolute;top:1.5rem;left:50%;transform:translate(-50%,-50%);background-color:#06b6d4;color:#0a0a0a;font-weight:700;font-size:.875rem;padding:.25rem 1rem;border-radius:99px}.pricing-card__header h3{font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:700}.pricing-card__header p{margin-top:.5rem;color:#9ca3af}.pricing-card__price-wrapper{margin-top:1.5rem;display:flex;align-items:baseline;gap:.5rem}.pricing-card__price-wrapper span{font-size:2.5rem;font-weight:700;line-height:1}.pricing-card__price-wrapper p{color:#9ca3af}.pricing-card__setup-fee{font-size:.875rem;font-weight:600;color:#9ca3af;margin-top:.25rem}.pricing-card__features{margin:2rem 0;flex-grow:1;border-top:1px solid #374151;padding-top:2rem}.pricing-card__features li{display:flex;align-items:flex-start;margin-bottom:1rem}.pricing-card__features li .icon{color:#06b6d4;flex-shrink:0;margin-right:.75rem;margin-top:4px}.pricing-card__features .feature-plus{font-style:italic;font-weight:600;color:#9ca3af}.pricing-card__features .feature-plus .icon{display:none}.pricing-card__cta{display:block;width:100%;text-align:center;margin-top:auto;padding:.75rem;border-radius:8px;font-weight:700;background-color:#38322e}.pricing-card__cta:hover{background-color:#463f3a}.pricing-card--highlighted .pricing-card__header h3{color:#06b6d4}.pricing-card--highlighted .pricing-card__cta{background-color:#06b6d4;color:#0a0a0a;box-shadow:0 0 15px #06b6d499}.pricing-card--highlighted .pricing-card__cta:hover{background-color:#15d7f8}.problem-section__grid,.solution-section__grid{display:grid;gap:2rem}@media (min-width: 768px){.problem-section__grid,.solution-section__grid{grid-template-columns:repeat(3,1fr)}}.problem-card{background-color:#1c1917;border:1px solid #374151;border-radius:12px;padding:1.5rem}.problem-card h3{font-size:1.25rem;font-weight:700}.problem-card p{margin-top:.5rem;color:#9ca3af}.solution-card{text-align:center}.solution-card h3{font-size:1.25rem;font-weight:700;color:#06b6d4}.solution-card p{margin-top:.5rem;color:#9ca3af}.social-proof__card{background-color:#1c1917;border:1px solid #374151;border-radius:12px;padding:2rem;max-width:800px;margin:0 auto;text-align:center;border-left:4px solid #06b6d4}.social-proof__card p{font-size:1.25rem;font-style:italic}.social-proof__card span{display:block;margin-top:1rem;font-weight:700;color:#06b6d4}.process-section__timeline{position:relative;max-width:500px;margin:0 auto}.process-section__timeline .timeline-item{position:relative;padding-left:3rem;padding-bottom:2.5rem}.process-section__timeline .timeline-item:before{content:"";position:absolute;left:19px;top:4px;bottom:0;width:2px;background-color:#374151}.process-section__timeline .timeline-item:last-child:before{display:none}.process-section__timeline .timeline-dot{position:absolute;left:10px;top:4px;height:20px;width:20px;border-radius:50%;background-color:#0c0a09;border:3px solid #06b6d4;z-index:10}.process-section__timeline .timeline-item p:first-of-type{font-size:.875rem;font-weight:700;color:#ec4899}.process-section__timeline .timeline-item h3{font-size:1.25rem;font-weight:700;margin-top:.25rem}.process-section__timeline .timeline-item p:last-of-type{margin-top:.25rem;color:#9ca3af}.faq-section__grid{max-width:700px;margin:0 auto;display:grid;gap:2rem}.faq-section__grid h3{font-size:1.25rem;font-weight:700}.faq-section__grid p{margin-top:.5rem;color:#9ca3af}.cta-section{text-align:center}.cta-section h2{font-family:Orbitron,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{max-width:600px;margin:0 auto 2rem;font-size:1.125rem;color:#9ca3af}.cta-section a{display:inline-block;background-color:#06b6d4;color:#0a0a0a;font-weight:700;padding:1rem 2.5rem;border-radius:8px;animation:pulse 2.5s infinite}.cta-section a:hover{background-color:#15d7f8;animation-play-state:paused}.footer{text-align:center;padding:2rem 0;border-top:1px solid rgb(42,37.5,34.5)}.footer__logo{font-family:Orbitron,sans-serif;font-weight:700;font-size:1.25rem}.footer__logo span:first-child{color:#ec4899}.footer__logo span:last-child{color:#06b6d4}.footer p{margin-top:.25rem;font-size:.875rem;color:#9ca3af}.footer p:last-child{font-size:.75rem;color:#666f7f}.chatbot-widget{position:fixed;bottom:2rem;right:2rem;z-index:1000}.chat-opener{background:linear-gradient(45deg,#ec4899,#06b6d4);color:#fff;border:none;width:60px;height:60px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 20px #06b6d466;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.chat-opener:hover{transform:scale(1.1);box-shadow:0 6px 25px #06b6d499}.chat-window{width:370px;height:500px;background:#0c0a09;border:1px solid #374151;border-radius:12px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;overflow:hidden;animation:fade-in-up .4s ease-out}.chat-header{padding:1rem;background:#1c1917;color:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #374151}.chat-header h3{margin:0;font-size:1rem;font-weight:700}.chat-header button{background:none;border:none;color:#9ca3af;font-size:1.5rem;cursor:pointer;transition:color .2s}.chat-header button:hover{color:#fff}.chat-messages{flex-grow:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.message{padding:.75rem 1rem;border-radius:18px;max-width:85%;line-height:1.5;animation:fade-in-up .3s ease-out}.message--ai{background-color:#1c1917;color:#e5e7eb;border-bottom-left-radius:4px;align-self:flex-start}.message--user{background:linear-gradient(45deg,#ec4899,#e71a7f);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.message.is-loading{padding:.75rem 1.25rem}.message.is-loading span{animation:blink 1.4s infinite both;display:inline-block}.message.is-loading span:nth-child(2){animation-delay:.2s}.message.is-loading span:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.chat-input-form{display:flex;border-top:1px solid #374151}.chat-input-form input{flex-grow:1;border:none;padding:1rem;background:#0c0a09;color:#fff;font-size:1rem}.chat-input-form input:focus{outline:none}.chat-input-form input::placeholder{color:#9ca3af}.chat-input-form input:disabled{background-color:#120f0d}.chat-input-form button{background:#ec4899;color:#fff;border:none;padding:0 1.5rem;cursor:pointer;font-weight:700;transition:background-color .2s}.chat-input-form button:hover{background:#ee5fa6}.chat-input-form button:disabled{background-color:#374151;cursor:not-allowed}
