/**
 * Frontend Styling for 360 Use Cases
 */

.itoc360-use-case-content {
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

.itoc360-use-case-content h2 {
    margin: 32px 0 16px 0;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.itoc360-use-case-content h3 {
    margin: 24px 0 12px 0;
    font-size: 20px;
    font-weight: 600;
    color: #2d2d2d;
}

.itoc360-use-case-content ul,
.itoc360-use-case-content ol {
    margin: 16px 0;
    padding-left: 20px;
}

.itoc360-use-case-content li {
    margin-bottom: 8px;
    position: relative;
}

.itoc360-use-case-content ul li::marker {
    color: #7c3aed;
    /* itoc-purple */
    font-weight: bold;
}

.itoc360-use-case-content em {
    font-style: italic;
    color: #444;
}

/* Highlight "Solution" if it's in italics, as seen in the mockup */
.itoc360-use-case-content em:first-child:contains("Solution:") {
    display: block;
    margin-top: 16px;
    padding: 12px 16px;
    background: #f5f3ff;
    border-left: 4px solid #7c3aed;
    color: #1a1a1a;
    font-style: normal;
}

/* Alternative approach if they use [b][i]Solution:[/i][/b] */
.itoc360-use-case-content strong em {
    color: #7c3aed;
}

.itoc360-use-case-meta-description {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-top: 24px;
    font-size: 16px;
    color: #737373;
    line-height: 1.6;
}

/* ==========================================================================
   Hero & Header Styles (Sync both structures)
   ========================================================================== */

/* Structure A: Grid Wrapper (User requested earlier) */
.title-grid-wrapper,
.about-hero {
    position: relative;
    padding: 100px 40px;
    margin-bottom: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.title-grid-wrapper:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(https://www.itoc360.com/wp-content/uploads/2026/03/hero-image.png) bottom / cover no-repeat;
}
.title-content {background-color: transparent !important;}
.title-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.5;
}

/* Structure B: Hero Content */
.title-content,
.hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

/* Titles */
.entry-title,
.hero-title {
    font-size: 48px;
    font-weight: 800;
    color: white !important;
    margin: 0;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.itoc360-use-case-meta-description {
    margin-top: 24px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}