@font-face {
    font-family: 'Sora Semibold';
    src: url('../fonts/Sora-SemiBold.eot');
    src: url('../fonts/Sora-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-SemiBold.woff2') format('woff2'),
        url('../fonts/Sora-SemiBold.woff') format('woff'),
        url('../fonts/Sora-SemiBold.ttf') format('truetype'),
        url('../fonts/Sora-SemiBold.svg#Sora-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora Light';
    src: url('../fonts/Sora-Light.eot');
    src: url('../fonts/Sora-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Light.woff2') format('woff2'),
        url('../fonts/Sora-Light.woff') format('woff'),
        url('../fonts/Sora-Light.ttf') format('truetype'),
        url('../fonts/Sora-Light.svg#Sora-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora Italic';
    src: url('../fonts/Sora-Italic.eot');
    src: url('../fonts/Sora-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Italic.woff2') format('woff2'),
        url('../fonts/Sora-Italic.woff') format('woff'),
        url('../fonts/Sora-Italic.ttf') format('truetype'),
        url('../fonts/Sora-Italic.svg#Sora-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sora medium';
    src: url('../fonts/Sora-Medium.eot');
    src: url('../fonts/Sora-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Medium.woff2') format('woff2'),
        url('../fonts/Sora-Medium.woff') format('woff'),
        url('../fonts/Sora-Medium.ttf') format('truetype'),
        url('../fonts/Sora-Medium.svg#Sora-Medium') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora Regular';
    src: url('../fonts/Sora-Regular.eot');
    src: url('../fonts/Sora-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Regular.woff2') format('woff2'),
        url('../fonts/Sora-Regular.woff') format('woff'),
        url('../fonts/Sora-Regular.ttf') format('truetype'),
        url('../fonts/Sora-Regular.svg#Sora-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "Bootstrap icons";
  src:
    url("/assets/fonts/bootstrap-icons.woff2") format("woff2"),
    url("/assets/fonts/bootstrap-icons.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root
{
    --main-font: "Archivo", sans-serif;
    --color-elioscore-green: #2ddabf;
    --font-icons: 'Bootstrap icons';
    --font-mono: 'JetBrains Mono', monospace;

    --color-bg: #fafaf8;
    --color-border-hover: #adadA0;
    --color-gray-50: #e9e9ea;
    --color-black: #000;
    
    --color-black-100: #D2D2D5;
    --color-black-300: #777980;
    --color-black-400: #4a4c56;
    --color-black-500: #1D1F2C;
    --color-black-700: #0F1016;


    --gradient: linear-gradient(to right, #4DB6AC, #C5BF88);

    --color-white: #ffffff;
    --color-secondary-text: #f0f0f0;
    --color-paragraph-text: #444444;
    --color-dark-gray: #111;
    --color-light-gray: #ccc;
    --color-red: #ef4444;
    --color-red-bg: #FFF4F2;
    --color-pink-bg: #F9E9FC;
    --color-yellow:  #f59e0b;
    --color-yellow-bg:#fff1c4;
    --color-green: #10b981;
    --color-green-bg: #EEF9FA;
    --color-blue: #3b82f6;
    --color-blue-bg: #E7F0FC;
}

*
{
  margin: 0;
  padding: 0;
}

b, strong {
  font-family: var(--font-strong);
}

body
{
  font-size: 18px;
  font-family: var(--main-font); 
}

p
{
    font-size: 18px;
    line-height: 1.8;
    color: var(--color-black-400);
}

.container
{
  width: min(1400px, 90%);
  margin: auto;
  padding: 6rem 0;
}

/* ─────────────────────────────────────────────
   HERO
───────────────────────────────────────────── */

.site-logo img
{
  height: 25px;
  width: auto;
  margin-top: 2px;
  display: block;
}

.site-header-frontpage
{
  overflow: hidden;
  width: 100%;
  color: var(--color-white);
  position: relative;
  height: 100vh;
  background: #222;
  min-height: 800px;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
}

.blob-green {
  width: 400px;
  height: 400px;
  background: #005c2b;
  left: 18%;
  top: 28%;
}

.blob-purple {
  width: 500px;
  height: 500px;
  background: #24243d;
  left: 0%;
  top: 0;
}

.blob-blue {
  width: 600px;
  height: 600px;
  background: #0012a3;
  left: 35%;
  bottom: -100px;
}

.blob-cyan {
  width: 450px;
  height: 450px;
  background: #0088c7;
  left: 45%;
  top: 20%;
}

.blob-purple {
  width: 450px;
  height: 450px;
  background: #4d3fc9;
  right: 25%;
  top: -5%;
}

.blob-yellow {
  width: 350px;
  height: 350px;
  background: #9b8120;
  right: 10%;
  top: 5%;
}

.blob-teal {
  width: 450px;
  height: 450px;
  background: #2abf97;
  right: -100px;
  top: 45%;
}

.noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: normal;
  z-index: 12;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero__eyebrow:before
{
  content: "";
  display: inline-block;
  background: url(../images/icon-eyebrow-hero.png) center center no-repeat;
  margin-right: 5px;
  width: 32px;
  height: 20px;
  background-size: cover;
}

.hero__eyebrow
{
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero__image,
.hero__video {
  pointer-events: none;
  user-select: none;
}

.hero__overlay, 
.cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero__content {
  width: min(1400px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}

.green-italic
{
  font-style: italic;
  color: var(--color-elioscore-green);
}

/* ── Left: content card ── */

.hero__card {
  width: 50%;
  flex-shrink: 0;
}

.hero__heading {
  font-size: 64px;
  font-weight: 550;
  line-height: 1.15;
  margin: 0 0 0.5rem;
  letter-spacing: .5px;
  color: var(--color-white);
}

.hero__body {
  font-family: var(--font-body);
  font-size: 18px;
  margin: 1rem 0;
  line-height: 1.8;
  color: var(--color-gray-50);
}

.hero__buttons {
  margin: 2rem 0 0;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  align-items: center;
}

/* ── Right: animated list ── */

.hero__list-box {
  /* 5 elements visible at once: 60px * 5 = 300px */
  height: 300px; 
  overflow: hidden;
  position: relative;
  border-radius: var(--radius-lg);
  margin-left: auto;
  padding-left: 35px; /* Gives structural breathing room for the absolute triangle */
}

/* FIX: Triangle is attached here now so it NEVER moves when list slides */
.hero__list-box::before {
  content: "";
  position: absolute;
  left: 0;
  /* Centered exactly on the 3rd list item row (2 items up, 2 items down) */
  top: calc(50% - 15px); 
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #22E0F0;
  z-index: 3;
  pointer-events: none;
}

.hero-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
}

.hero-list__item {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 20px;
  font-family: var(--font-strong);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-white);
  opacity: 0.25; /* Made lower so the middle active stands out dynamically */
  transition: opacity 0.5s ease-in-out, color 0.5s ease-in-out;
  white-space: nowrap;
  flex-shrink: 0;
}

.hero-list__item--active {
  opacity: 1;
  color: var(--hero-active-color, #22E0F0);
}

.hero__buttons .btn--secondary {
  position: relative;
  background: transparent;
  color: var(--color-white);
  border: none;
  border-radius: 8px;
}

.hero__buttons .btn--secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  border-radius: inherit;
  background: linear-gradient(90deg, #4DB6AC, #C5BF88);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.hero__buttons .btn--secondary:hover,
.hero__buttons .btn--secondary:focus {
  color: var(--color-text-primary);
  border: 1px solid var(--color-text-primary);
}

.hero-card {
  opacity: 0;
  transform: translateY(30px);
  animation: revealCard .8s ease forwards;
}

.hero-card:nth-child(1) { animation-delay: .2s; }
.hero-card:nth-child(2) { animation-delay: .5s; }
.hero-card:nth-child(3) { animation-delay: .8s; }

@keyframes revealCard {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ─────────────────────────────────────────────
   BUTTON
───────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 500;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  transition:
    background-color var(--transition-fast),
    box-shadow var(--transition-fast),
    transform var(--transition-fast),
    opacity var(--transition-fast);
}

.btn.btn--rounded
{
  border-radius:  32px;
}

.btn.btn--soft-radius
{
  border-radius:  8px;
}

.btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none !important;
}

.btn:active:not(:disabled) {
  transform: scale(0.98);
}




.btn--primary {
  background: var(--gradient);
  color: var(--color-white);
  font-size: 16px;
  padding: 8px 24px;
  border-radius: 8px;
  border: none;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1;
}

/* Animated border */
.btn--primary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;

  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 340deg,
    rgba(255, 255, 255, 0.7) 350deg,
    #ffffff 360deg
  );

  animation: border-spin 3s linear infinite;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  pointer-events: none;
  filter: drop-shadow(0 0 4px rgba(255,255,255,.6));
  z-index: 1;
}

/* Text above border animation */
.btn--primary span,
.btn--primary strong,
.btn--primary svg {
  position: relative;
  z-index: 2;
}

@keyframes border-spin {
  to {
    transform: rotate(360deg);
  }
}






@media (prefers-reduced-motion: reduce) {
  .btn--primary::after {
    animation: none;
  }
}

.btn--primary > * {
  position: relative;
  z-index: 2;
}

@keyframes border-spin {
  to {
    transform: rotate(360deg);
  }
}

.btn--primary.btn--audit
{
  padding: 15px 24px;
  box-shadow: 0 1px 4px var(--color-dark-gray);
}

/* Ensure child text and icon stay visible over the animation */
.btn--primary * {
  position: relative;
  z-index: 2;
}

/* The lighting icon */
.hero__buttons .btn--primary::before, .mock .window-content .button p:before {
  background: url(../images/lighting-icon.png) no-repeat center center / cover;
  content: '';
  width: 15px;
  height: 20px;
  display: inline-flex;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}

.hero__buttons .btn--primary .icon {
  background: url(../images/lighting-icon.png) no-repeat center center / cover;
  content: '';
  width: 15px;
  height: 20px;
  display: inline-flex;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}

.hero__buttons .btn--secondary
{
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
}

.hero__buttons .btn--secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    #4DB6AC,
    #C5BF88,
    #4DB6AC
  );

  background-size: 200% 200%;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  pointer-events: none;
}

.hero__buttons .btn--secondary:hover::before {
  animation: border-flow 2s linear infinite;
}

@keyframes border-flow {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 200% 50%;
  }
}

/* Sizes */
.btn--sm  { font-size: 0.9rem;  letter-spacing: .4px;   padding: 0.5rem 1rem;      gap: 0.375rem; }
.btn--md  { font-size: 1rem;     letter-spacing: 0;   padding: .70rem 1.25rem;   gap: 0.5rem; }
.btn--lg  { font-size: 1.2rem;  letter-spacing: .9px;   padding: 1rem  1.75rem;  gap: 0.625rem; }
.btn--fw  { font-size: 1rem;     letter-spacing: .7px;   padding: 0.75rem  1.5rem;  gap: 0.625rem;  width: 100%; }

.btn__icon { flex-shrink: 0; display: flex; align-items: center; }


/* ─────────────────────────────────────────────
   OVERVIEW
───────────────────────────────────────────── */

.fm__eyebrow, .faq__eyebrow, .psc__eyebrow, .homecards__eyebrow,
.resources__eyebrow, .hero__eyebrow, .overview-item__eyebrow,
.ui-overview__eyebrow, .ui-steps__eyebrow, .tool-picker__eyebrow {
  margin-bottom: 1rem;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
}

.fm__eyebrow:before, .faq__eyebrow:before, .psc__eyebrow:before, .homecards__eyebrow:before,
.resources__eyebrow:before, .overview-item__eyebrow:before,
.ui-overview__eyebrow:before, .ui-steps__eyebrow:before, .tool-picker__eyebrow:before {
  content: '';
  background: url(../images/icon-eyebrow.png);
  display: inline-flex;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-size: cover;
}

.fm__title, .faq__title, .psc__title,
.resources__title, .overview-item__title,
.ui-steps__title, .homecards__title,
.ui-overview__title, .tool-picker__title {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 550;
  overflow-wrap: break-word;
  hyphens: auto;
  margin-bottom: 2rem;
}

.resources__title
{
  font-size: 52px;
}

.overview-item__title
{
  font-size: 48px;
}

/* ──────────────────────────────────────────────────────────────────────────
  MENU
────────────────────────────────────────────────────────────────────────── */

.region-primary-menu
{
  background: var(--color-white);
  width: min(1400px, 90%);
  position: relative;
  z-index: 9999;
  margin: 2rem auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1400px, 90%);
}

#block-elioscore-sitebranding
{
  margin-left: 1rem;
}

#block-elioscore-buttons
{
  margin-right: 1rem;
}

#block-elioscore-mainnavigation .menu
{
  display: flex;
  gap: 2rem;
  font-size: 16px;
  padding: 1rem;
}

#block-elioscore-mainnavigation .menu a
{
  text-decoration: none;
  color: var(--color-black-300);
}

#block-elioscore-mainnavigation .menu a:hover,
#block-elioscore-mainnavigation .menu a:focus
{
  text-decoration: none;
  color: var(--color-black-400);
}

#block-elioscore-mainnavigation .menu a.is-active
{
  color: var(--color-black);
  font-weight: 600;
}

/* ──────────────────────────────────────────────────────────────────────────
   1. BASE OVERVIEW STYLES (Standard Layouts: Left / Right / Column)
────────────────────────────────────────────────────────────────────────── */
.ui-overview {
  display: flex;
  gap: 3rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 1440px;
  margin: auto;
}

.ui-overview__content
{
  display: flex;
  width: 100%;
  gap: 6rem;
}

.ui-overview__description, 
.ui-steps__description {
  color: var(--color-black-400);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  font-size: 18px;
}

.ui-overview__header p{
  line-height: inherit;
}

.ui-overview__content > *
{
  flex: 1;
}

.ui-overview__actions {
  margin-top: 0.5rem;
}

.ui-overview__data
{
  list-style: none;
}

.ui-overview__data li
{
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  color: var(--color-black-400);
  font-size: 16px;
}

.number-data
{
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-black);
}

.ui-overview__data {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

/* Desktop */
@media (min-width: 768px) {
  .ui-overview__data {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Modifiers for Right Layout orientation */
.ui-overview--right {
  order: 1;
}

.ui-overview--right .ui-overview__content {
  order: 2;
}

/* Standard Left/Right Images stay natural height without huge empty gaps */
.ui-overview__media .ui-overview__element {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* ──────────────────────────────────────────────────────────────────────────
   HOW IT WORKS
────────────────────────────────────────────────────────────────────────── */

/* LEFT */

.how-it-works__steps 
{
  display: flex;
  position: relative;
  width: 100%;
  gap: 4rem;
}

.how-it-works__steps >* 
{
  flex: 1;
}

.workflow__steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.steps-track {
  position: absolute;
  left: 43px;
  top: 36px;
  bottom: 36px;
  width: 2px;
  background-image: repeating-linear-gradient(
    to bottom,
    #d9d9d9 0,
    #d9d9d9 6px,
    transparent 6px,
    transparent 12px
  );
  z-index: 1; /* Sits behind step cards */
  overflow: hidden;
}

/* Active line fill */
.steps-progress {
  width: 100%;
  height: 0%;
  background-image: repeating-linear-gradient(
    to bottom,
    #2ddabf 0,
    #2ddabf 6px,
    transparent 6px,
    transparent 12px
  );
  transform-origin: top center;
}

.step {
  position: relative;
  z-index: 2; /* Keeps cards above line */
}

.step-wrapper {
  position: relative;
  background-color: #ffffff; /* Must be solid to cover the line */
  border: 1px solid #e9e9ea;
  border-radius: 16px;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.step.active .step-wrapper {
  position: relative;
  border-radius: 17px;
  background: linear-gradient(to right, #4db6ac, #c5bf88);
  transform: scale(1.03);
  border: none;
}

.step.active .step-wrapper {
  transform: scale(1.03);
  border: 1px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(to right, #C8F0EA, #F8F2D8) padding-box,
    linear-gradient(to right, #4db6ac, #c5bf88) border-box;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f3f4f6;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.step.active .step-number {
  color: #2ddabf;
  border: 1px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to right, #4db6ac, #c5bf88) border-box;
}

.step__number {
  font-size: 12px;
  opacity: 0.6;
  display: block;
  margin-bottom: 5px;
}

.step-wrapper {
  position: relative;
}

/* RIGHT */
.how-it-works__visuals {
  position: sticky;
  top: 0px;
  height: 435px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual {
  position: absolute;
  width: min(100%, 900px);
}


.visual.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: all 0.4s ease;
}

/* MOCKS */
.mock {
  background: linear-gradient(to right, #C8F0EA, #F8F2D8);
  border-radius: 16px;
  padding: 2rem 1.2rem;
  color: var(--color-paragraph-text);
  display: flex;
  flex-direction: column;
}

.mock .module {
 position: sticky;
 top: 20px;
 padding-top: calc(sibling-index() * 10px);
}

.module__content {
 animation: scale linear forwards;
 animation-timeline: view();
 animation-range: 25vh 80vh;
}

.module-loader {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}

.module-scanner {
  position: absolute;
  left: 0;
  top: -10px;

  width: 100%;
  height: 4px;

  background: rgba(255,255,255,.9);
  box-shadow: 0 0 15px rgba(255,255,255,.9);
}

.module-loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.8),
    transparent
  );
}

.window 
{
  background-color: var(--color-white);
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.window-header
{
  background-color: #F4F8FF;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  padding: 9px;
}

.mock p
{
  font-size: 16px;
  color: var(--color-black-500);
}

.window-header p
{
  padding: 0 5px;
  font-size: 18px;
}

.window-content
{
  padding:24px;
}

.mock .window-content .button
{
  margin: 0;
}

.mock .window-content .button p
{ 
  background: var(--gradient);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.mock .url-example
{
  font-size: 16px;
  color: var(--color-black-100);
  padding: 2px 12px;
}

.mock .animated-loader
{
  margin-top: 20px;
  text-align: center;
}

.loading-animation {
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  animation: spin .8s linear infinite;
  background: conic-gradient(
    from 180deg,
    rgba(45, 218, 191, 0.75) 0deg,
    rgba(45, 218, 191, 0.55) 45deg,
    rgba(45, 218, 191, 0.35) 90deg,
    rgba(45, 218, 191, 0.18) 135deg,
    rgba(45, 218, 191, 0.08) 180deg,
    rgba(45, 218, 191, 0.03) 240deg,
    rgba(45, 218, 191, 0) 320deg,
    rgba(45, 218, 191, 0) 360deg
  );
}

.loading-animation::before {
  content: "";
  position: absolute;
  inset: 9px;
  background: #fff;
  border-radius: 50%;
}

.loading-animation::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #2ddabf;
  border-radius: 50%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.preview-card
{
  margin-top: 1.5rem;
}

@keyframes scale {
  from {
    transform: scale(.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.visual[data-step="1"] .window-content p
{
  font-size: 14px;
}

.visual[data-step="1"] p.title-instructions
{
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 16px;
  padding-bottom: .15rem;
}

.how-it-works__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.how-it-works .container
{
  padding-bottom: 0;
}

.step h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.step.active h3 {
  margin-top: 1rem;
}

.step .text p {
  width: 100%;
  color: var(--color-black-400);
  margin: 0 0 1rem;
  display: none;
}

.step.active .text p {
  display: inline-flex;
  font-size: 16px;
  line-height: 1.4;
}

.step-number
{
  color: #d2d2d5;
  background: #f5f5f0;
  font-size: 32px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.step p
{
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

/* RIGHT SIDE */

.url-bar
{ 
  background: var(--color-white);
  padding: .25rem .5rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  margin-top: .25rem;
  box-shadow: inset 0 0 0 1px var(--color-light-gray);
  opacity: 0;
  box-sizing: border-box;
  height: 38px;
}

.web-bar {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #ededf9;
  display: flex;
  padding: 8px 10px;
}

.buttons-web-bar
{
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
}

.buttons-web-bar p {
  background-color: #fff;
  display: inline-flex;
  border-radius: 4px;
  padding: 4px 24px;
}

.buttons-web-bar span
{
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.buttons-web-bar span.pink-button
{
  background-color: rgba(186, 26, 26, 0.4);
}

.buttons-web-bar span.purple-button {
  background-color: rgba(138, 76, 252, 0.4);
}

.buttons-web-bar span.green-button {
  background-color: rgba(0, 123, 113, 0.4);
}

.url {
  width: 100%;
  display: flex;
  justify-content: center;
}

.web-bar p {
  background-color: #fff;
  display: inline-flex;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 10px;
}

.cards-option {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
}

.cards-option article {
  background-color: #f5f5f0;
  border-radius: 8px;
  padding: 10px 12px 18px;
}

.cards-option article h3 {
  font-size: 14px;
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
}

.cards-option article h3::before {
  content: "";
  background: linear-gradient(to right, #4db6ac, #e2debc);
  width: 8px;
  height: 8px;
  margin-right: 8px;
  display: inline-flex;
  border-radius: 50%;
}

.cards-option article ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cards-option article ul li {
  font-size: 12px;
}

.general-score
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.cards-option article
{
   overflow: hidden;
}

/* ──────────────────────────────────────────────────────────────────────────
   Homecards
────────────────────────────────────────────────────────────────────────── */

.home-cards, .resources
{
  background-color: var(--color-bg);
  position: relative;
}

.home-cards .container,
.resources .container
{
  position: relative;
  z-index: 2;
}

.home-cards:before,
.resources:before
{
  background: url(../images/beige-left-bottom.png) left -10px no-repeat;
  content: '';
  left: 0;
  bottom: -10px;
  position: absolute;
  width: 792px;
  height: 339px;
  background-size: contain;
  display: block;
}

.home-cards:after,
.resources:after
{
  background: url(../images/beige-right-top.png) right 10px no-repeat;
  content: '';
  right: 0;
  top: -10px;
  position: absolute;
  width: 792px;
  height: 339px;
  background-size: contain;
  display: block;
}

.home-cards h1
{
  width: 60%; 
}

.card {
  text-align: left;
  padding: 2rem;
  overflow: hidden;
  position: relative;
}

.card--rounded
{
  border-radius: 24px;
}

.homecards__wrapper {
  display: grid;
  gap: 2rem; 
  text-align: center;
  grid-template-columns: repeat(6, 1fr);
}

.homecards-wrapper > p,
.homecards__title
{
  text-align: center;
}

.homecards__wrapper article:before
{
  width: 180px;
  height: 180px;
  background: no-repeat center/contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23e4b7b0' d='M50,0 C52,25 75,48 100,50 C75,52 52,75 50,100 C48,75 25,52 0,50 C25,48 48,25 50,0 Z'/%3E%3C/svg%3E");
  content: "";
  position: absolute;
  top: -55px;
  right: -65px;
  display: block;
}

.homecards__wrapper article:nth-child(1),
.homecards__wrapper article:nth-child(2) {
  grid-column: span 3;
}

.homecards__wrapper article:nth-child(3),
.homecards__wrapper article:nth-child(4),
.homecards__wrapper article:nth-child(5) {
  grid-column: span 2;
}


.homecards__wrapper article:nth-child(1),
.homecards__wrapper article:nth-child(4) {
  background: var(--color-blue-bg);
  border: 1px solid #d3e5fc;
}

.homecards__wrapper article:nth-child(1):before,
.homecards__wrapper article:nth-child(4):before {
  background: no-repeat center/contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23DEE9FC' d='M50,0 C52,25 75,48 100,50 C75,52 52,75 50,100 C48,75 25,52 0,50 C25,48 48,25 50,0 Z'/%3E%3C/svg%3E");
}

.homecards__wrapper article:nth-child(1):before {
  right: -42px;
  top: -50px;
}

.homecards__wrapper article:nth-child(4):before {
  right: -68px;
  top: -65px;
}

.homecards__wrapper article:nth-child(1),
.homecards__wrapper article:nth-child(2) {
  grid-column: span 3;
}


.homecards__wrapper article:nth-child(2) {
  background: var(--color-green-bg);
  border: 1px solid #d5f7fa;
}

.homecards__wrapper article:nth-child(2):before {
  background: no-repeat center/contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23DEF5F4' d='M50,0 C52,25 75,48 100,50 C75,52 52,75 50,100 C48,75 25,52 0,50 C25,48 48,25 50,0 Z'/%3E%3C/svg%3E");
  right: -5px;
}

.homecards__wrapper article:nth-child(3) {
  background: var(--color-red-bg);
  border: 1px solid #ffe3e3;
}

.homecards__wrapper article:nth-child(3):before {
  background: no-repeat center/contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23FDE9E5' d='M50,0 C52,25 75,48 100,50 C75,52 52,75 50,100 C48,75 25,52 0,50 C25,48 48,25 50,0 Z'/%3E%3C/svg%3E");
  right: -55px;
}

.homecards__wrapper article:nth-child(5) {
  background: var(--color-pink-bg);
  border: 1px solid #f8d8fe;
}

.homecards__wrapper article:nth-child(5):before {
  background: no-repeat center/contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23f7e1fb' d='M50,0 C52,25 75,48 100,50 C75,52 52,75 50,100 C48,75 25,52 0,50 C25,48 48,25 50,0 Z'/%3E%3C/svg%3E");
  bottom: -60px;
  right: -65px;
  top: inherit;
}

.header__how-it-works
{
  display: flex;
  justify-content: space-between;
}

.header__how-it-works>*
{
  flex: 1;
  align-items: center;
  display: inline-flex;
}

.header__how-it-works >div
{
  flex-direction: column;
  align-items: start;
}

.ui-steps__title
{
  width: 80%;
}

.ui-steps__description
{
  margin-bottom: 0;
}

.homecards__wrapper h3, .resources__wrapper h3
{
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin: 2rem 0 .5rem;
  letter-spacing: 0px;
}

.resources__wrapper h3
{
  font-weight: 400;
  margin: .5rem 0;
}

.homecards__wrapper p, 
.resources__wrapper p
{
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-black-400);
}

.how-it-works-article
{
  background-color: var(--color-bg);
  border-radius: 24px;
  padding: 42px;
  gap: 68px;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
}















.resources__wrapper p
{
  line-height: 1.7;
}

.icon-card__icon-wrap
{
  border-radius: 12px;
  padding: 1rem;
  display: inline-flex;
  align-items: center;
  background-color: var(--color-white);
}

.icon-card__icon-wrap img
{
  width: 32px;
  height: 32px;
}

.fluid-dots {
  display: inline-flex;
  gap: 4px;
  margin-left: 4px;
}

.fluid-dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  display: block;
}

/* --- STEP 2 SPECIFIC: MODULAR COMPONENTS --- */
/* ---RESOURCES --- */

.resources header
{
  display: flex;
  gap: 5rem;
  margin-bottom: 3rem;
}

.resources header > *
{
  flex: 1;
}

.resources header > p
{
  margin-top: 3rem;
}

.resources__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.resources__wrapper article {
  margin-top: 2rem;
}

.resources__wrapper article:before {
  content: "";
  display: inline-flex;
  width: 50px;
  height: 47px;
  background: url(../images//icon-checklist-article.png) no-repeat center center /contain;
  margin-bottom: .5rem;
}

/* Tablet */
@media (max-width: 1024px) {
  .resources__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .resources__wrapper {
    grid-template-columns: 1fr;
  }
}

/* --- END RESOURCES --- */

/* AUDIT MODULE CARD */

.visual[data-step="2"] .mock.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 2rem;
  background: var(--color-white);
}

.visual[data-step="2"] .module {
  background: var(--color-white);
  border-radius: 16px;
  padding: 1.5rem;
  border-top: 5px solid transparent;
  box-shadow:
    0 10px 30px rgba(0,0,0,.08);
}

/* --- REVERSED Z-INDEX STACK ORDER --- */
.visual[data-step="2"] .module:nth-child(1) { z-index: 1; }
.visual[data-step="2"] .module:nth-child(2) { z-index: 2; }
.visual[data-step="2"] .module:nth-child(3) { z-index: 3; }
.visual[data-step="2"] .module:nth-child(4) { z-index: 4; }

.visual[data-step="2"] .module--seo h3 { color: #00d2ff; }
.visual[data-step="2"] .module--accessibility h3 { color: #7c3aed; }
.visual[data-step="2"] .module--performance h3 { color: #10b981; }
.visual[data-step="2"] .module--technical h3 { color: #f59e0b; }

/****************** STEP 3 **************************/

.score {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.score-ring {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.score-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;

  background:
    conic-gradient(
      from -90deg,
      #4db6ac 0%,
      #c5bf88 var(--ring-progress),
      #e5e7eb var(--ring-progress),
      #e5e7eb 100%
    );

  -webkit-mask:
    radial-gradient(
      farthest-side,
      transparent calc(100% - 8px),
      #000 calc(100% - 8px)
    );
  mask:
    radial-gradient(
      farthest-side,
      transparent calc(100% - 8px),
      #000 calc(100% - 8px)
    );
}

.score-ring::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: 
    conic-gradient( transparent 0 var(--ring-progress, 0%), #e5e7eb var(--ring-progress, 0%) 100% ), #4db6ac;
  background-composite: exclude;
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 8px),
    #000 calc(100% - 8px)
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 8px),
    #000 calc(100% - 8px)
  );
}

.circle {
  font-size: 2rem;
  font-weight: 700;
}

.score-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  flex-direction: column;
}

.score-list li {
  margin-bottom: .5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.score-list p.criteria {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  flex: 0 0 120px;
  display: flex;
  align-items: center;

}

.score-list p.criteria:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-flex;
  background: var(--gradient);
  margin-right: 5px;
  border-radius: 50%;
}

.score-bar {
  height: 10px;
  background: #ececec;
  border-radius: 999px;
  overflow: hidden;
  flex: 2;
  width: auto;
}

.score-list li > p:last-child {
  margin: 0;
  flex: 0 0 40px;
  text-align: right;
  font-size: 12px;
  font-weight: 40;
}

.mock.stack-sub
{
  display: flex;
  flex-direction: column;
  gap: .5rem;
  font-size: .85rem;
  background: transparent;
  padding: 0;
  margin-top: 0;
  list-style: none;
  color: var(--color-paragraph-text);
}

.mock h3
{
  font-size: 1.2rem;
  font-family: var(--font-strong);
  font-weight: 600;
}

.score-bar__fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
}

.score-bar__fill--seo,
.score-bar__fill--content,
.score-bar__fill--performance {
  background: #84A0FF;
}

.score-bar__fill--accessibility,
.score-bar__fill--ai-visibility {
  background: #EF6471;
}


/***************** STEP 4 ***********************/

.checklist .item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.checklist .icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;

  position: relative;
}

.checklist .icon svg {
  width: 100%;
  height: 100%;
}

.fixes
{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 2rem;
} 

.fixes div.item
{
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 8px;
  gap: 8px;
} 

.fixes span{
  color: #444;
}

.fixes .good
{
  background-color: rgba(0, 96, 88, 0.05);
  color: #22CAAD;
  border: 1px solid rgba(0, 96, 88, 0.2);
}

.fixes .item.bad
{
  background-color: rgba(235, 61, 77, .05);
  color: #EB3D4D;
  border: 1px solid rgba(235, 61, 77, .2);
}

/************************************/

#block-elioscore-whyelioscore img
{
  width: 50%;
  height: auto;
}

#block-elioscore-whyelioscore .field--name-body
{
  display: flex;
  gap: 3rem;
}

#block-elioscore-whyelioscore .field--name-body > *
{
  flex: 1;
}

#block-elioscore-whyelioscore .field--name-body article
{
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  position: relative;
}

#block-elioscore-whyelioscore .field--name-body article:before
{
  content: '';
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url(../images/icon-checkbox.png) no-repeat center center /contain;
  position: absolute;
  left: 0;
}

#block-elioscore-whyelioscore .field--name-body h3
{
  font-size: 18px;
  color: var(--color-black);
  font-weight: 500;
  margin-bottom: .5rem;
  padding-top: 2px;
}

#block-elioscore-whyelioscore .field--name-body p
{
  font-size: 16px;
}


/********************** CTA **************************/

#block-elioscore-startimprovingyourwebsitetoday
{
  position: inherit;
}

.cta .container
{
  overflow: hidden;
  border-radius: 32px;
  color: var(--color-white);
  justify-content: center;
  position: relative;
  display: flex;
  padding: 3rem 0;
}

.cta__text-wrapper
{
  position: relative;
  z-index: 5;
  color:  var(--color-white);
  text-align: center;
  padding-top: 2rem;
}

.cta__text-wrapper h2
{
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.cta__text-wrapper p
{
  color:  var(--color-white);
  margin-bottom: 2rem;
}

.footer-logo
{
  width: 250px;
  height: auto;
}

footer
{
  background: linear-gradient(to right, #EDF7F6, #FCFCF8);
  margin-top: 6rem;
  padding: 3rem 0 2rem;
}

.footer-inner
{
  width: min(1400px, 90%);
  margin: auto;
}

#block-elioscore-footercontent .field--name-body > ul li,
#block-elioscore-footercontent .field--name-body > ul li a
{
  color: var(--color-black-400);
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 1rem;
}

#block-elioscore-footercontent .field--name-body ul h2 {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

#block-elioscore-footercontent .field--name-body ul p {
  color: var(--color-black-500);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

#block-elioscore-footercontent .field--name-body ul {
  list-style: none;
}

#block-elioscore-footercontent .field--name-body > ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}

#block-elioscore-footercontent .field--name-body > ul li.site-name-footer {
  width: 300px;
  margin-top: .7rem;
}

/* Tablet */
@media (max-width: 1024px) {
  #block-elioscore-footercontent .field--name-body > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
 #block-elioscore-footercontent .field--name-body > ul {
    grid-template-columns: 1fr;
  }
}

.copyright
{
  background-color: var(--color-black-700);
  text-align: center;
  padding: .5rem 0;
}

.copyright p
{
  color: var(--color-white);
  font-size: 14px;
}


















































:root {
  --blue: #4d7fff;
  --green: #4de3c3;
  --red: #ff6b7d;

  --glass-bg: rgba(255,255,255,.08);
  --glass-border: rgba(255,255,255,.18);

  --text: #fff;
}

.animation-header
{
  background: url(../images/hero-animation.png) no-repeat center center /contain;
  width: 469px;
  height: 580px;
  padding: 50px;
}

.animation-header p
{
  font-size: 12px;
  color: var(--color-white);
  line-height: 1.5;
  font-weight: 300;
}

.audit-demo {
  position: relative;
  border-radius: 14px;
}

/* -------------------- */
/* WRAPPER */
/* -------------------- */

.audit-demo__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 1rem;
  margin-top: .7rem;
}

.audit-card__header
{
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  left: 0;
  top: 0;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: .1rem 0 .3rem;
  margin-bottom: 2rem;
}

.audit-card__header p
{
  padding-left: 1.5rem;
  font-weight: 600;
  font-size: 14px;
}

.audit-card__body
{
  margin-top: 2rem;
}


/* -------------------- */
/* FRAME */
/* -------------------- */
.report-copy
{
  display: inline-flex;
  flex-direction: column;
  color: var(--color-white);
}

.report-wrapper
{
  display: flex;
  justify-content: space-between;
  padding: 0 .5rem;
  align-items: center;
}

.report-title
{
  font-size: 16px;
  margin-top: .5rem;
  margin-bottom: .25rem;
}

.report-text
{
  font-size: 14px;
  color: var(--color-black-300);
  margin-bottom: .5rem;
}

.sample-button
{
  padding: 15px 0;
  height: inherit;
  width: inherit;
  border-radius: 12px;
}


/* -------------------- */
/* FRAME */
/* -------------------- */

.audit-demo__frame {
  position: absolute;
  inset: 50px;
  pointer-events: none;
}

.frame-line {
  position: absolute;
  background: rgba(255,255,255,.3);
}

.frame-line--top,
.frame-line--bottom {
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
}

.frame-line--left,
.frame-line--right {
  width: 1px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
}

.frame-line--top {
  top: 0;
}

.frame-line--bottom {
  bottom: 0;
}

.frame-line--left {
  left: 0;
}

.frame-line--right {
  right: 0;
}

.loaded .frame-line--top,
.loaded .frame-line--bottom {
  animation: drawHorizontal 1.2s ease forwards;
}

.loaded .frame-line--left,
.loaded .frame-line--right {
  animation: drawVertical 1.2s ease .3s forwards;
}

@keyframes drawHorizontal {
  to {
    transform: scaleX(1);
  }
}

@keyframes drawVertical {
  to {
    transform: scaleY(1);
  }
}

/* -------------------- */
/* WRAPPER */
/* -------------------- */

.fasteners
{
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: -1;
}

.fasteners span
{
  width: 6px;
  height: 6px;
  display: inline-flex;
  background: rgba(255,255,255, .7);
  border-radius: 12px;
  position: absolute;
}

.fasteners span.top-left-button
{
  top: 10px;
  left: 10px;
}

.fasteners span.top-right-button
{
  top: 10px;
  right: 10px;
}

.fasteners span.bottom-left-button
{
  bottom: 10px;
  left: 10px;
}

.fasteners span.bottom-right-button
{
  bottom: 10px;
  right: 10px;
}

/* -------------------- */
/* GLOWS */
/* -------------------- */

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: .5;
}

.glow--blue {
  width: 400px;
  height: 400px;
  left: -100px;
  top: 150px;
  background: #4d7fff;
  animation: floatBlue 14s infinite ease-in-out;
}

.glow--green {
  width: 350px;
  height: 350px;
  right: -100px;
  top: 200px;
  background: #42ffc6;
  animation: floatGreen 16s infinite ease-in-out;
}

.glow--gold {
  width: 250px;
  height: 250px;
  right: 150px;
  top: 0;
  background: #ffd567;
  animation: floatGold 18s infinite ease-in-out;
}

@keyframes floatBlue {
  50% {
    transform: translate(40px, -20px);
  }
}

@keyframes floatGreen {
  50% {
    transform: translate(-50px, 30px);
  }
}

@keyframes floatGold {
  50% {
    transform: translate(-20px, 20px);
  }
}

/* -------------------- */
/* GLASS CARDS */
/* -------------------- */

.glass-card {
  position: relative;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  padding: 1.25rem 1rem;
  color: var(--color-black-700);
  opacity: 0;
  transform: translateY(40px);
  z-index: 2;
}

.glass-card::before
{
  content: "";
  position: absolute;
  inset: -10px; /* makes it 10px bigger on all sides */
  background: rgba(255, 255, 255, 0.25);
  border-radius: inherit;
  z-index: -1;
  border-radius: 14px;
  background-color: (255, 255, 255, 0.1)
}

.loaded .glass-card {
  animation: revealCard .8s ease forwards;
}

.loaded .glass-card:nth-child(1) {
  animation-delay: .3s;
}

.loaded .glass-card:nth-child(2) {
  animation-delay: .6s;
}

.loaded .glass-card:nth-child(3) {
  animation-delay: .9s;
}

@keyframes revealCard {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* -------------------- */
/* USERS CARD */
/* -------------------- */

.glass-card--users {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.users-copy
{
  margin-left: 1rem;
}

.user-group {
  display: flex;
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;

  border: 3px solid white;
  margin-right: -12px;

  animation: pulseAvatar 4s infinite;
}

.avatar:nth-child(2) {
  animation-delay: .5s;
}

.avatar:nth-child(3) {
  animation-delay: 1s;
}

@keyframes pulseAvatar {
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(77,227,195,.6);
  }
}

.users-count {
  color: var(--green);
  font-weight: 700;
}

/* -------------------- */
/* AUDIT */
/* -------------------- */

.audit-row {
  display: grid;
  grid-template-columns: 150px 1fr 20px;
  align-items: center;
  gap: 1rem;
  margin-bottom: .4rem;
  text-transform: uppercase;
}

.audit-row p:before
{
  content: "";
  background: var(--gradient);
  width: 6px;
  height: 6px;
  border-radius: 12px;
  margin-right: .5rem;
}

.audit-row p
{
  display: inline-flex;
  align-items: center;
}

.audit-bar {
  height: 5px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.15);
}

.audit-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
  transition: width 1.4s ease;
}

.audit-fill--warning {
  background: var(--red);
}

.audit-score {
  text-align: right;
  display: block;
}

/* -------------------- */
/* FOOTER */
/* -------------------- */

.audit-card__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: 12px;
  background: none;
  padding-top: 1rem;
  color: var(--color-white);
  font-weight: 500;
  border-top: 1px dotted var(--color-white);
  padding-bottom: 1rem;
}

.audit-status {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--green);
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  animation: pulseDot 1.5s infinite;
}

@keyframes pulseDot {
  50% {
    transform: scale(1.7);
    opacity: .4;
  }
}

/* -------------------- */
/* BUTTON */
/* -------------------- */

.sample-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: rgba(100, 100, 111, 0.7) 0px 7px 29px 0px;
  color: white;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  background:
    linear-gradient(
      135deg,
      #46d9d0,
      #d6d07a
    );
}

.sample-button::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,.4),
      transparent
    );

  transform: translateX(-100%);
}

.sample-button:hover::before {
  animation: shimmer .8s ease;
}

@keyframes shimmer {
  to {
    transform: translateX(100%);
  }
}