: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)}.cta-button.btn-header{background:var(--button-bg-green);color:var(--gray-800);padding:10px 14px;border-radius:12px;gap:6px;font-size:14px;font-weight:600;box-shadow:-1px 1px 0 2px #466d0d;transition:all .2s ease}.cta-button.btn-header:hover{background:var(--button-bg-hover);transform:translateY(-1px)}.cta-button.btn-header svg{width:14px;height:14px}.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%}}.comparison-section{padding:4rem 2rem;background:var(--gray-0)}.comparison-container{max-width:1200px;margin:0 auto}.comparison-section-title{text-align:center;margin-bottom:1rem}.comparison-section-title .tagline{text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;color:var(--gray-600);margin-bottom:.5rem}.comparison-section-title h2{font-size:2.5rem;font-weight:600;color:#000;margin-bottom:.5rem}.comparison-section-title p{font-size:1.1rem;color:var(--gray-600)}.comparison-table{width:100%;border-collapse:collapse;margin-top:3rem;border:1px solid var(--gray-300);border-radius:4px;overflow:hidden}.comparison-row{border-bottom:1px solid var(--gray-300)}.comparison-row:last-child{border-bottom:none}.comparison-row.header-row{background:var(--gray-100)}.comparison-cell{padding:1.5rem;text-align:left;vertical-align:top;border-right:1px solid var(--gray-300)}.comparison-cell:last-child{border-right:none}.comparison-cell.feature-cell{font-weight:600;color:#000;width:25%}.comparison-cell.balance-cell{width:37.5%;color:var(--gray-700)}.comparison-cell.competitor-cell{width:37.5%;color:var(--gray-700)}.comparison-header{font-weight:600;font-size:1.1rem;color:#000}.comparison-feature{font-weight:600;color:#000;margin-bottom:.5rem}.comparison-text{line-height:1.6;color:var(--gray-700)}@media(max-width:768px){.comparison-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-cell{min-width:200px;padding:1rem}.comparison-cell.feature-cell{width:30%}.comparison-cell.balance-cell,.comparison-cell.competitor-cell{width:35%}.comparison-section-title h2{font-size:2rem}}.screenshot-carousel{position:relative;width:100%;max-width:280px;margin:0 auto}.carousel-container{position:relative;width:100%;height:560px;overflow:hidden}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;pointer-events:none}.carousel-slide.active{opacity:1;pointer-events:auto;position:relative}.carousel-slide img{width:100%;height:100%;object-fit:cover;border-radius:16px}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.carousel-prev,.carousel-next{background:0 0;border:1px solid var(--gray-300);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:var(--gray-700);transition:all .2s}.carousel-prev:hover,.carousel-next:hover{background:var(--gray-100);border-color:var(--gray-400)}.carousel-dots{display:flex;gap:.5rem}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--gray-300);cursor:pointer;padding:0;transition:all .2s}.carousel-dot.active{background:var(--gray-700);width:24px;border-radius:4px}.card-comparison-section{padding:4rem 2rem;background:var(--gray-0)}.card-comparison-container{max-width:1200px;margin:0 auto}.card-comparison-title{text-align:center;margin-bottom:3rem}.card-comparison-title .tagline{text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;color:var(--gray-600);margin-bottom:.5rem}.card-comparison-title h2{font-size:2.5rem;font-weight:600;color:#000;margin-bottom:.5rem}.card-comparison-title p{font-size:1.1rem;color:var(--gray-600)}.comparison-cards{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.comparison-card{border:1px solid var(--gray-300);border-radius:8px;padding:2rem;background:var(--gray-0)}.card-icon{width:48px;height:48px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#000}.card-title{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:.5rem}.card-price{font-size:2rem;font-weight:700;color:#000;margin-bottom:1rem}.card-divider{border:none;border-top:1px solid var(--gray-300);margin:1.5rem 0}.card-features{list-style:none;padding:0;margin:0}.card-feature-item{display:flex;gap:.75rem;margin-bottom:1rem;align-items:flex-start}.card-feature-item:last-child{margin-bottom:0}.card-feature-item .feature-content{flex:1;color:var(--gray-700);line-height:1.6}.card-feature-item strong{color:#000}@media(max-width:768px){.comparison-cards{grid-template-columns:1fr}.card-comparison-title h2{font-size:2rem}}.radius-sm{border-radius:12px}.radius-md{border-radius:16px}.radius-lg{border-radius:24px}.radius-xl{border-radius:32px}.shadow-primary{box-shadow:-1px 1px 0 2px #a8e94a}.shadow-secondary{box-shadow:-1px 1px 0 2px #466d0d}.shadow-dark{box-shadow:-2px 2px 0 2px #2f2d34}.shadow-green{box-shadow:-2px 2px 0 2px #68a510}.tagline-handwritten{font-family:figma hand,caveat,cursive;font-weight:400;font-size:16px;line-height:1.38;letter-spacing:-.04em;color:var(--text-button)}.feature-card{background:var(--gray-0);border:1px solid var(--gray-200);border-radius:16px;padding:32px;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1)}.feature-card-icon{width:100%;max-width:258px;margin:0 auto 24px}.feature-card-icon img{width:100%;height:auto}.feature-card-title{font-size:20px;font-weight:600;line-height:1.5;color:var(--gray-800);margin-bottom:12px}.feature-card-description{font-size:16px;font-weight:500;line-height:1.375;color:var(--gray-700)}.chat-bubble{display:inline-flex;align-items:center;gap:6px;padding:8px;background:var(--primary-light);border-radius:12px;box-shadow:-1px 1px 0 2px #a8e94a;font-size:14px;font-weight:500;line-height:1.43;color:var(--gray-800)}.chat-bubble-avatar{width:28px;height:28px;border-radius:100px;background:var(--gray-400);flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 24px;border-radius:12px;font-family:var(--font-family);font-weight:600;font-size:14px;line-height:1.43;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.btn-primary{background:var(--primary);color:var(--gray-800);box-shadow:-1px 1px 0 2px #466d0d}.btn-primary:hover{background:var(--button-bg-green);transform:translateY(-2px)}.btn-green{background:var(--button-bg-green);color:#000;box-shadow:-1px 1px 0 2px #a8e94a}.btn-green:hover{background:var(--button-bg-hover);transform:translateY(-2px)}.btn-secondary{background:var(--gray-200);color:var(--gray-800);box-shadow:-1px 1px 0 2px #2f2d34}.btn-secondary:hover{background:var(--gray-300);transform:translateY(-2px)}.btn-icon{width:14px;height:14px}.nav-pills{display:flex;align-items:center;gap:6px;background:0 0;padding:12px 8px}.nav-pill{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:12px;background:var(--gray-0);border:1px solid var(--gray-200);font-size:14px;font-weight:600;line-height:1.43;color:var(--gray-800);text-decoration:none;transition:all .2s ease;cursor:pointer}.nav-pill:hover{background:var(--gray-100)}.nav-pill.active{background:var(--button-bg-green);color:#000;box-shadow:-1px 1px 0 2px #a8e94a}.section-header-centered{text-align:center;margin-bottom:64px}.section-header-centered .tagline{font-family:figma hand,caveat,cursive;font-size:18px;line-height:1.38;letter-spacing:-.04em;color:var(--text-button);margin-bottom:8px}.section-header-centered h2{font-size:34px;font-weight:600;line-height:1.06;color:var(--gray-800);margin-bottom:16px;opacity:.99}.section-header-centered p{font-size:16px;font-weight:500;line-height:1.375;color:var(--gray-700);max-width:531px;margin:0 auto}.testimonial-card{background:var(--gray-200);border-radius:16px;padding:24px;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,8%)}.testimonial-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--gray-400)}.testimonial-card-body{font-size:16px;font-weight:500;line-height:1.375;color:var(--gray-700);margin-bottom:12px}.testimonial-card-footer{display:flex;align-items:center;gap:6px}.testimonial-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:var(--gray-400);border-radius:100px}.testimonial-badge-text{font-size:14px;font-weight:500;color:var(--gray-800)}.stats-grid{display:flex;align-items:center;justify-content:center;gap:64px;flex-wrap:wrap}.stat-item{text-align:center}.stat-value{font-size:20px;font-weight:600;line-height:1.5;color:var(--gray-800);margin-bottom:4px;opacity:.99}.stat-label{font-size:16px;font-weight:500;line-height:1.24;color:var(--text-button)}.cloud-decoration{position:absolute;opacity:.2;pointer-events:none;z-index:0}.content-section{position:relative;padding:64px 40px}.content-section-bordered{border:1px solid var(--gray-300);border-radius:32px}.content-section-primary-tint{background:var(--primary-light)}.content-section-secondary{background:var(--secondary)}.grid-2-col{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;align-items:center}.grid-3-col{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.pricing-card-figma{background:var(--gray-0);border:1px solid var(--gray-400);border-radius:24px;padding:24px;box-shadow:-2px 2px 0 2px #2f2d34;transition:all .3s ease;position:relative}.pricing-card-figma.featured{background:#f8f7e3;box-shadow:-2px 2px 0 2px #68a510}.pricing-card-figma:hover{transform:translateY(-4px)}.pricing-card-header{margin-bottom:24px}.pricing-plan-name{font-size:20px;font-weight:600;line-height:1.5;color:var(--gray-800);margin-bottom:12px;opacity:.99}.pricing-plan-description{font-size:16px;font-weight:500;line-height:1.375;color:var(--gray-700)}.pricing-amount{margin:24px 0}.pricing-starting{font-family:figma hand,caveat,cursive;font-size:13px;line-height:1.38;letter-spacing:-.04em;color:#68a510;display:block;margin-bottom:10px}.pricing-price{font-size:18px;font-weight:600;line-height:1.33;color:var(--gray-800);opacity:.99}.pricing-divider{height:1px;background:var(--gray-400);border:none;margin:24px 0}.pricing-features-list{list-style:none;padding:0;margin:0 0 24px}.pricing-feature-item{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:16px;font-weight:500;line-height:1.375;color:var(--gray-700)}.pricing-feature-item:last-child{margin-bottom:0}.pricing-feature-icon{width:18px;height:18px;flex-shrink:0}.pricing-note{font-size:14px;font-weight:500;line-height:1.43;color:#000;text-align:center;margin-bottom:8px}.pricing-badge{position:absolute;top:-20px;right:20px;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:var(--button-bg-hover);border:1px solid var(--gray-800);border-radius:16px}.pricing-badge-icon{width:16px;height:16px}.pricing-badge-text{font-family:cooper hewitt,sans-serif;font-weight:700;font-size:18px;line-height:1.2;letter-spacing:-.04em;color:#000}.faq-list{max-width:850px;margin:0 auto}.faq-item-figma{border-bottom:1px solid var(--gray-700);padding:16px 12px}.faq-item-figma summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;font-size:16px;font-weight:500;line-height:1.375;color:var(--gray-700);opacity:.99}.faq-item-figma summary::-webkit-details-marker{display:none}.faq-arrow{width:20px;height:20px;transition:transform .3s ease}.faq-item-figma[open] .faq-arrow{transform:rotate(180deg)}.faq-answer{padding-top:16px;font-size:16px;line-height:1.6;color:var(--gray-700)}.use-case-tabs{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:40px}.use-case-tab{flex:1;min-width:200px;padding:24px;background:var(--gray-0);border:1px solid var(--gray-200);border-radius:16px;cursor:pointer;transition:all .3s ease;text-align:center}.use-case-tab:hover{background:var(--gray-100)}.use-case-tab.active{background:#f2d8f7;border-color:transparent;box-shadow:-1px 2px 0 2px #6d0d67}.use-case-tab-icon{width:24px;height:24px;margin:0 auto 12px}.use-case-tab-label{font-size:18px;font-weight:600;line-height:1.33;color:var(--gray-800)}.use-case-content{background:var(--secondary-light);border-radius:40px;padding:28px}.use-case-content-inner{display:flex;gap:40px;align-items:center}.use-case-image{flex:1;max-width:773px}.use-case-image img{width:100%;height:auto;border-radius:12px}.use-case-info{flex:1}.use-case-subtitle{font-family:figma hand,caveat,cursive;font-size:16px;line-height:1.38;letter-spacing:-.04em;color:#6d0d67;margin-bottom:8px}.use-case-title{font-size:28px;font-weight:500;line-height:1.21;color:var(--gray-800);margin-bottom:12px;opacity:.99}.use-case-description{font-size:16px;font-weight:500;line-height:1.375;color:var(--gray-700);margin-bottom:24px}.use-case-list{list-style:none;padding:0;margin:0}.use-case-list-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:16px;font-size:14px;font-weight:500;line-height:1.43;color:var(--gray-800)}.use-case-list-item:last-child{margin-bottom:0}@media(max-width:768px){.grid-2-col,.grid-3-col{grid-template-columns:1fr;gap:24px}.section-header-centered h2{font-size:28px}.stats-grid{gap:32px}.use-case-content-inner{flex-direction:column}.use-case-tabs{flex-direction:column}.use-case-tab{min-width:100%}.content-section{padding:40px 20px}}