.page-resources-kubet-account-security-guide {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-resources-kubet-account-security-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-kubet-account-security-guide__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-resources-kubet-account-security-guide__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}

.page-resources-kubet-account-security-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #017439;
  border-radius: 2px;
}

.page-resources-kubet-account-security-guide__text-block {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}

/* Hero Section */
.page-resources-kubet-account-security-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #e0ffe0, #ffffff);
  overflow: hidden;
}

.page-resources-kubet-account-security-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-resources-kubet-account-security-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-kubet-account-security-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.page-resources-kubet-account-security-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-kubet-account-security-guide__hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-kubet-account-security-guide__hero-description {
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-kubet-account-security-guide__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-kubet-account-security-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-kubet-account-security-guide__btn-register {
  background: #C30808;
  color: #FFFF00;
}

.page-resources-kubet-account-security-guide__btn-register:hover {
  background: #a30606;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-kubet-account-security-guide__btn-login {
  background: #C30808;
  color: #FFFF00;
}

.page-resources-kubet-account-security-guide__btn-login:hover {
  background: #a30606;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Grid Layout */
.page-resources-kubet-account-security-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Card Styles */
.page-resources-kubet-account-security-guide__card {
  background: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.page-resources-kubet-account-security-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-kubet-account-security-guide__card-title {
  font-size: 22px;
  font-weight: 600;
  color: #017439;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-kubet-account-security-guide__card-image {
  margin-bottom: 20px;
}

.page-resources-kubet-account-security-guide__card-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.page-resources-kubet-account-security-guide__card-text {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}

/* List Styles */
.page-resources-kubet-account-security-guide__list {
  list-style: none;
  padding: 0;
}

.page-resources-kubet-account-security-guide__list-item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
}

.page-resources-kubet-account-security-guide__list-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-kubet-account-security-guide__list-item-title {
  font-size: 20px;
  color: #017439;
  margin-top: 0;
  margin-bottom: 10px;
}

/* Content Block with Image */
.page-resources-kubet-account-security-guide__content-block {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-resources-kubet-account-security-guide__content-image {
  flex: 1;
  min-width: 300px;
}

.page-resources-kubet-account-security-guide__content-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-kubet-account-security-guide__content-text {
  flex: 2;
}