/* DRR DAMSON — finalny ciemny szlif i korekty audytu wyceny */

body.stage20-quote {
  background:
    radial-gradient(circle at 50% 0, rgba(210, 163, 74, .14), transparent 34rem),
    linear-gradient(180deg, #0d1516 0%, #070b0c 100%) !important;
  color: #f6f1e8;
}

body.stage20-quote .quote-form-card,
body.stage20-quote .quote-side-card:not(.quote-side-card--dark),
body.stage20-quote .quote-guides,
body.stage20-quote .quote-faq,
body.stage20-quote .quote-trust {
  color: #2a261f;
}

body.kubki-page {
  background:
    radial-gradient(circle at 18% 0, rgba(25, 201, 174, .10), transparent 34rem),
    radial-gradient(circle at 82% 8%, rgba(210, 163, 74, .10), transparent 30rem),
    linear-gradient(180deg, #0b1314 0%, #05090a 100%) !important;
  color: #f6f2e9 !important;
}

body.kubki-page .kubki-section,
body.kubki-page .kubki-note article,
body.kubki-page .kubki-seo article,
body.kubki-page .kubki-form-wrap {
  border-color: rgba(240, 197, 108, .20) !important;
  background: linear-gradient(180deg, rgba(20, 31, 32, .96), rgba(8, 15, 16, .98)) !important;
  color: #f6f2e9 !important;
}

body.kubki-page .kubki-section h2,
body.kubki-page .kubki-section h3,
body.kubki-page .kubki-form-wrap h2,
body.kubki-page .kubki-form label {
  color: #fffaf0 !important;
}

body.kubki-page .kubki-section p,
body.kubki-page .kubki-section li,
body.kubki-page .kubki-note span,
body.kubki-page .kubki-form small {
  color: #c9d0cc !important;
}

body.kubki-page .kubki-grid > .kubek-card {
  display: none !important;
}

body.kubki-page .kubki-grid > .kubek-card:first-child {
  display: grid !important;
  grid-column: 1 / -1;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  border-color: rgba(240, 197, 108, .28) !important;
  background: linear-gradient(145deg, #152326, #091011) !important;
}

body.kubki-page .kubki-grid > .kubek-card:first-child img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #fff;
}

body.kubki-page .kubki-grid > .kubek-card:first-child .kubek-card-body {
  justify-content: center;
  padding: clamp(24px, 4vw, 54px);
}

body.kubki-page .kubki-grid > .kubek-card:first-child h3 {
  font-size: clamp(1.45rem, 2.4vw, 2.2rem) !important;
  color: #fffaf0 !important;
}

body.kubki-page .kubki-grid > .kubek-card:first-child p {
  max-width: 52ch;
  font-size: 1rem;
  color: #c9d0cc !important;
}

body.kubki-page .kubek-price {
  color: #62ead4 !important;
}

body.kubki-page .kubek-link {
  border-color: rgba(240, 197, 108, .42) !important;
  background: linear-gradient(135deg, #d2a34a, #f0c56c) !important;
  color: #12100c !important;
}

.fox-replaced h1 {
  color: #f0c56c !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
}

@media (max-width: 760px) {
  body.kubki-page .kubki-grid > .kubek-card:first-child {
    grid-template-columns: 1fr;
  }

  body.kubki-page .kubki-grid > .kubek-card:first-child img {
    min-height: 0;
  }
}
