*{margin:0;padding:0;box-sizing:border-box}body.public-page{font-family:Outfit,sans-serif;background:#0a0b0d;color:#fff;min-height:100vh;overflow-x:hidden}.topo-bg{background-color:#0a0b0d;position:relative}.topo-bg:before{content:"";position:absolute;inset:0;background-image:url(/images/pattern.png);background-repeat:repeat;background-size:512px 512px;opacity:.4;pointer-events:none;z-index:0}.topo-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(0,206,209,.08) 0%,transparent 50%);pointer-events:none;z-index:1}.topo-bg>*{position:relative;z-index:2}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}.public-header{padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff}.logo-icon{width:44px;height:44px;border-radius:12px;-o-object-fit:cover;object-fit:cover;box-shadow:0 4px 20px #00ced133}.logo-text{font-size:1.5rem;font-weight:600;letter-spacing:-.5px}.logo-text span{color:#00ced1}.public-nav{display:flex;gap:.5rem;align-items:center}.public-nav a{color:#6b9ac3;text-decoration:none;padding:.6rem 1rem;border-radius:10px;transition:all .2s;font-weight:500;font-size:.95rem}.public-nav a:hover{color:#fff;background:#00ced11a}.public-nav a.active{color:#00ced1;background:#00ced11a}.btn-primary{background:linear-gradient(135deg,#00ced1 0% 100%);color:#0a0b0d!important;font-weight:600;box-shadow:0 4px 20px #00ced140}.btn-primary:hover{background:linear-gradient(135deg,#5cefff,#00ced1);color:#0a0b0d!important;box-shadow:0 6px 30px #00ced159}.mobile-menu-btn{display:none;background:none;border:none;color:#6b9ac3;cursor:pointer;padding:.5rem}.mobile-menu-btn svg{width:28px;height:28px}.mobile-nav{display:none;position:fixed;inset:0;background:#0a0b0dfa;z-index:1000;flex-direction:column;padding:2rem}.mobile-nav.active{display:flex}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.mobile-nav-close{background:none;border:none;color:#6b9ac3;cursor:pointer;padding:.5rem}.mobile-nav-close svg{width:28px;height:28px}.mobile-nav-links{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-links a{color:#fff;text-decoration:none;padding:1rem;border-radius:12px;font-size:1.1rem;font-weight:500;transition:all .2s}.mobile-nav-links a:hover,.mobile-nav-links a.active{background:#00ced11a;color:#00ced1}@media(max-width:768px){.public-nav{display:none}.mobile-menu-btn{display:block}}.public-main{min-height:calc(100vh - 200px)}.public-footer{padding:2.5rem 0;text-align:center;color:#376490;border-top:1px solid rgba(0,206,209,.1);font-size:.9rem;margin-top:4rem}.public-footer a{color:#6b9ac3;text-decoration:none;transition:color .2s}.public-footer a:hover{color:#00ced1}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.footer-credit{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,206,209,.05)}.footer-credit a{color:#00ced1}@media(max-width:768px){.footer-links{gap:1rem}}.page-header{text-align:center;padding:4rem 0 3rem}.page-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.page-header p{color:#6b9ac3;font-size:1.1rem;max-width:600px;margin:0 auto}@media(max-width:768px){.page-header h1{font-size:1.75rem}}.content-section{max-width:800px;margin:0 auto;padding:2rem 0}.content-card{background:linear-gradient(135deg,#1a1a2e99,#1a1a2e4d);border:1px solid rgba(0,206,209,.1);border-radius:20px;padding:2rem;margin-bottom:1.5rem}.content-card h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#00ced1}.content-card h3{font-size:1.1rem;font-weight:600;margin:1.5rem 0 .75rem;color:#fff}.content-card p{color:#a3bfdb;line-height:1.7;margin-bottom:1rem}.content-card p:last-child{margin-bottom:0}.content-card ul{color:#a3bfdb;line-height:1.7;margin-left:1.5rem;margin-bottom:1rem}.content-card li{margin-bottom:.5rem}.content-card a{color:#00ced1;text-decoration:none}.content-card a:hover{text-decoration:underline}@media(max-width:768px){.content-card{padding:1.5rem}}.hero{text-align:center;padding:4rem 0 5rem;position:relative}.hero:before{content:"";position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(0,206,209,.08) 0%,transparent 60%);pointer-events:none}.hero-logo-container{position:relative;margin-bottom:2.5rem}.hero-logo{width:100px;height:100px;border-radius:24px;margin:0 auto 2rem;box-shadow:0 8px 40px #00ced14d;position:relative}.hero-rings{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);width:200px;height:50px}.hero-ring{position:absolute;left:50%;transform:translate(-50%);border:1px solid rgba(0,206,209,.25);border-radius:50%;animation:ring-pulse 3s ease-in-out infinite}.hero-ring:nth-child(1){width:80px;height:25px;bottom:0;animation-delay:0s}.hero-ring:nth-child(2){width:130px;height:35px;bottom:-5px;animation-delay:.3s}.hero-ring:nth-child(3){width:180px;height:45px;bottom:-10px;animation-delay:.6s}@keyframes ring-pulse{0%,to{opacity:.25}50%{opacity:.6}}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;position:relative}.hero h1 .white{color:#fff}.hero h1 .cyan{color:#00ced1}.hero p{font-size:1.15rem;color:#6b9ac3;max-width:620px;margin:0 auto 2.5rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;justify-content:center}.hero-cta a{padding:1rem 2.25rem;border-radius:14px;text-decoration:none;font-weight:600;transition:all .25s;font-size:1rem}.cta-primary{background:linear-gradient(135deg,#00ced1 0% 100%);color:#0a0b0d;box-shadow:0 6px 30px #00ced14d}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 10px 40px #00ced166;background:linear-gradient(135deg,#5cefff,#00ced1)}.cta-secondary{background:#1a1a2ecc;color:#fff;border:1px solid rgba(0,206,209,.2)}.cta-secondary:hover{background:#1a1a2e;border-color:#00ced166}@media(max-width:768px){.hero h1{font-size:2.25rem}.hero:before{width:100%;max-width:350px}.hero-cta{flex-direction:column;align-items:center}.hero-cta a{width:100%;max-width:280px;text-align:center}.hero-logo{width:80px;height:80px}}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.section-title p{color:#6b9ac3;font-size:1.1rem;max-width:500px;margin:0 auto}@media(max-width:768px){.section-title h2{font-size:1.75rem}}.how-it-works{padding:5rem 0;border-top:1px solid rgba(0,206,209,.08)}.flow-diagram{display:flex;justify-content:center;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.flow-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem}.flow-icon{width:72px;height:72px;background:linear-gradient(135deg,#00ced126,#00ced114);border:1px solid rgba(0,206,209,.25);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.flow-icon svg{width:36px;height:36px;color:#00ced1}.flow-step h4{font-size:1rem;font-weight:600;margin-bottom:.35rem}.flow-step p{font-size:.85rem;color:#6b9ac3;max-width:140px}.flow-arrow{color:#376490;display:flex;align-items:center;height:72px;margin-top:1.5rem;padding:0 .5rem}.flow-arrow svg{width:28px;height:28px}.flow-details{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}.flow-detail{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#1a1a2e66,#1a1a2e33);border-radius:16px;border:1px solid rgba(0,206,209,.08)}.flow-detail h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#00ced1}.flow-detail p{font-size:.9rem;color:#6b9ac3;line-height:1.6}@media(max-width:768px){.flow-diagram{flex-direction:column;align-items:center}.flow-step{width:100%;max-width:280px}.flow-arrow{transform:rotate(90deg);height:auto;margin-top:0;padding:.5rem 0}.flow-details{grid-template-columns:1fr;padding:0 .5rem}}.features{padding:5rem 0;border-top:1px solid rgba(0,206,209,.08)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{background:linear-gradient(135deg,#1a1a2e99,#1a1a2e4d);border:1px solid rgba(0,206,209,.1);border-radius:20px;padding:2rem;transition:all .3s}.feature-card:hover{transform:translateY(-4px);border-color:#00ced140;box-shadow:0 10px 40px #0000004d}.feature-icon{width:52px;height:52px;background:linear-gradient(135deg,#00ced126,#00ced11a);border:1px solid rgba(0,206,209,.2);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-icon svg{width:26px;height:26px;color:#00ced1}.feature-card h3{font-size:1.15rem;margin-bottom:.75rem;font-weight:600}.feature-card p{color:#6b9ac3;line-height:1.65;font-size:.95rem}@media(max-width:768px){.features-grid{grid-template-columns:1fr}}.use-cases{padding:5rem 0;border-top:1px solid rgba(0,206,209,.08)}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.use-case{padding:1.5rem;background:linear-gradient(135deg,#1a1a2e4d,#1a1a2e26);border-radius:16px;border:1px solid rgba(0,206,209,.06)}.use-case-icon{font-size:2rem;margin-bottom:.75rem}.use-case h4{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.use-case p{font-size:.9rem;color:#6b9ac3;line-height:1.6}@media(max-width:768px){.use-cases-grid{grid-template-columns:1fr}}.privacy-highlight{padding:4rem 0;border-top:1px solid rgba(0,206,209,.08)}.privacy-content{display:flex;align-items:center;gap:2.5rem;max-width:900px;margin:0 auto;padding:2.5rem;background:linear-gradient(135deg,#00ced114,#1a1a2e99);border:1px solid rgba(0,206,209,.15);border-radius:24px}.privacy-icon{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,#00ced133,#00ced11a);border:1px solid rgba(0,206,209,.3);border-radius:20px;display:flex;align-items:center;justify-content:center}.privacy-icon svg{width:40px;height:40px;color:#00ced1}.privacy-text h2{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#fff}.privacy-text p{color:#a3bfdb;line-height:1.7;font-size:1.05rem}.privacy-text strong{color:#00ced1;font-weight:600}@media(max-width:768px){.privacy-content{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:1.5rem}.privacy-text h2{font-size:1.25rem}}.faq-item{background:linear-gradient(135deg,#1a1a2e99,#1a1a2e4d);border:1px solid rgba(0,206,209,.1);border-radius:16px;margin-bottom:1rem;overflow:hidden;transition:border-color .2s}.faq-item:hover{border-color:#00ced133}.faq-question{width:100%;padding:1.25rem 1.5rem;background:none;border:none;color:#fff;font-family:inherit;font-size:1.05rem;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-question:hover{color:#00ced1}.faq-icon{width:24px;height:24px;flex-shrink:0;transition:transform .3s;color:#00ced1}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-item.active .faq-answer{max-height:500px}.faq-answer-content{padding:0 1.5rem 1.25rem;color:#a3bfdb;line-height:1.7}.faq-answer-content p{margin-bottom:.75rem}.faq-answer-content p:last-child{margin-bottom:0}.faq-answer-content ul{margin-left:1.5rem;margin-bottom:.75rem}.faq-answer-content li{margin-bottom:.35rem}.faq-answer-content a{color:#00ced1;text-decoration:none}.faq-answer-content a:hover{text-decoration:underline}.faq-category{margin-top:2.5rem;margin-bottom:1.5rem}.faq-category:first-child{margin-top:0}.faq-category h2{font-size:1.25rem;font-weight:600;color:#00ced1;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.faq-category-icon{font-size:1.5rem}.about-hero{text-align:center;padding:4rem 0}.about-hero-logo{width:100px;height:100px;border-radius:24px;margin:0 auto 2rem;box-shadow:0 8px 40px #00ced14d}.about-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.about-hero h1 span{color:#00ced1}.about-hero p{color:#6b9ac3;font-size:1.15rem;max-width:600px;margin:0 auto;line-height:1.7}.about-section{max-width:800px;margin:0 auto;padding:2rem 0}.about-card{background:linear-gradient(135deg,#1a1a2e99,#1a1a2e4d);border:1px solid rgba(0,206,209,.1);border-radius:20px;padding:2rem;margin-bottom:1.5rem}.about-card h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#00ced1}.about-card p{color:#a3bfdb;line-height:1.7;margin-bottom:1rem}.about-card p:last-child{margin-bottom:0}.about-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.5rem}.about-feature-item{background:#0003;border-radius:12px;padding:1.25rem;text-align:center}.about-feature-icon{font-size:2rem;margin-bottom:.75rem}.about-feature-item h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.about-feature-item p{font-size:.9rem;color:#6b9ac3;margin:0}.developer-card{background:linear-gradient(135deg,#1a1a2ecc,#1a1a2e80);border:1px solid rgba(0,206,209,.15);border-radius:24px;padding:2.5rem;text-align:center;margin-top:3rem}.developer-logo{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#2d3a4a,#1b2838);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 4px 20px #0000004d}.developer-logo-img{width:120px;height:120px;padding:1rem;margin:0 auto 1.5rem;border-radius:20px;background:linear-gradient(135deg,#3a5a40,#2d4a32);box-shadow:0 4px 20px #0000004d;-o-object-fit:contain;object-fit:contain}.developer-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.developer-tagline{color:#00ced1;font-size:1rem;margin-bottom:1.5rem;font-style:italic}.developer-description{color:#a3bfdb;line-height:1.7;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.developer-location{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#6b9ac3;font-size:.95rem;margin-bottom:1.5rem}.developer-location svg{width:18px;height:18px}.developer-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.developer-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:500;transition:all .2s}.developer-link svg{width:20px;height:20px}.developer-link-primary{background:linear-gradient(135deg,#00ced1 0% 100%);color:#0a0b0d}.developer-link-primary:hover{background:linear-gradient(135deg,#5cefff,#00ced1);transform:translateY(-2px);box-shadow:0 6px 20px #00ced14d}.developer-link-secondary{background:#00ced11a;color:#00ced1;border:1px solid rgba(0,206,209,.2)}.developer-link-secondary:hover{background:#00ced133;border-color:#00ced14d}@media(max-width:768px){.about-hero h1{font-size:1.75rem}.about-hero-logo{width:80px;height:80px}.developer-card{padding:1.5rem}.developer-name{font-size:1.25rem}.developer-links{flex-direction:column}.developer-link{justify-content:center}}
