:root {
  --dc-bg: #f4f7fb;
  --dc-bg-accent: #e9f0fb;
  --dc-surface: #ffffff;
  --dc-surface-soft: #f8fbff;
  --dc-text: #162235;
  --dc-text-soft: #617086;
  --dc-line: rgba(22, 34, 53, 0.1);
  --dc-line-strong: rgba(24, 86, 192, 0.18);
  --dc-accent: #1856c0;
  --dc-accent-deep: #11439a;
  --dc-shadow: 0 16px 40px rgba(18, 37, 71, 0.06);
  --dc-radius-lg: 20px;
  --dc-radius-md: 14px;
  --dc-radius-sm: 10px;
  --dc-radius-tag: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--dc-text) !important;
  background: linear-gradient(180deg, #ffffff 0%, var(--dc-bg) 100%) !important;
  line-height: 1.65;
}

body a {
  color: inherit;
}

body a:hover {
  opacity: 1 !important;
}

body .wrap {
  width: min(100%, 1120px) !important;
  padding: 14px 16px 48px !important;
}

body .topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 12px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(22, 34, 53, 0.08) !important;
  border-radius: 0 !important;
  background: rgba(244, 247, 251, 0.88) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

body .topbar-left,
body .topbar-right,
body .topbar nav,
body .nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

body .topbar-right {
  margin-left: auto;
}

body .topbar nav,
body .nav {
  column-gap: 24px;
  row-gap: 10px;
}

body .brand {
  color: var(--dc-text) !important;
  gap: 12px;
  font-size: 1rem !important;
  letter-spacing: -0.03em !important;
}

body .brand-logo {
  width: 38px !important;
  height: 38px !important;
  border-radius: 10px !important;
  box-shadow: none;
}

body .nav-pill,
body .pill,
body .nav-link,
body .text-link,
body .mobile-link {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--dc-text-soft) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  white-space: normal !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
}

body .nav-pill:hover,
body .pill:hover,
body .nav-link:hover,
body .text-link:hover,
body .mobile-link:hover {
  color: var(--dc-text) !important;
  background: transparent !important;
  border: 0 !important;
}

body .nav-pill-primary,
body .pill-primary,
body .nav-link.is-active,
body .mobile-link.is-active {
  color: var(--dc-text) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 7px !important;
  text-decoration-color: rgba(24, 86, 192, 0.35) !important;
}

body .hero,
body .section,
body .signup-callout,
body .category-card,
body .card,
body .provider,
body .site-footer,
body .support-preview,
body .page-shell,
body .home-hero,
body .panel,
body .list-wrap {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .hero,
body .home-hero {
  margin-top: 28px !important;
  padding: 32px 0 28px !important;
  background: transparent !important;
  border-bottom: 1px solid var(--dc-line) !important;
}

body .section,
body .provider,
body .page-shell,
body .support-preview,
body .site-footer,
body .panel,
body .list-wrap {
  padding: 28px 0 0 !important;
}

body .section + .section,
body .section + .provider,
body .provider + .section,
body .provider + .provider,
body .hero + .section,
body .hero + .provider,
body .home-hero + .section,
body .home-hero + .provider,
body .list-wrap,
body .panel {
  margin-top: 26px !important;
  border-top: 1px solid var(--dc-line) !important;
}

body h1,
body h2,
body h3,
body .section-title,
body .deal-title,
body .title,
body .card h2,
body .card h3 {
  color: var(--dc-text) !important;
  letter-spacing: -0.04em;
  -webkit-text-fill-color: initial !important;
}

body h1 {
  max-width: 12ch;
  font-size: clamp(2.45rem, 6vw, 4.6rem) !important;
  line-height: 0.97 !important;
  margin-bottom: 16px !important;
  background: none !important;
}

body .hero h1 {
  max-width: 11ch;
}

body .section-title {
  font-size: clamp(1.35rem, 3vw, 2rem) !important;
  margin-bottom: 10px !important;
}

body .sub,
body .section-sub,
body p,
body li,
body .muted,
body .meta,
body .count,
body .daily-cta,
body .status-line,
body .deal-meta,
body .foot,
body .row-action,
body .support-text,
body .copy-row p,
body .support-row p,
body .hero-text,
body .brand span,
body .sub-links,
body .empty,
body .filter-label,
body .meta-link {
  color: var(--dc-text-soft) !important;
}

body .sub,
body .section-sub,
body .hero p,
body .section > p,
body .provider > p,
body .panel > p,
body .card > p {
  max-width: 68ch;
}

body .eyebrow,
body .badge,
body .meta,
body .micro-label,
body .row-rank {
  color: var(--dc-accent) !important;
}

body .eyebrow {
  margin-bottom: 14px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  letter-spacing: 0.14em !important;
}

body input,
body select,
body textarea,
body .hero-search-input,
body .filter-select,
body .landing-select {
  min-height: 54px;
  color: var(--dc-text) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid var(--dc-line) !important;
  border-radius: var(--dc-radius-sm) !important;
  box-shadow: none !important;
}

body input::placeholder,
body textarea::placeholder,
body .hero-search-input::placeholder {
  color: #8a98ad !important;
}

body input:focus,
body select:focus,
body textarea:focus,
body .hero-search-input:focus,
body .filter-select:focus,
body .landing-select:focus {
  border-color: rgba(24, 86, 192, 0.4) !important;
  box-shadow: 0 0 0 4px rgba(24, 86, 192, 0.1) !important;
  outline: none !important;
}

body button,
body .hero-search-submit,
body .btn-primary,
body .cta,
body .signup-callout-link,
body .primary-button,
body .btn {
  min-height: 52px;
  border-radius: var(--dc-radius-sm) !important;
  border: 1px solid transparent !important;
  background: linear-gradient(180deg, var(--dc-accent) 0%, var(--dc-accent-deep) 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

body .btn-ghost,
body .signup-callout-link.secondary,
body .btn.secondary,
body .btn-ghost-secondary {
  background: transparent !important;
  color: var(--dc-text) !important;
  border: 1px solid var(--dc-line-strong) !important;
}

body .status-line,
body .notice {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 0.95rem !important;
}

body .status-line::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  flex: 0 0 9px;
  background: rgba(24, 86, 192, 0.22);
  box-shadow: 0 0 0 6px rgba(24, 86, 192, 0.08);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

body .status-line.loading::before {
  background: var(--dc-accent);
  box-shadow: 0 0 0 6px rgba(24, 86, 192, 0.12);
  animation: dcPulse 1.1s ease-in-out infinite;
}

body .status-line.success::before {
  background: #18965d;
  box-shadow: 0 0 0 6px rgba(24, 150, 93, 0.1);
}

body .status-line.error::before {
  background: #c2410c;
  box-shadow: 0 0 0 6px rgba(194, 65, 12, 0.1);
}

body .hero-search {
  max-width: 780px;
  margin-top: 10px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  align-items: stretch;
}

body .hero-search-field {
  position: relative;
}

body .hero-search.is-loading {
  pointer-events: none;
}

body .hero-search-input {
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, opacity 180ms ease;
}

body .hero-search-submit {
  position: relative;
  min-width: 168px;
  transition: transform 180ms ease, opacity 180ms ease, filter 180ms ease;
}

body .hero-search-submit .button-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body .hero-search-submit[data-loading="true"] .button-label::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-top-color: #ffffff;
  animation: dcSpin 0.8s linear infinite;
}

body .hero-search-submit[disabled],
body .hero-search.is-loading .hero-search-submit {
  opacity: 0.88;
  filter: saturate(0.92);
  cursor: wait;
}

body .hero-search.is-loading .hero-search-input {
  background: rgba(255, 255, 255, 0.6) !important;
}

body .suggestion-row,
body .popular-row,
body .popular-links,
body .footer-links,
body .cta-row,
body .signup-callout-actions {
  gap: 10px 18px !important;
}

body .suggestion-row,
body .popular-row,
body .popular-links {
  padding-top: 6px;
}

body .suggestion-chip,
body .popular-links a,
body .popular-row a,
body .popular-row button,
body .jump-link,
body .meta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(24, 86, 192, 0.16) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--dc-text) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

body .suggestion-chip:hover,
body .popular-links a:hover,
body .popular-row a:hover,
body .popular-row button:hover,
body .jump-link:hover,
body .meta-link:hover {
  border-bottom-color: rgba(24, 86, 192, 0.36) !important;
}

body .pick,
body .deal-item,
body .list-row,
body .preview-row,
body .support-row,
body .copy-row,
body .card,
body .category-card {
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid var(--dc-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .pick,
body .deal-item,
body .card,
body .category-card {
  padding: 16px 0 !important;
}

body .category-card:first-child,
body .pick-list > :first-child,
body .deal-list > :first-child,
body .cards > :first-child,
body .card-grid > :first-child,
body .grid > .card:first-child {
  margin-top: 2px;
}

body .pick:hover,
body .deal-item:hover,
body .card:hover,
body .category-card:hover {
  background: rgba(255, 255, 255, 0.36) !important;
  border-color: var(--dc-line-strong) !important;
  transform: none !important;
}

body .badge {
  background: rgba(24, 86, 192, 0.08) !important;
  border: 1px solid rgba(24, 86, 192, 0.1) !important;
  border-radius: 6px !important;
  font-size: 0.74rem !important;
}

body .deal-thumb {
  border-radius: 12px !important;
  border: 1px solid rgba(22, 34, 53, 0.08) !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

body .deal-thumb img {
  background: transparent !important;
}

body .search-results-section {
  scroll-margin-top: 96px;
}

body .results-heading-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px 18px;
  flex-wrap: wrap;
}

body .results-meta {
  margin: 0;
  color: var(--dc-text-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

body .results-meta.loading {
  color: var(--dc-accent);
}

body .results-meta.success {
  color: #166534;
}

body .results-meta.error {
  color: #b45309;
}

body .search-results-section .pick-list {
  position: relative;
}

body .search-results-section.is-ready .result-card,
body .search-results-section.is-ready .pick-skeleton,
body .search-results-section.is-ready .search-feedback-card {
  animation: dcRiseIn 320ms ease both;
  animation-delay: calc(var(--stagger, 0) * 55ms);
}

body .search-feedback-card {
  border-top: 1px solid var(--dc-line) !important;
}

body .search-feedback-copy {
  margin: 0;
  max-width: 52ch;
  color: var(--dc-text-soft);
}

body .hero-search-helper {
  margin: 10px auto 0 !important;
  max-width: 44rem;
  color: var(--dc-text-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

body .search-autocomplete {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  gap: 0;
  padding: 8px;
  max-height: min(320px, calc(100vh - 180px));
  overflow-y: auto;
  border: 1px solid rgba(22, 34, 53, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09), 0 4px 12px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(18px);
}

body .search-autocomplete[hidden] {
  display: none;
}

body .search-autocomplete-row {
  display: block;
  width: 100%;
  min-height: 0 !important;
  padding: 12px 14px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: var(--dc-text) !important;
  text-align: left;
  font: inherit;
  cursor: pointer;
  box-shadow: none !important;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

body .search-autocomplete-row + .search-autocomplete-row {
  margin-top: 2px;
}

body .search-autocomplete-row:hover,
body .search-autocomplete-row.is-active {
  background: rgba(22, 34, 53, 0.05) !important;
  color: #101a2c !important;
  box-shadow: inset 0 0 0 1px rgba(22, 34, 53, 0.04) !important;
}

body .search-autocomplete-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

body .search-guide {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--dc-line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(246,249,255,0.98) 100%);
  display: grid;
  gap: 14px;
}

body .search-guide-eyebrow {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dc-accent);
}

body .search-guide-title {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.3;
  color: var(--dc-text);
}

body .search-guide-copy {
  margin: -6px 0 0;
  max-width: 56ch;
  color: var(--dc-text-soft);
}

body .search-guide-group {
  display: grid;
  gap: 10px;
}

body .search-guide-label {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--dc-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body .search-guide-chip-row {
  gap: 8px;
}

body .search-guide-chip,
body .search-guide-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0 !important;
  padding: 4px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(24, 86, 192, 0.16) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--dc-text) !important;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none !important;
  transition: color 160ms ease, border-color 160ms ease;
  text-decoration: none !important;
}

body .search-guide-chip:hover,
body .search-guide-link:hover {
  background: transparent !important;
  border-color: rgba(24, 86, 192, 0.28) !important;
  box-shadow: none !important;
  transform: none;
}

body .search-guide-chip {
  font: inherit;
}

body .search-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

body .search-guide-link.is-primary {
  color: var(--dc-text) !important;
}

body .pick-skeleton {
  pointer-events: none;
}

body .skeleton-copy {
  display: grid;
  gap: 10px;
  align-content: center;
}

body .skeleton-box,
body .skeleton-line,
body .skeleton-pill {
  position: relative;
  overflow: hidden;
  background: rgba(24, 86, 192, 0.08) !important;
}

body .skeleton-box::after,
body .skeleton-line::after,
body .skeleton-pill::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.72) 50%, transparent 100%);
  animation: dcShimmer 1.2s ease-in-out infinite;
}

body .skeleton-line {
  height: 12px;
  border-radius: 999px;
}

body .skeleton-line-title {
  width: min(100%, 32ch);
  height: 16px;
}

body .skeleton-line-mid {
  width: 72%;
}

body .skeleton-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body .skeleton-pill {
  width: 78px;
  height: 26px;
  border-radius: 999px;
}

body .skeleton-pill-wide {
  width: 132px;
}

body .signup-callout {
  padding: 0 !important;
  border-top: 1px solid var(--dc-line) !important;
  padding-top: 22px !important;
}

body .signup-callout p {
  max-width: 60ch;
}

body .cards,
body .card-grid,
body .grid,
body .category-grid,
body .pick-list,
body .deal-list {
  gap: 0 !important;
}

body .selector-panel,
body .search-row,
body .filter-panel {
  gap: 12px !important;
}

body .selector-panel,
body .filter-panel {
  max-width: 780px;
}

body .legal-links {
  margin-top: 24px !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--dc-line) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 10px 16px !important;
  color: var(--dc-text-soft) !important;
  font-size: 0.9rem !important;
}

body .disclosure {
  margin-top: 18px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  text-align: left !important;
  color: var(--dc-text-soft) !important;
  font-size: 0.88rem !important;
}

body .disclosure a,
body .legal-links a,
body .sub-links a,
body p a,
body li a {
  color: inherit !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 920px) {
  body .topbar,
  body .topbar-left,
  body .topbar-right,
  body .topbar nav,
  body .nav {
    width: 100%;
  }

  body .topbar {
    align-items: flex-start;
  }
}

@keyframes dcSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes dcPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.12);
  }
}

@keyframes dcShimmer {
  to {
    transform: translateX(100%);
  }
}

@keyframes dcRiseIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  body .wrap {
    padding: 8px 12px 28px !important;
  }

  body .topbar {
    top: 0;
    gap: 12px !important;
    padding: 14px 0 14px !important;
  }

  body .topbar nav,
  body .nav {
    gap: 8px 14px !important;
    justify-content: flex-start !important;
  }

  body .nav-pill,
  body .pill,
  body .nav-link,
  body .mobile-link {
    flex: 0 0 auto !important;
    text-align: left !important;
  }

  body .hero,
  body .home-hero {
    padding: 24px 0 22px !important;
  }

  body .section,
  body .provider,
  body .page-shell,
  body .support-preview,
  body .site-footer,
  body .panel,
  body .list-wrap {
    padding: 22px 0 0 !important;
  }

  body h1 {
    font-size: clamp(2.1rem, 11vw, 3.2rem) !important;
  }

  body .hero-search,
  body .search-row,
  body .selector-panel,
  body .card-grid,
  body .grid,
  body .cards,
  body .list-row,
  body .preview-row,
  body .support-row,
  body .filter-panel {
    grid-template-columns: 1fr !important;
  }

  body .hero-search-submit {
    width: 100%;
  }

  body .results-heading-row {
    align-items: flex-start;
  }

  body .hero-search-helper,
  body .search-guide {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body .search-guide {
    padding: 16px;
  }

  body .search-guide-chip,
  body .search-guide-link {
    width: 100%;
    justify-content: flex-start;
  }

  body .legal-links,
  body .disclosure {
    text-align: left !important;
    justify-content: flex-start !important;
  }
}
