* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: rgba(20, 20, 20, 1);
    min-height: 208vh;
}

body.home-page {
    direction: ltr;
    unicode-bidi: isolate;
    overflow-anchor: none;
}

body.home-page[dir="ltr"] .main-title,
body.home-page .main-title {
    text-align: left;
    margin-left: 88px;
    max-width: 750px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.audio-icon {
    font-size: 20px;
    margin-left: 5px;
    margin-top: 0px;
    vertical-align: middle;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
    display: inline-block;
}

.audio-icon:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.restart-icon {
    font-size: 20px;
    margin-left: 2px;
    margin-top: 0px;
    vertical-align: middle;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
    display: inline-block;
}

.restart-icon:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.home-page .header-icon,
.home-page .blog-link,
.home-page .side-intro-btn,
.home-page .side-product-btn,
.home-page .side-layora-btn,
.home-page .side-careers-btn {
    white-space: nowrap;
}

body.blog-page {
    min-height: 100vh;
    overflow-x: hidden;
}

main {
    padding-top: 80px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(20, 20, 20, 1);
    padding: 10px 32px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: 35px;
    margin-left: -7px;
    width: auto;
}

.header-icon {
    position: fixed;
    top: 17.5px;
    left: 54.5%;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 33px;
}

.house-icon {
    height: 16px;
    width: auto;
    filter: brightness(0) invert(1);
}

.blog-link {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13px;
    color: #999999;
    text-decoration: none;
    transition: color 0.2s ease;
    position: relative;
    top: 2px;
    -webkit-tap-highlight-color: transparent;
}

.blog-link:hover {
    color: #ffffff;
}

.main-title {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 40.8px;
    font-weight: 600;
    color: #F2F2F2;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 32px 0 0 0;
    text-align: center;
    position: absolute;
    top: 15.5%;
    left: 51.5%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 90%;
}

.main-description {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 15.2px;
    color: #999999;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    top: 30%;
    left: 53.6%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.main-text {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 15.2px;
    color: #999999;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    top: 44%;
    left: 53.6%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.section-title {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 21.76px;
    font-weight: 600;
    color: #F2F2F2;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    top: 61%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.section-text {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13.6px;
    color: #999999;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    top: 68%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.highlight-text {
    color: #F2F2F2;
    font-weight: 600;
}

.section-text-second {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13.6px;
    color: #999999;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    top: 75%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.section-text-third {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13.6px;
    color: #999999;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    top: 82%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.section-text-fourth {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13.6px;
    color: #999999;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    top: 89%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.section-title-2 {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 21.76px;
    font-weight: 600;
    color: #F2F2F2;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    top: 98%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.approach-text {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13.6px;
    color: #999999;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    top: 105%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.product-title {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #F2F2F2;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    top: 115.5%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 32px 0 0 0;
}

.layora-title {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 21.76px;
    font-weight: 600;
    color: #F2F2F2;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    top: 131%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.layora-description {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13.6px;
    color: #999999;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    top: 139%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.layora-features {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13.6px;
    color: #999999;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    top: 147%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.demo-button {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13.6px;
    color: #999999;
    text-decoration: none;
    transition: color 0.2s ease;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

.demo-button:hover {
    color: #ffffff;
}

.demo-text {
    text-decoration: underline;
    transition: transform 0.2s ease;
}

.demo-button:hover .demo-text {
    transform: translateX(2px);
}

.creers-title {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #F2F2F2;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    top: 158%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 32px 0 0 0;
}

.careers-text {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13.6px;
    color: #999999;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    top: 170%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.careers-email {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13.6px;
    color: #999999;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    top: 176%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.email-link {
    color: #999999;
    text-decoration: underline;
    transition: color 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.email-link:hover {
    color: #ffffff;
}

.open-positions-title {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16.96px;
    font-weight: 600;
    color: #F2F2F2;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    top: 185%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
}

.position-item {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13.6px;
    color: #ffffff;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
    font-weight: 600;
    text-decoration: underline;
}

.position-link {
    color: inherit;
    text-decoration: inherit;
    -webkit-tap-highlight-color: transparent;
}

.position-link:hover {
    color: #F2F2F2;
}

.position-meta {
    float: right;
    font-weight: 400;
    color: #999999;
    text-decoration: none;
}

.position-item-1 { top: 192%; }
 
.position-item-2 { top: 198%; }

.copyright-footer {
    position: absolute;
    top: 205%;
    left: 53.7%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 90%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-footer p {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 12px;
    color: #999999;
    line-height: 1.6;
    text-align: left;
    margin: 0;
}

.copyright-mobile {
    display: none;
}

.social-inline {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-right: -2px;
    margin-top: -4px;
}

.social-inline .social-btn {
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    transition: opacity 0.2s ease;
}

.social-inline .social-btn:hover {
    transform: none;
    background: none;
    border: none;
    opacity: 1;
}

.social-inline .social-btn svg {
    width: 16px;
    height: 16px;
    fill: #999999;
    transition: fill 0.2s ease;
}

.social-inline .social-btn:hover svg {
    fill: #ffffff;
}

.social-inline .social-btn.ig svg {
    width: 18px;
    height: 18px;
    fill: #999999;
}

.social-inline .social-btn.ig:hover svg {
    fill: #ffffff;
}

.social-inline .social-btn.x svg {
    width: 16px;
    height: 16px;
    fill: #999999;
}

.social-inline .social-btn.x:hover svg {
    fill: #ffffff;
}

.social-inline .social-btn.li svg {
    width: 16px;
    height: 16px;
    fill: #999999;
}

.social-inline .social-btn.li:hover svg {
    fill: #ffffff;
}

.social-inline .social-btn.gh svg {
    width: 16px;
    height: 16px;
    fill: #999999;
}

.social-inline .social-btn.gh:hover svg {
    fill: #ffffff;
}

.side-intro-btn {
    position: fixed;
    left: 33px;
    top: 42.5%;
    transform: translateY(-50%);
    display: block;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13px;
    color: #F2F2F2;
    background-color: transparent;
    padding: 6px 47px 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    z-index: 1100;
    -webkit-tap-highlight-color: transparent;
}

.side-intro-btn.active {
    background-color: rgba(242, 242, 242, 0.1);
}

.side-intro-btn:hover {
    background-color: rgba(242, 242, 242, 0.18);
}

.side-product-btn {
    position: fixed;
    left: 33px;
    top: 47%;
    transform: translateY(-50%);
    display: block;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13px;
    color: #F2F2F2;
    background-color: transparent;
    padding: 6px 72px 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    z-index: 1100;
    -webkit-tap-highlight-color: transparent;
}

.side-product-btn.active {
    background-color: rgba(242, 242, 242, 0.1);
}

.side-product-btn:hover {
    background-color: rgba(242, 242, 242, 0.18);
}

.side-layora-btn {
    position: fixed;
    left: 45px;
    top: 51.5%;
    transform: translateY(-50%);
    display: block;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13px;
    color: #999999;
    background-color: transparent;
    padding: 6px 67px 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    z-index: 1100;
    -webkit-tap-highlight-color: transparent;
}

.side-layora-btn.active {
    background-color: rgba(242, 242, 242, 0.1);
}

.side-layora-btn:hover {
    background-color: rgba(242, 242, 242, 0.18);
}

.side-careers-btn {
    position: fixed;
    left: 33px;
    top: 56%;
    transform: translateY(-50%);
    display: block;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13px;
    color: #F2F2F2;
    background-color: transparent;
    padding: 6px 75px 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    z-index: 1100;
    -webkit-tap-highlight-color: transparent;
}

.side-careers-btn.active {
    background-color: rgba(242, 242, 242, 0.1);
}

.side-careers-btn:hover {
    background-color: rgba(242, 242, 242, 0.18);
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .side-intro-btn,
    .side-product-btn,
    .side-layora-btn,
    .side-careers-btn {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 12px;
        padding: 10px;
        min-height: 300vh;
    }
    
    .header-icon {
        left: auto;
        right: 40px;
        transform: none;
    }
    
    .main-title {
        font-size: 25px;
        left: 24.5%;
        width: 80%;
        max-width: 600px;
        top: 13%;
    }
    
    .main-description {
        font-size: 15px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 30%;
    }
    
    body.translated-ltr .main-description,
    body.translated-rtl .main-description,
    html.translated-ltr .main-description,
    html.translated-rtl .main-description { top: 34%; }
    
    .main-text {
        font-size: 15px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 66.5%;
    }
    body.translated-ltr .main-text,
    body.translated-rtl .main-text,
    html.translated-ltr .main-text,
    html.translated-rtl .main-text { top: 78%; }

    
        
    .section-title {
        font-size: 18px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 103.5%;
    }
    body.translated-ltr .section-title,
    body.translated-rtl .section-title,
    html.translated-ltr .section-title,
    html.translated-rtl .section-title { top: 118.5%; }
    
    .section-title-2 {
        font-size: 18px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 184%;
    }
    body.translated-ltr .section-title-2,
    body.translated-rtl .section-title-2,
    html.translated-ltr .section-title-2,
    html.translated-rtl .section-title-2 { top: 205%; }
    
    .section-text {
        font-size: 13px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 116.5%;
    }
    body.translated-ltr .section-text,
    body.translated-rtl .section-text,
    html.translated-ltr .section-text,
    html.translated-rtl .section-text { top: 132.5%; }
    
    .section-text-second {
        font-size: 13px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 133.5%;
    }
    body.translated-ltr .section-text-second,
    body.translated-rtl .section-text-second,
    html.translated-ltr .section-text-second,
    html.translated-rtl .section-text-second { top: 151%; }
    
    .section-text-third {
        font-size: 13px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 151%;
    }
    body.translated-ltr .section-text-third,
    body.translated-rtl .section-text-third,
    html.translated-ltr .section-text-third,
    html.translated-rtl .section-text-third { top: 171%; }
    
    .section-text-fourth {
        font-size: 13px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 168%;
    }
    body.translated-ltr .section-text-fourth,
    body.translated-rtl .section-text-fourth,
    html.translated-ltr .section-text-fourth,
    html.translated-rtl .section-text-fourth { top: 189.5%; }
    
    .approach-text {
        font-size: 13px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 201%;
    }
    body.translated-ltr .approach-text,
    body.translated-rtl .approach-text,
    html.translated-ltr .approach-text,
    html.translated-rtl .approach-text { top: 221%; }
    
    .product-title {
        font-size: 18px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 220%;
    }
    body.translated-ltr .product-title,
    body.translated-rtl .product-title,
    html.translated-ltr .product-title,
    html.translated-rtl .product-title { top: 240%; }
    
    .creers-title {
        font-size: 18px;
        left: 48.3%;
        width: 80%;
        max-width: 1000px;
        top: 263%;
    }
    body.translated-ltr .creers-title,
    body.translated-rtl .creers-title,
    html.translated-ltr .creers-title,
    html.translated-rtl .creers-title { top: 285%; }
    
    .layora-title {
        font-size: 16px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 233.5%;
    }
    body.translated-ltr .layora-title,
    body.translated-rtl .layora-title,
    html.translated-ltr .layora-title,
    html.translated-rtl .layora-title { top: 253%; }
    
    .layora-description {
        font-size: 12.5px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 240%;
    }
    body.translated-ltr .layora-description,
    body.translated-rtl .layora-description,
    html.translated-ltr .layora-description,
    html.translated-rtl .layora-description { top: 260%; }
    
    .layora-features {
        font-size: 13px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 250%;
    }
    body.translated-ltr .layora-features,
    body.translated-rtl .layora-features,
    html.translated-ltr .layora-features,
    html.translated-rtl .layora-features { top: 270%; }
    
    .careers-text {
        font-size: 13px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 278%;
    }
    body.translated-ltr .careers-text,
    body.translated-rtl .careers-text,
    html.translated-ltr .careers-text,
    html.translated-rtl .careers-text { top: 300%; }
    
    .careers-email {
        font-size: 13px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 288.5%;
    }
    body.translated-ltr .careers-email,
    body.translated-rtl .careers-email,
    html.translated-ltr .careers-email,
    html.translated-rtl .careers-email { top: 314%; }
    
    .open-positions-title {
        font-size: 14.5px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 300%;
    }
    body.translated-ltr .open-positions-title,
    body.translated-rtl .open-positions-title,
    html.translated-ltr .open-positions-title,
    html.translated-rtl .open-positions-title { top: 325%; }
    
    .position-item-1 {
        font-size: 11.5px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 308.5%;
    }
    body.translated-ltr .position-item-1,
    body.translated-rtl .position-item-1,
    html.translated-ltr .position-item-1,
    html.translated-rtl .position-item-1 { top: 333%; }
    
    .position-item-2 {
        font-size: 11.5px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 313%;
    }
    body.translated-ltr .position-item-2,
    body.translated-rtl .position-item-2,
    html.translated-ltr .position-item-2,
    html.translated-rtl .position-item-2 { top: 338%; }
    
    .copyright-footer {
        font-size: 10.5px;
        left: 48.7%;
        width: 80%;
        max-width: 1000px;
        top: 322%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .social-inline {
        align-self: flex-end;
        margin-top: -33.5px;
    }
    
    .copyright-full {
        display: none;
    }
    
    .copyright-mobile {
        display: block;
        font-size: 10.5px;
    }
    body.translated-ltr .copyright-footer,
    body.translated-rtl .copyright-footer,
    html.translated-ltr .copyright-footer,
    html.translated-rtl .copyright-footer { top: 345%; }
    
    .social-inline {
        gap: 3px;
    }
    
    .social-inline .social-btn {
        width: 20px;
        height: 20px;
    }
    
    .social-inline .social-btn svg {
        width: 14px;
        height: 14px;
    }
    
    .social-inline .social-btn.ig svg {
        width: 16px;
        height: 16px;
    }
    
    .social-floating {
        display: none;
    }
    
    .demo-button {
        font-size: 13px;
    }
    
    .audio-icon {
        font-size: 13px;
        margin-top: -1.5px;
    }
    
    .restart-icon {
        font-size: 13px;
        margin-top: -1.5px;
    }
    
    .blog-title {
        font-size: 24px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
    
    .blog-description {
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
    
    .blog-card {
        margin: 24px 20px;
        max-width: none;
        width: calc(100% - 40px);
    }
    
    .blog-card-content {
        padding: 16px;
    }
    
    .blog-card-title {
        font-size: 14px;
    }
    
    .blog-card-description {
        font-size: 11px;
    }
    
    .blog-card-meta {
        font-size: 10px;
    }
    
    .blog-page .header-icon {
        left: auto;
        right: 31px;
        top: 20px;
    }
    
    body.blog-page {
        overflow-x: hidden;
    }
    
    .blog-page main {
        padding-top: 60px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .blog-page .blog-title {
        margin-left: 20px;
        margin-right: 20px;
        text-align: left;
    }
    
    .blog-page .blog-description {
        margin-left: 20px;
        margin-right: 20px;
        text-align: left;
    }
    
    .blog-page .blog-card {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }
}

@media screen and (min-width: 1920px) {
    body {
        font-size: 18px;
        line-height: 1.6;
    }
}

@media screen and (min-width: 2560px) {
    body {
        font-size: 20px;
        line-height: 1.8;
    }
}

@media screen and (min-width: 3840px) {
    body {
        font-size: 24px;
        line-height: 2;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
       screen and (min-resolution: 192dpi) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    body {
        font-size: 16px;
    }
    
    .social-floating {
        display: none;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    body {
        font-size: 14px;
    }
    
    .social-floating {
        display: none;
    }
}

.blog-title {
    font-size: 32.64px;
    font-weight: 600;
    color: #F2F2F2;
    margin-top: 48px;
    margin-bottom: 16px;
    margin-left: 415px;
    margin-right: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.social-floating {
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1200;
}

.social-btn {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 12px;
    color: #f2f2f2;
    text-decoration: none;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
    transition: opacity 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.social-btn:hover {
    transform: none;
    background: none;
    border: none;
    opacity: 0.7;
}

.social-btn svg {
    width: 18px;
    height: 18px;
    fill: #f2f2f2;
}

.social-btn.ig svg {
    width: 24.5px;
    height: 24.5px;
    margin-left: -0.5px;
    fill: #ffffff;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
}

.social-btn.x svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
    filter: brightness(1.1);
}

.social-btn.li svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
    filter: contrast(1.1);
}

.social-btn.gh svg {
    width: 18px;
    height: 18px;
    fill: #f2f2f2;
    filter: brightness(1.05);
}

.social-btn.ig { background: none; border: none; }
.social-btn.ig:hover { background: none; }
.social-btn.x { background: none; }
.social-btn.x:hover { background: none; }
.social-btn.li { background: none; }
.social-btn.li:hover { background: none; }
.social-btn.gh { background: none; }
.social-btn.gh:hover { background: none; }

@media (max-width: 480px) {
    .social-floating {
        display: none;
        right: 10px;
        bottom: 15px;
        flex-direction: column;
        gap: 8px;
        position: fixed;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .social-floating.visible {
        opacity: 1;
        visibility: visible;
    }
    
    .social-btn {
        width: 25px;
        height: 25px;
        font-size: 10px;
    }
    
    .social-btn svg {
        width: 12.5px;
        height: 12.5px;
    }
    
    .social-btn.ig svg {
        width: 16px;
        height: 16px;
        margin-left: -1px;
        fill: #ffffff;
        filter: drop-shadow(0 0 1px rgba(0,0,0,0.3));
    }
    
    .social-btn.x svg {
        width: 12.5px;
        height: 12.5px;
        fill: #ffffff;
        filter: brightness(1.1);
    }
    
    .social-btn.li svg {
        width: 12.5px;
        height: 12.5px;
        fill: #ffffff;
        filter: contrast(1.1);
    }
    
    .social-btn.gh svg {
        width: 12.5px;
        height: 12.5px;
        fill: #f2f2f2;
        filter: brightness(1.05);
    }
}

.blog-description {
    font-size: 13.6px;
    font-weight: 400;
    color: #999999;
    line-height: 1.6;
    margin-top: -5px;
    margin-bottom: 0;
    margin-left: 417px;
    margin-right: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.blog-card {
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    margin: 48px 0 32px 0;
    max-width: 340px;
    margin-left: 417px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    color: inherit;
    display: block;
    -webkit-tap-highlight-color: transparent;
}

.blog-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.blog-card-image:hover {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 20px;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 10.88px;
    color: #999999;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.blog-card-date {
    font-weight: 400;
}

.blog-card-dot {
    width: 4px;
    height: 4px;
    background: #999999;
    border-radius: 50%;
}

.blog-card-read-time {
    font-weight: 400;
}

.blog-card-title {
    font-size: 15.2px;
    font-weight: 600;
    color: #F2F2F2;
    margin: 16px 0 8px 0;
    line-height: 1.3;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.blog-card-description {
    font-size: 12.48px;
    color: #999999;
    margin: 16px 0 16px 0;
    line-height: 1.4;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.blog-card-button {
    background: #1a1a1a;
    color: #F2F2F2;
    border: 0.5px solid #e0e0e01e;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 10.88px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    display: inline-flex;
    align-items: center;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.blog-card-button:hover {
    background: #1a1a1a;
}

.blog-page .house-icon {
    filter: invert(60%);
    position: relative;
    top: -1.5px;
    left: -8px;
}

.blog-page .blog-link {
    color: #FFFFFF;
    font-weight: 500;
    position: relative;
    top: -2px;
    left: -8.5px;
}