:root {
    --cv-blue: #1e5eff;
    --cv-blue-dark: #0b3fbb;
    --cv-green: #10b981;
    --cv-night: #061225;
    --cv-night-soft: #0c203d;
    --cv-white: #ffffff;
    --cv-text: #0b1730;
    --cv-muted: #687891;
    --cv-light: #f5f7fa;
    --cv-gold: #f5c542;
    --cv-line: #dce5ef;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.cv-public-body {
    margin: 0;
    background: #fff;
    color: var(--cv-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.cv-shell {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.cv-public-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    min-height: 78px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: rgba(4,16,35,.68);
    backdrop-filter: blur(20px);
    transition: background .2s ease, box-shadow .2s ease;
}

.cv-public-header.scrolled {
    background: rgba(4,16,35,.94);
    box-shadow: 0 15px 35px rgba(0,0,0,.22);
}

.cv-nav-shell {
    width: min(1420px, calc(100% - 48px));
    min-height: inherit;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 36px;
}

.cv-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.cv-brand-symbol {
    position: relative;
    width: 42px;
    height: 48px;
    display: block;
    clip-path: polygon(50% 0, 95% 17%, 88% 72%, 50% 100%, 12% 72%, 5% 17%);
    background: linear-gradient(145deg, #67d7ff, #1e5eff 48%, #10b981);
    box-shadow: 0 0 26px rgba(30,94,255,.45);
}

.cv-brand-symbol::before {
    content: "";
    position: absolute;
    inset: 4px;
    clip-path: inherit;
    background: #07182f;
}

.cv-brand-symbol span:first-child,
.cv-brand-symbol span:last-child {
    position: absolute;
    z-index: 1;
    bottom: 9px;
    width: 12px;
    height: 24px;
    border-radius: 12px 12px 3px 3px;
    background: linear-gradient(#2e85ff,#10b981);
}

.cv-brand-symbol span:first-child { left: 9px; transform: rotate(-18deg); }
.cv-brand-symbol span:last-child { right: 9px; transform: rotate(18deg); }

.cv-brand-text {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 1.46rem;
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: 1;
}

.cv-brand-text > span { color: #42dbad; }

.cv-brand-text small {
    margin-top: 5px;
    color: rgba(255,255,255,.66);
    font-size: .52rem;
    font-weight: 600;
    letter-spacing: .02em;
}

.cv-public-nav {
    display: flex;
    justify-content: center;
    gap: 31px;
}

.cv-public-nav a,
.cv-login-link {
    color: rgba(255,255,255,.78);
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
}

.cv-public-nav a:hover,
.cv-login-link:hover { color: #fff; }

.cv-nav-actions {
    display: flex;
    align-items: center;
    gap: 17px;
}

.cv-nav-primary {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg,#1e5eff,#10b981);
    font-size: .84rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(16,185,129,.22);
}

.cv-menu-toggle { display: none; }

.cv-public-home { padding-top: 78px; }

.cv-emotional-hero {
    position: relative;
    min-height: 820px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 75% 32%, rgba(28,127,255,.28), transparent 31%),
        linear-gradient(112deg,#061225 0%,#081a35 47%,#061225 100%);
    isolation: isolate;
}

.cv-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,rgba(3,13,29,.92) 0%,rgba(3,13,29,.65) 42%,rgba(3,13,29,.22) 72%,rgba(3,13,29,.7) 100%),
        radial-gradient(circle at center,transparent 25%,rgba(0,0,0,.28));
    z-index: -1;
}

.cv-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(15px);
    z-index: -1;
}

.cv-hero-glow-one {
    width: 420px;
    height: 420px;
    top: 5%;
    right: 20%;
    background: rgba(30,94,255,.22);
}

.cv-hero-glow-two {
    width: 300px;
    height: 300px;
    left: 28%;
    bottom: 4%;
    background: rgba(16,185,129,.13);
}

.cv-emotional-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 45px;
    align-items: center;
    padding: 72px 0 105px;
}

.cv-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
    border: 1px solid rgba(16,185,129,.32);
    border-radius: 999px;
    color: #9df2d5;
    background: rgba(16,185,129,.09);
    font-size: .78rem;
    font-weight: 750;
}

.cv-live-badge i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #20df9e;
    box-shadow: 0 0 0 7px rgba(32,223,158,.1);
    animation: cvPulse 1.7s ease-in-out infinite;
}

.cv-emotional-copy h1 {
    max-width: 710px;
    margin: 28px 0 0;
    font-size: clamp(4rem,7vw,7.5rem);
    line-height: .91;
    letter-spacing: -.075em;
    font-weight: 850;
}

.cv-emotional-copy h1 span {
    display: block;
    margin-top: 12px;
    background: linear-gradient(100deg,#fff 0%,#84b9ff 43%,#45dcb1 88%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cv-emotional-copy > p {
    max-width: 670px;
    margin: 28px 0 0;
    color: #bcc9dc;
    font-size: 1.12rem;
    line-height: 1.75;
}

.cv-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.cv-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 27px;
    border-radius: 999px;
    font-size: .91rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.cv-button:hover { transform: translateY(-3px); text-decoration: none; }

.cv-button-primary {
    color: #fff;
    background: linear-gradient(135deg,#1e5eff,#10b981);
    box-shadow: 0 18px 42px rgba(16,185,129,.22);
}

.cv-button-primary:hover { color: #fff; box-shadow: 0 23px 52px rgba(30,94,255,.32); }

.cv-button-ghost {
    color: #fff;
    border: 1px solid rgba(255,255,255,.32);
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(13px);
}

.cv-button-ghost:hover { color: #fff; background: rgba(255,255,255,.12); }

.cv-button-ghost i { font-style: normal; font-size: .72rem; }

.cv-social-proof {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 28px;
}

.cv-avatar-stack {
    display: flex;
    padding-left: 10px;
}

.cv-avatar-stack span {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    margin-left: -10px;
    border: 2px solid #07182f;
    border-radius: 50%;
    color: #0b1730;
    background: linear-gradient(135deg,#fff,#c9d8ec);
    font-size: .66rem;
    font-weight: 850;
}

.cv-social-proof strong,
.cv-social-proof small { display: block; }

.cv-social-proof strong { color: #dce6f4; font-size: .78rem; }
.cv-social-proof small { margin-top: 4px; color: var(--cv-gold); font-size: .74rem; }

.cv-emotional-visual {
    position: relative;
    min-height: 620px;
}

.cv-photo-frame {
    position: absolute;
    inset: 0 12% 0 0;
    overflow: hidden;
    border-radius: 38px;
    box-shadow: 0 42px 100px rgba(0,0,0,.35);
}

.cv-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cv-photo-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,rgba(6,18,37,.2),transparent 34%,rgba(6,18,37,.17)),
        linear-gradient(0deg,rgba(6,18,37,.45),transparent 55%);
}

.cv-ai-orb {
    position: absolute;
    width: 330px;
    height: 330px;
    top: 4%;
    right: 7%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(129,211,255,.48);
    border-radius: 50%;
    background:
        radial-gradient(circle at 38% 32%,rgba(255,255,255,.9),rgba(39,150,255,.66) 19%,rgba(18,92,217,.8) 48%,rgba(3,22,57,.94) 75%);
    box-shadow:
        0 0 85px rgba(46,142,255,.45),
        inset -22px -25px 42px rgba(0,0,0,.32);
    animation: cvFloat 5s ease-in-out infinite;
}

.cv-ai-orb::before,
.cv-ai-orb::after {
    content: "";
    position: absolute;
    inset: -25px;
    border: 1px solid rgba(65,190,255,.34);
    border-radius: 50%;
    transform: rotate(17deg) scaleY(.62);
}

.cv-ai-orb::after {
    inset: -52px;
    transform: rotate(-24deg) scaleY(.72);
    border-style: dashed;
    animation: cvSpin 16s linear infinite;
}

.cv-ai-shield {
    position: relative;
    z-index: 1;
    width: 120px;
    height: 145px;
    clip-path: polygon(50% 0,95% 18%,87% 72%,50% 100%,13% 72%,5% 18%);
    background: linear-gradient(145deg,#8ee9ff,#2476ff 52%,#10b981);
    filter: drop-shadow(0 15px 22px rgba(0,0,0,.28));
}

.cv-ai-shield::before {
    content: "";
    position: absolute;
    inset: 8px;
    clip-path: inherit;
    background: #092349;
}

.cv-ai-shield span {
    position: absolute;
    z-index: 1;
    width: 25px;
    height: 68px;
    left: 47px;
    top: 48px;
    border-radius: 14px 14px 4px 4px;
    background: linear-gradient(#4da7ff,#10b981);
}

.cv-glass-card {
    position: absolute;
    z-index: 4;
    min-width: 245px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 17px;
    border: 1px solid rgba(132,201,255,.32);
    border-radius: 18px;
    background: rgba(10,35,68,.68);
    box-shadow: 0 24px 55px rgba(0,0,0,.25);
    backdrop-filter: blur(17px);
}

.cv-card-document { top: 19%; left: -5%; }
.cv-card-saving { top: 49%; left: 7%; }
.cv-card-protection { bottom: 10%; left: 28%; }

.cv-card-icon {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(255,255,255,.1);
}

.cv-glass-card small,
.cv-glass-card strong { display: block; }

.cv-glass-card small { color: #96aac3; font-size: .72rem; }
.cv-glass-card strong { margin-top: 3px; color: #fff; font-size: .84rem; }
.cv-glass-card b { margin-left: auto; color: #5be5b7; }

.cv-card-status {
    width: 9px;
    height: 9px;
    margin-left: auto;
    border-radius: 50%;
    background: #20df9e;
    box-shadow: 0 0 0 7px rgba(32,223,158,.1);
}

.cv-ai-live {
    position: absolute;
    z-index: 5;
    top: 5%;
    right: -7%;
    width: 280px;
    padding: 20px;
    border: 1px solid rgba(95,181,255,.3);
    border-radius: 23px;
    background: rgba(5,23,49,.83);
    box-shadow: 0 30px 75px rgba(0,0,0,.34);
    backdrop-filter: blur(19px);
}

.cv-ai-live-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    color: #fff;
    font-size: .91rem;
    font-weight: 800;
}

.cv-ai-live-title i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #20df9e;
    box-shadow: 0 0 0 7px rgba(32,223,158,.09);
}

.cv-ai-row {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.cv-ai-row:last-child { border-bottom: 0; }

.cv-ai-row > span {
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border: 1px solid #51657d;
    border-radius: 50%;
    color: #7589a1;
    font-size: .72rem;
}

.cv-ai-row.completed > span {
    color: #fff;
    border-color: #10b981;
    background: #10b981;
}

.cv-ai-row.active > span {
    border: 3px solid rgba(67,162,255,.24);
    border-top-color: #43a2ff;
    animation: cvSpin 1s linear infinite;
}

.cv-ai-row div {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.cv-ai-row strong { color: #dfe9f6; font-size: .72rem; }
.cv-ai-row small { color: #7e92aa; font-size: .68rem; }

.cv-scroll-hint {
    position: absolute;
    bottom: 22px;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    transform: translateX(-50%);
    color: #7f93ad;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
}

.cv-scroll-hint i { font-style: normal; font-size: 1.1rem; animation: cvBounce 1.8s ease-in-out infinite; }

.cv-service-strip {
    position: relative;
    z-index: 20;
    margin-top: -42px;
}

.cv-service-strip-grid {
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    padding: 15px;
    border: 1px solid rgba(220,229,239,.72);
    border-radius: 28px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 25px 70px rgba(6,18,37,.16);
}

.cv-service-strip a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 116px;
    padding: 17px;
    border-right: 1px solid #e8edf3;
    color: var(--cv-text);
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.cv-service-strip a:last-child { border-right: 0; }

.cv-service-strip a:hover {
    transform: translateY(-4px);
    border-radius: 18px;
    background: #f7faff;
}

.cv-service-strip a > span {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: #f3f7fc;
    box-shadow: 0 9px 20px rgba(6,18,37,.07);
    font-size: 1.35rem;
}

.cv-service-strip strong,
.cv-service-strip small { display: block; }

.cv-service-strip strong { font-size: .84rem; }
.cv-service-strip small { margin-top: 5px; color: var(--cv-muted); font-size: .7rem; line-height: 1.4; }

.cv-process-section {
    padding: 135px 0 115px;
    background: #fff;
}

.cv-section-heading {
    max-width: 780px;
    margin: 0 auto 55px;
    text-align: center;
}

.cv-section-heading > span,
.cv-ai-copy > span,
.cv-trust-message > span,
.cv-final-cta-content > span {
    color: var(--cv-green);
    font-size: .74rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.cv-section-heading h2,
.cv-ai-copy h2,
.cv-trust-message h2,
.cv-final-cta-content h2 {
    margin: 15px 0 0;
    font-size: clamp(2.7rem,5vw,5.1rem);
    line-height: .99;
    letter-spacing: -.063em;
    font-weight: 850;
}

.cv-section-heading p {
    max-width: 660px;
    margin: 20px auto 0;
    color: var(--cv-muted);
    font-size: 1.04rem;
    line-height: 1.7;
}

.cv-process-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 28px;
}

.cv-process-grid article {
    position: relative;
    min-height: 260px;
    padding: 30px;
    border: 1px solid var(--cv-line);
    border-radius: 27px;
    background: linear-gradient(155deg,#fff,#f7faff);
    box-shadow: 0 18px 45px rgba(11,23,48,.065);
}

.cv-process-number {
    position: absolute;
    top: 24px;
    right: 25px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg,var(--cv-blue),var(--cv-green));
    font-size: .73rem;
    font-weight: 850;
}

.cv-process-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: var(--cv-blue);
    background: #eef5ff;
    font-size: 1.3rem;
    font-weight: 850;
}

.cv-process-grid h3 { margin: 38px 0 10px; font-size: 1.45rem; letter-spacing: -.03em; }
.cv-process-grid p { margin: 0; color: var(--cv-muted); line-height: 1.65; }

.cv-ai-section {
    padding: 125px 0;
    color: #fff;
    background:
        radial-gradient(circle at 80% 20%,rgba(30,94,255,.22),transparent 30%),
        radial-gradient(circle at 15% 85%,rgba(16,185,129,.13),transparent 28%),
        #061225;
}

.cv-ai-section-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 75px;
    align-items: center;
}

.cv-ai-copy h2 strong,
.cv-trust-message h2 strong { display: block; color: #5ce5ba; }

.cv-ai-copy p {
    max-width: 640px;
    margin: 24px 0 0;
    color: #aebdd0;
    font-size: 1.05rem;
    line-height: 1.75;
}

.cv-ai-copy ul {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.cv-ai-copy li {
    position: relative;
    margin: 12px 0;
    padding-left: 29px;
    color: #d8e2ef;
}

.cv-ai-copy li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #43d9aa;
    font-weight: 850;
}

.cv-analysis-console {
    overflow: hidden;
    border: 1px solid rgba(105,185,255,.2);
    border-radius: 28px;
    background: rgba(10,35,68,.74);
    box-shadow: 0 38px 100px rgba(0,0,0,.38);
    backdrop-filter: blur(18px);
}

.cv-console-header {
    display: flex;
    justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #dfe8f4;
    font-size: .8rem;
}

.cv-console-header i { color: #5f7085; font-style: normal; letter-spacing: .3em; }

.cv-console-body {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 20px;
    padding: 22px;
}

.cv-document-sheet {
    min-height: 360px;
    padding: 30px 24px;
    border-radius: 18px;
    background: #fff;
}

.cv-doc-line {
    display: block;
    height: 8px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #d7dfeb;
}

.cv-doc-line.long { width: 100%; }
.cv-doc-line.medium { width: 72%; }
.cv-doc-line.short { width: 46%; }

.cv-doc-highlight {
    margin: 27px 0;
    padding: 12px 13px;
    border-left: 4px solid;
    font-size: .75rem;
    font-weight: 760;
}

.cv-doc-highlight.warning { color: #8a5b00; border-color: #f5c542; background: #fff7d8; }
.cv-doc-highlight.success { color: #087253; border-color: #10b981; background: #dcfaef; }

.cv-console-results {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.cv-console-results > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 15px;
    background: rgba(255,255,255,.035);
}

.cv-console-results span,
.cv-console-results strong { color: #fff; font-weight: 850; }
.cv-console-results small { color: #93a5bb; }
.cv-console-results .ok span { color: #4ce1b1; }
.cv-console-results .warning span { color: #ff7b7b; }
.cv-console-results .saving span { color: #51e7b7; }

.cv-console-results button {
    min-height: 48px;
    border: 1px solid rgba(88,170,255,.3);
    border-radius: 13px;
    color: #fff;
    background: rgba(30,94,255,.16);
    font-weight: 750;
}

.cv-trust-section {
    padding: 115px 0;
    background: #f6f9fd;
}

.cv-trust-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.cv-trust-message h2 { font-size: clamp(2.6rem,4.7vw,4.7rem); }

.cv-trust-values {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
}

.cv-trust-values article {
    min-height: 170px;
    padding: 25px;
    border: 1px solid var(--cv-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(11,23,48,.055);
}

.cv-trust-values span { display: block; font-size: 1.7rem; }
.cv-trust-values strong { display: block; margin-top: 21px; font-size: 1.15rem; }
.cv-trust-values small { display: block; margin-top: 6px; color: var(--cv-muted); }

.cv-final-cta {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    color: #fff;
    background: linear-gradient(130deg,#0d45bb,#08785d);
}

.cv-final-cta::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: -300px;
    right: -100px;
    border-radius: 50%;
    background: rgba(255,255,255,.13);
}

.cv-final-cta-content {
    position: relative;
    z-index: 1;
    max-width: 920px;
    text-align: center;
}

.cv-final-cta-content > span { color: #a5ffe0; }
.cv-final-cta-content p { max-width: 660px; margin: 24px auto 0; color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.7; }
.cv-hero-actions-center { justify-content: center; }

.cv-button-white { color: var(--cv-text); background: #fff; box-shadow: 0 17px 42px rgba(0,0,0,.18); }
.cv-button-white:hover { color: var(--cv-text); }
.cv-button-transparent { color: #fff; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.08); }
.cv-button-transparent:hover { color: #fff; background: rgba(255,255,255,.14); }

.cv-public-footer {
    padding: 80px 5vw 24px;
    color: #b7c4d6;
    background: #040d1c;
}

.cv-footer-shell {
    width: min(1260px,100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.7fr repeat(3,1fr);
    gap: 48px;
}

.cv-footer-main p { max-width: 420px; margin: 22px 0 0; color: #8798ae; line-height: 1.7; }

.cv-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}

.cv-footer-column strong { margin-bottom: 8px; color: #fff; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.cv-footer-column a,
.cv-footer-column span { color: #8798ae; font-size: .86rem; text-decoration: none; }
.cv-footer-column a:hover { color: #fff; }

.cv-footer-bottom {
    width: min(1260px,100%);
    margin: 58px auto 0;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #65778f;
    font-size: .75rem;
}

.cv-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1);
}

.cv-reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes cvFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }
@keyframes cvSpin { to { transform: rotate(360deg); } }
@keyframes cvPulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes cvBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

@media (max-width: 1120px) {
    .cv-emotional-grid,
    .cv-ai-section-grid,
    .cv-trust-grid { grid-template-columns: 1fr; }

    .cv-emotional-copy { text-align: center; }
    .cv-emotional-copy > p { margin-left: auto; margin-right: auto; }
    .cv-hero-actions, .cv-social-proof { justify-content: center; }

    .cv-emotional-visual { min-height: 650px; }
    .cv-photo-frame { inset: 0 6%; }
    .cv-ai-live { right: 0; }
    .cv-service-strip-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .cv-service-strip a:nth-child(3) { border-right: 0; }
    .cv-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 920px) {
    .cv-nav-shell { grid-template-columns: auto auto; justify-content: space-between; }

    .cv-menu-toggle {
        display: grid;
        width: 42px;
        height: 42px;
        place-content: center;
        gap: 5px;
        border: 0;
        border-radius: 13px;
        background: rgba(255,255,255,.09);
    }

    .cv-menu-toggle span { width: 20px; height: 2px; background: #fff; }

    .cv-public-nav,
    .cv-nav-actions { display: none; }

    .cv-public-nav.open {
        position: absolute;
        top: 68px;
        right: 18px;
        left: 18px;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 12px;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 21px;
        background: rgba(4,16,35,.98);
        box-shadow: 0 26px 60px rgba(0,0,0,.35);
    }

    .cv-public-nav.open a { padding: 14px; border-radius: 12px; }
    .cv-public-nav.open a:hover { background: rgba(255,255,255,.07); }
    .cv-footer-shell { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
    .cv-shell { width: min(100% - 28px,1320px); }
    .cv-nav-shell { width: calc(100% - 28px); }
    .cv-brand-text small { display: none; }

    .cv-emotional-hero { min-height: auto; }
    .cv-emotional-grid { padding: 62px 0 95px; }
    .cv-emotional-copy h1 { font-size: clamp(3.2rem,15vw,5rem); }
    .cv-emotional-copy > p { font-size: .98rem; }

    .cv-emotional-visual { min-height: 540px; }
    .cv-photo-frame { inset: 30px 0 20px; }
    .cv-ai-orb { width: 230px; height: 230px; top: 0; right: 3%; }
    .cv-ai-shield { width: 83px; height: 102px; }
    .cv-ai-shield span { width: 17px; height: 47px; left: 33px; top: 34px; }

    .cv-ai-live {
        top: auto;
        right: 5%;
        bottom: 0;
        width: 245px;
        padding: 15px;
    }

    .cv-glass-card { min-width: 200px; padding: 12px; }
    .cv-card-document { top: 21%; left: -2%; }
    .cv-card-saving { top: 48%; left: -3%; }
    .cv-card-protection { display: none; }

    .cv-service-strip { margin-top: -28px; }
    .cv-service-strip-grid { grid-template-columns: 1fr; padding: 10px; }
    .cv-service-strip a { min-height: 86px; border-right: 0; border-bottom: 1px solid #e8edf3; }
    .cv-service-strip a:last-child { border-bottom: 0; }

    .cv-process-section,
    .cv-ai-section,
    .cv-trust-section { padding: 85px 0; }

    .cv-process-grid,
    .cv-trust-values { grid-template-columns: 1fr; }

    .cv-console-body { grid-template-columns: 1fr; }
    .cv-footer-shell { grid-template-columns: 1fr; }
    .cv-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}


/* =========================================================
   CHI SIAMO — MANIFESTO CONSUVERI
   ========================================================= */

.cv-about-section {
    position: relative;
    overflow: hidden;
    padding: 112px 0 104px;
    color: #f7fbff;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(35, 123, 232, .22),
            transparent 31%
        ),
        radial-gradient(
            circle at 90% 82%,
            rgba(29, 181, 141, .17),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #04101e 0%,
            #071a31 52%,
            #062a36 100%
        );
}

.cv-about-glow {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(15px);
}

.cv-about-glow-one {
    top: 9%;
    left: -140px;
    width: 330px;
    height: 330px;
    background: rgba(42, 129, 242, .11);
}

.cv-about-glow-two {
    right: -110px;
    bottom: 8%;
    width: 300px;
    height: 300px;
    background: rgba(38, 203, 158, .10);
}

.cv-about-intro {
    position: relative;
    max-width: 920px;
    margin: 0 auto 55px;
    text-align: center;
}

.cv-about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    color: #60dfbd;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.cv-about-kicker::before,
.cv-about-kicker::after {
    width: 34px;
    height: 1px;
    content: "";
    background: rgba(96, 223, 189, .52);
}

.cv-about-intro h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.25rem, 4.6vw, 4.3rem);
    font-weight: 850;
    line-height: 1.02;
    letter-spacing: -.05em;
}

.cv-about-intro h2 strong {
    display: block;
    margin-top: 9px;
    color: #86baff;
    font-weight: inherit;
}

.cv-about-lead {
    max-width: 790px;
    margin: 27px auto 0;
    color: rgba(234, 244, 255, .73);
    font-size: 1.06rem;
    line-height: 1.78;
}

.cv-about-story-grid {
    position: relative;
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 22px;
}

.cv-about-story-card {
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 27px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .075),
            rgba(255, 255, 255, .025)
        );
    box-shadow:
        0 25px 65px rgba(0, 8, 22, .22);
    backdrop-filter: blur(14px);
}

.cv-about-story-card > span {
    color: #62dfbd;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cv-about-story-card h3 {
    max-width: 480px;
    margin: 14px 0 15px;
    color: #fff;
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
    font-weight: 820;
    line-height: 1.1;
    letter-spacing: -.035em;
}

.cv-about-story-card p {
    margin: 0;
    color: rgba(232, 243, 255, .67);
    line-height: 1.72;
}

.cv-about-values {
    position: relative;
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin: 22px 0;
}

.cv-about-value {
    position: relative;
    min-height: 265px;
    padding: 27px 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 24px;
    background: rgba(3, 20, 39, .55);
    transition:
        transform .28s ease,
        border-color .28s ease,
        background .28s ease;
}

.cv-about-value:hover {
    transform: translateY(-6px);
    border-color: rgba(105, 183, 255, .34);
    background: rgba(8, 37, 67, .68);
}

.cv-about-value::after {
    position: absolute;
    right: -42px;
    bottom: -55px;
    width: 135px;
    height: 135px;
    border-radius: 999px;
    content: "";
    background:
        radial-gradient(
            circle,
            rgba(48, 142, 242, .15),
            transparent 68%
        );
}

.cv-about-value-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    margin-bottom: 26px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 17px;
    background: rgba(255, 255, 255, .06);
    font-size: 1.35rem;
}

.cv-about-value > small {
    position: absolute;
    top: 27px;
    right: 24px;
    color: rgba(255, 255, 255, .23);
    font-size: .72rem;
    font-weight: 850;
}

.cv-about-value h3 {
    margin: 0 0 11px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 820;
}

.cv-about-value p {
    margin: 0;
    color: rgba(229, 241, 253, .65);
    font-size: .89rem;
    line-height: 1.65;
}

.cv-owl-manifesto {
    position: relative;
    display: grid;
    grid-template-columns:
        190px minmax(0, 1fr);
    gap: 38px;
    align-items: center;
    margin-top: 22px;
    padding: 42px;
    overflow: hidden;
    border: 1px solid rgba(101, 215, 184, .22);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 10% 50%,
            rgba(55, 211, 169, .17),
            transparent 27%
        ),
        linear-gradient(
            135deg,
            rgba(10, 48, 62, .91),
            rgba(5, 25, 48, .94)
        );
    box-shadow:
        0 30px 80px rgba(0, 7, 17, .27);
}

.cv-owl-manifesto::before {
    position: absolute;
    top: -85px;
    right: -65px;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 999px;
    content: "";
}

.cv-owl-symbol {
    display: grid;
    width: 160px;
    height: 160px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(73, 213, 174, .21),
            rgba(2, 20, 38, .5)
        );
    box-shadow:
        inset 0 0 40px rgba(82, 224, 184, .09),
        0 18px 40px rgba(0, 8, 20, .25);
    font-size: 4.5rem;
}

.cv-owl-copy {
    position: relative;
    z-index: 1;
}

.cv-owl-copy > span {
    color: #65e3c0;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cv-owl-copy h3 {
    margin: 12px 0;
    color: #fff;
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    font-weight: 850;
    line-height: 1.06;
    letter-spacing: -.04em;
}

.cv-owl-copy p {
    max-width: 760px;
    margin: 0;
    color: rgba(232, 244, 255, .68);
    line-height: 1.7;
}

.cv-owl-copy blockquote {
    margin: 22px 0 0;
    padding: 16px 20px;
    border-left: 3px solid #5fdfbd;
    color: #fff;
    background: rgba(255, 255, 255, .045);
    font-size: 1.05rem;
    font-weight: 720;
    line-height: 1.55;
}

.cv-about-promise {
    position: relative;
    max-width: 970px;
    margin: 75px auto 0;
    text-align: center;
}

.cv-about-promise > span {
    color: #83baff;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.cv-about-promise h3 {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(1.75rem, 3.7vw, 3.3rem);
    font-weight: 730;
    line-height: 1.12;
    letter-spacing: -.04em;
}

.cv-about-promise h3 strong {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-weight: 870;
}

.cv-about-promise p {
    margin: 22px 0 0;
    color: #61dfbd;
    font-weight: 750;
}

@media (max-width: 1000px) {
    .cv-about-values {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .cv-about-section {
        padding: 82px 0 78px;
    }

    .cv-about-story-grid,
    .cv-owl-manifesto {
        grid-template-columns: 1fr;
    }

    .cv-owl-symbol {
        width: 120px;
        height: 120px;
        font-size: 3.5rem;
    }
}

@media (max-width: 560px) {
    .cv-about-values {
        grid-template-columns: 1fr;
    }

    .cv-about-story-card,
    .cv-owl-manifesto {
        padding: 27px 22px;
    }

    .cv-about-value {
        min-height: auto;
    }
}


/* =========================================================
   COME NASCE UNA DECISIONE CONSUVERI
   ========================================================= */

.cv-decision-method {
    position: relative;
    overflow: hidden;
    padding: 112px 0 105px;
    color: #173d57;
    background:
        radial-gradient(
            circle at 5% 12%,
            rgba(34, 125, 236, .09),
            transparent 29%
        ),
        radial-gradient(
            circle at 96% 87%,
            rgba(30, 190, 145, .09),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #f8fbff 0%,
            #eef5fa 100%
        );
}

.cv-method-light {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(20px);
}

.cv-method-light-one {
    top: 150px;
    left: -170px;
    width: 360px;
    height: 360px;
    background: rgba(38, 125, 230, .08);
}

.cv-method-light-two {
    right: -130px;
    bottom: 190px;
    width: 320px;
    height: 320px;
    background: rgba(28, 180, 136, .09);
}

.cv-method-heading {
    position: relative;
    max-width: 880px;
    margin: 0 auto 62px;
    text-align: center;
}

.cv-method-heading > span,
.cv-difference-heading > span,
.cv-method-foundation-copy > span {
    display: inline-block;
    color: #0e9d79;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.cv-method-heading h2 {
    margin: 15px 0 0;
    color: #123b56;
    font-size: clamp(2.3rem, 4.7vw, 4.35rem);
    font-weight: 870;
    line-height: 1;
    letter-spacing: -.052em;
}

.cv-method-heading h2 strong {
    display: block;
    color: #237ee4;
    font-weight: inherit;
}

.cv-method-heading p {
    max-width: 740px;
    margin: 23px auto 0;
    color: #6f8492;
    font-size: 1rem;
    line-height: 1.75;
}

.cv-method-journey {
    position: relative;
    display: grid;
    grid-template-columns:
        repeat(6, minmax(0, 1fr));
    gap: 13px;
}

.cv-method-line {
    position: absolute;
    z-index: 0;
    top: 61px;
    right: 7%;
    left: 7%;
    height: 2px;
    background:
        linear-gradient(
            90deg,
            rgba(35, 126, 228, .15),
            rgba(35, 126, 228, .75),
            rgba(28, 183, 140, .75),
            rgba(28, 183, 140, .15)
        );
}

.cv-method-step {
    position: relative;
    z-index: 1;
    min-height: 300px;
    padding: 21px 18px 25px;
    border: 1px solid rgba(26, 81, 119, .10);
    border-radius: 23px;
    background:
        linear-gradient(
            150deg,
            rgba(255, 255, 255, .98),
            rgba(250, 253, 255, .88)
        );
    box-shadow:
        0 18px 45px rgba(18, 64, 99, .07);
    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}

.cv-method-step:hover {
    transform: translateY(-8px);
    border-color: rgba(35, 126, 228, .27);
    box-shadow:
        0 27px 58px rgba(18, 64, 99, .13);
}

.cv-method-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

.cv-method-number {
    color: #9babba;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.cv-method-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 6px solid #f7fbfe;
    border-radius: 19px;
    background:
        linear-gradient(
            145deg,
            #eaf4ff,
            #dff9f1
        );
    box-shadow:
        0 8px 24px rgba(25, 92, 137, .13);
    font-size: 1.45rem;
}

.cv-method-step h3 {
    margin: 0 0 12px;
    color: #193f58;
    font-size: 1.02rem;
    font-weight: 850;
}

.cv-method-step p {
    margin: 0;
    color: #748792;
    font-size: .79rem;
    line-height: 1.65;
}

.cv-difference-panel {
    position: relative;
    margin-top: 75px;
    padding: 43px;
    overflow: hidden;
    border: 1px solid rgba(28, 78, 110, .11);
    border-radius: 31px;
    background: #fff;
    box-shadow:
        0 28px 75px rgba(18, 59, 87, .09);
}

.cv-difference-panel::before {
    position: absolute;
    top: -120px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 999px;
    content: "";
    background:
        radial-gradient(
            circle,
            rgba(38, 132, 238, .10),
            transparent 67%
        );
}

.cv-difference-heading {
    position: relative;
    max-width: 730px;
    margin: 0 auto 35px;
    text-align: center;
}

.cv-difference-heading h3 {
    margin: 12px 0 0;
    color: #173e58;
    font-size: clamp(1.8rem, 3.3vw, 3rem);
    font-weight: 820;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.cv-difference-heading h3 strong {
    display: block;
    color: #237ee4;
}

.cv-difference-heading p {
    margin: 17px 0 0;
    color: #758894;
    line-height: 1.7;
}

.cv-difference-grid {
    position: relative;
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.cv-difference-column {
    padding: 28px;
    border-radius: 23px;
}

.cv-difference-traditional {
    border: 1px solid rgba(84, 109, 127, .10);
    background: #f6f8fa;
}

.cv-difference-consuveri {
    border: 1px solid rgba(34, 139, 109, .18);
    background:
        linear-gradient(
            145deg,
            #effcf7,
            #ecf6ff
        );
}

.cv-difference-title {
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(29, 76, 106, .10);
}

.cv-difference-title span {
    color: #244a62;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cv-difference-column ul {
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.cv-difference-column li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #647986;
    font-size: .9rem;
    line-height: 1.45;
}

.cv-difference-column li i {
    display: grid;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    font-style: normal;
    font-size: .72rem;
    font-weight: 900;
}

.cv-difference-traditional li i {
    color: #8c9aa4;
    background: #e7ecef;
}

.cv-difference-consuveri li {
    color: #315b58;
    font-weight: 650;
}

.cv-difference-consuveri li i {
    color: #fff;
    background: #1bab83;
}

.cv-method-foundation {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(280px, .75fr)
        minmax(0, 1.25fr);
    gap: 38px;
    align-items: center;
    margin-top: 22px;
    padding: 42px;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(52, 138, 237, .25),
            transparent 31%
        ),
        linear-gradient(
            135deg,
            #07182b,
            #0a365e 62%,
            #086360
        );
    box-shadow:
        0 30px 75px rgba(7, 31, 55, .18);
}

.cv-method-foundation-copy > span {
    color: #64e2bd;
}

.cv-method-foundation-copy h3 {
    margin: 13px 0 14px;
    color: #fff;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -.038em;
}

.cv-method-foundation-copy p {
    margin: 0;
    color: rgba(237, 247, 255, .68);
    line-height: 1.7;
}

.cv-method-metrics {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cv-method-metrics article {
    min-height: 155px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 19px;
    background: rgba(2, 20, 38, .35);
    backdrop-filter: blur(10px);
}

.cv-method-metrics article div {
    margin-bottom: 16px;
    font-size: 1.3rem;
}

.cv-method-metrics article strong {
    display: block;
    color: #fff;
    font-size: .9rem;
}

.cv-method-metrics article small {
    display: block;
    margin-top: 7px;
    color: rgba(232, 244, 255, .60);
    font-size: .72rem;
    line-height: 1.45;
}

.cv-method-statement {
    max-width: 1020px;
    margin: 79px auto 0;
    text-align: center;
}

.cv-method-statement > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    color: #fff;
    background:
        linear-gradient(
            145deg,
            #267fe2,
            #1ab58a
        );
    box-shadow:
        0 12px 30px rgba(31, 126, 183, .22);
}

.cv-method-statement p {
    margin: 0;
    color: #738895;
    font-size: clamp(1.7rem, 3.8vw, 3.35rem);
    font-weight: 680;
    line-height: 1.12;
    letter-spacing: -.045em;
}

.cv-method-statement p strong {
    color: #183f58;
    font-weight: 880;
}

@media (max-width: 1120px) {
    .cv-method-journey {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .cv-method-line {
        display: none;
    }
}

@media (max-width: 820px) {
    .cv-difference-grid,
    .cv-method-foundation {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .cv-decision-method {
        padding: 82px 0 77px;
    }

    .cv-method-journey,
    .cv-method-metrics {
        grid-template-columns: 1fr;
    }

    .cv-method-step {
        min-height: auto;
    }

    .cv-difference-panel,
    .cv-method-foundation {
        padding: 28px 22px;
    }
}


/* =========================================================
   RIFINITURA INGRESSO — METODO CONSUVERI
   ========================================================= */

html {
    scroll-padding-top: 78px;
}

#il-nostro-metodo {
    scroll-margin-top: 0;
}

.cv-decision-method {
    padding-top: 78px;
}

.cv-method-heading {
    margin-bottom: 48px;
}

@media (max-width: 760px) {
    html {
        scroll-padding-top: 70px;
    }

    .cv-decision-method {
        padding-top: 62px;
    }

    .cv-method-heading {
        margin-bottom: 38px;
    }
}


/* =========================================================
   CONSUVERI TRUST CENTER
   ========================================================= */

.cvt-page {
    --cvt-ink: #102f43;
    --cvt-muted: #607884;
    --cvt-green: #20a483;
    --cvt-blue: #1973b9;
    --cvt-pale: #f3f8fa;
    overflow: hidden;
    background: #ffffff;
    color: var(--cvt-ink);
}

.cvt-shell {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.cvt-hero {
    position: relative;
    min-height: 740px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #061b2b 0%,
            #0b3854 52%,
            #11697a 100%
        );
    color: #ffffff;
}

.cvt-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 170px;
    background:
        linear-gradient(
            to top,
            rgba(255,255,255,.07),
            transparent
        );
    content: "";
}

.cvt-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(3px);
}

.cvt-orb-one {
    top: -180px;
    right: -120px;
    width: 580px;
    height: 580px;
    background: rgba(57, 202, 187, .17);
}

.cvt-orb-two {
    bottom: -260px;
    left: -180px;
    width: 650px;
    height: 650px;
    background: rgba(30, 135, 200, .17);
}

.cvt-hero-inner {
    position: relative;
    z-index: 2;
    padding: 130px 0 90px;
    text-align: center;
}

.cvt-eyebrow,
.cvt-kicker {
    display: inline-block;
    color: #73ded0;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.cvt-hero h1 {
    max-width: 980px;
    margin: 25px auto;
    font-size: clamp(3.8rem, 8vw, 7.6rem);
    font-weight: 900;
    letter-spacing: -.07em;
    line-height: .92;
}

.cvt-hero h1 span {
    display: block;
    color: #73ded0;
}

.cvt-hero-lead {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255,255,255,.78);
    font-size: clamp(1.05rem, 2vw, 1.4rem);
    line-height: 1.7;
}

.cvt-hero-actions,
.cvt-final-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 36px;
    flex-wrap: wrap;
}

.cvt-primary-button,
.cvt-secondary-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 850;
    text-decoration: none;
    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.cvt-primary-button {
    background: #ffffff;
    color: #123b55;
    box-shadow: 0 16px 38px rgba(0,0,0,.18);
}

.cvt-secondary-button {
    border: 1px solid rgba(255,255,255,.28);
    color: #ffffff;
}

.cvt-primary-button:hover,
.cvt-secondary-button:hover {
    transform: translateY(-2px);
}

.cvt-trust-strip {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 940px;
    margin: 65px auto 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(18px);
}

.cvt-trust-strip div {
    padding: 25px;
    background: rgba(4, 29, 45, .34);
}

.cvt-trust-strip strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
}

.cvt-trust-strip span {
    color: rgba(255,255,255,.66);
    font-size: .82rem;
    line-height: 1.5;
}

.cvt-introduction,
.cvt-documents,
.cvt-coming-soon,
.cvt-ai,
.cvt-final {
    padding: 105px 0;
}

.cvt-introduction-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
}

.cvt-section-number {
    display: block;
    margin-bottom: 16px;
    color: var(--cvt-green);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .15em;
}

.cvt-introduction h2,
.cvt-section-heading h2,
.cvt-coming-card h2,
.cvt-ai h2,
.cvt-final-card h2 {
    margin: 15px 0 0;
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    font-weight: 890;
    letter-spacing: -.055em;
    line-height: 1.02;
}

.cvt-introduction .cvt-kicker,
.cvt-section-heading .cvt-kicker,
.cvt-coming-card .cvt-kicker,
.cvt-ai .cvt-kicker {
    color: var(--cvt-green);
}

.cvt-prose {
    color: var(--cvt-muted);
    font-size: 1.08rem;
    line-height: 1.82;
}

.cvt-prose-highlight {
    color: var(--cvt-ink);
    font-size: 1.3rem;
    font-weight: 820;
}

.cvt-documents,
.cvt-coming-soon {
    background: var(--cvt-pale);
}

.cvt-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 45px;
    margin-bottom: 48px;
}

.cvt-section-heading > p {
    max-width: 390px;
    color: var(--cvt-muted);
    line-height: 1.7;
}

.cvt-document-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.cvt-document-card {
    padding: 36px;
    border: 1px solid rgba(17, 68, 96, .10);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(19, 63, 88, .07);
}

.cvt-document-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cvt-document-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 18px;
    background: #e5f5f1;
    color: var(--cvt-green);
    font-size: 1.5rem;
    font-weight: 900;
}

.cvt-document-status {
    padding: 7px 11px;
    border-radius: 999px;
    background: #e7f7f1;
    color: #168165;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .11em;
}

.cvt-document-type {
    display: block;
    margin-top: 28px;
    color: var(--cvt-green);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cvt-document-card h3 {
    margin: 10px 0 13px;
    font-size: 1.7rem;
    font-weight: 870;
    letter-spacing: -.025em;
}

.cvt-document-summary {
    min-height: 58px;
    color: var(--cvt-muted);
    line-height: 1.7;
}

.cvt-document-meta {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 26px 0;
}

.cvt-document-meta div {
    padding: 16px;
    border-radius: 16px;
    background: #f4f8fa;
}

.cvt-document-meta span,
.cvt-document-verification span {
    display: block;
    margin-bottom: 4px;
    color: #77909d;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cvt-document-meta strong {
    font-size: .88rem;
}

.cvt-document-details {
    border-top: 1px solid #e4edf1;
    border-bottom: 1px solid #e4edf1;
}

.cvt-document-details summary {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: .86rem;
    font-weight: 850;
    list-style: none;
}

.cvt-document-details summary::-webkit-details-marker {
    display: none;
}

.cvt-document-content {
    padding: 2px 0 21px;
    color: var(--cvt-muted);
    line-height: 1.75;
}

.cvt-document-content p {
    margin: 0 0 12px;
}

.cvt-document-verification {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-top: 24px;
}

.cvt-document-verification code {
    color: #416779;
    font-size: .74rem;
}

.cvt-document-verification a {
    color: var(--cvt-blue);
    font-size: .82rem;
    font-weight: 850;
    text-decoration: none;
}

.cvt-empty-state {
    padding: 65px 30px;
    border-radius: 28px;
    background: #ffffff;
    text-align: center;
}

.cvt-empty-state > span {
    font-size: 2.5rem;
}

.cvt-empty-state p {
    color: var(--cvt-muted);
}

.cvt-coming-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 38px;
    padding: 55px;
    border-radius: 32px;
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #edf6f7
        );
    box-shadow: 0 24px 60px rgba(17, 65, 89, .07);
}

.cvt-coming-symbol,
.cvt-ai-symbol {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    border-radius: 24px;
    background: #dff4ee;
    font-size: 2rem;
}

.cvt-coming-card p,
.cvt-ai p {
    max-width: 780px;
    color: var(--cvt-muted);
    line-height: 1.75;
}

.cvt-ai {
    background: #ffffff;
}

.cvt-ai-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 45px;
    align-items: flex-start;
}

.cvt-ai blockquote {
    max-width: 790px;
    margin: 28px 0;
    padding-left: 24px;
    border-left: 3px solid var(--cvt-green);
    color: #2b596b;
    font-size: 1.3rem;
    font-weight: 760;
    line-height: 1.6;
}

.cvt-final {
    background: #061b2b;
}

.cvt-final-card {
    padding: 70px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 36px;
    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(68, 204, 181, .18),
            transparent 32%
        ),
        rgba(255,255,255,.04);
    color: #ffffff;
    text-align: center;
}

.cvt-final-card > span {
    color: #73ded0;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .16em;
}

.cvt-final-card p {
    color: rgba(255,255,255,.68);
    font-size: 1.1rem;
}

@media (max-width: 850px) {

    .cvt-introduction-grid,
    .cvt-coming-card,
    .cvt-ai-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .cvt-document-grid {
        grid-template-columns: 1fr;
    }

    .cvt-trust-strip {
        grid-template-columns: 1fr;
    }

    .cvt-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .cvt-introduction,
    .cvt-documents,
    .cvt-coming-soon,
    .cvt-ai,
    .cvt-final {
        padding: 75px 0;
    }

    .cvt-document-verification {
        align-items: flex-start;
        flex-direction: column;
    }

    .cvt-final-card {
        padding: 45px 28px;
    }
}

@media (max-width: 520px) {

    .cvt-shell {
        width: min(100% - 26px, 1160px);
    }

    .cvt-hero {
        min-height: 680px;
    }

    .cvt-hero h1 {
        font-size: 3.5rem;
    }

    .cvt-document-card,
    .cvt-coming-card {
        padding: 27px;
    }

    .cvt-document-meta {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   TRUST DOCUMENT UNIVERSAL VIEWER
   ========================================================= */

.cvt-document-open {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 2px 0 8px;
    color: #1775b9;
    font-size: .82rem;
    font-weight: 850;
    text-decoration: none;
}

.cvt-document-open:hover {
    text-decoration: underline;
}

.cvtd-page {
    --cvtd-ink: #102f43;
    --cvtd-muted: #657f8c;
    --cvtd-green: #20a483;
    --cvtd-blue: #1975b9;
    background: #f3f8fa;
    color: var(--cvtd-ink);
}

.cvtd-shell {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.cvtd-hero {
    padding: 95px 0 90px;
    background:
        radial-gradient(
            circle at 88% 10%,
            rgba(84, 211, 190, .20),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #061b2b,
            #0c4761
        );
    color: #ffffff;
}

.cvtd-back {
    display: inline-flex;
    margin-bottom: 55px;
    color: rgba(255,255,255,.72);
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.cvtd-back:hover {
    color: #ffffff;
}

.cvtd-hero-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 35px;
    align-items: flex-start;
}

.cvtd-document-symbol {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 25px;
    background: rgba(255,255,255,.10);
    font-size: 2rem;
    backdrop-filter: blur(14px);
}

.cvtd-kicker {
    color: #73ded0;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.cvtd-hero h1 {
    max-width: 900px;
    margin: 13px 0 18px;
    font-size: clamp(3rem, 6vw, 5.7rem);
    font-weight: 900;
    letter-spacing: -.065em;
    line-height: .96;
}

.cvtd-hero p {
    max-width: 760px;
    color: rgba(255,255,255,.72);
    font-size: 1.1rem;
    line-height: 1.7;
}

.cvtd-badges {
    display: flex;
    gap: 9px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.cvtd-badges span {
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.82);
    font-size: .72rem;
    font-weight: 800;
}

.cvtd-main {
    padding: 75px 0 100px;
}

.cvtd-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(310px, .65fr);
    gap: 25px;
    align-items: start;
}

.cvtd-content-card,
.cvtd-certificate {
    border: 1px solid rgba(17, 67, 94, .10);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(18, 61, 84, .07);
}

.cvtd-content-card {
    padding: 48px;
}

.cvtd-content-heading span {
    color: var(--cvtd-green);
    font-size: .69rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.cvtd-content-heading h2 {
    margin: 9px 0 35px;
    font-size: 2.4rem;
    font-weight: 890;
    letter-spacing: -.045em;
}

.cvtd-content {
    color: #496c7c;
    font-size: 1.04rem;
    line-height: 1.85;
}

.cvtd-content p {
    margin: 0 0 20px;
}

.cvtd-content p:first-child {
    color: var(--cvtd-ink);
    font-size: 1.22rem;
    font-weight: 800;
}

.cvtd-reading-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    margin-top: 45px;
    padding: 25px;
    border-radius: 20px;
    background: #edf8f5;
}

.cvtd-reading-note > span {
    font-size: 1.7rem;
}

.cvtd-reading-note strong {
    display: block;
    margin-bottom: 7px;
}

.cvtd-reading-note p {
    margin: 0;
    color: #587783;
    line-height: 1.65;
}

.cvtd-certificate {
    position: sticky;
    top: 95px;
    padding: 30px;
}

.cvtd-certificate-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2ecef;
}

.cvtd-certificate-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: #dff5ed;
    color: #168365;
    font-size: 1.2rem;
    font-weight: 900;
}

.cvtd-certificate-heading small {
    color: #6c8995;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.cvtd-certificate-heading h2 {
    margin: 2px 0 0;
    font-size: 1.45rem;
}

.cvtd-certificate dl {
    margin: 22px 0;
}

.cvtd-certificate dl div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid #edf2f4;
}

.cvtd-certificate dt {
    color: #708b97;
    font-size: .74rem;
}

.cvtd-certificate dd {
    margin: 0;
    font-size: .78rem;
    font-weight: 820;
    text-align: right;
}

.cvtd-hash {
    padding: 19px;
    border-radius: 17px;
    background: #f2f7f9;
}

.cvtd-hash > span {
    display: block;
    margin-bottom: 10px;
    color: #66838f;
    font-size: .63rem;
    font-weight: 900;
    letter-spacing: .11em;
}

.cvtd-hash code {
    display: block;
    overflow-wrap: anywhere;
    color: #315e70;
    font-size: .68rem;
    line-height: 1.6;
}

.cvtd-hash p {
    margin: 12px 0 0;
    color: #78909a;
    font-size: .72rem;
    line-height: 1.5;
}

.cvtd-actions {
    display: grid;
    gap: 9px;
    margin-top: 20px;
}

.cvtd-actions button,
.cvtd-actions a {
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-size: .77rem;
    font-weight: 850;
    text-decoration: none;
}

.cvtd-actions button {
    background: #153f55;
    color: #ffffff;
}

.cvtd-actions a {
    border: 1px solid #d8e5e9;
    background: #ffffff;
    color: #17445a;
}

.cvtd-principle {
    padding: 100px 0;
    background: #061b2b;
    color: #ffffff;
    text-align: center;
}

.cvtd-principle span {
    color: #73ded0;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .15em;
}

.cvtd-principle h2 {
    max-width: 920px;
    margin: 18px auto 0;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: 1.04;
}

@media (max-width: 900px) {

    .cvtd-layout {
        grid-template-columns: 1fr;
    }

    .cvtd-certificate {
        position: static;
    }
}

@media (max-width: 650px) {

    .cvtd-shell {
        width: min(100% - 26px, 1160px);
    }

    .cvtd-hero-grid {
        grid-template-columns: 1fr;
    }

    .cvtd-content-card {
        padding: 30px 25px;
    }

    .cvtd-certificate dl div {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .cvtd-certificate dd {
        text-align: left;
    }
}

@media print {

    .cv-public-header,
    .cv-public-footer,
    .cvtd-back,
    .cvtd-actions,
    .cvtd-principle,
    .cvtd-reading-note {
        display: none !important;
    }

    .cvtd-page,
    .cvtd-main {
        background: #ffffff;
    }

    .cvtd-hero {
        padding: 25px 0;
        background: #ffffff;
        color: #000000;
    }

    .cvtd-hero p,
    .cvtd-kicker {
        color: #333333;
    }

    .cvtd-layout {
        display: block;
    }

    .cvtd-content-card,
    .cvtd-certificate {
        border: 0;
        box-shadow: none;
    }

    .cvtd-certificate {
        margin-top: 25px;
    }
}


/* =========================================================
   MEMBERSHIP JOURNEY LAUNCHER & PLAYER
   ========================================================= */

.cvm-launcher {
    min-height: 100vh;
    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(65, 211, 183, .18),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #061b2b,
            #0d5269
        );
    color: #ffffff;
}

.cvm-launcher-hero {
    min-height: 820px;
    display: grid;
    place-items: center;
    padding: 110px 20px 80px;
}

.cvm-launcher-shell {
    width: min(850px, 100%);
    text-align: center;
}

.cvm-launcher-kicker {
    color: #78dfd0;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .17em;
}

.cvm-launcher-icon {
    margin: 30px 0 18px;
    font-size: 4.2rem;
}

.cvm-launcher h1 {
    margin: 0;
    font-size: clamp(3.2rem, 7vw, 6.3rem);
    font-weight: 900;
    letter-spacing: -.065em;
    line-height: .95;
}

.cvm-launcher-lead {
    max-width: 700px;
    margin: 27px auto;
    color: rgba(255,255,255,.76);
    font-size: 1.2rem;
    line-height: 1.75;
}

.cvm-launcher-facts {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 45px 0 35px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 23px;
    background: rgba(255,255,255,.08);
}

.cvm-launcher-facts div {
    padding: 23px;
    background: rgba(3, 28, 43, .30);
}

.cvm-launcher-facts strong,
.cvm-launcher-facts span {
    display: block;
}

.cvm-launcher-facts strong {
    font-size: 1.35rem;
}

.cvm-launcher-facts span {
    margin-top: 5px;
    color: rgba(255,255,255,.64);
    font-size: .76rem;
}

.cvm-launcher-button {
    min-height: 57px;
    padding: 0 31px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #123e54;
    cursor: pointer;
    font-weight: 900;
    box-shadow: 0 17px 40px rgba(0,0,0,.20);
}

.cvm-launcher-note {
    margin-top: 19px;
    color: rgba(255,255,255,.55);
    font-size: .78rem;
}

.cvj-page {
    min-height: 100vh;
    padding: 125px 20px 85px;
    background: #f1f7f9;
    color: #12384b;
}

.cvj-shell {
    width: min(920px, 100%);
    margin: 0 auto;
}

.cvj-header {
    margin-bottom: 25px;
}

.cvj-exit {
    color: #5d7b88;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

.cvj-header-meta,
.cvj-progress-labels {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cvj-header-meta {
    margin: 26px 0 13px;
}

.cvj-header-meta span {
    color: #1b9b7e;
    font-weight: 850;
}

.cvj-header-meta strong {
    font-size: .82rem;
}

.cvj-progress-track {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #d8e7eb;
}

.cvj-progress-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background:
        linear-gradient(
            90deg,
            #1b9e80,
            #3fc8ae
        );
}

.cvj-progress-labels {
    margin-top: 9px;
    color: #728b96;
    font-size: .7rem;
}

.cvj-card,
.cvj-error {
    padding: 54px;
    border: 1px solid rgba(16, 67, 93, .09);
    border-radius: 31px;
    background: #ffffff;
    box-shadow: 0 24px 65px rgba(17, 61, 83, .08);
}

.cvj-compass {
    font-size: 2.5rem;
}

.cvj-step-code {
    display: block;
    margin-top: 23px;
    color: #1c9c7e;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.cvj-card h1 {
    margin: 10px 0 17px;
    font-size: clamp(2.6rem, 6vw, 4.7rem);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .98;
}

.cvj-description {
    max-width: 680px;
    color: #637f8b;
    font-size: 1.08rem;
    line-height: 1.75;
}

.cvj-guide {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    margin: 34px 0;
    padding: 25px;
    border-radius: 21px;
    background: #eaf7f3;
}

.cvj-guide > span {
    font-size: 1.8rem;
}

.cvj-guide p {
    margin: 7px 0 0;
    color: #557682;
    line-height: 1.65;
}

.cvj-document-link {
    display: inline-flex;
    gap: 9px;
    color: #1675b6;
    font-size: .84rem;
    font-weight: 850;
    text-decoration: none;
}

.cvj-navigation {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid #e2ecef;
}

.cvj-button-primary,
.cvj-button-secondary {
    min-height: 49px;
    padding: 0 24px;
    border-radius: 999px;
    cursor: pointer;
    font-size: .8rem;
    font-weight: 850;
}

.cvj-button-primary {
    border: 0;
    background: #153f55;
    color: #ffffff;
}

.cvj-button-secondary {
    border: 1px solid #d4e3e8;
    background: #ffffff;
    color: #17465b;
}

.cvj-error {
    text-align: center;
}

.cvj-error a {
    color: #1675b6;
    font-weight: 850;
}

@media (max-width: 650px) {

    .cvm-launcher-facts {
        grid-template-columns: 1fr;
    }

    .cvj-page {
        padding-right: 13px;
        padding-left: 13px;
    }

    .cvj-card,
    .cvj-error {
        padding: 34px 25px;
    }

    .cvj-header-meta,
    .cvj-progress-labels {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
}


/* =========================================================
   TRUST CENTER — DASHBOARD DOCUMENTALE
   ========================================================= */

.cvt-dashboard {
    position: relative;
    z-index: 4;
    margin-top: -34px;
}

.cvt-dashboard-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.cvt-stat-card {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 112px;
    padding: 20px;
    border: 1px solid rgba(210, 227, 232, .95);
    border-radius: 21px;
    background: rgba(255, 255, 255, .97);
    box-shadow:
        0 18px 44px rgba(15, 63, 83, .09);
}

.cvt-stat-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 15px;
    background: #e8f6f2;
    font-size: 1.35rem;
}

.cvt-stat-card strong,
.cvt-stat-card div > span {
    display: block;
}

.cvt-stat-card strong {
    color: #123f55;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1.1;
}

.cvt-stat-card div > span {
    margin-top: 6px;
    color: #718993;
    font-size: .71rem;
    font-weight: 750;
    line-height: 1.35;
}

@media (max-width: 980px) {

    .cvt-dashboard-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {

    .cvt-dashboard {
        margin-top: -20px;
    }

    .cvt-dashboard-grid {
        grid-template-columns: 1fr;
    }
}
