/* ===== SECTION RÉALISATIONS PREMIUM – TOTALEMENT AUTONOME ===== */

.realisations-prestige {
    
    padding: 160px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', 'Inter', sans-serif;
    isolation: isolate;
}

/* Reset interne uniquement */
.realisations-prestige *,
.realisations-prestige *::before,
.realisations-prestige *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}





.realisations-prestige .real-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

/* ===== TITRE ULTRA PREMIUM ===== */
.real-premium-header {
    margin-bottom: 80px;
    position: relative;
}

/* Badge supérieur */
.real-premium-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
    animation: real-fadeInUp 1s forwards;
}
.real-badge {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
}

.real-badge-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 255, 255, 0.3), 
        #00ffff, 
        rgba(0, 255, 255, 0.3), 
        transparent
    );
    border-radius: 4px;
    transition: width 0.3s ease;
}

.real-badge-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(135deg, 
        rgba(0, 255, 255, 0.7), 
        #00ffff, 
        #00ffff, 
        rgba(0, 255, 255, 0.7)
    );
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    padding: 0 15px;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}

.real-badge-text::before,
.real-badge-text::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #00ffff;
    border-radius: 50%;
    box-shadow: 0 0 10px #00ffff;
    opacity: 0.8;
}

.real-badge-text::before {
    left: -2px;
}

.real-badge-text::after {
    right: -2px;
}

/* Effet de glow au survol */
.real-badge:hover .real-badge-line {
    width: 80px;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
}

.real-badge:hover .real-badge-text {
    text-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
}
.real-badge-text::before {
    left: -30px;
}

.real-badge-text::after {
    right: -30px;
}

/* Titre principal */
.real-premium-title {
    text-align: center;
    margin-bottom: 20px;
}

.real-title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    overflow: hidden;
    height: 70px;
}

.real-title-word {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1;
    position: relative;
    transform: translateY(100%);
    opacity: 0;
    animation: real-slideUpWord 1.2s forwards;
    text-shadow: 0 5px 25px rgba(0,0,0,0.3);
}

.real-title-word.real-first {
    animation-delay: 0.3s;
    color: #fff;
    -webkit-text-stroke: 2px rgba(0, 255, 255, 0.3);
}

.real-title-word.real-second {
    animation-delay: 0.6s;
    background: linear-gradient(135deg, #00ffff, #00ffff, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding: 0 20px;
}

.real-title-word.real-second::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(0, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: real-glowExpand 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes real-glowExpand {
    0%, 100% { width: 0; height: 0; opacity: 0; }
    50% { width: 200px; height: 200px; opacity: 1; }
}

/* Éléments décoratifs */
.real-title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 20px 0 30px;
}

.real-decoration-item {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00ffff, #00ffff, #00ffff, transparent);
    position: relative;
}

.real-decoration-item::before {
    content: '◆';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #00ffff;
    font-size: 16px;
    opacity: 0.8;
    text-shadow: 0 0 15px rgba(0, 255, 255, 0.8);
}

.real-decoration-icon {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(0, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: real-rotateIcon 12s linear infinite;
}

.real-decoration-icon i {
    color: #00ffff;
    font-size: 24px;
    animation: real-pulseIcon 3s ease-in-out infinite;
}

@keyframes real-rotateIcon {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes real-pulseIcon {
    0%, 100% { opacity: 0.8; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* Sous-titre */
.real-premium-subtitle {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    opacity: 0;
    transform: translateY(20px);
    animation: real-fadeInUp 1s forwards 1s;
}

.real-subtitle-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    letter-spacing: 2px;
    font-style: italic;
    position: relative;
    display: inline-block;
}

.real-subtitle-text::before,
.real-subtitle-text::after {
    content: '"';
    font-size: 60px;
    color: #00ffff;
    opacity: 0.3;
    position: absolute;
    font-family: 'Cormorant Garamond', serif;
}

.real-subtitle-text::before {
    left: -50px;
    top: -20px;
}

.real-subtitle-text::after {
    right: -50px;
    bottom: -40px;
}

/* Stats minimalistes */
.real-premium-stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(20px);
    animation: real-fadeInUp 1s forwards 1.3s;
}

.real-stat-item {
    text-align: center;
    position: relative;
}

.real-stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #00ffff;
    line-height: 1;
    margin-bottom: 5px;
    text-shadow: 0 0 30px rgba(0, 255, 255, 0.5);
}

.real-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.real-stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, #00ffff, transparent);
}

/* Animations */
@keyframes real-slideUpWord {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes real-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== MASTERPIECES ===== */
.real-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    margin-bottom: 50px;
    margin-top: 40px;
}

.real-masterpiece-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    height: 550px;
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.7);
    border: 1px solid rgba(0, 255, 255, 0.25);
    transition: all 0.6s cubic-bezier(0.2, 0.9, 0.4, 1);
}

.real-masterpiece-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 40px 80px -10px rgba(0, 255, 255, 0.3);
    border-color: rgba(0, 255, 255, 0.5);
}

.real-masterpiece-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.real-masterpiece-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s;
}

/* Overlay bleu très léger pour voir la photo */
.real-media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,56,168,0.3), rgba(0,32,92,0.3));
    z-index: 2;
    pointer-events: none;
}

.real-masterpiece-card:hover .real-masterpiece-media img {
    transform: scale(1.12);
}

/* Overlay du bas avec dégradé bleu */
.real-masterpiece-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 45px;
    z-index: 10;
    background: linear-gradient(to top, 
        rgba(0,56,168,0.9) 0%,
        rgba(0,32,92,0.7) 30%,
        transparent 100%);
}

.real-masterpiece-tag {
    display: inline-block;
    background: linear-gradient(145deg, #00ffff, #00ffff);
    color: #000;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 50px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: fit-content;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 5px 20px rgba(0, 255, 255, 0.4);
}

.real-masterpiece-overlay h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.02em;
}

.real-masterpiece-desc {
    font-size: 0.95rem;
    color: rgba(255, 245, 240, 0.9);
    margin-bottom: 25px;
    max-width: 90%;
    line-height: 1.7;
    font-weight: 300;
}

.real-masterpiece-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.real-masterpiece-stat {
    display: flex;
    flex-direction: column;
}

.real-masterpiece-stat span:first-child {
    font-size: 1.6rem;
    font-weight: 700;
    background: linear-gradient(135deg, #00ffff, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.real-masterpiece-stat span:last-child {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: rgba(255, 215, 200, 0.8);
    letter-spacing: 1.5px;
}

.real-masterpiece-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    transition: all 0.4s;
    border-bottom: 2px solid #00ffff;
    padding-bottom: 6px;
    width: fit-content;
}

.real-masterpiece-link:hover {
    gap: 18px;
    color: #00ffff;
    border-bottom-color: #00ffff;
}

/* ===== RÉALISATION CARD – VERSO ULTRA PREMIUM ===== */
.real-realisations-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
    perspective: 2000px;
}
img{
max-width:100%;
height:auto;
display:block;
}
.real-realisation-item {
    perspective: 2500px;
    height: 400px;
    cursor: pointer;
}

.real-realisation-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    border-radius: 28px;
    box-shadow: 0 30px 50px -20px rgba(0,0,0,0.8),
                0 0 0 1px rgba(0, 255, 255, 0.2) inset;
}

.real-realisation-item:hover .real-realisation-inner {
    transform: rotateY(180deg);
}

.real-realisation-front, .real-realisation-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
}

/* FACE AVANT */
.real-realisation-front {
    background: linear-gradient(135deg, rgba(0,56,168,0.96), rgba(0,32,92,0.96));
    border: 1px solid rgba(0, 255, 255, 0.3);
}

.real-realisation-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease-out;
    mix-blend-mode: normal;
    opacity: 1;
}

.real-realisation-item:hover .real-realisation-front img {
    transform: scale(1.1);
}

.real-realisation-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, 
        rgba(0,56,168,0.9) 0%,
        rgba(0,32,92,0.7) 50%,
        transparent 100%);
    color: white;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}

.real-realisation-category {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 4px;
    color: #00ffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: rgba(0, 255, 255, 0.15);
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px solid rgba(0, 255, 255, 0.4);
    backdrop-filter: blur(5px);
}

.real-realisation-overlay h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.real-realisation-meta {
    display: flex;
    gap: 20px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}

.real-realisation-meta i {
    color: #00ffff;
    margin-right: 5px;
}

/* FACE ARRIÈRE */
.real-realisation-back {
    background: #a89947;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid rgba(0, 255, 255, 0.5);
    box-shadow: 
        0 20px 40px -10px rgba(0,0,0,0.8),
        inset 0 0 50px rgba(0, 255, 255, 0.15);
    position: relative;
    overflow-y: auto;
}

/* Effet de lumière qui balaie la carte au retournement */
.real-realisation-back::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: #a89947;
    opacity: 0;
    animation: real-backGlowReveal 1.5s ease-out forwards;
    pointer-events: none;
    z-index: 1;
}

@keyframes real-backGlowReveal {
    0% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 0.8; transform: scale(1); }
    100% { opacity: 0; transform: scale(1.2); }
}

/* Grille d'information premium */
.real-back-content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* En-tête avec icône */
.real-back-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 255, 255, 0.3);
    padding-bottom: 20px;
}

.real-back-icon-large {
    font-size: 2.5rem;
    color: #00ffff;
    background: #a89947;;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 255, 255, 0.4);
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.3);
    animation: real-iconPulse 3s infinite ease-in-out;
}

@keyframes real-iconPulse {
    0%, 100% { box-shadow: 0 0 20px rgba(0, 255, 255, 0.3); transform: scale(1); }
    50% { box-shadow: 0 0 40px rgba(0, 255, 255, 0.7); transform: scale(1.05); }
}

.real-back-header-text h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #fff, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.real-back-header-text span {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.6);
}

/* Métriques avec jauge */
.real-back-metrics {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
}

.real-metric-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.real-metric-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.real-metric-label strong {
    color: #00ffff;
    font-size: 1rem;
}

.real-metric-bar-bg {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.real-metric-bar-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #00ffff, #00ffff);
    border-radius: 10px;
    box-shadow: 0 0 15px #00ffff;
    position: relative;
    transition: width 1.5s cubic-bezier(0.2, 0.9, 0.3, 1);
}

/* Grille de stats */
.real-back-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 25px 0;
}

.real-back-stat-block {
    background: rgba(0, 255, 255, 0.08);
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-radius: 16px;
    padding: 15px 5px;
    text-align: center;
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.real-realisation-item:hover .real-back-stat-block {
    transform: translateY(-5px);
    border-color: rgba(0, 255, 255, 0.6);
    transition-delay: calc(0.05s * var(--i, 0));
}

.real-back-stat-block .real-stat-value {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(135deg, #00ffff, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.real-back-stat-block .real-stat-label {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Description */
.real-back-description {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 20px 0 15px;
    font-style: italic;
    border-left: 3px solid #00ffff;
    padding-left: 15px;
    background: linear-gradient(90deg, rgba(0,255,255,0.1), transparent);
}

/* Liste de caractéristiques */
.real-back-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.real-back-features li {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 8px;
}

.real-back-features li i {
    color: #00ffff;
    font-size: 0.9rem;
    width: 18px;
    text-align: center;
}

/* Bouton d'action */
.real-back-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: transparent;
    border: 1.5px solid #00ffff;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1);
    margin-top: auto;
    width: fit-content;
    position: relative;
    overflow: hidden;
}

.real-back-action-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.real-realisation-item:hover .real-back-action-btn::before {
    left: 100%;
}

.real-back-action-btn:hover {
    background: #00ffff;
    color: #000000;
    gap: 20px;
    box-shadow: 0 10px 25px -5px rgba(0, 255, 255, 0.6);
}

.real-back-action-btn i {
    font-size: 1rem;
    transition: transform 0.3s;
}

.real-back-action-btn:hover i {
    transform: translateX(5px);
}

/* Ornements décoratifs */
.real-back-ornament {
    position: absolute;
    font-size: 6rem;
    color: rgba(0, 255, 255, 0.1);
    z-index: 0;
    pointer-events: none;
}

.real-back-ornament.real-top-right {
    top: -20px;
    right: -20px;
    transform: rotate(15deg);
}

.real-back-ornament.real-bottom-left {
    bottom: -30px;
    left: -30px;
    transform: rotate(-15deg);
}

/* Animation d'entrée des éléments au retournement */
.real-realisation-back > *,
.real-realisation-back .real-back-content > * {
    opacity: 0;
    animation: real-slideInBack 0.6s forwards;
}

.real-realisation-item:hover .real-realisation-back > *,
.real-realisation-item:hover .real-realisation-back .real-back-content > * {
    animation: real-slideInBack 0.6s forwards;
}

@keyframes real-slideInBack {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Délais d'animation */
.real-realisation-back .real-back-header { animation-delay: 0.1s; }
.real-realisation-back .real-back-metrics { animation-delay: 0.2s; }
.real-realisation-back .real-back-stats-grid { animation-delay: 0.3s; }
.real-realisation-back .real-back-description { animation-delay: 0.4s; }
.real-realisation-back .real-back-features { animation-delay: 0.5s; }
.real-realisation-back .real-back-action-btn { animation-delay: 0.6s; }

/* Scrollbar stylisée */
.real-realisation-back::-webkit-scrollbar {
    width: 5px;
}

.real-realisation-back::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}

.real-realisation-back::-webkit-scrollbar-thumb {
    background: #00ffff;
    border-radius: 10px;
}

/* Bouton explorer tout */
.real-explore-container {
    text-align: center;
    margin-top: 40px;
}

.real-explore-all {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: rgba(0, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 16px 42px;
    border-radius: 60px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 255, 255, 0.4);
    transition: all 0.4s;
}

.real-explore-all:hover {
    background: rgba(0, 255, 255, 0.2);
    border-color: rgba(0, 255, 255, 0.8);
    gap: 25px;
}

/* Effet de particules */
.real-particle {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

/* Animation pour les particules dynamiques */
@keyframes real-particleFloat {
    0% { transform: translate(0, 0) scale(1); opacity: 1; }
    100% { transform: translate(var(--tx, 50px), var(--ty, -50px)) scale(0); opacity: 0; }
}

.real-particle-effect {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
    border-radius: 50%;
    animation: real-particleFloat 1s ease-out forwards;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .real-title-word {
        font-size: 70px;
    }
    .real-title-line {
        height: 90px;
    }
    
    .real-realisations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 800px) {
    .real-title-word {
        font-size: 50px;
    }
    .real-title-line {
        height: 70px;
        gap: 10px;
    }
    .real-premium-stats {
        gap: 40px;
    }
    .real-stat-number {
        font-size: 36px;
    }
    .real-stat-item:not(:last-child)::after {
        right: -20px;
    }
    .real-subtitle-text::before,
    .real-subtitle-text::after {
        display: none;
    }
    
    .real-showcase-grid {
        grid-template-columns: 1fr;
    }
    
    .real-realisations-grid {
        grid-template-columns: 1fr;
    }
    
    .real-realisation-item {
        height: 450px;
    }
}

@media (max-width: 480px) {
    .real-title-word {
        font-size: 36px;
    }
    .real-title-line {
        height: 50px;
    }
    .real-badge-text {
        font-size: 10px;
        letter-spacing: 4px;
    }
    .real-premium-stats {
        flex-direction: column;
        gap: 20px;
    }
    .real-stat-item:not(:last-child)::after {
        display: none;
    }
    
    .realisatirealons-prestige .real-container {
        padding: 0 20px;
    }
    
    .real-masterpiece-overlay {
        padding: 25px;
    }
    
    .real-masterpiece-overlay h3 {
        font-size: 1.8rem;
    }
    
    .real-masterpiece-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .real-back-header {
        flex-direction: column;
        text-align: center;
    }
    
    .real-back-stats-grid {
        grid-template-columns: 1fr;
    }
    
    .real-back-features {
        grid-template-columns: 1fr;
    }
}