:root {
  --bg: #fbfaf8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #ffffff;
  --text: #181820;
  --muted: #5d5a68;
  --line: rgba(24, 24, 32, 0.13);
  --accent: #665bc9;
  --accent-soft: #eceafd;
  --accent-strong: #8e62d4;
  --accent-two-rgb: 142, 98, 212;
  --green: #1fa87a;
  --shadow: 0 24px 80px rgba(38, 31, 84, 0.12);
  --shadow-soft: 0 14px 40px rgba(33, 31, 44, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1360px;
  --measure: 760px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 8%, rgba(102, 91, 201, 0.13), transparent 30rem),
    radial-gradient(circle at 38% 0%, rgba(var(--accent-two-rgb), 0.1), transparent 26rem),
    radial-gradient(circle at 85% 4%, rgba(31, 168, 122, 0.12), transparent 26rem),
    linear-gradient(180deg, #fbfaf8 0%, #f7f6f3 42%, #f9f8f5 100%);
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
}

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

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

.page-shell {
  overflow-x: hidden;
  padding-top: 104px;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  width: min(var(--max), calc(100% - 48px));
  z-index: 30;
  transform: translateX(-50%);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(24, 24, 32, 0.08);
  border-radius: 999px;
  background: rgba(251, 250, 248, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 50px rgba(33, 31, 44, 0.07);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 13px;
  overflow: hidden;
  box-shadow:
    0 12px 26px rgba(102, 91, 201, 0.24),
    0 8px 18px rgba(var(--accent-two-rgb), 0.22);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-cta,
.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow:
    0 14px 30px rgba(102, 91, 201, 0.22),
    0 8px 22px rgba(var(--accent-two-rgb), 0.18);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  color: var(--text);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 78px 28px;
}

.hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(590px, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 60px;
}

.hero-copy {
  position: relative;
  z-index: 6;
  max-width: 640px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--accent-strong);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  max-width: 640px;
  font-size: clamp(54px, 4.35vw, 70px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h1 span {
  display: block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 18px;
  max-width: 860px;
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.hero-text,
.section-heading p,
.problem p,
.trust-panel > div > p,
.final-cta p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.68;
}

.hero-text {
  max-width: 600px;
  font-size: 20px;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 16px;
}

.product-definition {
  max-width: 580px;
  margin-bottom: 14px;
  color: #403d4e;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

.trust-line {
  color: var(--muted);
  font-size: 15px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.hero-stats div {
  padding: 18px 19px;
  border: 1px solid rgba(24, 24, 32, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68));
  box-shadow: 0 16px 44px rgba(33, 31, 44, 0.085);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 850;
}

.hero-stats span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
  display: grid;
  align-items: center;
  min-height: auto;
  padding: 42px 0 76px;
  isolation: isolate;
  min-width: 0;
}

.browser-frame {
  overflow: hidden;
  border-radius: 26px;
  background: var(--surface-strong);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.light-frame {
  background: #111217;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    38px -34px 88px rgba(102, 91, 201, 0.25),
    -18px 20px 72px rgba(var(--accent-two-rgb), 0.18),
    0 28px 90px rgba(18, 18, 24, 0.22);
}

.light-frame {
  position: relative;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  z-index: 4;
}

.browser-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.light-frame .browser-bar {
  background: linear-gradient(180deg, #22232a, #17181e);
  border-color: rgba(255, 255, 255, 0.08);
}

.browser-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d7d2df;
}

.light-frame .browser-bar span {
  background: #4d4f5c;
}

.browser-bar small {
  margin-left: 8px;
  color: var(--muted);
}

.light-frame .browser-bar small {
  color: rgba(255, 255, 255, 0.68);
}

.browser-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(16px);
  opacity: 0.52;
  z-index: 0;
}

.orb-one {
  width: 410px;
  height: 410px;
  top: 2px;
  right: 56px;
  background: linear-gradient(135deg, rgba(102, 91, 201, 0.18), rgba(var(--accent-two-rgb), 0.16));
}

.orb-two {
  width: 240px;
  height: 240px;
  bottom: 120px;
  left: 36px;
  background: rgba(31, 168, 122, 0.12);
}

.float-chip {
  position: absolute;
  z-index: 8;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  font-size: 13px;
  font-weight: 760;
  backdrop-filter: blur(14px);
}

.chip-one { top: 58px; right: 18px; }

.problem {
  max-width: 1120px;
  text-align: center;
  padding: 58px 54px;
  border: 1px solid rgba(24, 24, 32, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 12%, rgba(102, 91, 201, 0.1), transparent 24rem),
    radial-gradient(circle at 44% 2%, rgba(var(--accent-two-rgb), 0.08), transparent 20rem),
    radial-gradient(circle at 88% 24%, rgba(31, 168, 122, 0.09), transparent 22rem),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 70px rgba(33, 31, 44, 0.08);
}

.problem h2 {
  margin-left: auto;
  margin-right: auto;
}

.problem p {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--measure);
}

.section-heading {
  max-width: var(--measure);
  margin-bottom: 42px;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.value-grid,
.testimonial-grid,
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.value-card,
.testimonial-card,
.comparison-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--shadow-soft);
}

.icon-bubble {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 15px;
  color: var(--accent-strong);
  background: var(--accent-soft);
  font-weight: 800;
}

.value-card p,
.feature-row p,
.feature-row li,
.trust-grid p,
.testimonial-card,
.comparison-card p,
.faq p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.feature-stack {
  display: grid;
  gap: 18px;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 42px;
  padding: 36px;
  border: 1px solid rgba(24, 24, 32, 0.16);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 48px rgba(33, 31, 44, 0.095);
}

.feature-row > div:first-child {
  position: relative;
  padding-left: 62px;
}

.feature-marker {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(var(--accent-two-rgb), 0.2);
  border-radius: 14px;
  color: var(--accent-strong);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 234, 253, 0.86));
  box-shadow: 0 12px 28px rgba(38, 31, 84, 0.08);
  font-size: 17px;
  font-weight: 840;
  line-height: 1;
}

.feature-number {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent-strong);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.feature-row ul {
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.feature-row li {
  position: relative;
  padding-left: 26px;
}

.feature-row li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
}

.trust-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: start;
  padding: 46px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 10% 20%, rgba(102, 91, 201, 0.18), transparent 28rem),
    radial-gradient(circle at 68% 10%, rgba(var(--accent-two-rgb), 0.14), transparent 24rem),
    linear-gradient(135deg, #181820, #252032);
  color: white;
  box-shadow: 0 32px 90px rgba(24, 24, 32, 0.2);
}

.trust-panel .section-kicker {
  color: #c7b8ff;
}

.trust-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trust-grid div {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-grid h3 {
  font-size: 18px;
}

.testimonial-card {
  margin: 0;
}

.testimonial-card blockquote {
  margin: 0 0 22px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.6;
}

.testimonial-card figcaption {
  color: var(--muted);
  font-size: 14px;
}

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

.comparison-card {
  min-height: 190px;
}

.faq-list {
  width: 100%;
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

summary {
  cursor: pointer;
  padding: 26px 28px;
  font-weight: 780;
  letter-spacing: -0.02em;
}

details p {
  margin: 0;
  padding: 0 28px 28px;
}

.final-cta {
  margin-bottom: 36px;
  text-align: center;
  max-width: 900px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 70% 20%, rgba(102, 91, 201, 0.18), transparent 24rem),
    radial-gradient(circle at 24% 10%, rgba(var(--accent-two-rgb), 0.1), transparent 20rem),
    rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.final-cta .button {
  margin: 12px 0 16px;
}

.final-cta span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 30px 24px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer .brand {
  color: var(--text);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.footer-links a,
.info-nav a {
  transition: color 0.2s ease;
}

.footer-links a:hover,
.info-nav a:hover {
  color: var(--text);
}

.home-trust-strip {
  padding-top: 36px;
  padding-bottom: 18px;
}

.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-trust-grid div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.62);
}

.home-trust-grid h3 {
  font-size: 18px;
}

.home-trust-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.info-page .site-header {
  position: sticky;
  transform: none;
  left: auto;
  width: min(var(--max), calc(100% - 48px));
  margin: 14px auto 0;
}

.info-page .page-shell {
  padding-top: 0;
}

.info-hero {
  max-width: 980px;
  padding-top: 76px;
  padding-bottom: 30px;
}

.info-hero h1 {
  white-space: normal;
  max-width: 860px;
}

.info-hero p {
  max-width: var(--measure);
  color: var(--muted);
  font-size: 20px;
  line-height: 1.68;
}

.info-content {
  max-width: 980px;
  padding-top: 28px;
  padding-bottom: 74px;
}

.info-panel {
  display: grid;
  gap: 28px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
}

.info-panel section {
  max-width: 760px;
}

.info-panel h2 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.18;
}

.info-panel p,
.info-panel li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.info-panel p {
  margin-bottom: 0;
}

.info-panel a {
  color: var(--accent-strong);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.info-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 52px;
    padding-top: 24px;
  }

  .hero-visual {
    min-height: auto;
    padding: 24px 0 78px;
  }

  .light-frame {
    width: 100%;
  }

  .value-grid,
  .testimonial-grid,
  .comparison-grid,
  .home-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-row,
  .trust-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .page-shell {
    padding-top: 82px;
  }

  .section {
    padding: 58px 18px;
  }

  .hero {
    padding-top: 28px;
    padding-bottom: 42px;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 24px);
    padding: 12px 14px;
  }

  .brand-mark {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px;
  }

  h1 {
    font-size: clamp(31px, 9.4vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  h1 span {
    white-space: normal;
  }

  h2 {
    font-size: clamp(34px, 9vw, 40px);
    line-height: 1.08;
  }

  .hero-text,
  .section-heading p,
  .problem p,
  .trust-panel > div > p,
  .final-cta p {
    font-size: 18px;
    line-height: 1.62;
  }

  .hero-text {
    font-size: 19px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    min-height: 48px;
  }

  .hero-stats,
  .value-grid,
  .testimonial-grid,
  .comparison-grid,
  .trust-grid,
  .home-trust-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
    padding: 12px 0 0;
  }

  .browser-frame img {
    height: auto;
  }

  .light-frame {
    width: 100%;
  }

  .float-chip {
    display: none;
  }

  .feature-row,
  .trust-panel,
  .problem,
  .value-card,
  .testimonial-card,
  .comparison-card {
    padding: 24px;
    border-radius: 22px;
  }

  .feature-row {
    gap: 26px;
  }

  .feature-row > div:first-child {
    padding-left: 0;
  }

  .feature-marker {
    position: static;
    margin-bottom: 16px;
  }

  .site-footer {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }

  .info-page .site-header {
    width: calc(100% - 24px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 28px;
  }

  .info-page .site-header .brand {
    min-width: 0;
    flex: 1 1 auto;
    gap: 8px;
  }

  .info-page .site-header .brand > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .info-page .site-header .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }

  .info-page .site-header .nav-cta {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 14px;
    white-space: nowrap;
  }

  .info-nav {
    display: none;
  }

  .info-hero {
    padding-top: 46px;
    padding-bottom: 16px;
  }

  .info-content {
    padding-top: 12px;
  }

  .info-panel {
    padding: 24px;
    border-radius: 22px;
  }

  .info-panel h2 {
    font-size: 24px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .browser-frame {
    transition: none;
  }
}
