/* linux-dedicated-server — migrated from pages.css */
/* ===== CSS RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; }

body { font-family: 'Inter', 'Hind', Arial, sans-serif; }

/* ===== HERO SECTION ===== */
.ds-hero {
    background: linear-gradient(135deg, #0b2b26 0%, #0f3a34 60%, #0d1b3e 100%);
    padding: 64px 0 56px;
    position: relative;
    overflow: hidden;
}
.ds-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(13,148,136,0.15) 0%, transparent 70%);
    pointer-events: none;
}
.ds-hero-eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #2dd4bf;
    margin-bottom: 10px;
    display: block;
}
.ds-hero h1 {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff !important;
    line-height: 1.05;
    margin: 0 0 10px;
    text-align: left;
    text-shadow: 0 0 30px rgba(20,184,166,0.6), 0 2px 15px rgba(0,0,0,0.8);
}
.ds-hero h1 span { 
    color: #14b8a6 !important; 
    text-shadow: none; 
}
.ds-hero-sub {
    font-size: 24px;
    font-weight: 700;
    color: #94a3b8;
    margin: 0 0 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.ds-hero p {
    font-size: 16px;
    color: #94a3b8;
    margin-bottom: 28px;
    max-width: 520px;
    line-height: 1.6;
}
.ds-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.ds-hero-badge {
    background: rgba(20,184,166,0.12);
    border: 1px solid rgba(20,184,166,0.3);
    color: #5eead4;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}
.ds-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0f766e;
    color: #fff;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    border: none;
}
.ds-hero-cta:hover { background: #0f766e; color: #fff; transform: translateY(-1px); }
.ds-hero-cta-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #5eead4;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid rgba(20,184,166,0.4);
    transition: all 0.2s;
    margin-left: 12px;
}
.ds-hero-cta-ghost:hover { background: rgba(20,184,166,0.1); color: #fff; }
.ds-hero-graphic {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}
.ds-server-icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(13,148,136,0.08);
    border: 2px solid rgba(20,184,166,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ds-server-icon i {
    font-size: 80px;
    color: rgba(20,184,166,0.5);
}

/* ===== TRUST BAR ===== */
.trust-bar {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 0;
}
.trust-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
}
.trust-item i { color: #0d9488; font-size: 15px; }

/* ===== SERVER FINDER SECTION ===== */
.server-finder-section {
    background: #f1f5f9;
    padding: 48px 0 60px;
}
.sf-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 12px;
}
.sf-title {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    text-align: left;
}
.sf-count {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}
.sf-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

/* Filter Sidebar */
.sf-sidebar {
    width: 220px;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    padding: 20px;
    position: sticky;
    top: 80px;
}
.sf-sidebar-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 16px;
    display: block;
}
.sf-filter-group {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}
.sf-filter-group:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.sf-filter-label {
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.sf-filter-label i { font-size: 14px; color: #94a3b8; }
.sf-filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    cursor: pointer;
    font-size: 14px;
    color: #475569;
    transition: color 0.15s;
}
.sf-filter-option:hover { color: #0d9488; }
.sf-filter-option input[type="checkbox"] { accent-color: #0d9488; width: 14px; height: 14px; }
.sf-filter-btn {
    display: block;
    width: 100%;
    background: #0f766e;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    margin-top: 16px;
    transition: background 0.2s;
    text-align: center;
    text-decoration: none;
}
.sf-filter-btn:hover { background: #0f766e; color: #fff; }

/* Server Cards Area */
.sf-results { flex: 1; min-width: 0; }
.sf-results-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 8px;
}
.sf-results-count {
    font-size: 14px;
    color: #64748b;
}
.sf-sort {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #64748b;
}
.sf-sort select {
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    color: #334155;
    background: #fff;
}

/* Server Card */
.server-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.server-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-color: #99f6e4;
}
.server-card-name {
    width: 160px;
    flex-shrink: 0;
}
.server-card-model {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}
.server-card-avail {
    font-size: 14px;
    font-weight: 600;
}
.avail-instant { color: #16a34a; }
.avail-days { color: #d97706; }

.server-card-specs {
    flex: 1;
}
.specs-grid {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 4px 12px;
    font-size: 14px;
}
.spec-label {
    color: #64748b;
    font-weight: 500;
}
.spec-value {
    color: #1e293b;
    font-weight: 500;
}
.spec-tag {
    display: inline-block;
    background: #ccfbf1;
    color: #0f766e;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    margin-right: 4px;
}
.spec-tag.green { background: #dcfce7; color: #15803d; }

.server-card-price {
    text-align: right;
    width: 160px;
    flex-shrink: 0;
}
.price-main {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}
.price-main sup { font-size: 14px; font-weight: 600; vertical-align: super; }
.price-period {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 4px;
}
.price-hourly {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 6px;
}
.setup-fee {
    display: inline-block;
    background: #dcfce7;
    color: #15803d;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.btn-order {
    display: block;
    background: #0f766e;
    color: #fff;
    padding: 9px 20px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}
.btn-order:hover { background: #0f766e; color: #fff; }
.btn-configure {
    display: block;
    background: #fff;
    color: #0f766e;
    padding: 9px 20px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
    border: 1px solid #0d9488;
    margin-top: 8px;
}
.btn-configure:hover { background: #115e59; color: #fff; }
.price-excl { font-size: 14px; color: #94a3b8; margin-top: 6px; }

/* ===== FEATURES SECTION ===== */
.features-strip {
    background: #0f172a;
    padding: 52px 0;
}
.features-strip h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.features-strip h2 span { color: #14b8a6; }
.feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.feat-item {
    text-align: center;
    padding: 28px 20px;
    background: rgba(255,255,255,0.04);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.06);
    transition: background 0.2s;
}
.feat-item:hover { background: rgba(20,184,166,0.08); }
.feat-icon {
    width: 56px;
    height: 56px;
    background: rgba(20,184,166,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.feat-icon i { font-size: 22px; color: #2dd4bf; }
.feat-item h3 {
    font-size: 15px;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 10px;
    text-align: center;
}
.feat-item p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

/* ===== USE CASES ===== */
.use-cases-section {
    padding: 60px 0;
    background: #ffffff;
}
.use-cases-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    margin-bottom: 10px;
}
.use-cases-section .section-sub {
    text-align: center;
    color: #64748b;
    font-size: 16px;
    margin-bottom: 44px;
}
.use-case-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.use-case-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.2s;
}
.use-case-card:hover {
    border-color: #99f6e4;
    background: #f0fdfa;
    transform: translateY(-2px);
}
.use-case-card .uc-icon {
    font-size: 36px;
    margin-bottom: 12px;
    display: block;
}
.use-case-card h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
    text-align: center;
}
.use-case-card p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* ===== STATS ===== */
.stats-section {
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
    padding: 52px 0;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}
.stats-grid h3 { text-align: center; }
.stat-item .stat-number {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 6px;
}
.stat-item .stat-label {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    font-weight: 500;
}

/* ===== FAQ ===== */
.faq-section {
    background: #f8fafc;
    padding: 60px 0;
}
.faq-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    margin-bottom: 40px;
}
.faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-question {
    padding: 18px 22px;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    transition: color 0.15s;
}
.faq-question:hover { color: #0d9488; }
.faq-question[aria-expanded="true"] { color: #0d9488; }
.faq-question i { font-size: 14px; color: #94a3b8; transition: transform 0.2s; }
.faq-question[aria-expanded="true"] i { transform: rotate(180deg); }
.faq-answer {
    padding: 0 22px 18px;
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
    border-top: 1px solid #f1f5f9;
}

/* ===== SEO CONTENT ===== */
.seo-content-section {
    background: #ffffff;
    padding: 56px 0;
    border-top: 1px solid #f1f5f9;
}
.seo-content-section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    text-align: left;
}
.seo-content-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 28px 0 10px;
    text-align: left;
}
.seo-content-section p {
    font-size: 15px;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 14px;
}

/* ===== CTA SECTION ===== */
.cta-section {
    background: linear-gradient(135deg, #0b2b26 0%, #0f3a34 100%);
    padding: 60px 0;
    text-align: center;
}
.cta-section h2 {
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 14px;
}
.cta-section p {
    font-size: 16px;
    color: #94a3b8;
    margin-bottom: 30px;
}
.cta-btn {
    display: inline-block;
    background: #0f766e;
    color: #fff;
    padding: 15px 40px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s;
}
.cta-btn:hover { background: #0f766e; color: #fff; }

/* Responsive */
@media (max-width: 991px) {
    .ds-hero h1 { font-size: 36px; }
    .ds-hero-graphic { display: none; }
    .sf-layout { flex-direction: column; }
    .sf-sidebar { width: 100%; position: static; }
    .server-card { flex-wrap: wrap; }
    .server-card-name { width: 100%; }
    .server-card-price { width: 100%; text-align: left; }
    .feat-grid { grid-template-columns: repeat(2, 1fr); }
    .use-case-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 575px) {
    .ds-hero h1 { font-size: 28px; }
    .feat-grid { grid-template-columns: 1fr; }
    .use-case-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .server-card { flex-direction: column; align-items: flex-start; }
    .trust-bar-inner { gap: 16px; justify-content: flex-start; }
}

