*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.container{max-width:100%;margin:0 auto;padding:20px 10px}.content-wrapper{gap:40px;display:flex}.sidebar{flex-shrink:0;width:240px}.main-content{flex:1;min-width:0}h1{color:#333;margin-bottom:30px;font-size:32px}.page-title{color:#333;margin-bottom:20px;font-size:28px}.filters{flex-direction:column;gap:20px;display:flex}.filter-group{flex-direction:column;gap:6px;display:flex}.filter-label{color:#555;font-size:13px;font-weight:500}.filter-input,.filter-select{border:1px solid #ddd;border-radius:6px;width:100%;padding:10px 12px;font-size:14px}.filter-input:focus,.filter-select:focus{border-color:#06c;outline:none}.filters-title{color:#333;margin-bottom:16px;font-size:16px;font-weight:600}.grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.card{background:#fff;border-radius:8px;transition:box-shadow .2s;overflow:hidden;box-shadow:0 2px 4px #0000001a}.card:hover{box-shadow:0 4px 12px #00000026}.card-image{color:#b8860b;background:linear-gradient(135deg,#e8d5b7 0%,#f5f5f5 100%);justify-content:center;align-items:center;height:120px;font-size:40px;display:flex}.card-content{padding:16px}.card-title{color:#333;margin-bottom:8px;font-size:18px;font-weight:600}.card-location{color:#666;margin-bottom:12px;font-size:14px}.card-address{color:#555;margin-bottom:12px;font-size:14px;line-height:1.4}.card-link{color:#06c;font-size:14px;text-decoration:none;display:inline-block}.card-link:hover{text-decoration:underline}.card-details{color:#666;gap:16px;font-size:13px;display:flex}.card-detail{align-items:center;gap:4px;display:flex}.loading{color:#666;font-size:18px}.error{color:#d00;font-size:16px}.landing-page{background:#f5f5f5;min-height:100vh}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#31333f 0%,#4a4d5e 100%);padding:80px 20px}.hero-content{max-width:700px;margin:0 auto}.hero-title{color:#fff;margin-bottom:20px;font-size:2.75rem;font-weight:700;line-height:1.2}.hero-subtitle{color:#f5f5f5;margin-bottom:40px;font-size:1.15rem;line-height:1.6}.hero-search{gap:12px;max-width:500px;margin:0 auto 20px;display:flex}.hero-input{border:none;border-radius:8px;flex:1;padding:16px 20px;font-size:1rem;box-shadow:0 4px 12px #0003}.hero-input:focus{outline:none;box-shadow:0 4px 16px #0000004d}.hero-button{color:#fff;cursor:pointer;background:#ff4b4b;border:none;border-radius:8px;padding:16px 32px;font-size:1rem;font-weight:600;transition:background .2s;box-shadow:0 4px 12px #ff4b4b4d}.hero-button:hover{background:#e63939}.hero-hint{color:#e0e0e0;font-size:.95rem}.hero-link{color:#ff4b4b;font-weight:500;text-decoration:none}.hero-link:hover{text-decoration:underline}.stats-bar{background:#fff;border-bottom:1px solid #e6e9ef;padding:40px 20px}.stats-container{flex-wrap:wrap;justify-content:space-around;gap:30px;max-width:900px;margin:0 auto;display:flex}.stat-item{text-align:center}.stat-number{color:#31333f;font-size:2.5rem;font-weight:700;display:block}.stat-label{color:#555;margin-top:8px;font-size:1rem;display:block}.stat-subtext{color:#666;margin-top:4px;font-size:.85rem;display:block}.stat-highlight .stat-number{color:#ff4b4b;font-size:3rem}.stat-highlight .stat-subtext{color:#ff4b4b;font-weight:500}.section-container{max-width:1100px;margin:0 auto;padding:0 20px}.section-title{color:#31333f;text-align:center;margin-bottom:50px;font-size:2rem;font-weight:700}.how-it-works{background:#f5f5f5;padding:80px 20px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.step-card{text-align:center;background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #00000014}.step-number{color:#fff;background:#ff4b4b;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:20px;font-size:1.5rem;font-weight:700;display:inline-flex}.step-title{color:#31333f;margin-bottom:12px;font-size:1.25rem;font-weight:600}.step-description{color:#666;line-height:1.6}.use-cases{background:#fff;padding:80px 20px}.use-cases-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.use-case-card{text-align:center;background:#fafafa;border:2px solid #0000;border-radius:12px;padding:30px 20px;text-decoration:none;transition:all .2s;display:block}.use-case-card:hover{border-color:#ff4b4b;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.use-case-icon{margin-bottom:16px;font-size:3rem;display:block}.use-case-title{color:#31333f;margin-bottom:8px;font-size:1.15rem;font-weight:600}.use-case-description{color:#666;font-size:.9rem;line-height:1.5}.regions{background:#f5f5f5;padding:80px 20px}.regions-grid{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.region-link{color:#31333f;background:#fff;border:2px solid #e6e9ef;border-radius:30px;padding:12px 24px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.region-link:hover{color:#ff4b4b;border-color:#ff4b4b;transform:translateY(-2px)}.faq{background:#fff;padding:80px 20px}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #e6e9ef}.faq-question{text-align:left;cursor:pointer;color:#31333f;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:24px 0;font-size:1.1rem;font-weight:600;display:flex}.faq-question:hover{color:#ff4b4b}.faq-icon{color:#ff4b4b;font-size:1.5rem;font-weight:300}.faq-answer{color:#555;padding-bottom:24px;line-height:1.7}.landing-footer{color:#fff;background:#31333f;padding:60px 20px 20px}.footer-container{max-width:1100px;margin:0 auto}.footer-main{grid-template-columns:1.5fr 1fr 1.5fr;gap:60px;margin-bottom:40px;display:grid}.footer-logo{margin-bottom:12px;font-size:1.5rem;font-weight:700}.footer-tagline{color:#999;font-size:.95rem}.footer-links h4{color:#fff;margin-bottom:20px;font-size:1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:#999;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#ff4b4b}.footer-newsletter h4{margin-bottom:12px;font-size:1rem}.footer-newsletter p{color:#999;margin-bottom:16px;font-size:.9rem}.newsletter-form{gap:8px;display:flex}.newsletter-input{color:#fff;background:#ffffff1a;border:none;border-radius:6px;flex:1;padding:12px 16px;font-size:.9rem}.newsletter-input::placeholder{color:#999}.newsletter-input:focus{background:#ffffff26;outline:none}.newsletter-button{color:#fff;cursor:pointer;background:#ff4b4b;border:none;border-radius:6px;padding:12px 20px;font-weight:600;transition:background .2s}.newsletter-button:hover{background:#e63939}.newsletter-success{color:#4ade80;background:#4ade801a;border-radius:6px;padding:12px}.footer-bottom{text-align:center;color:#666;border-top:1px solid #ffffff1a;padding-top:30px;font-size:.9rem}.add-page{background:#f5f5f5;min-height:100vh}.add-container{justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:60px 20px;display:flex}.add-content{text-align:center;background:#fff;border-radius:16px;max-width:600px;padding:50px;box-shadow:0 4px 20px #00000014}.add-title{color:#31333f;margin-bottom:20px;font-size:2rem;font-weight:700}.add-description{color:#666;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.add-features{text-align:left;background:#fafafa;border-radius:12px;margin-bottom:40px;padding:30px}.add-features h2{color:#31333f;margin-bottom:16px;font-size:1.1rem}.add-features ul{list-style:none}.add-features li{color:#555;padding:8px 0 8px 24px;position:relative}.add-features li:before{content:"✓";color:#ff4b4b;position:absolute;left:0}.add-contact{margin-bottom:30px}.add-contact p{color:#666;margin-bottom:20px}.add-email-button{color:#fff;background:#ff4b4b;border-radius:8px;padding:14px 32px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.add-email-button:hover{background:#e63939}.add-back-link{color:#666;font-size:.95rem;text-decoration:none}.add-back-link:hover{color:#ff4b4b}@media (max-width:900px){.steps-grid{grid-template-columns:1fr;gap:24px}.use-cases-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr;gap:40px}.hero-title{font-size:2rem}}@media (max-width:600px){.hero{padding:60px 20px}.hero-search{flex-direction:column}.use-cases-grid{grid-template-columns:1fr}.add-content{padding:30px 20px}}.contact-form{text-align:left;margin-bottom:2rem}.form-group{margin-bottom:1.25rem}.form-group label{color:#31333f;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-input,.form-textarea{box-sizing:border-box;border:1px solid #ddd;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-textarea:focus{border-color:#ff4b4b;outline:none;box-shadow:0 0 0 3px #ff4b4b1a}.form-textarea{resize:vertical;min-height:120px}.form-submit{color:#fff;cursor:pointer;background:#ff4b4b;border:none;border-radius:8px;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.form-submit:hover:not(:disabled){background:#e63939}.form-submit:disabled{cursor:not-allowed;background:#ccc}.form-error{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;padding:1rem}.contact-success{text-align:center;padding:2rem 0}
