:root {
  --bg: #f8fdff;
  --surface: #ffffff;
  --text: #12233f;
  --muted: #657593;
  --line: rgba(18, 35, 63, 0.11);
  --accent: #ffa83a;
  --accent-dark: #ee9525;
  --accent-soft: #fff5e6;
  --violet: #9f8cff;
  --teal: #b4f1e2;
  --rose: #ffd8e5;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow-x: hidden;
}

h1, h2, .brand {
  font-family: "Manrope", sans-serif;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(700px 300px at 8% 10%, #e9f8ff 0%, transparent 65%),
    radial-gradient(560px 260px at 92% 92%, #fff2cf 0%, transparent 66%),
    radial-gradient(500px 260px at 70% 12%, #f5ecff 0%, transparent 64%),
    var(--bg);
}

.site-shell {
  width: min(1220px, calc(100% - 34px));
  margin: 28px auto 26px;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 30px;
  box-shadow: 0 36px 80px rgba(17, 33, 73, 0.10);
  padding: 20px 30px 34px;
  overflow: hidden;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size:20px;
}

.brand-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(140deg, #ffbf61, #ff9e4f);
}

.brand-logo {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

.nav-links {
  display: flex;
  gap: 26px;
  color: #3d4b69;
  font-size: 18px;
  padding-top:20px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  transition: 0.2s ease;
}

.button-ghost {
  border: 1px solid var(--line);
  padding: 12px 20px;
  background: #fff;
}

.button-primary {
  background: var(--accent);
  color: #fff;
  padding: 14px 24px;
}

.button-primary:hover {
  background: var(--accent-dark);
}

.button-light {
  border: 1px solid var(--line);
  background: #fff;
  padding: 14px 24px;
}

.hero-layout {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 18px;
}

.hero-copy {
  padding: 69px 8px 28px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
}

.eyebrow {
  color: #7d8aa6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
}

h1 {
  margin: 0;
  font-size: clamp(38px, 5.2vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.hero-sub {
  margin: 35px 0 0;
  max-width: 46ch;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hero-device-note {
  margin: 10px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 16px;
}

.play-badge-link {
  display: inline-block;
  line-height: 0;
}

.play-badge {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
}

.hero-art {
  position: relative;
  height: min(700px, 68vw);
  min-height: 500px;
  overflow: hidden;
  border-radius: 24px;
}

.blob {
  position: absolute;
  border-radius: 40px;
  filter: saturate(1.05);
}

.blob-a {
  width: 280px;
  height: 220px;
  background: var(--violet);
  top: 70px;
  left: 52px;
  transform: rotate(-8deg);
}

.blob-b {
  width: 260px;
  height: 190px;
  background: var(--rose);
  bottom: 86px;
  left: 12px;
  border-radius: 110px;
}

.blob-c {
  width: 170px;
  height: 150px;
  background: var(--teal);
  right: 20px;
  bottom: 102px;
  border-radius: 110px;
}

.device-card {
  position: absolute;
  inset: 90px 38px 52px 72px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #fff;
  border-radius: 28px;
  box-shadow: 0 26px 56px rgba(37, 55, 95, 0.18);
  backdrop-filter: blur(8px);
  padding: 20px;
}

.hero-app-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
  display: block;
  border: 1px solid #e7edf7;
  background: transparent;
}

.device-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
}

.status-pill {
  border: 1px solid rgba(49, 187, 114, 0.28);
  color: #2f9e6a;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
}

.waveform {
  margin-top: 16px;
  height: 110px;
  border-radius: 14px;
  border: 1px solid #e8eef7;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(127, 143, 176, 0.15) 0,
      rgba(127, 143, 176, 0.15) 4px,
      transparent 4px,
      transparent 9px
    ),
    linear-gradient(180deg, #f9fbff, #f2f7ff);
  position: relative;
}

.waveform::after {
  content: "";
  position: absolute;
  inset: 18px 20px;
  border-radius: 8px;
  background: linear-gradient(90deg, #ffad55, #a594ff);
  opacity: 0.3;
}

.trim-row {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 12px;
  color: #7f8ead;
}

.cta-mini {
  margin-top: 16px;
  background: #152b4d;
  color: #fff;
  border-radius: 13px;
  text-align: center;
  padding: 12px;
  font-weight: 700;
}

.partners {
  margin-top: 26px;
  text-align: center;
  color: #95a3bf;
  font-size: 13px;
}

.partners,
.partner-row {
  margin-bottom: 0;
}

.partner-row {
  margin-top: 14px;
  display: flex;
  gap: 22px;
  justify-content: center;
  flex-wrap: wrap;
  color: #c0c9da;
  font-weight: 700;
}

.features {
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-top: 50px;
  border-top: 1px solid #eef3fb;
}

.features-title {
  grid-column: 1 / -1;
  margin: 0 0 50px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
}

.feature {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 8px 18px 8px 0;
  text-align: center;
}

.feature + .feature {
  border-left: 1px solid #e8eef8;
  padding-left: 24px;
}

.feature-icon {
  display: inline-block;
  font-size: clamp(42px, 5vw, 60px);
  line-height: 1;
  margin: 0 auto 50px;
  color: #1a6cff;
}

.feature h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
}

.feature p {
  margin: 11px 0 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
}

.features-download {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.features-download-btn {
  padding: 14px 30px;
  border-radius: 14px;
  font-size: 16px;
}

.articles-section {
  margin: 64px 0 0;
  border: 1px solid #e8eef8;
  border-radius: 24px;
  padding: 34px 30px;
  background: #fff;
}

.articles-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.articles-intro h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.02;
}

.articles-intro p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px;
}

.articles-list {
  display: grid;
  gap: 14px;
}

.article-item {
  display: block;
  border: 1px solid #edf2fa;
  border-radius: 14px;
  padding: 14px 16px;
  background: #fff;
}

.article-item:hover {
  border-color: #dbe6f9;
  box-shadow: 0 10px 20px rgba(22, 43, 83, 0.06);
}

.article-item-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.article-item-meta .cat {
  color: #f39a2d;
}

.article-item-meta .date {
  color: #9aa8c1;
}

.article-item-title-row {
  margin-top: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.article-item h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.article-item .arrow {
  color: #a7b6d3;
  font-size: 20px;
}

.article-item:hover .arrow {
  color: #f39a2d;
}

.site-footer {
  margin: 90px 0 0;
  padding-top: 18px;
  border-top: 1px solid #eef3fb;
  text-align: center;
  color: #8a97af;
  font-size: 14px;
  background: transparent;
}

.site-footer p {
  margin: 10px 0;
}

.site-footer span {
  margin: 0 9px;
  color: #ccd4e3;
}

.legal-page,
.blog-page {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #eef3fb;
  margin-left: 50px;
}

.legal-page h1,
.blog-page h1 {
  margin: 0;
  max-width: none;
  font-size: clamp(32px, 4.1vw, 48px);
}

.legal-meta {
  margin: 14px 0 20px;
  color: #8b99b3;
  font-size: 14px;
}

.legal-page h2,
.blog-page h2 {
  margin: 26px 0 8px;
  font-size: 24px;
  line-height: 1.2;
}

.legal-page p,
.legal-page li,
.blog-page p,
.blog-page li {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.75;
}

.legal-page a:hover,
.blog-page a:hover {
  text-decoration: underline;
}

.contact-intro {
  margin: 14px 0 22px;
}

.contact-form {
  margin-top: 18px;
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.contact-form label {
  display: block;
  margin: 0 0 7px;
  font-size: 15px;
  font-weight: 700;
  color: #1f335a;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dfe8f8;
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  font-size: 17px;
  color: #1e2f52;
  background: #fff;
}

.contact-form textarea {
  min-height: 170px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #8db4ff;
  box-shadow: 0 0 0 3px rgba(26, 108, 255, 0.14);
}

.contact-form .button-primary {
  justify-self: start;
}

.contact-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 18px;
}

.legal-page ul,
.blog-page ul {
  margin: 0;
  padding-left: 22px;
}

.legal-highlight {
  margin: 18px 0 26px;
  padding: 18px 20px;
  border: 1px solid #e8eef8;
  border-radius: 16px;
  background: #fbfdff;
}

.legal-highlight h2 {
  margin-top: 0;
}

.legal-highlight ul {
  margin: 0;
}

@media (max-width: 1024px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 420px;
    height: 540px;
  }

  .device-card {
    inset: 70px 40px 42px 70px;
  }

  .features {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .feature {
    padding: 10px 0;
  }

  .feature + .feature {
    border-left: 0;
    border-top: 1px solid #e8eef8;
    padding-left: 0;
    padding-top: 16px;
  }

  .feature-icon {
    font-size: clamp(36px, 10vw, 48px);
    margin-bottom: 10px;
  }

  .articles-grid {
    grid-template-columns: 1fr;
  }

  .articles-section {
    padding: 26px 18px;
  }
}

.faq-section {
  margin: 56px 0 0;
  border: none;
  border-radius: 24px;
  background: transparent;
  padding: 30px;
}

.faq-title {
  margin: 0 0 18px;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid #edf2fa;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.faq-item[open] {
  border-color: #dbe6f9;
}

.faq-question {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 700;
  color: #1b2f53;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: "+";
  font-size: 24px;
  line-height: 1;
  color: #8fa2c3;
}

.faq-item[open] .faq-question::after {
  content: "-";
}

.faq-answer {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .faq-section {
    padding: 22px 16px;
  }

  .faq-question,
  .faq-answer {
    font-size: 17px;
  }
}

@media (max-width: 760px) {
  .site-shell {
    padding: 18px 12px 24px;
    border-radius: 22px;
  }

  .legal-page,
  .blog-page {
    margin-left: 0;
  }

  .topbar {
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    padding-bottom: 6px;
  }

  .hero-copy {
    padding-right: 2px;
  }

  h1 {
    font-size: clamp(30px, 10vw, 48px);
  }

  .hero-art {
    min-height: 360px;
    height: 470px;
  }

  .device-card {
    inset: 68px 18px 18px 28px;
    padding: 14px;
  }

  .blob-a {
    left: 16px;
    top: 56px;
  }

  .blob-b {
    left: 0;
    bottom: 44px;
  }
}



.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 80px;
  align-items: start;
}

.article-main {
  min-width: 0;
  max-width: 780px;
  padding-right: 12px;
}

.article-sidebar {
  position: sticky;
  top: 22px;
  display: grid;
  gap: 14px;
}

.sidebar-block {
  border: 1px solid #e8eef8;
  background: #fbfdff;
  border-radius: 16px;
  padding: 18px 16px;
}

.sidebar-title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.2;
}

.sidebar-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.sidebar-list li {
  margin-bottom: 8px;
}

.sidebar-cta {
  margin-top: 14px;
  width: 100%;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}

.article-body {
  margin-top: 32px;
}

.article-main p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.75;
}

.article-main h2 {
  margin: 44px 0 16px;
}

.executive-summary {
  margin: 32px 0;
  padding: 20px 24px;
  border: 1px solid #e8eef8;
  border-radius: 18px;
  background: #000d4d06;
}

.executive-summary h2 {
  margin: 0 0 14px;
  font-size: 19px;
}

.executive-summary ul {
  margin: 0;
  padding-left: 20px;
}

.executive-summary li {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 18px !important;
  line-height: 1.75;
}
.table-of-contents {
  margin: 32px 0;
  padding: 20px 24px;
  border: 1px solid #e8eef8;
  border-radius: 18px;
  background: #000d4d06;
  width:fit-content
}
.table-of-contents h2 {
  margin: 0 0 14px;
  font-size: 19px;
}

.table-of-contents ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}

.table-of-contents li {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 16px !important;
  line-height: 1.5;
}
.table-of-contents li ul {
  margin-top: 8px; /* Space between parent and first sub-item */
  list-style-type: circle; /* Modern look for sub-bullets */
}

.table-of-contents li ul li {
  margin-bottom: 8px; /* Slightly tighter spacing for sub-items */
}

.article-main ol {
  margin: 8px 0 28px 5px;
  padding: 0;
}

.article-main li {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.75;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 28px;
  border: 1px solid #e8eef8;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.compare-table th,
.compare-table td {
  border-bottom: 1px solid #eef3fb;
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.compare-table th {
  background: #f9fbff;
  font-size: 15px;
}

.compare-table td ul {
  margin: 0;
  padding-left: 18px;
}

.compare-table td li {
  margin-bottom: 6px;
}

@media (max-width: 760px) {
  .compare-table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .compare-table th,
  .compare-table td {
    min-width: 140px;
  }
}

.sidebar-latest {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e8eef8;
}

.sidebar-subtitle {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color: #1d2f54;
}

.sidebar-posts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.sidebar-posts a {
  color: #41557d;
  font-size: 18px;
  line-height: 1.45;
  text-decoration: none;
}

.sidebar-posts a:hover {
  color: #1a6cff;
}

@media (max-width: 980px) {
  .blog-page {
    margin-top: 50px;
    padding-top: 22px;
    border-top: 1px solid #eef3fb;
    margin-left: 20px;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .article-main {
    max-width: 100%;
    padding-right: 0;
  }
}


a {
  color: inherit;
  text-decoration: none;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

#backToTop {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 20px;  /* This moves it to the right side */
  z-index: 99; 
  border: 1px solid #ccc; 
  outline: none;
  background-color: #f8fbff; 
  color: #333; 
  cursor: pointer;
  padding: 8px;
  border-radius: 4px; 
  font-size: 16px;
  width: 35px;
  height: 35px;
  transition: all 0.3s;
}

#backToTop:hover {
  background-color: #dfe8f8;
}
