/*!
Theme Name: ysekh6
Theme URI: #
Version: 5.8.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ysekh6
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #FFC300;
  --secondary-btn-bg: #DAF7A6;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #333333;

  --header-bg-color: #F9E79F;
  --header-text-color: #FF5733;
  --header-border: 1px solid #FFC300;

  --footer-bg-color: #900C3F;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #F1C40F;
  --table-border-color: #FFC300;
  --table-text-color: #000000;

  --body-bg-color: #F9E79F;
  --card-bg-color: #ffffff;
  --card-text-color: #333333;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 71%;
  --banner-padding: 172.8px;
  --banner-border: 4px solid #FFC300;
  --banner-bg-color: #F9E79F;
  --banner-text-color: #000000;

  --container-max-width: 1037px;
  --container-padding: 0 15px;
  --border-radius: 30px;
  --py: 16px;
  --py-2: 74px;
  --py-3: 65px;
  --text-align: center;
  --mb: 22px;
  --fz-1: 34.56px;
  --fz-2: 28.8px;
  --fz-3: 24px;
  --logo-width: 160px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 926ms;
  --animation-type: ease-in;
  --animation-effect: fadeIn;

  --contrast-bg-color: #000000;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 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;
}

.cont--btuvekafc {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .head--nfdvtrubc {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .head--rdqxpbumf {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .header--wnramexhl {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h--zkwynhutc {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #ffe17f;
      }

      .h--zkwynhutc:hover {
        color: var(--primary-btn-bg);
      }


      .head--omjstzkiv {
        display: flex;
        gap: 10px;
      }

      .header--biecgrkmj {
        display: none;
      }
    

@media (max-width: 1024px) {
  .header--wnramexhl {
    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;
  }

  .h--zkwynhutc {
    padding: 10px 0;
    display: block;
  }

  .header--wnramexhl.active {
    opacity: 1;
    visibility: visible;
  }

  .header--biecgrkmj {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header--biecgrkmj span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header--biecgrkmj.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header--biecgrkmj.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo--cehgtdylb {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo--cehgtdylb img {
  max-height: 80px;
}

.prim--sfgwjucqt,
.second--vgmlfjxra {
  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;
}

.prim--sfgwjucqt {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim--sfgwjucqt:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--vgmlfjxra {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--vgmlfjxra:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bottom--flhybescg{
  position: relative;
}
.bottom--flhybescg * {
  z-index: 1;
  position: relative;
}


      .text--rajwxupng > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffdb66;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .text--rajwxupng > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .text--rajwxupng > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .pr--zwiyoukbe {
      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);
    }

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

    .pr--zwiyoukbe a:hover {
      opacity: .7;
    }

    .pr--icexrtvfs {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bottom--flhybescg {
      background: linear-gradient(135deg, #c11054 0%, #63082b 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .bottom--flhybescg::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .f--fpswnukly {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .bottom--avklyzwpi {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .bot--dyozbksgf {
      width: 100%;
    }

    .f--eryotjfwd {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bot--vgiebmzof {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .bot--vgiebmzof:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .foot--zswnghmix {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .f--iysatplxn {
      text-align: center;
      padding-top: 20px;
    }

    .f--iysatplxn p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .bottom--flhybescg {
        padding: 30px 0 15px;
      }

      .f--eryotjfwd {
        gap: 15px;
        flex-direction: column;
      }

      .bot--vgiebmzof {
        font-size: 14px;
        padding: 6px 12px;
      }

      .bottom--avklyzwpi {
        margin-bottom: 20px;
      }

      .foot--zswnghmix {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .f--eryotjfwd {
        gap: 10px;
      }

      .bot--vgiebmzof {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.f--eryotjfwd li:empty {
  display: none;
}

.hero--qsdglofvj {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hero--qsdglofvj {
  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;
}

.hero--qsdglofvj svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banner--yausjthiv{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.b--semfioktv {
  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;
}

.table--xyohwtfez{
  overflow-x: auto;
  width: 100%;
}

.text--rajwxupng {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text--rajwxupng p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text--rajwxupng ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text--rajwxupng ul {
  list-style: none;
}

.text--rajwxupng ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text--rajwxupng ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text--rajwxupng 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;
    }

    .text--rajwxupng 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;
    }

    .text--rajwxupng 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, #ffc300 0%, #b38900 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: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FFC300;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    


      .text--rajwxupng 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(0, 0, 0, 0.05);
        overflow: hidden;
      }

      .text--rajwxupng table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .text--rajwxupng table th {
        padding: 20px 26px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .text--rajwxupng table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .text--rajwxupng table tbody tr:last-child {
        border-bottom: none;
      }

      .text--rajwxupng table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .text--rajwxupng table td {
        padding: 17px 32px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .text--rajwxupng table td:first-child {
        font-weight: normal;
      }
    

.text--rajwxupng img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.posts--txobqdrfh {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.articles--qelfbopmd {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted--xquvmgwah {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .texted--xquvmgwah::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #ffe180 50%, transparent 100%);
        z-index: 1;
      }

      .texted--xquvmgwah .column--ktphladcw:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .texted--xquvmgwah .column--ktphladcw:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .texted--xquvmgwah figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .texted--xquvmgwah figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #ffc30020 0%, #ffe18010 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .texted--xquvmgwah figure:hover::before {
        opacity: 1;
      }

      .texted--xquvmgwah figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .texted--xquvmgwah h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .texted--xquvmgwah h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #ffc300;
        border-radius: 1px;
      }

      .texted--xquvmgwah p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .texted--xquvmgwah {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .texted--xquvmgwah::before {
          display: none;
        }

        .texted--xquvmgwah .column--ktphladcw:first-child {
          order: 1;
        }

        .texted--xquvmgwah .column--ktphladcw:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.table--jcxopmvdb {
  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%;
}

.table--jcxopmvdb p,
.table--jcxopmvdb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table--jcxopmvdb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table--jcxopmvdb table td,
.table--jcxopmvdb table th {
  border: 0;
}

.table--jcxopmvdb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table--jcxopmvdb tr:last-child {
  border-bottom: 0;
}

.table--jcxopmvdb h2 {
  margin-top: 0;
}

/*
.row--misbxdqkw {
  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);
}
  */

.invert--ecgxviqob {
  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);
}


    .invert--ecgxviqob{
      background: linear-gradient(135deg, #ffc300 0%, #ffee00 50%, #91ff00 100%);
      padding: 42px;
    }
    

.invert--ecgxviqob h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banner--yausjthiv{
    flex-direction: column;
  }

  .b--semfioktv {
    width: 100%;
  }

  .table--jcxopmvdb {
    padding: var(--py);
  }

  .invert--ecgxviqob {
    padding: var(--py);
  }
}

.sitemappage--vgujkyplm{
  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);
}
.sitemappage--vgujkyplm 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;
}
.sitemappage--vgujkyplm a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage--vgujkyplm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm--nrdeqotua {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .frm--wuiyomdbc {
      display: flex;
      flex-direction: column;
    }

    .fr--yjqgfsptb {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm--xdemvplan {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .fr--ghrwzoqfu {
      display: flex;
      flex-direction: column;
    }

    .frm--anpvibrlm, .form--kbzjqdvao {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--body-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .frm--anpvibrlm:focus, .form--kbzjqdvao:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form--kbzjqdvao {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm--wuiyomdbc button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .frm--wuiyomdbc button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm--nrdeqotua {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .frm--xdemvplan {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .fr--yjqgfsptb {
        gap: 15px;
      }

      .frm--anpvibrlm, .form--kbzjqdvao {
        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)
  }
}


        .hero--qsdglofvj {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 43px var(--py) 88px;
            overflow: hidden;
        }

        .ban--jmvxzbupf {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .main--fkudxalqe {
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
        }

        .main--fkudxalqe:nth-child(1) {
            top: 30%;
            left: 26%;
            width: 381px;
            height: 384px;
            background: rgba(255, 195, 0, 0.1);
        }

        .main--fkudxalqe:nth-child(2) {
            top: 35%;
            right: 20%;
            width: 312px;
            height: 300px;
            background: rgba(218, 247, 166, 0.1);
        }

        .main--fkudxalqe:nth-child(3) {
            bottom: 24%;
            left: 41%;
            width: 207px;
            height: 271px;
            background: rgba(255, 195, 0, 0.15);
        }

        .hero--lsvqaphdn {
            position: relative;
            width: 100%;
            text-align: center;
            max-width: 1139px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border-radius: 36px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 73px;
            box-shadow: 0 9px 61px rgba(0, 0, 0, 0.3);
        }

        .hero--lsvqaphdn::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -45px;
            width: 129px;
            height: 131px;
            background: linear-gradient(to bottom right, rgba(255, 195, 0, 0.2), transparent);
            border-radius: 50%;
            filter: blur(38px);
        }

        .hero--lsvqaphdn::after {
            content: '';
            position: absolute;
            bottom: -46px;
            left: -44px;
            width: 111px;
            height: 101px;
            background: linear-gradient(to top left, rgba(218, 247, 166, 0.2), transparent);
            border-radius: 50%;
            filter: blur(31px);
        }

        .ban--cgqhjlpow {
            position: absolute;
            border-radius: 50%;
            animation: pulse 3s ease-in-out infinite;
        }

        .ban--cgqhjlpow:nth-child(1) {
            top: 28px;
            right: 64px;
            width: 10px;
            height: 6px;
            background: #FFC300;
            animation-delay: 0s;
        }

        .ban--cgqhjlpow:nth-child(2) {
            bottom: 54px;
            left: 53px;
            width: 6px;
            height: 7px;
            background: #DAF7A6;
            animation-delay: 0.5s;
        }

        .ban--cgqhjlpow:nth-child(3) {
            top: 66px;
            left: 61px;
            width: 6px;
            height: 5px;
            background: white;
            animation-delay: 1s;
        }

        .hero--vzasoqexg {
            font-size: clamp(54px, 8vw, 93px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 31px;
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-align: center;
        }

        .hero--vzasoqexg .italic {
            font-style: italic;
            color: #FFC300;
            opacity: 0.9;
        }

        .ban--bukwdliaq {
            font-size: 20px;
            color: #000000;
            opacity: 0.7;
            max-width: 649px;
            margin: 0 auto 37px;
            line-height: 1.6;
            text-align: center;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.1); }
        }

        @media (max-width: 1024px) {
            .hero--lsvqaphdn {
                padding: 49px;
            }

            .hero--vzasoqexg {
                font-size: 36px;
            }

            .ban--bukwdliaq {
                font-size: 16px;
            }
        }
        


        .cards--tocqrphfk {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .row--misbxdqkw {
            background: #ffffff;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .row--misbxdqkw:hover {
            border-color: #FFC300;
            transform: translateY(-4px);
        }

        .row--misbxdqkw h3 {
            color: #333333;
        }

        .row--misbxdqkw p {
            color: #333333;
            margin: 0;
        }

        @media (max-width: 768px) {
            .cards--tocqrphfk {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        