.srv1-cpanel-main {
    background: radial-gradient(circle at top left,#0b1120 0,#03063a 50%,#03063a 100%);
    color: #e5e7eb;
    padding-bottom: 50px;
	font-family:MainBold;
  }
  .srv1-cpanel-section {
    padding: 48px 0;
	  font-family:MainBold;
  }
  @media (min-width: 992px) {
    .srv1-cpanel-section {
      padding: 52px 0;
		font-family:MainBold;
    }
  }

  .srv1-cpanel-section-title {
    font-size: 28px;
	  margin-top:10px;
	  
	  font-family:MainBold;
	  line-height:1.2;
    font-weight: 800;
    color: #f9fafb;
  }
  @media (min-width: 992px) {
    .srv1-cpanel-section-title {
		margin-top:10px;
      font-size: 33px;
		line-height:1.2;
		font-family:MainBold;
    }
  }
  .srv1-cpanel-section-sub {
    margin-top: 12px;
    font-size: 15px;
	  line-height:1.3;
	  font-family:MainBold;
    color: #9ca3af;
   
  }

  /* HERO */
  .srv1-cpanel-hero-header {}
  .srv1-cpanel-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
	  font-family:MainBold;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(15,23,42,.8);
    border: 1px solid rgba(148,163,184,.7);
    font-size: 13px;
  }
  .srv1-cpanel-eyebrow-badge {
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(34,197,94,.12);
    color: #4ade80;
    font-weight: 600;
  }
  .srv1-cpanel-hero-title {
    font-weight: 800;
	  font-family:MainBold;
    font-size: 38px;
    line-height: 1.3;
  }
  @media (min-width: 992px) {
    .srv1-cpanel-hero-title {
      font-size: 41px;
    }
  }
  .srv1-cpanel-highlight {
    color: #2a62fe;
  }
  .srv1-cpanel-hero-sub {
    font-size: 15px;
	  line-height:1.3;
	  font-family:MainBold;
    color: #cbd5f5;
    max-width: 32rem;
  }
  .srv1-cpanel-hero-benefits {
 
	   line-height:1.3;
	  font-family:MainBold;
  
    font-size: 15px;
    color: #cbd5f5;
  }
  .srv1-cpanel-hero-benefits li + li {
    margin-top: 0.25rem;
  }

  .srv1-cpanel-btn-primary {
    background: white;
	font-family:MainBold;
    border-radius: 999px;
    border: none;
    padding: 0.6rem 1.6rem;
    color: #022c22;
    font-weight: 600;
    font-size: 0.95rem;
 
  }
  .srv1-cpanel-btn-primary:hover {
    background: #0344fa;
	  font-family:MainBold;
    color: #ecfdf5;
  }
  .srv1-cpanel-btn-outline {
    background: transparent;
	  font-family:MainBold;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,.8);
    padding: 0.6rem 1.4rem;
    color: #cbd5f5;
    font-weight: 500;
    font-size: 0.95rem;
  }
  .srv1-cpanel-btn-outline:hover {
    border-color: #2a62fe;
    color: #e5f2ff;
  }
  .srv1-cpanel-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .srv1-cpanel-hero-proof {
    margin-top: 20px;;
    font-size: 13px;
    color: #9ca3af;
	  margin-bottom:10px;
  }
  .srv1-cpanel-proof-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .srv1-cpanel-stars {
    color: #facc15;
  }
  .srv1-cpanel-proof-text {
    margin-top: 10px;
	  line-height:1.3;
	  font-family:MainBold;
  }

  .srv1-cpanel-hero-visual {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .srv1-cpanel-hero-card {
    border-radius: 24px;
	  font-family:MainBold;
    background: radial-gradient(circle at top, #1e293b 0, #020617 55%);
    border: 1px solid rgba(55,65,81,.95);
    box-shadow: 0 24px 60px rgba(15,23,42,.9);
    overflow: hidden;
  }
  .srv1-cpanel-hero-card-header {
    height: 36px;
    padding: 0 0.75rem;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #020617;
  }
  .srv1-cpanel-card-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #4b5563;
  }
  .srv1-cpanel-card-dot:nth-child(1) { background: #f97316; }
  .srv1-cpanel-card-dot:nth-child(2) { background: #eab308; }
  .srv1-cpanel-card-dot:nth-child(3) { background: #2a62fe; }

  .srv1-cpanel-hero-card-body {
    padding: 1rem;
  }
  .srv1-cpanel-hero-topline {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
  }
  .srv1-cpanel-hero-label {
    font-size: 13px;
	  font-family:MainBold;
    color: #9ca3af;
    margin-bottom: 7px;
  }
  .srv1-cpanel-hero-value {
    font-size: 15px;
	  font-family:MainBold;
	  line-height:1.3;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
  .srv1-cpanel-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(22,163,74,.15);
    font-size: 13px;
	  font-family:MainBold;
	  line-height:1.5;
    color: #bbf7d0;
  }
  .srv1-cpanel-hero-pill-status {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #2a62fe;
    box-shadow: 0 0 0 4px rgba(34,197,94,.25);
  }

  .srv1-cpanel-hero-metrics {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.8rem;
  }
  @media (min-width: 576px) {
    .srv1-cpanel-hero-metrics {
      grid-template-columns: repeat(2, minmax(0,1fr));
    }
  }
  .srv1-cpanel-metric-box {
    border-radius: 14px;
    padding: 0.6rem 0.7rem;
    background: rgba(15,23,42,.85);
    border: 1px solid rgba(31,41,55,.9);
  }
  .srv1-cpanel-metric-label {
    font-size:13px;
	  font-family:MainBold;
    color: #9ca3af;
    margin-bottom: 4px;
  }
  .srv1-cpanel-metric-value {
    font-size: 0.95rem;
    font-weight: 600;
	  font-family:MainBold;
    margin-bottom: 0.1rem;
  }
  .srv1-cpanel-metric-note {
    font-size: 13px;
	  font-family:MainBold;
    color: #6b7280;
	  line-height:1.4;
    margin-bottom: 4px;
  }

  .srv1-cpanel-hero-admin {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 0.9rem;
  }
  .srv1-cpanel-admin-avatar {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #e5e7eb;
    border: 1px solid rgba(55,65,81,.9);
  }
  .srv1-cpanel-admin-title {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
  }
  .srv1-cpanel-admin-desc {
    font-size: 13px;
	  	  font-family:MainBold;
	  line-height:1.4;
    color: #9ca3af;
    margin-bottom: 0;
  }
  .srv1-cpanel-hero-mini {
    font-size: 13px;
    color: #9ca3af;
    margin-top: 10px;
	  line-height:1.4;
  }
  .srv1-cpanel-hero-mini a {
    color: #38bdf8;
    text-decoration: underline;
  }

  /* TRUST */
  .srv1-cpanel-trust {
    background: #020617;
  }
  .srv1-cpanel-trust-card {
	  margin-top:10px;
    border-radius: 18px;
    padding: 20px;
    background: #020617;
    border: 1px solid rgba(31,41,55,.95);
    height: 90%;
  }
  
  .srv1-cpanel-trust-title {
    font-size: 16px;
	  font-family:MainBold;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .srv1-cpanel-trust-text {
    font-size: 0.88rem;
    color: #9ca3af;
	  line-height:1.3;
    margin-bottom: 10px;
  }

  /* FOR WHOM */
  .srv1-cpanel-forwhom-card {
    border-radius: 16px;
	  margin-top:10px;
    padding: 0.9rem 0.9rem;
    border: 1px solid rgba(31,41,55,.9);
    background: rgba(15,23,42,.9);
    height: 90%;
  }
  .srv1-cpanel-forwhom-title {
    font-size: 16px;
	  
    font-weight: 600;
	  font-family:MainBold;
    margin-bottom: 10px;
  }
  .srv1-cpanel-forwhom-text {
    font-size: 14px;
    color: #9ca3af;
	  line-height:1.2;
	    font-family:MainBold;
    margin-bottom: 25px;
  }
  .srv1-cpanel-forwhom-note {
    font-size:14px;
	   line-height:1.2;
	    font-family:MainBold;
    color: #9ca3af;
  }

  /* PRICING */
  .srv1-cpanel-pricing {
    background: radial-gradient(circle at top,#020617 0,#020617 55%,#020617 100%);
  }
  .srv1-cpanel-billing-toggle {
    display: inline-flex;
    padding: 4px;
    border-radius: 999px;
    background: rgba(15,23,42,.9);
    border: 1px solid rgba(51,65,85,.95);
    font-size: 0.8rem;
  }
  .srv1-cpanel-toggle-label {
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    cursor: pointer;
    color: #9ca3af;
  }
  .srv1-cpanel-toggle-active {
    background: #2a62fe;
    color: #022c22;
    font-weight: 600;
  }
  .srv1-cpanel-billing-note {
    font-size:14px;
    color: #eab308;
	padding-top:20px;
  }

  .srv1-cpanel-plan-card {
	  margin-top:10px;
    border-radius: 20px;
    padding: 1.2rem 1rem 1rem;
    background: rgba(15,23,42,.9);
    border: 1px solid rgba(31,41,55,1);
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .srv1-cpanel-plan-featured {
    border-color: #2a62fe;
    box-shadow: 0 0 0 1px rgba(34,197,94,.4), 0 24px 60px rgba(15,23,42,.7);
  }
  .srv1-cpanel-plan-badge {
    position: absolute;
    margin-top: -0.6rem;
    right: 1.4rem;
    background: rgba(34,197,94,.18);
    color: #bbf7d0;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
  }
  .srv1-cpanel-plan-head {
    position: relative;
    margin-bottom: 0.7rem;
  }
  .srv1-cpanel-plan-name {
    font-size: 17px;
	    font-family:MainBold;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .srv1-cpanel-plan-desc {
    font-size: 14px;
	  	   line-height:1.2;
	    font-family:MainBold;
    color: #9ca3af;
    margin-bottom: 0;
  }
  .srv1-cpanel-plan-price-block {
    margin-bottom: 0.7rem;
  }
  .srv1-cpanel-price {
    display: flex;
    align-items: flex-end;
    gap: 0.2rem;
  }
  .srv1-cpanel-price-currency {
    font-size: 1rem;
    font-weight: 700;
  }
  .srv1-cpanel-price-value {
    font-size: 1.8rem;
    font-weight: 800;
  }
  .srv1-cpanel-price-period {
    font-size: 0.9rem;
    font-weight: 500;
    color: #9ca3af;
  }
  .srv1-cpanel-price-note {
    font-size: 14px;
	  margin-top:10px;
	  line-height:1.2;
    color: #9ca3af;
    margin-bottom: 0;
  }
  .srv1-cpanel-plan-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px;
    font-size: 14px;
	  line-height:1.2;
    color: #9ca3af;
  }
  .srv1-cpanel-plan-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    margin-bottom: 0.25rem;
  }
  .srv1-cpanel-plan-list li::before {
    content: "✓";
    color: #2a62fe;
    font-weight: 600;
    margin-top: 0.05rem;
  }
  .srv1-cpanel-plan-footer {
    margin-top: auto;
  }
  .srv1-cpanel-plan-hint {
    margin-top: 7px;
    font-size: 13px;
	  line-height:1.2;
    color: #9ca3af;
  }
  .srv1-cpanel-legal {
    font-size: 13px;
    color: #6b7280;
	  line-height:1.2;
  }

  /* TECH */
  .srv1-cpanel-tech {
    background: #020617;
  }
  .srv1-cpanel-tech-list {
	  line-height:1.3;
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #9ca3af;
  }
  .srv1-cpanel-tech-list li + li {
    margin-top: 0.3rem;
  }
  .srv1-cpanel-tech-grid {
    display: grid;
    gap: 0.75rem;
  }
  @media (min-width: 576px) {
    .srv1-cpanel-tech-grid {
      grid-template-columns: repeat(2, minmax(0,1fr));
    }
  }
  .srv1-cpanel-tech-card {
    border-radius: 16px;
    padding: 0.9rem;
	  margin-top:10px;
    background: rgba(15,23,42,.9);
    border: 1px solid rgba(31,41,55,.95);
    height: 95%;
  }
  .srv1-cpanel-tech-title {
	  
    font-size: 16px;
    font-weight: 600;
	  line-height:1.2;
	    font-family:MainBold;
    margin-bottom: 6px;
  }
  .srv1-cpanel-tech-text {
	  margin-top:10px;
    font-size:14px;
	  line-height:1.2;
	    font-family:MainBold;
    color: #9ca3af;
    margin-bottom: 0;
  }

  /* FAQ */
  .srv1-cpanel-faq {
    background: radial-gradient(circle at top,#020617 0,#020617 55%,#020617 100%);
  }
  .srv1-cpanel-faq-list {
    max-width: 820px;
    margin: 0 auto;
  }
  .srv1-cpanel-faq-item {
    border-radius: 16px;
    border: 1px solid rgba(31,41,55,1);
    background: rgba(15,23,42,.95);
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .srv1-cpanel-faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 0.8rem 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
	  font-family:MainBold;
    font-size: 0.92rem;
    color: #e5e7eb;
    text-align: left;
  }
  .srv1-cpanel-faq-question:focus {
    outline: none;
  }
  .srv1-cpanel-faq-toggle {
    font-size: 16px;
    color: #9ca3af;
	  font-family:MainBold;
    flex-shrink: 0;
  }
  .srv1-cpanel-faq-answer {
    max-height: 0;
	  font-family:MainBold;
    overflow: hidden;
    transition: max-height 0.22s ease;
  }
  .srv1-cpanel-faq-answer p {
    font-size: 14px;
	  line-height:1.4;
	  font-family:MainBold;
    color: #9ca3af;
    padding: 0 0.9rem 0.8rem;
    margin-bottom: 0;
  }
  .srv1-cpanel-faq-item.srv1-cpanel-faq-open .srv1-cpanel-faq-answer {
    max-height: 400px;
  }
  .srv1-cpanel-faq-item.srv1-cpanel-faq-open .srv1-cpanel-faq-toggle {
    transform: rotate(45deg);
  }

  /* CONTACT / CTA */
  .srv1-cpanel-contact {
    background: #020617;
  }
  .srv1-cpanel-contact-box {
    border-radius: 20px;
    padding: 1.4rem 1.2rem;
    background: linear-gradient(135deg,#022c22,#16a34a);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #ecfdf5;
  }
  @media (min-width: 768px) {
    .srv1-cpanel-contact-box {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
  }
  .srv1-cpanel-contact-title {
    font-size: 26px;
	   font-family:MainBold;
    font-weight: 800;
    margin-bottom: 15px;
  }
  .srv1-cpanel-contact-sub {
    font-size: 16px;
	   font-family:MainBold;
	  line-height:1.3;
    margin-bottom: 10px;
  }
  .srv1-cpanel-contact-bullets {
    font-size: 0.85rem;
    padding-left: 1.1rem;
    margin-bottom: 0;
  }
  .srv1-cpanel-contact-bullets li + li {
    margin-top: 0.2rem;
  }
  .srv1-cpanel-contact-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  @media (min-width: 576px) {
    .srv1-cpanel-contact-actions {
      align-items: flex-end;
    }
  }

.srv1-cpanel-hero-card-body img {max-width:100%; border-radius:10px;margin-top:15px;}