/* Reset & base */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Open Sans', sans-serif; color: #2d3436; }
a { text-decoration: none; color: inherit; }
.container { width: 90%; max-width: 1200px; margin: 0 auto; }

/* Header top title */
.header-top { background: #053640; padding: 12px 0; }
.header-top .site-title { font-size: 2rem; font-weight: 700; color: #fff; }

/* Ribbon nav */
.ribbon { background: #f4f6f5; box-shadow: 0 2px 4px rgba(0,0,0,0.08); }
.ribbon .site-header { padding: 4px 0; }
.ribbon .site-nav ul { display: flex; justify-content: space-evenly; list-style: none; }
.ribbon .site-nav a { display: block; white-space: nowrap; margin: 0 -1px;
  padding: 0.4rem 1rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.05em; transition: background 0.2s, color 0.2s; }
.ribbon .site-nav a:hover { background: #1abf6b; color: #fff; }

/* Hero */
.hero {
  background: url("../images/hero.jpg") center/cover no-repeat;
  width: 100%; min-height: 50vh;
}
.hero-text { text-align: center; padding: 40px 20px; }
.hero-text h1 { font-size: 4rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.15em; color: #2d3436; }
.hero-text p { margin-top: 0.5rem; font-size: 1.5rem; letter-spacing: 0.1em; color: #555; }

/* About */
.about { padding: 60px 0; }
.about h2 { font-size: 2rem; margin-bottom: 20px; }

/* Contact */
.contact { background: #f4f6f5; padding: 60px 0; }
.contact h2 { font-size: 2rem; text-align: center; margin-bottom: 20px; }
.contact form { max-width: 600px; margin: 0 auto; display: grid; gap: 15px; }
.contact input, .contact textarea {
  width: 100%; padding: 10px 15px; font-size: 1rem;
  border: 1px solid #ccc; border-radius: 4px; }
.contact button {
  padding: 12px 20px; background: #1abf6b; color: #fff;
  border: none; border-radius: 4px; cursor: pointer;
  width: 150px; justify-self: center; transition: background 0.2s; }
.contact button:hover { background: #053640; }

/* =========================================
   SHARED FOOTER STYLES
   ========================================= */
footer {
  background: #010e11;
  color: #fff;
  padding: 60px 0 0;
  font-family: 'Inter', -apple-system, sans-serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.6fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-col h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.footer-col p {
  font-size: 0.9rem;
  color: #b2bec3;
  line-height: 1.7;
  margin-bottom: 10px;
}

.footer-duration {
  font-size: 0.85rem !important;
  color: #636e72 !important;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #b2bec3;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #1abf6b;
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b2bec3;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-social a:hover {
  color: #1abf6b;
}

.footer-eu-col {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 20px;
}

.eu-emblem {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.eu-disclaimer {
  font-size: 0.78rem !important;
  color: #636e72 !important;
  font-style: italic;
}

.footer-bottom {
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.85rem;
  color: #636e72;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* =========================================
   SHARED CTA / HERO BUTTON STYLES
   ========================================= */
.btn-hero-primary {
  display: inline-block;
  padding: 14px 32px;
  background: #053640;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(26,191,107,0.35);
}

.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(26,191,107,0.5);
}

.btn-hero-secondary {
  display: inline-block;
  padding: 14px 32px;
  background: rgba(255,255,255,0.12);
  color: #2d3436;
  border: 2px solid rgba(26,191,107,0.4);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
  background: rgba(26,191,107,0.1);
  border-color: #1abf6b;
  transform: translateY(-2px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 30px;
}

/* Project badge / EU strip */
.project-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(26,191,107,0.15) 0%, rgba(5,54,64,0.15) 100%);
  border: 1px solid rgba(26,191,107,0.3);
  color: #555;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.audience-tag {
  font-size: 0.95rem;
  color: #636e72;
  margin-top: 14px;
  letter-spacing: 0.02em;
}

/* Subscribe / newsletter CTA strip */
.subscribe-strip {
  background: #053640;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

.subscribe-strip h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.subscribe-strip p {
  font-size: 1.05rem;
  opacity: 0.9;
  margin-bottom: 25px;
}

.subscribe-form {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
}

.subscribe-form input[type="email"] {
  flex: 1;
  min-width: 240px;
  padding: 13px 20px;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  font-family: inherit;
}

.subscribe-form button {
  padding: 13px 28px;
  background: #fff;
  color: #1abf6b;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}

.subscribe-form button:hover {
  background: #010e11;
  color: #fff;
}

/* Work packages section */
.wp-section {
  padding: 80px 0;
  background: #fff;
}

.wp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.wp-card {
  background: #f4f6f5;
  border-radius: 10px;
  padding: 28px;
  border-left: 4px solid #1abf6b;
  transition: all 0.3s ease;
}

.wp-card:hover {
  background: #fff;
  box-shadow: 0 6px 20px rgba(26,191,107,0.12);
  transform: translateY(-3px);
}

.wp-number {
  display: inline-block;
  background: #053640;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 12px;
  border-radius: 12px;
  margin-bottom: 12px;
}

.wp-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d3436;
  margin-bottom: 6px;
}

.wp-lead {
  font-size: 0.82rem !important;
  color: #1abf6b !important;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.wp-card p:last-child {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .wp-grid {
    grid-template-columns: 1fr;
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
