/* =====================
   GLOBAL
===================== */
body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.section-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6366f1;
    background-color: #ede9fe;
    padding: 4px 14px;
    border-radius: 99px;
    display: inline-block;
    margin-bottom: 16px;
}

.section-title {
    font-size: 2rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 12px;
}

.section-desc {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

/* =====================
   FEATURES
===================== */
.features-section {
    padding: 80px 0;
}

.feature-card {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    margin: 10px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    border-color: #adb5bd;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 18px;
}

.feature-title {
    font-size: 15px;
    font-weight: 500;
    color: #111;
    margin-bottom: 6px;
}

.feature-desc {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* =====================
   ICON COLORS
===================== */
.icon-blue   { background-color: #e7f1ff; color: #0d6efd; }
.icon-green  { background-color: #d1f2e1; color: #198754; }
.icon-purple { background-color: #ede7fe; color: #6f42c1; }
.icon-amber  { background-color: #fff3cd; color: #cc8400; }
.icon-teal   { background-color: #d2f4ea; color: #0d7a5f; }
.icon-coral  { background-color: #fde8e4; color: #c0392b; }

/* =====================
   CTA
===================== */
.cta-section {
    padding: 80px 0;
}

.cta-card {
    background-color: #0a0f1e;
    border-radius: 20px;
    padding: 64px 48px;
    position: relative;
    overflow: hidden;
}

.cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.cta-card::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(99,102,241,0.25) 0%, transparent 70%);
    pointer-events: none;
}

.cta-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #a5b4fc;
    background-color: rgba(165,180,252,0.12);
    padding: 4px 14px;
    border-radius: 99px;
    display: inline-block;
    margin-bottom: 20px;
}

.cta-title {
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
}

.cta-title span {
    color: #818cf8;
}

.cta-desc {
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.7;
    max-width: 480px;
    margin-bottom: 32px;
}

.btn-cta-primary {
    background-color: #6366f1;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-cta-primary:hover {
    background-color: #4f46e5;
    color: #fff;
    transform: translateY(-1px);
}

.btn-cta-secondary {
    background-color: transparent;
    color: #cbd5e1;
    border: 1px solid rgba(255,255,255,0.15);
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.btn-cta-secondary:hover {
    border-color: rgba(255,255,255,0.35);
    color: #fff;
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
}

.trust-item i {
    color: #4ade80;
    font-size: 15px;
}

/* CTA Visual */
.cta-visual {
    position: relative;
    z-index: 1;
}

.server-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 12px;
}

.server-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.server-name {
    font-size: 13px;
    font-weight: 500;
    color: #e2e8f0;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4ade80;
    display: inline-block;
    margin-right: 6px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.4; }
}

.status-label {
    font-size: 12px;
    color: #4ade80;
}

.progress-bar-custom {
    height: 4px;
    background: rgba(255,255,255,0.08);
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 6px;
}

.progress-fill {
    height: 100%;
    border-radius: 99px;
    background: #6366f1;
}

.progress-fill.green { background: #4ade80; }

.progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #475569;
}

.deploy-card {
    background: rgba(99,102,241,0.12);
    border: 1px solid rgba(99,102,241,0.25);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.deploy-icon {
    width: 36px;
    height: 36px;
    background: #6366f1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

.deploy-text {
    font-size: 13px;
    color: #a5b4fc;
    margin: 0;
}

.deploy-subtext {
    font-size: 11px;
    color: #475569;
    margin: 0;
}

/* =====================
   PRICING
===================== */
.pricing-section {
    padding: 80px 0;
}

.pricing-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 28px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pricing-card:hover {
    border-color: #adb5bd;
    box-shadow: 0 6px 24px rgba(0,0,0,0.07);
}

.pricing-card.featured {
    background: #0a0f1e;
    border: 2px solid #6366f1;
    position: relative;
}

.pricing-card.featured:hover {
    box-shadow: 0 6px 32px rgba(99,102,241,0.25);
}

.badge-popular {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #6366f1;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 14px;
    border-radius: 99px;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

.plan-name {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6c757d;
    margin-bottom: 8px;
}

.featured .plan-name    { color: #a5b4fc; }

.plan-price {
    font-size: 2.4rem;
    font-weight: 500;
    color: #111;
    line-height: 1;
    margin-bottom: 4px;
}

.featured .plan-price   { color: #fff; }

.plan-price sup {
    font-size: 1.1rem;
    font-weight: 400;
    vertical-align: super;
}

.plan-period {
    font-size: 13px;
    color: #adb5bd;
    margin-bottom: 6px;
}

.plan-monthly {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 24px;
}

.featured .plan-monthly { color: #64748b; }

.savings-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 99px;
    margin-bottom: 24px;
}

.savings-green  { background: #d1f2e1; color: #0d6832; }
.savings-purple { background: rgba(99,102,241,0.15); color: #a5b4fc; }

.divider {
    border: none;
    border-top: 1px solid #e9ecef;
    margin-bottom: 20px;
}

.featured .divider { border-color: rgba(255,255,255,0.08); }

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex: 1;
}

.feature-list li {
    font-size: 13px;
    color: #495057;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
}

.featured .feature-list li { color: #94a3b8; }

.feature-list li i {
    color: #4ade80;
    font-size: 14px;
    margin-top: 1px;
    flex-shrink: 0;
}

.btn-plan {
    display: block;
    width: 100%;
    padding: 11px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s, transform 0.15s;
    border: none;
    cursor: pointer;
}

.btn-plan-outline {
    background: transparent;
    border: 1px solid #dee2e6;
    color: #111;
}

.btn-plan-outline:hover {
    background: #f1f3f5;
    color: #111;
}

.btn-plan-primary {
    background: #6366f1;
    color: #fff;
}

.btn-plan-primary:hover {
    background: #4f46e5;
    color: #fff;
    transform: translateY(-1px);
}

/* =====================
   CONTACT
===================== */
.contact-section {
    padding: 80px 0;
}

.response-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #0d6832;
    background: #d1f2e1;
    padding: 4px 14px;
    border-radius: 99px;
    margin-top: 16px;
}

.contact-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 28px 24px;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-card:hover {
    border-color: #c7d2fe;
    box-shadow: 0 4px 16px rgba(99,102,241,0.08);
}

.contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.contact-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #adb5bd;
    margin-bottom: 4px;
}

.contact-title {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin-bottom: 6px;
}

.contact-desc {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 18px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    border: none;
    cursor: pointer;
}

.btn-contact-purple {
    background: #6366f1;
    color: #fff;
}

.btn-contact-purple:hover {
    background: #4f46e5;
    color: #fff;
    transform: translateY(-1px);
}
