    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root { --red: #CC1414; --dark: #111; --light-bg: #f0edec; --text: #1a1a1a; --muted: #666; --border: #ddd; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Barlow', sans-serif; background: var(--light-bg); color: var(--text); overflow-x: hidden; }

    /* NAV */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      display: flex; align-items: center; justify-content: space-between;
      padding: 0.9rem 3rem;
      background: rgba(240,237,236,0.97);
      backdrop-filter: blur(8px);
      border-bottom: 1px solid var(--border);
    }
    .logo-wrap { display: flex; flex-direction: column; text-decoration: none; }
    .logo-box {
      display: inline-flex; align-items: center;
      background: #000;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 900; font-size: 1.6rem; letter-spacing: 0.12em; line-height: 1;
      padding: 4px 6px;
    }
    .logo-box .e {
      background: linear-gradient(180deg, #fff 0%, #e0e0e0 20%, #aaa 50%, #d8d8d8 75%, #bbb 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }
    .logo-box .h { -webkit-text-fill-color: #CC0000; color: #CC0000; }
    .logo-sub-text { font-size: 0.52rem; letter-spacing: 0.2em; text-transform: uppercase; color: #CC0000; font-weight: 700; margin-top: 3px; }
    .nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
    .nav-links a { color: var(--text); text-decoration: none; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; transition: color 0.2s; }
    .nav-links a:hover { color: var(--red); }
    .btn-nav { background: var(--red); color: #fff; text-decoration: none; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600; padding: 0.75rem 2rem; transition: background 0.2s; }
    .btn-nav:hover { background: #a81010; }

    /* HERO */
    #hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; padding: 6rem 2rem 4rem; }
    .hero-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1613490493576-7fde63acd811?w=1800&q=80') center/cover no-repeat; filter: brightness(0.28); }
    .hero-content { position: relative; z-index: 1; max-width: 800px; }
    .hero-label { display: flex; align-items: center; justify-content: center; gap: 1rem; font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--red); font-weight: 600; margin-bottom: 1.8rem; }
    .hero-label::before, .hero-label::after { content: ''; display: block; width: 50px; height: 1px; background: var(--red); }
    .hero-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(3rem, 7vw, 6.5rem); line-height: 1; color: #fff; text-transform: uppercase; margin-bottom: 1.5rem; }
    .hero-title em { color: var(--red); font-style: normal; }
    .hero-desc { font-size: 1rem; line-height: 1.7; color: rgba(255,255,255,0.65); max-width: 560px; margin: 0 auto 2.5rem; }
    .hero-btns { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 4rem; }
    .btn-primary { background: var(--red); color: #fff; text-decoration: none; font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; padding: 1.1rem 2.5rem; display: inline-flex; align-items: center; gap: 0.8rem; transition: background 0.2s; }
    .btn-primary:hover { background: #a81010; }
    .btn-whatsapp { border: 1.5px solid #25D366; color: #25D366; text-decoration: none; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; padding: 0.9rem 1.5rem; display: inline-flex; align-items: center; gap: 0.8rem; transition: background 0.2s, color 0.2s; }
    .btn-whatsapp:hover { background: #25D366; color: #fff; }
    .wa-sub { font-size: 0.6rem; opacity: 0.8; display: block; text-transform: none; letter-spacing: 0; font-weight: 400; }
    .wa-num { font-size: 0.82rem; display: block; }
    .hero-stats { display: flex; gap: 5rem; justify-content: center; position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 2.5rem; width: 100%; max-width: 500px; margin: 0 auto; }
    .stat-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 3.5rem; color: var(--red); line-height: 1; }
    .stat-label { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.5); font-weight: 500; margin-top: 0.3rem; }

    /* SECTIONS */
    .section { padding: 6rem 5rem; background: var(--light-bg); }
    .section-title-text { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(2rem, 4vw, 3rem); text-transform: uppercase; letter-spacing: 0.02em; line-height: 1; }
    .section-title-line { width: 50px; height: 3px; background: var(--red); margin-top: 0.6rem; margin-bottom: 3rem; }

    /* DESPRE */
    #despre { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
    .despre-label { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--red); font-weight: 600; display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1rem; }
    .despre-label::before { content: ''; display: block; width: 30px; height: 1.5px; background: var(--red); }
    .despre-text { font-size: 0.95rem; line-height: 1.8; color: #444; margin-bottom: 1.2rem; }
    .despre-text strong { color: var(--text); font-weight: 600; }
    .despre-stats { display: flex; gap: 3rem; margin-top: 2rem; }
    .despre-stat-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 3rem; color: var(--red); line-height: 1; }
    .despre-stat-label { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); font-weight: 500; margin-top: 0.2rem; }
    .despre-img img { width: 100%; height: 480px; object-fit: cover; display: block; }

    /* SERVICII */
    .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .service-card { background: #fff; border: 1px solid #e0dddc; padding: 2.5rem 2rem 2rem; }
    .service-card-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 2.5rem; color: #ccc; line-height: 1; margin-bottom: 1.2rem; }
    .service-card-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.3rem; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 0.8rem; }
    .service-badge { display: inline-block; background: var(--red); color: #fff; font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; padding: 0.3rem 0.7rem; margin-bottom: 1rem; }
    .service-card-desc { font-size: 0.88rem; line-height: 1.75; color: #555; }

    /* ECHIPA */
    .echipa-grid { display: flex; gap: 1.5rem; flex-wrap: wrap; }
    .echipa-card { border: 1px solid #e0dddc; background: #fff; padding: 2rem; width: 290px; }
    .avatar { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.1rem; margin-bottom: 1.2rem; }
    .avatar.red { background: var(--red); color: #fff; }
    .avatar.gray { background: #bbb; color: #fff; }
    .echipa-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.25rem; text-transform: uppercase; margin-bottom: 0.3rem; }
    .echipa-role { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); font-weight: 700; margin-bottom: 1.2rem; line-height: 1.4; }
    .echipa-list { list-style: none; }
    .echipa-list li { font-size: 0.83rem; color: #444; padding: 0.5rem 0; border-bottom: 1px solid #eee; display: flex; gap: 0.8rem; }
    .echipa-list li .lbl { font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: #999; font-weight: 600; flex-shrink: 0; min-width: 70px; }
    .echipa-list li.rl .lbl { color: var(--red); border-left: 2px solid var(--red); padding-left: 0.5rem; }
    .echipa-desc { font-size: 0.85rem; line-height: 1.7; color: #555; }

    /* CONTACT */
    #contact { background: var(--red); padding: 5rem; display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: start; }
    .contact-left { color: #fff; }
    .contact-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(2.5rem, 5vw, 4rem); text-transform: uppercase; line-height: 1; margin-bottom: 1.5rem; }
    .contact-sub { font-size: 0.95rem; line-height: 1.7; opacity: 0.85; margin-bottom: 2.5rem; }
    .contact-details { display: flex; flex-direction: column; gap: 1.5rem; }
    .contact-item { display: flex; gap: 1rem; align-items: flex-start; }
    .contact-item-icon { font-size: 1.1rem; margin-top: 2px; }
    .contact-item-label { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; opacity: 0.7; margin-bottom: 0.2rem; }
    .contact-item-val { font-size: 0.95rem; font-weight: 500; color: #fff; }
    .contact-form-card { background: #f0edec; padding: 2.5rem; }
    .form-label { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700; color: var(--text); display: block; margin-bottom: 0.5rem; }
    .form-group { margin-bottom: 1.2rem; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .form-group input, .form-group textarea { width: 100%; background: #fff; border: 1px solid #ddd; color: var(--text); font-family: 'Barlow', sans-serif; font-size: 0.9rem; font-weight: 300; padding: 0.85rem 1rem; outline: none; transition: border-color 0.2s; }
    .form-group input:focus, .form-group textarea:focus { border-color: var(--red); }
    .form-group input::placeholder, .form-group textarea::placeholder { color: #aaa; }
    .form-group textarea { resize: vertical; min-height: 130px; }
    .btn-submit { width: 100%; background: var(--red); color: #fff; border: none; cursor: pointer; font-family: 'Barlow', sans-serif; font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; padding: 1.1rem; transition: background 0.2s; }
    .btn-submit:hover { background: #a81010; }

    /* FOOTER */
    footer { background: var(--light-bg); border-top: 1px solid var(--border); padding: 1.8rem 5rem; display: flex; align-items: center; justify-content: space-between; }
    .footer-copy { font-size: 0.78rem; color: var(--muted); }

    /* ANIMATIONS */
    .fade { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .fade.in { opacity: 1; transform: translateY(0); }

    @media (max-width: 960px) {
      nav { padding: 0.9rem 1.5rem; }
      .nav-links { display: none; }
      .btn-chestionar { display: flex !important; }
      .section { padding: 4rem 1.5rem; }
      #despre { grid-template-columns: 1fr; gap: 3rem; }
      .services-grid { grid-template-columns: 1fr; }
      #contact { grid-template-columns: 1fr; gap: 3rem; padding: 4rem 1.5rem; }
      footer { padding: 1.5rem; flex-direction: column; gap: 0.8rem; text-align: center; }
    }