:root {
  --premium-ink: #101216;
  --premium-charcoal: #1b1f24;
  --premium-steel: #46515d;
  --premium-silver: #e9edf0;
  --premium-ice: #f4f7f8;
  --premium-red: #d31720;
  --premium-red-dark: #8c1116;
  --premium-cyan: #007f8e;
  --premium-gold: #ad7b2e;
  --premium-white: #ffffff;
  --premium-line: rgba(16, 18, 22, 0.14);
  --premium-shadow: 0 28px 80px rgba(16, 18, 22, 0.16);
  --max: 1360px;
}

.site-header--premium *,
main *,
.footer--premium * {
  letter-spacing: 0 !important;
}

body {
  background: var(--premium-white);
}

.container {
  width: min(calc(100% - 64px), var(--max));
}

.site-header--premium {
  background: rgba(255, 255, 255, 0.985);
  border-bottom-color: rgba(16, 18, 22, 0.12);
}

.site-header--premium .utility {
  background: var(--premium-ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header--premium .utility__inner {
  min-height: 40px;
}

.site-header--premium .utility__service span,
.site-header--premium .utility__links > a {
  font-size: 11px;
  font-weight: 800;
  opacity: 0.92;
}

.site-header--premium .utility__links {
  gap: 18px;
}

.language-switch {
  height: 28px;
  display: inline-grid;
  grid-auto-flow: column;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 3px;
  overflow: hidden;
}

.language-switch a {
  min-width: 34px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.72);
  border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 10px;
  font-weight: 900;
}

.language-switch a:last-child {
  border-inline-end: 0;
}

.language-switch a[aria-current="true"] {
  color: var(--premium-ink);
  background: var(--premium-white);
}

.site-header--premium .main-nav__inner {
  min-height: 116px;
  gap: 18px;
}

.brand--premium {
  min-width: 310px;
  gap: 14px;
}

.brand--premium .brand__mark {
  width: 228px;
  height: 88px;
  object-fit: contain;
  filter: saturate(1.2) contrast(1.12) drop-shadow(0 8px 14px rgba(16, 18, 22, 0.1));
}

.brand--premium .brand__copy {
  padding-inline-start: 12px;
}

.brand--premium .brand__copy span {
  font-size: 18px;
}

.brand--premium .brand__copy small {
  font-size: 14px;
}

.site-header--premium .nav-menu {
  gap: clamp(12px, 1.35vw, 22px);
}

.site-header--premium .nav-menu a {
  padding-block: 36px;
  font-size: 12px;
  font-weight: 850;
}

.site-header--premium .nav-menu a::after {
  bottom: 25px;
  height: 2px;
}

.site-header--premium .nav-action {
  min-width: 124px;
  min-height: 50px;
  background: var(--premium-red);
  box-shadow: 0 16px 36px rgba(211, 23, 32, 0.24);
}

.nav-menu__languages {
  display: none;
}

.hero--premium {
  min-height: calc(100svh - 62px);
  max-height: 930px;
  padding-top: var(--header);
  align-items: end;
  isolation: isolate;
}

.hero--premium .hero__image {
  object-position: 58% 48%;
  transform: scale(1.01);
}

.hero--premium .hero__veil,
.page-hero--premium .page-hero__veil,
.product-hero__veil {
  background: rgba(9, 11, 14, 0.62);
}

.hero__technical-lines {
  position: absolute;
  inset: var(--header) 0 0;
  z-index: 1;
  pointer-events: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 1px 0 rgba(255, 255, 255, 0.08),
    inset -1px 0 rgba(255, 255, 255, 0.08);
}

.hero__technical-lines::before,
.hero__technical-lines::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
}

.hero__technical-lines::before {
  left: calc((100% - min(calc(100% - 64px), var(--max))) / 2);
  top: 0;
  width: 1px;
  height: 100%;
}

.hero__technical-lines::after {
  left: 0;
  right: 0;
  bottom: 104px;
  height: 1px;
}

.hero--premium .hero__content {
  z-index: 3;
  padding-block: 86px 62px;
  max-width: none;
}

.hero--premium .hero__content > .eyebrow,
.page-hero--premium .eyebrow,
.product-hero .eyebrow {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero--premium .hero__content > .eyebrow::before,
.page-hero--premium .eyebrow::before,
.product-hero .eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  display: inline-block;
  margin-inline-end: 12px;
  vertical-align: middle;
  background: var(--premium-red);
}

.hero--premium h1 {
  max-width: 880px;
  margin: 12px 0 20px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(58px, 7.2rem, 112px);
  font-weight: 800;
  line-height: 0.94;
  text-wrap: balance;
}

.hero--premium .hero__lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.55;
}

.hero--premium .hero__actions,
.page-hero--premium .hero__actions,
.product-hero .hero__actions {
  margin-top: 28px;
}

.hero--premium .btn,
.page-hero--premium .btn,
.product-hero .btn {
  min-height: 54px;
  padding-inline: 22px;
}

.btn--primary {
  background: var(--premium-red);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: var(--premium-red-dark);
}

.btn--light {
  color: var(--premium-ink);
  background: var(--premium-white);
}

.btn--outline {
  color: var(--premium-ink);
  border: 1px solid var(--premium-ink);
  background: transparent;
}

.partner-lockup {
  min-height: 88px;
  display: grid;
  grid-template-columns: 142px minmax(180px, 280px);
  align-items: center;
  gap: 20px;
  width: fit-content;
  margin-top: 28px;
  padding: 14px 20px;
  color: var(--premium-steel);
  background: var(--premium-white);
  border-left: 4px solid var(--premium-red);
  box-shadow: 0 20px 56px rgba(16, 18, 22, 0.18);
}

[dir="rtl"] .partner-lockup {
  border-left: 0;
  border-right: 4px solid var(--premium-red);
}

.partner-lockup > span {
  font-size: 11px;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase;
}

.partner-lockup img {
  width: 100%;
  max-height: 52px;
  object-fit: contain;
}

.partner-lockup--dark {
  color: rgba(255, 255, 255, 0.76);
  background: rgba(16, 18, 22, 0.86);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.partner-lockup--footer {
  grid-template-columns: 110px minmax(150px, 210px);
  min-height: 68px;
  margin-top: 24px;
  padding: 10px 14px;
  box-shadow: none;
}

.finder--premium {
  position: relative;
  z-index: 6;
  margin-top: 0;
  background: var(--premium-white);
  border-bottom: 1px solid var(--premium-line);
}

.finder--premium .finder__inner {
  min-height: 112px;
  padding-block: 20px;
  grid-template-columns: minmax(300px, 1.1fr) 1fr;
}

.finder--premium .finder__title strong {
  max-width: 520px;
  font-size: 18px;
}

.finder--premium .finder__links a {
  min-height: 70px;
}

.section {
  padding-block: 110px;
}

.section-kicker,
.section-head .section-kicker {
  color: var(--premium-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-head {
  max-width: 900px;
  margin-bottom: 52px;
}

.section-head--row {
  max-width: none;
  align-items: end;
  gap: 40px;
}

.section-head--row > div {
  max-width: 880px;
}

.section-head h2,
.manufacturer-proof__copy h2,
.decision-band h2,
.catalog-ledger h2,
.product-hero h1,
.identity-ledger h2,
.warranty-band h2,
.group-bridge h2,
.reference-integrity h2,
.office-record h2,
.contact-copy h2 {
  margin: 8px 0 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 1.05;
  text-wrap: balance;
}

.section-head h2,
.manufacturer-proof__copy h2,
.decision-band h2,
.catalog-ledger h2,
.warranty-band h2,
.group-bridge h2,
.contact-copy h2 {
  font-size: clamp(38px, 3.4rem, 58px);
}

.section-head > p:not(.section-kicker),
.section-head > div > p:not(.section-kicker),
.manufacturer-proof__copy > p,
.catalog-ledger__grid > div > p,
.group-bridge__grid > div > p,
.contact-copy > p {
  color: var(--premium-steel);
  font-size: 18px;
  line-height: 1.7;
}

.premium-products {
  background: var(--premium-ice);
}

.premium-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--premium-line);
  border-left: 1px solid var(--premium-line);
}

.premium-product-card {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(300px, 1.08fr);
  background: var(--premium-white);
  border-right: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
  overflow: hidden;
}

.premium-product-card__visual {
  position: relative;
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 34px 22px;
  background: #edf1f3;
  overflow: hidden;
}

.premium-product-card:nth-child(3n + 2) .premium-product-card__visual {
  background: #e7eceb;
}

.premium-product-card:nth-child(3n + 3) .premium-product-card__visual {
  background: #f0eeea;
}

.premium-product-card__visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(16, 18, 22, 0.12);
  pointer-events: none;
}

.premium-product-card__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 260px;
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 26px 24px rgba(16, 18, 22, 0.22));
  transition: transform 280ms ease;
}

.premium-product-card:hover .premium-product-card__visual img {
  transform: translateY(-7px);
}

.premium-product-card__body {
  display: flex;
  flex-direction: column;
  padding: 38px 32px 30px;
}

.premium-product-card__body > span {
  color: var(--premium-red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-product-card__body h3 {
  margin: 10px 0 14px;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
}

.premium-product-card__body > p {
  margin: 0 0 22px;
  color: var(--premium-steel);
  font-size: 14px;
  line-height: 1.65;
}

.premium-product-card dl {
  margin: auto 0 18px;
  border-top: 1px solid var(--premium-line);
}

.premium-product-card dl div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--premium-line);
}

.premium-product-card dt {
  color: var(--premium-red);
  font-size: 11px;
  font-weight: 900;
}

.premium-product-card dd {
  margin: 0;
  color: var(--premium-steel);
  font-size: 13px;
}

.premium-product-card__body > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  color: var(--premium-ink);
  font-size: 13px;
  font-weight: 900;
}

.premium-product-card__body > a svg {
  width: 18px;
  height: 18px;
  color: var(--premium-red);
}

.manufacturer-proof {
  color: var(--premium-white);
  background: var(--premium-ink);
}

.manufacturer-proof__grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(420px, 1.08fr);
  min-height: 800px;
}

.manufacturer-proof__visual {
  position: relative;
  min-height: 800px;
  overflow: hidden;
}

.manufacturer-proof__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 18, 22, 0.16);
}

.manufacturer-proof__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manufacturer-proof__visual > span {
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: 26px;
  padding: 8px 10px;
  color: var(--premium-ink);
  background: var(--premium-white);
  font-size: 11px;
  font-weight: 900;
}

[dir="rtl"] .manufacturer-proof__visual > span {
  right: 26px;
  left: auto;
}

.manufacturer-proof__copy {
  align-self: center;
  padding: 82px 72px;
}

.manufacturer-proof__copy .section-kicker {
  color: #ff5960;
}

.manufacturer-proof__copy h2 {
  color: var(--premium-white);
}

.manufacturer-proof__copy > p {
  color: rgba(255, 255, 255, 0.7);
}

.proof-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
}

.manufacturer-proof .text-link,
.manufacturer-proof .text-link svg {
  color: var(--premium-white);
}

.assurance-preview {
  background: var(--premium-white);
}

.assurance-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 36px;
  border-top: 1px solid var(--premium-line);
  border-left: 1px solid var(--premium-line);
}

.assurance-rail article {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
}

.assurance-rail article > span {
  color: var(--premium-red);
  font-size: 12px;
  font-weight: 900;
}

.assurance-rail article > svg {
  width: 34px;
  height: 34px;
  margin: 64px 0 24px;
  color: var(--premium-cyan);
}

.assurance-rail h3 {
  margin: 0 0 10px;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
}

.assurance-rail p {
  margin: 0;
  color: var(--premium-steel);
  font-size: 14px;
}

.project-evidence {
  background: var(--premium-ice);
}

.project-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--premium-line);
  border: 1px solid var(--premium-line);
}

.project-proof {
  min-height: 570px;
  display: grid;
  grid-template-rows: 330px 1fr;
  background: var(--premium-white);
}

.project-proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-proof > div {
  padding: 26px 30px 30px;
}

.project-proof span,
.project-proof small {
  color: var(--premium-red);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.project-proof h3 {
  margin: 8px 0 10px;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  line-height: 1.15;
}

.project-proof p {
  margin: 0 0 18px;
  color: var(--premium-steel);
}

.project-proof small {
  color: var(--premium-steel);
  text-transform: none;
}

.evidence-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 10px 14px;
  color: var(--premium-white);
  background: var(--premium-ink);
  font-size: 11px;
  font-weight: 850;
  text-align: center;
}

.catalog-ledger {
  padding-block: 100px;
  color: var(--premium-white);
  background: #20262b;
}

.catalog-ledger__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(460px, 1.18fr);
  gap: 100px;
  align-items: center;
}

.catalog-ledger .section-kicker {
  color: #55c1ca;
}

.catalog-ledger h2 {
  color: var(--premium-white);
}

.catalog-ledger__grid > div > p {
  color: rgba(255, 255, 255, 0.68);
}

.catalog-ledger__list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.catalog-ledger__list a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.catalog-ledger__list span {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.catalog-ledger__list strong {
  font-size: 18px;
}

.catalog-ledger__list svg {
  color: #55c1ca;
}

.contact-section--premium {
  padding-block: 110px;
  background: var(--premium-white);
}

.contact-section--premium .contact-section__inner {
  grid-template-columns: minmax(360px, 0.8fr) minmax(520px, 1.2fr);
  gap: 90px;
  align-items: start;
}

.contact-section--premium address {
  margin-top: 28px;
  padding-top: 24px;
  color: var(--premium-steel);
  border-top: 1px solid var(--premium-line);
  font-size: 14px;
  font-style: normal;
}

.quote-form--premium {
  padding: 38px;
  border: 1px solid var(--premium-line);
  border-radius: 2px;
  background: var(--premium-ice);
  box-shadow: 0 26px 70px rgba(16, 18, 22, 0.1);
}

.quote-form--premium label > span {
  color: var(--premium-steel);
}

.quote-form--premium input,
.quote-form--premium select,
.quote-form--premium textarea {
  border-color: rgba(16, 18, 22, 0.2);
  border-radius: 2px;
  background: var(--premium-white);
}

.form-ack {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 12px;
  margin: 18px 0 20px;
}

.form-ack input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--premium-red);
}

.form-ack > span {
  display: grid;
  gap: 3px;
  color: var(--premium-ink) !important;
  font-size: 13px;
}

.form-ack a {
  text-decoration: underline;
  text-decoration-color: rgba(211, 23, 32, 0.45);
  text-underline-offset: 3px;
}

.form-ack small {
  color: var(--premium-steel);
  font-size: 11px;
  line-height: 1.45;
}

.page-hero--premium {
  min-height: 730px;
  max-height: 850px;
  padding-top: var(--header);
  align-items: end;
}

.page-hero--premium .page-hero__image {
  object-position: center 42%;
}

.page-hero--premium .page-hero__content {
  padding-block: 90px 72px;
}

.page-hero--premium .breadcrumb {
  margin-bottom: 34px;
}

.page-hero--premium h1 {
  max-width: 1000px;
  margin: 10px 0 20px;
  font-size: clamp(54px, 5.2rem, 84px);
  line-height: 0.98;
}

.page-hero--premium .page-hero__content > p:not(.breadcrumb, .eyebrow) {
  max-width: 790px;
  font-size: 20px;
}

.product-hero {
  position: relative;
  min-height: 850px;
  padding-top: var(--header);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--premium-white);
  background: var(--premium-ink);
}

.product-hero__scene,
.product-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-hero__scene {
  object-fit: cover;
  object-position: 56% center;
}

.product-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(340px, 0.76fr);
  align-items: end;
  gap: 50px;
}

.product-hero__copy {
  padding: 88px 0 74px;
}

.product-hero h1 {
  max-width: 850px;
  margin: 12px 0 20px;
  color: var(--premium-white);
  font-size: clamp(54px, 5rem, 82px);
}

.product-hero__copy > p:not(.breadcrumb, .eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.product-hero__visual {
  height: 650px;
  display: grid;
  align-items: end;
  justify-items: center;
}

.product-hero__visual img {
  max-width: 100%;
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 38px 34px rgba(0, 0, 0, 0.42));
}

.product-hero__facts {
  max-width: 680px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 34px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.product-hero__facts div {
  padding: 16px 20px 0 0;
}

[dir="rtl"] .product-hero__facts div {
  padding: 16px 0 0 20px;
}

.product-hero__facts dt {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.product-hero__facts dd {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 800;
}

.product-specs {
  background: var(--premium-white);
}

.spec-table-wrap {
  width: 100%;
  overflow: auto;
  border: 1px solid var(--premium-line);
  scrollbar-color: var(--premium-steel) var(--premium-silver);
}

.spec-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: var(--premium-white);
}

.spec-table th,
.spec-table td {
  padding: 15px 16px;
  border-right: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
  text-align: start;
  font-size: 13px;
  white-space: nowrap;
}

.spec-table th:last-child,
.spec-table td:last-child {
  border-right: 0;
}

[dir="rtl"] .spec-table th,
[dir="rtl"] .spec-table td {
  border-right: 0;
  border-left: 1px solid var(--premium-line);
}

.spec-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: var(--premium-white);
  background: var(--premium-ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.spec-table tbody th {
  color: var(--premium-red);
  font-weight: 900;
  background: var(--premium-ice);
}

.spec-table tbody tr:hover td {
  background: #f8fafb;
}

.table-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0 0;
  color: var(--premium-steel);
  font-size: 12px;
}

.table-note svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: var(--premium-cyan);
}

.selection-zone {
  color: var(--premium-white);
  background: var(--premium-ink);
}

.selection-zone__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.selection-zone__grid > div {
  padding: 54px;
  background: var(--premium-ink);
}

.selection-zone h2 {
  margin: 8px 0 34px;
  font-family: "Manrope", sans-serif;
  font-size: 38px;
  line-height: 1.08;
}

.check-list,
.number-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.check-list svg {
  width: 19px;
  height: 19px;
  color: #55c1ca;
}

.number-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.number-list span {
  color: #55c1ca;
  font-size: 12px;
  font-weight: 900;
}

.source-strip {
  padding-block: 60px;
  background: var(--premium-silver);
}

.source-strip__inner {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 50px;
}

.source-strip__inner > img {
  max-height: 70px;
  object-fit: contain;
}

.source-strip__inner h2 {
  margin: 4px 0 8px;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
}

.source-strip__inner p {
  margin: 0;
  color: var(--premium-steel);
}

.identity-ledger {
  background: var(--premium-white);
}

.identity-ledger__grid {
  display: grid;
  grid-template-columns: minmax(440px, 1fr) minmax(440px, 0.9fr);
  gap: 90px;
  align-items: start;
}

.identity-ledger h2 {
  font-size: 48px;
}

.identity-ledger__cn {
  margin: -6px 0 32px;
  color: var(--premium-steel);
  font-size: 20px;
}

.identity-ledger dl {
  margin: 0;
  border-top: 1px solid var(--premium-line);
}

.identity-ledger dl div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--premium-line);
}

.identity-ledger dt {
  color: var(--premium-steel);
  font-size: 12px;
  font-weight: 850;
}

.identity-ledger dd {
  margin: 0;
  font-size: 14px;
}

.official-evidence {
  padding: 42px;
  border: 1px solid var(--premium-line);
  border-top: 5px solid var(--premium-red);
  background: var(--premium-ice);
  box-shadow: var(--premium-shadow);
}

.official-evidence__status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--premium-cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.official-evidence__status svg {
  width: 18px;
}

.official-evidence > img {
  width: 100%;
  max-width: 330px;
  margin: 50px auto 34px;
}

.official-evidence blockquote {
  margin: 0;
  padding: 22px 0;
  border-top: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.official-evidence p {
  color: var(--premium-steel);
}

.official-evidence > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--premium-red);
  font-size: 13px;
  font-weight: 900;
}

.official-evidence > a svg {
  width: 17px;
}

.partnership-roles {
  padding-block: 100px;
  color: var(--premium-white);
  background: var(--premium-ink);
}

.partnership-roles .section-head h2 {
  color: var(--premium-white);
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.role-grid article {
  min-height: 420px;
  padding: 46px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.role-grid article > span {
  display: block;
  margin-bottom: 86px;
  color: #55c1ca;
  font-size: 13px;
  font-weight: 900;
}

.role-grid h3 {
  margin: 0 0 24px;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
}

.role-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.role-grid li {
  padding: 11px 0;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--premium-line);
  border-left: 1px solid var(--premium-line);
}

.document-grid a {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-right: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
}

.document-grid a > svg {
  width: 36px;
  height: 36px;
  margin-bottom: 80px;
  color: var(--premium-cyan);
}

.document-grid span {
  color: var(--premium-red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.document-grid strong {
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
}

.evidence-disclaimer,
.legal-qualification {
  margin-top: 24px;
  padding: 18px 20px;
  color: var(--premium-steel);
  border-left: 4px solid var(--premium-gold);
  background: #f5f1e9;
  font-size: 13px;
  line-height: 1.6;
}

[dir="rtl"] .evidence-disclaimer,
[dir="rtl"] .legal-qualification {
  border-left: 0;
  border-right: 4px solid var(--premium-gold);
}

.group-bridge {
  background: var(--premium-silver);
}

.group-bridge__grid {
  min-height: 750px;
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(420px, 1.12fr);
}

.group-bridge__grid > img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  object-position: center;
}

.group-bridge__grid > div {
  align-self: center;
  padding: 72px;
}

.group-bridge address,
.office-record address {
  margin: 24px 0;
  color: var(--premium-steel);
  font-style: normal;
}

.status-ledger {
  background: var(--premium-white);
}

.status-table {
  border-top: 1px solid var(--premium-line);
  border-left: 1px solid var(--premium-line);
}

.status-table > div {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 0.7fr;
  align-items: center;
  min-height: 76px;
  border-right: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
}

.status-table > div > * {
  padding: 14px 20px;
}

.status-table__head {
  min-height: 48px !important;
  color: var(--premium-white);
  background: var(--premium-ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.status-table strong {
  font-size: 14px;
}

.status-table span {
  color: var(--premium-steel);
  font-size: 13px;
}

.status {
  width: fit-content;
  border-radius: 2px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.status--verified {
  color: #0b625c;
  background: #e3f3f1;
}

.status--order {
  color: #7b5018;
  background: #f5ead8;
}

.status--process {
  color: #3d536b;
  background: #e7edf2;
}

.warranty-band {
  padding-block: 105px;
  color: var(--premium-white);
  background: #20262b;
}

.warranty-band__grid {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(360px, 0.8fr);
  gap: 100px;
  align-items: center;
}

.warranty-band h2 {
  color: var(--premium-white);
}

.warranty-band__grid > div:first-child > p:not(.section-kicker, .legal-qualification) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.warranty-band .legal-qualification {
  color: rgba(255, 255, 255, 0.72);
  background: rgba(173, 123, 46, 0.16);
}

.warranty-band .text-link {
  margin-top: 24px;
  color: var(--premium-white);
}

.warranty-band__marks {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.warranty-band__marks div {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.warranty-band__marks strong {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
}

.warranty-band__marks span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.delivery-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--premium-line);
}

.delivery-timeline li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 36px;
  padding: 28px 0;
  border-bottom: 1px solid var(--premium-line);
}

.delivery-timeline li > span {
  color: var(--premium-red);
  font-size: 13px;
  font-weight: 900;
}

.delivery-timeline h3 {
  margin: 0 0 6px;
  font-family: "Manrope", sans-serif;
  font-size: 23px;
}

.delivery-timeline p {
  margin: 0;
  color: var(--premium-steel);
}

.after-sales {
  padding-block: 95px;
  color: var(--premium-white);
  background: var(--premium-ink);
}

.after-sales__grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(420px, 1.1fr);
  gap: 100px;
  align-items: center;
}

.after-sales h2 {
  margin: 8px 0 16px;
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  line-height: 1.05;
}

.after-sales p {
  color: rgba(255, 255, 255, 0.68);
}

.after-sales ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.after-sales li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.after-sales li svg {
  width: 22px;
  color: #55c1ca;
}

.after-sales li span {
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.72);
}

.after-sales li strong {
  color: var(--premium-white);
}

.corporate-story {
  background: var(--premium-white);
}

.corporate-story__grid {
  display: grid;
  grid-template-columns: minmax(480px, 1.1fr) minmax(360px, 0.9fr);
  gap: 100px;
  align-items: start;
}

.corporate-story__grid h2 {
  margin: 8px 0 18px;
  font-family: "Manrope", sans-serif;
  font-size: 54px;
  line-height: 1.04;
}

.corporate-story__grid > div:first-child > p:not(.section-kicker) {
  color: var(--premium-steel);
  font-size: 18px;
  line-height: 1.75;
}

.identity-facts {
  margin: 36px 0 0;
  border-top: 1px solid var(--premium-line);
}

.identity-facts div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--premium-line);
}

.identity-facts dt {
  color: var(--premium-steel);
  font-size: 12px;
  font-weight: 850;
}

.identity-facts dd {
  margin: 0;
  font-size: 13px;
}

.team-evidence {
  justify-self: end;
  width: min(100%, 442px);
}

.team-evidence img {
  width: 442px;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--premium-line);
}

.team-evidence p {
  margin: 12px 0 0;
  color: var(--premium-steel);
  font-size: 11px;
  line-height: 1.5;
}

.group-capabilities {
  padding-block: 100px;
  color: var(--premium-white);
  background: var(--premium-ink);
}

.group-capabilities .section-head h2 {
  color: var(--premium-white);
}

.link-constellation {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.link-constellation a {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.link-constellation svg {
  width: 34px;
  height: 34px;
  margin-bottom: 90px;
  color: #55c1ca;
}

.link-constellation strong {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
}

.link-constellation span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.reference-integrity {
  padding-block: 90px;
  color: var(--premium-white);
  background: var(--premium-ink);
}

.reference-integrity__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.reference-integrity__grid > div {
  padding: 48px;
  background: var(--premium-ink);
}

.reference-integrity svg {
  width: 38px;
  height: 38px;
  margin-bottom: 56px;
  color: #55c1ca;
}

.reference-integrity h2 {
  color: var(--premium-white);
  font-size: 34px;
}

.reference-integrity p {
  color: rgba(255, 255, 255, 0.68);
}

.group-links {
  padding-block: 70px;
  background: var(--premium-silver);
}

.group-links__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(480px, 1.2fr);
  gap: 80px;
  align-items: center;
}

.group-links h2 {
  margin: 8px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 38px;
}

.group-links__inner > div:last-child {
  border-top: 1px solid var(--premium-line);
}

.group-links__inner > div:last-child a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--premium-line);
  font-weight: 850;
}

.group-links svg {
  width: 18px;
  color: var(--premium-red);
}

.sector-index {
  background: var(--premium-white);
}

.sector-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--premium-line);
  border-left: 1px solid var(--premium-line);
}

.sector-matrix > a {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-right: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
}

.sector-matrix > a > span {
  color: var(--premium-red);
  font-size: 12px;
  font-weight: 900;
}

.sector-matrix > a > svg {
  width: 38px;
  height: 38px;
  margin: 62px 0 24px;
  color: var(--premium-cyan);
}

.sector-matrix h2 {
  margin: 0 0 10px;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  line-height: 1.08;
}

.sector-matrix p {
  color: var(--premium-steel);
  font-size: 14px;
}

.sector-matrix b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--premium-line);
  font-size: 13px;
}

.sector-matrix b svg {
  width: 17px;
  color: var(--premium-red);
}

.decision-band {
  padding-block: 100px;
  color: var(--premium-white);
  background: #20262b;
}

.decision-band__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(520px, 1.2fr);
  gap: 100px;
}

.decision-band h2 {
  color: var(--premium-white);
}

.decision-band ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.decision-band li {
  min-height: 100px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 14px;
}

.decision-band li span {
  color: #55c1ca;
  font-size: 11px;
  font-weight: 900;
}

.service-architecture {
  background: var(--premium-white);
}

.service-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--premium-line);
  border-left: 1px solid var(--premium-line);
}

.service-columns article {
  min-height: 430px;
  padding: 38px;
  border-right: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
}

.service-columns article > span {
  color: var(--premium-red);
  font-size: 12px;
  font-weight: 900;
}

.service-columns h2 {
  margin: 94px 0 26px;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
}

.service-columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-columns li {
  padding: 10px 0;
  color: var(--premium-steel);
  border-bottom: 1px solid var(--premium-line);
}

.service-ticket {
  padding-block: 90px;
  color: var(--premium-white);
  background: var(--premium-ink);
}

.service-ticket__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(520px, 1.2fr);
  gap: 100px;
}

.service-ticket h2 {
  margin: 8px 0 16px;
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  line-height: 1.05;
}

.service-ticket p {
  color: rgba(255, 255, 255, 0.68);
}

.service-ticket .check-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.document-library {
  background: var(--premium-ice);
}

.document-library__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--premium-line);
  background: var(--premium-line);
}

.document-library__grid > a {
  min-height: 600px;
  display: grid;
  grid-template-rows: 330px 1fr;
  background: var(--premium-white);
}

.document-library__grid img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.document-library__grid a > div {
  padding: 30px;
}

.document-library__grid span {
  color: var(--premium-red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.document-library__grid h2 {
  margin: 8px 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
}

.document-library__grid p {
  color: var(--premium-steel);
}

.document-library__grid strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--premium-line);
  font-size: 13px;
}

.document-library__grid strong svg {
  width: 18px;
  color: var(--premium-red);
}

.office-record {
  padding-block: 80px;
  color: var(--premium-white);
  background: var(--premium-ink);
}

.office-record__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.office-record__grid > div {
  padding: 42px;
  background: var(--premium-ink);
}

.office-record h2 {
  color: var(--premium-white);
  font-size: 32px;
}

.office-record p,
.office-record address {
  color: rgba(255, 255, 255, 0.68);
}

.office-record a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #55c1ca;
  font-size: 13px;
  font-weight: 850;
}

.policy-page {
  background: var(--premium-ice);
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 70px;
  align-items: start;
}

.policy-content {
  background: var(--premium-white);
  border: 1px solid var(--premium-line);
}

.policy-content > section {
  padding: 34px 38px;
  border-bottom: 1px solid var(--premium-line);
}

.policy-content > section:last-child {
  border-bottom: 0;
}

.policy-content h2 {
  margin: 0 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
}

.policy-content p {
  margin: 0;
  color: var(--premium-steel);
  line-height: 1.75;
}

.policy-content a {
  color: var(--premium-red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-nav {
  position: sticky;
  top: 180px;
  display: grid;
  border-top: 1px solid var(--premium-line);
}

.policy-nav > * {
  padding: 14px 0;
  border-bottom: 1px solid var(--premium-line);
}

.policy-nav strong {
  color: var(--premium-red);
  font-size: 11px;
  text-transform: uppercase;
}

.policy-nav span,
.policy-nav a {
  color: var(--premium-steel);
  font-size: 13px;
}

.localized-models {
  background: var(--premium-white);
}

.footer--premium {
  padding-top: 88px;
  color: rgba(255, 255, 255, 0.72);
  background: #0b0d10;
}

.footer__masthead {
  display: grid;
  grid-template-columns: minmax(290px, 1.5fr) repeat(4, minmax(140px, 0.72fr));
  gap: 44px;
  padding-bottom: 70px;
}

.footer__brand > p {
  max-width: 400px;
}

.footer--premium .footer__logo {
  color: var(--premium-white);
  font-family: "Manrope", sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer__links h3 {
  margin: 0 0 12px;
  color: var(--premium-white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer__links a,
.footer__links span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.footer__links a:hover {
  color: var(--premium-white);
}

.footer__legal {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 11px;
}

.footer__legal > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer__legal > a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--premium-white);
}

.footer__legal svg {
  width: 16px;
}

/* Rental and group network */
.brand--premium {
  min-width: 300px;
}

.brand--premium .brand__mark {
  width: 292px;
  height: 70px;
  filter: drop-shadow(0 8px 18px rgba(16, 18, 22, 0.1));
}

.site-header--premium .nav-menu {
  gap: clamp(10px, 1.05vw, 18px);
}

.site-header--premium .nav-menu a {
  font-size: 11px;
}

.footer__logo--image {
  display: inline-flex;
  width: min(270px, 100%);
}

.footer__logo--image img {
  width: 100%;
  height: auto;
  filter: none;
}

.btn--whatsapp {
  color: var(--premium-white);
  background: #167851;
}

.btn--whatsapp:hover,
.btn--whatsapp:focus-visible {
  background: #0e5d3d;
}

.finder--rental .finder__inner {
  grid-template-columns: minmax(320px, 1.1fr) 1fr 54px;
  gap: 22px;
}

.finder__call {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  align-self: center;
  color: var(--premium-white);
  background: var(--premium-red);
}

.finder__call span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.finder__call svg {
  width: 21px;
}

.rental-hero {
  position: relative;
  min-height: 860px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: var(--premium-white);
  background: var(--premium-ink);
  isolation: isolate;
}

.rental-hero__scene,
.rental-hero__veil,
.rental-hero__grid-lines {
  position: absolute;
  inset: 0;
}

.rental-hero__scene {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -3;
}

.rental-hero__veil {
  z-index: -2;
  background: rgba(8, 10, 13, 0.75);
}

.rental-hero__grid-lines {
  z-index: -1;
  width: min(calc(100% - 64px), var(--max));
  margin-inline: auto;
  border-inline: 1px solid rgba(255, 255, 255, 0.12);
}

.rental-hero__grid-lines::after {
  content: "";
  position: absolute;
  inset: auto 0 96px;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.rental-hero__inner {
  min-height: 860px;
  display: grid;
  grid-template-columns: minmax(560px, 1.14fr) minmax(360px, 0.86fr);
  gap: 80px;
  align-items: end;
  padding-top: calc(var(--header) + 120px);
  padding-bottom: 84px;
}

.rental-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 830px;
}

.rental-hero .breadcrumb {
  display: flex;
  gap: 9px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.rental-hero .breadcrumb a {
  color: var(--premium-white);
}

.rental-hero .eyebrow {
  color: #f6bd18;
}

.rental-hero h1 {
  max-width: 13ch;
  margin: 18px 0 24px;
  color: var(--premium-white);
  font-family: "Manrope", sans-serif;
  font-size: 78px;
  line-height: 0.98;
}

.rental-hero__copy > p:not(.breadcrumb, .eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.65;
}

.rental-hero .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.rental-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.rental-hero__facts span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.rental-hero__facts svg {
  width: 16px;
  color: #f6bd18;
}

.rental-hero__product {
  position: relative;
  min-height: 530px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.rental-hero__product::before {
  content: "";
  position: absolute;
  inset: 16% 4% 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 0;
}

.rental-hero__product > span {
  position: absolute;
  top: 19%;
  right: 8%;
  z-index: 2;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

[dir="rtl"] .rental-hero__product > span {
  right: auto;
  left: 8%;
}

.rental-hero__product img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 32px 36px rgba(0, 0, 0, 0.44));
}

.rental-intro {
  padding-block: 110px;
  background: var(--premium-white);
}

.rental-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(330px, 0.54fr);
  gap: 110px;
  align-items: start;
}

.rental-intro h2,
.rental-criteria h2,
.rental-faq h2,
.group-network h2,
.product-rental-cta h2 {
  margin: 10px 0 22px;
  font-family: "Manrope", sans-serif;
  font-size: 42px;
  line-height: 1.12;
}

.rental-intro__grid > div > p:not(.section-kicker) {
  max-width: 820px;
  color: var(--premium-steel);
  font-size: 17px;
  line-height: 1.75;
}

.rental-call-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px;
  color: var(--premium-white);
  background: var(--premium-ink);
  border-top: 5px solid var(--premium-red);
}

.rental-call-panel > svg {
  width: 34px;
  height: 34px;
  margin-bottom: 54px;
  color: #f6bd18;
}

.rental-call-panel > span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.rental-call-panel > a:not(.btn) {
  margin: 8px 0 16px;
  color: var(--premium-white);
  font-family: "Manrope", sans-serif;
  font-size: 29px;
  font-weight: 800;
}

.rental-call-panel p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.rental-call-panel .btn {
  margin-top: 20px;
}

.rental-criteria {
  padding-block: 100px;
  background: var(--premium-silver);
}

.rental-criteria__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(16, 18, 22, 0.18);
  border: 1px solid rgba(16, 18, 22, 0.18);
}

.rental-criteria article {
  min-height: 540px;
  padding: 56px;
  background: var(--premium-white);
}

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

.rental-family-card {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--premium-line);
  background: var(--premium-white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.rental-family-card:hover,
.rental-family-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: var(--premium-shadow);
}

.rental-family-card > div {
  height: 270px;
  display: grid;
  place-items: center;
  margin: -28px -28px 28px;
  background: var(--premium-ice);
  overflow: hidden;
}

.rental-family-card img {
  max-width: 82%;
  max-height: 230px;
  object-fit: contain;
}

.rental-family-card > span {
  color: var(--premium-red);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.rental-family-card h3 {
  margin: 12px 0;
  font-family: "Manrope", sans-serif;
  font-size: 27px;
}

.rental-family-card p {
  color: var(--premium-steel);
}

.rental-family-card b {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--premium-line);
  font-size: 12px;
}

.rental-family-card b svg {
  width: 16px;
  color: var(--premium-red);
}

.rental-process {
  padding-block: 105px;
  color: var(--premium-white);
  background: var(--premium-ink);
}

.rental-process .section-head h2 {
  color: var(--premium-white);
}

.rental-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.rental-process li {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.rental-process li > span {
  color: #f6bd18;
  font-size: 11px;
  font-weight: 900;
}

.rental-process li > svg {
  width: 34px;
  height: 34px;
  margin: 70px 0 24px;
  color: #55c1ca;
}

.rental-process h3 {
  color: var(--premium-white);
  font-size: 22px;
}

.rental-process p {
  color: rgba(255, 255, 255, 0.63);
  font-size: 13px;
}

.rental-area {
  padding-block: 72px;
  color: var(--premium-white);
  background: var(--premium-red);
}

.rental-area__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 80px;
  align-items: center;
}

.rental-area .section-kicker {
  color: #f6d45c;
}

.rental-area h2 {
  margin: 10px 0 16px;
  color: var(--premium-white);
  font-size: 38px;
}

.rental-area p {
  color: rgba(255, 255, 255, 0.8);
}

.rental-area address {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px;
  color: var(--premium-white);
  border: 1px solid rgba(255, 255, 255, 0.36);
  font-style: normal;
  line-height: 1.65;
}

.rental-area address svg {
  flex: 0 0 24px;
}

.rental-faq {
  background: var(--premium-white);
}

.rental-faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(520px, 1.3fr);
  gap: 100px;
  align-items: start;
}

.rental-faq__grid > div:first-child {
  position: sticky;
  top: 170px;
}

.faq-list {
  border-top: 1px solid var(--premium-line);
}

.faq-list details {
  border-bottom: 1px solid var(--premium-line);
}

.faq-list summary {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 24px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary svg {
  width: 20px;
  transition: transform 180ms ease;
}

.faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 760px;
  margin: -4px 48px 28px 0;
  color: var(--premium-steel);
  line-height: 1.75;
}

[dir="rtl"] .faq-list details p {
  margin: -4px 0 28px 48px;
}

.group-network {
  padding-block: 100px;
  background: var(--premium-silver);
}

.group-network__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(16, 18, 22, 0.2);
  border-left: 1px solid rgba(16, 18, 22, 0.2);
}

.group-network__grid > a {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid rgba(16, 18, 22, 0.2);
  border-bottom: 1px solid rgba(16, 18, 22, 0.2);
  background: var(--premium-white);
}

.group-network__grid > a > svg {
  width: 32px;
  height: 32px;
  color: var(--premium-red);
}

.group-network__grid > a > span {
  margin: 58px 0 14px;
  color: var(--premium-gold);
  font-size: 11px;
  font-weight: 900;
}

.group-network h3 {
  margin: 0 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
}

.group-network__grid p {
  color: var(--premium-steel);
  font-size: 13px;
}

.group-network__grid b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-top: auto;
  color: var(--premium-white);
  background: var(--premium-ink);
}

.group-network__grid b svg {
  width: 16px;
}

.product-rental-cta {
  padding-block: 70px;
  color: var(--premium-white);
  background: #24343b;
}

.product-rental-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
}

.product-rental-cta h2 {
  max-width: 900px;
  color: var(--premium-white);
}

.product-rental-cta p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1280px) {
  .brand--premium {
    min-width: 232px;
  }

  .brand--premium .brand__copy {
    display: none;
  }

  .site-header--premium .nav-menu {
    gap: 14px;
  }

  .premium-product-card {
    grid-template-columns: 0.82fr 1.18fr;
  }

  .footer__masthead {
    grid-template-columns: minmax(280px, 1.4fr) repeat(2, minmax(150px, 0.8fr));
  }
}

@media (max-width: 1080px) {
  :root {
    --header: 112px;
  }

  .container {
    width: min(calc(100% - 48px), var(--max));
  }

  .site-header--premium .main-nav__inner {
    min-height: 112px;
  }

  .brand--premium .brand__mark {
    width: 226px;
    height: 84px;
  }

  .site-header--premium .nav-menu {
    inset-block-start: 112px;
    padding: 18px 24px 30px;
  }

  .site-header--premium .nav-menu a {
    padding: 15px 0;
    font-size: 13px;
  }

  .nav-menu__languages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 14px;
    background: var(--premium-line);
    border: 1px solid var(--premium-line);
  }

  .nav-menu__languages a {
    display: grid;
    place-items: center;
    min-height: 44px;
    padding: 0 !important;
    background: var(--premium-white);
    border: 0 !important;
  }

  .nav-menu__languages a[aria-current="true"] {
    color: var(--premium-white);
    background: var(--premium-ink);
  }

  .hero--premium {
    min-height: calc(100svh - 58px);
  }

  .hero--premium .hero__content {
    padding-block: 74px 58px;
  }

  .hero--premium h1 {
    font-size: 72px;
  }

  .premium-product-grid {
    grid-template-columns: 1fr;
  }

  .premium-product-card {
    min-height: 510px;
    grid-template-columns: minmax(260px, 0.82fr) minmax(360px, 1.18fr);
  }

  .manufacturer-proof__grid,
  .group-bridge__grid {
    grid-template-columns: 1fr;
  }

  .manufacturer-proof__visual,
  .group-bridge__grid > img {
    min-height: 520px;
    height: 520px;
  }

  .manufacturer-proof__copy,
  .group-bridge__grid > div {
    padding: 70px 48px;
  }

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

  .catalog-ledger__grid,
  .contact-section--premium .contact-section__inner,
  .warranty-band__grid,
  .after-sales__grid,
  .decision-band__grid,
  .service-ticket__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .product-hero__inner {
    grid-template-columns: minmax(460px, 1.1fr) minmax(300px, 0.9fr);
  }

  .product-hero__visual {
    height: 540px;
  }

  .identity-ledger__grid,
  .corporate-story__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .team-evidence {
    justify-self: start;
  }

  .document-grid,
  .sector-matrix,
  .service-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .source-strip__inner {
    grid-template-columns: 180px 1fr;
  }

  .source-strip__inner .btn {
    grid-column: 2;
    justify-self: start;
  }

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

  .footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 32px), var(--max));
  }

  .brand--premium {
    min-width: 0;
  }

  .brand--premium .brand__mark {
    width: 204px;
    height: 78px;
  }

  .nav-toggle {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .hero--premium {
    min-height: calc(100svh - 58px);
    max-height: none;
  }

  .hero--premium .hero__image {
    object-position: 62% center;
  }

  .hero__technical-lines {
    inset-block-start: var(--header);
  }

  .hero__technical-lines::before {
    left: 16px;
  }

  [dir="rtl"] .hero__technical-lines::before {
    right: 16px;
    left: auto;
  }

  .hero--premium .hero__content {
    padding-block: 52px 34px;
  }

  .hero--premium h1 {
    margin: 9px 0 14px;
    font-size: 51px;
    line-height: 0.98;
  }

  .hero--premium .hero__lead {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .hero--premium .hero__actions,
  .page-hero--premium .hero__actions,
  .product-hero .hero__actions {
    margin-top: 20px;
    gap: 10px;
  }

  .hero--premium .btn,
  .page-hero--premium .btn,
  .product-hero .btn {
    min-height: 48px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .partner-lockup {
    width: 100%;
    min-height: 68px;
    grid-template-columns: 112px 1fr;
    gap: 12px;
    margin-top: 18px;
    padding: 10px 12px;
  }

  .partner-lockup > span {
    font-size: 9px;
  }

  .partner-lockup img {
    max-height: 42px;
  }

  .finder--premium .finder__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-block: 26px;
  }

  .finder--premium .finder__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .finder--premium .finder__links a {
    min-height: 54px;
    border-right: 1px solid var(--premium-line);
    border-bottom: 1px solid var(--premium-line);
  }

  .finder--premium .finder__links a:nth-child(2n) {
    border-right: 0;
  }

  .section,
  .contact-section--premium {
    padding-block: 72px;
  }

  .section-head {
    margin-bottom: 36px;
  }

  .section-head h2,
  .manufacturer-proof__copy h2,
  .decision-band h2,
  .catalog-ledger h2,
  .warranty-band h2,
  .group-bridge h2,
  .contact-copy h2 {
    font-size: 36px;
  }

  .section-head > p:not(.section-kicker),
  .section-head > div > p:not(.section-kicker),
  .manufacturer-proof__copy > p,
  .catalog-ledger__grid > div > p,
  .group-bridge__grid > div > p,
  .contact-copy > p {
    font-size: 16px;
  }

  .premium-product-card {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto;
  }

  .premium-product-card__visual {
    min-height: 300px;
  }

  .premium-product-card__visual img {
    max-width: 220px;
    max-height: 260px;
  }

  .premium-product-card__body {
    min-height: 360px;
    padding: 28px 24px 24px;
  }

  .premium-product-card__body h3 {
    font-size: 25px;
  }

  .manufacturer-proof__visual,
  .group-bridge__grid > img {
    min-height: 390px;
    height: 390px;
  }

  .manufacturer-proof__copy,
  .group-bridge__grid > div {
    padding: 52px 24px;
  }

  .assurance-rail,
  .project-proof-grid,
  .selection-zone__grid,
  .role-grid,
  .document-grid,
  .reference-integrity__grid,
  .sector-matrix,
  .service-columns,
  .document-library__grid,
  .office-record__grid,
  .link-constellation {
    grid-template-columns: 1fr;
  }

  .assurance-rail article {
    min-height: 270px;
  }

  .assurance-rail article > svg {
    margin-top: 44px;
  }

  .project-proof {
    min-height: 510px;
    grid-template-rows: 280px 1fr;
  }

  .project-proof > div {
    padding: 24px;
  }

  .catalog-ledger {
    padding-block: 72px;
  }

  .catalog-ledger__grid {
    gap: 42px;
  }

  .quote-form--premium {
    padding: 22px;
  }

  .page-hero--premium {
    min-height: calc(100svh - 58px);
    max-height: none;
  }

  .page-hero--premium .page-hero__content {
    padding-block: 56px 50px;
  }

  .page-hero--premium .breadcrumb {
    margin-bottom: 22px;
  }

  .page-hero--premium h1 {
    font-size: 48px;
  }

  .page-hero--premium .page-hero__content > p:not(.breadcrumb, .eyebrow) {
    font-size: 17px;
  }

  .product-hero {
    min-height: 940px;
    padding-top: var(--header);
  }

  .product-hero__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .product-hero__copy {
    padding: 48px 0 18px;
  }

  .product-hero h1 {
    font-size: 47px;
  }

  .product-hero__copy > p:not(.breadcrumb, .eyebrow) {
    font-size: 16px;
  }

  .product-hero__visual {
    height: 320px;
  }

  .product-hero__visual img {
    max-height: 310px;
  }

  .product-hero__facts {
    grid-template-columns: 1fr;
  }

  .product-hero__facts div {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .spec-table-wrap::after {
    content: "←  Kaydır  →";
    position: sticky;
    left: 12px;
    display: block;
    width: fit-content;
    margin: 8px 0;
    padding: 5px 8px;
    color: var(--premium-white);
    background: var(--premium-ink);
    font-size: 10px;
    font-weight: 900;
  }

  [dir="rtl"] .spec-table-wrap::after {
    content: "←  اسحب  →";
  }

  .selection-zone__grid > div {
    padding: 36px 24px;
  }

  .selection-zone h2 {
    font-size: 30px;
  }

  .source-strip__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .source-strip__inner > img {
    max-width: 200px;
  }

  .source-strip__inner .btn {
    grid-column: auto;
  }

  .identity-ledger h2,
  .corporate-story__grid h2,
  .after-sales h2,
  .service-ticket h2 {
    font-size: 37px;
  }

  .identity-ledger dl div,
  .identity-facts div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .official-evidence {
    padding: 28px 22px;
  }

  .official-evidence blockquote {
    font-size: 20px;
  }

  .role-grid article {
    min-height: 360px;
    padding: 32px 24px;
  }

  .role-grid article > span {
    margin-bottom: 54px;
  }

  .role-grid h3 {
    font-size: 28px;
  }

  .document-grid a,
  .link-constellation a {
    min-height: 260px;
  }

  .document-grid a > svg,
  .link-constellation svg {
    margin-bottom: 56px;
  }

  .status-table {
    border: 0;
  }

  .status-table__head {
    display: none !important;
  }

  .status-table > div {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 12px;
    padding: 18px;
    border: 1px solid var(--premium-line);
  }

  .status-table > div > * {
    padding: 0;
  }

  .warranty-band__marks div {
    grid-template-columns: 110px 1fr;
  }

  .delivery-timeline li {
    grid-template-columns: 54px 1fr;
    gap: 18px;
  }

  .reference-integrity__grid > div {
    padding: 36px 24px;
  }

  .reference-integrity svg {
    margin-bottom: 38px;
  }

  .group-links__inner,
  .policy-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .group-links__inner {
    gap: 30px;
  }

  .decision-band ol {
    grid-template-columns: 1fr;
  }

  .sector-matrix > a {
    min-height: 320px;
  }

  .sector-matrix > a > svg {
    margin-top: 44px;
  }

  .service-columns article {
    min-height: 340px;
    padding: 30px 24px;
  }

  .service-columns h2 {
    margin-top: 60px;
  }

  .document-library__grid > a {
    min-height: 520px;
    grid-template-rows: 280px 1fr;
  }

  .document-library__grid img {
    height: 280px;
  }

  .policy-content > section {
    padding: 28px 22px;
  }

  .policy-nav {
    position: static;
  }

  .footer__masthead {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer__brand {
    grid-column: auto;
  }

  .footer__legal {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
    padding-block: 24px;
  }
}

@media (max-width: 390px) {
  .brand--premium .brand__mark {
    width: 190px;
  }

  .hero--premium h1,
  .page-hero--premium h1,
  .product-hero h1 {
    font-size: 43px;
  }

  .partner-lockup {
    grid-template-columns: 96px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium-product-card__visual img {
    transition: none;
  }
}

@media (max-width: 1080px) {
  .brand--premium .brand__mark {
    width: 250px;
    height: 64px;
  }

  .rental-hero__inner {
    grid-template-columns: minmax(420px, 1.12fr) minmax(270px, 0.68fr);
    gap: 34px;
  }

  .rental-hero h1 {
    font-size: 64px;
  }

  .rental-hero__product {
    min-height: 440px;
  }

  .rental-hero__product img {
    max-height: 410px;
  }

  .rental-intro__grid,
  .rental-faq__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .rental-call-panel {
    max-width: 560px;
  }

  .rental-faq__grid > div:first-child {
    position: static;
  }

  .rental-process ol,
  .group-network__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .rental-family-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 9px);
  }
}

@media (max-width: 760px) {
  .brand--premium .brand__mark {
    width: 208px;
    height: 54px;
  }

  .finder--rental .finder__inner {
    grid-template-columns: 1fr;
  }

  .finder__call {
    width: 100%;
    height: 48px;
  }

  .finder__call span {
    position: static;
    width: auto;
    height: auto;
    clip: auto;
    margin-inline-start: 8px;
    font-size: 12px;
    font-weight: 900;
  }

  .finder__call {
    grid-auto-flow: column;
    justify-content: center;
  }

  .rental-hero {
    min-height: 920px;
  }

  .rental-hero__grid-lines {
    width: calc(100% - 32px);
  }

  .rental-hero__inner {
    min-height: 920px;
    grid-template-columns: 1fr;
    gap: 20px;
    align-content: end;
    padding-top: calc(var(--header) + 40px);
    padding-bottom: 34px;
  }

  .rental-hero .breadcrumb {
    margin-bottom: 18px;
  }

  .rental-hero h1 {
    max-width: 100%;
    margin: 10px 0 16px;
    font-size: 46px;
    line-height: 1;
  }

  .rental-hero__copy > p:not(.breadcrumb, .eyebrow) {
    font-size: 15px;
    line-height: 1.55;
  }

  .rental-hero .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .rental-hero .btn {
    width: 100%;
    min-height: 50px;
    justify-content: center;
    padding-inline: 12px;
    font-size: 12px;
  }

  .rental-hero__facts {
    gap: 8px 16px;
    margin-top: 20px;
    padding-top: 16px;
  }

  .rental-hero__facts span {
    font-size: 9px;
  }

  .rental-hero__product {
    min-height: 230px;
    order: -1;
    justify-content: flex-end;
  }

  .rental-hero__product::before {
    inset: 4% 0 0 28%;
  }

  [dir="rtl"] .rental-hero__product::before {
    inset: 4% 28% 0 0;
  }

  .rental-hero__product > span {
    top: 9%;
  }

  .rental-hero__product img {
    max-width: 72%;
    max-height: 230px;
  }

  .rental-intro,
  .rental-criteria,
  .rental-process,
  .group-network {
    padding-block: 72px;
  }

  .rental-intro__grid {
    gap: 38px;
  }

  .rental-intro h2,
  .rental-criteria h2,
  .rental-faq h2,
  .group-network h2,
  .product-rental-cta h2 {
    font-size: 34px;
  }

  .rental-intro__grid > div > p:not(.section-kicker) {
    font-size: 15px;
  }

  .rental-call-panel {
    padding: 28px 22px;
  }

  .rental-call-panel > svg {
    margin-bottom: 38px;
  }

  .rental-call-panel > a:not(.btn) {
    font-size: 25px;
  }

  .rental-criteria__grid,
  .rental-family-grid,
  .rental-process ol,
  .group-network__grid,
  .rental-area__inner,
  .product-rental-cta__inner {
    grid-template-columns: 1fr;
  }

  .rental-criteria article {
    min-height: 0;
    padding: 38px 22px;
  }

  .rental-family-card,
  .rental-family-card:last-child {
    min-height: 500px;
    grid-column: auto;
    max-width: none;
  }

  .rental-process li {
    min-height: 260px;
  }

  .rental-process li > svg {
    margin: 44px 0 20px;
  }

  .rental-area__inner {
    gap: 30px;
  }

  .rental-area h2 {
    font-size: 32px;
  }

  .rental-faq__grid {
    gap: 30px;
  }

  .faq-list summary {
    min-height: 78px;
    gap: 14px;
    font-size: 16px;
  }

  .faq-list details p,
  [dir="rtl"] .faq-list details p {
    margin: 0 0 24px;
  }

  .group-network__grid > a {
    min-height: 300px;
  }

  .group-network__grid > a > span {
    margin-top: 44px;
  }

  .product-rental-cta__inner {
    gap: 28px;
  }

  .product-rental-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 390px) {
  .brand--premium .brand__mark {
    width: 194px;
    height: 52px;
  }

  .rental-hero h1 {
    font-size: 41px;
  }

  .rental-hero__product img {
    max-width: 76%;
  }
}

/* Shared Halkgrup brand lockup */
.brand--premium {
  min-width: 370px;
  direction: ltr;
}

.brand--premium .brand__mark {
  width: 238px;
  height: 100px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(16, 18, 22, 0.1));
}

.brand__division {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  padding-inline-start: 18px;
  border-inline-start: 2px solid var(--premium-red);
  color: var(--premium-ink);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1;
  white-space: nowrap;
}

.footer--premium .footer__logo.footer__logo--image {
  display: inline-flex;
  width: min(350px, 100%);
  align-items: center;
  gap: 14px;
  direction: ltr;
  box-sizing: border-box;
  padding: 12px 16px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 3px solid var(--premium-red);
  border-radius: 2px;
  background: #f4f2ed;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.footer__logo--image img {
  display: block;
  width: min(210px, 65%);
  height: auto;
  filter: none;
  opacity: 1;
}

.footer__logo--image .brand__division {
  min-height: 46px;
  padding-inline-start: 14px;
  border-color: var(--premium-red);
  color: var(--premium-ink);
  font-size: 14px;
}

.partner-lockup--footer,
[dir="rtl"] .partner-lockup--footer {
  grid-template-columns: 112px minmax(150px, 190px);
  min-height: 0;
  margin-top: 28px;
  padding: 14px 0;
  color: rgba(255, 255, 255, 0.74);
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 0;
  box-shadow: none;
}

.partner-lockup--footer img {
  width: 100%;
  max-height: 54px;
  padding: 9px 12px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.96);
}

.manufacturer-proof__visual {
  isolation: isolate;
  min-height: 640px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 74% 22%, rgba(211, 23, 32, 0.12), transparent 34%),
    linear-gradient(rgba(16, 18, 22, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 18, 22, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #f6f7f7 0%, #e4e9eb 58%, #d2d9dc 100%);
  background-size: auto, 64px 64px, 64px 64px, auto;
}

.manufacturer-proof__grid {
  min-height: 640px;
}

.manufacturer-proof__visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 66px 54px auto;
  height: 132px;
  background: url("assets/images/beigonk/beigonk-logo.png") center / contain no-repeat;
  opacity: 0.07;
}

.manufacturer-proof__visual::after {
  z-index: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(16, 18, 22, 0.16) 100%);
}

.manufacturer-proof__visual > img {
  position: relative;
  z-index: 1;
  width: min(118%, 760px);
  height: auto;
  max-width: none;
  max-height: 500px;
  object-fit: contain;
  padding: 0;
  mix-blend-mode: multiply;
  filter: contrast(1.04) saturate(1.06);
  transform: scale(1.22);
}

.manufacturer-proof__visual > span {
  right: 26px;
  left: 26px;
  width: fit-content;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(16, 18, 22, 0.76);
  backdrop-filter: blur(10px);
}

.team-evidence {
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--premium-line);
  background:
    radial-gradient(circle at 72% 20%, rgba(211, 23, 32, 0.09), transparent 34%),
    linear-gradient(145deg, #f7f8f8, #e5eaec);
}

.team-evidence img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border: 0;
  mix-blend-mode: multiply;
  filter: contrast(1.04) saturate(1.06);
  transform: scale(1.08);
}

.team-evidence p {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--premium-line);
  font-size: 12px;
}

.official-evidence > img {
  display: block;
  width: min(280px, 100%);
  height: auto;
  max-height: 96px;
  margin: 42px 0 30px;
  padding: 14px 18px;
  object-fit: contain;
  border: 1px solid var(--premium-line);
  border-radius: 2px;
  background: var(--premium-white);
}

@media (max-width: 1280px) {
  .brand--premium {
    min-width: 300px;
  }

  .brand--premium .brand__mark {
    width: 190px;
    height: 80px;
  }

  .brand--premium .brand__division {
    min-height: 46px;
    padding-inline-start: 14px;
    font-size: 14px;
  }
}

@media (max-width: 1080px) {
  .brand--premium {
    min-width: 300px;
  }

  .brand--premium .brand__mark {
    width: 190px;
    height: 80px;
  }

  .brand--premium .brand__division {
    min-height: 46px;
    font-size: 14px;
  }

  .manufacturer-proof__grid {
    min-height: 0;
  }

  .manufacturer-proof__visual {
    min-height: 440px;
    height: 440px;
  }

  .manufacturer-proof__visual > img {
    max-height: 360px;
  }
}

@media (max-width: 760px) {
  .brand--premium {
    min-width: 220px;
    gap: 9px;
  }

  .brand--premium .brand__mark {
    width: 135px;
    height: 57px;
  }

  .brand--premium .brand__division {
    min-height: 34px;
    padding-inline-start: 10px;
    font-size: 12px;
    letter-spacing: 0.11em;
  }

  .manufacturer-proof__visual > img {
    max-height: 240px;
    transform: scale(1.14);
  }

  .manufacturer-proof__visual::before {
    inset: 34px 24px auto;
    height: 86px;
  }

  .manufacturer-proof__visual {
    min-height: 300px;
    height: 300px;
  }

  .partner-lockup--footer,
  [dir="rtl"] .partner-lockup--footer {
    grid-template-columns: 102px minmax(132px, 170px);
    gap: 12px;
  }
}

@media (max-width: 430px) {
  .footer--premium .footer__logo.footer__logo--image {
    width: min(290px, 100%);
    gap: 10px;
  }

  .footer__logo--image img {
    width: min(180px, 62%);
  }

  .footer__logo--image .brand__division {
    min-height: 40px;
    padding-inline-start: 10px;
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  .brand--premium {
    min-width: 205px;
  }

  .brand--premium .brand__mark {
    width: 125px;
    height: 53px;
  }

  .brand--premium .brand__division {
    padding-inline-start: 8px;
    font-size: 11px;
  }
}
