*{margin:0;padding:0;box-sizing:border-box}:root{--st-bg-primary: #f7f7f7;--st-bg-dark: #0d0d0d;--st-orange: #f58529;--st-yellow: #feda77;--st-purple: #833ab4;--st-accent-yellow: #ffc857;--st-text-dark: #0d0d0d;--st-text-light: #f7f7f7;--st-text-gray: #666666;--st-border: #e0e0e0;--st-instagram-gradient: linear-gradient( 45deg, #f58529 0%, #feda77 25%, #dd2a7b 50%, #8134af 75%, #515bd4 100% );--st-font-primary: "Raleway", sans-serif;--st-font-heading: "Poppins", sans-serif;--st-sidebar-width: 280px}body{font-family:var(--st-font-primary);font-weight:400;line-height:1.6;color:var(--st-text-dark);background-color:var(--st-bg-primary);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--st-font-heading);font-weight:600;line-height:1.3;margin-bottom:1rem;color:var(--st-text-dark)}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.8rem}h4{font-size:1.4rem}h5{font-size:1.2rem}h6{font-size:1rem}p{margin-bottom:1rem;font-size:1.1rem;color:var(--st-text-gray)}a{color:var(--st-orange);text-decoration:none;transition:color .3s ease}a:hover{color:var(--st-purple)}.st-container{max-width:1200px;margin:0 auto;padding:0 2rem}.st-sidebar{position:fixed;top:0;left:0;width:var(--st-sidebar-width);height:100vh;background:var(--st-bg-dark);color:var(--st-text-light);z-index:1000;display:flex;flex-direction:column;transition:transform .3s ease}.st-sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center}.st-logo-text{font-family:var(--st-font-heading);font-size:1.8rem;font-weight:700;background:var(--st-instagram-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.st-sidebar-close{display:none;background:none;border:none;color:var(--st-text-light);font-size:2rem;cursor:pointer}.st-nav-menu{flex:1;list-style:none;padding:2rem 0}.st-nav-menu li{margin-bottom:.5rem}.st-nav-link{display:block;padding:1rem 1.5rem;color:var(--st-text-light);font-weight:500;transition:all .3s ease;border-left:3px solid rgba(0,0,0,0)}.st-nav-link:hover,.st-nav-link.st-active{background:rgba(245,133,41,.1);border-left-color:var(--st-orange);color:var(--st-orange)}.st-sidebar-footer{padding:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.st-social-links{margin-bottom:1rem}.st-social-link{color:var(--st-text-light);font-size:.9rem;opacity:.8;transition:opacity .3s ease}.st-social-link:hover{opacity:1;color:var(--st-orange)}.st-legal-links{display:flex;flex-wrap:wrap;gap:.5rem}.st-legal-links a{color:var(--st-text-light);font-size:.8rem;opacity:.6;transition:opacity .3s ease}.st-legal-links a:hover{opacity:1}.st-mobile-toggle{opacity:0;position:fixed;top:1rem;left:1rem;z-index:1001;background:var(--st-bg-dark);border:none;padding:.8rem;border-radius:8px;cursor:pointer;flex-direction:column;gap:4px;transition:all .3s ease-in-out}.st-hamburger-line{width:24px;height:3px;background:var(--st-text-light);border-radius:2px;transition:all .3s ease}.st-main-content{margin-left:var(--st-sidebar-width);min-height:100vh}.st-section-padding{padding:5rem 0}.st-section-title{font-size:2.5rem;margin-bottom:3rem;color:var(--st-text-dark)}.st-text-center{text-align:center}.st-white-text{color:var(--st-text-light)}.st-btn{display:inline-block;padding:1rem 2rem;border-radius:50px;font-family:var(--st-font-primary);font-weight:600;font-size:1rem;text-align:center;text-decoration:none;cursor:pointer;border:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.1)}.st-btn-primary{background:var(--st-instagram-gradient);color:var(--st-text-light)}.st-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.st-btn-secondary{background:var(--st-bg-dark);color:var(--st-text-light)}.st-btn-secondary:hover{background:var(--st-orange);transform:translateY(-2px)}.st-btn-outline{background:rgba(0,0,0,0);color:var(--st-orange);border:2px solid var(--st-orange)}.st-btn-outline:hover{background:var(--st-orange);color:var(--st-text-light)}.st-btn-white{background:var(--st-text-light);color:var(--st-text-dark)}.st-btn-white:hover{background:var(--st-accent-yellow)}.st-btn-full{width:100%}.st-hero-section{padding:8rem 0 6rem;background:var(--st-bg-dark);color:var(--st-text-light);position:relative;overflow:hidden}.st-hero-section::before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:var(--st-instagram-gradient);opacity:.1;transform:skewX(-15deg);transform-origin:top}.st-hero-section .st-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.st-hero-title{font-size:4rem;margin-bottom:1.5rem;background:var(--st-instagram-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.st-hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;color:rgba(247,247,247,.8)}.st-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.st-phone-mockup{text-align:center}.st-phone-mockup img{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.3)}.st-page-header{padding:6rem 0 4rem;background:var(--st-bg-dark);color:var(--st-text-light);text-align:center}.st-page-title{font-size:3.5rem;margin-bottom:1rem;background:var(--st-instagram-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.st-page-subtitle{font-size:1.2rem;color:rgba(247,247,247,.8);max-width:600px;margin:0 auto}.st-intro-section{background:var(--st-bg-primary)}.st-intro-content{text-align:center;max-width:800px;margin:0 auto}.st-intro-text{font-size:1.2rem;margin-bottom:3rem}.st-intro-features{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-top:3rem}.st-feature-item{text-align:center;padding:2rem;background:var(--st-text-light);border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:transform .3s ease}.st-feature-item:hover{transform:translateY(-5px)}.st-feature-icon{font-size:3rem;margin-bottom:1rem}.st-feature-item h3{color:var(--st-text-dark);margin-bottom:.5rem}.st-feature-item p{color:var(--st-text-gray);margin:0}.st-visual-section{background:var(--st-text-light)}.st-stories-showcase{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:2rem;margin-top:3rem}.st-story-example{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease}.st-story-example:hover{transform:translateY(-10px)}.st-story-example img{width:100%;height:auto;display:block}.st-story-overlay{position:absolute;bottom:0;left:0;right:0;background:var(--st-instagram-gradient);color:var(--st-text-light);padding:1rem;text-align:center}.st-story-type{font-weight:600;font-size:.9rem}.st-why-section{background:var(--st-bg-dark);color:var(--st-text-light)}.st-why-section .st-section-title{color:var(--st-text-light)}.st-why-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:2rem}.st-why-item{padding:2rem;background:hsla(0,0%,100%,.05);border-radius:15px;border-left:4px solid var(--st-orange);transition:transform .3s ease}.st-why-item:last-child{grid-column:span 2}.st-why-item:hover{transform:translateY(-5px)}.st-why-number{font-size:2rem;font-weight:700;color:var(--st-orange);margin-bottom:1rem}.st-why-item h3{color:var(--st-text-light);margin-bottom:1rem}.st-why-item p{color:rgba(247,247,247,.8);margin:0}.st-audience-section{background:var(--st-bg-primary)}.st-audience-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:2rem}.st-audience-card{background:var(--st-text-light);padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:transform .3s ease}.st-audience-card:hover{transform:translateY(-5px)}.st-audience-icon{font-size:3rem;margin-bottom:1rem}.st-audience-card h3{color:var(--st-text-dark);margin-bottom:1rem}.st-audience-card p{color:var(--st-text-gray);margin:0}.st-benefits-section{background:var(--st-instagram-gradient);color:var(--st-text-light)}.st-gradient-bg{background:var(--st-instagram-gradient)}.st-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-bottom:3rem}.st-benefit-item{background:hsla(0,0%,100%,.1);padding:2rem;border-radius:15px;text-align:center;backdrop-filter:blur(10px);transition:transform .3s ease}.st-benefit-item:hover{transform:translateY(-5px)}.st-benefit-icon{font-size:3rem;margin-bottom:1rem}.st-benefit-item h3{color:var(--st-text-light);margin-bottom:1rem}.st-benefit-item p{color:rgba(247,247,247,.9);margin:0}.st-cta-section{text-align:center;margin-top:3rem}.st-dark-bg{background:var(--st-bg-dark);color:var(--st-text-light)}.st-dark-bg .st-section-title{color:var(--st-text-light)}.st-blog-section{background:var(--st-bg-primary)}.st-blog-grid{display:grid;gap:3rem}.st-blog-article{background:var(--st-text-light);border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease}.st-blog-article:hover{transform:translateY(-5px)}.st-article-header{position:relative}.st-article-header img{width:100%;height:250px;object-fit:cover}.st-article-meta{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem}.st-article-date,.st-article-category{background:var(--st-bg-dark);color:var(--st-text-light);padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:500}.st-article-category{background:var(--st-orange)}.st-article-content{padding:2rem}.st-article-title{color:var(--st-text-dark);margin-bottom:1rem}.st-article-excerpt p{color:var(--st-text-gray);margin-bottom:1.5rem}.st-article-full-content{margin-top:1.5rem}.st-article-full-content p{margin-bottom:1rem}.st-article-full-content ul{margin:1rem 0 1rem 2rem}.st-article-full-content li{margin-bottom:.5rem;color:var(--st-text-gray)}.st-read-more-btn{background:var(--st-orange);color:var(--st-text-light);border:none;padding:.8rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.st-read-more-btn:hover{background:var(--st-purple);transform:translateY(-2px)}.st-read-more-btn.expanded{background:var(--st-text-gray)}.st-pricing-section{background:var(--st-bg-primary)}.st-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:2rem;max-width:800px;margin:0 auto}.st-pricing-card{background:var(--st-text-light);border-radius:20px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);position:relative;transition:transform .3s ease}.st-pricing-card:hover{transform:translateY(-10px)}.st-pricing-card.st-featured{border:3px solid var(--st-orange);transform:scale(1.05)}.st-pricing-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:var(--st-orange);color:var(--st-text-light);padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600}.st-pricing-header{text-align:center;margin-bottom:2rem}.st-pricing-title{font-size:1.8rem;color:var(--st-text-dark);margin-bottom:1rem}.st-pricing-price{margin-bottom:1rem}.st-price-amount{font-size:3rem;font-weight:700;color:var(--st-orange)}.st-price-currency{font-size:1.2rem;color:var(--st-text-gray)}.st-pricing-description{color:var(--st-text-gray);margin:0}.st-features-list{list-style:none;margin-bottom:2rem}.st-features-list li{padding:.5rem 0;color:var(--st-text-gray);border-bottom:1px solid var(--st-border)}.st-features-list li:last-child{border-bottom:none}.st-select-package{width:100%}.st-registration-section{background:var(--st-bg-dark)}.st-registration-form-wrapper{max-width:800px;margin:0 auto;background:hsla(0,0%,100%,.05);padding:3rem;border-radius:20px;backdrop-filter:blur(10px)}.st-registration-form-wrapper .st-section-title{color:var(--st-text-light)}.st-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.st-form-group{margin-bottom:1.5rem}.st-form-label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--st-text-light)}.st-form-input,.st-form-select,.st-form-textarea{width:100%;padding:1rem;border:2px solid var(--st-border);border-radius:10px;font-family:var(--st-font-primary);font-size:1rem;background:var(--st-text-light);color:var(--st-text-dark);transition:border-color .3s ease}.st-form-input:focus,.st-form-select:focus,.st-form-textarea:focus{outline:none;border-color:var(--st-orange)}.st-form-textarea{resize:vertical;min-height:120px}.st-checkbox-group{display:flex;align-items:flex-start;gap:.8rem}.st-checkbox-label{display:flex;align-items:flex-start;flex-wrap:wrap;gap:.8rem;cursor:pointer;color:var(--st-text-light);line-height:1.5}.st-checkbox{width:20px;height:20px;margin-top:2px;accent-color:var(--st-orange)}.st-checkmark{width:20px;height:20px;border:2px solid var(--st-border);border-radius:4px;background:var(--st-text-light);margin-top:2px;flex-shrink:0}.st-form-link{color:var(--st-orange);text-decoration:underline}.st-contact-section{background:var(--st-bg-primary)}.st-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}.st-contact-form-wrapper{background:var(--st-text-light);padding:3rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.st-contact-form-wrapper .st-form-label{color:var(--st-text-dark)}.st-contact-form-wrapper .st-checkbox-label{color:var(--st-text-dark)}.st-contact-info{padding:2rem 0}.st-contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:var(--st-text-light);border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.st-contact-icon{font-size:2rem;color:var(--st-orange);flex-shrink:0}.st-contact-details h3{color:var(--st-text-dark);margin-bottom:.5rem}.st-contact-details p{color:var(--st-orange);margin-bottom:.3rem}.st-contact-note{font-size:.9rem;font-style:italic}.st-faq-quick{background:var(--st-text-light);padding:2rem;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.st-faq-quick h3{color:var(--st-text-dark);margin-bottom:1rem}.st-faq-quick ul{list-style:none}.st-faq-quick li{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--st-border)}.st-faq-quick li:last-child{border-bottom:none;margin-bottom:0}.st-legal-section{background:var(--st-bg-primary)}.st-legal-content{max-width:800px;margin:0 auto;background:var(--st-text-light);padding:3rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.st-legal-intro{background:var(--st-bg-primary);padding:1.5rem;border-radius:10px;margin-bottom:2rem;border-left:4px solid var(--st-orange)}.st-legal-intro p{margin-bottom:.5rem;color:var(--st-text-gray)}.st-legal-content h2{color:var(--st-text-dark);margin-top:2rem;margin-bottom:1rem;font-size:1.8rem}.st-legal-content h3{color:var(--st-orange);margin-top:1.5rem;margin-bottom:.8rem;font-size:1.4rem}.st-legal-content ul{margin:1rem 0 1rem 2rem;list-style-type:disc}.st-legal-content li{margin-bottom:.5rem;color:var(--st-text-gray)}.st-legal-highlight{background:var(--st-accent-yellow);padding:1.5rem;border-radius:10px;margin-top:2rem;text-align:center}.st-legal-highlight p{margin:0;font-weight:600;color:var(--st-text-dark)}.st-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;align-items:center;justify-content:center}.st-modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.7)}.st-modal-content{background:var(--st-text-light);border-radius:20px;max-width:500px;width:90%;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative;z-index:1;padding:3rem;text-align:center}.st-modal-close{position:absolute;top:1rem;right:1.5rem;background:none;border:none;font-size:2rem;color:var(--st-text-gray);cursor:pointer}.st-modal-icon{font-size:4rem;margin-bottom:1rem;color:var(--st-orange)}.st-modal-title{color:var(--st-text-dark);margin-bottom:1rem;font-size:2rem}.st-modal-message{color:var(--st-text-gray);margin-bottom:2rem;font-size:1.1rem}@media(max-width: 768px){:root{--st-sidebar-width: 100%}.st-sidebar{transform:translateX(-100%)}.st-sidebar.active{transform:translateX(0)}.st-sidebar-close{display:block}.st-mobile-toggle{opacity:1;display:flex}.st-main-content{margin-left:0;padding-top:4rem}.st-container{padding:0 1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.st-hero-title{font-size:2.8rem}.st-page-title{font-size:2.5rem}.st-section-title{font-size:2rem}.st-why-item:last-child{grid-column:1}.st-hero-section .st-container{grid-template-columns:1fr;gap:2rem;text-align:center}.st-hero-buttons{justify-content:center}.st-intro-features{grid-template-columns:1fr}.st-stories-showcase{grid-template-columns:repeat(2, 1fr)}.st-why-grid,.st-audience-grid,.st-benefits-grid{grid-template-columns:1fr}.st-pricing-grid{grid-template-columns:1fr}.st-pricing-card.st-featured{transform:none}.st-contact-grid{grid-template-columns:1fr;gap:2rem}.st-form-row{grid-template-columns:1fr}.st-registration-form-wrapper,.st-contact-form-wrapper,.st-legal-content{padding:2rem}.st-section-padding{padding:3rem 0}.st-page-header{padding:4rem 0 2rem}.st-checkbox-label{font-size:14px;line-height:1.5}.st-checkbox{width:14px;height:14px}}@media(max-width: 480px){.st-hero-title{font-size:2.2rem}.st-page-title{font-size:2rem}.st-stories-showcase{grid-template-columns:1fr}.st-hero-buttons{flex-direction:column;align-items:center}.st-btn{width:100%;max-width:300px}.st-registration-form-wrapper,.st-contact-form-wrapper,.st-legal-content{padding:1.5rem}}body.sidebar-active{overflow:hidden}body.sidebar-active .st-sidebar{transform:translateX(0)}body.sidebar-active .st-mobile-toggle{opacity:0}
