@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--green:#238c32;--green2:#eaf6ea;--green3:#f4faf3;--ink:#111613;--muted:#657067;--line:#dfe5df;--paper:#fff;--bg:#f6f7f5;--orange:#f3a31b;--shadow:0 4px 18px rgba(32,55,35,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:13px;overflow-x:hidden}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}.mobile-header{display:none}.site-shell{width:min(1510px,calc(100% - 24px));margin:14px auto;display:grid;grid-template-columns:238px minmax(0,1fr) 256px;gap:14px;align-items:start}.sidebar{display:grid;gap:14px}.side-brand,.side-nav,.side-card,.diagnostic-card,.mini-printer,.hero-panel,.consultation-strip,.main-content>.content-section{background:var(--paper);border:1px solid #edf0ed;border-radius:7px;box-shadow:var(--shadow)}.brand{display:flex;align-items:center;gap:10px}.side-brand{padding:25px 21px;border-radius:7px 7px 0 0;border-bottom:0;box-shadow:none}.brand-mark{display:grid;place-items:center;width:38px;height:42px;border:2px solid #121b15;border-radius:9px;color:var(--green);font-weight:800;font-size:25px;transform:rotate(-6deg)}.brand-mark svg{width:24px;height:24px;transform:rotate(6deg)}.brand b{display:block;font-size:18px;letter-spacing:-.6px}.brand small{display:block;font-size:8px;color:#657067;margin-top:1px}.side-nav{padding:9px 11px 17px;border-top:0;border-radius:0 0 7px 7px;margin-top:-14px;box-shadow:var(--shadow)}.side-nav a{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:6px;font-size:12px}.side-nav a span{width:16px;color:#4a574d}.side-nav a:hover,.side-nav a.active{background:#edf7ec;color:var(--green);font-weight:700}.side-card{padding:20px 17px}.side-card h3{font-size:13px;margin:0 0 16px}.side-list a{display:flex;align-items:center;gap:8px;padding:7px 0;font-size:10px;position:relative}.side-list a svg{width:13px;height:13px;color:#647369;flex:0 0 13px}.side-list a:hover svg{color:var(--green)}.side-list .all-link{color:var(--green);padding-left:0;margin-top:3px}.useful a svg{color:#4f6555}.diagnostic-card{background:linear-gradient(#eff9eb,#fff);padding:18px;text-align:center;border:2px solid #e1efdd}.diagnostic-card b{display:block;color:var(--green);font-size:12px}.diagnostic-card strong{display:block;color:var(--green);font-size:34px;margin:12px}.diagnostic-card p{font-size:9px;line-height:1.6}.diagnostic-card button,.urgent-card button,.business-card button,.visit-card button{border:0;background:linear-gradient(#39a741,#238c32);color:#fff;border-radius:4px;padding:12px 15px;font-size:10px;font-weight:700;cursor:pointer;width:100%}.mini-printer{padding:18px;min-height:160px;display:grid;place-items:center}.printer-visual{width:140px;height:92px;background:linear-gradient(150deg,#d4d9d5,#7e8780);border-radius:8px;position:relative;box-shadow:0 15px 22px rgba(22,34,25,.15)}.printer-visual:before{content:"";position:absolute;width:100px;height:45px;background:#edf0ed;left:20px;top:-15px;border-radius:4px;box-shadow:0 -8px 0 #c4cbc5}.printer-visual:after{content:"";position:absolute;width:106px;height:26px;background:#1f2922;border:10px solid #59635c;left:7px;bottom:7px}.printer-visual i{position:absolute;width:74px;height:36px;background:#fff;left:33px;bottom:-6px;z-index:2}
.mobile-call-bar{display:none}
.main-content{min-width:0;display:grid;gap:14px}.hero-panel{min-height:475px;display:grid;grid-template-columns:45% 55%;overflow:hidden}.hero-copy{padding:34px 14px 30px 34px;position:relative;z-index:2;min-width:0}.hero-copy h1{font-size:41px;line-height:1.08;letter-spacing:-1.7px;margin:0 0 10px}.hero-copy>p{font-size:16px;line-height:1.45;margin:0 0 26px}.hero-offer{border:1px solid #a8d5aa;border-radius:5px;padding:14px 15px;display:flex;flex-direction:column;gap:7px;max-width:420px}.hero-offer b{font-size:12px}.hero-offer em{font-style:normal;color:var(--green)}.hero-offer span{font-size:11px;line-height:1.5}.hero-phone{display:block;font-size:20px;font-weight:800;margin:14px 0 2px}.hero-copy>small{font-size:10px;margin-left:25px}.hero-actions{display:flex;gap:16px;margin-top:21px}.button{border:0;border-radius:4px;padding:14px 21px;font-size:11px;font-weight:700;display:inline-flex;justify-content:center;align-items:center;cursor:pointer}.primary{background:linear-gradient(#3baa42,#21882f)!important;color:#fff!important;border:0}.secondary,.outline{background:#fff;border:1px solid #59aa5e;color:var(--green)}.hero-image{background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.2) 20%,rgba(255,255,255,0) 45%),url('hero.jpg');background-size:cover;background-position:63% center}.consultation-strip{padding:13px 20px;display:grid;grid-template-columns:58px 1fr auto;align-items:center;background:linear-gradient(90deg,#fbfffa,#f3f9f1)}.call-icon{width:46px;height:46px;background:#e2f4e3;color:var(--green);border-radius:50%;display:grid;place-items:center;font-size:23px}.consultation-strip h2{font-size:17px;margin:0 0 5px}.consultation-strip p{font-size:10px;line-height:1.5;margin:0}.consultation-action{text-align:right;display:grid;justify-items:end;gap:8px}.consultation-action a{font-size:18px;font-weight:800}.consultation-action button{border:0;background:var(--green);color:#fff;border-radius:4px;font-size:9px;padding:10px 22px;cursor:pointer}.content-section{padding:0 18px 16px}.content-section h2{font-size:19px;margin:17px 0 13px}.issue-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.issue-grid a,.service-grid a{min-height:58px;border:1px solid var(--line);border-radius:5px;display:flex;align-items:center;gap:12px;padding:9px 12px;font-size:10px;line-height:1.35;background:#fff}.issue-grid a:hover,.service-grid a:hover{border-color:#8dc594;background:#f8fcf8}.issue-grid span,.service-grid span{color:#357f41;min-width:31px;text-align:center;display:grid;place-items:center}.issue-grid svg,.service-grid svg{width:24px;height:24px}.section-more{display:block;color:var(--green);font-size:9px;margin-top:9px}.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.service-grid a{min-height:62px}.centered{text-align:center}.equipment-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:9px}.equipment-grid article{text-align:center;font-size:9px;line-height:1.45}.equipment-grid img{display:block;width:100%;height:108px;object-fit:contain;border:1px solid var(--line);border-radius:6px;background:#fff}.equipment-grid span{display:block;margin-top:7px}.brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.brand-grid>a{height:91px;border:1px solid var(--line);border-radius:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;background:#fff;transition:border-color .2s,box-shadow .2s,transform .2s}.brand-grid>a:hover,.brand-grid>a:focus-visible{border-color:#68ad70;box-shadow:0 8px 18px rgba(34,80,40,.09);transform:translateY(-2px);outline:none}.brand-grid b{font-size:20px}.brand-grid span{font-size:9px}.hp{color:#10a5d5;font-style:italic}.canon,.ricoh,.oki{color:#df1d22}.epson,.brother{color:#24319b}.samsung{background:#253e91;color:#fff;padding:7px;border-radius:50%}.xerox{color:#c7282d}.kyocera{color:#ad252a}.pantum{color:#882428}.lexmark{color:#168934}.konica{color:#366eb2}.process-grid{display:grid;grid-template-columns:repeat(6,1fr);position:relative}.process-grid:before{content:"";position:absolute;left:8%;right:8%;top:18px;border-top:1px solid #b7d8bb}.process-grid article{text-align:center;position:relative;padding:0 8px}.process-grid b{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#eaf6ea;color:var(--green);border:1px solid #b9dcb9;margin:auto;position:relative}.process-grid h3{font-size:9px;margin:14px 0 5px}.process-grid p{font-size:8px;line-height:1.45;margin:0}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.benefit-grid article{border:1px solid var(--line);border-radius:5px;padding:12px;display:flex;gap:11px}.benefit-grid>article>span{color:var(--green);font-size:23px}.benefit-grid svg{width:23px;height:23px}.benefit-grid h3{font-size:9px;margin:0 0 5px}.benefit-grid p{font-size:8px;line-height:1.45;margin:0}.price-table{font-size:8px;border:1px solid #d9dfd9}.price-table>div{display:grid;grid-template-columns:1.3fr 1fr .7fr 1.3fr .7fr .7fr}.price-table span,.price-table b{padding:5px 7px;border-bottom:1px solid #e2e6e2}.price-head{background:#eef5ed;font-weight:700}.price-table>div:nth-child(2) span,.price-table>div:nth-child(2) b{background:#daf0d8}.price-note{font-size:9px;line-height:1.5;margin:8px 0 0}
.right-sidebar .contact-card>a{display:block;font-size:20px;font-weight:800;margin-bottom:17px}.contact-card p{font-size:10px;margin-bottom:22px}.contact-card button{width:100%;padding:13px 6px;font-size:9px;font-weight:700;border-radius:4px;margin-top:8px;cursor:pointer}.right-benefits>div{display:flex;gap:11px;margin:17px 0}.right-benefits>div>span{display:grid;place-items:center;min-width:36px;height:36px;border-radius:50%;background:#edf8ed;color:var(--green)}.right-benefits>div>span svg{width:19px;height:19px}.right-benefits p{margin:0}.right-benefits b{font-size:9px}.right-benefits small{display:block;font-size:8px;line-height:1.5;margin-top:4px}.requisites p{font-size:10px;line-height:1.6;margin:6px 0}.requisites a{font-size:10px;color:#2771bd}.urgent-card h3{color:var(--green);line-height:1.5}.urgent-card .printer-visual{margin:30px auto}.printer-visual.dark{background:linear-gradient(145deg,#5e655f,#161b17)}.urgent-card p{font-size:9px;line-height:1.55}.messengers>div{display:flex;justify-content:space-around}.messengers a{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:#2cbf6b;color:#fff;font-weight:800;font-size:18px;position:relative}.messengers a:nth-child(2){background:#3b9edb}.messengers a:nth-child(3){background:#7548b8}.messengers small{position:absolute;top:49px;color:#222;font-size:7px;font-weight:500}.messengers{padding-bottom:42px}
.bottom-band{width:min(1510px,calc(100% - 24px));margin:0 auto 14px;display:grid;grid-template-columns:1fr 1.4fr .7fr;gap:14px}.bottom-band>article{background:#fff;border:1px solid #edf0ed;border-radius:7px;box-shadow:var(--shadow);padding:19px}.bottom-band h2{font-size:15px;margin:0 0 13px}.business-card{display:grid;grid-template-columns:1.2fr .8fr;overflow:hidden}.business-card h2{color:var(--green)}.business-card ul{padding:0;list-style:none;font-size:9px;line-height:2}.business-card li:before{content:"✓";color:var(--green);margin-right:8px}.business-card button{width:auto;font-size:8px}.office-large{align-self:center;margin-left:15px}.reviews header{display:flex;justify-content:space-between}.reviews header a{color:var(--green);font-size:8px}.reviews>div{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.reviews blockquote{margin:0;background:#fafbfa;border:1px solid var(--line);border-radius:5px;padding:13px;min-height:175px;display:flex;flex-direction:column}.reviews b{font-size:10px}.reviews small{font-size:7px;margin:3px 0 7px}.reviews em{font-style:normal;color:var(--orange);letter-spacing:1px}.reviews p{font-size:8px;line-height:1.55}.reviews time{font-size:7px;color:#777;margin-top:auto}.visit-card{position:relative;overflow:hidden}.visit-card p{font-size:9px;line-height:1.6}.visit-card button{width:auto}.clock{position:absolute;right:10px;bottom:-15px;font-size:90px;color:#9da69f;transform:rotate(-12deg)}footer{background:#fff;border-top:1px solid #e5e9e5}.footer-inner{width:min(1400px,calc(100% - 40px));margin:auto;padding:30px 0;display:grid;grid-template-columns:1.5fr repeat(3,.65fr) 1.1fr;gap:35px}.footer-inner h3{font-size:9px;margin:0 0 8px}.footer-inner>div>a{display:block;font-size:8px;line-height:1.9}.footer-contact{text-align:right}.footer-contact>a{font-size:16px!important;font-weight:800}.footer-contact p{font-size:8px}.footer-contact span{display:inline-grid;place-items:center;color:#fff;background:#37b667;width:25px;height:25px;border-radius:50%;margin-left:8px}.footer-contact span:nth-child(2){background:#3d9bd6}.footer-contact span:nth-child(3){background:#7046af}.copyright{border-top:1px solid #e8ebe8;width:min(1400px,calc(100% - 40px));margin:auto;padding:18px 0 25px;display:flex;justify-content:space-between;font-size:7px;color:#747b75}
.modal[hidden]{display:none}.modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.modal-backdrop{position:absolute;inset:0;background:rgba(10,25,13,.66);backdrop-filter:blur(4px)}.modal-panel{position:relative;background:#fff;width:min(460px,100%);padding:36px;border-radius:8px;box-shadow:0 25px 70px rgba(0,0,0,.25)}.modal-close{position:absolute;right:14px;top:10px;border:0;background:none;font-size:25px;cursor:pointer}.modal-kicker{color:var(--green);font-size:10px;text-transform:uppercase;font-weight:800}.modal-panel h2{font-size:28px;margin:8px 0}.modal-panel>p{font-size:11px;line-height:1.6;color:var(--muted)}.modal label{display:block;font-size:9px;text-transform:uppercase;font-weight:700;margin:12px 0}.modal input{display:block;width:100%;border:1px solid var(--line);padding:13px;margin-top:6px;border-radius:4px;text-transform:none;font-weight:400}.modal .button{width:100%;margin-top:6px}.modal form small{display:block;font-size:8px;color:#777;margin-top:10px}.modal form small a{text-decoration:underline}.toast{position:fixed;right:20px;bottom:20px;background:var(--green);color:#fff;padding:14px 18px;border-radius:5px;font-size:10px;transform:translateY(100px);opacity:0;transition:.3s;z-index:1100}.toast.show{transform:translateY(0);opacity:1}
@media(max-width:1200px){.site-shell{grid-template-columns:205px minmax(0,1fr)}.right-sidebar{display:none}.service-grid{grid-template-columns:repeat(4,1fr)}.equipment-grid{grid-template-columns:repeat(4,1fr)}.bottom-band{grid-template-columns:1fr 1.5fr}.visit-card{display:none}.hero-copy h1{font-size:35px}.hero-panel{grid-template-columns:52% 48%}.brand-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:820px){.mobile-header{height:64px;background:#fff;display:flex;align-items:center;padding:8px 14px;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--line)}.mobile-header .brand-mark{width:31px;height:34px;font-size:18px}.mobile-header .brand-mark svg{width:24px;height:24px;transform:rotate(6deg)}.brand b{font-size:15px}.mobile-phone{font-size:11px;font-weight:800;margin-left:auto}.menu-toggle{border:0;background:none;font-size:22px;margin-left:12px}.site-shell{width:100%;margin:0;display:block}.left-sidebar{display:none;position:fixed;top:64px;left:0;right:0;z-index:90;height:calc(100vh - 64px);overflow:auto;background:#f5f7f5;padding:10px}.left-sidebar.open{display:block}.left-sidebar .side-brand{display:none}.side-nav{margin:0}.main-content{display:block}.main-content>*{border-radius:0!important;margin:0;border-width:0 0 1px!important;box-shadow:none!important}.hero-panel{grid-template-columns:1fr;min-height:620px;position:relative}.hero-image{position:absolute;inset:0;opacity:.22;background-position:center}.hero-copy{padding:45px 20px;z-index:1}.hero-copy h1{font-size:38px}.hero-copy>p{font-size:14px}.hero-offer{background:rgba(255,255,255,.75)}.consultation-strip{grid-template-columns:48px 1fr;padding:18px}.consultation-action{grid-column:2;text-align:left;justify-items:start;margin-top:8px}.content-section{padding:8px 14px 22px!important}.issue-grid{grid-template-columns:1fr 1fr}.service-grid{grid-template-columns:1fr 1fr}.brand-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:repeat(3,1fr);gap:25px 5px}.process-grid:before{display:none}.benefit-grid{grid-template-columns:1fr 1fr}.price-table{overflow-x:auto}.price-table>div{min-width:700px}.bottom-band{width:100%;display:block;margin:0}.bottom-band>article{border-radius:0;box-shadow:none}.reviews>div{overflow-x:auto}.reviews blockquote{min-width:210px}.footer-inner{grid-template-columns:1fr 1fr}.footer-inner>.brand{grid-column:1/-1}.footer-contact{text-align:left}.copyright{flex-direction:column;gap:8px}.side-card,.diagnostic-card,.mini-printer{margin-bottom:10px}}
@media(max-width:520px){.mobile-phone{display:none}.hero-panel{min-height:650px}.hero-copy h1{font-size:32px}.hero-copy,.hero-offer{max-width:100%}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.consultation-strip{grid-template-columns:40px minmax(0,1fr)}.consultation-strip h2{font-size:14px}.consultation-strip p br{display:none}.consultation-action a{font-size:15px}.issue-grid,.service-grid{grid-template-columns:1fr}.equipment-grid{grid-template-columns:repeat(2,1fr)}.brand-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr 1fr}.benefit-grid{grid-template-columns:1fr}.bottom-band{display:block}.business-card{grid-template-columns:1fr}.office-large{display:none}.reviews>div{display:flex}.footer-inner{grid-template-columns:1fr 1fr;gap:25px}.toast{left:12px;right:12px;bottom:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.equipment-grid article[role="link"]{cursor:pointer}.equipment-grid article[role="link"]:hover img{border-color:#68ad70;box-shadow:0 6px 15px rgba(35,140,50,.1)}

/* Readability pass: preserve the compact reference layout without tiny copy. */
.brand small{font-size:10px}.side-nav a{font-size:13px}.side-card h3{font-size:15px}.side-list a{font-size:12px;line-height:1.35;padding:8px 0}.side-list a svg{width:15px;height:15px;flex-basis:15px}.diagnostic-card b{font-size:14px}.diagnostic-card p{font-size:11px}.diagnostic-card button,.urgent-card button,.business-card button,.visit-card button{font-size:11px}
.hero-offer span{font-size:12px}.hero-copy>small{font-size:11px}.button{font-size:12px}.consultation-strip p{font-size:12px}.consultation-action button{font-size:11px}.content-section h2{font-size:21px}.issue-grid a,.service-grid a{font-size:12px;line-height:1.4;min-height:66px}.section-more{font-size:11px}.equipment-grid article{font-size:11px}.brand-grid span{font-size:11px}.process-grid h3{font-size:11px}.process-grid p{font-size:10px;line-height:1.5}.benefit-grid h3{font-size:11px}.benefit-grid p{font-size:10px;line-height:1.5}.price-table{font-size:10px}.price-table span,.price-table b{padding:7px 8px}.price-note{font-size:11px}
.contact-card p{font-size:11px}.contact-card button{font-size:11px}.right-benefits b{font-size:11px}.right-benefits small{font-size:10px;line-height:1.45}.requisites p,.requisites a,.urgent-card p{font-size:11px}.messengers small{font-size:9px}.bottom-band h2{font-size:17px}.business-card ul{font-size:11px}.business-card button{font-size:10px}.reviews header a{font-size:10px}.reviews b{font-size:12px}.reviews small,.reviews time{font-size:9px}.reviews p{font-size:11px;line-height:1.55}.visit-card p{font-size:11px}.footer-inner h3{font-size:11px}.footer-inner>div>a{font-size:10px}.footer-contact p{font-size:10px}.copyright{font-size:9px}
@media(min-width:821px){.issue-grid a,.service-grid a{padding:10px}.process-grid article{padding-inline:6px}.benefit-grid article{min-height:82px}}
.single-price-table>div{grid-template-columns:minmax(0,1.6fr) minmax(145px,.8fr) minmax(120px,.55fr)}
@media(max-width:820px){.single-price-table>div{min-width:520px}}
.brand b{font-size:20px;font-weight:900;letter-spacing:-.8px;line-height:1.05}.brand small{max-width:150px;margin-top:4px;font-size:9px;font-weight:700;line-height:1.28;color:#59655c}.side-brand{min-height:105px}
@media(max-width:820px){.mobile-header .brand b{font-size:16px}.mobile-header .brand small{max-width:135px;font-size:7px;line-height:1.2}.mobile-header .brand{gap:8px}}

/* Larger typography for the information-dense lower sections. */
.content-section h2{font-size:25px;margin:22px 0 17px}.process-grid article{padding-inline:10px}.process-grid b{width:40px;height:40px;font-size:13px}.process-grid:before{top:20px}.process-grid h3{font-size:13px;margin-top:16px}.process-grid p{font-size:12px;line-height:1.55}.benefit-grid{gap:10px}.benefit-grid article{padding:16px;gap:14px;min-height:108px}.benefit-grid h3{font-size:13px;line-height:1.35}.benefit-grid p{font-size:12px;line-height:1.55}.price-table{font-size:13px}.price-table span,.price-table b{padding:10px 12px}.price-note{font-size:13px;line-height:1.55}.section-more{font-size:13px}.bottom-band h2{font-size:20px}.business-card ul{font-size:13px;line-height:1.8}.business-card button{font-size:12px}.reviews header a{font-size:12px}.reviews blockquote{padding:18px;min-height:215px}.reviews b{font-size:15px}.reviews small{font-size:11px;line-height:1.45}.reviews p{font-size:13px;line-height:1.6}.reviews time{font-size:10px}.visit-card p{font-size:13px;line-height:1.65}.footer-inner h3{font-size:13px}.footer-inner>div>a{font-size:12px;line-height:2}.footer-contact p{font-size:12px}.copyright{font-size:11px}.inner-footer>div{font-size:13px}
@media(max-width:820px){.content-section h2{font-size:23px}.process-grid h3{font-size:13px}.process-grid p,.benefit-grid p{font-size:12px}.benefit-grid h3{font-size:14px}.price-table{font-size:12px}}

/* One visual grid for every icon in the left navigation column. */
.left-sidebar .side-nav a>span{width:20px;height:20px;flex:0 0 20px;display:grid;place-items:center}.left-sidebar .side-nav a>span svg,.left-sidebar .side-list a>svg{width:18px;height:18px;min-width:18px;flex:0 0 18px;stroke-width:1.8}.left-sidebar .side-list a{gap:10px}

/* Readable benefit copy in the narrow right column. */
.right-benefits>div{gap:13px;margin:20px 0;align-items:flex-start}.right-benefits>div>span{min-width:40px;width:40px;height:40px}.right-benefits>div>span svg{width:20px;height:20px}.right-benefits b{font-size:13px;line-height:1.4}.right-benefits small{font-size:12px;line-height:1.55;margin-top:5px}

/* Align every left-column icon on the same 24px vertical axis. */
.left-sidebar .side-list a:not(.all-link){padding-left:7px}

/* Orange theme: navy structure with high-contrast orange actions. */
:root{--green:#f05a00;--green2:#fff0e7;--green3:#fff8f3;--ink:#10284c;--muted:#58667a;--line:#dce2e9;--paper:#fff;--bg:#f1f3f6;--orange:#f05a00;--navy:#10284c;--navy2:#173861;--shadow:0 5px 20px rgba(16,40,76,.08)}
.brand-mark{border-color:var(--navy);color:var(--orange)}.brand b,.hero-copy h1,.content-section h2,.side-card h3,.bottom-band h2{color:var(--navy)}
.hero-copy h1 em{color:var(--orange);font-style:normal}.hero-offer{border-color:var(--navy);background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff}.hero-offer em{color:#ff8a42}.hero-phone{color:var(--navy)}
.side-nav a:hover,.side-nav a.active{background:var(--navy);color:#fff}.side-nav a:hover span,.side-nav a.active span{color:#fff}.side-list a svg,.useful a svg{color:var(--navy)}.side-list a:hover svg,.side-list .all-link{color:var(--orange)}
.primary,.diagnostic-card button,.urgent-card button,.business-card button,.visit-card button{background:linear-gradient(135deg,#ff6a0a,#e94f00)!important;color:#fff!important}.secondary,.outline{background:var(--navy);border-color:var(--navy);color:#fff}
.consultation-strip{background:linear-gradient(120deg,var(--navy),#173d6b);color:#fff;border-color:var(--navy)}.call-icon{background:var(--orange);color:#fff}.consultation-action button{background:var(--orange)}
.diagnostic-card{background:linear-gradient(145deg,var(--navy),#163c69);border-color:#24496f;color:#fff}.diagnostic-card b{color:#fff}.diagnostic-card strong{color:#ff6a0a}.diagnostic-card p{color:#fff}
.urgent-card{background:linear-gradient(145deg,var(--navy),#163c69);border-color:#24496f;color:#fff}.urgent-card h3{color:#fff}.right-benefits>div>span{background:#fff0e7;color:var(--navy)}
.issue-grid span,.service-grid span,.benefit-grid>article>span{color:var(--navy)}.issue-grid a:hover,.service-grid a:hover{border-color:#ff9a5d;background:#fff8f3}.process-grid b{background:var(--orange);border-color:var(--orange);color:#fff}.process-grid:before{border-color:#91a1b6}
.price-head{background:#eef2f7}.price-table>div:nth-child(2) span,.price-table>div:nth-child(2) b{background:#fff0e7}.business-card h2,.business-card li:before,.section-more,.reviews header a{color:var(--orange)}
footer,.inner-footer{background:linear-gradient(120deg,#0d2342,#15365e);border-color:#213f63;color:#fff}.footer-inner .brand b,.inner-footer a{color:#fff}.footer-inner .brand small,.copyright{color:#cbd5e2}.copyright{border-color:rgba(255,255,255,.16)}
.modal-kicker{color:var(--orange)}.toast{background:var(--navy)}
@media(max-width:820px){.mobile-header{border-bottom-color:#dce2e9}.menu-toggle{color:var(--navy)}.left-sidebar{background:#eef1f5}.hero-offer{background:linear-gradient(135deg,rgba(16,40,76,.96),rgba(23,56,97,.96))}}
.maker-list{padding:24px 20px}.maker-list h3{font-size:17px;margin-bottom:18px}.maker-list a:not(.all-link){font-size:14px;font-weight:700;padding:9px 0;gap:10px}.maker-list a svg{width:17px;height:17px;flex-basis:17px;stroke:currentColor}.maker-list .all-link{font-size:12px;margin-top:8px}.maker-hp{color:#0096d6}.maker-canon{color:#d71920}.maker-epson{color:#183883}.maker-brother{color:#173c8f}.maker-samsung{color:#1428a0}.maker-xerox{color:#d5232f}.maker-kyocera{color:#df1025}.maker-pantum{color:#9d2227}.maker-ricoh{color:#d71920}.maker-lexmark{color:#00843d}.maker-oki{color:#e31b23}.maker-konica{color:#337ab7}.maker-sharp{color:#e60012}.maker-toshiba{color:#e60012}
.right-diagnostic{padding:25px 20px}.right-diagnostic b{font-size:15px}.right-diagnostic strong{font-size:38px;margin:15px 0}.right-diagnostic p{font-size:12px;line-height:1.55;margin:0 0 16px}.right-diagnostic button{font-size:12px}

/* Additional homepage phone calls to action. */
.home-callout{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:18px;align-items:center;padding:24px 26px;border:1px solid #cce3ce;border-radius:8px;background:linear-gradient(120deg,#f2fbf1 0%,#fff 65%);box-shadow:var(--shadow)}.home-callout-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#dff3e1;color:var(--green)}.home-callout-icon svg{width:27px;height:27px;stroke-width:1.8}.home-callout-copy small{display:block;margin-bottom:5px;color:var(--green);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.home-callout h2{margin:0 0 7px;font-size:22px;line-height:1.25}.home-callout p{max-width:620px;margin:0;color:#4e5b51;font-size:14px;line-height:1.55}.home-callout-phone{min-width:228px;padding:13px 17px;border-radius:6px;background:linear-gradient(#3baa42,#21882f);color:#fff;text-align:center;box-shadow:0 8px 18px rgba(34,136,47,.18)}.home-callout-phone span,.home-callout-phone b{display:block}.home-callout-phone span{margin-bottom:4px;font-size:12px;font-weight:700}.home-callout-phone b{font-size:18px}.office-service-callout{border-color:#cddfd7;background:linear-gradient(120deg,#f1f8f4 0%,#fff 68%)}.office-service-callout .home-callout-icon{background:#e2f1e9}
@media(max-width:820px){.home-callout{grid-template-columns:48px minmax(0,1fr);padding:22px 18px}.home-callout-icon{width:48px;height:48px}.home-callout h2{font-size:20px}.home-callout p{font-size:13px}.home-callout-phone{grid-column:1/-1;width:100%;min-width:0;margin-top:2px}}

/* Requisites and service-area map before the footer. */
.site-details-map{width:min(1510px,calc(100% - 24px));margin:0 auto 14px;display:grid;grid-template-columns:minmax(310px,.72fr) minmax(0,1.28fr);overflow:hidden;border:1px solid #d4ddd5;border-radius:9px;background:#fff;box-shadow:var(--shadow)}.site-details-card,.site-map-card{padding:28px}.site-details-card{border-right:1px solid #d4ddd5}.site-details-kicker{display:block;margin-bottom:9px;color:var(--green);font-size:12px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.site-details-map h2{margin:0 0 22px;font-size:25px;line-height:1.25}.site-details-card dl{margin:0}.site-details-card dl>div{padding:10px 0;border-bottom:1px solid #e1e7e1}.site-details-card dt{margin-bottom:4px;color:#718076;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.site-details-card dd{margin:0;font-size:14px;font-weight:800;line-height:1.45}.site-details-card dd a{color:var(--green)}.site-bank-note{margin-top:22px;padding:17px;border-radius:7px;background:#f1f8ef;border:1px solid #cfe2ca}.site-bank-note b{font-size:14px}.site-bank-note p{margin:6px 0 0;color:#59665c;font-size:12px;line-height:1.55}.site-map-card{background:#f6f8f6}.site-map-card header{padding:0 4px}.site-visit-note{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:13px;align-items:center;margin-bottom:14px;padding:16px;border:1px solid #bdd58e;border-radius:8px;background:#f5f9e9}.site-visit-note>svg{width:25px;height:25px;color:var(--green)}.site-visit-note b{font-size:14px;color:#397415}.site-visit-note p{margin:4px 0 0;color:#627064;font-size:12px;line-height:1.5}.site-visit-note a{padding:10px 14px;border-radius:5px;background:var(--green);color:#fff;font-size:12px;font-weight:800}.site-map-frame{position:relative;height:390px;overflow:hidden;border:1px solid #ccd6ce;border-radius:8px;background:#e9eeea}.site-map-frame iframe{width:100%;height:100%;border:0}.site-map-frame>a{position:absolute;left:13px;bottom:13px;padding:10px 13px;border-radius:6px;background:#fff;color:#263029;font-size:12px;font-weight:800;box-shadow:0 4px 14px rgba(20,40,24,.18)}
.site-map-source{position:absolute;right:10px;bottom:8px;padding:4px 6px;border-radius:4px;background:rgba(255,255,255,.9);color:#5e6875;font-size:8px;line-height:1;pointer-events:none}
@media(max-width:900px){.site-details-map{grid-template-columns:1fr}.site-details-card{border-right:0;border-bottom:1px solid #d4ddd5}.site-map-frame{height:360px}}
@media(max-width:520px){.site-details-map{width:100%;margin:0;border-radius:0;border-inline:0}.site-details-card,.site-map-card{padding:22px 17px}.site-details-map h2{font-size:22px}.site-visit-note{grid-template-columns:32px 1fr}.site-visit-note>a{grid-column:1/-1;text-align:center}.site-map-frame{height:330px}}

/* Mobile navigation, larger tap-to-call numbers and collision-free imagery. */
@media(max-width:820px){
  body{padding-top:72px}
  body.mobile-menu-open{overflow:hidden}
  .mobile-header{position:fixed;inset:0 0 auto;height:72px;padding:9px 12px;gap:9px;box-shadow:0 5px 18px rgba(16,40,76,.12)}
  .mobile-header .brand{min-width:0;flex:0 1 auto}
  .mobile-header .brand>span:last-child{min-width:0}
  .mobile-header .brand b{white-space:nowrap}
  .mobile-phone{display:block!important;margin-left:auto;color:var(--navy);font-size:15px!important;font-weight:900;line-height:1;white-space:nowrap}
  .menu-toggle{width:44px;height:44px;min-width:44px;margin-left:0;padding:0;display:grid;place-items:center;border:1px solid #d7dee8;border-radius:10px;background:#fff;color:var(--navy);box-shadow:0 3px 10px rgba(16,40,76,.08);cursor:pointer}
  .menu-icon{width:23px;height:18px;display:flex;flex-direction:column;justify-content:space-between}
  .menu-icon>span{display:block;width:100%;height:2px;border-radius:3px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
  .menu-toggle.is-open .menu-icon>span:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .menu-toggle.is-open .menu-icon>span:nth-child(2){opacity:0}
  .menu-toggle.is-open .menu-icon>span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .left-sidebar{top:72px;height:calc(100dvh - 72px);padding:12px 12px 30px}
  .hero-panel{display:flex;flex-direction:column;min-height:0!important}
  .hero-copy{padding:34px 20px 28px}
  .hero-image{position:relative;inset:auto;width:100%;height:270px;min-height:270px;opacity:1;background-position:62% center}
  .hero-phone{font-size:24px!important;line-height:1.25;margin-top:18px}
  .consultation-action a{font-size:20px!important}
  a[href^="tel:"]{font-size:max(16px,1em)}
  .hero-actions .button,.consultation-action button{min-height:48px;font-size:14px}
  .site-visit-note a,.geo-call>a,.issue-cta>a,.contacts-urgent>a{font-size:15px}
}
@media(max-width:390px){
  .mobile-header .brand small{display:none}
  .mobile-header .brand b{font-size:14px}
  .mobile-phone{font-size:14px!important}
}
@media(max-width:350px){.mobile-header .brand>span:last-child{display:none}}
@media(max-width:820px){
  body{padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))}
  .mobile-call-bar{position:fixed;left:max(12px,env(safe-area-inset-left,0px));right:max(12px,env(safe-area-inset-right,0px));bottom:max(12px,env(safe-area-inset-bottom,0px));z-index:88;display:flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:14px 20px;border:1px solid #ff8a42;border-radius:14px;background:linear-gradient(135deg,#ff6a0a,#e94f00);color:#fff!important;font-size:18px!important;font-weight:900;letter-spacing:.01em;box-shadow:0 10px 28px rgba(16,40,76,.3)}
  .mobile-call-bar svg{width:23px;height:23px;stroke-width:2.2}
  body.mobile-menu-open .mobile-call-bar{display:none}
}
