/*
 * Theme Studio shared public runtime stylesheet.
 *
 * Most visual block and shell styles live in the active theme. This file keeps
 * small structural rules that must match the V1 editor preview.
 */
@layer lteRuntime {
  .theme-block-hero.lte-hero--has-bg-image,
  .lte-hero-preview.lte-hero--has-bg-image,
  .lte-hero.lte-hero--has-bg-image {
    position: relative;
    overflow: hidden;
  }

  .theme-block-hero .lte-hero__media,
  .lte-hero-preview .lte-hero__media,
  .lte-hero .lte-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .theme-block-hero.lte-hero--has-bg-image > .lte-preview-shell,
  .lte-hero-preview.lte-hero--has-bg-image > .lte-preview-shell,
  .lte-hero.lte-hero--has-bg-image > .lte-preview-shell {
    position: relative;
    z-index: 1;
  }

  .theme-block-hero.lte-hero--has-bg-image.lte-hero-style-simple,
  .lte-hero-preview.lte-hero--has-bg-image.lte-hero-style-simple,
  .lte-hero.lte-hero--has-bg-image.lte-hero-style-simple {
    color: var(--theme-hero-overlay-text, #fff);
  }

  .theme-block-hero.lte-hero--has-bg-image.lte-hero-style-simple .theme-hero-title,
  .theme-block-hero.lte-hero--has-bg-image.lte-hero-style-simple .theme-hero-subtitle,
  .theme-block-hero.lte-hero--has-bg-image.lte-hero-style-simple .lead {
    color: inherit;
  }

  .lte-header-preview .hc-menu-mobile-header,
  .lte-header-preview .hc-menu-overlay,
  .lte-header-preview .lte-mobile-menu-toggle,
  header[role="banner"] .hc-menu-mobile-header,
  header[role="banner"] .hc-menu-overlay,
  header[role="banner"] .lte-mobile-menu-toggle {
    display: none;
  }

  .lte-header-preview .hc-menu-mobile-body,
  header[role="banner"] .hc-menu-mobile-body {
    display: contents;
    max-height: none;
    overflow: visible;
    padding: 0;
  }

  @media (max-width: 1120px) {
    .lte-header-preview .lte-mobile-menu-toggle,
    .lte-header-preview .lte-mobile-menu-toggle[hidden],
    header[role="banner"] .lte-mobile-menu-toggle,
    header[role="banner"] .lte-mobile-menu-toggle[hidden] {
      display: inline-flex;
    }

    .lte-mobile-menu-open .lte-header-preview .hc-menu-mobile-header,
    .lte-mobile-menu-open header[role="banner"] .hc-menu-mobile-header,
    .lte-preview-page.mobile-menu-open .lte-header-preview .hc-menu-mobile-header {
      display: grid;
    }

    .lte-mobile-menu-open .lte-header-preview .hc-menu-mobile-body,
    .lte-mobile-menu-open header[role="banner"] .hc-menu-mobile-body,
    .lte-preview-page.mobile-menu-open .lte-header-preview .hc-menu-mobile-body {
      display: block;
    }
  }
}

/* Public hotfixes must beat unlayered theme CSS loaded after this file. */
#ltePublicRuntimeCanvas .lte-header-public-wrap,
#ltePublicRuntimeCanvasNoScript .lte-header-public-wrap,
#ltePublicRuntimeCanvas .lte-header-fullwidth-bg,
#ltePublicRuntimeCanvasNoScript .lte-header-fullwidth-bg {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

#ltePublicRuntimeCanvas .lte-header-public-wrap > .lte-header-fullwidth-bg,
#ltePublicRuntimeCanvasNoScript .lte-header-public-wrap > .lte-header-fullwidth-bg {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#ltePublicRuntimeCanvas .lte-header-public-wrap,
#ltePublicRuntimeCanvasNoScript .lte-header-public-wrap {
  border: 0 !important;
  background: transparent !important;
}

body.lte-ts-public:not(.lte-ts-public-v2) > .lte-header-public-wrap,
body.lte-ts-public-v1 > .lte-header-public-wrap,
body.lte-ts-public:not(.lte-ts-public-v2) > header.lte-header-public-wrap,
body.lte-ts-public-v1 > header.lte-header-public-wrap,
body.lte-ts-public:not(.lte-ts-public-v2) main + .lte-header-public-wrap,
body.lte-ts-public-v1 main + .lte-header-public-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

body.lte-ts-public:not(.lte-ts-public-v2) > .lte-header-public-wrap .lte-header-fullwidth-bg,
body.lte-ts-public-v1 > .lte-header-public-wrap .lte-header-fullwidth-bg,
body.lte-ts-public:not(.lte-ts-public-v2) > header.lte-header-public-wrap .lte-header-fullwidth-bg,
body.lte-ts-public-v1 > header.lte-header-public-wrap .lte-header-fullwidth-bg {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

body.lte-ts-public,
#ltePublicRuntimeCanvas,
#ltePublicRuntimeCanvasNoScript {
  overflow-x: clip;
}

.site-mini-footer {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
}

.site-mini-footer__link {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow-wrap: anywhere;
  box-sizing: border-box;
}

.site-mini-footer__img {
  flex: 0 0 auto;
  width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  max-height: 18px !important;
  object-fit: contain;
}

body.lte-ts-public:not(.lte-ts-public-v2) .lte-header-public-wrap .lte-header-preview.navbar,
body.lte-ts-public-v1 .lte-header-public-wrap .lte-header-preview.navbar {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.theme-block-hero.lte-hero--has-bg-image,
.lte-hero-preview.lte-hero--has-bg-image,
.lte-hero.lte-hero--has-bg-image {
  position: relative !important;
  overflow: hidden !important;
}

.theme-block-hero .lte-hero__media,
.lte-hero-preview .lte-hero__media,
.lte-hero .lte-hero__media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.theme-block-hero.lte-hero--has-bg-image > .lte-preview-shell,
.lte-hero-preview.lte-hero--has-bg-image > .lte-preview-shell,
.lte-hero.lte-hero--has-bg-image > .lte-preview-shell {
  position: relative !important;
  z-index: 1 !important;
}

.theme-block-hero.lte-hero--has-bg-image.lte-hero-style-simple,
.theme-block-hero.lte-hero--has-bg-image.lte-hero-style-simple :is(.theme-hero-title, .theme-hero-subtitle, h1, p, .lead),
.lte-hero-preview.lte-hero--has-bg-image.lte-hero-style-simple,
.lte-hero-preview.lte-hero--has-bg-image.lte-hero-style-simple :is(.theme-hero-title, .theme-hero-subtitle, h1, p, .lead) {
  color: var(--theme-hero-overlay-text, #fff) !important;
}

.lte-header-preview .hc-menu-mobile-header,
.lte-header-preview .hc-menu-overlay,
.lte-header-preview .lte-mobile-menu-toggle,
.lte-header-preview .lte-header-cta--mobile,
header[role="banner"] .hc-menu-mobile-header,
header[role="banner"] .hc-menu-overlay,
header[role="banner"] .lte-mobile-menu-toggle,
header[role="banner"] .lte-header-cta--mobile,
body.theme-hark-clean-v2 .lte-header-preview .hc-menu-mobile-header,
body.theme-hark-clean-v2 .lte-header-preview .hc-menu-overlay,
body.theme-hark-clean-v2 .lte-header-preview .lte-mobile-menu-toggle,
body.theme-hark-clean-v2 .lte-header-preview .lte-header-cta--mobile,
body.theme-hark-clean-v2 header[role="banner"] .hc-menu-mobile-header,
body.theme-hark-clean-v2 header[role="banner"] .hc-menu-overlay,
body.theme-hark-clean-v2 header[role="banner"] .lte-mobile-menu-toggle,
body.theme-hark-clean-v2 header[role="banner"] .lte-header-cta--mobile {
  display: none !important;
}

.lte-header-preview .hc-menu-mobile-body,
header[role="banner"] .hc-menu-mobile-body {
  display: contents !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
}

.lte-header-preview.lte-header-cta-position-end :is(.theme-header-cta, .lte-header-cta--desktop),
header[role="banner"] .lte-header-cta-position-end :is(.theme-header-cta, .lte-header-cta--desktop),
:is(.theme-header-cta.lte-header-cta--end, .lte-header-cta--desktop.lte-header-cta--end) {
  margin-left: auto;
  justify-self: end;
}

.lte-header-middle {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.lte-header-middle:is(.lte-header-menu-left, .lte-header-menu-center, .lte-header-menu-right) :is(.theme-header-nav, .lte-header-nav, nav[aria-label="Hoofdmenu"]) {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.lte-header-middle.lte-header-menu-left {
  justify-content: flex-start !important;
}

.lte-header-middle.lte-header-menu-center {
  justify-content: center !important;
}

.lte-header-middle.lte-header-menu-right {
  justify-content: flex-end !important;
}

.lte-domain-services {
  padding: clamp(48px, 7vw, 88px) 0;
}

.lte-domain-services .container,
.lte-domain-services-inner {
  max-width: min(1120px, calc(100vw - 32px));
  margin-inline: auto;
}

.lte-domain-services-inner {
  display: grid;
  gap: clamp(20px, 3vw, 32px);
}

.lte-domain-services-head {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.lte-domain-services-head h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.lte-domain-services-sub {
  margin: 12px auto 0;
  max-width: 720px;
  color: #64748b;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.65;
}

.lte-domain-services-whois {
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
  padding: clamp(22px, 3vw, 34px);
}

.lte-domain-services-whois.card {
  border: 1px solid #e2e8f0;
}

.lte-domain-services-whois .card-body {
  padding: 0;
}

.lte-domain-services-whois-title,
.lte-domain-services-popular-prices-title {
  margin: 0 0 14px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.lte-domain-services-whois-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.lte-domain-services-whois-input,
.lte-domain-services-tld-filter {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #ffffff;
  color: #0f172a;
  padding: 0 16px;
  font: inherit;
}

.lte-domain-services-whois-row .lte-theme-btn,
.lte-domain-services-whois-row .btn {
  flex: 0 0 auto;
  min-height: 52px;
  white-space: nowrap;
  border-radius: 14px;
  padding-inline: 22px;
}

.lte-domain-services-whois-result {
  min-height: 24px;
  margin-top: 14px;
  color: #64748b;
  line-height: 1.55;
}

.lte-domain-services-whois-result--ok,
.lte-domain-services-whois-result--warn,
.lte-domain-services-whois-result--bad {
  border-radius: 14px;
  padding: 12px 14px;
}

.lte-domain-services-whois-result--ok {
  background: #ecfdf5;
  color: #047857;
}

.lte-domain-services-whois-result--warn {
  background: #fffbeb;
  color: #92400e;
}

.lte-domain-services-whois-result--bad {
  background: #fef2f2;
  color: #b91c1c;
}

.lte-domain-services-filter {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #ffffff;
  padding: 14px;
}

.lte-domain-services-filter-label {
  margin: 0;
  color: #0f172a;
  font-weight: 700;
  white-space: nowrap;
}

.lte-domain-services-table-wrap {
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.lte-domain-services-table {
  width: 100%;
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 0;
  color: #0f172a;
}

.lte-domain-services-table :is(th, td) {
  padding: 16px 18px;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: middle;
}

.lte-domain-services-table thead th {
  background: #f8fafc;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lte-domain-services-table tbody tr:last-child :is(th, td) {
  border-bottom: 0;
}

.lte-domain-services-table tbody tr:hover {
  background: #f8fafc;
}

.lte-domain-services-popular {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  border-radius: 999px;
  background: #eef2ff;
  color: #2563eb;
  padding: 3px 8px;
  font-size: 0.72rem;
  font-weight: 800;
}

.lte-domain-services-empty,
.lte-domain-services-na {
  color: #64748b;
}

@media (max-width: 640px) {
  .lte-domain-services-whois-row,
  .lte-domain-services-filter {
    display: grid;
  }

  .lte-domain-services-whois-row .lte-theme-btn,
  .lte-domain-services-whois-row .btn {
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .lte-header-preview .lte-mobile-menu-toggle,
  .lte-header-preview .lte-mobile-menu-toggle[hidden],
  header[role="banner"] .lte-mobile-menu-toggle,
  header[role="banner"] .lte-mobile-menu-toggle[hidden],
  body.theme-hark-clean-v2 .lte-header-preview .lte-mobile-menu-toggle,
  body.theme-hark-clean-v2 .lte-header-preview .lte-mobile-menu-toggle[hidden],
  body.theme-hark-clean-v2 header[role="banner"] .lte-mobile-menu-toggle,
  body.theme-hark-clean-v2 header[role="banner"] .lte-mobile-menu-toggle[hidden] {
    display: inline-flex !important;
  }

  .lte-header-preview .hc-menu-mobile-body,
  header[role="banner"] .hc-menu-mobile-body,
  body.theme-hark-clean-v2 .lte-header-preview .hc-menu-mobile-body,
  body.theme-hark-clean-v2 header[role="banner"] .hc-menu-mobile-body {
    display: none !important;
  }

  .lte-mobile-menu-open .lte-header-preview .hc-menu-mobile-header,
  .lte-mobile-menu-open header[role="banner"] .hc-menu-mobile-header,
  .lte-preview-page.mobile-menu-open .lte-header-preview .hc-menu-mobile-header {
    display: grid !important;
  }

  .lte-mobile-menu-open .lte-header-preview .hc-menu-mobile-body,
  .lte-mobile-menu-open header[role="banner"] .hc-menu-mobile-body,
  .lte-preview-page.mobile-menu-open .lte-header-preview .hc-menu-mobile-body,
  body.theme-hark-clean-v2.lte-mobile-menu-open header[role="banner"] .hc-menu-mobile-body,
  body.theme-hark-clean-v2 .lte-preview-page.mobile-menu-open .lte-header-preview .hc-menu-mobile-body {
    display: block !important;
  }

  .lte-mobile-menu-open .lte-header-preview .lte-header-cta--mobile,
  .lte-mobile-menu-open header[role="banner"] .lte-header-cta--mobile,
  .lte-preview-page.mobile-menu-open .lte-header-preview .lte-header-cta--mobile,
  body.theme-hark-clean-v2.lte-mobile-menu-open header[role="banner"] .lte-header-cta--mobile,
  body.theme-hark-clean-v2 .lte-preview-page.mobile-menu-open .lte-header-preview .lte-header-cta--mobile {
    display: inline-flex !important;
  }
}
