/* Extracted from 10gbps-dedicated-servers.php style block 1 */
/* ============================================================
   10GBPS PAGE — Speed-Cinematic Design System
   Uses: theme-10gbps-servers vars (lime #7CFF00 + cyan #00D4FF)
   Background surfaces: near-black #07101A / #0A1520
   ============================================================ */

/* -------------------------------------------------------
   PAGE-LEVEL OVERRIDES (theme-10gbps-servers context)
------------------------------------------------------- */
body.theme-10gbps-servers {
    background: #07101A;
    color: rgba(255,255,255,0.88);
}

/* Speed accent helpers */
.g-lime  { color: #7CFF00; }
.g-cyan  { color: #00D4FF; }
.g-text  { background: linear-gradient(90deg, #7CFF00, #00D4FF); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.g-bg    { background: linear-gradient(135deg, #07101A, #0A1520); }

/* -------------------------------------------------------
   HERO
------------------------------------------------------- */
.s10g-hero {
    position: relative;
    overflow: hidden;
    background: #07101A url('https://cdn.underhost.com/images/servernetherlandsbg.jpg') center/cover no-repeat;
    padding: 80px 0 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.s10g-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(7,16,26,0.97) 0%,
        rgba(7,16,26,0.88) 45%,
        rgba(0,212,255,0.08) 75%,
        rgba(124,255,0,0.06) 100%);
    z-index: 1;
}

/* Animated grid lines */
.s10g-hero__grid {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image:
        linear-gradient(rgba(124,255,0,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124,255,0,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridDrift 20s linear infinite;
}

@keyframes gridDrift {
    0%   { background-position: 0 0; }
    100% { background-position: 60px 60px; }
}

/* Glow orbs */
.s10g-hero__orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.s10g-hero__orb--lime {
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(124,255,0,0.08) 0%, transparent 70%);
    top: -200px; right: -150px;
    animation: orbPulse 8s ease-in-out infinite;
}
.s10g-hero__orb--cyan {
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(0,212,255,0.07) 0%, transparent 70%);
    bottom: -100px; left: -100px;
    animation: orbPulse 10s ease-in-out infinite 2s;
}

@keyframes orbPulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50%       { opacity: 1;   transform: scale(1.15); }
}

.s10g-hero__inner {
    position: relative;
    z-index: 2;
}

/* Speed badge */
.s10g-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 20px;
    background: rgba(124,255,0,0.08);
    border: 1px solid rgba(124,255,0,0.35);
    border-radius: 50px;
    color: #7CFF00;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
    margin-bottom: 24px;
}
.s10g-badge i { font-size: 13px; animation: boltFlash 1.5s ease-in-out infinite; }

@keyframes boltFlash {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.4; transform: scale(1.2); }
}

/* Hero H1 */
.s10g-hero__h1 {
    font-size: clamp(36px, 6vw, 68px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -1.5px;
    color: #fff;
    margin: 0 0 20px;
}
.s10g-hero__h1 .h1-lime { color: #7CFF00; }
.s10g-hero__h1 .h1-cyan { color: #00D4FF; }

/* Speed gauge bar */
.s10g-gauge {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 520px;
    margin: 0 auto 28px;
}
.s10g-gauge__label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}
.s10g-gauge__track {
    flex: 1;
    height: 5px;
    background: rgba(255,255,255,0.08);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.s10g-gauge__fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #7CFF00, #00D4FF);
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(124,255,0,0.6);
    transition: width 2.5s cubic-bezier(.16,1,.3,1);
}
.s10g-gauge__speed {
    font-size: 13px;
    font-weight: 800;
    color: #7CFF00;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

/* Hero description */
.s10g-hero__desc {
    max-width: 780px;
    margin: 0 auto 36px;
    color: rgba(255,255,255,0.75);
    font-size: 17px;
    line-height: 1.7;
}
.s10g-hero__desc strong { color: rgba(255,255,255,0.95); }

/* Hero stat pills */
.s10g-hero__stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}
.s10g-stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}
.s10g-stat-pill:hover {
    border-color: rgba(124,255,0,0.4);
    color: #7CFF00;
    background: rgba(124,255,0,0.05);
}
.s10g-stat-pill i { color: #7CFF00; font-size: 13px; }

/* CTA buttons */
.s10g-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 36px;
    background: linear-gradient(135deg, #7CFF00, #00D4FF);
    color: #07101A !important;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.5px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(124,255,0,0.3), 0 0 60px rgba(0,212,255,0.1);
}
.s10g-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(124,255,0,0.4), 0 0 80px rgba(0,212,255,0.2);
    color: #07101A !important;
    text-decoration: none;
}

.s10g-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: transparent;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(6px);
}
.s10g-btn-outline:hover {
    border-color: rgba(124,255,0,0.5);
    color: #7CFF00 !important;
    background: rgba(124,255,0,0.05);
    text-decoration: none;
}

/* -------------------------------------------------------
   SPEED TIERS BAR (unique to this page)
------------------------------------------------------- */
.s10g-tiers {
    background: rgba(0,0,0,0.5);
    border-top: 1px solid rgba(124,255,0,0.15);
    border-bottom: 1px solid rgba(124,255,0,0.15);
    padding: 20px 0;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.s10g-tiers__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
}

.s10g-tier {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    position: relative;
    transition: all 0.3s ease;
}
.s10g-tier:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0; top: 20%; bottom: 20%;
    width: 1px;
    background: rgba(124,255,0,0.2);
}
.s10g-tier__speed {
    font-size: 22px;
    font-weight: 900;
    color: #7CFF00;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-bottom: 4px;
}
.s10g-tier__label {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.s10g-tier__from {
    font-size: 12px;
    color: #00D4FF;
    font-weight: 700;
    margin-top: 4px;
}
.s10g-tier:hover .s10g-tier__speed { color: #00D4FF; }

/* -------------------------------------------------------
   PLAN CARDS SECTION
------------------------------------------------------- */
.s10g-plans {
    background: #07101A;
    padding: 80px 0 60px;
}

.s10g-plans__header {
    text-align: center;
    margin-bottom: 50px;
}
.s10g-plans__header h2 {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 900;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: -1px;
}

/* Plan card */
.s10g-card {
    background: rgba(10,21,32,0.95);
    border: 1px solid rgba(124,255,0,0.15);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
.s10g-card:hover {
    border-color: rgba(124,255,0,0.45);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(124,255,0,0.08), 0 0 0 1px rgba(124,255,0,0.12);
}

/* Speed stripe */
.s10g-card__stripe {
    height: 3px;
    background: linear-gradient(90deg, #7CFF00, #00D4FF);
    width: 100%;
}

.s10g-card__inner {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.s10g-card__specs {
    flex: 1;
    padding: 28px 30px;
}
.s10g-card__pricing {
    width: 220px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(124,255,0,0.03);
    border-left: 1px solid rgba(124,255,0,0.1);
    text-align: center;
    flex-shrink: 0;
}

/* Plan name + badge */
.s10g-card__name {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
    letter-spacing: -0.3px;
}
.s10g-card__tier-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px;
    background: rgba(124,255,0,0.1);
    border: 1px solid rgba(124,255,0,0.3);
    border-radius: 30px;
    color: #7CFF00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.s10g-card__tier-badge.cyan {
    background: rgba(0,212,255,0.1);
    border-color: rgba(0,212,255,0.3);
    color: #00D4FF;
}
.s10g-card__tier-badge.gold {
    background: rgba(253,224,71,0.1);
    border-color: rgba(253,224,71,0.3);
    color: #FDE047;
}

/* Specs grid */
.s10g-specs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.s10g-spec {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(255,255,255,0.02);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: background 0.2s;
}
.s10g-spec:hover { background: rgba(124,255,0,0.04); }
.s10g-spec i {
    color: #7CFF00;
    font-size: 16px;
    width: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}
.s10g-spec__label {
    font-size: 10px;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    line-height: 1;
    margin-bottom: 3px;
}
.s10g-spec__val {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    line-height: 1.3;
    display: block;
}

/* Price block */
.s10g-price {
    font-size: 34px;
    font-weight: 900;
    color: #7CFF00;
    line-height: 1;
    margin-bottom: 4px;
    letter-spacing: -1px;
}
.s10g-price sub {
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    font-weight: 400;
    vertical-align: baseline;
}
.s10g-price-per {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 20px;
}

/* Order button */
.s10g-order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #7CFF00, #00D4FF);
    color: #07101A !important;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(124,255,0,0.2);
}
.s10g-order:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(124,255,0,0.35);
    color: #07101A !important;
    text-decoration: none;
}

/* Best value card */
.s10g-card--best {
    border-color: rgba(124,255,0,0.35);
    box-shadow: 0 0 40px rgba(124,255,0,0.06);
}
.s10g-card--best .s10g-card__stripe {
    height: 4px;
}
.s10g-best-tag {
    position: absolute;
    top: 16px; right: 20px;
    background: linear-gradient(135deg, #7CFF00, #00D4FF);
    color: #07101A;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 30px;
}

/* Server image in pricing col */
.s10g-server-img {
    width: 90px;
    height: auto;
    object-fit: contain;
    margin-bottom: 16px;
    filter: drop-shadow(0 0 15px rgba(124,255,0,0.25));
    transition: all 0.3s ease;
}
.s10g-card:hover .s10g-server-img {
    filter: drop-shadow(0 0 25px rgba(0,212,255,0.4));
    transform: scale(1.05);
}

/* -------------------------------------------------------
   USE CASES SECTION
------------------------------------------------------- */
.s10g-usecases {
    background: #0A1520;
    padding: 80px 0;
    border-top: 1px solid rgba(124,255,0,0.1);
    border-bottom: 1px solid rgba(124,255,0,0.1);
}

.s10g-usecase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.s10g-usecase {
    background: rgba(7,16,26,0.8);
    border: 1px solid rgba(124,255,0,0.12);
    border-radius: 16px;
    padding: 28px 24px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.s10g-usecase::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(124,255,0,0.5), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}
.s10g-usecase:hover { border-color: rgba(124,255,0,0.3); transform: translateY(-5px); }
.s10g-usecase:hover::before { opacity: 1; }

.s10g-usecase__icon {
    width: 52px; height: 52px;
    background: rgba(124,255,0,0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}
.s10g-usecase__icon i { color: #7CFF00; font-size: 22px; }
.s10g-usecase:hover .s10g-usecase__icon {
    background: rgba(124,255,0,0.18);
}

.s10g-usecase h3 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}
.s10g-usecase p {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
    margin: 0;
}

/* -------------------------------------------------------
   FEATURES INCLUDED SECTION
------------------------------------------------------- */
.s10g-features {
    background: #07101A;
    padding: 80px 0;
}

.s10g-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 50px;
}

.s10g-feature-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 22px;
    background: rgba(10,21,32,0.8);
    border: 1px solid rgba(124,255,0,0.1);
    border-radius: 14px;
    transition: all 0.3s ease;
}
.s10g-feature-item:hover {
    border-color: rgba(124,255,0,0.28);
    background: rgba(124,255,0,0.03);
}
.s10g-feature-item__icon {
    width: 44px; height: 44px;
    background: rgba(124,255,0,0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.s10g-feature-item__icon i { color: #7CFF00; font-size: 18px; }
.s10g-feature-item:hover .s10g-feature-item__icon {
    background: rgba(124,255,0,0.2);
}
.s10g-feature-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
}
.s10g-feature-item p {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin: 0;
    line-height: 1.6;
}

/* Feature image side */
.s10g-features__img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.s10g-features__img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}
.s10g-features__img-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 55%;
    background: linear-gradient(to top, rgba(7,16,26,0.95), transparent);
    border-radius: 0 0 20px 20px;
}
.s10g-features__stats {
    position: absolute;
    bottom: 24px; left: 20px; right: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.s10g-features__stat {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(124,255,0,0.2);
    border-radius: 12px;
    padding: 12px 8px;
    text-align: center;
}
.s10g-features__stat-val {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #7CFF00;
    line-height: 1;
    margin-bottom: 4px;
}
.s10g-features__stat-lbl {
    display: block;
    font-size: 10px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* -------------------------------------------------------
   OS + ADDONS SECTION
------------------------------------------------------- */
.s10g-config {
    background: #0A1520;
    padding: 80px 0;
    border-top: 1px solid rgba(124,255,0,0.08);
}

.s10g-card-box {
    background: rgba(7,16,26,0.9);
    border: 1px solid rgba(124,255,0,0.12);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.s10g-card-box__head {
    background: linear-gradient(145deg, #07101A, #0A1F30, rgba(0,212,255,0.15));
    padding: 24px 28px;
    position: relative;
}
.s10g-card-box__head h3 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
}
.s10g-card-box__head p {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin: 0;
}
.s10g-card-box__head-icon {
    position: absolute;
    top: 20px; right: 24px;
    font-size: 32px;
    color: rgba(124,255,0,0.12);
}

/* Feature row */
.s10g-feat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    border-bottom: 1px solid rgba(124,255,0,0.06);
    transition: background 0.2s;
}
.s10g-feat-row:last-child { border-bottom: none; }
.s10g-feat-row:hover { background: rgba(124,255,0,0.03); }
.s10g-feat-row__name {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
    gap: 8px;
}
.s10g-feat-row__name i { color: #7CFF00; width: 18px; font-size: 14px; }
.s10g-feat-row__sub {
    font-size: 12px;
    color: rgba(255,255,255,0.38);
    margin-top: 2px;
    margin-left: 26px;
}
.s10g-price-tag { font-size: 15px; font-weight: 800; color: #7CFF00; white-space: nowrap; }
.s10g-price-tag-free { font-size: 13px; font-weight: 900; color: #00D4FF; text-transform: uppercase; letter-spacing: 1px; }
.s10g-price-period { font-size: 11px; color: rgba(255,255,255,0.35); display: block; }

/* OS Badges */
.s10g-os-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    border: 1px solid;
    margin: 1px 2px;
}
.s10g-os-badge--free { color: #7CFF00; border-color: rgba(124,255,0,0.3); background: rgba(124,255,0,0.07); }
.s10g-os-badge--paid { color: #FDE047; border-color: rgba(253,224,71,0.3); background: rgba(253,224,71,0.07); }
.s10g-os-badge--cp   { color: #00D4FF; border-color: rgba(0,212,255,0.3); background: rgba(0,212,255,0.07); }
.s10g-os-badge--da   { color: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.05); }
.s10g-os-badge--win  { color: #5BA3FF; border-color: rgba(91,163,255,0.3); background: rgba(91,163,255,0.07); }

.s10g-os-list {
    list-style: none;
    padding: 0 24px;
    margin: 0;
}
.s10g-os-list li {
    padding: 11px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    color: rgba(255,255,255,0.65);
    font-size: 13px;
    border-bottom: 1px dashed rgba(124,255,0,0.07);
}
.s10g-os-list li:last-child { border-bottom: none; }
.s10g-os-list li::before {
    content: '';
    width: 6px; height: 6px;
    background: #7CFF00;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(124,255,0,0.6);
    flex-shrink: 0;
    margin-right: 8px;
}

/* -------------------------------------------------------
   REMOTE ACCESS SECTION
------------------------------------------------------- */
.s10g-access {
    background: #07101A;
    padding: 80px 0;
    border-top: 1px solid rgba(124,255,0,0.08);
}

.s10g-access-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.s10g-access-card {
    background: rgba(10,21,32,0.9);
    border: 1px solid rgba(124,255,0,0.12);
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    transition: all 0.3s ease;
}
.s10g-access-card:hover {
    border-color: rgba(124,255,0,0.35);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(124,255,0,0.07);
}
.s10g-access-card__icon {
    width: 60px; height: 60px;
    background: rgba(124,255,0,0.08);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: all 0.3s ease;
}
.s10g-access-card__icon i { color: #7CFF00; font-size: 24px; }
.s10g-access-card:hover .s10g-access-card__icon {
    background: rgba(124,255,0,0.2);
    box-shadow: 0 0 20px rgba(124,255,0,0.2);
}
.s10g-access-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}
.s10g-access-card p {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin: 0;
    line-height: 1.6;
}

/* API highlight block */
.s10g-api-block {
    background: rgba(0,212,255,0.04);
    border: 1px solid rgba(0,212,255,0.2);
    border-radius: 14px;
    padding: 24px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.s10g-api-block__icon { color: #00D4FF; font-size: 28px; flex-shrink: 0; }
.s10g-api-block h4 { font-size: 16px; font-weight: 700; color: #00D4FF; margin: 0 0 6px; }
.s10g-api-block p { font-size: 13px; color: rgba(255,255,255,0.55); margin: 0; line-height: 1.6; }
.s10g-api-block a { color: #00D4FF; text-decoration: underline; text-decoration-color: rgba(0,212,255,0.4); }

/* -------------------------------------------------------
   SERVER MANAGEMENT UPSELL SECTION
------------------------------------------------------- */
.s10g-mgmt {
    background: linear-gradient(145deg, #0A1520, #07101A);
    padding: 80px 0;
    border-top: 1px solid rgba(124,255,0,0.08);
    position: relative;
    overflow: hidden;
}
.s10g-mgmt::before {
    content: '';
    position: absolute;
    top: -100px; right: -150px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(0,212,255,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.s10g-mgmt-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}
.s10g-mgmt-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    background: rgba(255,255,255,0.02);
    border-radius: 12px;
    border: 1px solid rgba(124,255,0,0.08);
    transition: all 0.3s ease;
}
.s10g-mgmt-item:hover {
    background: rgba(124,255,0,0.03);
    border-color: rgba(124,255,0,0.2);
}
.s10g-mgmt-item__ico {
    width: 40px; height: 40px;
    background: rgba(124,255,0,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.s10g-mgmt-item__ico i { color: #7CFF00; font-size: 16px; }
.s10g-mgmt-item h4 { font-size: 14px; font-weight: 700; color: #fff; margin: 0 0 4px; }
.s10g-mgmt-item p  { font-size: 12px; color: rgba(255,255,255,0.45); margin: 0; line-height: 1.5; }

/* Pricing tiers */
.s10g-mgmt-plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 50px;
}
.s10g-mgmt-plan {
    background: rgba(10,21,32,0.9);
    border: 1px solid rgba(124,255,0,0.12);
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}
.s10g-mgmt-plan:hover {
    border-color: rgba(124,255,0,0.3);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(124,255,0,0.07);
}
.s10g-mgmt-plan--featured {
    border-color: rgba(124,255,0,0.35);
    background: rgba(124,255,0,0.04);
}
.s10g-mgmt-plan h4 { font-size: 16px; font-weight: 800; color: #fff; margin: 0 0 6px; }
.s10g-mgmt-plan__sub { font-size: 12px; color: rgba(255,255,255,0.45); margin-bottom: 20px; }
.s10g-mgmt-plan__price { font-size: 30px; font-weight: 900; color: #7CFF00; line-height: 1; margin-bottom: 4px; }
.s10g-mgmt-plan__per { font-size: 12px; color: rgba(255,255,255,0.35); margin-bottom: 20px; }

/* -------------------------------------------------------
   GLOBAL LOCATIONS SECTION
------------------------------------------------------- */
.s10g-locations {
    background: #0A1520;
    padding: 80px 0;
    border-top: 1px solid rgba(124,255,0,0.08);
}

.s10g-loc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 50px;
}

.s10g-loc-card {
    background: rgba(7,16,26,0.9);
    border: 1px solid rgba(124,255,0,0.1);
    border-radius: 14px;
    padding: 20px 12px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.s10g-loc-card:hover {
    border-color: rgba(124,255,0,0.3);
    transform: translateY(-5px);
    background: rgba(124,255,0,0.04);
    text-decoration: none;
}
.s10g-loc-card img {
    width: 38px; height: 25px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}
.s10g-loc-card__name {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
}
.s10g-loc-card__deploy {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(124,255,0,0.1);
    color: #7CFF00;
    border: 1px solid rgba(124,255,0,0.25);
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 4px;
    transition: all 0.3s;
}
.s10g-loc-card:hover .s10g-loc-card__deploy {
    background: rgba(124,255,0,0.2);
}

/* -------------------------------------------------------
   MIGRATION SECTION
------------------------------------------------------- */
.s10g-migrate {
    background: #07101A;
    padding: 80px 0;
    border-top: 1px solid rgba(124,255,0,0.08);
}

.s10g-migrate-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 30px 0;
}
.s10g-migrate-feat {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.s10g-migrate-feat__ico {
    width: 40px; height: 40px;
    background: rgba(124,255,0,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.s10g-migrate-feat__ico i { color: #7CFF00; font-size: 16px; }
.s10g-migrate-feat h4 { font-size: 14px; font-weight: 700; color: #fff; margin: 0 0 4px; }
.s10g-migrate-feat p  { font-size: 13px; color: rgba(255,255,255,0.45); margin: 0; }

/* -------------------------------------------------------
   FAQ SECTION
------------------------------------------------------- */
.s10g-faq {
    background: #0A1520;
    padding: 80px 0;
    border-top: 1px solid rgba(124,255,0,0.08);
}

.s10g-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
}

.s10g-faq-item {
    padding: 24px;
    background: rgba(7,16,26,0.9);
    border: 1px solid rgba(124,255,0,0.1);
    border-radius: 14px;
    transition: all 0.3s ease;
}
.s10g-faq-item:hover {
    border-color: rgba(124,255,0,0.28);
    background: rgba(124,255,0,0.02);
}
.s10g-faq-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: #7CFF00;
    margin: 0 0 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.s10g-faq-item h3::before {
    content: '';
    width: 6px; height: 6px;
    background: #7CFF00;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(124,255,0,0.7);
    flex-shrink: 0;
    margin-top: 6px;
}
.s10g-faq-item p {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    margin: 0;
    line-height: 1.7;
}

/* -------------------------------------------------------
   SECTION HEADERS (shared)
------------------------------------------------------- */
.s10g-section-head {
    text-align: center;
}
.s10g-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 18px;
    background: rgba(124,255,0,0.08);
    border: 1px solid rgba(124,255,0,0.3);
    border-radius: 50px;
    color: #7CFF00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.s10g-section-badge i { font-size: 12px; }
.s10g-section-head h2 {
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 900;
    color: #fff;
    margin: 0 0 14px;
    letter-spacing: -0.8px;
    line-height: 1.1;
}
.s10g-section-head h2 span { color: #7CFF00; }
.s10g-section-head h2 span.cyan { color: #00D4FF; }
.s10g-section-head p {
    font-size: 17px;
    color: rgba(255,255,255,0.55);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}

/* -------------------------------------------------------
   DIVIDER
------------------------------------------------------- */
.s10g-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}
.s10g-divider__line {
    flex: 1; max-width: 200px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(124,255,0,0.35), transparent);
}
.s10g-divider__icon {
    width: 44px; height: 44px;
    background: rgba(124,255,0,0.1);
    border: 1px solid rgba(124,255,0,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s10g-divider__icon i { color: #7CFF00; font-size: 16px; }

/* -------------------------------------------------------
   BREADCRUMB
------------------------------------------------------- */
.s10g-breadcrumb {
    background: rgba(7,16,26,0.95);
    border-bottom: 1px solid rgba(124,255,0,0.1);
    padding: 10px 0;
    position: relative;
    z-index: 10;
}
.s10g-breadcrumb ol {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
}
.s10g-breadcrumb a { color: rgba(255,255,255,0.5); text-decoration: none; }
.s10g-breadcrumb a:hover { color: #7CFF00; }
.s10g-breadcrumb li.active { color: rgba(255,255,255,0.8); }
.s10g-breadcrumb .sep { color: rgba(255,255,255,0.25); font-size: 10px; }

/* -------------------------------------------------------
   RESPONSIVE
------------------------------------------------------- */
@media (max-width: 991px) {
    .s10g-specs       { grid-template-columns: repeat(2, 1fr); }
    .s10g-card__inner { flex-direction: column; }
    .s10g-card__pricing {
        width: 100%;
        border-left: none;
        border-top: 1px solid rgba(124,255,0,0.1);
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 18px 24px;
    }
    .s10g-server-img { display: none; }
    .s10g-usecase-grid    { grid-template-columns: 1fr 1fr; }
    .s10g-access-grid     { grid-template-columns: 1fr 1fr; }
    .s10g-mgmt-plans      { grid-template-columns: 1fr; }
    .s10g-loc-grid        { grid-template-columns: repeat(4, 1fr); }
    .s10g-tiers__inner    { flex-wrap: wrap; gap: 10px; }
    .s10g-tier            { padding: 10px 16px; }
}

@media (max-width: 768px) {
    .s10g-hero        { padding: 60px 0 0; min-height: auto; }
    .s10g-hero__h1    { font-size: clamp(30px, 8vw, 42px); letter-spacing: -0.5px; }
    .s10g-hero__desc  { font-size: 15px; }
    .s10g-hero__stats { gap: 8px; }
    .s10g-stat-pill   { padding: 8px 14px; font-size: 12px; }
    .s10g-usecase-grid    { grid-template-columns: 1fr; }
    .s10g-feature-grid    { grid-template-columns: 1fr; }
    .s10g-access-grid     { grid-template-columns: 1fr; }
    .s10g-mgmt-grid       { grid-template-columns: 1fr; }
    .s10g-loc-grid        { grid-template-columns: repeat(2, 1fr); }
    .s10g-faq-grid        { grid-template-columns: 1fr; }
    .s10g-migrate-features{ grid-template-columns: 1fr; }
    .s10g-specs           { grid-template-columns: 1fr 1fr; }
    .s10g-card__pricing   { flex-direction: column; text-align: center; }
    .s10g-plans           { padding: 50px 0 40px; }
    .s10g-usecases,
    .s10g-features,
    .s10g-config,
    .s10g-access,
    .s10g-mgmt,
    .s10g-locations,
    .s10g-migrate,
    .s10g-faq             { padding: 55px 0; }
    .s10g-btn-primary,
    .s10g-btn-outline     { padding: 13px 24px; font-size: 14px; }
    .s10g-api-block       { flex-direction: column; gap: 14px; }
    .s10g-tier            { padding: 8px 14px; }
    .s10g-tier__speed     { font-size: 18px; }
}

@media (max-width: 480px) {
    .s10g-specs         { grid-template-columns: 1fr; }
    .s10g-loc-grid      { grid-template-columns: repeat(2, 1fr); }
    .s10g-hero__h1      { letter-spacing: 0; }
    .s10g-tiers__inner  { gap: 6px; }
    .s10g-tier          { padding: 6px 10px; }
    .s10g-tier__speed   { font-size: 16px; }
}

/* Accessibility: reduce motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Extracted from 10gbps-dedicated-servers.php style block 2 */
/* 10Gbps page - Global Locations overrides */

.global-locations-section {
  background: linear-gradient(145deg, #07101A 0%, #082534 54%, #0A3A41 100%);
  padding: 80px 0;
  border-top: 1px solid rgba(var(--color-primary-rgb), 0.12);
  overflow: hidden;
}
.global-locations-section .server-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto 34px;
}
.global-locations-section .server-location {
  min-height: 182px;
  padding: 22px 16px;
  background: rgba(7, 16, 26, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  display: flex;
}
.global-locations-section .location-card-inner {
  position: relative;
  width: 100%;
  min-height: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.global-locations-section .location-flag-wrapper {
  min-height: 34px;
  margin-bottom: 8px;
  position: relative;
}
.global-locations-section .location-name {
  min-height: 24px;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
}
.global-locations-section .location-specialty {
  min-height: 34px;
  line-height: 1.35;
}
.global-locations-section .btn-location {
  margin-top: auto;
}
.global-locations-section .location-card[data-stock="oos"] {
  cursor: pointer;
  filter: grayscale(0.1);
  opacity: 0.86;
}
.global-locations-section .location-card[data-stock="oos"] .location-card-inner::after {
  content: attr(data-oos-text);
  max-width: 100%;
  padding: 5px 10px;
  background: rgba(0, 212, 255, 0.12);
  border: 1px solid rgba(0, 212, 255, 0.32);
  color: #8beaff;
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  order: -1;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 5;
}

/* "You Are Here" card border glow */
.s10g-loc-current {
  border-color: rgba(var(--color-primary-rgb), 0.45) !important;
  box-shadow: 0 0 20px rgba(var(--color-primary-rgb), 0.12) !important;
}
.s10g-loc-current .location-glow {
  background: radial-gradient(circle at center,
    rgba(var(--color-primary-rgb), 0.35) 0%,
    transparent 70%);
}

/* "Current" button - lime outline */
.s10g-btn-current {
  background: rgba(var(--color-primary-rgb), 0.12) !important;
  border: 1px solid rgba(var(--color-primary-rgb), 0.55) !important;
  color: var(--color-primary) !important;
}
.s10g-btn-current:hover {
  background: rgba(var(--color-primary-rgb), 0.22) !important;
}

/* location-glow inherits primary on all cards */
.global-locations-section .location-card:hover .location-glow {
  background: radial-gradient(circle at center,
    rgba(var(--color-primary-rgb), 0.28) 0%,
    transparent 70%);
}
@media (max-width: 991px) {
  .global-locations-section .server-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .global-locations-section {
    padding: 58px 0;
  }
  .global-locations-section .server-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .global-locations-section .server-location {
    min-height: 174px;
    padding: 18px 12px;
  }
  .global-locations-section .location-name {
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .global-locations-section .server-grid {
    grid-template-columns: 1fr;
  }
}

/* Extracted from 10gbps-dedicated-servers.php style block 3 */
/* Migration float animation */
@keyframes migrationFloat {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-12px); }
}
/* OS grid responsive */
@media (max-width: 768px) {
    .s10g-config .s10g-card-box > div[style*="grid-template-columns: 1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }
    .s10g-config .s10g-card-box > div > div[style*="border-right"] {
        border-right: none !important;
        border-bottom: 1px solid rgba(124,255,0,0.08) !important;
    }
    .s10g-mgmt-plans {
        grid-template-columns: 1fr !important;
    }
}

