@charset "UTF-8";
:root {
  --red: #df0024;
  --red-dark: #b6001d;
  --ink: #17171b;
  --muted: #62626c;
  --line: #e4e4e8;
  --soft: #f5f5f7;
  --max: 1240px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #286ddd;
  outline-offset: 6px;
}
img {
  max-width: 100%;
  display: block;
}
p {
  line-height: 1.65;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
h2 {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  margin-bottom: 24px;
}
h3 {
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}
section[id] {
  scroll-margin-top: 20px;
}
.container {
  width: min(var(--max), calc(100% - 96px));
  margin-inline: auto;
}
.announcement {
  background: var(--ink);
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  padding: 11px 20px;
  letter-spacing: 0.025em;
}
.header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  flex-shrink: 0;
}
.brand-main {
  color: var(--red);
  font-weight: 900;
  font-size: 2.55rem;
  line-height: 0.9;
  letter-spacing: -0.05em;
}
.brand-dot {
  color: var(--ink);
}
.brand-sub {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.21em;
  margin-top: 9px;
}
.header nav {
  display: flex;
  gap: 32px;
  font-size: 0.875rem;
  font-weight: 600;
}
.header nav a:hover,
.text-link:hover {
  color: var(--red);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 56px;
  padding: 17px 24px;
  background: var(--red);
  color: white;
  font-size: 0.9375rem;
  line-height: 1.35;
  font-weight: 700;
  border: 1px solid transparent;
  transition:
    background 0.18s,
    transform 0.18s;
  border-radius: 3px;
}
.button:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
}
.button span {
  font-size: 1.4rem;
  line-height: 1;
}
.button-small {
  min-height: 47px;
  padding: 13px 18px;
  font-size: 0.875rem;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 0.9375rem;
  font-weight: 700;
  padding-block: 12px;
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 58px;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 72px;
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.6;
  margin-bottom: 24px;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  letter-spacing: 0.095em;
}
.eyebrow > span {
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 50%;
  flex-shrink: 0;
}
h1 {
  font-size: clamp(2.5rem, 4.65vw, 4.3rem);
  line-height: 1.035;
  letter-spacing: -0.065em;
  margin-bottom: 26px;
  font-weight: 800;
}
h1 em {
  font-style: normal;
  color: var(--red);
}
.hero-description {
  color: var(--muted);
  max-width: 475px;
  font-size: 1.0625rem;
  line-height: 1.75;
  margin-bottom: 28px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
.hero-note {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--muted);
  font-size: 0.8125rem;
  margin-top: 24px;
}
.check {
  color: var(--red);
  font-weight: 700;
}
.hero-visual {
  position: relative;
  padding-bottom: 35px;
}
.photo-wrap {
  position: relative;
  height: 470px;
  overflow: hidden;
  background: #ededed;
  border-radius: 4px 64px 4px 4px;
}
.photo-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 62% center;
}
.photo-label {
  position: absolute;
  top: 22px;
  left: 22px;
  background: white;
  padding: 9px 12px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}
.practice-card {
  display: flex;
  gap: 14px;
  align-items: center;
  position: absolute;
  bottom: 74px;
  left: -28px;
  background: white;
  padding: 21px 25px;
  box-shadow: 0 12px 46px #17171b20;
  border: 1px solid #eee;
  border-radius: 4px;
}
.practice-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--red);
  font-size: 1.75rem;
}
.practice-card strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 7px;
}
.practice-card div > span {
  display: block;
  color: var(--muted);
  font-size: 0.8125rem;
}
.visual-caption {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  position: absolute;
  bottom: 8px;
  inset-inline: 0;
  color: var(--muted);
}
.skills-strip {
  background: var(--red);
  color: #fff;
}
.strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-block: 27px;
}
.strip-inner > span {
  font-size: 0.75rem;
  letter-spacing: 0.11em;
  font-weight: 700;
}
.strip-inner p {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 30px;
}
.strip-inner i {
  font-style: normal;
  opacity: 0.55;
  font-size: 1.3rem;
}
.section {
  padding-block: 100px;
}
.why-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 120px;
}
.section-intro > p:last-child {
  color: var(--muted);
  max-width: 390px;
  font-size: 1rem;
  margin-bottom: 0;
}
.benefits article {
  display: flex;
  gap: 27px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.benefits article:first-child {
  padding-top: 0;
}
.benefits article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.number {
  color: var(--red);
  font-size: 0.8125rem;
  font-weight: 700;
  padding-top: 5px;
}
.benefits h3 {
  margin-bottom: 10px;
}
.benefits p {
  font-size: 0.9375rem;
  color: var(--muted);
  margin: 0;
}
.format-section {
  background: var(--ink);
  color: white;
  padding-block: 82px 90px;
}
.format-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 45px;
}
.format-heading .eyebrow {
  color: #ff7c91;
}
.format-heading h2 {
  margin-bottom: 0;
}
.format-heading h2 > span {
  color: #a9a9b2;
}
.format-heading > p {
  color: #c3c3cc;
  max-width: 360px;
  font-size: 1rem;
  margin: 0 0 5px;
}
.skill-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #44444b;
  border-bottom: 1px solid #44444b;
}
.skill-card {
  padding: 30px 24px 28px;
  border-right: 1px solid #44444b;
  display: flex;
  flex-direction: column;
}
.skill-card:first-child {
  padding-left: 0;
}
.skill-card:last-child {
  border-right: 0;
  padding-right: 0;
}
.skill-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.skill-top > span:last-child {
  font-size: 0.75rem;
  color: #aaaab5;
}
.skill-symbol {
  color: #ff647f;
  font-size: 2rem;
  font-weight: bold;
  min-height: 38px;
}
.skill-card h3 {
  font-size: 1.75rem;
  margin-bottom: 14px;
}
.skill-card p {
  color: #c3c3cc;
  font-size: 0.9375rem;
  line-height: 1.75;
  margin-bottom: 30px;
}
.skill-focus {
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  color: #aaaab5;
  margin-top: auto;
  line-height: 1.6;
}
.steps-heading {
  text-align: center;
  margin-bottom: 54px;
}
.steps-heading .eyebrow {
  color: var(--red);
  margin-bottom: 18px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.step-number {
  display: block;
  color: var(--red);
  font-size: 0.9375rem;
  font-weight: 700;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-bottom: 25px;
}
.steps-grid h3 {
  font-size: 1.375rem;
  margin-bottom: 13px;
}
.steps-grid p {
  font-size: 0.9375rem;
  color: var(--muted);
  margin-bottom: 0;
}
.exam-section {
  padding-bottom: 5px;
}
.exam-panel {
  background: var(--red);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding: 60px;
  border-radius: 5px;
}
.exam-panel h2 {
  font-size: clamp(2.5rem, 4vw, 3.65rem);
  margin-bottom: 22px;
}
.exam-panel .eyebrow {
  font-size: 0.75rem;
  color: white;
}
.exam-panel > div > p:not(.eyebrow) {
  font-size: 1rem;
  max-width: 370px;
  color: #ffe7eb;
}
.button-white {
  background: #fff;
  color: var(--red);
  margin-top: 10px;
}
.button-white:hover {
  background: #ffe7eb;
}
.exam-details {
  border-left: 1px solid #ffffff55;
  padding-left: 48px;
  align-self: center;
}
.exam-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
.exam-details h3 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 19px;
}
.exam-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
}
.exam-details li {
  display: flex;
  gap: 12px;
  margin-bottom: 17px;
  line-height: 1.5;
}
.booking-status {
  border-top: 1px solid #ffffff55;
  margin-top: 25px;
  padding-top: 22px;
}
.booking-status strong {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 8px;
}
.booking-status > span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #ffe7eb;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 1rem;
  font-weight: 700;
  padding: 25px 0;
  line-height: 1.5;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--red);
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  font-size: 0.9375rem;
  color: var(--muted);
  padding-right: 25px;
  margin: 0 0 24px;
}
.footer {
  background: var(--soft);
  padding-block: 45px 26px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 35px;
  gap: 32px;
}
.footer-top > p {
  font-size: 1rem;
  color: var(--muted);
  margin: 0;
  margin-right: auto;
  margin-left: 70px;
}
.footer-bottom {
  border-top: 1px solid #dcdce2;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  color: var(--muted);
  font-size: 0.75rem;
}
.footer-bottom p {
  margin: 0;
  max-width: 630px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 20;
  background: white;
  color: var(--red);
  padding: 16px;
  font-weight: 700;
}
.skip-link:focus {
  top: 16px;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 88px;
  }
  .photo-wrap {
    height: 500px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 35px;
  }
  .hero .eyebrow {
    font-size: 0.75rem;
  }
  .header nav {
    gap: 20px;
  }
  .photo-wrap {
    height: 440px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    padding-inline: 17px;
    gap: 15px;
  }
  .practice-card {
    left: -15px;
    padding: 17px;
  }
  .why-section {
    gap: 60px;
  }
  .strip-inner p {
    gap: 18px;
    font-size: 1.25rem;
  }
  .exam-panel {
    gap: 40px;
    padding: 45px;
  }
  .exam-details {
    padding-left: 35px;
  }
  .faq-section {
    gap: 50px;
  }
  .skill-card {
    padding-inline: 18px;
  }
}
@media (max-width: 820px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 88px;
    gap: 20px;
  }
  .header nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 45px;
    padding-bottom: 36px;
  }
  .hero-copy {
    max-width: 620px;
  }
  h1 {
    font-size: clamp(2.9rem, 7vw, 4.2rem);
  }
  .hero-description {
    max-width: 520px;
  }
  .hero-visual {
    max-width: 620px;
    width: 100%;
    margin-inline: auto;
    padding-bottom: 30px;
  }
  .photo-wrap {
    height: 430px;
  }
  .photo-wrap img {
    object-position: center 43%;
  }
  .practice-card {
    left: 16px;
    bottom: 58px;
  }
  .strip-inner {
    flex-direction: column;
    gap: 12px;
    padding-block: 24px;
  }
  .strip-inner p {
    font-size: 1.25rem;
  }
  .section {
    padding-block: 65px;
  }
  .why-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .section-intro > p:last-child {
    max-width: 600px;
  }
  .format-section {
    padding-block: 60px;
  }
  .format-heading {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }
  .skill-grid {
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 0;
  }
  .skill-card {
    border-bottom: 1px solid #44444b;
  }
  .skill-card:nth-child(2) {
    border-right: 0;
    padding-right: 0;
  }
  .skill-card:nth-child(3) {
    padding-left: 0;
  }
  .skill-card:nth-child(4) {
    padding-left: 24px;
  }
  .skill-top {
    margin-bottom: 20px;
  }
  .steps-grid {
    gap: 25px;
  }
  .exam-panel {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 36px;
  }
  .exam-details {
    border-left: 0;
    border-top: 1px solid #ffffff55;
    padding-left: 0;
    padding-top: 30px;
  }
  .exam-details h3 br {
    display: none;
  }
  .exam-panel > div > p:not(.eyebrow) {
    max-width: 500px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .footer-top > p {
    margin-left: 15px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 14px;
  }
}
@media (max-width: 520px) {
  .announcement {
    font-size: 0.75rem;
  }
  .brand-main {
    font-size: 2rem;
  }
  .brand-sub {
    font-size: 0.6rem;
  }
  .button-small {
    font-size: 0.8125rem;
    padding: 11px 13px;
    gap: 12px;
    min-height: 44px;
  }
  .hero {
    padding-top: 35px;
  }
  .hero .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.07em;
    gap: 7px;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .button {
    font-size: 0.875rem;
    padding-inline: 16px;
  }
  .hero-actions .text-link {
    font-size: 0.875rem;
    gap: 9px;
  }
  .photo-wrap {
    height: 340px;
    border-top-right-radius: 45px;
  }
  .practice-card {
    padding: 14px;
    gap: 11px;
    right: 20px;
    width: fit-content;
  }
  .practice-card strong {
    font-size: 0.9375rem;
  }
  .practice-card div > span {
    font-size: 0.75rem;
  }
  .photo-label {
    font-size: 0.75rem;
    top: 16px;
    left: 16px;
  }
  .strip-inner p {
    font-size: 1rem;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .strip-inner i {
    font-size: 0.875rem;
  }
  .skill-card {
    padding: 23px 16px;
  }
  .skill-card:nth-child(4) {
    padding-left: 16px;
  }
  .skill-card h3 {
    font-size: 1.4rem;
  }
  .skill-card p {
    font-size: 0.875rem;
  }
  .skill-focus {
    font-size: 0.75rem;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .steps-heading {
    text-align: left;
    margin-bottom: 32px;
  }
  .step-number {
    margin-bottom: 18px;
  }
  .exam-panel {
    padding: 30px 24px;
  }
  .exam-panel h2 {
    font-size: 2.5rem;
  }
  .exam-panel .eyebrow {
    font-size: 0.75rem;
  }
  .exam-details h3 {
    font-size: 1.6rem;
  }
  .exam-details li {
    font-size: 0.875rem;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 25px;
  }
  .footer-top > p {
    font-size: 0.875rem;
    margin-left: auto;
    margin-right: 0;
  }
  .footer-top .text-link {
    font-size: 0.875rem;
  }
  .benefits article {
    gap: 18px;
  }
  .benefits h3 {
    font-size: 1.125rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
