/*!
Theme Name: mr187k
Theme URI: #
Version: 9.3.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mr187k
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FF9800;
  --primary-btn-bg: #FF9800;
  --secondary-btn-bg: #FFC107;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #D32F2F;
  --header-text-color: #FF9800;
  --header-border: 1px solid #FF9800;

  --footer-bg-color: #BF360C;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFCCBC;
  --table-border-color: #FFAB91;
  --table-text-color: #240800;

  --body-bg-color: #D32F2F;
  --card-bg-color: #e58585;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 78%;
  --banner-padding: 158.4px;
  --banner-border: 2px solid #FF9800;
  --banner-bg-color: #D32F2F;
  --banner-text-color: #ffffff;

  --container-max-width: 1515px;
  --container-padding: 0 15px;
  --border-radius: 3px;
  --py: 16px;
  --py-2: 72px;
  --py-3: 73px;
  --text-align: left;
  --mb: 24px;
  --fz-1: 31.68px;
  --fz-2: 26.4px;
  --fz-3: 22px;
  --logo-width: 189px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 537ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #ffffff;
  --contrast-text-color: #333333;
}

* {
  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-qvchsxy {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header-ymqpaej {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(211,47,47,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .header-tpxvbyr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .h-ijsouev {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h-lvkhurq {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .h-lvkhurq:hover {
        color: var(--primary-btn-bg);
      }


      .head-ptzuocl {
        display: flex;
        gap: 10px;
      }

      .header-uorbjyh {
        display: none;
      }
    

@media (max-width: 1024px) {
  .h-ijsouev {
    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-lvkhurq {
    padding: 10px 0;
    display: block;
  }

  .h-ijsouev.active {
    opacity: 1;
    visibility: visible;
  }

  .header-uorbjyh {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header-uorbjyh span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header-uorbjyh.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header-uorbjyh.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.l-uziplbr {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l-uziplbr img {
  max-height: 80px;
}

.primary-qnfvytp,
.sec-zraexlh {
  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;
}

.primary-qnfvytp {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary-qnfvytp:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-zraexlh {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-zraexlh:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bot-xgztysn{
  position: relative;
}
.bot-xgztysn * {
  z-index: 1;
  position: relative;
}


      .txt-uvgfblh > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ff9800 0%, #cc7a00 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%;
      }

      .txt-uvgfblh > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .txt-uvgfblh > .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;
      }
    


    .pr-iyezroh {
      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-iyezroh a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

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

    .partners-qspidzb {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bot-xgztysn {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .bottom-nsbovzp {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .foot-rtoapnl {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .bot-gtmiueb {
      display: flex;
      flex-direction: column;
    }

    .footer-zbohmey {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .bot-tighqka {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .f-phxqcgj {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .f-phxqcgj:hover {
      color: var(--primary-btn-bg);
    }

    .bottom-rqwvims {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .bottom-hewxyas {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .f-iztlvxn {
      padding: 10px 15px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.1);
      color: var(--footer-text-color);
      font-size: 14px;
      outline: none;
    }

    .f-iztlvxn::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .foot-rtoapnl {
        flex-direction: column;
      }
    }
    



.bot-tighqka li:empty {
  display: none;
}

.b-epxgjbh {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b-epxgjbh {
  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;
}

.b-epxgjbh svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ban-ahmtjyz{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.main-brjmshy {
  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;
}

.tb-jmoucen{
  overflow-x: auto;
  width: 100%;
}

.txt-uvgfblh {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt-uvgfblh p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt-uvgfblh ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt-uvgfblh ul {
  list-style: none;
}

.txt-uvgfblh ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt-uvgfblh ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt-uvgfblh ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .txt-uvgfblh ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3.5rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
      border: 1px solid #ffcc80;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .txt-uvgfblh ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      color: var(--primary-btn-bg);
      width: 2rem;
      height: 2rem;
      border: 2px solid var(--primary-btn-bg);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
    }

    .txt-uvgfblh ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .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: #FF9800;
        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;
      }
    


      .tb-jmoucen {
        border: 4px solid var(--table-border-color);
        border-radius: var(--border-radius);
      }

      .txt-uvgfblh table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 0;
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
      }

      .txt-uvgfblh table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .txt-uvgfblh table th {
        padding: 24px 32px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        letter-spacing: 0.05em;
        border: none;
      }

      .txt-uvgfblh table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .txt-uvgfblh table tbody tr:last-child {
        border-bottom: none;
      }

      .txt-uvgfblh table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .txt-uvgfblh table td {
        padding: 15px 28px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
      }

      .txt-uvgfblh table td:first-child {
        font-weight: normal;
      }
    

.txt-uvgfblh img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blog-dkxfnuh {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post-ayidfnv {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .column-yujmrah {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .column-yujmrah::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #ffcc80 50%, transparent 100%);
        z-index: 1;
      }

      .column-yujmrah .column-dhcsynb:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .column-yujmrah .column-dhcsynb:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .column-yujmrah figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .column-yujmrah figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #ff980020 0%, #ffcc8010 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .column-yujmrah figure:hover::before {
        opacity: 1;
      }

      .column-yujmrah figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .column-yujmrah h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .column-yujmrah h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #ff9800;
        border-radius: 1px;
      }

      .column-yujmrah p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .column-yujmrah {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .column-yujmrah::before {
          display: none;
        }

        .column-yujmrah .column-dhcsynb:first-child {
          order: 1;
        }

        .column-yujmrah .column-dhcsynb:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tbl-lvidago {
  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%;
}

.tbl-lvidago p,
.tbl-lvidago h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl-lvidago table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl-lvidago table td,
.tbl-lvidago table th {
  border: 0;
}

.tbl-lvidago table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl-lvidago tr:last-child {
  border-bottom: 0;
}

.tbl-lvidago h2 {
  margin-top: 0;
}

/*
.blocks-vfkmoqa {
  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);
}
  */

.dark-nduiczs {
  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);
}


    .dark-nduiczs{
      background: linear-gradient(135deg, #ff9800 0%, #ffc400 50%, #bbff00 100%);
      padding: 51px;
    }
    

.dark-nduiczs h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ban-ahmtjyz{
    flex-direction: column;
  }

  .main-brjmshy {
    width: 100%;
  }

  .tbl-lvidago {
    padding: var(--py);
  }

  .dark-nduiczs {
    padding: var(--py);
  }
}

.sm-vuxmbsi{
  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);
}
.sm-vuxmbsi 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;
}
.sm-vuxmbsi a:hover {
  color: var(--primary-btn-bg);
}
.sm-vuxmbsi h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .form-zcxprny {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .form-wfomlah {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .form-crwuzmn {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .form-crwuzmn h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .frm-kxwpzcd {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form-kljdagv {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .fr-tbymnhu {
      font-size: 24px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-btn-bg);
      border-radius: 50%;
      flex-shrink: 0;
    }

    .form-miqrsao {
      color: var(--text-color);
      line-height: 1.5;
    }

    .form-miqrsao strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .form-kwiatfj {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .form-gptxrqw {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm-vkqsxuw {
      display: flex;
      flex-direction: column;
    }

    .frm-qjczfgy, .frm-vzbeayd {
      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-qjczfgy:focus, .frm-vzbeayd:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm-vzbeayd {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form-kwiatfj button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .form-kwiatfj button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form-wfomlah {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .form-crwuzmn, .form-kwiatfj {
        padding: 20px;
      }

      .form-gptxrqw {
        gap: 15px;
      }

      .frm-qjczfgy, .frm-vzbeayd {
        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)
  }
}


        .b-epxgjbh {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 36px var(--py) 91px;
            overflow: hidden;
        }

        .b-yawjubm {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .banner-qukhcgj {
            position: absolute;
            border-radius: 50%;
            filter: blur(109px);
        }

        .banner-qukhcgj:nth-child(1) {
            top: 27%;
            left: 23%;
            width: 366px;
            height: 327px;
            background: rgba(255, 152, 0, 0.1);
        }

        .banner-qukhcgj:nth-child(2) {
            top: 36%;
            right: 28%;
            width: 251px;
            height: 269px;
            background: rgba(255, 193, 7, 0.1);
        }

        .banner-qukhcgj:nth-child(3) {
            bottom: 29%;
            left: 45%;
            width: 253px;
            height: 223px;
            background: rgba(255, 152, 0, 0.15);
        }

        .b-pardjkl {
            position: relative;
            width: 100%;
            text-align: center;
            max-width: 1060px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(22px);
            border-radius: 38px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 71px;
            box-shadow: 0 13px 34px rgba(0, 0, 0, 0.3);
        }

        .b-pardjkl::before {
            content: '';
            position: absolute;
            top: -47px;
            right: -40px;
            width: 154px;
            height: 120px;
            background: linear-gradient(to bottom right, rgba(255, 152, 0, 0.2), transparent);
            border-radius: 50%;
            filter: blur(37px);
        }

        .b-pardjkl::after {
            content: '';
            position: absolute;
            bottom: -48px;
            left: -49px;
            width: 136px;
            height: 115px;
            background: linear-gradient(to top left, rgba(255, 193, 7, 0.2), transparent);
            border-radius: 50%;
            filter: blur(32px);
        }

        .banner-fkpvhsw {
            position: absolute;
            border-radius: 50%;
            animation: pulse 3s ease-in-out infinite;
        }

        .banner-fkpvhsw:nth-child(1) {
            top: 25px;
            right: 73px;
            width: 8px;
            height: 6px;
            background: #FF9800;
            animation-delay: 0s;
        }

        .banner-fkpvhsw:nth-child(2) {
            bottom: 58px;
            left: 46px;
            width: 8px;
            height: 5px;
            background: #FFC107;
            animation-delay: 0.5s;
        }

        .banner-fkpvhsw:nth-child(3) {
            top: 77px;
            left: 69px;
            width: 3px;
            height: 5px;
            background: white;
            animation-delay: 1s;
        }

        .ban-jutlybi {
            font-size: clamp(56px, 8vw, 93px);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 24px;
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-align: center;
        }

        .ban-jutlybi .italic {
            font-style: italic;
            color: #FF9800;
            opacity: 0.9;
        }

        .hr-ebnotgd {
            font-size: 17px;
            color: #ffffff;
            opacity: 0.7;
            max-width: 667px;
            margin: 0 auto 36px;
            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) {
            .b-pardjkl {
                padding: 52px;
            }

            .ban-jutlybi {
                font-size: 37px;
            }

            .hr-ebnotgd {
                font-size: 16px;
            }
        }
        


        .block-piwzous {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .blocks-vfkmoqa {
            background: #e58585;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .blocks-vfkmoqa:hover {
            border-color: #FF9800;
            transform: translateY(-4px);
        }

        .blocks-vfkmoqa h3 {
            color: #FFFFFF;
        }

        .blocks-vfkmoqa p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .block-piwzous {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        