:root {
  --ink: #070707;
  --ink2: #0b0b0b;
  --panel: #171717;
  --cream: #f5f1e8;
  --gold: #d4af37;
  --gold2: #f0d986;
  --goldDark: #8a6a18;
  --text: #f5f5f5;
  --muted: #b7b7b7;
  --line: #303030;
}

.brand .brand-mark { width: 50px; height: 50px; flex: 0 0 50px; border-radius: 14px; color: var(--gold2); font-size: 17px; }
.brand .brand-text { line-height: 1.05; }
.brand .brand-text strong { display: flex; gap: 6px; color: var(--gold2); font-size: 21px; font-weight: 860; letter-spacing: .055em; }
.brand .brand-text strong b { color: #fff; font: inherit; }
.brand .brand-text small { margin-top: 6px; color: #8f8f8f; font-size: 9px; letter-spacing: .14em; }
.brand .brand-mark.has-image { overflow: hidden; padding: 4px; color: transparent; background: rgba(201,155,69,.035); }
.brand .brand-mark.has-image img { width: 100%; height: 100%; object-fit: contain; }
.section-title { font-size: clamp(38px,4.65vw,58px); }
.trainer-copy { margin-top: 14px; color: var(--mutedDark); font-size: 13px; }
.trainer-info button.btn { font-family: inherit; }
.section-action { display: flex; justify-content: center; margin-top: 28px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.btn:disabled { cursor: not-allowed; opacity: .48; transform: none; }
.floating-action-label { width: auto; min-width: 122px; padding: 0 18px; font-size: 13px; font-weight: 800; }

.events-grid { display: grid; gap: 18px; }
.event-card { display: grid; grid-template-columns: 150px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #131313; transition: border-color .25s, transform .25s; }
.event-card:hover { border-color: rgba(240,217,134,.58); transform: translateY(-4px); }
.event-date { display: flex; min-height: 250px; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid var(--line); background: radial-gradient(circle at 0 0,rgba(212,175,55,.18),transparent 17rem),#191919; }
.event-date strong { color: var(--gold2); font-size: 62px; font-weight: 700; letter-spacing: -.06em; line-height: .9; }
.event-date span { color: #d8d8d8; font-size: 13px; }
.event-date img { width: calc(100% + 56px); height: 110px; margin: -28px -28px 24px; object-fit: cover; border-bottom: 1px solid var(--line); }
.event-content { padding: 30px; }
.event-meta { color: var(--gold2); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-content h2,.event-content h3 { margin-top: 10px; font-size: clamp(26px,3vw,38px); font-weight: 650; letter-spacing: -.035em; line-height: 1.06; }
.event-content p { max-width: 820px; margin-top: 12px; color: var(--muted); }
.event-pills,.test-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.event-pills span,.test-facts span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; color: #cecece; background: #101010; font-size: 11px; }
.event-content .btn { margin-top: 22px; }
.event-session-list { display: grid; gap: 8px; margin-top: 20px; }
.event-session-list > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding: 11px 13px; border: 1px solid #303030; border-radius: 10px; background: #0f0f0f; }
.event-session-list strong { color: #eee; font-size: 13px; }
.event-session-list span { color: var(--gold2); font-size: 12px; }
.events-grid-full .event-card { grid-template-columns: 170px 1fr; }
.empty-state { padding: clamp(30px,6vw,56px); border: 1px dashed #404040; border-radius: 24px; text-align: center; background: rgba(255,255,255,.02); }
.empty-state h2,.empty-state h3 { font-size: clamp(25px,4vw,38px); font-weight: 650; letter-spacing: -.035em; }
.empty-state p { max-width: 620px; margin: 12px auto 0; color: var(--muted); }
.empty-state .btn { margin-top: 24px; }

.test-catalog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.test-catalog-grid-full { grid-template-columns: repeat(2,1fr); }
.test-catalog-card { display: flex; min-height: 520px; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: #141414; transition: border-color .25s, transform .25s; }
.test-catalog-card:hover { border-color: rgba(240,217,134,.58); transform: translateY(-5px); }
.test-catalog-card-text { min-height: 390px; background: radial-gradient(circle at 100% 0,rgba(212,175,55,.12),transparent 20rem),#141414; }
.test-catalog-image { height: 210px; overflow: hidden; }
.test-catalog-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86); transition: transform .55s; }
.test-catalog-card:hover .test-catalog-image img { transform: scale(1.05); }
.test-catalog-body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.test-catalog-body h2,.test-catalog-body h3 { font-size: clamp(25px,3vw,35px); font-weight: 650; letter-spacing: -.035em; line-height: 1.06; }
.test-catalog-body p { margin-top: 13px; color: var(--muted); }
.test-catalog-body .btn { align-self: flex-start; margin-top: auto; }
.hero-note { max-width: 760px; margin-top: 28px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; color: #c8c8c8; background: rgba(255,255,255,.025); font-size: 13px; }

.review-stars { color: var(--gold2); font-size: 18px; letter-spacing: .12em; }
.review-stars span { color: #444; }
.review-card footer { display: grid; gap: 3px; }
.review-card footer strong { color: var(--gold2); }
.review-card footer span { color: #777; font-size: 11px; }
.review-form-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 42px; margin-top: 24px; padding: clamp(30px,5vw,52px); border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 0 0,rgba(212,175,55,.10),transparent 25rem),#141414; }
.review-form-shell h3 { font-size: clamp(32px,4vw,48px); font-weight: 650; letter-spacing: -.045em; line-height: 1.04; }
.review-form-shell > div > p { margin-top: 14px; color: var(--muted); }
.review-form { display: grid; gap: 16px; }
.rating-field { border: 0; }
.rating-field legend { margin-bottom: 7px; color: #ddd8ce; font-size: 12px; font-weight: 700; }
.rating-options { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: 6px; }
.rating-options input { position: absolute; opacity: 0; pointer-events: none; }
.rating-options label { color: #4a4a4a; cursor: pointer; font-size: 30px; transition: color .18s, transform .18s; }
.rating-options label:hover,.rating-options label:hover ~ label,.rating-options input:checked ~ label { color: var(--gold2); }
.rating-options label:hover { transform: translateY(-2px); }
.consent-line { display: flex; gap: 10px; align-items: flex-start; color: #999; cursor: pointer; font-size: 12px; }
.consent-line input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--gold); }
.consent-line a { color: var(--gold2); text-decoration: underline; text-underline-offset: 3px; }
.form-status { min-height: 20px; color: #999; font-size: 12px; }
.form-status.is-success { color: #b9dc89; }
.form-status.is-error { color: #f1a5a5; }

.inner-list-hero { padding: 170px 0 80px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 12% 0,rgba(212,175,55,.14),transparent 30rem),#0b0b0b; }
.inner-list-hero.compact { padding-bottom: 58px; }
.inner-list-hero h1 { max-width: 930px; font-size: clamp(48px,8vw,92px); font-weight: 650; letter-spacing: -.055em; line-height: .97; }
.inner-list-hero > .container > p { max-width: 760px; margin-top: 22px; color: var(--muted); font-size: 18px; }
.product-detail-hero { position: relative; min-height: 680px; overflow: hidden; padding: 170px 0 90px; }
.product-detail-hero:before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg,rgba(7,7,7,.98),rgba(7,7,7,.88) 52%,rgba(7,7,7,.32)); content: ""; }
.product-detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product-detail-content { position: relative; z-index: 2; max-width: 1220px; }
.product-detail-content h1 { max-width: 820px; font-size: clamp(46px,6.4vw,78px); font-weight: 650; letter-spacing: -.052em; line-height: 1; }
.product-detail-content > p { max-width: 700px; margin-top: 22px; color: #dedede; font-size: 19px; }
.product-copy-grid { display: grid; grid-template-columns: 1.2fr .65fr; gap: 24px; align-items: start; }
.program-long-copy > p { font-size: 17px; line-height: 1.75; }
.program-long-copy section { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.program-long-copy section h3 { font-size: 27px; }
.program-long-copy section p { line-height: 1.75; }

.carousel-shell,.edge-carousel { position: relative; min-width: 0; }
.carousel-title-row,.program-line-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.carousel-title-row > span { color: var(--gold2); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.carousel-title-row small,.program-line-head span { color: #777; font-size: 12px; }
.program-line-head h3 { max-width: 900px; font-size: clamp(31px,3.5vw,42px); font-weight: 650; letter-spacing: -.045em; line-height: 1.03; }
.carousel-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.carousel-head > span { color: var(--gold2); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.carousel-head h2,.carousel-head h3 { font-size: clamp(26px,4vw,38px); font-weight: 650; letter-spacing: -.04em; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #3a3a3a; border-radius: 12px; color: var(--gold2); background: #151515; cursor: pointer; font-size: 18px; }
.carousel-controls button:hover { border-color: var(--gold2); }
.carousel-controls button:disabled { border-color: #292929; color: #555; cursor: default; opacity: .55; }
.carousel-track { --carousel-edge-space: 58px; display: flex !important; grid-template-columns: none !important; gap: 16px; overflow-x: auto; padding: 4px var(--carousel-edge-space) 18px; scroll-behavior: smooth; scroll-padding-inline: var(--carousel-edge-space); scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.edge-carousel.has-overflow .carousel-track { -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%); mask-image: linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%); }
.edge-carousel.has-overflow.is-at-start .carousel-track { -webkit-mask-image: linear-gradient(90deg,#000 0,#000 94%,transparent 100%); mask-image: linear-gradient(90deg,#000 0,#000 94%,transparent 100%); }
.edge-carousel.has-overflow.is-at-end .carousel-track { -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 6%,#000 100%); mask-image: linear-gradient(90deg,transparent 0,#000 6%,#000 100%); }
.edge-carousel.has-overflow.is-at-start.is-at-end .carousel-track { -webkit-mask-image: none; mask-image: none; }
.edge-carousel-arrow { position: absolute; z-index: 8; top: calc(50% + 24px); display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold2); background: rgba(12,12,12,.94); box-shadow: 0 10px 34px rgba(0,0,0,.55),0 0 0 7px rgba(7,7,7,.48); cursor: pointer; font-size: 37px; line-height: 1; transition: border-color .2s,background .2s,transform .2s; }
.edge-carousel-arrow:hover { border-color: var(--gold2); background: #1c180d; }
.edge-carousel-arrow:disabled,.edge-carousel-arrow[hidden] { display: none !important; visibility: hidden; cursor: default; opacity: 0; pointer-events: none; }
.edge-carousel-arrow.is-prev { left: -28px; transform: translateY(-50%); }
.edge-carousel-arrow.is-next { right: -28px; transform: translateY(-50%); }
.edge-carousel-arrow.is-prev:hover { transform: translate(-3px,-50%); }
.edge-carousel-arrow.is-next:hover { transform: translate(3px,-50%); }
.edge-carousel-arrow.is-prev:disabled:hover,.edge-carousel-arrow.is-next:disabled:hover { transform: translateY(-50%); }
.edge-carousel.is-static .edge-carousel-arrow,.edge-carousel.is-disabled .edge-carousel-arrow { display: none; }
.gallery-carousel { padding: 12px 16px 5px; border: 1px solid var(--line); border-radius: 24px; background: rgba(15,15,14,.94); box-shadow: 0 24px 70px rgba(0,0,0,.42); }
.gallery-carousel .edge-carousel-arrow { top: calc(50% + 14px); }
.gallery-track { --carousel-edge-space: 42px; gap: 12px; }
.gallery-track .photo-card { flex: 0 0 calc((100% - 36px - 84px)/4); min-width: 220px; aspect-ratio: 16/10; min-height: 0; scroll-snap-align: start; }
.program-lines { display: grid; gap: 66px; }
.program-line { min-width: 0; }
.program-track { --carousel-edge-space: 58px; gap: 18px; }
.program-track .product-card { flex: 0 0 calc((100% - 36px - 116px)/3); min-width: 300px; height: 450px; min-height: 450px; scroll-snap-align: start; }
.program-track .product-image { height: 145px; flex: 0 0 145px; opacity: .78; }
.program-track .product-card:hover .product-image { opacity: .95; }
.program-track .product-body { padding: 26px; }
.product-body h4 { display: -webkit-box; overflow: hidden; font-size: clamp(26px,2.08vw,29px); font-weight: 680; letter-spacing: -.035em; line-height: 1.08; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.program-track .product-body p { display: -webkit-box; overflow: hidden; margin-top: 14px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #aaa; line-height: 1.58; }
.program-track .product-body .btn { margin-top: 24px; }
.program-empty { width: calc((100% - 36px)/3); min-width: 300px; padding: 26px; border: 1px dashed #3b3b3b; border-radius: 18px; color: #8d8d8d; background: rgba(255,255,255,.02); }
.reviews-carousel { position: relative; min-width: 0; }
.reviews-carousel .edge-carousel-arrow { top: 50%; }
.reviews-track { --carousel-edge-space: 58px; gap: 18px; }
.reviews-track .review-card { display: flex; flex: 0 0 calc((100% - 36px - 116px)/3); min-width: 300px; min-height: 310px; flex-direction: column; scroll-snap-align: start; }
.reviews-track .review-card blockquote { flex: 1; }
.reviews-track .review-card footer { margin-top: 25px; }
.direction-quiz-section { padding-top: 34px; padding-bottom: 34px; }
.direction-quiz { display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: center; padding: clamp(34px,5vw,58px); border: 1px solid rgba(212,175,55,.5); border-radius: 28px; background: radial-gradient(circle at 0 0,rgba(212,175,55,.13),transparent 28rem),#151515; }
.direction-quiz h2 { max-width: 900px; margin-top: 18px; font-size: clamp(36px,4.5vw,54px); font-weight: 690; letter-spacing: -.05em; line-height: 1; }
.direction-quiz p { max-width: 820px; margin-top: 22px; color: #b9b1a4; font-size: 17px; line-height: 1.7; }
.trainer-modal { position: fixed; z-index: 2100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.8); opacity: 0; pointer-events: none; transition: opacity .25s; backdrop-filter: blur(12px); }
.trainer-modal.open { opacity: 1; pointer-events: auto; }
.trainer-modal-card { position: relative; display: grid; grid-template-columns: minmax(330px,.8fr) minmax(0,1.2fr); width: min(1180px,100%); max-height: calc(100vh - 40px); overflow: hidden; border: 1px solid rgba(240,217,134,.5); border-radius: 28px; background: #151515; box-shadow: 0 45px 120px rgba(0,0,0,.6); }
.trainer-modal-photo { min-height: 680px; overflow: hidden; background: #090909; }
.trainer-modal-photo img { width: 100%; height: 100%; object-fit: cover; }
.trainer-modal-content { overflow-y: auto; padding: clamp(38px,5vw,68px); }
.trainer-modal-card h2 { margin-top: 12px; font-size: clamp(42px,4.7vw,58px); font-weight: 650; letter-spacing: -.05em; line-height: 1; }
.trainer-modal-role { margin-top: 21px; color: var(--gold2); font-size: 15px; font-weight: 780; line-height: 1.5; }
.trainer-modal-bio { margin-top: 29px; }
.trainer-modal-bio p { margin-top: 15px; color: #bdbdbd; font-size: 15px; line-height: 1.72; }
.trainer-modal-bio p:first-child { margin-top: 0; color: #e0e0e0; font-size: 17px; }
.trainer-modal-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.trainer-modal-tags span { padding: 9px 11px; border: 1px solid rgba(212,175,55,.45); border-radius: 9px; color: var(--gold2); background: rgba(212,175,55,.035); font-size: 11px; }
.trainer-modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.trainer-modal-close { position: absolute; z-index: 2; top: 17px; right: 17px; display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid #4b4b4b; border-radius: 12px; color: #fff; background: rgba(0,0,0,.55); cursor: pointer; font-size: 25px; }
.program-detail-gallery { grid-column: 1/-1; margin-top: 34px; }
.program-detail-gallery .photo-card { flex: 0 0 min(420px,34vw); aspect-ratio: 16/10; min-height: 0; scroll-snap-align: start; }
.program-trainers { margin-top: 44px; }
.program-trainers-head h2 { font-size: clamp(34px,4vw,48px); font-weight: 650; letter-spacing: -.045em; line-height: 1.03; }
.program-trainers-grid { display: grid; grid-template-columns: minmax(0,680px); gap: 18px; margin-top: 24px; }
.program-trainers-grid.has-two { grid-template-columns: 1fr 1fr; }
.program-trainer-card { display: grid; grid-template-columns: 180px 1fr; min-height: 230px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: radial-gradient(circle at 100% 0,rgba(212,175,55,.09),transparent 18rem),#151515; }
.program-trainer-card > img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; }
.program-trainer-card > div { display: flex; align-items: flex-start; flex-direction: column; padding: 28px; }
.program-trainer-card h3 { font-size: clamp(25px,2.6vw,34px); font-weight: 660; letter-spacing: -.04em; line-height: 1.04; }
.program-trainer-card p { margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.program-trainer-card .btn { margin-top: auto; }
.legal-copy { max-width: 900px; }
.legal-copy h2 { margin-top: 34px; font-size: 30px; font-weight: 650; letter-spacing: -.03em; }
.legal-copy p { margin-top: 12px; color: var(--muted); }
.legal-warning { padding: 18px; border: 1px solid #786121; border-radius: 14px; color: #f2dfa2; background: rgba(212,175,55,.08); }

.test-page-live { min-height: 100vh; padding: 125px 0 80px; background: radial-gradient(circle at 50% 0,rgba(212,175,55,.10),transparent 34rem),#0b0b0b; }
.test-shell-live { width: min(940px,100%); overflow: hidden; margin-inline: auto; border: 1px solid var(--line); border-radius: 28px; background: #141414; box-shadow: 0 35px 100px rgba(0,0,0,.42); }
.test-intro { padding: clamp(28px,6vw,54px); border-bottom: 1px solid var(--line); }
.test-intro h1 { max-width: 840px; font-size: clamp(38px,6vw,64px); font-weight: 650; letter-spacing: -.052em; line-height: 1.01; }
.test-intro > p { max-width: 760px; margin-top: 17px; color: var(--muted); }
.test-stage { display: none; padding: clamp(28px,6vw,56px); }
.test-stage.is-active { display: block; }
.test-stage-copy h2 { margin-top: 16px; font-size: clamp(30px,4.5vw,48px); font-weight: 650; letter-spacing: -.04em; line-height: 1.04; }
.test-stage-copy p { margin-top: 12px; color: var(--muted); }
.test-registration { margin-top: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-full { grid-column: 1/-1; }
.test-registration .consent-line { margin-top: 20px; }
.test-registration > .btn { margin-top: 24px; }
.test-progress-top { display: flex; justify-content: space-between; margin-bottom: 10px; color: var(--gold2); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.question-panel { margin-top: 34px; }
.question-panel h2 { max-width: 800px; font-size: clamp(29px,4.5vw,46px); font-weight: 650; letter-spacing: -.042em; line-height: 1.08; }
.question-scene-label { display: block; margin-bottom: 12px; color: var(--gold2); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.question-story { max-width: 820px; margin-top: 16px; color: #d5d5d5; font-size: 17px; line-height: 1.68; }
.question-prompt { max-width: 820px; margin: 22px 0 16px; color: #fff0ba; font-size: clamp(19px,2.8vw,25px); font-weight: 750; line-height: 1.25; }
.answer-button-live { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; }
.answer-button-live > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #3b3b3b; border-radius: 50%; color: var(--gold2); font-size: 12px; font-weight: 800; }
.answer-button-live strong { font-weight: 500; }
.answer-button-live.is-selected { border-color: var(--gold2); color: #fff; background: rgba(212,175,55,.10); box-shadow: 0 0 0 2px rgba(212,175,55,.08); }
.answer-button-live.is-selected > span { color: #17120a; background: var(--gold2); }
.test-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.test-hint { margin-top: 15px; color: #777; font-size: 12px; text-align: center; }
.test-loading { padding: 40px 0; text-align: center; }
.test-loading > span { display: block; width: 58px; height: 58px; margin: 0 auto 24px; border: 3px solid #303030; border-top-color: var(--gold2); border-radius: 50%; animation: spin .8s linear infinite; }
.test-loading h2 { font-size: 34px; font-weight: 650; }
.test-loading p { margin-top: 8px; color: var(--muted); }
@keyframes spin { to { transform: rotate(360deg); } }
.result-sheet h2 { margin-top: 18px; color: var(--gold2); font-size: clamp(42px,7vw,72px); font-weight: 650; letter-spacing: -.055em; line-height: .98; }
.result-lead { margin-top: 22px !important; color: #ededed !important; font-size: 20px; }
.result-sheet > p { margin-top: 14px; color: var(--muted); }
.result-code { display: inline-flex; margin-top: 22px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; color: #999; font-size: 12px; }
.result-code strong { margin-left: 5px; color: var(--gold2); }
.result-meta-live { display: flex; flex-wrap: wrap; gap: 9px; }
.mixed-profile-live { display: grid; gap: 6px; margin-top: 20px; padding: 16px 18px; border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; background: rgba(255,255,255,.035); }
.mixed-profile-live strong { color: var(--gold2); }
.mixed-profile-live span { color: #c7c7c7; font-size: 14px; line-height: 1.65; }
.rich-details-live,.result-evidence-live,.result-all-live { margin-top: 34px; }
.rich-details-live > h3,.result-evidence-live > h3,.result-all-live > h3 { margin-bottom: 16px; font-size: 24px; font-weight: 650; }
.rich-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.rich-details-grid article { padding: 17px; border: 1px solid #333; border-radius: 14px; background: #101010; }
.rich-details-grid strong { display: block; margin-bottom: 6px; color: var(--gold2); font-size: 13px; }
.rich-details-grid p { margin: 0; color: #cecece; font-size: 14px; line-height: 1.65; }
.result-top,.result-profile { margin-top: 32px; }
.result-top h3,.result-profile h3 { margin-bottom: 15px; font-size: 24px; font-weight: 650; }
.top-result-row { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; padding: 16px 0; border-top: 1px solid var(--line); }
.top-result-row > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold2); font-weight: 800; }
.top-result-row div { display: grid; }
.top-result-row small { margin-top: 3px; color: #888; }
.top-result-row b { color: var(--gold2); font-size: 12px; }
.profile-row { margin-top: 14px; }
.profile-row > div:first-child { display: flex; justify-content: space-between; gap: 14px; color: #d8d8d8; font-size: 13px; }
.profile-row b { color: var(--gold2); }
.profile-track { height: 8px; overflow: hidden; margin-top: 7px; border-radius: 999px; background: #272727; }
.profile-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--gold),var(--gold2)); }
.evidence-card-live { margin-top: 10px; padding: 16px; border: 1px solid #343434; border-radius: 14px; background: #101010; }
.evidence-card-live strong { color: var(--gold2); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.evidence-card-live p { margin-top: 7px; color: #d3d3d3; line-height: 1.6; }
.result-all-live > div { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #0f0f0f; }
.result-all-live details { padding: 0 18px; border-bottom: 1px solid #292929; }
.result-all-live details:last-child { border-bottom: 0; }
.result-all-live summary { padding: 17px 0; color: #eee; font-weight: 750; cursor: pointer; list-style: none; }
.result-all-live summary:after { float: right; color: var(--gold2); content: "+"; }
.result-all-live details[open] summary:after { content: "−"; }
.scenario-detail-body { padding-bottom: 17px; }
.scenario-detail-body p { margin-top: 9px; color: #bdbdbd; font-size: 13px; line-height: 1.62; }
.scenario-detail-body strong { color: #e6e0cf; }
.screenshot-note { display: grid; gap: 5px; margin-top: 30px; padding: 18px; border: 1px solid rgba(240,217,134,.48); border-radius: 14px; background: rgba(212,175,55,.08); }
.screenshot-note strong { color: var(--gold2); }
.screenshot-note span { color: #c8c8c8; font-size: 13px; }
.result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.test-disclaimer { margin-top: 28px !important; padding-top: 18px; border-top: 1px solid var(--line); color: #777 !important; font-size: 11px; }

@media (max-width: 1040px) {
  .test-catalog-grid { grid-template-columns: 1fr 1fr; }
  .review-form-shell { grid-template-columns: 1fr; }
  .direction-quiz { grid-template-columns: 1fr; }
  .direction-quiz .btn { justify-self: start; }
  .gallery-track .photo-card { flex-basis: calc((100% - 24px - 76px)/3); min-width: 190px; }
  .program-track .product-card { flex-basis: calc((100% - 18px - 100px)/2); min-width: 280px; }
  .reviews-track .review-card { flex-basis: calc((100% - 18px - 100px)/2); min-width: 280px; }
  .program-trainers-grid.has-two { grid-template-columns: 1fr; }
  .trainer-modal-card { grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); }
  .trainer-modal-photo { min-height: 620px; }
  .edge-carousel-arrow { width: 50px; height: 50px; font-size: 32px; }
  .edge-carousel-arrow.is-prev { left: -18px; }
  .edge-carousel-arrow.is-next { right: -18px; }
}

@media (max-width: 720px) {
  .brand { gap: 10px; }
  .brand .brand-mark { width: 43px; height: 43px; flex-basis: 43px; border-radius: 12px; font-size: 14px; }
  .brand .brand-text strong { gap: 5px; font-size: 17px; }
  .brand .brand-text small { margin-top: 5px; font-size: 7.5px; letter-spacing: .12em; }
  .event-card,.events-grid-full .event-card { grid-template-columns: 1fr; }
  .event-date { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .event-date strong { font-size: 48px; }
  .event-date span { margin-top: 12px; }
  .event-date img { height: 170px; }
  .test-catalog-grid,.test-catalog-grid-full { grid-template-columns: 1fr; }
  .test-catalog-card { min-height: 0; }
  .test-catalog-body .btn { margin-top: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .rich-details-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .product-copy-grid { grid-template-columns: 1fr; }
  .top-result-row { grid-template-columns: 38px 1fr; }
  .top-result-row b { grid-column: 2; }
  .test-nav .btn { flex: 1; padding-inline: 12px; }
  .result-actions { display: grid; }
  .result-actions .btn { width: 100%; }
  .floating-action-label { right: 12px; bottom: 12px; }
  .carousel-title-row,.program-line-head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .program-line-head h3 { font-size: clamp(29px,9vw,36px); }
  .carousel-track { --carousel-edge-space: 34px; }
  .edge-carousel.has-overflow .carousel-track { -webkit-mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); }
  .edge-carousel.has-overflow.is-at-start .carousel-track { -webkit-mask-image: linear-gradient(90deg,#000 0,#000 95%,transparent 100%); mask-image: linear-gradient(90deg,#000 0,#000 95%,transparent 100%); }
  .edge-carousel.has-overflow.is-at-end .carousel-track { -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 5%,#000 100%); mask-image: linear-gradient(90deg,transparent 0,#000 5%,#000 100%); }
  .edge-carousel.has-overflow.is-at-start.is-at-end .carousel-track { -webkit-mask-image: none; mask-image: none; }
  .edge-carousel-arrow { top: calc(50% + 28px); width: 44px; height: 44px; font-size: 29px; box-shadow: 0 8px 24px rgba(0,0,0,.6); }
  .edge-carousel-arrow.is-prev { left: -8px; }
  .edge-carousel-arrow.is-next { right: -8px; }
  .gallery-carousel { padding-inline: 8px; }
  .gallery-carousel .edge-carousel-arrow { top: calc(50% + 15px); }
  .gallery-track { --carousel-edge-space: 32px; }
  .gallery-track .photo-card { flex: 0 0 78vw; min-width: 0; max-width: 390px; }
  .program-lines { gap: 48px; }
  .program-track { --carousel-edge-space: 34px; }
  .program-track .product-card { flex: 0 0 min(82vw,360px); min-width: 0; height: 420px; min-height: 420px; }
  .program-track .product-image { height: 132px; flex-basis: 132px; }
  .program-track .product-body { padding: 22px; }
  .product-body h4 { font-size: clamp(25px,7.7vw,28px); }
  .program-empty { width: 100%; min-width: 0; }
  .reviews-track { --carousel-edge-space: 34px; }
  .reviews-track .review-card { flex: 0 0 min(82vw,360px); min-width: 0; min-height: 310px; }
  .program-detail-gallery .photo-card { flex-basis: min(78vw,390px); }
  .direction-quiz { gap: 30px; padding: 30px 24px; }
  .direction-quiz h2 { font-size: clamp(34px,10vw,46px); }
  .trainer-modal { padding: 10px; }
  .trainer-modal-card { display: block; max-height: calc(100vh - 20px); overflow-y: auto; border-radius: 20px; }
  .trainer-modal-photo { height: 310px; min-height: 0; }
  .trainer-modal-content { overflow: visible; padding: 30px 24px; }
  .trainer-modal-card h2 { padding-right: 34px; font-size: clamp(36px,11vw,46px); }
  .trainer-modal-role { font-size: 14px; }
  .trainer-modal-bio p,.trainer-modal-bio p:first-child { font-size: 14px; line-height: 1.68; }
  .trainer-modal-actions { display: grid; }
  .trainer-modal-actions .btn { width: 100%; }
  .program-trainers-head h2 { font-size: clamp(31px,9vw,39px); }
  .program-trainer-card { grid-template-columns: 1fr; }
  .program-trainer-card > img { height: 260px; min-height: 0; }
  .program-trainer-card > div { min-height: 230px; padding: 24px; }
  .direction-quiz .btn { width: 100%; }
}

@media print {
  .site-header,.site-footer,.floating-action,.test-intro,.result-actions { display: none !important; }
  body,.test-page-live { color: #111; background: #fff; }
  .test-page-live { padding: 0; }
  .test-shell-live { border: 0; box-shadow: none; background: #fff; }
  .test-stage { padding: 20px; }
  .result-sheet h2,.result-code strong,.top-result-row b,.profile-row b,.rich-details-grid strong,.evidence-card-live strong { color: #7a5b13; }
  .result-sheet > p,.top-result-row small { color: #444 !important; }
  .profile-track { background: #ddd; }
  .rich-details-grid article,.evidence-card-live,.result-all-live > div { border-color: #bbb; background: #fff; }
  .rich-details-grid p,.evidence-card-live p,.scenario-detail-body p { color: #333; }
  .screenshot-note { border-color: #aaa; background: #f8f4e8; }
}
