:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--off-white: #faf8f5;--tan-light: #f5f1eb;--tan: #e8dcc6;--tan-medium: #d4c4a0;--tan-dark: #c4b084;--green-light: #4a5d3a;--green: #2d3e1f;--green-dark: #1a2512;--green-darker: #0f1509;--orange: #ff6b35;--orange-light: #ff8c5a;--blue: #4a90e2;--blue-light: #6ba3e8;--red: #e74c3c;--teal: #16a085;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:var(--green-dark);background-color:var(--off-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background:var(--off-white)}img{max-width:100%;height:auto}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center}button,.btn,a[role=button]{min-height:44px;min-width:44px}@media (max-width: 768px){html{font-size:14px}body{font-size:1rem}}@media (max-width: 480px){html{font-size:13px}}.container{max-width:1200px;margin:0 auto;padding:0 24px}.notification-banner{background:var(--blue);color:var(--white);text-align:center;padding:12px 0;font-weight:500}.header{background:var(--white);box-shadow:0 2px 8px #2d3e1f1a;position:sticky;top:0;z-index:1000}.header-content{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:24px}.logo{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:var(--green-dark);text-decoration:none;flex-shrink:0}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--green) 0%,var(--green-light) 100%);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--off-white);font-size:18px}.logo-text{font-weight:700}.search-container{display:flex;align-items:center;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:6px;padding:0;flex:1;max-width:400px}.search-input{flex:1;border:none;background:transparent;padding:12px 16px;font-size:14px;outline:none;color:var(--green-dark)}.search-input::placeholder{color:var(--gray-400)}.search-btn{background:var(--teal);border:none;padding:12px 16px;color:var(--white);cursor:pointer;border-radius:0 5px 5px 0;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.search-btn:hover{background:#138d75}.shipping-info{display:flex;align-items:center;gap:8px;flex-shrink:0}.shipping-icon{font-size:20px}.shipping-text{font-size:12px;line-height:1.2}.shipping-title{font-weight:600;color:var(--green-dark)}.shipping-subtitle{color:var(--gray-600)}.user-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.login-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:var(--green-dark);font-size:14px;font-weight:500;cursor:pointer;padding:8px 12px;border-radius:4px;transition:background-color .2s ease}.login-btn:hover{background:var(--tan-light)}.cart-btn{background:none;border:none;color:var(--green-dark);cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s ease}.cart-btn:hover{background:var(--tan-light)}.main-nav{display:flex;align-items:center;gap:0;padding:12px 0;border-top:1px solid var(--gray-200);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.main-nav::-webkit-scrollbar{display:none}.nav-item{position:relative;flex-shrink:0}.nav-link{display:flex;align-items:center;gap:4px;color:var(--green-dark);text-decoration:none;font-weight:500;font-size:14px;padding:12px 16px;border-radius:4px;transition:all .2s ease;background:none;border:none;cursor:pointer;white-space:nowrap}.nav-link:hover{background-color:var(--tan-light);color:var(--green)}.dropdown-arrow{font-size:10px;transition:transform .2s ease}.dropdown.active .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:var(--white);border:1px solid var(--gray-200);border-radius:6px;box-shadow:0 4px 12px #2d3e1f26;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:10000000}.dropdown.active .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:12px 16px;color:var(--green-dark);text-decoration:none;font-size:14px;transition:background-color .2s ease;border-bottom:1px solid var(--gray-100)}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:var(--tan-light)}.video-hero{position:relative;height:70vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:1}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-bg-image{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#1a251299;z-index:1;z-index:2}.hero-content{position:relative;z-index:3;text-align:center;color:var(--white)}.hero-title{font-size:64px;font-weight:700;margin-bottom:16px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:24px;font-weight:400;margin-bottom:40px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn{padding:16px 32px;border-radius:6px;font-weight:600;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;font-size:16px;display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.btn-video{background:var(--red);color:var(--white)}.btn-video:hover{background:#c0392b;transform:translateY(-2px)}.btn-order{background:var(--teal);color:var(--white)}.btn-order:hover{background:#138d75;transform:translateY(-2px)}.press-section{background:var(--orange);padding:40px 0;text-align:center}.press-quote{font-size:24px;font-weight:600;color:var(--white);margin-bottom:32px;font-style:italic}.press-logos{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.press-logo{color:var(--white);font-weight:700;font-size:18px;opacity:.9}.product-hero{background:var(--green-dark);padding:80px 0;color:var(--white)}.product-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.product-image{text-align:center}.product-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 25px #0000004d}.product-title{font-size:48px;font-weight:700;margin-bottom:24px;color:var(--tan)}.product-description{font-size:18px;line-height:1.6;margin-bottom:32px;opacity:.9}.btn-product-order{background:var(--teal);color:var(--white);padding:16px 32px;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.btn-product-order:hover{background:#138d75;transform:translateY(-2px)}.apps{padding:80px 0;background:var(--white)}.apps h2{text-align:center;font-size:40px;font-weight:700;color:var(--green-dark);margin-bottom:16px}.apps-subtitle{text-align:center;font-size:18px;color:var(--gray-600);margin-bottom:64px;max-width:600px;margin-left:auto;margin-right:auto}.app-showcase{display:grid;gap:60px}.app-featured{background:linear-gradient(135deg,tan,#deb887,wheat);color:#fff;padding:48px;border-radius:24px;margin-bottom:48px;display:flex;flex-direction:column;gap:32px;box-shadow:0 20px 40px #667eea33;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.app-featured-header{display:flex;align-items:center;gap:24px}.app-title-section h3{font-size:2.5rem;font-weight:700;margin:0;letter-spacing:-.02em}.app-status{background:#65432133;color:#8b4513;border:1px solid rgba(101,67,33,.3);padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;margin:8px 0 0;display:inline-block}.app-description{margin:0}.app-description p{font-size:1.125rem;line-height:1.7;margin:0;opacity:.95}.app-icon-large{font-size:5rem;background:#ffffff26;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a;justify-content:center;background:var(--white);border-radius:20px;box-shadow:0 8px 25px #2d3e1f26}.app-features{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 8px}.app-status{color:var(--green);font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.app-content>p{font-size:18px;color:var(--gray-600);margin-bottom:24px;line-height:1.6}.app-features{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.feature-tag{background:var(--green);color:var(--off-white);padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500}.platform-badges{display:flex;gap:12px}.platform-badge{background:var(--tan-medium);color:var(--green-dark);padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600}.apps-coming-soon h4{font-size:24px;font-weight:600;color:var(--green-dark);margin-bottom:32px;text-align:center}.app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.app-card{background:beige;padding:32px 24px;border-radius:12px;text-align:center;border:1px solid var(--tan);transition:all .3s ease}.app-card.coming-soon{opacity:.8;position:relative;overflow:hidden}.app-card.coming-soon:before{content:"Coming Soon";position:absolute;top:12px;right:-30px;background:peru;color:#fff;padding:4px 40px;font-size:12px;font-weight:600;transform:rotate(45deg)}.app-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #2d3e1f26;background:var(--off-white)}.app-icon{font-size:48px;margin-bottom:16px}.app-card h5{color:#654321;margin:16px 0 8px;font-size:1.25rem;font-weight:600}.app-card p{color:#8b7355;font-size:.875rem;line-height:1.5;margin:0}.technology{padding:80px 0;background:var(--tan-light)}.technology h2{text-align:center;font-size:40px;font-weight:700;color:var(--green-dark);margin-bottom:16px}.tech-subtitle{text-align:center;font-size:18px;color:var(--gray-600);margin-bottom:64px;max-width:500px;margin-left:auto;margin-right:auto}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.tech-card{background:beige;padding:40px 32px;border-radius:12px;text-align:center;box-shadow:0 4px 20px #6543211a;transition:all .3s ease}.tech-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #65432133}.tech-icon{font-size:48px;margin-bottom:24px}.tech-card h3{color:#654321;margin:16px 0 12px;font-size:1.5rem;font-weight:600}.tech-card p{color:#8b7355;line-height:1.6;margin:0}.open-source{padding:80px 0;background:var(--white)}.open-source-content{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:center}.open-source-text h2{font-size:40px;font-weight:700;color:var(--green-dark);margin-bottom:24px}.open-source-text>p{font-size:18px;color:var(--gray-600);margin-bottom:40px;line-height:1.6}.open-source-benefits{margin-bottom:40px}.benefit-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.benefit-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--tan-light);border-radius:8px;flex-shrink:0}.benefit-item h4{font-size:18px;font-weight:600;color:var(--green-dark);margin-bottom:4px}.benefit-item p{color:var(--gray-600)}.github-stats{display:grid;gap:20px}.stat-card{background:beige;padding:24px;border-radius:12px;text-align:center;border:1px solid var(--tan)}.stat-card h3{color:#8b4513;font-size:3rem;font-weight:700;margin:0 0 8px}.stat-card p{color:#8b7355;font-size:1.125rem;margin:0;font-weight:500}.btn-primary{background:linear-gradient(135deg,var(--green) 0%,var(--green-light) 100%);color:var(--off-white);box-shadow:0 4px 12px #2d3e1f4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2d3e1f66}.stats{padding:80px 0;background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 100%);color:var(--off-white)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;text-align:center}.stat-item h3{font-size:48px;font-weight:700;margin-bottom:8px;color:var(--tan)}.stat-item p{font-size:18px;opacity:.9}.floating-newsletter{position:fixed;bottom:30px;right:30px;background:var(--blue);color:var(--white);padding:24px;border-radius:12px;box-shadow:0 8px 25px #4a90e24d;max-width:350px;transform:translateY(100px);opacity:0;transition:all .3s ease;z-index:5000}.floating-newsletter.show{transform:translateY(0);opacity:1}.newsletter-close{position:absolute;top:8px;right:12px;background:none;border:none;color:var(--white);font-size:20px;cursor:pointer;padding:4px}.newsletter-content h3{font-size:18px;font-weight:600;margin-bottom:8px}.newsletter-content p{font-size:14px;margin-bottom:16px;opacity:.9}.newsletter-form{display:flex;gap:8px}.newsletter-input{flex:1;padding:10px 12px;border:none;border-radius:4px;font-size:14px}.newsletter-submit{background:var(--teal);color:var(--white);border:none;padding:10px 16px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.newsletter-submit:hover{background:#138d75}.auth-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-modal{background:#fff;border-radius:12px;width:100%;max-width:440px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.auth-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.auth-modal-close:hover{background:#f3f4f6;color:#374151}.auth-modal-header{padding:32px 32px 16px;text-align:center;border-bottom:1px solid #e5e7eb}.auth-modal-header h2{margin:0 0 8px;font-size:24px;font-weight:600;color:#111827}.auth-modal-header p{margin:0;color:#6b7280;font-size:14px}.auth-form{padding:32px}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:14px}.form-group input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;transition:all .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #2d3e1f1a}.auth-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.auth-submit-btn{width:100%;background:var(--green);color:#fff;border:none;padding:14px 16px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:24px}.auth-submit-btn:hover:not(:disabled){background:var(--green-dark)}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed}.auth-divider{position:relative;text-align:center;margin:24px 0}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}.auth-divider span{background:#fff;padding:0 16px;color:#6b7280;font-size:14px}.google-signin-btn{width:100%;background:#fff;color:#374151;border:1px solid #d1d5db;padding:14px 16px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px}.google-signin-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.google-signin-btn:disabled{opacity:.7;cursor:not-allowed}.auth-switch{text-align:center;padding-top:16px;border-top:1px solid #e5e7eb}.auth-switch p{margin:0;color:#6b7280;font-size:14px}.auth-switch button{background:none;border:none;color:var(--green);font-weight:500;cursor:pointer;text-decoration:underline}.auth-switch button:hover{color:var(--green-dark)}.user-menu{position:relative}.user-menu-button{display:flex;align-items:center;gap:8px;background:none;border:1px solid var(--gray-200);border-radius:8px;padding:8px 12px;cursor:pointer;transition:all .2s ease}.user-menu-button:hover{background:var(--tan-light)}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.user-menu-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:10000000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.user-menu.active .user-menu-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.user-menu-item{display:block;width:100%;padding:12px 16px;text-align:left;background:none;border:none;color:var(--gray-700);text-decoration:none;cursor:pointer;transition:background .2s ease}.user-menu-item:hover{background:var(--tan-light)}.user-menu-item:first-child{border-radius:8px 8px 0 0}.user-menu-item:last-child{border-radius:0 0 8px 8px}.footer{background:var(--green-darker);color:var(--off-white);padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h4{font-size:18px;font-weight:600;margin-bottom:20px;color:var(--tan)}.footer-section p,.footer-section a{color:var(--off-white);opacity:.8;text-decoration:none;line-height:1.6}.footer-section a:hover{opacity:1;color:var(--tan)}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.social-links{display:flex;gap:16px;margin-top:16px}.social-link{padding:8px 16px;background:var(--green);border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease}.social-link:hover{background:var(--green-light);transform:translateY(-1px)}.footer-bottom{border-top:1px solid var(--green);padding-top:30px;text-align:center;opacity:.7}.footer-bottom p{margin-bottom:8px}.company-info{font-size:14px;color:var(--tan);opacity:.8}.service-search-container{max-width:1400px;margin:0 auto;padding:20px;background:var(--white)}.search-header{text-align:center;margin-bottom:40px;padding:40px 20px;background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 100%);color:var(--white);border-radius:12px}.search-header h2{font-size:2.5rem;font-weight:700;margin-bottom:12px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.search-header p{font-size:1.2rem;opacity:.9;margin:0}.search-controls{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 4px 12px #0000000d}.search-row{display:grid;grid-template-columns:2fr 1fr auto;gap:20px;align-items:end}.search-field{display:flex;flex-direction:column}.search-field label{font-weight:600;color:var(--green-dark);margin-bottom:8px;font-size:14px;display:flex;align-items:center;gap:6px}.location-input-group{display:flex;gap:8px}.search-input,.search-select{padding:12px 16px;border:2px solid var(--gray-200);border-radius:8px;font-size:16px;transition:all .2s ease;background:var(--white)}.search-input{flex:1}.search-input:focus,.search-select:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #2d3e1f1a}.location-btn{background:var(--teal);color:var(--white);border:none;border-radius:8px;padding:12px 16px;font-size:18px;cursor:pointer;transition:all .2s ease}.location-btn:hover{background:#138d75;transform:scale(1.05)}.search-btn{background:linear-gradient(135deg,var(--green) 0%,var(--green-light) 100%);color:var(--white);border:none;border-radius:8px;padding:14px 28px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.search-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2d3e1f4d}.advanced-filters{margin-top:25px;padding-top:25px;border-top:1px solid var(--gray-200);display:none}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;align-items:end}.filter-field{display:flex;flex-direction:column}.filter-field label{font-weight:500;color:var(--gray-700);margin-bottom:6px;font-size:13px}.filter-select{padding:10px 14px;border:1px solid var(--gray-300);border-radius:6px;font-size:14px;background:var(--white)}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--gray-700)}.filter-checkbox{margin:0}.checkmark{font-weight:500}.toggle-filters-btn{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-300);border-radius:6px;padding:8px 16px;font-size:14px;cursor:pointer;margin-top:20px;transition:all .2s ease}.toggle-filters-btn:hover{background:var(--gray-200)}.search-results-layout{display:grid;grid-template-columns:1fr 1fr;gap:30px;min-height:600px}.map-section{position:relative;background:var(--gray-50);border-radius:12px;overflow:hidden;border:1px solid var(--gray-200)}.services-map{width:100%;height:600px;border-radius:12px}.map-controls{position:absolute;top:15px;left:15px;display:flex;gap:10px;z-index:1000}.map-control-btn{background:var(--white);border:1px solid var(--gray-300);border-radius:6px;padding:8px 12px;font-size:12px;font-weight:500;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .2s ease}.map-control-btn:hover{background:var(--gray-50);transform:translateY(-1px)}.map-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:40px;color:var(--gray-600)}.map-error h3{font-size:1.5rem;margin-bottom:16px;color:var(--gray-700)}.map-error p{margin-bottom:12px;line-height:1.6}.results-section{display:flex;flex-direction:column}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--gray-200)}.results-header h3{font-size:1.4rem;font-weight:600;color:var(--green-dark);margin:0}.sort-controls{display:flex;align-items:center;gap:8px}.sort-controls label{font-size:14px;font-weight:500;color:var(--gray-600)}.sort-select{padding:6px 12px;border:1px solid var(--gray-300);border-radius:6px;font-size:14px;background:var(--white)}.search-results{flex:1;overflow-y:auto;max-height:520px;padding-right:10px}.service-result-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:20px;margin-bottom:16px;transition:all .2s ease;cursor:pointer}.service-result-card:hover{border-color:var(--green);box-shadow:0 4px 12px #2d3e1f1a;transform:translateY(-2px)}.service-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.service-name{font-size:1.2rem;font-weight:600;color:var(--green-dark);margin:0;line-height:1.3}.service-badges{display:flex;gap:8px;flex-wrap:wrap}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.open{background:#dcfce7;color:#166534}.status-badge.closed{background:#fef2f2;color:#dc2626}.local-badge{background:var(--tan);color:var(--green-dark);padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600}.emergency-badge{background:var(--red);color:var(--white);padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.service-details{margin-bottom:16px}.service-address{color:var(--gray-600);margin-bottom:8px;font-size:14px;display:flex;align-items:center;gap:6px}.service-metrics{display:flex;gap:16px;font-size:14px}.rating{color:var(--orange);font-weight:500}.price{color:var(--green);font-weight:600}.distance{color:var(--gray-600)}.commission-info{background:var(--green-light);color:var(--green-dark);padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;margin-top:8px;display:inline-block}.service-actions{display:flex;gap:10px;flex-wrap:wrap}.action-btn{padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.action-btn.primary{background:var(--green);color:var(--white)}.action-btn.primary:hover{background:var(--green-dark);transform:translateY(-1px)}.action-btn.secondary{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-300)}.action-btn.secondary:hover{background:var(--gray-200)}.action-btn.affiliate{background:var(--teal);color:var(--white)}.action-btn.affiliate:hover{background:#138d75;transform:translateY(-1px)}.no-results{text-align:center;padding:60px 20px;color:var(--gray-600)}.no-results-icon{font-size:4rem;margin-bottom:20px;opacity:.5}.no-results h3{font-size:1.5rem;margin-bottom:12px;color:var(--gray-700)}.no-results p{margin-bottom:30px;font-size:1.1rem}.no-results-suggestions{background:var(--gray-50);border-radius:8px;padding:20px;text-align:left;max-width:400px;margin:0 auto}.no-results-suggestions h4{margin-bottom:12px;color:var(--green-dark)}.no-results-suggestions ul{margin:0;padding-left:20px;color:var(--gray-600)}.no-results-suggestions li{margin-bottom:8px}.load-more-container{text-align:center;margin-top:20px;padding-top:20px;border-top:1px solid var(--gray-200)}.load-more-btn{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-300);border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.load-more-btn:hover{background:var(--gray-200);transform:translateY(-1px)}.search-status{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:30px;box-shadow:0 10px 25px #00000026;z-index:10000;min-width:300px}.status-content{display:flex;align-items:center;gap:16px}.loading-spinner{width:24px;height:24px;border:3px solid var(--gray-200);border-top:3px solid var(--green);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.status-text{font-size:16px;font-weight:500;color:var(--green-dark)}@media (max-width: 1200px){.search-results-layout{grid-template-columns:1fr;gap:20px}.map-section{order:2}.results-section{order:1}.services-map{height:400px}}@media (max-width: 768px){.search-row{grid-template-columns:1fr;gap:16px}.filter-row{grid-template-columns:1fr 1fr;gap:16px}.search-header h2{font-size:2rem}.search-header p{font-size:1rem}.service-search-container{padding:15px}.search-controls{padding:20px}.results-header{flex-direction:column;align-items:flex-start;gap:12px}.service-actions{gap:8px}.action-btn{padding:6px 12px;font-size:12px}}@media (max-width: 480px){.filter-row{grid-template-columns:1fr}.service-badges{flex-direction:column;align-items:flex-start}.service-metrics{flex-direction:column;gap:8px}.service-actions{flex-direction:column}.action-btn{width:100%;justify-content:center}}.store-page{padding-top:0}.store-header{background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 100%);color:var(--white);padding:60px 0;text-align:center}.store-header-content h1{font-size:48px;font-weight:700;margin-bottom:16px}.store-header-content p{font-size:20px;opacity:.9}.store-products{padding:60px 0;background:var(--off-white)}.store-filters{display:flex;gap:24px;margin-bottom:40px;padding:24px;background:var(--white);border-radius:12px;box-shadow:0 2px 8px #2d3e1f1a}.filter-group{display:flex;align-items:center;gap:8px}.filter-group label{font-weight:600;color:var(--green-dark)}.filter-group select{padding:8px 12px;border:1px solid var(--gray-300);border-radius:6px;background:var(--white);color:var(--green-dark);font-size:14px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.product-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #2d3e1f1a;transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #2d3e1f26}.product-image{position:relative;height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-badge.preorder{background:var(--blue);color:var(--white)}.product-badge.sale{background:var(--red);color:var(--white)}.product-badge.out-of-stock{background:var(--gray-500);color:var(--white)}.product-info{padding:24px}.product-name{font-size:20px;font-weight:600;color:var(--green-dark);margin-bottom:8px}.product-description{color:var(--gray-600);line-height:1.5;margin-bottom:16px}.product-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.feature-tag{background:var(--tan-light);color:var(--green-dark);padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.product-pricing{margin-bottom:20px}.original-price{text-decoration:line-through;color:var(--gray-500);margin-right:8px}.current-price{font-size:24px;font-weight:700;color:var(--green-dark)}.product-actions{display:flex;gap:12px}.product-actions .btn{flex:1;padding:12px 16px;font-size:14px;font-weight:600;text-align:center}.product-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;z-index:100000}.product-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3}.product-modal-content{position:relative;background:var(--white);border-radius:12px;width:90%;max-width:1000px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d}.product-modal-close{position:absolute;top:16px;right:16px;background:var(--white);border:none;width:40px;height:40px;border-radius:50%;font-size:24px;color:var(--gray-600);cursor:pointer;z-index:10;box-shadow:0 2px 8px #0000001a}.product-modal-body{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:40px}.product-gallery .main-image{margin-bottom:16px}.product-gallery .main-image img{width:100%;height:400px;object-fit:cover;border-radius:8px}.gallery-thumbnails{display:flex;gap:8px}.thumbnail{width:80px;height:80px;object-fit:cover;border-radius:4px;cursor:pointer;opacity:.7;transition:opacity .2s ease}.thumbnail.active,.thumbnail:hover{opacity:1}.product-details h2{font-size:32px;font-weight:700;color:var(--green-dark);margin-bottom:16px}.product-details .product-pricing{margin-bottom:24px}.product-details .current-price{font-size:32px}.product-description{margin-bottom:24px}.product-features h4,.product-specifications h4{font-size:18px;font-weight:600;color:var(--green-dark);margin-bottom:12px}.product-features ul{list-style:none;padding:0}.product-features li{padding:4px 0;color:var(--gray-700)}.product-specifications{margin-bottom:24px}.product-specifications dl{display:grid;grid-template-columns:1fr 2fr;gap:8px 16px}.product-specifications dt{font-weight:600;color:var(--green-dark)}.product-specifications dd{color:var(--gray-700);margin:0}.quantity-selector{display:flex;align-items:center;gap:12px;margin-bottom:20px}.quantity-controls{display:flex;align-items:center;border:1px solid var(--gray-300);border-radius:6px;overflow:hidden}.quantity-controls button{background:var(--gray-100);border:none;width:40px;height:40px;cursor:pointer;font-size:18px;font-weight:600;color:var(--green-dark)}.quantity-controls button:hover{background:var(--gray-200)}.quantity-controls input{width:60px;height:40px;text-align:center;border:none;font-size:16px;font-weight:600}.btn-large{padding:16px 32px;font-size:16px;width:100%}.shipping-info{background:var(--tan-light);padding:16px;border-radius:8px;margin-top:20px}.shipping-info h4{margin-bottom:8px;color:var(--green-dark)}.shipping-info p{color:var(--gray-700);margin:0;line-height:1.5}.cart-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;z-index:100000}.cart-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3}.cart-modal-content{position:relative;background:var(--white);border-radius:12px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 40px #0000004d}.cart-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--gray-200)}.cart-modal-header h2{font-size:24px;font-weight:600;color:var(--green-dark);margin:0}.cart-modal-close{background:none;border:none;font-size:28px;color:var(--gray-400);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.cart-modal-close:hover{background:var(--gray-100);color:var(--gray-600)}.cart-modal-body{flex:1;overflow-y:auto;padding:0}.empty-cart{text-align:center;padding:60px 24px}.empty-cart-icon{font-size:64px;margin-bottom:16px}.empty-cart h3{font-size:24px;font-weight:600;color:var(--green-dark);margin-bottom:8px}.empty-cart p{color:var(--gray-600)}.cart-items{padding:0}.cart-item{display:flex;gap:16px;padding:20px 24px;border-bottom:1px solid var(--gray-200)}.cart-item:last-child{border-bottom:none}.cart-item-image{flex-shrink:0}.cart-item-image img{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-item-details{flex:1}.cart-item-name{font-size:16px;font-weight:600;color:var(--green-dark);margin-bottom:4px}.cart-item-price{color:var(--gray-600);margin-bottom:12px}.cart-item-controls{display:flex;align-items:center;gap:16px}.cart-item-controls .quantity-controls{display:flex;align-items:center;gap:8px}.cart-item-controls .quantity-btn{background:var(--gray-100);border:none;width:28px;height:28px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;color:var(--green-dark)}.cart-item-controls .quantity-btn:hover{background:var(--gray-200)}.cart-item-controls .quantity{font-weight:600;min-width:20px;text-align:center}.remove-item{background:none;border:none;color:var(--red);font-size:14px;cursor:pointer;text-decoration:underline}.remove-item:hover{color:#c0392b}.cart-item-total{font-size:18px;font-weight:600;color:var(--green-dark);text-align:right}.cart-modal-footer{padding:24px;border-top:1px solid var(--gray-200)}.cart-total{margin-bottom:20px}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.total-amount{font-size:24px;font-weight:700;color:var(--green-dark)}.shipping-note{color:var(--teal);font-size:14px;margin:0}.cart-actions{display:flex;gap:12px}.cart-actions .btn{flex:1;padding:12px 16px;font-size:14px;font-weight:600;text-align:center}.btn-full{width:100%}.cart-badge{position:absolute;top:-8px;right:-8px;background:var(--red);color:var(--white);border-radius:50%;width:20px;height:20px;font-size:12px;font-weight:600;display:none;align-items:center;justify-content:center;line-height:1}.cart-btn{position:relative}.checkout-page{padding:40px 0;background:var(--off-white);min-height:100vh}.checkout-header{text-align:center;margin-bottom:40px}.checkout-header h1{font-size:36px;font-weight:700;color:var(--green-dark);margin-bottom:24px}.checkout-steps{display:flex;justify-content:center;gap:40px;margin-bottom:20px}.step{padding:12px 24px;background:var(--gray-200);color:var(--gray-600);border-radius:20px;font-weight:600;font-size:14px;transition:all .3s ease}.step.active{background:var(--teal);color:var(--white)}.checkout-content{display:grid;grid-template-columns:2fr 1fr;gap:40px;max-width:1200px;margin:0 auto}.checkout-section{background:var(--white);padding:32px;border-radius:12px;box-shadow:0 4px 12px #2d3e1f1a;margin-bottom:24px}.checkout-section h2{font-size:24px;font-weight:600;color:var(--green-dark);margin-bottom:24px}.order-items{display:flex;flex-direction:column;gap:20px}.checkout-item{display:flex;gap:20px;padding:20px;border:1px solid var(--gray-200);border-radius:8px}.checkout-item .item-image{flex-shrink:0}.checkout-item .item-image img{width:100px;height:100px;object-fit:cover;border-radius:8px}.checkout-item .item-details{flex:1}.checkout-item h4{font-size:18px;font-weight:600;color:var(--green-dark);margin-bottom:8px}.checkout-item .item-description{color:var(--gray-600);margin-bottom:16px}.checkout-item .item-controls{display:flex;align-items:center;gap:16px}.checkout-item .quantity-controls{display:flex;align-items:center;gap:8px}.checkout-item .quantity-controls button{background:var(--gray-100);border:none;width:32px;height:32px;border-radius:4px;cursor:pointer;font-size:16px;font-weight:600;color:var(--green-dark)}.checkout-item .quantity-controls button:hover{background:var(--gray-200)}.checkout-item .quantity{font-weight:600;min-width:30px;text-align:center}.checkout-item .remove-item{background:none;border:none;color:var(--red);font-size:14px;cursor:pointer;text-decoration:underline}.checkout-item .item-price{text-align:right}.checkout-item .unit-price{display:block;color:var(--gray-600);font-size:14px;margin-bottom:4px}.checkout-item .total-price{font-size:20px;font-weight:700;color:var(--green-dark)}.shipping-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:var(--green-dark);margin-bottom:6px}.form-group input,.form-group select{padding:12px 16px;border:1px solid var(--gray-300);border-radius:6px;font-size:16px;background:var(--white);color:var(--green-dark)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #16a0851a}.payment-methods{display:flex;gap:16px;margin-bottom:24px}.payment-method{flex:1;padding:16px;border:2px solid var(--gray-200);border-radius:8px;cursor:pointer;transition:all .2s ease}.payment-method.active{border-color:var(--teal);background:#16a0850d}.payment-method input[type=radio]{margin-right:8px}.payment-method label{font-weight:600;color:var(--green-dark);cursor:pointer}.payment-form{display:flex;flex-direction:column;gap:20px}.btn-paypal{background:#0070ba;color:var(--white);padding:16px 32px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;width:100%}.btn-paypal:hover{background:#005ea6}.checkout-sidebar{display:flex;flex-direction:column;gap:24px}.order-summary{background:var(--white);padding:32px;border-radius:12px;box-shadow:0 4px 12px #2d3e1f1a;position:sticky;top:20px}.order-summary h3{font-size:20px;font-weight:600;color:var(--green-dark);margin-bottom:20px}.summary-items{margin-bottom:20px}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--gray-200)}.summary-item:last-child{border-bottom:none}.item-name{color:var(--gray-700)}.item-price{font-weight:600;color:var(--green-dark)}.summary-totals{border-top:1px solid var(--gray-200);padding-top:16px;margin-bottom:24px}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.summary-row.total{font-size:18px;font-weight:700;color:var(--green-dark);border-top:2px solid var(--green-dark);padding-top:12px;margin-top:12px}.free-shipping{color:var(--teal);font-weight:600}.checkout-actions{display:flex;flex-direction:column;gap:12px}.security-badges{background:var(--tan-light);padding:20px;border-radius:8px}.security-item{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;color:var(--gray-700)}.security-item:last-child{margin-bottom:0}.security-icon{font-size:16px}.empty-cart{text-align:center;padding:60px 20px}.empty-cart h2{font-size:32px;font-weight:600;color:var(--green-dark);margin-bottom:16px}.empty-cart p{color:var(--gray-600);margin-bottom:32px}.order-success{text-align:center;padding:60px 20px}.success-icon{font-size:80px;margin-bottom:24px}.order-success h2{font-size:32px;font-weight:600;color:var(--green-dark);margin-bottom:16px}.order-success p{color:var(--gray-600);margin-bottom:16px;line-height:1.6}.success-actions{display:flex;gap:16px;justify-content:center;margin-top:32px}.notification{position:fixed;top:20px;right:20px;padding:16px 24px;border-radius:8px;color:var(--white);font-weight:600;z-index:100001;transform:translate(400px);opacity:0;transition:all .3s ease}.notification.show{transform:translate(0);opacity:1}.notification-success{background:var(--teal)}.notification-error{background:var(--red)}.notification-info{background:var(--blue)}@media (max-width: 1024px){.checkout-content,.product-modal-body{grid-template-columns:1fr;gap:24px}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.header-content{flex-wrap:wrap;gap:16px}.search-container{order:3;flex:1 1 100%;max-width:none}.shipping-info{display:none}.main-nav{flex-wrap:wrap;gap:8px}.nav-item{margin:0}.hero-content{text-align:center;padding:40px 20px}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.25rem}.product-content{grid-template-columns:1fr;gap:32px;text-align:center}.app-featured{padding:32px 24px}.apps-coming-soon .app-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.store-filters{flex-direction:column;gap:16px}.filter-group{flex-direction:column;align-items:flex-start}.products-grid{grid-template-columns:1fr}.product-actions{flex-direction:column}.checkout-steps{flex-direction:column;gap:8px}.form-row{grid-template-columns:1fr}.payment-methods,.success-actions{flex-direction:column}.cart-modal-content,.product-modal-content{width:95%;max-height:95vh}.header-content{flex-direction:column;align-items:stretch;gap:16px}.logo{text-align:center}.user-actions{justify-content:center;gap:16px}.main-nav{flex-direction:column;gap:8px}.nav-item{width:100%}.nav-link{width:100%;text-align:center;padding:12px 16px}.dropdown-menu{position:static;box-shadow:none;border:1px solid var(--gray-200);border-radius:8px;margin-top:8px}.video-hero{min-height:60vh}.hero-content{padding:32px 16px}.hero-title{font-size:2.5rem;line-height:1.2}.hero-subtitle{font-size:1.1rem;margin:16px 0 32px}.hero-buttons{flex-direction:column;gap:16px;align-items:center}.btn-video,.btn-order{width:100%;max-width:280px}.product-hero{padding:48px 0}.product-content{grid-template-columns:1fr;gap:24px}.product-img{max-width:100%;height:auto}.app-featured{padding:24px 16px;margin-bottom:32px}.app-featured-header{flex-direction:column;text-align:center;gap:16px}.app-icon-large{font-size:3rem}.apps-coming-soon .app-grid{grid-template-columns:1fr;gap:16px}.tech-grid{grid-template-columns:1fr;gap:24px}.open-source-content{flex-direction:column;gap:32px}.open-source-benefits{gap:16px}.github-stats{flex-direction:row;justify-content:space-around}.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.features-grid{grid-template-columns:1fr;gap:24px}.footer-content{grid-template-columns:1fr;gap:32px;text-align:center}}@media (max-width: 480px){.checkout-item{flex-direction:column;gap:16px}.checkout-item .item-price{text-align:left}.cart-item{flex-direction:column;gap:12px}.cart-item-image{align-self:center}.notification{left:20px;right:20px;transform:translateY(-100px)}.notification.show{transform:translateY(0)}.container{padding:0 16px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.logo-text{font-size:1.25rem}.btn{padding:12px 16px;font-size:.9rem}.stats-grid{grid-template-columns:1fr;gap:16px}.stat-item h3{font-size:2rem}.app-card{padding:16px}.app-icon{font-size:2rem}.tech-card{padding:20px 16px}.tech-icon{font-size:2.5rem}}.auth-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;z-index:100000}.auth-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3}.auth-modal-content{position:relative;background:var(--white);border-radius:12px;width:90%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d}.auth-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid var(--gray-200);margin-bottom:24px}.auth-modal-header h2{font-size:24px;font-weight:600;color:var(--green-dark);margin:0}.auth-modal-close{background:none;border:none;font-size:28px;color:var(--gray-400);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.auth-modal-close:hover{background:var(--gray-100);color:var(--gray-600)}.auth-modal-body{padding:0 24px}.auth-form{margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:var(--green-dark);font-size:14px}.form-group input{width:100%;padding:12px 16px;border:1px solid var(--gray-300);border-radius:6px;font-size:16px;transition:border-color .2s ease;background:var(--white);color:var(--green-dark)}.form-group input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #16a0851a}.auth-btn{width:100%;padding:14px 20px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.auth-btn-primary{background:var(--teal);color:var(--white)}.auth-btn-primary:hover{background:#138d75;transform:translateY(-1px)}.auth-btn-primary:disabled{background:var(--gray-400);cursor:not-allowed;transform:none}.auth-error{color:var(--red);font-size:14px;margin-top:12px;padding:8px 12px;background:#e74c3c1a;border-radius:4px;display:none}.auth-error:not(:empty){display:block}.auth-success{color:var(--teal);font-size:14px;margin-top:12px;padding:8px 12px;background:#16a0851a;border-radius:4px;display:none}.auth-success:not(:empty){display:block}.auth-modal-footer{padding:24px;text-align:center;border-top:1px solid var(--gray-200);margin-top:24px}.auth-modal-footer p{margin:8px 0;color:var(--gray-600);font-size:14px}.auth-modal-footer a{color:var(--teal);text-decoration:none;font-weight:500}.auth-modal-footer a:hover{text-decoration:underline}.app-page{padding-top:0}.app-hero{background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 100%);color:var(--white);padding:80px 0}.app-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.app-status-badge{display:inline-block;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.app-status-badge.available{background:var(--teal);color:var(--white)}.app-status-badge.coming-soon{background:var(--blue);color:var(--white)}.app-status-badge.planning{background:var(--orange);color:var(--white)}.app-hero h1{font-size:48px;font-weight:700;margin-bottom:16px;color:var(--tan)}.app-tagline{font-size:24px;font-weight:500;margin-bottom:24px;opacity:.9}.app-description{font-size:18px;line-height:1.6;margin-bottom:32px;opacity:.8}.app-status-badge.beta{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:1px solid #d97706;box-shadow:0 0 10px #f59e0b4d}.app-hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.app-hero-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 25px #0000004d}.app-features{padding:80px 0;background:var(--off-white)}.app-features h2{text-align:center;font-size:40px;font-weight:700;color:var(--green-dark);margin-bottom:64px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.feature-card{background:var(--white);padding:32px 24px;border-radius:12px;text-align:center;box-shadow:0 4px 12px #2d3e1f1a;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #2d3e1f26}.feature-icon{font-size:48px;margin-bottom:16px}.feature-card h3{font-size:20px;font-weight:600;color:var(--green-dark);margin-bottom:12px}.feature-card p{color:var(--gray-600);line-height:1.6}.app-specs{padding:80px 0;background:var(--white)}.specs-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.specs-content h2{font-size:32px;font-weight:700;color:var(--green-dark);margin-bottom:32px}.specs-grid{display:grid;gap:16px}.spec-item{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:12px 0;border-bottom:1px solid var(--gray-200)}.spec-item:last-child{border-bottom:none}.spec-item dt{font-weight:600;color:var(--green-dark)}.spec-item dd{color:var(--gray-700);margin:0}.specs-image img{width:100%;height:auto;border-radius:12px}.app-pricing{padding:80px 0;background:var(--tan-light)}.pricing-card{background:var(--white);border-radius:16px;padding:40px;text-align:center;box-shadow:0 8px 25px #2d3e1f26;max-width:500px;margin:0 auto}.pricing-card.featured{border:3px solid var(--teal)}.pricing-card.preorder{border:3px solid var(--blue)}.pricing-header h3{font-size:28px;font-weight:700;color:var(--green-dark);margin-bottom:16px}.price{margin-bottom:16px}.price-original{font-size:20px;color:var(--gray-500);text-decoration:line-through;margin-right:12px}.price-current{font-size:36px;font-weight:700;color:var(--green-dark)}.price-note{color:var(--teal);font-weight:500;margin-bottom:32px}.pricing-features ul{list-style:none;padding:0;margin-bottom:32px;text-align:left}.pricing-features li{padding:8px 0;color:var(--gray-700);border-bottom:1px solid var(--gray-200)}.pricing-features li:last-child{border-bottom:none}.preorder-note{font-size:14px;color:var(--gray-600);margin-top:16px}.app-roadmap{padding:80px 0;background:var(--white)}.app-roadmap h2{text-align:center;font-size:40px;font-weight:700;color:var(--green-dark);margin-bottom:64px}.roadmap-timeline{display:flex;flex-direction:column;gap:40px;max-width:800px;margin:0 auto}.roadmap-item{display:grid;grid-template-columns:150px 1fr;gap:32px;align-items:start}.roadmap-date{background:var(--teal);color:var(--white);padding:12px 20px;border-radius:20px;font-weight:600;text-align:center;font-size:14px}.roadmap-content h3{font-size:24px;font-weight:600;color:var(--green-dark);margin-bottom:16px}.roadmap-content ul{list-style:none;padding:0}.roadmap-content li{color:var(--gray-700);position:relative;padding:6px 0 6px 20px}.roadmap-content li:before{content:"•";color:var(--teal);font-weight:700;position:absolute;left:0}.app-research{padding:80px 0;background:var(--tan-light)}.app-research h2{text-align:center;font-size:40px;font-weight:700;color:var(--green-dark);margin-bottom:64px}.research-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.research-card{background:var(--white);padding:32px 24px;border-radius:12px;box-shadow:0 4px 12px #2d3e1f1a}.research-card h3{font-size:18px;font-weight:600;color:var(--green-dark);margin-bottom:12px}.research-card p{color:var(--gray-600);line-height:1.6}.app-community{padding:80px 0;background:var(--white)}.community-content{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:start}.community-text h2{font-size:32px;font-weight:700;color:var(--green-dark);margin-bottom:24px}.community-text p{font-size:18px;color:var(--gray-600);margin-bottom:24px;line-height:1.6}.community-text ul{margin-bottom:32px;padding-left:20px}.community-text li{color:var(--gray-700);margin-bottom:8px}.community-buttons{display:flex;gap:16px;flex-wrap:wrap}.community-stats{display:grid;gap:20px}.app-newsletter{padding:80px 0;background:var(--green-dark);color:var(--white)}.newsletter-card{text-align:center;max-width:600px;margin:0 auto}.newsletter-card h2{font-size:32px;font-weight:700;margin-bottom:16px;color:var(--tan)}.newsletter-card p{font-size:18px;margin-bottom:32px;opacity:.9}.newsletter-form{display:flex;gap:12px;max-width:400px;margin:0 auto}.newsletter-form input{flex:1;padding:14px 16px;border:none;border-radius:6px;font-size:16px}.newsletter-form button{padding:14px 24px;font-size:14px;font-weight:600;white-space:nowrap}.app-sustainability{padding:80px 0;background:var(--off-white)}.app-sustainability h2{text-align:center;font-size:40px;font-weight:700;color:var(--green-dark);margin-bottom:64px}.sustainability-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.sustainability-text h3{font-size:28px;font-weight:600;color:var(--green-dark);margin-bottom:24px}.sustainability-text>p{font-size:18px;color:var(--gray-600);margin-bottom:32px;line-height:1.6}.sustainability-benefits{display:flex;flex-direction:column;gap:24px}.sustainability-image img{width:100%;height:auto;border-radius:12px}.app-integrations{padding:80px 0;background:var(--white)}.app-integrations h2{text-align:center;font-size:40px;font-weight:700;color:var(--green-dark);margin-bottom:64px}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.integration-card{background:var(--tan-light);padding:32px 24px;border-radius:12px;text-align:center;transition:all .3s ease}.integration-card:hover{transform:translateY(-4px);background:var(--white);box-shadow:0 8px 25px #2d3e1f26}.integration-icon{font-size:40px;margin-bottom:16px}.integration-card h3{font-size:18px;font-weight:600;color:var(--green-dark);margin-bottom:12px}.integration-card p{color:var(--gray-600);line-height:1.6}.app-waterfowl{padding:80px 0;background:var(--tan-light)}.app-waterfowl h2{text-align:center;font-size:40px;font-weight:700;color:var(--green-dark);margin-bottom:64px}.waterfowl-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.waterfowl-text h3{font-size:28px;font-weight:600;color:var(--green-dark);margin-bottom:24px}.waterfowl-text>p{font-size:18px;color:var(--gray-600);margin-bottom:32px;line-height:1.6}.species-list{display:flex;flex-direction:column;gap:20px}.species-item{display:flex;align-items:flex-start;gap:16px}.species-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:8px;flex-shrink:0}.species-item h4{font-size:16px;font-weight:600;color:var(--green-dark);margin-bottom:4px}.species-item p{color:var(--gray-600);font-size:14px}.waterfowl-image img{width:100%;height:auto;border-radius:12px}.app-iot{padding:80px 0;background:var(--white)}.app-iot h2{text-align:center;font-size:40px;font-weight:700;color:var(--green-dark);margin-bottom:64px}.iot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.iot-card{background:var(--tan-light);padding:32px 24px;border-radius:12px;text-align:center;transition:all .3s ease}.iot-card:hover{transform:translateY(-4px);background:var(--white);box-shadow:0 8px 25px #2d3e1f26}.iot-icon{font-size:40px;margin-bottom:16px}.iot-card h3{font-size:18px;font-weight:600;color:var(--green-dark);margin-bottom:12px}.iot-card p{color:var(--gray-600);line-height:1.6}@media (max-width: 1024px){.app-hero-content,.specs-content,.sustainability-content,.waterfowl-content,.community-content{grid-template-columns:1fr;gap:40px}.roadmap-item{grid-template-columns:1fr;gap:16px}.roadmap-date{justify-self:start;width:fit-content}}@media (max-width: 768px){.app-hero h1{font-size:36px}.app-tagline{font-size:20px}.app-hero-buttons{flex-direction:column}.features-grid,.research-grid,.integrations-grid,.iot-grid{grid-template-columns:1fr}.community-buttons,.newsletter-form{flex-direction:column}}@media (max-width: 480px){.app-hero,.app-features,.app-specs,.app-pricing,.app-roadmap,.app-research,.app-community,.app-newsletter,.app-sustainability,.app-integrations,.app-waterfowl,.app-iot{padding:60px 0}.pricing-card{padding:24px}}.user-profile{position:relative}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.user-avatar:hover{background:#138d75}.user-dropdown{position:absolute;top:100%;right:0;background:var(--white);border:1px solid var(--gray-200);border-radius:6px;box-shadow:0 4px 12px #2d3e1f26;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:99999;margin-top:8px}.user-profile.active .user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.user-dropdown-header{padding:16px;border-bottom:1px solid var(--gray-200)}.user-dropdown-header .user-name{font-weight:600;color:var(--green-dark);margin-bottom:4px}.user-dropdown-header .user-email{font-size:14px;color:var(--gray-600)}.user-dropdown-item{display:block;padding:12px 16px;color:var(--green-dark);text-decoration:none;font-size:14px;transition:background-color .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.user-dropdown-item:hover{background-color:var(--tan-light)}.user-dropdown-item.logout{border-top:1px solid var(--gray-200);color:var(--red)}.education-page{padding-top:0}.education-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 0}.education-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.education-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:20px;line-height:1.2}.education-tagline{font-size:1.5rem;font-weight:300;margin-bottom:30px;opacity:.9}.education-description{font-size:1.1rem;line-height:1.6;margin-bottom:40px;opacity:.9}.education-hero-buttons{display:flex;gap:20px}.education-hero-image img{width:100%;border-radius:12px;box-shadow:0 20px 40px #0003}.education-programs{padding:100px 0;background:#f8fafc}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:60px}.program-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.program-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.program-icon{font-size:3rem;margin-bottom:20px}.program-card h3{font-size:1.5rem;font-weight:600;margin-bottom:15px;color:#2d3748}.program-card p{color:#4a5568;line-height:1.6;margin-bottom:20px}.program-features{list-style:none;padding:0;margin:20px 0}.program-features li{color:#4a5568;position:relative;padding:5px 0 5px 20px}.program-features li:before{content:"✓";position:absolute;left:0;color:#48bb78;font-weight:700}.curriculum-overview{padding:100px 0}.curriculum-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.curriculum-modules{margin-top:40px}.module-item{display:flex;gap:20px;margin-bottom:30px;align-items:flex-start}.module-number{background:#667eea;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.module-content h4{font-size:1.2rem;font-weight:600;margin-bottom:8px;color:#2d3748}.module-content p{color:#4a5568;line-height:1.5}.curriculum-image img{width:100%;border-radius:12px;box-shadow:0 10px 30px #0000001a}.case-studies{padding:100px 0;background:#f8fafc}.case-studies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:60px}.case-study-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.case-study-card:hover{transform:translateY(-5px)}.case-study-image img{width:100%;height:200px;object-fit:cover}.case-study-content{padding:30px}.case-study-content h3{font-size:1.3rem;font-weight:600;margin-bottom:8px;color:#2d3748}.case-study-location{color:#667eea;font-weight:500;margin-bottom:15px}.case-study-content p{color:#4a5568;line-height:1.6;margin-bottom:20px}.case-study-stats{display:flex;gap:30px;margin-bottom:20px}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:#667eea}.stat-label{font-size:.9rem;color:#4a5568}.teacher-resources{padding:100px 0}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:60px}.resource-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:transform .3s ease}.resource-card:hover{transform:translateY(-5px)}.resource-icon{font-size:3rem;margin-bottom:20px}.resource-card h3{font-size:1.4rem;font-weight:600;margin-bottom:15px;color:#2d3748}.resource-card p{color:#4a5568;line-height:1.6;margin-bottom:20px}.resource-card ul{list-style:none;padding:0;margin:20px 0;text-align:left}.resource-card ul li{color:#4a5568;position:relative;padding:5px 0 5px 20px}.resource-card ul li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700}.student-projects{padding:100px 0;background:#f8fafc}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:60px}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-image img{width:100%;height:200px;object-fit:cover}.project-content{padding:30px}.project-content h4{font-size:1.3rem;font-weight:600;margin-bottom:8px;color:#2d3748}.project-school{color:#667eea;font-weight:500;margin-bottom:15px;font-size:.9rem}.project-content p{color:#4a5568;line-height:1.6;margin-bottom:20px}.project-tags{display:flex;gap:10px;flex-wrap:wrap}.tag{background:#e2e8f0;color:#4a5568;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:500}.projects-cta{text-align:center;margin-top:80px;padding:60px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.projects-cta h3{font-size:2rem;font-weight:600;margin-bottom:15px;color:#2d3748}.projects-cta p{color:#4a5568;font-size:1.1rem;margin-bottom:30px}.education-pricing{padding:100px 0}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:60px}.education-contact{padding:100px 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:flex-start}.contact-text h2{font-size:2.5rem;font-weight:600;margin-bottom:20px;color:#2d3748}.contact-text p{color:#4a5568;font-size:1.1rem;line-height:1.6;margin-bottom:40px}.contact-info{display:flex;flex-direction:column;gap:30px}.contact-item{display:flex;gap:20px;align-items:flex-start}.contact-icon{font-size:2rem;flex-shrink:0}.contact-item h4{font-size:1.2rem;font-weight:600;margin-bottom:5px;color:#2d3748}.contact-item p{color:#4a5568;margin:0}.contact-form{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #0000001a}.contact-form h3{font-size:1.8rem;font-weight:600;margin-bottom:30px;color:#2d3748}.education-contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.education-contact-form .form-group{margin-bottom:20px}.education-contact-form label{display:block;margin-bottom:8px;font-weight:500;color:#2d3748}.education-contact-form input,.education-contact-form select,.education-contact-form textarea{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.education-contact-form input:focus,.education-contact-form select:focus,.education-contact-form textarea:focus{outline:none;border-color:#667eea}.education-contact-form textarea{resize:vertical;min-height:100px}@media (max-width: 768px){.education-hero-content,.curriculum-content,.contact-content{grid-template-columns:1fr;gap:40px}.education-hero h1{font-size:2.5rem}.programs-grid,.case-studies-grid,.resources-grid,.projects-grid,.pricing-grid,.education-contact-form .form-row{grid-template-columns:1fr}.case-study-stats{justify-content:center}}.blog-page{min-height:100vh}.blog-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;text-align:center}.blog-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.blog-tagline{font-size:1.5rem;margin-bottom:1rem;opacity:.9}.blog-description{font-size:1.1rem;max-width:600px;margin:0 auto 2rem;opacity:.8;line-height:1.6}.blog-search{display:flex;max-width:500px;margin:0 auto;background:#fff;border-radius:50px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.blog-search .search-input{flex:1;padding:15px 25px;border:none;font-size:1rem;color:#333}.blog-search .search-input::placeholder{color:#999}.blog-search .search-btn{padding:15px 20px;background:#667eea;border:none;color:#fff;cursor:pointer;transition:background .3s ease}.blog-search .search-btn:hover{background:#5a6fd8}.featured-posts{padding:80px 0;background:#f8f9fa}.featured-posts h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.featured-post-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.featured-post-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.featured-post-image{position:relative;height:250px;overflow:hidden}.featured-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-post-card:hover .featured-post-image img{transform:scale(1.05)}.featured-badge{position:absolute;top:15px;left:15px;background:#ff6b6b;color:#fff;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.featured-post-content{padding:2rem}.post-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:#666}.post-category{background:#e3f2fd;color:#1976d2;padding:4px 12px;border-radius:15px;font-weight:500}.featured-post-content h3{font-size:1.5rem;margin-bottom:1rem;line-height:1.4}.featured-post-content h3 a{color:#333;text-decoration:none;transition:color .3s ease}.featured-post-content h3 a:hover{color:#667eea}.post-excerpt{color:#666;line-height:1.6;margin-bottom:1.5rem}.post-author{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.author-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.author-name{font-weight:600;color:#333}.author-bio{font-size:.9rem;color:#666}.post-stats{display:flex;gap:1rem;font-size:.9rem;color:#666}.blog-content{padding:80px 0}.blog-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.blog-filters{margin-bottom:2rem}.blog-filters h3{margin-bottom:1rem;color:#333}.category-filters{display:flex;flex-wrap:wrap;gap:.5rem}.category-btn{padding:8px 16px;border:2px solid #e0e0e0;background:#fff;border-radius:25px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.category-btn:hover,.category-btn.active{border-color:#667eea;background:#667eea;color:#fff}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.post-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.post-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000001f}.post-image{position:relative;height:200px;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover}.post-badge{position:absolute;top:10px;left:10px;background:#ff6b6b;color:#fff;padding:4px 10px;border-radius:15px;font-size:.8rem;font-weight:600}.post-content{padding:1.5rem}.post-content h3{font-size:1.3rem;margin-bottom:.5rem;line-height:1.4}.post-content h3 a{color:#333;text-decoration:none;transition:color .3s ease}.post-content h3 a:hover{color:#667eea}.post-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.post-footer .post-author{display:flex;align-items:center;gap:.5rem}.post-footer .author-avatar{width:30px;height:30px}.post-footer .author-name{font-size:.9rem;color:#666}.post-footer .post-stats{display:flex;gap:1rem;font-size:.8rem;color:#999}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{background:#f0f0f0;color:#666;padding:4px 10px;border-radius:12px;font-size:.8rem;text-decoration:none;transition:background .3s ease}.tag:hover{background:#e0e0e0}.load-more-section{text-align:center}.blog-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-widget{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014}.sidebar-widget h3{margin-bottom:1.5rem;color:#333;font-size:1.3rem}.newsletter-signup{display:flex;flex-direction:column;gap:1rem}.newsletter-signup input{padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem}.newsletter-signup input:focus{outline:none;border-color:#667eea}.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tag-btn{background:#f8f9fa;border:1px solid #e0e0e0;padding:6px 12px;border-radius:15px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.tag-btn:hover{background:#667eea;color:#fff;border-color:#667eea}.recent-posts{display:flex;flex-direction:column;gap:1rem}.recent-post{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.recent-post:last-child{border-bottom:none;padding-bottom:0}.recent-post-image{flex-shrink:0;width:80px;height:60px;border-radius:8px;overflow:hidden}.recent-post-image img{width:100%;height:100%;object-fit:cover}.recent-post-content h4{font-size:.95rem;line-height:1.4;margin-bottom:.5rem}.recent-post-content h4 a{color:#333;text-decoration:none;transition:color .3s ease}.recent-post-content h4 a:hover{color:#667eea}.recent-post-meta{display:flex;gap:.5rem;font-size:.8rem;color:#999}.categories-list{display:flex;flex-direction:column;gap:.5rem}.category-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.category-item:last-child{border-bottom:none}.category-link{background:none;border:none;color:#666;cursor:pointer;font-size:1rem;transition:color .3s ease}.category-link:hover{color:#667eea}.category-count{background:#f0f0f0;color:#666;padding:2px 8px;border-radius:10px;font-size:.8rem}.blog-post-page{min-height:100vh}.post-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 0}.post-breadcrumb{margin-bottom:2rem;font-size:.9rem;opacity:.8}.post-breadcrumb a{color:#fff;text-decoration:none}.post-breadcrumb a:hover{text-decoration:underline}.breadcrumb-separator{margin:0 .5rem}.post-header-content{max-width:800px}.post-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.post-author-info{display:flex;align-items:center;gap:1rem;margin:2rem 0}.post-author-info .author-avatar{width:60px;height:60px}.author-details h4{margin-bottom:.5rem}.post-actions{display:flex;gap:1rem}.action-btn{display:flex;align-items:center;gap:.5rem;padding:8px 16px;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:25px;cursor:pointer;transition:all .3s ease}.action-btn:hover{background:#ffffff4d}.action-btn.liked{background:#ff6b6b;border-color:#ff6b6b}.post-image-section{padding:3rem 0;background:#f8f9fa}.post-featured-image{border-radius:15px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.post-featured-image img{width:100%;height:400px;object-fit:cover}.post-content-section{padding:4rem 0}.post-layout{display:grid;grid-template-columns:2fr 1fr;gap:4rem}.post-content{max-width:none}.post-body{font-size:1.1rem;line-height:1.8;color:#333}.post-body h2{font-size:2rem;margin:2rem 0 1rem;color:#333}.post-body h3{font-size:1.5rem;margin:1.5rem 0 1rem;color:#333}.post-body p{margin-bottom:1.5rem}.post-body ul,.post-body ol{margin-bottom:1.5rem;padding-left:2rem}.post-body li{margin-bottom:.5rem}.post-tags-section{margin:3rem 0;padding:2rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.post-tags-section h4{margin-bottom:1rem;color:#333}.post-actions-section{margin:2rem 0}.post-sharing h4{margin-bottom:1rem;color:#333}.share-buttons{display:flex;gap:1rem;flex-wrap:wrap}.share-btn{display:flex;align-items:center;gap:.5rem;padding:10px 16px;border:none;border-radius:25px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.share-btn.twitter{background:#1da1f2;color:#fff}.share-btn.linkedin{background:#0077b5;color:#fff}.share-btn.facebook{background:#1877f2;color:#fff}.share-btn.copy{background:#6c757d;color:#fff}.share-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.post-sidebar{display:flex;flex-direction:column;gap:2rem}.table-of-contents{max-height:400px;overflow-y:auto}.toc-list{list-style:none;padding:0}.toc-item{margin-bottom:.5rem}.toc-h3{margin-left:1rem}.toc-link{color:#666;text-decoration:none;font-size:.9rem;transition:color .3s ease}.toc-link:hover{color:#667eea}.author-widget .author-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.author-widget .author-avatar{width:80px;height:80px}.related-posts{padding:4rem 0;background:#f8f9fa}.related-posts h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#333}.related-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.related-post-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:transform .3s ease}.related-post-card:hover{transform:translateY(-5px)}.related-post-image{height:200px;overflow:hidden}.related-post-image img{width:100%;height:100%;object-fit:cover}.related-post-content{padding:1.5rem}.related-post-content h3{font-size:1.2rem;margin-bottom:.5rem}.related-post-content h3 a{color:#333;text-decoration:none;transition:color .3s ease}.related-post-content h3 a:hover{color:#667eea}.comments-section{padding:4rem 0;border-top:1px solid #eee}.comments-container h2{margin-bottom:2rem;color:#333}.comments-placeholder{text-align:center;padding:3rem;background:#f8f9fa;border-radius:15px;color:#666}.comments-placeholder a{color:#667eea;text-decoration:none}.comments-placeholder a:hover{text-decoration:underline}.animal-health-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.animal-health-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px}.animal-health-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.animal-health-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:16px;line-height:1.2}.animal-health-tagline{font-size:1.5rem;margin-bottom:24px;opacity:.9}.animal-health-description{font-size:1.1rem;line-height:1.6;margin-bottom:32px;opacity:.9}.animal-health-hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.animal-health-hero-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px #0003}.quick-access{background:#fff;padding:80px 0}.quick-access-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:48px}.quick-access-card{background:#fff;padding:32px;border-radius:12px;box-shadow:0 8px 32px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.quick-access-card:hover{transform:translateY(-4px);box-shadow:0 12px 48px #00000026}.quick-access-card.emergency{border:2px solid #ef4444;background:linear-gradient(135deg,#fef2f2,#fee2e2)}.access-icon{font-size:3rem;margin-bottom:16px}.quick-access-card h3{font-size:1.5rem;margin-bottom:16px;color:#1f2937}.quick-access-card p{color:#6b7280;margin-bottom:24px;line-height:1.6}.animal-categories{background:#f8fafc;padding:80px 0}.animal-tabs{display:flex;justify-content:center;gap:16px;margin:48px 0;flex-wrap:wrap}.animal-tab{background:#fff;border:2px solid #e5e7eb;padding:12px 24px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.animal-tab:hover{border-color:#667eea;transform:translateY(-2px)}.animal-tab.active{background:#667eea;color:#fff;border-color:#667eea}.animal-content{display:none}.animal-content.active{display:block}.animal-health-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:32px}.health-category{background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 16px #0000001a}.health-category h3{font-size:1.3rem;margin-bottom:24px;color:#1f2937;border-bottom:2px solid #e5e7eb;padding-bottom:12px}.health-list{list-style:none;padding:0}.health-list li{margin-bottom:12px}.health-list a{color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease}.health-list a:hover{color:#4f46e5;text-decoration:underline}.tech-health-monitoring{background:#fff;padding:80px 0}.monitoring-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.monitoring-features{margin-top:32px}.feature-item{display:flex;gap:16px;margin-bottom:24px}.feature-icon{font-size:1.5rem;margin-top:4px}.feature-item h4{font-size:1.2rem;margin-bottom:8px;color:#1f2937}.feature-item p{color:#6b7280;line-height:1.6}.monitoring-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 12px 32px #00000026}.veterinary-resources{background:#f8fafc;padding:80px 0}.vet-resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:48px}.resource-card{background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 16px #0000001a;text-align:center;transition:transform .3s ease}.resource-icon{font-size:3rem;margin-bottom:16px}.resource-card h3{font-size:1.4rem;margin-bottom:16px;color:#1f2937}.resource-card p{color:#6b7280;margin-bottom:24px;line-height:1.6}.resource-features{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}.feature-tag{background:#ffffff26;padding:10px 16px;border-radius:16px;font-size:.9rem;font-weight:500}.emergency-protocols{background:#fef2f2;padding:80px 0}.emergency-header{text-align:center;margin-bottom:32px}.emergency-icon{font-size:4rem;margin-bottom:16px}.emergency-description{text-align:center;font-size:1.1rem;color:#6b7280;margin-bottom:48px;max-width:800px;margin-left:auto;margin-right:auto}.emergency-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:48px}.emergency-card{background:#fff;padding:32px;border-radius:12px;border-left:4px solid #ef4444;box-shadow:0 4px 16px #0000001a}.emergency-card h3{font-size:1.3rem;margin-bottom:16px;color:#dc2626}.emergency-steps ol{margin-bottom:16px;padding-left:20px}.emergency-steps li{margin-bottom:8px;line-height:1.5}.emergency-warning{background:#fee2e2;padding:12px;border-radius:8px;border-left:3px solid #ef4444;font-size:.9rem}.emergency-contacts{background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 16px #0000001a}.emergency-contacts h3{text-align:center;margin-bottom:24px;color:#1f2937}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.contact-item{text-align:center;padding:16px;border:1px solid #e5e7eb;border-radius:8px}.contact-item h4{margin-bottom:8px;color:#1f2937}.contact-item p{margin-bottom:4px;color:#6b7280}.health-calendar{background:#fff;padding:80px 0}.calendar-description{text-align:center;font-size:1.1rem;color:#6b7280;margin-bottom:48px;max-width:800px;margin-left:auto;margin-right:auto}.calendar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.season-card{background:#f8fafc;padding:32px;border-radius:12px;border-top:4px solid #667eea;box-shadow:0 4px 16px #0000001a}.season-card h3{font-size:1.4rem;margin-bottom:24px;color:#1f2937}.season-tasks,.season-alerts{margin-bottom:24px}.season-tasks h4,.season-alerts h4{font-size:1.1rem;margin-bottom:12px;color:#374151}.season-tasks ul,.season-alerts ul{padding-left:20px}.season-tasks li,.season-alerts li{margin-bottom:8px;line-height:1.5;color:#6b7280}.health-tools{background:#f8fafc;padding:80px 0}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-top:48px}.tool-card{background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 16px #0000001a;transition:transform .3s ease}.tool-card:hover{transform:translateY(-4px)}.tool-icon{font-size:3rem;margin-bottom:16px}.tool-card h3{font-size:1.4rem;margin-bottom:16px;color:#1f2937}.tool-card p{color:#6b7280;margin-bottom:24px;line-height:1.6}.tool-features ul{list-style:none;padding:0;margin-bottom:24px}.tool-features li{padding:8px 0;border-bottom:1px solid #e5e7eb;color:#374151}.tool-features li:last-child{border-bottom:none}.expert-contributors{background:#fff;padding:80px 0}.contributors-description{text-align:center;font-size:1.1rem;color:#6b7280;margin-bottom:48px;max-width:800px;margin-left:auto;margin-right:auto}.contributors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.contributor-card{background:#f8fafc;padding:32px;border-radius:12px;box-shadow:0 4px 16px #0000001a;text-align:center}.contributor-image{margin-bottom:24px}.contributor-image img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 16px #0000001a}.contributor-info h4{font-size:1.3rem;margin-bottom:8px;color:#1f2937}.contributor-title{font-weight:600;color:#667eea;margin-bottom:8px}.contributor-credentials{font-size:.9rem;color:#6b7280;margin-bottom:16px}.contributor-info p:last-child{color:#374151;line-height:1.6}.health-newsletter{background:linear-gradient(135deg,#667eea,#764ba2);padding:80px 0}.newsletter-card{background:#fff;padding:48px;border-radius:16px;text-align:center;max-width:600px;margin:0 auto;box-shadow:0 20px 40px #0000001a}.newsletter-card h2{font-size:2rem;margin-bottom:16px;color:#1f2937}.newsletter-card p{color:#6b7280;margin-bottom:32px;line-height:1.6}.newsletter-form{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.newsletter-form input{flex:1;min-width:250px;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem}.newsletter-form input:focus{outline:none;border-color:#667eea}@media (max-width: 768px){.animal-health-hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.animal-health-hero h1{font-size:2.5rem}.monitoring-content{grid-template-columns:1fr;gap:40px}.animal-tabs{justify-content:flex-start;overflow-x:auto;padding-bottom:8px}.animal-health-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-form input{min-width:auto}}@media (max-width: 768px){.blog-layout,.post-layout{grid-template-columns:1fr;gap:2rem}.featured-grid,.posts-grid{grid-template-columns:1fr}.blog-hero h1{font-size:2.5rem}.post-title{font-size:2rem}.category-filters,.share-buttons{justify-content:center}.related-posts-grid{grid-template-columns:1fr}}@media (max-width: 1024px){.header-content{flex-wrap:wrap;gap:16px}.search-container{order:3;flex-basis:100%;max-width:none}.product-content,.open-source-content{grid-template-columns:1fr;gap:40px}}@media (max-width: 768px){.hero-title{font-size:40px}.hero-subtitle{font-size:18px}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:280px;justify-content:center}.app-featured{grid-template-columns:1fr;text-align:center}.app-features,.platform-badges{justify-content:center}.main-nav{flex-wrap:wrap}.floating-newsletter{bottom:20px;right:20px;left:20px;max-width:none}.press-logos{gap:20px}.press-logo{font-size:14px}}@media (max-width: 480px){.container{padding:0 16px}.header-content{padding:12px 0}.logo{font-size:18px}.logo-icon{width:32px;height:32px;font-size:16px}.shipping-info{display:none}.hero-title,.product-title{font-size:32px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.text-center{text-align:center}.mb-4{margin-bottom:16px}.mb-8{margin-bottom:32px}.mt-8{margin-top:32px}.account-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding-top:0}.account-header{background:linear-gradient(135deg,tan,#deb887);color:#fff;padding:48px 0}.account-header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.account-welcome h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.account-tagline{font-size:1.1rem;opacity:.9}.account-actions{display:flex;gap:1rem}.account-nav{background:beige;border-bottom:1px solid #d2b48c;padding:0}.account-tabs{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.account-tabs::-webkit-scrollbar{display:none}.account-tab{background:transparent;border:none;padding:16px 24px;color:#8b7355;font-weight:500;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent}.account-tab:hover{color:#8b4513}.account-tab.active{color:#8b4513;border-bottom-color:#8b4513}.account-content{background:#fff;min-height:80vh;padding:2rem 0}.account-tab-content{display:none}.account-tab-content.active{display:block}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.dashboard-card{background:beige;border-radius:12px;padding:24px;box-shadow:0 2px 10px #6543211a;margin-bottom:24px}.dashboard-card h3{color:#654321;margin:0 0 20px;font-size:1.25rem;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{text-align:center;padding:1rem;background:#f9fafb;border-radius:8px}.stat-item h4{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-item p{color:#6b7280;font-size:.9rem}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.activity-icon{font-size:1.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0000001a}.activity-content h4{margin-bottom:.25rem;color:#1f2937;font-weight:600}.activity-content p{color:#6b7280;margin-bottom:.5rem}.activity-time{font-size:.8rem;color:#9ca3af}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.action-btn{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:left}.action-btn:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.action-icon{font-size:1.25rem}.status-list{display:flex;flex-direction:column;gap:1rem}.status-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.status-indicator{width:12px;height:12px;border-radius:50%;background:#ef4444}.status-indicator.online{background:#10b981}.status-text{margin-left:auto;font-weight:500;color:#10b981}.profile-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;max-width:1000px}.profile-form-section,.profile-avatar-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;border:1px solid #e5e7eb}.profile-form-section h3,.profile-avatar-section h3{margin-bottom:1.5rem;color:#1f2937;font-weight:600}.avatar-upload{text-align:center}.current-avatar{margin-bottom:1.5rem}.avatar-placeholder{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto}.avatar-actions{display:flex;flex-direction:column;gap:1rem}.devices-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.devices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.device-card{background:beige;border-radius:12px;padding:20px;box-shadow:0 2px 10px #6543211a;transition:all .3s ease}.device-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #65432133}.device-image img{width:100%;height:200px;object-fit:cover}.device-info{padding:1.5rem}.device-info h4{margin-bottom:.5rem;color:#1f2937;font-weight:600}.device-model,.device-location{color:#6b7280;margin-bottom:.5rem}.device-status{display:flex;align-items:center;gap:.5rem;margin:1rem 0;font-weight:500;color:#10b981}.device-stats{background:#f9fafb;padding:1rem;border-radius:8px;margin:1rem 0}.device-stats .stat{display:flex;justify-content:space-between;margin-bottom:.5rem}.device-stats .stat:last-child{margin-bottom:0}.stat-label{color:#6b7280}.stat-value{font-weight:500;color:#1f2937}.device-actions{display:flex;gap:1rem}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.filter-select{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;border:1px solid #e5e7eb}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.order-info h4{margin-bottom:.25rem;color:#1f2937;font-weight:600}.order-date{color:#6b7280}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase}.status-badge.delivered{background:#d1fae5;color:#065f46}.status-badge.processing{background:#fef3c7;color:#92400e}.order-items{margin-bottom:1.5rem}.order-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.order-item img{width:60px;height:60px;object-fit:cover;border-radius:6px}.item-details{flex:1}.item-details h5{margin-bottom:.25rem;color:#1f2937;font-weight:600}.item-details p{color:#6b7280}.item-price{font-weight:600;color:#1f2937}.order-actions{display:flex;gap:1rem;flex-wrap:wrap}.billing-content{max-width:800px}.billing-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;border:1px solid #e5e7eb}.billing-section h3{margin-bottom:1.5rem;color:#1f2937;font-weight:600}.payment-methods{margin-bottom:1.5rem}.payment-method{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1rem}.payment-icon{font-size:1.5rem}.payment-details{flex:1}.payment-details h4{margin-bottom:.25rem;color:#1f2937;font-weight:600}.payment-details p{color:#6b7280}.payment-actions{display:flex;gap:.5rem}.billing-address{background:#f9fafb;padding:1.5rem;border-radius:8px;margin-bottom:1rem}.billing-address p{margin-bottom:1rem;color:#1f2937;line-height:1.6}.billing-history{display:flex;flex-direction:column;gap:1rem}.billing-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.billing-date{font-weight:500;color:#1f2937;min-width:120px}.billing-description{flex:1;color:#6b7280}.billing-amount{font-weight:600;color:#1f2937;min-width:100px;text-align:right}.settings-content{max-width:800px}.settings-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;border:1px solid #e5e7eb}.settings-section h3{margin-bottom:1.5rem;color:#1f2937;font-weight:600}.settings-group{display:flex;flex-direction:column;gap:1.5rem}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f9fafb;border-radius:8px}.setting-item.danger{background:#fef2f2;border:1px solid #fecaca}.setting-info h4{margin-bottom:.25rem;color:#1f2937;font-weight:600}.setting-info p{color:#6b7280}.toggle-switch{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.toggle-slider{background-color:#2196f3}input:checked+.toggle-slider:before{transform:translate(26px)}.btn-danger{background:#ef4444;color:#fff;padding:.5rem 1rem;cursor:pointer;background:#fff3;padding:8px 14px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.btn-danger:hover{background:#dc2626;transform:translateY(-1px)}.app-featured{background:linear-gradient(135deg,tan,#deb887,wheat);border-radius:24px;padding:48px;margin-bottom:48px;display:flex;flex-direction:column;gap:32px;box-shadow:0 20px 40px #667eea33;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.app-featured-header .app-status{background:#65432133;color:#8b4513;border:1px solid rgba(101,67,33,.3);padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;margin:8px 0 0;display:inline-block}.app-featured .btn-primary{background:#654321e6;border:1px solid #8b4513;color:wheat;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.app-featured .btn-primary:hover{background:#654321;transform:translateY(-2px);box-shadow:0 8px 25px #6543214d}@media (max-width: 768px){.account-header-content{flex-direction:column;align-items:flex-start;gap:1rem}.account-tabs{justify-content:flex-start}.dashboard-grid,.profile-content,.devices-grid{grid-template-columns:1fr}.order-header{flex-direction:column;align-items:flex-start;gap:1rem}.order-actions{flex-direction:column}.setting-item{flex-direction:column;align-items:flex-start;gap:1rem}}.animal-health-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid var(--gray-200)}.animal-health-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d}.animal-card-image{position:relative;height:200px;overflow:hidden}.animal-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.animal-health-card:hover .animal-card-image img{transform:scale(1.05)}.animal-status-indicator{position:absolute;top:12px;right:12px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--teal)}.animal-status-indicator.excellent .status-dot{background:var(--teal)}.animal-status-indicator.good .status-dot{background:var(--blue)}.animal-status-indicator.attention .status-dot{background:var(--orange)}.animal-status-indicator.critical .status-dot{background:var(--red)}.animal-card-content{padding:20px}.animal-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.animal-card-header h3{font-size:1.25rem;font-weight:600;color:var(--green-dark);margin:0}.animal-care-level{padding:4px 8px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.animal-care-level.beginner{background:var(--green-light);color:#fff}.animal-care-level.intermediate{background:var(--orange);color:#fff}.animal-care-level.advanced{background:var(--red);color:#fff}.animal-description{color:var(--gray-600);font-size:14px;line-height:1.5;margin-bottom:16px}.health-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;padding:12px;background:var(--gray-50);border-radius:8px}.metric{text-align:center}.metric-label{display:block;font-size:11px;color:var(--gray-500);text-transform:uppercase;font-weight:600;letter-spacing:.5px;margin-bottom:4px}.metric-value{display:block;font-size:16px;font-weight:600;color:var(--green-dark)}.animal-care-categories{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.care-category{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500;text-transform:capitalize}.care-category.nutrition{background:var(--green-light);color:#fff}.care-category.health{background:var(--blue);color:#fff}.care-category.breeding{background:var(--orange);color:#fff}.care-category.behavior{background:var(--teal);color:#fff}.care-category.environment{background:var(--gray-600);color:#fff}.animal-card-actions{display:flex;gap:8px}.animal-card-actions .btn{flex:1;font-size:14px;padding:8px 16px}.health-topic-card{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;padding:16px;transition:all .3s ease;display:flex;gap:12px}.health-topic-card:hover{border-color:var(--green-light);box-shadow:0 4px 12px #2d3e1f1a}.topic-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.topic-icon.nutrition{background:var(--green-light)}.topic-icon.health{background:var(--blue)}.topic-icon.breeding{background:var(--orange)}.topic-icon.behavior{background:var(--teal)}.topic-icon.emergency{background:var(--red)}.topic-content{flex:1}.topic-content h4{font-size:1rem;font-weight:600;color:var(--green-dark);margin-bottom:6px}.topic-summary{font-size:14px;color:var(--gray-600);line-height:1.4;margin-bottom:8px}.topic-meta{display:flex;gap:12px;margin-bottom:6px}.topic-category{font-size:11px;color:var(--gray-500);text-transform:uppercase;font-weight:600;letter-spacing:.5px}.topic-difficulty{font-size:11px;padding:2px 6px;border-radius:4px;font-weight:600;text-transform:uppercase}.topic-difficulty.easy{background:var(--teal);color:#fff}.topic-difficulty.medium{background:var(--orange);color:#fff}.topic-difficulty.hard{background:var(--red);color:#fff}.topic-stats{display:flex;gap:12px;font-size:12px;color:var(--gray-500)}.topic-actions{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.quick-reference-card{background:var(--white);border-radius:8px;padding:16px;border-left:4px solid var(--green-light);transition:all .3s ease}.quick-reference-card.emergency{border-left-color:var(--red);background:var(--red);color:#fff}.quick-reference-card.urgent{border-left-color:var(--orange)}.quick-reference-card.normal{border-left-color:var(--green-light)}.reference-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.urgency-indicator{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff}.urgency-indicator.emergency{background:var(--red)}.urgency-indicator.urgent{background:var(--orange)}.urgency-indicator.normal{background:var(--green-light)}.reference-header h4{font-size:1rem;font-weight:600;margin:0}.reference-summary{font-size:14px;line-height:1.4;margin-bottom:12px}.reference-details{margin-bottom:12px}.detail-item{font-size:13px;margin-bottom:4px}.enhanced-post-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;border:1px solid var(--gray-200)}.enhanced-post-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.post-card-image{position:relative;height:200px;overflow:hidden}.post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.enhanced-post-card:hover .post-card-image img{transform:scale(1.05)}.post-badge{position:absolute;top:12px;left:12px;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;color:#fff}.post-badge.featured{background:var(--orange)}.post-badge.new{background:var(--teal)}.reading-progress{position:absolute;bottom:12px;right:12px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500}.post-card-content{padding:20px}.post-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.post-meta{display:flex;gap:8px;align-items:center}.post-category{padding:3px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;color:#fff}.post-category.technology{background:var(--blue)}.post-category.farming{background:var(--green-light)}.post-category.health{background:var(--teal)}.post-category.business{background:var(--orange)}.post-date{font-size:12px;color:var(--gray-500)}.post-engagement{display:flex;gap:12px;font-size:12px;color:var(--gray-500)}.post-title a{color:var(--green-dark);text-decoration:none;font-size:1.1rem;font-weight:600;line-height:1.3;transition:color .3s ease}.post-title a:hover{color:var(--green-light)}.post-excerpt{color:var(--gray-600);font-size:14px;line-height:1.5;margin:12px 0 16px}.post-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.post-tag{padding:2px 8px;background:var(--gray-100);border-radius:10px;font-size:11px;color:var(--gray-600);cursor:pointer;transition:all .3s ease}.post-tag:hover{background:var(--green-light);color:#fff}.post-card-footer{display:flex;justify-content:space-between;align-items:center}.post-author{display:flex;align-items:center;gap:8px}.author-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.author-info{display:flex;flex-direction:column}.author-name{font-size:13px;font-weight:600;color:var(--green-dark)}.author-role{font-size:11px;color:var(--gray-500)}.post-actions{display:flex;gap:4px}.btn-icon{background:none;border:none;padding:6px;border-radius:6px;color:var(--gray-500);cursor:pointer;transition:all .3s ease}.btn-icon:hover{background:var(--gray-100);color:var(--green-dark)}@media (max-width: 768px){.animal-health-card,.enhanced-post-card{margin-bottom:16px}.animal-card-content,.post-card-content{padding:16px}.animal-card-actions{flex-direction:column}.animal-card-actions .btn{width:100%}.health-topic-card{flex-direction:column;gap:8px}.topic-actions{flex-direction:row;justify-content:space-between;align-items:center}.post-card-header{flex-direction:column;align-items:flex-start;gap:8px}.post-card-footer{flex-direction:column;gap:12px;align-items:flex-start}.post-actions{align-self:flex-end}}@media (max-width: 480px){.health-metrics{grid-template-columns:1fr;gap:8px}.animal-care-categories{gap:4px}.care-category{font-size:10px;padding:3px 6px}}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--green-dark);margin-bottom:12px}.section-header p{font-size:1.1rem;color:var(--gray-600);max-width:600px;margin:0 auto}.section-actions{text-align:center;margin-top:32px}.health-search{position:relative;max-width:500px;margin:24px auto 0}.search-input{width:100%;padding:12px 48px 12px 16px;border:2px solid var(--gray-300);border-radius:25px;font-size:16px;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:var(--green-light)}.search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:var(--green-light);color:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease}.search-btn:hover{background:var(--green-dark)}.emergency-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:32px}.topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px;margin-bottom:32px}.animals-health-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:32px}.health-topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px}.health-category-filters{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:32px}.category-filter-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--white);border:2px solid var(--gray-300);border-radius:25px;font-size:14px;font-weight:500;color:var(--gray-700);cursor:pointer;transition:all .3s ease}.category-filter-btn:hover{border-color:var(--green-light);color:var(--green-dark)}.category-filter-btn.active{background:var(--green-light);border-color:var(--green-light);color:#fff}.category-icon{font-size:16px}.category-count{background:#fff3;padding:2px 6px;border-radius:10px;font-size:11px;font-weight:600}.category-filter-btn.active .category-count{background:#ffffff4d}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.resource-card{background:var(--white);border-radius:12px;padding:24px;text-align:center;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease;border:1px solid var(--gray-200)}.resource-card:hover{transform:translateY(-4px)}.resource-icon{font-size:2.5rem;margin-bottom:16px}.resource-card h3{font-size:1.25rem;font-weight:600;color:var(--green-dark);margin-bottom:12px}.resource-card p{color:var(--gray-600);font-size:14px;line-height:1.5;margin-bottom:20px}.load-more-section{text-align:center;margin-top:40px}.no-results{grid-column:1 / -1;text-align:center;padding:60px 20px;background:var(--gray-50);border-radius:12px}.no-results h3{font-size:1.5rem;color:var(--gray-700);margin-bottom:8px}.no-results p{color:var(--gray-500);font-size:1rem}@media (max-width: 1024px){.section-header h2{font-size:2rem}.animals-health-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.topics-grid,.health-topics-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.section-header{margin-bottom:32px}.section-header h2{font-size:1.75rem}.section-header p{font-size:1rem}.health-category-filters{gap:8px}.category-filter-btn{padding:8px 12px;font-size:13px}.animals-health-grid,.topics-grid,.health-topics-grid,.emergency-grid{grid-template-columns:1fr;gap:16px}.resources-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}}@media (max-width: 480px){.health-category-filters{flex-direction:column;align-items:center}.category-filter-btn{width:100%;max-width:280px;justify-content:center}.resource-card{padding:20px}.health-search{margin:20px auto 0}.search-input{font-size:14px;padding:10px 40px 10px 14px}.search-btn{width:32px;height:32px;right:6px}}.services-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.services-hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.services-tagline{font-size:1.5rem;margin-bottom:1rem;opacity:.9}.services-description{font-size:1.1rem;max-width:600px;margin:0 auto 2rem;opacity:.85;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.8;text-transform:uppercase;letter-spacing:1px}.service-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;border:1px solid #e1e8ed;height:100%;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.service-header{display:flex;align-items:flex-start;margin-bottom:1rem;position:relative}.service-icon{width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-right:1rem;flex-shrink:0}.service-info{flex:1}.service-name{font-size:1.3rem;font-weight:600;margin:0 0 .3rem;color:#2c3e50}.service-category{color:#7f8c8d;font-size:.9rem;margin-bottom:.2rem}.service-distance{color:#27ae60;font-size:.85rem;font-weight:500}.emergency-badge{background:#e74c3c;color:#fff;padding:.3rem .6rem;border-radius:20px;font-size:.8rem;font-weight:600;position:absolute;top:0;right:0}.service-body{flex:1;margin-bottom:1rem}.service-rating{display:flex;align-items:center;margin-bottom:1rem}.rating-stars{color:#f39c12;margin-right:.5rem;font-size:1.1rem}.rating-text{color:#7f8c8d;font-size:.9rem}.service-contact{margin-bottom:1rem}.contact-item{display:flex;align-items:center;margin-bottom:.5rem;font-size:.9rem}.contact-icon{margin-right:.5rem;width:20px}.contact-item a{color:#3498db;text-decoration:none;font-weight:500}.contact-item a:hover{text-decoration:underline}.address,.hours{color:#2c3e50}.service-specialties{margin-bottom:1rem}.service-specialties h4{font-size:.9rem;margin:0 0 .5rem;color:#2c3e50;font-weight:600}.specialty-tags{display:flex;flex-wrap:wrap;gap:.3rem}.specialty-tag{background:#ecf0f1;color:#2c3e50;padding:.2rem .5rem;border-radius:12px;font-size:.8rem;font-weight:500}.service-packages{margin-bottom:1rem}.service-packages h4{font-size:.9rem;margin:0 0 .5rem;color:#2c3e50;font-weight:600}.package-list{list-style:none;padding:0;margin:0}.package-list li{font-size:.85rem;color:#2c3e50;margin-bottom:.2rem;padding-left:1rem;position:relative}.package-list li:before{content:"💰";position:absolute;left:0}.service-actions{display:flex;gap:.5rem;flex-wrap:wrap}.service-actions .btn{flex:1;min-width:120px;font-size:.9rem}.btn-emergency{background:#e74c3c;color:#fff;border:none;animation:pulse 2s infinite}.btn-emergency:hover{background:#c0392b}@keyframes pulse{0%{box-shadow:0 0 #e74c3cb3}70%{box-shadow:0 0 0 10px #e74c3c00}to{box-shadow:0 0 #e74c3c00}}.category-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;cursor:pointer;border:1px solid #e1e8ed;position:relative;overflow:hidden}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.category-card:hover .category-arrow{transform:translate(5px)}.category-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem;color:#fff}.category-name{font-size:1.2rem;font-weight:600;margin:0 0 .5rem;color:#2c3e50}.category-description{color:#7f8c8d;font-size:.9rem;margin-bottom:1rem;line-height:1.4}.category-arrow{font-size:1.5rem;color:#3498db;transition:transform .3s ease}.emergency-service-card{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.emergency-service-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e74c3c4d}.emergency-header{display:flex;align-items:center;margin-bottom:1rem}.emergency-icon{font-size:2rem;margin-right:1rem}.emergency-info h3{margin:0 0 .2rem;font-size:1.2rem}.emergency-type{opacity:.9;font-size:.9rem}.emergency-call-btn{display:block;background:#fff3;color:#fff;text-decoration:none;padding:1rem;border-radius:8px;text-align:center;font-weight:600;margin-bottom:1rem;transition:background .3s ease}.emergency-call-btn:hover{background:#ffffff4d}.emergency-details{margin-bottom:1rem}.detail-item{margin-bottom:.5rem;font-size:.9rem;opacity:.9}.emergency-actions{display:flex;gap:.5rem}.emergency-actions .btn{flex:1}.map-search-widget{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;margin:2rem 0}.search-header{text-align:center;margin-bottom:2rem}.search-header h3{font-size:1.5rem;margin-bottom:.5rem;color:#2c3e50}.location-input{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.location-field{flex:1;min-width:200px;padding:.75rem;border:2px solid #e1e8ed;border-radius:8px;font-size:1rem}.search-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-filters select{flex:1;min-width:150px;padding:.75rem;border:2px solid #e1e8ed;border-radius:8px;background:#fff}.map-placeholder{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:12px;padding:3rem;text-align:center;color:#6c757d}.map-coming-soon{max-width:400px;margin:0 auto}.map-icon{font-size:4rem;margin-bottom:1rem}.map-coming-soon h4{font-size:1.5rem;margin-bottom:1rem;color:#495057}.services-controls{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d}.search-controls{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.search-input{flex:1;min-width:250px;padding:.75rem;border:2px solid #e1e8ed;border-radius:8px;font-size:1rem}.filter-controls{display:flex;gap:1rem;flex-wrap:wrap}.filter-controls select{min-width:150px;padding:.75rem;border:2px solid #e1e8ed;border-radius:8px;background:#fff}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-top:2rem}.emergency-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.emergency-services{background:#fdf6f6;padding:4rem 0}.emergency-header{text-align:center;margin-bottom:2rem}.emergency-header h2{color:#e74c3c;font-size:2.5rem;margin-bottom:1rem}.affiliate-info{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0}.affiliate-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center}.affiliate-text h2{font-size:2.5rem;margin-bottom:1rem}.affiliate-benefits{display:flex;gap:2rem;margin:2rem 0;flex-wrap:wrap}.benefit{display:flex;align-items:center;gap:.5rem;font-weight:500}.benefit-icon{font-size:1.2rem}.affiliate-actions{display:flex;gap:1rem;flex-wrap:wrap}.affiliate-placeholder{background:#ffffff1a;border-radius:12px;padding:3rem;text-align:center}.placeholder-icon{font-size:4rem;margin-bottom:1rem}.quality-guarantee{padding:4rem 0;background:#f8f9fa}.guarantee-content{text-align:center}.guarantee-content h2{font-size:2.5rem;margin-bottom:1rem;color:#2c3e50}.guarantee-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.guarantee-item{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a}.guarantee-icon{font-size:3rem;margin-bottom:1rem}.guarantee-item h3{font-size:1.3rem;margin-bottom:1rem;color:#2c3e50}.guarantee-item p{color:#7f8c8d;line-height:1.6}.load-more-section{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e1e8ed}@media (max-width: 768px){.services-hero-content h1{font-size:2.5rem}.hero-stats{flex-direction:column;gap:1rem}.affiliate-content{grid-template-columns:1fr;text-align:center}.location-input,.search-controls,.filter-controls{flex-direction:column}.services-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.emergency-grid,.guarantee-features{grid-template-columns:1fr}}@media (max-width: 480px){.service-actions{flex-direction:column}.service-actions .btn{min-width:auto}.emergency-actions{flex-direction:column}.affiliate-benefits{flex-direction:column;gap:1rem}.affiliate-actions{flex-direction:column}}
