/* ---------- Global layout ---------- */

body,
.md-main {
  background: #0f1422;
}

.md-main {
  padding: 0;
}

/* ONLY apply full-width layout on homepage */
body:has(.landing-page) .md-main__inner,
body:has(.landing-page) .md-content,
body:has(.landing-page) .md-content__inner {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(.landing-page) .md-main__inner {
  display: block !important;
}

/* Hide sidebars ONLY on homepage */
body:has(.landing-page) .md-sidebar--primary,
body:has(.landing-page) .md-sidebar--secondary {
  display: none !important;
}

/* Keep header and tabs constrained */
.md-header .md-grid,
.md-tabs .md-grid {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ---------- Header ---------- */

.md-header {
  background-color: #0b0f1a;
}

.md-tabs {
  background-color: #0b0f1a;
}

.md-header__title {
  display: none;
}



.md-search {
  margin-left: auto;
}

.md-header__inner {
  padding-top: 6px;
  padding-bottom: 6px;
}

.md-header__button.md-logo {
  margin-right: 1rem;
}

.md-header__button.md-logo img {
  height: 40px !important;
  width: auto;
  max-height: 40px;
}

.md-content__inner h1:first-child {
  margin-top: 0.2rem;
}

/* Cards - Centered */
.md-typeset .grid.cards img {
  display: block;
  margin: 0 auto 0.1rem auto;
}

.md-typeset .grid.cards h2 {
  margin-top: 0;
}

/* Card - Hover Effect */
.grid.cards > ul > li:hover {
  transform: translateY(-3px);
  transition: transform .15s ease;
}

/* Cards - Background and Border */
.grid.cards > ul > li {
  background-color: #f3f4f6;
  border-radius: 12px;
}

/* Add space around the md --- lines */
.md-typeset hr {
  margin: 4rem 0;
  border: none;
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* Alternate Sections Justification */
.section-right {
  max-width: 700px;
  margin-left: auto;
}

.md-typeset h2 + p,
.md-typeset ul {
  max-width: 700px;
}

/* Split section (image + text) */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.split-image img {
  width: 100%;
}

.split-text {
  max-width: 650px;
}

/* Hide Permalinks but keep the anchor functionality for headings */
.md-headerlink {
  display: none !important;
}

.md-typeset a.headerlink {
  display: none !important;
}

/* Concept card styling */
.concept-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0 3rem 0;
}

.concept-card {
  min-height: 220px;
  padding: 1.5rem 1.4rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(18,24,40,0.95), rgba(12,18,32,0.95));
  border: 1px solid rgba(92, 130, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
  transition: all 0.2s ease;
}

.concept-card:hover {
  transform: translateY(-4px);
  border-color: rgba(118, 153, 255, 0.5);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.concept-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: rgba(88, 166, 255, 0.12);
  border: 1px solid rgba(88, 166, 255, 0.2);
  color: #9fd3ff;
  font-size: 1.2rem;
}

.concept-card h3 {
  margin: 0 0 0.65rem 0;
  color: #eef1f7;
  font-size: 1.6rem;
  line-height: 1.15;
}

.concept-card p {
  margin: 0;
  color: #9aa3b7;
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 28ch;
}

.concept-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  margin-bottom: 18px;

  background: radial-gradient(
    circle at 30% 30%,
    rgba(45, 212, 191, 0.22),
    rgba(34, 193, 241, 0.06)
  );

  border: 1px solid rgba(45, 212, 191, 0.28);

  display: flex;
  align-items: center;
  justify-content: center;
}

.concept-card-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 2;
}

.concept-card-icon-img {
  width: 88px;
  height: 88px;
  display: block;
}

.concept-card h3 {
  margin-top: 0;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  margin: 2rem 0 3rem 0;
}

.concept-detail {
  padding: 1.6rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(18,24,40,0.94), rgba(12,18,32,0.94));
  border: 1px solid rgba(92, 130, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.concept-detail h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #eef1f7;
  font-size: 1.25rem;
}

.concept-detail p {
  color: #9aa3b7;
  margin-bottom: 0.9rem;
}

.concept-detail ul {
  margin: 0.4rem 0 0 1.1rem;
}

.concept-detail li {
  margin-bottom: 0.35rem;
  color: #a7b0c3;
}

@media (max-width: 1100px) {
  .concept-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }

  .two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .concept-grid {
    grid-template-columns: 1fr;
  }
}

/* Why Matters Callout Styling */

.why-matters {
  margin: 2rem 0 2.5rem 0;
  padding: 1.4rem 1.5rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(22,28,46,0.95), rgba(14,19,33,0.95));
  border: 1px solid rgba(119, 98, 255, 0.18);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.why-matters h3 {
  margin-top: 0;
  color: #eef1f7;
}

.why-matters ul {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
}

.why-matters li {
  margin-bottom: 0.4rem;
}

/* Contact card styling */
.contact-card {
  max-width: 720px;
  margin-top: 1.5rem;
  padding: 1.5rem 1.75rem;
  background: #f6f8fb;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.contact-card h3 {
  margin-top: 0;
}

.contact-card a {
  color: #2f7bdc;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(47,123,220,.35);
  transition: all .15s ease;
}

.contact-card a:hover {
  color: #1b5fb8;
  border-bottom-color: #1b5fb8;
}

/* Pricing grid and card styling for the Pricing page */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  max-width: 1400px;
  margin: 3rem auto;
  align-items: stretch;
}

@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr !important;
  }
}

.pricing-card {
  padding: 2rem;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: white;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  position: relative;
}

.pricing-card ul {
  flex-grow: 1;
}

.pricing-featured {
  border: 2px solid #2f7bdc;
  box-shadow: 0 12px 30px rgba(47,123,220,.20);
}

.pricing-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-block;
  background: #2f7bdc;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  line-height: 1;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: .6rem 0 1rem 0;
}

.pricing-button {
  display: block;
  margin: 1.5rem auto 0 auto;
  padding: .6rem 1.2rem;
  border-radius: 6px;
  background: #2f7bdc;
  color: white !important;
  text-decoration: none;
  font-weight: 600;
  width: fit-content;
}

.pricing-button:hover {
  background: #1b5fb8;
}

/* Fades mostly on the left/right edges */
.soft-image {
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
}

.soft-image2 {
  width: 100%;
  mask-image: radial-gradient(ellipse at center, black 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 60%, transparent 100%);
}

/* Styling for page footer */
.site-footer {
  margin-top: 80px;
  padding: 40px 0;
  border-top: 1px solid rgba(0,0,0,.08);
  font-size: 14px;
  color: #666;
}

.footer-inner {
  max-width: 1500px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.site-footer a {
  color: #2f7bdc;
  text-decoration: none;
  font-weight: 500;
  transition: color .15s ease;
}

.site-footer a:hover {
  color: #1b5fb8;
  text-decoration: underline;
}

/* Contact Button in Header */
.header-contact-btn {
  margin-left: auto;
  margin-right: 1rem;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid #7c8cff;
  color: #e6e8ec;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.header-contact-btn:hover {
  background-color: #7c8cff;
  color: #0b0f1a;
}

.section {
  width: 100%;
}

.content-section {
  width: 100%;
  padding: 5rem 0;
  background: #111827;
}

.content-section .content-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Hero Block */
.hero-section {
  width: 100%;
  padding: 5rem 0 4rem 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(40, 60, 120, 0.25), transparent 40%),
    #0b0f1a;
}

.hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

.hero h1 {
  font-size: 4rem;
  line-height: 1.05;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 1rem 0;
}

.hero .subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}

.hero .description {
  max-width: 900px;
  font-size: 1.15rem;
  line-height: 1.5;
  color: #8e97ab;
}

/* Use Cases Block */
.use-cases-section {
  width: 100%;
  padding: 5rem 0 5rem 0;
  background: #0f1422;
}

.use-cases {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.use-cases h2 {
  font-size: 3rem;
  font-weight: 400;
  color: #d9dce5;
  margin-bottom: 1rem;
}

.use-cases-subtitle {
  max-width: 820px;
  margin: 0 auto 3.5rem auto;
  text-align: center;
  color: #8e97ab;
  font-size: 1.15rem;
  line-height: 1.5;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 1320px;
  margin: 0 auto;
}

.use-case-card {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: left;
  padding: 1.75rem 1.75rem 1.5rem 1.75rem;
  border-radius: 22px;
  border: 1px solid rgba(92, 130, 255, 0.45);
  background: rgba(7, 11, 24, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
  min-height: 300px;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.use-case-card:hover {
  transform: translateY(-2px);
  border-color: rgba(118, 153, 255, 0.8);
  box-shadow:
    0 8px 24px rgba(0,0,0,0.18),
    0 0 24px rgba(92, 130, 255, 0.08);
}

.use-case-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #4f8aa0;
  color: #e9f4f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  font-weight: 500;
}

.use-case-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.use-case-header img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: brightness(0) invert(1);
}

.use-case-header h3 {
  margin: 0;
  color: #eef1f7;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  word-break: normal;
}

.use-case-card p {
  margin: 0;
  color: #9aa3b7;
  font-size: 1rem;
  line-height: 1.65;
}

.use-cases-cta {
  margin-top: 2rem;
}

.use-cases-cta a {
  color: #58a6ff;
  text-decoration: none;
  font-size: 1.15rem;
}

.use-cases-cta a:hover {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .use-case-grid {
    grid-template-columns: 1fr;
    max-width: 700px;
  }

  .use-case-card {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr !important;
  }

  .use-case-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}


/* Showcase section */
.showcase-section {
  width: 100%;
  background:
    radial-gradient(circle at 12% 30%, rgba(88, 48, 180, 0.22), transparent 28%),
    radial-gradient(circle at 88% 35%, rgba(0, 180, 180, 0.18), transparent 30%),
    linear-gradient(180deg, #101627 0%, #0c1220 100%);
  padding: 5rem 0 3rem 0;
}

.showcase {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
}

.showcase-top {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4rem;
  align-items: start;
  margin-bottom: 3rem;
}

.showcase-intro .eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #37d67a;
  margin-bottom: 1.2rem;
}

.showcase-intro h2 {
  margin: 0;
  font-size: 4.3rem;
  line-height: 1.03;
  font-weight: 400;
  color: #f1f4fb;
  max-width: 7.5em;
}

.showcase-copy p {
  margin: 1.2rem 0 0 0;
  font-size: 1.2rem;
  line-height: 1.55;
  color: #8f9ab3;
  max-width: 34rem;
}

.showcase-copy em {
  color: #c9d4f2;
  font-style: italic;
}

.showcase-media {
  position: relative;
  margin-top: 1rem;
  padding-bottom: 4rem;
  overflow: visible;
}

.showcase-desktop {
  display: block;
  width: 100%;
  max-width: 1120px;
  height: auto;
  border-radius: 1.8rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.showcase-phone {
  position: absolute;
  right: 2%;
  bottom: 1.6rem;
  width: 23%;
  max-width: 260px;
  height: auto;
  z-index: 2;
}


@media (max-width: 1100px) {
  .showcase-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .showcase-intro h2 {
    font-size: 3.2rem;
    max-width: 9em;
  }

  .showcase-copy p {
    max-width: 100%;
    margin-top: 0;
  }

  .showcase-phone {
    width: 26%;
    right: 1%;
  }
}

@media (max-width: 700px) {
  .showcase-section {
    padding: 4rem 0 2rem 0;
  }

  .showcase {
    padding: 0 1.25rem;
  }

  .showcase-intro h2 {
    font-size: 2.5rem;
  }

  .showcase-copy p {
    font-size: 1.05rem;
  }

  .showcase-media {
    padding-bottom: 2rem;
  }

  .showcase-phone {
    width: 30%;
    min-width: 120px;
    right: 2%;
    bottom: 0.8rem;
  }
}

.showcase-media::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;          /* full viewport width */
  bottom: 0;
  height: 3.2rem;
  background: #d9dce6;
  z-index: 0;
}

/* Hide the built-in "Table of contents" text */
.md-sidebar--secondary .md-nav--secondary > .md-nav__title {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

/* Replace it with custom text */
.md-sidebar--secondary .md-nav--secondary > .md-nav__title::after {
  content: "Quick Nav";
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

/* Entire right-side TOC / Quick Nav block */
.md-sidebar--secondary .md-nav--secondary {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 0.9rem 0.9rem 0.75rem;
}

/* Optional: a little breathing room below the title */
.md-sidebar--secondary .md-nav--secondary > .md-nav__title {
  margin-bottom: 0.5rem;
}

/* Contact page styles */
.contact-hero {
  padding: 3rem 0 1.25rem;
}

.contact-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.contact-copy {
  max-width: 760px;
}

.contact-copy h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin-bottom: 0.5rem;
}

.contact-copy h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 600;
  color: var(--md-default-fg-color);
}

.contact-subhead {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: rgba(255,255,255,0.8);
} 

.contact-copy p {
  font-size: 1.05rem;
  line-height: 1.5;
}

.contact-section {
  padding: 1rem 0 3rem;
}

.contact-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: start;
}

.contact-form-panel,
.contact-info-panel {
  padding: 1.5rem;
  border-radius: 18px;
}

.contact-form-panel h3,
.contact-info-panel h3 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  gap: 0.45rem;
}

.form-row label {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(45, 212, 191, 0.22);
  border-radius: 12px;
  background: rgba(8, 15, 36, 0.7);
  color: #fff;
  padding: 0.85rem 0.95rem;
  font: inherit;
  box-sizing: border-box;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(34, 193, 241, 0.7);
  box-shadow: 0 0 0 3px rgba(34, 193, 241, 0.12);
}

.contact-submit {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 170px;
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(34, 193, 241, 0.6);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.18), rgba(34, 193, 241, 0.18));
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.contact-submit:hover {
  transform: translateY(-1px);
  border-color: rgba(34, 193, 241, 0.9);
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.28), rgba(34, 193, 241, 0.24));
}

.contact-form-note {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.66);
}

.contact-info-block + .contact-info-block {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-info-block p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.contact-info-block strong {
  color: #fff;
}

.contact-info-panel a,
.contact-form-note a {
  color: #7dd3fc;
  text-decoration: none;
}

.contact-info-panel a:hover,
.contact-form-note a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .contact-hero {
    padding-top: 4rem;
  }

  .contact-copy p {
    font-size: 1.08rem;
  }
}

/* Parnters Page Styling */
.partners-table-wrap {
  margin-top: 2rem;
  overflow-x: auto;
}

.partners-table {
  width: 100%;
  border-collapse: collapse;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.015)
  );
  border: 1px solid rgba(45, 212, 191, 0.12);
  border-radius: 18px;
  overflow: hidden;
}

.partners-table th,
.partners-table td {
  padding: 1rem 1.1rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.partners-table td {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.partners-table thead th {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
}

.partners-table tbody tr:last-child td {
  border-bottom: none;
}

.partner-cell {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: #fff;
  text-decoration: none;
}

.partner-cell:hover .partner-name {
  color: #7dd3fc;
}

.partner-logo {
  width: 208px;   /* was ~52px */
  height: 208px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.4rem;
  flex-shrink: 0;
}

.partner-name {
  font-weight: 600;
  transition: color 0.18s ease;
}

@media screen and (max-width: 700px) {
  .partners-table th,
  .partners-table td {
    padding: 0.85rem 0.8rem;
  }

  .partner-logo {
    width: 42px;
    height: 42px;
  }
}
