@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);:root{--synergys-teal:#65c8d0;--synergys-purple:#838bc5;--synergys-lavender:#ba9bc9;--synergys-bg:#f2f2f2;--synergys-dark:#2d3748;--synergys-text:#4a5568}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:hidden}body{background:#f2f2f2;background:var(--synergys-bg);color:#4a5568;color:var(--synergys-text);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.presentation{flex-direction:column;height:100vh}.presentation,.slide{display:flex;overflow:hidden}.slide{flex:1 1;flex-direction:column;max-height:calc(100vh - 80px);padding:24px 48px}.cover-slide{align-items:center;background:linear-gradient(135deg,#65c8d0,#838bc5 50%,#ba9bc9);background:linear-gradient(135deg,var(--synergys-teal) 0,var(--synergys-purple) 50%,var(--synergys-lavender) 100%);color:#fff;justify-content:center;text-align:center}.cover-content{max-width:900px}.cover-logo{height:80px;margin-bottom:24px}.cover-title{font-size:2.5rem;font-weight:700;margin-bottom:12px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.cover-subtitle{font-size:1.2rem;font-weight:300;margin-bottom:32px;opacity:.95}.cover-cards{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.cover-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border-radius:12px;min-width:140px;padding:16px 24px}.cover-card-label{font-size:.75rem;letter-spacing:1px;opacity:.8;text-transform:uppercase}.cover-card-value{font-size:1rem;font-weight:600;margin-top:4px}.content-slide{background:#f2f2f2;background:var(--synergys-bg)}.slide-header{flex-shrink:0;margin-bottom:20px}.slide-number{align-items:center;background:linear-gradient(135deg,#65c8d0,#838bc5);background:linear-gradient(135deg,var(--synergys-teal),var(--synergys-purple));border-radius:50%;display:inline-flex;height:40px;justify-content:center;margin-bottom:12px;overflow:hidden;width:40px}.slide-number img{border-radius:4px;height:28px!important;width:28px!important}.slide-title{color:#2d3748;color:var(--synergys-dark);font-size:1.8rem;font-weight:700;margin-bottom:6px}.slide-description{color:#4a5568;color:var(--synergys-text);font-size:1rem;opacity:.8}.cards-grid{grid-gap:16px;display:grid;flex:1 1;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));overflow:hidden}.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);display:flex;flex-direction:column;padding:16px}.card-icon{align-items:center;display:flex;height:40px;justify-content:center;margin-bottom:10px;width:40px}.card-icon img{border-radius:6px;height:36px!important;width:36px!important}.card-title{color:#2d3748;color:var(--synergys-dark);font-size:1rem;font-weight:600;margin-bottom:6px}.card-text{color:#4a5568;color:var(--synergys-text);font-size:.85rem;line-height:1.5}.architecture-slide{background:linear-gradient(180deg,#1a202c,#2d3748);color:#fff}.architecture-slide .slide-title{color:#fff}.architecture-slide .slide-description{color:hsla(0,0%,100%,.7)}.flow-container{grid-gap:24px;display:grid;flex:1 1;gap:24px;grid-template-columns:1fr 1fr;overflow:hidden}.flow-section{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;display:flex;flex-direction:column;padding:20px}.flow-title{align-items:center;color:#fff;display:flex;font-size:1rem;font-weight:600;gap:10px;margin-bottom:16px}.flow-title img{border-radius:4px;height:24px!important;width:24px!important}.flow-steps{display:flex;flex:1 1;flex-direction:column;gap:6px}.flow-step{align-items:center;background:hsla(0,0%,100%,.05);border-radius:8px;display:flex;gap:12px;padding:8px 12px}.flow-step .step-number{align-items:center;background:#65c8d0;background:var(--synergys-teal);border-radius:50%;display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:24px;justify-content:center;width:24px}.flow-step .step-text{color:hsla(0,0%,100%,.9);font-size:.85rem}.flow-arrow{color:#65c8d0;color:var(--synergys-teal);font-size:1rem;text-align:center}.flow-badge{background:#65c8d0;background:var(--synergys-teal);border-radius:20px;font-size:.8rem;font-weight:600;margin-top:auto;padding:8px 16px;text-align:center}.nav-container{background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -4px 12px rgba(0,0,0,.08);flex-shrink:0;height:80px;justify-content:space-between;padding:0 48px}.nav-btn,.nav-container{align-items:center;display:flex}.nav-btn{background:linear-gradient(135deg,#65c8d0,#838bc5);background:linear-gradient(135deg,var(--synergys-teal),var(--synergys-purple));border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;gap:10px;justify-content:center;min-width:150px;padding:14px 28px;transition:all .2s}.nav-btn:hover:not(:disabled){box-shadow:0 4px 16px rgba(101,200,208,.4);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.nav-btn:disabled{cursor:not-allowed;opacity:.3;-webkit-transform:none;transform:none}.nav-btn svg{height:20px;width:20px}.pagination{align-items:center;flex-direction:column}.pagination,.pagination-dots{display:flex;gap:8px}.pagination-dot{background:transparent;border:2px solid #65c8d0;border:2px solid var(--synergys-teal);border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .2s;width:12px}.pagination-dot.active{background:#65c8d0;background:var(--synergys-teal);-webkit-transform:scale(1.2);transform:scale(1.2)}.slide-counter{color:#4a5568;color:var(--synergys-text);font-size:.85rem;font-weight:500}.trust-banner{align-items:center;background:linear-gradient(135deg,#65c8d0,#838bc5);background:linear-gradient(135deg,var(--synergys-teal),var(--synergys-purple));border-radius:12px;color:#fff;display:flex;flex-shrink:0;gap:16px;margin-bottom:16px;padding:16px 24px}.trust-banner img{border-radius:8px;height:40px!important;width:40px!important}.trust-text{font-size:1rem;line-height:1.5}.guarantee-grid{grid-gap:16px;display:grid;flex:1 1;gap:16px;grid-template-columns:1fr 1fr;overflow:hidden}.guarantee-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);display:flex;flex-direction:column;overflow:hidden;padding:16px}.guarantee-header{align-items:center;display:flex;flex-shrink:0;font-size:.95rem;font-weight:600;gap:10px;margin-bottom:12px}.guarantee-header img{border-radius:4px;height:28px!important;width:28px!important}.guarantee-section.negative .guarantee-header{color:#c53030}.guarantee-section.positive .guarantee-header{color:#2f855a}.guarantee-list{flex:1 1;list-style:none;margin:0;overflow-y:auto;padding:0}.guarantee-list li{border-bottom:1px solid #e2e8f0;font-size:.85rem;padding:6px 0 6px 24px;position:relative}.guarantee-list li:last-child{border-bottom:none}.guarantee-list.negative li:before{color:#c53030;content:"✕";font-weight:700;left:0;position:absolute}.guarantee-list.positive li:before{color:#2f855a;content:"✓";font-weight:700;left:0;position:absolute}.guarantee-note{background:#f0fff4;border-radius:8px;color:#2f855a;flex-shrink:0;font-size:.8rem;font-style:italic;margin-top:12px;padding:10px}.how-it-works{grid-gap:16px;display:grid;flex:1 1;gap:16px;grid-template-columns:repeat(4,1fr);overflow:hidden}.step-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);display:flex;flex-direction:column;padding:16px}.step-card.highlight{background:linear-gradient(135deg,#65c8d0,#838bc5);background:linear-gradient(135deg,var(--synergys-teal),var(--synergys-purple));color:#fff}.step-card.highlight h3{color:#fff}.step-header{align-items:center;display:flex;gap:10px;margin-bottom:12px}.step-header img{border-radius:6px;height:32px!important;width:32px!important}.step-num{align-items:center;background:#65c8d0;background:var(--synergys-teal);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:32px;justify-content:center;width:32px}.step-card.highlight .step-num{background:#fff;color:#65c8d0;color:var(--synergys-teal)}.step-card h3{color:#2d3748;color:var(--synergys-dark);font-size:1rem;margin-bottom:8px}.step-card p{color:#4a5568;color:var(--synergys-text);font-size:.85rem;line-height:1.5}.step-card.highlight p{color:hsla(0,0%,100%,.9)}.faq-grid{grid-gap:12px;display:grid;flex:1 1;gap:12px;grid-template-columns:repeat(2,1fr);overflow:hidden}.faq-item{background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.05);padding:14px}.faq-q{align-items:center;color:#2d3748;color:var(--synergys-dark);display:flex;font-size:.9rem;font-weight:600;gap:10px;margin-bottom:8px}.faq-q img{border-radius:4px;height:20px!important;width:20px!important}.faq-a{color:#4a5568;color:var(--synergys-text);font-size:.8rem;line-height:1.5;padding-left:30px}.faq-a strong{color:#2f855a}.pricing-grid{grid-gap:20px;align-items:stretch;display:grid;flex:1 1;gap:20px;grid-template-columns:repeat(3,1fr)}.pricing-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.05);display:flex;flex-direction:column;padding:20px;text-align:center}.pricing-card.featured{background:linear-gradient(135deg,#65c8d0,#838bc5);background:linear-gradient(135deg,var(--synergys-teal),var(--synergys-purple));color:#fff;-webkit-transform:scale(1.02);transform:scale(1.02)}.pricing-name{font-size:1.1rem;font-weight:600;margin-bottom:8px}.pricing-price{font-size:1.8rem;font-weight:700}.pricing-card.featured .pricing-price{color:#fff}.pricing-period{font-size:.85rem;margin-bottom:16px;opacity:.7}.pricing-features{flex:1 1;list-style:none;text-align:left}.pricing-features li{align-items:center;display:flex;font-size:.85rem;gap:8px;padding:6px 0}.pricing-features li img{border-radius:3px;height:16px!important;width:16px!important}.pricing-btn{border:none;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;margin-top:auto;padding:12px 24px}.pricing-btn.primary{background:#fff;color:#65c8d0;color:var(--synergys-teal)}.pricing-btn.secondary{background:#65c8d0;background:var(--synergys-teal);color:#fff}.timeline{grid-gap:20px;display:grid;flex:1 1;gap:20px;grid-template-columns:repeat(4,1fr)}.timeline-item{align-items:center;display:flex;flex-direction:column;text-align:center}.timeline-marker{align-items:center;background:linear-gradient(135deg,#65c8d0,#838bc5);background:linear-gradient(135deg,var(--synergys-teal),var(--synergys-purple));border-radius:50%;display:flex;height:50px;justify-content:center;margin-bottom:12px;width:50px}.timeline-marker img{border-radius:4px;height:28px!important;width:28px!important}.timeline-content{flex:1 1}.timeline-date{color:#65c8d0;color:var(--synergys-teal);font-size:.8rem}.timeline-date,.timeline-title{font-weight:600;margin-bottom:6px}.timeline-title{color:#2d3748;color:var(--synergys-dark);font-size:1rem}.timeline-text{color:#4a5568;color:var(--synergys-text);font-size:.85rem;line-height:1.5}.contact-slide{align-items:center;background:linear-gradient(135deg,#65c8d0,#838bc5,#ba9bc9);background:linear-gradient(135deg,var(--synergys-teal),var(--synergys-purple),var(--synergys-lavender));color:#fff;justify-content:center;text-align:center}.contact-content{max-width:600px}.contact-logo{height:70px;margin-bottom:20px}.contact-title{font-size:2rem;font-weight:700;margin-bottom:10px}.contact-text{font-size:1.1rem;margin-bottom:24px;opacity:.9}.contact-info{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;margin-bottom:24px}.contact-item{align-items:center;display:flex;font-size:1rem;gap:8px}.contact-item img{border-radius:4px;height:24px!important;width:24px!important}.contact-btn{align-items:center;background:#fff;border:none;border-radius:12px;color:#65c8d0;color:var(--synergys-teal);cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;gap:10px;padding:14px 32px}.contact-btn img{border-radius:4px;height:24px!important;width:24px!important}@media (max-width:1024px){.slide{padding:20px 32px}.nav-container{padding:0 32px}.how-it-works,.timeline{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr}}@media (max-width:768px){.slide{padding:16px 20px}.nav-container{height:70px;padding:0 20px}.nav-btn{font-size:.9rem;min-width:120px;padding:12px 20px}.cover-title{font-size:1.8rem}.slide-title{font-size:1.4rem}.faq-grid,.flow-container,.guarantee-grid,.how-it-works,.timeline{grid-template-columns:1fr}}:root{--font-family:"Inter",sans-serif;--gradient-text:linear-gradient(89.97deg,#00d4aa 1.84%,#0ea5e9 102.67%);--gradient-bar:linear-gradient(103.22deg,#00d4aa -13.86%,#0ea5e9 99.55%);--gradient-primary:linear-gradient(135deg,#00d4aa,#0ea5e9);--color-bg:#0a0f1c;--color-footer:#0d1424;--color-blog:#111827;--color-text:#94a3b8;--color-subtext:#00d4aa;--color-accent:#0ea5e9;--color-success:#10b981;--color-warning:#f59e0b;--color-danger:#ef4444}
/*# sourceMappingURL=main.ec17fad4.css.map*/