.page-ht-368 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-ht-368__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-ht-368__hero-section { background: linear-gradient(135deg, #FF6F61, #DE4313); color: #fff; padding: 80px 0 20px; text-align: center; position: relative; overflow: hidden; padding-top: 10px; } .page-ht-368__hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.7; } .page-ht-368__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-ht-368__hero-title { font-size: 2.8em; margin-bottom: 20px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-ht-368__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-ht-368__cta-button { display: inline-block; background-color: #FFD700; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-ht-368__cta-button:hover { background-color: #FFC107; transform: translateY(-3px); } .page-ht-368__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 0; background-color: #fff; border-bottom: 1px solid #eee; } .page-ht-368__payment-providers-title { width: 100%; text-align: center; margin-bottom: 20px; font-size: 1.8em; color: #333; } .page-ht-368__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-ht-368__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-ht-368__section { padding: 50px 0; text-align: center; } .page-ht-368__section:nth-of-type(odd) { background-color: #f2f2f2; } .page-ht-368__section-title { font-size: 2.2em; color: #333; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-ht-368__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #FF6F61; margin: 10px auto 0; } .page-ht-368__text-content { font-size: 1.1em; color: #555; margin-bottom: 20px; text-align: justify; } .page-ht-368__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-ht-368__card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 25px; text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; } .page-ht-368__card:hover { transform: translateY(-5px); } .page-ht-368__card-image { width: 100%; max-width: 300px; height: auto; border-radius: 8px; margin-bottom: 15px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-ht-368__card-title { font-size: 1.4em; color: #FF6F61; margin-bottom: 10px; font-weight: bold; } .page-ht-368__card-description { font-size: 0.95em; color: #777; margin-bottom: 15px; flex-grow: 1; } .page-ht-368__card-link { display: inline-block; background-color: #FF6F61; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-ht-368__card-link:hover { background-color: #DE4313; } .page-ht-368__info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; text-align: left; } .page-ht-368__info-item { background-color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-ht-368__info-title { font-size: 1.3em; color: #FF6F61; margin-bottom: 10px; } .page-ht-368__info-text { color: #666; font-size: 0.95em; } .page-ht-368__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-ht-368__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-ht-368__blog-card:hover { transform: translateY(-5px); } .page-ht-368__blog-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid #eee; min-width: 200px; min-height: 200px; } .page-ht-368__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-ht-368__blog-date { font-size: 0.85em; color: #999; margin-bottom: 10px; } .page-ht-368__blog-title { font-size: 1.3em; color: #333; margin-bottom: 10px; font-weight: bold; line-height: 1.3; } .page-ht-368__blog-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-ht-368__blog-title a:hover { color: #FF6F61; } .page-ht-368__blog-excerpt { font-size: 0.95em; color: #777; margin-bottom: 15px; flex-grow: 1; } .page-ht-368__blog-read-more { display: inline-block; color: #FF6F61; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-ht-368__blog-read-more:hover { color: #DE4313; } .page-ht-368__faq-section { background-color: #fff; padding: 50px 0; text-align: center; } .page-ht-368__faq-list { max-width: 800px; margin: 30px auto 0; text-align: left; } .page-ht-368__faq-item { border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-ht-368__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f9f9f9; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-ht-368__faq-question:hover { background-color: #f0f0f0; } .page-ht-368__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-ht-368__faq-toggle { font-size: 1.5em; font-weight: bold; color: #FF6F61; transition: transform 0.3s ease; pointer-events: none; } .page-ht-368__faq-item.active .page-ht-368__faq-toggle { transform: rotate(45deg); } .page-ht-368__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #fff; } .page-ht-368__faq-item.active .page-ht-368__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-ht-368__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-ht-368__floating-button { background-color: #FF6F61; color: #fff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; text-align: center; } .page-ht-368__floating-button:hover { background-color: #DE4313; transform: scale(1.05); } @media (max-width: 768px) { .page-ht-368__hero-section { padding-top: 10px; } .page-ht-368__hero-title { font-size: 2em; } .page-ht-368__hero-description { font-size: 1em; } .page-ht-368__cta-button { padding: 12px 25px; font-size: 1em; } .page-ht-368__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 0; } .page-ht-368__payment-logo, .page-ht-368__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-ht-368__section { padding: 30px 0; } .page-ht-368__section-title { font-size: 1.8em; } .page-ht-368__text-content { font-size: 1em; } .page-ht-368__grid, .page-ht-368__info-grid, .page-ht-368__blog-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; } .page-ht-368__card, .page-ht-368__info-item, .page-ht-368__blog-card { padding: 15px; } .page-ht-368__card-image, .page-ht-368__blog-image { max-width: 100% !important; height: auto !important; min-width: 200px !important; min-height: 200px !important; box-sizing: border-box !important; } .page-ht-368__card-title { font-size: 1.2em; } .page-ht-368__card-description { font-size: 0.9em; } .page-ht-368__info-title { font-size: 1.1em; } .page-ht-368__info-text { font-size: 0.9em; } .page-ht-368__blog-title { font-size: 1.1em; } .page-ht-368__blog-excerpt { font-size: 0.9em; } .page-ht-368__faq-list { margin: 20px auto 0; } .page-ht-368__faq-question { padding: 12px 15px; } .page-ht-368__faq-question h3 { font-size: 1em; } .page-ht-368__faq-answer { padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-ht-368__floating-buttons { bottom: 15px; right: 15px; } .page-ht-368__floating-button { padding: 10px 18px; font-size: 0.9em; } }