  html, body { width: 100%; max-width: 100%; overflow-x: hidden; position: relative; margin: 0; padding: 0; }

  :root{
    --ink:#060606;
    --ink-2:#141416;
    --ink-3:#1E1E21;
    --steel:#8B8E94;
    --white:#F2F3F5;
    --blue:#3E7BFA;
    --blue-deep:#2C58C4;
    --line:rgba(242,243,245,0.10);
    --shadow:0 22px 50px -22px rgba(0,0,0,0.7);
    --radius-lg:22px;
    --radius-md:14px;
    --maxw:1180px;
    --ease:cubic-bezier(.22,.88,.35,1);
  }
  *,*::before,*::after{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--ink);color:var(--white);font-family:'Outfit',sans-serif;
    font-weight:400;line-height:1.65;-webkit-font-smoothing:antialiased;
  }
  body.nav-open-lock .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  img{max-width:100%;display:block;}
  a{color:inherit;}
  h1,h2{font-family:'Archivo Black',sans-serif;font-weight:400;line-height:1.08;margin:0;letter-spacing:-0.01em;}
  h3{font-family:'Outfit',sans-serif;font-weight:700;margin:0;}
  p{margin:0;}
  ul{margin:0;padding:0;list-style:none;}
  button{font-family:inherit;}
  :focus-visible{outline:3px solid var(--blue);outline-offset:3px;}

  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px;}
  section{scroll-margin-top:84px;}

  .eyebrow{
    font-size:0.8rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--blue);
    display:inline-flex;align-items:center;gap:10px;font-weight:600;white-space:normal;
  }
  .eyebrow::before{content:"";width:24px;height:1px;background:var(--blue);display:inline-block;flex:none;}

  .btn{
    display:inline-flex;align-items:center;justify-content:center;gap:10px;
    font-weight:600;font-size:0.98rem;padding:15px 30px;min-height:48px;border-radius:999px;
    border:1px solid transparent;text-decoration:none;cursor:pointer;white-space:normal;text-align:center;
    transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease);
  }
  .btn-primary{background:var(--blue);color:#fff;box-shadow:0 14px 30px -12px rgba(62,123,250,0.55);}
  .btn-primary:hover{background:var(--blue-deep);transform:translateY(-2px);}
  .btn-ghost{background:rgba(255,255,255,0.04);color:var(--white);border-color:var(--line);}
  .btn-ghost:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px);}

  [data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease);}
  [data-reveal].in-view{opacity:1;transform:translateY(0);}
  [data-reveal="fade"]{transform:none;}
  .d1{transition-delay:.08s;} .d2{transition-delay:.16s;} .d3{transition-delay:.24s;}
  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
    [data-reveal]{opacity:1!important;transform:none!important;transition:none!important;}
    *{animation-duration:.001s!important;}
  }

  /* IMAGE FALLBACK */
  .img-fallback{display:none;position:absolute;inset:0;flex-direction:column;align-items:center;justify-content:center;
    gap:10px;text-align:center;padding:20px;background:linear-gradient(160deg,var(--ink-3),var(--ink-2));color:var(--steel);}
  .img-fallback .plus{width:44px;height:44px;border-radius:50%;border:1.5px dashed var(--blue);
    display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:1.4rem;font-weight:300;}
  .img-fallback span{font-size:0.72rem;letter-spacing:0.04em;line-height:1.5;max-width:22ch;color:var(--steel);}

  /* HEADER */
  .site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 80;
    border-bottom: 1px solid transparent;
    transition: border-color .3s var(--ease);
  }
  .site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(6, 6, 6, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .site-header.is-scrolled{border-color:var(--line);}
  .nav{display:flex;align-items:center;justify-content:space-between;padding:14px 28px;gap:20px;position:relative;min-height:72px;}
  .brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--white);position:relative;z-index:5;flex:none;}
  .brand img{height:42px;width:42px;border-radius:9px;flex:none;}
  .brand span{font-family:'Archivo Black',sans-serif;font-size:1.05rem;letter-spacing:0.01em;}
  .brand span em{font-style:normal;color:var(--blue);}

  .nav-links{display:flex;align-items:center;gap:28px;}
  .nav-links a{text-decoration:none;color:var(--steel);font-size:0.94rem;font-weight:500;position:relative;padding:4px 0;white-space:normal;}
  .nav-links a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1.5px;background:var(--blue);transition:width .25s var(--ease);}
  .nav-links a:hover{color:var(--white);}
  .nav-links a:hover::after{width:100%;}
  .nav-actions{display:flex;align-items:center;gap:16px;position:relative;z-index:5;flex:none;}
  .nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px;flex:none;min-height:44px;min-width:44px;align-items:center;justify-content:center;}
  .nav-toggle span{width:24px;height:2px;background:var(--white);display:block;transition:transform .25s var(--ease),opacity .25s var(--ease);}
  .nav-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .nav-toggle.is-active span:nth-child(2){opacity:0;}
  .nav-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

  @media (max-width:920px){
    .nav-links {
      position: fixed;
      inset: 0;
      background: var(--ink);
      z-index: 1;
      display: flex;
      flex-direction: column;
      height: 100dvh; 
      overflow: hidden; 
      padding: 80px 32px 30px;
      gap: 10px;
      transform: translateX(100%);
      transition: transform .35s var(--ease);
    }
    .nav-links.is-open { transform: translateX(0); }
    .nav-links a { font-size: 1.2rem; padding: 10px 0; width: 100%; }
    .nav-mobile-footer {
      display: flex;
      flex-direction: column;
      margin-top: auto;
      padding-top: 15px;
      border-top: 1px solid var(--line);
      flex-shrink: 0; 
    }
    .nmf-phone { font-size: 1.3rem !important; margin-bottom: 2px !important; }
    .nmf-address { font-size: 0.8rem !important; margin-bottom: 12px !important; }
    .nmf-btn { padding: 12px !important; font-size: 0.9rem !important; }
    .nav-actions .btn-primary{display:none;}
    .nav-toggle{display:flex;}
  }

  /* HERO */
  .hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;}
  .hero-bg{position:absolute;inset:0;width:100%;height:100%;}
  .hero-bg img{width:100%;height:100%;object-fit:cover;}
  .hero-bg .img-fallback{position:absolute;}
  .hero-overlay{position:absolute;inset:0;
    background:linear-gradient(100deg, rgba(6,6,6,0.94) 0%, rgba(6,6,6,0.82) 32%, rgba(6,6,6,0.45) 62%, rgba(6,6,6,0.7) 100%),
               linear-gradient(0deg, rgba(6,6,6,0.9), rgba(6,6,6,0.2) 40%);
  }
  .hero-content{position:relative;z-index:2;padding:120px 0 80px;width:100%;}
  .hero-content h1{font-size:clamp(2.3rem,5.2vw,4rem);margin:18px 0 20px;max-width:16ch;}
  .hero-content h1 .accent{color:var(--blue);}
  .hero-lead{font-size:1.12rem;color:#D7D9DD;max-width:48ch;margin-bottom:30px;}
  .hero-ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px;}
  .rating-pill{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,0.06);
    border:1px solid var(--line);border-radius:999px;padding:10px 18px;font-size:0.85rem;backdrop-filter:blur(6px);}
  .rating-pill .stars{color:var(--blue);letter-spacing:2px;}
  .rating-pill strong{font-weight:700;color:var(--white);}
  @media (max-width:600px){ .hero{min-height:92vh;} .hero-ctas .btn{width:100%;} }

  /* DIVIDER */
  .fade-divider{height:3px;width:100%;background:linear-gradient(90deg, transparent, var(--blue) 20%, var(--blue) 80%, transparent);opacity:0.55;}

  /* ABOUT */
  .about{padding:70px 0;}
  .about-inner{max-width:760px;}
  .about h2{font-size:clamp(1.7rem,3vw,2.2rem);margin:16px 0 18px;}
  .about p{color:#C7CACF;font-size:1.05rem;max-width:62ch;}

  /* SERVICES */
  .services{padding:20px 0 80px;background:var(--ink-2);}
  .section-head{max-width:640px;margin-bottom:40px;}
  .section-head h2{font-size:clamp(1.8rem,3.2vw,2.3rem);margin:16px 0 12px;}
  .section-head p{color:var(--steel);font-size:1rem;}
  .menu-list{display:flex;flex-direction:column;gap:4px;}
  .menu-item{display:flex;align-items:baseline;gap:10px;padding:18px 0;border-bottom:1px solid var(--line);flex-wrap:wrap;}
  .menu-item .mi-name{font-weight:700;font-size:1.05rem;color:var(--white);}
  .menu-item .mi-time{font-size:0.8rem;color:var(--steel);white-space:normal;}
  .menu-item .mi-dots{flex:1;border-bottom:1.5px dotted var(--line);min-width:24px;margin:0 4px;height:0.6em;}
  .menu-item .mi-price{font-family:'Archivo Black',sans-serif;font-size:1.05rem;color:var(--blue);white-space:normal;}
  .menu-cta{margin-top:36px;text-align:center;}
  @media (max-width:560px){ .menu-item{flex-direction:column;align-items:flex-start;gap:4px;} .menu-item .mi-dots{display:none;} }

  /* GALLERY */
  .gallery{padding:80px 0;}
  .gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
  .gallery-item{position:relative;aspect-ratio:4/5;border-radius:var(--radius-md);overflow:hidden;width:100%;
    background:var(--ink-2);border:1px solid var(--line);}
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) blur(4px); 
    transition: filter 1.8s var(--ease), transform 0.5s var(--ease);
    will-change: filter;
  }
  .gallery-item img.is-colored {
    filter: grayscale(0%) blur(0px);
  }
  @media (hover: hover) {
    .gallery-item:hover img {
      filter: grayscale(0%) blur(0px);
      transform: scale(1.06);
    }
  }
  @media (max-width:920px){ .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));} }
  @media (max-width:520px){ .gallery-grid{grid-template-columns:minmax(0,1fr);max-width:340px;margin:0 auto;} }

  /* ============================================================
     REVIEW CAROUSEL (Dinamice, Glassmorphic, Zero Layout Shift)
  ============================================================ */
  .review{padding:20px 0 80px;}
  
  /* Bulina Google clickabilă */
  .google-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(62, 123, 250, 0.4);
    padding: 8px 18px;
    border-radius: 50px;
    color: var(--white);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s var(--ease);
    margin-bottom: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  }
  .google-badge-pill:hover {
    background: rgba(62, 123, 250, 0.15);
    border-color: var(--blue);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(62, 123, 250, 0.25);
  }
  .google-badge-pill svg { width: 18px; height: 18px; fill: currentColor; color: #FBBC05; }

  /* Containerul caruselului - folosim Grid pentru Zero Layout Shift */
  .review-carousel-wrapper {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
  }
  .review-carousel {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background: rgba(20, 20, 22, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    padding: 45px 40px 35px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    min-height: 240px;
  }
  /* Toate slide-urile stau exact în aceeași celulă (1 / 1) -> ZERO layout shift */
  .review-slide {
    grid-area: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px) scale(0.98);
    transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
  }
  .review-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    z-index: 2;
  }
  .review-slide .stars-big {
    color: #FBBC05; /* Auriu Google */
    font-size: 1.35rem;
    letter-spacing: 4px;
    text-shadow: 0 0 12px rgba(251, 188, 5, 0.3);
  }
  .review-slide p {
    font-size: 1.18rem;
    line-height: 1.6;
    color: var(--white);
    max-width: 58ch;
    font-weight: 400;
  }
  .review-slide .who {
    color: var(--steel);
    font-size: 0.88rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .review-slide .who strong { color: var(--white); }
  
  /* Buline de navigare carusel */
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
  }
  .carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s var(--ease);
  }
  .carousel-dot.is-active {
    background: var(--blue);
    width: 24px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(62, 123, 250, 0.6);
  }

  /* CONTACT */
  .contact{padding:20px 0 90px;background:var(--ink-2);}
  .contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:50px;align-items:start;}
  /* position:relative — ancoreaza caseta de consimtamant .map-consent.
     Filtrul de intunecare s-a mutat pe iframe, ca sa nu inverseze si
     culorile casetei de consimtamant afisate inaintea hartii. */
  .map-embed{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);min-height:340px;min-width:0;width:100%;position:relative;}
  .map-embed iframe{width:100%;height:100%;min-height:340px;border:0;display:block;filter:grayscale(0.4) invert(0.92) contrast(0.88);}
  .info-list{display:flex;flex-direction:column;gap:20px;margin:28px 0 32px;}
  .info-row{display:flex;gap:16px;align-items:flex-start;}
  .info-row svg{width:22px;height:22px;color:var(--blue);flex:none;margin-top:2px;}
  .info-row .label{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.08em;color:var(--steel);display:block;margin-bottom:3px;}
  .info-row a{text-decoration:none;font-weight:500;}
  .info-row a:hover{color:var(--blue);}
  .hours-table{display:flex;flex-direction:column;gap:6px;font-size:0.92rem;}
  .hours-table .hr{display:flex;justify-content:space-between;gap:20px;color:#C7CACF;max-width:280px;}
  .hours-table .hr span:first-child{text-transform:capitalize;}
  @media (max-width:900px){ .contact-grid{grid-template-columns:minmax(0,1fr);} }

  /* FOOTER */
  .site-footer{padding:44px 0 24px;}
  .footer-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;padding-bottom:28px;border-bottom:1px solid var(--line);}
  .footer-brand{display:flex;align-items:center;gap:12px;}
  .footer-brand img{height:38px;width:38px;border-radius:8px;}
  .footer-brand span{font-family:'Archivo Black',sans-serif;font-size:1rem;}
  .footer-links{display:flex;gap:24px;flex-wrap:wrap;}
  .footer-links a{text-decoration:none;color:var(--steel);font-size:0.92rem;}
  .footer-links a:hover{color:var(--blue);}
  .footer-bottom{padding-top:18px;font-size:0.78rem;color:var(--steel);text-align:center;
    display:flex;flex-direction:column;gap:5px;}
  /* Datele de identificare a firmei (Legea 365/2002) */
  .footer-legal-id{font-size:0.74rem;letter-spacing:0.02em;opacity:0.75;}

  /* STICKY MOBILE CTA */
  .mobile-cta-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--ink);
    padding:12px 16px;box-shadow:0 -10px 30px -12px rgba(0,0,0,.7);border-top:1px solid var(--line);}
  .mobile-cta-bar a{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--blue);color:#fff;
    border-radius:999px;padding:14px;font-weight:600;text-decoration:none;min-height:48px;}
  @media (max-width:768px){ .mobile-cta-bar{display:block;} body{padding-bottom:76px;} }
  body.nav-open-lock .mobile-cta-bar{display:none;}

  /* ================= GDPR — COOKIE CONSENT (card discret, colț) ================= */
  .cookie-consent{
    position:fixed; z-index:500; left:20px; bottom:20px; max-width:360px; width:calc(100% - 40px);
    transform:translateY(24px) scale(.97); opacity:0; pointer-events:none;
    transition:transform .5s var(--ease), opacity .4s var(--ease);
  }
  .cookie-consent.is-visible{ transform:translateY(0) scale(1); opacity:1; pointer-events:auto; }
  .cookie-consent-inner{
    background:linear-gradient(160deg, var(--ink-2), var(--ink-3));
    border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow:var(--shadow);
    padding:20px 22px; display:flex; flex-direction:column; gap:12px;
  }
  .cookie-consent-text{ font-size:.86rem; line-height:1.55; color:var(--steel); }
  .cookie-consent-link{ color:var(--blue); text-decoration:underline; text-underline-offset:2px; }
  .cookie-consent-link:hover{ color:var(--white); }
  .cookie-consent-actions{ display:flex; gap:10px; }
  .cookie-consent-actions .btn{ flex:1 1 0; padding:12px 16px; font-size:.88rem; min-height:48px; }
  @media (max-width:768px){
    .cookie-consent{ left:16px; right:16px; bottom:calc(76px + 12px); max-width:none; width:auto; }
  }

  @media (max-width:480px){ .wrap{padding:0 20px;} .review-carousel{padding:30px 20px;} .review-slide p{font-size:1.05rem;} }
  
  /* FOOTER MOBIL */
  .nav-mobile-footer { display: none; }
  @media (max-width:920px) {
    .nav-mobile-footer {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-top: auto;
      padding-top: 40px;
      width: 100%;
      border-top: 1px solid var(--line);
    }
    .nmf-title { font-size: 0.8rem; color: var(--steel); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
    .nmf-phone { font-family: 'Archivo Black', sans-serif; font-size: 1.5rem !important; color: var(--white) !important; margin-bottom: 4px; }
    .nmf-phone::after { display: none; }
    .nmf-address { font-size: 0.9rem; color: var(--steel); margin-bottom: 24px; }
    .nmf-btn { 
      display: inline-flex; justify-content: center; width: 100%; 
      background: var(--blue); color: #fff !important; 
      padding: 14px; border-radius: 12px; font-weight: 600; font-size: 1rem !important; 
    }
    .nmf-btn::after { display: none; }
  }

  @media (max-width: 920px) {
    .hero { align-items: flex-start !important; padding-top: 88px !important; }
    .hero-content { padding-top: 24px !important; padding-bottom: 50px !important; }
  }
  @media (max-width: 600px) {
    .hero-content h1 {
      font-size: clamp(1.85rem, 8.5vw, 2.3rem) !important; 
      letter-spacing: -0.02em !important; 
      overflow-wrap: break-word !important; 
      word-wrap: break-word !important;
      max-width: 100% !important;
    }
    .wrap { padding: 0 20px !important; }
  }

  /* Secțiunea ANPC Footer */
  .footer-anpc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(191, 149, 63, 0.15);
    flex-wrap: wrap;
  }
  .anpc-banner {
    width: 250px;
    height: auto;
    max-width: 100%;
    border-radius: 4px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
    opacity: 0.8;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .footer-anpc a:hover .anpc-banner {
    opacity: 1;
    transform: translateY(-3px);
    filter: drop-shadow(0 6px 12px rgba(191, 149, 63, 0.2));
  }
  @media (max-width: 480px) {
    .footer-anpc { gap: 1rem; }
    .anpc-banner { width: 200px; }
  }

/* ==== Reguli mutate din atribute style= inline (necesare pentru CSP fara 'unsafe-inline') ==== */
.gtm-noscript{display:none;visibility:hidden;}
.section-head--center{margin:0 auto 28px;text-align:center;display:flex;flex-direction:column;align-items:center;}

/* ==== Link-buton in subsol ("Setari cookie-uri") ====
   Arata identic cu celelalte linkuri din .footer-links, dar este <button>
   pentru ca declanseaza o actiune, nu o navigare. Prezent pe toate paginile. */
.footer-links .footer-link-btn{
  background:none;border:none;padding:0;margin:0;cursor:pointer;
  color:var(--steel);font-family:inherit;font-size:0.92rem;font-weight:400;
  line-height:inherit;text-align:left;
  text-decoration:underline;text-underline-offset:3px;
  transition:color .2s var(--ease);
}
.footer-links .footer-link-btn:hover{color:var(--blue);}

/* ==== GDPR: caseta care tine locul hartii pana la consimtamant ====
   Harta Google Maps seteaza cookie-uri Google, deci nu are voie sa se
   incarce automat. Iframe-ul este injectat din assets/js/main.js abia
   dupa ce vizitatorul apasa "Afiseaza harta". */
.map-consent{
  position:absolute;inset:0;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:12px;padding:28px 26px;text-align:center;
  background:linear-gradient(160deg,var(--ink-3),var(--ink-2));
  border-radius:inherit;
}
.map-consent svg{width:34px;height:34px;color:var(--blue);flex:none;}
.map-consent h3{font-size:1.02rem;color:var(--white);}
.map-consent p{font-size:0.85rem;line-height:1.6;color:var(--steel);max-width:38ch;}
.map-consent .btn{margin-top:4px;}
.map-consent-alt{
  font-size:0.8rem;color:var(--steel);text-decoration:underline;text-underline-offset:3px;
  transition:color .2s var(--ease);
}
.map-consent-alt:hover{color:var(--blue);}
@media (max-width:480px){
  .map-consent{padding:24px 18px;gap:10px;}
  .map-consent p{font-size:0.8rem;}
}
