/* Pagini statice premium — aliniat cu pachete / header (teal, fundal soft) */

.cc-sp {
	--cc-sp-teal: #0e7f83;
	--cc-sp-teal-dark: #0a5c5f;
	--cc-sp-text: #1f2937;
	--cc-sp-muted: #5b6573;
	--cc-sp-border: #dce7f5;
	background: #f9fbff;
	padding-bottom: 4rem;
}

/* Sub header sticky Blocksy — evită titlul sub meniu (aliniat cu archive / single) */
body.cc-static-premium-page {
	--cc-sp-header-clear: 76px;
}

@media (max-width: 991.98px) {
	body.cc-static-premium-page {
		--cc-sp-header-clear: 88px;
	}
}

body.cc-static-premium-page #main-content {
	scroll-margin-top: calc(var(--cc-sp-header-clear, 80px) + 0.75rem);
}

body.cc-static-premium-page .cc-sp-hero {
	padding-top: calc(var(--cc-sp-header-clear, 80px) + clamp(1.35rem, 4vw, 2.75rem));
	padding-bottom: clamp(2rem, 5vw, 3.2rem);
	padding-left: 0;
	padding-right: 0;
}

body.cc-static-premium-page .cc-sp-hero--compact {
	padding-top: calc(var(--cc-sp-header-clear, 80px) + clamp(1rem, 3vw, 1.65rem));
	padding-bottom: clamp(1.6rem, 4vw, 2.4rem);
	padding-left: 0;
	padding-right: 0;
}

.cc-sp-hero {
	position: relative;
	margin-bottom: 2.5rem;
	padding: clamp(2rem, 5vw, 3.2rem) 0;
	background:
		radial-gradient(circle at 0% 0%, rgba(35, 211, 211, 0.18), transparent 52%),
		radial-gradient(circle at 100% 100%, rgba(14, 127, 131, 0.12), transparent 50%),
		linear-gradient(180deg, #f5fbff 0%, #eef6ff 100%);
	border-bottom: 1px solid var(--cc-sp-border);
}

.cc-sp-hero--compact {
	padding: clamp(1.6rem, 4vw, 2.4rem) 0;
	margin-bottom: 1.75rem;
}

.cc-sp-hero-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.cc-sp-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 0.78rem;
	font-weight: 700;
	color: #2e524f;
	margin: 0 0 0.75rem;
}

.cc-sp-title {
	font-size: clamp(2rem, 3.2vw, 2.65rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 0.85rem;
	color: #121826;
	letter-spacing: -0.02em;
}

.cc-sp-lead {
	font-size: clamp(1.05rem, 1.5vw, 1.2rem);
	line-height: 1.65;
	color: var(--cc-sp-muted);
	max-width: 40rem;
	margin: 0;
}

.cc-sp-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.cc-sp-grid2 {
	display: grid;
	gap: 1.25rem;
	margin-bottom: 2rem;
}

@media (min-width: 900px) {
	.cc-sp-grid2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

.cc-sp-card {
	background: #fff;
	border: 1px solid var(--cc-sp-border);
	border-radius: 18px;
	padding: clamp(1.25rem, 3vw, 1.75rem);
	box-shadow: 0 14px 40px rgba(15, 32, 67, 0.06);
}

.cc-sp-card--accent {
	background: linear-gradient(145deg, #f0fdfc 0%, #fff 55%);
	border-color: rgba(14, 127, 131, 0.22);
}

.cc-sp-h2 {
	font-size: 1.25rem;
	font-weight: 800;
	margin: 0 0 0.75rem;
	color: #121826;
}

.cc-sp-card p {
	margin: 0 0 0.65rem;
	line-height: 1.65;
	color: var(--cc-sp-text);
	font-size: 1.02rem;
}

.cc-sp-card p:last-child {
	margin-bottom: 0;
}

.cc-sp-muted {
	color: var(--cc-sp-muted);
	font-size: 0.95rem;
}

.cc-sp-band {
	background: #fff;
	border: 1px solid var(--cc-sp-border);
	border-radius: 20px;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	box-shadow: 0 18px 48px rgba(15, 32, 67, 0.07);
}

.cc-sp-checklist {
	margin: 1rem 0 1.5rem;
	padding-left: 1.2rem;
	color: var(--cc-sp-text);
	line-height: 1.7;
}

.cc-sp-checklist li + li {
	margin-top: 0.45rem;
}

.cc-sp-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.cc-sp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.35rem;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.cc-sp-btn--primary {
	background: var(--cc-sp-teal);
	color: #fff;
	box-shadow: 0 10px 26px rgba(14, 127, 131, 0.28);
}

.cc-sp-btn--primary:hover {
	background: var(--cc-sp-teal-dark);
	color: #fff;
}

.cc-sp-btn--ghost {
	background: rgba(14, 127, 131, 0.1);
	color: var(--cc-sp-teal-dark);
}

.cc-sp-btn--ghost:hover {
	background: rgba(14, 127, 131, 0.18);
}

.cc-sp-link {
	color: var(--cc-sp-teal);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.cc-sp-link:hover {
	color: var(--cc-sp-teal-dark);
}

.cc-sp-small {
	font-size: 0.9rem;
	color: var(--cc-sp-muted);
}

/* Legal prose */
.cc-sp--legal .cc-sp-prose {
	max-width: 48rem;
}

.cc-sp-prose h2 {
	font-size: 1.15rem;
	font-weight: 800;
	margin: 2rem 0 0.65rem;
	color: #121826;
}

.cc-sp-prose h2:first-of-type {
	margin-top: 0;
}

.cc-sp-prose p {
	line-height: 1.72;
	color: var(--cc-sp-text);
	margin: 0 0 0.85rem;
	font-size: 1.02rem;
}

.cc-sp-prose h3 {
	font-size: 1.05rem;
	font-weight: 800;
	margin: 1.35rem 0 0.5rem;
	color: #1e3a4c;
}

.cc-sp-prose ul,
.cc-sp-prose ol {
	margin: 0.5rem 0 1rem;
	padding-left: 1.35rem;
	line-height: 1.65;
}

.cc-sp-prose li + li {
	margin-top: 0.35rem;
}

.cc-sp-prose strong {
	font-weight: 800;
	color: #121826;
}

.cc-sp-legal-note {
	font-size: 0.9rem;
	color: #4b5563;
	padding: 0.85rem 1.1rem;
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
	border: 1px solid var(--cc-sp-border);
	border-left: 4px solid var(--cc-sp-teal);
	border-radius: 12px;
	margin-bottom: 1.75rem;
	line-height: 1.55;
}

/* FAQ */
.cc-sp-faq {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.cc-sp-faq-item {
	background: #fff;
	border: 1px solid var(--cc-sp-border);
	border-radius: 14px;
	padding: 0.25rem 1rem;
	box-shadow: 0 8px 24px rgba(15, 32, 67, 0.05);
}

.cc-sp-faq-item summary {
	cursor: pointer;
	font-weight: 800;
	padding: 0.85rem 0;
	list-style: none;
	color: #121826;
}

.cc-sp-faq-item summary::-webkit-details-marker {
	display: none;
}

.cc-sp-faq-item summary::after {
	content: "+";
	float: right;
	font-weight: 800;
	color: var(--cc-sp-teal);
}

.cc-sp-faq-item[open] summary::after {
	content: "–";
}

.cc-sp-faq-item p {
	margin: 0 0 1rem;
	padding-top: 0.25rem;
	color: var(--cc-sp-text);
	line-height: 1.65;
}

/* FAQ — layout premium pe secțiuni */
.cc-sp-hero--faq {
	background:
		radial-gradient(ellipse 120% 80% at 50% -20%, rgba(35, 211, 211, 0.22), transparent 55%),
		radial-gradient(circle at 0% 0%, rgba(35, 211, 211, 0.16), transparent 50%),
		radial-gradient(circle at 100% 100%, rgba(14, 127, 131, 0.12), transparent 50%),
		linear-gradient(180deg, #f0fbff 0%, #eef6ff 100%);
}

.cc-sp-inner--faq {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	padding-bottom: 1rem;
}

.cc-sp-faq-section {
	position: relative;
	background: linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
	border: 1px solid var(--cc-sp-border);
	border-radius: 22px;
	padding: clamp(1.35rem, 3vw, 1.85rem);
	box-shadow:
		0 4px 6px rgba(15, 32, 67, 0.03),
		0 22px 50px rgba(14, 127, 131, 0.07);
}

.cc-sp-faq-section::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 3px;
	border-radius: 22px 22px 0 0;
	background: linear-gradient(90deg, var(--cc-sp-teal), rgba(35, 211, 211, 0.85), var(--cc-sp-teal-dark));
	opacity: 0.85;
	pointer-events: none;
}

.cc-sp-faq-section__head {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.25rem;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid rgba(220, 231, 245, 0.95);
}

.cc-sp-faq-section__badge {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.65rem;
	height: 2.65rem;
	border-radius: 14px;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: var(--cc-sp-teal-dark);
	background: linear-gradient(145deg, rgba(35, 211, 211, 0.28), rgba(14, 127, 131, 0.12));
	border: 1px solid rgba(14, 127, 131, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.cc-sp-faq-section__title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.15rem, 2.2vw, 1.35rem);
	font-weight: 800;
	color: #121826;
	letter-spacing: -0.02em;
}

.cc-sp-faq-section__desc {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--cc-sp-muted);
	max-width: 40rem;
}

.cc-sp-faq-section .cc-sp-faq {
	gap: 0.5rem;
}

.cc-sp-faq-section .cc-sp-faq-item {
	border-radius: 16px;
	padding: 0.15rem 1.05rem;
	box-shadow: 0 6px 20px rgba(15, 32, 67, 0.045);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cc-sp-faq-section .cc-sp-faq-item:hover {
	border-color: rgba(14, 127, 131, 0.28);
}

.cc-sp-faq-section .cc-sp-faq-item[open] {
	box-shadow: 0 10px 28px rgba(14, 127, 131, 0.1);
	border-color: rgba(14, 127, 131, 0.22);
}

.cc-sp-faq-footnote {
	margin: 0;
	padding: 1rem 1.15rem;
	border-radius: 14px;
	background: rgba(14, 127, 131, 0.06);
	border: 1px solid rgba(14, 127, 131, 0.12);
}

.cc-sp-faq-footnote p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--cc-sp-text);
}

/* ----- Echipa (Despre noi) — conținut din site-ul vechi / Elementor homepage ----- */
.cc-sp-team {
	padding: clamp(1.75rem, 4vw, 2.75rem) clamp(0.5rem, 2vw, 1.25rem) clamp(0.25rem, 1vw, 0.5rem);
	background: linear-gradient(180deg, #eef2f7 0%, #f4f7fb 45%, transparent 100%);
	border-radius: 20px;
}

.cc-sp-team__heading {
	text-align: center;
	font-size: clamp(1.45rem, 2.8vw, 1.85rem);
	font-weight: 800;
	margin: 0 0 clamp(1.35rem, 3vw, 2rem);
	color: #121826;
	letter-spacing: -0.02em;
}

.cc-sp-team__grid {
	display: grid;
	gap: 1.25rem;
	max-width: 920px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.cc-sp-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

.cc-sp-team__card {
	display: flex;
	gap: 1.1rem;
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--cc-sp-border);
	border-radius: 18px;
	padding: clamp(1.15rem, 2.5vw, 1.5rem);
	box-shadow: 0 14px 40px rgba(15, 32, 67, 0.06);
}

.cc-sp-team__photo {
	flex-shrink: 0;
	width: clamp(4.5rem, 12vw, 5.75rem);
	height: clamp(4.5rem, 12vw, 5.75rem);
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid rgba(35, 211, 211, 0.35);
	box-shadow: 0 4px 14px rgba(14, 127, 131, 0.12);
}

.cc-sp-team__body {
	position: relative;
	flex: 1;
	min-width: 0;
	padding-top: 0.15rem;
}

.cc-sp-team__quote {
	position: absolute;
	top: -0.2rem;
	right: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.35rem;
	line-height: 1;
	color: rgba(35, 211, 211, 0.55);
	font-weight: 700;
	pointer-events: none;
}

.cc-sp-team__text {
	margin: 0 1.75rem 0.85rem 0;
	font-size: 1.02rem;
	line-height: 1.62;
	color: var(--cc-sp-text);
}

.cc-sp-team__meta {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.6rem;
}

.cc-sp-team__name {
	font-size: 1.05rem;
	font-weight: 800;
	color: #121826;
}

.cc-sp-team__role {
	font-size: 0.92rem;
	color: var(--cc-sp-muted);
}
