body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f7f6; color: #333; } .page-t8yy { max-width: 1200px; margin: 0 auto; padding: 10px; } .page-t8yy__hero-section { background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); color: #fff; text-align: center; padding: 80px 20px 60px; position: relative; overflow: hidden; border-radius: 15px; margin-bottom: 30px; padding-top: calc(80px + var(--header-offset, 0px)); } .page-t8yy__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-t8yy__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; } .page-t8yy__hero-title { font-size: 3.2em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); font-weight: bold; line-height: 1.2; } .page-t8yy__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; line-height: 1.5; } .page-t8yy__hero-cta { display: inline-block; background-color: #ffda44; color: #333; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .page-t8yy__hero-cta:hover { background-color: #ffc800; transform: translateY(-3px); } .page-t8yy__section { background-color: #fff; padding: 30px 20px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); margin-bottom: 30px; } .page-t8yy__section-title { text-align: center; font-size: 2.5em; color: #1a2a6c; margin-bottom: 30px; position: relative; } .page-t8yy__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #fdbb2d; margin: 15px auto 0; border-radius: 2px; } .page-t8yy__text-content { font-size: 1.1em; line-height: 1.7; text-align: justify; color: #555; } .page-t8yy__text-content p { margin-bottom: 15px; } .page-t8yy__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; } .page-t8yy__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-t8yy__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-t8yy__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 20px; } .page-t8yy__card { background-color: #f9f9f9; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-t8yy__card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .page-t8yy__card-icon { width: 120px; height: 120px; margin-bottom: 15px; object-fit: contain; } .page-t8yy__card-title { font-size: 1.5em; color: #1a2a6c; margin-bottom: 10px; font-weight: bold; } .page-t8yy__card-description { font-size: 1em; color: #666; line-height: 1.6; flex-grow: 1; } .page-t8yy__card-link { display: inline-block; background-color: #fdbb2d; color: #1a2a6c; padding: 10px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 0.95em; margin-top: 20px; transition: background-color 0.3s ease; } .page-t8yy__card-link:hover { background-color: #ffc800; } .page-t8yy__quick-links-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; } .page-t8yy__quick-link-btn { display: inline-block; background-color: #1a2a6c; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-t8yy__quick-link-btn:hover { background-color: #2a3d8b; transform: translateY(-2px); } .page-t8yy__promo-item { background-color: #e6f7ff; border-left: 5px solid #1a2a6c; padding: 20px; margin-bottom: 15px; border-radius: 8px; } .page-t8yy__promo-title { color: #1a2a6c; font-size: 1.4em; margin-bottom: 10px; font-weight: bold; } .page-t8yy__promo-description { color: #555; line-height: 1.6; } .page-t8yy__faq-list { list-style: none; padding: 0; margin-top: 20px; } .page-t8yy__faq-item { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 10px; margin-bottom: 15px; overflow: hidden; } .page-t8yy__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-t8yy__faq-question:hover { background-color: #f0f0f0; } .page-t8yy__faq-item.active .page-t8yy__faq-question { background-color: #e0e0e0; } .page-t8yy__faq-question h3 { margin: 0; font-size: 1.2em; color: #1a2a6c; pointer-events: none; } .page-t8yy__faq-toggle { font-size: 1.8em; font-weight: bold; color: #fdbb2d; transition: transform 0.3s ease; pointer-events: none; } .page-t8yy__faq-item.active .page-t8yy__faq-toggle { transform: rotate(45deg); color: #1a2a6c; } .page-t8yy__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-t8yy__faq-item.active .page-t8yy__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-t8yy__faq-answer p { margin: 0; color: #666; line-height: 1.6; } .page-t8yy__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 20px; } .page-t8yy__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-t8yy__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .page-t8yy__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-t8yy__blog-content { padding: 20px; } .page-t8yy__blog-title { font-size: 1.3em; color: #1a2a6c; margin-bottom: 10px; line-height: 1.4; } .page-t8yy__blog-date { font-size: 0.9em; color: #999; margin-bottom: 10px; } .page-t8yy__blog-excerpt { font-size: 0.95em; color: #666; line-height: 1.6; margin-bottom: 20px; } .page-t8yy__blog-link { display: inline-block; background-color: #fdbb2d; color: #1a2a6c; padding: 8px 18px; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-t8yy__blog-link:hover { background-color: #ffc800; } @media (max-width: 768px) { .page-t8yy { padding: 0px; } .page-t8yy__hero-section { padding: 60px 15px 40px; padding-top: calc(60px + var(--header-offset, 0px)); } .page-t8yy__hero-title { font-size: 2.2em; } .page-t8yy__hero-subtitle { font-size: 1.2em; } .page-t8yy__hero-cta { padding: 12px 30px; font-size: 1.1em; } .page-t8yy__section { padding: 25px 15px; margin-bottom: 20px; border-radius: 0; } .page-t8yy__section-title { font-size: 2em; margin-bottom: 20px; } .page-t8yy__text-content { font-size: 1em; } .page-t8yy__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-t8yy__payment-logo, .page-t8yy__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-t8yy__grid { grid-template-columns: 1fr; gap: 20px; } .page-t8yy__card { padding: 20px; border-radius: 0; } .page-t8yy__card-icon { width: 100px; height: 100px; } .page-t8yy__card-title { font-size: 1.3em; } .page-t8yy__quick-links-container { flex-direction: column; gap: 10px; } .page-t8yy__quick-link-btn { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 12px 0 !important; margin-left: 0 !important; margin-right: 0 !important; text-align: center; } .page-t8yy__promo-item { padding: 15px; border-radius: 0; } .page-t8yy__promo-title { font-size: 1.2em; } .page-t8yy__faq-question { padding: 15px 20px; } .page-t8yy__faq-question h3 { font-size: 1.1em; } .page-t8yy__faq-answer { padding: 0 20px; } .page-t8yy__faq-item.active .page-t8yy__faq-answer { padding: 15px 20px !important; } .page-t8yy__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-t8yy__blog-card { border-radius: 0; } .page-t8yy__blog-image { height: 180px; } .page-t8yy__blog-content { padding: 15px; } .page-t8yy__blog-title { font-size: 1.2em; } .page-t8yy__blog-excerpt { font-size: 0.9em; } }