/*!
Theme Name: z28ojp
Theme URI: #
Version: 7.1.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: z28ojp
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #7FFF00;
  --primary-btn-bg: #7FFF00;
  --secondary-btn-bg: #FF69B4;
  --primary-btn-color: #000000;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #4B0082;
  --header-text-color: #7FFF00;
  --header-border: 1px solid #7FFF00;

  --footer-bg-color: #FF69B4;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #4B0082;
  --table-border-color: #7FFF00;
  --table-text-color: #ffffff;

  --body-bg-color: #4B0082;
  --card-bg-color: #8600e6;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 78%;
  --banner-padding: 165.6px;
  --banner-border: 4px solid #7FFF00;
  --banner-bg-color: #4B0082;
  --banner-text-color: #ffffff;

  --container-max-width: 1178px;
  --container-padding: 0 15px;
  --border-radius: 12px;
  --py: 17px;
  --py-2: 43px;
  --py-3: 80px;
  --text-align: left;
  --mb: 20px;
  --fz-1: 33.12px;
  --fz-2: 27.6px;
  --fz-3: 23px;
  --logo-width: 138px;
  --menu-margin: 0;

  --animation-duration: 979ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #ffffff;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.uplibs__container {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .paiblk__top {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .owczqk__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .eizrtd__top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .nrufim__head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #bfff7f;
      }

      .nrufim__head:hover {
        color: var(--primary-btn-bg);
      }


      .rdkoln__header {
        display: flex;
        gap: 10px;
      }

      .yrstbm__h {
        display: none;
      }
    

@media (max-width: 1024px) {
  .eizrtd__top {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .nrufim__head {
    padding: 10px 0;
    display: block;
  }

  .eizrtd__top.active {
    opacity: 1;
    visibility: visible;
  }

  .yrstbm__h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .yrstbm__h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .yrstbm__h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .yrstbm__h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.jhmvxu__brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.jhmvxu__brand img {
  max-height: 80px;
}

.jwuvhy__primary,
.dbsxhw__sec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.jwuvhy__primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.jwuvhy__primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.dbsxhw__sec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.dbsxhw__sec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.clipgw__footer{
  position: relative;
}
.clipgw__footer * {
  z-index: 1;
  position: relative;
}


      .oruqnp__content > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #7fff00 0%, #66cc00 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .oruqnp__content > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .oruqnp__content > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


    .bocgvm__partners {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

    .bocgvm__partners a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

    .bocgvm__partners a:hover {
      opacity: .7;
    }

    .mzgkyd__lks {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .clipgw__footer {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #ff85c2 0%, #ff0582 40%, #9e004f 60%);
    }

    .clipgw__footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .hmknwr__footer {
      max-width: 1536px;
      margin: 0 auto;
    }

    .wvenyz__bottom {
      position: relative;
    }

    .nwphgo__f {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 32px;
      margin: 0;
      margin-bottom: 50px;
      list-style: none;
      padding: 50px 0 0 0;
    }

    .owxtkd__bottom {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.05em;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .owxtkd__bottom:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .faeyod__bot {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .zxocts__foot {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .clipgw__footer {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .nwphgo__f {
        gap: 24px;
      }
    }
    



.nwphgo__f li:empty {
  display: none;
}

.ogixuq__b {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ogixuq__b {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.ogixuq__b svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hktbmj__ban{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.buenyi__banner {
  width: var(--banner-column);
  animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
  animation-fill-mode: both;
}
  */

h1 {
  font-size: var(--fz-1);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

h2 {
  color: var(--heading-color);
  font-size: var(--fz-2);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: var(--py-2);
}

h3 {
  color: var(--heading-color);
  font-size: var(--fz-3);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

.qexzfm__table{
  overflow-x: auto;
  width: 100%;
}

.oruqnp__content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.oruqnp__content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.oruqnp__content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.oruqnp__content ul {
  list-style: none;
}

.oruqnp__content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.oruqnp__content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .oruqnp__content ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .oruqnp__content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .oruqnp__content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #7fff00 0%, #59b300 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #7FFF00;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    


      .oruqnp__content table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(127,255,0,0.3);
        overflow: hidden;
      }

      .oruqnp__content table thead tr {
        border-bottom: 1px solid rgba(127,255,0,0.3);
      }

      .oruqnp__content table th {
        padding: 19px 32px;
        font-weight: normal;
        font-size: 14px;
        color: #7fff00;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
      }

      .oruqnp__content table tbody tr {
        border-bottom: 1px solid rgba(127,255,0,0.1);
        transition: all 0.2s ease;
      }

      .oruqnp__content table tbody tr:last-child {
        border-bottom: none;
      }

      .oruqnp__content table tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.05);
      }

      .oruqnp__content table tbody tr:hover td:first-child {
        color: #7fff00;
      }

      .oruqnp__content table td {
        padding: 19px 32px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        transition: color 0.2s ease;
      }

      .oruqnp__content table td:first-child {
        font-weight: normal;
      }
    

.oruqnp__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.arutfy__blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.atfkqw__article {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .tvncrl__texted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .tvncrl__texted::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #b3ff6605 0%, transparent 70%);
        z-index: 0;
      }

      .tvncrl__texted .tygimh__col {
        position: relative;
        z-index: 1;
      }

      .tvncrl__texted .tygimh__col:first-child {
        order: 1;
      }

      .tvncrl__texted .tygimh__col:last-child {
        order: 2;
      }

      .tvncrl__texted figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .tvncrl__texted figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .tvncrl__texted figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .tvncrl__texted h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #7fff00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .tvncrl__texted h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #7fff00 0%, #66cc00 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #7fff0040;
      }

      .tvncrl__texted p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .tvncrl__texted {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .tvncrl__texted .tygimh__col:first-child {
          order: 1;
        }

        .tvncrl__texted .tygimh__col:last-child {
          order: 2;
        }

        .tvncrl__texted figure {
          transform: none;
        }

        .tvncrl__texted figure:hover {
          transform: scale(1.02);
        }

        .tvncrl__texted h2 {
          font-size: 2rem;
        }
      }
    

.weixdq__tb {
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: var(--py-3);
  margin: var(--py-2) auto;
  width: max-content;
  max-width: 100%;
}

.weixdq__tb p,
.weixdq__tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.weixdq__tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.weixdq__tb table td,
.weixdq__tb table th {
  border: 0;
}

.weixdq__tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.weixdq__tb tr:last-child {
  border-bottom: 0;
}

.weixdq__tb h2 {
  margin-top: 0;
}

/*
.oecwga__block {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.qktzxs__contrast {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .qktzxs__contrast{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.qktzxs__contrast h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hktbmj__ban{
    flex-direction: column;
  }

  .buenyi__banner {
    width: 100%;
  }

  .weixdq__tb {
    padding: var(--py);
  }

  .qktzxs__contrast {
    padding: var(--py);
  }
}

.drkwof__map{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.drkwof__map a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.drkwof__map a:hover {
  color: var(--primary-btn-bg);
}
.drkwof__map h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .wnxmrt__fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .uebxqs__fr {
      display: flex;
      flex-direction: column;
    }

    .vfydwg__form, .hzfntg__form {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .vfydwg__form:focus, .hzfntg__form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .hzfntg__form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .wnxmrt__fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .wnxmrt__fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .wnxmrt__fr {
        max-width: 100%;
        gap: 15px;
      }

      .vfydwg__form, .hzfntg__form {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .ogixuq__b {
            position: relative;
            padding: 129px var(--py) 90px;
            background: linear-gradient(to bottom, #4B0082, rgba(255, 105, 180, 0.2), rgba(127, 255, 0, 0.3));
            overflow: hidden;
        }

        .vosjlt__main {
            position: absolute;
            top: 29%;
            left: 22%;
            width: 323px;
            height: 326px;
            background: rgba(127, 255, 0, 0.1);
            border-radius: 50%;
            filter: blur(73px);
        }

        .vosjlt__main:nth-child(2) {
            bottom: 29%;
            right: 20%;
            width: 270px;
            height: 294px;
            background: rgba(255, 105, 180, 0.2);
        }

        .lcxoek__banner {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(127, 255, 0, 0.2), transparent);
        }

        .amiyzq__banner {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(127, 255, 0, 0.2), transparent);
        }

        .hktbmj__ban {
            max-width: 1193px;
            margin: 0 auto;
            position: relative;
            z-index: 10;
        }

        .buenyi__banner {
            text-align: center;
        }

        .cdbnvx__hero {
            font-size: clamp(51px, 8vw, 66px);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 24px;
            line-height: 1.2;
            letter-spacing: 0.01em;
        }

        .cdbnvx__hero span {
            background: linear-gradient(to right, #ffffff, #7FFF00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hnijar__main {
            font-size: 20px;
            color: #ffffff;
            opacity: 0.7;
            max-width: 540px;
            margin: 0 auto;
            margin-bottom: 43px;
            line-height: 1.6;
        }

        .socdfe__banner {
            position: absolute;
            bottom: -45px;
            left: 50%;
            transform: translateX(-50%);
            width: 269px;
            height: 4px;
            background: linear-gradient(to right, transparent, #7FFF00, transparent);
            filter: blur(5px);
        }

        @media (max-width: 1024px) {
            .ogixuq__b {
                padding: 83px var(--py) 80px;
            }

            .cdbnvx__hero {
                font-size: 40px;
            }

            .hnijar__main {
                font-size: 17px;
            }
        }
        


        .unaxdr__cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .oecwga__block {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .oecwga__block::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .oecwga__block:hover::before {
            opacity: 1;
        }

        .oecwga__block:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .oecwga__block h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .oecwga__block p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .unaxdr__cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        