.elementor-25056 .elementor-element.elementor-element-c2d6d4a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-25056 .elementor-element.elementor-element-c412854{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-25056 .elementor-element.elementor-element-a11c5c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-25056 .elementor-element.elementor-element-a91ba49{text-align:left;z-index:100;}.elementor-25056 .elementor-element.elementor-element-a91ba49 .elementor-heading-title{color:#57886C;font-family:"Poppins", Sans-serif;font-size:45px;font-weight:600;}.elementor-25056 .elementor-element.elementor-element-a91ba49 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-25056 .elementor-element.elementor-element-406c4c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-25056 .elementor-element.elementor-element-de0c5f3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-25056 .elementor-element.elementor-element-de0c5f3:not(.elementor-motion-effects-element-type-background), .elementor-25056 .elementor-element.elementor-element-de0c5f3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-25056 .elementor-element.elementor-element-de0c5f3, .elementor-25056 .elementor-element.elementor-element-de0c5f3::before{--border-transition:0.3s;}.elementor-25056 .elementor-element.elementor-element-8449de5{--display:flex;--background-transition:0.3s;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-25056 .elementor-element.elementor-element-62693ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-25056 .elementor-element.elementor-element-cd5d487{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-25056 .elementor-element.elementor-element-3f7514e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-25056 .elementor-element.elementor-element-b585a0a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-25056 .elementor-element.elementor-element-c40d6cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--margin-top:0px;--margin-bottom:-10px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:-9px;--padding-left:0px;--padding-right:0px;}body.elementor-page-25056 h1.entry-title{margin-top:1px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-25056 .elementor-element.elementor-element-a11c5c8{--width:50%;}.elementor-25056 .elementor-element.elementor-element-406c4c4{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-32d5194 *//* ---------- Hero Section ---------- */
.algo-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(64px, 9vw, 120px) 24px;
  color: #FFFFFF;
  overflow: hidden;
  border-radius: 18px;
}

/* Base Gradient (unchanged) */
.algo-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(175deg,#466060 0%,#639762 50%,#466060 100%);
  z-index: -3;
}

/* Decorative Overlay */
.algo-hero::after {
  content: "";
  position: absolute; inset: -12% -10% -12% -10%;
  background:
    linear-gradient(135deg, rgba(170,219,170,.16) 0%, rgba(185,232,185,.06) 60%),
    linear-gradient(315deg, rgba(158,207,158,.10) 15%, rgba(70,96,96,.08) 85%);
  clip-path: polygon(0 65%, 55% 0, 100% 35%, 100% 100%, 0 100%);
  z-index: -2;
}

/* Layout Grid */
.algo-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(24px, 4vw, 48px);
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

/* Logo */
.algo-hero__logo {
  position: absolute;
  top: -122px;
  left: -65px;
  z-index: 20;
}
.algo-hero__logo img {
  max-height: 96px;
  width: auto;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}

/* Title & Accent */
.algo-hero__title {
  margin: 0 0 18px;
  font-size: clamp(32px, 5.2vw, 56px);
  line-height: 1.08;
  font-weight: 700;
  color: #f2f2f2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.algo-hero__title .title-accent {
  display:block;
  width: clamp(80px, 12vw, 160px);
  height: 4px;
  margin-top: 14px;
  background: #E8871E;
  border-radius: 4px;
}

/* Subtext */
.algo-hero__sub {
  margin: 12px 0 24px;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.6;
  color: rgba(242,242,242,0.85);
  max-width: 58ch;
}

/* CTAs */
.algo-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}
.btn-primary,
.btn-secondary {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border-radius: 12px;
  padding: 14px 26px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.btn-primary {
  background: linear-gradient(135deg, #639762 0%, #9ECF9E 100%);
  color: #fff;
}
.btn-primary:hover { background: #57886C; }
.btn-secondary {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}
.btn-secondary:hover { background: rgba(255,255,255,0.25); }

/* Right Form Panel */
.algo-hero__right {
  background: rgba(14,15,25,.2);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(6px);
  border-radius: 14px;
  padding: clamp(18px, 3vw, 28px);
}
.algo-hero__form-title {
  margin: 0 0 12px;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 600;
  color: #f2f2f2;
}

/* Form Fields */
.algo-hero__right .algolpform { background: #fff; border-radius: 12px; padding: 20px; }
.algo-hero__right .algolpform input,
.algo-hero__right .algolpform select,
.algo-hero__right .algolpform textarea {
  height: 35px; border-radius: 8px; border: 1px solid #ddd;
  padding: 10px 14px; font-size: 15px; width: 100%; box-sizing: border-box;
}
.algo-hero__right .algolpform .algolpbutton {
  background: #E8871E !important; color: #fff !important; border: none !important;
  border-radius: 8px !important; padding: 12px 20px !important; font-weight: 600 !important;
  width: 100%; cursor: pointer; transition: background 0.3s ease;
}
.algo-hero__right .algolpform .algolpbutton:hover { background: #639762 !important; }

/* ---------- Outcomes inside hero ---------- */
.algo-hero__outcomes{
  max-width: 1200px;
  margin: clamp(20px, 4vw, 32px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 18px;
  padding: 0 24px;
}
.outcome-pill{
  background: linear-gradient(160deg, #9ECF9E 0%, #8CBE8C 100%);
  border: 1px solid rgba(99,151,98,.25);
  color: #0E0F19;
  border-radius: 20px;
  padding: 18px 16px;
  box-shadow: 0 10px 26px rgba(99,151,98,.18);
  text-align: center;
}
.pill-kpi{
  font-weight: 900;
  font-size: clamp(20px, 2.6vw, 28px);
  line-height: 1;
   color: #FAFAFA;
}
.pill-meta{
  margin-top: 6px;
  font-size: 14px;
  color: #FAFAFA;
}

/* Responsive */
@media (max-width: 1024px){
  .algo-hero__grid { grid-template-columns: 1fr; }
  .algo-hero__right { order: 2; }
}
@media (max-width: 720px){
  .algo-hero__logo { top: -65px; left: -65px; }
  .algo-hero__title { margin-top: 105px; }
  .algo-hero__outcomes{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 460px){
  .algo-hero__outcomes{ grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8523074 *//* ---------- What You Can Do Section ---------- */
.algo-capabilities {
  background: #fff;
  color: #0E0F19;
}
.algo360-header h2 {
  font-size: 45px;
  font-weight: 600;
  color: #0E0F19;
  margin-bottom: 38px; /* Reduced gap under heading */
   text-align: center;
}

.algo360-header p {
  color: #466060;
  font-size: 16px;
  margin-bottom: 24px; /* Tighter space before cards */
}

.algo360-header h2 span {
  color: #639762; /* Algo green */
}


.algo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) 24px;
}

.algo-section-title {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  color: #466060;
  text-align: center;
  margin-bottom: 40px;
}

/* 2x2 Grid */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.cap-card {
  background: #ffffff;
  border: 1px solid rgba(158, 207, 158, 0.45);
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.cap-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.cap-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(145deg, #639762, #9ECF9E);
  color: #fff;
  font-size: 22px;
  margin-bottom: 14px;
}

.cap-card h3 {
  color: #466060;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.cap-card p {
  color: #466060;
  line-height: 1.6;
  font-size: 15px;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .cap-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-62693ed *//* ---------- Why Lenders Choose Section ---------- */
.algo-why {
  background: linear-gradient(180deg, #f9fbf9 0%, #f3fbf5 100%);
  color: #0E0F19;
}

.algo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) 24px;
}

.algo-section-title {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  color: #466060;
  text-align: center;
  margin-bottom: 40px;
}

.why-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.why-list li {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(158, 207, 158, 0.45);
  border-radius: 12px;
  padding: 20px 20px 20px 58px;
  color: #466060;
  font-size: 16px;
  line-height: 1.6;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.why-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.why-list .tick {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, #639762, #9ECF9E);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .why-list li {
    padding: 18px 18px 18px 52px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b678a9 *//* ---------- Proof in Action Section ---------- */
.algo-proof {
  background: #fff;
  color: #0E0F19;
}
.infinite-carousel {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.infinite-carousel .carousel-track {
  display: flex;
  animation: scroll-left 20s linear infinite;
}

.infinite-carousel .carousel-item {
  flex: 0 0 auto;
  margin: 0 -24px;
}

@keyframes scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-360%); } /* move half, since duplicated */
}

.algo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) 24px;
}

.algo-section-title {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  color: #466060;
  text-align: center;
  margin-bottom: 40px;
}

.proof-quote {
  background: #ffffff;
  border: 1px solid rgba(158, 207, 158, 0.45);
  border-left: 6px solid #E8871E; /* sporting orange */
  border-radius: 12px;
  padding: 28px 26px;
  margin: 0 auto 40px;
  max-width: 850px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  color: #466060;
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  position: relative;
}

.proof-quote strong {
  color: #639762;
  font-weight: 700;
}

.proof-quote cite {
  display: block;
  margin-top: 14px;
  font-style: normal;
  color: #466060;
  font-weight: 600;
  text-align: right;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
  filter: grayscale(1) opacity(0.9);
}

.logo-row img {
  height: 36px;
  width: auto;
  transition: filter 0.3s ease;
}

.logo-row img:hover {
  filter: grayscale(0) opacity(1);
}

/* Responsive */
@media (max-width: 768px) {
  .proof-quote {
    font-size: 16px;
    padding: 22px 20px;
  }

  .logo-row {
    gap: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1db6404 */.algo360-header h2 {
  font-size: 45px;
  font-weight: 600;
  color: #0E0F19;
  margin-bottom: 38px; /* Reduced gap under heading */
   text-align: center;
}

.algo360-header p {
  color: #466060;
  font-size: 16px;
  margin-bottom: 24px; /* Tighter space before cards */
}

.algo360-header h2 span {
  color: #639762; /* Algo green */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c40d6cd *//* Eyebrow heading */
.ring-hero__eyebrow {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;  /* fallback white */
  text-align: left;
}

.ring-hero__eyebrow span {
  color: var(--algo-200);  /* highlight "Evaluate" in light green */
}

/* Base (normal) */
/* ========= Section Styles ========= */
.ring-hero.fullbleed {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(48px, 8vw, 96px) 24px;
  overflow: hidden;
  isolation: isolate;
  color: #f2f2f2;
  background: linear-gradient(90deg, #639762 0%, #6DA66C 45%, #466060 100%);
}

/* ========= Typography ========= */
.ring-hero__title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  margin: 0 0 16px;
}

.ring-hero__lead {
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.6;
  margin: 10px 0;
}

/* ========= Button ========= */
.ring-btn {
  --green: #639762;
  --green-dark: #2f704c;

  display: inline-block;
  margin-top: 24px;
  padding: 12px 22px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  background: #ffffff;         /* normal: white pill */
  color: var(--green);         /* green text */
  box-shadow: 0 12px 20px rgba(0,0,0,0.25);
  transition: all 0.25s ease;
}

/* Hover state → green bg + white underlined text */
.ring-btn:hover {
  background: linear-gradient(180deg, var(--green) 0%, var(--green-dark) 100%);
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25),
              0 8px 16px rgba(0,0,0,0.22);
  transform: translateY(-2px);
}

/* Active click */
.ring-btn:active {
  transform: translateY(0);
  box-shadow: 0 8px 16px rgba(0,0,0,0.22);
}

/* ====== Tokens (use your Algo palette) ====== */
:root{
  --algo-600:#639762;
  --algo-500:#6DA66C;
  --algo-400:#7BB27A;
  --algo-300:#8CBE8C;
  --algo-200:#9ECF9E;
  --text-white:#f2f2f2;
}

/* ====== Full-bleed helper (works in boxed Elementor) ====== */
.fullbleed{
  position: relative;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* ====== Section base ====== */
.ring-hero{
  color: var(--text-white);
  overflow: hidden;
  padding: clamp(48px, 8vw, 96px) 24px;
  isolation: isolate;
}

/* Base green gradient */
.ring-hero::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(90deg, var(--algo-600) 0%, var(--algo-500) 45%, #4F736E 100%);
  z-index:-3;
}

/* Concentric rings on right (radial-gradient stack) */
.ring-hero::after{
  content:"";
  position:absolute;
  inset:-10% -10% -10% -10%;           /* let circles bleed outside */
  background:
    radial-gradient(circle at 92% 50%, rgba(0,0,0,.14) 0 2px, transparent 2px 100%) no-repeat,  /* subtle center shadow */
    radial-gradient(circle at 92% 50%, rgba(255,255,255,.13) 0 100px, transparent 100px) no-repeat,
    radial-gradient(circle at 92% 50%, rgba(255,255,255,.10) 0 200px, transparent 200px) no-repeat,
    radial-gradient(circle at 92% 50%, rgba(255,255,255,.08) 0 300px, transparent 300px) no-repeat,
    radial-gradient(circle at 92% 50%, rgba(255,255,255,.06) 0 420px, transparent 420px) no-repeat,
    radial-gradient(circle at 92% 50%, rgba(255,255,255,.05) 0 560px, transparent 560px) no-repeat;
  z-index:-2;
  pointer-events:none;
  filter: blur(.1px);                   /* anti-aliasing */
}

/* Inner content max-width + left alignment */
.ring-hero__inner{
  max-width: 980px;
  margin: 0 auto 0 min(6vw, 80px);     /* pushes content left */
}

/* Typography */
.ring-hero__title{
  font-weight: 800;
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 1.15;
  margin: 0 0 16px;
  color: var(--text-white);
}
.ring-hero__lead{
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.6;
  margin: 10px 0;
  color: rgba(242,242,242,.95);
}

/* CTA Button */
.ring-btn{
  display:inline-block;
  margin-top: 20px;
  background:#ffffff;
  color:#1e2b22;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 14px 20px rgba(0,0,0,.25);
  text-decoration:none;
  transform: translateY(0);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ring-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 26px rgba(0,0,0,.28);
}

/* Responsive: keep rings visible but not overpowering */
@media (max-width: 1024px){
  .ring-hero__inner{ margin-left: 24px; margin-right: 24px; }
  .ring-hero::after{
    background:
      radial-gradient(circle at 92% 60%, rgba(0,0,0,.12) 0 2px, transparent 2px 100%) no-repeat,
      radial-gradient(circle at 92% 60%, rgba(255,255,255,.12) 0 70px, transparent 70px) no-repeat,
      radial-gradient(circle at 92% 60%, rgba(255,255,255,.09) 0 140px, transparent 140px) no-repeat,
      radial-gradient(circle at 92% 60%, rgba(255,255,255,.07) 0 210px, transparent 210px) no-repeat,
      radial-gradient(circle at 92% 60%, rgba(255,255,255,.06) 0 280px, transparent 280px) no-repeat;
  }
}/* End custom CSS */
/* Start custom CSS */html {
  scroll-behavior: smooth;
}
/* Palette */
:root{
  --algo-green:#639762;
  --algo-green-2:#6DA66C;
  --algo-mint:#9ECF9E;
  --algo-mint-2:#AADBAA;
  --algo-mint-3:#8CBE8C;
  --sporting-teal:#466060;
  --sporting-forest:#57886C;
  --sporting-orange:#E8871E;
  --ink:#0E0F19;
  --ink-60: rgba(14,15,19,.6);
  --card: #ffffff;
  --soft:#f7faf7;
}

/* Base container to match hero width rhythm */
.algo-container{
  max-width:1200px;
  margin:0 auto;
  padding: clamp(48px, 7vw, 88px) 24px;
}

.algo-section-title{
  font-size: clamp(26px, 3vw, 34px);
  line-height:1.2;
  color: var(--sporting-teal);
  font-weight: 800;
  margin: 0 0 22px;
}

/* Buttons (reuse hero style) */
.btn-primary{
  display:inline-block;
  background: linear-gradient(135deg, var(--algo-green) 0%, var(--algo-mint) 100%);
  color:#fff; font-weight:700; text-decoration:none; 
  border-radius:10px; padding:14px 22px; transition:.25s;
  border: 1px solid rgba(255,255,255,0);
}
.btn-primary:hover{ transform: translateY(-2px); filter: saturate(1.05); }
.btn-outline{
  display:inline-block;
  background:#fff; color: var(--sporting-teal); 
  border:1px solid rgba(70,96,96,.25);
  font-weight:700; text-decoration:none; 
  border-radius:10px; padding:14px 22px; transition:.25s;
}
.btn-outline:hover{ background: #f2fffa; }

/* ========== What You Can Do ========== */
.algo-capabilities{
  background:#fff;
  color:var(--ink);
}
.cap-grid{
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap:22px;
}
.cap-card{
  background: var(--card);
  border:1px solid rgba(158,207,158,.45);
  border-radius:14px;
  padding:22px 18px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.cap-card:hover{
  transform: translateY(-4px);
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}
.cap-icon{
  display:inline-grid; place-items:center;
  width:40px; height:40px; border-radius:10px;
  background: linear-gradient(145deg, var(--algo-mint-3), var(--algo-mint-2));
  color:var(--sporting-teal); font-size:20px; margin-bottom:10px;
}
.cap-card h3{
  margin:.25rem 0 .35rem; font-size:18px; color:var(--sporting-teal); font-weight:700;
}
.cap-card p{ color: var(--sporting-teal); line-height:1.6; }

/* ========== Why Lenders Choose ========== */
.algo-why{
  background: linear-gradient(180deg, #f9fbf9 0%, #f3fbf5 100%);
  color:var(--ink);
}
.why-list{
  list-style:none; margin:0; padding:0; 
  display:grid; gap:14px;
}
.why-list li{
  background:#fff; border:1px solid rgba(70,96,96,.15);
  border-radius:12px; padding:16px 16px 16px 48px; position:relative;
  color:var(--sporting-teal);
}
.why-list .tick{
  position:absolute; left:14px; top:16px;
  width:24px; height:24px; border-radius:6px;
  background: linear-gradient(135deg, var(--algo-green-2), var(--algo-mint));
  color:#fff; display:inline-grid; place-items:center; font-weight:800;
}

/* ========== Proof in Action ========== */
.algo-proof{
  background:#fff;
}
.proof-wrap{
  display:grid; gap:28px;
}
.proof-quote{
  background:#fff; border: 1px solid rgba(70,96,96,.18);
  border-left:6px solid var(--sporting-orange);
  padding:22px; border-radius:12px; color:var(--ink);
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.proof-quote cite{ display:block; margin-top:10px; color:var(--sporting-teal); font-style:normal; }
.logo-row{
  display:flex; flex-wrap:wrap; gap:22px; align-items:center;
  filter: grayscale(1) opacity(.85);
}
.logo-row img{ height:36px; width:auto; }

/* ========== See the Future CTA ========== */
.algo-future{
  background: linear-gradient(180deg, rgba(170,219,170,.22), rgba(185,232,185,.18));
}
.future-grid{
  display:grid; grid-template-columns: 1.1fr .9fr; gap:28px; align-items:center;
}
.future-sub{
  color:var(--sporting-teal); font-size:18px; line-height:1.6; margin:0 0 18px;
}
.future-cta{ display:flex; gap:14px; flex-wrap:wrap; }
.future-art{ display:grid; grid-template-columns: repeat(3,1fr); gap:14px; }
.f-card{
  aspect-ratio: 4/3; border-radius:14px;
  background: linear-gradient(145deg, var(--algo-mint-3), var(--algo-mint-2));
  border:1px solid rgba(158,207,158,.45);
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}

/* ========== FAQ ========== */
.algo-faq{ background:#fff; }
.faq-accordion{ display:grid; gap:14px; }
.faq-item{
  background:#fff; border:1px solid rgba(70,96,96,.18); border-radius:12px; overflow:hidden;
}
.faq-item[open] .faq-q{ background:#f6fffb; }
.faq-q{
  cursor:pointer; padding:16px 18px; font-weight:700; color:var(--sporting-teal);
  list-style:none; outline:none;
}
.faq-a{ padding:0 18px 18px; color:var(--sporting-teal); line-height:1.6; }

/* ========== Final CTA ========== */
.algo-final-cta{
  background: linear-gradient(135deg, var(--algo-green), var(--algo-mint));
  color:#fff;
}
.final-cta-wrap{ text-align:center; }
.algo-final-cta h2{ font-size: clamp(26px, 3vw, 34px); margin:0 0 10px; }
.algo-final-cta p{ margin:0 0 18px; color: rgba(255,255,255,.95); }
.final-cta-buttons{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.algo-final-cta .btn-outline{
  background: transparent; color:#fff; border-color: rgba(255,255,255,.7);
}
.algo-final-cta .btn-outline:hover{ background: rgba(255,255,255,.12); }

/* ========== Responsive ========== */
@media (max-width: 1024px){
  .cap-grid{ grid-template-columns: repeat(2,1fr); }
  .future-grid{ grid-template-columns: 1fr; }
  .future-art{ order:-1; }
}
@media (max-width: 640px){
  .cap-grid{ grid-template-columns: 1fr; }
  .logo-row{ justify-content:center; }
}/* End custom CSS */