/*
 * CCDSS 3,5% — stylesheet curățat.
 * Compatibil cu template-ul render-ccdss-35-page.php și script-ccdss-35.js.
 */

.ccdss35-page {
    --blue: #07106f;
    --blue-2: #1027c7;
    --purple: #4f37f3;
    --yellow: #ffcf00;
    --white: #ffffff;
    --ink: #101322;
    --muted: #4f5367;
    --line: #dfe3f3;
    --soft: #f6f7ff;
    --soft-blue: #edf2ff;
    --radius: 18px;
    --radius-lg: 28px;
    --shadow: 0 16px 42px rgba(8, 16, 70, 0.08);
    --shadow-strong: 0 24px 70px rgba(8, 16, 70, 0.16);

    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    overflow-x: hidden;
    color: var(--ink);
    background: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

body:has(.ccdss35-page) .entry-content,
body:has(.ccdss35-page) .wp-site-blocks > main,
body:has(.ccdss35-page) main.wp-block-group,
body:has(.ccdss35-page) .is-layout-constrained,
body:has(.ccdss35-page) .alignfull,
.wp-site-blocks .ccdss35-page,
.entry-content .ccdss35-page,
.is-layout-constrained > .ccdss35-page {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ccdss35-page * {
    box-sizing: border-box;
}

.ccdss35-page a {
    color: var(--blue-2);
    text-decoration: none;
    font-weight: 800;
}

.ccdss35-page a:hover,
.ccdss35-page a:focus-visible {
    text-decoration: underline;
}

.ccdss35-container {
    width: min(1480px, calc(100vw - 44px));
    max-width: none;
    margin: 0 auto;
}

.ccdss35-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, var(--yellow), var(--purple));
    pointer-events: none;
}

.ccdss35-btn,
.ccdss35-floating-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 11px 18px;
    border-radius: 999px;
    font-size: 0.92rem;
    line-height: 1;
    font-weight: 950;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.ccdss35-btn:hover,
.ccdss35-btn:focus-visible,
.ccdss35-floating-cta:hover,
.ccdss35-floating-cta:focus-visible {
    transform: translateY(-1px);
    text-decoration: none !important;
}

.ccdss35-btn-primary {
    color: #111111 !important;
    background: var(--yellow);
    box-shadow: 0 16px 34px rgba(255, 207, 0, 0.36), 0 0 0 6px rgba(255, 207, 0, 0.13);
}

.ccdss35-btn-primary:hover,
.ccdss35-btn-primary:focus-visible {
    box-shadow: 0 20px 44px rgba(255, 207, 0, 0.46), 0 0 0 8px rgba(255, 207, 0, 0.16);
}

.ccdss35-btn-secondary,
.ccdss35-btn-soft {
    color: var(--blue) !important;
    background: #eef2ff;
    border: 1px solid #d9ddff;
    box-shadow: none;
}

.ccdss35-floating-cta {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 90;
    color: #111111 !important;
    background: var(--yellow);
    box-shadow: 0 18px 42px rgba(8, 16, 70, 0.22);
    transform: translateY(110px);
    opacity: 0;
}

.ccdss35-floating-cta.is-visible {
    transform: translateY(0);
    opacity: 1;
}

/* Hero */
.ccdss35-hero {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--white);
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 207, 0, 0.15), transparent 20%),
        radial-gradient(circle at 82% 16%, rgba(109, 85, 255, 0.42), transparent 30%),
        linear-gradient(135deg, #050758 0%, #0a148e 52%, #3827dd 100%);
}

.ccdss35-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 38px 38px;
    opacity: 0.16;
    pointer-events: none;
}

.ccdss35-hero-compact {
    min-height: min(560px, calc(100svh - 104px));
    padding: clamp(24px, 3.4vw, 44px) 0 clamp(22px, 3vw, 36px);
}

.ccdss35-hero-compact-inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(12px, 1.6vw, 18px);
    justify-items: center;
    align-items: center;
}

.ccdss35-hero-compact-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(16px, 2.1vw, 24px);
    justify-items: center;
    width: min(1240px, 100%);
    margin: 0 auto;
    padding: clamp(15px, 3.6vw, 42px) clamp(10px, 4vw, 56px);
    border-radius: clamp(26px, 3vw, 40px);
    text-align: center;
}

.ccdss35-hero-compact-copy {
    width: 100%;
    text-align: center;
}

.ccdss35-hero-kicker {
    display: inline-flex;
    width: fit-content;
    margin: 0 auto 12px;
    padding: 7px 13px;
    border-radius: 999px;
    color: #111111;
    background: var(--yellow);
    font-size: clamp(0.66rem, 0.78vw, 0.76rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    box-shadow: 0 10px 26px rgba(255, 207, 0, 0.25);
}

.ccdss35-hero h1,
.ccdss35-hero-compact h1 {
    max-width: 1000px;
    margin: 0 auto;
    color: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: clamp(1.85rem, 3.1vw, 3.05rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 950;
}

.ccdss35-hero-db-text {
    max-width: 1000px;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.92rem, 1.08vw, 1.03rem);
    line-height: 1.46;
}

.ccdss35-hero-db-text p {
    margin: 0 0 0.65em;
}

.ccdss35-hero-db-text p:last-child {
    margin-bottom: 0;
}

.ccdss35-hero-action-panel {
    display: grid;
    justify-items: stretch;
    gap: 11px;
    width: min(680px, 100%);
    margin: 0 auto;
    padding: clamp(16px, 2.1vw, 24px);
    border: 1px solid rgba(255, 207, 0, 0.60);
    border-radius: 26px;
    color: var(--ink);
    text-align: center;
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(248,249,255,0.98));
    }

.ccdss35-action-label {
    max-width: 560px;
    margin: 0 auto 2px;
    color: var(--blue);
    font-size: clamp(0.96rem, 1.08vw, 1.08rem);
    line-height: 1.28;
    font-weight: 900;
}

.ccdss35-hero-compact .ccdss35-btn-main {
    width: min(420px, 100%);
    min-height: 62px;
    margin: 0 auto;
    padding: 18px 28px;
    color: #111111 !important;
    font-size: clamp(1.08rem, 1.34vw, 1.25rem);
    letter-spacing: -0.015em;
}

.ccdss35-hero-compact .ccdss35-btn-soft {
    width: min(420px, 100%);
    margin: 0 auto;
    min-height: 43px;
    font-size: 0.86rem;
}

.ccdss35-action-note {
    max-width: 520px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.43;
}

.ccdss35-hero-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: min(1040px, 100%);
    margin: 0 auto;
}

.ccdss35-hero-proof-strip article {
    min-height: 70px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.105);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.10);
    backdrop-filter: blur(14px);
}

.ccdss35-hero-proof-strip strong {
    display: block;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 0.92rem;
    line-height: 1.2;
}

.ccdss35-hero-proof-strip span {
    display: block;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.78rem;
    line-height: 1.32;
}

/* Navigare rapidă */
.ccdss35-anchor-spacer {
    display: block;
    height: 0;
    width: 100%;
    pointer-events: none;
}

.ccdss35-anchor-bar {
    position: sticky;
    top: var(--wp-admin--admin-bar--height, 0px);
    z-index: 120;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(223, 227, 243, 0.75);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 30px rgba(8, 16, 70, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.ccdss35-anchor-bar.is-fixed {
    position: fixed;
    top: var(--ccdss35-admin-bar, 0px);
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    z-index: 999;
    border-top: 0;
    box-shadow: 0 14px 36px rgba(8, 16, 70, 0.13);
}

.ccdss35-anchor-bar .ccdss35-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow-x: visible;
    padding: 10px 0;
}

.ccdss35-anchor-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    color: var(--muted);
    background: transparent;
    font-size: 0.84rem;
    line-height: 1;
    font-weight: 950;
    white-space: nowrap;
    transition: color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.ccdss35-anchor-bar a:hover,
.ccdss35-anchor-bar a:focus-visible {
    color: var(--blue);
    background: var(--soft-blue);
    text-decoration: none;
    transform: translateY(-1px);
}

.ccdss35-page section,
.ccdss35-anchor-target {
    scroll-margin-top: calc(var(--wp-admin--admin-bar--height, 0px) + 74px);
}

.ccdss35-anchor-target {
    height: 0;
    pointer-events: none;
}

/* Secțiuni comune */
.ccdss35-section {
    padding: 56px 0;
}

.ccdss35-soft {
    background: linear-gradient(180deg, var(--soft), #ffffff);
}

.ccdss35-two-col {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
    gap: 32px;
    align-items: start;
}

.ccdss35-section-head {
    max-width: 800px;
    margin-bottom: 22px;
}

.ccdss35-section-head.ccdss35-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ccdss35-section-head.ccdss35-center > span {
    margin-left: auto;
    margin-right: auto;
}

.ccdss35-section-head > span,
.ccdss35-final-card span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 999px;
    color: var(--purple);
    background: transparent;
    font-size: 0.72rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ccdss35-section-head h2,
.ccdss35-final-card h2 {
    margin: 0;
    color: var(--blue);
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.ccdss35-section-head p,
.ccdss35-prose,
.ccdss35-final-text {
    color: var(--muted);
    font-size: 0.98rem;
}

.ccdss35-section-head p {
    margin: 10px 0 0;
}

.ccdss35-prose p,
.ccdss35-final-text p {
    margin: 0 0 0.85em;
}

.ccdss35-prose p:last-child,
.ccdss35-final-text p:last-child {
    margin-bottom: 0;
}

.ccdss35-section-copy {
    max-width: 980px;
    margin: -8px auto 26px;
    text-align: center;
}

.ccdss35-two-col .ccdss35-section-copy {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

/* Secțiunea De ce */
.ccdss35-why-section {
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 3.5vw, 46px) 0;
    background:
        radial-gradient(circle at 12% 10%, rgba(79, 55, 243, 0.08), transparent 24%),
        radial-gradient(circle at 88% 8%, rgba(255, 207, 0, 0.16), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%);
}

.ccdss35-why-hero-v2 {
    display: block;
    margin-bottom: 16px;
}

.ccdss35-why-cta-card,
.ccdss35-why-quote-actions {
    display: none;
}

.ccdss35-why-heading {
    max-width: 100%;
    padding: clamp(22px, 2.6vw, 32px);
    border: 1px solid rgba(223, 227, 243, 0.9);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(245,247,255,0.94));
    box-shadow: 0 14px 36px rgba(8, 16, 70, 0.07);
}

.ccdss35-why-heading > span,
.ccdss35-why-quote-copy > span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--purple);
    background: var(--soft-blue);
    font-size: 0.72rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ccdss35-why-heading h2 {
    max-width: 820px;
    margin: 0;
    color: var(--blue);
    font-size: clamp(1.6rem, 2.5vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.ccdss35-why-heading p {
    max-width: 860px;
    margin: 12px 0 0;
    color: var(--muted);
    font-size: clamp(0.95rem, 1vw, 1.03rem);
    line-height: 1.55;
}

.ccdss35-why-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.ccdss35-why-highlight {
    position: relative;
    overflow: hidden;
    padding: 15px 16px;
    border: 1px solid rgba(16, 39, 199, 0.10);
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #f2f5ff 100%);
    box-shadow: 0 10px 26px rgba(8, 16, 70, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ccdss35-why-highlight::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--yellow), rgba(79, 55, 243, 0.65));
}

.ccdss35-why-highlight:hover,
.ccdss35-why-card-v2:hover {
    transform: translateY(-2px);
    border-color: rgba(79, 55, 243, 0.22);
    box-shadow: 0 16px 34px rgba(8, 16, 70, 0.09);
}

.ccdss35-why-highlight strong {
    display: block;
    margin-bottom: 4px;
    color: var(--blue);
    font-size: 0.96rem;
    line-height: 1.25;
}

.ccdss35-why-highlight span {
    display: block;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.42;
}

.ccdss35-why-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ccdss35-why-card-v2 {
    display: block;
    padding: clamp(18px, 2vw, 22px);
    border: 1px solid rgba(223, 227, 243, 0.9);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255,255,255,0.98), rgba(247,249,255,0.92));
    box-shadow: 0 14px 36px rgba(8, 16, 70, 0.07);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ccdss35-why-number {
    display: none;
}

.ccdss35-why-card-head {
    display: block;
}

.ccdss35-why-card-head h3 {
    margin: 0;
    color: var(--blue);
    font-size: clamp(1.08rem, 1.45vw, 1.28rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.ccdss35-why-lead {
    margin: 10px 0 0;
    color: var(--ink);
    font-size: 0.95rem;
    line-height: 1.45;
    font-weight: 800;
}

.ccdss35-why-details {
    margin-top: 10px;
}

.ccdss35-why-details summary {
    width: fit-content;
    cursor: pointer;
    color: var(--purple);
    font-size: 0.84rem;
    font-weight: 900;
    list-style: none;
}

.ccdss35-why-details summary::-webkit-details-marker {
    display: none;
}

.ccdss35-why-details summary::after {
    content: " +";
}

.ccdss35-why-details[open] summary::after {
    content: " –";
}

.ccdss35-why-details .ccdss35-prose {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--line);
    font-size: 0.9rem;
    line-height: 1.55;
}

.ccdss35-why-quote-banner {
    display: block;
    margin-top: 14px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 207, 0, 0.36);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 249, 224, 0.96), rgba(255, 255, 255, 0.98) 52%, rgba(237, 242, 255, 0.92));
    box-shadow: 0 14px 36px rgba(8, 16, 70, 0.07);
}

.ccdss35-why-quote-copy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.ccdss35-why-quote-copy > span {
    margin: 2px 0 0;
    white-space: nowrap;
}

.ccdss35-why-quote-banner blockquote {
    margin: 0;
    color: var(--blue);
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
    line-height: 1.45;
    font-weight: 800;
}

.ccdss35-why-quote-banner blockquote p {
    margin: 0;
}

/* Carduri și conținut */
.ccdss35-card-grid {
    display: grid;
    gap: 16px;
}

.ccdss35-card-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ccdss35-card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ccdss35-note-card,
.ccdss35-small-card,
.ccdss35-stat-card,
.ccdss35-info-card,
.ccdss35-link-card,
.ccdss35-message-card,
.ccdss35-final-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
}

.ccdss35-note-card {
    padding: 22px;
    border-left: 5px solid var(--yellow);
    background: var(--soft-blue);
}

.ccdss35-note-card strong {
    color: var(--blue);
    font-size: 1.02rem;
    line-height: 1.45;
}

.ccdss35-small-card,
.ccdss35-stat-card,
.ccdss35-info-card,
.ccdss35-link-card,
.ccdss35-message-card {
    padding: 18px;
}

.ccdss35-small-card b {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    border-radius: 12px;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue-2), var(--purple));
}

.ccdss35-small-card h3,
.ccdss35-stat-card h3,
.ccdss35-info-card h3,
.ccdss35-link-card h3,
.ccdss35-message-card h3 {
    margin: 0 0 8px;
    color: var(--blue);
    font-size: 1.02rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.ccdss35-small-card p,
.ccdss35-stat-card p,
.ccdss35-info-card p,
.ccdss35-link-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.ccdss35-stat-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--purple);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    letter-spacing: -0.06em;
}

.ccdss35-stats,
.ccdss35-results {
    margin-top: 18px;
}

.ccdss35-info-card span,
.ccdss35-message-card > span,
.ccdss35-link-card > span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 5px 8px;
    border-radius: 999px;
    color: #111111;
    background: var(--yellow);
    font-size: 0.72rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ccdss35-message-card > span,
.ccdss35-link-card > span {
    color: var(--purple);
    background: var(--soft-blue);
}

.ccdss35-card-lead {
    margin: 0 0 12px;
    color: var(--muted);
    font-weight: 700;
}

.ccdss35-card-actions {
    margin-top: 16px;
}

.ccdss35-info-card a,
.ccdss35-link-card a {
    display: inline-flex;
    margin-top: 12px;
    font-size: 0.82rem;
}

.ccdss35-message-stack,
.ccdss35-check-list {
    display: grid;
    gap: 10px;
}

.ccdss35-direction-grid {
    margin-top: 26px;
}

.ccdss35-direction-card .ccdss35-prose {
    margin-bottom: 12px;
}

.ccdss35-check-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.ccdss35-check-list li {
    position: relative;
    padding-left: 22px;
    color: var(--muted);
    font-size: 0.92rem;
}

.ccdss35-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--yellow);
    box-shadow: 0 0 0 4px rgba(255, 207, 0, 0.16);
}

.ccdss35-info-card .ccdss35-prose,
.ccdss35-link-card .ccdss35-prose,
.ccdss35-small-card .ccdss35-prose,
.ccdss35-message-card .ccdss35-prose {
    color: var(--muted);
    font-size: 0.92rem;
}

.ccdss35-info-card .ccdss35-prose p,
.ccdss35-link-card .ccdss35-prose p,
.ccdss35-small-card .ccdss35-prose p,
.ccdss35-message-card .ccdss35-prose p {
    margin: 0 0 0.8em;
}

.ccdss35-info-card .ccdss35-prose p:last-child,
.ccdss35-link-card .ccdss35-prose p:last-child,
.ccdss35-small-card .ccdss35-prose p:last-child,
.ccdss35-message-card .ccdss35-prose p:last-child {
    margin-bottom: 0;
}

.ccdss35-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}

.ccdss35-meta-row small,
.ccdss35-stat-card small,
.ccdss35-final-actions small {
    display: inline-flex;
    width: fit-content;
    padding: 5px 8px;
    border-radius: 999px;
    color: var(--muted);
    background: var(--soft);
    font-size: 0.74rem;
    font-weight: 800;
}



/* Resurse: Platforme / Studii / Evenimente într-o singură secțiune */
.ccdss35-resource-tabs {
    margin-top: 26px;
}

.ccdss35-resource-tab-buttons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 760px;
    margin: 0 auto 24px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.ccdss35-resource-tab-buttons button {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    color: var(--muted);
    background: transparent;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 950;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.ccdss35-resource-tab-buttons button:hover,
.ccdss35-resource-tab-buttons button:focus-visible {
    color: var(--blue);
    background: var(--soft);
}

.ccdss35-resource-tab-buttons button.is-active {
    color: #111111;
    background: var(--yellow);
    box-shadow: 0 10px 24px rgba(255, 207, 0, 0.24);
}

.ccdss35-resource-tab-buttons small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    color: inherit;
    background: rgba(255, 255, 255, 0.52);
    font-size: 0.75rem;
    font-weight: 950;
}

.ccdss35-resource-panel {
    display: none;
}

.ccdss35-resource-panel.is-active {
    display: block;
}

.ccdss35-resource-panel-head {
    max-width: 820px;
    margin: 0 auto 22px;
    text-align: center;
}

.ccdss35-resource-panel-head span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 8px;
    color: var(--purple);
    font-size: 0.75rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ccdss35-resource-panel-head h3 {
    margin: 0;
    color: var(--blue);
    font-size: clamp(1.55rem, 2.4vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.ccdss35-resource-panel-head p {
    max-width: 720px;
    margin: 10px auto 0;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.55;
}

@media (max-width: 720px) {
    .ccdss35-resource-tab-buttons {
        grid-template-columns: 1fr;
        max-width: 100%;
        border-radius: 22px;
        padding: 8px;
    }

    .ccdss35-resource-tab-buttons button {
        width: 100%;
    }

    .ccdss35-resource-panel-head {
        text-align: left;
    }
}

/* Final */
.ccdss35-final {
    padding: 58px 0 72px;
    background: var(--blue);
}

.ccdss35-final-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: 28px;
    border: 0;
    color: var(--white);
    background: radial-gradient(circle at 88% 18%, rgba(79, 55, 243, 0.46), transparent 28%), linear-gradient(135deg, #080b62, #1125b0 62%, #4935e6);
}

.ccdss35-final-card span,
.ccdss35-final-card h2 {
    color: var(--white);
}

.ccdss35-final-text {
    max-width: 760px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.84);
}

.ccdss35-final-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.ccdss35-final-actions .ccdss35-btn {
    white-space: nowrap;
}

.ccdss35-final-actions .ccdss35-btn-secondary {
    color: rgba(255, 255, 255, 0.92) !important;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.ccdss35-final-actions small {
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    line-height: 1.35;
}

/* Animații */
.ccdss35-why-heading,
.ccdss35-why-highlight,
.ccdss35-why-card-v2,
.ccdss35-why-quote-banner {
    animation: ccdss35FadeUp 0.45s ease both;
}

@keyframes ccdss35FadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ccdss35-page *,
    .ccdss35-page *::before,
    .ccdss35-page *::after {
        animation: none !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

/* Responsive */
@media (min-width: 1200px) and (max-height: 760px) {
    .ccdss35-hero-compact {
        min-height: auto;
        padding: 22px 0 20px;
    }

    .ccdss35-hero-compact-card {
        padding: 14px 22px;
        gap: 14px;
    }

    .ccdss35-hero-compact h1 {
        font-size: clamp(1.75rem, 2.6vw, 2.55rem);
    }

    .ccdss35-hero-db-text {
        margin-top: 10px;
        font-size: 0.91rem;
        line-height: 1.38;
    }

    .ccdss35-hero-action-panel {
        padding: 15px 20px;
        gap: 9px;
    }

    .ccdss35-hero-compact .ccdss35-btn-main {
        min-height: 54px;
        padding: 15px 24px;
    }

    .ccdss35-action-note {
        font-size: 0.78rem;
    }

    .ccdss35-hero-proof-strip article {
        min-height: 58px;
        padding: 10px 12px;
    }
}

@media (max-width: 1100px) {
    .ccdss35-two-col,
    .ccdss35-final-card {
        grid-template-columns: 1fr;
    }

    .ccdss35-card-grid-4,
    .ccdss35-card-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .ccdss35-why-highlights,
    .ccdss35-why-cards-grid,
    .ccdss35-why-quote-copy {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .ccdss35-hero-compact {
        min-height: auto;
        padding: 24px 0 26px;
    }

    .ccdss35-hero-compact-card {
        padding: 18px 14px;
        gap: 15px;
    }

    .ccdss35-hero h1,
    .ccdss35-hero-compact h1 {
        font-size: clamp(1.65rem, 6vw, 2.45rem);
        line-height: 1.02;
    }

    .ccdss35-hero-db-text {
        font-size: 0.92rem;
    }

    .ccdss35-hero-proof-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .ccdss35-container {
        width: min(100vw - 22px, 1280px);
    }

    .ccdss35-anchor-bar .ccdss35-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 5px;
        padding: 7px 8px;
    }

    .ccdss35-anchor-bar a {
        width: 100%;
        min-height: 34px;
        padding: 8px 4px;
        font-size: clamp(0.66rem, 2.7vw, 0.76rem);
        letter-spacing: -0.01em;
    }

    .ccdss35-anchor-bar .ccdss35-nav-optional {
        display: none;
    }

    .ccdss35-page section,
    .ccdss35-anchor-target {
        scroll-margin-top: calc(var(--wp-admin--admin-bar--height, 0px) + 58px);
    }

    .ccdss35-section,
    .ccdss35-final {
        padding: 42px 0 56px;
    }

    .ccdss35-section-copy {
        text-align: left;
    }

    .ccdss35-card-grid-4,
    .ccdss35-card-grid-3 {
        grid-template-columns: 1fr;
    }

    .ccdss35-message-card,
    .ccdss35-small-card,
    .ccdss35-stat-card,
    .ccdss35-info-card,
    .ccdss35-link-card {
        padding: 16px;
    }

    .ccdss35-final-actions,
    .ccdss35-final-actions .ccdss35-btn {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .ccdss35-hero-compact {
        padding: 18px 0 20px;
    }

    .ccdss35-hero-compact-inner {
        width: min(100% - 22px, 1280px);
    }

    .ccdss35-hero-compact-card {
        padding: 18px 14px;
        border-radius: 24px;
    }

    .ccdss35-hero-kicker {
        white-space: normal;
        justify-content: center;
        max-width: 100%;
        font-size: 0.6rem;
        line-height: 1.15;
    }

    .ccdss35-hero-compact h1 {
        font-size: clamp(1.55rem, 8vw, 2.05rem);
        line-height: 1.03;
    }

    .ccdss35-hero-db-text {
        margin-top: 10px;
        font-size: 0.84rem;
        line-height: 1.38;
    }

    .ccdss35-hero-action-panel {
        padding: 14px;
        border-radius: 22px;
    }

    .ccdss35-action-label {
        font-size: 0.86rem;
    }

    .ccdss35-hero-compact .ccdss35-btn-main {
        min-height: 52px;
        padding: 15px 18px;
        font-size: 1rem;
    }

    .ccdss35-hero-compact .ccdss35-btn-soft {
        min-height: 39px;
        font-size: 0.8rem;
    }

    .ccdss35-action-note {
        font-size: 0.74rem;
    }

    .ccdss35-hero-proof-strip article {
        min-height: auto;
        padding: 10px 12px;
    }

    .ccdss35-why-section {
        padding: 26px 0;
    }

    .ccdss35-why-heading,
    .ccdss35-why-card-v2,
    .ccdss35-why-quote-banner {
        border-radius: 18px;
    }

    .ccdss35-why-heading {
        padding: 18px;
    }

    .ccdss35-why-heading h2 {
        font-size: clamp(1.42rem, 7vw, 1.9rem);
    }

    .ccdss35-why-quote-copy > span {
        white-space: normal;
    }

    .ccdss35-floating-cta {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
    }

    .ccdss35-btn {
        width: 100%;
    }
}


/* Date recente — variantă compactă și colorată */
.ccdss35-stats-section {
    background:
        radial-gradient(circle at 14% 18%, rgba(79, 55, 243, 0.06), transparent 22%),
        radial-gradient(circle at 88% 6%, rgba(255, 207, 0, 0.12), transparent 20%),
        linear-gradient(180deg, #f9faff 0%, #f5f7ff 100%);
}

.ccdss35-stats-shell {
    display: grid;
    gap: 18px;
}

.ccdss35-stats-band {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 16px 22px;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #0b3982 0%, #1757a5 100%);
    box-shadow: 0 16px 38px rgba(11, 57, 130, 0.18);
}

.ccdss35-stats-band span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.72rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ccdss35-stats-band strong {
    font-size: clamp(1.02rem, 1.25vw, 1.26rem);
    line-height: 1.3;
    font-weight: 850;
}

.ccdss35-stats-intro-card {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 16px;
    padding: 22px 24px;
    border: 1px solid rgba(16, 39, 199, 0.08);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(244,247,255,0.95));
    box-shadow: var(--shadow);
}

.ccdss35-stats-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--purple);
    background: var(--soft-blue);
    font-size: 0.74rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ccdss35-stats-intro-copy h2 {
    margin: 0;
    color: var(--blue);
    font-size: clamp(1.6rem, 2.6vw, 2.45rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.ccdss35-stats-lead {
    margin: 12px 0 0;
    color: #233266;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
}

.ccdss35-stats-copy {
    align-self: center;
    margin: 0;
    color: var(--muted);
    font-size: 0.97rem;
}

.ccdss35-stats-copy p:last-child {
    margin-bottom: 0;
}

.ccdss35-stats-grid {
    gap: 14px;
}

.ccdss35-stat-card-compact {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-height: 0;
    padding: 20px 22px 18px;
    border: 1px solid rgba(16, 39, 199, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(8, 16, 70, 0.07);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ccdss35-stat-card-compact:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(8, 16, 70, 0.10);
}

.ccdss35-stat-topline {
    width: 64px;
    height: 6px;
    border-radius: 999px;
    background: var(--blue-2);
}

.ccdss35-stat-card-compact strong {
    margin: 0;
    color: var(--blue-2);
    font-size: clamp(2.15rem, 3.3vw, 3.35rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
    font-weight: 950;
}

.ccdss35-stat-card-compact h3 {
    margin: 0;
    color: var(--blue);
    font-size: 1.16rem;
    line-height: 1.2;
}

.ccdss35-stat-card-compact p {
    margin: 0;
    color: var(--muted);
    font-size: 0.97rem;
    line-height: 1.48;
}

.ccdss35-stat-card-compact small {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 850;
}

.ccdss35-stats-grid .ccdss35-stat-card-compact:nth-child(1) {
    background: linear-gradient(145deg, #eef3ff 0%, #ffffff 100%);
}

.ccdss35-stats-grid .ccdss35-stat-card-compact:nth-child(1) .ccdss35-stat-topline,
.ccdss35-stats-grid .ccdss35-stat-card-compact:nth-child(1) strong {
    color: #ffffff;
    background: #3552ff;
    padding: 3px;
}

.ccdss35-stats-grid .ccdss35-stat-card-compact:nth-child(1) small {
    color: #2440cc;
    background: rgba(53, 82, 255, 0.10);
}

.ccdss35-stats-grid .ccdss35-stat-card-compact:nth-child(2) {
    background: linear-gradient(145deg, #edf8f0 0%, #ffffff 100%);
}

.ccdss35-stats-grid .ccdss35-stat-card-compact:nth-child(2) .ccdss35-stat-topline,
.ccdss35-stats-grid .ccdss35-stat-card-compact:nth-child(2) strong {
    color: #ffffff;
    background: #1d7f49;
    padding: 3px;
}

.ccdss35-stats-grid .ccdss35-stat-card-compact:nth-child(2) small {
    color: #17653a;
    background: rgba(29, 127, 73, 0.10);
}

.ccdss35-stats-grid .ccdss35-stat-card-compact:nth-child(3) {
    background: linear-gradient(145deg, #fff8df 0%, #ffffff 100%);
}

.ccdss35-stats-grid .ccdss35-stat-card-compact:nth-child(3) .ccdss35-stat-topline,
.ccdss35-stats-grid .ccdss35-stat-card-compact:nth-child(3) strong {
    color: #ffffff;
    background: #9a7a00;
    padding: 3px;
}

.ccdss35-stats-grid .ccdss35-stat-card-compact:nth-child(3) small {
    color: #725900;
    background: rgba(154, 122, 0, 0.12);
}

@media (max-width: 960px) {
    .ccdss35-stats-intro-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .ccdss35-stats-band {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 16px;
        border-radius: 16px;
    }

    .ccdss35-stats-intro-card,
    .ccdss35-stat-card-compact {
        padding: 18px;
        border-radius: 18px;
    }

    .ccdss35-stats-intro-copy h2 {
        font-size: clamp(1.36rem, 7vw, 1.9rem);
    }
}

/* Grid fix: ultimul card singur pe rând ocupă toată lățimea */
.ccdss35-direction-grid > :last-child:nth-child(3n + 1),
.ccdss35-results > :last-child:nth-child(3n + 1) {
    grid-column: 1 / -1;
}

@media (max-width: 1100px) {
    .ccdss35-direction-grid > :last-child:nth-child(odd),
    .ccdss35-results > :last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .ccdss35-direction-grid > :last-child,
    .ccdss35-results > :last-child {
        grid-column: auto;
    }
}
