﻿:root {
  --bg:#f6f8fb;
  --surface:#ffffff;
  --surface-2:#eef3f8;
  --text:#0b1421;
  --muted:#637083;
  --line:#dce3eb;
  --brand:#2f67f6;
  --brand-2:#72a3ff;
  --dark:#07111f;
  --dark-2:#0d1928;
  --radius:24px;
  --shadow:0 24px 80px rgba(7,17,31,.10);
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--text);
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button,input {
  font:inherit
}
.container {
  width:min(1180px,calc(100% - 40px));
  margin:0 auto
}
.site-header {
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  border-bottom:1px solid rgba(220,227,235,.75);
  background:rgba(246,248,251,.86);
  backdrop-filter:blur(18px) saturate(150%)
}
.nav-wrap {
  height:76px;
  display:flex;
  align-items:center;
  gap:28px
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:-.03em
}
.brand-mark {
  display:inline-flex;
  width:34px;
  height:34px;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:var(--text);
  color:white;
  font-size:16px
}
.brand-name {
  font-size:19px
}
.main-nav {
  display:flex;
  gap:26px;
  margin-left:28px;
  font-size:14px;
  font-weight:600;
  color:#465365
}
.main-nav a:hover,.footer-links a:hover {
  color:var(--brand)
}
.nav-actions {
  margin-left:auto;
  display:flex;
  gap:10px
}
.nav-toggle {
  display:none;
  margin-left:auto;
  border:0;
  background:transparent;
  width:42px;
  height:42px;
  padding:10px;
  cursor:pointer
}
.nav-toggle span {
  display:block;
  height:2px;
  background:var(--text);
  margin:5px 0;
  border-radius:99px
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:12px;
  font-size:14px;
  font-weight:700;
  border:1px solid transparent;
  transition:.2s ease
}
.btn:hover {
  transform:translateY(-1px)
}
.btn-primary {
  background:var(--brand);
  color:#fff;
  box-shadow:0 10px 30px rgba(47,103,246,.23)
}
.btn-primary:hover {
  background:#2559df
}
.btn-secondary {
  background:#fff;
  border-color:var(--line);
  color:var(--text)
}
.btn-ghost {
  background:transparent;
  color:var(--text)
}
.btn-large {
  min-height:52px;
  padding:0 24px;
  border-radius:14px
}
.hero {
  position:relative;
  overflow:hidden;
  padding:164px 0 92px;
  background:linear-gradient(180deg,#f8fbff 0%,#f6f8fb 100%)
}
.hero-grid {
  display:grid;
  grid-template-columns:1.03fr .97fr;
  align-items:center;
  gap:64px
}
.hero-copy {
  position:relative;
  z-index:2
}
.eyebrow {
  display:inline-block;
  margin-bottom:18px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:800;
  color:var(--brand)
}
h1,h2,h3,p {
  margin-top:0
}
h1 {
  font-size:clamp(48px,6vw,78px);
  line-height:.98;
  letter-spacing:-.055em;
  margin-bottom:28px;
  max-width:780px
}
.hero-lead {
  font-size:20px;
  line-height:1.6;
  color:var(--muted);
  max-width:650px;
  margin-bottom:30px
}
.hero-actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap
}
.hero-proof {
  display:flex;
  gap:26px;
  flex-wrap:wrap;
  margin-top:28px;
  color:#5e6a7a;
  font-size:13px;
  font-weight:600
}
.hero-proof span {
  position:relative;
  padding-left:16px
}
.hero-proof span:before {
  content:"";
  position:absolute;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--brand);
  left:0;
  top:6px
}
.hero-visual {
  position:relative;
  z-index:2
}
.product-shell {
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(210,220,231,.9);
  box-shadow:0 40px 100px rgba(27,49,82,.18);
  overflow:hidden;
  transform:rotate(1deg)
}
.shell-topbar {
  height:48px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 16px;
  background:#f4f6f9;
  border-bottom:1px solid var(--line)
}
.shell-dot {
  width:9px;
  height:9px;
  border-radius:50%;
  background:#c7d0db
}
.shell-url {
  margin-left:10px;
  font-size:11px;
  color:#8490a0;
  background:#fff;
  border:1px solid var(--line);
  padding:6px 12px;
  border-radius:8px;
  flex:1
}
.shell-body {
  display:grid;
  grid-template-columns:64px 1fr;
  min-height:440px
}
.shell-steps {
  background:#0d1724;
  color:#738197;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:28px 0;
  gap:30px;
  font-size:12px;
  font-weight:800
}
.shell-steps .active {
  color:#fff
}
.shell-content {
  padding:38px
}
.mini-label {
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:var(--brand)
}
.shell-content h3 {
  font-size:31px;
  letter-spacing:-.04em;
  margin:8px 0 26px
}
.option-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px
}
.mini-card {
  padding:15px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff
}
.mini-card.selected {
  border-color:#8fb0ff;
  box-shadow:0 0 0 3px rgba(47,103,246,.08)
}
.mini-product {
  height:108px;
  border-radius:12px;
  background:linear-gradient(135deg,#101c2b,#4372d9);
  margin-bottom:14px
}
.mini-product.alt {
  background:linear-gradient(135deg,#d9e4f3,#6f809a)
}
.mini-card strong {
  display:block;
  font-size:14px
}
.mini-card small {
  color:#8490a0
}
.summary-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid var(--line)
}
.summary-row small {
  display:block;
  color:#8490a0
}
.summary-row strong {
  font-size:13px
}
.mini-button {
  background:var(--brand);
  color:#fff;
  padding:10px 14px;
  border-radius:10px;
  font-size:11px;
  font-weight:800
}
.hero-glow {
  position:absolute;
  border-radius:50%;
  filter:blur(10px);
  opacity:.4
}
.hero-glow-a {
  width:520px;
  height:520px;
  background:radial-gradient(circle,#b9d0ff 0%,rgba(185,208,255,0) 70%);
  right:-80px;
  top:30px
}
.hero-glow-b {
  width:420px;
  height:420px;
  background:radial-gradient(circle,#d9e7ff 0%,rgba(217,231,255,0) 70%);
  left:-160px;
  bottom:-180px
}
.section {
  padding:110px 0
}
.section-tight {
  padding-top:90px
}
.section-heading {
  max-width:760px;
  margin-bottom:48px
}
.section-heading h2,.editor-copy h2,.ai-card h2,.final-cta h2 {
  font-size:clamp(36px,5vw,58px);
  line-height:1.04;
  letter-spacing:-.045em;
  margin-bottom:20px
}
.section-heading p,.editor-copy p,.ai-card p,.final-cta p {
  font-size:18px;
  line-height:1.7;
  color:var(--muted)
}
.feature-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.feature-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px;
  min-height:250px;
  box-shadow:0 12px 40px rgba(25,48,79,.04)
}
.feature-number {
  display:block;
  color:var(--brand);
  font-size:12px;
  font-weight:800;
  margin-bottom:54px
}
.feature-card h3 {
  font-size:22px;
  letter-spacing:-.025em;
  margin-bottom:12px
}
.feature-card p {
  color:var(--muted);
  line-height:1.65;
  margin:0
}
.dark-section {
  background:var(--dark);
  color:#fff
}
.section-heading-light p {
  color:#93a2b8
}
.section-heading-light .eyebrow {
  color:#7aa5ff
}
.config-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.config-card {
  background:linear-gradient(180deg,#0d1928,#0a1522);
  border:1px solid rgba(255,255,255,.09);
  border-radius:26px;
  padding:28px;
  min-height:330px
}
.config-icon {
  width:54px;
  height:54px;
  border-radius:15px;
  background:#fff;
  color:var(--dark);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:15px;
  margin-bottom:60px
}
.config-icon img {
  width:42px;
  height:42px;
  object-fit:contain;
  display:block;
}
.config-kicker {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.11em;
  color:#7aa5ff;
  font-weight:800
}
.config-card h3 {
  font-size:25px;
  letter-spacing:-.03em;
  margin:10px 0
}
.config-card p {
  color:#9aabc0;
  line-height:1.65
}
.workflow-grid {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:90px
}
.sticky-heading {
  position:sticky;
  top:120px;
  align-self:start
}
.workflow-list {
  border-top:1px solid var(--line)
}
.workflow-step {
  display:grid;
  grid-template-columns:70px 1fr;
  gap:20px;
  padding:34px 0;
  border-bottom:1px solid var(--line)
}
.workflow-step>span {
  font-size:13px;
  font-weight:800;
  color:var(--brand)
}
.workflow-step h3 {
  font-size:25px;
  letter-spacing:-.03em;
  margin-bottom:10px
}
.workflow-step p {
  color:var(--muted);
  line-height:1.65;
  margin:0
}
.integrations-section {
  background:#fff
}
.provider-grid {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px
}
.provider-card {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:170px;
  padding:24px 18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 12px 40px rgba(25,48,79,.04);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease
}
.provider-card:hover {
  transform:translateY(-4px);
  border-color:#cfd9e6;
  box-shadow:0 18px 50px rgba(25,48,79,.10)
}
.provider-logo-wrap {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:70px
}
.provider-logo {
  display:block;
  max-width:130px;
  max-height:48px;
  width:auto;
  height:auto;
  object-fit:contain
}
.provider-name {
  display:block;
  text-align:center;
  font-size:14px;
  font-weight:700;
  color:#445165
}
.editor-section-public {
  padding-top:120px
}
.editor-showcase {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:70px;
  align-items:center
}
.editor-panel {
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:var(--shadow);
  overflow:hidden
}
.editor-panel-top {
  height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 20px;
  border-bottom:1px solid var(--line);
  font-weight:800
}
.status-pill {
  font-size:11px;
  padding:7px 10px;
  border-radius:999px;
  background:#e7f8ed;
  color:#16863d
}
.editor-layout {
  display:grid;
  grid-template-columns:150px 1fr;
  min-height:360px
}
.editor-menu {
  padding:22px;
  border-right:1px solid var(--line);
  background:#f7f9fc;
  display:flex;
  flex-direction:column;
  gap:8px
}
.editor-menu span {
  padding:10px 12px;
  border-radius:9px;
  font-size:12px;
  font-weight:700;
  color:#687587
}
.editor-menu .active {
  background:#e8efff;
  color:#2458d8
}
.editor-form {
  padding:30px
}
.field-label {
  display:block;
  font-size:11px;
  font-weight:800;
  color:#6b7787;
  margin:18px 0 7px
}
.field-label:first-child {
  margin-top:0
}
.fake-input {
  min-height:43px;
  border:1px solid var(--line);
  border-radius:10px;
  padding:12px 13px;
  font-size:13px;
  color:#344153
}
.fake-input.short {
  width:180px
}
.tag-row {
  display:flex;
  gap:8px;
  flex-wrap:wrap
}
.tag-row span {
  border:1px solid #bfd0ff;
  background:#f2f6ff;
  color:#315ec7;
  border-radius:999px;
  padding:8px 10px;
  font-size:11px;
  font-weight:700
}
.clean-list {
  list-style:none;
  padding:0;
  margin:28px 0 0
}
.clean-list li {
  padding:12px 0;
  border-bottom:1px solid var(--line);
  font-weight:700;
  font-size:14px
}
.clean-list li:before {
  content:"✓";
  color:var(--brand);
  margin-right:10px
}
.ai-section {
  padding-top:10px
}
.ai-card {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
  background:#eef4ff;
  border:1px solid #dce7ff;
  border-radius:30px;
  padding:48px
}
.ai-chat {
  display:flex;
  flex-direction:column;
  gap:14px
}
.chat-bubble {
  max-width:86%;
  padding:16px 18px;
  border-radius:18px;
  font-size:13px;
  line-height:1.5
}
.chat-bubble.user {
  align-self:flex-end;
  background:var(--brand);
  color:#fff;
  border-bottom-right-radius:6px
}
.chat-bubble.assistant {
  align-self:flex-start;
  background:#fff;
  border:1px solid #d7e1f1;
  border-bottom-left-radius:6px
}
.pricing-section {
  padding-top:120px
}
.pricing-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.pricing-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}

.pricing-more {
  display:flex;
  justify-content:center;
  margin-top:28px
}

.price-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:30px;
  min-height:310px;
  display:flex;
  flex-direction:column
}
.price-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:30px;
  min-height:310px;
  display:flex;
  flex-direction:column
}
.price-card.featured {
  border-color:#91b0ff;
  box-shadow:0 20px 60px rgba(47,103,246,.12)
}
.price-label {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:800;
  color:var(--brand)
}
.price-card h3 {
  font-size:25px;
  margin:20px 0 12px
}
.price-card p {
  color:var(--muted);
  line-height:1.65
}
.price-card .btn {
  margin-top:auto
}
.final-cta {
  padding:120px 0 130px;
  text-align:center;
  background:linear-gradient(180deg,#f6f8fb,#edf3ff)
}
.final-cta .container {
  max-width:850px
}
.final-cta p {
  max-width:700px;
  margin:0 auto 30px
}
.hero-actions.centered {
  justify-content:center
}
.site-footer {
  background:#08121f;
  color:#fff;
  padding:64px 0 26px
}
.footer-grid {
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:50px
}
.footer-brand .brand-mark {
  background:#fff;
  color:#08121f
}
.footer-grid p {
  color:#8797ab;
  max-width:330px;
  line-height:1.6;
  margin-top:16px
}
.footer-links {
  display:flex;
  flex-direction:column;
  gap:13px;
  font-size:13px;
  color:#b5c0ce
}
.footer-bottom {
  margin-top:50px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.09);
  color:#718096;
  font-size:12px
}
.reveal {
  opacity:0;
  transform:translateY(18px);
  transition:opacity .65s ease,transform .65s ease
}
.reveal.is-visible {
  opacity:1;
  transform:none
}
.reveal-delay-1 {
  transition-delay:.08s
}
.reveal-delay-2 {
  transition-delay:.16s
}
.mobile-login-link {
  display:none;
}
.brand-logo{
  display:block;
  height:52px;
  width:auto;
  object-fit:contain;
}

@media(max-width:980px) {
  .main-nav {
    display:none
  }
  .nav-actions {
    margin-left:auto
  }
  .hero-grid,.workflow-grid,.editor-showcase,.ai-card {
    grid-template-columns:1fr;
    gap:50px
  }
  .hero {
    padding-top:138px
  }
  .hero-copy {
    max-width:760px
  }
  .feature-grid,.config-grid,.pricing-grid {
    grid-template-columns:1fr 1fr
  }
.provider-grid {
  grid-template-columns:repeat(3,1fr)
}
  .sticky-heading {
    position:static
  }
  .editor-copy {
    order:-1
  }
}
@media(max-width:720px) {
  .container {
    width:min(100% - 28px,1180px)
  }
  .site-header {
    background:rgba(246,248,251,.96)
  }
  .nav-wrap {
    height:68px;
    gap:4px
  }
  .brand {
    order:1;
    flex:0 0 auto
  }
  .nav-actions {
    order:2;
    display:flex;
    margin-left:auto;
    gap:0;
  }
  .nav-actions .btn-ghost {
    display:none;
  }
  .nav-actions .btn-primary {
    display:inline-flex;
    min-height:42px;
    padding:0 16px;
  }
  .nav-toggle {
    display:block;
    order:3;
    margin-left:0;
    flex:0 0 42px;
  }
  .mobile-login-link {
    display:block;
  }
  .main-nav {
    order:4;
  }
  .main-nav.is-open {
    display:flex;
    position:absolute;
    top:68px;
    left:14px;
    right:14px;
    margin:0;
    flex-direction:column;
    gap:0;
    padding:12px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    box-shadow:var(--shadow)
  }
  .main-nav.is-open a {
    padding:13px 12px;
    border-bottom:1px solid #eef1f5
  }
  .main-nav.is-open a:last-child {
    border-bottom:0
  }
  .hero {
    padding:120px 0 66px
  }
  .hero-grid {
    gap:42px
  }
  h1 {
    font-size:50px
  }
  .hero-lead {
    font-size:17px
  }
  .hero-actions .btn {
    width:100%
  }
  .hero-proof {
    gap:12px 18px
  }
  .product-shell {
    transform:none;
    border-radius:20px
  }
  .shell-body {
    grid-template-columns:46px 1fr;
    min-height:350px
  }
  .shell-content {
    padding:24px 18px
  }
  .shell-content h3 {
    font-size:25px
  }
  .option-grid {
    grid-template-columns:1fr
  }
  .mini-card:nth-child(2) {
    display:none
  }
  .mini-product {
    height:90px
  }
  .section {
    padding:78px 0
  }
  .feature-grid,.config-grid,.pricing-grid {
    grid-template-columns:1fr
  }
  .feature-card,.config-card {
    min-height:auto
  }
  .config-icon {
    margin-bottom:38px
  }
  .workflow-step {
    grid-template-columns:48px 1fr
  }
.provider-grid {
  grid-template-columns:1fr 1fr
}
.provider-card {
  min-height:145px;
  padding:20px 14px
}
.provider-logo {
  max-width:110px;
  max-height:42px
}
.provider-name {
  font-size:13px
}
  .editor-layout {
    grid-template-columns:1fr
  }
  .editor-menu {
    border-right:0;
    border-bottom:1px solid var(--line);
    flex-direction:row;
    overflow:auto
  }
  .editor-menu span {
    white-space:nowrap
  }
  .ai-card {
    padding:28px
  }
  .footer-grid {
    grid-template-columns:1fr;
    gap:28px
  }
  .final-cta {
    padding:90px 0
  }
  .section-heading h2,.editor-copy h2,.ai-card h2,.final-cta h2 {
    font-size:38px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  .reveal {
    opacity:1;
    transform:none;
    transition:none
  }
  .btn {
    transition:none
  }
}
.lang-fab-wrap{
  position:fixed;
  right:20px;
  bottom:24px;
  z-index:9995;
}

.lang-fab{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:1px solid #d9e0ea;
  border-radius:999px;
  background:#ffffff;
  color:#0b1324;
  padding:14px 18px;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(15, 23, 42, 0.10);
}

.lang-fab:hover{
  transform:translateY(-1px);
}

.lang-fab-icon{
  font-size:18px;
  line-height:1;
}

.lang-drawer-overlay{
  position:fixed;
  inset:0;
  background:rgba(10, 18, 33, 0.35);
  opacity:0;
  visibility:hidden;
  transition:opacity .22s ease, visibility .22s ease;
  z-index:9996;
}

.lang-drawer{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  max-height:78vh;
  overflow:auto;
  background:#ffffff;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  box-shadow:0 -16px 50px rgba(15, 23, 42, 0.18);
  padding:22px 22px 30px;
  transform:translateY(100%);
  transition:transform .25s ease;
  z-index:9997;
}

.lang-drawer-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}

.lang-drawer-head strong{
  font-size:18px;
  color:#0b1324;
}

.lang-drawer-close{
  border:0;
  background:transparent;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  color:#334155;
}

.lang-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:12px 18px;
}

.lang-item{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:10px 12px;
  border:1px solid #e5ebf3;
  border-radius:14px;
  background:#fff;
  text-decoration:none;
  color:#0b1324;
  font-size:15px;
  font-weight:500;
}

.lang-item:hover{
  border-color:#2f67f6;
  background:#f8fbff;
}

.lang-item .flag{
  font-size:22px;
  line-height:1;
  flex:0 0 auto;
}

.lang-drawer.is-open{
  transform:translateY(0);
}

.lang-drawer-overlay.is-open{
  opacity:1;
  visibility:visible;
}

@media (max-width: 1100px){
  .lang-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 800px){
  .lang-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px){
  .lang-fab-wrap{
    right:14px;
    bottom:14px;
  }

  .lang-fab{
    padding:12px 16px;
    font-size:14px;
  }

  .lang-drawer{
    padding:18px 16px 24px;
    max-height:82vh;
  }

  .lang-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
  }

  .lang-item{
    font-size:14px;
    min-height:42px;
    padding:10px;
  }
}
.lang-item img{
  width:24px;
  height:18px;
  object-fit:cover;
  border-radius:3px;
  flex:0 0 auto;
}
