.page-playtime-scheduler-for-pickleball-app { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; }.page-playtime-scheduler-for-pickleball-app__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-playtime-scheduler-for-pickleball-app__hero-section { background-color: #007bff; color: #fff; padding: 10px 0 60px 0; text-align: center; position: relative; overflow: hidden; }.page-playtime-scheduler-for-pickleball-app__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 20px; }.page-playtime-scheduler-for-pickleball-app__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: bold; line-height: 1.2; }.page-playtime-scheduler-for-pickleball-app__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; }.page-playtime-scheduler-for-pickleball-app__hero-button { display: inline-block; background-color: #28a745; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; }.page-playtime-scheduler-for-pickleball-app__hero-button:hover { background-color: #218838; }.page-playtime-scheduler-for-pickleball-app__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; }.page-playtime-scheduler-for-pickleball-app__section { padding: 60px 0; }.page-playtime-scheduler-for-pickleball-app__section--light-bg { background-color: #fff; }.page-playtime-scheduler-for-pickleball-app__section-title { text-align: center; font-size: 2.2em; color: #007bff; margin-bottom: 40px; }.page-playtime-scheduler-for-pickleball-app__features-grid, .page-playtime-scheduler-for-pickleball-app__how-it-works-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-playtime-scheduler-for-pickleball-app__feature-item, .page-playtime-scheduler-for-pickleball-app__how-it-works-step { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-playtime-scheduler-for-pickleball-app__feature-item:hover, .page-playtime-scheduler-for-pickleball-app__how-it-works-step:hover { transform: translateY(-5px); }.page-playtime-scheduler-for-pickleball-app__feature-icon { width: 100%; height: 200px; object-fit: cover; margin-bottom: 20px; border-radius: 5px; }.page-playtime-scheduler-for-pickleball-app__feature-title { font-size: 1.5em; color: #007bff; margin-bottom: 15px; }.page-playtime-scheduler-for-pickleball-app__feature-description { font-size: 1em; color: #555; }.page-playtime-scheduler-for-pickleball-app__how-it-works-step-number { background-color: #007bff; color: #fff; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 1.8em; font-weight: bold; margin: 0 auto 20px auto; }.page-playtime-scheduler-for-pickleball-app__how-it-works-step-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; }.page-playtime-scheduler-for-pickleball-app__how-it-works-step-description { font-size: 1em; color: #555; }.page-playtime-scheduler-for-pickleball-app__cta-section { background-color: #007bff; color: #fff; padding: 80px 0; text-align: center; }.page-playtime-scheduler-for-pickleball-app__cta-title { font-size: 2.5em; margin-bottom: 20px; }.page-playtime-scheduler-for-pickleball-app__cta-description { font-size: 1.2em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-playtime-scheduler-for-pickleball-app__faq-section { padding: 60px 0; background-color: #f0f8ff; }.page-playtime-scheduler-for-pickleball-app__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-playtime-scheduler-for-pickleball-app__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 30px; font-size: 1.2em; font-weight: bold; color: #007bff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-playtime-scheduler-for-pickleball-app__faq-question:hover { background-color: #e9f5ff; }.page-playtime-scheduler-for-pickleball-app__faq-question h3 { margin: 0; pointer-events: none; flex-grow: 1; text-align: left; }.page-playtime-scheduler-for-pickleball-app__faq-toggle { font-size: 1.5em; margin-left: 20px; pointer-events: none; transition: transform 0.3s ease; }.page-playtime-scheduler-for-pickleball-app__faq-item.active .page-playtime-scheduler-for-pickleball-app__faq-toggle { transform: rotate(45deg); }.page-playtime-scheduler-for-pickleball-app__faq-answer { max-height: 0; overflow: hidden; padding: 0 30px; 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; text-align: left; }.page-playtime-scheduler-for-pickleball-app__faq-item.active .page-playtime-scheduler-for-pickleball-app__faq-answer { max-height: 2000px !important; padding: 20px 30px !important; opacity: 1; }.page-playtime-scheduler-for-pickleball-app__promo-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; margin-top: 20px; }.page-playtime-scheduler-for-pickleball-app__promo-button:hover { background-color: #e0a800; }@media (max-width: 768px) { .page-playtime-scheduler-for-pickleball-app__hero-title { font-size: 2em; }.page-playtime-scheduler-for-pickleball-app__hero-subtitle { font-size: 1em; }.page-playtime-scheduler-for-pickleball-app__hero-button { padding: 12px 25px; font-size: 1em; }.page-playtime-scheduler-for-pickleball-app__section { padding: 40px 0; }.page-playtime-scheduler-for-pickleball-app__section-title { font-size: 1.8em; margin-bottom: 30px; }.page-playtime-scheduler-for-pickleball-app__features-grid, .page-playtime-scheduler-for-pickleball-app__how-it-works-grid { grid-template-columns: 1fr; }.page-playtime-scheduler-for-pickleball-app__feature-item, .page-playtime-scheduler-for-pickleball-app__how-it-works-step { padding: 20px; }.page-playtime-scheduler-for-pickleball-app__feature-icon { height: 180px; }.page-playtime-scheduler-for-pickleball-app__feature-title { font-size: 1.3em; }.page-playtime-scheduler-for-pickleball-app__how-it-works-step-number { width: 40px; height: 40px; font-size: 1.5em; }.page-playtime-scheduler-for-pickleball-app__how-it-works-step-title { font-size: 1.2em; }.page-playtime-scheduler-for-pickleball-app__cta-title { font-size: 2em; }.page-playtime-scheduler-for-pickleball-app__cta-description { font-size: 1em; }.page-playtime-scheduler-for-pickleball-app__faq-question { padding: 15px 20px; font-size: 1.1em; }.page-playtime-scheduler-for-pickleball-app__faq-answer { padding: 15px 20px !important; }.page-playtime-scheduler-for-pickleball-app__faq-question h3 { font-size: 1.1em; }.page-playtime-scheduler-for-pickleball-app__promo-button { padding: 12px 25px; font-size: 1em; } /* List item mobile responsiveness */ .page-playtime-scheduler-for-pickleball-app__features-grid > div, .page-playtime-scheduler-for-pickleball-app__how-it-works-grid > div { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-playtime-scheduler-for-pickleball-app__features-grid, .page-playtime-scheduler-for-pickleball-app__how-it-works-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }}