/* AWP Results Page — extracted from v5 prototype */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* Pull the header into normal document flow so it sits above the hero */
.page-template-template-awp-results header.banner { position: relative; }

.awp-results-page {
  width: 100%;
  --primary:    rgb(4, 115, 153);
  --teal:       rgb(0, 157, 164);
  --dark-blue:  rgb(15, 50, 85);
  --dark-gray:  rgb(95, 96, 98);
  --mid-gray:   rgb(172, 172, 172);
  --light-gray: rgb(211, 212, 213);
  --border:     rgb(242, 242, 242);
  --body-bg:    rgb(249, 249, 249);
  --white:      #fff;
  --radius-card: 8px;
  --radius-lg:   20px;
  --radius-pill: 999px;
  --container:   1280px;
  --shadow-card: 0 16px 48px -8px rgba(15,50,85,0.10);
  --shadow-lg:   0 32px 80px -16px rgba(15,50,85,0.14);
  --transition:  0.22s ease;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: var(--dark-gray);
  background: var(--body-bg);
}

.awp-results-page img { max-width: 100%; height: auto; display: block; }
.awp-results-page a { color: var(--primary); text-decoration: none; }
.awp-results-page a:hover { text-decoration: underline; }
.awp-results-page .container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 36px; }

/* ── HERO ── */
.awp-results-page .hero { background: linear-gradient(319.63deg, var(--primary) 0%, var(--teal) 100%); padding: 64px 0 0; position: relative; overflow: hidden; }
.awp-results-page .hero::after { content: ''; display: block; height: 38px; background: var(--body-bg); clip-path: ellipse(54% 100% at 50% 100%); margin-top: -1px; }
.awp-results-page .hero > .container { padding-bottom: 3rem; }
.awp-results-page .hero-inner { display: flex; align-items: center; gap: 64px; position: relative; z-index: 1; }
.awp-results-page .hero-text { flex: 1; }
.awp-results-page .hero-img-col { flex: 1; display: flex; align-items: flex-end; justify-content: center; }
.awp-results-page .hero-img { width: 100%; max-width: 560px; height: auto; border-radius: 0; display: block; box-shadow: 0 24px 60px rgba(0,0,0,0.22); }
.awp-results-page .hero-eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-bottom: 20px; position: relative; }
.awp-results-page .hero-eyebrow::after { content: ''; display: block; width: 42px; height: 5px; background: rgba(255,255,255,0.5); border-radius: var(--radius-pill); margin-top: 10px; }
.awp-results-page .hero h1 { font-size: 50px; font-weight: 500; line-height: 1.05; color: var(--white); margin-bottom: 20px; }
.awp-results-page .hero-sub { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.92); max-width: 560px; margin-bottom: 24px; }
.awp-results-page .hero-lead { font-weight: 700; color: #fff; }
.awp-results-page .btn-hero-cta { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: var(--radius-pill); background: var(--white); color: var(--primary); font-size: 15px; font-weight: 700; text-decoration: none; box-shadow: 0 4px 16px rgba(0,0,0,0.15); transition: box-shadow var(--transition), transform var(--transition); }
.awp-results-page .btn-hero-cta:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.22); transform: translateY(-1px); text-decoration: none; color: var(--primary); }
.awp-results-page .btn-hero-cta svg { width: 16px; height: 16px; }
.awp-results-page .agility-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.awp-results-page .agility-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border-radius: var(--radius-pill); background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.36); font-size: 15px; font-weight: 700; color: var(--white); letter-spacing: 0.02em; text-decoration: none; cursor: pointer; transition: background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition); }
.awp-results-page .agility-chip:hover { background: rgba(255,255,255,0.28); border-color: rgba(255,255,255,0.65); transform: translateY(-2px); box-shadow: 0 4px 14px rgba(0,0,0,0.18); text-decoration: none; }
.awp-results-page .agility-chip-rank { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,0.28); font-size: 12px; font-weight: 900; }

/* ── SECTION COMMONS ── */
.awp-results-page .section { padding: 72px 0; }
.awp-results-page .section-header { margin-bottom: 48px; }
.awp-results-page .section-title { font-size: 38px; font-weight: 500; line-height: 1.1; color: var(--dark-blue); }
.awp-results-page .section-intro { margin-top: 14px; font-size: 18px; line-height: 1.65; color: var(--dark-gray); max-width: 640px; }

/* ── TOP AGILITIES ── */
.awp-results-page .top-agilities { background: var(--body-bg); padding-top: 48px; }
.awp-results-page .top-agilities-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; }
.awp-results-page .top-agilities-meta { flex: 1; }

/* ── STEP CAROUSEL ── */
.awp-results-page .agility-tabs { margin-top: 32px; border-radius: var(--radius-card); box-shadow: 0 28px 80px -8px rgba(15,50,85,0.22); overflow: hidden; }
.awp-results-page .step-header { background: var(--white); border-bottom: 1px solid var(--border); }
.awp-results-page .step-accent { height: 4px; width: 100%; transition: background 300ms ease; }
.awp-results-page .step-nav { display: flex; align-items: center; gap: 20px; padding: 20px 32px; }
.awp-results-page .step-info { flex: 1; text-align: center; }
.awp-results-page .step-counter { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dark-gray); margin-bottom: 4px; }
.awp-results-page .step-name { display: inline-block; font-family: 'Roboto Condensed', sans-serif; font-size: 26px; font-weight: 700; text-transform: uppercase; line-height: 1; transition: color 300ms ease; text-decoration: none; }
.awp-results-page .step-name:hover { text-decoration: underline; text-underline-offset: 3px; }
.awp-results-page .step-dots { display: flex; justify-content: center; gap: 7px; margin-top: 10px; }
.awp-results-page .step-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--light-gray); transition: background 300ms ease, transform 200ms ease; cursor: pointer; border: none; padding: 0; }
.awp-results-page .step-dot.is-active { transform: scale(1.4); }
.awp-results-page .step-arrow { width: 44px; height: 44px; border: 2px solid var(--light-gray); border-radius: 50%; background: var(--white); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: border-color 200ms, background 200ms; flex-shrink: 0; }
.awp-results-page .step-arrow:hover:not(:disabled) { background: rgba(4,115,153,0.06); }
.awp-results-page .step-arrow:disabled { opacity: 0.28; cursor: default; }
.awp-results-page .step-arrow svg { width: 18px; height: 18px; stroke: var(--dark-gray); transition: stroke 200ms; }
.awp-results-page .step-arrow:hover:not(:disabled) svg { stroke: var(--primary); }
.awp-results-page .tab-panels { background: var(--white); }
.awp-results-page .tab-panel { display: none; }
.awp-results-page .tab-panel.is-active { display: flex; flex-direction: column; animation: awpStepFadeIn 260ms ease; }
@keyframes awpStepFadeIn { from { opacity: 0; transform: translateX(var(--step-slide-from, 24px)); } to { opacity: 1; transform: translateX(0); } }
.awp-results-page .step-reverse { --step-slide-from: -24px; }
.awp-results-page .tab-panel-inner { display: flex; flex-direction: column; }
.awp-results-page .panel-content-col { padding: 44px 52px; display: flex; flex-direction: column; }

/* ── PANEL HERO ── */
.awp-results-page .panel-hero { display: grid; grid-template-columns: 1fr 38%; gap: 0; align-items: start; margin-bottom: 0; }
.awp-results-page .panel-hero-text { display: flex; flex-direction: column; padding-right: 40px; }
.awp-results-page .panel-hero-video { display: flex; flex-direction: column; padding-left: 36px; }
.awp-results-page .phv-thumb { position: relative; border-radius: 10px; overflow: hidden; background: #000; cursor: pointer; aspect-ratio: 16/9; display: block; border: none; padding: 0; width: 100%; }
.awp-results-page .phv-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 180ms; }
.awp-results-page .phv-thumb:hover img { opacity: 0.82; }
.awp-results-page .phv-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.awp-results-page .phv-play svg { width: 48px; height: 48px; filter: drop-shadow(0 2px 10px rgba(0,0,0,0.5)); transition: transform 180ms; }
.awp-results-page .phv-thumb:hover .phv-play svg { transform: scale(1.08); }
.awp-results-page .phv-sidebar-heading { font-size: 11px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--panel-color, var(--primary)); margin-bottom: 14px; }
.awp-results-page .phv-actions { display: flex; flex-direction: column; gap: 6px; margin-top: 12px; }
.awp-results-page .phv-actions .pac { width: 100%; border-radius: 10px; }
.awp-results-page .phv-actions .pac-arrow { display: flex; opacity: 0.35; font-size: 16px; margin-left: auto; flex-shrink: 0; align-self: center; }
.awp-results-page .phv-actions .pac:hover .pac-arrow { opacity: 0.7; }
.awp-results-page .panel-icon-row { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.awp-results-page .panel-icon-wrap { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.awp-results-page .panel-icon-sm { width: 36px; height: 36px; object-fit: contain; }

/* ── PAC (ACTION CARD) ── */
.awp-results-page .pac { display: flex; align-items: center; gap: 10px; padding: 12px 16px; flex: 0 0 auto; border: 1px solid var(--border); border-radius: 10px; background: var(--white); cursor: pointer; font-family: inherit; text-align: left; text-decoration: none; transition: background 180ms, box-shadow 180ms; overflow: hidden; }
.awp-results-page .pac:hover { background: color-mix(in srgb, var(--panel-color, var(--primary)) 8%, white); box-shadow: inset 0 -2px 0 var(--panel-color, var(--primary)); transform: none; text-decoration: none; }
.awp-results-page .pac-icon { flex-shrink: 0; width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--panel-color, var(--primary)) 10%, white); transition: background 180ms; }
.awp-results-page .pac:hover .pac-icon { background: color-mix(in srgb, var(--panel-color, var(--primary)) 18%, white); }
.awp-results-page .pac-icon svg { width: 15px; height: 15px; color: var(--panel-color, var(--primary)); }
.awp-results-page .pac-body { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; }
.awp-results-page .pac-label { font-size: 13px; font-weight: 700; color: var(--dark-blue); line-height: 1.2; }
.awp-results-page .pac:hover .pac-label { color: var(--panel-color, var(--primary)); }
.awp-results-page .pac-meta { font-size: 14px; color: var(--mid-gray); font-weight: 400; line-height: 1.3; }
.awp-results-page .pac-arrow { display: none; }

/* ── PANEL CONTENT ── */
.awp-results-page .card-title { font-family: 'Roboto Condensed', sans-serif; font-size: 32px; font-weight: 700; line-height: 1.05; text-transform: uppercase; color: var(--panel-color, var(--dark-blue)); margin-bottom: 10px; }
.awp-results-page .card-desc { margin-top: 10px; font-size: 18px; line-height: 1.95; color: #2d3a4a; }
.awp-results-page .panel-meta-divider { display: none; }
.awp-results-page .panel-keyword-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.awp-results-page .panel-keyword-chip { display: inline-block; padding: 5px 14px; border-radius: var(--radius-pill); font-size: 13px; font-weight: 700; letter-spacing: 0.04em; background: color-mix(in srgb, var(--panel-color, var(--primary)) 16%, white); color: var(--panel-color, var(--dark-blue)); border: 1px solid color-mix(in srgb, var(--panel-color, var(--primary)) 30%, white); }
.awp-results-page .tab-meta-label { margin: 0 0 5px; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--panel-color, var(--mid-gray)); }
.awp-results-page .tab-meta-value { margin: 0; font-size: 15px; line-height: 1.75; color: var(--dark-gray); }
.awp-results-page .card-rank-label { font-size: 14px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; color: var(--dark-gray); margin-bottom: 0; }
.awp-results-page .card-desc-full { display: none; margin-top: 8px; font-size: 18px; line-height: 1.8; color: #2d3a4a; }
.awp-results-page .card-desc-full.is-open { display: block; }
.awp-results-page .card-more-btn { margin-top: 14px; display: inline-flex; align-items: center; gap: 5px; align-self: flex-start; background: none; border: none; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 600; color: var(--panel-color, var(--primary)); padding: 0; letter-spacing: 0.01em; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; transition: text-decoration-color 180ms, color 180ms; }
.awp-results-page .card-more-btn:hover { text-decoration-color: var(--panel-color, var(--primary)); }

/* ── COACH / CHATBOT ── */
.awp-results-page .coach-modal { display: none; position: fixed; inset: 0; z-index: 9100; align-items: center; justify-content: center; padding: 48px 24px 24px; }
.awp-results-page .coach-modal.is-open { display: flex; }
.awp-results-page .coach-modal-backdrop { position: absolute; inset: 0; background: rgba(5,20,40,0.78); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.awp-results-page .coach-modal-wrap { position: relative; z-index: 1; width: min(1100px, 96vw); max-height: calc(100vh - 72px); display: flex; flex-direction: column; }
.awp-results-page .coach-modal-close { position: absolute; top: -40px; right: 0; background: none; border: none; color: #fff; font-size: 28px; cursor: pointer; line-height: 1; padding: 4px 8px; opacity: 0.85; transition: opacity 150ms; }
.awp-results-page .coach-modal-close:hover { opacity: 1; }
.awp-results-page .coach-modal-inner { border-radius: 16px; overflow: hidden; box-shadow: 0 32px 100px rgba(5,20,40,0.4); flex: 1; min-height: 0; }
.awp-results-page .tab-panel--coach { background: var(--white); }
.awp-results-page .coach-tab-inner { display: grid; grid-template-columns: 1fr 460px; gap: 56px; align-items: center; padding: 52px 48px; }
.awp-results-page .coach-tab-inner .coach-widget { height: 460px; }
.awp-results-page .coach-tab-inner chat-widget { display: block; --cw-embed-height: 460px; border-radius: 20px; overflow: hidden; }
.awp-results-page .coach-prompts-mobile { display: none; }
/* Coach tab panel uses a light background — override the generic dark-section white-text rules */
.awp-results-page .tab-panel--coach .coach-copy { color: #0f3255; }
.awp-results-page .tab-panel--coach .coach-title { color: #0f3255; }
.awp-results-page .tab-panel--coach .coach-intro { color: #5f6062; }
.awp-results-page .tab-panel--coach .coach-prompt-label { color: #5f6062; }
.awp-results-page .tab-panel--coach .coach-prompt-chip { border-color: #d3d4d5; background: #ffffff; color: #0f3255; }
.awp-results-page .tab-panel--coach .coach-prompt-chip:hover { background: #0f3255; border-color: #0f3255; color: #ffffff; }
.awp-results-page .tab-panel--coach .coach-widget-wrap { filter: drop-shadow(0 8px 24px rgba(15,50,85,0.10)); }
.awp-results-page .coach-section { background: var(--dark-blue); padding: 80px 0 88px; position: relative; overflow: hidden; }
.awp-results-page .coach-section::before { content: ''; position: absolute; top: -120px; right: -120px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(0,157,164,0.18) 0%, transparent 70%); pointer-events: none; }
.awp-results-page .coach-inner { display: grid; grid-template-columns: 1fr 520px; gap: 64px; align-items: center; position: relative; z-index: 1; }
.awp-results-page .coach-copy { color: var(--white); }
.awp-results-page .coach-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #047399; margin-bottom: 20px; }
.awp-results-page .coach-eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #047399; animation: awpPulse 2s ease-in-out infinite; }
@keyframes awpPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.75); } }
.awp-results-page .coach-title { font-size: 44px; font-weight: 500; line-height: 1.08; color: var(--white); margin-bottom: 20px; }
.awp-results-page .coach-intro { font-size: 17px; line-height: 1.7; color: #fff; max-width: 440px; margin-bottom: 36px; }
.awp-results-page .coach-prompts { display: flex; flex-direction: column; gap: 10px; }
.awp-results-page .coach-prompt-label { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; margin-bottom: 4px; }
.awp-results-page .coach-prompt-chip { display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-radius: 12px; border: 1.5px solid rgba(255,255,255,0.28); background: rgba(255,255,255,0.10); color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; transition: background var(--transition), border-color var(--transition); text-align: left; font-family: inherit; }
.awp-results-page .coach-prompt-chip:hover { background: rgba(77,217,224,0.18); border-color: rgba(77,217,224,0.6); text-decoration: none; }
.awp-results-page .coach-prompt-chip svg { width: 15px; height: 15px; flex-shrink: 0; }
.awp-results-page .coach-widget-wrap { filter: drop-shadow(0 8px 24px rgba(15,50,85,0.12)); }
.awp-results-page .coach-widget { background: var(--white); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; height: 500px; font-family: 'Roboto', sans-serif; }
.awp-results-page .cw-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; background: var(--dark-blue); flex-shrink: 0; }
.awp-results-page .cw-header-brand { display: flex; align-items: center; gap: 10px; }
.awp-results-page .cw-header-avatar { width: 36px; height: 36px; border-radius: 50%; background: transparent; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.awp-results-page .cw-header-avatar img { width: 100%; height: 100%; object-fit: contain; }
.awp-results-page .cw-header-name { font-size: 14px; font-weight: 700; color: var(--white); line-height: 1.2; }
.awp-results-page .cw-header-sub { font-size: 12px; color: rgba(255,255,255,0.55); font-weight: 400; }
.awp-results-page .cw-header-btn { display: flex; align-items: center; gap: 5px; padding: 6px 12px; border-radius: var(--radius-pill); border: 1.5px solid rgba(255,255,255,0.18); background: transparent; color: rgba(255,255,255,0.7); font-size: 12px; font-weight: 600; cursor: pointer; font-family: inherit; transition: border-color var(--transition), color var(--transition); }
.awp-results-page .cw-header-btn:hover { border-color: rgba(255,255,255,0.4); color: #fff; }
.awp-results-page .cw-header-btn svg { width: 13px; height: 13px; }
.awp-results-page .cw-body { flex: 1; overflow-y: auto; padding: 14px 14px 10px; background: #f6f8fb; display: flex; flex-direction: column; gap: 10px; }
.awp-results-page .cw-bubble-row { display: flex; align-items: flex-start; gap: 10px; }
.awp-results-page .cw-bubble-avatar { width: 30px; height: 30px; border-radius: 50%; background: transparent; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; overflow: hidden; }
.awp-results-page .cw-bubble-avatar img { width: 100%; height: 100%; object-fit: contain; }
.awp-results-page .cw-bubble { background: var(--white); border-radius: 4px 14px 14px 14px; padding: 10px 14px; font-size: 14px; line-height: 1.55; color: var(--dark-blue); max-width: 88%; box-shadow: 0 1px 4px rgba(15,50,85,0.08); }
.awp-results-page .cw-bubble strong { color: var(--primary); }
.awp-results-page .cw-suggestions { display: flex; flex-direction: column; gap: 7px; padding-left: 40px; }
.awp-results-page .cw-suggestion { display: flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 10px; border: 1.5px solid #dde6ed; background: var(--white); font-size: 14px; color: var(--primary); font-weight: 600; cursor: pointer; text-align: left; font-family: inherit; transition: background var(--transition), border-color var(--transition); }
.awp-results-page .cw-suggestion:hover { background: rgba(4,115,153,0.05); border-color: var(--primary); }
.awp-results-page .cw-suggestion svg { width: 13px; height: 13px; flex-shrink: 0; opacity: 0.5; }
.awp-results-page .cw-thinking { display: flex; align-items: flex-start; gap: 10px; }
.awp-results-page .cw-thinking-dots { display: flex; align-items: center; gap: 4px; background: var(--white); border: 1px solid #e8edf2; border-radius: 4px 14px 14px 14px; padding: 12px 16px; box-shadow: 0 1px 4px rgba(15,50,85,0.07); }
.awp-results-page .cw-thinking-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mid-gray); animation: awpBounce 1.2s ease-in-out infinite; }
.awp-results-page .cw-thinking-dot:nth-child(2) { animation-delay: 0.2s; }
.awp-results-page .cw-thinking-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes awpBounce { 0%, 80%, 100% { transform: translateY(0); opacity: 0.4; } 40% { transform: translateY(-5px); opacity: 1; } }
.awp-results-page .cw-user-row { display: flex; justify-content: flex-end; }
.awp-results-page .cw-user-bubble { background: var(--dark-blue); color: var(--white); border-radius: 14px 4px 14px 14px; padding: 10px 15px; font-size: 14px; line-height: 1.5; max-width: 80%; }
.awp-results-page .cw-input-bar { display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-top: 1px solid #eaeef2; background: var(--white); flex-shrink: 0; }
.awp-results-page .cw-input { flex: 1; border: 1.5px solid #dde6ed; border-radius: 10px; padding: 7px 12px; font-size: 16px; color: var(--dark-blue); font-family: inherit; background: #f9fafb; outline: none; resize: none; height: 36px; }
.awp-results-page .cw-input::placeholder { color: var(--mid-gray); }
.awp-results-page .cw-send-btn { width: 34px; height: 34px; border-radius: 9px; border: none; background: var(--primary); color: var(--white); display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: background var(--transition); }
.awp-results-page .cw-send-btn:hover { background: var(--teal); }
.awp-results-page .cw-send-btn svg { width: 14px; height: 14px; }

/* ── MORE AGILITIES ── */
.awp-results-page .more-agilities { background: var(--white); position: relative; overflow: hidden; }
.awp-results-page .more-agilities::before { content: ''; position: absolute; top: -60px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(0,157,164,0.07) 0%, transparent 70%); pointer-events: none; }
.awp-results-page .more-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.awp-results-page .more-card { background: var(--white); border: 1px solid var(--border); border-top: 3px solid var(--card-color, var(--teal)); border-radius: var(--radius-card); padding: 40px 28px; min-height: 300px; transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition); display: flex; flex-direction: column; }
.awp-results-page .more-card:hover { border-color: var(--card-color, var(--teal)); box-shadow: 0 10px 28px -4px rgba(15,50,85,0.14); transform: translateY(-2px); }
.awp-results-page .more-card-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 12px; }
.awp-results-page .more-card-thumb-wrap { width: 52px; height: 52px; border-radius: 12px; background: var(--white); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; flex-shrink: 0; }
.awp-results-page .more-card-thumb { width: 44px; height: 44px; object-fit: contain; display: block; border-radius: 6px; }
.awp-results-page .more-card-rank { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: color-mix(in srgb, var(--card-color, var(--primary)) 12%, white); border: 2px solid color-mix(in srgb, var(--card-color, var(--primary)) 30%, white); font-family: 'Roboto Condensed', sans-serif; font-size: 18px; font-weight: 700; color: var(--card-color, var(--primary)); letter-spacing: 0; flex-shrink: 0; }
.awp-results-page .more-card-title { font-family: 'Roboto Condensed', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; color: var(--dark-blue); margin-bottom: 10px; }
.awp-results-page .more-card-desc { font-size: 16px; line-height: 1.75; color: var(--dark-gray); flex: 1; }
.awp-results-page .more-card-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 18px; font-size: 14px; font-weight: 700; color: var(--primary); padding: 5px 12px; border: 1.5px solid color-mix(in srgb, var(--primary) 30%, white); border-radius: 8px; transition: background var(--transition), border-color var(--transition); align-self: flex-start; }
.awp-results-page .more-card-link:hover { text-decoration: none; background: color-mix(in srgb, var(--primary) 6%, white); border-color: var(--primary); }

/* ── GROWTH / LOWER GRID ── */
.awp-results-page .lower-agilities-section { padding: 56px 0; background: color-mix(in srgb, var(--primary) 7%, white); border-top: 1px solid var(--border); position: relative; overflow: hidden; }
.awp-results-page .lower-agilities-section::after { content: ''; position: absolute; bottom: -40px; left: -60px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(4,115,153,0.06) 0%, transparent 70%); pointer-events: none; }
.awp-results-page .lower-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.awp-results-page .lower-grid .more-card { border-top-color: color-mix(in srgb, var(--card-color, var(--primary)) 40%, var(--mid-gray)); }
.awp-results-page .lower-grid .more-card:hover { border-top-color: var(--card-color, var(--primary)); }
.awp-results-page .lower-grid .more-card-rank { background: color-mix(in srgb, var(--card-color, var(--primary)) 8%, white); border-color: color-mix(in srgb, var(--card-color, var(--primary)) 20%, white); color: color-mix(in srgb, var(--card-color, var(--primary)) 60%, var(--mid-gray)); }

/* ── SAVE/WALLET ── */
.awp-results-page .save-section { background: var(--body-bg); }
.awp-results-page .wallet-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: stretch; gap: 24px; max-width: 1080px; margin-top: 40px; }
.awp-results-page .wallet-card { border-radius: var(--radius-lg); padding: 32px 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.awp-results-page .wallet-card .wallet-btn { width: 100%; height: 52px; box-sizing: border-box; }
.awp-results-page .wallet-card--apple,
.awp-results-page .wallet-card--google { background: var(--white); color: var(--dark-blue); }
.awp-results-page .wallet-card-label { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.65; }
.awp-results-page .wallet-card-title { font-size: 22px; font-weight: 700; line-height: 1.2; color: var(--dark-blue); }
.awp-results-page .wallet-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; border-radius: var(--radius-pill); font-size: 15px; font-weight: 700; cursor: pointer; transition: opacity var(--transition), transform var(--transition); border: none; text-decoration: none; }
.awp-results-page .wallet-btn:hover { opacity: 0.88; transform: translateY(-1px); text-decoration: none; }
.awp-results-page .wallet-btn--apple,
.awp-results-page .wallet-btn--google,
.awp-results-page .wallet-btn--pdf { background: var(--dark-blue); color: var(--white); }
.awp-results-page .wallet-card--pdf { background: var(--white); color: var(--dark-blue); border: 1px solid var(--border); }
.awp-results-page .wallet-btn--pdf { width: 100%; height: 52px; box-sizing: border-box; font-family: inherit; }
.awp-results-page .wallet-tip-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-size: 15px; font-weight: 500; color: var(--primary); }
.awp-results-page .share-block { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--border); }
.awp-results-page .share-heading { font-size: 20px; font-weight: 700; color: var(--dark-blue); line-height: 1.25; margin-bottom: 16px; }
.awp-results-page .share-btns { display: flex; gap: 14px; align-items: center; }
.awp-results-page .share-btn { display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; border: none; color: var(--white); cursor: pointer; text-decoration: none; flex-shrink: 0; transition: opacity var(--transition); }
.awp-results-page .share-btn:hover { opacity: 0.82; transform: none; text-decoration: none; color: var(--white); }
.awp-results-page .share-btn svg { flex-shrink: 0; }
.awp-results-page .share-btn--fb { background: #1877f2; }
.awp-results-page .share-btn--li { background: #0a66c2; }
.awp-results-page .share-btn--x     { background: #000; }
.awp-results-page .share-btn--email { background: #047391; }
.awp-results-page .share-btn--copy { background: var(--dark-blue); position: relative; }
.awp-results-page .share-btn--copy::after { content: 'Copied!'; position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); background: var(--dark-blue); color: var(--white); font-size: 12px; font-weight: 600; padding: 3px 9px; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity var(--transition); }
.awp-results-page .share-btn--copy.is-copied::after { opacity: 1; }
@media (max-width: 768px) {
  .awp-results-page .share-btns { flex-wrap: nowrap; gap: 10px; }
  .awp-results-page .share-btn { width: 52px; height: 52px; }
}
.awp-results-page .save-email-note { margin-top: 14px; font-size: 14px; line-height: 1.6; color: var(--dark-gray); }

/* ── CTA ── */
.awp-results-page .cta-section { background: var(--white); padding: 72px 0; }
.awp-results-page .cta-block { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(319.63deg, var(--primary) 0%, var(--teal) 100%); padding: 64px 72px; display: grid; grid-template-columns: 1fr 300px; align-items: center; gap: 48px; }
.awp-results-page .cta-block::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400'%3E%3Cellipse cx='500' cy='50' rx='340' ry='280' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E") no-repeat right -60px top -80px; }
.awp-results-page .cta-content { position: relative; }
.awp-results-page .cta-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-bottom: 14px; }
.awp-results-page .cta-title { font-size: 38px; font-weight: 500; line-height: 1.1; color: var(--white); margin-bottom: 16px; }
.awp-results-page .cta-text { font-size: 16px; line-height: 1.65; color: rgba(255,255,255,0.85); margin-bottom: 32px; }
.awp-results-page .btn-cta { display: inline-flex; align-items: center; gap: 10px; padding: 14px 36px 14px 28px; border-radius: var(--radius-pill); background: var(--white); color: var(--dark-blue); font-size: 16px; font-weight: 700; transition: transform var(--transition), box-shadow var(--transition); text-decoration: none; }
.awp-results-page .btn-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,0.18); text-decoration: none; color: var(--dark-blue); }
.awp-results-page .btn-cta svg { width: 18px; height: 18px; }
.awp-results-page .cta-logo-wrap { display: flex; align-items: center; justify-content: center; }
.awp-results-page .cta-logo-wrap img { filter: brightness(0) invert(1); opacity: 0.18; width: 100%; max-width: 280px; }

/* ── FLOATING LAUNCHER ── */
.awp-results-page .asst-bubble { position: fixed; bottom: 28px; right: 28px; z-index: 8000; }
.awp-results-page .asst-bubble.is-hidden { display: none; }
.awp-results-page .asst-launcher { width: 56px; height: 56px; border-radius: 50%; border: none; background: var(--dark-blue); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.18); transition: transform var(--transition), background var(--transition); }
.awp-results-page .asst-launcher:hover { transform: scale(1.06); background: var(--primary); }
.awp-results-page .asst-launcher svg { width: 24px; height: 24px; fill: currentColor; }

/* ── YOUTUBE MODAL ── */
.awp-results-page .yt-modal { display: none; position: fixed; inset: 0; z-index: 9000; align-items: center; justify-content: center; }
.awp-results-page .yt-modal.is-open { display: flex; }
.awp-results-page .yt-modal-backdrop { position: absolute; inset: 0; background: rgba(5,20,40,0.82); }
.awp-results-page .yt-modal-outer { position: relative; z-index: 1; width: min(880px, 94vw); }
.awp-results-page .yt-modal-box { position: relative; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; background: #000; box-shadow: 0 24px 80px rgba(0,0,0,0.5); }
.awp-results-page .yt-modal-box iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.awp-results-page .yt-modal-close { position: absolute; top: -44px; right: 0; background: none; border: none; color: #fff; font-size: 28px; cursor: pointer; line-height: 1; padding: 4px 8px; opacity: 0.85; transition: opacity 150ms; z-index: 2; }
.awp-results-page .yt-modal-close:hover { opacity: 1; }

/* ── NO RESULTS STATE ── */
.awp-results-page .awp-no-results { max-width: 600px; margin: 120px auto; text-align: center; padding: 0 24px; }
.awp-results-page .awp-no-results h2 { font-size: 28px; font-weight: 500; color: var(--dark-blue); margin-bottom: 16px; }
.awp-results-page .awp-no-results p { font-size: 17px; line-height: 1.65; color: var(--dark-gray); }

/* ── RESPONSIVE ── */
@media (max-width: 1220px) {
  .awp-results-page .more-grid { grid-template-columns: repeat(3, 1fr); }
  .awp-results-page .cta-logo-wrap { display: none; }
  .awp-results-page .cta-block { padding: 52px 56px; grid-template-columns: 1fr; }
  .awp-results-page .coach-inner { gap: 48px; }
  .awp-results-page .coach-title { font-size: 36px; }
}
@media (max-width: 1060px) {
  .awp-results-page .hero { padding: 40px 0 0; }
  .awp-results-page .hero-img-col { display: none; }
  .awp-results-page .hero h1 { font-size: 40px; }
  .awp-results-page .hero-sub { font-size: 16px; margin-bottom: 32px; }
  .awp-results-page .section-title { font-size: 30px; }
  .awp-results-page .section-intro { font-size: 16px; }
  .awp-results-page .more-grid { grid-template-columns: repeat(2, 1fr); }
  .awp-results-page .lower-grid { grid-template-columns: repeat(3, 1fr); }
  .awp-results-page .wallet-cards { gap: 16px; max-width: 100%; }
  .awp-results-page .panel-content-col { padding: 32px 36px; }
  .awp-results-page .coach-inner { grid-template-columns: 1fr; gap: 40px; }
  .awp-results-page .coach-tab-inner { grid-template-columns: 1fr 360px; gap: 40px; padding: 36px 32px; }
}
@media (max-width: 900px) {
  .awp-results-page .panel-hero { grid-template-columns: 1fr; }
  .awp-results-page .panel-hero-text { padding-right: 0; }
  .awp-results-page .panel-hero-video { border-left: none; padding-left: 0; margin-top: 28px; }
  .awp-results-page .coach-tab-inner { grid-template-columns: 1fr; gap: 32px; padding: 28px 24px; }
  .awp-results-page .wallet-cards { grid-template-columns: 1fr 1fr; margin-top: 28px; }
  .awp-results-page .wallet-card--pdf { grid-column: 1 / -1; }
  .awp-results-page .section { padding: 48px 0; }
  .awp-results-page .panel-content-col { padding: 28px 32px; }
}
@media (max-width: 768px) {
  .awp-results-page .container { padding: 0 20px; }
  .awp-results-page .section-title { font-size: 28px; }
  .awp-results-page .card-title { font-size: 28px; }
  .awp-results-page .step-nav { padding: 14px 20px; gap: 12px; }
  .awp-results-page .more-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .awp-results-page .lower-grid { grid-template-columns: 1fr; gap: 14px; }
  .awp-results-page .more-card-rank { width: 32px; height: 32px; font-size: 16px; }
  .awp-results-page .more-card { padding: 20px 16px; }
  .awp-results-page .wallet-cards { grid-template-columns: 1fr; margin-top: 24px; }
  .awp-results-page .cta-block { padding: 36px 28px; grid-template-columns: 1fr; gap: 28px; }
  .awp-results-page .cta-title { font-size: 26px; }
  .awp-results-page .asst-bubble { bottom: 20px; right: 20px; }
  .awp-results-page .asst-launcher { width: 44px; height: 44px; }
  .awp-results-page .asst-launcher svg { width: 20px; height: 20px; }
}
@media (max-width: 540px) {
  .awp-results-page .coach-copy { display: none; }
  .awp-results-page .coach-tab-inner { padding: 0; gap: 0; }
  /* Taller, viewport-adaptive chat area on mobile so the message list isn't
     cramped. Floors at 620px; grows to 80% of the dynamic viewport on tall
     phones. Pure CSS — the widget just fills --cw-embed-height. */
  .awp-results-page .coach-tab-inner .coach-widget { height: auto; min-height: max(620px, 80dvh); border-radius: 0; }
  .awp-results-page .coach-tab-inner chat-widget { border-radius: 0; --cw-embed-height: max(620px, 80dvh); }
  .awp-results-page .coach-tab-inner .coach-widget-wrap { filter: none; }
  .awp-results-page .coach-prompts-mobile { display: none; }
  .awp-results-page .hero { padding: 40px 0 0; }
  .awp-results-page .hero h1 { font-size: 28px; }
  .awp-results-page .hero-sub { font-size: 15px; margin-bottom: 28px; }
  .awp-results-page .agility-chip { padding: 6px 12px; font-size: 13px; }
  .awp-results-page .panel-meta-divider { display: block; margin: 28px 0 24px; }
  .awp-results-page .section { padding: 40px 0; }
  .awp-results-page .section-title { font-size: 24px; }
  .awp-results-page .card-title { font-size: 24px; }
  .awp-results-page .panel-content-col { padding: 28px 20px; }
  .awp-results-page .more-card-rank { width: 30px; height: 30px; font-size: 15px; }
  .awp-results-page .more-grid { grid-template-columns: 1fr; gap: 12px; }
  .awp-results-page .lower-grid { grid-template-columns: 1fr; gap: 12px; }
  .awp-results-page .wallet-cards { grid-template-columns: 1fr; }
  .awp-results-page .cta-block { padding: 28px 20px; border-radius: var(--radius-card); }
  .awp-results-page .cta-title { font-size: 22px; }
  .awp-results-page .btn-cta { width: 100%; justify-content: center; }
  .awp-results-page .asst-bubble { bottom: 16px; right: 16px; }
  .awp-results-page .asst-launcher { width: 44px; height: 44px; }
  .awp-results-page .asst-launcher svg { width: 20px; height: 20px; }
  .awp-results-page .step-name { font-size: 18px; }
  .awp-results-page .step-nav { padding: 10px 16px; gap: 8px; }
  .awp-results-page { padding-bottom: 80px; }
}

@media print {
  .awp-results-page .cta-section,
  .awp-results-page .coach-section,
  .awp-results-page .asst-bubble,
  .awp-results-page .coach-modal,
  .awp-results-page .yt-modal { display: none !important; }
  .awp-results-page .hero { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
