.hero-section{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:3rem 0 2rem}.hero-background{position:absolute;inset:0;background:var(--trunetto-hero-gradient);z-index:-2}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 28% 42%,rgba(0,75,58,.08),transparent 56%),radial-gradient(circle at 72% 78%,rgba(31,143,99,.06),transparent 58%);z-index:-1}.hero-content{position:relative;z-index:1;text-align:center;padding:4rem 1rem;max-width:100%;width:100%}.hero-text{margin-bottom:3rem;animation:fadeIn .8s ease-out;max-width:100%}.hero-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--trunetto-text-primary);margin-bottom:1rem;line-height:1.2;text-shadow:none;max-width:100%}.hero-highlight{color:var(--trunetto-primary)}.hero-subtitle{font-size:clamp(1rem,1.5vw,1.125rem);color:var(--trunetto-text-secondary);max-width:600px;margin:0 auto;line-height:1.6;text-shadow:0 1px 10px rgba(0,0,0,.1)}.hero-search-form{max-width:800px;margin:0 auto;animation:slideUp .8s ease-out .2s both;position:relative;z-index:50}.search-input-group{display:flex;flex-wrap:wrap;gap:1rem;padding:1.5rem;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:1rem;box-shadow:0 18px 48px rgba(15,23,42,.25);position:relative;z-index:100;align-items:stretch}.search-input{flex:1;min-width:200px;padding:1rem 1.5rem;border:2px solid transparent;border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:white;text-align:left;min-height:56px;box-sizing:border-box}.search-input::placeholder{text-align:left}.search-input:focus{outline:none;border-color:rgba(31,143,99,.7);box-shadow:0 0 0 4px rgba(31,143,99,.14)}.search-zip-wrapper{position:relative;flex:0 0 160px}.search-zip-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;z-index:1}.search-zip-wrapper .search-zip{padding-left:2.75rem;width:100%;height:100%;min-height:56px}.search-zip{flex:0 0 160px}.custom-dropdown{position:relative;flex:1 1 280px;min-width:200px}.custom-dropdown-trigger{width:100%;padding:1rem 1.5rem;border:2px solid transparent;border-radius:.75rem;font-size:1rem;background:white;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;transition:all .2s ease;text-align:left;min-height:56px;box-sizing:border-box}.custom-dropdown-trigger:hover{border-color:rgba(31,143,99,.45)}.custom-dropdown-trigger.open{border-color:rgba(31,143,99,.7);box-shadow:0 0 0 4px rgba(31,143,99,.14)}.custom-dropdown-trigger.has-value{border-color:var(--trunetto-secondary)}.dropdown-placeholder{color:#9ca3af}.dropdown-selected{display:flex;align-items:center;gap:.5rem;color:#111827;font-weight:500}.dropdown-selected-icon{color:var(--trunetto-secondary)}.dropdown-chevron{color:#6b7280;transition:transform .2s ease;flex-shrink:0}.dropdown-chevron.rotated{transform:rotate(180deg)}.custom-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:white;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15),0 2px 10px rgba(0,0,0,.08);z-index:9999;padding:.5rem;animation:dropdownFadeIn .15s ease-out;max-height:320px;overflow-y:auto}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.custom-dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:.9375rem;color:#374151;transition:all .15s ease;text-align:left}.custom-dropdown-item.selected,.custom-dropdown-item:hover{background:var(--trunetto-surface-tint);color:var(--trunetto-primary)}.custom-dropdown-item.selected{font-weight:600}.dropdown-item-icon{color:#9ca3af;flex-shrink:0}.custom-dropdown-item.selected .dropdown-item-icon,.custom-dropdown-item:hover .dropdown-item-icon,.dropdown-check{color:var(--trunetto-secondary)}.dropdown-check{margin-left:auto}.search-button{flex:0 0 auto;display:inline-flex}.search-icon{width:20px;height:20px}.search-help-text{margin-top:1rem;display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.help-item{gap:.5rem;color:var(--trunetto-secondary);font-size:.95rem;font-weight:500}.help-item,.hero-stats{display:flex;align-items:center}.hero-stats{justify-content:center;gap:3rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(31,143,99,.35)}.hero-stats .stat-item{text-align:center;background:rgba(255,255,255,.2);padding:2rem 2.5rem;border-radius:1rem;border:2px solid rgba(255,255,255,.4);box-shadow:0 4px 12px rgba(0,0,0,.15)}.hero-stats .stat-number{font-size:2rem;font-weight:800;line-height:1;margin-bottom:.75rem;letter-spacing:-.01em;color:var(--trunetto-primary)}.hero-stats .stat-label{font-size:.9375rem;font-weight:600;color:var(--trunetto-text-primary)}.hero-stats .stat-tool-link{text-decoration:none;transition:all .3s ease;cursor:pointer}.hero-stats .stat-tool-link:hover{transform:translateY(-4px);border-color:var(--trunetto-secondary);background:rgba(255,255,255,.3);box-shadow:0 8px 20px rgba(0,75,58,.2)}.hero-stats .stat-icon{margin-bottom:.75rem;color:var(--trunetto-secondary);display:flex;align-items:center;justify-content:center}.hero-stats .stat-divider{display:none}.trust-section{padding:3rem 1rem;background:white}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.trust-stat{animation:fadeIn .8s ease-out}.trust-value{font-size:1.75rem;font-weight:800;color:var(--trunetto-primary);margin-bottom:.5rem}.trust-label{font-size:1rem;color:var(--text-muted);font-weight:500}.services-section{background:var(--trunetto-hero-gradient)}.featured-brands-section .section-header,.homepage .section-header,.services-section .section-header,.tools-section .section-header,.troubleshooting-home-section .section-header{text-align:center!important;margin-bottom:4rem;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.section-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:var(--trunetto-text-primary);margin-bottom:1rem}.section-subtitle{font-size:1rem;color:var(--text-muted);max-width:600px;margin:0 auto}.services-section .services-grid{grid-template-columns:repeat(4,1fr)!important;max-width:1200px!important}.services-section .services-grid,.tools-section .services-grid{display:grid!important;gap:1.5rem!important;margin:0 auto!important}.tools-section .services-grid{grid-template-columns:repeat(3,1fr)!important;max-width:1000px!important}.service-card{background:white!important;padding:2rem!important;border-radius:1rem!important;border:1.5px solid transparent!important;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease!important;cursor:pointer!important;text-decoration:none!important;color:inherit!important;box-shadow:0 6px 20px rgba(15,23,42,.08)!important;display:block!important}.service-card:hover{transform:translateY(-8px)!important;border-color:rgba(31,143,99,.55)!important;box-shadow:0 20px 40px rgba(15,23,42,.15)!important}.service-card .service-icon{width:60px!important;height:60px!important;margin-bottom:1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#004B3A,#003E31)!important;border-radius:12px!important;color:white!important}.service-card .service-name{font-size:1.25rem!important;font-weight:700!important;margin-bottom:.5rem!important;color:#0f172a!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important}.service-card .service-description{font-size:.95rem!important;color:var(--text-muted)!important;margin-bottom:1rem!important;line-height:1.5!important}.service-card .service-count{font-size:.875rem!important;color:var(--primary)!important;font-weight:600!important}.featured-brands-section{background:linear-gradient(180deg,#f8fafc,white);padding:4rem 0}.featured-brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.featured-brand-card{position:relative;background:white;padding:1.5rem;border-radius:1rem;border:2px solid #e5e7eb;transition:all .3s ease;cursor:pointer;text-decoration:none;display:flex;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,.06);overflow:hidden;min-height:380px}.featured-brand-card:hover{transform:translateY(-8px);border-color:var(--trunetto-secondary);box-shadow:0 20px 40px rgba(0,75,58,.14)}.featured-brand-badge{position:absolute;top:1rem;right:1rem;background:var(--trunetto-primary);color:white;padding:.375rem .75rem;border-radius:6px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.featured-brand-logo{width:100px;height:100px;margin:0 auto 1rem;background:#f9fafb;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;padding:.75rem}.featured-brand-logo img{width:100%;height:100%;object-fit:contain}.featured-brand-logo-placeholder{color:#9ca3af}.featured-brand-logo-placeholder,.featured-brand-name{display:flex;align-items:center;justify-content:center}.featured-brand-name{gap:.5rem;font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.375rem;text-align:center}.featured-brand-name .verified-icon{color:var(--trunetto-secondary);flex-shrink:0}.featured-brand-tagline{text-align:center;font-size:.875rem;color:var(--trunetto-primary);font-weight:600;margin-bottom:.75rem}.featured-brand-description{text-align:center;font-size:.8125rem;color:#6b7280;line-height:1.5;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.featured-brand-meta{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem;padding-top:.75rem;border-top:1px solid #f3f4f6}.featured-brand-category{padding:.375rem .75rem;background:#f3f4f6;color:#4b5563;border-radius:6px;font-size:.8125rem;text-transform:capitalize}.featured-brand-category,.featured-brand-rating{display:inline-flex;align-items:center;font-weight:600}.featured-brand-rating{gap:.25rem;color:#fbbf24;font-size:.875rem}.featured-brand-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--trunetto-primary);color:white;border-radius:8px;font-weight:600;font-size:.875rem;transition:all .2s ease}.featured-brand-card:hover .featured-brand-cta{background:var(--trunetto-secondary);transform:translateX(4px)}.featured-brands-footer{text-align:center}.view-all-brands-link{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:white;border:2px solid var(--trunetto-primary);color:var(--trunetto-primary);border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease}.view-all-brands-link:hover{background:var(--trunetto-primary);color:white;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,75,58,.22)}.featured-section{background:white}.featured-section .featured-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:2rem!important;max-width:1200px!important;margin:0 auto!important;justify-items:center!important}.business-card{background:white;padding:2rem;border-radius:1rem;border:1.5px solid var(--border);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:pointer;text-decoration:none;color:inherit;box-shadow:0 6px 18px rgba(15,23,42,.08);width:100%;max-width:100%}.business-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(15,23,42,.16);border-color:rgba(31,143,99,.55)}.business-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.business-logo-placeholder{width:50px;height:50px;border-radius:.75rem;background:linear-gradient(135deg,#004B3A,#003E31);color:white;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.featured-badge{display:inline-flex!important;align-items:center!important;gap:.375rem!important;background:linear-gradient(135deg,#facc15,#eab308)!important;padding:.375rem .875rem!important;border-radius:.5rem!important;font-size:.75rem!important;font-weight:700!important;box-shadow:0 2px 8px rgba(251,191,36,.3)!important}.featured-badge,.featured-badge svg{color:var(--trunetto-primary)!important}.business-cta-title{font-size:2rem;font-weight:800;margin-bottom:1rem;color:#0f172a}.business-location{font-size:.95rem;color:var(--secondary);margin-bottom:1rem}.business-description{font-size:.95rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.business-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border)}.business-rating{display:flex;align-items:center;gap:.5rem}.rating-stars{color:#facc15;font-size:1.1rem}.star-filled{color:#facc15}.star-empty{color:#e5e7eb}.rating-value{font-weight:700;color:#0f172a}.review-count{font-size:.875rem;color:var(--secondary)}.how-it-works-section{background:linear-gradient(180deg,#f8fafc,white)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative}.step-card{text-align:center;padding:2rem;background:white;border-radius:1rem;box-shadow:0 4px 15px rgba(0,0,0,.08);position:relative}.step-number{position:absolute;top:-15px;left:50%;transform:translateX(-50%);width:40px;height:40px;border-radius:50%;font-weight:700;font-size:1.2rem}.step-icon,.step-number{background:linear-gradient(135deg,#004B3A,#003E31);color:white;display:flex;align-items:center;justify-content:center}.step-icon{width:80px;height:80px;margin:1.5rem auto 1rem;border-radius:16px}.step-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#0f172a}.step-description{font-size:.95rem;color:var(--text-muted);line-height:1.6}.step-arrow{display:none}.cta-section{padding:5rem 1rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7 50%,#d1fae5);position:relative;overflow:hidden;border-top:1px solid #a7f3d0;border-bottom:1px solid #a7f3d0}.cta-section:before{content:"";position:absolute;top:-50%;right:-10%;width:40%;height:200%;background:rgba(5,150,105,.05);border-radius:50%}.cta-container{position:relative;z-index:1}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0f172a;margin-bottom:1rem}.homepage .cta-section .cta-title,.homepage .cta-section .cta-title .hero-highlight{color:#111827}.cta-subtitle{font-size:1.2rem;color:#374151;margin-bottom:2rem;line-height:1.6}.homepage .cta-section .cta-subtitle{color:#64748b}.cta-button{font-size:1.1rem;padding:1rem 2.5rem;background:var(--trunetto-primary);color:white;border:none}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.business-cta-section{background:#f8fafc}.business-cta-card{background:white;border-radius:1.5rem;padding:3rem;box-shadow:0 10px 40px rgba(0,0,0,.1);display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.business-quick-action-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}.business-cta-subtitle{font-size:1.1rem;color:var(--secondary)}.business-benefits{list-style:none;padding:0}.business-benefits li{font-size:1rem;color:#0f172a;padding:.5rem 0;font-weight:500}.business-cta-actions{display:flex;flex-direction:column;gap:1rem}@media (max-width:1200px){.services-section .services-grid{grid-template-columns:repeat(3,1fr)!important}.tools-section .services-grid{grid-template-columns:repeat(2,1fr)!important}.featured-brands-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:992px){.services-section .services-grid,.tools-section .services-grid{grid-template-columns:repeat(2,1fr)!important}.featured-brands-grid{grid-template-columns:repeat(2,1fr)}.hero-section{min-height:500px}.hero-stats{gap:2rem}.hero-stats .stat-number{font-size:1.75rem}}@media (max-width:768px){.featured-brands-grid{grid-template-columns:1fr;gap:1.25rem}.featured-brand-card{padding:1.25rem;min-height:320px}.featured-brand-logo{width:80px;height:80px;margin-bottom:1rem}.featured-brand-name{font-size:1.125rem}.featured-brand-tagline{font-size:.8125rem}.featured-brand-description{font-size:.75rem;-webkit-line-clamp:2;line-clamp:2}.hero-section{min-height:auto;padding:3rem 0 2rem}.services-section .services-grid,.tools-section .services-grid{grid-template-columns:1fr!important;gap:1rem!important}.featured-section .featured-grid{grid-template-columns:1fr!important}.search-input-group{flex-direction:column;gap:.75rem;padding:1.25rem}.search-input{width:100%;padding:.875rem 1.25rem;font-size:16px}.custom-dropdown,.search-zip,.search-zip-wrapper{flex:1;min-width:100%}.custom-dropdown-trigger{padding:.875rem 1.25rem;font-size:16px}.custom-dropdown-menu{max-height:280px}.search-button{width:100%;flex:1}.search-help-text{flex-direction:column;gap:.75rem;align-items:flex-start;margin-top:.75rem}.hero-stats{flex-direction:column;gap:1rem;margin-top:2rem;padding-top:1.5rem;width:100%}.hero-stats .stat-item{width:100%;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:flex-start;gap:1rem;text-align:left}.hero-stats .stat-number{font-size:2rem;font-weight:700;line-height:1}.hero-stats .stat-label{font-size:.9rem;font-weight:600;line-height:1.3}.stat-divider,.step-arrow{display:none}.business-cta-card{grid-template-columns:1fr}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.search-input-group{padding:1rem;gap:.75rem}.search-input{padding:.75rem 1rem;font-size:16px}.help-item{font-size:.875rem}.hero-stats .stat-item{padding:1rem 1.25rem;gap:.75rem}.hero-stats .stat-number{font-size:1.75rem}.hero-stats .stat-label{font-size:.85rem}.services-section .services-grid,.tools-section .services-grid{grid-template-columns:1fr!important;gap:.875rem!important}.service-card{padding:1.25rem}.service-icon{width:48px;height:48px}.service-card h3{font-size:1rem}.service-card p{font-size:.875rem}.pro-count{font-size:.8rem}}.smart-home-test-cta{padding:3rem 0;background:linear-gradient(to bottom right,#f0fdf4,#dbeafe,#d1fae5);position:relative;overflow:hidden}.smart-home-test-cta:before{top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%)}.smart-home-test-cta:after,.smart-home-test-cta:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.smart-home-test-cta:after{bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%)}.test-cta-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:white;border-radius:16px;padding:2.5rem 3rem;border:2px solid #e5e7eb;box-shadow:0 4px 24px rgba(0,0,0,.08)}.test-cta-icon{flex-shrink:0;width:64px;height:64px;background:linear-gradient(135deg,#004B3A,#003E31);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 8px 24px rgba(0,75,58,.24);animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.test-cta-text{flex:1}.test-cta-title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.test-cta-subtitle{font-size:1rem;color:#6b7280;margin:0;line-height:1.5}.test-cta-button{flex-shrink:0;display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#004B3A,#003E31);color:white;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 16px rgba(31,143,99,.3)}.test-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.test-cta-arrow{font-size:1.25rem;transition:transform .3s}.test-cta-button:hover .test-cta-arrow{transform:translateX(4px)}@media (max-width:968px){.test-cta-content{flex-direction:column;text-align:center;padding:2rem}.test-cta-title{font-size:1.5rem}.test-cta-button{width:100%;justify-content:center}}@media (max-width:640px){.smart-home-test-cta{padding:2rem 0}.test-cta-content{padding:1.5rem}.test-cta-icon{width:56px;height:56px}.test-cta-title{font-size:1.25rem}.test-cta-subtitle{font-size:.9rem}}.troubleshooting-home-view-all{background:linear-gradient(180deg,#ffffff,#f8fafc);padding:5rem 0}.troubleshooting-home-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.troubleshooting-home-card{background:#f8fafc;border-radius:1rem;padding:1.5rem;text-decoration:none;color:inherit;border:1.5px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column;position:relative;box-shadow:0 4px 12px rgba(15,23,42,.05)}.troubleshooting-home-card:hover{transform:translateY(-6px);border-color:var(--trunetto-secondary);border-width:2.5px;box-shadow:0 16px 32px rgba(15,23,42,.12),0 0 0 1px var(--trunetto-secondary)}.troubleshooting-home-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.troubleshooting-home-brand-logo{width:40px;height:40px;object-fit:contain;border-radius:8px}.troubleshooting-home-brand-icon{width:40px;height:40px;background:linear-gradient(135deg,#004B3A,#003E31);border-radius:10px;display:flex;align-items:center;justify-content:center;color:white}.troubleshooting-home-difficulty{font-size:.7rem;font-weight:600;text-transform:uppercase;padding:.25rem .6rem;border-radius:20px;color:white;letter-spacing:.5px;background:linear-gradient(135deg,#004B3A,#003E31)}.troubleshooting-home-card-title{font-size:1.05rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;line-height:1.4}.troubleshooting-home-card-desc,.troubleshooting-home-card-title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.troubleshooting-home-card-desc{font-size:.875rem;color:#64748b;line-height:1.5;margin-bottom:1rem;flex:1}.troubleshooting-home-card-metrics{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:#6b7280;padding-top:.75rem;border-top:1px solid #f1f5f9}.troubleshooting-home-brand-name{font-weight:600;color:#374151}.troubleshooting-home-time{display:flex;align-items:center;gap:.35rem;color:var(--trunetto-primary)}.troubleshooting-home-card-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#d1d5db;transition:all .3s ease;opacity:0}.troubleshooting-home-card:hover .troubleshooting-home-card-arrow{opacity:1;color:var(--trunetto-secondary);right:.75rem}.troubleshooting-home-cta{text-align:center;margin-top:3rem}.troubleshooting-home-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#004B3A,#003E31);color:white;padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 14px rgba(31,143,99,.3)}.troubleshooting-home-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(31,143,99,.4)}@media (max-width:968px){.troubleshooting-home-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.troubleshooting-home-section{padding:3rem 0}.troubleshooting-home-grid{grid-template-columns:1fr;gap:1rem}.troubleshooting-home-card{padding:1.25rem}.troubleshooting-home-card-arrow{display:none}}.standards-block{padding:3rem 0;background:#f0fdf4;border-top:1px solid #a7f3d0;border-bottom:1px solid #a7f3d0}.standards-block-content{display:flex;align-items:flex-start;gap:1.5rem;max-width:900px;margin:0 auto}.standards-block-icon{width:64px;height:64px;background:linear-gradient(135deg,#004B3A,#003E31);border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0}.standards-block-text h2{font-size:1.375rem;font-weight:700;color:#111827;margin:0 0 .75rem}.standards-block-text p{font-size:1rem;line-height:1.7;color:#374151;margin:0}.standards-block-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--trunetto-primary);font-weight:600;text-decoration:none;white-space:nowrap;transition:all .2s}.standards-block-link:hover{color:var(--trunetto-secondary);gap:.5rem}.standards-block>.container>a{display:block;width:fit-content;margin:1.25rem auto 0}@media (max-width:640px){.standards-block-content{flex-direction:column;text-align:center;align-items:center}.standards-block-icon{width:56px;height:56px}.standards-block-text h2{font-size:1.25rem}}.smart-home-test-cta{background:linear-gradient(135deg,#ffffff,#fcfdfc 58%,#f8faf8)}.test-cta-content{background:#ffffff;border-color:#e5e7eb;box-shadow:0 10px 30px rgba(15,23,42,.1)}.test-cta-title{color:#111827}.test-cta-subtitle{color:#4B5563}.test-cta-button{background:var(--trunetto-action);color:#fff;box-shadow:0 8px 22px rgba(245,158,11,.28)}.test-cta-button:hover{background:var(--trunetto-action-hover);box-shadow:0 12px 28px rgba(217,119,6,.28)}.troubleshooting-home-view-all{background:linear-gradient(180deg,#ffffff,#f8faf8)}