body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f4f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:20px}.container{margin:0 auto;max-width:1200px;padding:20px}.page-hero{margin-bottom:40px;padding:2rem 0;text-align:center}.hero-title{color:#1f2937;font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:10px}.hero-subtitle{color:#6b7280;font-weight:500;margin:0}.header{margin-bottom:40px;text-align:center}.title{color:#1f2937;font-size:3rem;font-weight:700;margin-bottom:10px}.subtitle{color:#6b7280;font-size:1.25rem}.form-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px}.form-group{margin-bottom:20px}.label{color:#374151;display:block;font-size:.875rem;font-weight:600;margin-bottom:8px}.input{border:2px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:12px 16px;transition:border-color .2s;width:100%}.input:focus{border-color:#3b82f6;outline:none}.button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:background-color .2s;width:100%}.button:hover:not(:disabled){background-color:#2563eb}.button:disabled{background-color:#9ca3af;cursor:not-allowed}.spinner{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#3b82f6;display:inline-block;height:20px;margin-right:8px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.results-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:30px}.results-header{margin-bottom:30px;text-align:center}.status-icon{display:flex;justify-content:center;margin-bottom:10px}.status-text{font-size:1.5rem;font-weight:700;margin-bottom:5px}.status-text.up{color:#10b981}.status-text.warning{color:#f59e0b}.status-text.down{color:#ef4444}.status-url{word-break:break-all}.status-summary{border-radius:20px;display:inline-block;font-size:.9rem;font-weight:600;margin-top:8px;padding:4px 12px}.status-summary.success{background-color:#dcfce7;color:#166534}.status-summary.warning{background-color:#fef3c7;color:#92400e}.status-summary.error{background-color:#fee2e2;color:#991b1b}.troubleshooting-section{background:#f9fafb;border-left:4px solid #3b82f6;border-radius:8px;margin-top:30px;padding:20px}.troubleshooting-section h4{color:#1f2937;font-size:1.1rem;margin:0 0 15px}.troubleshooting-tips{list-style:none;margin:0;padding-left:0}.troubleshooting-tips li{color:#4b5563;line-height:1.4;padding:8px 0}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:#f9fafb}.stat-label{margin-bottom:5px}.stat-value{color:#1f2937;font-size:1.5rem;font-weight:700}.locations-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px}.location-card{background:#fff;border-left:4px solid #d1d5db;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:16px;transition:all .2s ease}.location-card:hover{box-shadow:0 4px 8px #0000001a}.location-card.up{border-left-color:#10b981}.location-card.warning{border-left-color:#f59e0b}.location-card.down{border-left-color:#ef4444}.location-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.location-name{color:#1f2937}.location-status{border-radius:4px;font-size:.875rem;font-weight:600;padding:4px 8px}.location-status.up{background-color:#dcfce7;color:#166534}.location-status.warning{background-color:#fef3c7;color:#92400e}.location-status.down{background-color:#fee2e2;color:#991b1b}.location-details{grid-gap:10px;color:#6b7280;display:grid;font-size:.875rem;gap:10px;grid-template-columns:1fr 1fr}.actions{display:flex;flex-wrap:wrap;gap:10px}.action-button{background-color:#6b7280;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;padding:8px 16px;transition:background-color .2s}.action-button:hover{background-color:#4b5563}.action-button.primary-action{background-color:#3b82f6}.action-button.primary-action:hover:not(:disabled){background-color:#2563eb}.action-button:disabled{background-color:#9ca3af;cursor:not-allowed}.error-message{background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;margin-bottom:20px;padding:16px}.popular-sites-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px}.popular-sites-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:20px;text-align:center}.popular-sites-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.popular-site-card{background:#f9fafb;border:2px solid #0000;border-radius:8px;cursor:pointer;padding:15px;transition:all .2s}.popular-site-card:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-1px)}.popular-site-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.popular-site-domain{color:#1f2937;font-size:.9rem;font-weight:600}.popular-site-status{font-size:1.2rem}.popular-site-status.up{color:#10b981}.popular-site-status.warning{color:#f59e0b}.popular-site-status.down{color:#ef4444}.popular-site-details{color:#6b7280;display:flex;font-size:.8rem;justify-content:space-between}.popular-site-response{font-weight:500}.popular-sites-subtitle{color:#6b7280;font-size:.9rem;font-style:italic;margin:0;text-align:center}.popular-sites-actions{align-items:center;display:flex;flex-direction:column;gap:15px;margin-top:20px}.more-sites-link{background:#0000;color:#3b82f6;display:inline-block;font-size:.95rem;font-weight:500;padding:8px 0;text-decoration:none;transition:all .2s ease}.more-sites-link:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:768px){.container{padding:10px}.page-hero{margin-bottom:30px;padding:1.5rem 0}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem;padding:0 1rem}.title{font-size:2rem}.form-container,.popular-sites-container,.results-container{padding:20px}.locations-grid,.stats-grid{grid-template-columns:1fr}.popular-sites-grid{gap:10px;grid-template-columns:1fr 1fr}.actions{flex-direction:column}.action-button{width:100%}}.popular-sites-loading{padding:40px 20px;text-align:center}.popular-sites-loading .spinner{margin:0 auto 20px}.popular-sites-loading p{color:#6b7280;font-size:1rem}.refresh-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;margin-top:15px;padding:8px 16px;transition:all .2s ease}.refresh-button:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.refresh-button:disabled{cursor:not-allowed;opacity:.5}.historical-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:20px;padding:20px}.historical-section h4{color:#374151;font-size:1.125rem;font-weight:600;margin:0 0 15px}.historical-stats{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:20px}.historical-stat{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;text-align:center}.historical-stat .stat-label{color:#6b7280;display:block;font-size:.75rem;letter-spacing:.05em;margin-bottom:4px;text-transform:uppercase}.historical-stat .stat-value{color:#1f2937;display:block;font-size:1.25rem;font-weight:700}.recent-checks h5{color:#374151;font-size:1rem;font-weight:600;margin:0 0 10px}.recent-checks-list{display:flex;flex-direction:column;gap:8px}.recent-check{grid-gap:10px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:grid;gap:10px;grid-template-columns:1fr auto auto;padding:10px 12px}.recent-check.online{border-left:4px solid #10b981}.recent-check.offline{border-left:4px solid #ef4444}.check-time{color:#6b7280;font-size:.875rem}.check-status{font-size:.875rem;font-weight:500}.check-status.online{color:#059669}.check-status.offline{color:#dc2626}.check-response{color:#6b7280;font-family:Monaco,Menlo,monospace;font-size:.875rem}.comments-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:20px;padding:20px}.comments-section h4{color:#374151;font-size:1.125rem;font-weight:600;margin:0 0 20px}.add-comment-form{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;padding:15px}.comment-input-group{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.comment-author-input,.comment-textarea{border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:8px 12px}.comment-textarea{font-family:inherit;line-height:1.4;resize:vertical}.comment-author-input:focus,.comment-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.add-comment-button{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:8px 16px;transition:background-color .2s ease}.add-comment-button:hover:not(:disabled){background:#2563eb}.add-comment-button:disabled{background:#9ca3af;cursor:not-allowed}.comments-loading{padding:20px;text-align:center}.comments-loading .spinner{margin:0 auto 10px}.comments-list{display:flex;flex-direction:column;gap:15px}.comment{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:15px}.comment-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:8px;padding-bottom:8px}.comment-author{color:#1f2937;font-size:.875rem;font-weight:600}.comment-time{color:#6b7280;font-size:.75rem}.comment-message{color:#374151;font-size:.875rem;line-height:1.5;white-space:pre-wrap}.no-comments{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-style:italic;padding:20px;text-align:center}@media (max-width:768px){.historical-stats,.recent-check{grid-template-columns:1fr}.recent-check{gap:5px;text-align:center}.comment-input-group{gap:8px}.comments-section,.historical-section{padding:15px}}.diagnostic-sections{display:flex;flex-direction:column;gap:16px;margin-top:40px}.diagnostic-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:16px 24px}.diagnostic-table{display:flex;flex-direction:column;gap:8px}.table-header,.table-row{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:200px repeat(5,1fr);padding:12px 0}.table-header{border-bottom:2px solid #f3f4f6;color:#374151;font-size:.875rem;font-weight:600}.table-row{border-bottom:1px solid #f9fafb}.table-row:last-child{border-bottom:none}.check-label{color:#4b5563;font-size:.875rem;font-weight:500}.location-column{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-align:center;text-transform:uppercase}.section-label-header{min-width:0}.section-label{display:flex;flex-direction:column;justify-content:center}.section-label h3{color:#374151;font-size:1rem;font-weight:600;line-height:1.2;margin:0 0 2px}.section-label p{color:#6b7280;font-size:.8rem;line-height:1.2;margin:0}.status-cell{font-size:1.4rem;text-align:center}@media (max-width:768px){.diagnostic-section{padding:16px}.table-header,.table-row{font-size:.75rem;gap:8px;grid-template-columns:140px repeat(5,1fr)}.section-label h3{font-size:.85rem}.section-label p{font-size:.7rem}.location-column{font-size:.6rem}.status-cell{font-size:1.2rem}.check-label{font-size:.75rem}}.breadcrumb{color:#6b7280;font-size:.9rem}.breadcrumb a{color:#3b82f6}.page-header{margin-bottom:40px;text-align:center}.category-navigation{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:30px;padding:25px}.category-navigation h3{color:#1f2937;font-size:1.1rem;font-weight:600;margin:0 0 15px}.category-links{display:flex;flex-wrap:wrap;gap:8px}.category-link{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:20px;color:#374151;display:inline-flex;font-size:.875rem;font-weight:500;gap:6px;padding:8px 12px;text-decoration:none;transition:all .2s ease}.category-link:hover{background:#2563eb;border-color:#2563eb;color:#fff;transform:translateY(-1px)}.category-link .category-icon{font-size:1rem}.popular-sites-categories{margin-bottom:40px}.category-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px}.category-title{align-items:center;color:#1f2937;display:flex;font-size:1.25rem;font-weight:600;gap:10px;margin-bottom:20px}.category-icon{font-size:1.3rem}.category-count{color:#6b7280;font-size:.875rem;font-weight:400;margin-left:auto}.sites-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.site-card-compact{background:#f9fafb;border:2px solid #0000;border-radius:8px;color:inherit;display:block;padding:15px;text-decoration:none;transition:all .2s}.site-card-compact:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-1px)}.site-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.site-name{color:#1f2937;font-size:.9rem;font-weight:600}.site-status{font-size:1rem}.site-status-text{color:#10b981;font-size:.8rem;font-weight:500}.summary-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px;text-align:center}.summary-section h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:20px}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-card{background:#f3f4f6;border-radius:8px;padding:20px;text-align:center}.stat-number{color:#1f2937;font-size:2rem;margin-bottom:5px}.stat-label{color:#6b7280;font-size:.875rem}.seo-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px}.seo-section h2{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:15px}.seo-section p{color:#6b7280;font-size:.9rem;line-height:1.6;margin-bottom:15px}.navigation-section{margin-top:40px}@media (max-width:768px){.category-navigation{padding:20px}.category-links{gap:6px}.category-link{font-size:.8rem;padding:6px 10px}.sites-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.category-section{padding:20px}.category-title{font-size:1.1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}.related-sites-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px}.related-sites-section h3{color:#1f2937;font-size:1.2rem;font-weight:600;margin:0 0 20px}.related-sites-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.related-action-card{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#374151;display:flex;gap:15px;padding:20px;text-decoration:none;transition:all .2s ease}.related-action-card:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #2563eb33;color:#fff;transform:translateY(-2px)}.related-content h4{font-size:1rem;margin:0 0 5px}.related-content p{font-size:.875rem}@media (max-width:480px){.related-sites-section{padding:20px}.related-sites-grid{gap:15px;grid-template-columns:1fr}.related-action-card{gap:12px;padding:15px}.related-icon{font-size:1.5rem}.related-content h4{font-size:.9rem}.related-content p{font-size:.8rem}.sites-grid,.stats-grid{grid-template-columns:1fr}}.status-page-header{margin-bottom:25px;padding:15px 0;text-align:center}.breadcrumb{color:#666;font-size:14px;margin-bottom:20px}.breadcrumb a{color:#007bff;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.seo-title{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:15px}.seo-subtitle{color:#6b7280;font-size:1.1rem;margin:0 auto;max-width:600px}.current-status-section{margin-bottom:25px}.current-status-section h2{font-size:1.3rem;margin-bottom:15px}.search-another-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:20px 0;padding:15px 20px;text-align:left}.search-another-section h3{color:#1f2937;font-size:.9rem;font-weight:500;margin-bottom:10px}.search-form{max-width:400px}.search-input-group{display:flex;flex-direction:column;gap:8px}.search-input{border-radius:4px;font-size:14px;padding:8px 12px}.search-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff1a}.search-button{align-self:flex-start;font-size:14px;min-width:100px;padding:8px 16px}.status-summary-centered{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;margin:20px 0;padding:32px;text-align:center}.status-section-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:24px}.status-main-display{margin-bottom:24px}.status-icon-large{display:flex;justify-content:center;margin-bottom:16px}.status-title{color:#22c55e;font-size:1.5rem;font-weight:600;margin-bottom:8px}.status-url{color:#6b7280;font-size:1rem;margin-bottom:4px}.status-badge{background:#10b981;border-radius:20px;color:#fff;display:inline-block;font-size:.875rem;font-weight:500;margin-top:8px;padding:4px 12px}.status-metrics-integrated{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:24px;margin-top:24px;text-align:center}.status-metrics-integrated .metric-item{background:#0000;border:none;padding:0}.status-metrics-integrated .metric-label{color:#6b7280;display:block;font-size:.875rem;font-weight:400;margin-bottom:4px}.status-metrics-integrated .metric-value{color:#1f2937;display:block;font-size:1.5rem;font-weight:700}.regional-status-integrated{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:24px}.regional-grid-integrated{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:16px}.regional-card-compact{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px 16px;text-align:left}.regional-card-compact.up{background:#ecfdf5;border-left:3px solid #10b981}.regional-card-compact.warning{background:#fffbeb;border-left:3px solid #f59e0b}.regional-card-compact.down{background:#fef2f2;border-left:3px solid #ef4444}.region-header-compact{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.region-name-compact{color:#1f2937;font-size:.875rem;font-weight:600}.region-status-compact{align-items:center;display:flex}.region-details-compact{color:#6b7280;font-size:.75rem;line-height:1.4}.response-time-compact,.status-code-compact{margin:1px 0}.status-metrics{grid-gap:0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:grid;gap:0;grid-template-columns:repeat(3,1fr);margin:30px 0;overflow:hidden}.status-metrics .metric-item{background:#fff;border-right:1px solid #e2e8f0;padding:20px 15px;text-align:center}.status-metrics .metric-item:last-child{border-right:none}.status-metrics .metric-label{color:#6b7280;display:block;font-size:.85rem;font-weight:500;letter-spacing:normal;margin-bottom:8px;text-transform:none}.status-metrics .metric-value{color:#1f2937;display:block;font-size:1.5rem;font-weight:700}.recheck-section{margin:30px 0;text-align:center}.regional-status{margin:30px 0}.regional-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:20px}.regional-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;transition:all .2s ease}.regional-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.regional-card.up{background:linear-gradient(135deg,#ecfdf5,#fff);border-left:4px solid #10b981}.regional-card.warning{background:linear-gradient(135deg,#fffbeb,#fff);border-left:4px solid #f59e0b}.regional-card.down{background:linear-gradient(135deg,#fef2f2,#fff);border-left:4px solid #ef4444}.region-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.region-name{color:#1f2937;font-weight:600}.region-status{font-size:1.2rem}.region-details{color:#6b7280;font-size:.9rem}.region-details div{margin:2px 0}.troubleshooting-section{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:12px;margin:40px 0;padding:30px}.troubleshooting-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:20px}.troubleshooting-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:20px}.troubleshooting-card h4{color:#1f2937;font-size:1.1rem;margin-bottom:15px}.troubleshooting-card ul{list-style:none;margin:0;padding:0}.troubleshooting-card li{border-bottom:1px solid #f3f4f6;color:#4b5563;padding:8px 0}.troubleshooting-card li:last-child{border-bottom:none}.troubleshooting-card li:before{color:#10b981;content:"✓";font-weight:700;margin-right:10px}.community-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin:40px 0;padding:30px}.related-services{margin:40px 0}.related-grid{grid-gap:15px;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:20px}.related-service-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:inherit;display:block;padding:20px;text-decoration:none;transition:all .2s ease}.related-service-card:hover{border-color:#007bff;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.service-info{display:flex;flex-direction:column;gap:5px}.service-name{color:#1f2937;font-size:1.1rem;font-weight:600}.service-description{color:#6b7280;font-size:.9rem}.navigation-section{margin:40px 0;padding:20px 0;text-align:center}@media (max-width:768px){.seo-title{font-size:2rem}.status-summary-card{flex-direction:column;gap:15px;text-align:center}.search-input-group{flex-direction:column;gap:8px}.search-button,.search-input{width:100%}.status-metrics{grid-template-columns:1fr}.metric-item{border-bottom:1px solid #e2e8f0;border-right:none}.metric-item:last-child{border-bottom:none}.status-icon-large{font-size:2.5rem}.status-text-centered h3.status-title{font-size:1.5rem}.regional-grid,.troubleshooting-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.troubleshooting-card{padding:15px}}.popular-sites-enhanced{margin:40px 0}.popular-sites-enhanced h3{margin-bottom:10px}.popular-sites-enhanced p{color:#6b7280;margin-bottom:20px}.popular-sites-enhanced .popular-site-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:15px;position:relative;transition:all .2s ease}.popular-sites-enhanced .popular-site-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.status-link-overlay{display:none}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;left:0;position:fixed;right:0;top:0;z-index:1000}.nav{height:64px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 24px}.header-logo,.nav{align-items:center;display:flex}.header-logo{color:inherit;text-decoration:none;transition:transform .15s ease}.header-logo:hover{transform:translateY(-1px)}.logo-container{gap:.75rem}.logo-container,.logo-icon,.logo-section{align-items:center;display:flex}.logo-icon{height:50px;justify-content:center;transition:all .15s ease;width:50px}.header-logo:hover .logo-icon{transform:scale(1.05)}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-brand{color:#1f2937;font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin:0}.logo-tagline{color:#6b7280;font-size:.75rem;font-weight:500;letter-spacing:.05em;margin:0;text-transform:uppercase}.logo-text h1{color:#111827;font-size:20px;font-weight:700;line-height:1;margin:0}.logo-text p{color:#6b7280;font-size:10px;letter-spacing:.5px;margin:0}.nav-links{align-items:center;display:flex;gap:32px}.nav-links .nav-link{color:#4b5563;font-size:14px;font-weight:500;padding:8px 12px;position:relative;text-decoration:none;transition:color .2s}.nav-links .nav-link:hover{color:#3b82f6}.nav-links .nav-link.active{border-bottom:2px solid #3b82f6;color:#3b82f6}.nav-links .nav-link .badge{background:#10b981;border-radius:12px;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;position:absolute;right:-8px;top:-4px}.cta-button{background:#3b82f6;font-size:14px;padding:10px 20px;transition:background .2s}.cta-button:hover{background:#2563eb}.mobile-menu-button{background:none;border:none;color:#4b5563;cursor:pointer;display:none}.mobile-menu-overlay,.mobile-nav{display:none}@media (max-width:768px){.cta-button,.nav-links{display:none}.mobile-menu-button{display:block}.mobile-nav.open{background:#fff;border-bottom:1px solid #e5e7eb;display:block;left:0;position:fixed;right:0;top:64px;z-index:999}.mobile-nav-content{padding:20px 24px}.mobile-nav-list{list-style:none;margin:0;padding:0}.mobile-nav-item{margin-bottom:16px}.mobile-nav-link{border-bottom:1px solid #f3f4f6;color:#4b5563;display:block;font-size:16px;font-weight:500;padding:12px 0;text-decoration:none}.mobile-nav-link.active{color:#3b82f6}.mobile-nav-cta{margin-top:20px}.mobile-cta-button{background:#3b82f6;border-radius:8px;color:#fff;display:block;font-size:16px;font-weight:600;padding:12px 20px;text-align:center;text-decoration:none;width:100%}.mobile-menu-overlay.open{background:#00000080;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:998}}:root{--footer-bg:#1f2937;--footer-bg-light:#374151;--footer-border:#4b5563;--footer-text-primary:#f9fafb;--footer-text-secondary:#d1d5db;--footer-text-muted:#9ca3af;--footer-accent:#3b82f6;--footer-accent-hover:#2563eb;--footer-success:#10b981;--footer-warning:#f59e0b;--footer-section-gap:2rem;--footer-link-gap:0.75rem}.site-footer{background:#1f2937;background:var(--footer-bg);border-top:1px solid #4b5563;border-top:1px solid var(--footer-border);color:#f9fafb;color:var(--footer-text-primary);margin-top:auto}.footer-container{margin:0 auto;max-width:1200px;padding:0 1rem}.footer-content{grid-gap:2rem;grid-gap:var(--footer-section-gap);display:grid;gap:2rem;gap:var(--footer-section-gap);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:3rem 0 2rem}.footer-section{display:flex;flex-direction:column;gap:1.25rem}.footer-section-title{align-items:center;border-bottom:2px solid #3b82f6;border-bottom:2px solid var(--footer-accent);color:#f9fafb;color:var(--footer-text-primary);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin:0;padding-bottom:.5rem}.footer-section-title svg{color:#3b82f6;color:var(--footer-accent);flex-shrink:0}.footer-links{display:flex;flex-direction:column;gap:.75rem;gap:var(--footer-link-gap);list-style:none;margin:0;padding:0}.footer-link{align-items:center;border-radius:4px;color:#d1d5db;color:var(--footer-text-secondary);display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 0;position:relative;text-decoration:none;transition:all .2s ease}.footer-link:hover{color:#3b82f6;color:var(--footer-accent);transform:translateX(4px)}.footer-link svg{flex-shrink:0;opacity:.8;transition:opacity .2s ease}.footer-link:hover svg{color:#3b82f6;color:var(--footer-accent);opacity:1}.footer-link span{line-height:1.4}.footer-badge{border-radius:8px;flex-shrink:0;font-size:.65rem;font-weight:600;letter-spacing:.025em;margin-left:auto;padding:.125rem .375rem;text-transform:uppercase}.footer-link .footer-badge{background:#3b82f6;background:var(--footer-accent);color:#fff}.footer-link:hover .footer-badge{background:#2563eb;background:var(--footer-accent-hover)}.footer-count{color:#9ca3af;color:var(--footer-text-muted);font-size:.8rem;font-weight:500;margin-left:auto}.footer-link-highlight{color:#3b82f6!important;color:var(--footer-accent)!important;font-weight:500}.footer-link-highlight:hover{color:#2563eb!important;color:var(--footer-accent-hover)!important}.footer-link-future{cursor:not-allowed;opacity:.6}.footer-link-future,.footer-link-future:hover{color:#9ca3af!important;color:var(--footer-text-muted)!important}.footer-link-future:hover{transform:none}.footer-about{display:flex;flex-direction:column;gap:1.25rem}.footer-description{color:#d1d5db;color:var(--footer-text-secondary);font-size:.9rem;line-height:1.6;margin:0}.footer-stats{grid-gap:1rem;border-bottom:1px solid #4b5563;border-bottom:1px solid var(--footer-border);border-top:1px solid #4b5563;border-top:1px solid var(--footer-border);display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);padding:1rem 0}.footer-stat{display:flex;flex-direction:column;gap:.25rem;text-align:center}.stat-number{color:#3b82f6;color:var(--footer-accent);font-size:1.25rem}.stat-label{color:#9ca3af;color:var(--footer-text-muted);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.footer-keywords{display:flex;flex-wrap:wrap;gap:.5rem}.footer-keywords span{background:#374151;background:var(--footer-bg-light);border-radius:12px;color:#9ca3af;color:var(--footer-text-muted);font-size:.75rem;font-weight:500;padding:.25rem .5rem}.footer-future-links{border-top:1px solid #4b5563;border-top:1px solid var(--footer-border);display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem}.footer-future-links .footer-link-future{background:#374151;background:var(--footer-bg-light);border-radius:4px;font-size:.8rem;padding:.25rem .5rem}.footer-bottom{border-top:1px solid #4b5563;border-top:1px solid var(--footer-border);padding:1.5rem 0}.footer-bottom-content{align-items:center;display:flex;gap:2rem;justify-content:space-between}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-logo{gap:.5rem}.footer-logo,.footer-logo-icon{align-items:center;display:flex}.footer-logo-icon{color:#3b82f6;color:var(--footer-accent);height:32px;justify-content:center;width:32px}.footer-brand-text{color:#f9fafb;color:var(--footer-text-primary);font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.footer-copyright{color:#9ca3af;color:var(--footer-text-muted);font-size:.8rem;line-height:1.4;margin:0}.footer-bottom-links{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem;text-align:right}.footer-tagline{color:#d1d5db;color:var(--footer-text-secondary);font-size:.9rem;font-style:italic;font-weight:500}.footer-social-placeholder{display:flex;gap:.5rem}@media (max-width:1024px){.footer-content{gap:2.5rem;grid-template-columns:repeat(2,1fr)}.footer-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.footer-container{padding:0 1rem}.footer-content{gap:2rem;grid-template-columns:1fr;padding:2rem 0 1.5rem}.footer-section{gap:1rem}.footer-section-title{font-size:1rem}.footer-stats{gap:.75rem;grid-template-columns:repeat(3,1fr);padding:.75rem 0}.stat-number{font-size:1.125rem}.stat-label{font-size:.7rem}.footer-bottom-content{align-items:flex-start;flex-direction:column;gap:1rem}.footer-bottom-links{align-items:flex-start;text-align:left;width:100%}.footer-keywords{gap:.375rem}.footer-keywords span{font-size:.7rem;padding:.2rem .4rem}}@media (max-width:480px){.footer-container{padding:0 .75rem}.footer-content{padding:1.5rem 0 1rem}.footer-stats{gap:.5rem;grid-template-columns:1fr}.footer-stat{align-items:center;flex-direction:row;justify-content:space-between;text-align:left}.footer-link{font-size:.85rem;padding:.375rem 0}.footer-future-links{gap:.25rem}.footer-future-links .footer-link-future{font-size:.75rem;padding:.2rem .4rem}}@media (prefers-contrast:high){.footer-link:hover{background:#3b82f633;padding-left:.5rem;padding-right:.5rem}.footer-section-title{border-bottom-width:3px}}@media (prefers-reduced-motion:reduce){.footer-link{transition:none}.footer-link:hover{transform:none}}.footer-link:focus{border-radius:4px;outline:2px solid #3b82f6;outline:2px solid var(--footer-accent);outline-offset:2px}@media print{.site-footer{background:#fff!important;border-top:2px solid #000;color:#000!important}.footer-section-title{border-bottom-color:#000!important;color:#000!important}.footer-link{color:#000!important}.footer-keywords,.footer-social-placeholder,.footer-stats{display:none}}@media (prefers-color-scheme:dark){:root{--footer-bg:#111827;--footer-bg-light:#1f2937;--footer-border:#374151}}.coming-soon-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;padding-top:80px}.coming-soon-container{margin:0 auto;max-width:1000px;padding:2rem 1rem}.back-navigation{margin-bottom:2rem}.back-link{align-items:center;border-radius:8px;color:#6b7280;display:inline-flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.back-link:hover{background:#3b82f60d;color:#3b82f6;transform:translateX(-2px)}.coming-soon-content{background:#fff;border:1px solid #3b82f61a;border-radius:16px;box-shadow:0 10px 40px #3b82f614;margin-bottom:2rem;padding:3rem}.coming-soon-header{margin-bottom:3rem;text-align:center}.coming-soon-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;box-shadow:0 8px 32px #3b82f64d;color:#fff;display:inline-flex;height:120px;justify-content:center;margin-bottom:2rem;width:120px}.coming-soon-title{color:#1f2937;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.coming-soon-subtitle{color:#6b7280;font-size:1.25rem;font-weight:500;margin:0}.coming-soon-body{margin:0 auto;max-width:700px}.coming-soon-description{margin-bottom:3rem;text-align:center}.coming-soon-description p{color:#4b5563;font-size:1.125rem;line-height:1.7;margin:0}.coming-soon-features{margin-bottom:3rem}.coming-soon-features h3{color:#1f2937;font-size:1.375rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.features-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));list-style:none;margin:0;padding:0}.feature-item{align-items:center;background:#3b82f60d;border:1px solid #3b82f61a;border-radius:12px;gap:.75rem;padding:1rem;transition:all .2s ease}.feature-item:hover{background:#3b82f614;transform:translateY(-1px)}.feature-bullet{color:#3b82f6;font-size:1.5rem;font-weight:700;line-height:1}.feature-text{color:#374151;font-weight:500;line-height:1.4}.coming-soon-cta{background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:16px;color:#fff;gap:2rem;justify-content:space-between;padding:2rem}.coming-soon-cta,.cta-content{align-items:center;display:flex}.cta-content{flex:1 1;gap:1rem}.cta-icon{flex-shrink:0;opacity:.9}.cta-text h3{font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.cta-text p{font-size:.95rem;margin:0;opacity:.9}.cta-button{background:#fff;border-radius:12px;color:#3b82f6;flex-shrink:0;padding:.875rem 2rem;transition:all .2s ease;white-space:nowrap}.cta-button:hover{background:#f8fafc;box-shadow:0 4px 16px #0000001a;transform:translateY(-1px)}.coming-soon-actions{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.action-card{background:#fff;border:1px solid #3b82f61a;border-radius:12px;padding:2rem;text-align:center;transition:all .2s ease}.action-card:hover{box-shadow:0 8px 32px #3b82f61a;transform:translateY(-2px)}.action-card>svg{color:#3b82f6;margin-bottom:1rem}.action-card h4{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.action-card p{color:#6b7280;line-height:1.5;margin:0 0 1.5rem}.action-link{align-items:center;background:#3b82f6;border-radius:8px;color:#fff;display:inline-flex;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.action-link:hover{background:#1e40af;transform:translateY(-1px)}@media (max-width:768px){.coming-soon-container{padding:1rem}.coming-soon-content{padding:2rem 1.5rem}.coming-soon-title{font-size:2rem}.coming-soon-subtitle{font-size:1.125rem}.coming-soon-icon{height:100px;width:100px}.coming-soon-icon svg{height:48px;width:48px}.features-list{grid-template-columns:1fr}.coming-soon-cta{gap:1.5rem}.coming-soon-cta,.cta-content{flex-direction:column;text-align:center}.coming-soon-actions{grid-template-columns:1fr}}@media (max-width:480px){.coming-soon-content{padding:1.5rem 1rem}.coming-soon-title{font-size:1.75rem}.coming-soon-subtitle{font-size:1rem}.action-card{padding:1.5rem}}.breadcrumb{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:.875rem;margin-top:50px;padding:.375rem 0}.breadcrumb-list{flex-wrap:wrap;gap:.25rem;list-style:none;margin:0;padding:0}.breadcrumb-item,.breadcrumb-list{align-items:center;display:flex}.breadcrumb-link{border-radius:.25rem;color:#2563eb;font-weight:500;padding:.25rem .5rem;text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{background-color:#dbeafe;color:#1d4ed8}.breadcrumb-current{color:#6b7280;font-weight:500;padding:.25rem .5rem}.breadcrumb-separator{color:#9ca3af;font-weight:400;margin:0 .25rem}@media (max-width:768px){.breadcrumb{font-size:.8rem;padding:.25rem 0}.breadcrumb-list{gap:.125rem}.breadcrumb-current,.breadcrumb-link{padding:.125rem .25rem}.breadcrumb-separator{margin:0 .125rem}}@media (prefers-reduced-motion:reduce){.breadcrumb-link{transition:none}}.about-page{background:#fff;min-height:100vh}.about-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:120px 0 80px;text-align:center}.about-hero-content h1{color:#1e293b;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.about-hero-subtitle{color:#2563eb;font-size:1.5rem;font-weight:600;line-height:1.4;margin-bottom:1rem}.about-hero-description{color:#64748b;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.how-it-works-section{background:#fff;padding:80px 0}.how-it-works-section h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.how-it-works-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px}.how-it-works-item{border:1px solid #e2e8f0;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.how-it-works-item:hover{border-color:#2563eb;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.icon-wrapper{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:16px;display:flex;height:64px;justify-content:center;margin:0 auto 1.5rem;width:64px}.icon-wrapper .icon{color:#fff;height:32px;width:32px}.how-it-works-item h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.how-it-works-item p{color:#64748b;line-height:1.6}.why-choose-section{background:#f8fafc;padding:80px 0}.why-choose-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.why-choose-text h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.feature-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{align-items:flex-start;display:flex;gap:1rem}.feature-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.feature-icon .icon{color:#fff;height:24px;width:24px}.feature-content h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-content p{color:#64748b;line-height:1.6}.stats-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:2rem}.stats-card h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.stat-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1rem 0}.stat-item:last-child{border-bottom:none}.stat-number{color:#2563eb;font-size:1.5rem}.stat-label{color:#64748b;font-weight:500}.contact-cta-section{background:#1e293b;padding:80px 0;text-align:center}.contact-cta-content h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-cta-content p{color:#cbd5e1;font-size:1.125rem;line-height:1.6;margin:0 auto 2rem;max-width:600px}.cta-buttons{flex-wrap:wrap;gap:1rem}.btn-secondary{border-color:#fff;color:#fff}.btn-secondary:hover{background:#fff;color:#1e293b}@media (max-width:768px){.about-hero{padding:80px 0 60px}.about-hero-content h1{font-size:2rem}.about-hero-subtitle{font-size:1.25rem}.contact-cta-section,.how-it-works-section,.why-choose-section{padding:60px 0}.contact-cta-content h2,.how-it-works-section h2,.why-choose-text h2{font-size:2rem}.why-choose-content{gap:2rem;grid-template-columns:1fr}.how-it-works-grid{gap:1.5rem;grid-template-columns:1fr}.how-it-works-item{padding:1.5rem}.cta-buttons{align-items:center;flex-direction:column}.btn{justify-content:center;width:200px}}@media (max-width:480px){.container{padding:0 1rem}.about-hero-content h1{font-size:1.75rem}.about-hero-subtitle{font-size:1.125rem}.stats-card{padding:1.5rem}.feature-item{flex-direction:column;gap:.75rem;text-align:center}}.contact-page{background:#fff;min-height:100vh}.contact-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:120px 0 80px;text-align:center}.contact-header-content h1{color:#1e293b;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.contact-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto 1.5rem;max-width:600px}.response-time{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;color:#2563eb;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px}.contact-methods-section{background:#fff;padding:80px 0}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.contact-methods h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:2rem}.contact-method{align-items:flex-start;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.contact-method:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb1a}.method-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.method-icon .icon{color:#fff;height:24px;width:24px}.method-content h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.method-content p{color:#64748b;line-height:1.5;margin-bottom:.75rem}.contact-link{align-items:center;color:#2563eb;display:inline-flex;font-weight:600;gap:.5rem;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#1d4ed8}.link-icon{height:16px;width:16px}.contact-form-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem}.contact-form-card h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:12px 16px;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.btn{align-items:center;border:2px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background:#0000;border-color:#2563eb;color:#2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.btn-full{width:100%}.thank-you-section{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;min-height:100vh;padding:120px 0;text-align:center}.thank-you-content{margin:0 auto;max-width:600px}.thank-you-icon{align-items:center;background:linear-gradient(135deg,#10b981,#34d399);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.thank-you-icon .icon{color:#fff;height:40px;width:40px}.thank-you-content h1{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.thank-you-content p{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.thank-you-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.additional-resources{background:#f8fafc;padding:80px 0}.additional-resources h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}.resources-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px}.resource-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.resource-card:hover{border-color:#2563eb;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.resource-icon{color:#2563eb;height:48px;margin:0 auto 1rem;width:48px}.resource-card h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.resource-card p{color:#64748b;font-size:.875rem;line-height:1.5}@media (max-width:768px){.contact-header{padding:80px 0 60px}.contact-header-content h1{font-size:2rem}.contact-subtitle{font-size:1.125rem}.additional-resources,.contact-methods-section{padding:60px 0}.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-method{padding:1rem}.contact-form-card{padding:1.5rem}.resources-grid{gap:1rem;grid-template-columns:1fr}.thank-you-actions{align-items:center;flex-direction:column}.btn{width:200px}}@media (max-width:480px){.container{padding:0 1rem}.contact-header-content h1{font-size:1.75rem}.contact-method{flex-direction:column;gap:.75rem;text-align:center}.contact-form-card{padding:1rem}.thank-you-content h1{font-size:2rem}}.blog-page{background:#fff;min-height:100vh}.blog-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:120px 0 80px;text-align:center}.blog-header-content h1{color:#1e293b;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.blog-header-content p{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px}.featured-post-section{background:#fff;padding:80px 0}.featured-label{margin-bottom:2rem;text-align:center}.featured-label span{background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:20px;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.featured-post{grid-gap:3rem;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;overflow:hidden}.featured-post-image{height:400px;position:relative}.featured-image{border-radius:12px;height:100%;object-fit:cover;width:100%}.featured-post-content{padding:2rem}.post-category{color:#2563eb;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.featured-post-content h2{color:#1e293b;font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.featured-post-content p{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem}.post-meta{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.post-author,.post-date,.post-read-time{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.5rem}.read-more-btn{align-items:center;background:#2563eb;border-radius:8px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:12px 24px;text-decoration:none;transition:all .3s ease}.read-more-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-icon{height:16px;width:16px}.blog-filters{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;padding:40px 0}.filters-content{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.search-container{flex:1 1;max-width:400px;position:relative}.search-icon{color:#64748b;height:20px;left:12px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.search-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:12px 12px 12px 44px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.category-filters{display:flex;gap:.5rem}.category-btn{background:#fff;border:1px solid #d1d5db;border-radius:20px;color:#64748b;cursor:pointer;font-size:.875rem;font-weight:500;padding:8px 16px;transition:all .3s ease}.category-btn.active,.category-btn:hover{background:#2563eb;border-color:#2563eb;color:#fff}.blog-posts-section{background:#fff;padding:80px 0}.blog-posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.blog-post-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease}.blog-post-card:hover{border-color:#2563eb;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.post-image{height:200px;position:relative}.post-thumbnail{border-radius:12px 12px 0 0;height:100%;object-fit:cover;width:100%}.post-category-badge{background:#2563ebe6;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;left:1rem;letter-spacing:.5px;padding:4px 12px;position:absolute;text-transform:uppercase;top:1rem}.post-content{padding:1.5rem}.post-content h3{color:#1e293b;font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}.post-content>p{color:#64748b;font-size:.875rem;line-height:1.6;margin-bottom:1rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{border-radius:12px;padding:2px 8px}.read-more-link{align-items:center;color:#2563eb;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;text-decoration:none;transition:color .3s ease}.read-more-link:hover{color:#1d4ed8}.link-icon{height:14px;width:14px}.no-posts{margin:0 auto;max-width:400px;padding:4rem 0;text-align:center}.no-posts-icon{color:#cbd5e1;height:64px;margin:0 auto 1.5rem;width:64px}.no-posts h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.no-posts p{color:#64748b;line-height:1.6}.newsletter-cta{background:#1e293b;padding:80px 0;text-align:center}.newsletter-content h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem}.newsletter-content>p{color:#cbd5e1;font-size:1.125rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px}.newsletter-form{display:flex;gap:1rem;margin:0 auto 1rem;max-width:400px}.email-input{background:#ffffff1a;border:1px solid #475569;border-radius:8px;color:#fff;flex:1 1;font-size:1rem;padding:12px 16px}.email-input::placeholder{color:#94a3b8}.email-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb4d;outline:none}.subscribe-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:background .3s ease}.subscribe-btn:hover{background:#1d4ed8}.newsletter-privacy{color:#94a3b8;font-size:.875rem;margin-top:1rem}@media (max-width:768px){.blog-header{padding:80px 0 60px}.blog-header-content h1{font-size:2rem}.blog-header-content p{font-size:1.125rem}.blog-posts-section,.featured-post-section,.newsletter-cta{padding:60px 0}.featured-post{gap:0;grid-template-columns:1fr}.featured-post-image{height:250px}.featured-post-content h2{font-size:1.5rem}.filters-content{align-items:stretch;flex-direction:column;gap:1rem}.search-container{max-width:none}.category-filters{flex-wrap:wrap;justify-content:center}.blog-posts-grid{gap:1.5rem;grid-template-columns:1fr}.newsletter-form{flex-direction:column;max-width:300px}}@media (max-width:480px){.container{padding:0 1rem}.blog-header-content h1{font-size:1.75rem}.featured-post-content{padding:1.5rem}.post-meta{align-items:flex-start;flex-direction:column;gap:.5rem}.blog-post-card{margin:0 .5rem}.post-content{padding:1rem}}.related-navigation{background:#f8fafc;padding:60px 0}.related-navigation h3{color:#1e293b;font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center}.related-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1000px}.related-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#374151;display:flex;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s ease}.related-card:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 8px 25px #2563eb33;color:#fff;transform:translateY(-2px)}.related-icon{font-size:2rem;opacity:.8}.related-content h4{font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.related-content p{font-size:.9rem;line-height:1.4;margin:0;opacity:.8}@media (max-width:768px){.related-navigation{padding:40px 0}.related-grid{gap:1rem;grid-template-columns:1fr}.related-card{gap:.75rem;padding:1rem}.related-icon{font-size:1.5rem}.related-content h4{font-size:1rem}.related-content p{font-size:.85rem}}.blog-post-page{background:#fff;min-height:100vh}.blog-article{padding:120px 0 80px}.article-header{margin:0 auto 3rem;max-width:800px;text-align:center}.back-to-blog{align-items:center;color:#2563eb;display:inline-flex;font-weight:500;gap:.5rem;margin-bottom:2rem;text-decoration:none;transition:color .3s ease}.back-to-blog:hover{color:#1d4ed8}.back-to-blog .icon{height:16px;width:16px}.article-category{background:#eff6ff;border-radius:16px;color:#2563eb;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:6px 12px;text-transform:uppercase}.article-title{color:#1e293b;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.article-meta{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:1.5rem}.article-author,.article-date,.article-read-time{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.5rem}.meta-icon{height:16px;width:16px}.article-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.tag{align-items:center;background:#eff6ff;border-radius:16px;color:#2563eb;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:6px 12px}.tag-icon{height:12px;width:12px}.share-button{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:10px 20px;transition:all .3s ease}.share-button:hover{background:#1d4ed8;transform:translateY(-2px)}.share-button .icon{height:16px;width:16px}.article-image{border-radius:16px;box-shadow:0 10px 30px #0000001a;height:400px;margin:0 auto 3rem;max-width:800px;overflow:hidden}.article-main-image{display:block;height:100%;object-fit:cover;width:100%}.placeholder-image{align-items:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);display:flex;height:100%;justify-content:center;width:100%}.placeholder-icon{color:#64748b;height:64px;width:64px}.article-content{margin:0 auto;max-width:800px}.content-body{color:#374151;font-size:1.125rem;line-height:1.8}.content-body h1{color:#1e293b;font-size:2rem;font-weight:700;line-height:1.3;margin:2rem 0 1rem}.content-body h2{font-size:1.5rem;margin:2rem 0 1rem}.content-body h2,.content-body h3{color:#1e293b;font-weight:600;line-height:1.4}.content-body h3{font-size:1.25rem;margin:1.5rem 0 .75rem}.content-body h4{color:#2563eb;font-size:1.125rem;font-weight:600;line-height:1.4;margin:1.5rem 0 .5rem}.content-body p{line-height:1.8;margin-bottom:1.5rem}.content-body ol,.content-body ul{margin:1.5rem 0;padding-left:2rem}.content-body li{line-height:1.7;margin-bottom:.5rem}.content-body code{background:#f1f5f9;border-radius:4px;color:#2563eb;font-family:Courier New,monospace;font-size:.9em;padding:2px 6px}.content-body pre{background:#1e293b;border-radius:8px;color:#e2e8f0;font-family:Courier New,monospace;margin:1.5rem 0;overflow-x:auto;padding:1.5rem}.content-body blockquote{border-left:4px solid #2563eb;color:#64748b;font-style:italic;margin:1.5rem 0;padding-left:1.5rem}.article-cta{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e2e8f0;border-radius:16px;margin:3rem 0;padding:2rem;text-align:center}.cta-content h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.cta-content p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.cta-button{background:#2563eb;border-radius:8px;padding:12px 24px}.cta-button:hover{background:#1d4ed8}.cta-button .icon{height:16px;width:16px}.related-posts{background:#f8fafc;border-top:1px solid #e2e8f0;padding:80px 0}.related-posts h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}.related-posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px}.related-post-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease}.related-post-card:hover{border-color:#2563eb;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.related-post-image{height:150px;overflow:hidden}.related-post-thumbnail{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.related-post-card:hover .related-post-thumbnail{transform:scale(1.05)}.related-post-content{padding:1.5rem}.related-post-category{color:#2563eb;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.related-post-content h3{color:#1e293b;font-size:1.125rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.related-post-content p{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.related-post-meta{align-items:center;color:#64748b;display:flex;font-size:.75rem;justify-content:space-between}.post-not-found{margin:0 auto;max-width:600px;padding:120px 0;text-align:center}.post-not-found h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1rem}.post-not-found p{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}@media (max-width:768px){.blog-article{padding:80px 0 60px}.article-title{font-size:2rem}.article-meta{flex-direction:column;gap:.5rem}.article-tags{justify-content:center}.article-image{height:250px;margin-bottom:2rem}.content-body{font-size:1rem}.content-body h1{font-size:1.75rem}.content-body h2{font-size:1.375rem}.article-cta{margin:2rem 0;padding:1.5rem}.related-posts{padding:60px 0}.related-posts h2{font-size:1.75rem}.related-posts-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){.container{padding:0 1rem}.article-title{font-size:1.75rem}.article-image{border-radius:12px;height:200px}.article-cta,.related-post-content{padding:1rem}.share-button{font-size:.75rem;padding:8px 16px}}.how-it-works-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh}.hero-section{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:4rem 0 2rem;text-align:center}.hero-content h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-subtitle{color:#cbd5e1;font-size:1.25rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.hero-stats{display:flex;gap:3rem;justify-content:center;margin-top:2rem}.stat{text-align:center}.stat-number{color:#10b981;display:block;font-size:2.5rem;font-weight:700;line-height:1}.stat-label{color:#94a3b8;display:block;font-size:.9rem;margin-top:.5rem}.process-section{background:#fff;padding:4rem 0}.process-section h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.process-steps{display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:800px}.process-step{align-items:flex-start;background:#f8fafc;border:2px solid #0000;border-radius:1rem;display:flex;gap:2rem;padding:2rem;transition:all .3s ease}.process-step.active,.process-step:hover{background:#eff6ff;border-color:#3b82f6;box-shadow:0 10px 25px #3b82f61a;transform:translateY(-2px)}.step-number{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;width:60px}.step-content{flex:1 1}.step-content h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.step-content p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.step-visual{display:flex;justify-content:center}.url-input-demo{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;box-shadow:0 4px 12px #0000001a;display:flex;gap:.75rem;padding:1rem 1.5rem}.input-icon{color:#3b82f6}.global-map{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:1rem;height:150px;overflow:hidden;position:relative;width:300px}.location-dot{animation:pulse 2s infinite;background:#10b981;border:2px solid #fff;border-radius:50%;height:12px;position:absolute;width:12px}.location-flag{font-size:.8rem;left:50%;position:absolute;top:-25px;transform:translateX(-50%)}@keyframes pulse{0%,to{box-shadow:0 0 0 0 #10b981b3;transform:scale(1)}50%{box-shadow:0 0 0 10px #10b98100;transform:scale(1.1)}}.results-demo{background:#fff;border-radius:.75rem;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.result-item{align-items:center;display:flex;font-weight:500;gap:.75rem}.status-icon.success{color:#10b981}.process-cta{margin-top:4rem;text-align:center}.cta-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:.75rem;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{box-shadow:0 10px 25px #3b82f64d;transform:translateY(-2px)}.cta-button.large{font-size:1.1rem;padding:1.25rem 2.5rem}.cta-button.secondary{background:#0000;border:2px solid #3b82f6;color:#3b82f6}.cta-button.secondary:hover{background:#3b82f6;color:#fff}.cta-subtitle{color:#64748b;font-size:.9rem;margin-top:1rem}.what-we-check-section{background:#f8fafc;padding:4rem 0}.what-we-check-section h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#64748b;font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.check-items{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.check-item{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d;padding:2rem;text-align:center;transition:transform .3s ease}.check-item:hover{transform:translateY(-4px)}.check-icon{color:#3b82f6;height:48px;margin:0 auto 1.5rem;width:48px}.check-item h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.check-item p{color:#64748b;line-height:1.6}.why-locations-section{background:#fff;padding:4rem 0}.locations-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.locations-text h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.locations-text p{color:#64748b;line-height:1.6;margin-bottom:2rem}.location-benefits{display:flex;flex-direction:column;gap:1.5rem}.benefit{align-items:flex-start;display:flex;gap:1rem}.benefit-icon{color:#3b82f6;flex-shrink:0;height:24px;margin-top:.25rem;width:24px}.benefit h4{color:#1e293b;font-weight:600;margin-bottom:.5rem}.benefit p{color:#64748b;line-height:1.5;margin:0}.locations-visual{background:#f8fafc;border-radius:1rem;padding:2rem}.world-map-container h4{color:#1e293b;font-weight:600;margin-bottom:1.5rem;text-align:center}.locations-list{display:flex;flex-direction:column;gap:1rem}.location-item{align-items:center;background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #0000000d;display:flex;gap:1rem;padding:1rem}.location-details{display:flex;flex-direction:column}.location-name{color:#1e293b;font-weight:600}.location-city{color:#64748b;font-size:.9rem}.faq-section{background:#f8fafc;padding:4rem 0}.faq-section h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:800px}.faq-item{background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #0000000d;overflow:hidden}.faq-question{align-items:center;background:none;border:none;color:#1e293b;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:1.5rem;text-align:left;transition:background-color .3s ease;width:100%}.faq-question:hover{background:#f8fafc}.faq-answer{max-height:0;overflow:hidden;padding:0 1.5rem;transition:all .3s ease}.faq-item.expanded .faq-answer{max-height:200px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#64748b;line-height:1.6;margin:0}.trust-section{background:#fff;padding:4rem 0}.trust-content{text-align:center}.trust-content h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem}.trust-points{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.trust-point{text-align:center}.trust-icon{color:#10b981;height:48px;margin:0 auto 1.5rem;width:48px}.trust-point h4{color:#1e293b;font-weight:600;margin-bottom:.75rem}.trust-point p{color:#64748b;line-height:1.6}.final-cta-section{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:4rem 0;text-align:center}.final-cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.final-cta-content p{color:#cbd5e1;font-size:1.1rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;margin-bottom:2rem}.final-cta-subtitle{color:#94a3b8;font-size:.9rem}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-stats{flex-direction:column;gap:1.5rem}.process-step{flex-direction:column;text-align:center}.locations-content{gap:2rem;grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.check-items,.trust-points{grid-template-columns:1fr}}@media (max-width:480px){.hero-section{padding:2rem 0 1rem}.faq-section,.final-cta-section,.process-section,.trust-section,.what-we-check-section,.why-locations-section{padding:2rem 0}.container{padding:0 1rem}.check-item,.process-step{padding:1.5rem}}.not-found-page{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:4rem 0;text-align:center}.not-found-content{margin:0 auto;max-width:600px}.not-found-icon{margin-bottom:2rem}.error-code{color:#dc2626;display:block;font-size:6rem;font-weight:700;line-height:1}.not-found-title{color:#111827;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.not-found-description{color:#6b7280;font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem}.not-found-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.not-found-actions .button{align-items:center;border-radius:.5rem;display:inline-flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.button-primary{background-color:#2563eb;border:2px solid #2563eb;color:#fff}.button-primary:hover{background-color:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px)}.button-secondary{background-color:initial;border:2px solid #2563eb;color:#2563eb}.button-secondary:hover{background-color:#2563eb;color:#fff;transform:translateY(-1px)}.helpful-links{border-top:1px solid #e5e7eb;padding-top:2rem;text-align:left}.helpful-links h3{color:#374151;font-size:1.125rem;margin-bottom:1rem;text-align:center}.helpful-links ul{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));list-style:none;margin:0;padding:0}.helpful-links li{padding:.5rem 0}.helpful-links a{color:#2563eb;font-weight:500;text-decoration:none;transition:color .2s ease}.helpful-links a:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:768px){.not-found-page{padding:2rem 0}.error-code{font-size:4rem}.not-found-title{font-size:2rem}.not-found-actions{align-items:center;flex-direction:column}.not-found-actions .button{justify-content:center;max-width:300px;width:100%}.helpful-links ul{grid-template-columns:1fr;text-align:center}}
/*# sourceMappingURL=main.14b65649.css.map*/