* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  font-family: 'Roboto', sans-serif;
  background: #fff;
}
.ooologo,
.ooonavbar-container {
  align-items: center;
  display: flex;
}

.ooonavbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 12px;
  background: #fff;
  z-index: 1200;
}

.ooonavbar-container {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
}

.ooologo {
  gap: 10px;
  text-decoration: none;
}

.ooologo img {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ooologo-text {
  font-size: 18px;
  color: #e62b1e;
  font-weight: 600;
}

.ooonav-links {
  display: flex;
  list-style: none;
  gap: 30px;
  margin-left: auto;
  align-items: center;
}

.ooonav-links a {
  position: relative;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.3s;
}

.ooonav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #333;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.ooonav-links a:hover {
  color: #111;
}

.ooonav-links a:hover::after {
  transform: scaleX(1);
}

.ooomenu-toggle {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 1250;
  display: none;
}

.ooomenu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #e62b1e;
  margin: 4px 0;
  transition: 0.3s;
}

.ooomenu-toggle.open span:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}

.ooomenu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.ooomenu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
  .ooomenu-toggle {
    display: block;
    width: 20px;
    height: 20px;
  }

  .ooomenu-toggle span {
    height: 2px;
    margin: 3px 0;
  }

  .ooologo img {
    height: 32px; 
    width: 32px;
  }

  .ooologo-text {
    font-size: 16px;
  }

  .ooonav-links {
    display: none;
  }
}

.ooomobile-menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 20px;
  height: 100vh;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: top 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1000;
}

.ooomobile-menu.open {
  top: 0;
}

.ooomobile-menu .ooonav-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  align-items: center;
  text-align: center;
  width: 100%;
}

.ooomobile-menu .ooonav-links li {
  width: 100%;
}

.ooomobile-menu .ooonav-links a {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  opacity: 0;
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ooomobile-menu.open .ooonav-links li a {
  animation: 0.5s forwards fadeSlideIn;
}

.ooomobile-menu.open .ooonav-links li:first-child a {
  animation-delay: 0.1s;
}

.ooomobile-menu.open .ooonav-links li:nth-child(2) a {
  animation-delay: 0.2s;
}

.ooomobile-menu.open .ooonav-links li:nth-child(3) a {
  animation-delay: 0.3s;
}

.ooomobile-menu.open .ooonav-links li:nth-child(4) a {
  animation-delay: 0.4s;
}



















































    .about-section {
      width: 100%;
      background: #fff;
      padding: 56px 0;
      display: flex;
      justify-content: center;
    }

    .about-container {
      width: 100%;
      max-width: 1130px;
      padding: 0 16px;
    }

    @media (min-width: 640px) {
      .about-container {
        padding: 0 20px;
      }
    }

    .about-title {
      font-size: 1.5rem;
      font-weight: 800;
      margin-bottom: 32px;
    }

    @media (min-width: 640px) {
      .about-title {
        font-size: 1.875rem;
        text-align: left;
      }
    }

    .about-content {
      font-size: 15px;
      line-height: 1.75;
      font-weight: 500;
      color: #374151;
      text-align: left;
    }

    .about-block {
      margin-bottom: 24px;
    }

    .about-block h3 {
      font-size: 17px;
      font-weight: bold;
      margin-bottom: 6px;
    }

    .divider {
      border: none;
      border-top: 1px solid #9ca3af;
      margin: 24px 0;
    }

















    .rinaslider {
      width: 100%;
      height: var(--height);
      overflow: hidden;
      position: relative;
    }

    .rinaslider::before,
    .rinaslider::after {
      content: "";
      position: absolute;
      top: 0;
      width: 50px;
      height: 100%;
      z-index: 2;
      pointer-events: none;
    }

    .rinaslider::before {
      left: 0;
      background: linear-gradient(to right, #fff, transparent);
    }

    .rinaslider::after {
      right: 0;
      background: linear-gradient(to left, #fff, transparent);
    }

    .rinalist {
      width: 100%;
      min-width: calc(var(--width) * var(--quantity));
      position: relative;
    }

    .rinaitem {
      width: var(--width);
      height: var(--height);
      position: absolute;
      left: 100%;
      animation: rinaAutoRun 90s linear infinite;
      transition: filter 0.5s;
      animation-delay: calc((90s / var(--quantity)) * (var(--position) - 1) - 90s) !important;
      will-change: left, filter;
      display: flex;
      align-items: center;
      justify-content: center;
      color: black;
      background: none;
      text-decoration: none;
      font-size: 14px;
      white-space: nowrap;
      font-weight: bold;
    }

    @keyframes rinaAutoRun {
      from { left: 100%; }
      to { left: calc(var(--width) * -1); }
    }

    .rinaslider:hover .rinaitem {
      animation-play-state: paused !important;
      filter: grayscale(1);
    }

    .rinaitem:hover {
      filter: grayscale(0);
      text-decoration: underline;
    }

    .rinaslider[reverse="true"] .rinaitem {
      animation: rinaReversePlay 90s linear infinite;
    }

    @keyframes rinaReversePlay {
      from { left: calc(var(--width) * -1); }
      to { left: 100%; }
    }


















footer{
  width:100%;
  background:#fff;
  padding:1.5rem 1rem;
  display:flex;
  justify-content:center;
}

.yf-container{
  width:100%;
  max-width:1130px;
  padding:.5rem;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:1rem;
}

.yf-divider{
  width:100%;
  border-top:1px solid #9ca3af;
}

.yf-social{
  display:flex;
  gap:1.5rem;
  align-items:center;
  list-style:none;
  padding:0;
  margin:0;
}
.yf-social a{
  color:#4b5563;
  transition:all .3s ease-in-out;
}
.yf-social a:hover{
  color:#000;
  filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));
}
.yf-social i{
  font-size:1.5rem;
}
.yf-telegram{font-size:1.75rem;}

.yf-copy{
  font-size:.875rem;
  color:#4b5563;
  margin:0;
}

.yf-nav{
  display:flex;
  gap:1rem;
}
.yf-nav a{
  font-size:.75rem;
  color:#4b5563;
  text-decoration:none;
}
.yf-nav a:hover{ text-decoration:underline; }


@media(max-width: 639px){
  .yf-container {
    flex-direction: column;
    align-items: center;
  }

  .yf-nav {
    order: 1;
    flex-direction: column;
    align-items: center;
  }

  .yf-nav a {
    display: block;
    text-align: center;
  }

  .yf-social {
    order: 2;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .yf-copy {
    order: 3;
    text-align: center;
    width: 100%;
    align-self: center;
  }
}






















.disclaimer-section {
      width: 100%;
      background: #fff;
      padding: 32px 0; /* Reduced from 56px to maintain previous request */
      display: flex;
      justify-content: center;
    }

    .disclaimer-container {
      width: 100%;
      max-width: 1130px;
      padding: 0 16px;
    }

    @media (min-width: 640px) {
      .disclaimer-container {
        padding: 0 20px;
      }
    }

    .disclaimer-title {
      font-size: 1.5rem;
      color: red;
      font-weight: 800;
      margin-bottom: 32px;
    }

    @media (min-width: 640px) {
      .disclaimer-title {
        font-size: 1.875rem;
        text-align: left;
      }
    }

    .disclaimer-content {
      font-size: 15px;
      line-height: 1.75;
      font-weight: 500;
      color: #51373b;
      text-align: left;
    }

    .disclaimer-block {
      margin-bottom: 24px;
    }

    .disclaimer-block h3 {
      font-size: 17px;
      font-weight: bold;
      margin-bottom: 6px;
    }

    .divider {
      border: none;
      border-top: 1px solid #9ca3af;
      margin: 24px 0;
    }

    .last-updated {
      font-size: 15px; /* Matches .about-content font-size */
      line-height: 1.75;
      font-weight: 500;
      color: #374151;
      text-align: left;
      margin-top: 24px; /* Consistent with .about-block spacing */
    }












section.abterms {
    width: 100%;
    background: #fff;
    padding: 40px 8px 0;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.abcontainer {
    width: 100%;
    max-width: 1260px;
    padding: 0 8px;
}

@media (min-width: 640px) {
    .abcontainer {
        padding: 0 16px;
    }
}

@media (min-width: 768px) {
    .abcontainer {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .abcontainer {
        padding: 0 48px;
    }
}

@media (min-width: 1280px) {
    .abcontainer {
        padding: 0 80px;
    }
}

h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 32px;
    color: #111827;
    text-align: left;
}

@media (min-width: 640px) {
    h2 {
        font-size: 32px;
    }
}

h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 24px 0 4px;
    color: #1f2937;
}

p {
    font-size: 15px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 16px;
}

.abupdated {
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
}

a {
    color: #2563eb;
    text-decoration: underline;
}

.abthank-you {
    margin: 32px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;
}

.abstack>*+* {
    margin-top: 24px;
}

.abcontent>*+* {
    margin-top: 16px;
}














section.zxterms {
      width: 100%;
      background: #fff;
      padding: 40px 8px 0;
      display: flex;
      justify-content: center;
      margin-top: 40px;
    }

    .zxcontainer {
      width: 100%;
      max-width: 1260px;
      padding: 0 8px;
    }

    @media (min-width: 640px) {
      .zxcontainer {
        padding: 0 16px;
      }
    }

    @media (min-width: 768px) {
      .zxcontainer {
        padding: 0 24px;
      }
    }

    @media (min-width: 1024px) {
      .zxcontainer {
        padding: 0 48px;
      }
    }

    @media (min-width: 1280px) {
      .zxcontainer {
        padding: 0 80px;
      }
    }

    h2 {
      font-size: 28px;
      font-weight: 800;
      margin-bottom: 32px;
      color: #111827;
      text-align: left;
    }

    @media (min-width: 640px) {
      h2 {
        font-size: 32px;
      }
    }

    h3 {
      font-size: 17px;
      font-weight: 700;
      margin: 24px 0 4px;
      color: #1f2937;
    }

    p {
      font-size: 15px;
      font-weight: 500;
      color: #374151;
      margin-bottom: 16px;
    }

    .zxupdated {
      font-size: 14px;
      font-weight: 600;
      color: #4b5563;
    }

    a {
      color: #2563eb;
      text-decoration: underline;
    }

    .zxthank-you {
      margin: 32px 0 0;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      color: #4b5563;
    }

    .zxstack > * + * {
      margin-top: 24px;
    }

    .zxcontent > * + * {
      margin-top: 16px;
    }

    ul {
      list-style: none;
      padding: 0;
      margin: 0 0 16px 0;
    }

    ul li {
      font-size: 15px;
      font-weight: 500;
      color: #374151;
      margin-bottom: 8px;
    }
















    










.xxxcontainer {
  max-width: 700px;
  width: 100%;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center; 
  min-height: 100vh; 
  text-align: center; 
  margin: 0 auto; 
  box-sizing: border-box; 
}
.xxxheader {
  font-size: clamp(7rem, 12vw, 4rem);
  color: #000000;
  margin-bottom: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.xxxmessage {
  font-size: clamp(1.1rem, 4.5vw, 1.3rem);
  color: #000000;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.xxxbtn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  background: transparent;
  border: 2px solid #000000;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.xxxbtn:hover {
  transform: translateY(-2px);
}
.xxxbtn:active {
  transform: translateY(0);
}
.xxxbtn svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 600px) {
  .xxxcontainer {
    padding: 2rem;
    min-height: 100vh;
  }
  .xxxheader {
    font-size: 4.5rem;
  }
  .xxxmessage {
    font-size: 1rem;
  }
  .xxxbtn {
    padding: 0.65rem 1.25rem;
    font-size: 0.9rem;
  }
}












.gourita {
    position: relative;
    z-index: 9999;
  }

  .gourita .telegram,
  .gourita .youtube {
    position: fixed;
    right: 20px;
    color: #fff;
    padding: 10px 16px; 
    border-radius: 40px;
    display: flex;
    align-items: center;
    font-family: sans-serif;
    font-size: 11px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: background 0.3s;
  }

  .gourita .telegram {
    bottom: 80px; 
    background: #0088cc;
  }

  .gourita .telegram:hover {
    background: #0077b3;
  }

  .gourita .youtube {
    bottom: 40px; 
    background: #FF0000;
  }

  .gourita .youtube:hover {
    background: #cc0000;
  }

  .gourita .telegram span,
  .gourita .youtube span {
    margin-right: 8px;
  }

  .gourita .telegram i,
  .gourita .youtube i {
    font-size: 12px;
  }