:root {
  --ink: #07192f;
  --navy: #082f63;
  --blue: #0b4a91;
  --red: #e30619;
  --paper: #f7f4ee;
  --mist: #edf2f6;
  --white: #ffffff;
  --muted: #607086;
  --line: #d8e0e8;
  --shadow: 0 24px 70px rgba(7, 25, 47, .13);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--white); background: var(--red); }
:focus-visible { outline: 3px solid #ff6672; outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 128px) 0; }
.section-tight { padding: clamp(54px, 7vw, 88px) 0; }
.section-mist { background: var(--mist); }
.section-paper { background: var(--paper); }
.section-dark { color: var(--white); background: var(--ink); }
.eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow-light { color: #ff7580; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.04; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.035em;
}
h1 { margin-bottom: 24px; font-size: clamp(3.25rem, 7.2vw, 6.9rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4.8vw, 4.35rem); }
h3 { margin-bottom: 12px; font-size: 1.32rem; }
p { margin-top: 0; }
.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.7;
}
.section-dark .lead { color: rgba(255,255,255,.72); }
.em-red { color: var(--red); font-style: italic; }
.kicker { color: var(--navy); font-weight: 800; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 850;
  letter-spacing: .02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 15px 32px rgba(227, 6, 25, .23);
}
.button-primary:hover { background: #c90015; }
.button-secondary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 15px 32px rgba(8, 47, 99, .18);
}
.button-ghost {
  color: var(--navy);
  border: 1px solid var(--line);
  background: var(--white);
}
.button-whatsapp { color: var(--white); background: #128c4a; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-weight: 850;
  text-underline-offset: 5px;
}
.section-dark .text-link { color: var(--white); }

.site-header {
  position: relative;
  z-index: 1000;
  height: 84px;
  border-bottom: 1px solid rgba(7, 25, 47, .08);
  background: rgba(255,255,255,.96);
}
.header-inner {
  width: var(--shell);
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-inline: auto;
}
.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}
.brand img { width: 42px; height: 38px; flex: 0 0 auto; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.brand-copy span {
  margin-top: 6px;
  color: var(--red);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .36em;
  text-transform: uppercase;
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone {
  padding: 10px 12px;
  color: var(--navy);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}
.header-cta { min-height: 46px; padding: 11px 18px; }
.menu-toggle, .menu-close {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.menu-toggle {
  min-width: 104px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.menu-lines { width: 20px; display: grid; gap: 4px; }
.menu-lines i { height: 2px; display: block; border-radius: 4px; background: currentColor; transition: transform .25s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-6px) rotate(-45deg); }

.site-menu {
  position: fixed;
  z-index: 1001;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-menu.is-open { visibility: visible; pointer-events: auto; }
.menu-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 15, 30, .7);
  opacity: 0;
  transition: opacity .3s ease;
}
.site-menu.is-open .menu-backdrop { opacity: 1; }
.menu-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(760px, 100%);
  height: 100%;
  overflow-y: auto;
  padding: 34px clamp(24px, 5vw, 70px) 42px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(227,6,25,.12), transparent 36%),
    var(--ink);
  transform: translateX(100%);
  transition: transform .34s cubic-bezier(.22,.8,.3,1);
}
.site-menu.is-open .menu-drawer { transform: none; }
.menu-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.menu-top .brand-copy strong { color: var(--white); }
.menu-close {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.65rem;
}
.menu-label {
  margin: 52px 0 16px;
  color: #ff818a;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.menu-main-link {
  display: block;
  width: fit-content;
  margin-bottom: 18px;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.65rem);
  line-height: 1;
  text-decoration: none;
}
.menu-main-link:hover, .menu-main-link[aria-current="page"] { color: #ff7580; }
.menu-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.18);
  border-left: 1px solid rgba(255,255,255,.18);
}
.menu-service {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 18px;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
  text-decoration: none;
}
.menu-service span { color: #ff7580; font-size: .65rem; font-weight: 900; letter-spacing: .15em; }
.menu-service strong { font-size: .96rem; }
.menu-service:hover, .menu-service[aria-current="page"] { background: rgba(255,255,255,.09); }
.menu-secondary { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; }
.menu-secondary a { color: rgba(255,255,255,.8); font-weight: 750; }
.menu-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.menu-contact p { margin: 0; color: rgba(255,255,255,.64); font-size: .82rem; }
.menu-contact a { color: var(--white); font-weight: 800; }

.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 132px) 0;
  background:
    linear-gradient(90deg, transparent 0 73%, rgba(11,74,145,.06) 73%),
    var(--paper);
}
.home-hero::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 9px;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--red) 50%, var(--navy) 50%);
}
.hero-grid { display: grid; grid-template-columns: 1.06fr .76fr; align-items: center; gap: clamp(46px, 8vw, 110px); }
.hero-copy .lead { max-width: 670px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 34px; }
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin: 36px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(7,25,47,.14);
  list-style: none;
}
.hero-proof li { color: var(--navy); font-size: .78rem; font-weight: 800; }
.hero-proof li::before { content: "✓"; margin-right: 7px; color: var(--red); }
.hero-visual { position: relative; min-height: 590px; }
.hero-portrait {
  position: absolute;
  inset: 0 0 42px 46px;
  margin: 0;
  overflow: hidden;
  border-radius: 2px 2px 90px 2px;
  box-shadow: var(--shadow);
  background: #d9e1e8;
}
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; }
.hero-badge {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(300px, 78%);
  padding: 20px 22px;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 18px 50px rgba(7,25,47,.22);
}
.hero-badge strong { display: block; font-family: Georgia, serif; font-size: 1.35rem; }
.hero-badge span { color: rgba(255,255,255,.72); font-size: .76rem; }
.hero-corner {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 86px;
  height: 86px;
  border-top: 10px solid var(--red);
  border-right: 10px solid var(--navy);
}

.trust-strip { color: var(--white); background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 25px 26px; border-right: 1px solid rgba(255,255,255,.16); }
.trust-item:last-child { border: 0; }
.trust-item span { display: block; margin-bottom: 4px; color: #ff7a84; font-size: .64rem; font-weight: 900; letter-spacing: .16em; }
.trust-item strong { font-size: .9rem; }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
  align-items: end;
  gap: 44px;
  margin-bottom: 42px;
}
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0; color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-card {
  min-height: 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 6px solid var(--navy);
  background: var(--white);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-card:nth-child(2n) { border-top-color: var(--red); }
.service-card:hover { z-index: 1; transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.service-number { color: var(--red); font-size: .67rem; font-weight: 950; letter-spacing: .18em; }
.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 58px 0 22px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--mist);
}
.service-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card p { color: var(--muted); font-size: .92rem; }
.service-card strong:last-child { margin-top: auto; padding-top: 22px; color: var(--navy); font-size: .78rem; }

.intro-grid, .split-grid, .about-grid, .contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(42px, 8vw, 100px);
}
.feature-photo {
  position: relative;
  margin: 0;
  min-height: 540px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.feature-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.feature-photo figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 13px 16px;
  color: var(--white);
  background: rgba(7,25,47,.9);
  font-size: .76rem;
}
.check-list { display: grid; gap: 14px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 12px;
  height: 7px;
  border-left: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
  transform: rotate(-45deg);
}
.scope-note {
  margin-top: 26px;
  padding: 20px 22px;
  border-left: 5px solid var(--red);
  background: var(--paper);
  color: var(--muted);
  font-size: .88rem;
}
.section-dark .scope-note { background: rgba(255,255,255,.08); color: rgba(255,255,255,.72); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.18); }
.step { min-height: 260px; padding: 28px; border-right: 1px solid rgba(255,255,255,.18); }
.step:last-child { border: 0; }
.step span { color: #ff7580; font-size: .68rem; font-weight: 950; letter-spacing: .18em; }
.step h3 { margin-top: 76px; }
.step p { color: rgba(255,255,255,.68); font-size: .86rem; }

.cta-band { padding: clamp(58px, 7vw, 92px) 0; color: var(--white); background: var(--red); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.1rem, 4.5vw, 4rem); }
.cta-inner .button { flex: 0 0 auto; color: var(--ink); background: var(--white); }

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 128px) 0;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(227,6,25,.14), transparent 32%),
    var(--ink);
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 430px;
  height: 430px;
  border: 70px solid rgba(255,255,255,.035);
  transform: rotate(18deg);
}
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { max-width: 920px; font-size: clamp(3.1rem, 6.4vw, 6.25rem); }
.page-hero .lead { color: rgba(255,255,255,.74); }
.breadcrumbs { margin: 0 0 30px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; color: rgba(255,255,255,.6); font-size: .76rem; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; }
.breadcrumbs a { color: var(--white); }

.content-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.content-card { padding: 30px; border-top: 5px solid var(--red); background: var(--mist); }
.content-card:nth-child(2n) { border-top-color: var(--navy); }
.content-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.content-card ul { margin: 18px 0 0; padding-left: 18px; color: var(--muted); font-size: .88rem; }
.content-card a { color: var(--navy); font-weight: 850; }

.tag-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: var(--white); font-size: .76rem; font-weight: 800; }

.photo-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; }
.photo-card { min-height: 500px; position: relative; margin: 0; overflow: hidden; background: var(--mist); }
.photo-card img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.photo-card figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 14px; color: white; background: rgba(7,25,47,.88); font-size: .76rem; }

.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 20px 22px; border: 1px solid var(--line); background: var(--white); }
.faq-list summary { color: var(--navy); font-weight: 850; cursor: pointer; }
.faq-list details p { margin: 14px 0 0; color: var(--muted); }
.notice { padding: 24px; border: 1px solid #efd0d3; background: #fff7f7; }
.notice strong { color: var(--red); }

.quote-form { padding: clamp(25px, 4vw, 46px); border-top: 7px solid var(--red); background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field-full { grid-column: 1 / -1; }
.form-field span { color: var(--navy); font-size: .76rem; font-weight: 850; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cbd5df;
  border-radius: 7px;
  color: var(--ink);
  background: var(--white);
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(11,74,145,.12); }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.form-note, .form-status { color: var(--muted); font-size: .78rem; }
.form-status { min-height: 1.3em; margin-top: 12px; font-weight: 750; }
.contact-stack { display: grid; gap: 12px; }
.contact-tile { display: grid; gap: 3px; padding: 20px; border: 1px solid var(--line); text-decoration: none; }
.contact-tile span { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-tile strong { color: var(--navy); }

.site-footer { padding-top: 72px; color: var(--white); background: #041327; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr; gap: 60px; }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand p { max-width: 370px; margin-top: 20px; color: rgba(255,255,255,.62); }
.footer-column h2 { margin-bottom: 18px; font: 900 .7rem/1.2 Inter, sans-serif; letter-spacing: .18em; text-transform: uppercase; color: #ff7d86; }
.footer-column { display: grid; align-content: start; gap: 9px; }
.footer-column a, .footer-column p { margin: 0; color: rgba(255,255,255,.72); font-size: .83rem; text-decoration: none; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.52); font-size: .74rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 34px, 760px); }
  .header-phone { display: none; }
  .hero-grid, .intro-grid, .split-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 620px; }
  .service-grid, .content-cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-card { min-height: 560px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 26px, 620px); }
  .site-header, .header-inner { height: 72px; }
  .brand img { width: 36px; height: 33px; }
  .brand-copy strong { font-size: .84rem; }
  .brand-copy span { font-size: .53rem; }
  .header-cta { display: none; }
  .menu-toggle { min-width: 48px; width: 48px; padding: 0; }
  .menu-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .menu-drawer { padding: 24px 20px 36px; }
  .menu-label { margin-top: 36px; }
  .menu-main-link { font-size: 2.15rem; }
  .menu-services { grid-template-columns: 1fr; }
  .menu-service { min-height: 74px; }
  .menu-contact { grid-template-columns: 1fr; }
  .home-hero { padding-top: 68px; }
  h1 { font-size: clamp(3.15rem, 17vw, 4.75rem); }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { margin-inline: auto; }
  .hero-visual { min-height: 500px; }
  .hero-portrait { inset: 0 0 34px 20px; border-radius: 2px 2px 58px 2px; }
  .hero-badge { padding: 16px 18px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .service-grid, .content-cards, .form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .service-card { min-height: 310px; }
  .service-icon { margin-top: 42px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .step:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .step h3 { margin-top: 54px; }
  .cta-inner { align-items: stretch; flex-direction: column; }
  .cta-inner .button { width: 100%; }
  .feature-photo, .photo-card { min-height: 440px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 390px) {
  :root { --shell: min(100% - 22px, 360px); }
  .brand-copy span { letter-spacing: .26em; }
  .page-hero h1 { font-size: 2.8rem; }
  .hero-visual { min-height: 450px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .site-menu, .site-footer, .cta-band, .button { display: none !important; }
  body { color: #000; background: #fff; }
  .section, .page-hero { padding: 30px 0; color: #000; background: #fff; }
}
