/* Woningkoop — close visual clone of the live Hostinger-built site.
   White background, simple sans-serif type, minimal ornamentation,
   the same imagery and layout order as woningkoop.nl. */

:root{
  --wk-ink: #1c1c1c;
  --wk-muted: #55554f;
  --wk-line: #e6e4de;
  --wk-bg: #ffffff;
  --wk-bg-alt: #f7f6f2;
  --wk-accent: #1f4b3f;   /* deep green, echoes the logo's tone */
  --wk-accent-dark: #123128;
  --wk-white: #ffffff;
}

html{ scroll-behavior:smooth; }

body{
  font-family: "Inter", -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--wk-ink);
  background: var(--wk-bg);
  font-size: 1rem;
  line-height: 1.65;
}

h1,h2,h3,h4{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: var(--wk-ink);
}

a{ color: var(--wk-accent); text-decoration: none; }
a:hover{ color: var(--wk-accent-dark); }

a:focus-visible, button:focus-visible, .btn:focus-visible{
  outline: 2px solid var(--wk-accent);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *{ animation-duration: .001ms !important; transition-duration:.001ms !important; }
}

/* Navbar */
.wk-navbar{
  background: var(--wk-white);
  border-bottom: 1px solid var(--wk-line);
  padding: 1rem 0;
}
.wk-navbar .navbar-brand img{ height: 42px; width:auto; }
.wk-navbar .nav-link{
  font-weight: 500;
  color: var(--wk-ink);
  margin: 0 .5rem;
}
.wk-navbar .nav-link.active,
.wk-navbar .nav-link:hover{ color: var(--wk-accent); }
.wk-navbar .btn-wk{
  background: var(--wk-accent);
  color:#fff;
  border-radius: 6px;
  padding:.55rem 1.2rem;
  font-weight:600;
}
.wk-navbar .btn-wk:hover{ background: var(--wk-accent-dark); color:#fff; }
.wk-social-icon{
  width: 20px; height: 20px; color: var(--wk-ink);
}

/* Hero with video background (home) */
.wk-hero-video{
  position: relative;
  min-height: 78vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
}
.wk-hero-video video{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  z-index:0;
}
.wk-hero-video::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.55));
  z-index:1;
}
.wk-hero-video .container{ position:relative; z-index:2; }
.wk-hero-video h1{
  color:#fff;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight:800;
}
.wk-hero-video p{ font-size:1.15rem; color:rgba(255,255,255,.92); max-width:44ch; }

/* Plain page header (inner pages, no video) */
.wk-page-header{
  background: var(--wk-bg-alt);
  padding: 3rem 0;
  border-bottom: 1px solid var(--wk-line);
}
.wk-breadcrumb a{ color: var(--wk-muted); text-decoration:none; }
.wk-breadcrumb a:hover{ color: var(--wk-accent); }

/* Sections */
.wk-section{ padding: 4.5rem 0; }
.wk-section-alt{ background: var(--wk-bg-alt); }

/* Rounded photo treatment, matches the live site's cropped rounded images */
.wk-photo{
  border-radius: 10px;
  overflow:hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.wk-photo img{ width:100%; height:100%; object-fit:cover; display:block; }

/* Service / package cards */
.wk-card{
  background: var(--wk-white);
  border: 1px solid var(--wk-line);
  border-radius: 12px;
  overflow: hidden;
  height:100%;
  transition: box-shadow .15s ease, transform .15s ease;
}
.wk-card:hover{ box-shadow: 0 12px 28px rgba(0,0,0,.09); transform: translateY(-2px); }
.wk-card img{ width:100%; height:190px; object-fit:cover; display:block; }
.wk-card .wk-card-body{ padding:1.4rem; }
.wk-card h3{ font-size:1.1rem; }
.wk-badge-soon{
  display:inline-block; font-size:.7rem; text-transform:uppercase;
  letter-spacing:.06em; font-weight:700; color: var(--wk-accent);
  background: #e7f0ec; border-radius:999px; padding:.2rem .65rem; margin-bottom:.5rem;
}

/* Process steps */
.wk-step-card{
  background:#fff; border:1px solid var(--wk-line); border-radius:12px;
  padding:1.6rem; height:100%;
}
.wk-step-card img{ width:100%; border-radius:8px; margin-bottom:1rem; height:150px; object-fit:cover; }

/* Working area pills */
.wk-area-pill{
  display:inline-block; background:#fff; border:1px solid var(--wk-line);
  border-radius:999px; padding:.4rem .95rem; margin:.2rem .3rem .2rem 0; font-size:.9rem;
}

/* FAQ accordion */
.wk-accordion .accordion-item{ border:none; border-bottom:1px solid var(--wk-line); border-radius:0; }
.wk-accordion .accordion-button{ font-weight:600; color:var(--wk-ink); padding:1.1rem 0; box-shadow:none; background:transparent; }
.wk-accordion .accordion-button:not(.collapsed){ color:var(--wk-accent); background:transparent; }
.wk-accordion .accordion-body{ padding:0 0 1.2rem; color:var(--wk-muted); }

/* Footer */
.wk-footer{ background: var(--wk-accent-dark); color: rgba(255,255,255,.82); padding: 3rem 0 1.6rem; }
.wk-footer a{ color: rgba(255,255,255,.82); }
.wk-footer a:hover{ color:#fff; }
.wk-footer hr{ border-color: rgba(255,255,255,.15); }

/* Fee badge */
.wk-fee-badge{
  display:inline-flex; align-items:baseline; gap:.4rem;
  background: rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.3);
  padding:.5rem 1rem; border-radius:8px; font-size:.92rem;
}
.wk-fee-badge strong{ font-size:1.1rem; }

.three-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Pricing cards */
.wk-price-card{ background:#fff; border:1px solid var(--wk-line); border-radius:12px; padding:2rem; height:100%; }
.wk-price-card.is-featured{ border-color: var(--wk-accent); box-shadow:0 14px 30px rgba(31,75,63,.12); }
.wk-price-card .wk-price{ font-size:2.1rem; font-weight:800; color:var(--wk-accent-dark); }
.wk-price-card ul{ list-style:none; padding:0; margin:1.2rem 0; }
.wk-price-card ul li{ padding:.4rem 0; padding-left:1.5rem; position:relative; border-bottom:1px dashed var(--wk-line); }
.wk-price-card ul li::before{ content:"✓"; position:absolute; left:0; color:var(--wk-accent); font-weight:700; }

/* Contact form */
.wk-form label{ font-weight:600; font-size:.9rem; }
.wk-form .form-control{ border-radius:8px; border:1px solid var(--wk-line); padding:.7rem .9rem; }
.wk-form .form-control:focus{ border-color:var(--wk-accent); box-shadow:0 0 0 3px rgba(31,75,63,.12); }

/* Placeholder notice */
.wk-todo{
  border: 1px dashed #b5502e; background:#fbeee7; color:#7c3315;
  padding:.8rem 1rem; font-size:.88rem; border-radius:8px; margin-bottom:1.5rem;
}

@media (max-width: 767.98px){
  .wk-section{ padding: 3rem 0; }
  .wk-hero-video{min-height: 60vh}
  .three-columns {grid-template-columns:repeat(2, 1fr)!important; gap: 10px 15px;}
}