.page-kuya-kim-on-weather {    font-family: Arial, sans-serif;    color: #333;    line-height: 1.6;    background-color: #f4f7f6;    padding-top: 10px;}.page-kuya-kim-on-weather__section-title {    font-size: 2.2em;    color: #0056b3;    text-align: center;    margin-bottom: 20px;    padding-top: 40px;    font-weight: bold;}.page-kuya-kim-on-weather__section-description {    font-size: 1.1em;    text-align: center;    max-width: 800px;    margin: 0 auto 40px;    color: #555;}.page-kuya-kim-on-weather__hero-section {    position: relative;    width: 100%;    height: 60vh;    min-height: 400px;    display: flex;    align-items: center;    justify-content: center;    overflow: hidden;    color: #fff;    text-align: center;    margin-bottom: 40px;}.page-kuya-kim-on-weather__hero-image {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    object-fit: cover;    z-index: 1;}.page-kuya-kim-on-weather__hero-section::before {    content: '';    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background: rgba(0, 0, 0, 0.6);    z-index: 2;}.page-kuya-kim-on-weather__hero-content {    position: relative;    z-index: 3;    max-width: 900px;    padding: 20px;}.page-kuya-kim-on-weather__hero-title {    font-size: 3.5em;    margin-bottom: 15px;    line-height: 1.2;    font-weight: 700;    color: #ffd700;}.page-kuya-kim-on-weather__hero-description {    font-size: 1.3em;    margin-bottom: 30px;    max-width: 700px;    margin-left: auto;    margin-right: auto;    color: #eee;}.page-kuya-kim-on-weather__cta-button {    display: inline-block;    background-color: #e63946;    color: #fff;    padding: 15px 30px;    border-radius: 5px;    text-decoration: none;    font-size: 1.2em;    font-weight: bold;    transition: background-color 0.3s ease;    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);}.page-kuya-kim-on-weather__cta-button:hover {    background-color: #c92c3a;}.page-kuya-kim-on-weather__introduction-section {    padding: 60px 20px;    background-color: #fff;    text-align: center;    border-bottom: 1px solid #eee;}.page-kuya-kim-on-weather__features-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;}.page-kuya-kim-on-weather__feature-item {    background-color: #f9f9f9;    padding: 30px;    border-radius: 10px;    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);    transition: transform 0.3s ease;}.page-kuya-kim-on-weather__feature-item:hover {    transform: translateY(-5px);}.page-kuya-kim-on-weather__feature-icon {    width: 100%;    max-width: 200px;    height: auto;    margin-bottom: 15px;    border-radius: 8px;    object-fit: cover;}.page-kuya-kim-on-weather__feature-title {    font-size: 1.5em;    color: #0056b3;    margin-bottom: 10px;}.page-kuya-kim-on-weather__feature-text {    font-size: 1em;    color: #666;}.page-kuya-kim-on-weather__quick-access-section {    padding: 60px 20px;    background-color: #f4f7f6;    text-align: center;}.page-kuya-kim-on-weather__access-buttons {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 20px;    margin-top: 30px;}.page-kuya-kim-on-weather__access-button {    display: inline-block;    background-color: #1a75bc;    color: #fff;    padding: 12px 25px;    border-radius: 5px;    text-decoration: none;    font-size: 1.1em;    font-weight: bold;    transition: background-color 0.3s ease;    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);}.page-kuya-kim-on-weather__access-button:hover {    background-color: #145e99;}.page-kuya-kim-on-weather__games-section {    padding: 60px 20px;    background-color: #fff;    border-bottom: 1px solid #eee;}.page-kuya-kim-on-weather__game-categories {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;}.page-kuya-kim-on-weather__game-card {    background-color: #f9f9f9;    border-radius: 10px;    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);    overflow: hidden;    text-align: center;    transition: transform 0.3s ease;}.page-kuya-kim-on-weather__game-card:hover {    transform: translateY(-5px);}.page-kuya-kim-on-weather__game-image {    width: 100%;    height: 200px;    object-fit: cover;    border-bottom: 1px solid #eee;}.page-kuya-kim-on-weather__game-title {    font-size: 1.4em;    color: #0056b3;    margin: 20px 0 10px;    padding: 0 15px;}.page-kuya-kim-on-weather__game-text {    font-size: 0.95em;    color: #666;    padding: 0 15px 20px;}.page-kuya-kim-on-weather__game-button {    display: block;    background-color: #28a745;    color: #fff;    padding: 10px 15px;    text-decoration: none;    font-size: 1em;    font-weight: bold;    transition: background-color 0.3s ease;    margin-top: auto;    border-radius: 0 0 10px 10px;}.page-kuya-kim-on-weather__game-button:hover {    background-color: #218838;}.page-kuya-kim-on-weather__promotions-section {    padding: 60px 20px;    background-color: #f4f7f6;    text-align: center;}.page-kuya-kim-on-weather__promo-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;}.page-kuya-kim-on-weather__promo-card {    background-color: #fff;    border-radius: 10px;    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);    overflow: hidden;    text-align: center;    transition: transform 0.3s ease;    display: flex;    flex-direction: column;}.page-kuya-kim-on-weather__promo-card:hover {    transform: translateY(-5px);}.page-kuya-kim-on-weather__promo-image {    width: 100%;    height: 250px;    object-fit: cover;    border-bottom: 1px solid #eee;}.page-kuya-kim-on-weather__promo-title {    font-size: 1.4em;    color: #e63946;    margin: 20px 0 10px;    padding: 0 15px;}.page-kuya-kim-on-weather__promo-text {    font-size: 0.95em;    color: #666;    padding: 0 15px 20px;    flex-grow: 1;}.page-kuya-kim-on-weather__promo-button {    display: block;    background-color: #e63946;    color: #fff;    padding: 12px 15px;    text-decoration: none;    font-size: 1em;    font-weight: bold;    transition: background-color 0.3s ease;    margin-top: auto;    border-radius: 0 0 10px 10px;}.page-kuya-kim-on-weather__promo-button:hover {    background-color: #c92c3a;}.page-kuya-kim-on-weather__security-section {    padding: 60px 20px;    background-color: #fff;    text-align: center;}.page-kuya-kim-on-weather__security-features {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;}.page-kuya-kim-on-weather__security-item {    background-color: #f9f9f9;    padding: 30px;    border-radius: 10px;    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);    display: flex;    flex-direction: column;    align-items: center;}.page-kuya-kim-on-weather__security-icon {    width: 100%;    max-width: 200px;    height: auto;    margin-bottom: 15px;    border-radius: 8px;    object-fit: cover;}.page-kuya-kim-on-weather__security-title {    font-size: 1.5em;    color: #0056b3;    margin-bottom: 10px;}.page-kuya-kim-on-weather__security-text {    font-size: 1em;    color: #666;    flex-grow: 1;    margin-bottom: 20px;}.page-kuya-kim-on-weather__contact-button {    display: inline-block;    background-color: #1a75bc;    color: #fff;    padding: 10px 20px;    border-radius: 5px;    text-decoration: none;    font-size: 1em;    font-weight: bold;    transition: background-color 0.3s ease;    margin-top: auto;}.page-kuya-kim-on-weather__contact-button:hover {    background-color: #145e99;}.page-kuya-kim-on-weather__faq-section {    padding: 60px 20px;    background-color: #f4f7f6;    border-bottom: 1px solid #eee;}.page-kuya-kim-on-weather__faq-container {    max-width: 900px;    margin: 0 auto;}.page-kuya-kim-on-weather__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-kuya-kim-on-weather__faq-question {    display: flex;    justify-content: space-between;    align-items: center;    padding: 20px 25px;    cursor: pointer;    user-select: none;    background-color: #e0eafc;    color: #0056b3;    font-weight: bold;    transition: background-color 0.3s ease;}.page-kuya-kim-on-weather__faq-question:hover {    background-color: #cddcfb;}.page-kuya-kim-on-weather__faq-question h3 {    margin: 0;    font-size: 1.15em;    flex-grow: 1;    pointer-events: none;}.page-kuya-kim-on-weather__faq-toggle {    font-size: 1.5em;    margin-left: 15px;    transition: transform 0.3s ease;    pointer-events: none;}.page-kuya-kim-on-weather__faq-item.active .page-kuya-kim-on-weather__faq-toggle {    transform: rotate(45deg);}.page-kuya-kim-on-weather__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;    color: #444;    font-size: 1em;}.page-kuya-kim-on-weather__faq-item.active .page-kuya-kim-on-weather__faq-answer {    max-height: 2000px !important;    padding: 20px 25px !important;    opacity: 1;}.page-kuya-kim-on-weather__blog-section {    padding: 60px 20px;    background-color: #fff;    text-align: center;}.page-kuya-kim-on-weather__blog-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;}.page-kuya-kim-on-weather__blog-card {    background-color: #f9f9f9;    border-radius: 10px;    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);    overflow: hidden;    text-align: left;    transition: transform 0.3s ease;    display: flex;    flex-direction: column;}.page-kuya-kim-on-weather__blog-card:hover {    transform: translateY(-5px);}.page-kuya-kim-on-weather__blog-image {    width: 100%;    height: 220px;    object-fit: cover;    border-bottom: 1px solid #eee;}.page-kuya-kim-on-weather__blog-content {    padding: 20px;    flex-grow: 1;    display: flex;    flex-direction: column;}.page-kuya-kim-on-weather__blog-title {    font-size: 1.3em;    color: #0056b3;    margin-bottom: 10px;    line-height: 1.3;}.page-kuya-kim-on-weather__blog-title a {    text-decoration: none;    color: inherit;    transition: color 0.3s ease;}.page-kuya-kim-on-weather__blog-title a:hover {    color: #e63946;}.page-kuya-kim-on-weather__blog-excerpt {    font-size: 0.95em;    color: #666;    margin-bottom: 15px;    flex-grow: 1;}.page-kuya-kim-on-weather__blog-date {    font-size: 0.85em;    color: #999;    text-align: right;    margin-top: auto;}@media (max-width: 1024px) {    .page-kuya-kim-on-weather__hero-title {        font-size: 3em;    }    .page-kuya-kim-on-weather__hero-description {        font-size: 1.2em;    }    .page-kuya-kim-on-weather__section-title {        font-size: 2em;    }}@media (max-width: 768px) {    .page-kuya-kim-on-weather__hero-section {        height: 50vh;        min-height: 300px;    }    .page-kuya-kim-on-weather__hero-title {        font-size: 2.2em;    }    .page-kuya-kim-on-weather__hero-description {        font-size: 1em;    }    .page-kuya-kim-on-weather__cta-button {        padding: 12px 25px;        font-size: 1em;    }    .page-kuya-kim-on-weather__section-title {        font-size: 1.8em;    }    .page-kuya-kim-on-weather__section-description {        font-size: 1em;        margin-bottom: 25px;    }    .page-kuya-kim-on-weather__features-grid,    .page-kuya-kim-on-weather__game-categories,    .page-kuya-kim-on-weather__promo-grid,    .page-kuya-kim-on-weather__security-features,    .page-kuya-kim-on-weather__blog-grid {        grid-template-columns: 1fr;        gap: 20px;    }    .page-kuya-kim-on-weather__feature-item,    .page-kuya-kim-on-weather__game-card,    .page-kuya-kim-on-weather__promo-card,    .page-kuya-kim-on-weather__security-item,    .page-kuya-kim-on-weather__blog-card {        width: 100% !important;        max-width: 100% !important;        box-sizing: border-box !important;        margin-left: 0 !important;        margin-right: 0 !important;        padding: 20px;    }    .page-kuya-kim-on-weather__game-card,    .page-kuya-kim-on-weather__promo-card,    .page-kuya-kim-on-weather__blog-card {        padding: 0;    }    .page-kuya-kim-on-weather__hero-image,    .page-kuya-kim-on-weather__feature-icon,    .page-kuya-kim-on-weather__game-image,    .page-kuya-kim-on-weather__promo-image,    .page-kuya-kim-on-weather__security-icon,    .page-kuya-kim-on-weather__blog-image {        max-width: 100% !important;        height: auto !important;        box-sizing: border-box !important;    }    .page-kuya-kim-on-weather__game-image,    .page-kuya-kim-on-weather__promo-image,    .page-kuya-kim-on-weather__blog-image {        height: 180px !important;    }    .page-kuya-kim-on-weather__access-buttons {        flex-direction: column;    }    .page-kuya-kim-on-weather__access-button {        width: 100%;        max-width: 300px;        margin: 0 auto;    }    .page-kuya-kim-on-weather__faq-question {        padding: 15px 20px;    }    .page-kuya-kim-on-weather__faq-question h3 {        font-size: 1em;    }    .page-kuya-kim-on-weather__faq-answer {        padding: 0 20px;    }    .page-kuya-kim-on-weather__faq-item.active .page-kuya-kim-on-weather__faq-answer {        padding: 15px 20px !important;    }    .page-kuya-kim-on-weather__blog-title {        font-size: 1.1em;    }}@media (max-width: 480px) {    .page-kuya-kim-on-weather__hero-title {        font-size: 1.8em;    }    .page-kuya-kim-on-weather__hero-description {        font-size: 0.9em;    }    .page-kuya-kim-on-weather__cta-button {        padding: 10px 20px;        font-size: 0.9em;    }    .page-kuya-kim-on-weather__section-title {        font-size: 1.5em;    }    .page-kuya-kim-on-weather__section-description {        font-size: 0.9em;    }    .page-kuya-kim-on-weather__faq-question h3 {        font-size: 0.9em;    }    .page-kuya-kim-on-weather__faq-answer p {        font-size: 0.9em;    }}