:root{--bg-color: #f1f5f9;--text-primary: #0f172a;--text-secondary: #475569;--accent-1: #dc2626;--accent-2: #b91c1c;--accent-3: #ef4444;--glass-bg: rgba(255, 255, 255, .85);--glass-border: rgba(255, 255, 255, 1);--glass-blur: blur(16px);--success: #10b981;--error: #ef4444}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.bg-blobs{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;overflow:hidden;background:var(--bg-color)}.bg-blobs:before,.bg-blobs:after{content:"";position:absolute;width:60vw;height:60vw;border-radius:50%;filter:blur(100px);opacity:.15;animation:float 20s infinite alternate}.bg-blobs:before{top:-10vw;left:-10vw;background:radial-gradient(circle,#dc2626,#f1f5f900 70%)}.bg-blobs:after{bottom:-10vw;right:-10vw;background:radial-gradient(circle,#ef4444,#f1f5f900 70%);animation-delay:-10s}@keyframes float{0%{transform:translate(0) scale(1)}50%{transform:translate(5%,5%) scale(1.1)}to{transform:translate(-5%,-5%) scale(.9)}}.glass-panel{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:16px;padding:2rem;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003}.gradient-text{background:linear-gradient(135deg,var(--accent-1),var(--accent-3));-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.input-group{margin-bottom:1.5rem}.input-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--text-secondary)}.input-field{width:100%;padding:.75rem 1rem;background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:var(--text-primary);font-family:inherit;font-size:1rem;transition:all .3s ease}.input-field:focus{outline:none;border-color:var(--accent-1);box-shadow:0 0 0 3px #dc262626}.file-upload-wrapper{position:relative;overflow:hidden;display:inline-block;width:100%}.file-upload-wrapper input[type=file]{font-size:100px;position:absolute;left:0;top:0;opacity:0;cursor:pointer;height:100%}.file-upload-btn-ui{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;color:var(--text-secondary);font-weight:500;transition:all .2s;cursor:pointer}.file-upload-wrapper:hover .file-upload-btn-ui{background:#f1f5f9;border-color:var(--accent-1);color:var(--accent-1)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff;box-shadow:0 4px 15px #dc26264d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc262666}.btn-secondary{background:#fff;color:var(--text-primary);border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.btn-secondary:hover{background:#f8fafc;transform:translateY(-2px)}.btn-danger{background:#ef44441a;color:var(--error);border:1px solid rgba(239,68,68,.2)}.btn-danger:hover{background:#ef444433}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%;display:flex;flex-direction:column}.centered-page{display:flex;align-items:center;justify-content:center;flex:1}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;box-shadow:0 1px 2px #0000000d}.nav-brand{font-size:1.5rem;font-weight:800;text-decoration:none;display:flex;align-items:center;gap:.5rem}.nav-brand span{font-size:1.25rem;transform:translateY(-2px)}.nav-links{display:flex;gap:1rem;align-items:center}.top-announcement-bar{background:var(--text-primary);color:#fff;padding:.5rem 2rem;font-size:.85rem;display:flex;justify-content:center;align-items:center;gap:1rem;font-weight:500;text-align:center}.top-bar-link{color:#60a5fa;text-decoration:none;font-weight:600;margin-left:1rem}.top-bar-link:hover{text-decoration:underline;color:#93c5fd}.nav-center-links{display:flex;gap:2rem;align-items:center;margin-left:max(2rem,5vw);margin-right:auto}@media (max-width: 900px){.nav-center-links{display:none}.top-announcement-bar{flex-direction:column;padding:.75rem;gap:.4rem}}.nav-static-link{color:var(--text-secondary);text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s}.nav-static-link:hover{color:var(--text-primary)}.fade-in{animation:fadeIn .5s ease forwards}.slide-up{animation:slideUp .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.editor-layout{display:flex;gap:2rem;height:calc(100vh - 120px);align-items:flex-start}.editor-sidebar{width:340px;background:var(--glass-bg);border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 10px 15px -3px #0000000d;overflow-y:auto;max-height:100%;transition:all .3s ease}.setting-group{display:flex;flex-direction:column;gap:.5rem}.setting-group h4{font-size:.9rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.editor-preview-container{flex:1;height:100%;display:flex;justify-content:center;align-items:flex-start;overflow:auto;padding:1rem;background:#cbd5e1;border-radius:12px;box-shadow:inset 0 2px 4px #0000000d}.flyer-paper{width:794px;height:1123px;background:#fff;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;flex-shrink:0;transform-origin:top center}.bg-template{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.bg-solid-red{background-color:#b91c1c}.bg-diagonal{background:#b91c1c}.bg-diagonal:before{content:"";position:absolute;top:0;left:0;width:100%;height:60%;background:#dc2626;transform:skewY(-15deg);transform-origin:top left;border-bottom:15px solid #ffffff}.bg-curve{background:linear-gradient(to bottom,#dc2626,#b91c1c)}.bg-curve:before{content:"";position:absolute;top:-10%;left:-10%;width:120%;height:50%;background:#fff;border-radius:50%;box-shadow:0 10px #ef4444}.bg-split{background:linear-gradient(135deg,#dc2626 50%,#fff 50%)}.bg-waves{background:#b91c1c;background-image:radial-gradient(circle at 100% 150%,#b91c1c 24%,#ffffff 24%,#ffffff 28%,#b91c1c 28%,#b91c1c 36%,#ffffff 36%,#ffffff 40%,transparent 40%,transparent),radial-gradient(circle at 0 150%,#b91c1c 24%,#ffffff 24%,#ffffff 28%,#b91c1c 28%,#b91c1c 36%,#ffffff 36%,#ffffff 40%,transparent 40%,transparent);background-size:100px 50px}.flyer-content{position:relative;z-index:10;width:100%;height:100%;display:flex;flex-direction:column;padding:30px}.flyer-top-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;color:#fff;min-height:120px}.flyer-brand-area{flex:1;display:flex;flex-direction:column;align-items:flex-start}.custom-logo-display{max-width:250px;max-height:120px;object-fit:contain;margin-bottom:10px}.flyer-title{font-size:3.5rem;font-weight:900;text-transform:uppercase;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin-bottom:.5rem;background:transparent;border:1px dashed transparent;width:100%}.flyer-title:hover{border:1px dashed rgba(255,255,255,.5)}.flyer-title:focus{outline:none;border-bottom:2px dashed rgba(255,255,255,.8)}.flyer-subtitle{font-size:1.5rem;font-weight:700;background:#ffffffe6;color:#b91c1c;padding:10px 30px;border-radius:8px;display:inline-block;border:1px dashed transparent;width:auto}.flyer-subtitle:hover{border:1px dashed #b91c1c}.flyer-subtitle:focus{outline:none;background:#fff;border:1px dashed #b91c1c}.flyer-address-area{text-align:right;font-size:.9rem;display:flex;flex-direction:column;gap:.2rem;background:#0003;padding:15px;border-radius:12px;box-shadow:0 4px 6px #0000001a;min-width:200px}.flyer-address-area input{text-align:right;font-size:.95rem;font-weight:500;color:#fff}.flyer-input{background:transparent;border:none;color:inherit;font:inherit;text-align:inherit;width:100%;margin:0;padding:0}.flyer-input:focus{outline:none;background:#fff3;border-radius:4px}.flyer-input::placeholder{color:#ffffff80}.product-grid{display:grid;gap:20px;flex:1}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.product-card{background:transparent;border-radius:12px;position:relative;display:flex;flex-direction:column;align-items:center;padding:10px;transition:all .2s;border:1px dashed transparent}.product-card:hover{border:1px dashed rgba(255,255,255,.5);background:#ffffff0d}.product-brand{font-size:1.2rem;font-weight:800;line-height:1.2}.product-name{font-size:2rem;font-weight:900;line-height:1.1;text-transform:uppercase}.product-desc{font-size:1rem;font-weight:500;opacity:.9}.grid-count-4 .product-image-container{height:180px;margin-bottom:20px}.grid-count-4 .price-bubble{width:120px;height:120px;top:60%;left:10px;border-width:4px}.grid-count-4 .old-price{font-size:1rem;margin-bottom:-5px}.grid-count-4 .new-price{font-size:3.5rem;letter-spacing:-2px}.grid-count-4 .price-unit{font-size:.8rem}.grid-count-5{gap:15px;grid-template-rows:auto 1fr 1fr}.grid-count-5 .product-card:first-child{grid-column:span 2;padding:20px;background:#ffffff1a;border-radius:16px;margin-bottom:10px}.grid-count-5 .product-card:first-child .product-image-container{height:260px;margin-bottom:25px}.grid-count-5 .product-card:first-child .product-name{font-size:3.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.grid-count-5 .product-card:first-child .product-brand{font-size:1.5rem;color:#ffeb3b}.grid-count-5 .product-card:first-child .product-desc{font-size:1.2rem}.grid-count-5 .product-card:first-child .price-bubble{width:150px;height:150px;top:65%;left:40px;border-width:5px;box-shadow:0 10px 20px #0006}.grid-count-5 .product-card:first-child .new-price{font-size:4.5rem}.grid-count-5 .product-card:not(:first-child){padding:5px}.grid-count-5 .product-card:not(:first-child) .product-image-container{height:110px;margin-bottom:15px}.grid-count-5 .product-card:not(:first-child) .price-bubble{width:85px;height:85px;top:55%;left:0;border-width:3px}.grid-count-5 .product-card:not(:first-child) .old-price{font-size:.8rem;margin-bottom:-3px}.grid-count-5 .product-card:not(:first-child) .new-price{font-size:2.2rem;letter-spacing:-1px}.grid-count-5 .product-card:not(:first-child) .product-brand{font-size:1rem}.grid-count-5 .product-card:not(:first-child) .product-name{font-size:1.4rem}.grid-count-6 .product-card{padding:5px}.grid-count-6 .product-image-container{height:130px;margin-bottom:15px}.grid-count-6 .price-bubble{width:95px;height:95px;top:55%;left:0;border-width:3px}.grid-count-6 .old-price{font-size:.8rem;margin-bottom:-3px}.grid-count-6 .new-price{font-size:2.8rem;letter-spacing:-1px}.grid-count-6 .price-unit{font-size:.7rem}.grid-count-6 .product-brand{font-size:1rem}.grid-count-6 .product-name{font-size:1.6rem}.grid-count-6 .product-desc{font-size:.85rem}.grid-count-6 .product-image-placeholder{width:100px;height:100px}.grid-count-8 .product-grid{gap:10px}.grid-count-8 .product-card{padding:0}.grid-count-8 .product-image-container{height:90px;margin-bottom:15px}.grid-count-8 .price-bubble{width:80px;height:80px;top:50%;left:-5px;border-width:3px}.grid-count-8 .old-price{font-size:.75rem;margin-bottom:-2px}.grid-count-8 .new-price{font-size:2rem;letter-spacing:-1px}.grid-count-8 .price-unit{font-size:.65rem}.grid-count-8 .product-brand{font-size:.9rem}.grid-count-8 .product-name{font-size:1.3rem}.grid-count-8 .product-desc{font-size:.8rem}.grid-count-8 .product-image-placeholder{width:80px;height:80px}.price-bubble{position:absolute;background:#fff;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 4px 10px #0003;z-index:5;border-style:solid;border-color:#dc2626}.price-bubble .old-price{color:#94a3b8;text-decoration:line-through;font-weight:700}.price-bubble .new-price{font-weight:900;color:#1e293b;line-height:1}.price-bubble .price-unit{color:#64748b;font-weight:600}.product-image-container{width:100%;display:flex;justify-content:center;align-items:flex-end;position:relative}.product-image{max-width:90%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 10px rgba(0,0,0,.3))}.blend-multiply{mix-blend-mode:multiply}.product-image-placeholder{width:120px;height:120px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;border:2px dashed rgba(255,255,255,.5)}.product-info{text-align:right;width:100%;padding-right:15px;color:#fff;z-index:2}.price-bubble .flyer-input{text-align:center}.price-bubble .flyer-input:focus{background:#0000000d}.flyer-footer{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;padding-top:15px;position:relative}.footer-legal-text{flex:1;font-size:10px;color:#fffc;border-top:1px solid rgba(255,255,255,.3);padding-top:10px;margin-right:20px}.qr-container{width:80px;height:80px;background:#fff;padding:5px;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer}.qr-container img{width:100%;height:100%;object-fit:contain}.qr-placeholder{font-size:.7rem;color:#94a3b8;font-weight:600;text-align:center}.kamply-watermark{position:absolute;bottom:-20px;right:0;font-size:9px;font-weight:700;color:#ffffff80;letter-spacing:1px}.home-container{display:flex;flex-direction:column;gap:4rem;padding-bottom:2rem}.hero-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:80vh;padding:2rem 0}@media (max-width: 900px){.hero-section{grid-template-columns:1fr;text-align:center}.hero-buttons{justify-content:center}.hero-visual{display:none}}.badge-pill{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--text-secondary);padding:.5rem 1rem;border-radius:99px;font-weight:600;font-size:.85rem;border:1px solid #e2e8f0;text-transform:uppercase;letter-spacing:.05em}.hero-title{font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;max-width:600px;line-height:1.8}.hero-buttons{display:flex;gap:1rem}.btn-large{padding:1rem 2rem;font-size:1.1rem}.hero-visual{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.mockup-card{position:absolute;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000003;border:1px solid #e2e8f0}.mockup-1{width:340px;height:440px;z-index:2;display:flex;flex-direction:column;border-top:4px solid var(--accent-1)}.mockup-2{display:none}.mockup-header{height:20px;width:40%;background:#f1f5f9;border-radius:4px;margin-bottom:20px}.mockup-body{flex:1;border:1px dashed #e2e8f0;background:#fafaf9;border-radius:8px;display:flex;flex-direction:column;align-items:center;padding:20px}.mockup-img{height:120px;width:120px;background:#e2e8f0;border-radius:8px;margin-bottom:25px}.mockup-text{height:12px;width:80%;background:#cbd5e1;border-radius:2px;margin-bottom:12px}.mockup-price{background:var(--text-primary);color:#fff;padding:5px 15px;border-radius:4px;font-weight:700;margin-top:auto;letter-spacing:1px}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}}.feature-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid #e2e8f0;transition:all .2s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d}.feature-icon-wrapper{width:50px;height:50px;background:#f8fafc;color:var(--text-primary);border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-card h3{font-size:1.15rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.feature-card p{color:var(--text-secondary);line-height:1.6;font-size:.95rem}.cta-box{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 4px 6px -1px #0000000d;border-radius:12px}.cta-box h2{font-size:2rem;font-weight:800;color:var(--text-primary)}.cta-box p{font-size:1.1rem;color:var(--text-secondary);max-width:600px}.footer-link{color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:color .2s}.footer-link:hover{color:var(--accent-1)}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f8fafc;color:var(--text-secondary);border-radius:50%;border:1px solid #e2e8f0;transition:all .2s}.social-icon:hover{background:var(--text-primary);border-color:var(--text-primary);color:#fff;transform:translateY(-2px)}.auth-split-layout{display:flex;min-height:100vh;width:100vw;margin:0;position:fixed;top:0;left:0;background:#fff;z-index:1000;overflow-y:auto}.auth-visual-panel{flex:1;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));position:relative;display:flex;flex-direction:column;justify-content:center;padding:4rem;overflow:hidden}.auth-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(255,255,255,.1) 0%,transparent 60%);z-index:1}.auth-visual-content{position:relative;z-index:2;color:#fff}.auth-benefits{display:flex;flex-direction:column;gap:1.5rem}.auth-benefit-item{display:flex;align-items:center;gap:1rem;font-size:1.2rem;font-weight:500}.auth-testimonial{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:2rem;max-width:450px}.auth-form-panel{flex:0 0 550px;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.auth-form-container{width:100%;max-width:400px}.auth-input{background:#f8fafc;border:1px solid #e2e8f0;padding:.85rem 1rem;font-size:1rem;transition:all .2s;border-radius:8px;width:100%;margin-top:.5rem}.auth-input:focus{background:#fff;border-color:var(--accent-1);box-shadow:0 0 0 3px #dc26261a;outline:none}@media (max-width: 900px){.auth-visual-panel{display:none}.auth-form-panel{flex:1}.mobile-only-brand{display:flex!important;margin-bottom:2rem;align-items:center;gap:.5rem}}.workflow-card{transition:all .3s ease}.workflow-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.faq-grid{display:flex;flex-direction:column}.faq-item{background:transparent;border:none;border-bottom:1px solid #e2e8f0;border-radius:0;padding:1.8rem 0;cursor:pointer;box-shadow:none;transition:all .2s ease}.faq-item:last-child{border-bottom:none}.faq-item:hover{background:transparent;box-shadow:none;padding-left:.5rem}.faq-item summary{font-weight:800;cursor:pointer;list-style:none;font-size:1.25rem;color:var(--text-primary);display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.8rem;font-weight:300;color:var(--text-secondary);transition:transform .3s ease}.faq-item[open] summary:after{content:"−";color:var(--accent-1)}.faq-item p{margin-top:1rem;color:var(--text-secondary);line-height:1.8;font-size:1rem;max-width:90%}
