/* Accounting & Reporting Consulting Page Styles */

/* ARC Hero Section */
.arc-hero {
    padding-top: 5rem;
    padding-bottom: 3rem;
    background: linear-gradient(135deg, var(--color-navy) 0%, #0a2d5f 100%);
    position: relative;
    overflow: hidden;
}

@media (min-width: 640px) {
    .arc-hero {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 1024px) {
    .arc-hero {
        padding-top: 7rem;
        padding-bottom: 4rem;
    }
}

.arc-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 145, 68, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

@media (min-width: 768px) {
    .arc-hero::before {
        width: 450px;
        height: 450px;
    }
}

@media (min-width: 1024px) {
    .arc-hero::before {
        width: 600px;
        height: 600px;
    }
}

.arc-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(251, 215, 113, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

@media (min-width: 768px) {
    .arc-hero::after {
        width: 375px;
        height: 375px;
    }
}

@media (min-width: 1024px) {
    .arc-hero::after {
        width: 500px;
        height: 500px;
    }
}

.arc-hero-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 1;
}

@media (min-width: 640px) {
    .arc-hero-container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.arc-hero-content {
    text-align: center;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.arc-hero-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(0, 145, 68, 0.2);
    border: 1px solid rgba(0, 145, 68, 0.3);
    border-radius: 32px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-secondary);
    margin-bottom: 20px;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (min-width: 640px) {
    .arc-hero-badge {
        padding: 8px 20px;
        font-size: 16px;
        margin-bottom: 24px;
    }
}

.arc-hero-title {
    font-size: 32px;
    font-family: var(--font-heading);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
    padding: 0 8px;
}

@media (min-width: 640px) {
    .arc-hero-title {
        font-size: 40px;
        margin-bottom: 24px;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .arc-hero-title {
        font-size: 48px;
    }
}

@media (min-width: 1024px) {
    .arc-hero-title {
        font-size: 56px;
    }
}

.arc-hero-accent {
    color: var(--color-secondary);
    position: relative;
    display: inline-block;
}

.arc-hero-accent::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    opacity: 0.4;
    z-index: -1;
}

.arc-hero-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    padding: 0 8px;
}

@media (min-width: 640px) {
    .arc-hero-subtitle {
        font-size: 18px;
        padding: 0;
        line-height: 1.7;
    }
}

@media (min-width: 768px) {
    .arc-hero-subtitle {
        font-size: 20px;
        line-height: 1.75;
    }
}

@media (min-width: 1024px) {
    .arc-hero-subtitle {
        font-size: 22px;
    }
}

/* What We Do Section */
.arc-services-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #ffffff 0%, var(--color-light) 100%);
}

@media (min-width: 640px) {
    .arc-services-section {
        padding: 80px 0;
    }
}

@media (min-width: 1024px) {
    .arc-services-section {
        padding: 96px 0;
    }
}

.arc-services-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 640px) {
    .arc-services-container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.arc-section-header {
    text-align: left;
    margin-bottom: 40px;
}

@media (min-width: 640px) {
    .arc-section-header {
        margin-bottom: 48px;
    }
}

@media (min-width: 1024px) {
    .arc-section-header {
        margin-bottom: 64px;
    }
}

.arc-section-title {
    font-size: 28px;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-navy);
    margin-bottom: 12px;
    line-height: 1.2;
}

@media (min-width: 640px) {
    .arc-section-title {
        font-size: 32px;
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) {
    .arc-section-title {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .arc-section-title {
        font-size: 40px;
    }
}

.arc-section-subtitle {
    font-size: 15px;
    color: #6b7280;
    max-width: 672px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 8px;
    line-height: 1.6;
}

@media (min-width: 640px) {
    .arc-section-subtitle {
        font-size: 16px;
        padding: 0;
        line-height: 1.7;
    }
}

@media (min-width: 768px) {
    .arc-section-subtitle {
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    .arc-section-subtitle {
        font-size: 18px;
        line-height: 1.75;
    }
}

.arc-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 640px) {
    .arc-services-grid {
        gap: 32px;
    }
}

@media (min-width: 768px) {
    .arc-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .arc-services-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.arc-service-card {
    background: linear-gradient(135deg, #ffffff 0%, var(--color-light) 100%);
    border: 2px solid rgba(0, 145, 68, 0.1);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

@media (min-width: 640px) {
    .arc-service-card {
        padding: 24px;
        border-radius: 24px;
    }
}

@media (min-width: 1024px) {
    .arc-service-card {
        padding: 40px;
    }
}

.arc-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .arc-service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        border-color: var(--color-primary);
    }

    .arc-service-card:hover::before {
        transform: scaleX(1);
    }

    .arc-service-card:hover .arc-icon-wrapper {
        transform: scale(1.1) rotate(5deg);
    }
}

.arc-service-icon {
    margin-bottom: 16px;
}

@media (min-width: 640px) {
    .arc-service-icon {
        margin-bottom: 24px;
    }
}

.arc-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
    .arc-icon-wrapper {
        width: 72px;
        height: 72px;
        border-radius: 18px;
    }
}

@media (min-width: 1024px) {
    .arc-icon-wrapper {
        width: 80px;
        height: 80px;
        border-radius: 20px;
    }
}

.arc-icon-1 {
    background: linear-gradient(135deg, rgba(0, 145, 68, 0.15) 0%, rgba(0, 145, 68, 0.05) 100%);
    border: 2px solid rgba(0, 145, 68, 0.2);
    color: var(--color-primary);
}

.arc-icon-2 {
    background: linear-gradient(135deg, rgba(251, 215, 113, 0.2) 0%, rgba(251, 215, 113, 0.1) 100%);
    border: 2px solid rgba(251, 215, 113, 0.3);
    color: #d97706;
}

.arc-icon-3 {
    background: linear-gradient(135deg, rgba(4, 30, 66, 0.15) 0%, rgba(4, 30, 66, 0.05) 100%);
    border: 2px solid rgba(4, 30, 66, 0.2);
    color: var(--color-navy);
}

.arc-icon-4 {
    background: linear-gradient(135deg, rgba(0, 145, 68, 0.15) 0%, rgba(251, 215, 113, 0.1) 100%);
    border: 2px solid rgba(0, 145, 68, 0.2);
    color: var(--color-primary);
}

.arc-service-title {
    font-size: 18px;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-navy);
    margin-bottom: 12px;
    line-height: 1.3;
}

@media (min-width: 640px) {
    .arc-service-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

@media (min-width: 1024px) {
    .arc-service-title {
        font-size: 24px;
    }
}

.arc-service-description {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
}

@media (min-width: 640px) {
    .arc-service-description {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .arc-service-description {
        font-size: 16px;
        line-height: 1.75;
    }
}

/* Why Choose Us Section */
.arc-why-section {
    padding: 60px 0;
    background: linear-gradient(135deg, var(--color-navy) 0%, #020a1a 100%);
    position: relative;
    overflow: hidden;
}

@media (min-width: 640px) {
    .arc-why-section {
        padding: 80px 0;
    }
}

@media (min-width: 1024px) {
    .arc-why-section {
        padding: 96px 0;
    }
}

.arc-why-section::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 145, 68, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

@media (min-width: 768px) {
    .arc-why-section::before {
        width: 450px;
        height: 450px;
    }
}

@media (min-width: 1024px) {
    .arc-why-section::before {
        width: 600px;
        height: 600px;
    }
}

.arc-why-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 1;
}

@media (min-width: 640px) {
    .arc-why-container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.arc-why-section .arc-section-title {
    color: #ffffff;
}

.arc-why-section .arc-section-subtitle {
    color: rgba(255, 255, 255, 0.85);
}

.arc-why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 640px) {
    .arc-why-grid {
        gap: 32px;
    }
}

@media (min-width: 768px) {
    .arc-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.arc-benefit-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

@media (min-width: 640px) {
    .arc-benefit-card {
        padding: 32px;
        border-radius: 24px;
    }
}

@media (min-width: 1024px) {
    .arc-benefit-card {
        padding: 40px;
    }
}

.arc-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .arc-benefit-card:hover {
        background: rgba(255, 255, 255, 0.08);
        border-color: var(--color-primary);
        transform: translateY(-8px);
    }

    .arc-benefit-card:hover::before {
        transform: scaleX(1);
    }

    .arc-benefit-card:hover .arc-benefit-icon-wrapper {
        transform: scale(1.1) rotate(5deg);
    }
}

.arc-benefit-icon {
    margin-bottom: 16px;
}

@media (min-width: 640px) {
    .arc-benefit-icon {
        margin-bottom: 24px;
    }
}

.arc-benefit-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
    .arc-benefit-icon-wrapper {
        width: 72px;
        height: 72px;
        border-radius: 18px;
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    .arc-benefit-icon-wrapper {
        width: 80px;
        height: 80px;
        border-radius: 20px;
        font-size: 32px;
    }
}

.arc-benefit-icon-1 {
    background: linear-gradient(135deg, rgba(0, 145, 68, 0.2) 0%, rgba(0, 145, 68, 0.1) 100%);
    border: 2px solid rgba(0, 145, 68, 0.3);
}

.arc-benefit-icon-2 {
    background: linear-gradient(135deg, rgba(251, 215, 113, 0.25) 0%, rgba(251, 215, 113, 0.15) 100%);
    border: 2px solid rgba(251, 215, 113, 0.35);
}

.arc-benefit-icon-3 {
    background: linear-gradient(135deg, rgba(0, 145, 68, 0.2) 0%, rgba(251, 215, 113, 0.15) 100%);
    border: 2px solid rgba(0, 145, 68, 0.3);
}

.arc-benefit-icon-4 {
    background: linear-gradient(135deg, rgba(4, 30, 66, 0.3) 0%, rgba(4, 30, 66, 0.15) 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.arc-benefit-title {
    font-size: 18px;
    font-family: var(--font-heading);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.3;
}

@media (min-width: 640px) {
    .arc-benefit-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

@media (min-width: 1024px) {
    .arc-benefit-title {
        font-size: 22px;
    }
}

.arc-benefit-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

@media (min-width: 640px) {
    .arc-benefit-description {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .arc-benefit-description {
        line-height: 1.75;
    }
}

/* Expertise Areas Section */
.arc-expertise-section {
    padding: 60px 0;
    background: linear-gradient(180deg, var(--color-light) 0%, #ffffff 100%);
}

@media (min-width: 640px) {
    .arc-expertise-section {
        padding: 80px 0;
    }
}

@media (min-width: 1024px) {
    .arc-expertise-section {
        padding: 96px 0;
    }
}

.arc-expertise-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 640px) {
    .arc-expertise-container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.arc-expertise-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 640px) {
    .arc-expertise-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media (min-width: 1024px) {
    .arc-expertise-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.arc-expertise-item {
    background: linear-gradient(135deg, #ffffff 0%, var(--color-light) 100%);
    border: 2px solid rgba(0, 145, 68, 0.1);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

@media (min-width: 640px) {
    .arc-expertise-item {
        padding: 28px;
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .arc-expertise-item {
        padding: 32px;
    }
}

.arc-expertise-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .arc-expertise-item:hover {
        transform: translateX(8px);
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
        border-color: var(--color-primary);
    }

    .arc-expertise-item:hover::before {
        transform: scaleY(1);
    }

    .arc-expertise-item:hover .arc-expertise-icon {
        transform: scale(1.1) rotate(5deg);
    }
}

.arc-expertise-icon {
    font-size: 32px;
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

@media (min-width: 640px) {
    .arc-expertise-icon {
        font-size: 40px;
        margin-bottom: 16px;
    }
}

@media (min-width: 1024px) {
    .arc-expertise-icon {
        font-size: 48px;
    }
}

.arc-expertise-title {
    font-size: 18px;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-navy);
    margin-bottom: 8px;
    line-height: 1.3;
}

@media (min-width: 640px) {
    .arc-expertise-title {
        font-size: 19px;
        margin-bottom: 12px;
    }
}

@media (min-width: 1024px) {
    .arc-expertise-title {
        font-size: 20px;
    }
}

.arc-expertise-description {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.5;
}

@media (min-width: 640px) {
    .arc-expertise-description {
        font-size: 14px;
        line-height: 1.625;
    }
}

/* CTA Section */
.arc-cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, var(--color-primary) 0%, #007a3a 100%);
    position: relative;
    overflow: hidden;
}

@media (min-width: 640px) {
    .arc-cta-section {
        padding: 80px 0;
    }
}

@media (min-width: 1024px) {
    .arc-cta-section {
        padding: 96px 0;
    }
}

.arc-cta-section::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

@media (min-width: 768px) {
    .arc-cta-section::before {
        width: 450px;
        height: 450px;
    }
}

@media (min-width: 1024px) {
    .arc-cta-section::before {
        width: 600px;
        height: 600px;
    }
}

.arc-cta-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 1;
}

@media (min-width: 640px) {
    .arc-cta-container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.arc-cta-content {
    text-align: center;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.arc-cta-title {
    font-size: 24px;
    font-family: var(--font-heading);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.2;
    padding: 0 8px;
}

@media (min-width: 640px) {
    .arc-cta-title {
        font-size: 30px;
        margin-bottom: 16px;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .arc-cta-title {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .arc-cta-title {
        font-size: 48px;
    }
}

.arc-cta-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    line-height: 1.6;
    padding: 0 8px;
}

@media (min-width: 640px) {
    .arc-cta-subtitle {
        font-size: 16px;
        margin-bottom: 36px;
        padding: 0;
        line-height: 1.7;
    }
}

@media (min-width: 768px) {
    .arc-cta-subtitle {
        font-size: 17px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    .arc-cta-subtitle {
        font-size: 18px;
        line-height: 1.75;
    }
}

.arc-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 640px) {
    .arc-cta-buttons {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16px;
        max-width: none;
        width: auto;
    }
}

.arc-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 8px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    width: 100%;
    text-align: center;
}

@media (min-width: 640px) {
    .arc-cta-btn {
        padding: 16px 32px;
        font-size: 16px;
        width: auto;
        min-width: 180px;
    }
}

@media (min-width: 768px) {
    .arc-cta-btn {
        padding: 16px 40px;
        min-width: 200px;
    }
}

.arc-cta-btn-primary {
    background: #ffffff;
    color: var(--color-primary);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
}

.arc-cta-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    background: var(--color-secondary);
    color: var(--color-navy);
}

.arc-cta-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.arc-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
}


