.page-phpark-app-login { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-phpark-app-login__hero-section { background: linear-gradient(135deg, #0056b3, #007bff); color: #fff; padding: 60px 20px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 70px; /* Small decorative padding, body padding-top is handled by shared.css */ position: relative; overflow: hidden; }.page-phpark-app-login__hero-content { max-width: 900px; z-index: 1; }.page-phpark-app-login__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #fff; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }.page-phpark-app-login__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; opacity: 0.9; }.page-phpark-app-login__hero-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }.page-phpark-app-login__button { display: inline-block; padding: 12px 28px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; font-size: 1em; box-sizing: border-box; }.page-phpark-app-login__button--primary { background-color: #ffc107; color: #333; border: 2px solid #ffc107; }.page-phpark-app-login__button--primary:hover { background-color: #e0a800; transform: translateY(-2px); }.page-phpark-app-login__button--secondary { background-color: transparent; color: #fff; border: 2px solid #fff; }.page-phpark-app-login__button--secondary:hover { background-color: rgba(255,255,255,0.2); transform: translateY(-2px); }.page-phpark-app-login__hero-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; }.page-phpark-app-login__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }.page-phpark-app-login__section-title { font-size: 2.2em; color: #0056b3; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; }.page-phpark-app-login__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffc107; border-radius: 2px; }.page-phpark-app-login__features-section, .page-phpark-app-login__how-to-section, .page-phpark-app-login__faq-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; }.page-phpark-app-login__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; }.page-phpark-app-login__feature-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); transition: transform 0.3s ease; box-sizing: border-box; }.page-phpark-app-login__feature-item:hover { transform: translateY(-5px); }.page-phpark-app-login__feature-icon { width: 200px; height: 150px; object-fit: contain; margin-bottom: 20px; }.page-phpark-app-login__feature-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; }.page-phpark-app-login__feature-description { font-size: 1em; color: #555; }.page-phpark-app-login__steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; margin-bottom: 40px; }.page-phpark-app-login__step-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); box-sizing: border-box; }.page-phpark-app-login__step-number { font-size: 2.5em; font-weight: bold; color: #ffc107; margin-bottom: 15px; }.page-phpark-app-login__step-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; }.page-phpark-app-login__step-description { font-size: 1em; color: #555; }.page-phpark-app-login__cta-buttons { text-align: center; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-phpark-app-login__faq-list { max-width: 800px; margin: 0 auto; }.page-phpark-app-login__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); overflow: hidden; box-sizing: border-box; }.page-phpark-app-login__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f0f0f0; border-bottom: 1px solid #e0e0e0; transition: background-color 0.3s ease; user-select: none; }.page-phpark-app-login__faq-question:hover { background-color: #e5e5e5; }.page-phpark-app-login__faq-question-text { margin: 0; font-size: 1.1em; color: #0056b3; pointer-events: none; }.page-phpark-app-login__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffc107; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; }.page-phpark-app-login__faq-item.active .page-phpark-app-login__faq-toggle { transform: rotate(45deg); }.page-phpark-app-login__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-phpark-app-login__faq-item.active .page-phpark-app-login__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-phpark-app-login__faq-answer p { margin: 0; font-size: 0.95em; color: #555; }.page-phpark-app-login__floating-buttons { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 15px; z-index: 1000; width: 90%; max-width: 400px; }.page-phpark-app-login__floating-button { flex: 1; padding: 12px 0; text-align: center; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }.page-phpark-app-login__floating-button--register { background-color: #ffc107; color: #333; }.page-phpark-app-login__floating-button--register:hover { background-color: #e0a800; transform: translateY(-2px); }.page-phpark-app-login__floating-button--login { background-color: #007bff; color: #fff; }.page-phpark-app-login__floating-button--login:hover { background-color: #0056b3; transform: translateY(-2px); }@media (max-width: 768px) { .page-phpark-app-login__hero-title { font-size: 2em; }.page-phpark-app-login__hero-subtitle { font-size: 1em; }.page-phpark-app-login__hero-buttons { flex-direction: column; gap: 10px; }.page-phpark-app-login__button { width: 100%; }.page-phpark-app-login__section-title { font-size: 1.8em; }.page-phpark-app-login__features-grid, .page-phpark-app-login__steps-grid { grid-template-columns: 1fr; }.page-phpark-app-login__feature-item, .page-phpark-app-login__step-item { padding: 20px; }.page-phpark-app-login__feature-icon { max-width: 100%; height: auto; margin-bottom: 15px; }.page-phpark-app-login__faq-question { padding: 15px 20px; }.page-phpark-app-login__faq-question-text { font-size: 1em; }.page-phpark-app-login__faq-answer { padding: 0 20px; }.page-phpark-app-login__faq-item.active .page-phpark-app-login__faq-answer { padding: 15px 20px !important; }.page-phpark-app-login__floating-buttons { width: calc(100% - 40px); bottom: 15px; }.page-phpark-app-login__floating-button { font-size: 1em; padding: 10px 0; }.page-phpark-app-login__hero-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-phpark-app-login__feature-icon, .page-phpark-app-login__hero-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }