.page-where-does-kuya-kurt-live { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-where-does-kuya-kurt-live__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; padding: 10px 20px 60px; min-height: 500px; overflow: hidden; background-color: #1a1a1a; }.page-where-does-kuya-kurt-live__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }.page-where-does-kuya-kurt-live__hero-image-wrapper img { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; }.page-where-does-kuya-kurt-live__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding: 20px; }.page-where-does-kuya-kurt-live__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-where-does-kuya-kurt-live__hero-description { font-size: 1.2em; margin-bottom: 30px; }.page-where-does-kuya-kurt-live__hero-actions { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-where-does-kuya-kurt-live__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; }.page-where-does-kuya-kurt-live__button--primary { background-color: #ffcc00; color: #1a1a1a; border: 2px solid #ffcc00; }.page-where-does-kuya-kurt-live__button--primary:hover { background-color: #e6b800; transform: translateY(-3px); }.page-where-does-kuya-kurt-live__button--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; }.page-where-does-kuya-kurt-live__button--secondary:hover { background-color: rgba(255, 204, 0, 0.1); transform: translateY(-3px); }.page-where-does-kuya-kurt-live__features-section, .page-where-does-kuya-kurt-live__faq-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; }.page-where-does-kuya-kurt-live__section-title { font-size: 2.2em; color: #1a1a1a; margin-bottom: 20px; }.page-where-does-kuya-kurt-live__section-intro { font-size: 1.1em; color: #555; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-where-does-kuya-kurt-live__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; }.page-where-does-kuya-kurt-live__feature-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; }.page-where-does-kuya-kurt-live__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-where-does-kuya-kurt-live__feature-item img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; }.page-where-does-kuya-kurt-live__feature-title { font-size: 1.5em; color: #1a1a1a; margin-bottom: 15px; }.page-where-does-kuya-kurt-live__feature-description { font-size: 1em; color: #666; }.page-where-does-kuya-kurt-live__cta-buttons { margin-top: 30px; }.page-where-does-kuya-kurt-live__faq-container { margin-top: 40px; text-align: left; }.page-where-does-kuya-kurt-live__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; }.page-where-does-kuya-kurt-live__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #ffcc00; color: #1a1a1a; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-where-does-kuya-kurt-live__faq-question:hover { background-color: #e6b800; }.page-where-does-kuya-kurt-live__faq-title { margin: 0; font-size: 1.2em; color: #1a1a1a; pointer-events: none; }.page-where-does-kuya-kurt-live__faq-toggle { font-size: 1.8em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; }.page-where-does-kuya-kurt-live__faq-item.active .page-where-does-kuya-kurt-live__faq-toggle { transform: rotate(45deg); }.page-where-does-kuya-kurt-live__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-where-does-kuya-kurt-live__faq-item.active .page-where-does-kuya-kurt-live__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-where-does-kuya-kurt-live__faq-answer p { margin: 0; color: #555; }.page-where-does-kuya-kurt-live__faq-item.active .page-where-does-kuya-kurt-live__faq-question { background-color: #e6b800; }.page-where-does-kuya-kurt-live__faq-item.active .page-where-does-kuya-kurt-live__faq-title { color: #1a1a1a; }.page-where-does-kuya-kurt-live__faq-item.active .page-where-does-kuya-kurt-live__faq-toggle { color: #1a1a1a; }@media (max-width: 768px) { .page-where-does-kuya-kurt-live__hero-title { font-size: 2em; }.page-where-does-kuya-kurt-live__hero-description { font-size: 1em; }.page-where-does-kuya-kurt-live__hero-actions { flex-direction: column; gap: 15px; }.page-where-does-kuya-kurt-live__button { width: 100%; padding: 12px 20px; font-size: 1em; }.page-where-does-kuya-kurt-live__features-section, .page-where-does-kuya-kurt-live__faq-section { padding: 40px 15px; }.page-where-does-kuya-kurt-live__section-title { font-size: 1.8em; }.page-where-does-kuya-kurt-live__section-intro { font-size: 0.95em; }.page-where-does-kuya-kurt-live__feature-grid { grid-template-columns: 1fr; }.page-where-does-kuya-kurt-live__feature-item { padding: 20px; }.page-where-does-kuya-kurt-live__faq-question { padding: 15px 20px; }.page-where-does-kuya-kurt-live__faq-title { font-size: 1.1em; }.page-where-does-kuya-kurt-live__faq-toggle { font-size: 1.5em; }.page-where-does-kuya-kurt-live__faq-answer { padding: 0 20px; }.page-where-does-kuya-kurt-live__faq-item.active .page-where-does-kuya-kurt-live__faq-answer { padding: 15px 20px !important; }}.page-where-does-kuya-kurt-live img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-where-does-kuya-kurt-live__feature-item { box-sizing: border-box !important; }.page-where-does-kuya-kurt-live__feature-item img { max-width: 100% !important; height: auto !important; }.page-where-does-kuya-kurt-live__feature-grid { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-where-does-kuya-kurt-live__feature-item { 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; }@media (max-width: 768px) { .page-where-does-kuya-kurt-live__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px; padding-right: 15px; } .page-where-does-kuya-kurt-live__feature-grid { padding: 0 15px !important; } }