
/* section-problems */
.section-problems {
    overflow: hidden;
    position: relative;
}
.problem-connector-layer {
    display: none;
}
.problem-flow__inner {
    position: relative;
    z-index: 1;
}
.section-problems .headingH2 {
    margin-bottom: 60px;
}
.problem-health-card {
    position: relative;
    display: grid;
    grid-template-columns: 54px 1fr;
    width: min(520px, 100%);
    min-height: 300px;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: var(--br-18);
    background: linear-gradient(135deg, rgba(255,255,255,0.68), rgba(238,250,255,0.8));
    box-shadow: 0 28px 80px rgba(10, 42, 83, 0.12), inset 0 0 0 1px rgba(255,255,255,0.48);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.problem-health-card__signal-line {
    display: none;
}
.problem-health-card__rail {
    display: grid;
    align-content: center;
    gap: 18px;
    padding: 24px 0;
    border-radius: var(--br-18) 0 0 var(--br-18);
    /*background: linear-gradient(180deg, rgba(166, 211, 240, 0.96), rgba(205, 236, 249, 0.78));*/
    background: var(--background-image-linear-1);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.38);
}
.problem-health-card__rail span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    color: var(--global-bg-color-special);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
}
.problem-health-card__rail svg {
    width: 22px;
    height: 22px;
}
.problem-health-card__rail svg :is(path, rect, circle, ellipse) {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.problem-health-card__body {
    position: relative;
    display: grid;
    gap: 12px;
    align-content: center;
    padding: 18px;
}
.problem-health-card__title {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--global-color-blue-primary);
    font-size: var(--fs-14);
    font-weight: var(--fw-800);
}

.problem-pulse {
    position: relative;
}
.problem-pulse svg {
   width: 35px;
   height: 18px;
}
.problem-pulse svg polyline {
    fill: none;
    stroke: var(--global-color-blue-secondary);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.problem-health-row {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    align-items: center;
    padding: 13px;
    border-radius: var(--br-14);
    background: var(--global-bg-color-special);
    box-shadow: 0 12px 30px rgba(10, 42, 83, 0.06);
}
.problem-health-row svg {
    grid-column: 1 / -1;
    grid-column: auto;
}
.problem-alert-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: var(--br-10);
    color: var(--white);
    font-size: var(--fs-21);
    font-weight: var(--fw-900);
    background: var(--global-color-yellow-light-primary);
}

.problem-health-row strong {
    display: block;
    color: var(--global-color-blue-primary);
    font-size: 13px;
    font-weight: 900;
}
.problem-health-row small {
    display: block;
    margin-top: 3px;
    color: rgba(10, 42, 83, 0.52);
    font-size: 11px;
    font-weight: 600;
}

.problem-health-row polyline {
    fill: none;
    stroke: #1f7cff;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.problem-health-row:nth-of-type(2) polyline {
    stroke: #f3a800;
}

.problem-health-row:nth-of-type(4) polyline {
    stroke: #19bbd0;
}

.problem-note {
    width: fit-content;
    margin: 28px auto 0;
    padding: 10px 28px;
    border: 1px solid rgba(10, 42, 83, 0.08);
    border-radius: 999px;
    background: rgba(255,255,255,0.42);
    color: rgba(10, 42, 83, 0.62);
    font-size: 13px;
    font-weight: 700;
}


.problem-flow__left,
.problem-flow__right {
    position: relative;
    z-index: 1;
}
.problem-flow__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    max-width: 480px;
    margin: auto;
}

.problem-solution-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: auto;
    padding: 18px;
    border-radius: var(--br-18);
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 24px 70px rgba(10, 42, 83, 0.11);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.problem-solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(10, 42, 83, 0.15);
}

.problem-solution-card__icon {
    position: relative;
    display: grid;
    place-items: center;
    padding: 10px;
    border-radius: var(--br-10);
    background: var(--background-main-radial-1);
    /*background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(238,248,253,0.86));
    box-shadow: 0 14px 32px rgba(10, 42, 83, 0.1);*/
}

.problem-solution-card__icon svg {
    width: 32px;
    height: 32px;
}

.problem-solution-card__icon svg :is(path, circle, ellipse) {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--global-color-seagreen-lightest);
}

.problem-solution-card__icon span {
    position: absolute;
    right: -5px;
    bottom: -2px;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border: 2px solid var(--white);
    border-radius: var(--br-50pr);
    background: var(--global-color-yellow-light-primary);
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
}

.problem-solution-card__content i {
    display: block;
    width: 22px;
    height: 4px;
    margin-bottom: 18px;
    border-radius: var(--br-999);
    background: var(--global-color-yellow-light-primary);
}

.problem-solution-card__content h3 {
    margin: 0 0 10px;
    font-size: clamp(18px, 1.5vw, 20px);
    font-weight: var(--fw-700);
    line-height: var(--lh-xs);
}

.problem-solution-card__content p {
    max-width: 320px;
    margin: 0;
    color: var(--global-color-gray-lighter-secondary);
    font-size: var(--fs-14);
    line-height: var(--lh-md);
}

[data-problem-reveal] {
    animation: problemReveal 650ms ease both;
    animation-delay: var(--delay, 0ms);
}

.problem-flow.is-primed [data-problem-left-reveal],
.problem-flow.is-primed .problem-solution-card {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
}

.problem-flow.is-animated [data-problem-left-reveal] {
    animation: problemReveal 700ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.problem-flow.is-animated .problem-solution-card {
    animation: problemCardReveal 620ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
    animation-delay: var(--card-delay, 900ms);
}

.problem-flow.is-animated .problem-connector-paths path {
    animation: problemConnectorDraw 520ms ease-out both;
    animation-delay: var(--connector-delay, 420ms);
}

.problem-flow.is-animated .problem-connector-dots circle {
    animation: problemDotReveal 260ms ease-out both;
    animation-delay: var(--dot-delay, 760ms);
}

.section-solutions .row-1 .col-a {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.section-solutions .row-2 {
    justify-items: stretch;
    align-items: stretch;
    gap: 20px;
    padding-top: 30px;
}

.section-solutions .row-2 .row-special {
    height: 100%;
    justify-items: stretch;
    align-items: stretch;
    gap: 20px;
}

.section-solutions .row-2 .col.solution {
    height: 100%;
}

.section-solutions .row-2 .col.solution > a {
    display: flex;
    height: 100%;
}

.section-solutions .row-2 .col.solution > a > * {
    width: 100%;
    height: 100%;
}
.card.solution_card{
    overflow:hidden;
    cursor:pointer;
    position:relative;
    padding:20px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image:var(--background-main-card-linear);
    border:var(--card-main-border);
    border-radius:var(--br-16);
    /*-webkit-mask-image:var(--card-main-mask-image-linear);
    mask-image:var(--card-main-mask-image-linear);*/
    transition: all .75s cubic-bezier(.19,1,.22,1);
    will-change: transform;
}
.card.solution_card.image-top {
    flex-direction: column-reverse;
}
.card.solution_card .card-header .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}
.card.solution_card .card-header .icon img {
    max-width: 40px;
}
.card.solution_card .card-header h3 {
    margin-bottom: 8px;
    font-size: var(--fs-20);
    background: linear-gradient(
        90deg,
        var(--global-color-blue-primary) 0%,
        var(--global-color-blue-primary) 100%
    );
    background-size:200% 100%;
    background-position:left;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    transition:background .5s ease;
}
.card.solution_card .card-header p {
    font-size: var(--fs-14);
    line-height: var(--lh-lg);
}


.card.solution_card .card-img {
    width: 100%;
    max-width: 330px;
    max-height: 180px;
    margin: 16px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .75s cubic-bezier(.19,1,.22,1);
}
.card.solution_card.image-top .card-img {
    margin: 0 auto 16px;
}
.card.solution_card .card-img img {
    max-height: 180px;
}
.card.solution_card:hover{
    transform: translate3d(0,-8px,0);
}
.card.solution_card:hover .card-header h3 {
    color: var(--global-color-yellow-primary);
    background: var(--background-text-yellow-radial);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card.solution_card:hover .card-img{
    transform: translateY(-3px);
}

@media screen and (min-width: 768px) {
    .card.solution_card {
        padding: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .section-solutions .row-2 {
        max-width: 720px;
    }
}
.section-business-impact {
    position: relative;
}
.section-business-impact .row-2 {
    position: relative;
    margin-top: 30px;
    padding: 24px;
    border-radius: var(--br-24);
    box-shadow: var(--box-shadow-card-hover);
    /*background: var(--global-bg-color-special);*/
    background: var(--background-main-radial) 
}

.section-business-impact .features-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-business-impact .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 24px;
    border-radius: var(--br-16);
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    opacity: 0.8;
    transform: translate3d(0, 0, 0) scale(0.95);
    will-change: transform, opacity;
    transition:
        transform 2.5s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 2.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-business-impact .feature-item .icon,
.section-business-impact .feature-item h3,
.section-business-impact .feature-item p {
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        color 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-business-impact .feature-item .icon {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br-14);
    background: var(--white);
}

.section-business-impact .feature-item .icon svg {
    width: 22px;
    height: 22px;
}

.section-business-impact .feature-item .divider {
    opacity: 0.85;
    flex-shrink: 0;
    width: 1px;
    height: 22px;
    border-radius: var(--br-8);
    background: var(--linear-divider-gradient-2);
    transition: all 0.3s ease;
}

.section-business-impact .feature-item h3 {
    margin: 0 0 6px 0;
    font-size: var(--fs-18);
    font-weight: var(--fw-700);
    line-height: var(--lh-xs);
}

.section-business-impact .feature-item p {
    margin: 0;
    font-size: var(--fs-14);
    line-height: var(--lh-md);
    color: var(--global-color-text-primary);
}
.section-business-impact .feature-item:hover,
.section-business-impact .feature-item.active {
    opacity: 1;
    background: var(--global-bg-color-special);
    box-shadow: var(--box-shadow-card-hover);
    transform: translate3d(4px, 0, 0) scale(1);
}
.section-business-impact .feature-item:hover,
.section-business-impact .feature-item.active {
    opacity: 1;
    transform: translate3d(4px, 0, 0) scale(1.02);
}

.section-business-impact .feature-item:hover .icon svg,
.section-business-impact .feature-item:hover .icon svg *,
.section-business-impact .feature-item.active .icon svg,
.section-business-impact .feature-item.active .icon svg * {
    color: var(--white) ;
}

.section-business-impact .feature-item:hover .icon svg :not([fill="none"]),
.section-business-impact .feature-item.active .icon svg :not([fill="none"]) {
    fill: var(--white) ;
}

.section-business-impact .feature-item:hover .icon svg [stroke]:not([stroke="none"]),
.section-business-impact .feature-item.active .icon svg [stroke]:not([stroke="none"]) {
    stroke: var(--white) ;
}

.section-business-impact .feature-item:hover .divider,
.section-business-impact .feature-item.active .divider {
    opacity: 1;
    background: var(--linear-divider-gradient-2);
}

.section-business-impact .feature-item:hover h3,
.section-business-impact .feature-item.active h3 {
    color: var(--global-color-yellow-primary);
}
.section-business-impact .row-2 .col-b {
    position: relative;
}
.section-business-impact .row-2 .col-b .soft-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--br-24);
    background: var(--backgeound-soft-radial-angle);
    z-index: 0;
}
.section-business-impact .preview-features {
    position: relative;
    min-height: 460px;
    height: 100%;
    padding: 30px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section-business-impact .preview-item {
    position: absolute;
    inset: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transform: translate3d(0, 10px, 0) scale(0.97);
    will-change: opacity, transform;
    transition:
        opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1),
        transform 3.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-business-impact .preview-item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    pointer-events: auto;
    z-index: 2;
}
.section-business-impact .preview-item .image-container{
    max-width: 450px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-business-impact .feature-item {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.section-business-impact .feature-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--global-bg-color-special);
    box-shadow: var(--box-shadow-card-hover);
    opacity: 0;
    transform: scale(0.98);
    transition:
        opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);

    z-index: -1;
}

.section-business-impact .feature-item:hover::before,
.section-business-impact .feature-item.active::before {
    opacity: 1;
    transform: scale(1);
}
.section-business-impact .feature-item > * {
    position: relative;
    z-index: 1;
}
.section-business-impact .feature-item .icon {
    transition:
        transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-business-impact .feature-item:hover .icon,
.section-business-impact .feature-item.active .icon {
    background: var(--background-main-radial-1);
    transform: scale(1.08);
}
.section-business-impact .feature-item h3 {
    transition: color 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-business-impact .feature-item:hover h3,
.section-business-impact .feature-item.active h3 {
    color: var(--global-color-yellow-primary);
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .section-business-impact .row-2 {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .section-business-impact .row-2 {
        padding: 32px;
    }
}

@media screen and (min-width: 1440px) {
    .section-business-impact .row-2 {
        max-width: 1200px;
    }
}.section-whyus {
    position: relative;
    overflow: hidden;
}
.whyus_container {
    position: relative;
    z-index: 1;
}
.whyus_panel {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding: 0;
}
.whyus_panel__connectors,
.whyus_core__node {
  display: none;
}
.whyus_core,
.why_cards {
  position: relative;
  inset: auto;
}
.whyus_core {
  pointer-events: none;
  display: grid;
  place-items: center;
  margin: 40px 0 80px;
  z-index: 0;
}
.whyus_core__ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.whyus_core__ring--outer {
    width: clamp(246px, 25vw, 320px);
    height: clamp(246px, 25vw, 320px);
    border: 1px solid var(--global-color-blue-light);
    box-shadow: inset 0 0 52px rgba(47, 141, 255, 0.16), 0 0 52px rgba(47, 141, 255, 0.12);
}
.whyus_core__ring--inner {
    width: clamp(204px, 20vw, 262px);
    height: clamp(204px, 20vw, 262px);
    border: 2px solid var(--global-color-blue-light);
    box-shadow: 0 0 34px rgba(105, 184, 255, 0.3);
}
.whyus_core__node {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--global-color-blue-light);
    box-shadow: 0 0 18px rgba(105, 184, 255, 1);
}
.whyus_core__node--top {
    transform: translate(-50%, calc(-1 * clamp(123px, 12.5vw, 159px)));
}
.whyus_core__node--bottom {
    transform: translate(-50%, clamp(123px, 12.5vw, 151px));
}
.whyus_core__node.whyus_core__node--left {
    display: none;
    transform: translate(calc(-1 * clamp(123px, 12.5vw, 160px)), -50%);
}
.whyus_core__node.whyus_core__node--right {
    display: none;
    transform: translate(clamp(123px, 12.5vw, 151px), -50%);
}
.whyus_core__logo {
    display: grid;
    place-items: center;
    width: clamp(170px, 17vw, 222px);
    height: clamp(170px, 17vw, 222px);
    text-align: center;
    border-radius: 50%;
    border: 8px solid rgba(222, 244, 255, 0.92);
    background: var(--global-bg-color-special);
    box-shadow: 0 18px 55px rgba(36, 134, 198, 0.24), inset 0 0 0 1px rgba(36, 134, 198, 0.04);
}
.whyus_core__logo .logo {
    flex-direction: column;
    gap: 5px;
}
.whyus_core__logo img,
.whyus_core__logo picture {
    max-width: 50px;
    height: auto;
}
.why_cards {
  pointer-events: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  z-index: 2;
}
.why-feature-card,
.why-feature-card--top-right,
.why-feature-card--bottom-right {
  position: relative;
  inset: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: min(250px, 24%);
  width: auto;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: auto;
}
.why-feature-card--top-right .why-feature-card__icon,
.why-feature-card--bottom-right .why-feature-card__icon {
  order: 0;
  justify-self: auto;
}
.why-feature-card--top-right .why-feature-card__body,
.why-feature-card--bottom-right .why-feature-card__body {
  order: 0;
}
.why-feature-card__icon {
  display: grid;
  place-items: center;
  padding: 10px;
  border-radius: 50%;
  background: var(--background-main-radial-1);
}
.why-feature-card__icon svg {
  width: 38px;
  height: 38px;
}
.why-feature-card__icon svg :is(path, circle, rect) {
    fill: none;
    stroke: var(--global-color-blue-light-primary);;
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.why-feature-card__icon svg text {
    fill: var(--global-color-blue-light-primary);;
    stroke: none;
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
}
.why-feature-card__icon svg.fill-icon path{
  fill: var(--global-color-blue-light-primary);;
  stroke: none;
  stroke-width: 0;
}
.why-feature-card__body h3 {
  margin: 0 0 8px;
  font-size: var(--fs-18);
  line-height: var(--lh-xs);
}
.why-feature-card__body p {
  margin: 0;
  max-width: auto;
  font-size: var(--fs-15);
  line-height: var(--lh-md);
}
.section-whyus.is-animated .why-feature-card {
    animation: whyFeatureReveal 680ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
    animation-delay: var(--why-delay, 0ms);
}

@media screen and (min-width: 576px) {
  .why_cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)); 
  }
  .why-feature-card__body p {
    max-width: 220px;
  }
}
@media screen and (min-width: 768px) {
  .whyus_panel {
    padding: clamp(28px, 4.2vw, 58px);
  }
}
@media screen and (min-width: 992px) {
  .whyus_panel .badge_pills {
    position: relative;
    flex-wrap: wrap;
    width: fit-content;
    max-width: 100%;
    margin: 70px auto 0;
    white-space: unset;
    left: auto;
    transform: none;
  }
}
@media screen and (min-width: 1024px) {
  .whyus_panel {
      min-height: 780px;
  }
  .whyus_panel__connectors,
  .why_cards,
  .whyus_core {
    position: absolute;
    inset: 0;
  }
  .whyus_panel__connectors,
  .whyus_core__ring,
  .whyus_core__node {
    display: block
  }
  .whyus_panel__connectors {
    pointer-events: none;
    z-index: 1;
  }
  .whyus_connector_svg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .whyus_connector_paths path {
    fill: none;
    stroke: var(--global-color-blue-light);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: var(--why-connector-length, 1);
    stroke-dashoffset: var(--why-connector-length, 1);
    opacity: 0;
  }

  .whyus_connector_dots circle {
    fill: var(--global-color-blue-secondary);
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
  }

  .section-whyus.is-animated .whyus_connector_paths path {
    animation: whyConnectorDraw 460ms ease-out both;
    animation-delay: var(--why-connector-delay, 0ms);
  }

  .section-whyus.is-animated .whyus_connector_dot--center {
    animation: whyConnectorDotReveal 160ms ease-out both;
    animation-delay: var(--why-dot-delay, 0ms);
  }

  .section-whyus.is-animated .whyus_connector_dot--outer {
    animation: whyConnectorOuterDotPop 620ms cubic-bezier(0.2, 0.85, 0.22, 1) both;
    animation-delay: var(--why-dot-delay, 430ms);
  }
  .whyus_core {
    margin: 0;
  }

  .why-feature-card {
    position: absolute;
    flex-direction: column;
  }
  .why-feature-card--top-right,
  .why-feature-card--bottom-right {
      justify-content: flex-end;
      align-items: flex-end;
      text-align: right;
  }

  .why-feature-card--top-left {
    left: clamp(30px, 4.2vw, 60px);
    top: 6%;
  }
  .why-feature-card--middle-left {
    left: clamp(30px, 4.2vw, 60px);
    top: 50%;
    transform: translateY(-50%);
  }
  .why-feature-card--bottom-left {
    left: clamp(30px, 4.2vw, 60px);
    bottom: 7%;
  }
  .why-feature-card--top-right,
  .why-feature-card--middle-right,
  .why-feature-card--bottom-right {
    right: clamp(30px, 4.2vw, 60px);
    align-items: flex-end;
    text-align: right;
  }
  .why-feature-card--top-right {
      top: 6%;
  }
  .why-feature-card--middle-right {
      top: 50%;
      transform: translateY(-50%);
  }
  .why-feature-card--bottom-right {
      bottom: 7%;
  }

  .section-whyus.is-animated
  .why-feature-card--middle-left,
  .section-whyus.is-animated
  .why-feature-card--middle-right {
      animation-name: whyFeatureRevealMiddle;
  }
  .whyus_panel .badge_pills {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - 40px);
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
    }
}
@keyframes whyFeatureReveal {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@keyframes whyFeatureRevealMiddle {
    from {
        opacity: 0;
        transform: translateY(calc(-50% + 18px)) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}
@keyframes whyConnectorDraw {
    from {
        opacity: 1;
        stroke-dashoffset: var(--why-connector-length, 1);
    }
    to {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}
@keyframes whyConnectorDotReveal {
    from {
        opacity: 0;
        transform: scale(0.45);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes whyConnectorOuterDotPop {
    0% {
        opacity: 0;
        transform: scale(0.25);
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }
    35% {
        opacity: 1;
        transform: scale(2.15);
        filter: drop-shadow(0 0 12px rgba(255, 255, 255, 1)) drop-shadow(0 0 26px rgba(105, 184, 255, 0.95));
    }
    62% {
        opacity: 1;
        transform: scale(0.82);
        filter: drop-shadow(0 0 9px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 18px rgba(105, 184, 255, 0.72));
    }
    100% {
        opacity: 1;
        transform: scale(1);
        filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.92)) drop-shadow(0 0 16px rgba(105, 184, 255, 0.62));
    }
}
@media (prefers-reduced-motion: reduce) {
    .why-feature-card,
    .whyus_connector_paths path,
    .whyus_connector_dots circle {
        animation: none !important;
        opacity: 1;
        transform: none;
    }
}.section-process {
    overflow: hidden;
    position: relative;
}

.section-process .row-1 .col-a .button-wrapper {
    text-align: center;
}
.section-process .row-2 {
    padding-top: 60px;
}

.section-process .row-2 > .process{
    display: flex;
    height: 100%;
}

.card.process_card {
    overflow:hidden;
    position:relative;
    padding:28px;
    width: 100%;
    opacity: 0.7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image:var(--background-main-card-linear);
    border:var(--card-main-border);
    border-radius:var(--br-16);
    transition: opacity 1.5s ease, box-shadow 1.5s ease;
}
.card.process_card .card-body {
    
}
.card.process_card .card-body h3 {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    font-size: var(--fs-18);
    margin-bottom: 8px;
}
.card.process_card .card-body p {
    font-size: var(--fs-14);
}

.card.process_card::before,
.card.process_card::after{
    content:"";
    position:absolute;
    left:18px;
    top:20px;
    width:2px;
    border-radius: var(--br-24);
}

/* Base Blue Line */
.card.process_card::before{
    opacity: 0.5;
    height:calc(100% - 40px);
    background:var(--background-blue-dark-linear);
}

/* Yellow Overlay */
.card.process_card::after{
    height: 0;
    background:var(--global-color-yellow-primary);
    transition: height 1.5s cubic-bezier(.33,1,.68,1);
}

/*active process card */
.card.process_card.active {
    opacity: 1;
    box-shadow: var(--box-shadow-button);
}
.card.process_card.active::after{
    height: calc(100% - 40px);
}
.process_card.completed::after{
    opacity: 0.5;
    background:var(--background-blue-dark-linear);
}
.card.process_card.active .card-body h3 {
    color: var(--global-color-yellow-primary);
    background: var(--background-text-yellow-radial);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1024px) {
    .section-process.is-reverse .row-1 .col-a {
        order: 2;
    }
    .section-process .row-1 .col-a .button-wrapper {
        text-align: left;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .section-process .row-2 {
        max-width: 850px;
    }
}

.section-technology {
    overflow: hidden;
    position: relative;
}
.section-technology .row-2 {
    margin-top: 60px;
}
/* Card Container */
.section-technology .tech-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 480px;
    background: var(--background-main-card-linear);
    border: var(--card-main-border);
    border-radius: var(--br-20);
    padding: 24px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.section-technology .tech-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--box-shadow-card-hover);
}

/* Graphic Area Top (Light Glass Stage) */
.section-technology .tech-card__graphic {
    position: relative;
    width: 100%;
    height: 280px;
    background-color: var(--global-bg-color-special);
    border: 1px solid var(--global-color-blue-secondary);
    border-radius: var(--br-16);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    overflow: hidden;
    box-shadow: inset 0 0 25px var(--global-bg-color-special);
}

/* Tech Stage & Stage Layout */
.section-technology .tech-graphic-stage {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-technology .tech-graphic-stage .tech-card-image-bg {
    position: absolute;
    inset: 0;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
/* Background Plate Accents (Corners & Brackets) */
.section-technology .bg-corner,
.section-technology .bg-bracket {
    position: absolute;
    object-fit: contain;
    opacity: 0;
    pointer-events: none;
    will-change: opacity, transform;
}

.section-technology .bg-corner img,
.section-technology .bg-bracket img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.section-technology .bg-corner {
    width: 82px;
    height: 82px;
}

.section-technology .bg-bracket {
    width: 96px;
    height: auto;
}

.section-technology .corner-lt { top: 10px; left: 10px; }
.section-technology .corner-rt { top: 10px; right: 10px; }
.section-technology .corner-lb { bottom: 10px; left: 10px; }
.section-technology .corner-rb { bottom: 10px; right: 10px; }
.section-technology .bracket-top { top: 18px; left: 0; right: 0; margin: 0 auto; }
.section-technology .bracket-bottom { bottom: 18px; left: 0; right: 0; margin: 0 auto; }

/* Staggered 1-by-1 Background Image Entrance (Fades in once and STAYS visible permanently when section enters view) */
.section-technology.is-visible .corner-lt       { animation: bgFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s forwards; }
.section-technology.is-visible .corner-rt       { animation: bgFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.25s forwards; }
.section-technology.is-visible .corner-rb       { animation: bgFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards; }
.section-technology.is-visible .corner-lb       { animation: bgFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.55s forwards; }
.section-technology.is-visible .bracket-top     { animation: bgFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.7s forwards; }
.section-technology.is-visible .bracket-bottom  { animation: bgFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.85s forwards; }

@keyframes bgFadeIn {
    0%   { opacity: 0; transform: scale(0.92); }
    100% { opacity: 0.8; transform: scale(1); }
}

/* 2x2 Floating Tech Node Grid Stage Container */
.section-technology .tech-grid-box {
    position: relative;
    z-index: 2;
    width: 142px;
    height: 142px;
    animation: floatStage 4s ease-in-out infinite;
}

@keyframes floatStage {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

/* Individual Grid Page Container (Contains up to 4 nodes) */
.section-technology .grid-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 64px);
    grid-template-rows: repeat(2, 64px);
    gap: 14px;
    align-items: center;
    justify-content: center;
}

/* Partial Grid Auto-Alignment for pages with < 4 icons */
.section-technology .grid-page.partial-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

/* Individual Grid Node Box */
.section-technology .grid-node {
    position: relative;
    width: 64px;
    height: 64px;
    padding: 0;
    border-radius: var(--br-14);
    border: 1px solid var(--global-color-blue-secondary);
    background: var(--background-main-radial-1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    will-change: opacity, transform;
}

.section-technology .grid-node::before {
    content: '';
    position: absolute;
    inset: 5px;
    border-radius: var(--br-10);
    border: 1px solid var(--global-color-blue-secondary);
    background: transparent;
    pointer-events: none;
    transition: all 0.35s ease;
    box-shadow: var(--box-shadow-card-hover);
}

.section-technology .grid-node:hover {
    transform: scale(1.05);
}

.section-technology .grid-node svg {
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    display: block;
    margin: auto;
    opacity: 0.9;
    transition: opacity 0.4s ease;
}

.section-technology .grid-node:hover svg {
    opacity: 1;
}

.section-technology .grid-node svg path,
.section-technology .grid-node svg circle,
.section-technology .grid-node svg polyline,
.section-technology .grid-node svg line,
.section-technology .grid-node svg g,
.section-technology .tech-card__info .icon svg path,
.section-technology .tech-card__info .icon svg circle,
.section-technology .tech-card__info .icon svg polyline,
.section-technology .tech-card__info .icon svg line,
.section-technology .tech-card__info .icon svg g {
    /*fill: url(#icon-gradient-blue);*/
    fill: var(--global-color-seagreen-lightest);
}

.section-technology .grid-node svg path[fill="none"],
.section-technology .tech-card__info .icon svg path[fill="none"] {
    fill: none;
}

/* ==================== ICON ANIMATIONS (Run when section becomes visible) ==================== */
/* Single Page Cards: Pop in 1-by-1 and STAY visible permanently (Never remove) */
.section-technology.is-visible .page-count-1 .grid-node:nth-child(1) { animation: nodePopIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards; }
.section-technology.is-visible .page-count-1 .grid-node:nth-child(2) { animation: nodePopIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.35s forwards; }
.section-technology.is-visible .page-count-1 .grid-node:nth-child(3) { animation: nodePopIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards; }
.section-technology.is-visible .page-count-1 .grid-node:nth-child(4) { animation: nodePopIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.65s forwards; }

@keyframes nodePopIn {
    0%   { opacity: 0; transform: scale(0.6) translateY(8px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}

/* Multi-Page (2 Pages) Cards: Page 1 (1..4) -> Page 2 (1..4) continuous smooth cycle */
.section-technology.is-visible .page-count-2 .page-1 .grid-node:nth-child(1) { animation: multiPageSeq1 8s ease-in-out infinite 0s; }
.section-technology.is-visible .page-count-2 .page-1 .grid-node:nth-child(2) { animation: multiPageSeq1 8s ease-in-out infinite 0.12s; }
.section-technology.is-visible .page-count-2 .page-1 .grid-node:nth-child(3) { animation: multiPageSeq1 8s ease-in-out infinite 0.24s; }
.section-technology.is-visible .page-count-2 .page-1 .grid-node:nth-child(4) { animation: multiPageSeq1 8s ease-in-out infinite 0.36s; }

.section-technology.is-visible .page-count-2 .page-2 .grid-node:nth-child(1) { animation: multiPageSeq2 8s ease-in-out infinite 0s; }
.section-technology.is-visible .page-count-2 .page-2 .grid-node:nth-child(2) { animation: multiPageSeq2 8s ease-in-out infinite 0.12s; }
.section-technology.is-visible .page-count-2 .page-2 .grid-node:nth-child(3) { animation: multiPageSeq2 8s ease-in-out infinite 0.24s; }
.section-technology.is-visible .page-count-2 .page-2 .grid-node:nth-child(4) { animation: multiPageSeq2 8s ease-in-out infinite 0.36s; }

@keyframes multiPageSeq1 {
    0%        { opacity: 0; transform: scale(0.6) translateY(8px); }
    8%, 42%   { opacity: 1; transform: scale(1) translateY(0); }
    48%, 100% { opacity: 0; transform: scale(0.7) translateY(-6px); }
}

@keyframes multiPageSeq2 {
    0%, 48%   { opacity: 0; transform: scale(0.6) translateY(8px); }
    56%, 90%  { opacity: 1; transform: scale(1) translateY(0); }
    96%, 100% { opacity: 0; transform: scale(0.7) translateY(-6px); }
}

/* Info & Divider */
.section-technology .tech-card__info .badge-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.section-technology .tech-card__info .icon {
    position: relative;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: var(--br-10);
    border: 1px solid var(--global-color-blue-secondary);
    background: var(--background-main-radial-1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.section-technology .tech-card__info .icon::before {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: var(--br-8);
    border: 1px solid var(--global-color-blue-secondary);
    background: transparent;
    pointer-events: none;
    box-shadow: var(--box-shadow-card-hover);
}

.section-technology .tech-card__info .icon svg {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    display: block;
    fill: var(--global-color-blue-primary);
}

.section-technology .tech-card__info .divider {
    width: 1.5px;
    height: 20px;
    border-radius: 99px;
    background: var(--linear-divider-gradient);
    flex-shrink: 0;
}

.section-technology .tech-card__info h3 {
    font-size: var(--fs-18);
    font-weight: var(--fw-700);
    color: var(--global-color-blue-primary);
}

.section-technology .tech-card__info p {
    font-size: var(--fs-16);
    line-height: var(--lh-sm);
}.section-building-next .row-1{
    align-items: flex-start;
}
.section-building-next .col-b .image-container{
    max-width: 628px;
    margin: auto;
}
.section-building-next .col-b .image-container svg {
    background-color: transparent; 
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;"
}
.section-building-next .flow-to-center {
    stroke-dasharray: 6 6;
    animation: move-to-center 1s linear infinite;
}

/* Top Card Line (Moving Upwards from Left Card to Top Card) */
.section-building-next .flow-to-top {
    stroke-dasharray: 6 6;
    animation: move-to-top 1.2s linear infinite;
}

/*@media screen and (min-width: 1200px) {
    .section-building-next .row-1{
        max-width: 1100px;
    }
}*/

@keyframes move-to-center {
    0% { stroke-dashoffset: 24; }
    100% { stroke-dashoffset: 0; }
}

@keyframes move-to-top {
    0% { stroke-dashoffset: 24; }
    100% { stroke-dashoffset: 0; }
}.section-insights .row-3 {
    margin-top: 40px;
}
.section-insights .row-2 {
    align-items: stretch;
}

.section-insights .row-2 .insight {
    display: flex;
}

.section-insights .row-2 .insight > a {
    display: flex;
    justify-content: center;
    width: 100%;
}

.card.insight-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    height: 100%;
    max-width: 292px;
    padding: 20px;
    border-radius: var(--br-20);
    background: var(--background-main-card-linear);
}

.card.insight-card .card-img {
    position: relative;
    height: 120px;
    /*margin-bottom: 20px;*/
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0));
}
.card.insight-card .card-img .card-img-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.card.insight-card .card-img .image-container {
    position: absolute;
    top: 45%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -45%);
    z-index: 1;
}
.card.insight-card .card-img .image-container img {
    max-width: 50px;
}

.card.insight-card  .card-body {

}

.card.insight-card  .card-body h3 {
    font-size: var(--fs-20);
    margin-bottom: 8px;
}
.card.insight-card  .card-body p {
    font-size: var(--fs-14);
    line-height: var(--lh-md);
}

@media screen and (min-width: 768px) {
    .card.insight-card {
        padding: 36px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .section-insights .row-2 {
        max-width: 720px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .section-insights .row-2 {
        max-width: 90%;
        gap: 20px;
    }
}
.section-insights {
    position: relative;
}



.section-faq {
    overflow: hidden;
}
.section-faq .row-1 {
    align-items: flex-start;
}
.section-faq .col-a {
    position: relative;
}
.accordion{
    width:100%;
}
.accordion-item{
    padding: 7px;
    margin-bottom: 8px;
    border-radius: var(--br-18);
    border: 1px solid var(--global-color-blue-light-primary);
    background: var(--global-bg-color-special);
}
.accordion-heading {
    cursor:pointer;
    position: relative;
    margin:0;
    padding:0;
    border-radius: var(--br-14);
    /*border: 1px solid var(--global-color-blue-light-primary);*/
}
.accordion-heading .heading-bg {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    background-image: url('https://encodino.com/assets/images/global/faq/faq_heading_bg.svg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
.accordion-header {
    position: relative;
    width:100%;
    display:flex;
    align-items:center;
    gap:16px;
    padding:24px 20px;
    background:none;
    border:none;
    cursor:pointer;
    text-align:left;
    z-index: 1;
}
.accordion-icon{
    width:24px;
    height:24px;
    flex-shrink:0;
}
.accordion-icon img{
    width:100%;
    display:block;
}
.accordion-title{
    flex:1;
    font-size: var(--fs-18);
    font-weight: var(--fw-600);
    font-family: var(--font-family-heading);
    /*color: var(--global-color-blue-primary);
    color: var(--global-color-blue-light-primary);*/
    color: var(--global-color-seagreen-lightest);
    transition: color .35s ease;
}
.accordion-toggle{
    width:22px;
    height:22px;
    position:relative;
    flex-shrink:0;
}
/* PLUS */
.accordion-toggle-plus{
    position:relative;
}
.accordion-toggle-plus .line{
    position:absolute;
    left:50%;
    top:50%;
    width:18px;
    height:2px;
    border-radius: var(--br-20);
    /*background: var(--background-blue-dark-linear);
    background: var(--global-color-blue-light-primary);*/
    background: var(--global-color-seagreen-lightest);
    transform:translate(-50%,-50%);
    transition:transform .35s ease, opacity .35s ease, background .35s ease,;
}
.accordion-toggle-plus .vertical {
    transform:translate(-50%,-50%) rotate(90deg);
}
.accordion-item.active .accordion-toggle-plus .horizontal {
    /*background: var(--global-color-yellow-primary);*/
    background: var(--global-color-yellow-lightest-primary);
}
.accordion-item.active .accordion-toggle-plus .vertical{
    transform:translate(-50%,-50%) rotate(0deg);
    opacity:0;
}

/* ARROW */
.accordion-toggle-arrow svg{
    width:20px;
    height:20px;
    display:block;
    transition:transform .35s ease;
}
.accordion-item.active .accordion-toggle-arrow svg{
    transform:rotate(180deg);
}

/* CONTENT */
.accordion-content{
    overflow:hidden;
    max-height:0;
    opacity:0;
    transition:
        max-height .45s ease,
        opacity .3s ease;
}
.accordion-body{
    padding:0 0 24px;
    padding: 20px 20px 24px;
}

.accordion-item.active .accordion-content{
    max-height:500px;
}
.accordion-item.active .accordion-title {
    /*color: var(--global-color-yellow-primary)*/
    color: var(--global-color-yellow-lightest-primary);
}

@media screen and (min-width: 768px) {
    .accordion-body {
        padding: 20px 26px 26px;
    }
}

@media (min-width: 1024px) {
    .section-faq.is-reverse .row-1 .col-a{
        order: 2;
    }
}
@media (min-width: 576px) {
    .problem-health-row{
        grid-template-columns: 42px minmax(150px, 1fr) 118px;
        padding: 15px 18px;
    }
    .problem-health-row svg {
        width: 100%;
        height: 32px;
        overflow: visible;
    }
    .problem-health-card {
        grid-template-columns: 82px 1fr;
        border-radius: var(--br-20);
    }
    .problem-health-card__rail {
        border-radius: var(--br-18) 0 0 var(--br-18);
    }
    .problem-health-card__rail span {
        width: 32px;
        height: 32px;
    }
    .problem-health-card__rail svg {
        width: 25px;
        height: 25px;
    }
    .problem-health-card__signal-line {
        display: block;
        position: absolute;
        left: -72px;
        top: 51%;
        width: 92px;
        height: 52px;
        pointer-events: none;
        z-index: 2;
        filter: drop-shadow(0 0 9px rgba(255, 255, 255, 0.88));
    }
    .problem-health-card__signal-line polyline {
        fill: none;
        stroke: var(--white);
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .problem-health-card__body {
        padding: 24px;
    }
    .problem-solution-card {
        min-height: 126px;
        padding: 24px 26px;
        border-radius: var(--br-20);
    }
}
@media (min-width: 992px) {
    problem-flow__right {
        gap: 30px;
    }
}
@media (min-width: 1024px) {
    .section-problems .headingH2 {
        margin-bottom: 80px;
    }
    .problem-health-row {
        grid-template-columns: 40px minmax(132px, 1fr) 80px;
    }
    .problem-note {
        margin-top: 70px;
    }
    .problem-flow__right {
        max-width: 380px;
        margin: 0 0 0 auto;
    }
    .problem-connector-layer {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        overflow: visible;
        pointer-events: none;
        z-index: 0;
    }
    .problem-connector-paths path {
        fill: none;
        stroke: rgba(76, 146, 232, 0.62);
        stroke-width: 1.2;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-dasharray: 2 6;
        opacity: 0;
    }

    .problem-connector-dots circle {
        fill: #3f91ff;
        opacity: 0;
        filter: drop-shadow(0 0 5px rgba(57, 137, 235, 0.58));
    }
}
@media (min-width: 1200px) {
    .problem-health-row {
        grid-template-columns: 42px minmax(150px, 1fr) 118px;
    }
    .problem-flow__right {
        max-width: 480px;
        margin: 0 0 0 auto;
    }
    .problem-solution-card {
        gap: 22px;
    }
}
@media (min-width: 1440px) {
    .problem-flow__right {
        margin: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .problem-health-card,
    .problem-solution-card,
    .problem-connector-paths path,
    .problem-connector-dots circle,
    .problem-solution-card__icon {
        animation: none !important;
        opacity: 1;
        transform: none;
    }
}
@keyframes problemSignalPulse {
    0%, 18% {
        opacity: 0;
        transform: scale(0.7);
    }
    30%, 58% {
        opacity: 0.95;
        transform: scale(1.6);
    }
    74%, 100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

@keyframes problemReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes problemCardReveal {
    from {
        opacity: 0;
        transform: translateX(28px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes problemConnectorDraw {
    from {
        opacity: 0;
        stroke-dashoffset: 18;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@keyframes problemDotReveal {
    from {
        opacity: 0;
        transform: scale(0.45);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
