:root{--primary:#DEF2C2;--primary-light:#F3FBEA;--secondary:#E7E8FE;--secondary-light:#F5F6FF;--button-bg-green:#CAE99D;--button-bg-hover:#B7E17A;--text-button:#58721B;--gray-800:#222222;--gray-700:#333333;--gray-600:#626262;--gray-500:#A7A7A7;--gray-400:#B6B6B6;--gray-300:#DDDDDD;--gray-200:#EDEDED;--gray-100:#F5F5F5;--gray-0:#FFFFFF;--blue:#1470EF;--purple:#7E56DA;--sky-blue:#58CBFF;--orange:#FD6414;--pink:#F63D67;--yellow:#FDB022;--red:#DF1306;--success-green:#03F75C;--font-family:'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-size-base:16px;--line-height-base:1.6;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--spacing-3xl:64px;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-modal:1050;--z-popover:1060;--z-tooltip:1070}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family);line-height:var(--line-height-base);color:#000;background-color:var(--gray-0);padding-top:72px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1280px;margin:0 auto;padding:0 40px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--spacing-xs)}.mb-2{margin-bottom:var(--spacing-sm)}.mb-3{margin-bottom:var(--spacing-md)}.mb-4{margin-bottom:var(--spacing-lg)}.mb-5{margin-bottom:var(--spacing-xl)}.mt-0{margin-top:0}.mt-1{margin-top:var(--spacing-xs)}.mt-2{margin-top:var(--spacing-sm)}.mt-3{margin-top:var(--spacing-md)}.mt-4{margin-top:var(--spacing-lg)}.mt-5{margin-top:var(--spacing-xl)}.blog-header{background:var(--gray-0);border-bottom:1px solid var(--gray-200);padding:16px 0;position:fixed;top:0;left:0;right:0;z-index:var(--z-fixed);box-shadow:0 1px 2px rgba(16,24,40,5%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transform:translateZ(0);will-change:transform}.header-container{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center}.logo{display:flex;align-items:center;text-decoration:none;transition:opacity .2s}.logo:hover{opacity:.8}.header-nav{display:flex;align-items:center;gap:24px}.mobile-nav{display:none}.mobile-nav-link{padding:8px 16px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;color:var(--gray-800);transition:all .2s}.mobile-nav-link.active{background-color:var(--gray-100);color:var(--gray-800)}.mobile-nav-link:hover{background-color:var(--gray-100);color:var(--success-green)}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{padding:4px 12px;border-radius:16px;text-decoration:none;font-weight:600;font-size:16px;color:#000;transition:all .2s}.nav-link.active{border:1px solid var(--gray-300)}.nav-link:hover{color:var(--success-green)}.nav-divider{width:0;height:20px;border-left:1px solid var(--primary)}.cta-button{display:inline-flex;align-items:center;gap:4px;background:var(--gray-800);color:var(--gray-0);padding:12px 20px;border-radius:32px;text-decoration:none;font-weight:600;font-size:16px;transition:all .2s;box-shadow:0 1px 2px rgba(16,24,40,5%)}.cta-button:hover{background:var(--gray-700);transform:translateY(-1px)}.blog-post-header{background:var(--gray-0);padding:96px 0}.header-content{display:flex;justify-content:space-between;align-items:flex-end;gap:132px;margin-bottom:32px}.post-meta-section{display:flex;flex-direction:column;gap:24px;flex:1}.post-meta{display:flex;align-items:center;gap:8px}.date-badge{background:var(--primary-light);color:#000;padding:2px 8px;border-radius:16px;font-weight:500;font-size:12px}.read-time{color:#000;font-size:14px;font-weight:400}.post-title{font-size:50px;font-weight:600;line-height:1.12;color:#000;max-width:662px}.social-sharing{display:flex;gap:12px}.share-button{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid var(--gray-500);border-radius:12px;background:var(--gray-0);color:#000;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px rgba(16,24,40,5%)}.share-button:hover{background:var(--gray-100);border-color:var(--gray-600)}.share-button svg{width:20px;height:20px}.featured-image{width:100%;height:516px;border-radius:8px;overflow:hidden;margin-bottom:32px}.featured-image img{width:100%;height:100%;object-fit:cover}.back-button{position:absolute;top:120px;left:0;display:flex;align-items:center;gap:4px;padding:8px 12px;background:var(--gray-0);border:1px solid var(--gray-500);border-radius:32px;color:#000;text-decoration:none;font-weight:600;font-size:16px;transition:all .2s;box-shadow:0 1px 2px rgba(16,24,40,5%);z-index:100}.back-button:hover{background:var(--gray-100)}.back-button svg{width:20px;height:20px}.blog-post-content{padding:0 0 96px}.post-content{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:5px}.post-content h1{font-size:28px;font-weight:600;color:#000;margin:0 0 24px;line-height:1.214}.post-content h2{font-size:28px;font-weight:600;color:#000;margin:0 0 24px;line-height:1.214}.post-content h3{font-size:28px;font-weight:600;color:#000;margin:0 0 24px;line-height:1.214}.post-content h4{font-size:28px;font-weight:600;color:#000;margin:0 0 24px;line-height:1.214}.post-content p{font-size:20px;font-weight:400;color:#000;margin:0 0 24px;line-height:1.5}.post-content ul,.post-content ol{font-size:20px;font-weight:400;color:#000;margin:0 0 24px;padding-left:24px;line-height:1.5}.post-content li{margin-bottom:8px}.post-content strong{font-weight:600;color:#000}.post-content em{font-style:italic;color:#000}.post-content img{width:100%;height:480px;object-fit:cover;border-radius:8px;margin:16px 0}.post-content hr{height:1px;background:var(--gray-200);border:none;margin:32px 0}.post-content>div{display:flex;flex-direction:column;gap:32px}.hero{background:linear-gradient(135deg,var(--primary-light) 0%,var(--secondary-light) 100%);padding:8rem 2rem 4rem;display:flex;align-items:center;min-height:100vh}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3.5rem;font-weight:700;color:#000;margin-bottom:1.5rem;line-height:1.2}.hero-text p{font-size:1.25rem;color:var(--gray-600);margin-bottom:2rem;line-height:1.6}.hero-benefits{margin-bottom:2rem}.benefit-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1.1rem;color:var(--gray-700)}.checkmark-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.checkmark-icon img{width:100%;height:100%;object-fit:contain}.hero-image{text-align:center}.phone-mockup{width:280px;height:560px;border-radius:24px;margin:0 auto;position:relative;overflow:hidden}.feature-section{padding:4rem 2rem;background:var(--gray-0)}.feature-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-section:nth-child(even) .feature-container{direction:ltr}.feature-section:nth-child(even) .feature-text{direction:ltr}.feature-section.dark-mode-section .feature-container{direction:rtl !important}.feature-section.dark-mode-section .feature-text{direction:ltr !important}.feature-text h2{font-size:2.5rem;font-weight:600;color:#000;margin-bottom:1rem}.feature-text p{font-size:1.1rem;color:var(--gray-600);line-height:1.6}.feature-subtitle{font-size:1rem;color:var(--gray-500);font-style:italic;margin-top:.5rem}.feature-benefits{margin-top:1.5rem}.feature-cta{display:inline-flex;align-items:center;gap:.5rem;color:var(--blue);text-decoration:none;font-weight:600;font-size:1rem;margin-top:1rem;transition:all .2s}.feature-cta:hover{color:var(--purple);transform:translateX(4px)}.how-it-works{padding:2rem;background:var(--gray-0);text-align:center}.section-header h2{font-size:2.5rem;font-weight:600;color:#000;margin-bottom:1rem}.real-life-section{padding:4rem 2rem;background:var(--primary-light);text-align:center}.section-container{max-width:800px;margin:0 auto}.real-life-section h2{font-size:2.5rem;font-weight:600;color:#000;margin-bottom:1.5rem}.real-life-section p{font-size:1.25rem;color:var(--gray-600);margin-bottom:2rem;line-height:1.6}.real-life-benefits{display:flex;flex-direction:column;gap:1rem;align-items:center}.real-life-benefits .benefit-item{font-size:1.1rem;color:var(--gray-700);max-width:500px}.feature-image{text-align:center}.testimonial{background:linear-gradient(135deg,var(--secondary-light) 0%,var(--secondary) 100%);padding:4rem 2rem;text-align:center}.testimonial-content{max-width:800px;margin:0 auto}.testimonial-content h2{font-size:2.5rem;font-weight:600;color:#000;margin-bottom:2rem}.testimonial-text{font-size:1.5rem;font-style:italic;color:#000;margin-bottom:1.5rem;line-height:1.6}.testimonial-subtitle{font-size:1.1rem;color:var(--gray-600);line-height:1.6}.final-cta{padding:4rem 2rem;text-align:center;background:var(--gray-0)}.final-cta h2{font-size:2.5rem;font-weight:600;color:#000;margin-bottom:1.5rem}.final-cta p{font-size:1.25rem;color:var(--gray-600);margin-bottom:1.5rem;line-height:1.6}.final-question{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:2rem}.final-cta-button{display:inline-flex;align-items:center;gap:.5rem;background:var(--button-bg-green);color:#000;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .2s;box-shadow:0 4px 12px rgba(202,233,157,.3)}.final-cta-button:hover{background:var(--button-bg-hover);transform:translateY(-2px);box-shadow:0 6px 16px rgba(202,233,157,.4)}.footer{background:var(--gray-800);color:var(--gray-0);text-align:center;padding:2rem}.footer a{color:var(--gray-0);text-decoration:none}.footer a:hover{text-decoration:underline}.blog-listing-hero{background:var(--gray-0);padding:96px 0 64px;text-align:center}.blog-listing-hero .hero-content{max-width:637px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}.blog-listing-hero h1{font-family:dm sans,sans-serif;font-weight:600;font-size:40px;line-height:1.15;color:var(--gray-800);margin-bottom:16px}.blog-listing-hero p{font-family:dm sans,sans-serif;font-weight:400;font-size:18px;line-height:1.33;color:var(--gray-800)}.blog-cards-section{background:var(--gray-0);padding:0 0 64px}.blog-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto}.blog-card{background:var(--primary-light);border:1px solid var(--gray-800);border-radius:24px;overflow:hidden;transition:transform .2s,box-shadow .2s}.blog-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.blog-card-image{width:100%;height:180px;background:var(--primary-light);position:relative}.blog-card-content{padding:16px;display:flex;flex-direction:column;gap:16px}.blog-card-meta{display:flex;justify-content:space-between;align-items:center}.blog-card-title{font-family:dm sans,sans-serif;font-weight:600;font-size:20px;line-height:1.5;color:var(--gray-800);margin:0;min-height:60px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.read-more-button{display:inline-flex;align-items:center;justify-content:center;background:var(--button-bg-green);color:var(--gray-800);padding:12px 16px;border-radius:32px;text-decoration:none;font-family:dm sans,sans-serif;font-weight:600;font-size:14px;line-height:1.43;transition:all .2s;box-shadow:0 1px 2px rgba(16,24,40,5%);align-self:flex-end}.read-more-button:hover{background:var(--button-bg-hover);transform:translateY(-1px)}.page-header{padding:6rem 2rem 3rem;background:var(--gray-0);text-align:center;border-bottom:1px solid var(--gray-200)}.page-title{font-size:2.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem;line-height:1.2}.page-description{font-size:1.25rem;color:var(--gray-600);line-height:1.6;max-width:600px;margin:0 auto}.page-content{padding:3rem 2rem;background:var(--gray-0)}.page-content .content{max-width:800px;margin:0 auto;line-height:1.7}.page-content .content h1{font-size:2rem;font-weight:700;color:var(--gray-800);margin:2rem 0 1rem;line-height:1.3}.page-content .content h2{font-size:1.5rem;font-weight:600;color:var(--gray-800);margin:1.5rem 0 .75rem;line-height:1.4}.page-content .content h3{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin:1.25rem 0 .5rem;line-height:1.4}.page-content .content p{font-size:1.125rem;color:var(--gray-700);margin-bottom:1rem;line-height:1.6}.page-content .content ul,.page-content .content ol{font-size:1.125rem;color:var(--gray-700);margin:1rem 0;padding-left:1.5rem}.page-content .content li{margin-bottom:.5rem;line-height:1.6}.page-content .content strong{font-weight:600;color:var(--gray-800)}.page-content .content a{color:var(--blue);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.page-content .content a:hover{border-bottom-color:var(--blue)}.page-content .content hr{border:none;border-top:1px solid var(--gray-200);margin:2rem 0}@media(max-width:768px){.container{padding:0 20px}.header-container{padding:0 20px}.desktop-nav{display:none}.mobile-nav{display:flex;align-items:center}.blog-post-header{padding:60px 0}.header-content{flex-direction:column;gap:32px}.post-title{font-size:32px}.social-sharing{justify-content:center}.back-button{position:static;margin:20px 0}.hero-content{grid-template-columns:1fr;gap:2rem}.hero-text{text-align:center}.hero-text h1{font-size:2.5rem}.hero-benefits{margin-bottom:1.5rem}.benefit-item{font-size:1rem}.how-it-works{padding:1rem}.section-header h2{font-size:2rem}.real-life-section{padding:3rem 1rem}.real-life-section h2{font-size:2rem}.real-life-section p{font-size:1.1rem}.testimonial-content h2{font-size:2rem}.final-cta h2{font-size:2rem}.final-question{font-size:1.25rem}.feature-container{grid-template-columns:1fr;gap:2rem}.feature-section:nth-child(even) .feature-container{direction:ltr}.feature-section:nth-child(even) .feature-text{order:1}.feature-section:nth-child(even) .feature-image{order:2}.feature-section.dark-mode-section .feature-container{direction:ltr !important}.feature-section.dark-mode-section .feature-text{order:1}.feature-section.dark-mode-section .feature-image{order:2}.phone-mockup{width:240px;height:480px}.hero{padding:6rem 1rem 3rem}.feature-section,.testimonial,.final-cta{padding:3rem 1rem}.post-content{max-width:100%}.post-content h1,.post-content h2,.post-content h3,.post-content h4{font-size:24px}.post-content p{font-size:18px}.blog-cards-grid{grid-template-columns:1fr;gap:24px}.blog-listing-hero h1{font-size:32px}.blog-listing-hero p{font-size:16px}.page-header{padding:4rem 1rem 2rem}.page-title{font-size:2rem}.page-description{font-size:1.125rem}.page-content{padding:2rem 1rem}.page-content .content h1{font-size:1.75rem}.page-content .content h2{font-size:1.375rem}.page-content .content h3{font-size:1.125rem}.page-content .content p{font-size:1rem}.page-content .content ul,.page-content .content ol{font-size:1rem}}@media print{.blog-header,.social-sharing,.back-button,.cta-button{display:none !important}body{padding-top:0}.post-content{max-width:none}}.pricing-section{text-align:center}.pricing-container{max-width:1200px;margin:0 auto;padding:0 2rem}.pricing-cards{display:flex;gap:2rem;justify-content:center;margin-top:3rem;flex-wrap:wrap}.pricing-card{border:1px solid var(--gray-300);border-radius:8px;padding:2rem;max-width:300px;text-align:left;flex:1;min-width:280px}.pricing-card-title{font-size:.875rem;margin-bottom:.5rem;color:var(--gray-600);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.pricing-card-price{font-size:2.5rem;margin:.5rem 0;font-weight:600;color:#000}.pricing-card-price small{font-size:1rem;font-weight:400;color:var(--gray-600)}.pricing-card-divider{margin:1.5rem 0;border:none;border-top:1px solid var(--gray-300)}.pricing-card-features{list-style:none;padding:0;margin:0}.pricing-card-features li{margin-bottom:.75rem;color:var(--gray-700)}.pricing-card-button{display:block;margin-top:1.5rem;width:100%;text-align:center}.faq-section{text-align:center}.faq-container{max-width:800px;margin:2rem auto 0;text-align:left}.faq-item{border-bottom:1px solid var(--gray-300);padding:1.5rem 0}.faq-item summary{font-weight:600;cursor:pointer;font-size:1.1rem;color:#000;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';float:right;font-weight:300;font-size:1.5rem;color:var(--gray-600)}.faq-item[open] summary::after{content:'−'}.faq-item p{margin-top:1rem;color:var(--gray-600);line-height:1.6}.faq-item a{color:var(--blue);text-decoration:none}.faq-item a:hover{text-decoration:underline}@media(max-width:768px){.pricing-cards{flex-direction:column;align-items:center}.pricing-card{max-width:100%;width:100%}}