*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bg: #f4f8ff;
  --bg-soft: #eef5ff;
  --panel: rgba(255, 255, 255, 0.88);
  --panel-strong: rgba(255, 255, 255, 0.96);
  --text: #11223b;
  --muted: #52637d;
  --line: rgba(60, 96, 156, 0.14);
  --accent: #2563eb;
  --accent-2: #0ea5e9;
  --accent-3: #f59e0b;
  --accent-4: #8b5cf6;
  --accent-5: #14b8a6;
  --shadow: 0 18px 45px rgba(37, 99, 235, 0.10);
  --radius: 24px;
  --radius-sm: 18px;
  --container: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 28%),
    radial-gradient(circle at 85% 8%, rgba(245, 158, 11, 0.18), transparent 18%),
    radial-gradient(circle at 20% 65%, rgba(139, 92, 246, 0.12), transparent 22%),
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 46%, #f8fbff 100%);
  line-height: 1.65;
}

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

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

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  background: #fff;
  color: #111827;
  padding: 12px 16px;
  border-radius: 12px;
  z-index: 1000;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.section {
  padding: 88px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading h2,
.hero h1,
.cta-wrap h2 {
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 8px 12px;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37,99,235,.12), rgba(14,165,233,.10));
  color: #1d4ed8;
  border: 1px solid rgba(37,99,235,.12);
}

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

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.brand span {
  display: grid;
}

.brand small {
  color: var(--muted);
  font-weight: 600;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--muted);
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.nav-cta {
  padding: 12px 18px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2), var(--accent-4));
  color: white !important;
  box-shadow: var(--shadow);
}

.btn {
  padding: 14px 22px;
}

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

.btn-primary {
  color: var(--text);
  background: linear-gradient(135deg, #2563eb, #0ea5e9 48%, #14b8a6);
  box-shadow: var(--shadow);
}

.btn-secondary {
  border: 1px solid rgba(37,99,235,.14);
  background: rgba(255,255,255,0.82);
  color: #1e3a8a;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.86);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: white;
}

.hero {
  padding: 80px 0 48px;
  overflow: clip;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 40px;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.7rem, 6vw, 5rem);
}

.hero h1 span {
  background: linear-gradient(135deg, #2563eb, #06b6d4, #f59e0b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 62ch;
}

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

.hero-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hero-stats li {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.86);
}

.hero-stats strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.hero-visual > img {
  z-index: 1;
  filter: drop-shadow(0 22px 50px rgba(0,0,0,0.35));
}

.tile {
  position: absolute;
  z-index: 2;
  width: 180px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  animation: floaty 8s ease-in-out infinite;
}

.tile-label {
  display: block;
  color: rgba(255,255,255,0.84);
  font-size: 0.85rem;
  margin-bottom: 6px;
}

.tile strong {
  display: block;
  line-height: 1.25;
}

.tile-a { top: 14px; left: 8px; background: linear-gradient(135deg, rgba(124,58,237,.88), rgba(59,130,246,.72)); }
.tile-b { top: 30px; right: 8px; background: linear-gradient(135deg, rgba(6,182,212,.88), rgba(34,197,94,.68)); animation-delay: -1s; }
.tile-c { top: 190px; left: -8px; background: linear-gradient(135deg, rgba(244,114,182,.88), rgba(124,58,237,.62)); animation-delay: -2s; }
.tile-d { top: 210px; right: -10px; background: linear-gradient(135deg, rgba(245,158,11,.92), rgba(236,72,153,.68)); animation-delay: -3s; }
.tile-e { bottom: 80px; left: 48px; background: linear-gradient(135deg, rgba(34,197,94,.88), rgba(6,182,212,.62)); animation-delay: -2.4s; }
.tile-f { bottom: 48px; right: 60px; background: linear-gradient(135deg, rgba(59,130,246,.84), rgba(168,85,247,.74)); animation-delay: -1.5s; }

@keyframes floaty {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.trust-strip {
  padding: 18px 0 24px;
}

.trust-grid {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: var(--muted);
}

.trust-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.trust-badges span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--line);
  color: #e2e8f0;
}

.feature-grid,
.locker-grid,
.secrets-grid,
.testimonial-grid,
.tile-row {
  display: grid;
  gap: 20px;
}

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

.card,
.locker-card,
.secret-card,
.testimonial-card,
.mini-tile,
.process-panel,
.pricing-card,
.comparison-table-wrap,
.tech-shell,
.cta-wrap,
.faq-item,
.site-footer,
.hero-stats li {
  box-shadow: var(--shadow);
}

.card,
.locker-card,
.secret-card,
.testimonial-card,
.mini-tile,
.process-panel,
.pricing-card,
.tech-shell,
.cta-wrap,
.faq-item {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 24px;
}

.card {
  min-height: 220px;
}

.card a {
  display: inline-flex;
  margin-top: 12px;
  font-weight: 700;
  color: var(--text);
}

.gradient-1 { background: linear-gradient(160deg, rgba(124,58,237,.23), rgba(6,182,212,.12)); }
.gradient-2 { background: linear-gradient(160deg, rgba(236,72,153,.24), rgba(124,58,237,.12)); }
.gradient-3 { background: linear-gradient(160deg, rgba(34,197,94,.18), rgba(6,182,212,.12)); }
.gradient-4 { background: linear-gradient(160deg, rgba(59,130,246,.2), rgba(34,197,94,.12)); }
.gradient-5 { background: linear-gradient(160deg, rgba(245,158,11,.2), rgba(236,72,153,.12)); }
.gradient-6 { background: linear-gradient(160deg, rgba(168,85,247,.2), rgba(59,130,246,.12)); }

.process-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 24px;
  align-items: start;
}

.process-steps {
  display: grid;
  gap: 14px;
}

.process-step {
  width: 100%;
  text-align: left;
  color: var(--text);
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.86);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.process-step:hover,
.process-step.active {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.1);
}

.process-step span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  font-weight: 800;
}

.process-step strong,
.process-step small {
  display: block;
}

.process-step small {
  color: var(--muted);
}

.process-panels {
  position: relative;
}

.process-panel,
.tech-panel {
  display: none;
  background: rgba(255,255,255,0.86);
}

.process-panel.active,
.tech-panel.active {
  display: block;
}

.process-panel ul {
  padding-left: 18px;
}

.tech-shell {
  padding: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,251,255,0.96));
}

.tech-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.tech-tab,
.pricing-switch {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.86);
  color: var(--text);
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.tech-tab.active,
.pricing-switch.active {
  background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(6,182,212,.82));
}

.tile-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.mini-tile {
  background: rgba(255,255,255,0.86);
}

.cloud-flow {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0 14px;
}

.flow-node,
.flow-arrow {
  font-weight: 700;
}

.flow-node {
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.90);
  border: 1px solid var(--line);
}

.flow-node.highlight {
  background: linear-gradient(135deg, rgba(124,58,237,.92), rgba(236,72,153,.7));
}

.helper-text {
  color: var(--muted);
}

.locker-grid,
.secrets-grid,
.testimonial-grid,
.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.locker-card,
.secret-card,
.testimonial-card {
  background: rgba(255,255,255,0.86);
}

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

.pricing-toggle {
  display: inline-flex;
  gap: 10px;
  margin-bottom: 24px;
}

.pricing-card {
  background: rgba(255,255,255,0.90);
}

.featured-free {
  outline: 2px solid rgba(6,182,212,0.35);
}

.featured-pro {
  outline: 2px solid rgba(236,72,153,0.35);
}

.plan-name {
  color: var(--muted);
  font-weight: 700;
  margin: 0 0 8px;
}

.pricing-card h3 {
  margin: 0 0 8px;
  font-size: 2.3rem;
}

.pricing-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.comparison-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,251,255,0.96));
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.comparison-table caption {
  text-align: left;
  padding: 18px 20px 8px;
  font-weight: 800;
}

.comparison-table th,
.comparison-table td {
  padding: 14px 20px;
  border-top: 1px solid var(--line);
}

.comparison-table th {
  text-align: left;
}

.social-proof {
  padding-top: 40px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 0;
  overflow: hidden;
  background: rgba(255,255,255,0.86);
}

.faq-question {
  width: 100%;
  text-align: left;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
  background: none;
  border: 0;
  padding: 20px 24px;
  cursor: pointer;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
  padding: 0 24px 0;
  color: var(--muted);
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-answer p {
  padding-bottom: 22px;
}

.cta-wrap {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, rgba(124,58,237,.26), rgba(6,182,212,.18), rgba(236,72,153,.18));
}

.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.site-footer {
  margin-top: 24px;
  padding: 36px 0 44px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,0.82);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr;
  gap: 20px;
  align-items: start;
}

.footer-grid nav {
  display: grid;
  gap: 10px;
}

.footer-grid p,
.footer-grid a {
  color: var(--muted);
}

.footer-brand {
  margin-bottom: 14px;
}

@media (max-width: 1080px) {
  .hero-grid,
  .secrets-wrap,
  .process-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .locker-grid,
  .secrets-grid,
  .testimonial-grid,
  .pricing-grid,
  .tile-row,
  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-visual {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 1rem;
    left: 1rem;
    display: none;
    padding: 16px;
    border-radius: 22px;
    border: 1px solid var(--line);
    background: rgba(7,13,28,0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: grid;
  }

  .hero {
    padding-top: 40px;
  }

  .section {
    padding: 72px 0;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .feature-grid,
  .locker-grid,
  .secrets-grid,
  .testimonial-grid,
  .pricing-grid,
  .tile-row,
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .tile {
    width: 150px;
    padding: 12px;
  }

  .tile-a { left: 0; top: 10px; }
  .tile-b { right: 0; top: 32px; }
  .tile-c { left: 0; top: 175px; }
  .tile-d { right: -2px; top: 198px; }
  .tile-e { left: 8px; bottom: 68px; }
  .tile-f { right: 10px; bottom: 44px; }

  .hero-visual {
    min-height: 470px;
  }

  .cta-wrap {
    align-items: flex-start;
  }
}

.pricing-action {
  margin-top: 18px;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.screenshot-card {
  margin: 0;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.86);
  box-shadow: var(--shadow);
}

.screenshot-card img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

@media (max-width: 900px) {
  .screenshot-grid {
    grid-template-columns: 1fr;
  }
}


.nav-cta,
.btn-primary,
.tech-tab.active,
.pricing-switch.active,
.flow-node.highlight,
.process-step span,
.tile,
.tile-label,
.tile strong {
  color: #ffffff !important;
}

.card,
.locker-card,
.secret-card,
.testimonial-card,
.mini-tile,
.process-panel,
.pricing-card,
.tech-shell,
.cta-wrap,
.faq-item,
.screenshot-card,
.hero-stats li,
.comparison-table-wrap {
  backdrop-filter: blur(10px);
}

.card,
.locker-card,
.secret-card,
.testimonial-card,
.mini-tile,
.process-panel,
.pricing-card,
.tech-shell,
.cta-wrap,
.faq-item,
.screenshot-card,
.hero-stats li {
  border: 1px solid rgba(37,99,235,.10);
}

.hero-stats li,
.card,
.locker-card,
.secret-card,
.testimonial-card,
.pricing-card,
.faq-item,
.screenshot-card,
.tech-shell,
.process-panel {
  box-shadow: 0 14px 36px rgba(37,99,235,.08);
}

.trust-badges span,
.flow-node,
.process-step,
.tech-tab,
.pricing-switch,
.mini-tile {
  background: rgba(255,255,255,0.88);
}

.process-step.active,
.process-step:hover {
  background: linear-gradient(135deg, rgba(37,99,235,.09), rgba(14,165,233,.10));
  border-color: rgba(37,99,235,.22);
}

.tech-tab.active,
.pricing-switch.active {
  background: linear-gradient(135deg, #2563eb, #0ea5e9, #8b5cf6);
}

.flow-node.highlight {
  background: linear-gradient(135deg, #2563eb, #0ea5e9, #f59e0b);
}

.cta-wrap {
  background: linear-gradient(135deg, rgba(37,99,235,.10), rgba(14,165,233,.12), rgba(245,158,11,.10));
}

.gradient-1 { background: linear-gradient(160deg, rgba(37,99,235,.12), rgba(14,165,233,.08)); }
.gradient-2 { background: linear-gradient(160deg, rgba(139,92,246,.12), rgba(37,99,235,.08)); }
.gradient-3 { background: linear-gradient(160deg, rgba(20,184,166,.12), rgba(14,165,233,.08)); }
.gradient-4 { background: linear-gradient(160deg, rgba(245,158,11,.12), rgba(20,184,166,.08)); }
.gradient-5 { background: linear-gradient(160deg, rgba(59,130,246,.12), rgba(139,92,246,.08)); }
.gradient-6 { background: linear-gradient(160deg, rgba(245,158,11,.12), rgba(37,99,235,.08)); }

.tile-a { background: linear-gradient(135deg, #2563eb, #0ea5e9); }
.tile-b { background: linear-gradient(135deg, #14b8a6, #0ea5e9); }
.tile-c { background: linear-gradient(135deg, #8b5cf6, #2563eb); }
.tile-d { background: linear-gradient(135deg, #f59e0b, #fb7185); }
.tile-e { background: linear-gradient(135deg, #10b981, #0ea5e9); }
.tile-f { background: linear-gradient(135deg, #3b82f6, #8b5cf6); }

.featured-free {
  outline: 2px solid rgba(14,165,233,0.25);
}

.featured-pro {
  outline: 2px solid rgba(245,158,11,0.28);
}

.site-footer {
  border-top: 1px solid rgba(37,99,235,.12);
}

@media (max-width: 760px) {
  .site-nav {
    background: rgba(255,255,255,0.98);
  }
}
