/* 3DBooster - /webhosting/ (loaded only by page-webhosting.php). Scoped to .wh* so no other page is affected. */

.wh .screen-reader-text { position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* ---------- Hero ---------- */
.wh-hero { padding-top:96px; padding-bottom:70px; display:grid; grid-template-columns:1.2fr .8fr; align-items:center; gap:64px; }
.wh-hero h1 { max-width:760px; margin-bottom:26px; font-size:clamp(3.2rem,5.6vw,5.4rem); }
.wh-hero-lead { max-width:640px; font-size:1.16rem; }

/* Server image that floats a little above a soft shadow */
.wh-hero-visual { display:flex; justify-content:center; align-items:center; padding-block:10px 52px; }
.wh-hero-float { position:relative; width:min(100%,440px); }
.wh-hero-server { display:block; width:100%; height:auto; animation:whFloat 9s ease-in-out infinite; will-change:transform; }
.wh-hero-shadow { position:absolute; left:50%; bottom:-9%; width:74%; height:9%; margin-left:-37%; border-radius:50%; background:radial-gradient(closest-side, rgba(23,25,28,.42), rgba(23,25,28,.16) 55%, rgba(23,25,28,0) 100%); filter:blur(7px); animation:whShadow 9s ease-in-out infinite; }
@keyframes whFloat { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-6px); } }
@keyframes whShadow { 0%,100% { transform:scale(1); opacity:1; } 50% { transform:scale(.95); opacity:.86; } }
@media (prefers-reduced-motion:reduce) { .wh-hero-server,.wh-hero-shadow { animation:none; } }

/* ---------- Sections ---------- */
.wh-section { margin-bottom:110px; }
.wh-heading { max-width:820px; margin-bottom:40px; }
.wh-h2 { font-size:clamp(2.1rem,3.8vw,3.5rem); line-height:1.06; }
.wh-h2 span { color:var(--orange-dark); }
.wh-heading p:last-child { margin-bottom:0; font-size:1.06rem; }

/* ---------- Billing switch ---------- */
.wh-billing { display:inline-flex; flex-wrap:wrap; gap:4px; margin-bottom:46px; padding:5px; border:1px solid var(--line); border-radius:999px; background:var(--white); }
.wh-billing button { display:inline-flex; align-items:center; gap:9px; padding:12px 20px; border:0; border-radius:999px; background:transparent; color:var(--ink); font:inherit; font-size:.92rem; font-weight:750; cursor:pointer; transition:background .2s,color .2s; }
.wh-billing button:hover { background:var(--cream); }
.wh-billing button[aria-pressed="true"] { color:var(--white); background:var(--ink); }
.wh-billing button small { color:#b34a00; font-size:.72rem; font-weight:800; letter-spacing:.02em; }
.wh-billing button[aria-pressed="true"] small { color:#ffb37a; }
.wh-billing button:focus-visible { outline:3px solid var(--orange); outline-offset:2px; }

/* ---------- Plans ---------- */
.wh-plans { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; align-items:stretch; }
.wh-plan { position:relative; display:flex; flex-direction:column; padding:36px 28px 30px; border:1px solid var(--line); border-radius:27px; background:var(--white); box-shadow:0 4px 12px rgba(23,25,28,.03); transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.wh-plan h3 { margin:0 0 8px; font-size:2rem; }
.wh-plan-tag { min-height:4.75em; margin:0 0 24px; font-size:.95rem; line-height:1.55; }
.wh-price { min-height:150px; }
.wh-p { display:none; }
.wh-plans[data-billing="maand"] .wh-p--maand,
.wh-plans[data-billing="jaar"] .wh-p--jaar,
.wh-plans[data-billing="jaar-partner"] .wh-p--jaar-partner { display:block; }
.wh-amount { margin:0; color:var(--ink); font-size:clamp(2.7rem,3.6vw,3.5rem); font-weight:850; letter-spacing:-.05em; line-height:1; }
.wh-amount span { margin-right:6px; font-size:.5em; font-weight:800; letter-spacing:0; vertical-align:.55em; color:var(--orange-dark); }
.wh-unit { margin:10px 0 0; color:var(--ink); font-size:.9rem; font-weight:700; line-height:1.4; }
.wh-sub { margin:4px 0 0; font-size:.82rem; line-height:1.5; }
.wh-plan ul { flex:1; margin:24px 0 28px; padding:22px 0 0; border-top:1px solid var(--line); list-style:none; }
.wh-plan li { display:flex; align-items:flex-start; gap:10px; padding-block:6px; color:#4c5055; font-size:.95rem; line-height:1.4; }
.wh-plan li svg { flex:0 0 auto; margin-top:2px; color:var(--orange); }
.wh-order { width:100%; }
.wh-order--dark { color:var(--white); background:var(--ink); }
.wh-order--dark:hover { background:var(--ink-soft); }
.wh-order:focus-visible { outline:3px solid var(--orange); outline-offset:3px; }

.wh-plan--featured { color:var(--white); background:var(--ink); border-color:var(--ink); box-shadow:0 30px 70px rgba(23,25,28,.22); transform:translateY(-12px); }
.wh-plan--featured h3,
.wh-plan--featured .wh-amount,
.wh-plan--featured .wh-unit { color:var(--white); }
.wh-plan--featured .wh-amount span { color:var(--orange); }
.wh-plan--featured .wh-plan-tag,
.wh-plan--featured .wh-sub { color:#b9bbc0; }
.wh-plan--featured ul { border-top-color:#33363a; }
.wh-plan--featured li { color:#d8dadd; }
.wh-badge { position:absolute; top:-14px; left:28px; padding:6px 14px; border-radius:999px; color:var(--ink); background:var(--orange); font-size:.72rem; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
@media (hover:hover) and (prefers-reduced-motion:no-preference) {
	.wh-plan:hover { transform:translateY(-6px); border-color:var(--orange); box-shadow:0 18px 40px rgba(23,25,28,.1); }
	.wh-plan--featured:hover { transform:translateY(-18px); box-shadow:0 36px 80px rgba(23,25,28,.28); }
}

/* ---------- Order note ---------- */
.wh-order-note { display:flex; align-items:flex-start; gap:12px; max-width:860px; margin:34px 0 0; padding:18px 22px; border:1px solid var(--line); border-radius:18px; background:var(--cream); font-size:.96rem; line-height:1.6; }
.wh-order-note svg { flex:0 0 auto; margin-top:3px; color:var(--orange); }
.wh-order-note span { color:#4c5055; }

/* ---------- Included ---------- */
.wh-included { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.wh-inc { padding:34px 32px; border:1px solid var(--line); border-radius:24px; background:var(--white); transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.wh-inc>svg { color:var(--orange); }
.wh-inc h3 { margin:24px 0 8px; font-size:1.35rem; }
.wh-inc p { margin:0; font-size:.96rem; line-height:1.65; }
@media (hover:hover) and (prefers-reduced-motion:no-preference) { .wh-inc:hover { transform:translateY(-5px); box-shadow:0 12px 24px rgba(23,25,28,.09); border-color:var(--orange); } }

/* ---------- Comparison table ---------- */
.wh-table-wrap { overflow-x:auto; border:1px solid var(--line); border-radius:24px; background:var(--white); }
.wh-table-wrap:focus-visible { outline:3px solid var(--orange); outline-offset:3px; }
.wh-table { width:100%; min-width:720px; border-collapse:collapse; font-size:.96rem; }
.wh-table th,.wh-table td { padding:16px 22px; text-align:center; border-bottom:1px solid var(--line); }
.wh-table thead th { padding-block:22px; font-size:1.15rem; font-weight:850; letter-spacing:-.02em; background:var(--cream); }
.wh-table tbody th { text-align:left; font-weight:650; color:#4c5055; }
.wh-table thead th:first-child { background:var(--cream); }
.wh-table tbody tr:last-child th,.wh-table tbody tr:last-child td { border-bottom:0; }
.wh-table .is-featured { background:#fff4ea; }
.wh-table thead th.is-featured { color:#9a4200; background:#ffe8d3; }
.wh-table-price td { font-weight:800; color:var(--ink); }
.wh-table-price:first-of-type { border-top:2px solid var(--line); }

/* ---------- Partner link ---------- */
.wh-partner { padding:56px; display:grid; grid-template-columns:1.25fr .75fr; align-items:center; gap:56px; border-radius:30px; background:var(--cream); }
.wh-partner .wh-h2 { margin-bottom:18px; }
.wh-partner p:last-child { margin-bottom:0; }
.wh-inline-link { color:var(--orange-dark); font-weight:800; text-decoration:underline; text-underline-offset:3px; }
.wh-inline-link:hover { color:var(--orange); }
.wh-partner-card { padding:38px 32px; display:grid; gap:8px; text-align:center; color:var(--white); background:var(--ink); border-radius:24px; box-shadow:0 24px 50px rgba(23,25,28,.2); }
.wh-partner-card strong { color:var(--orange); font-size:clamp(3rem,5vw,4.4rem); font-weight:850; letter-spacing:-.05em; line-height:1; }
.wh-partner-label { color:#d5d7da; font-size:.86rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.wh-partner-note { color:#9da0a5; font-size:.85rem; }

/* ---------- FAQ ---------- */
.wh-faq { max-width:900px; border-top:1px solid var(--line); }
.wh-faq details { border-bottom:1px solid var(--line); }
.wh-faq summary { position:relative; padding:24px 52px 24px 0; font-size:1.12rem; font-weight:750; letter-spacing:-.01em; list-style:none; cursor:pointer; }
.wh-faq summary::-webkit-details-marker { display:none; }
.wh-faq summary::after { content:"+"; position:absolute; right:6px; top:50%; transform:translateY(-50%); width:32px; height:32px; display:grid; place-items:center; border-radius:50%; color:var(--orange-dark); background:var(--cream); font-size:1.3rem; font-weight:500; transition:transform .2s,background .2s; }
.wh-faq details[open] summary::after { content:"\2212"; background:#ffe8d3; }
.wh-faq summary:hover { color:var(--orange-dark); }
.wh-faq summary:focus-visible { outline:3px solid var(--orange); outline-offset:2px; border-radius:6px; }
.wh-faq details p { margin:0 0 26px; max-width:720px; }

/* ---------- Responsive ---------- */
@media (max-width:1180px) {
	.wh-plans { grid-template-columns:repeat(2,minmax(0,1fr)); row-gap:34px; }
	.wh-plan--featured { transform:none; }
	.wh-plan--featured:hover { transform:translateY(-6px); }
	.wh-plan-tag { min-height:0; }
}
@media (max-width:980px) {
	.wh-hero { grid-template-columns:1fr; gap:44px; padding-top:70px; }
	.wh-hero-float { width:min(100%,380px); }
		.wh-included { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.wh-partner { grid-template-columns:1fr; gap:34px; padding:44px 36px; }
}
@media (max-width:680px) {
	.wh-hero h1 { font-size:clamp(3rem,14vw,4.4rem); }
	.wh-hero-float { width:min(82%,320px); }
							.wh-section { margin-bottom:75px; }
	.wh-billing { display:grid; width:100%; border-radius:22px; }
	.wh-billing button { justify-content:space-between; border-radius:16px; }
	.wh-plans { grid-template-columns:1fr; }
	.wh-plan { padding:32px 24px 26px; }
	.wh-price { min-height:0; }
	.wh-included { grid-template-columns:1fr; }
	.wh-inc { padding:28px 24px; }
	.wh-partner { padding:32px 24px; }
	.wh-faq summary { font-size:1.04rem; }
}
