*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#1d1d1f;-webkit-font-smoothing:antialiased;background:#fff;min-width:320px;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}:root{--brand-blue:#104e80;--brand-blue-hover:#17649e;--brand-blue-soft:#eaf2f8;--text-primary:#163247;--text-secondary:#66788a;--background:#fff;--background-soft:#f3f7fa;--border:#104e801f;--max-width:1120px}.app{background:var(--background);min-height:100vh}.navbar{z-index:100;-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#fffffff0;position:sticky;top:0}.navbar-inner{width:min(var(--max-width), calc(100% - 40px));justify-content:space-between;align-items:center;height:64px;margin:0 auto;display:flex;position:relative}.navbar-brand{color:var(--brand-blue);letter-spacing:-.025em;align-items:center;gap:11px;font-size:18px;font-weight:700;display:flex}.navbar-logo{object-fit:cover;border-radius:9px;width:38px;height:38px}.navbar-links{align-items:center;gap:24px;font-size:14px;font-weight:500;display:flex}.navbar-links a{transition:opacity .2s,color .2s}.navbar-links a:hover{color:var(--brand-blue)}.navbar-links .request-button:hover{color:#fff}.navbar-links a.active:not(.request-button){color:var(--brand-blue);font-weight:650}.menu-button{cursor:pointer;background:0 0;border:none;border-radius:12px;width:42px;height:42px;padding:0;display:none}.menu-button span{background:var(--text-primary);border-radius:999px;width:22px;height:2px;margin:5px auto;transition:transform .2s,opacity .2s;display:block}.menu-button.open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-button.open span:nth-child(2){opacity:0}.menu-button.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.request-button,.primary-button{background:var(--brand-blue);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:11px 21px;font-weight:500;transition:transform .2s,background .2s,box-shadow .2s,opacity .2s;display:inline-flex}.request-button:hover,.primary-button:hover{background:var(--brand-blue-hover);color:#fff;transform:translateY(-1px);box-shadow:0 8px 22px #104e802e}.primary-button{padding:12px 23px;font-size:17px}.primary-button:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.secondary-button{color:var(--brand-blue);font-size:17px;font-weight:600;transition:opacity .2s}.secondary-button:hover{opacity:.7}.hero{text-align:center;background:linear-gradient(180deg, #fff 0%, var(--background-soft) 100%);padding:90px 20px 105px}.hero-content{max-width:900px;margin:0 auto}.hero-eyebrow,.section-eyebrow{color:var(--brand-blue);letter-spacing:-.015em;margin:0 0 16px;font-size:18px;font-weight:650}.hero h1{color:var(--text-primary);letter-spacing:-.045em;margin:0;font-size:clamp(46px,6vw,70px);font-weight:700;line-height:1}.hero-description{max-width:690px;color:var(--text-secondary);margin:26px auto 0;font-size:21px;line-height:1.45}.hero-actions{justify-content:center;align-items:center;gap:22px;margin-top:30px;display:flex}.intro-section,.area-section{padding:90px 20px}.section-content{width:min(var(--max-width), 100%);margin:0 auto}.section-content h2,.contact-card h2{max-width:900px;color:var(--text-primary);letter-spacing:-.035em;margin:0;font-size:clamp(34px,4.2vw,50px);font-weight:700;line-height:1.08}.section-description{max-width:700px;color:var(--text-secondary);margin:22px 0 0;font-size:20px;line-height:1.5}.section-action{margin-top:34px}.service-grid{grid-template-columns:repeat(2,1fr);gap:22px;margin-top:52px;display:grid}.service-card{background:var(--background-soft);border:1px solid #104e800f;border-radius:26px;flex-direction:column;min-height:220px;padding:34px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.service-card:hover{border-color:#104e801f;transform:translateY(-4px);box-shadow:0 18px 45px #104e8014}.service-card h3{color:var(--brand-blue);letter-spacing:-.03em;margin:0;font-size:30px;font-weight:650}.service-card p{max-width:420px;color:var(--text-secondary);margin-top:16px;font-size:17px;line-height:1.5}.card-link{color:var(--brand-blue);margin-top:auto;padding-top:22px;font-size:15px;font-weight:650}.service-detail-hero,.brand-detail-hero,.service-area-detail-hero{background:linear-gradient(#fff 0%,#f3f7fa 100%);padding:90px 20px}.service-detail-hero-content,.brand-detail-hero-content,.service-area-detail-content{max-width:880px}.service-detail-headline{max-width:720px;color:var(--text-primary);letter-spacing:-.025em;margin:26px 0 0;font-size:26px;font-weight:600;line-height:1.28}.service-detail-actions{align-items:center;gap:24px;margin-top:34px;display:flex}.service-detail-section{padding:95px 20px}.service-detail-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:80px;display:grid}.problem-list{gap:14px;display:grid}.problem-item{background:var(--background-soft);min-height:62px;color:var(--text-primary);border:1px solid #104e8012;border-radius:16px;align-items:center;gap:14px;padding:17px 20px;font-size:16px;line-height:1.4;display:flex}.problem-check{background:var(--brand-blue-soft);width:27px;height:27px;color:var(--brand-blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.diagnostic-section{background:var(--background-soft);padding:95px 20px}.diagnostic-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:44px;display:grid}.diagnostic-card{min-height:120px;color:var(--brand-blue);background:#fff;border:1px solid #104e8014;border-radius:22px;align-items:flex-end;padding:26px;font-size:18px;font-weight:650;display:flex;box-shadow:0 8px 24px #104e800a}.why-service-section{padding:90px 20px}.why-service-card{background:linear-gradient(145deg,#f3f7fa 0%,#eaf2f8 100%);border:1px solid #104e8014;border-radius:32px;grid-template-columns:1fr 1fr;gap:70px;padding:55px;display:grid}.why-service-points{gap:25px;display:grid}.why-service-point{border-bottom:1px solid #104e801a;padding-bottom:22px}.why-service-point:last-child{border-bottom:none;padding-bottom:0}.why-service-point strong{color:var(--text-primary);font-size:18px}.why-service-point p{color:var(--text-secondary);margin:8px 0 0;font-size:15px;line-height:1.55}.brands-page{background:linear-gradient(#fff 0%,#f8fafc 100%)}.brand-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px;display:grid}.brand-grid-detailed{grid-template-columns:repeat(2,1fr)}.brand-card{background:var(--background-soft);min-height:110px;color:var(--brand-blue);border:1px solid #104e8012;border-radius:24px;align-items:center;padding:28px;font-size:23px;font-weight:650;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.brand-card:hover{border-color:#104e8024;transform:translateY(-3px);box-shadow:0 14px 35px #104e8014}.brand-detail-card{background:#fff;border:1px solid #104e8017;border-radius:26px;flex-direction:column;min-height:210px;padding:32px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 8px 28px #104e800a}.brand-detail-card:hover{border-color:#104e8029;transform:translateY(-4px);box-shadow:0 18px 42px #104e8017}.brand-detail-card h2{color:var(--brand-blue);letter-spacing:-.03em;margin:0;font-size:28px;font-weight:650}.brand-detail-card p{max-width:470px;color:var(--text-secondary);margin:14px 0 0;font-size:16px;line-height:1.55}.brand-appliances-section{padding:90px 20px}.brand-appliance-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:42px;display:grid}.brand-appliance-card{background:var(--background-soft);min-height:105px;color:var(--brand-blue);border:1px solid #104e8012;border-radius:20px;align-items:flex-end;padding:24px;font-size:18px;font-weight:650;display:flex}.brand-problems-section{background:var(--background-soft);padding:95px 20px}.brand-problems-section .problem-item{background:#fff}.brand-diagnosis-section{padding:90px 20px}.brand-diagnosis-card{background:linear-gradient(145deg,#f3f7fa 0%,#eaf2f8 100%);border:1px solid #104e8014;border-radius:32px;grid-template-columns:1fr 1fr;gap:70px;padding:52px;display:grid}.brand-diagnosis-copy p{color:var(--text-secondary);margin:0 0 18px;font-size:17px;line-height:1.6}.service-areas-hero{background:linear-gradient(#fff 0%,#f3f7fa 100%);padding:90px 20px}.service-area-region{padding:90px 20px}.service-area-region-alt{background:var(--background-soft)}.service-area-region-heading{max-width:850px}.service-area-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px;display:grid}.service-area-card{background:var(--background-soft);border:1px solid #104e8012;border-radius:22px;flex-direction:column;justify-content:space-between;min-height:170px;padding:28px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex}.service-area-card-white{background:#fff}.service-area-card:hover{border-color:#104e8026;transform:translateY(-3px);box-shadow:0 14px 34px #104e8014}.service-area-county{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:650}.service-area-card h3{color:var(--brand-blue);letter-spacing:-.025em;margin:8px 0 0;font-size:26px;font-weight:650}.service-area-note{max-width:760px;color:var(--text-secondary);margin:32px 0 0;font-size:14px;line-height:1.55}.service-area-services{padding:90px 20px}.service-area-service-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:42px;display:grid}.service-area-service-grid a{background:var(--background-soft);color:var(--brand-blue);border:1px solid #104e8012;border-radius:17px;align-items:center;padding:20px 22px;font-size:17px;font-weight:650;transition:transform .2s,background .2s;display:flex}.service-area-service-grid a:hover{background:var(--brand-blue-soft);transform:translateY(-2px)}.service-area-detail-section{padding:90px 20px}.service-area-detail-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:80px;display:grid}.service-area-detail-copy p{color:var(--text-secondary);margin:0 0 20px;font-size:18px;line-height:1.65}.service-area-repairs-section{background:var(--background-soft);padding:90px 20px}.service-area-repair-grid{grid-template-columns:repeat(2,1fr);gap:15px;margin-top:42px;display:grid}.service-area-repair-card{color:var(--text-primary);background:#fff;border:1px solid #104e8014;border-radius:18px;justify-content:space-between;align-items:center;padding:22px 24px;font-size:17px;font-weight:650;transition:transform .2s,box-shadow .2s;display:flex}.service-area-repair-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #104e8012}.service-area-arrow{color:var(--brand-blue);font-size:21px}.service-area-why-section{padding:90px 20px}.service-area-why-card{background:linear-gradient(145deg,#f3f7fa 0%,#eaf2f8 100%);border:1px solid #104e8014;border-radius:32px;grid-template-columns:1fr 1fr;gap:70px;padding:52px;display:grid}.dark-section{background:var(--brand-blue);color:#fff;padding:95px 20px}.dark-section .section-content h2{color:#fff}.light{color:#ffffffb8}.light-heading{color:#fff}.dark-section-description{color:#ffffffc7;max-width:790px;margin-top:24px;font-size:21px;line-height:1.5}.dark-section-action{margin-top:34px}.light-link{color:#fff;font-size:17px;font-weight:600;transition:opacity .2s}.light-link:hover{opacity:.75}.area-section{background:#fff}.area-highlights{flex-wrap:wrap;gap:12px;margin-top:38px;display:flex}.area-highlights span{background:var(--background-soft);color:var(--brand-blue);border:1px solid #104e8014;border-radius:999px;padding:11px 18px;font-size:15px;font-weight:600}.contact-section{padding:20px 20px 80px}.contact-card{width:min(var(--max-width), 100%);text-align:center;background:linear-gradient(145deg,#f3f7fa 0%,#eaf2f8 100%);border:1px solid #104e8014;border-radius:32px;margin:0 auto;padding:68px 45px}.contact-card .section-eyebrow{color:var(--brand-blue)}.contact-card h2{margin-left:auto;margin-right:auto}.contact-card p:not(.section-eyebrow){max-width:620px;color:var(--text-secondary);margin:20px auto 28px;font-size:19px;line-height:1.5}.contact-info-card{background:var(--background-soft);border:1px solid #104e8014;border-radius:24px;margin:36px 0 30px;padding:30px}.contact-info-label{color:var(--text-secondary);margin:0 0 8px;font-size:14px;font-weight:600}.contact-phone{color:var(--brand-blue);letter-spacing:-.035em;font-size:clamp(30px,5vw,42px);font-weight:700;transition:opacity .2s;display:inline-block}.contact-phone:hover{opacity:.72}.contact-info-text{max-width:560px;color:var(--text-secondary);margin:14px 0 0;font-size:16px;line-height:1.5}.page-section{background:#fff;min-height:calc(100vh - 145px);padding:80px 20px}.narrow-content{max-width:900px}.page-title{max-width:900px;color:var(--text-primary);letter-spacing:-.04em;margin:0;font-size:clamp(40px,5vw,60px);font-weight:700;line-height:1.05}.page-description{max-width:720px;color:var(--text-secondary);margin:24px 0 32px;font-size:21px;line-height:1.5}.placeholder-card{background:var(--background-soft);color:var(--text-secondary);border:1px solid #104e8012;border-radius:26px;margin-top:36px;padding:36px;font-size:18px;line-height:1.5}.service-request-page{background:linear-gradient(#fff 0%,#f7fafc 100%)}.request-header{max-width:900px;margin-bottom:48px}.service-form{max-width:1000px}.form-section{background:#fff;border:1px solid #104e8017;border-radius:28px;margin-bottom:24px;padding:36px;box-shadow:0 12px 36px #104e800d}.form-section-heading{align-items:flex-start;gap:16px;margin-bottom:30px;display:flex}.form-section-heading h2{color:var(--text-primary);letter-spacing:-.025em;margin:0;font-size:26px}.form-section-heading p{color:var(--text-secondary);margin:7px 0 0;font-size:15px;line-height:1.45}.form-step{background:var(--brand-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;font-weight:700;display:flex}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.form-group{flex-direction:column;display:flex}.form-group-full{grid-column:1/-1}.form-group label{color:var(--text-primary);margin-bottom:9px;font-size:14px;font-weight:650}.form-group label span,.form-required span{color:var(--brand-blue)}.form-group input,.form-group select,.form-group textarea{width:100%;color:var(--text-primary);background:#fff;border:1px solid #cfd9e1;border-radius:14px;outline:none;padding:13px 15px;font-size:16px;transition:border-color .2s,box-shadow .2s,background .2s}.form-group input,.form-group select{min-height:50px}.form-group textarea{resize:vertical;min-height:145px;line-height:1.5}.form-group input::placeholder,.form-group textarea::placeholder{color:#9aa8b4}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--brand-blue);box-shadow:0 0 0 4px #104e801a}.form-error{color:#b42318;margin:7px 0 0;font-size:13px}.form-hint{color:var(--text-secondary);margin:8px 0 0;font-size:12px;line-height:1.4}.form-submit-error{color:#b42318;background:#fff1f0;border:1px solid #f4c7c3;border-radius:14px;max-width:1000px;margin-top:20px;padding:14px 18px;font-size:14px;line-height:1.5}.form-submit-area{justify-content:space-between;align-items:center;gap:30px;max-width:1000px;padding:28px 6px 10px;display:flex}.form-required{color:var(--text-secondary);margin:0;font-size:13px}.form-submit-note{max-width:560px;color:var(--text-secondary);margin:7px 0 0;font-size:13px;line-height:1.5}.form-submit-button{flex-shrink:0;min-width:210px}.success-card{background:linear-gradient(145deg,#f3f7fa 0%,#eaf2f8 100%);border:1px solid #104e801a;border-radius:30px;padding:55px}.success-icon{background:var(--brand-blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:25px;font-size:28px;font-weight:700;display:flex}.success-card .page-title{font-size:clamp(38px,4.5vw,54px)}.manufacture-date-hero{background:linear-gradient(#fff 0%,#f3f7fa 100%);padding:90px 20px}.manufacture-date-hero-content{max-width:880px}.manufacture-date-section{padding:90px 20px}.manufacture-date-layout{grid-template-columns:1.05fr .95fr;align-items:start;gap:70px;display:grid}.manufacture-date-form-card{background:#fff;border:1px solid #104e801a;border-radius:28px;padding:38px;box-shadow:0 14px 42px #104e8012}.manufacture-date-card-heading{margin-bottom:32px}.manufacture-date-card-heading h2{font-size:32px}.manufacture-date-card-heading p:not(.section-eyebrow){max-width:520px;color:var(--text-secondary);margin:12px 0 0;font-size:16px;line-height:1.55}.manufacture-date-form{gap:23px;display:grid}.manufacture-date-button{width:fit-content;margin-top:6px}.manufacture-date-help{padding:20px 0}.manufacture-date-help h2{font-size:36px}.manufacture-date-help-text{max-width:520px;color:var(--text-secondary);margin:18px 0 30px;font-size:17px;line-height:1.6}.label-location-list{gap:16px;display:grid}.label-location-item{background:var(--background-soft);border:1px solid #104e8012;border-radius:18px;padding:20px 22px}.label-location-item strong{color:var(--text-primary);font-size:16px}.label-location-item p{color:var(--text-secondary);margin:7px 0 0;font-size:14px;line-height:1.5}.manufacture-result{background:linear-gradient(145deg,#f3f7fa 0%,#eaf2f8 100%);border:1px solid #104e801a;border-radius:28px;align-items:flex-start;gap:24px;margin-top:50px;padding:38px;display:flex}.manufacture-result-icon{background:var(--brand-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:21px;font-weight:700;display:flex}.manufacture-result-content{flex:1}.manufacture-result-label{color:var(--brand-blue);text-transform:uppercase;letter-spacing:.05em;margin:0 0 5px;font-size:14px;font-weight:700}.manufacture-result-content h2{margin:0;font-size:32px}.manufacture-result-details{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.manufacture-result-details div{background:#ffffffb3;border:1px solid #104e8012;border-radius:14px;flex-direction:column;gap:4px;min-width:210px;padding:14px 17px;display:flex}.manufacture-result-details span{color:var(--text-secondary);font-size:12px}.manufacture-result-details strong{color:var(--text-primary);word-break:break-word;font-size:16px}.manufacture-result-message{max-width:760px;color:var(--text-primary);margin:24px 0 0;font-size:17px;line-height:1.6}.manufacture-result-note{max-width:760px;color:var(--text-secondary);margin:12px 0 0;font-size:14px;line-height:1.55}.manufacture-reset-button{color:var(--brand-blue);cursor:pointer;background:0 0;border:none;margin-top:22px;padding:0;font-size:15px;font-weight:650;transition:opacity .2s}.manufacture-reset-button:hover{opacity:.7}.manufacture-explanation-section{background:var(--background-soft);padding:90px 20px}.manufacture-info-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px;display:grid}.manufacture-info-card{background:#fff;border:1px solid #104e8014;border-radius:23px;min-height:230px;padding:30px;box-shadow:0 8px 26px #104e800a}.manufacture-info-number{color:var(--brand-blue);letter-spacing:.06em;margin-bottom:30px;font-size:14px;font-weight:750;display:inline-block}.manufacture-info-card h3{color:var(--text-primary);letter-spacing:-.025em;margin:0;font-size:22px;line-height:1.2}.manufacture-info-card p{color:var(--text-secondary);margin:13px 0 0;font-size:15px;line-height:1.55}.manufacture-disclaimer-section{padding:90px 20px}.manufacture-disclaimer-card{background:linear-gradient(145deg,#f3f7fa 0%,#eaf2f8 100%);border:1px solid #104e8014;border-radius:30px;grid-template-columns:.9fr 1.1fr;gap:70px;padding:50px;display:grid}.manufacture-disclaimer-card p:not(.section-eyebrow){color:var(--text-secondary);margin:0 0 18px;font-size:16px;line-height:1.65}@media (width<=900px){.manufacture-date-layout,.manufacture-disclaimer-card{grid-template-columns:1fr;gap:45px}.manufacture-info-grid{grid-template-columns:1fr}}@media (width<=800px){.manufacture-date-hero,.manufacture-date-section,.manufacture-explanation-section,.manufacture-disclaimer-section{padding:70px 20px}.manufacture-date-form-card{padding:28px 22px}.manufacture-date-help{padding:0}.manufacture-result{flex-direction:column;padding:28px 22px}.manufacture-disclaimer-card{padding:38px 26px}}@media (width<=480px){.manufacture-date-button{width:100%;max-width:none}.manufacture-result-details{flex-direction:column}.manufacture-result-details div{width:100%;min-width:0}.manufacture-info-card{min-height:auto}}.footer{background:var(--brand-blue);color:#ffffffb8;padding:28px 20px;font-size:13px}.footer-inner{width:min(var(--max-width), 100%);border-top:1px solid #ffffff2e;justify-content:space-between;gap:30px;margin:0 auto;padding-top:22px;display:flex}.footer p{margin:0}@media (width<=1000px){.navbar-links{gap:16px;font-size:13px}.diagnostic-grid,.brand-appliance-grid,.service-area-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.brand-grid{grid-template-columns:repeat(2,1fr)}.brand-grid-detailed{grid-template-columns:1fr}.service-detail-grid,.why-service-card,.brand-diagnosis-card,.service-area-detail-grid,.service-area-why-card{grid-template-columns:1fr;gap:45px}}@media (width<=800px){.navbar-inner{height:auto;min-height:64px}.navbar-brand{font-size:16px}.navbar-logo{width:35px;height:35px}.menu-button{display:block}.navbar-links{background:#fffffffa;border:1px solid #104e801a;border-radius:0 0 20px 20px;flex-direction:column;align-items:stretch;gap:0;padding:14px;display:none;position:absolute;top:calc(100% + 1px);left:0;right:0;box-shadow:0 20px 40px #104e801f}.navbar-links-open{display:flex}.navbar-links a:not(.request-button){border-radius:10px;padding:14px 12px;font-size:15px;display:block}.navbar-links a:not(.request-button):hover{background:var(--background-soft)}.navbar-links .request-button{width:100%;margin-top:8px;padding:13px 18px}.hero{padding:70px 20px 80px}.hero h1{font-size:clamp(40px,11vw,54px)}.hero-description{font-size:19px}.hero-actions,.service-detail-actions{flex-direction:column;align-items:flex-start;gap:16px}.intro-section,.area-section,.dark-section,.service-detail-section,.diagnostic-section,.why-service-section,.brand-appliances-section,.brand-problems-section,.brand-diagnosis-section,.service-area-region,.service-area-services,.service-area-detail-section,.service-area-repairs-section,.service-area-why-section,.service-detail-hero,.brand-detail-hero,.service-area-detail-hero,.service-areas-hero{padding:70px 20px}.service-detail-headline{font-size:22px}.service-grid,.service-area-grid{grid-template-columns:1fr;margin-top:42px}.service-card{min-height:auto;padding:30px}.diagnostic-grid,.brand-appliance-grid,.service-area-service-grid,.service-area-repair-grid{grid-template-columns:1fr}.diagnostic-card,.brand-appliance-card{min-height:95px}.why-service-card,.brand-diagnosis-card,.service-area-why-card{padding:38px 26px}.page-section{min-height:auto;padding:60px 20px 70px}.page-title{font-size:clamp(36px,9vw,48px)}.page-description{font-size:19px}.brand-grid{grid-template-columns:1fr;margin-top:38px}.brand-card{min-height:90px}.brand-detail-card{min-height:auto;padding:28px}.form-section{padding:28px 22px}.form-grid{grid-template-columns:1fr}.form-group-full{grid-column:auto}.form-submit-area{flex-direction:column;align-items:stretch}.form-submit-button{width:100%}.success-card{padding:40px 25px}.contact-section{padding-bottom:65px}.contact-card{border-radius:26px;padding:55px 24px}.footer-inner{flex-direction:column;gap:10px}}@media (width<=480px){.navbar-inner{width:calc(100% - 28px)}.navbar-brand span{max-width:160px;line-height:1.1}.hero{padding-top:58px}.hero-actions{width:100%}.primary-button{width:100%;max-width:260px}.service-card h3{font-size:27px}.brand-card{font-size:21px}.brand-detail-card h2{font-size:25px}.service-area-card h3{font-size:23px}.placeholder-card{padding:28px}.area-highlights{gap:9px}.area-highlights span{padding:9px 14px;font-size:14px}.problem-item{padding:15px 16px;font-size:15px}.contact-phone{font-size:30px}}.manufacture-result-success{border-color:#104e8024}.manufacture-date-answer{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.manufacture-answer-item{background:#fff;border:1px solid #104e8017;border-radius:15px;flex-direction:column;gap:5px;min-width:190px;padding:17px 20px;display:flex}.manufacture-answer-item span{color:var(--text-secondary);font-size:12px}.manufacture-answer-item strong{color:var(--brand-blue);font-size:20px}.manufacture-year-results{margin-top:28px}.manufacture-year-heading{color:var(--text-primary);margin:0 0 13px;font-size:15px;font-weight:700}.manufacture-year-grid{flex-wrap:wrap;gap:11px;display:flex}.manufacture-year-card{background:#fff;border:1px solid #104e8017;border-radius:14px;flex-direction:column;gap:3px;min-width:135px;padding:15px 18px;display:flex}.manufacture-year-card strong{color:var(--brand-blue);font-size:22px}.manufacture-year-card span{color:var(--text-secondary);font-size:12px}@media (width<=480px){.manufacture-date-answer{flex-direction:column}.manufacture-answer-item{width:100%;min-width:0}.manufacture-year-grid{grid-template-columns:1fr 1fr;display:grid}.manufacture-year-card{min-width:0}}.home-hero{padding-top:100px;padding-bottom:110px}.home-trust-strip{background:#fff;padding:0 20px}.home-trust-grid{width:min(var(--max-width), 100%);z-index:5;background:#fff;border:1px solid #104e8017;border-radius:24px;grid-template-columns:repeat(3,1fr);margin:-38px auto 0;display:grid;position:relative;box-shadow:0 18px 45px #104e8014}.home-trust-item{border-right:1px solid #104e8017;flex-direction:column;justify-content:center;min-height:130px;padding:28px 30px;display:flex}.home-trust-item:last-child{border-right:none}.home-trust-item strong{color:var(--text-primary);letter-spacing:-.02em;font-size:18px;font-weight:700}.home-trust-item span{color:var(--text-secondary);margin-top:8px;font-size:14px;line-height:1.5}.home-why-section{background:var(--background-soft);padding:95px 20px}.home-why-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:80px;display:grid}.home-why-heading .primary-button{margin-top:30px}.home-why-points{gap:14px;display:grid}.home-why-item{background:#fff;border:1px solid #104e8012;border-radius:20px;grid-template-columns:50px 1fr;gap:18px;padding:24px;display:grid;box-shadow:0 6px 20px #104e8009}.home-why-number{background:var(--brand-blue-soft);width:42px;height:42px;color:var(--brand-blue);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:750;display:flex}.home-why-item h3{color:var(--text-primary);letter-spacing:-.02em;margin:2px 0 0;font-size:19px;font-weight:700}.home-why-item p{color:var(--text-secondary);margin:8px 0 0;font-size:15px;line-height:1.55}.home-brand-tags{flex-wrap:wrap;gap:10px;margin-top:36px;display:flex}.home-brand-tags span{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:600}.home-area-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:75px;display:grid}.home-area-card{background:var(--background-soft);border:1px solid #104e8014;border-radius:26px;padding:34px}.home-area-card-label{color:var(--brand-blue);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:14px;font-weight:700}.home-area-card .area-highlights{margin-top:22px}.home-area-card-note{color:var(--text-secondary);margin:24px 0 0;font-size:14px;line-height:1.55}.home-tool-section{background:var(--background-soft);padding:90px 20px}.home-tool-card{background:#fff;border:1px solid #104e8014;border-radius:32px;grid-template-columns:1fr .8fr;align-items:center;gap:70px;padding:52px;display:grid;box-shadow:0 14px 40px #104e800d}.home-tool-card h2{max-width:620px}.home-tool-card p:not(.section-eyebrow){max-width:600px;color:var(--text-secondary);margin:20px 0 28px;font-size:17px;line-height:1.6}.home-tool-example{background:linear-gradient(145deg,#f3f7fa 0%,#eaf2f8 100%);border:1px solid #104e8017;border-radius:24px;gap:8px;padding:30px;display:grid}.home-tool-example span{color:var(--text-secondary);margin-top:10px;font-size:12px}.home-tool-example strong{color:var(--text-primary);font-size:20px}.home-tool-result{background:#fff;border:1px solid #104e8014;border-radius:16px;flex-direction:column;margin-top:16px;padding:18px;display:flex}.home-tool-result span{color:var(--brand-blue);margin:0}.home-tool-result strong{color:var(--brand-blue);margin-top:4px;font-size:28px}.home-contact-section{padding:90px 20px}.home-contact-card{background:linear-gradient(145deg,#f3f7fa 0%,#eaf2f8 100%);border:1px solid #104e8014;border-radius:32px;grid-template-columns:1fr auto;align-items:center;gap:60px;padding:58px;display:grid}.home-contact-card p:not(.section-eyebrow){max-width:700px;color:var(--text-secondary);margin:18px 0 0;font-size:17px;line-height:1.6}.home-contact-actions{flex-direction:column;align-items:center;gap:18px;min-width:220px;display:flex}@media (width<=900px){.home-why-grid,.home-area-grid,.home-tool-card,.home-contact-card{grid-template-columns:1fr;gap:45px}.home-contact-actions{align-items:flex-start}}@media (width<=800px){.home-trust-grid{grid-template-columns:1fr;margin-top:-24px}.home-trust-item{border-bottom:1px solid #104e8017;border-right:none;min-height:auto}.home-trust-item:last-child{border-bottom:none}.home-why-section,.home-tool-section,.home-contact-section{padding:70px 20px}.home-tool-card,.home-contact-card{padding:38px 26px}}@media (width<=480px){.home-trust-item{padding:24px}.home-why-item{grid-template-columns:42px 1fr;padding:20px}.home-tool-example{padding:22px}.home-contact-actions{width:100%}.home-contact-actions .primary-button{max-width:none}}
