﻿:root{--primary-color: #2E8B8B;--primary-light: #5FBFBF;--secondary-color: #90E0D3;--accent-color: #FFD700;--text-dark: #1A1A1A;--text-medium: #4A4A4A;--text-light: #7A7A7A;--background: #FFFFFF;--background-light: #F8FFFE;--border-light: #E5F3F3;--success-color: #10B981;--warning-color: #F59E0B;--error-color: #EF4444;--font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;--font-size-xs: 0.75rem;--font-size-sm: 0.875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem;--spacing-xs: 0.25rem;--spacing-sm: 0.5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--transition-fast: 0.15s ease;--transition-normal: 0.3s ease;--transition-slow: 0.5s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}h5{font-size:var(--font-size-lg)}h6{font-size:var(--font-size-base)}p{margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-dark)}ul,ol{margin-bottom:1rem;padding-left:1.5rem}img{max-width:100%;height:auto}.container{max-width:1400px;margin:0 auto;padding:0 40px}section{padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-title{color:var(--text-dark);margin-bottom:1rem}.section-description{font-size:var(--font-size-lg);color:var(--text-light);max-width:600px;margin:0 auto}.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-md)}.mb-2{margin-bottom:var(--spacing-xl)}.mb-3{margin-bottom:var(--spacing-2xl)}.mt-0{margin-top:0}.mt-1{margin-top:var(--spacing-md)}.mt-2{margin-top:var(--spacing-xl)}.mt-3{margin-top:var(--spacing-2xl)}.highlight{background:linear-gradient(135deg, var(--primary-color), var(--primary-light));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:12px;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.btn-primary{background:linear-gradient(135deg, #2E8B8B, #5FBFBF);color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.btn-secondary{background:#fff;color:#2e8b8b;border:1px solid #e5f3f3}.btn-secondary:hover{background:#f8fffe;border-color:#2e8b8b}.btn-large{padding:16px 32px;font-size:16px}.btn-small{padding:8px 16px;font-size:.9rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:#1a1a1a}.form-input,.form-textarea,.form-select{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:6px;font-size:1rem;transition:border-color .3s ease;background:#fff}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#2e8b8b;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:#9ca3af}.form-textarea{resize:vertical;min-height:120px}.form-checkbox,.form-radio{margin-right:8px}.form-error{color:#ef4444;font-size:.875rem;margin-top:.25rem}.form-success{color:#10b981;font-size:.875rem;margin-top:.25rem}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:10000;align-items:center;justify-content:center}.modal.active{display:flex}.modal-content{background:#fff;padding:3rem;border-radius:16px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease;box-shadow:0 8px 32px rgba(0,0,0,.18);text-align:center}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280}.modal-close:hover{color:#1a1a1a}.modal-header{margin-bottom:1.5rem}.modal-header h2{margin:0;color:#1a1a1a;font-size:1.75rem;font-weight:600}.modal-body{margin-bottom:1.5rem}.modal-body p{color:#7a7a7a;margin-bottom:2rem;font-size:1rem;line-height:1.6}.modal-footer{display:flex;gap:1rem;justify-content:flex-end}.waitlist-form .form-group{text-align:left;margin-bottom:1.5rem}.waitlist-form .form-label{display:block;margin-bottom:.5rem;font-weight:600;color:#1a1a1a;font-size:.9rem}.waitlist-form .form-input{width:100%;padding:14px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff}.waitlist-form .form-input:focus{outline:none;border-color:#2e8b8b;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.waitlist-form .form-input::placeholder{color:#9ca3af}.waitlist-form .form-help{font-size:.8rem;color:#7a7a7a;margin-top:.5rem}.waitlist-form .btn-full{width:100%;padding:16px 24px;font-size:1rem;font-weight:600;margin-top:1rem}.waitlist-form .hidden{display:none}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-50px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}.navbar{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border-bottom:1px solid #e1e5e9;position:sticky;top:0;z-index:100;padding:1rem 0}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;text-decoration:none;color:#1a1a1a;font-weight:bold;font-size:1.5rem}.logo img{height:40px;margin-right:.5rem}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links a{text-decoration:none;color:#1a1a1a;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#2e8b8b}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#1a1a1a}@media(max-width: 768px){.mobile-menu-toggle{display:block}.nav-links{position:fixed;top:80px;left:-100%;width:100%;height:calc(100vh - 80px);background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:2rem;transition:left .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1)}.nav-links.active{left:0}.nav-links li{margin:1rem 0}.nav-links a{font-size:1.2rem}}.hero{background:linear-gradient(45deg, #667eea, #764ba2);color:#fff;padding:4rem 0;text-align:center;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:0 2rem}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700;line-height:1.2}.hero p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width: 768px){.hero{padding:3rem 0}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}}.features{padding:4rem 0;background:#f8fafc}.features .container{max-width:1200px;margin:0 auto;padding:0 20px}.features-container{max-width:1400px;margin:0 auto;padding:0 2rem}.features-header{text-align:center;margin-bottom:3rem}.features-header h2{font-size:2.5rem;margin-bottom:1rem;color:#1a1a1a}.features-header p{font-size:1.1rem;color:#7a7a7a;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;border:2px solid rgba(0,0,0,0);box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.15);border-color:#5fbfbf}.feature-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:linear-gradient(135deg, #2E8B8B, #5FBFBF);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:#1a1a1a}.feature-card p{color:#7a7a7a;line-height:1.6}@media(max-width: 768px){.features{padding:3rem 0}.features-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}}.pricing{padding:4rem 0;background:#fff}.pricing-container{max-width:1400px;margin:0 auto;padding:0 2rem}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-header h2{font-size:2.5rem;margin-bottom:1rem;color:#1a1a1a}.pricing-header p{font-size:1.1rem;color:#7a7a7a;max-width:600px;margin:0 auto}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;max-width:900px;margin:0 auto}.pricing-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;text-align:center;border:2px solid #e1e5e9;position:relative;transition:transform .3s ease,box-shadow .3s ease;max-width:400px;margin:0 auto}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.pricing-card.featured{border-color:#2e8b8b;transform:scale(1.05)}.pricing-card.featured::before{content:"Most Popular";position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:#2e8b8b;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.pricing-plan{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.pricing-price{font-size:3rem;font-weight:700;color:#2e8b8b;margin-bottom:.5rem}.pricing-price .currency{font-size:1.5rem;vertical-align:top}.pricing-price .period{font-size:1rem;color:#7a7a7a;font-weight:400}.pricing-description{color:#7a7a7a;margin-bottom:2rem}.pricing-features{list-style:none;padding:0;margin:2rem 0}.pricing-features li{padding:.5rem 0;color:#1a1a1a}.pricing-features li::before{content:"✓";color:#10b981;font-weight:bold;margin-right:.5rem}.pricing-note{font-size:.875rem;color:#7a7a7a;margin-top:1rem;opacity:.8}@media(max-width: 768px){.pricing{padding:3rem 0}.pricing-header h2{font-size:2rem}.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand .logo{width:32px;height:32px}.footer-brand .brand-name{font-size:18px;font-weight:600;color:#5fbfbf}.footer-links{display:flex;gap:32px}.footer-link{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#5fbfbf}.footer-section h3{font-size:1.2rem;margin-bottom:1rem;color:#fff}.footer-section p{color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-social{display:flex;gap:1rem;margin-top:1rem}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:hsla(0,0%,100%,.1);border-radius:50%;color:#fff;text-decoration:none;transition:background .3s ease}.footer-social a:hover{background:hsla(0,0%,100%,.2)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:2rem;text-align:center;color:hsla(0,0%,100%,.6)}.footer-bottom p{margin:0}@media(max-width: 768px){.footer{padding:2rem 0 1rem}.footer-content{flex-direction:column;gap:24px;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center;gap:24px}.footer-social{justify-content:center}}.header{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #e5f3f3}.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;max-width:1200px;margin:0 auto;position:relative}.nav-brand{display:flex;align-items:center;gap:12px}.nav-brand-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;transition:opacity .2s ease}.nav-brand-link:hover{opacity:.8}.logo{width:40px;height:40px}.brand-name{font-size:20px;font-weight:600;color:#2e8b8b}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{color:#4a4a4a;text-decoration:none;font-weight:500;transition:color .2s ease}.nav-link:hover{color:#2e8b8b}.hero{padding:120px 0 80px;background:linear-gradient(135deg, #F8FFFE 0%, rgba(94, 191, 191, 0.05) 100%)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.hero-text{max-width:none;text-align:left}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:24px;color:#1a1a1a;text-align:left}.hero-description{font-size:1.25rem;color:#4a4a4a;margin-bottom:32px;line-height:1.6;text-align:left}.hero-cta{display:flex;gap:16px;margin-bottom:48px;justify-content:flex-start}.hero-stats{display:flex;gap:48px}.stat{display:flex;flex-direction:column}.stat-number{font-size:1.5rem;font-weight:600;color:#2e8b8b}.stat-label{font-size:.875rem;color:#7a7a7a}.hero-visual{display:flex;justify-content:center}.phone-mockup{width:300px;height:600px;background:#1a1a1a;border-radius:40px;padding:8px;box-shadow:0 10px 15px rgba(0,0,0,.1)}.phone-screen{width:100%;height:100%;background:#fff;border-radius:32px;overflow:hidden;position:relative}.app-preview{padding:20px;height:100%}.status-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:14px;font-weight:600}.time{color:#000}.indicators{display:flex;gap:4px}.signal,.battery{width:18px;height:10px;background:#1a1a1a;border-radius:2px}.app-header{display:flex;align-items:center;gap:12px;margin-bottom:30px}.app-logo{width:32px;height:32px}.app-header h2{font-size:18px;margin:0}.budget-overview{text-align:center;margin-bottom:20px}.total-budget{margin-bottom:20px}.total-budget .amount{display:block;font-size:2.5rem;font-weight:700;color:#2e8b8b}.total-budget .label{color:#7a7a7a;font-size:14px}.spent-left{display:flex;justify-content:space-around}.spent .amount.red{color:#ef4444}.left .amount.green{color:#10b981}.spent .amount,.left .amount{display:block;font-size:1.5rem;font-weight:600}.spent .label,.left .label{color:#7a7a7a;font-size:12px}.progress-bar{height:8px;background:#e5f3f3;border-radius:4px;margin:20px 0;overflow:hidden}.progress{height:100%;background:linear-gradient(90deg, #EF4444, #F59E0B);border-radius:4px;transition:width .3s ease}.cards-list{margin-top:30px}.card-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8fffe;border-radius:12px;margin-bottom:12px}.card-name{display:block;font-weight:500;font-size:14px}.card-budget{font-size:12px;color:#7a7a7a}.card-amounts{text-align:right}.card-amounts .spent{display:block;font-size:14px;color:#ef4444;font-weight:500}.card-amounts .left{font-size:12px;color:#10b981}.hero-visual{display:flex;justify-content:center}.phone-mockup{width:280px;height:560px;background:#1a1a1a;border-radius:40px;padding:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.phone-screen{width:100%;height:100%;background:#fff;border-radius:32px;overflow:hidden;position:relative}.app-preview{padding:20px;height:100%;background:linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%)}.status-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:14px;font-weight:600}.time{color:#000}.indicators{display:flex;gap:4px}.signal,.battery{width:18px;height:10px;background:#000;border-radius:2px}.app-header{display:flex;align-items:center;gap:8px;margin-bottom:30px}.app-header h2{font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.app-logo{width:24px;height:24px}.budget-overview{text-align:center;margin-bottom:30px}.total-budget{margin-bottom:20px}.total-budget .amount{display:block;font-size:2.5rem;font-weight:700;color:#2e8b8b;margin-bottom:4px}.total-budget .label{font-size:.875rem;color:#7a7a7a}.spent-left{display:flex;justify-content:space-between;gap:20px}.spent,.left{flex:1}.spent .amount,.left .amount{display:block;font-size:1.25rem;font-weight:600;margin-bottom:4px}.spent .amount.red,.left .amount.red{color:#ef4444}.spent .amount.green,.left .amount.green{color:#10b981}.spent .label,.left .label{font-size:.75rem;color:#7a7a7a}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;margin:20px 0 30px;overflow:hidden}.progress{height:100%;background:linear-gradient(135deg, #2E8B8B, #10b981);border-radius:4px;transition:width .3s ease}.cards-list .card-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:8px;margin-bottom:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.cards-list .card-item .card-info .card-name{display:block;font-weight:500;color:#1a1a1a;font-size:.875rem}.cards-list .card-item .card-info .card-budget{font-size:.75rem;color:#7a7a7a}.cards-list .card-item .card-amounts{text-align:right}.cards-list .card-item .card-amounts .spent{display:block;font-weight:600;color:#ef4444;font-size:.875rem}.cards-list .card-item .card-amounts .left{font-size:.75rem;color:#10b981}.features,.pricing,.cta{padding:80px 0}.how-it-works{padding:80px 0;background:#f8fafc}.steps-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px;margin-top:60px}.step{text-align:center}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg, #2E8B8B, #5FBFBF);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 20px}.step-title{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#1a1a1a}.step-description{color:#7a7a7a;line-height:1.6}.cta{background:linear-gradient(135deg, #2E8B8B, #5FBFBF);color:#fff;text-align:center}.cta .cta-title{font-size:2.5rem;font-weight:700;margin-bottom:16px}.cta .cta-description{font-size:1.1rem;margin-bottom:32px;opacity:.9}@media(max-width: 768px){.hero{padding:100px 0 60px}.hero-content{padding:0 16px}.hero-title{font-size:2.5rem;margin-bottom:24px}.hero-description{font-size:1rem;margin-bottom:32px}.hero-cta{flex-direction:column;align-items:center;margin-bottom:48px}.hero-stats{gap:40px;justify-content:center}.steps-grid{grid-template-columns:1fr;gap:30px}.cta-title{font-size:2rem}.nav{padding:12px 16px}.brand-name{font-size:18px}.logo{width:36px;height:36px}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:0 0 12px 12px;gap:16px}.nav-links.active{display:flex}.nav-links .nav-link{padding:12px 0;border-bottom:1px solid #f8fffe;text-align:center}.nav-links .nav-link:last-child{border-bottom:none}}@media(max-width: 480px){.container{padding:0 16px}.hero{padding:100px 0 60px}.hero-title{font-size:2rem}.hero-description{font-size:1rem}}.post .post-content,.post .page-content,.content-page .post-content,.content-page .page-content{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7}.post .post-body,.post .page-body,.content-page .post-body,.content-page .page-body{font-size:1.125rem;color:var(--text-dark)}.post .post-body p,.post .page-body p,.content-page .post-body p,.content-page .page-body p{margin-bottom:1.5rem;line-height:1.7}.post .post-body h1,.post .post-body h2,.post .post-body h3,.post .post-body h4,.post .post-body h5,.post .post-body h6,.post .page-body h1,.post .page-body h2,.post .page-body h3,.post .page-body h4,.post .page-body h5,.post .page-body h6,.content-page .post-body h1,.content-page .post-body h2,.content-page .post-body h3,.content-page .post-body h4,.content-page .post-body h5,.content-page .post-body h6,.content-page .page-body h1,.content-page .page-body h2,.content-page .page-body h3,.content-page .page-body h4,.content-page .page-body h5,.content-page .page-body h6{color:var(--primary-color);margin:2rem 0 1rem 0;line-height:1.3}.post .post-body h2,.post .page-body h2,.content-page .post-body h2,.content-page .page-body h2{font-size:1.5rem;font-weight:600}.post .post-body h3,.post .page-body h3,.content-page .post-body h3,.content-page .page-body h3{font-size:1.25rem;font-weight:600}.post .post-body ul,.post .post-body ol,.post .page-body ul,.post .page-body ol,.content-page .post-body ul,.content-page .post-body ol,.content-page .page-body ul,.content-page .page-body ol{margin:1rem 0 1.5rem 1.5rem}.post .post-body ul li,.post .post-body ol li,.post .page-body ul li,.post .page-body ol li,.content-page .post-body ul li,.content-page .post-body ol li,.content-page .page-body ul li,.content-page .page-body ol li{margin-bottom:.5rem;line-height:1.7}.post .post-body .post-image.right-aligned,.post .page-body .post-image.right-aligned,.content-page .post-body .post-image.right-aligned,.content-page .page-body .post-image.right-aligned{float:right;margin:0 0 2rem 2rem;max-width:300px;width:100%;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1)}@media(max-width: 768px){.post .post-body .post-image.right-aligned,.post .page-body .post-image.right-aligned,.content-page .post-body .post-image.right-aligned,.content-page .page-body .post-image.right-aligned{float:none;margin:2rem auto;display:block;max-width:250px}}.post .post-body strong,.post .page-body strong,.content-page .post-body strong,.content-page .page-body strong{color:var(--primary-color);font-weight:600}.post .post-body a,.post .page-body a,.content-page .post-body a,.content-page .page-body a{color:var(--primary-color);text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);transition:border-color .3s ease}.post .post-body a:hover,.post .page-body a:hover,.content-page .post-body a:hover,.content-page .page-body a:hover{border-bottom-color:var(--primary-color)}.post .post-meta,.content-page .post-meta{font-size:.9rem}.post .policy-section,.post .terms-section,.content-page .policy-section,.content-page .terms-section{margin-bottom:2.5rem}.post .policy-section:last-child,.post .terms-section:last-child,.content-page .policy-section:last-child,.content-page .terms-section:last-child{margin-bottom:0}.thank-you-header{text-align:center;margin-bottom:3rem}.thank-you-header .success-icon{font-size:4rem;margin-bottom:1rem;display:block}.thank-you-header .lead{font-size:var(--font-size-lg);color:var(--text-medium);margin:1.5rem 0;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:1.5rem;margin:2rem 0}.features-grid h3{color:var(--text-dark);margin-bottom:.5rem;font-size:var(--font-size-lg)}.features-grid p{color:var(--text-light);margin-bottom:0}.button-group{text-align:center;margin:2rem 0}.button-group .btn{margin:0 .5rem .5rem 0}.button-group .btn:last-child{margin-right:0}.container{max-width:1400px;margin:0 auto;padding:0 40px}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2, 1fr)}.grid-3{grid-template-columns:repeat(3, 1fr)}.grid-4{grid-template-columns:repeat(4, 1fr)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-wrap{flex-wrap:wrap}.flex-column{flex-direction:column}.section{padding:4rem 0}.section-small{padding:2rem 0}.section-large{padding:6rem 0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@media(max-width: 1024px){.container{padding:0 2rem}.grid-4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.container{padding:0 1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:3rem 0}.section-large{padding:4rem 0}.flex-between{flex-direction:column;gap:1rem}}@media(max-width: 480px){.container{padding:0 .5rem}.section{padding:2rem 0}.section-large{padding:3rem 0}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:#333}/*# sourceMappingURL=styles.css.map */