.site-header {
  width: 100%;
  background: var(--surface);
  border-bottom: 1px solid var(--rule);
}

.top-header-bar .logo {
  background: transparent;
  width: auto;
  height: auto;
  justify-content: flex-start;
  font-size: 24px;
  color: #ffffff;
}

.top-note-row {
  text-align: center;
  color: #e8f2f7;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-note-row .auth-links {
  margin-left: 10px;
  color: #ffffff;
  font-weight: 700;
}

.lang-item .dropdown-menu {
  left: auto;
  right: 0;
}

.lang-item .dropdown-menu::before {
  left: auto;
  right: 20px;
}

.logo {
  width: 138px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #002fa7;
  color: #ffffff;
  border-radius: 2px;
  font-size: 24px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -1px;
}

.logo .accent-dot {
  color: #b7f0ff;
}

.page {
  max-width: var(--page);
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: var(--left) minmax(0, 1fr) var(--right);
  gap: 10px;
  align-items: start;
  padding: 0 8px;
}

.left-sidebar,
.right-sidebar,
.center-main {
  min-width: 0;
}

.module {
  background: var(--surface);
  border: 1px solid var(--rule);
  margin-bottom: 10px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.module-title,
.section-title {
  background: linear-gradient(#233241, #101820);
  color: #ffffff;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.category-list {
  list-style: none;
  padding: 6px 6px 8px;
  margin: 0;
}

.category-module {
  background: #ffffff;
}

.category-toggle-btn {
  display: none;
}

.category-title {
  padding: 9px 6px 8px;
  color: #3a3a3a;
  background: #ffffff;
  border-bottom: 3px solid #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.category-item {
  margin-bottom: 4px;
}

.category-link {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 8px;
  color: #fff;
  background: #002fa7;
  font-size: 12px;
  font-weight: 800;
}

.category-link:hover {
  color: var(--blue);
  background: var(--blue-soft);
}

.subcategory-list {
  list-style: none;
  padding: 3px 0 0;
  margin: 0;
  background: #ffffff;
}

.subcategory-link {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 3px 8px 3px 18px;
  color: #202020;
  background: #ffffff;
  font-size: 11px;
  font-weight: 400;
}

.subcategory-link:hover {
  color: var(--blue);
}

.sidebar-plain-module {
  background: #ffffff;
  border-bottom: 1px solid #bfc7cf;
}

.machine-stats {
  padding: 7px 8px 8px;
}

.machine-stats p {
  margin: 0 0 6px;
  color: #111111;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

.machine-stats p:last-child {
  margin-bottom: 0;
}

.dealer-card {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px;
  background: #ffffff;
  border-bottom: 1px solid #bfc7cf;
}

.gab-logo {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0b69ad, #5eb8e8);
  color: #ffffff;
  border: 1px solid #074d85;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -1px;
}

.dealer-copy strong,
.dealer-copy a {
  display: block;
  color: #111111;
  font-weight: 800;
  line-height: 1.2;
}

.dealer-copy span {
  display: block;
  margin: 2px 0;
  color: #65a8d6;
  font-size: 11px;
}

.best-deals-module {
  background: #ffffff;
  overflow: hidden;
}

.best-deals-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 5px 10px;
  background:#fff;
  border-bottom: 1px solid #bfc7cf;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0,0,0,0.28);
}

.deal-arrows {
  display: inline-flex;
  gap: 1px;
  font-size: 14px;
  text-shadow: none;
}

.deal-arrows .down {
  color:#002fa7;
}

.deal-arrows .up {
  color: #d31720;
}

.deal-item {
  display: flex;
  gap: 8px;
  padding: 7px 8px;
  border-bottom: 1px solid var(--rule);
  background: #ffffff;
}

.deal-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f2f2f2, #ffffff);
  border: 1px solid #c8d0d7;
  color: #1b5f95;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.deal-copy {
  min-width: 0;
  flex: 1;
}

.deal-name {
  display: block;
  margin-bottom: 2px;
  color: #111111;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.deal-dealer,
.deal-status {
  display: block;
  color: #777777;
  font-size: 11px;
  line-height: 1.2;
}

.thumb,
.machine-photo {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.35), rgba(255,255,255,0)),
    linear-gradient(140deg, #dfe6eb 0%, #8c9aa4 42%, #f1f5f8 43%, #b7c2cc 100%);
  border: 1px solid #bcc7cf;
  position: relative;
  overflow: hidden;
}

.thumb {
  width: 56px;
  height: 42px;
}

.thumb::after,
.machine-photo::after {
  content: "";
  position: absolute;
  inset: auto 8% 12% 8%;
  height: 20%;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  filter: blur(4px);
}

.deal-copy strong {
  display: block;
  color: #163d63;
  line-height: 1.2;
  margin-bottom: 3px;
}

.deal-copy small {
  display: block;
  color: var(--red);
  font-weight: 700;
  text-align: right;
}

.hero-banner {
  min-height: 104px;
  background:
    radial-gradient(circle at 89% 36%, #ffffff 0 22px, #009246 23px 36px, #ffffff 37px 49px, #ce2b37 50px 62px, transparent 63px),
    linear-gradient(135deg, #155c37, #0c8b50 60%, #06472b);
  color: #ffffff;
  border: 1px solid #0a5f38;
  display: grid;
  grid-template-columns: 1fr 130px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.hero-banner::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -10px;
  width: 190px;
  height: 74px;
  background: linear-gradient(135deg, rgba(255,255,255,0.25), rgba(255,255,255,0.04));
  transform: skewX(-18deg);
  border: 1px solid rgba(255,255,255,0.25);
}

.hero-banner h1 {
  margin: 0 0 4px;
  font-size: 23px;
  line-height: 1.05;
}

.hero-banner p {
  margin: 0;
  font-size: 13px;
  opacity: 0.92;
}

.recommend-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-bottom: 10px;
}

.machine-card {
  background: #ffffff;
  border: 1px solid var(--rule);
  position: relative;
  min-width: 0;
}

.machine-card::before {
  content: "We Recommend";
  display: block;
  background: var(--red);
  color: #ffffff;
  padding: 5px 7px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.machine-card.yellow-sep::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 46%;
  width: 5px;
  height: 16px;
  background: var(--yellow);
  border: 1px solid #c49a00;
}

.machine-card:last-child::after {
  display: none;
}

.machine-card-body {
  padding: 7px;
}

.machine-card h3 {
  margin: 0 0 6px;
  font-size: 12px;
  color: #0f416b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.machine-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 6px;
}

.details {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #0a3b60;
  font-size: 11px;
  font-weight: 700;
}

.details::before {
  content: "#";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  background: var(--yellow);
  color: #000000;
  font-size: 10px;
}

.content-block {
  background: var(--surface);
  border: 1px solid var(--rule);
  margin-bottom: 10px;
}

.content-block .body {
  padding: 9px;
}

.latest-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 8px;
}

.latest-heading h2 {
  margin: 0;
  font-size: 16px;
  color: #183a55;
}

.latest-heading span {
  color: var(--red);
  font-weight: 800;
}

.table-wrap {
  max-height: 340px;
  overflow: auto;
  border: 1px solid var(--rule);
  margin-bottom: 8px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  font-size: 12px;
}

th,
td {
  padding: 6px 7px;
  border-bottom: 1px solid var(--rule);
  text-align: left;
}

th {
  background: #ebeff2;
  color: #263645;
  font-weight: 800;
}

td:nth-child(2),
td:nth-child(3) {
  white-space: nowrap;
}

.list-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}

.btn {
  border: 1px solid #b6c0c9;
  background: #eef3f6;
  color: #163d63;
  padding: 5px 10px;
  border-radius: 2px;
  font-weight: 700;
  cursor: pointer;
}

.thumb-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 6px;
}

.thumb-strip .thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}

.news-line {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 9px;
  align-items: center;
}

.news-line h3 {
  margin: 0 0 4px;
  color: #0b4f80;
  font-size: 13px;
}

.news-line p {
  margin: 0;
  color: var(--muted);
}

.live-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-bottom: 7px;
}

.live-header h2 {
  margin: 0;
  color: #183a55;
  font-size: 16px;
}

.live-header .script {
  color: var(--red);
  font: 700 19px "Comic Sans MS", cursive;
  transform: rotate(-4deg);
}

.world-map {
  position: relative;
  min-height: 260px;
  background:
    radial-gradient(circle at 28% 42%, rgba(255,255,255,0.22) 0 7px, transparent 8px),
    radial-gradient(circle at 60% 36%, rgba(255,255,255,0.18) 0 9px, transparent 10px),
    linear-gradient(135deg, #315f7e, #173b55);
  overflow: hidden;
  border: 1px solid #1d4d6a;
}

.world-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.42;
}

.pin {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #e91d2b;
  border: 2px solid #ffffff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 1px 5px rgba(0,0,0,0.35);
}

.pin::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
  top: 2px;
  left: 2px;
}

.pin.ukraine { left: 58%; top: 33%; }
.pin.usa { left: 24%; top: 42%; }
.pin.brazil { left: 37%; top: 67%; }
.pin.india { left: 70%; top: 55%; }

.map-note {
  position: absolute;
  left: 48%;
  top: 26%;
  max-width: 230px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.22);
  padding: 7px 9px;
  border-radius: var(--radius);
  font-weight: 700;
}

.map-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 12px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.35);
  font-size: 11px;
}

.about h2 {
  margin: 0 0 8px;
  color: #183a55;
  font-size: 16px;
}

.about p {
  margin: 0 0 10px;
  color: #2d3b45;
}

.subscribe-title {
  background: var(--blue);
  color: #ffffff;
  padding: 9px 12px;
  font-size: 15px;
  font-weight: 800;
}

.newsletter-ad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--rule);
  margin: 8px;
  min-height: 82px;
}

.gab {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4fb1e6, #ffffff);
  color: #0a60a1;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -2px;
}

.newsletter-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  background: #ffffff;
  color: var(--blue);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.05;
}

.save-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 8px 9px;
  border: 1px solid var(--rule);
  background: #f5f7f9;
  padding: 8px 10px;
  color: #404b55;
  font-weight: 700;
}

.heart {
  width: 26px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: #000000;
  border-radius: 3px;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.testimonial {
  background: #2c88d0;
  color: #ffffff;
  padding: 11px 10px 0;
  min-height: 172px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.testimonial blockquote {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.testimonial cite {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-weight: 800;
  color: #e6f3ff;
}

.avatar {
  width: 82px;
  height: 82px;
  margin: 10px auto -10px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 30%, #ffd7b2 0 18px, transparent 19px),
    radial-gradient(circle at 50% 28%, #38271e 0 22px, transparent 23px),
    linear-gradient(#ffffff 0 42%, #222 43% 100%);
  border: 3px solid rgba(255, 255, 255, 0.75);
}

.avatar.female {
  background:
    radial-gradient(circle at 50% 31%, #f5c69e 0 18px, transparent 19px),
    radial-gradient(circle at 50% 32%, #19110c 0 27px, transparent 28px),
    linear-gradient(#ffffff 0 44%, #111 45% 100%);
}

.main-section {
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid var(--rule);
  overflow: hidden;
}

.vendor-banner {
  min-height: 112px;
  display: grid;
  gap: 10px;
  align-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #064526, #0b7a43);
}

.vendor-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  line-height: 1.05;
}

.diamond-logo {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  background: #ffffff;
  transform: rotate(45deg);
  border: 3px solid #91d4a6;
  position: relative;
}

.diamond-logo::after {
  content: "";
  position: absolute;
  inset: 9px;
  background: #0b7a43;
}

.italy-flag {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.85);
  background: linear-gradient(90deg, #009246 0 33%, #ffffff 34% 66%, #ce2b37 67%);
  box-shadow: inset 0 0 12px rgba(0,0,0,0.18);
}

.factory-photo,
.equip-photo,
.mini-photo {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.42), rgba(255,255,255,0)),
    linear-gradient(140deg, #dfe6eb 0%, #7d8b96 42%, #f2f5f7 43%, #aeb9c1 100%);
  border: 1px solid #b8c3cb;
  position: relative;
  overflow: hidden;
}

.factory-photo {
  height: 86px;
}

.factory-photo::after,
.equip-photo::after,
.mini-photo::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 14%;
  height: 18%;
  background: rgba(0,0,0,0.16);
  border-radius: 50%;
  filter: blur(4px);
}

.rec-carousel {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.rec-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: recFade 15s infinite;
}

.rec-slide:first-child {
  position: relative;
  opacity: 1;
  animation: recFade 15s infinite;
}

.rec-slide:nth-child(2) {
  animation-delay: 5s;
}

.rec-slide:nth-child(3) {
  animation-delay: 10s;
}

@keyframes recFade {
  0% { opacity: 0; }
  3.33% { opacity: 1; }
  33.33% { opacity: 1; }
  36.66% { opacity: 0; }
  100% { opacity: 0; }
}

.rec-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}
.rec-pagination-container {
  width: 100%;
  overflow: hidden;
}
.rec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 8px;
  background: #ffffff;
  transition: transform 0.3s ease;
}

.rec-card {
  border: 1px solid var(--rule);
  background: #ffffff;
  min-width: 0;
}

.rec-head {
  padding: 5px 6px;
  color: #ffffff;
  background: #c20e1a;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.equip-photo {
  height: 82px;
  margin: 7px;
}

.rec-name {
  display: block;
  padding: 7px 7px 0;
  color: #102b42;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

a.rec-name:hover {
  text-decoration: underline;
}

.rec-photo-link {
  display: block;
  margin: 7px;
  text-decoration: none;
}

.rec-photo-link .equip-photo {
  margin: 0;
}

.rec-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  padding: 0 7px 7px;
  font-size: 11px;
  font-weight: 500;
  color: #0c4771;
}

.rec-actions a {
  font-weight: 500;
}

.rec-page-indicator {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
}
.rec-page-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0,0,0,0.3);
  cursor: pointer;
  transition: background 0.2s;
}
.rec-page-dot.active {
  background: #c20e1a;
}
.rec-page-dot:hover {
  background: rgba(0,0,0,0.5);
}
.yellow-heart {
  color: red;
  background: #d7d7d7;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bcbcbc;
  line-height: 1;
}

.dual-title .title-line {
  padding: 6px 9px;
  color: #ffffff;
  background: #002fa7;
  border-bottom: 1px solid #3b444d;
  font-size: 13px;
  font-weight: 600;
}

.dual-title .title-line a {
  color: #ffffff;
  font-weight: 600;
}

.machine-list-layout {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 10px;
  padding: 8px;
}

.list-filter {
  min-width: 0;
}

.filter-label {
  display: inline-block;
  padding: 5px 8px;
  margin-bottom: 7px;
  background: #e6e6e6;
  color: #222222;
  font-weight: 800;
}

.filter-title {
  color: #102b42;
  font-weight: 900;
  line-height: 1.2;
}

.filter-sub {
  color: #777777;
  font-size: 11px;
  margin: 3px 0 7px;
}

.filter-photo {
  height: 82px;
  margin-bottom: 8px;
}

.filter-photo-link {
  display: block;
  color: inherit;
}

.filter-action-image {
  display: block;
  height: 34px;
  margin-top: 7px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.38), transparent 35%),
    linear-gradient(90deg, #d8dde2, #ffffff 45%, #c8d0d7);
  border: 1px solid #b8c3cb;
  position: relative;
  overflow: hidden;
}

.filter-action-image::after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 9px;
  height: 8px;
  background: rgba(0,0,0,0.14);
  border-radius: 50%;
  filter: blur(3px);
}

.filter-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  color: #555555;
  font-size: 11px;
}

.machinery-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  font-size: 12px;
}

.machine-list-layout .table-wrap {
  max-height: none;
  overflow: visible;
}

.machinery-table td {
  padding: 5px 6px;
  border-bottom: 1px solid var(--rule);
}

.machinery-table td:nth-child(2),
.machinery-table td:nth-child(3) {
  white-space: nowrap;
}

.machinery-table td:first-child a {
  color: #102b42;
  font-weight: 600;
}

.latest-link-bar {
  margin: 0 8px 8px;
  padding: 7px;
  background: #002fa7;
  text-align: center;
  font-weight: 900;
  color: #ffffff;
}

.latest-link-bar a {
  color: #ffffff;
}

.mini-gallery {
  display: block;
  gap: 7px;
  padding: 0 8px 8px;
  overflow: hidden;
  scrollbar-width: none;
}

.mini-gallery-track {
  display: flex;
  gap: 7px;
  width: max-content;
  animation: mini-scroll-left 18s linear infinite;
}

.mini-gallery:hover .mini-gallery-track {
  animation-play-state: paused;
}

@keyframes mini-scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.mini-photo {
  display: block;
  min-width: 76px;
  height: 48px;
}

.grey-title {
  padding: 7px 9px;
  background: #e6e6e6;
  color: #222222;
  font-weight: 900;
  border-bottom: 1px solid var(--rule);
}

.news-title {
  background: #002fa7;
  color: #ffffff;
}

.news-scroll-wrap {
  overflow: hidden;
  position: relative;
  height: 64px;
}

.news-scroll-track {
  display: flex;
  flex-direction: column;
  animation: newsScroll 12s infinite ease-in-out;
}

@keyframes newsScroll {
  0%, 28% { transform: translateY(0); }
  33%, 61% { transform: translateY(-33.333%); }
  66%, 94% { transform: translateY(-66.666%); }
  100% { transform: translateY(0); }
}

.dealer-news-body {
  display: grid;
  grid-template-columns: 70px 46px 1fr;
  gap: 8px;
  align-items: center;
  padding: 8px;
  flex-shrink: 0;
  height: 64px;
}

.brand-round {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0d5791;
  color: #ffffff;
  font-weight: 900;
}

.dealer-news-copy p {
  margin: 0 0 3px;
  color: #555555;
  font-size: 11px;
}

.news-meta {
  display: block;
  margin-top: 2px;
}

.dealer-news-copy h3 {
  margin: 0;
  color: #111111;
  font-size: 13px;
  font-weight: 900;
}

.live-title-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
}

.live-title-row .script {
  color: #c20e1a;
  font: 700 18px "Comic Sans MS", cursive;
}

.live-title-row small {
  display: block;
  color: #777777;
  font: 10px Arial, sans-serif;
}

.press-map {
  position: relative;
  min-height: 285px;
  background: linear-gradient(135deg, #315f7e, #173b55);
  overflow: hidden;
}

.press-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.48;
}

.mexico-pin {
  left: 25%;
  top: 52%;
}

.activity-image-link {
  display: block;
  min-height: 330px;
  background:
    radial-gradient(circle at 25% 52%, #d71920 0 5px, #ffffff 6px 8px, transparent 9px),
    radial-gradient(circle at 25% 52%, rgba(215,25,32,0.35) 0 16px, transparent 17px),
    linear-gradient(90deg, rgba(255,255,255,0.16) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.16) 1px, transparent 1px),
    radial-gradient(circle at 30% 45%, rgba(255,255,255,0.35) 0 40px, transparent 41px),
    radial-gradient(circle at 58% 38%, rgba(255,255,255,0.24) 0 58px, transparent 59px),
    linear-gradient(135deg, #315f7e, #173b55);
  background-size: auto, auto, 80px 80px, 80px 80px, auto, auto, auto;
  border: 1px solid #1d4d6a;
}

.about-title {
  padding: 7px 9px;
  background: #002fa7;
  color: #ffffff;
  font-weight: 900;
}

.about-body {
  padding: 9px;
}

.about-body h3 {
  margin: 0 0 8px;
  font-size: 13px;
}

.hide-btn {
  border: 1px solid #b6b6b6;
  background: #e6e6e6;
  padding: 4px 12px;
  font-size: 11px;
  cursor: pointer;
}

.about-collapsed {
  display: none;
}

.newsletter-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 12px;
  color: #ffffff;
  background: linear-gradient(90deg, #0075bd, #12a9df);
  font-size: 15px;
  font-weight: 900;
}

.mail-big {
  font-size: 28px;
}

.newsletter-image-link {
  display: block;
  min-height: 58px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.9) 0 20px, transparent 21px) right 22px center / 42px 30px no-repeat,
    linear-gradient(45deg, transparent 49%, rgba(255,255,255,0.7) 50%, transparent 51%) right 22px center / 42px 30px no-repeat,
    linear-gradient(90deg, #0075bd, #12a9df);
  border: 1px solid #0786bd;
}

.center-bottom-template,
.footer-template {
  position: relative;
  line-height: 0;
}

.center-bottom-template {
  margin-bottom: 10px;
  background: #ffffff;
}

.center-bottom-template img,
.footer-template img {
  display: block;
  width: 100%;
  height: auto;
}

.center-hotspot,
.footer-hotspot {
  position: absolute;
  display: block;
  z-index: 2;
  font-size: 0;
  color: transparent;
}

.center-hotspot:hover,
.footer-hotspot:hover {
  outline: 1px solid rgba(0, 68, 187, 0.25);
  outline-offset: -1px;
}

.footer-template-wrap {
  margin-top: 8px;
  padding: 14px 0 22px;
  background: #069ccc;
}

.footer-template {
  max-width: var(--page);
  margin: 0 auto;
  background: #dfe3e7;
}

.site-footer .footer-inner {
  max-width: var(--page);
  margin: 0 auto;
  position: relative;
  border: 0;
  overflow: visible;
}

.site-footer .footer-bg {
  position: relative;
  min-height: 218px;
  background:
    z-index: 1;
}

.site-footer .footer-content-wrap {
  position: relative;
  z-index: 2;
  min-height: 218px;
  display: flex;
  align-items: flex-start;
  padding: 48px 36px 26px 28px;
  pointer-events: none;
}

.site-footer .footer-content-wrap a {
  pointer-events: auto;
  color: #fff;
  text-decoration: none;
}

.site-footer .footer-content-wrap a:hover {
  text-decoration: underline;
}

.site-footer .footer-info {
  position: absolute;
  left: 28px;
  bottom: 18px;
  width: 100%;
  min-width: 330px;
  padding-top: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
}

.site-footer .footer-stat {
  margin-top: 0;
  color: #fff;
}

.site-footer .footer-copy {
  margin-top: 5px;
  color: #fff;
}

.site-footer .footer-copy a {
  margin-left: 10px;
  text-decoration: underline;
  color: #4c4c4c;
}

.site-footer .footer-navs {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-width: 0;
  padding-left: 24px;
  gap: normal;
  column-gap: 30px;
}

.site-footer .footer-col {
  min-width: 0;
  padding: 0 50px;
}

.site-footer .footer-col h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 900;
}

.site-footer .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer-col li {
  margin: 4px 0;
  color: #333;
  font-size: 12px;
  line-height: 1.18;
}

.site-footer .footer-col li a::before {
  content: "- ";
  color: #777;
}

.site-footer .social-icons {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.site-footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #111;
  color: #fff;
  border-radius: 2px;
  font-weight: 900;
  font-size: 12px;
  text-decoration: none;
}

.site-footer .qr-link {
  display: block;
  width: 118px;
  height: 118px;
  margin-top: 13px;
  font-size: 0;
}

.site-footer .qr-caption {
  margin-top: 2px;
  color: #555;
  font-size: 10px;
}

.site-footer .footer-bottom-line {
  height: 12px;
}

.gab-ad {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 8px;
  padding: 8px;
  background: #ffffff;
  border-bottom: 1px solid var(--rule);
}

.ad-label {
  position: absolute;
  right: 8px;
  top: 4px;
  color: #777777;
  font-size: 9px;
  font-weight: 900;
}

.gab-logo-large {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #1887cc, #ffffff);
  color: #0871b4;
  padding: 8px;
  font-weight: 900;
  font-size: 25px;
  line-height: 1;
}

.gab-logo-large span {
  color: #333333;
  font-size: 10px;
}

.gab-tagline {
  display: flex;
  align-items: center;
  color: #0a65b2;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.05;
}

.compare-strip {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px;
  background: #f4f4f4;
}

.cart-person {
  text-align: center;
  font-size: 26px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.review-image-link {
  display: block;
  min-height: 170px;
  background:
    radial-gradient(circle at 50% 72%, #f0c29a 0 22px, transparent 23px),
    radial-gradient(circle at 50% 69%, #2d201a 0 30px, transparent 31px),
    linear-gradient(#2c88d0 0 58%, #ffffff 59%);
  border: 1px solid var(--rule);
}

.review-image-link:nth-child(2) {
  background:
    radial-gradient(circle at 50% 72%, #f5c69e 0 22px, transparent 23px),
    radial-gradient(circle at 50% 71%, #17100d 0 34px, transparent 35px),
    linear-gradient(#2c88d0 0 58%, #ffffff 59%);
}

.review-card {
  overflow: hidden;
  background: #ffffff;
  text-align: center;
}

.review-bubble {
  min-height: 104px;
  padding: 12px 10px;
  color: #ffffff;
  background: #2c88d0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.review-card cite {
  display: block;
  margin: 8px 0 0;
  color: #ffffff;
  font-style: normal;
  font-weight: 900;
}

.ads-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
  background: #ffffff;
}

.ads-section {
  background: #ffffff;
}

.ads-title {
  padding: 7px 4px 6px;
  color: #333333;
  background: #ffffff;
  border-bottom: 2px solid #000000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.ad-card {
  display: block;
  margin: 7px 0;
  color: inherit;
  background: #ffffff;
  border: 1px solid var(--rule);
  overflow: hidden;
}

.portal-ad {
  padding: 8px;
  border: 0;
  border-bottom: 1px solid var(--rule);
}

.portal-main {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.cloud-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: radial-gradient(circle at 38% 42%, #ffffff 0 11px, transparent 12px), radial-gradient(circle at 57% 39%, #ffffff 0 14px, transparent 15px), radial-gradient(circle at 50% 56%, #ffffff 0 18px, transparent 19px), #184e79;
  border: 1px solid #0c3556;
  border-radius: 4px;
  font-weight: 900;
}

.portal-copy {
  color: #333333;
  font-size: 11px;
  line-height: 1.15;
}

.portal-slogan {
  margin-top: 7px;
  padding-top: 6px;
  border-top: 1px solid var(--rule);
  color: #777777;
  font-size: 10px;
}

.fraud-line {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 6px;
  margin-top: 5px;
  align-items: start;
  color: #333333;
  font-size: 10px;
  line-height: 1.15;
}

.check-icon {
  color: #0044bb;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.ad-btn-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 7px;
}

.ad-btn-item {
  position: relative;
  display: flex;
  min-height: 45px;
  color: #222222;
  background: #e6e6e6;
  border: 1px solid #d0d0d0;
  overflow: hidden;
}

.ad-btn-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--stripe);
}

.ad-btn-icon {
  width: 38px;
  flex: 0 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.ad-btn-copy {
  padding: 6px 10px 5px 8px;
  line-height: 1.1;
}

.ad-btn-copy strong,
.ad-btn-copy span {
  display: block;
}

.ad-btn-copy strong {
  font-size: 13px;
  font-weight: 900;
}

.ad-btn-copy span {
  margin-top: 2px;
  color: #555555;
  font-size: 10px;
}

.machine-ad {
  border-color: #cfcfcf;
  text-align: center;
  background: #ffffff;
}

.machine-ad-visual {
  height: 112px;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.38), transparent 30%),
    linear-gradient(135deg, #dce3e8, #66737d 55%, #f5f7f9);
  border-bottom: 1px solid var(--rule);
  position: relative;
}

.machine-ad-visual::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 22px;
  height: 32px;
  background: linear-gradient(90deg, #f8fafb, #9aa7b0, #f8fafb);
  border: 1px solid #87939d;
}

.machine-url {
  padding: 6px 4px;
  font-weight: 900;
  font-size: 11px;
}

.machine-url .blue { color: #0044bb; }
.machine-url .red { color: #dd2222; }

.acs-ad {
  padding: 10px 7px;
  text-align: center;
  background: #e6e600;
  color: #111111;
  border-color: #baba00;
  font-weight: 900;
}

.acs-seal {
  width: 72px;
  height: 72px;
  margin: 0 auto 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #111111;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  font-size: 13px;
  line-height: 1.05;
}

.acs-logo {
  margin: 4px 0;
  font-size: 20px;
  line-height: 1;
}

.acs-logo span {
  display: block;
  font-size: 12px;
}

.acs-ribbon {
  margin: 8px -7px 6px;
  padding: 4px;
  background: #7d3f91;
  color: #ffffff;
  font-size: 10px;
}

.acs-quality {
  color: #dd2222;
  font-size: 16px;
}

.flags {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-top: 5px;
}

.flags i {
  width: 14px;
  height: 9px;
  display: inline-block;
  border: 1px solid rgba(0,0,0,0.25);
  background: linear-gradient(90deg, #dd2222 0 33%, #ffffff 34% 66%, #0044bb 67%);
}

.os-ad {
  padding: 8px;
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.os-logo {
  color: #ff7700;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.os-visual {
  height: 96px;
  margin: 8px 0;
  background:
    repeating-linear-gradient(90deg, #242424 0 16px, #777 17px 25px, #111 26px 36px),
    linear-gradient(#999, #333);
  border: 1px solid #3b3b3b;
}

.os-small {
  font-size: 10px;
  font-weight: 800;
}

.os-url {
  margin-top: 3px;
  color: #ff7700;
  font-size: 11px;
  font-weight: 900;
}

.master-ad {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 6px;
  align-items: center;
  padding: 7px;
  border: 1px solid #ff7700;
  background: #111111;
  color: #ffffff;
}

.master-brand {
  color: #ff7700;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.05;
}

.master-visual {
  height: 74px;
  background: linear-gradient(135deg, #e8edf0, #555 55%, #f05a22 56%);
  border: 1px solid #444444;
}

.right-sidebar.ads-column {
  padding: 6px 5px 8px;
  gap: 10px;
  background: #ffffff;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.right-sidebar .ads-section {
  background: #ffffff;
}

.right-sidebar .ads-title {
  padding: 3px 2px 5px;
  margin-bottom: 8px;
  color: #333333;
  background: #ffffff;
  border-bottom: 2px solid #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.right-sidebar .ad-card {
  margin: 0 0 9px;
  border: 1px solid #bfc3c8;
  box-shadow: none;
}

.right-sidebar .portal-ad {
  padding: 0 8px 7px;
  border: 0;
  border-bottom: 0;
}

.right-sidebar .portal-main {
  gap: 7px;
  align-items: flex-start;
}

.right-sidebar .cloud-logo {
  width: 50px;
  height: 50px;
  flex-basis: 50px;
  border: 1px solid #c7c7d2;
  border-radius: 0;
  background:
    radial-gradient(circle at 38% 35%, #ffffff 0 9px, transparent 10px),
    radial-gradient(circle at 56% 36%, #ffffff 0 12px, transparent 13px),
    radial-gradient(circle at 46% 54%, #ffffff 0 16px, transparent 17px),
    #201a56;
  color: #201a56;
  font-size: 0;
  position: relative;
}

.right-sidebar .cloud-logo::after {
  content: "DEP";
  position: absolute;
  left: 13px;
  top: 18px;
  transform: rotate(-35deg);
  color: #201a56;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -1px;
}

.right-sidebar .portal-copy {
  color: #333333;
  font-size: 11px;
  line-height: 1.08;
}

.right-sidebar .portal-copy strong {
  display: inline;
  font-size: 11px;
  font-weight: 900;
}

.right-sidebar .portal-slogan {
  margin: 6px 0 0 58px;
  padding: 2px 0;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  color: #555555;
  font-size: 8px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.right-sidebar .fraud-line {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 4px;
  margin: 3px 0 0 58px;
  color: #a7a7a7;
  font-size: 8px;
  line-height: 0.95;
  align-items: center;
}

.right-sidebar .fraud-line strong {
  color: #8a8a8a;
  font-size: 10px;
  line-height: 0.95;
}

.right-sidebar .check-icon {
  color: #1732a0;
  font-size: 44px;
  font-weight: 900;
  line-height: 0.72;
}

.right-sidebar .ad-btn-group {
  gap: 4px;
  margin-top: 5px;
}

.right-sidebar .ad-btn-item {
  min-height: 43px;
  border: 1px solid #c5c5c5;
  background: #e6e6e6;
}

.right-sidebar .ad-btn-item::after {
  width: 7px;
}

.right-sidebar .ad-btn-icon {
  width: 42px;
  flex-basis: 42px;
  background: #151515;
  font-size: 27px;
  line-height: 1;
}

.right-sidebar .ad-btn-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 13px 4px 7px;
}

.right-sidebar .ad-btn-copy strong {
  color: #111111;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.8px;
  line-height: 0.9;
}

.right-sidebar .ad-btn-copy span {
  margin-top: 2px;
  color: #111111;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.right-sidebar .machine-ad {
  padding: 0;
  background: #ffffff;
  border: 1px solid #9f9f9f;
}

.right-sidebar .machine-ad-visual {
  height: 112px;
  margin: 5px 5px 0;
  border: 0;
  background:
    linear-gradient(8deg, transparent 0 38%, rgba(255,255,255,0.75) 39% 48%, transparent 49%),
    linear-gradient(90deg, #f28c00 0 22px, transparent 23px),
    linear-gradient(135deg, #eef2f4, #8c99a2 58%, #f7f8f9);
}

.right-sidebar .machine-ad-visual::after {
  left: 14px;
  right: 10px;
  bottom: 23px;
  height: 34px;
  background: linear-gradient(90deg, #f5f7f8, #68747d 45%, #f5f7f8);
  border: 1px solid #69737b;
}

.right-sidebar .machine-url {
  padding: 3px 3px 5px;
  font-size: 13px;
}

@media (max-width: 900px) {
    .pcdb{ display:none}
    .ads-wrap{ display:none;}
  .vendor-banner {
    display: none;
  }
  .center-main .main-section:not(:has(.rec-carousel)) {
    display: none;
  }
  .main-section.cc {
    display: none;
  }
  .gg1 {
    display: none;
  }
  .ads-wrap {
    display: none;
  }
  .rec-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
