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

:root {
  color-scheme: dark;
  --black: #000000;
  --white: #ffffff;
  --cyan: #41c4c3;
  --pink: #ff6dc7;
  --ink: #ffffff;
  --muted: #aeb6c2;
  --surface: #0f1117;
  --surface-2: #151821;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font: 16px/1.55 "Lato", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

h1,
h2,
h3,
h4,
.brand,
.button,
.nav-links a,
.section-label,
.pill,
.meta,
.step-num,
.footer-brand,
.visual-copy,
.store-tab b {
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--white);
  font-weight: 900;
  font-size: 1.08rem;
}

.brand:hover {
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: auto;
  height: 42px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 8px 12px;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.92rem;
}

.nav-links a:hover {
  background: rgba(65, 196, 195, 0.11);
  color: var(--white);
  text-decoration: none;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  padding: 12px 20px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.button:hover {
  text-decoration: none;
}

.button-primary {
  background: var(--cyan);
  color: var(--black);
}

.button-primary:hover {
  background: #67d7d6;
}

.button-secondary {
  border-color: rgba(255, 109, 199, 0.64);
  color: var(--white);
}

.button-secondary:hover {
  background: rgba(255, 109, 199, 0.16);
}

.button-dark {
  background: var(--pink);
  color: var(--black);
}

.button-dark:hover {
  background: #ff8dd4;
}

.hero {
  position: relative;
  min-height: 690px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 109, 199, 0.28), transparent 29%),
    radial-gradient(circle at 70% 84%, rgba(65, 196, 195, 0.24), transparent 32%),
    linear-gradient(135deg, #000 0%, #07080d 52%, #000 100%);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 124px max(2vw, 24px) auto auto;
  z-index: 0;
  width: min(34vw, 470px);
  aspect-ratio: 1.18 / 1;
  background: url("/assets/images/brand-geometry.svg") center / contain no-repeat;
  opacity: 0.82;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: 690px;
  max-width: 600px;
  padding: 86px 0 112px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  color: var(--cyan);
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--pink);
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(4.2rem, 10vw, 8.4rem);
  line-height: 0.86;
  font-weight: 900;
}

.hero-logo-heading {
  width: fit-content;
  max-width: 100%;
  font-size: 0;
  line-height: 0;
}

.hero-logo {
  display: block;
  width: auto;
  height: clamp(118px, 14vw, 152px);
  max-width: 100%;
}

.hero-subhead {
  max-width: 540px;
  margin-top: 24px;
  color: var(--white);
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.18;
  font-weight: 800;
}

.hero-copy {
  max-width: 500px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.store-strip {
  position: relative;
  z-index: 2;
  margin-top: -52px;
}

.store-strip-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.store-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.store-tab {
  position: relative;
  min-height: 74px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  overflow: hidden;
}

.store-tab::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--cyan);
}

.store-tab.tab-orange::before,
.store-tab.tab-red::before {
  background: var(--pink);
}

.store-tab:hover {
  border-color: rgba(65, 196, 195, 0.55);
  background: #111620;
  text-decoration: none;
}

.store-tab b {
  display: block;
  color: var(--white);
  font-size: 0.96rem;
  line-height: 1.15;
}

.store-tab span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.83rem;
}

.section {
  padding: 86px 0;
  background: #000;
}

.section-tight {
  padding: 58px 0;
}

.section-white {
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 109, 199, 0.09), transparent 25%),
    #050608;
}

.section-dark,
.cta-band {
  background: #000;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.48fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.section-label {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section h2,
.page-hero h1,
.article h1 {
  margin-top: 8px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.02;
  font-weight: 900;
}

.section-head p,
.page-hero p {
  color: var(--muted);
  font-size: 1.02rem;
}

.trust-grid,
.store-grid,
.product-grid,
.blog-grid,
.values-grid,
.faq-grid,
.workflow-grid {
  display: grid;
  gap: 18px;
}

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

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

.product-grid,
.blog-grid,
.values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-grid,
.workflow-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.trust-item,
.support-panel,
.article,
.sidebar-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

.trust-item,
.store-card,
.text-card,
.workflow-card,
.sidebar-card {
  padding: 22px;
}

.trust-item {
  min-height: 168px;
}

.card-link {
  display: block;
  height: 100%;
}

.card-link:hover {
  border-color: rgba(65, 196, 195, 0.55);
  text-decoration: none;
}

.store-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.store-icon-wrapper {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(65, 196, 195, 0.45);
  border-radius: 8px;
  background: rgba(65, 196, 195, 0.12);
  color: var(--cyan);
}

.store-card h3,
.text-card h3,
.blog-card h3,
.product-card h3,
.workflow-card h3,
.trust-item b,
.sidebar-card h3 {
  color: var(--white);
  font-size: 1.12rem;
  line-height: 1.2;
  font-weight: 800;
}

.store-card p,
.text-card p,
.blog-card p,
.product-card p,
.workflow-card p,
.trust-item p,
.article-summary,
.sidebar-card p,
.sidebar-card a {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.store-card .arrow,
.blog-card .arrow,
.mini-link,
.sidebar-card a {
  display: inline-block;
  margin-top: 22px;
  color: var(--cyan);
  font-weight: 700;
}

.store-accent {
  width: 54px;
  height: 10px;
  border-radius: 999px;
  background: var(--cyan);
}

.store-accent.orange,
.store-accent.red {
  background: var(--pink);
}

.resource-visual,
.article-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 109, 199, 0.3), transparent 32%),
    radial-gradient(circle at 24% 72%, rgba(65, 196, 195, 0.32), transparent 34%),
    #000;
}

.resource-visual::before,
.article-visual::before,
.resource-visual::after,
.article-visual::after {
  content: "";
  position: absolute;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.resource-visual::before,
.article-visual::before {
  width: 56%;
  height: 52%;
  left: 12%;
  top: 18%;
  border: 1px solid rgba(65, 196, 195, 0.52);
}

.resource-visual::after,
.article-visual::after {
  width: 34%;
  height: 34%;
  right: 10%;
  bottom: 14%;
  border: 1px solid rgba(255, 109, 199, 0.55);
}

.visual-copy {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.05;
}

.visual-copy small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.visual-panel-mock {
  position: absolute;
  inset: 24px 18px auto;
  z-index: 1;
  display: grid;
  gap: 7px;
  width: min(78%, 430px);
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.72);
  color: rgba(255, 255, 255, 0.76);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: clamp(0.62rem, 1vw, 0.78rem);
  line-height: 1.35;
}

.visual-panel-mock span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-green,
.line-cyan {
  color: var(--cyan);
}

.line-orange,
.line-red {
  color: var(--pink);
}

.product-card .card-body,
.blog-card .card-body {
  padding: 20px;
}

.product-card,
.blog-card {
  min-height: 100%;
}

.meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 5px 9px;
  border-radius: 8px;
  background: rgba(65, 196, 195, 0.14);
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pill-orange,
.pill-red {
  background: rgba(255, 109, 199, 0.14);
  color: var(--pink);
}

.split,
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.55fr);
  gap: 54px;
  align-items: start;
}

.article-layout {
  grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
  gap: 48px;
}

.text-stack {
  display: grid;
  gap: 16px;
}

.workflow-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  background: var(--surface-2);
}

.step-num {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--cyan);
  color: var(--black);
  font-size: 0.88rem;
  font-weight: 800;
}

.support-panel,
.sidebar {
  position: sticky;
  top: 98px;
}

.support-panel-content {
  padding: 22px;
}

.support-panel-content p {
  color: var(--muted);
  margin-top: 10px;
}

.cta-band {
  padding: 58px 0;
  color: var(--white);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-inner h2 {
  max-width: 700px;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.05;
}

.cta-inner p {
  max-width: 620px;
  margin-top: 10px;
  color: var(--muted);
}

.page-hero {
  padding: 78px 0 52px;
  background:
    radial-gradient(circle at 88% 12%, rgba(65, 196, 195, 0.16), transparent 26%),
    linear-gradient(135deg, #000, #080a10);
  border-bottom: 1px solid var(--line);
}

.page-hero p {
  max-width: 720px;
  margin-top: 14px;
}

.article {
  padding: 42px;
}

.article .meta {
  margin-bottom: 14px;
}

.article-summary {
  margin-top: 18px;
  font-size: 1.1rem;
}

.article-visual {
  width: 100%;
  margin: 30px 0;
  border-radius: 8px;
}

.article h2 {
  margin-top: 34px;
  color: var(--white);
  font-size: 1.55rem;
  line-height: 1.2;
}

.article p,
.article li {
  color: var(--muted);
}

.article p {
  margin-top: 14px;
}

.article ul,
.article ol {
  margin: 14px 0 0;
  padding-left: 22px;
}

.article li + li {
  margin-top: 8px;
}

.sidebar {
  display: grid;
  gap: 14px;
}

.sidebar-card a {
  display: block;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

.faq-summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  color: var(--white);
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-content {
  padding: 0 22px 22px;
  color: var(--muted);
}

.site-footer {
  margin-top: auto;
  padding: 44px 0;
  background: #000;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;
}

.footer-brand {
  color: var(--white);
  font-weight: 900;
  font-size: 1.08rem;
}

.footer-logo {
  display: block;
  width: auto;
  height: 38px;
  margin-bottom: 10px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-links a {
  color: var(--muted);
}

@media (max-width: 1040px) {
  .section-head,
  .split,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .store-strip-inner {
    grid-template-columns: 1fr;
  }

  .store-strip-inner .button {
    width: fit-content;
  }

  .store-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid,
  .blog-grid,
  .values-grid,
  .faq-grid,
  .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-panel,
  .sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .wrap {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    position: static;
  }

  .nav {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .brand-logo {
    height: 38px;
  }

  .nav-links a {
    min-height: 34px;
    padding: 6px 0;
    font-size: 0.8rem;
  }

  .hero {
    min-height: 660px;
  }

  .hero::before {
    inset: 328px -158px auto auto;
    width: 336px;
    opacity: 0.38;
  }

  .hero-inner {
    min-height: 660px;
    padding: 70px 0 110px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 18vw, 4.7rem);
  }

  .hero-logo-heading {
    max-width: 100%;
  }

  .hero-logo {
    height: 112px;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .store-strip {
    margin-top: -42px;
  }

  .store-tabs,
  .store-grid,
  .product-grid,
  .blog-grid,
  .values-grid,
  .faq-grid,
  .workflow-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 60px 0;
  }

  .section-tight {
    padding: 46px 0;
  }

  .cta-inner,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
  }

  .cta-inner .button {
    width: 100%;
  }

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

  .article {
    padding: 24px;
  }
}
