/* Playbook for RWA — page-only styles (header + banner) */
body:has(.rwa-playbook-page) .header-outer {
  display: none !important;
}

.rwa-playbook-page {
  --rwa-red: #E2303C;
  --rwa-red-hover: #c92833;
  --rwa-black: #1D1D1D;
  --rwa-muted: #6b6b6b;
  --rwa-title-muted: #8a8a8a;
  --rwa-text: #3a3a3a;
  --rwa-grid: #ececed;
  font-family: Outfit, "DM Sans", Heebo, sans-serif;
  background: #fff;
  color: var(--rwa-black);
}

/* Global body/paragraph text for this landing page */
.rwa-playbook-page {
    font-weight: 400;
    line-height: 1.3;
    font-size: 16px;
    letter-spacing: 0;
    color: #333333;
}

/* Global section padding for this landing page */
.sec-pd {
  padding-block: 120px;
}
.new_faq_sec .accordion {
  width: 100%;
}
.home-faq__toggle {
  right: 10px;
  position: relative;
}
.new_faq_sec .home-faq__actions {
  display:none;
}
/* Shared page container */
.rwa-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 15px;
}
.home-faq__question {
  padding-inline: 5px;
}
/* ---- Header (83px @ 1440) ---- */
.rwa-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 83px;
  background: #fff;
  border-bottom: 1px solid #ececec;
}

.rwa-header__inner {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rwa-header__logo img {
  display: block;
  width: min(192px,100%);
  height: auto;
}
.rwa-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  height: 48px;
  padding: 10px 8px 10px 22px;
  border-radius: 100px;
  background: var(--rwa-red);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.25s ease;
}

.rwa-header__cta:hover {
  background: var(--rwa-red-hover);
  color: #fff;
}

.rwa-header__cta-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}

.rwa-header__cta-ico img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
}

/* ---- Banner ---- */
.rwa-banner {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image:url(/images/HomeNew/webp/heroBack.webp);
  background-size: 48px 48px;

  background-size: cover;
}

.rwa-banner__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: start;
  gap: 90px;
}

.rwa-banner__title {
  margin: 0 0 22px;
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 600;
  line-height: 1.15;
  color: var(--rwa-black);
  padding-top: 40px;
}

.rwa-banner__title .is-muted {
  background: linear-gradient(90deg, #1D1D1D 0%, #838383 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: Outfit;
  font-weight: 700;
  font-size: clamp(30px, 4.2vw, 80px);


}

.rwa-banner__text {
  margin: 0 0 36px;
  max-width: 694px;
}

.rwa-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.rwa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 13px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.25s ease, transform 0.2s ease;
}
.rwa-btn--dark {
  background: var(--rwa-black);
  color: #fff;
}
.lets-talk-btn a:hover {
  background: rgb(199, 4, 17);
}
.rwa-btn--dark:hover {
  background: #000;
  color: #fff;
}

.rwa-btn--red {
  background: #e2303c;
  color: #fff;
  padding: 10px 12px 8px 10px;
}
span.rwa-card__ico {
  width: 80px;
  height: 80px;
  box-shadow: 0 7.77px 16px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.10), 0 -8px 8.6px 0 rgba(0, 0, 0, 0.05) inset, 0 4px 0 0 rgba(255, 255, 255, 0.60) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.rwa-sticky-cta__bar span.rwa-btn__ico {
  width: 45px;
  height: 45px;
}
.rwa-btn--red:hover {
  background: rgb(199, 4, 17);
  color: #fff;
}

.rwa-btn__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}

.rwa-btn__ico svg {
  display: block;
  width: 16px;
  height: 22px;
}
.rwa-banner{
  padding-block: 30px 80px;
}
.rwa-banner__media {
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 420px;
}

.rwa-banner__media img {
  display: block;
  width: min(100%, 450px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.18));
}

/* Shared two-col + cards */
.rwa-split {
  display: grid;
  grid-template-columns: 571px 1fr;
  gap: clamp(28px, 4vw, 40px);
  align-items: start;
}
.rwa-heading {
  margin: 0 0 28px;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(90deg, #1D1D1D 0%, #838383 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.rwa-practical__copy p + p { margin-top: 18px; }
.rwa-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.rwa-market__track .slick-list.draggable {
  overflow: visible;
  margin-left: auto;
  display: flex;
  justify-content: start;
}
.rwa-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 25px;
  border-radius: 14px;
  background: #fff;
  max-width: 633px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10), 0 7.77px 16px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.10), 0 -8px 5.3px 0 rgba(0, 0, 0, 0.05) inset, 0 4px 1.2px 0 rgba(255, 255, 255, 0.60) inset;
}
.rwa-std__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 3px 18px;
  border-radius: 100px;
  background: #fff;
  font-family: Outfit, sans-serif;
  font-size: 13px;
  font-weight: 600;
  height: 28px;
  letter-spacing: 0.02em;
  color: rgba(113, 111, 110, 1);
  box-shadow: inset 0 4px 2px rgba(255,255,255,.6),        inset 0 -8px 5px rgba(0,0,0,.05),        0 3px 3px rgba(0,0,0,.1),        0 8px 16px rgba(0,0,0,.06);
}
.rwa-card__ico img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.rwa-card__title {
  margin: 0 0 16px;
  padding-bottom: 16px;
  position: relative;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  background: linear-gradient(90deg, #1D1D1D 13.73%, #838383 110.2%);
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  max-width: 479px;
}
.rwa-card__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 212, 216, 0) 0%, rgb(212, 212, 216) 50%, rgba(212, 212, 216, 0) 100%);
}
.rwa-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  max-width: 496px;
}

/* ---- Market slider ---- */
.rwa-market { background: #F4F4F4;
overflow: hidden; }
.rwa-market__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
}
.rwa-market__intro { max-width: 930px; }
.rwa-market__intro .rwa-heading { margin-bottom: 16px; }
.rwa-market__nav { display: flex; gap: 10px; flex-shrink: 0; }
.rwa-market__nav-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #1d1d1d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, border-color .2s;
}
.rwa-market__nav-btn img {
  display: block;
  width: 10px;
  height: auto;
}
.rwa-market__nav-btn .arr-on { display: none; }
.rwa-market__nav-btn[data-dir="1"] .arr-off { transform: rotate(180deg); }
.rwa-market__nav-btn[data-dir="-1"] .arr-on { transform: rotate(180deg); }
.rwa-market__nav-btn.is-active,
.rwa-market__nav-btn:hover {
  background: var(--rwa-red);
  border-color: var(--rwa-red);
}
.rwa-market__nav-btn.is-active .arr-off,
.rwa-market__nav-btn:hover .arr-off { display: none; }
.rwa-market__nav-btn.is-active .arr-on,
.rwa-market__nav-btn:hover .arr-on { display: block; }
.rwa-market__track {
  margin: 0 -9px;
  max-width: 1135px;
}
.rwa-market__track .slick-list {
  padding: 4px 0 8px;
}
.rwa-market__track .slick-track {
  display: flex !important;
  align-items: stretch;
}
.rwa-market__track .slick-slide {
  height: auto;
  padding: 0 9px;
}
.rwa-market__track .slick-slide > div {
  height: 100%;
}
.rwa-market__card {
  padding: 30px;
  height: 100%;
  min-height: 350px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 7.77px 16px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.10), 0 -8px 8.6px 0 rgba(0, 0, 0, 0.05) inset, 0 4px 0 0 rgba(255, 255, 255, 0.60) inset;
}
.rwa-market__stat {
  display: block;
  margin: 0 0 12px;
  font-size: clamp(22px, 3.5vw, 52px);
  line-height: 1;
  color: #A1A1AA;
  font-weight: 500;
  font-family: 'Outfit';
  margin-bottom: 20px;
}
.rwa-market__title {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 0;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--rwa-black);
  min-height: 76px;
}
.rwa-market__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 212, 216, 0) 0%, #D4D4D8 50%, rgba(212, 212, 216, 0) 100%);
}
.rwa-market__card p {
  margin: 0;
}
.rwa-market__cta {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.rwa-market.sec-pd .rwa-btn.rwa-btn--red {
  max-height: 62px;
}
.rwa-btn--end { padding: 12px 12px 12px 24px; }

/* ---- Token standards slider ---- */
.rwa-token {
  background: #fff;
  overflow: hidden;
}
.rwa-token .rwa-market__intro .rwa-heading { margin-bottom: 0; }
.rwa-token .rwa-market__top { margin-bottom: 40px; }
.rwa-token__track {
  margin: 0 -12px;
}
.rwa-token__track .slick-list {
  padding: 8px 0 12px;
  overflow: visible;
}
.rwa-token__track .slick-track {
  display: flex !important;
  align-items: stretch;
}
.rwa-token__track .slick-slide {
  height: auto;
  padding: 0 8px;
}
.rwa-token__track .slick-slide > div { height: 100%; }
.rwa-token__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
  background: #fff;
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: 0 -3px 13px 0 rgba(0, 0, 0, 0.06), 0 6.583px 13.555px 0 rgba(0, 0, 0, 0.06), 0 2.542px 2.542px 0 rgba(0, 0, 0, 0.10), 0 -6.778px 7.286px 0 rgba(0, 0, 0, 0.05) inset, 0 3.389px 0 0 rgba(255, 255, 255, 0.60) inset;

}
.rwa-token__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.rwa-token__ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 7.77px 16px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.10), 0 -8px 8.6px 0 rgba(0, 0, 0, 0.05) inset, 0 4px 0 0 rgba(255, 255, 255, 0.60) inset;
}
.rwa-token__ico svg {
  display: block;
  width: 26px;
  height: 26px;
}
.rwa-token__step {
  color: rgba(161, 161, 170, 1);
  font-family: Outfit;
  font-weight: 500;
  font-size: 14.99px;
  line-height: 41.51px;
  letter-spacing: -0.02px;
  vertical-align: middle;
}
.rwa-token__step b {
  color: rgba(161, 161, 170, 1);
  font-family: Outfit;
  font-weight: 500;
  font-size: 29.98px;
  line-height: 41.51px;
  letter-spacing: -0.02px;
  vertical-align: middle;
  margin-top: -6px;
  display: inline-block;
}
.rwa-token__eyebrow {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 16px;
}
.rwa-token__title {
  margin: 0 0 16px;
  padding-bottom: 16px;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #1d1d1d;
}
.rwa-token__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 212, 216, 0) 0%, #D4D4D8 50%, rgba(212, 212, 216, 0) 100%);
}
.rwa-token__desc {
  margin: 0 0 40px;
  min-height: 65px;
}
.rwa-container.rwa-cta__inner p {
  font-size: 18px;
  color: #fff;
  /* max-width: 626px; */
}
.rwa-token__tag {
  align-self: flex-start;
  padding: 4px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  color: #666;
  background: #f7f7f7;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  box-shadow: 0 -3px 13px 0 rgba(0, 0, 0, 0.06), 0 6.583px 13.555px 0 rgba(0, 0, 0, 0.06), 0 2.542px 2.542px 0 rgba(0, 0, 0, 0.10), 0 -6.778px 7.286px 0 rgba(0, 0, 0, 0.05) inset, 0 3.389px 0 0 rgba(255, 255, 255, 0.60) inset;
  margin-top: auto;
}
.new_faq_sec .home-faq-section {
  position: relative;
  overflow: hidden;
  padding-block: 120px 90px;
  background-color: #fff;
}

.new_faq_sec .home-faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("/images/landing/faq-bg.jpg") center center / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

.new_faq_sec .home-faq-section > .container,
.new_faq_sec .home-faq {
  position: relative;
  z-index: 1;
}
.rwa-token .rwa-market__cta { margin-top: 48px; }
.rwa-token.sec-pd .rwa-btn.rwa-btn--red { max-height: 62px; }

/* ---- FDE Gain section (copied from home-style.css) ---- */
.fde-gain-section {
  position: relative;
  padding-block: 120px 0;
  background-color: #fff;
  /* background-image: url("/images/HomeNew/webp/WhatWeGain.webp"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.fde-gain {
  position: relative;
  z-index: 1;
  text-align: center;
}

.fde-gain__kicker {
  margin: 0 0 12px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0.25em;
  text-align: center;
  text-transform: uppercase;
  color: #6d6d6d;
}

.fde-gain__title {
  margin: 0 auto clamp(32px, 4vw, 48px);
  font-family: Outfit, sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.23;
  text-align: center;
  letter-spacing: 0;
  background: linear-gradient(90deg, #1D1D1D 0%, #838383 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.fde-gain-table-wrap {
  width: 100%;
  max-width: 1242px;
  margin: 0 auto clamp(28px, 4vw, 40px);
}

.fde-gain-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.fde-gain-table__head,
.fde-gain-table__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: 1242px;
  margin-inline: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    inset 0 4px 0 0 rgba(255, 255, 255, 0.6),
    inset 0 -8px 8.6px 0 rgba(0, 0, 0, 0.05),
    0 3px 3px 0 rgba(0, 0, 0, 0.1),
    0 7.77px 16px 0 rgba(0, 0, 0, 0.06);
}

.fde-gain-table__head {
  height: 56px;
  min-height: 56px;
  margin-bottom: 2px;
  background: #fff;
  box-shadow:
    inset 0 -8px 8.6px 0 rgba(0, 0, 0, 0.05),
    0 3px 3px 0 rgba(0, 0, 0, 0.1),
    0 7.77px 16px 0 rgba(0, 0, 0, 0.06);
}

.fde-gain-table__head .fde-gain-table__cell--head:not(.fde-gain-table__cell--feature) {
  box-shadow: inset 0 4px 0 0 rgba(255, 255, 255, 0.6);
}

.fde-gain-table__row {
  background: #fff;
}

.fde-gain-table__cell {
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(14px, 1.6vw, 18px) clamp(16px, 2vw, 22px);
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #333;
  border-right: none;
}

.fde-gain-table__row .fde-gain-table__cell:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 40px;
  transform: translateY(-50%);
  background: #f4f4f4;
  pointer-events: none;
}

.fde-gain-table__cell--head {
  position: relative;
  align-self: stretch;
  height: auto;
  min-height: 56px;
  padding: 0 20px;
  font-weight: 700;
  background: #fff;
  border-right: none;
  border-bottom: none;
  box-shadow: none;
  justify-content: center;
  text-align: center;
}

.fde-gain-table__head .fde-gain-table__cell--head:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 40px;
  transform: translateY(-50%);
  background: #f4f4f4;
  pointer-events: none;
}

.fde-gain-table__head .fde-gain-table__cell--feature:not(:last-child)::after {
  background: rgba(255, 255, 255, 0.12);
}

.fde-gain-table__cell--head:not(.fde-gain-table__cell--feature) {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1d1d1d;
}

.fde-gain-table__head .fde-gain-table__cell--feature {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background: 0 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  justify-content: flex-start;
  text-align: left;
  z-index: 1;
}

.fde-gain-table__head .fde-gain-table__cell--feature::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px 0 0;
  background-color: #222;
  background-image: url(/images/HomeNew/whatMattersblack.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
}

.fde-gain-table__head .fde-gain-table__cell--highlight {
  border-right: none;
}

.fde-gain-table__head .fde-gain-table__cell--highlight::after {
  display: none;
}

.fde-gain-table__row .fde-gain-table__cell:not(.fde-gain-table__cell--feature) {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  justify-content: center;
  text-align: center;
}

.fde-gain-table__cell--feature {
  gap: 10px;
}

.fde-gain-table__row .fde-gain-table__cell--feature {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 56.47px;
  padding: 10px 17px;
  background-color: #f4f4f4;
  background-image: url(/images/HomeNew/whatMatterswhite.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
  text-align: left;
}

.fde-gain-table__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: 0 0;
}

.fde-gain-table__icon-img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.fde-gain-table__feature-text {
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
}

.fde-gain-table__row .fde-gain-table__cell--highlight {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
}

/* RWA token standards variant (6 columns + icon marks) */
.fde-gain-table--rwa .fde-gain-table__head,
.fde-gain-table--rwa .fde-gain-table__row {
  grid-template-columns: minmax(220px, 1.5fr) repeat(5, minmax(120px, 1fr));
}
.fde-gain-table--rwa .fde-gain-table__cell:not(.fde-gain-table__cell--feature) {
  justify-content: center;
  text-align: center;
}
.fde-gain-table__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.fde-gain-table__mark img {
  width: 14px;
  height: 14px;
  display: block;
  object-fit: contain;
}
.fde-gain-table__mark--partial img {
  width: 11px;
  height: 11px;
}
.fde-gain-table__mark--partial,
.fde-gain-table__mark--na {
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);

}

.fde-gain__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.fde-gain__btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: fit-content;
  height: 62px;
  min-height: 62px;
  padding: 10px 6px 10px 22px;
  border: none;
  border-radius: 100px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    background-color 0.25s,
    transform 0.25s,
    color 0.25s;
}

.fde-gain__btn-text {
  flex: 0 1 auto;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
}

.fde-gain__btn-ico {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
}

.fde-gain__btn-ico img {
  display: block;
  width: 15px;
  height: 10px;
  object-fit: contain;
}

.fde-gain__btn--primary {
  background: #e2303c;
  color: #fff;
}

.fde-gain__btn--primary .fde-gain__btn-ico {
  color: #e2303c;
}

.fde-gain__btn--primary:hover {
  background: #c92833;
  color: #fff;
  transform: translateY(-1px);
}

.fde-gain__btn--secondary {
  background: #111;
  color: #fff;
}

.fde-gain__btn--secondary .fde-gain__btn-ico {
  color: #111;
}

.fde-gain__btn--secondary:hover {
  background: #292929;
  color: #fff;
  transform: translateY(-1px);
}


/* ---- Standards comparison table ---- */
.rwa-compare { background: #fff; }
.rwa-compare__title { text-align: center; margin-bottom: 44px; }
.rwa-compare__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  outline: none;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.10);
  border: 1px solid #e5e5e5;
  background: #fff;
}
.rwa-compare__table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  border-spacing: 0;
}
.rwa-compare__table th,
.rwa-compare__table td {
  padding: 18px 22px;
  text-align: center;
  font-size: 15px;
  background: #fff;
  white-space: nowrap;
  border-bottom: 1px solid #ececec;
}
.rwa-compare__table thead tr {
  border-bottom: 2px solid #e0e0e0;
}
.rwa-compare__table thead th {
  font-weight: 700;
  color: #1d1d1d;
  background: #fff;
  font-size: 15px;
  padding: 20px 22px;
}
.rwa-compare__feature-head,
.rwa-compare__feature {
  text-align: left;
  font-weight: 600;
  color: #1d1d1d;
  white-space: normal;
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 220px;
}
.rwa-compare__feature {
  background: #fff;
  color: #333;
  font-weight: 500;
  font-size: 14px;
}
.rwa-compare__feature-head {
  color: #fff;
  background: #1d1d1d;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
}
.rwa-compare__table tbody tr:last-child th,
.rwa-compare__table tbody tr:last-child td {
  border-bottom: none;
}
.rwa-compare__table tbody tr:hover td,
.rwa-compare__table tbody tr:hover th {
  background: #fafafa;
  transition: background 0.2s;
}
.rwa-compare__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.rwa-compare__mark--yes { color: #16a34a; }
.rwa-compare__mark--no { color: #e2303c; }
.rwa-compare__mark--partial { color: #888; font-size: 22px; }
.rwa-compare__mark--na { color: #888; font-size: 20px; }



/* ---- Team deliverables ---- */
.rwa-team {
  font-family: Outfit, "DM Sans", Heebo, sans-serif;
  background: rgba(244, 244, 244, 1);
  padding-bottom: 15px;
}
.rwa-team .rwa-container_full {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 0;
}
.rwa-team__heading {
  margin: 0 auto 58px;
  max-width: 720px;
  padding-inline: 15px;
  text-align: center;
}
.rwa-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.rwa-team__item {
  min-height: 300px;
  padding: 54px 46px 42px;
  text-align: center;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: background 0.2s ease;
}
.rwa-team__item:nth-child(3n) {
  border-right: 0;
}
.rwa-team__item:nth-last-child(-n + 3) {
  border-bottom: 0;
}
.rwa-team__ico {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 10px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 4px 0 0 rgb(255 255 255 / .6),inset 0 -8px 8.6px 0 rgb(0 0 0 / .05);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.new_faq_sec p.home-faq__kicker {
  display: none;
}
.rwa-team__ico img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  transition: filter 0.25s ease;
}
.rwa-team__item:hover .rwa-team__ico {
      background: rgba(226, 48, 60, 1);
}
.rwa-team__item:hover .rwa-team__ico img {
  filter: invert(1) brightness(2);
}
.rwa-team__item h3 {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: #1d1d1d;
  transition: color 0.25s ease;
}

.rwa-team__item p {
  margin: 0 auto;
  max-width: 391px;
  font-size: 16px;
  line-height: 1.55;
  color: #333;
}

/* ---- CTA ---- */
.rwa-cta {
  position: relative;
  background: #0a0a0a url("/images/landing/bg-cta.webp") right center / cover no-repeat;
  color: #fff;
  padding-block: 90px;
  margin-block: 120px;
}
.home-start-project-section{
  padding-top: 0;
}
.home-start-project-section .home-start-project__input::placeholder {
  color: rgba(113, 113, 122, 1);
  opacity: 1;
}
.rwa-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 420px;
}
.rwa-cta__copy { 
  max-width: 628px; 
}
.rwa-cta__title {
  margin: 0 0 22px;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.rwa-cta__copy p {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.55;
  color: #fff;
}
.rwa-cta .rwa-btn--red {
  max-height: 62px;
  background: #E2303C;
  color: #fff;
}
.rwa-cta .rwa-btn--red:hover {
  background: #c92833;
  color: #fff;
}

/* ---- Counter ---- */
.rwa-counter {
  background: url("/images/landing/counter-bg.webp") center / cover no-repeat;
  color: #fff;
}

.rwa-counter__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  text-align: center;
}

.rwa-counter__item {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.28);
}

.rwa-counter__item:last-child {
  border-inline-end: 0;
}
.rwa-counter__item .rwa-counter__item-inner {
  max-width: 250px;
}
.rwa-counter__num {
  display: block;
  margin: 0 0 8px;
  font-family: Outfit, sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.rwa-counter__item.counter-item-center .rwa-counter__item-inner {
  margin: auto;
} 
.rwa-counter {
  padding-block: 35px;
}
.rwa-playbook-page .rwa-counter__label {
  margin: 0;
  font-size: clamp(16px, 1.5vw, 20px);
  color: #fff;
}





/* ---- Token standards tabbed section ---- */
.rwa-std {
  position: relative;
  overflow: hidden;
  background-color: #fbfcff;
  background-image: url("/images/landing/bg-tabs.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.rwa-std__intros {
  position: relative;
  max-width: 900px;
  margin: 0 auto clamp(28px, 3.6vw, 44px);
  min-height: 1px;
}

.rwa-std__intro {
  display: none;
  text-align: center;
}

.rwa-std__intro.is-active {
  display: block;
  animation: rwaStdFade 0.45s ease both;
}

.rwa-std__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 18px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10), 0 7.77px 16px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.10), 0 -8px 5.3px 0 rgba(0, 0, 0, 0.05) inset, 0 4px 1.2px 0 rgba(255, 255, 255, 0.60) inset;
  font-family: Outfit, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #716F6E;
}

.rwa-std__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e2303c;
}

.rwa-std__title {
  margin: 0 auto 16px;
  max-width: 820px;
  font-family: Outfit, sans-serif;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  background: linear-gradient(90.76deg, #1D1D1D 21.16%, #838383 90.82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.rwa-std__intros .rwa-std__intro-text {
  margin: 0 auto;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* Tabs — trapezoid glass shape via shape-glass.svg */
.rwa-std__tabs {
  --rwa-tab-h: 59px;
  --rwa-tab-flare: 7.44%;
  --rwa-tab-glass: url("/images/landing/shape-glass.svg");
  --rwa-tab-mask: url("data:image/svg+xml,%3Csvg width='246' height='60' viewBox='0 0 246 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6779 12.5583C18.2084 5.05345 25.2453 0 33.1653 0L212.42 0C220.34 0 227.377 5.05344 229.908 12.5583L245.586 59.0551H0L15.6779 12.5583Z' fill='black'/%3E%3C/svg%3E");
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  max-width: 1282px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
}

.rwa-std__tab {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  max-width: 242px;
  height: var(--rwa-tab-h);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}

.rwa-std__tab.is-active {
  z-index: 5;
}

.rwa-std__tab-bg {
  position: absolute;
  inset: 0;
  display: block;
  background: transparent;
  background-image: var(--rwa-tab-glass);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: background 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.rwa-std__tab:hover:not(.is-active) .rwa-std__tab-bg {
  filter: brightness(1.04);
}

.rwa-std__tab.is-active .rwa-std__tab-bg {
  inset: 0 0 -2px;
  background-image: none;
  -webkit-mask-image: var(--rwa-tab-mask);
  mask-image: var(--rwa-tab-mask);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  background-color: #fff;
  filter: none;
  box-shadow:
    0 -8px 22px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.rwa-std__tab-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 100%;
  padding: 8px 14px 10px;
  text-align: center;
  pointer-events: none;
}

.rwa-std__tab-label {
  font-family: Outfit, sans-serif;
  font-size: clamp(12px, 1.15vw, 14px);
  font-weight: 600;
  line-height: 1.2;
  color: rgba(29, 29, 29, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 3px;
}

.rwa-std__tab-erc {
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 500;
  line-height: 1.2;
  color: #7a7a7a;
  display: flex;
  justify-content: start;
  margin-right: 61px;
}

/* Panels */
.rwa-std__panels {
  max-width: 1282px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10), 0 7.77px 16px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.10), 0 -8px 5.3px 0 rgba(0, 0, 0, 0.05) inset, 0 4px 1.2px 0 rgba(255, 255, 255, 0.60) inset;
  background: #fff;
  border-radius: 27px;
  overflow: hidden;
  padding: 25px;
}
.rwa-std__panel {
  display: none;
  flex-direction: column;
  gap: 25px;
}

.rwa-std__panel.is-active {
  display: flex;
  animation: rwaStdFade 0.45s ease both;
}

.rwa-std__card {
  border-radius: 18px;
}
.rwa-std__panels .rwa-std__card--foot .rwa-std__note {
  padding: 8px 12px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 7.77px 16px 0px, rgba(0, 0, 0, 0.1) 0px 3px 3px 0px, rgba(0, 0, 0, 0.05) 0px -8px 8.6px 0px inset, rgba(255, 255, 255, 0.6) 0px 4px 0px 0px inset;
  border-radius: 10px;
  font-family: Outfit;
  color: rgba(113, 111, 110, 1);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.rwa-std__card--cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: stretch;
}

.rwa-std__divider {
  width: 1px;
  background: #ececec;
}

.rwa-std__col-title {
  margin: 0 0 20px;
  font-family: Outfit;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: start;
  margin-bottom: 20px;
}

.rwa-std__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rwa-std__list li {
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  line-height: 1.45;
  color: #444;
}

.rwa-std__list li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(244, 244, 244, 1);
  background-image: url("/images/landing/double-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
}

.rwa-std__card--bestfor {
  font-size: 18px;
  line-height: 1.55;
  padding: 25px;
  color: #4a4a4a;
  box-shadow: 0 7.77px 16px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.10), 0 -8px 8.6px 0 rgba(0, 0, 0, 0.05) inset, 0 4px 0 0 rgba(255, 255, 255, 0.60) inset;
}
.rwa-std__card--bestfor strong {
  color: #1d1d1d;
  font-weight: 700;
}

.rwa-std__card--foot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding: 25px;
  border-radius: 24px;
  box-shadow: 0 7.77px 16px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.10), 0 -8px 8.6px 0 rgba(0, 0, 0, 0.05) inset, 0 4px 0 0 rgba(255, 255, 255, 0.60) inset;

}

.rwa-std__foot-label {
  color: rgba(51, 51, 51, 1);
  font-family: DM Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
}

.rwa-std__foot-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rwa-std__pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 25px;
  border-radius: 10px;
  border: 1px solid #e6e6e9;
  background: #fafafa;
  font-size: 14px;
  font-weight: 600;
  color: rgba(113, 111, 110, 1);
  box-shadow: 0 7.77px 16px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.10), 0 -8px 8.6px 0 rgba(0, 0, 0, 0.05) inset, 0 4px 0 0 rgba(255, 255, 255, 0.60) inset;
}
.rwa-std__note {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #555;
}
.rwa-std__card .rwa-std__col {
  padding: 25px;
  box-shadow: 0 7.77px 16px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.10), 0 -8px 8.6px 0 rgba(0, 0, 0, 0.05) inset, 0 4px 0 0 rgba(255, 255, 255, 0.60) inset;
  border-radius: 24px;
  overflow: hidden;
}
@keyframes rwaStdFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}





/* ---- Landing playbook popup (page-only; does not affect sitewide popup) ---- */
.rwa-landing-popup {
  --rwa-popup-pad: 24px;
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--rwa-popup-pad);
  background: rgba(7, 8, 12, 0.62);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.rwa-landing-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.rwa-landing-popup__dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  width: min(920px, 100%);
  max-height: calc(100vh - (var(--rwa-popup-pad) * 2));
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.28);
  transform: translateY(12px) scale(0.97);
  transition: transform 0.38s ease;
}

.rwa-landing-popup.is-open .rwa-landing-popup__dialog {
  transform: translateY(0) scale(1);
}

.rwa-landing-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: #ececec;
  cursor: pointer;
  transition: background 0.2s ease;
}

.rwa-landing-popup__close:hover {
  background: #e0e0e0;
}

.rwa-landing-popup__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 36px 28px;
  background-color: #f4f4f4;
  background-image: url("/images/landing/form-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.rwa-landing-popup__book {
  position: relative;
  z-index: 1;
  width: min(100%, 380px);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.22));
  transform: rotate(-2deg);
}

.rwa-landing-popup__form-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 48px 44px 40px;
  background: #fff;
}

.rwa-landing-popup__title {
  margin: 0 0 24px;
  max-width: 442px;
  color: rgba(29, 29, 29, 1);
  font-family: Outfit, sans-serif;
  font-size: clamp(28px, 2.6vw, 48px);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.rwa-landing-popup__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rwa-landing-popup__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rwa-landing-popup__field label {
  margin: 0;
  color: var(--rwa-black, #1d1d1d);
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.rwa-landing-popup__field .rwa-landing-popup__input {
  width: 100%;
  height: 43px;
  padding: 4px 14px;
  border: 1px solid rgba(196, 196, 196, 1);
  background: #fff;
  color: var(--rwa-black, #1d1d1d);
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 1;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.rwa-landing-popup__phone-wrap,
.rwa-landing-popup__field .iti {
  width: 100%;
  display: block;
}
.rwa-landing-popup__field .iti input.rwa-landing-popup__input {
  width: 100%;
  padding-left: 52px;
}
.rwa-landing-popup__field .iti__dropdown-content {
  z-index: 40;
}
.rwa-landing-popup__input::placeholder {
  color: #9a9a9a;
}

.rwa-landing-popup__input:focus {
  border-color: rgba(226, 48, 60, 0.55);
  box-shadow: 0 0 0 3px rgba(226, 48, 60, 0.12);
}

.rwa-landing-popup__field .text-danger {
  min-height: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

.rwa-landing-popup__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
  background: rgba(247, 47, 47, 1);
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.rwa-landing-popup__submit:hover {
  background: var(--rwa-red-hover, #c92833);
}

.rwa-landing-popup__submit:disabled,
.rwa-landing-popup__submit.is-loading {
  opacity: 0.92;
  cursor: wait;
  pointer-events: none;
}

.rwa-landing-popup__submit-loader {
  display: none;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: rwaPopupSpin 0.7s linear infinite;
}

.rwa-landing-popup__submit.is-loading .rwa-landing-popup__submit-loader {
  display: inline-block;
}

.rwa-landing-popup__submit-text {
  transition: opacity 0.2s ease;
}

@keyframes rwaPopupSpin {
  to { transform: rotate(360deg); }
}

.rwa-landing-popup__response {
  margin: 4px 0 0;
  font-size: 13px;
}

.rwa-landing-popup__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 320px;
  padding: 8px 8px 4px;
  animation: rwaPopupSuccessIn 0.45s ease;
}

.rwa-landing-popup__success[hidden],
.rwa-landing-popup__form-view[hidden] {
  display: none !important;
}

.rwa-landing-popup__success-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(226, 48, 60, 0.1);
  animation: rwaPopupCheckPop 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.04s both;
}

.rwa-landing-popup__success-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(160deg, #f24a54 0%, #e2303c 55%, #c92833 100%);
  box-shadow: 0 10px 24px rgba(226, 48, 60, 0.28);
}

.rwa-landing-popup__success-eyebrow {
  margin: 0 0 8px;
  color: #e2303c;
  font-family: Outfit, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rwa-landing-popup__success-title {
  margin: 0 0 14px;
  color: #1d1d1d;
  font-family: Outfit, sans-serif;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.rwa-landing-popup__success-text {
  margin: 0 0 28px;
  max-width: 34ch;
  color: #667;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.rwa-landing-popup__success-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  min-height: 54px;
  padding: 14px 24px;
  border: none;
  border-radius: 10px;
  background: rgba(247, 47, 47, 1);
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.rwa-landing-popup__success-btn:hover {
  background: var(--rwa-red-hover, #c92833);
}

.rwa-landing-popup__success-btn:focus-visible {
  outline: 2px solid #e2303c;
  outline-offset: 3px;
}

@keyframes rwaPopupSuccessIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes rwaPopupCheckPop {
  0% { opacity: 0; transform: scale(0.55); }
  65% { transform: scale(1.06); }
  100% { opacity: 1; transform: scale(1); }
}

/* ---- Responsive: tablet and below (max-width: 991.98px) ---- */

@media only screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .rwa-std__tabs {
    margin-inline: 25px;
    margin-bottom: -7px;
  }
}


@media (max-width: 991.98px) {
  .fde-gain-section {
    padding-block: 60px 0;
  }
  .rwa-playbook-page p{
    font-size: 20px;
  }

  .fde-gain-table-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-inline: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .home-start-project__container.rwa-container {
    margin-top: 60px;
}
  .rwa-std__tabs {
    margin-bottom: -14px !important;
    margin-inline-start: 2px !important;
}
  .fde-gain-table {
    min-width: 860px;
  }
  .rwa-std__card .rwa-std__col {
    padding: 15px;
}
  .rwa-header {
    height: 72px;
  }

  .rwa-header__cta {
    height: 44px;
    font-size: 15px;
    padding: 8px 6px 8px 16px;
    gap: 10px;
  }

  .rwa-header__cta-ico {
    width: 30px;
    height: 30px;
  }

  .rwa-banner__inner,
  .rwa-split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .rwa-banner__title {
    font-size: clamp(30px, 4.2vw, 42px);
  }

  .rwa-banner__text {
    margin-bottom: 28px;
  }

  .rwa-banner__media {
    min-height: 0;
    order: -1;
    margin: auto;
  }

  .rwa-market.sec-pd .rwa-btn.rwa-btn--red {
    max-height: 91px;
    white-space: normal;
    text-align: center;
  }

  .rwa-banner__media img {
    width: min(100%, 320px);
    margin: auto;
  }

  .rwa-banner__actions {
    justify-content: center;
  }

  .rwa-banner__copy {
    text-align: center;
  }

  .rwa-market__cta {
    margin-top: 20px;
  }

  .rwa-counter__item:last-child {
    border-block-end: 0;
  }

  .rwa-market__top {
    flex-wrap: wrap;
  }

  .sec-pd {
    padding-block: 60px;
  }

  .rwa-team {
    padding-bottom: 0;
  }

  .rwa-team__heading {
    margin-bottom: 40px;
    max-width: 560px;
  }

  .rwa-team__heading br {
    display: none;
  }

  .rwa-team .rwa-container_full {
    padding-inline: 15px;
  }

  .rwa-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid #dfdfdf;
    border-radius: 16px;
    overflow: hidden;
  }

  .rwa-team__item,
  .rwa-team__item:nth-child(3n),
  .rwa-team__item:nth-last-child(-n + 3) {
    min-height: 0;
    padding: 36px 24px 32px;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }

  .rwa-team__item:nth-child(2n) {
    border-right: 0;
  }

  .rwa-team__item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .rwa-team__ico {
    width: 68px;
    height: 68px;
    margin-bottom: 16px;
  }

  .rwa-team__item h3 {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .rwa-cards {
    display: grid;
    grid-template-columns:  1fr;
  }
  .rwa-card {
    max-width: 100%;
}
.rwa-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  max-width: 100%;
}
  .rwa-team__item p {
    max-width: none;
    font-size: 15px;
    line-height: 1.5;
  }

  .rwa-cta {
    padding-block: 60px;
    margin-block: 0px;
    background-position: center;
  }

  .rwa-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.72) 0%,
      rgba(10, 10, 10, 0.86) 100%
    );
  }

  .rwa-cta__inner {
    min-height: 320px;
  }

  .rwa-std__tabs {
    justify-content: flex-start;
    align-items: flex-end;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 6px;
    max-width: none;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -6px;
    padding: 0 15px 4px;
    position: relative;
    z-index: 2;
  }

  .rwa-std__tabs::-webkit-scrollbar {
    display: none;
  }

  .rwa-std__tab {
    flex: 0 0 auto;
    width: 190px;
    min-width: 190px;
    max-width: none;
    scroll-snap-align: center;
  }

  .rwa-std__tab-label {
    font-size: 13px;
  }

  .rwa-std__tab-erc {
    margin-right: 0;
    justify-content: center;
  }

  .rwa-std__card--cols {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .rwa-std__divider {
    display: none;
  }

  .rwa-landing-popup__dialog {
    grid-template-columns: 1fr;
    width: min(520px, 100%);
    max-height: calc(100vh - 32px);
    overflow: auto;
  }

  .rwa-landing-popup__visual {
    min-height: 220px;
    padding: 28px 24px 12px;
  }

  .rwa-landing-popup__book {
    width: min(100%, 220px);
  }

  .rwa-landing-popup__form-wrap {
    padding: 24px 24px 28px;
  }

  .rwa-landing-popup__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .new_faq_sec .home-faq-section {

    padding-block: 60px 30px;
}
.rwa-playbook-page {
  padding-bottom: 0;
}
.rwa-token.sec-pd .rwa-btn.rwa-btn--red {
  max-height: 100%;
}
section.rwa-std.sec-pd {
  padding-top: 0;
}

span.rwa-card__ico {
  min-height: 80px;
  min-width: 80px;
}
.lets-talk-btn a {
  justify-content: space-between;
  min-width: 100%;
  font-size: 17px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
}
.rwa-banner__inner, .rwa-split {
  gap: 29px;
}
.home-start-project__panel{
  padding: 15px;
}
.rwa-market__nav {
  margin-left: auto;
}
}

/* ---- Responsive: mobile landscape (max-width: 767.98px) ---- */

@media (max-width: 767.98px) {
  .fde-gain-section {
    padding: 65px 0;
    overflow: visible;
  }
  .rwa-token .rwa-market__top {
    margin-bottom: 20px;
}
.rwa-std__panels .rwa-std__card--foot .rwa-std__note {
  padding: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}
  .fde-gain-section .container {
    overflow: visible;
  }
  .rwa-market__card {
    padding: 20px;
    min-height: 284px;
}
.rwa-banner__title{
  padding-top: 0px;
}
  .fde-gain-table-wrap {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: clamp(24px, 4vw, 32px);
    padding-inline: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }
  .rwa-banner {
    padding-block: 20px 30px;
}
  .fde-gain-table {
    min-width: 720px;
    gap: 10px;
  }

  .fde-gain-table__head,
  .fde-gain-table__row {
    grid-template-columns: minmax(176px, 1.25fr) repeat(3, minmax(128px, 1fr));
  }

  .fde-gain-table--rwa .fde-gain-table__head,
  .fde-gain-table--rwa .fde-gain-table__row {
    grid-template-columns: minmax(180px, 1.25fr) repeat(5, minmax(96px, 1fr));
  }

  .fde-gain-table__head {
    display: grid;
  }

  .fde-gain-table__row {
    display: grid;
    padding: 0;
  }

  .fde-gain-table__cell {
    border-bottom: none;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 18px;
  }

  .fde-gain-table__cell--head {
    min-height: 52px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 18px;
  }
  span.rwa-card__ico {
    min-height: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    width: 40px;
}
.rwa-card__ico img {
  width: 20px;
}

  .fde-gain-table__cell--head:not(.fde-gain-table__cell--feature) {
    font-size: 13px;
  }

  .fde-gain-table__row .fde-gain-table__cell:not(:last-child)::after {
    display: block;
    height: 32px;
  }

  .fde-gain-table__cell:not(.fde-gain-table__cell--feature)::before {
    display: none;
    content: none;
  }

  .fde-gain-table__row .fde-gain-table__cell--feature {
    min-height: 52px;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 18px;
  }

  .fde-gain-table__feature-text {
    font-size: 16px;
    line-height: 18px;
  }

  .fde-gain-table__row .fde-gain-table__cell--highlight {
    border-radius: 0;
  }

  .fde-gain__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .fde-gain__btn {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 44px;
    padding: 6px 6px 6px 14px;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  .fde-gain__btn-ico {
    width: 36px;
    height: 36px;
    margin-left: auto;
  }

  .fde-gain__btn-ico img {
    width: 14px;
    height: auto;
  }

  .fde-gain__btn-text {
    white-space: normal;
    text-align: left;
  }

  .fde-gain__title {
    font-size: 22px;
  }

  .rwa-std__panels {
    padding: 15px;
  }

  .rwa-std__tab {
    width: 168px;
    min-width: 168px;
  }

  .rwa-std__tab-inner {
    padding: 7px 10px 9px;
  }

  .rwa-std__tab-label {
    font-size: 12px;
  }

  .rwa-std__tab-erc {
    margin-right: 0;
    font-size: 11px;
  }

  .rwa-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .rwa-cards {
    grid-template-columns: 1fr;
  }

  .rwa-counter__item {
    border-inline-end: 0;
    border-block-end: none;
  }

  .rwa-counter__grid {
    gap: 25px;
  }

  .rwa-counter__item .rwa-counter__item-inner {
    margin: auto;
  }

  .rwa-btn {
    width: 100%;
    justify-content: center;
  }

  .rwa-token .rwa-btn--end {
    white-space: normal;
    text-align: center;
    height: auto;
    max-height: none;
    padding: 14px 14px 14px 20px;
  }

  .rwa-token__card {
    min-height: 260px;
    padding: 24px 22px;
  }

  .rwa-token__title {
    font-size: 24px;
  }

  .rwa-team__heading {
    margin-bottom: 28px;
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.2;
  }

  .rwa-team .rwa-container_full {
    padding-inline: 12px;
  }

  .rwa-team__grid {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .rwa-team__item,
  .rwa-team__item:nth-child(2n),
  .rwa-team__item:nth-last-child(-n + 2) {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-areas:
    "ico title"
    "copy copy";
    column-gap: 14px;
    row-gap: 10px;
    min-height: 0;
    padding: 20px 18px;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid #dfdfdf;
    align-items: start;
  }

  .rwa-team__item:last-child {
    border-bottom: 0;
  }

  .rwa-team__item:active {
    background: #fafafa;
  }

  .rwa-team__ico {
    grid-area: ico;
    width: 56px;
    height: 56px;
    margin: 0;
    border-radius: 10px;
  }

  .rwa-team__ico img {
    width: 28px;
    height: 28px;
  }

  .rwa-team__item h3 {
    grid-area: title;
    margin: 0;
    align-self: center;
    font-size: 18px;
    line-height: 1.25;
  }

  .rwa-team__item p {
    grid-area: copy;
    margin: 0;
    max-width: none;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
  }

  .rwa-cta__copy {
    max-width: 100%;
  }

  .rwa-cta::before {
    background: linear-gradient(180deg, rgb(10 10 10 / 44%) 0%, rgb(10 10 10 / 36%) 100%);
}

  .rwa-cta .rwa-btn--end {
    white-space: normal;
    max-height: none;
  }
}

/* ---- Responsive: mobile portrait (max-width: 575.98px) ---- */

@media (max-width: 575.98px) {
  .rwa-compare__title {
    margin-bottom: 28px;
  }

  .rwa-compare__table th,
  .rwa-compare__table td {
    padding: 13px 14px; font-size: 13px;
  }

  .rwa-compare__feature {
    min-width: 160px;
  }

  .rwa-std__tabs {
    gap: 4px;
    scroll-padding-inline: 12px;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-inline: 12px;
  }

  .rwa-std__tab {
    width: 152px;
    min-width: 152px;
  }

  .rwa-std__tab-inner {
    padding: 6px 8px 8px;
  }

  .rwa-std__card {
    border-radius: 16px;
  }

  .rwa-std__pill {
    padding: 8px 14px;
    font-size: 13px;
  }

  .rwa-landing-popup {
    --rwa-popup-pad: 12px;
  }

  .rwa-landing-popup__close {
    top: 12px;
    right: 12px;
  }

  .rwa-landing-popup__visual {
    min-height: 180px;
  }

  .rwa-landing-popup__form-wrap {
    padding: 20px 18px 22px;
  }

  .rwa-landing-popup__title {
    font-size: 24px;
    padding-right: 28px;
  }

  .rwa-landing-popup__input {
    height: 48px;
  }

  .rwa-landing-popup__submit {
    min-height: 50px;
  }

  .rwa-landing-popup__success {
    min-height: 260px;
    padding: 4px 0 0;
  }

  .rwa-landing-popup__success-ico {
    width: 76px;
    height: 76px;
    margin-bottom: 18px;
  }

  .rwa-landing-popup__success-ring {
    width: 48px;
    height: 48px;
  }

  .rwa-landing-popup__success-title {
    font-size: 32px;
  }

  .rwa-landing-popup__success-text {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .rwa-landing-popup__success-btn {
    max-width: 100%;
    min-height: 50px;
    font-size: 16px;
  }
}

/* ---- Fixed sticky download CTA (shows after scroll, hides before footer) ---- */
.rwa-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 22px;
  z-index: 90;
  display: flex;
  justify-content: center;
  padding-inline: 15px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(28px);
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.45s;
}

.rwa-sticky-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.rwa-sticky-cta.is-visible .rwa-sticky-cta__bar {
  pointer-events: auto;
}

.rwa-sticky-cta.is-past-content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(28px);
  pointer-events: none;
}

.rwa-sticky-cta-boundary {
  height: 1px;
  width: 100%;
  pointer-events: none;
}

.rwa-sticky-cta__bar {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: min(809px, 100%);
  min-height: 112px;
  padding: 20px 25px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 -3px 13px 0 rgba(0, 0, 0, 0.06), 0 6.583px 13.555px 0 rgba(0, 0, 0, 0.06), 0 2.542px 2.542px 0 rgba(0, 0, 0, 0.12), 0 -6.778px 7.286px 0 rgba(0, 0, 0, 0.10) inset, 0 3.389px 0 0 rgba(255, 255, 255, 0.60) inset;
  transition: box-shadow 0.35s ease;
}

.rwa-sticky-cta.is-visible .rwa-sticky-cta__bar {
  box-shadow:
    0 -3px 13px 0 rgba(0, 0, 0, 0.06),
    0 6.583px 13.555px 0 rgba(0, 0, 0, 0.06),
    0 2.542px 2.542px 0 rgba(0, 0, 0, 0.12),
    0 -6.778px 7.286px 0 rgba(0, 0, 0, 0.10) inset,
    0 3.389px 0 0 rgba(255, 255, 255, 0.60) inset,
    0 12px 40px rgba(0, 0, 0, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .rwa-sticky-cta {
    transition: opacity 0.2s ease, visibility 0.2s;
    transform: none;
  }

  .rwa-sticky-cta.is-visible,
  .rwa-sticky-cta.is-past-content {
    transform: none;
  }
}

.rwa-playbook-page .rwa-sticky-cta__text {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-family: Outfit, "DM Sans", Heebo, sans-serif;
  font-size: clamp(16px, 1.9vw, 26px);
  font-weight: 500;
  line-height: 1.3;
  color: rgba(29, 29, 29, 1);
}

.rwa-playbook-page .rwa-sticky-cta__text span {
  color: #e2303c;
  font-weight: 700;
}
.rwa-banner__copy p{
  font-size: 22px;
}
.rwa-sticky-cta__btn {
  flex: 0 0 auto;
}
.home-whatsapp-fab {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 99998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  text-decoration: none;
  transition:
      transform 0.3s ease,
      filter 0.3s ease;
}
.home-whatsapp-fab img {
  display: block;
  width: 61px;
  height: 61px;
}
.home-whatsapp-fab:hover {
  transform: translateY(-2px) scale(1.04);
  filter: drop-shadow(0 8px 18px rgba(96, 214, 105, 0.35));
}
.home-whatsapp-fab:focus-visible {
  outline: 2px solid #60d669;
  outline-offset: 3px;
}
body.popup-open {
  overflow: hidden;
  touch-action: none;
}

body.popup-open .rwa-sticky-cta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1299.98px) {
  .rwa-banner__title br {
    display: none;
}
}
@media (max-width: 767.98px) {
  .rwa-sticky-cta {
    bottom: 12px;
  }

  .rwa-sticky-cta__bar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    min-height: 0;
    padding: 14px;
    border-radius: 24px;
    text-align: center;
  }

  .rwa-sticky-cta__text {
    font-size: 18px;
  }
.home-whatsapp-fab img {
    width: 54px;
    height: 54px;
}
  .rwa-sticky-cta__bar .rwa-btn {
    width: max-content;
    justify-content: center;
    margin: auto;
}
.rwa-banner__copy p{
  font-size: 16px;
}
}

/* Landing form submit loader (same feel as popup) */
#landing-enquiry-form .home-start-project__submit-loader {
  display: none;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: rwaPopupSpin 0.7s linear infinite;
}

#landing-enquiry-form .home-start-project__submit.is-loading {
  cursor: wait;
  pointer-events: none;
  opacity: 0.92;
}

#landing-enquiry-form .home-start-project__submit.is-loading .home-start-project__submit-loader {
  display: inline-block;
}

#landing-enquiry-form .home-start-project__submit.is-loading .home-start-project__submit-ico {
  opacity: 0.35;
}

