
.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-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-principles .row-2 {
    padding-top: 40px;
}

.section-principles .principle-card {
    position: relative;
    background: var(--background-main-card-linear);
    border: 1px solid transparent;
    border-radius: var(--br-16);
    height: 100%;
}

.section-principles .card {
    position: relative;
    height: 100%;
    padding: 30px;
}

@property --border-angle {
        syntax: "<angle>";
        initial-value: 0deg;
        inherits: false;
    }

.section-principles .principle-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from var(--border-angle), white 0deg, #193579cc 60deg, #2486c680 120deg, #0e1e45 180deg, white 240deg, white 360deg);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: spin-gradient 3s linear infinite;
}

@keyframes spin-gradient {
    0% {
        --border-angle: 0deg;
    }

    100% {
        --border-angle: 360deg;
    }
}

/* Card Body Padding */
.section-principles .card-body {
    padding: 30px 0 0;
    text-align: center;
}

.section-principles .content{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section-principles .card-icon {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 15px;
    border-radius: var(--br-10);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-main-radial-1);
    width: fit-content;
}

.section-principles .content p {
    line-height: var(--lh-md);
    font-size: var(--fs-16);
}

/* How Work section */

.section-howworks .howworks-card {
    margin-bottom: 20px;
}

.section-howworks .card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: transparent;
    border: none;
    padding: 36px;
    text-align: center;
    align-items: center;
    gap: 15px;
}

.section-howworks .card-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.section-howworks .card-icon {
    position: relative;
    padding: 15px;
    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;
}

.section-howworks .card-icon span{
    font-weight: var(--fw-700);
    color: var(--global-color-seagreen-lightest);
}

.section-howworks .count-text {
    font-family: var(--font-family-heading);
    font-size: var(--fs-18);
    font-weight: var(--fw-700);
    color: var(--global-color-blue-secondary);
    letter-spacing: 0.5px;
}

.section-howworks .card-body {
    padding: 0;
    width: 100%;
}

.section-howworks .content{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section-howworks .content h3 {
    color: var(--global-color-blue-primary);
}

.section-howworks .content p {
    line-height: var(--lh-md);
}

.section-howworks .image-container {
    position: relative;
    overflow: hidden;
    max-width: 300px;
    text-align: center;
    margin: auto;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%),
                        linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%),
                linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .section-principles .row-2 {    
        max-width: 720px;
    }
}

@media (min-width: 768px) {
    .section-howworks .count-text {
        font-size: var(--fs-20);
    }
}

@media (min-width: 1024px) {
    .section-howworks .card-2 {
        border-left: 1px solid var(--global-color-blue-light-primary);
        border-right: 1px solid var(--global-color-blue-light-primary);
    }
}