.static {
    position: relative;
    padding: 35px 0 30px;
    overflow: hidden;
}

.static .container {
    position: relative;
    z-index: 2;
}

.static-page {
    margin: 0 auto;
    padding: 45px 30px;
    background: #ccdce70d;
    border-top: 5px solid #e7aeffad;
    border-radius: 20px;
}

.static-header {
    margin-bottom: 35px;
}

.static-header h1 {
    font-size: clamp(2.7rem, 4vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.static-header img {
    width: 90px;
    height: 85px;
    border-radius: 25px;
    border: 0.5px solid #9b9aff61;
    border-left: 1.5px solid #9b9aff61;
    border-right: 1.5px solid #9b9aff61;
}

.static-app {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.static-subtext {
    font-size: 1.03rem;
    line-height: 1.7;
    color: var(--muted);
}

.static-page a {
    color: #78ccff;
    text-decoration: underline;
}

.static-page a:hover {
    color: #ffffff;
    text-decoration: none;
}

.static-page h2 {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--text);
    margin: 0 0 30px;
}

.static-page h2:not(:first-of-type) {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid var(--line);
}

.static-page h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 800;
    color: var(--text);
    margin: 25px 20px 10px;
    position: relative;
    padding-left: 15px;
}

.static-page h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #78ccff;
    border-radius: 50%;
    box-shadow: 0 0 5px #e4ffff52;
}

.static-page p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--muted);
    margin: 0 20px 15px;
}

.static-page p:last-child {
    margin-bottom: 0;
}

.static-appPage {
    margin: 0 auto;
    padding: 35px;
    background: #ccdce70d;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 15px inset #d6f6ff0d;
    border-top: 5px solid #aecfffad;
}

.middleContent {
    border-radius: 0;
    border-top: none;
}

.bottomContent {
    border-radius: 0 0 20px 20px;
    border-top: none;
    border-bottom: 1px solid #d6f6ff29;
    margin-bottom: 15px;
}

.static-appPage a {
    color: #78ccff;
    font-weight: 600;
    text-decoration: underline;
}

.static-appPage strong {
    font-weight: 600;
    color: #fffbd5;
}

.static-appPage a:hover {
    text-decoration: none;
}

.static-appPage h2 {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--text);
    margin: 0 0 30px;
}

.static-appPage h2:not(:first-of-type) {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid var(--line);
}

.static-appPage h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 800;
    color: var(--text);
    margin: 25px 0 10px;
    position: relative;
    padding-left: 15px;
}

.static-appPage h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #78ccff;
    border-radius: 50%;
    box-shadow: 0 0 5px #e4ffff52;
}

.static-appPage p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--muted);
}

.static-appPage p:not(:first-of-type) {
    margin-top: 15px;
}

.static-appPage p:last-child {
    margin-bottom: 0;
}

.static-appPage img {
    max-width: 500px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 20px;
    border: 2px solid #c4def029;
    border-left: 2px solid #aecfff85;
    border-right: 2px solid #aecfff85;
    box-shadow: 0 0 20px #00000026;
}

.static-apptext {
    font-size: 1.05rem;
    line-height: 1.2;
    margin: 1px 0 5px;
    color: var(--muted);
}

.app-button {
    max-width: 450px;
    font-size: 1.6rem !important;
    min-height: 70px !important;
    box-shadow: 0 5px 15px #26ee7b2b, 0 5px 15px #00000038 !important;
    line-height: 1.1rem;
    margin-top: 25px !important;
}

.app-titleZone {
    text-align: center;
}

.app-titleNimage {
    display: flex;
    gap: 25px;
}

.app-titleNtext {
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: center;
}

.ratingNcount {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    align-items: center;
    gap: 10px;
}

.ratingImage {
    width: 114px !important;
    height: 20px !important;
    display: inline !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
}

.betweenRatingNvote {
    background: #ffffff5e;
    width: 1px;
    height: 25px;
}

.voteText {
    color: #f9ffcd59;
    font-size: 0.95rem;
    line-height: 1rem;
}

.voteNumber {
    color: #f9ffcdc9;
    font-weight: 700;
}

.app-faq-heading{
    margin-bottom: 24px;
    text-align: center;
}

.appSubHeader {
    font-size: clamp(1.6rem, 2.5vw, 2rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.03em !important;
    color: var(--text) !important;
    margin-bottom: 10px !important;
}

.appSubText {
    max-width: 1000px !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    margin: 0px auto !important;
    color: var(--muted) !important;
}

.expertProfile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ffffff14;
}

.expertProfile img {
    max-width: 100px;
    border-radius: 50px;
    margin: 0;
}

.expertName {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 200px;
}

.expertName p {
    font-size: 0.9rem;
    line-height: 1.2;
    color: var(--muted);
}

.compare-wrap{
    margin-top: 35px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.compare-table{
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    overflow: hidden;
    background: #ccdce70d;
    border: 1px solid #ffffff14;
}

.compare-table th,
.compare-table td{
    padding: 14px 16px;
    text-align: left;
    font-size: 0.95rem;
    color: var(--muted);
    border-bottom: 1px solid #ffffff0f;
    border-left: 1px solid #ffffff0f;
}

.compare-table th{
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: #ffffff08;
}

.compare-table th:first-child{
    width: 35%;
}

.compare-table td{
    vertical-align: middle;
}

.compare-table td.flick,
.compare-table th.flick{
    background: linear-gradient(180deg, #a570bc26, #6f587012);
    color: #d1f6ff;
    font-weight: 600;
}

.check{
    color: #22c55e;
    font-weight: 700;
}

.cross{
    color: #ef4444;
    font-weight: 700;
}

.compare-table tr:hover td{
    background: #ffffff05;
}

.compare-wrap::-webkit-scrollbar{
    height: 6px;
}

.compare-wrap::-webkit-scrollbar-thumb{
    background: #ffffff1f;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .static {
        padding: 35px 0 30px;
    }

    .static-page {
        padding: 30px 20px;
    }

    .static-header h1 {
        font-size: 2rem;
    }

    .static-subtext {
        font-size: 0.95rem;
        margin-bottom: 28px;
    }

    .static-apptext {
        font-size: 0.95rem;
    }

    .static-page h2 {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .static-page h2:not(:first-of-type) {
        margin-top: 30px;
        padding-top: 30px;
    }

    .static-page h3 {
        font-size: 1.1rem;
        margin: 25px 15px 10px;
    }

    .static-page p {
        font-size: 1rem;
        line-height: 1.6;
        margin: 5px 15px;
    }

    .static-appPage {
        padding: 35px 25px;
    }

    .static-appPage h2 {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .static-appPage h2:not(:first-of-type) {
        margin-top: 30px;
        padding-top: 30px;
    }

    .static-appPage h3 {
        font-size: 1.1rem;
    }

    .static-appPage p {
        font-size: 1rem;
        line-height: 1.6;
    }
}