/**
 * Generated stylesheet for voetbalfanwinkel.nl index.html (Hostnet parked domain page).
 * Replaces missing Hostnet bundle CSS from archive recovery.
 */

:root {
  --hn-blue: #1356d9;
  --hn-blue-dark: #0a3d9e;
  --hn-cyan: #27d7e0;
  --hn-orange: #ff6b00;
  --hn-orange-hover: #e55f00;
  --hn-gray1: #2b2b2b;
  --hn-gray2: #666;
  --hn-gray3: #999;
  --hn-blue-light: #e8f4fc;
  --hn-white: #fff;
  --hn-max: 1200px;
  --hn-radius: 4px;
}

*, *::before, *::after { box-sizing: border-box; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Roboto, "Segoe UI", Tahoma, sans-serif;
  color: var(--hn-gray1);
  background: var(--hn-white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; height: auto; vertical-align: middle; }

a { color: var(--hn-blue); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, p { margin: 0 0 0.75em; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, p:last-child { margin-bottom: 0; }

ul { margin: 0; padding: 0; list-style: none; }

button, input { font: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hide { display: none !important; }

.container {
  width: 100%;
  max-width: var(--hn-max);
  margin: 0 auto;
}

/* Typography helpers */
.h-size-48 { font-size: clamp(1.75rem, 4vw, 3rem); font-weight: 300; line-height: 1.15; }
.h-size-36 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 400; line-height: 1.2; }
.h-size-21 { font-size: 1.3125rem; font-weight: 500; }
.h-size-18 { font-size: 1.125rem; font-weight: 400; line-height: 1.55; }
.text-large { font-size: 1.0625rem; line-height: 1.6; }
.text-white { color: var(--hn-white); }
.text-gray1 { color: var(--hn-gray1); }
.heading-white h1, .heading-white h2, .heading-white h3 { color: var(--hn-white); }
.no-margin-bottom { margin-bottom: 0 !important; }

/* Header */
.main-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #eee;
}

.bg-white { background: var(--hn-white); }

.menu-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--hn-max);
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  min-height: 64px;
}

.logo-hostnet svg { display: block; height: 40px; width: auto; }

.js-main-navigation {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #f0f0f0;
}

.universal-navigation {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
}

.universal-links,
.customer-care-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
}

.menu-li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  color: var(--hn-gray1);
  font-size: 0.9375rem;
  cursor: default;
}

.menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 90;
}

.mobile-tabs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
}

.buttons {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: var(--hn-radius);
  font-size: 0.875rem;
  color: var(--hn-gray1);
  cursor: pointer;
}

/* Icons */
.svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.svg-icon.icon-small { width: 20px; height: 20px; }
.svg-icon.icon-large { width: 48px; height: 48px; }
.icon-stroke-gray3 { color: var(--hn-gray3); }
.icon-stroke-white { color: var(--hn-white); }
.icon-gray1 { color: var(--hn-gray1); }

/* Buttons */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: var(--hn-radius);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
}

.button:hover { text-decoration: none; transform: translateY(-1px); }

.button-white {
  background: var(--hn-white);
  color: var(--hn-gray1);
  border: 1px solid #ddd;
}

.button-orange {
  background: var(--hn-orange);
  color: var(--hn-white);
}

.button-orange:hover { background: var(--hn-orange-hover); }

.button-holder .button,
.button-holder {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.icon-right .svg-icon { order: 2; }

/* Hero banner */
.block-top-text.bg-img {
  background:
    linear-gradient(135deg, rgba(19, 86, 217, 0.92) 0%, rgba(10, 61, 158, 0.95) 55%, rgba(39, 215, 224, 0.35) 100%),
    linear-gradient(160deg, var(--hn-blue) 0%, var(--hn-blue-dark) 100%);
  background-size: cover;
  background-position: center;
}

.topbanner-height { min-height: 320px; }

.block-content.padding-xlarge-left-right,
.padding-xlarge-left-right { padding-left: clamp(1rem, 4vw, 3rem); padding-right: clamp(1rem, 4vw, 3rem); }

.padding-large-top-bottom { padding-top: clamp(2rem, 5vw, 4rem); padding-bottom: clamp(2rem, 5vw, 4rem); }
.padding-large-left-right { padding-left: clamp(1rem, 4vw, 2.5rem); padding-right: clamp(1rem, 4vw, 2.5rem); }
.gutter-padding-left { padding-left: 1.25rem; }
.gutter-padding-right { padding-right: 1.25rem; }
.gutter-padding-bottom { padding-bottom: 1.5rem; }
.gutter-padding-top-half { padding-top: 0.75rem; }

.block-top-text .button-holder {
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--hn-white);
  color: var(--hn-blue);
  border-radius: var(--hn-radius);
  font-weight: 500;
  cursor: pointer;
}

.block-top-text .button-holder:hover { background: #f5f8ff; }

/* Grid */
.grid-row {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--hn-max);
  margin: 0 auto;
  gap: 1.5rem 2rem;
}

.col { flex: 1 1 100%; min-width: 0; }

.col-tab-l-8 { flex: 1 1 calc(66% - 1rem); }
.col-tab-l-4 { flex: 1 1 calc(33% - 1rem); }
.col-tab-10 { flex: 1 1 100%; }
.col-desk-6 { flex: 1 1 calc(50% - 1rem); }
.col-desk-8 { flex: 1 1 calc(66% - 1rem); }
.col-img { display: flex; align-items: center; justify-content: center; }

.no-col-gutter-bottom { gap: 0; }

/* Domain checker */
.block-product-checker-box {
  background: var(--hn-white);
  border-bottom: 1px solid #eee;
}

.block-product-checker-box .title { color: var(--hn-gray1); margin-bottom: 0.75rem; }

.input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 1.25rem;
  max-width: 520px;
}

.domeincheck-input {
  flex: 1 1 200px;
  min-width: 0;
  padding: 0.875rem 1rem;
  border: 2px solid #ddd;
  border-right: none;
  border-radius: var(--hn-radius) 0 0 var(--hn-radius);
  font-size: 1rem;
  outline: none;
}

.domeincheck-input:focus { border-color: var(--hn-blue); }

.input-group-btn .button {
  border-radius: 0 var(--hn-radius) var(--hn-radius) 0;
  white-space: nowrap;
}

.box.box-large {
  min-height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* USP section */
.bg-blue-light { background: var(--hn-blue-light); }

.banner-usp-icon-text .intro { margin-bottom: 1rem; }

.title-intro .title { color: var(--hn-blue); margin-bottom: 0.75rem; }

.collapse-banner-complete {
  background: var(--hn-white);
  border-radius: var(--hn-radius);
  padding: 1.25rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.collapse-heading {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.collapse-heading .icon-large { color: var(--hn-blue); flex-shrink: 0; }

.usp-title { color: var(--hn-gray1); font-weight: 500; margin: 0; }

.collapse-content {
  margin-top: 0.75rem;
  padding-left: 4rem;
  color: var(--hn-gray2);
  font-size: 0.9375rem;
}

.align-with-icon-large { padding-left: 4rem; }

/* Support block */
.block-split-image-support {
  background: #f7f9fc;
  border-top: 1px solid #eee;
}

.split-image.desk-img-pos-right { align-items: center; }

.list-style-check ul { list-style: none; padding: 0; margin: 1rem 0 0; }

.list-style-check li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
  color: var(--hn-gray2);
}

.list-style-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--hn-blue);
  font-weight: 700;
}

.box-img {
  min-height: 220px;
  background: linear-gradient(135deg, #dce9ff 0%, #eef6ff 100%);
  border-radius: var(--hn-radius);
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-img::after {
  content: "Support";
  color: var(--hn-blue);
  font-size: 1.25rem;
  font-weight: 300;
  opacity: 0.5;
}

.box-footer .button-holder {
  margin-top: 1rem;
  color: var(--hn-blue);
  font-weight: 500;
  cursor: pointer;
}

.collapse-link {
  margin-top: 0.75rem;
  color: var(--hn-blue);
  font-size: 0.9375rem;
  cursor: pointer;
}

/* Footer */
.compact-footer {
  background: #1a1a1a;
  color: #ccc;
  font-size: 0.875rem;
  margin-top: 0;
}

.footer-links {
  padding: 1.5rem 0;
  border-bottom: 1px solid #333;
}

.links-left ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}

.links-left a { color: #ccc; }
.links-left a:hover { color: var(--hn-white); }

.payment-info { padding: 1.25rem 0 2rem; }

.blocks-payment-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.payment-options .ideal,
.payment-options .visa,
.payment-options .mastercard,
.payment-options .american-express {
  width: 48px;
  height: 32px;
  border-radius: 3px;
  background: #333;
  position: relative;
}

.payment-options .ideal::after { content: "iDEAL"; font-size: 0.5rem; color: #ccc; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.payment-options .visa::after { content: "VISA"; font-size: 0.5rem; color: #ccc; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.payment-options .mastercard::after { content: "MC"; font-size: 0.5rem; color: #ccc; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.payment-options .american-express::after { content: "AMEX"; font-size: 0.5rem; color: #ccc; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }

.btw { color: #888; font-size: 0.8125rem; }
.iso { color: #888; font-size: 0.8125rem; }

/* Modals */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.55);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal:target,
.modal.is-open { display: flex; }

.modal-dialog {
  background: var(--hn-white);
  border-radius: 6px;
  max-width: 640px;
  width: 100%;
  max-height: 85vh;
  overflow: auto;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  color: var(--hn-gray2);
  z-index: 1;
}

.modal-header {
  padding: 1.25rem 1.5rem 0.75rem;
  border-bottom: 1px solid #eee;
}

.modal-content {
  padding: 1rem 1.5rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--hn-gray2);
}

.modal-content h4 { color: var(--hn-gray1); margin-top: 1.25rem; }

/* Responsive visibility */
.hide-on-desktop { display: none; }
.hide-on-mobile { display: inline-flex; }
.hide-on-tablet { display: inline-flex; }
.hide-on-desktop-small { display: inline-flex; }

@media (max-width: 1024px) {
  .hide-on-tablet { display: none !important; }
  .col-tab-l-8, .col-tab-l-4 { flex: 1 1 100%; }
}

@media (max-width: 768px) {
  .hide-on-desktop { display: inline-flex !important; }
  .hide-on-mobile { display: none !important; }
  .hide-on-desktop-small { display: none !important; }

  .js-main-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(320px, 90vw);
    height: 100vh;
    flex-direction: column;
    z-index: 95;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    transition: right 0.25s ease;
    overflow-y: auto;
  }

  body.menu-open .js-main-navigation { right: 0; }
  body.menu-open .menu-overlay { display: block; }

  .universal-navigation { flex-direction: column; align-items: stretch; }
  .universal-links, .customer-care-links { flex-direction: column; gap: 0; }

  .collapse-content,
  .align-with-icon-large { padding-left: 0; }

  .mob-checker-one-row { flex-direction: column; }
  .domeincheck-input { border-right: 2px solid #ddd; border-radius: var(--hn-radius); }
  .input-group-btn .button { border-radius: var(--hn-radius); width: 100%; margin-top: 0.5rem; }

  .col-desk-6, .col-desk-8 { flex: 1 1 100%; }
}

@media (max-width: 532px) {
  .no-padding-mob { padding-left: 1rem; padding-right: 1rem; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .no-padding-tab { padding-left: 1.25rem; padding-right: 1.25rem; }
}
