/* Cloud Sections Styles */

/* Section Base */
section {
    padding: 36rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    font-style: italic;
    margin-bottom: 1rem;
    text-align: center;
    letter-spacing: -1.5px;
    color: var(--text-primary);
}

section h2 {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    padding: 1rem 2rem;
    border-radius: 16px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-left: auto;
    margin-right: auto;
}

h3, h4 {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
}

.section-subtitle {
    text-align: center;
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Capabilities Section (White) */
.image-section {
    position: relative;
    padding: 24rem 2rem 20rem 2rem;
    overflow: visible;
    min-height: 100vh;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
    background: #ffffff;
}

.image-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 30%);
    z-index: 0;
}

.solutions-image-card {
    position: absolute;
    top: 12rem;
    left: 25%;
    transform: translateX(-50%) rotate(0deg);
    width: 50%;
    max-width: 700px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 0 50px rgba(100, 180, 255, 0.4),
        0 0 100px rgba(100, 180, 255, 0.3),
        0 0 150px rgba(100, 180, 255, 0.2);
    z-index: 1;
    line-height: 0;
}

.solutions-image-card::after {
    display: none;
}

.solutions-image-card img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

#capabilities h2 {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-size: clamp(4rem, 12vw, 7rem);
    line-height: 1.0;
    color: #1a1a1a;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.9), 0 0 60px rgba(255, 255, 255, 0.7);
    margin-left: calc((100% - 900px) / 2);
    margin-right: auto;
    margin-top: -6rem;
    margin-bottom: 3rem;
    text-align: left;
    position: relative;
    z-index: 2;
}

#capabilities .solutions-top-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    padding: 3.5rem 4rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 2;
}

#capabilities .solutions-item h3 {
    color: #1a1a1a;
    font-size: 2.25rem;
    margin-bottom: 1rem;
    font-weight: 400;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

#capabilities .solutions-item p {
    color: rgba(30, 30, 30, 0.8);
    line-height: 1.8;
    font-size: 1.1rem;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

#capabilities .solutions-bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

#capabilities .feature-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    padding: 2.5rem;
    border-radius: 16px;
    transition: all 0.3s;
}

#capabilities .feature-card:hover {
    background: rgba(255, 255, 255, 0.85);
    transform: translateY(-4px);
}

#capabilities .feature-card h3 {
    color: #1a1a1a;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 0.75rem;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

#capabilities .feature-card p {
    color: rgba(30, 30, 30, 0.8);
    font-size: 1.05rem;
    line-height: 1.7;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

/* Compute Section with gradient background */
#compute {
    position: relative;
    background: linear-gradient(135deg,
        rgba(255, 140, 60, 0.15) 0%,
        rgba(255, 180, 120, 0.18) 25%,
        rgba(120, 200, 255, 0.20) 65%,
        rgba(160, 220, 255, 0.15) 100%
    );
    overflow: visible;
    padding: 36rem 2rem;
    min-height: 100vh;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
}

#compute::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), transparent);
    z-index: 0;
}

.compute-image {
    position: absolute;
    right: 2rem;
    top: 45%;
    transform: translateY(-50%);
    width: calc(48vw - 4rem);
    max-width: 700px;
    border-radius: 24px;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.25),
        0 15px 30px rgba(0, 0, 0, 0.18),
        0 5px 15px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    z-index: 0;
}

.compute-image img {
    width: 100%;
    height: auto;
    display: block;
}

#compute > h2 {
    display: block !important;
    width: fit-content;
    max-width: 600px;
    margin-left: 2rem !important;
    margin-right: auto !important;
}

#compute > .section-subtitle {
    display: block;
    max-width: 600px;
    margin-left: 2rem !important;
    margin-right: auto !important;
    text-align: center;
}

#compute .feature-large {
    background: rgba(255, 255, 255, 0.12) !important;
    max-width: 1200px;
    margin-left: 2rem !important;
    margin-right: auto !important;
}

/* Storage Section with gradient background */
#storage {
    position: relative;
    background: linear-gradient(135deg,
        rgba(120, 200, 140, 0.35) 0%,
        rgba(100, 180, 220, 0.38) 30%,
        rgba(150, 160, 220, 0.40) 60%,
        rgba(160, 200, 180, 0.35) 100%
    );
    overflow: visible;
    padding: 36rem 2rem;
    min-height: 100vh;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
}

.storage-image {
    position: absolute;
    left: 2rem;
    top: 45%;
    transform: translateY(-50%);
    width: calc(48vw - 4rem);
    max-width: 700px;
    border-radius: 24px;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.25),
        0 15px 30px rgba(0, 0, 0, 0.18),
        0 5px 15px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    z-index: 0;
}

.storage-image img {
    width: 100%;
    height: auto;
    display: block;
}

#storage > h2 {
    display: block !important;
    width: fit-content;
    max-width: 600px;
    margin-left: auto !important;
    margin-right: 2rem !important;
}

#storage > .section-subtitle {
    display: block;
    max-width: 600px;
    margin-left: auto !important;
    margin-right: 2rem !important;
    text-align: center;
}

#storage > .feature-large {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: 2rem !important;
}

/* AI Section with gradient background */
#ai {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
    background: linear-gradient(180deg,
        rgba(61, 133, 198, 0.18) 0%,
        rgba(45, 155, 140, 0.18) 30%,
        rgba(29, 176, 81, 0.20) 60%,
        rgba(29, 176, 81, 0.18) 100%
    );
    padding: 36rem 2rem;
    min-height: 100vh;
    overflow: visible;
}

.ai-image {
    position: absolute;
    right: 2rem;
    top: 45%;
    transform: translateY(-50%);
    width: calc(48vw - 4rem);
    max-width: 700px;
    border-radius: 24px;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 1;
}

.ai-image img {
    width: 100%;
    height: auto;
    display: block;
}

#ai > h2 {
    display: block !important;
    width: fit-content;
    max-width: 600px;
    margin-left: 2rem !important;
    margin-right: auto !important;
}

#ai > .section-subtitle {
    display: block;
    max-width: 600px;
    margin-left: 2rem !important;
    margin-right: auto !important;
    text-align: center;
}

#ai > .feature-large {
    max-width: 1200px;
    margin-left: 2rem !important;
    margin-right: auto !important;
}

/* Feature Large Card */
.feature-large {
    position: relative;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border-radius: 24px;
    padding: 4rem;
    margin: 3rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.2),
        0 15px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
}

#storage .feature-large,
#compute .feature-large {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.08) 100%) !important;
}

.feature-large h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #3d2f4a;
}

.feature-large p {
    color: #3d2f4a;
    font-size: 1.0625rem;
    line-height: 1.7;
}

/* Benefits Grid */
.benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.benefit-icon {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.9);
    color: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.benefit-text h4 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
    color: #3d2f4a;
    font-weight: 400;
}

.benefit-text p {
    color: #3d2f4a;
    font-size: 0.9375rem;
    line-height: 1.5;
}
