@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600&family=Syne:wght@600;700;800&display=swap";.landing-page{position:relative;min-height:100vh;overflow:hidden}.ambient-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;overflow:hidden;background:var(--bg-color)}.ambient-bg .blob{position:absolute;filter:blur(120px);border-radius:50%;opacity:.5;mix-blend-mode:screen}.ambient-bg .blob-1{top:-10%;left:-10%;width:50vw;height:50vw;background:var(--primary)}.ambient-bg .blob-2{top:20%;right:-20%;width:60vw;height:60vw;background:var(--accent);opacity:.3}.ambient-bg .blob-3{bottom:-20%;left:20%;width:40vw;height:40vw;background:var(--secondary);opacity:.2}.header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:1.5rem 0;background:linear-gradient(180deg,#030712e6 0,#03071200);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header__inner{max-width:1200px;margin:0 auto;padding:0 2rem;justify-content:space-between}.header__inner,.logo{display:flex;align-items:center}.logo{gap:12px}.logo,.logo:active,.logo:hover,.logo:visited{text-decoration:none!important;color:var(--text-color)!important}.logo-img{width:36px;height:36px;border-radius:8px;filter:drop-shadow(0 0 15px rgba(249,115,22,.3))}.logo-text{font-family:var(--font-display);font-weight:800;font-size:1.4rem;letter-spacing:-.5px}.nav{display:none}@media(min-width:768px){.nav{display:flex;gap:2rem}}.nav-link{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.nav-link:hover{color:var(--text-color)}.actions{display:flex;gap:1rem}.actions,.btn{align-items:center}.btn{display:inline-flex;justify-content:center;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s ease;cursor:pointer}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-full{width:100%}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 20px #f973164d}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 25px #f9731666}.btn-outline{background:transparent;color:var(--text-color);border:1px solid var(--border-color)}.btn-outline:hover{background:#ffffff0d;border-color:#fff3}.btn-ghost{background:transparent;color:var(--text-color)}.btn-ghost:hover{color:var(--primary)}.hero{padding:12rem 2rem 8rem;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:5rem}@media(min-width:1024px){.hero{flex-direction:row;text-align:left;align-items:center;justify-content:space-between}}.hero__content{flex:1;max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:.5rem 1rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:100px;font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:2rem}.hero-badge .badge-dot{width:8px;height:8px;background:var(--primary);border-radius:50%;box-shadow:0 0 10px var(--primary)}.hero-title{font-size:clamp(3rem,5vw,4.5rem);line-height:1.1;letter-spacing:-1.5px;margin-bottom:1.5rem}.hero-title .gradient-text{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.15rem;line-height:1.6;color:var(--text-muted);margin-bottom:2.5rem;max-width:500px}@media(max-width:1023px){.hero-subtitle{margin-left:auto;margin-right:auto}}.hero-cta{display:flex;gap:1rem}@media(max-width:1023px){.hero-cta{justify-content:center}}@media(max-width:600px){.hero-cta{flex-direction:column}}.hero-visual{flex:1;position:relative;width:100%;max-width:500px;perspective:1000px}.hero-visual .glass-panel{background:#11182766;border:1px solid hsla(0,0%,100%,.1);border-radius:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden;box-shadow:0 30px 60px #00000080,inset 0 1px #ffffff1a;transform:rotateY(-10deg) rotateX(5deg)}.hero-visual .glass-panel .panel-header{background:#0000004d;padding:12px 20px;display:flex;align-items:center;gap:1rem;border-bottom:1px solid hsla(0,0%,100%,.05)}.hero-visual .glass-panel .panel-header .dots{display:flex;gap:6px}.hero-visual .glass-panel .panel-header .dots span{width:10px;height:10px;border-radius:50%;background:#374151}.hero-visual .glass-panel .panel-header .dots span:first-child{background:#ef4444}.hero-visual .glass-panel .panel-header .dots span:nth-child(2){background:#eab308}.hero-visual .glass-panel .panel-header .dots span:nth-child(3){background:#22c55e}.hero-visual .glass-panel .panel-header .address-bar{flex:1;background:#ffffff0d;border-radius:6px;padding:6px 12px;font-size:.75rem;color:var(--text-muted);text-align:center;font-family:monospace}.hero-visual .glass-panel .panel-body{padding:20px;display:flex;gap:20px;height:300px}.hero-visual .glass-panel .panel-body .mock-sidebar{width:60px;background:#ffffff08;border-radius:10px}.hero-visual .glass-panel .panel-body .mock-content{flex:1;display:flex;flex-direction:column;gap:12px}.hero-visual .glass-panel .panel-body .mock-content .mock-card{height:60px;background:#ffffff08;border-radius:10px}.hero-visual .glass-panel .panel-body .mock-content .mock-card.highlight{background:linear-gradient(90deg,#f973161a,#f9731600);border-left:2px solid var(--primary)}.floating-badge{position:absolute;background:var(--surface-color);border:1px solid var(--border-color);padding:.75rem 1.25rem;border-radius:12px;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:10px;box-shadow:0 10px 30px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.floating-badge.badge-mail{top:-20px;right:-20px}.floating-badge.badge-dns{bottom:40px;left:-40px}.floating-badge.badge-ai{bottom:-30px;right:20px;background:linear-gradient(135deg,#ec48991a,#8b5cf61a);border-color:#ec48994d}.floating-badge .sparkles{font-size:1.2rem}.features,.pricing{max-width:1200px;margin:0 auto;padding:8rem 2rem}.section-header{text-align:center;max-width:700px;margin:0 auto 5rem}.section-header .section-title{font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1;letter-spacing:-1px;margin-bottom:1.5rem}.section-header .section-subtitle{font-size:1.15rem;line-height:1.6;color:var(--text-muted)}.features-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:24px;padding:2.5rem;transition:transform .3s ease,border-color .3s ease;position:relative;overflow:hidden}.feature-card:hover{transform:translateY(-5px);border-color:#fff3}.feature-card.card-ai{background:linear-gradient(180deg,var(--surface-color) 0,rgba(236,72,153,.05) 100%);border-color:#ec489933}.feature-card .card-badge{position:absolute;top:2rem;right:2rem;background:#ec48991a;color:var(--secondary);font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:100px;text-transform:uppercase;letter-spacing:1px}.feature-card .card-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.feature-card .card-icon.bg-orange{background:#f973161a;color:var(--primary)}.feature-card .card-icon.bg-purple{background:#8b5cf61a;color:var(--accent)}.feature-card .card-icon.bg-pink{background:#ec48991a;color:var(--secondary)}.feature-card .card-title{font-size:1.5rem;margin-bottom:1rem;font-weight:700}.feature-card .card-desc{color:var(--text-muted);line-height:1.6;font-size:1.05rem}.pricing-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.price-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:24px;padding:3rem 2.5rem;position:relative;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.price-card.popular{background:linear-gradient(180deg,var(--surface-color-light) 0,var(--surface-color) 100%);border-color:var(--primary);box-shadow:0 20px 40px #f9731626}.price-card .popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:6px 16px;border-radius:100px;font-size:.85rem;font-weight:700;box-shadow:0 4px 10px #f973164d}.price-card .card-header{margin-bottom:2rem}.price-card .card-header .plan-name{font-size:1.75rem;margin-bottom:.5rem}.price-card .card-header .plan-desc{color:var(--text-muted);line-height:1.5}.price-card .card-price{margin-bottom:2.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:8px;position:relative}.price-card .card-price .monthly-price-main,.price-card .card-price .yearly-price-main{display:flex;align-items:flex-end;gap:4px}.price-card .card-price .yearly-price-sub{font-size:.95rem;color:#22c55e;position:absolute;top:100%;left:4px;margin-top:4px}.price-card .card-price .currency{font-size:1.5rem;font-weight:600;color:var(--text-muted);margin-bottom:8px}.price-card .card-price .amount{font-family:var(--font-display);font-size:2.8rem;font-weight:800;line-height:1;letter-spacing:-1.5px}.price-card .card-price .period{font-size:1rem;color:var(--text-muted);margin-bottom:8px}.price-card .plan-features{list-style:none;padding:0;margin:0 0 2.5rem;flex:1}.price-card .plan-features li{display:flex;align-items:center;gap:12px;margin-bottom:1rem;font-size:1.05rem;color:var(--text-color)}.price-card .plan-features li .check{width:20px;height:20px;background:#22c55e1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.price-card .plan-features li .check:after{content:"";width:6px;height:10px;border-right:2px solid #22c55e;border-bottom:2px solid #22c55e;transform:rotate(45deg) translate(-1px,-2px)}.footer{border-top:1px solid var(--border-color);padding:4rem 2rem;background:var(--surface-color);position:relative;z-index:10}.footer__content,.footer__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;align-items:center}@media(min-width:768px){.footer__content,.footer__inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-col{display:flex;flex-direction:column;gap:1rem}.footer-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.footer-link{color:var(--text-muted);text-decoration:none;font-size:.95rem;transition:color .2s}.footer-link:hover{color:var(--text-color)}.footer-desc{color:var(--text-muted);max-width:250px;font-size:.95rem;line-height:1.5}.footer__bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.05);text-align:center;color:var(--text-muted);font-size:.9rem}.footer .brand .copyright{margin-top:1rem;color:var(--text-muted);font-size:.9rem}.footer .links{display:flex;gap:1.5rem}.footer .links a{color:var(--text-muted);text-decoration:none;font-size:.9rem}.footer .links a:hover{color:var(--text-color)}.billing-toggle{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:3rem;font-size:1.1rem;font-weight:600}.billing-toggle span{color:var(--text-muted);transition:color .3s}.billing-toggle span.active{color:var(--text-color)}.billing-toggle .discount-badge{display:inline-block;margin-left:8px;background:#22c55e26;color:#22c55e;padding:2px 8px;border-radius:12px;font-size:.8rem;font-weight:700}.billing-toggle .switch{position:relative;display:inline-block;width:60px;height:34px}.billing-toggle .switch input{opacity:0;width:0;height:0}.billing-toggle .switch input:checked+.slider{background-color:var(--primary)}.billing-toggle .switch input:checked+.slider:before{transform:translate(26px)}.billing-toggle .switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#ffffff1a;transition:.4s;border-radius:34px}.billing-toggle .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}.yearly-price-main{display:flex;align-items:flex-end;gap:4px}.yearly-price-sub{font-size:.9rem;color:#22c55e;margin-top:6px;font-weight:600}:root{--primary:#f97316;--primary-hover:#ea580c;--secondary:#ec4899;--accent:#8b5cf6;--bg-color:#030712;--surface-color:#111827;--surface-color-light:#1f2937;--text-color:#f9fafb;--text-muted:#ccd4e2;--font-display:"Syne",sans-serif;--font-body:"Plus Jakarta Sans",sans-serif;--border-color:hsla(0,0%,100%,.1);--glass-bg:rgba(17,24,39,.7);--glass-border:hsla(0,0%,100%,.08)}html{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:auto}body{margin:0;padding:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);margin:0}*{box-sizing:border-box}::-moz-selection{background:var(--primary);color:#fff}::selection{background:var(--primary);color:#fff}.toast-container[data-v-8b342a59]{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast-chip[data-v-8b342a59]{pointer-events:auto;display:flex;align-items:center;gap:10px;padding:12px 18px;border-radius:12px;color:#fff;font-size:.9rem;font-weight:500;min-width:260px;max-width:420px;box-shadow:0 8px 32px #00000040;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.15)}.toast-chip.success[data-v-8b342a59]{background:#22c55ed9}.toast-chip.error[data-v-8b342a59]{background:#ef4444d9}.toast-chip.info[data-v-8b342a59]{background:#6366f1d9}.toast-icon[data-v-8b342a59]{font-size:20px;flex-shrink:0}.toast-message[data-v-8b342a59]{flex:1;line-height:1.35}.toast-close[data-v-8b342a59]{background:#ffffff26;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:inherit;flex-shrink:0;transition:background .2s}.toast-close[data-v-8b342a59]:hover{background:#ffffff4d}.toast-close .material-icons[data-v-8b342a59]{font-size:16px}.toast-enter-active[data-v-8b342a59]{transition:all .35s cubic-bezier(.34,1.56,.64,1)}.toast-leave-active[data-v-8b342a59]{transition:all .25s ease-in}.toast-enter-from[data-v-8b342a59],.toast-leave-to[data-v-8b342a59]{opacity:0;transform:translate(80px) scale(.9)}.toast-move[data-v-8b342a59]{transition:transform .3s ease}.error-page[data-v-191e89b1]{min-height:100vh;flex-direction:column;background-color:#0f172a;font-family:Inter,sans-serif;justify-content:center;padding:2rem;text-align:center}.error-page[data-v-191e89b1],.logo[data-v-191e89b1]{display:flex;color:#f8fafc;align-items:center}.logo[data-v-191e89b1]{position:absolute;top:2rem;left:2rem;gap:12px;font-family:Syne,sans-serif;font-size:1.5rem;font-weight:800}.logo img[data-v-191e89b1]{width:32px;height:32px;filter:invert(1)}.error-content[data-v-191e89b1]{max-width:600px;display:flex;flex-direction:column;align-items:center;animation:fadeIn-191e89b1 .5s ease-out}.error-code[data-v-191e89b1]{font-size:8rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#a78bfa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.error-code[data-v-191e89b1],.error-title[data-v-191e89b1]{font-family:Syne,sans-serif;margin-bottom:1rem}.error-title[data-v-191e89b1]{font-size:2.5rem;font-weight:700}.error-message[data-v-191e89b1]{font-size:1.1rem;color:#94a3b8;line-height:1.6;margin-bottom:2rem}.btn[data-v-191e89b1]{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease;text-decoration:none;font-family:Inter,sans-serif}.btn-primary[data-v-191e89b1]{background:#3b82f6;color:#fff;border:none}.btn-primary[data-v-191e89b1]:hover{background:#2563eb;transform:translateY(-2px)}@keyframes fadeIn-191e89b1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
