:root {
  --bg: #f7f8fb;
  --surface: #ffffff;
  --surface-soft: #f1f4f8;
  --ink: #0b1830;
  --ink-2: #1f2f4d;
  --muted: #5f6d84;
  --line: #dbe2ec;
  --line-strong: #c7d2e0;
  --gold: #c6a45a;
  --gold-dark: #9f8243;
  --teal: #66c8cf;
  --radius: 18px;
  --shadow: 0 14px 36px rgba(12, 25, 49, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(1100px 560px at 12% -10%, #e7ecf6 0%, transparent 60%),
    radial-gradient(900px 480px at 90% 0%, #eff2f8 0%, transparent 58%),
    var(--bg);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(198, 164, 90, 0.65);
  outline-offset: 2px;
}

.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

h1,
h2,
h3,
summary,
.btn,
.eyebrow,
.brand__title,
.brand__sub {
  font-family: "Outfit", sans-serif;
}

.header {
  position: sticky;
  top: 0;
  z-index: 900;
  backdrop-filter: blur(8px);
  background: rgba(247, 248, 251, 0.94);
  border-bottom: 1px solid var(--line);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand__mark {
  width: 36px;
  height: 36px;
  display: inline-flex;
}

.brand__mark img {
  width: 100%;
  height: 100%;
  display: block;
}

.brand__text {
  display: grid;
  line-height: 1.02;
}

.brand__title {
  font-size: 1rem;
  letter-spacing: 0.16em;
}

.brand__sub {
  font-size: 0.68rem;
  letter-spacing: 0.32em;
  color: var(--gold-dark);
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav a:hover,
.nav a.is-active {
  color: var(--ink);
}

.menuBtn {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line-strong);
  background: #fff;
}

.menuBtn span {
  display: block;
  margin: 6px 10px;
  height: 2px;
  background: var(--ink);
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5f728f;
}

.hero {
  position: relative;
  padding: 76px 0 34px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, #0b1830, #12244a);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 20px;
  align-items: stretch;
}

.hero h1 {
  margin: 0 0 14px;
  max-width: 14ch;
  line-height: 1;
  letter-spacing: -0.02em;
  font-size: clamp(2.1rem, 4.6vw, 3.8rem);
  color: #fff;
}

.subhead {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.86);
  max-width: 62ch;
  font-size: 1.02rem;
}

.subhead--dark {
  color: var(--muted);
}

.hero .eyebrow {
  color: #e3c67a;
}

.hero__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--gold-dark);
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 150ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn,
.btn:visited {
  color: #151515;
  background: linear-gradient(145deg, #e2c783, #c7a45a);
}

.btn--ghost,
.btn--ghost:visited {
  color: #f3f6fb;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
}

.header .btn--ghost,
.header .btn--ghost:visited {
  color: var(--ink);
  border-color: var(--line-strong);
  background: #fff;
}

.btn--small {
  padding: 10px 12px;
  font-size: 12px;
}

.btn--full {
  width: 100%;
}

.hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.trustItem {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  padding: 12px;
}

.trustItem strong {
  display: block;
  color: #fff;
  font-size: 13px;
}

.trustItem span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.hero__visual {
  display: grid;
  gap: 14px;
}

.mediaShowcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 10px;
  align-items: start;
}

.mediaCard {
  min-height: 0;
  height: auto;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.1), rgba(198, 164, 90, 0.1));
  padding: 14px;
  display: grid;
  gap: 8px;
  align-content: start;
}

.mediaCard p {
  margin: 0;
  color: #f5f7fb;
  font-size: 12px;
  font-weight: 600;
}

.mediaCard h4 {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
}

.mediaCard__period {
  margin: -2px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.mediaCard__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mediaCard__stats div {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.mediaCard__stats span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  margin-bottom: 2px;
}

.mediaCard__stats strong {
  color: #ffffff;
  font-size: 0.95rem;
}

.mediaChart {
  margin-top: 2px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  padding: 6px 7px 5px;
}

.mediaChart svg {
  display: block;
  width: 100%;
  height: 68px;
}

.chart-grid {
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 1;
}

.chart-line {
  fill: none;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-line--gold {
  stroke: #f0cf8b;
}

.chart-line--teal {
  stroke: #7ed6dc;
}

.chart-dot--gold {
  fill: #f0cf8b;
}

.chart-dot--teal {
  fill: #7ed6dc;
}

.mediaChart__labels {
  margin-top: 2px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.mediaChart__labels span:last-child {
  text-align: right;
}

.mediaCard--small {
  gap: 7px;
}

.mediaCard--small h4 {
  font-size: 0.92rem;
}

.mediaCard--small .mediaCard__stats strong {
  font-size: 0.78rem;
  line-height: 1.25;
}

.mediaCard--small .mediaChart svg {
  height: 54px;
}

.mediaCard--large {
  grid-column: 1 / -1;
}

.auditCard,
.workViewer,
.problem__note,
.serviceCard,
.mockCard,
.step,
.priceCard,
.testimonialCard,
.miniCard,
.card,
details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.auditCard {
  padding: 18px;
}

.auditCard h3 {
  margin: 0 0 8px;
}

.auditCard p {
  margin: 0;
  color: var(--muted);
}

.form {
  display: grid;
  gap: 11px;
  margin-top: 14px;
}

label {
  display: grid;
  gap: 6px;
  color: #4e5e78;
  font-size: 13px;
}

input,
textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line-strong);
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
  background: #fff;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: #b99a5f;
  box-shadow: 0 0 0 4px rgba(198, 164, 90, 0.2);
}

.status {
  min-height: 18px;
  margin: 0;
  color: #996f25;
  font-size: 13px;
}

.section {
  padding: 64px 0;
}

.section--alt {
  background: linear-gradient(180deg, #f1f4f8, rgba(241, 244, 248, 0));
}

.section--work {
  padding-top: 40px;
}

.section__head {
  max-width: 780px;
  margin-bottom: 20px;
}

.section__head h2 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  letter-spacing: -0.02em;
}

.section__head p {
  margin: 0;
  color: var(--muted);
}

.problem__grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 16px;
  align-items: stretch;
}

.problemList {
  margin: 0;
  padding: 20px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #fbfcff);
  box-shadow: var(--shadow);
}

.problemList__label,
.problem__noteLabel {
  margin: 0 0 12px;
  font-family: "Outfit", sans-serif;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 700;
}

.problemList__label {
  color: #5f7390;
}

.problemList__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.problemList__items li {
  position: relative;
  padding-left: 18px;
  margin: 0;
  color: #243858;
  font-weight: 600;
  line-height: 1.45;
}

.problemList__items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.57em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #8ca0bf;
}

.problem__note {
  padding: 20px 22px;
  background: linear-gradient(145deg, #0d1d3a, #183867 55%, #102a4d 100%);
  border-color: #2f4b78;
  display: grid;
  align-content: start;
  gap: 10px;
}

.problem__note p {
  margin: 0;
  color: #eff4ff;
}

.problem__noteLabel {
  margin-bottom: 2px;
  color: #e3c67a;
}

.problem__points {
  margin-top: 2px;
  display: grid;
  gap: 8px;
}

.problem__points span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  border: 1px solid rgba(227, 198, 122, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: #f4f7ff;
  font-size: 0.82rem;
  font-weight: 700;
}

.grid3,
.grid2,
.steps,
.pricing {
  display: grid;
  gap: 14px;
}

.grid3,
.pricing {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.serviceCard,
.mockCard,
.step,
.priceCard,
.miniCard,
.card,
.testimonialCard {
  padding: 16px;
}

.serviceCard h3,
.mockCard h3,
.step h3,
.priceCard h3,
.miniCard h3,
.card h3,
.testimonialCard h3 {
  margin: 0 0 8px;
  font-size: 1.06rem;
}

.serviceCard p,
.mockCard p,
.step p,
.priceCard__top p,
.miniCard p,
.card p,
details p {
  margin: 0;
  color: var(--muted);
}

.list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.list li {
  margin: 8px 0;
}

.list--tight li {
  margin: 6px 0;
}

.mockBars {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.mockBars span {
  display: block;
  border-radius: 10px;
  background: #f4f7fb;
  border: 1px solid var(--line);
  padding: 8px 10px;
  color: #304464;
  font-size: 0.9rem;
  font-weight: 600;
}

.workViewer {
  padding: 20px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, #ffffff, #f9fafc);
}

.workViewer__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.workViewer__kicker {
  margin: 0 0 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #5f7390;
}

.workViewer__top h3 {
  margin: 0 0 6px;
  font-size: 1.3rem;
}

.workViewer__summary {
  margin: 0;
  max-width: 60ch;
  color: var(--muted);
  font-size: 0.94rem;
}

.workControls {
  display: flex;
  gap: 8px;
}

.workBtn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: #21395b;
  font-size: 16px;
  cursor: pointer;
}

.workCard {
  display: none;
  grid-template-columns: 1fr 0.95fr;
  gap: 16px;
  padding: 8px 2px;
}

.workCard.is-active {
  display: grid;
}

.workCard__media {
  border-radius: 14px;
  border: 1px solid var(--line-strong);
  padding: 14px;
  min-height: 260px;
  background: linear-gradient(165deg, #f1f4f9, #e9edf4);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.phoneMock {
  border-radius: 18px;
  border: 1px solid #bec9d8;
  padding: 14px;
  min-height: 210px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.phoneMock span {
  position: relative;
  z-index: 2;
  color: #21395c;
  font-size: 12px;
  font-weight: 600;
}

.phoneMock::before {
  content: "";
  position: absolute;
  inset: 0;
}

.phoneMock::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.phoneMock--one::before,
.phoneMock--two::before,
.phoneMock--three::before,
.phoneMock--four::before,
.phoneMock--five::before,
.phoneMock--six::before {
  background: linear-gradient(180deg, #d7dfec, #eef2f8);
}

.workCard__copy {
  display: grid;
  gap: 12px;
  align-content: start;
}

.workCard__type {
  margin: 0;
  width: fit-content;
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: #7d6127;
  background: #f7ecd3;
}

.workCard__metrics {
  display: grid;
  gap: 7px;
}

.workCard__meta {
  margin: 0;
  color: #304664;
  font-weight: 600;
}

.workCard__list {
  margin: 0;
  padding-left: 18px;
  color: #495d79;
  font-size: 0.93rem;
}

.workCard__list li {
  margin: 6px 0;
}

.workDetails {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid var(--line-strong);
  background: #f4f7fb;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.workDetail {
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 10px;
  background: #fff;
}

.workDetail span {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #667a95;
}

.workDetails p {
  margin: 0;
  color: #1f385b;
  font-size: 0.95rem;
  font-weight: 600;
}

.steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step__num {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  margin-bottom: 8px;
  border: 1px solid #d5b878;
  background: #f8ecd2;
  color: #76581f;
  font-weight: 700;
}

.pricing--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.priceCard {
  position: relative;
}

.priceCard--featured {
  border-color: #d9bf88;
  background: linear-gradient(165deg, #ffffff, #f7f1e3);
}

.badge {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  color: #785b22;
  background: #f7ecd3;
  border: 1px solid #e0cb9a;
}

.price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin: 14px 0;
}

.price__currency,
.price__value {
  font-family: "Outfit", sans-serif;
}

.price__value {
  font-size: 40px;
  line-height: 1;
}

.price__term {
  padding-bottom: 5px;
  color: var(--muted);
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}

.aboutPanel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f9fbfe);
  box-shadow: var(--shadow);
  padding: 18px;
}

.aboutPanel h2 {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  letter-spacing: -0.02em;
}

.aboutPanel h3 {
  margin: 0 0 12px;
  font-size: 1.24rem;
}

.aboutPanel p {
  margin: 0 0 12px;
  color: var(--muted);
}

.aboutBadges {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.aboutBadges span {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid #dcc185;
  background: #f8edd4;
  color: #6c5523;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
}

.aboutHighlights {
  display: grid;
  gap: 10px;
}

.aboutHighlight {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}

.aboutHighlight h4 {
  margin: 0 0 5px;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
}

.aboutHighlight p {
  margin: 0;
  font-size: 0.93rem;
}

.aboutPanel__note {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 11px;
  border: 1px solid #d7e1ee;
  background: #f4f8fc;
  color: #304664;
}

.testimonials {
  margin-top: 4px;
}

.testimonialsMarquee {
  display: flex;
  gap: 14px;
  overflow: hidden;
  padding-bottom: 4px;
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}

.testimonialsTrack {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  min-width: max-content;
  animation: testimonials-scroll 34s linear infinite;
}

.testimonialsMarquee:hover .testimonialsTrack {
  animation-play-state: paused;
}

.testimonialsTrack .testimonialCard {
  width: clamp(280px, 31vw, 410px);
}

.testimonialCard {
  background: linear-gradient(180deg, #ffffff, #f9fbfe);
}

.testimonialCard__stars {
  margin: 0 0 8px;
  color: #b79448;
  letter-spacing: 0.16em;
  font-size: 0.84rem;
}

.testimonialCard__quote {
  margin: 0;
  color: #2f4564;
}

.testimonialCard__result {
  margin: 10px 0 0;
  color: #5f7390;
  font-size: 0.9rem;
}

.testimonialCard__author {
  margin: 8px 0 0;
  color: #1f3657;
  font-weight: 700;
  font-size: 0.92rem;
}

@keyframes testimonials-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 14px));
  }
}

.faq {
  display: grid;
  gap: 12px;
}

details {
  padding: 14px 16px;
}

summary {
  cursor: pointer;
  font-size: 1rem;
}

.bottomCta {
  background: linear-gradient(160deg, #0b1830, #152a4f);
}

.bottomCta__inner {
  text-align: center;
}

.bottomCta .eyebrow {
  color: #e3c67a;
}

.bottomCta h2 {
  margin: 0 0 14px;
  color: #f4f7fb;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.contact {
  display: block;
}

.contact__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.contact__left {
  display: grid;
  gap: 14px;
  align-content: start;
}

.contact__right {
  display: grid;
  align-content: start;
}

.contact__head {
  max-width: 100%;
}

.contact__head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.9rem, 3.4vw, 2.5rem);
}

.contact__head .subhead {
  margin-bottom: 0;
}

.contact__forms {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 100%;
  width: 100%;
  margin: 0;
  align-items: start;
  height: 100%;
}

.contact__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact__meta .miniCard:first-child {
  grid-column: 1 / -1;
}

.contact__meta .miniCard {
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #fbfcff);
}

.contact__meta .miniCard h3 {
  margin-bottom: 10px;
}

.contact__meta .list {
  padding-left: 20px;
}

.contact__meta .list li {
  margin: 7px 0;
}

.contact__forms .auditCard {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, #ffffff, #f9fbfe);
  padding: 22px;
  height: 100%;
}

.contact__forms .auditCard h3 {
  margin-bottom: 8px;
}

.contact__forms .form {
  margin-top: 12px;
  gap: 10px;
}

.auditCard--contact {
  height: auto;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer__links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.link {
  color: #7d6127;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.muted {
  color: var(--muted);
}

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.consent {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .testimonialsMarquee {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .testimonialsTrack[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 980px) {
  .hero__grid,
  .problem__grid,
  .grid3,
  .grid2,
  .steps,
  .pricing,
  .about,
  .contact__layout,
  .contact__meta,
  .contact__forms,
  .hero__trust,
  .workCard,
  .pricing--2 {
    grid-template-columns: 1fr;
  }

  .mediaShowcase {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .mediaCard {
    height: auto;
    min-height: 210px;
  }

  .mediaCard--large {
    grid-row: auto;
  }

  .workCard__media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
  }

  .workDetails {
    grid-template-columns: 1fr;
  }

  .testimonialsMarquee {
    mask-image: none;
    -webkit-mask-image: none;
  }

  .testimonialsTrack .testimonialCard {
    width: min(86vw, 360px);
  }

  .contact__forms {
    max-width: 100%;
    height: auto;
  }

  .contact__forms .auditCard {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    background: var(--surface);
    padding: 16px;
    height: auto;
  }

  .contact__meta .miniCard:first-child {
    grid-column: auto;
  }

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

  .header {
    top: 0;
  }

  .menuBtn {
    display: block;
  }

  .nav {
    position: fixed;
    right: 16px;
    top: 88px;
    width: min(320px, calc(100vw - 32px));
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .nav.nav--open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav a {
    padding: 10px;
    border-radius: 10px;
  }

  .nav a:hover,
  .nav a.is-active {
    background: #eff3f8;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 58px;
  }

  .hero h1 {
    max-width: 100%;
  }

  .workViewer {
    padding: 16px 12px;
  }

  .mediaCard {
    min-height: 210px;
    height: auto;
  }

  .mediaCard__stats {
    grid-template-columns: 1fr;
  }

  .workCard__media {
    grid-template-columns: 1fr;
  }
}
