.cv2-ap { padding: 28px 0 80px; background: #fff; }
.cv2-ap__breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; color: #555; font-size: 14px; }
.cv2-ap__breadcrumb a { color: #34627b; text-decoration: underline; text-underline-offset: 3px; }
.cv2-ap__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.cv2-ap__logo { display: block; width: 120px; height: auto; margin-bottom: 24px; }
.cv2-ap h1 { margin: 0 0 16px; color: #285068; font-size: clamp(32px, 3.7vw, 48px); font-weight: 700; line-height: 1.15; letter-spacing: -.025em; }
.cv2-ap__welcome { margin: 0 0 16px; color: #34627b; font-size: 20px; font-weight: 600; line-height: 1.4; }
.cv2-ap__intro, .cv2-ap__instructions { color: #555; font-size: 16px; line-height: 1.7; }
.cv2-ap__intro { margin: 0 0 24px; }
.cv2-ap__details { margin: 0 0 24px; border-top: 1px solid #e2e4e7; }
.cv2-ap__details > div { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 20px; padding: 14px 0; border-bottom: 1px solid #e2e4e7; }
.cv2-ap__details dt { color: #555; font-size: 14px; }
.cv2-ap__details dd { margin: 0; color: #285068; font-size: 18px; font-weight: 600; }
.cv2-ap__details dd span { font-size: 14px; font-weight: 400; }
.cv2-ap__details .cv2-ap__late { display: grid; gap: 4px; min-width: 0; text-align: right; }
.cv2-ap__instructions { margin: 0 0 24px; }
.cv2-ap__register { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 14px 26px; border: 2px solid #f4cd2c; border-radius: 4px; background: #f4cd2c; color: #1f1f1f; font-size: 16px; font-weight: 700; text-decoration: none; text-align: center; }
.cv2-ap__register:hover { background: #f7d95e; border-color: #f7d95e; color: #1f1f1f; }
.cv2-ap a:focus-visible { outline: 3px solid #285068; outline-offset: 5px; }
.cv2-ap__photo { margin: 0; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.cv2-ap__photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; max-height: 680px; object-fit: cover; object-position: 48% center; border-radius: 4px; }
.cv2-ap__photo figcaption { padding-top: 12px; color: #555; font-size: 13px; text-align: center; }
.cv2-ap__location, .cv2-ap__faq, .cv2-ap__contact { margin-top: clamp(36px, 5vw, 64px); }
.cv2-ap h2 { margin: 0 0 20px; color: #285068; font-size: clamp(22px, 2.5vw, 28px); line-height: 1.3; }
.cv2-ap address { font-style: normal; color: #555; line-height: 1.7; }
.cv2-ap__location { padding: 24px; background: #f8f9fa; border-left: 4px solid #f4cd2c; }
.cv2-ap__faq details { border-bottom: 1px solid #e2e4e7; }
.cv2-ap__faq summary { padding: 20px 0; color: #285068; font-size: 17px; font-weight: 600; line-height: 1.5; cursor: pointer; }
.cv2-ap__faq summary:focus-visible { outline: 3px solid #285068; outline-offset: 4px; }
.cv2-ap__faq details p { max-width: 78ch; margin: 0 0 20px; color: #555; line-height: 1.7; }
.cv2-ap__contact p { margin: 0 0 8px; }
.cv2-ap__contact a { color: #34627b; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 800px) {
    .cv2-ap { padding: 24px 0 48px; }
    .cv2-ap__breadcrumb { margin-bottom: 28px; }
    .cv2-ap__layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
    .cv2-ap__photo img { aspect-ratio: 4 / 3; max-height: none; }
    .cv2-ap__logo { width: 100px; margin-bottom: 20px; }
}
@media (max-width: 600px) {
    .cv2-ap__details .cv2-ap__late { text-align: left; }
    .cv2-ap__details > div { display: grid; gap: 5px; }
    .cv2-ap__details dd { min-width: 0; font-size: 16px; line-height: 1.5; }
    .cv2-ap__register { width: 100%; }
}
