:root {
  --bg: #eff6ff;
  --bg-soft: #f8fbff;
  --surface: rgba(255,255,255,0.82);
  --surface-strong: #ffffff;
  --surface-alt: #edf5ff;
  --line: rgba(120, 170, 235, 0.22);
  --text: #12335f;
  --text-soft: #4e6d95;
  --primary: #1f74ff;
  --primary-strong: #1557d4;
  --accent: #7cc7ff;
  --shadow-xl: 0 32px 90px rgba(34, 94, 180, 0.18);
  --shadow-lg: 0 18px 45px rgba(34, 94, 180, 0.12);
  --shadow-md: 0 12px 26px rgba(34, 94, 180, 0.09);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(146, 211, 255, 0.35), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(97, 169, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #f4f9ff 0%, #edf5ff 50%, #f9fbff 100%);
}

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

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

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-shell {
  overflow: hidden;
  position: relative;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 18px 0 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 22px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(167, 202, 247, 0.35);
  border-radius: 28px;
  box-shadow: 0 14px 30px rgba(58, 116, 201, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  box-shadow: 0 12px 25px rgba(40, 111, 213, 0.18);
}

.brand strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand span {
  display: block;
  color: var(--text-soft);
  font-size: 0.86rem;
  margin-top: 3px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-links a:not(.btn) {
  padding: 10px 14px;
  border-radius: 14px;
  color: var(--text-soft);
  font-weight: 600;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nav-links a:not(.btn):hover {
  background: rgba(110, 179, 255, 0.12);
  color: var(--text);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(137, 183, 244, 0.35);
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 100px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 18px;
  font-weight: 700;
  border: 1px solid transparent;
  box-shadow: var(--shadow-md);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #0f70ff 0%, #3c96ff 58%, #62c7ff 100%);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0d66ea 0%, #2a87fb 58%, #52bcff 100%);
}

.btn-secondary {
  background: rgba(255,255,255,0.82);
  color: var(--text);
  border-color: rgba(138, 183, 244, 0.4);
}

.hero {
  position: relative;
  padding: 70px 0 30px;
}

.hero-wave,
.hero-glow,
.section-wave {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.hero-wave-top {
  top: -30px;
  left: 0;
  width: 100%;
  opacity: 0.92;
}

.hero-glow-left {
  left: -120px;
  top: 80px;
  width: 420px;
  opacity: 0.8;
}

.hero-glow-right {
  right: -110px;
  top: 140px;
  width: 420px;
  opacity: 0.7;
}

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

.hero-copy {
  padding: 40px 0 30px;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(153, 194, 251, 0.35);
  box-shadow: 0 12px 24px rgba(50, 112, 200, 0.06);
  color: #2a6dcf;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
}

.eyebrow img,
.section-tag img {
  width: 18px;
  height: 18px;
}

.hero h1,
.section-heading h2,
.panel-copy h2,
.process-intro h2,
.cta-box h2 {
  margin: 18px 0 0;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-size: clamp(2.9rem, 5vw, 4.95rem);
  max-width: 13ch;
}

.hero-text,
.section-heading p,
.panel-copy p,
.process-intro p,
.cta-box p {
  color: var(--text-soft);
  font-size: 1.1rem;
  line-height: 1.9;
  margin: 22px 0 0;
  max-width: 640px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.point-card,
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 18px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(160, 196, 247, 0.32);
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(62, 118, 199, 0.08);
}

.point-card img,
.feature-item img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 2px;
}

.point-card span,
.feature-item span {
  color: var(--text-soft);
  line-height: 1.6;
  font-size: 0.95rem;
  font-weight: 500;
}

.hero-visual {
  position: relative;
}

.mockup-card {
  position: relative;
  padding: 26px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,252,255,0.96));
  border: 1px solid rgba(153, 194, 251, 0.38);
  box-shadow: var(--shadow-xl);
}

.mockup-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: calc(var(--radius-xl) - 12px);
  background: linear-gradient(180deg, rgba(76, 157, 255, 0.05), rgba(117, 195, 255, 0.08));
  pointer-events: none;
}

.mockup-top,
.stats-row,
.screenshot-frame {
  position: relative;
  z-index: 1;
}

.mockup-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #2a7fff, #5cbcff);
  box-shadow: 0 10px 24px rgba(46, 124, 229, 0.18);
}

.badge-soft {
  background: #e7f4ff;
  color: #2f6cc5;
  box-shadow: none;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.stat-box {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fbff 0%, #edf6ff 100%);
  border: 1px solid rgba(166, 203, 245, 0.35);
}

.stat-box strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.stat-box span {
  display: block;
  margin-top: 8px;
  color: var(--text-soft);
  font-weight: 600;
  font-size: 0.94rem;
}

.screenshot-frame {
  margin-top: 22px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #eff7ff, #fff);
  border: 1px solid rgba(159, 199, 247, 0.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.screenshot-frame img,
.dashboard-shell img {
  width: 100%;
  height: auto;
}

.section {
  position: relative;
  padding: 52px 0;
}

.modules-section {
  padding-top: 46px;
}

.section-heading {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 32px;
}

.section-heading.left {
  text-align: left;
  margin: 0;
}

.section-heading h2,
.panel-copy h2,
.process-intro h2,
.cta-box h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  max-width: none;
}

.modules-grid,
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.info-card,
.benefit-card,
.faq-item {
  border-radius: 28px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(155, 197, 248, 0.36);
  box-shadow: var(--shadow-md);
}

.info-card {
  padding: 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-card:hover,
.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.icon-wrap {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(180deg, #f4faff, #e4f2ff);
  border: 1px solid rgba(155, 197, 248, 0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.icon-wrap img,
.benefit-card img {
  width: 34px;
  height: 34px;
}

.info-card h3,
.benefit-card h3,
.step-card h3 {
  margin: 20px 0 0;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.info-card p,
.benefit-card p,
.step-card p,
.faq-item p {
  color: var(--text-soft);
  line-height: 1.8;
  margin: 12px 0 0;
  font-size: 0.98rem;
}

.panel-section {
  padding-top: 80px;
}

.section-wave {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.92;
}

.panel-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 36px;
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.panel-visual {
  position: relative;
}

.dashboard-shell {
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(155, 197, 248, 0.35);
  box-shadow: var(--shadow-xl);
}

.process-box {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  padding: 36px;
  border-radius: 38px;
  background: linear-gradient(135deg, #2d89ff 0%, #4ca7ff 52%, #85d3ff 100%);
  color: #fff;
  box-shadow: 0 30px 80px rgba(27, 103, 210, 0.26);
}

.section-tag-light {
  background: rgba(255,255,255,0.16);
  color: #fff;
  border-color: rgba(255,255,255,0.18);
  box-shadow: none;
}

.process-intro p {
  color: rgba(255,255,255,0.88);
}

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

.step-card {
  padding: 24px 24px;
  border-radius: 28px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
}

.step-card span {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
}

.step-card p {
  color: rgba(255,255,255,0.86);
}

.benefit-card {
  padding: 28px;
}

.benefit-card img {
  width: 54px;
  height: 54px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

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

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  font-weight: 700;
  position: relative;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: #2b74d8;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
}

.cta-section {
  padding-bottom: 88px;
}

.section-wave-bottom {
  bottom: -10px;
  top: auto;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(153, 194, 251, 0.34);
  box-shadow: var(--shadow-lg);
}

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

@media (max-width: 1080px) {
  .hero-grid,
  .panel-grid,
  .process-box,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 100%;
  }

  .panel-copy,
  .process-intro {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .modules-grid,
  .benefits-grid,
  .hero-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(155, 197, 248, 0.35);
    box-shadow: var(--shadow-lg);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a:not(.btn) {
    padding: 12px 14px;
  }

  .menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 720px) {
  .topbar {
    padding-top: 12px;
  }

  .nav {
    padding: 14px 16px;
    border-radius: 22px;
  }

  .brand span {
    display: none;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-copy {
    padding-top: 16px;
  }

  .hero h1,
  .section-heading h2,
  .panel-copy h2,
  .process-intro h2,
  .cta-box h2 {
    font-size: 2.2rem;
  }

  .hero-text,
  .section-heading p,
  .panel-copy p,
  .process-intro p,
  .cta-box p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-points,
  .modules-grid,
  .benefits-grid,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .mockup-card,
  .process-box,
  .cta-box,
  .info-card,
  .benefit-card {
    padding: 22px;
  }

  .process-box {
    gap: 22px;
  }

  .cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    padding: 42px 0;
  }

  .faq-item summary {
    padding-right: 52px;
  }
}


.notice-strip {
  position: relative;
  z-index: 3;
  margin-bottom: 14px;
}

.notice-pill {
  display: inline-flex;
  width: 100%;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(145, 188, 245, 0.32);
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 34px rgba(50, 112, 200, 0.08);
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.65;
}

.brand img {
  width: auto;
  height: 52px;
  max-width: 210px;
  border-radius: 0;
  box-shadow: none;
}

.hero h1 {
  max-width: 11ch;
}

.hero-text {
  max-width: 600px;
}

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

.metric-card {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(137, 183, 244, 0.26);
  box-shadow: 0 18px 30px rgba(50, 112, 200, 0.08);
}

.metric-card strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.metric-card span {
  display: block;
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.featured-info-card {
  background: linear-gradient(180deg, rgba(22,97,229,0.98), rgba(17,75,182,0.98));
  color: #fff;
}

.featured-info-card p {
  color: rgba(255,255,255,0.88);
}

.featured-info-card .icon-wrap {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.18);
}

.featured-info-card .icon-wrap img {
  filter: brightness(0) invert(1);
}

@media (max-width: 980px) {
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .notice-pill {
    font-size: 0.9rem;
  }

  .brand img {
    height: 44px;
    max-width: 172px;
  }
}


.mockup-card-real {
  overflow: visible;
}

.screenshot-frame-real {
  position: relative;
  overflow: visible;
}

.screenshot-frame-real > img {
  border-radius: 26px;
}

.floating-shot {
  position: absolute;
  right: -18px;
  bottom: -36px;
  width: min(46%, 290px);
  padding: 12px;
  border-radius: 24px;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(153, 194, 251, 0.42);
  box-shadow: 0 22px 44px rgba(39, 102, 191, 0.18);
}

.floating-shot span {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.floating-shot img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(153, 194, 251, 0.3);
}

@media (max-width: 1080px) {
  .floating-shot {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 16px;
  }
}
