/* ============================================================
   Broker Genius — asycuda-automation.css
   Converted from Claude Design "ASYCUDA Automation"
   ============================================================ */

/* ---------- Hero ---------- */
.asy-hero {
  border-bottom: 2px solid var(--ink);
  background: var(--paper-2);
  padding: 88px 28px 72px;
  text-align: center;
}
.asy-hero__inner { max-width: 900px; margin: 0 auto; }
.asy-hero__title {
  font-size: 80px;
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 700;
  font-stretch: 96%;
  margin-top: 30px;
  text-wrap: balance;
}
.asy-hero__mark {
  display: inline-block;
  line-height: 1;
  padding: 2px 14px 8px;
  background: var(--accent);
}
.asy-hero__lede {
  font-size: 19px;
  line-height: 1.6;
  color: var(--muted);
  margin: 26px auto 0;
  max-width: 58ch;
  text-wrap: pretty;
}
.asy-hero__ctas { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 36px; }

/* ---------- Ticker ---------- */
.asy-ticker {
  border-bottom: 2px solid var(--ink);
  background: var(--ink);
  color: var(--accent);
  overflow: hidden;
  padding: 13px 0;
}
.asy-ticker__track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: bg-marquee 28s linear infinite;
  font: 600 12px var(--font-mono);
  letter-spacing: 0.12em;
  white-space: nowrap;
}

/* ---------- How it works ---------- */
.asy-how { border-bottom: 2px solid var(--ink); padding: 80px 28px; }
.asy-how__inner { max-width: 1100px; margin: 0 auto; }
.asy-how__title {
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 700;
  font-stretch: 92%;
  text-align: center;
}
.asy-how__steps { display: flex; flex-direction: column; gap: 22px; margin-top: 52px; }

.asy-step {
  border: 2px solid var(--ink);
  background: var(--card);
  box-shadow: 6px 6px 0 var(--ink);
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 170px;
  align-items: stretch;
}
.asy-step__numcell {
  border-right: 2px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card);
}
.asy-step__numcell--accent { background: var(--accent); }
.asy-step__num {
  font: 800 58px var(--font-sans);
  font-stretch: 80%;
  letter-spacing: -0.05em;
  color: var(--line);
}
.asy-step__num--ink { color: var(--ink); }
.asy-step__body-cell { padding: 30px 34px; }
.asy-step__title { font-size: 25px; font-weight: 700; letter-spacing: -0.025em; }
.asy-step__body { font-size: 15.5px; line-height: 1.6; color: var(--muted); margin-top: 10px; max-width: 66ch; }
.asy-step__meta {
  border-left: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font: 600 11px var(--font-mono);
  letter-spacing: 0.1em;
  color: var(--brown);
  text-align: center;
}

/* ---------- Quote band ---------- */
.asy-quoteband { border-bottom: 2px solid var(--ink); padding: 64px 28px; background: var(--accent); }
.asy-quoteband__inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.asy-quoteband__text {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-wrap: pretty;
}
.asy-quoteband__attr { margin-top: 20px; font: 600 13px var(--font-mono); letter-spacing: 0.08em; }

/* ---------- Platform highlights ---------- */
.asy-highlights { border-bottom: 2px solid var(--ink); padding: 80px 28px; }
.asy-highlights__inner { max-width: 1280px; margin: 0 auto; }
.asy-highlights__title {
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 700;
  font-stretch: 92%;
  text-align: center;
}
.asy-highlights__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
  margin: 44px auto 0;
  max-width: 940px;
}
.asy-highlight {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 2px solid var(--ink);
  background: var(--card);
  padding: 16px 20px;
}
.asy-highlight__arrow {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  background: var(--accent);
  border: 2px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 13px var(--font-mono);
}
.asy-highlight__label { font-size: 16px; font-weight: 600; }

/* ---------- Service options (dark) ---------- */
.asy-services { border-bottom: 2px solid var(--ink); padding: 80px 28px; background: var(--ink); color: #fff; }
.asy-services__inner { max-width: 1280px; margin: 0 auto; }
.asy-services__title {
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 700;
  font-stretch: 92%;
  text-align: center;
}
.asy-services__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 44px; }
.asy-service {
  border: 2px solid #fff;
  background: var(--card);
  color: var(--ink);
  padding: 36px;
  display: flex;
  flex-direction: column;
  box-shadow: 6px 6px 0 var(--accent);
}
.asy-service__tag { font: 600 10.5px var(--font-mono); letter-spacing: 0.14em; color: var(--brown); }
.asy-service__title { font-size: 27px; font-weight: 700; letter-spacing: -0.03em; margin-top: 14px; }
.asy-service__body { font-size: 15px; line-height: 1.65; color: var(--muted); margin: 12px 0 22px; }
.asy-service__foot {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.asy-service__tagline { font-size: 14.5px; font-weight: 600; max-width: 32ch; }
.asy-service__btn {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  background: var(--accent);
  padding: 11px 18px;
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  white-space: nowrap;
}
.asy-service__btn:hover { color: var(--ink); background: var(--accent-deep); box-shadow: 1px 1px 0 var(--ink); }

/* ---------- Integration ---------- */
.asy-integrate { border-bottom: 2px solid var(--ink); padding: 80px 28px; background: var(--tint); }
.asy-integrate__inner { max-width: 820px; margin: 0 auto; text-align: center; }
.asy-integrate__title {
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 700;
  font-stretch: 92%;
}
.asy-integrate__blurb {
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  margin: 22px auto 0;
  max-width: 54ch;
  text-wrap: pretty;
}
.asy-integrate__cta { margin-top: 30px; padding: 15px 28px; }

/* ---------- User quotes ---------- */
.asy-quotes { border-bottom: 2px solid var(--ink); padding: 80px 28px; }
.asy-quotes__inner { max-width: 1280px; margin: 0 auto; }
.asy-quotes__title {
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 700;
  font-stretch: 92%;
  text-align: center;
}
.asy-quotes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.asy-quote {
  border: 2px solid var(--ink);
  background: var(--card);
  padding: 30px;
  box-shadow: 5px 5px 0 var(--ink);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.asy-quote__stat { font: 700 20px var(--font-sans); letter-spacing: -0.02em; color: var(--brown); }
.asy-quote__body { font-size: 15px; line-height: 1.65; color: var(--muted); flex: 1; }
.asy-quote__attr { border-top: 1px solid var(--line); padding-top: 14px; font-size: 14px; }
.asy-quote__name { font-weight: 700; }
.asy-quote__role { color: var(--sand); }

/* ---------- Trial band ---------- */
.trial-band { border-bottom: 2px solid var(--ink); padding: 88px 28px; background: var(--accent); }
.trial-band__inner { max-width: 820px; margin: 0 auto; text-align: center; }
.trial-band__title {
  font-size: 58px;
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 700;
  font-stretch: 92%;
  text-wrap: balance;
}
.trial-band__sub { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; margin-top: 12px; }
.trial-band__blurb { font-size: 16px; line-height: 1.6; color: #4A3A10; margin: 18px auto 0; max-width: 54ch; }
.trial-band__cta {
  display: inline-block;
  margin-top: 28px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--ink);
  padding: 16px 30px;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--card);
}
.trial-band__cta:hover { color: var(--accent); box-shadow: 1px 1px 0 var(--card); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .asy-hero__title { font-size: 60px; }
  .asy-step { grid-template-columns: 110px minmax(0, 1fr); }
  .asy-step__meta { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); justify-content: flex-start; padding: 14px 20px; }
  .asy-highlights__grid { grid-template-columns: minmax(0, 1fr); }
  .asy-services__grid { grid-template-columns: minmax(0, 1fr); }
  .asy-quotes__grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 720px) {
  .asy-hero__title { font-size: 44px; }
  .asy-how__title, .asy-highlights__title, .asy-services__title, .asy-integrate__title, .asy-quotes__title { font-size: 38px; }
  .asy-quoteband__text { font-size: 24px; }
  .asy-step { grid-template-columns: minmax(0, 1fr); }
  .asy-step__numcell { border-right: 0; border-bottom: 2px solid var(--ink); padding: 10px 0; }
  .trial-band__title { font-size: 40px; }
  .asy-hero__ctas { flex-wrap: wrap; }
  .asy-service__foot { flex-wrap: wrap; }
}
