a {

  color: #ffff !important;
}


.header_section{
  position: sticky;
  top: 0;
  z-index: 999;
}

.section_alignment_website{
  margin-top: 100px !important;
}

.display_below_768 {
  opacity: 0;
}

.section_content_wrapper {
  max-width: 1400px;
}

.upgraded_hero_section {
  padding: 80px 100px 60px;
  position: relative;
  overflow: hidden;
}

.upgraded_hero_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 20% 50%,
    rgba(0, 255, 136, 0.05) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.upgraded_hero_container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.upgraded_hero_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 255, 136, 0.1);
  border: 1px solid rgba(0, 255, 136, 0.3);
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #00ff88;
  margin-bottom: 40px;
  animation: fadeInDown 0.6s ease-out;
}

.upgraded_hero_badge_icon {
  width: 20px;
  height: 20px;
  background: rgba(0, 255, 136, 0.2);
  border: 2px solid #00ff88;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.upgraded_hero_content_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.upgraded_hero_left {
  animation: fadeInLeft 0.8s ease-out;
}

.upgraded_hero_title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.upgraded_hero_title_green {
  color: #78ff04;
}

.upgraded_hero_title_white {
  color: #ffffff;
}

.upgraded_hero_description {
  font-size: 18px;
  line-height: 1.6;
  color: #b0c0b8;
  margin-bottom: 40px;
  max-width: 540px;
}

.upgraded_hero_buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.upgraded_hero_btn {
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.upgraded_hero_btn_primary {
  background: #00ff88;
  color: #0a0f0d;
}

.upgraded_hero_btn_primary:hover {
  background: #00dd77;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 255, 136, 0.3);
}

.upgraded_hero_btn_secondary {
  background: transparent;
  color: #00ff88;
  border: 2px solid #00ff88;
}

.upgraded_hero_btn_secondary:hover {
  background: rgba(0, 255, 136, 0.1);
  transform: translateY(-2px);
}

.upgraded_hero_right {
  animation: fadeInRight 0.8s ease-out;
}

.upgraded_hero_graphic_placeholder {
  width: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.upgraded_hero_graphic_placeholder::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(0, 255, 136, 0.1) 0%,
    transparent 70%
  );
  transform: translate(-50%, -50%);
  animation: pulse 3s ease-in-out infinite;
}

.upgraded_hero_stats {
  display: flex;
  justify-content: end;
  gap: 40px;
}

.upgraded_hero_stats_owasp {
  justify-content: center;
  bottom: 0px !important;
  justify-content: space-between;
  bottom: 0px !important;
  width: 70%;
  margin: auto;
}
.upgraded_hero_stat_item {
  text-align: center;
}

.upgraded_hero_stat_number {
  font-size: 36px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
  display: block;
}

.upgraded_hero_stat_label {
  font-size: 16px;
  color: #b0c0b8;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
}

.book_security_audit_btn {
  min-width: 217px;
  /* width: 100% !important; */
  height: 51px !important;
  border-radius: 15px !important;
  padding-top: 17px 45px !important;
  background-color: #78ff04 !important;
  color: black !important;
  font-weight: 700 !important;
}

.run_free_ai_scan_btn::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 20px;
  background: radial-gradient(
    ellipse,
    rgba(0, 255, 102, 0.6) 0%,
    transparent 100%
  );
  filter: blur(20px);
  z-index: 0;
}

.header_section {
  background-color: rgba(19, 19, 19, 0.8) !important;
}

.run_free_ai_scan_btn {
  background: transparent !important;
  border: 1px solid #78ff04 !important;
  color: #78ff04 !important;
  position: relative;
}

.trusted_by_sub_header {
  font-size: 20px;
  color: #a3a3a3;
  margin-top: 30px;
}

.security_coverage_container {
  min-height: 100vh;
  padding: 20px 100px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.security_coverage_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(383px, 1fr));
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.security_coverage_card {
  background: linear-gradient(
    145deg,
    rgba(20, 35, 25, 0.8),
    rgba(15, 25, 18, 0.9)
  );
  border-radius: 24px;
  padding: 40px 32px;
  border: 1px solid rgba(101, 218, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.security_coverage_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at top right,
    rgba(101, 218, 0, 0.05),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.security_coverage_card:hover {
  transform: translateY(-8px);
  border-color: rgba(101, 218, 0, 0.3);
  box-shadow: 0 20px 40px rgba(101, 218, 0, 0.15);
  background-color: #65da00;
}

.security_coverage_card:hover .security_coverage_button {
  background-color: #65da00;
  color: black;
}

.security_coverage_card:hover .security_coverage_icon_wrapper {
  border: 1px solid #65da00;
}

.security_coverage_card:hover .security_coverage_icon_magic {
  display: block;
}

.security_coverage_card:hover::before {
  opacity: 1;
}

.security_coverage_icon_wrapper {
  width: 80px;
  height: 80px;
  background: rgba(20, 30, 20, 0.8);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.security_coverage_icon_magic {
  position: absolute;
  height: 160px;
  display: none;
}

.security_coverage_icon_container {
  width: 111px;
  height: 111px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.security_coverage_icon_container img {
  max-height: 70px;
}

.security_coverage_title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.security_coverage_description {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.security_coverage_features {
  list-style: none;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.security_coverage_feature_item {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
}

.security_coverage_feature_item::before {
  content: "✓";
  color: #65da00;
  font-weight: bold;
  font-size: 18px;
  margin-right: 12px;
  flex-shrink: 0;
}

.security_coverage_button {
  width: 315px;
  height: 48px;
  padding: 10px 24px;
  background: rgba(30, 40, 30, 0.8);
  border: 1px solid rgba(101, 218, 0, 0.2);
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.security_coverage_button:hover {
  background: rgba(40, 50, 40, 0.9);
  border-color: rgba(101, 218, 0, 0.4);
  color: #ffffff;
  transform: translateY(-2px);
}

.section_padding_define {
  padding: 60px 100px;
}

.battle_tested_container {
  margin: 0 auto;
  background: linear-gradient(180deg, #0d1c13 0%, #0a160f 100%);
  padding: 60px 100px;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
}

.battle_tested_container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(34, 197, 94, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.battle_tested_header {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.battle_tested_title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.battle_tested_subtitle {
  font-size: 18px;
  color: #94a3b8;
  line-height: 1.6;
}

.battle_tested_phases {
  display: grid;
  gap: 18px;
  margin-top: 48px;
  position: relative;
  z-index: 1;
}

.battle_tested_phase {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 10px;
  padding-right: 80px;
  transition: all 0.3s ease;
}

.battle_tested_icon_wrapper {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: rgba(34, 197, 94, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.battle_tested_icon_placeholder {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

.battle_tested_content {
  flex: 1;
}

.battle_tested_phase_title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}

.battle_tested_phase_description {
  font-size: 16px;
  color: #94a3b8;
  line-height: 1.6;
}

.success_story_section {
  max-width: 1400px;
  margin: auto;
  padding: 100px;
}

.success_story_container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 30px;
}

.success_story_card {
  background: linear-gradient(
    90deg,
    /* or adjust angle as needed */ #0d1a12 0%,
    #08110c 22%,
    #030b06 60%,
    #030b06 81%
  );
  border: 1px solid rgba(46, 125, 50, 0.3);
  border-radius: 24px;
  padding: 40px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.success_story_card:hover {
  transform: translateY(-5px);
  border-color: rgba(76, 175, 80, 0.5);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.success_story_header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.success_story_icon {
  width: 60px;
  height: 60px;
  background: rgba(76, 175, 80, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border: 1px solid rgba(76, 175, 80, 0.3);
}

.success_story_title_wrapper {
  flex: 1;
}

.success_story_title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}

.success_story_subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
}

.success_story_heading {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}

.success_story_description {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.success_story_metrics {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.success_story_metric {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.success_story_metric_label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.success_story_metric_value {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.success_story_status_fixed {
  color: #4caf50;
}

.success_story_status_certified {
  color: #4caf50;
}

.success_story_status_faster {
  color: #4caf50;
}

.success_story_button {
  width: 315px;
  height: 48px;
  background: linear-gradient(92.02deg, #132119 16.99%, #09120d 89.34%);
  border: 1px solid rgba(76, 175, 80, 0.3);
  border-radius: 12px;
  padding: 12px 24px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  display: block;
}

.success_story_button:hover {
  background: rgba(76, 175, 80, 0.15);
  border-color: rgba(76, 175, 80, 0.5);
  color: #ffffff;
}

.advance_security_container {
  max-width: 1400px;
  margin: auto;
  padding: 100px;
}

.advance_security_header {
  text-align: center;
  margin-bottom: 60px;
}

.advance_security_title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.advance_security_subtitle {
  font-size: 1.1rem;
  color: #9ca3af;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.advance_security_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.advance_security_card {
  background: linear-gradient(135deg, #0f1713 0%, #0a0f0d 100%);
  border: 1px solid #1a2c23;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.advance_security_card:hover {
  transform: translateY(-4px);
  border-color: #2d4a3e;
  box-shadow: 0 8px 24px rgba(0, 255, 136, 0.1);
}

.advance_security_card_image {
  width: 100%;
  height: 166px;
  background: linear-gradient(135deg, #1a2c23 0%, #0f1713 100%);
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5f54;
  font-size: 0.9rem;
}

.advance_security_card_title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}

.advance_security_card_tools {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 500;
  text-align: center;
}

.advance_security_card_description {
  font-size: 0.9rem;
  color: #737373;
  line-height: 1.5;
  text-align: center;
}

.advance_security_platform {
  background: linear-gradient(135deg, #0f1713 0%, #0a0f0d 100%);
  border: 1px solid #1a2c23;
  border-radius: 16px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.advance_security_platform_content {
  padding-right: 20px;
}

.advance_security_platform_title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.advance_security_platform_description {
  font-size: 1rem;
  color: #9ca3af;
  line-height: 1.7;
  margin-bottom: 32px;
}

.advance_security_features {
  list-style: none;
}

.advance_security_feature_item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1rem;
  color: #e5e7eb;
}

.advance_security_feature_item::before {
  content: "✓";
  color: #65da00;
  font-weight: bold;
  font-size: 18px;
  margin-right: 12px;
  flex-shrink: 0;
}

.advance_security_platform_image {
  width: 100%;
  height: 350px;
  background: linear-gradient(135deg, #1a2c23 0%, #0f1713 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5f54;
  font-size: 1rem;
  border: 1px dashed #2d4a3e;
}

.security_team_container {
  margin: auto;
  padding: 50px 100px;
  background: linear-gradient(180deg, #0d1c13 0%, #0a160f 100%);
  max-width: 1400px;
}

.security_team_header {
  text-align: center;
  margin-bottom: 70px;
}

.security_team_title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.security_team_subtitle {
  font-size: 1.125rem;
  color: #9ca3af;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.security_team_members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 109px;
  row-gap: 70px;
  margin-bottom: 50px;
}

.security_team_member {
  text-align: center;
  transition: transform 0.3s ease;
  max-width: 208px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

.about_us_founder_description {
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
  min-height: 150px
}

.security_team_member:hover {
  transform: translateY(-8px);
}

.security_team_avatar_wrapper {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 20px;
}

.security_team_avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a2c23 0%, #0f1713 100%);
  border: 3px solid #2d4a3e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5f54;
  font-size: 0.875rem;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.security_team_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.security_team_member:hover .security_team_avatar {
  border-color: #10b981;
}

.security_team_name {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.security_team_role {
  font-size: 0.9rem;
  color: #38ff7e;
  margin-bottom: 8px;
  font-weight: 500;
  min-height: 3.6em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.security_team_description {
  font-size: 0.85rem;
  color: #9ca3af;
  line-height: 1.5;
}

.security_team_stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 80px;
  position: relative;
}

.security_team_stats::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #2d4a3e, transparent);
}

.security_team_stat_card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.security_team_stat_number {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.security_team_stat_label {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

.security_team_stat_description {
  font-size: 0.95rem;
  color: #9ca3af;
  line-height: 1.6;
}

.security_team_glow {
  position: fixed;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.15) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: -1;
  bottom: -200px;
  right: -200px;
  animation: security_team_pulse 8s ease-in-out infinite;
}

@keyframes security_team_pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}

.enterprise_grade_container {
  padding: 100px;
  max-width: 1400px;
  margin: auto;
}

.enterprise_grade_header {
  text-align: center;
  margin-bottom: 60px;
}

.enterprise_grade_title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.enterprise_grade_subtitle {
  font-size: 1.125rem;
  color: #9ca3af;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.enterprise_grade_certifications {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

.enterprise_grade_certifications_grid_3 {
  grid-template-columns: repeat(3, 1fr);
}

.enterprise_grade_cert_card {
  background: linear-gradient(135deg, #0f1713 0%, #0a0f0d 100%);
  border: 1px solid #1a2c23;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

/* .enterprise_grade_cert_card:hover {
  transform: translateY(-6px);
  border-color: #2d4a3e;
  box-shadow: 0 12px 32px rgba(0, 255, 136, 0.15);
} */

.enterprise_grade_cert_icon {
  width: 100%;
  background: linear-gradient(135deg, #1a2c23 0%, #0f1713 100%);
  border-radius: 12px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5f54;
  font-size: 0.9rem;
  border: 1px solid #2d4a3e;
  position: relative;
  overflow: hidden;
}

.enterprise_grade_cert_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(16, 185, 129, 0.1),
    transparent
  );
  transition: left 0.5s;
}

.enterprise_grade_cert_card:hover .enterprise_grade_cert_icon::before {
  left: 100%;
}

.enterprise_grade_cert_title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

.enterprise_grade_cert_description {
  font-size: 0.9rem;
  color: #9ca3af;
  line-height: 1.5;
}

.enterprise_grade_expertise {
  background: linear-gradient(135deg, #0f1713 0%, #0a0f0d 100%);
  border: 1px solid #1a2c23;
  border-radius: 16px;
  padding: 50px 40px;
}

.enterprise_grade_expertise_title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}

.enterprise_grade_features_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.enterprise_grade_feature_column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.enterprise_grade_feature_item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.enterprise_grade_feature_icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.enterprise_grade_feature_icon::before {
  content: "✓";
  color: #65da00;
  font-weight: bold;
  font-size: 14px;
}

.enterprise_grade_feature_text {
  font-size: 1rem;
  color: #e5e7eb;
  line-height: 1.6;
}

.secure_your_protocol_container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px;
}

.secure_your_protocol_outer_box {
  border: 1px solid #356a06;
  padding: 20px;
  border-radius: 40px;
}

.secure_your_protocol_card {
  position: relative;
  background: #234b00;
  border: 2px solid #2d5a3e;
  border-radius: 32px;
  padding: 80px 60px;
  overflow: hidden;
}

.secure_your_protocol_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  opacity: 0.4;
  pointer-events: none;
  display: flex;
  justify-content: center;
}

.secure_your_protocol_background > img {
  width: 95%;
}

.secure_your_protocol_content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.secure_your_protocol_title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.secure_your_protocol_description {
  font-size: 20px;
  color: #d1d5db;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 50px;
}

.secure_your_protocol_buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  flex-wrap: wrap;
}

.secure_your_protocol_btn {
  padding: 10px 10px;
  height: 51px;
  width: 217px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  border: 2px solid transparent;
}

.secure_your_protocol_btn_primary {
  background: #78ff04;
  color: #0a0f0d !important;
  box-shadow: 0 4px 20px rgba(132, 204, 22, 0.3);
  font-weight: 700 !important;
}

.secure_your_protocol_btn_primary:hover {
  background: #a3e635;
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(132, 204, 22, 0.5);
}

.secure_your_protocol_btn_secondary {
  background: transparent;
  color: #fff !important;
  border: 2px solid #4ade80;
}

.secure_your_protocol_btn_secondary:hover {
  background: rgba(74, 222, 128, 0.1);
  border-color: #84cc16;
  transform: translateY(-2px);
}

.secure_your_protocol_features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(74, 222, 128, 0.2);
}

.secure_your_protocol_feature {
  text-align: center;
}

.secure_your_protocol_feature_title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.secure_your_protocol_feature_description {
  font-size: 1rem;
  color: #c7d2cc;
  line-height: 1.6;
}

.footer_new_container {
  background: linear-gradient(180deg, #0a1612 0%, #050a08 100%);
  color: #a0b0a8;
  padding: 60px 100px 30px;
}

.footer_new_content {
  max-width: 1400px;
  margin: 0 auto;
}

.footer_new_main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer_new_brand {
  max-width: 350px;
}

.footer_new_logo {
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.footer_new_tagline {
  font-size: 16px;
  line-height: 1.6;
  color: #c0d0c8;
  margin-bottom: 24px;
}

.footer_new_social_icons {
  display: flex;
  gap: 12px;
}

.footer_new_social_placeholder {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  transition: all 0.3s ease;
}

.footer_new_social_placeholder:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}

.footer_new_column {
  display: flex;
  flex-direction: column;
}

.footer_new_column_title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.footer_new_links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer_new_link {
  color: #a0b0a8;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease, transform 0.2s ease;
  display: inline-block;
}

.footer_new_link:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer_new_divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(255, 255, 255, 0.1) 80%,
    transparent 100%
  );
  margin: 40px 0;
}

.footer_new_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer_new_address {
  font-size: 14px;
  color: #708078;
}

.footer_new_legal {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.footer_new_legal_link {
  color: #708078;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer_new_legal_link:hover {
  color: #ffffff;
}

.footer_new_separator {
  color: #405048;
}

.footer_new_copyright {
  font-size: 14px;
  color: #708078;
}

.owasp_about_the_initiative_source_icon_placeholder {
  width: 103px !important;
  height: 103px !important;
  display: flex;
}

@media (max-width: 1200px) {
  .security_team_members {
    grid-template-columns: repeat(4, 1fr);
  }

  .enterprise_grade_certifications {
    grid-template-columns: repeat(2, 1fr);
  }

  .enterprise_grade_features_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .battle_tested_container {
    flex-wrap: wrap;
  }

  .battle_tested_container_graphic {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .battle_tested_container_graphic > img {
    width: 95%;
  }

  .battle_tested_title {
    text-align: center;
  }
}

/*  Ecosystem Page */

.eco_system_new_floating_icons {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.eco_system_new_icon_float {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.eco_system_new_icon_1 {
  top: 5%;
  left: 2%;
}
.eco_system_new_icon_2 {
  top: 8%;
  left: 20%;
}
.eco_system_new_icon_3 {
  top: 5%;
  right: 20%;
}
.eco_system_new_icon_4 {
  top: 3%;
  right: 5%;
}

.eco_system_new_container {
  max-width: 1400px;
  margin: 50px auto;
  padding: 60px 20px;
  position: relative;
  z-index: 2;
}

.eco_system_new_container_owasp {
  margin: 40px auto;
  padding: 0px 20px;
}

.eco_system_new_header {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

.eco_system_new_header_owasp {
  row-gap: 30px;
}

.eco_system_new_title {
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.eco_system_new_title_explore {
  color: #77fe06;
}

.eco_system_new_title_ecosystem {
  color: #77fe06;
}

.eco_system_new_subtitle {
  font-size: 1.1rem;
  color: #b0b0b0;
  margin-bottom: 40px;
  max-width: 1000px;
  margin: auto;
}

.eco_system_new_buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.eco_system_new_btn {
  padding: 10px 10px;
  border-radius: 15px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  width: 217px;
  height: 51px;
}

.eco_system_new_btn_primary {
  background: #77fe06;
  color: #000;
}

.eco_system_new_btn_primary:hover {
  background: #6de000;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(127, 255, 0, 0.3);
}

.eco_system_new_btn_secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #7fff00;
}

.eco_system_new_btn_secondary:hover {
  background: rgba(127, 255, 0, 0.1);
  transform: translateY(-2px);
}

.eco_system_new_controls {
  display: flex;
  gap: 20px;
  margin-top: 100px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.eco_system_new_dropdown {
  background: rgba(255, 255, 255, 0.05)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E")
    no-repeat right 15px center;
  background-size: auto, 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px 40px 12px 20px;
  color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  min-width: 200px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.eco_system_new_search {
  flex: 1;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px 20px;
  color: #fff;
  font-size: 0.95rem;
}

.eco_system_new_search::placeholder {
  color: #666;
}

.eco_system_new_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.eco_system_new_card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  background: linear-gradient(
    195.08deg,
    #0d1a12 6.21%,
    #08110c 24.2%,
    #030b06 56.26%,
    #030b06 73.51%
  );
}

.eco_system_new_card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(127, 255, 0, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.eco_system_new_card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.eco_system_new_card_icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.eco_system_new_card_badge {
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  color: #b0b0b0;
}

.eco_system_new_card_title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.eco_system_new_card_description {
  color: #888;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
  min-height: 60px;
}

.eco_system_new_card_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.eco_system_new_card_status {
  background: rgba(0, 255, 100, 0.15);
  color: #00ff64;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.eco_system_new_card_links {
  display: flex;
  gap: 12px;
}

.eco_system_new_card_link {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #fff;
}

.eco_system_new_card_link:hover {
  background: rgba(127, 255, 0, 0.2);
  transform: scale(1.1);
}

.owasp_main_icon_wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.owasp_main_icon_wrapper > img {
  max-width: 326px;
}

/* OWASP About the Initiative Section */
.owasp_about_the_initiative_section {
  padding: 80px 100px;
  position: relative;
  background: linear-gradient(180deg, #0d1c13 0%, #0a160f 100%);
}

.smart_contracts_audit_why_it_matter_section {
  margin-top: 200px;
}

/* Success Story Section */
.smart_contracts_audit_success_story_content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 590px;
}

.success_story_header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.success_story_icon {
  width: 48px;
  height: 48px;
  background-color: #30473a;
  border-radius: 15px;
  flex-shrink: 0;
}

.success_story_header_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.success_story_header_title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
}

.success_story_header_subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #a2a2a2;
  line-height: 1.4;
}

.success_story_title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  margin: 0;
  background: linear-gradient(180deg, #d8fde5 0%, #c0e5cd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.success_story_description {
  font-size: 16px;
  line-height: 1.5;
  color: #7ea18a;
  margin: 0;
  max-width: 590px;
}

.success_story_stats {
  display: flex;
  gap: 24px;
  margin-top: 8px;
}

.success_story_stat_card {
  flex: 1;
  padding: 17px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid;
}

.success_story_stat_card_red {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.1) 0%,
    rgba(220, 38, 38, 0.1) 100%
  );
  border-color: rgba(239, 68, 68, 0.2);
}

.success_story_stat_card_green {
  background: linear-gradient(
    135deg,
    rgba(34, 197, 94, 0.1) 0%,
    rgba(22, 163, 74, 0.1) 100%
  );
  border-color: rgba(34, 197, 94, 0.2);
}

.success_story_stat_value {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
}

.success_story_stat_card_red .success_story_stat_value {
  color: #f87171;
}

.success_story_stat_card_green .success_story_stat_value {
  color: #4ade80;
}

.success_story_stat_label {
  font-size: 14px;
  font-weight: 400;
  color: #a2a2a2;
  line-height: 1.43;
  text-align: center;
}

/* Responsive Styles for Success Story */
@media (max-width: 768px) {
  .section_alignment_website{
    margin-top: 60px !important;
  }

  .smart_contracts_audit_success_story_content {
    max-width: 100%;
  }

  .success_story_title {
    font-size: 18px;
  }

  .success_story_description {
    font-size: 14px;
  }

  .success_story_stats {
    flex-direction: column;
    gap: 16px;
  }

  .success_story_stat_card {
    width: 100%;
  }

  section {
    margin-top: 60px;
  }
}

.owasp_about_the_initiative_container {
  max-width: 1400px;
  margin: 0 auto;
}

.owasp_about_the_initiative_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

/* Left Section: About the Initiative */
.owasp_about_the_initiative_left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 0px;
}

.owasp_about_the_initiative_title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

.owasp_about_the_initiative_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.owasp_about_the_initiative_paragraph {
  font-size: 18px;
  line-height: 1.6;
  color: #7ea18a;
  margin: 0;
}

.owasp_about_the_initiative_logos {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

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

.owasp_about_the_initiative_logo_img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.owasp_about_the_initiative_logo_text {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.owasp_about_the_initiative_logo_separator {
  font-size: 24px;
  color: #38ff7e;
  font-weight: 300;
}

/* Right Section: Research Data Sources */
.owasp_about_the_initiative_right {
  display: flex;
  align-items: center;
  height: 100%;
}

.owasp_about_the_initiative_right > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.owasp_about_the_initiative_sources_box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.solution_success_story_right{
  padding: 0px;
}

.owasp_about_the_initiative_sources_title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

.owasp_about_the_initiative_source_item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.owasp_about_the_initiative_source_icon {
  flex-shrink: 0;
}

.owasp_about_the_initiative_source_icon_placeholder {
  width: 132px;
  height: 132px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.owasp_about_the_initiative_source_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.owasp_about_the_initiative_source_name {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.owasp_about_the_initiative_source_description {
  font-size: 14px;
  line-height: 1.5;
  color: #b0c0b8;
  margin: 0;
}

.owasp_about_the_initiative_source_stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}

.owasp_about_the_initiative_source_stat_number {
  font-size: 30px;
  font-weight: 700;
  color: #38ff7e;
  line-height: 1;
}

.owasp_about_the_initiative_source_stat_label {
  font-size: 12px;
  color: white;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .owasp_about_the_initiative_section {
    padding: 60px 60px;
  }

  .owasp_about_the_initiative_content {
    gap: 40px;
  }

  .owasp_about_the_initiative_title,
  .owasp_about_the_initiative_sources_title {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .owasp_about_the_initiative_section {
    padding: 60px 40px;
  }

  .owasp_about_the_initiative_content {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .owasp_about_the_initiative_sources_box {
    padding: 35px;
  }

  .solution_success_story_right{
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .owasp_about_the_initiative_section {
    padding: 40px 20px;
  }

  .owasp_about_the_initiative_title,
  .owasp_about_the_initiative_sources_title {
    font-size: 24px;
  }

  .owasp_about_the_initiative_paragraph {
    font-size: 16px;
  }

  .owasp_about_the_initiative_sources_box {
    padding: 30px 20px;
    gap: 25px;
  }

  .solution_success_story_right{
    padding: 0px;
  }

  .owasp_about_the_initiative_source_item {
    gap: 15px;
  }

  .owasp_about_the_initiative_source_icon_placeholder {
    width: 132px;
    height: 132px;
  }

  .owasp_about_the_initiative_source_stat_number {
    font-size: 28px;
  }

  .owasp_about_the_initiative_logos {
    flex-wrap: wrap;
    gap: 15px;
  }

  .owasp_about_the_initiative_logo_separator {
    font-size: 20px;
  }
}

/* OWASP Top 10 Risks Section */
.owasp_top_10_risks_section {
  padding: 80px 100px;
  background: #000;
  position: relative;
}

.owasp_top_10_risks_container {
  max-width: 1400px;
  margin: 0 auto;
}

.owasp_top_10_risks_header {
  text-align: center;
  margin-bottom: 60px;
}

.owasp_top_10_risks_title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.owasp_top_10_risks_subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #a3a3a3;
  margin: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.owasp_top_10_risks_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.owasp_top_10_risks_card {
  background: linear-gradient(
    135deg,
    rgba(13, 26, 19, 1) 0%,
    rgba(8, 17, 12, 1) 21.6%,
    rgba(3, 11, 6, 1) 60.2%,
    rgba(3, 11, 6, 1) 80.9%
  );
  border: 1px solid rgba(28, 48, 35, 1);
  border-radius: 24px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  justify-content: space-between;
}

.owasp_top_10_risks_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.owasp_top_10_risks_card_title {
  font-size: 20px;
  font-weight: 600;
  color: white;
  line-height: 1.3;
  margin: 0;
  padding: 0px 20px;
}

.owasp_top_10_risks_card_title > span {
  color: #38ff7e;
}

.owasp_top_10_risks_card_description {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(126, 161, 138, 1);
  margin: 0;
  padding: 0px 20px;
}

.owasp_top_10_risks_card_example_box {
  background: rgba(28, 45, 35, 1);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}

.owasp_top_10_risks_card_example_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.owasp_top_10_risks_card_example_label {
  font-size: 16px;
  color: #a3a3a3;
  font-weight: 500;
}

.owasp_top_10_risks_card_example_detail {
  font-size: 16px;
  color: #d4d4d4;
  font-weight: 500;
}

.owasp_top_10_risks_card_criticality {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.owasp_top_10_risks_card_criticality_dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.owasp_top_10_risks_card_criticality_dot_critical {
  background-color: #ff0000;
}

.owasp_top_10_risks_card_criticality_dot_high {
  background-color: #ff8000;
}

.owasp_top_10_risks_card_criticality_dot_medium {
  background-color: #eedd00;
}

.owasp_top_10_risks_card_criticality_dot_low {
  background-color: #38ff7e;
}

.owasp_top_10_risks_card_criticality_text {
  font-size: 16px;
  color: #d4d4d4;
  font-weight: 500;
}

.owasp_why_risks_matters_sources_box {
  background: linear-gradient(
    195.08deg,
    #0d1a12 6.21%,
    #08110c 24.2%,
    #030b06 56.26%,
    #030b06 73.51%
  );
}

.owasp_why_risks_matters_source_separator {
  background-color: #1c3125;
}

/* Responsive Styles for OWASP Top 10 Risks */
@media (max-width: 1200px) {
  .owasp_top_10_risks_section {
    padding: 60px 60px;
  }

  .owasp_top_10_risks_title {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .owasp_top_10_risks_section {
    padding: 60px 40px;
  }

  .owasp_top_10_risks_grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .owasp_top_10_risks_card {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .owasp_top_10_risks_section {
    padding: 40px 20px;
  }

  .owasp_top_10_risks_title {
    font-size: 24px;
  }

  .owasp_top_10_risks_subtitle {
    font-size: 16px;
  }

  .owasp_top_10_risks_card {
    padding: 30px 20px;
    gap: 16px;
  }

  .owasp_top_10_risks_card_title {
    font-size: 20px;
  }

  .owasp_top_10_risks_card_description {
    font-size: 15px;
  }

  .owasp_top_10_risks_card_example_box {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 12px;
  }

  .owasp_top_10_risks_card_example_label,
  .owasp_top_10_risks_card_example_detail {
    font-size: 14px;
  }

  .owasp_top_10_risks_card_criticality_text {
    font-size: 14px;
  }

  .smart_contracts_audit_why_it_matter_section {
    margin-top: 100px;
  }
}

/* OWASP Chart Section */
.owasp_chart_section {
  padding: 80px 100px;
  background: #000;
  position: relative;
}

.owasp_chart_container {
  max-width: 1400px;
  margin: 0 auto;
}

.owasp_chart_header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.1);
}

.owasp_chart_title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.owasp_chart_summary {
  font-size: 18px;
  line-height: 1.6;
  color: #a3a3a3;
  margin: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.owasp_chart_content_wrapper {
  background-color: #121e17;
  border-radius: 24px;
  padding: 40px;
}

.owasp_chart_info_boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.owasp_chart_info_box {
  background: #08130d;
  border-radius: 24px;
  padding: 34px 40px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: space-between;
}

.owasp_chart_info_box_title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.owasp_chart_info_box_description {
  font-size: 16px;
  line-height: 1.5;
  color: #d4d4d4;
  margin: 0;
}

.owasp_chart_info_box_amount_wrapper {
  display: flex;
  justify-content: space-between;
}

.owasp_chart_info_box_amount {
  font-size: 29px;
  font-weight: 600;
  color: #ffffff;
}

.owasp_chart_info_box_percentage {
  font-size: 29px;
  font-weight: 600;
  color: #ffffff;
}

.owasp_chart_content {
  background: #121e17;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.owasp_chart_left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owasp_chart_pie_chart_wrapper {
  width: 100%;
  max-width: 548px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.owasp_chart_pie_chart_title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.owasp_chart_pie_chart_placeholder {
  width: 100%;
  max-width: 548px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.owasp_chart_pie_chart_svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.owasp_chart_right {
  display: flex;
  align-items: flex-start;
}

.owasp_chart_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.owasp_chart_list_item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  padding-right: 120px;
  min-height: 66px;
  background: linear-gradient(
    195.08deg,
    #0d1a12 6.21%,
    #08110c 24.2%,
    #030b06 56.26%,
    #030b06 73.51%
  );
  padding: 16px 30px 18px 19px;
  border-radius: 12px;
}

.owasp_chart_list_item_indicator {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  flex-shrink: 0;
  margin-top: 4px;
}

.owasp_chart_list_item_indicator_purple {
  background-color: #bd5ff5;
}

.owasp_chart_list_item_indicator_orange {
  background-color: #ff9c4e;
}

.owasp_chart_list_item_indicator_yellow {
  background-color: #ffda3c;
}

.owasp_chart_list_item_indicator_light_blue {
  background-color: #0ab2cc;
}

.owasp_chart_list_item_indicator_grey {
  background-color: #a2a2a2;
}

.owasp_chart_list_item_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.owasp_chart_list_item_name {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
}

.owasp_chart_list_item_details {
  display: flex;
  gap: 16px;
  align-items: center;
}

.owasp_chart_list_item_amount {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}

.owasp_chart_list_item_percentage {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  top: 16px;
}

.owasp_chart_list_item_bar {
  width: 99px;
  height: 100%;
  min-height: 66px;
  background: linear-gradient(
    180deg,
    #0d1e17 0%,
    #1f3e2a 21.62%,
    #0d1e17 60.16%,
    #0a1a13 80.91%,
    #0d1e17 100%
  );
  border: 1px solid #1c3023;
  border-radius: 12px;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

/* Responsive Styles for OWASP Chart */
@media (max-width: 1200px) {
  .owasp_chart_section {
    padding: 60px 60px;
  }

  .owasp_chart_content {
    gap: 40px;
    padding: 30px;
  }
}

@media (max-width: 1024px) {
  .owasp_chart_section {
    padding: 60px 40px;
  }

  .owasp_chart_info_boxes {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .owasp_chart_info_box {
    padding: 24px 30px;
  }

  .owasp_chart_content {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 30px;
  }

  .owasp_chart_pie_chart_wrapper {
    max-width: 100%;
  }

  .owasp_chart_pie_chart_placeholder {
    max-width: 400px;
  }

  .owasp_chart_list_item_bar {
    display: none;
  }
}

@media (max-width: 768px) {
  .owasp_chart_section {
    padding: 40px 20px;
  }

  .owasp_chart_title {
    font-size: 24px;
  }

  .owasp_chart_summary {
    font-size: 16px;
  }

  .owasp_chart_info_boxes {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 30px;
  }

  .owasp_chart_info_box {
    padding: 24px 20px;
  }

  .owasp_chart_info_box_title {
    font-size: 18px;
  }

  .owasp_chart_info_box_amount {
    font-size: 24px;
  }

  .owasp_chart_info_box_percentage {
    font-size: 24px;
  }

  .owasp_chart_content {
    padding: 24px 20px;
  }

  .owasp_chart_pie_chart_title {
    font-size: 20px;
  }

  .owasp_chart_pie_chart_placeholder {
    max-width: 100%;
  }

  .owasp_chart_list {
    gap: 10px;
  }

  .owasp_chart_list_item_name {
    font-size: 18px;
  }
}

/* OWASP Check If Section */
.owasp_check_if_section {
  padding: 80px 100px;
  background: #000;
  position: relative;
}

.owasp_check_if_container {
  max-width: 1400px;
  margin: 0 auto;
}

.owasp_check_if_header {
  text-align: center;
  margin-bottom: 50px;
}

.owasp_check_if_title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.owasp_check_if_description {
  font-size: 20px;
  line-height: 1.6;
  color: #a3a3a3;
  margin: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.owasp_check_if_card {
  background: linear-gradient(
    135deg,
    rgba(13, 26, 19, 1) 0%,
    rgba(8, 17, 12, 1) 21.6%,
    rgba(3, 11, 6, 1) 60.2%,
    rgba(3, 11, 6, 1) 80.9%
  );
  border: 1px solid rgba(28, 48, 35, 1);
  border-radius: 24px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.owasp_check_if_card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}

.owasp_check_if_card_left {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.owasp_check_if_card_title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.owasp_check_if_card_subtitle {
  font-size: 20px;
  line-height: 1.5;
  color: #d4d4d4;
  margin: 0;
}

.owasp_check_if_card_text {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(126, 161, 138, 1);
  margin: 0;
}

.owasp_check_if_card_buttons {
  display: flex;
  gap: 18px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.owasp_check_if_card_btn {
  padding: 17px 45px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
}

.owasp_check_if_card_btn_primary {
  background: #78ff04;
  color: #000000;
  box-shadow: 0 0 25px rgba(101, 218, 0, 0.12),
    inset 0 0 0 1px rgba(101, 218, 0, 1),
    inset 0 4px 12px rgba(101, 218, 0, 0.3),
    inset 0 0 25px rgba(101, 218, 0, 0.3);
}

.owasp_check_if_card_btn_primary:hover {
  background: #6ae604;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(101, 218, 0, 0.2),
    inset 0 0 0 1px rgba(101, 218, 0, 1),
    inset 0 4px 12px rgba(101, 218, 0, 0.3),
    inset 0 0 25px rgba(101, 218, 0, 0.3);
}

.owasp_check_if_card_btn_secondary {
  background: transparent;
  color: #38ff7e;
  border: 1px solid #38ff7e;
  position: relative;
  overflow: hidden;
}

.owasp_check_if_card_btn_secondary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 138px;
  height: 24px;
  background: rgba(56, 255, 126, 0.3);
  border-radius: 50%;
  filter: blur(35px);
  z-index: 0;
}

.owasp_check_if_card_btn_secondary span {
  position: relative;
  z-index: 1;
}

.owasp_check_if_card_btn_plus {
  color: #38ff7e;
  font-weight: 700;
  margin: 0 2px;
}

.owasp_check_if_card_btn_secondary:hover {
  background: rgba(56, 255, 126, 0.1);
  border-color: #4aff8e;
}

.owasp_check_if_card_right {
  position: relative;
  z-index: 1;
  background: rgba(29, 47, 36, 1);
  border-radius: 58px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive Styles for OWASP Check If */
@media (max-width: 1200px) {
  .owasp_check_if_section {
    padding: 60px 60px;
  }

  .owasp_check_if_card {
    padding: 50px;
    gap: 40px;
  }
}

@media (max-width: 1024px) {
  .owasp_check_if_section {
    padding: 60px 40px;
  }

  .owasp_check_if_card {
    grid-template-columns: 1fr;
    padding: 40px;
    gap: 40px;
  }

  .owasp_check_if_card_right {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .owasp_check_if_section {
    padding: 40px 20px;
  }

  .owasp_check_if_title {
    font-size: 24px;
  }

  .owasp_check_if_description {
    font-size: 16px;
  }

  .owasp_check_if_card {
    padding: 30px 20px;
    gap: 30px;
  }

  .owasp_check_if_card_title {
    font-size: 24px;
  }

  .owasp_check_if_card_subtitle {
    font-size: 16px;
  }

  .owasp_check_if_card_text {
    font-size: 15px;
  }

  .owasp_check_if_card_buttons {
    flex-direction: column;
    gap: 12px;
  }

  .owasp_check_if_card_btn {
    width: 100%;
    padding: 15px 30px;
  }

  .owasp_check_if_card_right {
    min-height: 250px;
  }
}

/* OWASP Frequently Asked Questions Section */
.owasp_freq_asked_section {
  padding: 80px 100px;
  background: #000;
  position: relative;
}

.owasp_freq_asked_container {
  max-width: 1400px;
  margin: 0 auto;
}

.owasp_freq_asked_header {
  text-align: center;
  margin-bottom: 50px;
}

.owasp_freq_asked_title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.owasp_freq_asked_subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #a3a3a3;
  margin: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.owasp_freq_asked_accordions {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.owasp_freq_asked_accordion {
  background: rgba(28, 45, 35, 1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(25, 33, 61, 0.06);
  transition: all 0.3s ease;
}

.owasp_freq_asked_accordion_header {
  padding: 26px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 20px;
  transition: all 0.3s ease;
}

.owasp_freq_asked_accordion_title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  flex: 1;
  background: linear-gradient(
    180deg,
    rgba(216, 254, 229, 1) 0%,
    rgba(192, 229, 205, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.3;
}

.owasp_freq_asked_accordion_button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #38ff7e;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(74, 58, 255, 0.1),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.25),
    inset 0 -1px 1px rgba(0, 0, 0, 0.12);
}

.owasp_freq_asked_accordion:not(.owasp_freq_asked_accordion_active)
  .owasp_freq_asked_accordion_button {
  background: rgba(45, 61, 52, 1);
  box-shadow: 0 0.5px 1px rgba(25, 33, 61, 0.07);
}

.owasp_freq_asked_accordion_icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.owasp_freq_asked_accordion_icon_down {
  stroke: #000000;
  display: block;
}

.owasp_freq_asked_accordion_icon_right {
  stroke: rgba(101, 156, 124, 1);
  display: block;
}

.owasp_freq_asked_accordion:not(.owasp_freq_asked_accordion_active)
  .owasp_freq_asked_accordion_icon_down {
  display: none;
}

.owasp_freq_asked_accordion:not(.owasp_freq_asked_accordion_active)
  .owasp_freq_asked_accordion_icon_right {
  display: block;
}

.owasp_freq_asked_accordion_active .owasp_freq_asked_accordion_icon_down {
  display: block;
}

.owasp_freq_asked_accordion_active .owasp_freq_asked_accordion_icon_right {
  display: none;
}

.owasp_freq_asked_accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 32px;
}

.owasp_freq_asked_accordion_active .owasp_freq_asked_accordion_content {
  max-height: 500px;
  padding: 0 32px 26px 32px;
}

.owasp_freq_asked_accordion_text {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(126, 161, 138, 1);
  margin: 0;
  padding-top: 16px;
}

/* Responsive Styles for OWASP FAQ */
@media (max-width: 1200px) {
  .owasp_freq_asked_section {
    padding: 60px 60px;
  }
}

@media (max-width: 1024px) {
  .owasp_freq_asked_section {
    padding: 60px 40px;
  }

  .owasp_freq_asked_accordions {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .owasp_freq_asked_section {
    padding: 40px 20px;
  }

  .owasp_freq_asked_title {
    font-size: 24px;
  }

  .owasp_freq_asked_subtitle {
    font-size: 16px;
  }

  .owasp_freq_asked_accordion_header {
    padding: 20px;
  }

  .owasp_freq_asked_accordion_title {
    font-size: 18px;
  }

  .owasp_freq_asked_accordion_button {
    width: 32px;
    height: 32px;
  }

  .owasp_freq_asked_accordion_content {
    padding: 0 20px;
  }

  .owasp_freq_asked_accordion_active .owasp_freq_asked_accordion_content {
    padding: 0 20px 20px 20px;
  }

  .owasp_freq_asked_accordion_text {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .upgraded_hero_title {
    font-size: 52px;
  }

  .upgraded_hero_content_wrapper {
    gap: 40px;
  }

  .upgraded_hero_stat_number {
    font-size: 40px;
  }

  .secure_your_protocol_card {
    padding: 60px 40px;
  }

  .secure_your_protocol_title {
    font-size: 36px;
  }

  .secure_your_protocol_features {
    gap: 40px;
  }

  .footer_new_main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer_new_brand {
    max-width: 100%;
  }

  .eco_system_new_container {
    margin-top: 40px;
  }
}

@media (min-width: 1400px) {
  .upgraded_hero_graphic_placeholder {
    bottom: 60px;
  }
  .upgraded_hero_stats {
    position: relative;
    bottom: 60px;
  }
}

@media (max-width: 992px) {
  .security_team_members {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .owasp_top_10_risks_card_criticality {
    position: relative;
    top: 17px;
  }
}

@media (max-width: 768px) {
  .display_above_768 {
    display: none;
  }

  .display_below_768 {
    opacity: 1;
  }

  .upgraded_hero_container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .upgraded_hero_section {
    padding: 0px 20px 40px;
  }

  .upgraded_hero_content_wrapper {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .upgraded_hero_title {
    font-size: 40px;
    text-align: center;
  }

  .upgraded_hero_description {
    font-size: 16px;
  }

  .upgraded_hero_buttons {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .upgraded_hero_btn {
    width: 100% !important;
    justify-content: center;
  }

  .book_security_audit_btn {
    width: 100% !important;
  }

  .upgraded_hero_graphic_placeholder {
    height: 350px;
    margin-bottom: 30px;
  }

  .upgraded_hero_stats {
    justify-content: center;
    gap: 30px;
  }

  .upgraded_hero_stat_number {
    font-size: 36px;
  }

  .security_coverage_grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .security_coverage_container {
    padding: 20px;
  }

  .security_coverage_card {
    padding: 32px 24px;
  }

  .security_coverage_title {
    font-size: 22px;
  }

  .section_padding_define {
    padding: 40px 24px;
  }

  .battle_tested_container {
    padding: 40px 24px;
  }

  .battle_tested_title {
    font-size: 36px;
  }

  .battle_tested_subtitle {
    font-size: 16px;
  }

  .battle_tested_phase {
    flex-direction: column;
    gap: 16px;
  }

  .battle_tested_phase_title {
    font-size: 20px;
  }

  .success_story_section {
    padding: 20px;
  }

  .success_story_container {
    grid-template-columns: 1fr;
  }

  .success_story_card {
    padding: 30px;
  }

  .advance_security_container {
    padding: 20px;
  }

  .advance_security_title {
    font-size: 2rem;
  }

  .advance_security_grid {
    grid-template-columns: 1fr;
  }

  .advance_security_platform {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .advance_security_platform_content {
    padding-right: 0;
  }

  .advance_security_platform_image {
    height: 250px;
  }

  .security_team_container {
    padding: 20px;
  }

  .security_team_title {
    font-size: 2rem;
  }

  .security_team_members {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }

  .security_team_avatar_wrapper {
    width: 120px;
    height: 120px;
  }

  .security_team_stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .security_team_stat_number {
    font-size: 2.5rem;
  }

  .enterprise_grade_container {
    padding: 20px;
  }

  .enterprise_grade_certifications {
    grid-template-columns: 1fr;
  }

  .enterprise_grade_features_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .enterprise_grade_expertise {
    padding: 35px 24px;
  }

  .secure_your_protocol_container {
    padding: 20px;
  }

  .secure_your_protocol_card {
    padding: 50px 30px;
    border-radius: 24px;
  }

  .secure_your_protocol_title {
    font-size: 24px;
  }

  .secure_your_protocol_description {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .secure_your_protocol_buttons {
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
  }

  .secure_your_protocol_btn {
    width: 100%;
    max-width: 400px;
  }

  .secure_your_protocol_features {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer_new_container {
    padding: 40px 20px 20px;
  }

  .footer_new_main {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }

  .footer_new_brand {
    text-align: center;
  }

  .footer_new_logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer_new_social_icons {
    justify-content: center;
  }

  .footer_new_column_title {
    font-size: 16px;
  }

  .footer_new_bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .footer_new_legal {
    flex-direction: column;
    gap: 10px;
  }

  .footer_new_separator {
    display: none;
  }

  .eco_system_new_title {
    font-size: 2rem;
  }

  .eco_system_new_subtitle {
    font-size: 0.95rem;
  }

  .eco_system_new_grid {
    grid-template-columns: 1fr;
  }

  .eco_system_new_controls {
    flex-direction: column;
  }

  .eco_system_new_search {
    max-width: 100%;
  }

  .eco_system_new_icon_float {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .eco_system_new_container {
    margin-top: 90px;
  }

  .eco_system_new_btn {
    width: 100% !important;
  }
}

@media (max-width: 480px) {

  .section_alignment_website{
    margin-top: 50px !important;
  }

  .trusted_by_header {
    font-size: 24px;
  }

  .battle_tested_title {
    font-size: 24px;
  }

  .battle_tested_subtitle {
    font-size: 14px;
    text-align: center;
  }

  .trusted_by_sub_header {
    font-size: 14px;
  }

  .upgraded_hero_graphic_placeholder {
    margin-bottom: 0px !important;
  }

  .upgraded_hero_title {
    font-size: 24px;
    line-height: 36px;
  }

  .upgraded_hero_badge {
    font-size: 12px;
    padding: 6px 12px;
  }

  .upgraded_hero_description {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
  }

  .upgraded_hero_btn {
    padding: 14px 24px;
    font-size: 14px;
  }

  .upgraded_hero_stat_number {
    font-size: 18px;
  }

  .upgraded_hero_stat_label {
    font-size: 10px;
  }

  .upgraded_hero_stats {
    justify-content: center;
    gap: 24px;
  }

  .security_team_members {
    grid-template-columns: 1fr;
  }

  .security_coverage_container {
    padding: 15px;
    margin-top: 100px;
  }

  .section_padding_define {
    padding: 30px 15px;
  }

  .battle_tested_container {
    padding: 30px 15px;
    width: 95%;
    border-radius: 24px;
  }

  .battle_tested_phase {
    padding-right: 0px !important;
    align-items: center !important;
  }

  .battle_tested_phase_title {
    text-align: center !important;
    font-size: 18px !important;
  }

  .battle_tested_phase_description {
    text-align: center !important;
    font-size: 14px !important;
  }

  .advance_security_container {
    padding: 15px;
    margin-top: 100px;
  }

  .success_story_section {
    padding: 15px;
    margin-top: 100px;
  }

  .enterprise_grade_title {
    font-size: 24px;
  }

  .enterprise_grade_subtitle {
    font-size: 14px;
  }

  .secure_your_protocol_card {
    padding: 40px 24px;
  }

  .secure_your_protocol_title {
    font-size: 18px;
  }

  .secure_your_protocol_description {
    font-size: 14px;
  }

  .security_team_container {
    padding: 15px;
    padding-top: 60px;
    width: 94%;
    border-radius: 24px;
  }

  .secure_your_protocol_btn {
    padding: 10px 6px;
    font-size: 1rem;
  }

  .secure_your_protocol_feature_title {
    font-size: 1.25rem;
  }

  .secure_your_protocol_container {
    padding: 20px;
  }

  .enterprise_grade_container {
    padding: 15px;
    margin-top: 100px;
  }

  .footer_new_container {
    padding: 30px 15px 15px;
  }

  .footer_new_tagline {
    font-size: 14px;
  }

  .footer_new_link {
    font-size: 14px;
  }

  .battle_tested_icon_wrapper {
    width: 48px !important;
    height: 48px !important;
  }

  .success_story_title {
    font-size: 18px;
  }

  .success_story_heading {
    font-size: 20px;
  }

  .success_story_description {
    font-size: 14px;
  }

  .success_story_metric_value {
    font-size: 20px;
  }

  .success_story_button {
    font-size: 16px;
  }

  .success_story_icon {
    width: 48px;
    height: 48px;
  }

  .advance_security_title {
    font-size: 24px;
  }
  .advance_security_subtitle {
    font-size: 14px;
  }

  .advance_security_card_title {
    font-size: 20px;
    text-align: center;
  }
  .advance_security_card_tools {
    text-align: center;
  }
  .advance_security_card_description {
    text-align: center;
  }
  .advance_security_platform_title {
    font-size: 22px;
  }
  .advance_security_platform_description {
    font-size: 14px;
  }
  .advance_security_feature_item {
    font-size: 14px;
  }

  .security_team_title {
    font-size: 24px;
  }
  .security_team_subtitle {
    font-size: 14px;
  }

  .security_team_name {
    font-size: 18px;
  }
  .security_team_role {
    font-size: 14px;
  }
  .security_team_description {
    font-size: 12px;
  }
  .enterprise_grade_expertise_title {
    font-size: 22px;
  }
  .enterprise_grade_feature_text {
    font-size: 14px;
  }

  .eco_system_new_container {
    padding: 30px 15px;
  }

  .eco_system_new_title {
    font-size: 1.75rem;
  }

  .eco_system_new_buttons {
    flex-direction: column;
    width: 100%;
  }

  .eco_system_new_btn {
    width: 100%;
  }

  .eco_system_new_container {
    margin-top: 50px;
  }

  .eco_system_new_controls {
    margin-top: 50px;
  }

  .owasp_chart_content_wrapper {
    padding: 10px;
  }

  .owasp_chart_content {
    padding: 18px 0px;
  }
}

/* About Us Title Cards Styles */
.about_us_title_cards_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 200px;
}

.about_us_title_card {
  position: relative;
  width: 100%;
  height: 175px;
  background: linear-gradient(
    195.08deg,
    rgba(13, 26, 19, 1) 0%,
    rgba(8, 17, 12, 1) 21.62%,
    rgba(3, 11, 6, 1) 60.16%,
    rgba(3, 11, 6, 1) 80.91%
  );
  border: 1px solid rgba(28, 48, 35, 1);
  border-radius: 24px;
  padding: 32px 35px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.about_us_title_card_icon {
  flex-shrink: 0;
  width: 115px;
  height: 111px;
  background: rgba(29, 45, 36, 1);
  border-radius: 25px;
}

.about_us_title_card_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fintech_risk_title_card_icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

.about_us_title_card_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 12px;
}

.about_us_title_card_title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.25;
}

.about_us_title_card_description {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  background: linear-gradient(
    180deg,
    rgba(216, 254, 229, 1) 0%,
    rgba(192, 228, 205, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  max-width: 387px;
}

/* Responsive Styles for About Us Title Cards */
@media (max-width: 1200px) {
  .about_us_title_card {
    height: auto;
    min-height: 175px;
    padding: 28px 30px;
  }

  .about_us_title_card_icon {
    width: 100px;
    height: 96px;
  }

  .fintech_risk_title_card_icon {
    width: 48px;
    height: 48px;
  }

  .about_us_title_card_description {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .about_us_title_cards_wrapper {
    gap: 16px;
  }

  .about_us_title_card {
    padding: 24px 28px;
    gap: 24px;
  }

  .about_us_title_card_icon {
    width: 90px;
    height: 86px;
  }
  .fintech_risk_title_card_icon {
    width: 48px;
    height: 48px;
  }

  .about_us_title_card_title {
    font-size: 18px;
  }

  .about_us_title_card_description {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .about_us_title_cards_wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 100px;
  }

  .about_us_title_card {
    height: auto;
    min-height: auto;
    padding: 24px 20px;
    gap: 20px;
  }

  .about_us_title_card_icon {
    width: 80px;
    height: 76px;
    border-radius: 20px;
  }

  .fintech_risk_title_card_icon {
    width: 48px;
    height: 48px;
  }

  .about_us_title_card_content {
    align-items: flex-start;
    text-align: left;
  }

  .about_us_title_card_title {
    font-size: 18px;
  }

  .about_us_title_card_description {
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .about_us_title_card {
    padding: 20px 16px;
    gap: 16px;
    border-radius: 20px;
  }

  .about_us_title_card_icon {
    width: 70px;
    height: 66px;
    border-radius: 18px;
  }

  .fintech_risk_title_card_icon {
    width: 48px;
    height: 48px;
  }

  .about_us_title_card_title {
    font-size: 16px;
  }

  .about_us_title_card_description {
    font-size: 13px;
  }
  .about_us_title_cards_wrapper {
    margin-top: 50px;
  }
}

/* About Us Investors Section Styles */
.about_us_investors_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 730px;
  height: 105.8px;
  margin: 30px auto 0;
}

.about_us_investors_powered_by {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 180px;
  height: 37.5px;
  position: relative;
}

.about_us_investors_powered_by_text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.about_us_investors_powered_by_text::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 25px;
  height: 100%;
  background: rgba(252, 156, 38, 1);
  z-index: -1;
}

.about_us_investors_separator {
  width: 1px;
  height: 105.8px;
  background: linear-gradient(
    180deg,
    rgba(51, 51, 52, 1) 0%,
    rgba(151, 151, 154, 1) 100%
  );
  margin: 0 30px;
  flex-shrink: 0;
}

.about_us_investors_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about_us_investors_logo_img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.about_us_investors_logo:first-of-type .about_us_investors_logo_img {
  max-width: 187.2px;
  max-height: 50.7px;
}

.about_us_investors_logo:last-of-type .about_us_investors_logo_img {
  max-width: 167.7px;
  max-height: 67.2px;
}

/* Responsive Styles for Investors Section */
@media (max-width: 1024px) {
  .about_us_investors_wrapper {
    max-width: 100%;
    padding: 0 20px;
    height: auto;
    min-height: 105.8px;
  }

  .about_us_investors_powered_by {
    width: 160px;
  }

  .about_us_investors_separator {
    margin: 0 20px;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .about_us_investors_wrapper {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    height: auto;
    padding: 20px;
  }

  .about_us_investors_powered_by {
    width: 100%;
    justify-content: center;
    height: auto;
    margin-bottom: 10px;
  }

  .about_us_investors_separator {
    display: none;
  }

  .about_us_investors_logo {
    flex: 1;
    min-width: 120px;
  }

  .about_us_investors_logo:first-of-type .about_us_investors_logo_img {
    max-width: 150px;
    max-height: 40px;
  }

  .about_us_investors_logo:last-of-type .about_us_investors_logo_img {
    max-width: 130px;
    max-height: 55px;
  }
}

@media (max-width: 480px) {
  .about_us_investors_wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 20px 10px;
  }

  .about_us_investors_powered_by {
    width: 100%;
    margin-bottom: 0;
  }

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

  .about_us_investors_logo:first-of-type .about_us_investors_logo_img {
    max-width: 140px;
  }

  .about_us_investors_logo:last-of-type .about_us_investors_logo_img {
    max-width: 120px;
  }
}

/* About Us Achievements Section Styles */
.about_us_achivements_container_section {
  padding: 80px 100px;
  width: 100%;
}

.about_us_achivements_container {
  max-width: 1232px;
  margin: 0 auto;
}

.about_us_achivements_header {
  text-align: center;
  margin-bottom: 80px;
}

.about_us_achivements_title {
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.about_us_achivements_subtitle {
  font-size: 16px;
  line-height: 1.75;
  color: #737373;
  margin: 0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.about_us_achivements_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.about_us_achivements_card {
  position: relative;
  width: 100%;
  height: 244px;
  background: linear-gradient(
    195.08deg,
    rgba(13, 26, 19, 1) 0%,
    rgba(8, 17, 12, 1) 21.62%,
    rgba(3, 11, 6, 1) 60.16%,
    rgba(3, 11, 6, 1) 80.91%
  );
  border: 1px solid rgba(28, 48, 35, 1);
  border-radius: 24px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.about_us_achivements_card_header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.about_us_achivements_card_icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(49, 71, 58, 1);
  border-radius: 15px;
}

.about_us_achivements_card_title_wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about_us_achivements_card_title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}

.about_us_achivements_card_subtitle {
  font-size: 14px;
  line-height: 1.43;
  color: #737373;
  margin: 0;
}

.about_us_achivements_card_description {
  font-size: 14px;
  line-height: 1.71;
  color: #737373;
  margin: 0;
  margin-top: 8px;
  margin-left: 64px;
}

.about_us_achivements_card_button {
  width: 315px;
  height: 48px;
  border: none;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  background-image: linear-gradient(
    180deg,
    rgba(216, 254, 229, 1) 0%,
    rgba(192, 228, 205, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.28);
  z-index: 1;
}

.about_us_achivements_card_button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  z-index: -1;
  box-shadow: inset 0px 1px 0px rgba(33, 58, 44, 1),
    0px 0px 0px 1px rgba(16, 33, 24, 1);
}

.about_us_achivements_card_button:hover {
  transform: translateY(-1px);
}

.about_us_achivements_card_button:hover::before {
  box-shadow: inset 0px 1px 0px rgba(33, 58, 44, 1),
    0px 2px 4px rgba(0, 0, 0, 0.2);
}

/* Responsive Styles for Achievements Section */
@media (max-width: 1200px) {
  .about_us_achivements_container_section {
    padding: 60px 60px;
  }

  .about_us_achivements_cards {
    gap: 24px;
  }

  .about_us_achivements_card {
    height: auto;
    min-height: 244px;
    padding: 28px;
  }

  .about_us_achivements_card_button {
    width: 100%;
    max-width: 315px;
  }
}

@media (max-width: 1024px) {
  .about_us_achivements_container_section {
    padding: 60px 40px;
  }

  .about_us_achivements_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .about_us_achivements_card {
    height: auto;
    min-height: 244px;
  }

  .about_us_achivements_title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .about_us_achivements_container_section {
    padding: 40px 20px;
  }

  .about_us_achivements_header {
    margin-bottom: 40px;
  }

  .about_us_achivements_title {
    font-size: 28px;
  }

  .about_us_achivements_subtitle {
    font-size: 14px;
  }

  .about_us_achivements_cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about_us_achivements_card {
    height: auto;
    min-height: auto;
    padding: 24px;
  }

  .about_us_achivements_card_description {
    margin-left: 0;
    margin-top: 12px;
  }

  .about_us_achivements_card_button {
    width: 100%;
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .about_us_achivements_container_section {
    padding: 30px 16px;
  }

  .about_us_achivements_title {
    font-size: 24px;
  }

  .about_us_achivements_subtitle {
    font-size: 13px;
  }

  .about_us_achivements_card {
    padding: 20px;
  }

  .about_us_achivements_card_title {
    font-size: 18px;
  }

  .about_us_achivements_card_description,
  .about_us_achivements_card_subtitle {
    font-size: 13px;
  }

  .about_us_achivements_card_button {
    height: 44px;
    font-size: 14px;
  }
}

/* Careers Section Styles */
.about_us_career_section {
  padding: 80px 100px;
  width: 100%;
}

.about_us_career_container {
  max-width: 1232px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about_us_career_title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.about_us_career_subtitle {
  font-size: 30px;
  font-weight: 400;
  color: #38ff7e;
  margin: 0 0 24px 0;
  line-height: 1.2;
}

.about_us_career_description {
  font-size: 18px;
  line-height: 1.6;
  color: #a3a3a3;
  margin: 0 0 40px 0;
  max-width: 896px;
}

.about_us_career_roles_card {
  width: 100%;
  max-width: 896px;
  background: linear-gradient(
    195.08deg,
    rgba(13, 26, 19, 1) 0%,
    rgba(8, 17, 12, 1) 21.62%,
    rgba(3, 11, 6, 1) 60.16%,
    rgba(3, 11, 6, 1) 80.91%
  );
  border: 1px solid rgba(28, 48, 35, 1);
  border-radius: 24px;
  padding: 41px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.about_us_career_roles_title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 24px 0;
  text-align: center;
}

.about_us_career_roles_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.about_us_career_role_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: rgba(38, 38, 38, 0.5);
  border-radius: 8px;
  min-height: 56px;
  cursor: pointer;
}

.about_us_career_role_text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  flex: 1;
  text-align: left;
  padding-left: 10px;
}

.about_us_career_role_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 24px;
  flex-shrink: 0;
  color: #4ade80;
}

.about_us_career_role_icon svg {
  width: 14px;
  height: 16px;
}

/* Responsive Styles for Careers Section */
@media (max-width: 1200px) {
  .about_us_career_section {
    padding: 60px 60px;
  }

  .about_us_career_roles_card {
    padding: 32px;
  }

  .about_us_career_roles_grid {
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .about_us_career_section {
    padding: 60px 40px;
  }

  .about_us_career_title {
    font-size: 36px;
  }

  .about_us_career_subtitle {
    font-size: 26px;
  }

  .about_us_career_description {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .about_us_career_section {
    padding: 40px 20px;
  }

  .about_us_career_title {
    font-size: 32px;
  }

  .about_us_career_subtitle {
    font-size: 22px;
  }

  .about_us_career_description {
    font-size: 15px;
    margin-bottom: 32px;
  }

  .about_us_career_roles_card {
    padding: 24px;
  }

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

  .about_us_career_roles_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about_us_career_role_item {
    min-height: 52px;
    padding: 14px;
  }

  .about_us_career_role_text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .about_us_career_section {
    padding: 30px 16px;
  }

  .about_us_career_title {
    font-size: 28px;
  }

  .about_us_career_subtitle {
    font-size: 20px;
  }

  .about_us_career_description {
    font-size: 14px;
  }

  .about_us_career_roles_card {
    padding: 20px;
  }

  .about_us_career_roles_title {
    font-size: 18px;
  }

  .about_us_career_role_text {
    font-size: 14px;
  }
}

/* Fintech Case Study Bullets Styles */
.fintech_case_study_bullets_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  max-width: 646px;
}

.fintech_case_study_bullet_item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.fintech_case_study_bullet_indicator {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background: rgba(116, 247, 5, 1);
  border-radius: 3px;
  margin-top: 5px;
}

.fintech_case_study_bullet_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  flex: 1;
}

/* Responsive Styles for Fintech Case Study Bullets */
@media (max-width: 1024px) {
  .fintech_case_study_bullets_wrapper {
    max-width: 100%;
    gap: 18px;
    margin-top: 24px;
  }

  .fintech_case_study_bullet_text {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .fintech_case_study_bullets_wrapper {
    gap: 16px;
    margin-top: 20px;
  }

  .fintech_case_study_bullet_item {
    gap: 14px;
  }

  .fintech_case_study_bullet_indicator {
    width: 12px;
    height: 12px;
    margin-top: 4px;
  }

  .fintech_case_study_bullet_text {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .fintech_case_study_bullets_wrapper {
    gap: 14px;
    margin-top: 16px;
  }

  .fintech_case_study_bullet_item {
    gap: 12px;
  }

  .fintech_case_study_bullet_indicator {
    width: 10px;
    height: 10px;
    margin-top: 3px;
  }

  .fintech_case_study_bullet_text {
    font-size: 13px;
    line-height: 1.4;
  }
}

/* Fintech Risk Section Styles */
.fintech_risk_container {
  width: 100%;
}

.fintech_risk_wrapper {
  max-width: 1232px;
  margin: 0 auto;
}

.fintech_risk_header {
  text-align: center;
  margin-bottom: 40px;
}

.fintech_risk_title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.fintech_risk_subtitle {
  font-size: 16px;
  line-height: 1.75;
  color: #737373;
  margin: 0;
  max-width: 762px;
  margin-left: auto;
  margin-right: auto;
}

.fintech_risk_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  align-items: stretch;
}

.fintech_risk_card {
  position: relative;
  width: 100%;
  background: linear-gradient(
    195.08deg,
    rgba(13, 26, 19, 1) 0%,
    rgba(8, 17, 12, 1) 21.62%,
    rgba(3, 11, 6, 1) 60.16%,
    rgba(3, 11, 6, 1) 80.91%
  );
  border: 1px solid rgba(28, 48, 35, 1);
  border-radius: 24px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  min-height: 244px;
}

.fintech_risk_card:nth-child(4) {
  grid-column: 1;
}

.fintech_risk_card:nth-child(5) {
  grid-column: 2;
}

.fintech_risk_card_icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fintech_risk_card_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fintech_risk_card_title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}

.fintech_risk_card_description {
  font-size: 14px;
  line-height: 1.71;
  color: #737373;
  margin: 0;
  flex: 1;
}

/* Responsive Styles for Fintech Risk Section */
@media (max-width: 1200px) {
  .fintech_risk_cards {
    gap: 24px;
  }

  .fintech_risk_card {
    padding: 28px;
  }
}

@media (max-width: 1024px) {
  .fintech_risk_wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  .fintech_risk_title {
    font-size: 32px;
  }

  .fintech_risk_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: stretch;
  }

  .fintech_risk_card {
    min-height: auto;
  }

  .fintech_risk_card:nth-child(4),
  .fintech_risk_card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  .fintech_risk_header {
    margin-bottom: 30px;
  }

  .fintech_risk_title {
    font-size: 28px;
  }

  .fintech_risk_subtitle {
    font-size: 14px;
  }

  .fintech_risk_cards {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: stretch;
  }

  .fintech_risk_card {
    min-height: auto;
    padding: 24px;
  }

  .fintech_risk_card_title {
    font-size: 18px;
  }

  .fintech_risk_card_description {
    font-size: 13px;
  }
}

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

  .fintech_risk_subtitle {
    font-size: 13px;
  }

  .fintech_risk_card {
    padding: 20px;
  }

  .fintech_risk_card_title {
    font-size: 16px;
  }

  .fintech_risk_card_description {
    font-size: 12px;
  }
}

/* Fintech Security Process Section Styles */
.fintech_security_process_container {
  width: 100%;
}

.fintech_security_process_wrapper {
  max-width: 1232px;
  margin: 0 auto;
}

.fintech_security_process_header {
  text-align: center;
  margin-bottom: 70px;
}

.fintech_security_process_title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.fintech_security_process_subtitle {
  font-size: 16px;
  line-height: 1.75;
  color: #737373;
  margin: 0;
  max-width: 762px;
  margin-left: auto;
  margin-right: auto;
}

.fintech_security_process_steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  align-items: stretch;
}

.fintech_security_process_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.fintech_security_process_step_number {
  width: 64px;
  height: 64px;
  background: rgba(29, 45, 36, 1);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.fintech_security_process_step_number_text {
  font-size: 28px;
  font-weight: 700;
  color: rgba(117, 249, 4, 1);
  line-height: 1;
}

.fintech_security_process_step_title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.fintech_security_process_step_description {
  font-size: 14px;
  line-height: 1.43;
  color: #737373;
  margin: 0;
  flex: 1;
}

.solution_badge_container {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 20px;
  background: #ffffff0f;
  border-radius: 60px;
  position: relative;
}

.solution_badge_icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.solution_badge_icon svg {
  width: 100%;
  height: 100%;
}

.solution_badge_text {
  color: rgb(56, 255, 126);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

.dapp_case_study_pointers_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 413px;
}

.dapp_case_study_pointers_alert {
  border-radius: 8px;
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid;
  transition: transform 0.2s, box-shadow 0.2s;
}

.dapp_case_study_pointers_alert:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.dapp_case_study_pointers_alert_error {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.2);
}

.dapp_case_study_pointers_alert_success {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.2);
}

.dapp_case_study_pointers_alert_info {
  background: rgba(64, 224, 208, 0.1);
  border-color: rgba(64, 224, 208, 0.2);
}

.dapp_case_study_pointers_icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dapp_case_study_pointers_text {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  flex: 1;
}

/* Error Icon - Alert Circle */
.dapp_case_study_pointers_icon_error {
  color: #f87171;
}

/* Success Icon - Checkmark */
.dapp_case_study_pointers_icon_success {
  color: #4ade80;
}

/* Info Icon - Info Circle with Gradient */
.dapp_case_study_pointers_icon_info {
  position: relative;
}

.dapp_case_study_pointers_gradient_icon {
  width: 16px;
  height: 16px;
}

/* SVG Animations */
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.dapp_case_study_pointers_alert:hover .dapp_case_study_pointers_icon svg {
  animation: pulse 2s infinite;
}

.explore_related_solution_container {
  max-width: 1400px;
  margin: auto;
  width: 100%;
}

.explore_related_solution_header {
  text-align: center;
  margin-bottom: 80px;
}

.explore_related_solution_title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.explore_related_solution_subtitle {
  font-size: 18px;
  color: #a3a3a3;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
}

.explore_related_solution_card {
  background: linear-gradient(
    180deg,
    #000000 0%,
    #021b0e 14.21%,
    #02210f 41.02%,
    #021e0d 59.76%,
    #021e0d 100%
  );
  border-radius: 12px;
  padding: 45px 55px;
  position: relative;
  overflow: hidden;
  background-clip: padding-box;
  border: 0.21px solid #38ff7e8c;
}

.explore_related_solution_card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(
    180deg,
    rgba(36, 74, 50, 1) 0%,
    rgba(23, 47, 33, 1) 3.19%,
    rgba(23, 47, 33, 1) 97.43%,
    rgba(36, 74, 49, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.explore_related_solution_content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.explore_related_solution_left {
  flex: 1;
  max-width: 500px;
}

.explore_related_solution_card_title {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(
    180deg,
    rgba(216, 254, 229, 1) 0%,
    rgba(192, 228, 205, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
}

.explore_related_solution_description {
  font-size: 16px;
  line-height: 1.5;
  color: #7ea18a;
  margin-bottom: 40px;
}

.explore_related_solution_features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.explore_related_solution_feature {
  display: flex;
  align-items: center;
  gap: 8px;
}

.explore_related_solution_check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.explore_related_solution_check svg {
  width: 100%;
  height: 100%;
}

.explore_related_solution_feature_text {
  font-size: 14px;
  background: linear-gradient(
    180deg,
    rgba(216, 254, 229, 1) 0%,
    rgba(192, 228, 205, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.explore_related_solution_button {
  display: inline-block;
  padding: 17.5px 22px;
  background: #78ff04;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 15px;
  text-decoration: none;
  border: 1px solid #65db00;
  box-shadow: 0 0 25px rgba(101, 219, 0, 0.12),
    inset 0 0 1px rgba(101, 219, 0, 1), inset 0 4px 12px rgba(101, 219, 0, 0.3),
    inset 0 0 25px rgba(101, 219, 0, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.explore_related_solution_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 35px rgba(101, 219, 0, 0.25),
    inset 0 0 1px rgba(101, 219, 0, 1), inset 0 4px 12px rgba(101, 219, 0, 0.4),
    inset 0 0 25px rgba(101, 219, 0, 0.4);
}

.explore_related_solution_button:active {
  transform: translateY(0);
}

.explore_related_solution_right {
  flex: 1;
  background: #1c2d22;
  border-radius: 15px;
  min-height: 359px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.explore_related_solution_placeholder {
  color: #4a6d53;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 968px) {
  .explore_related_solution_content {
    flex-direction: column;
    gap: 30px;
  }

  .explore_related_solution_left {
    max-width: 100%;
  }

  .explore_related_solution_right {
    width: 100%;
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .explore_related_solution_title {
    font-size: 32px;
  }

  .explore_related_solution_subtitle {
    font-size: 16px;
  }

  .explore_related_solution_card_title {
    font-size: 24px;
  }

  .explore_related_solution_card {
    padding: 20px;
  }
}

.explore_related_solution_footer_container {
  width: 100%;
  margin-top: 40px;
}

.explore_related_solution_footer_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 38px;
}

.explore_related_solution_footer_card {
  background: linear-gradient(
    180deg,
    rgb(13, 26, 19) 0%,
    rgb(8, 17, 12) 21.6%,
    rgb(3, 11, 7) 60.2%,
    rgb(3, 11, 7) 80.9%
  );
  border: 1px solid rgb(28, 48, 35);
  border-radius: 24px;
  padding: 33px 37px 39px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.explore_related_solution_footer_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.explore_related_solution_footer_icon_wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 35px;
}

.explore_related_solution_footer_icon {
  width: 48px;
  height: 48px;
  background: rgb(49, 72, 58);
  border-radius: 15px;
  flex-shrink: 0;
}

.explore_related_solution_footer_title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.explore_related_solution_footer_button {
  width: 100%;
  height: 48px;
  background: linear-gradient(135deg, rgb(19, 33, 25) 0%, rgb(9, 18, 13) 100%);
  border: none;
  border-radius: 15px;
  box-shadow: inset 0 1px 0 rgb(33, 58, 44), 0 0 0 1px rgb(16, 33, 24);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.explore_related_solution_footer_button:hover {
  background: linear-gradient(135deg, rgb(24, 40, 30) 0%, rgb(12, 22, 16) 100%);
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgb(33, 58, 44), 0 0 0 1px rgb(16, 33, 24),
    0 4px 8px rgba(0, 0, 0, 0.3);
}

.explore_related_solution_footer_button:active {
  transform: translateY(0);
}

.explore_related_solution_footer_button_text {
  background: linear-gradient(
    180deg,
    rgb(216, 254, 229) 0%,
    rgb(192, 228, 205) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 6px;
}

.explore_related_solution_footer_arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.explore_related_solution_footer_button:hover
  .explore_related_solution_footer_arrow {
  transform: translateX(4px);
}

.web_app_testing_bullet_list {
  list-style: disc;
}

.web_app_testing_bullet_list li {
  font-size: 14px;
  margin-left: 20px;
  color: #737373;
}

.security_team_social_links_container {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: auto;
  padding-top: 20px;
}

.security_team_social_links_icon {
  width: 40px;
  height: 40px;
  background: #262626;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.security_team_social_links_icon:hover {
  background: #333;
  transform: translateY(-2px);
}

.security_team_social_links_icon svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

/* LinkedIn Icon */
.security_team_social_links_linkedin svg {
  width: 16px;
  height: 16px;
}

/* Twitter/X Icon */
.security_team_social_links_twitter svg {
  width: 14px;
  height: 16px;
}

@media (max-width: 768px) {
  .explore_related_solution_footer_grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive Styles for Security Process Section */
@media (max-width: 1200px) {
  .fintech_security_process_steps {
    gap: 16px;
  }

  .fintech_security_process_step {
    padding: 0 8px;
  }
}

@media (max-width: 1024px) {
  .fintech_security_process_wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  .fintech_security_process_title {
    font-size: 32px;
  }

  .fintech_security_process_steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
  }
}

@media (max-width: 768px) {
  .fintech_security_process_header {
    margin-bottom: 30px;
  }

  .fintech_security_process_title {
    font-size: 28px;
  }

  .fintech_security_process_subtitle {
    font-size: 14px;
  }

  .fintech_security_process_steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    align-items: stretch;
  }

  .fintech_security_process_step_number {
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
  }

  .fintech_security_process_step_number_text {
    font-size: 24px;
  }

  .fintech_security_process_step_title {
    font-size: 18px;
  }

  .fintech_security_process_step_description {
    font-size: 13px;
  }
}

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

  .fintech_security_process_subtitle {
    font-size: 13px;
  }

  .fintech_security_process_steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .fintech_security_process_step {
    padding: 0;
  }

  .fintech_security_process_step_number {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
  }

  .fintech_security_process_step_number_text {
    font-size: 22px;
  }

  .fintech_security_process_step_title {
    font-size: 16px;
  }

  .fintech_security_process_step_description {
    font-size: 12px;
  }

  .smart_contracts_audit_why_it_matter_section {
    margin-top: 60px;
  }

  section {
    margin-top: 40px;
  }
}

/* Audit Checklist Table Styles */
.audit_checklist_container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 33px;
  background: linear-gradient(
    165deg,
    rgba(13, 26, 19, 1) 0%,
    rgba(8, 17, 12, 1) 21.62%,
    rgba(10, 24, 16, 1) 60.16%,
    rgba(18, 27, 22, 1) 80.91%
  );
  border: 1px solid rgba(28, 48, 35, 1);
  border-radius: 24px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: scroll;
}

.audit_checklist_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid transparent;
  background: transparent;
}

.audit_checklist_table thead {
  border-bottom: 1px solid rgba(229, 231, 235, 1);
}

.audit_checklist_table thead tr {
  border-bottom: 1px solid #0b8b2f;
}

.audit_checklist_table thead th {
  padding: 16px;
  text-align: left;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(119, 255, 5, 1);
  background: transparent;
}

.audit_checklist_table thead th:first-child {
  width: 90px;
}

.audit_checklist_table thead th:nth-child(2) {
  width: 289px;
}

.audit_checklist_table thead th:last-child {
  width: auto;
  border-right: none;
}

.audit_checklist_table tbody tr {
  border-bottom: 1px solid rgba(21, 44, 29, 1);
}

.audit_checklist_table tbody tr:last-child {
  border-bottom: none;
}

.audit_checklist_table tbody td {
  padding: 16px;
  text-align: left;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(212, 212, 212, 1);
  background: transparent;
  vertical-align: top;
}

.audit_checklist_table tbody td:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .audit_checklist_container {
    padding: 20px;
    margin: 0 20px;
  }

  .audit_checklist_table {
    font-size: 14px;
  }

  .audit_checklist_table thead th,
  .audit_checklist_table tbody td {
    padding: 12px 8px;
    font-size: 14px;
  }

  .audit_checklist_table thead th:first-child {
    width: 60px;
  }

  .audit_checklist_table thead th:nth-child(2) {
    width: 150px;
  }
}



/* secirity team */


.security_team_new_container {
  max-width: 1400px;
  margin: 0 auto;
}

.security_team_new_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  padding: 20px 0;
}

.security_team_new_card {
  background: linear-gradient(180deg, 
      rgba(13, 26, 19, 1) 0%, 
      rgba(8, 18, 13, 1) 22%, 
      rgba(3, 11, 7, 1) 60%, 
      rgba(3, 11, 7, 1) 100%);
  border: 1px solid rgba(28, 48, 35, 1);
  border-radius: 24px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.security_team_new_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.security_team_new_avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 32px;
  position: relative;
}

.security_team_new_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.security_team_new_avatar_placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #7CBCE7 0%, #5890C5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 600;
  color: white;
}

.security_team_new_info {
  width: 100%;
  margin-bottom: 40px;
}

.security_team_new_name {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
  line-height: 1.2;
}

.security_team_new_role {
  font-size: 14px;
  font-weight: 500;
  color: #38FF7F;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.security_team_new_description {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 16px;
}

.security_team_new_social {
  display: flex;
  gap: 16px;
  margin-top: auto;
}

.security_team_new_social_link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease;
}

.security_team_new_social_link:hover {
  background: #3a3a3a;
}

.security_team_new_social_icon {
  width: 16px;
  height: 16px;
  fill: white;
}

@media (max-width: 768px) {
  .security_team_new_grid {
      grid-template-columns: 1fr;
      gap: 24px;
  }

  .security_team_new_card {
      padding: 28px 24px;
  }

  .security_team_new_name {
      font-size: 20px;
  }

  .security_team_new_description {
      font-size: 13px;
  }
}

@media (max-width: 480px) {
  .security_team_new_card {
      padding: 24px 20px;
  }

  .security_team_new_avatar {
      width: 80px;
      height: 80px;
      margin-bottom: 24px;
  }
}

/* OWASP Checkmarx Logo Wrapper */
.owasp_checkmarx_logo_wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.owasp_checkmarx_logo_card {
  width: 257px;
  height: 99px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.owasp_checkmarx_logo_img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .owasp_checkmarx_logo_wrapper {
    justify-content: center;
    gap: 12px;
  }

  .owasp_checkmarx_logo_card {
    width: 100%;
    max-width: 257px;
  }
}