.sea-visual {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(124, 58, 237, 0.18);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    transition: transform 240ms ease, box-shadow 240ms ease;
    will-change: transform;
}

.sea-shadow-dual {
    box-shadow: 0 18px 45px -18px rgba(15, 23, 42, 0.18), 0 -18px 45px -18px rgba(15, 23, 42, 0.18);
}

.sea-entretiens-page header {
    transition: transform 480ms ease, opacity 320ms ease;
}

.sea-entretiens-page header.sea-header-hidden {
    transform: translateY(-120%);
    opacity: 0;
}

.sea-scroll-indicator {
    width: 30px;
    height: 48px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 999px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 7px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.3);
    animation: seaScrollFloat 2.6s ease-in-out infinite;
}

.sea-scroll-dot {
    width: 4px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    animation: seaScrollDot 1.6s ease-in-out infinite;
}

.sea-pillars {
    background: radial-gradient(circle at top, rgba(99, 102, 241, 0.08), transparent 55%);
    position: relative;
    z-index: 0;
    isolation: isolate;
    overflow: hidden;
    clip-path: inset(0);
}

.sea-pillars::before,
.sea-pillars::after {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    filter: blur(56px);
    opacity: 0.5;
    z-index: 0;
    animation: seaPillarsGlow 18s ease-in-out infinite;
    animation-play-state: paused;
}

.sea-pillars::before {
    top: -180px;
    left: -120px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.35), transparent 70%);
}

.sea-pillars::after {
    bottom: -200px;
    right: -140px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.28), transparent 70%);
    animation-delay: -6s;
}

.sea-pillars-particles {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(99, 102, 241, 0.35) 1.5px, transparent 1.5px),
        radial-gradient(rgba(124, 58, 237, 0.3) 1.5px, transparent 1.5px);
    background-size: 70px 70px, 110px 110px;
    background-position: 0 0, 24px 36px;
    opacity: 0.75;
    animation: seaParticlesMove 48s linear infinite;
    animation-play-state: paused;
    pointer-events: none;
    will-change: background-position;
    z-index: 0;
}

.sea-pillars.sea-particles-active .sea-pillars-particles {
    animation-play-state: running;
}

.sea-pillars.sea-particles-active::before,
.sea-pillars.sea-particles-active::after {
    animation-play-state: running;
}

.sea-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 600ms ease, transform 600ms ease;
}

.sea-reveal-left {
    transform: translateX(-32px);
}

.sea-reveal-right {
    transform: translateX(32px);
}

.sea-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.sea-schematic .sea-check-item,
.sea-schematic .sea-tab,
.sea-schematic .sea-bubble,
.sea-schematic .sea-kpi,
.sea-schematic .sea-progress-bar,
.sea-schematic [data-metric],
.sea-schematic .sea-progress-label {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 420ms ease, transform 420ms ease;
}

.sea-reveal.is-visible .sea-schematic .sea-check-item,
.sea-reveal.is-visible .sea-schematic .sea-tab,
.sea-reveal.is-visible .sea-schematic .sea-bubble,
.sea-reveal.is-visible .sea-schematic .sea-kpi,
.sea-reveal.is-visible .sea-schematic .sea-progress-bar,
.sea-reveal.is-visible .sea-schematic [data-metric],
.sea-reveal.is-visible .sea-schematic .sea-progress-label {
    opacity: 1;
    transform: translateY(0);
}

.sea-reveal.is-visible .sea-schematic .sea-check-item:nth-child(1),
.sea-reveal.is-visible .sea-schematic .sea-tab:nth-child(1),
.sea-reveal.is-visible .sea-schematic .sea-bubble:nth-child(1),
.sea-reveal.is-visible .sea-schematic .sea-kpi:nth-child(1) {
    transition-delay: 80ms;
}

.sea-reveal.is-visible .sea-schematic .sea-check-item:nth-child(2),
.sea-reveal.is-visible .sea-schematic .sea-tab:nth-child(2),
.sea-reveal.is-visible .sea-schematic .sea-bubble:nth-child(2),
.sea-reveal.is-visible .sea-schematic .sea-kpi:nth-child(2) {
    transition-delay: 140ms;
}

.sea-reveal.is-visible .sea-schematic .sea-check-item:nth-child(3),
.sea-reveal.is-visible .sea-schematic .sea-tab:nth-child(3),
.sea-reveal.is-visible .sea-schematic .sea-bubble:nth-child(3),
.sea-reveal.is-visible .sea-schematic .sea-kpi:nth-child(3) {
    transition-delay: 200ms;
}

.sea-reveal.is-visible .sea-schematic .sea-check-item:nth-child(4) {
    transition-delay: 260ms;
}

.sea-hero {
    margin: 0;
    padding: 0;
    position: relative;
}

.sea-hero-frame {
    width: 100%;
    height: 100vh;
}

.sea-hero-surface {
    width: 100%;
    height: 100%;
}

.sea-hero-content {
    max-width: 72rem;
    margin: 0 auto;
}

.sea-hero-mosaic {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    width: 100%;
    height: 100%;
}

.sea-hero-tile {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: rgba(15, 23, 42, 0.12);
}

.sea-hero-tile::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(67, 20, 135, 0.28);
    mix-blend-mode: multiply;
    pointer-events: none;
}

.sea-hero-tile--primary {
    grid-row: span 2;
}

.sea-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: sepia(1) saturate(0.75) brightness(0.9);
    transform: scale(1.01);
}

@media (max-width: 768px) {
    .sea-hero-mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }
}

.sea-visual:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.16);
}

.sea-visual-motion {
    animation: seaVisualFloat 5.5s ease-in-out infinite;
}

.sea-visual-motion:hover {
    animation-play-state: paused;
}

.sea-pillars-title {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    font-size: clamp(1.65rem, 2.2vw, 2.1rem);
    font-weight: 700;
    line-height: 1.2;
}

.sea-pillars-icon {
    width: 28px;
    height: 28px;
    color: #7c3aed;
    flex-shrink: 0;
}

.sea-checklist-ready {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(124, 58, 237, 0.12);
    color: #7c3aed;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.2);
}

.sea-anchor-button,
.sea-outline-button {
    border-radius: 999px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    transition: all 200ms ease;
}

.sea-anchor-button {
    background: #7c3aed;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(124, 58, 237, 0.2);
}

.sea-anchor-button:hover {
    background: #6d28d9;
    transform: translateY(-2px);
}

.sea-outline-button {
    border: 1px solid rgba(124, 58, 237, 0.4);
    color: #6d28d9;
    background: #ffffff;
}

.sea-outline-button:hover {
    background: rgba(124, 58, 237, 0.08);
    transform: translateY(-2px);
}

.sea-badge {
    background: rgba(124, 58, 237, 0.12);
    color: #6d28d9;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
}

.sea-check-item {
    width: 100%;
    border: 1px solid rgba(124, 58, 237, 0.15);
    background: #ffffff;
    border-radius: 16px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

.sea-check-item--highlight {
    position: relative;
    animation: seaChecklistPulse 2.8s ease-in-out infinite;
    box-shadow: 0 12px 20px rgba(124, 58, 237, 0.08);
}

.sea-check-item.is-guided {
    border-color: rgba(124, 58, 237, 0.6);
    background: rgba(124, 58, 237, 0.12);
    color: #4c1d95;
    box-shadow: 0 12px 24px rgba(124, 58, 237, 0.2);
}

.sea-check-item--highlight:hover {
    animation-play-state: paused;
    border-color: rgba(124, 58, 237, 0.5);
    background: rgba(124, 58, 237, 0.08);
}

.sea-guided-cursor {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(124, 58, 237, 0.3);
    background: rgba(255, 255, 255, 0.96);
    color: #6d28d9;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 16px 30px rgba(124, 58, 237, 0.18);
    transform: translate3d(0, 0, 0);
    transition: transform 600ms ease, opacity 220ms ease;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    white-space: nowrap;
}

.sea-guided-cursor.is-visible {
    opacity: 1;
}

.sea-guided-cursor.is-hidden {
    opacity: 0;
}

.sea-guided-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #7c3aed;
    box-shadow: 0 0 0 6px rgba(124, 58, 237, 0.2);
    animation: seaGuidedPulse 1.6s ease-in-out infinite;
}

.sea-guided-label {
    letter-spacing: 0.02em;
}

.sea-check-item.is-checked {
    background: rgba(124, 58, 237, 0.08);
    border-color: rgba(124, 58, 237, 0.35);
    color: #4c1d95;
}

.sea-check-indicator {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 2px solid rgba(124, 58, 237, 0.35);
    position: relative;
    flex-shrink: 0;
}

.sea-check-item.is-checked .sea-check-indicator {
    background: #7c3aed;
    border-color: #7c3aed;
}

.sea-check-item.is-checked .sea-check-indicator::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.sea-tab {
    border: 1px solid rgba(124, 58, 237, 0.3);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #6d28d9;
    background: #ffffff;
    transition: all 200ms ease;
}

.sea-tab.is-active {
    background: #7c3aed;
    color: #ffffff;
    border-color: #7c3aed;
}

.sea-bubble {
    border-radius: 16px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
}

.sea-chat-stream {
    max-height: clamp(240px, 38vh, 360px);
    overflow-y: auto;
    padding-right: 8px;
    scroll-behavior: smooth;
    overscroll-behavior: contain;
}

.sea-anchor-target {
    scroll-margin-top: 120px;
}

.sea-chat-message {
    max-width: 100%;
}

.sea-chat-meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #64748b;
}

.sea-chat-icon {
    width: 14px;
    height: 14px;
}

.sea-chat-message--manager .sea-chat-meta {
    color: #6d28d9;
}

.sea-chat-message--ai .sea-chat-meta {
    color: #2563eb;
}

.sea-bubble-manager {
    background: rgba(124, 58, 237, 0.16);
    color: #4c1d95;
    margin-right: auto;
    max-width: 85%;
}

.sea-bubble-collab {
    background: rgba(15, 23, 42, 0.08);
    color: #334155;
    margin-left: auto;
    max-width: 85%;
}

.sea-bubble-ai {
    background: rgba(59, 130, 246, 0.16);
    color: #1d4ed8;
    margin-right: auto;
    max-width: 85%;
}

.sea-typing-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.65);
    animation: seaTypingPulse 1.4s ease-in-out infinite;
}

.sea-typing-dot:nth-child(2) {
    animation-delay: 0.18s;
}

.sea-typing-dot:nth-child(3) {
    animation-delay: 0.36s;
}

.sea-goals-stagger [data-goals-item] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 500ms ease, transform 500ms ease;
}

.sea-goals-stagger.is-stagger-visible [data-goals-item] {
    opacity: 1;
    transform: translateY(0);
}

.sea-goals-stagger.is-stagger-visible [data-goals-item='1'] {
    transition-delay: 120ms;
}

.sea-goals-stagger.is-stagger-visible [data-goals-item='2'] {
    transition-delay: 220ms;
}

.sea-goals-stagger.is-stagger-visible [data-goals-item='3'] {
    transition-delay: 340ms;
}

.sea-goals-stagger.is-stagger-visible [data-goals-item='4'] {
    transition-delay: 460ms;
}

.sea-goals-stagger.is-stagger-visible [data-goals-item='5'] {
    transition-delay: 580ms;
}

.sea-pill {
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #6d28d9;
    background: rgba(124, 58, 237, 0.08);
    border: 1px solid transparent;
    transition: all 200ms ease;
}

.sea-pill.is-active {
    background: #7c3aed;
    color: #ffffff;
    border-color: #7c3aed;
}

.sea-kpi {
    background: rgba(124, 58, 237, 0.08);
    border-radius: 14px;
    padding: 12px;
    text-align: center;
}

.sea-kpi-value {
    font-size: 18px;
    font-weight: 700;
    color: #4c1d95;
}

.sea-recap-table-wrapper {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(124, 58, 237, 0.18);
}

.sea-recap-table {
    display: grid;
    gap: 10px;
}

.sea-recap-row {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr 0.7fr;
    gap: 12px;
    font-size: 13px;
    color: #475569;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(124, 58, 237, 0.05);
}

.sea-recap-header {
    font-weight: 700;
    color: #4c1d95;
    background: rgba(124, 58, 237, 0.12);
}

.sea-recap-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
}

.sea-recap-status.is-ok {
    background: rgba(34, 197, 94, 0.15);
    color: #15803d;
}

.sea-recap-status.is-warn {
    background: rgba(251, 146, 60, 0.18);
    color: #c2410c;
}

.sea-testimonial-slider {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    overflow: visible;
}

.sea-slider-viewport {
    overflow: hidden;
    width: 100%;
}

.sea-slider-track {
    display: flex;
    gap: 20px;
    transition: transform 500ms ease;
    will-change: transform;
    position: relative;
    z-index: 1;
}

.sea-testimonial-card {
    min-width: 280px;
    flex: 0 0 calc(50% - 10px);
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid rgba(124, 58, 237, 0.14);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.sea-testimonial-text {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
}

.sea-testimonial-author {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sea-testimonial-name {
    font-weight: 700;
    color: #1f2937;
}

.sea-testimonial-role {
    font-size: 13px;
    color: #6b7280;
}

.sea-slider-control {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(124, 58, 237, 0.3);
    background: #ffffff;
    color: #6d28d9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
    position: relative;
    z-index: 5;
}

.sea-clients {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

.sea-transform-recap {
    border-radius: 22px;
    padding: 16px;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.sea-transform-shell {
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.sea-transform-stack {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    min-height: 420px;
}

.sea-transform-stack > * {
    grid-area: 1 / 1;
}

.sea-transform-recap--neutral {
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

.sea-recap-card {
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.sea-recap-value {
    color: #0f172a;
}

.sea-recap-icon {
    color: #64748b;
}

.sea-recap-value--positive,
.sea-recap-icon--positive {
    color: #16a34a;
}

.sea-recap-value--warning,
.sea-recap-icon--warning {
    color: #f97316;
}

.sea-recap-value--negative,
.sea-recap-icon--negative {
    color: #ef4444;
}

.sea-transform-placeholder {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 18px;
    border: 1px dashed #cbd5f5;
    background: #f8fafc;
    padding: 16px;
}

.sea-transform-spinner {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 3px solid rgba(99, 102, 241, 0.2);
    border-top-color: #6366f1;
    animation: seaSpin 1s linear infinite;
    flex-shrink: 0;
}

.sea-transform-button.is-loading {
    background: rgba(124, 58, 237, 0.2);
    color: #6d28d9;
    box-shadow: none;
    transform: none;
}

.sea-slider-control:hover {
    background: rgba(124, 58, 237, 0.08);
    transform: translateY(-2px);
}

.sea-slider-dots {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.sea-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.25);
    transition: all 200ms ease;
}

.sea-slider-dot.is-active {
    width: 22px;
    background: #7c3aed;
}

@media (max-width: 768px) {
    .sea-testimonial-card {
        flex: 0 0 100%;
    }

    .sea-testimonial-slider {
        grid-template-columns: 1fr;
    }

    .sea-slider-control {
        display: none;
    }

    .sea-transform-shell {
        min-height: 440px;
    }
}

.sea-progress-bar {
    transition: width 260ms ease;
}

@media (prefers-reduced-motion: reduce) {
    .sea-entretiens-page header,
    .sea-scroll-indicator,
    .sea-scroll-dot,
    .sea-pillars::before,
    .sea-pillars::after,
    .sea-pillars-particles,
    .sea-visual,
    .sea-visual-motion,
    .sea-check-item,
    .sea-tab,
    .sea-pill,
    .sea-progress-bar,
    .sea-reveal,
    .sea-schematic .sea-check-item,
    .sea-schematic .sea-tab,
    .sea-schematic .sea-bubble,
    .sea-schematic .sea-kpi,
    .sea-schematic [data-metric],
    .sea-schematic .sea-progress-label,
    .sea-check-item--highlight,
    .sea-slider-track,
    .sea-typing-dot,
    .sea-goals-stagger [data-goals-item] {
        transition: none;
        animation: none;
    }
}

@keyframes seaScrollDot {
    0% {
        transform: translateY(0);
        opacity: 0.9;
    }
    55% {
        transform: translateY(14px);
        opacity: 0.3;
    }
    100% {
        transform: translateY(0);
        opacity: 0.9;
    }
}

@keyframes seaScrollFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(6px);
    }
}

@keyframes seaPillarsGlow {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(20px, -10px, 0) scale(1.06);
    }
}

@keyframes seaParticlesMove {
    0% {
        background-position: 0 0, 30px 40px;
    }
    100% {
        background-position: 120px 180px, -80px 200px;
    }
}

@keyframes seaVisualFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@keyframes seaChecklistPulse {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 8px 18px rgba(124, 58, 237, 0.08);
    }
    50% {
        transform: translateY(-2px);
        box-shadow: 0 12px 22px rgba(124, 58, 237, 0.12);
    }
}

@keyframes seaGuidedPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.15);
        opacity: 1;
    }
}

@keyframes seaTypingPulse {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-2px);
        opacity: 1;
    }
}

@keyframes seaSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
