@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/* ========================================
   HADO Stats LP - Custom Styles
   ======================================== */

/* Responsive visibility helpers */
@media only screen and (min-width: 1025px) {
    .sp-visible { display: none }
    .pc-visible { display: block }
}
@media only screen and (max-width: 1024px) {
    .sp-visible { display: block }
    .pc-visible { display: none }
}

/* ----------------------------------------
   Base
   ---------------------------------------- */
.hado-stats {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 62.5%;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: left;
    color: #333;
    background-color: #fff !important;
    overflow-x: hidden;
}

.hado-stats *,
.hado-stats *::before,
.hado-stats *::after {
    box-sizing: border-box;
}

.hado-stats img {
    max-width: 100%;
    height: auto;
}

.hado-stats .container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ----------------------------------------
   Hero / KV Section
   ---------------------------------------- */
.hado-stats .kv {
    position: relative;
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #e0f4ff 0%, #f0fffe 40%, #fff 100%);
    text-align: center;
    overflow: hidden;
}

.hado-stats .kv::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(77, 208, 225, 0.15), rgba(100, 181, 246, 0.1));
    pointer-events: none;
}

.hado-stats .kv::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(100, 181, 246, 0.1), rgba(77, 208, 225, 0.08));
    pointer-events: none;
}

.hado-stats .kv .logo {
    margin-bottom: 32px;
}

.hado-stats .kv .logo img {
    width: 360px;
    max-width: 80%;
}

.hado-stats .kv .catchcopy {
    font-size: 2.8rem;
    font-weight: 700;
    color: #333;
    line-height: 1.6;
    margin-bottom: 48px;
}

.hado-stats .kv .hero-visual {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}

.hado-stats .kv .hero-visual img {
    width: 100%;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.12));
}

@media only screen and (max-width: 767px) {
    .hado-stats .kv {
        padding: 72px 0 56px;
    }

    .hado-stats .kv .logo img {
        width: 240px;
    }

    .hado-stats .kv .catchcopy {
        font-size: 2.0rem;
        margin-bottom: 32px;
    }

    .hado-stats .kv .hero-visual {
        max-width: 240px;
    }
}

/* ----------------------------------------
   Features Section
   ---------------------------------------- */
.hado-stats .features {
    padding: 80px 0;
    background-color: #fff;
}

.hado-stats .features .section-heading {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 64px;
    position: relative;
}

.hado-stats .features .section-heading::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #4DD0E1, #64B5F6);
    margin: 16px auto 0;
    border-radius: 2px;
}

.hado-stats .feature-item {
    display: flex;
    align-items: center;
    gap: 64px;
    margin-bottom: 80px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hado-stats .feature-item:last-child {
    margin-bottom: 0;
}

.hado-stats .feature-item.reverse {
    flex-direction: row-reverse;
}

.hado-stats .feature-item .feature-img {
    flex: 0 0 280px;
    max-width: 280px;
}

.hado-stats .feature-item .feature-img img {
    width: 100%;
    border-radius: 24px;
    filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.1));
}

.hado-stats .feature-item .feature-text {
    flex: 1;
}

.hado-stats .feature-item .feature-text h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.5;
}

.hado-stats .feature-item .feature-text h3 .accent {
    color: #00ACC1;
}

.hado-stats .feature-item .feature-text p {
    font-size: 1.5rem;
    color: #666;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .hado-stats .features {
        padding: 56px 0;
    }

    .hado-stats .features .section-heading {
        font-size: 2.0rem;
        margin-bottom: 40px;
    }

    .hado-stats .feature-item {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 56px;
        text-align: center;
    }

    .hado-stats .feature-item.reverse {
        flex-direction: column;
    }

    .hado-stats .feature-item .feature-img {
        flex: 0 0 auto;
        max-width: 220px;
        margin: 0 auto;
    }

    .hado-stats .feature-item .feature-text h3 {
        font-size: 1.8rem;
    }

    .hado-stats .feature-item .feature-text p {
        font-size: 1.4rem;
    }
}

/* ----------------------------------------
   Download CTA Section
   ---------------------------------------- */
.hado-stats .download-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #e0f7fa 0%, #e3f2fd 100%);
    text-align: center;
}

.hado-stats .download-cta .cta-heading {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.hado-stats .download-cta .cta-sub {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 40px;
}

.hado-stats .download-cta .app-icon {
    width: 100px;
    height: 100px;
    border-radius: 22px;
    margin: 0 auto 32px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.hado-stats .download-cta .app-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hado-stats .download-cta .store-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hado-stats .download-cta .store-badge {
    display: inline-block;
    transition: opacity 0.2s ease;
}

.hado-stats .download-cta .store-badge:hover {
    opacity: 0.8;
}

.hado-stats .download-cta .store-badge img {
    height: 48px;
    width: auto;
}

@media only screen and (max-width: 767px) {
    .hado-stats .download-cta {
        padding: 56px 0;
    }

    .hado-stats .download-cta .cta-heading {
        font-size: 2.0rem;
    }

    .hado-stats .download-cta .store-badge img {
        height: 40px;
    }
}

/* ----------------------------------------
   Legal Links Section
   ---------------------------------------- */
.hado-stats .legal-links {
    padding: 40px 0;
    background-color: #f5f5f5;
    text-align: center;
}

.hado-stats .legal-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.hado-stats .legal-links ul li a {
    font-size: 1.3rem;
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hado-stats .legal-links ul li a:hover {
    color: #00ACC1;
    text-decoration: underline;
}
