/* ===== Approach Hero ===== */
.approach-hero {
  position: relative;
  background: #0a0d14;
  padding: 180px 0 100px;
  overflow: hidden;
}

/* Background glows */
.approach-hero__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.approach-hero__glow--blue {
  width: 604px;
  height: 604px;
  top: -223px;
  left: 82px;
  background: rgba(31, 133, 255, 0.05);
  filter: blur(120px);
}

.approach-hero__glow--orange {
  width: 400px;
  height: 400px;
  top: 27px;
  left: 93px;
  background: rgba(232, 148, 107, 0.05);
  filter: blur(100px);
}

.approach-hero__bottom-glow {
  position: absolute;
  bottom: -100px;
  right: -50px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(99.4deg, #708ef2 5.92%, #9633dd 50%, #f19f5e 94.08%);
  opacity: 0.2;
  filter: blur(140px);
  pointer-events: none;
}

/* Animated pulse glows */
.approach-hero__pulse-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: opacity, transform;
}

.approach-hero__pulse-glow--purple {
  width: 360px;
  height: 360px;
  bottom: 20px;
  right: 80px;
  background: radial-gradient(circle, rgba(150, 51, 221, 0.25) 0%, transparent 70%);
  filter: blur(80px);
  animation: pulseGlow1 6s ease-in-out infinite;
}

.approach-hero__pulse-glow--blue {
  width: 300px;
  height: 300px;
  bottom: 80px;
  right: 200px;
  background: radial-gradient(circle, rgba(112, 142, 242, 0.2) 0%, transparent 70%);
  filter: blur(90px);
  animation: pulseGlow2 8s ease-in-out infinite;
}

.approach-hero__pulse-glow--orange {
  width: 260px;
  height: 260px;
  bottom: -30px;
  right: 30px;
  background: radial-gradient(circle, rgba(241, 159, 94, 0.18) 0%, transparent 70%);
  filter: blur(70px);
  animation: pulseGlow3 7s ease-in-out infinite;
}

@keyframes pulseGlow1 {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.15);
  }
}

@keyframes pulseGlow2 {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1.1);
  }
  50% {
    opacity: 0.7;
    transform: scale(0.9);
  }
}

@keyframes pulseGlow3 {
  0%, 100% {
    opacity: 0.4;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.75;
    transform: scale(1.2);
  }
}

/* Title area */
.approach-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 160px;
  text-align: center;
  margin-bottom: 100px;
}

.approach-hero__title {
  font-family: "Work Sans", sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 24px;
}

.approach-hero__title-gradient {
  font-weight: 400;
  background: linear-gradient(90deg, transparent 0%, transparent 100%),
    linear-gradient(127.07deg, #708ef2 5.92%, #9633dd 50%, #f19f5e 94.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.approach-hero__subtitle {
  font-family: "Work Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
}

/* Philosophy block */
.approach-hero__philosophy {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 160px;
}

.approach-hero__philosophy-inner {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}

.approach-hero__philosophy-left {
  flex: 0 0 380px;
}

.approach-hero__philosophy-right {
  flex: 1;
}

/* Badge */
.approach-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 8px 17px;
  margin-bottom: 24px;
}

.approach-hero__badge-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.approach-hero__badge-text {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  color: #ffffff;
}

/* Heading */
.approach-hero__heading {
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 24px;
}

.approach-hero__desc {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #8e9194;
  max-width: 351px;
}

/* Card */
.approach-hero__card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.approach-hero__card-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.approach-hero__card-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  padding: 13px;
}

/* Business Alignment icon — trending line + arrow tip */
.approach-hero__icon-wrap {
  position: relative;
  width: 24px;
  height: 24px;
}

.approach-hero__icon-line {
  position: absolute;
  top: 29.17%;
  left: 8.33%;
  width: 83.34%;
  height: 41.66%;
}

.approach-hero__icon-arrow {
  position: absolute;
  top: 29.17%;
  right: 8.33%;
  width: 25%;
  height: 25%;
}

/* Financial Outcomes icon — pulse line */
.approach-hero__icon-pulse {
  width: 24px;
  height: 24px;
}

.approach-hero__card-content {
  flex: 1;
}

.approach-hero__card-title {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 8px;
}

.approach-hero__card-text {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #8e9194;
}

/* ===== Approach Hero — Responsive ===== */
@media (max-width: 1200px) {
  .approach-hero__inner {
    padding: 0 80px;
  }

  .approach-hero__philosophy {
    padding: 0 80px;
  }

  .approach-hero__philosophy-left {
    flex: 0 0 340px;
  }
}

@media (max-width: 1024px) {
  .approach-hero {
    padding: 150px 0 80px;
  }

  .approach-hero__inner {
    padding: 0 60px;
    margin-bottom: 72px;
  }

  .approach-hero__title {
    font-size: 44px;
  }

  .approach-hero__subtitle {
    font-size: 20px;
  }

  .approach-hero__philosophy {
    padding: 0 60px;
  }

  .approach-hero__philosophy-inner {
    gap: 40px;
  }

  .approach-hero__philosophy-left {
    flex: 0 0 300px;
  }

  .approach-hero__heading {
    font-size: 34px;
  }

  .approach-hero__desc {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .approach-hero {
    padding: 130px 0 60px;
  }

  .approach-hero__inner {
    padding: 0 24px;
    margin-bottom: 56px;
  }

  .approach-hero__title {
    font-size: 36px;
  }

  .approach-hero__subtitle {
    font-size: 18px;
  }

  .approach-hero__philosophy {
    padding: 0 24px;
  }

  .approach-hero__philosophy-inner {
    flex-direction: column;
    gap: 40px;
  }

  .approach-hero__philosophy-left {
    flex: none;
    width: 100%;
  }

  .approach-hero__desc {
    max-width: 100%;
  }

  .approach-hero__card {
    padding: 28px;
  }
}

@media (max-width: 480px) {
  .approach-hero {
    padding: 110px 0 48px;
  }

  .approach-hero__inner {
    margin-bottom: 44px;
  }

  .approach-hero__title {
    font-size: 30px;
  }

  .approach-hero__subtitle {
    font-size: 17px;
  }

  .approach-hero__heading {
    font-size: 28px;
  }

  .approach-hero__desc {
    font-size: 17px;
  }

  .approach-hero__card-item {
    flex-direction: column;
    gap: 12px;
  }

  .approach-hero__card {
    padding: 24px;
    gap: 28px;
  }
}

/* ===== Revenue Signal Architecture ===== */
.signal {
  position: relative;
  background: #f8f9fa;
  padding: 100px 0 120px;
  overflow: hidden;
}

.signal__bg-blur {
  position: absolute;
  top: 90px;
  left: -277px;
  width: 823px;
  height: 863px;
  border-radius: 50%;
  background: #eff3fa;
  filter: blur(40px);
  pointer-events: none;
}

/* Header */
.signal__header {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  margin-bottom: 72px;
}

.signal__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 100px;
  padding: 8px 17px;
  margin-bottom: 24px;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.1);
}

.signal__badge-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.signal__badge-text {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  color: #424445;
}

.signal__title {
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #424445;
  margin-bottom: 24px;
}

.signal__subtitle {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #666666;
  max-width: 800px;
  margin: 0 auto;
}

.signal__subtitle strong {
  font-weight: 600;
  color: #424445;
}

/* Body — two column */
.signal__body {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 160px;
}

.signal__body-inner {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}

/* Left side — icon + desc */
.signal__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 40px;
}

.signal__icon-glow {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 493px;
  height: 247px;
  background: linear-gradient(108.28deg, #708ef2 5.92%, #9633dd 50%, #f19f5e 94.08%);
  opacity: 0.1;
  filter: blur(62.55px);
  border-radius: 50%;
  pointer-events: none;
}

.signal__icon-lg {
  width: 165px;
  height: 165px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.signal__desc {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #424445;
  max-width: 400px;
}

.signal__desc strong {
  font-weight: 600;
}

/* Right side — card */
.signal__right {
  flex: 0 0 484px;
}

.signal__card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  padding: 41px;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.1);
}

.signal__card-title {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #424445;
  margin-bottom: 32px;
}

/* List items */
.signal__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.signal__list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f8f9fa;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 17px;
  height: 76px;
}

.signal__list-icon {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.1);
}

.signal__list-text {
  font-family: "Inter", "Work Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #424445;
}

/* ===== Signal — Responsive ===== */
@media (max-width: 1200px) {
  .signal__body {
    padding: 0 80px;
  }

  .signal__right {
    flex: 0 0 440px;
  }
}

@media (max-width: 1024px) {
  .signal {
    padding: 80px 0 100px;
  }

  .signal__body {
    padding: 0 60px;
  }

  .signal__body-inner {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .signal__left {
    padding-top: 0;
  }

  .signal__right {
    flex: none;
    width: 100%;
    max-width: 520px;
  }

  .signal__title {
    font-size: 34px;
  }

  .signal__subtitle {
    font-size: 18px;
  }

  .signal__desc {
    font-size: 22px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .signal {
    padding: 60px 0 72px;
  }

  .signal__header {
    margin-bottom: 48px;
  }

  .signal__body {
    padding: 0 24px;
  }

  .signal__title {
    font-size: 28px;
  }

  .signal__subtitle {
    font-size: 17px;
  }

  .signal__icon-lg {
    width: 120px;
    height: 120px;
  }

  .signal__desc {
    font-size: 20px;
  }

  .signal__card {
    padding: 28px;
  }

  .signal__card-title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .signal__list-item {
    height: auto;
    padding: 14px;
  }
}

@media (max-width: 480px) {
  .signal__title {
    font-size: 26px;
  }

  .signal__icon-lg {
    width: 100px;
    height: 100px;
  }

  .signal__desc {
    font-size: 18px;
  }

  .signal__card {
    padding: 20px;
  }

  .signal__card-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .signal__list-item {
    padding: 12px;
    gap: 12px;
  }

  .signal__list-text {
    font-size: 15px;
  }
}

/* ===== Independent Campaign Infrastructure ===== */
.infra {
  position: relative;
  background: #ffffff;
  padding: 92px 0 100px;
  overflow: hidden;
}

/* Header */
.infra__header {
  text-align: center;
  margin-bottom: 72px;
}

.infra__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  border: 1px solid #f0f0f0;
  border-radius: 100px;
  padding: 8px 17px;
  margin-bottom: 24px;
}

.infra__badge-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.infra__badge-text {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  color: #424445;
}

.infra__title {
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #424445;
}

/* Body — two column */
.infra__body {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 160px;
}

.infra__body-inner {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}

/* Left column */
.infra__left {
  flex: 0 0 468px;
}

.infra__orange-text {
  font-family: "Inter", "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #f19f5e;
  margin-bottom: 24px;
}

.infra__desc {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #666666;
  max-width: 420px;
  margin-bottom: 36px;
}

.infra__label {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #424445;
  margin-bottom: 16px;
}

/* Checklist */
.infra__checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
}

.infra__check-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.infra__check-item img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.infra__check-item span {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
}

/* CRM note */
.infra__crm-note {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f8f9fa;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 21px;
  height: 90px;
}

.infra__crm-icon {
  flex-shrink: 0;
}

.infra__crm-text {
  font-family: "Inter", "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #424445;
}

/* Right column */
.infra__right {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infra__shield-glow {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 382px;
  height: 222px;
  border-radius: 50%;
  background: rgba(232, 148, 107, 0.1);
  opacity: 0.8;
  filter: blur(40px);
  pointer-events: none;
}

.infra__shield-icon {
  width: 162px;
  height: 162px;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}

.infra__right-title {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #424445;
  margin-bottom: 16px;
}

.infra__right-desc {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #666666;
  max-width: 374px;
}

/* ===== Infra — Responsive ===== */
@media (max-width: 1200px) {
  .infra__body {
    padding: 0 80px;
  }

  .infra__body-inner {
    gap: 60px;
  }

  .infra__left {
    flex: 0 0 420px;
  }
}

@media (max-width: 1024px) {
  .infra {
    padding: 72px 0 80px;
  }

  .infra__body {
    padding: 0 60px;
  }

  .infra__body-inner {
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }

  .infra__left {
    flex: none;
    width: 100%;
    max-width: 520px;
  }

  .infra__right {
    width: 100%;
    max-width: 520px;
  }

  .infra__title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .infra {
    padding: 56px 0 64px;
  }

  .infra__header {
    margin-bottom: 48px;
  }

  .infra__body {
    padding: 0 24px;
  }

  .infra__title {
    font-size: 28px;
  }

  .infra__orange-text {
    font-size: 18px;
  }

  .infra__desc {
    font-size: 17px;
  }

  .infra__shield-icon {
    width: 120px;
    height: 120px;
  }

  .infra__right-title {
    font-size: 22px;
  }

  .infra__right-desc {
    font-size: 17px;
  }

  .infra__crm-note {
    height: auto;
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .infra__title {
    font-size: 26px;
  }

  .infra__orange-text {
    font-size: 17px;
  }

  .infra__check-item span {
    font-size: 15px;
  }

  .infra__shield-icon {
    width: 100px;
    height: 100px;
  }

  .infra__right-title {
    font-size: 20px;
  }

  .infra__right-desc {
    font-size: 16px;
  }
}

/* ===== Approach CTA Section ===== */
.approach-cta {
  position: relative;
  background: #0a0d14;
  padding: 120px 24px 100px;
  overflow: hidden;
  text-align: center;
}

.approach-cta__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1115px;
  height: 776px;
  background: linear-gradient(103.38deg, #708ef2 5.92%, #9633dd 50%, #f19f5e 94.08%);
  filter: blur(120px);
  opacity: 0.15;
  pointer-events: none;
  border-radius: 50%;
}

.approach-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.approach-cta__title {
  font-family: "Work Sans", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}

.approach-cta__big-text {
  font-family: "Work Sans", sans-serif;
  font-size: 145px;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  opacity: 0.4;
  background: linear-gradient(90deg, transparent 0%, transparent 100%),
    linear-gradient(121.44deg, #708ef2 5.92%, #9633dd 50%, #f19f5e 94.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
}

.approach-cta__features {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 80px;
  margin-bottom: 110px;
  width: 100%;
}

.approach-cta__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 245px;
  position: relative;
}

.approach-cta__feature-icon {
  width: 180px;
  height: 180px;
}

.approach-cta__feature-icon--lg {
  width: 228px;
  height: 228px;
}

.approach-cta__feature-text {
  font-family: "Inter", "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -70px;
}

/* Approach CTA — Responsive */
@media (max-width: 1200px) {
  .approach-cta__big-text {
    font-size: 120px;
  }

  .approach-cta__features {
    gap: 48px;
  }
}

@media (max-width: 1024px) {
  .approach-cta {
    padding: 100px 24px 80px;
  }

  .approach-cta__title {
    font-size: 40px;
  }

  .approach-cta__big-text {
    font-size: 90px;
  }

  .approach-cta__features {
    gap: 32px;
  }

  .approach-cta__feature-icon {
    width: 140px;
    height: 140px;
  }

  .approach-cta__feature-icon--lg {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .approach-cta {
    padding: 80px 24px 60px;
  }

  .approach-cta__title {
    font-size: 32px;
  }

  .approach-cta__big-text {
    font-size: 60px;
  }

  .approach-cta__features {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .approach-cta__feature-icon {
    width: 120px;
    height: 120px;
  }

  .approach-cta__feature-icon--lg {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 480px) {
  .approach-cta__title {
    font-size: 26px;
  }

  .approach-cta__big-text {
    font-size: 44px;
  }

  .approach-cta__feature-text {
    font-size: 16px;
  }
}
