body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-kuya-j-paco__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-kuya-j-paco__hero-section { background: linear-gradient(135deg, #2a0a5e, #1a0a3e); color: #fff; text-align: center; padding: 10px 0 60px; position: relative; overflow: hidden; } .page-kuya-j-paco__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 40px 20px; } .page-kuya-j-paco__hero-title { font-size: 3em; margin-bottom: 20px; line-height: 1.2; } .page-kuya-j-paco__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; } .page-kuya-j-paco__hero-buttons { display: flex; justify-content: center; gap: 20px; } .page-kuya-j-paco__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1.1em; } .page-kuya-j-paco__button--primary { background-color: #e94560; color: #fff; border: 2px solid #e94560; } .page-kuya-j-paco__button--primary:hover { background-color: #d83452; transform: translateY(-3px); } .page-kuya-j-paco__button--secondary { background-color: transparent; color: #e94560; border: 2px solid #e94560; } .page-kuya-j-paco__button--secondary:hover { background-color: #e94560; color: #fff; transform: translateY(-3px); } .page-kuya-j-paco__button--small { padding: 10px 20px; font-size: 0.9em; } .page-kuya-j-paco__button--large { padding: 18px 35px; font-size: 1.2em; } .page-kuya-j-paco__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; } .page-kuya-j-paco__section-title { font-size: 2.5em; text-align: center; margin-bottom: 20px; color: #fff; } .page-kuya-j-paco__section-description { text-align: center; max-width: 800px; margin: 0 auto 40px; font-size: 1.1em; color: #b0b0b0; } .page-kuya-j-paco__about-section, .page-kuya-j-paco__providers-section, .page-kuya-j-paco__promo-section, .page-kuya-j-paco__faq-section, .page-kuya-j-paco__cta-section { padding: 80px 0; } .page-kuya-j-paco__about-section { background-color: #16213e; } .page-kuya-j-paco__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .page-kuya-j-paco__feature-item { background-color: #0f3460; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-kuya-j-paco__feature-item:hover { transform: translateY(-5px); } .page-kuya-j-paco__feature-icon { width: 100%; max-width: 200px; height: auto; margin-bottom: 20px; border-radius: 5px; } .page-kuya-j-paco__feature-title { font-size: 1.5em; margin-bottom: 15px; color: #e94560; } .page-kuya-j-paco__feature-text { color: #b0b0b0; } .page-kuya-j-paco__providers-section { background-color: #0f3460; } .page-kuya-j-paco__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; margin-top: 40px; } .page-kuya-j-paco__provider-logo { height: 80px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-kuya-j-paco__provider-logo:hover { filter: grayscale(0%); opacity: 1; } .page-kuya-j-paco__call-to-action { text-align: center; margin-top: 60px; } .page-kuya-j-paco__promo-section { background-color: #16213e; } .page-kuya-j-paco__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .page-kuya-j-paco__promo-card { background-color: #0f3460; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-j-paco__promo-image { width: 100%; max-width: 400px; height: auto; object-fit: cover; margin-bottom: 20px; border-radius: 8px; } .page-kuya-j-paco__promo-title { font-size: 1.4em; margin-bottom: 10px; color: #e94560; } .page-kuya-j-paco__promo-text { color: #b0b0b0; margin-bottom: 20px; flex-grow: 1; } .page-kuya-j-paco__faq-section { background-color: #1a1a2e; } .page-kuya-j-paco__faq-list { max-width: 800px; margin: 40px auto 0; } .page-kuya-j-paco__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-kuya-j-paco__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #2a0a5e; transition: background-color 0.3s ease; } .page-kuya-j-paco__faq-question:hover { background-color: #3e0e7e; } .page-kuya-j-paco__faq-question-title { font-size: 1.2em; margin: 0; color: #fff; pointer-events: none; } .page-kuya-j-paco__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-kuya-j-paco__faq-item.active .page-kuya-j-paco__faq-toggle { transform: rotate(45deg); } .page-kuya-j-paco__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-kuya-j-paco__faq-item.active .page-kuya-j-paco__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-kuya-j-paco__faq-answer p { margin: 0; color: #b0b0b0; } .page-kuya-j-paco__cta-section { background: linear-gradient(135deg, #1a0a3e, #2a0a5e); text-align: center; padding: 100px 0; } .page-kuya-j-paco__cta-content { display: flex; flex-direction: column; align-items: center; max-width: 800px; } .page-kuya-j-paco__cta-title { font-size: 2.8em; margin-bottom: 20px; color: #fff; } .page-kuya-j-paco__cta-description { font-size: 1.3em; margin-bottom: 40px; color: #b0b0b0; } .highlight { color: #e94560; } @media (max-width: 768px) { .page-kuya-j-paco__hero-title { font-size: 2.2em; } .page-kuya-j-paco__hero-subtitle { font-size: 1em; } .page-kuya-j-paco__hero-buttons { flex-direction: column; gap: 15px; } .page-kuya-j-paco__button { width: 100%; max-width: 280px; } .page-kuya-j-paco__section-title { font-size: 2em; } .page-kuya-j-paco__section-description { font-size: 0.95em; } .page-kuya-j-paco__about-section, .page-kuya-j-paco__providers-section, .page-kuya-j-paco__promo-section, .page-kuya-j-paco__faq-section, .page-kuya-j-paco__cta-section { padding: 60px 0; } .page-kuya-j-paco__features-grid, .page-kuya-j-paco__promo-cards { grid-template-columns: 1fr; } .page-kuya-j-paco__feature-item, .page-kuya-j-paco__promo-card { padding: 20px; } .page-kuya-j-paco__feature-icon, .page-kuya-j-paco__promo-image { max-width: 100%; height: auto; } .page-kuya-j-paco__provider-logo { height: 60px; } .page-kuya-j-paco__faq-question { padding: 15px 20px; } .page-kuya-j-paco__faq-question-title { font-size: 1.1em; } .page-kuya-j-paco__faq-answer { padding: 0 20px; } .page-kuya-j-paco__faq-item.active .page-kuya-j-paco__faq-answer { padding: 15px 20px !important; } .page-kuya-j-paco__cta-title { font-size: 2em; } .page-kuya-j-paco__cta-description { font-size: 1.1em; } .page-kuya-j-paco__button--large { width: auto; max-width: none; } /* Responsive list item adjustments */ .page-kuya-j-paco__features-grid > *, .page-kuya-j-paco__promo-cards > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-j-paco__features-grid, .page-kuya-j-paco__promo-cards, .page-kuya-j-paco__provider-logos, .page-kuya-j-paco__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 0 !important; padding-right: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-j-paco__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 375px) { .page-kuya-j-paco__hero-title { font-size: 1.8em; } .page-kuya-j-paco__section-title { font-size: 1.8em; } .page-kuya-j-paco__cta-title { font-size: 1.8em; } }