/*
 * Shablon 11 UX refresh
 * Shared visual layer for sait10.site and ttautosalesus.com.
 * Loaded after the existing page styles; no markup, form or data contract changes.
 */

:root:root:root,
html body {
  --color-bg: #f4f0e8;
  --color-bg-rgb: 244, 240, 232;
  --color-surface: #fffdf9;
  --color-surface-rgb: 255, 253, 249;
  --color-surface-2: #eee7dc;
  --color-text: #191714;
  --color-text-rgb: 25, 23, 20;
  --color-muted: #625d55;
  --color-muted-rgb: 98, 93, 85;
  --color-border: #ded7cc;
  --color-border-rgb: 222, 215, 204;
  --color-border-2: #c9bfb1;
  --color-border-2-rgb: 201, 191, 177;
  --color-primary: #d74716;
  --color-primary-rgb: 215, 71, 22;
  --color-primary-hover: #b93910;
  --color-primary-active: #972e0b;
  --color-primary-contrast: #ffffff;
  --color-secondary: #171816;
  --color-secondary-contrast: #ffffff;
  --bg: var(--color-bg);
  --surface: var(--color-surface);
  --surface-2: var(--color-surface-2);
  --text: var(--color-text);
  --text-rgb: var(--color-text-rgb);
  --muted: var(--color-muted);
  --border: var(--color-border);
  --border-2: var(--color-border-2);
  --primary: var(--color-primary);
  --primary-rgb: var(--color-primary-rgb);
  --primary-hover: var(--color-primary-hover);
  --accent: var(--primary);
  --ring: rgba(var(--primary-rgb), .32);
  --shadow: 0 22px 60px rgba(37, 29, 20, .12);
  --ux-shadow-sm: 0 10px 28px rgba(37, 29, 20, .09);
  --ux-shadow-lg: 0 28px 80px rgba(37, 29, 20, .18);
  --ux-ink: #171816;
  --ux-cream: #f4f0e8;
  --ux-paper: #fffdf9;
  --ux-line: #ded7cc;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  background: var(--ux-cream);
  color: var(--ux-ink);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #fff;
  background: var(--primary);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(var(--primary-rgb), .42) !important;
  outline-offset: 3px;
}

/* Header and navigation */
.wpdevart-top-header.wpdevart-top-header-gradient-color {
  min-height: 38px;
  background: var(--ux-ink) !important;
  border-bottom-color: rgba(255, 255, 255, .08) !important;
}

.wpdevart-top-header .wpdevart-top-header-right-content,
.wpdevart-top-header .wpdevart-phone-email-text {
  color: rgba(255, 255, 255, .84) !important;
  font-size: 13px;
  font-weight: 600;
}

.wpdevart-top-header .wpdevart-phone-email-icon,
.wpdevart-top-header .top-header-icons {
  fill: #f4aa86 !important;
}

header.wpdevart-main-header-bg-gradient {
  position: relative;
  z-index: 30;
  background: rgba(255, 253, 249, .98) !important;
  border-bottom: 1px solid var(--ux-line) !important;
  box-shadow: 0 8px 30px rgba(30, 24, 17, .06);
}

.wpdevart-header-container {
  max-width: 1240px !important;
}

.simple-navbar-wpdevart > li > a,
.navbar-wpdevart > ul > li > a {
  position: relative;
  color: var(--ux-ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.simple-navbar-wpdevart > li > a::after,
.navbar-wpdevart > ul > li > a::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -2px;
  left: 12px;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.simple-navbar-wpdevart > li > a:hover::after,
.simple-navbar-wpdevart > li.current-menu-item > a::after,
.navbar-wpdevart > ul > li > a:hover::after,
.navbar-wpdevart > ul > li.current-menu-item > a::after {
  transform: scaleX(1);
}

.wpdevart-header-button a,
.wpdevart-header-button-link {
  min-height: 46px;
  padding: 12px 22px !important;
  border-radius: 999px !important;
  background: var(--primary) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(var(--primary-rgb), .24);
  font-weight: 900 !important;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.iz-marquee {
  min-height: 42px;
  background: #242522 !important;
  color: rgba(255, 255, 255, .84) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

/* Shared controls and surfaces */
.hw-btn,
.cyp-btn,
.dag-btn,
.dag-about__btn {
  min-height: 46px;
  border-radius: 999px !important;
  font-weight: 900 !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease !important;
}

.hw-btn:hover,
.cyp-btn:hover,
.dag-btn:hover,
.dag-about__btn:hover {
  transform: translateY(-2px);
}

.hw-btn--primary,
.cyp-btn--primary,
.dag-btn--primary,
.dag-about__btn--primary {
  border-color: var(--primary) !important;
  background: var(--primary) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(var(--primary-rgb), .22);
}

.hw-btn--primary:hover,
.cyp-btn--primary:hover,
.dag-btn--primary:hover,
.dag-about__btn--primary:hover {
  border-color: var(--primary-hover) !important;
  background: var(--primary-hover) !important;
  box-shadow: 0 14px 30px rgba(var(--primary-rgb), .28);
}

:where(.hw-input, .hw-select, .hw-textarea, .cyp-input, .cyp-select, .dag-form input, .dag-form select, .dag-form textarea) {
  border-color: var(--ux-line) !important;
  background: #fff !important;
  color: var(--ux-ink) !important;
  box-shadow: inset 0 1px 0 rgba(30, 24, 17, .025);
}

:where(.hw-input, .hw-select, .hw-textarea, .cyp-input, .cyp-select, .dag-form input, .dag-form select, .dag-form textarea):focus {
  border-color: rgba(var(--primary-rgb), .7) !important;
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb), .13) !important;
}

/* Home */
.hw-home {
  --hw-bg: var(--ux-cream);
  --hw-surface: var(--ux-paper);
  --hw-surface-2: #eee7dc;
  --hw-border: var(--ux-line);
  --hw-text: var(--ux-ink);
  --hw-muted: #625d55;
  --hw-muted-2: #7a746b;
  background: var(--ux-cream);
}

.hw-home .container {
  width: min(1200px, calc(100% - 48px));
}

.hw-hero {
  min-height: clamp(680px, 82vh, 860px);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.hw-hero__bg img {
  filter: saturate(.9) contrast(1.08) brightness(.58);
}

.hw-hero__overlay {
  background:
    radial-gradient(720px 480px at 80% 18%, rgba(var(--primary-rgb), .26), transparent 62%),
    linear-gradient(90deg, rgba(13, 14, 13, .8), rgba(13, 14, 13, .48) 48%, rgba(13, 14, 13, .75)),
    linear-gradient(180deg, rgba(13, 14, 13, .15), rgba(13, 14, 13, .74));
}

.hw-hero__grid {
  gap: clamp(28px, 5vw, 76px);
}

.hw-hero__content {
  max-width: 630px;
  padding: clamp(20px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background: rgba(17, 18, 16, .5);
  box-shadow: var(--ux-shadow-lg);
  backdrop-filter: blur(12px);
}

.hw-hero .hw-kicker,
.hw-hero__title,
.hw-hero__lead {
  color: #fff !important;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .38);
}

.hw-hero .hw-kicker {
  color: #f7b28f !important;
  font-weight: 800;
}

.hw-hero__title {
  max-width: 12ch;
  font-size: clamp(48px, 5.7vw, 76px);
  line-height: .96;
  letter-spacing: -.025em;
}

.hw-hero__lead {
  max-width: 52ch;
  font-size: 17px;
  line-height: 1.65;
}

.hw-hero .hw-btn--ghost {
  border-color: rgba(255, 255, 255, .36) !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #fff !important;
}

.hw-hero__trust {
  gap: 9px;
}

.hw-hero .hw-pill {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .88);
}

.hw-hero__panel {
  padding: clamp(20px, 2.5vw, 30px);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 28px;
  background: rgba(255, 253, 249, .94);
  color: var(--ux-ink);
  box-shadow: var(--ux-shadow-lg);
  backdrop-filter: blur(18px);
}

.hw-panel__title {
  font-size: 20px;
}

.hw-panel__subtitle,
.hw-panel__note {
  color: var(--color-muted);
}

.hw-panel__noteStrong {
  color: var(--ux-ink);
}

.hw-panel__link {
  min-height: 48px;
  border-color: var(--ux-line);
  background: #f3eee6;
  color: var(--ux-ink);
}

.hw-panel__link::after {
  content: "→";
  color: var(--primary);
  font-size: 18px;
}

.hw-scroll {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(17, 18, 16, .65);
  color: #fff;
}

.hw-split,
.hw-contact {
  background: var(--ux-paper);
}

.hw-split__grid,
.hw-home .container.hw-contact__grid {
  gap: clamp(32px, 5vw, 72px);
}

.hw-h2 {
  color: var(--ux-ink);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -.02em;
}

.hw-kicker {
  color: var(--primary);
  font-weight: 800;
}

.hw-text,
.hw-check {
  color: var(--color-muted);
  font-size: 16px;
  line-height: 1.7;
}

.hw-split__media {
  border: 1px solid var(--ux-line);
  border-radius: 30px;
  box-shadow: var(--ux-shadow-lg);
}

.hw-split__media img {
  min-height: 420px;
}

.hw-split__caption {
  background: var(--ux-ink);
  color: rgba(255, 255, 255, .78);
}

.iz-fc {
  padding: clamp(64px, 7vw, 96px) 0 !important;
  background: var(--ux-cream);
}

.iz-fc__inner {
  max-width: 1264px !important;
}

.iz-fc__title {
  font-size: clamp(36px, 4vw, 54px) !important;
  letter-spacing: -.02em;
}

.iz-fc__btn {
  width: 46px !important;
  height: 46px !important;
  border-color: var(--ux-line) !important;
  background: var(--ux-paper) !important;
  color: var(--ux-ink) !important;
  box-shadow: var(--ux-shadow-sm);
}

.iz-fc__track {
  gap: 22px !important;
  padding: 8px 4px 28px !important;
}

.iz-fc__card {
  flex-basis: clamp(270px, 32vw, 360px) !important;
  border-color: var(--ux-line) !important;
  border-radius: 22px !important;
  background: var(--ux-paper) !important;
  box-shadow: var(--ux-shadow-sm);
}

.iz-fc__card:hover {
  box-shadow: 0 20px 50px rgba(37, 29, 20, .16) !important;
}

.iz-fc__body {
  padding: 18px 20px 20px !important;
}

.iz-fc__name {
  font-size: 18px !important;
  font-weight: 800 !important;
}

.iz-fc__price {
  color: var(--primary);
  font-size: 20px !important;
}

.hw-makes {
  background: #ece5da;
}

.hw-chip,
.hw-info,
.hw-hours,
.hw-contact__formCard,
.hw-news__card {
  border-color: var(--ux-line);
  background: var(--ux-paper);
  box-shadow: var(--ux-shadow-sm);
}

.hw-news::before {
  background: linear-gradient(90deg, rgba(19, 20, 18, .84), rgba(19, 20, 18, .46));
}

.hw-news__copy .hw-kicker,
.hw-news__copy .hw-h2,
.hw-news__copy .hw-text {
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .42);
}

.hw-news__copy .hw-kicker {
  color: #f7b28f !important;
}

/* Inventory */
body.post-type-archive-car .cyp-inv {
  padding: clamp(36px, 5vw, 70px) 0 0;
  background: var(--ux-cream);
}

.cyp-inv__hero {
  border: 1px solid var(--ux-line) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(560px 220px at 90% 10%, rgba(var(--primary-rgb), .2), transparent 70%),
    var(--ux-paper) !important;
  box-shadow: var(--ux-shadow-sm);
}

.cyp-h1 {
  color: var(--ux-ink);
  font-size: clamp(40px, 5vw, 64px) !important;
  letter-spacing: -.02em;
}

.cyp-lead {
  color: var(--color-muted) !important;
}

.cyp-inv__sidebar-card,
.cyp-inv__sidebar-note,
.cyp-inv__visit-card {
  border-color: var(--ux-line) !important;
  border-radius: 22px !important;
  background: var(--ux-paper) !important;
  box-shadow: var(--ux-shadow-sm);
}

.cyp-inv__sidebar {
  top: 24px;
}

.cyp-inv__card {
  overflow: hidden;
  border: 1px solid var(--ux-line) !important;
  border-radius: 22px !important;
  background: var(--ux-paper) !important;
  box-shadow: var(--ux-shadow-sm);
}

.cyp-inv__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(37, 29, 20, .16) !important;
}

.cyp-inv__media {
  background: #e9e3d9;
}

.cyp-inv__media img {
  transition: transform 360ms ease, filter 360ms ease;
}

.cyp-inv__card:hover .cyp-inv__media img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.03);
}

.cyp-inv__body {
  padding: 20px !important;
}

.cyp-inv__title {
  font-size: 23px !important;
}

.cyp-inv__price-val,
.cyp-inv__price-now {
  color: var(--primary) !important;
  font-size: 24px !important;
}

.cyp-inv__visit {
  margin-top: clamp(48px, 7vw, 88px);
  padding: clamp(44px, 6vw, 72px) 0;
  background: #ece5da;
}

/* Vehicle detail */
body.single-car .dag-car {
  padding-top: clamp(34px, 5vw, 68px);
  background:
    radial-gradient(700px 320px at 10% 0, rgba(var(--primary-rgb), .1), transparent 70%),
    var(--ux-cream);
}

body.single-car .dag-car__title {
  color: var(--ux-ink) !important;
  font-size: clamp(42px, 5vw, 68px) !important;
  line-height: .98 !important;
}

body.single-car .dag-gallery,
body.single-car .dag-pricebox,
body.single-car .dag-specs-card,
body.single-car .dag-lead,
body.single-car .dag-car__desc {
  border-color: var(--ux-line) !important;
  background: var(--ux-paper) !important;
  box-shadow: var(--ux-shadow-sm) !important;
}

body.single-car .dag-gallery,
body.single-car .dag-pricebox,
body.single-car .dag-specs-card,
body.single-car .dag-lead,
body.single-car .dag-car__desc {
  border-radius: 24px !important;
}

body.single-car .dag-gallery__figure,
body.single-car .dag-gallery__stage {
  background: #e8e1d7 !important;
}

body.single-car .dag-pricebox {
  border-top: 4px solid var(--primary) !important;
}

body.single-car .dag-specs > div {
  border-color: var(--ux-line) !important;
  background: #f2ede5 !important;
}

body.single-car .dag-prose {
  max-width: 76ch;
  color: #403c36 !important;
  font-size: 16px;
  line-height: 1.78;
}

/* About */
.dag-about {
  background: var(--ux-cream) !important;
}

.dag-about__hero {
  background:
    radial-gradient(700px 340px at 12% 0, rgba(var(--primary-rgb), .14), transparent 70%),
    var(--ux-paper) !important;
}

.dag-about__title {
  color: var(--ux-ink) !important;
  font-size: clamp(48px, 6vw, 76px) !important;
  line-height: .96 !important;
  letter-spacing: -.025em;
}

.dag-about__titleAccent,
.dag-about__kicker {
  color: var(--primary) !important;
}

.dag-about__lead,
.dag-about__text {
  color: var(--color-muted) !important;
  font-size: 16px;
  line-height: 1.72;
}

.dag-about__heroFrame,
.dag-about__media {
  border-color: var(--ux-line) !important;
  border-radius: 28px !important;
  box-shadow: var(--ux-shadow-lg) !important;
}

.dag-about__jump {
  border-color: var(--ux-line) !important;
  background: rgba(25, 23, 20, .94) !important;
  backdrop-filter: blur(16px);
}

.dag-about__jumpLink {
  color: rgba(255, 255, 255, .82) !important;
}

.dag-about__jumpLink--accent {
  background: var(--primary) !important;
  color: #fff !important;
}

.dag-about__section--alt {
  background: #ece5da !important;
}

.dag-about__card,
.dag-about__quote,
.dag-about__person,
.dag-about__contactCard,
.dag-about__formCard,
.dag-about__faqItem {
  border-color: var(--ux-line) !important;
  border-radius: 22px !important;
  background: var(--ux-paper) !important;
  box-shadow: var(--ux-shadow-sm) !important;
}

.dag-about__card:hover,
.dag-about__person:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 50px rgba(37, 29, 20, .15) !important;
}

.dag-about__callout {
  border-radius: 28px !important;
  background: var(--ux-ink) !important;
  color: #fff !important;
  box-shadow: var(--ux-shadow-lg);
}

/* Contact */
.dag-page--contact .c-contact-hero {
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(13, 14, 13, .9), rgba(13, 14, 13, .68)),
    var(--contact-hero-bg, none) center / cover !important;
}

.dag-page--contact .c-contact-hero__overlay {
  background:
    radial-gradient(700px 360px at 12% 10%, rgba(var(--primary-rgb), .28), transparent 70%),
    linear-gradient(180deg, rgba(13, 14, 13, .04), rgba(13, 14, 13, .5));
}

.dag-page--contact .c-contact-hero__inner {
  padding-top: clamp(56px, 7vw, 90px);
  padding-bottom: clamp(56px, 7vw, 90px);
}

.dag-page--contact .c-contact-hero__title,
.dag-page--contact .c-contact-hero__lead,
.dag-page--contact .c-contact-hero__kicker {
  color: #fff !important;
}

.dag-page--contact .c-contact-hero__title {
  font-size: clamp(48px, 6vw, 76px);
}

.dag-page--contact .c-contact-hero__lead {
  color: rgba(255, 255, 255, .78) !important;
}

.dag-page--contact .c-contact-hero__kicker {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
}

.dag-page--contact .c-contact-card,
.dag-page--contact .c-contact-panel {
  border-color: rgba(255, 255, 255, .14) !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #fff;
  backdrop-filter: blur(12px);
}

.dag-page--contact .c-contact-card__label,
.dag-page--contact .c-contact-card__value,
.dag-page--contact .c-contact-panel__title,
.dag-page--contact .c-hours dt,
.dag-page--contact .c-hours dd,
.dag-page--contact .c-notice__title,
.dag-page--contact .c-notice__text {
  color: rgba(255, 255, 255, .86) !important;
}

.dag-page--contact .c-hours__row {
  border-color: rgba(255, 255, 255, .1);
  background: rgba(0, 0, 0, .16);
}

.dag-page--contact .c-notice {
  border-color: rgba(247, 178, 143, .28);
  background: rgba(var(--primary-rgb), .14);
}

.dag-page--contact .c-contact {
  padding: clamp(50px, 7vw, 92px) 0;
  background: var(--ux-cream);
}

.dag-page--contact .c-contact__formCard,
.dag-page--contact .c-contact-panel--soft,
.dag-page--contact .c-map {
  border-color: var(--ux-line) !important;
  border-radius: 24px !important;
  background: var(--ux-paper) !important;
  box-shadow: var(--ux-shadow-sm) !important;
}

/* Footer: visual integration only; renderer and links remain untouched. */
.iz-mg-footer {
  border-top: 0 !important;
  background: #171816 !important;
  color: rgba(255, 255, 255, .72) !important;
  box-shadow: inset 0 4px 0 var(--primary);
}

.iz-mg-footer__brand,
.iz-mg-footer__col h4 {
  color: #fff !important;
}

.iz-mg-footer__col a,
.iz-mg-footer__col p {
  color: rgba(255, 255, 255, .68) !important;
}

.iz-mg-footer__col a:hover {
  color: #f7b28f !important;
}

@media (max-width: 980px) {
  .hw-hero {
    min-height: auto;
  }

  .hw-hero__grid {
    padding: 56px 0 72px;
  }

  .hw-hero__content,
  .hw-hero__panel {
    max-width: 720px;
  }

  .cyp-inv__sidebar {
    position: static !important;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 76px;
  }

  body {
    font-size: 15px;
  }

  .wpdevart-top-header .wpdevart-top-header-section {
    padding-inline: 12px;
  }

  .wpdevart-top-header .wpdevart-phone-email-text {
    font-size: 11px;
  }

  .wpdevart-header-button a,
  .wpdevart-header-button-link {
    min-height: 42px;
    padding: 10px 16px !important;
    font-size: 12px !important;
  }

  .hw-home .container {
    width: calc(100% - 32px);
  }

  .hw-hero__grid {
    padding: 40px 0 56px;
  }

  .hw-hero__content,
  .hw-hero__panel {
    padding: 22px;
    border-radius: 22px;
  }

  .hw-hero__title {
    max-width: 11ch;
    font-size: clamp(42px, 13vw, 58px);
  }

  .hw-hero__lead {
    font-size: 15px;
  }

  .hw-hero__actions,
  .hw-split__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hw-hero__actions .hw-btn,
  .hw-split__actions .hw-btn {
    width: 100%;
  }

  .hw-hero__trust,
  .hw-panel__links {
    grid-template-columns: 1fr;
  }

  .hw-h2,
  .iz-fc__title {
    font-size: 38px !important;
  }

  .hw-split__media img {
    min-height: 280px;
  }

  .hw-section__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .iz-fc__card {
    flex-basis: 84vw !important;
  }

  .cyp-inv__hero {
    border-radius: 20px !important;
  }

  .cyp-inv__layout {
    gap: 24px !important;
  }

  .cyp-inv__sidebar-card,
  .cyp-inv__sidebar-note,
  .cyp-inv__card {
    border-radius: 18px !important;
  }

  .cyp-inv__body {
    padding: 18px !important;
  }

  body.single-car .dag-car__title,
  .dag-about__title,
  .dag-page--contact .c-contact-hero__title {
    font-size: 42px !important;
  }

  body.single-car .dag-gallery,
  body.single-car .dag-pricebox,
  body.single-car .dag-specs-card,
  body.single-car .dag-lead,
  body.single-car .dag-car__desc {
    border-radius: 18px !important;
  }

  .dag-about__jumpInner {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap !important;
    scrollbar-width: thin;
  }

  .dag-about__jumpLink {
    flex: 0 0 auto;
  }

  .dag-page--contact .c-contact-hero__inner {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .dag-page--contact .c-contact-hero__cards {
    grid-template-columns: 1fr !important;
  }

  .dag-page--contact .c-contact-hero__cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dag-page--contact .c-contact-hero__cta .dag-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}
