@charset "UTF-8";

:root {
  --blue: #0748c9;
  --blue2: #0b5fe8;
  --navy: #061b3b;
  --yellow: #f5c400;
  --pale: #eef6ff;
  --pale2: #f7fbff;
  --line: #b9d5ff;
  --white: #fff;
  --max: 500px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #e9f1fa;
  color: var(--navy);
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button, a {
  font: inherit;
}

.lp {
  width: min(100%, var(--max));
  margin: 0 auto;
  background: var(--white);
  overflow: hidden;
}

section {
  position: relative;
  padding: clamp(54px, 13vw, 76px) clamp(8px, 2vw, 28px);
}

.section-white {
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.section-blue {
  background: radial-gradient(circle at 8% 9%, rgba(245,196,0,.17), transparent 22%),
    radial-gradient(circle at 96% 70%, rgba(245,196,0,.16), transparent 19%),
    linear-gradient(180deg, #f7fbff 0%, #edf6ff 100%);
}

.section-badge {
  display: table;
  margin: 0 auto 12px;
  padding: 6px 24px 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--blue2));
  color: #fff;
  font-size: clamp(17px, 4.4vw, 16px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
}

.section-title {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
  text-align: center;
}

.section-title strong, .section-title em {
  position: relative;
  z-index: 1;
  color: var(--blue);
  font-style: normal;
  font-weight: 900;
}

.section-title strong::after, .section-title em::after, .hero-title-main::after, .intro-title strong::after {
  content: "";
  position: absolute;
  left: -.03em;
  right: -.03em;
  bottom: .04em;
  z-index: -1;
  height: .17em;
  border-radius: 999px;
  background: var(--yellow);
}

.section-lead {
  margin: 14px 0 0;
  text-align: center;
  font-size: clamp(13px, 3.45vw, 16px);
  line-height: 1.75;
  font-weight: 700;
}

.hero {
  min-height: auto;
}

.hero-deco {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.hero-head {
  position: relative;
  z-index: 4;
}

.kaz-logo {
  object-fit: contain;
}

.hero-course {
  flex: 1;
  place-items: center;
}

.hero-inner {
  position: relative;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.exam-label {
  display: inline-flex;
  align-items: center;
  margin: 0 0 clamp(16px, 4.5vw, 22px);
  border: 2px solid var(--navy);
  border-radius: 8px;
  color: var(--navy);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap;
}

.hero-title {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
}

.hero-title-line, .hero-title-main {
  display: block;
  white-space: nowrap;
}

.hero-title-main {
  position: relative;
  z-index: 1;
  width: max-content;
  color: var(--blue);
}

.hero-lead {
  margin: clamp(14px, 3.8vw, 20px) 0 0;
  color: var(--navy);
  font-weight: 700;
}

.hero-lead em {
  color: var(--blue);
  font-style: normal;
  font-weight: 900;
}

.hero-student {
  position: absolute;
  z-index: 2;
  object-fit: contain;
}

.hero-program {
  position: relative;
  z-index: 5;
}

.program-card, .flow-box, .finding-card, .measure-card, .price-card, .option-card, .note-card, .schedule-card, .step-card {
  background: rgba(255,255,255,.96);
}

.program-card {
  position: relative;
  border: 3px solid var(--blue);
  border-radius: 12px;
  padding: clamp(28px, 7vw, 36px) clamp(12px, 3.4vw, 18px) clamp(17px, 4.5vw, 22px);
}

.program-final {
  border-color: var(--yellow);
  background: linear-gradient(180deg, #fffef5, #fff);
}

.program-label {
  position: absolute;
  top: -22px;
  left: -5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: clamp(39px, 10vw, 46px);
  padding: 0 13px 0 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
}

.program-label > span {
  display: grid;
  place-items: center;
  width: clamp(44px, 11vw, 52px);
  height: clamp(44px, 11vw, 52px);
  border: 3px solid var(--blue);
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  line-height: 1;
  font-weight: 900;
}

.program-label strong {
  font-size: clamp(17px, 4.6vw, 23px);
  line-height: 1;
  font-weight: 700;
}

.program-final .program-label {
  color: var(--yellow);
  transform: scale(1.3);
  left: 10px;
}

.program-final .program-label > span {
  background: var(--yellow);
  color: var(--blue);
}

.program-card h2 {
  margin: 0 0 16px;
  color: var(--blue);
  text-align: center;
  line-height: 1.1;
  font-weight: 900;
}

.program-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-icons li {
  display: grid;
  gap: 4px;
  place-items: center;
  min-height: clamp(54px, 14vw, 68px);
  border-right: 1px dashed var(--blue2);
  line-height: 1.35;
  font-weight: 600;
  text-align: center;
}

.program-icons li:last-child {
  border-right: 0;
}

.icon-mark {
  font-size: clamp(18px, 9vw, 23px);
  line-height: 1;
}

.program-final h2 {
  margin-bottom: 6px;
  color: var(--blue);
  text-shadow: 0 3px 0 rgba(245,196,0,.36);
}

.program-final p {
  margin: 0;
  text-align: center;
  font-size: clamp(13px, 3.7vw, 16px);
  line-height: 1.45;
  font-weight: 900;
}

.down-arrow, .mini-arrow {
  width: 0;
  height: 0;
  margin: 13px auto 30px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 22px solid var(--blue);
}

.mini-arrow {
  margin: 10px auto;
  border-left-width: 12px;
  border-right-width: 12px;
  border-top-width: 14px;
}

.hero-info {
  margin-top: 20px;
  text-align: center;
}

.date {
  margin: 0;
  color: var(--blue);
  font-weight: 900;
}

.date span {
  display: block;
  line-height: 1;
  letter-spacing: .02em;
}

.date small {
  display: inline-block;
  margin-top: 9px;
  font-size: clamp(13px, 3.7vw, 17px);
  font-weight: 700;
}

.place {
  max-width: 350px;
  margin: 12px auto 0;
  padding-top: 11px;
  border-top: 1px solid var(--line);
  line-height: 1.3;
  font-weight: 900;
}

.section-intro {
  padding-top: clamp(58px, 15vw, 82px);
}

.intro-title {
  letter-spacing: -.005em;
}

.intro-title strong {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--blue);
  line-height: .9;
}

.intro-lead {
  margin: 24px 0 30px;
  font-weight: 700;
}

.flow-box {
  position: relative;
  border: 2px solid var(--blue);
  border-radius: 14px;
  padding: 40px clamp(15px, 4.2vw, 24px) 22px;
  margin-bottom: 20px;
}

.box-label {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 132px;
  padding: 3px 18px 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--blue2));
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 5.5vw, 26px);
  line-height: 1.2;
  font-weight: 700;
}

.flow-final .box-label {
  color: var(--yellow);
  padding: 8px;
  font-size: 25px;
}

.flow-box h3 {
  margin: 0;
  color: var(--navy);
  text-align: center;
  line-height: 1.28;
  font-weight: 900;
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 16px;
  padding: 0;
  list-style: none;
}

.grid-list li {
  padding: 10px 8px;
  border: 1px solid var(--blue2);
  border-radius: 6px;
  background: linear-gradient(180deg,#fff,#f6fbff);
  color: var(--blue);
  text-align: center;
  font-size: clamp(15px, 4vw, 20px);
  line-height: 1.3;
  font-weight: 900;
}

.flow-prep p {
  margin: 14px 0 0;
  padding-top: 13px;
  border-top: 1px dashed var(--blue2);
  text-align: center;
  font-size: clamp(12px, 3.3vw, 14px);
  font-weight: 700;
}

.flow-final {
  border-width: 3px;
}

.flow-final .mini-lead {
  margin: 0 0 2px;
  text-align: center;
  font-size: clamp(15px, 5.2vw, 19px);
  line-height: 1.5;
  font-weight: 900;
}

.flow-final h3 {
  color: var(--blue);
  line-height: 1.05;
  letter-spacing: .04em;
  text-shadow: 0 4px 0 rgb(255 207 15);
}

.same-flow {
  margin: 6px 0 18px;
  color: var(--blue);
  text-align: center;
  font-weight: 800;
  font-size: 26px;
}

.exam-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.exam-list li {
  display: grid;
  grid-template-columns: minmax(84px, 30%) 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--blue2);
  border-radius: 7px;
}

.exam-list strong {
  color: var(--blue);
  font-size: clamp(17px, 4.7vw, 22px);
  line-height: 1.2;
  font-weight: 900;
}

.exam-list span {
  padding-left: 12px;
  border-left: 1px solid var(--line);
  font-weight: 700;
}

.closing-copy {
  margin: 18px 0 0;
  color: var(--blue);
  text-align: center;
  font-size: clamp(20px, 6.6vw, 20px);
  font-weight: 900;
}

.because {
  position: relative;
  display: table;
  color: var(--blue);
  line-height: 1;
  font-weight: 900;
}

.because::before,.because::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 150px;
  height: 2px;
  background: var(--blue);
}

.because::before {
  transform-origin: right center;
}

.because::after {
  transform-origin: left center;
}

.finding-list {
  margin-top: 26px;
}

.finding-card {
  display: grid;
  grid-template-columns: clamp(69px, 17vw, 94px) 1fr;
  gap: clamp(9px, 2.6vw, 18px);
  align-items: center;
  padding: clamp(17px, 4.8vw, 24px);
  border: 2px solid var(--blue);
  border-radius: 16px;
}

.finding-num {
  border-right: 1px solid var(--blue2);
  color: var(--blue);
  line-height: 1;
  font-weight: 900;
}

.finding-body h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.45;
  font-weight: 900;
}

.finding-body strong {
  color: var(--blue);
}

.finding-body p {
  margin: 9px 0 0;
  padding-top: 8px;
  border-top: 1px dashed var(--blue2);
  font-size: clamp(11.5px, 3.25vw, 14px);
  line-height: 1.5;
  font-weight: 500;
}

.section-measures > .section-title, .section-measures > .section-lead {
  margin-left: clamp(18px, 4vw, 28px);
  margin-right: clamp(18px, 4vw, 28px);
}

.measure-carousel {
  margin-top: 26px;
}

.carousel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(18px, 5vw, 28px) 12px;
}

.carousel-top p {
  margin: 0;
  color: #42618f;
  font-size: 12px;
  font-weight: 700;
}

.carousel-arrows {
  display: flex;
}

.carousel-btn {
  display: grid;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  align-items: stretch;
}

.carousel-btn:disabled {
  opacity: .35;
  cursor: default;
}

.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 clamp(58px, 15vw, 76px) 16px clamp(18px, 5vw, 28px);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.measure-card {
  position: relative;
  scroll-snap-align: start;
  min-height: auto;
  overflow: hidden;
}

.corner-blue {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: var(--blue);
  clip-path: polygon(100% 0,0 0,100% 100%);
}

.measure-head {
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 26px);
  border: 2px solid var(--blue);
  overflow: hidden;
}

.measure-head span {
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  line-height: 1;
  font-weight: 900;
}

.measure-head h3 {
  margin: 0;
  color: var(--blue);
  line-height: 1.2;
  font-weight: 700;
}

.measure-media {
  border: 2px solid #a7c3ff;
  overflow: hidden;
  background: var(--pale2);
}

.measure-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.measure-sub {
  display: block;
  text-align: center;
  margin: 0 0 14px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--yellow);
  font-size: clamp(13px, 3.5vw, 15px);
}

.measure-card h4 {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
}

.measure-card h4 strong {
  color: var(--blue);
  font-size: clamp(25px, 6.5vw, 36px);
}

.measure-text {
  margin: 17px 0 0;
  border-top: 1px dashed var(--blue2);
  font-size: clamp(12.5px, 3.45vw, 15px);
  font-weight: 500;
}

.tag-list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  position: relative;
  border: 1px solid var(--blue);
  border-radius: 7px;
  background: #fff;
  color: var(--blue);
  font-size: clamp(12.5px, 3.4vw, 14px);
  font-weight: 700;
}

.tag-list li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: var(--yellow);
  clip-path: polygon(100% 0,0 100%,100% 100%);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 2px;
}

.carousel-dots button {
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #bad0ff;
  cursor: pointer;
}

.carousel-dots button.is-active {
  background: var(--blue);
}

.price-card,.option-card,.note-card,.schedule-card {
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: clamp(20px, 5vw, 26px);
}

.price-card {
  margin-top: 28px;
}

.option-card,.note-card,.schedule-card {
  margin-top: 18px;
}

.price-card h3,.option-card h3,.note-card h3,.schedule-card h3 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(22px, 5.8vw, 30px);
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
}

.price-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 8px 12px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.price-list li:first-child {
  border-top: 0;
}

.price-list .num {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.price-list .course {
  font-size: clamp(15px, 5vw, 18px);
  line-height: 1.45;
  font-weight: 700;
}

.price-list strong {
  grid-column: 2/3;
  justify-self: end;
  color: var(--blue);
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: .01em;
}

.price-list small,.option-row small {
  margin-left: 2px;
  color: var(--blue);
  font-size: .42em;
}

.option-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.option-row span {
  font-size: clamp(15px, 4.2vw, 18px);
  font-weight: 700;
}

.option-row strong {
  color: var(--blue);
  line-height: 1;
  font-weight: 900;
}

.note-card ul {
  margin: 0;
  padding-left: 1.25em;
  font-size: clamp(13px, 3.5vw, 15px);
  line-height: 1.8;
  font-weight: 500;
}

.schedule-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 26px 0 20px;
  padding: 0;
  list-style: none;
}

.schedule-points li {
  padding: 10px 4px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  text-align: center;
  font-size: clamp(10.5px, 3vw, 14px);
  line-height: 1.35;
  font-weight: 700;
}

.schedule-list,.period-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.schedule-list li,.period-list li {
  display: grid;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.schedule-list li:first-child,.period-list li:first-child {
  border-top: 0;
}

.schedule-list li {
  grid-template-columns: minmax(0,1.6fr) auto minmax(98px,.95fr);
}

.schedule-list span {
  font-size: clamp(12px, 3.4vw, 15px);
  line-height: 1.45;
  font-weight: 700;
}

.schedule-list em {
  justify-self: center;
  min-width: 50px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e8f2ff;
  color: var(--blue);
  text-align: center;
  font-style: normal;
  font-size: clamp(11px, 3.2vw, 13px);
  font-weight: 900;
}

.schedule-list strong {
  justify-self: end;
  color: var(--blue);
  font-size: clamp(12px, 3.5vw, 16px);
  line-height: 1.3;
  font-weight: 900;
  white-space: nowrap;
}

.period-list li {
  grid-template-columns: 54px 1fr auto;
}

.period-list span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  min-height: 24px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.period-list strong {
  color: var(--navy);
  font-size: clamp(14px, 3.9vw, 17px);
  font-weight: 700;
}

.period-list small {
  justify-self: end;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
}

.step-list {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.step-list::before {
  content: "";
  position: absolute;
  left: 45px;
  top: 42px;
  bottom: 42px;
  width: 2px;
  background: repeating-linear-gradient(to bottom, var(--blue) 0 5px, transparent 5px 10px);
  opacity: .55;
}

.step-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border: 1px solid #dbe8ff;
  border-radius: 14px;
}

.step-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #edf5ff;
  color: var(--blue);
  font-size: 27px;
  font-weight: 900;
}

.step-body span {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: #d6ff21;
  color: #000000;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}

.step-body h3 {
  margin: 6px 0 3px;
  color: var(--navy);
  font-size: clamp(18px, 4.5vw, 28px);
  line-height: 1.25;
  font-weight: 900;
}

.step-body p {
  margin: 0;
  font-size: clamp(12px, 3.4vw, 14px);
  line-height: 1.6;
  font-weight: 500;
}

.bottom-copy {
  margin: 24px 0 0;
  text-align: center;
  font-size: clamp(13px, 3.5vw, 15px);
  font-weight: 500;
}

.cta {
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin: 18px 0 0;
  border-radius: 999px;
  background: linear-gradient(90deg,var(--blue),var(--blue2));
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px,3.8vw,17px);
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(7,72,201,.26);
}

.reveal-delay-1 {
  transition-delay: .08s;
}

.reveal-delay-2 {
  transition-delay: .16s;
}

.reveal-delay-3 {
  transition-delay: .24s;
}

@media (max-width: 390px) {
  section {
    padding-inline: 18px;
  }

  .hero {
    padding-inline: 14px;
  }

  .hero-title {
    font-size: clamp(40px, 11vw, 46px);
  }

  .hero-copy {
    width: 76%;
  }

  .hero-student {
    width: clamp(144px, 40vw, 158px);
    height: 405px;
    right: -14px;
    top: -6px;
  }

  .hero-inner {
    min-height: 405px;
  }

  .exam-label {
    font-size: 10.2px;
    padding-inline: 8px;
  }

  .program-icons li {
    font-size: 10px;
  }

  .flow-final h3,.program-final h2 {
    letter-spacing: .02em;
  }

  .schedule-list li {
    grid-template-columns: minmax(0,1.45fr) auto minmax(86px,.95fr);
  }

  .schedule-list strong {
    font-size: 12px;
  }
}

@media (min-width: 431px) and (max-width: 500px) {
  .hero-title {
    font-size: clamp(52px, 11.8vw, 64px);
  }

  .hero-copy {
    width: 77%;
  }

  .hero-student {
    width: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,.sticky-apply {
    transition: none;
  }
}

.section-title, .section-badge, .hero-title, .hero-lead, .program-card h2, .program-label strong, .price-card h3, .option-card h3, .note-card h3, .schedule-card h3, .step-body h3 {
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: normal;
}

.section-title {
  font-size: clamp(28px, 7vw, 42px);
  line-height: 1.22;
  letter-spacing: .005em;
}

.section-price .section-title, .section-schedule .section-title, .section-steps .section-title {
  font-size: clamp(25px, 6.2vw, 36px);
  line-height: 1.25;
}

.section-findings .section-title {
  font-size: clamp(27px, 7.8vw, 40px);
}

.section-measures .section-title {
  font-size: clamp(46px, 7.4vw, 44px);
}

.hero {
  padding: clamp(18px, 4.8vw, 28px) clamp(20px, 5vw, 28px) 34px;
  background: radial-gradient(circle at 96% 16%, rgba(11,95,232,.13), transparent 25%),
    radial-gradient(circle at 100% 86%, rgba(245,196,0,.16), transparent 28%),
    linear-gradient(135deg, #fff 0%, #fbfdff 52%, #eaf5ff 100%);
}

.hero-deco-stripe {
  top: -2px;
  right: -4px;
  width: clamp(78px, 20vw, 106px);
}

.hero-deco-dots {
  right: -24px;
  top: clamp(98px, 23vw, 120px);
  width: clamp(72px, 18vw, 92px);
  opacity: .5;
}

.kaz-logo {
  width: clamp(70px, 16vw, 90px);
  padding: 9px 10px;
}

.hero-inner {
  min-height: clamp(350px, 84vw, 430px);
  margin-top: clamp(28px, 6vw, 38px);
}

.hero-copy {
  width: min(74%, 360px);
}

.exam-label {
  min-height: 34px;
  margin-bottom: clamp(18px, 4.5vw, 24px);
  padding: 7px 11px;
  font-size: clamp(10.5px, 2.65vw, 13px);
  background: rgba(255,255,255,.96);
}

.hero-title {
  font-size: clamp(42px, 13.8vw, 56px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.hero-title-line {
  font-size: 1em;
}

.hero-title-main {
  font-size: 1.18em;
  letter-spacing: -.04em;
}

.hero-title-main::after {
  left: -.06em;
  right: -.06em;
  bottom: .03em;
  height: .18em;
}

.hero-lead {
  margin-top: clamp(16px, 3.7vw, 28px);
  font-size: clamp(20px, 6.7vw, 28px);
  line-height: 1.48;
  letter-spacing: .01em;
}

.hero-student {
  width: clamp(288px, 68vw, 330px);
  height: clamp(420px, 96vw, 530px);
  right: clamp(-50px, -13vw, -13px);
  top: clamp(-76px, -14vw, -48px);
  object-position: right top;
}

.hero-program {
  margin-top: clamp(-40px, 8vw, 25px);
}

.program-card {
  padding-top: clamp(30px, 7vw, 38px);
}

.program-label {
  min-width: clamp(126px, 33vw, 178px);
}

.program-card h2 {
  font-size: clamp(25px, 6.1vw, 32px);
  letter-spacing: .08em;
}

.program-final h2 {
  font-size: clamp(42px, 10.4vw, 55px);
  letter-spacing: .02em;
}

.date span {
  font-size: clamp(42px, 10.5vw, 56px);
}

.place {
  font-size: clamp(17px, 4.2vw, 22px);
}

.intro-title {
  font-size: clamp(33px, 6.6vw, 40px);
}

.flow-box h3 {
  font-size: clamp(24px, 5.8vw, 31px);
}

.flow-final h3 {
  font-size: clamp(52px, 10.1vw, 55px);
}

.finding-body h3 {
  font-size: clamp(25px, 4.2vw, 22px);
}

.price-list strong {
  font-size: clamp(40px, 8vw, 46px);
}

.option-row strong {
  font-size: clamp(30px, 7.5vw, 42px);
}

@media (max-width: 390px) {
  .hero {
    padding-inline: 14px;
  }

  .hero-head {
    width: 64%;
  }

  .kaz-logo {
    width: 68px;
  }

  .hero-course {
    font-size: 23px;
  }

  .hero-inner {
    min-height: 355px;
    margin-top: 26px;
  }

  .hero-copy {
    width: 78%;
  }

  .exam-label {
    font-size: 10px;
    padding-inline: 8px;
  }

  .hero-title {
    font-size: 45px;
  }

  .hero-student {
    width: 255px;
    height: 420px;
    right: -28px;
    top: -58px;
  }

  .hero-program {
    margin-top: -6px;
  }

  .section-title {
    font-size: clamp(26px, 6.8vw, 32px);
  }

  .section-price .section-title, .section-schedule .section-title, .section-steps .section-title {
    font-size: 24px;
  }
}

@media (min-width: 431px) and (max-width: 500px) {
  .hero-head {
    width: 55%;
  }

  .hero-title {
    font-size: 55px;
  }

  .hero-title-main {
    font-size: 1.18em;
  }

  .hero-student {
    width: 270px;
    height: 530px;
    right: -36px;
    top: -76px;
  }
}

:root {
  --shadow: none;
  --soft-card-shadow: 0 8px 18px rgba(6, 27, 59, .06);
}

body {
  font-size: 16px;
}

.program-card, .flow-box, .finding-card, .measure-card, .price-card, .option-card, .note-card, .schedule-card, .step-card {
  box-shadow: none;
}

.hero-head, .cta, .sticky-apply a {
  box-shadow: 0 10px 22px rgba(7, 72, 201, .22);
}

.flow-final {
  box-shadow: 6px 6px 0 var(--yellow);
}

.measure-card {
  box-shadow: var(--soft-card-shadow);
}

.section-lead, .intro-lead, .flow-prep p, .program-final p, .finding-body p, .measure-text, .note-card ul, .step-body p, .bottom-copy, .closing-copy {
  font-size: max(15px, 1em);
}

.exam-label, .carousel-top p, .program-icons li, .measure-sub, .tag-list li, .schedule-points li, .schedule-list span, .schedule-list em, .schedule-list strong, .period-list span, .period-list strong, .period-list small, .step-body span, .date small, .price-list small, .option-row small {
  font-size: 14px;
}

.exam-list span {
  font-size: 14px;
  line-height: 1.6;
}

.because {
  margin: -12px auto 22px;
  padding: 0 18px;
  background: transparent;
  font-size: clamp(20px, 5.4vw, 26px);
}

.because::before, .because::after {
  top: 50%;
  width: clamp(64px, 18vw, 96px);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue));
  transform: none;
}

.because::before {
  right: 100%;
  transform: none;
}

.because::after {
  left: 170%;
  transform: scaleX(-1);
}

.section-measures {
  padding-left: 0;
  padding-right: 0;
}

.carousel-top {
  padding-inline: clamp(20px, 5.2vw, 30px);
  margin-bottom: 4px;
}

.carousel-arrows {
  gap: 10px;
}

.carousel-btn {
  width: 40px;
  height: 40px;
  border-width: 2px;
  font-size: 28px;
}

.carousel-track {
  gap: 16px;
  scroll-padding-left: clamp(18px, 4.8vw, 24px);
  padding-left: clamp(18px, 4.8vw, 24px);
  padding-right: clamp(18px, 4.8vw, 24px);
  padding-bottom: 18px;
}

.measure-card {
  flex: 0 0 calc(100% - clamp(34px, 9vw, 46px));
  border: 2px solid #d6e4ff;
  border-radius: 0 18px 18px 18px;
  padding: clamp(20px, 5.3vw, 28px) 10px;
  background: #fff;
}

.measure-head {
  border-width: 2px;
  border-radius: 8px;
}

.measure-head span {
  width: 58px;
  min-height: 48px;
}

.measure-head h3 {
  padding: 8px 14px;
  font-size: clamp(21px, 5.6vw, 28px);
}

.measure-media {
  margin: 18px 0 16px;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
}

.measure-sub {
  margin-bottom: 13px;
  font-weight: 900;
  line-height: 1.5;
}

.measure-card h4 {
  font-size: clamp(22px, 5.5vw, 27px);
  line-height: 1.46;
  letter-spacing: -.01em;
  text-align: center;
}

.measure-text {
  margin-top: 16px;
  padding-top: 15px;
  line-height: 1.75;
}

.tag-list {
  gap: 9px;
  margin-top: 18px;
}

.tag-list li {
  padding: 10px 13px;
  line-height: 1.45;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
}

.carousel-dots button.is-active {
  width: 30px;
}

.price-card, .option-card, .note-card, .schedule-card, .step-card, .finding-card, .flow-box, .program-card {
  border-color: #b7d2ff;
}

.step-card, .price-card, .option-card, .note-card, .schedule-card {
  background: rgba(255,255,255,.96);
}

@media (max-width: 390px) {
  .exam-label, .carousel-top p, .program-icons li, .measure-sub, .tag-list li, .schedule-points li, .schedule-list span, .schedule-list em, .schedule-list strong, .period-list span, .period-list strong, .period-list small, .step-body span, .date small, .exam-list span {
    font-size: 15px;
  }

  .program-icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .program-icons li {
    letter-spacing: 0.07em;
    line-height: 1.25;
  }

  .icon-mark {
    font-size: 20px;
  }

  .measure-card {
    flex-basis: calc(100% - 30px);
    padding: 20px;
  }

  .measure-head span {
    width: 54px;
  }

  .measure-head h3 {
    font-size: 25px;
    padding-inline: 12px;
  }

  .measure-card h4 {
    font-size: clamp(21px, 5.5vw, 50px);
    text-align: center;
  }

  .schedule-points {
    grid-template-columns: 1fr;
  }
}

body {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.icon-mark {
  display: block;
  width: clamp(28px, 7.8vw, 38px);
  height: clamp(28px, 7.8vw, 38px);
  margin: 0 auto 5px;
  object-fit: contain;
}

.step-icon {
  display: grid;
  place-items: center;
}

.step-icon img {
  width: clamp(34px, 9vw, 44px);
  height: clamp(34px, 9vw, 44px);
  object-fit: contain;
}

.finding-num, .measure-head span, .program-label span, .price-list .num, .period-list span {
  font-family: "Oswald", "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
}

.finding-num {
  font-size: clamp(54px, 14vw, 72px);
  letter-spacing: -.01em;
}

.measure-head span {
  font-size: clamp(25px, 6.5vw, 32px);
}

.program-label > span {
  font-size: clamp(26px, 6.7vw, 34px);
}

.step-body span {
  font-family: "Oswald", "Noto Sans JP", system-ui, sans-serif;
  letter-spacing: .05em;
}

.kaz-logo {
  display: none;
}

.hero-head {
  display: grid;
  align-items: stretch;
  min-height: 66px;
  background: var(--blue);
  box-shadow: none;
}

.kaz-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 5px 12px 5px 16px;
  color: #fff;
  background: transparent;
}

.kaz-brand-main {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(25px, 6vw, 34px);
  line-height: .95;
  font-weight: 700;
  letter-spacing: .03em;
}

.kaz-brand-sub {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(10px, 2.25vw, 12px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: .12em;
}

.hero-course {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--yellow);
  line-height: 1;
  font-weight: 700;
}

@media (max-width: 390px) {
  .hero-head {
    width: 79%;
    min-height: 58px;
    grid-template-columns: 78px 1fr;
  }

  .kaz-brand {
    padding: 9px 9px 9px 12px;
  }

  .kaz-brand-main {
    font-size: 22px;
  }

  .kaz-brand-sub {
    font-size: 9px;
  }

  .hero-course {
    font-size: 26px;
    padding-inline: 10px;
  }
}

@media (min-width: 431px) and (max-width: 500px) {
  .hero-head {
    width: 72%;
  }
}

.program-icons li {
  font-size: clamp(15px, 2.9vw, 16px);
  color: #222;
}

.program-icons .icon-mark {
  width: 40px;
  height: auto;
  object-fit: contain;
}

@media (min-width: 501px) {
  .program-icons li {
    font-size: 19px;
  }

  .program-icons .icon-mark {
    width: auto;
    height: 44px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .72s ease var(--reveal-delay, 0ms), transform .72s cubic-bezier(.22, .8, .24, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cta {
  display: none;
}

.sticky-apply {
  position: fixed;
  left: 50%;
  z-index: 90;
  transform: translate(-50%, calc(100% + 28px));
  opacity: 0;
  pointer-events: none;
  transition: transform .38s cubic-bezier(.2, .82, .24, 1), opacity .28s ease;
}

.sticky-apply.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.sticky-apply a {
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-size: clamp(15px, 4vw, 18px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .02em;
}

.sticky-apply a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--blue);
}

.sticky-apply a::after {
  content: "›";
  line-height: 1;
  font-weight: 900;
}

@media (hover: hover) {
  .sticky-apply a:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .sticky-apply {
    transition: none;
  }
}

.hero-head {
  grid-template-columns: clamp(78px, 19vw, 98px) minmax(0, 1fr);
  width: min(60%, 350px);
}

.hero-course {
  padding-inline: 8px;
  font-size: clamp(24px, 6.2vw, 28px);
  letter-spacing: .02em;
}

.intro-title strong {
  font-size: 2.45em;
}

.intro-lead {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.85;
}

.section-steps .section-lead {
  line-height: 1.75;
}

.step-card {
  padding-left: clamp(14px, 4vw, 22px);
  padding-right: clamp(14px, 4vw, 22px);
}

.step-icon {
  margin-left: 0;
}

.sticky-apply {
  bottom: max(12px, env(safe-area-inset-bottom));
  width: min(calc(100% - 20px), 470px);
}

.sticky-apply a {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "small arrow"
    "main arrow";
  row-gap: 3px;
  min-height: 66px;
  padding: 15px 18px 13px 40px;
  border: 2px solid #fff;
  background: #ffeb00;
  color: var(--navy);
  box-shadow: 0 14px 30px rgba(245, 196, 0, .38),
    0 4px 0 var(--blue);
}

.sticky-apply a::before {
  display: none;
}

.sticky-apply a::after {
  grid-area: arrow;
  align-self: center;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-left: 14px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 1.35em;
}

.sticky-apply-small {
  grid-area: small;
  display: block;
  color: var(--blue);
  font-size: clamp(11px, 4.9vw, 16px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
}

.sticky-apply-main {
  grid-area: main;
  display: block;
  font-size: clamp(15px, 5vw, 18px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .02em;
}

@media (max-width: 390px) {
  .hero-head {
    grid-template-columns: 72px minmax(0, 1fr);
    width: 59%;
    min-height: 56px;
  }

  .hero-course {
    font-size: 24px;
    padding-inline: 6px;
    letter-spacing: .01em;
  }

  .kaz-brand-main {
    font-size: 21px;
  }

  .kaz-brand-sub {
    font-size: 8.5px;
  }

  .intro-title strong {
    font-size: 2.38em;
  }

  .step-card {
    grid-template-columns: 66px 1fr;
    padding-left: 16px;
  }

  .sticky-apply a {
    min-height: 62px;
    padding-left: 36px;
  }
}

@media (min-width: 431px) and (max-width: 500px) {
  .hero-head {
    width: 66%;
  }

  .hero-course {
    font-size: 35px;
  }
}

.cta-consult {
  position: relative;
  overflow: hidden;
  padding: 56px 20px 110px;
  background: linear-gradient(180deg, #effeff 0%, #f1faff 100%);
}

.cta-consult__inner {
  max-width: 500px;
  margin: 0 auto;
}

.cta-consult__badge {
  display: table;
  margin: 0 auto 20px;
  padding: 10px 28px 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0b55d9 0%, #1847c9 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

.cta-consult__title {
  margin: 0;
  text-align: center;
  color: #081f56;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.cta-consult__title span {
  display: block;
  font-size: clamp(32px, 8vw, 45px);
  margin-top: 10px;
}

.cta-consult__title strong {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  font-size: clamp(52px, 12vw, 80px);
  color: #1652e3;
  line-height: 1;
  letter-spacing: 0.03em;
}

.cta-consult__title strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 14px;
  background: #f5c400;
  border-radius: 999px;
  z-index: -1;
}

.cta-consult__lead {
  margin: 28px 0 0;
  text-align: center;
  color: #081f56;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.cta-consult__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.cta-consult__point {
  position: relative;
  padding: 28px 14px 20px;
  border: 2px solid #b8cdfd;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.cta-consult__num {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1652e3;
  color: #fff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.cta-consult__point img {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto 12px;
}

.cta-consult__point p {
  margin: 0;
  color: #123ea8;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.cta-consult__line {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
  padding: 18px 18px 18px 20px;
  border: 4px solid #f5c400;
  border-radius: 22px;
  background: linear-gradient(180deg, #fffef8 0%, #fffdf3 100%);
  text-decoration: none;
}

.cta-consult__line img {
  display: block;
  width: auto;
  height: 88px;
}

.cta-consult__line-text {
  display: block;
}

.cta-consult__line-text small {
  display: block;
  margin-bottom: 6px;
  color: #081f56;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.cta-consult__line-text strong {
  display: block;
  color: #1652e3;
  font-size: clamp(21px, 5.5vw, 31px);
  font-weight: 900;
  line-height: 1.25;
}

.cta-consult__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 16px 0 0;
  color: #081f56;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.cta-consult__note img {
  flex: 0 0 auto;
  width: auto;
  height: 28px;
}

@media (max-width: 500px) {
  .cta-consult {
    padding: 48px 16px 100px;
  }

  .cta-consult__lead {
    font-size: 14px;
  }

  .cta-consult__points {
    gap: 10px;
  }

  .cta-consult__point {
    padding: 24px 5px 16px;
    border-radius: 14px;
  }

  .cta-consult__point img {
    height: 44px;
    margin: 15px auto 10px;
    width: auto;
  }

  .cta-consult__point p {
    font-size: 14px;
    line-height: 1.45;
  }

  .cta-consult__line {
    grid-template-columns: 64px 1fr;
    gap: 14px;
    padding: 16px;
    border-width: 3px;
    border-radius: 18px;
  }

  .cta-consult__line img {
    width: auto;
    height: 64px;
  }

  .cta-consult__line-text small {
    font-size: 16px;
  }

  .cta-consult__note {
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .cta-consult__title span {
    font-size: 30px;
    margin-top: 10px;
  }

  .cta-consult__title strong {
    font-size: 59px;
    line-height: 0.8;
  }

  .cta-consult__lead {
    font-size: 14px;
    line-height: 1.8;
  }

  .cta-consult__points {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cta-consult__point {
    padding: 20px 14px 16px;
  }

  .cta-consult__point p br {
    display: none;
  }

  .cta-consult__line {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-consult__line img {
    margin: 0 auto;
  }

  .cta-consult__note {
    align-items: flex-start;
  }
}
.program-label strong .program-day-num {
  display: inline-block;
  font-family: "Oswald", "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  transform: scale(1.3);
  transform-origin: center bottom;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.section-title strong .title-num {
  display: inline-block;
  font-family: "Oswald", "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .01em;
  transform: translateY(.03em) scale(1.14);
  transform-origin: center bottom;
  margin-right: .03em;
}

.intro-title strong .title-num--intro {
  transform: translateY(.1em) scale(1.2);
  margin-right: .02em;
}