/*!
Theme Name: acdh4z
Theme URI: #
Version: 2.9.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acdh4z
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #28A745;
  --secondary-btn-bg: #007BFF;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFCC00;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #20232A;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #F8F9FA;
  --table-border-color: #CED4DA;
  --table-text-color: #262e36;

  --body-bg-color: #F5F5F5;
  --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: left;
  --banner-column: 66%;
  --banner-padding: 194.4px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1265px;
  --container-padding: 0 15px;
  --border-radius: 13px;
  --py: 27px;
  --py-2: 40px;
  --py-3: 68px;
  --text-align: center;
  --mb: 25px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 127px;
  --menu-margin: 0;

  --animation-duration: 581ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #292929;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.wr__nlpsmakvz {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h__ykwsjhoac {
        color: var(--header-text-color);
        padding: 0;
      }

      .h__ykwsjhoac .wr__nlpsmakvz {
        border-bottom: 1px solid #93d3a2;
      }

      .top__vlgnfqbpu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .head__bpjzamnfq {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h__bdzjkvolc {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .h__bdzjkvolc:hover {
        color: var(--primary-btn-bg);
      }


      .header__unsgjqabp {
        display: flex;
        gap: 10px;
      }

      .top__qmvxaisnl {
        display: none;
      }

      @media (max-width: 1024px) {
        .h__bdzjkvolc {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .head__bpjzamnfq {
    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__bdzjkvolc {
    padding: 10px 0;
    display: block;
  }

  .head__bpjzamnfq.active {
    opacity: 1;
    visibility: visible;
  }

  .top__qmvxaisnl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top__qmvxaisnl span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top__qmvxaisnl.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top__qmvxaisnl.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log__iwjmotzas {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log__iwjmotzas img {
  max-height: 80px;
}

.prim__xcouevqrk,
.sec__dabjwskhy {
  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__xcouevqrk {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim__xcouevqrk:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec__dabjwskhy {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec__dabjwskhy:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f__xmvhltzne{
  position: relative;
}
.f__xmvhltzne * {
  z-index: 1;
  position: relative;
}


      .content__twxhiyebc > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #5fd87b;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .content__twxhiyebc > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .content__twxhiyebc > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .pr__yudwkhxsb {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f__xmvhltzne {
      background: linear-gradient(135deg, #373c49 0%, #0b0c0f 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .f__xmvhltzne::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%);
    }

    .bottom__hgaosqdkv {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .foot__fujwmloyv {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .foot__kyzutbndw {
      width: 100%;
    }

    .footer__dofvcnwka {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .f__frtpkvaym {
      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;
    }

    .f__frtpkvaym:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .bot__hxnuojgms {
      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;
    }

    .bot__lncajhxps {
      text-align: center;
      padding-top: 20px;
    }

    .bot__lncajhxps p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .f__xmvhltzne {
        padding: 30px 0 15px;
      }

      .footer__dofvcnwka {
        gap: 15px;
        flex-direction: column;
      }

      .f__frtpkvaym {
        font-size: 14px;
        padding: 6px 12px;
      }

      .foot__fujwmloyv {
        margin-bottom: 20px;
      }

      .bot__hxnuojgms {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .footer__dofvcnwka {
        gap: 10px;
      }

      .f__frtpkvaym {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    


        .f__xmvhltzne:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #373c49 45px), repeating-linear-gradient(#0b0c0f, #000000);
        }
        

.footer__dofvcnwka li:empty {
  display: none;
}

.ban__bzfkuwqni {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ban__bzfkuwqni {
  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;
}

.ban__bzfkuwqni svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hr__xlkpudjhv{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.b__mubkzpqni {
  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;
}

.tbl__ynhzptbcu{
  overflow-x: auto;
  width: 100%;
}

.content__twxhiyebc {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content__twxhiyebc p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content__twxhiyebc ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content__twxhiyebc ul {
  list-style: none;
}

.content__twxhiyebc ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content__twxhiyebc ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content__twxhiyebc 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;
    }

    .content__twxhiyebc ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .content__twxhiyebc ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #28a745 0%, #4ad36a 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .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: #28A745;
        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;
      }
    


      .content__twxhiyebc 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;
      }

      .content__twxhiyebc table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .content__twxhiyebc table th {
        padding: 18px 32px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .content__twxhiyebc table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .content__twxhiyebc table tbody tr:last-child {
        border-bottom: none;
      }

      .content__twxhiyebc table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .content__twxhiyebc table td {
        padding: 20px 27px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .content__twxhiyebc table td:first-child {
        font-weight: normal;
      }
    

.content__twxhiyebc img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articles__uwyntfzdg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post__cktuaygxf {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .col__uevobatlg {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .col__uevobatlg::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #73dd8c 50%, transparent 100%);
        z-index: 1;
      }

      .col__uevobatlg .col__dmxibvzeg:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .col__uevobatlg .col__dmxibvzeg:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .col__uevobatlg figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .col__uevobatlg figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #28a74520 0%, #73dd8c10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .col__uevobatlg figure:hover::before {
        opacity: 1;
      }

      .col__uevobatlg figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .col__uevobatlg h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .col__uevobatlg h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #28a745;
        border-radius: 1px;
      }

      .col__uevobatlg p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .col__uevobatlg {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .col__uevobatlg::before {
          display: none;
        }

        .col__uevobatlg .col__dmxibvzeg:first-child {
          order: 1;
        }

        .col__uevobatlg .col__dmxibvzeg:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tbl__hdisafgex {
  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__hdisafgex p,
.tbl__hdisafgex h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl__hdisafgex table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl__hdisafgex table td,
.tbl__hdisafgex table th {
  border: 0;
}

.tbl__hdisafgex table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl__hdisafgex tr:last-child {
  border-bottom: 0;
}

.tbl__hdisafgex h2 {
  margin-top: 0;
}

/*
.card__oaydwhjuk {
  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__pzlemosng {
  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__pzlemosng{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.dark__pzlemosng h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hr__xlkpudjhv{
    flex-direction: column;
  }

  .b__mubkzpqni {
    width: 100%;
  }

  .tbl__hdisafgex {
    padding: var(--py);
  }

  .dark__pzlemosng {
    padding: var(--py);
  }
}

.sitemappage__uofmnlvge{
  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__uofmnlvge 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__uofmnlvge a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage__uofmnlvge 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__yxsarwbud {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
      overflow: hidden;
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .fr__fbzqagjxl {
      padding: 30px;
    }

    .form__dkvlsebmj {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .fr__iaouydrpx {
      display: flex;
      flex-direction: column;
    }

    .form__ayepchmft {
      font-weight: 600;
      color: var(--heading-color);
      margin-bottom: 8px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .form__cjabugftq, .form__ehwodtcga {
      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;
    }

    .form__cjabugftq:focus, .form__ehwodtcga:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form__ehwodtcga {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr__fbzqagjxl button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
      margin-top: 10px;
    }

    .fr__fbzqagjxl button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .fr__hopqycilg {
      text-align: center;
      margin-top: 20px;
    }

    .form__nhuazqrgw {
      color: var(--text-color);
      opacity: 0.7;
      font-size: 12px;
      margin: 0;
    }

    @media (max-width: 768px) {
      .fr__yxsarwbud {
        margin: var(--mb) 15px;
      }

      ."form__header" {
        padding: 20px;
      }

      .fr__fbzqagjxl {
        padding: 20px;
      }

      .form__dkvlsebmj {
        gap: 15px;
      }

      .form__cjabugftq, .form__ehwodtcga {
        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)
  }
}


        .ban__bzfkuwqni {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 146px 0 67px;
        }

        .hr__ldxrvpfng {
            position: absolute;
            inset: 0;
            overflow: hidden;
        }

        .main__ritknufeo {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom right, rgba(40, 167, 69, 0.6) 0%, transparent 50%);
            clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%);
        }

        .b__kjeuolris {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom left, rgba(0, 123, 255, 0.6) 0%, transparent 50%);
            clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
        }

        .ban__fiqberodn {
            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%);
        }

        .hr__qzowkygfm {
            position: absolute;
            border-radius: 50%;
            animation: float-particle 4s ease-in-out infinite;
        }

        .hr__qzowkygfm:nth-child(1) {
            top: 25%;
            left: 25%;
            width: 6px;
            height: 8px;
            background: #28A745;
            animation-delay: 0s;
        }

        .hr__qzowkygfm:nth-child(2) {
            top: 33%;
            right: 33%;
            width: 7px;
            height: 6px;
            background: #007BFF;
            animation-delay: 1s;
        }

        .hr__qzowkygfm:nth-child(3) {
            bottom: 33%;
            left: 50%;
            width: 9px;
            height: 11px;
            background: #28A745;
            opacity: 0.6;
            animation-delay: 2s;
        }

        .hr__qzowkygfm:nth-child(4) {
            top: 50%;
            right: 25%;
            width: 4px;
            height: 4px;
            background: #007BFF;
            opacity: 0.8;
            animation-delay: 0.5s;
        }

        .hr__kwoqlnfjy {
            position: relative;
            z-index: 10;
            max-width: 1131px;
            margin: 0 auto;
            padding: 0 var(--py);
            text-align: center;
        }

        .ban__wqruszikl {
            font-size: clamp(64px, 8vw, 125px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 29px;
            line-height: 0.9;
            letter-spacing: -0.03em;
        }

        .hr__lnoxzwrid {
            width: 201px;
            height: 2px;
            background: linear-gradient(to right, transparent, #28A745, transparent);
            margin: 0 auto 27px;
            transform: rotate(-1deg);
            position: relative;
        }

        .hr__lnoxzwrid::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, transparent, #28A745, transparent);
            filter: blur(8px);
            animation: glow-pulse 3s ease-in-out infinite;
        }

        .main__pxobhqcik {
            font-size: 16px;
            color: #000000;
            opacity: 0.6;
            max-width: 645px;
            margin: 0 auto 40px;
            line-height: 1.6;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        @keyframes float-particle {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-22px); }
        }

        @keyframes glow-pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        @media (max-width: 1024px) {
            .ban__bzfkuwqni {
                padding: 105px 0 60px;
            }

            .ban__wqruszikl {
                font-size: 41px;
            }

            .main__pxobhqcik {
                font-size: 14px;
            }
        }
        


        .card__gtbduiexm {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .card__oaydwhjuk {
            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;
        }

        .card__oaydwhjuk::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;
        }

        .card__oaydwhjuk:hover::before {
            opacity: 1;
        }

        .card__oaydwhjuk:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .card__oaydwhjuk h3 {
            color: #333333;
            position: relative;
            z-index: 1;
        }

        .card__oaydwhjuk p {
            color: #333333;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .card__gtbduiexm {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        