/* Ecrio home hero: responsive industry wheel + rotating capability copy */
.edge-ai-framework-hero-v2 {
  width: 100%;
  padding: 92px 18px 18px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-shell {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: clamp(18px, 2vw, 34px);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  align-items: center;
  gap: clamp(24px, 3vw, 64px);
  background: linear-gradient(180deg, #fbfdff 0%, #f2f7fc 100%);
  border-radius: 26px;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-wheel-wrap {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  isolation: isolate;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-wheel-wrap::before {
  content: '';
  position: absolute;
  inset: 8.5%;
  border: 2px dashed rgba(63, 127, 217, .20);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  animation: ecrio-wheel-ring 28s linear infinite;
}

@keyframes ecrio-wheel-ring {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .edge-ai-framework-hero-v2 .edge-ai-v2-wheel-wrap::before {
    animation: none;
  }
}

.edge-ai-framework-hero-v2 .edge-ai-v2-wheel {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 1;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-center {
  position: absolute;
  left: 51.4%;
  top: 50.2%;
  width: 22.5%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2%;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(247,251,255,.99) 100%);
  border: 1px solid rgba(200, 218, 238, .95);
  box-shadow: 0 9px 24px rgba(18, 67, 116, .08);
  border-radius: 50%;
  pointer-events: none;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-center-title {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(14px, 1.45vw, 28px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f2346;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-copy-col {
  min-width: 0;
  display: flex;
  justify-content: center;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-card {
  width: 100%;
  max-width: 640px;
  min-height: clamp(410px, 31vw, 610px);
  padding: clamp(28px, 3vw, 52px);
  box-sizing: border-box;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(204, 217, 233, .9);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(15, 54, 96, .09);
  display: flex;
  flex-direction: column;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 700;
  color: #1f67f2;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-counter .muted {
  color: #9aa9c2;
  font-weight: 600;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-nav {
  display: flex;
  gap: 10px;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-arrow {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #eef3f9;
  color: #13284d;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .2s ease;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-arrow:hover,
.edge-ai-framework-hero-v2 .edge-ai-v2-arrow:focus-visible {
  background: #1f67f2;
  color: #fff;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-eyebrow {
  margin-top: clamp(30px, 3vw, 54px);
  color: #93a5c3;
  font-size: clamp(12px, .9vw, 16px);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-title {
  margin: 18px 0 0;
  color: #0b1a45;
  font-size: clamp(32px, 3vw, 60px);
  line-height: 1.06;
  letter-spacing: -.025em;
  font-weight: 700;
  text-wrap: balance;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .28s ease, transform .28s ease;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-title.is-changing {
  opacity: 0;
  transform: translateY(10px);
}

.edge-ai-framework-hero-v2 .edge-ai-v2-rule {
  width: 70px;
  height: 4px;
  margin: 30px 0 0;
  border-radius: 99px;
  background: #1f67f2;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-dots {
  margin-top: auto;
  padding-top: 42px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-dot {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d3dce9;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-dot.is-active {
  background: #1f67f2;
  transform: scale(1.18);
}

@media (max-width: 1399.98px) {
  .edge-ai-framework-hero-v2 .edge-ai-v2-shell {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    gap: 28px;
  }
}

@media (max-width: 991.98px) {
  .edge-ai-framework-hero-v2 {
    padding: 78px 14px 14px;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-shell {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 20px;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-wheel-wrap {
    max-width: 760px;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-card {
    max-width: 760px;
    min-height: 360px;
  }
}

@media (max-width: 575.98px) {
  .edge-ai-framework-hero-v2 {
    padding: 70px 8px 10px;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-shell {
    padding: 10px;
    gap: 14px;
    border-radius: 16px;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-card {
    min-height: 320px;
    padding: 20px 18px;
    border-radius: 20px;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-arrow {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-eyebrow {
    margin-top: 24px;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-title {
    font-size: clamp(25px, 8vw, 36px);
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-dots {
    padding-top: 30px;
    gap: 10px;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-dot {
    width: 12px;
    height: 12px;
  }
}


/* Balanced wheel artwork and wide-screen alignment */
.edge-ai-framework-hero-v2 .edge-ai-v2-shell {
  max-width: 1720px;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
}

.edge-ai-framework-hero-v2 .edge-ai-v2-wheel-wrap {
  max-width: 900px;
}

.edge-ai-framework-hero-v2 .edge-ai-v2-wheel {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 1600px) {
  .edge-ai-framework-hero-v2 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-shell {
    gap: 56px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-wheel-wrap {
    max-width: 860px;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-card {
    max-width: 600px;
  }
}

@media (max-width: 1199.98px) {
  .edge-ai-framework-hero-v2 .edge-ai-v2-wheel-wrap {
    max-width: 820px;
  }
}

/* ECRIO HERO RESPONSIVE OVERRIDES START */
/* Keep desktop/tablet/mobile behavior predictable after all wide-screen rules. */
@media (max-width: 1199.98px) and (min-width: 992px) {
  .edge-ai-framework-hero-v2 .edge-ai-v2-shell {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr) !important;
    gap: 28px !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-wheel-wrap {
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 auto !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-title {
    font-size: clamp(28px, 3vw, 44px) !important;
  }
}

@media (max-width: 991.98px) {
  .edge-ai-framework-hero-v2 {
    width: 100% !important;
    padding: 76px 12px 14px !important;
    overflow: hidden !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 16px !important;
    gap: 20px !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-wheel-col,
  .edge-ai-framework-hero-v2 .edge-ai-v2-copy-col {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-wheel-wrap {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 620px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-wheel {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 26px 22px !important;
    box-sizing: border-box !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-card-head {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-nav {
    margin-left: auto !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-eyebrow {
    margin-top: 24px !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-title {
    margin-top: 14px !important;
    font-size: clamp(24px, 5.8vw, 40px) !important;
    line-height: 1.08 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-rule {
    margin-top: 20px !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-dots {
    margin-top: 0 !important;
    padding-top: 26px !important;
  }
}

@media (max-width: 575.98px) {
  .edge-ai-framework-hero-v2 {
    padding: 68px 8px 10px !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-shell {
    padding: 10px !important;
    gap: 14px !important;
    border-radius: 16px !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-wheel-wrap {
    max-width: 100% !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-card {
    padding: 18px 16px 20px !important;
    border-radius: 18px !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-counter {
    font-size: 16px !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-arrow {
    width: 40px !important;
    height: 40px !important;
    font-size: 24px !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-eyebrow {
    margin-top: 20px !important;
    font-size: 11px !important;
    letter-spacing: .14em !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-title {
    font-size: clamp(21px, 7.2vw, 31px) !important;
    line-height: 1.08 !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-rule {
    width: 56px !important;
    height: 3px !important;
    margin-top: 17px !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-dots {
    padding-top: 22px !important;
    gap: 9px !important;
  }

  .edge-ai-framework-hero-v2 .edge-ai-v2-dot {
    width: 11px !important;
    height: 11px !important;
  }
}
/* ECRIO HERO RESPONSIVE OVERRIDES END */
