/* ============================================
   CSS Variables & Design Tokens
   ============================================ */
:root {
    /* Colors */
    --color-primary-blue: #005499;
    --color-secondary-blue: #00437e;
    --color-accent-yellow: #FFD700;
    --color-accent-pink: #FF1654;
    --color-accent-purple: #7B3F8C;
    --color-text-white: #FFFFFF;
    --color-text-dark: #0D4A7A;

    /* Typography Defaults (Desktop) */
    --font-family-base: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-size-hero-title: clamp(56px, 6vw, 80px);
    --font-size-hero-subtitle: clamp(24px, 2.5vw, 48px);
    --font-size-body: 48px;
    --font-size-badge: 16px;
    --font-size-feature: 28px; /* Slightly adjusted */
    --font-weight-regular: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --line-height-tight: 1.1;
    --line-height-normal: 1.5;

    /* Spacing Defaults */
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 32px;
    --spacing-xl: 48px;
    --spacing-2xl: 64px;

    /* Layout */
    --container-max-width: 1440px;
    --nav-height: 80px;

    /* Effects */
    --shadow-medium: 0 8px 24px rgba(0, 0, 0, 0.15);
    --shadow-large: 0 12px 40px rgba(0, 0, 0, 0.2);
    --border-radius-sm: 8px;
    --border-radius-md: 16px;
    --border-radius-lg: 24px;
    --border-radius-full: 50%;
    --debug-outlines: 0;

    /* Glass Navbar Variables */
    --nav-glass-bg: rgba(255, 255, 255, 0.12);
    --nav-glass-highlight: rgba(255, 255, 255, 0.75);
    --nav-glass-border: rgba(255, 255, 255, 0.28);
    --nav-glass-text: #ffffff;

    /* ==============================================================================
       ULTIMATE MASTER CONTROL: MOBILE SETTINGS (max-width: 768px)
       Modifică valorile de aici pentru a controla TOTUL pe mobil.
       ============================================================================== */
    
    /* --- 1. HERO: IMAGINE ELECTRICIAN --- */
    --mob-hero-img-width: clamp(480px, 2vw, 600px);   /* Lățime om */
    --mob-hero-img-top: -150px;                           /* Distanța de sus (față de text) */
    --mob-hero-img-offset-x: 10px;                       /* Mută stânga/dreapta */
    
    /* --- 2. HERO: TEXTE --- */
    --mob-hero-text-top-margin: 120px;                  /* Distanța de la Navbar la Titlu */
    --mob-hero-title-size: clamp(40px, 18vw, 56px);     /* Mărime Titlu Principal (Galben) */
    --mob-hero-subtitle-size: clamp(18px, 6vw, 24px);   /* Mărime Subtitlu (Alb, sub titlu) */
    --mob-hero-tagline-size: 18px;                      /* Mărime text mic (jos de tot) */
    --mob-hero-divider-width: 120px;                    /* Lățime linie albă */
    --mob-hero-divider-margin: 14px;                    /* Spațiu sub linia albă */

    /* --- 3. HERO: BUTON SUNĂ ACUM CONTAINER (MOBILE ONLY) --- */
    --mob-cta-container-top: 40px;                       /* Spațiu deasupra containerului */
    --mob-cta-container-bottom: 10px;                   /* Spațiu sub containerul butonului */
    --mob-cta-container-offset-x: 0px;                  /* Deplasare stanga/dreapta container */
    
    /* Butonul în sine */
    --mob-cta-width: 220px;                             /* Lățime buton */
    --mob-cta-height: 50px;                             /* Înălțime buton */
    --mob-cta-font-size: 24px;                          /* Mărime text buton */
    --mob-cta-margin-right: 0px;                        /* Ajustare poziție orizontală */

    /* --- 4. HERO: BADGES (Buline) --- */
    /* Preturi Mici (Sus) */
    --mob-badge-preturi-size: 100px;
    --mob-badge-preturi-top: -10px;
    --mob-badge-preturi-x: 120px;                       /* Distanța de la centru spre dreapta */
    --mob-badge-preturi-rot: -5deg;
    --mob-badge-preturi-text: 12px;                     /* Mărime text din bulină */

    /* Garantie (Jos) */
    --mob-badge-garantie-w: 110px;
    --mob-badge-garantie-h: 75px;
    --mob-badge-garantie-bottom: 20px;
    --mob-badge-garantie-text: 12px;

    /* --- 5. HERO: DECORAȚIUNI (Forme fundal) --- */
    --mob-deco-scale: 0.6;
    --mob-deco-1-top: 40px;   --mob-deco-1-left: 10px;
    --mob-deco-2-top: 120px;  --mob-deco-2-left: 5px;
    --mob-light-1-top: 80px;  --mob-light-1-right: 20px;

    /* --- 6. NAVBAR (Mobil) --- */
    --mob-nav-top: 12px;                                /* Distanța de sus a meniului */
    --mob-nav-width-offset: 54px;                       /* Cât spațiu lasă stânga-dreapta (calc: 100% - x) */
    --mob-nav-padding-y: 8px;                           /* Padding vertical */
    --mob-nav-logo-w: 40px;                             /* Mărime logo în meniu */

    /* --- 7. EXPERIENCE SECTION --- */
    --mob-exp-padding: 32px 16px;          
    *             /* Padding secțiune */
    --mob-exp-title-size: clamp(28px, 9vw, 40px);       /* Titlu mare */
    --mob-exp-desc-size: 15px;                          /* Text descriere */
    --mob-exp-img-width: 360px;                         /* Imagine (fire/prize) */
    --mob-phone-btn-w: 220px;                           /* Lățime buton telefon */
    --mob-phone-btn-font: 22px;                         /* Font buton telefon */
    --mob-play-btn-size: 60px;                          /* Mărime buton play */

    /* --- 8. SCHEDULE SECTION --- */
    /* UPDATE: Titlu egal cu cel de la Experienta */
    --mob-sch-title-size: clamp(28px, 9vw, 40px);       /* Titlu "Program Flexibil" */
    
    --mob-sch-circle-size: clamp(140px, 40vw, 200px);   /* Mărime cercuri */
    --mob-sch-circle-gap: 12px;                         /* Spațiu între cercuri */
    --mob-sch-item-font: clamp(20px, 5vw, 32px);        /* Text din cerc (Dimineata/Seara) */
    --mob-sch-sau-size: 24px;                           /* Text "SAU" */

    /* --- 9. SMART HOME SECTION --- */
    --mob-smart-title-size: 34px;                       /* Titlu Panou Electric */
    --mob-smart-cta-size: 20px;                         /* Text CTA */
    --mob-smart-img-width: clamp(280px, 160vw, 880px);  /* Lățime imagine panou */

    /* --- 10. BONUS SECTION --- */
    --mob-bonus-heading-size: clamp(32px, 8vw, 48px);   /* Titlu "Bonusuri Incluse" */
    --mob-bonus-card-size: clamp(140px, 40vw, 220px);   /* Mărime pătrat card */
    --mob-bonus-icon-size: clamp(400px, 65vw, 160px);    /* Mărime icon */
    --mob-bonus-card-title: 24px;                       /* Titlu în card */

    /* --- 11. BOOKING SECTION --- */
    --mob-book-padding: 24px 16px;                      /* Padding formular */
    --mob-book-title-size: 32px;                        /* Titlu "Programeaza" */
    --mob-book-label-size: 14px;                        /* Label input-uri */
    --mob-book-btn-font: 16px;                          /* Font buton trimite */

    /* --- 12. FOOTER --- */
    --mob-footer-logo-w: 100px;
    --mob-footer-padding: 32px;
    --mob-footer-header-size: 18px;                     /* Titluri coloane (Linkuri utile) */
    --mob-footer-link-size: 14px;                       /* Link-uri */
}

/* ============================================
   Reset & Base Styles
   ============================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html {
    width: 100%;
    overflow-x: hidden; /* CRITICAL: Prevents horizontal scroll on mobile */
}
body {
    width: 100%;
    overflow-x: hidden; /* CRITICAL: Double insurance against white space */
    font-family: var(--font-family-base);
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-normal);
    color: var(--color-text-white);
}
ul { list-style: none; }
a { text-decoration: none; color: inherit; transition: opacity 0.3s ease; }
a:hover { opacity: 0.8; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }

/* IMPORTANT: Reset global img to avoid 200% scaling breaking other sections */
img { max-width: 150%; height: auto; display: block; }

/* ============================================
   Hero Section
   ============================================ */
   
.hero {
    position: relative;
    min-height: 100vh;
    background: radial-gradient(ellipse at 30% 50%, var(--color-secondary-blue), var(--color-primary-blue));
    overflow: hidden;
    padding: 100px var(--spacing-md) 0;
}

/* Navigation Placeholder */
.hero-nav { display: none; }
.logo-placeholder {
    width: 60px;
    height: 80px;
    outline: calc(var(--debug-outlines) * 2px) dashed rgba(255, 215, 0, 0.5);
}

.nav-menu { display: flex; gap: var(--spacing-xl); }
.nav-menu a {
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-white);
    position: relative;
    /* Removed text-transform: uppercase */
}
.nav-menu a::after {
    content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px;
    background: var(--color-accent-yellow); transition: width 0.3s ease;
}
.nav-menu a:hover::after { width: 100%; }

/* Hero Container */
.hero-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: var(--spacing-2xl);
    max-width: var(--container-max-width);
    margin: 0 auto;
    align-items: center;
    padding-top: var(--spacing-md);
    min-height: calc(100vh - var(--nav-height));
}

/* Left Content */
.hero-content { position: relative; z-index: 3; }

.badge-preturi {
    position: absolute;
    top: 20px;
    right: -60px;
    width: 140px;
    height: 140px;
    background: var(--color-accent-pink);
    border-radius: var(--border-radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-medium);
    transform: rotate(-5deg);
    animation: float 3s ease-in-out infinite;
}
.badge-preturi .badge-text {
    font-size: 15px;
    font-weight: var(--font-weight-bold);
    color: var(--color-text-white);
    text-align: center;
    line-height: 1.3;
}

.hero-title {
    font-size: var(--font-size-hero-title);
    font-weight: var(--font-weight-extrabold);
    color: var(--color-accent-yellow);
    line-height: var(--line-height-tight);
    margin-bottom: var(--spacing-lg);
    /* Removed text-transform: uppercase/capitalize */
    letter-spacing: -1px;
    
}

.hero-subtitle {
    font-size: var(--font-size-hero-subtitle);
    font-weight: var(--font-weight-bold);
    color: var(--color-text-white);
    line-height: var(--line-height-tight);
    margin-bottom: var(--spacing-md);
}

.hero-divider {
    width: 220px;
    height: 2px;
    background: var(--color-text-white);
    margin-bottom: var(--spacing-md);
}

.hero-tagline {
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-white);
    line-height: var(--line-height-tight);
    margin-bottom: var(--spacing-xl);
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    width: 240px;
    height: 48px;
    padding: 0;
    background: var(--color-accent-pink);
    border-radius: 50px;
    font-size: 26px; /* Adjusted size slightly */
    font-weight: 600;
    color: var(--color-text-white);
    box-shadow: var(--shadow-large);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta-button:hover { transform: translateY(-2px); box-shadow: 0 16px 48px rgba(255, 22, 84, 0.4); }
.cta-button:active { transform: translateY(0); }
.cta-button.mobile-only { display: none; }
.mobile-cta-container { margin-bottom: 0; z-index: 10; display: none; }


/* Right Visual */
.hero-visual {
    position: relative;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    padding-left: 0;
}

.hero-image-main {
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 750px;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
}

.hero-image-main img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin-right: 0;
    margin-bottom: 0;
}
.hero-image-desktop {
    display: flex;
    justify-content: center;   /* sau flex-end dacă o vrei în dreapta */
    align-items: center;
    width: 500%;               /* cât îi permite layout-ul, nu mai mult */
    max-width: 500%;           /* nu rupe containerul */
    overflow: visible;
    margin-right:700px;
    margin-bottom: 40px;
}

.hero-image-desktop img {
    width: min(1220px, 65vw);   /* imagine mare, dar controlată */
    height: auto;
    object-fit: contain;
    display: block;
    z-index: 4;
}

/* Elementele decorative și imaginea mare NU trebuie să ia clickul */
.hero-image-desktop,
.hero-image-desktop img,
.hero-image-main,
.hero-image-main img,
.deco-shape,
.deco-lightning {
    pointer-events: none;
}


/* Features & Badges */
.feature-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    z-index: 3;
}
.feature-icon {
    width: 90px;
    height: 90px;
    border-radius: var(--border-radius-md);
    outline: calc(var(--debug-outlines) * 2px) dashed rgba(255, 215, 0, 0.5);
}
.feature-text-1 { margin-right: 28px; margin-top: -40px; font-size: var(--font-size-feature); font-weight: bold; text-align: center;}
.feature-text-2 { margin-right: 90px; margin-top: 40px; font-size: var(--font-size-feature); font-weight: bold; text-align: center;}
.feature-text-3 { margin-right: 20px; margin-bottom: -60px; font-size: var(--font-size-feature); font-weight: bold; text-align: center;}

.feature-badge-1 { top: 40px; right: 0; }
.feature-badge-2 { top: 240px; right: 20px; }
.feature-badge-3 { bottom: 80px; right: 30px; }

.badge-garantie {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%) rotate(3deg);
    width: 160px;
    height: 100px;
    background: var(--color-accent-pink);
    border-radius: 60% 40% 50% 50% / 40% 50% 50% 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-medium);
    z-index: 3;
    animation: float 4s ease-in-out infinite;
}
.badge-garantie .badge-text {
    font-size: 15px;
    font-weight: var(--font-weight-bold);
    color: var(--color-text-white);
    text-align: center;
    line-height: 1.3;
}

/* Decorations */
.deco-shape {
    position: absolute;
    background: var(--color-accent-purple);
    opacity: 0.6;
    border-radius: 40% 60% 50% 50%;
    outline: calc(var(--debug-outlines) * 1px) dashed rgba(123, 63, 140, 0.8);
    animation: float 6s ease-in-out infinite;
}
.deco-shape-1 { width: 100px; height: 100px; top: 60px; left: 200px; animation-delay: 0s; }
.deco-shape-2 { width: 80px; height: 80px; top: 180px; left: 120px; background: var(--color-accent-pink); opacity: 0.5; animation-delay: 1s; }
.deco-shape-3 { width: 70px; height: 70px; bottom: 200px; left: 150px; background: var(--color-accent-purple); opacity: 0.4; animation-delay: 2s; }
.deco-shape-4 { width: 90px; height: 90px; bottom: 120px; right: 200px; background: var(--color-accent-purple); opacity: 0.5; animation-delay: 1.5s; }
.deco-lightning {
    position: absolute;
    width: 60px;
    height: 60px;
    outline: calc(var(--debug-outlines) * 1px) dashed rgba(255, 22, 84, 0.6);
}
.deco-lightning-1 { top: 120px; right: 180px; transform: rotate(15deg); }
.deco-lightning-2 { bottom: 280px; left: 80px; transform: rotate(-20deg); }

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(var(--rotate-start, 0deg)); }
    50% { transform: translateY(-20px) rotate(var(--rotate-end, 5deg)); }
}
.badge-preturi { --rotate-start: -5deg; --rotate-end: 0deg; }
.badge-garantie { --rotate-start: 3deg; --rotate-end: -2deg; }

/* ============================================
   Experience Section
   ============================================ */
.experience-section {
    position: relative;
    min-height: 100vh;
    background: radial-gradient(ellipse at center, var(--color-secondary-blue), var(--color-primary-blue));
    display: flex;
    align-items: center;
    padding: var(--spacing-2xl) var(--spacing-md);
}
.experience-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-2xl);
    max-width: var(--container-max-width);
    margin: 0 auto;
    align-items: center;
    width: 100%;
}
.experience-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(280px, 50vh, 500px);
}
.experience-image-main {
    position: relative;
    width: clamp(320px, 50vw, 600px);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: calc(var(--debug-outlines) * 2px) dashed rgba(255, 215, 0, 0.5);
}
.experience-image-main img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.experience-content { position: relative; z-index: 2; padding-left: var(--spacing-xl); }
.experience-label {
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-white);
    margin-bottom: var(--spacing-sm);
    position: relative;
    display: inline-block;
}
.experience-label::after {
    content: ''; position: absolute; bottom: -8px; left: 0; width: 100%; height: 3px; background: var(--color-text-white);
}
.experience-title {
    font-size: clamp(48px, 5vw, 96px);
    font-weight: var(--font-weight-extrabold);
    color: var(--color-text-white);
    line-height: var(--line-height-tight);
    margin-bottom: var(--spacing-lg);
    letter-spacing: -1px;
}
.experience-description {
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: var(--font-weight-regular);
    color: var(--color-text-white);
    line-height: 1.6;
    margin-bottom: var(--spacing-xl);
    max-width: 560px;
}
.experience-actions { display: flex; align-items: center; gap: var(--spacing-lg); }

.play-button {
    width: clamp(40px, 8vw, 80px);
    height: clamp(40px, 8vw, 80px);
    background: var(--color-accent-pink);
    border-radius: var(--border-radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-large);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
}
.play-button:hover { transform: scale(1.1); box-shadow: 0 16px 48px rgba(255, 22, 84, 0.4); }
.play-button:active { transform: scale(1.05); }
.play-icon { font-size: 28px; color: var(--color-text-white); margin-left: 4px; }
html {
  scroll-behavior: smooth;
}

.phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(180px, 60vw, 280px);
    height: clamp(40px, 8vh, 62px);
    padding: clamp(12px, 3vw, 20px) clamp(28px, 7vw, 48px);
    background: var(--color-accent-pink);
    border-radius: 50px;
    font-size: clamp(14px, 4vw, 32px);
    font-weight: var(--font-weight-bold);
    color: var(--color-text-white);
    text-decoration: none;
    box-shadow: var(--shadow-large);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    letter-spacing: 1px;
}
.phone-button:hover { transform: translateY(-2px); box-shadow: 0 16px 48px rgba(255, 22, 84, 0.4); opacity: 1; }
.phone-button:active { transform: translateY(0); }

/* ============================================
   Schedule Section
   ============================================ */
.schedule-section {
    background: radial-gradient(ellipse at center, var(--color-secondary-blue), var(--color-primary-blue));
    padding: var(--spacing-2xl) 0 var(--spacing-2xl);
    text-align: center;
    color: var(--color-text-white);
}

.schedule-container { max-width: var(--container-max-width); margin: 0 auto; padding: 0 var(--spacing-lg); }
.schedule-label {
    font-size: 26px; font-weight: var(--font-weight-semibold); letter-spacing: 1px;
    margin-bottom: var(--spacing-sm);
    /* Removed text-transform: uppercase */
}
.schedule-title {
    /* MATCHED WITH EXPERIENCE TITLE */
    font-size: clamp(48px, 5vw, 96px); 
    font-weight: var(--font-weight-extrabold);
    line-height: 1.1; margin-bottom: var(--spacing-md); color: var(--color-accent-yellow);
}
.schedule-subtitle {
    font-size: clamp(30px, 5vw, 60px);
    font-weight: var(--font-weight-extrabold);
    line-height: 1.1;
    margin-bottom: var(--spacing-md);
    color: var(--color-text-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.schedule-subtitle span {
    line-height: 0.9;
    display: block;
}

.schedule-subtitle span:last-child {
    margin-top: 0;
}
.schedule-text {
    font-size: 14px;
    line-height: 1.4;
    max-width: 650px;
    margin: 24px auto 0; /* Added margin top to separate from button */
    color: var(--color-text-white);
    font-weight: 500;
    text-align: center;
}

/* Noua structura pentru Desktop (Row) si Mobil (Column) */
.schedule-flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 140px; /* Updated to 140px as requested */
    margin-bottom: var(--spacing-xl);
    flex-wrap: nowrap;
}

.schedule-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

/* Updated Image Wrapper - Smaller on Desktop */
.schedule-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px; /* Reduced specific size for Desktop */
    max-width: 30vw;
    height: auto;
}


.schedule-image-wrapper img {
    width: 130%;
    height: auto;
    object-fit: contain;
}

.schedule-block h3 {
    margin-top: -60px; /* Negative margin to overlap image */
    font-size: 40px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-white);
    position: relative;
    z-index: 5;
    text-shadow: 0 4px 15px rgba(0, 40, 80, 0.7); /* Shadow for readability over image */
}

.schedule-divider-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sau {
    font-size: 30px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-white);
    margin: 0;
}

.schedule-btn {
    display: inline-flex; align-items: center; justify-content: center; padding: 14px 36px;
    font-size: 20px; font-weight: var(--font-weight-bold); color: var(--color-text-dark);
    background: var(--color-accent-yellow); border-radius: 50px; box-shadow: var(--shadow-large);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.schedule-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 48px rgba(255, 215, 0, 0.4); }
.schedule-btn:active { transform: translateY(0); }

/* ===================== SMART HOME SECTION ===================== */
.smart-section { background: var(--color-primary-blue); color: var(--color-text-white); padding: 100px var(--spacing-lg) 120px; }

/* Grid Layout for Flexible Positioning */
.smart-container {
    max-width: var(--container-max-width); margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
        "text image"
        "cta image"
        "footer footer";
    gap: 20px 64px;
    align-items: center;
}

.smart-text-content {
    grid-area: text;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.smart-kicker { 
    font-size: 36px; 
    font-weight: var(--font-weight-bold); 
    text-transform: none; 
    margin-bottom: 8px; 
}

.smart-desktop-divider {
    width: 100%;
    max-width: 400px;
    height: 3px;
    background: #ffffff;
    margin-bottom: 30px;
}

.smart-title { 
    font-size: clamp(40px, 5vw, 72px); 
    font-weight: var(--font-weight-extrabold); 
    line-height: 1.05; 
    text-transform: uppercase; 
    margin: 0 0 36px 0; 
}

.smart-cta {
    grid-area: cta;
    justify-self: start;
    display: inline-flex; align-items: center; gap: 8px; font-size: 24px; font-weight: var(--font-weight-bold);
    text-transform: uppercase; 
    border-bottom: 3px solid #ffffff; padding-bottom: 6px; cursor: pointer;
}
.smart-cta-arrow { font-size: 24px; }

.smart-image-wrapper {
    grid-area: image;
    justify-self: end;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.smart-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 600px;
}

.smart-footer-text {
    grid-area: footer;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    font-weight: var(--font-weight-semibold);
    text-transform: none;
}


/* ================== BOOKING SECTION ================== */
.booking-section { padding: 80px 0 100px; background: var(--color-primary-blue); display: flex; justify-content: center; }
.booking-card {
    width: 100%; max-width: 1200px; margin: 0 auto; background: #005499; border-radius: 24px; padding: 32px 32px 28px; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.booking-header { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.booking-label { font-size: 18px; font-weight: 600; color: #ffffff; }
.booking-title { font-size: 40px; font-weight: 800; color: #ffffff; }
.booking-header-icons { margin-top: 6px; display: flex; gap: 12px; }
.booking-icon-placeholder { width: 32px; height: 32px; border-radius: 12px; background: rgba(255, 255, 255, 0.08); }
.booking-form { display: flex; flex-direction: column; gap: 16px; }
.booking-row { display: flex; gap: 16px; }
.booking-field { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.booking-field-full { flex: 1 1 100%; }
.booking-field label { font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.85); }
.booking-field input, .booking-field textarea {
    width: 100%; border-radius: 10px; border: none; padding: 10px 12px; font-size: 15px; font-family: inherit; color: #ffffff; background: rgba(0, 0, 0, 0.14); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.booking-field input:focus, .booking-field textarea:focus {
    outline: none; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.booking-actions { display: flex; align-items: center; gap: 16px; margin-top: 10px; flex-wrap: wrap; }
.booking-btn-primary {
    border: none; border-radius: 999px; padding: 12px 28px; background: #ffd700; color: #005499; font-weight: 700; font-size: 16px; cursor: pointer; box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4); transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.booking-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5); }
.booking-btn-whatsapp {
    display: inline-flex; align-items: center; gap: 8px; padding: 12px 26px; border-radius: 999px; background: #25d366; color: #ffffff; font-weight: 700; font-size: 15px; text-decoration: none; box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4); transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.booking-btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5); }
.booking-wa-icon img { width: 24px; height: 24px; display: block; }
.booking-info { font-size: 12px; color: rgba(255, 255, 255, 0.8); }

/* ===================== BONUS SECTION ===================== */
.bonus-section { background: var(--color-secondary-blue, #00437e); padding: 100px 0; color: var(--color-text-white, #ffffff); }
.bonus-container {
    max-width: var(--container-max-width, 1200px); margin: 0 auto; display: flex; gap: var(--spacing-2xl, 64px); padding: 0 var(--spacing-lg, 32px); align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.bonus-cards { display: flex; gap: var(--spacing-lg, 32px); flex-wrap: wrap; }
.bonus-card {
    background: transparent; border-radius: var(--border-radius-lg, 24px); padding: var(--spacing-lg, 32px); width: 260px; height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}
.bonus-icon { width: 84px; height: 84px; object-fit: contain; }
.bonus-card .bonus-icon { width: 560px; max-width: 80vw; height: auto; }
.bonus-card-title {
    font-size: 36px; font-weight: var(--font-weight-extrabold, 800); color: var(--color-accent-yellow, #FFD700); margin-bottom: var(--spacing-xs, 8px);
}
.bonus-card-text {
    font-size: 18px; font-weight: var(--font-weight-bold, 700); color: var(--color-text-white, #ffffff); line-height: 1.3;
}
.bonus-content { max-width: 600px; flex: 1; }
.bonus-heading {
    font-size: clamp(32px, 5vw, 64px); font-weight: var(--font-weight-extrabold, 800); line-height: 1.2; margin-bottom: var(--spacing-xl, 48px); color: var(--color-text-white, #ffffff);
    /* Removed text-transform: uppercase */
}
.bonus-cta-rating { display: flex; align-items: center; gap: var(--spacing-md, 24px); flex-wrap: wrap; }
.bonus-cta {
    display: inline-block; padding: 16px 32px; background: var(--color-accent-pink, #FF1654); color: var(--color-text-white, #ffffff); border-radius: 50px; font-size: 20px; font-weight: var(--font-weight-semibold, 600); text-decoration: none; box-shadow: var(--shadow-medium, 0 8px 24px rgba(0, 0, 0, 0.15)); transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Removed text-transform: uppercase */
}
.bonus-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(255, 22, 84, 0.5); }
.bonus-rating { display: flex; align-items: center; gap: 8px; font-size: 32px; font-weight: var(--font-weight-extrabold, 800); color: var(--color-accent-yellow, #FFD700); }
.bonus-rating .rating-star { font-size: 32px; line-height: 1; }

/* ===================== FOOTER ===================== */
.site-footer { background: var(--color-primary-blue, #005499); padding: var(--spacing-xl, 48px) 0; color: var(--color-text-white, #ffffff); font-size: 16px; }
.footer-container {
    max-width: var(--container-max-width, 1200px); margin: 0 auto; display: flex; flex-wrap: wrap; gap: var(--spacing-2xl, 64px); padding: 0 var(--spacing-lg, 32px); justify-content: space-between; align-items: flex-start;
}
.footer-branding { flex: 1 1 200px; }
.footer-logo img { width: 160px; height: auto; }
.footer-links, .footer-social { flex: 1 1 180px; }
.footer-links h4, .footer-social h4 {
    font-size: 20px; font-weight: var(--font-weight-extrabold, 800); margin-bottom: var(--spacing-sm, 16px);
    /* Removed text-transform: uppercase */
}
.footer-links ul, .footer-social ul { list-style: none; padding: 0; margin: 0; }
.footer-links li, .footer-social li { margin-bottom: var(--spacing-xs, 8px); }
.footer-links a, .footer-social a {
    color: var(--color-text-white, #ffffff); font-size: 16px; text-decoration: none; transition: opacity 0.3s ease;
}
.footer-links a:hover, .footer-social a:hover { opacity: 0.8; }
.footer-bottom { text-align: center; margin-top: var(--spacing-lg, 32px); font-size: 14px; color: rgba(255, 255, 255, 0.75); }

/* ====================== GLASS NAVBAR ====================== */
.glass-navbar {
    position: fixed; top: 18px; left: 50%; transform: translateX(-50%); width: calc(100% - 48px); max-width: 1000px; z-index: 1000; pointer-events: none;
}
.glass-navbar-container {
    position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 5px 12px; border-radius: 999px; background: var(--nav-glass-bg); backdrop-filter: blur(11px); -webkit-backdrop-filter: blur(10px); border: 1px solid var(--nav-glass-border); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), inset 1px 1px 0 var(--nav-glass-highlight); color: var(--nav-glass-text); pointer-events: auto; transition: all 0.55s cubic-bezier(0.575, 0.885, 0.32, 1.8);
}
.navbar-logo-svg { width: 36px; height: auto; display: block; }
.glass-navbar-svg .logo-placeholder {
    width: 32px; height: 52px; border-radius: 1rem; background: linear-gradient(135deg, #ffd700, #ff1654); box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}
.glass-navbar-menu { display: flex; align-items: center; gap: 32px; list-style: none; margin-top: -15px; padding: 0; }
.glass-navbar-menu li { position: relative; }
.glass-navbar-menu a {
    position: relative; font-size: 22px; font-weight: 600; text-decoration: none; color: var(--nav-glass-text); padding: 0; letter-spacing: 0.02em; transition: color 0.25s ease;
}
.glass-navbar-menu a::after {
    content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; border-radius: 999px; background: linear-gradient(90deg, #ffffff, #b1a6a9); box-shadow: 0 0 6px rgba(255, 255, 255, 0.7); transition: width 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.6);
}
.glass-navbar-menu a:hover { color: #e2bbd6; }
.glass-navbar-menu a:hover::after { width: 100%; }
.glass-navbar-cta {
    display: inline-flex; align-items: center; justify-content: center; padding: 8px 22px; border-radius: 999px; background: linear-gradient(135deg, #ff1654, #fb4268); box-shadow: 0 8px 20px rgba(251, 66, 104, 0.55); font-size: 22px; font-weight: 700; color: #fff; text-decoration: none; white-space: nowrap; transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
.glass-navbar-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(251, 66, 104, 0.8); opacity: 1; }
.glass-navbar-toggle {
    border: none; background: transparent; display: none; flex-direction: column; gap: 5px; padding: 6px; cursor: pointer;
}
.glass-navbar-toggle span {
    width: 22px; height: 2px; border-radius: 2px; background: var(--nav-glass-text); transition: all 0.25s ease;
}
.glass-navbar-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.glass-navbar-toggle.active span:nth-child(2) { opacity: 0; }
.glass-navbar-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


/* ========================================================================
   RESPONSIVE SYSTEM (Desktop -> Mobile)
   ======================================================================== */

/* --- 1440px --- */
@media (max-width: 1440px) {
    .hero-container { padding: 0 var(--spacing-lg); }
}

/* --- 1200px --- */
@media (max-width: 1200px) {
    .hero-container { grid-template-columns: 1fr; gap: var(--spacing-xl); text-align: center; }
    .hero-content { max-width: 600px; margin: 0 auto; }
    .hero-title, .hero-subtitle, .hero-tagline { text-align: center; }
    .hero-divider { margin-left: auto; margin-right: auto; }
    .badge-preturi { right: auto; left: 50%; transform: translateX(200px) rotate(-5deg); }
    .experience-container { grid-template-columns: 1fr; gap: var(--spacing-xl); }
    .experience-visual { order: 2; min-height: 400px; }
    .experience-content { order: 1; text-align: center; padding-left: 0; }
    .experience-label::after { left: 50%; transform: translateX(-50%); }
    .experience-description { margin-left: auto; margin-right: auto; }
    .experience-actions { justify-content: center; }
}

/* --- 992px --- */
@media (max-width: 992px) {
    :root { --font-size-hero-title: clamp(48px, 8vw, 64px); --font-size-hero-subtitle: clamp(20px, 4vw, 28px); }
    .nav-menu { gap: var(--spacing-md); }
    .hero-visual { height: auto; min-height: 480px; }
    .feature-badge { transform: scale(0.85); }
    .feature-badge-1 { top: 30px; right: 0; }
    .feature-badge-2 { top: 220px; right: 20px; }
    .experience-section { padding: var(--spacing-xl) var(--spacing-md); }
    .glass-navbar { top: 16px; width: calc(100% - 32px); }
    
    /* Smart Section Mobile Override - Flex Column Reordering */
    .smart-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0; /* Let margins handle spacing */
    }
    
    .smart-text-content { 
        order: 1; 
        text-align: center; 
        align-items: center; 
    }
    
    .smart-image-wrapper { 
        order: 2; 
        width: 100%; 
        justify-content: center;
        margin: 20px 0;
    }
    
    .smart-footer-text { 
        order: 3; 
        margin: 20px 0; 
    }
    
    .smart-cta { 
        order: 4; 
    }
    
    .smart-desktop-divider { margin: 10px auto 20px auto; }

    
    .bonus-container, .footer-container { flex-direction: column; align-items: center; text-align: center; }
    .bonus-cards { justify-content: center; }
    .footer-links, .footer-social { flex: 1 1 100%; margin-top: 32px; }
}

/* --- 900px --- */
@media (max-width: 900px) {
    .cta-button.desktop-only { display: none; }
    .cta-button.desktop-only {
    position: relative;
    z-index: 30;      /* mai mare decât orice din hero */
}

    .mobile-cta-container { display: block; }
    .glass-navbar-container { padding: 8px 16px; gap: 16px; }
    .glass-navbar-menu {
        display: none !important; flex-direction: column !important; gap: 0 !important; margin-top: 10px; padding: 12px 16px; border-radius: 18px; background: rgba(0, 84, 153, 0.98); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45); width: 100%; position: absolute; top: 100%; left: 0; right: 0; z-index: 1000; opacity: 0; visibility: hidden; transform: translateY(-20px); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .glass-navbar-menu.active { display: flex !important; opacity: 1; visibility: visible; transform: translateY(0); }
    .glass-navbar-menu li { width: 100%; }
    .glass-navbar-menu a { display: block; width: 100%; padding: 16px; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .glass-navbar-menu li:last-child a { border-bottom: none; }
    .glass-navbar-cta {
        display: inline-flex;      /* neapărat vizibil */
        font-size: 22px;
        padding: 8px 18px;
    }
    .glass-navbar-toggle { display: flex !important; }
    .hero-container { grid-template-columns: 1fr; text-align: center; }
    .hero-content { display: flex; flex-direction: column; align-items: center; }
}



/* --- 768px (MASTER MOBILE BREAKPOINT) --- */
@media (max-width: 768px) {
    .hero { padding: 0 var(--spacing-sm); }
    .hero-nav { flex-direction: column; }
    .logo-placeholder { width: 50px; height: 65px; }

    /* HERO: Structure */
    .hero-container {
        display: flex; flex-direction: column; align-items: center;
        padding-top: 0; gap: var(--spacing-lg); min-height: auto;
    }

    /* HERO: Text */
    .hero-title {
        font-size: var(--mob-hero-title-size);
        margin-bottom: var(--spacing-md);
        margin-top: var(--mob-hero-text-top-margin);
    }
    .hero-subtitle { font-size: var(--mob-hero-subtitle-size); }
    .hero-tagline { font-size: var(--mob-hero-tagline-size); }
    .hero-divider { width: var(--mob-hero-divider-width); margin-bottom: var(--mob-hero-divider-margin); }

    /* HERO: Buttons (Mobile Only) */
    .cta-button.mobile-only {
        display: inline-flex;
        width: var(--mob-cta-width);
        height: var(--mob-cta-height);
        font-size: var(--mob-cta-font-size);
        margin-right: var(--mob-cta-margin-right);
    }
    .mobile-cta-container {
        margin-bottom: var(--mob-cta-container-bottom);
        margin-top: var(--mob-cta-container-top);
        position: relative;
        left: var(--mob-cta-container-offset-x);
        display: flex;
        justify-content: center;
        width: 100%;
    }

    /* HERO: Badges */
    .badge-preturi {
        width: var(--mob-badge-preturi-size);
        height: var(--mob-badge-preturi-size);
        top: var(--mob-badge-preturi-top);
        left: 50%;
        transform: translateX(var(--mob-badge-preturi-x)) rotate(var(--mob-badge-preturi-rot));
    }
    .badge-preturi .badge-text { font-size: var(--mob-badge-preturi-text); }
    .feature-badge { display: none !important; }
    
    .badge-garantie {
        width: var(--mob-badge-garantie-w);
        height: var(--mob-badge-garantie-h);
        bottom: var(--mob-badge-garantie-bottom);
    }
    .badge-garantie .badge-text { font-size: var(--mob-badge-garantie-text); }

    /* HERO: Visual & Image */
    .hero-visual {
        height: auto; width: 100%; margin-top: var(--spacing-md);
        display: flex; justify-content: center; align-items: flex-end;
        overflow: visible; margin-right: 0; padding: 0;
    }
    .hero-image-main {
        width: 100%; height: auto; display: flex; justify-content: center; align-items: flex-end;
        margin: 0; max-width: none;
    }
    .hero-image-main img {
        width: var(--mob-hero-img-width); max-width: none; height: auto; object-fit: contain;
        margin-top: var(--mob-hero-img-top); margin-right: 0; margin-bottom: 0; margin-left: 0;
        transform: translateX(var(--mob-hero-img-offset-x));
    }
    @media (max-width: 1024px) {
    .hero-image-desktop{
    display: none;
    }
}

    /* HERO: Decorations */
    .deco-shape { transform: scale(var(--mob-deco-scale)); opacity: 0.4; }
    .deco-shape-1 { top: var(--mob-deco-1-top); left: var(--mob-deco-1-left); }
    .deco-shape-2 { top: var(--mob-deco-2-top); left: var(--mob-deco-2-left); }
    .deco-lightning-1 { top: var(--mob-light-1-top); right: var(--mob-light-1-right); transform: rotate(15deg) scale(var(--mob-deco-scale)); }

    /* NAVBAR */
    .glass-navbar {
        top: var(--mob-nav-top);
        width: calc(100% - var(--mob-nav-width-offset));
    }
    .glass-navbar-container { padding-top: var(--mob-nav-padding-y); padding-bottom: var(--mob-nav-padding-y); }
    .glass-navbar-svg .logo-placeholder { width: var(--mob-nav-logo-w); height: auto; }

    /* EXPERIENCE */
    .experience-section { padding: var(--mob-exp-padding); }
    .experience-title { font-size: var(--mob-exp-title-size); }
    .experience-description { font-size: var(--mob-exp-desc-size); }
    .experience-image-main { width: var(--mob-exp-img-width); height: auto; }
    .phone-button { min-width: var(--mob-phone-btn-w); font-size: var(--mob-phone-btn-font); }
    .play-button { width: var(--mob-play-btn-size); height: var(--mob-play-btn-size); }

    /* SCHEDULE */
    .schedule-title { font-size: var(--mob-sch-title-size); }
    
    /* OVERRIDE FOR MOBILE SCHEDULE LAYOUT */
    .schedule-flex-container {
        flex-direction: column !important;
        gap: 0px !important;
    }
    
    /* KEEP IMAGES LARGE ON MOBILE */
    .schedule-image-wrapper {
        width: 120% !important; 
        max-width: 480px !important; /* Larger cap for mobile */
    }
    
    .schedule-block h3 {
        font-size: var(--mob-sch-item-font) !important;
        margin-top: -70px !important; /* Keep overlap on mobile too */
        margin-bottom: 0 !important;
    }
    .sau {
        font-size: var(--mob-sch-sau-size) !important;
        margin: 30px 0 !important;
    }

    /* SMART HOME */
    .smart-title { font-size: var(--mob-smart-title-size); }
    .smart-cta { font-size: var(--mob-smart-cta-size); }
    .smart-image img { max-width: none; width: var(--mob-smart-img-width); }

    /* BONUS */
    .bonus-heading { font-size: var(--mob-bonus-heading-size); }
    .bonus-cards { flex-wrap: nowrap !important; justify-content: center !important; gap: var(--spacing-lg) !important; }
    .bonus-card { width: var(--mob-bonus-card-size) !important; height: var(--mob-bonus-card-size) !important; padding: var(--spacing-md) !important; }
    .bonus-card .bonus-icon { width: var(--mob-bonus-icon-size) !important; }
    .bonus-card-title { font-size: var(--mob-bonus-card-title); }

    /* BOOKING */
    .booking-card { padding: var(--mob-book-padding); }
    .booking-title { font-size: var(--mob-book-title-size); }
    .booking-field label { font-size: var(--mob-book-label-size); }
    .booking-btn-primary { font-size: var(--mob-book-btn-font); }
    .booking-row { flex-direction: column; }
    .booking-actions { align-items: flex-start; }

    /* FOOTER */
    .site-footer { padding: var(--mob-footer-padding) 0 !important; }
    .footer-logo img { width: var(--mob-footer-logo-w) !important; }
    .footer-links h4, .footer-social h4 { font-size: var(--mob-footer-header-size); }
    .footer-links a, .footer-social a { font-size: var(--mob-footer-link-size); }
}

/* --- 576px (Standard Mobile Tweak) --- */
@media (max-width: 576px) {
    :root { --spacing-xl: 32px; --spacing-2xl: 48px; }
    .badge-preturi { transform: translateX(calc(var(--mob-badge-preturi-x) * 0.75)) rotate(-5deg); }
}

/* --- 480px (Tiny Mobile Tweak) --- */
@media (max-width: 480px) {
    .badge-preturi { width: 70px; height: 70px; transform: translateX(70px) rotate(-5deg); }
    .badge-preturi .badge-text { font-size: 9px; }
}
/* Features & Badges */
.feature-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    z-index: 3;
}
.feature-icon {
    width: 90px;
    height: 90px;
    border-radius: var(--border-radius-md);
    outline: calc(var(--debug-outlines) * 2px) dashed rgba(255, 215, 0, 0.5);
}

/* Updated Text Styles: Thicker, Better Aligned */
.feature-text-1 { 
    margin-right: 38px; 
    margin-top: -65px; /* Adjusted for better vertical alignment */
    font-size: var(--font-size-feature); 
    font-weight: 800; /* ExtraBold */
    line-height: 1.1;
    position: relative; 
    z-index: 1; 
}
.feature-text-2 { 
    margin-right: 55px; 
    margin-top: -25px; /* Adjusted for better vertical alignment */
    font-size: var(--font-size-feature); 
    font-weight: 800; /* ExtraBold */
    line-height: 1.1;
    position: relative; 
    z-index: 1; 
}
.feature-text-3 { 
    margin-right: -10px; 
    margin-bottom: -35px; /* Adjusted for better vertical alignment */
    font-size: var(--font-size-feature); 
    font-weight: 800; /* ExtraBold */
    line-height: 1.1;
    position: relative; 
    z-index: 1; 
}

/* ==========================================================================
   ADVANCED LIGHT ANIMATION (CSS Houdini) - Hypnotic Wave Effect
   ========================================================================== */

/* 1. Definim variabilele pentru a putea fi animate */
@property --cx {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 72%;
}

@property --cy {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 50%;
}

/* 2. Keyframes - Mișcare foarte lentă și amplă */
@keyframes pi-light-sweep {
  0%   { --cx: 10%; }  /* Pleacă mai din stânga */
  50%  { --cx: 90%; }  /* Ajunge mai în dreapta */
  100% { --cx: 10%; }
}

/* Respirație verticală subtilă */
@keyframes pi-light-breathe {
  0%,100% { --cy: 50%; }
  50%     { --cy: 45%; }
}

/* 3. Aplicarea efectului de spotlight */
.feature-text-1::before,
.feature-text-2::before,
.feature-text-3::before {
    content: "";
    position: absolute;
    /* Zona de efect extinsă */
    top: -80px;
    bottom: -80px;
    left: -100px;
    right: -100px;
    border-radius: 999px;
    z-index: -1; 
    pointer-events: none;

    /* Setări inițiale */
    --cx: 10%; 
    --cy: 50%;

    /* Gradient ajustat pentru intensitate maximă în mijloc și fade fin */
    background: radial-gradient( 140% 90% at var(--cx) var(--cy),
      rgba(255, 255, 220, 1) 0%,        /* Nucleu foarte intens (alb-gălbui) */
      rgba(255, 215, 0, 0.9) 12%,       /* Corp auriu puternic */
      rgba(255, 215, 0, 0.4) 35%,       /* Difuzie medie */
      rgba(255, 215, 0, 0.05) 65%,      /* Fade out fin */
      rgba(0, 47, 95, 0)      100%
    );

    /* Blur mare pentru fluiditate */
    filter: blur(35px);
    opacity: 0.9;

    /* Durata crescută la 14s pentru mișcare lentă */
    animation:
        pi-light-sweep 14s ease-in-out infinite,
        pi-light-breathe 7s ease-in-out infinite;
    will-change: --cx, --cy;
}

/* 4. Sincronizare "Val" (Cascadă) */
/* Interval de 2.5 secunde pentru o secvență vizibilă de val */

/* Text 1 (Sus): Start imediat */
.feature-text-1::before { 
    animation-delay: 0s, 0s; 
}

/* Text 2 (Mijloc): Start după 2.5 secunde */
.feature-text-2::before { 
    animation-delay: 2.5s, 0.5s; 
}

/* Text 3 (Jos): Start după 5 secunde */
.feature-text-3::before { 
    animation-delay: 5s, 1s; 
}


.feature-badge-1 { top: 20px; right: -35px; }
.feature-badge-2 { top: 270px; right: -30px; }
.feature-badge-3 { bottom: 40px; right: 0px; }

/* ... existing CSS code ... */
/* ... existing CSS code ... */

/* ===================== BIOGRAPHY PAGE STYLES ===================== */

.page-header {
    padding: 160px 20px 60px;
    background: radial-gradient(ellipse at center, var(--color-secondary-blue), var(--color-primary-blue));
    text-align: center;
    color: var(--color-text-white);
}

.page-title {
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 800;
    color: var(--color-accent-yellow);
    margin-bottom: 10px;
}

.page-subtitle {
    font-size: 20px;
    font-weight: 500;
    opacity: 0.9;
}

/* Bio Section */
.bio-section {
    padding: 80px 20px;
    background: #003660; /* Darker blue */
    color: var(--color-text-white);
}

.bio-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.bio-image {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
}

.bio-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border: 4px solid var(--color-accent-yellow);
}

.bio-text {
    flex: 1 1 400px;
}

.bio-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--color-accent-yellow);
}

.bio-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.95;
}

.bio-highlight {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-left: 4px solid var(--color-accent-yellow);
    border-radius: 4px;
}

.bio-credentials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.credential-badge {
    background: var(--color-accent-pink);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.bio-stats {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 40px;
    font-weight: 800;
    color: var(--color-accent-yellow);
}

.stat-label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Smart Services Section (Bio Page) */
.smart-services-section {
    padding: 80px 20px;
    background: var(--color-secondary-blue);
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--color-accent-yellow);
}

.section-desc {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.smart-services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.smart-service-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.smart-service-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--color-accent-yellow);
}

.service-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.smart-service-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color-accent-yellow);
}

.smart-service-item p {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
}

/* Video Reviews Section */
.reviews-section {
    padding: 80px 20px;
    background: var(--color-secondary-blue);
}

.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
}

.reviews-title {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.reviews-subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    opacity: 0.8;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.video-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.video-placeholder {
    width: 100%;
    aspect-ratio: 9/16; /* Portrait for phone videos, or 16/9 for landscape */
    background: #000;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.video-placeholder span {
    opacity: 0.5;
    font-weight: 600;
}

/* Use this style when inserting real iframes/videos */
.video-placeholder iframe, 
.video-placeholder video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-caption {
    text-align: center;
    font-weight: 600;
    color: var(--color-accent-yellow);
    font-size: 18px;
}

@media (max-width: 768px) {
    .bio-container {
        flex-direction: column;
        text-align: center;
    }
    
    .bio-stats, .bio-credentials {
        justify-content: center;
    }
    
    .video-grid {
        grid-template-columns: 1fr; /* Stack videos on mobile */
        max-width: 400px;
        margin: 0 auto;
    }
}
/* Emoji Apple Style */
.emoji-apple {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2)); /* Mică umbră pentru profunzime */
    transition: transform 0.3s ease;
}

.smart-service-item:hover .emoji-apple {
    transform: scale(1.1) rotate(5deg);
}

.service-icon {
    /* Resetează font-size-ul vechi dacă era setat */
    font-size: 0; 
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start; /* Aliniere stânga sau center după preferință */
}
