/* Resellerhosting-productpagina (templates/site/paginas-cms/resellerhosting.php):
   eigen design in de taal van de andere productpagina's. Bijzonderheden: de
   pakket-samensteller in de hero (witte kaart met sliders en live uitkomst) en
   de whitelabel-DirectAdmin-mockup met wisselbaar kleurenschema en layout.
   Knoppen via de centrale laag in site.css. */
.wok-rh {
	--rh-grad-start: #152a80;
	--rh-grad-end: #1d65af;
	--rh-blauw: #1d65af;
	--rh-inkt: #17191c;
	--rh-grijs: #5e636e;
	--rh-rand: #e9eaec;
	--rh-vlak: #f7f8fa;
	--rh-geel: #ffd166;
	--rh-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
	--rh-schaduw-kaart: 0 1px 3px rgba(23,25,28,.04), 0 8px 24px rgba(23,25,28,.06);
	--rh-schaduw-lift: 0 2px 8px rgba(23,25,28,.06), 0 24px 48px rgba(23,25,28,.12);
	color: var(--rh-inkt);
	font-size: 15px;
	line-height: 1.55;
}
.wok-rh .rh-wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.wok-rh h1, .wok-rh h2, .wok-rh h3 { margin: 0; }
.wok-rh .rh-eyebrow {
	font-family: var(--rh-mono);
	font-size: 12px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase;
	color: var(--rh-blauw); margin: 0 0 14px;
}
.wok-rh .rh-eyebrow-geel { color: var(--rh-geel); }
.wok-rh h2 {
	font-size: clamp(26px, 3vw, 38px); font-weight: 800; letter-spacing: -.025em;
	line-height: 1.15; margin: 0 0 16px; text-wrap: balance;
}
.wok-rh .rh-p { color: var(--rh-grijs); line-height: 1.65; margin: 0 0 12px; max-width: 640px; }
.wok-rh .rh-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.wok-rh .rh-ctas-midden { justify-content: center; }
.wok-rh .rh-sectie { padding: 90px 0; }
.wok-rh .rh-sectie-vlak { background: var(--rh-vlak); }
.wok-rh .rh-kop-midden { text-align: center; max-width: 760px; margin: 0 auto 44px; }

/* ---------- Hero met pakket-samensteller ---------- */
.wok-rh .rh-hero {
	background: linear-gradient(90deg, var(--rh-grad-start), var(--rh-grad-end));
	color: #fff; padding: 88px 0 84px; overflow: hidden;
}
.wok-rh .rh-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.wok-rh .rh-hero h1 {
	font-size: clamp(30px, 3.4vw, 44px); font-weight: 800; letter-spacing: -.025em;
	line-height: 1.1; margin: 0 0 18px; text-wrap: balance;
}
.wok-rh .rh-hero .rh-eyebrow { max-width: 560px; }
.wok-rh .rh-hero-p { color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.65; margin: 0 0 18px; max-width: 560px; }
.wok-rh .rh-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.wok-rh .rh-chip {
	display: inline-flex; align-items: center; gap: 7px;
	background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
	border-radius: 50px; padding: 6px 13px; font-size: 13px; font-weight: 600; color: #fff;
}
.wok-rh .rh-chip svg { width: 13px; height: 13px; color: var(--rh-geel); flex: none; }

/* De visuele hero-compositie: whitelabel-paneel waarvan de accentkleur
   vanzelf door merk-kleuren wisselt, met twee zwevende mini-klantsites en
   een gele vonk. Puur decoratief (aria-hidden), geen bediening. */
.wok-rh .rh-vis { position: relative; min-height: 360px; }
.wok-rh .rh-vis-gloed {
	position: absolute; inset: -40px -30px; border-radius: 50%;
	background: radial-gradient(closest-side, rgba(255,255,255,.14), transparent 70%);
	pointer-events: none;
}
.wok-rh .rh-da.rh-vis-paneel {
	position: relative; border-radius: 14px; transform: rotate(.6deg);
	box-shadow: 0 40px 80px -20px rgba(10,15,30,.55), 0 2px 6px rgba(10,15,30,.2);
}
.wok-rh .rh-vis-logovlek {
	display: inline-block; width: 14px; height: 14px; border-radius: 4px;
	background: var(--rh-geel); margin-right: 7px; vertical-align: -2px;
}
/* Accentkleur-cycle: blauw, groen, paars en terug; de tinten lopen mee. */
@keyframes rh-accent-vol {
	0%, 26% { background-color: #1d65af; }
	33%, 59% { background-color: #1b7d34; }
	66%, 92% { background-color: #6d4fc4; }
	100% { background-color: #1d65af; }
}
@keyframes rh-accent-tint {
	0%, 26% { background-color: rgba(29,101,175,.12); }
	33%, 59% { background-color: rgba(27,125,52,.12); }
	66%, 92% { background-color: rgba(109,79,196,.12); }
	100% { background-color: rgba(29,101,175,.12); }
}
@keyframes rh-accent-tekst {
	0%, 26% { color: #1d65af; }
	33%, 59% { color: #1b7d34; }
	66%, 92% { color: #6d4fc4; }
	100% { color: #1d65af; }
}
.wok-rh .rh-vis-paneel .rh-da-top { animation: rh-accent-vol 14s ease-in-out infinite; }
.wok-rh .rh-vis-paneel .rh-da-balk { animation: rh-accent-vol 14s ease-in-out infinite; }
.wok-rh .rh-vis-paneel .rh-da-tegels i { animation: rh-accent-tint 14s ease-in-out infinite; }
.wok-rh .rh-vis-paneel .rh-da-menuitem.aan { animation: rh-accent-tint 14s ease-in-out infinite, rh-accent-tekst 14s ease-in-out infinite; }
/* Mini-klantsites: witte kaartjes met een eigen kleurtje, zacht zwevend. */
@keyframes rh-zweef { from { transform: translateY(0); } to { transform: translateY(-9px); } }
.wok-rh .rh-vis-kaart {
	position: absolute; width: 168px; background: #fff; border-radius: 12px;
	box-shadow: 0 18px 40px -10px rgba(10,15,30,.5); padding: 10px 12px 12px;
	display: grid; gap: 7px;
}
.wok-rh .rh-vis-kaart-1 { left: -26px; bottom: -30px; animation: rh-zweef 3.6s ease-in-out infinite alternate; }
.wok-rh .rh-vis-kaart-2 { right: -18px; top: -26px; animation: rh-zweef 4.4s ease-in-out .8s infinite alternate; }
.wok-rh .rh-vis-kaart-kop { display: flex; align-items: center; gap: 4px; }
.wok-rh .rh-vis-kaart-kop i { width: 6px; height: 6px; border-radius: 50%; background: #d5dae4; }
.wok-rh .rh-vis-kaart-kop i:first-child { background: #f6a21e; }
.wok-rh .rh-vis-kaart-kop em {
	font-style: normal; font-family: var(--rh-mono); font-size: 10px; font-weight: 700;
	color: var(--rh-grijs); margin-left: 5px;
}
.wok-rh .rh-vis-kaart-hero { display: block; height: 44px; border-radius: 7px; background: linear-gradient(135deg, #38bdf8, #1d65af); }
.wok-rh .rh-vis-kaart-2 .rh-vis-kaart-hero { background: linear-gradient(135deg, #8fe6cb, #1b7d34); }
.wok-rh .rh-vis-kaart-regel { display: block; height: 7px; border-radius: 4px; background: #edf0f5; }
.wok-rh .rh-vis-kaart-regel.kort { width: 62%; }
.wok-rh .rh-vis-vonk {
	position: absolute; width: 30px; height: 30px; right: 34px; bottom: -14px;
	filter: drop-shadow(0 4px 10px rgba(0,0,0,.3));
}
@media (prefers-reduced-motion: reduce) {
	.wok-rh .rh-vis-paneel .rh-da-top, .wok-rh .rh-vis-paneel .rh-da-balk,
	.wok-rh .rh-vis-paneel .rh-da-tegels i, .wok-rh .rh-vis-paneel .rh-da-menuitem.aan,
	.wok-rh .rh-vis-kaart { animation: none; }
}

/* ---------- Feature-kaarten ---------- */
.wok-rh .rh-featgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.wok-rh .rh-featgrid-4 { grid-template-columns: repeat(4, 1fr); }
.wok-rh .rh-featkaart {
	background: #fff; border: 1px solid var(--rh-rand); border-radius: 18px;
	padding: 26px; box-shadow: var(--rh-schaduw-kaart);
	transition: transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
}
.wok-rh .rh-featkaart:hover { transform: translateY(-3px); box-shadow: var(--rh-schaduw-lift); }
.wok-rh .rh-feat-icoon {
	display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px;
	background: rgba(16,98,254,.08); color: var(--rh-blauw); margin-bottom: 16px;
}
.wok-rh .rh-feat-icoon svg { width: 22px; height: 22px; }
.wok-rh .rh-featkaart h3 { font-size: 16.5px; font-weight: 700; margin: 0 0 8px; }
.wok-rh .rh-featkaart p { font-size: 14.5px; color: var(--rh-grijs); line-height: 1.65; margin: 0; }

/* ---------- Whitelabel-demo ---------- */
.wok-rh .rh-wl-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.wok-rh .rh-wl-punten { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 16px; }
.wok-rh .rh-wl-punten li { display: grid; gap: 3px; padding-left: 30px; position: relative; }
.wok-rh .rh-wl-punten li::before {
	content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%;
	background: rgba(255,209,102,.35);
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%237a5600" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="m5 13 4.5 4.5L19 7"/></svg>');
	background-size: 11px; background-position: center; background-repeat: no-repeat;
}
.wok-rh .rh-wl-punten strong { font-size: 15px; }
.wok-rh .rh-wl-punten span { font-size: 14px; color: var(--rh-grijs); line-height: 1.6; }
.wok-rh .rh-wl-regelaars {
	display: flex; gap: 22px; flex-wrap: wrap; align-items: center;
	background: #fff; border: 1px solid var(--rh-rand); border-radius: 14px 14px 0 0;
	padding: 12px 16px; border-bottom: 0;
}
.wok-rh .rh-wl-regel { display: flex; align-items: center; gap: 10px; }
.wok-rh .rh-wl-regel-label { font-size: 12.5px; font-weight: 700; color: var(--rh-grijs); }
.wok-rh .rh-swatches { display: flex; gap: 6px; }
.wok-rh .rh-swatch { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #fff; cursor: pointer; box-shadow: 0 0 0 1px var(--rh-rand); }
.wok-rh .rh-swatch[data-wlkleur="blauw"] { background: #1d65af; }
.wok-rh .rh-swatch[data-wlkleur="groen"] { background: #1b7d34; }
.wok-rh .rh-swatch[data-wlkleur="paars"] { background: #6d4fc4; }
.wok-rh .rh-swatch.aan { box-shadow: 0 0 0 2px var(--rh-blauw); }
.wok-rh .rh-swatch:focus-visible { outline: 3px solid rgba(16,98,254,.45); outline-offset: 2px; }
.wok-rh .rh-wl-layouts { display: flex; gap: 4px; background: var(--rh-vlak); border-radius: 50px; padding: 3px; }
.wok-rh .rh-wl-layoutknop {
	border: 0; background: none; cursor: pointer; font: inherit; font-size: 12.5px; font-weight: 700;
	color: var(--rh-grijs); padding: 5px 12px; border-radius: 50px;
}
.wok-rh .rh-wl-layoutknop.aan { background: #fff; color: var(--rh-inkt); box-shadow: 0 1px 3px rgba(23,25,28,.14); }
.wok-rh .rh-wl-layoutknop:focus-visible { outline: 3px solid rgba(16,98,254,.45); outline-offset: 2px; }

/* De DirectAdmin-mockup zelf; kleur via --da-accent per modifier-klasse. */
.wok-rh .rh-da {
	--da-accent: #1d65af; --da-accent-zacht: rgba(29,101,175,.12);
	background: #fff; border: 1px solid var(--rh-rand); border-radius: 0 0 14px 14px;
	box-shadow: var(--rh-schaduw-lift); overflow: hidden;
	transition: none;
}
.wok-rh .rh-da-groen { --da-accent: #1b7d34; --da-accent-zacht: rgba(27,125,52,.12); }
.wok-rh .rh-da-paars { --da-accent: #6d4fc4; --da-accent-zacht: rgba(109,79,196,.12); }
.wok-rh .rh-da-top {
	display: flex; justify-content: space-between; align-items: center;
	background: var(--da-accent); color: #fff; padding: 12px 16px;
	transition: background .25s ease;
}
.wok-rh .rh-da-logo { font-weight: 800; font-size: 14px; letter-spacing: .02em; }
.wok-rh .rh-da-user { font-family: var(--rh-mono); font-size: 11px; opacity: .85; }
.wok-rh .rh-da-romp { display: flex; min-height: 240px; }
.wok-rh .rh-da-zij {
	display: flex; flex-direction: column; gap: 2px; padding: 12px 10px;
	background: var(--rh-vlak); border-right: 1px solid var(--rh-rand); min-width: 130px;
}
.wok-rh .rh-da-menuitem { font-size: 12px; font-weight: 600; color: var(--rh-grijs); padding: 7px 10px; border-radius: 8px; }
.wok-rh .rh-da-menuitem.aan { background: var(--da-accent-zacht); color: var(--da-accent); transition: background .25s ease, color .25s ease; }
.wok-rh .rh-da-inhoud { flex: 1; padding: 16px; }
.wok-rh .rh-da-tegels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 12px; }
.wok-rh .rh-da-tegels i { display: block; height: 40px; border-radius: 8px; background: var(--da-accent-zacht); transition: background .25s ease; }
.wok-rh .rh-da-balk { height: 10px; width: 55%; border-radius: 5px; background: var(--da-accent); opacity: .85; margin-bottom: 10px; transition: background .25s ease; }
.wok-rh .rh-da-regels i { display: block; height: 8px; border-radius: 4px; background: #edf0f5; margin-bottom: 7px; }
.wok-rh .rh-da-regels i:nth-child(2) { width: 80%; }
.wok-rh .rh-da-regels i:nth-child(3) { width: 60%; }
/* Standaard-layout: menu bovenlangs in plaats van een zijbalk. */
.wok-rh .rh-da-standaard .rh-da-romp { flex-direction: column; }
.wok-rh .rh-da-standaard .rh-da-zij {
	flex-direction: row; border-right: 0; border-bottom: 1px solid var(--rh-rand);
	min-width: 0; padding: 8px 12px; gap: 4px;
}

/* ---------- Pakketkaarten ---------- */
.wok-rh .rh-pakketgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 900px; margin: 0 auto; }
.wok-rh .rh-pakket {
	position: relative; display: flex; flex-direction: column;
	background: #fff; border: 1px solid var(--rh-rand); border-radius: 18px;
	padding: 30px 28px; box-shadow: var(--rh-schaduw-kaart);
}
.wok-rh .rh-pakket-badge {
	position: absolute; top: -13px; left: 26px;
	background: var(--rh-geel); color: #5b4400;
	font-family: var(--rh-mono); font-size: 11px; font-weight: 700;
	letter-spacing: .8px; text-transform: uppercase;
	padding: 5px 12px; border-radius: 50px;
}
.wok-rh .rh-pakket h3 { font-size: 19px; font-weight: 800; letter-spacing: -.01em; margin: 0 0 12px; }
.wok-rh .rh-pakket-prijs { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; padding-bottom: 18px; border-bottom: 1px solid var(--rh-rand); margin-bottom: 18px; }
.wok-rh .rh-prijs-vanaf { font-size: 13px; color: var(--rh-grijs); font-weight: 600; }
.wok-rh .rh-prijs-bedrag { font-family: var(--rh-mono); font-size: 32px; font-weight: 800; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.wok-rh .rh-prijs-pm { font-size: 14px; color: var(--rh-grijs); font-weight: 600; }
.wok-rh .rh-prijs-pj { flex-basis: 100%; font-size: 12.5px; color: var(--rh-grijs); }
.wok-rh .rh-pakket-specs { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 10px; }
.wok-rh .rh-pakket-specs li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--rh-inkt); font-weight: 600; line-height: 1.5; }
.wok-rh .rh-pakket-specs svg { flex: none; width: 16px; height: 16px; color: var(--rh-blauw); margin-top: 2px; }
.wok-rh .rh-pakket-gedeeld { border-top: 1px dashed var(--rh-rand); padding-top: 16px; margin-bottom: 24px; flex: 1 1 auto; }
.wok-rh .rh-pakket-gedeeld li { color: var(--rh-grijs); font-weight: 400; }
.wok-rh .rh-pakket-gedeeld svg { color: #1b7d34; }
.wok-rh .rh-pakket-knop { width: 100%; }
.wok-rh .rh-prijs-noot { text-align: center; font-size: 12.5px; color: var(--rh-grijs); margin: 26px 0 0; }

/* ---------- Webhosting-verwijzing en final ---------- */
.wok-rh .rh-geen { max-width: 800px; }
.wok-rh .rh-final {
	background: linear-gradient(90deg, var(--rh-grad-start), var(--rh-grad-end));
	color: #fff; padding: 84px 0; text-align: center;
}
.wok-rh .rh-final h2 { color: #fff; margin-bottom: 14px; }
.wok-rh .rh-final-p { color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.65; max-width: 620px; margin: 0 auto; }

/* ---------- Responsief ---------- */
@media (max-width: 1080px) {
	.wok-rh .rh-featgrid-4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
	.wok-rh .rh-hero-grid, .wok-rh .rh-wl-grid { grid-template-columns: 1fr; gap: 36px; }
	.wok-rh .rh-hero { padding: 60px 0 56px; }
	.wok-rh .rh-sectie { padding: 56px 0; }
	.wok-rh .rh-featgrid { grid-template-columns: 1fr 1fr; }
	.wok-rh .rh-pakketgrid { grid-template-columns: 1fr; max-width: 480px; }
}
@media (max-width: 640px) {
	.wok-rh .rh-featgrid, .wok-rh .rh-featgrid-4 { grid-template-columns: 1fr; }
	.wok-rh .rh-ctas .btn { width: 100%; }
	.wok-rh .rh-da-zij { min-width: 104px; }
	.wok-rh .rh-vis { min-height: 0; margin: 18px 6px 26px; }
	.wok-rh .rh-vis-kaart { width: 128px; }
	.wok-rh .rh-vis-kaart-1 { left: -8px; bottom: -20px; }
	.wok-rh .rh-vis-kaart-2 { right: -8px; top: -18px; }
}
