:root {
  --about-bg: #faf7f2;
  --about-ink: #222222;
  --about-muted: #555555;
  --about-primary: #d4a869;
  --about-primary-strong: #a47839;
  --about-accent: #f3e7d6;
  --about-card: #ffffff;
  --about-border: #e3d4be;
  --about-shadow: 0 18px 44px rgba(78, 53, 22, 0.12);
}

.about-redesign {
  margin-top: 110px;
  padding: 0 24px 48px;
  background:
    radial-gradient(circle at 12% 8%, rgba(212, 168, 105, 0.2), transparent 42%),
    radial-gradient(circle at 90% 0%, rgba(164, 120, 57, 0.13), transparent 35%),
    var(--about-bg);
  color: var(--about-ink);
}

.about-redesign a {
  color: var(--about-primary-strong);
}

.about-hero,
.about-metrics,
.about-grid,
.about-strip,
.about-cta {
  max-width: 1180px;
  margin: 0 auto 26px;
}

.about-hero {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 26px;
  align-items: stretch;
  padding: 30px 0 0;
}

.about-hero__copy,
.about-hero__panel {
  background: var(--about-card);
  border: 1px solid var(--about-border);
  border-radius: 20px;
  box-shadow: var(--about-shadow);
  padding: 30px;
}

.about-hero__copy {
  background: linear-gradient(150deg, #ffffff 0%, #fbf5eb 100%);
}

.about-eyebrow {
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--about-primary);
  font-size: 12px;
  text-align: center;
}

.about-redesign .about-eyebrow {
  width: 100%;
  display: block;
  text-align: center !important;
}

.about-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4.8vw, 58px);
  line-height: 1.03;
  font-weight: 800;
}

.about-lead {
  margin: 0 0 10px;
  color: #333333;
  font-size: 20px;
  line-height: 1.45;
}

.about-hero__copy p {
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.65;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.about-btn:hover,
.about-btn:focus {
  text-decoration: none;
  transform: translateY(-2px);
}

.about-btn--primary {
  color: #ffffff;
  background: linear-gradient(120deg, var(--about-primary), #be8e4f);
  box-shadow: 0 10px 20px rgba(164, 120, 57, 0.32);
}

.about-btn--primary:hover,
.about-btn--primary:focus {
  color: #ffffff;
  background: linear-gradient(120deg, var(--about-primary-strong), var(--about-primary));
}

.about-btn--ghost {
  background: #fffaf2;
  border-color: #d4a869;
  color: #a47839;
}

.about-btn--ghost:hover,
.about-btn--ghost:focus {
  color: #8f672f;
  background: #f7efe3;
}

.about-hero__panel h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.25;
}

.about-hero__panel ul {
  margin: 0;
  padding-left: 20px;
}

.about-hero__panel li {
  margin-bottom: 9px;
  color: var(--about-muted);
  line-height: 1.5;
}

.about-hero__panel {
  display: flex;
  flex-direction: column;
}

.about-trust-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-content: stretch;
  flex: 1;
}

.about-trust-list li {
  margin: 0 !important;
  padding: 10px 12px;
  border: 1px solid #e4d3b9;
  border-radius: 10px;
  background: linear-gradient(140deg, #fffdf9, #f7efe3);
  color: #4a4a4a;
  font-size: 0.95em;
  line-height: 1.35;
  display: flex;
  align-items: center;
}

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

.metric-card {
  background: var(--about-card);
  border: 1px solid var(--about-border);
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 8px 22px rgba(78, 53, 22, 0.08);
}

.metric-number {
  margin: 0 0 8px;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 800;
  color: var(--about-primary-strong);
}

.metric-label {
  margin: 0;
  color: var(--about-muted);
  line-height: 1.45;
}

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

.about-card {
  background: var(--about-card);
  border: 1px solid var(--about-border);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 8px 22px rgba(78, 53, 22, 0.08);
}

.about-card h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.25;
}

.about-card p {
  color: var(--about-muted);
  line-height: 1.6;
}

.about-steps {
  margin: 0;
  padding-left: 18px;
}

.about-steps li {
  color: var(--about-muted);
  margin-bottom: 8px;
  line-height: 1.55;
}

.about-strip,
.about-cta {
  background: var(--about-card);
  border: 1px solid var(--about-border);
  border-radius: 18px;
  box-shadow: var(--about-shadow);
  padding: 24px;
}

.about-strip {
  background: linear-gradient(135deg, #8f672f, #b88849 55%, #d4a869);
  color: #ffffff;
}

.about-strip h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 31px;
  line-height: 1.2;
}

.about-strip p {
  margin: 0;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
}

.about-cta h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1.2;
}

.about-cta p {
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--about-muted);
  max-width: 760px;
}

.about-redesign .clientslist {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--about-border);
  padding: 24px;
  box-shadow: 0 10px 28px rgba(78, 53, 22, 0.08);
}

.about-redesign .clientslist h3 {
  margin-top: 22px;
  margin-bottom: 14px;
  color: #a47839;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .about-redesign {
    margin-top: 78px;
    padding: 0 16px 36px;
  }

  .about-hero {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-metrics,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-hero h1 {
    font-size: 36px;
  }

  .about-trust-list {
    grid-template-columns: 1fr;
  }

  .about-hero__copy,
  .about-hero__panel,
  .metric-card,
  .about-card,
  .about-strip,
  .about-cta {
    padding: 18px;
    border-radius: 14px;
  }

  .about-strip h2,
  .about-cta h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .view__header_mobile {
    display: flex;
    align-items: center;
    min-height: 56px;
    width: 100%;
    max-width: 100vw;
    padding: 10px 56px 10px 10px !important;
    box-sizing: border-box;
    overflow: hidden;
  }

  body .view__header_mobile.hidden-sm.hidden-md.hidden-lg {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100vw !important;
    padding: 10px 56px 10px 10px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body .view__header_mobile.hidden-sm.hidden-md.hidden-lg .about-mobile-logo-shell {
    display: flex !important;
    align-items: center !important;
    width: calc(100vw - 84px) !important;
    max-width: calc(100vw - 84px) !important;
    overflow: hidden !important;
  }

  .view__header_mobile a {
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  body .view__header_mobile.hidden-sm.hidden-md.hidden-lg > a.nodecor {
    display: inline-flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body .view__header_mobile.hidden-sm.hidden-md.hidden-lg .about-mobile-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .view__header_mobile img {
    width: auto !important;
    max-width: calc(100vw - 84px) !important;
    height: 36px !important;
    margin-top: 0 !important;
    object-fit: contain;
  }

  body .view__header_mobile.hidden-sm.hidden-md.hidden-lg .about-mobile-logo {
    display: block !important;
    width: auto !important;
    max-width: calc(100vw - 84px) !important;
    height: 36px !important;
    margin: 0 !important;
    object-fit: contain !important;
  }

  body .view__header_mobile.hidden-sm.hidden-md.hidden-lg > a.nodecor > img {
    width: auto !important;
    max-width: calc(100vw - 84px) !important;
    height: 36px !important;
    margin-top: 0 !important;
    object-fit: contain !important;
  }

  #view__menu_global .logo {
    width: 100%;
    max-width: 100vw;
    padding-right: 12px;
    box-sizing: border-box;
    overflow: hidden;
  }

  #view__menu_global .logo img {
    width: auto !important;
    max-width: calc(100vw - 32px) !important;
    height: auto !important;
  }

  #view__menu_global .logo a,
  #view__menu_global.visible .logo a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
  }

  #ctrl__menu_global {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    padding: 7px;
    box-sizing: border-box;
  }
}
