/* ========================================
   Zero Trust Security / SSE Page Styles
   Modern Cybersecurity Aesthetic
======================================== */

/* Color Variables - Security Theme */
:root {
    --sse-primary: #0c1929;
    --sse-primary-dark: #060d15;
    --sse-accent: #00d4ff;
    --sse-accent-dark: #00a8cc;
    --sse-accent-glow: rgba(0, 212, 255, 0.3);
    --sse-secondary: #7c3aed;
    --sse-secondary-glow: rgba(124, 58, 237, 0.3);
    --sse-success: #10b981;
    --sse-warning: #f59e0b;
    --sse-gradient: linear-gradient(135deg, #00d4ff 0%, #7c3aed 50%, #ec4899 100%);
    --sse-gradient-dark: linear-gradient(135deg, #0c1929 0%, #1a1a2e 100%);
}

/* ========================================
   Hero Section
======================================== */
.sse-hero {
    position: relative;
    background: var(--sse-gradient-dark);
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    overflow: hidden;
}

.sse-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.sse-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(0, 212, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.sse-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
}

.sse-orb-1 {
    width: 600px;
    height: 600px;
    background: var(--sse-secondary);
    top: -200px;
    right: -100px;
    animation: orbFloat 15s ease-in-out infinite;
}

.sse-orb-2 {
    width: 400px;
    height: 400px;
    background: var(--sse-accent);
    bottom: -100px;
    left: -100px;
    animation: orbFloat 20s ease-in-out infinite reverse;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
}

/* Partner Badge */
.sse-partner-badge {
    display: inline-block;
}

.partner-badge-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50px;
    padding: 8px 20px 8px 12px;
    backdrop-filter: blur(10px);
}

.partner-logo {
    height: 28px;
    width: auto;
}

.partner-text-fallback {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--sse-accent);
    font-weight: 600;
}

.partner-text-fallback i {
    font-size: 1.25rem;
}

.partner-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hero Title */
.sse-hero-title {
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
}

.sse-gradient-text {
    background: var(--sse-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sse-hero-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 560px;
}

/* Hero Stats */
.sse-hero-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.sse-stat {
    display: flex;
    flex-direction: column;
}

.sse-stat-value {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--sse-accent);
    line-height: 1;
}

.sse-stat-label {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

/* Hero Visual */
.sse-hero-visual {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sse-shield-container {
    position: relative;
    width: 280px;
    height: 280px;
}

.sse-shield-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid transparent;
}

.sse-shield-ring-1 {
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    transform: translate(-50%, -50%);
    border-color: rgba(0, 212, 255, 0.2);
    animation: ringPulse 3s ease-in-out infinite;
}

.sse-shield-ring-2 {
    top: 50%;
    left: 50%;
    width: 220px;
    height: 220px;
    transform: translate(-50%, -50%);
    border-color: rgba(124, 58, 237, 0.3);
    animation: ringPulse 3s ease-in-out infinite 0.5s;
}

.sse-shield-ring-3 {
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    transform: translate(-50%, -50%);
    border-color: rgba(0, 212, 255, 0.4);
    animation: ringPulse 3s ease-in-out infinite 1s;
}

@keyframes ringPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50% { transform: translate(-50%, -50%) scale(1.05); opacity: 0.7; }
}

.sse-shield-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: var(--sse-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 60px var(--sse-accent-glow);
}

.sse-shield-core i {
    font-size: 3rem;
    color: #fff;
}

.sse-floating-icons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sse-float-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.sse-float-icon i {
    font-size: 1.5rem;
    color: var(--sse-accent);
}

.sse-float-1 { top: 10%; left: 10%; animation: floatIcon 6s ease-in-out infinite; }
.sse-float-2 { top: 15%; right: 5%; animation: floatIcon 6s ease-in-out infinite 1s; }
.sse-float-3 { bottom: 20%; left: 5%; animation: floatIcon 6s ease-in-out infinite 2s; }
.sse-float-4 { bottom: 15%; right: 10%; animation: floatIcon 6s ease-in-out infinite 3s; }

@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* SSE Buttons */
.btn-sse-primary {
    background: var(--sse-gradient);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px var(--sse-accent-glow);
}

.btn-sse-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px var(--sse-accent-glow);
    color: #fff;
}

.btn-sse-secondary {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-sse-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.btn-sse-light {
    background: #fff;
    border: none;
    color: var(--sse-primary);
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-sse-light:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    color: var(--sse-primary);
}

/* ========================================
   Zero Trust Explainer Section
======================================== */
.sse-explainer {
    background: #fff;
}

.sse-eyebrow {
    display: inline-flex;
    align-items: center;
    color: var(--sse-accent-dark);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.sse-eyebrow i {
    font-size: 1rem;
}

.sse-principles {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sse-principle {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 4px solid var(--sse-accent);
    transition: all 0.3s ease;
}

.sse-principle:hover {
    background: #f1f5f9;
    transform: translateX(4px);
}

.principle-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--sse-accent) 0%, var(--sse-secondary) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.principle-icon i {
    font-size: 1.5rem;
    color: #fff;
}

.principle-content h5 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--sse-primary);
    margin-bottom: 4px;
}

.principle-content p {
    color: #64748b;
    margin: 0;
    font-size: 0.9375rem;
}

/* Trust Diagram */
.sse-trust-diagram {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 400px;
    margin: 0 auto;
}

.trust-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.trust-core {
    width: 120px;
    height: 120px;
    background: var(--sse-gradient);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px var(--sse-accent-glow);
}

.trust-core i {
    font-size: 2.5rem;
    color: #fff;
}

.trust-core span {
    font-size: 0.625rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
    font-weight: 600;
    text-align: center;
}

.trust-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 2px dashed;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.trust-layer-label {
    position: absolute;
    top: -12px;
    background: #fff;
    padding: 2px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 10px;
}

.trust-layer-1 {
    width: 180px;
    height: 180px;
    transform: translate(-50%, -50%);
    border-color: var(--sse-accent);
}

.trust-layer-1 .trust-layer-label {
    color: var(--sse-accent-dark);
}

.trust-layer-2 {
    width: 240px;
    height: 240px;
    transform: translate(-50%, -50%);
    border-color: var(--sse-secondary);
}

.trust-layer-2 .trust-layer-label {
    color: var(--sse-secondary);
}

.trust-layer-3 {
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    border-color: #10b981;
}

.trust-layer-3 .trust-layer-label {
    color: #059669;
}

.trust-layer-4 {
    width: 360px;
    height: 360px;
    transform: translate(-50%, -50%);
    border-color: #f59e0b;
}

.trust-layer-4 .trust-layer-label {
    color: #d97706;
}

/* ========================================
   Components Section
======================================== */
.sse-components-section {
    background: var(--sse-primary);
    position: relative;
}

.sse-components-section .eyebrow,
.sse-components-section h2,
.sse-components-section p {
    color: #fff;
}

.sse-components-section .lead-text {
    color: rgba(255, 255, 255, 0.7);
}

.sse-component-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sse-component-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--sse-gradient);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sse-component-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(0, 212, 255, 0.3);
    transform: translateY(-4px);
}

.sse-component-card:hover::before {
    opacity: 1;
}

.component-icon-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.component-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(124, 58, 237, 0.2) 100%);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.component-icon i {
    font-size: 1.75rem;
    color: var(--sse-accent);
}

.component-badge {
    background: rgba(0, 212, 255, 0.15);
    color: var(--sse-accent);
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 20px;
}

.component-badge.premium {
    background: rgba(124, 58, 237, 0.2);
    color: #a78bfa;
}

.sse-component-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.sse-component-card > p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.component-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.component-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    padding: 6px 0;
}

.component-features i {
    color: var(--sse-success);
    font-size: 1rem;
}

.sse-component-highlight {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(0, 212, 255, 0.1) 100%);
    border-color: rgba(124, 58, 237, 0.3);
}

/* ========================================
   Benefits Section
======================================== */
.sse-benefits-section {
    background: #f8fafc;
}

.sse-roi-card {
    background: var(--sse-primary);
    border-radius: 16px;
    overflow: hidden;
}

.roi-header {
    background: var(--sse-gradient);
    padding: 16px 24px;
}

.roi-label {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
}

.roi-stats {
    display: flex;
    padding: 24px;
    gap: 32px;
}

.roi-stat {
    display: flex;
    flex-direction: column;
}

.roi-value {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--sse-accent);
    line-height: 1;
}

.roi-desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
}

.sse-benefit-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.sse-benefit-card:hover {
    border-color: var(--sse-accent);
    box-shadow: 0 8px 30px rgba(0, 212, 255, 0.1);
    transform: translateY(-2px);
}

.benefit-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--sse-accent) 0%, var(--sse-secondary) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.benefit-icon i {
    font-size: 1.5rem;
    color: #fff;
}

.sse-benefit-card h5 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--sse-primary);
    margin-bottom: 8px;
}

.sse-benefit-card p {
    color: #64748b;
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.6;
}

/* ========================================
   Use Cases Section
======================================== */
.sse-usecases-section {
    background: #fff;
}

.sse-usecase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.sse-usecase-card {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    padding: 28px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.sse-usecase-card:hover {
    background: linear-gradient(135deg, var(--sse-primary) 0%, #1a1a2e 100%);
    border-color: var(--sse-accent);
    transform: translateY(-4px);
}

.sse-usecase-card:hover .usecase-icon {
    background: var(--sse-gradient);
}

.sse-usecase-card:hover .usecase-icon i {
    color: #fff;
}

.sse-usecase-card:hover h5 {
    color: #fff;
}

.sse-usecase-card:hover p {
    color: rgba(255, 255, 255, 0.7);
}

.usecase-icon {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.usecase-icon i {
    font-size: 1.75rem;
    color: var(--sse-accent-dark);
    transition: color 0.3s ease;
}

.sse-usecase-card h5 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--sse-primary);
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.sse-usecase-card p {
    color: #64748b;
    font-size: 0.9375rem;
    margin: 0;
    line-height: 1.6;
    transition: color 0.3s ease;
}

/* ========================================
   Why TeleSource Section
======================================== */
.sse-why-section {
    background: #f8fafc;
}

.sse-why-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-item {
    display: flex;
    gap: 16px;
}

.why-check {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: var(--sse-success);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-check i {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}

.why-content h6 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--sse-primary);
    margin-bottom: 4px;
}

.why-content p {
    color: #64748b;
    font-size: 0.9375rem;
    margin: 0;
}

/* Credential Card */
.sse-credential-card {
    background: var(--sse-primary);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.credential-header {
    background: var(--sse-gradient);
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.credential-badge {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.credential-badge i {
    font-size: 2rem;
    color: #fff;
}

.credential-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.credential-title h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.credential-body {
    padding: 24px;
}

.credential-body > p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.credential-stats {
    display: flex;
    gap: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cred-stat {
    display: flex;
    flex-direction: column;
}

.cred-value {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--sse-accent);
}

.cred-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.credential-footer {
    background: rgba(255, 255, 255, 0.03);
    padding: 16px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.gartner-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fbbf24;
    font-size: 0.875rem;
    font-weight: 500;
}

.gartner-badge i {
    font-size: 1.25rem;
}

/* ========================================
   CTA Section
======================================== */
.sse-cta-section {
    position: relative;
    background: var(--sse-primary);
    overflow: hidden;
}

.sse-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sse-cta-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(0, 212, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}

.sse-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50px;
    padding: 10px 24px;
    color: var(--sse-accent);
    font-size: 0.875rem;
    font-weight: 600;
}

.sse-cta-badge i {
    font-size: 1.125rem;
}

.sse-cta-section .display-4 {
    font-weight: 700;
}

.sse-cta-contact {
    margin-top: 24px;
}

.sse-cta-contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.sse-cta-contact a:hover {
    color: var(--sse-accent);
}

/* ========================================
   Responsive Adjustments
======================================== */
@media (max-width: 991.98px) {
    .sse-hero {
        padding: 100px 0 60px;
        min-height: auto;
    }
    
    .sse-hero-title {
        font-size: 2.5rem;
    }
    
    .sse-hero-stats {
        gap: 24px;
    }
    
    .sse-stat-value {
        font-size: 1.5rem;
    }
    
    .sse-trust-diagram {
        height: 320px;
        margin-top: 40px;
    }
    
    .trust-layer-4 {
        width: 300px;
        height: 300px;
    }
    
    .trust-layer-3 {
        width: 250px;
        height: 250px;
    }
    
    .trust-layer-2 {
        width: 200px;
        height: 200px;
    }
    
    .trust-layer-1 {
        width: 150px;
        height: 150px;
    }
    
    .credential-stats {
        flex-wrap: wrap;
        gap: 16px;
    }
}

@media (max-width: 575.98px) {
    .sse-hero-title {
        font-size: 2rem;
    }
    
    .sse-hero-description {
        font-size: 1rem;
    }
    
    .sse-hero-stats {
        gap: 16px;
    }
    
    .sse-stat {
        flex: 1 0 45%;
    }
    
    .partner-badge-inner {
        padding: 6px 14px 6px 10px;
    }
    
    .partner-label {
        font-size: 0.6875rem;
    }
    
    .roi-stats {
        flex-direction: column;
        gap: 16px;
    }
    
    .sse-usecase-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   Solution Card (Problem/Solution Section)
======================================== */
.sse-solution-card {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(0, 212, 255, 0.05) 100%);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 20px;
    overflow: hidden;
}

.solution-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.15) 100%);
    border-bottom: 1px solid rgba(16, 185, 129, 0.25);
}

.solution-header i {
    font-size: 1.5rem;
}

.solution-header h4 {
    margin: 0;
    color: var(--sse-primary);
    font-size: 1.25rem;
    font-weight: 600;
}

.solution-body {
    padding: 24px;
}

.solution-body p {
    color: var(--sse-primary);
    margin-bottom: 0;
}

.solution-benefits {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sol-benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--sse-primary);
}

.sol-benefit i {
    color: var(--sse-accent);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.sol-benefit span {
    font-size: 0.95rem;
    line-height: 1.5;
}

.sol-benefit strong {
    color: var(--sse-accent);
}

.solution-footer {
    padding: 16px 24px;
    background: rgba(16, 185, 129, 0.08);
    border-top: 1px solid rgba(16, 185, 129, 0.2);
}

.solution-footer small {
    color: var(--sse-primary);
    font-size: 0.8125rem;
}

.solution-footer i {
    color: var(--sse-warning);
}

/* ========================================
   Testimonials Section
======================================== */
.sse-testimonials-section {
    background: var(--sse-primary);
    position: relative;
}

.sse-testimonial-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.sse-testimonial-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 212, 255, 0.3);
    transform: translateY(-4px);
}

.testimonial-quote {
    color: var(--sse-accent);
    font-size: 2rem;
    margin-bottom: 16px;
    opacity: 0.5;
}

.testimonial-text {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.7;
    flex-grow: 1;
    font-style: italic;
}

.testimonial-author {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonial-author strong {
    display: block;
    color: #fff;
    font-size: 0.875rem;
}

.testimonial-author span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8125rem;
}

.sse-gartner-badge {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(245, 158, 11, 0.05) 100%);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 12px;
    padding: 16px 28px;
}

.sse-gartner-badge i {
    font-size: 2rem;
    color: var(--sse-warning);
}

.sse-gartner-badge strong {
    display: block;
    color: #fff;
    font-size: 1rem;
}

.sse-gartner-badge span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

/* ========================================
   CTA Features Row
======================================== */
.sse-cta-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 0.95rem;
}

.cta-feature i {
    font-size: 1.1rem;
}

/* Hero Trust Line */
.sse-hero-trust {
    border-left: 2px solid var(--sse-accent);
    padding-left: 12px;
}

.sse-hero-trust small {
    font-size: 0.875rem;
}

/* Responsive for new elements */
@media (max-width: 767.98px) {
    .sse-testimonial-card {
        padding: 24px;
    }
    
    .testimonial-text {
        font-size: 1rem;
    }
    
    .sse-gartner-badge {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding: 20px;
    }
    
    .sse-cta-features {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .solution-benefits {
        gap: 12px;
    }
}

