:root{
  --font-sans:Arial,"Helvetica Neue",Helvetica,sans-serif;
  --navy:#082e63;
  --navy-2:#0b376f;
  --blue:#075fb6;
  --blue-dark:#064d96;
  --red:#e30620;
  --red-dark:#bd061b;
  --ink:#102b4f;
  --text:#334b66;
  --muted:#667a91;
  --line:#dce5ef;
  --soft:#f6f9fc;
  --white:#fff;
  --shadow:0 14px 36px rgba(10,47,97,.12);
  --radius:16px;
  --body-size:16px;
  --small-size:14px;
  --button-size:15px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#fff}
body{margin:0;font-family:var(--font-sans);font-size:var(--body-size);line-height:1.55;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
[hidden]{display:none!important}
a{color:inherit}
button,input,textarea,select{font-family:inherit;font-size:inherit}
img{max-width:100%}
h1,h2,h3,p{margin-top:0}
.skip-link{position:fixed;left:14px;top:14px;z-index:9999;transform:translateY(-180%);background:#fff;color:var(--navy);padding:10px 14px;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{transform:none}

/* Shared branding */
.copy{color:#0b376f;font-weight:900;letter-spacing:-1.8px}
.print{color:var(--red);font-weight:900;letter-spacing:-1.8px}
.brand-911{color:#0a0a0a;font-weight:900;letter-spacing:-1px;white-space:nowrap}
.brand-separator,.contact-brand-separator,.footer-brand-separator{display:inline-block;width:1px;height:26px;background:#8a96a4;margin:0 12px;vertical-align:middle}

/* Shared buttons */
.primary-button,.secondary-button,.cookie-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;padding:11px 18px;font-weight:800;font-size:var(--button-size);line-height:1.2;text-decoration:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}
.primary-button{border:1px solid var(--blue);background:var(--blue);color:#fff}
.primary-button:hover{background:var(--blue-dark);border-color:var(--blue-dark);transform:translateY(-1px)}
.primary-button.red-button{background:var(--red);border-color:var(--red)}
.primary-button.red-button:hover{background:var(--red-dark);border-color:var(--red-dark)}
.primary-button.blue-button{background:var(--blue);border-color:var(--blue)}
.secondary-button{border:1px solid #9fb1c5;background:#fff;color:var(--navy)}
.secondary-button:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-1px)}
.primary-button:focus-visible,.secondary-button:focus-visible,.cookie-button:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid rgba(7,95,182,.28);outline-offset:3px}

/* Main header */
.site-header,.contact-page-header,.subpage-header{position:relative;z-index:30;background:#fff}
.site-topbar,.contact-topbar{background:var(--navy);color:#fff;font-size:var(--small-size)}
.site-topbar-inner,.contact-topbar-inner{max-width:1440px;margin:0 auto;padding:8px 3.4%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.topbar-links{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.topbar-links a{display:inline-flex;gap:8px;align-items:center;text-decoration:none;font-weight:700}
.topbar-promise{font-weight:800;white-space:nowrap}
.site-nav-wrap,.contact-nav-wrap{max-width:1440px;margin:0 auto;min-height:96px;padding:14px 3.4%;display:flex;align-items:center;justify-content:space-between;gap:28px;position:relative}
.site-logo,.contact-logo{display:flex;flex-direction:column;flex:0 0 auto;text-decoration:none;color:var(--ink);min-width:300px}
.logo-line{display:flex;align-items:center;line-height:1}
.site-logo .copy,.site-logo .print,.contact-logo .copy,.contact-logo .print{font-size:38px}
.site-logo small,.contact-logo small{font-size:14px;font-weight:700;margin-left:8px;color:#1b2d44;letter-spacing:0}
.site-logo em,.contact-logo em{font-size:14px;font-style:normal;color:#253b55;margin-top:7px;letter-spacing:.01em}
.site-logo .brand-911,.contact-logo .brand-911{font-size:25px}
.desktop-main-nav,.contact-page-nav{display:flex;align-items:center;justify-content:flex-end;gap:24px;white-space:nowrap}
.desktop-main-nav a,.contact-page-nav a,.subpage-nav a{position:relative;text-decoration:none;color:#23384f;font-weight:800;font-size:15px;line-height:1.2;padding:10px 0}
.desktop-main-nav a:hover,.contact-page-nav a:hover,.subpage-nav a:hover{color:var(--blue)}
.desktop-main-nav a.active,.contact-page-nav a.active{color:var(--blue)}
.desktop-main-nav a.active::after,.contact-page-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--red);border-radius:99px}
.mobile-header-actions,.mobile-menu{display:none}

/* Hero */
.hero-section{position:relative;min-height:540px;background:url("office-hero-clean.jpg") center/cover no-repeat;overflow:hidden;border-top:1px solid #edf1f5}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.91) 34%,rgba(255,255,255,.32) 64%,rgba(255,255,255,.06) 100%)}
.hero-inner{position:relative;z-index:1;max-width:1440px;min-height:540px;margin:0 auto;padding:74px 3.4% 66px;display:flex;align-items:flex-start;justify-content:space-between;gap:42px}
.hero-copy{max-width:610px}
.hero-copy h1{margin:0 0 18px;color:var(--navy);font-size:clamp(42px,4.2vw,64px);line-height:1.02;letter-spacing:-1.7px;font-weight:900}
.hp-text{color:#0d67bf}.canon-text{color:var(--red)}
.hero-lead{margin:0 0 14px;color:#132f56;font-size:23px;font-weight:800;line-height:1.35}
.hero-description{max-width:570px;margin:0 0 28px;color:#344c67;font-size:17px;line-height:1.65}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-service-button{border-color:#153e75}
.partner-badges{margin-top:0;display:flex;align-items:center;gap:20px;background:rgba(255,255,255,.84);border:1px solid rgba(209,220,232,.9);border-radius:14px;padding:16px 20px;box-shadow:0 8px 24px rgba(12,42,78,.08);backdrop-filter:blur(3px)}
.partner-badge{display:flex;align-items:center;gap:12px;color:#111;font-size:16px;line-height:1.15}
.partner-badge strong{font-size:18px}
.partner-divider{width:1px;height:52px;background:#9ca7b2}
.hp-mark{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#0d72c6;color:#fff;font-size:31px;font-weight:900;font-style:italic;letter-spacing:-4px;padding-right:4px}
.hp-mark.small{width:52px;height:52px;font-size:28px}
.canon-badge{display:flex;flex-direction:column;align-items:flex-start;gap:2px}
.canon-word{color:#d71920;font-family:Georgia,"Times New Roman",serif;font-size:34px;font-weight:700;letter-spacing:-2px;line-height:1}
.canon-badge small{font-size:13px;color:#151515;font-weight:700}

/* Benefit strip */
.benefit-section{background:#fff;padding:0 3.4%;position:relative;z-index:2;margin-top:-34px}
.benefit-grid{max-width:1320px;margin:0 auto;background:#fff;border:1px solid #dce5ef;border-radius:16px;box-shadow:0 12px 30px rgba(10,47,97,.12);display:grid;grid-template-columns:repeat(5,1fr);padding:18px 10px}
.benefit-grid article{min-width:0;text-align:center;padding:8px 16px;border-right:1px solid #e0e7ef}
.benefit-grid article:last-child{border-right:0}
.benefit-icon{display:grid;place-items:center;margin:0 auto 8px;width:38px;height:38px;border:2px solid var(--navy);border-radius:50%;color:var(--navy);font-weight:900;font-size:18px}
.benefit-grid strong{display:block;color:#112d53;font-size:16px;line-height:1.25;margin-bottom:4px}
.benefit-grid p{margin:0;color:#596e84;font-size:14px;line-height:1.35}

/* HP / Canon cards */
.brand-products-section{padding:36px 3.4% 50px;background:#fff;scroll-margin-top:105px}
.brand-products-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.brand-product-card{min-height:310px;border-radius:16px;overflow:hidden;border:1px solid #dce5ef;box-shadow:0 10px 28px rgba(10,47,97,.08);display:grid;grid-template-columns:1.05fr .95fr;align-items:center}
.hp-product-card{background:linear-gradient(125deg,#eff7ff,#e9f4ff)}
.canon-product-card{background:linear-gradient(125deg,#fff2f3,#fde9ec)}
.brand-product-copy{padding:30px 0 30px 36px;position:relative;z-index:2}
.brand-heading{display:flex;align-items:center;gap:14px;margin-bottom:12px}
.brand-heading h2{margin:0;color:var(--navy);font-size:28px;line-height:1.1}
.brand-heading p{margin:5px 0 0;color:var(--blue);font-size:15px;font-weight:800}
.canon-heading p{color:var(--red)}
.canon-heading .canon-word{font-size:31px;margin-bottom:7px;display:block}
.brand-product-copy>p{max-width:360px;margin:0 0 20px;color:#344e68;font-size:15px;line-height:1.55}
.brand-product-card>img{display:block;width:100%;height:100%;max-height:310px;object-fit:cover;object-position:center}

/* Offer */
.offer-section{position:relative;padding:54px 3.4% 64px;background:linear-gradient(rgba(255,255,255,.78),rgba(255,255,255,.88)),url("office-hero-clean.jpg") center 60%/cover no-repeat;scroll-margin-top:105px}
.section-heading{text-align:center}
.section-heading h2{margin:0;color:#102d52;font-size:38px;line-height:1.15;letter-spacing:-.7px;font-weight:900}
.red-underline{display:block;width:58px;height:4px;margin:16px auto 0;border-radius:99px;background:var(--red)}
.offer-grid{max-width:1320px;margin:42px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.offer-card{min-width:0;background:#fff;border:1px solid #e2e8ef;border-radius:16px;box-shadow:0 10px 28px rgba(12,45,83,.1);overflow:hidden;display:flex;flex-direction:column;min-height:360px;scroll-margin-top:120px}
.offer-image{height:215px;padding:18px 20px 4px;background:#fff;display:grid;place-items:center}
.offer-image img{width:100%;height:100%;object-fit:contain}
.offer-copy{padding:18px 24px 28px;flex:1}
.offer-copy h3{margin:0 0 10px;color:#173354;font-size:19px;line-height:1.28;font-weight:900}
.offer-copy p{margin:0;color:#60748a;font-size:15px;line-height:1.5}

/* Service */
.service-section{padding:56px 3.4% 64px;background:#f8fafc;scroll-margin-top:105px}
.service-card{max-width:1320px;margin:0 auto;background:#fff;border:1px solid #dce5ef;border-radius:18px;box-shadow:var(--shadow);overflow:hidden;display:grid;grid-template-columns:1.15fr 1fr .72fr;align-items:stretch}
.service-image-wrap{min-height:330px;overflow:hidden;background:#eaf0f5}
.service-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.service-copy{padding:38px 34px}
.service-heading{text-align:left;margin-bottom:20px}
.service-heading h2{font-size:34px}
.service-heading .red-underline{margin:11px 0 0;width:54px}
.service-copy h3{margin:0 0 10px;color:#173354;font-size:20px}
.service-copy p{margin:0 0 22px;color:#526a82;font-size:15px;line-height:1.65}
.service-list{list-style:none;margin:0;padding:38px 30px 38px 0;align-self:center}
.service-list li{display:flex;align-items:center;gap:12px;color:#273e59;font-size:15px;font-weight:700;margin:15px 0}
.service-list li span{display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;border-radius:50%;background:var(--blue);color:#fff;font-size:14px;font-weight:900}

/* Certificates */
.certificates-section{padding:64px 3.4%;background:#fff;scroll-margin-top:105px}
.certificates-inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.4fr);gap:48px;align-items:center}
.eyebrow{margin:0 0 9px;color:var(--blue);text-transform:uppercase;letter-spacing:.11em;font-size:13px;font-weight:900}
.cert-copy h2{margin:0 0 16px;color:var(--navy);font-size:36px;line-height:1.15}
.cert-copy>p:not(.eyebrow){margin:0 0 24px;color:#526a82;font-size:16px;line-height:1.65}
.certificate-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.certificate-card{background:#fff;border:1px solid #dce5ef;border-radius:14px;box-shadow:0 9px 24px rgba(12,45,83,.09);overflow:hidden}
.certificate-preview{position:relative;display:block;width:100%;padding:0;border:0;background:#f4f7fa;cursor:pointer;overflow:hidden}
.certificate-preview img{display:block;width:100%;aspect-ratio:1.42/1;object-fit:contain;background:#fff}
.preview-overlay{position:absolute;inset:auto 12px 12px;display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:7px;background:rgba(8,46,99,.92);color:#fff;font-size:15px;font-weight:800;opacity:0;transition:opacity .18s ease}
.certificate-preview:hover .preview-overlay,.certificate-preview:focus-visible .preview-overlay{opacity:1}
.certificate-meta{padding:16px 18px;display:flex;flex-direction:column;gap:3px}
.certificate-meta strong{color:#16345b;font-size:16px}.certificate-meta span{color:#66798e;font-size:14px}

/* Contact strip / footer */
.contact-strip{background:linear-gradient(105deg,#082e63,#0b4a91);color:#fff;padding:24px 3.4%}
.contact-strip-inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.35fr .7fr .7fr 1fr auto;gap:22px;align-items:center}
.help-text strong{display:block;font-size:18px;margin-bottom:3px}.help-text span{display:block;font-size:14px;color:#d7e4f2;line-height:1.45}
.contact-item{display:flex;gap:9px;align-items:center;color:#fff;text-decoration:none;font-size:15px;font-weight:700}
.contact-address{font-size:14px;line-height:1.35}.contact-address strong{font-size:14px}
.footer{background:#fff;border-top:1px solid #e1e8ef;color:#24405e}
.footer-inner{max-width:1320px;margin:0 auto;padding:24px 3.4%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:26px}
.footer-brand{display:flex;align-items:center;flex-wrap:wrap;font-size:24px;line-height:1}.footer-brand small{font-size:12px;color:#334e68;margin-left:6px}.footer-brand .brand-911{font-size:20px}
.footer-nav{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.footer-nav a{font-size:14px;font-weight:800;text-decoration:none}.footer-nav a:hover{color:var(--blue)}
.footer-note{text-align:right;font-size:14px;color:#6b7e91}

/* Shared subpage header */
.contact-page-header{border-bottom:1px solid #e6edf4}
.contact-nav-wrap{min-height:94px}
.contact-page-nav{gap:20px}
.contact-logo .copy,.contact-logo .print{font-size:34px}
.contact-logo .brand-911{font-size:23px}
.contact-logo em{font-size:13px}
.contact-hero,.about-hero{position:relative;background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.78)),url("office-hero-clean.jpg") center/cover no-repeat;border-bottom:1px solid #e5edf5}
.contact-hero-inner{max-width:1320px;margin:0 auto;padding:62px 3.4% 66px}
.contact-hero h1{margin:0 0 14px;color:var(--navy);font-size:48px;line-height:1.05}
.contact-hero p:last-child{max-width:720px;margin:0;color:#425c76;font-size:17px;line-height:1.65}

/* Contact page */
.contact-page-section{padding:46px 3.4% 34px;background:#f8fafc}
.contact-page-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:minmax(330px,.8fr) minmax(0,1.2fr);gap:28px}
.contact-details-card,.contact-map-card{background:#fff;border:1px solid #dce5ef;border-radius:16px;box-shadow:0 10px 28px rgba(7,47,99,.07);overflow:hidden}
.contact-details-card{padding:32px}
.contact-details-card h2{margin:0 0 24px;color:var(--navy);font-size:26px}
.contact-detail-row{display:grid;grid-template-columns:38px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid #edf1f5}
.contact-detail-row:last-of-type{border-bottom:0}
.contact-detail-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eaf4fe;color:var(--blue);font-weight:900}
.contact-detail-row strong{display:block;color:#17365c;font-size:15px;margin-bottom:3px}.contact-detail-row p{margin:0;color:#536a82;font-size:15px;line-height:1.55}.contact-detail-row a{color:var(--blue);font-weight:800;text-decoration:none}
.contact-page-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.map-heading{padding:24px 26px 18px;display:flex;justify-content:space-between;align-items:flex-end;gap:22px;border-bottom:1px solid #e8eef4}.map-heading h2{margin:0;color:var(--navy);font-size:24px}.map-heading>a{font-size:14px;font-weight:800;color:var(--blue);text-decoration:none}.map-frame-wrap{height:470px}
.contact-appointment-banner{max-width:1320px;margin:0 auto 48px;padding:26px 32px;border-radius:15px;background:linear-gradient(105deg,#eef6fd,#f8fbfe);border:1px solid #d8e6f2;display:flex;align-items:center;justify-content:space-between;gap:24px}.contact-appointment-banner strong{display:block;color:var(--navy);font-size:20px;margin-bottom:4px}.contact-appointment-banner span{display:block;color:#566d84;font-size:15px}

/* About page */
.about-intro-section{padding:46px 3.4% 34px;background:#fff}.about-layout{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(330px,.75fr);gap:28px;align-items:start}.about-copy-card,.about-side-card{background:#fff;border:1px solid #dfe8f1;border-radius:16px;box-shadow:0 10px 28px rgba(7,47,99,.07)}.about-copy-card{padding:38px 42px}.about-copy-card h2,.about-side-card h2,.about-brands h2{margin:0 0 20px;color:var(--navy);line-height:1.2}.about-copy-card h2{font-size:30px}.about-copy-card p{margin:0 0 17px;color:#506882;font-size:16px;line-height:1.72}.about-copy-card p:last-child{margin-bottom:0}.about-copy-card strong{color:#17365c}.about-side-card{padding:30px}.about-side-card h2{font-size:24px}.about-checklist{list-style:none;padding:0;margin:0}.about-checklist li{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid #edf2f7}.about-checklist li:last-child{border-bottom:0}.about-checklist li>span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#eaf5ff;color:var(--blue);font-weight:900}.about-checklist strong{display:block;font-size:15px;color:#17365c;line-height:1.4}.about-checklist small{display:block;margin-top:4px;color:#667d95;font-size:14px;line-height:1.45}.about-brands{padding:12px 3.4% 48px}.about-brands-inner{max-width:1320px;margin:0 auto;padding:32px 36px;border-radius:16px;background:linear-gradient(120deg,#f8fbfe,#eef5fb);border:1px solid #dce8f2}.about-brands h2{font-size:26px}.brand-pills{display:flex;flex-wrap:wrap;gap:10px}.brand-pills span{padding:10px 16px;border-radius:999px;background:#fff;border:1px solid #d7e3ee;color:#0a3d78;font-weight:800;font-size:14px}.brands-note{margin:18px 0 0;color:#5c7189;line-height:1.55;font-size:15px}.about-cta{margin-top:0}

/* Privacy page + compact subpage header */
.subpage-header{border-bottom:1px solid #e1e8ef}.subpage-header-inner{max-width:1180px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.subpage-header .contact-logo{min-width:auto;flex-direction:row;align-items:center}.subpage-header .contact-logo .copy,.subpage-header .contact-logo .print{font-size:30px}.subpage-header .brand-separator{height:24px}.subpage-header .brand-911{font-size:22px}.subpage-nav{display:flex;gap:22px}
.privacy-page{max-width:1180px;margin:0 auto;padding:0 24px 60px}.privacy-hero{padding:58px 0 28px}.privacy-hero h1{font-size:clamp(36px,5vw,54px);color:var(--navy);margin:.15em 0}.privacy-hero>p:last-child{max-width:780px;font-size:17px;line-height:1.65;color:#53667d}.privacy-content{background:#fff;border:1px solid #e2e8ef;border-radius:18px;padding:clamp(24px,4vw,48px);box-shadow:0 12px 35px rgba(19,45,74,.07)}.privacy-content h2{color:var(--navy);font-size:24px;margin:1.6em 0 .5em}.privacy-content h2:first-child{margin-top:0}.privacy-content p{color:#455970;font-size:15px;line-height:1.65}.privacy-category{padding:16px 18px;margin:10px 0;background:#f7fafc;border:1px solid #e5ebf1;border-radius:12px}.privacy-category p{margin:.35em 0 0}.privacy-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.privacy-note{margin-top:28px;padding:16px 18px;background:#f7fafc;border-left:4px solid var(--blue);border-radius:8px}

/* Consent-gated map */
.consent-embed{width:100%;height:100%;min-height:390px;position:relative}.consent-embed iframe{width:100%;height:100%;min-height:390px;border:0;display:block}.consent-embed-placeholder{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;background:linear-gradient(145deg,#eef4f9,#fff);color:var(--navy)}.consent-embed-icon{font-size:38px;margin-bottom:10px;color:var(--blue)}.consent-embed-placeholder p{max-width:610px;color:#53667d;line-height:1.55;font-size:15px}.consent-embed-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:8px}

/* Modals */
dialog{font-family:var(--font-sans);color:var(--text)}
.certificate-modal,.cookie-modal{border:0;border-radius:16px;padding:0;box-shadow:0 24px 70px rgba(7,34,70,.28);background:#fff;color:var(--text)}
.certificate-modal{width:min(980px,92vw);height:min(800px,88vh)}
.certificate-modal::backdrop,.cookie-modal::backdrop{background:rgba(3,19,39,.58)}
.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid #e5ebf1}.modal-header h2{margin:0;color:var(--navy);font-size:24px}.modal-close{border:0;background:transparent;color:#42566d;font-size:30px;line-height:1;cursor:pointer}.certificate-modal iframe{display:block;width:100%;height:calc(100% - 128px);border:0}.modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid #e5ebf1}

/* Cookie UI */
.cookie-consent{position:fixed;z-index:100;left:18px;right:18px;bottom:18px;max-width:1320px;margin:0 auto;background:#fff;border:1px solid #dbe4ed;border-radius:14px;box-shadow:0 18px 55px rgba(8,37,74,.22);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:28px}.cookie-copy{max-width:760px}.cookie-copy strong{display:block;color:var(--navy);font-size:17px}.cookie-copy p{margin:5px 0 0;color:#596d83;font-size:14px;line-height:1.5}.cookie-info-links{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:7px}.cookie-details-link{appearance:none;border:0;background:transparent;padding:0;color:var(--blue);font-weight:800;font-size:14px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.cookie-policy-link,.cookie-policy-footer{color:#315476;text-decoration:underline;text-underline-offset:3px;font-size:14px}.cookie-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.cookie-button{border:1px solid #aebccc;background:#fff;color:var(--navy)}.cookie-button.primary{background:var(--blue);border-color:var(--blue);color:#fff}.cookie-modal{width:min(760px,94vw)}.cookie-modal-intro{margin:.35rem 0 0;color:#617087;font-size:14px}.cookie-modal-content{display:grid;gap:10px;padding:18px 20px}.cookie-option{display:flex;justify-content:space-between;gap:18px;align-items:center;border:1px solid #e1e8ef;border-radius:12px;padding:14px 16px}.cookie-option strong{color:#183858;font-size:15px}.cookie-option p{margin:4px 0 0;color:#607489;font-size:14px;line-height:1.45}.cookie-option.required span{font-size:13px;font-weight:800;color:#607489;white-space:nowrap}.cookie-option input[role=switch]{width:44px;height:24px;accent-color:var(--blue)}.cookie-modal-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.cookie-settings-footer{width:100%;display:flex;justify-content:center;align-items:center;padding:10px 16px 18px;background:#fff}.cookie-settings-link{font-weight:700}

/* Back to top */
.back-to-top{position:fixed;right:22px;bottom:22px;z-index:40;width:46px;height:46px;border-radius:50%;border:0;background:var(--navy);color:#fff;font-size:20px;cursor:pointer;box-shadow:0 10px 25px rgba(8,46,99,.24);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.back-to-top.visible{opacity:1;visibility:visible;transform:none}

/* Responsive */
@media(max-width:1180px){
  .desktop-main-nav,.contact-page-nav{gap:14px}.desktop-main-nav a,.contact-page-nav a{font-size:14px}
  .site-logo,.contact-logo{min-width:260px}.site-logo .copy,.site-logo .print{font-size:33px}.site-logo .brand-911{font-size:22px}.site-logo em{font-size:13px}
  .hero-inner{padding-top:58px}.partner-badges{padding:14px}.partner-badge{font-size:14px}.hp-mark{width:50px;height:50px;font-size:27px}.canon-word{font-size:29px}
  .contact-strip-inner{grid-template-columns:1.2fr .75fr .75fr 1fr}.contact-strip .primary-button{grid-column:4;justify-self:end}.contact-address{grid-column:1/3}
}
@media(max-width:980px){
  .site-topbar-inner,.contact-topbar-inner{justify-content:center}.topbar-promise{display:none}.topbar-links{justify-content:center}
  .desktop-main-nav,.contact-page-nav{display:none}
  .site-nav-wrap,.contact-nav-wrap{min-height:82px;padding-top:12px;padding-bottom:12px}.site-logo,.contact-logo{min-width:0}.site-logo em,.contact-logo em{display:none}.site-logo .copy,.site-logo .print,.contact-logo .copy,.contact-logo .print{font-size:29px}.site-logo small,.contact-logo small{font-size:11px}.site-logo .brand-911,.contact-logo .brand-911{font-size:20px}.brand-separator,.contact-brand-separator{height:22px;margin:0 9px}
  .mobile-header-actions{display:flex;align-items:center;gap:10px}.mobile-call{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#eef5fc;color:var(--blue);text-decoration:none;font-size:20px}.mobile-menu-toggle{width:46px;height:44px;border:1px solid #cdd9e5;border-radius:8px;background:#fff;display:grid;align-content:center;justify-items:center;gap:5px;padding:0}.mobile-menu-toggle span{display:block;width:22px;height:2px;background:var(--navy)}
  .mobile-menu{display:none;position:absolute;z-index:50;left:3.4%;right:3.4%;top:calc(100% - 6px);background:#fff;border:1px solid #dce5ef;border-radius:12px;box-shadow:var(--shadow);padding:9px}.mobile-menu.open{display:grid}.mobile-menu a{text-decoration:none;color:#213950;font-size:15px;font-weight:800;padding:12px 13px;border-radius:7px}.mobile-menu a:hover{background:#f1f6fb;color:var(--blue)}
  .hero-section,.hero-inner{min-height:520px}.hero-shade{background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.84),rgba(255,255,255,.40))}.hero-copy{max-width:570px}.hero-copy h1{font-size:50px}.partner-badges{display:none}
  .benefit-grid{grid-template-columns:repeat(3,1fr)}.benefit-grid article:nth-child(3){border-right:0}.benefit-grid article:nth-child(n+4){margin-top:10px}.benefit-grid article:nth-child(4){grid-column:1/2}.benefit-grid article:nth-child(5){border-right:0}
  .brand-products-grid{grid-template-columns:1fr}.brand-product-card{min-height:290px}.brand-product-card>img{max-height:290px}
  .offer-grid{grid-template-columns:1fr 1fr}.offer-card{min-height:350px}
  .service-card{grid-template-columns:1fr 1fr}.service-list{grid-column:1/3;display:grid;grid-template-columns:repeat(3,1fr);padding:14px 28px 26px;border-top:1px solid #e7edf3}.service-list li{margin:9px 0}
  .certificates-inner{grid-template-columns:1fr}.cert-copy{max-width:680px}.contact-strip-inner{grid-template-columns:1fr 1fr}.help-text{grid-column:1/3}.contact-address{grid-column:auto}.contact-strip .primary-button{grid-column:auto;justify-self:stretch}
  .footer-inner{grid-template-columns:1fr;text-align:center}.footer-brand{justify-content:center}.footer-note{text-align:center}
  .contact-page-grid,.about-layout{grid-template-columns:1fr}.map-frame-wrap{height:420px}
}
@media(max-width:700px){
  :root{--body-size:15px;--button-size:15px}
  .site-topbar,.contact-topbar{display:none}.site-nav-wrap,.contact-nav-wrap{padding-left:16px;padding-right:16px;min-height:72px}.site-logo .copy,.site-logo .print,.contact-logo .copy,.contact-logo .print{font-size:24px}.site-logo small,.contact-logo small{display:none}.site-logo .brand-911,.contact-logo .brand-911{font-size:18px}.brand-separator,.contact-brand-separator{height:19px;margin:0 7px}
  .hero-section{min-height:520px;background-position:58% center}.hero-inner{min-height:520px;padding:54px 18px 52px;align-items:flex-start}.hero-shade{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 60%,rgba(255,255,255,.55) 100%)}.hero-copy h1{font-size:clamp(38px,11vw,50px);letter-spacing:-1.2px}.hero-lead{font-size:20px}.hero-description{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr;width:100%}.hero-actions a{width:100%}
  .benefit-section{margin-top:-22px;padding:0 16px}.benefit-grid{grid-template-columns:1fr 1fr;padding:14px 8px}.benefit-grid article{border-right:0;border-bottom:1px solid #e4ebf2;padding:12px 8px}.benefit-grid article:last-child{grid-column:1/3;border-bottom:0}.benefit-grid article:nth-child(n+4){margin-top:0}.benefit-grid article:nth-child(4){grid-column:auto}
  .brand-products-section,.offer-section,.service-section,.certificates-section{padding-left:16px;padding-right:16px}.brand-product-card{grid-template-columns:1fr;min-height:0}.brand-product-copy{padding:26px 24px 10px}.brand-product-card>img{height:250px;max-height:none;object-fit:contain}.brand-heading h2{font-size:25px}
  .offer-section{padding-top:48px}.section-heading h2{font-size:32px}.offer-grid{grid-template-columns:1fr;margin-top:36px}.offer-card{min-height:0}.offer-image{height:230px}.offer-copy{padding-bottom:25px}
  .service-card{grid-template-columns:1fr}.service-image-wrap{min-height:250px}.service-copy{padding:28px 24px}.service-list{grid-column:auto;grid-template-columns:1fr;padding:12px 24px 24px}.service-heading h2{font-size:30px}
  .certificate-grid{grid-template-columns:1fr}.cert-copy h2{font-size:31px}
  .contact-strip-inner{grid-template-columns:1fr}.help-text{grid-column:auto}.contact-item,.contact-strip .primary-button{width:100%}.contact-address{grid-column:auto}
  .footer-nav{gap:13px}.footer-brand{font-size:21px}.footer-brand .brand-911{font-size:18px}.footer-brand-separator{height:19px;margin:0 8px}
  .contact-hero-inner{padding:46px 18px 50px}.contact-hero h1{font-size:39px}.contact-hero p:last-child{font-size:16px}.contact-page-section{padding:28px 16px 32px}.contact-details-card{padding:24px}.map-heading{align-items:flex-start;flex-direction:column;padding:20px}.map-frame-wrap{height:360px}.contact-page-actions{display:grid;grid-template-columns:1fr}.contact-page-actions a{width:100%}.contact-appointment-banner{margin:0 16px 32px;padding:22px;align-items:flex-start;flex-direction:column}.contact-appointment-banner .primary-button{width:100%}
  .about-intro-section{padding:28px 16px}.about-copy-card,.about-side-card{padding:24px}.about-copy-card h2{font-size:26px}.about-copy-card p{font-size:15px}.about-brands{padding:4px 16px 32px}.about-brands-inner{padding:24px 22px}
  .subpage-header-inner{padding:14px 16px}.subpage-header .contact-logo .copy,.subpage-header .contact-logo .print{font-size:24px}.subpage-header .brand-911{font-size:18px}.subpage-nav{gap:14px}.subpage-nav a{font-size:14px}.privacy-page{padding:0 16px 40px}.privacy-hero{padding-top:42px}.privacy-content{padding:24px}.privacy-content h2{font-size:22px}
  .cookie-consent{left:10px;right:10px;bottom:10px;display:grid;gap:14px;padding:16px}.cookie-actions,.cookie-modal-actions{width:100%}.cookie-actions .cookie-button,.cookie-modal-actions button{flex:1 1 100%}.cookie-option{align-items:flex-start}.consent-embed,.consent-embed iframe,.consent-embed-placeholder{min-height:340px}.back-to-top{right:14px;bottom:14px}
}


/* Hero heading refinement — slightly smaller and fixed to two clean lines */
.hero-copy{
  max-width:690px;
}
.hero-copy h1{
  font-size:clamp(40px,3.65vw,56px);
  line-height:1.04;
  letter-spacing:-1.4px;
}
.hero-title-line{
  display:block;
  white-space:nowrap;
}

@media(max-width:760px){
  .hero-copy h1{
    font-size:clamp(32px,9.4vw,42px);
    line-height:1.06;
    letter-spacing:-1px;
  }
}


/* Hero partner logos replaced with provided image badges */
.partner-badges{
  align-items:center;
  gap:18px;
  padding:18px 22px;
}
.partner-badge.image-badge{
  background:transparent;
  border:none;
  box-shadow:none;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.partner-badge.image-badge img{
  display:block;
  max-width:100%;
  height:auto;
  object-fit:contain;
}
.hp-image-badge{
  width:172px;
}
.canon-image-badge{
  width:220px;
}
.partner-divider{
  height:74px;
}

@media (max-width: 980px){
  .partner-badges{
    gap:14px;
    padding:14px 18px;
  }
  .hp-image-badge{
    width:148px;
  }
  .canon-image-badge{
    width:190px;
  }
  .partner-divider{
    height:62px;
  }
}

@media (max-width: 760px){
  .partner-badges{
    gap:12px;
    padding:12px 14px;
    flex-wrap:nowrap;
  }
  .hp-image-badge{
    width:122px;
  }
  .canon-image-badge{
    width:150px;
  }
  .partner-divider{
    height:50px;
  }
}


/* Canon partner logo widened so the full mark is visible */
.canon-image-badge{
  width:290px;
}
.hp-image-badge{
  width:172px;
}
@media (max-width: 980px){
  .canon-image-badge{
    width:240px;
  }
}
@media (max-width: 760px){
  .canon-image-badge{
    width:185px;
  }
}


/* Correct uploaded HP / Canon logos in the printer product section */
.product-brand-logo{
  display:block;
  flex:0 0 auto;
  width:58px;
  height:58px;
  object-fit:contain;
}
.hp-product-logo{
  width:58px;
  height:58px;
}
.canon-product-logo{
  width:60px;
  height:60px;
}
.canon-heading{
  display:flex;
  align-items:center;
  gap:14px;
}
.canon-heading > div{
  min-width:0;
}

@media(max-width:760px){
  .product-brand-logo,
  .hp-product-logo{
    width:52px;
    height:52px;
  }
  .canon-product-logo{
    width:54px;
    height:54px;
  }
}


/* Refine top homepage branding */
.site-logo .brand-911{
  font-size:30px;
  font-weight:900;
  letter-spacing:-1.1px;
}


/* Final spacing adjustment for all cards in "Naša ponuka" */
.offer-card{
  overflow:hidden;
}
.offer-image{
  margin-bottom:0;
}
.offer-copy{
  padding-top:22px;
}
.offer-copy h3{
  margin-top:0;
}


/* Stronger separation between images and text in "Naša ponuka" */
.offer-card{
  min-height:470px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

.offer-image{
  height:285px;
  padding:20px 22px 18px;
  box-sizing:border-box;
  flex:0 0 285px;
  display:grid;
  place-items:center;
  background:#fff;
}

.offer-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.offer-copy{
  flex:1 0 auto;
  padding:28px 24px 34px;
  background:#fff;
}

.offer-copy h3{
  margin:0 0 12px;
}

@media(max-width:980px){
  .offer-card{
    min-height:450px;
  }
  .offer-image{
    height:270px;
    flex-basis:270px;
  }
}

@media(max-width:760px){
  .offer-card{
    min-height:440px;
  }
  .offer-image{
    height:260px;
    flex-basis:260px;
    padding-bottom:16px;
  }
  .offer-copy{
    padding-top:26px;
    padding-bottom:32px;
  }
}


/* Align the red underline under "Naša ponuka" with the left edge of the heading,
   matching the treatment used for "Servis tlačiarní". */
.offer-heading{
  width:max-content;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}
.offer-heading .red-underline{
  width:54px;
  margin:11px 0 0;
}


/* Keep complete product images fully visible inside "Naša ponuka" cards */
.offer-image{
  padding-top:22px;
  padding-bottom:24px;
}
.offer-image img{
  object-fit:contain;
  object-position:center center;
}
