.auto-detailing-guides-page {
  --adg-ink: #0f2233;
  --adg-navy: #0e2238;
  --adg-muted: #586d7f;
  --adg-blue: #2563eb;
  --adg-blue-deep: #1d4ed8;
  --adg-teal: #16a5b5;
  --adg-green: #25a86b;
  --adg-purple: #7c3aed;
  --adg-orange: #f59e0b;
  --adg-border: #dce9f5;
  min-width: 0;
  color: var(--adg-ink);
  background: #f7fbff;
}

.auto-detailing-guides-page .adg-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.auto-detailing-guides-page svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auto-detailing-guides-page .adg-container {
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
}

.auto-detailing-guides-page .main {
  min-height: 0;
}

.auto-detailing-guides-page .site-header.home-nav {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(220, 233, 245, 0.95);
  background: #ffffff;
  box-shadow: 0 3px 16px rgba(15, 34, 51, 0.035);
}

.auto-detailing-guides-page .site-header.home-nav .nav-shell {
  width: min(1360px, calc(100% - 48px));
  min-height: 82px;
}

.auto-detailing-guides-page .site-header.home-nav .brand {
  color: var(--adg-ink);
  font-size: 1.12rem;
  font-weight: 900;
}

.auto-detailing-guides-page .site-header.home-nav .brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  color: #ffffff;
  background: linear-gradient(145deg, #16a5b5, #087a96);
  box-shadow: 0 9px 22px rgba(22, 165, 181, 0.23);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: -0.05em;
  transform: none;
}

.auto-detailing-guides-page .site-header.home-nav .nav-links {
  gap: 1rem;
}

.auto-detailing-guides-page .site-header.home-nav .nav-links > a,
.auto-detailing-guides-page .site-header.home-nav .nav-dropdown-toggle {
  color: #24364b;
  font-size: 0.98rem;
  font-weight: 700;
}

.auto-detailing-guides-page .site-header.home-nav .nav-links > a[aria-current="page"] {
  color: var(--adg-blue);
  box-shadow: inset 0 -3px var(--adg-blue);
}

.adg-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background:
    radial-gradient(circle at 38% 9%, rgba(255, 255, 255, 0.98) 0 8%, transparent 28%),
    radial-gradient(circle at 8% 85%, rgba(178, 218, 252, 0.42), transparent 28%),
    linear-gradient(115deg, #e9f5ff 0%, #f8fbff 48%, #e7f5ff 100%);
}

.adg-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(190, 216, 239, 0.85);
}

.adg-hero-orb,
.adg-visual-ring,
.adg-dot-pattern {
  position: absolute;
  pointer-events: none;
}

.adg-hero-orb {
  border-radius: 50%;
}

.adg-hero-orb-one {
  top: -210px;
  right: 34%;
  width: 480px;
  height: 480px;
  background: rgba(174, 216, 251, 0.2);
}

.adg-hero-orb-two {
  right: -90px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border: 2px solid rgba(154, 204, 244, 0.28);
  background: rgba(232, 247, 255, 0.18);
}

.adg-dot-pattern {
  z-index: 1;
  top: 48px;
  right: 22px;
  width: 145px;
  height: 145px;
  opacity: 0.62;
  background-image: radial-gradient(circle, #90c5f6 2.4px, transparent 2.7px);
  background-size: 20px 20px;
}

.adg-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(560px, 0.95fr);
  gap: 42px;
  align-items: center;
  min-height: 690px;
  padding: 66px 0 62px;
}

.adg-hero-copy {
  position: relative;
  z-index: 5;
  max-width: 740px;
}

.adg-back-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 25px;
  color: #1553a3;
  font-size: 0.88rem;
  font-weight: 850;
}

.adg-back-link::before {
  content: none;
}

.adg-back-link:hover {
  color: var(--adg-blue-deep);
  text-decoration: none;
}

.adg-back-link svg {
  width: 22px;
  height: 22px;
}

.adg-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 25px;
}

.adg-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 850;
}

.adg-pill-customer {
  color: #075aac;
  background: #d7edff;
}

.adg-pill-category {
  color: #385064;
  background: #e7eef5;
}

.adg-hero-copy h1 {
  max-width: 730px;
  margin: 0 0 29px;
  color: var(--adg-ink);
  font-size: clamp(4rem, 6vw, 6.5rem);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.adg-hero-copy h1 span {
  display: block;
}

.adg-hero-copy > p {
  max-width: 700px;
  margin: 0;
  color: var(--adg-muted);
  font-size: 1.18rem;
  line-height: 1.72;
}

.adg-hero-visual {
  position: relative;
  width: 100%;
  min-height: 560px;
}

.adg-hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 62px;
  right: 20px;
  width: 510px;
  height: 420px;
  border-radius: 48% 52% 45% 55%;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 0 80px rgba(180, 222, 252, 0.25);
  transform: rotate(-7deg);
}

.adg-visual-ring {
  z-index: 0;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.adg-visual-ring-one {
  top: 34px;
  left: 52px;
  width: 420px;
  height: 420px;
}

.adg-visual-ring-two {
  right: 0;
  bottom: 58px;
  width: 205px;
  height: 205px;
  border-color: rgba(128, 192, 242, 0.35);
}

.adg-preview-card,
.adg-checklist-card,
.adg-price-card {
  position: absolute;
  border: 1px solid rgba(212, 228, 242, 0.95);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 24px 58px rgba(29, 69, 104, 0.15);
  backdrop-filter: blur(10px);
}

.adg-preview-card {
  z-index: 2;
  top: 20px;
  right: 18px;
  width: 385px;
  min-height: 270px;
  padding: 22px;
  border-radius: 22px;
}

.adg-preview-heading {
  display: flex;
  gap: 15px;
  align-items: center;
}

.adg-preview-heading strong {
  color: var(--adg-ink);
  font-size: 1.02rem;
  font-weight: 900;
}

.adg-preview-book {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(145deg, #4188ef, #1454b9);
  box-shadow: 0 11px 22px rgba(37, 99, 235, 0.25);
}

.adg-preview-book svg {
  width: 34px;
  height: 34px;
}

.adg-preview-lines {
  position: absolute;
  top: 31px;
  right: 24px;
  display: grid;
  gap: 8px;
  width: 185px;
}

.adg-preview-lines span {
  height: 7px;
  border-radius: 99px;
  background: #dfe8f2;
}

.adg-preview-lines span:nth-child(2) {
  width: 72%;
}

.adg-preview-lines span:nth-child(3) {
  width: 46%;
}

.adg-preview-card img {
  display: block;
  width: 205px;
  height: 124px;
  margin: 25px 0 0 auto;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(15, 34, 51, 0.15);
}

.adg-sedan {
  position: absolute;
  z-index: 4;
  top: 162px;
  left: -18px;
  width: 600px;
  height: auto;
  max-width: none;
  border-radius: 48%;
  filter: drop-shadow(0 26px 20px rgba(23, 70, 115, 0.2));
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 78% 65% at center, #000 62%, transparent 87%);
  mask-image: radial-gradient(ellipse 78% 65% at center, #000 62%, transparent 87%);
}

.adg-checklist-card {
  z-index: 5;
  left: -10px;
  bottom: 34px;
  width: 225px;
  padding: 20px;
  border-radius: 18px;
}

.adg-checklist-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.adg-checklist-card li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #405568;
  font-size: 0.78rem;
  font-weight: 750;
  white-space: nowrap;
}

.adg-checklist-card svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: #4a9be7;
}

.adg-price-card {
  z-index: 6;
  right: -2px;
  bottom: 13px;
  width: 230px;
  padding: 21px 20px 18px;
  border-radius: 19px;
}

.adg-price-card > span {
  display: block;
  color: #51677a;
  font-size: 0.72rem;
  font-weight: 750;
}

.adg-price-card > strong {
  display: block;
  margin: 4px 0 16px;
  color: var(--adg-ink);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.2;
}

.adg-mini-bars {
  display: flex;
  gap: 12px;
  align-items: end;
  height: 66px;
  padding: 0 4px;
}

.adg-mini-bars i {
  flex: 1;
  height: 40%;
  border-radius: 7px 7px 4px 4px;
  background: linear-gradient(180deg, #5aa3f2, #367fd5);
}

.adg-mini-bars i:nth-child(2) {
  height: 72%;
  background: linear-gradient(180deg, #76b4f5, #4b91dc);
}

.adg-mini-bars i:nth-child(3) {
  height: 55%;
  background: linear-gradient(180deg, #7bd4d0, #53b8b6);
}

.adg-mini-bars i:nth-child(4) {
  height: 82%;
  background: linear-gradient(180deg, #7bd8c2, #4dbb9e);
}

.adg-guides-section {
  padding: 82px 0 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fcff 68%, #f3f9fe 100%);
}

.adg-section-heading {
  max-width: 1000px;
  margin: 0 auto 52px;
  text-align: center;
}

.adg-section-heading h2 {
  margin: 0 0 17px;
  color: var(--adg-ink);
  font-size: clamp(2.7rem, 4vw, 4.2rem);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.adg-section-heading p {
  margin: 0;
  color: #5d7184;
  font-size: 1.08rem;
  line-height: 1.65;
}

.adg-guides-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.adg-guide-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  border: 1px solid var(--adg-border);
  border-radius: 26px;
  color: var(--adg-ink);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 34, 51, 0.075);
}

.adg-guide-card:hover {
  color: var(--adg-ink);
  text-decoration: none;
  border-color: #bdd7ee;
  box-shadow: 0 25px 58px rgba(23, 69, 108, 0.13);
  transform: translateY(-5px);
}

.adg-guide-card:nth-child(9) {
  grid-column: 2;
}

.adg-guide-card:nth-child(10) {
  grid-column: 3;
}

.adg-card-top {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.adg-card-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 19px;
}

.adg-card-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 2.15;
}

.adg-icon-teal {
  color: #118d7f;
  background: linear-gradient(145deg, #e6f8f4, #d9f0eb);
}

.adg-icon-blue {
  color: #2563d8;
  background: linear-gradient(145deg, #ebf2ff, #dae7ff);
}

.adg-icon-green {
  color: #219653;
  background: linear-gradient(145deg, #ecf8e9, #dff2dc);
}

.adg-icon-purple {
  color: #5c55d8;
  background: linear-gradient(145deg, #f0efff, #e5e3ff);
}

.adg-icon-orange {
  color: #e47d0e;
  background: linear-gradient(145deg, #fff2e4, #fde8d0);
}

.adg-card-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 13px;
  border-radius: 999px;
  color: #1761b4;
  background: #e4f1ff;
  font-size: 0.72rem;
  font-weight: 850;
  text-align: center;
}

.adg-guide-card h3 {
  margin: 0 0 11px;
  color: var(--adg-ink);
  font-size: 1.34rem;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.adg-guide-card p {
  margin: 0 0 23px;
  color: var(--adg-muted);
  font-size: 0.86rem;
  line-height: 1.58;
}

.adg-card-cta {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  margin-top: auto;
  padding: 10px 17px;
  border: 1px solid #c8def5;
  border-radius: 999px;
  color: var(--adg-blue);
  background: linear-gradient(135deg, #f1f7ff, #e7f2ff);
  font-size: 0.82rem;
  font-weight: 850;
}

.adg-card-cta svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.4;
}

.adg-cta-strip {
  position: relative;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin-top: 38px;
  padding: 30px 36px;
  border: 1px solid #bcdcf5;
  border-radius: 27px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.97), rgba(235, 247, 255, 0.98)),
    #eef7ff;
  box-shadow: 0 18px 46px rgba(29, 78, 130, 0.08);
  overflow: hidden;
}

.adg-cta-strip::after {
  content: "";
  position: absolute;
  right: 23%;
  bottom: -84px;
  width: 260px;
  height: 160px;
  border: 1px solid rgba(101, 170, 227, 0.2);
  border-radius: 50%;
}

.adg-cta-illustration {
  position: relative;
  min-height: 125px;
}

.adg-cta-glow {
  position: absolute;
  top: -10px;
  left: 5px;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: radial-gradient(circle, #ddecff 0%, #eaf5ff 64%, transparent 66%);
}

.adg-clipboard,
.adg-calculator {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 4px solid #ffffff;
  color: #ffffff;
  box-shadow: 0 15px 28px rgba(19, 84, 173, 0.2);
}

.adg-clipboard {
  top: -3px;
  left: 38px;
  width: 90px;
  height: 112px;
  border-radius: 16px;
  background: linear-gradient(160deg, #2c82e8, #1454b9);
}

.adg-clipboard svg {
  width: 57px;
  height: 57px;
}

.adg-calculator {
  right: 18px;
  bottom: 2px;
  width: 69px;
  height: 80px;
  border-radius: 14px;
  color: #315777;
  background: linear-gradient(160deg, #dbe8f3, #a8bfd2);
}

.adg-calculator svg {
  width: 42px;
  height: 42px;
}

.adg-cta-copy {
  position: relative;
  z-index: 2;
}

.adg-cta-copy h2 {
  margin: 0 0 8px;
  color: var(--adg-ink);
  font-size: 1.72rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.adg-cta-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--adg-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.adg-cta-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 28px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--adg-blue-deep), #075dc7);
  box-shadow: 0 13px 28px rgba(29, 78, 216, 0.23);
  font-size: 0.92rem;
  font-weight: 850;
  text-align: center;
  white-space: nowrap;
}

.adg-cta-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #173fae, #064da7);
  transform: translateY(-2px);
}

.adg-cta-button svg {
  width: 23px;
  height: 23px;
}

.adg-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid var(--adg-border);
  border-radius: 24px 24px 0 0;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 34, 51, 0.07);
  overflow: hidden;
}

.adg-benefit {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-width: 0;
  padding: 32px 30px;
}

.adg-benefit + .adg-benefit {
  border-left: 1px solid var(--adg-border);
}

.adg-benefit-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.adg-benefit-icon svg {
  width: 36px;
  height: 36px;
}

.adg-benefit-blue {
  color: var(--adg-blue);
  background: #e7f2ff;
}

.adg-benefit-green {
  color: #13906b;
  background: #e4f7ef;
}

.adg-benefit-purple {
  color: var(--adg-purple);
  background: #f0e8ff;
}

.adg-benefit h3 {
  margin: 0 0 6px;
  color: var(--adg-ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}

.adg-benefit p {
  margin: 0;
  color: var(--adg-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.auto-detailing-guides-page .adg-footer {
  margin-top: 0;
  padding: 65px 0 70px;
  color: #d9e8f2;
  background:
    radial-gradient(circle at 18% 0%, rgba(27, 90, 135, 0.3), transparent 38%),
    linear-gradient(135deg, #071d2b, #0a2437);
}

.adg-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(210px, 0.75fr) minmax(210px, 0.75fr);
  gap: 76px;
}

.adg-footer-about {
  max-width: 650px;
}

.adg-footer-brand {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 20px;
  color: #ffffff;
}

.adg-footer-brand:hover {
  color: #ffffff;
  text-decoration: none;
}

.adg-footer-brand > span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 11px;
  color: #ffffff;
  background: linear-gradient(145deg, #18aab1, #087d8e);
  font-size: 0.9rem;
  font-weight: 950;
}

.adg-footer-brand strong {
  font-size: 1.14rem;
  font-weight: 900;
}

.adg-footer-about p {
  max-width: 620px;
  margin: 0;
  color: #aec3d1;
  font-size: 0.92rem;
  line-height: 1.7;
}

.auto-detailing-guides-page .adg-footer h2 {
  margin: 4px 0 21px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 900;
}

.auto-detailing-guides-page .adg-footer .footer-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.auto-detailing-guides-page .adg-footer .footer-list li {
  margin-top: 11px;
}

.auto-detailing-guides-page .adg-footer .footer-list a {
  color: #c1d3de;
  font-size: 0.92rem;
}

.auto-detailing-guides-page .adg-footer .footer-list a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1280px) {
  .adg-hero-grid {
    grid-template-columns: minmax(570px, 1fr) minmax(520px, 0.95fr);
    gap: 20px;
  }

  .adg-sedan {
    left: -38px;
    width: 590px;
  }

  .adg-preview-card {
    right: 0;
  }

  .adg-price-card {
    right: 0;
  }
}

@media (max-width: 1160px) {
  .adg-hero {
    min-height: 0;
  }

  .adg-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    min-height: 0;
    padding: 68px 0 55px;
  }

  .adg-hero-copy {
    max-width: 920px;
  }

  .adg-hero-copy h1 {
    max-width: 900px;
  }

  .adg-hero-visual {
    width: min(720px, 100%);
    min-height: 570px;
    margin: 0 auto;
  }

  .adg-sedan {
    left: 0;
    width: 620px;
  }

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

  .adg-guide-card,
  .adg-guide-card:nth-child(9),
  .adg-guide-card:nth-child(10),
  .adg-card-ten {
    grid-column: auto;
  }

  .adg-cta-strip {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .adg-cta-button {
    grid-column: 2;
    justify-self: start;
  }

  .adg-benefits {
    grid-template-columns: minmax(0, 1fr);
    border-radius: 24px 24px 0 0;
  }

  .adg-benefit + .adg-benefit {
    border-top: 1px solid var(--adg-border);
    border-left: 0;
  }

  .adg-footer-grid {
    gap: 45px;
  }
}

@media (max-width: 800px) {
  .auto-detailing-guides-page .adg-container,
  .auto-detailing-guides-page .site-header.home-nav .nav-shell {
    width: min(calc(100% - 32px), 1360px);
  }

  .auto-detailing-guides-page .site-header.home-nav .brand {
    font-size: 0.94rem;
  }

  .adg-dot-pattern {
    display: none;
  }

  .adg-hero-grid {
    padding: 54px 0 48px;
  }

  .adg-hero-copy h1 {
    font-size: clamp(3.15rem, 13vw, 5rem);
  }

  .adg-hero-copy > p {
    font-size: 1.04rem;
  }

  .adg-guides-section {
    padding-top: 66px;
  }

  .adg-section-heading {
    margin-bottom: 38px;
  }

  .adg-guides-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .adg-guide-card,
  .adg-card-five {
    grid-column: auto;
    width: 100%;
    min-height: 0;
  }

  .adg-cta-strip {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 25px;
    padding: 28px;
  }

  .adg-cta-illustration {
    min-height: 115px;
  }

  .adg-clipboard {
    left: 12px;
  }

  .adg-calculator {
    right: -2px;
  }

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

  .adg-footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .adg-hero-visual {
    display: grid;
    gap: 18px;
    min-height: 0;
  }

  .adg-hero-visual::before,
  .adg-visual-ring {
    display: none;
  }

  .adg-preview-card,
  .adg-checklist-card,
  .adg-price-card,
  .adg-sedan {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .adg-preview-card {
    order: 1;
    min-height: 0;
  }

  .adg-sedan {
    order: 2;
    max-width: 100%;
    border-radius: 32px;
    filter: drop-shadow(0 18px 18px rgba(23, 70, 115, 0.17));
    -webkit-mask-image: none;
    mask-image: none;
  }

  .adg-checklist-card {
    order: 3;
  }

  .adg-price-card {
    order: 4;
  }

  .adg-preview-card img {
    width: 54%;
    height: 132px;
  }

  .adg-checklist-card li,
  .adg-price-card > span {
    font-size: 0.86rem;
  }

  .adg-cta-strip {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  .adg-cta-illustration {
    width: 190px;
    margin: 0 auto;
  }

  .adg-cta-button {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .auto-detailing-guides-page .site-header.home-nav .brand-mark {
    width: 42px;
    height: 42px;
  }

  .auto-detailing-guides-page .site-header.home-nav .brand {
    gap: 9px;
    font-size: 0.82rem;
  }

  .adg-back-link {
    margin-bottom: 20px;
  }

  .adg-pill-row {
    margin-bottom: 20px;
  }

  .adg-pill {
    min-height: 36px;
    font-size: 0.78rem;
  }

  .adg-hero-copy h1 {
    font-size: clamp(2.9rem, 14vw, 4.1rem);
  }

  .adg-preview-card {
    padding: 20px;
  }

  .adg-preview-lines {
    width: 42%;
  }

  .adg-preview-card img {
    width: 58%;
  }

  .adg-guide-card {
    padding: 25px;
    border-radius: 23px;
  }

  .adg-card-top {
    align-items: flex-start;
  }

  .adg-card-icon {
    width: 76px;
    height: 76px;
  }

  .adg-guide-card h3 {
    font-size: 1.34rem;
  }

  .adg-cta-strip {
    padding: 25px 21px;
    border-radius: 23px;
  }

  .adg-benefit {
    grid-template-columns: minmax(0, 1fr);
    padding: 27px;
  }

  .adg-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
  }

  .adg-footer-about {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .adg-guide-card,
  .adg-card-cta,
  .adg-cta-button,
  .adg-preview-card,
  .adg-checklist-card,
  .adg-price-card {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  }

  .adg-guide-card:hover .adg-card-cta {
    color: #ffffff;
    border-color: var(--adg-blue);
    background: var(--adg-blue);
    transform: translateX(4px);
  }

  .adg-preview-card {
    animation: adg-float 6.5s ease-in-out infinite;
  }

  .adg-checklist-card {
    animation: adg-float 7s ease-in-out 0.8s infinite;
  }

  .adg-price-card {
    animation: adg-float 6.8s ease-in-out 1.3s infinite;
  }

  @keyframes adg-float {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-7px);
    }
  }
}
