:root{--navy:#1e3a8a;--blue:#3b82f6;--teal:#10b981;--ink:#0f172a;--gray:#f3f4f6;--white:#fff;--brand-grad:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);--radius:14px;--shadow:0 6px 22px #10172a14}*{box-sizing:border-box}html,body{margin:0;padding:0}body{color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(1120px,92vw);margin:0 auto}header.site-header{z-index:1000;background:var(--white);-webkit-backdrop-filter:blur();backdrop-filter:blur();border-bottom:1px solid #0f172a0f;transition:box-shadow .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s;position:sticky;top:0}header.site-header.is-scrolled{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.nav-row{justify-content:space-between;align-items:center;gap:16px;min-height:66px;padding:10px 0;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand img.logo{object-fit:contain;width:auto;max-width:none;height:44px;transform:none}.brand .title{display:none}nav[aria-label=Primary]{align-items:center;gap:22px;display:flex}.nav-links{align-items:center;gap:18px;display:flex}.nav-links a{color:#0f172a;border-radius:9px;padding:8px 10px;font-weight:500}.nav-links a:hover{background:var(--gray)}.cta{background:var(--brand-grad);color:#fff;cursor:pointer;border:0;border-radius:999px;padding:10px 16px;font-weight:700;box-shadow:0 4px 14px #3b82f640}.cta:focus{outline-offset:2px;outline:3px solid #3b82f659}.hamburger{cursor:pointer;background:0 0;border:0;border-radius:10px;width:40px;height:40px;display:none}.hamburger:focus{outline-offset:2px;outline:3px solid #1e3a8a59}.hamburger span{background:var(--ink);width:22px;height:2px;margin:5px auto;transition:transform .2s,opacity .2s;display:block}.hamburger.is-active span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-panel{background:var(--white);opacity:0;pointer-events:none;border-top:1px solid #0f172a0f;padding:16px;transition:opacity .2s,transform .2s;position:fixed;inset:64px 0 0;transform:translateY(-8px)}.mobile-panel.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-links{flex-direction:column;gap:8px;display:flex}.mobile-links a{background:var(--gray);border-radius:12px;padding:12px 10px;font-weight:600}.mobile-links a.cta{box-shadow:0 4px 14px #3b82f640;background:var(--brand-grad)!important;color:#fff!important}.mobile-cta{margin-top:12px}body.menu-open{overflow:hidden}.mobile-panel{z-index:1100;overscroll-behavior:contain;height:100dvh;padding-top:72px;overflow:auto;inset:0!important}body.menu-open{width:100%;position:fixed}.section{padding:72px 0}.section.alt{background:var(--gray)}.section h1,.section h2{margin:0 0 10px;font-size:1.8rem}html{scroll-behavior:smooth}[id]{scroll-margin-top:90px}.how-grid{gap:16px;display:grid}@media (min-width:800px){.how-grid{grid-template-columns:repeat(4,1fr)}}.how-step{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.how-step .num{background:var(--brand-grad);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:8px;font-weight:800;display:flex}.price-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.price-steps{gap:10px;margin-top:10px;display:grid}@media (min-width:700px){.price-steps{grid-template-columns:repeat(5,1fr)}}.price-pill{text-align:center;border:1px dashed #0f172a33;border-radius:12px;padding:10px;font-weight:700}.price-pill .small{color:#475569;font-weight:600;display:block}.trust-grid{gap:16px;margin-top:12px;display:grid}@media (min-width:900px){.trust-grid{grid-template-columns:repeat(3,1fr)}}.trust-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);align-items:flex-start;gap:10px;padding:16px;display:flex}.trust-{font-size:1.2rem}.faq-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}details{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin:10px 0;padding:10px 12px}summary{cursor:pointer;font-weight:700}footer.site-footer{background:var(--gray);color:#334155;padding:28px 0}.foot-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.foot-left{align-items:center;gap:10px;display:flex}.foot-left img{width:28px;height:28px}.links{gap:16px;display:flex}.links a{text-decoration:underline}@media (max-width:960px){nav[aria-label=Primary]{display:none}.hamburger{display:block}}.banner{background:var(--gray);border-bottom:1px solid #0f172a0f}.banner .inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;display:flex}.badge{background:var(--white);box-shadow:var(--shadow);border-radius:999px;padding:8px 14px;font-weight:600;display:inline-block}.gft-section{background:#fff;padding:56px 0}.gft-container{max-width:1120px;margin:0 auto;padding:0 16px}.gft-h2{color:#0f172a;margin:0 0 8px;font-size:28px;line-height:1.2}.gft-sub{color:#475569;margin:8px 0 24px}.gft-nowrap{white-space:nowrap}.gft-appliance-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}@media (max-width:900px){.gft-appliance-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.gft-appliance-grid{grid-template-columns:1fr}}.gft-appliance-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;grid-template-rows:auto auto auto;align-content:start;gap:10px;padding:14px;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:grid}.gft-appliance-card:hover{border-color:#1e3a8a;transform:translateY(-2px);box-shadow:0 10px 20px #1e3a8a1f}.gft-appliance-card img{object-fit:contain;object-position:center;background:#fff;border-radius:12px;width:100%;height:180px;display:block}.gft-appliance-card h3{color:#0f172a;margin:0;font-size:18px}.gft-appliance-card span{color:#334155;font-size:14px}.gft-areas{background:#fff}.gft-areas-text{color:#0f172a;margin:0 0 12px}.gft-area-chips{flex-wrap:wrap;gap:8px;margin:8px 0 12px;padding:0;list-style:none;display:flex}.gft-area-chips li{color:#0f172a;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:6px 10px;font-size:14px}.gft-section-lead{color:#475569;max-width:640px;margin:8px 0 20px}.gft-two-col{align-items:flex-start;gap:24px;display:grid}@media (min-width:900px){.gft-two-col{grid-template-columns:minmax(0,2fr) minmax(0,1.4fr)}}.gft-two-col-left p{color:#0f172a;margin:0 0 12px}.gft-highlight-box{box-shadow:var(--shadow);background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px 16px}.gft-highlight-box h3{margin:0 0 10px}.gft-card-grid{gap:16px;display:grid}@media (min-width:900px){.gft-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.gft-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:10px;padding:16px 14px;display:flex;box-shadow:0 4px 16px #0f172a0f}.gft-card-title{color:#0f172a;margin:0;font-size:18px}.gft-card-text{color:#475569;margin:0;font-size:.95rem}.gft-card-list{color:#0f172a;margin:0;padding-left:18px;font-size:.9rem}.gft-card-tip{color:#0369a1;margin:0;font-size:.9rem}.gft-brand-grid{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.gft-brand-pill{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:6px 12px;font-size:.9rem}.gft-chip-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.gft-chip-link{background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:6px 12px;font-size:.9rem;text-decoration:none}.gft-chip-link:hover{border-color:var(--navy);box-shadow:0 6px 14px #1e3a8a1f}.gft-faq-list{gap:16px;margin-top:12px;display:grid}.gft-faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px 16px}.gft-faq-item h3{margin:0 0 8px;font-size:1.05rem}.gft-faq-item p{color:#475569;margin:0}nav.gft-breadcrumbs,.gft-breadcrumbs{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;padding-top:10px;padding-bottom:10px;display:flex}.gft-breadcrumb{color:#1e3a8a;background:#f3f4f6;border-radius:999px;align-items:center;max-width:100%;padding:6px 12px;font-size:13px;font-weight:500;line-height:1.25;text-decoration:none;display:inline-flex}.gft-breadcrumb:hover{background:#e5e7eb}.gft-breadcrumb.is-active{color:#fff;pointer-events:none;background:#1e3a8a}.gft-section{padding:72px 0}.gft-section-alt{background:var(--gray,#f3f4f6)}.gft-container{width:min(1120px,92vw);margin:0 auto}.gft-h2{color:var(--ink,#0f172a);margin:0 0 10px;font-size:1.8rem}.gft-lead{color:#475569;margin:0 0 18px}.gft-repairs-grid{gap:16px;margin-top:16px;display:grid}@media (min-width:900px){.gft-repairs-grid{grid-template-columns:repeat(2,1fr);gap:18px}}.gft-repair-card{background:var(--white,#fff);border-radius:var(--radius,14px);box-shadow:var(--shadow,0 6px 22px #10172a14);border:1px solid #0f172a0f;overflow:hidden}.gft-repair-head{background:#ffffff8c;border-bottom:1px solid #0f172a0f;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;display:flex}.gft-meta-pill{letter-spacing:.02em;color:var(--navy,#1e3a8a);text-transform:uppercase;font-size:12px;font-weight:800}.gft-verified-pill{color:#0f766e;background:#10b9811f;border:1px solid #10b98140;border-radius:999px;padding:3px 6px;font-size:10px;font-weight:800}.gft-repair-title{color:var(--ink,#0f172a);margin:6px 0 0;font-size:1rem}.gft-price-badge{text-align:right}.gft-price-total{color:var(--ink,#0f172a);font-size:1.15rem;font-weight:900}.gft-price-caption{text-transform:uppercase;color:#64748b;font-size:10px;font-weight:700}.gft-repair-body{flex-direction:column;gap:12px;padding:14px 14px 16px;display:flex}.gft-row{align-items:flex-start;gap:10px;display:flex}.gft-icon{border-radius:999px;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:900;display:flex}.gft-icon-issue{color:#b91c1c;background:#ef44441f}.gft-icon-fix{color:#047857;background:#10b9811f}.gft-label{color:#94a3b8;text-transform:uppercase;font-size:11px;font-weight:900}.gft-text{color:#334155;margin:2px 0 0}.gft-parts{color:#64748b;margin:6px 0 0;font-size:12px}.gft-parts span{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.gft-thumb-row{border-top:1px solid #0f172a0f;align-items:center;gap:10px;padding-top:10px;display:flex}.gft-thumb{background:#e2e8f0;border:1px solid #0f172a1a;border-radius:12px;width:72px;height:72px;position:relative;overflow:hidden}.gft-thumb-img{object-fit:cover}.gft-more-photos{color:var(--navy,#1e3a8a);font-size:12px;font-weight:800}.gft-disclaimer{text-align:center;color:#94a3b8;max-width:820px;margin:18px auto 0;font-size:12px}.gft-repair-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.gft-meta-pill,.gft-verified-pill,.gft-status-pill{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border:1px solid #0f172a1f;border-radius:999px;justify-content:center;align-items:center;height:30px;padding:0 12px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.gft-meta-pill{color:#0f172a;background:#fff}.gft-verified-pill{color:#0f766e;background:#ecfeff;border-color:#0f766e40}.gft-status-ok{color:#166534;background:#dcfce7;border-color:#16653440}.gft-status-advice{color:#9a3412;background:#ffedd5;border-color:#9a341240}.gft-status-diagnostic{color:#075985;background:#e0f2fe;border-color:#07598540}.gft-scope{color:#64748b;max-width:640px;margin-top:6px;margin-bottom:20px;font-size:13px}.gft-chip-nav{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;display:flex}.gft-chip-nav .gft-chip-link{white-space:nowrap;align-items:center;max-width:100%;display:inline-flex}.gft-clamp-2,.gft-clamp-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.gft-clamp-2{-webkit-line-clamp:2;line-clamp:2}.gft-clamp-3{-webkit-line-clamp:3;line-clamp:3}@media (max-width:768px){nav.gft-breadcrumbs,.gft-breadcrumbs{margin-bottom:12px;padding-top:6px;padding-bottom:6px}.gft-breadcrumb{text-overflow:ellipsis;white-space:nowrap;max-width:min(100%,42vw);overflow:hidden}.gft-breadcrumb.is-active{max-width:min(100%,52vw)}}.header-chat-slot{display:none}@media (max-width:960px){.nav-row{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:64px;display:grid!important}.brand{justify-self:start}.brand img.logo{object-fit:contain;width:auto;max-width:none;height:32px;transform:none}.header-chat-slot{justify-self:center;align-items:center;display:flex}.header-chat{background:var(--teal);color:#fff;cursor:pointer;white-space:nowrap;border:0;border-radius:999px;align-items:center;height:38px;padding:0 16px;font-size:.95rem;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 6px 18px #10b98159}.header-chat:active{transform:scale(.97)}}.gft-reputation-bar{background:linear-gradient(100deg,#1e3a8a0f 0%,#10b9810d 100%),#fff;border:1px solid #1e3a8a38;border-radius:14px;padding:12px 14px;position:relative;box-shadow:0 8px 20px #0f172a14}.gft-reputation-wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.gft-reputation-left{flex:260px;min-width:0}.gft-reputation-title{margin-bottom:4px}.gft-reputation-rating{color:#0f172a;margin:0}.gft-reputation-stars{color:#f59e0b;letter-spacing:.03em}.gft-reputation-count{color:#475569;margin:2px 0 0}.gft-reputation-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.gft-reputation-chip{background:#fff;border-color:#1e3a8a33}.gft-reputation-chip-cta{background:#10b98114;border-color:#10b98159;font-weight:700}@media (max-width:640px){.gft-reputation-wrap{align-items:flex-start}.gft-reputation-actions{width:100%}}.gft-reputation-reviews{gap:8px;margin-top:10px;display:grid}@media (min-width:900px){.gft-reputation-reviews{grid-template-columns:repeat(3,minmax(0,1fr))}}.gft-reputation-review{background:#fff;border:1px solid #0f172a1a;border-radius:12px;padding:10px 12px}.gft-reputation-review-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.gft-reputation-review-meta{color:#475569;white-space:nowrap;font-size:12px}.gft-reputation-review-text{color:#334155;margin:6px 0 0;font-size:.9rem;line-height:1.35}.gft-priority-card.gft-card{gap:0;margin-top:.75rem;padding:16px 18px}.gft-priority-nav{margin:0}.gft-priority-nav-grid{flex-wrap:wrap;gap:10px;display:flex}.gft-priority-nav-grid .gft-chip-link{text-align:center;min-width:min(100%,200px);color:var(--navy,#1e3a8a);border-color:#1e3a8a33;flex:auto;font-weight:600}@media (min-width:720px){.gft-priority-nav-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.gft-priority-nav-grid .gft-chip-link{min-width:0}}@media (min-width:1024px){.gft-priority-nav-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.gft-hero-trust-metro{color:#475569;background:#ffffffd9;border:1px solid #0f172a14;border-radius:12px;max-width:52ch;margin:.35rem 0 .5rem;padding:12px 14px;font-size:.9rem;line-height:1.45}.gft-hero-issue-lead{margin-top:.5rem;margin-bottom:0}.gft-chip-row--footer{margin-top:12px}.gft-repair-col{min-width:0}.gft-repair-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;display:flex}.gft-text-pair{margin-top:8px}.gft-hidden-visually{display:none}main.font-sans .gft-hero{overflow-x:clip}main.font-sans .gft-hero-inner.gft-hero-wrap{flex-direction:column;align-items:stretch;gap:20px;min-width:0;display:flex}main.font-sans .gft-hero-inner.gft-hero-wrap .gft-hero-left{text-align:left;min-width:0}main.font-sans .gft-hero-inner.gft-hero-wrap .gft-hero-right{order:-1;min-width:0}@media (min-width:1024px){main.font-sans .gft-hero-inner.gft-hero-wrap{grid-template-columns:1fr 420px;align-items:center;gap:32px;display:grid}main.font-sans .gft-hero-inner.gft-hero-wrap .gft-hero-right{order:0}}main.font-sans section.gft-section.gft-hero.gft-hero--austin-dryer{background:var(--gray,#f3f4f6);padding:40px 0 24px!important}main.font-sans section.gft-section.gft-trust.gft-trust--austin-dryer{background:var(--gray,#f3f4f6);padding:8px 0 16px!important}main.font-sans section.gft-section.gft-cases.gft-cases--austin-dryer{background:#fff;padding:16px 0 24px!important}main.font-sans section.gft-section.gft-problems.gft-problems--austin-dryer{background:var(--gray,#f3f4f6);padding:24px 0 40px!important}main.font-sans section.gft-section.gft-decision.gft-decision--austin-dryer{background:#fff;padding:40px 0!important}main.font-sans section.gft-section.gft-faq.gft-faq--austin-dryer{background:var(--gray,#f3f4f6);padding:40px 0!important}main.font-sans section.gft-section.gft-explore.gft-explore--austin-dryer{background:#fff;padding:40px 0 56px!important}main.font-sans section.gft-section.gft-section-alt.gft-explore.gft-explore--austin-dryer{background:var(--gray,#f3f4f6)}main.font-sans .gft-problems--austin-dryer .gft-problem-card{background:#fff;border:1px solid #0f172a14}main.font-sans .gft-problems--austin-dryer .gft-problem-card:hover{background:#f8fafc}main.font-sans section.gft-trust--austin-dryer .gft-reputation-strip--embedded{max-width:100%;overflow-x:clip}main.font-sans section.gft-trust--austin-dryer .gft-reputation-reviews{min-width:0}main.font-sans .gft-hero--austin-dryer .gft-hero-inner{flex-direction:column;align-items:stretch;gap:20px;min-width:0;display:flex}main.font-sans .gft-hero--austin-dryer .gft-hero-inner .gft-hero-left{text-align:left;min-width:0}main.font-sans .gft-hero--austin-dryer .gft-hero-inner .gft-hero-right{order:-1;min-width:0}@media (min-width:1024px){main.font-sans .gft-hero--austin-dryer .gft-hero-inner{grid-template-columns:1fr 420px;align-items:center;gap:32px;display:grid}main.font-sans .gft-hero--austin-dryer .gft-hero-inner .gft-hero-right{order:0}}main.font-sans .gft-section.gft-hero .gft-hero-call{color:#fff;box-sizing:border-box;background:#2547a6;border:1px solid #1e3a8a2e;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:fit-content;max-width:100%;margin:0 0 14px;padding:12px 18px;font-size:1rem;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex;box-shadow:0 10px 24px #0f172a29}main.font-sans .gft-section.gft-hero .gft-hero-call:hover{filter:brightness(1.08)}main.font-sans .gft-section.gft-hero .gft-hero-call:focus-visible{outline-offset:2px;outline:3px solid #3b82f659}main.font-sans .gft-section.gft-hero .gft-hero-call svg{color:#fff;flex-shrink:0}@media (max-width:1023px){main.font-sans .gft-section.gft-hero .gft-hero-call{width:100%}}main.font-sans .gft-hero--austin-dryer .gft-hero-pill{color:#0f172a;box-shadow:var(--shadow,0 6px 22px #10172a14);background:#fff;border:1px solid #0f172a14;border-radius:999px;margin:0 0 10px;padding:6px 12px;font-size:.8125rem;font-weight:600;line-height:1.3;display:inline-block}main.font-sans .gft-hero--austin-dryer .gft-hero-title{color:var(--ink,#0f172a);margin:0 0 8px;font-size:clamp(1.45rem,4vw,2rem);line-height:1.2}main.font-sans .gft-hero--austin-dryer .gft-hero-sub{color:#475569;max-width:40rem;margin:0 0 14px;font-size:.95rem;line-height:1.5}main.font-sans .gft-hero--austin-dryer .gft-hero-facts{color:#334155;gap:8px;max-width:40rem;margin:0;padding:0;font-size:.9rem;line-height:1.4;list-style:none;display:grid}main.font-sans .gft-hero--austin-dryer .gft-hero-facts li{margin:0;padding-left:18px;position:relative}main.font-sans .gft-hero--austin-dryer .gft-hero-facts li:before{content:"";background:#3b82f6;border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}main.font-sans .gft-hero--austin-dryer .gft-hero-note{color:#475569;max-width:40rem;margin:12px 0 0;font-size:.875rem;line-height:1.45}main.font-sans .gft-hero--austin-dryer-issue .gft-hero-inner .gft-hero-left,main.font-sans .gft-hero--austin-dryer-issue .gft-hero-title,main.font-sans .gft-hero--austin-dryer-issue .gft-sub,main.font-sans .gft-hero--austin-dryer-issue .gft-hero-list,main.font-sans .gft-hero--austin-dryer-issue .gft-badge{text-align:left}@media (max-width:768px){main.font-sans .gft-hero--austin-dryer-issue .gft-badge{margin-left:0;margin-right:0}main.font-sans .gft-hero--austin-dryer-issue .gft-sub,main.font-sans .gft-hero--austin-dryer-issue .gft-hero-list{max-width:none;margin-left:0;margin-right:0}}main.font-sans .gft-reputation-strip--embedded .gft-reputation-bar{padding:10px 12px}main.font-sans .gft-reputation-strip--embedded .gft-reputation-title{margin:0 0 4px;font-size:1rem}main.font-sans .gft-reputation-strip--embedded .gft-reputation-rating,main.font-sans .gft-reputation-strip--embedded .gft-reputation-count{margin:0 0 4px;font-size:.9rem}main.font-sans .gft-reputation-strip--embedded .gft-reputation-reviews{margin-top:10px}main.font-sans .gft-reputation-strip--embedded .gft-reputation-review{padding:8px 10px}main.font-sans .gft-reputation-strip--embedded .gft-reputation-review-text{font-size:.85rem;line-height:1.35}main.font-sans .gft-reputation-strip--embedded .gft-reputation-service-points{color:#334155;background:#ffffffe6;border:1px solid #0f172a14;border-radius:12px;gap:6px;margin:8px 0 0;padding:8px 10px;font-size:.85rem;line-height:1.35;list-style:none;display:grid}main.font-sans .gft-reputation-strip--embedded .gft-reputation-service-points li{margin:0;padding-left:14px;position:relative}main.font-sans .gft-reputation-strip--embedded .gft-reputation-service-points li:before{content:"";background:#10b981;border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}main.font-sans .gft-reputation-strip--embedded .gft-reputation-service-area{color:#475569;background:#ffffffa6;border:1px solid #0f172a0f;border-radius:10px;max-width:52rem;margin:8px 0 0;padding:8px 10px;font-size:.8125rem;line-height:1.45}.gft-problems-intro{color:#475569;max-width:72ch;margin:0 0 20px;font-size:.95rem;line-height:1.55}.gft-problems-grid{gap:16px;display:grid}@media (min-width:720px){.gft-problems-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.gft-problems-grid{grid-template-columns:repeat(4,1fr)}}.gft-problem-card{color:#0f172a;background:#f3f4f6;border-radius:12px;min-width:0;padding:16px;text-decoration:none;display:block}.gft-problem-card h3{margin:0 0 6px;font-size:16px;font-weight:700}.gft-problem-card p{color:#475569;margin:0;font-size:14px;line-height:1.4}.gft-problem-card:hover{background:#e5e7eb}.gft-decision-text{color:#334155;max-width:720px;font-size:15px;line-height:1.6}.gft-section.gft-faq.gft-faq--austin-dryer .gft-faq-list{flex-direction:column;gap:16px;margin-top:12px;display:flex}.gft-section.gft-faq.gft-faq--austin-dryer .gft-faq-item h3{margin-bottom:6px;font-size:16px}.gft-section.gft-faq.gft-faq--austin-dryer .gft-faq-item p{color:#475569;font-size:14px;line-height:1.6}.gft-section.gft-explore.gft-explore--austin-dryer .gft-explore-grid{gap:24px;display:grid}@media (min-width:768px){.gft-section.gft-explore.gft-explore--austin-dryer .gft-explore-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.gft-section.gft-explore.gft-explore--austin-dryer .gft-explore-grid{grid-template-columns:repeat(3,1fr)}}.gft-section.gft-explore.gft-explore--austin-dryer .gft-explore-group h3{margin-bottom:8px;font-size:16px}.gft-section.gft-explore.gft-explore--austin-dryer .gft-explore-group ul{margin:0;padding:0;list-style:none}.gft-section.gft-explore.gft-explore--austin-dryer .gft-explore-group li{margin-bottom:6px}.gft-section.gft-explore.gft-explore--austin-dryer .gft-explore-group a{color:#1e3a8a;text-decoration:none}.gft-section.gft-explore.gft-explore--austin-dryer .gft-explore-group a:hover{text-decoration:underline}.gft-section.gft-explore.gft-explore--austin-dryer .gft-explore-brand-note{color:#475569;max-width:52ch;margin:10px 0 0;font-size:.875rem;line-height:1.5}
