.page-https-taya365-pro { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; overflow-x: hidden; } .page-https-taya365-pro__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-https-taya365-pro__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); background-size: cover; background-position: center; text-align: center; padding: 100px 20px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; padding-top: 10px; } .page-https-taya365-pro__hero-section img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; filter: brightness(0.5); } .page-https-taya365-pro__hero-title { font-size: 2.8em; color: #ffd700; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-https-taya365-pro__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-https-taya365-pro__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-https-taya365-pro__button { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-https-taya365-pro__button:hover { background-color: #0056b3; transform: translateY(-3px); } .page-https-taya365-pro__button--secondary { background-color: #28a745; } .page-https-taya365-pro__button--secondary:hover { background-color: #218838; } .page-https-taya365-pro__section-title { font-size: 2.2em; color: #ffd700; text-align: center; margin-bottom: 40px; padding-top: 20px; } .page-https-taya365-pro__section-description { text-align: center; max-width: 900px; margin: 0 auto 40px auto; font-size: 1.1em; } .page-https-taya365-pro__card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; } .page-https-taya365-pro__card { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-https-taya365-pro__card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-https-taya365-pro__card-image-container { height: 200px; overflow: hidden; } .page-https-taya365-pro__card-image { width: 100%; height: 100%; object-fit: cover; } .page-https-taya365-pro__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-https-taya365-pro__card-title { font-size: 1.5em; color: #ffd700; margin-bottom: 15px; } .page-https-taya365-pro__card-description { font-size: 0.95em; margin-bottom: 20px; color: #ccc; } .page-https-taya365-pro__provider-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 20px; justify-items: center; align-items: center; margin-bottom: 40px; } .page-https-taya365-pro__provider-logo { width: 100%; max-width: 150px; height: auto; object-fit: contain; filter: grayscale(100%); transition: filter 0.3s ease; } .page-https-taya365-pro__provider-logo:hover { filter: grayscale(0%); } .page-https-taya365-pro__payment-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 40px; } .page-https-taya365-pro__payment-item { background-color: #2c2c2c; padding: 15px 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); transition: transform 0.2s ease; } .page-https-taya365-pro__payment-item:hover { transform: translateY(-3px); } .page-https-taya365-pro__payment-item span { font-weight: bold; color: #ffd700; font-size: 1.1em; } .page-https-taya365-pro__faq-section { background-color: #1f1f1f; padding: 40px 0; border-radius: 10px; margin-bottom: 40px; } .page-https-taya365-pro__faq-item { border-bottom: 1px solid #333; margin-bottom: 10px; } .page-https-taya365-pro__faq-item:last-child { border-bottom: none; margin-bottom: 0; } .page-https-taya365-pro__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-https-taya365-pro__faq-question:hover { background-color: #2a2a2a; } .page-https-taya365-pro__faq-question h3 { margin: 0; font-size: 1.2em; color: #f0f0f0; pointer-events: none; } .page-https-taya365-pro__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffd700; transition: transform 0.3s ease; pointer-events: none; } .page-https-taya365-pro__faq-item.active .page-https-taya365-pro__faq-toggle { transform: rotate(45deg); } .page-https-taya365-pro__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #ccc; } .page-https-taya365-pro__faq-item.active .page-https-taya365-pro__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-https-taya365-pro__hero-section { padding: 80px 15px; } .page-https-taya365-pro__hero-title { font-size: 2em; } .page-https-taya365-pro__hero-description { font-size: 1em; } .page-https-taya365-pro__section-title { font-size: 1.8em; } .page-https-taya365-pro__card-grid { grid-template-columns: 1fr; } .page-https-taya365-pro__provider-grid { grid-template-columns: repeat(3, 1fr); } .page-https-taya365-pro__payment-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px 10px; } .page-https-taya365-pro__payment-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-https-taya365-pro__faq-question { padding: 12px 15px; } .page-https-taya365-pro__faq-question h3 { font-size: 1.1em; } .page-https-taya365-pro__faq-answer { padding: 15px !important; } .page-https-taya365-pro__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-https-taya365-pro__container { padding: 15px; } } @media (max-width: 480px) { .page-https-taya365-pro__hero-title { font-size: 1.6em; } .page-https-taya365-pro__button { padding: 12px 25px; font-size: 1em; } }