* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'PT Sans', sans-serif;
    background: #323234;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

body.fixed {
    overflow: hidden;
}

.x9k2m { display: none; }
.wp-block-legacy { visibility: hidden; }
.elementor-hidden { opacity: 0; }

a {
    color: #00fbc8;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    opacity: 0.8;
}

img {
    max-width: 100%;
    height: auto;
}

.d7f3q {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.z8h4r {
    background: #000000;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.k2m9p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.v5n8t {
    display: flex;
    align-items: center;
}

.v5n8t img {
    height: 66px;
    width: auto;
}

.q3w7y {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.q3w7y nav {
    display: flex;
    gap: 25px;
    align-items: center;
}

.q3w7y nav a {
    color: #ffffff;
    font-size: 15px;
    transition: color 0.3s;
}

.q3w7y nav a:hover {
    color: #00fbc8;
}

.p8l4x {
    display: flex;
    gap: 10px;
    align-items: center;
}


.j9r2s {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    align-content: center;
}

.m6t3w {
    background: linear-gradient(135deg, #00fbc8 0%, #00d4b0 100%);
    color: #000000;
}

.m6t3w:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 251, 200, 0.4);
}

.f4h8n {
    background: linear-gradient(135deg, #ff2e09 0%, #ff5722 100%);
    color: #ffffff;
}

.f4h8n:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 46, 9, 0.4);
}

.b7k1d {
    color: #00fbc8;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.b7k1d::before {
    content: '●';
    color: #00ff00;
    animation: y3x6m 1.5s infinite;
}

@keyframes y3x6m {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.n2w9h {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.n2w9h span {
    width: 30px;
    height: 3px;
    background: #ffffff;
    transition: all 0.3s;
}

.n2w9h.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.n2w9h.active span:nth-child(2) {
    opacity: 0;
}

.n2w9h.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.u5p2x {
    background: linear-gradient(135deg, rgba(0, 251, 200, 0.1) 0%, rgba(255, 46, 9, 0.1) 100%);
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.u5p2x::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/pin-up-title-img.jpg');
    background-size: cover;
    background-position: center top;
    opacity: 0.9;
    z-index: 0;
}

.r9t4k {
    position: relative;
    z-index: 1;
}

.r9t4k::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
    border-radius: 10px;
}

.r9t4k h1 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.r9t4k p {
    font-size: 20px;
    margin-bottom: 50px;
    color: #ffffff;
}

.i8w3v {
    padding: 15px 0;
    font-size: 14px;
    color: #a0a0a0;
}

.i8w3v ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.i8w3v li {
    display: inline-flex;
    align-items: center;
}

.i8w3v li::after {
    content: '/';
    margin-left: 10px;
}

.i8w3v li:last-child::after {
    display: none;
}

.i8w3v a {
    color: #a0a0a0;
}

.i8w3v a:hover {
    color: #00fbc8;
}

.c6y1m {
    padding: 60px 20px;
}

.a4s7p {
    background: rgba(0, 0, 0, 0.3);
    padding: 40px;
    border-radius: 15px;
    margin: 40px 0;
    backdrop-filter: blur(10px);
    animation: l5z8q 0.6s ease-out;
}

@keyframes l5z8q {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.a4s7p h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #00fbc8;
    text-align: center;
}

.o3n8x {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.g7h2w {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.g7h2w:hover {
    transform: translateY(-5px);
    border-color: #00fbc8;
    box-shadow: 0 10px 30px rgba(0, 251, 200, 0.2);
}

.g7h2w .t5m9r {
    font-size: 42px;
    margin-bottom: 15px;
}

.g7h2w h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}

.g7h2w p {
    color: #cccccc;
    line-height: 1.5;
}

.e2x6k {
    background: linear-gradient(135deg, #ff2e09 0%, #ff5722 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 40px;
}

.e2x6k h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.e2x6k .w4n7t {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.s1p9v {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.s1p9v th,
.s1p9v td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.s1p9v th {
    background: rgba(0, 0, 0, 0.3);
    color: #00fbc8;
    font-weight: bold;
}

.s1p9v tr:hover {
    background: rgba(255, 255, 255, 0.08);
}

.h9k4s {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.h9k4s a {
    display: inline-block;
    width: fit-content;
}

.h9k4s img {
    height: 50px;
    width: 50px;
    transition: transform 0.3s;
}

.h9k4s img:hover {
    transform: scale(1.1);
}

.y6t3n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.x4r8m {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.x4r8m:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0, 251, 200, 0.3);
}

.x4r8m img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.x4r8m h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}

.x4r8m button {
    width: 100%;
}

.v8n2p {
    display: none;
}

.d5k9x {
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.d5k9x h2 {
    margin-bottom: 20px;
}

.q7w4m {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
}

.q7w4m:last-child {
    border-bottom: none;
}

.z3n6t {
    cursor: pointer;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.z3n6t:hover {
    background: rgba(255, 255, 255, 0.1);
}

.z3n6t h3 {
    font-size: 18px;
    color: #ffffff;
}

.z3n6t .r2h8k {
    font-size: 24px;
    transition: transform 0.3s;
}

.q7w4m.active .r2h8k {
    transform: rotate(180deg);
}

.m5p3x {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.q7w4m.active .m5p3x {
    max-height: 500px;
    padding: 15px;
}

.m5p3x p {
    color: #cccccc;
    line-height: 1.6;
}

.t9x5k {
    background: #000000;
    padding: 40px 20px;
    margin-top: 60px;
}

.t9x5k .v5n8t {
    justify-content: center;
    margin-bottom: 25px;
}

.l4w8n {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.l4w8n a {
    color: #ffffff;
    font-size: 14px;
}

.p6n2m {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.p6n2m img {
    height: 30px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.p6n2m img:hover {
    opacity: 1;
}

.k8x4v {
    text-align: center;
    color: #888888;
    font-size: 13px;
    line-height: 1.8;
}

.k8x4v p {
    margin-bottom: 10px;
}

.j3w9r {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #ff2e09 0%, #ff5722 100%);
    padding: 15px;
    text-align: center;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    animation: s4n7p 0.5s ease-out;
}

@keyframes s4n7p {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.j3w9r p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.j3w9r a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
}

.u7r2q {
    overflow-x: auto;
}

.content-wrapper h2, .content-wrapper h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #00fbc8;
}

.content-wrapper p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.content-wrapper ul, .content-wrapper ol {
    margin-bottom: 15px;
    padding-left: 30px;
}

.content-wrapper li {
    margin-bottom: 8px;
}

.content-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.content-wrapper table th,
.content-wrapper table td {
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
}

.content-wrapper table th {
    background: rgba(0, 0, 0, 0.3);
    color: #00fbc8;
}

.b9m4x {
    padding: 20px;
    background: rgba(0, 251, 200, 0.1);
    border-left: 4px solid #00fbc8;
    margin: 20px 0;
    border-radius: 5px;
}

.author-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

.author-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.author-info h4 {
    color: #00fbc8;
    margin-bottom: 8px;
}

.author-info p {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 1000px) {
.q3w7y nav a:first-child {display: none;} 
}

@media (max-width: 850px) {
    .q3w7y nav {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: #000000;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .q3w7y nav.active {
        display: flex;
    }

    .n2w9h {
        display: flex;
    }

}
@media (max-width: 768px) {
    
    .r9t4k h1 {
        font-size: 28px;
    }

    .r9t4k p {
        font-size: 16px;
    }

    .a4s7p {
        padding: 25px 15px;
    }

    .a4s7p h2 {
        font-size: 24px;
    }

    .y6t3n {
        grid-template-columns: 1fr;
    }

    .v8n2p {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .v8n2p-wrapper {
        display: flex;
        transition: transform 0.3s ease;
    }

    .v8n2p .x4r8m {
        min-width: 100%;
        flex-shrink: 0;
    }

    .author-box {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .g7h2w {padding: 10px;}
    .a4s7p {padding: 35px 10px;}
    .content-wrapper table {font-size: 12px;}
    .c6y1m {padding: 40px 15px;}
    .o3n8x {grid-template-columns: 1fr;}
    .e2x6k .w4n7t {font-size: 38px;
}
}


.yoast-schema-graph {
    display: none;
}

.wp-site-blocks {
    visibility: hidden;
    position: absolute;
}
