/* ===== Bessems Marketing Service — recreation ===== */
:root{
  --purple-deep:#3d1280;
  --purple:#6d28d9;
  --purple-bright:#7c3aed;
  --purple-glow:#9333ea;
  --magenta:#d62fb0;
  --ink:#1c1530;
  --text:#2a2440;
  --muted:#6b6580;
  --dark:#2b2147;
  --dark-2:#241a3d;
  --line:#ece9f3;
  --radius:14px;
  --shadow:0 22px 50px -18px rgba(40,16,90,.35);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Poppins',system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.wrap{max-width:1180px;margin:0 auto;padding:0 28px}

/* ===== Buttons ===== */
.btn{
  display:inline-flex;align-items:center;gap:8px;
  font-weight:600;font-size:14px;line-height:1;
  padding:13px 22px;border-radius:10px;cursor:pointer;
  transition:.2s ease;border:2px solid transparent;white-space:nowrap;
}
.btn .chev{width:16px;height:16px;display:inline-block}
.btn-ghost{background:rgba(255,255,255,.04);color:#fff;border-color:#fff}
.btn-ghost:hover{background:#fff;color:var(--purple)}
.btn-solid{background:var(--purple-bright);color:#fff;box-shadow:0 12px 24px -10px rgba(124,58,237,.7)}
.btn-solid:hover{background:var(--purple)}
.btn-dark{background:var(--dark-2);color:#fff}
.btn-dark:hover{background:#160f29}

/* ===== Nav ===== */
.nav{
  position:absolute;top:0;left:0;right:0;z-index:30;
}
.nav .wrap{display:flex;align-items:center;justify-content:space-between;height:96px}
.brand{display:flex;align-items:center;gap:10px}
.brand .logo{width:58px;height:58px;border-radius:50%}
.menu{display:flex;align-items:center;gap:30px}
.menu a{color:#fff;font-weight:500;font-size:15px;opacity:.92;transition:.15s}
.menu a:hover{opacity:1}

/* ===== Hero ===== */
.hero{
  position:relative;
  background:
    linear-gradient(120deg,rgba(58,18,128,.92),rgba(124,46,230,.86) 55%,rgba(190,55,180,.75)),
    url('https://picsum.photos/seed/maastrichtbuilding/1600/900') center/cover no-repeat;
  color:#fff;
  padding:170px 0 220px;
  clip-path:polygon(0 0,100% 0,100% 86%,50% 100%,0 86%);
}
.hero h1{
  font-weight:800;font-size:40px;line-height:1.15;letter-spacing:-.5px;
  max-width:640px;
  text-shadow:0 2px 16px rgba(0,0,0,.25);
}
.hero p{max-width:560px;margin-top:16px;font-size:16px;color:#efe9ff}
.hero p .bold{font-weight:700;color:#fff}
.hero .cta{display:flex;gap:14px;margin-top:26px;flex-wrap:wrap}

/* ===== Section base ===== */
section{position:relative}
.eyebrow{color:var(--purple-bright);font-weight:700;font-size:14px;letter-spacing:.4px;text-transform:uppercase}
h2{font-weight:800;font-size:32px;line-height:1.15;color:var(--ink);letter-spacing:-.5px}
.lead{color:var(--muted);font-size:16px;margin-top:14px}
.center{text-align:center}

/* ===== About ===== */
.about{padding:30px 0 90px}
.about .grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about h2 span.type{color:var(--purple-bright)}
.about .bar{width:50px;height:5px;background:var(--purple-bright);border-radius:4px;margin:14px 0 22px}
.about p{margin-bottom:16px;color:var(--text)}
.collage{position:relative;height:440px}
.collage img{position:absolute;border-radius:18px;box-shadow:var(--shadow);object-fit:cover}
.collage .c1{width:300px;height:330px;top:0;left:30px}
.collage .c2{width:280px;height:230px;bottom:0;right:10px;border:6px solid #fff}

/* ===== Services ===== */
.services{padding:80px 0 100px;background:#faf9ff;border-top:1px solid var(--line)}
.services .top{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:20px;margin-bottom:46px}
.services .top h2{max-width:520px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.card{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px 24px;
  box-shadow:0 12px 30px -22px rgba(40,16,90,.4);transition:.2s;
}
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.card .ico{
  width:60px;height:60px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--purple),var(--purple-glow));color:#fff;margin-bottom:18px;
}
.card h3{font-size:19px;font-weight:700;color:var(--ink);margin-bottom:10px}
.card p{font-size:14px;color:var(--muted);margin-bottom:18px}
.more{color:var(--purple-bright);font-weight:700;font-size:13px;letter-spacing:.5px}

/* ===== Logos strip ===== */
.logos{padding:70px 0}
.logos h2{text-align:center;font-size:24px;margin-bottom:40px}
.logo-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:46px}
.logo-row img{height:54px;width:auto;filter:grayscale(1);opacity:.65;transition:.2s}
.logo-row img:hover{filter:none;opacity:1}

/* ===== Split sections ===== */
.split{padding:90px 0}
.split .grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.split img.shot{border-radius:18px;box-shadow:var(--shadow);width:100%;height:420px;object-fit:cover}
.split p{color:var(--text);margin-top:16px}
.split.alt{background:#faf9ff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.split.alt .grid{direction:rtl}
.split.alt .grid>*{direction:ltr}

/* ===== Work ===== */
.work{padding:90px 0}
.work .head{text-align:center;max-width:680px;margin:0 auto 50px}
.proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.proj{position:relative;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);height:340px}
.proj img{width:100%;height:100%;object-fit:cover;transition:.4s}
.proj:hover img{transform:scale(1.06)}
.proj .ov{
  position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;
  padding:24px;background:linear-gradient(transparent 35%,rgba(30,12,60,.85));color:#fff;
}
.proj .ov h4{font-size:20px;font-weight:700;margin-bottom:10px}
.tags{display:flex;flex-wrap:wrap;gap:8px}
.tag{background:rgba(255,255,255,.18);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.25);
  font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px}
.center-btn{text-align:center;margin-top:46px}

/* ===== Testimonials ===== */
.testi{padding:90px 0;background:#faf9ff;border-top:1px solid var(--line)}
.testi h2{text-align:center;margin-bottom:8px}
.stars{display:flex;justify-content:center;gap:4px;margin-bottom:46px;color:#ffb700;font-size:22px}
.testi-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.review{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:0 14px 34px -24px rgba(40,16,90,.5)}
.review .s{color:#ffb700;font-size:17px;margin-bottom:14px}
.review h4{font-size:19px;font-weight:700;color:var(--ink);margin-bottom:12px}
.review p{color:var(--muted);font-size:15px;margin-bottom:22px}
.review .who{display:flex;align-items:center;gap:14px}
.review .who img{width:50px;height:50px;border-radius:50%;object-fit:cover}
.review .who b{display:block;color:var(--ink);font-size:15px}
.review .who span{color:var(--muted);font-size:13px}

/* ===== News ===== */
.news{padding:90px 0}
.news .head{text-align:center;max-width:640px;margin:0 auto 50px}
.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.post{position:relative;border-radius:18px;overflow:hidden;height:280px;box-shadow:var(--shadow)}
.post img{width:100%;height:100%;object-fit:cover;transition:.4s}
.post:hover img{transform:scale(1.05)}
.post .ov{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;
  background:linear-gradient(transparent 30%,rgba(20,8,45,.9));color:#fff}
.post h3{font-size:22px;font-weight:700;max-width:90%}
.post .meta{display:flex;align-items:center;gap:10px;margin-top:14px;font-size:13px;opacity:.85}
.post .meta b{font-weight:600}
.news .all{text-align:center;margin-top:40px;font-size:15px;color:var(--muted)}
.news .all a{color:var(--purple-bright);font-weight:700}

/* ===== Contact CTA ===== */
.cta-band{background:var(--dark);padding:90px 0 0;position:relative}
.cta-card{
  background:linear-gradient(120deg,var(--purple),var(--purple-bright));
  border-radius:22px;padding:48px;display:grid;grid-template-columns:.9fr 1.3fr;gap:40px;align-items:center;
  box-shadow:0 30px 70px -30px rgba(124,58,237,.8);transform:translateY(-70px)
}
.cta-card h2{color:#fff;font-size:30px;line-height:1.2}
.form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form input,.form textarea{
  width:100%;border:none;border-radius:8px;padding:14px 16px;font-family:inherit;font-size:14px;color:#333;
  background:#fff;
}
.form input::placeholder,.form textarea::placeholder{color:#9a93a8}
.form .full{grid-column:1/3}
.form textarea{min-height:96px;resize:vertical}
.form .submit-row{grid-column:1/3;display:flex;justify-content:flex-end}

/* ===== Footer ===== */
.footer{background:var(--dark);color:#cfc7e0;padding:30px 0 40px}
.footer .cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}
.footer .fbrand{display:flex;align-items:center;gap:12px;margin-bottom:22px}
.footer .fbrand .mark{width:46px;height:46px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--purple);font-weight:800;font-size:22px}
.footer .fbrand b{color:#fff;font-weight:700;line-height:1.15;font-size:16px}
.footer .info{font-size:14px;line-height:1.9;color:#bdb4d4}
.footer .info .gap{margin-top:14px}
.footer .badges{display:flex;gap:12px;margin-top:22px}
.footer .badges img{width:52px;height:52px;border-radius:8px;object-fit:cover;background:#fff}
.footer h5{color:#fff;font-size:15px;font-weight:700;margin-bottom:18px}
.footer ul{list-style:none}
.footer ul li{margin-bottom:11px}
.footer ul li a{font-size:14px;color:#bdb4d4;transition:.15s}
.footer ul li a:hover{color:#fff}
.badge-new{background:var(--magenta);color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:5px;margin-left:6px;vertical-align:middle}
.fsocial{display:flex;gap:14px}
.fsocial a{width:34px;height:34px;border:1px solid rgba(255,255,255,.25);border-radius:8px;display:grid;place-items:center;color:#cfc7e0;transition:.2s}
.fsocial a:hover{background:#fff;color:var(--purple);border-color:#fff}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:22px;font-size:13px;color:#9a90b8}

/* WhatsApp float */
.wa{position:fixed;right:26px;bottom:26px;width:56px;height:56px;border-radius:50%;background:#25d366;
  display:grid;place-items:center;box-shadow:0 10px 26px -6px rgba(37,211,102,.7);z-index:50;transition:.2s}
.wa:hover{transform:scale(1.07)}
.wa svg{width:30px;height:30px;fill:#fff}

/* ===== Responsive ===== */
@media(max-width:960px){
  .menu{display:none}
  .about .grid,.split .grid,.split.alt .grid,.cards,.proj-grid,.testi-grid,.news-grid,.footer .cols,.cta-card{
    grid-template-columns:1fr;direction:ltr}
  .cards{grid-template-columns:1fr 1fr}
  .proj-grid{grid-template-columns:1fr}
  .hero h1{font-size:30px}
  .collage{height:360px}
}
@media(max-width:600px){.cards{grid-template-columns:1fr}.form{grid-template-columns:1fr}.form .full,.form .submit-row{grid-column:1}}

/* ============================================================
   SUB-PAGE CHROME (added for full multi-page build)
   ============================================================ */

/* Mega-menu dropdowns */
.menu .has-drop{position:relative}
.menu .has-drop>a::after{content:"";display:inline-block;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);margin-left:6px;opacity:.8}
.drop{
  position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(8px);
  background:#fff;border-radius:16px;box-shadow:0 30px 60px -20px rgba(40,16,90,.4);
  padding:14px;min-width:300px;opacity:0;visibility:hidden;transition:.18s;z-index:60;
}
.menu .has-drop:hover .drop{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.drop::before{content:"";position:absolute;top:-18px;left:0;right:0;height:18px}
.drop a{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border-radius:12px;color:var(--ink);opacity:1;transition:.15s}
.drop a:hover{background:#f5f1ff}
.drop a .di{width:38px;height:38px;border-radius:10px;flex:0 0 38px;display:grid;place-items:center;background:linear-gradient(135deg,var(--purple),var(--purple-glow));color:#fff}
.drop a b{display:block;font-size:14px;font-weight:700;color:var(--ink)}
.drop a span{display:block;font-size:12px;color:var(--muted);font-weight:400;line-height:1.4;margin-top:2px}
.drop .nw{background:var(--magenta);color:#fff;font-size:9px;font-weight:700;padding:2px 6px;border-radius:5px;margin-left:6px;vertical-align:middle}

/* Compact sub-page hero */
.hero-sub{
  position:relative;color:#fff;padding:150px 0 130px;text-align:center;
  background:linear-gradient(120deg,rgba(58,18,128,.96),rgba(124,46,230,.9) 55%,rgba(190,55,180,.8));
  clip-path:polygon(0 0,100% 0,100% 88%,50% 100%,0 88%);
}
.hero-sub .crumb{font-size:13px;font-weight:600;letter-spacing:.3px;color:#e7dcff;margin-bottom:14px}
.hero-sub .crumb a{color:#e7dcff;opacity:.85}
.hero-sub h1{font-weight:800;font-size:42px;line-height:1.1;letter-spacing:-.5px;text-shadow:0 2px 16px rgba(0,0,0,.25)}
.hero-sub p{max-width:620px;margin:16px auto 0;font-size:16px;color:#efe9ff}
.hero-sub .cta{display:flex;gap:14px;justify-content:center;margin-top:26px;flex-wrap:wrap}

/* Generic content blocks */
.block{padding:70px 0}
.block.tint{background:#faf9ff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.block .narrow{max-width:820px;margin:0 auto}
.block h2{font-size:30px;margin-bottom:6px}
.block h2.c,.block h3.c{text-align:center}
.block p{color:var(--text);margin-top:16px;font-size:16px}
.block .narrow p{margin-top:14px}
.block .barc{width:50px;height:5px;background:var(--purple-bright);border-radius:4px;margin:14px 0 4px}
.block .barc.center{margin-left:auto;margin-right:auto}

/* Step plan */
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:44px}
.step{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px 20px;box-shadow:0 12px 30px -22px rgba(40,16,90,.4)}
.step .n{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--purple),var(--purple-glow));margin-bottom:14px}
.step h4{font-size:16px;font-weight:700;color:var(--ink);margin-bottom:8px}
.step p{font-size:13px;color:var(--muted);margin:0}

/* Feature trio */
.trio{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px}

/* Blog */
.blog-wrap{padding:70px 0 90px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.bcard{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 14px 34px -24px rgba(40,16,90,.5);transition:.2s;display:flex;flex-direction:column}
.bcard:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.bcard .thumb{height:200px;overflow:hidden}
.bcard .thumb img{width:100%;height:100%;object-fit:cover;transition:.4s}
.bcard:hover .thumb img{transform:scale(1.05)}
.bcard .body{padding:22px;flex:1;display:flex;flex-direction:column}
.bcard h3{font-size:18px;font-weight:700;color:var(--ink);line-height:1.3;margin-bottom:12px}
.bcard .meta{margin-top:auto;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}
.bcard .meta .av{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--purple-glow))}

/* Post detail */
.post-hero{position:relative;height:440px;overflow:hidden}
.post-hero img{width:100%;height:100%;object-fit:cover}
.post-hero .ov{position:absolute;inset:0;background:linear-gradient(transparent 30%,rgba(20,8,45,.85));display:flex;align-items:flex-end}
.post-hero .ov .wrap{padding-bottom:40px;color:#fff}
.post-hero h1{font-size:38px;font-weight:800;max-width:820px;line-height:1.15;text-shadow:0 2px 16px rgba(0,0,0,.3)}
.post-hero .meta{display:flex;align-items:center;gap:10px;margin-top:16px;font-size:14px;opacity:.9}
.post-hero .meta .av{width:34px;height:34px;border-radius:50%;background:#fff}
.article{max-width:760px;margin:0 auto;padding:60px 28px 90px}
.article p{font-size:17px;line-height:1.8;color:var(--text);margin-bottom:22px}
.article h2{font-size:26px;color:var(--ink);margin:34px 0 8px}
.back-blog{display:inline-flex;align-items:center;gap:8px;color:var(--purple-bright);font-weight:700;margin-bottom:30px}

/* Legal / sitemap */
.legal{max-width:840px;margin:0 auto;padding:60px 28px 90px}
.legal h1{font-size:34px;color:var(--ink);margin-bottom:8px}
.legal h2{font-size:21px;color:var(--ink);margin:30px 0 10px}
.legal p{color:var(--text);margin-bottom:14px;font-size:15px}
.sitemap-cols{columns:3;column-gap:40px;max-width:980px;margin:0 auto;padding:50px 28px 90px}
.sitemap-cols a{display:block;padding:7px 0;color:var(--text);font-size:14px;border-bottom:1px solid var(--line)}
.sitemap-cols a:hover{color:var(--purple-bright)}

@media(max-width:960px){
  .steps{grid-template-columns:1fr 1fr}
  .trio,.blog-grid{grid-template-columns:1fr}
  .sitemap-cols{columns:1}
  .hero-sub h1{font-size:30px}
  .post-hero h1{font-size:26px}
}

/* DH Marketing brand logo + USP */
.brand .brandmark{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,var(--purple),var(--purple-glow));color:#fff;display:grid;place-items:center;font-weight:800;font-size:17px;letter-spacing:-.5px}
.brand .brandtxt{color:#fff;font-weight:800;font-size:20px;letter-spacing:-.3px}
.usp .ico{width:54px;height:54px}
.usp h3{margin-bottom:8px}
