:root {
  --ink: #20262b;
  --muted: #697177;
  --line: #d9dee2;
  --paper: #f5f3ef;
  --panel: #ffffff;
  --charcoal: #2f3030;
  --red: #9f1727;
  --red-dark: #741220;
  --blue: #00a2d9;
  --yellow: #ffe733;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(20, 24, 28, 0.16);
  --body-font: "Onest", Arial, Helvetica, sans-serif;
  --heading-font: "Unbounded", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

.user-logged-in .site-header 
{
    position: fixed;
    inset: 0 0 auto;
    z-index: 20;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    padding: 18px clamp(18px, 4vw, 56px);
    color: #fff;
    transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
    top: 75px;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
}

main {
  flex: 1 0 auto;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header[data-elevated="true"],
.site-header.menu-open {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 10px 35px rgba(20, 24, 28, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  width: clamp(110px, 12vw, 168px);
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: #00aeef;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.language-switch {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  overflow: hidden;
}

.site-header[data-elevated="true"] .language-switch,
.site-header.menu-open .language-switch {
  border-color: var(--line);
}

.language-switch button,
.language-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  border: 0;
  padding: 8px 12px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.language-switch button.active,
.language-switch a.active {
  color: var(--ink);
  background: var(--yellow);
}

.header-region {
  grid-column: 1 / -1;
}

.nav-toggle {
  display: none;
}

.section {
  scroll-margin-top: 92px;
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--charcoal);
}

.maintenance-page {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--charcoal);
}

.maintenance-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(4, 22, 52, 0.78) 0%, rgba(5, 32, 72, 0.58) 46%, rgba(6, 45, 90, 0.34) 100%),
    linear-gradient(90deg, rgba(119, 13, 29, 0.9) 0%, rgba(119, 13, 29, 0.72) 34%, rgba(35, 36, 36, 0.12) 66%),
    url("../assets/back-images/1.jpg") center / cover;
  transform: scale(1.015);
}

.maintenance-inner {
  position: relative;
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(80px, 12vw, 140px) 0;
}

.maintenance-copy {
  margin: 0 auto;
  text-align: center;
}

.maintenance-logo {
  display: block;
  width: clamp(128px, 16vw, 190px);
  height: auto;
  margin: 0 auto clamp(34px, 5vw, 58px);
}

.maintenance-copy h1,
.maintenance-copy .hero-lead {
  margin-left: auto;
  margin-right: auto;
}

.maintenance-note {
  display: inline-flex;
  margin: 34px 0 0;
  padding: 11px 18px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(4, 22, 52, 0.78) 0%, rgba(5, 32, 72, 0.58) 46%, rgba(6, 45, 90, 0.34) 100%),
    linear-gradient(90deg, rgba(119, 13, 29, 0.9) 0%, rgba(119, 13, 29, 0.72) 34%, rgba(35, 36, 36, 0.12) 66%),
    url("../assets/back-images/1.jpg") center / cover;
  transform: scale(1.015);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 360px;
  gap: clamp(28px, 5vw, 70px);
  padding: 130px 0 82px;
}

.hero-copy {
  max-width: 740px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--yellow);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--heading-font);
  line-height: 1;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  font-size: clamp(34px, 4.9vw, 67px);
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(24px, 2.8vw, 41px);
  font-weight: 800;
}

h3 {
  font-size: 17px;
  font-weight: 750;
}

.hero-lead {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: clamp(18px, 2vw, 23px);
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: var(--radius);
  font-weight: 800;
}

.button.primary {
  color: var(--ink);
  background: var(--yellow);
}

.button.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.44);
}

.hero-panel {
  align-self: end;
  display: grid;
  gap: 0;
  border: 0;
  background: transparent;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-panel div {
  padding: 24px;
  background: linear-gradient(135deg, rgba(0, 174, 239, 0.78), rgba(0, 124, 188, 0.74));
}

.hero-panel div:first-child {
  border-radius: 18px 18px 0 0;
}

.hero-panel div:last-child {
  border-radius: 0 0 18px 18px;
}

.hero-panel strong {
  display: block;
  color: var(--yellow);
  font-family: var(--heading-font);
  font-size: 50px;
  line-height: 0.95;
}

.hero-panel span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.about,
.partnership {
  padding: clamp(74px, 10vw, 128px) 0;
  color: var(--ink);
  background: var(--paper);
}

.contacts {
  padding: clamp(74px, 10vw, 128px) 0;
  color: #fff;
  background: #20262b;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 6vw, 96px);
}

.about .eyebrow,
.partnership .eyebrow,
.contacts .eyebrow {
  color: #00aeef;
}

.text-stack {
  display: grid;
  gap: 20px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.text-stack p,
.contact-layout p {
  margin: 0;
}

.text-link {
  display: inline-block;
  margin-top: 4px;
  color: var(--red);
  font-weight: 800;
  font-size: 15px;
  border-bottom: 2px solid transparent;
  transition: border-color 180ms ease;
}

.text-link:hover {
  border-color: var(--red);
}

.text-link-light {
  margin-top: 18px;
  color: #00aeef;
}

.text-link-light:hover {
  border-color: #00aeef;
}

.brand-strip {
  padding: clamp(46px, 7vw, 82px) 0;
  overflow: hidden;
  background: #fff;
  border-block: 1px solid var(--line);
}

.brand-strip-text {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto 34px;
  color: var(--ink);
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.logo-track {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(86px, 1fr));
  gap: 18px;
  align-items: center;
}

.logo-track img {
  width: 100%;
  object-fit: contain;
  padding: 10px;
  filter: grayscale(0);
  opacity: 1;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.logo-track img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}

.brand-strip-link {
  display: block;
  width: fit-content;
  margin: 30px auto 0;
  color: var(--red);
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: border-color 180ms ease;
}

.brand-strip-link:hover {
  border-color: var(--red);
}

.partnership-cta {
  justify-self: start;
  margin-top: 14px;
}

.image-section {
  position: relative;
  padding: clamp(82px, 11vw, 140px) 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(32, 38, 43, 0.92), rgba(32, 38, 43, 0.72)),
    url("../assets/back-images/2.jpg") center / cover fixed;
}

.section-heading {
  max-width: 760px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 46px;
  background: transparent;
  border: 0;
}

.process-grid article {
  min-height: 270px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(0, 174, 239, 0.78), rgba(0, 124, 188, 0.74));
  backdrop-filter: blur(10px);
}

.process-grid article:first-child {
  border-radius: 18px 0 0 18px;
}

.process-grid article:last-child {
  border-radius: 0 18px 18px 0;
}

.process-grid span {
  color: var(--yellow);
  font-family: var(--heading-font);
  font-size: 44px;
  font-weight: 800;
}

.process-grid h3 {
  margin-top: 34px;
}

.process-grid p,
.partner-cards p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.partnership-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 58px);
  align-items: start;
}

.partnership-layout .section-heading {
  width: 100%;
  max-width: none;
}

.partner-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: 14px;
}

.partner-cards article {
  padding: 28px;
  color: #fff;
  background: linear-gradient(105deg, #30173c 0%, #251b37 46%, #17223f 100%);
  border-radius: var(--radius);
}

.partner-cards h3 {
  color: #00aeef;
  font-size: 18px;
  text-transform: uppercase;
}

.partner-cards p {
  font-size: 21px;
}

.sales-stat {
  min-height: clamp(420px, 58vw, 700px);
  display: grid;
  place-items: center;
  padding: clamp(70px, 10vw, 120px) 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(9, 14, 18, 0.7), rgba(9, 14, 18, 0.5)),
    url("../assets/back-images/3.jpg") center / cover;
}

.sales-stat-inner {
  width: min(980px, calc(100% - 40px));
  display: grid;
  justify-items: center;
  text-align: center;
  text-transform: uppercase;
}

.sales-stat strong,
.sales-stat span,
.sales-stat small {
  font-family: var(--heading-font);
  line-height: 1;
}

.sales-stat strong {
  color: #fff;
  font-size: clamp(38px, 6.5vw, 85px);
  font-weight: 900;
  word-spacing: 0.16em;
}

.sales-stat span {
  margin-top: 22px;
  color: #00aeef;
  font-size: clamp(17px, 2.8vw, 39px);
  font-weight: 800;
}

.sales-stat small {
  margin-top: 20px;
  color: var(--yellow);
  font-size: clamp(11px, 1.7vw, 25px);
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.88fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: end;
}

.contact-copy {
  max-width: 850px;
}

.contact-copy p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.contact-copy p:last-child {
  margin-top: 24px;
}

.contact-details {
  display: grid;
  gap: clamp(36px, 5vw, 70px);
}

.social-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 34px;
}

.social-links a {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.5vw, 20px);
  min-width: 0;
}

.social-links a span:last-child {
  overflow-wrap: anywhere;
}

.social-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
}

.social-mark svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.social-mark.youtube {
  width: 52px;
  color: #ed1d24;
}

.social-mark.youtube svg {
  width: 42px;
  height: 42px;
}

.primary-contacts {
  display: grid;
  gap: 22px;
}

.primary-contacts a {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
}

.primary-contacts a::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  content: "";
  background: #00aeef;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px clamp(20px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.76);
  background: #20262b;
  font-size: 14px;
}

.footer-region {
  flex: 0 0 100%;
}

/* ---------- Page hero (Brands / Apply) ---------- */

.page-hero {
  padding: clamp(150px, 18vw, 210px) 0 clamp(56px, 8vw, 90px);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(4, 22, 52, 0.86) 0%, rgba(5, 32, 72, 0.7) 46%, rgba(6, 45, 90, 0.5) 100%),
    linear-gradient(90deg, rgba(119, 13, 29, 0.92) 0%, rgba(119, 13, 29, 0.7) 34%, rgba(35, 36, 36, 0.2) 66%),
    url("../assets/back-images/2.jpg") center / cover;
}

.page-node-24 .page-hero {
  background:
    linear-gradient(110deg, rgba(4, 22, 52, 0.86) 0%, rgba(5, 32, 72, 0.7) 46%, rgba(6, 45, 90, 0.5) 100%),
    linear-gradient(90deg, rgba(119, 13, 29, 0.92) 0%, rgba(119, 13, 29, 0.7) 34%, rgba(35, 36, 36, 0.2) 66%),
    url("../assets/back-images/3.jpg") center / cover;
}

.page-node-25 .page-hero {
  background:
    linear-gradient(110deg, rgba(4, 22, 52, 0.86) 0%, rgba(5, 32, 72, 0.7) 46%, rgba(6, 45, 90, 0.5) 100%),
    linear-gradient(90deg, rgba(119, 13, 29, 0.92) 0%, rgba(119, 13, 29, 0.7) 34%, rgba(35, 36, 36, 0.2) 66%),
    url("../assets/back-images/4.jpg") center / cover;
}

.page-node-26 .page-hero {
  background:
    linear-gradient(110deg, rgba(4, 22, 52, 0.86) 0%, rgba(5, 32, 72, 0.7) 46%, rgba(6, 45, 90, 0.5) 100%),
    linear-gradient(90deg, rgba(119, 13, 29, 0.92) 0%, rgba(119, 13, 29, 0.7) 34%, rgba(35, 36, 36, 0.2) 66%),
    url("../assets/back-images/5.jpg") center / cover;
}

.page-node-27 .page-hero {
  background:
    linear-gradient(110deg, rgba(4, 22, 52, 0.86) 0%, rgba(5, 32, 72, 0.7) 46%, rgba(6, 45, 90, 0.5) 100%),
    linear-gradient(90deg, rgba(119, 13, 29, 0.92) 0%, rgba(119, 13, 29, 0.7) 34%, rgba(35, 36, 36, 0.2) 66%),
    url("../assets/back-images/6.jpg") center / cover;
}


.page-hero h1 {
  max-width: 760px;
  margin-top: 16px;
}

.page-hero-lead {
  max-width: 640px;
  margin: 22px 0 0;
  font-size: clamp(17px, 1.8vw, 21px);
  color: rgba(255, 255, 255, 0.86);
}

/* ---------- Brands grid ---------- */

.brands-grid-section {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--paper);
}

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

.brand-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.brand-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.brand-card img {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  object-fit: contain;
}

.brand-card h3 {
  text-transform: none;
  font-size: 18px;
}

.brand-tag {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 10px;
  color: var(--red-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(159, 23, 39, 0.1);
  border-radius: 999px;
  display:none !important;
}

.brand-card p {
  margin: 14px 0 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.brand-card-cta {
  margin-top: auto;
  color: var(--blue-ink);
  font-weight: 800;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  transition: border-color 180ms ease;
}

.brand-card-cta:hover {
  border-color: var(--blue-ink);
}

.brands-cta {
  padding: clamp(56px, 8vw, 90px) 0 clamp(90px, 10vw, 130px);
  background: var(--paper);
}

.brands-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(32px, 4vw, 48px);
  color: #fff;
  background: #20262b;
  border-radius: 18px;
}

.brands-cta-inner h2 {
  font-size: clamp(21px, 2.3vw, 28px);
}

.brands-cta-inner p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

/* ---------- Apply page ---------- */

.apply-section {
  padding: clamp(60px, 8vw, 100px) 0 clamp(90px, 10vw, 130px);
  background: var(--paper);
}

.apply-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
}

.apply-recap {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 16px;
}

.apply-recap h2 {
  margin-bottom: 4px;
  font-size: clamp(21px, 2.3vw, 26px);
}

.apply-recap article {
  padding: 22px;
  background: linear-gradient(105deg, #30173c 0%, #251b37 46%, #17223f 100%);
  border-radius: var(--radius);
  color: #fff;
}

.apply-recap h3 {
  color: #00aeef;
  font-size: 15px;
  text-transform: uppercase;
}

.apply-recap p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
}

.form-panel,
.success-panel {
  padding: clamp(28px, 4vw, 42px);
  color: var(--ink);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.form-panel h2,
.success-panel h2 {
  margin-bottom: 24px;
  font-size: clamp(21px, 2.3vw, 26px);
}

.apply-form,
.webform-submission-form {
  display: grid;
  gap: 18px;
}

.apply-form label,
.webform-submission-form .form-item,
.webform-submission-form .form-wrapper {
  margin: 0;
}

.apply-form label,
.webform-submission-form .form-item:not(.js-form-type-radio) {
  display: grid;
  gap: 4px;
}

.apply-form label,
.webform-submission-form label,
.webform-submission-form legend {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.apply-form input,
.apply-form textarea,
.webform-submission-form input[type="text"],
.webform-submission-form input[type="email"],
.webform-submission-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 15px;
  resize: vertical;
}

.apply-form input:focus,
.apply-form textarea:focus,
.webform-submission-form input[type="text"]:focus,
.webform-submission-form input[type="email"]:focus,
.webform-submission-form textarea:focus {
  outline: 2px solid var(--blue-ink);
  outline-offset: 1px;
}

.partner-type,
.webform-submission-form .radios--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  border: 0;
}

.partner-type legend,
.webform-submission-form .radios--wrapper legend {
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
}

.webform-submission-form .fieldset-wrapper,
.webform-submission-form .webform-options-display-one-column {
  display: contents;
}

.webform-region .webform-options-display-three-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: stretch;
  gap: 10px 22px;
}

.radio,
.webform-submission-form .js-form-type-radio {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.webform-region .webform-options-display-three-columns .js-form-type-radio {
  justify-content: flex-start;
  width: 100%;
  justify-self: start;
}

.webform-region .webform-options-display-three-columns .form-radio {
  flex: 0 0 auto;
  margin: 0;
}

.webform-region .webform-options-display-three-columns label.option {
  margin: 0;
  text-align: left;
  white-space: nowrap;
}

.webform-region #edit-i-am-a.webform-options-display-three-columns {
  justify-items: start;
}

.webform-region #edit-i-am-a.webform-options-display-three-columns .js-form-type-radio {
  display: grid !important;
  grid-template-columns: 17px auto;
  justify-content: start;
  align-items: center;
  column-gap: 8px;
  width: auto;
}

.webform-region #edit-i-am-a.webform-options-display-three-columns .form-radio {
  grid-column: 1;
  grid-row: 1;
}

.webform-region #edit-i-am-a.webform-options-display-three-columns label.option {
  grid-column: 2;
  grid-row: 1;
  width: auto;
}

.radio input,
.webform-submission-form input[type="radio"] {
  width: 17px;
  height: 17px;
  accent-color: var(--red);
}

.webform-submission-form .form-actions {
  margin: 4px 0 0;
}

.webform-submission-form .form-submit {
  cursor: pointer;
}

.webform-submission-form .webform-type-processed-text p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.webform-region .region,
.webform-region .row,
.webform-region .block-content {
  display: contents;
}

.webform-region,
.webform-region .region,
.webform-region .row,
.webform-region .block-content,
.webform-region [id^="block-"],
.webform-region form {
  width: 100%;
  max-width: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

.webform-region .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.webform-region [id^="block-"] {
  display: block;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.form-note-error {
  color: var(--red);
  font-weight: 700;
}

.success-panel {
  text-align: left;
}

.success-panel p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.button.secondary-dark {
  color: #fff;
  background: var(--charcoal);
  border: 0;
}

@media (max-width: 980px) {
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .apply-layout {
    grid-template-columns: 1fr;
  }

  .apply-recap {
    position: static;
  }
}

@media (max-width: 620px) {
  .brand-grid {
    grid-template-columns: 1fr;
  }

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

  .brands-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    justify-self: end;
    display: grid;
    gap: 6px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: var(--radius);
    place-content: center;
    background: rgba(255, 255, 255, 0.08);
  }

  .site-header[data-elevated="true"] .nav-toggle,
  .site-header.menu-open .nav-toggle {
    border-color: var(--line);
  }

  .nav-toggle span {
    width: 20px;
    height: 2px;
    background: rgb(0 174 239);
  }

  .site-nav,
  .language-switch {
    display: none;
  }

  .site-header.menu-open .site-nav,
  .site-header.menu-open .language-switch {
    display: flex;
  }

  .site-header.menu-open .site-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-direction: column;
    gap: 4px;
    padding-top: 8px;
  }

  .site-header.menu-open .language-switch {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .hero-inner,
  .split,
  .partnership-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .partner-cards {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    align-self: auto;
    max-width: 620px;
  }

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

  .process-grid article:first-child {
    border-radius: 18px 0 0 0;
  }

  .process-grid article:nth-child(2) {
    border-radius: 0 18px 0 0;
  }

  .process-grid article:nth-child(3) {
    border-radius: 0 0 0 18px;
  }

  .process-grid article:last-child {
    border-radius: 0 0 18px 0;
  }

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

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

  .brand {
    width: 142px;
  }

  .section-inner {
    width: min(100% - 30px, 1180px);
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    background:
      linear-gradient(110deg, rgba(4, 22, 52, 0.8) 0%, rgba(5, 32, 72, 0.58) 100%),
      linear-gradient(90deg, rgba(119, 13, 29, 0.96), rgba(119, 13, 29, 0.8)),
      url("../assets/back-images/1.jpg") 62% center / cover;
  }

  .hero-inner {
    padding: 118px 0 54px;
  }

  h1 {
    font-size: 31px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .process-grid,
  .logo-track {
    grid-template-columns: 1fr 1fr;
  }

  .process-grid article {
    min-height: 238px;
    padding: 22px;
  }

  .social-links {
    grid-template-columns: 1fr;
  }

  .primary-contacts a {
    font-size: 24px;
  }

  .site-footer {
    flex-direction: column;
  }
}

/* ---------- About page ---------- */

.story-section {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--paper);
}

.story-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
}

.story-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(22px, 2.6vw, 30px);
}

.story-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.story-copy p:last-child {
  margin-bottom: 0;
}

.about-stats {
  position: sticky;
  top: 120px;
  background: #142845;
  border-radius: 18px;
  overflow: hidden;
}

.values-section {
  padding: clamp(56px, 8vw, 96px) 0;
  background: #20262b;
  color: #fff;
}

.values-section h2 {
  max-width: 620px;
  margin: 0 0 34px;
  font-size: clamp(22px, 2.6vw, 30px);
}

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

.value-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.value-index {
  display: block;
  margin-bottom: 14px;
  color: var(--yellow);
  font-family: var(--heading-font);
  font-size: 22px;
}

.value-card h3 {
  text-transform: none;
  font-size: 18px;
}

.value-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.cta-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- Process page ---------- */

.process-detail-section {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--paper);
}

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

.process-detail-card {
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.process-detail-card .step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 18px;
  background: var(--red);
  border-radius: 50%;
}

.process-detail-card h3 {
  text-transform: none;
  font-size: 19px;
}

.process-detail-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.timeline-section {
  padding: clamp(56px, 8vw, 96px) 0;
  background: #142845;
  color: #fff;
}

.timeline-section h2 {
  font-size: clamp(22px, 2.6vw, 30px);
}

.timeline-note {
  max-width: 560px;
  margin: 10px 0 32px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

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

.timeline-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--yellow);
  border-radius: 10px;
}

.timeline-time {
  display: block;
  color: var(--yellow);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.timeline-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.5;
}

.faq-section {
  padding: clamp(56px, 8vw, 96px) 0;
  background: var(--paper);
}

.faq-section h2 {
  margin-bottom: 28px;
  font-size: clamp(22px, 2.6vw, 30px);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 22px 26px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-item h3 {
  text-transform: none;
  font-size: 16px;
}

.faq-item p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

/* ---------- Contacts page ---------- */

.contacts-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
}

.contacts-layout .form-panel,
.contacts-layout .success-panel {
  background: #fff;
}

.contact-details-card {
  padding: clamp(28px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.contact-details-card .social-links {
  grid-template-columns: 1fr;
  gap: 22px;
}

.contact-details-card h2 {
  margin-bottom: 18px;
  font-size: clamp(20px, 2.2vw, 24px);
  color: #fff;
}

@media (max-width: 980px) {
  .story-layout,
  .contacts-layout {
    grid-template-columns: 1fr;
  }

  .about-stats {
    position: static;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .process-detail-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .timeline-grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================================
   PREMIUM REFINEMENT LAYER
   A unified polish pass across every page: refined tokens, typography,
   glass surfaces, consistent card language, and cinematic imagery.
   ===================================================================== */

:root {
  --ink: #1a1e22;
  --muted: #656e75;
  --line: #e3ddd0;
  --paper: #f6f3ec;
  --panel: #ffffff;
  --charcoal: #1a1d21;
  --navy: #0c1a2e;
  --navy-soft: #142845;
  --red: #9f1727;
  --red-dark: #6f0f1c;
  --blue: #00a2d9;
  --blue-ink: #0079a2;
  --gold: #ffe733;
  --gold-soft: #fff3b0;
  --radius: 10px;
  --radius-lg: 22px;
  --shadow-soft: 0 18px 44px rgba(12, 18, 28, 0.10);
  --shadow-lift: 0 30px 64px rgba(12, 18, 28, 0.22);
  --shadow-glow: 0 18px 40px rgba(255, 231, 51, 0.24);
  --ease: cubic-bezier(0.22, 0.68, 0.18, 1);
  --tracking: 0.15em;
}

/* Subtle film-grain texture — a quiet, tactile premium signature. */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.028;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

/* ---------- Typography ---------- */

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1 {
  letter-spacing: -0.01em;
}

h2 {
  letter-spacing: -0.005em;
}

.hero-lead,
.page-hero-lead,
.text-stack,
.story-copy p,
.contact-copy p {
  line-height: 1.7;
}

.eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--gold);
  font-family: var(--body-font);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: var(--tracking);
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1.5px;
  background: currentColor;
  opacity: 0.75;
}

.about .eyebrow,
.partnership .eyebrow {
  color: var(--red-dark);
}

.contacts .eyebrow {
  color: var(--gold);
}

/* ---------- Buttons: pill shape is the signature accent ---------- */

.button {
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-family: var(--body-font);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), background 240ms var(--ease),
    border-color 240ms var(--ease), color 240ms var(--ease);
}

.button.primary {
  box-shadow: var(--shadow-glow);
}

.button.primary:hover {
  background: #fff066;
  box-shadow: 0 22px 50px rgba(255, 231, 51, 0.34);
  transform: translateY(-2px);
}

.button.primary:active {
  transform: translateY(0);
}

.button.secondary {
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), background 240ms var(--ease),
    border-color 240ms var(--ease);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-2px);
}

.button.secondary-dark {
  box-shadow: var(--shadow-soft);
}

.button.secondary-dark:hover {
  background: #0f1215;
  box-shadow: var(--shadow-lift);
  transform: translateY(-2px);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--blue-ink);
  outline-offset: 3px;
}

/* ---------- Header: crisper glass + active state ---------- */

.site-header[data-elevated="true"],
.site-header.menu-open {
  background: #fff;
  box-shadow: 0 1px 0 rgba(20, 24, 28, 0.06), 0 18px 40px rgba(20, 24, 28, 0.08);
  backdrop-filter: blur(22px) saturate(1.4);
}

.site-nav a[aria-current="page"] {
  color: var(--red-dark);
}

.site-header:not([data-elevated="true"]) .site-nav a[aria-current="page"] {
  color: #00aeef;
}

.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

/* ---------- Cinematic media overlays (hero / page-hero / photo bands) --- */

.hero-media {
  transform: scale(1);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 95% at 78% 8%, transparent 34%, rgba(3, 7, 13, 0.4) 100%);
}

.page-hero,
.image-section,
.sales-stat {
  position: relative;
  isolation: isolate;
}

.page-hero::after,
.image-section::after,
.sales-stat::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(125% 95% at 50% 0%, transparent 32%, rgba(3, 7, 13, 0.42) 100%);
  pointer-events: none;
}

.page-hero .section-inner,
.image-section .section-inner,
.sales-stat .section-inner {
  position: relative;
  z-index: 1;
}

.hero-panel,
.about-stats {
  border-radius: var(--radius-lg);
}

/* ---------- Hero stat panel: glass card with hairline dividers ------- */

.hero-panel {
  background: linear-gradient(168deg, rgba(15, 30, 52, 0.86) 0%, rgba(9, 18, 32, 0.78) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 34px 80px rgba(3, 8, 16, 0.55);
  backdrop-filter: blur(22px);
}

.hero-panel div {
  padding: 26px 30px;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0 !important;
}

.hero-panel div:last-child {
  border-bottom: 0;
}

.hero-panel strong {
  background: linear-gradient(100deg, var(--gold) 10%, var(--gold-soft) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
}

.hero-panel span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15.5px;
  line-height: 1.5;
}

.about-stats {
  background: linear-gradient(168deg, rgba(15, 30, 52, 0.94) 0%, rgba(8, 16, 28, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* ---------- Brand strip: cards instead of a bare logo wall ----------- */

.brand-strip {
  background: var(--paper);
  border-block: 0;
}

.logo-track img {
  padding: 22px 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(20, 24, 28, 0.05);
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), border-color 240ms var(--ease);
}

.logo-track img:hover {
  border-color: rgba(159, 23, 39, 0.28);
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
}

/* ---------- Process ribbon (homepage teaser) -------------------------- */

.process-grid article {
  position: relative;
  background: linear-gradient(160deg, rgba(0, 162, 217, 0.88) 0%, rgba(6, 76, 122, 0.88) 100%);
  transition: background 240ms var(--ease);
}

.process-grid article:hover {
  background: linear-gradient(160deg, rgba(0, 178, 235, 0.92) 0%, rgba(8, 90, 142, 0.92) 100%);
}

.process-grid span {
  font-size: 38px;
  font-weight: 700;
  opacity: 0.9;
}

/* ---------- Partnership cards ----------------------------------------- */

.partner-cards article {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), border-color 240ms var(--ease);
}

.partner-cards article:hover {
  border-color: rgba(0, 174, 239, 0.4);
  box-shadow: var(--shadow-lift);
  transform: translateY(-4px);
}

/* ---------- Unified card language across sub-pages -------------------- */

.brand-card,
.value-card,
.process-detail-card,
.faq-item,
.timeline-card,
.apply-recap article,
.form-panel,
.success-panel,
.contact-details-card {
  border-radius: var(--radius-lg);
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), border-color 240ms var(--ease);
}

.brand-card,
.process-detail-card,
.faq-item {
  box-shadow: 0 10px 28px rgba(20, 24, 28, 0.04);
}

.brand-card:hover,
.process-detail-card:hover,
.faq-item:hover {
  box-shadow: var(--shadow-lift);
  border-color: rgba(159, 23, 39, 0.22);
  transform: translateY(-4px);
}

.form-panel,
.success-panel {
  box-shadow: var(--shadow-soft);
}

.apply-recap article {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.value-card,
.timeline-card {
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), background 240ms var(--ease);
}

.value-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
}

.timeline-card {
  border-radius: 14px;
}

.timeline-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.process-detail-card .step-index {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  box-shadow: 0 10px 22px rgba(159, 23, 39, 0.28);
}

.brand-tag {
  border-radius: 999px;
}

.brand-card-cta,
.text-link,
.text-link-light,
.brand-strip-link {
  position: relative;
}

/* ---------- Forms: refined inputs with a soft focus glow -------------- */

.apply-form label span,
.webform-submission-form label:not(.option) {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.partner-type legend,
.webform-submission-form .fieldset-legend {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.radio span,
.apply-form label.radio span,
.partner-type label.radio span,
.webform-submission-form label.option {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.apply-form input,
.apply-form textarea,
.webform-submission-form input[type="text"],
.webform-submission-form input[type="email"],
.webform-submission-form textarea {
  padding: 14px 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: border-color 200ms var(--ease), box-shadow 200ms var(--ease);
}

.apply-form input:hover,
.apply-form textarea:hover,
.webform-submission-form input[type="text"]:hover,
.webform-submission-form input[type="email"]:hover,
.webform-submission-form textarea:hover {
  border-color: rgba(159, 23, 39, 0.3);
}

.apply-form input:focus,
.apply-form textarea:focus,
.webform-submission-form input[type="text"]:focus,
.webform-submission-form input[type="email"]:focus,
.webform-submission-form textarea:focus {
  outline: none;
  border-color: var(--blue-ink);
  box-shadow: 0 0 0 4px rgba(0, 162, 217, 0.15);
}

.radio input,
.webform-submission-form input[type="radio"] {
  accent-color: var(--red);
}

.webform-submission-form.webform-submission-application-form {
  grid-template-columns: 1fr 1fr;
}

.webform-submission-application-form .form-item-full-name,
.webform-submission-application-form .form-item-company,
.webform-submission-application-form .radios--wrapper,
.webform-submission-application-form .form-item-tell-us-about-your-business,
.webform-submission-application-form .webform-type-processed-text,
.webform-submission-application-form .form-actions {
  grid-column: 1 / -1;
}

.webform-submission-form .form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 52px;
  padding: 15px 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(159, 23, 39, 0.22);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease);
}

.webform-region #edit-actions-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-height: 0;
  padding: 15px 28px;
  color: var(--ink);
  background: var(--gold);
  border: 0;
  border-radius: 999px;
  box-shadow: var(--shadow-glow);
  font-family: var(--body-font);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), background 240ms var(--ease),
    border-color 240ms var(--ease), color 240ms var(--ease);
}

.webform-region #edit-actions-submit:hover,
.webform-region #edit-actions-submit:focus {
  color: var(--ink);
  background: #fff066;
  box-shadow: 0 22px 50px rgba(255, 231, 51, 0.34);
  transform: translateY(-2px);
}

.webform-region #edit-actions-submit:active {
  transform: translateY(0);
}

.webform-submission-form .form-submit:hover,
.webform-submission-form .form-submit:focus {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(159, 23, 39, 0.3);
}

.webform-submission-form .form-submit:focus-visible {
  outline: 3px solid rgba(0, 162, 217, 0.35);
  outline-offset: 3px;
}

.webform-region .webform-submission-form #edit-actions-submit {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none;
  height: auto !important;
  min-height: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  appearance: none;
  -webkit-appearance: none;
}

.webform-region .webform-submission-form #edit-actions-submit:focus,
.webform-region .webform-submission-form #edit-actions-submit:focus-visible {
  border: 0 !important;
  outline: 0 !important;
}

.webform-region .webform-submission-form .form-text,
.webform-region .webform-submission-form .form-email,
.webform-region .webform-submission-form .form-textarea {
  width: 100%;
  min-height: 50px;
  padding: 14px 16px;
  color: var(--ink);
  background-color: var(--panel);
  border: 1px solid var(--line) !important;
  border-radius: 12px;
  box-shadow: none;
  font: inherit;
  transition: border-color 200ms var(--ease), box-shadow 200ms var(--ease);
}

.webform-region .webform-submission-form label {
  margin-bottom: 0;
}

.webform-region .webform-submission-form .form-textarea {
  min-height: 140px;
  resize: vertical;
}

.webform-region .webform-submission-form .form-text:hover,
.webform-region .webform-submission-form .form-email:hover,
.webform-region .webform-submission-form .form-textarea:hover {
  border-color: rgba(159, 23, 39, 0.3) !important;
}

.webform-region .webform-submission-form .form-text:focus,
.webform-region .webform-submission-form .form-email:focus,
.webform-region .webform-submission-form .form-textarea:focus {
  outline: none;
  border-color: var(--blue-ink) !important;
  box-shadow: 0 0 0 4px rgba(0, 162, 217, 0.15);
}

@media (max-width: 720px) {
  .webform-submission-form.webform-submission-application-form {
    grid-template-columns: 1fr;
  }

  .webform-submission-form .form-submit {
    width: 100%;
  }
}

/* ---------- Footer: quiet premium finish ------------------------------ */

.site-footer {
  position: relative;
  padding: 32px clamp(20px, 4vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.site-footer span:first-child {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

/* ---------- Sales stat numerals ---------------------------------------- */

.sales-stat strong {
  background: linear-gradient(100deg, #ffffff 20%, rgba(255, 255, 255, 0.75) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- Section rhythm: hairline seams between bands -------------- */

.about,
.brand-strip,
.brands-grid-section,
.story-section,
.process-detail-section,
.faq-section,
.apply-section {
  border-top: 1px solid var(--line);
}

/* ---------- Micro pop for numbered process index on homepage ---------- */

.value-index,
.timeline-time {
  letter-spacing: 0.1em;
}

@media (max-width: 620px) {
  .button {
    padding: 15px 22px;
  }
}

/* ---------- Skip link (keyboard accessibility) ---------- */

.skip-link {
  position: absolute;
  top: -60px;
  left: 12px;
  z-index: 1000;
  padding: 12px 20px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  transition: top 200ms var(--ease);
}

.skip-link:focus {
  top: 12px;
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

/* ---------- Mobile nav: scroll lock while open ---------- */

body.nav-locked {
  overflow: hidden;
}

/* ---------- Brand context banner on Apply page ---------- */

.brand-context {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: rgba(0, 162, 217, 0.08);
  border: 1px solid rgba(0, 162, 217, 0.25);
  border-radius: 10px;
  font-size: 14px;
  color: var(--ink);
}

.brand-context[hidden] {
  display: none;
}

.brand-context strong {
  color: var(--blue-ink);
}

.brand-context button {
  margin-left: auto;
  padding: 4px 10px;
  color: var(--muted);
  background: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
}

.brand-context button:hover {
  border-color: var(--red);
  color: var(--red-dark);
}

/* ---------- Back to top button ---------- */

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: var(--ink);
  background: var(--gold);
  border: 0;
  border-radius: 50%;
  box-shadow: var(--shadow-lift);
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.back-to-top:hover {
  background: #fff066;
}

.back-to-top svg {
  width: 18px;
  height: 18px;
}

/* ---------- 404 page ---------- */

.not-found-hero {
  min-height: 78vh;
  display: flex;
  align-items: center;
}

.not-found-inner {
  max-width: 640px;
}

.not-found-hero .hero-actions {
  margin-top: 30px;
}

/* ---------- Hamburger icon morphs into a close (X) icon ---------- */

.nav-toggle span {
  transition: transform 220ms var(--ease), opacity 220ms var(--ease);
}

.site-header.menu-open .nav-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.site-header.menu-open .nav-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

/* =====================================================================
   VISUAL COHESION PASS: background textures, refined buttons, text
   rhythm. Flat sections get a quiet blueprint-grid texture so the
   whole site reads as one continuous, considered surface.
   ===================================================================== */

/* ---------- Blueprint-grid texture for flat light sections ---------- */

.about,
.partnership,
.brands-grid-section,
.story-section,
.process-detail-section,
.faq-section,
.apply-section,
.contacts-layout {
  position: relative;
  background-image: linear-gradient(rgba(26, 30, 34, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 30, 34, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  background-position: center top;
}

/* ---------- Quiet radial glow + grid for flat dark sections ---------- */

.values-section,
.timeline-section {
  position: relative;
  isolation: isolate;
  background-image: radial-gradient(60% 70% at 85% 0%, rgba(0, 162, 217, 0.14) 0%, transparent 60%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size:
    100% 100%,
    48px 48px,
    48px 48px;
}

/* ---------- Corner reticle motif: a quiet nod to precision drafting --- */

.brands-grid-section::before,
.values-section::before,
.apply-section::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  width: 160px;
  height: 160px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><circle cx='80' cy='80' r='68' fill='none' stroke='%239f1727' stroke-width='1' opacity='0.18'/><circle cx='80' cy='80' r='42' fill='none' stroke='%239f1727' stroke-width='1' opacity='0.14'/><line x1='80' y1='4' x2='80' y2='28' stroke='%239f1727' stroke-width='1' opacity='0.18'/><line x1='80' y1='132' x2='80' y2='156' stroke='%239f1727' stroke-width='1' opacity='0.18'/><line x1='4' y1='80' x2='28' y2='80' stroke='%239f1727' stroke-width='1' opacity='0.18'/><line x1='132' y1='80' x2='156' y2='80' stroke='%239f1727' stroke-width='1' opacity='0.18'/></svg>");
  background-repeat: no-repeat;
}

.values-section::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><circle cx='80' cy='80' r='68' fill='none' stroke='%23ffe733' stroke-width='1' opacity='0.22'/><circle cx='80' cy='80' r='42' fill='none' stroke='%23ffe733' stroke-width='1' opacity='0.16'/><line x1='80' y1='4' x2='80' y2='28' stroke='%23ffe733' stroke-width='1' opacity='0.22'/><line x1='80' y1='132' x2='80' y2='156' stroke='%23ffe733' stroke-width='1' opacity='0.22'/><line x1='4' y1='80' x2='28' y2='80' stroke='%23ffe733' stroke-width='1' opacity='0.22'/><line x1='132' y1='80' x2='156' y2='80' stroke='%23ffe733' stroke-width='1' opacity='0.22'/></svg>");
}

.brands-grid-section > .section-inner,
.values-section > .section-inner,
.apply-section > .section-inner {
  position: relative;
  z-index: 1;
}

/* ---------- Refined language switch: quieter pill toggle ------------- */

.language-switch {
  display: flex;
  gap: 2px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.site-header[data-elevated="true"] .language-switch {
  background: rgba(20, 24, 28, 0.05);
  border-color: var(--line);
}

.language-switch button,
.language-switch a {
  padding: 6px 14px;
  border-radius: 999px;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  transition: background 200ms var(--ease), color 200ms var(--ease);
}

.language-switch button.active,
.language-switch a.active {
  background: var(--gold);
  color: var(--ink);
}

/* ---------- Brand-context clear button: quieter pill ----------------- */

.brand-context {
  border-radius: 999px;
  padding: 10px 10px 10px 18px;
}

.brand-context button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 50%;
  transition: background 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease);
}

.brand-context button:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

/* ---------- FAQ items: a quiet mark instead of a bare block ---------- */

.faq-item {
  position: relative;
  padding-left: 30px;
}

.faq-item::before {
  content: "?";
  position: absolute;
  top: 22px;
  left: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  font-family: var(--heading-font);
}

.faq-item h3 {
  padding-left: 32px;
}

/* ---------- Text rhythm: consistent measure for body copy ------------ */

.story-copy p,
.text-stack p,
.contact-copy p,
.apply-recap p,
.value-card p,
.process-detail-card p,
.brand-card p {
  max-width: 62ch;
}

.page-hero-lead,
.hero-lead {
  max-width: 58ch;
}

h2 {
  text-wrap: balance;
}

.page-hero h1,
.hero-copy h1 {
  text-wrap: balance;
}

.webform-submission-form .form-item.js-webform-type-textarea
{
	margin-top: 0.5rem;
}

/* ---------- Webform confirmation page ---------- */

.path-webform #breadcrumb-box,
.path-webform #highlighted,
.path-webform #help-information,
.path-webform .contacts,
.path-webform .form-note,
.usmd-site:has(.webform-confirmation) #breadcrumb-box,
.usmd-site:has(.webform-confirmation) #highlighted,
.usmd-site:has(.webform-confirmation) #help-information,
.usmd-site:has(.webform-confirmation) .form-note {
  display: none !important;
}

.path-webform #main-content,
.usmd-site:has(.webform-confirmation) #main-content {
  position: relative;
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: clamp(140px, 18vw, 220px) 20px clamp(80px, 10vw, 130px);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(4, 22, 52, 0.86) 0%, rgba(5, 32, 72, 0.7) 46%, rgba(6, 45, 90, 0.5) 100%),
    linear-gradient(90deg, rgba(119, 13, 29, 0.92) 0%, rgba(119, 13, 29, 0.7) 34%, rgba(35, 36, 36, 0.2) 66%),
    url("../assets/back-images/3.jpg") center / cover;
}

.path-webform #main-content::after,
.usmd-site:has(.webform-confirmation) #main-content::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 8, 16, 0.12), rgba(4, 8, 16, 0.28));
}

.path-webform #content,
.usmd-site:has(.webform-confirmation) #content {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: center;
}

.path-webform .webform-confirmation__message,
.usmd-site:has(.webform-confirmation) .webform-confirmation__message {
  color: #fff;
}

.path-webform #content h1,
.usmd-site:has(.webform-confirmation) #content h1 {
  display: none;
}

.path-webform .webform-confirmation,
.usmd-site:has(.webform-confirmation) .webform-confirmation {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.path-webform .webform-confirmation__message,
.usmd-site:has(.webform-confirmation) .webform-confirmation__message {
  max-width: 680px;
  margin: 0;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.form-note {
  display: none !important;
}

/* ---------- Section eyebrow spacing consistency ---------- */

.page-hero .eyebrow,
.hero-copy .eyebrow {
  margin-bottom: 22px;
}

@media (max-width: 620px) {
  .about,
  .brands-grid-section,
  .story-section,
  .process-detail-section,
  .faq-section,
  .apply-section,
  .values-section,
  .timeline-section {
    background-size: 32px 32px;
  }

  .brands-grid-section::before,
  .values-section::before,
  .apply-section::before {
    width: 100px;
    height: 100px;
    top: 18px;
    right: 18px;
  }

  .faq-item {
    padding-left: 22px;
  }

  .faq-item::before {
    left: 18px;
  }

  .faq-item h3 {
    padding-left: 30px;
  }
}

/* ---------- Fix: restore mobile hide/show for language switch --------
   (the refined pill styling above unintentionally overrode the mobile
   collapse rule since it applies unconditionally; restore it here so
   it always wins the cascade at narrow widths). */

@media (max-width: 980px) {
  .language-switch {
    display: none;
  }

  .site-header.menu-open .language-switch {
    display: flex;
  }
}

