/* ===================================
   PAGE-SPECIFIC STYLES
   Act Now Injury Lawyers
   =================================== */

/* PAGE HEADER */
.page-header {
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
    padding: 100px 40px 60px;
    text-align: center;
    position: relative;
}

.page-header-content h1 {
    font-family: 'Crimson Pro', serif;
    font-size: 48px;
    font-weight: 900;
    color: #0F172A;
    margin-bottom: 16px;
}

.page-header-content p {
    font-size: 20px;
    color: #475569;
}

/* ===================================
   ABOUT PAGE STYLES
   =================================== */

.about-intro {
    padding: 100px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 36px;
    font-weight: 900;
    color: #0F172A;
    margin-bottom: 24px;
}

.about-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 20px;
}

.about-image {
    background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
    border-radius: 16px;
    padding: 40px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.stats-overlay {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stat-box {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    text-align: center;
}

.stat-box .stat-number {
    display: block;
    font-size: 40px;
    font-weight: 900;
    color: #1E3A8A;
    margin-bottom: 8px;
}

.stat-box .stat-label {
    font-size: 14px;
    color: #64748B;
    font-weight: 600;
}

/* MISSION SECTION */
.mission {
    padding: 100px 40px;
    background: #F8FAFC;
}

.mission-container {
    max-width: 1400px;
    margin: 0 auto;
}

.mission h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.mission-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.mission-icon {
    font-size: 48px;
    margin-bottom: 24px;
}

.mission-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 16px;
}

.mission-card p {
    font-size: 16px;
    color: #64748B;
    line-height: 1.7;
}

/* TEAM SECTION */
.team {
    padding: 100px 40px;
}

.team-container {
    max-width: 1400px;
    margin: 0 auto;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.team-member {
    text-align: center;
}

.team-photo {
    margin-bottom: 24px;
}

.photo-placeholder {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1E3A8A, #DC2626);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 900;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.team-member h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}

.team-title {
    color: #DC2626;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.team-bio {
    font-size: 16px;
    color: #64748B;
    line-height: 1.6;
}

/* TESTIMONIALS */
.testimonials {
    padding: 100px 40px;
    background: #F8FAFC;
}

.testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
}

.testimonials h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.testimonial-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stars {
    color: #F59E0B;
    font-size: 20px;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    font-weight: 600;
    color: #0F172A;
    font-size: 14px;
}

/* ===================================
   CONTACT PAGE STYLES
   =================================== */

.contact-page {
    padding: 80px 40px;
}

.contact-page-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.contact-info-section h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 16px;
}

.contact-info-section > p {
    font-size: 18px;
    color: #64748B;
    margin-bottom: 40px;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-method {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.method-icon {
    font-size: 32px;
    width: 60px;
    height: 60px;
    background: #F8FAFC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.method-details h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}

.method-details p {
    font-size: 16px;
    color: #64748B;
    line-height: 1.6;
}

.method-details a {
    color: #1E3A8A;
    text-decoration: none;
}

.method-details a:hover {
    color: #DC2626;
}

.method-note {
    display: block;
    font-size: 14px;
    color: #94A3B8;
    margin-top: 4px;
}

.emergency-notice {
    background: linear-gradient(135deg, #FEE2E2, #FEE2E2);
    border: 2px solid #DC2626;
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
}

.emergency-notice h3 {
    font-size: 20px;
    font-weight: 700;
    color: #DC2626;
    margin-bottom: 12px;
}

.emergency-notice p {
    color: #475569;
    line-height: 1.6;
}

.emergency-notice a {
    color: #DC2626;
    font-weight: 700;
    text-decoration: none;
}

/* CONTACT FORM */
.contact-form-section h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 8px;
}

.form-subtitle {
    font-size: 16px;
    color: #64748B;
    margin-bottom: 32px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-weight: 600;
    color: #0F172A;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    border: 2px solid #E5E7EB;
    border-radius: 8px;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #0F172A;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1E3A8A;
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: #DC2626;
}

.error-message {
    color: #DC2626;
    font-size: 12px;
    margin-top: 4px;
}

.checkbox-group {
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.checkbox-group input {
    width: auto;
}

.checkbox-group label {
    font-weight: 400;
    font-size: 14px;
}

.form-submit {
    width: 100%;
    margin-top: 8px;
}

.form-note {
    font-size: 12px;
    color: #94A3B8;
    text-align: center;
}

/* MAP SECTION */
.map-section {
    padding: 80px 40px;
    background: #F8FAFC;
}

.map-container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.map-container h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 32px;
}

.map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    margin-bottom: 16px;
}

.map-note {
    font-size: 14px;
    color: #64748B;
}

/* ===================================
   FAQ PAGE STYLES
   =================================== */

.faq-section {
    padding: 80px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.faq-intro {
    text-align: center;
    margin-bottom: 60px;
}

.faq-intro h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 16px;
}

.faq-intro p {
    font-size: 18px;
    color: #64748B;
}

.faq-intro a {
    color: #DC2626;
    text-decoration: none;
    font-weight: 600;
}

.faq-category {
    margin-bottom: 48px;
}

.category-title {
    font-family: 'Crimson Pro', serif;
    font-size: 28px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 3px solid #DC2626;
}

.faq-item {
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s;
}

.faq-item:hover {
    border-color: #1E3A8A;
}

.faq-item.active {
    border-color: #DC2626;
}

.faq-question {
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #F8FAFC;
}

.faq-item.active .faq-question {
    background: #DC2626;
    color: white;
}

.faq-question h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.faq-icon {
    font-size: 28px;
    font-weight: 300;
    transition: transform 0.3s;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.faq-item.active .faq-answer {
    padding: 0 24px 24px;
    max-height: 1000px;
}

.faq-answer p {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
}

.faq-cta {
    background: linear-gradient(135deg, #1E3A8A, #1E293B);
    color: white;
    padding: 60px 40px;
    border-radius: 16px;
    text-align: center;
    margin-top: 60px;
}

.faq-cta h3 {
    font-family: 'Crimson Pro', serif;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 16px;
}

.faq-cta p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.faq-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===================================
   PRACTICE AREAS PAGE STYLES
   =================================== */

.practice-intro {
    padding: 80px 40px;
    background: #F8FAFC;
}

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

.practice-intro h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 36px;
    font-weight: 900;
    color: #0F172A;
    margin-bottom: 20px;
}

.practice-intro > p {
    font-size: 18px;
    line-height: 1.8;
    color: #475569;
    max-width: 900px;
    margin: 0 auto 40px;
}

.intro-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.intro-stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.intro-stat .stat-number {
    font-size: 48px;
    font-weight: 900;
    color: #1E3A8A;
    line-height: 1;
}

.intro-stat .stat-label {
    font-size: 14px;
    color: #64748B;
    font-weight: 600;
}

/* Practice Detail Sections */
.practice-detail {
    padding: 100px 40px;
}

.practice-detail.alternate {
    background: #F8FAFC;
}

.practice-detail-container {
    max-width: 1200px;
    margin: 0 auto;
}

.practice-detail-content {
    max-width: 100%;
}

.practice-icon-large {
    font-size: 64px;
    margin-bottom: 24px;
}

.practice-detail h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 42px;
    font-weight: 900;
    color: #0F172A;
    margin-bottom: 16px;
}

.practice-lead {
    font-size: 20px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 40px;
    font-weight: 500;
}

.practice-detail h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0F172A;
    margin: 40px 0 20px;
}

.practice-detail h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    margin: 24px 0 12px;
}

.practice-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.practice-list li {
    padding: 12px 0;
    padding-left: 32px;
    position: relative;
    line-height: 1.7;
    color: #475569;
}

.practice-list li::before {
    content: "•";
    position: absolute;
    left: 12px;
    color: #DC2626;
    font-weight: 900;
    font-size: 20px;
}

.practice-list li strong {
    color: #0F172A;
    font-weight: 700;
}

/* Compensation Grid */
.compensation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 30px 0;
}

.compensation-item {
    background: white;
    padding: 24px;
    border-radius: 12px;
    border: 2px solid #E5E7EB;
    text-align: center;
}

.practice-detail.alternate .compensation-item {
    background: white;
}

.comp-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 12px;
}

.compensation-item strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}

.compensation-item p {
    font-size: 14px;
    color: #64748B;
    line-height: 1.5;
    margin: 0;
}

/* Injury Types */
.injury-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 30px 0;
}

.injury-card {
    background: white;
    padding: 24px;
    border-radius: 12px;
    border-left: 4px solid #DC2626;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.practice-detail.alternate .injury-card {
    background: white;
}

.injury-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}

.injury-card p {
    font-size: 15px;
    color: #64748B;
    line-height: 1.6;
    margin: 0;
}

/* Numbered List */
.numbered-list {
    counter-reset: item;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.numbered-list li {
    counter-increment: item;
    padding: 16px 16px 16px 60px;
    position: relative;
    margin-bottom: 12px;
    background: white;
    border-radius: 8px;
    line-height: 1.7;
    color: #475569;
}

.practice-detail.alternate .numbered-list li {
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.numbered-list li::before {
    content: counter(item);
    position: absolute;
    left: 16px;
    top: 16px;
    width: 32px;
    height: 32px;
    background: #DC2626;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 16px;
}

.numbered-list li strong {
    color: #0F172A;
    font-weight: 700;
}

/* Evidence Box */
.evidence-box,
.important-box {
    background: #FEF3C7;
    border: 2px solid #F59E0B;
    border-radius: 12px;
    padding: 30px;
    margin: 30px 0;
}

.evidence-box h4,
.important-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.evidence-box p,
.important-box p {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 12px;
}

.evidence-box ul,
.important-box ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}

.evidence-box ul li,
.important-box ul li {
    padding: 8px 0;
    color: #475569;
    line-height: 1.6;
}

.important-box {
    background: #FEE2E2;
    border-color: #DC2626;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 30px 0;
}

.benefit-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #E5E7EB;
}

.practice-detail.alternate .benefit-card {
    background: white;
}

.benefit-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 16px;
}

.benefit-card p {
    color: #475569;
    margin-bottom: 12px;
    line-height: 1.6;
}

.benefit-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-card ul li {
    padding: 6px 0;
    padding-left: 24px;
    position: relative;
    color: #64748B;
    font-size: 15px;
}

.benefit-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10B981;
    font-weight: 900;
}

/* Causes Grid */
.causes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 30px 0;
}

.cause-card {
    background: white;
    padding: 24px;
    border-radius: 12px;
    border-top: 4px solid #1E3A8A;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.practice-detail.alternate .cause-card {
    background: white;
}

.cause-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 12px;
}

.cause-card p {
    font-size: 14px;
    color: #64748B;
    line-height: 1.6;
    margin: 0;
}

/* Regulations Box */
.regulations-box {
    background: white;
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #1E3A8A;
    margin: 30px 0;
}

.practice-detail.alternate .regulations-box {
    background: white;
}

.regulations-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.regulations-box ul li {
    padding: 8px 0;
    color: #475569;
}

/* Practice CTA */
.practice-cta {
    background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
    padding: 40px;
    border-radius: 16px;
    margin-top: 50px;
    text-align: center;
}

.practice-detail.alternate .practice-cta {
    background: linear-gradient(135deg, #FEF3C7, #FEF9C3);
}

.practice-cta p {
    font-size: 18px;
    color: #475569;
    margin-bottom: 24px;
    line-height: 1.7;
}

.practice-cta p strong {
    color: #0F172A;
    font-weight: 700;
}

.practice-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Why Choose Us Section */
.why-choose-practice {
    padding: 100px 40px;
    background: #0F172A;
    color: white;
}

.why-choose-practice h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
}

.why-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.why-item {
    text-align: center;
}

.why-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.why-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.why-item p {
    font-size: 15px;
    color: #CBD5E1;
    line-height: 1.6;
}

/* ===================================
   PRIVACY POLICY PAGE STYLES
   =================================== */

.privacy-content {
    padding: 80px 40px;
    background: #F8FAFC;
}

.privacy-container {
    max-width: 900px;
    margin: 0 auto;
}

.update-notice {
    background: #EFF6FF;
    border-left: 4px solid #1E3A8A;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.update-notice p {
    margin: 0;
    color: #1E3A8A;
    font-weight: 600;
}

.privacy-section {
    background: white;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

.privacy-section h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 36px;
    font-weight: 900;
    color: #0F172A;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 3px solid #DC2626;
}

.privacy-section h3 {
    font-family: 'Crimson Pro', serif;
    font-size: 24px;
    font-weight: 700;
    color: #0F172A;
    margin: 40px 0 16px;
}

.privacy-section h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin: 24px 0 12px;
}

.privacy-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 20px;
}

.privacy-section ul {
    margin: 20px 0;
    padding-left: 30px;
}

.privacy-section ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 12px;
}

.privacy-section a {
    color: #1E3A8A;
    text-decoration: none;
    font-weight: 600;
}

.privacy-section a:hover {
    color: #DC2626;
    text-decoration: underline;
}

.privacy-section strong {
    color: #0F172A;
    font-weight: 700;
}

.important-notice {
    background: #FEF3C7;
    border: 2px solid #F59E0B;
    border-radius: 12px;
    padding: 24px;
    margin: 30px 0;
}

.important-notice h4 {
    color: #92400E;
    margin-top: 0;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.important-notice p {
    color: #78350F;
    margin-bottom: 0;
}

.privacy-cta {
    background: linear-gradient(135deg, #1E3A8A, #1E293B);
    color: white;
    padding: 60px 50px;
    border-radius: 16px;
    text-align: center;
}

.privacy-cta h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 16px;
}

.privacy-cta p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.privacy-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===================================
   NOTIFICATION STYLES
   =================================== */

.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 20px 24px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 10000;
    transform: translateX(400px);
    transition: transform 0.3s;
    max-width: 400px;
}

.notification.show {
    transform: translateX(0);
}

.notification-success {
    border-left: 4px solid #10B981;
}

.notification-error {
    border-left: 4px solid #DC2626;
}

.notification-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #94A3B8;
    padding: 0;
    line-height: 1;
}

.notification-close:hover {
    color: #0F172A;
}

/* ===================================
   ANIMATIONS
   =================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-in {
    animation: fadeInUp 0.6s ease-out;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (max-width: 1024px) {
    .about-container,
    .contact-page-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .mission-grid,
    .team-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .intro-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .compensation-grid,
    .causes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .regulations-box ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 80px 20px 40px;
    }
    
    .page-header-content h1 {
        font-size: 32px;
    }
    
    .mission-grid,
    .team-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .faq-cta-buttons {
        flex-direction: column;
    }
    
    .notification {
        right: 10px;
        left: 10px;
        max-width: calc(100% - 20px);
    }
    
    /* Practice Areas Mobile */
    .intro-stats {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .practice-icon-large {
        font-size: 48px;
    }
    
    .practice-detail h2 {
        font-size: 32px;
    }
    
    .practice-lead {
        font-size: 17px;
    }
    
    .compensation-grid,
    .injury-types,
    .benefits-grid,
    .causes-grid {
        grid-template-columns: 1fr;
    }
    
    .why-grid {
        grid-template-columns: 1fr;
    }
    
    .practice-cta-buttons {
        flex-direction: column;
    }
    
    .practice-cta-buttons .btn-primary,
    .practice-cta-buttons .btn-secondary {
        width: 100%;
    }
}
