/* ─── RESET ─── */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --main: #0053da;
  --dark: #191c1e;
  --text: #414754;
  --border: #eceef0;
  --bg: #f7f9fb;
}

body {
  font-family: "Inter", sans-serif;
  background-color: var(--bg);
  color: var(--dark);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body > main,
body > section:not(.cta-section),
body > .page-content,
body > .hero-404 {
  flex: 1 0 auto;
}
body > .footer {
  flex-shrink: 0;
  margin-top: auto;
}

body.page-home {
  zoom: 0.8;
}

img {
  display: block;
}

/* ─── NAV ─── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 120px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
body.page-home .nav {
  zoom: 1.25;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 2400px;
}
.nav-logo img {
  width: 104.723px;
  height: 32px;
  object-fit: contain;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 48px;
}
.nav-link {
  font-size: 16px;
  font-weight: 600;
  color: rgba(65, 71, 84, 0.8);
  letter-spacing: -0.35px;
  text-decoration: none;
  white-space: nowrap;
}
.nav-link:hover {
  color: var(--text);
}
.nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: var(--main);
  border-radius: 9999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

/* ─── HERO (index) ─── */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 160px 80px;
  width: 100%;
  position: relative;
}
.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  max-width: 1100px;
  width: 100%;
}
.hero-text {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 100%;
}
.hero-headline {
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -4.8px;
  color: var(--dark);
  text-align: center;
}
.hero-headline .blue {
  color: var(--main);
}
.hero-sub-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.hero-subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text);
  text-align: center;
  max-width: 870px;
}
.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28.125px;
  padding: 48px 152px;
  background: var(--main);
  border-radius: 187.5px;
  text-decoration: none;
}
.hero-btn-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.hero-btn-label {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  line-height: 65.625px;
}

/* ─── FEATURES ─── */
.features {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 160px 64px;
  width: 100%;
}
.features-inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1600px;
  width: 100%;
}
.features-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.features-head-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.features-h2 {
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: -1.5px;
  color: #191c1e;
}
.features-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 32.5px;
  color: var(--text);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  width: 100%;
}

/* ─── Cards ─── */
.card {
  border-radius: 48px;
  display: flex;
  flex-direction: column;
}
.card-1 {
  grid-column: 1 / span 8;
  grid-row: 1;
  padding: 49px;
  gap: 24px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.card-2 {
  grid-column: 9 / span 4;
  grid-row: 1;
  padding: 49px;
  gap: 24px;
  background: #f2f4f6;
  border: 1px solid var(--border);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.card-3 {
  grid-column: 1 / span 5;
  grid-row: 2;
  padding: 57px 49px;
  gap: 24px;
  background: rgba(208, 225, 251, 0.3);
  border: 1px solid rgba(208, 225, 251, 0.5);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.card-4 {
  grid-column: 6 / span 7;
  grid-row: 2;
  padding: 56px 48px;
  background: #2d3133;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
.card-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.card-h3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  color: #191c1e;
}
.card-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px;
  color: var(--text);
}
.card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.card-1 .card-content {
  gap: 0;
}
.card-1 .card-h3-wrap {
  padding-top: 8px;
  margin-top: 16px;
}
.card-1 .card-body {
  margin-top: 24px;
}
.card-4-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(0, 83, 218, 0.2);
  border-radius: 9999px;
  filter: blur(50px);
  bottom: -96px;
  right: -96px;
  pointer-events: none;
}
.card-4-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.card-4 .card-h3-wrap {
  padding-top: 8px;
}
.card-4 .card-h3 {
  color: #eff1f3;
}
.card-4 .card-body {
  color: rgba(239, 241, 243, 0.8);
}

/* ─── THEMES ─── */
.themes {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 160px 64px;
  width: 100%;
}
.themes-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
  max-width: 1400px;
  width: 100%;
}
.themes-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.themes-h2 {
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: -1.5px;
  color: #191c1e;
  text-align: center;
}
.themes-sub {
  font-size: 20px;
  font-weight: 400;
  line-height: 32.5px;
  color: var(--text);
  text-align: center;
}
.themes-screenshots {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 176px;
  width: 100%;
}
.themes-head-thin {
  font-weight: 100;
}
.ss-wrap-dark {
  width: 100%;
  padding-right: 64px;
  margin-bottom: -176px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ss-wrap-light {
  width: 100%;
  padding-left: 64px;
  margin-bottom: -176px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ss-container {
  height: 408.46px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ss-inner-dark {
  transform: rotate(-3deg);
  width: 100%;
}
.ss-inner-light {
  transform: rotate(3deg);
  width: 100%;
}
.ss-frame-dark {
  background: #0f172a;
  border: 20px solid #0f172a;
  border-radius: 50px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 125px -25px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.ss-frame-light {
  background: #fff;
  border: 20px solid #fff;
  border-radius: 50px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 125px -25px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.ss-img {
  width: 100%;
  aspect-ratio: 4096 / 945;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* ─── FAQ ─── */
.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 160px 64px;
  width: 100%;
}
.faq-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1400px;
  width: 100%;
}
.faq-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.faq-h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.75px;
  color: #191c1e;
  text-align: center;
  white-space: nowrap;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 32px;
  padding: 33px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.faq-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.faq-icon {
  flex-shrink: 0;
}
.faq-icon img {
  display: block;
}
.faq-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.faq-q {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #191c1e;
}
.faq-a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text);
}

/* ─── CTA SECTION ─── */
.cta-section {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 160px 64px;
  width: 100%;
}
.cta-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  width: 100%;
  overflow: hidden;
  padding: 96px;
  border-radius: 40px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(157.671deg, #0053da 0%, #346df5 100%);
}
.cta-blur-tr {
  position: absolute;
  top: -48px;
  right: -48px;
  width: 384px;
  height: 384px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  filter: blur(32px);
  opacity: 0.5;
  pointer-events: none;
}
.cta-blur-bl {
  position: absolute;
  bottom: -48px;
  left: -48px;
  width: 384px;
  height: 384px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  filter: blur(32px);
  opacity: 0.5;
  pointer-events: none;
}
.cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  width: 100%;
}
.cta-h2 {
  font-size: 72px;
  font-weight: 800;
  line-height: 72px;
  letter-spacing: -3.6px;
  color: #fff;
  text-align: center;
}
.cta-sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.cta-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 37.5px 75px;
  background: #fff;
  border-radius: 70px;
  box-shadow: 0 39.063px 78.125px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.cta-btn-label {
  font-size: 31.25px;
  font-weight: 800;
  color: var(--main);
  white-space: nowrap;
  line-height: 43.75px;
}
.cta-disclaimer {
  padding-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 20px;
}

/* ─── INNER PAGE CONTENT ─── */
.page-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 40px 120px;
}
.page-content:has(.content-layout) {
  max-width: 1200px;
}
.content-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  align-items: start;
}
.content-body {
  min-width: 0;
}
.page-content h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: var(--dark);
  margin-bottom: 20px;
  text-align: center;
}
.page-content .meta {
  font-size: 14px;
  color: rgba(65, 71, 84, 0.55);
  margin-bottom: 48px;
  text-align: center;
}
.page-content > p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 16px;
}

/* TOC sidebar (tou/privacy) */
.toc {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px 28px;
  position: sticky;
  top: 128px;
}
.toc-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(65, 71, 84, 0.5);
  margin-bottom: 16px;
}
.toc ul {
  list-style: none;
  padding: 0;
}
.toc li {
  margin-bottom: 8px;
}
.toc a {
  font-size: 14px;
  font-weight: 500;
  color: var(--main);
  text-decoration: none;
  line-height: 1.5;
}
.toc a:hover {
  text-decoration: underline;
}

.page-content section {
  border-top: 1px solid var(--border);
  padding-top: 36px;
  margin-top: 36px;
  scroll-margin-top: 128px;
}
.page-content section:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.page-content h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 14px;
}
.page-content section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 14px;
}
.page-content section p:last-child {
  margin-bottom: 0;
}
.page-content ul,
.page-content ol {
  padding-left: 22px;
  margin-bottom: 14px;
}
.page-content section li {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 6px;
}
.page-content a {
  color: var(--main);
}

/* Contact page */
.contact-email {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin: 16px auto 0;
  padding: 20px 32px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  color: var(--main);
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.contact-email:hover {
  background: #f7f9fb;
}

/* Uninstall page */
.steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  counter-reset: step;
}
.step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.step-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(0, 83, 218, 0.07);
  color: var(--main);
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.step-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
}
.step-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text);
}

/* ─── 404 HERO ─── */
.hero-404 {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 40px 120px;
  text-align: center;
}
.float-card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 18px 22px;
  box-shadow: 0 20px 60px -20px rgba(0, 83, 218, 0.15);
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: float 6s ease-in-out infinite;
}
.float-card::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--main);
  flex-shrink: 0;
}
.fc-1 {
  top: 12%;
  left: 8%;
  animation-delay: 0s;
  --r: -4deg;
}
.fc-2 {
  top: 22%;
  right: 10%;
  animation-delay: 1.2s;
  --r: 5deg;
}
.fc-3 {
  bottom: 20%;
  left: 12%;
  animation-delay: 2.4s;
  --r: 3deg;
}
.fc-4 {
  bottom: 14%;
  right: 8%;
  animation-delay: 3.6s;
  --r: -5deg;
}
.fc-5 {
  top: 38%;
  left: 4%;
  animation-delay: 1.8s;
  --r: 2deg;
}
.fc-6 {
  bottom: 36%;
  right: 4%;
  animation-delay: 0.6s;
  --r: -3deg;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(var(--r, 0deg));
  }
  50% {
    transform: translateY(-12px) rotate(var(--r, 0deg));
  }
}
.big-404 {
  position: relative;
  font-size: 280px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -10px;
  background: linear-gradient(
    157.671deg,
    #0053da 0%,
    #346df5 60%,
    #8ab4ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 8px;
  user-select: none;
}
.hero-404 h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.8px;
  color: var(--dark);
  margin-bottom: 20px;
  max-width: 720px;
}
.hero-404 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text);
  max-width: 560px;
  margin-bottom: 40px;
}
.actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 32px;
  background: var(--main);
  border-radius: 9999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 30px -10px rgba(0, 83, 218, 0.5);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px -10px rgba(0, 83, 218, 0.6);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 32px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 9999px;
  color: var(--dark);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.btn-ghost:hover {
  background: #f2f4f6;
}
.helper-links {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.helper-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(65, 71, 84, 0.6);
}
.helper-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.helper-chip {
  padding: 10px 18px;
  background: rgba(0, 83, 218, 0.06);
  border-radius: 9999px;
  color: var(--main);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.helper-chip:hover {
  background: rgba(0, 83, 218, 0.12);
}

/* ─── FOOTER ─── */
.footer {
  background: #f2f4f6;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 32px 360px;
  width: 100%;
}
.footer-top {
  max-width: 1400px;
  min-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-logo img {
  width: 104px;
  height: 32px;
  object-fit: contain;
}
.footer-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.footer-tagline {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text);
  padding-right: 80px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.footer-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  padding: 2.5px 0 1.5px;
  line-height: 20px;
}
.footer-bottom {
  max-width: 1400px;
  min-width: 800px;
  width: 100%;
}
.footer-copy {
  font-size: 12px;
  font-weight: 400;
  line-height: 22.75px;
  color: rgba(65, 71, 84, 0.7);
  white-space: nowrap;
}
.footer-inner {
  zoom: 0.8;
}
.icon-down {
  position: absolute;
  bottom: 70px;
  left: 49%;
  animation: bounceDown 1.5s ease-in-out infinite;
}

@keyframes bounceDown {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px);
  }
}
