/* iwithfuture brand-unified theme */
:root {
  --iwithfuture-source-owner: "iwithfuture";
  --iwithfuture-source-url: "https://ai.iwithfuture.com/";
  --iwithfuture-source-fingerprint: "iwithfuture-ai-overseas-growth-site";
  --navy: #192a3d;
  --navy2: #3A4F66;
  --text: #192a3d;
  --muted: #5f7184;
  --line: rgba(25, 42, 61, .12);
  --soft: #f2f5f7;
  --blue: #2872fa;
  --ice: #6EC1E4;
  --white: #fff;
  --shadow: 0 16px 42px rgba(25, 42, 61, .08);
  --radius: 8px;
  --max: 1180px;
  --font: Roboto, "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

body {
  background: #FAFBFC;
  color: var(--text);
  font-family: var(--font);
}

.ownership-fingerprint-link {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

h1,
h2,
h3,
h4 {
  color: var(--navy);
  font-weight: 900;
  letter-spacing: 0;
}

p {
  color: var(--muted);
}

.site-header,
.site-header.scrolled {
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid #e1e8ed;
  box-shadow: 0 8px 26px rgba(25, 42, 61, .045);
  backdrop-filter: blur(18px);
}

.nav-inner,
.nav-trigger {
  height: 76px;
}

.brand,
.nav-links,
.nav-actions,
.nav-trigger,
.ghost-link {
  color: var(--navy);
}

.brand-name strong {
  color: var(--blue);
  font-weight: 900;
}

.brand-name span {
  color: #7c8c9d;
}

.nav-trigger {
  font-weight: 720;
}

.nav-trigger:hover,
.ghost-link:hover,
.mega-link:hover,
.site-footer a:hover {
  color: var(--blue);
}

.mobile-toggle {
  background: #fff;
  color: var(--navy);
  border-color: #d8e2eb;
}

.btn {
  border-radius: 8px;
  font-weight: 800;
}

.btn-primary {
  background: #2872fa;
  border-color: #2872fa;
  color: #fff;
  box-shadow: 0 16px 30px rgba(40, 114, 250, .2);
}

.btn-primary:hover {
  background: #1559ed;
  border-color: #1559ed;
}

.btn-dark {
  background: #192a3d;
  border-color: #192a3d;
  color: #fff;
}

.btn-outline-dark {
  background: #fff;
  color: #192a3d;
  border-color: #d8e2eb;
}

.btn-outline-dark:hover {
  color: #2872fa;
  border-color: rgba(40, 114, 250, .38);
  background: #fff;
}

.hero,
.inner-hero,
.content-hero {
  background: #FAFBFC;
}

.hero {
  min-height: 92vh;
}

.hero-bg,
.inner-hero-bg {
  opacity: 1;
  transform: none;
  background:
    radial-gradient(circle at 84% 23%, rgba(110, 193, 228, .26), transparent 24%),
    radial-gradient(circle at 96% 76%, rgba(40, 114, 250, .13), transparent 30%),
    linear-gradient(100deg, #FAFBFC 0%, #FAFBFC 52%, #f2f5f7 100%),
    url("https://iwithfuture.com/wp-content/uploads/2024/10/decorative.svg") right 6% center / 42% auto no-repeat;
}

.hero::before,
.inner-hero::before {
  background-image:
    linear-gradient(rgba(25, 42, 61, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 42, 61, .035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .22), transparent 70%);
}

.hero::after {
  height: 90px;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}

.hero-content {
  max-width: 720px;
  min-height: 92vh;
  padding-top: 126px;
}

.hero h1,
.inner-hero h1 {
  color: #192a3d;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.08;
}

.hero p,
.inner-hero p {
  color: #3A4F66;
  font-size: 19px;
  line-height: 1.78;
}

.eyebrow,
.section-kicker {
  color: #2872fa;
  letter-spacing: .045em;
}

.eyebrow::before,
.section-kicker::before {
  width: 22px;
  height: 2px;
}

.breadcrumbs {
  color: #6f8193;
}

.hero-actions {
  gap: 12px;
}

.hero-metrics {
  gap: 16px;
}

.metric,
.hero-panel,
.card,
.resource-card,
.step,
.tab-btn,
.tab-panel,
.panel-cell,
.directory-group,
.contact-info-list a,
.contact-form,
.tool-card,
.price-card,
.plugin-card,
.learning-link-card,
.strategy-card,
.ecosystem-card,
.faq-item {
  background: #fff;
  border: 1px solid #e1e8ed;
  box-shadow: 0 12px 30px rgba(25, 42, 61, .055);
}

.metric b,
.hero-panel h4,
.feature-item b,
.faq-q {
  color: #192a3d;
}

.metric span,
.hero-panel li,
.feature-item span {
  color: #5f7184;
}

.hero-panel li::before {
  background: #2872fa;
}

.scroll-cue {
  color: #6f8193;
}

.section {
  padding: 100px 0;
}

.section-soft,
.learning-bridge {
  background: #f2f5f7;
}

.section-dark {
  background: #192a3d;
}

.section-head {
  align-items: start;
}

.section-head p {
  font-size: 17px;
}

.split {
  gap: 64px;
}

.visual-card {
  background: #fff;
  border: 1px solid #e1e8ed;
  box-shadow: 0 18px 44px rgba(25, 42, 61, .08);
}

.visual-card img {
  object-fit: contain;
  background: #fff;
  padding: 18px;
}

.card,
.resource-card,
.step,
.price-card,
.plugin-card,
.learning-link-card,
.strategy-card,
.ecosystem-card {
  border-radius: 8px;
}

.card:hover,
.resource-card:hover,
.learning-link-card:hover,
.ecosystem-card:hover,
.post-card:hover {
  transform: translateY(-5px);
  border-color: rgba(40, 114, 250, .28);
  box-shadow: 0 20px 46px rgba(40, 114, 250, .1);
}

.icon,
.feature-item i,
.strategy-card i,
.mega-link i,
.plugin-mark {
  background: rgba(40, 114, 250, .1);
  color: #2872fa;
}

.feature-item {
  border-bottom-color: #e1e8ed;
}

.mega {
  top: 76px;
  background: #fff;
  border: 1px solid #e1e8ed;
  box-shadow: 0 18px 48px rgba(25, 42, 61, .12);
}

.mega-grid {
  grid-template-columns: minmax(420px, 1fr);
}

.mega:has(.mega-grid:not(:has(.mega-panel))) {
  width: min(520px, calc(100vw - 40px));
}

.mega.mega-compact {
  width: min(520px, calc(100vw - 40px));
}

.mega-grid:not(:has(.mega-panel)) .mega-col {
  border-left: 0;
}

.mega.mega-compact .mega-col {
  border-left: 0;
}

.mega-panel {
  background: linear-gradient(180deg, #f2f5f7, #fff);
  color: #192a3d;
  border-right: 1px solid #e1e8ed;
}

.mega-panel strong,
.mini-stat b {
  color: #192a3d;
}

.mega-panel p,
.mini-stat span,
.mega-link small {
  color: #5f7184;
}

.mega-link b,
.resource-card small,
.post-card span,
.learning-link-card small,
.price-card small,
.ecosystem-card small {
  color: #2872fa;
}

.marquee {
  background: #fff;
  border-top: 1px solid #e1e8ed;
  border-bottom: 1px solid #e1e8ed;
}

.marquee span {
  color: #3A4F66;
}

.tabs {
  gap: 30px;
}

.tab-btn.active {
  border-color: rgba(40, 114, 250, .32);
  box-shadow: 0 18px 38px rgba(40, 114, 250, .11);
}

.panel-cell,
.pricing-grid-four .price-card,
.ecosystem-card,
.contact-form,
.tool-card {
  background: linear-gradient(180deg, #fff, #fbfdff);
}

.price-card-featured {
  border-color: rgba(40, 114, 250, .34);
  box-shadow: 0 22px 54px rgba(40, 114, 250, .12);
}

.pricing-note {
  border-color: rgba(40, 114, 250, .18);
  background: linear-gradient(180deg, #fff, #eef6ff);
}

.site-ecosystem {
  background: #fff;
}

.ecosystem-card-primary {
  background: linear-gradient(135deg, #2872fa, #1559ed);
  border-color: transparent;
}

.ecosystem-card-primary h3,
.ecosystem-card-primary b,
.cta h2 {
  color: #fff;
}

.ecosystem-card-primary p,
.cta p {
  color: rgba(255, 255, 255, .88);
}

.cta {
  background: linear-gradient(135deg, #2872fa, #1559ed);
  padding: 82px 0;
}

.cta::after {
  display: none;
}

.site-footer {
  background: #fff;
  color: #5f7184;
  border-top: 1px solid #e1e8ed;
}

.site-footer h6,
.site-footer .brand-name strong {
  color: #192a3d;
}

.site-footer a,
.site-footer p {
  color: #5f7184;
}

.footer-bottom {
  border-top: 1px solid #e1e8ed;
  color: #7c8c9d;
}

.float-tools a,
.float-tools button {
  background: #fff;
  color: #192a3d;
  border-color: #d8e2eb;
  box-shadow: 0 12px 28px rgba(25, 42, 61, .12);
}

.float-tools .wechat-float {
  background: #07c160;
  color: #fff;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.tool-card input {
  border-color: #d8e2eb;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #2872fa;
  box-shadow: 0 0 0 4px rgba(40, 114, 250, .12);
}

@media (max-width: 1080px) {
  .mobile-menu {
    background: rgba(255, 255, 255, .98);
    border-top: 1px solid #e1e8ed;
  }

  .mobile-menu a {
    color: #192a3d;
    border-bottom: 1px solid #e1e8ed;
  }

  .hero-bg,
  .inner-hero-bg {
    background:
      radial-gradient(circle at 92% 12%, rgba(110, 193, 228, .22), transparent 28%),
      linear-gradient(180deg, #FAFBFC, #f2f5f7);
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: auto;
  }

  .hero-content {
    min-height: auto;
  }

  .hero h1,
  .inner-hero h1 {
    font-size: 34px;
  }

  .hero p,
  .inner-hero p {
    font-size: 17px;
  }

  .section {
    padding: 76px 0;
  }
}

/* demo.iwithfuture inspired home redesign */
.demo-inspired-home .hero {
  min-height: clamp(880px, 92vh, 980px);
  background:
    linear-gradient(180deg, rgba(250, 251, 252, .94), rgba(242, 245, 247, .86)),
    #FAFBFC;
}

.demo-inspired-home .hero-bg {
  background:
    radial-gradient(circle at 78% 18%, rgba(110, 193, 228, .22), transparent 24%),
    radial-gradient(circle at 66% 72%, rgba(40, 114, 250, .13), transparent 30%),
    url("https://iwithfuture.com/wp-content/uploads/2024/10/Website-Construction.svg") right calc((100vw - min(var(--max), calc(100vw - 40px))) / 2 + 6px) center / min(33vw, 520px) auto no-repeat;
}

.demo-inspired-home .hero-content {
  max-width: 560px;
}

.demo-inspired-home .hero .container.hero-content {
  margin-left: calc((100vw - min(var(--max), calc(100vw - 40px))) / 2 + clamp(12px, 2.5vw, 34px));
  padding-top: 118px;
  padding-bottom: 138px;
}

.demo-inspired-home .hero p {
  max-width: 540px;
}

.demo-inspired-home .hero h1 {
  max-width: 570px;
  font-size: clamp(48px, 4.55vw, 72px);
  letter-spacing: 0;
}

.demo-inspired-home .hero .eyebrow {
  margin-bottom: 22px;
}

.demo-inspired-home .hero-actions {
  margin-top: 38px;
}

.demo-inspired-home .hero-metrics {
  display: none;
}

.demo-stage {
  position: absolute;
  right: max(20px, calc((100vw - min(var(--max), calc(100vw - 40px))) / 2 - clamp(48px, 4.5vw, 92px)));
  top: 50%;
  z-index: 3;
  width: min(34vw, 500px);
  transform: translateY(-50%);
}

.template-console {
  border: 1px solid rgba(225, 232, 237, .95);
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 34px 90px rgba(25, 42, 61, .15);
  backdrop-filter: blur(24px);
  overflow: hidden;
  transform-origin: center right;
}

.template-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 20px;
  border-bottom: 1px solid #e1e8ed;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.template-topbar span {
  color: #2872fa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.template-topbar b {
  color: #3A4F66;
  font-size: 13px;
}

.template-actionbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 16px 20px 16px;
  padding: 10px 12px 10px 14px;
  border: 1px solid #dbe6ef;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.template-actionbar span {
  color: #5f7184;
  font-size: 13px;
  font-weight: 760;
}

.template-actionbar a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  background: #2872fa;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.template-tabs {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 0 20px 16px;
}

.template-tabs button {
  white-space: nowrap;
  border: 1px solid #e1e8ed;
  border-radius: 999px;
  background: #fff;
  color: #3A4F66;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 850;
}

.template-tabs button.active {
  background: rgba(40, 114, 250, .1);
  border-color: rgba(40, 114, 250, .28);
  color: #2872fa;
}

.template-grid-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0 20px 20px;
}

.template-card-mini {
  display: grid;
  align-content: start;
  min-height: 168px;
  padding: 10px;
  border: 1px solid #e1e8ed;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  transition: .22s;
}

.template-card-mini:hover {
  transform: translateY(-5px);
  border-color: rgba(40, 114, 250, .32);
  box-shadow: 0 18px 38px rgba(40, 114, 250, .12);
}

.template-card-mini i {
  display: block;
  height: 92px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .62), transparent),
    radial-gradient(circle at 75% 24%, rgba(110, 193, 228, .35), transparent 30%),
    linear-gradient(135deg, #f2f5f7, #dbeafe);
  margin-bottom: 13px;
}

.template-thumb {
  display: block;
  height: 78px;
  padding: 8px;
  margin-bottom: 11px;
  overflow: hidden;
  border: 1px solid rgba(40, 114, 250, .12);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .18)),
    radial-gradient(circle at 76% 22%, rgba(110, 193, 228, .36), transparent 32%),
    linear-gradient(135deg, #f8fbff, #e7f4ff);
}

.template-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 12px 18px rgba(25, 42, 61, .12));
}

.template-card-mini:nth-child(2) i {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .62), transparent),
    radial-gradient(circle at 30% 30%, rgba(40, 114, 250, .32), transparent 34%),
    linear-gradient(135deg, #f8fbff, #e0f2fe);
}

.template-card-mini:nth-child(3) i {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .62), transparent),
    radial-gradient(circle at 72% 30%, rgba(21, 89, 237, .26), transparent 34%),
    linear-gradient(135deg, #fff, #f2f5f7);
}

.template-card-mini strong {
  color: #192a3d;
  font-size: 14px;
  line-height: 1.35;
}

.template-card-mini > span:not(.template-thumb) {
  color: #5f7184;
  font-size: 12px;
  margin-top: 7px;
}

.template-metrics {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #e1e8ed;
  background: #f8fbff;
}

.template-metrics span {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  color: #5f7184;
  font-size: 12px;
  border-right: 1px solid #e1e8ed;
}

.template-metrics span:last-child {
  border-right: 0;
}

.template-metrics b {
  color: #192a3d;
  font-size: 16px;
}

.ecosystem-strip {
  position: relative;
  z-index: 5;
  background: #fff;
  border-top: 1px solid #e1e8ed;
  border-bottom: 1px solid #e1e8ed;
}

.ecosystem-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ecosystem-strip-inner a {
  display: grid;
  gap: 6px;
  padding: 28px 26px;
  border-right: 1px solid #e1e8ed;
  transition: .22s;
}

.ecosystem-strip-inner a:last-child {
  border-right: 0;
}

.ecosystem-strip-inner a:hover {
  background: #f8fbff;
}

.ecosystem-strip-inner small {
  color: #2872fa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ecosystem-strip-inner b {
  color: #192a3d;
  font-size: 20px;
}

.ecosystem-strip-inner span {
  color: #5f7184;
  font-size: 14px;
  line-height: 1.55;
}

@media (min-width: 1440px) {
  .demo-stage {
    width: min(32vw, 492px);
    right: max(18px, calc((100vw - min(var(--max), calc(100vw - 40px))) / 2 - 118px));
  }

  .demo-inspired-home .hero-bg {
    background:
      radial-gradient(circle at 80% 18%, rgba(110, 193, 228, .2), transparent 24%),
      radial-gradient(circle at 68% 72%, rgba(40, 114, 250, .12), transparent 30%),
      url("https://iwithfuture.com/wp-content/uploads/2024/10/Website-Construction.svg") right calc((100vw - min(var(--max), calc(100vw - 40px))) / 2 - 104px) center / min(31vw, 500px) auto no-repeat;
  }
}

@media (max-width: 1180px) {
  .demo-stage {
    width: min(42vw, 520px);
  }

  .template-grid-mini {
    grid-template-columns: 1fr;
  }

  .template-card-mini {
    min-height: 122px;
    grid-template-columns: 110px 1fr;
    gap: 14px;
  }

  .template-card-mini i {
    height: 96px;
    margin-bottom: 0;
    grid-row: 1 / 3;
  }

  .template-thumb {
    height: 96px;
    margin-bottom: 0;
    grid-row: 1 / 3;
  }

}

@media (max-width: 1080px) {
  .demo-inspired-home .hero .container.hero-content {
    margin-left: auto;
  }

  .demo-stage {
    position: relative;
    right: auto;
    top: auto;
    width: min(100% - 32px, 720px);
    margin: -46px auto 52px;
    transform: none;
  }

  .ecosystem-strip-inner {
    grid-template-columns: 1fr;
  }

  .ecosystem-strip-inner a {
    border-right: 0;
    border-bottom: 1px solid #e1e8ed;
  }

  .ecosystem-strip-inner a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .demo-stage {
    display: none;
  }
}

/* premium interaction layer */
.hero {
  overflow: hidden;
}

.hero-orbit {
  position: absolute;
  right: max(4vw, 42px);
  top: 50%;
  z-index: 2;
  width: min(42vw, 560px);
  transform: translateY(-48%);
  pointer-events: none;
}

.growth-console {
  position: relative;
  min-height: 420px;
  padding: 26px;
  border: 1px solid rgba(40, 114, 250, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 28px 80px rgba(25, 42, 61, .14);
  backdrop-filter: blur(22px);
}

.growth-console::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(40, 114, 250, .09) 1px, transparent 1px),
    linear-gradient(rgba(40, 114, 250, .09) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 58% 42%, #000, transparent 72%);
}

.growth-console > * {
  position: relative;
  z-index: 1;
}

.console-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 26px;
}

.console-top b {
  display: block;
  color: #192a3d;
  font-size: 18px;
}

.console-top span {
  display: block;
  color: #5f7184;
  font-size: 13px;
  margin-top: 4px;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 12px;
  font-weight: 800;
}

.live-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 5px rgba(16, 185, 129, .14);
}

.console-chart {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  gap: 9px;
  height: 128px;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f6fbff);
  border: 1px solid #e1e8ed;
}

.console-chart i {
  display: block;
  min-height: 24px;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, #6EC1E4, #2872fa);
  animation: chart-rise 2.6s ease-in-out infinite;
  animation-delay: calc(var(--n) * .12s);
}

.console-steps {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.console-step {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(225, 232, 237, .9);
}

.console-step i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(40, 114, 250, .1);
  color: #2872fa;
  font-style: normal;
  font-weight: 900;
}

.console-step b {
  color: #192a3d;
  font-size: 14px;
}

.console-step span {
  color: #5f7184;
  font-size: 12px;
}

.console-step em {
  color: #10b981;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
}

.hero-content {
  position: relative;
  z-index: 3;
}

.btn-primary::after,
.btn-dark::after {
  content: "";
  position: absolute;
  inset: -1px auto -1px -42%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .38), transparent);
  transform: skewX(-18deg);
  transition: .5s;
}

.btn-primary:hover::after,
.btn-dark:hover::after {
  left: 110%;
}

.card,
.resource-card,
.price-card,
.plugin-card,
.learning-link-card,
.ecosystem-card {
  isolation: isolate;
}

.card::after,
.resource-card::after,
.price-card::after,
.plugin-card::after,
.learning-link-card::after,
.ecosystem-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #2872fa, #6EC1E4);
  opacity: 0;
  transform: scaleX(.42);
  transition: .24s;
}

.card:hover::after,
.resource-card:hover::after,
.price-card:hover::after,
.plugin-card:hover::after,
.learning-link-card:hover::after,
.ecosystem-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.mega-panel {
  overflow: hidden;
}

.mega-panel .mini-stat {
  position: static;
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.mega-panel .mini-stat span {
  min-width: 86px;
}

.mega-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.mega-badges span {
  padding: 7px 10px;
  border: 1px solid rgba(40, 114, 250, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  color: #3A4F66;
  font-size: 12px;
  font-weight: 800;
}

.mega-preview {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(40, 114, 250, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
}

.mega-preview strong {
  font-size: 15px;
  margin: 0 0 8px;
}

.mega-preview p {
  font-size: 12px;
  line-height: 1.55;
}

.consult-finder {
  background: #fff;
}

.finder-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  max-width: 1040px;
}

.finder-panel,
.finder-result {
  border: 1px solid #e1e8ed;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: 0 18px 44px rgba(25, 42, 61, .075);
  padding: 28px;
}

.finder-panel h2,
.finder-result h3 {
  margin-top: 10px;
}

.finder-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.finder-option {
  min-height: 86px;
  border: 1px solid #e1e8ed;
  border-radius: 14px;
  background: #fff;
  color: #192a3d;
  text-align: left;
  padding: 16px;
  cursor: pointer;
  transition: .2s;
}

.finder-option b,
.finder-option span {
  display: block;
}

.finder-option b {
  font-size: 15px;
}

.finder-option span {
  color: #5f7184;
  font-size: 12px;
  margin-top: 7px;
}

.finder-option.active,
.finder-option:hover {
  border-color: rgba(40, 114, 250, .5);
  box-shadow: 0 14px 28px rgba(40, 114, 250, .11);
  transform: translateY(-2px);
}

.finder-result {
  display: grid;
  align-content: space-between;
  gap: 22px;
}

.finder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.finder-tags span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(40, 114, 250, .09);
  color: #2872fa;
  font-size: 12px;
  font-weight: 800;
}

.home-decision-guide {
  background: #fff;
}

.decision-grid,
.service-conversion-grid,
.trust-panel-grid {
  display: grid;
  gap: 18px;
}

.decision-grid {
  grid-template-columns: repeat(3, 1fr);
}

.decision-card,
.conversion-card,
.trust-chip {
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e8ed;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: 0 18px 44px rgba(25, 42, 61, .065);
  transition: .22s;
}

.decision-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 270px;
  padding: 30px;
}

.decision-card:hover,
.conversion-card:hover,
.trust-chip:hover {
  transform: translateY(-4px);
  border-color: rgba(40, 114, 250, .3);
  box-shadow: 0 24px 58px rgba(40, 114, 250, .11);
}

.decision-card.featured {
  border-color: rgba(40, 114, 250, .38);
  background:
    radial-gradient(circle at 86% 14%, rgba(110, 193, 228, .24), transparent 30%),
    linear-gradient(180deg, #fff, #f6fbff);
}

.decision-card small,
.conversion-card small {
  color: #2872fa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.decision-card h3,
.conversion-card h3 {
  margin: 0;
  color: #192a3d;
  font-size: 24px;
}

.decision-card p,
.conversion-card p,
.trust-panel-copy p,
.trust-chip span {
  color: #5f7184;
}

.decision-card span {
  align-self: end;
  color: #2872fa;
  font-size: 13px;
  font-weight: 850;
}

.service-conversion-block {
  background: #fff;
}

.service-conversion-shell,
.trust-panel-shell {
  border: 1px solid #e1e8ed;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 28px 76px rgba(25, 42, 61, .075);
  padding: 34px;
}

.service-conversion-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.service-conversion-head h2,
.trust-panel-copy h2 {
  margin-top: 10px;
}

.service-conversion-grid {
  grid-template-columns: repeat(4, 1fr);
}

.conversion-card {
  min-height: 220px;
  padding: 24px;
}

.conversion-card h3 {
  font-size: 20px;
  margin-top: 10px;
}

.conversion-card p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.72;
}

.service-conversion-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(40, 114, 250, .18);
  border-radius: 16px;
  background: rgba(40, 114, 250, .06);
}

.service-conversion-cta span {
  color: #3A4F66;
  font-weight: 760;
}

.license-trust-panel {
  background: #f8fbff;
}

.trust-panel-shell {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: center;
}

.trust-panel-grid {
  grid-template-columns: repeat(3, 1fr);
}

.trust-chip {
  min-height: 170px;
  padding: 24px;
}

.trust-chip b {
  display: block;
  color: #192a3d;
  font-size: 20px;
  margin-bottom: 12px;
}

.trust-chip span {
  display: block;
  line-height: 1.65;
  font-size: 14px;
}

.industry-page-enhanced .inner-hero .hero-panel {
  background: rgba(255, 255, 255, .92);
}

.industry-playbook {
  background:
    linear-gradient(180deg, #fff 0%, #f6faff 100%);
}

.industry-playbook-head {
  max-width: 840px;
  margin-bottom: 28px;
}

.industry-playbook-head h2 {
  margin: 10px 0 14px;
  color: #192a3d;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
}

.industry-playbook-head p {
  color: #5f7184;
  font-size: 18px;
  line-height: 1.85;
}

.industry-playbook-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 18px;
}

.industry-plan-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 28px;
  border: 1px solid #dce8f4;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(110, 193, 228, .18), transparent 30%),
    linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: 0 18px 52px rgba(25, 42, 61, .07);
}

.industry-plan-card-main {
  grid-row: span 2;
  background:
    linear-gradient(135deg, rgba(40, 114, 250, .12), rgba(110, 193, 228, .13)),
    #fff;
}

.industry-plan-card small {
  color: #2872fa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.industry-plan-card h3 {
  margin: 13px 0 18px;
  color: #192a3d;
  font-size: 24px;
  line-height: 1.25;
}

.industry-plan-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-plan-card li {
  position: relative;
  padding-left: 22px;
  color: #52677d;
  font-size: 15px;
  line-height: 1.65;
}

.industry-plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2872fa;
  box-shadow: 0 0 0 5px rgba(40, 114, 250, .1);
}

.industry-demo-panel {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 22px;
  padding: 28px;
  border: 1px solid #dce8f4;
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 12%, rgba(110, 193, 228, .22), transparent 28%),
    #fff;
  box-shadow: 0 24px 70px rgba(25, 42, 61, .08);
}

.industry-demo-copy {
  display: grid;
  align-content: center;
  justify-items: start;
}

.industry-demo-copy h3 {
  margin: 10px 0 12px;
  color: #192a3d;
  font-size: 30px;
  line-height: 1.2;
}

.industry-demo-copy p {
  color: #5f7184;
  line-height: 1.8;
}

.industry-demo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.industry-demo-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid #dce8f4;
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  transition: .22s;
}

.industry-demo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(40, 114, 250, .35);
  box-shadow: 0 20px 48px rgba(40, 114, 250, .12);
}

.industry-demo-card span {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #eef6ff;
}

.industry-demo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.industry-demo-card b {
  color: #192a3d;
  font-size: 18px;
}

.industry-demo-card small {
  color: #5f7184;
  font-size: 14px;
  line-height: 1.5;
}

@keyframes chart-rise {
  0%,
  100% {
    transform: scaleY(.82);
    opacity: .72;
  }

  45% {
    transform: scaleY(1.08);
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  .hero-orbit {
    position: relative;
    inset: auto;
    width: min(100% - 32px, 620px);
    margin: -48px auto 50px;
    transform: none;
  }

  .growth-console {
    min-height: auto;
  }

  .finder-shell {
    grid-template-columns: 1fr;
  }

  .decision-grid,
  .service-conversion-grid,
  .trust-panel-shell,
  .trust-panel-grid,
  .industry-playbook-grid,
  .industry-demo-panel {
    grid-template-columns: 1fr;
  }

  .service-conversion-cta {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .hero-orbit {
    display: none;
  }

  .finder-options {
    grid-template-columns: 1fr;
  }

  .finder-panel,
  .finder-result {
    padding: 22px;
  }

  .decision-card,
  .conversion-card,
  .trust-chip,
  .service-conversion-shell,
  .trust-panel-shell,
  .industry-plan-card,
  .industry-demo-panel {
    padding: 22px;
  }

  .industry-demo-grid {
    grid-template-columns: 1fr;
  }
}
