/* ===== main.css ===== */
:root{
  --argta-navy:#082b62;
  --argta-navy-2:#041f4c;
  --argta-teal:#0aa6b3;
  --argta-teal-dark:#078994;
  --argta-blue:#1f5ea8;
  --argta-gold:#b77a16;
  --argta-ink:#102342;
  --argta-text:#42516b;
  --argta-muted:#6b7890;
  --argta-line:#dbe4ef;
  --argta-soft:#f4f8fb;
  --argta-soft-blue:#eef6fb;
  --argta-white:#fff;
  --argta-shadow:0 14px 40px rgba(8,43,98,.10);
  --argta-shadow-soft:0 6px 24px rgba(8,43,98,.07);
  --argta-radius:18px;
  --argta-container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--argta-text);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased}
body.argta-menu-open{overflow:hidden}
a{color:var(--argta-blue);text-decoration:none}
a:hover{color:var(--argta-teal-dark)}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
h1,h2,h3,h4{margin:0 0 .65em;color:var(--argta-ink);line-height:1.12;letter-spacing:-.025em}
h1{font-size:clamp(2.45rem,5vw,4.6rem)}h2{font-size:clamp(1.8rem,3vw,2.65rem)}h3{font-size:1.18rem}
p{margin:0 0 1.15rem}.argta-container{width:min(var(--argta-container),calc(100% - 40px));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed!important;top:10px;left:10px;width:auto;height:auto;clip:auto;background:#fff;padding:10px 14px;z-index:9999;border-radius:8px}

/* Header */
.argta-site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid #edf1f6;backdrop-filter:blur(12px)}
.argta-header-inner{min-height:76px;display:flex;align-items:center;gap:28px}.argta-brand{display:flex;align-items:center;gap:12px;color:var(--argta-ink);flex:0 0 auto}.argta-brand img{width:52px;height:52px}.argta-brand__text{display:flex;flex-direction:column;line-height:1.05}.argta-brand__text strong{font-size:1.28rem;color:var(--argta-navy);letter-spacing:-.02em}.argta-brand__text strong em{font-style:normal;color:var(--argta-teal)}.argta-brand__text small{font-size:.65rem;color:var(--argta-gold);text-transform:uppercase;letter-spacing:.18em;margin-top:5px;font-weight:800}.argta-primary-nav{margin-left:auto}.argta-menu{display:flex;align-items:center;gap:4px;list-style:none;padding:0;margin:0}.argta-menu>li{position:relative}.argta-menu>li>a{display:flex;align-items:center;min-height:76px;padding:0 13px;color:var(--argta-ink);font-size:.91rem;font-weight:750}.argta-menu>li.current-menu-item>a,.argta-menu>li>a:hover{color:var(--argta-teal-dark)}.argta-menu .sub-menu{display:none;position:absolute;top:68px;left:0;min-width:260px;background:#fff;border:1px solid var(--argta-line);border-radius:14px;box-shadow:var(--argta-shadow);padding:10px;list-style:none;margin:0}.argta-menu li:hover>.sub-menu,.argta-menu li:focus-within>.sub-menu{display:block}.argta-menu .sub-menu a{display:block;padding:10px 12px;border-radius:8px;color:var(--argta-ink);font-size:.9rem}.argta-menu .sub-menu a:hover{background:var(--argta-soft);color:var(--argta-teal-dark)}.argta-header-actions{display:flex;align-items:center}.argta-menu-toggle{display:none;background:transparent;border:0;padding:10px}.argta-menu-toggle span:not(.screen-reader-text){display:block;width:26px;height:2px;background:var(--argta-navy);margin:6px 0}
.argta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 22px;border:0;border-radius:9px;background:linear-gradient(135deg,var(--argta-navy),#0c4e94);color:#fff!important;font-weight:800;box-shadow:0 8px 18px rgba(8,43,98,.16);transition:.18s ease;cursor:pointer}.argta-btn:hover{transform:translateY(-1px);box-shadow:0 12px 25px rgba(8,43,98,.22)}.argta-btn--header{min-height:44px;padding:10px 20px;background:var(--argta-navy)}.argta-btn--outline{background:#fff;color:var(--argta-navy)!important;border:1px solid #b9cbe0;box-shadow:none}.argta-btn--light{background:#fff;color:var(--argta-navy)!important}.argta-text-link{font-weight:800;display:inline-flex;align-items:center;gap:6px}.argta-text-link svg{width:16px}

/* Homepage */
.argta-home-hero{background:linear-gradient(90deg,#fff 0%,#fff 38%,#f7fbfc 62%,#f4f8fb 100%);border-bottom:1px solid var(--argta-line);overflow:hidden}.argta-home-hero__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.72fr) minmax(330px,.88fr);align-items:stretch;min-height:510px}.argta-home-hero__copy{padding:54px 26px 44px 0;align-self:center;position:relative;z-index:3}.argta-kicker,.argta-eyebrow{display:inline-block;color:var(--argta-teal-dark);font-size:.75rem;font-weight:850;text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px}.argta-home-hero__copy h1{font-size:clamp(2.4rem,4.25vw,4.05rem);max-width:720px}.argta-home-hero__copy h1 span{color:var(--argta-teal-dark)}.argta-home-hero__copy>p{font-size:1.08rem;max-width:660px;color:#4e5c72}.argta-home-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:32px}.argta-home-trust>div{display:flex;gap:9px;align-items:flex-start}.argta-home-trust svg{width:29px;height:29px;flex:0 0 auto;color:var(--argta-navy)}.argta-home-trust span{display:flex;flex-direction:column}.argta-home-trust strong{font-size:.81rem;color:var(--argta-ink)}.argta-home-trust small{font-size:.7rem;line-height:1.35;color:var(--argta-muted);margin-top:3px}.argta-home-hero__photo{margin:0;position:relative;overflow:hidden;min-height:510px;background:#eef3f5}.argta-home-hero__photo:before,.argta-home-hero__photo:after{content:"";position:absolute;z-index:2;top:0;bottom:0;width:34%;pointer-events:none}.argta-home-hero__photo:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.argta-home-hero__photo:after{right:0;background:linear-gradient(270deg,#f5f9fb,rgba(245,249,251,0))}.argta-home-hero__photo img{width:100%;height:100%;object-fit:cover;object-position:center}.argta-home-hero__form{padding:20px 0 20px 8px;align-self:center;position:relative;z-index:5}
.argta-brand-band{background:linear-gradient(90deg,var(--argta-navy-2),#0a4d8c);color:#fff;padding:17px 0 18px;text-align:center}.argta-brand-band h2{color:#fff;font-size:1.1rem;margin-bottom:12px}.argta-brand-band p{font-size:.75rem;color:#cfe7f5;margin:9px 0 0}.argta-brand-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.argta-brand-chips span{min-width:86px;padding:8px 13px;border:1px solid rgba(255,255,255,.32);border-radius:5px;color:#fff;font-weight:800;font-size:.76rem;background:rgba(255,255,255,.04)}.argta-section--soft .argta-brand-chips span,.argta-prose .argta-brand-chips span{color:var(--argta-navy);border-color:#c9d8e8;background:#fff}
.argta-home-services,.argta-home-proof,.argta-home-areas,.argta-guides-preview,.argta-home-faq{padding:42px 0}.argta-home-title{text-align:center;max-width:800px;margin:0 auto 28px}.argta-home-title>span{color:var(--argta-teal-dark);font-weight:850;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.argta-home-title h2{font-size:2rem;margin:.35rem 0 .6rem}.argta-home-title p{color:var(--argta-muted);font-size:.94rem}.argta-appliance-tile-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.argta-appliance-tile{border:1px solid var(--argta-line);border-radius:10px;background:#fff;box-shadow:var(--argta-shadow-soft);padding:13px 9px 12px;text-align:center;color:var(--argta-ink);transition:.18s ease}.argta-appliance-tile:hover{border-color:#9acbd0;transform:translateY(-2px)}.argta-appliance-tile img{height:86px;width:100%;object-fit:contain;margin:0 auto 7px}.argta-appliance-tile strong{display:block;font-size:.82rem}.argta-cluster-link{text-align:center;margin:20px 0 0;font-size:.85rem;color:var(--argta-muted)}
.argta-home-proof{padding-top:10px}.argta-home-proof__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.argta-home-panel{background:linear-gradient(135deg,#f2f8fb,#fff);border:1px solid #e3edf5;border-radius:16px;padding:28px 30px;box-shadow:var(--argta-shadow-soft)}.argta-home-panel h2{font-size:1.55rem}.argta-check-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px;margin-top:22px}.argta-check-columns strong{display:flex;align-items:center;gap:8px;color:var(--argta-ink);font-size:.9rem}.argta-check-columns strong svg{width:18px;color:var(--argta-teal)}.argta-check-columns p{font-size:.76rem;margin:4px 0 0 26px;color:var(--argta-muted)}.argta-region-panel{background:linear-gradient(135deg,#f8fbfd,#eefafa)}.argta-region-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:26px}.argta-region-grid>div{text-align:center;padding:4px 18px;border-right:1px solid var(--argta-line);display:flex;flex-direction:column;align-items:center}.argta-region-grid>div:last-child{border-right:0}.argta-region-grid svg{width:48px;height:48px;color:var(--argta-navy);margin-bottom:10px}.argta-region-grid strong{font-size:.9rem;color:var(--argta-ink)}.argta-region-grid small{font-size:.72rem;color:var(--argta-muted);line-height:1.4;margin-top:5px}
.argta-home-areas{padding-top:10px}.argta-area-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;max-width:1020px;margin:0 auto}.argta-area-pills a{min-width:140px;text-align:center;padding:9px 15px;border:1px solid #cfdceb;border-radius:7px;color:var(--argta-navy);background:#fff;font-size:.81rem;font-weight:750}.argta-area-pills a:hover{background:var(--argta-navy);color:#fff}.argta-area-note{text-align:center;margin:18px 0 0;color:var(--argta-muted);font-size:.8rem}
.argta-guides-preview{background:var(--argta-soft)}.argta-guide-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.argta-guide-preview-grid article{background:#fff;border:1px solid var(--argta-line);border-radius:14px;padding:22px;box-shadow:var(--argta-shadow-soft)}.argta-guide-preview-grid article>span{font-size:.72rem;color:var(--argta-teal-dark);font-weight:800}.argta-guide-preview-grid h3{margin:.5rem 0;font-size:1.15rem}.argta-guide-preview-grid p{font-size:.86rem;color:var(--argta-muted)}.argta-guide-preview-grid a{font-weight:800}.argta-guides-empty{text-align:center;background:#fff;border:1px dashed #b9c9d8;padding:24px;border-radius:14px;color:var(--argta-muted)}.argta-centered-actions{text-align:center;margin-top:22px}
.argta-home-faq__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:26px;align-items:start}.argta-commitment{background:linear-gradient(135deg,#f6fafc,#eaf6f8);border:1px solid #e1edf2;border-radius:16px;padding:28px;display:flex;gap:20px}.argta-commitment>svg{width:62px;height:62px;color:var(--argta-navy);flex:0 0 auto}.argta-commitment h2{font-size:1.25rem}.argta-commitment p{font-size:.86rem;color:var(--argta-muted);margin:0}
.argta-bottom-request{padding:26px 0 34px}.argta-bottom-request>.argta-container{background:linear-gradient(110deg,var(--argta-navy-2),#0a4e8e);border-radius:16px;padding:24px 26px;display:grid;grid-template-columns:.35fr .65fr;gap:24px;color:#fff;box-shadow:var(--argta-shadow)}.argta-bottom-request h2,.argta-bottom-request .argta-kicker{color:#fff}.argta-bottom-request p{color:#d7e7f4;font-size:.88rem}.argta-scope-note{font-size:.74rem;display:flex;align-items:flex-start;gap:7px;color:#d5e9f4}.argta-scope-note svg{width:17px;flex:0 0 auto}

/* Form */
.argta-form-card{background:#fff;border:1px solid #d7e1ec;border-radius:15px;padding:21px;box-shadow:0 18px 45px rgba(7,33,75,.18)}.argta-form-card__head{text-align:center;margin-bottom:13px}.argta-form-card__head h2{font-size:1.45rem;margin-bottom:.3rem}.argta-form-card__head p{font-size:.77rem;color:var(--argta-muted);margin:0}.argta-form-progress{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:12px 0 14px}.argta-form-progress span{text-align:center;background:#eff3f8;color:#718096;font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em;padding:8px;border-radius:7px}.argta-form-progress span.is-active{background:var(--argta-navy);color:#fff}.argta-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.argta-field{display:flex;flex-direction:column;gap:4px}.argta-field--full{grid-column:1/-1}.argta-field>span{font-size:.7rem;color:var(--argta-ink);font-weight:800}.argta-field input,.argta-field select,.argta-field textarea{width:100%;border:1px solid #ced9e6;border-radius:6px;background:#fff;padding:10px 10px;color:var(--argta-ink);font-size:.78rem;outline:none;transition:border-color .15s,box-shadow .15s}.argta-field input,.argta-field select{min-height:39px}.argta-field textarea{resize:vertical;min-height:72px}.argta-field input:focus,.argta-field select:focus,.argta-field textarea:focus{border-color:var(--argta-teal);box-shadow:0 0 0 3px rgba(10,166,179,.12)}.argta-upload-field{border:1px dashed #c8d6e5;border-radius:8px;padding:9px}.argta-upload-field small{font-size:.66rem;color:var(--argta-muted)}.argta-form-scope{margin:10px 0;padding:9px 10px;border-radius:7px;background:#f2f8fa;color:#536278;font-size:.69rem;line-height:1.45}.argta-form-next,.argta-form-submit{width:100%;min-height:42px;margin-top:10px;background:var(--argta-teal);box-shadow:none}.argta-form-next:hover,.argta-form-submit:hover{background:var(--argta-teal-dark)}.argta-form-actions{display:grid;grid-template-columns:.26fr .74fr;gap:8px;margin-top:8px}.argta-form-back{border:1px solid #cdd8e5;border-radius:7px;background:#fff;color:var(--argta-navy);font-weight:800;cursor:pointer}.argta-check-field{display:flex;gap:9px;align-items:flex-start;font-size:.7rem;color:#5c687d}.argta-check-field input{margin-top:4px}.argta-form-privacy{font-size:.65rem;color:#718096;text-align:center;margin:10px 0 0;display:flex;justify-content:center;align-items:center;gap:5px}.argta-form-privacy svg{width:14px}.argta-form-status{display:none;padding:10px;border-radius:7px;margin:10px 0;font-size:.8rem}.argta-form-status.is-visible{display:block;background:#eef4f9}.argta-form-status.is-success{background:#e9f8f4;color:#145c4b}.argta-form-status.is-error{background:#fff0f0;color:#8d2f2f}.argta-honeypot{position:absolute;left:-9999px}.argta-service-form.is-submitted{opacity:.55;pointer-events:none}.argta-form-card--footer{background:rgba(255,255,255,.98);box-shadow:none;padding:16px}.argta-form-card--footer .argta-form-card__head{display:none}.argta-form-card--footer .argta-form-progress{margin-top:0}

/* Generic inner pages */
.argta-page-hero,.argta-service-hero,.argta-guide-header{padding:56px 0;background:linear-gradient(135deg,#f8fbfd,#eef6fa);border-bottom:1px solid var(--argta-line)}.argta-page-hero--compact{padding:42px 0}.argta-page-hero-grid,.argta-service-hero-grid,.argta-guide-header-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:54px;align-items:center}.argta-page-hero img,.argta-service-hero figure img,.argta-guide-header figure img{max-height:400px;object-fit:contain;margin:auto}.argta-service-hero figure,.argta-guide-header figure{margin:0}.argta-service-hero figcaption,.argta-guide-header figcaption{font-size:.67rem;color:var(--argta-muted);text-align:center;margin-top:7px}.argta-page-hero p,.argta-service-hero p{font-size:1.02rem;max-width:760px}.argta-section{padding:58px 0}.argta-section--soft{background:var(--argta-soft)}.argta-section--form{padding:40px 0;background:var(--argta-soft)}.argta-narrow-form{max-width:760px}.argta-section-head{text-align:center;max-width:800px;margin:0 auto 30px}.argta-section-head p{color:var(--argta-muted)}.argta-card-grid{display:grid;gap:18px}.argta-card-grid--services{grid-template-columns:repeat(3,1fr)}.argta-service-card,.argta-location-card,.argta-brand-card,.argta-guide-card{background:#fff;border:1px solid var(--argta-line);border-radius:15px;overflow:hidden;box-shadow:var(--argta-shadow-soft)}.argta-card-image{display:block;background:#f7fbfd}.argta-card-image img{width:100%;height:200px;object-fit:contain;padding:16px}.argta-card-body{padding:20px}.argta-card-body h2,.argta-card-body h3{font-size:1.18rem}.argta-card-body p{font-size:.87rem;color:var(--argta-muted)}.argta-card-kicker{font-size:.7rem;color:var(--argta-teal-dark);font-weight:850;text-transform:uppercase}.argta-location-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.argta-brand-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.argta-brand-card{padding:22px}.argta-brand-letter{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#eaf7f8;color:var(--argta-teal-dark);font-size:1.25rem;font-weight:900;margin-bottom:15px}.argta-brand-card h2{font-size:1.1rem}.argta-brand-card p{font-size:.86rem;color:var(--argta-muted)}.argta-disclaimer-panel,.argta-scope-callout{margin-top:25px;padding:18px 20px;background:#f1f6fa;border:1px solid #dce7f1;border-radius:12px;font-size:.84rem}.argta-scope-callout{border-left:4px solid var(--argta-teal)}.argta-two-column-content,.argta-split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:start}.argta-three-column-info,.argta-factor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.argta-three-column-info article,.argta-factor-grid article{background:#fff;border:1px solid var(--argta-line);border-radius:13px;padding:22px}.argta-three-column-info h2,.argta-factor-grid h2{font-size:1.12rem}.argta-three-column-info p,.argta-factor-grid p{font-size:.86rem;color:var(--argta-muted)}.argta-info-panel{padding:24px;border-radius:14px}.argta-info-panel--light{background:#eef7f8;border:1px solid #dbecee}.argta-feature-list{list-style:none;padding:0;margin:0}.argta-feature-list li{display:flex;gap:9px;align-items:flex-start;margin:10px 0}.argta-feature-list svg{width:18px;color:var(--argta-teal);flex:0 0 auto;margin-top:3px}.argta-inline-points{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.argta-inline-points span{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:800;color:var(--argta-navy)}.argta-inline-points svg{width:18px}.argta-wordmark-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}.argta-wordmark-grid span,.argta-wordmark-grid a{padding:10px 16px;border:1px solid var(--argta-line);border-radius:8px;background:#fff;font-weight:850;color:var(--argta-navy)}.argta-location-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.argta-location-link{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid var(--argta-line);border-radius:10px;background:#fff;color:var(--argta-ink)}.argta-location-link svg{width:24px;color:var(--argta-teal)}.argta-location-link span{display:flex;flex-direction:column}.argta-location-link small{color:var(--argta-muted);font-size:.7rem}.argta-compact-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.argta-compact-service-grid>a{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--argta-line);border-radius:10px;padding:10px;color:var(--argta-ink)}.argta-compact-service-grid img{width:65px;height:52px;object-fit:contain}.argta-compact-service-grid span{display:flex;flex-direction:column}.argta-compact-service-grid small{font-size:.69rem;color:var(--argta-muted)}.argta-pill-list{display:flex;flex-wrap:wrap;gap:8px}.argta-pill-list span{padding:7px 11px;border-radius:999px;background:#edf5f9;color:var(--argta-navy);font-size:.76rem;font-weight:750}.argta-final-cta{padding:48px 0;background:linear-gradient(110deg,var(--argta-navy-2),#0a4e8e);color:#fff;text-align:center}.argta-final-cta h2,.argta-final-cta .argta-eyebrow{color:#fff}.argta-final-cta p{color:#d9e8f4;max-width:760px;margin:0 auto 20px}.argta-faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px}.argta-faq-list details{border:1px solid var(--argta-line);border-radius:8px;background:#fff;margin-bottom:8px}.argta-faq-list summary{cursor:pointer;padding:12px 14px;color:var(--argta-ink);font-weight:800;font-size:.84rem;list-style:none}.argta-faq-list summary::-webkit-details-marker{display:none}.argta-faq-list summary:after{content:"+";float:right;color:var(--argta-teal);font-weight:900}.argta-faq-list details[open] summary:after{content:"-"}.argta-faq-list details p{padding:0 14px 13px;margin:0;color:var(--argta-muted);font-size:.82rem}.argta-faq-list--wide{max-width:900px}.argta-breadcrumbs{font-size:.73rem;margin-bottom:16px}.argta-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:0}.argta-breadcrumbs li+li:before{content:"/";margin-right:7px;color:#9aa6b7}.argta-breadcrumbs a{color:var(--argta-muted)}

/* Guides */
.argta-category-pills{display:flex;flex-wrap:wrap;gap:8px}.argta-category-pills a{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--argta-line);font-size:.78rem;font-weight:750}.argta-guide-grid{grid-template-columns:repeat(3,1fr)}.argta-guide-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:42px;padding-top:48px;padding-bottom:60px}.argta-guide-content{font-size:1.02rem}.argta-guide-content h2{margin-top:1.6em}.argta-guide-content h3{margin-top:1.4em}.argta-guide-content img{border-radius:12px}.argta-guide-meta{display:flex;flex-wrap:wrap;gap:10px 16px;color:var(--argta-muted);font-size:.74rem}.argta-guide-deck{font-size:1.05rem;color:var(--argta-muted)}.argta-safety-note{background:#fff6e8;border-left:4px solid #e6a038;padding:14px 16px;border-radius:8px;margin-bottom:24px;font-size:.86rem}.argta-editorial-card,.argta-guide-end{background:var(--argta-soft);border:1px solid var(--argta-line);border-radius:13px;padding:22px;margin-top:30px}.argta-editorial-card h2,.argta-guide-end h2{font-size:1.35rem;margin-top:0}.argta-editorial-card p,.argta-guide-end p{font-size:.87rem}.argta-sticky-card{position:sticky;top:100px;background:#fff;border:1px solid var(--argta-line);border-radius:14px;padding:22px;box-shadow:var(--argta-shadow-soft)}.argta-sticky-card h2{font-size:1.3rem}.argta-sticky-card p{font-size:.82rem;color:var(--argta-muted)}.argta-empty-state{text-align:center;padding:45px;background:var(--argta-soft);border-radius:14px}.argta-empty-state img{max-width:280px;margin:0 auto 16px}

/* Tables / prose */
.argta-prose{max-width:900px}.argta-prose h2{margin-top:1.5em}.argta-decision-table{display:grid;border:1px solid var(--argta-line);border-radius:12px;overflow:hidden}.argta-decision-table>div{display:grid;grid-template-columns:.25fr .375fr .375fr}.argta-decision-table>div>*{padding:14px;border-right:1px solid var(--argta-line);border-bottom:1px solid var(--argta-line)}.argta-decision-table>div>*:last-child{border-right:0}.argta-decision-head{background:var(--argta-navy);color:#fff;font-weight:850}.argta-decision-head>*{color:#fff}.argta-mobile-cta{display:none}

/* Footer */
.argta-site-footer{background:#071f49;color:#cfe0ef;padding-top:48px}.argta-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:36px}.argta-site-footer h2{font-size:1rem;color:#fff}.argta-site-footer ul{list-style:none;padding:0;margin:0}.argta-site-footer li{margin:7px 0}.argta-site-footer a{color:#d8e8f5}.argta-site-footer a:hover{color:#fff}.argta-footer-brand p{font-size:.82rem;color:#b9cde0}.argta-brand--footer .argta-brand__text strong{color:#fff}.argta-footer-hours{display:flex;align-items:center;gap:7px}.argta-footer-hours svg{width:17px}.argta-footer-scope{margin-top:34px;background:#061a3d;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.argta-footer-scope .argta-container{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;padding:12px 0;font-size:.7rem}.argta-footer-scope strong{color:#fff}.argta-footer-bottom{padding:18px 0}.argta-footer-bottom .argta-container{display:flex;justify-content:space-between;gap:20px}.argta-footer-bottom p{font-size:.67rem;margin:0;color:#91aac1}

@media (max-width:1100px){
  .argta-primary-nav{position:fixed;top:76px;left:0;right:0;bottom:0;background:#fff;padding:20px;display:none;overflow:auto}.argta-primary-nav.is-open{display:block}.argta-menu{display:block}.argta-menu>li>a{min-height:48px;padding:0 10px}.argta-menu .sub-menu{display:block;position:static;box-shadow:none;border:0;padding:0 0 0 18px}.argta-menu-toggle{display:block;margin-left:auto}.argta-header-actions{display:none}
  .argta-home-hero__grid{grid-template-columns:1fr .7fr}.argta-home-hero__copy{padding-right:10px}.argta-home-hero__photo{min-height:480px}.argta-home-hero__form{grid-column:1/-1;padding:0 0 28px;max-width:720px;width:100%;margin:0 auto}.argta-home-trust{grid-template-columns:1fr 1fr 1fr}
  .argta-appliance-tile-grid{grid-template-columns:repeat(5,1fr)}.argta-location-link-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:820px){
  .argta-container{width:min(100% - 28px,var(--argta-container))}.argta-header-inner{min-height:68px}.argta-site-header .argta-brand img{width:44px;height:44px}.argta-brand__text strong{font-size:1.15rem}.argta-brand__text small{font-size:.55rem}.argta-primary-nav{top:68px}
  .argta-home-hero__grid{display:flex;flex-direction:column}.argta-home-hero__copy{padding:34px 0 18px}.argta-home-hero__copy h1{font-size:2.55rem}.argta-home-trust{grid-template-columns:1fr;gap:12px}.argta-home-hero__photo{min-height:280px;max-height:360px;margin:0 -14px}.argta-home-hero__photo img{object-position:center 45%}.argta-home-hero__form{padding:20px 0 30px}
  .argta-appliance-tile-grid{grid-template-columns:repeat(2,1fr)}.argta-home-proof__grid,.argta-home-faq__grid,.argta-bottom-request>.argta-container,.argta-page-hero-grid,.argta-service-hero-grid,.argta-guide-header-grid,.argta-two-column-content,.argta-split,.argta-faq-layout,.argta-guide-layout{grid-template-columns:1fr}.argta-region-grid{grid-template-columns:1fr}.argta-region-grid>div{border-right:0;border-bottom:1px solid var(--argta-line);padding:16px}.argta-region-grid>div:last-child{border-bottom:0}.argta-check-columns{grid-template-columns:1fr}.argta-guide-preview-grid,.argta-card-grid--services,.argta-location-card-grid,.argta-brand-card-grid,.argta-guide-grid,.argta-three-column-info,.argta-factor-grid,.argta-compact-service-grid{grid-template-columns:1fr}.argta-location-link-grid{grid-template-columns:1fr 1fr}.argta-footer-grid{grid-template-columns:1fr 1fr}.argta-footer-bottom .argta-container{display:block}.argta-footer-bottom p{margin:6px 0}.argta-guide-sidebar{display:none}.argta-decision-table>div{grid-template-columns:1fr}.argta-decision-table>div>*{border-right:0}.argta-decision-head{display:none!important}
  .argta-mobile-cta{position:fixed;display:flex;align-items:center;justify-content:center;gap:8px;left:12px;right:12px;bottom:12px;z-index:999;background:linear-gradient(135deg,var(--argta-teal),#087d9a);color:#fff!important;border-radius:10px;min-height:52px;font-weight:850;box-shadow:0 12px 28px rgba(8,43,98,.28);transition:.2s}.argta-mobile-cta svg{width:20px}.argta-mobile-cta.is-hidden{opacity:0;pointer-events:none;transform:translateY(12px)}body{padding-bottom:72px}
}
@media (max-width:520px){
  .argta-brand__text small{display:none}.argta-form-grid{grid-template-columns:1fr}.argta-field--full{grid-column:auto}.argta-appliance-tile-grid{grid-template-columns:repeat(2,1fr)}.argta-appliance-tile img{height:72px}.argta-location-link-grid{grid-template-columns:1fr}.argta-area-pills a{min-width:calc(50% - 6px)}.argta-footer-grid{grid-template-columns:1fr}.argta-home-panel{padding:22px}.argta-form-card{padding:16px}.argta-bottom-request>.argta-container{padding:20px}.argta-home-hero__copy h1{font-size:2.25rem}
}

/* =========================================================
   v1.4.0 balanced premium design system
   Consolidates earlier visual overrides into one coherent layer.
   ========================================================= */
:root{
  --argta-navy:#0b2a4a;
  --argta-navy-2:#061b31;
  --argta-teal:#0b8684;
  --argta-teal-dark:#076c6b;
  --argta-blue:#225d8f;
  --argta-gold:#c6943e;
  --argta-ink:#10273f;
  --argta-text:#495b6f;
  --argta-muted:#718093;
  --argta-line:#dfe7e7;
  --argta-soft:#f7f5f0;
  --argta-soft-blue:#eff7f5;
  --argta-white:#fff;
  --argta-shadow:0 24px 65px rgba(7,31,51,.12);
  --argta-shadow-soft:0 12px 34px rgba(7,31,51,.07);
  --argta-radius:22px;
  --argta-container:1200px;
}
body{background:#fffdfa;color:var(--argta-text)}
h1,h2,h3,h4{color:var(--argta-ink)}
.argta-container{width:min(var(--argta-container),calc(100% - 48px))}
.argta-kicker,.argta-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid #d9e9e5;border-radius:999px;background:#f0f8f5;color:var(--argta-teal-dark);font-size:.69rem;font-weight:900;text-transform:uppercase;letter-spacing:.13em}
.argta-kicker:before,.argta-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--argta-gold);box-shadow:0 0 0 4px rgba(198,148,62,.12)}

/* Header */
.argta-site-header{position:sticky;top:0;z-index:1000;background:rgba(255,253,250,.97);border-bottom:1px solid rgba(11,42,74,.09);box-shadow:0 7px 24px rgba(7,31,51,.04);backdrop-filter:blur(14px)}
.argta-header-inner{min-height:86px;display:flex;align-items:center;gap:22px}
.argta-brand{gap:13px}
.argta-brand img{width:58px;height:58px;filter:drop-shadow(0 5px 10px rgba(7,31,51,.08))}
.argta-brand__text{line-height:1;min-width:276px}
.argta-brand__text strong{font-size:1.72rem;line-height:1;font-weight:900;letter-spacing:-.04em;white-space:nowrap;color:var(--argta-navy)}
.argta-brand__text strong em{color:var(--argta-teal);font-weight:950}
.argta-brand__text small{font-size:.56rem;letter-spacing:.20em;margin-top:7px;color:#9b6f22;font-weight:900}
.argta-menu{gap:0}
.argta-menu>li>a{min-height:86px;padding:0 10px;color:#1a3048;font-size:.85rem;font-weight:780}
.argta-menu>li.current-menu-item>a,.argta-menu>li>a:hover{color:var(--argta-teal-dark)}
.argta-menu>li.current-menu-item>a:after{content:"";position:absolute;left:10px;right:10px;bottom:16px;height:3px;border-radius:99px;background:var(--argta-teal)}
.argta-menu .sub-menu{top:74px;border-radius:16px;border-color:#dfe7e7;box-shadow:var(--argta-shadow)}
.argta-btn{min-height:48px;border-radius:13px;background:linear-gradient(135deg,var(--argta-navy),#194e78);box-shadow:0 10px 24px rgba(11,42,74,.16)}
.argta-btn--header{min-height:48px;padding:11px 21px;background:linear-gradient(135deg,#0b8d89,#08716f);box-shadow:0 10px 24px rgba(11,134,132,.20)}
.argta-btn--outline{background:#fffdfa;color:var(--argta-navy)!important;border-color:#cad8d8}

/* Homepage hero: premium split layout with quiet proof points */
.argta-home-hero{position:relative;overflow:hidden;padding:58px 0 62px;background:radial-gradient(circle at 84% 18%,rgba(11,134,132,.13),transparent 30%),radial-gradient(circle at 10% 92%,rgba(198,148,62,.09),transparent 26%),linear-gradient(135deg,#fffdfa 0%,#f9faf7 52%,#edf6f2 100%);border-bottom:1px solid #e1e8e4}
.argta-home-hero:before{content:"";position:absolute;right:-120px;top:-165px;width:460px;height:460px;border:1px solid rgba(11,134,132,.10);border-radius:50%;box-shadow:0 0 0 45px rgba(11,134,132,.025),0 0 0 90px rgba(11,134,132,.018);pointer-events:none}
.argta-home-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.91fr) minmax(0,1.09fr);gap:58px;align-items:center}
.argta-home-hero__copy{max-width:600px;position:relative;z-index:3}
.argta-home-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:8px 12px;border:1px solid #d8e7e2;border-radius:999px;background:rgba(255,255,255,.78);color:#24455b;font-size:.68rem;line-height:1.25;font-weight:850;letter-spacing:.055em;text-transform:uppercase;box-shadow:0 7px 20px rgba(7,31,51,.035)}
.argta-home-hero__eyebrow svg{width:17px;height:17px;flex:0 0 auto;color:var(--argta-teal-dark)}
.argta-home-hero__copy h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,4.25vw,4.5rem);line-height:.99;letter-spacing:-.052em;max-width:600px;margin:22px 0 21px;color:#0b2949;text-wrap:balance}
.argta-home-hero__copy h1 span{display:block;color:var(--argta-teal-dark)}
.argta-home-hero__lead{font-size:1.03rem!important;line-height:1.72!important;max-width:565px!important;margin:0!important;color:#536477!important}
.argta-home-hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin:29px 0 25px}
.argta-btn--hero{min-height:54px;padding:14px 24px;border-radius:14px;background:linear-gradient(135deg,#0b948f,#087470);box-shadow:0 13px 28px rgba(11,134,132,.21);font-weight:900}
.argta-btn--hero:hover{transform:translateY(-2px);box-shadow:0 17px 34px rgba(11,134,132,.26)}
.argta-home-hero__areas-link{display:inline-flex;align-items:center;gap:7px;color:#163c58;font-size:.82rem;font-weight:850;text-decoration:none}
.argta-home-hero__areas-link svg{width:17px;height:17px;color:var(--argta-teal-dark);transition:transform .18s ease}.argta-home-hero__areas-link:hover svg{transform:translateX(3px)}
.argta-home-hero__proof{display:flex;flex-wrap:wrap;gap:9px 18px;padding-top:3px}
.argta-home-hero__proof span{display:inline-flex;align-items:center;gap:7px;color:#29445a;font-size:.75rem;font-weight:760}
.argta-home-hero__proof svg{width:18px;height:18px;color:var(--argta-teal-dark)}
.argta-home-hero__scope{font-size:.69rem!important;line-height:1.5!important;color:#7a8591!important;max-width:555px!important;margin:18px 0 0!important}
.argta-home-hero__media{min-width:0;display:flex;align-items:center}
.argta-home-hero__visual{position:relative;width:100%;aspect-ratio:4/3;min-height:500px;border:1px solid rgba(11,42,74,.08);border-radius:32px;overflow:hidden;background:#e9efec;box-shadow:0 28px 68px rgba(7,31,51,.15)}
.argta-home-hero__visual:before{content:"";position:absolute;z-index:1;inset:0;border:1px solid rgba(255,255,255,.48);border-radius:31px;pointer-events:none}
.argta-home-hero__photo{position:absolute;inset:0;margin:0;background:#e9efec}
.argta-home-hero__photo picture{display:block;width:100%;height:100%}.argta-home-hero__photo img{width:100%;height:100%;object-fit:cover;object-position:center 53%;filter:saturate(.93) contrast(1.02)}
.argta-home-hero__photo-shade{position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,rgba(5,27,46,.02) 40%,rgba(5,27,46,.22) 100%);pointer-events:none}
.argta-home-hero__floating{position:absolute;z-index:4;display:flex;align-items:center;gap:11px;padding:13px 15px;border:1px solid rgba(255,255,255,.78);border-radius:17px;background:rgba(255,253,250,.93);box-shadow:0 16px 38px rgba(7,31,51,.16);backdrop-filter:blur(12px)}
.argta-home-hero__floating--top{top:20px;right:20px;max-width:340px}.argta-home-hero__floating--bottom{left:20px;bottom:20px;max-width:305px}
.argta-home-hero__floating-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:12px;background:#e9f6f3;color:var(--argta-teal-dark)}.argta-home-hero__floating-icon svg{width:20px;height:20px}
.argta-home-hero__floating>span:last-child{display:flex;flex-direction:column}.argta-home-hero__floating strong{font-size:.79rem;line-height:1.2;color:var(--argta-ink)}.argta-home-hero__floating small{font-size:.66rem;line-height:1.35;color:var(--argta-muted);margin-top:3px}

/* Request section */
.argta-home-request-dock{padding:40px 0 50px;background:#f5f3ee}
.argta-home-request-dock__grid{display:grid;grid-template-columns:minmax(250px,.34fr) minmax(0,.66fr);gap:34px;align-items:start;padding:32px;border:1px solid #dfe5e1;border-radius:28px;background:#fffdfa;box-shadow:0 22px 55px rgba(7,31,51,.085)}
.argta-home-request-dock__intro{padding:12px 10px 10px 5px}.argta-home-request-dock__intro .argta-kicker{margin-bottom:18px}.argta-home-request-dock__intro h2{font-family:Georgia,"Times New Roman",serif;font-size:2.25rem;line-height:1.08;letter-spacing:-.035em;color:#0b2949}.argta-home-request-dock__intro p{font-size:.91rem;line-height:1.7;color:#5e6a78}.argta-request-dock-points{display:grid;gap:11px;margin-top:23px}.argta-request-dock-points span{display:flex;align-items:center;gap:8px;font-size:.77rem;font-weight:820;color:#29405e}.argta-request-dock-points svg{width:18px;color:var(--argta-teal-dark)}
.argta-home-request-dock .argta-home-hero__form{padding:0;margin:0}
.argta-form-card{background:#fff;border:1px solid #dbe4e3;border-radius:22px;padding:23px;box-shadow:0 12px 30px rgba(7,31,51,.06)}
.argta-form-card:before{display:none}
.argta-form-card__head{margin-bottom:14px}.argta-home-request-dock .argta-form-card__head{text-align:left;display:grid;grid-template-columns:1fr auto;align-items:end;gap:20px}.argta-form-card__head h2{font-family:Georgia,"Times New Roman",serif;font-size:1.62rem;letter-spacing:-.03em;margin-bottom:.25rem}.argta-form-card__head p{font-size:.72rem;color:var(--argta-muted);margin:0}.argta-home-request-dock .argta-form-card__head p{max-width:330px;text-align:right}
.argta-form-progress{gap:8px;margin:13px 0 15px}.argta-form-progress span{padding:9px;border-radius:9px;background:#f0f4f4}.argta-form-progress span.is-active{background:#0b2949;color:#fff}
.argta-home-request-dock .argta-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 12px}.argta-field input,.argta-field select,.argta-field textarea{border-radius:10px;border-color:#d6dfdf;background:#fffdfa;padding:11px 12px}.argta-field input,.argta-field select{min-height:43px}.argta-field textarea{min-height:78px}.argta-field input:focus,.argta-field select:focus,.argta-field textarea:focus{border-color:var(--argta-teal);box-shadow:0 0 0 3px rgba(11,134,132,.10)}.argta-form-next,.argta-form-submit{min-height:47px;border-radius:11px;background:linear-gradient(135deg,var(--argta-teal),var(--argta-teal-dark));font-weight:900;box-shadow:0 9px 20px rgba(11,134,132,.16)}

/* Brand proof */
.argta-brand-band{padding:28px 0 26px;text-align:center;background:#0b2949;color:#fff;border:0;box-shadow:none}
.argta-brand-band h2{font-family:Georgia,"Times New Roman",serif;font-size:1.25rem;color:#fff;margin-bottom:15px}.argta-brand-band p{max-width:660px;margin:11px auto 0;color:#bed3dc;font-size:.75rem}.argta-brand-chips{gap:8px}.argta-brand-chips span{min-width:88px;padding:8px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.055);color:#fff;font-size:.74rem;box-shadow:none}

/* Section rhythm */
.argta-home-services,.argta-home-proof,.argta-home-areas,.argta-guides-preview,.argta-home-faq{padding:64px 0}
.argta-home-title{max-width:790px;margin:0 auto 34px;text-align:center}.argta-home-title>span{display:inline-flex;padding:7px 11px;border-radius:999px;background:#eff7f5;color:var(--argta-teal-dark);font-size:.67rem;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.argta-home-title h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,3vw,2.65rem);margin:.55rem 0 .7rem;letter-spacing:-.035em;color:#0b2949}.argta-home-title p{font-size:.95rem;line-height:1.7;color:var(--argta-muted);max-width:730px;margin-left:auto;margin-right:auto}
.argta-appliance-tile-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}.argta-appliance-tile{position:relative;border:1px solid #dfe6e4;border-radius:21px;background:#fff;padding:18px 12px 17px;text-align:center;color:var(--argta-ink);box-shadow:0 9px 26px rgba(7,31,51,.055);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.argta-appliance-tile:hover{transform:translateY(-4px);border-color:#a7ceca;box-shadow:0 17px 36px rgba(7,31,51,.10)}.argta-appliance-tile img{height:94px;width:100%;object-fit:contain;margin:0 auto 9px}.argta-appliance-tile strong{display:block;font-size:.85rem;font-weight:850}.argta-appliance-tile span{display:block;margin-top:4px;font-size:.68rem;color:var(--argta-teal-dark);font-weight:800}.argta-cluster-link{text-align:center;margin:22px 0 0;font-size:.84rem;color:var(--argta-muted)}

/* Why / process */
.argta-home-proof{background:#f6f4ef}
.argta-home-proof__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.argta-home-panel{background:#fffdfa;border:1px solid #dfe6e2;border-radius:24px;padding:32px;box-shadow:0 12px 32px rgba(7,31,51,.055)}.argta-home-panel h2{font-family:Georgia,"Times New Roman",serif;font-size:1.7rem;color:#0b2949}.argta-check-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px 22px;margin-top:24px}.argta-check-columns strong{display:flex;align-items:center;gap:8px;color:var(--argta-ink);font-size:.87rem}.argta-check-columns strong svg{width:18px;color:var(--argta-teal-dark)}.argta-check-columns p{font-size:.76rem;line-height:1.55;margin:4px 0 0 26px;color:var(--argta-muted)}
.argta-region-panel{background:linear-gradient(145deg,#0b2949,#0e4757);color:#fff;border-color:rgba(255,255,255,.04)}.argta-region-panel .argta-kicker{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:#cae8e2}.argta-region-panel h2{color:#fff}.argta-region-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:23px}.argta-region-grid>div{text-align:left;padding:15px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.055);display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:start}.argta-region-grid svg{grid-row:1/3;width:26px;height:26px;color:#7bd0c9;margin:0}.argta-region-grid strong{font-size:.82rem;color:#fff}.argta-region-grid small{font-size:.69rem;color:#c7d7dd;line-height:1.4;margin-top:3px}

/* Service areas grouped for easier scanning and cleaner internal linking */
.argta-home-areas{background:#fffdfa}.argta-area-region-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:1160px;margin:0 auto}.argta-area-region-card{padding:23px;border:1px solid #dfe6e3;border-radius:21px;background:#fff;box-shadow:0 9px 26px rgba(7,31,51,.05)}.argta-area-region-card h3{font-family:Georgia,"Times New Roman",serif;font-size:1.25rem;color:#0b2949;margin-bottom:13px}.argta-area-region-card__links{display:flex;flex-wrap:wrap;gap:7px}.argta-area-region-card a{display:inline-flex;padding:7px 10px;border-radius:999px;background:#f1f6f4;border:1px solid #e0e9e5;color:#24415b;font-size:.72rem;font-weight:760}.argta-area-region-card a:hover{background:var(--argta-teal-dark);border-color:var(--argta-teal-dark);color:#fff}.argta-area-note{text-align:center;margin:18px 0 0;color:var(--argta-muted);font-size:.78rem}

/* Guides / FAQ */
.argta-guides-preview{background:linear-gradient(180deg,#f3f7f5,#edf4f1)}.argta-guide-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.argta-guide-preview-grid article{background:#fffdfa;border:1px solid #dfe6e2;border-radius:21px;padding:25px;box-shadow:0 10px 28px rgba(7,31,51,.055)}.argta-guide-preview-grid article>span{font-size:.7rem;color:var(--argta-teal-dark);font-weight:850}.argta-guide-preview-grid h3{font-family:Georgia,"Times New Roman",serif;font-size:1.2rem;margin:.55rem 0}.argta-guide-preview-grid p{font-size:.85rem;line-height:1.6;color:var(--argta-muted)}
.argta-home-faq__grid{display:grid;grid-template-columns:1.12fr .88fr;gap:32px;align-items:start}.argta-home-faq h2{font-family:Georgia,"Times New Roman",serif;color:#0b2949}.argta-faq-list details{border:1px solid #dfe6e2;border-radius:15px;background:#fff;margin-bottom:10px;box-shadow:0 4px 16px rgba(7,31,51,.03)}.argta-faq-list summary{padding:15px 17px}.argta-faq-list details p{padding:0 17px 16px}.argta-commitment{background:linear-gradient(145deg,#eff8f5,#e8f3f0);border:1px solid #d8e8e3;border-radius:23px;padding:31px;display:flex;gap:19px;box-shadow:0 12px 30px rgba(7,31,51,.05)}.argta-commitment>svg{width:55px;height:55px;color:var(--argta-teal-dark)}

/* Bottom conversion section */
.argta-bottom-request{padding:46px 0 52px;background:#fffdfa}.argta-bottom-request>.argta-container{display:grid;grid-template-columns:.36fr .64fr;gap:30px;padding:34px;border-radius:28px;background:linear-gradient(120deg,#071f39,#0b4553 65%,#0b7774);color:#fff;box-shadow:0 24px 55px rgba(7,31,51,.15)}.argta-bottom-request h2{font-family:Georgia,"Times New Roman",serif;color:#fff}.argta-bottom-request .argta-kicker{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:#d4ebe7}.argta-bottom-request p{color:#d5e5e7}.argta-form-card--footer{background:#fff;border-radius:19px;box-shadow:none}

/* Generic inner pages use the same visual system */
.argta-page-hero,.argta-service-hero,.argta-guide-header{padding:64px 0;background:radial-gradient(circle at 80% 20%,rgba(11,134,132,.08),transparent 34%),linear-gradient(135deg,#fffdfa,#f2f7f4);border-bottom:1px solid #e1e8e4}.argta-page-hero-grid,.argta-service-hero-grid,.argta-guide-header-grid{gap:58px;align-items:center}.argta-page-hero h1,.argta-service-hero h1,.argta-guide-header h1{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.04em;color:#0b2949}.argta-page-hero img,.argta-service-hero figure img,.argta-guide-header figure img{border-radius:24px;max-height:390px}.argta-section{padding:68px 0}.argta-section--soft{background:#f6f4ef}.argta-section--form{padding:52px 0;background:#f5f3ee}.argta-section-head h2{font-family:Georgia,"Times New Roman",serif;color:#0b2949}.argta-service-card,.argta-location-card,.argta-brand-card,.argta-guide-card{border-color:#dfe6e2;border-radius:20px;background:#fffdfa;box-shadow:0 10px 28px rgba(7,31,51,.055)}.argta-card-image{background:#f2f7f5}.argta-card-body{padding:22px}.argta-brand-letter{background:#eaf5f2;color:var(--argta-teal-dark)}.argta-three-column-info article,.argta-factor-grid article,.argta-sticky-card{border-color:#dfe6e2;border-radius:18px;background:#fffdfa;box-shadow:0 9px 25px rgba(7,31,51,.04)}.argta-info-panel--light,.argta-scope-callout,.argta-disclaimer-panel{background:#eef7f4;border-color:#dae9e4}.argta-location-link,.argta-compact-service-grid>a,.argta-wordmark-grid span,.argta-wordmark-grid a{border-color:#dfe6e2;border-radius:14px;background:#fff}.argta-pill-list span,.argta-category-pills a{background:#eef6f3}.argta-final-cta{background:linear-gradient(120deg,#071f39,#0b4553 65%,#0b7774)}.argta-decision-table{border-color:#dfe6e2;border-radius:16px}.argta-decision-head{background:#0b2949}.argta-safety-note{background:#fff7e9;border-left-color:var(--argta-gold)}

/* Footer */
.argta-site-footer{background:#071f39;color:#cbd9e0;padding-top:54px}.argta-footer-grid{gap:40px}.argta-site-footer a{color:#d8e5e9}.argta-footer-scope{background:#05192e}.argta-footer-bottom p{color:#9bb1bd}

@media (max-width:1180px){
  .argta-brand__text{min-width:232px}.argta-brand__text strong{font-size:1.48rem}.argta-header-inner{gap:14px}.argta-menu>li>a{padding-inline:7px;font-size:.80rem}.argta-btn--header{padding-inline:16px}
  .argta-home-hero__grid{gap:36px}.argta-home-hero__copy h1{font-size:clamp(2.8rem,4.2vw,3.9rem)}
  .argta-area-region-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1100px){
  .argta-primary-nav{position:fixed;top:86px;left:0;right:0;bottom:0;background:#fffdfa;padding:20px;display:none;overflow:auto}.argta-primary-nav.is-open{display:block}.argta-menu{display:block}.argta-menu>li>a{min-height:48px;padding:0 10px}.argta-menu .sub-menu{display:block;position:static;box-shadow:none;border:0;padding:0 0 0 18px}.argta-menu-toggle{display:block;margin-left:auto}.argta-header-actions{display:none}
  .argta-home-hero__grid{grid-template-columns:1fr 1fr;gap:30px}.argta-home-hero__media{min-height:440px}.argta-home-hero__visual,.argta-home-hero__photo{min-height:440px}.argta-home-trust{grid-template-columns:repeat(3,minmax(0,1fr))}.argta-home-trust>div{min-height:0}.argta-appliance-tile-grid{grid-template-columns:repeat(5,1fr)}.argta-home-proof__grid{grid-template-columns:1fr}.argta-home-request-dock__grid{grid-template-columns:1fr}.argta-home-request-dock__intro{max-width:760px}.argta-request-dock-points{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:820px){
  .argta-container{width:min(var(--argta-container),calc(100% - 30px))}.argta-header-inner{min-height:74px}.argta-site-header .argta-brand img{width:49px;height:49px}.argta-brand__text{min-width:0}.argta-brand__text strong{font-size:1.25rem}.argta-brand__text small{font-size:.48rem}.argta-primary-nav{top:74px}
  .argta-home-hero{padding:36px 0 38px}.argta-home-hero__grid{grid-template-columns:1fr;gap:24px}.argta-home-hero__copy{padding:0;max-width:720px}.argta-home-hero__copy h1{font-size:clamp(2.55rem,9vw,3.5rem)}.argta-home-hero__media{min-height:360px}.argta-home-hero__visual,.argta-home-hero__photo{height:360px;min-height:360px}.argta-home-hero__visual{border-radius:24px}.argta-home-trust{grid-template-columns:repeat(3,1fr)}
  .argta-home-request-dock{padding:36px 0 44px}.argta-home-request-dock__grid{padding:23px;border-radius:23px}.argta-home-request-dock .argta-form-card__head{display:block}.argta-home-request-dock .argta-form-card__head p{text-align:left;margin-top:7px}.argta-request-dock-points{grid-template-columns:1fr}.argta-home-request-dock .argta-form-grid{grid-template-columns:1fr}
  .argta-home-services,.argta-home-proof,.argta-home-areas,.argta-guides-preview,.argta-home-faq{padding:56px 0}.argta-appliance-tile-grid{grid-template-columns:repeat(2,1fr)}.argta-home-faq__grid,.argta-bottom-request>.argta-container,.argta-page-hero-grid,.argta-service-hero-grid,.argta-guide-header-grid,.argta-two-column-content,.argta-split,.argta-faq-layout,.argta-guide-layout{grid-template-columns:1fr}.argta-guide-preview-grid,.argta-card-grid--services,.argta-location-card-grid,.argta-brand-card-grid,.argta-guide-grid,.argta-three-column-info,.argta-factor-grid,.argta-compact-service-grid{grid-template-columns:1fr}.argta-location-link-grid{grid-template-columns:1fr 1fr}.argta-footer-grid{grid-template-columns:1fr 1fr}.argta-guide-sidebar{display:none}.argta-region-grid{grid-template-columns:1fr 1fr}
  .argta-mobile-cta{position:fixed;display:flex;align-items:center;justify-content:center;gap:8px;left:12px;right:12px;bottom:12px;z-index:999;background:linear-gradient(135deg,var(--argta-teal),var(--argta-teal-dark));color:#fff!important;border-radius:13px;min-height:52px;font-weight:850;box-shadow:0 12px 28px rgba(8,43,98,.25);transition:.2s}.argta-mobile-cta svg{width:20px}.argta-mobile-cta.is-hidden{opacity:0;pointer-events:none;transform:translateY(12px)}body{padding-bottom:72px}
}
@media (max-width:560px){
  .argta-container{width:min(var(--argta-container),calc(100% - 26px))}.argta-brand__text strong{font-size:1.08rem}.argta-brand__text small{display:none}.argta-site-header .argta-brand img{width:46px;height:46px}.argta-home-hero__copy h1{font-size:2.5rem}.argta-home-hero__actions{display:grid;grid-template-columns:1fr}.argta-btn--hero{width:100%}.argta-home-trust{grid-template-columns:1fr}.argta-home-hero__media{min-height:300px}.argta-home-hero__visual,.argta-home-hero__photo{height:300px;min-height:300px}.argta-home-hero__badge{left:13px;right:13px;bottom:13px;max-width:none}.argta-home-request-dock__grid{padding:16px}.argta-home-request-dock__intro h2{font-size:1.9rem}.argta-form-card{padding:17px}.argta-area-region-grid{grid-template-columns:1fr}.argta-region-grid{grid-template-columns:1fr}.argta-location-link-grid{grid-template-columns:1fr}.argta-footer-grid{grid-template-columns:1fr}.argta-footer-bottom .argta-container{display:block}.argta-footer-bottom p{margin:6px 0}.argta-bottom-request>.argta-container{padding:24px 20px}.argta-home-title h2{font-size:2rem}
}

/* v1.4.0 Appliance Repair GTA identity */
.argta-site-header .argta-brand .argta-brand-logo-full{
  width:300px;
  height:auto;
  max-height:74px;
  object-fit:contain;
  object-position:left center;
  filter:none;
}
.argta-site-header .argta-brand:has(.argta-brand-logo-full){gap:0}
.argta-site-footer .argta-brand img{filter:none}
@media (max-width:1120px){
  .argta-site-header .argta-brand .argta-brand-logo-full{width:255px;max-height:68px}
}
@media (max-width:820px){
  .argta-site-header .argta-brand .argta-brand-logo-full{width:235px;max-height:62px}
}
@media (max-width:520px){
  .argta-site-header .argta-brand .argta-brand-logo-full{width:205px;max-height:56px}
}
.argta-header-inner{min-height:100px}
.argta-menu>li>a{min-height:100px}
.argta-site-header .argta-brand .argta-brand-logo-full{width:290px;height:auto;max-height:none}
@media (max-width:1120px){.argta-header-inner{min-height:92px}.argta-menu>li>a{min-height:92px}.argta-site-header .argta-brand .argta-brand-logo-full{width:250px}}
@media (max-width:820px){.argta-header-inner{min-height:78px}.argta-site-header .argta-brand .argta-brand-logo-full{width:220px}}
@media (max-width:520px){.argta-site-header .argta-brand .argta-brand-logo-full{width:195px}}

/* v1.5.4 homepage hero refinements */
@media (max-width:1180px){
  .argta-home-hero__grid{gap:38px}
  .argta-home-hero__copy h1{font-size:clamp(2.85rem,4vw,4rem)}
  .argta-home-hero__visual{min-height:460px}
}
@media (max-width:1100px){
  .argta-home-hero__grid{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:30px}
  .argta-home-hero__copy h1{font-size:clamp(2.65rem,4vw,3.55rem)}
  .argta-home-hero__lead{font-size:.96rem!important}
  .argta-home-hero__visual{min-height:440px}
  .argta-home-hero__floating--top{max-width:300px}
}
@media (max-width:820px){
  .argta-home-hero{padding:40px 0 44px}
  .argta-home-hero__grid{grid-template-columns:1fr;gap:28px}
  .argta-home-hero__copy{max-width:720px}
  .argta-home-hero__copy h1{font-size:clamp(2.7rem,8.3vw,3.7rem);max-width:700px}
  .argta-home-hero__lead{max-width:680px!important}
  .argta-home-hero__media{min-height:390px}
  .argta-home-hero__visual{height:390px;min-height:390px;aspect-ratio:auto;border-radius:26px}
  .argta-home-hero__photo{min-height:390px}
  .argta-home-hero__floating--top{top:16px;right:16px;max-width:330px}
  .argta-home-hero__floating--bottom{left:16px;bottom:16px}
}
@media (max-width:560px){
  .argta-home-hero__eyebrow{border-radius:14px;font-size:.61rem;line-height:1.35;text-transform:none;letter-spacing:.025em}
  .argta-home-hero__copy h1{font-size:2.55rem;line-height:1.02;margin-top:18px}
  .argta-home-hero__lead{font-size:.93rem!important}
  .argta-home-hero__actions{display:grid;grid-template-columns:1fr;gap:13px;margin:24px 0 21px}
  .argta-btn--hero{width:100%}
  .argta-home-hero__areas-link{justify-content:center;min-height:42px}
  .argta-home-hero__proof{gap:9px 14px}
  .argta-home-hero__proof span{font-size:.71rem}
  .argta-home-hero__scope{font-size:.66rem!important;margin-top:15px!important}
  .argta-home-hero__media{min-height:320px}
  .argta-home-hero__visual{height:320px;min-height:320px;border-radius:22px}
  .argta-home-hero__photo{min-height:320px}
  .argta-home-hero__floating{padding:11px 12px;border-radius:14px}
  .argta-home-hero__floating--top{left:12px;right:12px;top:12px;max-width:none}
  .argta-home-hero__floating--bottom{left:12px;right:12px;bottom:12px;max-width:none}
  .argta-home-hero__floating-icon{width:34px;height:34px;border-radius:10px}
  .argta-home-hero__floating strong{font-size:.74rem}
  .argta-home-hero__floating small{font-size:.62rem}
}

/* v1.6.0 Toronto Blue / Lime design system */
:root{
  --argta-navy:#062f70;
  --argta-navy-2:#041f4f;
  --argta-blue:#0b56b3;
  --argta-teal:#0b56b3;
  --argta-teal-dark:#083d86;
  --argta-lime:#a7df16;
  --argta-lime-dark:#6aa30c;
  --argta-gold:#a7df16;
  --argta-ink:#0a2348;
  --argta-text:#41516d;
  --argta-muted:#6a7890;
  --argta-line:#dce6f1;
  --argta-soft:#f5f8fc;
  --argta-soft-blue:#eef5fd;
  --argta-shadow:0 18px 45px rgba(4,31,79,.13);
  --argta-shadow-soft:0 8px 26px rgba(4,31,79,.08);
  --argta-radius:18px;
  --argta-container:1240px;
}
body{background:#fff;color:var(--argta-text)}
a{color:var(--argta-blue)}a:hover{color:var(--argta-navy)}
h1,h2,h3,h4{color:var(--argta-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}

/* Header: clean white bar from approved mockup */
.argta-site-header{background:rgba(255,255,255,.985);border-bottom:1px solid #e8eef6;box-shadow:0 1px 0 rgba(6,47,112,.02);backdrop-filter:blur(14px)}
.argta-header-inner{min-height:88px;gap:24px}
.argta-site-header .argta-brand .argta-brand-logo-full{width:265px;max-height:68px;object-fit:contain;object-position:left center}
.argta-menu>li>a{min-height:88px;color:#0a2348;font-size:.9rem;font-weight:760;padding-inline:12px}
.argta-menu>li.current-menu-item>a,.argta-menu>li>a:hover{color:var(--argta-blue)}
.argta-menu .sub-menu{border-color:#dce6f1;border-radius:13px;box-shadow:0 18px 45px rgba(4,31,79,.14)}
.argta-menu .sub-menu a:hover{background:#eef5fd;color:var(--argta-blue)}
.argta-btn{border-radius:8px;background:linear-gradient(135deg,#0a4ca7,#062f70);box-shadow:0 9px 22px rgba(6,47,112,.2)}
.argta-btn--header{min-height:48px;padding:11px 20px;background:linear-gradient(135deg,#568d0b,#397804);box-shadow:0 8px 20px rgba(73,126,8,.18)}
.argta-btn--header:hover{background:linear-gradient(135deg,#659f10,#407d05)}

/* Approved blue Toronto hero */
.argta-home-hero--metro{position:relative;overflow:hidden;border-bottom:0;background:linear-gradient(90deg,#062f70 0%,#05295f 49%,#f5f8fc 49%,#f5f8fc 100%)}
.argta-home-hero--metro:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#dce6f1;z-index:6}
.argta-home-hero__skyline{position:absolute;left:0;bottom:0;width:54%;height:78%;background:url('../images/toronto-skyline.svg') no-repeat left bottom/88% auto;opacity:.55;pointer-events:none;z-index:1}
.argta-home-hero--metro .argta-home-hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,.93fr) minmax(260px,.63fr) minmax(320px,.67fr);gap:0;min-height:650px;align-items:stretch;z-index:2}
.argta-home-hero--metro .argta-home-hero__copy{grid-column:1;grid-row:1;align-self:center;padding:58px 44px 52px 0;max-width:none;color:#fff;z-index:5}
.argta-home-hero--metro .argta-home-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--argta-lime);font-size:.72rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.argta-home-hero--metro .argta-home-hero__eyebrow svg{width:18px;height:18px;color:var(--argta-lime)}
.argta-home-hero--metro .argta-home-hero__copy h1{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:clamp(3rem,4vw,4.4rem);line-height:1.02;letter-spacing:-.045em;max-width:610px;margin:22px 0 20px;color:#fff;text-wrap:balance}
.argta-home-hero--metro .argta-home-hero__copy h1 span{display:block;color:var(--argta-lime)}
.argta-home-hero--metro .argta-home-hero__lead{font-size:1.02rem!important;line-height:1.68!important;color:#eef5ff!important;max-width:535px!important;margin:0!important}
.argta-home-hero--metro .argta-home-hero__actions{display:flex;align-items:center;gap:24px;margin:28px 0 26px}
.argta-home-hero--metro .argta-btn--hero{min-height:50px;padding:12px 22px;background:linear-gradient(135deg,#b6ec20,#92cf0c);color:#092148!important;box-shadow:0 12px 28px rgba(117,168,12,.24);font-size:.9rem;font-weight:900}
.argta-home-hero--metro .argta-btn--hero svg{width:18px;height:18px}
.argta-home-hero--metro .argta-btn--hero:hover{background:linear-gradient(135deg,#c2f52d,#9bd710);box-shadow:0 15px 32px rgba(117,168,12,.28)}
.argta-home-hero--metro .argta-home-hero__areas-link{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:.84rem;font-weight:850;border-bottom:2px solid var(--argta-lime);padding:0 0 4px}
.argta-home-hero--metro .argta-home-hero__areas-link svg{width:17px;color:var(--argta-lime)}
.argta-home-hero--metro .argta-home-hero__proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.18)}
.argta-home-hero--metro .argta-home-hero__proof>span{display:grid;grid-template-columns:34px 1fr;gap:9px;align-items:start;padding:0 14px 0 0;color:#fff;font-size:.72rem;font-weight:760;border-right:1px solid rgba(255,255,255,.17)}
.argta-home-hero--metro .argta-home-hero__proof>span+span{padding-left:14px}.argta-home-hero--metro .argta-home-hero__proof>span:last-child{border-right:0}
.argta-home-hero--metro .argta-home-hero__proof>span>svg{width:30px;height:30px;color:#fff;margin-top:1px}
.argta-home-hero--metro .argta-home-hero__proof>span>span{display:flex;flex-direction:column}.argta-home-hero--metro .argta-home-hero__proof strong{font-size:.72rem;line-height:1.25;color:#fff}.argta-home-hero--metro .argta-home-hero__proof small{font-size:.61rem;line-height:1.35;color:#cfe1fa;margin-top:3px}
.argta-home-hero--metro .argta-home-hero__scope{font-size:.62rem!important;line-height:1.48!important;color:#b9cce8!important;max-width:570px!important;margin:16px 0 0!important}
.argta-home-hero--metro .argta-home-hero__media{grid-column:2/4;grid-row:1;position:relative;display:block;min-width:0;overflow:hidden;z-index:2}
.argta-home-hero--metro .argta-home-hero__media:before{content:"";position:absolute;left:4.5%;top:42%;width:16px;height:145px;background:var(--argta-lime);transform:skewX(-13deg);z-index:4;box-shadow:0 0 0 1px rgba(255,255,255,.08)}
.argta-home-hero--metro .argta-home-hero__media:after{content:"";position:absolute;left:0;top:0;bottom:0;width:16%;background:linear-gradient(110deg,#05295f 0 45%,rgba(5,41,95,0) 46%);z-index:3;pointer-events:none}
.argta-home-hero--metro .argta-home-hero__photo{position:absolute;inset:0;margin:0;min-height:0;background:#e8edf2;clip-path:polygon(10% 0,100% 0,100% 100%,0 100%)}
.argta-home-hero--metro .argta-home-hero__photo picture{display:block;width:100%;height:100%}.argta-home-hero--metro .argta-home-hero__photo img{width:100%;height:100%;object-fit:cover;object-position:50% center;filter:saturate(.94) contrast(1.03)}
.argta-home-hero--metro .argta-home-hero__form{grid-column:3;grid-row:1;align-self:center;justify-self:end;width:min(100%,365px);padding:0;margin:24px 0;position:relative;z-index:7}
.argta-home-hero--metro .argta-form-card--hero{padding:18px;border:1px solid rgba(6,47,112,.10);border-radius:18px;box-shadow:0 22px 50px rgba(4,31,79,.22);background:rgba(255,255,255,.985)}
.argta-form-card--hero .argta-form-card__head{text-align:left;margin-bottom:10px}.argta-form-card--hero .argta-form-card__head h2{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:1.28rem;letter-spacing:-.025em;color:#0a2348;margin-bottom:2px}.argta-form-card--hero .argta-form-card__head p{font-size:.66rem;color:#687891}
.argta-form-card--hero .argta-form-progress{margin:9px 0 11px;gap:6px}.argta-form-card--hero .argta-form-progress span{padding:6px 7px;border-radius:6px;font-size:.59rem;background:#edf2f8}.argta-form-card--hero .argta-form-progress span.is-active{background:#062f70}
.argta-form-card--hero .argta-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.argta-form-card--hero .argta-field>span{font-size:.61rem;color:#203b63}.argta-form-card--hero .argta-field input,.argta-form-card--hero .argta-field select,.argta-form-card--hero .argta-field textarea{border:1px solid #ced9e9;border-radius:7px;background:#fff;padding:8px 9px;font-size:.68rem}.argta-form-card--hero .argta-field input,.argta-form-card--hero .argta-field select{min-height:36px}.argta-form-card--hero .argta-field textarea{min-height:62px}.argta-form-card--hero .argta-field input:focus,.argta-form-card--hero .argta-field select:focus,.argta-form-card--hero .argta-field textarea:focus{border-color:#0b56b3;box-shadow:0 0 0 3px rgba(11,86,179,.10)}
.argta-form-card--hero .argta-form-scope{display:none}.argta-form-card--hero .argta-form-next,.argta-form-card--hero .argta-form-submit{min-height:42px;margin-top:9px;border-radius:7px;background:linear-gradient(135deg,#0b56b3,#062f70);box-shadow:none;font-size:.74rem}.argta-form-card--hero .argta-form-next:hover,.argta-form-card--hero .argta-form-submit:hover{background:linear-gradient(135deg,#1469cf,#073b88)}
.argta-form-card--hero .argta-form-actions{grid-template-columns:.28fr .72fr}.argta-form-card--hero .argta-form-back{border-radius:7px}
.argta-form-card--hero .argta-check-field{font-size:.61rem;line-height:1.4}.argta-form-card--hero .argta-form-privacy{font-size:.55rem;line-height:1.42;margin-top:8px;color:#6c7c94;display:block;text-align:left}.argta-form-card--hero .argta-form-privacy svg{display:none}

/* Five-card services row from the approved mockup */
.argta-home-services--metro{padding:34px 0 28px;background:#fff}
.argta-home-title--left{text-align:left;max-width:none;margin:0 0 18px}.argta-home-title--left>span{color:#6da00e}.argta-home-title--left h2{font-size:1.35rem;color:#0a2348;margin:.2rem 0 0}
.argta-metro-service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.argta-metro-service-card{display:grid;grid-template-columns:58px 1fr;gap:10px;min-height:116px;padding:15px;border:1px solid #dce6f1;border-radius:11px;background:#fff;color:#0a2348;box-shadow:0 5px 18px rgba(4,31,79,.035);transition:.18s ease}
.argta-metro-service-card:hover{transform:translateY(-2px);border-color:#a8c3e5;box-shadow:0 12px 26px rgba(4,31,79,.08)}
.argta-metro-service-card__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#f0f5fc}.argta-metro-service-card__icon img{width:46px;height:40px;object-fit:contain;margin:0}
.argta-metro-service-card__body{display:flex;flex-direction:column;min-width:0}.argta-metro-service-card strong{font-size:.76rem;color:#0a2348}.argta-metro-service-card small{font-size:.59rem;line-height:1.45;color:#5d6d84;margin-top:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.argta-metro-service-card em{font-style:normal;font-size:.61rem;font-weight:850;color:#0b56b3;margin-top:auto;padding-top:7px;display:flex;align-items:center;gap:5px}.argta-metro-service-card em svg{width:13px}
.argta-metro-services-more{margin-top:15px}.argta-metro-services-more .argta-text-link{font-size:.75rem}

/* Service areas + brands split panel */
.argta-home-overview{padding:0 0 16px;background:#fff}.argta-home-overview__grid{display:grid;grid-template-columns:.87fr 1.13fr;gap:14px}
.argta-overview-panel{border:1px solid #dce6f1;border-radius:12px;background:#fff;box-shadow:0 6px 20px rgba(4,31,79,.035);padding:20px 22px;min-height:180px}
.argta-overview-panel .argta-kicker{margin:0 0 3px;color:#0b56b3;font-size:.68rem}.argta-overview-panel h2{font-size:1.2rem;margin:0 0 5px}.argta-overview-panel p{font-size:.69rem;line-height:1.5;color:#65738a;margin:0 0 14px}.argta-overview-panel .argta-text-link{font-size:.68rem;margin-top:13px}
.argta-overview-panel--areas{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:center}.argta-overview-panel--areas>img{width:100%;max-height:160px;object-fit:contain}
.argta-region-pills{display:flex;flex-wrap:wrap;gap:7px}.argta-region-pills span{padding:5px 10px;border:1px solid #d6e3f2;border-radius:999px;background:#f9fbfe;color:#173d70;font-size:.6rem;font-weight:760}
.argta-metro-brand-row{display:flex;flex-wrap:wrap;align-items:center;gap:15px 22px;margin-top:17px}.argta-metro-brand-row span{font-size:.82rem;font-weight:900;letter-spacing:.02em;color:#24334a}.argta-metro-brand-row__more{color:#0b56b3!important;font-size:.65rem!important}

/* Full-width blue verified info strip */
.argta-home-trust-strip{padding:0 0 38px;background:#fff}.argta-home-trust-strip__grid{position:relative;overflow:hidden;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-radius:12px;background:linear-gradient(100deg,#05295f,#073f89);box-shadow:0 10px 26px rgba(4,31,79,.12)}
.argta-home-trust-strip__grid:after{content:"";position:absolute;right:-12px;bottom:-5px;width:210px;height:90px;background:url('../images/toronto-skyline.svg') no-repeat right bottom/190px auto;opacity:.2;pointer-events:none}
.argta-home-trust-strip__grid>div{position:relative;z-index:2;display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:center;padding:22px 28px;border-right:1px solid rgba(255,255,255,.16)}.argta-home-trust-strip__grid>div:last-child{border-right:0}
.argta-home-trust-strip svg{width:40px;height:40px;color:var(--argta-lime)}.argta-home-trust-strip span{display:flex;flex-direction:column}.argta-home-trust-strip strong{font-size:.78rem;color:#fff}.argta-home-trust-strip small{font-size:.62rem;line-height:1.42;color:#d7e5fa;margin-top:4px;max-width:270px}

/* Carry the new blue system through the remaining homepage and inner pages */
.argta-kicker,.argta-eyebrow,.argta-home-title>span{color:#0b56b3}
.argta-home-proof{padding:30px 0 48px;background:#f7f9fc}.argta-home-panel{background:#fff;border-color:#dce6f1;border-radius:14px;box-shadow:0 8px 24px rgba(4,31,79,.055)}.argta-home-panel h2{color:#0a2348}.argta-region-panel{background:linear-gradient(145deg,#f8fbff,#edf5fd)}.argta-check-columns strong svg,.argta-request-dock-points svg{color:#0b56b3}.argta-region-grid svg{color:#0b56b3}
.argta-home-areas{padding:52px 0;background:#fff}.argta-area-region-card{border-color:#dce6f1;background:#fff;box-shadow:0 7px 22px rgba(4,31,79,.04)}.argta-area-region-card h3{color:#0a2348}.argta-area-region-card__links a{color:#0b56b3}.argta-area-region-card__links a:hover{background:#eef5fd}
.argta-guides-preview{background:#f5f8fc}.argta-guide-preview-grid article{border-color:#dce6f1;border-radius:13px;box-shadow:0 7px 22px rgba(4,31,79,.045)}
.argta-home-faq{background:#fff}.argta-commitment{background:#f3f8fe;border-color:#d8e6f5}.argta-commitment>svg{color:#0b56b3}
.argta-bottom-request{background:#fff;padding:46px 0 56px}.argta-bottom-request>.argta-container{background:linear-gradient(120deg,#05295f,#073f89 72%,#0a56a8);border-radius:18px}.argta-bottom-request h2{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}.argta-bottom-request .argta-kicker{color:var(--argta-lime)}
.argta-form-card{border-color:#dce6f1;background:#fff}.argta-form-progress span.is-active{background:#062f70}.argta-field input:focus,.argta-field select:focus,.argta-field textarea:focus{border-color:#0b56b3;box-shadow:0 0 0 3px rgba(11,86,179,.10)}.argta-form-next,.argta-form-submit{background:linear-gradient(135deg,#0b56b3,#062f70)}
.argta-page-hero,.argta-service-hero,.argta-guide-header{background:radial-gradient(circle at 85% 15%,rgba(167,223,22,.10),transparent 25%),linear-gradient(135deg,#f8fbff,#eef5fd);border-bottom-color:#dce6f1}.argta-page-hero h1,.argta-service-hero h1,.argta-guide-header h1,.argta-section-head h2{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#0a2348}.argta-page-hero img,.argta-service-hero figure img,.argta-guide-header figure img{border-radius:18px}.argta-section--soft,.argta-section--form{background:#f5f8fc}.argta-service-card,.argta-location-card,.argta-brand-card,.argta-guide-card,.argta-three-column-info article,.argta-factor-grid article,.argta-sticky-card{border-color:#dce6f1;background:#fff;border-radius:14px;box-shadow:0 8px 24px rgba(4,31,79,.045)}.argta-info-panel--light,.argta-scope-callout,.argta-disclaimer-panel{background:#eef5fd;border-color:#d5e4f4}.argta-brand-letter{background:#eaf2fd;color:#0b56b3}.argta-pill-list span,.argta-category-pills a{background:#edf4fc}.argta-final-cta{background:linear-gradient(120deg,#05295f,#073f89)}.argta-decision-head{background:#062f70}
.argta-site-footer{background:#041f4f;color:#cdddf3}.argta-site-footer a{color:#dbe8f8}.argta-footer-scope{background:#03183d}.argta-footer-bottom p{color:#9eb3d0}
.argta-mobile-cta{background:linear-gradient(135deg,#0b56b3,#062f70)!important}

@media (max-width:1180px){
  .argta-home-hero--metro .argta-home-hero__grid{grid-template-columns:minmax(0,.9fr) minmax(230px,.58fr) minmax(305px,.66fr)}
  .argta-home-hero--metro .argta-home-hero__copy{padding-right:28px}.argta-home-hero--metro .argta-home-hero__copy h1{font-size:clamp(2.8rem,4vw,3.85rem)}
  .argta-site-header .argta-brand .argta-brand-logo-full{width:240px}.argta-menu>li>a{padding-inline:8px;font-size:.82rem}.argta-btn--header{padding-inline:15px}
  .argta-metro-service-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.argta-metro-service-card{grid-template-columns:46px 1fr;padding:12px}.argta-metro-service-card__icon{width:44px;height:44px}.argta-metro-service-card__icon img{width:38px;height:34px}
}
@media (max-width:1100px){
  .argta-primary-nav{top:82px;background:#fff}.argta-header-inner{min-height:82px}.argta-site-header .argta-brand .argta-brand-logo-full{width:220px}.argta-menu>li>a{min-height:48px}
  .argta-home-hero--metro{background:linear-gradient(90deg,#062f70 0%,#05295f 54%,#f5f8fc 54%,#f5f8fc 100%)}
  .argta-home-hero--metro .argta-home-hero__grid{grid-template-columns:minmax(0,.95fr) minmax(250px,.7fr);min-height:620px}
  .argta-home-hero--metro .argta-home-hero__copy{grid-column:1;padding:48px 34px 45px 0}.argta-home-hero--metro .argta-home-hero__media{grid-column:2;clip-path:none}.argta-home-hero--metro .argta-home-hero__form{grid-column:1/3;grid-row:2;width:min(760px,100%);justify-self:center;margin:-16px auto 34px}.argta-home-hero--metro .argta-home-hero__grid{grid-template-rows:auto auto}.argta-home-hero--metro .argta-form-card--hero{padding:20px}.argta-form-card--hero .argta-form-grid{grid-template-columns:repeat(3,1fr)}.argta-form-card--hero .argta-field--full{grid-column:span 2}.argta-form-card--hero .argta-field:has(textarea){grid-column:span 3}.argta-form-card--hero .argta-form-next{max-width:320px;margin-left:auto;margin-right:auto;display:flex}.argta-home-hero__skyline{width:58%;height:60%}
  .argta-metro-service-grid{grid-template-columns:repeat(3,1fr)}.argta-home-overview__grid{grid-template-columns:1fr}.argta-home-trust-strip__grid>div{padding:20px}
}
@media (max-width:820px){
  .argta-header-inner{min-height:74px}.argta-site-header .argta-brand .argta-brand-logo-full{width:205px}.argta-primary-nav{top:74px}
  .argta-home-hero--metro{background:#062f70}.argta-home-hero--metro .argta-home-hero__grid{display:grid;grid-template-columns:1fr;grid-template-rows:auto 300px auto;min-height:0}.argta-home-hero--metro .argta-home-hero__copy{grid-column:1;grid-row:1;padding:44px 0 35px}.argta-home-hero--metro .argta-home-hero__media{grid-column:1;grid-row:2;height:300px}.argta-home-hero--metro .argta-home-hero__photo{clip-path:none}.argta-home-hero--metro .argta-home-hero__media:after{display:none}.argta-home-hero--metro .argta-home-hero__media:before{left:22px;top:-35px;width:12px;height:100px}.argta-home-hero--metro .argta-home-hero__form{grid-column:1;grid-row:3;width:min(620px,calc(100% - 20px));margin:-42px auto 38px}.argta-home-hero--metro .argta-home-hero__copy h1{font-size:clamp(2.8rem,8vw,3.7rem);max-width:680px}.argta-home-hero--metro .argta-home-hero__lead{max-width:620px!important}.argta-home-hero--metro .argta-home-hero__proof{max-width:680px}.argta-home-hero__skyline{width:100%;height:46%;opacity:.45}.argta-form-card--hero .argta-form-grid{grid-template-columns:repeat(2,1fr)}.argta-form-card--hero .argta-field--full{grid-column:1/-1}.argta-form-card--hero .argta-field:has(textarea){grid-column:1/-1}
  .argta-home-services--metro{padding:34px 0}.argta-metro-service-grid{grid-template-columns:repeat(2,1fr)}.argta-overview-panel--areas{grid-template-columns:1fr .72fr}.argta-home-trust-strip__grid{grid-template-columns:1fr}.argta-home-trust-strip__grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}.argta-home-trust-strip__grid>div:last-child{border-bottom:0}
}
@media (max-width:560px){
  .argta-site-header .argta-brand .argta-brand-logo-full{width:182px}.argta-home-hero--metro .argta-home-hero__copy{padding:35px 0 30px}.argta-home-hero--metro .argta-home-hero__eyebrow{font-size:.62rem}.argta-home-hero--metro .argta-home-hero__copy h1{font-size:2.55rem;margin:17px 0}.argta-home-hero--metro .argta-home-hero__lead{font-size:.93rem!important}.argta-home-hero--metro .argta-home-hero__actions{display:grid;grid-template-columns:1fr;gap:13px;margin:24px 0 22px}.argta-home-hero--metro .argta-btn--hero{width:100%}.argta-home-hero--metro .argta-home-hero__areas-link{justify-content:center;width:max-content;margin:auto}.argta-home-hero--metro .argta-home-hero__proof{grid-template-columns:1fr;gap:12px;border-top:1px solid rgba(255,255,255,.16);padding-top:18px}.argta-home-hero--metro .argta-home-hero__proof>span,.argta-home-hero--metro .argta-home-hero__proof>span+span{padding:0;border:0}.argta-home-hero--metro .argta-home-hero__scope{font-size:.6rem!important}.argta-home-hero--metro .argta-home-hero__grid{grid-template-rows:auto 250px auto}.argta-home-hero--metro .argta-home-hero__media{height:250px}.argta-home-hero--metro .argta-home-hero__form{width:calc(100% - 10px);margin:-30px auto 30px}.argta-home-hero--metro .argta-form-card--hero{padding:15px}.argta-form-card--hero .argta-form-grid{grid-template-columns:1fr}.argta-form-card--hero .argta-field--full,.argta-form-card--hero .argta-field:has(textarea){grid-column:auto}.argta-form-card--hero .argta-form-card__head h2{font-size:1.15rem}.argta-form-card--hero .argta-form-privacy{font-size:.53rem}
  .argta-metro-service-grid{grid-template-columns:1fr}.argta-metro-service-card{min-height:105px}.argta-overview-panel{padding:18px}.argta-overview-panel--areas{grid-template-columns:1fr}.argta-overview-panel--areas>img{max-height:135px}.argta-metro-brand-row{gap:12px 16px}.argta-home-trust-strip__grid>div{padding:18px}.argta-home-trust-strip__grid>div{grid-template-columns:40px 1fr}.argta-home-trust-strip svg{width:34px;height:34px}
}

/* v1.6.1 precision alignment and image-rendering pass */
.argta-header-inner{align-items:center}
.argta-site-header .argta-brand{line-height:0;align-items:center}
.argta-site-header .argta-brand .argta-brand-logo-full{display:block;width:265px;height:auto;max-height:none;object-fit:contain;object-position:left center}
.argta-site-footer .argta-brand img{filter:none}
.argta-home-hero--metro .argta-home-hero__grid{align-items:stretch}
.argta-home-hero--metro .argta-home-hero__copy{align-self:center}
.argta-home-hero--metro .argta-home-hero__media{min-width:0;align-self:stretch}
.argta-home-hero--metro .argta-home-hero__photo,.argta-home-hero--metro .argta-home-hero__photo picture{width:100%;height:100%}
.argta-home-hero--metro .argta-home-hero__photo img{width:100%;height:100%;object-fit:cover;object-position:47% 50%;image-rendering:auto}
.argta-home-hero--metro .argta-home-hero__form{display:flex;align-items:center;justify-content:flex-end;width:min(100%,380px);margin-block:24px}
.argta-home-hero--metro .argta-home-hero__form>.argta-form-card{width:100%;margin:0}
.argta-metro-service-grid{grid-auto-rows:1fr;align-items:stretch}
.argta-metro-service-card{height:100%;align-items:center}
.argta-metro-service-card__icon{width:52px;height:52px;flex:0 0 52px;background:#f1f6fd;border:1px solid #e0eaf6}
.argta-metro-service-card__icon img{width:36px;height:36px;object-fit:contain}
.argta-metro-service-card__body{height:100%;justify-content:flex-start}
.argta-metro-service-card em{margin-top:auto}
.argta-home-overview__grid{align-items:stretch}
.argta-overview-panel{height:100%;align-content:center}
.argta-overview-panel--areas{align-items:center}
.argta-overview-panel--areas>img{width:100%;height:auto;max-height:170px;object-fit:contain;object-position:center}
.argta-metro-brand-row{align-items:center}
.argta-home-trust-strip__grid>div{min-width:0;align-items:center}
@media (min-width:1241px){
  .argta-home-hero--metro .argta-home-hero__media{margin-right:calc((100vw - var(--argta-container)) / -2)}
}
@media (max-width:1180px){
  .argta-site-header .argta-brand .argta-brand-logo-full{width:240px}
  .argta-home-hero--metro .argta-home-hero__form{width:min(100%,365px)}
}
@media (max-width:1100px){
  .argta-site-header .argta-brand .argta-brand-logo-full{width:220px}
  .argta-home-hero--metro .argta-home-hero__form{display:block;width:min(760px,100%);margin:-16px auto 34px}
}
@media (max-width:820px){
  .argta-site-header .argta-brand .argta-brand-logo-full{width:205px}
  .argta-home-hero--metro .argta-home-hero__photo img{object-position:48% 48%}
  .argta-home-hero--metro .argta-home-hero__form{width:min(620px,calc(100% - 20px));margin:-42px auto 38px}
}
@media (max-width:560px){
  .argta-site-header .argta-brand .argta-brand-logo-full{width:182px}
  .argta-home-hero--metro .argta-home-hero__photo img{object-position:46% 50%}
  .argta-home-hero--metro .argta-home-hero__form{width:calc(100% - 10px);margin:-30px auto 30px}
  .argta-metro-service-card__icon{width:50px;height:50px;flex-basis:50px}
  .argta-metro-service-card__icon img{width:34px;height:34px}
}

/* =========================================================
   v1.7.0 PREMIUM GLOSSY GTA IDENTITY
   Final visual source of truth: approved navy/lime 3D logo
   and Toronto-night appliance artwork.
   ========================================================= */
:root{
  --argta-navy:#011c43;
  --argta-navy-2:#001631;
  --argta-blue:#0d4e98;
  --argta-lime:#9fd916;
  --argta-lime-dark:#6fa80d;
  --argta-teal:#0d4e98;
  --argta-teal-dark:#073e7a;
  --argta-ink:#0b2345;
  --argta-soft:#f5f8fc;
  --argta-soft-blue:#edf4fc;
  --argta-line:#d9e4f1;
  --argta-shadow:0 18px 48px rgba(1,28,67,.13);
  --argta-shadow-soft:0 9px 28px rgba(1,28,67,.075);
}

/* Header: intentionally dark so the approved glossy logo is shown faithfully. */
.argta-site-header{
  background:linear-gradient(100deg,#001a3d 0%,#03265a 58%,#02204a 100%);
  border-bottom:1px solid rgba(255,255,255,.10);
  box-shadow:0 10px 28px rgba(0,16,39,.18);
  backdrop-filter:blur(14px);
}
.argta-header-inner{min-height:94px;gap:22px}
.argta-site-header .argta-brand{min-width:0;overflow:visible}
.argta-site-header .argta-brand .argta-brand-logo-full{
  width:268px;
  height:auto;
  max-height:82px;
  object-fit:contain;
  object-position:left center;
  filter:none;
}
.argta-menu>li>a{min-height:94px;color:#f7fbff;font-size:.88rem;font-weight:780}
.argta-menu>li.current-menu-item>a,.argta-menu>li>a:hover{color:var(--argta-lime)}
.argta-menu .sub-menu{top:82px;background:#fff}
.argta-menu .sub-menu a{color:var(--argta-ink)}
.argta-header-actions .argta-btn--header{
  min-height:46px;
  padding:11px 20px;
  background:linear-gradient(135deg,#aee21d,#78b913);
  color:#071e3e!important;
  box-shadow:0 10px 24px rgba(121,184,17,.22);
}
.argta-menu-toggle span:not(.screen-reader-text){background:#fff}

/* Hero: glossy dark Toronto identity with the approved night-kitchen visual. */
.argta-home-hero--metro{
  background:
    radial-gradient(circle at 33% 24%,rgba(20,80,154,.38),transparent 32%),
    linear-gradient(120deg,#011c43 0%,#032d69 47%,#041f4a 63%,#01172f 100%);
  isolation:isolate;
}
.argta-home-hero--metro:before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 35%,rgba(0,0,0,.13));
  pointer-events:none;z-index:0;
}
.argta-home-hero__skyline{opacity:.17;width:52%;height:72%;filter:saturate(.75)}
.argta-home-hero--metro .argta-home-hero__grid{
  grid-template-columns:minmax(0,.93fr) minmax(245px,.60fr) minmax(330px,.66fr);
  min-height:690px;
}
.argta-home-hero--metro .argta-home-hero__copy{padding:64px 46px 56px 0}
.argta-home-hero--metro .argta-home-hero__eyebrow{
  color:var(--argta-lime);
  font-size:.68rem;
  letter-spacing:.17em;
}
.argta-home-hero--metro .argta-home-hero__eyebrow svg{display:none}
.argta-home-hero--metro .argta-home-hero__copy h1{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:700;
  font-size:clamp(3.1rem,4.15vw,4.55rem);
  line-height:1.04;
  letter-spacing:-.035em;
  max-width:620px;
  margin:20px 0 20px;
  text-shadow:0 2px 18px rgba(0,0,0,.12);
}
.argta-home-hero--metro .argta-home-hero__copy h1 span{color:var(--argta-lime)}
.argta-home-hero--metro .argta-home-hero__lead{
  max-width:545px!important;
  font-size:1.02rem!important;
  color:#f1f6ff!important;
  line-height:1.66!important;
}
.argta-home-hero--metro .argta-btn--hero{
  background:linear-gradient(180deg,#b4ea25,#8bc816);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 11px 25px rgba(85,140,0,.26),inset 0 1px 0 rgba(255,255,255,.30);
}
.argta-home-hero--metro .argta-btn--hero:hover{background:linear-gradient(180deg,#c1f32e,#98d51b)}
.argta-home-hero--metro .argta-home-hero__proof{margin-top:30px;border-top-color:rgba(255,255,255,.16)}
.argta-home-hero--metro .argta-home-hero__proof>span>svg{color:var(--argta-lime)}
.argta-home-hero--metro .argta-home-hero__proof small{color:#cbdcf3}
.argta-home-hero--metro .argta-home-hero__scope{color:#9fb5d3!important}

.argta-home-hero--metro .argta-home-hero__media{
  overflow:visible;
  margin-right:0;
}
.argta-home-hero--metro .argta-home-hero__photo{
  left:-34px;
  right:0;
  top:24px;
  bottom:24px;
  inset:auto 0 24px -34px;
  height:calc(100% - 48px);
  min-height:0;
  border-radius:46% 0 0 46% / 34% 0 0 34%;
  clip-path:none;
  box-shadow:-28px 0 58px rgba(0,14,39,.28),inset 1px 0 0 rgba(255,255,255,.16);
}
.argta-home-hero--metro .argta-home-hero__photo img{
  object-fit:cover;
  object-position:52% 48%;
  filter:saturate(1.01) contrast(1.035);
}
.argta-home-hero--metro .argta-home-hero__media:after{
  left:-10%;top:0;bottom:0;width:34%;
  background:linear-gradient(90deg,#022555 0%,rgba(2,37,85,.70) 25%,rgba(2,37,85,0) 100%);
  z-index:3;
}
.argta-home-hero--metro .argta-home-hero__media:before{
  left:-15px;top:32%;width:10px;height:178px;
  border-radius:999px;
  transform:rotate(8deg);
  background:linear-gradient(180deg,#b9ef2b,#74b80c);
  box-shadow:0 0 24px rgba(159,217,22,.22);
  z-index:5;
}

/* Floating white request card follows the approved social artwork. */
.argta-home-hero--metro .argta-home-hero__form{width:min(100%,390px);margin:28px 0;align-self:center}
.argta-home-hero--metro .argta-form-card--hero{
  padding:21px 20px 18px;
  border-radius:25px;
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 28px 70px rgba(0,12,35,.32),0 3px 10px rgba(0,0,0,.06);
  background:rgba(255,255,255,.988);
}
.argta-form-card--hero .argta-form-card__head{text-align:center;margin-bottom:12px}
.argta-form-card--hero .argta-form-card__head:before{
  content:"✓";
  display:grid;place-items:center;
  width:48px;height:48px;margin:0 auto 10px;
  border-radius:50%;
  background:linear-gradient(145deg,#b7ea28,#7fbe10);
  color:#fff;font-size:1.25rem;font-weight:950;
  box-shadow:0 8px 20px rgba(115,176,11,.20);
}
.argta-form-card--hero .argta-form-card__head h2{font-size:1.26rem;line-height:1.2;color:#092750}
.argta-form-card--hero .argta-form-card__head p{font-size:.65rem;line-height:1.42;color:#6a7890;max-width:290px;margin-inline:auto}
.argta-form-card--hero .argta-form-progress{margin:10px 0 12px}
.argta-form-card--hero .argta-form-progress span{border-radius:999px;background:#eef3f8}
.argta-form-card--hero .argta-form-progress span.is-active{background:#082f6d}
.argta-form-card--hero .argta-form-grid{grid-template-columns:1fr 1fr;gap:8px}
.argta-form-card--hero .argta-field:has(textarea){grid-column:1/-1}
.argta-form-card--hero .argta-field input,.argta-form-card--hero .argta-field select,.argta-form-card--hero .argta-field textarea{
  border-radius:9px;
  background:#fbfcfe;
}
.argta-form-card--hero .argta-form-next,.argta-form-card--hero .argta-form-submit{
  border-radius:999px;
  background:linear-gradient(180deg,#a9df20,#79b813);
  color:#fff!important;
  box-shadow:0 10px 23px rgba(105,160,10,.21);
}
.argta-form-card--hero .argta-form-next:hover,.argta-form-card--hero .argta-form-submit:hover{background:linear-gradient(180deg,#b8e92b,#84c317)}
.argta-form-card--hero .argta-form-privacy{text-align:center;color:#667791}

/* Home sections: premium light cards and navy/lime accents. */
.argta-home-services--metro{background:linear-gradient(180deg,#fff,#f8fbff);padding:44px 0 40px}
.argta-home-title--left>span,.argta-kicker{color:#6da909}
.argta-home-title--left h2{color:#0a274f}
.argta-metro-service-card{
  border-radius:17px;
  border:1px solid #dfe8f4;
  background:linear-gradient(155deg,#fff,#f7faff);
  box-shadow:0 9px 25px rgba(1,28,67,.055);
}
.argta-metro-service-card:hover{border-color:#b9d171;box-shadow:0 14px 32px rgba(1,28,67,.09)}
.argta-metro-service-card__icon{border-radius:15px;background:linear-gradient(145deg,#edf4fc,#fff);border-color:#dce8f6}
.argta-metro-service-card em{color:#0b4d9a}
.argta-home-overview{background:#fff}
.argta-overview-panel{border-radius:20px;border-color:#dce7f4;box-shadow:0 10px 30px rgba(1,28,67,.05)}
.argta-overview-panel--areas{background:linear-gradient(140deg,#f9fbff,#edf4fc)}
.argta-overview-panel--brands{background:linear-gradient(140deg,#fff,#f8fbff)}
.argta-region-pills span{border-radius:999px}
.argta-home-trust-strip{background:linear-gradient(110deg,#001a3d,#073976 58%,#05285a);border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(0,0,0,.18)}
.argta-home-trust-strip svg{color:var(--argta-lime)}

/* Carry the premium identity through inner-page components. */
.argta-page-hero,.argta-service-hero,.argta-guide-header{
  background:
    radial-gradient(circle at 88% 16%,rgba(159,217,22,.10),transparent 24%),
    linear-gradient(135deg,#f8fbff,#edf4fc);
}
.argta-page-hero h1,.argta-service-hero h1,.argta-guide-header h1{color:#092750}
.argta-final-cta,.argta-bottom-request>.argta-container{background:linear-gradient(120deg,#001a3d,#073976 70%,#064b90)}
.argta-btn,.argta-form-next,.argta-form-submit{border-radius:10px}
.argta-site-footer{background:linear-gradient(120deg,#00162f,#032759);color:#cbdcf2}
.argta-footer-scope{background:#001126}

@media (max-width:1180px){
  .argta-header-inner{min-height:88px}
  .argta-site-header .argta-brand .argta-brand-logo-full{width:238px;max-height:76px}
  .argta-menu>li>a{min-height:88px;padding-inline:8px;font-size:.80rem}
  .argta-home-hero--metro .argta-home-hero__grid{grid-template-columns:minmax(0,.90fr) minmax(220px,.57fr) minmax(305px,.66fr)}
  .argta-home-hero--metro .argta-home-hero__copy{padding-right:30px}
  .argta-home-hero--metro .argta-home-hero__copy h1{font-size:clamp(2.9rem,4vw,3.95rem)}
}

@media (max-width:980px){
  .argta-site-header .argta-brand .argta-brand-logo-full{width:215px}
  .argta-primary-nav{background:#021f49;top:82px;border-top:1px solid rgba(255,255,255,.08)}
  .argta-primary-nav .argta-menu>li>a{color:#fff}
  .argta-home-hero--metro .argta-home-hero__grid{grid-template-columns:minmax(0,.96fr) minmax(260px,.70fr);grid-template-rows:auto auto;min-height:0}
  .argta-home-hero--metro .argta-home-hero__copy{grid-column:1;padding:52px 36px 48px 0}
  .argta-home-hero--metro .argta-home-hero__media{grid-column:2;grid-row:1;min-height:610px}
  .argta-home-hero--metro .argta-home-hero__photo{left:-18px;top:24px;bottom:24px;height:calc(100% - 48px);border-radius:42% 0 0 42% / 30% 0 0 30%}
  .argta-home-hero--metro .argta-home-hero__form{grid-column:1/3;grid-row:2;width:min(760px,100%);justify-self:center;margin:-12px auto 36px}
  .argta-form-card--hero .argta-form-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:760px){
  .argta-header-inner{min-height:76px}
  .argta-site-header .argta-brand .argta-brand-logo-full{width:190px;max-height:66px}
  .argta-primary-nav{top:76px}
  .argta-home-hero--metro .argta-home-hero__grid{grid-template-columns:1fr;grid-template-rows:auto 340px auto}
  .argta-home-hero--metro .argta-home-hero__copy{grid-column:1;grid-row:1;padding:42px 0 34px}
  .argta-home-hero--metro .argta-home-hero__copy h1{font-size:clamp(2.65rem,9vw,3.55rem);max-width:680px}
  .argta-home-hero--metro .argta-home-hero__media{grid-column:1;grid-row:2;min-height:340px;height:340px;margin:0}
  .argta-home-hero--metro .argta-home-hero__photo{inset:0;height:100%;border-radius:24px;box-shadow:0 20px 45px rgba(0,12,35,.23)}
  .argta-home-hero--metro .argta-home-hero__photo img{object-position:52% 42%}
  .argta-home-hero--metro .argta-home-hero__media:before,.argta-home-hero--metro .argta-home-hero__media:after{display:none}
  .argta-home-hero--metro .argta-home-hero__form{grid-column:1;grid-row:3;width:min(620px,calc(100% - 12px));margin:-34px auto 34px}
  .argta-home-hero__skyline{width:100%;height:42%}
}

@media (max-width:520px){
  .argta-site-header .argta-brand .argta-brand-logo-full{width:162px}
  .argta-header-actions{display:none}
  .argta-home-hero--metro .argta-home-hero__copy{padding:34px 0 28px}
  .argta-home-hero--metro .argta-home-hero__eyebrow{font-size:.56rem;letter-spacing:.11em}
  .argta-home-hero--metro .argta-home-hero__copy h1{font-size:2.45rem;margin:16px 0}
  .argta-home-hero--metro .argta-home-hero__lead{font-size:.92rem!important}
  .argta-home-hero--metro .argta-home-hero__grid{grid-template-rows:auto 280px auto}
  .argta-home-hero--metro .argta-home-hero__media{height:280px;min-height:280px}
  .argta-home-hero--metro .argta-home-hero__photo{border-radius:18px}
  .argta-home-hero--metro .argta-home-hero__form{width:calc(100% - 6px);margin:-24px auto 28px}
  .argta-home-hero--metro .argta-form-card--hero{padding:16px 14px;border-radius:20px}
  .argta-form-card--hero .argta-form-grid{grid-template-columns:1fr}
  .argta-form-card--hero .argta-field:has(textarea){grid-column:auto}
  .argta-form-card--hero .argta-form-card__head h2{font-size:1.12rem}
}

/* v1.7.0 alignment correction: preserve the approved logo's native aspect ratio. */
.argta-site-header .argta-brand .argta-brand-logo-full{width:235px;height:auto;max-height:none}
@media (max-width:1180px){.argta-site-header .argta-brand .argta-brand-logo-full{width:220px;max-height:none}}
@media (max-width:980px){.argta-site-header .argta-brand .argta-brand-logo-full{width:205px;max-height:none}}
@media (max-width:760px){.argta-site-header .argta-brand .argta-brand-logo-full{width:182px;max-height:none}}
@media (max-width:520px){.argta-site-header .argta-brand .argta-brand-logo-full{width:160px;max-height:none}}

/* Generated editorial hero photos */
.argta-page-hero img.argta-hero-photo,
.argta-service-hero figure img.argta-hero-photo,
.argta-guide-header figure img.argta-hero-photo{
    width:100%;
    max-height:410px;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:24px;
    box-shadow:0 18px 44px rgba(7,31,51,.12);
}
.argta-card-image img.argta-hero-photo{
    width:100%;
    height:200px;
    object-fit:cover;
    padding:0;
}
@media (max-width:720px){
    .argta-page-hero img.argta-hero-photo,
    .argta-service-hero figure img.argta-hero-photo,
    .argta-guide-header figure img.argta-hero-photo{max-height:none;}
}

/* v1.7.2 generated hero/card integration */
.argta-brand-card--image{padding:0}
.argta-brand-card--image .argta-brand-card__body{padding:22px}
.argta-compact-service-grid img.argta-hero-photo{width:65px;height:52px;object-fit:cover;padding:0;border-radius:8px;flex:0 0 65px}


/* =========================================================
   v1.7.9 FINAL HEADER / LOGO MATCH
   Transparent logo on one continuous navy header. Larger
   brand scale keeps the region line legible without a box.
   ========================================================= */
.argta-site-header{
  background:#001a3e!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}
.argta-header-inner{min-height:102px!important;gap:20px!important}
.argta-site-header .argta-brand .argta-brand-logo-full{
  width:292px!important;height:auto!important;max-height:none!important;
  object-fit:contain!important;object-position:left center!important;
}
.argta-menu>li>a{min-height:102px!important}
@media (max-width:1180px){
  .argta-header-inner{min-height:94px!important}
  .argta-site-header .argta-brand .argta-brand-logo-full{width:270px!important}
  .argta-menu>li>a{min-height:94px!important}
}
@media (max-width:1100px){
  .argta-header-inner{min-height:90px!important}
  .argta-site-header .argta-brand .argta-brand-logo-full{width:258px!important}
  .argta-primary-nav{top:90px!important}
}
@media (max-width:760px){
  .argta-header-inner{min-height:84px!important}
  .argta-site-header .argta-brand .argta-brand-logo-full{width:232px!important}
  .argta-primary-nav{top:84px!important}
  .argta-home-hero--metro .argta-home-hero__copy{padding-top:30px!important}
}
@media (max-width:520px){
  .argta-header-inner{min-height:80px!important}
  .argta-site-header .argta-brand .argta-brand-logo-full{width:215px!important}
  .argta-primary-nav{top:80px!important}
  .argta-home-hero--metro .argta-home-hero__copy{padding-top:26px!important}
}
@media (max-width:390px){
  .argta-site-header .argta-brand .argta-brand-logo-full{width:198px!important}
}

/* =============================================
   LEGAL PAGES  -  prose + sidebar layout
   Used by: Privacy Policy, Terms, Service Disclaimer
   ============================================= */

.argta-prose-with-sidebar {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: auto;
    gap: 3rem;
    align-items: start;
}

.argta-prose-with-sidebar .argta-prose {
    grid-column: 1;
    grid-row: 1;
}

.argta-legal-summary-panel {
    grid-column: 2;
    grid-row: 1;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid var(--argta-blue, #1d4ed8);
    border-radius: 0.5rem;
    padding: 1.75rem;
    position: sticky;
    top: 5rem;
}

.argta-legal-summary-panel h2 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.argta-legal-summary-panel ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.argta-legal-summary-panel li {
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.5;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e2e8f0;
}

.argta-legal-summary-panel li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.argta-legal-summary-panel strong {
    color: #1e293b;
    display: block;
    margin-bottom: 0.1rem;
}

.argta-legal-note {
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 0;
    font-style: italic;
}

.argta-legal-effective {
    font-size: 0.875rem;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    margin-bottom: 2rem;
}

/* Responsive: stack on mobile */
@media (max-width: 900px) {
    .argta-prose-with-sidebar {
        grid-template-columns: 1fr;
    }
    .argta-legal-summary-panel {
        grid-column: 1;
        grid-row: 1;
        position: static;
    }
    .argta-prose-with-sidebar .argta-prose {
        grid-row: 2;
    }
}

/* ===== v177-visual-qa.css ===== */
/* Appliance Repair GTA v1.7.7  -  final visual QA layer.
   Purpose: deterministic desktop/tablet/mobile spacing, alignment and component sizing.
   Loaded after main.css so legacy theme rules cannot create gaps or oversized elements. */

:root{
  --argta-v177-navy:#05295f;
  --argta-v177-navy-deep:#021b40;
  --argta-v177-blue:#0a4f9e;
  --argta-v177-lime:#9bd510;
  --argta-v177-ink:#0b294f;
  --argta-v177-text:#42546c;
  --argta-v177-muted:#687991;
  --argta-v177-line:#dfe7f0;
  --argta-v177-cream:#fbf8f4;
  --argta-v177-soft:#f4f7fb;
  --argta-v177-radius:20px;
  --argta-v177-shadow:0 14px 38px rgba(3,31,72,.08);
}

html{overflow-x:hidden}
body{overflow-x:hidden;background:#fff;color:var(--argta-v177-text)}
body.home{background:#fff}
img,svg{max-width:100%}
figure{margin:0}
.argta-container{width:min(1240px,calc(100% - 48px));margin-inline:auto}
body.home main>section{min-height:0}

/* Universal icon guard: no inline SVG may ever expand to intrinsic viewport size. */
.argta-icon{display:inline-flex!important;align-items:center;justify-content:center;line-height:0;vertical-align:-.12em;flex:0 0 auto;color:inherit}
.argta-icon>svg,.argta-icon svg{display:block!important;width:1em!important;height:1em!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;fill:none;stroke:currentColor}
.argta-upload-field>span{display:flex;align-items:center;gap:8px}
.argta-upload-field .argta-icon{width:18px!important;height:18px!important}
.argta-upload-field .argta-icon svg{width:18px!important;height:18px!important}

/* HEADER  -  wide desktop container, single-line navigation, earlier hamburger handoff. */
.argta-site-header{position:sticky;top:0;z-index:1000;background:linear-gradient(90deg,#031f49,#052d64);border-bottom:1px solid rgba(255,255,255,.10);box-shadow:0 5px 22px rgba(0,20,50,.12);backdrop-filter:none}
.argta-header-inner{width:min(1560px,calc(100% - 48px));min-height:88px;display:flex;align-items:center;gap:24px}
.argta-site-header .argta-brand{flex:0 0 auto;min-width:0}
.argta-site-header .argta-brand .argta-brand-logo-full{display:block;width:265px!important;height:auto!important;max-height:72px!important;object-fit:contain;object-position:left center}
.argta-primary-nav{margin-left:auto;min-width:0}
.argta-menu{display:flex;align-items:center;flex-wrap:nowrap;gap:1px;margin:0;padding:0}
.argta-menu>li{flex:0 0 auto}
.argta-menu>li>a{min-height:88px!important;padding:0 10px!important;color:#f7fbff!important;font-size:.86rem!important;font-weight:780;white-space:nowrap;line-height:1.2}
.argta-menu>li.current-menu-item>a,.argta-menu>li>a:hover{color:#b3e827!important}
.argta-menu>li.current-menu-item>a:after{bottom:15px;background:#9bd510}
.argta-menu .sub-menu{top:76px;background:#fff;border:1px solid #dfe7f0;border-radius:13px;box-shadow:0 18px 42px rgba(2,27,64,.18)}
.argta-menu .sub-menu a{color:#0b294f!important;white-space:normal}
.argta-menu .sub-menu a:hover{background:#f2f6fb;color:#0a4f9e!important}
.argta-header-actions{display:flex;align-items:center;flex:0 0 auto}
.argta-header-actions .argta-btn--header{min-height:46px;padding:10px 16px!important;border-radius:12px;background:linear-gradient(135deg,#a9e31e,#7fbd08);color:#08234a!important;font-size:.82rem;font-weight:900;white-space:nowrap;line-height:1.15;box-shadow:0 9px 24px rgba(117,169,13,.18)}
.argta-header-actions .argta-btn--header:hover{background:linear-gradient(135deg,#b9ec2b,#89c80e)}
.argta-menu-toggle{margin-left:auto;color:#fff}
.argta-menu-toggle span:not(.screen-reader-text){background:#fff!important}

/* HERO  -  one coherent navy canvas; no split-color voids, ovals or negative-space accidents. */
.argta-home-hero--metro{overflow:hidden;border:0;background:
  radial-gradient(circle at 61% 30%,rgba(27,102,184,.22),transparent 28%),
  linear-gradient(118deg,#04285c 0%,#052e69 58%,#07366f 100%)}
.argta-home-hero--metro:after{display:none}
.argta-home-hero__skyline{width:56%;height:62%;opacity:.23;background-size:90% auto}
.argta-home-hero--metro .argta-home-hero__grid{width:min(1440px,calc(100% - 48px));display:grid;grid-template-columns:minmax(0,1.02fr) minmax(280px,.72fr) minmax(340px,.73fr);gap:26px;align-items:center;min-height:0;padding:50px 0 48px}
.argta-home-hero--metro .argta-home-hero__copy{grid-column:1;grid-row:1;align-self:center;max-width:none;padding:0!important;color:#fff}
.argta-home-hero--metro .argta-home-hero__eyebrow{margin:0 0 14px;padding:0;border:0;background:transparent;color:#b5e82a;font-size:.68rem;font-weight:900;letter-spacing:.12em;line-height:1.35}
.argta-home-hero--metro .argta-home-hero__eyebrow .argta-icon{width:18px;height:18px}
.argta-home-hero--metro .argta-home-hero__copy h1{max-width:610px;margin:0 0 18px;color:#fff;font-size:clamp(2.75rem,3.35vw,3.85rem);line-height:1.025;letter-spacing:-.04em;text-wrap:balance}
.argta-home-hero--metro .argta-home-hero__copy h1 span{display:block;color:#a9df1b}
.argta-home-hero--metro .argta-home-hero__lead{max-width:570px!important;margin:0!important;color:#eaf2ff!important;font-size:1rem!important;line-height:1.62!important}
.argta-home-hero--metro .argta-home-hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin:25px 0 23px}
.argta-home-hero--metro .argta-btn--hero{min-height:48px;padding:11px 18px;border-radius:11px;background:linear-gradient(135deg,#b4e921,#8bc70b);color:#08234a!important;font-size:.84rem;font-weight:900;box-shadow:0 10px 25px rgba(118,170,13,.19)}
.argta-home-hero--metro .argta-btn--hero .argta-icon{width:17px;height:17px}
.argta-home-hero--metro .argta-home-hero__areas-link{display:inline-flex;align-items:center;gap:7px;padding:0 0 3px;color:#fff;font-size:.82rem;font-weight:800;border-bottom:1px solid rgba(181,232,42,.85);white-space:nowrap}
.argta-home-hero--metro .argta-home-hero__proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:19px 0 0;border-top:1px solid rgba(255,255,255,.14)}
.argta-home-hero--metro .argta-home-hero__proof>span{display:grid;grid-template-columns:27px 1fr;gap:8px;align-items:start;padding:0 12px;border-right:1px solid rgba(255,255,255,.12);color:#fff}
.argta-home-hero--metro .argta-home-hero__proof>span:first-child{padding-left:0}
.argta-home-hero--metro .argta-home-hero__proof>span:last-child{border-right:0;padding-right:0}
.argta-home-hero--metro .argta-home-hero__proof .argta-icon{width:24px;height:24px;margin-top:1px}
.argta-home-hero--metro .argta-home-hero__proof strong{font-size:.70rem;line-height:1.25;color:#fff}
.argta-home-hero--metro .argta-home-hero__proof small{margin-top:3px;font-size:.60rem;line-height:1.34;color:#c8d9f0}
.argta-home-hero--metro .argta-home-hero__scope{max-width:600px!important;margin:13px 0 0!important;color:#b9cae2!important;font-size:.60rem!important;line-height:1.46!important}
.argta-home-hero--metro .argta-home-hero__media{grid-column:2;grid-row:1;position:relative;min-width:0;min-height:0;height:470px;margin:0!important;overflow:visible}
.argta-home-hero--metro .argta-home-hero__media:before,.argta-home-hero--metro .argta-home-hero__media:after{display:none!important}
.argta-home-hero--metro .argta-home-hero__photo{position:absolute;inset:0!important;height:100%!important;min-height:0!important;margin:0;border-radius:24px!important;clip-path:none!important;overflow:hidden;background:#dfe6ed;box-shadow:0 22px 52px rgba(0,15,38,.28)}
.argta-home-hero--metro .argta-home-hero__photo:before,.argta-home-hero--metro .argta-home-hero__photo:after{display:none!important}
.argta-home-hero--metro .argta-home-hero__photo picture{display:block;width:100%;height:100%}
.argta-home-hero--metro .argta-home-hero__photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%;filter:saturate(.98) contrast(1.025)}
.argta-home-hero--metro .argta-home-hero__form{grid-column:3;grid-row:1;align-self:center;width:100%!important;max-width:380px;margin:0!important;padding:0!important;justify-self:end}
.argta-home-hero--metro .argta-form-card--hero{width:100%;margin:0;padding:18px;border:1px solid rgba(255,255,255,.78);border-radius:20px;background:#fff;box-shadow:0 22px 55px rgba(0,14,36,.28)}
.argta-form-card--hero .argta-form-card__head{text-align:center;margin-bottom:10px}
.argta-form-card--hero .argta-form-card__head:before{width:38px;height:38px;margin:0 auto 7px;font-size:.95rem}
.argta-form-card--hero .argta-form-card__head h2{margin:0 0 3px;color:#0b294f;font-size:1.12rem;line-height:1.18}
.argta-form-card--hero .argta-form-card__head p{max-width:310px;margin:0 auto;color:#6a7890;font-size:.61rem;line-height:1.4}
.argta-form-card--hero .argta-form-progress{margin:8px 0 10px;gap:6px}
.argta-form-card--hero .argta-form-progress span{padding:6px;border-radius:7px;font-size:.56rem}
.argta-form-card--hero .argta-form-grid{grid-template-columns:1fr 1fr;gap:7px}
.argta-form-card--hero .argta-field>span{font-size:.59rem}
.argta-form-card--hero .argta-field input,.argta-form-card--hero .argta-field select,.argta-form-card--hero .argta-field textarea{padding:7px 8px;border-radius:7px;font-size:.65rem}
.argta-form-card--hero .argta-field input,.argta-form-card--hero .argta-field select{min-height:34px}
.argta-form-card--hero .argta-field textarea{min-height:58px;max-height:110px}
.argta-form-card--hero .argta-form-next,.argta-form-card--hero .argta-form-submit{min-height:39px;margin-top:8px;border-radius:9px;font-size:.69rem}
.argta-form-card--hero .argta-form-privacy{margin:7px 0 0;font-size:.51rem;line-height:1.35;text-align:center}

/* FORM GUARDS  -  compact, aligned, never wider than its container. */
.argta-form-card{max-width:100%}
.argta-form-grid{min-width:0}
.argta-field,.argta-check-field{min-width:0}
.argta-field input,.argta-field select,.argta-field textarea{max-width:100%}
.argta-upload-field{overflow:hidden}
.argta-upload-field input[type="file"]{display:block;width:100%;min-width:0;max-width:100%;min-height:42px;padding:7px;background:#fff;border:1px solid #d8e2ed;border-radius:8px;font-size:.72rem}
.argta-upload-field input[type="file"]::file-selector-button{border:0;border-radius:7px;background:#eaf1f9;color:#0a326a;font-weight:800;padding:7px 10px;margin-right:8px;cursor:pointer}

/* SHARED HOME SECTIONS  -  consistent vertical rhythm, no accidental large gaps. */
.argta-home-services--metro,.argta-home-overview,.argta-home-proof,.argta-home-areas,.argta-guides-preview,.argta-home-faq,.argta-bottom-request{margin:0}
.argta-home-title{max-width:790px;margin:0 auto 25px;text-align:center}
.argta-home-title--left{max-width:none;margin:0 0 22px;text-align:left}
.argta-home-title>span,.argta-home-title--left>span,.argta-kicker{color:#67990d;font-size:.68rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.argta-home-title h2,.argta-home-title--left h2{margin:.28rem 0 .5rem;color:#0b294f;font-size:clamp(1.7rem,2.2vw,2.2rem);line-height:1.13;letter-spacing:-.03em}
.argta-home-title p{margin:0;color:#687991;font-size:.88rem;line-height:1.6}

.argta-home-services--metro{padding:48px 0 42px;background:#fff}
.argta-metro-service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:1fr;gap:13px;align-items:stretch}
.argta-metro-service-card{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;align-items:stretch;min-height:136px;height:100%;padding:12px;border:1px solid #e0e8f1;border-radius:17px;background:#fff;color:#0b294f;box-shadow:0 8px 24px rgba(4,31,79,.05);overflow:hidden}
.argta-metro-service-card:hover{border-color:#c6da9c;box-shadow:0 12px 30px rgba(4,31,79,.08);transform:translateY(-1px)}
.argta-metro-service-card__icon{display:block;width:76px;height:100%;min-height:110px;border:0;border-radius:12px;overflow:hidden;background:#edf2f6}
.argta-metro-service-card__icon img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important;padding:0!important}
.argta-metro-service-card__body{display:flex;flex-direction:column;min-width:0;padding:3px 0}
.argta-metro-service-card strong{font-size:.83rem;line-height:1.25}
.argta-metro-service-card small{display:-webkit-box;margin-top:6px;overflow:hidden;color:#6b7890;font-size:.64rem;line-height:1.42;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.argta-metro-service-card em{margin-top:auto;padding-top:8px;color:#0a4f9e;font-size:.65rem;font-style:normal;font-weight:850}
.argta-metro-services-more{margin-top:17px}

.argta-home-overview{padding:10px 0 44px;background:#fff}
.argta-home-overview__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}
.argta-overview-panel{height:100%;padding:25px;border:1px solid #e0e7ef;border-radius:20px;box-shadow:0 9px 27px rgba(4,31,79,.045)}
.argta-overview-panel--areas{background:linear-gradient(145deg,#f0f6fc,#fff)}
.argta-overview-panel--brands{background:linear-gradient(145deg,#fff8f3,#fff)}
.argta-overview-panel h2{margin:.3rem 0 .45rem;color:#0b294f;font-size:1.45rem}
.argta-overview-panel p{font-size:.78rem;line-height:1.52}

.argta-home-trust-strip{margin:0;padding:0;background:linear-gradient(110deg,#021a3c,#073976 65%,#052b5c)}
.argta-home-trust-strip__grid{display:grid;grid-template-columns:repeat(3,1fr)}
.argta-home-trust-strip__grid>div{display:grid;grid-template-columns:30px 1fr;gap:11px;align-items:center;min-height:82px;padding:19px 25px;border-right:1px solid rgba(255,255,255,.11)}
.argta-home-trust-strip__grid>div:last-child{border-right:0}
.argta-home-trust-strip .argta-icon{width:27px;height:27px;color:#a9df1b}
.argta-home-trust-strip strong{display:block;color:#fff;font-size:.78rem}
.argta-home-trust-strip small{display:block;margin-top:3px;color:#c7d8ed;font-size:.64rem;line-height:1.38}

.argta-home-proof{padding:52px 0;background:#f8f4ef}
.argta-home-proof__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}
.argta-home-panel{height:100%;padding:28px;border:1px solid #e4e1dc;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(4,31,79,.045)}
.argta-home-panel h2{margin:.35rem 0 0;color:#0b294f;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:1.5rem;line-height:1.18}
.argta-check-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px;margin-top:22px}
.argta-check-columns strong{display:flex;align-items:center;gap:7px;color:#173554;font-size:.82rem;line-height:1.35}
.argta-check-columns strong .argta-icon{width:17px;height:17px;color:#659b0c}
.argta-check-columns p{margin:4px 0 0 24px;color:#66778d;font-size:.72rem;line-height:1.5}
.argta-region-panel{background:linear-gradient(145deg,#eff5fb,#fbfdff);color:#31465f;border-color:#dbe5ef}
.argta-region-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:20px}
.argta-region-grid>div{display:grid;grid-template-columns:29px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;align-items:start;min-height:104px;padding:14px;border:1px solid #dce6f0;border-radius:14px;background:#fff;text-align:left;box-shadow:0 3px 12px rgba(4,31,79,.025)}
.argta-region-grid>div .argta-icon{grid-row:1/3;width:26px;height:26px;color:#0a4f9e}
.argta-region-grid strong{font-size:.78rem;line-height:1.32;color:#183553}
.argta-region-grid small{margin-top:3px;color:#63758b;font-size:.68rem;line-height:1.43}

.argta-home-areas{padding:52px 0;background:#fff}
.argta-area-region-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;align-items:stretch}
.argta-area-region-card{height:100%;padding:20px;border:1px solid #e0e7ef;border-radius:17px;background:#fff;box-shadow:0 7px 22px rgba(4,31,79,.04)}
.argta-area-region-card h3{font-size:.98rem;color:#173554}
.argta-area-region-card__links{display:flex;flex-wrap:wrap;gap:7px}
.argta-area-region-card__links a{padding:6px 9px;border-radius:999px;background:#f1f6fb;color:#0a4f9e;font-size:.68rem;font-weight:750;line-height:1.2}
.argta-area-note{margin:16px 0 0;text-align:center;color:#748197;font-size:.72rem}

.argta-guides-preview{padding:52px 0;background:#f3f6fa}
.argta-guide-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.argta-guide-preview-grid article,.argta-guides-empty{padding:21px;border:1px solid #e0e7ef;border-radius:17px;background:#fff;box-shadow:0 6px 20px rgba(4,31,79,.035)}
.argta-guide-preview-grid article{height:100%}
.argta-guides-empty{text-align:center}
.argta-guides-empty p{margin:0;font-size:.82rem}
.argta-centered-actions{margin-top:20px;text-align:center}

.argta-home-faq{padding:52px 0;background:#fffaf6}
.argta-home-faq__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:28px;align-items:start}
.argta-home-faq h2{margin:.35rem 0 20px;color:#0b294f;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:1.8rem}
.argta-faq-list details{margin-bottom:9px;border:1px solid #e1e6ec;border-radius:13px;background:#fff;box-shadow:0 3px 13px rgba(4,31,79,.025);overflow:hidden}
.argta-faq-list summary{padding:13px 15px;font-size:.78rem;font-weight:800;color:#173554}
.argta-faq-list details p{padding:0 15px 14px;margin:0;color:#637287;font-size:.74rem;line-height:1.5}
.argta-commitment{display:grid;grid-template-columns:42px 1fr;gap:15px;padding:24px;border:1px solid #dae5ee;border-radius:19px;background:linear-gradient(145deg,#eff5fb,#fbfdff);box-shadow:0 8px 25px rgba(4,31,79,.04)}
.argta-commitment>.argta-icon{width:40px;height:40px;color:#0a4f9e}
.argta-commitment h2{margin:0 0 8px;font-size:1.05rem}
.argta-commitment p{margin:0;font-size:.74rem;line-height:1.52}

.argta-bottom-request{padding:52px 0 58px;background:#f7f3ee}
.argta-bottom-request>.argta-container{display:grid;grid-template-columns:minmax(240px,.37fr) minmax(0,.63fr);gap:30px;align-items:start;padding:34px;border-radius:24px;background:linear-gradient(120deg,#032555,#073b73 68%,#07556c);color:#fff;box-shadow:0 18px 48px rgba(3,28,67,.13)}
.argta-bottom-request__intro{padding:9px 2px;min-width:0}
.argta-bottom-request__intro h2{margin:.35rem 0 .7rem;color:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:1.8rem;line-height:1.08}
.argta-bottom-request__intro p{margin-bottom:17px;color:#d7e4f1;font-size:.84rem;line-height:1.58}
.argta-bottom-request__form{min-width:0}
.argta-bottom-request__form .argta-form-card--footer{width:100%;max-width:760px;margin-left:auto;padding:20px;border:1px solid rgba(255,255,255,.72);border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(0,18,46,.10)}
.argta-bottom-request__form .argta-form-grid{gap:10px}
.argta-bottom-request__form .argta-field input,.argta-bottom-request__form .argta-field select,.argta-bottom-request__form .argta-field textarea{font-size:.76rem}
.argta-bottom-request__form .argta-field textarea{min-height:84px;max-height:150px}
.argta-bottom-request__form .argta-form-scope{font-size:.68rem;line-height:1.42}

/* INNER PAGES  -  same alignment standards as homepage. */
.argta-page-hero,.argta-service-hero,.argta-guide-header{padding:52px 0;background:linear-gradient(145deg,#fbf8f4,#eff5fb);border-bottom:1px solid #e1e7ed}
.argta-page-hero-grid,.argta-service-hero-grid,.argta-guide-header-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:44px;align-items:center}
.argta-page-hero h1,.argta-service-hero h1,.argta-guide-header h1{margin-bottom:.5em;color:#0b294f;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:clamp(2.2rem,3.4vw,3.5rem);line-height:1.06}
.argta-page-hero p,.argta-service-hero p,.argta-guide-header p{font-size:.95rem;line-height:1.62}
.argta-page-hero img.argta-hero-photo,.argta-service-hero figure img.argta-hero-photo,.argta-guide-header figure img.argta-hero-photo{display:block;width:100%;height:auto;max-height:none;aspect-ratio:16/9;object-fit:cover;border-radius:20px;box-shadow:0 14px 36px rgba(7,31,51,.10)}
.argta-section{padding:56px 0}
.argta-section--form{padding:46px 0;background:#f4f7fa}
.argta-section--soft{background:#f6f4ef}
.argta-section-head{margin-bottom:26px}
.argta-card-grid--services,.argta-location-card-grid,.argta-brand-card-grid,.argta-guide-grid{gap:16px}
.argta-service-card,.argta-location-card,.argta-brand-card,.argta-guide-card{height:100%;border:1px solid #e0e6ed;border-radius:18px;background:#fff;box-shadow:0 7px 24px rgba(4,31,79,.045);overflow:hidden}
.argta-card-image img.argta-hero-photo{display:block;width:100%;height:190px;object-fit:cover;padding:0}
.argta-card-body,.argta-brand-card--image .argta-brand-card__body{padding:20px}
.argta-narrow-form{max-width:820px;margin-inline:auto}

/* FOOTER  -  compact, aligned and readable. */
.argta-site-footer{padding-top:44px;background:linear-gradient(120deg,#02172f,#032858);color:#cbd9e9}
.argta-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:34px;align-items:start}
.argta-footer-grid>div{min-width:0}
.argta-footer-brand p{font-size:.72rem;line-height:1.5}
.argta-site-footer h2{margin-bottom:12px;color:#fff;font-size:.88rem}
.argta-site-footer li{margin:5px 0}
.argta-site-footer a{color:#d8e5f3;font-size:.72rem}
.argta-footer-scope{margin-top:34px;padding:14px 0;background:#001a36;font-size:.68rem}
.argta-footer-scope .argta-container{display:flex;flex-wrap:wrap;gap:6px 16px;align-items:center}
.argta-footer-bottom{padding:15px 0;background:#00142a}
.argta-footer-bottom .argta-container{display:flex;justify-content:space-between;gap:20px}
.argta-footer-bottom p{margin:0;color:#91a8c2;font-size:.62rem;line-height:1.45}

/* TABLET / SMALL DESKTOP */
@media (max-width:1320px){
  .argta-header-inner{width:min(1240px,calc(100% - 40px));min-height:78px}
  .argta-site-header .argta-brand .argta-brand-logo-full{width:225px!important;max-height:66px!important}
  .argta-primary-nav{position:fixed!important;top:78px!important;left:0;right:0;bottom:0;display:none;margin:0;padding:18px 24px 90px;background:#032352;overflow:auto;z-index:1001}
  .argta-primary-nav.is-open{display:block!important}
  .argta-menu{display:block!important}
  .argta-menu>li>a{min-height:48px!important;padding:0 8px!important;border-bottom:1px solid rgba(255,255,255,.07);font-size:.88rem!important}
  .argta-menu>li.current-menu-item>a:after{display:none}
  .argta-menu .sub-menu{display:block!important;position:static!important;min-width:0;margin:0 0 8px;padding:4px 0 4px 16px;border:0;background:transparent;box-shadow:none}
  .argta-menu .sub-menu a{padding:8px;color:#dce8f8!important;background:transparent}
  .argta-menu .sub-menu a:hover{background:rgba(255,255,255,.06);color:#b3e827!important}
  .argta-menu-toggle{display:block!important}
  .argta-header-actions{display:none!important}
}

@media (max-width:1160px){
  .argta-home-hero--metro .argta-home-hero__grid{grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);grid-template-rows:auto auto;gap:24px;padding:44px 0 42px}
  .argta-home-hero--metro .argta-home-hero__copy{grid-column:1;grid-row:1}
  .argta-home-hero--metro .argta-home-hero__media{grid-column:2;grid-row:1;height:430px}
  .argta-home-hero--metro .argta-home-hero__form{grid-column:1/3;grid-row:2;justify-self:center;width:min(720px,100%)!important;max-width:720px;margin:0 auto!important}
  .argta-form-card--hero .argta-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .argta-metro-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .argta-area-region-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:900px){
  .argta-container,.argta-home-hero--metro .argta-home-hero__grid{width:min(100% - 32px,1240px)}
  .argta-home-hero--metro .argta-home-hero__grid{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:22px;padding:38px 0 38px}
  .argta-home-hero--metro .argta-home-hero__copy{grid-column:1;grid-row:1;max-width:740px}
  .argta-home-hero--metro .argta-home-hero__copy h1{max-width:680px;font-size:clamp(2.55rem,7vw,3.4rem)}
  .argta-home-hero--metro .argta-home-hero__media{grid-column:1;grid-row:2;width:100%;height:360px}
  .argta-home-hero--metro .argta-home-hero__photo{border-radius:20px!important}
  .argta-home-hero--metro .argta-home-hero__form{grid-column:1;grid-row:3;width:min(680px,100%)!important;max-width:680px}
  .argta-home-overview__grid,.argta-home-proof__grid,.argta-home-faq__grid,.argta-bottom-request>.argta-container,.argta-page-hero-grid,.argta-service-hero-grid,.argta-guide-header-grid{grid-template-columns:1fr}
  .argta-home-trust-strip__grid{grid-template-columns:1fr}
  .argta-home-trust-strip__grid>div{min-height:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.10)}
  .argta-home-trust-strip__grid>div:last-child{border-bottom:0}
  .argta-metro-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .argta-guide-preview-grid{grid-template-columns:1fr}
  .argta-commitment{max-width:680px}
  .argta-bottom-request__form .argta-form-card--footer{max-width:none;margin:0}
  .argta-footer-grid{grid-template-columns:1fr 1fr}
}

/* MOBILE */
@media (max-width:640px){
  .argta-container,.argta-home-hero--metro .argta-home-hero__grid{width:calc(100% - 26px)}
  .argta-header-inner{width:calc(100% - 24px);min-height:70px;gap:12px}
  .argta-site-header .argta-brand .argta-brand-logo-full{width:174px!important;max-height:58px!important}
  .argta-primary-nav{top:70px!important;padding:14px 16px 88px}
  .argta-home-hero--metro .argta-home-hero__grid{gap:18px;padding:30px 0 32px}
  .argta-home-hero--metro .argta-home-hero__eyebrow{margin-bottom:11px;font-size:.55rem;letter-spacing:.09em}
  .argta-home-hero--metro .argta-home-hero__copy h1{margin-bottom:15px;font-size:clamp(2.25rem,10.5vw,2.85rem);line-height:1.02}
  .argta-home-hero--metro .argta-home-hero__lead{font-size:.90rem!important;line-height:1.55!important}
  .argta-home-hero--metro .argta-home-hero__actions{display:grid;grid-template-columns:1fr;gap:12px;margin:21px 0 19px}
  .argta-home-hero--metro .argta-btn--hero{width:100%}
  .argta-home-hero--metro .argta-home-hero__areas-link{justify-self:center;width:max-content}
  .argta-home-hero--metro .argta-home-hero__proof{grid-template-columns:1fr;gap:10px;padding-top:15px}
  .argta-home-hero--metro .argta-home-hero__proof>span,.argta-home-hero--metro .argta-home-hero__proof>span:first-child,.argta-home-hero--metro .argta-home-hero__proof>span:last-child{grid-template-columns:24px 1fr;padding:0;border:0}
  .argta-home-hero--metro .argta-home-hero__scope{font-size:.57rem!important}
  .argta-home-hero--metro .argta-home-hero__media{height:245px}
  .argta-home-hero--metro .argta-home-hero__photo{border-radius:16px!important}
  .argta-home-hero--metro .argta-home-hero__form{width:100%!important}
  .argta-home-hero--metro .argta-form-card--hero{padding:14px;border-radius:17px}
  .argta-form-card--hero .argta-form-grid{grid-template-columns:1fr}
  .argta-form-card--hero .argta-field--full,.argta-form-card--hero .argta-field:has(textarea){grid-column:auto}
  .argta-form-card--hero .argta-form-card__head h2{font-size:1.05rem}
  .argta-form-card--hero .argta-form-card__head p{font-size:.58rem}

  .argta-home-services--metro,.argta-home-proof,.argta-home-areas,.argta-guides-preview,.argta-home-faq,.argta-bottom-request{padding:40px 0}
  .argta-home-overview{padding:8px 0 38px}
  .argta-home-title{margin-bottom:20px}
  .argta-home-title h2,.argta-home-title--left h2{font-size:1.62rem}
  .argta-metro-service-grid{grid-template-columns:1fr;gap:11px}
  .argta-metro-service-card{grid-template-columns:88px minmax(0,1fr);min-height:120px}
  .argta-metro-service-card__icon{width:88px;min-height:96px}
  .argta-overview-panel,.argta-home-panel{padding:20px;border-radius:17px}
  .argta-check-columns,.argta-region-grid{grid-template-columns:1fr}
  .argta-check-columns{gap:15px}
  .argta-area-region-grid{grid-template-columns:1fr;gap:10px}
  .argta-area-region-card{padding:17px}
  .argta-home-faq h2{font-size:1.55rem}
  .argta-commitment{grid-template-columns:34px 1fr;padding:19px}
  .argta-commitment>.argta-icon{width:32px;height:32px}
  .argta-bottom-request>.argta-container{gap:18px;padding:20px 16px;border-radius:19px}
  .argta-bottom-request__intro{padding:0}
  .argta-bottom-request__intro h2{font-size:1.6rem}
  .argta-bottom-request__form .argta-form-card--footer{padding:15px;border-radius:15px}
  .argta-bottom-request__form .argta-form-grid{grid-template-columns:1fr}
  .argta-field--full{grid-column:auto}
  .argta-form-actions{grid-template-columns:.34fr .66fr}

  .argta-page-hero,.argta-service-hero,.argta-guide-header{padding:38px 0}
  .argta-page-hero-grid,.argta-service-hero-grid,.argta-guide-header-grid{gap:22px}
  .argta-page-hero h1,.argta-service-hero h1,.argta-guide-header h1{font-size:2.25rem}
  .argta-section{padding:42px 0}
  .argta-card-grid--services,.argta-location-card-grid,.argta-brand-card-grid,.argta-guide-grid{grid-template-columns:1fr!important}
  .argta-card-image img.argta-hero-photo{height:180px}

  .argta-footer-grid{grid-template-columns:1fr;gap:24px}
  .argta-footer-scope .argta-container{display:grid;gap:5px}
  .argta-footer-bottom .argta-container{display:grid;gap:7px}
  .argta-mobile-cta{left:10px;right:10px;bottom:10px;min-height:50px;border-radius:12px}
  body{padding-bottom:70px}
}

@media (max-width:380px){
  .argta-site-header .argta-brand .argta-brand-logo-full{width:158px!important}
  .argta-home-hero--metro .argta-home-hero__copy h1{font-size:2.12rem}
  .argta-metro-service-card{grid-template-columns:78px minmax(0,1fr)}
  .argta-metro-service-card__icon{width:78px}
  .argta-form-card{padding:14px}
}

/* v1.7.7 pass-2 contrast and mobile conversion-bar corrections. */
.argta-region-panel .argta-kicker{color:#5d8e0a!important;opacity:1!important}
.argta-site-footer .argta-brand__text strong{color:#fff!important}
.argta-site-footer .argta-brand__text small{color:#a9df1b!important}
.argta-site-footer .argta-footer-hours{color:#cbd9e9}
@media (max-width:640px){
  .argta-mobile-cta{min-height:46px;font-size:.86rem;box-shadow:0 10px 24px rgba(0,22,55,.24)}
}

/* v1.7.7 pass-3: inner-page consistency and a less-obtrusive mobile sticky CTA. */
.argta-form-card__head h2{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#0b294f}
@media (max-width:640px){
  .argta-mobile-cta{
    left:auto!important;
    right:12px!important;
    bottom:12px!important;
    width:auto!important;
    min-width:158px;
    min-height:46px;
    padding:9px 17px;
    border-radius:999px;
    font-size:.82rem;
    line-height:1.15;
  }
  .argta-mobile-cta .argta-icon{width:17px;height:17px}
  body{padding-bottom:64px}
}

/* ===== v178-premium-visual.css ===== */
/* Appliance Repair GTA v1.7.8  -  premium scale/alignment layer.
   Loaded after v1.7.7. This layer intentionally increases visual scale,
   removes cramped dashboard-like proportions, and tightens header-to-hero rhythm. */

:root{
  --argta-v178-max:1480px;
  --argta-v178-navy:#062b62;
  --argta-v178-navy-deep:#021b3f;
  --argta-v178-lime:#9ed915;
  --argta-v178-ink:#0b294f;
  --argta-v178-text:#40536b;
  --argta-v178-muted:#64758b;
  --argta-v178-line:#dfe7f0;
  --argta-v178-cream:#fbf8f4;
  --argta-v178-soft:#f4f7fb;
  --argta-v178-shadow:0 16px 40px rgba(3,31,72,.08);
}

body.home{font-size:17px;line-height:1.65;color:var(--argta-v178-text)}
.argta-home-hero--metro{padding:0!important}
.argta-container{width:min(1280px,calc(100% - 56px))}

/* Header: bigger identity, less dead space, full nav on normal desktop widths. */
.argta-site-header{box-shadow:0 4px 18px rgba(0,19,48,.10)}
.argta-header-inner{width:min(var(--argta-v178-max),calc(100% - 52px));min-height:100px;gap:26px}
.argta-site-header .argta-brand .argta-brand-logo-full{width:290px!important;height:auto!important;max-height:none!important}
.argta-primary-nav{position:static!important;display:block!important;margin-left:auto!important;padding:0!important;background:transparent!important;overflow:visible!important}
.argta-menu{display:flex!important;gap:2px!important}
.argta-menu>li>a{min-height:100px!important;padding:0 12px!important;font-size:.95rem!important;font-weight:800!important}
.argta-menu .sub-menu{top:76px!important}
.argta-menu-toggle{display:none!important}
.argta-header-actions{display:flex!important}
.argta-header-actions .argta-btn--header{min-height:48px;padding:11px 19px!important;font-size:.91rem}

/* Hero: larger typography and form, tighter transition from header, balanced 3-column desktop. */
.argta-home-hero--metro .argta-home-hero__grid{width:min(var(--argta-v178-max),calc(100% - 56px));grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr) minmax(385px,.78fr);gap:34px;padding:28px 0 46px}
.argta-home-hero--metro .argta-home-hero__eyebrow{margin-bottom:12px;font-size:.76rem;letter-spacing:.12em}
.argta-home-hero--metro .argta-home-hero__copy{align-self:start}
.argta-home-hero--metro .argta-home-hero__copy h1{max-width:680px;margin-bottom:20px;font-size:clamp(3.25rem,3.8vw,4.45rem);line-height:1.01;letter-spacing:-.045em}
.argta-home-hero--metro .argta-home-hero__lead{max-width:640px!important;font-size:1.12rem!important;line-height:1.62!important}
.argta-home-hero--metro .argta-home-hero__actions{margin:28px 0 25px;gap:22px}
.argta-home-hero--metro .argta-btn--hero{min-height:52px;padding:13px 21px;font-size:.94rem;border-radius:12px}
.argta-home-hero--metro .argta-home-hero__areas-link{font-size:.91rem}
.argta-home-hero--metro .argta-home-hero__proof{padding-top:21px}
.argta-home-hero--metro .argta-home-hero__proof>span{grid-template-columns:30px 1fr;gap:10px;padding-inline:15px}
.argta-home-hero--metro .argta-home-hero__proof strong{font-size:.82rem}
.argta-home-hero--metro .argta-home-hero__proof small{font-size:.72rem;line-height:1.42}
.argta-home-hero--metro .argta-home-hero__scope{margin-top:16px!important;font-size:.70rem!important;line-height:1.52!important}
.argta-home-hero--metro .argta-home-hero__media{height:520px}
.argta-home-hero--metro .argta-home-hero__photo{border-radius:26px!important}
.argta-home-hero--metro .argta-home-hero__form{max-width:420px}
.argta-home-hero--metro .argta-form-card--hero{padding:22px;border-radius:23px}
.argta-form-card--hero .argta-form-card__head:before{width:44px;height:44px;margin-bottom:9px;font-size:1.05rem}
.argta-form-card--hero .argta-form-card__head h2{font-size:1.36rem}
.argta-form-card--hero .argta-form-card__head p{max-width:340px;font-size:.73rem;line-height:1.45}
.argta-form-card--hero .argta-form-progress span{padding:7px;font-size:.65rem}
.argta-form-card--hero .argta-form-grid{gap:9px}
.argta-form-card--hero .argta-field>span{font-size:.70rem}
.argta-form-card--hero .argta-field input,.argta-form-card--hero .argta-field select,.argta-form-card--hero .argta-field textarea{padding:9px 10px;font-size:.80rem}
.argta-form-card--hero .argta-field input,.argta-form-card--hero .argta-field select{min-height:40px}
.argta-form-card--hero .argta-field textarea{min-height:74px}
.argta-form-card--hero .argta-form-next,.argta-form-card--hero .argta-form-submit{min-height:45px;font-size:.80rem}
.argta-form-card--hero .argta-form-privacy{font-size:.61rem;line-height:1.42}

/* Section rhythm and typography: readable, premium, no giant blank bands. */
.argta-home-services--metro,.argta-home-proof,.argta-home-areas,.argta-guides-preview,.argta-home-faq,.argta-bottom-request{padding:58px 0}
.argta-home-overview{padding:4px 0 48px}
.argta-home-trust-strip{padding:0 0 50px}
.argta-home-title{max-width:860px;margin-bottom:30px}
.argta-home-title--left{margin-bottom:26px}
.argta-home-title>span,.argta-home-title--left>span,.argta-kicker{font-size:.78rem;letter-spacing:.105em}
.argta-home-title h2,.argta-home-title--left h2{font-size:clamp(2rem,2.5vw,2.55rem);line-height:1.12}
.argta-home-title p{font-size:1rem;line-height:1.65}

/* Service cards: photography becomes a real visual feature instead of a tiny icon. */
.argta-metro-service-grid{gap:16px}
.argta-metro-service-card{display:flex;flex-direction:column;min-height:285px;padding:0;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 12px 28px rgba(4,31,79,.06)}
.argta-metro-service-card__icon{display:block;width:100%!important;height:138px!important;min-height:138px!important;flex:0 0 138px!important;border:0;border-radius:0!important;background:#eef3f7;overflow:hidden}
.argta-metro-service-card__icon img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}
.argta-metro-service-card__body{padding:17px 18px 18px;height:auto;flex:1}
.argta-metro-service-card strong{font-size:1.02rem;line-height:1.25}
.argta-metro-service-card small{margin-top:7px;font-size:.82rem;line-height:1.52;-webkit-line-clamp:3}
.argta-metro-service-card em{padding-top:12px;font-size:.78rem}
.argta-metro-services-more{margin-top:21px}
.argta-metro-services-more .argta-text-link{font-size:.88rem}

/* Overview panels. */
.argta-home-overview__grid{gap:20px}
.argta-overview-panel{min-height:220px;padding:28px 30px;border-radius:21px}
.argta-overview-panel .argta-kicker{font-size:.76rem}
.argta-overview-panel h2{font-size:1.55rem;margin-bottom:8px}
.argta-overview-panel p{font-size:.88rem;line-height:1.58;margin-bottom:16px}
.argta-overview-panel .argta-text-link{font-size:.80rem}
.argta-region-pills{gap:8px}
.argta-region-pills span{padding:6px 11px;font-size:.72rem}
.argta-metro-brand-row{gap:16px 24px;margin-top:19px}
.argta-metro-brand-row span{font-size:.94rem}
.argta-metro-brand-row__more{font-size:.78rem!important}

/* Trust bar. */
.argta-home-trust-strip__grid{border-radius:18px}
.argta-home-trust-strip__grid>div{grid-template-columns:52px 1fr;gap:15px;padding:25px 30px}
.argta-home-trust-strip svg{width:44px;height:44px}
.argta-home-trust-strip strong{font-size:.92rem}
.argta-home-trust-strip small{font-size:.78rem;line-height:1.48}

/* Why / process: larger type and clearer process cards. */
.argta-home-proof__grid{gap:24px}
.argta-home-panel{padding:32px;border-radius:22px}
.argta-home-panel h2{font-size:1.78rem}
.argta-check-columns{gap:20px 24px;margin-top:25px}
.argta-check-columns strong{font-size:.94rem}
.argta-check-columns p{margin-top:6px;font-size:.84rem;line-height:1.58}
.argta-region-grid{gap:14px;margin-top:24px}
.argta-region-grid>div{min-height:126px;padding:17px;border-radius:16px;grid-template-columns:34px minmax(0,1fr);column-gap:12px}
.argta-region-grid>div .argta-icon{width:31px;height:31px}
.argta-region-grid strong{font-size:.92rem}
.argta-region-grid small{font-size:.80rem;line-height:1.5}

/* Locations. */
.argta-area-region-grid{gap:16px}
.argta-area-region-card{padding:23px;border-radius:19px}
.argta-area-region-card h3{font-size:1.12rem;margin-bottom:14px}
.argta-area-region-card__links{gap:8px}
.argta-area-region-card__links a{padding:7px 10px;font-size:.76rem}
.argta-area-note{font-size:.84rem}

/* Guides: compact empty state but readable published cards. */
.argta-guide-preview-grid{gap:18px}
.argta-guide-preview-grid article,.argta-guides-empty{padding:24px;border-radius:19px}
.argta-guide-preview-grid article>span{font-size:.76rem}
.argta-guide-preview-grid h3{font-size:1.26rem}
.argta-guide-preview-grid p{font-size:.90rem}
.argta-guides-empty{max-width:900px;margin-inline:auto;padding:18px 24px}
.argta-guides-empty p{font-size:.92rem}
.argta-centered-actions{margin-top:22px}

/* FAQ. */
.argta-home-faq__grid{gap:34px}
.argta-home-faq h2{font-size:2rem}
.argta-faq-list details{margin-bottom:10px;border-radius:14px}
.argta-faq-list summary{padding:15px 17px;font-size:.92rem}
.argta-faq-list details p{padding:0 17px 16px;font-size:.86rem;line-height:1.58}
.argta-home-faq .argta-text-link{font-size:.88rem}
.argta-commitment{grid-template-columns:48px 1fr;gap:17px;padding:28px;border-radius:20px}
.argta-commitment>.argta-icon{width:45px;height:45px}
.argta-commitment h2{font-size:1.30rem}
.argta-commitment p{font-size:.88rem;line-height:1.58}

/* Bottom request: readable form but not visually overwhelming. */
.argta-bottom-request>.argta-container{grid-template-columns:.40fr .60fr;gap:36px;padding:34px 36px;border-radius:22px}
.argta-bottom-request__intro{align-self:start;padding-top:12px}
.argta-bottom-request__intro h2{font-size:2.15rem}
.argta-bottom-request__intro p{font-size:.98rem;line-height:1.62}
.argta-scope-note{font-size:.80rem;line-height:1.52}
.argta-bottom-request__form .argta-form-card--footer{max-width:760px;padding:24px;border-radius:19px}
.argta-bottom-request__form .argta-field>span{font-size:.76rem}
.argta-bottom-request__form .argta-field input,.argta-bottom-request__form .argta-field select,.argta-bottom-request__form .argta-field textarea{font-size:.88rem;padding:10px 11px}
.argta-bottom-request__form .argta-field input,.argta-bottom-request__form .argta-field select{min-height:42px}
.argta-bottom-request__form .argta-form-scope{font-size:.76rem;line-height:1.5}
.argta-bottom-request__form .argta-check-field{font-size:.74rem;line-height:1.5}
.argta-bottom-request__form .argta-form-privacy{font-size:.67rem;line-height:1.45}

/* Footer type should remain readable. */
.argta-site-footer{padding-top:48px}
.argta-footer-grid{gap:38px}
.argta-footer-brand p{font-size:.84rem;line-height:1.58}
.argta-site-footer h2{font-size:1rem}
.argta-site-footer a{font-size:.82rem}
.argta-footer-scope{font-size:.76rem}
.argta-footer-bottom p{font-size:.70rem}

/* Inner-page readability too: avoid tiny page copy. */
.argta-page-hero p,.argta-service-hero p,.argta-guide-header p{font-size:1rem;line-height:1.65}
.argta-page-hero h1,.argta-service-hero h1,.argta-guide-header h1{font-size:clamp(2.75rem,4.4vw,4.15rem)}
.argta-section-head p,.argta-prose,.argta-service-content,.argta-location-content{font-size:1rem;line-height:1.7}

/* Medium desktop: keep full nav until it truly no longer fits. */
@media (max-width:1360px){
  .argta-header-inner{width:calc(100% - 40px);min-height:84px}
  .argta-site-header .argta-brand .argta-brand-logo-full{width:235px!important;height:auto!important;max-height:none!important}
  .argta-primary-nav{position:fixed!important;top:84px!important;left:0;right:0;bottom:0;display:none!important;margin:0!important;padding:20px 24px 90px!important;background:#032352!important;overflow:auto!important;z-index:1001}
  .argta-primary-nav.is-open{display:block!important}
  .argta-menu{display:block!important}
  .argta-menu>li>a{min-height:50px!important;padding:0 9px!important;border-bottom:1px solid rgba(255,255,255,.08);font-size:.96rem!important}
  .argta-menu .sub-menu{display:block!important;position:static!important;margin:0 0 8px;padding:4px 0 4px 16px!important;border:0;background:transparent!important;box-shadow:none}
  .argta-menu .sub-menu a{color:#dce8f8!important}
  .argta-menu-toggle{display:block!important}
  .argta-header-actions{display:none!important}

  .argta-home-hero--metro .argta-home-hero__grid{grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);grid-template-rows:auto auto;gap:28px;padding:30px 0 42px}
  .argta-home-hero--metro .argta-home-hero__copy{grid-column:1;grid-row:1}
  .argta-home-hero--metro .argta-home-hero__media{grid-column:2;grid-row:1;height:480px}
  .argta-home-hero--metro .argta-home-hero__form{grid-column:1/3;grid-row:2;width:min(760px,100%)!important;max-width:760px;justify-self:center}
  .argta-form-card--hero .argta-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .argta-metro-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:900px){
  .argta-container,.argta-home-hero--metro .argta-home-hero__grid{width:calc(100% - 36px)}
  .argta-home-hero--metro .argta-home-hero__grid{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:22px;padding:26px 0 38px}
  .argta-home-hero--metro .argta-home-hero__copy{grid-column:1;grid-row:1}
  .argta-home-hero--metro .argta-home-hero__copy h1{max-width:760px;font-size:clamp(3rem,7.5vw,3.8rem)}
  .argta-home-hero--metro .argta-home-hero__media{grid-column:1;grid-row:2;height:410px}
  .argta-home-hero--metro .argta-home-hero__form{grid-column:1;grid-row:3;width:min(720px,100%)!important}
  .argta-home-overview__grid,.argta-home-proof__grid,.argta-home-faq__grid,.argta-bottom-request>.argta-container{grid-template-columns:1fr}
  .argta-home-trust-strip__grid{grid-template-columns:1fr}
  .argta-home-trust-strip__grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.11)}
  .argta-home-trust-strip__grid>div:last-child{border-bottom:0}
  .argta-metro-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .argta-area-region-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .argta-footer-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:640px){
  body.home{font-size:16.5px}
  .argta-container,.argta-home-hero--metro .argta-home-hero__grid{width:calc(100% - 26px)}
  .argta-header-inner{width:calc(100% - 22px);min-height:76px;gap:10px}
  .argta-site-header .argta-brand .argta-brand-logo-full{width:210px!important;height:auto!important;max-height:none!important}
  .argta-primary-nav{top:76px!important;padding:14px 16px 86px!important}
  .argta-menu-toggle{padding:8px}

  .argta-home-hero--metro .argta-home-hero__grid{gap:17px;padding:20px 0 30px}
  .argta-home-hero--metro .argta-home-hero__eyebrow{font-size:.66rem;margin-bottom:9px}
  .argta-home-hero--metro .argta-home-hero__copy h1{margin-bottom:15px;font-size:clamp(2.55rem,11vw,3.15rem);line-height:1.01}
  .argta-home-hero--metro .argta-home-hero__lead{font-size:1rem!important;line-height:1.58!important}
  .argta-home-hero--metro .argta-home-hero__actions{margin:22px 0 20px}
  .argta-home-hero--metro .argta-btn--hero{min-height:50px;font-size:.91rem}
  .argta-home-hero--metro .argta-home-hero__areas-link{font-size:.88rem}
  .argta-home-hero--metro .argta-home-hero__proof{gap:12px;padding-top:17px;text-align:left}
  .argta-home-hero--metro .argta-home-hero__proof>span>span{align-items:flex-start;text-align:left}
  .argta-home-hero--metro .argta-home-hero__proof strong{font-size:.82rem}
  .argta-home-hero--metro .argta-home-hero__proof small{font-size:.72rem}
  .argta-home-hero--metro .argta-home-hero__scope{font-size:.67rem!important}
  .argta-home-hero--metro .argta-home-hero__media{height:300px}
  .argta-home-hero--metro .argta-home-hero__photo{border-radius:18px!important}
  .argta-home-hero--metro .argta-form-card--hero{padding:18px;border-radius:19px}
  .argta-form-card--hero .argta-form-card__head h2{font-size:1.28rem}
  .argta-form-card--hero .argta-form-card__head p{font-size:.70rem}
  .argta-form-card--hero .argta-form-grid{grid-template-columns:1fr}
  .argta-form-card--hero .argta-field--full,.argta-form-card--hero .argta-field:has(textarea){grid-column:auto}
  .argta-form-card--hero .argta-field>span{font-size:.72rem}
  .argta-form-card--hero .argta-field input,.argta-form-card--hero .argta-field select,.argta-form-card--hero .argta-field textarea{font-size:.84rem}

  .argta-home-services--metro,.argta-home-proof,.argta-home-areas,.argta-guides-preview,.argta-home-faq,.argta-bottom-request{padding:42px 0}
  .argta-home-overview{padding:0 0 38px}
  .argta-home-trust-strip{padding-bottom:40px}
  .argta-home-title{margin-bottom:22px}
  .argta-home-title>span,.argta-home-title--left>span,.argta-kicker{font-size:.70rem}
  .argta-home-title h2,.argta-home-title--left h2{font-size:1.85rem}
  .argta-home-title p{font-size:.94rem}

  .argta-metro-service-grid{grid-template-columns:1fr;gap:12px}
  .argta-metro-service-card{display:grid;grid-template-columns:128px minmax(0,1fr);min-height:150px}
  .argta-metro-service-card__icon{width:128px!important;height:100%!important;min-height:150px!important;flex-basis:auto!important}
  .argta-metro-service-card__body{padding:17px}
  .argta-metro-service-card strong{font-size:1rem}
  .argta-metro-service-card small{font-size:.82rem;-webkit-line-clamp:3}

  .argta-overview-panel,.argta-home-panel{padding:23px;border-radius:18px}
  .argta-overview-panel h2,.argta-home-panel h2{font-size:1.5rem}
  .argta-overview-panel p{font-size:.86rem}
  .argta-overview-panel--areas{grid-template-columns:1fr}
  .argta-overview-panel--areas>img{max-height:150px}
  .argta-home-trust-strip__grid>div{padding:21px 22px}
  .argta-home-trust-strip strong{font-size:.90rem}
  .argta-home-trust-strip small{font-size:.77rem}

  .argta-check-columns,.argta-region-grid{grid-template-columns:1fr}
  .argta-check-columns{gap:17px}
  .argta-check-columns strong{font-size:.92rem}
  .argta-check-columns p{font-size:.84rem}
  .argta-region-grid>div{min-height:0}
  .argta-region-grid strong{font-size:.90rem}
  .argta-region-grid small{font-size:.79rem}

  .argta-area-region-grid{grid-template-columns:1fr}
  .argta-area-region-card h3{font-size:1.08rem}
  .argta-area-region-card__links a{font-size:.76rem}

  .argta-home-faq h2{font-size:1.8rem}
  .argta-faq-list summary{font-size:.90rem}
  .argta-faq-list details p{font-size:.85rem}
  .argta-commitment{padding:22px}
  .argta-commitment h2{font-size:1.22rem}
  .argta-commitment p{font-size:.86rem}

  .argta-bottom-request>.argta-container{gap:22px;padding:24px 18px}
  .argta-bottom-request__intro h2{font-size:1.9rem}
  .argta-bottom-request__intro p{font-size:.94rem}
  .argta-bottom-request__form .argta-form-card--footer{padding:17px}
  .argta-bottom-request__form .argta-form-grid{grid-template-columns:1fr}
  .argta-bottom-request__form .argta-field--full{grid-column:auto}
  .argta-bottom-request__form .argta-field>span{font-size:.74rem}
  .argta-bottom-request__form .argta-field input,.argta-bottom-request__form .argta-field select,.argta-bottom-request__form .argta-field textarea{font-size:.86rem}

  .argta-footer-grid{grid-template-columns:1fr;gap:25px}
  .argta-site-footer a{font-size:.82rem}
  .argta-footer-brand p{font-size:.82rem}
  .argta-footer-bottom p{font-size:.70rem}

  .argta-page-hero,.argta-service-hero,.argta-guide-header{padding:34px 0}
  .argta-page-hero h1,.argta-service-hero h1,.argta-guide-header h1{font-size:2.45rem}
  .argta-page-hero p,.argta-service-hero p,.argta-guide-header p{font-size:.96rem}
}

@media (max-width:390px){
  .argta-site-header .argta-brand .argta-brand-logo-full{width:205px!important;height:auto!important;max-height:none!important}
  .argta-home-hero--metro .argta-home-hero__copy h1{font-size:2.42rem}
  .argta-metro-service-card{grid-template-columns:112px minmax(0,1fr)}
  .argta-metro-service-card__icon{width:112px!important;min-height:145px!important}
}

/* Inner page cards and support components: keep the larger readable type scale site-wide. */
.argta-section-head h2{font-size:clamp(2rem,2.7vw,2.55rem);line-height:1.14}
.argta-section-head p{font-size:1rem;line-height:1.68}
.argta-card-body h2,.argta-card-body h3{font-size:1.32rem;line-height:1.25}
.argta-card-body p,.argta-brand-card p{font-size:.94rem;line-height:1.62}
.argta-card-kicker{font-size:.76rem}
.argta-brand-card h2{font-size:1.28rem}
.argta-three-column-info h2,.argta-factor-grid h2{font-size:1.28rem}
.argta-three-column-info p,.argta-factor-grid p{font-size:.94rem;line-height:1.62}
.argta-disclaimer-panel,.argta-scope-callout{font-size:.92rem;line-height:1.62}
.argta-inline-points span{font-size:.86rem}
.argta-location-link{padding:15px}
.argta-location-link small{font-size:.80rem}
.argta-compact-service-grid>a{padding:13px}
.argta-compact-service-grid small{font-size:.80rem;line-height:1.45}
.argta-pill-list span{font-size:.82rem}
.argta-breadcrumbs{font-size:.80rem}
.argta-guide-meta{font-size:.80rem}
.argta-guide-deck{font-size:1.10rem;line-height:1.65}
.argta-safety-note,.argta-editorial-card p,.argta-guide-end p,.argta-sticky-card p{font-size:.92rem;line-height:1.6}
.argta-sticky-card h2,.argta-editorial-card h2,.argta-guide-end h2{font-size:1.45rem}

@media (max-width:640px){
  .argta-section-head h2{font-size:1.85rem}
  .argta-section-head p{font-size:.95rem}
  .argta-card-body h2,.argta-card-body h3,.argta-brand-card h2{font-size:1.22rem}
  .argta-card-body p,.argta-brand-card p,.argta-three-column-info p,.argta-factor-grid p{font-size:.90rem}
  .argta-three-column-info h2,.argta-factor-grid h2{font-size:1.20rem}
  .argta-disclaimer-panel,.argta-scope-callout{font-size:.88rem}
}
.argta-footer-brand .argta-brand--footer{display:inline-flex;margin:0 0 14px}
.argta-footer-brand .argta-footer-logo{display:block;width:255px!important;height:auto!important;max-height:none!important;object-fit:contain}
@media (max-width:640px){.argta-footer-brand .argta-footer-logo{width:235px!important}}

/* v1.8.0 combined consent: one readable required consent statement on both forms. */
.argta-form-card--hero .argta-check-field{font-size:.72rem;line-height:1.48}
.argta-form-card--hero .argta-check-field input[type="checkbox"],
.argta-bottom-request__form .argta-check-field input[type="checkbox"]{width:16px;height:16px;min-height:16px;flex:0 0 16px;margin-top:2px}
@media (max-width:780px){
  .argta-form-card--hero .argta-check-field,.argta-bottom-request__form .argta-check-field{font-size:.78rem;line-height:1.5}
}

/* ===== v190-master.css ===== */
/* Appliance Repair GTA v1.9.0  -  consolidated premium desktop/mobile system. */
:root{
 --v190-navy:#062b62;--v190-deep:#011a3d;--v190-lime:#a3dc19;--v190-teal:#0c8f90;
 --v190-ink:#0b294f;--v190-text:#3d526a;--v190-muted:#66788d;--v190-line:#dbe5ef;
 --v190-cream:#fbf8f4;--v190-blush:#f9f2ef;--v190-soft:#f3f7fb;--v190-white:#fff;
 --v190-shadow:0 18px 48px rgba(3,32,72,.10);--v190-radius:24px;
}
html{scroll-behavior:smooth;overflow-x:hidden} body{overflow-x:hidden;font-size:17px;line-height:1.65;color:var(--v190-text);background:#fff} body,button,input,select,textarea{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif} a{transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.argta-container{width:min(1240px,calc(100% - 48px))!important;margin-inline:auto}.argta-section{padding:72px 0!important}.argta-section--soft{background:var(--v190-soft)}.argta-section-head{max-width:850px;margin-bottom:32px}.argta-section-head h2,.argta-home-title h2,.argta-home-panel h2,.argta-home-faq h2{font-size:clamp(2rem,3vw,2.75rem)!important;line-height:1.12!important;letter-spacing:-.03em!important;color:var(--v190-ink)}.argta-section-head p,.argta-home-title p{font-size:1.03rem!important;line-height:1.7;color:var(--v190-text)}.argta-eyebrow,.argta-kicker,.argta-home-title>span{font-size:.78rem!important;font-weight:900!important;letter-spacing:.11em!important;text-transform:uppercase;color:#47708f}.argta-text-link{font-size:.95rem!important;font-weight:850;color:var(--v190-navy)!important;text-decoration:none}.argta-text-link:hover,.argta-text-link:focus{color:#0b6b72!important;text-decoration:underline}.argta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:12px 22px;border:2px solid transparent;border-radius:12px;background:var(--v190-lime);color:var(--v190-deep)!important;font-size:.96rem;font-weight:900;text-decoration:none;line-height:1.2;box-shadow:0 10px 24px rgba(112,161,15,.18)}.argta-btn:hover,.argta-btn:focus{background:#b7ed2e!important;color:var(--v190-deep)!important;border-color:#b7ed2e!important;transform:translateY(-1px)}.argta-btn--outline,.argta-btn--secondary{background:#fff!important;color:var(--v190-navy)!important;border-color:#a9bdd0!important;box-shadow:none}.argta-btn--outline:hover,.argta-btn--outline:focus,.argta-btn--secondary:hover,.argta-btn--secondary:focus{background:var(--v190-navy)!important;color:#fff!important;border-color:var(--v190-navy)!important}.argta-btn--light{background:var(--v190-lime)!important;color:var(--v190-deep)!important}.argta-btn--light:hover,.argta-btn--light:focus{background:#c0ef41!important;color:var(--v190-deep)!important}
/* Header */
.argta-site-header{position:sticky;top:0;z-index:1000;background:var(--v190-deep)!important;box-shadow:0 6px 24px rgba(0,17,45,.16)}.argta-header-inner{width:min(1440px,calc(100% - 44px))!important;min-height:112px!important;display:flex!important;align-items:center!important;gap:22px!important;padding:7px 0!important}.argta-brand--header{width:300px!important;min-width:300px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:0!important;text-decoration:none!important}.argta-site-header .argta-brand-logo-full{display:block!important;width:294px!important;height:auto!important;max-height:none!important;object-fit:contain!important}.argta-brand-coverage{display:block!important;margin-top:-2px;color:#d9edf6!important;font-size:11px!important;font-weight:900!important;letter-spacing:.18em!important;line-height:1.1!important;white-space:nowrap}.argta-primary-nav{position:static!important;display:block!important;margin-left:auto!important;padding:0!important;background:transparent!important;overflow:visible!important}.argta-menu{display:flex!important;align-items:stretch!important;gap:0!important;margin:0!important;padding:0!important;list-style:none!important}.argta-menu>li>a{display:flex!important;align-items:center!important;min-height:92px!important;padding:0 10px!important;color:#fff!important;font-size:.91rem!important;font-weight:800!important;white-space:nowrap!important;text-decoration:none!important;border-radius:8px}.argta-menu>li>a:hover,.argta-menu>li>a:focus,.argta-menu>li.current-menu-item>a{background:rgba(255,255,255,.10)!important;color:#c8f367!important}.argta-menu .sub-menu{top:84px!important;min-width:250px!important;background:#fff!important;border:1px solid var(--v190-line)!important;border-radius:14px!important;box-shadow:var(--v190-shadow)!important;padding:8px!important}.argta-menu .sub-menu a{color:var(--v190-ink)!important;font-size:.9rem!important;padding:10px 12px!important;border-radius:8px!important}.argta-menu .sub-menu a:hover,.argta-menu .sub-menu a:focus{background:var(--v190-soft)!important;color:var(--v190-navy)!important}.argta-header-actions{display:flex!important;flex:0 0 auto!important}.argta-header-actions .argta-btn{min-height:48px!important;padding:11px 17px!important;font-size:.87rem!important;white-space:nowrap}.argta-menu-toggle{display:none!important}
/* Homepage hero  -  stable 2-column outer layout; copy+photo inside story */
.argta-home-hero--v190{padding:0!important;background:linear-gradient(180deg,var(--v190-deep) 0,var(--v190-navy) 100%)!important;color:#fff}.argta-home-hero--v190 .argta-home-hero__grid{display:grid!important;grid-template-columns:minmax(0,1.55fr) minmax(355px,.72fr)!important;align-items:start!important;gap:34px!important;padding:30px 0 46px!important}.argta-home-hero__story{display:grid!important;grid-template-columns:minmax(0,1.02fr) minmax(310px,.78fr)!important;gap:28px!important;align-items:center!important;min-width:0}.argta-home-hero__copy{min-width:0}.argta-home-hero__eyebrow{margin:0 0 11px!important}.argta-home-hero__eyebrow span{font-size:.78rem!important;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#c5e5f1}.argta-home-hero--v190 h1{margin:0 0 18px!important;font-size:clamp(3.1rem,4.2vw,4.85rem)!important;line-height:.99!important;letter-spacing:-.047em!important;color:#fff!important}.argta-home-hero--v190 h1 span{display:block;color:#c0ef41}.argta-home-hero__lead{margin:0!important;max-width:660px!important;color:#d9e8f3!important;font-size:1.08rem!important;line-height:1.65!important}.argta-home-hero__actions{display:flex!important;align-items:center!important;gap:19px!important;flex-wrap:wrap!important;margin:25px 0 24px!important}.argta-home-hero__areas-link{color:#fff!important;font-size:.92rem!important;font-weight:800!important;text-decoration:none!important}.argta-home-hero__areas-link:hover{color:#c0ef41!important}.argta-home-hero__proof{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border-top:1px solid rgba(255,255,255,.16)!important;padding-top:20px!important;gap:12px!important}.argta-home-hero__proof>span{display:grid!important;grid-template-columns:30px 1fr!important;gap:9px!important;align-items:start!important}.argta-home-hero__proof svg{width:26px!important;height:26px!important;color:#c0ef41!important}.argta-home-hero__proof strong{display:block;color:#fff!important;font-size:.82rem!important;line-height:1.25}.argta-home-hero__proof small{display:block;margin-top:3px;color:#bed0df!important;font-size:.7rem!important;line-height:1.42}.argta-home-hero__media{margin:0!important;height:425px!important;border-radius:25px!important;overflow:hidden!important;box-shadow:0 24px 56px rgba(0,0,0,.25)!important}.argta-home-hero__media picture,.argta-home-hero__media img{display:block!important;width:100%!important;height:100%!important}.argta-home-hero__media img{object-fit:cover!important;object-position:center!important}.argta-home-hero__form{min-width:0!important;width:100%!important;max-width:none!important}.argta-form-card--hero{width:100%!important;margin:0!important;padding:24px!important;border-radius:24px!important;background:#fff!important;color:var(--v190-text)!important;box-shadow:0 25px 60px rgba(0,0,0,.22)!important}
/* Form  -  no fieldset borders, no mobile shrink */
.argta-form-card{border-radius:24px!important;border:1px solid var(--v190-line)!important;background:#fff!important;box-shadow:var(--v190-shadow)!important;padding:28px!important}.argta-form-card__head{margin-bottom:18px!important}.argta-form-card__head h2{margin:0 0 7px!important;color:var(--v190-ink)!important;font-size:1.6rem!important;line-height:1.15!important}.argta-form-card__head p{margin:0!important;color:var(--v190-muted)!important;font-size:.91rem!important;line-height:1.55!important}.argta-service-form fieldset,.argta-form-step{border:0!important;margin:0!important;padding:0!important;min-width:0!important}.argta-form-progress{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;margin:0 0 17px!important}.argta-form-progress span{display:block!important;padding:8px 10px!important;border-radius:9px!important;background:#eef3f7!important;color:#6f8092!important;font-size:.76rem!important;font-weight:850!important;text-align:center!important}.argta-form-progress span.is-active{background:#e8f5c9!important;color:#274e13!important}.argta-form-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:13px!important;min-width:0!important}.argta-field{display:block!important;min-width:0!important}.argta-field--full,.argta-check-field.argta-field--full{grid-column:1/-1!important}.argta-field>span{display:flex!important;align-items:center!important;gap:7px!important;margin-bottom:6px!important;color:var(--v190-ink)!important;font-size:.82rem!important;font-weight:800!important}.argta-field input,.argta-field select,.argta-field textarea{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;border:1px solid #bfcddd!important;border-radius:10px!important;background:#fff!important;color:#132f4e!important;font-size:16px!important;line-height:1.35!important;padding:11px 12px!important;box-shadow:none!important}.argta-field input,.argta-field select{min-height:47px!important}.argta-field textarea{min-height:108px!important;resize:vertical!important}.argta-field input:focus,.argta-field select:focus,.argta-field textarea:focus{outline:3px solid rgba(12,143,144,.16)!important;border-color:var(--v190-teal)!important}.argta-field small{display:block!important;margin-top:5px!important;color:#718195!important;font-size:.72rem!important;line-height:1.4!important}.argta-upload-field svg{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;flex:0 0 20px!important}.argta-upload-field input[type=file]{padding:9px!important}.argta-form-next,.argta-form-submit{width:100%!important;margin-top:15px!important;min-height:50px!important}.argta-form-actions{display:grid!important;grid-template-columns:110px 1fr!important;gap:10px!important;margin-top:15px!important}.argta-form-back{min-height:50px!important;border:1px solid #bac9d8!important;border-radius:10px!important;background:#fff!important;color:var(--v190-navy)!important;font-weight:800!important}.argta-check-field{display:grid!important;grid-template-columns:22px minmax(0,1fr)!important;gap:10px!important;align-items:start!important;padding:13px!important;border-radius:12px!important;background:#f5f8fb!important;color:#40536a!important;font-size:.79rem!important;line-height:1.5!important}.argta-check-field input{width:19px!important;height:19px!important;margin:2px 0 0!important;accent-color:var(--v190-teal)!important}.argta-form-privacy{margin:13px 0 0!important;color:#758496!important;font-size:.7rem!important;line-height:1.48!important}.argta-form-privacy svg{width:16px!important;height:16px!important;vertical-align:-3px}.argta-form-status{font-size:.86rem!important}.argta-narrow-form{width:min(850px,calc(100% - 48px))!important}.argta-section--form{background:var(--v190-blush)!important}
/* Homepage sections */
.argta-home-services--v190,.argta-home-overview,.argta-home-trust-strip,.argta-home-proof,.argta-home-areas,.argta-guides-preview,.argta-home-faq{padding:64px 0!important}.argta-home-services--v190{background:#fff!important}.argta-home-title{max-width:850px!important;margin:0 0 30px!important}.argta-metro-service-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important}.argta-metro-service-card{display:flex!important;flex-direction:column!important;min-height:310px!important;padding:0!important;overflow:hidden!important;border:1px solid var(--v190-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 12px 30px rgba(3,32,72,.07)!important;text-decoration:none!important;color:inherit!important}.argta-metro-service-card:hover{transform:translateY(-3px)!important;box-shadow:0 18px 38px rgba(3,32,72,.12)!important}.argta-metro-service-card__icon{height:150px!important;min-height:150px!important;width:100%!important;display:block!important;overflow:hidden!important;background:#edf2f5!important}.argta-metro-service-card__icon img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.argta-metro-service-card__body{display:flex!important;flex-direction:column!important;flex:1!important;padding:18px!important}.argta-metro-service-card strong{font-size:1.08rem!important;color:var(--v190-ink)!important}.argta-metro-service-card small{display:block!important;margin-top:7px!important;color:var(--v190-text)!important;font-size:.84rem!important;line-height:1.5!important}.argta-metro-service-card em{margin-top:auto!important;padding-top:13px!important;color:var(--v190-navy)!important;font-size:.8rem!important;font-style:normal!important;font-weight:850!important}.argta-centered-actions{text-align:center!important;margin-top:24px!important}.argta-home-overview{background:var(--v190-blush)!important}.argta-home-overview__grid{display:grid!important;grid-template-columns:1.15fr .85fr!important;gap:22px!important}.argta-overview-panel{position:relative!important;min-height:250px!important;padding:30px!important;border-radius:22px!important;border:1px solid #eadfda!important;background:#fff!important;box-shadow:0 12px 30px rgba(80,42,24,.05)!important}.argta-overview-panel--areas{display:grid!important;grid-template-columns:1fr 240px!important;gap:22px!important;align-items:center!important}.argta-overview-panel img{width:100%!important;height:auto!important;max-height:190px!important;object-fit:contain!important}.argta-overview-panel h2{font-size:1.7rem!important;line-height:1.15!important;color:var(--v190-ink)!important}.argta-overview-panel p{font-size:.93rem!important}.argta-region-pills,.argta-metro-brand-row{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin:16px 0!important}.argta-region-pills a,.argta-metro-brand-row a{display:inline-flex!important;align-items:center!important;min-height:36px!important;padding:7px 11px!important;border:1px solid #c7d5e3!important;border-radius:999px!important;background:#f7fafc!important;color:var(--v190-navy)!important;font-size:.76rem!important;font-weight:850!important;text-decoration:none!important}.argta-region-pills a:hover,.argta-region-pills a:focus,.argta-metro-brand-row a:hover,.argta-metro-brand-row a:focus{background:var(--v190-navy)!important;color:#fff!important;border-color:var(--v190-navy)!important}.argta-home-trust-strip{background:#fff!important;padding-top:0!important}.argta-home-trust-strip__grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;overflow:hidden!important;border-radius:20px!important;background:var(--v190-navy)!important;box-shadow:var(--v190-shadow)!important}.argta-home-trust-strip__grid>div{display:grid!important;grid-template-columns:48px 1fr!important;gap:14px!important;padding:25px 27px!important;align-items:center!important;border-right:1px solid rgba(255,255,255,.14)!important}.argta-home-trust-strip__grid>div:last-child{border-right:0!important}.argta-home-trust-strip svg{width:38px!important;height:38px!important;color:#c0ef41!important}.argta-home-trust-strip strong{display:block!important;color:#fff!important;font-size:1rem!important}.argta-home-trust-strip small{display:block!important;margin-top:3px!important;color:#c8d7e5!important;font-size:.78rem!important;line-height:1.48!important}.argta-home-proof{background:var(--v190-soft)!important}.argta-home-proof__grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important}.argta-home-panel{padding:34px!important;border:1px solid var(--v190-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 30px rgba(3,32,72,.06)!important}.argta-check-columns{display:grid!important;grid-template-columns:1fr 1fr!important;gap:22px!important;margin-top:24px!important}.argta-check-columns strong{display:flex!important;gap:8px!important;align-items:flex-start!important;color:var(--v190-ink)!important;font-size:.94rem!important}.argta-check-columns svg{width:19px!important;height:19px!important;flex:0 0 19px!important;color:var(--v190-teal)!important}.argta-check-columns p{font-size:.85rem!important;line-height:1.55!important}.argta-region-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:13px!important;margin-top:22px!important}.argta-region-grid>div{display:grid!important;grid-template-columns:34px 1fr!important;gap:10px!important;align-items:start!important;padding:16px!important;border-radius:15px!important;background:#f5f8fb!important}.argta-region-grid svg{width:28px!important;height:28px!important;color:var(--v190-teal)!important}.argta-region-grid strong{color:var(--v190-ink)!important;font-size:.91rem!important}.argta-region-grid small{display:block!important;margin-top:3px!important;font-size:.77rem!important;line-height:1.45!important}.argta-home-areas{background:#fff!important}.argta-area-region-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:17px!important}.argta-area-region-card{padding:24px!important;border:1px solid var(--v190-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 25px rgba(3,32,72,.05)!important}.argta-area-region-card h3{margin:0 0 14px!important;font-size:1.16rem!important;color:var(--v190-ink)!important}.argta-area-region-card__links{display:flex!important;flex-direction:column!important;gap:7px!important}.argta-area-region-card__links a{color:var(--v190-navy)!important;font-size:.88rem!important;font-weight:750!important;text-decoration:none!important}.argta-area-region-card__links a:hover{text-decoration:underline!important}.argta-area-note{margin:24px 0 0!important;padding:16px 18px!important;border-radius:14px!important;background:#edf6f5!important;color:#244f55!important;font-size:.91rem!important}.argta-guides-preview{background:var(--v190-blush)!important}.argta-guide-preview-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:18px!important}.argta-guide-preview-grid article{padding:24px!important;border:1px solid #eadfda!important;border-radius:20px!important;background:#fff!important}.argta-guide-preview-grid h3{font-size:1.14rem!important;line-height:1.3!important}.argta-guide-preview-grid h3 a,.argta-guide-preview-grid article>a{color:var(--v190-navy)!important}.argta-home-faq{background:#fff!important}.argta-home-faq__grid{display:grid!important;grid-template-columns:1.25fr .75fr!important;gap:28px!important;align-items:start!important}.argta-faq-list{display:grid!important;gap:10px!important}.argta-faq-list details{border:1px solid var(--v190-line)!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important}.argta-faq-list summary{cursor:pointer!important;padding:16px 18px!important;color:var(--v190-ink)!important;font-size:.96rem!important;font-weight:850!important;line-height:1.4!important}.argta-faq-list details p{padding:0 18px 17px!important;margin:0!important;font-size:.9rem!important;line-height:1.62!important}.argta-commitment{padding:28px!important;border-radius:22px!important;background:var(--v190-navy)!important;color:#fff!important}.argta-commitment>svg{width:44px!important;height:44px!important;color:#c0ef41!important}.argta-commitment h2{font-size:1.55rem!important;color:#fff!important}.argta-commitment p{color:#d4e1eb!important}.argta-bottom-request--compact{padding:50px 0!important;background:var(--v190-navy)!important;color:#fff!important}.argta-bottom-request__compact-grid{display:grid!important;grid-template-columns:1fr auto!important;gap:30px!important;align-items:center!important}.argta-bottom-request h2{margin:4px 0 5px!important;color:#fff!important;font-size:2rem!important}.argta-bottom-request p{margin:0!important;color:#d2dfeb!important}.argta-bottom-request .argta-kicker{color:#c0ef41!important}
/* Inner pages */
.argta-page-hero{padding:48px 0!important;background:linear-gradient(135deg,#f7fafc,#edf4f9)!important}.argta-page-hero--compact{padding:40px 0!important}.argta-page-hero-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr)!important;gap:42px!important;align-items:center!important}.argta-page-hero h1{margin:8px 0 16px!important;color:var(--v190-ink)!important;font-size:clamp(2.6rem,4vw,4rem)!important;line-height:1.02!important;letter-spacing:-.045em!important}.argta-page-hero p{max-width:720px!important;color:var(--v190-text)!important;font-size:1.05rem!important;line-height:1.68!important}.argta-page-hero .argta-hero-image,.argta-page-hero figure,.argta-page-hero .argta-page-hero-media{border-radius:23px!important;overflow:hidden!important}.argta-page-hero img{width:100%!important;height:auto!important;max-height:390px!important;object-fit:cover!important}.argta-breadcrumbs{font-size:.79rem!important}.argta-breadcrumbs a{color:#56728c!important}.argta-split{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr)!important;gap:34px!important;align-items:start!important}.argta-split h2{font-size:2.15rem!important;line-height:1.15!important;color:var(--v190-ink)!important}.argta-info-panel{padding:26px!important;border:1px solid var(--v190-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 28px rgba(3,32,72,.06)!important}.argta-info-panel h3{font-size:1.3rem!important;color:var(--v190-ink)!important}.argta-check-list{list-style:none!important;padding:0!important;margin:16px 0 0!important;display:grid!important;gap:10px!important}.argta-check-list li{display:flex!important;gap:8px!important;align-items:flex-start!important}.argta-check-list svg{width:19px!important;height:19px!important;flex:0 0 19px!important;color:var(--v190-teal)!important;margin-top:3px!important}.argta-two-list-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:22px!important}.argta-two-list-grid>article,.argta-simple-card{padding:26px!important;border:1px solid var(--v190-line)!important;border-radius:19px!important;background:#fff!important;box-shadow:0 8px 24px rgba(3,32,72,.05)!important}.argta-two-list-grid h3,.argta-simple-card h3{font-size:1.2rem!important;color:var(--v190-ink)!important}.argta-three-column-info{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important}.argta-three-column-info article{padding:26px!important;border:1px solid var(--v190-line)!important;border-radius:19px!important;background:#fff!important}.argta-three-column-info h2,.argta-three-column-info h3{font-size:1.2rem!important;color:var(--v190-ink)!important}.argta-card-grid{gap:20px!important}.argta-service-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important}.argta-service-card,.argta-guide-card{overflow:hidden!important;border:1px solid var(--v190-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 28px rgba(3,32,72,.06)!important}.argta-card-image{display:block!important;height:210px!important;overflow:hidden!important}.argta-card-image img{width:100%!important;height:100%!important;object-fit:cover!important}.argta-card-body{padding:21px!important}.argta-card-body h2{font-size:1.28rem!important;line-height:1.25!important}.argta-card-body h2 a{color:var(--v190-ink)!important;text-decoration:none!important}.argta-location-card-grid,.argta-location-link-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:14px!important}.argta-location-card,.argta-location-link-grid>a{display:flex!important;flex-direction:column!important;gap:3px!important;position:relative!important;padding:18px!important;border:1px solid var(--v190-line)!important;border-radius:15px!important;background:#fff!important;color:var(--v190-navy)!important;text-decoration:none!important}.argta-location-card:hover,.argta-location-link-grid>a:hover,.argta-service-link-grid>a:hover{border-color:#8fb2c7!important;box-shadow:0 9px 22px rgba(3,32,72,.07)!important;transform:translateY(-2px)!important}.argta-location-card strong,.argta-location-link-grid strong{font-size:1rem!important}.argta-location-card span,.argta-location-link-grid span{font-size:.77rem!important;color:#6c7d91!important}.argta-location-card svg{position:absolute!important;right:14px!important;top:18px!important;width:17px!important;height:17px!important}.argta-service-link-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:14px!important}.argta-service-link-grid>a{display:flex!important;flex-direction:column!important;gap:5px!important;padding:18px!important;border:1px solid var(--v190-line)!important;border-radius:15px!important;background:#fff!important;text-decoration:none!important}.argta-service-link-grid strong{color:var(--v190-navy)!important;font-size:.97rem!important}.argta-service-link-grid span{color:#65768a!important;font-size:.76rem!important;line-height:1.45!important}.argta-pill-links{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.argta-pill-links a{padding:9px 13px!important;border:1px solid #bfd0df!important;border-radius:999px!important;background:#fff!important;color:var(--v190-navy)!important;font-size:.82rem!important;font-weight:850!important;text-decoration:none!important}.argta-pill-links a:hover{background:var(--v190-navy)!important;color:#fff!important}.argta-brand-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:16px!important}.argta-brand-card{display:flex!important;flex-direction:column!important;overflow:hidden!important;border:1px solid var(--v190-line)!important;border-radius:19px!important;background:#fff!important;color:var(--v190-navy)!important;text-decoration:none!important;box-shadow:0 9px 25px rgba(3,32,72,.05)!important}.argta-brand-card img{width:100%!important;height:150px!important;object-fit:cover!important}.argta-brand-card strong{padding:15px 17px 4px!important;font-size:1.08rem!important}.argta-brand-card>span:last-child{padding:0 17px 16px!important;font-size:.79rem!important}.argta-brand-card:hover{transform:translateY(-3px)!important;box-shadow:0 14px 32px rgba(3,32,72,.10)!important}.argta-tag-cloud{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.argta-tag-cloud span{padding:7px 10px!important;border-radius:999px!important;background:#edf3f8!important;color:#49647e!important;font-size:.76rem!important}.argta-final-cta{padding:58px 0!important;background:var(--v190-navy)!important;text-align:center!important;color:#fff!important}.argta-final-cta .argta-container{max-width:880px!important}.argta-final-cta h2{margin:6px 0 8px!important;color:#fff!important;font-size:clamp(2rem,3vw,2.7rem)!important}.argta-final-cta p{color:#d5e2ec!important;font-size:1rem!important}.argta-trademark-note{padding:20px 0 28px!important;color:#79889a!important;font-size:.72rem!important;text-align:center!important}.argta-empty-state--clean{max-width:680px!important;margin:20px auto!important;padding:34px!important;border:1px solid var(--v190-line)!important;border-radius:20px!important;background:var(--v190-soft)!important;text-align:center!important}.argta-empty-state--clean h2{font-size:1.7rem!important}
/* Footer */
.argta-site-footer{background:var(--v190-deep)!important;color:#d2e0eb!important}.argta-footer-grid{display:grid!important;grid-template-columns:1.45fr .85fr .85fr 1fr!important;gap:38px!important;padding:58px 0 42px!important}.argta-footer-brand .argta-brand--footer{display:inline-flex!important;flex-direction:column!important;align-items:center!important;width:340px!important;max-width:100%!important;text-decoration:none!important}.argta-footer-logo{display:block!important;width:330px!important;height:auto!important}.argta-brand--footer .argta-brand-coverage{font-size:11px!important;color:#d8e9f3!important}.argta-footer-brand>p{max-width:430px!important;margin:18px 0!important;font-size:.88rem!important;line-height:1.62!important}.argta-site-footer h2{margin:0 0 14px!important;color:#fff!important;font-size:1.05rem!important}.argta-site-footer ul{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;gap:8px!important}.argta-site-footer a:not(.argta-btn):not(.argta-brand){color:#d4e2ed!important;text-decoration:none!important;font-size:.84rem!important}.argta-site-footer a:not(.argta-btn):hover{color:#c0ef41!important;text-decoration:underline!important}.argta-footer-hours svg{width:18px!important;height:18px!important}.argta-footer-bottom{border-top:1px solid rgba(255,255,255,.12)!important;padding:18px 0!important}.argta-footer-bottom .argta-container{display:flex!important;justify-content:space-between!important;gap:25px!important}.argta-footer-bottom p{margin:0!important;color:#9fb3c4!important;font-size:.68rem!important}.argta-mobile-cta{display:none!important}
/* Tablet */
@media(max-width:1199px){
 .argta-header-inner{width:min(100% - 32px,1180px)!important;gap:12px!important}.argta-brand--header{width:230px!important;min-width:230px!important}.argta-site-header .argta-brand-logo-full{width:226px!important}.argta-brand-coverage{font-size:9px!important;letter-spacing:.14em!important}.argta-menu>li>a{padding:0 7px!important;font-size:.82rem!important}.argta-header-actions .argta-btn{padding:10px 13px!important;font-size:.78rem!important}.argta-home-hero--v190 .argta-home-hero__grid{grid-template-columns:minmax(0,1.35fr) minmax(330px,.75fr)!important;gap:25px!important}.argta-home-hero__story{grid-template-columns:1fr!important}.argta-home-hero__media{height:275px!important}.argta-home-hero__proof{grid-template-columns:1fr 1fr!important}.argta-home-hero__proof>span:last-child{display:none!important}.argta-metro-service-grid{grid-template-columns:repeat(3,1fr)!important}.argta-area-region-grid,.argta-brand-grid{grid-template-columns:repeat(2,1fr)!important}.argta-location-card-grid,.argta-location-link-grid,.argta-service-link-grid{grid-template-columns:repeat(3,1fr)!important}.argta-footer-grid{grid-template-columns:1.25fr 1fr 1fr!important}.argta-footer-grid>div:last-child{grid-column:2/4!important}.argta-footer-brand{grid-row:1/3!important}
}
/* Mobile nav + mobile layout */
@media(max-width:959px){
 body{font-size:16px!important;padding-bottom:64px!important}.argta-container{width:min(100% - 32px,760px)!important}.argta-site-header{position:sticky!important}.argta-header-inner{min-height:88px!important;width:calc(100% - 28px)!important;padding:5px 0!important;gap:10px!important}.argta-brand--header{width:222px!important;min-width:0!important;max-width:calc(100% - 62px)!important;align-items:flex-start!important}.argta-site-header .argta-brand-logo-full{width:218px!important;max-width:100%!important}.argta-brand-coverage{font-size:9px!important;letter-spacing:.12em!important;padding-left:3px!important}.argta-menu-toggle{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;margin-left:auto!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:10px!important;background:rgba(255,255,255,.08)!important}.argta-menu-toggle span:not(.screen-reader-text){display:block!important;width:23px!important;height:2px!important;margin:3px 0!important;background:#fff!important}.argta-header-actions{display:none!important}.argta-primary-nav{display:none!important;position:absolute!important;left:0!important;right:0!important;top:100%!important;margin:0!important;padding:9px 16px 18px!important;background:var(--v190-deep)!important;box-shadow:0 20px 30px rgba(0,0,0,.2)!important;max-height:calc(100vh - 88px)!important;overflow:auto!important}.argta-primary-nav.is-open{display:block!important}.argta-menu{display:block!important}.argta-menu>li>a{min-height:48px!important;padding:0 12px!important;font-size:1rem!important;border-bottom:1px solid rgba(255,255,255,.09)!important}.argta-menu .sub-menu{position:static!important;display:none!important;min-width:0!important;margin:0 0 7px 12px!important;background:rgba(255,255,255,.07)!important;border:0!important;box-shadow:none!important}.argta-menu li:hover>.sub-menu,.argta-menu li:focus-within>.sub-menu{display:block!important}.argta-menu .sub-menu a{color:#fff!important}.argta-mobile-cta{position:fixed!important;display:flex!important;left:12px!important;right:12px!important;bottom:10px!important;z-index:999!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-height:52px!important;border-radius:13px!important;background:var(--v190-lime)!important;color:var(--v190-deep)!important;font-size:.93rem!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 12px 28px rgba(0,0,0,.23)!important}.argta-mobile-cta svg{width:20px!important;height:20px!important}.argta-mobile-cta.is-hidden{transform:translateY(80px)!important;opacity:0!important;pointer-events:none!important}
 .argta-home-hero--v190 .argta-home-hero__grid{grid-template-columns:1fr!important;gap:24px!important;padding:26px 0 38px!important}.argta-home-hero__story{grid-template-columns:1fr!important;gap:23px!important}.argta-home-hero--v190 h1{font-size:clamp(2.7rem,9vw,4rem)!important}.argta-home-hero__lead{font-size:1rem!important}.argta-home-hero__proof{grid-template-columns:repeat(3,1fr)!important}.argta-home-hero__proof>span:last-child{display:grid!important}.argta-home-hero__media{height:360px!important}.argta-home-hero__form{width:min(100%,650px)!important;margin:0 auto!important}.argta-form-card--hero{padding:22px!important}.argta-metro-service-grid{grid-template-columns:repeat(2,1fr)!important}.argta-home-overview__grid,.argta-home-proof__grid,.argta-home-faq__grid,.argta-page-hero-grid,.argta-split{grid-template-columns:1fr!important}.argta-overview-panel--areas{grid-template-columns:1fr 200px!important}.argta-home-trust-strip__grid{grid-template-columns:1fr!important}.argta-home-trust-strip__grid>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.13)!important}.argta-home-trust-strip__grid>div:last-child{border-bottom:0!important}.argta-area-region-grid,.argta-brand-grid{grid-template-columns:repeat(2,1fr)!important}.argta-guide-preview-grid,.argta-three-column-info,.argta-service-grid{grid-template-columns:1fr 1fr!important}.argta-location-card-grid,.argta-location-link-grid,.argta-service-link-grid{grid-template-columns:repeat(2,1fr)!important}.argta-page-hero{padding:38px 0!important}.argta-page-hero h1{font-size:clamp(2.45rem,7vw,3.35rem)!important}.argta-page-hero img{max-height:340px!important}.argta-footer-grid{grid-template-columns:1fr 1fr!important;gap:30px!important}.argta-footer-brand{grid-column:1/-1!important;grid-row:auto!important}.argta-footer-grid>div:last-child{grid-column:auto!important}.argta-footer-brand .argta-brand--footer{width:330px!important}.argta-footer-bottom .argta-container{display:block!important}.argta-footer-bottom p+ p{margin-top:8px!important}.argta-bottom-request__compact-grid{grid-template-columns:1fr!important;text-align:center!important}.argta-bottom-request__compact-grid .argta-btn{justify-self:center!important}
}
@media(max-width:639px){
 .argta-container{width:calc(100% - 28px)!important}.argta-section,.argta-home-services--v190,.argta-home-overview,.argta-home-trust-strip,.argta-home-proof,.argta-home-areas,.argta-guides-preview,.argta-home-faq{padding:48px 0!important}.argta-header-inner{width:calc(100% - 22px)!important;min-height:82px!important}.argta-brand--header{width:204px!important}.argta-site-header .argta-brand-logo-full{width:200px!important}.argta-brand-coverage{font-size:8px!important;letter-spacing:.10em!important}.argta-home-hero--v190 .argta-home-hero__grid{padding-top:22px!important}.argta-home-hero--v190 h1{font-size:clamp(2.45rem,12.2vw,3.4rem)!important;line-height:1!important}.argta-home-hero__actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.argta-home-hero__actions .argta-btn{width:100%!important}.argta-home-hero__proof{grid-template-columns:1fr!important;gap:12px!important}.argta-home-hero__proof>span{grid-template-columns:27px 1fr!important}.argta-home-hero__media{height:330px!important}.argta-form-card,.argta-form-card--hero{padding:18px!important;border-radius:18px!important}.argta-form-card__head h2{font-size:1.42rem!important}.argta-form-card__head p{font-size:.86rem!important}.argta-form-grid{grid-template-columns:1fr!important;gap:12px!important}.argta-field--full,.argta-check-field.argta-field--full{grid-column:auto!important}.argta-form-actions{grid-template-columns:1fr!important}.argta-form-back{order:2!important}.argta-check-field{font-size:.77rem!important}.argta-form-privacy{font-size:.66rem!important}.argta-metro-service-grid{grid-template-columns:1fr!important}.argta-metro-service-card{min-height:0!important;display:grid!important;grid-template-columns:130px 1fr!important}.argta-metro-service-card__icon{height:100%!important;min-height:150px!important}.argta-metro-service-card__body{padding:16px!important}.argta-overview-panel{padding:23px!important}.argta-overview-panel--areas{grid-template-columns:1fr!important}.argta-overview-panel img{max-width:230px!important;margin:0 auto!important}.argta-check-columns,.argta-region-grid{grid-template-columns:1fr!important}.argta-home-panel{padding:24px!important}.argta-area-region-grid,.argta-brand-grid,.argta-guide-preview-grid,.argta-three-column-info,.argta-service-grid,.argta-location-card-grid,.argta-location-link-grid,.argta-service-link-grid,.argta-two-list-grid{grid-template-columns:1fr!important}.argta-page-hero-grid{gap:25px!important}.argta-page-hero h1{font-size:clamp(2.25rem,10vw,3rem)!important}.argta-page-hero p{font-size:.98rem!important}.argta-card-image{height:190px!important}.argta-footer-grid{grid-template-columns:1fr!important;padding:46px 0 34px!important}.argta-footer-brand .argta-brand--footer{width:290px!important}.argta-footer-logo{width:285px!important}.argta-brand--footer .argta-brand-coverage{font-size:9px!important}.argta-footer-grid>div:last-child{grid-column:auto!important}.argta-final-cta{padding:48px 0!important}.argta-bottom-request h2{font-size:1.7rem!important}
}
@media(max-width:359px){.argta-brand--header{width:185px!important}.argta-site-header .argta-brand-logo-full{width:182px!important}.argta-brand-coverage{font-size:7.5px!important}.argta-menu-toggle{width:43px!important;height:43px!important}.argta-home-hero--v190 h1{font-size:2.35rem!important}.argta-metro-service-card{grid-template-columns:112px 1fr!important}.argta-form-card,.argta-form-card--hero{padding:15px!important}}

/* v1.9.0 FINAL POLISH: two-column hero, readable typography, compact spacing, and mobile-safe controls. */
body{font-size:17.5px!important}.argta-section{padding:64px 0!important}.argta-home-services--v190,.argta-home-overview,.argta-home-trust-strip,.argta-home-proof,.argta-home-areas,.argta-guides-preview,.argta-home-faq{padding:58px 0!important}
.argta-site-header .argta-brand-coverage{font-size:12px!important;letter-spacing:.16em!important}.argta-menu>li>a{font-size:.94rem!important}.argta-header-actions .argta-btn{font-size:.9rem!important}
.argta-home-hero--v190 .argta-home-hero__grid{grid-template-columns:minmax(0,1.45fr) minmax(390px,.78fr)!important;grid-template-areas:"copy form" "media form"!important;column-gap:40px!important;row-gap:28px!important;align-items:start!important;padding:24px 0 42px!important}.argta-home-hero__copy{grid-area:copy!important;align-self:end!important}.argta-home-hero__media{grid-area:media!important;height:320px!important}.argta-home-hero__form{grid-area:form!important;align-self:start!important}.argta-home-hero--v190 h1{font-size:clamp(3.35rem,4.6vw,5.1rem)!important}.argta-home-hero__lead{font-size:1.12rem!important;line-height:1.63!important}.argta-home-hero__eyebrow span{font-size:.84rem!important}.argta-home-hero__areas-link{font-size:.98rem!important}.argta-home-hero__proof strong{font-size:.9rem!important}.argta-home-hero__proof small{font-size:.78rem!important;line-height:1.45!important}
.argta-form-card__head h2{font-size:1.72rem!important}.argta-form-card__head p{font-size:.96rem!important}.argta-form-progress span{font-size:.82rem!important}.argta-field>span{font-size:.88rem!important}.argta-field small{font-size:.78rem!important}.argta-check-field{font-size:.86rem!important;line-height:1.52!important}.argta-form-privacy{font-size:.77rem!important;line-height:1.52!important}.argta-form-status{font-size:.92rem!important}
.argta-metro-service-card strong,.argta-metro-service-card__body strong{font-size:1.08rem!important;line-height:1.25!important}.argta-metro-service-card small,.argta-metro-service-card__body small{font-size:.86rem!important;line-height:1.5!important}.argta-metro-service-card em,.argta-metro-service-card__body em{font-size:.83rem!important}.argta-region-grid small{font-size:.84rem!important}.argta-area-region-card__links a{font-size:.94rem!important}.argta-area-note{font-size:.96rem!important}.argta-faq-list summary{font-size:1rem!important}.argta-faq-list details p{font-size:.95rem!important}.argta-simple-card p,.argta-service-link-grid a span,.argta-location-link-grid a span{font-size:.9rem!important;line-height:1.5!important}
.argta-footer-brand .argta-brand--footer{width:405px!important}.argta-footer-logo{width:395px!important}.argta-brand--footer .argta-brand-coverage{font-size:12px!important;letter-spacing:.16em!important}.argta-footer-brand>p{font-size:.96rem!important}.argta-site-footer h2{font-size:1.15rem!important}.argta-site-footer a:not(.argta-btn):not(.argta-brand){font-size:.92rem!important}.argta-footer-bottom p{font-size:.76rem!important;line-height:1.5!important}
.argta-guide-content,.argta-guide-sidebar,.argta-page-hero p,.argta-info-panel p,.argta-simple-card p,.argta-three-column-info p{font-size:1rem!important}.argta-breadcrumbs{font-size:.8rem!important}

@media(max-width:1199px) and (min-width:960px){
 .argta-brand--header{width:245px!important;min-width:245px!important}.argta-site-header .argta-brand-logo-full{width:240px!important}.argta-site-header .argta-brand-coverage{font-size:10px!important;letter-spacing:.13em!important}.argta-menu>li>a{padding:0 6px!important;font-size:.84rem!important}.argta-header-actions .argta-btn{padding:10px 12px!important;font-size:.8rem!important}.argta-home-hero--v190 .argta-home-hero__grid{grid-template-columns:minmax(0,1.3fr) minmax(345px,.75fr)!important;grid-template-areas:"copy form" "media form"!important;gap:24px 28px!important}.argta-home-hero__media{height:300px!important}.argta-home-hero--v190 h1{font-size:clamp(3rem,4.8vw,4rem)!important}.argta-home-hero__proof{grid-template-columns:1fr 1fr!important}.argta-home-hero__proof>span:last-child{display:none!important}
}
@media(max-width:959px){
 body{font-size:16.5px!important}.argta-site-header .argta-brand-coverage{font-size:10px!important;letter-spacing:.11em!important}.argta-home-hero--v190 .argta-home-hero__grid{grid-template-columns:1fr!important;grid-template-areas:"copy" "form" "media"!important;gap:22px!important;padding:22px 0 34px!important}.argta-home-hero__copy{grid-area:copy!important}.argta-home-hero__form{grid-area:form!important;width:min(100%,680px)!important;margin:0 auto!important}.argta-home-hero__media{grid-area:media!important;height:390px!important;width:min(100%,680px)!important;margin:0 auto!important}.argta-home-hero__proof{grid-template-columns:repeat(3,1fr)!important}.argta-home-hero__proof>span:last-child{display:grid!important}.argta-form-card__head h2{font-size:1.62rem!important}.argta-form-card__head p{font-size:.94rem!important}.argta-field>span{font-size:.9rem!important}.argta-field small{font-size:.8rem!important}.argta-check-field{font-size:.86rem!important}.argta-form-privacy{font-size:.76rem!important}.argta-footer-brand .argta-brand--footer{width:380px!important}.argta-footer-logo{width:370px!important}.argta-brand--footer .argta-brand-coverage{font-size:11px!important}
}
@media(max-width:639px){
 .argta-section,.argta-home-services--v190,.argta-home-overview,.argta-home-trust-strip,.argta-home-proof,.argta-home-areas,.argta-guides-preview,.argta-home-faq{padding:44px 0!important}.argta-site-header .argta-brand-coverage{font-size:9.5px!important;letter-spacing:.09em!important}.argta-home-hero--v190 h1{font-size:clamp(2.45rem,11.7vw,3.3rem)!important}.argta-home-hero__lead{font-size:1.01rem!important}.argta-home-hero__proof{grid-template-columns:1fr!important}.argta-home-hero__media{height:310px!important}.argta-form-card,.argta-form-card--hero{padding:18px!important}.argta-form-card__head h2{font-size:1.5rem!important}.argta-form-card__head p{font-size:.92rem!important}.argta-form-progress span{font-size:.78rem!important}.argta-field>span{font-size:.91rem!important}.argta-field small{font-size:.8rem!important}.argta-check-field{font-size:.84rem!important;padding:14px!important}.argta-form-privacy{font-size:.75rem!important}.argta-footer-brand .argta-brand--footer{width:min(315px,100%)!important}.argta-footer-logo{width:min(305px,100%)!important}.argta-brand--footer .argta-brand-coverage{font-size:9.5px!important}.argta-site-footer a:not(.argta-btn):not(.argta-brand){font-size:.94rem!important}.argta-footer-bottom p{font-size:.76rem!important}
}

/* v1.9.0 mobile brand legibility final override. */
@media(max-width:639px){
 .argta-header-inner{min-height:88px!important;}
 .argta-brand--header{width:232px!important;min-width:0!important;}
 .argta-site-header .argta-brand-logo-full{width:228px!important;}
 .argta-site-header .argta-brand-coverage{font-size:10px!important;letter-spacing:.085em!important;line-height:1.15!important;margin-top:2px!important;}
}
@media(max-width:359px){
 .argta-brand--header{width:207px!important;}
 .argta-site-header .argta-brand-logo-full{width:203px!important;}
 .argta-site-header .argta-brand-coverage{font-size:8.7px!important;letter-spacing:.065em!important;}
}

/* v1.9.0 navigation safety: full menu on true desktop, hamburger on tablet/smaller. */
@media(max-width:1199px){
 .argta-header-inner{position:relative!important;}
 .argta-menu-toggle{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;margin-left:auto!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:10px!important;background:rgba(255,255,255,.08)!important;}
 .argta-menu-toggle span:not(.screen-reader-text){display:block!important;width:23px!important;height:2px!important;margin:3px 0!important;background:#fff!important;}
 .argta-header-actions{display:none!important;}
 .argta-primary-nav{display:none!important;position:absolute!important;left:0!important;right:0!important;top:100%!important;margin:0!important;padding:10px 18px 18px!important;background:var(--v190-deep)!important;box-shadow:0 20px 30px rgba(0,0,0,.22)!important;max-height:calc(100vh - 90px)!important;overflow:auto!important;}
 .argta-primary-nav.is-open{display:block!important;}
 .argta-menu{display:block!important;}
 .argta-menu>li>a{min-height:50px!important;padding:0 12px!important;font-size:1rem!important;border-bottom:1px solid rgba(255,255,255,.09)!important;}
}
@media(min-width:1200px){
 .argta-menu-toggle{display:none!important;}
 .argta-primary-nav{display:block!important;}
 .argta-header-actions{display:flex!important;}
}

/* Prevent short region cards from stretching into large empty panels. */
.argta-area-region-grid{align-items:start!important;}

/* ===== v196-painters-quality-refit.css ===== */
/*
 * Appliance Repair GTA v1.9.6 - Painters-quality professional refit.
 * A cohesive final presentation layer built from the v1.9.5 source of truth.
 * Keeps the appliance brand distinct while applying the cleaner hierarchy,
 * restrained widths, image treatment, spacing, and conversion flow that made
 * the PaintersInToronto theme successful.
 */

:root{
  --v196-shell:1060px;
  --v196-wide:1160px;
  --v196-reading:720px;
  --v196-navy:#052a61;
  --v196-deep:#031b3f;
  --v196-deeper:#021630;
  --v196-lime:#a6dc22;
  --v196-lime-2:#b9ea39;
  --v196-ink:#0b2a50;
  --v196-text:#43566b;
  --v196-muted:#687b8e;
  --v196-line:#dce6ef;
  --v196-soft:#f3f7fa;
  --v196-blue-soft:#eef5fa;
  --v196-blush:#fbf5f1;
  --v196-white:#fff;
  --v196-shadow:0 14px 38px rgba(4,34,76,.08);
  --v196-shadow-strong:0 24px 60px rgba(0,16,43,.22);
}

html,body{max-width:100%;overflow-x:hidden!important}
body{
  background:#fff!important;
  color:var(--v196-text)!important;
  font-size:16.5px!important;
  line-height:1.64!important;
}
.argta-container,
body.argta-front-page .argta-container{
  width:min(var(--v196-shell),calc(100% - 40px))!important;
  margin-inline:auto!important;
}
h1,h2,h3,h4{color:var(--v196-ink)!important}
h1,h2{letter-spacing:-.035em!important}
p{line-height:1.64}

.argta-btn{
  min-height:48px!important;
  padding:11px 19px!important;
  border-radius:10px!important;
  background:var(--v196-lime)!important;
  color:var(--v196-deep)!important;
  border:2px solid transparent!important;
  box-shadow:0 8px 18px rgba(117,159,25,.16)!important;
  font-size:.9rem!important;
  font-weight:900!important;
}
.argta-btn:hover,.argta-btn:focus{
  background:var(--v196-lime-2)!important;
  border-color:var(--v196-lime-2)!important;
  color:var(--v196-deep)!important;
  box-shadow:0 11px 24px rgba(92,132,11,.2)!important;
}
.argta-btn--outline,
.argta-btn--secondary{
  background:#fff!important;
  color:var(--v196-navy)!important;
  border-color:#b8c8d8!important;
  box-shadow:none!important;
}
.argta-btn--outline:hover,.argta-btn--outline:focus,
.argta-btn--secondary:hover,.argta-btn--secondary:focus{
  background:var(--v196-navy)!important;
  border-color:var(--v196-navy)!important;
  color:#fff!important;
}
.argta-btn--light{
  background:var(--v196-lime)!important;
  color:var(--v196-deep)!important;
}
.argta-text-link{
  color:var(--v196-navy)!important;
  font-size:.88rem!important;
  font-weight:900!important;
}
.argta-text-link:hover,.argta-text-link:focus{color:#0b7274!important}

/* Header: compact, deliberate, readable. */
.argta-site-header{
  background:var(--v196-deep)!important;
  border:0!important;
  box-shadow:0 7px 22px rgba(0,16,42,.18)!important;
}
.argta-site-header .argta-header-inner{
  width:min(var(--v196-wide),calc(100% - 34px))!important;
  min-height:78px!important;
  padding:5px 0!important;
  gap:14px!important;
}
.argta-site-header .argta-brand--header{
  width:232px!important;
  min-width:232px!important;
  align-items:center!important;
}
.argta-site-header .argta-brand-logo-full{
  width:226px!important;
  height:auto!important;
}
.argta-site-header .argta-brand-coverage{
  margin-top:0!important;
  color:#d5e7f3!important;
  font-size:10.3px!important;
  letter-spacing:.105em!important;
  line-height:1.15!important;
}
.argta-site-header .argta-menu>li>a{
  min-height:62px!important;
  padding:0 7px!important;
  border-radius:8px!important;
  color:#fff!important;
  font-size:.79rem!important;
  font-weight:850!important;
}
.argta-site-header .argta-menu>li>a:hover,
.argta-site-header .argta-menu>li>a:focus,
.argta-site-header .argta-menu>li.current-menu-item>a{
  color:#c6ef55!important;
  background:rgba(255,255,255,.075)!important;
}
.argta-site-header .argta-header-actions .argta-btn{
  min-height:41px!important;
  padding:8px 12px!important;
  border-radius:9px!important;
  font-size:.74rem!important;
  white-space:nowrap!important;
}

/* Shared homepage typography. */
.argta-v196-section{padding:66px 0}
.argta-v196-eyebrow{
  display:inline-block;
  color:#d3e7f3;
  font-size:.69rem;
  font-weight:900;
  letter-spacing:.12em;
  line-height:1.2;
  text-transform:uppercase;
}
.argta-v196-eyebrow--light{color:#567b95}
.argta-v196-heading{max-width:var(--v196-reading)}
.argta-v196-heading h2,
.argta-v196-process__content h2,
.argta-v196-faq h2{
  margin:8px 0 12px!important;
  color:var(--v196-ink)!important;
  font-size:clamp(1.95rem,2.7vw,2.6rem)!important;
  line-height:1.08!important;
}
.argta-v196-heading p,
.argta-v196-process__content>p{
  margin:0!important;
  max-width:680px;
  color:var(--v196-text)!important;
  font-size:.98rem!important;
}
.argta-v196-heading-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:30px;
}
.argta-v196-heading--center{
  margin:0 auto 32px;
  text-align:center;
}
.argta-v196-heading--center p{margin-inline:auto!important}
.argta-v196-mobile-action{display:none;margin-top:22px;text-align:center}

/* Hero: one clear composition, not a collage of widgets. */
.argta-v196-hero{
  padding:0;
  color:#fff;
  background:
    radial-gradient(circle at 12% 8%,rgba(39,123,170,.18),transparent 30%),
    linear-gradient(145deg,var(--v196-deeper) 0%,#052a5e 58%,var(--v196-deep) 100%);
  border-bottom:1px solid rgba(2,24,55,.18);
}
.argta-v196-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 365px;
  gap:34px;
  align-items:start;
  padding:42px 0 46px;
}
.argta-v196-hero__main{min-width:0}
.argta-v196-hero__copy{max-width:680px}
.argta-v196-hero__copy h1{
  max-width:675px;
  margin:9px 0 15px!important;
  color:#fff!important;
  font-size:clamp(3rem,4.2vw,4.1rem)!important;
  line-height:.99!important;
  letter-spacing:-.047em!important;
}
.argta-v196-hero__copy h1 span{display:block;color:var(--v196-lime)}
.argta-v196-hero__copy p{
  max-width:650px;
  margin:0!important;
  color:#d9e6f0!important;
  font-size:1rem!important;
  line-height:1.61!important;
}
.argta-v196-hero__actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:15px;
  margin:21px 0 24px;
}
.argta-v196-link--light{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#eef6fb!important;
  font-size:.87rem;
  font-weight:900;
}
.argta-v196-link--light:hover,.argta-v196-link--light:focus{color:var(--v196-lime)!important}
.argta-v196-link--light svg{width:15px}
.argta-v196-hero__photo{
  width:100%;
  max-width:700px;
  aspect-ratio:16/7.8;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  background:#0d315d;
  box-shadow:0 18px 42px rgba(0,11,30,.24);
}
.argta-v196-hero__photo picture,
.argta-v196-hero__photo img{display:block;width:100%;height:100%}
.argta-v196-hero__photo img{object-fit:cover;object-position:center 52%}
.argta-v196-hero__quickfacts{
  display:flex;
  flex-wrap:wrap;
  gap:12px 22px;
  margin-top:18px;
}
.argta-v196-hero__quickfacts span{
  display:flex;
  align-items:center;
  gap:7px;
  color:#dce8f1;
  font-size:.76rem;
}
.argta-v196-hero__quickfacts strong{font-weight:800}
.argta-v196-hero__quickfacts svg{width:17px;height:17px;color:var(--v196-lime)}
.argta-v196-hero__form{
  width:100%;
  max-width:365px;
  min-width:0;
  align-self:start;
}
.argta-v196-hero__form .argta-form-card--hero{
  width:100%!important;
  margin:0!important;
  padding:22px!important;
  border:1px solid rgba(219,230,239,.96)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:var(--v196-shadow-strong)!important;
}
.argta-v196-hero__form .argta-form-card__head{
  margin-bottom:14px!important;
  text-align:left!important;
}
.argta-v196-hero__form .argta-form-card__head h2{
  margin-bottom:5px!important;
  font-size:1.38rem!important;
  line-height:1.15!important;
}
.argta-v196-hero__form .argta-form-card__head p{
  font-size:.78rem!important;
  line-height:1.47!important;
}
.argta-v196-hero__form .argta-form-progress{gap:6px!important;margin-bottom:13px!important}
.argta-v196-hero__form .argta-form-progress span{
  padding:7px 8px!important;
  font-size:.69rem!important;
}
.argta-v196-hero__form .argta-form-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}
.argta-v196-hero__form .argta-field--full,
.argta-v196-hero__form .argta-check-field.argta-field--full{grid-column:1/-1!important}
.argta-v196-hero__form .argta-field>span{font-size:.75rem!important;margin-bottom:5px!important}
.argta-v196-hero__form .argta-field input,
.argta-v196-hero__form .argta-field select,
.argta-v196-hero__form .argta-field textarea{
  min-height:42px!important;
  padding:9px 10px!important;
  border-radius:8px!important;
  font-size:.83rem!important;
}
.argta-v196-hero__form .argta-field textarea{min-height:88px!important}
.argta-v196-hero__form .argta-form-next,
.argta-v196-hero__form .argta-form-submit{
  width:100%!important;
  min-height:45px!important;
  margin-top:12px!important;
  font-size:.82rem!important;
}
.argta-v196-hero__form .argta-form-privacy{
  margin-top:10px!important;
  color:#75869a!important;
  font-size:.69rem!important;
  line-height:1.42!important;
}
.argta-v196-hero__form .argta-check-field{
  padding:11px!important;
  border-radius:9px!important;
  background:#f5f8fa!important;
  color:#586b7f!important;
  font-size:.74rem!important;
  line-height:1.46!important;
}

/* Trust bar: painter-style clarity without oversized cards. */
.argta-v196-trust{padding:0;background:#fff;border-bottom:1px solid #edf1f5}
.argta-v196-trust__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
}
.argta-v196-trust__grid>div{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:11px;
  align-items:start;
  min-width:0;
  padding:22px 24px;
  border-right:1px solid #e6edf3;
}
.argta-v196-trust__grid>div:first-child{padding-left:0}
.argta-v196-trust__grid>div:last-child{padding-right:0;border-right:0}
.argta-v196-trust svg{
  width:22px;
  height:22px;
  padding:6px;
  box-sizing:content-box;
  border-radius:50%;
  background:#eff8d7;
  color:#6f9f10;
}
.argta-v196-trust strong{display:block;color:var(--v196-ink);font-size:.84rem;line-height:1.25}
.argta-v196-trust small{display:block;margin-top:3px;color:#6c7d8d;font-size:.77rem;line-height:1.44}

/* Services: 3 + 2 centered, consistent image ratio, no five-column squeeze. */
.argta-v196-services{background:#fff}
.argta-v196-service-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:20px;
}
.argta-v196-service-card{
  flex:0 1 calc((100% - 40px)/3);
  min-width:0;
  overflow:hidden;
  border:1px solid var(--v196-line);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--v196-shadow);
  color:var(--v196-text)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.argta-v196-service-card:hover,.argta-v196-service-card:focus{
  transform:translateY(-3px);
  border-color:#cbd8e4;
  box-shadow:0 18px 44px rgba(4,34,76,.12);
}
.argta-v196-service-card__image{
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#edf3f7;
}
.argta-v196-service-card__image img{display:block;width:100%;height:100%;object-fit:cover!important;padding:0!important}
.argta-v196-service-card__content{display:flex;flex-direction:column;min-height:164px;padding:16px 17px 17px}
.argta-v196-service-card__content strong{color:var(--v196-ink);font-size:1rem;line-height:1.25}
.argta-v196-service-card__content small{display:block;margin-top:6px;color:#66798d;font-size:.79rem;line-height:1.48}
.argta-v196-service-card__content em{
  display:flex;
  align-items:center;
  gap:5px;
  margin-top:auto;
  padding-top:12px;
  color:var(--v196-navy);
  font-size:.76rem;
  font-style:normal;
  font-weight:900;
}
.argta-v196-service-card__content em svg{width:14px}

/* Coverage: one editorial split section plus a restrained brand band. */
.argta-v196-coverage{background:var(--v196-blush)}
.argta-v196-coverage__grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:54px;
  align-items:center;
}
.argta-v196-coverage__copy{max-width:610px}
.argta-v196-coverage__copy h2{
  margin:8px 0 13px!important;
  color:var(--v196-ink)!important;
  font-size:clamp(2rem,2.9vw,2.7rem)!important;
  line-height:1.08!important;
}
.argta-v196-coverage__copy p{margin:0 0 18px;color:#526478;font-size:.96rem}
.argta-v196-region-links{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.argta-v196-region-links a,
.argta-v196-brand-links a{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:6px 10px;
  border:1px solid #d5e1e9;
  border-radius:999px;
  background:#fff;
  color:var(--v196-navy)!important;
  font-size:.72rem;
  font-weight:850;
}
.argta-v196-region-links a:hover,.argta-v196-region-links a:focus,
.argta-v196-brand-links a:hover,.argta-v196-brand-links a:focus{
  background:var(--v196-navy);
  border-color:var(--v196-navy);
  color:#fff!important;
}
.argta-v196-coverage__map{margin:0;text-align:center}
.argta-v196-coverage__map img{
  width:min(100%,430px);
  margin-inline:auto;
  filter:drop-shadow(0 14px 24px rgba(14,57,91,.08));
}
.argta-v196-brand-band{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:32px;
  align-items:center;
  margin-top:45px!important;
  padding-top:30px!important;
  border-top:1px solid rgba(131,99,79,.14);
}
.argta-v196-brand-band h3{margin:6px 0 5px!important;font-size:1.3rem!important}
.argta-v196-brand-band p{margin:0;color:#6b7682;font-size:.82rem}
.argta-v196-brand-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
.argta-v196-brand-links__all svg{width:13px}

/* How it works: classic premium image + content split. */
.argta-v196-process{background:#fff}
.argta-v196-process__grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:54px;
  align-items:center;
}
.argta-v196-process__photo{
  margin:0;
  aspect-ratio:4/3;
  overflow:hidden;
  border-radius:20px;
  background:var(--v196-blue-soft);
  box-shadow:var(--v196-shadow);
}
.argta-v196-process__photo img{display:block;width:100%;height:100%;object-fit:cover!important;padding:0!important}
.argta-v196-process__content{max-width:590px}
.argta-v196-steps{list-style:none;padding:0;margin:23px 0 0;display:grid;gap:0}
.argta-v196-steps li{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:13px;
  padding:14px 0;
  border-bottom:1px solid #e8edf2;
}
.argta-v196-steps li:first-child{padding-top:0}
.argta-v196-steps li:last-child{padding-bottom:0;border-bottom:0}
.argta-v196-steps li>span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#edf7d6;
  color:#5e8c0e;
  font-size:.78rem;
  font-weight:900;
}
.argta-v196-steps strong{display:block;color:var(--v196-ink);font-size:.9rem}
.argta-v196-steps small{display:block;margin-top:2px;color:#6d7e8f;font-size:.79rem;line-height:1.45}
.argta-v196-why-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin-top:44px!important;
  padding-top:28px!important;
  border-top:1px solid #e4ebf1;
}
.argta-v196-why-grid>div{
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  gap:9px;
  padding:0 19px;
  border-right:1px solid #e6edf3;
}
.argta-v196-why-grid>div:first-child{padding-left:0}
.argta-v196-why-grid>div:last-child{padding-right:0;border-right:0}
.argta-v196-why-grid svg{width:18px;height:18px;color:#76a815;margin-top:2px}
.argta-v196-why-grid strong{display:block;color:var(--v196-ink);font-size:.82rem;line-height:1.28}
.argta-v196-why-grid small{display:block;margin-top:4px;color:#6c7c8c;font-size:.75rem;line-height:1.45}

/* Area board: one composed block instead of four unrelated floating cards. */
.argta-v196-areas{background:var(--v196-soft)}
.argta-v196-area-board{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  overflow:hidden;
  border:1px solid var(--v196-line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--v196-shadow);
}
.argta-v196-area-column{padding:23px 22px 24px;border-right:1px solid #e6edf3}
.argta-v196-area-column:last-child{border-right:0}
.argta-v196-area-column h3{
  margin:0 0 12px!important;
  color:var(--v196-ink)!important;
  font-size:.98rem!important;
  line-height:1.25!important;
}
.argta-v196-area-column>div{display:grid;gap:2px}
.argta-v196-area-column a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-height:31px;
  padding:5px 0;
  color:#365573!important;
  border-bottom:1px solid #eef2f5;
  font-size:.77rem;
  font-weight:760;
}
.argta-v196-area-column a:last-child{border-bottom:0}
.argta-v196-area-column a:hover,.argta-v196-area-column a:focus{color:var(--v196-navy)!important}
.argta-v196-area-column a svg{width:12px;flex:0 0 auto;color:#7b9aaf}
.argta-v196-area-note{
  margin:14px 0 0!important;
  padding:11px 14px;
  border-radius:9px;
  background:#e9f3f1;
  color:#55716c;
  text-align:center;
  font-size:.78rem;
}

/* Guides: editorial cards, not dashboard tiles. */
.argta-v196-guides{background:#fff}
.argta-v196-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.argta-v196-guide-grid article{
  padding:21px;
  border:1px solid var(--v196-line);
  border-radius:15px;
  background:#fff;
  box-shadow:0 10px 28px rgba(4,34,76,.055);
}
.argta-v196-guide-grid article>span{
  color:#67869e;
  font-size:.67rem;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.argta-v196-guide-grid h3{margin:8px 0 9px!important;font-size:1.08rem!important;line-height:1.3!important}
.argta-v196-guide-grid h3 a{color:var(--v196-ink)!important}
.argta-v196-guide-grid p{margin-bottom:13px;color:#697b8c;font-size:.82rem;line-height:1.52}

/* FAQ: straightforward content + one trust note. */
.argta-v196-faq{background:#fff}
.argta-v196-faq__grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:34px;
  align-items:start;
}
.argta-v196-faq h2{max-width:660px;margin-bottom:22px!important}
.argta-faq-list{display:grid!important;gap:8px!important}
.argta-faq-list details{
  overflow:hidden!important;
  border:1px solid var(--v196-line)!important;
  border-radius:10px!important;
  background:#fff!important;
}
.argta-faq-list summary{
  padding:14px 15px!important;
  color:var(--v196-ink)!important;
  font-size:.84rem!important;
  font-weight:850!important;
}
.argta-faq-list details p{
  padding:0 15px 14px!important;
  color:#67798b!important;
  font-size:.82rem!important;
  line-height:1.54!important;
}
.argta-v196-faq .argta-text-link{margin-top:14px}
.argta-v196-network-note{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:13px;
  padding:25px;
  border-radius:17px;
  background:var(--v196-navy);
  color:#fff;
  box-shadow:0 16px 38px rgba(1,28,66,.16);
}
.argta-v196-network-note>svg{width:26px;height:26px;color:var(--v196-lime)}
.argta-v196-network-note .argta-v196-eyebrow{color:#bcd1df}
.argta-v196-network-note h2{
  margin:6px 0 8px!important;
  color:#fff!important;
  font-size:1.25rem!important;
  line-height:1.18!important;
}
.argta-v196-network-note p{margin:0;color:#d3e0ea;font-size:.79rem;line-height:1.52}

/* Final CTA: one strong band, not a floating giant card. */
.argta-v196-bottom-cta{padding:48px 0;background:linear-gradient(90deg,#05295d 0%,#074175 100%)}
.argta-v196-bottom-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:32px}
.argta-v196-bottom-cta h2{margin:6px 0 5px!important;color:#fff!important;font-size:1.75rem!important;line-height:1.12!important}
.argta-v196-bottom-cta p{max-width:690px;margin:0;color:#cfe0eb;font-size:.9rem}
.argta-v196-bottom-cta .argta-btn{flex:0 0 auto}

/* Forms everywhere: calm, readable, premium. */
.argta-form-card{
  border:1px solid var(--v196-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:var(--v196-shadow)!important;
}
.argta-form-card__head h2{color:var(--v196-ink)!important}
.argta-form-progress span.is-active{background:#edf7d6!important;color:#365c0c!important}
.argta-field input,.argta-field select,.argta-field textarea{
  border-color:#ccd9e4!important;
  border-radius:8px!important;
  background:#fff!important;
}
.argta-field input:focus,.argta-field select:focus,.argta-field textarea:focus{
  border-color:#6f9eaf!important;
  box-shadow:0 0 0 3px rgba(62,123,151,.1)!important;
}
.argta-form-next,.argta-form-submit{background:var(--v196-lime)!important;color:var(--v196-deep)!important}
.argta-form-back{border-radius:8px!important;background:#fff!important}
.argta-narrow-form{max-width:720px!important}

/* Inner pages: reuse the Painters-quality visual rhythm while keeping GTA identity. */
.argta-page-hero,
.argta-service-hero,
.argta-guide-header{
  padding:58px 0!important;
  background:linear-gradient(180deg,#f7fafc 0%,#eef5f8 100%)!important;
  border-bottom:1px solid var(--v196-line)!important;
}
.argta-page-hero--compact{padding:50px 0!important}
.argta-page-hero-grid,
.argta-service-hero-grid,
.argta-guide-header-grid{
  width:min(var(--v196-shell),100%)!important;
  margin-inline:auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)!important;
  gap:48px!important;
  align-items:center!important;
}
.argta-page-hero-grid>div:first-child,
.argta-service-hero-grid>div:first-child,
.argta-guide-header-grid>div:first-child{max-width:650px}
.argta-page-hero h1,
.argta-service-hero h1,
.argta-guide-header h1{
  margin:8px 0 14px!important;
  color:var(--v196-ink)!important;
  font-size:clamp(2.65rem,4vw,4rem)!important;
  line-height:1.02!important;
}
.argta-page-hero p,.argta-service-hero p,.argta-guide-deck{
  max-width:650px!important;
  color:#53677c!important;
  font-size:1rem!important;
  line-height:1.62!important;
}
.argta-page-hero-grid>.argta-hero-photo,
.argta-service-hero figure img,
.argta-guide-header figure img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/10!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  border:1px solid #d8e3ec!important;
  border-radius:20px!important;
  background:#e9f0f4!important;
  box-shadow:var(--v196-shadow)!important;
}
.argta-page-hero-grid>img:not(.argta-hero-photo){
  width:min(100%,420px)!important;
  margin-inline:auto!important;
  padding:24px!important;
  border-radius:20px!important;
  background:#fff!important;
  border:1px solid var(--v196-line)!important;
}
.argta-breadcrumbs{font-size:.73rem!important;color:#7890a5!important}
.argta-eyebrow,.argta-kicker,.argta-home-title>span{
  color:#577d97!important;
  font-size:.7rem!important;
  letter-spacing:.11em!important;
}
.argta-section{padding:64px 0!important}
.argta-section--soft{background:var(--v196-soft)!important}
.argta-section-head{
  max-width:var(--v196-reading)!important;
  margin:0 0 31px!important;
  text-align:left!important;
}
.argta-section-head h2{
  margin-top:8px!important;
  color:var(--v196-ink)!important;
  font-size:clamp(1.9rem,2.7vw,2.55rem)!important;
  line-height:1.1!important;
}
.argta-section-head p{font-size:.96rem!important;line-height:1.62!important}
.argta-split,.argta-two-column-content{
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr)!important;
  gap:48px!important;
  align-items:start!important;
}
.argta-info-panel{
  padding:24px!important;
  border:1px solid #d8e4ed!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(4,34,76,.055)!important;
}
.argta-info-panel h3{font-size:1.12rem!important}
.argta-info-panel p{font-size:.91rem!important;line-height:1.58!important}
.argta-check-list li{font-size:.9rem!important;line-height:1.48!important}
.argta-check-list svg{color:#7ca913!important}

/* Inner-page cards and grids. */
.argta-card-grid,
.argta-service-grid,
.argta-brand-grid,
.argta-location-card-grid,
.argta-location-link-grid,
.argta-service-link-grid,
.argta-guide-grid,
.argta-three-column-info,
.argta-two-list-grid{
  max-width:var(--v196-shell)!important;
  margin-inline:auto!important;
}
.argta-service-grid,.argta-card-grid--services,.argta-brand-grid,.argta-guide-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
}
.argta-location-card-grid,.argta-location-link-grid,.argta-service-link-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
.argta-service-card,.argta-location-card,.argta-brand-card,.argta-guide-card,
.argta-three-column-info article,.argta-two-list-grid article{
  border:1px solid var(--v196-line)!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(4,34,76,.055)!important;
}
.argta-service-card,.argta-guide-card{overflow:hidden!important}
.argta-card-image{
  display:block!important;
  aspect-ratio:16/9!important;
  height:auto!important;
  overflow:hidden!important;
  border-radius:0!important;
  background:#edf3f7!important;
}
.argta-card-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  padding:0!important;
}
.argta-card-body{padding:18px!important}
.argta-card-body h2,.argta-card-body h3{font-size:1.06rem!important;line-height:1.28!important}
.argta-card-body p{font-size:.82rem!important;line-height:1.53!important}
.argta-brand-card{
  display:flex!important;
  flex-direction:column!important;
  padding:0!important;
  overflow:hidden!important;
}
.argta-brand-card>.argta-hero-photo{
  width:100%!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
}
.argta-brand-card>strong{padding:15px 17px 4px!important;color:var(--v196-ink)!important;font-size:1rem!important}
.argta-brand-card>span{padding:0 17px 16px!important;color:var(--v196-navy)!important;font-size:.77rem!important;font-weight:850!important}
.argta-location-card,.argta-location-link-grid a,.argta-service-link-grid a{
  min-height:94px!important;
  padding:17px!important;
  border-radius:13px!important;
}
.argta-location-card strong,.argta-location-link-grid strong,.argta-service-link-grid strong{font-size:.94rem!important}
.argta-location-card span,.argta-location-link-grid span,.argta-service-link-grid span{font-size:.78rem!important;line-height:1.45!important}
.argta-three-column-info{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
.argta-three-column-info article{padding:21px!important}
.argta-three-column-info h3{font-size:1rem!important}
.argta-three-column-info p{font-size:.83rem!important;line-height:1.52!important}
.argta-two-list-grid{grid-template-columns:1fr 1fr!important;gap:20px!important}
.argta-two-list-grid article{padding:24px!important}
.argta-pill-links{gap:8px!important}
.argta-pill-links a{padding:7px 11px!important;border-radius:999px!important;font-size:.76rem!important}

.argta-final-cta{
  padding:52px 0!important;
  background:linear-gradient(90deg,var(--v196-deep),#083e74)!important;
  color:#fff!important;
}
.argta-final-cta .argta-container{max-width:860px!important;text-align:center!important}
.argta-final-cta h2{color:#fff!important;font-size:2rem!important}
.argta-final-cta p{max-width:680px!important;margin-inline:auto!important;color:#cedee9!important;font-size:.93rem!important}
.argta-final-cta .argta-eyebrow{color:#c8dbe8!important}
.argta-trademark-note{padding:20px 0!important;color:#758596!important;font-size:.74rem!important;text-align:center!important}

/* Repair Guides: readable editorial layout. */
.argta-guide-header-grid{grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr)!important}
.argta-guide-header figure{margin:0!important}
.argta-guide-layout{
  display:grid!important;
  grid-template-columns:minmax(0,760px) minmax(245px,280px)!important;
  justify-content:center!important;
  gap:42px!important;
  padding-top:52px!important;
  padding-bottom:64px!important;
}
.argta-guide-content{max-width:760px!important;font-size:1rem!important;line-height:1.72!important}
.argta-guide-content h2{margin-top:2.1em!important;font-size:1.75rem!important;line-height:1.18!important}
.argta-guide-content h3{margin-top:1.65em!important;font-size:1.25rem!important}
.argta-guide-content img{border-radius:16px!important}
.argta-sticky-card{
  border:1px solid var(--v196-line)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:var(--v196-shadow)!important;
}

/* Footer: branded, compact, legible. */
.argta-site-footer{background:var(--v196-deeper)!important}
.argta-site-footer .argta-footer-grid{
  width:min(var(--v196-shell),calc(100% - 40px))!important;
  grid-template-columns:minmax(250px,1.12fr) repeat(3,minmax(130px,.72fr))!important;
  gap:30px!important;
  padding:52px 0 40px!important;
}
.argta-footer-brand .argta-brand--footer{width:300px!important}
.argta-footer-logo{width:294px!important}
.argta-brand--footer .argta-brand-coverage{
  color:#d3e6f1!important;
  font-size:10.2px!important;
  letter-spacing:.1em!important;
}
.argta-footer-brand>p{max-width:310px!important;color:#c1d2df!important;font-size:.82rem!important;line-height:1.58!important}
.argta-site-footer h2{color:#fff!important;font-size:.92rem!important}
.argta-site-footer a:not(.argta-btn):not(.argta-brand){color:#c9d8e4!important;font-size:.79rem!important;line-height:1.44!important}
.argta-site-footer a:not(.argta-btn):not(.argta-brand):hover,
.argta-site-footer a:not(.argta-btn):not(.argta-brand):focus{color:var(--v196-lime)!important}
.argta-footer-bottom{border-top:1px solid rgba(255,255,255,.1)!important}
.argta-footer-bottom .argta-container{width:min(var(--v196-shell),calc(100% - 40px))!important}
.argta-footer-bottom p{color:#8fa9bc!important;font-size:.68rem!important;line-height:1.45!important}

@media (max-width:1199px){
  .argta-site-header .argta-header-inner{width:min(980px,calc(100% - 30px))!important;min-height:80px!important}
  .argta-site-header .argta-brand--header{width:224px!important;min-width:0!important;align-items:flex-start!important}
  .argta-site-header .argta-brand-logo-full{width:219px!important}
  .argta-site-header .argta-brand-coverage{font-size:9.5px!important;letter-spacing:.085em!important;padding-left:2px!important}
  .argta-primary-nav{top:100%!important;background:var(--v196-deep)!important}
  .argta-menu-toggle{display:flex!important;width:44px!important;height:44px!important;border-radius:9px!important}
}

@media (max-width:1023px){
  .argta-container,
  body.argta-front-page .argta-container,
  .argta-footer-bottom .argta-container{
    width:min(760px,calc(100% - 32px))!important;
  }
  .argta-v196-section{padding:56px 0}
  .argta-v196-hero__grid{
    grid-template-columns:1fr;
    gap:22px;
    padding:34px 0 38px;
  }
  .argta-v196-hero__main,
  .argta-v196-hero__form{width:100%;max-width:720px;margin-inline:auto}
  .argta-v196-hero__copy{max-width:700px}
  .argta-v196-hero__copy h1{font-size:clamp(2.75rem,7.2vw,3.7rem)!important}
  .argta-v196-hero__photo{max-width:720px;aspect-ratio:16/8}
  .argta-v196-hero__form{max-width:720px}
  .argta-v196-hero__form .argta-form-card--hero{padding:24px!important}
  .argta-v196-trust__grid{grid-template-columns:1fr}
  .argta-v196-trust__grid>div,
  .argta-v196-trust__grid>div:first-child,
  .argta-v196-trust__grid>div:last-child{
    padding:16px 0;
    border-right:0;
    border-bottom:1px solid #e7edf2;
  }
  .argta-v196-trust__grid>div:last-child{border-bottom:0}
  .argta-v196-service-card{flex-basis:calc((100% - 20px)/2)}
  .argta-v196-coverage__grid,
  .argta-v196-process__grid,
  .argta-v196-faq__grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .argta-v196-coverage__copy,.argta-v196-process__content{max-width:none}
  .argta-v196-coverage__map img{width:min(100%,390px)}
  .argta-v196-brand-band{grid-template-columns:1fr;gap:16px}
  .argta-v196-brand-links{justify-content:flex-start}
  .argta-v196-process__photo{max-width:620px;aspect-ratio:16/10}
  .argta-v196-why-grid{grid-template-columns:1fr 1fr;gap:20px 0}
  .argta-v196-why-grid>div:nth-child(2){border-right:0}
  .argta-v196-why-grid>div:nth-child(3){padding-left:0}
  .argta-v196-area-board{grid-template-columns:1fr 1fr}
  .argta-v196-area-column:nth-child(2){border-right:0}
  .argta-v196-area-column:nth-child(-n+2){border-bottom:1px solid #e6edf3}
  .argta-v196-guide-grid{grid-template-columns:1fr 1fr}
  .argta-v196-guide-grid article:last-child{grid-column:1/-1;max-width:calc(50% - 10px)}
  .argta-v196-network-note{max-width:560px}
  .argta-v196-bottom-cta__inner{align-items:flex-start}

  .argta-page-hero-grid,
  .argta-service-hero-grid,
  .argta-guide-header-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  .argta-page-hero-grid>div:first-child,
  .argta-service-hero-grid>div:first-child,
  .argta-guide-header-grid>div:first-child{max-width:700px}
  .argta-page-hero-grid>.argta-hero-photo,
  .argta-service-hero figure img,
  .argta-guide-header figure img{max-width:700px!important}
  .argta-split,.argta-two-column-content{grid-template-columns:1fr!important;gap:28px!important}
  .argta-service-grid,.argta-card-grid--services,.argta-brand-grid,.argta-guide-grid{grid-template-columns:1fr 1fr!important}
  .argta-location-card-grid,.argta-location-link-grid,.argta-service-link-grid{grid-template-columns:1fr 1fr!important}
  .argta-three-column-info{grid-template-columns:1fr 1fr!important}
  .argta-guide-layout{grid-template-columns:1fr!important;max-width:760px!important}
  .argta-guide-sidebar{display:none!important}
  .argta-site-footer .argta-footer-grid{
    width:min(760px,calc(100% - 32px))!important;
    grid-template-columns:1fr 1fr!important;
    gap:28px!important;
  }
  .argta-footer-brand{grid-column:1/-1!important}
}

@media (max-width:639px){
  body{font-size:16px!important}
  .argta-container,
  body.argta-front-page .argta-container,
  .argta-site-header .argta-header-inner,
  .argta-site-footer .argta-footer-grid,
  .argta-footer-bottom .argta-container{
    width:calc(100% - 28px)!important;
  }
  .argta-v196-section{padding:46px 0}
  .argta-site-header .argta-header-inner{min-height:78px!important}
  .argta-site-header .argta-brand--header{width:210px!important}
  .argta-site-header .argta-brand-logo-full{width:205px!important}
  .argta-site-header .argta-brand-coverage{font-size:9px!important;letter-spacing:.065em!important}
  .argta-v196-heading-row{display:block;margin-bottom:23px}
  .argta-v196-desktop-action{display:none!important}
  .argta-v196-mobile-action{display:block}
  .argta-v196-heading h2,
  .argta-v196-process__content h2,
  .argta-v196-faq h2{font-size:1.82rem!important}
  .argta-v196-hero__grid{padding:26px 0 31px;gap:18px}
  .argta-v196-hero__copy h1{font-size:clamp(2.35rem,10.5vw,3rem)!important}
  .argta-v196-hero__copy p{font-size:.94rem!important;line-height:1.57!important}
  .argta-v196-hero__actions{display:grid;grid-template-columns:1fr;gap:10px;margin:18px 0 20px}
  .argta-v196-hero__actions .argta-btn{width:100%}
  .argta-v196-hero__photo{aspect-ratio:4/3;border-radius:16px}
  .argta-v196-hero__quickfacts{display:grid;grid-template-columns:1fr;gap:8px;margin-top:14px}
  .argta-v196-hero__form .argta-form-card--hero{padding:18px!important;border-radius:16px!important}
  .argta-v196-hero__form .argta-form-card__head h2{font-size:1.3rem!important}
  .argta-v196-hero__form .argta-form-grid{grid-template-columns:1fr!important;gap:10px!important}
  .argta-v196-hero__form .argta-field--full,
  .argta-v196-hero__form .argta-check-field.argta-field--full{grid-column:auto!important}
  .argta-v196-trust__grid>div{grid-template-columns:34px minmax(0,1fr)}
  .argta-v196-service-grid{display:grid;grid-template-columns:1fr;gap:14px}
  .argta-v196-service-card{
    display:grid;
    grid-template-columns:118px minmax(0,1fr);
    flex-basis:auto;
  }
  .argta-v196-service-card__image{height:100%;aspect-ratio:auto;min-height:150px}
  .argta-v196-service-card__content{min-height:150px;padding:14px}
  .argta-v196-service-card__content strong{font-size:.94rem}
  .argta-v196-coverage__grid{gap:24px}
  .argta-v196-coverage__copy h2{font-size:1.88rem!important}
  .argta-v196-coverage__map img{width:min(100%,320px)}
  .argta-v196-brand-band{margin-top:34px!important;padding-top:24px!important}
  .argta-v196-brand-links a,.argta-v196-region-links a{font-size:.69rem}
  .argta-v196-process__photo{border-radius:16px}
  .argta-v196-steps li{grid-template-columns:35px minmax(0,1fr);gap:11px}
  .argta-v196-why-grid{grid-template-columns:1fr;gap:0;margin-top:32px!important;padding-top:18px!important}
  .argta-v196-why-grid>div,
  .argta-v196-why-grid>div:first-child,
  .argta-v196-why-grid>div:nth-child(3),
  .argta-v196-why-grid>div:last-child{
    padding:12px 0;
    border-right:0;
    border-bottom:1px solid #e7edf2;
  }
  .argta-v196-why-grid>div:last-child{border-bottom:0}
  .argta-v196-area-board{grid-template-columns:1fr}
  .argta-v196-area-column,
  .argta-v196-area-column:nth-child(2),
  .argta-v196-area-column:nth-child(-n+2){
    border-right:0;
    border-bottom:1px solid #e6edf3;
  }
  .argta-v196-area-column:last-child{border-bottom:0}
  .argta-v196-area-column{padding:19px}
  .argta-v196-guide-grid{grid-template-columns:1fr}
  .argta-v196-guide-grid article:last-child{grid-column:auto;max-width:none}
  .argta-v196-network-note{grid-template-columns:28px minmax(0,1fr);padding:20px}
  .argta-v196-bottom-cta{padding:40px 0}
  .argta-v196-bottom-cta__inner{display:grid;grid-template-columns:1fr;gap:18px}
  .argta-v196-bottom-cta .argta-btn{width:100%}

  .argta-page-hero,.argta-service-hero,.argta-guide-header{padding:44px 0!important}
  .argta-page-hero--compact{padding:38px 0!important}
  .argta-page-hero h1,.argta-service-hero h1,.argta-guide-header h1{font-size:2.35rem!important}
  .argta-page-hero p,.argta-service-hero p,.argta-guide-deck{font-size:.94rem!important}
  .argta-page-hero-grid>.argta-hero-photo,
  .argta-service-hero figure img,
  .argta-guide-header figure img{border-radius:16px!important}
  .argta-section{padding:48px 0!important}
  .argta-section-head{margin-bottom:24px!important}
  .argta-section-head h2{font-size:1.82rem!important}
  .argta-service-grid,.argta-card-grid--services,.argta-brand-grid,.argta-guide-grid,
  .argta-location-card-grid,.argta-location-link-grid,.argta-service-link-grid,
  .argta-three-column-info,.argta-two-list-grid{
    grid-template-columns:1fr!important;
  }
  .argta-card-image{aspect-ratio:16/9!important}
  .argta-info-panel{padding:20px!important}
  .argta-final-cta{padding:44px 0!important}
  .argta-final-cta h2{font-size:1.72rem!important}
  .argta-guide-layout{padding-top:40px!important;padding-bottom:48px!important}
  .argta-guide-content h2{font-size:1.55rem!important}
  .argta-site-footer .argta-footer-grid{grid-template-columns:1fr!important;padding:46px 0 34px!important}
  .argta-footer-brand{grid-column:auto!important}
  .argta-footer-brand .argta-brand--footer{width:min(280px,100%)!important}
  .argta-footer-logo{width:min(274px,100%)!important}
  .argta-brand--footer .argta-brand-coverage{font-size:9.4px!important}
}

@media (max-width:374px){
  .argta-site-header .argta-brand--header{width:188px!important}
  .argta-site-header .argta-brand-logo-full{width:184px!important}
  .argta-site-header .argta-brand-coverage{font-size:8.4px!important}
  .argta-v196-service-card{grid-template-columns:105px minmax(0,1fr)}
}

/* ===== v197-polish-form-image-fix.css ===== */
/*
 * Appliance Repair GTA v1.9.7
 * Final polish pass requested from live screenshots:
 * - single-panel request form everywhere
 * - natural 16:9 image presentation with less cropped feeling
 * - wider readable section intros without awkward early wrapping
 * - stronger final-CTA eyebrow contrast
 * - larger, optically centered footer branding
 * - more deliberate footer CTA spacing
 */

:root{
  --v196-reading:900px;
}

/* Keep the approved inner-page headline treatment, but let supporting copy breathe. */
.argta-section-head{
  max-width:900px!important;
}
.argta-section-head p{
  max-width:880px!important;
}
.argta-page-hero p,
.argta-service-hero p,
.argta-guide-deck{
  max-width:680px!important;
}

/* Generated page imagery is natively 16:9. Match the source ratio so the image is not needlessly cropped. */
.argta-page-hero-grid>.argta-hero-photo,
.argta-service-hero figure img,
.argta-guide-header figure img{
  aspect-ratio:16/9!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/* Service/guide/brand card imagery: inset frame instead of edge-to-edge clipping. */
.argta-service-card .argta-card-image,
.argta-guide-card .argta-card-image{
  width:calc(100% - 24px)!important;
  margin:12px 12px 0!important;
  aspect-ratio:16/9!important;
  border-radius:13px!important;
  background:#eef3f6!important;
  overflow:hidden!important;
}
.argta-service-card .argta-card-image img,
.argta-guide-card .argta-card-image img,
.argta-brand-card>.argta-hero-photo{
  object-fit:cover!important;
  object-position:center center!important;
}
.argta-brand-card>.argta-hero-photo{
  width:calc(100% - 24px)!important;
  margin:12px 12px 0!important;
  aspect-ratio:16/9!important;
  border-radius:13px!important;
}

/* The final CTA eyebrow was too pale on its light chip. */
.argta-final-cta .argta-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  padding:7px 12px!important;
  border:1px solid #d4e2e8!important;
  border-radius:999px!important;
  background:#f8fcfc!important;
  color:#365f76!important;
  font-size:.76rem!important;
  font-weight:900!important;
  letter-spacing:.095em!important;
  line-height:1!important;
}
.argta-final-cta .argta-eyebrow:before{
  content:"";
  width:8px;
  height:8px;
  margin-right:7px;
  border-radius:50%;
  background:var(--v196-lime);
  box-shadow:0 0 0 4px rgba(166,220,34,.18);
}

/* Unified single-panel request form. */
.argta-form-card{
  max-width:100%!important;
  padding:22px!important;
  border:1px solid #d6e2eb!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(4,34,76,.09)!important;
}
.argta-form-card__head{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:11px!important;
  align-items:start!important;
  margin:0 0 17px!important;
  text-align:left!important;
}
.argta-form-card__check{
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  border-radius:50%!important;
  background:var(--v196-lime)!important;
  color:var(--v196-deep)!important;
}
.argta-form-card__check svg{
  width:17px!important;
  height:17px!important;
}
.argta-form-card__head h2{
  margin:0 0 4px!important;
  color:var(--v196-ink)!important;
  font-size:1.45rem!important;
  line-height:1.15!important;
  letter-spacing:-.025em!important;
}
.argta-form-card__head p{
  max-width:560px!important;
  margin:0!important;
  color:#607387!important;
  font-size:.82rem!important;
  line-height:1.48!important;
}
.argta-form-single-panel{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.argta-form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:11px 12px!important;
}
.argta-field--full,
.argta-check-field.argta-field--full,
.argta-form-optional.argta-field--full{
  grid-column:1/-1!important;
}
.argta-field{
  gap:5px!important;
  min-width:0!important;
}
.argta-field>span{
  color:#173b60!important;
  font-size:.79rem!important;
  font-weight:850!important;
}
.argta-field input,
.argta-field select,
.argta-field textarea{
  min-width:0!important;
  border:1px solid #cbd9e4!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#17324f!important;
  padding:10px 11px!important;
  font-size:.82rem!important;
}
.argta-field input,
.argta-field select{
  min-height:42px!important;
}
.argta-field textarea{
  min-height:86px!important;
  resize:vertical!important;
}
.argta-field input:focus,
.argta-field select:focus,
.argta-field textarea:focus{
  border-color:#7197aa!important;
  box-shadow:0 0 0 3px rgba(60,114,139,.11)!important;
}

.argta-form-optional{
  margin:2px 0 0!important;
  border:1px solid #d9e4eb!important;
  border-radius:11px!important;
  background:#f8fbfc!important;
  overflow:hidden!important;
}
.argta-form-optional summary{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:11px 13px!important;
  cursor:pointer!important;
  color:#183d61!important;
  font-size:.8rem!important;
  font-weight:850!important;
  list-style:none!important;
}
.argta-form-optional summary::-webkit-details-marker{display:none!important}
.argta-form-optional summary:after{
  content:"+";
  order:3;
  color:#55748c;
  font-size:1.1rem;
  line-height:1;
}
.argta-form-optional[open] summary:after{content:"−"}
.argta-form-optional summary span{
  margin-left:auto!important;
  padding:3px 7px!important;
  border-radius:999px!important;
  background:#eaf3f5!important;
  color:#547283!important;
  font-size:.64rem!important;
  font-weight:850!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
.argta-form-optional__grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:11px 12px!important;
  padding:4px 13px 13px!important;
}
.argta-upload-field{
  padding:12px!important;
  border:1px dashed #bfd0dc!important;
  border-radius:9px!important;
  background:#fff!important;
}
.argta-upload-field>span{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
}
.argta-upload-field>span svg{width:16px!important;height:16px!important}
.argta-upload-field small{
  color:#6b7f91!important;
  font-size:.72rem!important;
  line-height:1.45!important;
}

.argta-check-field{
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  gap:9px!important;
  align-items:start!important;
  margin-top:2px!important;
  padding:12px 13px!important;
  border:1px solid #d8e5d5!important;
  border-radius:10px!important;
  background:#f7fbf1!important;
  color:#4e6274!important;
  font-size:.75rem!important;
  line-height:1.48!important;
}
.argta-check-field input{
  appearance:none!important;
  width:20px!important;
  height:20px!important;
  margin:1px 0 0!important;
  border:2px solid #8fa85e!important;
  border-radius:5px!important;
  background:#fff!important;
  cursor:pointer!important;
}
.argta-check-field input:checked{
  border-color:#78a50d!important;
  background:var(--v196-lime)!important;
  box-shadow:inset 0 0 0 4px #fff!important;
}
.argta-check-field input:focus-visible{
  outline:3px solid rgba(85,131,151,.22)!important;
  outline-offset:2px!important;
}
.argta-form-submit{
  width:100%!important;
  min-height:46px!important;
  margin-top:13px!important;
}
.argta-form-assurance{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:6px!important;
  margin:10px 0 0!important;
  color:#678092!important;
  font-size:.7rem!important;
  line-height:1.4!important;
  text-align:center!important;
}
.argta-form-assurance svg{
  flex:0 0 auto!important;
  width:14px!important;
  height:14px!important;
  margin-top:1px!important;
  color:#78a50d!important;
}
.argta-form-privacy{display:none!important;}
.argta-narrow-form{
  max-width:640px!important;
  margin-inline:auto!important;
}

/* The hero form remains the visual reference for all form instances. */
.argta-v196-hero__form .argta-form-card--hero{
  padding:22px!important;
}
.argta-v196-hero__form .argta-form-card__head{
  margin-bottom:16px!important;
}
.argta-v196-hero__form .argta-form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
.argta-v196-hero__form .argta-field input,
.argta-v196-hero__form .argta-field select{
  min-height:40px!important;
}
.argta-v196-hero__form .argta-field textarea{
  min-height:78px!important;
}

/* Footer: larger logo, optically centered in the brand column, CTA given more breathing room. */
.argta-site-footer .argta-footer-grid{
  grid-template-columns:minmax(330px,1.25fr) repeat(3,minmax(130px,.75fr))!important;
  gap:30px!important;
}
.argta-footer-brand .argta-brand--footer{
  display:flex!important;
  width:100%!important;
  max-width:365px!important;
  margin:0 auto 18px!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
.argta-footer-logo{
  width:350px!important;
  max-width:100%!important;
  height:auto!important;
}
.argta-brand--footer .argta-brand-coverage{
  width:100%!important;
  margin-top:3px!important;
  padding:0!important;
  color:#d8e9f3!important;
  font-size:11px!important;
  letter-spacing:.13em!important;
  text-align:center!important;
}
.argta-footer-brand>p{
  max-width:350px!important;
}
.argta-footer-brand .argta-btn--footer{
  margin-top:17px!important;
}

@media (max-width:1023px){
  .argta-section-head{max-width:760px!important}
  .argta-site-footer .argta-footer-grid{
    grid-template-columns:1fr 1fr!important;
  }
  .argta-footer-brand{
    grid-column:1/-1!important;
  }
  .argta-footer-brand .argta-brand--footer{
    max-width:360px!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}

@media (max-width:639px){
  .argta-form-card{
    padding:17px!important;
    border-radius:15px!important;
  }
  .argta-form-card__head{
    grid-template-columns:30px minmax(0,1fr)!important;
    gap:9px!important;
  }
  .argta-form-card__check{
    width:29px!important;
    height:29px!important;
  }
  .argta-form-card__head h2{font-size:1.3rem!important}
  .argta-form-card__head p{font-size:.78rem!important}
  .argta-form-grid,
  .argta-v196-hero__form .argta-form-grid,
  .argta-form-optional__grid{
    grid-template-columns:1fr!important;
  }
  .argta-field--full,
  .argta-check-field.argta-field--full,
  .argta-form-optional.argta-field--full{
    grid-column:auto!important;
  }
  .argta-check-field{font-size:.74rem!important}
  .argta-form-assurance{font-size:.69rem!important}
  .argta-service-card .argta-card-image,
  .argta-guide-card .argta-card-image,
  .argta-brand-card>.argta-hero-photo{
    width:calc(100% - 20px)!important;
    margin:10px 10px 0!important;
  }
  .argta-site-footer .argta-footer-grid{grid-template-columns:1fr!important}
  .argta-footer-brand{grid-column:auto!important}
  .argta-footer-brand .argta-brand--footer{
    width:min(100%,330px)!important;
    margin-inline:auto!important;
  }
  .argta-footer-logo{width:min(100%,320px)!important}
  .argta-brand--footer .argta-brand-coverage{font-size:9.7px!important}
  .argta-footer-brand>p{max-width:none!important}
}

/* ===== v198-layout-form-header-hardening.css ===== */
/*
 * Appliance Repair GTA v1.9.8
 * Live-layout hardening after desktop QA screenshots.
 * Goals:
 * - remove the legacy duplicate hero-form checkmark that broke the form header grid
 * - widen the site modestly without returning to an oversized layout
 * - give the desktop header/nav proper breathing room
 * - make the hero request form larger and easier to scan
 * - remove artificial text-width bottlenecks on inner pages
 * - keep 16:9 imagery natural and responsive
 */

:root{
  --v196-shell:1240px;
  --v196-wide:1480px;
  --v196-reading:820px;
}

/* Wider, but still deliberately contained. */
.argta-container,
body.argta-front-page .argta-container{
  width:min(var(--v196-shell),calc(100% - 48px))!important;
}

/* ---------- HEADER / NAV ---------- */
.argta-site-header .argta-header-inner{
  width:min(var(--v196-wide),calc(100% - 48px))!important;
  min-height:88px!important;
  gap:22px!important;
  padding:6px 0!important;
}
.argta-site-header .argta-brand--header{
  width:252px!important;
  min-width:252px!important;
}
.argta-site-header .argta-brand-logo-full{
  width:246px!important;
}
.argta-site-header .argta-brand-coverage{
  font-size:10.5px!important;
  letter-spacing:.11em!important;
}
.argta-primary-nav{
  min-width:0!important;
  margin-left:auto!important;
}
.argta-menu{
  gap:6px!important;
}
.argta-site-header .argta-menu>li>a{
  min-height:72px!important;
  padding:0 11px!important;
  font-size:.83rem!important;
  line-height:1.15!important;
  white-space:nowrap!important;
}
.argta-site-header .argta-header-actions{
  margin-left:8px!important;
}
.argta-site-header .argta-header-actions .argta-btn{
  min-height:44px!important;
  padding:9px 15px!important;
  font-size:.78rem!important;
}

/* Full navigation only when there is genuinely enough room for comfortable spacing. */
@media (max-width:1399px){
  .argta-site-header .argta-header-inner{
    position:relative!important;
    width:min(1180px,calc(100% - 34px))!important;
    min-height:82px!important;
  }
  .argta-site-header .argta-brand--header{
    width:232px!important;
    min-width:0!important;
  }
  .argta-site-header .argta-brand-logo-full{width:226px!important}
  .argta-site-header .argta-brand-coverage{font-size:9.6px!important}
  .argta-menu-toggle{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:46px!important;
    height:46px!important;
    margin-left:auto!important;
    border:1px solid rgba(255,255,255,.25)!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.07)!important;
  }
  .argta-menu-toggle span:not(.screen-reader-text){
    display:block!important;
    width:23px!important;
    height:2px!important;
    margin:3px 0!important;
    background:#fff!important;
  }
  .argta-header-actions{display:none!important}
  .argta-primary-nav{
    display:none!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:100%!important;
    z-index:1001!important;
    margin:0!important;
    padding:10px 18px 18px!important;
    background:var(--v196-deep)!important;
    box-shadow:0 20px 30px rgba(0,0,0,.22)!important;
    max-height:calc(100vh - 90px)!important;
    overflow:auto!important;
  }
  .argta-primary-nav.is-open{display:block!important}
  .argta-primary-nav .argta-menu{display:block!important}
  .argta-primary-nav .argta-menu>li>a{
    min-height:50px!important;
    padding:0 12px!important;
    font-size:.98rem!important;
    border-bottom:1px solid rgba(255,255,255,.09)!important;
  }
}
@media (min-width:1400px){
  .argta-menu-toggle{display:none!important}
  .argta-primary-nav{display:block!important;position:static!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;padding:0!important}
  .argta-header-actions{display:flex!important}
}

/* ---------- HOME HERO ---------- */
.argta-v196-hero__grid{
  grid-template-columns:minmax(0,1fr) minmax(470px,500px)!important;
  gap:46px!important;
  padding:46px 0 50px!important;
}
.argta-v196-hero__copy{max-width:760px!important}
.argta-v196-hero__copy h1{max-width:760px!important}
.argta-v196-hero__copy p{
  max-width:735px!important;
  font-size:1.02rem!important;
}
.argta-v196-hero__photo{
  max-width:760px!important;
  aspect-ratio:16/9!important;
}
.argta-v196-hero__form{
  width:100%!important;
  max-width:500px!important;
}
.argta-v196-hero__form .argta-form-card--hero{
  width:100%!important;
  padding:25px!important;
  border-radius:20px!important;
}

/* Critical regression fix: main.css still injected its old decorative checkmark.
   With the new real check icon, that pseudo-element became an extra grid item and
   forced the heading/description into a 34px column. Remove it completely. */
.argta-form-card--hero .argta-form-card__head::before{
  content:none!important;
  display:none!important;
}
.argta-form-card__head{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:start!important;
  width:100%!important;
  min-width:0!important;
  text-align:left!important;
}
.argta-form-card__head>div{
  width:100%!important;
  min-width:0!important;
}
.argta-form-card__check{
  width:36px!important;
  height:36px!important;
}
.argta-form-card__head h2{
  width:auto!important;
  max-width:none!important;
  margin:0 0 5px!important;
  font-size:1.5rem!important;
  line-height:1.13!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.argta-form-card__head p{
  width:auto!important;
  max-width:620px!important;
  margin:0!important;
  font-size:.86rem!important;
  line-height:1.5!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.argta-v196-hero__form .argta-form-card__head{
  margin-bottom:18px!important;
}
.argta-v196-hero__form .argta-form-card__head h2{
  font-size:1.55rem!important;
}
.argta-v196-hero__form .argta-form-card__head p{
  max-width:390px!important;
  font-size:.86rem!important;
  line-height:1.5!important;
}
.argta-v196-hero__form .argta-form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px 13px!important;
}
.argta-v196-hero__form .argta-field>span{
  font-size:.81rem!important;
}
.argta-v196-hero__form .argta-field input,
.argta-v196-hero__form .argta-field select,
.argta-v196-hero__form .argta-field textarea{
  font-size:.87rem!important;
  padding:10px 11px!important;
}
.argta-v196-hero__form .argta-field input,
.argta-v196-hero__form .argta-field select{
  min-height:43px!important;
}
.argta-v196-hero__form .argta-field textarea{
  min-height:90px!important;
}
.argta-v196-hero__form .argta-check-field{
  font-size:.77rem!important;
  line-height:1.5!important;
  padding:12px 13px!important;
}
.argta-v196-hero__form .argta-form-assurance{
  font-size:.72rem!important;
}

/* General form readability follows the hero form instead of dropping back to tiny legacy type. */
.argta-field>span{font-size:.82rem!important}
.argta-field input,.argta-field select,.argta-field textarea{font-size:.88rem!important}
.argta-form-optional summary{font-size:.84rem!important}
.argta-upload-field small{font-size:.75rem!important}
.argta-check-field{font-size:.78rem!important}
.argta-form-assurance{font-size:.72rem!important}
.argta-narrow-form{max-width:760px!important}

/* ---------- TEXT RHYTHM / INNER PAGES ---------- */
.argta-section-head{
  max-width:1040px!important;
}
.argta-section-head p{
  width:100%!important;
  max-width:1040px!important;
}
.argta-page-hero-grid>div:first-child,
.argta-service-hero-grid>div:first-child,
.argta-guide-header-grid>div:first-child{
  max-width:760px!important;
}
.argta-page-hero p,
.argta-service-hero p,
.argta-guide-deck{
  max-width:740px!important;
}
.argta-page-hero-grid>.argta-hero-photo,
.argta-service-hero figure img,
.argta-guide-header figure img{
  aspect-ratio:16/9!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/* Slightly more breathing room in wider service/area/card layouts. */
.argta-v196-service-grid{gap:24px!important}
.argta-v196-service-card{flex-basis:calc((100% - 48px)/3)!important}
.argta-v196-area-column{padding:25px 24px 26px!important}
.argta-v196-faq__grid{gap:42px!important}

/* Footer remains composed as the shell grows. */
.argta-site-footer .argta-footer-grid,
.argta-footer-bottom .argta-container{
  width:min(var(--v196-shell),calc(100% - 48px))!important;
}
.argta-footer-brand .argta-btn--footer{margin-top:22px!important}

/* ---------- RESPONSIVE SAFETY ---------- */
@media (max-width:1199px){
  .argta-container,
  body.argta-front-page .argta-container,
  .argta-footer-bottom .argta-container{
    width:min(820px,calc(100% - 36px))!important;
  }
  .argta-v196-hero__grid{
    grid-template-columns:1fr!important;
    gap:24px!important;
    padding:36px 0 40px!important;
  }
  .argta-v196-hero__main,
  .argta-v196-hero__form{
    width:100%!important;
    max-width:780px!important;
    margin-inline:auto!important;
  }
  .argta-v196-hero__photo{max-width:780px!important}
  .argta-v196-hero__copy h1{font-size:clamp(2.8rem,6.2vw,3.65rem)!important}
  .argta-v196-hero__form .argta-form-card--hero{padding:25px!important}
  .argta-site-footer .argta-footer-grid{
    width:min(820px,calc(100% - 36px))!important;
  }
}

@media (max-width:639px){
  .argta-container,
  body.argta-front-page .argta-container,
  .argta-site-header .argta-header-inner,
  .argta-site-footer .argta-footer-grid,
  .argta-footer-bottom .argta-container{
    width:calc(100% - 28px)!important;
  }
  .argta-site-header .argta-header-inner{min-height:78px!important}
  .argta-site-header .argta-brand--header{width:205px!important}
  .argta-site-header .argta-brand-logo-full{width:200px!important}
  .argta-site-header .argta-brand-coverage{font-size:8.8px!important;letter-spacing:.07em!important}
  .argta-v196-hero__grid{padding:27px 0 32px!important;gap:19px!important}
  .argta-v196-hero__photo{aspect-ratio:4/3!important}
  .argta-v196-hero__form .argta-form-card--hero{padding:18px!important}
  .argta-form-card__head{
    grid-template-columns:32px minmax(0,1fr)!important;
    gap:10px!important;
  }
  .argta-form-card__check{width:31px!important;height:31px!important}
  .argta-form-card__head h2,
  .argta-v196-hero__form .argta-form-card__head h2{font-size:1.3rem!important}
  .argta-form-card__head p,
  .argta-v196-hero__form .argta-form-card__head p{font-size:.79rem!important}
  .argta-form-grid,
  .argta-v196-hero__form .argta-form-grid,
  .argta-form-optional__grid{grid-template-columns:1fr!important}
  .argta-field--full,
  .argta-check-field.argta-field--full,
  .argta-form-optional.argta-field--full{grid-column:auto!important}
  .argta-v196-service-grid{gap:14px!important}
  .argta-v196-service-card{flex-basis:auto!important}
}

/* ===== v199-premium-layout-polish.css ===== */
/*
 * Appliance Repair GTA v1.9.9
 * Premium layout polish after live desktop QA.
 * - restores full desktop navigation at practical widths
 * - creates a crisp text-based logo lockup using the existing Toronto mark
 * - modestly widens the site and header shell
 * - improves hero CTA spacing and request-form field order
 * - completes the homepage service grid with six cards
 * - makes the GTA coverage visual intentional, larger and centered
 * - removes recurring narrow-copy bottlenecks on inner pages
 */

:root{
  --v199-shell:1320px;
  --v199-header:1560px;
}

.argta-container,
body.argta-front-page .argta-container{
  width:min(var(--v199-shell),calc(100% - 44px))!important;
}

/* ---------- CRISP PREMIUM BRAND LOCKUP ---------- */
.argta-brand-lockup{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  gap:9px!important;
}
.argta-brand-mark-img{
  display:block!important;
  width:82px!important;
  height:84px!important;
  flex:0 0 82px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.16))!important;
}
.argta-brand-wording{
  display:flex!important;
  min-width:0!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}
.argta-brand-name{
  color:#fff!important;
  font-size:18px!important;
  font-weight:800!important;
  letter-spacing:-.025em!important;
  white-space:nowrap!important;
}
.argta-brand-gta{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  gap:8px!important;
  margin-top:2px!important;
}
.argta-brand-gta span{
  width:30px!important;
  height:2px!important;
  flex:0 1 30px!important;
  border-radius:99px!important;
  background:#8fcd1f!important;
}
.argta-brand-gta strong{
  color:#8fcd1f!important;
  font-size:40px!important;
  font-weight:850!important;
  line-height:.95!important;
  letter-spacing:.055em!important;
}

/* ---------- HEADER / NAV ---------- */
.argta-site-header .argta-header-inner.argta-container{
  width:min(var(--v199-header),calc(100% - 32px))!important;
  min-height:96px!important;
  gap:20px!important;
  padding:6px 0!important;
}
.argta-site-header .argta-brand--header{
  display:flex!important;
  width:300px!important;
  min-width:300px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
}
.argta-site-header .argta-brand-coverage{
  display:block!important;
  width:100%!important;
  margin-top:5px!important;
  padding:0!important;
  color:#e2edf5!important;
  font-size:10.2px!important;
  font-weight:900!important;
  letter-spacing:.11em!important;
  line-height:1.15!important;
  text-align:center!important;
  white-space:nowrap!important;
}
.argta-primary-nav{
  min-width:0!important;
  margin-left:auto!important;
}
.argta-menu{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
}
.argta-site-header .argta-menu>li>a{
  min-height:76px!important;
  padding:0 13px!important;
  font-size:.80rem!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
.argta-site-header .argta-header-actions{
  display:flex!important;
  margin-left:5px!important;
}
.argta-site-header .argta-header-actions .argta-btn{
  min-height:44px!important;
  padding:9px 14px!important;
  font-size:.76rem!important;
  white-space:nowrap!important;
}

/* Keep the full menu at normal laptop/desktop widths. */
@media (min-width:1160px){
  .argta-menu-toggle{display:none!important}
  .argta-primary-nav{
    display:block!important;
    position:static!important;
    inset:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .argta-primary-nav .argta-menu{display:flex!important}
  .argta-header-actions{display:flex!important}
}

/* Medium desktop gets a slightly tighter logo/CTA, not a hamburger. */
@media (min-width:1160px) and (max-width:1320px){
  .argta-site-header .argta-header-inner{gap:14px!important}
  .argta-site-header .argta-brand--header{width:268px!important;min-width:268px!important}
  .argta-brand-mark-img{width:72px!important;height:74px!important;flex-basis:72px!important}
  .argta-brand-name{font-size:16.5px!important}
  .argta-brand-gta strong{font-size:36px!important}
  .argta-brand-gta span{width:25px!important;flex-basis:25px!important}
  .argta-site-header .argta-brand-coverage{font-size:9.2px!important;letter-spacing:.085em!important}
  .argta-site-header .argta-menu>li>a{padding:0 10px!important;font-size:.76rem!important}
  .argta-site-header .argta-header-actions .argta-btn{padding-inline:11px!important;font-size:.70rem!important}
}

/* Mobile/tablet menu starts only when the full menu truly no longer fits. */
@media (max-width:1159px){
  .argta-site-header .argta-header-inner{
    position:relative!important;
    width:min(980px,calc(100% - 28px))!important;
    min-height:88px!important;
    gap:12px!important;
  }
  .argta-site-header .argta-brand--header{width:250px!important;min-width:0!important;align-items:flex-start!important}
  .argta-site-header .argta-brand-lockup{justify-content:flex-start!important}
  .argta-brand-mark-img{width:65px!important;height:67px!important;flex-basis:65px!important}
  .argta-brand-name{font-size:16.5px!important}
  .argta-brand-gta strong{font-size:33px!important}
  .argta-brand-gta span{width:25px!important;flex-basis:25px!important}
  .argta-site-header .argta-brand-coverage{font-size:9px!important;letter-spacing:.075em!important;text-align:left!important;padding-left:2px!important}
  .argta-menu-toggle{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:46px!important;
    height:46px!important;
    margin-left:auto!important;
    border:1px solid rgba(255,255,255,.24)!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.07)!important;
  }
  .argta-menu-toggle span:not(.screen-reader-text){display:block!important;width:23px!important;height:2px!important;margin:3px 0!important;background:#fff!important}
  .argta-site-header .argta-header-actions{display:none!important}
  .argta-primary-nav{
    display:none!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:100%!important;
    z-index:1001!important;
    margin:0!important;
    padding:10px 18px 18px!important;
    background:#031b3f!important;
    box-shadow:0 20px 30px rgba(0,0,0,.22)!important;
    max-height:calc(100vh - 88px)!important;
    overflow:auto!important;
  }
  .argta-primary-nav.is-open{display:block!important}
  .argta-primary-nav .argta-menu{display:block!important}
  .argta-primary-nav .argta-menu>li>a{min-height:50px!important;padding:0 12px!important;font-size:.98rem!important;border-bottom:1px solid rgba(255,255,255,.09)!important}
}

/* ---------- HERO ---------- */
.argta-v196-hero__grid{
  grid-template-columns:minmax(0,1fr) minmax(475px,510px)!important;
  gap:50px!important;
}
.argta-v196-hero__copy{max-width:775px!important}
.argta-v196-hero__copy h1{max-width:775px!important}
.argta-v196-hero__copy p{max-width:748px!important}
.argta-v196-hero__actions{gap:24px!important}
.argta-v196-link--light{margin-left:12px!important}
.argta-v196-hero__photo{max-width:775px!important}
.argta-v196-hero__form{max-width:510px!important}

/* Form order: contact first, then location in a natural address sequence. */
.argta-v196-hero__form .argta-field--email,
.argta-v196-hero__form .argta-field--city,
.argta-field--email,
.argta-field--city{grid-column:1/-1!important}
.argta-field--postal input{text-transform:uppercase!important}

/* ---------- COMPLETE THE HOMEPAGE SERVICE GRID ---------- */
.argta-v196-service-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
}
.argta-v196-service-card{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  flex-basis:auto!important;
}

/* ---------- COVERAGE VISUAL ---------- */
.argta-v196-coverage__grid{
  grid-template-columns:minmax(0,.98fr) minmax(430px,1.02fr)!important;
  gap:62px!important;
  align-items:center!important;
}
.argta-v196-coverage__map{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:360px!important;
  margin:0!important;
  padding:24px 26px 22px!important;
  border:1px solid rgba(13,58,92,.10)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.72)!important;
  box-shadow:0 16px 34px rgba(13,58,92,.08)!important;
  text-align:center!important;
}
.argta-v199-map-art{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:220px!important;
}
.argta-v196-coverage__map img{
  width:min(100%,500px)!important;
  margin:0 auto!important;
  filter:drop-shadow(0 16px 28px rgba(14,57,91,.10))!important;
}
.argta-v196-coverage__map figcaption{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:4px!important;
  margin-top:5px!important;
  color:#53677a!important;
}
.argta-v196-coverage__map figcaption strong{
  color:#0a2d55!important;
  font-size:1.05rem!important;
  font-weight:900!important;
}
.argta-v196-coverage__map figcaption span{
  color:#37637f!important;
  font-size:.82rem!important;
  font-weight:850!important;
  letter-spacing:.035em!important;
}
.argta-v196-coverage__map figcaption small{
  max-width:390px!important;
  color:#66798b!important;
  font-size:.77rem!important;
  line-height:1.45!important;
}
.argta-v196-brand-band{
  grid-template-columns:330px minmax(0,1fr)!important;
  gap:36px!important;
  margin-top:38px!important;
  padding-top:26px!important;
}
.argta-v196-brand-links{justify-content:flex-end!important;gap:8px!important}

/* ---------- INNER PAGE RHYTHM ---------- */
.argta-section-head{max-width:1160px!important}
.argta-section-head p{max-width:1080px!important}
.argta-page-hero-grid>div:first-child,
.argta-service-hero-grid>div:first-child,
.argta-guide-header-grid>div:first-child{max-width:820px!important}
.argta-page-hero p,
.argta-service-hero p,
.argta-guide-deck{max-width:800px!important}

/* The final CTA eyebrow should read as part of the CTA, not a tiny floating pill. */
.argta-final-cta .argta-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  margin:0 auto 10px!important;
  padding:7px 13px!important;
  color:#eaf5ff!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.10)!important;
  font-size:.72rem!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
}
.argta-final-cta h2{margin-top:4px!important}

/* Footer uses the same crisp lockup. */
.argta-brand--footer{
  display:flex!important;
  width:285px!important;
  max-width:100%!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}
.argta-brand--footer .argta-brand-lockup{justify-content:center!important}
.argta-brand--footer .argta-brand-mark-img{width:79px!important;height:82px!important;flex-basis:79px!important}
.argta-brand--footer .argta-brand-name{font-size:17.5px!important}
.argta-brand--footer .argta-brand-gta strong{font-size:39px!important}
.argta-brand--footer .argta-brand-coverage{
  margin-top:7px!important;
  font-size:10.3px!important;
  letter-spacing:.105em!important;
  text-align:center!important;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1023px){
  .argta-container,
  body.argta-front-page .argta-container,
  .argta-footer-bottom .argta-container{width:min(820px,calc(100% - 34px))!important}
  .argta-v196-hero__grid{grid-template-columns:1fr!important;gap:24px!important}
  .argta-v196-hero__main,.argta-v196-hero__form{max-width:790px!important;margin-inline:auto!important}
  .argta-v196-hero__form{width:100%!important}
  .argta-v196-link--light{margin-left:0!important}
  .argta-v196-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
  .argta-v196-coverage__grid{grid-template-columns:1fr!important;gap:28px!important}
  .argta-v196-coverage__copy{max-width:none!important}
  .argta-v196-coverage__map{max-width:680px!important;margin-inline:auto!important;min-height:330px!important}
  .argta-v196-brand-band{grid-template-columns:1fr!important;gap:16px!important}
  .argta-v196-brand-links{justify-content:flex-start!important}
}

@media (max-width:639px){
  .argta-container,
  body.argta-front-page .argta-container,
  .argta-site-header .argta-header-inner,
  .argta-site-footer .argta-footer-grid,
  .argta-footer-bottom .argta-container{width:calc(100% - 28px)!important}
  .argta-site-header .argta-header-inner{min-height:80px!important}
  .argta-site-header .argta-brand--header{width:226px!important}
  .argta-brand-mark-img{width:57px!important;height:59px!important;flex-basis:57px!important}
  .argta-brand-lockup{gap:7px!important}
  .argta-brand-name{font-size:14px!important}
  .argta-brand-gta{gap:6px!important}
  .argta-brand-gta strong{font-size:31px!important}
  .argta-brand-gta span{width:18px!important;flex-basis:18px!important}
  .argta-site-header .argta-brand-coverage{margin-top:3px!important;font-size:7.8px!important;letter-spacing:.055em!important}
  .argta-v196-hero__actions{display:grid!important;grid-template-columns:1fr!important;gap:11px!important}
  .argta-v196-link--light{justify-content:flex-start!important;padding:5px 2px!important}
  .argta-v196-service-grid{grid-template-columns:1fr!important;gap:14px!important}
  .argta-v196-coverage__map{min-height:0!important;padding:20px 14px 18px!important}
  .argta-v199-map-art{min-height:0!important}
  .argta-v196-coverage__map img{width:min(100%,360px)!important}
  .argta-v196-coverage__map figcaption strong{font-size:.96rem!important}
  .argta-v196-coverage__map figcaption span{font-size:.74rem!important}
  .argta-brand--footer{width:250px!important;margin-inline:auto!important}
}

/* ===== v1910-hero-trust-polish.css ===== */
/*
 * Appliance Repair GTA v1.9.10
 * Targeted live-layout correction:
 * - uses the unused hero-left vertical space for useful request guidance
 * - turns the post-hero trust row into one centered premium panel
 * - removes the awkward empty white band between hero and services
 */

/* ---------- HERO: USE THE BLUE SPACE INTENTIONALLY ---------- */
.argta-v1910-hero-help{
  width:min(100%,775px);
  margin-top:22px;
  padding:18px 20px 19px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.argta-v1910-hero-help__title{
  display:flex;
  align-items:flex-start;
  gap:11px;
  padding-bottom:13px;
  border-bottom:1px solid rgba(255,255,255,.11);
}
.argta-v1910-hero-help__title>svg{
  width:25px;
  height:25px;
  flex:0 0 25px;
  padding:5px;
  box-sizing:content-box;
  border-radius:50%;
  background:rgba(161,224,22,.14);
  color:#a8e01e;
}
.argta-v1910-hero-help__title span{display:flex;min-width:0;flex-direction:column;gap:3px}
.argta-v1910-hero-help__title strong{
  color:#fff;
  font-size:.93rem;
  line-height:1.25;
  font-weight:900;
}
.argta-v1910-hero-help__title small{
  color:#bcd0e4;
  font-size:.76rem;
  line-height:1.45;
}
.argta-v1910-hero-help__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 22px;
  margin-top:14px;
}
.argta-v1910-hero-help__grid span{
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#e4edf6;
  font-size:.77rem;
  line-height:1.42;
  font-weight:750;
}
.argta-v1910-hero-help__grid svg{
  width:15px;
  height:15px;
  flex:0 0 15px;
  margin-top:1px;
  color:#a8e01e;
}

/* ---------- TRUST / REQUEST-HANDLING PANEL ---------- */
.argta-v196-trust{
  padding:28px 0 34px!important;
  border-bottom:1px solid #edf1f5!important;
  background:linear-gradient(180deg,#fff,#fbfcfe)!important;
}
.argta-v196-trust .argta-v196-trust__grid{
  width:min(1180px,calc(100% - 44px))!important;
  margin:0 auto!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #dfe8f1!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 14px 36px rgba(8,39,78,.07)!important;
}
.argta-v196-trust__grid>div,
.argta-v196-trust__grid>div:first-child,
.argta-v196-trust__grid>div:last-child{
  display:flex!important;
  min-height:142px!important;
  padding:25px 30px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  text-align:left!important;
}
.argta-v196-trust__grid>div{border-right:1px solid #e6edf3!important}
.argta-v196-trust__grid>div:last-child{border-right:0!important}
.argta-v196-trust__grid>div>span{max-width:285px!important}
.argta-v196-trust svg{
  width:30px!important;
  height:30px!important;
  flex:0 0 30px!important;
  padding:9px!important;
  background:#f0f8dc!important;
  color:#75a80e!important;
}
.argta-v196-trust strong{
  font-size:1rem!important;
  line-height:1.25!important;
  font-weight:900!important;
}
.argta-v196-trust small{
  margin-top:5px!important;
  color:#63778c!important;
  font-size:.83rem!important;
  line-height:1.5!important;
}

@media (max-width:1023px){
  .argta-v1910-hero-help{max-width:790px;margin-inline:auto}
  .argta-v196-trust .argta-v196-trust__grid{width:min(790px,calc(100% - 34px))!important;grid-template-columns:1fr!important}
  .argta-v196-trust__grid>div,
  .argta-v196-trust__grid>div:first-child,
  .argta-v196-trust__grid>div:last-child{
    min-height:0!important;
    justify-content:flex-start!important;
    padding:20px 24px!important;
    border-right:0!important;
    border-bottom:1px solid #e6edf3!important;
  }
  .argta-v196-trust__grid>div:last-child{border-bottom:0!important}
  .argta-v196-trust__grid>div>span{max-width:none!important}
}

@media (max-width:639px){
  .argta-v1910-hero-help{margin-top:17px;padding:16px 15px 17px;border-radius:15px}
  .argta-v1910-hero-help__grid{grid-template-columns:1fr;gap:9px}
  .argta-v196-trust{padding:20px 0 26px!important}
  .argta-v196-trust .argta-v196-trust__grid{width:calc(100% - 28px)!important;border-radius:16px!important}
  .argta-v196-trust__grid>div,
  .argta-v196-trust__grid>div:first-child,
  .argta-v196-trust__grid>div:last-child{padding:18px!important;gap:12px!important}
  .argta-v196-trust svg{width:26px!important;height:26px!important;flex-basis:26px!important;padding:8px!important}
  .argta-v196-trust strong{font-size:.94rem!important}
  .argta-v196-trust small{font-size:.79rem!important}
}

/* ===== v1911-mobile-menu-failsafe.css ===== */
/* Appliance Repair GTA v1.9.11  -  mobile navigation fail-safe
 * Native checkbox/label control keeps the hamburger functional even when a
 * cache/optimization plugin delays JavaScript. JS remains an enhancement only.
 */
.argta-menu-state{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:0!important;
  padding:0!important;
  opacity:0!important;
  pointer-events:none!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}

@media (max-width:1159px){
  .argta-site-header{
    overflow:visible!important;
  }
  .argta-site-header .argta-header-inner{
    position:relative!important;
  }
  .argta-menu-toggle{
    position:relative!important;
    z-index:1004!important;
    cursor:pointer!important;
    -webkit-tap-highlight-color:transparent;
    touch-action:manipulation;
  }
  .argta-menu-state:focus-visible + .argta-menu-toggle{
    outline:3px solid #b8ed32!important;
    outline-offset:3px!important;
  }
  .argta-primary-nav{
    z-index:1003!important;
    width:100%!important;
    min-width:100%!important;
    color:#fff!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .argta-menu-state:checked ~ .argta-primary-nav,
  .argta-primary-nav.is-open{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  .argta-primary-nav .argta-menu,
  .argta-primary-nav .argta-menu>li{
    width:100%!important;
  }
  .argta-primary-nav .argta-menu>li>a{
    display:flex!important;
    width:100%!important;
    color:#fff!important;
    opacity:1!important;
  }
  .argta-primary-nav .argta-menu>li>a:hover,
  .argta-primary-nav .argta-menu>li>a:focus,
  .argta-primary-nav .argta-menu>li.current-menu-item>a{
    color:#c8f367!important;
    background:rgba(255,255,255,.08)!important;
  }
  .argta-menu-line{
    transition:transform .18s ease,opacity .18s ease!important;
    transform-origin:center!important;
  }
  .argta-menu-state:checked + .argta-menu-toggle .argta-menu-line:nth-of-type(2){
    transform:translateY(8px) rotate(45deg)!important;
  }
  .argta-menu-state:checked + .argta-menu-toggle .argta-menu-line:nth-of-type(3){
    opacity:0!important;
  }
  .argta-menu-state:checked + .argta-menu-toggle .argta-menu-line:nth-of-type(4){
    transform:translateY(-8px) rotate(-45deg)!important;
  }
}

@media (max-width:560px){
  .argta-primary-nav{
    padding:10px 20px 18px!important;
  }
  .argta-primary-nav .argta-menu>li>a{
    min-height:52px!important;
    font-size:1rem!important;
  }
}

/* ===== v1912-mobile-form-polish.css ===== */
/* v1.9.12 mobile form polish */
.argta-upload-field{overflow:visible!important}
.argta-upload-control{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:12px!important;margin-top:4px!important}
.argta-upload-input{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.argta-upload-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:0 18px!important;border:1px solid #d3deea!important;border-radius:12px!important;background:#edf3f8!important;color:#0e2f55!important;font-size:1rem!important;font-weight:800!important;line-height:1.2!important;text-align:center!important;cursor:pointer!important;white-space:nowrap!important;box-sizing:border-box!important;text-decoration:none!important}
.argta-upload-status{display:block!important;min-width:0!important;font-size:.92rem!important;line-height:1.35!important;color:#58697f!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.argta-upload-input:focus + .argta-upload-button,.argta-upload-button:focus{outline:3px solid rgba(12,143,144,.18)!important;outline-offset:2px!important;border-color:#6ea622!important}
@media (max-width: 767px){
  .argta-upload-control{grid-template-columns:1fr!important;align-items:stretch!important;gap:10px!important}
  .argta-upload-button{width:100%!important;min-height:50px!important}
  .argta-upload-status{font-size:.88rem!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
}

/* ===== v1914-professional-depth-scope.css ===== */
/* ==========================================================================\n   Appliance Repair GTA v1.9.14 - layout, footer, service cards, content depth\n   ========================================================================== */
:root{--v1914-content:1260px;--v1914-reading:1160px;}

/* More natural spacing between primary and secondary hero actions on inner pages. */
.argta-page-hero .argta-hero-actions,
.argta-service-hero .argta-hero-actions,
.argta-guide-header .argta-hero-actions{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:18px 34px!important;
  margin-top:28px!important;
}
.argta-page-hero .argta-hero-actions .argta-text-link,
.argta-service-hero .argta-hero-actions .argta-text-link,
.argta-guide-header .argta-hero-actions .argta-text-link{
  margin-left:10px!important;
  padding:12px 4px!important;
}

/* Center the recurring content cards instead of letting them stretch awkwardly. */
.argta-two-list-grid,
.argta-three-column-info,
.argta-factor-grid,
.argta-faq-wrap,
.argta-location-link-grid{
  width:min(100%,var(--v1914-reading))!important;
  margin-inline:auto!important;
}
.argta-two-list-grid{gap:26px!important;align-items:stretch!important;}
.argta-two-list-grid article{min-height:100%!important;padding:30px 34px!important;}
.argta-two-list-grid article h3{margin-bottom:18px!important;font-size:1.32rem!important;}
.argta-two-list-grid .argta-check-list{margin-bottom:0!important;}

/* Inner-page hero media stays polished while text buttons have room. */
.argta-page-hero-grid{gap:64px!important;}
.argta-page-hero-grid>.argta-hero-photo{box-shadow:0 24px 48px rgba(6,35,70,.12)!important;}

/* Service visual stories: use the now-approved gas and cooling-system imagery. */
.argta-service-story{padding-top:66px!important;padding-bottom:66px!important;background:#fff!important;}
.argta-service-story-grid{display:grid;gap:22px;width:min(100%,1220px);margin:0 auto;}
.argta-service-story-grid--2{grid-template-columns:repeat(2,minmax(0,1fr));}
.argta-service-story-grid--3{grid-template-columns:repeat(3,minmax(0,1fr));}
.argta-service-story-grid--4{grid-template-columns:repeat(4,minmax(0,1fr));}
.argta-service-story-card{overflow:hidden;border:1px solid #dbe6ef;border-radius:18px;background:#fff;box-shadow:0 14px 30px rgba(7,37,73,.07);}
.argta-service-story-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;}
.argta-service-story-card>div{padding:22px 22px 24px;}
.argta-service-story-card h3{margin:0 0 9px;font-size:1.08rem;color:#092d59;}
.argta-service-story-card p{margin:0;color:#60758a;font-size:.91rem;line-height:1.62;}

/* Rich homepage content, similar in depth and usefulness to the Painters site without copying it. */
.argta-v1914-depth-section{padding:76px 0 82px;background:#fff;}
.argta-v1914-depth-head{max-width:880px;margin:0 auto 34px;text-align:center;}
.argta-v1914-depth-head h2{margin:10px 0 12px;font-size:clamp(2rem,3vw,2.85rem);line-height:1.05;color:#082d58;}
.argta-v1914-depth-head p{margin:0 auto;max-width:820px;color:#61768a;font-size:1rem;line-height:1.7;}
.argta-v1914-depth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.argta-v1914-depth-grid article{overflow:hidden;border:1px solid #dbe6ef;border-radius:20px;background:#fff;box-shadow:0 16px 34px rgba(7,38,74,.08);}
.argta-v1914-depth-grid img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;}
.argta-v1914-depth-grid article>div{padding:25px 26px 27px;}
.argta-v1914-depth-grid article>div>span{display:block;margin-bottom:7px;color:#177d80;font-size:.72rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;}
.argta-v1914-depth-grid h3{margin:0 0 10px;color:#082d58;font-size:1.28rem;line-height:1.18;}
.argta-v1914-depth-grid p{margin:0 0 16px;color:#61768a;font-size:.92rem;line-height:1.65;}
.argta-v1914-process-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:38px;overflow:hidden;border:1px solid #dce8f0;border-radius:18px;background:#dce8f0;}
.argta-v1914-process-points>div{padding:24px 26px;background:#f7fbfd;}
.argta-v1914-process-points strong{display:block;margin-bottom:7px;color:#082d58;font-size:1rem;}
.argta-v1914-process-points span{display:block;color:#61768a;font-size:.88rem;line-height:1.55;}

/* Footer: balanced four-column layout, tighter top gap and Painters-style rhythm. */
.argta-site-footer{margin-top:0!important;background:#031b3f!important;}
.argta-site-footer .argta-footer-grid--v1914{
  display:grid!important;
  grid-template-columns:minmax(300px,1.12fr) minmax(190px,.78fr) minmax(190px,.78fr) minmax(220px,.9fr)!important;
  gap:54px!important;
  align-items:start!important;
  width:min(1280px,calc(100% - 48px))!important;
  padding:62px 0 48px!important;
}
.argta-footer-brand{max-width:400px!important;}
.argta-footer-brand .argta-brand--footer{width:350px!important;max-width:100%!important;margin:0 auto 22px!important;}
.argta-brand--footer .argta-brand-lockup{justify-content:center!important;}
.argta-brand--footer .argta-brand-mark-img{width:88px!important;height:91px!important;flex-basis:88px!important;}
.argta-brand--footer .argta-brand-name{font-size:19px!important;}
.argta-brand--footer .argta-brand-gta strong{font-size:43px!important;}
.argta-brand--footer .argta-brand-coverage{margin-top:9px!important;font-size:10.6px!important;letter-spacing:.10em!important;}
.argta-footer-brand>p{margin:0 0 22px!important;color:#c9d8e4!important;font-size:.92rem!important;line-height:1.67!important;}
.argta-footer-hours{display:flex!important;gap:10px!important;align-items:flex-start!important;}
.argta-footer-hours svg{flex:0 0 19px!important;width:19px!important;margin-top:2px!important;}
.argta-btn--footer{margin-top:4px!important;}
.argta-site-footer .argta-footer-column h3{margin:4px 0 22px!important;color:#fff!important;font-size:1rem!important;font-weight:900!important;}
.argta-site-footer .argta-footer-column ul{display:grid!important;gap:0!important;margin:0!important;padding:0!important;list-style:none!important;}
.argta-site-footer .argta-footer-column li{margin:0!important;}
.argta-site-footer .argta-footer-column a:not(.argta-btn){display:inline-block!important;padding:7px 0!important;color:#cfdeea!important;font-size:.88rem!important;line-height:1.35!important;}
.argta-site-footer .argta-footer-column a:hover,.argta-site-footer .argta-footer-column a:focus{color:#a4e515!important;}
.argta-footer-view-all{margin-top:5px!important;color:#fff!important;font-weight:850!important;}
.argta-footer-bottom{border-top:1px solid rgba(255,255,255,.10)!important;}
.argta-footer-bottom .argta-container{width:min(1280px,calc(100% - 48px))!important;padding:18px 0 20px!important;gap:24px!important;}

/* Keep the final CTA and footer visually connected, not separated by a dead band. */
.argta-final-cta{margin-bottom:0!important;padding:52px 0!important;}
.argta-final-cta+.argta-site-footer{margin-top:0!important;}

@media (max-width:1100px){
  .argta-site-footer .argta-footer-grid--v1914{grid-template-columns:1.1fr 1fr 1fr!important;gap:38px!important;}
  .argta-site-footer .argta-footer-grid--v1914>.argta-footer-column:last-child{grid-column:2/4!important;}
  .argta-v1914-depth-grid{grid-template-columns:1fr 1fr!important;}
  .argta-v1914-depth-grid article:last-child{grid-column:1/-1!important;max-width:620px;margin-inline:auto;width:100%;}
  .argta-service-story-grid--4{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:760px){
  .argta-page-hero .argta-hero-actions,.argta-service-hero .argta-hero-actions,.argta-guide-header .argta-hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
  .argta-page-hero .argta-hero-actions .argta-text-link,.argta-service-hero .argta-hero-actions .argta-text-link,.argta-guide-header .argta-hero-actions .argta-text-link{margin-left:0!important;padding:8px 2px!important;}
  .argta-two-list-grid,.argta-service-story-grid--2,.argta-service-story-grid--3,.argta-service-story-grid--4,.argta-v1914-depth-grid,.argta-v1914-process-points{grid-template-columns:1fr!important;}
  .argta-v1914-depth-grid article:last-child{grid-column:auto!important;max-width:none!important;}
  .argta-site-footer .argta-footer-grid--v1914{grid-template-columns:1fr!important;gap:34px!important;width:calc(100% - 34px)!important;padding:46px 0 36px!important;}
  .argta-site-footer .argta-footer-grid--v1914>.argta-footer-column:last-child{grid-column:auto!important;}
  .argta-footer-brand{max-width:none!important;}
  .argta-footer-brand .argta-brand--footer{margin-inline:auto!important;}
  .argta-footer-brand>p,.argta-footer-hours{text-align:left!important;}
  .argta-v1914-depth-section{padding:58px 0 62px!important;}
}


.argta-about-detail-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:58px;align-items:center;}
.argta-about-detail figure{margin:0;overflow:hidden;border-radius:22px;box-shadow:0 20px 42px rgba(7,37,73,.10);}
.argta-about-detail figure img{display:block;width:100%;aspect-ratio:16/11;object-fit:cover;}
.argta-about-detail h2{margin:10px 0 14px;color:#082d58;font-size:clamp(2rem,3vw,2.7rem);line-height:1.07;}
.argta-about-detail p{color:#60758a;font-size:1rem;line-height:1.68;}
.argta-v1914-after-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;width:min(100%,1160px);margin:0 auto;}
.argta-v1914-after-grid article{padding:28px 30px;border:1px solid #dbe6ef;border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(7,37,73,.06);}
.argta-v1914-after-grid article>span{display:grid;place-items:center;width:36px;height:36px;margin-bottom:16px;border-radius:50%;background:#a4e515;color:#082d58;font-weight:950;}
.argta-v1914-after-grid h3{margin:0 0 9px;color:#082d58;font-size:1.13rem;}
.argta-v1914-after-grid p{margin:0;color:#60758a;font-size:.91rem;line-height:1.62;}
@media (max-width:760px){.argta-about-detail-grid,.argta-v1914-after-grid{grid-template-columns:1fr!important;gap:22px!important;}}

/* ===== v1.9.15 mobile navigation hardening ===== */
:root{--argta-mobile-nav-top:88px;}

@media (max-width:1199px){
  body.argta-menu-open{overflow:hidden!important;}
  .argta-site-header{overflow:visible!important;isolation:isolate!important;}
  .argta-site-header .argta-header-inner.argta-container{
    position:relative!important;
    width:calc(100% - 28px)!important;
    max-width:none!important;
    min-height:82px!important;
    padding:7px 0!important;
    gap:12px!important;
  }
  .argta-site-header .argta-brand--header{
    width:min(250px,calc(100% - 62px))!important;
    min-width:0!important;
    max-width:250px!important;
    margin:0!important;
    align-items:flex-start!important;
  }
  .argta-site-header .argta-brand-lockup{justify-content:flex-start!important;max-width:100%!important;}
  .argta-site-header .argta-brand-coverage{
    max-width:100%!important;
    text-align:left!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:clip!important;
  }
  .argta-site-header .argta-header-actions{display:none!important;}
  .argta-menu-toggle{
    display:flex!important;
    flex:0 0 48px!important;
    width:48px!important;
    height:48px!important;
    margin-left:auto!important;
    padding:0!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    border:1px solid rgba(255,255,255,.24)!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.08)!important;
    box-shadow:none!important;
    cursor:pointer!important;
    z-index:1006!important;
  }
  .argta-menu-toggle:hover,.argta-menu-toggle:focus-visible{background:rgba(255,255,255,.14)!important;outline:2px solid #a4e515!important;outline-offset:2px!important;}
  .argta-menu-toggle .argta-menu-line{
    display:block!important;
    width:23px!important;
    height:2px!important;
    margin:3px 0!important;
    border:0!important;
    border-radius:99px!important;
    background:#fff!important;
  }
  .argta-primary-nav{
    display:none!important;
    position:fixed!important;
    top:var(--argta-mobile-nav-top)!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100vw!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:14px 18px max(90px,calc(24px + env(safe-area-inset-bottom)))!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    background:#031b3f!important;
    border-top:1px solid rgba(255,255,255,.10)!important;
    box-shadow:0 22px 36px rgba(0,0,0,.28)!important;
    transform:none!important;
    z-index:1005!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .argta-menu-state:checked ~ .argta-primary-nav,
  .argta-primary-nav.is-open{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;}
  .argta-primary-nav .argta-menu{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:min(100%,720px)!important;
    margin:0 auto!important;
    padding:0!important;
    gap:7px!important;
    list-style:none!important;
  }
  .argta-primary-nav .argta-menu>li{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  .argta-primary-nav .argta-menu>li>a{
    display:flex!important;
    width:100%!important;
    min-height:54px!important;
    margin:0!important;
    padding:0 16px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.035)!important;
    color:#fff!important;
    font-size:1rem!important;
    font-weight:850!important;
    line-height:1.25!important;
    white-space:normal!important;
    text-align:left!important;
    text-decoration:none!important;
  }
  .argta-primary-nav .argta-menu>li>a:hover,
  .argta-primary-nav .argta-menu>li>a:focus,
  .argta-primary-nav .argta-menu>li.current-menu-item>a,
  .argta-primary-nav .argta-menu>li.current_page_item>a{
    border-color:rgba(164,229,21,.35)!important;
    background:rgba(164,229,21,.12)!important;
    color:#c8f367!important;
  }
  .argta-primary-nav .sub-menu{position:static!important;width:100%!important;margin:7px 0 0!important;padding:0 0 0 12px!important;background:transparent!important;border:0!important;box-shadow:none!important;}
  .argta-primary-nav .sub-menu a{display:flex!important;min-height:46px!important;align-items:center!important;padding:0 14px!important;border-radius:10px!important;color:#e5eef7!important;background:rgba(255,255,255,.025)!important;}
}

@media (min-width:1200px){
  body.argta-menu-open{overflow:auto!important;}
  .argta-menu-toggle{display:none!important;}
  .argta-primary-nav{
    display:block!important;
    position:static!important;
    inset:auto!important;
    width:auto!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .argta-primary-nav .argta-menu{display:flex!important;}
}

@media (max-width:639px){
  .argta-site-header .argta-header-inner.argta-container{width:calc(100% - 22px)!important;min-height:76px!important;}
  .argta-site-header .argta-brand--header{width:min(218px,calc(100% - 60px))!important;max-width:218px!important;}
  .argta-brand-mark-img{width:56px!important;height:58px!important;flex-basis:56px!important;}
  .argta-brand-name{font-size:13.8px!important;}
  .argta-brand-gta strong{font-size:30px!important;}
  .argta-brand-gta span{width:18px!important;flex-basis:18px!important;}
  .argta-site-header .argta-brand-coverage{font-size:7.6px!important;letter-spacing:.045em!important;margin-top:3px!important;}
  .argta-menu-toggle{width:46px!important;height:46px!important;flex-basis:46px!important;}
  .argta-primary-nav{padding:12px 14px max(88px,calc(22px + env(safe-area-inset-bottom)))!important;}
  .argta-primary-nav .argta-menu{gap:6px!important;}
  .argta-primary-nav .argta-menu>li>a{min-height:52px!important;padding:0 14px!important;font-size:.98rem!important;}
}

@media (max-width:374px){
  .argta-site-header .argta-brand--header{width:min(194px,calc(100% - 56px))!important;max-width:194px!important;}
  .argta-brand-mark-img{width:51px!important;height:53px!important;flex-basis:51px!important;}
  .argta-brand-name{font-size:12.7px!important;}
  .argta-brand-gta strong{font-size:27px!important;}
  .argta-site-header .argta-brand-coverage{font-size:6.9px!important;letter-spacing:.025em!important;}
  .argta-menu-toggle{width:44px!important;height:44px!important;flex-basis:44px!important;}
}


/* v1.9.16 onsite SEO depth pass */
.argta-brand-story{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:42px;align-items:start;max-width:1160px;margin-inline:auto}
.argta-brand-story>div>p{max-width:760px}
.argta-brand-problem-grid,.argta-cost-appliance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1160px;margin-inline:auto}
.argta-brand-problem-grid article,.argta-cost-appliance-grid article{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:25px 26px;border:1px solid #dbe6ef;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(7,37,73,.055)}
.argta-brand-problem-grid h3,.argta-cost-appliance-grid h3{margin:0 0 10px;color:#082d58;font-size:1.12rem;line-height:1.22}
.argta-brand-problem-grid p,.argta-cost-appliance-grid p{margin:0 0 16px;color:#60758a;font-size:.94rem;line-height:1.65}
.argta-brand-problem-grid .argta-text-link,.argta-cost-appliance-grid .argta-text-link{margin-top:auto}
.argta-cost-note{max-width:1160px;margin:22px auto 0;padding:18px 20px;border:1px solid #d9e8e3;border-left:4px solid #177d80;border-radius:13px;background:#f3faf8;color:#52697e;line-height:1.6}
.argta-cost-note strong{color:#082d58}
.argta-lifespan-table{max-width:1160px;margin-inline:auto;background:#fff}
.argta-lifespan-table>div{grid-template-columns:.24fr .2fr .56fr}
.argta-lifespan-table>div>*{line-height:1.5}
.argta-lifespan-table>div:not(.argta-decision-head)>strong{color:#082d58}
.argta-reference-note{max-width:1040px;margin:18px auto 0;color:#6b7890;font-size:.86rem;line-height:1.6;text-align:center}
@media (max-width:900px){.argta-brand-story{grid-template-columns:1fr}.argta-brand-problem-grid,.argta-cost-appliance-grid{grid-template-columns:1fr 1fr}.argta-lifespan-table>div{grid-template-columns:.28fr .22fr .5fr}}
@media (max-width:680px){.argta-brand-problem-grid,.argta-cost-appliance-grid{grid-template-columns:1fr}.argta-lifespan-table>div{grid-template-columns:1fr}.argta-lifespan-table>div>*{border-right:0}.argta-lifespan-table .argta-decision-head{display:none!important}.argta-lifespan-table>div:not(.argta-decision-head){padding:14px 0}.argta-lifespan-table>div:not(.argta-decision-head)>*{padding:6px 16px;border-bottom:0}.argta-lifespan-table>div:not(.argta-decision-head)>strong{font-size:1rem}.argta-lifespan-table>div:not(.argta-decision-head)>span:first-of-type{font-weight:800;color:#177d80}}

/* ===== v1.9.17 footer alignment and mobile gap correction =====
 * Removes stacked legacy footer top padding, optically centers the logo lockup,
 * and tightens the transition from the final CTA into the footer on all screens.
 */
.argta-site-footer{
  padding-top:0!important;
}
.argta-site-footer .argta-footer-grid--v1914{
  padding-top:50px!important;
}
.argta-footer-brand{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
}
.argta-footer-brand .argta-brand--footer{
  align-self:center!important;
  margin:0 auto 22px!important;
}
/* The CN Tower mark is visually weighted to the right inside its source image.
   This small optical correction centers the visible lockup while keeping the
   coverage line mathematically centered. */
.argta-brand--footer .argta-brand-lockup{
  transform:translateX(-10px)!important;
  transform-origin:center!important;
}
.argta-final-cta + .argta-site-footer{
  margin-top:0!important;
}

@media (max-width:760px){
  .argta-site-footer .argta-footer-grid--v1914{
    padding-top:30px!important;
    padding-bottom:34px!important;
    gap:30px!important;
  }
  .argta-footer-brand .argta-brand--footer{
    width:min(100%,330px)!important;
    margin:0 auto 18px!important;
  }
  .argta-brand--footer .argta-brand-lockup{
    transform:translateX(-12px)!important;
  }
  .argta-brand--footer .argta-brand-coverage{
    width:100%!important;
    text-align:center!important;
  }
}

@media (max-width:420px){
  .argta-site-footer .argta-footer-grid--v1914{
    width:calc(100% - 28px)!important;
    padding-top:26px!important;
  }
  .argta-footer-brand .argta-brand--footer{
    width:min(100%,315px)!important;
  }
  .argta-brand--footer .argta-brand-lockup{
    transform:translateX(-10px)!important;
  }
}

/* ===== v1.9.20 research-led commercial architecture ===== */
.argta-specialized-link-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  width:min(100%,1120px);
  margin:0 auto;
}
.argta-specialized-link-grid>a{
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  align-items:stretch;
  min-width:0;
  overflow:hidden;
  border:1px solid #dbe5e6;
  border-radius:22px;
  background:#fff;
  color:var(--argta-ink);
  box-shadow:0 12px 32px rgba(7,31,51,.065);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.argta-specialized-link-grid>a:hover{
  transform:translateY(-3px);
  border-color:#a9d0cb;
  box-shadow:0 18px 40px rgba(7,31,51,.10);
}
.argta-specialized-link-grid>a>img{
  width:100%;
  height:100%;
  min-height:190px;
  object-fit:cover;
  object-position:center;
}
.argta-specialized-link-grid>a>span{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:8px;
  min-width:0;
  padding:25px 26px;
}
.argta-specialized-link-grid strong{font-size:1.12rem;line-height:1.25;color:#0b2949}
.argta-specialized-link-grid small{font-size:.84rem;line-height:1.6;color:var(--argta-muted)}
.argta-specialized-link-grid em{display:inline-flex;align-items:center;gap:7px;margin-top:5px;color:var(--argta-teal-dark);font-size:.8rem;font-style:normal;font-weight:850}
.argta-specialized-link-grid em svg{width:17px;height:17px}
.argta-specialized-link-grid--text>a{grid-template-columns:1fr;min-height:180px}
.argta-specialized-link-grid--text>a>span{padding:28px 30px}

.argta-specialized-story-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  width:min(100%,1120px);
  margin:0 auto;
}
.argta-specialized-story-grid>article{
  overflow:hidden;
  border:1px solid #dce5e6;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 32px rgba(7,31,51,.06);
}
.argta-specialized-story-grid>article>img{width:100%;aspect-ratio:16/9;object-fit:cover}
.argta-specialized-story-grid>article>div{padding:26px 28px 28px}
.argta-specialized-story-grid h2{font-size:clamp(1.45rem,2.1vw,1.9rem);margin-top:8px}
.argta-specialized-story-grid p{color:var(--argta-muted)}

.argta-three-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  width:min(100%,1120px);
  margin:0 auto;
}
.argta-three-card-grid>article{
  min-width:0;
  padding:27px 28px;
  border:1px solid #dce6e7;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 28px rgba(7,31,51,.05);
}
.argta-three-card-grid h3{font-size:1.13rem;margin:8px 0 10px}
.argta-three-card-grid p{margin:0;color:var(--argta-muted);font-size:.91rem;line-height:1.68}
.argta-card-kicker{display:inline-flex;color:var(--argta-teal-dark);font-size:.72rem;font-weight:900;letter-spacing:.085em;text-transform:uppercase}

.argta-inline-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px 24px;
  align-items:center;
  margin-top:18px;
}
.argta-inline-links .argta-text-link{margin:0}

.argta-callout-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  width:min(100%,1120px);
  padding:28px 30px;
  border:1px solid #d7e7e4;
  border-radius:22px;
  background:linear-gradient(135deg,#f8fbfa,#eef8f6);
}
.argta-callout-row>div{max-width:760px}
.argta-callout-row h2{font-size:clamp(1.55rem,2.5vw,2.05rem)}
.argta-callout-row p{margin-bottom:0;color:var(--argta-muted)}
.argta-callout-row>.argta-btn{flex:0 0 auto;margin:0}

.argta-guide-link-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  width:min(100%,1120px);
  margin:0 auto;
}
.argta-guide-link-grid>a{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:190px;
  padding:23px 24px;
  border:1px solid #dce5e6;
  border-radius:18px;
  background:#fff;
  color:var(--argta-ink);
  box-shadow:0 9px 25px rgba(7,31,51,.05);
}
.argta-guide-link-grid>a:hover{border-color:#a9d0cb;box-shadow:0 14px 32px rgba(7,31,51,.09)}
.argta-guide-link-grid strong{font-size:1.02rem;line-height:1.35;color:#0b2949}
.argta-guide-link-grid span{margin:10px 0 18px;color:var(--argta-muted);font-size:.84rem;line-height:1.58}
.argta-guide-link-grid em{display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:var(--argta-teal-dark);font-style:normal;font-size:.8rem;font-weight:850}
.argta-guide-link-grid em svg{width:17px;height:17px}

.argta-service-intent-section .argta-split{width:min(100%,1120px);margin-inline:auto}
.argta-page-hero--specialized .argta-page-hero-grid{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr)}
.argta-page-hero--specialized .argta-page-hero-grid>picture,
.argta-page-hero--specialized .argta-page-hero-grid>figure{width:100%}
.argta-page-hero--specialized .argta-page-hero-grid img{width:100%;aspect-ratio:16/10;max-height:none;object-fit:cover;border-radius:24px;box-shadow:0 18px 46px rgba(7,31,51,.12)}
.argta-page-hero--specialized .argta-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:25px}
.argta-page-hero--specialized .argta-hero-actions .argta-text-link{margin:0}

@media (max-width:980px){
  .argta-specialized-link-grid>a{grid-template-columns:150px minmax(0,1fr)}
  .argta-three-card-grid,.argta-guide-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .argta-page-hero--specialized .argta-page-hero-grid{grid-template-columns:1fr 1fr;gap:34px}
}
@media (max-width:760px){
  .argta-specialized-link-grid,.argta-specialized-story-grid,.argta-three-card-grid,.argta-guide-link-grid{grid-template-columns:1fr}
  .argta-specialized-link-grid>a{grid-template-columns:1fr}
  .argta-specialized-link-grid>a>img{aspect-ratio:16/9;min-height:0}
  .argta-specialized-link-grid>a>span{padding:22px 23px 24px}
  .argta-callout-row{flex-direction:column;align-items:flex-start;padding:24px}
  .argta-callout-row>.argta-btn{width:100%;justify-content:center}
  .argta-page-hero--specialized .argta-page-hero-grid{grid-template-columns:1fr}
  .argta-page-hero--specialized .argta-page-hero-grid img{aspect-ratio:16/9;border-radius:20px}
  .argta-page-hero--specialized .argta-hero-actions{align-items:flex-start;gap:15px}
  .argta-three-card-grid>article{padding:23px 24px}
}

/* v1.9.20 optional public business location for valid LocalBusiness markup */
.argta-public-business-location address {
  margin: 0;
  font-style: normal;
  line-height: 1.75;
  color: var(--argta-text, #172033);
}

/* ===== v1.9.21 WordPress admin-bar and sticky-header alignment ===== */
/* Keep the public sticky header below the WordPress front-end admin bar while
 * logged in. On very small screens WordPress makes the admin bar non-fixed, so
 * the header returns to top:0 after it scrolls away. */
body.admin-bar .argta-site-header{top:32px!important;}
@media screen and (max-width:782px){body.admin-bar .argta-site-header{top:46px!important;}}
@media screen and (max-width:600px){body.admin-bar .argta-site-header{top:0!important;}}

/* ===== v1.9.22 internal-link and authority-resource architecture ===== */
.argta-related-service-grid,
.argta-request-resource-grid,
.argta-authority-resource-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  width:min(100%,1120px);
  margin:0 auto;
}
.argta-request-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.argta-related-service-grid>a,
.argta-request-resource-grid>a,
.argta-authority-resource-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:180px;
  padding:24px 25px;
  border:1px solid #d9e4e5;
  border-radius:19px;
  background:#fff;
  color:var(--argta-ink);
  box-shadow:0 9px 26px rgba(7,31,51,.055);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.argta-related-service-grid>a:hover,
.argta-request-resource-grid>a:hover,
.argta-authority-resource-card:hover{
  transform:translateY(-2px);
  border-color:#a9d0cb;
  box-shadow:0 15px 34px rgba(7,31,51,.09);
}
.argta-related-service-grid strong,
.argta-request-resource-grid strong,
.argta-authority-resource-card strong{
  color:#0b2949;
  font-size:1.05rem;
  line-height:1.35;
}
.argta-related-service-grid span,
.argta-request-resource-grid span,
.argta-authority-resource-card small{
  margin:9px 0 17px;
  color:var(--argta-muted);
  font-size:.86rem;
  line-height:1.62;
}
.argta-related-service-grid em,
.argta-request-resource-grid em,
.argta-authority-resource-card em{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:auto;
  color:var(--argta-teal-dark);
  font-size:.79rem;
  font-style:normal;
  font-weight:850;
}
.argta-related-service-grid em svg,
.argta-request-resource-grid em svg,
.argta-authority-resource-card em svg{width:17px;height:17px;}
.argta-section--related-services{padding-top:clamp(48px,6vw,76px);padding-bottom:clamp(48px,6vw,76px);}
.argta-section--resources{background:linear-gradient(180deg,#f7faf9 0%,#f0f7f5 100%);}
.argta-authority-resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.argta-authority-resource-card{min-height:205px;border-color:#d4e5e1;}
.argta-authority-resource-source{
  display:inline-flex;
  align-self:flex-start;
  margin:0 0 10px!important;
  padding:5px 9px;
  border-radius:999px;
  background:#edf7f4;
  color:var(--argta-teal-dark)!important;
  font-size:.69rem!important;
  font-weight:900;
  letter-spacing:.055em;
  line-height:1.2!important;
  text-transform:uppercase;
}
.argta-section-action{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:12px 28px;
  margin:25px 0 0;
  text-align:center;
}
.argta-section-action .argta-text-link{margin:0;}

@media (max-width:900px){
  .argta-related-service-grid,.argta-authority-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:680px){
  .argta-related-service-grid,.argta-request-resource-grid,.argta-authority-resource-grid{grid-template-columns:1fr;}
  .argta-related-service-grid>a,.argta-request-resource-grid>a,.argta-authority-resource-card{min-height:0;padding:22px 23px;}
  .argta-section-action{align-items:flex-start;justify-content:flex-start;text-align:left;gap:12px 18px;}
}

/* v1.9.22 keyboard focus for newly added linked cards. */
.argta-related-service-grid>a:focus-visible,
.argta-request-resource-grid>a:focus-visible,
.argta-authority-resource-card:focus-visible{
  outline:3px solid var(--argta-lime);
  outline-offset:4px;
  border-color:var(--argta-teal-dark);
}


/* ===== v1.9.23 content-depth and FAQ usability polish ===== */
.argta-faq-groups {
    display: grid;
    gap: clamp(1.75rem, 3vw, 2.75rem);
}

.argta-faq-group {
    width: min(100%, 920px);
    margin-inline: auto;
}

.argta-faq-group-title {
    margin: 0 0 .9rem;
    font-size: clamp(1.15rem, 1.6vw, 1.4rem);
    line-height: 1.25;
    color: var(--argta-navy, #0e2340);
}

.argta-faq-group + .argta-faq-group {
    padding-top: .25rem;
}

/* ===== v1.9.24 mobile sticky CTA and footer-bottom correction =====
 * The fixed mobile CTA needs reserved space while visible, but that space
 * must disappear when the CTA hides at the footer or request form. This avoids
 * a blank strip below the navy footer without letting the CTA cover the final
 * readable content on ordinary scroll positions.
 */
@media (max-width:1199px){
  body{padding-bottom:max(64px,calc(52px + 22px + env(safe-area-inset-bottom)))!important;}
  body.argta-mobile-cta-hidden{padding-bottom:0!important;}
  .argta-site-footer{margin-bottom:0!important;}
}

@media (min-width:1200px){
  body{padding-bottom:0!important;}
}

/* ===== v1.9.26 mobile header left-lockup restoration =====
 * Restore the proven left-aligned mobile brand composition at its existing
 * responsive size. Keep the menu control on the right and vertically aligned
 * without altering tablet or desktop header sizing.
 */
@media (max-width:760px){
  .argta-site-header .argta-header-inner.argta-container{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
  }
  .argta-site-header .argta-brand--header{
    margin:0!important;
  }
  .argta-menu-toggle{
    position:static!important;
    margin-left:auto!important;
    transform:none!important;
    flex:0 0 auto!important;
  }
}


/* ===== v1.9.27 regional brand signature refinement =====
 * Keep the approved CN Tower + Appliance Repair GTA lockup dimensions intact.
 * Centre the expanded Toronto / York / Peel / Durham Region signature beneath
 * the complete lockup and tune only this small coverage line by breakpoint.
 */
.argta-site-header .argta-brand-coverage,
.argta-brand--footer .argta-brand-coverage{
  width:100%!important;
  padding-left:0!important;
  text-align:center!important;
  white-space:nowrap!important;
}
.argta-site-header .argta-brand-coverage{font-size:9.4px!important;letter-spacing:.075em!important;}
.argta-brand--footer .argta-brand-coverage{font-size:9.4px!important;letter-spacing:.07em!important;}
@media (min-width:1160px) and (max-width:1320px){
  .argta-site-header .argta-brand-coverage{font-size:8.5px!important;letter-spacing:.055em!important;}
}
@media (max-width:1159px){
  .argta-site-header .argta-brand-coverage{font-size:8.1px!important;letter-spacing:.035em!important;text-align:center!important;}
}
@media (max-width:639px){
  .argta-site-header .argta-brand-coverage{font-size:7.05px!important;letter-spacing:.012em!important;}
}
@media (max-width:374px){
  .argta-site-header .argta-brand-coverage{font-size:6.3px!important;letter-spacing:0!important;}
}

/* ===== v1.9.28 approved logo signature readability =====
 * Preserve the approved CN Tower / Appliance Repair GTA lockup and original
 * responsive scale. Only improve the small regional signature legibility and
 * keep the approved wording: TORONTO / YORK / PEEL / DURHAM.
 */
.argta-site-header .argta-brand-coverage,
.argta-brand--footer .argta-brand-coverage{
  font-weight:900!important;
  line-height:1.18!important;
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
}
.argta-site-header .argta-brand-coverage{
  font-size:10.2px!important;
  letter-spacing:.055em!important;
}
.argta-brand--footer .argta-brand-coverage{
  font-size:10.6px!important;
  letter-spacing:.055em!important;
}
@media (min-width:1160px) and (max-width:1320px){
  .argta-site-header .argta-brand-coverage{font-size:9.6px!important;letter-spacing:.045em!important;}
}
@media (max-width:1159px){
  .argta-site-header .argta-brand-coverage{font-size:9.35px!important;letter-spacing:.035em!important;}
}
@media (max-width:639px){
  .argta-site-header .argta-brand-coverage{font-size:8.75px!important;letter-spacing:.018em!important;}
}
@media (max-width:374px){
  .argta-site-header .argta-brand-coverage{font-size:8.15px!important;letter-spacing:0!important;}
}

/* ===== v1.9.29 approved logo asset integration =====
 * Header and footer now render the approved complete Appliance Repair GTA
 * artwork directly rather than rebuilding the wordmark from separate HTML.
 * This guarantees the visible site branding matches the approved logo asset.
 */
.argta-brand-logo-img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  object-fit:contain!important;
}
.argta-site-header .argta-brand--header{
  width:340px!important;
  min-width:340px!important;
  max-width:340px!important;
  line-height:0!important;
}
.argta-site-header .argta-brand-logo-img--header{
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.14))!important;
}
.argta-footer-brand .argta-brand--footer{
  width:min(100%,360px)!important;
  max-width:360px!important;
  margin:0 auto 22px!important;
  line-height:0!important;
  transform:none!important;
}
.argta-brand--footer .argta-brand-logo-img--footer{
  margin:0 auto!important;
  filter:drop-shadow(0 5px 12px rgba(0,0,0,.16))!important;
}

@media (min-width:1200px) and (max-width:1399px){
  .argta-site-header .argta-brand--header{
    width:300px!important;
    min-width:300px!important;
    max-width:300px!important;
  }
}

@media (max-width:1199px){
  .argta-site-header .argta-brand--header{
    width:min(250px,calc(100% - 62px))!important;
    min-width:0!important;
    max-width:250px!important;
    align-items:flex-start!important;
  }
}

@media (max-width:639px){
  .argta-site-header .argta-brand--header{
    width:min(218px,calc(100% - 60px))!important;
    max-width:218px!important;
  }
  .argta-footer-brand .argta-brand--footer{
    width:min(100%,330px)!important;
    max-width:330px!important;
  }
}

@media (max-width:374px){
  .argta-site-header .argta-brand--header{
    width:min(194px,calc(100% - 56px))!important;
    max-width:194px!important;
  }
  .argta-footer-brand .argta-brand--footer{
    width:min(100%,305px)!important;
    max-width:305px!important;
  }
}
