/* ── Nav dropdown ─────────────────────────────────────────────── */
.nav-dropdown-wrap {
  position: relative;
}

.nav-dropdown-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  color: inherit;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 28px 32px;
  z-index: 200;
  box-shadow: 0 12px 40px rgba(0,0,0,0.13);
  white-space: nowrap;
}

/* Wide multi-column dropdown (Diensten) */
.nav-dropdown-wide {
  left: 50%;
  transform: translateX(-50%);
  min-width: 480px;
}

/* Narrow single-column dropdown (Over ons) */
.nav-dropdown-narrow {
  left: 0;
  min-width: 220px;
  padding: 10px 0;
}

.nav-dropdown-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}

.nav-dropdown-col h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0b1d3d;
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid #e2e8f0;
}

.nav-dropdown-col a {
  display: block;
  padding: 7px 0;
  font-size: 0.88rem;
  font-weight: 400;
  color: #374151;
  transition: color .15s;
  text-decoration: none;
}

.nav-dropdown-col a:hover {
  color: #1a4f8c;
}

.nav-dropdown-narrow a {
  display: block;
  padding: 10px 24px;
  font-size: 0.9rem;
  color: #374151;
  text-decoration: none;
  transition: background .15s, color .15s;
}

.nav-dropdown-narrow a:hover {
  background: #f1f5f9;
  color: #1a4f8c;
}

.nav-dropdown-wrap:hover .nav-dropdown,
.nav-dropdown-wrap.open .nav-dropdown {
  display: block;
}

/* ── Footer ───────────────────────────────────────────────────── */
.footer-top {
  background: linear-gradient(135deg, #0b1d3d 0%, #1a4f8c 100%);
  padding: 56px 32px 40px;
}

.footer-inner-wide {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 180px;
  flex: 1.4;
}

.footer-logo-name {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.06em;
  margin-top: 4px;
}

.footer-tagline {
  font-size: 0.78rem;
  color: #6b9ec5;
  letter-spacing: 0.08em;
}

.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.social-btn {
  width: 32px;
  height: 32px;
  background: #1a4f8c;
  color: #6b9ec5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  transition: background .2s;
}

.social-btn:hover { background: #6b9ec5; color: #fff; }

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 140px;
  flex: 1;
}

.footer-col h4 {
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.footer-col a {
  font-size: 0.85rem;
  color: #7a9cbf;
  transition: color .2s;
}

.footer-col a:hover { color: #fff; }

.footer-hours {
  font-size: 0.8rem;
  color: #4a6a8a;
  margin-top: 4px;
}

.footer-bottom {
  background: #081526;
  padding: 16px 32px;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  color: #4a6a8a;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-legal {
  display: flex;
  gap: 20px;
}

.footer-legal a {
  color: #4a6a8a;
  font-size: 0.78rem;
  transition: color .2s;
}

.footer-legal a:hover { color: #fff; }

/* ── Shared section utilities ─────────────────────────────────── */
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #6b9ec5;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-sub {
  font-size: 1rem;
  color: #3a4f6a;
  margin-top: 8px;
  margin-bottom: 40px;
  max-width: 680px;
  line-height: 1.7;
}

.section-sub-dark {
  color: #c4d8ef;
}

.view-all {
  text-align: center;
  margin-top: 44px;
}

.btn-secondary {
  display: inline-block;
  border: 2px solid #1a4f8c;
  color: #1a4f8c;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 28px;
  border-radius: 6px;
  transition: background .2s, color .2s;
}

.btn-secondary:hover {
  background: #1a4f8c;
  color: #fff;
}

/* ── Homepage hero ────────────────────────────────────────────── */
.home-hero {
  background:
    linear-gradient(135deg, rgba(11,29,61,0.92) 0%, rgba(26,79,140,0.88) 100%),
    url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1600&q=80')
      center/cover no-repeat;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 80px 32px;
}

.home-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 64px;
}

.home-hero-text { flex: 1; }

.home-hero-text h1 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}

.home-hero-text p {
  color: #c4d8ef;
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 36px;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.home-hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-stat strong {
  font-size: 1.8rem;
  font-weight: 800;
  color: #6b9ec5;
  line-height: 1;
}

.hero-stat span {
  font-size: 0.8rem;
  color: #8ab0d0;
  max-width: 120px;
  line-height: 1.4;
}

/* ── Clients bar ──────────────────────────────────────────────── */
.clients-bar {
  background: #f0f5fb;
  padding: 32px 32px;
  border-bottom: 1px solid #d8e8f5;
}

.clients-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.clients-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #7a9cbf;
  text-transform: uppercase;
  flex-shrink: 0;
  white-space: nowrap;
}

.clients-logos {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.clients-logos span {
  font-size: 0.95rem;
  font-weight: 700;
  color: #3a5a80;
  letter-spacing: 0.04em;
  opacity: 0.75;
  transition: opacity .2s;
}

.clients-logos span:hover { opacity: 1; }

/* ── Services section ─────────────────────────────────────────── */
.services-section {
  background: #fff;
  padding: 72px 32px;
}

.services-section h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 8px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.service-card {
  border: 1px solid #d0e4f5;
  border-radius: 12px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .2s, transform .2s, border-color .2s;
  background: #fff;
  text-decoration: none;
  color: inherit;
}

.service-card:hover {
  box-shadow: 0 8px 28px rgba(27,58,107,0.12);
  transform: translateY(-4px);
  border-color: #6b9ec5;
}

.sc-icon { font-size: 2.2rem; line-height: 1; }

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a4f8c;
}

.service-card p {
  font-size: 0.9rem;
  color: #3a4f6a;
  line-height: 1.65;
  flex: 1;
}

.sc-link {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a4f8c;
  margin-top: 4px;
}

/* ── Testimonial ──────────────────────────────────────────────── */
.testimonial-section {
  background: #eaf2fb;
  padding: 64px 32px;
}

.testimonial-block {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-block blockquote {
  border: none;
  padding: 0;
}

.testimonial-stars {
  color: #f5a623;
  font-size: 1.2rem;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.testimonial-block p {
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: #1a4f8c;
  line-height: 1.55;
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-author strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a4f8c;
}

.testimonial-author span {
  font-size: 0.85rem;
  color: #5a7a9a;
}

/* ── Benefits section ─────────────────────────────────────────── */
.benefits-section {
  background: #fff;
  padding: 72px 32px;
}

.benefits-section h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 4px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.benefit-card {
  background: #f4f7fb;
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(26,79,140,.1);
}

.bc-icon { font-size: 1.8rem; }

.benefit-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a4f8c;
}

.benefit-card p {
  font-size: 0.88rem;
  color: #3a4f6a;
  line-height: 1.65;
}

/* ── Featured cases ───────────────────────────────────────────── */
.featured-cases-section {
  background: #f4f7fb;
  padding: 72px 32px;
}

.featured-cases-section h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 4px;
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 0;
}

.case-card {
  background: #fff;
  border-radius: 10px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #d8e8f5;
  transition: box-shadow .2s, transform .2s;
}

.case-card:hover {
  box-shadow: 0 8px 24px rgba(27,58,107,0.1);
  transform: translateY(-3px);
}

.case-tag {
  display: inline-block;
  background: #e0f0ff;
  color: #1a4f8c;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  align-self: flex-start;
}

.case-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a4f8c;
}

.case-card p {
  font-size: 0.88rem;
  color: #3a4f6a;
  line-height: 1.65;
  flex: 1;
}

/* ── Team section ─────────────────────────────────────────────── */
.team-section {
  background: #fff;
  padding: 72px 32px;
}

.team-section h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 4px;
  max-width: 720px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.team-card {
  background: #f4f7fb;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border: 1px solid #d8e8f5;
  transition: box-shadow .2s, transform .2s;
}

.team-card:hover {
  box-shadow: 0 6px 20px rgba(27,58,107,0.1);
  transform: translateY(-3px);
}

.team-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b1d3d, #1a4f8c);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.team-card strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a4f8c;
}

.team-card span {
  font-size: 0.8rem;
  color: #556272;
}

/* ── Solutions preview ────────────────────────────────────────── */
.solutions-preview-section {
  background: #f4f7fb;
  padding: 72px 32px;
}

.solutions-preview-section h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 4px;
}

/* ── Page hero (inner pages) ──────────────────────────────────── */
.page-hero {
  background:
    linear-gradient(135deg, rgba(11,29,61,0.92) 0%, rgba(26,79,140,0.88) 100%),
    url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1600&q=80')
      center/cover no-repeat;
  padding: 64px 32px 56px;
}

.page-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.page-hero h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
}

.page-hero p {
  font-size: 1rem;
  color: #c4d8ef;
  line-height: 1.75;
  max-width: 640px;
  margin-bottom: 28px;
}

/* ── Diensten page ────────────────────────────────────────────── */
.diensten-overview {
  background: #fff;
  padding: 72px 32px;
}

.diensten-overview h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 8px;
}

.diensten-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.dienst-card {
  border-radius: 12px;
  border: 1px solid #d0e4f5;
  overflow: hidden;
  background: #fff;
  transition: box-shadow .2s, transform .2s;
}

.dienst-card:hover {
  box-shadow: 0 8px 28px rgba(27,58,107,0.12);
  transform: translateY(-4px);
}

.dienst-card-body {
  padding: 28px 24px;
}

.dienst-card-icon { font-size: 2.4rem; margin-bottom: 12px; }

.dienst-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a4f8c;
  margin-bottom: 10px;
}

.dienst-card p {
  font-size: 0.9rem;
  color: #3a4f6a;
  line-height: 1.65;
  margin-bottom: 16px;
}

.dienst-card .uc-card-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: #6b9ec5;
  transition: color .2s;
}

.dienst-card .uc-card-link:hover { color: #1a4f8c; }

/* Service detail section */
.dienst-detail {
  padding: 64px 32px;
  border-top: 1px solid #e0eaf5;
}

.dienst-detail:nth-child(even) { background: #f4f7fb; }
.dienst-detail:nth-child(odd) { background: #fff; }

.dienst-detail-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 64px;
  align-items: flex-start;
}

.dienst-detail-text { flex: 1; }

.dienst-detail-text h2 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 16px;
}

.dienst-detail-text p {
  color: #3a4f6a;
  line-height: 1.75;
  margin-bottom: 12px;
}

.dienst-detail-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dienst-detail-text ul li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.92rem;
  color: #3a4f6a;
  line-height: 1.6;
}

.dienst-detail-text ul li::before {
  content: "✓";
  color: #6b9ec5;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.stat-bar {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin: 32px 0;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-item strong {
  font-size: 2rem;
  font-weight: 800;
  color: #6b9ec5;
  line-height: 1;
}

.stat-item span {
  font-size: 0.78rem;
  color: #5a7a9a;
  max-width: 120px;
  line-height: 1.4;
}

/* ── FAQ ──────────────────────────────────────────────────────── */
.faq-section {
  background: #fff;
  padding: 64px 32px;
}

.faq-section h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 32px;
}

.faq-list {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid #d8e8f5;
}

.faq-item summary {
  padding: 18px 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a4f8c;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.3rem; color: #6b9ec5; flex-shrink: 0; }
.faq-item[open] summary::after { content: "−"; }

.faq-item p {
  padding: 0 0 18px;
  font-size: 0.9rem;
  color: #3a4f6a;
  line-height: 1.75;
}

/* ── Cases page ───────────────────────────────────────────────── */
.cases-section {
  background: #f4f7fb;
  padding: 64px 32px;
}

.cases-section h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 8px;
}

/* ── About page ───────────────────────────────────────────────── */
.about-intro {
  background: #fff;
  padding: 72px 32px;
}

.about-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 64px;
  align-items: flex-start;
}

.about-intro-text { flex: 1; }

.about-intro-text h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 20px;
}

.about-intro-text p {
  color: #3a4f6a;
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 1rem;
}

.about-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid #d8e8f5;
}

.about-stat strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #6b9ec5;
  line-height: 1;
}

.about-stat span {
  font-size: 0.8rem;
  color: #5a7a9a;
}

.about-img-placeholder {
  width: 420px;
  flex-shrink: 0;
  height: 320px;
  background: linear-gradient(135deg, #1a4f8c, #2a6aaa);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b9ec5;
  font-size: 4rem;
}

/* Mission / Vision */
.mission-vision {
  background: #f4f7fb;
  padding: 64px 32px;
}

.mv-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.mv-card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 32px;
  border-top: 4px solid #6b9ec5;
}

.mv-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 12px;
}

.mv-card p {
  color: #3a4f6a;
  line-height: 1.75;
  font-size: 0.95rem;
}

/* Values */
.values-section {
  background: #fff;
  padding: 72px 32px;
}

.values-section h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 40px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.value-card {
  background: #f4f7fb;
  border-radius: 12px;
  padding: 28px 24px;
  border: 1px solid rgba(26,79,140,.1);
}

.value-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a4f8c;
  margin-bottom: 10px;
}

.value-card p {
  font-size: 0.88rem;
  color: #3a4f6a;
  line-height: 1.65;
}

/* Full team grid */
.full-team-section {
  background: #f4f7fb;
  padding: 72px 32px;
}

.full-team-section h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 40px;
}

.team-grid-large {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}

.team-profiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
  margin-top: 32px;
}

.team-profile-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(27,58,107,.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.team-avatar-lg {
  width: 64px;
  height: 64px;
  font-size: 1.3rem;
  border-radius: 50%;
  background: #1a4f8c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.team-profile-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.team-profile-info strong {
  font-size: 1.1rem;
  color: #1a4f8c;
}

.team-role {
  font-size: 0.9rem;
  color: #4a6fa5;
  margin-bottom: 12px;
}

.team-details p {
  margin: 8px 0 2px;
  font-size: 0.9rem;
  color: #333;
}

.team-details ul {
  margin: 4px 0 8px 18px;
  padding: 0;
  font-size: 0.85rem;
  color: #555;
}

.team-details ul li {
  margin-bottom: 2px;
}

/* ── Contact page ─────────────────────────────────────────────── */
.contact-section {
  background: #fff;
  padding: 72px 32px;
}

.contact-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: flex-start;
}

.contact-form-wrap h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1a4f8c;
  margin-bottom: 8px;
}

.contact-form-wrap p {
  color: #3a4f6a;
  margin-bottom: 28px;
  font-size: 0.95rem;
  line-height: 1.65;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.form-field label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #1a4f8c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-field input,
.form-field select,
.form-field textarea {
  border: 1.5px solid #c8ddef;
  border-radius: 6px;
  padding: 11px 14px;
  font-size: 0.92rem;
  color: #1a4f8c;
  background: #fafcff;
  transition: border-color .2s, box-shadow .2s;
  font-family: inherit;
  outline: none;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #6b9ec5;
  box-shadow: 0 0 0 3px rgba(107,158,197,0.15);
}

.form-field textarea { resize: vertical; min-height: 120px; }

.btn-submit {
  display: inline-block;
  background: #1a4f8c;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 32px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background .2s;
  margin-top: 8px;
}

.btn-submit:hover { background: #0b3a6e; }

/* Contact info panel */
.contact-info {
  background: #f4f7fb;
  border-radius: 12px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ci-block h3 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b9ec5;
  margin-bottom: 8px;
}

.ci-block a, .ci-block p {
  font-size: 0.95rem;
  color: #1a4f8c;
  font-weight: 600;
  line-height: 1.5;
}

.ci-block a:hover { color: #6b9ec5; }

/* ── CTA Banner (shared across all pages) ─────────────────────── */
.cta-banner {
  background: linear-gradient(135deg, #0b1d3d 0%, #1a4f8c 100%);
  padding: 72px 32px;
  text-align: center;
}

.cta-inner {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cta-banner h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
}

.cta-banner p {
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 900px) {
  .home-hero-inner { flex-direction: column; }
  .about-intro-inner { flex-direction: column; }
  .about-img-placeholder { width: 100%; }
  .mv-inner { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .dienst-detail-inner { flex-direction: column; gap: 32px; }
}

@media (max-width: 600px) {
  .services-grid,
  .benefits-grid,
  .values-grid,
  .cases-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner-wide { flex-direction: column; gap: 32px; }
  .footer-bottom-row { flex-direction: column; text-align: center; }
}
