/* Practice Page Styles */
.practice-page {
    line-height: 1.6;
    color: #333;
}

/* Hero Section */
.practice-hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 4rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.practice-hero-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: start;
}

.practice-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.practice-hero-subtitle {
    font-size: 1.2rem;
    color: #4a5568;
    margin-bottom: 2rem;
    font-weight: 500;
}

.practice-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.practice-benefit-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
}

.practice-benefit-icon {
    color: #24b2a5;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.practice-benefit-item span {
    font-size: 1rem;
    color: #4a5568;
}

/* Form Container */
.practice-form-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.practice-form-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.practice-form-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a365d;
    margin: 0;
}

.practice-form-card {
    border-radius: 8px;
    overflow: hidden;
}

.practice-form-card iframe {
    width: 100%;
    border: none;
    min-height: 700px;
}

/* Form Footer */
.practice-form-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.practice-contact-options {
    margin-bottom: 2rem;
}

.practice-contact-header {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 1rem;
    text-align: center;
}

.practice-contact-methods {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.practice-contact-method {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.practice-contact-method:hover {
    background: #24b2a5;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(36, 178, 165, 0.2);
}

.practice-contact-method i {
    font-size: 1.1rem;
}

.practice-large-practice-note {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 1.5rem;
    border-left: 4px solid #f39c12;
}

.practice-large-practice-note p {
    margin: 0 0 0.5rem 0;
    color: #856404;
    line-height: 1.6;
}

/* Large Praxis Section */
.practice-large-praxis-section {
    padding: 2rem 0;
    background: #f8f9fa;
}

.practice-large-praxis-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #6b7280;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    max-width: 700px;
    margin: 0 auto;
}

.practice-large-praxis-icon {
    width: 48px;
    height: 48px;
    background: #6b7280;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.practice-large-praxis-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.practice-large-praxis-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.practice-large-praxis-content p {
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.practice-large-praxis-contacts {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.practice-contact-btn {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    text-decoration: none;
    color: #4b5563;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.practice-contact-btn:hover {
    background: #e5e7eb;
    color: #374151;
    border-color: #9ca3af;
}

.practice-contact-btn i {
    font-size: 1rem;
}

/* Flyer Preview Section */
.practice-flyer-preview-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.practice-flyer-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin: 3rem 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.practice-flyer-image {
    text-align: center;
}

.practice-flyer-image h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 1rem;
}

.practice-flyer-image a {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: 3px solid #ffffff;
}

.practice-flyer-image a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border-color: #24b2a5;
}

.practice-flyer-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.practice-flyer-image a:hover img {
    transform: scale(1.02);
}

.practice-flyer-disclaimer {
    text-align: center;
    margin-top: 2rem;
    color: #6b7280;
    font-style: italic;
}

/* Insurers Section */
.practice-insurers-section {
    padding: 4rem 0;
    background: #ffffff;
}

/* Section Styles */
.practice-section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
    padding-bottom: 0.8rem;
}

.practice-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #24b2a5 0%, #48c2b7 100%);
    border-radius: 2px;
}

.practice-section-subtitle {
    font-size: 1.2rem;
    color: #4a5568;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 500;
}

/* Package Section */
.practice-package-section {
    padding: 4rem 0;
    background: #ffffff;
}

.practice-package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.practice-package-item {
    text-align: center;
    padding: 2rem 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.practice-package-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.practice-package-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.practice-package-item h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 0.5rem;
}

.practice-package-item p {
    color: #6b7280;
    margin: 0;
}

/* Training Section */
.practice-training-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
}

.practice-training-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2rem;
}

.practice-training-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.practice-training-list li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #4a5568;
    border-bottom: 1px solid #e5e7eb;
}

.practice-training-list li:last-child {
    border-bottom: none;
}

.practice-training-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #24b2a5;
    font-weight: bold;
}

.practice-training-cta {
    text-align: center;
}

.practice-training-options {
    color: #4a5568;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.practice-training-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.practice-training-checkbox-note {
    background: #e8f5e8;
    color: #2d5a32;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    border: 1px solid #c3e6c3;
}

/* Buttons */
.practice-btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.practice-btn-primary {
    background: linear-gradient(135deg, #24b2a5 0%, #48c2b7 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(36, 178, 165, 0.3);
}

.practice-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(36, 178, 165, 0.4);
}

.practice-btn-secondary {
    background: #ffffff;
    color: #24b2a5;
    border: 2px solid #24b2a5;
}

.practice-btn-secondary:hover {
    background: #24b2a5;
    color: #ffffff;
}

.practice-btn-large {
    padding: 16px 32px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* FAQ Section */
.practice-faq-section {
    padding: 4rem 0;
    background: #ffffff;
}

.practice-faq-list {
    margin-top: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.practice-faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.practice-faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.practice-faq-question {
    padding: 1.5rem;
    font-weight: 600;
    color: #1a365d;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.practice-faq-question:hover {
    background: #f8f9fa;
}

.practice-faq-question::after {
    content: '+';
    font-size: 1.5rem;
    color: #24b2a5;
    transition: transform 0.3s ease;
}

.practice-faq-item[open] .practice-faq-question::after {
    transform: rotate(45deg);
}

.practice-faq-answer {
    padding: 0 1.5rem 1.5rem;
    color: #4a5568;
    line-height: 1.7;
}

.practice-faq-answer p {
    margin: 0;
}

/* Process Section */
.practice-process-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
    position: relative;
}

.practice-process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #24b2a5 50%, transparent 100%);
}

.practice-process-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.practice-process-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 1rem;
    position: relative;
}

.practice-process-subtitle {
    font-size: 1.2rem;
    color: #6b7280;
    margin-bottom: 4rem;
    font-weight: 500;
}

.practice-process-timeline {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
    align-items: center;
    margin: 3rem 0;
}

.practice-process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.practice-process-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(36, 178, 165, 0.15);
    border-color: #24b2a5;
}

.practice-process-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #24b2a5 0%, #48c2b7 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 6px 20px rgba(36, 178, 165, 0.3);
    position: relative;
}

.practice-process-icon::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, #24b2a5, #48c2b7);
    z-index: -1;
    opacity: 0.2;
}

.practice-process-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.practice-process-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 0.5rem;
}

.practice-process-content p {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.practice-process-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.practice-process-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #24b2a5 0%, #48c2b7 100%);
    position: relative;
}

.practice-process-line::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 8px solid #24b2a5;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.practice-process-dot {
    width: 12px;
    height: 12px;
    background: #24b2a5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #ffffff;
    box-shadow: 0 2px 8px rgba(36, 178, 165, 0.3);
}

.practice-process-cta {
    margin-top: 4rem;
}

/* Trust Section */
.practice-trust-section {
    padding: 4rem 0;
    background: #ffffff;
}

.practice-trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.practice-trust-item {
    text-align: center;
    padding: 2rem 1rem;
}

.practice-trust-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #24b2a5;
    margin-bottom: 0.5rem;
}

.practice-trust-icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.practice-trust-item p {
    color: #4a5568;
    margin: 0;
    font-weight: 500;
}

.practice-trust-cta {
    text-align: center;
    margin-top: 3rem;
}

/* Footer Contact */
.practice-footer-contact {
    padding: 2rem 0;
    background: #1a365d;
    color: #ffffff;
    text-align: center;
}

.practice-footer-contact a {
    color: #24b2a5;
    text-decoration: none;
}

.practice-footer-contact a:hover {
    text-decoration: underline;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .practice-hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .practice-hero-title {
        font-size: 2rem;
    }
    
    .practice-form-container {
        padding: 1.5rem;
    }
    
    .practice-training-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .practice-process-timeline {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .practice-process-connector {
        display: none;
    }
    
    .practice-process-step {
        padding: 1.5rem;
    }
    
    .practice-section-title {
        font-size: 1.75rem;
    }
    
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .practice-hero-section {
        padding: 2rem 0;
    }
    
    .practice-hero-title {
        font-size: 1.75rem;
    }
    
    .practice-package-grid {
        grid-template-columns: 1fr;
    }
    
    .practice-faq-question {
        padding: 1rem;
    }
    
    .practice-faq-answer {
        padding: 0 1rem 1rem;
    }
    
    .practice-trust-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
    
    .practice-large-praxis-card {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 1.25rem;
    }
    
    .practice-large-praxis-contacts {
        justify-content: center;
    }
    
    .practice-flyer-images {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .practice-contact-btn {
        flex: 1;
        justify-content: center;
    }
}
