/* ===========================
   PAGES.CSS - Inner Pages Styling
   =========================== */

/* ===========================
   PAGE HERO
   =========================== */

.page-hero {
    padding: 10rem 2rem 5rem;
    background: linear-gradient(135deg, var(--midnight) 0%, var(--navy) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(193, 116, 50, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.page-hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.page-hero h1 {
    color: var(--text-white);
    margin-bottom: 1rem;
}

.page-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* ===========================
   SERVICE DETAIL SECTIONS
   =========================== */

.service-detail {
    padding: var(--spacing-xl) 2rem;
}

.service-detail.alt-bg {
    background: var(--bg-secondary);
}

.service-detail-container {
    max-width: 1000px;
    margin: 0 auto;
}

.service-detail-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.service-detail-header .service-number {
    font-family: var(--font-display);
    font-size: 6rem;
    font-weight: 700;
    color: rgba(193, 116, 50, 0.1);
    position: absolute;
    top: -4.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.service-detail-header h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}

.service-tagline {
    font-size: 1.2rem;
    color: var(--copper);
    font-weight: 500;
}

.service-content {
    background: var(--bg-primary);
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.service-detail.alt-bg .service-content {
    background: var(--bg-primary);
}

.service-description h3 {
    color: var(--navy);
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.service-description p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* ===========================
   SERVICE FEATURES
   =========================== */

.service-features-detailed {
    margin: 3rem 0;
    padding: 2rem 0;
    border-top: 2px solid var(--pearl);
    border-bottom: 2px solid var(--pearl);
}

.service-features-detailed h3 {
    color: var(--navy);
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-item {
    background: var(--bg-secondary);
    padding: 2rem;
    border-radius: 6px;
    border-left: 3px solid var(--copper);
}

.feature-item h4 {
    color: var(--navy);
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

.feature-item p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ===========================
   PROCESS STEPS
   =========================== */

.service-process {
    margin: 3rem 0;
}

.service-process h3 {
    color: var(--navy);
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

.process-step {
    text-align: center;
    position: relative;
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--copper);
    color: var(--text-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.process-step h4 {
    color: var(--navy);
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
}

.process-step p {
    font-size: 0.95rem;
    color: var(--text-secondary);
}

/* ===========================
   APPLICATIONS & LISTS
   =========================== */

.service-applications {
    margin: 3rem 0;
}

.service-applications h3 {
    color: var(--navy);
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.applications-list {
    list-style: none;
    padding: 0;
}

.applications-list li {
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--pearl);
    font-size: 1.05rem;
    line-height: 1.7;
}

.applications-list li:last-child {
    border-bottom: none;
}

.applications-list strong {
    color: var(--copper);
    font-weight: 600;
}

.approach-list {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.approach-list li {
    padding: 0.75rem 0 0.75rem 2rem;
    position: relative;
    line-height: 1.7;
}

.approach-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--copper);
    font-weight: bold;
    font-size: 1.2rem;
}

.approach-list strong {
    color: var(--navy);
}

/* ===========================
   SERVICE CTA
   =========================== */

.service-cta {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
}

/* ===========================
   WORKING TOGETHER SECTION
   =========================== */

.working-together {
    padding: var(--spacing-xl) 2rem;
    background: var(--bg-secondary);
}

.working-together-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.working-together h2 {
    margin-bottom: 1rem;
}

.working-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.working-item {
    background: var(--bg-primary);
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.working-item h3 {
    color: var(--copper);
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.working-item p {
    font-size: 1rem;
    line-height: 1.7;
}

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

.contact-content {
    padding: var(--spacing-xl) 2rem;
    background: var(--bg-primary);
}

.contact-container {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info h2 {
    margin-bottom: 1.5rem;
}

.contact-method {
    margin: 2rem 0;
}

.contact-method h3 {
    color: var(--copper);
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-method p,
.contact-method a {
    font-size: 1.1rem;
    line-height: 1.6;
}

.calendly-container {
    background: var(--bg-secondary);
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
}

.calendly-container h3 {
    margin-bottom: 1rem;
    color: var(--navy);
}

.calendly-container p {
    margin-bottom: 1.5rem;
}

.calendly-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: var(--copper);
    color: var(--text-white);
    border-radius: 4px;
    font-weight: 600;
    transition: all var(--transition-normal);
    box-shadow: 0 4px 15px rgba(193, 116, 50, 0.2);
}

.calendly-button:hover {
    background: var(--bronze);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(193, 116, 50, 0.3);
    color: var(--text-white);
}

.office-location {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid var(--pearl);
}

.office-location h3 {
    margin-bottom: 1rem;
}

/* ===========================
   EXPERTISE PAGE
   =========================== */

.expertise-detail {
    padding: var(--spacing-xl) 2rem;
}

.expertise-detail.alt-bg {
    background: var(--bg-secondary);
}

.expertise-detail-container {
    max-width: 1000px;
    margin: 0 auto;
}

.expertise-header {
    text-align: center;
    margin-bottom: 3rem;
}

.expertise-header h2 {
    margin-bottom: 1rem;
}

.expertise-intro {
    font-size: 1.2rem;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.expertise-content {
    background: var(--bg-primary);
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.expertise-detail.alt-bg .expertise-content {
    background: var(--bg-primary);
}

.expertise-content h3 {
    color: var(--navy);
    margin: 2rem 0 1rem;
    font-size: 1.6rem;
}

.expertise-content h3:first-child {
    margin-top: 0;
}

.expertise-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.expertise-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.expertise-list li {
    padding: 0.75rem 0 0.75rem 2rem;
    position: relative;
    line-height: 1.7;
    font-size: 1.05rem;
}

.expertise-list li::before {
    content: '•';
    position: absolute;
    left: 0.5rem;
    color: var(--copper);
    font-weight: bold;
    font-size: 1.5rem;
}

/* ===========================
   RESPONSIVE - PAGES
   =========================== */

@media (max-width: 968px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .service-content {
        padding: 2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .page-hero {
        padding: 8rem 1.5rem 4rem;
    }
    
    .service-detail-header .service-number {
        font-size: 4rem;
        top: -1rem;
    }
    
    .service-content {
        padding: 1.5rem;
    }
}
