.page-phlruby-app-login { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-phlruby-app-login__hero-section { background: linear-gradient(135deg, #ff6b6b 0%, #ffc371 100%); color: #fff; padding: 60px 20px 40px; text-align: center; position: relative; overflow: hidden; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; } .page-phlruby-app-login__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:pattern:800x600:abstract,geometric]'); background-size: cover; opacity: 0.1; z-index: 0; } .page-phlruby-app-login__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; } .page-phlruby-app-login__hero-title { font-size: 2.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-phlruby-app-login__hero-subtitle { font-size: 1.1em; margin-bottom: 30px; } .page-phlruby-app-login__login-form { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); max-width: 400px; margin: 0 auto 20px; text-align: left; } .page-phlruby-app-login__form-group { margin-bottom: 20px; } .page-phlruby-app-login__form-group label { display: block; margin-bottom: 8px; font-weight: bold; color: #555; } .page-phlruby-app-login__form-group input[type="text"], .page-phlruby-app-login__form-group input[type="password"] { width: calc(100% - 20px); padding: 12px 10px; border: 1px solid #ddd; border-radius: 5px; font-size: 1em; } .page-phlruby-app-login__form-button { width: 100%; padding: 15px; background-color: #28a745; color: #fff; border: none; border-radius: 5px; font-size: 1.1em; cursor: pointer; transition: background-color 0.3s ease; } .page-phlruby-app-login__form-button:hover { background-color: #218838; } .page-phlruby-app-login__forgot-password { display: block; text-align: right; margin-top: 10px; color: #007bff; text-decoration: none; font-size: 0.9em; } .page-phlruby-app-login__forgot-password:hover { text-decoration: underline; } .page-phlruby-app-login__register-text { text-align: center; margin-top: 25px; font-size: 1em; color: #555; } .page-phlruby-app-login__register-link { color: #007bff; text-decoration: none; font-weight: bold; } .page-phlruby-app-login__register-link:hover { text-decoration: underline; } .page-phlruby-app-login__features-section { padding: 50px 20px; background-color: #fff; text-align: center; } .page-phlruby-app-login__section-title { font-size: 2em; color: #333; margin-bottom: 30px; } .page-phlruby-app-login__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-phlruby-app-login__feature-card { background-color: #f9f9f9; padding: 25px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-phlruby-app-login__feature-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); } .page-phlruby-app-login__feature-icon { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; } .page-phlruby-app-login__feature-title { font-size: 1.3em; color: #333; margin-bottom: 10px; } .page-phlruby-app-login__feature-description { font-size: 0.95em; color: #666; } .page-phlruby-app-login__download-cta { padding: 50px 20px; background-color: #eee; text-align: center; } .page-phlruby-app-login__cta-title { font-size: 2em; color: #333; margin-bottom: 20px; } .page-phlruby-app-login__cta-button { display: inline-block; padding: 15px 30px; background-color: #007bff; color: #fff; text-decoration: none; border-radius: 5px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; margin-top: 20px; } .page-phlruby-app-login__cta-button:hover { background-color: #0056b3; } .page-phlruby-app-login__faq-section { padding: 50px 20px; background-color: #f8f8f8; max-width: 900px; margin: 0 auto; } .page-phlruby-app-login__faq-title { font-size: 2em; color: #333; text-align: center; margin-bottom: 40px; } .page-phlruby-app-login__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-phlruby-app-login__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #eee; user-select: none; } .page-phlruby-app-login__faq-question:hover { background-color: #f5f5f5; } .page-phlruby-app-login__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-phlruby-app-login__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-phlruby-app-login__faq-item.active .page-phlruby-app-login__faq-toggle { transform: rotate(45deg); } .page-phlruby-app-login__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: #555; } .page-phlruby-app-login__faq-item.active .page-phlruby-app-login__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-phlruby-app-login__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-phlruby-app-login__floating-button { display: block; padding: 12px 25px; border-radius: 50px; text-align: center; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.2s ease, background-color 0.2s ease; } .page-phlruby-app-login__floating-button:hover { transform: translateY(-3px); } .page-phlruby-app-login__floating-register { background-color: #28a745; color: #fff; } .page-phlruby-app-login__floating-register:hover { background-color: #218838; } .page-phlruby-app-login__floating-login { background-color: #007bff; color: #fff; } .page-phlruby-app-login__floating-login:hover { background-color: #0056b3; } @media (max-width: 768px) { .page-phlruby-app-login__hero-title { font-size: 1.8em; } .page-phlruby-app-login__hero-subtitle { font-size: 1em; } .page-phlruby-app-login__login-form { padding: 20px; max-width: 100%; } .page-phlruby-app-login__features-grid { grid-template-columns: 1fr; } .page-phlruby-app-login__section-title, .page-phlruby-app-login__cta-title, .page-phlruby-app-login__faq-title { font-size: 1.6em; } .page-phlruby-app-login__faq-question { padding: 12px 15px; } .page-phlruby-app-login__faq-question h3 { font-size: 1em; } .page-phlruby-app-login__faq-answer { padding: 15px !important; word-wrap: break-word; overflow-wrap: break-word; } .page-phlruby-app-login__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-phlruby-app-login__floating-button { padding: 10px 20px; font-size: 0.9em; } .page-phlruby-app-login__features-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-phlruby-app-login__features-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }