:root {
    --deepblue: #003366;
    --emeraldgreen: #50c878;
    --dejourney-mist: #ebf2f2;
    --dejourney-teal: #095b73;
    --dejourney-cyan: #65b7c7;
    --dejourney-orange: #e95d24;
    --dejourney-logo-frame: rgb(255 255 255 / 0.18);
    --slatecool: #0f172a;
    --softbg: #f8fafc;
}

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
}

body {
    margin: 0;
    line-height: inherit;
}

h1,
h2,
h3,
p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button,
input,
textarea {
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
}

button {
    background-color: transparent;
    background-image: none;
}

button,
[role="button"] {
    cursor: pointer;
}

img,
svg {
    display: block;
    max-width: 100%;
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

summary {
    display: list-item;
}

.pointer-events-none { pointer-events: none; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }
.-inset-1\.5 { inset: -0.375rem; }
.-right-12 { right: -3rem; }
.-top-12 { top: -3rem; }
.top-0 { top: 0; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-50 { z-index: 50; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-1\.5 { margin-top: 0.375rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.block { display: block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.aspect-square { aspect-ratio: 1 / 1; }
.h-1 { height: 0.25rem; }
.h-2 { height: 0.5rem; }
.h-4 { height: 1rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-14 { height: 3.5rem; }
.h-20 { height: 5rem; }
.h-40 { height: 10rem; }
.h-48 { height: 12rem; }
.h-full { height: 100%; }
.w-2 { width: 0.5rem; }
.w-6 { width: 1.5rem; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-40 { width: 10rem; }
.w-48 { width: 12rem; }
.w-auto { width: auto; }
.w-full { width: 100%; }
.min-w-\[200px\] { min-width: 200px; }
.max-w-\[320px\] { max-width: 320px; }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-w-xl { max-width: 36rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.flex-grow { flex-grow: 1; }
.flex-shrink-0,
.shrink-0 { flex-shrink: 0; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.flex-col { flex-direction: column; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.overflow-hidden { overflow: hidden; }
.rounded-sm { border-radius: 0.125rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-\[2rem\] { border-radius: 2rem; }
.rounded-full { border-radius: 9999px; }
.border { border-width: 1px; }
.border-4 { border-width: 4px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.border-l { border-left-width: 1px; }
.border-white { border-color: #fff; }
.border-white\/10 { border-color: rgb(255 255 255 / 0.1); }
.border-white\/20 { border-color: rgb(255 255 255 / 0.2); }
.border-white\/35 { border-color: rgb(255 255 255 / 0.35); }
.border-slate-100 { border-color: #f1f5f9; }
.border-slate-200 { border-color: #e2e8f0; }
.border-slate-200\/80 { border-color: rgb(226 232 240 / 0.8); }
.border-slate-300 { border-color: #cbd5e1; }
.border-slate-700\/60 { border-color: rgb(51 65 85 / 0.6); }
.border-deepblue\/10 { border-color: rgb(0 51 102 / 0.1); }
.border-emeraldgreen\/25 { border-color: rgb(80 200 120 / 0.25); }
.border-\[\#0077B5\]\/20 { border-color: rgb(0 119 181 / 0.2); }
.bg-white { background-color: #fff; }
.bg-white\/5 { background-color: rgb(255 255 255 / 0.05); }
.bg-white\/10 { background-color: rgb(255 255 255 / 0.1); }
.bg-white\/95 { background-color: rgb(255 255 255 / 0.95); }
.bg-slate-50 { background-color: #f8fafc; }
.bg-slate-100 { background-color: #f1f5f9; }
.bg-deepblue { background-color: var(--deepblue); }
.bg-deepblue\/5 { background-color: rgb(0 51 102 / 0.05); }
.bg-emeraldgreen { background-color: var(--emeraldgreen); }
.bg-emeraldgreen\/5 { background-color: rgb(80 200 120 / 0.05); }
.bg-emeraldgreen\/10 { background-color: rgb(80 200 120 / 0.1); }
.bg-emeraldgreen\/15 { background-color: rgb(80 200 120 / 0.15); }
.bg-softbg { background-color: var(--softbg); }
.bg-\[\#0077B5\] { background-color: #0077b5; }
.bg-\[\#0077B5\]\/10 { background-color: rgb(0 119 181 / 0.1); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--gradient-stops)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--gradient-stops)); }
.from-deepblue { --gradient-from: #003366; --gradient-to: rgb(0 51 102 / 0); --gradient-stops: var(--gradient-from), var(--gradient-to); }
.via-slatecool { --gradient-to: rgb(15 23 42 / 0); --gradient-stops: var(--gradient-from), #0f172a, var(--gradient-to); }
.to-emeraldgreen { --gradient-to: #50c878; }
.to-emeraldgreen\/80 { --gradient-to: rgb(80 200 120 / 0.8); }
.to-slatecool { --gradient-to: #0f172a; }
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }
.p-1 { padding: 0.25rem; }
.p-1\.5 { padding: 0.375rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pl-2 { padding-left: 0.5rem; }
.pb-8 { padding-bottom: 2rem; }
.pr-10 { padding-right: 2.5rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.font-sans { font-family: "Plus Jakarta Sans", sans-serif; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.text-\[8px\] { font-size: 8px; }
.text-\[9px\] { font-size: 9px; }
.text-\[10px\] { font-size: 10px; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.font-light { font-weight: 300; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.text-white { color: #fff; }
.text-slate-100 { color: #f1f5f9; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-slate-800 { color: #1e293b; }
.text-deepblue { color: var(--deepblue); }
.text-emeraldgreen { color: var(--emeraldgreen); }
.text-\[\#0077B5\] { color: #0077b5; }
.placeholder-slate-400::placeholder { color: #94a3b8; opacity: 1; }
.opacity-10 { opacity: 0.1; }
.opacity-25 { opacity: 0.25; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.shadow-inner { box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05); }
.shadow-deepblue\/10 { box-shadow: 0 10px 15px -3px rgb(0 51 102 / 0.1), 0 4px 6px -4px rgb(0 51 102 / 0.1); }
.blur { filter: blur(8px); }
.blur-2xl { filter: blur(40px); }
.filter { filter: var(--page-filter, none); }
.brightness-200 { --page-filter: brightness(2); }
.backdrop-blur { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.backdrop-blur-sm { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.backdrop-blur-md { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.outline-none,
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.resize-none { resize: none; }
.scroll-smooth { scroll-behavior: smooth; }
.scroll-mt-20 { scroll-margin-top: 5rem; }
.select-none { user-select: none; }
.transition { transition: color 150ms, background-color 150ms, border-color 150ms, opacity 150ms, box-shadow 150ms, transform 150ms; }
.transition-all { transition: all 150ms; }
.transition-colors { transition: color 150ms, background-color 150ms, border-color 150ms; }
.transition-transform { transition: transform 150ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.duration-1000 { transition-duration: 1000ms; }
.cursor-pointer { cursor: pointer; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } }
@keyframes pulse { 50% { opacity: 0.5; } }
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-spin { animation: spin 1s linear infinite; }
.animate-ping { animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.hover\:-translate-y-0\.5:hover { transform: translateY(-0.125rem); }
.hover\:-translate-y-1:hover { transform: translateY(-0.25rem); }
.hover\:bg-white\/20:hover { background-color: rgb(255 255 255 / 0.2); }
.hover\:bg-slate-200:hover { background-color: #e2e8f0; }
.hover\:bg-deepblue\/90:hover { background-color: rgb(0 51 102 / 0.9); }
.hover\:bg-deepblue\/95:hover { background-color: rgb(0 51 102 / 0.95); }
.hover\:bg-emeraldgreen\/95:hover { background-color: rgb(80 200 120 / 0.95); }
.hover\:bg-\[\#0077B5\]\/90:hover { background-color: rgb(0 119 181 / 0.9); }
.hover\:text-emeraldgreen:hover { color: var(--emeraldgreen); }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.hover\:shadow-deepblue\/25:hover { box-shadow: 0 10px 15px -3px rgb(0 51 102 / 0.25), 0 4px 6px -4px rgb(0 51 102 / 0.25); }
.hover\:shadow-emeraldgreen\/20:hover { box-shadow: 0 20px 25px -5px rgb(80 200 120 / 0.2), 0 8px 10px -6px rgb(80 200 120 / 0.2); }
.group:hover .group-hover\:opacity-45 { opacity: 0.45; }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group\/cert:hover .group-hover\/cert\:scale-\[1\.03\] { transform: scale(1.03); }
.focus\:border-deepblue:focus { border-color: var(--deepblue); }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px var(--focus-ring-color, rgb(59 130 246 / 0.5)); }
.focus\:ring-emeraldgreen\/40:focus { --focus-ring-color: rgb(80 200 120 / 0.4); }

[lang-content] { display: none !important; }
body.lang-es [lang-content="es"],
body.lang-en [lang-content="en"],
body.lang-pt [lang-content="pt"] {
    display: block !important;
    animation: fadeIn 0.4s ease-out forwards;
}
body.lang-es span[lang-content="es"],
body.lang-es inline[lang-content="es"],
body.lang-en span[lang-content="en"],
body.lang-en inline[lang-content="en"],
body.lang-pt span[lang-content="pt"],
body.lang-pt inline[lang-content="pt"] { display: inline-block !important; }
body.lang-es flex[lang-content="es"],
body.lang-en flex[lang-content="en"],
body.lang-pt flex[lang-content="pt"] { display: flex !important; }

.lang-btn.active {
    border-color: var(--emeraldgreen);
    background-color: rgb(80 200 120 / 0.1);
    color: var(--deepblue);
    font-weight: 700;
}

.desktop-section-nav { display: none; }

.dejourney-header {
    border-color: rgb(101 183 199 / 0.38);
    background: var(--deepblue);
    box-shadow: 0 8px 24px rgb(9 91 115 / 0.08);
}

.dejourney-brand {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.35rem;
}

.dejourney-brand-logo {
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 auto;
    border: 4px solid var(--dejourney-logo-frame);
    border-radius: 1.5rem;
    object-fit: cover;
    box-shadow: 0 14px 35px rgb(0 0 0 / 0.2);
    transition: transform 220ms ease;
}

.dejourney-brand:hover .dejourney-brand-logo {
    transform: rotate(-2deg) scale(1.03);
}

.dejourney-brand-name {
    max-width: 6rem;
    color: #ffffff;
    font-size: 0.57rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    line-height: 1.25;
    text-transform: uppercase;
}

.dejourney-header .lang-btn {
    width: 2rem;
}

.dejourney-header .lang-btn.active {
    border-color: var(--dejourney-cyan);
    background-color: rgb(101 183 199 / 0.22);
    color: var(--dejourney-teal);
}

.header-content-link {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: var(--deepblue);
    font-size: 0.875rem;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.header-content-link:hover {
    transform: translateY(-1px);
    background: rgb(101 183 199 / 0.22);
    color: var(--dejourney-teal);
}

.header-content-link:active {
    transform: translateY(0);
}

.header-content-link:focus-visible {
    outline: 3px solid var(--dejourney-cyan);
    outline-offset: 1px;
}

.header-newsletter-link:hover {
    color: var(--dejourney-orange);
}

.header-content-links i {
    width: 1em;
    text-align: center;
}

.dejourney-brand-name::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2px;
    margin-top: 0.35rem;
    border-radius: 9999px;
    background: linear-gradient(90deg, var(--dejourney-orange), var(--dejourney-cyan));
}

.dejourney-footer-logo {
    width: 5.75rem;
    height: 5.75rem;
    border: 4px solid var(--dejourney-logo-frame);
    border-radius: 1.5rem;
    object-fit: cover;
    box-shadow: 0 14px 35px rgb(0 0 0 / 0.2);
}

.dejourney-footer-name {
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
}

.contact-diagnostic-section {
    background-color: #ffffff;
}

.maturity-test-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(101 183 199 / 0.3);
    border-radius: 2rem;
    background-color: #062f4a;
    box-shadow: 0 28px 70px rgb(0 51 102 / 0.2);
    color: #ffffff;
}

.maturity-test-glow {
    position: absolute;
    top: -8rem;
    right: -6rem;
    width: 20rem;
    height: 20rem;
    border: 4rem solid rgb(101 183 199 / 0.08);
    border-radius: 9999px;
    box-shadow: 0 0 0 3rem rgb(80 200 120 / 0.035);
    pointer-events: none;
}

.maturity-test-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.4fr);
}

.maturity-test-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 3rem;
    border-right: 1px solid rgb(255 255 255 / 0.13);
}

.maturity-test-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.25rem;
    color: #9ee7b7;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.maturity-test-pulse {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 9999px;
    background-color: var(--emeraldgreen);
    box-shadow: 0 0 0 0 rgb(80 200 120 / 0.55);
    animation: maturity-pulse 2.2s ease-out infinite;
}

.maturity-test-intro h3 {
    max-width: 24rem;
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp(1.85rem, 3.5vw, 3.1rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.02;
}

.maturity-test-intro > p:not(.maturity-test-note) {
    max-width: 28rem;
    color: rgb(226 232 240 / 0.82);
    font-size: 0.95rem;
    line-height: 1.75;
}

.maturity-test-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 1.75rem;
    padding: 0.95rem 1.25rem;
    border: 1px solid rgb(255 255 255 / 0.24);
    border-radius: 0.85rem;
    background-color: var(--dejourney-orange);
    box-shadow: 0 12px 28px rgb(0 0 0 / 0.2);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.maturity-test-cta:hover {
    transform: translateY(-3px);
    background-color: #d84f19;
    box-shadow: 0 16px 34px rgb(0 0 0 / 0.28);
}

.maturity-test-cta:focus-visible {
    outline: 3px solid var(--emeraldgreen);
    outline-offset: 4px;
}

.maturity-test-note {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 1rem;
    color: rgb(226 232 240 / 0.68);
    font-size: 0.73rem;
    line-height: 1.5;
}

.maturity-test-note i {
    margin-top: 0.2rem;
    color: var(--emeraldgreen);
}

.maturity-deliverables {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
    padding: 2rem;
}

.maturity-deliverable {
    position: relative;
    display: flex;
    min-height: 19rem;
    flex-direction: column;
    padding: 1.5rem;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 0.14);
    border-radius: 1.35rem;
    background-color: rgb(255 255 255 / 0.075);
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.maturity-deliverable:hover {
    transform: translateY(-4px);
    border-color: rgb(101 183 199 / 0.55);
    background-color: rgb(255 255 255 / 0.11);
}

.maturity-deliverable-featured {
    border-top: 3px solid var(--dejourney-orange);
    background-color: rgb(255 255 255 / 0.12);
}

.maturity-deliverable-number {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    color: rgb(255 255 255 / 0.12);
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1;
}

.maturity-deliverable-icon {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: auto;
    place-items: center;
    border: 1px solid rgb(101 183 199 / 0.35);
    border-radius: 0.85rem;
    background-color: rgb(101 183 199 / 0.12);
    color: #8fd9e7;
}

.maturity-deliverable-featured .maturity-deliverable-icon {
    border-color: rgb(233 93 36 / 0.5);
    background-color: rgb(233 93 36 / 0.14);
    color: #ff9c73;
}

.maturity-deliverable h4 {
    margin: 2.2rem 0 0.75rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
}

.maturity-deliverable p {
    color: rgb(226 232 240 / 0.72);
    font-size: 0.78rem;
    line-height: 1.6;
}

.diagnostic-next-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.5rem;
    align-items: center;
    padding: 2rem clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgb(80 200 120 / 0.35);
    border-radius: 1.5rem;
    background-color: #f2fbf5;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.8);
}

.diagnostic-next-step-mark {
    display: grid;
    width: 4rem;
    height: 4rem;
    place-items: center;
    border-radius: 1.15rem;
    background-color: var(--deepblue);
    box-shadow: 0 12px 24px rgb(0 51 102 / 0.18);
    color: var(--emeraldgreen);
    font-size: 1.25rem;
}

.diagnostic-next-step-label {
    margin-bottom: 0.35rem;
    color: #23874a;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.diagnostic-next-step h3 {
    margin-bottom: 0.55rem;
    color: var(--deepblue);
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.diagnostic-next-step > div > p:not(.diagnostic-next-step-label) {
    max-width: 58rem;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.7;
}

@keyframes maturity-pulse {
    70% { box-shadow: 0 0 0 0.55rem rgb(80 200 120 / 0); }
    100% { box-shadow: 0 0 0 0 rgb(80 200 120 / 0); }
}

@media (max-width: 960px) {
    .maturity-test-grid { grid-template-columns: 1fr; }
    .maturity-test-intro {
        padding: 2.5rem;
        border-right: 0;
        border-bottom: 1px solid rgb(255 255 255 / 0.13);
    }
}

@media (max-width: 700px) {
    .maturity-test-card { border-radius: 1.5rem; }
    .maturity-test-intro { padding: 2rem 1.4rem; }
    .maturity-test-cta { width: 100%; }
    .maturity-deliverables {
        grid-template-columns: 1fr;
        padding: 1rem;
    }
    .maturity-deliverable { min-height: 14rem; }
    .diagnostic-next-step {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }
    .diagnostic-next-step-mark {
        width: 3.25rem;
        height: 3.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .maturity-test-pulse { animation: none; }
    .maturity-test-cta,
    .maturity-deliverable { transition: none; }
}

.resource-library-card {
    position: relative;
    border-color: rgb(101 183 199 / 0.5);
    box-shadow: 0 14px 36px rgb(0 51 102 / 0.08);
}

.resource-library-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background-color: var(--dejourney-cyan);
}

.resource-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.resource-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 1.6rem;
    padding: 0.25rem 0.55rem;
    border: 1px solid rgb(80 200 120 / 0.42);
    border-radius: 9999px;
    background-color: rgb(80 200 120 / 0.13);
    color: #207a42;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    line-height: 1;
    text-transform: uppercase;
}

.resource-badge i {
    flex: 0 0 auto;
    font-size: 0.62rem;
}

.resource-badge-accent {
    border-color: rgb(80 200 120 / 0.42);
    background-color: rgb(80 200 120 / 0.13);
    color: #207a42;
}

.faq-item[open] {
    border-color: rgb(80 200 120 / 0.65);
    box-shadow: 0 10px 30px rgb(0 51 102 / 0.06);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary { list-style: none; }
.faq-item summary::after {
    content: "+";
    flex: 0 0 auto;
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 9999px;
    background: rgb(0 51 102 / 0.08);
    color: var(--deepblue);
    font-size: 1.25rem;
    line-height: 1;
    transition: transform 180ms ease, background-color 180ms ease;
}
.faq-item[open] summary::after {
    transform: rotate(45deg);
    background: rgb(80 200 120 / 0.2);
}

.confirmation-return-link {
    min-width: 14rem;
    max-width: 100%;
    padding: 1rem 2rem;
    line-height: 1.35;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 640px) {
    .dejourney-brand { gap: 0.8rem; }
    .dejourney-brand-logo { width: 4rem; height: 4rem; }
    .dejourney-brand-name { max-width: 13rem; font-size: 0.82rem; }
    .dejourney-header .lang-btn { width: 2.5rem; }
    .header-content-link { width: 2.5rem; }
    .sm\:flex-row { flex-direction: row; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:gap-2 { gap: 0.5rem; }
    .sm\:gap-3 { gap: 0.75rem; }
    .sm\:gap-4 { gap: 1rem; }
    .sm\:h-12 { height: 3rem; }
    .sm\:w-auto { width: auto; }
    .sm\:p-4 { padding: 1rem; }
    .sm\:p-5 { padding: 1.25rem; }
    .sm\:p-10 { padding: 2.5rem; }
    .sm\:p-12 { padding: 3rem; }
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .sm\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
    .sm\:pb-10 { padding-bottom: 2.5rem; }
    .sm\:pl-3 { padding-left: 0.75rem; }
    .sm\:text-\[9px\] { font-size: 9px; }
    .sm\:text-\[10px\] { font-size: 10px; }
    .sm\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
    .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .sm\:text-5xl { font-size: 3rem; line-height: 1; }
}

@media (max-width: 520px) {
    .dejourney-brand-name { display: none; }
}

@media (min-width: 768px) {
    .md\:col-span-5 { grid-column: span 5 / span 5; }
    .md\:col-span-7 { grid-column: span 7 / span 7; }
    .md\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
    .md\:flex-row { flex-direction: row; }
    .md\:items-center { align-items: center; }
    .md\:gap-12 { gap: 3rem; }
    .md\:border-l { border-left-width: 1px; }
    .md\:border-slate-200 { border-color: #e2e8f0; }
    .md\:pl-8 { padding-left: 2rem; }
    .md\:text-left { text-align: left; }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
    .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

@media (min-width: 1180px) {
    .desktop-section-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.125rem;
        padding: 0.3rem;
        border: 1px solid rgb(101 183 199 / 0.38);
        border-radius: 9999px;
        background: #f1f5f9;
    }
    .desktop-section-nav a {
        padding: 0.55rem 0.75rem;
        border-radius: 9999px;
        color: rgb(9 91 115 / 0.78);
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 1;
        transition: all 180ms ease;
    }
    .desktop-section-nav a:hover {
        color: var(--deepblue);
        background: rgb(101 183 199 / 0.2);
    }
    .desktop-section-nav a.is-active {
        color: var(--deepblue);
        background: rgb(101 183 199 / 0.28);
        box-shadow: inset 0 0 0 1px rgb(101 183 199 / 0.48);
    }
}

body.identity-modal-open {
    overflow: hidden;
}

.identity-modal[hidden],
.identity-modal [hidden] {
    display: none;
}

.identity-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.identity-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgb(3 25 45 / 0.76);
    backdrop-filter: blur(8px);
}

.identity-modal__card {
    position: relative;
    width: min(100%, 30rem);
    max-height: calc(100vh - 3rem);
    overflow-y: auto;
    padding: clamp(1.5rem, 5vw, 2.5rem);
    border: 1px solid rgb(101 183 199 / 0.35);
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 2rem 5rem rgb(3 25 45 / 0.35);
}

.identity-modal__logo {
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 1.25rem;
    border-radius: 1rem;
    object-fit: cover;
}

.identity-modal__eyebrow {
    color: var(--dejourney-teal);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.identity-modal__title {
    margin-top: 0.35rem;
    color: var(--deepblue);
    font-size: clamp(1.6rem, 5vw, 2.1rem);
    line-height: 1.15;
}

.identity-modal__description {
    margin-top: 0.75rem;
    color: #475569;
    line-height: 1.65;
}

.identity-modal__form {
    margin-top: 1.5rem;
}

.identity-modal__form label {
    display: block;
    margin: 1rem 0 0.4rem;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 800;
}

.identity-modal__form input {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    background: #fff;
    outline: none;
}

.identity-modal__form input:focus {
    border-color: var(--dejourney-cyan);
    box-shadow: 0 0 0 3px rgb(101 183 199 / 0.22);
}

.identity-modal__error {
    min-height: 1.5rem;
    margin-top: 0.75rem;
    color: #b42318;
    font-size: 0.9rem;
}

.identity-modal__submit {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 0.75rem;
    padding: 0.85rem 1.25rem;
    border-radius: 9999px;
    background: var(--dejourney-teal);
    color: #fff;
    font-weight: 800;
    text-align: center;
    transition: opacity 180ms ease, transform 180ms ease;
}

.identity-modal__submit:hover {
    transform: translateY(-1px);
}

.identity-modal__submit:disabled {
    cursor: wait;
    opacity: 0.65;
    transform: none;
}

.identity-modal__success {
    margin-top: 1rem;
}
