/*
Theme Name: ABC Recruitment Onepage
Theme URI: https://abcrecruitment.example
Author: ABC Recruitment & ChatGPT
Author URI: https://abcrecruitment.example
Description: Een éénpagina WordPress theme voor ABC Recruitment, geïnspireerd op Jamboria, met focus op zorg- en recruitmentdiensten.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: abc-recruitment-onepage
*/

:root {
  --abc-primary: #0f172a;
  --abc-secondary: #e11d48;
  --abc-bg: #0b1120;
  --abc-muted: #64748b;
  --abc-card: #020617;
  --abc-radius-lg: 1.5rem;
  --abc-radius-xl: 2rem;
  --abc-shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.65);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #1e293b 0, #020617 45%, #000 100%);
  color: #e5e7eb;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Layout */

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
}

/* Top nav */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: linear-gradient(to bottom, rgba(2,6,23,0.95), rgba(15,23,42,0.85));
  border-bottom: 1px solid rgba(148,163,184,0.15);
}

.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.9rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(circle at 20% 0, #fecaca 0, #fb7185 40%, #0f172a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(248, 113, 113, 0.35);
  font-weight: 700;
  font-size: 0.95rem;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-weight: 700;
  letter-spacing: 0.07em;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.brand-tagline {
  font-size: 0.75rem;
  color: #9ca3af;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
}

.nav-links a {
  color: #cbd5f5;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -0.4rem;
  height: 2px;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(to right, #fb7185, #f97316, #22c55e);
  transition: transform 160ms ease-out;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 250, 252, 0.15);
  background: radial-gradient(circle at 0 0, rgba(248,250,252,0.08), rgba(15,23,42,0.9));
  color: #f9fafb;
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 18px 40px rgba(0,0,0,0.65);
}

.nav-cta span {
  font-size: 1.05rem;
}

/* Mobile nav */

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(148,163,184,0.5);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.8rem;
  color: #e5e7eb;
}

/* Hero */

.hero {
  max-width: 1120px;
  margin: 1.75rem auto 2.5rem;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  gap: 2.5rem;
  align-items: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.2rem 0.6rem 0.2rem 0.25rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.55);
  background: radial-gradient(circle at 0 0, rgba(56,189,248,0.45), rgba(15,23,42,0.95));
  font-size: 0.75rem;
  color: #e0f2fe;
  margin-bottom: 0.8rem;
}

.hero-pill-dot {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 10%, #bbf7d0 0, #22c55e 40%, #0f172a 100%);
  box-shadow: 0 0 0 6px rgba(34,197,94,0.3);
}

.hero-eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ca3af;
  margin-bottom: 0.35rem;
}

.hero-title {
  font-size: clamp(2.25rem, 3.1vw + 1.4rem, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0 0 0.7rem;
}

.hero-title span {
  background: linear-gradient(to right, #f97316, #f97316, #fb7185, #22c55e);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 1.02rem;
  color: #cbd5f5;
  max-width: 32rem;
  margin-bottom: 1.3rem;
}

.hero-kicker {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9ca3af;
  margin-bottom: 1.2rem;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.3rem;
}

.btn-primary {
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #fb7185, #f97316);
  color: #f9fafb;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 18px 40px rgba(248,113,113,0.45);
}

.btn-primary span {
  font-size: 1.05rem;
}

.btn-ghost {
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.75);
  background: radial-gradient(circle at 0 0, rgba(148,163,184,0.25), rgba(15,23,42,0.98));
  color: #e5e7eb;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 0.6rem;
}

.metric {
  min-width: 120px;
}

.metric-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ca3af;
  margin-bottom: 0.25rem;
}

.metric-value {
  font-size: 1.2rem;
  font-weight: 600;
}

/* Hero card */

.hero-card {
  border-radius: 1.8rem;
  padding: 1.3rem 1.3rem 1.4rem;
  background:
    radial-gradient(circle at 0 0, rgba(252,165,165,0.18), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(96,165,250,0.18), transparent 60%),
    linear-gradient(145deg, #020617, #020617);
  box-shadow: var(--abc-shadow-soft);
  border: 1px solid rgba(148,163,184,0.45);
  position: relative;
  overflow: hidden;
}

.hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}

.card-pill {
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border: 1px solid rgba(148,163,184,0.75);
  color: #e5e7eb;
}

.card-status {
  font-size: 0.75rem;
  color: #a5b4fc;
}

.hero-card-main-title {
  font-size: 1.15rem;
  margin: 0.2rem 0 0.5rem;
}

.hero-card-text {
  font-size: 0.85rem;
  color: #cbd5f5;
  margin-bottom: 1rem;
}

.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}

.hero-tag {
  border-radius: 0.9rem;
  padding: 0.65rem 0.75rem;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(148,163,184,0.6);
  font-size: 0.8rem;
}

.hero-tag-label {
  font-size: 0.7rem;
  color: #9ca3af;
}

.hero-tag-value {
  font-size: 0.9rem;
}

.hero-ticker {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.7rem;
  border-top: 1px dashed rgba(148,163,184,0.6);
  font-size: 0.78rem;
}

.hero-ticker-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,0.35);
}

/* Section base */

.section {
  max-width: 1120px;
  margin: 0 auto 2.6rem;
  padding: 0 1.25rem;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.4rem;
  margin-bottom: 1.4rem;
  flex-wrap: wrap;
}

.section-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9ca3af;
}

.section-title {
  font-size: 1.5rem;
  margin: 0.3rem 0 0.4rem;
}

.section-subtitle {
  font-size: 0.95rem;
  color: #cbd5f5;
  max-width: 30rem;
}

/* Services */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.card {
  border-radius: 1.3rem;
  padding: 1.2rem 1.2rem 1.1rem;
  background: rgba(15,23,42,0.96);
  border: 1px solid rgba(148,163,184,0.5);
  box-shadow: 0 16px 40px rgba(15,23,42,0.85);
}

.card-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
}

.card-title {
  font-size: 1.05rem;
  margin: 0.25rem 0 0.3rem;
}

.card-text {
  font-size: 0.88rem;
  color: #cbd5f5;
  margin-bottom: 0.7rem;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  color: #e5e7eb;
}

.card-list li {
  padding-left: 1.1rem;
  position: relative;
  margin-bottom: 0.25rem;
}

.card-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -0.05rem;
  color: #fb7185;
}

/* Workflow */

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.workflow-step {
  border-radius: 1rem;
  padding: 1rem;
  border: 1px dashed rgba(148,163,184,0.7);
  background: rgba(15,23,42,0.9);
  font-size: 0.85rem;
}

.workflow-step-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9ca3af;
  margin-bottom: 0.2rem;
}

.workflow-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* Values */

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.value-card {
  border-radius: 1.2rem;
  padding: 1rem 1rem 0.9rem;
  border: 1px solid rgba(148,163,184,0.8);
  background: radial-gradient(circle at 0 0, rgba(248,113,113,0.18), transparent 60%),
              radial-gradient(circle at 100% 100%, rgba(94,234,212,0.35), transparent 60%),
              #020617;
  font-size: 0.86rem;
}

/* Testimonials */

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.testimonial {
  border-radius: 1.4rem;
  padding: 1.1rem 1.1rem 1rem;
  background: rgba(15,23,42,0.96);
  border: 1px solid rgba(148,163,184,0.6);
  font-size: 0.86rem;
}

.testimonial-role {
  font-size: 0.8rem;
  color: #9ca3af;
}

.testimonial-name {
  font-weight: 600;
  margin-top: 0.35rem;
}

.testimonial-badge {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9ca3af;
  margin-top: 0.4rem;
}

.testimonial-metric {
  font-size: 0.8rem;
  margin-top: 0.4rem;
  color: #a5b4fc;
}

/* Contact */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 1.5rem;
}

.contact-card,
.contact-info-card {
  border-radius: 1.4rem;
  padding: 1.2rem 1.2rem 1.1rem;
  background: rgba(15,23,42,0.98);
  border: 1px solid rgba(148,163,184,0.6);
  box-shadow: 0 18px 45px rgba(15,23,42,0.9);
}

.contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.contact-fields .full {
  grid-column: 1 / -1;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.8rem;
}

.field label {
  color: #e5e7eb;
}

.field input,
.field textarea {
  border-radius: 0.9rem;
  border: 1px solid rgba(148,163,184,0.9);
  background: rgba(15,23,42,0.95);
  padding: 0.55rem 0.7rem;
  font-size: 0.85rem;
  color: #e5e7eb;
  outline: none;
}

.field input:focus,
.field textarea:focus {
  border-color: #fb7185;
  box-shadow: 0 0 0 1px rgba(248,113,113,0.5);
}

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

.btn-submit {
  margin-top: 0.9rem;
  width: 100%;
}

/* Footer */

.site-footer {
  border-top: 1px solid rgba(148,163,184,0.3);
  padding: 1.3rem 1.25rem 1.6rem;
  margin-top: 1rem;
  background: radial-gradient(circle at 0 0, #020617, #020617);
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  font-size: 0.78rem;
  color: #9ca3af;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

/* Responsive */

@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-card {
    order: -1;
  }
  .services-grid,
  .workflow-grid,
  .values-grid,
  .testimonials-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .nav-links {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .section {
    margin-bottom: 2.2rem;
  }
  .hero {
    margin-top: 1.3rem;
  }
}

@media (max-width: 520px) {
  .hero-title {
    font-size: 2.1rem;
  }
  .hero-subtitle {
    font-size: 0.95rem;
  }
}