/*!
Theme Name: u5x9vo
Theme URI: #
Version: 7.0.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: u5x9vo
*/

:root {
  --text-color: #2E7D32;
  --heading-color: #FF9800;
  --primary-btn-bg: #FF5722;
  --secondary-btn-bg: #FF7043;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFAB40;
  --header-text-color: #2E7D32;
  --header-border: {{header-border}};

  --footer-bg-color: #FF5722;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFAB40;
  --table-border-color: #FF9800;
  --table-text-color: #000000;

  --body-bg-color: #F1F8E9;
  --card-bg-color: #ffffff;
  --card-text-color: #2E7D32;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 80%;
  --banner-padding: 165.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #C8E6C9;
  --banner-text-color: #000000;

  --container-max-width: 1593px;
  --container-padding: 0 15px;
  --border-radius: 13px;
  --py: 26px;
  --py-2: 45px;
  --py-3: 68px;
  --text-align: left;
  --mb: 18px;
  --fz-1: 33.12px;
  --fz-2: 27.6px;
  --fz-3: 23px;
  --logo-width: 119px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 527ms;
  --animation-type: ease-in;
  --animation-effect: fadeIn;

  --contrast-bg-color: #242424;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', 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;
}

.container--wjvntdp {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header--taikcwp {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(255,171,64,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .header--jpqtyir {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .top--rwenqhu {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .header--gxpcjit {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .header--gxpcjit:hover {
        color: var(--primary-btn-bg);
      }


      .header--picbqfo {
        display: flex;
        gap: 10px;
      }

      .h--quyvxio {
        display: none;
      }
    

@media (max-width: 1024px) {
  .top--rwenqhu {
    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;
  }

  .header--gxpcjit {
    padding: 10px 0;
    display: block;
  }

  .top--rwenqhu.active {
    opacity: 1;
    visibility: visible;
  }

  .h--quyvxio {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .h--quyvxio span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .h--quyvxio.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .h--quyvxio.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo--dpjyrki {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo--dpjyrki img {
  max-height: 80px;
}

.prim--bflpjdy,
.second--njdxusa {
  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--bflpjdy {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim--bflpjdy:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--njdxusa {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--njdxusa:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.foot--axhrusz{
  position: relative;
}
.foot--axhrusz * {
  z-index: 1;
  position: relative;
}


      .txt--prinuvw > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ff5722 0%, #f03800 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--prinuvw > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .txt--prinuvw > .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;
      }
    


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

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

    .ps--yaeviln a:hover {
      opacity: .7;
    }

    .or__title--phckrez {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .foot--axhrusz {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .foot--ircgjfb {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .bot--shftplz {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .f--gdtnusk {
      display: flex;
      flex-direction: column;
    }

    .foot--lxvyrsn {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .bot--tsxuiym {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .f--hrevomc {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .f--hrevomc:hover {
      color: var(--primary-btn-bg);
    }

    .f--kajdhiv {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .bot--pkobtcs {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .bottom--kaonwrx {
      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;
    }

    .bottom--kaonwrx::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .bot--shftplz {
        flex-direction: column;
      }
    }
    



.bot--tsxuiym li:empty {
  display: none;
}

.b--acdqtir {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b--acdqtir {
  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--acdqtir svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banner--fachwov{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.ban--agltdsj {
  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--xivyzng{
  overflow-x: auto;
  width: 100%;
}

.txt--prinuvw {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt--prinuvw p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt--prinuvw ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt--prinuvw ul {
  list-style: none;
}

.txt--prinuvw ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt--prinuvw ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt--prinuvw 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--prinuvw 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--prinuvw 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, #ff5722 0%, #d63200 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: 1.25rem 0;
        padding: 0.75rem 0;
        font-size: 0.875rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FF5722;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        font-weight: 400;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.7;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.5;
        margin: 0 0.625rem;
        font-weight: 300;
      }
    


      .txt--prinuvw 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--prinuvw table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .txt--prinuvw table th {
        padding: 24px 27px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .txt--prinuvw table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .txt--prinuvw table tbody tr:last-child {
        border-bottom: none;
      }

      .txt--prinuvw table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .txt--prinuvw table td {
        padding: 18px 28px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .txt--prinuvw table td:first-child {
        font-weight: normal;
      }
    

.txt--prinuvw img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.article--zicjqla {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item--obuwidg {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .col--xjpsnrv {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .col--xjpsnrv .texted--hyspurj:first-child {
        order: 2;
      }

      .col--xjpsnrv .texted--hyspurj:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .col--xjpsnrv h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .col--xjpsnrv h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #ff5722 0%, #ffa58a 100%);
        border-radius: 2px;
      }

      .col--xjpsnrv figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .col--xjpsnrv figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .col--xjpsnrv figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .col--xjpsnrv {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .col--xjpsnrv .texted--hyspurj:first-child {
          order: 1;
        }

        .col--xjpsnrv .texted--hyspurj:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.tbl--vwcutij {
  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--vwcutij p,
.tbl--vwcutij h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl--vwcutij table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl--vwcutij table td,
.tbl--vwcutij table th {
  border: 0;
}

.tbl--vwcutij table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl--vwcutij tr:last-child {
  border-bottom: 0;
}

.tbl--vwcutij h2 {
  margin-top: 0;
}

/*
.cards--ejdgvcy {
  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);
}
  */

.d--refpsgh {
  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);
}


    .d--refpsgh{
      background: rgba(255,87,34,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,87,34,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.d--refpsgh h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banner--fachwov{
    flex-direction: column;
  }

  .ban--agltdsj {
    width: 100%;
  }

  .tbl--vwcutij {
    padding: var(--py);
  }

  .d--refpsgh {
    padding: var(--py);
  }
}

.sitemappage--jtszyfn{
  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--jtszyfn 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--jtszyfn a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage--jtszyfn 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--mysjchi {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .form--zcansdg {
      display: flex;
      flex-direction: column;
    }

    .frm--pnudqgi, .form--dowgqtl {
      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;
    }

    .frm--pnudqgi:focus, .form--dowgqtl:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form--dowgqtl {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm--mysjchi button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .frm--mysjchi button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm--mysjchi {
        max-width: 100%;
        gap: 15px;
      }

      .frm--pnudqgi, .form--dowgqtl {
        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--acdqtir {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 145px 0 70px;
        }

        .main--lgfhmxv {
            position: absolute;
            inset: 0;
            overflow: hidden;
        }

        .banner--acyvzwh {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom right, rgba(255, 87, 34, 0.6) 0%, transparent 50%);
            clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%);
        }

        .main--zywdceq {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom left, rgba(255, 112, 67, 0.6) 0%, transparent 50%);
            clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
        }

        .ban--qehtkfn {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, transparent 50%, rgba(0,0,0,0.6) 100%);
        }

        .hero--ztupimb {
            position: absolute;
            border-radius: 50%;
            animation: float-particle 4s ease-in-out infinite;
        }

        .hero--ztupimb:nth-child(1) {
            top: 25%;
            left: 25%;
            width: 8px;
            height: 7px;
            background: #FF5722;
            animation-delay: 0s;
        }

        .hero--ztupimb:nth-child(2) {
            top: 33%;
            right: 33%;
            width: 7px;
            height: 4px;
            background: #FF7043;
            animation-delay: 1s;
        }

        .hero--ztupimb:nth-child(3) {
            bottom: 33%;
            left: 50%;
            width: 11px;
            height: 11px;
            background: #FF5722;
            opacity: 0.6;
            animation-delay: 2s;
        }

        .hero--ztupimb:nth-child(4) {
            top: 50%;
            right: 25%;
            width: 6px;
            height: 5px;
            background: #FF7043;
            opacity: 0.8;
            animation-delay: 0.5s;
        }

        .main--ynudbqo {
            position: relative;
            z-index: 10;
            max-width: 1079px;
            margin: 0 auto;
            padding: 0 var(--py);
            text-align: center;
        }

        .banner--ehrngwy {
            font-size: clamp(59px, 8vw, 99px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 24px;
            line-height: 0.9;
            letter-spacing: -0.03em;
        }

        .hero--dkwnqtp {
            width: 187px;
            height: 4px;
            background: linear-gradient(to right, transparent, #FF5722, transparent);
            margin: 0 auto 24px;
            transform: rotate(-1deg);
            position: relative;
        }

        .hero--dkwnqtp::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, transparent, #FF5722, transparent);
            filter: blur(9px);
            animation: glow-pulse 3s ease-in-out infinite;
        }

        .ban--lqsjwyr {
            font-size: 16px;
            color: #000000;
            opacity: 0.6;
            max-width: 624px;
            margin: 0 auto 48px;
            line-height: 1.6;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        @keyframes float-particle {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-21px); }
        }

        @keyframes glow-pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        @media (max-width: 1024px) {
            .b--acdqtir {
                padding: 103px 0 48px;
            }

            .banner--ehrngwy {
                font-size: 41px;
            }

            .ban--lqsjwyr {
                font-size: 14px;
            }
        }
        


        .cards--fhrnxbt {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .cards--ejdgvcy {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .cards--ejdgvcy::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, #FF5722, #FF7043);
        }

        .cards--ejdgvcy:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .cards--ejdgvcy h3 {
            color: #2E7D32;
        }

        .cards--ejdgvcy p {
            color: #2E7D32;
            margin: 0;
        }

        @media (max-width: 768px) {
            .cards--fhrnxbt {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        