@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&family=Public+Sans:wght@400;700;900&display=swap');

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #e1e6f0;
  color: #202124;
  font-family: 'Public Sans', Arial, sans-serif;
}



/* Banner */

.banner-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  color: inherit;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(90deg, rgb(208, 214, 226) 45%, rgb(168, 178, 201) 55%);
}

.banner {
  margin: 0 auto;
  display: block;
  height: 100%;
  max-width: 900px;
  width: calc(100% - 48px);
}

/* Header */

.header {
  height: 50px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #020653;
}

.brand,
.faq-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.question-icon {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
}

/* Hero */

.hero {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  min-height: 620px;
  padding: 80px 20px;
  text-align: center;
}

.background{
  background-image: url('asset/wsp-background.png');
  inset: 0;
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-background-position: center;
  background-position: center;
  -webkit-mask-image: linear-gradient(to right, #f2f2f2 0%, transparent 50%, #f2f2f2 125%);
  mask-image: linear-gradient(to right, #f2f2f2 0%, transparent 50%, #f2f2f2 125%);
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top:0;
}

.hero-logo {
  width: 88px;
  height: 88px;
  margin: 0 auto 28px;
  padding: 9px;
  border-radius: 50%;
  background: #020653;
}

.hero-logo img {
  width: 90%;
}

h1 {
  margin: 0 0 22px;
  color: black;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.15;
}

.hero > p {
  max-width: 780px;
  margin: 0 auto 30px;
  color: #5b616b;
  font-size: 22px;
  line-height: 1.5;
}

.coming-soon {
  width: 460px;
  max-width: 100%;
  height: 70px;
  margin: auto;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: white;
  background: #020653;
  box-shadow: 0 4px 7px #0003;
  font-size: 28px;
  font-weight: 700;
}

.section-divider {
  max-width: 1100px;
  margin: 70px auto 90px;
  border: 0;
  border-top: 1px solid #bbc4d0;
}

/* White Cards */

.requirements,
.training-card,
.fees-card,
.faq-card {
  border-radius: 12px;
  background: white;
  box-shadow: 0 4px 12px #0002;
  text-align: left;
}

.requirements {
  padding: 36px;
}

.training-card,
.fees-card,
.faq-card {
  margin-top: 46px;
  padding: 30px;
}

/* Requirements */

.requirements h2,
.section-heading h2,
.faq-card h2 {
  font-size: 28px;
}

.requirements h2 {
  margin: 0 0 16px;
}

.requirements p,
.training-card p,
.fees-card p,
.faq-card p {
  max-width: none;
}

.requirements-intro {
  margin: 0 0 36px;
  font-size: 17px;
}

.law-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.law-links div {
  padding: 24px;
  border: 1px solid #bbc4d0;
  border-radius: 8px;
  background: #f8fafc;
}

.law-links h3 {
  margin: 0 0 14px;
  font-size: 19px;
}

.requirements a {
  color: #0868a8;
  font-weight: 700;
}

.training-requirements {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #bbc4d0;
}

.training-requirements p {
  margin: 26px 0 18px;
  color: #333;
  font-size: 17px;
}

.training-requirements ol {
  padding-left: 36px;
}

.training-requirements li {
  margin-bottom: 16px;
  line-height: 1.5;
}

/* Training */

.training-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
}

.section-heading h2 {
  margin: 0 0 8px;
}

.section-heading p {
  margin: 0;
  color: #333;
  font-size: 17px;
}

.section-icon {
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 18px;
  color: black;
  font-size: 52px;
}

.training-icon {
  background: #ffbf32;
}

.fees-icon {
  background: #389aca;
}

.course-button {
  width: 390px;
  min-height: 86px;
  margin-right: 30px;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #ffb71b;
  box-shadow: 0 4px 8px #0002;
  text-align: center;
}

.course-button > span:first-child{
  margin-left: -25px;
}
.course-button strong,
.course-button span {
  display: block;
}

.course-button > span {
  font-size: 40px;
}

.course-button strong {
  font-size: 21px;
}

.course-button div span {
  margin-top: 4px;
  font-size: 18px;
}

/* Fees */

.fees-card {
  padding-bottom: 20px;
}

.fee-list {
  margin-top: 36px;
}

.fee-row {
  min-height: 64px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}

.fee-row:last-child {
  border: 0;
}

.fee-row > strong {
  flex-shrink: 0;
  font-size: 20px;
}

.fee-row p {
  margin: 6px 0 0;
  color: #666;
  font-size: 15px;
}

/* FAQ */

.faq-card {
  padding: 36px;
}

.faq-card h2 {
  margin: 0 0 8px;
}

.faq-card > p {
  margin: 0 0 30px;
  color: #666;
  font-size: 16px;
}

.faq-list {
  border-top: 1px solid #d6dde6;
}

.faq-list details {
  border-bottom: 1px solid #d6dde6;
}

.faq-list summary {
  padding: 18px 50px 18px 4px;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: #020653;
  font-size: 24px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: '−';
}

.faq-list details p {
  margin: 0;
  padding: 0 4px 18px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

.more-info {
  margin-top: 10px;
  padding: 12px 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more-info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.more-info p {
  margin: 0;
  color: #666;
  font-size: 15px;
}

.more-info a {
  padding: 16px 24px;
  border-radius: 6px;
  color: white;
  background: #020653;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* Mobile */

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

  /* Banner */

  .banner {
    width: 100%;
    height: auto;
    max-width: none;
  }

  /* Header */

  .header {
    height: 48px;
    padding: 0 16px;
  }

  .brand,
  .faq-link {
    font-size: 14px;
  }

  .question-icon {
    width: 22px;
    height: 22px;
  }

  /* Main section */

  .hero {
    min-height: 0;
    padding: 55px 16px;
  }

  .hero-logo {
    width: 72px;
    height: 72px;
    margin-bottom: 22px;
  }

  h1 {
    margin-bottom: 18px;
    font-size: 36px;
  }

  .hero > p {
    margin-bottom: 24px;
    font-size: 17px;
  }

  .coming-soon {
    height: 56px;
    font-size: 21px;
  }

  .section-divider {
    margin: 55px auto;
  }

  /* Cards */

  .requirements,
  .training-card,
  .fees-card,
  .faq-card {
    padding: 22px;
  }

  .training-card,
  .fees-card,
  .faq-card {
    margin-top: 28px;
  }

  .requirements h2,
  .section-heading h2,
  .faq-card h2 {
    font-size: 23px;
  }

  /* Requirements */

  .requirements-intro {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.5;
  }

  .law-links {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .law-links div {
    padding: 18px;
  }

  .law-links h3 {
    font-size: 17px;
  }

  .training-requirements {
    margin-top: 22px;
    padding-top: 22px;
  }

  .training-requirements p {
    margin: 20px 0 16px;
    font-size: 15px;
    line-height: 1.5;
  }

  .training-requirements ol {
    margin-bottom: 0;
    padding-left: 24px;
  }

  .training-requirements li {
    margin-bottom: 13px;
    padding-left: 4px;
    font-size: 15px;
  }

  /* Training and Fees */

  .training-card {
    display: block;
  }

  .section-heading {
    align-items: flex-start;
    gap: 16px;
  }

  .section-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    font-size: 38px;
  }

  .section-heading h2 {
    margin-bottom: 6px;
  }

  .section-heading p {
    font-size: 15px;
    line-height: 1.5;
  }

  .course-button {
    width: 100%;
    min-height: 70px;
    margin: 22px 0 0;
    padding: 14px;
    gap: 14px;
  }

  .course-button > span {
    font-size: 32px;
  }

  .course-button strong {
    font-size: 17px;
  }

  .course-button div span {
    font-size: 15px;
  }

  /* Fees */

  .fee-list {
    margin-top: 25px;
  }

  .fee-row {
    min-height: 0;
    padding: 16px 0;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
  }

  .fee-row > strong {
    font-size: 17px;
    white-space: nowrap;
  }

  .fee-row p {
    font-size: 14px;
    line-height: 1.45;
  }

  /* FAQ */

  .faq-card {
    scroll-margin-top: 12px;
  }

  .faq-card > p {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .faq-list summary {
    padding: 16px 32px 16px 2px;
    font-size: 15px;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }

  .faq-list summary::after {
    right: 2px;
  }

  .faq-list details p {
    padding: 0 2px 16px;
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  /* Need more info */

  .more-info {
    margin-top: 14px;
    padding: 8px 2px 0;
    display: block;
  }

  .more-info p {
    line-height: 1.4;
  }

  .more-info a {
    margin-top: 18px;
    display: block;
    width: 100%;
    text-align: center;
  }

  /* Background */

  .background {
    width: 100%;
    height: 100%;
    background-position: center;
  }
}