.page-id-16998 .container,
.entry-content .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.entry-content .header {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.95) 0%, rgba(52, 73, 94, 0.95) 100%),
                radial-gradient(circle at 30% 70%, rgba(0, 184, 148, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    color: white;
    padding: 60px 40px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.entry-content .header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    animation: drift 40s linear infinite;
}

@keyframes drift {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(-60px) translateY(-60px); }
}

.entry-content .subtitle {
    color: #00b894;
    font-size: 1.1em;
    margin-bottom: 20px;
    font-weight: 500;
}

.entry-content .title {
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 15px;
    color: white;
    letter-spacing: 1px;
    position: relative;
}

.entry-content .title::after {
    content: '○';
    display: block;
    color: #00b894;
    font-size: 0.3em;
    margin: 10px auto 0;
    opacity: 0.7;
}

.entry-content .tagline {
    font-size: 1.3em;
    font-weight: 300;
    color: #ecf0f1;
    margin-bottom: 30px;
}

.entry-content .chapter-badge {
    background: #00b894;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9em;
    display: inline-block;
    font-weight: 500;
}

.entry-content .main-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.entry-content .content-section {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    margin-bottom: 30px;
    border-top: 1px solid rgba(0, 184, 148, 0.2);
    position: relative;
}

.entry-content .content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #00b894;
    border-radius: 2px;
}

.entry-content .section-title {
    color: #2c3e50;
    font-size: 1.8em;
    margin-bottom: 25px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5px;
}

.entry-content .section-title::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #00b894;
    margin: 15px auto 0;
}

.entry-content .highlight-box {
    background: #00b894;
    color: white;
    padding: 25px;
    border-radius: 8px;
    margin: 25px 0;
}

.entry-content .highlight-box h3 {
    margin-bottom: 15px;
    font-size: 1.3em;
    color: white;
}

.entry-content .quote {
    font-style: italic;
    font-size: 1.3em;
    text-align: center;
    margin: 40px auto;
    color: #2c3e50;
    background: rgba(248, 249, 250, 0.8);
    padding: 30px;
    border-radius: 12px;
    max-width: 600px;
    position: relative;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.7;
}

.entry-content .quote::before {
    content: '◉';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: #00b894;
    font-size: 1.5em;
    background: white;
    padding: 0 10px;
}

.entry-content .systems-connection {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.95) 0%, rgba(52, 73, 94, 0.95) 100%);
    color: white;
    padding: 40px;
    border-radius: 15px;
    margin: 50px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.entry-content .systems-connection::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: #00b894;
}

.entry-content .systems-connection::after {
    content: '◊';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #00b894;
    font-size: 0.8em;
    background: rgba(44, 62, 80, 0.95);
    padding: 0 8px;
}

.entry-content .systems-connection h3 {
    color: #00b894;
    margin-bottom: 15px;
    font-size: 1.4em;
}

.entry-content .chapter-preview {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
    padding: 25px;
    border-radius: 10px;
    margin: 20px 0;
    border-left: 3px solid #00b894;
    transition: all 0.3s ease;
    position: relative;
}

.entry-content .chapter-preview:hover {
    transform: translateX(8px);
    box-shadow: 0 6px 20px rgba(0, 184, 148, 0.1);
}

.entry-content .chapter-preview::before {
    content: '◦';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    color: #00b894;
    background: white;
    padding: 0 4px;
    font-size: 1.2em;
}

.entry-content .chapter-number {
    color: #00b894;
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
}

.entry-content .chapter-title {
    font-weight: 600;
    color: #2c3e50;
    margin: 8px 0;
    font-size: 1.1em;
}

.entry-content .chapter-excerpt {
    color: #666;
    font-size: 0.95em;
    line-height: 1.5;
}

.entry-content .key-insights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.entry-content .insight-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 184, 148, 0.1);
    position: relative;
    text-align: center;
}

.entry-content .insight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 184, 148, 0.15);
}

.entry-content .insight-card::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #00b894;
    border-radius: 50%;
}

.entry-content .insight-card h4 {
    color: #2c3e50;
    margin: 20px 0 15px;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.entry-content .insight-card p {
    color: #666;
    line-height: 1.6;
}

.entry-content .sidebar {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
    padding: 35px;
    border-radius: 12px;
    height: fit-content;
    position: sticky;
    top: 20px;
    border: 1px solid rgba(0, 184, 148, 0.1);
    position: relative;
}

.entry-content .sidebar::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background: #00b894;
}

.entry-content .sidebar h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #2c3e50;
}

.entry-content .target-audience {
    background: white;
    padding: 20px;
    border-radius: 6px;
    margin: 20px 0;
    border: 1px solid #e9ecef;
}

.entry-content .audience-item {
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.entry-content .audience-item:last-child {
    border-bottom: none;
}

.entry-content .audience-label {
    font-weight: 600;
    color: #00b894;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.entry-content .audience-description {
    color: #2c3e50;
    margin-top: 4px;
}

.entry-content .feature-list {
    list-style: none;
    padding: 0;
}

.entry-content .feature-list li {
    padding: 8px 0;
    position: relative;
    padding-left: 20px;
}

.entry-content .feature-list li::before {
    content: '→';
    color: #00b894;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.entry-content .cta-button {
    background: #00b894;
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin: 10px 5px;
}

.entry-content .cta-button:hover {
    background: #009c7d;
    transform: translateY(-1px);
    color: white;
    text-decoration: none;
}

.entry-content .cta-secondary {
    background: #2c3e50;
    color: white;
}

.entry-content .cta-secondary:hover {
    background: #34495e;
    color: white;
}

.entry-content .galaxiez-footer {
    text-align: center;
    color: #666;
    font-size: 0.9em;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.entry-content .galaxiez-footer strong {
    color: #00b894;
}

@media (max-width: 768px) {
    .entry-content .main-content {
        grid-template-columns: 1fr;
    }
    
    .entry-content .title {
        font-size: 2.2em;
    }
    
    .entry-content .key-insights {
        grid-template-columns: 1fr;
    }

    .entry-content .header {
        padding: 40px 20px;
    }
}