:root {
    --bg-body: #ffffff;
    --text-main: #111111;
    --text-sub: #555555;
    --primary-cyan: #00B0F0;
    --primary-cyan-glow: rgba(0, 176, 240, 0.4);
    --bg-navy-deep: #152036;
    --header-h: 84px;
    --border-strong: #cbd5e1; 
    --content-width: 860px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-x: hidden; width: 100%; }
body { background-color: var(--bg-body); color: var(--text-main); font-family: 'Noto Sans JP', sans-serif; line-height: 1.6; overflow-x: hidden; width: 100%; max-width: 100vw; position: relative; }
a { text-decoration: none; color: inherit; transition: 0.3s; }
img { width: 100%; height: auto; display: block; }
ul { list-style: none; }

.title-font { font-family: 'Shippori Mincho', serif; letter-spacing: -0.05em; font-feature-settings: "palt"; }
.en-font { font-family: 'Jost', sans-serif; letter-spacing: 0.05em; text-transform: uppercase; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 5; box-sizing: border-box; }
@media (max-width: 900px) {
    .container { padding: 0 12px; }
}

.scroll-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.scroll-fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

header { 
    position: fixed; top: 0; left: 0; width: 100%; height: var(--header-h); z-index: 1000; 
    background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(15px); 
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}
.header-inner { display: flex; justify-content: space-between; align-items: center; height: 100%; }
.logo_img {
    display: flex;
    align-items: center;
    gap: 12px;
}
.logo_img img { height: 32px; width: auto; }
.nav-pc { display: flex; gap: 30px; align-items: center; }
.nav-pc a:not(.btn-header):not(.nav-ai-btn) { font-size: 0.95rem; font-weight: 700; color: var(--text-sub); }
.nav-pc a:not(.btn-header):not(.nav-ai-btn):hover { color: var(--primary-cyan); }
.nav-ai-btn { 
    font-size: 0.8rem; 
    font-weight: 700; 
    color: #fff !important; 
    background: linear-gradient(135deg, var(--primary-cyan), #0099d6); 
    padding: 8px 16px; 
    border-radius: 20px; 
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 176, 240, 0.3);
}
.nav-ai-btn:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 4px 15px rgba(0, 176, 240, 0.4);
}

.menu-toggle { display: none; cursor: pointer; width: 30px; height: 20px; position: relative; z-index: 9999; }
.menu-toggle span { display: block; width: 100%; height: 2px; background: var(--text-main); position: absolute; transition: 0.3s; }
.menu-toggle span:nth-child(1) { top: 0; } .menu-toggle span:nth-child(2) { top: 9px; } .menu-toggle span:nth-child(3) { bottom: 0; }
.menu-toggle.active span:nth-child(1) { opacity: 0; } .menu-toggle.active span:nth-child(2) { opacity: 0; } .menu-toggle.active span:nth-child(3) { opacity: 0; }

.nav-mobile { 
    position: fixed; top: 0; left: 0; width: 100%; height: 100vh; 
    background: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 30px; 
    z-index: 9998; 
    transform-origin: left center;
    transform: perspective(2000px) rotateY(-100deg);
    opacity: 0; pointer-events: none;
    transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.5s ease;
    box-shadow: 10px 0 30px rgba(0,0,0,0.1);
}
.nav-mobile.active { transform: perspective(2000px) rotateY(0deg); opacity: 1; pointer-events: auto; } 

.nav-mobile a { font-size: 1.1rem; font-weight: 800; color: var(--text-main); }
.nav-mobile a:hover { color: var(--primary-cyan); }

.mobile-store-btns {
    display: flex; gap: 12px; margin-top: 10px; justify-content: center;
}
.mobile-store-btns a {
    width: 132px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-store-btns a img {
    width: auto;
    height: 100%;
    max-width: 100%;
}

@media (max-width: 900px) { 
    :root { --header-h: 70px; }
    .nav-pc { display: none; } .menu-toggle { display: block; } 
    .logo_img img { height: 22px; }
}

.carousel-wrapper { 
    position: relative; 
    margin: 0 auto; 
    perspective: 1200px;
    z-index: 10;
    cursor: pointer;
}

.carousel-container { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    transform-style: preserve-3d;
    transform-origin: center center;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.phone-card { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    transform-style: preserve-3d;
}

.hero-main-visual {
    width: 100%;
    height: auto;
    max-width: 480px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.2));
    transition: transform 0.3s ease;
}
.hero-main-visual:hover {
    transform: translateY(-5px);
}

.card-front {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    backface-visibility: hidden;
    z-index: 3;
    background-color: transparent; 
}
.card-front img {
    width: 100%; height: 100%; 
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.25));
    will-change: transform;
}

.card-blocker {
    position: absolute; 
    top: 4%; left: 7%; width: 86%; height: 92%;
    background-color: #fff;
    border-radius: 46px;
    transform: translateZ(-1px);
    z-index: 2;
    backface-visibility: hidden;
    box-shadow: none;
}

.card-back {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    background: linear-gradient(135deg, #e4e4e4, #ffffff);
    border: 1px solid #ccc;
    border-radius: 40px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    z-index: 1;
}

.sp-camera { 
    width: 60px; height: 60px; background: rgba(255,255,255,0.7); 
    border-radius: 18px; position: absolute; top: 25px; left: 25px; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
}
.sp-lens { 
    width: 16px; height: 16px; background: #222; border-radius: 50%; 
    border: 2px solid #666; position: absolute; 
}
.sp-lens:nth-child(1) { top: 8px; left: 8px; } 
.sp-lens:nth-child(2) { bottom: 8px; left: 8px; } 
.sp-lens:nth-child(3) { top: 50%; right: 8px; transform: translateY(-50%); }

.carousel-wrapper.hero-mode { 
    width: 240px; height: 480px; 
    transform: scale(0.85); 
}
.carousel-wrapper.hero-mode .phone-card:nth-child(1) { transform: rotateY(0deg) translateZ(220px); }
.carousel-wrapper.hero-mode .phone-card:nth-child(2) { transform: rotateY(120deg) translateZ(220px); }
.carousel-wrapper.hero-mode .phone-card:nth-child(3) { transform: rotateY(240deg) translateZ(220px); }

.carousel-wrapper.footer-mode { 
    width: 240px; height: 480px; 
    transform: scale(0.8); 
    transform-origin: top center;
    margin-bottom: -50px; 
}
.carousel-wrapper.footer-mode .phone-card:nth-child(1) { transform: rotateY(0deg) translateZ(220px); }
.carousel-wrapper.footer-mode .phone-card:nth-child(2) { transform: rotateY(120deg) translateZ(220px); }
.carousel-wrapper.footer-mode .phone-card:nth-child(3) { transform: rotateY(240deg) translateZ(220px); }

.hero-pc-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
.hero-pc-new-inner {
    background: #FBF9F5;
    border-radius: 40px;
    padding: 70px 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin-bottom: 30px;
}
.hero-pc-new-catch {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-cyan);
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-bottom: 30px;
}
.hero-pc-new-logo {
    width: 260px;
    height: auto;
    margin-bottom: 45px;
}
.hero-pc-new-image {
    width: 80%;
    max-width: 820px;
    height: auto;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.12));
}
.hero-pc-new-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.hero-pc-new-buttons .store-btn img {
    height: 60px;
    width: auto;
}
@media (min-width: 901px) {
    .hero .container {
        max-width: 1200px;
    }
}
@media (max-width: 900px) {
    .hero-pc-new { display: none !important; }
}

.hero-pc-view { display: none !important; }

.hero-sp-view { display: none; }

@media (max-width: 900px) {
    .hero-pc-view { display: none !important; }
    .hero-sp-view { display: block !important; }
    
    .hero-sp-card {
        background-color: #FBF9F5;
        border-radius: 40px;
        padding: 50px 20px 0;
        text-align: center;
        margin-bottom: 25px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-sp-catch {
        font-family: 'Shippori Mincho', serif;
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--primary-cyan);
        line-height: 1.8;
        margin-bottom: 25px;
        letter-spacing: 0.05em;
    }

    .hero-sp-logo {
        width: 200px;
        height: auto;
        margin-bottom: 30px;
    }

    .hero-sp-image {
        width: 100%;
        max-width: 380px;
        height: auto;
        display: block;
        margin: 0 auto -10px;
        filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
    }

    .hero-sp-buttons {
        display: flex;
        gap: 8px;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0;
    }
    .hero-sp-buttons .store-btn {
        width: calc(50% - 4px);
        max-width: none;
    }
    .hero-sp-buttons .store-btn img {
        width: auto;
        height: 42px;
        max-width: 100%;
        margin: 0 auto;
    }

    .hero-sp-ai-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 14px;
        font-size: 0.85rem;
        font-weight: 700;
        color: var(--text-main);
        box-shadow: 0 2px 5px rgba(0,0,0,0.03);
        gap: 8px;
    }
}

.about-writter {
    padding: 50px 20px 0;
    background: #fff;
    text-align: center;
    min-height: auto;
    display: block;
}
.about-video-bg, .about-overlay, .about-content { display: none; }

.about-simple-container {
    max-width: 800px;
    margin: 0 auto;
}
.about-simple-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.about-simple-title .text-lg {
    font-size: 3.2rem;
    font-family: 'Jost', sans-serif;
    font-weight: 800;
    line-height: 1;
}
.about-simple-text {
    font-size: 1.25rem;
    color: #333;
    line-height: 2;
    font-weight: 500;
}
.about-message-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 1.5px solid #333;
    border-radius: 8px;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    background: #fff;
}
.about-message-btn:hover {
    background: #333;
    color: #fff;
}
.about-message-btn:hover .about-message-arrow {
    transform: translateX(4px);
}
.about-message-arrow {
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 1rem;
}
.hero { 
    position: relative; min-height: auto; display: flex; align-items: center; 
    padding-top: calc(var(--header-h) + 60px); padding-bottom: 80px; overflow: hidden; 
}
#starCanvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }

.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; width: 100%; position: relative; z-index: 10; }
.hero-logo-large { width: 260px; height: auto; display: block; margin-bottom: 25px; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1.2; margin-bottom: 1.5rem; color: var(--text-main); }
.hero h1 span.highlight {
    background: linear-gradient(135deg, var(--primary-cyan), #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.store-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.store-btn { display: inline-flex; align-items: center; justify-content: center; }
.store-btn img { height: 60px; width: auto; max-width: 100%; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1)); transition: 0.3s; }
.store-btn:hover { transform: translateY(-2px); }
.hero-ai-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: var(--text-main);
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.hero-ai-link:hover {
    border-color: var(--primary-cyan);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 176, 240, 0.15);
}
.hero-ai-link svg {
    opacity: 0.4;
    transition: all 0.3s ease;
    stroke: var(--text-sub);
}
.hero-ai-link:hover svg {
    transform: translateX(3px);
    opacity: 1;
    stroke: var(--primary-cyan);
}
.hero-img-side { display: flex; justify-content: center; height: 500px; align-items: center; }

@media (max-width: 900px) {
    .pc-news-section { display: none; }
    .hero { padding-top: 85px; padding-bottom: 20px; min-height: auto; display: block; }
    .hero-grid { display: none; }
    
    .hero-sp-view {
        display: flex !important;
        flex-direction: column;
        width: 100%;
    }
    
    .hero-sp-card {
        background-color: #FBF9F5;
        border-radius: 32px;
        padding: 40px 0 0;
        text-align: center;
        margin-bottom: 15px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        position: relative;
    }

    .hero-sp-catch {
        font-family: 'Shippori Mincho', serif;
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--primary-cyan);
        line-height: 1.8;
        margin-bottom: 15px;
        letter-spacing: 0.05em;
    }

    .hero-sp-logo {
        width: 200px;
        height: auto;
        margin-bottom: 20px;
    }

    .hero-sp-image {
        width: 92%;
        max-width: 380px;
        height: auto;
        display: block;
        margin: 0 auto -5px;
        filter: drop-shadow(0 5px 15px rgba(0,0,0,0.08));
    }

    .hero-sp-buttons {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0;
    }
    .hero-sp-buttons .store-btn {
        width: calc(50% - 5px);
        max-width: none;
    }
    .hero-sp-buttons .store-btn img {
        width: auto;
        height: 42px;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .hero-sp-ai-link { display: none !important; }
}

.updates-section { position: relative; z-index: 20; margin-top: -30px; margin-bottom: 80px; padding: 0 20px; }
@media (min-width: 901px) {
    .updates-section, .updates-section-new { display: none; }
}
#updates { display: none !important; }
@media (max-width: 900px) { 
    .updates-section { margin-top: 0; margin-bottom: 50px; padding: 0 15px; }
    .maintenance-area .sec-header { justify-content: space-between; width: 100%; }
}
.updates-container { max-width: 1000px; margin: 0 auto; background: transparent; box-shadow: none; border: none; padding: 0; }
.news-area, .campaigns-area, .channels-area, .media-area { margin-bottom: 70px; }
.maintenance-area { margin-bottom: 0; }
.maintenance-content {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 12px;
    padding: 18px 24px;
}
.maintenance-empty {
    color: var(--text-sub);
    font-size: 0.9rem;
    margin: 0;
    text-align: left;
}
.ai-policy-area { margin-bottom: 0; }
.sec-header { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px; padding-bottom: 5px; gap: 15px; }
.sec-label { font-family: 'Noto Sans JP', sans-serif; font-size: 1.4rem; font-weight: 800; color: var(--text-main); display: flex; align-items: center; gap: 10px; }
.sec-label::before { content: ''; display: block; width: 10px; height: 10px; background: var(--primary-cyan); border-radius: 50%; box-shadow: 0 0 10px var(--primary-cyan); }
.btn-list { font-size: 0.8rem; font-weight: 700; color: var(--text-sub); border: 1px solid #ddd; padding: 5px 15px; border-radius: 30px; transition: 0.3s; background: #fff; }
.btn-list:hover { border-color: var(--primary-cyan); color: var(--primary-cyan); }

.news-box-in-features {
    max-width: 800px;
    margin: 0 auto;
}
@media (min-width: 901px) {
    .news-box-in-features {
        max-width: 850px;
    }
}

.news-box-style {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 16px;
    padding: 25px;
    color: var(--text-main);
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.news-box-header {
    background: transparent;
    color: var(--primary-cyan);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 20px;
    border-radius: 0;
    position: static;
    transform: none;
    box-shadow: none;
    white-space: normal;
    top: auto; left: auto;
}
.news-box-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.news-box-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 12px;
    font-size: 0.9rem;
    line-height: 1.6;
}
.news-box-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.news-date {
    font-family: 'Jost', sans-serif;
    color: var(--text-sub);
    white-space: nowrap;
    font-weight: 600;
    min-width: 85px;
    font-size: 0.85rem;
}
.news-content {
    color: var(--text-main);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    cursor: pointer;
}
.news-content:hover {
    color: var(--primary-cyan);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.news-content a { text-decoration: none; color: inherit; }

.news-box-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.news-box-header-row .news-box-header {
    margin-bottom: 0;
}
.check-official-x {
    display: inline-block;
    padding: 5px 14px;
    border: 1.5px solid #333;
    border-radius: 6px;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s;
}
.check-official-x:hover {
    background: #333;
    color: #fff;
}

.info-modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5); backdrop-filter: blur(3px);
    z-index: 10000;
    display: flex; justify-content: center; align-items: center;
    opacity: 0; pointer-events: none; transition: 0.3s;
    padding: 20px;
}
.info-modal-overlay.active { opacity: 1; pointer-events: auto; }
.info-modal-content {
    background: #fff;
    width: 100%; max-width: 500px;
    border-radius: 16px;
    padding: 30px;
    position: relative;
    transform: translateY(20px);
    transition: 0.3s;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    text-align: left;
    max-height: 80vh;
    overflow-y: auto;
}
.info-modal-overlay.active .info-modal-content { transform: translateY(0); }
.info-modal-title { font-size: 1.1rem; font-weight: 800; margin-bottom: 20px; color: var(--text-main); border-bottom: 1px solid #eee; padding-bottom: 15px; }
.info-modal-body { font-size: 0.95rem; line-height: 1.8; color: var(--text-sub); }
.info-modal-close {
    position: absolute; top: 15px; right: 20px;
    font-size: 1.5rem; color: #999; cursor: pointer;
    transition: 0.2s;
}
.info-modal-close:hover { color: var(--text-main); }
.info-list-dot { list-style: disc; padding-left: 20px; margin-bottom: 20px; }

@media (max-width: 600px) {
    .about-simple-text {
        font-size: 0.8rem !important;
        letter-spacing: -0.05em;
    }
    .about-simple-title {
        font-size: 1.2rem;
        white-space: nowrap;
        gap: 3px;
    }
    .about-simple-title .text-lg {
        font-size: 2rem;
    }
}

@media (max-width: 900px) {
    .news-box-style {
        padding: 15px;
        border-radius: 12px;
    }
    .news-box-header {
        font-size: 0.95rem;
        margin-bottom: 12px;
    }
    .news-box-header-row {
        margin-bottom: 12px;
    }
    .news-box-list {
        margin-bottom: 0;
    }
    .news-box-list li {
        font-size: 0.8rem;
        gap: 10px;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    .news-date {
        font-size: 0.75rem;
        min-width: 75px;
    }
    .news-content {
        font-size: 0.8rem;
    }
    .check-official-x {
        font-size: 0.65rem;
        padding: 4px 10px;
    }
}

.news-wide {
    background: #fff; border: 1px solid #cbd5e1; border-radius: 16px; 
    padding: 20px; transition: 0.3s; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03); width: 100%; margin-bottom: 15px;
}
.news-wide:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); border-color: var(--primary-cyan); }
.news-wide-content { display: flex; align-items: center; gap: 15px; flex: 1; }
.news-date { font-family: 'Jost', sans-serif; font-size: 0.85rem; color: #888; font-weight: 500; white-space: nowrap; }
.news-cat { font-size: 0.65rem; font-weight: 700; color: var(--primary-cyan); border: 1px solid var(--primary-cyan); padding: 2px 8px; border-radius: 4px; white-space: nowrap; }
.news-cat.imp { color: #ff4757; border-color: #ff4757; }
.news-text { font-size: 1rem; font-weight: 700; color: var(--text-main); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.news-arrow { font-size: 1.2rem; color: #ccc; margin-left: 10px; }

.cp-grid { display: flex; flex-direction: column; gap: 12px; }
.cp-card { 
    background: #fff; 
    border-radius: 12px; 
    padding: 16px 20px; 
    display: flex; 
    align-items: center; 
    gap: 16px; 
    border: 1px solid #e8ecf0; 
    transition: all 0.25s ease; 
    cursor: pointer; 
    position: relative; 
}
.cp-card:hover { 
    background: #f8fafc;
    border-color: var(--primary-cyan); 
    box-shadow: 0 4px 12px rgba(0, 176, 240, 0.1);
}
.cp-card:active { transform: scale(0.995); }
.cp-img { width: 52px; height: 52px; flex-shrink: 0; }
.cp-img img { width: 100%; height: 100%; object-fit: contain; }
.cp-info { flex: 1; display: flex; align-items: center; gap: 16px; min-width: 0; }
.cp-main { flex: 1; min-width: 0; }
.cp-meta-row { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.cp-tag { font-size: 0.65rem; font-weight: 800; color: #fff; padding: 3px 8px; border-radius: 4px; display: inline-block; white-space: nowrap; }
.cp-date { font-size: 0.7rem; color: #888; font-family: 'Jost', sans-serif; font-weight: 600; }
.tag-limited { background: linear-gradient(135deg, #FF6B6B, #FF8E53); }
.tag-official { background: linear-gradient(135deg, #4facfe, #00f2fe); }
.cp-title { font-size: 0.95rem; font-weight: 700; line-height: 1.4; color: var(--text-main); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cp-tap-area { display: none; }
.cp-arrow { 
    font-size: 1.1rem; 
    color: #cbd5e1; 
    transition: all 0.25s ease; 
    flex-shrink: 0;
    margin-left: auto;
}
.cp-card:hover .cp-arrow { color: var(--primary-cyan); transform: translateX(3px); }

@media (max-width: 800px) {
    .cp-grid { gap: 10px; }
    .cp-card { padding: 14px 16px; gap: 12px; }
    .cp-img { width: 44px; height: 44px; }
    .cp-info { flex-direction: column; align-items: flex-start; gap: 0; }
    .cp-title { white-space: normal; font-size: 0.9rem; }
    .cp-arrow { display: none; }
    .news-area, .campaigns-area, .channels-area, .media-area { margin-bottom: 40px; }
    .news-wide { flex-direction: column; align-items: flex-start; gap: 10px; }
    .news-wide-content { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
    .news-arrow { display: none; }
}

.content-block { position: relative; padding: 0 0 30px; overflow: visible !important; }
#cyberCanvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; opacity: 0.6; }

.about-writter {
    position: relative;
    padding: 60px 20px 0;
    text-align: center;
    overflow: hidden;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
@media (min-width: 901px) {
    .about-writter {
        padding-bottom: 50px;
    }
}
.about-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}
.about-content {
    position: relative;
    z-index: 2;
}
.about-label {
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.4em;
    color: var(--primary-cyan);
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.about-label::before,
.about-label::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-cyan));
}
.about-label::before {
    right: calc(100% + 20px);
    background: linear-gradient(90deg, transparent, var(--primary-cyan));
}
.about-label::after {
    left: calc(100% + 20px);
    background: linear-gradient(90deg, var(--primary-cyan), transparent);
}
.about-question {
    font-family: 'Shippori Mincho', serif;
    font-size: clamp(3rem, 9vw, 5.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.about-question span {
    display: block;
    background: linear-gradient(135deg, #00B0F0 0%, #00d4ff 50%, #00ffea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 30px rgba(0, 176, 240, 0.4));
}

.about-tagline {
    margin-top: 50px;
    text-align: center;
    animation: fadeInUp 1s ease 0.5s both;
}
.about-tagline-text {
    font-family: 'Shippori Mincho', serif;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.08em;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
    margin: 0;
}
.tagline-highlight {
    background: linear-gradient(135deg, #00B0F0 0%, #00ffea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .about-writter {
        padding: 120px 20px 100px;
        min-height: auto;
    }
    .about-tagline {
        margin-top: 30px;
    }
    .about-label {
        margin-bottom: 25px;
        font-size: 0.75rem;
    }
}

.features-detail-section {
    background: #f8fafc;
    padding: 28px 0 60px;
}
.features-detail-header {
    text-align: center;
    margin-bottom: 60px;
}
.features-detail-label {
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--primary-cyan);
    text-transform: uppercase;
    margin-bottom: 15px;
}
.features-detail-title {
    font-family: 'Shippori Mincho', serif;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    color: var(--text-main);
}

.block-title { font-family: 'Shippori Mincho', serif; font-size: clamp(2.2rem, 5vw, 2.8rem); line-height: 1.3; font-weight: 800; color: var(--text-main); position: relative; z-index: 2; text-align: center; margin-bottom: 40px; }
.cyber-glow { color: var(--primary-cyan); text-shadow: 0 0 10px var(--primary-cyan-glow), 0 0 20px var(--primary-cyan-glow); }
.purple-glow { color: #8e44ad; text-shadow: 0 0 10px rgba(142, 68, 173, 0.4), 0 0 20px rgba(142, 68, 173, 0.4); }
.green-glow { color: #2ecc71; text-shadow: 0 0 10px rgba(46, 204, 113, 0.4), 0 0 20px rgba(46, 204, 113, 0.4); }
.orange-glow { color: #e67e22; text-shadow: 0 0 10px rgba(230, 126, 34, 0.4), 0 0 20px rgba(230, 126, 34, 0.4); }

.features-grid { 
    max-width: 1100px; 
    margin: 0 auto; 
    padding: 0 20px; 
    position: relative; 
    z-index: 5; 
}
.version-section {
    margin-bottom: 80px;
    position: relative;
}
.version-section:last-child {
    margin-bottom: 30px;
}

.version-header {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 30px;
    padding: 0 10px;
}
.version-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: var(--text-main);
    font-family: 'Jost', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    padding: 12px 24px;
    border-radius: 50px;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
}
.version-badge::before {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--primary-cyan);
    border-radius: 50%;
    flex-shrink: 0;
}
.version-badge small {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-sub);
    letter-spacing: 0.05em;
}
.version-badge.ver0::before {
    background: #8e44ad;
}
.version-badge.next::before {
    background: #34495e;
}
.version-badge.event::before {
    background: linear-gradient(135deg, #FF6B6B, #FF8E53);
}
.version-badge.ver2::before {
    background: #27ae60;
}
.version-badge small .badge-highlight {
    color: var(--primary-cyan);
    font-weight: 800;
    background: rgba(0, 176, 240, 0.12);
    padding: 2px 8px;
    border-radius: 6px;
}
.event-tag {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    color: #fff;
}
.event-tag.limited {
    background: linear-gradient(135deg, #FF6B6B, #FF8E53);
}
.event-tag.special {
    background: linear-gradient(135deg, #667eea, #764ba2);
}
.version-info {
    flex: 1;
}
.version-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-main);
    margin: 0 0 6px 0;
    line-height: 1.3;
}
.version-desc {
    font-size: 0.9rem;
    color: var(--text-sub);
    margin: 0;
    line-height: 1.5;
}

.features-slider {
    position: relative;
    padding: 0 50px;
}
.features-scroll-container {
    overflow: hidden;
    padding: 15px 0 25px;
}
.features-scroll-wrapper {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
}
.feature-card { 
    flex: 0 0 calc((100% - 60px) / 3);
    min-width: 280px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 176, 240, 0.12);
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.slider-arrow:hover {
    background: var(--primary-cyan);
    border-color: var(--primary-cyan);
    box-shadow: 0 4px 15px rgba(0, 176, 240, 0.3);
}
.slider-arrow:hover svg {
    stroke: #fff;
}
.slider-arrow svg {
    width: 20px;
    height: 20px;
    stroke: #666;
    stroke-width: 2;
    fill: none;
    transition: stroke 0.25s ease;
}
.slider-arrow.prev { left: 0; }
.slider-arrow.next { right: 0; }
.slider-arrow.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.slider-arrow.disabled:hover {
    background: #fff;
    border-color: #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.slider-arrow.disabled:hover svg {
    stroke: #666;
}

.feature-content { 
    position: relative; 
    z-index: 2; 
    padding: 18px 20px;
    background: #fff;
}
.feature-title { 
    font-family: 'Shippori Mincho', serif; 
    font-size: 1.25rem; 
    line-height: 1.5; 
    margin: 0;
    font-weight: 700; 
    color: var(--text-main);
}
.feature-desc {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--text-sub);
    margin: 10px 0 0;
}
.feature-card-link-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 8px 16px;
    border: 1.5px solid var(--primary-cyan);
    border-radius: 6px;
    color: var(--primary-cyan);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    background: #fff;
}
.feature-card-link-btn:hover {
    background: var(--primary-cyan);
    color: #fff;
}
.card-episode-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 6px 14px;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--primary-cyan);
    background: #fff;
    border: 1px solid var(--primary-cyan);
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.card-episode-btn:hover {
    background: var(--primary-cyan);
    color: #fff;
}
.card-episode-btn svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}
.card-episode-btn:hover svg {
    transform: translateX(2px);
}

.feature-image { 
    position: relative; 
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(145deg, #f8fafc, #eef4f8);
}
.feature-image-inner { 
    width: 100%; 
    height: 100%;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: transform 0.4s ease; 
}
.feature-card:hover .feature-image-inner { 
    transform: scale(1.05); 
}
.feature-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.next-card {
    opacity: 0.7;
}
.next-card:hover {
    opacity: 1;
}

.section-ending-message {
    text-align: center;
    padding: 24px 20px 40px;
    max-width: 600px;
    margin: 0 auto;
}
.section-ending-message p {
    font-family: 'Shippori Mincho', serif;
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    font-weight: 500;
    color: var(--text-sub);
    line-height: 2.2;
    margin: 0 0 1.2em 0;
    letter-spacing: 0.08em;
}
.section-ending-message p:last-child {
    margin-bottom: 0;
    margin-top: 1.8em;
    font-size: clamp(1.05rem, 2.8vw, 1.2rem);
    font-weight: 600;
}
.section-ending-message p:first-child {
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    font-weight: 600;
    margin-bottom: 1.5em;
}
.ending-logo {
    height: 1.3em;
    width: auto;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 0.05em;
    transform: translateY(0.1em);
}

.ending-pc { display: block; }
.ending-sp { display: none; }

@media (max-width: 768px) {
    .ending-pc { display: none; }
    .ending-sp { display: block; }
    
    .section-ending-message {
        padding: 20px 24px 50px;
        max-width: 100%;
        margin: 8px 16px 0;
    }
    .section-ending-message .ending-sp p {
        font-family: 'Shippori Mincho', serif;
        font-size: 1.05rem;
        line-height: 2;
        letter-spacing: 0.05em;
        color: var(--text-sub);
        margin: 0 0 1.2em 0;
        text-align: left;
    }
    .section-ending-message .ending-sp p:first-child {
        font-weight: 500;
        margin-bottom: 1.5em;
        padding-bottom: 1.2em;
        border-bottom: 1px solid rgba(0,0,0,0.06);
    }
    .section-ending-message .ending-sp p:last-child {
        font-weight: 500;
        margin-top: 1.5em;
        margin-bottom: 0;
    }
    .section-ending-message .ending-sp .ending-logo {
        height: 1.2em;
    }
}

.next-image {
    background: linear-gradient(145deg, #e8eef3, #d5dfe8) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.shine-stars-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.next-mystery {
    font-family: 'Jost', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #b0bec5;
}
.next-image-img {
    padding: 15px;
}
.next-image-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 140px;
}

@media (max-width: 900px) { 
    .content-block { padding: 40px 0 20px; }
    .block-title { margin-bottom: 30px; }
    .features-slider {
        padding: 0;
    }
    .slider-arrow {
        display: none;
    }
    .features-scroll-container {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }
    .features-scroll-container::-webkit-scrollbar {
        display: none;
    }
    .feature-card { 
        flex: 0 0 280px;
        min-width: 280px;
    }
    .feature-card:hover {
        transform: none;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    }
    .feature-card:hover .feature-image-inner {
        transform: none;
    }
    .version-section {
        margin-bottom: 50px;
    }
    .version-header {
        margin-bottom: 20px;
        padding: 0 5px;
    }
    .version-badge {
        font-size: 1.2rem;
        padding: 14px 22px;
        gap: 12px;
    }
    .version-badge::before {
        width: 10px;
        height: 10px;
    }
    .version-badge small {
        font-size: 0.8rem;
    }
    .features-scroll-wrapper {
        gap: 16px;
        padding: 0 5px;
    }
    .feature-content {
        padding: 15px 16px;
    }
    .next-mystery {
        font-size: 3rem;
    }
}

.testimonials-section { background: #fff; padding: 80px 0 0 0; border-top: 1px solid #eee; overflow: hidden; }
.testimonials-title { text-align: center; margin-bottom: 50px; font-family: 'Shippori Mincho', serif; font-size: clamp(1.8rem, 4vw, 2.4rem); font-weight: 800; color: var(--text-main); }
@media (max-width: 700px) {
    .testimonials-section { padding: 50px 0 0 0; }
    .testimonials-title { margin-bottom: 35px; }
}
.testimonials-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.testimonials-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    width: max-content;
    will-change: transform;
}
.testimonials-row:last-child {
    margin-bottom: 40px;
}
.testimonials-row-top {
    animation: scrollRightToLeft 30s linear infinite;
}
.testimonials-row-bottom {
    animation: scrollLeftToRight 40s linear infinite;
}
@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes scrollLeftToRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}
.testimonials-grid { 
    display: flex;
    flex-direction: column;
    gap: 0;
}
.testimonial-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 28px;
    padding: 22px;
    position: relative;
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    flex-shrink: 0;
    width: 385px;
    pointer-events: auto;
}
.testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.testimonial-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    flex-shrink: 0;
    object-fit: cover;
}
.testimonial-user {
    flex: 1;
    min-width: 0;
}
.testimonial-name {
    font-weight: 700;
    color: var(--text-main);
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testimonial-handle {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testimonial-content {
    color: var(--text-main);
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    word-break: break-all;
}
.testimonial-content emoji {
    font-style: normal;
}
@media (max-width: 1200px) {
    .testimonial-card { width: 340px; }
}
@media (max-width: 700px) {
    .testimonial-card { width: 320px; }
    .testimonials-row { margin-bottom: 20px; }
    .testimonials-row:last-child { margin-bottom: 30px; }
}

.qa-section { background: #eff6ff; padding: 40px 0 80px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-top: 0; }

.guideline-section {
    background: #fff;
    padding: 80px 0;
    border-bottom: 1px solid #e2e8f0;
}
.guideline-container {
    max-width: 1100px;
}
.guideline-main-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text-main);
    text-align: center;
    margin-bottom: 16px;
}
.guideline-intro {
    text-align: center;
    color: #666;
    font-size: 1rem;
    margin-bottom: 50px;
}
.guideline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}
.guideline-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px 24px;
    transition: all 0.3s ease;
}
.guideline-card:hover {
    border-color: var(--primary-cyan);
    box-shadow: 0 8px 24px rgba(0, 176, 240, 0.08);
    transform: translateY(-2px);
}
.guideline-icon {
    font-size: 2.5rem;
    margin-bottom: 16px;
}
.guideline-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 12px;
}
.guideline-card-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.7;
}
.guideline-warning-box {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 24px 28px;
    margin-bottom: 40px;
}
.guideline-warning-icon {
    display: none;
}
.guideline-warning-text {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.9;
    font-weight: 400;
}
.guideline-warning-text strong {
    font-weight: 700;
    color: #333;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.guideline-link-box {
    text-align: center;
}
.guideline-detail-link {
    display: inline-block;
    padding: 14px 32px;
    background: var(--primary-cyan);
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}
.guideline-detail-link:hover {
    background: #0090c0;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 176, 240, 0.3);
    opacity: 1;
}

.forum-qa-section {
    background: #f8f9fa;
    padding: 80px 0;
}
.forum-qa-container {
    max-width: 900px;
}
.forum-qa-main-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text-main);
    text-align: center;
    margin-bottom: 16px;
}
.forum-qa-intro {
    text-align: center;
    color: #666;
    font-size: 1rem;
    margin-bottom: 50px;
}
.forum-qa-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}
.forum-qa-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px 32px;
    transition: 0.3s;
}
.forum-qa-item:hover {
    border-color: var(--primary-cyan);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.forum-qa-q {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}
.forum-qa-q-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--primary-cyan) 0%, #0090c0 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.forum-qa-q-text {
    flex: 1;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.6;
    padding-top: 4px;
}
.forum-qa-a {
    padding-left: 44px;
}
.forum-qa-a-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-cyan);
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 10px;
}
.forum-qa-a-text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.8;
}
.forum-qa-a-text .forum-qa-link {
    color: #2563eb;
    text-decoration: underline;
}
.forum-qa-a-text .forum-qa-link:hover {
    color: #1d4ed8;
}
.forum-qa-help-box {
    background: linear-gradient(135deg, #00B0F0 0%, #0090c0 100%);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.forum-qa-help-content h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}
.forum-qa-help-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}
.forum-qa-help-btn {
    flex-shrink: 0;
    padding: 14px 32px;
    background: #fff;
    color: var(--primary-cyan);
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    white-space: nowrap;
}
.forum-qa-help-btn:hover {
    background: #f0f9ff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 900px) {
    .guideline-section {
        padding: 60px 0;
    }
    .guideline-main-title,
    .forum-qa-main-title {
        font-size: 1.8rem;
    }
    .guideline-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .guideline-card {
        padding: 24px 20px;
    }
    .forum-qa-section {
        padding: 60px 0;
    }
    .forum-qa-item {
        padding: 24px 20px;
    }
    .forum-qa-a {
        padding-left: 0;
        margin-top: 16px;
    }
    .forum-qa-help-box {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
    }
}

@media (max-width: 600px) {
    .guideline-section {
        padding: 50px 0;
    }
    .guideline-main-title,
    .forum-qa-main-title {
        font-size: 1.6rem;
    }
    .guideline-grid {
        grid-template-columns: 1fr;
    }
    .guideline-card {
        padding: 20px;
    }
    .guideline-icon {
        font-size: 2rem;
    }
    .guideline-warning-box {
        padding: 20px 24px;
    }
    .guideline-warning-text {
        font-size: 0.85rem;
    }
    .forum-qa-section {
        padding: 50px 0;
    }
    .forum-qa-item {
        padding: 20px 16px;
    }
    .forum-qa-q-text {
        font-size: 0.95rem;
    }
    .forum-qa-help-box {
        padding: 28px 20px;
    }
}
.qa-title { text-align: center; margin-bottom: 40px; font-family: 'Jost', sans-serif; font-size: 2rem; font-weight: 800; color: var(--text-main); }
.qa-grid, .help-center-block, .effort-grid, .support-grid, .ai-policy-block { max-width: var(--content-width); margin: 0 auto; width: 100%; }
.qa-grid { display: flex; flex-direction: column; gap: 15px; margin-bottom: 50px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.effort-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.qa-item { background: #fff; border-radius: 16px; padding: 0; border: 1px solid #eee; box-shadow: 0 4px 10px rgba(0,0,0,0.02); overflow: hidden; transition: 0.3s; }
.qa-item:hover { border-color: var(--primary-cyan); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.qa-question { padding: 24px; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--text-main); font-size: 1.05rem; }
.qa-question::before { content: 'Q.'; color: var(--primary-cyan); font-weight: 800; font-family: 'Jost', sans-serif; font-size: 1.2rem; margin-right: 15px; }
.qa-toggle-icon { width: 24px; height: 24px; position: relative; flex-shrink: 0; margin-left: 15px; }
.qa-toggle-icon::after, .qa-toggle-icon::before { content: ''; position: absolute; top: 50%; left: 50%; background: #ccc; transform: translate(-50%, -50%); transition: 0.3s; }
.qa-toggle-icon::before { width: 2px; height: 16px; }
.qa-toggle-icon::after { width: 16px; height: 2px; }
.qa-item.active .qa-toggle-icon::before { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.qa-item.active .qa-toggle-icon::after { background: var(--primary-cyan); }
.qa-answer { max-height: 0; overflow: hidden; transition: 0.4s ease; color: var(--text-sub); line-height: 1.8; opacity: 0; padding: 0 24px; background: #fafafa; }
.qa-item.active .qa-answer { padding-top: 10px; padding-bottom: 24px; opacity: 1; max-height: 300px; }
.help-center-block { background: #fff; border: 1px dashed var(--primary-cyan); border-radius: 16px; padding: 25px 30px; display: flex; align-items: center; justify-content: space-between; transition: 0.3s; }
.help-center-block:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0, 176, 240, 0.1); border-style: solid; }
.hc-content h3 { color: var(--primary-cyan); font-size: 1.2rem; font-weight: 800; margin-bottom: 5px; display: flex; align-items: center; gap: 8px; }
.hc-content p { font-size: 0.95rem; color: #666; margin: 0; }
.btn-help { background: #fff; border: 2px solid var(--primary-cyan); color: var(--primary-cyan); padding: 10px 30px; border-radius: 30px; font-weight: 700; display: inline-block; transition: .3s; white-space: nowrap; margin-left: 20px; }
.btn-help:hover { background: var(--primary-cyan); color: #fff; }
@media (max-width: 800px) { .help-center-block { flex-direction: column; text-align: center; gap: 15px; } .btn-help { margin-left: 0; } }

.urgent-notice-block { background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%); border: 2px solid #ff6b6b; border-radius: 16px; padding: 20px 25px; display: flex; align-items: center; justify-content: space-between; transition: 0.3s; max-width: 1000px; margin: 0 auto 20px; width: 100%; gap: 20px; box-shadow: 0 4px 15px rgba(255, 107, 107, 0.15); }
.urgent-notice-block:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(255, 107, 107, 0.25); }
.urgent-notice-content { flex: 1; min-width: 0; }
.urgent-notice-title { color: #d63031; font-size: 1.2rem; font-weight: 800; margin: 0 0 8px 0; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.urgent-notice-title::before { content: "⚠️"; font-size: 1.5rem; }
.urgent-notice-text { color: #555; font-size: 0.95rem; line-height: 1.7; margin: 0; }
@media (max-width: 800px) { 
    .urgent-notice-block { padding: 15px 18px; gap: 12px; flex-wrap: wrap; margin-bottom: 15px; }
    .urgent-notice-content { width: 100%; }
    .urgent-notice-title { font-size: 1rem; flex-wrap: wrap; line-height: 1.4; margin-bottom: 6px; }
    .urgent-notice-text { font-size: 0.85rem; line-height: 1.6; }
}

.ai-policy-block { background: #fff; border: 1px dashed var(--primary-cyan); border-radius: 16px; padding: 20px 25px; display: flex; align-items: center; justify-content: space-between; transition: 0.3s; max-width: 1000px; margin: 0 auto; width: 100%; gap: 20px; }
.ai-policy-block:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0, 176, 240, 0.1); border-style: solid; }
.ai-policy-content { flex: 1; min-width: 0; }
.ai-policy-title { color: var(--primary-cyan); font-size: 1.2rem; font-weight: 800; margin: 0; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ai-policy-title img { flex-shrink: 0; width: 48px; height: 48px; vertical-align: middle; display: inline-block; }
.btn-ai-policy { background: #fff; border: 2px solid var(--primary-cyan); color: var(--primary-cyan); padding: 10px 25px; border-radius: 30px; font-weight: 700; display: inline-block; transition: .3s; white-space: nowrap; flex-shrink: 0; text-decoration: none; font-size: 0.9rem; }
.btn-ai-policy:hover { background: var(--primary-cyan); color: #fff; }
@media (max-width: 800px) { 
    .ai-policy-block { padding: 18px 20px; gap: 15px; flex-wrap: wrap; }
    .ai-policy-content { width: 100%; }
    .ai-policy-title { font-size: 1.1rem; flex-wrap: wrap; line-height: 1.4; }
    .ai-policy-title img { width: 40px; height: 40px; margin-right: 10px; }
    .btn-ai-policy { padding: 8px 20px; font-size: 0.85rem; width: 100%; text-align: center; margin-top: 10px; }
    .ai-policy-area { margin-bottom: 40px; }
}

.effort-section { background: linear-gradient(135deg, #0f172a, #1e3a8a); color: #fff; padding: 80px 0; position: relative; overflow: hidden; }
.effort-section::before { content: ''; position: absolute; top: -20%; left: -20%; width: 60%; height: 100%; background: radial-gradient(circle, rgba(0, 176, 240, 0.3) 0%, transparent 70%); filter: blur(50px); pointer-events: none; }
.effort-title { text-align: center; font-family: 'Shippori Mincho', serif; font-size: 2rem; margin-bottom: 15px; font-weight: 800; position: relative; z-index: 2; }
.effort-desc { text-align: center; font-size: 1rem; margin-bottom: 50px; color: rgba(255,255,255,0.9); position: relative; z-index: 2; }
.effort-card { background: rgba(255, 255, 255, 0.07); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 20px; padding: 30px; transition: 0.4s; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.effort-card:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-5px); border-color: var(--primary-cyan); box-shadow: 0 15px 40px rgba(0, 176, 240, 0.3); }
.effort-icon { font-size: 2rem; margin-bottom: 10px; display: inline-block; filter: drop-shadow(0 0 10px rgba(0, 176, 240, 0.5)); }
.effort-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; color: #fff; }
.effort-card p { font-size: 0.9rem; color: rgba(255,255,255,0.8); }
@media (max-width: 700px) { .effort-grid { grid-template-columns: 1fr; } }

.support-section { padding: 80px 0; background: #fff; }
.contact-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 40px 30px; display: flex; flex-direction: column; transition: 0.3s; }
.contact-card.user { box-shadow: 0 5px 20px rgba(0,0,0,0.02); }
.contact-card.user:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-color: var(--primary-cyan); }
.contact-card.business { background: #f8fafc; border-color: #cbd5e1; }
.contact-card.business:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0, 176, 240, 0.1); border-color: var(--bg-navy-deep); }
.ct-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.ct-icon { width: 50px; height: 50px; background: #eee; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.ct-title-area h3 { font-family: 'Jost', sans-serif; font-size: 1.3rem; font-weight: 800; color: var(--text-main); line-height: 1.2; }
.ct-title-area span { font-size: 0.85rem; color: #666; font-weight: 500; }
.ct-desc { font-size: 0.95rem; color: var(--text-sub); margin-bottom: 25px; line-height: 1.6; }
.ct-list { list-style: none; margin-bottom: 30px; }
.ct-list li { position: relative; padding-left: 24px; margin-bottom: 10px; font-size: 0.9rem; color: #444; font-weight: 500; }
.ct-list li::before { content: '✔'; position: absolute; left: 0; top: 1px; color: var(--primary-cyan); font-weight: bold; font-size: 0.8rem; }
.business .ct-list li::before { color: var(--bg-navy-deep); }
.ct-btn-wrap { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }
.btn-ct { display: flex; align-items: center; justify-content: center; width: 100%; padding: 14px 0; border-radius: 50px; font-weight: 700; font-size: 0.95rem; text-decoration: none; transition: 0.3s; }
.btn-ct.primary { background: var(--primary-cyan); color: #fff; box-shadow: 0 4px 10px rgba(0, 176, 240, 0.2); }
.btn-ct.primary:hover { opacity: 0.9; transform: translateY(-2px); }
.btn-ct.biz { background: var(--bg-navy-deep); color: #fff; box-shadow: 0 4px 10px rgba(21, 32, 54, 0.3); }
.btn-ct.biz:hover { background: #2c3e5a; transform: translateY(-2px); }
@media (max-width: 800px) { .support-grid { grid-template-columns: 1fr; } }

.footer-area { background-color: #f9fafb; border-top: 1px solid #eee; padding-top: 0; }
.footer-cta { text-align: center; padding: 32px 20px 60px; }
.footer-cta-title { font-family: 'Shippori Mincho', serif; font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; margin-bottom: 20px; }
.footer-cta-desc { color: var(--text-sub); margin-bottom: 30px; }
footer { padding: 40px 0 20px; text-align: center; border-top: 1px solid #eee; }
.footer-logo img { height: 40px; width: auto; margin: 0 auto 25px; opacity: 0.9; }
.footer-cta .footer-logo {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.footer-cta .footer-logo img {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
}

.pairtalk-card-wrap {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    flex-wrap: wrap;
    padding: 0 20px;
}
@media (min-width: 900px) {
    .pairtalk-card-wrap {
        flex-wrap: nowrap;
    }
}
.pairtalk-card,
.footer-company-card {
    display: block;
    max-width: 420px;
    width: 100%;
    min-width: 280px;
    flex: 1;
}
@media (min-width: 900px) {
    .pairtalk-card-wrap .pairtalk-card,
    .pairtalk-card-wrap .footer-company-card {
        max-width: none;
        min-width: 0;
        flex: 1;
    }
}
.pairtalk-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.pairtalk-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}
.pairtalk-card-banner {
    background: #00BFFF;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 10px 16px;
    letter-spacing: 0.02em;
}
.pairtalk-card-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #111;
    margin: 16px 16px 12px;
    line-height: 1.3;
}
.pairtalk-card-body {
    padding: 10px 12px 16px;
}
.pairtalk-card-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}
.pairtalk-card-desc {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.6;
    padding: 0 20px 20px;
    margin: 0;
}
.footer-company-card.pairtalk-card-same {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.footer-company-card.pairtalk-card-same:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.footer-link-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 0 20px;
}
.footer-link-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: 0.3s;
    text-decoration: none;
    color: inherit;
    display: block;
}
.footer-link-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.footer-link-card-header {
    background: var(--primary-cyan);
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}
.footer-link-card:first-child .footer-link-card-header {
    animation: slideUpBubble 0.6s ease-out;
    animation-fill-mode: both;
}
@keyframes slideUpBubble {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.footer-link-card-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 15px;
}
.footer-link-card-graphic {
    width: 100%;
    height: 120px;
    background: #f0f0f0;
    border-radius: 12px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.footer-link-card-graphic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-link-card-text {
    font-size: 0.9rem;
    color: var(--text-sub);
    line-height: 1.6;
}

.footer-cards-slider {
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 0 50px;
}
.feature-card.footer-link-card {
    flex: 0 0 auto;
    min-width: 280px;
    max-width: 320px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
}
.footer-cards-slider .features-scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 15px 0 25px;
}
.footer-cards-slider .features-scroll-wrapper {
    scroll-snap-align: start;
}
@media (max-width: 900px) {
    .footer-cards-slider {
        padding: 0 20px;
    }
    .footer-cards-slider .features-scroll-container {
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-bottom: 20px; }
.footer-nav a { font-size: 0.85rem; color: var(--text-sub); transition: 0.3s; }
.footer-nav a:hover { color: var(--primary-cyan); }

@media (max-width: 900px) {
    .footer-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin-bottom: 24px;
        background: #f8f9fa;
        border-radius: 12px;
        padding: 8px 0;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-nav a {
        display: block;
        padding: 12px 20px;
        font-size: 0.9rem;
        text-align: center;
        border-bottom: 1px solid #eee;
    }
    .footer-nav a:last-child {
        border-bottom: none;
    }
    .footer-nav a:hover {
        background: rgba(0, 176, 240, 0.06);
    }
}
.footer-company {
    text-align: center;
    margin-bottom: 24px;
}
.footer-company-label {
    display: block;
    font-size: 0.8rem;
    color: var(--text-sub);
    margin-bottom: 10px;
}
.footer-company-logo-link {
    display: inline-block;
    line-height: 0;
}
.footer-company-logo {
    width: 120px;
    height: auto;
    border-radius: 8px;
    display: block;
    transition: opacity 0.2s;
}
.footer-company-logo-link:hover .footer-company-logo {
    opacity: 0.85;
}
.copyright { font-size: 0.75rem; color: #999; font-family: 'Jost', sans-serif; margin-bottom: 15px; }
.company-info { font-size: 0.7rem; color: #aaa; line-height: 1.5; font-family: 'Noto Sans JP', sans-serif; }

.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); backdrop-filter: blur(5px); z-index: 9999; display: flex; justify-content: center; align-items: center; opacity: 0; pointer-events: none; transition: 0.3s; }
.modal-overlay.active { opacity: 1; pointer-events: auto; }
.modal-content { background: #fff; width: 90%; max-width: 400px; border-radius: 20px; padding: 40px 30px; position: relative; transform: translateY(20px); transition: 0.3s; box-shadow: 0 20px 50px rgba(0,0,0,0.3); text-align: center; }
.modal-overlay.active .modal-content { transform: translateY(0); }
.modal-close-btn { position: absolute; top: 15px; right: 15px; font-size: 1.5rem; cursor: pointer; color: #999; }
.modal-badge-area { width: 120px; height: 120px; margin: 0 auto 20px; position: relative; display: flex; align-items: center; justify-content: center; }
.modal-badge-area img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 0 15px rgba(0, 176, 240, 0.4)); animation: floatBadge 3s ease-in-out infinite alternate; }
@keyframes floatBadge { from { transform: translateY(0); } to { transform: translateY(-10px); } }
.modal-title { font-size: 1.2rem; font-weight: 800; margin-bottom: 15px; color: var(--text-main); line-height: 1.4; }
.modal-desc { font-size: 0.95rem; color: var(--text-sub); line-height: 1.8; text-align: left; background: #f9f9f9; padding: 15px; border-radius: 10px; }

.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0;
}

.seo-context {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

#mobileClose {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 2rem;
    cursor: pointer;
}
.about-message-btn-wrap {
    margin-top: 24px;
}
#cyberCanvas {
    display: none;
}
.version-section-full {
    max-width: 100%;
}
.suggestion-section {
    padding: 0 0 40px;
    background: #f8fafc;
}
.suggestion-section .container {
    text-align: center;
}
.forum-qa-help-icon {
    font-size: 1.5rem;
}
.qa-title-spaced {
    margin-bottom: 40px;
}
.footer-cta-custom {
    margin-top: 20px;
    margin-bottom: 50px;
}
.footer-logo-custom {
    margin: 30px auto;
}
.testimonials-section-inline {
    padding-top: 20px;
}
.store-buttons-center {
    justify-content: center;
}

@media (max-width: 900px) {
    .hero-sp-buttons {
        justify-content: center;
        gap: 10px;
    }
    .hero-sp-buttons .store-btn {
        width: auto;
        max-width: none;
        min-width: 0;
        flex: 0 0 auto;
    }
    .hero-sp-buttons .store-btn img {
        width: auto !important;
        height: 52px !important;
        max-width: 100%;
        margin: 0 auto;
    }
}
