:root {
    --guide-bg: #0b0b0b;
    --guide-bg-soft: #121212;
    --guide-surface: #141414;
    --guide-surface-2: #0f0f0f;
    --guide-border: #1f1f1f;
    --guide-border-soft: rgba(255, 255, 255, 0.08);
    --guide-text: #ffffff;
    --guide-muted: #c9c9c9;
    --guide-muted-2: #b5b5b5;
    --guide-muted-3: rgba(255, 255, 255, 0.62);
    --guide-accent: #8aa1ff;
    --guide-accent-2: #6c63ff;
    --guide-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

body.page-guide-post {
    margin: 0;
    background: #060606;
    color: var(--guide-muted);
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.page-guide-post #preloader {
    display: none;
}

.page-guide-post img {
    max-width: 100%;
    height: auto;
}

.page-guide-post a,
.page-guide-post button {
    color: inherit;
    outline: none;
}

.page-guide-post a {
    text-decoration: none;
}

.page-guide-post a:hover,
.page-guide-post a:focus-visible {
    text-decoration: none;
}

.page-guide-post h1,
.page-guide-post h2,
.page-guide-post h3,
.page-guide-post h4,
.page-guide-post h5,
.page-guide-post h6 {
    margin-top: 0;
    color: #fff;
    font-style: normal;
    font-weight: 700;
}

.page-guide-post h1 {
    font-size: 40px;
}

.page-guide-post h2 {
    font-size: 35px;
}

.page-guide-post h3 {
    font-size: 28px;
}

.page-guide-post h4 {
    font-size: 22px;
}

.page-guide-post p {
    margin-bottom: 15px;
}

.page-guide-post ul {
    margin: 0;
    padding: 0;
}

.page-guide-post li {
    list-style: none;
}

.page-guide-post .container {
    max-width: 1400px;
}

.page-guide-post .text-center {
    text-align: center !important;
}

.page-guide-post .text-right {
    text-align: right !important;
}

.page-guide-post .p-relative {
    position: relative;
}

.page-guide-post .fix {
    overflow: hidden;
}

.page-guide-post .mt-10 { margin-top: 10px; }
.page-guide-post .mt-15 { margin-top: 15px; }
.page-guide-post .mt-20 { margin-top: 20px; }
.page-guide-post .mt-130 { margin-top: 130px; }
.page-guide-post .mb-30 { margin-bottom: 30px; }
.page-guide-post .mb-40 { margin-bottom: 40px; }
.page-guide-post .mb-50 { margin-bottom: 50px; }
.page-guide-post .mb-60 { margin-bottom: 60px; }
.page-guide-post .pt-90 { padding-top: 90px; }
.page-guide-post .pt-120 { padding-top: 120px; }
.page-guide-post .pb-70 { padding-bottom: 70px; }
.page-guide-post .pb-120 { padding-bottom: 120px; }
.page-guide-post .pl-50 { padding-left: 50px; }

.page-guide-post .related-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 6px;
    padding: 11px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
    color: #f5f7fb;
    font-size: 14px;
    font-weight: 600;
}

.page-guide-post .related-link:hover,
.page-guide-post .related-link:focus-visible {
    color: #fff;
    border-color: rgba(138, 161, 255, 0.45);
    background: rgba(138, 161, 255, 0.1);
}

.page-guide-post #header-sticky {
    transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
}

.page-guide-post #header-sticky.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: rgba(10, 12, 16, 0.92);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 0;
}

.page-guide-post .header-area {
    position: relative;
    z-index: 20;
    margin: 20px 0;
}

.page-guide-post .second-menu {
    position: relative;
    z-index: 9;
    padding: 18px 22px;
    background: rgba(8, 10, 15, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.page-guide-post .logo img {
    width: 136px;
    height: auto;
}

.page-guide-post .main-menu {
    position: relative;
    z-index: 9;
}

.page-guide-post .main-menu nav > .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-guide-post .main-menu nav > .menu > li {
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
}

.page-guide-post .main-menu nav > .menu > li > a {
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.page-guide-post .main-menu .menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 30;
    min-width: 300px;
    display: block;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: rgba(11, 11, 11, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
    overflow: hidden;
}

.page-guide-post .main-menu .menu > li:hover > .sub-menu,
.page-guide-post .main-menu .menu > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.page-guide-post .main-menu .menu .sub-menu li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-guide-post .main-menu .menu .sub-menu li:last-child {
    border-bottom: 0;
}

.page-guide-post .main-menu .menu .sub-menu li a {
    display: block;
    padding: 14px 18px;
    color: #f4f4f4;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    white-space: normal;
}

.page-guide-post .main-menu .menu .sub-menu li a:hover,
.page-guide-post .main-menu .menu .sub-menu li a:focus-visible {
    color: #fff;
    background: rgba(108, 99, 255, 0.12);
}

.page-guide-post .main-menu ul li a.active,
.page-guide-post .main-menu ul li a:hover,
.page-guide-post .main-menu ul li a:focus-visible,
.page-guide-post #header-sticky.sticky-menu .main-menu ul li a:hover {
    color: var(--guide-accent) !important;
}

.page-guide-post #header-sticky.sticky-menu .main-menu ul li a {
    color: #f4f4f4;
}

.page-guide-post .header-cta a,
.page-guide-post .mobile-cta a {
    text-decoration: none;
}

.page-guide-post .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 10px 14px;
    background: rgba(10, 12, 16, 0.92);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.page-guide-post .mobile-nav {
    display: none;
    margin-top: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(11, 14, 20, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-guide-post.mobile-nav-open .mobile-nav {
    display: block;
}

.page-guide-post .mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.page-guide-post .mobile-nav li + li {
    margin-top: 10px;
}

.page-guide-post .mobile-nav a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
}

.page-guide-post .mobile-nav .mobile-cta {
    display: grid;
    gap: 10px;
}

.page-guide-post .breadcrumb-area {
    position: relative;
    min-height: 517px;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-guide-post .breadcrumb-wrap,
.page-guide-post .breadcrumb-title {
    position: relative;
    z-index: 1;
}

.page-guide-post .guide-hero {
    position: relative;
    overflow: hidden;
}

.page-guide-post .guide-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(108, 99, 255, 0.18), transparent 55%), radial-gradient(circle at 80% 20%, rgba(255, 179, 71, 0.12), transparent 50%);
    pointer-events: none;
    opacity: 0.9;
}

.page-guide-post .guide-hero .breadcrumb-title {
    max-width: 960px;
    margin: 0 auto;
}

.page-guide-post .guide-hero h1 {
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.15;
    color: #ffffff;
}

.page-guide-post .guide-hero p {
    color: #c9c9c9;
    font-size: 16px;
}

.page-guide-post .guide-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 18px;
}

.page-guide-post .guide-meta span {
    font-size: 12px;
    color: #b9b9b9;
    border: 1px solid #2a2a2a;
    background: rgba(255, 255, 255, 0.04);
    padding: 6px 12px;
    border-radius: 999px;
}

.page-guide-post .guide-summary-panel,
.page-guide-post .guide-summary {
    margin-bottom: 32px;
    padding: 28px 30px;
    border: 1px solid rgba(138, 161, 255, 0.16);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(138, 161, 255, 0.09) 0%, rgba(108, 99, 255, 0.05) 100%),
        rgba(255, 255, 255, 0.02);
}

.page-guide-post .guide-summary-eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(138, 161, 255, 0.26);
    color: #dbe4ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-guide-post .guide-summary-lead {
    margin: 0;
    color: #f2f5ff;
    font-size: 18px;
    line-height: 1.75;
}

.page-guide-post .guide-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.page-guide-post .guide-summary-card {
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(7, 10, 16, 0.42);
}

.page-guide-post .guide-summary-card h2,
.page-guide-post .guide-summary h3 {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 20px;
}

.page-guide-post .guide-summary-list,
.page-guide-post .guide-summary ul {
    margin: 0;
    padding-left: 20px;
}

.page-guide-post .guide-summary-list li,
.page-guide-post .guide-summary ul li {
    list-style: disc;
    margin: 10px 0;
    color: #d3d9ec;
}

.page-guide-post .services-area {
    position: relative;
    z-index: 1;
}

.page-guide-post .guide-article {
    background: linear-gradient(180deg, #141414 0%, #0f0f0f 100%);
    border: 1px solid #1f1f1f;
    border-radius: 20px;
    padding: 42px 48px;
    box-shadow: var(--guide-shadow);
}

.page-guide-post .guide-content {
    color: #c9c9c9;
    font-size: 16px;
    line-height: 1.8;
}

.page-guide-post .guide-content h2 {
    color: #ffffff;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.page-guide-post .guide-content h2:first-child {
    margin-top: 0;
}

.page-guide-post .guide-content h3 {
    color: #f1f1f1;
    font-size: 21px;
    margin-top: 26px;
    margin-bottom: 8px;
}

.page-guide-post .guide-content p {
    margin: 12px 0 16px;
}

.page-guide-post .guide-content ul,
.page-guide-post .guide-content ol {
    margin: 12px 0 18px;
    padding-left: 20px;
}

.page-guide-post .guide-content ul li,
.page-guide-post .guide-content ol li {
    list-style: initial;
    margin: 8px 0;
}

.page-guide-post .guide-content strong {
    color: #ffffff;
    font-weight: 600;
}

.page-guide-post .guide-content a {
    color: var(--guide-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page-guide-post .guide-content blockquote {
    margin: 24px 0;
    padding: 18px 22px;
    border-left: 3px solid var(--guide-accent);
    background: rgba(255, 255, 255, 0.03);
    color: #e2e7f6;
}

.page-guide-post .section-title h2 {
    margin-bottom: 0 !important;
    font-size: 46px;
}

.page-guide-post .guide-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-image: linear-gradient(180deg, #A93E17 0%, #15399A 100%) 1;
    background: linear-gradient(90deg, rgba(74, 0, 224, 0.21) 0%, rgba(142, 45, 226, 0) 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.page-guide-post .cta-area {
    position: relative;
}

.page-guide-post .cta-bg {
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background-size: cover;
}

.page-guide-post .cta-bg .col-lg-12 {
    padding: 10px;
    text-align: center;
    margin-top: 22px;
}

.page-guide-post .slider-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-guide-post .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 52px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
    padding: 16px 28px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.24);
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(180deg, #A93E17 0%, #15399A 100%);
    transition: all 0.3s ease;
}

.page-guide-post .btn:hover,
.page-guide-post .btn:focus-visible {
    color: #fff;
    background: linear-gradient(180deg, #15399A 0%, #A93E17 100%);
}

.page-guide-post .btn2 {
    background: transparent;
}

.page-guide-post .ss-btn {
    position: relative;
}

.page-guide-post .guide-inline-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
}

.page-guide-post .guide-inline-icon svg {
    width: 100%;
    height: 100%;
}

.page-guide-post .footer-bg {
    color: rgba(255, 255, 255, 0.62);
    background-size: cover;
}

.page-guide-post .footer-p {
    padding-top: 90px;
}

.page-guide-post .footer-top {
    padding-top: 6px;
}

.page-guide-post .f-logo-area {
    padding-bottom: 18px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-guide-post .f-logo-area .row {
    align-items: flex-start;
}

.page-guide-post .f-widget-title p {
    width: 60%;
    color: #fff;
    margin-top: 30px;
}

.page-guide-post .footer-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    min-height: 40px;
}

.page-guide-post .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    margin-left: 0;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.14);
}

.page-guide-post .footer-social a:hover,
.page-guide-post .footer-social a:focus-visible {
    color: #fff;
    border-color: rgba(138,161,255,0.45);
}

.page-guide-post .subricbe {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin-top: 40px;
    padding: 15px;
    border-radius: 4px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.page-guide-post .subricbe h2,
.page-guide-post .subricbe h3 {
    width: 50%;
    font-size: 24px;
}

.page-guide-post .header-input {
    width: 90%;
    height: 3.4rem;
    margin-bottom: 0;
    padding: 0 1rem;
    border: none;
    border-radius: 5px !important;
    background: rgba(248,248,248,0.09);
    color: #fff;
}

.page-guide-post .header-input::placeholder {
    color: rgba(255,255,255,0.7);
}

.page-guide-post .header-btn {
    position: absolute;
    right: 50px;
    top: 5px;
    bottom: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 5px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(180deg, #A93E17 0%, #15399A 100%);
}

.page-guide-post .footer-link.bdr {
    border-left: 1px solid #a43e1c;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-guide-post .footer-widget {
    height: 100%;
}

.page-guide-post .footer-link ul li {
    margin-bottom: 10px;
}

.page-guide-post .footer-link ul li:last-child {
    margin-bottom: 0;
}

.page-guide-post .footer-link ul li a {
    display: inline-block;
    color: rgba(255,255,255,0.62);
}

.page-guide-post .footer-link ul li a:hover,
.page-guide-post .footer-link ul li a:focus-visible {
    color: #fff;
}

.page-guide-post .f-contact {
    display: flex;
    max-width: 330px;
}

.page-guide-post .f-contact .icon {
    float: left;
    margin-right: 15px;
    color: #2981FA;
}

.page-guide-post .f-contact li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px !important;
}

.page-guide-post .f-contact li:last-child {
    margin-bottom: 0 !important;
}

.page-guide-post .f-contact h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.page-guide-post .f-contact a,
.page-guide-post .f-contact span,
.page-guide-post .copyright-wrap li a {
    color: #cacaca !important;
}

.page-guide-post .copyright-wrap .container {
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 16px;
    color: rgba(255,255,255,0.35);
    font-weight: 700;
}

.page-guide-post .copyright-wrap ul {
    margin: 0;
    padding: 0;
}

.page-guide-post .copyright-wrap li {
    display: inline;
    margin-left: 40px;
    padding-left: 15px;
}

.page-guide-post .copyright-wrap li:first-child {
    margin-left: 0;
    padding-left: 0;
}

@media (max-width: 1199.98px) {
    .page-guide-post .main-menu nav > .menu {
        gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .page-guide-post .header-area {
        margin: 14px 0;
    }

    .page-guide-post .second-menu {
        padding: 14px 16px;
    }

    .page-guide-post .guide-article {
        padding: 32px;
    }

    .page-guide-post .subricbe,
    .page-guide-post .f-widget-title p,
    .page-guide-post .f-contact,
    .page-guide-post .pl-50 {
        width: 100%;
        padding-left: 0;
    }

    .page-guide-post .f-logo-area {
        margin-bottom: 20px;
        padding-bottom: 16px;
    }

    .page-guide-post .footer-social {
        justify-content: flex-start;
        margin-top: 18px;
    }

    .page-guide-post .footer-link.bdr {
        border-left: none;
        padding-top: 0;
    }

    .page-guide-post .text-right {
        text-align: left !important;
    }

    .page-guide-post .copyright-wrap li {
        margin-left: 18px;
    }
}

@media (max-width: 767.98px) {
    .page-guide-post .guide-article {
        padding: 26px;
    }

    .page-guide-post .guide-summary-panel,
    .page-guide-post .guide-summary {
        padding: 22px 20px;
    }

    .page-guide-post .guide-summary-grid {
        grid-template-columns: 1fr;
    }

    .page-guide-post .guide-hero h1 {
        font-size: 30px;
    }

    .page-guide-post .guide-meta {
        justify-content: center;
    }

    .page-guide-post .slider-btn {
        width: 100%;
        flex-direction: column;
    }

    .page-guide-post .btn {
        width: 100%;
    }

    .page-guide-post .subricbe h2,
    .page-guide-post .subricbe h3 {
        width: 100%;
    }

    .page-guide-post .header-btn {
        right: 5px;
    }

    .page-guide-post .header-input {
        width: 100%;
        padding-right: 56px;
    }

    .page-guide-post .copyright-wrap li {
        display: block;
        margin: 8px 0 0;
        padding-left: 0;
    }
}
