.background-container{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;background:#050507}.gradient-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(6,182,212,.25),transparent),radial-gradient(ellipse 60% 40% at 100% 0%,rgba(14,165,233,.15),transparent),radial-gradient(ellipse 50% 30% at 0% 100%,rgba(34,211,238,.15),transparent),linear-gradient(180deg,#050507,#0a0a12,#050507)}.glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 15s ease-in-out infinite}.glow-1{width:600px;height:600px;background:radial-gradient(circle,rgba(6,182,212,.4) 0%,transparent 70%);top:-200px;right:-150px;animation-delay:0s}.glow-2{width:500px;height:500px;background:radial-gradient(circle,rgba(14,165,233,.3) 0%,transparent 70%);bottom:-150px;left:-100px;animation-delay:-5s}.glow-3{width:400px;height:400px;background:radial-gradient(circle,rgba(34,211,238,.2) 0%,transparent 70%);top:40%;left:50%;transform:translate(-50%);animation-delay:-10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.noise-overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.background-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.4) 100%);pointer-events:none}@media (max-width: 768px){.glow-1{width:400px;height:400px;top:-150px;right:-100px}.glow-2{width:350px;height:350px;bottom:-100px;left:-80px}.glow-3{width:300px;height:300px}}.social-section{width:100%;display:flex;flex-direction:column;align-items:center}.social-icons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.social-icon-link{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:50%;color:#fff9;text-decoration:none;transition:all .25s ease}.social-icon-link:hover{background:#ffffff14;border-color:var(--hover-color);color:var(--hover-color);transform:translateY(-2px)}.social-icon{font-size:1.25rem;transition:transform .25s ease}.social-icon-link:hover .social-icon{transform:scale(1.1)}@media (max-width: 480px){.social-icon-link{width:44px;height:44px}.social-icon{font-size:1.1rem}}.link-button{position:relative;display:block;width:100%;padding:1rem 1.25rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;text-decoration:none;color:var(--text-primary);transition:all .3s ease;overflow:hidden}.link-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.link-button:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-2px)}.link-button:hover:before{opacity:1}.link-button:active{transform:translateY(0)}.link-button-glow{display:none}.link-button-content{position:relative;z-index:1;display:flex;align-items:center;gap:1rem}.link-button-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.12);border-radius:10px;font-size:1.1rem;flex-shrink:0;color:#ffffff80;transition:all .3s ease}.link-button:hover .link-button-icon{border-color:#ffffff40;color:#fffc}.link-button-text{flex:1;display:flex;flex-direction:column;gap:.2rem;text-align:left}.link-button-title{font-weight:600;font-size:.95rem;color:#fff}.link-button-subtitle{font-size:.75rem;color:#ffffff80;font-weight:400}.link-button-arrow{font-size:1.1rem;color:#ffffff4d;transition:all .3s ease;opacity:1;transform:translate(0)}.link-button:hover .link-button-arrow{color:#ffffffb3;transform:translate(4px)}.link-button.primary{border-left:2px solid var(--primary-purple)}.link-button.primary:hover{border-color:#ffffff26;border-left-color:var(--primary-purple)}.link-button.primary .link-button-icon{color:#ffffff80;border-color:#ffffff1f}.link-button.primary:hover .link-button-icon{color:#fffc;border-color:#ffffff40}.link-button.accent{border-left:2px solid var(--accent-cyan)}.link-button.accent:hover{border-color:#ffffff26;border-left-color:var(--accent-cyan)}.link-button.accent .link-button-icon{color:#ffffff80;border-color:#ffffff1f}.link-button.accent:hover .link-button-icon{color:#fffc;border-color:#ffffff40}.link-button.green{border-left:2px solid var(--accent-green)}.link-button.green:hover{border-color:#ffffff26;border-left-color:var(--accent-green)}.link-button.green .link-button-icon{color:#ffffff80;border-color:#ffffff1f}.link-button.green:hover .link-button-icon{color:#fffc;border-color:#ffffff40}.link-button.orange{border-left-width:2px;border-left-style:solid;border-left-color:var(--accent-orange)}.link-button.orange:hover{border-color:#ffffff26;border-left-width:2px;border-left-style:solid;border-left-color:var(--accent-orange)}.link-button.orange .link-button-icon{color:#ffffff80;border-color:#ffffff1f}.link-button.orange:hover .link-button-icon{color:#fffc;border-color:#ffffff40}@media (max-width: 480px){.link-button{padding:.875rem 1rem}.link-button-icon{width:36px;height:36px;font-size:1rem}.link-button-title{font-size:.875rem}.link-button-subtitle{font-size:.7rem}}.language-toggle{position:fixed;top:1.25rem;right:1.25rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;cursor:pointer;transition:all .2s ease;z-index:50}.language-toggle:hover{background:#ffffff1a;border-color:#fff3}.flag{font-size:1.5rem;line-height:1}@media (max-width: 480px){.language-toggle{top:1rem;right:1rem;width:40px;height:40px}.flag{font-size:1.3rem}}.legal-page{min-height:100vh;padding:1.5rem;position:relative;z-index:10}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#ffffffb3;font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:2rem}.back-button:hover{background:#ffffff1a;color:#fff}.legal-page-content{max-width:600px;margin:0 auto}.legal-content{display:flex;flex-direction:column;gap:2rem}.legal-content h1{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem}.legal-content section{display:flex;flex-direction:column;gap:.5rem}.legal-content h3{font-size:1rem;font-weight:600;color:#ffffffe6;margin-bottom:.25rem}.legal-content p{font-size:.9rem;line-height:1.7;color:#fff9}.legal-content a{color:var(--primary-purple);text-decoration:none;transition:color .2s ease}.legal-content a:hover{color:var(--accent-cyan)}.legal-content strong{color:#fffc;font-weight:500}@media (max-width: 480px){.legal-page{padding:1rem}.back-button{padding:.625rem .875rem;font-size:.8rem}.legal-content h1{font-size:1.5rem}.legal-content h3{font-size:.9rem}.legal-content p{font-size:.85rem}}.book-call-page{min-height:100vh;position:relative;z-index:10;padding:1.5rem 1.25rem 3rem}.book-call-content{width:417px;max-width:calc(100vw - 2.5rem);margin:0 auto}.back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#ffffffb3;font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.back-btn:hover{background:#ffffff1a;color:#fff}.price-box{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;margin-bottom:1rem;border-radius:14px;font-size:.9rem;font-weight:600}.price-box.free{background:#10b9811a;border:1px solid rgba(16,185,129,.25);color:var(--accent-green)}.price-box.paid{background:#f59e0b1a;border:1px solid rgba(245,158,11,.25);color:#f59e0b}.price-icon{font-size:1rem}.cal-embed-wrapper{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden;height:700px}.cal-embed-wrapper iframe{border:none;background:transparent}@media (max-width: 480px){.book-call-page{padding:1rem 1rem 2rem}.book-call-content{width:100%;max-width:100%}.back-btn{padding:.625rem .875rem;font-size:.8rem}.price-box{padding:.875rem;font-size:.85rem}.cal-embed-wrapper{height:600px}}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;padding:0 1.25rem 3rem}.content{position:relative;z-index:10;width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:2rem}.header-wrapper{width:calc(100% + 2.5rem);margin-left:-1.25rem;margin-right:-1.25rem;background:#ffffff05;border:none;border-bottom:1px solid rgba(255,255,255,.06);border-radius:0 0 24px 24px;padding:2rem 2rem 1.75rem;margin-bottom:2rem;position:relative}.header-wrapper:after{content:"";position:absolute;bottom:-1px;left:2rem;right:2rem;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent)}.header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.logo-container{position:relative;width:200px;height:160px;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.logo-glow{position:absolute;width:130%;height:130%;background:radial-gradient(circle,rgba(6,182,212,.25),transparent 70%);filter:blur(30px)}.logo{width:180px;height:140px;display:flex;align-items:center;justify-content:center;position:relative}.logo-icon{width:100%;height:100%}.logo-icon img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 20px rgba(139,92,246,.3))}.title{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800;letter-spacing:-.5px;color:#fff}.title-ai{background:linear-gradient(135deg,var(--accent-cyan),var(--primary-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:.9rem;color:#ffffff80;font-weight:400}.main{width:100%;display:flex;flex-direction:column;gap:1.5rem}.main>section:first-child{margin-top:-.5rem}.website-section{width:100%;display:flex;flex-direction:column;gap:1rem}.website-section .section-title,.calendar-section .section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#fff6;text-align:center}.calendar-section{width:100%;display:flex;flex-direction:column;gap:1rem}.calendar-links{display:flex;flex-direction:column;gap:.625rem}.calendar-section button.link-button{width:100%;text-align:left;cursor:pointer;font-family:inherit}.footer{margin-top:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.75rem}.footer-links{display:flex;align-items:center;justify-content:center;gap:.75rem}.footer-links button{font-family:inherit;font-size:.75rem;color:#fff6;background:none;border:none;cursor:pointer;transition:color .2s ease;padding:0}.footer-links button:hover{color:#ffffffb3}.footer-divider{color:#fff3;font-size:.5rem}.footer p{font-size:.7rem;color:#ffffff40}@media (max-width: 480px){.app{padding:0 1rem 2rem}.header-wrapper{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem;padding:1.5rem;border-radius:0 0 20px 20px}.title{font-size:1.75rem}.logo-container{width:160px;height:130px}.logo{width:145px;height:115px}.tagline{font-size:.85rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-purple: #0ea5e9;--primary-blue: #06b6d4;--accent-cyan: #22d3ee;--accent-pink: #38bdf8;--accent-green: #10b981;--accent-green-light: #34d399;--accent-orange: #f59e0b;--bg-dark: #0a0a0f;--bg-card: rgba(255, 255, 255, .03);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .6);--glow-purple: rgba(14, 165, 233, .4);--glow-blue: rgba(6, 182, 212, .4)}html,body,#root{height:100%;width:100%}body{font-family:Montserrat,sans-serif;background:var(--bg-dark);color:var(--text-primary);overflow-x:hidden;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}::selection{background:#8b5cf64d;color:#fff}
