.aotore {
  color: #252525;
  background-color: #ffffff;
}

.aotore-breadcrumb {
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 73px;
}

.aotore-breadcrumb .icon-arrow-right {
  width: 5px;
  height: 8px;
  margin: 0 13px;
}

.aotore-hero {
  position: relative;
  height: 556px;
  overflow: hidden;
  background-color: #4b68d6;
}

.aotore-hero-white-band {
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  height: 337px;
  background-color: #ffffff;
}

.aotore-hero-inner {
  position: relative;
  height: 100%;
}

.aotore-hero-copy {
  position: absolute;
  z-index: 2;
  top: 119px;
  left: 0;
  display: flex;
  width: 576px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.aotore-hero-tagline {
  width: max-content;
  border-radius: 40px;
  padding: 6px 24px;
  background-color: #4b68d6;
  color: #ffffff;
}

.aotore-hero-logo {
  display: block;
  width: 360px;
  height: 104px;
  object-fit: contain;
}

.aotore-hero-heading {
  display: flex;
  min-height: 40px;
  align-items: flex-end;
  white-space: nowrap;
}

.aotore-hero-heading strong {
  margin-left: 4px;
}

.aotore-hero-highlight {
  margin: 0 0 2px 2px;
  padding-left: 4px;
  background-color: rgba(255, 237, 71, 0.4);
}

.aotore-hero-devices {
  position: absolute;
  z-index: 1;
  top: 53px;
  right: 0;
  width: 521px;
  height: 368px;
}

.aotore-hero-tablet,
.aotore-hero-mobile {
  position: absolute;
  display: block;
  object-fit: contain;
}

.aotore-hero-tablet {
  top: 0;
  right: 0;
  width: 375px;
  height: 287px;
}

.aotore-hero-mobile {
  top: 29px;
  left: 0;
  width: 182px;
  height: 368px;
}

.aotore-story {
  position: absolute;
  z-index: 4;
  top: 333px;
  left: 10px;
  display: flex;
  align-items: center;
}

.aotore-story-person {
  position: relative;
  display: flex;
  width: 160px;
  height: 160px;
  flex: 0 0 160px;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border: 8px solid #4b68d6;
  border-radius: 50%;
  background-color: #ffffff;
}

.aotore-story-person img {
  display: block;
  width: 115px;
  height: 155px;
  object-fit: contain;
  object-position: bottom center;
}

.aotore-story-text {
  position: relative;
  width: 315px;
  margin-left: 16px;
  border-radius: 10px;
  padding: 8px 16px;
  background-color: #ffffff;
}

.aotore-story-text::before {
  position: absolute;
  top: 20px;
  left: -16px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 18px solid #ffffff;
  border-bottom: 15px solid transparent;
  content: "";
}

.aotore-benefits {
  position: absolute;
  z-index: 3;
  top: 288px;
  right: -13px;
  display: flex;
}

.aotore-benefit {
  display: flex;
  width: 240px;
  height: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 8px solid #4b68d6;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
}

.aotore-benefit + .aotore-benefit {
  margin-left: -36px;
}

.aotore-benefit-label {
  margin-bottom: 16px;
  border-radius: 30px;
  padding: 4px 20px;
  background-color: #ffed47;
  color: #000000;
}

.aotore-benefit-value,
.aotore-benefit-copy {
  margin: 0;
  font-family: "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

.aotore-benefit-value strong {
  font-size: 56px;
}

.aotore-benefit-value span,
.aotore-benefit-copy strong {
  font-size: 32px;
}

.aotore-benefit-copy span {
  font-size: 20px;
}

.aotore-section,
.aotore-curriculum {
  padding: 60px 0;
}

.aotore-tag {
  display: inline-flex;
  border-radius: 10px 0;
  padding: 4px 12px;
  background-color: #4b68d6;
  color: #ffffff;
}

.aotore-section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.aotore-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.aotore-service-video {
  display: block;
  width: 100%;
  aspect-ratio: 552 / 310;
  border: 1px solid #eaeaea;
  object-fit: cover;
}

.aotore-service-detail {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 32px;
}

.aotore-worksheet-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.aotore-worksheet-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 120 / 170;
  border: 1px solid #f3f3f3;
  object-fit: cover;
  object-position: top center;
}

.aotore-service-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aotore-curriculum {
  background-color: #f8f8f8;
}

.aotore-curriculum h2 {
  margin-top: 8px;
}

.aotore-curriculum .grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 24px 0 16px;
}

.aotore-curriculum .grid-item {
  gap: 8px;
}

.aotore-curriculum .title {
  display: flex;
  min-height: 32px;
  align-items: center;
  border-left-width: 6px;
  border-left-style: solid;
  padding-left: 8px;
}

.aotore-curriculum .grid-item:nth-child(1) .title,
.aotore-curriculum .grid-item:nth-child(1) .cell {
  border-color: #65ccc9;
}

.aotore-curriculum .grid-item:nth-child(2) .title,
.aotore-curriculum .grid-item:nth-child(2) .cell {
  border-color: #ffed47;
}

.aotore-curriculum .grid-item:nth-child(3) .title,
.aotore-curriculum .grid-item:nth-child(3) .cell {
  border-color: #f68b73;
}

.aotore-curriculum .grid-item:nth-child(4) .title,
.aotore-curriculum .grid-item:nth-child(4) .cell {
  border-color: #747474;
}

.aotore-curriculum .cell {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  padding: 8px 16px;
  text-align: center;
}

.aotore-curriculum .cell.last {
  min-height: 112px;
}

.aotore-pricing {
  padding: 18px 0 88px;
  background-color: #4b68d6;
  color: #ffffff;
}

.aotore-tag-light {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #ffffff;
  color: #252525;
}

.aotore-pricing > .container > h2 {
  margin-top: 20px;
}

.aotore-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.aotore-plan-card {
  position: relative;
  display: flex;
  min-height: 688px;
  flex-direction: column;
  border-radius: 8px;
  padding: 40px 32px 32px;
  background-color: #ffffff;
  color: #252525;
}

.aotore-plan-card-featured {
  border: 4px solid #ffed47;
  padding: 36px 28px 28px;
}

.aotore-plan-badge,
.aotore-option-badge {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  padding: 2px 16px;
  background-color: #ffed47;
  color: #252525;
}

.aotore-plan-badge {
  position: absolute;
  top: 0;
  left: 32px;
  transform: translateY(-50%);
}

.aotore-plan-eyebrow {
  color: #39706f;
}

.aotore-plan-card h3 {
  margin-top: 8px;
}

.aotore-plan-description {
  min-height: 50px;
  margin-top: 16px;
  color: #575757;
}

.aotore-plan-price {
  display: flex;
  align-items: baseline;
  margin-top: 36px;
  border-top: 1px solid #eaeaea;
  padding-top: 32px;
}

.aotore-plan-price strong,
.aotore-option-price strong {
  color: #f68b73;
  font-family: "YuGothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.aotore-plan-price span,
.aotore-option-price span {
  margin-left: 4px;
}

.aotore-plan-price small,
.aotore-option-price small {
  margin-left: 8px;
  color: #575757;
  font-size: 11px;
}

.aotore-plan-capacity {
  margin-top: 12px;
}

.aotore-plan-content {
  margin-top: 32px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 32px 0;
}

.aotore-plan-units {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.aotore-plan-units p {
  display: flex;
  min-height: 90px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
}

.aotore-plan-units strong {
  font-size: 20px;
}

.aotore-plan-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.aotore-plan-points li {
  position: relative;
  padding-left: 22px;
}

.aotore-plan-points li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #65ccc9;
  content: "✓";
  font-weight: 700;
}

.aotore-chat-option {
  min-height: 305px;
  margin-top: 32px;
  border: 1px dashed rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 32px;
}

.aotore-chat-option h3 {
  margin-top: 8px;
}

.aotore-chat-option > p:first-of-type {
  margin-top: 8px;
}

.aotore-option-price {
  display: flex;
  align-items: baseline;
  margin: 20px 0 12px;
}

.aotore-option-price strong {
  color: #ffed47;
}

.aotore-option-price small {
  color: #ffffff;
}

.aotore-pricing-notes {
  margin-top: 32px;
}

.aotore-pricing-notes p {
  margin-top: 8px;
}

@media only screen and (max-width: 1128px) {
  .aotore-breadcrumb {
    height: 68px;
    margin-top: 0;
    padding: 0 16px;
  }

  .aotore-hero {
    height: auto;
    padding: 32px 16px 48px;
  }

  .aotore-hero-white-band {
    display: none;
  }

  .aotore-hero-inner {
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .aotore-hero-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    border-radius: 8px 8px 0 0;
    padding: 32px 16px 0;
    background-color: #ffffff;
  }

  .aotore-hero-devices {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 300px;
    border-radius: 0 0 8px 8px;
    background-color: #ffffff;
  }

  .aotore-hero-tablet {
    top: 12px;
    right: calc(50% - 195px);
    width: 340px;
    height: auto;
  }

  .aotore-hero-mobile {
    top: 35px;
    left: calc(50% - 195px);
    width: 130px;
    height: auto;
  }

  .aotore-story {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 620px);
    margin-top: 24px;
  }

  .aotore-benefits {
    position: relative;
    top: auto;
    right: auto;
    display: grid;
    width: min(100%, 720px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
  }

  .aotore-benefit {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .aotore-benefit + .aotore-benefit {
    margin-left: 0;
  }

  .aotore-section,
  .aotore-curriculum,
  .aotore-pricing {
    padding: 48px 16px;
  }

  .aotore-service-grid,
  .aotore-plan-grid {
    grid-template-columns: 1fr;
  }

  .aotore-curriculum .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 640px) {
  .aotore-hero {
    padding: 24px 16px 40px;
  }

  .aotore-hero-copy {
    padding: 28px 12px 0;
  }

  .aotore-hero-tagline {
    width: 100%;
    padding: 6px 12px;
  }

  .aotore-hero-logo {
    width: min(100%, 300px);
    height: auto;
    aspect-ratio: 360 / 104;
  }

  .aotore-hero-heading {
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
  }

  .aotore-hero-highlight {
    flex-basis: 100%;
    margin: 4px 0 0;
    padding-left: 0;
    text-align: center;
  }

  .aotore-hero-devices {
    height: 245px;
  }

  .aotore-hero-tablet {
    right: calc(50% - 155px);
    width: 280px;
  }

  .aotore-hero-mobile {
    top: 34px;
    left: calc(50% - 155px);
    width: 105px;
  }

  .aotore-story {
    flex-direction: column;
  }

  .aotore-story-person {
    width: 132px;
    height: 132px;
    flex-basis: 132px;
  }

  .aotore-story-person img {
    width: 96px;
    height: 126px;
  }

  .aotore-story-text {
    width: 100%;
    margin: 12px 0 0;
  }

  .aotore-story-text::before {
    top: -16px;
    left: calc(50% - 15px);
    border-right: 15px solid transparent;
    border-bottom: 18px solid #ffffff;
    border-left: 15px solid transparent;
  }

  .aotore-benefit {
    border-width: 5px;
    padding: 8px;
  }

  .aotore-benefit-label {
    margin-bottom: 8px;
    padding: 3px 8px;
    font-size: 11px;
  }

  .aotore-benefit-value strong {
    font-size: 34px;
  }

  .aotore-benefit-value span,
  .aotore-benefit-copy strong {
    font-size: 18px;
  }

  .aotore-benefit-copy span {
    font-size: 12px;
  }

  .aotore-worksheet-grid {
    gap: 8px;
  }

  .aotore-curriculum .grid {
    grid-template-columns: 1fr;
  }

  .aotore-curriculum .cell.last {
    min-height: 64px;
  }

  .aotore-curriculum .text-align-right {
    text-align: left;
  }

  .aotore-plan-card,
  .aotore-plan-card-featured {
    min-height: 0;
    padding: 36px 20px 24px;
  }

  .aotore-plan-card-featured {
    padding: 32px 16px 20px;
  }

  .aotore-plan-description {
    min-height: 0;
    margin-top: 12px;
  }

  .aotore-plan-price {
    margin-top: 28px;
    padding-top: 24px;
  }

  .aotore-plan-capacity {
    margin-top: 8px;
  }

  .aotore-plan-content {
    margin-top: 28px;
    padding: 24px 0;
  }

  .aotore-plan-units p {
    min-height: 72px;
  }

  .aotore-plan-points {
    gap: 8px;
    margin-top: 24px;
  }

  .aotore-plan-price strong,
  .aotore-option-price strong {
    font-size: 32px;
  }

  .aotore-chat-option {
    min-height: 0;
    padding: 24px 20px;
  }
}
