:root{font-family:Space Grotesk,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96%;--secondary-foreground: 222.2 84% 4.9%;--muted: 210 40% 96%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96%;--accent-foreground: 222.2 84% 4.9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .5rem;--glow-primary: 222.2 47.4% 11.2%;--glow-secondary: 142.1 76.2% 36.3%;--glow-accent: 271 91% 65%}[data-theme=dark]{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 212.7 26.8% 83.9%;--glow-primary: 210 40% 98%;--glow-secondary: 142.1 70.6% 45.3%;--glow-accent: 271 91% 65%}*{margin:0;padding:0;box-sizing:border-box}html{color-scheme:light dark}body{margin:0;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:hsl(var(--background));color:hsl(var(--foreground));transition:background-color .3s ease,color .3s ease;position:relative;overflow-x:hidden}#root{min-height:100vh;position:relative}#root:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;background:radial-gradient(circle at 20% 30%,hsl(var(--glow-primary) / .15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,hsl(var(--glow-secondary) / .12) 0%,transparent 50%),radial-gradient(circle at 40% 70%,hsl(var(--glow-accent) / .1) 0%,transparent 50%),radial-gradient(circle at 90% 80%,hsl(var(--glow-primary) / .08) 0%,transparent 50%),radial-gradient(circle at 10% 90%,hsl(var(--glow-secondary) / .1) 0%,transparent 50%)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.slide-in{animation:slideIn .8s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.scale-in{animation:scaleIn .5s ease-out}.app{min-height:100vh;display:flex;flex-direction:column;padding:1rem;position:relative}.theme-toggle{position:fixed;top:1rem;right:1rem;z-index:50;background:hsl(var(--card) / .8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsl(var(--border) / .5);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.theme-toggle:hover{background:hsl(var(--accent) / .9);transform:scale(1.1);border-color:hsl(var(--glow-primary) / .3)}.theme-toggle svg{color:hsl(var(--foreground));transition:color .3s ease}.main-content{flex:1;display:grid;grid-template-columns:1fr 1fr;max-width:1200px;margin:0 auto;gap:2rem;width:100%;align-items:start;padding-top:1rem;min-height:calc(100vh - 2rem)}.left-section{display:flex;flex-direction:column;gap:1.5rem}.logo-section{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:hsl(var(--card) / .6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:2rem;transition:all .3s ease}.logo-section:hover{transform:translateY(-2px);background:hsl(var(--card) / .8)}.logo-image{width:32px;height:32px;object-fit:contain;border-radius:50%;animation:scaleIn .5s ease-out;background:#fff;padding:4px;border:none;box-shadow:0 2px 8px hsl(var(--foreground) / .1)}.logo-text{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));font-family:Space Grotesk,sans-serif}.separator{background:linear-gradient(90deg,transparent,hsl(var(--glow-primary) / .3),transparent);height:1px;width:100%;margin:.5rem 0;border-radius:1px;animation:fadeIn .6s ease-out .2s both}.page-title{font-size:3.5rem;font-weight:700;color:hsl(var(--foreground));line-height:1.1;font-family:Space Grotesk,sans-serif;background:linear-gradient(135deg,hsl(var(--foreground)),hsl(var(--glow-primary)));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:fadeIn .6s ease-out .4s both;margin-bottom:.5rem}.description{font-size:1.1rem;color:hsl(var(--foreground));line-height:1.6;font-family:Space Grotesk,sans-serif;animation:fadeIn .6s ease-out .6s both;margin-bottom:1rem}.features-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem;animation:fadeIn .6s ease-out .8s both}.features-list li{color:hsl(var(--foreground));position:relative;padding:.75rem 1.25rem .75rem 2.5rem;background:transparent;border:none;border-radius:1.5rem;transition:all .3s ease;font-family:Space Grotesk,sans-serif}.features-list li:hover{background:transparent;transform:translate(8px)}.features-list li:before{content:"→";color:hsl(var(--glow-primary));position:absolute;left:1rem;font-weight:600;transition:transform .3s ease}.features-list li:hover:before{transform:translate(4px)}.features-list a{color:hsl(var(--glow-primary));text-decoration:none;font-weight:500;position:relative;transition:color .3s ease}.features-list a:hover{color:hsl(var(--glow-secondary))}.features-list a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:hsl(var(--glow-secondary));transition:width .3s ease;border-radius:1px}.features-list a:hover:after{width:100%}.right-section{display:flex;justify-content:center;align-items:flex-start;height:100%;min-height:calc(100vh - 4rem)}.right-section [data-youform-embed]{width:100%;height:100%;min-height:800px;background:hsl(var(--card) / .6);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:none;border-radius:1rem;overflow:hidden;position:relative}.right-section iframe{width:100%!important;height:100%!important;min-height:800px!important;border:none!important;border-radius:1rem;background:transparent}.typeform-container{width:100%;max-width:700px;background:hsl(var(--card) / .6);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:none;padding:0;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;height:100%;min-height:800px;display:flex;flex-direction:column}.typeform-container:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,hsl(var(--glow-primary) / .5),transparent);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.typeform-container:hover{transform:translateY(-4px);background:hsl(var(--card) / .8)}.typeform-iframe{width:100%;height:100%;min-height:800px;border:none;border-radius:1rem;background:transparent}.typeform-placeholder{color:hsl(var(--foreground));font-size:1rem;padding:2.5rem 1.5rem;border:none;border-radius:1.5rem;background:transparent;font-family:Space Grotesk,sans-serif;transition:all .3s ease;position:relative}.typeform-placeholder:hover{background:transparent}.trustpilot-widget{margin-top:2rem;width:100%}@media (max-width: 1024px){.main-content{grid-template-columns:1fr;gap:2rem;min-height:auto}.right-section,.right-section [data-youform-embed]{min-height:700px}.right-section iframe{min-height:700px!important}.typeform-container,.typeform-iframe{min-height:700px}.page-title{font-size:3rem}}@media (max-width: 768px){.app{padding:.75rem}.main-content{gap:1.5rem;padding-top:.5rem}.right-section,.right-section [data-youform-embed]{min-height:600px}.right-section iframe{min-height:600px!important}.typeform-container,.typeform-iframe{min-height:600px}.page-title{font-size:2.5rem}.theme-toggle{width:40px;height:40px}.features-list li{padding:.75rem 1.25rem .75rem 3rem}.logo-section{padding:.75rem 1.25rem}.typeform-container{padding:0}.typeform-placeholder{padding:2rem 1rem}.features-list li:before{left:1rem}}@media (max-width: 480px){.right-section,.right-section [data-youform-embed]{min-height:500px}.right-section iframe{min-height:500px!important}.typeform-container,.typeform-iframe{min-height:500px}.page-title{font-size:2rem}.description{font-size:1rem}}.typeform-loading{display:inline-block;width:20px;height:20px;border:2px solid hsl(var(--border));border-radius:50%;border-top-color:hsl(var(--glow-primary));animation:spin 1s ease-in-out infinite;margin-bottom:1rem}.typeform-loading-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:hsl(var(--foreground));font-family:Space Grotesk,sans-serif}@keyframes spin{to{transform:rotate(360deg)}}.typeform-container>div{flex:1;width:100%!important;height:100%!important}.typeform-container iframe{width:100%!important;height:100%!important;border:none!important;border-radius:1rem}.success-message{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:1rem;text-align:center}.success-message h2{color:hsl(var(--foreground));font-family:Space Grotesk,sans-serif;margin-bottom:1rem;font-size:1.5rem}.success-message p{color:hsl(var(--foreground));font-family:Space Grotesk,sans-serif;margin-bottom:2rem;line-height:1.6}.reset-button{background:hsl(var(--glow-primary));color:#fff;border:none;padding:.75rem 1.5rem;border-radius:1rem;font-family:Space Grotesk,sans-serif;font-weight:500;cursor:pointer;transition:all .3s ease}.reset-button:hover{background:hsl(var(--glow-secondary));transform:translateY(-2px)}.right-section [data-youform-embed] div{height:100%!important}.right-section [data-youform-embed] iframe{overflow:auto!important}
