:root {
    --srv1-primary: #2a62fe;
    --srv1-primary-dark: #1a4bd6;
    --srv1-dark: #03063a;
    --srv1-text: #616a72;
    --srv1-light: #f9fbfd;
    --srv1-border: #e6e8ec;
    --srv1-white: #ffffff;
}

/* GENERAL STYLES */
.srv1-hosting-root-wrapper {
    font-family: "Firago", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--srv1-text);
    line-height: 1.7;
}

.srv1-hosting-section {
    padding: 80px 0;
}

.srv1-hosting-bg-light { background-color: var(--srv1-light); }
.srv1-hosting-bg-dark { background-color: var(--srv1-dark); }
.bg-white { background-color: var(--srv1-white); }

h1, h2, h3, h4, h5, h6 {
    color: var(--srv1-dark);
    font-weight: 700;
    line-height: 1.3;
}
.srv1-hosting-bg-dark h2, 
.srv1-hosting-bg-dark h3, 
.srv1-hosting-bg-dark h4, 
.srv1-hosting-bg-dark h5 {
    color: var(--srv1-white);
}

.srv1-hosting-section-header {
    max-width: 800px;
    margin: 0 auto;
}
.srv1-hosting-section-header p {
    font-size: 1.1rem;
    color: var(--srv1-text);
}

/* BUTTONS & LINKS */
.srv1-hosting-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
}
.srv1-hosting-btn-primary {
    background-color: var(--srv1-primary);
    color: var(--srv1-white);
}
.srv1-hosting-btn-primary:hover {
    background-color: var(--srv1-primary-dark);
    color: var(--srv1-white);
}
.srv1-hosting-btn-outline {
    background-color: transparent;
    color: var(--srv1-dark);
    border-color: var(--srv1-border);
}
.srv1-hosting-btn-outline:hover {
    border-color: var(--srv1-primary);
    color: var(--srv1-primary);
}
.srv1-hosting-btn-outline-white {
    background-color: transparent;
    color: var(--srv1-white);
    border-color: rgba(255,255,255,0.3);
}
.srv1-hosting-btn-outline-white:hover {
    border-color: var(--srv1-white);
    background-color: rgba(255,255,255,0.1);
    color: var(--srv1-white);
}
.srv1-inline-link {
    color: var(--srv1-primary);
    text-decoration: none;
    font-weight: 600;
}
.srv1-inline-link:hover { text-decoration: underline; }

/* 1. HERO SECTION */
.srv1-hosting-hero {
    background-color: var(--srv1-dark);
    background-image: radial-gradient(circle at 70% 30%, #0f145b 0%, #03063a 70%);
    color: var(--srv1-white);
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}

/* Breadcrumb (adapted visual style) */
.srv1-hosting-breadcrumb {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.srv1-hosting-breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.srv1-hosting-breadcrumb a:hover {
    color: var(--srv1-white);
}

.srv1-hosting-separator {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.3);
}

.srv1-hosting-current {
    color: var(--srv1-white);
    font-weight: 500;
}

/* Optional: keep badge but align with dark hero aesthetics */
.srv1-hosting-pill-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.9);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0.3px;
}

/* H1 (converted to clamp like first style) */
.srv1-hosting-h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.2;
    color: var(--srv1-white);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

/* Highlight line */
.srv1-hosting-highlight {
    color: var(--srv1-primary);
    display: block;
    font-size: clamp(1.25rem, 3vw, 2.2rem);
    margin-top: 10px;
    line-height: 1.2;
}

/* Lead/subtitle (mapped from srv1-wh-hero-sub) */
.srv1-hosting-lead {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    max-width: 90%;
}

/* Hero actions (mapped from first style) */
.srv1-hosting-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.srv1-hosting-hero-actions .srv1-hosting-btn-outline {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
}

.srv1-hosting-hero-actions .srv1-hosting-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

  /* --- 2. MIGRATION STRIP --- */
    .srv1-home-migration-strip {
        background-color: var(--srv1-primary);
        color: var(--srv1-white);
        padding: 20px 0;
        position: relative;
        z-index: 3;
		text-align:left;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .srv1-mig-text { font-size: 1.05rem; font-weight: 600; }
    .srv1-mig-sub { font-size: 0.9rem; opacity: 0.9; font-weight: 400; display: inline-block; margin-left: 10px;}

/* Trust/meta line (mapped from srv1-wh-hero-meta) */
.srv1-hosting-trust-line {
    margin-top: 0;
    color: #9fa6b2;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.srv1-hosting-trust-line svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
}

.srv1-hosting-dot {
    margin: 0 5px;
    opacity: 0.5;
    color: rgba(255, 255, 255, 0.35);
}

/* Optional hero illustration/svg sizing (if you have svg in hero) */
.srv1-hosting-svg-anim {
    width: 100%;
    height: auto;
    max-height: 400px;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .srv1-hosting-hero {
        padding: 110px 0 80px;
    }

    .srv1-hosting-lead {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .srv1-hosting-hero {
        padding: 95px 0 70px;
    }

    .srv1-hosting-hero-actions {
        gap: 0.75rem;
    }

    .srv1-hosting-trust-line {
        gap: 8px;
    }
}

/* Hero SVG Animation */
.srv1-router-svg {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
}
.srv1-pulse-slow {
    animation: srv1-pulse 4s infinite alternate;
}
@keyframes srv1-pulse {
    0% { transform: scale(0.9); opacity: 0.5; }
    100% { transform: scale(1.1); opacity: 1; }
}
.srv1-packet {
    animation: srv1-dash 3s linear infinite;
}
.srv1-packet-1 { animation-delay: 0s; }
.srv1-packet-2 { animation-delay: 1s; }
.srv1-packet-3 { animation-delay: 2s; }
@keyframes srv1-dash {
    to { stroke-dashoffset: -315; }
}
.srv1-node-hover { transition: transform 0.3s ease; }


/* 2. SERVICE CARDS */
.srv1-hosting-card {
    background: var(--srv1-white);
    border: 1px solid var(--srv1-border);
    border-radius: 16px;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.srv1-hosting-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(3, 6, 58, 0.08);
}
.srv1-card-featured {
    border: 2px solid var(--srv1-primary);
    box-shadow: 0 10px 30px rgba(42, 98, 254, 0.1);
}
.srv1-featured-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--srv1-primary);
    color: var(--srv1-white);
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.srv1-card-icon {
    width: 60px;
    height: 60px;
    background: var(--srv1-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.srv1-card-icon svg { width: 40px; height: 40px; }
.srv1-hosting-card h3 { font-size: 1.5rem; margin-bottom: 15px; }
.srv1-card-desc { font-size: 0.95rem; margin-bottom: 20px; }
.srv1-card-target {
    background: var(--srv1-light);
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 25px;
    color: var(--srv1-dark);
}
.srv1-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.srv1-card-features li {
    font-size: 0.95rem;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}
.srv1-card-features li svg {
    width: 18px;
    height: 18px;
    color: var(--srv1-primary);
    margin-right: 10px;
    margin-top: 4px;
    flex-shrink: 0;
}
.srv1-card-cta { width: 100%; text-align: center; }

/* Helper Bar */
.srv1-hosting-helper-bar {
    background: var(--srv1-white);
    border: 1px solid var(--srv1-border);
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid var(--srv1-primary);
}

/* 3. BENEFITS GRID */
.srv1-benefit-card {
    padding: 30px;
    border-radius: 12px;
    background: var(--srv1-light);
    height: 100%;
    transition: background 0.3s;
}
.srv1-benefit-card:hover { background: var(--srv1-white); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.srv1-b-icon {
    width: 58px;
    height: 58px;
    background: rgba(42, 98, 254, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.srv1-b-icon svg { width: 30px; height: 30px; }
.srv1-benefit-card h4 { font-size: 1.2rem; margin-bottom: 15px; }
.srv1-benefit-card p { font-size: 0.95rem; margin: 0; }

/* 4. HOW TO START */
.srv1-step-card {
    background: var(--srv1-white);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid var(--srv1-border);
    height: 100%;
    position: relative;
    z-index: 1;
}
.srv1-step-number {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 40px;
    height: 40px;
    background: var(--srv1-primary);
    color: var(--srv1-white);
    font-weight: bold;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid var(--srv1-light);
}
.srv1-step-card h4 { margin-top: 15px; font-size: 1.2rem; margin-bottom: 15px; }
.srv1-step-card p { font-size: 0.95rem; margin: 0; }
.srv1-hosting-migration-note {
    display: inline-block;
    background: #e8f0fe;
    color: #1a4bd6;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 0.95rem;
}

/* 5. PERFORMANCE */
.srv1-tech-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 12px;
    height: 100%;
}
.srv1-tech-card h5 { font-size: 1.2rem; margin-bottom: 15px; }
.srv1-tech-card p { font-size: 0.95rem; color: rgba(255,255,255,0.7); margin: 0; }

/* 6. USE CASES */
.srv1-usecase-item {
    border-left: 3px solid var(--srv1-primary);
    padding-left: 20px;
}
.srv1-usecase-item strong {
    display: block;
    font-size: 1.1rem;
    color: var(--srv1-dark);
    margin-bottom: 8px;
}
.srv1-usecase-item p { font-size: 0.95rem; margin: 0; }

/* 7. SECURITY & ACCORDION */
.srv1-accordion {
    border: 1px solid var(--srv1-border);
    border-radius: 12px;
    background: var(--srv1-white);
    overflow: hidden;
}
.srv1-accordion-item { border-bottom: 1px solid var(--srv1-border); }
.srv1-accordion-item:last-child { border-bottom: none; }
.srv1-accordion-header {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 20px;
    font-weight: 600;
    color: var(--srv1-dark);
    font-size: 1.05rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
}
.srv1-accordion-header:hover { background: var(--srv1-light); }
.srv1-accordion-header svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
}
.srv1-accordion-header.active svg { transform: rotate(180deg); color: var(--srv1-primary); }
.srv1-accordion-header.active { color: var(--srv1-primary); }
.srv1-accordion-content {
    padding: 0 20px 20px;
    display: none;
    font-size: 0.95rem;
}

.srv1-recommendation-card {
    background: var(--srv1-primary);
    color: var(--srv1-white);
    padding: 40px;
    border-radius: 16px;
    height: 100%;
}
.srv1-r-icon {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.srv1-recommendation-card h3 { color: var(--srv1-white); margin-bottom: 15px; }
.srv1-recommendation-card p { color: rgba(255,255,255,0.9); margin-bottom: 20px; }
.srv1-r-list { list-style: none; padding: 0; margin: 0; }
.srv1-r-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    color: rgba(255,255,255,0.9);
}
.srv1-r-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--srv1-white);
}
.srv1-r-list a {
    color: var(--srv1-white);
    font-weight: bold;
    text-decoration: underline;
}

/* 8. COMPARISON */
.srv1-comparison-wrapper {
    background: var(--srv1-white);
    border: 1px solid var(--srv1-border);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}
.srv1-comparison-table { margin: 0; }
.srv1-comparison-table th {
    background: var(--srv1-light);
    color: var(--srv1-dark);
    font-weight: 700;
    padding: 20px;
    border-bottom: 2px solid var(--srv1-border);
    text-align: center;
}
.srv1-comparison-table th:first-child { text-align: left; }
.srv1-comparison-table td {
    padding: 18px 20px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid var(--srv1-border);
    color: var(--srv1-text);
}
.srv1-feature-name { text-align: left !important; font-weight: 600; color: var(--srv1-dark) !important; }
.srv1-table-cta-row td { border-bottom: none; padding: 25px 20px; }
.srv1-table-cta-row a {
    display: inline-block;
    padding: 8px 16px;
    background: var(--srv1-light);
    color: var(--srv1-primary);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: 0.2s;
}
.srv1-table-cta-row a:hover { background: var(--srv1-primary); color: var(--srv1-white); }

/* 9. FAQ GRID */
.srv1-faq-container {
    max-width: 900px;
    margin: 0 auto;
}
.srv1-faq-item {
    border-bottom: 1px solid var(--srv1-border);
    margin-bottom: 10px;
}
.srv1-faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 20px 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--srv1-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.srv1-faq-question svg {
    width: 24px;
    height: 24px;
    color: var(--srv1-text);
    transition: transform 0.3s;
}
.srv1-faq-question.active { color: var(--srv1-primary); }
.srv1-faq-question.active svg { transform: rotate(180deg); color: var(--srv1-primary); }
.srv1-faq-answer {
    padding-bottom: 20px;
    display: none;
    font-size: 0.95rem;
}
.srv1-faq-answer p { margin: 0; }

/* 10. CTA */
.srv1-hosting-cta-wrap {
    padding: 100px 0;
}

.srv1-cta-title { font-size: 2.5rem; margin-bottom: 20px; }
.srv1-cta-lead { font-size: 1.1rem; color: rgba(255,255,255,0.8); max-width: 700px; margin: 0 auto 40px; }
.srv1-cta-buttons { display: flex; gap: 15px; justify-content: center; }

/* Responsive */
@media (max-width: 991px) {
    .srv1-hosting-h1 { font-size: 2.5rem; }
    .srv1-hosting-highlight { font-size: 2rem; }
    .srv1-hosting-hero { text-align: center; }
    .srv1-hosting-trust-line { justify-content: center; }
    .srv1-hosting-hero-actions { justify-content: center; }
    .srv1-hosting-pill-badge { margin: 0 auto 25px; }
    .srv1-comparison-wrapper { overflow-x: auto; }
}
@media (max-width: 768px) {
    .srv1-hosting-hero-actions { flex-direction: column; }
    .srv1-cta-buttons { flex-direction: column; }
    .srv1-hosting-btn { width: 100%; text-align: center; }
    .srv1-step-number { position: static; margin-bottom: 15px; }
    .srv1-step-card { padding-top: 20px; }
}