:root {
  --escc-ink: #173142;
  --escc-muted: #5f7180;
  --escc-blue: #2d6f8f;
  --escc-blue-dark: #204f67;
  --escc-sage: #dce9e4;
  --escc-sand: #f7f3ec;
  --escc-card: #ffffff;
  --escc-border: rgba(23, 49, 66, 0.12);
  --escc-shadow: 0 20px 60px rgba(23, 49, 66, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--escc-ink);
  background:
    radial-gradient(circle at top left, rgba(220, 233, 228, 0.7), transparent 32rem),
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 46%, #ffffff 100%);
}

.escc-hero {
  position: relative;
  min-height: clamp(360px, 46vw, 500px);
  margin-bottom: 0;
  background-image:
    linear-gradient(105deg, rgba(18, 22, 28, 0.62) 0%, rgba(36, 40, 46, 0.36) 44%, rgba(255, 255, 255, 0.1) 78%, rgba(255, 255, 255, 0.18) 100%),
    url("../../images/esccb .jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.escc-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -34% -10%;
  height: 30%;
  background: rgba(255, 255, 255, 0.78);
  transform: rotate(-2deg);
}

.escc-hero .blue-cover {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: inherit;
  padding: clamp(58px, 7vw, 92px) clamp(22px, 5vw, 72px) clamp(72px, 8vw, 112px);
  background: transparent;
}

.escc-hero .content {
  width: min(760px, 100%);
  max-width: none;
  text-align: center;
  font-size: 1rem;
}

.escc-hero-title {
  margin: 0;
  color: #ffffff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.escc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: clamp(22px, 3vw, 34px);
}

.escc-primary-button,
.escc-secondary-button {
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.escc-primary-button,
.escc-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 560;
}

.escc-hero-actions .escc-primary-button.btn.btn-primary {
  color: #1f2933;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 0 1px rgba(31, 41, 55, 0.08),
    0 0 18px rgba(31, 41, 55, 0.18),
    0 14px 34px rgba(31, 41, 55, 0.28);
}

.escc-secondary-button {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
}

.escc-primary-button:hover,
.escc-secondary-button:hover {
  transform: translateY(-2px);
}

.escc-hero-actions .escc-primary-button.btn.btn-primary:hover {
  color: #111827;
  background: #f4f7fb;
  border-color: #ffffff;
  box-shadow:
    0 0 0 1px rgba(31, 41, 55, 0.1),
    0 0 22px rgba(31, 41, 55, 0.22),
    0 16px 38px rgba(31, 41, 55, 0.32);
}

.section-container {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  margin: clamp(30px, 4.5vw, 60px) auto 0;
}

.second-section {
  min-height: auto;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--escc-border);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--escc-shadow);
  backdrop-filter: blur(14px);
}

.secondcontent {
  max-width: 900px;
  margin: 0 auto;
}

.section-title {
  margin-bottom: 22px;
  color: var(--escc-ink);
  font-size: clamp(25px, 2.7vw, 34px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.014em;
}

.section-title::after {
  content: none;
}

.second-section p {
  color: var(--escc-muted);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.78;
}

.second-section .boldtext {
  color: var(--escc-ink);
}

#readMoreLink {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}

#toggleText {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(45, 111, 143, 0.18);
  border-radius: 999px;
  color: var(--escc-blue-dark);
  background: rgba(220, 233, 228, 0.58);
  font-weight: 560;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(23, 49, 66, 0.08);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

#toggleText::after {
  content: "↓";
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--escc-blue);
  font-size: 14px;
  line-height: 1;
  transition: transform 180ms ease;
}

#toggleText:hover {
  border-color: rgba(45, 111, 143, 0.34);
  background: rgba(220, 233, 228, 0.92);
  transform: translateY(-1px);
}

#toggleText[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

#additionalText:not([hidden]) {
  display: block;
}

.white-background {
  width: min(1120px, calc(100% - 40px));
  margin: clamp(34px, 5vw, 56px) auto clamp(52px, 7vw, 80px);
  padding: 0;
  background: transparent;
}

.box {
  margin-bottom: 18px;
  border: 1px solid var(--escc-border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(23, 49, 66, 0.08);
}

.blue-background {
  padding: 0;
  color: var(--escc-ink);
  background: var(--escc-card);
}

.blue-background:hover {
  color: var(--escc-ink);
  background: var(--escc-card);
}

.box-header {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
  min-height: 82px;
  margin: 0;
  padding: 22px clamp(20px, 3vw, 32px);
  color: var(--escc-ink);
  background: linear-gradient(135deg, #ffffff 0%, #f4faf8 100%);
  font-family: "Roboto-Medium", "Roboto", Arial, sans-serif;
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 500;
  line-height: 1.42;
  cursor: pointer;
}

.box-header:focus-visible {
  outline: 3px solid rgba(45, 111, 143, 0.28);
  outline-offset: -6px;
}

.box-content {
  display: none;
  padding: 0 clamp(20px, 3vw, 32px) 30px;
  color: var(--escc-muted);
  line-height: 1.78;
  text-align: left;
}

.box-content p {
  margin-bottom: 12px;
}

.box-content .boldtext {
  margin-top: 18px;
  color: var(--escc-ink);
}

.blue-background.is-open .box-content {
  display: block;
}

.toggle-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--escc-sage);
}

.toggle-icon img {
  width: 18px;
  max-width: none;
  height: 18px;
  max-height: none;
  margin: 0;
}

@media (max-width: 900px) {
  .escc-hero {
    min-height: 430px;
    background-position: center top;
  }

  .escc-hero .blue-cover {
    align-items: flex-end;
    padding: 72px 28px 96px;
  }

  .section-container,
  .white-background {
    width: min(100% - 28px, 760px);
  }

  .second-section {
    border-radius: 24px;
  }
}

@media (max-width: 620px) {
  .escc-hero {
    min-height: 470px;
  }

  .escc-hero .blue-cover {
    padding: 64px 18px 92px;
  }

  .escc-hero-actions {
    flex-direction: column;
  }

  .escc-primary-button,
  .escc-secondary-button {
    width: 100%;
  }

  .section-container {
    margin-top: 28px;
  }

  .second-section {
    padding: 24px 18px;
  }

  .white-background {
    margin-top: 28px;
    margin-bottom: 52px;
  }

  .box-header {
    min-height: 76px;
    padding: 18px;
  }

  .toggle-icon {
    width: 34px;
    height: 34px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .escc-primary-button,
  .escc-secondary-button,
  #toggleText::after {
    transition: none;
  }
}
