:root {
  --aq-font-heading: "Futura DP", Arial, sans-serif;
  --aq-font-body: Arial, Helvetica, sans-serif;

  --aq-color-white: #ffffff;
  --aq-color-surface: #e6eaed;
  --aq-color-surface-soft: #dfe5e8;
  --aq-color-red: #d52e28;
  --aq-color-blue: #00688b;
  --aq-color-dark: #1f2a30;
  --aq-color-text: #44545d;
  --aq-color-ink: #141617;
  --aq-color-line: rgba(20, 22, 23, 0.1);

  --aq-shell: 1200px;
  --aq-shell-pad: 30px;
  --aq-header-height: 116px;
  --aq-transition: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  font-family: var(--aq-font-body);
  font-size: 20px;
  line-height: 1.72;
  color: var(--aq-color-text);
  background: var(--aq-color-surface);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p, li, input, textarea, select, button { font-family: var(--aq-font-body); }
h1, h2, h3, h4, h5, h6, .aq-hero__title, .aq-page-header h1, .aq-quote h2, .aq-tabs__button {
  margin: 0;
  color: var(--aq-color-ink);
  font-family: var(--aq-font-heading);
  font-weight: 500;
  line-height: 1.2;
}
p { margin: 0 0 1.25rem; }
ul { margin: 0; padding-left: 1.2rem; }
.site-shell { width: min(var(--aq-shell), calc(100% - (var(--aq-shell-pad) * 2))); margin-inline: auto; }
.site-shell--wide,
.aq-solutions-row { width: min(1248px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #0F1F26CC;
}

.is-aqurate-home .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.admin-bar.is-aqurate-home .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar.is-aqurate-home .site-header {
    top: 46px;
  }
}

.is-aqurate-home .site-main {
  margin-top: 0;
}

.is-aqurate-home .aq-hero {
  margin-top: 0;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
  min-height: var(--aq-header-height);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 14px 72px;
}
.site-branding { display: inline-flex; align-items: center; min-width: 0; }
.site-branding { color: var(--aq-color-white); line-height: 0; }
.site-branding__logo-svg { display: block; width: 320px; max-width: 100%; height: auto; }
.site-branding__logo-text { display: inline-block; font-family: var(--aq-font-heading); font-size: 32px; line-height: 1; color: var(--aq-color-white); }
.primary-nav { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; }
.primary-nav .menu { display: flex; align-items: center; gap: 2rem; list-style: none; margin: 0; padding: 0; position: relative; top: -2px; }
.primary-nav .menu-item { list-style: none; }
.primary-nav .menu a, .menu-toggle {
  color: var(--aq-color-white);
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--aq-font-body);
  font-weight: 400;
  transition: color var(--aq-transition);
}
.primary-nav .menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  position: relative;
  top: 3px;
}
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a,
.primary-nav .menu a:hover { color: var(--aq-color-red); }
.header-actions { display: flex; align-items: center; gap: 0; }
.button, button:not(.aq-tabs__button):not(.menu-toggle), input[type="submit"], input[type="button"], .wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 29px;
  border: 0;
  border-radius: 4px;
  background: var(--aq-color-red);
  color: var(--aq-color-white);
  font-family: var(--aq-font-body);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.015em;
  cursor: pointer;
  transition: background var(--aq-transition), transform var(--aq-transition), color var(--aq-transition);
}
.button:hover, button:not(.aq-tabs__button):not(.menu-toggle):hover, input[type="submit"]:hover, input[type="button"]:hover { background: var(--aq-color-blue); color: var(--aq-color-white); }
.button--small { min-height: 36px; padding: 10px 18px; font-size: 12px; }
.button--call { background: var(--aq-color-red); min-height: 44px; padding-inline: 22px; }
.button--call:hover { background: var(--aq-color-blue); }
.menu-toggle { display: none; padding: 0; background: transparent; min-height: auto; border-radius: 0; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--aq-color-white); transition: transform var(--aq-transition), opacity var(--aq-transition); }

.aq-hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  color: var(--aq-color-white);
  background-color: #0F1F26CC;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-image: var(--aq-hero-image);
  background-image: -webkit-image-set(var(--aq-hero-image) 1x, var(--aq-hero-image-2x) 2x);
  background-image: image-set(var(--aq-hero-image) 1x, var(--aq-hero-image-2x) 2x);
}
.aq-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 100svh;
  box-sizing: border-box;
  padding-top: clamp(110px, 13vh, 156px);
  padding-bottom: clamp(42px, 7vh, 86px);
}
.aq-hero__content {
  width: 100%;
  max-width: min(1180px, calc(100vw - 180px));
  margin-left: clamp(0px, 5.8vw, 120px);
}
.aq-hero__title {
  font-size: clamp(48px, 4.95vw, 80px);
  color: var(--aq-color-white);
  line-height: 1.04;
}
.aq-hero__line {
  display: block;
}
.aq-hero__line--top,
.aq-hero__line--bottom,
.aq-hero__subtitle-line {
  white-space: nowrap;
}
.aq-hero__subtitle {
  margin-top: 1.3rem;
  margin-bottom: 0;
  font-size: clamp(22px, 1.6vw, 26px);
  line-height: 1.2;
  color: var(--aq-color-white);
}

@media (max-width: 767px) {
  .aq-hero {
    background-image: var(--aq-hero-mobile-image);
    background-image: -webkit-image-set(var(--aq-hero-mobile-image) 1x, var(--aq-hero-mobile-image-2x) 2x);
    background-image: image-set(var(--aq-hero-mobile-image) 1x, var(--aq-hero-mobile-image-2x) 2x);
  }
}

.aq-section { padding: 72px 0; }
.aq-section--intro { background: var(--aq-color-surface); }
.aq-intro { max-width: 760px; margin-inline: auto; }
.aq-intro + .aq-intro { margin-top: 44px; }
.aq-copy { text-align: left; }
.aq-copy--center { text-align: center; max-width: 860px; margin-inline: auto; }
.aq-copy--solutions { max-width: 920px; }
.aq-copy h2 { font-size: clamp(34px, 4vw, 52px); margin-bottom: 1rem; }
.aq-copy h2 span { color: var(--aq-color-red); }
.aq-copy p:last-child { margin-bottom: 0; }
.aq-copy__actions { margin-top: 2rem; text-align: center; }

.aq-solution-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 2.2rem;
}
.aq-solution-tile {
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  background: #10202a;
  border-radius: 0;
}
.aq-solution-tile__media {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aq-solution-tile--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.60) 0%, rgba(255,255,255,0.50) 42%, rgba(15,31,38,0.18) 100%);
}
.aq-solution-tile__overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding: 1.55rem;
}
.aq-solution-tile__overlay--center {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.aq-solution-tile h3 {
  max-width: 12ch;
  color: var(--aq-color-white);
  font-size: clamp(40px, 3.1vw, 54px);
  line-height: 1.05;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.aq-solution-tile .button { position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); align-self: auto; }
.aq-solution-tile--coming-soon {
  background: linear-gradient(180deg, #22333f 0%, #1b2a33 100%);
}

.aq-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; margin-top: 2.2rem; }
.aq-product-card { min-width: 0; }
.aq-product-card__link { display: grid; grid-template-rows: minmax(280px, 1fr) auto; height: 100%; background: var(--aq-color-white); overflow: hidden; box-shadow: 0 0 0 1px rgba(20,22,23,0.02); }
.aq-product-card__media { min-height: 320px; background-position: center center; background-size: cover; background-repeat: no-repeat; }
.aq-product-card__body { padding: 1.6rem 1.6rem 1.5rem; background: rgba(255,255,255,0.98); }
.aq-product-card__body--center { display: flex; min-height: 180px; align-items: center; justify-content: center; text-align: center; background: linear-gradient(180deg, #21333f 0%, #1b2a33 100%); }
.aq-product-card__body h3 { font-size: clamp(30px, 3vw, 42px); line-height: 1.15; color: var(--aq-color-ink); }
.aq-product-card__body--center h3, .aq-product-card__body--center p, .aq-product-card__status { color: var(--aq-color-white); }
.aq-product-card__body p { margin-top: 0.9rem; font-size: 18px; }
.aq-product-card__status { margin-top: 0.9rem; font-size: 18px; }

.aq-page-header { padding: 88px 0 56px; background: var(--aq-color-surface); }
.aq-page-header--light { padding-top: 72px; }
.aq-page-header--product .aq-product-head__copy { max-width: 920px; }
.aq-page-header--product .aq-product-head__copy h1 { color: var(--aq-color-red); }
.aq-page-header--product .aq-product-head__copy p + p { margin-top: 1.25rem; }
.aq-product-gallery--products-page .aq-product-gallery__rail { gap: 0; }
.aq-product-tabs--products-page { padding-top: 56px; }
.aq-page-header h1 { font-size: clamp(42px, 4vw, 58px); margin-bottom: 1rem; }
.aq-page-header p { max-width: 920px; margin-bottom: 0; }
.aq-section--products { padding-top: 0; }
.aq-product-grid--archive { margin-top: 0; }

.aq-product-gallery { padding: 0; background: var(--aq-color-surface); overflow: hidden; }
.aq-product-gallery__rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; align-items: stretch; background: var(--aq-color-surface); }
.aq-product-gallery__item { margin: 0; background: #d6dde1; }
.aq-product-gallery__item img { width: 100%; height: 100%; min-height: 228px; object-fit: cover; object-position: center 66%; }

.aq-product-tabs { padding: 64px 0 90px; background: var(--aq-color-surface); }
.aq-tabs { max-width: 900px; margin-inline: auto; }
.aq-tabs__nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; align-items: end; margin-bottom: 2rem; }
.aq-tabs__button { padding: 0 0 12px; border: 0; border-bottom: 6px solid rgba(255,255,255,0.65); border-radius: 0; background: transparent; color: var(--aq-color-ink); font-size: clamp(28px, 3vw, 42px); justify-content: center; min-height: auto; }
.aq-tabs__button.is-active { border-bottom-color: var(--aq-color-red); }
.aq-tabs__panel { padding-top: 0.5rem; }
.aq-tabs__button:hover,
.aq-tabs__button:focus,
.aq-tabs__button:active {
  background: transparent !important;
  color: var(--aq-color-ink);
  box-shadow: none;
  outline: none;
}
.aq-tabs__button.is-active:hover,
.aq-tabs__button.is-active:focus,
.aq-tabs__button.is-active:active {
  border-bottom-color: var(--aq-color-red);
}

.aq-vision-top {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
  gap: 3.5rem;
  align-items: start;
}
.aq-vision-top__copy {
  max-width: 100%;
}
.aq-vision-graphic {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.aq-vision-graphic img {
  width: min(100%, 300px);
  height: auto;
  margin-top: 56px;
}
.aq-vision-tabs .site-shell {
  max-width: 920px;
}
.aq-vision-actions {
  margin: 2rem 0 0;
  text-align: center;
}

.aq-bullets { color: var(--aq-color-text); font-size: 18px; line-height: 1.8; }
.aq-bullets li + li { margin-top: 0.75rem; }

.aq-vision-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 2rem; align-items: start; }
.aq-vision-panel { padding: 1.6rem 1.7rem; background: rgba(255,255,255,0.72); border: 1px solid rgba(20,22,23,0.05); }
.aq-vision-panel h2 { margin-bottom: 1rem; font-size: 34px; }

#quote { scroll-margin-top: 110px; }
.aq-quote {
  position: relative;
  padding: 5% 0 2%;
  background-color: #0F1F26CC;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  color: var(--aq-color-white);
}
.aq-quote__inner {
  position: relative;
  z-index: 1;
}
.aq-quote h2 {
  color: var(--aq-color-white);
  font-size: clamp(58px, 4.2vw, 72px);
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.aq-quote p, .aq-quote a, .aq-quote li, .aq-quote label { color: var(--aq-color-white); }
.aq-quote__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 3rem;
  align-items: start;
}
.aq-quote__copy p { max-width: 520px; }
.aq-quote__left { max-width: 720px; }
.aq-quote__copy { max-width: 520px; }
.aq-quote__product { opacity: 0.86; }
.aq-quote__form { max-width: 620px; }
.aq-quote__right { padding-top: 0.3rem; }
.aq-quote__contact-list { display: grid; gap: 0.8rem; }
.aq-quote__contact-list p {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}
.aq-quote__contact-list a:hover { color: rgba(255,255,255,0.82); }
.aq-quote__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  color: var(--aq-color-white);
  line-height: 1;
}
.aq-quote__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.aq-quote__icon--linkedin {
  width: 22px;
  min-width: 22px;
  height: 22px;
}
.aq-quote__icon--linkedin svg {
  transform: translateY(0.5px);
}
.aq-quote__form .dp-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 0.9rem;
}
.aq-quote__form .dp-contact-form__field--full { grid-column: 1 / -1; }
.aq-quote__form input,
.aq-quote__form textarea,
.aq-quote__form select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 6px;
  background: rgba(255,255,255,0.98);
  color: var(--aq-color-ink);
  font-size: 16px;
  line-height: 1.4;
}
.aq-quote__form textarea { min-height: 84px; resize: vertical; }
.aq-quote__form input:focus,
.aq-quote__form textarea:focus,
.aq-quote__form select:focus {
  outline: none;
  border-color: var(--aq-color-red);
  box-shadow: 0 0 0 3px rgba(213,46,40,0.18);
}
.aq-quote__form .dp-contact-form__checkbox,
.aq-quote__form .dp-contact-form__consent,
.aq-quote__form .dp-contact-form__checkbox label {
  font-size: 14px;
  line-height: 1.4;
}
.aq-quote__form .dp-contact-form__checkbox label { display: flex; align-items: flex-start; gap: 0.6rem; }
.aq-quote__form .dp-contact-form__checkbox input[type="checkbox"] { width: auto; min-height: auto; margin: 0.2rem 0 0; padding: 0; }
.aq-quote__form .dp-contact-form__actions { margin-top: 1rem; }
.aq-quote__form .dp-contact-form__notice { margin-bottom: 1rem; padding: 0.75rem 0.9rem; border-radius: 6px; font-size: 14px; font-weight: 700; background: rgba(255,255,255,0.14); }
.aq-quote__form .dp-contact-form__notice--success { background: rgba(18,184,120,0.18); }
.aq-quote__form .dp-contact-form__notice--error { background: rgba(213,46,40,0.18); }
.aq-quote__copyright {
  margin: 3rem 0 0;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.78);
}

.site-footer {
  display: none;
}
.site-footer__bottom { text-align: center; font-size: 13px; color: rgba(255,255,255,0.76); }
.site-footer__bottom p { margin: 0; }
.is-aqurate-home .site-footer { display: none; }

.grecaptcha-badge { visibility: hidden !important; }

body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 980px) {
  body { font-size: 18px; }
  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    min-height: 0;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none;
  }
  .menu-toggle:hover,
  .menu-toggle:focus,
  .menu-toggle:active {
    background: transparent !important;
    box-shadow: none !important;
  }
  .menu-toggle span {
    width: 22px;
    margin: 4px 0;
  }
  .primary-nav {
    position: fixed;
    inset: 108px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1.35rem 24px 1.6rem;
    background: #0F1F26D9;
    border: 0 !important;
    box-shadow: none !important;
    justify-content: flex-start;
    text-align: center;
    backdrop-filter: saturate(120%) blur(2px);
  }
  body.menu-open .primary-nav { display: flex; }
  .primary-nav .menu,
  .header-actions {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    width: 100%;
    text-align: center;
  }
  .primary-nav .menu {
    top: 0;
  }
  .primary-nav .menu li {
    width: auto;
    display: block;
  }
  .primary-nav .menu a {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    width: auto;
    padding: 0.15rem 0;
  }
  .header-actions > * {
    width: auto;
    display: inline-flex;
    justify-content: center;
  }
  .header-actions .button--call {
    min-width: 108px;
    min-height: 40px;
    padding: 10px 18px;
    font-size: 14px;
  }
  .aq-hero__inner {
    min-height: 100svh;
    padding-top: 118px;
    padding-bottom: 44px;
    align-items: center;
  }
  .aq-hero__content {
    max-width: none;
    margin-left: 0;
  }
  .aq-product-gallery__rail,
  .aq-product-grid,
  .aq-solution-tiles,
  .aq-vision-layout,
  .aq-vision-top,
  .site-footer__main,
  .aq-quote__grid { grid-template-columns: 1fr; }
  .site-header__inner { padding: 12px 30px; }
  .aq-solutions-row { width: min(1248px, calc(100% - 40px)); }
  .aq-vision-graphic { justify-content: flex-start; }
  .aq-quote { background-size: cover; }
  .aq-quote__form,
  .aq-quote__copy,
  .aq-quote__left { max-width: none; }
}

@media (max-width: 720px) {
  :root { --aq-shell-pad: 18px; }
  .site-header__inner { min-height: 96px; padding: 12px 18px; }
  .site-branding__logo-svg { width: 250px; max-width: 100%; height: auto; }
  .site-branding__logo-text { font-size: 26px; }
  .primary-nav { inset: 96px 0 auto 0; padding-inline: 18px; }
  .aq-hero__inner {
    min-height: 100svh;
    padding-top: 112px;
    padding-bottom: 40px;
    align-items: center;
  }
  .aq-hero__content {
    max-width: none;
    margin-left: 0;
  }
  .aq-hero__title { font-size: clamp(40px, 11vw, 58px); }
  .aq-hero__line--top,
  .aq-hero__line--bottom,
  .aq-hero__subtitle-line {
    white-space: normal;
  }
  .aq-hero__subtitle { font-size: 20px; }
  .aq-section, .aq-page-header { padding-block: 56px; }
  .aq-quote { padding: 56px 0 18px; }
  .aq-quote__form .dp-contact-form__grid { grid-template-columns: 1fr; }
  .aq-tabs__nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
  .aq-tabs__button { font-size: clamp(20px, 7vw, 30px); padding-bottom: 10px; }
  .aq-solution-tile { min-height: 320px; aspect-ratio: auto; }
  .aq-solution-tile h3 { max-width: 12ch; }
}


@media (max-width: 980px) {
  .header-actions .button--call { min-width: 108px; }
}

@media (max-width: 420px) {
  .aq-tabs__nav { gap: 0.5rem; }
  .aq-tabs__button { font-size: 18px; }
}

/* User-confirmed stronger dark overlay */
.aq-solution-tile--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 49, 60, 0.82) 0%, rgba(32, 48, 59, 0.13) 42%, rgba(15,31,38,0.18) 100%);
}

/* News / Blog */
.aq-page-header--news {
  padding: 88px 0 40px;
}
.aq-page-header--news p { max-width: 760px; }
.aq-news-section { padding: 0 0 88px; background: var(--aq-color-surface); }
.aq-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.aq-post-card { display: flex; flex-direction: column; min-height: 100%; background: rgba(255,255,255,0.9); box-shadow: 0 0 0 1px rgba(20,22,23,0.05); overflow: hidden; }
.aq-post-card__media { display: block; aspect-ratio: 16 / 9; background: #cfd8dd center center / cover no-repeat; }
.aq-post-card__body { display: flex; flex-direction: column; gap: 14px; padding: 22px 22px 24px; }
.aq-post-card__meta, .aq-single-post__meta { font-size: 14px; line-height: 1.35; color: var(--aq-color-text); }
.aq-post-card__title { font-size: clamp(28px, 2.3vw, 36px); line-height: 1.1; }
.aq-post-card__title a:hover { color: var(--aq-color-red); }
.aq-post-card__excerpt { font-size: 18px; line-height: 1.6; }
.aq-news-empty { padding: 32px 0; text-align: center; }
.aq-single-post-wrap { padding: 88px 0 96px; background: var(--aq-color-surface); }
.aq-single-post { max-width: 920px; margin: 0 auto; }
.aq-single-post__meta { margin-bottom: 18px; }
.aq-single-post__title { font-size: clamp(40px, 4vw, 58px); margin-bottom: 18px; }
.aq-single-post__media { margin: 0 0 28px; background: #cfd8dd; }
.aq-single-post__media img { width: 100%; height: auto; object-fit: cover; }
.aq-single-post__content { font-size: 20px; }
.aq-single-post__content p + p { margin-top: 1.1rem; }
.aq-single-post__source { margin-top: 1.25rem; font-size: 16px; }
.aq-single-post__source a { color: var(--aq-color-blue); }
.aq-single-post__source a:hover { color: var(--aq-color-red); }
@media (max-width: 1024px) { .aq-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) {
  .aq-page-header--news { padding-top: 56px; }
  .aq-news-grid { grid-template-columns: 1fr; gap: 18px; }
  .aq-post-card__body { padding: 18px 18px 20px; }
  .aq-single-post-wrap { padding-top: 56px; }
}


