/* =========================
   CLOUD HOSTING PAGE
   Theme: Light lavender-purple (reference design)
========================= */

/* ---- HERO ---- */
.cl-hero {
    position: relative;
    background: linear-gradient(135deg, #eef0ff 0%, #e8ecff 35%, #dde5ff 65%, #ebe8ff 100%);
    padding: 90px 0 0;
    overflow: hidden;
    color: #0f172a;
}

.cl-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.cl-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
}

.cl-shape-1 {
    width: 600px;
    height: 600px;
    background: #a5b4fc;
    top: -250px;
    right: -80px;
    opacity: 0.35;
}

.cl-shape-2 {
    width: 400px;
    height: 400px;
    background: #c4b5fd;
    bottom: -100px;
    left: -100px;
    opacity: 0.2;
}

.cl-bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(91, 110, 245, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(91, 110, 245, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
}

.cl-bg-watermark {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 350px;
    color: rgba(91, 110, 245, 0.04);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

/* LAYOUT */
.cl-hero-container {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}

/* LEFT */
.cl-hero-left {
    flex: 1;
    min-width: 0;
}

.cl-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(91, 110, 245, 0.08);
    color: #3b4fc0;
    border: 1px solid rgba(91, 110, 245, 0.2);
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
}

.cl-badge-slash {
    color: #5b6ef5;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: -1px;
}

.cl-hero-title {
    font-size: 58px;
    font-weight: 900;
    color: #0d1340;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -1.5px;
}

.cl-highlight {
    color: #5b6ef5;
}

.cl-hero-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 28px;
}

.cl-hero-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #374151;
    font-weight: 400;
}

.cl-feat-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(91, 110, 245, 0.1);
    border: 1px solid rgba(91, 110, 245, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #5b6ef5;
}

.cl-hero-price {
    font-size: 18px;
    font-weight: 700;
    color: #5b6ef5;
    margin-bottom: 28px;
}

.cl-hero-price span {
    font-size: 24px;
    font-weight: 800;
}

.cl-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}

.cl-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #5b6ef5;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.25s;
    box-shadow: 0 8px 30px rgba(91, 110, 245, 0.35);
}

.cl-btn-primary:hover {
    background: #4a5de8;
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(91, 110, 245, 0.45);
}

.cl-btn-secondary {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    color: #5b6ef5;
    text-decoration: none;
    padding: 15px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    border: 1.5px solid rgba(91, 110, 245, 0.3);
    transition: 0.25s;
    backdrop-filter: blur(8px);
}

.cl-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: #5b6ef5;
}

.cl-hero-trust {
    font-size: 12.5px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cl-trust-dot {
    opacity: 0.4;
    font-size: 18px;
}

/* RIGHT */
.cl-hero-right {
    flex: 0 0 520px;
    display: flex;
    flex-direction: column;
}

.cl-iso-wrap {
    position: relative;
}

/* ---- ANIMATIONS ---- */
@keyframes cl-img-levitate {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes cl-label-a {

    0%,
    100% {
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(-8px);
        opacity: 0.9;
    }
}

@keyframes cl-label-b {

    0%,
    100% {
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(-8px);
        opacity: 0.9;
    }
}

@keyframes cl-label-c {

    0%,
    100% {
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(-8px);
        opacity: 0.9;
    }
}

@keyframes cl-badge-pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(91, 110, 245, 0.4);
    }

    50% {
        transform: scale(1.08);
        box-shadow: 0 8px 30px rgba(91, 110, 245, 0.6);
    }
}

.cl-hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 30px 60px rgba(91, 110, 245, 0.2));
}

.cl-img-float {
    animation: cl-img-levitate 4s ease-in-out infinite;
}

/* Floating labels — white glass style matching reference */
.cl-float-label {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(91, 110, 245, 0.18);
    color: #1e3a8a;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 30px;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 4px 20px rgba(91, 110, 245, 0.12);
    font-family: 'Outfit', sans-serif;
}

.cl-label-perf {
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    animation: cl-label-a 3s ease-in-out infinite;
    animation-delay: 0s;
}

.cl-label-sec {
    top: 30%;
    right: 2%;
    animation: cl-label-b 3s ease-in-out infinite;
    animation-delay: 1s;
}

.cl-label-backup {
    bottom: 22%;
    left: 2%;
    animation: cl-label-c 3s ease-in-out infinite;
    animation-delay: 2s;
}

/* Cloud badge */
.cl-cloud-badge {
    position: absolute;
    top: 26%;
    left: 48%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #5b6ef5;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 14px 6px 10px;
    border-radius: 20px;
    pointer-events: none;
    font-family: 'Outfit', sans-serif;
    animation: cl-badge-pulse 2.5s ease-in-out infinite;
    animation-delay: 0.5s;
}

/* Ratings card */
.sh-ratings-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(91, 110, 245, 0.12);
    border: 1px solid rgba(91, 110, 245, 0.1);
    margin-top: 16px;
}

/* =========================
   PRICING PLANS
========================= */

.cl-plans {
    padding: 80px 0;
    background: #f8faff;
}

.cl-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
}

.cl-plan-card {
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px 28px;
    position: relative;
    transition: 0.3s;
}

.cl-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.cl-plan-featured {
    border-color: #5b6ef5;
    box-shadow: 0 12px 40px rgba(91, 110, 245, 0.15);
    transform: translateY(-8px);
}

.cl-plan-featured:hover {
    transform: translateY(-12px);
}

.cl-plan-popular {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #5b6ef5;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cl-plan-header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.cl-plan-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.cl-plan-name {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
}

.cl-plan-desc {
    font-size: 13px;
    color: #6b7280;
}

.cl-plan-price {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    margin-bottom: 4px;
}

.cl-price-currency {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    padding-bottom: 6px;
}

.cl-price-amount {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.cl-plan-featured .cl-price-amount {
    color: #5b6ef5;
}

.cl-price-period {
    font-size: 15px;
    color: #6b7280;
    padding-bottom: 8px;
}

.cl-plan-original {
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 24px;
    min-height: 18px;
}

.cl-plan-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}

.cl-plan-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #374151;
}

.cl-feat-disabled {
    color: #9ca3af;
}

.cl-plan-btn {
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s;
}

.cl-plan-btn-primary {
    background: #5b6ef5;
    color: #ffffff;
    box-shadow: 0 6px 24px rgba(91, 110, 245, 0.35);
}

.cl-plan-btn-primary:hover {
    background: #4a5de8;
    transform: translateY(-2px);
}

.cl-plan-btn-outline {
    background: transparent;
    color: #5b6ef5;
    border: 2px solid #5b6ef5;
}

.cl-plan-btn-outline:hover {
    background: rgba(91, 110, 245, 0.07);
}

.cl-plans-note {
    text-align: center;
    font-size: 13px;
    color: #9ca3af;
    margin-top: 32px;
}

/* =========================
   WHY SKYSERVER CLOUD
========================= */

.cl-why {
    padding: 80px 0;
    background: #ffffff;
}

.cl-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.cl-why-card {
    background: #f8faff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 24px;
    transition: 0.3s;
}

.cl-why-card:hover {
    border-color: #5b6ef5;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(91, 110, 245, 0.1);
}

.cl-why-number {
    font-size: 36px;
    font-weight: 900;
    color: rgba(91, 110, 245, 0.12);
    line-height: 1;
    margin-bottom: 12px;
    font-family: 'Georgia', serif;
}

.cl-why-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.cl-why-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* CTA overrides for cloud page */
.cta-inner {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin: 0 auto;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cta-title {
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    line-height: 1.15;
    text-align: center;
}

.cta-title span {
    color: rgba(255, 255, 255, 0.88);
}

.cta-subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 32px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    text-align: center;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
    .cl-hero-right {
        flex: 0 0 420px;
    }

    .cl-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .cl-hero-container {
        flex-direction: column;
    }

    .cl-hero-right {
        flex: none;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .cl-hero-title {
        font-size: 40px;
    }

    .cl-label-sec {
        display: none;
    }

    .cl-plans-grid {
        grid-template-columns: 1fr;
    }

    .cl-plan-featured {
        transform: none;
    }
}

@media (max-width: 600px) {
    .cl-hero {
        padding: 60px 0 0;
    }

    .cl-hero-title {
        font-size: 32px;
    }

    .cl-btn-primary,
    .cl-btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .cl-hero-actions {
        flex-direction: column;
    }

    .cl-why-grid {
        grid-template-columns: 1fr;
    }

    .cl-bg-watermark {
        display: none;
    }

    .sh-ratings-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .sh-rating-sep {
        display: none;
    }

    .sh-rating-item {
        padding: 14px 10px;
        border-bottom: 1px solid #f1f5f9;
    }

    .sh-rating-item:nth-child(1),
    .sh-rating-item:nth-child(3) {
        border-right: 1px solid #f1f5f9;
    }

    .sh-rating-item:nth-child(3),
    .sh-rating-item:nth-child(4) {
        border-bottom: none;
    }
}