/*!
Theme Name: udvnfs
Theme URI: #
Version: 9.8.9
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: udvnfs
*/

:root {
  --text-color: #2D3436;
  --heading-color: #00B894;
  --primary-btn-bg: #D63031;
  --secondary-btn-bg: #0984E3;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFFFFF;
  --header-text-color: #00B894;
  --header-border: 1px solid #D63031;

  --footer-bg-color: #2D3436;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #DFF6FF;
  --table-border-color: #B2BEC3;
  --table-text-color: #003347;

  --body-bg-color: #FFFFFF;
  --card-bg-color: #ffffff;
  --card-text-color: #2D3436;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 67%;
  --banner-padding: 216px;
  --banner-border: 5px solid #D63031;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1033px;
  --container-padding: 0 15px;
  --border-radius: 30px;
  --py: 38px;
  --py-2: 62px;
  --py-3: 77px;
  --text-align: left;
  --mb: 15px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 187px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 656ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #333333;
  --contrast-text-color: #fcfcfc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 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;
}

.wrapper__fnrpadux {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .head__mwqtyjch {
        color: var(--header-text-color);
        padding: 0;
      }

      .head__mwqtyjch .wrapper__fnrpadux {
        border-bottom: 1px solid #ea9798;
      }

      .top__mdunypxf {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .top__hdbpgzcw {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h__qougsafi {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .h__qougsafi:hover {
        color: var(--primary-btn-bg);
      }


      .head__jyoiztrv {
        display: flex;
        gap: 10px;
      }

      .head__jzckhsiw {
        display: none;
      }

      @media (max-width: 1024px) {
        .h__qougsafi {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .top__hdbpgzcw {
    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__qougsafi {
    padding: 10px 0;
    display: block;
  }

  .top__hdbpgzcw.active {
    opacity: 1;
    visibility: visible;
  }

  .head__jzckhsiw {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head__jzckhsiw span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head__jzckhsiw.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head__jzckhsiw.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo__qcsmpkzr {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo__qcsmpkzr img {
  max-height: 80px;
}

.primary__erlvqwnk,
.sec__qnegvwuy {
  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__erlvqwnk {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary__erlvqwnk:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec__qnegvwuy {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec__qnegvwuy:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.foot__mpwiolbj{
  position: relative;
}
.foot__mpwiolbj * {
  z-index: 1;
  position: relative;
}


      .txt__gudhvksa > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .txt__gudhvksa > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .txt__gudhvksa > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .or__ntdafvug {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .foot__mpwiolbj {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #384043 0%, #000000 40%, #000000 60%);
    }

    .foot__mpwiolbj::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%);
    }

    .foot__bnvjplzc {
      max-width: 1536px;
      margin: 0 auto;
    }

    .f__nmpqdrvz {
      position: relative;
    }

    .foot__jqfptxco {
      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;
    }

    .bottom__ypxkbhzs {
      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;
    }

    .bottom__ypxkbhzs:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .foot__bulojzgc {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .bot__dpjkyqri {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .foot__mpwiolbj {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .foot__jqfptxco {
        gap: 24px;
      }
    }
    



.foot__jqfptxco li:empty {
  display: none;
}

.b__dgqlosxf {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b__dgqlosxf {
  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__dgqlosxf svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banner__wksefhdp{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.banner__xsufdahm {
  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__xpjnhmui{
  overflow-x: auto;
  width: 100%;
}

.txt__gudhvksa {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt__gudhvksa p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt__gudhvksa ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt__gudhvksa ul {
  list-style: none;
}

.txt__gudhvksa ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt__gudhvksa ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt__gudhvksa 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;
    }

    .txt__gudhvksa 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;
    }

    .txt__gudhvksa 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, #d63031 0%, #991e1e 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: #D63031;
        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;
      }
    


      .txt__gudhvksa 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;
      }

      .txt__gudhvksa table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .txt__gudhvksa table th {
        padding: 18px 31px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .txt__gudhvksa table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .txt__gudhvksa table tbody tr:last-child {
        border-bottom: none;
      }

      .txt__gudhvksa table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .txt__gudhvksa table td {
        padding: 17px 35px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .txt__gudhvksa table td:first-child {
        font-weight: normal;
      }
    

.txt__gudhvksa img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articles__bliumsgq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.posts__slxipavo {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols__kfgdqmav {
        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;
      }

      .cols__kfgdqmav::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #e7848405 0%, transparent 70%);
        z-index: 0;
      }

      .cols__kfgdqmav .column__vhobudns {
        position: relative;
        z-index: 1;
      }

      .cols__kfgdqmav .column__vhobudns:first-child {
        order: 2;
      }

      .cols__kfgdqmav .column__vhobudns:last-child {
        order: 1;
      }

      .cols__kfgdqmav 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;
      }

      .cols__kfgdqmav figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .cols__kfgdqmav figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .cols__kfgdqmav 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%, #d63031 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .cols__kfgdqmav h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #d63031 0%, #af2323 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #d6303140;
      }

      .cols__kfgdqmav p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .cols__kfgdqmav {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .cols__kfgdqmav .column__vhobudns:first-child {
          order: 1;
        }

        .cols__kfgdqmav .column__vhobudns:last-child {
          order: 2;
        }

        .cols__kfgdqmav figure {
          transform: none;
        }

        .cols__kfgdqmav figure:hover {
          transform: scale(1.02);
        }

        .cols__kfgdqmav h2 {
          font-size: 2rem;
        }
      }
    

.tbl__riodbhat {
  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__riodbhat p,
.tbl__riodbhat h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl__riodbhat table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl__riodbhat table td,
.tbl__riodbhat table th {
  border: 0;
}

.tbl__riodbhat table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl__riodbhat tr:last-child {
  border-bottom: 0;
}

.tbl__riodbhat h2 {
  margin-top: 0;
}

/*
.row__yuwhmder {
  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__qjktvmrw {
  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__qjktvmrw{
      background: linear-gradient(135deg, #d63031 0%, #d64a2e 50%, #d69e2e 100%);
      padding: 55px;
    }
    

.dark__qjktvmrw h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banner__wksefhdp{
    flex-direction: column;
  }

  .banner__xsufdahm {
    width: 100%;
  }

  .tbl__riodbhat {
    padding: var(--py);
  }

  .dark__qjktvmrw {
    padding: var(--py);
  }
}

.sm__zhikgwju{
  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__zhikgwju 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__zhikgwju a:hover {
  color: var(--primary-btn-bg);
}
.sm__zhikgwju h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr__flrjksyz {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fr__nsiazodc {
      display: flex;
      flex-direction: column;
    }

    .fr__qjxngafy, .frm__ktfaipce {
      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;
    }

    .fr__qjxngafy:focus, .frm__ktfaipce:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm__ktfaipce {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr__flrjksyz button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fr__flrjksyz button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr__flrjksyz {
        max-width: 100%;
        gap: 15px;
      }

      .fr__qjxngafy, .frm__ktfaipce {
        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__dgqlosxf {
            position: relative;
            padding: 121px var(--py) 82px;
            background: linear-gradient(to bottom, #FFFFFF, rgba(9, 132, 227, 0.2), rgba(214, 48, 49, 0.3));
            overflow: hidden;
        }

        .hr__pfmdcvbq {
            position: absolute;
            top: 22%;
            left: 20%;
            width: 362px;
            height: 362px;
            background: rgba(214, 48, 49, 0.1);
            border-radius: 50%;
            filter: blur(70px);
        }

        .hr__pfmdcvbq:nth-child(2) {
            bottom: 20%;
            right: 24%;
            width: 285px;
            height: 345px;
            background: rgba(9, 132, 227, 0.2);
        }

        .b__iaewkoju {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(214, 48, 49, 0.2), transparent);
        }

        .b__lysubvxa {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(214, 48, 49, 0.2), transparent);
        }

        .banner__wksefhdp {
            max-width: 1176px;
            margin: 0 auto;
            position: relative;
            z-index: 10;
        }

        .banner__xsufdahm {
            text-align: center;
        }

        .hero__donfwbqz {
            font-size: clamp(50px, 8vw, 70px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 24px;
            line-height: 1.2;
            letter-spacing: 0.01em;
        }

        .hero__donfwbqz span {
            background: linear-gradient(to right, #000000, #D63031);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .banner__fadvjroi {
            font-size: 18px;
            color: #000000;
            opacity: 0.7;
            max-width: 519px;
            margin: 0 auto;
            margin-bottom: 45px;
            line-height: 1.6;
        }

        .hero__vspikwqr {
            position: absolute;
            bottom: -45px;
            left: 50%;
            transform: translateX(-50%);
            width: 256px;
            height: 3px;
            background: linear-gradient(to right, transparent, #D63031, transparent);
            filter: blur(5px);
        }

        @media (max-width: 1024px) {
            .b__dgqlosxf {
                padding: 80px var(--py) 76px;
            }

            .hero__donfwbqz {
                font-size: 47px;
            }

            .banner__fadvjroi {
                font-size: 17px;
            }
        }
        


        .blocks__oarfnuyv {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .row__yuwhmder {
            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;
        }

        .row__yuwhmder::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;
        }

        .row__yuwhmder:hover::before {
            opacity: 1;
        }

        .row__yuwhmder:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .row__yuwhmder h3 {
            color: #2D3436;
            position: relative;
            z-index: 1;
        }

        .row__yuwhmder p {
            color: #2D3436;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .blocks__oarfnuyv {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        