.evaluation-hero {
  padding: 72px 0;
}

.evaluation-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 48px;
  align-items: center;
}

.evaluation-hero__copy h1 {
  margin: 0 0 1.15rem;
  font-size: clamp(2.35rem, 4.2vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.evaluation-hero__copy > p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.8;
}

.evaluation-tags {
  margin-top: 1.25rem;
}

.evaluation-hero__visual {
  min-width: 0;
}

.screenshot-button {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.screenshot-button img {
  width: 100%;
  height: auto;
  transition: transform 0.28s ease;
}

.screenshot-button:hover img,
.screenshot-button:focus-visible img {
  transform: scale(1.012);
}

.screenshot-button:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.screenshot-button--hero {
  position: relative;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.05));
  box-shadow: 0 28px 80px rgba(4, 12, 26, 0.42);
  backdrop-filter: blur(10px);
}

.screenshot-button--hero img {
  border-radius: 20px;
}

.screenshot-button--hero span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(8, 25, 51, 0.88);
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.evaluation-intro {
  padding-top: 42px;
}

.evaluation-notice {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 30px;
  padding: 18px 22px;
  border: 1px solid rgba(11, 58, 130, 0.14);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 25, 54, 0.08);
}

.evaluation-notice__icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #ffffff;
  background: var(--primary);
  font-weight: 800;
}

.evaluation-notice strong {
  display: block;
  color: var(--dark);
  font-size: 1.02rem;
}

.evaluation-notice p {
  margin: 0.3rem 0 0;
  color: var(--muted);
}

.evaluation-shell {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.evaluation-sidebar {
  position: sticky;
  top: 104px;
}

.evaluation-progress-card {
  padding: 20px;
  border: 1px solid rgba(11, 58, 130, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(7, 25, 54, 0.10);
}

.evaluation-progress-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.evaluation-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--secondary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.evaluation-progress-card__header strong {
  display: block;
  color: var(--dark);
  font-size: 1rem;
}

.evaluation-progress-card__percent {
  color: var(--primary);
  font-size: 1.3rem;
  font-weight: 800;
}

.evaluation-progress {
  height: 9px;
  margin: 16px 0 18px;
  border-radius: 999px;
  background: rgba(11, 58, 130, 0.09);
  overflow: hidden;
}

.evaluation-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  transition: width 0.3s ease;
}

.evaluation-step-nav {
  display: grid;
  gap: 6px;
}

.evaluation-step-nav a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 13px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.evaluation-step-nav a:hover,
.evaluation-step-nav a:focus-visible {
  color: var(--primary);
  background: rgba(11, 58, 130, 0.06);
}

.evaluation-step-nav a > span {
  grid-row: 1 / 3;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: var(--primary);
  background: rgba(11, 58, 130, 0.08);
  font-size: 0.82rem;
}

.evaluation-step-nav a small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.evaluation-step-nav a[data-state="complete"] > span {
  color: #ffffff;
  background: #16824d;
}

.evaluation-step-nav a[data-state="partial"] > span {
  color: #6b4b00;
  background: #ffe29a;
}

.evaluation-step-nav a[data-state="help"] > span {
  color: #ffffff;
  background: #c73a35;
}

.evaluation-reset {
  width: 100%;
  margin-top: 16px;
  padding: 0.68rem 0.9rem;
  border: 1px solid rgba(11, 58, 130, 0.16);
  border-radius: 12px;
  color: var(--muted);
  background: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

.evaluation-reset:hover,
.evaluation-reset:focus-visible {
  color: var(--primary);
  border-color: rgba(11, 58, 130, 0.34);
  background: rgba(11, 58, 130, 0.04);
}

.evaluation-content {
  min-width: 0;
}

.evaluation-setup-card,
.evaluation-summary,
.evaluation-contact,
.evaluation-final-cta {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(11, 58, 130, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(7, 25, 54, 0.09);
}

.evaluation-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 22px;
}

.evaluation-section-heading h2,
.evaluation-contact__intro h2,
.evaluation-final-cta h2 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(1.55rem, 2.7vw, 2.1rem);
  line-height: 1.2;
}

.prerequisite-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.prerequisite-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 14px;
  border: 1px solid rgba(11, 58, 130, 0.09);
  border-radius: 15px;
  background: #f8fafd;
}

.prerequisite-item > span {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 9px;
  color: var(--primary);
  background: rgba(11, 58, 130, 0.09);
  font-size: 0.78rem;
  font-weight: 800;
}

.prerequisite-item p {
  margin: 0;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.55;
}

.evaluation-profile {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(11, 58, 130, 0.10);
}

.form-field {
  display: grid;
  gap: 0.42rem;
}

.form-field label {
  color: var(--dark);
  font-size: 0.86rem;
  font-weight: 700;
}

.form-field label span {
  color: var(--muted);
  font-weight: 500;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 0.78rem 0.88rem;
  border: 1px solid rgba(11, 58, 130, 0.18);
  border-radius: 12px;
  color: var(--text);
  background: #ffffff;
  font: inherit;
}

.form-field textarea {
  resize: vertical;
  line-height: 1.55;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 3px solid rgba(30, 91, 184, 0.14);
  border-color: var(--secondary);
}

.privacy-note {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.evaluation-steps {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.evaluation-step {
  border: 1px solid rgba(11, 58, 130, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(7, 25, 54, 0.08);
  overflow: hidden;
}

.evaluation-step[open] {
  border-color: rgba(11, 58, 130, 0.24);
  box-shadow: 0 20px 46px rgba(7, 25, 54, 0.11);
}

.evaluation-step summary {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto 32px;
  gap: 14px;
  align-items: center;
  padding: 20px 22px;
  list-style: none;
  cursor: pointer;
}

.evaluation-step summary::-webkit-details-marker {
  display: none;
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: #ffffff;
  background: var(--primary);
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(11, 58, 130, 0.20);
}

.step-title {
  color: var(--dark);
  font-size: 1.08rem;
  font-weight: 800;
}

.step-title small {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--secondary);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.step-status {
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(95, 114, 144, 0.10);
  font-size: 0.75rem;
  font-weight: 800;
  white-space: nowrap;
}

.step-status[data-state="complete"] {
  color: #0b6a3d;
  background: #e0f6e9;
}

.step-status[data-state="partial"] {
  color: #725100;
  background: #fff1c7;
}

.step-status[data-state="help"] {
  color: #a32c28;
  background: #fde6e4;
}

.step-toggle {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: rgba(11, 58, 130, 0.07);
}

.step-toggle::before,
.step-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--primary);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.step-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.evaluation-step[open] .step-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.evaluation-step__body {
  padding: 0 22px 24px;
  border-top: 1px solid rgba(11, 58, 130, 0.09);
}

.step-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 18px;
}

.step-chip,
.video-time-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.step-chip {
  color: var(--primary);
  background: rgba(11, 58, 130, 0.08);
}

.video-time-link {
  color: #ffffff;
  background: var(--secondary);
}

.video-time-link:hover,
.video-time-link:focus-visible {
  background: var(--primary);
}

.step-intro {
  margin: 20px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--secondary);
  border-radius: 0 14px 14px 0;
  background: #f5f8fd;
}

.step-intro h3,
.instruction-grid h3,
.outcome-card h3 {
  margin: 0 0 0.45rem;
  color: var(--dark);
  font-size: 0.98rem;
}

.step-intro p,
.step-guidance p,
.outcome-card p {
  margin: 0;
  color: var(--muted);
}

.instruction-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 18px;
  align-items: start;
}

.instruction-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 1.35rem;
}

.instruction-list li {
  padding-left: 0.25rem;
  color: var(--text);
}

.step-guidance {
  padding: 18px;
  border: 1px solid rgba(229, 57, 53, 0.14);
  border-radius: 16px;
  background: rgba(229, 57, 53, 0.045);
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.screenshot-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.evaluation-screenshot {
  margin: 0;
  border: 1px solid rgba(11, 58, 130, 0.12);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}

.evaluation-screenshot .screenshot-button {
  border-radius: 0;
  background: #eef3f8;
}

.evaluation-screenshot figcaption {
  padding: 12px 14px 14px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.evaluation-screenshot figcaption strong {
  color: var(--dark);
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.outcome-card {
  padding: 16px;
  border-radius: 16px;
}

.outcome-card--result {
  border: 1px solid rgba(30, 91, 184, 0.15);
  background: rgba(30, 91, 184, 0.055);
}

.outcome-card--value {
  border: 1px solid rgba(22, 130, 77, 0.17);
  background: rgba(22, 130, 77, 0.055);
}

.outcome-card--help {
  border: 1px solid rgba(229, 57, 53, 0.14);
  background: rgba(229, 57, 53, 0.045);
}

.step-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(11, 58, 130, 0.09);
}

.step-actions > span {
  margin-right: 0.25rem;
  color: var(--dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.step-actions button {
  padding: 0.62rem 0.82rem;
  border: 1px solid rgba(11, 58, 130, 0.16);
  border-radius: 11px;
  color: var(--text);
  background: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}

.step-actions button:hover,
.step-actions button:focus-visible {
  border-color: var(--secondary);
  color: var(--primary);
  background: rgba(11, 58, 130, 0.04);
}

.step-actions button[data-status="complete"].is-selected {
  color: #ffffff;
  border-color: #16824d;
  background: #16824d;
}

.step-actions button[data-status="partial"].is-selected {
  color: #604300;
  border-color: #f0c45d;
  background: #ffe29a;
}

.step-actions button[data-status="help"].is-selected {
  color: #ffffff;
  border-color: #c73a35;
  background: #c73a35;
}

.step-actions .next-step-button {
  margin-left: auto;
  color: #ffffff;
  border-color: var(--primary);
  background: var(--primary);
}

.step-actions .next-step-button:hover,
.step-actions .next-step-button:focus-visible {
  color: #ffffff;
  border-color: var(--secondary);
  background: var(--secondary);
}

.evaluation-summary,
.evaluation-contact,
.evaluation-final-cta {
  margin-top: 20px;
}

.summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.summary-actions button {
  padding: 0.68rem 0.84rem;
  border: 1px solid rgba(11, 58, 130, 0.18);
  border-radius: 11px;
  color: var(--primary);
  background: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

.summary-actions button:last-child {
  color: #ffffff;
  border-color: var(--primary);
  background: var(--primary);
}

.summary-actions button:hover,
.summary-actions button:focus-visible {
  transform: translateY(-1px);
}

.summary-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.summary-overview > div {
  display: grid;
  gap: 0.15rem;
  padding: 14px;
  border: 1px solid rgba(11, 58, 130, 0.09);
  border-radius: 15px;
  background: #f8fafd;
}

.summary-overview strong {
  color: var(--primary);
  font-size: 1.65rem;
  line-height: 1;
}

.summary-overview span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.summary-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(11, 58, 130, 0.10);
  border-radius: 16px;
}

.summary-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #ffffff;
}

.summary-table th,
.summary-table td {
  padding: 13px 15px;
  border-bottom: 1px solid rgba(11, 58, 130, 0.08);
  text-align: left;
  vertical-align: top;
}

.summary-table th {
  color: var(--dark);
  background: #f5f8fc;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.summary-table td {
  color: var(--text);
  font-size: 0.86rem;
}

.summary-table tbody tr:last-child td {
  border-bottom: 0;
}

.summary-result-pill {
  display: inline-flex;
  padding: 0.3rem 0.56rem;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(95, 114, 144, 0.10);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.summary-result-pill[data-state="complete"] {
  color: #0b6a3d;
  background: #e0f6e9;
}

.summary-result-pill[data-state="partial"] {
  color: #725100;
  background: #fff1c7;
}

.summary-result-pill[data-state="help"] {
  color: #a32c28;
  background: #fde6e4;
}

.summary-interpretation {
  margin-top: 16px;
  padding: 15px 17px;
  border-left: 4px solid var(--primary);
  border-radius: 0 14px 14px 0;
  color: var(--text);
  background: #f5f8fd;
}

.evaluation-contact[hidden] {
  display: none;
}

.evaluation-contact__intro p {
  max-width: 820px;
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.evaluation-contact__form {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(11, 58, 130, 0.10);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.contact-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.contact-submit-row .btn {
  border: 1px solid transparent;
  cursor: pointer;
}

.evaluation-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, #081933, #143d75);
}

.evaluation-final-cta h2 {
  color: #ffffff;
}

.evaluation-final-cta p {
  max-width: 760px;
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.evaluation-final-cta .evaluation-label {
  color: #a9c9ff;
}

.evaluation-final-cta .button-row {
  flex: 0 0 auto;
  margin: 0;
}

.evaluation-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(3, 10, 22, 0.92);
}

.evaluation-lightbox.is-open {
  display: flex;
}

.evaluation-lightbox img {
  max-width: min(96vw, 1800px);
  max-height: 90vh;
  border-radius: 16px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.54);
}

.evaluation-lightbox__close {
  position: fixed;
  top: 18px;
  right: 20px;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.7rem;
  cursor: pointer;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 1120px) {
  .evaluation-hero__grid {
    grid-template-columns: 1fr;
  }

  .evaluation-hero__visual {
    max-width: 940px;
  }

  .evaluation-shell {
    grid-template-columns: 1fr;
  }

  .evaluation-sidebar {
    position: static;
  }

  .evaluation-step-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .evaluation-reset {
    width: auto;
  }

  .screenshot-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .evaluation-hero {
    padding: 54px 0;
  }

  .evaluation-hero__copy h1 {
    font-size: clamp(2.1rem, 9vw, 3.25rem);
  }

  .evaluation-step-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prerequisite-grid,
  .evaluation-profile,
  .instruction-grid,
  .screenshot-grid,
  .screenshot-grid--three,
  .outcome-grid,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .summary-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evaluation-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .evaluation-step summary {
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    gap: 10px;
    padding: 18px;
  }

  .step-number {
    width: 42px;
    height: 42px;
  }

  .step-status {
    grid-column: 2 / 3;
    justify-self: start;
  }

  .step-toggle {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .evaluation-step__body {
    padding: 0 18px 20px;
  }

  .step-actions .next-step-button {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .evaluation-hero__copy .button-row,
  .evaluation-final-cta .button-row,
  .contact-submit-row {
    display: grid;
    width: 100%;
  }

  .evaluation-hero__copy .btn,
  .evaluation-final-cta .btn,
  .contact-submit-row .btn {
    width: 100%;
    text-align: center;
  }

  .screenshot-button--hero span {
    right: 16px;
    bottom: 16px;
  }

  .evaluation-notice {
    padding: 16px;
  }

  .evaluation-step-nav {
    grid-template-columns: 1fr;
  }

  .evaluation-section-heading,
  .step-meta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .summary-actions {
    display: grid;
    width: 100%;
  }

  .summary-actions button {
    width: 100%;
  }

  .summary-overview {
    grid-template-columns: 1fr 1fr;
  }

  .step-actions > span {
    width: 100%;
  }

  .step-actions button[data-status] {
    flex: 1 1 calc(50% - 8px);
  }

  .evaluation-lightbox {
    padding: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .screenshot-button img,
  .evaluation-progress span {
    transition: none;
  }
}

.evaluation-tags .tag {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
}
