* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f8fb;
  font-family: Inter, sans-serif;
}

.side-panel {
  width: 189px;
  height: 689px;
  background: #40C0CB;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
}

.side-panel-logo {
  width: 114px;
  height: 145px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}

.side-panel-logo:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.side-panel-nav {
  width: 189px;
  height: 544px;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.side-panel-nav-button {
  width: 156px;
  height: 37px;
  background: transparent;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 7px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}

.side-panel-nav-button:hover {
  background: #68DEE9;
  transform: scale(1.02);
}

.side-panel-nav-button img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-right: 13px;
}

.side-panel-nav-button span {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.side-panel-nav-button.active span {
  color: #000;
}

.side-panel-nav-button-help {
  margin-top: 80px;
  margin-bottom: 0;
}

.side-panel-logo img {
  width: 63px;
  height: 63px;
  flex-shrink: 0;
  margin-bottom: 8px;
}

.side-panel-logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.side-panel-logo-title {
  margin: 0;
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

.side-panel-logo-subtitle {
  margin: 2px 0 0 0;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

.card {
  width: 1037px;
  height: 689px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #093E52;
  box-shadow: 0 4px 30px 3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.page-card {
  display: flex;
  align-items: stretch;
}

.learn-card,
.home-card,
.practice-card,
.mistakes-card,
.critical-card,
.assessment-card,
.help-card {
  background: #FFF;
}

.page-card-content {
  width: 100%;
  height: 100%;
  padding: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0D1F2F;
  text-align: center;
  padding: 32px;
  position: relative;
}

.page-main-title {
  width: 376px;
  height: 35px;
  color: #68DEE9;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 27px;
  left: 23px;
}

.home-intro-block {
  width: 749px;
  height: 419px;
  position: absolute;
  top: 112px;
  left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.home-intro-title {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.home-intro-text {
  margin-top: 25px;
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  text-align: left;
  white-space: pre-line;
}

.learn-intro-block {
  width: 749px;
  height: 419px;
  position: absolute;
  top: 112px;
  left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.learn-intro-title {
  color: #E72160;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.learn-intro-text {
  margin-top: 25px;
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  text-align: left;
  white-space: pre-line;
}

.step1-heading-block {
  width: 749px;
  height: 24px;
  padding-top: 20px;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.page-card-content .step1-main-text {
  width: 370px;
  height: 150px;
  margin: 40px 0 0 0;
  padding-top: 20px;
  color: #000;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.page-card-content .step1-importance-text {
  width: 370px;
  height: 150px;
  border-radius: 12px;
  margin: 20px 0 0 0;
  padding: 0px 16px 0 16px;
  background: #FFE7E7;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  white-space: pre-line;
}

.step1-importance-label {
  color: #FF0000;
}

.step1-image-box {
  position: absolute;
  top: 170px;
  right: 40px;
  width: 355px;
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step1-image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.step1-controls {
  position: absolute;
  left: 40px;
  right: 30px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}

.step-nav-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step-nav-buttons-right {
  justify-content: flex-end;
}

.step-next-button {
  min-width: 110px;
  height: 30px;
  padding: 0 18px;
  border: 2px solid #2AB7C4;
  border-radius: 10px;
  background: #FFF;
  color: #111;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.step-next-button:hover {
  background: #68DEE9;
  color: #FFF;
  transform: translateY(-1px);
}

.step-progress {
  position: relative;
}

.step-progress-line {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 8px;
  height: 4px;
  background: #B5E7EC;
  border-radius: 999px;
}

.step-progress-links {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.step-progress-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.step-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #B5E7EC;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.step-number {
  color: #111;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.step-progress-item:hover .step-dot {
  background: #68DEE9;
  transform: scale(1.12);
}

.step-progress-item.active .step-dot {
  background: #0B96A6;
}

.practice-task {
  width: 100%;
  max-width: 840px;
  margin-top: 60px;
}

.practice-card .practice-task {
  margin-top: 7px; }

.practice-instruction {
  color: #111;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin-bottom: 24px;
}

.practice-board {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  column-gap: 16px;
  align-items: start;
}

.practice-source,
.practice-targets {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.practice-arrow {
  color: #0B96A6;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  margin-top: 184px;
}

.practice-source-row {
  width: 100%;
  height: 35px;
  border-radius: 10px;
  background: #F0F0F0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  padding: 0;
}

.practice-target-row {
  display: grid;
  grid-template-columns: 44px 24px 1fr;
  column-gap: 10px;
  align-items: center;
}

.assessment-target-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 10px;
  align-items: center;
}

.practice-target-index {
  width: 44px;
  height: 35px;
  border-radius: 10px;
  background: #F0F0F0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  color: #111;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.practice-target-status {
  width: 24px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
}

.practice-target-status.ok {
  color: #50C99A;
}

.practice-target-status.bad {
  color: #F12A2A;
}

.practice-drop-slot {
  width: 100%;
  height: 35px;
  border-radius: 10px;
  background: #F0F0F0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  padding: 0;
}

.practice-card-item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: #111;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  cursor: grab;
  user-select: none;
}

.practice-source-row .practice-card-item {
  background: #FFF;
}

.practice-drop-slot .practice-card-item {
  background: #CDEEF2;
}

.practice-target-status.bad + .practice-drop-slot .practice-card-item {
  background: #FFE7E7;
}

.practice-source-row.drop-ready,
.practice-drop-slot.drop-ready {
  outline: 2px dashed #40C0CB;
  outline-offset: -2px;
}

.practice-card-item:active {
  cursor: grabbing;
}

.assessment-actions {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.assessment-submit-button {
  width: 180px;
  height: 35px;
  border-radius: 12px;
  border: 2px solid #2AB7C4;
  background: #FFF;
  color: #111;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.assessment-submit-button:hover {
  background: #68DEE9;
  color: #FFF;
  transform: translateY(-1px);
}

.results-card {
  width: 100%;
  max-width: 680px;
  margin-top: 90px;
  border-radius: 18px;
  background: #F5FCFD;
  border: 2px solid #BFEAF0;
  padding: 36px;
  text-align: center;
}

.assessment-results-task {
  margin-top: 60px;
}

.results-header-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

.results-percentage {
  color: #0B96A6;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.results-subtitle {
  margin-top: 4px;
  margin-bottom: 18px;
  color: #111;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.results-arrow-score {
  margin-top: 170px;
  color: #0B96A6;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.results-arrow-score.low {
  color: #F12A2A;
}

.results-static-card {
  cursor: default;
}

.assessment-result-correct .practice-drop-slot .practice-card-item {
  background: #CDEEF2;
}

.assessment-result-wrong .practice-drop-slot .practice-card-item {
  background: #FFE7E7;
}

.results-title {
  margin: 0;
  color: #111;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.results-score {
  margin: 18px 0 8px 0;
  color: #0B96A6;
  font-family: Inter;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.results-message {
  margin: 0;
  color: #111;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.results-actions {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  justify-content: center;
}

.results-button {
  min-width: 160px;
  height: 35px;
  border-radius: 12px;
  border: 2px solid #2AB7C4;
  background: #FFF;
  color: #111;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.results-button:hover {
  background: #68DEE9;
  color: #FFF;
  transform: translateY(-1px);
}

.help-content {
  position: absolute;
  top: 112px;
  left: 40px;
  width: 760px;
  text-align: left;
  color: #111;
  font-family: Inter;
}

.help-content h2 {
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.help-content h3 {
  margin: 18px 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.help-content p {
  margin: 0 0 12px 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}

.help-content .help-nav-list {
  white-space: normal;
}

.critical-steps-content {
  position: absolute;
  top: 84px;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.critical-top-panel {
  display: inline-flex;
  width: 745px;
  height: 69px;
  padding: 11px 52px 12px 46px;
  align-items: flex-start;
  gap: 46px;
  border-radius: 12px;
  background: #FFE7E7;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.critical-top-panel img {
  width: 43px;
  height: 43px;
}

.critical-top-panel p {
  margin: 0;
  color: #FF3535;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.critical-middle-panel {
  width: 745px;
  height: 119px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 24px;
}

.critical-middle-panel img {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}

.critical-panel-text {
  text-align: left;
}

.critical-panel-text h3 {
  margin: 0 0 8px 0;
  color: #FF3535;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.critical-panel-text p {
  margin: 0;
  color: #111;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.15;
}

.critical-bottom-panel {
  display: inline-flex;
  width: 745px;
  padding: 7px 35px 7px 50px;
  align-items: center;
  gap: 50px;
  border-radius: 12px;
  background: #FFE7E7;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.critical-bottom-panel img {
  width: 39px;
  height: 45px;
  align-self: flex-start;
}

.critical-bottom-panel p {
  margin: 0;
  color: #FF3535;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.mistakes-content {
  position: absolute;
  top: 116px;
  left: 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.mistakes-intro {
  margin: 0 0 10px 0;
  color: #111;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

.mistake-item-link {
  text-decoration: none;
}

.mistake-item-panel {
  width: 745px;
  height: 119px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mistake-item-link:hover .mistake-item-panel {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
}

.mistake-item-panel > img:not(.mistake-item-arrow) {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

.mistake-item-text {
  flex: 1;
  text-align: left;
}

.mistake-item-text h3 {
  margin: 0 0 8px 0;
  color: #111;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.mistake-item-text p {
  margin: 0;
  color: #111;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.12;
}

.mistake-item-arrow {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}

.mistakes-bottom-panel {
  display: inline-flex;
  width: 745px;
  padding: 7px 35px 7px 44px;
  justify-content: flex-start;
  align-items: center;
  gap: 55px;
  border-radius: 8px;
  background: #CDEEF2;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.mistakes-bottom-panel img {
  width: 39px;
  height: 45px;
}

.mistakes-bottom-panel p {
  margin: 0;
  color: #0B7688;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.mistake-detail-content {
  position: absolute;
  top: 116px;
  left: 36px;
  width: 760px;
}

.mistake-detail-heading {
  display: flex;
  padding-left: 10px;
  text-align: left;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  margin-bottom: 16px;
}

.mistake-detail-back {
  width: 30px;
  height: 56px;
  object-fit: contain;
}

.mistake-detail-heading h3 {
  margin: 0;
  color: #111;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mistake-detail-card {
  width: 745px;
  min-height: 450px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 54px 54px 54px 54px;
}

.mistake-detail-card p {
  margin: 0;
  color: #111;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28;
  text-align: left;
  max-width: 560px;
}

.mistake-detail-icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 88px;
  height: 88px;
}

@media (max-width: 1100px) {
  .practice-task {
    max-width: 760px;
  }

  .practice-instruction {
    font-size: 30px;
  }

  .practice-card-item {
    font-size: 14px;
  }
}

.home-start-button {
  position: absolute;
  top: 586px;
  left: 40px;
  width: 245px;
  height: 55px;
  border-radius: 12px;
  background: #40C0CB;
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.home-start-button:hover {
  background: #31a3ab;
  transform: translateY(-2px);
}

.page-card-content h1 {
  font-family: Inter, sans-serif;
  font-size: 48px;
  margin: 0 0 16px;
}

.page-card-content p {
  font-family: Inter, sans-serif;
  font-size: 20px;
  margin: 0;
}

.header {
  width: 100%;
  height: 100px;
  background: #40C0CB;
  display: flex;
  align-items: center;
  padding-left: 32px;
  position: relative;
}

.welcome-title {
  width: 198px;
  height: 43px;
  flex-shrink: 0;
  margin: 0;
  color: #FFF;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.logo-box {
  display: flex;
  width: 243px;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.logo-box img {
  width: 63px;
  height: 63px;
  flex-shrink: 0;
}

.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 174px;
  height: 59px;
  flex-shrink: 0;
}

.logo-title {
  margin: 0;
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.logo-subtitle {
  margin: 0;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  white-space: nowrap;
}

.content-area {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: calc(100% - 100px);
}

.content-box {
  position: absolute;
  left: 43px;
  bottom: 36px;
  width: 517px;
  height: 528px;
  background: transparent;
}

.content-title-box {
  width: 206px;
  height: 232px;
  color: #FFF;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.content-divider {
  width: 206px;
  height: 3px;
  background: #40C0CB;
  margin-top: 22px;
}

.content-description {
  width: 267px;
  height: 69px;
  margin-top: 16px;
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.icon-row {
  display: flex;
  align-items: flex-start;
  gap: 47px;
  margin-top: 28px;
}

.icon-box {
  width: 55px;
  height: 55px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-label {
  width: 55px;
  height: 23px;
  margin-top: 8px;
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.start-button {
  display: flex;
  width: 246px;
  padding: 12px 43px 18px 43px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #40C0CB;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.start-button:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
}

.start-button-text {
  width: 160px;
  height: 25px;
  flex-shrink: 0;
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.button-group {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-top: 20px;
}

.about-button {
  display: flex;
  width: 300px;
  padding: 12px 43px 18px 43px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: transparent;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
  gap: 12px;
}

.about-button:hover {
  transform: translateY(-2px) scale(1.01);
  opacity: 0.8;
}

.about-button-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-button-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-button-text {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

.image-panel {
  width: 775px;
  height: 589px;
  flex-shrink: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
