body.site .aw-company-page,
body.site .aw-company-page * {
  box-sizing: border-box;
}

body.site .aw-company-page {
  --aw-company-shell-bg:
    radial-gradient(circle at 14% 0%, rgba(227,113,17,0.10), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  --aw-company-panel-bg: linear-gradient(180deg, rgba(13,15,18,0.88), rgba(8,10,13,0.94));
  --aw-company-card-bg: rgba(255,255,255,0.028);
  --aw-company-card-hover: rgba(255,255,255,0.045);
  --aw-company-border: rgba(255,255,255,0.08);
  --aw-company-border-strong: rgba(227,113,17,0.20);
  --aw-company-text: #F2F3F5;
  --aw-company-text-secondary: #C8CCD2;
  --aw-company-text-muted: #979DA6;
  --aw-company-accent: #F17912;
  width: 100%;
  margin: clamp(10px, 1.2vw, 18px) 0 clamp(22px, 2.8vw, 32px);
  color: var(--aw-company-text);
}

body.site .aw-company-page > * + * {
  margin-top: 28px;
}

body.site .aw-company-page a {
  color: inherit;
  text-decoration: none;
}

body.site .aw-company-section,
body.site .aw-company-cta,
body.site .aw-company-hero__main,
body.site .aw-company-hero__side {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--aw-company-border);
  border-radius: 30px;
  background: var(--aw-company-shell-bg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.site .aw-company-section::before,
body.site .aw-company-cta::before,
body.site .aw-company-hero__main::before,
body.site .aw-company-hero__side::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
    linear-gradient(90deg, rgba(255,255,255,0.018) 0, rgba(255,255,255,0) 28%);
  opacity: 0.95;
}

body.site .aw-company-hero,
body.site .aw-company-cta,
body.site .aw-company-about-layout,
body.site .aw-company-trust-layout,
body.site .aw-company-segments-layout {
  display: grid;
  gap: 24px;
}

body.site .aw-company-section,
body.site .aw-company-cta,
body.site .aw-company-hero__main,
body.site .aw-company-hero__side {
  padding: clamp(22px, 2.7vw, 32px);
}

body.site .aw-company-hero {
  grid-template-columns: minmax(0, 1.46fr) minmax(340px, 0.66fr);
  align-items: stretch;
  gap: 22px;
}

body.site .aw-company-about-layout,
body.site .aw-company-segments-layout {
  grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.76fr);
  align-items: start;
}

body.site .aw-company-trust-layout {
  grid-template-columns: minmax(312px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
}

body.site .aw-company-hero__main,
body.site .aw-company-hero__side,
body.site .aw-company-section__head,
body.site .aw-company-about-intro,
body.site .aw-company-about-grid,
body.site .aw-company-portrait,
body.site .aw-company-trust-copy,
body.site .aw-company-segments-main,
body.site .aw-company-panel,
body.site .aw-company-cta__content,
body.site .aw-company-cta__actions {
  position: relative;
  z-index: 1;
}

body.site .aw-company-eyebrow,
body.site .aw-company-section__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 14px;
  border: 1px solid var(--aw-company-border-strong);
  border-radius: 999px;
  background: rgba(227,113,17,0.10);
  color: var(--aw-company-accent);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.site .aw-company-title,
body.site .aw-company-section__title,
body.site .aw-company-cta__title {
  margin: 16px 0 0;
  color: #fff;
  font-family: "Montserrat", var(--cassiopeia-font-family-headings, inherit), sans-serif;
  font-size: clamp(34px, 2.7vw, 56px);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.035em;
}

body.site .aw-company-section__title,
body.site .aw-company-cta__title {
  font-size: clamp(30px, 2.1vw, 44px);
  line-height: 1.06;
}

body.site .aw-company-lead,
body.site .aw-company-section__lead,
body.site .aw-company-card__text,
body.site .aw-company-panel__text,
body.site .aw-company-step__text,
body.site .aw-company-cta__text,
body.site .aw-company-portrait__quote p {
  margin: 16px 0 0;
  color: var(--aw-company-text-secondary);
  font-size: 14px;
  line-height: 1.78;
}

body.site .aw-company-hero__main .aw-company-title {
  max-width: none;
  margin-top: 0;
  font-size: clamp(44px, 4vw, 66px);
  line-height: 0.98;
}

body.site .aw-company-hero__main .aw-company-lead {
  max-width: 900px;
  margin-top: 16px;
  font-size: clamp(15px, 1vw, 16px);
  line-height: 1.62;
}

body.site .aw-company-chipset,
body.site .aw-company-cards,
body.site .aw-company-about-grid,
body.site .aw-company-workflow,
body.site .aw-company-tags,
body.site .aw-company-cta__actions,
body.site .aw-company-side__actions,
body.site .aw-company-panel__actions {
  display: grid;
  gap: 14px;
}

body.site .aw-company-chipset {
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, max-content));
  align-items: start;
  justify-content: start;
}

body.site .aw-company-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  color: var(--aw-company-text-secondary);
  font-size: 12px;
  line-height: 1.3;
}


body.site .aw-company-hero__directions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.site .aw-company-hero__direction {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  color: var(--aw-company-text-secondary);
  font-size: 14px;
  line-height: 1.45;
}

body.site .aw-company-hero__side,
body.site .aw-company-panel {
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 26px;
  background: var(--aw-company-panel-bg);
}

body.site .aw-company-hero__main {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(18px, 2.2vw, 28px);
}

body.site .aw-company-hero__side {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  background:
    radial-gradient(circle at 14% 0%, rgba(227,113,17,0.10), transparent 28%),
    linear-gradient(180deg, rgba(9,11,15,0.94), rgba(5,7,10,0.98));
}

body.site .aw-company-side__title,
body.site .aw-company-panel__title,
body.site .aw-company-card__title,
body.site .aw-company-step__title {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", var(--cassiopeia-font-family-headings, inherit), sans-serif;
  font-size: 20px;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.site .aw-company-side__title,
body.site .aw-company-panel__title {
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.16;
}


body.site .aw-company-hero__side .aw-company-side__title {
  margin-bottom: 0;
}

body.site .aw-company-side__list,
body.site .aw-company-panel__list,
body.site .aw-company-checklist {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

body.site .aw-company-side__list li,
body.site .aw-company-panel__list li,
body.site .aw-company-checklist li {
  position: relative;
  padding-left: 18px;
  color: var(--aw-company-text-secondary);
  font-size: 14px;
  line-height: 1.72;
}

body.site .aw-company-side__list li::before,
body.site .aw-company-panel__list li::before,
body.site .aw-company-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--aw-company-accent);
  box-shadow: 0 0 0 5px rgba(227,113,17,0.08);
}

body.site .aw-company-side__actions,
body.site .aw-company-panel__actions {
  margin-top: 14px;
}

body.site .aw-company-side__actions--hero {
  gap: 12px;
}

body.site .aw-company-side__actions--single {
  grid-template-columns: 1fr;
}

body.site .aw-company-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.site .aw-company-btn:hover,
body.site .aw-company-btn:focus-visible {
  transform: translateY(-1px);
}

body.site .aw-company-btn--full {
  width: 100%;
}

body.site .aw-company-btn--primary {
  background: #E37111;
  color: #17181A;
  box-shadow: 0 14px 30px rgba(227,113,17,0.22);
}

body.site .aw-company-btn--primary:hover,
body.site .aw-company-btn--primary:focus-visible {
  background: #F17912;
}

body.site .aw-company-btn--secondary,
body.site .aw-company-btn--ghost {
  color: #fff;
}

body.site .aw-company-btn--secondary {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.10);
}

body.site .aw-company-btn--ghost {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.08);
}

body.site .aw-company-btn--secondary:hover,
body.site .aw-company-btn--secondary:focus-visible,
body.site .aw-company-btn--ghost:hover,
body.site .aw-company-btn--ghost:focus-visible {
  background: rgba(255,255,255,0.10);
  border-color: rgba(227,113,17,0.16);
}

body.site .aw-company-about-intro {
  max-width: 690px;
}

body.site .aw-company-about-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: stretch;
}

body.site .aw-company-card {
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 22px;
  background: var(--aw-company-card-bg);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.site .aw-company-card:hover,
body.site .aw-company-card:focus-within {
  transform: translateY(-1px);
  border-color: rgba(227,113,17,0.16);
  background: var(--aw-company-card-hover);
}

body.site .aw-company-card--supply {
  grid-column: 1;
  grid-row: 1;
}

body.site .aw-company-card--solution:nth-of-type(2),
body.site .aw-company-card--solution:nth-of-type(3) {
  grid-column: 2;
}

body.site .aw-company-card--process {
  grid-column: 1;
  grid-row: 2;
}

body.site .aw-company-cards--advantages,
body.site .aw-company-cards--trust,
body.site .aw-company-tags--segments {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.site .aw-company-cards--trust {
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.site .aw-company-benefits-media {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 24px;
  background: rgba(12,14,18,0.92);
}

body.site .aw-company-benefits-media--embedded {
  margin-top: 18px;
}

body.site .aw-company-benefits-media img,
body.site .aw-company-portrait__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

body.site .aw-company-benefits-media img {
  aspect-ratio: 16 / 8.4;
}

body.site .aw-company-portrait__media {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 24px;
  background: rgba(12,14,18,0.92);
}

body.site .aw-company-portrait__media img {
  aspect-ratio: 4 / 5;
}

body.site .aw-company-portrait__quote {
  margin: 16px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 22px;
  background: rgba(255,255,255,0.03);
}

body.site .aw-company-portrait__quote footer {
  margin-top: 14px;
  color: var(--aw-company-text-muted);
  font-size: 12px;
  line-height: 1.65;
}

body.site .aw-company-workflow--row {
  margin-top: 22px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.site .aw-company-step {
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 22px;
  background: rgba(255,255,255,0.03);
}

body.site .aw-company-step--compact {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}

body.site .aw-company-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 26px;
  border-radius: 999px;
  background: rgba(227,113,17,0.10);
  border: 1px solid var(--aw-company-border-strong);
  color: var(--aw-company-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

body.site .aw-company-step__text {
  margin-top: 0;
  color: var(--aw-company-text-muted);
  font-size: 13px;
  line-height: 1.7;
}

body.site .aw-company-tag {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
  color: var(--aw-company-text-secondary);
  font-size: 14px;
  line-height: 1.5;
}

body.site .aw-company-cta {
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  align-items: center;
}

body.site .aw-company-cta__actions--stacked {
  grid-template-columns: 1fr;
  align-content: center;
}

body.site .aw-company-cta__actions--stacked .aw-company-btn {
  min-height: 48px;
}

body.site .aw-company-page__after-content {
  display: none;
}

@media (max-width: 1399px) {
  body.site .aw-company-cards--advantages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site .aw-company-workflow--row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  body.site .aw-company-hero,
  body.site .aw-company-about-layout,
  body.site .aw-company-trust-layout,
  body.site .aw-company-segments-layout,
  body.site .aw-company-cta {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site .aw-company-card--supply,
  body.site .aw-company-card--process,
  body.site .aw-company-card--solution:nth-of-type(2),
  body.site .aw-company-card--solution:nth-of-type(3) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 899px) {
  body.site .aw-company-workflow--row,
  body.site .aw-company-cards--advantages,
  body.site .aw-company-tags--segments,
  body.site .aw-company-chipset,
  body.site .aw-company-hero__directions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.site .aw-company-page {
    margin-top: 8px;
  }

  body.site .aw-company-section,
  body.site .aw-company-cta,
  body.site .aw-company-hero__main,
  body.site .aw-company-hero__side {
    padding: 20px;
    border-radius: 24px;
  }

  body.site .aw-company-title,
  body.site .aw-company-section__title,
  body.site .aw-company-cta__title {
    font-size: clamp(28px, 8vw, 36px);
  }

  body.site .aw-company-about-grid,
  body.site .aw-company-workflow--row,
  body.site .aw-company-cards--advantages,
  body.site .aw-company-cards--trust,
  body.site .aw-company-tags--segments,
  body.site .aw-company-chipset,
  body.site .aw-company-hero__directions {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-hero__side,
  body.site .aw-company-panel,
  body.site .aw-company-card,
  body.site .aw-company-step,
  body.site .aw-company-portrait__quote,
  body.site .aw-company-portrait__media,
  body.site .aw-company-benefits-media {
    border-radius: 20px;
  }
}


body.site .aw-company-hero__side .aw-company-btn--secondary {
  min-height: 48px;
}


body.site .aw-company-section--about {
  padding: clamp(18px, 2.2vw, 26px);
}

body.site .aw-company-section--about .aw-company-about-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 18px;
  align-items: start;
}

body.site .aw-company-section--about .aw-company-about-intro {
  max-width: 760px;
}

body.site .aw-company-section--about .aw-company-section__title {
  font-size: clamp(28px, 2.35vw, 38px);
  line-height: 1.04;
}

body.site .aw-company-section--about .aw-company-section__lead {
  max-width: 760px;
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.72;
}

body.site .aw-company-section--about .aw-company-about-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.site .aw-company-section--about .aw-company-card {
  padding: 18px 20px;
  border-radius: 20px;
}

body.site .aw-company-section--about .aw-company-card__title {
  font-size: 17px;
  line-height: 1.18;
}

body.site .aw-company-section--about .aw-company-card__text,
body.site .aw-company-section--about .aw-company-checklist li {
  font-size: 13px;
  line-height: 1.68;
}

body.site .aw-company-section--about .aw-company-checklist,
body.site .aw-company-section--about .aw-company-panel__list {
  gap: 10px;
  margin-top: 14px;
}

body.site .aw-company-section--about .aw-company-card--supply {
  grid-column: 1;
  grid-row: 1 / span 2;
}

body.site .aw-company-section--about .aw-company-card--solution:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
}

body.site .aw-company-section--about .aw-company-card--solution:nth-of-type(3) {
  grid-column: 2;
  grid-row: 2;
}

body.site .aw-company-section--about .aw-company-card--industries {
  grid-column: 1 / -1;
}

body.site .aw-company-tags--about-industries {
  margin-top: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.site .aw-company-tag--compact {
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 1199px) {
  body.site .aw-company-section--about .aw-company-about-layout {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-section--about .aw-company-card--supply,
  body.site .aw-company-section--about .aw-company-card--solution:nth-of-type(2),
  body.site .aw-company-section--about .aw-company-card--solution:nth-of-type(3),
  body.site .aw-company-section--about .aw-company-card--industries {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  body.site .aw-company-tags--about-industries {
    grid-template-columns: 1fr;
  }
}


/* About section refinement: split into left value block and right industries block */
body.site .aw-company-section--about {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.site .aw-company-section--about::before {
  display: none;
}

body.site .aw-company-section--about .aw-company-about-layout {
  grid-template-columns: minmax(0, 1.34fr) minmax(360px, 0.92fr);
  gap: 22px;
  align-items: stretch;
}

body.site .aw-company-about-main,
body.site .aw-company-about-side {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--aw-company-border);
  border-radius: 30px;
  background: var(--aw-company-shell-bg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.site .aw-company-about-main::before,
body.site .aw-company-about-side::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
    linear-gradient(90deg, rgba(255,255,255,0.018) 0, rgba(255,255,255,0) 28%);
  opacity: 0.95;
}

body.site .aw-company-about-main,
body.site .aw-company-about-side {
  padding: clamp(22px, 2.7vw, 32px);
}

body.site .aw-company-about-main,
body.site .aw-company-about-side > * {
  position: relative;
  z-index: 1;
}

body.site .aw-company-about-main {
  display: flex;
  flex-direction: column;
}

body.site .aw-company-about-main .aw-company-section__title {
  max-width: 760px;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.08;
}

body.site .aw-company-about-main .aw-company-section__lead {
  max-width: 760px;
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.78;
}

body.site .aw-company-about-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

body.site .aw-company-about-cards .aw-company-card {
  padding: 22px 20px;
  border-radius: 24px;
  min-height: 148px;
}

body.site .aw-company-about-cards .aw-company-card__title {
  font-size: 18px;
  line-height: 1.22;
}

body.site .aw-company-about-cards .aw-company-card__text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
}

body.site .aw-company-about-side {
  display: flex;
  flex-direction: column;
}

body.site .aw-company-about-side .aw-company-side__title {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.16;
}

body.site .aw-company-about-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

body.site .aw-company-about-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
}

body.site .aw-company-about-list-item__icon {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(227,113,17,0.12);
  border: 1px solid rgba(227,113,17,0.16);
}

body.site .aw-company-about-list-item__icon::before,
body.site .aw-company-about-list-item__icon::after {
  content: "";
  position: absolute;
  background: var(--aw-company-accent);
}

body.site .aw-company-about-list-item__icon::before {
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.site .aw-company-about-list-item__icon::after {
  width: 2px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.site .aw-company-about-list-item__label {
  color: var(--aw-company-text-secondary);
  font-size: 15px;
  line-height: 1.5;
}

body.site .aw-company-about-geo {
  margin-top: 18px;
  padding: 22px 20px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  background: rgba(255,255,255,0.03);
}

body.site .aw-company-about-geo__eyebrow {
  color: var(--aw-company-text-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

body.site .aw-company-about-geo__title {
  margin-top: 14px;
  color: #fff;
  font-family: "Montserrat", var(--cassiopeia-font-family-headings, inherit), sans-serif;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.03em;
}

@media (max-width: 1199px) {
  body.site .aw-company-section--about .aw-company-about-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.site .aw-company-about-cards {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-about-main,
  body.site .aw-company-about-side {
    padding: 20px;
    border-radius: 24px;
  }

  body.site .aw-company-about-list-item,
  body.site .aw-company-about-geo,
  body.site .aw-company-about-cards .aw-company-card {
    border-radius: 20px;
  }

  body.site .aw-company-about-main .aw-company-section__lead,
  body.site .aw-company-about-list-item__label,
  body.site .aw-company-about-cards .aw-company-card__text {
    font-size: 14px;
  }
}


/* About section: industries slider in right block */
body.site .aw-company-about-side .aw-company-side__title {
  margin-bottom: 18px;
}

body.site .aw-company-industries {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.site .aw-company-industries__viewport {
  position: relative;
  overflow: hidden;
}

body.site .aw-company-industries__track {
  position: relative;
}

body.site .aw-company-industries__slide {
  display: none;
}

body.site .aw-company-industries__slide.is-active {
  display: block;
}

body.site .aw-company-industries__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.site .aw-company-industries__card {
  min-height: 106px;
  padding: 14px 18px 18px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  background: rgba(255,255,255,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
}

body.site .aw-company-industries__number {
  color: #B9C6DF;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
}

body.site .aw-company-industries__name {
  margin: 14px 0 0;
  color: #fff;
  font-family: "Montserrat", var(--cassiopeia-font-family-headings, inherit), sans-serif;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.03em;
}

body.site .aw-company-industries__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.site .aw-company-industries__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.site .aw-company-industries__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  color: #9FA8B5;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

body.site .aw-company-industries__arrow:hover {
  border-color: rgba(227,113,17,0.28);
  color: #fff;
  background: rgba(255,255,255,0.05);
}

body.site .aw-company-industries__dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.site .aw-company-industries__dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  padding: 0;
  cursor: pointer;
  transition: width .2s ease, background-color .2s ease;
}

body.site .aw-company-industries__dot.is-active {
  width: 28px;
  background: var(--aw-company-accent);
}

body.site .aw-company-about-geo--compact {
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.site .aw-company-about-geo__title--compact {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  body.site .aw-company-industries__grid {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-industries__card {
    min-height: 92px;
    border-radius: 20px;
  }

  body.site .aw-company-industries__name {
    font-size: 18px;
  }

  body.site .aw-company-industries__arrow {
    width: 44px;
    height: 44px;
    border-radius: 16px;
  }
}


body.site .aw-company-about-geo--compact {
  margin-top: 14px;
  padding: 22px 20px 24px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.018) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.025);
}

body.site .aw-company-about-geo__title--compact {
  margin-top: 10px;
  font-size: clamp(28px, 2.15vw, 40px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.site .aw-company-about-geo__actions {
  margin-top: 14px;
}

body.site .aw-company-about-geo__actions .aw-company-btn {
  min-height: 54px;
}

@media (max-width: 767px) {
  body.site .aw-company-about-geo--compact {
    padding: 18px 16px 20px;
    border-radius: 22px;
  }

  body.site .aw-company-about-geo__title--compact {
    font-size: 24px;
  }
}


/* Geo CTA refinement */
body.site .aw-company-about-geo__actions {
  margin-top: 16px;
}

body.site .aw-company-about-geo__actions .aw-company-btn {
  min-height: 56px;
  width: 100%;
}


/* Compact trust section: keep portrait + quote, remove visual collage */
body.site .aw-company-section--trust {
  padding: 24px;
}

body.site .aw-company-trust-layout {
  grid-template-columns: minmax(260px, 0.66fr) minmax(0, 1.34fr);
  gap: 18px;
  align-items: start;
}

body.site .aw-company-portrait {
  align-self: start;
}

body.site .aw-company-portrait__media {
  max-width: 540px;
}

body.site .aw-company-portrait__media img {
  aspect-ratio: 4 / 4.65;
}

body.site .aw-company-portrait__quote {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 18px;
}

body.site .aw-company-portrait__quote p {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.7;
}

body.site .aw-company-portrait__quote footer {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.55;
}

body.site .aw-company-trust-copy .aw-company-section__title {
  max-width: 820px;
}

body.site .aw-company-trust-copy .aw-company-section__lead {
  max-width: 920px;
  margin-top: 12px;
}

body.site .aw-company-cards--trust {
  margin-top: 18px;
  gap: 14px;
}

body.site .aw-company-card--trust {
  padding: 18px 18px 16px;
  min-height: 0;
}

@media (max-width: 1399px) {
  body.site .aw-company-trust-layout {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  }
}

@media (max-width: 1199px) {
  body.site .aw-company-section--trust {
    padding: 22px;
  }

  body.site .aw-company-portrait__media {
    max-width: none;
  }
}

@media (max-width: 767px) {
  body.site .aw-company-section--trust {
    padding: 20px;
  }

  body.site .aw-company-portrait__quote {
    padding: 14px;
  }
}


/* Compact trust section v2: smaller portrait + social proof instead of repeated feature cards */
body.site .aw-company-section--trust {
  padding: 22px;
}

body.site .aw-company-trust-layout {
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1.52fr);
  gap: 16px;
  align-items: start;
}

body.site .aw-company-portrait {
  max-width: 420px;
}

body.site .aw-company-portrait__media {
  max-width: 420px;
}

body.site .aw-company-portrait__media img {
  aspect-ratio: 4 / 4.95;
}

body.site .aw-company-portrait__quote {
  margin-top: 10px;
  padding: 14px 16px;
  border-radius: 18px;
}

body.site .aw-company-trust-copy .aw-company-section__title {
  max-width: 920px;
  margin-bottom: 0;
}

body.site .aw-company-trust-copy .aw-company-section__lead {
  max-width: 920px;
  margin-top: 12px;
}

body.site .aw-company-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 14px;
  margin-top: 18px;
  align-items: start;
}

body.site .aw-company-proof-card {
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 22px;
  background: rgba(255,255,255,0.03);
}

body.site .aw-company-proof-card__title {
  margin: 0;
  color: var(--aw-company-text-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.12;
}

body.site .aw-company-proof-card__text {
  margin: 12px 0 0;
  color: var(--aw-company-text-muted);
  font-size: 14px;
  line-height: 1.8;
}

body.site .aw-company-proof-card__chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

body.site .aw-company-proof-chip {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.02);
  color: var(--aw-company-text-secondary);
  font-size: 14px;
  line-height: 1.45;
}

body.site .aw-company-proof-card__list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

body.site .aw-company-proof-card__item {
  position: relative;
  padding: 0 0 0 16px;
  color: var(--aw-company-text-secondary);
  font-size: 14px;
  line-height: 1.75;
}

body.site .aw-company-proof-card__item::before {
  content: '';
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--aw-company-accent);
  box-shadow: 0 0 0 4px rgba(227,113,17,0.10);
}

body.site .aw-company-proof-card__actions {
  margin-top: 16px;
}

body.site .aw-company-proof-card__actions .aw-company-btn {
  min-height: 48px;
}

@media (max-width: 1399px) {
  body.site .aw-company-trust-layout {
    grid-template-columns: minmax(210px, 0.52fr) minmax(0, 1.48fr);
  }

  body.site .aw-company-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  body.site .aw-company-portrait,
  body.site .aw-company-portrait__media {
    max-width: none;
  }
}

@media (max-width: 767px) {
  body.site .aw-company-proof-card__chips {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-proof-card {
    padding: 16px;
  }

  body.site .aw-company-proof-card__title {
    font-size: 24px;
  }
}


/* Trust section v3: compact portrait + stacked client and letter galleries */
body.site .aw-company-section--trust {
  padding: 22px;
}

body.site .aw-company-trust-layout {
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1.66fr);
  gap: 18px;
  align-items: start;
}

body.site .aw-company-portrait--compact,
body.site .aw-company-portrait__media--compact {
  max-width: 390px;
}

body.site .aw-company-portrait__media--compact img {
  aspect-ratio: 4 / 5;
}

body.site .aw-company-portrait__quote--compact {
  margin-top: 12px;
  padding: 14px 16px;
}

body.site .aw-company-trust-copy--sliders .aw-company-section__title {
  max-width: 980px;
}

body.site .aw-company-trust-copy--sliders .aw-company-section__lead {
  max-width: 980px;
  margin-top: 12px;
}

body.site .aw-company-proof--stacked {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 18px;
}

body.site .aw-company-proof-card--gallery {
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 24px;
  background: rgba(255,255,255,0.03);
}

body.site .aw-company-proof-card__head {
  margin-bottom: 14px;
}

body.site .aw-company-gallery {
  display: grid;
  gap: 12px;
}

body.site .aw-company-gallery__viewport {
  overflow: hidden;
}

body.site .aw-company-gallery__track {
  display: flex;
  transition: transform 0.42s ease;
  will-change: transform;
}

body.site .aw-company-gallery__slide {
  flex: 0 0 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 14px;
  align-items: stretch;
}

body.site .aw-company-gallery--letters .aw-company-gallery__slide {
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
}

body.site .aw-company-gallery__media {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.025);
  padding: 0;
  cursor: pointer;
}

body.site .aw-company-gallery__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.site .aw-company-gallery__media--photo {
  aspect-ratio: 16 / 9;
}

body.site .aw-company-gallery__media--letter {
  aspect-ratio: 4 / 5;
}

body.site .aw-company-gallery__media--placeholder,
body.site .aw-company-gallery__media--letter-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  padding: 18px;
  cursor: default;
  background:
    radial-gradient(circle at 18% 18%, rgba(227,113,17,0.14), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
}

body.site .aw-company-gallery__media--letter-placeholder {
  aspect-ratio: 4 / 5;
}

body.site .aw-company-gallery__placeholder-title {
  color: var(--aw-company-text-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

body.site .aw-company-gallery__placeholder-text {
  margin-top: 10px;
  color: var(--aw-company-text-muted);
  font-size: 13px;
  line-height: 1.7;
  max-width: 280px;
}

body.site .aw-company-gallery__zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(9, 11, 14, 0.82);
  border: 1px solid rgba(255,255,255,0.10);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

body.site .aw-company-gallery__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 4px;
}

body.site .aw-company-gallery__title {
  margin: 0;
  color: var(--aw-company-text-primary);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

body.site .aw-company-gallery__text {
  margin: 12px 0 0;
  color: var(--aw-company-text-secondary);
  font-size: 15px;
  line-height: 1.8;
}

body.site .aw-company-gallery__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.site .aw-company-gallery__nav {
  display: flex;
  gap: 10px;
}

body.site .aw-company-gallery__arrow {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: var(--aw-company-text-secondary);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.site .aw-company-gallery__arrow:hover {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border-color: rgba(227,113,17,0.18);
}

body.site .aw-company-gallery__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.site .aw-company-gallery__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.18);
  padding: 0;
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

body.site .aw-company-gallery__dot.is-active {
  width: 30px;
  background: var(--aw-company-accent);
}

body.site .aw-company-gallery__letter-sheet {
  width: min(100%, 320px);
  aspect-ratio: 4 / 5;
  padding: 20px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(248,248,246,0.98), rgba(231,232,228,0.96));
  box-shadow: 0 18px 34px rgba(0,0,0,0.24);
}

body.site .aw-company-gallery__letter-line {
  height: 8px;
  border-radius: 999px;
  background: rgba(23,24,26,0.14);
  margin-top: 12px;
}

body.site .aw-company-gallery__letter-line--short {
  width: 44%;
  margin-top: 0;
}

body.site .aw-company-gallery__letter-line--mid {
  width: 72%;
}

body.site .aw-company-gallery__letter-sign {
  width: 120px;
  height: 26px;
  margin-top: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(227,113,17,0.72), rgba(227,113,17,0.34));
}

body.site .aw-company-lightbox-open {
  overflow: hidden;
}

body.site .aw-company-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

body.site .aw-company-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 9, 0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.site .aw-company-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(94vw, 1200px);
  max-height: calc(100vh - 40px);
  margin: 20px auto;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(13, 15, 18, 0.96);
  box-shadow: 0 30px 80px rgba(0,0,0,0.44);
}

body.site .aw-company-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 140px);
  width: auto;
  height: auto;
  border-radius: 18px;
}

body.site .aw-company-lightbox__caption {
  margin-top: 12px;
  color: var(--aw-company-text-secondary);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

body.site .aw-company-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1399px) {
  body.site .aw-company-trust-layout {
    grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1.62fr);
  }

  body.site .aw-company-gallery__slide,
  body.site .aw-company-gallery--letters .aw-company-gallery__slide {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-gallery__title {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  body.site .aw-company-trust-layout {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-portrait--compact,
  body.site .aw-company-portrait__media--compact {
    max-width: none;
  }
}

@media (max-width: 767px) {
  body.site .aw-company-proof-card--gallery {
    padding: 16px;
  }

  body.site .aw-company-gallery__title {
    font-size: 22px;
  }

  body.site .aw-company-gallery__text {
    font-size: 14px;
  }

  body.site .aw-company-gallery__arrow {
    width: 42px;
    height: 42px;
    border-radius: 16px;
  }

  body.site .aw-company-lightbox__dialog {
    width: min(96vw, 1200px);
    margin: 10px auto;
    padding: 14px;
    border-radius: 22px;
  }
}


/* Trust section v4: compact client slider with 3 thumbnails and static letters grid */
body.site .aw-company-trust-layout {
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1.72fr);
}

body.site .aw-company-portrait--compact,
body.site .aw-company-portrait__media--compact {
  max-width: 300px;
}

body.site .aw-company-proof--compact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 18px;
}

body.site .aw-company-proof-card--clients,
body.site .aw-company-proof-card--letters-grid {
  padding: 18px 20px;
}

body.site .aw-company-gallery--compact {
  gap: 10px;
}

body.site .aw-company-gallery__slide--compact {
  grid-template-columns: 1fr;
  gap: 0;
}

body.site .aw-company-gallery__grid--clients,
body.site .aw-company-letters-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.site .aw-company-gallery__mini-card,
body.site .aw-company-letter-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body.site .aw-company-gallery__thumb {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  padding: 0;
  cursor: pointer;
}

body.site .aw-company-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.site .aw-company-gallery__thumb--photo,
body.site .aw-company-gallery__thumb--placeholder {
  aspect-ratio: 4 / 3;
}

body.site .aw-company-gallery__thumb--letter,
body.site .aw-company-gallery__thumb--letter-placeholder {
  aspect-ratio: 4 / 5;
}

body.site .aw-company-gallery__thumb--placeholder,
body.site .aw-company-gallery__thumb--letter-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  cursor: default;
  background:
    radial-gradient(circle at 18% 18%, rgba(227,113,17,0.14), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
}

body.site .aw-company-gallery__mini-body {
  padding: 10px 2px 0;
}

body.site .aw-company-gallery__mini-body--letter {
  padding-top: 10px;
}

body.site .aw-company-gallery__mini-title {
  margin: 0;
  color: var(--aw-company-text-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

body.site .aw-company-gallery__mini-text {
  margin: 8px 0 0;
  color: var(--aw-company-text-secondary);
  font-size: 13px;
  line-height: 1.65;
}

body.site .aw-company-gallery__thumb::after {
  content: "Увеличить";
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(9, 11, 14, 0.82);
  border: 1px solid rgba(255,255,255,0.10);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

body.site .aw-company-gallery__thumb:hover::after,
body.site .aw-company-gallery__thumb:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

body.site .aw-company-gallery__thumb--placeholder::after,
body.site .aw-company-gallery__thumb--letter-placeholder::after {
  display: none;
}

body.site .aw-company-gallery__placeholder-title {
  color: var(--aw-company-text-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

body.site .aw-company-proof-card--letters-grid .aw-company-proof-card__text {
  margin-bottom: 2px;
}

@media (max-width: 1399px) {
  body.site .aw-company-gallery__grid--clients,
  body.site .aw-company-letters-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  body.site .aw-company-trust-layout {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-portrait--compact,
  body.site .aw-company-portrait__media--compact {
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  body.site .aw-company-proof-card--clients,
  body.site .aw-company-proof-card--letters-grid {
    padding: 16px;
  }

  body.site .aw-company-gallery__grid--clients,
  body.site .aw-company-letters-grid {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-gallery__mini-title {
    font-size: 15px;
  }

  body.site .aw-company-gallery__mini-text {
    font-size: 12px;
    line-height: 1.55;
  }

  body.site .aw-company-gallery__thumb::after {
    opacity: 1;
    transform: none;
  }
}


/* Trust section v6: wider portrait column + right proof blocks split 50/50 */
body.site .aw-company-trust-layout {
  grid-template-columns: minmax(420px, 0.58fr) minmax(0, 1.42fr);
  gap: 24px;
  align-items: start;
}

body.site .aw-company-portrait--compact,
body.site .aw-company-portrait__media--compact {
  max-width: 520px;
}

body.site .aw-company-portrait__media--compact img {
  aspect-ratio: 4 / 5.1;
}

body.site .aw-company-portrait__quote--compact {
  margin-top: 14px;
  padding: 18px 20px;
}

body.site .aw-company-proof--compact {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}

body.site .aw-company-proof-card--clients,
body.site .aw-company-proof-card--letters-grid {
  padding: 14px 16px;
  border-radius: 20px;
}

body.site .aw-company-proof-card__head {
  margin-bottom: 10px;
}

body.site .aw-company-proof-card__title {
  font-size: 20px;
  line-height: 1.16;
}

body.site .aw-company-proof-card__text {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
}

body.site .aw-company-gallery__grid--clients,
body.site .aw-company-letters-grid {
  gap: 12px;
}

body.site .aw-company-gallery__thumb {
  border-radius: 16px;
}

body.site .aw-company-gallery__thumb--photo,
body.site .aw-company-gallery__thumb--placeholder {
  aspect-ratio: 16 / 10;
}

body.site .aw-company-gallery__thumb--letter,
body.site .aw-company-gallery__thumb--letter-placeholder {
  aspect-ratio: 3 / 4;
}

body.site .aw-company-gallery__mini-body {
  padding: 8px 2px 0;
}

body.site .aw-company-gallery__mini-body--letter {
  padding-top: 8px;
}

body.site .aw-company-gallery__mini-title {
  font-size: 14px;
  line-height: 1.35;
}

body.site .aw-company-gallery__mini-text {
  display: none;
}

body.site .aw-company-gallery__arrow {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  font-size: 22px;
}

body.site .aw-company-gallery__dots {
  gap: 6px;
}

body.site .aw-company-gallery__dot {
  width: 8px;
  height: 8px;
}

body.site .aw-company-gallery__dot.is-active {
  width: 22px;
}

body.site .aw-company-proof-card--letters-grid .aw-company-proof-card__text {
  margin-bottom: 0;
}

@media (max-width: 1439px) {
  body.site .aw-company-trust-layout {
    grid-template-columns: minmax(360px, 0.52fr) minmax(0, 1.48fr);
  }
}

@media (max-width: 1279px) {
  body.site .aw-company-proof--compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  body.site .aw-company-trust-layout {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-portrait--compact,
  body.site .aw-company-portrait__media--compact {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  body.site .aw-company-proof-card__title {
    font-size: 18px;
  }

  body.site .aw-company-gallery__mini-title {
    font-size: 13px;
  }
}


/* ===== Trust block final rebalance ===== */
body.site .aw-company-trust-layout {
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

body.site .aw-company-portrait--compact {
  max-width: 440px;
}

body.site .aw-company-portrait__media--compact {
  max-width: 440px;
}

body.site .aw-company-trust-copy--sliders {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body.site .aw-company-trust-copy--sliders .aw-company-section__lead {
  max-width: 980px;
}

body.site .aw-company-proof--compact {
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
  flex: 1 1 auto;
}

body.site .aw-company-proof-card--clients,
body.site .aw-company-proof-card--letters-grid {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 18px 18px 16px;
  border-radius: 24px;
}

body.site .aw-company-proof-card__head {
  margin-bottom: 12px;
}

body.site .aw-company-proof-card__title {
  font-size: 18px;
  line-height: 1.15;
}

body.site .aw-company-proof-card__text {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(226, 230, 237, 0.78);
}

body.site .aw-company-proof-card--clients .aw-company-gallery--compact {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 auto;
}

body.site .aw-company-proof-card--clients .aw-company-gallery__viewport {
  flex: 1 1 auto;
}

body.site .aw-company-proof-card--clients .aw-company-gallery__track {
  height: 100%;
}

body.site .aw-company-proof-card--clients .aw-company-gallery__slide {
  height: 100%;
}

body.site .aw-company-gallery__grid--clients,
body.site .aw-company-letters-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.site .aw-company-gallery__thumb--photo,
body.site .aw-company-gallery__thumb--placeholder {
  aspect-ratio: 4 / 3;
}

body.site .aw-company-gallery__thumb--letter,
body.site .aw-company-gallery__thumb--letter-placeholder {
  aspect-ratio: 4 / 5;
}

body.site .aw-company-gallery__mini-card,
body.site .aw-company-letter-card {
  display: flex;
  flex-direction: column;
}

body.site .aw-company-gallery__mini-body {
  padding: 8px 0 0;
}

body.site .aw-company-gallery__mini-body--letter {
  padding-top: 8px;
}

body.site .aw-company-gallery__mini-title {
  font-size: 13px;
  line-height: 1.35;
}

body.site .aw-company-gallery__mini-text {
  display: none;
}

body.site .aw-company-proof-card--clients .aw-company-gallery__footer {
  margin-top: 8px;
  padding-top: 0;
}

body.site .aw-company-gallery__nav {
  gap: 8px;
}

body.site .aw-company-gallery__arrow {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  font-size: 20px;
}

body.site .aw-company-gallery__dots {
  gap: 6px;
}

body.site .aw-company-gallery__dot {
  width: 8px;
  height: 8px;
}

body.site .aw-company-gallery__dot.is-active {
  width: 20px;
}

body.site .aw-company-proof-card--letters-grid .aw-company-proof-card__text {
  margin-bottom: 0;
}

@media (max-width: 1439px) {
  body.site .aw-company-trust-layout {
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  }
}

@media (max-width: 1199px) {
  body.site .aw-company-trust-layout {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-portrait--compact,
  body.site .aw-company-portrait__media--compact {
    max-width: 420px;
  }

  body.site .aw-company-proof--compact {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}

@media (max-width: 767px) {
  body.site .aw-company-gallery__grid--clients,
  body.site .aw-company-letters-grid {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-proof-card--clients,
  body.site .aw-company-proof-card--letters-grid {
    padding: 16px;
    border-radius: 20px;
  }

  body.site .aw-company-proof-card__title {
    font-size: 17px;
  }
}


/* ===== Trust block: exact mockup rebuild ===== */
body.site .aw-company-section--trust {
  padding: 22px;
}

body.site .aw-company-section--trust .aw-company-trust-layout--mockup {
  grid-template-columns: minmax(350px, 0.78fr) minmax(0, 1.22fr);
  gap: 22px;
  align-items: start;
}

body.site .aw-company-section--trust .aw-company-portrait--mockup,
body.site .aw-company-section--trust .aw-company-portrait__media--mockup {
  max-width: 100%;
}

body.site .aw-company-section--trust .aw-company-portrait__media--mockup {
  overflow: hidden;
  border-radius: 28px;
}

body.site .aw-company-section--trust .aw-company-portrait__media--mockup img {
  aspect-ratio: 4 / 4.08;
  object-fit: cover;
  object-position: center top;
}

body.site .aw-company-section--trust .aw-company-portrait__quote--mockup {
  margin-top: 12px;
  padding: 14px 16px 14px;
  border-radius: 20px;
}

body.site .aw-company-section--trust .aw-company-portrait__quote--mockup p {
  font-size: 12px;
  line-height: 1.68;
}

body.site .aw-company-section--trust .aw-company-portrait__quote--mockup footer {
  margin-top: 10px;
  font-size: 11px;
}

body.site .aw-company-section--trust .aw-company-trust-copy--mockup {
  display: flex;
  flex-direction: column;
}

body.site .aw-company-section--trust .aw-company-trust-copy--mockup .aw-company-section__title {
  max-width: 980px;
  margin-top: 14px;
  font-size: clamp(44px, 3.9vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

body.site .aw-company-section--trust .aw-company-trust-copy--mockup .aw-company-section__lead {
  max-width: 980px;
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.72;
}

body.site .aw-company-section--trust .aw-company-trust-panels {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
  margin-top: 18px;
}

body.site .aw-company-section--trust .aw-company-proof-card--mockup {
  padding: 20px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.028);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.025);
}

body.site .aw-company-section--trust .aw-company-proof-card__head--mockup {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

body.site .aw-company-section--trust .aw-company-proof-card__head--mockup > div:first-child {
  min-width: 0;
}

body.site .aw-company-section--trust .aw-company-proof-card__title {
  font-size: 17px;
  line-height: 1.18;
}

body.site .aw-company-section--trust .aw-company-proof-card__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(226,230,237,0.78);
}

body.site .aw-company-section--trust .aw-company-proof-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(227,113,17,0.26);
  background: rgba(227,113,17,0.10);
  color: var(--aw-company-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

body.site .aw-company-section--trust .aw-company-proof-card__badge--ghost {
  border-color: rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.72);
}

body.site .aw-company-section--trust .aw-company-clients-slider,
body.site .aw-company-section--trust .aw-company-gallery__viewport {
  min-width: 0;
}

body.site .aw-company-section--trust .aw-company-gallery__track {
  display: flex;
  transition: transform 0.42s ease;
  will-change: transform;
}

body.site .aw-company-section--trust .aw-company-gallery__slide--mockup-clients {
  flex: 0 0 100%;
  min-width: 100%;
}

body.site .aw-company-section--trust .aw-company-client-grid,
body.site .aw-company-section--trust .aw-company-letters-grid--mockup {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.site .aw-company-section--trust .aw-company-client-card,
body.site .aw-company-section--trust .aw-company-letter-card--mockup {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.025);
}

body.site .aw-company-section--trust .aw-company-client-card__media,
body.site .aw-company-section--trust .aw-company-letter-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 18% 18%, rgba(227,113,17,0.14), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(24,49,96,0.18), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  overflow: hidden;
}

body.site .aw-company-section--trust .aw-company-client-card__media {
  aspect-ratio: 1 / 1;
  padding: 12px;
}

body.site .aw-company-section--trust .aw-company-letter-card__media {
  aspect-ratio: 0.78 / 1;
  padding: 16px 14px;
}

body.site .aw-company-section--trust .aw-company-client-card__media img,
body.site .aw-company-section--trust .aw-company-letter-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.site .aw-company-section--trust .aw-company-client-card__media--placeholder {
  cursor: default;
}

body.site .aw-company-section--trust .aw-company-client-card__logo-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(14,17,22,0.40);
}

body.site .aw-company-section--trust .aw-company-client-card__logo-shell::before,
body.site .aw-company-section--trust .aw-company-client-card__logo-shell::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.06);
}

body.site .aw-company-section--trust .aw-company-client-card__logo-pill {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(9,11,14,0.56);
  color: rgba(255,255,255,0.76);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.site .aw-company-section--trust .aw-company-letter-card__media--placeholder {
  cursor: default;
}

body.site .aw-company-section--trust .aw-company-letter-card__sheet {
  width: min(100%, 124px);
  aspect-ratio: 4 / 5;
  padding: 14px 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(246,245,242,0.98), rgba(232,231,227,0.96));
  box-shadow: 0 14px 28px rgba(0,0,0,0.20);
}

body.site .aw-company-section--trust .aw-company-letter-card__line {
  height: 7px;
  border-radius: 999px;
  background: rgba(23,24,26,0.12);
  margin-top: 10px;
}

body.site .aw-company-section--trust .aw-company-letter-card__line--short {
  width: 42%;
  margin-top: 0;
}

body.site .aw-company-section--trust .aw-company-letter-card__line--mid {
  width: 72%;
}

body.site .aw-company-section--trust .aw-company-letter-card__sign {
  width: 88px;
  height: 20px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(227,113,17,0.76), rgba(227,113,17,0.38));
}

body.site .aw-company-section--trust .aw-company-client-card__meta,
body.site .aw-company-section--trust .aw-company-letter-card__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0 0;
}

body.site .aw-company-section--trust .aw-company-client-card__name,
body.site .aw-company-section--trust .aw-company-letter-card__name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

body.site .aw-company-section--trust .aw-company-client-card__format,
body.site .aw-company-section--trust .aw-company-letter-card__format {
  color: rgba(255,255,255,0.52);
  font-size: 12px;
  line-height: 1.35;
  text-align: right;
}

body.site .aw-company-section--trust .aw-company-gallery__footer--mockup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
}

body.site .aw-company-section--trust .aw-company-gallery__nav {
  display: flex;
  gap: 10px;
}

body.site .aw-company-section--trust .aw-company-gallery__arrow {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.72);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

body.site .aw-company-section--trust .aw-company-gallery__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.site .aw-company-section--trust .aw-company-gallery__dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255,255,255,0.18);
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

body.site .aw-company-section--trust .aw-company-gallery__dot.is-active {
  width: 24px;
  background: var(--aw-company-accent);
}

@media (max-width: 1399px) {
  body.site .aw-company-section--trust .aw-company-trust-layout--mockup {
    grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1.26fr);
  }

  body.site .aw-company-section--trust .aw-company-trust-panels {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  body.site .aw-company-section--trust .aw-company-trust-layout--mockup {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 899px) {
  body.site .aw-company-section--trust .aw-company-client-grid,
  body.site .aw-company-section--trust .aw-company-letters-grid--mockup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.site .aw-company-section--trust {
    padding: 20px;
  }

  body.site .aw-company-section--trust .aw-company-trust-copy--mockup .aw-company-section__title {
    font-size: clamp(32px, 10vw, 46px);
  }

  body.site .aw-company-section--trust .aw-company-proof-card__head--mockup {
    flex-direction: column;
    align-items: flex-start;
  }

  body.site .aw-company-section--trust .aw-company-client-grid,
  body.site .aw-company-section--trust .aw-company-letters-grid--mockup {
    grid-template-columns: 1fr;
  }

  body.site .aw-company-section--trust .aw-company-gallery__footer--mockup {
    margin-top: 12px;
  }
}


/* ===== Trust cards exact correction ===== */
body.site .aw-company-section--trust .aw-company-client-grid,
body.site .aw-company-section--trust .aw-company-letters-grid--mockup {
  align-items: stretch;
}

body.site .aw-company-section--trust .aw-company-client-card,
body.site .aw-company-section--trust .aw-company-letter-card--mockup {
  padding: 14px;
  border-radius: 22px;
  min-height: 100%;
}

body.site .aw-company-section--trust .aw-company-client-card__media {
  aspect-ratio: 1 / 1.02;
  padding: 10px;
  border-radius: 20px;
}

body.site .aw-company-section--trust .aw-company-client-card__logo-shell {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 18px;
  background: rgba(14,17,22,0.34);
}

body.site .aw-company-section--trust .aw-company-client-card__logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(9,11,14,0.44);
}

body.site .aw-company-section--trust .aw-company-client-card__logo-frame--image img {
  display: block;
  width: 72%;
  height: 72%;
  object-fit: contain;
}

body.site .aw-company-section--trust .aw-company-client-card__logo-pill {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 13px;
  font-size: 11px;
  letter-spacing: 0.08em;
}

body.site .aw-company-section--trust .aw-company-client-card__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
  padding: 12px 0 0;
}

body.site .aw-company-section--trust .aw-company-client-card__name {
  min-width: 0;
  font-size: 14px;
  line-height: 1.18;
  word-break: break-word;
}

body.site .aw-company-section--trust .aw-company-client-card__format {
  align-self: end;
  font-size: 11px;
  line-height: 1.2;
  white-space: normal;
}

body.site .aw-company-section--trust .aw-company-letter-card__media {
  aspect-ratio: 0.92 / 1;
  padding: 10px;
  border-radius: 20px;
}

body.site .aw-company-section--trust .aw-company-letter-card__sheet-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.site .aw-company-section--trust .aw-company-letter-card__sheet {
  width: min(100%, 112px);
  aspect-ratio: 4 / 5;
  padding: 14px 12px;
  border-radius: 18px;
}

body.site .aw-company-section--trust .aw-company-letter-card__sheet--image {
  padding: 0;
  overflow: hidden;
}

body.site .aw-company-section--trust .aw-company-letter-card__sheet--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.site .aw-company-section--trust .aw-company-letter-card__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
  padding: 12px 0 0;
}

body.site .aw-company-section--trust .aw-company-letter-card__name {
  min-width: 0;
  font-size: 14px;
  line-height: 1.18;
}

body.site .aw-company-section--trust .aw-company-letter-card__format {
  font-size: 11px;
  line-height: 1.2;
  white-space: normal;
}

@media (max-width: 1199px) {
  body.site .aw-company-section--trust .aw-company-client-card__logo-frame--image img {
    width: 76%;
    height: 76%;
  }
}

@media (max-width: 767px) {
  body.site .aw-company-section--trust .aw-company-client-card__name,
  body.site .aw-company-section--trust .aw-company-letter-card__name {
    font-size: 13px;
  }
}


/* ===== Trust clients copied from letter cards 1:1 ===== */
body.site .aw-company-section--trust .aw-company-letter-card--client-copy {
  padding: 14px;
  border-radius: 22px;
  min-height: 100%;
}

body.site .aw-company-section--trust .aw-company-letter-card__media--client-copy {
  aspect-ratio: 0.92 / 1;
  padding: 10px;
  border-radius: 20px;
}

body.site .aw-company-section--trust .aw-company-letter-card__sheet--client-copy img {
  object-fit: contain;
  background: #f1efec;
}

body.site .aw-company-section--trust .aw-company-letter-card__meta--client-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
  padding: 12px 0 0;
}


/* ===== Trust exact v6: client cards use the same construction as letter cards ===== */
body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card--mockup {
  padding: 14px;
  border-radius: 22px;
  min-height: 100%;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__media {
  aspect-ratio: 0.92 / 1;
  padding: 10px;
  border-radius: 20px;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__sheet-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__sheet {
  width: min(100%, 112px);
  aspect-ratio: 4 / 5;
  padding: 14px 12px;
  border-radius: 18px;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__sheet--image {
  padding: 0;
  overflow: hidden;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__sheet--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
  padding: 12px 0 0;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__name {
  min-width: 0;
  font-size: 14px;
  line-height: 1.18;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__format {
  font-size: 11px;
  line-height: 1.2;
  white-space: normal;
}

/* ===== FINAL: client cards use the exact same visual shell as letter cards ===== */
body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-gallery__slide--mockup-clients {
  display: block;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-client-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card--mockup,
body.site .aw-company-section--trust .aw-company-proof-card--letters-grid .aw-company-letter-card--mockup {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.025);
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__media,
body.site .aw-company-section--trust .aw-company-proof-card--letters-grid .aw-company-letter-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.92 / 1;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 18% 18%, rgba(227,113,17,0.14), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(24,49,96,0.18), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  overflow: hidden;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__sheet-shell,
body.site .aw-company-section--trust .aw-company-proof-card--letters-grid .aw-company-letter-card__sheet-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__sheet,
body.site .aw-company-section--trust .aw-company-proof-card--letters-grid .aw-company-letter-card__sheet {
  width: min(100%, 112px);
  aspect-ratio: 4 / 5;
  padding: 14px 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(246,245,242,0.98), rgba(232,231,227,0.96));
  box-shadow: 0 14px 28px rgba(0,0,0,0.20);
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__sheet--image,
body.site .aw-company-section--trust .aw-company-proof-card--letters-grid .aw-company-letter-card__sheet--image {
  padding: 0;
  overflow: hidden;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__sheet--image img,
body.site .aw-company-section--trust .aw-company-proof-card--letters-grid .aw-company-letter-card__sheet--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f1efec;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__meta,
body.site .aw-company-section--trust .aw-company-proof-card--letters-grid .aw-company-letter-card__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
  padding: 12px 0 0;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__name,
body.site .aw-company-section--trust .aw-company-proof-card--letters-grid .aw-company-letter-card__name {
  min-width: 0;
  font-size: 14px;
  line-height: 1.18;
}

body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-letter-card__format,
body.site .aw-company-section--trust .aw-company-proof-card--letters-grid .aw-company-letter-card__format {
  font-size: 11px;
  line-height: 1.2;
  white-space: normal;
}

@media (max-width: 899px) {
  body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-client-grid,
  body.site .aw-company-section--trust .aw-company-proof-card--letters-grid .aw-company-letters-grid--mockup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.site .aw-company-section--trust .aw-company-proof-card--clients .aw-company-client-grid,
  body.site .aw-company-section--trust .aw-company-proof-card--letters-grid .aw-company-letters-grid--mockup {
    grid-template-columns: 1fr;
  }
}

/* CTA button text visibility fix */
body.site .aw-company-page .aw-company-cta .aw-company-btn.aw-company-btn--primary,
body.site .aw-company-page .aw-company-cta .aw-company-btn.aw-company-btn--primary:link,
body.site .aw-company-page .aw-company-cta .aw-company-btn.aw-company-btn--primary:visited,
body.site .aw-company-page .aw-company-cta .aw-company-btn.aw-company-btn--primary:hover,
body.site .aw-company-page .aw-company-cta .aw-company-btn.aw-company-btn--primary:focus-visible {
  color: #FFFFFF;
  font-family: "Montserrat", var(--cassiopeia-font-family-headings, inherit), sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

/* FORCE FIX: Company page CTA primary button text */
body.site .aw-company-page .aw-company-cta .aw-company-btn.aw-company-btn--primary,
body.site .aw-company-page .aw-company-cta .aw-company-btn.aw-company-btn--primary:link,
body.site .aw-company-page .aw-company-cta .aw-company-btn.aw-company-btn--primary:visited,
body.site .aw-company-page .aw-company-cta .aw-company-btn.aw-company-btn--primary:hover,
body.site .aw-company-page .aw-company-cta .aw-company-btn.aw-company-btn--primary:active,
body.site .aw-company-page .aw-company-cta .aw-company-btn.aw-company-btn--primary:focus,
body.site .aw-company-page .aw-company-cta .aw-company-btn.aw-company-btn--primary:focus-visible {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-fill-color: #FFFFFF;
}

/* FIX: eyebrow width only in About and Trust blocks */
body.site .aw-company-page .aw-company-about-main > .aw-company-section__eyebrow,
body.site .aw-company-page .aw-company-section--trust .aw-company-trust-copy--mockup > .aw-company-section__eyebrow {
  align-self: flex-start;
}

/* Requisites page */
body.site .aw-requisites-page {
  --aw-requisites-shell-bg: linear-gradient(180deg, rgba(22, 22, 24, 0.96) 0%, rgba(14, 15, 18, 0.98) 100%);
  --aw-requisites-panel-bg: linear-gradient(90deg, rgba(104, 63, 18, 0.18) 0%, rgba(58, 43, 28, 0.20) 16%, rgba(24, 24, 26, 0.92) 40%, rgba(14, 15, 18, 0.98) 100%);
  --aw-requisites-panel-inner: linear-gradient(180deg, rgba(15, 16, 19, 0.92), rgba(9, 10, 13, 0.97));
  --aw-requisites-border: rgba(255,255,255,0.08);
  --aw-requisites-border-strong: rgba(227,113,17,0.20);
  --aw-requisites-text: #F2F3F5;
  --aw-requisites-text-secondary: #C8CCD2;
  --aw-requisites-text-muted: #979DA6;
  --aw-requisites-accent: #F17912;
  display: grid;
  gap: 28px;
  color: var(--aw-requisites-text);
}

body.site .aw-requisites-page::after {
  content: '';
  display: block;
  height: clamp(28px, 3.2vw, 44px);
}

body.site .aw-requisites-page a {
  text-decoration: none;
}

body.site .aw-requisites-hero,
body.site .aw-requisites-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--aw-requisites-border);
  background: var(--aw-requisites-shell-bg);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

body.site .aw-requisites-hero::before,
body.site .aw-requisites-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--aw-requisites-panel-bg);
  pointer-events: none;
}

body.site .aw-requisites-hero {
  padding: 42px 40px;
}

body.site .aw-requisites-hero > *,
body.site .aw-requisites-card > * {
  position: relative;
  z-index: 1;
}

body.site .aw-requisites-eyebrow,
body.site .aw-requisites-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--aw-requisites-border-strong);
  background: rgba(241, 121, 18, 0.08);
  color: var(--aw-requisites-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.site .aw-requisites-title {
  margin: 22px 0 18px;
  font-size: clamp(38px, 3.8vw, 60px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  max-width: none;
}

@media (min-width: 1200px) {
  body.site .aw-requisites-title {
    white-space: nowrap;
  }
}

body.site .aw-requisites-lead {
  margin: 0;
  max-width: none;
  font-size: 19px;
  line-height: 1.6;
  color: var(--aw-requisites-text-secondary);
}

body.site .aw-requisites-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: start;
}

body.site .aw-requisites-card {
  padding: 28px;
}

body.site .aw-requisites-table {
  margin-top: 20px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  background: var(--aw-requisites-panel-inner);
}

body.site .aw-requisites-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
  gap: 24px;
  padding: 22px 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

body.site .aw-requisites-row:first-child {
  border-top: 0;
}

body.site .aw-requisites-key {
  color: var(--aw-requisites-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
}

body.site .aw-requisites-value {
  color: var(--aw-requisites-text);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
}

body.site .aw-requisites-download {
  margin-top: 20px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid var(--aw-requisites-border-strong);
  background: linear-gradient(90deg, rgba(100, 60, 20, 0.24) 0%, rgba(46, 36, 26, 0.26) 18%, rgba(18, 19, 22, 0.94) 100%);
}

body.site .aw-requisites-download__title {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--aw-requisites-text);
}

body.site .aw-requisites-download__text {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--aw-requisites-text-secondary);
}

body.site .aw-requisites-download__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--aw-requisites-accent);
  font-size: 16px;
  font-weight: 700;
}

body.site .aw-requisites-download__link:hover,
body.site .aw-requisites-download__link:focus-visible {
  color: #ff9f45;
}

@media (max-width: 991.98px) {
  body.site .aw-requisites-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body.site .aw-requisites-page {
    gap: 20px;
  }

  body.site .aw-requisites-hero,
  body.site .aw-requisites-card {
    border-radius: 24px;
  }

  body.site .aw-requisites-hero {
    padding: 28px 22px;
  }

  body.site .aw-requisites-card {
    padding: 20px;
  }

  body.site .aw-requisites-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 18px;
  }

  body.site .aw-requisites-title {
    margin: 18px 0 14px;
    font-size: clamp(34px, 10vw, 52px);
  }

  body.site .aw-requisites-lead {
    font-size: 17px;
  }
}