.b360-business-group.b360-eva-page {
  --b360-eva-ink: #0a1628;
  --b360-eva-muted: #4b5563;
  --b360-eva-soft: #f9fafb;
  --b360-eva-line: rgba(10, 22, 40, 0.1);
  --b360-eva-gold: #f59e0b;
  --b360-eva-gold-dark: #d97706;
  background: #fff;
  color: var(--b360-eva-ink);
  font-family: Inter, system-ui, sans-serif;
}

.b360-eva-page {
  scroll-margin-top: 156px;
}

.b360-eva-page .b360-eva__inner {
  width: min(1440px, calc(100% - 3rem));
  margin-inline: auto;
}

.b360-eva-page .b360-eva-pill,
.b360-eva-page .b360-eva-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.12);
  color: #b45309;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 10px 16px;
}

.b360-eva-page .b360-eva-pill::before {
  align-items: center;
  color: #b45309;
  content: "♥";
  display: inline-flex;
  font-size: 12px;
  line-height: 1;
}

.b360-eva-page .b360-eva-hero__grid,
.b360-eva-page .b360-eva-split,
.b360-eva-page .b360-eva-membership__grid {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}

.b360-eva-page.b360-section-eva-hero {
  background: linear-gradient(180deg, #fff 0%, #fffaf3 100%);
  overflow: hidden;
  padding: 88px 0 0;
  position: relative;
}

.b360-eva-page.b360-section-eva-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(251, 191, 36, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
}

.b360-eva-page .b360-eva-hero__headline .elementor-heading-title,
.b360-eva-page .b360-eva-section-title .elementor-heading-title {
  color: var(--b360-eva-ink);
  font-family: Sora, Inter, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0;
}

.b360-eva-page .b360-eva-hero__headline .elementor-heading-title {
  font-size: clamp(42px, 5vw, 72px);
}

.b360-eva-page .b360-eva-section-title .elementor-heading-title {
  font-size: clamp(34px, 4vw, 56px);
}

.b360-eva-page .b360-eva-hero__headline span,
.b360-eva-page .b360-eva-section-title span {
  color: var(--b360-eva-gold);
}

.b360-eva-page .b360-eva-lead,
.b360-eva-page .b360-eva-copytext,
.b360-eva-page .b360-eva-card-text,
.b360-eva-page .b360-eva-card-meta {
  color: var(--b360-eva-muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.b360-eva-page .b360-eva-lead {
  max-width: 620px;
  font-size: 19px;
  margin-top: 24px;
}

.b360-eva-page .b360-eva-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.b360-eva-page .b360-eva-button .elementor-button {
  align-items: center;
  border-radius: 14px;
  display: inline-flex;
  gap: 12px;
  font-size: 15px;
  font-weight: 800;
  min-height: 50px;
  padding: 15px 24px;
  text-decoration: none;
}

.b360-eva-page .b360-eva-button .elementor-button::after {
  content: "→";
  font-size: 17px;
  line-height: 1;
}

.b360-eva-page .b360-eva-button--primary .elementor-button,
.b360-eva-page .b360-eva-button--ghost .elementor-button {
  background: linear-gradient(135deg, var(--b360-eva-gold), var(--b360-eva-gold-dark));
  box-shadow: 0 14px 34px rgba(245, 158, 11, 0.28);
  color: #fff;
}

.b360-eva-page .b360-eva-button--ghost .elementor-button {
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.22);
}

.b360-eva-page .b360-eva-hero__visual,
.b360-eva-page .b360-eva-media,
.b360-eva-page .b360-eva-membership__image {
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}

.b360-eva-page .b360-eva-image,
.b360-eva-page .b360-eva-image img {
  display: block;
  height: 100%;
  width: 100%;
}

.b360-eva-page .b360-eva-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.b360-eva-page .b360-eva-hero__visual .b360-eva-image img {
  aspect-ratio: 16 / 9;
}

.b360-eva-page.b360-section-eva-mission .b360-eva-media {
  background: #fff;
}

.b360-eva-page.b360-section-eva-mission .b360-eva-media .b360-eva-image img {
  aspect-ratio: 0.68;
  object-fit: contain;
}

.b360-eva-page .b360-eva-floating-note {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  bottom: 24px;
  box-shadow: 0 18px 44px rgba(10, 22, 40, 0.18);
  column-gap: 16px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  left: 24px;
  padding: 18px 22px;
  position: absolute;
  width: min(600px, calc(100% - 48px));
}

.b360-eva-page .b360-eva-floating-note .elementor-widget {
  margin: 0;
}

.b360-eva-page .b360-eva-floating-note .elementor-widget-container {
  margin: 0;
}

.b360-eva-page .b360-eva-floating-note::before {
  align-items: center;
  background: rgba(245, 158, 11, 0.14);
  border-radius: 50%;
  color: var(--b360-eva-gold);
  content: "♥";
  display: flex;
  font-size: 19px;
  grid-column: 1;
  grid-row: 1;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.b360-eva-page .b360-eva-floating-note__label {
  color: var(--b360-eva-ink);
  font-size: 15px;
  grid-column: 2;
  grid-row: 1;
  line-height: 1.35;
  margin: 0;
  width: auto !important;
}

.b360-eva-page .b360-eva-floating-note__label p {
  margin: 0;
}

.b360-eva-page .b360-eva-floating-note__label strong,
.b360-eva-page .b360-eva-floating-note__label span {
  display: block;
}

.b360-eva-page .b360-eva-floating-note__label strong {
  font-weight: 900;
}

.b360-eva-page .b360-eva-floating-note__label span {
  color: var(--b360-eva-muted);
  font-size: 14px;
  margin-top: 2px;
}

.b360-eva-page.b360-section-eva-impact,
.b360-eva-page.b360-section-eva-mission,
.b360-eva-page.b360-section-eva-benefits,
.b360-eva-page.b360-section-eva-testimonials,
.b360-eva-page.b360-section-eva-homage,
.b360-eva-page.b360-section-eva-membership {
  padding: 88px 0;
}

.b360-eva-page.b360-section-eva-benefits,
.b360-eva-page.b360-section-eva-testimonials,
.b360-eva-page.b360-section-eva-membership {
  background: var(--b360-eva-soft);
}

.elementor .b360-business-group.b360-eva-page.b360-section-eva-testimonials.elementor-element,
.b360-business-group.b360-eva-page.b360-section-eva-testimonials {
  --background-color: var(--b360-eva-soft);
  background: var(--b360-eva-soft) !important;
  background-color: var(--b360-eva-soft) !important;
}

.b360-eva-page .b360-eva-stat-grid,
.b360-eva-page .b360-eva-card-grid {
  display: grid;
  gap: 18px;
}

.b360-eva-page .b360-eva-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.b360-eva-page .b360-eva-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.b360-eva-page .b360-eva-stat-card,
.b360-eva-page .b360-eva-benefit-card,
.b360-eva-page .b360-eva-testimonial-card,
.b360-eva-page .b360-eva-form-card {
  background: #fff;
  border: 1px solid var(--b360-eva-line);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(10, 22, 40, 0.06);
  padding: 28px;
}

.b360-eva-page .b360-eva-stat-card {
  min-height: 166px;
  padding: 78px 24px 28px;
  position: relative;
  text-align: center;
}

.b360-eva-page .b360-eva-stat-card::before {
  background: rgba(245, 158, 11, 0.1);
  border-radius: 50%;
  content: "";
  height: 46px;
  left: 50%;
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  width: 46px;
}

.b360-eva-page .b360-eva-stat-card::after {
  background: var(--b360-eva-gold);
  content: "";
  height: 18px;
  left: 50%;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 38px;
  transform: translateX(-50%);
  width: 18px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.b360-eva-page .b360-eva-stat-card:nth-child(1)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11.5 2.3a.6.6 0 0 1 1 0l2.7 5.5 6.1.9a.6.6 0 0 1 .3 1l-4.4 4.3 1 6.1a.6.6 0 0 1-.9.7L12 17.9l-5.4 2.9a.6.6 0 0 1-.9-.7l1-6.1-4.4-4.3a.6.6 0 0 1 .3-1l6.1-.9 2.8-5.5Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11.5 2.3a.6.6 0 0 1 1 0l2.7 5.5 6.1.9a.6.6 0 0 1 .3 1l-4.4 4.3 1 6.1a.6.6 0 0 1-.9.7L12 17.9l-5.4 2.9a.6.6 0 0 1-.9-.7l1-6.1-4.4-4.3a.6.6 0 0 1 .3-1l6.1-.9 2.8-5.5Z'/%3E%3C/svg%3E");
}

.b360-eva-page .b360-eva-stat-card:nth-child(2)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.b360-eva-page .b360-eva-stat-card:nth-child(3)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.5-1.5 3-3.2 3-5.5A5.5 5.5 0 0 0 12 5a5.5 5.5 0 0 0-10 3.5c0 2.3 1.5 4 3 5.5l7 7Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.5-1.5 3-3.2 3-5.5A5.5 5.5 0 0 0 12 5a5.5 5.5 0 0 0-10 3.5c0 2.3 1.5 4 3 5.5l7 7Z'/%3E%3C/svg%3E");
}

.b360-eva-page .b360-eva-stat-card:nth-child(4)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

.b360-eva-page .b360-eva-stat-card__value .elementor-heading-title {
  color: var(--b360-eva-ink);
  font-family: Sora, Inter, sans-serif;
  font-size: 34px;
  line-height: 1;
  margin: 0;
}

.b360-eva-page .b360-eva-stat-card__label {
  color: var(--b360-eva-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 10px;
}

.b360-eva-page .b360-eva-section-head {
  margin-bottom: 36px;
  text-align: center;
}

.b360-eva-page .b360-eva-section-intro {
  color: var(--b360-eva-muted);
  font-size: 17px;
  line-height: 1.6;
  margin: 22px auto 0;
  max-width: 560px;
}

.b360-eva-page .b360-eva-section-head .b360-eva-kicker {
  margin-inline: auto;
}

.b360-eva-page .b360-eva-card-title .elementor-heading-title {
  color: var(--b360-eva-ink);
  font-family: Sora, Inter, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 12px;
}

.b360-eva-page .b360-eva-benefit-card {
  min-height: 272px;
  padding-top: 92px;
  position: relative;
}

.b360-eva-page .b360-eva-benefit-card::before {
  background: rgba(245, 158, 11, 0.1);
  border-radius: 16px;
  content: "";
  height: 48px;
  left: 32px;
  position: absolute;
  top: 32px;
  width: 48px;
}

.b360-eva-page .b360-eva-benefit-card::after {
  background: var(--b360-eva-gold);
  content: "";
  height: 22px;
  left: 45px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 45px;
  width: 22px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.b360-eva-page .b360-eva-benefit-card:nth-child(1)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.5-1.5 3-3.2 3-5.5A5.5 5.5 0 0 0 12 5a5.5 5.5 0 0 0-10 3.5c0 2.3 1.5 4 3 5.5l7 7Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.5-1.5 3-3.2 3-5.5A5.5 5.5 0 0 0 12 5a5.5 5.5 0 0 0-10 3.5c0 2.3 1.5 4 3 5.5l7 7Z'/%3E%3C/svg%3E");
}

.b360-eva-page .b360-eva-benefit-card:nth-child(2)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.b360-eva-page .b360-eva-benefit-card:nth-child(3)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3Cpath d='M15.09 14c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0 0 18 8a6 6 0 0 0-12 0c0 1.18.44 2.36 1.5 3.5.76.76 1.23 1.52 1.41 2.5'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3Cpath d='M15.09 14c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0 0 18 8a6 6 0 0 0-12 0c0 1.18.44 2.36 1.5 3.5.76.76 1.23 1.52 1.41 2.5'/%3E%3C/svg%3E");
}

.b360-eva-page .b360-eva-benefit-images {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.b360-eva-page .b360-eva-benefit-images .b360-eva-image,
.b360-eva-page .b360-eva-benefit-images .b360-eva-image img {
  border-radius: 18px;
  overflow: hidden;
}

.b360-eva-page .b360-eva-benefit-images .b360-eva-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.b360-eva-page .b360-eva-list ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.b360-eva-page .b360-eva-list li {
  align-items: center;
  color: var(--b360-eva-ink);
  display: flex;
  font-weight: 800;
  gap: 10px;
}

.b360-eva-page .b360-eva-list li::before {
  background: var(--b360-eva-gold);
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: grid;
  flex: 0 0 22px;
  font-size: 13px;
  height: 22px;
  place-items: center;
  width: 22px;
}

.b360-eva-page#mission .b360-eva-list li {
  color: var(--b360-eva-muted);
  font-weight: 500;
}

.b360-eva-page#mission .b360-eva-list li::before {
  background: transparent;
  border: 1.5px solid #7cc6a4;
  color: #4aa77d;
  font-size: 12px;
}

.b360-eva-page .b360-eva-testimonial-card {
  align-content: start;
  column-gap: 12px;
  display: grid;
  grid-template-areas:
    "quote quote"
    "avatar name"
    "avatar meta";
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 276px;
  padding: 76px 34px 30px;
  position: relative;
  row-gap: 0;
}

.b360-eva-page .b360-eva-testimonial-card > .elementor-widget {
  margin: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.b360-eva-page .b360-eva-testimonial-card::before {
  color: rgba(245, 158, 11, 0.28);
  content: "”";
  display: block;
  font-family: Georgia, serif;
  font-size: 44px;
  height: 38px;
  left: 34px;
  line-height: 1;
  margin: 0 0 12px;
  position: absolute;
  top: 28px;
}

.b360-eva-page .b360-eva-testimonial-card .b360-eva-image {
  align-self: center;
  grid-area: avatar;
  height: 44px;
  margin: 0 !important;
  width: 44px;
}

.b360-eva-page .b360-eva-testimonial-card .b360-eva-image img {
  aspect-ratio: 1;
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 50%;
}

.b360-eva-page .b360-eva-quote {
  color: var(--b360-eva-ink);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  grid-area: quote;
  line-height: 1.5;
  margin: 0 0 26px !important;
}

.b360-eva-page .b360-eva-testimonial-card .b360-eva-card-title {
  align-self: end;
  grid-area: name;
  margin: 0 !important;
}

.b360-eva-page .b360-eva-testimonial-card .b360-eva-card-title .elementor-heading-title {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 3px;
  text-align: left;
}

.b360-eva-page .b360-eva-testimonial-card .b360-eva-card-meta {
  align-self: start;
  color: #9ca3af;
  font-size: 13px;
  grid-area: meta;
  line-height: 1.3;
  margin: 0 !important;
  text-align: left;
}

.b360-eva-page.b360-section-eva-homage {
  --background-color: #0a1628;
  background: #0a1628 !important;
  background-color: #0a1628 !important;
}

.b360-eva-page .b360-eva-homage__inner {
  align-items: center;
  margin-inline: auto;
  max-width: 980px;
  text-align: center;
}

.b360-eva-page .b360-eva-homage__icon {
  align-items: center;
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 50%;
  color: var(--b360-eva-gold);
  display: flex;
  font-size: 28px;
  height: 64px;
  justify-content: center;
  line-height: 1;
  margin: 0 auto 32px;
  width: 64px;
}

.b360-eva-page .b360-eva-homage__icon .elementor-widget-container,
.b360-eva-page .b360-eva-homage__icon p {
  margin: 0;
}

.b360-eva-page .b360-eva-homage__kicker {
  background: rgba(245, 158, 11, 0.16);
  color: #fbbf24;
  margin-inline: auto;
}

.b360-eva-page .b360-eva-homage__title .elementor-heading-title,
.b360-eva-page .b360-eva-homage__body,
.b360-eva-page .b360-eva-signature {
  color: #fff;
}

.b360-eva-page .b360-eva-homage__title {
  margin: 0 0 40px;
}

.b360-eva-page .b360-eva-homage__title .elementor-heading-title {
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.08;
}

.b360-eva-page .b360-eva-homage__panel {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  margin: 0 auto;
  max-width: 760px;
  padding: 48px;
  text-align: left;
  width: min(760px, 100%) !important;
}

.b360-eva-page .b360-eva-homage__body {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

.b360-eva-page .b360-eva-homage__body p {
  margin: 0;
}

.b360-eva-page .b360-eva-homage__quote {
  color: #fbbf24;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-style: italic;
  font-weight: 900;
  line-height: 1.35;
  margin: 40px auto 0;
  max-width: 820px;
  width: min(820px, 100%) !important;
}

.b360-eva-page .b360-eva-homage__quote p {
  margin: 0;
}

.b360-eva-page .b360-eva-signature {
  font-family: Sora, Inter, sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin-top: 22px;
}

.b360-eva-page .b360-eva-homage__signature {
  color: rgba(255, 255, 255, 0.82);
}

.elementor .b360-business-group.b360-eva-page.b360-section-eva-membership.elementor-element,
.b360-business-group.b360-eva-page.b360-section-eva-membership {
  --background-color: #fff;
  background: #fff !important;
  background-color: #fff !important;
}

.b360-eva-page .b360-eva-membership__wrap {
  align-items: center;
  margin-inline: auto;
  text-align: center;
}

.b360-eva-page .b360-eva-membership__kicker {
  margin-inline: auto;
}

.b360-eva-page .b360-eva-membership__kicker::before {
  content: "♥";
}

.b360-eva-page .b360-eva-membership__title {
  margin: 0;
}

.b360-eva-page .b360-eva-membership__title .elementor-heading-title {
  font-size: clamp(42px, 4vw, 56px);
  line-height: 1.1;
}

.b360-eva-page .b360-eva-membership__intro {
  font-size: 18px;
  line-height: 1.55;
  margin: 24px auto 56px;
  max-width: 660px;
}

.b360-eva-page .b360-eva-membership-card {
  background: linear-gradient(135deg, #fffaf5 0%, #fff 100%);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(10, 22, 40, 0.06);
  margin: 0 auto;
  padding: 40px;
  text-align: left;
  width: min(672px, 100%) !important;
}

.b360-eva-page .b360-eva-membership-card__top {
  align-items: start;
  border-bottom: 1px solid var(--b360-eva-line);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 28px;
}

.b360-eva-page .b360-eva-membership-card__titleblock {
  align-items: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
}

.b360-eva-page .b360-eva-membership-card__title .elementor-heading-title {
  font-size: 24px;
  margin: 0 0 6px;
  white-space: nowrap;
}

.b360-eva-page .b360-eva-membership-card__meta,
.b360-eva-page .b360-eva-membership-card__period {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.35;
  white-space: nowrap;
}

.b360-eva-page .b360-eva-membership-card__price {
  align-items: flex-end;
  flex: 0 0 auto;
  text-align: right;
}

.b360-eva-page .b360-eva-membership-card__amount .elementor-heading-title {
  color: var(--b360-eva-gold);
  font-family: Sora, Inter, sans-serif;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 8px;
}

.b360-eva-page .b360-eva-membership-card .b360-eva-list ul {
  gap: 14px;
  margin: 28px 0 32px;
}

.b360-eva-page .b360-eva-membership-card .b360-eva-list li {
  font-weight: 500;
}

.b360-eva-page .b360-eva-membership-card .b360-eva-list li::before {
  background: transparent;
  border: 1.5px solid #10b981;
  color: #10b981;
  font-size: 12px;
}

.b360-eva-page .b360-eva-membership-card .elementor-form-fields-wrapper {
  display: grid;
  gap: 14px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.b360-eva-page .b360-eva-membership-card .elementor-field-group {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.b360-eva-page .b360-eva-membership-card .elementor-field-label {
  display: none;
}

.b360-eva-page .b360-eva-membership-card .elementor-field-type-textarea,
.b360-eva-page .b360-eva-membership-card .elementor-field-type-submit {
  grid-column: 1 / -1;
}

.b360-eva-page .b360-eva-membership-card__soon {
  align-items: center;
  background: rgba(245, 158, 11, 0.08);
  border: 1px dashed rgba(245, 158, 11, 0.38);
  border-radius: 20px;
  margin-top: 30px;
  padding: 30px;
  text-align: center;
}

.b360-eva-page .b360-eva-membership-card__soon-badge {
  background: rgba(245, 158, 11, 0.14);
  border-radius: 999px;
  color: var(--b360-eva-gold-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  margin: 0 auto 16px;
  padding: 9px 14px;
  text-transform: uppercase;
}

.b360-eva-page .b360-eva-membership-card__soon-badge p,
.b360-eva-page .b360-eva-membership-card__soon-text p {
  margin: 0;
}

.b360-eva-page .b360-eva-membership-card__soon-title .elementor-heading-title {
  color: var(--b360-eva-ink);
  font-family: Sora, Inter, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.b360-eva-page .b360-eva-membership-card__soon-text {
  color: var(--b360-eva-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 430px;
}

.b360-eva-page .b360-eva-membership-card__note {
  color: #6b7280;
  font-size: 14px;
  margin: 18px 0 0;
  text-align: center;
}

.b360-eva-page .b360-eva-membership-card__note p {
  margin: 0;
}

.b360-eva-page .b360-eva-membership__image {
  border-radius: 24px;
  margin: 56px auto 0;
  overflow: hidden;
  width: min(672px, 100%) !important;
}

.b360-eva-page .b360-eva-membership__image img {
  aspect-ratio: 8 / 3;
  object-fit: cover;
}

.b360-eva-page .b360-eva-form-card {
  padding: 34px;
}

.b360-eva-page .b360-eva-form .elementor-field-group {
  margin-bottom: 14px;
}

.b360-eva-page .b360-eva-form input,
.b360-eva-page .b360-eva-form textarea {
  border: 1px solid var(--b360-eva-line);
  border-radius: 14px;
  color: var(--b360-eva-ink);
  min-height: 50px;
  padding: 14px 16px;
}

.b360-eva-page .b360-eva-form textarea {
  min-height: 120px;
}

.b360-eva-page .b360-eva-form .elementor-button {
  background: linear-gradient(135deg, var(--b360-eva-gold), var(--b360-eva-gold-dark));
  border-radius: 14px;
  color: #fff;
  font-weight: 900;
  min-height: 52px;
  width: 100%;
}

@media (max-width: 1024px) {
  .b360-eva-page .b360-eva-hero__grid,
  .b360-eva-page .b360-eva-split {
    grid-template-columns: 1fr;
  }

  .b360-eva-page .b360-eva-stat-grid,
  .b360-eva-page .b360-eva-card-grid--3,
  .b360-eva-page .b360-eva-benefit-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .b360-eva-page .b360-eva__inner {
    width: min(100% - 1.5rem, 1440px);
  }

  .b360-eva-page.b360-section-eva-hero {
    padding: 72px 0 28px;
  }

  .b360-eva-page.b360-section-eva-impact,
  .b360-eva-page.b360-section-eva-mission,
  .b360-eva-page.b360-section-eva-benefits,
  .b360-eva-page.b360-section-eva-testimonials,
  .b360-eva-page.b360-section-eva-homage,
  .b360-eva-page.b360-section-eva-membership {
    padding: 64px 0;
  }

  .b360-eva-page .b360-eva-stat-grid,
  .b360-eva-page .b360-eva-card-grid--3,
  .b360-eva-page .b360-eva-benefit-images {
    grid-template-columns: 1fr;
  }

  .b360-eva-page .b360-eva-actions,
  .b360-eva-page .b360-eva-button,
  .b360-eva-page .b360-eva-button .elementor-button {
    width: 100%;
  }

  .b360-eva-page .b360-eva-button .elementor-button {
    justify-content: center;
  }

  .b360-eva-page .b360-eva-membership-card {
    padding: 28px;
  }

  .b360-eva-page .b360-eva-membership-card__top {
    gap: 20px;
  }

  .b360-eva-page .b360-eva-membership-card .elementor-form-fields-wrapper {
    grid-template-columns: 1fr;
  }
}
