/**
 * GoalConsult Growth360 — Premium Executive Report Styles
 * Applies only to .gc360r-wrap and all descendant elements.
 * Designed to resist theme interference while remaining PDF-printable.
 */

/* ============================================================
   RESET & WRAPPER
   ============================================================ */

.gc360r-wrap {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #1f2937;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}

.gc360r-wrap *,
.gc360r-wrap *::before,
.gc360r-wrap *::after {
	box-sizing: border-box;
}

.gc360r-wrap p { margin: 0 0 12px; color: inherit; }
.gc360r-wrap p:last-child { margin-bottom: 0; }
.gc360r-wrap ul, .gc360r-wrap ol { padding-left: 18px; margin: 0 0 12px; }
.gc360r-wrap li { margin-bottom: 4px; color: #374151; }

/* ============================================================
   REPORT HEADER
   ============================================================ */

.gc360r-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: #0f2454;
	color: #fff;
	padding: 20px 28px;
	border-radius: 12px;
	margin-bottom: 24px;
}

.gc360r-brand-name {
	display: block;
	font-size: 1.2em;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #fff;
}

.gc360r-brand-tag {
	display: block;
	font-size: 0.72em;
	color: #93c5fd;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 2px;
}

.gc360r-header-title {
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 4px;
}

.gc360r-header-details {
	font-size: 0.82em;
	color: #bfdbfe;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
}

.gc360r-sep { color: #60a5fa; }
.gc360r-report-id { font-family: monospace; font-size: 0.95em; }

/* ============================================================
   EXECUTIVE DASHBOARD
   ============================================================ */

.gc360r-dashboard {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.gc360r-dashboard-top {
	display: grid;
	grid-template-columns: 200px 1fr 2fr;
	gap: 20px;
	align-items: start;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.gc360r-dashboard-top {
		grid-template-columns: 1fr;
	}
	.gc360r-header {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Score card */
.gc360r-score-card {
	text-align: center;
	padding: 16px;
	background: #f8fafc;
	border-radius: 10px;
	border: 1px solid #e5e7eb;
}

.gc360r-score-label {
	font-size: 0.72em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #6b7280;
	margin-bottom: 6px;
}

.gc360r-score-number {
	font-size: 3em;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 10px;
}

.gc360r-score-pct {
	font-size: 0.45em;
	vertical-align: super;
	font-weight: 600;
}

.gc360r-score-bar-wrap {
	height: 6px;
	background: #e5e7eb;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 10px;
}

.gc360r-score-bar {
	height: 100%;
	border-radius: 3px;
	transition: width 1s ease;
}

.gc360r-maturity-badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 0.82em;
	font-weight: 700;
}

/* Maturity gauge */
.gc360r-gauge-card {
	padding: 16px;
}

.gc360r-gauge-label {
	font-size: 0.72em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #6b7280;
	margin-bottom: 10px;
}

.gc360r-gauge-steps {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.gc360r-gauge-step {
	padding: 6px 10px;
	border-radius: 6px;
	font-size: 0.78em;
	color: #9ca3af;
	background: #f3f4f6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.2s;
}

.gc360r-gauge-step-active {
	font-weight: 700;
}

.gc360r-gauge-arrow {
	font-size: 0.9em;
}

/* Snapshot cards */
.gc360r-snapshot-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.gc360r-snap-card {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px;
	border-radius: 8px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
}

.gc360r-snap-icon {
	font-size: 1.4em;
	flex-shrink: 0;
}

.gc360r-snap-label {
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #9ca3af;
}

.gc360r-snap-value {
	font-size: 0.88em;
	font-weight: 700;
	color: #1f2937;
	margin: 2px 0;
}

.gc360r-snap-score {
	font-size: 0.88em;
	font-weight: 700;
}

/* Executive summary */
.gc360r-exec-summary {
	border-top: 1px solid #e5e7eb;
	padding-top: 20px;
}

.gc360r-exec-summary-label {
	font-size: 0.72em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #6b7280;
	font-weight: 700;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.gc360r-exec-summary p {
	color: #374151;
	font-size: 0.95em;
	line-height: 1.7;
	margin: 0;
}

/* ============================================================
   SECTION HEADINGS
   ============================================================ */

.gc360r-section-heading {
	font-size: 1.1em;
	font-weight: 700;
	color: #0f2454;
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e5e7eb;
	display: flex;
	align-items: center;
	gap: 8px;
}

.gc360r-heading-icon {
	font-size: 1.1em;
}

.gc360r-section-intro {
	font-size: 0.85em;
	color: #9ca3af;
	margin-bottom: 12px;
}

/* ============================================================
   SECTION SCORE CARDS
   ============================================================ */

.gc360r-section-cards-wrap {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.gc360r-section-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 14px;
}

@media (max-width: 480px) {
	.gc360r-section-cards { grid-template-columns: 1fr; }
}

.gc360r-sec-card {
	padding: 14px 16px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.gc360r-sec-card-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 8px;
}

.gc360r-sec-name {
	font-size: 0.85em;
	font-weight: 600;
	color: #374151;
	line-height: 1.3;
}

.gc360r-sec-badge {
	font-size: 0.88em;
	font-weight: 800;
	padding: 2px 8px;
	border-radius: 12px;
	white-space: nowrap;
	flex-shrink: 0;
}

.gc360r-sec-bar-wrap {
	height: 5px;
	background: #e5e7eb;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 6px;
}

.gc360r-sec-bar {
	height: 100%;
	border-radius: 3px;
}

.gc360r-sec-level {
	font-size: 0.72em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

/* ============================================================
   RADAR CHART
   ============================================================ */

.gc360r-chart-wrap {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.gc360r-chart-container {
	max-width: 460px;
	margin: 0 auto;
}

/* ============================================================
   CARD COMPONENTS
   ============================================================ */

.gc360r-cards-section {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.gc360r-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 16px;
}

@media (max-width: 480px) {
	.gc360r-card-grid { grid-template-columns: 1fr; }
}

/* Strength card */
.gc360r-strength-card {
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-left: 4px solid #10b981;
	border-radius: 8px;
	padding: 16px;
}

/* Improvement card */
.gc360r-improve-card {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-left: 4px solid #f97316;
	border-radius: 8px;
	padding: 16px;
}

/* Premium card enhancements */
.gc360r-card-premium {
	padding: 18px;
}

.gc360r-card-header {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.gc360r-card-header-text {
	flex: 1;
	min-width: 0;
}

.gc360r-card-icon {
	font-size: 1.1em;
	flex-shrink: 0;
	margin-top: 1px;
}

.gc360r-card-title {
	font-weight: 700;
	font-size: 0.95em;
	color: #1f2937;
	display: block;
}

.gc360r-card-score {
	font-weight: 800;
	font-size: 1em;
	flex-shrink: 0;
}

.gc360r-level-badge {
	font-size: 0.7em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 2px 8px;
	background: rgba(0,0,0,0.06);
	border-radius: 10px;
	white-space: nowrap;
}

.gc360r-priority-badge {
	font-size: 0.72em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px 8px;
	border-radius: 10px;
	white-space: nowrap;
}

.gc360r-card-body {
	font-size: 0.88em;
	color: #374151 !important;
	margin: 0 0 10px !important;
	line-height: 1.6;
}

.gc360r-card-meta {
	font-size: 0.82em;
	color: #6b7280;
	margin-bottom: 8px;
	padding: 6px 10px;
	background: rgba(0,0,0,0.03);
	border-radius: 6px;
}

.gc360r-meta-warning {
	background: #fef3c7;
	color: #92400e;
}

.gc360r-meta-benefit {
	background: #ecfdf5;
	color: #065f46;
}

.gc360r-meta-label {
	font-weight: 700;
	margin-right: 4px;
}

.gc360r-card-action {
	font-size: 0.85em;
	color: #374151;
	padding: 8px 10px;
	background: rgba(37,99,235,0.06);
	border-radius: 6px;
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin-top: 8px;
}

.gc360r-action-icon {
	color: #2563eb;
	font-weight: 700;
	flex-shrink: 0;
}

/* ============================================================
   INSIGHT BOXES
   ============================================================ */

.gc360r-insight-box {
	background: #eff6ff;
	border-left: 4px solid #2563eb;
	border-radius: 0 8px 8px 0;
	padding: 16px 20px;
	margin-bottom: 16px;
}

.gc360r-insight-primary {
	background: #f0f9ff;
	border-color: #0284c7;
	margin-bottom: 24px;
}

.gc360r-insight-label {
	font-size: 0.72em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #1d4ed8;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.gc360r-insight-icon {
	font-size: 1.1em;
}

.gc360r-insight-context {
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	color: #6b7280;
}

.gc360r-insight-box p {
	color: #1e3a8a !important;
	font-size: 0.92em;
}

.gc360r-insights-section {
	margin-bottom: 24px;
}

/* ============================================================
   ACCORDION (section analysis)
   ============================================================ */

.gc360r-section-analysis {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.gc360r-accordion {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}

.gc360r-accordion-summary {
	padding: 14px 16px;
	cursor: pointer;
	user-select: none;
	list-style: none;
	background: #f8fafc;
}

.gc360r-accordion-summary::-webkit-details-marker { display: none; }
.gc360r-accordion-summary::marker { display: none; }

.gc360r-accordion[open] .gc360r-accordion-summary {
	background: #eff6ff;
	border-bottom: 1px solid #e5e7eb;
}

.gc360r-accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.gc360r-accordion-title {
	font-weight: 700;
	font-size: 0.92em;
	color: #1f2937;
}

.gc360r-accordion-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.gc360r-mini-bar-wrap {
	width: 80px;
	height: 5px;
	background: #e5e7eb;
	border-radius: 3px;
	overflow: hidden;
}

.gc360r-mini-bar {
	height: 100%;
	border-radius: 3px;
}

.gc360r-accordion-score {
	font-weight: 800;
	font-size: 0.9em;
	min-width: 36px;
	text-align: right;
}

.gc360r-accordion-level {
	font-size: 0.72em;
	color: #9ca3af;
	white-space: nowrap;
}

.gc360r-accordion-body {
	padding: 16px;
	background: #fff;
}

.gc360r-accordion-narrative {
	color: #374151 !important;
	font-size: 0.9em;
	margin-bottom: 14px !important;
}

.gc360r-accordion-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 14px;
}

@media (max-width: 480px) {
	.gc360r-accordion-columns { grid-template-columns: 1fr; }
}

.gc360r-col-label {
	font-size: 0.72em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 4px 0;
	margin-bottom: 6px;
	border-bottom: 2px solid;
}

.gc360r-col-strength { color: #059669; border-color: #10b981; }
.gc360r-col-opportunity { color: #2563eb; border-color: #3b82f6; }

.gc360r-detail-list {
	font-size: 0.85em;
	color: #374151 !important;
	padding-left: 16px;
	margin: 0;
}

.gc360r-detail-list li {
	color: #374151 !important;
	margin-bottom: 4px;
}

.gc360r-list-strength li::marker { color: #10b981; }
.gc360r-list-opportunity li::marker { color: #3b82f6; }

.gc360r-accordion-recommendation {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 10px 12px;
	background: #fafafa;
	border-radius: 6px;
	font-size: 0.88em;
	color: #374151;
	margin-bottom: 8px;
}

.gc360r-rec-icon { font-size: 1em; flex-shrink: 0; }

.gc360r-accordion-benefit {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 0.82em;
	color: #059669;
	padding: 6px 12px;
	background: #ecfdf5;
	border-radius: 6px;
}

.gc360r-benefit-icon { flex-shrink: 0; }

/* ============================================================
   QUICK WINS
   ============================================================ */

.gc360r-quick-wins {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.gc360r-wins-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 12px;
}

.gc360r-win-card {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 14px;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: 8px;
}

.gc360r-win-check {
	color: #059669;
	font-size: 1.1em;
	font-weight: 900;
	flex-shrink: 0;
	margin-top: 1px;
}

.gc360r-win-body { flex: 1; }

.gc360r-win-action {
	font-size: 0.88em;
	font-weight: 600;
	color: #1f2937;
	margin-bottom: 4px;
}

.gc360r-win-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 4px;
}

.gc360r-win-tag {
	font-size: 0.7em;
	font-weight: 700;
	background: #d1fae5;
	color: #065f46;
	padding: 1px 7px;
	border-radius: 10px;
}

.gc360r-win-owner {
	font-size: 0.72em;
	color: #6b7280;
}

.gc360r-win-impact {
	font-size: 0.78em;
	color: #065f46;
	font-style: italic;
}

/* ============================================================
   PRIORITY MATRIX
   ============================================================ */

.gc360r-priority-matrix {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.gc360r-matrix-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

@media (max-width: 600px) {
	.gc360r-matrix-grid { grid-template-columns: 1fr; }
}

.gc360r-matrix-col {
	padding: 14px;
	border-radius: 0 0 8px 8px;
	background: #f8fafc;
}

.gc360r-matrix-header {
	font-size: 0.78em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}

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

.gc360r-matrix-list li {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	font-size: 0.85em;
	color: #374151 !important;
	margin-bottom: 6px;
	padding: 4px 0;
	border-bottom: 1px solid #e5e7eb;
}

.gc360r-matrix-list li:last-child { border-bottom: none; }

.gc360r-matrix-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 6px;
}

/* ============================================================
   ROADMAP
   ============================================================ */

.gc360r-roadmap {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.gc360r-roadmap-track {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 16px;
}

.gc360r-roadmap-phase {
	background: #f8fafc;
	border-radius: 8px;
	overflow: hidden;
}

.gc360r-phase-header {
	padding: 12px 14px;
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff;
}

.gc360r-phase-icon { font-size: 1.2em; }

.gc360r-phase-label {
	font-size: 0.78em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.gc360r-phase-items {
	padding: 10px 14px;
	margin: 0;
	list-style: none;
}

.gc360r-phase-items li {
	font-size: 0.83em;
	color: #374151 !important;
	padding: 4px 0;
	border-bottom: 1px solid #e5e7eb;
	line-height: 1.4;
}

.gc360r-phase-items li:last-child { border-bottom: none; }
.gc360r-phase-items li::before { content: '• '; color: #9ca3af; }

/* ============================================================
   ACTION CARDS
   ============================================================ */

.gc360r-action-cards-section {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.gc360r-action-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 16px;
}

.gc360r-action-card {
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 16px;
}

.gc360r-action-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.gc360r-action-title {
	font-weight: 700;
	font-size: 0.9em;
	color: #1f2937;
}

.gc360r-action-badges {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
}

.gc360r-badge {
	font-size: 0.68em;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 10px;
	white-space: nowrap;
}

.gc360r-badge-neutral {
	background: #f3f4f6;
	color: #6b7280;
}

.gc360r-action-body {
	font-size: 0.85em;
	color: #374151 !important;
	margin: 0 0 10px !important;
	line-height: 1.6;
}

.gc360r-action-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 0.78em;
	color: #6b7280;
	padding-top: 8px;
	border-top: 1px solid #e5e7eb;
}

/* ============================================================
   BUSINESS IMPACT
   ============================================================ */

.gc360r-impact-section {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.gc360r-impact-bars { display: flex; flex-direction: column; gap: 10px; }

.gc360r-impact-row {
	display: grid;
	grid-template-columns: 130px 1fr 40px;
	gap: 10px;
	align-items: center;
}

.gc360r-impact-label {
	font-size: 0.85em;
	font-weight: 600;
	color: #374151;
	text-align: right;
}

.gc360r-impact-bar-wrap {
	height: 10px;
	background: #e5e7eb;
	border-radius: 5px;
	overflow: hidden;
}

.gc360r-impact-bar {
	height: 100%;
	border-radius: 5px;
}

.gc360r-impact-score {
	font-size: 0.78em;
	font-weight: 700;
	color: #6b7280;
	text-align: right;
}

/* ============================================================
   LOADING BLOCK
   ============================================================ */

.gc360r-loading-block {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 32px 24px;
	margin-bottom: 24px;
	text-align: center;
}

.gc360r-loading-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.gc360r-loading-spinner {
	width: 36px;
	height: 36px;
	border: 3px solid #dbeafe;
	border-top-color: #2563eb;
	border-radius: 50%;
	animation: gc360r-spin 0.8s linear infinite;
	flex-shrink: 0;
}

@keyframes gc360r-spin { to { transform: rotate(360deg); } }

.gc360r-loading-title {
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 4px;
}

.gc360r-loading-sub {
	font-size: 0.85em;
	color: #6b7280;
}

/* ============================================================
   CONCLUSION
   ============================================================ */

.gc360r-conclusion {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.gc360r-conclusion-premium {
	background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
}

.gc360r-conclusion h3 {
	margin: 0 0 8px;
	color: #1e3a8a;
	font-size: 1em;
}

.gc360r-conclusion-icon {
	font-size: 1.6em;
	flex-shrink: 0;
}

.gc360r-conclusion p {
	color: #1e3a8a !important;
	margin: 0;
}

/* ============================================================
   UPGRADE BANNER
   ============================================================ */

.gc360r-upgrade-banner {
	display: flex;
	gap: 24px;
	align-items: center;
	background: linear-gradient(135deg, #0f2454 0%, #1d4ed8 100%);
	border-radius: 12px;
	padding: 28px 32px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.gc360r-upgrade-left {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	flex: 1;
	min-width: 0;
}

.gc360r-upgrade-icon {
	font-size: 2em;
	flex-shrink: 0;
}

.gc360r-upgrade-title {
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 6px;
}

.gc360r-upgrade-desc {
	font-size: 0.85em;
	color: #bfdbfe;
	margin: 0;
}

.gc360r-upgrade-right { flex-shrink: 0; text-align: center; }

.gc360r-upgrade-btn {
	display: inline-block;
	background: #fff;
	color: #1d4ed8;
	font-weight: 800;
	padding: 14px 28px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	font-size: 0.95em;
	text-decoration: none;
	transition: transform 0.15s, box-shadow 0.15s;
	white-space: nowrap;
}

.gc360r-upgrade-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.gc360r-upgrade-note {
	font-size: 0.72em;
	color: #bfdbfe;
	margin-top: 8px;
}

/* ============================================================
   LEGACY ADVICE FALLBACK
   ============================================================ */

.gc360r-legacy-advice {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
}

.gc360r-legacy-content {
	color: #374151;
	font-size: 0.92em;
	line-height: 1.7;
}

.gc360r-legacy-content h3 {
	color: #0f2454;
	font-size: 1em;
	margin: 16px 0 6px;
	border-bottom: 1px solid #e5e7eb;
	padding-bottom: 4px;
}

.gc360r-legacy-content strong { color: #1e3a8a; }

/* ============================================================
   DISCLAIMER
   ============================================================ */

.gc360r-disclaimer {
	background: #f3f4f6;
	border-radius: 8px;
	padding: 14px 18px;
	margin-top: 12px;
}

.gc360r-disclaimer p {
	font-size: 0.75em;
	color: #9ca3af !important;
	margin: 0;
	line-height: 1.6;
}

/* ============================================================
   FREE REPORT SECTION
   ============================================================ */

.gc360r-free-report {
	/* Wrapper — children use standard card styles */
}

/* ============================================================
   PRINT / PDF
   ============================================================ */

@media print {
	.gc360r-upgrade-banner { display: none; }
	.gc360r-accordion { page-break-inside: avoid; }
	.gc360r-action-card { page-break-inside: avoid; }
	.gc360r-sec-card { page-break-inside: avoid; }
	.gc360r-win-card { page-break-inside: avoid; }
	.gc360r-roadmap-phase { page-break-inside: avoid; }
	.gc360r-dashboard { page-break-after: always; }
	.gc360r-accordion-body { display: block !important; }
	.gc360r-loading-block { display: none; }
}
