body {
  background: #030712;
  min-height: 100vh;
}

.wp-site-blocks {
  min-height: 100vh;
}

.sd-container {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 24px;
}

.sd-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(circle at 28% 0%, rgba(35, 200, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 58% 0%, rgba(56, 242, 123, 0.10), transparent 18rem),
    linear-gradient(90deg, rgba(3, 7, 18, 0.96), rgba(6, 21, 35, 0.94) 44%, rgba(3, 7, 18, 0.96));
  backdrop-filter: blur(18px);
}

.sd-header-row,
.sd-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sd-brand {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.sd-brand-logo img {
  display: block;
  width: min(260px, 58vw);
  height: auto;
  max-height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.34));
}

.sd-footer-brand img {
  flex: 0 0 auto;
  display: block;
  width: 185px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.32));
}

.sd-nav,
.sd-legal-nav,
.sd-footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
  font-weight: 700;
}

.sd-nav a,
.sd-legal-nav a,
.sd-footer-links a {
  color: #cbd5e1;
  text-decoration: none;
}

.sd-legal-nav,
.sd-footer-links {
  margin: 0;
}

.sd-hero {
  padding-block: 86px 68px;
}

.sd-language-switcher {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 24px;
}

.sd-language-switcher button {
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #cbd5e1;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0 12px;
}

.sd-language-switcher button.is-active {
  border-color: transparent;
  background: #ffffff;
  color: #030712;
}

.sd-kicker {
  color: #38f27b;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sd-hero h1 {
  max-width: 900px;
  margin: 14px 0 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.sd-lede {
  max-width: 720px;
  color: #cbd5e1;
  font-size: 1.16rem;
  line-height: 1.8;
}

.sd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.sd-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 900;
  text-decoration: none;
}

.sd-button-primary {
  background: linear-gradient(90deg, #23c8ff, #38f27b);
  color: #030712;
}

.sd-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.sd-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 24px;
}

.sd-workflow-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.sd-lead-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  margin-top: 22px;
}

.sd-lead-form label {
  display: grid;
  gap: 7px;
  color: #cbd5e1;
  font-size: 0.88rem;
  font-weight: 800;
}

.sd-lead-form input[type="text"],
.sd-lead-form input[type="email"] {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(3, 7, 18, 0.76);
  color: #ffffff;
  font: inherit;
  padding: 0 14px;
}

.sd-lead-form input[type="text"]:focus,
.sd-lead-form input[type="email"]:focus {
  border-color: #23c8ff;
  box-shadow: 0 0 0 3px rgba(35, 200, 255, 0.18);
  outline: none;
}

.sd-lead-preferences {
  display: grid;
  grid-column: 1 / -1;
  gap: 12px;
  margin: 0;
  border: 0;
  padding: 0;
}

.sd-lead-preferences legend {
  color: #ffffff;
  font-weight: 900;
}

.sd-lead-preferences p {
  margin: 0;
  color: #cbd5e1;
}

.sd-interest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sd-check-option,
.sd-newsletter-consent {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(3, 7, 18, 0.42);
  color: #ffffff;
  font-weight: 800;
  padding: 10px 12px;
}

.sd-check-option input,
.sd-newsletter-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: #38f27b;
}

.sd-newsletter-consent {
  color: #cbd5e1;
}

.sd-lead-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.sd-form-message {
  grid-column: 1 / -1;
  min-height: 1.5em;
  margin: 0;
  color: #cbd5e1;
  font-weight: 700;
}

.sd-form-message[data-state="success"] {
  color: #38f27b;
}

.sd-form-message[data-state="error"] {
  color: #fca5a5;
}

.sd-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sd-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 22px;
}

.sd-card h2,
.sd-card h3 {
  color: #ffffff;
  margin-top: 0;
}

.sd-card p,
.sd-footer {
  color: #cbd5e1;
}

.sd-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.sd-footer {
  margin-top: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(circle at 22% 0%, rgba(35, 200, 255, 0.12), transparent 20rem),
    radial-gradient(circle at 52% 0%, rgba(56, 242, 123, 0.08), transparent 16rem),
    linear-gradient(90deg, rgba(3, 7, 18, 0.98), rgba(6, 21, 35, 0.94) 44%, rgba(3, 7, 18, 0.98));
  padding-block: 28px;
}

.wp-block-post-title,
.wp-block-query-title {
  color: #ffffff;
}

.wp-block-post-excerpt,
.wp-block-post-date {
  color: #cbd5e1;
}

.sd-blog-tools {
  margin: 34px 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 18px;
}

.sd-blog-search {
  display: grid;
  gap: 10px;
}

.sd-blog-search label {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 900;
}

.sd-blog-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
}

.sd-blog-search input {
  min-height: 46px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(3, 7, 18, 0.76);
  color: #ffffff;
  font: inherit;
  padding: 0 14px;
}

.sd-blog-search input:focus {
  border-color: #23c8ff;
  box-shadow: 0 0 0 3px rgba(35, 200, 255, 0.18);
  outline: none;
}

.sd-blog-search button,
.sd-blog-search-clear {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
}

.sd-blog-search button {
  background: linear-gradient(90deg, #23c8ff, #38f27b);
  color: #030712;
  cursor: pointer;
  padding: 0 18px;
}

.sd-blog-search-clear {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  padding: 0 16px;
}

.sd-empty-state {
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #cbd5e1;
  padding: 18px;
}

.sd-error-page {
  min-height: 62vh;
  padding-block: 72px 24px;
}

.sd-error-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 36px;
  align-items: center;
}

.sd-error-copy h1 {
  max-width: 780px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: 1.04;
}

.sd-error-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: #cbd5e1;
  padding: 24px;
}

.sd-error-code {
  color: #23c8ff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.sd-error-panel p {
  margin: 16px 0 0;
}

@media (max-width: 780px) {
  .sd-header-row,
  .sd-footer-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .sd-hero {
    padding-block: 58px 42px;
  }

  .sd-language-switcher {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .sd-brand-logo img {
    width: min(220px, 72vw);
  }

  .sd-grid {
    grid-template-columns: 1fr;
  }

  .sd-lead-form {
    grid-template-columns: 1fr;
  }

  .sd-interest-grid {
    grid-template-columns: 1fr;
  }

  .sd-workflow-panel {
    grid-template-columns: 1fr;
  }

  .sd-blog-search-row {
    grid-template-columns: 1fr;
  }

  .sd-error-page {
    padding-block: 48px 16px;
  }

  .sd-error-layout {
    grid-template-columns: 1fr;
  }
}
