:root {
  color-scheme: dark;
  --bg: #050b18;
  --bg-deep: #020713;
  --surface: #091326;
  --surface-2: #0d1930;
  --line: rgba(133, 165, 227, 0.14);
  --line-strong: rgba(133, 165, 227, 0.24);
  --text: #f4f7ff;
  --muted: #93a4c3;
  --blue: #1d74ff;
  --cyan: #11c9ff;
  --purple: #8f31ff;
  --green: #10d9a4;
  --danger: #ff6685;
  --gradient: linear-gradient(110deg, var(--cyan), var(--blue) 48%, var(--purple));
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  --radius: 20px;
  --shell: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--blue) var(--bg-deep);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 3%, rgba(20, 102, 255, 0.09), transparent 25rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

img,
svg {
  display: block;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-150%);
  border-radius: 8px;
  background: #fff;
  color: #061023;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(3, 9, 21, 0.82);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.brand > img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 7px 16px rgba(29, 116, 255, 0.28));
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 16px;
  letter-spacing: -0.03em;
}

.brand-copy strong span {
  color: #3d95ff;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  margin-right: 36px;
}

.desktop-nav a {
  position: relative;
  color: #adb9d0;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  border-radius: 2px;
  background: var(--gradient);
  content: "";
  transition: transform 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: #fff;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.15;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button svg,
.text-link svg,
.text-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:hover svg,
.text-link:hover svg,
.text-button:hover svg {
  transform: translateX(3px);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(17, 201, 255, 0.38);
  outline-offset: 3px;
}

.button-small {
  min-height: 40px;
  padding-inline: 17px;
  border-color: rgba(78, 135, 255, 0.34);
  background: linear-gradient(135deg, rgba(25, 97, 255, 0.18), rgba(130, 41, 255, 0.2));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  font-size: 12px;
}

.button-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(105deg, #127fff, #345fff 48%, #8f28f8);
  box-shadow: 0 14px 34px rgba(44, 86, 255, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.button-primary::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 40%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  content: "";
  transition: left 0.55s ease;
}

.button-primary:hover::before {
  left: 120%;
}

.button-primary:hover {
  box-shadow: 0 18px 44px rgba(44, 86, 255, 0.38);
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 930px;
  padding: 160px 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  position: absolute;
  top: -220px;
  left: 50%;
  width: 1000px;
  height: 1000px;
  transform: translateX(-8%);
  border: 1px solid rgba(50, 109, 220, 0.1);
  border-radius: 50%;
  box-shadow: inset 0 0 160px rgba(24, 97, 255, 0.025);
  content: "";
  pointer-events: none;
}

.hero::after {
  position: absolute;
  z-index: -1;
  top: 50px;
  right: -120px;
  width: 760px;
  height: 620px;
  background: radial-gradient(circle, rgba(22, 100, 255, 0.14), transparent 68%);
  content: "";
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  min-height: 560px;
  gap: 44px;
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding-bottom: 28px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #58c7ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 8px 12px;
  border: 1px solid rgba(38, 126, 255, 0.18);
  border-radius: 999px;
  background: rgba(26, 83, 165, 0.08);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(16, 217, 164, 0.1), 0 0 14px var(--green);
}

.hero h1 {
  max-width: 720px;
  margin: 26px 0 22px;
  font-size: clamp(48px, 5.2vw, 74px);
  font-weight: 820;
  letter-spacing: -0.058em;
  line-height: 0.99;
}

.gradient-text {
  display: block;
  padding-bottom: 0.08em;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy > p {
  max-width: 590px;
  margin: 0;
  color: #9cabca;
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d3dbeb;
  font-size: 14px;
  font-weight: 700;
}

.hero-assurances {
  display: flex;
  gap: 28px;
  padding: 0;
  margin: 34px 0 0;
  color: #7183a3;
  font-size: 12px;
  list-style: none;
}

.hero-assurances li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-assurances svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #35a9ff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-visual {
  position: relative;
  min-height: 550px;
}

.hero-halo {
  position: absolute;
  top: 78px;
  left: 50%;
  width: 390px;
  height: 390px;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 45%, rgba(18, 177, 255, 0.2), transparent 48%),
    radial-gradient(circle at 65% 62%, rgba(116, 39, 255, 0.25), transparent 58%);
  filter: blur(5px);
}

.orbital {
  position: absolute;
  top: 46%;
  left: 50%;
  border: 1px solid rgba(90, 135, 224, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.orbital-one {
  width: 570px;
  height: 570px;
  transform: translate(-50%, -50%);
}

.orbital-two {
  width: 430px;
  height: 430px;
  transform: translate(-50%, -50%);
  border-color: rgba(77, 148, 255, 0.18);
}

.orbital-two::before {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
  content: "";
}

.mascot-wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(83%, 460px);
  transform: translate(-50%, -50%);
  animation: mascot-float 5s ease-in-out infinite;
}

.mascot-wrap::after {
  position: absolute;
  z-index: -1;
  right: 16%;
  bottom: 5%;
  left: 16%;
  height: 8%;
  border-radius: 50%;
  background: linear-gradient(90deg, #0bc4ff, #2b66ff, #942bff);
  box-shadow: 0 0 38px rgba(74, 76, 255, 0.65);
  content: "";
  filter: blur(8px);
}

.mascot-wrap img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 55px rgba(15, 83, 255, 0.25));
}

@keyframes mascot-float {
  0%, 100% { transform: translate(-50%, -49%); }
  50% { transform: translate(-50%, -52%); }
}

.marketplace-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 148px;
  padding: 10px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: rgba(9, 19, 38, 0.78);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 750;
}

.marketplace-chip span:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.marketplace-chip small {
  color: #66dbb3;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chip-ml { top: 17%; left: 0; }
.chip-shopee { top: 29%; right: -2%; }
.chip-amazon { right: 4%; bottom: 15%; }

.market-icon {
  display: block;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 9px;
}

.market-logo-ml,
.market-logo-shopee { padding: 2px; }

.market-logo-amazon { border-radius: 9px; }

.trust-bar {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 56px;
  border: 1px solid var(--line);
  border-radius: 18px 18px 0 0;
  background: rgba(8, 17, 34, 0.88);
  box-shadow: 0 -15px 50px rgba(10, 64, 185, 0.06);
}

.trust-bar > div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 100px;
  padding: 20px 26px;
}

.trust-bar > div + div {
  border-left: 1px solid var(--line);
}

.trust-bar svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  fill: none;
  stroke: #3baaff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-bar span {
  display: flex;
  flex-direction: column;
}

.trust-bar strong {
  font-size: 13px;
}

.trust-bar small {
  color: #71819f;
  font-size: 10px;
}

.section {
  padding: 120px 0;
}

.section-heading {
  max-width: 730px;
  margin: 0 auto 58px;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 46px;
}

.section-heading h2,
.product-copy h2,
.specialist-card h2,
.faq-intro h2,
.final-card h2 {
  margin: 16px 0 14px;
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.section-heading > p,
.product-copy > p,
.faq-intro > p {
  margin: 0;
  color: var(--muted);
}

.benefits {
  position: relative;
  background: linear-gradient(180deg, rgba(8, 18, 36, 0.36), rgba(3, 9, 20, 0.2));
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.benefit-card {
  position: relative;
  grid-column: span 2;
  min-height: 270px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(13, 27, 51, 0.82), rgba(7, 15, 30, 0.8));
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.benefit-card:nth-last-child(-n + 2) {
  grid-column: span 3;
  min-height: 240px;
}

.benefit-card::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(29, 116, 255, 0.08);
  content: "";
  filter: blur(15px);
}

.benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(72, 145, 255, 0.35);
  background: linear-gradient(145deg, rgba(16, 33, 62, 0.95), rgba(7, 15, 30, 0.86));
}

.benefit-card > span {
  position: absolute;
  top: 30px;
  right: 28px;
  color: #405171;
  font-size: 11px;
  font-weight: 800;
}

.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 30px;
  border: 1px solid currentColor;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.icon-box svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-box.cyan { color: var(--cyan); }
.icon-box.blue { color: #438dff; }
.icon-box.purple { color: #9c58ff; }
.icon-box.green { color: var(--green); }
.icon-box.pink { color: #e763ff; }

.benefit-card h3 {
  max-width: 310px;
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.3;
}

.benefit-card p {
  max-width: 410px;
  margin: 0;
  color: #8292b0;
  font-size: 13px;
}

.product-section {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 17% 50%, rgba(24, 99, 255, 0.09), transparent 30rem),
    var(--bg-deep);
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: center;
  gap: 75px;
}

.dashboard-shell {
  position: relative;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(77, 132, 230, 0.26);
  border-radius: 20px;
  background: linear-gradient(145deg, #0c1a32, #071022);
  box-shadow: 0 35px 85px rgba(0, 0, 0, 0.36), 0 0 80px rgba(20, 84, 255, 0.08);
}

.dashboard-shell::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(82, 172, 255, 0.7), transparent);
  content: "";
}

.dashboard-top,
.dashboard-brand,
.dashboard-period {
  display: flex;
  align-items: center;
}

.dashboard-top {
  justify-content: space-between;
  margin-bottom: 20px;
}

.dashboard-brand {
  gap: 8px;
  font-size: 11px;
}

.dashboard-brand img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.dashboard-period {
  gap: 6px;
  color: #7384a3;
  font-size: 8px;
}

.dashboard-period svg {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: currentColor;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.metric-grid > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(112, 145, 205, 0.1);
  border-radius: 10px;
  background: rgba(14, 28, 52, 0.84);
}

.metric-grid small {
  color: #687997;
  font-size: 8px;
}

.metric-grid strong {
  margin: 5px 0 3px;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: -0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.metric-grid span,
.metric-grid em {
  color: var(--green);
  font-size: 8px;
  font-style: normal;
}

.metric-grid em { color: #ffbc55; }

.charts-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 9px;
  margin-top: 9px;
}

.bar-chart-card,
.donut-card {
  min-height: 230px;
  padding: 18px;
  border: 1px solid rgba(112, 145, 205, 0.1);
  border-radius: 11px;
  background: rgba(8, 18, 36, 0.7);
}

.chart-header,
.donut-card > span {
  display: flex;
  justify-content: space-between;
  color: #8ea0bd;
  font-size: 9px;
}

.chart-header strong {
  color: var(--green);
  font-size: 8px;
}

.bar-chart {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 162px;
  padding: 18px 5px 0;
  border-bottom: 1px solid rgba(118, 148, 204, 0.12);
  background: repeating-linear-gradient(to bottom, transparent, transparent 39px, rgba(130, 156, 203, 0.06) 40px);
}

.bar-chart i {
  width: 100%;
  height: var(--h);
  min-height: 6px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(to top, #7a33ff, #278fff);
  box-shadow: 0 0 12px rgba(42, 127, 255, 0.16);
}

.donut-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.donut-card > span {
  align-self: flex-start;
}

.donut {
  display: grid;
  width: 116px;
  height: 116px;
  margin: 22px 0 12px;
  border-radius: 50%;
  background: conic-gradient(#167dff 0 43%, #7c32ff 43% 73%, #0dd5ca 73% 100%);
  box-shadow: 0 0 32px rgba(57, 77, 255, 0.16);
  place-items: center;
}

.donut::before {
  grid-area: 1 / 1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #091427;
  content: "";
}

.donut div {
  z-index: 1;
  grid-area: 1 / 1;
  font-size: 13px;
  font-weight: 800;
}

.donut-card ul {
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.donut-card li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #6d7c99;
  font-size: 7px;
}

.donut-card li i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #167dff;
}

.donut-card li:nth-child(2) i { background: #7c32ff; }
.donut-card li:nth-child(3) i { background: #0dd5ca; }

.product-copy > p {
  max-width: 500px;
}

.steps-list {
  display: grid;
  gap: 17px;
  padding: 0;
  margin: 35px 0;
  list-style: none;
}

.steps-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.steps-list > li > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(57, 139, 255, 0.32);
  border-radius: 10px;
  background: rgba(26, 87, 197, 0.11);
  color: #4dbdff;
  font-size: 12px;
  font-weight: 800;
  place-items: center;
}

.steps-list div {
  display: flex;
  flex-direction: column;
}

.steps-list strong {
  font-size: 14px;
}

.steps-list small {
  color: #71819e;
  font-size: 12px;
}

.marketplaces-section {
  padding-block: 110px;
}

.marketplace-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 960px;
  margin-inline: auto;
}

.marketplace-logo-card {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 100px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(13, 27, 51, 0.74), rgba(7, 15, 30, 0.8));
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.marketplace-logo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(75, 145, 255, 0.3);
}

.marketplace-logo-card .market-icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
}

.marketplace-logo-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.marketplace-logo-card strong {
  font-size: 14px;
}

.marketplace-logo-card small {
  color: #37cfa5;
  font-size: 9px;
}

.marketplace-logo-card .check {
  display: grid;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(36, 222, 164, 0.22);
  border-radius: 50%;
  background: rgba(22, 205, 152, 0.08);
  place-items: center;
}

.marketplace-logo-card .check svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2;
}

.specialist-section {
  padding-top: 20px;
}

.specialist-card {
  position: relative;
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
  gap: 36px;
  min-height: 250px;
  padding: 42px 48px;
  overflow: hidden;
  border: 1px solid rgba(87, 126, 211, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 50%, rgba(0, 192, 255, 0.11), transparent 17rem),
    radial-gradient(circle at 85% 20%, rgba(132, 33, 255, 0.08), transparent 20rem),
    linear-gradient(125deg, #09182d, #091226 65%, #0b1024);
}

.specialist-visual {
  position: relative;
  display: grid;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(30, 190, 255, 0.18);
  border-radius: 50%;
  background: rgba(23, 108, 224, 0.08);
  place-items: center;
}

.specialist-visual svg {
  z-index: 1;
  width: 55px;
  height: 55px;
  fill: none;
  stroke: #3ed7ff;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(47, 204, 255, 0.5));
}

.support-ring {
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(119, 69, 255, 0.35);
  border-radius: 50%;
  animation: rotate 16s linear infinite;
}

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

.specialist-card h2 {
  margin-block: 10px 8px;
  font-size: clamp(30px, 3vw, 42px);
}

.specialist-card h2 span {
  color: #438eff;
}

.specialist-card p {
  margin: 0;
  color: var(--muted);
}

.faq-section {
  background: linear-gradient(180deg, transparent, rgba(2, 7, 18, 0.7));
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
}

.faq-intro h2 {
  font-size: clamp(34px, 3.8vw, 46px);
}

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin-top: 24px;
  border: 0;
  background: none;
  color: #55b8ff;
  cursor: pointer;
  font-weight: 750;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary span {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin-left: 20px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  transform: translate(-50%, -50%);
  background: #60bdff;
  content: "";
}

.faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-list details p {
  max-width: 660px;
  padding: 0 50px 25px 0;
  margin: -3px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.final-cta {
  padding: 0 0 110px;
  background: var(--bg-deep);
}

.final-card {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 35px;
  min-height: 250px;
  padding: 45px 50px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(120deg, #0d79f7, #3157ec 52%, #7927e8);
  box-shadow: 0 30px 80px rgba(27, 67, 214, 0.24);
}

.final-card::after {
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 23px;
  content: "";
  pointer-events: none;
}

.final-orb {
  position: absolute;
  top: -100px;
  right: -40px;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.final-card > img {
  position: relative;
  z-index: 1;
  width: 110px;
  filter: drop-shadow(0 18px 25px rgba(0, 0, 0, 0.2));
}

.final-card > div:not(.final-orb) {
  position: relative;
  z-index: 1;
}

.final-card .section-kicker {
  color: rgba(255, 255, 255, 0.74);
}

.final-card h2 {
  max-width: 650px;
  margin-block: 8px;
  font-size: clamp(29px, 3.1vw, 42px);
}

.final-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.button-light {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #0a3ba7;
  box-shadow: 0 15px 35px rgba(8, 24, 78, 0.2);
  white-space: nowrap;
}

.site-footer {
  padding: 58px 0 25px;
  border-top: 1px solid var(--line);
  background: #030815;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  align-items: center;
  gap: 50px;
}

.footer-grid > p {
  max-width: 380px;
  margin: 0;
  color: #7484a1;
  font-size: 13px;
}

.footer-grid nav {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
}

.footer-grid nav a,
.footer-grid nav button {
  padding: 0;
  border: 0;
  background: none;
  color: #8997b0;
  cursor: pointer;
  font-size: 12px;
}

.footer-grid nav a:hover,
.footer-grid nav button:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
  margin-top: 45px;
  border-top: 1px solid rgba(129, 155, 204, 0.09);
  color: #4c5d7d;
  font-size: 10px;
}

.lead-dialog {
  width: min(calc(100% - 36px), 990px);
  max-width: none;
  max-height: min(92vh, 840px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(88, 134, 229, 0.25);
  border-radius: 24px;
  background: #081224;
  color: var(--text);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.65);
}

.lead-dialog::backdrop {
  background: rgba(1, 5, 13, 0.84);
  backdrop-filter: blur(8px);
}

.lead-dialog[open] {
  animation: dialog-in 0.3s ease both;
}

@keyframes dialog-in {
  from { opacity: 0; transform: translateY(14px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.dialog-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 690px;
}

.dialog-brand-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 42px 38px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(155deg, rgba(11, 41, 84, 0.7), rgba(7, 15, 34, 0.96)),
    #071123;
}

.dialog-brand-panel::after {
  position: absolute;
  right: -100px;
  bottom: -80px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(58, 125, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.dialog-glow {
  position: absolute;
  top: 15%;
  left: -30%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(27, 111, 255, 0.12);
  filter: blur(60px);
}

.dialog-brand-panel .brand {
  position: relative;
  z-index: 1;
}

.dialog-message {
  position: relative;
  z-index: 1;
  margin: auto 0 45px;
}

.dialog-message > span,
.success-state > span,
.form-heading > span {
  color: #47b7ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dialog-message h2 {
  margin: 14px 0;
  font-size: 38px;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.dialog-message p {
  margin: 0;
  color: #8799b8;
  font-size: 13px;
}

.dialog-brand-panel ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.dialog-brand-panel li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #a7b5cb;
  font-size: 11px;
}

.dialog-brand-panel li svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2;
}

.dialog-form-panel {
  position: relative;
  display: grid;
  min-width: 0;
  max-height: min(92vh, 840px);
  padding: 42px 45px 35px;
  overflow-y: auto;
  background: #0a1528;
  scrollbar-color: rgba(56, 119, 230, 0.42) transparent;
  scrollbar-width: thin;
}

.dialog-close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: grid;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(5, 12, 26, 0.5);
  cursor: pointer;
  place-items: center;
}

.dialog-close:hover { border-color: rgba(82, 152, 255, 0.45); }

.dialog-close svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #a6b4cb;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.form-heading {
  margin-bottom: 25px;
}

.form-heading h2 {
  margin: 8px 0 2px;
  font-size: 30px;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.form-heading p {
  margin: 0;
  color: #7485a3;
  font-size: 12px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.form-field {
  margin-bottom: 15px;
}

.form-field label {
  display: block;
  margin-bottom: 6px;
  color: #b4c0d5;
  font-size: 10px;
  font-weight: 700;
}

.optional-label {
  color: #667996;
  font-weight: 500;
}

.channels-field {
  min-width: 0;
  padding: 0;
  border: 0;
}

.channels-field legend {
  width: 100%;
  padding: 0;
  margin-bottom: 7px;
  color: #b4c0d5;
  font-size: 10px;
  font-weight: 700;
}

.channels-field legend span {
  float: right;
  color: #607391;
  font-size: 9px;
  font-weight: 500;
}

.channel-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(68px, 78px));
  justify-content: space-between;
  gap: 10px;
}

.channels-field .channel-option {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.channel-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.channel-option-content {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(121, 151, 205, 0.15);
  border-radius: 14px;
  background: linear-gradient(145deg, #0a1629, #061020);
  color: #8596b3;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.channel-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  opacity: 0.55;
  filter: saturate(0.55) brightness(0.78);
  transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.logo-meli { width: 55px; }
.logo-shopee { width: 43px; height: 43px; }
.logo-temu,
.logo-magalu { border-radius: 10px; }

.channel-option-other {
  flex-direction: column;
  gap: 5px;
}

.channel-option-other strong {
  font-size: 9px;
  line-height: 1;
}

.channel-other-icon {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
}

.channel-selected-indicator {
  position: absolute;
  top: 6px;
  right: 6px;
  display: grid;
  width: 17px;
  height: 17px;
  transform: scale(0.65);
  border: 1px solid rgba(82, 155, 255, 0.65);
  border-radius: 50%;
  opacity: 0;
  background: #247cff;
  box-shadow: 0 3px 10px rgba(24, 99, 255, 0.36);
  transition: opacity 0.2s ease, transform 0.2s ease;
  place-items: center;
}

.channel-selected-indicator svg {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.channel-option:hover .channel-option-content {
  transform: translateY(-2px);
  border-color: rgba(65, 144, 255, 0.4);
  color: #dce8fb;
}

.channel-option:hover .channel-logo {
  opacity: 0.82;
  filter: saturate(0.85) brightness(0.95);
}

.channel-option input:focus-visible + .channel-option-content {
  outline: 3px solid rgba(17, 201, 255, 0.38);
  outline-offset: 3px;
}

.channel-option input:checked + .channel-option-content {
  border-color: rgba(49, 143, 255, 0.62);
  background: linear-gradient(145deg, rgba(25, 105, 235, 0.2), rgba(91, 45, 210, 0.15));
  color: #f3f7ff;
  box-shadow: inset 0 0 0 1px rgba(61, 150, 255, 0.08), 0 8px 22px rgba(17, 72, 174, 0.2);
}

.channel-option input:checked + .channel-option-content .channel-logo {
  transform: scale(1.04);
  opacity: 1;
  filter: none;
}

.channel-option input:checked + .channel-option-content .channel-selected-indicator {
  transform: scale(1);
  opacity: 1;
}

.channels-field.invalid .channel-option-content {
  border-color: rgba(255, 102, 133, 0.45);
}

.other-channel-field[hidden] {
  display: none;
}

.input-wrap {
  position: relative;
}

.input-wrap > svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  fill: none;
  stroke: #607596;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.input-wrap input,
.input-wrap select {
  width: 100%;
  height: 47px;
  padding: 0 12px 0 40px;
  border: 1px solid rgba(121, 151, 205, 0.15);
  border-radius: 9px;
  outline: 0;
  background: #071123;
  color: #eaf0fb;
  font-size: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input-wrap select {
  padding-right: 34px;
  cursor: pointer;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6f83a6 50%), linear-gradient(135deg, #6f83a6 50%, transparent 50%);
  background-position: calc(100% - 17px) 20px, calc(100% - 12px) 20px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.input-wrap input::placeholder { color: #425371; }

.input-wrap input:focus,
.input-wrap select:focus {
  border-color: rgba(49, 143, 255, 0.65);
  box-shadow: 0 0 0 3px rgba(34, 122, 255, 0.09);
}

.form-field.invalid .input-wrap input,
.form-field.invalid .input-wrap select {
  border-color: rgba(255, 102, 133, 0.65);
}

.field-error {
  display: block;
  min-height: 13px;
  margin-top: 3px;
  color: var(--danger);
  font-size: 9px;
}

.consent-field {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #7e8eaa;
  cursor: pointer;
  font-size: 10px;
  line-height: 1.45;
}

.consent-field input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: var(--blue);
}

.consent-error {
  min-height: 12px;
  margin: 2px 0 4px 24px;
}

.honeypot-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-submit-error {
  padding: 10px 12px;
  margin: 0 0 10px;
  border: 1px solid rgba(255, 102, 133, 0.32);
  border-radius: 8px;
  background: rgba(255, 73, 113, 0.08);
  color: #ff9bb2;
  font-size: 10px;
  line-height: 1.45;
}

.form-submit-error[hidden] {
  display: none;
}

.submit-button {
  width: 100%;
  min-height: 51px;
}

.submit-button[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  color: #536684;
  font-size: 8px;
}

.form-privacy svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.success-state {
  align-self: center;
  justify-self: center;
  max-width: 410px;
  text-align: center;
}

.success-state[hidden] { display: none; }

.success-icon {
  display: grid;
  width: 70px;
  height: 70px;
  margin: 0 auto 22px;
  border: 1px solid rgba(32, 231, 173, 0.3);
  border-radius: 50%;
  background: rgba(16, 217, 164, 0.09);
  box-shadow: 0 0 35px rgba(16, 217, 164, 0.1);
  place-items: center;
}

.success-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.success-state h2 {
  margin: 10px 0;
  font-size: 35px;
  letter-spacing: -0.045em;
}

.success-state p {
  margin: 0 0 28px;
  color: var(--muted);
}

.reveal {
  transition: opacity 0.7s ease, transform 0.7s ease;
}

@media (max-width: 1040px) {
  .desktop-nav { gap: 20px; margin-right: 22px; }
  .hero { min-height: 880px; }
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 5px; }
  .hero h1 { font-size: clamp(44px, 5.8vw, 62px); }
  .chip-ml { left: -4%; }
  .chip-shopee { right: -3%; }
  .trust-bar > div { padding-inline: 16px; }
  .product-grid { gap: 45px; }
  .specialist-card { grid-template-columns: 100px 1fr; }
  .specialist-visual { width: 95px; height: 95px; grid-row: span 2; }
  .specialist-card > .button { grid-column: 2; justify-self: start; }
  .final-card { grid-template-columns: 90px 1fr; }
  .final-card > img { width: 90px; }
  .final-card > .button { grid-column: 2; justify-self: start; }
  .dialog-layout { grid-template-columns: 0.7fr 1.3fr; }
  .dialog-brand-panel { padding: 35px 28px; }
  .dialog-message h2 { font-size: 32px; }
}

@media (max-width: 860px) {
  .desktop-nav,
  .header-cta { display: none; }
  .menu-button {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: rgba(9, 20, 40, 0.6);
    cursor: pointer;
  }
  .menu-button span { width: 17px; height: 1px; background: #dbe5f5; transition: transform 0.2s ease, opacity 0.2s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-nav {
    display: grid;
    gap: 5px;
    width: min(calc(100% - 40px), var(--shell));
    padding: 10px 15px 20px;
    margin: 0 auto;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: rgba(3, 9, 21, 0.97);
    box-shadow: var(--shadow);
  }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 10px 5px; color: #adb9d0; font-size: 14px; }
  .mobile-nav .button { margin-top: 5px; background: var(--gradient); }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 700px; margin-inline: auto; }
  .hero-copy > p { margin-inline: auto; }
  .eyebrow { justify-content: center; }
  .hero-actions,
  .hero-assurances { justify-content: center; }
  .hero-visual { width: min(100%, 580px); min-height: 510px; margin: -10px auto 0; }
  .trust-bar { grid-template-columns: 1fr 1fr; margin-top: 10px; border-radius: 18px 18px 0 0; }
  .trust-bar > div:nth-child(3) { border-left: 0; }
  .trust-bar > div:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .benefit-card,
  .benefit-card:nth-last-child(-n + 2) { grid-column: span 3; }
  .benefit-card:last-child { grid-column: 2 / span 4; }
  .product-grid { grid-template-columns: 1fr; }
  .dashboard-shell { order: 2; }
  .product-copy { max-width: 650px; text-align: center; margin-inline: auto; }
  .product-copy > p { margin-inline: auto; }
  .steps-list { width: fit-content; margin-inline: auto; text-align: left; }
  .marketplace-grid { grid-template-columns: 1fr; max-width: 520px; }
  .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro { max-width: 620px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p { order: 3; grid-column: span 2; }
  .dialog-layout { grid-template-columns: 1fr; min-height: auto; }
  .dialog-brand-panel { display: none; }
  .lead-dialog { max-height: calc(100vh - 30px); overflow-y: auto; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 68px; }
  .brand > img { width: 37px; height: 37px; }
  .brand-copy small { font-size: 6px; }
  .hero { padding-top: 112px; }
  .hero h1 { margin-top: 22px; font-size: clamp(40px, 12vw, 55px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-assurances { flex-direction: column; align-items: center; gap: 10px; }
  .hero-visual { min-height: 430px; }
  .mascot-wrap { width: 83%; }
  .orbital-one { width: 430px; height: 430px; }
  .orbital-two { width: 340px; height: 340px; }
  .marketplace-chip { min-width: 126px; padding: 8px 10px; font-size: 10px; }
  .marketplace-chip small { font-size: 7px; }
  .marketplace-chip .market-icon { width: 27px; height: 27px; }
  .chip-ml { top: 14%; left: 1%; }
  .chip-shopee { top: 30%; right: 0; }
  .chip-amazon { right: 3%; bottom: 13%; }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-bar > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .trust-bar > div { min-height: 80px; }
  .section { padding: 85px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2,
  .product-copy h2,
  .faq-intro h2 { font-size: 34px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card,
  .benefit-card:nth-last-child(-n + 2),
  .benefit-card:last-child { grid-column: auto; min-height: 235px; }
  .dashboard-shell { padding: 14px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-grid > div:last-child { grid-column: span 2; }
  .charts-grid { grid-template-columns: 1fr; }
  .donut-card { min-height: 220px; }
  .marketplaces-section { padding-block: 80px; }
  .specialist-section { padding-top: 0; }
  .specialist-card { grid-template-columns: 1fr; gap: 25px; padding: 35px 25px; text-align: center; }
  .specialist-visual { grid-row: auto; margin-inline: auto; }
  .specialist-card > .button { grid-column: auto; width: 100%; }
  .final-card { grid-template-columns: 1fr; padding: 38px 25px; text-align: center; }
  .final-card > img { margin-inline: auto; }
  .final-card > .button { grid-column: auto; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > p { order: initial; grid-column: auto; }
  .footer-grid nav { flex-wrap: wrap; justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .dialog-form-panel { padding: 52px 20px 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .channel-options { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
  .channel-option-content { padding: 7px; border-radius: 10px; }
  .channel-logo { width: 38px; height: 38px; }
  .logo-meli { width: 44px; }
  .logo-shopee { width: 34px; height: 34px; }
  .channel-selected-indicator { top: 4px; right: 4px; width: 14px; height: 14px; }
  .channel-selected-indicator svg { width: 8px; height: 8px; }
  .channel-other-icon { width: 22px; height: 22px; }
  .channel-option-other strong { font-size: 8px; }
  .channels-field legend span { display: block; float: none; margin-top: 2px; }
  .form-heading h2 { font-size: 27px; }
  .lead-dialog { width: min(calc(100% - 20px), 990px); border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
