:root {
  --elf-navy: #1a3673;
  --elf-ink: #111827;
  --elf-muted: #5a6b8f;
  --elf-blue: #00a1e0;
  --elf-blue-dark: #0176d3;
  --elf-orange: #f25f00;
  --elf-orange-2: #ff7a1a;
  --elf-peach: #fff1e4;
  --elf-peach-2: #ffe4cc;
  --elf-sky: #f3f8fe;
  --elf-sky-2: #eaf3fc;
  --elf-line: #e3ebf3;
  --elf-white: #ffffff;
  --elf-shadow: 0 18px 50px rgba(11, 42, 74, 0.08);
  --elf-shadow-lg: 0 28px 70px rgba(11, 42, 74, 0.14);
  --elf-radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: clip;
  max-width: 100%;
}

body {
  margin: 0;
  color: var(--elf-ink);
  background: var(--elf-white);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font-family: inherit;
}

.elf-wrap {
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.elf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.72rem 1.45rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--elf-orange-2), var(--elf-orange));
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(242, 95, 0, 0.28);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.elf-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(255, 122, 0, 0.34);
}

.elf-btn--ghost {
  background: #fff;
  color: var(--elf-navy);
  box-shadow: none;
  border: 1px solid var(--elf-line);
}

.elf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  color: var(--elf-blue-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.elf-h2 {
  margin: 0 0 0.75rem;
  color: var(--elf-navy);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.elf-lead {
  margin: 0 auto 2rem;
  max-width: 640px;
  color: var(--elf-muted);
  font-size: 1.02rem;
}

.elf-center {
  text-align: center;
}

/* Header */
.elf-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 6px 20px rgba(26, 54, 115, 0.06);
}

.elf-header.is-stuck {
  border-bottom-color: var(--elf-line);
  box-shadow: 0 8px 24px rgba(11, 42, 74, 0.06);
}

.elf-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
}

.elf-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.elf-brand-ioptime {
  height: 46px;
  width: auto;
}

.elf-brand-divider {
  width: 1px;
  height: 2.4rem;
  background: #c5d0db;
  flex-shrink: 0;
}

.elf-logo-chip {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0.28rem 0.55rem;
  /* background: #111; */
}

.elf-logo-chip img {
  height: 80px;
  width: auto;
}

.elf-logo-chip--sm img {
  height: 70px;
}

.elf-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.05rem;
  padding: 0.42rem 1rem;
  border: 1.5px solid rgba(126, 196, 245, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #1589EE;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

/* Hero */
/* Hero */
.elf-hero {
  position: relative;
  overflow: hidden;
  padding: 2.8rem 0 2.4rem;
  background:
    radial-gradient(900px 420px at 88% 18%, rgba(0, 161, 224, 0.14), transparent 60%),
    radial-gradient(700px 360px at 10% 90%, rgba(255, 122, 0, 0.08), transparent 55%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 72%);
  background-image: url("../images/easylegal/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.elf-hero .elf-wrap {
  position: relative;
  z-index: 1;
}

.elf-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2.6rem;
  align-items: center;
}

.elf-hero h1 {
  margin: 0 0 1.05rem;
  color: #000000;
  font-size: clamp(2.05rem, 4.1vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.038em;
  line-height: 1.12;
}

.elf-hero h1 span {
  color: #21288F;
}

.elf-hero h1 em {
  font-style: normal;
  color: var(--elf-orange);
}

.elf-hero-copy>p {
  margin: 0 0 1.45rem;
  max-width: 36rem;
  color: #21288F;
  font-size: 1.05rem;
  line-height: 1.6;
}

.elf-partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 0.7rem 1rem;
  width: 100%;
  max-width: 520px;
  padding: 0.85rem 1.15rem;
  border: 1.5px solid #cfe4f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(26, 54, 115, 0.06);
}

.elf-partners-ioptime {
  height: 44px;
  width: auto;
}

.elf-partners-sf {
  height: 40px;
  width: auto;
}

.elf-partners-x {
  color: #9bb3c9;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1;
}

.elf-hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-top: 2.2rem;
}

.elf-point {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 0.95rem 1rem;
  background: #fff;
  border: 1px solid var(--elf-line);
  border-radius: 14px;
  box-shadow: var(--elf-shadow);
}

.elf-point span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #e8f6fd;
  color: var(--elf-blue-dark);
}

.elf-point span svg {
  width: 18px;
  height: 18px;
}

.elf-point p {
  margin: 0;
  color: var(--elf-navy);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.elf-hero-visual {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
}

.elf-hero-copy .elf-pill,
.elf-hero-copy h1,
.elf-hero-copy>p,
.elf-hero-copy .elf-partners,
.elf-hero-visual {
  animation: elfFadeUp 0.85s cubic-bezier(0.22, 0.8, 0.32, 1) both;
}

.elf-hero-copy .elf-pill {
  animation-delay: 0.06s;
}

.elf-hero-copy h1 {
  animation-delay: 0.16s;
}

.elf-hero-copy>p {
  animation-delay: 0.28s;
}

.elf-hero-copy .elf-partners {
  animation-delay: 0.4s;
}

.elf-hero-visual {
  animation-delay: 0.24s;
}

.elf-hero-visual img {
  animation: elfFloat 5.6s ease-in-out 1.1s infinite;
}

/* Laptop */
.elf-laptop {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  transform: perspective(1600px) rotateY(-16deg) rotateX(8deg) translateY(8px);
  filter: drop-shadow(18px 40px 40px rgba(26, 54, 115, 0.22));
}

.elf-laptop-screen {
  border: 11px solid #2a3038;
  border-bottom-width: 14px;
  border-radius: 16px 16px 6px 6px;
  background: #111827;
  overflow: hidden;
}

.elf-browser-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.75rem;
  background: #1b2433;
}

.elf-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3d4b63;
}

.elf-dot:first-child {
  background: #ff5f57;
}

.elf-dot:nth-child(2) {
  background: #febc2e;
}

.elf-dot:nth-child(3) {
  background: #28c840;
}

.elf-url {
  flex: 1;
  margin-left: 0.4rem;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  background: #111827;
  color: #93a4bb;
  font-size: 0.68rem;
}

.elf-dash {
  padding: 0.85rem;
  background: linear-gradient(180deg, #f4f8fc, #eef3f8);
}

.elf-dash-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.7rem;
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
  background: linear-gradient(90deg, #0176d3, #00a1e0);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.elf-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin-bottom: 0.55rem;
}

.elf-kpi {
  padding: 0.55rem 0.5rem;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 36, 0.06);
}

.elf-kpi b {
  display: block;
  color: var(--elf-navy);
  font-size: 1.05rem;
}

.elf-kpi small {
  color: var(--elf-muted);
  font-size: 0.62rem;
}

.elf-dash-body {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.45rem;
}

.elf-panel {
  min-height: 118px;
  padding: 0.55rem;
  border-radius: 8px;
  background: #fff;
}

.elf-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.28rem;
  height: 88px;
  padding-top: 0.4rem;
}

.elf-bars span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #5ec8f0, #0176d3);
}

.elf-gauge {
  display: grid;
  place-items: center;
  height: 100%;
}

.elf-laptop-base {
  height: 16px;
  margin: 0 auto;
  width: 112%;
  margin-left: -6%;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(180deg, #cfd6df 0%, #aeb6c2 46%, #8e97a4 100%);
  box-shadow: 0 18px 28px rgba(15, 23, 36, 0.16);
}

.elf-laptop-notch {
  width: 16%;
  height: 5px;
  margin: -5px auto 0;
  border-radius: 0 0 5px 5px;
  background: #9aa3af;
}

/* Overview */
.elf-overview {
  padding: 3.2rem 0 1.2rem;
  background: #f6f8fb;
}

.elf-overview-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 1.5rem;
  align-items: start;
}

.elf-col-label {
  margin: 0 0 0.7rem;
  color: #4aa3e0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.elf-list-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(26, 54, 115, 0.07);
  overflow: hidden;
}

.elf-list-card--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.elf-list-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.05rem 1.15rem;
  border-bottom: 1px solid #edf1f4;
  color: var(--elf-navy);
  font-weight: 700;
  font-size: 0.95rem;
}

.elf-list-card--grid .elf-list-row:nth-child(odd) {
  border-right: 1px solid #edf1f4;
}

.elf-list-card--grid .elf-list-row:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.elf-list-row svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--elf-navy);
}

.elf-list-foot {
  margin: 0;
  padding: 0.95rem 1.15rem 1.1rem;
  border-top: 1px solid #edf1f4;
  color: #c45a28;
  font-size: 0.92rem;
  font-weight: 700;
}

/* Highlights */
.elf-highlights {
  padding: 3.4rem 0 3.6rem;
  background: #fff;
}

.elf-pill--light {
  background: #fff;
  border-color: #7eb6e8;
  color: #3d7eb8;
  backdrop-filter: none;
}

.elf-pill--light em {
  margin-right: 0.4rem;
  font-style: normal;
  color: var(--elf-orange);
}

.elf-highlights .elf-h2 {
  max-width: 720px;
  margin-inline: auto;
  color: #111827;
}

.elf-hl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 1.8rem;
  text-align: left;
}

.elf-hl-card {
  padding: 1.7rem 1.4rem 1.45rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e6edf3;
  box-shadow: 0 10px 28px rgba(26, 54, 115, 0.05);
}

.elf-hl-card--peach {
  background: #ffe8d4;
  border-color: #f3d0b0;
}

.elf-hl-card b {
  display: block;
  color: var(--elf-navy);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.elf-hl-card s {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  color: #8a6a55;
}

.elf-hl-card--peach b {
  color: #1a1a1a;
}

.elf-hl-card hr {
  margin: 0.95rem 0 0.85rem;
  border: 0;
  border-top: 1px solid #e1e8ef;
}

.elf-hl-card--peach hr {
  border-top-color: #e0b48a;
}

.elf-hl-card p {
  margin: 0;
  color: #111827;
  font-size: 0.95rem;
  font-weight: 600;
}

/* Client */
.elf-client {
  padding: 3.6rem 0;
  background: #f4f8fc;
}

.elf-client .elf-h2 {
  margin-top: 0.85rem;
  margin-bottom: 1.6rem;
}

.elf-client-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.6rem;
  align-items: stretch;
}

.elf-client-copy p {
  margin: 0 0 1rem;
  max-width: 40rem;
  color: #3d4f63;
  font-size: 1.05rem;
  line-height: 1.65;
}

.elf-client-accent {
  color: #3d7eb8 !important;
  font-weight: 600;
}

.elf-client-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}

.elf-client-meta small {
  display: block;
  color: #8a97a8;
  font-size: 0.82rem;
  font-weight: 600;
}

.elf-client-meta strong {
  display: block;
  margin-top: 0.2rem;
  color: #3d7eb8;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.elf-client-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  padding: 2.2rem 1.6rem;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(26, 54, 115, 0.08);
  text-align: center;
}

.elf-client-card .elf-logo-chip {
  padding: 0.5rem 0.75rem;
}

.elf-client-card .elf-logo-chip img {
  height: 200px;
  margin-bottom: -91px;
}

.sh-about-rule {
  width: 68%;
  height: 1px;
  margin: 1.2rem auto;
  border: 0;
  background: #c4a574;
}

.elf-client-card p {
  margin: 0;
  max-width: 16rem;
  color: #7b8b9c;
  font-size: 0.88rem;
  line-height: 1.5;
}

/* Challenges */
.elf-challenges {
  padding: 3.8rem 0 4rem;
  background: #fff;
}

.elf-lead--blue {
  color: #3d7eb8;
}

.elf-ch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.elf-ch-card {
  padding: 1.35rem 1.2rem 1.3rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e6edf3;
  box-shadow: 0 10px 28px rgba(26, 54, 115, 0.05);
}

.elf-ch-ico {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0.9rem;
  border-radius: 10px;
  background: #f3f6f9;
  color: var(--elf-navy);
}

.elf-ch-ico svg {
  width: 20px;
  height: 20px;
}

.elf-ch-ico img {
  width: 28px;
  height: 22px;
}

.elf-ch-card h3 {
  margin: 0 0 0.35rem;
  color: #111827;
  font-size: 1.02rem;
}

.elf-ch-card p {
  margin: 0;
  color: #3d7eb8;
  font-size: 0.92rem;
  line-height: 1.5;
}

/* Transformation */
.elf-transform {
  padding: 3.8rem 0 4.2rem;
  background: #fff;
}

.elf-transform .elf-h2 {
  max-width: 720px;
  margin: 0 auto 0.85rem;
  color: #111827;
}

.elf-xform-rule {
  display: block;
  width: 52px;
  height: 3px;
  margin: 0 auto 2rem;
  border-radius: 99px;
  background: #e85aaa;
}

.elf-xform {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 0;
}

.elf-xform-box {
  width: 100%;
  padding: 1.5rem 1.4rem 1.45rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e6edf3;
  box-shadow: 0 12px 32px rgba(26, 54, 115, 0.07);
  text-align: center;
}

.elf-xform-label {
  margin: 0 0 1rem;
  color: var(--elf-navy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.elf-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.elf-tags span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e1e8ef;
  color: #1a1a1a;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(26, 54, 115, 0.06);
}

.elf-tags--check {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}

.elf-tags-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.elf-tags--check span::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #00a1e0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 8.2 6.6 10.7 12 5.4'/%3E%3C/svg%3E") center / 12px no-repeat;
}

.elf-xform-arrow {
  width: 0;
  height: 0;
  margin: 0.55rem 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #00a1e0;
}

.elf-xform-hub {
  width: 100%;
  padding: 1.6rem 1.2rem 1.45rem;
  border-radius: 22px;
  background: #00a1e0;
  box-shadow: 0 16px 36px rgba(0, 161, 224, 0.28);
  text-align: center;
}

.elf-xform-hub svg,
.elf-xform-hub img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto 0.55rem;
}

.elf-xform-dot {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto 0.7rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px #e85aaa;
}

.elf-xform-hub strong {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

/* Lightning migration */
.elf-migrate {
  padding: 3.8rem 0 4rem;
  background: #fff;
}

.elf-mig-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2.2rem;
  align-items: center;
  margin-top: 1.6rem;
}

.elf-toggle {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
}

.elf-toggle-btn {
  min-height: 36px;
  padding: 0.4rem 1rem;
  border: 0;
  border-radius: 999px;
  background: #eef2f6;
  color: #1a1a1a;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}

.elf-toggle-btn.is-on {
  background: #00a1e0;
  color: #fff;
}

.elf-toggle-arrow {
  color: #00a1e0;
  font-weight: 800;
}

.elf-mig-stat {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  margin: 0 0 1.4rem;
  color: #5a6b8f;
  font-weight: 600;
}

.elf-mig-stat b {
  color: var(--elf-navy);
  font-size: clamp(3rem, 6vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.elf-mig-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.elf-mig-list li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.elf-mig-ico {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #e7f5fd;
  color: #0176d3;
}

.elf-mig-ico svg {
  width: 18px;
  height: 18px;
}

.elf-mig-list strong {
  display: block;
  color: #111827;
  font-size: 1rem;
}

.elf-mig-list small {
  color: #3d7eb8;
  font-size: 0.88rem;
}

.elf-mig-shot {
  grid-column: 1 / -1;
  min-width: 0;
  width: 100%;
}

.elf-mig-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.elf-sf-ui {
  padding: 0.9rem;
  border-radius: 18px;
  background: #f4f8fc;
  border: 1px solid #e1eaf2;
  box-shadow: 0 18px 44px rgba(26, 54, 115, 0.1);
  transition: filter 0.25s ease;
}

.elf-mig-visual.is-classic .elf-sf-ui {
  filter: grayscale(0.85) saturate(0.4);
}

.elf-sf-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
  padding: 0.5rem 0.65rem;
  border-radius: 10px;
  background: linear-gradient(90deg, #0176d3, #00a1e0);
  color: #fff;
  font-size: 0.75rem;
}

.elf-sf-nav span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.elf-sf-charts,
.elf-sf-gauges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.elf-sf-chart,
.elf-sf-gauges .elf-gauge {
  padding: 0.75rem;
  border-radius: 12px;
  background: #fff;
}

.elf-sf-chart small,
.elf-sf-gauges small {
  color: #7b8b9c;
  font-size: 0.72rem;
  font-weight: 700;
}

.elf-bars--tall {
  height: 110px;
}

.elf-sf-gauges {
  margin-top: 0.7rem;
}

/* Pipeline */
.elf-pipeline {
  padding: 3.8rem 0 4.4rem;
  background: #f4f8fc;
  overflow: hidden;
}

.elf-pipeline .elf-wrap {
  width: min(1240px, calc(100% - 2rem));
}

.elf-pipe {
  position: relative;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 2.4rem 0 0;
  padding: 0;
  list-style: none;
}

.elf-pipe::before {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  top: 50%;
  height: 2px;
  background: #d4e0ea;
}

.elf-pipe-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 1fr 18px 1fr;
  min-height: 280px;
  justify-items: center;
}

.elf-pipe-step::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 9px;
  height: 9px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #9bb3c4;
  box-shadow: 0 0 0 4px #f4f8fc;
}

.elf-pipe-step::after {
  content: "";
  grid-row: 2;
  width: 2px;
  height: 18px;
  background: #c5d4e0;
}

.elf-pipe-card {
  width: 100%;
  max-width: 118px;
  padding: 0.7rem 0.55rem 0.75rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e6edf3;
  box-shadow: 0 8px 22px rgba(26, 54, 115, 0.07);
  text-align: left;
  cursor: default;
}

.elf-pipe-step--up .elf-pipe-card {
  grid-row: 1;
  align-self: end;
}

.elf-pipe-step--down .elf-pipe-card {
  grid-row: 3;
  align-self: start;
}

.elf-pipe-card svg {
  width: 18px;
  height: 18px;
  color: var(--elf-navy);
}

.elf-pipe-card span {
  float: right;
  color: #9aa8b7;
  font-size: 0.68rem;
  font-weight: 800;
}

.elf-pipe-card strong {
  display: block;
  clear: both;
  margin-top: 0.55rem;
  color: #111827;
  font-size: 0.78rem;
  line-height: 1.25;
}

.elf-pipe-card p {
  display: none;
  margin: 0.4rem 0 0;
  color: #3d7eb8;
  font-size: 0.68rem;
  line-height: 1.35;
}

.elf-pipe-card:hover,
.elf-pipe-card:focus-visible {
  border-color: #bfe0f4;
  box-shadow: 0 12px 28px rgba(0, 161, 224, 0.16);
}

.elf-pipe-card:hover p,
.elf-pipe-card:focus-visible p {
  display: block;
}

/* Loan automation */
.elf-loan-auto {
  padding: 3.8rem 0 3.6rem;
  background: #fff;
}

.elf-loan-grid {
  display: grid;
  grid-template-columns: 1.15fr auto 0.85fr;
  gap: 1.2rem;
  align-items: center;
  margin-top: 1.8rem;
  text-align: left;
}

.elf-loan-chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 0.7rem;
}

.elf-loan-chips button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 52px;
  padding: 0.75rem 1rem;
  border: 1px solid #e6edf3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(26, 54, 115, 0.06);
  color: #111827;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
  cursor: default;
}

.elf-loan-chips span {
  color: var(--elf-orange);
  font-size: 1.15rem;
  font-weight: 800;
}

.elf-loan-dash {
  width: 56px;
  height: 2px;
  border-top: 2px dashed #7eb6e8;
  position: relative;
}

.elf-loan-dash::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -6px;
  border-left: 10px solid #7eb6e8;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.elf-loan-truth {
  padding: 1.8rem 1.4rem;
  border-radius: 20px;
  background: #e7f4fd;
  text-align: center;
}

img.site-logo {
  height: 200px;
}

.elf-loan-truth img {
  width: 110px;
  margin: 0 auto 0.7rem;
}

.elf-loan-truth h3 {
  margin: 0 0 0.45rem;
  color: #111827;
  font-size: 1.15rem;
}

.elf-loan-truth p {
  margin: 0;
  color: #3d7eb8;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Document automation */
.elf-docs {
  padding: 3.4rem 0 4rem;
  background: #fff;
}

.elf-docs-flow {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-around;
  gap: 0.45rem 0.35rem;
  margin-top: 1.8rem;
}

.elf-docs-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 1.15rem 0.9rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e6edf3;
  box-shadow: 0 10px 26px rgba(26, 54, 115, 0.06);
}

.elf-docs-card img,
.elf-docs-card svg {
  width: 42px;
  height: 42px;
  margin-bottom: 0.55rem;
  object-fit: contain;
}

.elf-docs-card strong {
  color: #111827;
  font-size: 0.9rem;
}

.elf-docs-card small {
  margin-top: 0.2rem;
  color: #3d7eb8;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.elf-docs-arrow {
  display: grid;
  place-items: center;
  color: #0176d3;
  font-size: 1.4rem;
  font-weight: 800;
}

.elf-conga-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.55rem;
  border-radius: 50%;
  background: #e31c3d;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.elf-docs-note {
  max-width: 52rem;
  margin-top: 1.6rem;
}

/* Reporting */
.elf-report {
  padding: 3.6rem 0 4.2rem;
  background: #fff;
}

.elf-report-shots {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.8rem;
}

.elf-report-shots img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid #e1eaf2;
  box-shadow: 0 18px 44px rgba(26, 54, 115, 0.1);
  background: #fff;
}

.elf-bento-main {
  grid-row: span 2;
}

.elf-bento-main,
.elf-bento-side {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.elf-bento-screen {
  flex: 1;
  min-height: 220px;
  padding: 0.9rem;
  border-radius: 18px;
  background: #11161e;
  overflow: hidden;
}

.elf-bento-screen--sm {
  min-height: 150px;
}

.elf-bento-screen .elf-sf-chart,
.elf-bento-screen .elf-gauge {
  background: #1a222d;
}

.elf-bento-screen .elf-sf-chart small,
.elf-bento-screen .elf-gauge small {
  color: #9bb0c4;
}

.elf-table--dark {
  color: #d5e0ea;
}

.elf-table--dark th,
.elf-table--dark td {
  border-bottom-color: #2a3544;
}

.elf-bento h3 {
  margin: 0.75rem 0 0.15rem;
  color: #111827;
  font-size: 1rem;
}

.elf-bento p {
  margin: 0;
  color: #5a6b8f;
  font-size: 0.88rem;
}

/* Architecture layers */
.elf-layers {
  padding: 3.6rem 0 4.2rem;
  background: #fff;
}

.elf-layer-stack {
  position: relative;
  width: min(720px, 100%);
  margin: 2rem auto 0;
  padding: 0;
  list-style: none;
}

.elf-layer-stack::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.2rem;
  bottom: 1.2rem;
  width: 0;
  border-left: 1.5px dashed #9bb8d0;
  transform: translateX(-50%);
  z-index: 0;
}

.elf-layer-stack li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
  padding: 1.05rem 1.25rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e6edf3;
  box-shadow: 0 10px 26px rgba(26, 54, 115, 0.06);
  text-align: left;
}

.elf-layer-stack li:last-child {
  margin-bottom: 0;
}

.elf-layer-stack span {
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
}

.elf-layer-stack small {
  color: #b0becb;
  font-size: 0.95rem;
  font-weight: 700;
}

/* Showcase */
.elf-show {
  padding: 3.6rem 0 3.4rem;
  background: #fff;
}

.elf-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin: 1.2rem 0 1.4rem;
}

.elf-tab {
  min-height: 40px;
  padding: 0.45rem 1rem;
  border: 1px solid #e6edf3;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(26, 54, 115, 0.06);
  color: var(--elf-navy);
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}

.elf-tab.is-on {
  background: #e7f4fd;
  border-color: #bfe0f4;
  color: #0176d3;
}

.elf-show-frame {
  min-height: 0;
  padding: 0;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  text-align: left;
  border: 1px solid #e1eaf2;
  box-shadow: 0 18px 44px rgba(26, 54, 115, 0.1);
}

.elf-show-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.elf-show-panel[data-panel="pipe"],
.elf-show-panel[data-panel="case"] {
  background: #05070d;
}

.elf-place-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.15rem 0 0;
}

.elf-place-card {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  border: 1px solid #d9e4ee;
  border-radius: 16px;
  background: #0b1220;
  box-shadow: 0 12px 28px rgba(11, 42, 74, 0.12);
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  color: #fff;
}

.elf-place-card img {
  display: block;
  width: 100%;
  height: 118px;
  object-fit: cover;
  object-position: top center;
  background: #05070d;
}

.elf-place-card span {
  display: block;
  padding: 0 0.75rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.elf-place-card.is-on {
  border-color: #0176d3;
  box-shadow: 0 0 0 2px #0176d3, 0 12px 28px rgba(11, 42, 74, 0.16);
}

@media (max-width: 900px) {
  .elf-place-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.elf-show-panel .elf-sf-chart,
.elf-show-panel .elf-gauge {
  background: #1a222d;
}

.elf-show-panel .elf-sf-chart small,
.elf-show-panel .elf-gauge small {
  color: #9bb0c4;
}

/* Business impact */
.elf-impact {
  padding: 3.2rem 0 4.2rem;
  background: #fff;
  border-top: 1px solid #eef2f6;
}

.elf-impact-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.7rem 1rem;
  margin: 1.4rem auto 1.6rem;
  padding: 1.15rem 1.4rem;
  border-radius: 16px;
  background: #ffe8d4;
}

.elf-impact-banner b {
  color: #3b2a7a;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
}

.elf-impact-banner span {
  color: #8a6a55;
  font-size: 1.4rem;
}

.elf-impact-banner em {
  font-style: normal;
  color: var(--elf-orange);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
}

.elf-impact-banner small {
  color: #3d7eb8;
  font-size: 0.95rem;
  font-weight: 600;
}

.elf-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.elf-impact-grid li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 0.85rem;
  border: 1px solid #dce7f0;
  border-radius: 12px;
  color: #111827;
  font-size: 0.88rem;
  font-weight: 600;
}

.elf-impact-grid li::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #00a1e0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 8.2 6.6 10.7 12 5.4'/%3E%3C/svg%3E") center / 11px no-repeat;
}

/* Key outcomes */
.elf-outcomes {
  padding: 3.6rem 0 3.4rem;
  background: #f6f9fc;
}

.elf-ba {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: stretch;
  margin-top: 1.8rem;
  text-align: left;
}

.elf-ba-card {
  padding: 1.4rem 1.35rem;
  border-radius: 18px;
  background: #e7f4fd;
}

.elf-ba-card h3 {
  margin: 0 0 0.85rem;
  color: #111827;
  font-size: 1.15rem;
}

.elf-ba-card--after h3 {
  color: #0176d3;
}

.elf-ba-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.elf-ba-card li {
  margin-bottom: 0.55rem;
  color: #1a1a1a;
  font-weight: 600;
}

.elf-ba-card li::before {
  content: "– ";
  color: #7b8b9c;
}

.elf-ba-card--after li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.elf-ba-card--after li::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #00a1e0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 8.2 6.6 10.7 12 5.4'/%3E%3C/svg%3E") center / 11px no-repeat;
}

.elf-ba-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.elf-ba-arrow {
  color: #0176d3;
  font-size: 1.35rem;
  font-weight: 800;
}

.elf-ba-chip {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #e7f4fd;
  box-shadow: 0 8px 20px rgba(26, 54, 115, 0.1);
  color: #0176d3;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Tech stack */
.elf-techstack {
  padding: 3.2rem 0 4.2rem;
  background: #f6f9fc;
}

.elf-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.elf-tech-cell {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 0.9rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e6edf3;
  color: #111827;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: left;
}

.elf-tech-cell img,
.elf-tech-cell svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  object-fit: contain;
}

.elf-tech-cell .elf-conga-mark {
  width: 28px;
  height: 28px;
  margin: 0;
  font-size: 0.42rem;
}

/* Sections */
.elf-section {
  padding: 3.6rem 0;
}

.elf-section--sky {
  background: var(--elf-sky);
}

.elf-section--peach {
  background: linear-gradient(180deg, #fffaf4, #fff);
}

/* Features */
.elf-feats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.elf-feat {
  padding: 1.35rem 1.25rem 1.3rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--elf-line);
  box-shadow: 0 10px 28px rgba(11, 42, 74, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.elf-feat:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(11, 42, 74, 0.08);
}

.elf-feat-ico {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.9rem;
  border-radius: 12px;
  background: #e7f5fd;
  color: var(--elf-blue-dark);
}

.elf-feat-ico svg {
  width: 22px;
  height: 22px;
}

.elf-feat h3 {
  margin: 0 0 0.4rem;
  color: var(--elf-navy);
  font-size: 1.05rem;
}

.elf-feat p {
  margin: 0;
  color: var(--elf-muted);
  font-size: 0.92rem;
}

/* Flow */
.elf-flow-board {
  position: relative;
  padding: 1.4rem 1rem 1.6rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--elf-line);
  box-shadow: var(--elf-shadow);
}

.elf-flow-top,
.elf-flow-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.elf-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding: 0.9rem 0.6rem;
  border-radius: 14px;
  background: var(--elf-sky);
  color: var(--elf-navy);
  font-size: 0.86rem;
  font-weight: 700;
  text-align: center;
}

.elf-node svg,
.elf-node img {
  width: 28px;
  height: 28px;
}

.elf-flow-hub {
  display: grid;
  place-items: center;
  margin: 1.1rem auto;
  width: min(360px, 100%);
  padding: 1.15rem 1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #eaf7fe, #d7effc);
  border: 1px solid #bfe4f8;
  text-align: center;
}

.elf-flow-hub img {
  width: 120px;
  height: auto;
  margin: 0 auto 0.35rem;
}

.elf-flow-hub strong {
  display: block;
  color: var(--elf-navy);
}

.elf-flow-hub small {
  color: var(--elf-muted);
}

.elf-connectors {
  height: 28px;
  margin: -0.15rem 0;
  background:
    linear-gradient(var(--elf-blue), var(--elf-blue)) center / 2px 100% no-repeat,
    linear-gradient(var(--elf-blue), var(--elf-blue)) 16% 50% / 68% 2px no-repeat;
  opacity: 0.45;
}

/* Insight */
.elf-insight {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
}

.elf-checks {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.elf-checks li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin-bottom: 0.85rem;
  color: var(--elf-ink);
  font-weight: 600;
}

.elf-checks svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.elf-dash-card {
  padding: 1rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--elf-line);
  box-shadow: var(--elf-shadow-lg);
}

.elf-dash-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0.7rem;
}

.elf-mini {
  padding: 0.85rem;
  border-radius: 14px;
  background: var(--elf-sky);
}

.elf-mini h4 {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  color: var(--elf-muted);
}

.elf-linechart {
  width: 100%;
  height: 92px;
}

.elf-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
}

.elf-table th,
.elf-table td {
  padding: 0.4rem 0.2rem;
  border-bottom: 1px solid #d7e3ee;
  text-align: left;
}

.elf-table th {
  color: var(--elf-muted);
  font-weight: 600;
}

/* Tree */
.elf-tree {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.elf-tree-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
}

.elf-tree-card {
  min-width: 150px;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--elf-line);
  box-shadow: 0 8px 20px rgba(11, 42, 74, 0.05);
  color: var(--elf-navy);
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}

.elf-tree-card--root {
  background: linear-gradient(180deg, #0176d3, #00a1e0);
  color: #fff;
  border: 0;
  min-width: 220px;
}

.elf-process {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.elf-process li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: var(--elf-sky);
  border: 1px solid var(--elf-line);
  color: var(--elf-navy);
  font-size: 0.8rem;
  font-weight: 700;
}

.elf-process span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--elf-blue);
  color: #fff;
  font-size: 0.7rem;
}

.elf-stem {
  width: 2px;
  height: 22px;
  background: #b9d7ea;
}

.elf-stem-wide {
  width: min(620px, 80%);
  height: 22px;
  border-top: 2px solid #b9d7ea;
  position: relative;
}

.elf-stem-wide::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  width: 2px;
  height: 22px;
  background: #b9d7ea;
}

/* Split / form */
.elf-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  align-items: stretch;
}

.elf-form-mock,
.elf-sf-card {
  padding: 1.4rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--elf-line);
  box-shadow: var(--elf-shadow);
}

.elf-form-mock h3,
.elf-sf-card h3 {
  margin: 0 0 1rem;
  color: var(--elf-navy);
}

.elf-field {
  margin-bottom: 0.75rem;
}

.elf-field span {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--elf-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.elf-field b,
.elf-fake-input {
  display: block;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  background: #f5f8fb;
  border: 1px solid var(--elf-line);
  color: var(--elf-navy);
  font-size: 0.9rem;
  font-weight: 600;
}

.elf-sf-card {
  background: linear-gradient(180deg, #f4fbff, #fff);
}

.elf-sf-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.elf-sf-card li {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 0.7rem;
  color: var(--elf-ink);
  font-weight: 600;
}

.elf-sf-card li svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--elf-blue-dark);
}

/* Logos */
.elf-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.4rem 2.2rem;
}

.elf-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  color: #6b7c8d;
  font-size: 0.78rem;
  font-weight: 700;
}

.elf-logo-item img,
.elf-logo-item svg {
  height: 42px;
  width: auto;
  opacity: 0.86;
}

.elf-tech-word {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

/* Media */
.elf-media {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.9rem;
}

.elf-media-main {
  grid-row: 1 / 3;
}

.elf-shot {
  height: 100%;
  min-height: 150px;
  padding: 1.2rem;
  border-radius: 18px;
  background: linear-gradient(160deg, #16324f, #0b2a4a 55%, #0176d3);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}

.elf-shot--light {
  background: linear-gradient(160deg, #eaf6fe, #fff);
  color: var(--elf-navy);
  border: 1px solid var(--elf-line);
}

.elf-shot h3 {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
}

.elf-shot p {
  margin: 0;
  opacity: 0.86;
  font-size: 0.9rem;
}

.elf-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  transform: translate(-50%, -70%);
}

/* Accordion */
.elf-acc {
  max-width: 820px;
  margin: 0 auto;
  border-top: 1px solid var(--elf-line);
}

.elf-acc-item {
  border-bottom: 1px solid var(--elf-line);
}

.elf-acc-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 0.2rem;
  cursor: pointer;
  list-style: none;
  color: var(--elf-navy);
  font-weight: 700;
}

.elf-acc-item summary::-webkit-details-marker {
  display: none;
}

.elf-acc-plus {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--elf-sky);
  color: var(--elf-blue-dark);
  flex-shrink: 0;
}

.elf-acc-item[open] .elf-acc-plus {
  transform: rotate(45deg);
  background: var(--elf-peach);
  color: var(--elf-orange);
}

.elf-acc-item p {
  margin: 0 0 1.05rem;
  color: var(--elf-muted);
  padding-right: 2.4rem;
}

/* Video */
.elf-video-frame {
  position: relative;
  aspect-ratio: 16 / 7.2;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 40%, rgba(0, 161, 224, 0.35), transparent 40%),
    linear-gradient(160deg, #0e1a2b, #16324f);
  display: grid;
  place-items: center;
  box-shadow: var(--elf-shadow-lg);
}

.elf-video-btn {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 0;
  background: var(--elf-orange);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 32px rgba(255, 122, 0, 0.35);
  cursor: default;
}

.elf-video-btn svg {
  width: 28px;
  height: 28px;
  margin-left: 3px;
}

/* Compare */
.elf-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: stretch;
}

.elf-col {
  padding: 1.5rem 1.35rem;
  border-radius: 20px;
}

.elf-col--before {
  background: #f3f5f8;
}

.elf-col--after {
  background: #e7f4fd;
}

.elf-col h3 {
  margin: 0 0 1rem;
  color: var(--elf-navy);
}

.elf-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.elf-col li {
  position: relative;
  margin-bottom: 0.7rem;
  padding-left: 1.15rem;
  color: var(--elf-ink);
  font-weight: 600;
  font-size: 0.95rem;
}

.elf-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9aa8b7;
}

.elf-col--after li::before {
  background: var(--elf-blue);
}

.elf-bridge {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-top: 2.4rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--elf-line);
  box-shadow: var(--elf-shadow);
}

.elf-bridge img {
  width: 46px;
  height: auto;
}

/* Future scope */
.elf-future {
  padding: 3.6rem 0 4rem;
  background: #fff;
}

.elf-future .elf-h2 {
  color: #111827;
}

.elf-future-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1rem;
  max-width: 920px;
  margin: 1.85rem auto 0;
  padding: 0;
  list-style: none;
}

.elf-future-tags li {
  padding: 0.72rem 1.2rem;
  border-radius: 999px;
  background: #e8f3fc;
  color: #1a3673;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(26, 54, 115, 0.08);
}

/* CTA */
.elf-cta {
  padding: 4.4rem 0 4.6rem;
  background: #eef3f8;
  text-align: center;
}

.elf-cta .elf-h2 {
  max-width: 760px;
  margin: 0 auto 0.85rem;
  color: #111827;
}

.elf-cta p {
  margin: 0 auto 1.7rem;
  max-width: 560px;
  color: #1a3673;
  font-size: 1.02rem;
  font-weight: 600;
}

.elf-cta .elf-btn {
  min-width: 176px;
  box-shadow: 0 14px 28px rgba(242, 95, 0, 0.32);
}

/* Footer */
.elf-footer {
  padding: 1.15rem 0;
  background: #fff;
  border-top: 1px solid #eef2f6;
}

.elf-footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
}

.elf-footer-bar p {
  margin: 0;
  color: #7eb6e8;
  font-size: 0.82rem;
  font-weight: 600;
}

.elf-footer .elf-logo-chip {
  margin-bottom: 0;
}

.elf-top {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 9999;
  isolation: isolate;
  mix-blend-mode: normal;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: var(--elf-navy);
  color: #fff;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.elf-top.is-on {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 980px) {

  .elf-hero-grid,
  .elf-quote-card,
  .elf-client-grid,
  .elf-mig-grid,
  .elf-loan-grid,
  .elf-insight,
  .elf-split,
  .elf-media,
  .elf-compare {
    grid-template-columns: 1fr;
  }

  .elf-media {
    grid-template-rows: none;
  }

  .elf-media-main {
    grid-row: auto;
    min-height: 240px;
  }

  .elf-loan-dash {
    width: 2px;
    height: 36px;
    margin: 0 auto;
    border-top: 0;
    border-left: 2px dashed #7eb6e8;
  }

  .elf-docs-flow {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.2rem;
  }

  .elf-docs-card {
    width: min(260px, 100%);
    min-width: 0;
  }

  .elf-docs-arrow {
    transform: rotate(90deg);
    height: 1.35rem;
    line-height: 1;
  }

  .elf-bento,
  .elf-ba,
  .elf-tech-grid {
    grid-template-columns: 1fr;
  }

  .elf-footer-bar {
    justify-content: center;
    text-align: center;
  }

  .elf-footer-bar .elf-brand {
    justify-content: center;
    width: 100%;
  }

  .elf-bento-main {
    grid-row: auto;
  }

  .elf-loan-dash::after {
    right: -4px;
    top: auto;
    bottom: -8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #7eb6e8;
    border-bottom: 0;
  }

  .elf-laptop {
    transform: perspective(1400px) rotateY(-8deg) rotateX(4deg);
    max-width: 520px;
    margin: 0 auto;
  }

  .elf-partners {
    max-width: 100%;
  }

  .elf-quote-meta {
    align-items: flex-start;
    text-align: left;
  }

  .elf-bridge {
    margin: 0 auto;
  }

  .elf-overview-grid,
  .elf-hl-grid,
  .elf-ch-grid,
  .elf-impact-grid,
  .elf-feats {
    grid-template-columns: 1fr 1fr;
  }

  .elf-list-card--grid {
    grid-template-columns: 1fr;
  }

  .elf-list-card--grid .elf-list-row:nth-child(odd) {
    border-right: 0;
  }

  .elf-list-card--grid .elf-list-row:nth-last-child(-n + 2) {
    border-bottom: 1px solid #edf1f4;
  }

  .elf-list-card--grid .elf-list-row:last-child {
    border-bottom: 0;
  }

  .elf-pipe {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .elf-pipe::before,
  .elf-pipe-step::before,
  .elf-pipe-step::after {
    display: none;
  }

  .elf-pipe-step {
    min-height: 0;
    grid-template-rows: auto;
  }

  .elf-pipe-step--up .elf-pipe-card,
  .elf-pipe-step--down .elf-pipe-card {
    grid-row: auto;
    max-width: none;
  }

  .elf-pipe-card p {
    display: block;
  }
}

@media (max-width: 640px) {
  .elf-header .elf-btn span {
    display: none;
  }

  .elf-brand-ioptime {
    height: 38px;
  }

  .elf-logo-chip img {
    height: 24px;
  }

  .elf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 34px;
    padding: 1px 18.45px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--elf-orange-2), var(--elf-orange));
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 24px rgba(242, 95, 0, 0.28);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  }

  .elf-docs .elf-h2 {
    font-size: 1.42rem;
    line-height: 1.22;
    max-width: 14em;
    margin-inline: auto;
  }

  .elf-docs-card {
    width: min(220px, 86vw);
    padding: 1.35rem 1.1rem;
    border-radius: 20px;
  }

  .elf-ba-arrow {
    display: none;
  }

  .elf-client-card .elf-logo-chip img {
    height: 52px;
  }

  .elf-overview-grid,
  .elf-hl-grid,
  .elf-ch-grid,
  .elf-impact-grid,
  .elf-feats,
  .elf-client-meta {
    grid-template-columns: 1fr;
  }

  .elf-flow-top,
  .elf-flow-bottom,
  .elf-dash-body,
  .elf-dash-grid,
  .elf-kpis {
    grid-template-columns: 1fr;
  }

  .elf-hero {
    padding-top: 1.4rem;
  }
}

html.elf-motion section:not(.elf-hero) .elf-pill,
html.elf-motion section:not(.elf-hero) .elf-h2 {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.22, 0.8, 0.32, 1), transform 0.7s cubic-bezier(0.22, 0.8, 0.32, 1);
}

html.elf-motion section:not(.elf-hero) .elf-h2 {
  transition-delay: 0.1s;
}

html.elf-motion section:not(.elf-hero) .elf-pill.is-in,
html.elf-motion section:not(.elf-hero) .elf-h2.is-in {
  opacity: 1;
  transform: none;
}

@keyframes elfFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes elfFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@media (prefers-reduced-motion: reduce) {

  .elf-hero-copy .elf-pill,
  .elf-hero-copy h1,
  .elf-hero-copy>p,
  .elf-hero-copy .elf-partners,
  .elf-hero-visual,
  .elf-hero-visual img,
  html.elf-motion section:not(.elf-hero) .elf-pill,
  html.elf-motion section:not(.elf-hero) .elf-h2 {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}