/* =========================================
   Reset and Base Styles
   ========================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #050505;
    color: #ffffff;
    overflow-x: hidden;
    padding-top: 45px;
}

/* =========================================
   Header Styling
   ========================================= */
header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    padding: 10px 40px;
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 120px; 
    position: absolute; 
    top: 5px; 
    left: 40px;
    z-index: 100; 
    object-fit: contain;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 25px;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

nav a:hover {
    color: #fbbc38; 
}

/* =========================================
   Hero Container & Background (Elementor Match)
   ========================================= */
.hero {
    position: relative;
    width: 100%;
    background-image: url('/img/Background\ -\ mega888help.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px 130px 0px; 
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    display: flex;
    align-items: center;
}

.hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 0 0;
    gap: 178px;
}

.hero-text {
    max-width: 55%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.hero-text > * {
    width: 100%; 
    box-sizing: border-box;
}

.mega_title {
    font-size: 7rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 10px;
    background: linear-gradient(#FFAF10, #FFE0A3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 0px #FFAF10) drop-shadow(1px -1px 0px #FFAF10) drop-shadow(1px 1px 0px #FFAF10) drop-shadow(-1px 1px 0px #FFAF10);
}

.hero-text h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.updated-date {
    font-size: 0.85rem;
    color: #d1d1d1;
    margin-bottom: 15px;
}

.terms {
    font-size: 0.85rem;
    color: #ffffff;
    line-height: 1.5;
}

.terms a {
    color: #fbbc38;
    text-decoration: none;
    font-weight: bold;
}

.hero-visuals {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    max-width: 45%;
}

.app-image-container img {
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.5)); 
}

/* =========================================
   Independent Floating GIF & Sidebar
   ========================================= */
.floating-free-credit {
    position: fixed;
    right: 23px;
    top: 114%;
    z-index: 90;
    width: 90px;
    display: block;
    transition: transform 0.3s ease;
}

.floating-free-credit img {
    width: 100%;
    height: auto;
    display: block;
}

.floating-free-credit:hover {
    transform: scale(1.05) translateY(-5px); 
}

.floating-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.back-to-top {
    position: fixed;
    right: 40px;
    bottom: 36px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background-color: #FB5813;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 95;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background-color: #fbbc38;
}

.social-icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    text-decoration: none;
    transition: width 0.2s;
}

.social-icon:hover {
    width: 55px; 
}

.whatsapp { background-color: #63d471; }
.message { background-color: #4ba6d5; }
.support { background-color: #00b4d8; }


/* =========================================
   Bottom Sections Wrapper (Shared Background)
   ========================================= */
.bottom-gradient-wrapper {
    /* 这里是应用在整个下半部分的渐变背景 */
    background-color: transparent;
    background-image: linear-gradient(180deg, #060228 0%, #230056 100%);
    width: 100%;
    position: relative;
    z-index: 10;
}

/* =========================================
   Gallery Section
   ========================================= */
.gallery-section {
    width: 100%;
    padding: 60px 40px 20px 40px; 
}

.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-title {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
}

/* 3D 轮播图容器 */
.slider-wrapper {
    position: relative;
    width: 100%;
    height: 400px; 
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px; 
    overflow: hidden;
}

.slider-track {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d; 
}

.slide {
    position: absolute;
    width: 49%; 
    transition: transform 0.6s ease, opacity 0.6s ease, z-index 0.6s ease;
    opacity: 0; 
    z-index: 1;
}

.slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8); 
}

.slide.active {
    transform: translateX(0) scale(1) rotateY(0deg);
    opacity: 1;
    z-index: 3;
}

.slide.prev {
    transform: translateX(-55%) scale(0.85) rotateY(35deg);
    opacity: 0.7;
    z-index: 2;
}

.slide.next {
    transform: translateX(55%) scale(0.85) rotateY(-35deg);
    opacity: 0.7;
    z-index: 2;
}

.slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #555555;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #fbbc38; 
    box-shadow: 0 0 10px #fbbc38;
}

/* =========================================
   SEO Content Placeholder
   ========================================= */
.seo-section {
    width: 100%;
    padding: 40px;
}

.seo-container {
    max-width: 1200px;
    margin: 0 auto;
}

.seo-placeholder {
    /* 简单的虚线框设计，方便你识别替换区域。当你放真实文字时可以把 border 去掉 */
    border: 2px dashed rgba(251, 188, 56, 0.5);
    border-radius: 10px;
    padding: 60px 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.seo-placeholder h2 {
    color: #fbbc38;
    margin-bottom: 15px;
}

/* =========================================
   SEO Article Content
   ========================================= */
.seo-article {
    color: #e6e6e6;
    line-height: 1.7;
}

.seo-article h2 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

.seo-article h3 {
    font-size: 1.5rem;
    color: #fbbc38;
    font-weight: bold;
    margin: 45px 0 15px;
}

.seo-article h4 {
    font-size: 1.15rem;
    color: #ffffff;
    font-weight: bold;
    margin: 25px 0 10px;
}

.seo-article p {
    margin-bottom: 16px;
    font-size: 1rem;
}

.seo-article ul,
.seo-article ol {
    margin: 0 0 16px 22px;
    font-size: 1rem;
}

.seo-article li {
    margin-bottom: 8px;
}

.seo-article a {
    color: #fbbc38;
    text-decoration: none;
    font-weight: bold;
}

.seo-article a:hover {
    text-decoration: underline;
}

.seo-article strong {
    color: #ffffff;
}

.seo-article-image {
    margin: 0 0 25px;
}

.seo-article-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.seo-article-image figcaption {
    margin-top: 10px;
    font-size: 0.85rem;
    color: #a0a0a0;
    text-align: center;
}

.seo-article blockquote {
    margin: 0 0 20px;
    padding: 16px 22px;
    background-color: #1a1631;
    border-left: 4px solid #fbbc38;
    border-radius: 6px;
    color: #d1d1d1;
    font-style: italic;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 0 0 25px;
}

.seo-article table {
    width: 100%;
    border-collapse: collapse;
    background-color: #1a1631;
    border-radius: 8px;
    overflow: hidden;
    min-width: 480px;
}

.seo-article th,
.seo-article td {
    text-align: left;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(251, 188, 56, 0.2);
    font-size: 0.95rem;
}

.seo-article th {
    background-color: rgba(251, 188, 56, 0.15);
    color: #fbbc38;
    font-weight: bold;
}

.seo-article tbody tr:last-child td {
    border-bottom: none;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background-color: #1a1631;
    border: 1px solid rgba(251, 188, 56, 0.3);
    border-radius: 8px;
    padding: 18px 22px;
}

.faq-item dt {
    color: #fbbc38;
    font-weight: bold;
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.faq-item dd {
    margin: 0;
    color: #d1d1d1;
    font-size: 0.95rem;
}

/* =========================================
   Ratings & Reviews Section
   ========================================= */
.reviews-section {
    width: 100%;
    padding: 20px 40px 80px 40px;
}

.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
}

.reviews-title {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: left;
}

/* 带有发光效果的表单盒子 */
.reviews-box {
    background-color: #1a1631; /* 深色内层背景 */
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 0 20px 3px rgba(251, 188, 56, 0.4); /* 金黄色外发光效果 */
}

/* 输入框通用样式 */
.reviews-form input[type="email"],
.reviews-form textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    color: #333333;
    margin-bottom: 15px;
    background-color: #ffffff;
}

.reviews-form input:focus,
.reviews-form textarea:focus {
    outline: 2px solid #fbbc38;
}

/* 空心星星样式 */
.star-rating {
    font-size: 1.8rem;
    color: transparent;
    -webkit-text-stroke: 1.5px #fbbc38; /* 用描边做出金黄色的空心星星 */
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

/* 按钮样式 */
.submit-review-btn {
    background-color: #fbbc38;
    color: #000000;
    font-weight: bold;
    font-size: 1rem;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-review-btn:hover {
    background-color: #e3a628;
}

/* =========================================
   Footer Section
   ========================================= */
.site-footer {
    width: 100%;
    background-color: #17003d; /* 衔接上方渐变色的最底部深紫色 */
    padding: 60px 40px 30px 40px;
    color: #ffffff;
    position: relative;
    z-index: 10;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

/* 列宽度分配 */
.footer-col {
    flex: 1;
    min-width: 200px;
}

.brand-col {
    flex: 1.5; /* 让包含 Logo 的第一列稍微宽一点 */
}

/* Logo 样式 */
.footer-logo {
    height: 55px;
    object-fit: contain;
    margin-bottom: 20px;
}

/* 平台图标 (苹果, 安卓, Windows) */
.platform-icons {
    display: flex;
    gap: 25px;
    font-size: 6rem; /* 图标放大 */
    margin-bottom: 30px;
}

/* 关注我们 (Follow Us) */
.social-follow {
    display: flex;
    align-items: center;
    gap: 20px;
}

.follow-text {
    font-size: 1.1rem;
    font-weight: bold;
}

.social-icons {
    display: flex;
    gap: 15px;
    font-size: 1.3rem;
}

.social-icons i {
    cursor: pointer;
    transition: color 0.3s ease;
}

.social-icons i:hover,
.platform-icons i:hover {
    color: #fbbc38; /* 鼠标悬浮变成金黄色 */
}

/* 链接列的标题和列表 */
.footer-col h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 25px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col a {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: #fbbc38;
}

/* 底部版权与分隔线 */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3); /* 白色半透明分隔线 */
    padding-top: 20px;
    text-align: left;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #f0f0f0;
    margin: 0;
}

.footer-bottom a {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #fbbc38;
}

/* 响应式调整：屏幕较小时让它自动换行 */
@media (max-width: 900px) {
    .footer-top {
        flex-direction: column;
        gap: 30px;
    }
}

/* =========================================
   Blog Listing Grid
   ========================================= */
.blog-intro {
    color: #d1d1d1;
    line-height: 1.7;
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    background-color: #1a1631;
    border: 1px solid rgba(251, 188, 56, 0.15);
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(251, 188, 56, 0.2);
    border-color: rgba(251, 188, 56, 0.5);
}

.blog-card-thumb {
    height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 3rem;
    color: #ffffff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

.blog-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumb-game {
    background: linear-gradient(135deg, #ff8a00, #fbbc38);
}

.thumb-deep {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
}

.thumb-news {
    background: linear-gradient(135deg, #00b4d8, #0077b6);
}

.blog-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 24px;
}

.blog-category {
    color: #fbbc38;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.blog-card-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.35;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-card-title {
    color: #fbbc38;
}

.blog-card-excerpt {
    flex: 1;
    color: #c7c7c7;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 18px;
}

.blog-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 12px;
    font-size: 0.8rem;
    color: #8f8f8f;
}

.blog-read-more {
    color: #fbbc38;
    font-weight: bold;
}

/* =========================================
   Subpage Hero Section
   ========================================= */
.subpage-hero {
    position: relative;
    width: 100%;
    
    /* 采用你提供的 Elementor 背景参数 */
    background-image: url('/img/Background\ -\ mega888help.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    /* 你提供的 padding：上下 120px，左右 0px */
    padding: 120px 0px 120px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    
    /* 使用 Flexbox 让内部内容居中 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.subpage-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center; /* 让两行文字保持居中对齐 */
    width: 100%;
}

/* 如果你在子页面觉得标题太大了，可以单独为子页面微调字体大小 */
.subpage-hero .mega_title {
    font-size: 6rem; /* 根据需要微调字体大小，如果是手机端可以再改小 */
    margin-bottom: 0; 
}

/* 响应式调整：屏幕较小时缩小字体 */
@media (max-width: 768px) {
    .subpage-hero .mega_title {
        font-size: 3.5rem;
    }
}

.seo-content-section {
    width: 100%;
    padding: 60px 40px 100px 40px; /* 稍微增加了上下的间距让视觉更舒服 */
    color: #ffffff;
    
    /* 这里加上了和首页一模一样的渐变背景色 */
    background-color: transparent;
    background-image: linear-gradient(180deg, #060228 0%, #230056 100%);
}

.seo-content-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Intro Text */
.last-updated {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.intro-text {
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: bold; 
    font-size: 1.05rem;
}

/* Glowing Box Frame */
.seo-glow-box {
    background-color: #1a1631; /* Matches the dark box from Reviews */
    border-radius: 15px;
    padding: 50px 60px;
    margin-top: 50px;
    
    /* The Gold/Orange outer glow */
    box-shadow: 0 0 25px 5px rgba(251, 188, 56, 0.25); 
    border: 1px solid rgba(251, 188, 56, 0.4); /* Slight inner border */
}

.box-title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.box-title .highlight {
    color: #fbbc38; /* Gold text */
}

.box-subtitle {
    text-align: center;
    margin-bottom: 50px;
    color: #d1d1d1;
    font-size: 1.05rem;
}

/* Content Grid (Two Columns) */
.box-content-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

/* Left Side: Steps */
.steps-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.step-item {
    color: #a0a0a0; /* Grey text for inactive steps */
    font-size: 1.05rem;
    line-height: 1.6;
    padding-left: 20px;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.step-item.active {
    color: #ffffff; /* White text for active step */
    font-weight: bold;
    border-left: 4px solid #fbbc38; /* Gold accent line */
}

/* Right Side: Media */
.media-column {
    flex: 1.2; /* Makes the image column slightly wider than text */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.media-column img {
    width: 100%;
    max-width: 550px; 
    border-radius: 15px; 
    margin-bottom: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.6); /* Shadow under the tablet */
}

/* Responsive adjustments for mobile */
@media (max-width: 900px) {
    .box-content-grid {
        flex-direction: column;
    }
    .seo-glow-box {
        padding: 30px 20px;
    }
    .steps-column {
        order: 2; /* Puts steps below image on mobile */
    }
    .media-column {
        order: 1; /* Puts image on top on mobile */
    }
}

/* =========================================
   Mobile Navigation (Hamburger Menu)
   ========================================= */
.nav-toggle {
    display: none;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 28px;
    height: 22px;
    cursor: pointer;
    position: relative;
    z-index: 110;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle:checked ~ .hamburger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.nav-toggle:checked ~ .hamburger span:nth-child(2) {
    opacity: 0;
}

.nav-toggle:checked ~ .hamburger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* =========================================
   Mobile Responsive Breakpoints
   ========================================= */
@media (max-width: 1024px) {
    header {
        justify-content: flex-end;
        padding: 10px 20px;
    }

    .logo img {
        height: 70px;
        top: 8px;
        left: 20px;
    }

    .hamburger {
        display: flex;
    }

    nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 270px;
        max-width: 80%;
        height: 100vh;
        background-color: #000000;
        padding: 100px 30px 30px;
        box-shadow: -8px 0 25px rgba(0, 0, 0, 0.6);
        transition: right 0.35s ease;
        overflow-y: auto;
    }

    .nav-toggle:checked ~ nav {
        right: 0;
    }

    nav ul {
        flex-direction: column;
        gap: 22px;
    }

    nav a {
        font-size: 15px;
    }

    .hero-container {
        gap: 50px;
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    /* Hero */
    .hero {
        padding: 90px 0 60px;
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 35px;
        padding: 0 20px;
    }

    .hero-text {
        max-width: 100%;
        align-items: center;
        text-align: center;
    }

    .hero-visuals {
        max-width: 70%;
    }

    .mega_title {
        font-size: 3rem;
    }

    .hero-text h2 {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    /* Subpage hero */
    .subpage-hero {
        padding: 90px 0;
    }

    /* Gallery */
    .gallery-section {
        padding: 40px 20px 10px;
    }

    .gallery-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .slider-wrapper {
        height: 220px;
    }

    .slide {
        width: 75%;
    }

    .slide.prev {
        transform: translateX(-60%) scale(0.82) rotateY(25deg);
    }

    .slide.next {
        transform: translateX(60%) scale(0.82) rotateY(-25deg);
    }

    /* SEO content */
    .seo-section,
    .seo-content-section {
        padding: 40px 20px 60px;
    }

    .seo-article h2 {
        font-size: 1.5rem;
    }

    .seo-article h3 {
        font-size: 1.25rem;
        margin: 35px 0 12px;
    }

    .seo-article h4 {
        font-size: 1.05rem;
    }

    .box-title {
        font-size: 1.6rem;
    }

    .box-subtitle {
        margin-bottom: 30px;
    }

    /* Reviews */
    .reviews-section {
        padding: 20px 20px 60px;
    }

    .reviews-title {
        font-size: 1.8rem;
    }

    .reviews-box {
        padding: 20px;
    }

    /* Footer */
    .site-footer {
        padding: 40px 20px 20px;
    }

    .platform-icons {
        font-size: 3.5rem;
        gap: 15px;
    }

    /* Floating sidebar */
    .social-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .back-to-top {
        width: 38px;
        height: 38px;
        font-size: 15px;
        right: 14px;
        bottom: 14px;
    }

    .floating-free-credit {
        width: 65px;
        right: 12px;
    }

    /* Tables */
    .seo-article th,
    .seo-article td {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .mega_title {
        font-size: 2.2rem;
    }

    .hero-visuals {
        max-width: 100%;
    }

    .subpage-hero .mega_title {
        font-size: 2.4rem;
    }

    .slider-wrapper {
        height: 160px;
    }

    .slide {
        width: 88%;
    }

    .slide.prev {
        transform: translateX(-65%) scale(0.8) rotateY(20deg);
    }

    .slide.next {
        transform: translateX(65%) scale(0.8) rotateY(-20deg);
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .box-title {
        font-size: 1.35rem;
    }

    .footer-col {
        min-width: 100%;
    }
}