/* SERVER1.GE VPS STYLE SCOPE 
  Variables & Custom Components 
*/
:root {
  --srv1-primary: #2a62fe;
  --srv1-primary-dark: #1a4bd6;
  --srv1-dark: #03063a;
  --srv1-dark-overlay: rgba(3, 6, 58, 0.9);
  --srv1-text: #616a72;
  --srv1-light: #f9fbfd;
  --srv1-border: #e6e8ec;
  --srv1-white: #ffffff;
  --srv1-font: "Firago", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.srv1-vps-root-wrapper {
  font-family: var(--srv1-font);
  color: var(--srv1-dark);
  line-height: 1.6;
  background-color: var(--srv1-white);
}

.srv1-vps-root-wrapper a {
  text-decoration: none;
  transition: all 0.2s ease;
}

/* SECTION UTILS */
.srv1-vps-section {
  padding: 80px 0;
}
.srv1-vps-bg-light { background-color: var(--srv1-light); }
.srv1-vps-bg-dark { background-color: var(--srv1-dark); color: white; }
.srv1-bg-soft-blue { background-color: rgba(42, 98, 254, 0.05); }

/* TYPOGRAPHY */
.srv1-vps-h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}
.srv1-vps-h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--srv1-dark);
  margin-bottom: 1rem;
}
.srv1-text-gradient {
  background: linear-gradient(90deg, #2a62fe 0%, #4facfe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.srv1-vps-lead {
  font-size: 1.15rem;
  color: #b0b8c1;
  max-width: 600px;
}
.srv1-vps-section .text-white-50 { color: rgba(255,255,255,0.6) !important; }

/* HERO SECTION */
/* 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: 100px 0 60px;
    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;
}
  /* --- 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;}
/* Badge */
.srv1-vps-badge {
  margin-bottom: 25px;
}

.srv1-hero-svg svg { max-height:400px !important; }

.srv1-vps-badge span {
  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;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* Trust line (mapped to hero meta style) */
.srv1-vps-trust-line {
  color: #9fa6b2;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Optional dot separator class if used */
.srv1-vps-trust-line .srv1-vps-dot {
  opacity: 0.5;
  color: rgba(255, 255, 255, 0.35);
}

/* Optional icon sizing inside trust line */
.srv1-vps-trust-line svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}

/* Optional heading/lead helpers (if your HTML has them) */
.srv1-vps-hero h1,
.srv1-vps-h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--srv1-white);
  letter-spacing: -0.02em;
}

.srv1-vps-hero-sub,
.srv1-vps-lead {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
}

/* Optional hero action buttons wrapper */
.srv1-vps-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

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

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

/* Responsive */
@media (max-width: 991.98px) {
  .srv1-vps-hero {
    min-height: auto;
    padding: 110px 0 80px;
  }
}

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

  .srv1-vps-trust-line {
    gap: 8px;
  }
}
/* BUTTONS */
.srv1-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
}
.srv1-btn-lg { padding: 15px 35px; font-size: 1.1rem; }
.srv1-btn-primary {
  background-color: var(--srv1-primary);
  color: white;
}
.srv1-btn-primary:hover {
  background-color: var(--srv1-primary-dark);
  transform: translateY(-2px);
  color: white;
}
.srv1-btn-outline {
  border-color: rgba(255,255,255,0.3);
  color: white;
}
.srv1-btn-outline:hover {
  border-color: white;
  background-color: rgba(255,255,255,0.05);
  color: white;
}
.srv1-btn-outline-light {
  border-color: white;
  color: white;
}
.srv1-btn-outline-light:hover {
  background-color: white;
  color: var(--srv1-dark);
}

/* CARDS */
.srv1-vps-card {
  background: white;
  border: 1px solid var(--srv1-border);
  border-radius: 12px;
  padding: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.srv1-vps-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}
.srv1-card-managed { border-top: 5px solid var(--srv1-primary); }
.srv1-card-unmanaged { border-top: 5px solid var(--srv1-dark); }

.srv1-card-header h3 { font-size: 1.75rem; margin-bottom: 0.5rem; color: var(--srv1-dark); }
.srv1-badge-pill { 
  background-color: rgba(42, 98, 254, 0.1); color: var(--srv1-primary); 
  padding: 4px 10px; border-radius: 12px; font-size: 0.8rem; font-weight: bold;
}
.srv1-badge-pill-outline { 
  border: 1px solid var(--srv1-dark); color: var(--srv1-dark); 
  padding: 3px 10px; border-radius: 12px; font-size: 0.8rem; font-weight: bold;
}
.srv1-card-body { flex-grow: 1; margin: 25px 0; }
.srv1-card-desc { color: var(--srv1-text); margin-bottom: 20px; font-size: 0.95rem; }
.srv1-feature-list { list-style: none; padding: 0; margin: 0; }
.srv1-feature-list li { margin-bottom: 12px; font-size: 0.95rem; color: var(--srv1-dark); }
.srv1-feature-list li i { color: var(--srv1-primary); margin-right: 8px; }
.srv1-ideal-for { font-size: 0.85rem; color: var(--srv1-text); font-style: italic; margin-bottom: 15px; }

/* QUIZ */
.srv1-quiz-container { min-height: 250px; }
.srv1-quiz-step h4 { color: var(--srv1-dark); font-weight: 600; }
.quiz-btn { border-color: var(--srv1-border); color: var(--srv1-dark); min-width: 150px; }
.quiz-btn:hover { background-color: var(--srv1-primary); color: white; border-color: var(--srv1-primary); }

/* TABLE */
.srv1-compare-table-wrapper { border-radius: 10px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.srv1-compare-table { width: 100%; border-collapse: separate; border-spacing: 0; background: white; margin-bottom: 0; }
.srv1-compare-table th, .srv1-compare-table td { padding: 18px 25px; border-bottom: 1px solid var(--srv1-border); text-align: center; vertical-align: middle; }
.srv1-compare-table th { background: #f4f6f8; color: var(--srv1-dark); font-weight: 700; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.5px; }
.srv1-compare-table th.text-start { text-align: left; }
.srv1-compare-table td:first-child { text-align: left; font-weight: 500; color: var(--srv1-dark); width: 40%; }
.col-highlight-managed { background-color: rgba(42, 98, 254, 0.03); border-left: 1px solid var(--srv1-border); border-right: 1px solid var(--srv1-border); }
.srv1-icon-check { color: #00b894; font-weight: bold; }
.srv1-icon-user { color: #616a72; }

/* BENEFITS & LOCATIONS */
.srv1-benefit-card { padding: 30px; border-radius: 10px; border: 1px solid var(--srv1-border); height: 100%; transition: 0.3s; }
.srv1-benefit-card:hover { border-color: var(--srv1-primary); box-shadow: 0 5px 15px rgba(42, 98, 254, 0.1); }
.srv1-icon-box { color: var(--srv1-primary); margin-bottom: 15px; }
.srv1-icon-box svg {width:35px;height:35px;}
.srv1-benefit-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; color: var(--srv1-dark); }
.srv1-benefit-card p { font-size: 0.9rem; color: var(--srv1-text); margin: 0; }

.srv1-loc-card { background: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.srv1-flag-icon { font-size: 2rem; }

/* ACCORDION (FAQ & Security) */
.srv1-accordion { border: 1px solid var(--srv1-border); border-radius: 8px; overflow: hidden; }
.srv1-acc-item { border-bottom: 1px solid var(--srv1-border); background: white; }
.srv1-acc-item:last-child { border-bottom: none; }
.srv1-acc-header { padding: 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 600; color: var(--srv1-dark); transition: background 0.2s; }
.srv1-acc-header:hover { background: #f9fbfd; }
.srv1-acc-body { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; color: var(--srv1-text); font-size: 0.95rem; }
.srv1-acc-item.active .srv1-acc-body { padding-bottom: 20px; }
.srv1-acc-item.active .srv1-icon-plus { transform: rotate(45deg); }
.srv1-icon-plus { font-style: normal; font-size: 1.2rem; transition: transform 0.3s; color: var(--srv1-primary); }

/* FAQ GRID SPECIFIC */
.srv1-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.srv1-faq-item { background: white; border: 1px solid var(--srv1-border); border-radius: 8px; overflow: hidden; }
.srv1-faq-q { padding: 20px; cursor: pointer; font-weight: 600; display: flex; justify-content: space-between; align-items: center; }
.srv1-faq-a { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; color: var(--srv1-text); font-size: 0.9rem; border-top: 1px solid transparent; }
.srv1-faq-item.active .srv1-faq-a { padding-bottom: 20px; border-top-color: var(--srv1-border); max-height: 150px; }
.srv1-faq-item.active .toggle-icon { transform: rotate(180deg); }
.toggle-icon { font-size: 0.8rem; color: var(--srv1-primary); transition: transform 0.3s; }

@media (max-width: 991px) {
  .srv1-vps-hero { text-align: center; padding: 60px 0; }
  .srv1-vps-hero-content { margin-bottom: 40px; }
  .srv1-vps-breadcrumb { justify-content: center; }
  .srv1-vps-trust-line { justify-content: center; }
  .d-flex.flex-wrap { justify-content: center; }
  .srv1-faq-grid { grid-template-columns: 1fr; }
}
