
/* NeoHosting V2: customer-facing onepager styles + header corrections */
:root {
  --neo-header-bg: rgba(255,255,255,.96);
  --neo-header-link: #14233b;
  --neo-header-link-hover: #2563eb;
  --neo-header-cta-bg: #2563eb;
  --neo-header-cta-color: #ffffff;
  --neo-logo-max-height: 80px;
  --neo-ink: #0f172a;
  --neo-muted: #5d7086;
  --neo-line: #dbe7f3;
  --neo-soft: #f5f9fd;
  --neo-blue: #2563eb;
  --neo-sky: #0ea5e9;
  --neo-indigo: #4f46e5;
  --neo-green: #10b981;
  --neo-dark: #07111f;
  --neo-dark-2: #0d1b2a;
  --neo-radius-xl: 32px;
  --neo-radius-lg: 24px;
  --neo-radius-md: 18px;
  --neo-shadow: 0 22px 60px rgba(15, 23, 42, .10);
  --neo-max: 1200px;
}

/* Header corrections for Hello Elementor, Hello Biz and Elementor Theme Builder headers */
.site-header,
#site-header,
.hello-biz-header,
.elementor-location-header,
[data-elementor-type="header"] {
  background: var(--neo-header-bg) !important;
  color: var(--neo-header-link) !important;
  border-bottom: 1px solid rgba(219,231,243,.85);
  box-shadow: 0 10px 30px rgba(15,23,42,.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 99;
}

.site-header a,
#site-header a,
.hello-biz-header a,
.elementor-location-header a,
[data-elementor-type="header"] a,
.site-navigation a,
.menu a,
.elementor-nav-menu a,
.elementor-nav-menu--main .elementor-item {
  color: var(--neo-header-link) !important;
  fill: var(--neo-header-link) !important;
}

.site-header a:hover,
#site-header a:hover,
.hello-biz-header a:hover,
.elementor-location-header a:hover,
[data-elementor-type="header"] a:hover,
.site-navigation a:hover,
.menu a:hover,
.elementor-nav-menu a:hover,
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: var(--neo-header-link-hover) !important;
  fill: var(--neo-header-link-hover) !important;
}

.site-header .custom-logo,
.site-header .custom-logo-link img,
#site-header .custom-logo,
#site-header .custom-logo-link img,
.hello-biz-header .custom-logo,
.hello-biz-header .custom-logo-link img,
.elementor-location-header img.custom-logo,
[data-elementor-type="header"] img.custom-logo,
.elementor-widget-theme-site-logo img,
.elementor-widget-image img.custom-logo,
.elementor-widget-image a img {
  max-height: var(--neo-logo-max-height) !important;
  height: auto !important;
  width: auto !important;
  max-width: 260px !important;
  object-fit: contain !important;
}

.site-header .site-branding,
#site-header .site-branding,
.hello-biz-header .site-branding,
.elementor-location-header .site-branding {
  min-height: 80px;
  display: flex;
  align-items: center;
}

.elementor-button,
.elementor-nav-menu .neo-menu-cta > a,
.menu .neo-menu-cta > a {
  border-radius: 999px !important;
}

.menu .neo-menu-cta > a,
.elementor-nav-menu .neo-menu-cta > a,
.elementor-nav-menu--main .neo-menu-cta .elementor-item {
  background: var(--neo-header-cta-bg) !important;
  color: var(--neo-header-cta-color) !important;
  padding: 12px 18px !important;
  box-shadow: 0 12px 30px rgba(37,99,235,.22);
}

.neo-home-v2, .neo-home-v2 * { box-sizing: border-box; }
.neo-home-v2 { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--neo-ink); background: #fff; overflow: hidden; }
.neo-wrap { width: min(100%, var(--neo-max)); margin: 0 auto; padding: 0 22px; }
.neo-section { padding: clamp(70px, 8vw, 112px) 0; }
.neo-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; font-size: 13px; font-weight: 850; letter-spacing: .03em; text-transform: uppercase; }
.neo-kicker.light { color: #dbeafe; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.15); }
.neo-kicker.dark { color: var(--neo-blue); background: rgba(37,99,235,.08); border: 1px solid rgba(37,99,235,.14); }
.neo-title { margin: 16px 0 16px; font-size: clamp(34px, 5vw, 68px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.neo-title.medium { font-size: clamp(30px, 4vw, 52px); }
.neo-lead { margin: 0; font-size: clamp(18px, 2vw, 21px); line-height: 1.7; color: var(--neo-muted); max-width: 780px; }
.neo-hero .neo-lead, .neo-hero-dark .neo-lead { color: rgba(255,255,255,.80); }
.neo-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 28px; }
.neo-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 21px; border-radius: 999px; font-weight: 850; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.neo-btn:hover { transform: translateY(-2px); }
.neo-btn.primary { color: #fff !important; background: linear-gradient(135deg, var(--neo-blue), var(--neo-indigo)); box-shadow: 0 16px 40px rgba(37,99,235,.26); }
.neo-btn.light { color: var(--neo-blue) !important; background: #fff; box-shadow: 0 16px 40px rgba(15,23,42,.12); }
.neo-btn.ghost { color: inherit !important; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); }
.neo-btn.outline { color: var(--neo-blue) !important; border: 1px solid var(--neo-line); background: #fff; }
.neo-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.neo-card-grid.seven .neo-offer-card:last-child { grid-column: span 3; }
.neo-offer-card { position: relative; background: #fff; border: 1px solid var(--neo-line); border-radius: var(--neo-radius-lg); padding: 26px; box-shadow: var(--neo-shadow); min-height: 270px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.neo-offer-card:hover { transform: translateY(-4px); border-color: rgba(37,99,235,.35); box-shadow: 0 28px 70px rgba(15,23,42,.14); }
.neo-offer-card.dark-card { background: linear-gradient(135deg, #0b1728, #10233d); color: #fff; border-color: rgba(255,255,255,.13); }
.neo-offer-card.dark-card p, .neo-offer-card.dark-card .neo-price-line { color: rgba(255,255,255,.74); }
.neo-icon { width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center; border-radius: 20px; background: linear-gradient(135deg, rgba(37,99,235,.12), rgba(14,165,233,.10)); color: var(--neo-blue); margin-bottom: 18px; }
.neo-icon svg { width: 30px; height: 30px; stroke-width: 1.8; }
.dark-card .neo-icon { color: #fff; background: rgba(255,255,255,.11); }
.neo-offer-card h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.035em; }
.neo-offer-card p { margin: 0 0 16px; color: var(--neo-muted); line-height: 1.65; }
.neo-price-line { display: block; color: var(--neo-muted); font-weight: 850; margin-top: auto; }
.neo-card-link { color: var(--neo-blue) !important; text-decoration: none !important; font-weight: 850; margin-top: 18px; display: inline-flex; }
.dark-card .neo-card-link { color: #93c5fd !important; }
.neo-soft { background: var(--neo-soft); }
.neo-heading-center { text-align: center; max-width: 860px; margin: 0 auto 40px; }
.neo-heading-center .neo-lead { margin: 0 auto; }
.neo-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.neo-trust-item { background: #fff; border: 1px solid var(--neo-line); border-radius: var(--neo-radius-md); padding: 22px; box-shadow: var(--neo-shadow); }
.neo-trust-item strong { display: block; font-size: 18px; margin-bottom: 8px; letter-spacing: -.02em; }
.neo-trust-item span { color: var(--neo-muted); line-height: 1.55; }
.neo-domain-bar { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 12px; border-radius: 24px; background: #fff; box-shadow: var(--neo-shadow); border: 1px solid var(--neo-line); max-width: 840px; margin-top: 28px; }
.neo-domain-bar input { border: 0; min-height: 54px; padding: 0 14px; outline: none; font: inherit; color: var(--neo-ink); }
.neo-cta-panel { background: linear-gradient(135deg, var(--neo-blue), var(--neo-indigo)); color: #fff; border-radius: var(--neo-radius-xl); padding: clamp(30px, 5vw, 52px); display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; box-shadow: 0 28px 80px rgba(37,99,235,.24); }
.neo-cta-panel h2 { margin: 0 0 8px; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.04em; }
.neo-cta-panel p { margin: 0; color: rgba(255,255,255,.84); line-height: 1.65; max-width: 760px; }
.neo-mini-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.neo-mini-nav a { color: rgba(255,255,255,.86); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); padding: 9px 13px; border-radius: 999px; text-decoration: none !important; font-weight: 750; font-size: 14px; }
.neo-faq-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.neo-faq { border-top: 1px solid var(--neo-line); padding-top: 18px; }
.neo-faq h3 { font-size: 19px; margin: 0 0 8px; letter-spacing: -.025em; }
.neo-faq p { margin: 0; color: var(--neo-muted); line-height: 1.65; }

/* Variant A: Hello Elementor */
.neo-variant-hello .neo-hero { position: relative; color: #fff; padding: clamp(92px, 10vw, 150px) 0 clamp(76px, 8vw, 120px); background: radial-gradient(circle at 8% 8%, rgba(14,165,233,.35), transparent 30%), radial-gradient(circle at 75% 16%, rgba(79,70,229,.30), transparent 32%), linear-gradient(135deg, #06111f, #0b1728 58%, #0d1b2a); }
.neo-variant-hello .neo-hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 42px; align-items: center; }
.neo-variant-hello .neo-hero-visual { border-radius: var(--neo-radius-xl); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); padding: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.34); backdrop-filter: blur(16px); }
.neo-variant-hello .neo-stack-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.neo-variant-hello .neo-stack-list li { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 16px; border-radius: 18px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.88); }
.neo-variant-hello .neo-stack-list b { color: #fff; }
.neo-variant-hello .neo-stack-list span { color: #93c5fd; font-weight: 800; }

/* Variant B: Hello Biz */
.neo-variant-biz .neo-hero { background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%); padding: clamp(70px, 8vw, 118px) 0 64px; }
.neo-variant-biz .neo-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.neo-variant-biz .neo-title { color: #07111f; }
.neo-variant-biz .neo-panel { background: #fff; border: 1px solid var(--neo-line); border-radius: var(--neo-radius-xl); padding: 24px; box-shadow: var(--neo-shadow); }
.neo-variant-biz .neo-panel-row { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--neo-line); }
.neo-variant-biz .neo-panel-row:last-child { border-bottom: 0; }
.neo-variant-biz .neo-panel-row .neo-icon { width: 46px; height: 46px; border-radius: 15px; margin: 0; }
.neo-variant-biz .neo-panel-row strong { display: block; margin-bottom: 4px; }
.neo-variant-biz .neo-panel-row span { color: var(--neo-muted); line-height: 1.45; }
.neo-variant-biz .neo-service-strip { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 10px; margin-top: 28px; }
.neo-variant-biz .neo-service-strip a { text-align: center; background: #fff; border: 1px solid var(--neo-line); border-radius: 16px; padding: 13px 8px; color: var(--neo-ink) !important; text-decoration: none !important; font-weight: 800; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.neo-variant-biz .neo-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.neo-variant-biz .neo-card-grid .neo-offer-card { min-height: 250px; }
.neo-variant-biz .neo-card-grid .neo-offer-card:nth-child(7) { grid-column: span 2; }
.neo-variant-biz .neo-card-grid .neo-offer-card:nth-child(6) { grid-column: span 2; }

@media (max-width: 1080px) {
  .neo-card-grid, .neo-variant-biz .neo-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .neo-card-grid.seven .neo-offer-card:last-child, .neo-variant-biz .neo-card-grid .neo-offer-card:nth-child(6), .neo-variant-biz .neo-card-grid .neo-offer-card:nth-child(7) { grid-column: span 1; }
  .neo-trust-grid, .neo-faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .neo-variant-hello .neo-hero-grid, .neo-variant-biz .neo-hero-grid, .neo-cta-panel { grid-template-columns: 1fr; }
  .neo-variant-biz .neo-service-strip { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 700px) {
  :root { --neo-logo-max-height: 64px; }
  .neo-card-grid, .neo-variant-biz .neo-card-grid, .neo-trust-grid, .neo-faq-grid { grid-template-columns: 1fr; }
  .neo-domain-bar { grid-template-columns: 1fr; }
  .neo-domain-bar .neo-btn { width: 100%; }
  .neo-variant-biz .neo-service-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .neo-section { padding: 60px 0; }
}

/* NeoHosting footer for Hello Biz child */
.neohosting-site-footer {
  background: #08111c;
  color: #d8e6f4;
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 24px 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.neohosting-site-footer .neo-footer-inner {
  width: min(100%, var(--neo-max, 1200px));
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.neohosting-site-footer .neo-footer-copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  color: #d8e6f4;
  font-size: 14px;
  line-height: 1.5;
}
.neohosting-site-footer .neo-footer-menu {
  margin-left: auto;
  text-align: right;
}
.neohosting-site-footer .neo-footer-menu-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.neohosting-site-footer .neo-footer-menu-list a {
  color: #d8e6f4 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
}
.neohosting-site-footer .neo-footer-menu-list a:hover,
.neohosting-site-footer .neo-footer-menu-list a:focus {
  color: #93c5fd !important;
}
@media (max-width: 760px) {
  .neohosting-site-footer .neo-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .neohosting-site-footer .neo-footer-menu {
    margin-left: 0;
    text-align: left;
  }
  .neohosting-site-footer .neo-footer-menu-list {
    justify-content: flex-start;
  }
}


/* ==========================================================================
   NeoHosting V2.3: unified header menu, footer menu and Gravity Forms styling
   ========================================================================== */

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: var(--neo-ink);
}

.neo-skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 99999;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--neo-blue);
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 800;
}

.neo-skip-link:focus {
  left: 16px;
}

.neohosting-site-main {
  min-height: 58vh;
}

/* Header layout */
.neohosting-site-header,
.site-header,
#site-header,
.hello-biz-header,
.elementor-location-header,
[data-elementor-type="header"] {
  background: rgba(255, 255, 255, .97) !important;
  color: var(--neo-header-link) !important;
  border-bottom: 1px solid rgba(219, 231, 243, .92);
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 999;
}

body.admin-bar .neohosting-site-header {
  top: 32px;
}

.neo-header-inner {
  width: min(100%, var(--neo-max, 1200px));
  min-height: 92px;
  margin: 0 auto;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.neo-header-branding {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}

.neo-site-title {
  color: var(--neo-ink) !important;
  text-decoration: none !important;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 900;
}

.neohosting-site-header .custom-logo-link,
.site-header .custom-logo-link,
#site-header .custom-logo-link,
.hello-biz-header .custom-logo-link,
.elementor-widget-theme-site-logo a {
  display: inline-flex;
  align-items: center;
  max-height: var(--neo-logo-max-height);
}

.neohosting-site-header .custom-logo,
.neohosting-site-header .custom-logo-link img,
.site-header .custom-logo,
.site-header .custom-logo-link img,
#site-header .custom-logo,
#site-header .custom-logo-link img,
.hello-biz-header .custom-logo,
.hello-biz-header .custom-logo-link img,
.elementor-location-header img.custom-logo,
[data-elementor-type="header"] img.custom-logo,
.elementor-widget-theme-site-logo img,
.elementor-widget-image img.custom-logo {
  display: block;
  max-height: var(--neo-logo-max-height) !important;
  height: auto !important;
  width: auto !important;
  max-width: 260px !important;
  object-fit: contain !important;
}

/* WordPress + Elementor menu normalization */
.neo-primary-navigation,
.site-navigation,
.main-navigation,
.elementor-nav-menu--main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.neo-primary-menu,
.neo-primary-menu ul,
.site-header .menu,
.site-header .sub-menu,
.elementor-nav-menu,
.elementor-nav-menu ul,
.neohosting-site-footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.neo-primary-menu,
.site-header .menu,
.elementor-nav-menu--main .elementor-nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
}

.neo-primary-menu > li,
.site-header .menu > li,
.elementor-nav-menu--main .elementor-nav-menu > li {
  position: relative;
}

.neo-primary-menu a,
.site-header .menu a,
.site-navigation a,
.main-navigation a,
.elementor-nav-menu a,
.elementor-nav-menu--main .elementor-item {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 13px !important;
  border-radius: 999px;
  color: var(--neo-header-link) !important;
  fill: var(--neo-header-link) !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.1;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

.neo-primary-menu a:hover,
.neo-primary-menu a:focus,
.neo-primary-menu .current-menu-item > a,
.neo-primary-menu .current-menu-ancestor > a,
.site-header .menu a:hover,
.site-header .menu a:focus,
.site-header .current-menu-item > a,
.site-header .current-menu-ancestor > a,
.elementor-nav-menu a:hover,
.elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: var(--neo-header-link-hover) !important;
  background: rgba(37, 99, 235, .08);
}

/* CTA menu item: assign CSS class `neo-menu-cta` in WP menu */
.neo-primary-menu .neo-menu-cta > a,
.site-header .menu .neo-menu-cta > a,
.elementor-nav-menu .neo-menu-cta > a,
.elementor-nav-menu--main .neo-menu-cta .elementor-item {
  color: var(--neo-header-cta-color) !important;
  background: linear-gradient(135deg, var(--neo-header-cta-bg), var(--neo-indigo)) !important;
  padding: 12px 18px !important;
  box-shadow: 0 14px 32px rgba(37, 99, 235, .24);
}

.neo-primary-menu .neo-menu-cta > a:hover,
.site-header .menu .neo-menu-cta > a:hover,
.elementor-nav-menu .neo-menu-cta > a:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* Dropdown menus */
.neo-primary-menu .sub-menu,
.site-header .sub-menu,
.elementor-nav-menu--main .elementor-nav-menu .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  min-width: 238px;
  padding: 10px;
  border: 1px solid var(--neo-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 9999;
}

.neo-primary-menu li:hover > .sub-menu,
.neo-primary-menu li:focus-within > .sub-menu,
.site-header .menu li:hover > .sub-menu,
.site-header .menu li:focus-within > .sub-menu,
.elementor-nav-menu--main .elementor-nav-menu li:hover > .sub-menu,
.elementor-nav-menu--main .elementor-nav-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.neo-primary-menu .sub-menu a,
.site-header .sub-menu a,
.elementor-nav-menu--main .sub-menu .elementor-sub-item {
  width: 100%;
  min-height: 40px;
  justify-content: flex-start;
  border-radius: 12px;
  padding: 10px 12px !important;
  color: var(--neo-ink) !important;
  font-size: 14px;
  font-weight: 760;
  white-space: nowrap;
}

.neo-primary-menu .sub-menu .sub-menu,
.site-header .sub-menu .sub-menu {
  left: calc(100% + 10px);
  top: 0;
}

/* Mobile menu */
.neo-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--neo-line);
  border-radius: 15px;
  background: #ffffff;
  color: var(--neo-ink);
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.neo-menu-toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

@media (max-width: 920px) {
  body.admin-bar .neohosting-site-header {
    top: 46px;
  }

  .neo-header-inner {
    min-height: 82px;
  }

  .neo-menu-toggle {
    display: inline-flex;
  }

  .neo-primary-navigation {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 10px);
    display: none;
    padding: 14px;
    border: 1px solid var(--neo-line);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .16);
  }

  .neohosting-site-header.is-menu-open .neo-primary-navigation {
    display: block;
  }

  .neo-primary-menu,
  .site-header .menu,
  .elementor-nav-menu--main .elementor-nav-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    justify-content: stretch;
  }

  .neo-primary-menu a,
  .site-header .menu a,
  .elementor-nav-menu a {
    width: 100%;
    justify-content: flex-start;
  }

  .neo-primary-menu .sub-menu,
  .site-header .sub-menu,
  .elementor-nav-menu--main .elementor-nav-menu .sub-menu {
    position: static;
    min-width: 0;
    margin: 4px 0 8px 12px;
    padding: 6px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 14px;
    background: #f7fbff;
  }
}

@media (max-width: 782px) {
  body.admin-bar .neohosting-site-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  body.admin-bar .neohosting-site-header {
    top: 0;
  }
}

/* Footer menu: unified WordPress menu presentation */
.neohosting-site-footer {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, .16), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #0d1b2a 100%);
  color: #d8e6f4;
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 28px 0;
}

.neohosting-site-footer .neo-footer-inner {
  width: min(100%, var(--neo-max, 1200px));
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.neohosting-site-footer .neo-footer-copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  color: #d8e6f4;
  font-size: 14px;
  line-height: 1.5;
}

.neohosting-site-footer .neo-footer-menu {
  margin-left: auto;
  text-align: right;
}

.neohosting-site-footer .neo-footer-menu-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.neohosting-site-footer .neo-footer-menu-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #d8e6f4 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 760;
}

.neohosting-site-footer .neo-footer-menu-list a:hover,
.neohosting-site-footer .neo-footer-menu-list a:focus,
.neohosting-site-footer .neo-footer-menu-list .current-menu-item > a {
  color: #ffffff !important;
  background: rgba(255,255,255,.10);
}

@media (max-width: 760px) {
  .neohosting-site-footer .neo-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .neohosting-site-footer .neo-footer-menu {
    margin-left: 0;
    text-align: left;
    width: 100%;
  }

  .neohosting-site-footer .neo-footer-menu-list {
    justify-content: flex-start;
  }
}

/* Gravity Forms / Kontaktseite styling */
.gform_wrapper,
.gform-theme,
.gform-theme--framework,
body .gform_wrapper.gravity-theme {
  --gf-neo-border: var(--neo-line);
  --gf-neo-focus: var(--neo-blue);
  --gf-neo-bg: #ffffff;
  --gf-neo-soft: #f7fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body .gform_wrapper,
body .gform-theme--framework {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--neo-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.08), transparent 28%),
    #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .10);
}

body .gform_wrapper form,
body .gform-theme--framework form {
  margin: 0;
}

body .gform_wrapper.gravity-theme .gform_fields,
body .gform-theme--framework .gform_fields {
  grid-row-gap: 18px;
  grid-column-gap: 18px;
}

body .gform_wrapper .gfield_label,
body .gform-theme--framework .gfield_label,
body .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 8px;
  color: var(--neo-ink);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 850;
}

body .gform_wrapper .gfield_required,
body .gform-theme--framework .gfield_required {
  color: #dc2626;
}

body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper input[type="search"],
body .gform_wrapper textarea,
body .gform_wrapper select,
body .gform-theme--framework input[type="text"],
body .gform-theme--framework input[type="email"],
body .gform-theme--framework input[type="tel"],
body .gform-theme--framework input[type="url"],
body .gform-theme--framework input[type="number"],
body .gform-theme--framework input[type="password"],
body .gform-theme--framework textarea,
body .gform-theme--framework select {
  min-height: 54px;
  width: 100%;
  padding: 14px 16px !important;
  border: 1px solid var(--gf-neo-border) !important;
  border-radius: 16px !important;
  background: var(--gf-neo-bg) !important;
  color: var(--neo-ink) !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

body .gform_wrapper textarea,
body .gform-theme--framework textarea {
  min-height: 150px;
  resize: vertical;
}

/* Gravity Forms select menu */
body .gform_wrapper select,
body .gform-theme--framework select,
body .ginput_container_select select,
body .gfield_select {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--neo-muted) 50%),
    linear-gradient(135deg, var(--neo-muted) 50%, transparent 50%) !important;
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50% !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  padding-right: 44px !important;
  cursor: pointer;
}

body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus,
body .gform-theme--framework input:focus,
body .gform-theme--framework textarea:focus,
body .gform-theme--framework select:focus {
  outline: none !important;
  border-color: var(--gf-neo-focus) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .13) !important;
}

body .gform_wrapper .gfield_description,
body .gform-theme--framework .gfield_description,
body .gform_wrapper .gform_description {
  color: var(--neo-muted);
  font-size: 14px;
  line-height: 1.55;
}

body .gform_wrapper .gform_footer,
body .gform_wrapper .gform_page_footer,
body .gform-theme--framework .gform_footer,
body .gform-theme--framework .gform_page_footer {
  margin-top: 22px !important;
  padding-top: 4px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body .gform_wrapper input[type="submit"],
body .gform_wrapper button[type="submit"],
body .gform-theme--framework input[type="submit"],
body .gform-theme--framework button[type="submit"],
body .gform_button {
  min-height: 52px;
  padding: 14px 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--neo-blue), var(--neo-indigo)) !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 16px 40px rgba(37,99,235,.26) !important;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease !important;
}

body .gform_wrapper input[type="submit"]:hover,
body .gform_wrapper button[type="submit"]:hover,
body .gform-theme--framework input[type="submit"]:hover,
body .gform-theme--framework button[type="submit"]:hover,
body .gform_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(37,99,235,.32) !important;
}

body .gform_wrapper .gform_validation_errors,
body .gform-theme--framework .gform_validation_errors {
  border: 1px solid rgba(220,38,38,.22) !important;
  border-radius: 18px !important;
  background: #fff5f5 !important;
  color: #991b1b !important;
  box-shadow: none !important;
  margin-bottom: 20px !important;
  padding: 16px 18px !important;
}

body .gform_wrapper .gfield_error input,
body .gform_wrapper .gfield_error textarea,
body .gform_wrapper .gfield_error select,
body .gform-theme--framework .gfield_error input,
body .gform-theme--framework .gfield_error textarea,
body .gform-theme--framework .gfield_error select {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 4px rgba(239,68,68,.10) !important;
}

body .gform_wrapper .validation_message,
body .gform-theme--framework .validation_message {
  color: #b91c1c !important;
  font-weight: 750 !important;
  font-size: 13px !important;
  margin-top: 8px !important;
}

body .gform_confirmation_wrapper {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(16,185,129,.28);
  border-radius: 24px;
  background: #ecfdf5;
  color: #065f46;
  box-shadow: var(--neo-shadow);
}

body .gform_wrapper .gchoice,
body .gform-theme--framework .gchoice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

body .gform_wrapper input[type="checkbox"],
body .gform_wrapper input[type="radio"],
body .gform-theme--framework input[type="checkbox"],
body .gform-theme--framework input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--neo-blue);
}

body .gform_wrapper .gform_required_legend {
  color: var(--neo-muted);
  font-size: 13px;
}

/* Optional contact page polish for Elementor sections containing Gravity Forms */
body[class*="kontakt"] .elementor-widget-shortcode,
body[class*="contact"] .elementor-widget-shortcode,
body[class*="kontakt"] .elementor-widget-container:has(.gform_wrapper),
body[class*="contact"] .elementor-widget-container:has(.gform_wrapper) {
  width: 100%;
}


/* ==========================================================================
   NeoHosting V2.4: legacy shortcode compatibility
   ========================================================================== */
.neo-section-light,
.neo-section-dark {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: clamp(70px, 8vw, 112px) 0;
}
.neo-section-light {
  background: #ffffff;
  color: var(--neo-ink);
}
.neo-section-light:nth-of-type(even) {
  background: var(--neo-soft);
}
.neo-section-dark,
.neo-band-dark {
  color: #ffffff;
  background:
    radial-gradient(circle at 8% 8%, rgba(14,165,233,.24), transparent 28%),
    linear-gradient(135deg, var(--neo-dark), var(--neo-dark-2));
}
.neo-eyebrow,
.neo-section-light .neo-eyebrow,
.neo-section-dark .neo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.neo-section-light .neo-eyebrow {
  color: var(--neo-blue);
  background: rgba(37,99,235,.08);
  border: 1px solid rgba(37,99,235,.14);
}
.neo-section-dark .neo-eyebrow,
.neo-hero .neo-eyebrow {
  color: #dbeafe;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.15);
}
.neo-shortcode-hero {
  color: #ffffff;
  padding: clamp(88px, 9vw, 136px) 0 clamp(70px, 8vw, 112px);
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.22), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(79,70,229,.16), transparent 28%),
    linear-gradient(135deg, var(--neo-dark) 0%, var(--neo-dark-2) 100%);
}
.neo-shortcode-hero .neo-title {
  color: #ffffff;
  max-width: 980px;
}
.neo-shortcode-hero .neo-lead {
  color: rgba(255,255,255,.82);
}
.neo-products-grid {
  margin-top: 34px;
}
.neo-product-card h3,
.neo-content-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -.035em;
}
.neo-content-card {
  background: #ffffff;
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius-lg);
  padding: 26px;
  box-shadow: var(--neo-shadow);
}
.neo-content-card p {
  margin: 0;
  color: var(--neo-muted);
  line-height: 1.65;
}
.neo-section-dark .neo-content-card {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.13);
  color: #ffffff;
}
.neo-section-dark .neo-content-card p {
  color: rgba(255,255,255,.78);
}
.neo-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.neo-feature-strip div {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
}
.neo-feature-strip strong {
  display: block;
  font-size: 24px;
  letter-spacing: -.035em;
  margin-bottom: 8px;
}
.neo-feature-strip span {
  color: rgba(255,255,255,.78);
  line-height: 1.55;
}
.neo-domain-prices {
  margin-top: 30px;
  overflow-x: auto;
}
.neo-domain-price-table {
  width: 100%;
  min-width: 560px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--neo-line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--neo-shadow);
}
.neo-domain-price-table th,
.neo-domain-price-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--neo-line);
}
.neo-domain-price-table th {
  color: var(--neo-ink);
  background: #f7fbff;
  font-weight: 850;
}
.neo-domain-price-table tr:last-child td {
  border-bottom: 0;
}
.neo-domain-price-note {
  color: var(--neo-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 14px 0 0;
}
@media (max-width: 900px) {
  .neo-feature-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .neo-feature-strip { grid-template-columns: 1fr; }
}
