:root {
  --red: #e1251b;
  --black: #111111;
  --background: #f8f6f1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--background);
  font-family: "Oswald", Arial, Helvetica, sans-serif;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header { height: 82px; background: rgba(248,246,241,.98); position: relative; z-index: 10; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; flex: 0 0 230px; }
.brand-star { color: var(--red); font-size: 45px; line-height: 1; margin-right: 10px; text-shadow: 8px 0 0 rgba(225,37,27,.2); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif; font-size: 18px; letter-spacing: .2px; }
.brand-copy small { margin-top: 7px; font-size: 11px; font-weight: 700; }
.main-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex: 1; }
.main-nav a { font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif; font-size: 13px; white-space: nowrap; }
.main-nav a:hover, .callback:hover { color: var(--red); }
.header-phone { flex: 0 0 155px; text-align: right; display: flex; flex-direction: column; }
.header-phone > a:first-child { font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif; font-size: 20px; letter-spacing: .015em; font-kerning: normal; }
.callback { color: var(--red); font-size: 10px; font-weight: 800; text-decoration: underline; margin-top: 5px; }
.menu-toggle { display: none; }

.hero { min-height: 555px; overflow: hidden; background: var(--background); }
.hero-main { position: relative; display: grid; grid-template-columns: minmax(0, 44%) minmax(0, 56%); height: 455px; }
.hero-copy { position: relative; z-index: 2; width: auto; min-width: 0; padding-top: 22px; }
.hero h1 { margin: 0; display: flex; flex-direction: column; gap: .03em; font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif; font-size: 78px; line-height: .96; letter-spacing: .015em; font-kerning: normal; font-weight: 900; }
.hero h1 .title-line { display: block; }
.hero h1 .title-line--accent { color: var(--red); }
.hero h1 b { color: var(--red); font-family: Arial, sans-serif; font-size: 51px; vertical-align: 12px; margin-left: 12px; }
.hero-copy > p { font-family: "Oswald", Arial, sans-serif; font-size: 18px; line-height: 1.3; font-weight: 700; margin: 18px 0 20px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; min-width: 306px; height: 50px; padding: 0 24px; color: white; background: var(--red); border-radius: 3px; font-family: "Oswald", Arial, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: .25px; box-shadow: 0 5px 14px rgba(225,37,27,.18); transition: transform 200ms ease, box-shadow 200ms ease; }
.primary-button:focus-visible { outline: 3px solid #171717; outline-offset: 3px; transform: translateY(-4px); box-shadow: 6px 7px 0 #171717; }
@media (hover: hover) and (pointer: fine) {
  .primary-button:hover { transform: translateY(-4px); box-shadow: 6px 7px 0 #171717; }
}
.primary-button:active { transform: translateY(-1px); box-shadow: 3px 4px 0 #171717; }
@media (prefers-reduced-motion: reduce) {
  .primary-button { transition: none; }
}
.hero-art { position: relative; z-index: 1; align-self: start; min-width: 0; width: 100%; max-width: 100%; height: auto; display: block; object-fit: contain; object-position: center top; mix-blend-mode: multiply; }

.benefits {
  position: relative;
  z-index: 3;
  width: min(860px, calc(100% - 40px));
  max-width: 860px;
  min-height: 100px;
  margin-left: max(20px, calc((100% - 1200px) / 2));
  margin-right: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: center;
}
.benefit { display: flex; align-items: center; gap: 14px; min-width: 0; }
.benefit img { width: 48px; height: 48px; object-fit: contain; flex: 0 0 auto; }
.benefit p { margin: 0; font-family: "Oswald", Arial, sans-serif; font-size: 14px; line-height: 1.25; font-weight: 700; }
.benefit p strong, .benefit p span { display: block; }

.reliability {
  padding: 26px 0 48px;
  background: var(--background);
  scroll-margin-top: 20px;
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(55px, 125px) auto auto auto minmax(55px, 125px);
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
.section-heading h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: .015em;
  font-kerning: normal;
  text-align: center;
  white-space: nowrap;
}
.heading-line { width: 100%; height: 1px; background: #a9abad; }
.heading-star { color: var(--red); font-size: 22px; line-height: 1; }
.reliability-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.reliability-card {
  min-width: 0;
  min-height: 144px;
  padding: 0 24px;
  text-align: center;
  border-right: 1px solid #a9abad;
}
.reliability-card:last-child { border-right: 0; }
.reliability-card h3 {
  min-height: 42px;
  margin: 0 0 12px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: .25px;
  font-weight: 700;
}
.reliability-card p { margin: 0; font-size: 13px; line-height: 1.55; }

.company {
  padding: 12px 0 42px;
  background: var(--background);
  scroll-margin-top: 20px;
}
.company-poster {
  padding: 0;
  overflow: hidden;
  background: #eee2cd;
  border-top: 8px solid var(--red);
  box-shadow: inset 0 0 0 1px rgba(17,17,17,.1);
}
.company-main { display: grid; grid-template-columns: 38% 62%; min-height: 375px; }
.company-copy { padding: 30px 16px 28px 40px; }
.poster-kicker { display: flex; align-items: center; gap: 12px; width: 190px; margin-bottom: 10px; }
.poster-kicker span { color: var(--red); font-size: 24px; line-height: 1; }
.poster-kicker i { flex: 1; height: 2px; background: var(--red); }
.company-copy h2 {
  margin: 0 0 17px;
  font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif;
  font-size: 47px;
  line-height: .98;
  letter-spacing: .015em;
  font-kerning: normal;
}
.company-text { max-width: 420px; }
.company-text p { margin: 0 0 10px; font-size: 13px; line-height: 1.43; }
.company-text p:last-child { margin-bottom: 0; font-weight: 600; }
.company-visual { display: flex; align-items: flex-end; justify-content: center; min-width: 0; min-height: 375px; padding: 12px 18px 0 0; }
.company-visual img { display: block; width: 100%; height: 100%; max-height: 363px; object-fit: contain; object-position: center bottom; }
.company-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 118px;
  color: #fff;
  background: var(--red);
}
.company-fact { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 20px 28px; text-align: left; border-right: 1px solid rgba(255,255,255,.55); }
.company-fact:last-child { border-right: 0; }
.company-fact strong { font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif; font-size: 45px; line-height: 1; letter-spacing: .015em; font-kerning: normal; white-space: nowrap; }
.company-fact:nth-child(2) strong { max-width: 180px; font-family: "Oswald", Arial, sans-serif; font-size: 24px; font-weight: 700; line-height: 1.05; white-space: normal; }
.company-fact:nth-child(2) span { max-width: 150px; font-size: 26px; line-height: 1; }
.company-fact:last-child strong { max-width: 190px; font-family: "Oswald", Arial, sans-serif; font-size: 24px; line-height: 1.05; white-space: normal; }
.company-fact span { max-width: 145px; font-size: 15px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.company-fact:last-child span { max-width: 180px; font-size: 12px; }

.industries { padding: 10px 0 54px; background: var(--background); scroll-margin-top: 20px; }
.industries-heading { margin-bottom: 34px; }
.industries-heading h2 { font-size: 28px; }
.industries-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 4px solid var(--red); border-bottom: 5px solid var(--black); }
.industry-card {
  position: relative;
  min-width: 0;
  padding: 0 20px 26px;
  border-right: 1px solid #aaa7a0;
  background: transparent;
}
.industry-card:last-child { border-right: 0; }
.industry-image { width: calc(100% + 40px); aspect-ratio: 4 / 3; margin: 0 -20px 13px; overflow: hidden; background: #eee2cd; border-bottom: 1px solid #aaa7a0; }
.industry-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.industry-card__heading { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: start; column-gap: 12px; min-height: 62px; margin-bottom: 10px; }
.industry-card__number { color: var(--red); font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif; font-size: 27px; line-height: 1; letter-spacing: .015em; font-kerning: normal; }
.industry-card h3 { margin: 0; font-family: "Oswald", Arial, sans-serif; font-size: 20px; line-height: 1.25; font-weight: 700; }
.industry-card ul { margin: 0; padding: 0; list-style: none; font-size: 14px; line-height: 1.5; }
.industry-card li { position: relative; padding-left: 12px; }
.industry-card li::before { content: "•"; position: absolute; left: 0; color: var(--red); font-weight: 700; }

.process { padding: 6px 0 50px; background: var(--background); scroll-margin-top: 20px; }
.process-heading { margin-bottom: 30px; }
.process-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.process-step { min-width: 0; padding: 0 28px; text-align: center; border-right: 1px solid #a9abad; }
.process-step:last-child { border-right: 0; }
.process-number { display: block; margin-bottom: 10px; color: var(--red); font-family: "Oswald", Arial, sans-serif; font-size: 31px; line-height: 1; font-weight: 700; }
.process-content h3 { min-height: 48px; margin: 0 0 11px; font-family: "Oswald", Arial, sans-serif; font-size: 18px; line-height: 1.25; font-weight: 700; }
.process-content p { margin: 0; font-size: 13px; line-height: 1.5; }

.solution-coverage { padding: 8px 0 0; overflow: hidden; background: var(--background); }
.solution-coverage__grid { display: grid; grid-template-columns: 45% 55%; align-items: stretch; }
.audience { display: grid; grid-template-columns: minmax(185px, 42%) minmax(0, 58%); align-items: start; min-width: 0; padding-right: 32px; }
.audience-visual {
  min-height: 320px;
  align-self: end;
  background-image: url("../assets/images/audience-manager.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.audience-content { min-width: 0; align-self: start; padding: 18px 0 32px 20px; }
.audience h2,
.geography h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif; line-height: 1.02; letter-spacing: .015em; font-kerning: normal; }
.audience h2 { margin-bottom: 22px; font-size: 35px; }
.check-list,
.region-list { margin: 0; padding: 0; list-style: none; }
.check-list { font-size: 13px; line-height: 1.38; }
.check-list li { position: relative; padding-left: 20px; margin-bottom: 11px; }
.check-list li:last-child { margin-bottom: 0; }
.check-list li::before { content: "✓"; position: absolute; top: 0; left: 0; color: var(--red); font-family: "Oswald", Arial, sans-serif; font-size: 16px; line-height: 1; font-weight: 700; }
.geography { min-width: 0; padding: 18px 0 0 32px; border-left: 1px solid #a9abad; }
.geography h2 { margin-bottom: 17px; font-size: 35px; }
.geography-body { display: grid; grid-template-columns: minmax(0, 62%) minmax(150px, 38%); align-items: end; min-width: 0; }
.geography-map {
  min-height: 280px;
  background-image: url("../assets/images/geography-map.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.region-list { align-self: center; padding: 20px 0 30px 20px; font-size: 13px; font-weight: 700; line-height: 1.35; }
.region-list li { display: grid; grid-template-columns: 15px minmax(0, 1fr); align-items: start; column-gap: 8px; margin-bottom: 12px; }
.region-list li:last-child { margin-bottom: 0; }
.geo-pin { position: relative; display: block; width: 11px; height: 11px; margin-top: 2px; border: 2px solid var(--red); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.geo-pin::after { content: ""; position: absolute; top: 2px; left: 2px; width: 3px; height: 3px; border-radius: 50%; background: var(--red); }

.faq { padding: 48px 0 70px; background: var(--background); scroll-margin-top: 20px; }
.faq-heading { margin-bottom: 31px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px; }
.faq-item { min-width: 0; border-top: 1px solid #8f9193; }
.faq-item:nth-last-child(-n+2) { border-bottom: 1px solid #8f9193; }
.faq-item summary {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  align-items: start;
  column-gap: 12px;
  min-height: 82px;
  padding: 20px 8px 18px;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { display: none; content: ""; }
.faq-item summary:focus-visible { outline: 3px solid var(--red); outline-offset: -3px; }
.faq-number { color: var(--red); font-family: "Oswald", Arial, sans-serif; font-size: 20px; line-height: 1.2; font-weight: 700; }
.faq-question { font-family: "Oswald", Arial, sans-serif; font-size: 16px; line-height: 1.35; font-weight: 700; }
.faq-toggle { position: relative; display: block; width: 24px; height: 24px; color: var(--red); font-family: "Oswald", Arial, sans-serif; font-size: 26px; line-height: 20px; font-weight: 700; text-align: center; }
.faq-toggle::before { content: "+"; }
.faq-item.faq-expanded .faq-toggle::before { content: "−"; }
.faq-item p { max-height: 0; margin: 0 34px 0 58px; padding: 0; overflow: hidden; opacity: 0; font-size: 14px; line-height: 1.55; transition: max-height 290ms cubic-bezier(.22, 1, .36, 1), opacity 240ms ease, padding-bottom 290ms cubic-bezier(.22, 1, .36, 1); }
.faq-item.faq-expanded p { max-height: var(--faq-answer-height, 240px); padding-bottom: 20px; opacity: 1; }

@media (hover: hover) and (pointer: fine) {
  .faq-item { transition: background-color 180ms ease; }
  .faq-item:hover,
  .faq-item:focus-within { background: #f1eadf; }
}

@media (prefers-reduced-motion: reduce) {
  .faq-item,
  .faq-item p { transition: none; }
}

.contact-section { color: #fff; background: var(--red); scroll-margin-top: 20px; }
.contact-layout { display: grid; grid-template-columns: 28% minmax(0, 52%) 20%; align-items: center; min-height: 175px; }
.contact-copy { padding: 18px 28px 18px 0; }
.contact-copy h2 { margin: 0 0 10px; font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif; font-size: 39px; line-height: 1; letter-spacing: .015em; font-kerning: normal; }
.contact-copy p { margin: 0; font-family: "Rubik Mono One", Arial, sans-serif; font-size: 11px; line-height: 1.45; }
.contact-form { min-width: 0; padding: 16px 24px; }
.form-honeypot { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.contact-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form select { width: 100%; min-width: 0; height: 47px; border: 2px solid #fff; border-radius: 2px; padding: 0 14px; color: var(--black); background: #fff; font-family: "Oswald", Arial, sans-serif; font-size: 15px; }
.contact-form select { cursor: pointer; }
.contact-form input[type="text"]::placeholder,
.contact-form input[type="tel"]::placeholder { color: #555; opacity: 1; }
.contact-form input[type="text"]:hover,
.contact-form input[type="tel"]:hover,
.contact-form select:hover { border-color: var(--black); }
.contact-form input[type="text"]:focus-visible,
.contact-form input[type="tel"]:focus-visible,
.contact-form select:focus-visible { outline: 3px solid var(--black); outline-offset: 2px; }
.contact-form [aria-invalid="true"] { border-color: var(--black); outline: 2px solid #fff; outline-offset: 2px; }
.consent-block { width: 100%; margin-top: 9px; color: #fff; font-size: 11px; line-height: 1.4; }
.consent-label { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: start; column-gap: 10px; cursor: pointer; }
.consent-checkbox { width: 24px; height: 24px; margin: 0; accent-color: var(--black); cursor: pointer; }
.consent-checkbox:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.consent-checkbox[aria-invalid="true"] { outline: 3px solid var(--black); outline-offset: 2px; }
.legal-link { color: #fff; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.legal-link:hover { text-decoration-thickness: 2px; }
.legal-link:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.consent-policy { display: inline-block; margin: 4px 0 0 34px; }
.contact-form button { width: min(340px, 100%); min-height: 47px; margin-top: 8px; border: 2px solid var(--black); border-radius: 2px; padding: 9px 22px; color: #fff; background: var(--black); font-family: "Oswald", Arial, sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; }
.contact-form button:hover { color: var(--black); background: #fff; }
.contact-form button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.form-message { min-height: 21px; margin: 6px 0 0; font-size: 14px; line-height: 1.4; font-weight: 600; }
.contact-manager { align-self: end; min-height: 175px; background-image: url("../assets/images/contact-manager.png"); background-repeat: no-repeat; background-position: center bottom; background-size: contain; }

.site-footer { background: var(--background); }
.footer-inner { display: grid; grid-template-columns: 230px minmax(0, 1fr) 190px; align-items: center; min-height: 105px; gap: 32px; }
.footer-description { max-width: 440px; margin: 0 auto; font-size: 13px; line-height: 1.45; text-align: center; }
.footer-phone { display: flex; flex-direction: column; text-align: right; }
.footer-phone a:first-child { font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif; font-size: 21px; letter-spacing: .015em; font-kerning: normal; }
.footer-phone a:last-child { margin-top: 5px; color: var(--red); font-size: 11px; font-weight: 700; text-decoration: underline; }
.footer-phone a:hover { color: var(--red); }

.request-modal[hidden] { display: none; }
.request-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 16px; }
.request-modal__backdrop { position: absolute; inset: 0; background: rgba(17,17,17,.76); opacity: 0; transition: opacity 250ms ease; }
.request-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(580px, calc(100vw - 48px));
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  padding: 32px 34px 28px;
  color: var(--black);
  background: var(--background);
  border: 1px solid var(--red);
  border-top: 8px solid var(--red);
  box-shadow: 12px 14px 0 rgba(0,0,0,.9);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 250ms ease, transform 250ms cubic-bezier(.22, 1, .36, 1);
}
.request-modal.is-open .request-modal__backdrop { opacity: 1; }
.request-modal.is-open .request-modal__dialog { opacity: 1; transform: translateY(0); }
.request-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  color: var(--black);
  background: transparent;
  font: 700 34px/1 Arial, sans-serif;
  cursor: pointer;
}
.request-modal__close:hover { color: var(--red); }
.request-modal__close:focus-visible { outline: 3px solid var(--red); outline-offset: 1px; }
.request-modal__dialog h2 { max-width: calc(100% - 45px); margin: 0 0 10px; font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif; font-size: 38px; line-height: 1.02; letter-spacing: .015em; font-kerning: normal; }
.request-modal__intro { margin: 0 0 22px; font-size: 15px; line-height: 1.45; }
.request-modal__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.request-modal__field { min-width: 0; }
.request-modal__field--wide { grid-column: 1 / -1; }
.request-modal__field label { display: block; margin-bottom: 5px; font-size: 13px; font-weight: 700; }
.request-modal__field input,
.request-modal__field select { width: 100%; min-width: 0; height: 48px; border: 2px solid #9b9b97; border-radius: 0; padding: 0 13px; color: var(--black); background: #fff; font-family: "Oswald", Arial, sans-serif; font-size: 15px; }
.request-modal__field input:hover,
.request-modal__field select:hover { border-color: var(--black); }
.request-modal__field input:focus-visible,
.request-modal__field select:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; border-color: var(--black); }
.request-modal__form [aria-invalid="true"] { outline: 3px solid var(--red); outline-offset: 2px; }
.request-modal__consent { margin-top: 17px; color: var(--black); font-size: 12px; line-height: 1.4; }
.request-modal .legal-link { color: var(--black); }
.request-modal .legal-link:focus-visible { outline-color: var(--red); }
.request-modal__submit { width: 100%; min-height: 50px; margin-top: 17px; border: 2px solid var(--red); border-radius: 0; padding: 10px 20px; color: #fff; background: var(--red); font-family: "Oswald", Arial, sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; }
.request-modal__submit:hover { color: var(--red); background: #fff; }
.request-modal__submit:focus-visible { outline: 3px solid var(--black); outline-offset: 3px; }
.request-modal__message { min-height: 22px; margin: 9px 0 0; color: var(--black); font-size: 14px; line-height: 1.45; font-weight: 600; }

.success-modal[hidden] { display: none; }
.success-modal { position: fixed; z-index: 1010; inset: 0; display: grid; place-items: center; padding: 24px; }
.success-modal__backdrop { position: absolute; inset: 0; background: rgba(17,17,17,.76); opacity: 0; transition: opacity 250ms ease; }
.success-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(430px, calc(100vw - 48px));
  padding: 36px 34px 32px;
  border-top: 8px solid var(--red);
  color: var(--black);
  background: var(--background);
  box-shadow: 12px 14px 0 rgba(0,0,0,.9);
  text-align: center;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 250ms ease, transform 250ms cubic-bezier(.22, 1, .36, 1);
}
.success-modal.is-open .success-modal__backdrop { opacity: 1; }
.success-modal.is-open .success-modal__dialog { opacity: 1; transform: translateY(0); }
.success-modal__close { position: absolute; top: 10px; right: 12px; width: 40px; height: 40px; border: 0; padding: 0; color: var(--black); background: transparent; font: 700 34px/1 Arial, sans-serif; cursor: pointer; }
.success-modal__close:hover { color: var(--red); }
.success-modal__close:focus-visible { outline: 3px solid var(--red); outline-offset: 1px; }
.success-modal__dialog h2 { margin: 0 42px 12px; font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif; font-size: 48px; line-height: 1; letter-spacing: .015em; font-kerning: normal; }
.success-modal__dialog p { margin: 0 0 24px; font-size: 18px; line-height: 1.45; }
.success-modal__action { min-width: 190px; min-height: 50px; border: 2px solid var(--red); border-radius: 0; padding: 10px 24px; color: #fff; background: var(--red); font-family: "Oswald", Arial, sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; }
.success-modal__action:hover { color: var(--red); background: #fff; }
.success-modal__action:focus-visible { outline: 3px solid var(--black); outline-offset: 3px; }

@media (max-width: 600px) {
  .request-modal { padding: 16px; }
  .request-modal__dialog { width: calc(100vw - 32px); padding: 26px 20px 22px; box-shadow: 8px 10px 0 rgba(0,0,0,.9); }
  .request-modal__dialog h2 { font-size: 31px; }
  .request-modal__intro { margin-bottom: 17px; font-size: 14px; }
  .request-modal__fields { grid-template-columns: 1fr; gap: 11px; }
  .request-modal__field--wide { grid-column: auto; }
  .request-modal__consent { font-size: 12px; }
  .request-modal__submit { width: 100%; }
  .success-modal { padding: 16px; }
  .success-modal__dialog { width: calc(100vw - 48px); padding: 30px 20px 26px; box-shadow: 8px 10px 0 rgba(0,0,0,.9); }
  .success-modal__dialog h2 { margin-inline: 38px; font-size: 40px; }
  .success-modal__dialog p { font-size: 16px; }
  .success-modal__action { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .request-modal__backdrop,
  .request-modal__dialog,
  .success-modal__backdrop,
  .success-modal__dialog { transition: none; }
}

.reveal-enabled .scroll-reveal,
.reveal-enabled .scroll-reveal-item {
  opacity: 0;
  transform: translateY(28px) scale(.985);
  will-change: opacity, transform;
}
.reveal-enabled .scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 660ms cubic-bezier(.22, 1, .36, 1), transform 660ms cubic-bezier(.22, 1, .36, 1);
}
.reveal-enabled .scroll-reveal.is-visible .scroll-reveal-item {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 660ms cubic-bezier(.22, 1, .36, 1), transform 660ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-enabled .reveal-complete { will-change: auto; }

@media (prefers-reduced-motion: reduce) {
  .reveal-enabled .scroll-reveal,
  .reveal-enabled .scroll-reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

@media (max-width: 900px) and (min-width: 701px) {
  .reliability-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 34px; }
  .reliability-card:nth-child(3n) { border-right: 0; }
  .reliability-card { padding-inline: 28px; }
  .company-main { grid-template-columns: 42% 58%; }
  .company-copy { padding-left: 28px; }
  .company-copy h2 { font-size: 40px; }
  .company-text p { font-size: 12px; }
  .company-fact { flex-direction: column; gap: 4px; text-align: center; }
  .company-fact strong { font-size: 38px; }
  .company-fact:last-child strong { font-size: 20px; }
  .industries-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-card:nth-child(2) { border-right: 0; }
  .industry-card:nth-child(-n+2) { border-bottom: 1px solid #aaa7a0; }
  .process-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); row-gap: 34px; }
  .process-step { grid-column: span 2; padding-inline: 30px; }
  .process-step:nth-child(3) { border-right: 0; }
  .process-step:nth-child(4) { grid-column: 2 / span 2; }
  .process-step:nth-child(5) { grid-column: 4 / span 2; border-right: 0; }
  .solution-coverage__grid { grid-template-columns: 1fr; }
  .audience { grid-template-columns: minmax(220px, 36%) minmax(0, 1fr); padding: 0 28px; }
  .audience-content { padding-right: 40px; }
  .geography { padding: 34px 28px 0; border-top: 1px solid #a9abad; border-left: 0; }
  .geography-body { grid-template-columns: minmax(0, 62%) minmax(190px, 38%); }
  .faq-grid { column-gap: 28px; }
  .faq-item summary { grid-template-columns: 34px minmax(0, 1fr) 22px; column-gap: 9px; }
  .faq-item p { margin-left: 51px; }
  .contact-layout { grid-template-columns: 31% minmax(0, 49%) 20%; min-height: 0; }
  .contact-copy { padding-top: 32px; padding-bottom: 32px; }
  .contact-copy h2 { font-size: 33px; }
  .contact-fields { grid-template-columns: 1fr; }
  .contact-form { padding: 32px 18px; }
  .contact-form button { margin-top: 13px; }
  .form-message { margin-top: 10px; }
  .contact-manager { min-height: 230px; }
  .footer-inner { grid-template-columns: 190px minmax(0, 1fr) 165px; gap: 20px; }
}

@media (max-width: 1100px) {
  .main-nav { gap: 12px; }
  .main-nav a { font-size: 11px; }
  .brand { flex-basis: 185px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 30px, 390px); }
  .site-header { height: 70px; }
  .header-inner { justify-content: space-between; gap: 12px; }
  .brand { flex-basis: auto; }
  .brand-star { font-size: 34px; margin-right: 7px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 9px; margin-top: 4px; }
  .header-phone { margin-left: auto; flex-basis: auto; }
  .header-phone > a:first-child { font-size: 14px; }
  .callback { font-size: 8px; }
  .menu-toggle { display: flex; width: 34px; height: 34px; border: 0; padding: 7px 4px; background: transparent; flex-direction: column; justify-content: space-around; }
  .menu-toggle span:not(.sr-only) { height: 2px; width: 100%; background: var(--black); }
  .main-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 18px 20px; background: var(--background); box-shadow: 0 10px 20px rgba(0,0,0,.08); flex-direction: column; align-items: flex-start; gap: 14px; }
  .main-nav.is-open { display: flex; }
  .main-nav a { font-size: 15px; }
  .hero { min-height: auto; }
  .hero-main { display: block; height: auto; }
  .hero-copy { width: 100%; padding-top: 18px; }
  .hero h1 { font-size: clamp(50px, 14.5vw, 58px); line-height: .96; gap: .03em; }
  .hero h1 b { font-size: 30px; vertical-align: 7px; margin-left: 5px; }
  .hero-copy > p { font-size: 17px; margin: 14px 0; line-height: 1.4; }
  .primary-button { min-width: 260px; height: 45px; font-size: 14px; }
  .hero-art { position: relative; top: auto; right: auto; width: 100%; max-width: 100%; height: auto; margin-top: 10px; }
  .benefits {
    width: min(100% - 30px, 390px);
    max-width: 390px;
    margin-inline: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
    padding: 24px 0 32px;
  }
  .benefit { gap: 9px; align-items: flex-start; }
  .benefit img { width: 36px; height: 36px; }
  .benefit p { font-size: 10px; }
  .reliability { padding: 18px 0 44px; }
  .section-heading {
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    gap: 8px;
    margin-bottom: 26px;
  }
  .section-heading .heading-star { display: none; }
  .section-heading h2 { font-size: 22px; white-space: normal; }
  .reliability-grid { grid-template-columns: 1fr; }
  .reliability-card {
    position: relative;
    min-height: 0;
    padding: 0 20px 25px;
    margin-bottom: 24px;
    border-right: 0;
  }
  .reliability-card:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 72px;
    height: 1px;
    background: #a9abad;
    transform: translateX(-50%);
  }
  .reliability-card:last-child { margin-bottom: 0; padding-bottom: 0; }
  .reliability-card h3 { min-height: 0; margin-bottom: 8px; font-size: 16px; }
  .reliability-card p { font-size: 13px; }
  .company { padding: 6px 0 38px; }
  .company-poster { padding: 0; border-top-width: 6px; }
  .company-main { grid-template-columns: 1fr; min-height: 0; }
  .company-copy { width: 100%; padding: 26px 22px 22px; }
  .poster-kicker { width: 125px; margin-bottom: 8px; }
  .poster-kicker span { font-size: 18px; }
  .company-copy h2 { margin-bottom: 18px; font-size: 39px; }
  .company-text p { margin-bottom: 12px; font-size: 14px; line-height: 1.48; }
  .company-visual { min-height: 245px; height: 245px; padding: 0 10px; }
  .company-visual img { max-height: 245px; }
  .company-facts { grid-template-columns: 1fr; margin: 0; }
  .company-fact { min-height: 92px; justify-content: flex-start; padding: 15px 28px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.55); }
  .company-fact:last-child { border-bottom: 0; }
  .company-fact strong { min-width: 100px; font-size: 46px; }
  .company-fact:last-child strong { min-width: 130px; font-size: 19px; }
  .company-fact span { font-size: 13px; }
  .industries { padding: 4px 0 48px; }
  .industries-heading { margin-bottom: 25px; }
  .industries-heading h2 { font-size: 21px; }
  .industries-grid { grid-template-columns: 1fr; border-bottom-width: 4px; }
  .industry-card { min-height: 0; padding: 0 22px 24px; border-right: 0; border-bottom: 1px solid #aaa7a0; }
  .industry-card:last-child { border-bottom: 0; }
  .industry-image { width: calc(100% + 44px); margin: 0 -22px 13px; }
  .industry-card__heading { grid-template-columns: 42px minmax(0, 1fr); min-height: 0; margin-bottom: 12px; }
  .industry-card__number { font-size: 38px; }
  .industry-card h3 { margin: 0; font-size: 19px; }
  .industry-card p { font-size: 14px; }
  .process { padding: 2px 0 46px; }
  .process-heading { margin-bottom: 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    column-gap: 14px;
    padding: 0 4px 22px;
    margin-bottom: 22px;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid #a9abad;
  }
  .process-step:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
  .process-number { margin: 0; font-size: 31px; }
  .process-content h3 { min-height: 0; margin-bottom: 7px; font-size: 17px; }
  .process-content p { font-size: 13px; }
  .solution-coverage { padding-top: 2px; }
  .solution-coverage__grid { grid-template-columns: 1fr; }
  .audience { display: grid; grid-template-columns: 1fr; padding: 0; }
  .audience-content { order: 1; padding: 18px 4px 24px; }
  .audience-visual { order: 2; width: min(270px, 86%); min-height: 320px; margin-inline: auto; }
  .audience h2 { margin-bottom: 18px; font-size: 32px; }
  .check-list { font-size: 14px; }
  .check-list li { margin-bottom: 10px; }
  .geography { padding: 30px 4px 0; border-top: 1px solid #a9abad; border-left: 0; }
  .geography h2 { margin-bottom: 20px; font-size: 31px; text-align: center; }
  .geography-body { grid-template-columns: 1fr; }
  .geography-map { min-height: 280px; }
  .region-list { padding: 22px 12px 34px; font-size: 14px; }
  .faq { padding: 40px 0 48px; }
  .faq-heading { margin-bottom: 25px; }
  .faq-grid { grid-template-columns: 1fr; column-gap: 0; }
  .faq-item:nth-last-child(2) { border-bottom: 0; }
  .faq-item:last-child { border-bottom: 1px solid #8f9193; }
  .faq-item summary { grid-template-columns: 34px minmax(0, 1fr) 24px; column-gap: 9px; min-height: 0; padding: 17px 4px 16px; }
  .faq-number { font-size: 18px; }
  .faq-question { font-size: 16px; }
  .faq-toggle { font-size: 25px; }
  .faq-item p { margin: 0 28px 0 47px; font-size: 14px; }
  .contact-layout { grid-template-columns: 1fr; min-height: 0; }
  .contact-copy { padding: 30px 4px 20px; }
  .contact-copy h2 { font-size: 38px; }
  .contact-copy p { font-size: 10px; }
  .contact-form { padding: 0 4px 12px; }
  .contact-fields { grid-template-columns: 1fr; gap: 10px; }
  .contact-form input[type="text"],
  .contact-form input[type="tel"],
  .contact-form select { height: 48px; }
  .consent-block { font-size: 12px; }
  .consent-policy { margin-left: 34px; }
  .contact-form button { width: 100%; min-height: 50px; margin-top: 13px; }
  .form-message { min-height: 40px; margin-top: 10px; }
  .contact-manager { width: min(280px, 90%); min-height: 230px; margin-inline: auto; }
  .footer-inner { grid-template-columns: 1fr; min-height: 0; gap: 20px; padding-top: 28px; padding-bottom: 30px; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-description { font-size: 13px; }
  .footer-phone { text-align: center; }
  .footer-phone a:first-child { font-size: 22px; }
}
