.welcome-page {
    --glass-blur: 16px;
    --glass-saturate: 180%;
    --glass-bg: rgba(255, 255, 255, 0.82);
    --glass-bg-strong: rgba(255, 255, 255, 0.94);
    --glass-border: rgba(255, 255, 255, 0.72);
    --glass-border-soft: rgba(201, 214, 228, 0.55);
    --glass-shadow: 0 8px 32px rgba(19, 41, 30, 0.1);
    --glass-inset: inset 0 1px 0 rgba(255, 255, 255, 0.88);
    --glass-photo-shadow:
        0 16px 40px -12px rgba(19, 41, 30, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);
    --glass-panel-bg:
        linear-gradient(145deg, rgba(255, 255, 255, 0.72) 0%, rgba(224, 236, 248, 0.45) 45%, rgba(236, 248, 228, 0.38) 100%);
}

.welcome-page .hero-section {
    background-color: #ffffff;
    background-image:
        radial-gradient(ellipse 80% 60% at 90% 0%, rgba(167, 212, 78, 0.06) 0%, transparent 60%),
        radial-gradient(ellipse 55% 45% at 100% 50%, rgba(147, 197, 253, 0.05) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 0% 100%, rgba(19, 41, 30, 0.03) 0%, transparent 55%);
    padding: 5rem 0 4rem;
    overflow: hidden;
    position: relative;
}

.welcome-page .hero-section::before {
    display: none;
}

.welcome-page .hero-title {
    font-family: 'Hanken Grotesk', 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    color: var(--green-ink, #13291E);
    font-size: clamp(2.5rem, 4.8vw, 3.5rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
    margin-bottom: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.welcome-page .hero-title-fixed {
    display: block;
}

.welcome-page .hero-rotate-wrap {
    display: block;
    position: relative;
    vertical-align: bottom;
    min-width: 14ch;
    height: 1.12em;
    margin-top: 0.06em;
    overflow: hidden;
}

.welcome-page .hero-rotate-word {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: var(--lime-accent, #A7D44E);
    background: linear-gradient(135deg, #84cc16 0%, #A7D44E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.75s ease, transform 0.75s ease;
    white-space: nowrap;
}

.welcome-page .hero-rotate-word.is-active {
    opacity: 1;
    transform: translateY(0);
}

.welcome-page .hero-rotate-word.is-exiting {
    opacity: 0;
    transform: translateY(-100%);
}

.welcome-page .hero-subtitle {
    font-family: 'Inter', sans-serif;
    color: #4b5563;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.6;
    margin-top: 1.35rem;
    margin-bottom: 2.25rem;
    max-width: 560px;
}

.welcome-page .btn-custom-green {
    background-color: var(--lime-accent, #A7D44E);
    color: var(--green-ink, #13291E);
    font-weight: 700;
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    padding: 1rem 2.25rem;
    border-radius: 999px;
    border: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    box-shadow: 0 4px 14px -4px rgba(19, 41, 30, 0.25);
    text-decoration: none;
}

.welcome-page .btn-custom-green:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -8px rgba(19, 41, 30, 0.3);
    background-color: #bef264;
    color: var(--green-ink, #13291E);
}

.welcome-page .btn-custom-green:focus-visible {
    outline: 2px solid var(--green-ink, #13291E);
    outline-offset: 3px;
}

@media (max-width: 991.98px) {
    .welcome-page .hero-section {
        padding: 3.5rem 0 2.5rem;
        text-align: center;
    }

    .welcome-page .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .welcome-page .hero-section .d-flex.flex-wrap {
        justify-content: center;
    }

    .welcome-page .hero-rotate-wrap {
        display: block;
        margin: 0.1em auto 0;
        min-width: 12ch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .welcome-page .hero-rotate-word {
        transition: none;
        position: static;
        opacity: 0;
        transform: none;
        display: none;
    }

    .welcome-page .hero-rotate-word.is-active {
        display: inline;
        opacity: 1;
    }
}

.welcome-page .hero-visual {
    position: relative;
    width: 100%;
    padding: 0.5rem 0 0;
    display: flex;
    justify-content: center;
}

.welcome-page .hero-visual-grid {
    display: grid;
    place-items: stretch;
    width: 100%;
    max-width: min(100%, 480px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .welcome-page .hero-visual {
        padding: 0;
    }

    .welcome-page .hero-visual-grid {
        max-width: 100%;
    }
}

.welcome-page .hero-slide,
.welcome-page .hero-slide-image {
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.75s ease, opacity 0.75s ease;
}

.welcome-page .hero-slide[aria-current="true"],
.welcome-page .hero-slide-image[aria-current="true"] {
    visibility: visible;
    opacity: 1;
}

/* Sweep-style composition: smaller photo with floating chip cards */
.welcome-page .hero-slide {
    position: relative;
}

.welcome-page .hero-photo-glass {
    position: absolute;
    z-index: 1;
    padding: 4px;
    border-radius: 18px;
    background: var(--glass-bg);
    backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
    -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow), var(--glass-inset);
    overflow: hidden;
}

.welcome-page .hero-photo-glass--primary {
    top: 0;
    left: 0;
    width: 58%;
    height: 62%;
    z-index: 1;
}

.welcome-page .hero-photo-glass--secondary {
    bottom: 0;
    right: 0;
    width: 66%;
    height: 52%;
    z-index: 2;
}

.welcome-page .hero-slide-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.welcome-page .hero-chip {
    position: absolute;
    z-index: 4;
    background: var(--glass-bg);
    backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
    -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
    border: 1px solid var(--glass-border);
    border-radius: 14px;
    padding: 0.55rem 0.7rem;
    box-shadow: var(--glass-shadow), var(--glass-inset);
    display: flex;
    align-items: center;
    gap: 0.55rem;
    max-width: 62%;
}

.welcome-page .hero-chip--tl { top: 4%;  left: -2%; }
.welcome-page .hero-chip--bl { bottom: 6%; left: -3%; }
.welcome-page .hero-chip--tr { top: 2%;  right: -2%; }
.welcome-page .hero-chip--br { bottom: 8%; right: -3%; }

.welcome-page .hero-chip-donut {
    flex-shrink: 0;
}

.welcome-page .hero-chip-copy {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.welcome-page .hero-chip-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--green-ink, #13291E);
    letter-spacing: -0.01em;
    line-height: 1.15;
    white-space: nowrap;
}

.welcome-page .hero-chip-sub {
    font-family: 'Inter', sans-serif;
    font-size: 0.6rem;
    font-weight: 600;
    color: #9ca3af;
}

.welcome-page .hero-chip-value {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--green-ink, #13291E);
    line-height: 1;
    letter-spacing: -0.02em;
}

.welcome-page .hero-chip-value--neg { color: #16a34a; }

.welcome-page .hero-chip-pill {
    font-family: 'Inter', sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 99px;
    background: #dcfce7;
    color: #15803d;
    white-space: nowrap;
}

/* Framework logo stack (like Sweep's GRI/CSRD/CDP column) */
.welcome-page .hero-framework-stack {
    position: absolute;
    z-index: 3;
    top: 12%;
    right: -2%;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.welcome-page .hero-framework {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    background: var(--glass-bg);
    backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
    -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 0.38rem 0.6rem 0.38rem 0.4rem;
    box-shadow: var(--glass-shadow), var(--glass-inset);
}

.welcome-page .hero-framework-badge {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    display: grid;
    place-items: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.5rem;
    font-weight: 800;
    color: #ffffff;
    flex-shrink: 0;
}

.welcome-page .hero-framework-badge--eu { background: #1d4ed8; }
.welcome-page .hero-framework-badge--efrag { background: #15803d; }
.welcome-page .hero-framework-badge--issb { background: #0f766e; }

.welcome-page .hero-framework-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--green-ink, #13291E);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .welcome-page .hero-photo-glass,
    .welcome-page .hero-chip,
    .welcome-page .hero-framework {
        background: var(--glass-bg-strong);
    }
}

@media (max-width: 991.98px) {
    .welcome-page .hero-visual {
        padding: 0.25rem 0 0;
    }

    .welcome-page .hero-visual-grid {
        max-width: min(100%, 440px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .welcome-page .hero-slide,
    .welcome-page .hero-slide-image {
        transition: none;
    }

    .welcome-page .hero-slide:not([aria-current="true"]),
    .welcome-page .hero-slide-image:not([aria-current="true"]) {
        display: none;
    }
}

.welcome-page .welcome-steps-section {
    background: var(--cream-page, #FAF8F1);
    padding: 4.5rem 0;
}

.welcome-page .welcome-steps-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    color: var(--green-ink, #13291E);
    letter-spacing: -0.03em;
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.1;
}

.welcome-page .welcome-steps-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    max-width: 900px;
    margin: 0 auto;
}

.welcome-page .welcome-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
    position: relative;
}

.welcome-page .welcome-step-badge {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: var(--lime-accent, #A7D44E);
    background: rgba(167, 212, 78, 0.15);
    border: 1px solid rgba(167, 212, 78, 0.35);
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    margin-bottom: 1rem;
}

.welcome-page .welcome-step-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid rgba(201, 206, 197, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--green-ink, #13291E);
    margin-bottom: 1rem;
    box-shadow: 0 4px 16px -6px rgba(19, 41, 30, 0.1);
}

.welcome-page .welcome-step-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--green-ink, #13291E);
    margin: 0;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.welcome-page .welcome-step-connector {
    flex: 0 0 3rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(167, 212, 78, 0.2), rgba(167, 212, 78, 0.6), rgba(167, 212, 78, 0.2));
    margin-top: 4.25rem;
    border-radius: 99px;
}

@media (max-width: 767.98px) {
    .welcome-page .welcome-steps-section {
        padding: 3rem 0;
    }

    .welcome-page .welcome-steps-row {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .welcome-page .welcome-step-connector {
        width: 2px;
        height: 2rem;
        flex: none;
        margin: 0;
        background: linear-gradient(180deg, rgba(167, 212, 78, 0.2), rgba(167, 212, 78, 0.6), rgba(167, 212, 78, 0.2));
    }

    .welcome-page .welcome-step {
        padding: 0;
        width: 100%;
        max-width: 280px;
    }
}

.welcome-page .institution-logos-section {
    background: #ffffff;
    border-top: 1px solid rgba(201, 206, 197, 0.5);
    border-bottom: 1px solid rgba(201, 206, 197, 0.5);
    padding: 2.5rem 0;
}

.welcome-page .institution-logos-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6b7280;
    text-align: center;
    margin-bottom: 1.5rem;
}

.welcome-page .institution-logos-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.5rem 3.5rem;
}

.welcome-page .institution-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-page .institution-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.welcome-page .institution-logo {
    width: auto;
    object-fit: contain;
    filter: grayscale(20%);
    opacity: 0.85;
    transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.welcome-page .institution-logo-link:hover .institution-logo,
.welcome-page .institution-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-2px);
}

.welcome-page .institution-logo--eu {
    height: 48px;
}

.welcome-page .institution-logo--efrag {
    height: 36px;
    max-width: 180px;
}

.welcome-page .institution-logo--mef {
    height: 52px;
    max-width: min(100%, 280px);
}

.welcome-page .institution-logo--partner-24ore {
    height: 64px;
    max-width: min(100%, 220px);
    filter: none;
    opacity: 1;
}

@media (max-width: 767.98px) {
    .welcome-page .institution-logos-section {
        padding: 2rem 0;
    }

    .welcome-page .institution-logos-row {
        flex-direction: column;
        gap: 1.75rem;
    }

    .welcome-page .institution-logo--mef {
        max-width: min(100%, 240px);
    }

    .welcome-page .institution-logo--partner-24ore {
        max-width: min(100%, 200px);
    }
}

.welcome-page .vsme-callout-section {
    background: var(--cream-page, #FAF8F1);
    padding: 3rem 0 4rem;
}

.welcome-page .vsme-callout-card {
    background: linear-gradient(135deg, #f0f9eb 0%, #e3eed0 100%);
    border: 1px solid var(--green--color-green-light-8, #e3eed0);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 2.5rem;
    border-radius: 1.5rem;
    flex-wrap: wrap;
    box-shadow: 0 8px 32px -12px rgba(19, 41, 30, 0.08);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.welcome-page .vsme-callout-card:hover {
    box-shadow: 0 16px 40px -12px rgba(19, 41, 30, 0.12);
    transform: translateY(-2px);
}

.welcome-page .vsme-callout-body {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
    min-width: 0;
}

.welcome-page .vsme-callout-icon {
    width: 56px;
    height: 56px;
    background: var(--green--dark-slate-grey, #313a23);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.5rem;
    color: var(--lime-accent, #A7D44E);
}

.welcome-page .vsme-callout-eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--dark--dim-grey, #5a6162);
    margin-bottom: 4px;
}

.welcome-page .vsme-callout-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--green--dark-slate-grey, #313a23);
    margin: 0 0 6px;
    line-height: 1.25;
}

.welcome-page .vsme-callout-desc {
    font-size: 0.9rem;
    color: var(--dark--text-default, #59615f);
    margin: 0;
    max-width: 600px;
    line-height: 1.55;
}

.welcome-page .vsme-callout-cta {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 0.9rem;
    padding: 0.75rem 1.75rem;
}

@media (max-width: 767.98px) {
    .welcome-page .vsme-callout-section {
        padding: 2rem 0 3rem;
    }

    .welcome-page .vsme-callout-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.75rem;
    }

    .welcome-page .vsme-callout-cta {
        width: 100%;
        justify-content: center;
    }
}

.footer {
    background-color: #ffffff;
    padding: 6rem 0 2rem;
    border-top: 1px solid #e0e6dc;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #cfd6cd, transparent);
}

.footer h5 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
    font-weight: 700;
}

.footer-link {
    font-size: 1rem;
    margin-bottom: 0.85rem;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #313a23 !important;
    text-decoration: none;
}

.footer a:hover {
    color: #313a23 !important;
}

.footer p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.welcome-footer-bottom-line {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 1rem;
    line-height: 1.55;
    vertical-align: bottom;
}

.footer .fs-6 {
    font-size: 1.5rem !important;
    transition: all 0.2s ease;
    padding: 0.5rem;
    border-radius: 8px;
}

.footer .fs-6:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .footer {
        padding: 4rem 0 1rem;
        text-align: center;
    }
}

