* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

::-webkit-scrollbar {
    display: none;
}

body {
    overflow: hidden;
}
a {
    color: inherit;
    text-decoration: none
}

body {
    width: 100%;
    height: 100vh;
    background-color: #f8f8f8;
    max-width: 750px;
    margin: 0 auto
}

.step-container {
    position: absolute;
    top: 38%;
    z-index: 10;
    width: 81%;
    height: auto;
    left: 9%
}

.visible {
    display: block
}

.hidden {
    display: none
}

.mainheader,.footerMain {
    position: absolute;
    top: -99999px;
    color: transparent
}

.footerContainer a {
    color: #636161;
    font-size: 12px
}

.footerContainer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px
}

body * {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a {
    color: #fff;
    text-decoration: none
}

@media screen and (min-width: 700px) {
    html {
        display:flex;
        justify-content: center
    }
}

body {
    font-family: PingFangSC-Regular,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC-Light,Microsoft YaHei
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: 0;
    background-color: transparent
}

img {
    width: 100%;
    height: 100%
}

button:active {
    opacity: .6
}

.flex-col {
    display: flex;
    flex-direction: column
}

.flex-row {
    display: flex;
    flex-direction: row
}

.justify-start {
    display: flex;
    justify-content: flex-start
}

.justify-center {
    display: flex;
    justify-content: center
}

.justify-end {
    display: flex;
    justify-content: flex-end
}

.justify-evenly {
    display: flex;
    justify-content: space-evenly
}

.justify-around {
    display: flex;
    justify-content: space-around
}

.justify-between {
    display: flex;
    justify-content: space-between
}

.align-start {
    display: flex;
    align-items: flex-start
}

.align-center {
    display: flex;
    align-items: center
}

.align-end {
    display: flex;
    align-items: flex-end
}

.box {
    width: 100%;
    height: 100vh;
    position: relative
}

.inpur {
    width: 100%;
    height: 8%;
    border-radius: 2rem;
    border: 2px solid rgba(78,147,234,1);
    margin-top: 1rem;
    padding: 1rem 2rem;
    text-align: center;
    font-size: 14px
}

.btu {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    background-color: #1a6bff;
    border-radius: 2rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 8px #0000001a
}



.error-content {
    padding: 30px;
    line-height: 1.5;
    word-break: break-all;
    overflow: auto;
    font-size: 18px;
    color: #fff;
    background: #000c;
    border-radius: 10px;
    box-shadow: 0 4px 8px #00000080;
    max-width: 80%;
    width: 100%;
    box-sizing: border-box
}

.sha {
    display: block;
    background-color: #1a6bff;
    border-radius: 2rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    animation-name: moveButton;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    box-shadow: 0 4px 8px #0000001a
}

@keyframes moveButton {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.con-box {
    position: relative;
    background-image: url(/assets/images/con_bg-2-OzR4fD5x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.con-box .img-box {
    width: 100%
}

.con-box .img-box img {
    width: 100%;
    object-fit: cover
}

.con-box .word-box {
    padding: 5% 8%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%
}

.con-box .word-box .title {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #03267d
}

.con-box .word-box .con {
    margin-top: 2%;
    font-size: 20px;
    color: #27489d
}

.p-title {
    font-size: 30px;
    background-image: url(/assets/images/t_bg-C5OLKX61.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5% 0;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 25%;
    z-index: 10;
    width: 81%;
    height: auto;
    left: 50%;
    transform: translate(-50%);
    font-weight: 700
}

@media all and (max-width: 767px) {
    .p-title {
        font-size:24px;
        top: 27%
    }

    .con-box {
        position: relative;
        background-image: url(/assets/images/con_bg-2-OzR4fD5x.png);
        background-repeat: no-repeat;
        background-size: 100% 100%
    }

    .con-box .img-box {
        width: 100%
    }

    .con-box .img-box img {
        width: 100%;
        object-fit: cover
    }

    .con-box .word-box {
        padding: 8% 6%;
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%
    }

    .con-box .word-box .title {
        font-size: 20px;
        text-align: center;
        font-weight: 700
    }

    .con-box .word-box .con {
        font-size: 14px
    }
}

.footerContainer1 {
    width: 100%;
    background-color: #1a6bff;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10px
}

.PrivacyPolicyContainer {
    padding: 30px;
    max-width: 960px;
    margin: 0 auto
}

.PrivacyPolicyContainer h3 {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0
}

.PrivacyPolicyContainer p {
    font-size: 16px;
    line-height: 1.5
}

.disclaimerTitle {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding: 30px 0
}

.disclaimerContainer {
    background-color: #f6f6f6;
    min-height: 100vh
}

.disclaimerLevelTitle {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding: 8px 0;
    margin-top: 10px
}

.disclaimerModel {
    background: #fff;
    max-width: 960px;
    margin: 0 auto;
    padding: 54px 80px;
    box-sizing: border-box;
    border-radius: 4px
}

.disclaimerModel p {
    line-height: 1.6;
    font-size: 16px;
    margin-top: 16px;
    font-weight: lighter
}

.disclaimerLevelTitle2 {
    margin-top: 60px
}

@media (max-width: 767px) {
    .disclaimerModel {
        padding:20px 16px;
        margin: 0 10px
    }
}

.error{padding:30px 20px;width:80%;color:#fff;background:rgba(0,0,0,0.7);position:fixed;bottom:62%;left:50%;margin:0 auto;z-index:100000;font-size:16px;transform:translateX(-50%);display:none;text-align:center; border-radius: 5px; }

@media screen and (min-width: 1200px) {
    .error{width: 540px; }
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.popup-body {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.popup-text {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 10px;
}

.legal-container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
}

.legal-story {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
    padding: 40px;
    transition: all 0.3s ease;
}

.legal-story:hover {
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.legal-top_title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #15a223;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.legal-top_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #15a223;
    border-radius: 3px;
}

.legal-textBlock01 {
    font-size: 16px;
    color: #444;
}

.legal-textBlock01 ul {
    list-style-type: none;
    padding-left: 0;
}

.legal-textBlock01 li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    line-height: 1.8;
}

.legal-textBlock01 li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #15a223;
    font-size: 24px;
    top: -5px;
}

.legal-back-link {
    display: inline-block;
    margin-top: 30px;
    color: #15a223;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.legal-back-link:hover {
    color: #0e7b18;
    transform: translateX(-5px);
}

.legal-back-link:before {
    content: "←";
    margin-right: 5px;
}

.legal-section {
    margin-bottom: 30px;
}

.legal-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #15a223;
    margin-bottom: 15px;
}

.legal-info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.legal-info-table th,
.legal-info-table td {
    border: 1px solid #eee;
    padding: 12px 15px;
    text-align: left;
}

.legal-info-table th {
    background-color: #f7f9fc;
    font-weight: 600;
    color: #15a223;
}

.legal-info-table tr:hover {
    background-color: #f9f9f9;
}

.legal-consent-box {
    background-color: #f5f7fa;
    padding: 20px;
    margin: 30px 0;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .legal-container {
        margin: 20px auto;
    }

    .legal-story {
        padding: 30px 20px;
    }

    .legal-top_title {
        font-size: 24px;
    }

    .legal-info-table th,
    .legal-info-table td {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .legal-story {
        padding: 20px 15px;
    }

    .legal-top_title {
        font-size: 22px;
    }

    .legal-textBlock01 li {
        padding-left: 25px;
    }

    .legal-info-table,
    .legal-info-table thead,
    .legal-info-table tbody,
    .legal-info-table th,
    .legal-info-table td,
    .legal-info-table tr {
        display: block;
    }

    .legal-info-table th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .legal-info-table tr {
        border: 1px solid #eee;
        margin-bottom: 10px;
    }

    .legal-info-table td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

    .legal-info-table td:before {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 600;
        color: #15a223;
    }

    .legal-info-table td:nth-of-type(1):before {
        content: "Collected Items";
    }

    .legal-info-table td:nth-of-type(2):before {
        content: "Collection Purpose";
    }

    .legal-info-table td:nth-of-type(3):before {
        content: "Storage Period";
    }
}

.legal-section-highlight {
    background-color: #f8fff9;
    border-left: 4px solid #15a223;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.legal-accordion {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.legal-accordion-header {
    background-color: #f9f9f9;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eee;
    position: relative;
    transition: all 0.3s ease;
}

.legal-accordion-header:hover {
    background-color: #f5f5f5;
}

.legal-accordion-header:after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #15a223;
}

.legal-accordion-content {
    padding: 0px 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.legal-accordion-active .legal-accordion-header:after {
    content: "-";
}

.legal-accordion-active .legal-accordion-content {
    padding: 15px 20px;
    max-height: 1000px;
}

#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2c3e50;
    color: white;
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 1001;
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

#cookie-consent-banner p {
    margin: 0;
    margin-right: 15px;
    font-size: 14px;
}

#cookie-consent-banner a {
    color: #4dc0b5;
    text-decoration: underline;
}

#cookie-consent-actions {
    display: flex;
    align-items: center;
}

.cookie-consent-button {
    background-color: #4dc0b5;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
    transition: background-color 0.3s;
}

.cookie-consent-button:hover {
    background-color: #3aa89b;
}

.cookie-consent-button.decline {
    background-color: #e74c3c;
}

.cookie-consent-button.decline:hover {
    background-color: #c0392b;
}

.site-footer {
    background-color: #1a202c;
    color: #a0aec0;
    padding: 40px 20px;
    font-size: 14px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.footer-brand, .footer-links {
    flex: 1;
    min-width: 200px;
}

.footer-brand .footer-logo {
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-brand p {
    margin: 0;
}

.footer-links h4 {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #a0aec0;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #2d3748;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}