/* Reset & Base */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #333; background: #f5f5f5; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* Container */
.container {  max-width: 1440px; margin: 0 auto; padding: 20px 0;width: 90%; }

/* Header (legacy overrides scoped away from site-header) */
header:not(.site-header) { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; }
header:not(.site-header) .logo { font-size: 1.5rem; font-weight: bold; max-width: 160px; }
header:not(.site-header) nav ul { display: flex; gap: 1rem; flex-wrap: wrap; font-size: 0.9rem; }
nav li { position: relative; }
.search-icon { cursor: pointer; font-size: 1.2rem; }
.search-box { display: none; position: absolute; top: 100%; right: 0; margin-top: 5px; }
.search-box input { padding: 5px 10px; width: 200px; border: 1px solid #ccc; border-radius: 3px; }


.breadcrumbs { margin-bottom: 16px; font-size: 0.9rem; color: #888; }
.breadcrumb-link { color: #007acc; text-decoration: none; }
.breadcrumb-sep { margin: 0 6px; color: #ccc; }

/* Layout: Main + Sidebar */
.content-wrapper { display: flex; gap: 20px; margin-top: 40px; }
.main { flex: 1; }
.sidebar { width: 330px; }
.widget { background: #fff; padding: 15px 10px; margin-bottom: 20px; border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0.1); }
.widget h3 { font-size: 1.1rem; margin-bottom: 10px; }
.widget ul li { margin-bottom: 8px; }
.tags a { display: inline-block; margin: 3px 5px 3px 0; padding: 5px 8px; background: #e0e0e0; border-radius: 3px; font-size: 0.85rem; }

/* Posts */
.posts .post-card { background: #fff; margin-bottom: 15px; }
.posts .post-card:first-child { border-top: 4px solid #007acc; }

/* Pagination */
.pagination { display: inline-block; padding: 8px 15px; margin: 30px 0;background: #000; color: #fff; border-radius: 20px; font-size: 0.9rem;    float: right; }
.pagination .page-item:first-child{    border-right: 1px double #898787;padding-right: 10px;}
/* Footer */
.site-footer { margin-top: 50px; font-size: 0.85rem; color: #666; }
.footer-grid-wrap { background: #f8f9fa; padding: 30px 0; border-top: 3px solid #007acc; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; padding: 0 20px; }
.footer-heading { color: #2c3e50; margin-bottom: 12px; font-size: 1rem; }
.footer-text { line-height: 1.7; font-size: 0.9rem; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: #666; text-decoration: none; }
.footer-links a:hover { color: #007acc; }
.footer-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-tag { background: #e9ecef; padding: 5px 10px; border-radius: 15px; font-size: 0.8rem; color: #555; text-decoration: none; }
.footer-tag:hover { background: #007acc; color: #fff; }
.footer-bottom { background: #2c3e50; color: #fff; padding: 20px 0; text-align: center; }
.footer-bottom-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.footer-meta { margin-top: 10px; font-size: 0.85rem; opacity: 0.85; }
.footer-meta a { color: #ccc; }
.footer-disclaimer { margin-top: 12px; font-size: 0.8rem; opacity: 0.75; line-height: 1.6; max-width: 800px; margin-left: auto; margin-right: auto; }
.back-to-top { position: fixed; bottom: 30px; right: 30px; background: #007acc; color: white; border: none; padding: 12px 15px; border-radius: 50%; cursor: pointer; box-shadow: 0 4px 12px rgba(0,122,204,0.3); z-index: 999; }
.sidebar-list { list-style: none; padding: 0; }
.sidebar-list-item { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #e9ecef; }
.sidebar-link { color: #007acc; text-decoration: none; display: block; transition: color 0.2s, padding-left 0.2s; }
.sidebar-link:hover { color: #005a9e; padding-left: 6px; }
.sidebar-articles { display: flex; flex-direction: column; gap: 12px; }
.sidebar-article-item { display: flex; gap: 12px; align-items: flex-start; padding-bottom: 12px; border-bottom: 1px solid #f0f0f0; }
.sidebar-article-thumb { position: relative; flex-shrink: 0; display: block; width: 80px; height: 60px; overflow: hidden; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.sidebar-article-rank { position: absolute; top: 0; left: 0; background: rgba(0,122,204,0.9); color: #fff; padding: 2px 6px; font-size: 0.7rem; z-index: 1; }
.sidebar-article-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sidebar-article-title { margin: 0; font-size: 0.9rem; line-height: 1.4; flex: 1; }
.sidebar-article-title a { color: #2c3e50; text-decoration: none; }
.sidebar-article-title a:hover { color: #007acc; }
.sidebar-promo { background: linear-gradient(135deg, #fff8e1 0%, #ffe0b2 100%); padding: 20px; border-radius: 10px; text-align: center; border: 2px solid #ff9800; }
.sidebar-promo-title { color: #e65100; margin-bottom: 10px; font-size: 1.05rem; }
.sidebar-promo-desc { color: #bf360c; margin-bottom: 15px; font-size: 0.95rem; line-height: 1.5; }
.sidebar-promo-btn { display: inline-block; background: #e65100; color: #fff; padding: 10px 25px; border-radius: 25px; font-weight: 600; text-decoration: none; }
.sidebar-promo-btn:hover { background: #bf360c; }
.sidebar-promo-note { margin-top: 12px; font-size: 0.8rem; color: #999; }
.related-brands { display: flex; flex-wrap: wrap; gap: 10px; }
.related-brands a { background: #fff; padding: 6px 14px; border-radius: 15px; font-size: 0.85rem; color: #007acc; text-decoration: none; border: 1px solid #e0e0e0; }
.related-brands a:hover { background: #007acc; color: #fff; border-color: #007acc; }

/* Responsive */
@media (max-width: 768px) {
    .content-wrapper { flex-direction: column; margin-top: 20px; }
    .sidebar { width: 100%; }
    .card { flex-direction: column; }
    .card-content { padding-left: 0; padding-top: 40px; }
    .card-image { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
}

.ranking-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.ranking-header h2 { font-size: 1.5rem; color: #2c3e50; }

.ranking-cards .card {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.ranking-cards .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.rank-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 1.1rem;
    border-radius: 0 0 40px 0;
}
.rank-1 .rank-badge { background: linear-gradient(135deg, #ffc107, #ff9800); }
.rank-2 .rank-badge { background: linear-gradient(135deg, #9e9e9e, #757575); }
.rank-3 .rank-badge { background: linear-gradient(135deg, #cd7f32, #a56a2b); }
.rank-4 .rank-badge, .rank-5 .rank-badge { background: #007acc; }
.rank-6 .rank-badge, .rank-7 .rank-badge ,.rank-8 .rank-badge, .rank-9 .rank-badge,.rank-10 .rank-badge { background: #53abe6; }
/* Card Content */
.card-content {
    flex: 1;
    padding-left: 30px;
}
.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.provider-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #007acc;
}
.rating {
    color: #ffc107;
}



.card-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.btn-detail {
    padding: 8px 15px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: all 0.3s;
}
.btn-detail:hover {
    background: #007acc;
    color: white;
    border-color: #007acc;
}
.btn-official {
    padding: 8px 15px;
    background: #007acc;
    color: white;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: all 0.3s;
}
.btn-official:hover {
    background: #0066a6;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.article-header { margin-bottom: 30px; }
.article-header h1 { font-size: 2rem; margin-bottom: 15px; color: #007acc; }
.article-meta { display: flex; align-items: center; color: #777; font-size: 0.9rem; }
.article-meta .date { margin-right: 15px; }
.article-meta .author { font-weight: 500; }

.article-content {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.article-content p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.8;
}

.article-content h2 {
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #2c3e50;
}
.article-content a{
    color: #039be5;
}

.article-content h3 {
    margin: 25px 0 15px;
    color: #007acc;
}

.article-content ul, .article-content ol {
    margin-left: 25px;
    margin-bottom: 25px;
}

.article-content li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.article-content img {
    margin: 25px auto;
    max-width: 90%;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
#breadcrumbs {
    padding-bottom: 14px;
    font-size: 12px;
    color: #a0a0a0
}

#breadcrumbs span {
    color: #a0a0a0
}
#breadcrumbs a{text-decoration: none;}

code {
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    background-color: rgba(27, 31, 35, 0.05);
    border-radius: 3px;
    padding: 0.2em 0.4em;
    font-size: 85%;
}
pre {
    background-color: #f6f8fa;
    border-radius: 3px;
    padding: 16px;
    overflow: auto;
    line-height: 1.45;
}
pre code {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
blockquote {
    border-left: 4px solid #dfe2e5;
    color: #6a737d;
    padding: 0 1em;
    margin: 0 0 16px 0;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 16px;
}
th, td {
    border: 1px solid #dfe2e5;
    padding: 6px 13px;
}
th {
    background-color: #f6f8fa;
    font-weight: 600;
}
hr{
  display: none;
}

.datacenter-container span{
    margin: 3px 5px 3px 0;
    padding: 5px 8px;
    background: #f7f7f7;
    font-size: 0.85rem;
    display: inline-block;

}

.hosting-class-block {
    border-bottom: 1px dashed #c4d6e8
}

.hosting-class-table {
    margin-top: 20px;
    border: none;
}

.hosting-class-table td {
    padding: 5px 10px;
    border: none;
}

.hosting-class-table td.price-range {
    text-align: right;
    color: #949494;
    border: none;
}

.code-range{
    text-align: right;
    color:red;
}
.bb{
    padding-bottom: 15px;
    border-bottom: 1px dashed #c4d6e8;
}
.mt20{
    margin-top: 20px;
}
.mt10{
    margin-top: 10px;
}
.cta-button {
    display: inline-block;
    background: #007acc;
    color: white!important;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    margin: 20px 0;
    transition: all 0.3s;
}
.review-cell {
    background: #fff;
    margin-top: 22px;
}

.sidebarListImgSmallCtn {
    border: 0 none;
    background-color: transparent;
    position: relative;
    line-height: 1rem;
    margin-bottom: .75rem;
    min-height: 70px;
    padding: 5px;
}
.imgLeftCover {
    position: relative;
    float: left;
    height: 4rem;
    overflow: hidden;
}
.rightArticle {
}
.imgLeftCover a span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: .6rem;
    padding: 0 .5rem;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    z-index: 2;
}
.imgLeftCover img {
    -webkit-transition: .7s;
    transition: .7s;
    width: 100%;
    height: 100%;
}
h4 {
    line-height: 110%;
    margin: 1.14rem 0 .912rem 0;
}
.sidebarListImgSmallCtn h4{
    margin: 0 0 .912rem 0;
}
.rightArticle h4 a {
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.4rem;
    max-height: 43px;
    overflow: hidden;
    color: #3d464d;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.rightArticle .timeAbout {
    position: absolute;
    bottom: 4px;
    color: #999;
    font-size: .6rem;
    margin-top: .25rem;
}

.widget .item{
    border-bottom: 1px dashed #c4d6e8;
    margin: 10px 0;
}\ .hosting-ranking-siderbar {
     margin-bottom: 0;
     margin-top: 22px;
 }
.hosting-ranking-siderbar table {
    width: 100%;
    border: none;
}
.hosting-ranking-siderbar table tr {
    border-bottom: none;
}
.hosting-ranking-siderbar td{
    border:none;
    padding: 8px 2px;
}
#hosting-company-review-page .hosting-ranking-siderbar table tr td.logo-column {
    max-width: 130px;
    overflow: hidden;
    padding-top: 0;
    border: none;
}
span.star {
    display: inline-block;
    width: 75px;
    height: 15px;
    margin: 0 auto;
    background: url(/other/vps/image/star.png) no-repeat 0 0
}

span.star.s50 {
    background-position: 0 0
}

span.star.s45 {
    background-position: 0 -15px
}

span.star.s40 {
    background-position: 0 -30px
}

span.star.s35 {
    background-position: 0 -45px
}

span.star.s30 {
    background-position: 0 -60px
}

span.star.s25 {
    background-position: 0 -75px
}

span.star.s20 {
    background-position: 0 -90px
}

span.star.s15 {
    background-position: 0 -105px
}

span.star.s10 {
    background-position: 0 -120px
}

span.star.s05 {
    background-position: 0 -135px
}

span.star.s00 {
    background-position: 0 -150px
}
.hosting-ranking-siderbar table tr td.price-column {
    color: #26a69a;
    padding-right: 2px;
    text-align: right;
}
.article-content h2:first-child {
    margin: 0 0 20px;
}
.pros-cons {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.pros, .cons {
    flex: 1;
    padding: 20px;
    border-radius: 6px;
}

.pros {
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
}

.cons {
    background: #ffebee;
    border-left: 4px solid #f44336;
}

.pros h3, .cons h3 {
    margin:0 0 10px;
}

.pros li::before {
    content: "✓";
    color: #4caf50;
    margin-right: 8px;
}

.cons li::before {
    content: "✗";
    color: #f44336;
    margin-right: 8px;
}
.active{
    color:#f44336!important;
    font-weight: bold;
}

.provider-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.provider-logo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    overflow: hidden;
}
.provider-logo img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.card-image {
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}
/* Responsive */
@media (max-width: 768px) {
    .content-wrapper { flex-direction: column; margin-top: 20px; }
    .sidebar { width: 100%; }
    .card { flex-direction: column; }
    .card-content { padding-left: 0; padding-top: 40px; }
    .card-image { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
}

/* === VPS Header === */
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.site-header {
    position: sticky; top: 0; z-index: 1000;
    /*background: rgba(255,255,255,0.92);*/
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid #eaeef2;
    margin: -20px -5% 0;
}
.header-inner {
    display: flex; align-items: center; gap: 20px;
    padding: 0 5%; height: 56px;
    max-width: 1440px; margin: 0 auto; position: relative;
}
.logo {
    display: flex; align-items: center; flex-shrink: 0;
    max-width: none; text-decoration: none;
}
.logo img { height: 32px; width: auto; }
.main-nav {
    flex: 1; min-width: 0;
    display: flex; justify-content: center;
}
.nav-primary {
    display: flex; align-items: center; gap: 2px;
    font-size: 0.875rem; list-style: none;
    flex-wrap: nowrap;
}
.nav-primary > li > a {
    display: inline-flex; align-items: center; gap: 3px;
    padding: 6px 12px; border-radius: 6px;
    color: #4a5568; font-weight: 500;
    transition: color 0.15s, background 0.15s;
    white-space: nowrap; text-decoration: none;
}
.nav-primary > li > a:hover { color: #007acc; background: #f0f6fc; }
.nav-primary > li > a.active {
    color: #007acc !important; background: #e8f4fc; font-weight: 600;
}
.nav-caret {
    display: inline-block; width: 0; height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 4px solid currentColor;
    opacity: 0.45; margin-top: 1px;
}
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
    display: none; position: absolute; top: calc(100% + 6px); left: 50%;
    transform: translateX(-50%);
    background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: 1px solid #eaeef2; border-radius: 8px;
    min-width: 150px; padding: 6px; z-index: 100; list-style: none;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { display: block; }
.nav-dropdown-menu li a {
    display: block; padding: 7px 12px; border-radius: 5px;
    font-size: 0.84rem; color: #4a5568; font-weight: 400;
}
.nav-dropdown-menu li a:hover { background: #f0f6fc; color: #007acc; }
.header-actions {
    display: flex; align-items: center; gap: 8px; flex-shrink: 0;
}
.header-search {
    display: flex; align-items: center;
    background: #f4f6f8; border: 1px solid transparent;
    border-radius: 8px; padding: 0 4px 0 12px;
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.header-search:focus-within {
    background: #fff; border-color: #c5d9ea;
    box-shadow: 0 0 0 3px rgba(0,122,204,0.1);
}
.header-search-input {
    border: none; background: transparent; outline: none;
    width: 140px; font-size: 0.84rem; color: #333;
    padding: 7px 0;
}
.header-search-input::placeholder { color: #a0aec0; }
.header-search-btn {
    display: flex; align-items: center; justify-content: center;
    background: none; color: #718096; border: none;
    width: 32px; height: 32px; border-radius: 6px;
    cursor: pointer; transition: color 0.15s, background 0.15s;
    flex-shrink: 0;
}
.header-search-btn:hover { color: #007acc; background: #e8f4fc; }
.nav-toggle {
    display: none; flex-direction: column; justify-content: center; gap: 5px;
    background: none; border: none; padding: 8px; cursor: pointer;
    border-radius: 6px; transition: background 0.15s;
}
.nav-toggle:hover { background: #f0f6fc; }
.nav-toggle-bar {
    display: block; width: 20px; height: 2px;
    background: #4a5568; border-radius: 1px;
    transition: transform 0.2s, opacity 0.2s;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
.page-intro { background: linear-gradient(135deg, #f8f9fa, #e9ecef); padding: 25px 30px; border-radius: 12px; margin-bottom: 25px; }
.page-intro h1 { color: #2c3e50; font-size: clamp(1.4rem, 4vw, 1.8rem); margin-bottom: 10px; }
.section-title { font-size: 1.2rem; color: #2c3e50; margin: 25px 0 15px; padding-bottom: 8px; border-bottom: 2px solid #007acc; }
.deal-list-page { display: flex; flex-direction: column; gap: 12px; }
.deal-card { display: block; background: #fff; padding: 18px 22px; border-radius: 10px; box-shadow: 0 1px 6px rgba(0,0,0,0.08); text-decoration: none; color: inherit; transition: transform 0.2s; }
.deal-card:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.deal-card h2 { font-size: 1.05rem; color: #2c3e50; margin-bottom: 8px; }
.deal-status { font-size: 0.75rem; padding: 3px 8px; border-radius: 10px; background: #e8f5e9; color: #2e7d32; display: inline-block; }
.deal-status.restock { background: #fff3e0; color: #e65100; }
.filter-bar { background: #fff; padding: 15px 20px; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
.filter-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-tag { padding: 5px 12px; border-radius: 15px; font-size: 0.82rem; background: #f0f0f0; color: #555; text-decoration: none; }
.filter-tag.active, .filter-tag:hover { background: #007acc; color: #fff; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.tag-cloud-item { background: #fff; padding: 8px 16px; border-radius: 20px; font-size: 0.9rem; color: #007acc; border: 1px solid #e0e0e0; text-decoration: none; }
.tag-cloud-item:hover { background: #007acc; color: #fff; }
.compare-table-wrap { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 6px rgba(0,0,0,0.08); }
.compare-table th, .compare-table td { padding: 12px 16px; border-bottom: 1px solid #eee; font-size: 0.9rem; vertical-align: top; }
.compare-table th { background: #f8f9fa; }
.online-tool-box { background: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px; border: 1px solid #e9ecef; }
.tool-input-row { display: flex; gap: 10px; flex-wrap: wrap; }
.tool-input-row input { flex: 1; min-width: 200px; padding: 10px 14px; border: 1px solid #ddd; border-radius: 8px; }
.tool-btn { padding: 10px 20px; background: #007acc; color: #fff; border: none; border-radius: 8px; cursor: pointer; font-weight: 600; }
.tool-result { margin-top: 15px; padding: 15px; background: #fff; border-radius: 8px; border: 1px solid #e0e0e0; }
.result-table { width: 100%; border-collapse: collapse; }
.result-table td { padding: 6px 10px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; }
.sitemap-page section { margin-bottom: 30px; }
.sitemap-page ul { columns: 2; column-gap: 30px; list-style: none; padding: 0; }
.sitemap-page li { margin-bottom: 6px; }
.post-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; background: #fff; padding: 24px 20px; margin-bottom: 15px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); transition: transform 0.2s, box-shadow 0.2s; }
.post-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.1); }
.post-card-thumb { flex-shrink: 0; width: 200px; height: 130px; border-radius: 10px; overflow: hidden; background: #f0f4f8; margin: 0 auto; }
.post-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card-body { flex: 1; min-width: 0; width: 100%; }
.post-card-meta { font-size: 0.8rem; color: #999; margin-bottom: 8px; }
.post-card-type { display: inline-block; background: #e3f2fd; color: #1565c0; padding: 2px 10px; border-radius: 10px; font-size: 0.75rem; margin-right: 6px; }
.post-card h2 { font-size: 1.15rem; margin-bottom: 8px; line-height: 1.4; }
.post-card h2 a { color: #2c3e50; }
.post-card h2 a:hover { color: #007acc; }
.post-card p { font-size: 0.92rem; color: #666; line-height: 1.7; margin: 0; }
.rank-mini-item { display: flex; align-items: center; gap: 10px; background: #fff; padding: 10px 14px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.08); margin-bottom: 8px; }
.rank-mini-num { width: 24px; height: 24px; background: #007acc; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: bold; flex-shrink: 0; }
.rank-mini-name { flex: 1; text-decoration: none; color: #2c3e50; font-size: 0.9rem; }
.compare-card-logos { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 14px; }
.compare-card-logos img { width: 48px; height: 48px; border-radius: 10px; object-fit: contain; background: #f8f9fa; padding: 6px; border: 1px solid #eee; }
.compare-card-logos .vs-badge {
    display: flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; background: #eef2f6; border-radius: 50%;
    font-size: 0.75rem; font-weight: 700; color: #7f8c9a;
}
.compare-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.compare-card {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    background: #fff; padding: 28px 20px; border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06); text-decoration: none; color: inherit;
    transition: transform 0.2s, box-shadow 0.2s; border: 1px solid #eef2f6;
}
.compare-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,122,204,0.12); border-color: #007acc; }
.compare-card h2 { font-size: 1.05rem; color: #2c3e50; margin-bottom: 8px; }
.compare-card-price { font-size: 0.88rem; color: #888; }
.compare-card-tags { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; margin-top: 10px; }
.compare-tag { font-size: 0.72rem; padding: 2px 8px; border-radius: 8px; background: #fff3e0; color: #e65100; }
.compare-hero {
    background: linear-gradient(135deg, #1a3a5c 0%, #007acc 100%);
    color: #fff; padding: 36px 30px; border-radius: 16px; margin-bottom: 28px; text-align: center;
}
.compare-hero-logos { display: flex; align-items: center; justify-content: center; gap: 24px; margin-bottom: 16px; }
.compare-hero-logos img { width: 64px; height: 64px; border-radius: 14px; background: #fff; padding: 8px; object-fit: contain; }
.compare-hero-logos .vs-circle {
    width: 44px; height: 44px; background: rgba(255,255,255,0.2); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem;
}
.compare-hero h1 { font-size: clamp(1.3rem, 3vw, 1.8rem); margin-bottom: 8px; color: #fff; }
.compare-hero p { opacity: 0.9; font-size: 0.95rem; }
.compare-table-wrap { border-radius: 14px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.compare-table th { background: #f0f4f8; font-weight: 600; color: #2c3e50; }
.compare-table th img { vertical-align: middle; margin-right: 6px; border-radius: 4px; }
.compare-table tr:nth-child(even) td { background: #fafbfc; }
.compare-verdict { margin-top: 30px; padding: 28px; background: linear-gradient(135deg, #f8f9fa, #eef5fb); border-radius: 14px; border-left: 4px solid #007acc; }
.compare-verdict h2 { color: #2c3e50; margin-bottom: 12px; font-size: 1.2rem; }
.compare-review-links { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 16px; }
.compare-review-link {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,0.15); color: #fff; padding: 6px 14px;
    border-radius: 20px; font-size: 0.82rem; text-decoration: none; border: 1px solid rgba(255,255,255,0.3);
}
.compare-review-link:hover { background: rgba(255,255,255,0.25); color: #fff; }
.vps-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #eef5fb 100%);
    border-radius: 16px; padding: 30px; margin-bottom: 24px; text-align: center;
}
.vps-hero-logo { width: 80px; height: 80px; margin: 0 auto 16px; border-radius: 16px; background: #fff; padding: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.vps-hero-logo img { width: 100%; height: 100%; object-fit: contain; }
.vps-hero h1 { font-size: clamp(1.4rem, 3vw, 2rem); color: #2c3e50; margin-bottom: 12px; }
.vps-review-banner {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, #ff6b35, #f7931e); color: #fff;
    padding: 8px 18px; border-radius: 24px; font-size: 0.88rem; font-weight: 600;
    text-decoration: none; margin-bottom: 16px; transition: transform 0.2s;
}
.vps-review-banner:hover { transform: scale(1.03); color: #fff; }
.vps-highlights { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin: 20px 0; }
.highlight-item {
    background: #fff; color: #2c3e50; padding: 18px 14px; border-radius: 12px;
    text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #eef2f6;
}
.highlight-item strong { display: block; font-size: 1.3rem; margin-bottom: 4px; color: #007acc; }
.highlight-item span { font-size: 0.82rem; color: #888; }
@media (max-width: 1100px) {
    .header-search-input { width: 100px; }
    .nav-primary > li > a { padding: 6px 9px; font-size: 0.82rem; }
}
@media (max-width: 900px) {
    .header-inner { height: auto; min-height: 52px; flex-wrap: wrap; padding: 10px 5%; gap: 10px; }
    .logo { order: 1; }
    .header-actions { order: 2; margin-left: auto; }
    .main-nav {
        order: 3; flex-basis: 100%;
        display: none; padding: 8px 0 4px;
        border-top: 1px solid #eaeef2;
    }
    .main-nav.is-open { display: block; }
    .nav-toggle { display: flex; }
    .nav-primary { flex-direction: column; align-items: stretch; gap: 0; }
    .nav-primary > li > a {
        padding: 10px 4px; border-radius: 0;
        border-bottom: 1px solid #f0f2f5;
    }
    .nav-primary > li > a.active { background: transparent; }
    .nav-dropdown-menu {
        position: static; transform: none; box-shadow: none;
        border: none; padding: 0 0 4px 12px; display: none;
    }
    .nav-dropdown.is-open .nav-dropdown-menu { display: block; }
    .nav-dropdown:hover .nav-dropdown-menu { display: none; }
    .nav-dropdown.is-open:hover .nav-dropdown-menu { display: block; }
    .header-search-input { width: 120px; }
}
@media (max-width: 768px) {
    .post-card-thumb { width: 100%; max-width: 280px; height: 160px; }
    .compare-grid { grid-template-columns: 1fr; }
    .compare-hero-logos img { width: 48px; height: 48px; }
    .sitemap-page ul { columns: 1; }
}
