:root {
  --cs-hero-title-max: 52px;
}

.cs-header {
  background: #FFFFFF;
}

.cs-brand {
  gap: 0;
  min-width: 0;
  flex: 0 0 auto;
}

.cs-brand-logo {
  display: block;
  width: auto;
  height: clamp(34px, 4vw, 46px);
}

.cs-brand-mark {
  display: none;
}

.cs-hero {
  overflow: hidden;
  padding: 76px 0 64px;
  background:
    radial-gradient(circle at 116% 43%, rgba(217, 119, 6, 0.075), transparent 22%),
    radial-gradient(circle at 4% 82%, rgba(15, 118, 110, 0.055), transparent 24%),
    linear-gradient(180deg, #FFFFFF 0%, var(--cs-bg-page) 100%);
}

.cs-hero-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(500px, 0.98fr);
  gap: 78px;
  align-items: center;
}

.cs-hero-copy-block {
  min-width: 0;
  max-width: 600px;
}

.cs-hero-side {
  display: grid;
  gap: 18px;
  align-self: center;
  justify-self: end;
  width: min(100%, 505px);
}

.cs-hero h1 {
  max-width: 590px;
  font-size: clamp(36px, 4.25vw, var(--cs-hero-title-max));
  line-height: 1.05;
  letter-spacing: -0.042em;
}

.cs-hero-copy {
  max-width: 560px;
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.68;
}

.cs-panel {
  width: 100%;
  padding: 26px 32px 24px;
  box-shadow: 0 18px 42px rgba(180, 83, 9, 0.09);
}

.cs-panel h2 {
  max-width: 100%;
  font-size: clamp(20px, 1.45vw, 22px);
  line-height: 1.14;
  letter-spacing: -0.014em;
  text-wrap: balance;
  white-space: nowrap;
}

.cs-panel-list {
  gap: 11px;
  margin-top: 18px;
}

.cs-panel-item {
  padding: 13px 15px;
}

.cs-panel-actions {
  margin-top: 0;
  padding: 14px 16px;
  border: 1px solid var(--cs-border-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.06);
  justify-content: center;
  width: fit-content;
  justify-self: center;
}

.cs-panel-actions .cs-button {
  min-height: 42px;
  padding-inline: 18px;
}

.cs-nav {
  flex-wrap: wrap;
  gap: 10px 18px;
}

.cs-card h3 {
  line-height: 1.22;
}

.cs-card p,
.cs-section-header p,
.cs-page-hero p {
  line-height: 1.6;
}

@media (max-width: 980px) {
  .cs-hero-grid {
    grid-template-columns: 1fr;
  }

  .cs-hero-side {
    justify-self: start;
    max-width: 680px;
    width: 100%;
  }

  .cs-panel {
    max-width: 680px;
  }

  .cs-panel h2 {
    white-space: normal;
  }

  .cs-panel-actions {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .cs-brand-logo {
    height: clamp(32px, 9vw, 42px);
  }
}

@media (max-width: 560px) {
  .cs-hero h1 {
    letter-spacing: -0.035em;
  }

  .cs-hero-copy {
    font-size: 16px;
  }

  .cs-panel-actions {
    width: 100%;
    border-radius: 18px;
  }
}
.cs-brand-text {
  display: inline-flex;
  align-items: center;
  min-height: clamp(34px, 4vw, 46px);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--cs-text-primary);
}

.cs-brand-text::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 11px;
  border-radius: 999px;
  background: var(--cs-action);
  box-shadow: 0 0 0 6px var(--cs-warm-100);
}

.cs-brand-logo-horizontal {
  display: block;
  width: clamp(210px, 22vw, 310px);
  max-height: 54px;
  height: auto;
  object-fit: contain;
}
