:root {    --primary-color: #FFD700; /* Gold */    --secondary-color: #2E8B57; /* SeaGreen */    --accent-color: #DC143C; /* Crimson */    --text-color: #F0F8FF; /* AliceBlue */    --background-color: #1A1A2E; /* Dark Blue-Purple */    --dark-background: #0F0F1A;    --light-background: #2C2C4A;    --border-color: #4A4A6A;    --header-offset: 122px; /* Placeholder, actual value from shared.css */}.page-poppy-playtime-chapter-3-release-date-in-mobile {    max-width: 1200px;    margin: 0 auto;    padding: 20px;    box-sizing: border-box;}.page-poppy-playtime-chapter-3-release-date-in-mobile__section {    background-color: var(--light-background);    margin-bottom: 30px;    padding: 30px;    border-radius: 10px;    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}.page-poppy-playtime-chapter-3-release-date-in-mobile__hero-section {    background-image: url('[GALLERY:hero:1920x1080:poppy_playtime,chapter_3,mobile_release,horror]');    background-size: cover;    background-position: center;    color: #FFFFFF;    text-align: center;    padding: 100px 20px;    border-radius: 10px;    display: flex;    flex-direction: column;    justify-content: center;    align-items: center;    min-height: 500px;    position: relative;    overflow: hidden;    margin-bottom: 30px;    padding-top: calc(var(--header-offset, 122px) + 20px);}.page-poppy-playtime-chapter-3-release-date-in-mobile__hero-section::before {    content: '';    position: absolute;    top: 0;    left: 0;    right: 0;    bottom: 0;    background: rgba(0, 0, 0, 0.6);    z-index: 1;}.page-poppy-playtime-chapter-3-release-date-in-mobile__hero-content {    position: relative;    z-index: 2;    max-width: 800px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__hero-title {    font-size: 3.5em;    margin-bottom: 20px;    line-height: 1.2;    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-poppy-playtime-chapter-3-release-date-in-mobile__hero-subtitle {    font-size: 1.5em;    margin-bottom: 30px;    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);}.page-poppy-playtime-chapter-3-release-date-in-mobile__btn {    display: inline-block;    background-color: var(--primary-color);    color: var(--dark-background);    padding: 15px 30px;    border-radius: 5px;    text-decoration: none;    font-weight: bold;    transition: background-color 0.3s ease, transform 0.3s ease;    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);    border: none;    cursor: pointer;    font-size: 1em;}.page-poppy-playtime-chapter-3-release-date-in-mobile__btn:hover {    background-color: #FFC107; /* Slightly darker gold */    transform: translateY(-2px);}.page-poppy-playtime-chapter-3-release-date-in-mobile__section-title {    font-size: 2.5em;    color: var(--primary-color);    text-align: center;    margin-bottom: 40px;    position: relative;    padding-bottom: 10px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__section-title::after {    content: '';    position: absolute;    left: 50%;    bottom: 0;    transform: translateX(-50%);    width: 80px;    height: 4px;    background-color: var(--secondary-color);    border-radius: 2px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__content-text {    font-size: 1.1em;    color: var(--text-color);    margin-bottom: 20px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  margin-top: 30px;  margin-bottom: 30px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-release-date-in-mobile__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-poppy-playtime-chapter-3-release-date-in-mobile__cta-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));    gap: 20px;    margin-top: 30px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__cta-grid .page-poppy-playtime-chapter-3-release-date-in-mobile__btn {    width: 100%;    box-sizing: border-box;    text-align: center;    padding: 15px 10px;    font-size: 0.95em;}.page-poppy-playtime-chapter-3-release-date-in-mobile__game-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    margin-top: 30px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__game-card {    background-color: var(--dark-background);    border-radius: 10px;    overflow: hidden;    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);    transition: transform 0.3s ease;    text-align: center;    padding-bottom: 20px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__game-card:hover {    transform: translateY(-5px);}.page-poppy-playtime-chapter-3-release-date-in-mobile__game-card-image {    width: 100%;    height: 200px;    object-fit: cover;    display: block;}.page-poppy-playtime-chapter-3-release-date-in-mobile__game-card-title {    font-size: 1.5em;    color: var(--primary-color);    margin: 15px 0 10px;    padding: 0 15px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__game-card-description {    font-size: 0.95em;    color: var(--text-color);    padding: 0 15px;    margin-bottom: 20px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__promo-list {    list-style: none;    padding: 0;    margin: 0;}.page-poppy-playtime-chapter-3-release-date-in-mobile__promo-item {    background-color: var(--dark-background);    margin-bottom: 15px;    padding: 20px;    border-radius: 8px;    display: flex;    align-items: center;    gap: 20px;    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);}.page-poppy-playtime-chapter-3-release-date-in-mobile__promo-icon {    width: 60px;    height: 60px;    flex-shrink: 0;    object-fit: contain;}.page-poppy-playtime-chapter-3-release-date-in-mobile__promo-content h3 {    color: var(--primary-color);    margin-top: 0;    margin-bottom: 10px;    font-size: 1.3em;}.page-poppy-playtime-chapter-3-release-date-in-mobile__promo-content p {    margin: 0;    font-size: 0.95em;}.page-poppy-playtime-chapter-3-release-date-in-mobile__info-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 20px;    margin-top: 30px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__info-card {    background-color: var(--dark-background);    padding: 25px;    border-radius: 8px;    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);    text-align: center;}.page-poppy-playtime-chapter-3-release-date-in-mobile__info-card h3 {    color: var(--secondary-color);    font-size: 1.4em;    margin-top: 0;    margin-bottom: 15px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__info-card p {    font-size: 1em;    margin: 0;}.page-poppy-playtime-chapter-3-release-date-in-mobile__faq-container {    margin-top: 30px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__faq-item {    background-color: var(--dark-background);    margin-bottom: 10px;    border-radius: 8px;    overflow: hidden;    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);}.page-poppy-playtime-chapter-3-release-date-in-mobile__faq-question {    display: flex;    justify-content: space-between;    align-items: center;    padding: 18px 20px;    background-color: var(--light-background);    color: var(--primary-color);    cursor: pointer;    user-select: none;    transition: background-color 0.3s ease;    border-bottom: 1px solid var(--border-color);}.page-poppy-playtime-chapter-3-release-date-in-mobile__faq-question:hover {    background-color: #3A3A5A;}.page-poppy-playtime-chapter-3-release-date-in-mobile__faq-question h3 {    margin: 0;    font-size: 1.2em;    flex-grow: 1;    pointer-events: none;}.page-poppy-playtime-chapter-3-release-date-in-mobile__faq-toggle {    font-size: 1.5em;    font-weight: bold;    margin-left: 15px;    transition: transform 0.3s ease;    pointer-events: none;}.page-poppy-playtime-chapter-3-release-date-in-mobile__faq-item.active .page-poppy-playtime-chapter-3-release-date-in-mobile__faq-toggle {    transform: rotate(45deg);}.page-poppy-playtime-chapter-3-release-date-in-mobile__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: var(--text-color);    font-size: 0.95em;    box-sizing: border-box;}.page-poppy-playtime-chapter-3-release-date-in-mobile__faq-item.active .page-poppy-playtime-chapter-3-release-date-in-mobile__faq-answer {    max-height: 2000px !important;    padding: 20px !important;    opacity: 1;}.page-poppy-playtime-chapter-3-release-date-in-mobile__blog-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    margin-top: 30px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__blog-card {    background-color: var(--dark-background);    border-radius: 10px;    overflow: hidden;    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);    transition: transform 0.3s ease;    text-align: left;}.page-poppy-playtime-chapter-3-release-date-in-mobile__blog-card:hover {    transform: translateY(-5px);}.page-poppy-playtime-chapter-3-release-date-in-mobile__blog-card-image {    width: 100%;    height: 180px;    object-fit: cover;    display: block;}.page-poppy-playtime-chapter-3-release-date-in-mobile__blog-card-content {    padding: 20px;}.page-poppy-playtime-chapter-3-release-date-in-mobile__blog-card-title {    font-size: 1.3em;    color: var(--primary-color);    margin-top: 0;    margin-bottom: 10px;    line-height: 1.4;}.page-poppy-playtime-chapter-3-release-date-in-mobile__blog-card-link {    color: var(--primary-color);    text-decoration: none;    font-weight: bold;}.page-poppy-playtime-chapter-3-release-date-in-mobile__blog-card-link:hover {    text-decoration: underline;}.page-poppy-playtime-chapter-3-release-date-in-mobile__blog-card-excerpt {    font-size: 0.9em;    color: var(--text-color);    margin-bottom: 15px;}@media (max-width: 1024px) {    .page-poppy-playtime-chapter-3-release-date-in-mobile__hero-title {        font-size: 2.8em;    }    .page-poppy-playtime-chapter-3-release-date-in-mobile__hero-subtitle {        font-size: 1.3em;    }    .page-poppy-playtime-chapter-3-release-date-in-mobile__section-title {        font-size: 2em;    }}@media (max-width: 768px) {    .page-poppy-playtime-chapter-3-release-date-in-mobile {        padding: 15px;    }    .page-poppy-playtime-chapter-3-release-date-in-mobile__hero-section {        padding: 80px 15px;        min-height: 400px;        padding-top: calc(var(--header-offset, 122px) + 15px);    }    .page-poppy-playtime-chapter-3-release-date-in-mobile__hero-title {        font-size: 2.2em;    }    .page-poppy-playtime-chapter-3-release-date-in-mobile__hero-subtitle {        font-size: 1.1em;    }    .page-poppy-playtime-chapter-3-release-date-in-mobile__btn {        padding: 12px 25px;        font-size: 0.9em;    }    .page-poppy-playtime-chapter-3-release-date-in-mobile__section {        padding: 20px;    }    .page-poppy-playtime-chapter-3-release-date-in-mobile__section-title {        font-size: 1.8em;        margin-bottom: 30px;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__content-text {        font-size: 1em;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;  }  .page-poppy-playtime-chapter-3-release-date-in-mobile__payment-logo,  .page-poppy-playtime-chapter-3-release-date-in-mobile__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }.page-poppy-playtime-chapter-3-release-date-in-mobile__cta-grid {        grid-template-columns: 1fr;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__game-grid {        grid-template-columns: 1fr;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__promo-item {        flex-direction: column;        text-align: center;        align-items: center;        padding: 15px;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__promo-content h3 {        font-size: 1.2em;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__info-grid {        grid-template-columns: 1fr;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__faq-question {        padding: 15px;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__faq-question h3 {        font-size: 1.1em;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__faq-answer {        padding: 0 15px;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__faq-item.active .page-poppy-playtime-chapter-3-release-date-in-mobile__faq-answer {        padding: 15px !important;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__blog-grid {        grid-template-columns: 1fr;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__blog-card-title {        font-size: 1.2em;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__promo-item,    .page-poppy-playtime-chapter-3-release-date-in-mobile__game-card,    .page-poppy-playtime-chapter-3-release-date-in-mobile__info-card,    .page-poppy-playtime-chapter-3-release-date-in-mobile__blog-card {        width: 100% !important;        max-width: 100% !important;        box-sizing: border-box !important;        padding-left: 0 !important;        padding-right: 0 !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-poppy-playtime-chapter-3-release-date-in-mobile__promo-list,    .page-poppy-playtime-chapter-3-release-date-in-mobile__game-grid,    .page-poppy-playtime-chapter-3-release-date-in-mobile__info-grid,    .page-poppy-playtime-chapter-3-release-date-in-mobile__blog-grid {        width: 100% !important;        max-width: 100% !important;        box-sizing: border-box !important;        padding: 0 !important;        margin-left: 0 !important;        margin-right: 0 !important;    }.page-poppy-playtime-chapter-3-release-date-in-mobile__promo-content,    .page-poppy-playtime-chapter-3-release-date-in-mobile__game-card-description,    .page-poppy-playtime-chapter-3-release-date-in-mobile__info-card p,    .page-poppy-playtime-chapter-3-release-date-in-mobile__blog-card-excerpt {        word-wrap: break-word !important;        overflow-wrap: break-word !important;        word-break: break-word !important;    }.page-poppy-playtime-chapter-3-release-date-in-mobile img {        max-width: 100% !important;        height: auto !important;        box-sizing: border-box !important;    }}@media (max-width: 480px) {    .page-poppy-playtime-chapter-3-release-date-in-mobile__hero-title {        font-size: 1.8em;    }    .page-poppy-playtime-chapter-3-release-date-in-mobile__hero-subtitle {        font-size: 0.9em;    }    .page-poppy-playtime-chapter-3-release-date-in-mobile__section-title {        font-size: 1.5em;    }    .page-poppy-playtime-chapter-3-release-date-in-mobile__btn {        padding: 10px 20px;        font-size: 0.85em;    }}