.services-toggle-section-d89e5aa9 {
    padding: 80px 20px;
    background-color: #fafbfc;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1a1f2e;
}

.services-container-d89e5aa9 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.services-header-d89e5aa9 {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-header-d89e5aa9 .subtitle-d89e5aa9 {
    color: #00B4EE;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.services-header-d89e5aa9 .title-d89e5aa9 {
    font-size: 2.25rem;
    font-weight: 800;
    margin: 0 0 15px 0;
    color: #1a1f2e;
}

.accent-bar-d89e5aa9 {
    width: 60px;
    height: 3px;
    background-color: #00B4EE;
}

/* Toggle Buttons */
.toggle-wrapper-d89e5aa9 {
    display: inline-flex;
    background-color: #1a1f2e;
    padding: 6px;
    border-radius: 50px;
    margin-bottom: 50px;
}

.service-toggle-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 10px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-toggle-btn.active-toggle {
    background-color: #00B4EE;
    color: #ffffff;
}

/* Interstitial Header */
.interstitial-header-d89e5aa9 {
    margin-bottom: 40px;
}

.interstitial-header-d89e5aa9 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.interstitial-header-d89e5aa9 p {
    color: #64748b;
    font-size: 0.95rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Tab Display Logic */
.service-tab-content {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.service-tab-content.active-tab {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Grid layout */
.service-grid-d89e5aa9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 50px;
}

/* Service Card Design */
.service-card-d89e5aa9 {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 32px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card-d89e5aa9:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.icon-wrapper-d89e5aa9 {
    background: #f0f9ff;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-icon-d89e5aa9 {
    font-size: 1.5rem;
}

.service-card-d89e5aa9 h4 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #1a1f2e;
}

.service-card-d89e5aa9 p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0;
}

/* CTA Styles */
.cta-container-d89e5aa9 {
    margin-top: 40px;
}

.cta-button-d89e5aa9 {
    display: inline-block;
    background-color: #00B4EE;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    box-shadow: 0 4px 14px rgba(0, 180, 238, 0.3);
    transition: all 0.3s ease;
}

.cta-button-d89e5aa9:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 180, 238, 0.4);
    background-color: #009ecc;
}

.cta-subtext-d89e5aa9 {
    margin-top: 14px;
    font-size: 0.85rem;
    color: #94a3b8;
}
