/* General Styling for page-phcrown-com-login-password */.page-phcrown-com-login-password {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f8f8f8;}.page-phcrown-com-login-password__container {max-width: 1200px;margin: 0 auto;padding: 0 15px;box-sizing: border-box;}.page-phcrown-com-login-password__section-title {font-size: 2.5em;color: #1a1a1a;text-align: center;margin-bottom: 20px;font-weight: bold;}.page-phcrown-com-login-password__section-description {font-size: 1.1em;color: #555;text-align: center;margin-bottom: 40px;max-width: 800px;margin-left: auto;margin-right: auto;}.page-phcrown-com-login-password__button {display: inline-block;padding: 12px 25px;border-radius: 8px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.2s ease;cursor: pointer;font-size: 1em;text-align: center;min-width: 150px;}.page-phcrown-com-login-password__button--primary {background-color: #e44d26; /* A vibrant color for primary action */color: #ffffff;border: 2px solid #e44d26;}.page-phcrown-com-login-password__button--primary:hover {background-color: #d13a1a;transform: translateY(-2px);}.page-phcrown-com-login-password__button--secondary {background-color: #ffffff;color: #e44d26;border: 2px solid #e44d26;}.page-phcrown-com-login-password__button--secondary:hover {background-color: #f0f0f0;transform: translateY(-2px);}/* Hero Section */.page-phcrown-com-login-password__hero-section {display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding: 80px 0 50px;background: linear-gradient(135deg, #2c3e50, #4ca1af); /* Dark blue to teal gradient */color: #ffffff;position: relative;overflow: hidden;padding-top: calc(10px + var(--header-offset, 0px)); /* Small decorative padding + header offset */}.page-phcrown-com-login-password__hero-content {max-width: 800px;z-index: 1;position: relative;padding: 0 15px;}.page-phcrown-com-login-password__hero-title {font-size: 3.2em;margin-bottom: 20px;line-height: 1.2;color: #ffffff;font-weight: bold;}.page-phcrown-com-login-password__hero-description {font-size: 1.3em;margin-bottom: 40px;color: #e0e0e0;}.page-phcrown-com-login-password__hero-buttons {display: flex;gap: 20px;justify-content: center;}.page-phcrown-com-login-password__hero-image-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;z-index: 0;}.page-phcrown-com-login-password__hero-image {width: 100%;height: 100%;object-fit: cover;opacity: 0.2; /* Subtle background image */}/* Login Guide Section */.page-phcrown-com-login-password__login-guide-section {padding: 80px 0;background-color: #ffffff;}.page-phcrown-com-login-password__steps-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 30px;text-align: center;}.page-phcrown-com-login-password__step-item {background-color: #f9f9f9;border-radius: 12px;padding: 30px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);transition: transform 0.3s ease;box-sizing: border-box;}.page-phcrown-com-login-password__step-item:hover {transform: translateY(-10px);}.page-phcrown-com-login-password__step-icon {width: 100%; /* Ensure image fits container */max-width: 120px; /* Max size for the icon */height: auto;margin-bottom: 20px;}.page-phcrown-com-login-password__step-title {font-size: 1.5em;color: #e44d26;margin-bottom: 10px;}.page-phcrown-com-login-password__step-text {color: #666;}/* Password Recovery Section */.page-phcrown-com-login-password__password-recovery-section {padding: 80px 0;background-color: #f0f2f5;}.page-phcrown-com-login-password__recovery-options {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}.page-phcrown-com-login-password__recovery-card {background-color: #ffffff;border-radius: 12px;padding: 30px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);text-align: center;display: flex;flex-direction: column;align-items: center;box-sizing: border-box;}.page-phcrown-com-login-password__recovery-image {width: 100%;max-width: 250px;height: auto;margin-bottom: 25px;border-radius: 8px;}.page-phcrown-com-login-password__card-title {font-size: 1.8em;color: #1a1a1a;margin-bottom: 15px;}.page-phcrown-com-login-password__card-text {color: #666;margin-bottom: 25px;flex-grow: 1;}/* Security Tips Section */.page-phcrown-com-login-password__security-tips-section {padding: 80px 0;background-color: #ffffff;}.page-phcrown-com-login-password__tips-list {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}.page-phcrown-com-login-password__tip-item {display: flex;align-items: flex-start;background-color: #f9f9f9;border-radius: 12px;padding: 25px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);box-sizing: border-box; /* Crucial for responsiveness */}.page-phcrown-com-login-password__tip-icon {width: 100%;max-width: 80px;height: auto;margin-right: 20px;flex-shrink: 0;}.page-phcrown-com-login-password__tip-content {flex-grow: 1;}.page-phcrown-com-login-password__tip-title {font-size: 1.3em;color: #e44d26;margin-bottom: 8px;}.page-phcrown-com-login-password__tip-text {color: #666;font-size: 0.95em;}/* FAQ Section */.page-phcrown-com-login-password__faq-section {padding: 80px 0;background-color: #f0f2f5;}.page-phcrown-com-login-password__faq-list {max-width: 800px;margin: 0 auto;}.page-phcrown-com-login-password__faq-item {background-color: #ffffff;border-radius: 10px;margin-bottom: 15px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);overflow: hidden;}.page-phcrown-com-login-password__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;background-color: #ffffff;border-bottom: 1px solid #eee;transition: background-color 0.3s ease;user-select: none;}.page-phcrown-com-login-password__faq-question:hover {background-color: #f5f5f5;}.page-phcrown-com-login-password__faq-heading {font-size: 1.2em;color: #1a1a1a;margin: 0;flex-grow: 1;pointer-events: none; /* Prevent text selection from interfering with click */font-weight: 600;}.page-phcrown-com-login-password__faq-toggle {font-size: 1.8em;color: #e44d26;margin-left: 20px;transition: transform 0.3s ease;pointer-events: none; /* Prevent icon from interfering with click */}.page-phcrown-com-login-password__faq-item.active .page-phcrown-com-login-password__faq-toggle {transform: rotate(45deg); /* Change + to X (or rotate to -) */}.page-phcrown-com-login-password__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px; /* Initial padding for transition */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;font-size: 1em;}.page-phcrown-com-login-password__faq-item.active .page-phcrown-com-login-password__faq-answer {max-height: 2000px !important; /* Sufficiently large to reveal content */padding: 20px 25px !important; /* Expanded padding */opacity: 1;}/* Call to Action Section */.page-phcrown-com-login-password__cta-section {padding: 80px 0;background: linear-gradient(45deg, #e44d26, #f7b731); /* Orange to yellow gradient */text-align: center;color: #ffffff;}.page-phcrown-com-login-password__cta-section .page-phcrown-com-login-password__section-title,.page-phcrown-com-login-password__cta-section .page-phcrown-com-login-password__section-description {color: #ffffff;}.page-phcrown-com-login-password__cta-section .page-phcrown-com-login-password__button {margin: 0 10px;}.page-phcrown-com-login-password__cta-section .page-phcrown-com-login-password__button--primary {background-color: #ffffff;color: #e44d26;border: 2px solid #ffffff;}.page-phcrown-com-login-password__cta-section .page-phcrown-com-login-password__button--primary:hover {background-color: #f0f0f0;color: #c73c1c;}.page-phcrown-com-login-password__cta-section .page-phcrown-com-login-password__button--secondary {background-color: transparent;color: #ffffff;border: 2px solid #ffffff;}.page-phcrown-com-login-password__cta-section .page-phcrown-com-login-password__button--secondary:hover {background-color: rgba(255, 255, 255, 0.1);}/* Responsive Design */@media (max-width: 1024px) {.page-phcrown-com-login-password__hero-title {font-size: 2.8em;}.page-phcrown-com-login-password__hero-description {font-size: 1.2em;}.page-phcrown-com-login-password__section-title {font-size: 2em;}}@media (max-width: 768px) {.page-phcrown-com-login-password__hero-section {padding: 60px 0 40px;padding-top: calc(10px + var(--header-offset, 0px));}.page-phcrown-com-login-password__hero-title {font-size: 2.2em;}.page-phcrown-com-login-password__hero-description {font-size: 1em;}.page-phcrown-com-login-password__hero-buttons {flex-direction: column;gap: 15px;}.page-phcrown-com-login-password__button {width: 100%;max-width: 300px;margin: 0 auto;}.page-phcrown-com-login-password__section-title {font-size: 1.8em;}.page-phcrown-com-login-password__section-description {font-size: 0.95em;margin-bottom: 30px;}/* List item responsiveness */.page-phcrown-com-login-password__steps-grid,.page-phcrown-com-login-password__recovery-options,.page-phcrown-com-login-password__tips-list {grid-template-columns: 1fr; /* Stack items */gap: 20px;}.page-phcrown-com-login-password__step-item,.page-phcrown-com-login-password__recovery-card,.page-phcrown-com-login-password__tip-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: 20px;}.page-phcrown-com-login-password__tip-item {flex-direction: column;text-align: center;align-items: center;}.page-phcrown-com-login-password__tip-icon {margin-right: 0;margin-bottom: 15px;}.page-phcrown-com-login-password__faq-question {padding: 15px 20px;}.page-phcrown-com-login-password__faq-heading {font-size: 1.1em;}.page-phcrown-com-login-password__faq-answer {padding: 0 20px;}.page-phcrown-com-login-password__faq-item.active .page-phcrown-com-login-password__faq-answer {padding: 15px 20px !important;}/* Image responsiveness */.page-phcrown-com-login-password__hero-image,.page-phcrown-com-login-password__step-icon,.page-phcrown-com-login-password__recovery-image,.page-phcrown-com-login-password__tip-icon {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-phcrown-com-login-password__hero-image-wrapper,.page-phcrown-com-login-password__step-item,.page-phcrown-com-login-password__recovery-card {width: 100% !important;max-width: 100% !important;overflow: hidden !important;box-sizing: border-box !important;}}@media (max-width: 480px) {.page-phcrown-com-login-password__hero-title {font-size: 1.8em;}.page-phcrown-com-login-password__section-title {font-size: 1.5em;}.page-phcrown-com-login-password__faq-heading {font-size: 1em;}}/* Ensure text wrapping for all list items and general content */.page-phcrown-com-login-password__tip-text,.page-phcrown-com-login-password__step-text,.page-phcrown-com-login-password__card-text,.page-phcrown-com-login-password__faq-answer p {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}