:root {
  --accent: #fb8b24;
  --surface: #050C18;
  --hero-scrim: linear-gradient(100deg, rgba(5,12,24,0.97) 0%, rgba(5,12,24,0.9) 30%, rgba(5,12,24,0.72) 56%, rgba(5,12,24,0.34) 100%);
  --ink: #36454f;
  --line: #ecedef;
  --wash: #f7f8f9;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, 'Helvetica Neue', Arial, sans-serif;
  background: #ffffff;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}

a { color: #050C18; text-decoration: none; }
a:hover { color: var(--accent); }
h1, h2, h3, h4 { margin: 0; letter-spacing: -0.02em; }
p { margin: 0; }
ul { margin: 0; }
img { max-width: 100%; }

@media (prefers-reduced-motion: no-preference) {
  .lift { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease; }
}

/* ---- navigation ---- */
.nav-desktop {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.nav-toggle { display: none; margin-left: auto; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }

.mobile-nav { display: none; }

@media (max-width: 900px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: inline-flex; }
  .mobile-nav.is-open { display: flex; }
}

/* ---- faq ---- */
.faq-a { display: none; }
.faq-a.is-open { display: block; }
.faq-q svg { transition: transform .2s ease; }
.faq-q[aria-expanded="true"] svg { transform: rotate(180deg); }

/* ---- generated from layout styles ---- */

.s1 {
  width:100%;
  overflow-x:hidden;
}

.s2 {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,0.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid #ecedef;
}

.s3 {
  max-width:1152px;
  margin:0 auto;
  padding:0 24px;
  height:clamp(72px,11vw,132px);
  display:flex;
  align-items:center;
  gap:24px;
}

.s4 {
  display:flex;
  align-items:center;
  flex-shrink:0;
}

.s5 {
  width:clamp(140px,22vw,250px);
  height:auto;
  display:block;
}

.s6 {
  display:flex;
  align-items:center;
  gap:28px;
  font-size:14px;
  font-weight:500;
  color:#36454f;
}

.s7 {
  color:inherit;
}

.s8 {
  flex-shrink:0;
  display:inline-flex;
  align-items:center;
  gap:8px;
  height:44px;
  padding:0 20px;
  border-radius:8px;
  background:#FB8B24;
  color:#ffffff;
  font-size:14px;
  font-weight:600;
  box-shadow:0 8px 24px -12px rgba(251,139,36,0.8);
}
.s8:hover {
  transform:translateY(-2px);
  box-shadow:0 14px 32px -12px rgba(251,139,36,0.9);
  color:#ffffff;
}

.s9 {
  flex-shrink:0;
  width:48px;
  height:48px;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  border:1px solid #ecedef;
  background:#ffffff;
  color:#36454f;
  cursor:pointer;
}
.s9:hover {
  background:#f7f8f9;
}

.s10 {
  border-top:1px solid #ecedef;
  background:#ffffff;
  padding:16px 24px 24px;
  flex-direction:column;
  gap:4px;
  font-size:17px;
  font-weight:500;
  color:#36454f;
}

.s11 {
  color:inherit;
  display:flex;
  align-items:center;
  min-height:52px;
  padding:0 8px;
  border-radius:8px;
}
.s11:hover {
  background:#f7f8f9;
  color:#36454f;
}

.s12 {
  margin-top:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:52px;
  border-radius:8px;
  background:#FB8B24;
  color:#ffffff;
  font-size:16px;
  font-weight:600;
}
.s12:hover {
  color:#ffffff;
}

.s13 {
  position:relative;
  background-color:var(--surface,#050C18);
  background-image:url(../images/hero-ai.webp);
  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
  overflow:hidden;
}

.s14 {
  position:absolute;
  inset:0;
  background:var(--hero-scrim, linear-gradient(100deg, rgba(5,12,24,0.97) 0%, rgba(5,12,24,0.9) 30%, rgba(5,12,24,0.72) 56%, rgba(5,12,24,0.34) 100%));
  pointer-events:none;
}

.s15 {
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 10% 6%, rgba(251,139,36,0.14), transparent 40%);
  pointer-events:none;
}

.s16 {
  position:relative;
  max-width:1152px;
  margin:0 auto;
  padding:96px 24px 104px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));
  gap:64px;
  align-items:center;
}

.s17 {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 14px;
  border-radius:999px;
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.2);
  color:#ffffff;
  font-size:12px;
  font-weight:600;
  letter-spacing:0.14em;
  text-transform:uppercase;
}

.s18 {
  margin-top:24px;
  color:#ffffff;
  font-size:clamp(34px,4.4vw,56px);
  line-height:1.06;
  font-weight:800;
}

.s19 {
  color:var(--accent,#fb8b24);
}

.s20 {
  margin-top:24px;
  max-width:560px;
  color:rgba(255,255,255,0.82);
  font-size:19px;
  line-height:1.6;
}

.s21 {
  margin-top:40px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:16px;
}

.s22 {
  display:inline-flex;
  align-items:center;
  gap:10px;
  height:56px;
  padding:0 28px;
  border-radius:8px;
  background:var(--accent,#fb8b24);
  color:#ffffff;
  font-size:16px;
  font-weight:600;
  box-shadow:0 16px 40px -18px rgba(251,139,36,0.9);
}
.s22:hover {
  transform:translateY(-2px);
  box-shadow:0 22px 48px -18px rgba(251,139,36,1);
  color:#ffffff;
}

.s23 {
  display:inline-flex;
  align-items:center;
  gap:10px;
  height:56px;
  padding:0 24px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,0.32);
  color:#ffffff;
  font-size:16px;
  font-weight:500;
}
.s23:hover {
  background:rgba(255,255,255,0.1);
  border-color:rgba(255,255,255,0.6);
  color:#ffffff;
}

.s24 {
  margin-top:24px;
  color:rgba(255,255,255,0.64);
  font-size:15px;
}

.s25 {
  display:flex;
  justify-content:center;
}

.s26 {
  width:100%;
  max-width:472px;
  background:#ffffff;
  border-radius:8px;
  box-shadow:0 40px 80px -40px rgba(0,12,40,0.7);
  overflow:hidden;
}

.s27 {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 24px;
  border-bottom:1px solid #ecedef;
}

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

.s29 {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:8px;
  background:#050C18;
}

.s30 {
  font-size:14px;
  font-weight:600;
  color:#36454f;
}

.s31 {
  padding:4px 10px;
  border-radius:999px;
  background:#ecedef;
  color:#36454f;
  font-size:11px;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

.s32 {
  padding:24px;
}

.s33 {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.s34 {
  font-size:15px;
  font-weight:600;
  color:#36454f;
}

.s35 {
  margin-top:4px;
  font-size:13px;
  color:#36454f;
}

.s36 {
  padding:4px 10px;
  border-radius:999px;
  background:rgba(251,139,36,0.14);
  color:#8a4a00;
  font-size:12px;
  font-weight:600;
  white-space:nowrap;
}

.s37 {
  margin-top:16px;
  padding:16px;
  border-radius:8px;
  background:#f7f8f9;
  border:1px solid #ecedef;
  font-size:14px;
  line-height:1.65;
  color:#36454f;
}

.s38 {
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.s39 {
  padding:6px 12px;
  border-radius:8px;
  background:#ecedef;
  font-size:12px;
  font-weight:500;
  color:#36454f;
}

.s40 {
  padding: 6px 12px;
  border-radius: 8px;
  background: #ecedef;
  font-size: 12px;
  font-weight: 500;
  color: #36454f;
}

.s41 {
  margin-top:24px;
  display:flex;
  gap:8px;
}

.s42 {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  border-radius: 8px;
  color: #36454f;
  font-size: 14px;
  font-weight: 600;
  background-color: #C4C4C4;
}

.s43 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #ecedef;
  color: #36454f;
  font-size: 14px;
  font-weight: 500;
}

.s44 {
  padding:16px 24px;
  border-top:1px solid #ecedef;
  background:#f7f8f9;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  color:#36454f;
}

.s45 {
  width:8px;
  height:8px;
  border-radius:999px;
  background:#fb8b24;
  flex-shrink:0;
}

.s46 {
  position:relative;
  border-top:1px solid rgba(255,255,255,0.14);
}

.s47 {
  max-width:1152px;
  margin:0 auto;
  padding:24px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:16px 40px;
  justify-content:center;
}

.s48 {
  font-size:12px;
  font-weight:600;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.56);
}

.s49 {
  color:#ffffff;
  font-size:16px;
  font-weight:600;
  opacity:0.85;
}

.s50 {
  padding:96px 0;
}

.s51 {
  max-width:1152px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));
  gap:64px;
  align-items:start;
}

.s52 {
  font-size:12px;
  font-weight:700;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--accent,#fb8b24);
}

.s53 {
  margin-top:16px;
  font-size:clamp(28px,3.2vw,40px);
  line-height:1.14;
  font-weight:700;
  color:#36454f;
}

.s54 {
  font-size:18px;
  line-height:1.7;
  color:#36454f;
}

.s55 {
  margin-top:32px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.s56 {
  padding:8px 14px;
  border-radius:8px;
  background:#ecedef;
  color:#36454f;
  font-size:14px;
  font-weight:500;
  text-decoration:line-through;
}

.s57 {
  padding:8px 14px;
  border-radius:8px;
  background:#050C18;
  color:#ffffff;
  font-size:14px;
  font-weight:600;
}

.s58 {
  padding:96px 0;
  background:#f7f8f9;
  border-top:1px solid #ecedef;
  border-bottom:1px solid #ecedef;
}

.s59 {
  max-width:1152px;
  margin:0 auto;
  padding:0 24px;
}

.s60 {
  max-width:760px;
}

.s61 {
  margin-top:24px;
  font-size:18px;
  line-height:1.7;
  color:#36454f;
}

.s62 {
  margin-top:16px;
  font-size:18px;
  line-height:1.7;
  color:#36454f;
}

.s63 {
  margin-top:40px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}

.s64 {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 20px;
  border-radius:8px;
  background:#050C18;
  color:#ffffff;
  font-size:15px;
  font-weight:600;
}

.s65 {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 20px;
  border-radius:8px;
  background:#ffffff;
  border:1px solid #ecedef;
  color:#36454f;
  font-size:15px;
  font-weight:500;
}

.s66 {
  margin-top:48px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));
  gap:16px;
}

.s67 {
  padding:24px;
  border-radius:8px;
  background:#ffffff;
  border:1px solid #ecedef;
  box-shadow:0 16px 40px -32px rgba(54,69,79,0.5);
}
.s67:hover {
  transform:translateY(-2px);
  box-shadow:0 24px 48px -28px rgba(54,69,79,0.45);
}

.s68 {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:8px;
  background:rgba(251,139,36,0.12);
}

.s69 {
  margin-top:16px;
  font-size:17px;
  font-weight:600;
  color:#36454f;
}

.s70 {
  margin-top:8px;
  font-size:15px;
  line-height:1.6;
  color:#36454f;
}

.s71 {
  max-width:1152px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));
  gap:64px;
  align-items:center;
}

.s72 {
  padding:8px;
  border-radius:8px;
  background:#f7f8f9;
  border:1px solid #ecedef;
}

.s73 {
  padding:24px;
  border-radius:8px;
  background:#ffffff;
}

.s74 {
  font-size:12px;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:#36454f;
}

.s75 {
  margin-top:12px;
  font-size:16px;
  line-height:1.6;
  color:#36454f;
  font-style:italic;
}

.s76 {
  margin-top:24px;
  padding-top:24px;
  border-top:1px solid #ecedef;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--accent,#fb8b24);
}

.s77 {
  margin-top:16px;
  display:grid;
  gap:12px;
}

.s78 {
  display:flex;
  justify-content:space-between;
  gap:16px;
  font-size:15px;
}

.s79 {
  color:#36454f;
}

.s80 {
  font-weight:600;
  color:#36454f;
  text-align:right;
}

.s81 {
  margin-top:24px;
  padding:12px 16px;
  border-radius:8px;
  background:#ecedef;
  font-size:13px;
  color:#36454f;
}

.s82 {
  padding:96px 0;
  background:#050C18;
  position:relative;
  overflow:hidden;
}

.s83 {
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 85% 15%, rgba(251,139,36,0.18), transparent 45%);
  pointer-events:none;
}

.s84 {
  position:relative;
  max-width:1152px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));
  gap:64px;
  align-items:center;
}

.s85 {
  margin-top:16px;
  font-size:clamp(28px,3.2vw,40px);
  line-height:1.14;
  font-weight:700;
  color:#ffffff;
}

.s86 {
  margin-top:24px;
  font-size:18px;
  line-height:1.7;
  color:rgba(255,255,255,0.82);
}

.s87 {
  margin-top:16px;
  font-size:18px;
  line-height:1.7;
  color:rgba(255,255,255,0.82);
}

.s88 {
  display:grid;
  gap:8px;
}

.s89 {
  display:flex;
  gap:16px;
  padding:20px 24px;
  border-radius:8px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.14);
}

.s90 {
  flex-shrink:0;
  width:32px;
  height:32px;
  border-radius:8px;
  background:var(--accent,#fb8b24);
  color:#ffffff;
  font-size:14px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.s91 {
  font-size:16px;
  font-weight:600;
  color:#ffffff;
}

.s92 {
  margin-top:4px;
  font-size:14px;
  color:rgba(255,255,255,0.66);
}

.s93 {
  flex-shrink:0;
  width:32px;
  height:32px;
  border-radius:8px;
  background:rgba(255,255,255,0.16);
  color:#ffffff;
  font-size:14px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.s94 {
  margin-top:8px;
  padding:16px 24px;
  border-radius:8px;
  background:rgba(255,255,255,0.05);
  border:1px dashed rgba(255,255,255,0.22);
  font-size:14px;
  color:rgba(255,255,255,0.72);
}

.s95 {
  padding:96px 0;
  background:#f7f8f9;
  border-bottom:1px solid #ecedef;
}

.s96 {
  max-width:720px;
}

.s97 {
  margin-top:48px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));
  gap:16px;
}

.s98 {
  display:flex;
  align-items:center;
  gap:12px;
}

.s99 {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:8px;
  background:#050C18;
}

.s100 {
  font-size:19px;
  font-weight:700;
  color:#36454f;
}

.s101 {
  margin-top:16px;
  font-size:15px;
  line-height:1.65;
  color:#36454f;
}

.s102 {
  margin-top:40px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:24px 32px;
  border-radius:8px;
  background:#ffffff;
  border:1px solid #ecedef;
}

.s103 {
  font-size:17px;
  line-height:1.6;
  color:#36454f;
  max-width:640px;
}

.s104 {
  display:inline-flex;
  align-items:center;
  gap:10px;
  height:48px;
  padding:0 24px;
  border-radius:8px;
  background:#FB8B24;
  color:#ffffff;
  font-size:15px;
  font-weight:600;
  box-shadow:0 12px 32px -16px rgba(251,139,36,0.9);
}
.s104:hover {
  transform:translateY(-2px);
  color:#ffffff;
}

.s105 {
  margin-top:48px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));
  gap:16px;
}

.s106 {
  padding:32px;
  border-radius:8px;
  background:#f7f8f9;
  border:1px solid #ecedef;
}

.s107 {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:8px;
  background:#050C18;
}

.s108 {
  margin-top:24px;
  font-size:22px;
  font-weight:700;
  color:#36454f;
}

.s109 {
  margin-top:16px;
  font-size:17px;
  line-height:1.7;
  color:#36454f;
}

.s110 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #050C18;
}

.s111 {
  list-style:none;
  padding:0;
  display:grid;
  gap:16px;
}

.s112 {
  display:flex;
  gap:16px;
  align-items:flex-start;
}

.s113 {
  flex-shrink:0;
  margin-top:2px;
}

.s114 {
  font-size:17px;
  line-height:1.6;
  color:#36454f;
}

.s115 {
  max-width:900px;
  margin:0 auto;
  padding:0 24px;
}

.s116 {
  margin-top:40px;
  display:grid;
  gap:8px;
}

.s117 {
  border:1px solid #ecedef;
  border-radius:8px;
  background:#ffffff;
  overflow:hidden;
}

.s118 {
  width:100%;
  text-align:left;
  font:inherit;
  border:0;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:24px;
  cursor:pointer;
  min-height:44px;
}
.s118:hover {
  background:#f7f8f9;
}

.s119 {
  font-size:18px;
  font-weight:600;
  color:#36454f;
}

.s120 {
  flex-shrink:0;
}

.s121 {
  padding:0 24px 24px;
  font-size:17px;
  line-height:1.7;
  color:#36454f;
  max-width:680px;
}

.s122 {
  padding:112px 0;
  background:#36454f;
  position:relative;
  overflow:hidden;
}

.s123 {
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 0%, rgba(251,139,36,0.2), transparent 55%);
  pointer-events:none;
}

.s124 {
  position:relative;
  max-width:800px;
  margin:0 auto;
  padding:0 24px;
  text-align:center;
}

.s125 {
  font-size:clamp(30px,3.6vw,46px);
  line-height:1.12;
  font-weight:800;
  color:#ffffff;
}

.s126 {
  margin-top:24px;
  font-size:19px;
  line-height:1.7;
  color:rgba(255,255,255,0.82);
}

.s127 {
  margin-top:40px;
  display:flex;
  justify-content:center;
}

.s128 {
  display:inline-flex;
  align-items:center;
  gap:10px;
  height:56px;
  padding:0 32px;
  border-radius:8px;
  background:var(--accent,#fb8b24);
  color:#ffffff;
  font-size:16px;
  font-weight:600;
  box-shadow:0 16px 40px -18px rgba(251,139,36,0.9);
}
.s128:hover {
  transform:translateY(-2px);
  box-shadow:0 22px 48px -18px rgba(251,139,36,1);
  color:#ffffff;
}

.s129 {
  margin-top:24px;
  font-size:15px;
  color:rgba(255,255,255,0.64);
}

.s130 {
  padding:48px 0;
  background:#ffffff;
  border-top:1px solid #ecedef;
}

.s131 {
  max-width:1152px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.s132 {
  width:180px;
  height:auto;
  display:block;
}

.s133 {
  font-size:14px;
  line-height:1.6;
  color:#36454f;
  max-width:440px;
}
