/* DaiMu Custom Styles */
.blog-header-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    color: #fff;
    text-align: center;
}

.blog-header h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-header .lead {
    font-size: 20px;
    opacity: 0.9;
}

.dashboard-stats-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.dashboard-stat {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.dashboard-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.dashboard-stat i {
    font-size: 36px;
    color: #fa709a;
    margin-bottom: 15px;
}

.dashboard-stat h3 {
    font-size: 36px;
    color: #fa709a;
    font-weight: 700;
    margin-bottom: 10px;
}

.dashboard-stat p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.services-timeline-section {
    padding: 80px 0;
}

.services-timeline-section.bg-light {
    background: #f8f9fa;
}

.timeline-services {
    margin-top: 50px;
}

.timeline-item {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.timeline-item:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.timeline-marker {
    position: absolute;
    left: -20px;
    top: 30px;
    width: 50px;
    height: 50px;
    background: #fa709a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.timeline-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.timeline-content h3 i {
    color: #fa709a;
    margin-right: 10px;
}

.timeline-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.service-tags {
    margin-top: 15px;
}

.service-tags span {
    display: inline-block;
    padding: 5px 15px;
    background: #fce4ec;
    color: #fa709a;
    border-radius: 20px;
    margin: 5px;
    font-size: 12px;
}

.sla-section {
    padding: 80px 0;
}

.sla-card {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.sla-card:hover {
    border-color: #fa709a;
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.sla-card.featured {
    border-color: #fa709a;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    color: #fff;
}

.sla-level {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fa709a;
}

.sla-card.featured .sla-level {
    color: #fff;
}

.sla-price {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.sla-card.featured .sla-price {
    color: #fff;
}

.sla-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

.sla-features li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
}

.sla-card.featured .sla-features li {
    color: #fff;
    border-bottom-color: rgba(255,255,255,0.2);
}

.sla-features li i {
    color: #fa709a;
    margin-right: 10px;
}

.sla-card.featured .sla-features li i {
    color: #fff;
}

.monitoring-section {
    padding: 80px 0;
}

.monitoring-section.bg-light {
    background: #f8f9fa;
}

.monitoring-features {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.monitoring-features h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
}

.feature-item {
    display: flex;
    margin-bottom: 25px;
}

.feature-item i {
    font-size: 32px;
    color: #fa709a;
    margin-right: 20px;
    min-width: 40px;
}

.feature-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.feature-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.monitoring-stats {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.monitoring-stats h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
}

.progress-item {
    margin-bottom: 20px;
}

.progress-item span {
    display: block;
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
}

.progress {
    height: 25px;
    background: #f0f0f0;
    border-radius: 15px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #fa709a 0%, #fee140 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: #fff;
    font-weight: 600;
    transition: width 1.5s ease;
}

.contact-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    color: #fff;
    text-align: center;
}

.contact-cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons .btn {
    margin: 0 10px;
}

.logo-text {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: inline-block;
    line-height: 1.4;
}

.navbar-brand {
    padding: 15px;
}
