@font-face {
  font-family: "Lexend";
  src: url("./fonts/lexend/Lexend-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --im-primary: #79c7f5;
  --im-primary-strong: #4faee8;
  --im-primary-soft: #eaf6ff;
  --im-navy: #20274f;
  --im-text: #101828;
  --im-muted: #667085;
  --im-border: #dde6f1;
  --im-border-strong: #cbd8e6;
  --im-bg-soft: #f7fbff;
  --im-bg-tint: #f0f7ff;
  --im-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  --color-primary: var(--im-primary-strong);
  --color-secondary: var(--im-navy);
  --color-info: var(--im-primary);
  --color-base-100: #ffffff;
  --color-base-200: #f8fafc;
  --color-base-300: var(--im-border);
  --color-base-content: var(--im-text);
  --font-body: "Lexend", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  font-family: var(--font-body);
  color: var(--im-text);
}

.im-shell {
  width: 100%;
  margin-inline: auto;
  padding-inline: clamp(1rem, 2vw, 2rem);
}

.im-shell-hero {
  width: 100%;
  padding-inline: clamp(1rem, 2.4vw, 2.75rem);
}


a {
  color: inherit;
}

.im-logo {
  height: 42px;
  width: auto;
  display: block;
}

.im-link-list a {
  color: var(--im-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.im-link-list a:hover {
  color: var(--im-navy);
}

.im-topbar-btn,
.im-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 0.85rem;
  //font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.im-topbar-btn:hover,
.im-button:hover {
  transform: translateY(-1px);
}

.im-topbar-btn {
  min-height: 40px;
  padding: 0 0.95rem;
  font-size: 0.92rem;
}

.im-topbar-login {
  display: none;
}

.im-button {
  min-height: 48px;
  padding: 0 1.2rem;
  font-size: 0.98rem;
}

.im-button-primary,
.im-topbar-btn-primary {
  background: linear-gradient(180deg, var(--im-primary) 0%, var(--im-primary-strong) 100%);
  color: white;
  box-shadow: 0 12px 30px rgba(79, 174, 232, 0.22);
}

.im-button-primary:hover,
.im-topbar-btn-primary:hover {
  box-shadow: 0 14px 36px rgba(79, 174, 232, 0.3);
}

.im-button-secondary,
.im-topbar-btn-secondary {
  border: 1px solid var(--im-border-strong);
  background: rgba(255, 255, 255, 0.9);
  color: var(--im-navy);
}

.im-page-section {
  padding: 8.75rem 0;
}

.im-page-section.soft {
  background: linear-gradient(180deg, #ffffff 0%, var(--im-bg-soft) 100%);
}

.im-page-section.tint {
  background: linear-gradient(180deg, #ffffff 0%, var(--im-bg-tint) 100%);
}

.im-section-header {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.im-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(79, 174, 232, 0.22);
  background: rgba(121, 199, 245, 0.12);
  color: var(--im-navy);
  font-size: 0.85rem;
  font-weight: 700;
}

.im-section-title {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--im-navy);
}

.im-section-copy {
  margin: 1rem auto 0;
  max-width: 640px;
  color: var(--im-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.im-hero-wrap {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 6rem);
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.im-hero-dots {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.48;
  background-image: radial-gradient(rgba(32, 39, 79, 0.1) 1px, transparent 1px);
  background-size: 16px 16px;
  mask-image: none;
}

.im-hero-inner {
  position: relative;
  width: 100%;
  padding: 0.75rem 0 1.1rem;
}

.im-hero-copy {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}

.im-hero-title {
  margin: 0.55rem auto 0;
  max-width: 1080px;
  font-size: 60px;
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.038em;
  color: var(--im-navy);
}

.im-title-line {
  display: block;
  white-space: nowrap;
}

.im-hero-title .accent {
  color: var(--im-primary-strong);
}

.im-hero-text {
  max-width: 820px;
  margin: 0.8rem auto 0;
  color: var(--im-muted);
  font-size: clamp(0.98rem, 1.35vw, 1.06rem);
  line-height: 1.6;
}

.im-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 0.95rem;
}

.im-proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--im-border);
  color: var(--im-navy);
  font-size: 0.86rem;
  font-weight: 700;
}

.im-proof-pill svg {
  width: 1rem;
  height: 1rem;
  color: var(--im-primary-strong);
}

.im-stage {
  position: relative;
  margin-top: 0.85rem;
  min-height: 520px;
  padding-top: 2.2rem;
}

.im-stage-note {
  position: absolute;
  top: 0.2rem;
  left: max(1rem, calc(50% - 470px));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: fit-content;
  max-width: calc(100% - 2rem);
  margin: 0;
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(121, 199, 245, 0.25);
  background: rgba(255,255,255,0.96);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--im-navy);
  z-index: 8;
}

.im-stage-note span {
  color: var(--im-muted);
  font-weight: 600;
}

.im-stage-note-bubbles {
  display: flex;
  margin-right: 0.2rem;
}

.im-stage-note-bubbles i {
  width: 1.45rem;
  height: 1.45rem;
  margin-left: -0.3rem;
  border-radius: 999px;
  border: 2px solid #fff;
  display: inline-block;
  background: linear-gradient(135deg, #b7dcff, #edf7ff);
}

.im-upload-shell {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
}

.im-upload-box {
  position: relative;
  padding: 1.2rem;
  border-radius: 2rem;
  background: rgba(221, 239, 255, 0.82);
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.09);
  margin-top: 40px;
}

.im-upload-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px dashed rgba(49, 143, 190, 0.3);
}

.im-upload-content {
  position: relative;
  min-height: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.im-upload-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 1.5rem;
  color: #318fbe;
}

.im-upload-subtitle {
  margin: 0.85rem auto 0;
  color: var(--im-muted);
  font-size: 0.84rem;
  line-height: 1.6;
  text-align: center;
}

.im-stage-cards {
  display: none;
}

.im-float-card {
  position: absolute;
  width: 272px;
  border-radius: 1.35rem;
  border: 1px solid rgba(209, 219, 231, 0.8);
  background: rgba(255,255,255,0.96);
  box-shadow: 0 25px 80px rgba(15, 23, 42, 0.12);
  will-change: transform;
}

.im-float-card.card-live { left: 0.25rem; top: 3.9rem; }
.im-float-card.card-notif { left: 0.5rem; top: 14.5rem; }
.im-float-card.card-mail { right: 0.25rem; top: 4.1rem; }
.im-float-card.card-progress { right: 0.5rem; top: 14.75rem; }

.im-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.9rem 0;
  font-size: 0.7rem;
  color: var(--im-muted);
}

.im-card-head2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.9rem 0;
  font-size: 0.6rem;
  font-weight: 300;
  color: var(--im-muted);
  letter-spacing: 0.08em;
}

.im-card-live-body {
  padding: 0.7rem 0.85rem 0.85rem;
}

.im-card-live-preview {
  border-radius: 1rem;
  background: linear-gradient(180deg, #f8fbff, #e9f4ff);
  border: 1px solid rgba(121, 199, 245, 0.25);
  padding: 1rem;
}

.im-doc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.62rem 0.72rem;
  border-radius: 0.9rem;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(121, 199, 245, 0.18);
  font-size: 0.78rem;
}

.im-doc-row + .im-doc-row {
  margin-top: 0.55rem;
}

.im-doc-row strong {
  display: block;
  color: var(--im-navy);
  font-size: 0.88rem;
}

.im-doc-row span {
  display: block;
  margin-top: 0.2rem;
  color: var(--im-muted);
  font-size: 0.64rem;
}

.im-status-dot {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 0.6rem;
  min-height: 0.6rem;
  flex: 0 0 0.6rem;
  border-radius: 999px;
  background: #39c27c;
  box-shadow: 0 0 0 6px rgba(57, 194, 124, 0.14);
}

.im-doc-row > div:first-child {
  min-width: 0;
  flex: 1 1 auto;
}

.im-notif-body,
.im-mail-body,
.im-progress-body {
  padding: 0.9rem;
}

.im-notif-title,
.im-mail-title,
.im-progress-title {
  font-size: 0.8rem;
  color: var(--im-navy);
}

.im-notif-copy,
.im-mail-copy,
.im-progress-copy {
  margin-top: 0.45rem;
  color: var(--im-muted);
  line-height: 1.55;
  font-size: 0.8rem;
}

.im-notif-icon,
.im-progress-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.8rem;
  background: rgba(121, 199, 245, 0.16);
  color: var(--im-primary-strong);
}

.im-mail-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.62rem 0.72rem;
  border-radius: 0.9rem;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(121, 199, 245, 0.18);
}

.im-mail-line > div:first-child {
  min-width: 0;
  flex: 1 1 auto;
}

.im-progress-track {
  margin-top: 0.8rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #ecf2f8;
  overflow: hidden;
}

.im-progress-bar {
  height: 100%;
  width: 72%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--im-primary), var(--im-primary-strong));
}

.im-progress-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
  color: var(--im-muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.im-trust-strip {
  display: grid;
  gap: 1rem;
  margin-top: 1.1rem;
}

.im-trust-card {
  padding: 1rem 1.15rem;
  border-radius: 1.2rem;
  border: 1px solid var(--im-border);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.05);
}

.im-trust-card strong,
.im-simple-card h3,
.im-doc-card h3,
.im-side-card h3,
.im-benefit-card h3,
.im-footer h3 {
  color: var(--im-navy);
}

.im-trust-card p,
.im-simple-card p,
.im-doc-card p,
.im-side-card p,
.im-benefit-card p,
.im-footer p,
.im-footer a,
.im-list li,
.im-checklist li {
  color: var(--im-muted);
}

.im-compare {
  display: grid;
  gap: 1.25rem;
  align-items: center;
}

.im-side-card {
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px dashed var(--im-border-strong);
  background: #fff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.im-side-card.before {
  background: linear-gradient(180deg, #fff8f7 0%, #fff 100%);
  border-color: rgba(231, 76, 60, 0.28);
}

.im-side-card.after {
  background: linear-gradient(180deg, #f6fff8 0%, #fff 100%);
  border-color: rgba(57, 194, 124, 0.28);
}

.im-side-card h3 {
  margin: 0 0 0.9rem;
  font-size: 1.3rem;

}

.im-list,
.im-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.im-list li,
.im-checklist li {
  position: relative;
  padding-left: 1.7rem;
  line-height: 1.75;
}

.im-list li + li,
.im-checklist li + li {
  margin-top: 0.7rem;
}

.im-list li::before,
.im-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
}

.im-side-card.before .im-list li::before {
  background: rgba(231, 76, 60, 0.22);
  box-shadow: inset 0 0 0 2px rgba(231, 76, 60, 0.52);
}

.im-side-card.after .im-list li::before,
.im-checklist li::before {
  background: rgba(57, 194, 124, 0.22);
  box-shadow: inset 0 0 0 2px rgba(57, 194, 124, 0.52);
}

.im-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.im-arrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--im-border);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
  color: var(--im-navy);
}

.im-grid-3,
.im-doc-grid,
.im-benefit-grid,
.im-footer-grid {
  display: grid;
  gap: 1rem;
}

.im-simple-card,
.im-doc-card,
.im-benefit-card {
  padding: 1.35rem;
  border-radius: 1.35rem;
  border: 1px solid var(--im-border);
  background: #fff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
}

.im-step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(121, 199, 245, 0.18);
  color: var(--im-navy);
  font-weight: 800;
  margin-bottom: 0.9rem;
}

.im-card-title {
  margin: 0;
  font-size: 1.1rem;
}

.im-card-copy {
  margin-top: 0.7rem;
  font-size: 0.8rem;
  line-height: 1.7;
  color: var(--im-muted);
}

.im-doc-card {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.im-doc-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1rem;
  background: rgba(121, 199, 245, 0.14);
  color: var(--im-primary-strong);
}

.im-doc-card p {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  line-height: 1.65;
}

.im-dual {
  display: grid;
  gap: 1.2rem;
  align-items: stretch;
}

.im-highlight-card {
  padding: 1.55rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(121, 199, 245, 0.12), rgba(255,255,255,0.98));
  border: 1px solid rgba(121, 199, 245, 0.28);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.im-highlight-card h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--im-navy);
}

.im-highlight-card p {
  margin-top: 0.8rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--im-muted);
}

.im-kicker-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.1rem;
}

.im-kicker {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(121, 199, 245, 0.2);
}

.im-kicker strong {
  display: block;
  color: var(--im-navy);
  font-size: 0.98rem;
}

.im-kicker span {
  display: block;
  margin-top: 0.35rem;
  color: var(--im-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.im-faq-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.im-footer {
  padding: 3rem 0 2rem;
  border-top: 1px solid var(--im-border);
  background: #ffffff;
}

.im-footer-brand {
  max-width: 420px;
}

.im-footer-note {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid var(--im-border);
  color: var(--im-muted);
  font-size: 0.92rem;
}

.im-modal-copy {
  color: var(--im-muted);
  line-height: 1.7;
}

.im-modal-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}

.im-placeholder-box {
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px dashed var(--im-border-strong);
  background: var(--im-bg-soft);
  color: var(--im-muted);
  line-height: 1.7;
}

@media (min-width: 768px) {
  .im-trust-strip,
  .im-grid-3,
  .im-benefit-grid,
  .im-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .im-doc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .im-kicker-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .im-shell {
    padding-inline: clamp(1.5rem, 2.6vw, 3rem);
  }

  .im-shell-hero {
    padding-inline: clamp(1.5rem, 3vw, 3.5rem);
  }
}

@media (min-width: 1024px) {
  .im-topbar-login {
    display: inline-flex;
  }

  .im-hero-wrap {
    min-height: calc(100svh - 7.5rem);
  }

  .im-hero-inner {
    padding: 5rem 0 1.5rem;
  }

  .im-stage {
    margin-top: 1.2rem;
    min-height: 500px;
    padding-top: 2.25rem;
  }

  .im-stage-cards {
    display: block;
  }

  .im-trust-strip,
  .im-benefit-grid,
  .im-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .im-compare {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

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

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

  .im-dual {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  }

  .im-footer-grid {
    grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 0.8fr));
  }
}

@media (min-width: 1280px) {
  .im-upload-shell {
    max-width: 620px;
  }

  .im-float-card {
    width: 286px;
  }

  .im-float-card.card-live { left: 1rem; top: -12.2em; }
  .im-float-card.card-notif { left: 1.35rem; top: 9.8rem; }
  .im-float-card.card-mail { right: 1rem; top: -11rem; }
  .im-float-card.card-progress { right: 1.35rem; top: 6rem; }
}

@media (max-width: 1023px) {
  .im-page-section {
    padding: 4rem 0;
  }

  .im-stage {
    min-height: auto;
  }

  .im-stage-note {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 0.9rem;
    justify-content: center;
    max-width: 100%;
    z-index: 2;
  }

  .im-upload-shell {
    max-width: 100%;
  }

  .im-upload-box {
    border-radius: 1.5rem;
  }

  .im-upload-content {
    min-height: auto;
    padding: 1rem 0;
  }

  .im-stage-cards {
    display: none;
  }
}

@media (max-width: 767px) {
  .im-logo {
    height: 34px;
  }

  .im-title-line {
    white-space: normal;
  }

  .im-hero-wrap {
    border-radius: 0;
  }

  .im-hero-inner {
    padding: 0.9rem 0.85rem 1rem;
  }

  .im-section-title,
  .im-hero-title {
    font-size: clamp(2.4rem, 8vw, 4rem);
    line-height: 1;
    letter-spacing: -0.028em;
  }

  .im-footer-note {
    flex-direction: column;
  }
}

@media (max-width: 1023px) {
  .im-arrow {
    padding: 0.35rem 0;
  }

  .im-arrow span {
    width: 3.25rem;
    height: 3.25rem;
  }

  .im-arrow svg {
    transform: rotate(90deg);
    transform-origin: center;
  }
}
