@font-face {
  font-family: "CircularStd";
  src: url("/circular-std-medium-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

[data-static-header] {
  display: block;
  min-height: 79px;
}

.marketing-shell-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(110, 140, 180, 0.14);
  font-family: "CircularStd", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.marketing-shell-header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.marketing-shell-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.02rem;
  font-weight: 700;
  color: #081a32;
}

.marketing-shell-brand-mark {
  width: 44px;
  height: 44px;
}

.marketing-shell-desktop-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.marketing-shell-desktop-nav > a,
.marketing-shell-details-menu summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: #5c6e86;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.marketing-shell-desktop-nav > a:hover,
.marketing-shell-details-menu summary:hover {
  color: #081a32;
  background: rgba(15, 111, 255, 0.08);
}

.marketing-shell-details-menu {
  position: relative;
}

.marketing-shell-details-menu[open]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
}

.marketing-shell-details-menu summary {
  list-style: none;
}

.marketing-shell-summary-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 160ms ease;
}

.marketing-shell-details-menu[open] .marketing-shell-summary-icon {
  transform: rotate(180deg);
}

.marketing-shell-details-menu summary::-webkit-details-marker,
.marketing-shell-mobile-menu > summary::-webkit-details-marker,
.marketing-shell-mobile-group summary::-webkit-details-marker {
  display: none;
}

.marketing-shell-details-menu[open] .marketing-shell-details-panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.marketing-shell-details-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 236px;
  display: grid;
  gap: 6px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(102, 134, 172, 0.18);
  background: #fff;
  box-shadow: 0 20px 44px rgba(24, 54, 92, 0.1);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.marketing-shell-details-menu-features .marketing-shell-details-panel-features {
  left: 50%;
  min-width: 640px;
  width: min(680px, calc(100vw - 48px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
  transform: translate(-50%, 8px);
}

.marketing-shell-details-menu-features[open] .marketing-shell-details-panel-features {
  transform: translate(-50%, 0);
}

.marketing-shell-details-menu-resources .marketing-shell-details-panel-resources {
  left: 50%;
  right: auto;
  min-width: 360px;
  width: min(420px, calc(100vw - 48px));
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  padding: 16px;
  transform: translate(-50%, 8px);
}

.marketing-shell-details-menu-resources[open] .marketing-shell-details-panel-resources {
  transform: translate(-50%, 0);
}

.marketing-shell-details-panel a,
.marketing-shell-mobile-panel a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  color: #5c6e86;
}

.marketing-shell-menu-item-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: currentColor;
}

.marketing-shell-details-panel a:hover,
.marketing-shell-mobile-panel a:hover {
  background: rgba(15, 111, 255, 0.08);
  color: #081a32;
}

.marketing-shell-feature-link {
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
}

.marketing-shell-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 14px;
  background: rgba(15, 111, 255, 0.08);
  color: #0f6fff;
}

.marketing-shell-feature-icon .marketing-shell-menu-item-icon {
  width: 20px;
  height: 20px;
}

.marketing-shell-feature-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.marketing-shell-feature-title {
  color: #081a32;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.25;
}

.marketing-shell-feature-description {
  color: #5c6e86;
  font-size: 0.89rem;
  line-height: 1.5;
}

.marketing-shell-feature-link:hover .marketing-shell-feature-icon {
  background: rgba(15, 111, 255, 0.12);
}

.marketing-shell-resource-link {
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
  border: 0;
}

.marketing-shell-resource-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 14px;
  background: rgba(15, 111, 255, 0.08);
  color: #0f6fff;
}

.marketing-shell-resource-icon .marketing-shell-menu-item-icon {
  width: 20px;
  height: 20px;
}

.marketing-shell-resource-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.marketing-shell-resource-title {
  color: #081a32;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.25;
}

.marketing-shell-resource-description {
  color: #5c6e86;
  font-size: 0.89rem;
  line-height: 1.5;
}

.marketing-shell-resource-link:hover .marketing-shell-resource-icon {
  background: rgba(15, 111, 255, 0.12);
}

.marketing-shell-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.marketing-shell-primary-button,
.marketing-shell-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.marketing-shell-primary-button {
  border: none;
  color: #fff;
  background: linear-gradient(135deg, #0f6fff 0%, #3e98ff 100%);
  box-shadow: 0 16px 34px rgba(15, 111, 255, 0.26);
  cursor: pointer;
}

.marketing-shell-primary-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(15, 111, 255, 0.3);
}

.marketing-shell-secondary-button {
  color: #081a32;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(102, 134, 172, 0.18);
}

.marketing-shell-secondary-button:hover {
  background: rgba(255, 255, 255, 0.92);
}

.marketing-shell-mobile-menu {
  display: none;
  margin-left: auto;
  position: relative;
}

.marketing-shell-mobile-menu > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(102, 134, 172, 0.18);
  background: rgba(255, 255, 255, 0.82);
  color: #081a32;
  cursor: pointer;
}

.marketing-shell-hamburger {
  display: inline-grid;
  gap: 4px;
}

.marketing-shell-hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.marketing-shell-mobile-menu[open] .marketing-shell-hamburger span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.marketing-shell-mobile-menu[open] .marketing-shell-hamburger span:nth-child(2) {
  opacity: 0;
}

.marketing-shell-mobile-menu[open] .marketing-shell-hamburger span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.marketing-shell-mobile-menu[open] .marketing-shell-mobile-panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.marketing-shell-mobile-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: min(320px, calc(100vw - 32px));
  display: grid;
  gap: 0;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid var(--border, rgba(102, 134, 172, 0.18));
  background: #fff;
  box-shadow: 0 20px 44px rgba(24, 54, 92, 0.1);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.marketing-shell-mobile-group {
  display: grid;
  gap: 0;
}

.marketing-shell-mobile-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  color: #5c6e86;
  font-weight: 500;
  list-style: none;
}

.marketing-shell-mobile-group summary:hover {
  background: rgba(15, 111, 255, 0.08);
}

.marketing-shell-mobile-group[open] .marketing-shell-summary-icon {
  transform: rotate(180deg);
}

.marketing-shell-mobile-group-panel {
  display: grid;
  gap: 4px;
  padding: 4px 0 0;
}

.marketing-shell-mobile-group-panel a {
  margin-left: 10px;
}

.marketing-shell-mobile-feature-panel {
  gap: 8px;
  padding-top: 8px;
}

.marketing-shell-mobile-feature-panel .marketing-shell-feature-link {
  margin-left: 0;
  padding: 12px;
}

.marketing-shell-mobile-resource-panel {
  gap: 8px;
  padding-top: 8px;
}

.marketing-shell-mobile-resource-panel .marketing-shell-resource-link {
  margin-left: 0;
}

.marketing-shell-resource-link-mobile {
  padding: 12px;
}

.marketing-shell-feature-link-mobile {
  border: 1px solid rgba(102, 134, 172, 0.12);
}

.marketing-shell-mobile-divider {
  height: 1px;
  margin: 4px 2px;
  background: rgba(102, 134, 172, 0.18);
}

.marketing-shell-mobile-auth {
  display: grid;
  gap: 6px;
}

.marketing-shell-mobile-primary-link {
  background: rgba(15, 111, 255, 0.08);
  color: #0f6fff;
  font-weight: 700;
}

.marketing-shell-footer {
  color: #e9f7fe;
  background:
    radial-gradient(circle at top left, rgba(30, 136, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #06142a 0%, #081a32 58%, #0a1f3f 100%);
  font-family: "CircularStd", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 0;
}

.marketing-shell-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.marketing-shell-footer-card {
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.marketing-shell-footer-top {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.45fr);
  gap: 40px;
  padding: 48px 40px 32px;
}

.marketing-shell-footer-brand-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.marketing-shell-footer-brand-row img {
  width: 76px;
  height: 76px;
}

.marketing-shell-footer-brand-row span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.05;
}

.marketing-shell-footer-brand p {
  margin: 16px 0 0;
  max-width: 320px;
  color: #a8b7cb;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.65;
}

.marketing-shell-social-row {
  display: flex;
  gap: 10px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.marketing-shell-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #d7e3f7;
  border: 1px solid rgba(153, 184, 224, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.marketing-shell-social-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.marketing-shell-social-icon-wrap,
.marketing-shell-social-icon-svg {
  width: 24px;
  height: 24px;
}

.marketing-shell-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.marketing-shell-footer-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 1.18rem;
}

.marketing-shell-footer-accent {
  width: 28px;
  height: 4px;
  margin: 10px 0 17px;
  border-radius: 999px;
  background: #1e88ff;
}

.marketing-shell-footer-links,
.marketing-shell-footer-mobile-panel {
  display: grid;
  gap: 11px;
}

.marketing-shell-footer-links a,
.marketing-shell-footer-mobile-panel a {
  color: #bdc9d9;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.5;
}

.marketing-shell-footer-links a:hover,
.marketing-shell-footer-mobile-panel a:hover,
.marketing-shell-footer-meta-links a:hover {
  color: #fff;
}

.marketing-shell-footer-mobile-sections {
  display: none;
}

.marketing-shell-footer-mobile-group {
  border-top: 1px solid rgba(153, 184, 224, 0.14);
}

.marketing-shell-footer-mobile-group:last-of-type {
  border-bottom: 1px solid rgba(153, 184, 224, 0.14);
}

.marketing-shell-footer-mobile-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.marketing-shell-footer-mobile-group summary::-webkit-details-marker {
  display: none;
}

.marketing-shell-footer-mobile-group .marketing-shell-summary-icon {
  color: #d7e3f7;
}

.marketing-shell-footer-mobile-group[open] .marketing-shell-summary-icon {
  transform: rotate(180deg);
}

.marketing-shell-footer-mobile-panel {
  padding: 0 0 18px;
}

.marketing-shell-footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  border-top: 1px solid rgba(180, 192, 215, 0.18);
  padding: 24px 40px 30px;
}

.marketing-shell-footer-bottom p {
  margin: 0;
  color: #b8c5d8;
  font-size: 0.92rem;
}

.marketing-shell-footer-meta-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(215, 227, 247, 0.5);
}

.marketing-shell-footer-meta-links a {
  color: #c0cbda;
  font-size: 0.96rem;
  font-weight: 500;
}

.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;
}

@media (max-width: 1024px) {
  .marketing-shell-footer-top {
    grid-template-columns: 1fr;
  }

  .marketing-shell-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .marketing-shell-footer-bottom {
    grid-template-columns: 1fr;
  }

  .marketing-shell-footer-meta-links {
    justify-content: flex-start;
  }
}

@media (max-width: 840px) {
  .marketing-shell-desktop-nav,
  .marketing-shell-header-actions {
    display: none;
  }

  .marketing-shell-mobile-menu {
    display: block;
  }
}

@media (max-width: 1100px) {
  .marketing-shell-details-menu-features .marketing-shell-details-panel-features {
    left: auto;
    right: -140px;
    width: min(640px, calc(100vw - 48px));
    min-width: 0;
    transform: translateY(8px);
  }

  .marketing-shell-details-menu-features[open] .marketing-shell-details-panel-features {
    transform: translateY(0);
  }

  .marketing-shell-details-menu-resources .marketing-shell-details-panel-resources {
    left: auto;
    right: -40px;
    width: min(400px, calc(100vw - 48px));
    transform: translateY(8px);
  }

  .marketing-shell-details-menu-resources[open] .marketing-shell-details-panel-resources {
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .marketing-shell-details-menu-features .marketing-shell-details-panel-features {
    right: -220px;
    width: min(600px, calc(100vw - 48px));
  }

  .marketing-shell-details-menu-resources .marketing-shell-details-panel-resources {
    right: -90px;
    width: min(380px, calc(100vw - 48px));
  }
}

@media (max-width: 640px) {
  [data-static-header] {
    min-height: 73px;
  }

  .marketing-shell-header-inner {
    min-height: 72px;
  }

  .marketing-shell-brand-mark {
    width: 42px;
    height: 42px;
  }

  .marketing-shell-container {
    width: min(100% - 20px, 1180px);
  }

  .marketing-shell-footer {
    padding: 0;
  }

  .marketing-shell-footer-card {
    border-radius: 0;
  }

  .marketing-shell-footer-top {
    gap: 24px;
    padding: 28px 24px 20px;
  }

  .marketing-shell-footer-brand-row img {
    width: 64px;
    height: 64px;
  }

  .marketing-shell-footer-brand-row span {
    font-size: 1.7rem;
  }

  .marketing-shell-footer-grid {
    display: none;
  }

  .marketing-shell-footer-mobile-sections {
    display: block;
  }

  .marketing-shell-footer-bottom {
    padding: 22px 24px 24px;
    text-align: center;
  }

  .marketing-shell-footer-bottom p {
    text-align: center;
  }

  .marketing-shell-footer-meta-links {
    justify-content: center;
  }

  .marketing-shell-mobile-resource-panel {
    gap: 14px;
  }

  .marketing-shell-resource-link {
    gap: 12px;
  }

  .marketing-shell-resource-icon {
    width: 40px;
    height: 40px;
  }
}
