:root{--bg-dark:#07111f;--text-main:#f8fafc;--text-muted:#94a3b8;--primary-gradient:linear-gradient(135deg, #f43f5e 0%, #ec4899 45%, #8b5cf6 100%);--primary-gradient-hover:linear-gradient(135deg, #e11d48 0%, #d946ef 50%, #7c3aed 100%)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:#07111f}body{color:var(--text-main);background-color:#07111f;background-image:linear-gradient(135deg,#07111f 0%,#111827 45%,#1f2937 100%);min-height:100vh;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 0%,#f43f5e1f,#0000 34%);position:fixed;inset:0}#root{width:100%}.background{z-index:-1;position:fixed;inset:0;overflow:hidden}.orb{filter:blur(100px);opacity:.45;border-radius:50%;animation:20s ease-in-out infinite alternate float;position:absolute}.orb-1{background:#f43f5e;width:42vw;height:42vw;top:-12%;left:-8%}.orb-2{background:#8b5cf6;width:36vw;height:36vw;animation-delay:-5s;bottom:-12%;right:-8%}.orb-3{background:#ec4899;width:24vw;height:24vw;animation-delay:-10s;top:45%;left:58%}@keyframes float{0%{transform:translate(0)scale(1)}to{transform:translate(8%,8%)scale(1.08)}}@keyframes spin{to{transform:rotate(360deg)}}.loader{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:1s ease-in-out infinite spin}.status-dot-small{width:7px;height:7px}.status-dot-small.online{background:var(--success);box-shadow:0 0 8px #10b98199}.status-dot-small.offline{background:var(--danger);box-shadow:0 0 8px #ef444499}.success-text{color:var(--success);background:#10b9811a;border:1px solid #10b98133;border-radius:8px;margin-top:1rem;padding:.8rem;font-weight:500}@media (width<=480px){.container{padding:2rem 1.5rem}.options-grid{grid-template-columns:1fr}.picker-grid{grid-template-columns:1fr 1fr}}.picker-container{border:1px solid var(--glass-border);background:#0f172a66;border-radius:16px;margin-top:2rem;padding:1.5rem;animation:.4s fadeIn}.picker-container h3{text-align:center;color:var(--text-main);margin-bottom:1.5rem;font-size:1.1rem;font-weight:500}.picker-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;display:grid}.picker-item{cursor:pointer;border:2px solid #0000;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.picker-item:hover{border-color:#a855f7;transform:translateY(-4px)scale(1.02);box-shadow:0 10px 20px -5px #00000080}.picker-thumb-wrapper{aspect-ratio:1;background:var(--bg-dark);width:100%;position:relative}.picker-thumb-wrapper img{object-fit:cover;width:100%;height:100%;display:block}.picker-badge{color:#fff;-webkit-backdrop-filter:blur(8px);border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:600;position:absolute;bottom:8px;right:8px}.picker-badge.video{background:#6366f1cc;border:1px solid #6366f166}.picker-badge.photo{background:#ec4899cc;border:1px solid #ec489966}.app-shell{width:100%;min-height:100vh;padding:1.5rem 1.25rem 2rem;position:relative}.topbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172ab3;border:1px solid #ffffff1f;border-radius:999px;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto 2rem;padding:1rem 1.2rem;display:flex;position:sticky;top:0;box-shadow:0 18px 45px #0f172a40}.brand{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-size:1.2rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:1rem;display:flex}.nav-links a,.dropdown-toggle{color:#cbd5e1;cursor:pointer;font-weight:600;font:inherit;background:0 0;border:none;text-decoration:none;transition:color .2s}.nav-links a:hover,.dropdown-toggle:hover{color:#fff}.dropdown{position:relative}.dropdown-menu{background:#0f172af2;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;gap:.4rem;min-width:220px;padding:.6rem;display:none;position:absolute;top:calc(100% + .6rem);left:0;box-shadow:0 20px 40px #0f172a40}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:flex}.dropdown-item{color:#e2e8f0;border-radius:10px;padding:.6rem .7rem;font-size:.95rem;text-decoration:none}.dropdown-item:hover{color:#fff;background:#ffffff14}.page-content{flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.hero-section{grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;display:grid}.hero-copy{padding:1rem 0}.eyebrow{color:#d8b4fe;letter-spacing:.08em;text-transform:uppercase;background:#6366f12e;border-radius:999px;margin-bottom:1rem;padding:.45rem .8rem;font-size:.85rem;font-weight:700;display:inline-flex}.hero-copy h1{letter-spacing:-.03em;background:linear-gradient(135deg,#f8fafc 0%,#c4b5fd 45%,#f0abfc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.9rem;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.05}.hero-copy p{color:#cbd5e1;max-width:620px;font-size:1.05rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:1.2rem;display:flex}.hero-link{border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1.1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.hero-link:hover{transform:translateY(-2px)}.hero-link.primary{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);box-shadow:0 12px 30px #6366f147}.hero-link.secondary{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff24}.hero-badges{flex-wrap:wrap;gap:.75rem;margin-top:1.2rem;display:flex}.hero-badges span{color:#f8fafc;background:#ffffff14;border:1px solid #ffffff14;border-radius:999px;padding:.55rem .8rem;font-size:.9rem}.download-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172abf;border:1px solid #ffffff1f;border-radius:28px;width:100%;max-width:480px;height:auto;min-height:380px;padding:1.6rem;transition:transform .25s,box-shadow .25s,border-color .25s;transform:perspective(1000px)rotateY(-3deg);box-shadow:0 25px 60px #02081759}.download-card:hover{border-color:#a78bfa59;transform:perspective(1000px)rotateY(0)translateY(-4px);box-shadow:0 30px 70px #6366f133}.card-header{margin-bottom:1.2rem}.card-header h2{margin-bottom:.25rem;font-size:1.4rem}.card-header p{color:#94a3b8}.download-form{flex-direction:column;gap:1rem;display:flex}.input-group input,.select-wrapper select{color:#fff;background:#02061773;border:1px solid #ffffff24;border-radius:14px;width:100%;padding:.95rem 1rem;font-family:inherit;font-size:1rem}.input-group input:focus,.select-wrapper select:focus{border-color:#8b5cf6;outline:none;box-shadow:0 0 0 4px #8b5cf633}.options-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.option-item label{color:#cbd5e1;margin-bottom:.45rem;font-size:.9rem;display:block}.primary-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);border:none;border-radius:14px;width:100%;padding:.95rem 1rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #a855f73d}.picker-container,.result-box,.error-box,.info-card,.contact-card,.step-card,.feature-card{background:#02061766;border:1px solid #ffffff1a;border-radius:16px;margin-top:1rem;padding:1rem 1.1rem;transition:transform .2s,border-color .2s,box-shadow .2s}.picker-container:hover,.result-box:hover,.error-box:hover,.info-card:hover,.contact-card:hover,.step-card:hover,.feature-card:hover{border-color:#a78bfa52;transform:translateY(-3px);box-shadow:0 16px 35px #0f172a3d}.picker-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.8rem;display:grid}.picker-item{cursor:pointer;border:1px solid #ffffff14;border-radius:14px;overflow:hidden}.picker-thumb-wrapper{aspect-ratio:4/3;position:relative}.picker-thumb-wrapper img{object-fit:cover;width:100%;height:100%}.picker-badge{color:#fff;background:#0f172acc;border-radius:999px;padding:.3rem .5rem;font-size:.75rem;position:absolute;bottom:.6rem;left:.6rem}.picker-badge.video{background:#6366f1e6}.picker-badge.photo{background:#ec4899eb}.result-box h3,.info-card h3,.contact-card h3{color:#f8fafc;margin-bottom:.45rem}.file-name,.info-card p,.contact-card p{color:#cbd5e1;line-height:1.6}.faq-section{flex-direction:column;align-items:center;gap:1rem;margin-top:10px;display:flex}.faq-section .section-heading{text-align:center;justify-content:center;align-items:center;max-width:700px;margin:0 auto}.faq-section .section-heading .section-label{margin:0 auto}.faq-list{gap:.8rem;width:min(100%,800px);display:grid}.faq-item{color:#e2e8f0;background:#0206176b;border:1px solid #ffffff1f;border-radius:16px;padding:1rem 1.1rem}.faq-item summary{cursor:pointer;color:#f8fafc;justify-content:space-between;align-items:center;font-weight:700;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"⌄";color:#c4b5fd;font-size:1rem;transition:transform .2s}.faq-item[open] summary:after{transform:rotate(180deg)}.faq-item p{color:#cbd5e1;margin-top:.7rem;line-height:1.6}.success-text{color:#34d399;margin-top:.6rem}.download-btn,.contact-link{color:#8b5cf6;margin-top:.8rem;font-weight:700;text-decoration:none;display:inline-flex}.error-box{color:#fecaca;border-color:#f8717159}.social-proof{justify-content:center;margin-top:.25rem;display:flex}.social-proof-card{background:linear-gradient(135deg,#6366f12e,#a855f726);border:1px solid #ffffff1f;border-radius:20px;width:100%;max-width:95%;padding:1.2rem 1.3rem;box-shadow:0 20px 45px #0f172a33}.social-proof-heading{flex-direction:column;gap:.6rem;margin-bottom:1rem;display:flex}.social-proof-badge{color:#f8fafc;letter-spacing:.08em;text-transform:uppercase;background:#ffffff29;border-radius:999px;align-self:flex-start;padding:.45rem .8rem;font-size:.8rem;font-weight:700;display:inline-flex}.social-proof-heading h3{color:#f8fafc;font-size:1.25rem}.social-proof-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.social-proof-stats div{background:#0206174d;border:1px solid #ffffff14;border-radius:14px;padding:.9rem}.social-proof-stats strong{color:#fff;margin-bottom:.25rem;font-size:1.15rem;display:block}.social-proof-stats span{color:#cbd5e1;font-size:.92rem}.steps-section{flex-direction:column;align-items:center;gap:1rem;display:flex}.steps-section .section-heading{text-align:center;align-items:center;width:100%;max-width:860px}.steps-section .section-label{align-self:center}.steps-grid{width:100%;max-width:860px}.section-heading{flex-direction:column;gap:.35rem;margin-top:1.25rem;display:flex}.section-label{color:#d8b4fe;letter-spacing:.08em;text-transform:uppercase;background:#6366f129;border-radius:999px;align-self:flex-start;padding:.4rem .7rem;font-size:.78rem;font-weight:700;display:inline-flex}.section-heading h2{color:#f8fafc;font-size:1.5rem}.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;width:100%;max-width:860px;display:grid}.step-card{text-align:center;position:relative;overflow:hidden}.step-number{color:#f8fafc;background:linear-gradient(135deg,#6366f14d,#ec48993d);border-radius:999px;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;margin-bottom:.8rem;font-size:.9rem;font-weight:700;display:inline-flex}.about-section{justify-content:center;display:flex}.contact-section{flex-direction:column;align-items:center;gap:1rem;display:flex}.centered-card{text-align:center;width:100%;max-width:860px;padding:1.4rem 1.4rem 1.6rem}.about-card h2,.contact-card h2{color:#f8fafc;margin:.5rem 0 .8rem;font-size:clamp(1.4rem,2.5vw,2rem)}.about-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.2rem 0;display:grid}.about-item-card{background:#ffffff0d;border:1px solid #ffffff24;border-radius:16px;padding:1rem;transition:transform .2s,border-color .2s;box-shadow:inset 0 1px #ffffff0f}.about-item-card:hover{border-color:#a78bfa59;transform:translateY(-3px)}.about-item-card h3{color:#f8fafc;margin-bottom:.45rem}.about-item-card p{color:#cbd5e1;line-height:1.6}.about-points,.contact-highlights{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.about-points div,.contact-highlights div{color:#e2e8f0;background:#ffffff12;border:1px solid #ffffff14;border-radius:999px;padding:.7rem .9rem;font-size:.95rem}.info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.features-section{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;width:100%;max-width:860px;margin:0 auto;display:grid}.feature-card{background:#02061773;border:1px solid #ffffff1f;border-radius:18px;padding:1rem 1.1rem}.featured-card{background:linear-gradient(135deg,#6366f12e,#ec489921);border:1px solid #a78bfa3d;position:relative;overflow:hidden;box-shadow:0 16px 35px #0f172a33}.feature-icon{background:#ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;margin-bottom:.7rem;font-size:1.1rem;display:inline-flex}.feature-card h3{color:#f8fafc;margin-bottom:.45rem}.feature-card p{color:#cbd5e1;line-height:1.6}.contact-card{text-align:center}.contact-actions{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:.8rem;display:flex}.contact-link.secondary{color:#c084fc}.testimonial-section{text-align:left;background:#0f172ab8;border:1px solid #ffffff1f;border-radius:20px;width:100%;max-width:860px;margin-top:0;padding:1.2rem 1.3rem;box-shadow:0 20px 45px #0f172a33}.testimonial-section h3{color:#f8fafc;text-align:center;margin-bottom:.9rem}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.testimonial-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:flex-start;gap:.8rem;padding:1rem;display:flex}.testimonial-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;font-weight:700;display:inline-flex}.testimonial-card strong{color:#f8fafc;margin-bottom:.35rem;display:block}.testimonial-card p{color:#cbd5e1;margin:0;font-size:.95rem;line-height:1.6}.site-footer{text-align:center;color:#94a3b8;border-top:1px solid #ffffff14;max-width:1200px;margin:1.5rem auto 0;padding:1.25rem 0 .5rem}.blog-page{background:#0f172abf;border:1px solid #ffffff1f;border-radius:24px;max-width:840px;margin:2rem auto;padding:2rem;box-shadow:0 25px 60px #02081747}.blog-back-link{color:#c4b5fd;margin-bottom:1rem;font-weight:700;text-decoration:none;display:inline-block}.blog-meta{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.83rem}.blog-excerpt{color:#cbd5e1;margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.blog-content p{color:#e2e8f0;margin-bottom:1rem;line-height:1.8}@media (width<=900px){.hero-section{flex-direction:column-reverse;gap:2rem;display:flex}.hero-copy{text-align:left}.hero-badges{justify-content:flex-start}}@media (width<=768px){.topbar{border-radius:24px;flex-direction:column;gap:.8rem;padding:1rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:.6rem 1rem;width:100%}.testimonial-grid{grid-template-columns:1fr;gap:1rem}}@media (width<=640px){.app-shell{padding:1rem .85rem 1.5rem}.topbar{border-radius:20px;margin-bottom:1.2rem;padding:.95rem 1rem}.nav-links{gap:.65rem}.hero-actions{grid-template-columns:1fr 1fr;gap:.8rem;width:100%;display:grid}.hero-badges{grid-template-columns:1fr 1fr;gap:.75rem;width:100%;display:grid}.hero-badges span{text-align:center;justify-content:center;align-items:center;display:flex}.hero-badges span:last-child{grid-column:span 2;justify-self:center;width:max-content}.options-grid,.info-grid,.features-section,.steps-grid,.social-proof-stats,.picker-grid{grid-template-columns:1fr}.about-points,.contact-highlights{flex-direction:column}.about-grid{grid-template-columns:1fr}.download-card{padding:1.1rem;transform:none}}
