.dui-finder-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.finder-header {
    text-align: center;
    margin-bottom: 30px;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
}
.search-section {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    text-align: center;
}
#zipCode {
    padding: 15px;
    font-size: 18px;
    border: 2px solid #ddd;
    border-radius: 8px;
    width: 200px;
    margin-right: 15px;
}
#searchBtn {
    padding: 15px 30px;
    background: #3498db;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}
.program-card {
    background: white;
    padding: 25px;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-left: 4px solid #27ae60;
}
.fee-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}
.fee-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}
.cta-button {
    background: #e74c3c;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
}
@media (max-width: 768px) {
    #zipCode, #searchBtn {
        width: 100%;
        margin: 10px 0;
    }
}

.network-resources-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.hero-section {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 40px;
}
.hero-section h1 {
    font-size: 3em;
    margin-bottom: 15px;
    font-weight: 700;
}
.hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 15px;
    opacity: 0.9;
}
.hero-description {
    font-size: 1.1em;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.8;
}
.intro-section {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    text-align: center;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.stat-item {
    text-align: center;
}
.stat-number {
    font-size: 2.5em;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 5px;
}
.stat-label {
    color: #666;
    font-weight: 500;
}
.resources-section {
    margin-bottom: 50px;
}
.resources-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.2em;
    color: #2c3e50;
}
.resources-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}
.resource-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    text-align: center;
    border-top: 5px solid #3498db;
}
.resource-card.featured {
    border-top-color: #27ae60;
}
.resource-icon {
    font-size: 3em;
    margin-bottom: 20px;
}
.resource-card h3 {
    font-size: 1.6em;
    margin-bottom: 15px;
    color: #2c3e50;
}
.resource-description {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.resource-features {
    margin: 25px 0;
    text-align: left;
}
.feature {
    margin: 10px 0;
    color: #27ae60;
    font-weight: 500;
}
.resource-cta {
    margin-top: 30px;
}
.primary-button {
    display: inline-block;
    background: #27ae60;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease;
}
.primary-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.cta-note {
    font-size: 0.9em;
    color: #666;
    margin-top: 10px;
    font-style: italic;
}
.process-section {
    background: #f8f9fa;
    padding: 50px 40px;
    border-radius: 15px;
    margin: 50px 0;
}
.process-section h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e50;
}
.process-intro {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    font-size: 1.1em;
}
.process-timeline {
    max-width: 800px;
    margin: 0 auto;
}
.timeline-item {
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
    padding: 25px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.timeline-number {
    background: #3498db;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight:

			.lifesafer-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.hero-section {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 40px;
}
.hero-section h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    font-weight: 700;
}
.hero-section h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #ecf0f1;
}
.hero-subtitle {
    font-size: 1.2em;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}
.content-section {
    margin: 40px 0;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.iid-scenarios {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}
.scenario-card {
    padding: 30px;
    border-radius: 10px;
    border-left: 5px solid;
}
.scenario-card.mandatory {
    background: #fdf2f2;
    border-left-color: #e74c3c;
}
.scenario-card.optional {
    background: #f0f9f0;
    border-left-color: #27ae60;
}
.important-note {
    background: #ffe6e6;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #e74c3c;
    margin-top: 15px;
    font-weight: 500;
}
.benefit-note {
    background: #e8f5e8;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #27ae60;
    margin-top: 15px;
    font-weight: 500;
}
.why-lifesafer {
    background: #f8f9fa;
}
.personal-note {
    font-style: italic;
    font-size: 1.1em;
    color: #555;
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.benefit-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}
.benefit-card h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.1em;
}
.cta-section {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: white;
    padding: 50px 40px;
    border-radius: 15px;
    text-align: center;
    margin: 40px 0;
}
.main-cta-button {
    display: inline-block;
    background: white;
    color: #27ae60;
    padding: 20px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2em;
    margin: 20px 0;
    transition: transform 0.3s ease;
}
.main-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.cta-note {
    font-size: 0.9em;
    opacity: 0.9;
    margin-top: 10px;
}
.process-steps {
    margin-top: 30px;
}
.step {
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}
.step-number {
    background: #3498db;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

	/* Add this to your existing CSS or Appearance → Customize → Additional CSS */
/* Offense Level Tabs */
.offense-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #e9ecef;
}
.tab-button {
    background: none;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 500;
    color: #666;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}
.tab-button:hover {
    color: #3498db;
    background: #f8f9fa;
}
.tab-button.active {
    color: #3498db;
    border-bottom-color: #3498db;
    background: #f8f9fa;
}
.offense-content {
    display: none;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.offense-content.active {
    display: block;
}
.offense-header h3 {
    color: #2c3e50;
    margin-bottom: 15px;
}
.warning-text {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    font-weight: 500;
}
/* Suspension Information Cards */
.suspension-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 30px 0;
}
.suspension-card {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    border-left: 5px solid #3498db;
}
.suspension-card.administrative {
    border-left-color: #e74c3c;
}
.suspension-card.court {
    border-left-color: #f39c12;
}
.suspension-card h4 {
    color: #2c3e50;
    margin-bottom: 15px;
}
.suspension-details {
    margin-top: 15px;
}
.detail-item {
    margin: 10px 0;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}
.detail-item:last-child {
    border-bottom: none;
}
/* License Options */
.options-section {
    margin: 30px 0;
}
.option-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 0;
}
.option-card.recommended {
    border-color: #27ae60;
    background: #f8fff8;
}
.option-card h5 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.3em;
}
.option-benefits {
    margin: 15px 0;
}
.benefit {
    color: #27ae60;
    margin: 8px 0;
    font-weight: 500;
}
.option-requirements {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}
.option-requirements ul {
    margin: 10px 0 0 20px;
}
.option-requirements li {
    margin: 5px 0;
}
/* Repeat Offender Requirements */
.repeat-requirements {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 30px 0;
}
.requirement-card {
    background: #fff5f5;
    border: 2px solid #fed7d7;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.requirement-card h4 {
    color: #e53e3e;
    margin-bottom: 15px;
}
.requirement-details {
    text-align: left;
}
.detail {
    margin: 10px 0;
    padding: 5px 0;
}
.critical-notice {
    background: #fff5f5;
    border: 2px solid #fed7d7;
    border-radius: 10px;
    padding: 25px;
    margin: 30px 0;
}
.critical-notice h4 {
    color: #e53e3e;
    margin-bottom: 15px;
}
/* Injury/Felony Penalties */
.injury-penalties {
    margin: 30px 0;
}
.penalty-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.penalty-card {
    background: #fff8e1;
    border: 2px solid #ffecb3;
    border-radius: 10px;
    padding: 20px;
}
.penalty-card h4 {
    color: #f57c00;
    margin-bottom: 15px;
}
.penalty-card ul {
    margin: 0;
    padding-left: 20px;
}
.penalty-card li {
    margin: 8px 0;
}
/* Step-by-Step Checklist */
.step-by-step-section {
    background: #f8f9fa;
    padding: 50px 40px;
    border-radius: 15px;
    margin: 50px 0;
}
.checklist-intro {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    font-size: 1.1em;
}
.checklist {
    max-width: 900px;
    margin: 0 auto;
}
.checklist-item {
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
.step-number {
    background: #3498db;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.4em;
    margin-right: 25px;
    flex-shrink: 0;
}
.step-content {
    flex: 1;
}
.step-content h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.3em;
}
.step-details {
    margin-top: 15px;
}
.action-item {
    display: flex;
    align-items: center;
    margin: 12px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
}
.action-item input[type="checkbox"] {
    margin-right: 12px;
    transform: scale(1.2);
}
.action-item label {
    flex: 1;
    margin-right: 15px;
    cursor: pointer;
}
.inline-cta {
    background: #27ae60;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
    white-space: nowrap;
}
.inline-cta:hover {
    background: #219a52;
    transform: translateY(-1px);
}
/* Documents Section */
.documents-section {
    margin: 50px 0;
    padding: 40px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}
.documents-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}
.document-category {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    border-top: 4px solid #3498db;
}
.document-category h4 {
    color: #2c3e50;
    margin-bottom: 15px;
}
.document-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.document-list li {
    margin: 10px 0;
    padding: 5px 0;
    color: #555;
}
/* Responsive Design */
@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
.resources-grid {
    grid-template-columns: 1fr;
}

.suspension-info {
    grid-template-columns: 1fr;
}

.repeat-requirements {
    grid-template-columns: 1fr;
}

.penalty-grid {
    grid-template-columns: 1fr;
}

.documents-grid {
    grid-template-columns: 1fr;
}

.offense-tabs {
    flex-direction: column;
}

.tab-button {
    width: 100%;
    text-align: center;
}

.checklist-item {
    flex-direction: column;
    text-align: center;
}

.step-number {
    margin-right: 0;
    margin-bottom: 20px;
}

}
