/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"Space_Grotesk","arguments":[{"subsets":["latin"]}],"variableName":"spaceGrotesk"} ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* vietnamese */
@font-face {
  font-family: '__Space_Grotesk_dd5b2f';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/_next/static/media/e1aab0933260df4d-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Space_Grotesk_dd5b2f';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/_next/static/media/b7387a63dd068245-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Space_Grotesk_dd5b2f';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/_next/static/media/36966cca54120369-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Space_Grotesk_Fallback_dd5b2f';src: local("Arial");ascent-override: 89.71%;descent-override: 26.62%;line-gap-override: 0.00%;size-adjust: 109.69%
}.__className_dd5b2f {font-family: '__Space_Grotesk_dd5b2f', '__Space_Grotesk_Fallback_dd5b2f';font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-muted: #eef3f9;
  --text: #13294b;
  --text-muted: #4f6485;
  --brand: #007ac2;
  --brand-deep: #0b5f94;
  --danger: #be123c;
  --success: #147a44;
  --border: #d4dfed;
  --shadow: 0 8px 24px rgba(19, 41, 75, 0.08);
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  color: var(--text);
  background: linear-gradient(180deg, #f9fbff 0%, var(--bg) 100%);
}

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

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.topbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--border);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.88);
}

.topbar-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.btn {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 140ms ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #1290db 0%, var(--brand) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 4px 12px rgba(0, 122, 194, 0.28);
}

.btn-primary:hover {
  background: linear-gradient(180deg, #0b83cb 0%, var(--brand-deep) 100%);
}

.btn-ghost {
  border-color: var(--border);
  background: #fff;
}

.btn-ghost:hover {
  background: var(--surface-muted);
}

.btn-subtle {
  padding: 6px 10px;
  font-size: 12px;
}

.hero {
  padding: 72px 0 48px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 24px;
  gap: 24px;
}

.hero-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
}

.eyebrow {
  color: var(--brand);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.hero h1 {
  margin: 12px 0 8px;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.07;
}

.hero p {
  margin: 0;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.6;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

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

.feature {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.feature h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.feature p {
  margin: 0;
  font-size: 14px;
  color: var(--text-muted);
}

.account-shell {
  padding: 36px 0 64px;
}

.account-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-gap: 18px;
  gap: 18px;
  margin-top: 18px;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
}

.card h2,
.card h3 {
  font-weight: 650;
}

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

.summary-line {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

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

.summary-actions {
  display: flex;
  align-items: center;
}

.card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.kpi {
  font-size: 32px;
  font-weight: 700;
  margin: 8px 0;
}

.meta-list {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin-top: 14px;
}

.meta-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.badge {
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
}

.badge-active {
  background: #def7e8;
  color: var(--success);
}

.badge-trial {
  background: #e8f1ff;
  color: var(--brand-deep);
}

.badge-muted {
  background: #eef3f9;
  color: var(--text-muted);
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
}

.table th,
.table td {
  text-align: left;
  padding: 10px 8px;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}

.error {
  color: var(--danger);
}

.billing-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(18, 37, 66, 0.42);
  display: grid;
  place-items: center;
  z-index: 80;
  padding: 18px;
}

.billing-modal {
  width: min(820px, 96vw);
  max-height: 88vh;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 18px;
}

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

.pricing-shell {
  min-height: 100vh;
}

.pricing-hero {
  padding: 72px 0 28px;
}

.pricing-section-header {
  margin-bottom: 16px;
}

.pricing-section-header p {
  margin: 8px 0 0;
  color: var(--text-muted);
}

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

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 250px;
}

.pricing-price {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.pricing-button {
  margin-top: auto;
  width: 100%;
  text-align: center;
}

.pricing-free-panel {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  box-shadow: var(--shadow);
}

.pricing-free-panel h3 {
  margin-top: 0;
}

.pricing-free-copy {
  margin: 10px 0 0;
  color: var(--text-muted);
  max-width: 720px;
}

.pricing-free-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.checkout-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.checkout-card {
  width: min(560px, 100%);
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: var(--shadow);
  text-align: center;
}

.checkout-kicker {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.checkout-title {
  margin: 0;
  font-size: clamp(34px, 5vw, 46px);
  line-height: 1.05;
}

.checkout-copy {
  margin: 14px 0 20px;
  color: var(--text-muted);
}

.checkout-spinner {
  width: 42px;
  height: 42px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 4px solid #d7e7f6;
  border-top-color: var(--brand);
  animation: checkout-spin 0.9s linear infinite;
}

@keyframes checkout-spin {
  to {
    transform: rotate(360deg);
  }
}

.billing-option {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  text-align: left;
  cursor: pointer;
  transition: 120ms ease;
}

.billing-option:hover {
  border-color: var(--brand);
  background: #f7fbff;
}

.billing-option-selected {
  border-color: var(--brand);
  box-shadow: inset 0 0 0 1px rgba(0, 122, 194, 0.35);
  background: #eef7ff;
}

.billing-option-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.billing-option-sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 2px;
}

.footer {
  padding: 18px 0 40px;
  color: var(--text-muted);
}

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

@media (max-width: 960px) {
  .hero-grid,
  .account-grid {
    grid-template-columns: 1fr;
  }

  .container {
    padding: 0 14px;
  }

  .topbar-inner {
    height: 64px;
    gap: 10px;
  }

  .brand {
    font-size: 18px;
  }

  .btn {
    padding: 9px 12px;
    font-size: 14px;
  }

  .hero {
    padding-top: 24px;
  }

  .hero-card {
    padding: 18px;
  }

  .account-shell {
    padding: 20px 0 42px;
  }

  .kpi {
    font-size: 30px;
  }

  .meta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .card {
    overflow: auto;
  }

  .billing-option-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-free-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-free-actions {
    width: 100%;
  }
}

/* Marketing site */
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 249, 253, 0.94);
  border-bottom: 1px solid #c9d8ea;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.site-header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  margin-right: 10px;
  color: var(--text-muted);
  font-weight: 600;
}

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

.site-header-actions {
  display: flex;
  gap: 10px;
}

.section {
  padding: 74px 0;
}

.hero-section {
  min-height: 720px;
  display: flex;
  align-items: center;
}

.split-hero,
.split-standard {
  display: grid;
  grid-template-columns: 44% 56%;
  grid-gap: 34px;
  gap: 34px;
  align-items: center;
}

.kicker {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-deep);
}

h1 {
  margin: 0;
  font-size: clamp(48px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.page-title {
  font-size: clamp(40px, 4.8vw, 58px);
}

h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h3 {
  margin: 0;
  font-size: 24px;
}

.lede {
  margin: 22px 0 0;
  font-size: 21px;
  line-height: 1.55;
  color: var(--text-muted);
}

p {
  font-size: 18px;
  line-height: 1.7;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.cta-row-center {
  justify-content: center;
}

.section-problem,
.section-credibility,
.section-final-cta {
  background: linear-gradient(180deg, #f8fbff 0%, #eff5fc 100%);
  border-top: 1px solid #d5e2f0;
  border-bottom: 1px solid #d5e2f0;
}

.centered-copy {
  max-width: 760px;
}

.centered-copy h1,
.centered-copy h2 {
  margin-bottom: 20px;
}

.capability-grid,
.three-col-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 26px;
  gap: 26px;
}

.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  box-shadow: var(--shadow);
}

.feature-card p {
  margin: 14px 0 0;
  font-size: 16px;
}

.workflow-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
}

.workflow-step {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px;
}

.workflow-step p {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
}

.visual-slot {
  border: 1px solid #bdd0e6;
  border-radius: 16px;
  min-height: 280px;
  background: linear-gradient(145deg, #f7fbff 0%, #e8f0fa 100%);
  position: relative;
  overflow: hidden;
}

.visual-slot-tall {
  min-height: 420px;
}

.visual-slot-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(20, 122, 68, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(20, 122, 68, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.55;
}

.visual-slot-content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: rgba(11, 43, 74, 0.92);
  color: #dff1ff;
  border-radius: 12px;
  padding: 12px;
}

.visual-slot-content strong {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.visual-slot-content p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.visual-video-slot .visual-slot-grid {
  opacity: 0.2;
}

.marketing-video {
  position: absolute;
  inset: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(19, 41, 75, 0.12);
  background: #0b2542;
}

.marketing-still {
  position: absolute;
  inset: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(19, 41, 75, 0.12);
  background: #dbe7f5;
}

.simple-list {
  margin: 14px 0 0;
  padding-left: 20px;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.simple-list li {
  font-size: 17px;
  color: var(--text-muted);
}

.site-footer {
  border-top: 1px solid #c9d8ea;
  background: #eef4fb;
}

.site-footer-inner {
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.site-footer-links {
  display: flex;
  gap: 14px;
  color: var(--text-muted);
}

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

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

  h1 {
    font-size: clamp(40px, 8vw, 56px);
  }
}

@media (max-width: 900px) {
  .section {
    padding: 52px 0;
  }

  .hero-section {
    min-height: auto;
  }

  .split-hero,
  .split-standard {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .capability-grid,
  .three-col-grid,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .lede {
    font-size: 18px;
  }

  h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .visual-slot,
  .visual-slot-tall {
    min-height: 260px;
  }

  .site-header-inner {
    min-height: 64px;
  }

  .site-footer-inner {
    min-height: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 12px 0;
  }
}

