@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.fbpv26-profile-viewer,
.fbpv26-profile-viewer * {
  box-sizing: border-box;
}

.fbpv26-profile-viewer {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden;
  background: #ffffff;
  color: #172031;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fbpv26-primary: #176b8f;
  --fbpv26-secondary: #2aa7a0;
  --fbpv26-accent: #ffb547;
  --fbpv26-soft: #f2faf9;
  --fbpv26-text: #172031;
  --fbpv26-muted: #667385;
  --fbpv26-border: rgba(23, 107, 143, 0.16);
  --fbpv26-shadow: rgba(17, 54, 78, 0.13);
}

.fbpv26-profile-viewer .fbpv26-section {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  text-align: center;
  overflow: hidden;
}

.fbpv26-profile-viewer .fbpv26-section-white {
  background: #ffffff;
}

.fbpv26-profile-viewer .fbpv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(42, 167, 160, 0.12), transparent 34%),
    linear-gradient(180deg, #f7fcfb 0%, #eef8f6 100%);
}

.fbpv26-profile-viewer .fbpv26-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.fbpv26-profile-viewer .fbpv26-title {
  margin: 0 auto;
  max-width: 980px;
  color: var(--fbpv26-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.fbpv26-profile-viewer .fbpv26-intro {
  margin: 0 auto;
  max-width: 760px;
  color: var(--fbpv26-muted);
  font-weight: 450;
  line-height: 1.7;
  text-align: center;
}

.fbpv26-profile-viewer .fbpv26-grid {
  display: grid !important;
  width: 100%;
  min-width: 0;
  align-items: stretch !important;
}

.fbpv26-profile-viewer .fbpv26-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  justify-items: center;
  align-items: start;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 1)),
    radial-gradient(circle at top, rgba(42, 167, 160, 0.12), transparent 42%);
  border: 1px solid var(--fbpv26-border);
  box-shadow: 0 18px 44px var(--fbpv26-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.fbpv26-profile-viewer .fbpv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(23, 107, 143, 0.08), rgba(255, 181, 71, 0.11), rgba(42, 167, 160, 0.08));
  transition: opacity 260ms ease;
}

.fbpv26-profile-viewer .fbpv26-card-tint {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 254, 253, 0.98)),
    radial-gradient(circle at top, rgba(23, 107, 143, 0.1), transparent 46%);
}

.fbpv26-profile-viewer .fbpv26-card:hover {
  transform: translateY(-8px);
  border-color: rgba(42, 167, 160, 0.42);
  box-shadow: 0 24px 56px rgba(17, 54, 78, 0.19);
}

.fbpv26-profile-viewer .fbpv26-card:hover::before {
  opacity: 1;
}

.fbpv26-profile-viewer .fbpv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--fbpv26-primary) 0%, var(--fbpv26-secondary) 72%),
    var(--fbpv26-primary);
  box-shadow: 0 14px 28px rgba(23, 107, 143, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fbpv26-profile-viewer .fbpv26-card:hover .fbpv26-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(42, 167, 160, 0.28);
}

.fbpv26-profile-viewer .fbpv26-i {
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

.fbpv26-profile-viewer .fbpv26-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbpv26-text);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
}

.fbpv26-profile-viewer .fbpv26-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbpv26-muted);
  font-weight: 430;
  line-height: 1.62;
  text-align: center;
}

.fbpv26-profile-viewer.fbpv26-js [data-fbpv-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

.fbpv26-profile-viewer.fbpv26-js [data-fbpv-reveal].fbpv26-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

@media (min-width: 1024px) {
  .fbpv26-profile-viewer .fbpv26-section {
    padding: 92px 0;
  }

  .fbpv26-profile-viewer .fbpv26-container {
    padding: 0 26px;
  }

  .fbpv26-profile-viewer .fbpv26-title {
    font-size: 42px;
    white-space: nowrap;
  }

  .fbpv26-profile-viewer .fbpv26-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .fbpv26-profile-viewer .fbpv26-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 46px;
  }

  .fbpv26-profile-viewer .fbpv26-card {
    min-height: 296px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }

  .fbpv26-profile-viewer .fbpv26-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    margin-bottom: 24px;
  }

  .fbpv26-profile-viewer .fbpv26-i {
    font-size: 29px;
  }

  .fbpv26-profile-viewer .fbpv26-card-title {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .fbpv26-profile-viewer .fbpv26-card-text {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbpv26-profile-viewer .fbpv26-section {
    padding: 74px 0;
  }

  .fbpv26-profile-viewer .fbpv26-container {
    padding: 0 22px;
  }

  .fbpv26-profile-viewer .fbpv26-title {
    font-size: 34px;
  }

  .fbpv26-profile-viewer .fbpv26-intro {
    margin-top: 15px;
    font-size: 16px;
  }

  .fbpv26-profile-viewer .fbpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }

  .fbpv26-profile-viewer .fbpv26-card {
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  .fbpv26-profile-viewer .fbpv26-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .fbpv26-profile-viewer .fbpv26-i {
    font-size: 26px;
  }

  .fbpv26-profile-viewer .fbpv26-card-title {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .fbpv26-profile-viewer .fbpv26-card-text {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbpv26-profile-viewer .fbpv26-section {
    padding: 56px 0;
  }

  .fbpv26-profile-viewer .fbpv26-container {
    padding: 0 16px;
  }

  .fbpv26-profile-viewer .fbpv26-title {
    font-size: 28px;
    line-height: 1.16;
  }

  .fbpv26-profile-viewer .fbpv26-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }

  .fbpv26-profile-viewer .fbpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .fbpv26-profile-viewer .fbpv26-card {
    min-height: 226px;
    padding: 22px 13px 20px;
    border-radius: 18px;
  }

  .fbpv26-profile-viewer .fbpv26-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 15px;
  }

  .fbpv26-profile-viewer .fbpv26-i {
    font-size: 21px;
  }

  .fbpv26-profile-viewer .fbpv26-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .fbpv26-profile-viewer .fbpv26-card-text {
    font-size: 12.8px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbpv26-profile-viewer .fbpv26-section {
    padding: 50px 0;
  }

  .fbpv26-profile-viewer .fbpv26-container {
    padding: 0 12px;
  }

  .fbpv26-profile-viewer .fbpv26-title {
    font-size: 25px;
    line-height: 1.16;
  }

  .fbpv26-profile-viewer .fbpv26-intro {
    margin-top: 11px;
    font-size: 13.4px;
    line-height: 1.54;
  }

  .fbpv26-profile-viewer .fbpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }

  .fbpv26-profile-viewer .fbpv26-card {
    min-height: 222px;
    padding: 20px 10px 18px;
    border-radius: 16px;
  }

  .fbpv26-profile-viewer .fbpv26-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 13px;
  }

  .fbpv26-profile-viewer .fbpv26-i {
    font-size: 20px;
  }

  .fbpv26-profile-viewer .fbpv26-card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .fbpv26-profile-viewer .fbpv26-card-text {
    font-size: 12.2px;
    line-height: 1.46;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbpv26-profile-viewer .fbpv26-section {
    padding: 44px 0;
  }

  .fbpv26-profile-viewer .fbpv26-container {
    padding: 0 9px;
  }

  .fbpv26-profile-viewer .fbpv26-title {
    font-size: 22px;
    line-height: 1.18;
  }

  .fbpv26-profile-viewer .fbpv26-intro {
    margin-top: 10px;
    font-size: 12.7px;
    line-height: 1.5;
  }

  .fbpv26-profile-viewer .fbpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }

  .fbpv26-profile-viewer .fbpv26-card {
    min-height: 214px;
    padding: 18px 8px 16px;
    border-radius: 14px;
  }

  .fbpv26-profile-viewer .fbpv26-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .fbpv26-profile-viewer .fbpv26-i {
    font-size: 18px;
  }

  .fbpv26-profile-viewer .fbpv26-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .fbpv26-profile-viewer .fbpv26-card-text {
    font-size: 11.6px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .fbpv26-profile-viewer .fbpv26-section {
    padding: 40px 0;
  }

  .fbpv26-profile-viewer .fbpv26-container {
    padding: 0 10px;
  }

  .fbpv26-profile-viewer .fbpv26-title {
    font-size: 21px;
  }

  .fbpv26-profile-viewer .fbpv26-intro {
    margin-top: 10px;
    font-size: 12.5px;
  }

  .fbpv26-profile-viewer .fbpv26-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .fbpv26-profile-viewer .fbpv26-card {
    min-height: 210px;
    padding: 18px 10px;
    border-radius: 14px;
  }

  .fbpv26-profile-viewer .fbpv26-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .fbpv26-profile-viewer .fbpv26-i {
    font-size: 18px;
  }

  .fbpv26-profile-viewer .fbpv26-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .fbpv26-profile-viewer .fbpv26-card-text {
    font-size: 11.7px;
  }
}