@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --home-navy-950: #07162b;
  --home-navy-900: #0a1d38;
  --home-blue-600: #1769e0;
  --home-blue-500: #2f80ed;
  --home-text: #091426;
  --home-text-secondary: #5f6b7a;
  --home-text-muted: #8490a1;
  --home-background: #ffffff;
  --home-background-soft: #f7f9fc;
  --home-background-blue: #f2f7ff;
  --home-border: #dce3ec;
  --home-border-light: #e9edf3;
  --home-footer: #071727;
  --home-footer-secondary: #0d2033;
  --home-shadow: 0 8px 30px rgba(9, 20, 38, 0.06);
}

.home-page {
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--home-text);
  background: var(--home-background);
}

.home-page .container {
  width: min(100% - 80px, 1580px);
}

.home-page a:focus-visible,
.home-page button:focus-visible {
  outline: 3px solid rgba(23, 105, 224, 0.3);
  outline-offset: 3px;
}

.home-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--home-navy-950);
  transform: translateY(-160%);
}

.home-skip-link:focus {
  transform: translateY(0);
}

.home-header.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--home-border-light);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.home-header .home-header__inner {
  min-height: 76px;
  padding: 10px 0;
  gap: 30px;
}

.home-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  color: var(--home-text);
}

.home-brand > img {
  width: 34px;
  height: 34px;
}

.home-brand strong {
  font-size: 1.42rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.home-page .home-nav {
  justify-content: center;
  gap: clamp(16px, 2vw, 30px);
  margin-left: auto;
}

.home-page .home-nav > a,
.home-page .home-nav > .nav-dropdown > a {
  color: var(--home-text);
  font-size: 1rem;
  font-weight: 600;
}

.home-page .home-nav > a:hover,
.home-page .home-nav > .nav-dropdown > a:hover {
  color: var(--home-blue-600);
}

.home-page .home-nav-menu {
  top: calc(100% + 12px);
  min-width: 310px;
  padding: 8px;
  border: 1px solid var(--home-border-light);
  border-radius: 12px;
  box-shadow: var(--home-shadow);
}

.home-page .home-nav-menu::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 14px;
}

.home-page .home-nav-menu > a {
  padding: 10px 12px;
  border-radius: 8px;
}

.home-page .home-nav-menu > a:hover {
  background: var(--home-background-blue);
}

.home-page .home-nav-menu--compact {
  min-width: 190px;
}

.home-page .home-header-actions {
  gap: 10px;
}

.home-mobile-menu {
  display: none;
}

.home-page .account-access-button,
.home-header-meeting,
.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font: 600 1rem/1 "Manrope", Arial, sans-serif;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.home-page .account-access-button {
  border: 1px solid var(--home-border);
  color: var(--home-text);
  background: #fff;
}

.home-page .account-signup-button {
  display: none !important;
}

.home-page .header-cta--account > a.home-header-meeting {
  display: inline-flex;
}

.home-header-meeting,
.home-button--primary {
  border: 1px solid var(--home-navy-950);
  color: #fff;
  background: var(--home-navy-950);
  box-shadow: 0 8px 18px rgba(7, 22, 43, 0.12);
}

.home-page .account-access-button:hover,
.home-button--secondary:hover,
.home-button--outline:hover {
  border-color: var(--home-blue-600);
  color: var(--home-blue-600);
  background: var(--home-background-blue);
}

.home-header-meeting:hover,
.home-button--primary:hover {
  color: #fff;
  background: var(--home-blue-600);
  border-color: var(--home-blue-600);
  transform: translateY(-1px);
}

.home-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--home-border-light);
  background:
    radial-gradient(circle at 77% 42%, rgba(47, 128, 237, 0.065), transparent 34%),
    #fff;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(22px, 3vw, 52px);
  height: 540px;
  min-height: 0;
  padding: 38px 0 34px;
}

.home-hero__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  width: 100%;
  padding-left: 4px;
}

.home-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--home-blue-600);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-eyebrow span {
  width: 28px;
  height: 1px;
  background: var(--home-blue-500);
}

.home-hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--home-text);
  font-size: clamp(3.35rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.045;
  letter-spacing: -0.05em;
}

.home-hero h1 span {
  display: block;
  color: var(--home-blue-600);
}

.home-hero__lead {
  max-width: 680px;
  margin: 20px 0 24px;
  color: var(--home-text-secondary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
}

.home-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.home-hero__actions .home-button {
  min-height: 50px;
  padding: 0 22px;
}

.home-button--secondary,
.home-button--outline {
  border: 1px solid var(--home-border);
  color: var(--home-text);
  background: #fff;
  box-shadow: none;
}

.home-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.home-hero__proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--home-text-secondary);
  font-size: 0.95rem;
  font-weight: 600;
}

.home-hero__proof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.home-hero__proof svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--home-blue-600);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.home-hero__visual {
  position: relative;
  min-width: 0;
}

.home-hero__visual > img {
  width: 108%;
  max-height: 470px;
  max-width: none;
  margin-left: -4%;
  object-fit: contain;
  filter: saturate(0.96) contrast(1.015);
}

.home-hero__mark {
  position: absolute;
  top: 28%;
  left: 50%;
  display: grid;
  place-items: center;
  width: clamp(44px, 3.6vw, 64px);
  height: clamp(44px, 3.6vw, 64px);
  transform: translate(
    calc(-50% + clamp(4px, 0.4vw, 7px)),
    calc(-50% + clamp(2px, 0.25vw, 4px))
  );
}

.home-hero__mark img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleY(0.58) rotate(45deg);
  transform-origin: center;
}

.home-enterprise-strip {
  border-bottom: 1px solid var(--home-border);
  background: linear-gradient(90deg, var(--home-background-blue), #fff 52%, var(--home-background-soft));
}

.home-enterprise-strip__inner {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 88px;
  padding: 14px 0;
}

.home-enterprise-strip__mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 9px;
  background: linear-gradient(145deg, var(--home-navy-950), #12396c);
  box-shadow: 0 10px 24px rgba(7, 22, 43, 0.16);
}

.home-enterprise-strip__mark img {
  width: 25px;
  height: 25px;
}

.home-enterprise-strip p {
  display: grid;
  gap: 5px;
  margin: 0;
  color: var(--home-text-secondary);
  font-size: 0.95rem;
  line-height: 1.5;
}

.home-enterprise-strip p strong {
  color: var(--home-text);
  font-size: 1rem;
}

.home-button--outline {
  min-height: 42px;
  padding: 0 17px;
}

.home-paths {
  padding: 48px 0 52px;
  background: #fff;
}

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

.home-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  min-height: 190px;
  padding: 30px;
  border: 1px solid #e2e7ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--home-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-card:hover {
  border-color: #c9d9ef;
  box-shadow: 0 16px 38px rgba(9, 20, 38, 0.09);
  transform: translateY(-3px);
}

.home-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--home-background-blue);
}

.home-card__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: var(--home-blue-600);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.home-card__label {
  margin: 2px 0 8px;
  color: var(--home-blue-600);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-card h3 {
  margin: 0 0 18px;
  color: var(--home-text);
  font-size: clamp(1.25rem, 1.45vw, 1.55rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.home-card a {
  display: inline-flex;
  gap: 8px;
  color: var(--home-text-secondary);
  font-size: 1rem;
  font-weight: 700;
}

.home-card a:hover {
  color: var(--home-blue-600);
}

.home-platforms {
  padding: 30px 0 34px;
  color: #fff;
  background: var(--home-navy-950);
}

.home-platforms p {
  margin: 0 0 23px;
  color: #aebcd0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.home-platforms ul {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-platforms li {
  color: #eef4fc;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}

.home-footer {
  color: #b7c3d2;
  background: linear-gradient(135deg, var(--home-footer), var(--home-footer-secondary));
}

.home-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 42px;
  padding: 46px 0 38px;
}

.home-brand--footer {
  color: #fff;
}

.home-footer__brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.home-footer__brand-mark img {
  width: 25px;
  height: 25px;
}

.home-footer__brand-column > p {
  max-width: 230px;
  margin: 17px 0 21px;
  color: #9eacbd;
  font-size: 1rem;
  line-height: 1.7;
}

.home-footer__social {
  display: flex;
  gap: 9px;
}

.home-footer__social a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
}

.home-footer h2 {
  margin: 5px 0 19px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-footer__grid > div:not(.home-footer__brand-column) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.home-footer__grid > div > a {
  color: #aebacc;
  font-size: 1rem;
}

.home-footer__grid > div > a:hover,
.home-footer__bottom a:hover {
  color: #fff;
}

.home-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 0 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #8795a7;
  font-size: 0.875rem;
}

.home-footer__bottom > div {
  display: flex;
  gap: 24px;
}

.home-page .chat-floating {
  right: 22px;
  bottom: 22px;
}

.home-page #chat-toggle,
.home-page .chat-panel header,
.home-page #chat-send {
  background: var(--home-navy-950);
}

.home-page #chat-toggle {
  min-width: 0;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(7, 22, 43, 0.2);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.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: 1100px) {
  .home-header .home-header__inner {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .home-page .home-header-actions {
    width: auto;
  }

  .home-page .home-nav {
    order: 3;
    width: 100%;
    padding: 6px 0 4px;
  }

  .home-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    height: 520px;
    min-height: 0;
  }

  .home-hero h1 {
    font-size: clamp(2.7rem, 5vw, 3.35rem);
  }

  .home-paths__grid {
    gap: 14px;
  }

  .home-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .home-footer__grid {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .home-page .container {
    width: min(100% - 34px, 1280px);
  }

  .home-header .home-header__inner {
    position: relative;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }

  .home-page .home-nav {
    display: none;
  }

  .home-page .home-header-actions {
    width: auto;
    margin-left: auto;
    margin-right: 74px;
  }

  .home-page .home-header-meeting {
    display: none !important;
  }

  .home-mobile-menu {
    position: absolute;
    right: 0;
    display: block;
  }

  .home-mobile-menu summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--home-border);
    border-radius: 8px;
    color: var(--home-text);
    background: #fff;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 700;
    list-style: none;
  }

  .home-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .home-mobile-menu summary::after {
    content: "▾";
    margin-left: 7px;
    color: var(--home-blue-600);
  }

  .home-mobile-menu[open] summary::after {
    content: "▴";
  }

  .home-mobile-menu nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 90;
    display: grid;
    width: min(290px, calc(100vw - 34px));
    padding: 8px;
    border: 1px solid var(--home-border-light);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(9, 20, 38, 0.14);
  }

  .home-mobile-menu nav a {
    padding: 11px 12px;
    border-radius: 7px;
    color: var(--home-text);
    font-size: 1rem;
    font-weight: 600;
  }

  .home-mobile-menu nav a:hover {
    color: var(--home-blue-600);
    background: var(--home-background-blue);
  }

  .home-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    min-height: 0;
    gap: 10px;
    padding: 58px 0 24px;
  }

  .home-hero__copy {
    max-width: 100%;
    text-align: center;
  }

  .home-eyebrow,
  .home-hero__actions,
  .home-hero__proof {
    justify-content: center;
  }

  .home-hero__lead {
    margin-right: auto;
    margin-left: auto;
  }

  .home-hero__visual {
    width: min(100%, 650px);
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  .home-enterprise-strip__inner {
    grid-template-columns: 48px 1fr;
  }

  .home-enterprise-strip .home-button {
    grid-column: 1 / -1;
    justify-self: start;
    margin-bottom: 10px;
  }

  .home-paths__grid {
    grid-template-columns: 1fr;
  }

  .home-card {
    grid-template-columns: 64px 1fr;
    min-height: 0;
  }

  .home-platforms ul {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 24px;
  }
}

@media (max-width: 560px) {
  .home-header .home-header__inner {
    min-height: 68px;
    gap: 12px;
  }

  .home-brand > img {
    width: 30px;
    height: 30px;
  }

  .home-brand strong {
    font-size: 1.08rem;
  }

  .home-page .home-header-actions {
    margin-left: auto;
    margin-right: 66px;
  }

  .home-page .account-access-button,
  .home-header-meeting {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .home-page .account-access-button {
    min-height: 40px;
  }

  .home-hero__grid {
    padding-top: 46px;
  }

  .home-eyebrow {
    font-size: 0.75rem;
  }

  .home-hero h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 10vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
  }

  .home-hero__lead {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.7;
  }

  .home-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-hero__proof {
    gap: 14px;
    font-size: 0.82rem;
  }

  .home-hero__visual > img {
    width: 128%;
    margin-left: -14%;
  }

  .home-page #chat-toggle {
    min-height: 52px;
    padding: 0 18px;
    font-size: 0.9rem;
  }

  .home-card {
    grid-template-columns: 1fr;
  }

  .home-platforms ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }

  .home-footer__brand-column {
    grid-column: 1 / -1;
  }

  .home-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-footer__bottom > div {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
