.ecc-body {
  background: #f7f8fb;
  color: #101828;
}

.ecc-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ecc-hero {
  padding: 84px 0 44px;
  background:
    radial-gradient(circle at top left, rgba(255, 111, 0, 0.16), transparent 32%),
    linear-gradient(135deg, #fff7ef 0%, #ffffff 52%, #eef4ff 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.ecc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 420px;
  gap: 28px;
  align-items: center;
}

.ecc-kicker,
.ecc-section-head span,
.ecc-panel span,
.ecc-link-band span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 111, 0, 0.1);
  color: #e65f00;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ecc-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  max-width: 820px;
}

.ecc-hero p,
.ecc-content-section p,
.ecc-choice-card p,
.ecc-link-band p {
  margin: 0;
  color: #475467;
  font-size: 17px;
  line-height: 1.7;
}

.ecc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ecc-primary,
.ecc-secondary,
.ecc-link-grid a,
.ecc-cookie-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}

.ecc-primary,
.ecc-cookie-form button {
  color: #fff;
  background: #ff6f00;
  border: 0;
  box-shadow: 0 16px 34px rgba(255, 111, 0, 0.24);
  cursor: pointer;
}

.ecc-secondary,
.ecc-link-grid a,
.ecc-cookie-form .ecc-light-btn {
  color: #101828;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: none;
}

.ecc-summary-card,
.ecc-panel,
.ecc-choice-card,
.ecc-content-section article,
.ecc-link-band,
.ecc-table-wrap {
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

.ecc-summary-card {
  padding: 26px;
}

.ecc-summary-card img {
  width: 58px;
  height: 58px;
  border-radius: 6px;
  object-fit: contain;
  background: #fff7ef;
  padding: 8px;
}

.ecc-summary-card h2,
.ecc-section-head h2,
.ecc-panel h2,
.ecc-choice-card h2,
.ecc-content-section h2,
.ecc-link-band h2 {
  margin: 14px 0 10px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.ecc-summary-card ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.ecc-summary-card li,
.ecc-panel p,
.ecc-table,
.ecc-switch-row small,
.ecc-status {
  color: #475467;
  line-height: 1.65;
}

.ecc-section {
  padding: 52px 0;
}

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

.ecc-panel {
  padding: 24px;
}

.ecc-panel span {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  justify-content: center;
  padding: 0;
}

.ecc-section-head {
  max-width: 760px;
  margin-bottom: 22px;
}

.ecc-table-wrap {
  overflow: hidden;
}

.ecc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.ecc-table th,
.ecc-table td {
  padding: 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.ecc-table th {
  color: #101828;
  background: #fff7ef;
  font-weight: 900;
}

.ecc-table tr:last-child td {
  border-bottom: 0;
}

.ecc-choice-card {
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 28px;
  align-items: start;
}

.ecc-cookie-form {
  display: grid;
  gap: 14px;
}

.ecc-switch-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 6px;
  background: #f8fafc;
}

.ecc-switch-row input {
  margin-top: 3px;
  accent-color: #ff6f00;
}

.ecc-switch-row strong,
.ecc-switch-row small {
  display: block;
}

.ecc-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ecc-status {
  min-height: 24px;
  font-weight: 800;
  color: #117a37;
}

.ecc-content-section {
  display: grid;
  gap: 18px;
}

.ecc-content-section article {
  padding: 24px;
}

.ecc-link-band {
  margin: 22px auto 70px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 24px;
  align-items: center;
}

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

@media (max-width: 980px) {
  .ecc-hero-grid,
  .ecc-choice-card,
  .ecc-link-band {
    grid-template-columns: 1fr;
  }

  .ecc-grid-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .ecc-hero {
    padding-top: 58px;
  }

  .ecc-hero h1 {
    font-size: 40px;
  }

  .ecc-table-wrap {
    overflow-x: auto;
  }

  .ecc-table {
    min-width: 720px;
  }

  .ecc-link-grid {
    grid-template-columns: 1fr;
  }
}
