﻿:root {
  --teal: #1456c8;
  --blue: #1456c8;
  --red: #d71920;
  --gold: #ffc107;
  --ink: #071521;
  --navy: #0d1b2a;
  --panel: #102538;
  --line: rgba(255, 255, 255, 0.14);
  --muted: #91a3b4;
  --paper: #f4f7f8;
  --dark-text: #142231;
  --radius: 8px;
  color-scheme: dark;
}

.offer-form-large .btn.is-sent:disabled {
  cursor: default;
  opacity: 1;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: var(--ink);
  color: #fff;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background: url("assets/homepage-exact-mockup-ultrahd-romania.png?v=20260721-romania-map-1") center top / cover no-repeat;
  opacity: 0.25;
  pointer-events: none;
}

body > * {
  position: relative;
  z-index: 1;
}

body.contact-page {
  background: #071521;
}

body.contact-page::before {
  content: none;
}

img {
  max-width: 100%;
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 10px clamp(16px, 4vw, 56px);
  background: rgba(5, 15, 24, 0.92);
  border-bottom: 1px solid rgba(0, 181, 176, 0.35);
  backdrop-filter: blur(16px);
}

.brand {
  width: clamp(220px, 18vw, 260px);
  height: 58px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    #07111a url("assets/paralel-machinery-logo-final-20260722.png?v=20260722-logo-final-1") center / cover no-repeat;
  border: 1px solid rgba(0, 181, 176, 0.28);
  box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.08), 0 10px 26px rgba(0, 0, 0, 0.28);
  display: grid;
  place-items: center;
}

.brand img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav a {
  color: #d9e6ee;
}

.main-nav a:hover {
  color: var(--teal);
}

.main-nav a[aria-current="page"] {
  color: var(--gold);
}

.header-actions,
.hero-actions,
.detail-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #06111c;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
  cursor: pointer;
}

.btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

.btn-teal {
  background: var(--teal);
}

.btn-gold {
  background: var(--gold);
}

.btn-dark {
  color: #fff;
  background: rgba(7, 21, 33, 0.82);
  border: 1px solid var(--line);
}

.full {
  width: 100%;
}

.hidden-field {
  display: none;
}

.icon-action {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 193, 7, 0.5);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.phone-icon {
  width: 16px;
  height: 16px;
  border: 2px solid var(--gold);
  border-left: 0;
  border-top: 0;
  border-radius: 4px;
  transform: rotate(18deg);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 24px));
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 181, 176, 0.32);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 15, 24, 0.96) 0%, rgba(5, 15, 24, 0.78) 42%, rgba(5, 15, 24, 0.22) 100%),
    linear-gradient(0deg, rgba(5, 15, 24, 0.92) 0%, rgba(5, 15, 24, 0) 42%);
}

.hero-content {
  position: relative;
  width: min(680px, calc(100% - 32px));
  max-width: calc(100vw - 32px);
  margin-left: clamp(16px, 8vw, 112px);
  padding: 80px 0 136px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 640px;
  margin-bottom: 18px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.96;
  text-transform: uppercase;
}

.hero h1 {
  display: grid;
}

.hero h1::after {
  content: none;
}

.hero-accent {
  color: var(--gold);
}

.hero-motto {
  gap: 4px;
}

.motto-red {
  color: var(--red);
}

.motto-gold {
  color: var(--gold);
}

.motto-blue {
  color: var(--blue);
}

.hero-content p:not(.eyebrow) {
  max-width: 520px;
  color: #d7e3ec;
  font-size: 18px;
  line-height: 1.65;
}

.trust-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(4, 23, 36, 0.92);
  border-top: 1px solid rgba(0, 181, 176, 0.4);
}

.trust-strip span {
  padding: 24px clamp(14px, 3vw, 34px);
  color: #dce8ef;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  border-right: 1px solid var(--line);
}

.section {
  padding: clamp(48px, 7vw, 86px) clamp(16px, 4vw, 56px);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 520px;
  padding: clamp(56px, 8vw, 104px) clamp(16px, 4vw, 56px);
  background:
    linear-gradient(90deg, rgba(7, 21, 33, 0.98), rgba(7, 21, 33, 0.76)),
    url("assets/hero-machinery-yard.webp") center / cover;
  border-bottom: 1px solid rgba(0, 181, 176, 0.32);
}

.page-hero p {
  color: #d4e1e9;
  line-height: 1.7;
  font-size: 18px;
}

.page-hero-simple {
  grid-template-columns: minmax(0, 1fr);
}

.page-panel {
  border: 1px solid rgba(0, 181, 176, 0.28);
  border-radius: var(--radius);
  background: rgba(16, 37, 56, 0.82);
  padding: clamp(20px, 3vw, 30px);
}

.page-panel ul,
.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-panel li,
.process-list li {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: #dce8ef;
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 30px;
  align-items: start;
}

.split-section p {
  color: #d4e1e9;
  line-height: 1.7;
}

.content-band {
  background: #f4f7f8;
  color: var(--dark-text);
}

.content-band h2 {
  color: var(--dark-text);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-list article {
  min-height: 180px;
  border-radius: var(--radius);
  background: #fff;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(8, 23, 35, 0.08);
}

.feature-list h3 {
  margin-bottom: 10px;
  color: #071521;
  text-transform: uppercase;
}

.feature-list p {
  color: #5d6f7c;
  line-height: 1.65;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.section-heading a {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.06;
  text-transform: uppercase;
}

.category-section,
.product-detail,
.admin-preview {
  background: #f4f7f8;
  color: var(--dark-text);
}

.category-section h2,
.product-detail h2,
.admin-preview h2 {
  color: var(--dark-text);
}

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

.choice-section {
  background: #f4f7f8;
  color: var(--dark-text);
}

.choice-section h2 {
  color: var(--dark-text);
}

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

.choice-card {
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: clamp(22px, 4vw, 36px);
  border-radius: var(--radius);
  color: #fff;
  overflow: hidden;
  position: relative;
  background: #0d1b2a;
}

.choice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(5, 15, 24, 0.92), rgba(5, 15, 24, 0.16)),
    url("assets/hero-machinery-yard.webp") center / cover;
}

.choice-card span,
.choice-card strong {
  position: relative;
  z-index: 1;
}

.choice-card span {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.choice-card strong {
  max-width: 420px;
  color: #dce8ef;
  font-size: 15px;
  line-height: 1.5;
}

.choice-new {
  border-left: 8px solid var(--blue);
}

.choice-used {
  border-left: 8px solid var(--red);
}

.category-card {
  min-height: 178px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  background: #0d1b2a;
  cursor: pointer;
  border: 1px solid rgba(9, 33, 52, 0.1);
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(6, 18, 29, 0.96), rgba(6, 18, 29, 0.18)),
    var(--cat-image);
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}

.category-card span,
.category-card strong {
  position: relative;
  z-index: 1;
}

.category-card span {
  display: block;
  padding: 16px 14px 0;
  color: var(--teal);
  font-size: 26px;
}

.category-card strong {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.app-shell {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 24px;
  background: #071521;
}

.filters,
.config-panel,
.offer-form {
  border: 1px solid rgba(0, 181, 176, 0.26);
  border-radius: var(--radius);
  background: rgba(16, 37, 56, 0.82);
  padding: 20px;
}

.filters label,
.config-panel label {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  color: #dce7ee;
  font-size: 13px;
  font-weight: 800;
}

.price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.price-inputs label {
  margin: 0;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(6, 18, 29, 0.9);
  color: #fff;
  padding: 0 12px;
}

input[type="range"] {
  padding: 0;
  accent-color: var(--teal);
}

textarea {
  min-height: 112px;
  padding: 12px;
  resize: vertical;
}

output {
  color: var(--gold);
}

.product-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 18px;
}

.product-toolbar h3 {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
}

.catalog-page .page-hero,
.catalog-page .filters {
  display: none;
}

.catalog-page .app-shell {
  grid-template-columns: 1fr;
  padding-top: clamp(28px, 4vw, 56px);
}

.catalog-page .product-area {
  min-width: 0;
}

.search-box {
  width: min(360px, 100%);
}

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

.product-grid.grouped-results {
  display: block;
}

.category-product-group {
  margin-bottom: 24px;
}

.category-product-group:last-child {
  margin-bottom: 0;
}

.category-product-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: #f5fbff;
}

.category-product-heading h4 {
  margin: 0;
  color: #f5fbff;
  font-size: 20px;
  text-transform: uppercase;
}

.category-product-heading span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

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

.product-card {
  background: #fff;
  color: var(--dark-text);
  border-radius: var(--radius);
  overflow: hidden;
}

.product-image {
  height: 210px;
  background: linear-gradient(180deg, #eef4f7, #dbe6ec);
  position: relative;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 8px;
}

.product-image span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 9px;
  border-radius: 5px;
  background: var(--gold);
  color: #06111c;
  font-size: 11px;
  font-weight: 900;
}

.product-body {
  padding: 16px;
}

.product-body h4 {
  margin: 0 0 8px;
  font-size: 18px;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  color: #5d6e7b;
  font-size: 12px;
  font-weight: 700;
}

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

.product-footer strong {
  font-size: 18px;
}

.mini-btn {
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 5px;
  background: var(--teal);
  color: #04111b;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 34px;
}

.detail-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.thumb-row span,
.thumb-button {
  height: 58px;
  border-radius: 5px;
  background: #d7e1e6 url("assets/hero-machinery-yard.webp") center / cover;
}

.thumb-button {
  border: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.thumb-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.status-badge {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 5px;
  background: rgba(0, 181, 176, 0.14);
  color: #008c88;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-info > p:not(.status-badge) {
  color: #5e6f7b;
  line-height: 1.7;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 18px 0;
}

.price-line strong {
  color: #06111c;
  font-size: 36px;
}

.spec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid #dbe4e8;
  border-left: 1px solid #dbe4e8;
  margin: 0 0 20px;
}

.spec-list div {
  padding: 12px;
  border-right: 1px solid #dbe4e8;
  border-bottom: 1px solid #dbe4e8;
}

.spec-list dt {
  color: #6a7a86;
  font-size: 12px;
  font-weight: 800;
}

.spec-list dd {
  margin: 4px 0 0;
  color: #132231;
  font-weight: 900;
}

.configurator,
.service-grid,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 30px;
  align-items: start;
}

.configurator p,
.service-lead p,
.contact-section p {
  color: #d4e1e9;
  line-height: 1.7;
}

.checkbox-line {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.checkbox-line input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--teal);
}

.config-summary {
  display: grid;
  gap: 4px;
  margin: 18px 0;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(0, 181, 176, 0.12);
}

.config-summary strong {
  color: var(--gold);
  font-size: 30px;
}

.config-summary small {
  color: var(--muted);
}

.service-grid {
  grid-template-columns: 1.25fr repeat(3, 1fr);
}

.service-grid article {
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(0, 181, 176, 0.28);
  border-radius: var(--radius);
  background: rgba(16, 37, 56, 0.72);
}

.service-grid h3 {
  color: var(--gold);
  text-transform: uppercase;
}

.service-grid article p {
  color: #c8d6df;
  line-height: 1.65;
}

.admin-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 30px;
}

.admin-preview p {
  color: #5d6f7c;
  line-height: 1.7;
}

.admin-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.admin-board span {
  padding: 18px;
  border-radius: 6px;
  background: #fff;
  border-left: 4px solid var(--teal);
  box-shadow: 0 10px 30px rgba(8, 23, 35, 0.08);
  font-weight: 900;
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(7, 21, 33, 0.97), rgba(7, 21, 33, 0.78)),
    url("assets/paralel-machinery-brand-board.webp") center / cover;
}

.contact-page .contact-section {
  min-height: calc(100vh - 170px);
  background: #071521;
}

.contact-only {
  grid-template-columns: 1fr;
}

.contact-only .contact-cards {
  max-width: 760px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.contact-cards a {
  min-height: 78px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: rgba(0, 181, 176, 0.14);
  border: 1px solid rgba(0, 181, 176, 0.28);
  color: #fff;
  font-weight: 900;
}

.offer-form {
  display: grid;
  gap: 12px;
  background: linear-gradient(135deg, rgba(0, 181, 176, 0.92), rgba(13, 27, 42, 0.9));
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: #fff;
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(16px, 4vw, 56px);
  background: #050f18;
  border-top: 1px solid rgba(0, 181, 176, 0.32);
}

.site-footer img {
  width: 190px;
  max-width: 42vw;
  height: 52px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
}

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

@media (max-width: 1120px) {
  .main-nav {
    gap: 14px;
    font-size: 12px;
  }

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

  .product-grid,
  .category-group-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .service-lead {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 68px;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav,
  .header-actions {
    display: none;
  }

  .site-header.menu-open {
    flex-wrap: wrap;
  }

  .site-header.menu-open .main-nav,
  .site-header.menu-open .header-actions {
    display: flex;
    width: 100%;
  }

  .site-header.menu-open .main-nav {
    flex-direction: column;
    align-items: stretch;
    order: 3;
  }

  .site-header.menu-open .header-actions {
    order: 4;
  }

  .hero {
    min-height: 720px;
  }

  .hero-bg {
    object-position: 64% center;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(5, 15, 24, 0.98) 0%, rgba(5, 15, 24, 0.55) 100%),
      linear-gradient(90deg, rgba(5, 15, 24, 0.86), rgba(5, 15, 24, 0.26));
  }

  .hero-content {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    padding-bottom: 210px;
  }

  .hero-actions {
    display: grid;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-grid,
  .choice-grid,
  .product-grid,
  .category-group-grid,
  .app-shell,
  .product-detail,
  .configurator,
  .contact-section,
  .admin-preview,
  .page-hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .product-toolbar,
  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .filters {
    position: static;
  }
}

@media (max-width: 560px) {
  .brand {
    width: 198px;
    height: 46px;
  }

  .brand img {
    width: 100%;
    height: 100%;
  }

  h1 {
    font-size: 34px;
    line-height: 1.06;
  }

  .hero-content p:not(.eyebrow) {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.65;
  }

  .section {
    padding: 42px 14px;
  }

  .category-grid,
  .choice-grid,
  .service-grid,
  .admin-board,
  .contact-cards,
  .spec-list,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 190px;
  }

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

  .trust-strip span {
    min-width: 0;
    padding: 18px 10px;
    font-size: 11px;
    line-height: 1.35;
  }

  .detail-actions {
    display: grid;
  }

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

/* Homepage 2026 direction */
:root {
  --teal: #00b8b0;
  --blue: #1456c8;
  --gold: #ffc107;
  --ink: #031019;
  --panel: #061b2a;
}

body {
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 184, 176, 0.12), transparent 34vw),
    linear-gradient(180deg, #020c13 0%, #061521 54%, #031019 100%);
}

.site-header {
  display: grid;
  grid-template-columns: minmax(214px, 0.62fr) minmax(0, 1fr) max-content;
  min-height: 76px;
  gap: clamp(12px, 1.8vw, 24px);
  padding: 10px clamp(18px, 3vw, 38px);
  background: rgba(2, 12, 19, 0.9);
  border-bottom: 1px solid rgba(0, 184, 176, 0.18);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

.brand {
  width: clamp(220px, 18vw, 292px);
  height: 62px;
  justify-self: start;
  background:
    transparent url("assets/paralel-machinery-logo-final-20260722.png?v=20260722-logo-final-1") center / cover no-repeat;
  border: 0;
  box-shadow: none;
}

.main-nav {
  width: 100%;
  margin-left: 0;
  justify-content: center;
  justify-self: center;
  gap: clamp(12px, 1.35vw, 22px);
  font-size: clamp(11px, 0.82vw, 13px);
}

.main-nav a {
  position: relative;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4f8fb;
  text-align: center;
  white-space: nowrap;
}

.header-actions {
  justify-self: end;
}

.header-actions .btn {
  min-width: 132px;
  min-height: 38px;
  padding: 0 12px;
  font-size: 11px;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  color: var(--teal);
}

.main-nav a[aria-current="page"]::after,
.main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--teal);
}

.btn-gold {
  background: linear-gradient(135deg, #ffbf1b, #d89400);
  box-shadow: 0 8px 22px rgba(255, 193, 7, 0.16);
}

.btn-teal {
  background: linear-gradient(135deg, #00b8b0, #07978e);
  color: #f7ffff;
}

.hero-world {
  min-height: clamp(520px, 72vw, 720px);
  align-items: end;
  border-bottom: 0;
  background:
    radial-gradient(circle at 52% 30%, rgba(255, 193, 7, 0.13), transparent 26vw),
    linear-gradient(180deg, #03111b 0%, #020c13 100%);
}

.hero-world .hero-bg {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 0;
  transform: none;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.12) contrast(1.06) brightness(0.92);
}

.hero-world .hero-overlay {
  background:
    linear-gradient(180deg, rgba(2, 12, 19, 0.2) 0%, rgba(2, 12, 19, 0.08) 44%, rgba(2, 12, 19, 0.9) 100%),
    radial-gradient(circle at 58% 44%, rgba(255, 193, 7, 0.16), transparent 28vw);
}

.hero-content-center {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 32px));
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 0 0 clamp(72px, 9vw, 118px);
  text-align: center;
}

.hero-motto-center {
  max-width: 980px;
  margin: 0 auto;
  display: block;
  color: rgba(0, 216, 207, 0.72);
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.08;
  font-weight: 950;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0;
  mix-blend-mode: screen;
  text-shadow:
    0 0 22px rgba(0, 216, 207, 0.42),
    0 0 64px rgba(0, 184, 176, 0.28),
    0 10px 28px rgba(0, 0, 0, 0.32);
}

.home-search-section {
  margin-top: -104px;
  padding-top: 0;
  padding-bottom: 16px;
  position: relative;
  z-index: 2;
}

.home-search-panel,
.quick-offer-panel {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  border: 1px solid rgba(0, 184, 176, 0.58);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(6, 28, 43, 0.92), rgba(2, 12, 19, 0.88)),
    radial-gradient(circle at 90% 0%, rgba(0, 184, 176, 0.14), transparent 32%);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.home-search-panel {
  padding: clamp(22px, 3vw, 30px);
}

.home-search-panel h2 {
  margin-bottom: 18px;
  color: #f8fbfd;
  font-size: clamp(18px, 2.2vw, 24px);
  text-align: center;
  text-transform: uppercase;
}

.home-search-form {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(116px, 0.7fr);
  gap: 12px;
  align-items: end;
  margin-bottom: 22px;
}

.home-search-form label,
.field-shell {
  display: grid;
  gap: 6px;
}

.home-search-form span,
.field-shell span {
  color: #a8bac7;
  font-size: 12px;
}

.home-search-form select,
.field-shell select,
.offer-form-large input,
.offer-form-large textarea {
  min-height: 56px;
  background: rgba(4, 18, 29, 0.78);
  border-color: rgba(255, 255, 255, 0.26);
}

.home-search-form .btn {
  min-height: 56px;
}

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

.home-category-card,
.home-category-more {
  min-height: 190px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(5, 19, 30, 0.82);
}

.home-category-card {
  display: grid;
  grid-template-rows: 112px auto auto;
  align-content: start;
}

.home-category-card img {
  width: 100%;
  height: 112px;
  object-fit: cover;
  filter: saturate(1.04);
}

.home-category-card strong,
.home-category-card span {
  padding: 0 10px;
  text-align: center;
}

.home-category-card strong {
  align-self: end;
  margin-top: 14px;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-category-card span {
  margin-top: 7px;
  color: #b9c8d2;
  font-size: 12px;
}

.home-category-more {
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 18px;
  text-align: center;
}

.home-category-more strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
}

.search-mark {
  width: 36px;
  height: 36px;
  display: block;
  border: 3px solid var(--teal);
  border-radius: 50%;
  position: relative;
}

.search-mark::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 3px;
  right: -10px;
  bottom: 0;
  background: var(--teal);
  transform: rotate(45deg);
  border-radius: 999px;
}

.quick-offer-section {
  padding-top: 0;
}

.quick-offer-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.7fr);
  gap: clamp(24px, 4vw, 40px);
  padding: clamp(26px, 4vw, 38px);
}

.quick-offer-copy {
  padding-right: clamp(0px, 2vw, 20px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.quick-offer-copy h2 {
  max-width: 360px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 0.98;
  text-transform: uppercase;
}

.quick-offer-copy h2 span {
  display: block;
  color: var(--teal);
}

.quick-offer-copy p:not(.eyebrow) {
  max-width: 330px;
  color: #d7e4ec;
  line-height: 1.65;
}

.offer-benefits {
  display: grid;
  gap: 22px;
  margin-top: 30px;
}

.offer-benefits div {
  display: grid;
  gap: 3px;
  padding-left: 44px;
  position: relative;
}

.offer-benefits div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  border: 2px solid var(--teal);
  border-radius: 50%;
}

.offer-benefits strong {
  color: #fff;
}

.offer-benefits span {
  color: #aebfca;
  font-size: 13px;
}

.offer-form-large {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

.offer-form-large .wide {
  grid-column: 1 / -1;
}

.offer-form-large textarea {
  min-height: 112px;
}

.offer-form-large .btn {
  min-height: 72px;
  display: grid;
  gap: 3px;
  color: #fff;
  font-size: 17px;
}

.offer-form-large .btn small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.financing-form-panel {
  grid-template-columns: 1fr;
}

.financing-only-heading {
  text-align: center;
}

.financing-only-heading .eyebrow {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2.2vw, 28px);
}

.consent-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dce8ef;
  font-size: 13px;
}

.consent-line input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--teal);
}

.about-strip {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto clamp(40px, 6vw, 72px);
  padding: clamp(28px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  border-top: 1px solid rgba(0, 184, 176, 0.32);
}

.about-strip h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  text-transform: uppercase;
}

.about-strip p:last-child {
  color: #cddce4;
  line-height: 1.75;
}

@media (max-width: 1180px) {
  .home-search-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .home-category-more {
    min-height: 150px;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(196px, 0.58fr) minmax(0, 1fr) max-content;
    padding-inline: 14px;
    gap: 10px;
  }

  .main-nav {
    gap: 9px;
    font-size: 10px;
  }

  .brand {
    width: 196px;
  }

  .header-actions .btn {
    min-width: 118px;
    padding: 0 10px;
    font-size: 10px;
  }
}

@media (max-width: 860px) {
  .site-header {
    display: flex;
    min-height: 68px;
  }

  .brand {
    width: 218px;
    height: 52px;
  }

  .main-nav a[aria-current="page"]::after,
  .main-nav a:hover::after {
    display: none;
  }

  .hero-world {
    min-height: 560px;
  }

  .hero-world .hero-bg {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-width: 0;
    object-position: center center;
  }

  .hero-content-center {
    padding-bottom: 72px;
  }

  .hero-motto-center {
    font-size: clamp(34px, 9vw, 52px);
  }

  .home-search-section {
    margin-top: -48px;
  }

  .home-search-panel,
  .quick-offer-panel,
  .about-strip {
    width: calc(100vw - 28px);
  }

  .home-search-form,
  .quick-offer-panel,
  .about-strip {
    grid-template-columns: 1fr;
  }

  .quick-offer-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0 0 20px;
  }
}

@media (max-width: 620px) {
  .home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-form-large {
    grid-template-columns: 1fr;
  }

  .site-footer img {
    width: 210px;
    height: 78px;
  }
}

@media (max-width: 420px) {
  .brand {
    width: 190px;
    height: 48px;
  }

  .home-category-grid {
    grid-template-columns: 1fr;
  }

  .home-category-card {
    min-height: 172px;
  }
}

/* Mockup 1:1 homepage pass */
body {
  background: #020b12;
}

.site-header {
  min-height: 76px;
  height: 76px;
  grid-template-columns: 236px minmax(0, 1fr) 172px;
  gap: 16px;
  padding: 12px 28px 10px;
  background: rgba(2, 12, 18, 0.96);
  border-bottom: 0;
  box-shadow: none;
}

.brand {
  width: 177px;
  height: 52px;
  background: transparent url("assets/paralel-machinery-logo-final-20260722.png?v=20260722-logo-final-1") left center / cover no-repeat;
}

.brand img {
  opacity: 0;
}

.main-nav {
  height: 100%;
  gap: clamp(15px, 1.65vw, 24px);
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.main-nav a {
  min-height: 48px;
  color: #f7fbff;
  text-transform: uppercase;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  color: #00d1cb;
}

.main-nav a[aria-current="page"]::after,
.main-nav a:hover::after {
  bottom: 0;
  height: 2px;
  background: #00d1cb;
}

.header-actions {
  gap: 10px;
  align-items: center;
}

.header-actions .btn {
  min-width: 118px;
  min-height: 36px;
  height: 36px;
  padding: 0 13px;
  border-radius: 5px;
  color: #050b10;
  font-size: 11px;
  font-weight: 950;
  box-shadow: none;
}

.phone-action {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 193, 7, 0.8);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.22);
}

.phone-action .phone-icon {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid #ffc107;
  border-top: 0;
  border-left: 0;
  border-radius: 3px;
  transform: rotate(24deg);
}

.hero-world {
  height: 570px;
  min-height: 0;
  align-items: end;
  overflow: hidden;
  background: #020b12;
}

.hero-world .hero-bg {
  width: 100%;
  height: 490px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.04) contrast(1.03) brightness(0.98);
}

.hero-world .hero-overlay {
  background:
    linear-gradient(180deg, rgba(2, 11, 18, 0) 0%, rgba(2, 11, 18, 0) 66%, rgba(2, 11, 18, 0.34) 82%, rgba(2, 11, 18, 0.86) 100%),
    radial-gradient(ellipse at center bottom, rgba(0, 217, 211, 0.28), transparent 26%);
}

.hero-content-center {
  width: min(980px, calc(100vw - 38px));
  max-width: none;
  padding: 0 0 16px;
}

.hero-motto-center {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.18em;
  max-width: none;
  margin: 0 auto;
  color: inherit;
  font-size: clamp(45px, 5.7vw, 69px);
  line-height: 0.96;
  font-style: italic;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
  mix-blend-mode: normal;
  text-shadow: 0 12px 20px rgba(0, 0, 0, 0.55);
}

.hero-motto-center::after {
  content: "";
  position: absolute;
  left: 25%;
  right: 7%;
  bottom: -20px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(0, 231, 224, 0.55), #06fff6, rgba(0, 231, 224, 0.55), transparent);
  box-shadow:
    0 0 14px rgba(0, 231, 224, 0.8),
    0 0 32px rgba(0, 184, 176, 0.7);
}

.motto-built {
  color: #f4f8fa;
  background: linear-gradient(180deg, #ffffff 18%, #b6c2c9 72%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.motto-performance {
  color: #00c9c1;
  text-shadow:
    0 0 18px rgba(0, 217, 211, 0.48),
    0 10px 24px rgba(0, 0, 0, 0.6);
}

.home-search-section {
  margin-top: 0;
  padding: 18px 0 14px;
  position: relative;
  z-index: 3;
}

.home-search-panel,
.quick-offer-panel {
  width: min(986px, calc(100vw - 38px));
  border: 1px solid rgba(0, 211, 204, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(4, 24, 36, 0.88), rgba(1, 12, 19, 0.93)),
    radial-gradient(circle at 88% 6%, rgba(0, 184, 176, 0.12), transparent 30%);
  box-shadow: none;
}

.home-search-panel {
  padding: 24px 16px 14px;
}

.home-search-panel h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.home-search-form {
  grid-template-columns: repeat(5, minmax(0, 1fr)) 118px;
  gap: 10px;
  margin-bottom: 18px;
}

.home-search-form label,
.field-shell {
  gap: 4px;
}

.home-search-form span,
.field-shell span {
  color: #b7c6ce;
  font-size: 10px;
  line-height: 1;
}

.home-search-form select,
.field-shell select,
.offer-form-large input,
.offer-form-large textarea {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background: rgba(3, 17, 27, 0.78);
  color: #f4fbff;
  font-size: 12px;
}

.home-search-form .btn {
  min-height: 44px;
  border-radius: 4px;
}

.search-submit {
  gap: 9px;
  justify-content: center;
  font-size: 13px;
}

.search-small-icon {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.search-small-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: -6px;
  bottom: -3px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.home-category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) minmax(108px, 0.84fr);
  gap: 8px;
}

.home-category-card,
.home-category-more {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 4px;
  background: rgba(3, 18, 28, 0.82);
}

.home-category-card {
  grid-template-rows: 116px 45px auto auto;
}

.home-category-card img {
  height: 116px;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.02);
}

.category-line-icon {
  width: 36px;
  height: 36px;
  align-self: end;
  justify-self: center;
  margin: 7px auto 0;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.category-line-icon::before,
.category-line-icon::after {
  display: none;
}

.category-icon-excavator { background-image: url("assets/cat-icon-excavatoare.webp"); }
.category-icon-loader { background-image: url("assets/cat-icon-incarcatoare.webp"); }
.category-icon-mini { background-image: url("assets/cat-icon-mini.webp"); }
.category-icon-forklift { background-image: url("assets/cat-icon-stivuitoare.webp"); }
.category-icon-crane { background-image: url("assets/cat-icon-macarale.webp"); }
.category-icon-compactor { background-image: url("assets/cat-icon-compactoare.webp"); }

.home-category-card strong,
.home-category-card span {
  padding: 0 8px;
}

.home-category-card strong {
  margin-top: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 950;
}

.home-category-card span:not(.category-line-icon) {
  margin-top: 7px;
  color: #c4d0d7;
  font-size: 11px;
}

.home-category-more {
  min-height: 230px;
  padding: 18px 10px;
  align-content: center;
}

.home-category-more strong {
  font-size: 12px;
  line-height: 1.2;
}

.search-mark {
  width: 35px;
  height: 35px;
  border-color: #00e6de;
}

.search-mark::after {
  background: #00e6de;
}

.quick-offer-section {
  padding: 0 0 14px;
}

.quick-offer-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  min-height: 480px;
  padding: 28px 18px 16px 30px;
}

.quick-offer-copy {
  min-height: 435px;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.quick-offer-copy::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 170px;
  height: 84px;
  background: url("assets/offer-mark-mockup.webp") left bottom / contain no-repeat;
  opacity: 0.9;
  filter: saturate(1.4);
}

.quick-offer-copy h2 {
  max-width: 250px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 35px;
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.quick-offer-copy h2 span {
  display: block;
  color: #00c9c1;
}

.quick-offer-copy p:not(.eyebrow) {
  max-width: 230px;
  color: #eef6f9;
  font-size: 15px;
  line-height: 1.48;
}

.offer-benefits {
  gap: 17px;
  margin-top: 24px;
}

.offer-benefits div {
  gap: 2px;
  min-height: 32px;
  padding-left: 44px;
}

.offer-benefits div::before {
  width: 26px;
  height: 26px;
  border-color: #00e6de;
}

.offer-benefits strong {
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
}

.offer-benefits span {
  font-size: 12px;
  line-height: 1.25;
}

.offer-form-large {
  gap: 11px 12px;
}

.offer-form-large input,
.offer-form-large textarea {
  padding: 10px 12px;
}

.offer-form-large textarea {
  min-height: 74px;
  resize: vertical;
}

.consent-line {
  gap: 9px;
  color: #e6f0f4;
  font-size: 12px;
}

.consent-line input {
  width: 14px;
  min-height: 14px;
}

.offer-form-large .btn {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 5px 8px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
}

.offer-form-large .btn small {
  grid-column: 1 / -1;
  font-size: 12px;
  line-height: 1.1;
}

.send-icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.send-icon::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.about-strip {
  margin-top: 28px;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 210px minmax(0, 1fr) 160px;
    gap: 12px;
    padding-inline: 20px;
  }

  .main-nav {
    gap: 14px;
    font-size: 11px;
  }

  .brand {
    width: 177px;
  }

  .header-actions .btn {
    min-width: 110px;
    padding-inline: 10px;
    font-size: 10px;
  }

  .phone-action {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: auto;
    min-height: 70px;
  }

  .brand {
    opacity: 1;
  }

  .hero-world {
    height: 520px;
  }

  .hero-world .hero-bg {
    height: 440px;
  }

  .hero-motto-center {
    flex-wrap: wrap;
    gap: 0.1em 0.22em;
    font-size: clamp(38px, 9vw, 58px);
  }

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

  .home-search-form .btn {
    grid-column: 1 / -1;
  }

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

  .quick-offer-panel {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .quick-offer-copy {
    min-height: 0;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand {
    width: 190px;
  }

  .hero-world {
    height: 470px;
  }

  .hero-world .hero-bg {
    height: 390px;
  }

  .home-search-panel,
  .quick-offer-panel {
    width: calc(100vw - 24px);
  }

  .home-search-form,
  .home-category-grid,
  .offer-form-large {
    grid-template-columns: 1fr;
  }
}

.pm-fixed-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 3000;
  width: min(100vw, 1024px);
  height: clamp(44px, 7.2vw, 74px);
  transform: translateX(-50%);
  background: #020b12 url("assets/header-exact-ultrahd.png") top center / 100% auto no-repeat;
}

.pm-fixed-hit {
  position: absolute;
  z-index: 3;
  display: block;
  border: 0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}

.pm-fixed-hit:hover,
.pm-fixed-hit:focus-visible {
  background: rgba(0, 184, 176, 0.12);
  box-shadow: inset 0 -2px 0 rgba(0, 229, 222, 0.95);
}

.pm-fixed-neutralizer {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #020b12;
  color: #f7fbff;
  font-size: clamp(9px, 1.16vw, 12px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.pm-home-hit:hover + .pm-fixed-neutralizer,
.pm-home-hit:focus-visible + .pm-fixed-neutralizer {
  color: #00d6cf;
}

.pm-fixed-phone-cover {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 2;
  width: 4.6%;
  background: #020b12;
  pointer-events: none;
}

.pm-mobile-nav-label {
  display: none;
}

body::before {
  content: none !important;
}

.site-header {
  visibility: hidden !important;
}

body > main,
body > .site-footer {
  width: min(100%, 1024px);
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

body > main {
  background: #071521;
}

.pm-fixed-header::before {
  content: "";
  position: absolute;
  left: 2.9%;
  top: 14%;
  z-index: 2;
  width: 17.7%;
  height: 72%;
  background: #020b12 url("assets/paralel-machinery-logo-final-20260722.png?v=20260722-logo-final-1") center / cover no-repeat;
  pointer-events: none;
}

.pm-fixed-hit:focus-visible,
.top-hotspot:focus-visible {
  background: transparent;
  box-shadow: none;
}

.pm-fixed-neutralizer {
  top: 10% !important;
  height: 90% !important;
  color: #f7fbff !important;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
  font-size: clamp(10px, 1.28vw, 13.4px) !important;
        font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.82);
}

.pm-home-hit:hover + .pm-fixed-neutralizer,
.pm-home-hit:focus-visible + .pm-fixed-neutralizer,
.home-top-link:focus-visible + .home-nav-neutralizer {
  color: #f7fbff !important;
}

@media (max-width: 700px) {
  .pm-fixed-neutralizer,
  .home-nav-neutralizer,
  .pm-fixed-phone-cover,
  .phone-cover {
    display: none !important;
  }

  .pm-fixed-header .pm-mobile-nav-label {
    position: absolute;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: transparent;
    color: #f7fbff;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 7.15px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
    white-space: nowrap;
    overflow: visible;
    transform: scaleX(0.78) !important;
    pointer-events: none;
  }

  .pm-fixed-header .pm-mobile-nav-label.is-active {
    color: #00d6cf;
  }

  .pm-fixed-header .pm-mobile-nav-label.is-active::after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 18%;
    left: 5px;
    height: 2px;
    background: #00d6cf;
    box-shadow: 0 0 9px rgba(0, 229, 222, 0.85);
  }

  .pm-fixed-header {
    height: calc(100vw * 90 / 1100) !important;
    min-height: 0 !important;
    max-height: none !important;
    background: #020b12 url("assets/mobile-home-mockup-20260717-romania.png?v=20260721-romania-map-1") top center / 100vw auto no-repeat !important;
  }

  .pm-fixed-header::before {
    content: "" !important;
    display: block !important;
    left: 2% !important;
    top: 0 !important;
    width: 20.8% !important;
    height: 100% !important;
    background: #020b12 url("assets/paralel-machinery-logo-final-20260722.png?v=20260722-logo-final-1") center / cover no-repeat !important;
  }

  .pm-fixed-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 22.5%;
    z-index: 1;
    width: 63.3%;
    height: 100%;
    background: #020b12;
    pointer-events: none;
  }

  .pm-fixed-hit,
  .pm-fixed-hit:hover,
  .pm-fixed-hit:active,
  .pm-fixed-hit:focus,
  .pm-fixed-hit:focus-visible {
    background: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
    text-indent: -9999px !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none;
  }

  .pm-fixed-header .pm-fixed-hit:first-child {
    left: 2.0% !important;
    top: 0 !important;
    width: 20.8% !important;
    height: 100% !important;
  }

  .pm-fixed-header .pm-home-hit {
    left: 23.80% !important;
    top: 0 !important;
    width: 7.50% !important;
    height: 100% !important;
  }

  .pm-fixed-header .pm-fixed-hit[href="utilaje.html?stare=nou"] {
    left: 32.40% !important;
    top: 0 !important;
    width: 12.40% !important;
    height: 100% !important;
  }

  .pm-fixed-header .pm-fixed-hit[href="utilaje.html?stare=second-hand"] {
    left: 45.90% !important;
    top: 0 !important;
    width: 21.90% !important;
    height: 100% !important;
  }

  .pm-fixed-header .pm-fixed-hit[href="finantare.html"] {
    display: none !important;
  }

  .pm-fixed-header .pm-fixed-hit[data-about-open],
  .pm-fixed-header .pm-fixed-hit[href$="#despre-noi"] {
    left: 68.90% !important;
    top: 0 !important;
    width: 11.50% !important;
    height: 100% !important;
  }

  .pm-fixed-header .pm-fixed-hit[href="#cerere-oferta"],
  .pm-fixed-header .pm-fixed-hit[href$="#cerere-oferta"],
  .pm-fixed-header .pm-fixed-hit[href$="solicita-finantare.html"] {
    left: 81.50% !important;
    top: 12.5% !important;
    width: 16.90% !important;
    height: 75% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #d89200 !important;
    border-radius: 4px !important;
    background: linear-gradient(180deg, #ffc51b, #ffb400) !important;
    color: transparent !important;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
    font-size: 0 !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center;
    text-indent: 0 !important;
    text-transform: uppercase;
    text-shadow: none !important;
    white-space: nowrap;
  }

  .pm-fixed-header .pm-fixed-hit[href="#cerere-oferta"]::before,
  .pm-fixed-header .pm-fixed-hit[href$="#cerere-oferta"]::before,
  .pm-fixed-header .pm-fixed-hit[href$="solicita-finantare.html"]::before {
    content: "CERERE OFERTA";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #050b10;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 7.15px;
    font-weight: 900;
    line-height: 1;
    transform: scaleX(0.85);
    transform-origin: center;
  }
}

/* Desktop navigation: tighter spacing and one consistent text weight. */
@media (min-width: 701px) {
  .pm-fixed-header::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 95.4%;
    height: 100%;
    background: #020b12;
    pointer-events: none;
  }

  .pm-fixed-header > .pm-fixed-neutralizer {
    display: none !important;
  }

  .pm-fixed-header > .pm-fixed-hit:not(:first-child) {
    z-index: 3;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 18% !important;
    height: 64% !important;
    border: 0;
    border-radius: 0;
    background: #020b12 !important;
    color: #f7fbff !important;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center;
    text-decoration: none !important;
    text-indent: 0 !important;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.82);
    white-space: nowrap;
    overflow: hidden;
  }

  .pm-fixed-header > .pm-home-hit {
    left: 25.05% !important;
    width: 7.5% !important;
    box-shadow: none !important;
  }

  .pm-fixed-header > .pm-home-hit:hover,
  .pm-fixed-header > .pm-home-hit:focus-visible {
    color: #00d6cf !important;
    box-shadow: none !important;
  }

  .pm-fixed-header > .pm-fixed-hit[href="utilaje.html?stare=nou"] {
    left: 33.61% !important;
    width: 12.1% !important;
  }

  .pm-fixed-header > .pm-fixed-hit[href="utilaje.html?stare=second-hand"] {
    left: 46.56% !important;
    width: 20.0% !important;
  }

  .pm-fixed-header > .pm-fixed-hit[href="finantare.html"] {
    display: none !important;
  }

  .pm-fixed-header > .pm-fixed-hit[data-about-open],
  .pm-fixed-header > .pm-fixed-hit[href$="#despre-noi"] {
    left: 67.9% !important;
    width: 10.7% !important;
  }

  .pm-fixed-header > .pm-fixed-hit[href="#cerere-oferta"],
  .pm-fixed-header > .pm-fixed-hit[href$="#cerere-oferta"],
  .pm-fixed-header > .pm-fixed-hit[href$="solicita-finantare.html"] {
    left: 79.7% !important;
    width: 15.3% !important;
    border: 1px solid #d89200;
    border-radius: 5px;
    background: linear-gradient(180deg, #ffc51b, #ffb400) !important;
    color: #050b10 !important;
    text-shadow: none;
  }

  .pm-fixed-header > .pm-fixed-hit:not(:first-child):not([href="#cerere-oferta"]):not([href$="#cerere-oferta"]):not([href$="solicita-finantare.html"]):hover,
  .pm-fixed-header > .pm-fixed-hit:not(:first-child):not([href="#cerere-oferta"]):not([href$="#cerere-oferta"]):not([href$="solicita-finantare.html"]):focus-visible {
    background: #020b12 !important;
    color: #00d6cf !important;
    box-shadow: inset 0 -2px 0 rgba(0, 229, 222, 0.95) !important;
  }
}
