:root {
  --ared-navy: #212121;
  --ared-navy-soft: #212121;
  --ared-gold: #957A56;
  --ared-gold-dark: #957A56;
  --ared-text: #212121;
  --ared-bg: #FCFCFC;
  --ared-line: rgba(16, 40, 63, 0.1);
}

.ared-page {
  overflow: hidden;
  background: #FCFCFC;
  color: var(--ared-text);
}

.ared-page .container {
  width: calc(100% - 40px);
  max-width: 1380px;
  margin-inline: auto;
}

.ared-hero {
  position: relative;
  overflow: hidden;
  padding: 44px 0 55px;
  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(199, 155, 82, 0.2),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      var(--ared-navy),
      var(--ared-navy-soft)
    );
  color: #FCFCFC;
}

.ared-hero-shape {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.ared-shape-one {
  width: 380px;
  height: 380px;
  top: -210px;
  left: -120px;
}

.ared-shape-two {
  width: 260px;
  height: 260px;
  right: -110px;
  bottom: -150px;
}

.ared-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.ared-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.ared-breadcrumb strong {
  color: #FCFCFC;
}

.ared-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(0, 1.35fr)
    minmax(260px, 0.65fr);
  gap: 34px;
  align-items: center;
}

.ared-hero-content {
  max-width: 770px;
}

.ared-eyebrow,
.ared-section-heading > span,
.ared-title-center > span,
.ared-value-copy > span,
.ared-cta-card > div > span {
  display: block;
  margin-bottom: 9px;
  color: var(--ared-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ared-hero h1 {
  margin: 0 0 13px;
  color: #FCFCFC;
  font-size: clamp(37px, 6vw, 63px);
  font-weight: 900;
  line-height: 1.18;
}

.ared-hero-content > p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 15px;
  line-height: 1.95;
}

.ared-hero-actions,
.ared-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 23px;
}

.ared-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 9px 19px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.ared-btn-gold {
  border-color: var(--ared-gold);
  background: var(--ared-gold);
  color: #FCFCFC;
}

.ared-btn-outline {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.05);
  color: #FCFCFC;
}

.ared-btn-light {
  border-color: rgba(255, 255, 255, 0.21);
  background: rgba(255, 255, 255, 0.08);
  color: #FCFCFC;
}

.ared-hero-panel {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.ared-hero-panel > span {
  display: block;
  margin-bottom: 13px;
  color: var(--ared-gold);
  font-size: 10px;
  font-weight: 900;
}

.ared-hero-panel ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ared-hero-panel li {
  position: relative;
  padding: 10px 33px 10px 10px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.87);
  font-size: 11px;
  font-weight: 750;
}

.ared-hero-panel li::before {
  content: "✓";
  position: absolute;
  top: 9px;
  right: 10px;
  color: var(--ared-gold);
  font-weight: 900;
}

.ared-intro,
.ared-services,
.ared-process,
.ared-types,
.ared-value,
.ared-cta {
  padding: 48px 0;
}

.ared-intro-layout {
  display: grid;
  grid-template-columns:
    minmax(280px, 0.9fr)
    minmax(0, 1.1fr);
  gap: 55px;
  align-items: start;
}

.ared-section-heading h2,
.ared-title-center h2,
.ared-value-copy h2,
.ared-cta-card h2 {
  margin: 0;
  color: var(--ared-navy);
  font-size: clamp(25px, 4vw, 37px);
  font-weight: 900;
  line-height: 1.45;
}

.ared-intro-copy p {
  margin: 0 0 15px;
  color: #657480;
  font-size: 14px;
  line-height: 2;
}

.ared-services,
.ared-types {
  background: var(--ared-bg);
}

.ared-title-center {
  max-width: 730px;
  margin: 0 auto 27px;
  text-align: center;
}

.ared-title-center p,
.ared-process-heading p {
  margin: 10px 0 0;
  color: #212121;
  font-size: 13px;
  line-height: 1.85;
}

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

.ared-service-card {
  position: relative;
  min-height: 205px;
  padding: 20px;
  border: 1px solid var(--ared-line);
  border-radius: 15px;
  background: #FCFCFC;
}

.ared-service-number {
  display: block;
  margin-bottom: 23px;
  color: var(--ared-gold);
  font-size: 11px;
  font-weight: 900;
}

.ared-service-card h3,
.ared-process-step h3,
.ared-type-card h3 {
  margin: 0 0 8px;
  color: var(--ared-navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}

.ared-service-card p,
.ared-process-step p,
.ared-type-card p {
  margin: 0;
  color: #212121;
  font-size: 11px;
  line-height: 1.85;
}

.ared-process-heading {
  max-width: 680px;
  margin-bottom: 26px;
}

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

.ared-process-step {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 13px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--ared-line);
  border-radius: 13px;
  background: #FCFCFC;
}

.ared-process-step > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 11px;
  background: rgba(199, 155, 82, 0.13);
  color: var(--ared-gold-dark);
  font-size: 11px;
  font-weight: 900;
}

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

.ared-type-card {
  padding: 22px;
  border: 1px solid var(--ared-line);
  border-radius: 15px;
  background: #FCFCFC;
  text-align: center;
}

.ared-type-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  margin: 0 auto 15px;
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      var(--ared-navy),
      var(--ared-navy-soft)
    );
  color: var(--ared-gold);
  font-size: 17px;
  font-weight: 900;
}

.ared-value {
  background: var(--ared-navy);
}

.ared-value-layout {
  display: grid;
  grid-template-columns:
    minmax(260px, 0.8fr)
    minmax(0, 1.2fr);
  gap: 45px;
  align-items: center;
}

.ared-value-copy h2 {
  color: #FCFCFC;
}

.ared-value-copy p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.9;
}

.ared-value-points {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.ared-value-points > div {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
}

.ared-value-points strong {
  color: var(--ared-gold);
  font-size: 10px;
}

.ared-value-points span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.65;
}

.ared-cta {
  padding-top: 32px;
}

.ared-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 31px;
  border-radius: 19px;
  background:
    linear-gradient(
      135deg,
      var(--ared-navy),
      var(--ared-navy-soft)
    );
}

.ared-cta-card h2 {
  color: #FCFCFC;
  font-size: 27px;
}

.ared-cta-card p {
  max-width: 680px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.8;
}

.ared-cta-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (max-width: 950px) {
  .ared-hero-layout,
  .ared-intro-layout,
  .ared-value-layout {
    grid-template-columns: 1fr;
  }

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

  .ared-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .ared-page .container {
    width: calc(100% - 18px);
  }

  .ared-hero {
    padding: 28px 0 34px;
  }

  .ared-breadcrumb {
    margin-bottom: 20px;
  }

  .ared-hero-layout {
    gap: 20px;
  }

  .ared-hero h1 {
    font-size: 37px;
  }

  .ared-hero-content > p {
    font-size: 13px;
  }

  .ared-hero-actions,
  .ared-cta-actions {
    flex-direction: column;
  }

  .ared-btn {
    width: 100%;
  }

  .ared-intro,
  .ared-services,
  .ared-process,
  .ared-types,
  .ared-value,
  .ared-cta {
    padding: 29px 0;
  }

  .ared-intro-layout,
  .ared-value-layout {
    gap: 22px;
  }

  .ared-services-grid,
  .ared-process-list,
  .ared-types-grid,
  .ared-value-points {
    grid-template-columns: 1fr;
  }

  .ared-service-card {
    min-height: auto;
    padding: 16px;
  }

  .ared-service-number {
    margin-bottom: 14px;
  }

  .ared-cta-card {
    padding: 20px;
    border-radius: 14px;
  }

  .ared-cta-card h2 {
    font-size: 22px;
  }
}
