* { margin:0; padding:0; box-sizing:border-box; }

:root {
  --primary: #d97706;
  --primary-dark: #b45309;
  --dark: #1f2933;
  --grey: #6b7280;
  --light-bg: #f9fafb;
  --white: #ffffff;
  --radius: 10px;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--dark);
  line-height: 1.6;
  background: var(--white);
}

.container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

h1, h2, h3 { font-weight: 700; line-height: 1.25; }

a { text-decoration: none; color: inherit; }

.btn {
  display: inline-block;
  padding: 0.75rem 1.6rem;
  border-radius: var(--radius);
  font-weight: 600;
  transition: all 0.25s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
}
.btn-primary:hover { background: var(--primary-dark); }

.btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.btn-outline:hover { background: var(--primary); color: var(--white); }

.full-width { width:100%; text-align:center; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  z-index: 999;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.logo {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--dark);
}
.logo span { color: var(--primary); }

.nav { display: flex; gap: 1.5rem; }
.nav a { font-weight: 500; color: var(--dark); }
.nav a:hover { color: var(--primary); }

.nav-cta { display: inline-block; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-toggle span {
  width: 25px; height: 3px; background: var(--dark);
}

/* Hero */
.hero {
  background: linear-gradient(135deg, #fff7ed, #fef3c7);
  padding: 4rem 0;
}
.hero-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.hero-text { flex: 1 1 480px; }
.hero-text h1 { font-size: 2.4rem; margin-bottom: 1rem; }
.hero-text p { color: var(--grey); margin-bottom: 1.5rem; font-size: 1.05rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hero-stats { display: flex; gap: 2rem; list-style: none; flex-wrap: wrap; }
.hero-stats strong { display: block; font-size: 1.4rem; color: var(--primary); }

.hero-image {
  flex: 1 1 380px;
  min-height: 320px;
  border-radius: var(--radius);
  background: url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=900&q=80') center/cover no-repeat;
}

/* Services */
.services { padding: 4rem 0; background: var(--light-bg); }
.services h2, .lucrari h2, .about h2, .testimonials h2, .contact-info h2 { font-size: 2rem; margin-bottom: 0.5rem; }
.section-sub { color: var(--grey); margin-bottom: 2rem; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.service-card {
  background: var(--white);
  padding: 1.8rem;
  border-radius: var(--radius);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.25s ease;
}
.service-card:hover { transform: translateY(-6px); }
.service-card .icon { font-size: 2rem; margin-bottom: 0.8rem; }
.service-card h3 { margin-bottom: 0.6rem; }
.service-card p { color: var(--grey); font-size: 0.95rem; }

/* About */
.about { padding: 4rem 0; }
.about-inner { display: flex; gap: 2rem; align-items: center; flex-wrap: wrap; }
.about-text { flex: 1 1 480px; }
.about-text p { color: var(--grey); margin-bottom: 1.2rem; }
.about-list { list-style: none; }
.about-list li { padding: 0.4rem 0; padding-left: 1.6rem; position: relative; }
.about-list li::before { content: '✔'; color: var(--primary); position: absolute; left: 0; }

.about-image {
  flex: 1 1 380px;
  min-height: 300px;
  border-radius: var(--radius);
  background: url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=900&q=80') center/cover no-repeat;
}

/* Gallery */
.lucrari { padding: 4rem 0; background: var(--light-bg); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.gallery-item {
  min-height: 200px;
  border-radius: var(--radius);
  background-size: cover;
  background-position: center;
}
.g1 { background-image: url('https://images.unsplash.com/photo-1580587771525-78b9dba3b914?auto=format&fit=crop&w=600&q=80'); }
.g2 { background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=600&q=80'); }
.g3 { background-image: url('https://images.unsplash.com/photo-1523217582562-09d0def993a6?auto=format&fit=crop&w=600&q=80'); }
.g4 { background-image: url('https://images.unsplash.com/photo-1556909212-d5b604d0c90d?auto=format&fit=crop&w=600&q=80'); }
.g5 { background-image: url('https://images.unsplash.com/photo-1512918728675-ed5a9ecdebfd?auto=format&fit=crop&w=600&q=80'); }
.g6 { background-image: url('https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=600&q=80'); }

/* Testimonials */
.testimonials { padding: 4rem 0; }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.testimonial-card {
  background: var(--light-bg);
  padding: 1.6rem;
  border-radius: var(--radius);
}
.testimonial-card p { margin-bottom: 0.8rem; font-style: italic; }
.testimonial-card span { color: var(--primary); font-weight: 600; font-size: 0.9rem; }

/* CTA Banner */
.cta-banner {
  background: var(--primary);
  color: var(--white);
  padding: 3rem 0;
  text-align: center;
}
.cta-banner h2 { margin-bottom: 0.6rem; }
.cta-banner p { margin-bottom: 1.5rem; }
.cta-banner .btn-primary { background: var(--white); color: var(--primary); }
.cta-banner .btn-primary:hover { background: var(--dark); color: var(--white); }

/* Contact */
.contact { padding: 4rem 0; background: var(--light-bg); }
.contact-inner { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.contact-info { flex: 1 1 340px; }
.contact-info p { color: var(--grey); margin-bottom: 1.2rem; }
.contact-info ul { list-style: none; margin-bottom: 1.5rem; }
.contact-info li { padding: 0.4rem 0; }
.contact-info a { color: var(--primary); font-weight: 600; }
.social-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.social-links a {
  padding: 0.5rem 1rem;
  background: var(--white);
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.social-links a:hover { color: var(--primary); }

.contact-form {
  flex: 1 1 380px;
  background: var(--white);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.contact-form h3 { margin-bottom: 0.5rem; }
.contact-form label { font-size: 0.9rem; font-weight: 600; }
.contact-form input, .contact-form textarea {
  padding: 0.7rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-family: inherit;
  font-size: 0.95rem;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--primary);
}
.form-note { font-size: 0.85rem; color: var(--primary); min-height: 1.2rem; }

/* Footer */
.site-footer { background: var(--dark); color: #d1d5db; padding: 3rem 0 1rem; }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2rem; margin-bottom: 2rem; }
.footer-logo { color: var(--white); }
.footer-links { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links a:hover { color: var(--primary); }
.footer-bottom { text-align: center; padding-top: 1.5rem; border-top: 1px solid #374151; font-size: 0.85rem; }

/* Policy page */
.policy-page { padding: 3rem 0 4rem; max-width: 800px; margin: 0 auto; }
.policy-page h1 { margin-bottom: 0.5rem; }
.policy-page h2 { margin: 1.5rem 0 0.5rem; font-size: 1.3rem; }
.policy-page p, .policy-page li { color: var(--grey); margin-bottom: 0.5rem; }
.policy-page .btn { margin-top: 2rem; }

/* Responsive */
@media (max-width: 860px) {
  .nav { display: none; }
  .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .site-header.open .nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    padding: 1rem 5%;
    gap: 1rem;
    box-shadow: 0 5px 10px rgba(0,0,0,0.08);
  }
  .hero-text h1 { font-size: 1.9rem; }
}