/* ==========================================================================
   A R AUTO PARTS ENGINEERING - COMPREHENSIVE PAGES REDESIGN STYLESHEET
   Distinct Layouts, Bento Grids, Process Timelines, Metrology Dashboards & Galleries
   ========================================================================== */

:root {
    --ar-red: #d91414;
    --ar-red-dark: #8f1616;
    --ar-red-light: rgba(217, 20, 20, 0.08);
    --ar-red-glow: rgba(217, 20, 20, 0.25);
    --ar-dark: #1c1a1a;
    --ar-dark-deep: #141212;
    --ar-dark-surface: #242121;
    --ar-gray-bg: #f8f9fb;
    --ar-gray-border: #eef0f3;
    --ar-text-main: #1c1a1a;
    --ar-text-muted: #5d636d;
    --ar-font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ==========================================================================
   GLOBAL UNIFIED HERO BANNER SYSTEM (STRUCTURED HIGH-TECH ENGINEERING LOOK)
   Applied across: About, Capabilities, Products, Process, Infrastructure, Quality, FAQ, Contact
   ========================================================================== */

.ar-about-hero,
.ar-cap-hero,
.ar-proc-hero,
.ar-infra-hero,
.ar-qa-hero,
.ar-faq-hero,
.ar-contact-hero,
.ar-products-hero,
.ar-ind-hero {
    position: relative;
    padding: 85px 0 65px;
    background: radial-gradient(circle at 15% 20%, rgba(217, 20, 20, 0.25) 0%, transparent 50%),
                radial-gradient(circle at 85% 80%, rgba(217, 20, 20, 0.15) 0%, transparent 40%),
                linear-gradient(135deg, #171515 0%, #1c1a1a 100%) !important;
    color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid rgba(217, 20, 20, 0.2);
}

.ar-about-hero::before,
.ar-cap-hero::before,
.ar-proc-hero::before,
.ar-infra-hero::before,
.ar-qa-hero::before,
.ar-faq-hero::before,
.ar-contact-hero::before,
.ar-products-hero::before,
.ar-ind-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: 
        radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.6;
    pointer-events: none;
}

.ar-about-hero::after,
.ar-cap-hero::after,
.ar-proc-hero::after,
.ar-infra-hero::after,
.ar-qa-hero::after,
.ar-faq-hero::after,
.ar-contact-hero::after,
.ar-products-hero::after,
.ar-ind-hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--ar-red) 50%, transparent 100%);
    pointer-events: none;
}

.ar-about-hero__tag,
.ar-cap-hero__tag,
.ar-proc-hero__tag,
.ar-infra-hero__tag,
.ar-qa-hero__tag,
.ar-faq-hero__tag,
.ar-contact-hero__tag,
.ar-products-hero__tag,
.ar-ind-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(217, 20, 20, 0.18);
    border: 1px solid rgba(217, 20, 20, 0.45);
    color: #ff5c5c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 18px;
}

.ar-about-hero__title,
.ar-cap-hero__title,
.ar-proc-hero__title,
.ar-infra-hero__title,
.ar-qa-hero__title,
.ar-faq-hero__title,
.ar-contact-hero__title,
.ar-products-hero__title,
.ar-ind-hero__title {
    font-size: 44px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 16px;
}

.ar-about-hero__title span,
.ar-cap-hero__title span,
.ar-proc-hero__title span,
.ar-infra-hero__title span,
.ar-qa-hero__title span,
.ar-faq-hero__title span,
.ar-contact-hero__title span,
.ar-products-hero__title span,
.ar-ind-hero__title span {
    color: #ff3b3b;
}

.ar-about-hero__desc,
.ar-cap-hero__desc,
.ar-proc-hero__desc,
.ar-infra-hero__desc,
.ar-qa-hero__desc,
.ar-faq-hero__desc,
.ar-contact-hero__desc,
.ar-products-hero__desc,
.ar-ind-hero__desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 660px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.ar-about-hero__breadcrumb,
.ar-cap-hero__breadcrumb,
.ar-proc-hero__breadcrumb,
.ar-infra-hero__breadcrumb,
.ar-qa-hero__breadcrumb,
.ar-faq-hero__breadcrumb,
.ar-contact-hero__breadcrumb,
.ar-products-hero__breadcrumb,
.ar-ind-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}

.ar-about-hero__breadcrumb li,
.ar-cap-hero__breadcrumb li,
.ar-proc-hero__breadcrumb li,
.ar-infra-hero__breadcrumb li,
.ar-qa-hero__breadcrumb li,
.ar-faq-hero__breadcrumb li,
.ar-contact-hero__breadcrumb li,
.ar-products-hero__breadcrumb li,
.ar-ind-hero__breadcrumb li {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.ar-about-hero__breadcrumb a,
.ar-cap-hero__breadcrumb a,
.ar-proc-hero__breadcrumb a,
.ar-infra-hero__breadcrumb a,
.ar-qa-hero__breadcrumb a,
.ar-faq-hero__breadcrumb a,
.ar-contact-hero__breadcrumb a,
.ar-products-hero__breadcrumb a,
.ar-ind-hero__breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
}

.ar-about-hero__breadcrumb a:hover,
.ar-cap-hero__breadcrumb a:hover,
.ar-proc-hero__breadcrumb a:hover,
.ar-infra-hero__breadcrumb a:hover,
.ar-qa-hero__breadcrumb a:hover,
.ar-faq-hero__breadcrumb a:hover,
.ar-contact-hero__breadcrumb a:hover,
.ar-products-hero__breadcrumb a:hover,
.ar-ind-hero__breadcrumb a:hover {
    color: #ff5c5c;
}

.ar-about-hero__breadcrumb .active,
.ar-cap-hero__breadcrumb .active,
.ar-proc-hero__breadcrumb .active,
.ar-infra-hero__breadcrumb .active,
.ar-qa-hero__breadcrumb .active,
.ar-faq-hero__breadcrumb .active,
.ar-contact-hero__breadcrumb .active,
.ar-products-hero__breadcrumb .active,
.ar-ind-hero__breadcrumb .active {
    color: #ff5c5c;
    font-weight: 600;
}

/* ==========================================================================
   PAGE 1: ABOUT US (EDITORIAL, STORY-DRIVEN LAYOUT)
   ========================================================================== */
.ar-about-hero__title {
    font-size: 44px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.18;
    margin-bottom: 16px;
}
.ar-about-hero__title span {
    color: #ff3b3b;
}
.ar-about-hero__desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.78);
    max-width: 650px;
    line-height: 1.7;
    margin-bottom: 24px;
}
.ar-about-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.6);
}
.ar-about-hero__breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
}
.ar-about-hero__breadcrumb a:hover {
    color: #ff5c5c;
}
.ar-about-hero__breadcrumb .active {
    color: #ff5c5c;
    font-weight: 600;
}

/* Editorial Company Intro */
.ar-editorial-intro {
    padding: 90px 0;
    background: #ffffff;
    position: relative;
}
.ar-editorial-intro__story {
    padding-right: 30px;
}
.ar-editorial-intro__lead {
    font-size: 26px;
    font-weight: 800;
    color: #1c1a1a;
    line-height: 1.35;
    margin-bottom: 20px;
}
.ar-editorial-intro__lead span {
    color: var(--ar-red);
}
.ar-editorial-intro__body {
    font-size: 15px;
    color: var(--ar-text-muted);
    line-height: 1.8;
    margin-bottom: 24px;
}
.ar-editorial-intro__body strong {
    color: #1c1a1a;
}
.ar-editorial-intro__highlight-box {
    background: var(--ar-gray-bg);
    border-left: 4px solid var(--ar-red);
    padding: 20px 24px;
    border-radius: 0 12px 12px 0;
    margin-bottom: 28px;
}
.ar-editorial-intro__highlight-text {
    font-size: 14.5px;
    font-style: italic;
    color: #2c2f35;
    line-height: 1.65;
    margin: 0;
}
.ar-editorial-intro__media-wrap {
    position: relative;
}
.ar-editorial-intro__img-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.ar-editorial-intro__img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.ar-editorial-intro__img-card:hover .ar-editorial-intro__img {
    transform: scale(1.03);
}
.ar-editorial-intro__floating-card {
    position: absolute;
    bottom: -25px;
    left: -25px;
    background: #1c1a1a;
    color: #ffffff;
    padding: 22px 26px;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 240px;
}
.ar-editorial-intro__floating-num {
    font-size: 38px;
    font-weight: 900;
    color: #ff5c5c;
    line-height: 1;
    margin-bottom: 4px;
}
.ar-editorial-intro__floating-lbl {
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
    margin: 0;
}

/* "Who We Are" Modern Split */
.ar-who-we-are {
    padding: 90px 0;
    background: var(--ar-gray-bg);
}
.ar-who-title-block {
    position: sticky;
    top: 100px;
}
.ar-who-title-block__tag {
    color: var(--ar-red);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 12px;
}
.ar-who-title-block__heading {
    font-size: 38px;
    font-weight: 900;
    color: #1c1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
}
.ar-who-title-block__heading span {
    color: var(--ar-red);
}
.ar-who-title-block__desc {
    font-size: 15px;
    color: var(--ar-text-muted);
    line-height: 1.75;
}
.ar-who-pillar-card {
    background: #ffffff;
    border: 1px solid var(--ar-gray-border);
    border-radius: 16px;
    padding: 30px 28px;
    margin-bottom: 22px;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.ar-who-pillar-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    background: var(--ar-red);
    opacity: 0;
    transition: opacity 0.3s;
}
.ar-who-pillar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
    border-color: rgba(217, 20, 20, 0.25);
}
.ar-who-pillar-card:hover::before {
    opacity: 1;
}
.ar-who-pillar-card__icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: var(--ar-red-light);
    color: var(--ar-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
}
.ar-who-pillar-card__title {
    font-size: 19px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 10px;
}
.ar-who-pillar-card__text {
    font-size: 14px;
    color: var(--ar-text-muted);
    line-height: 1.7;
    margin: 0;
}

/* Staggered Bento Expertise Section */
.ar-expertise-bento {
    padding: 90px 0;
    background: #ffffff;
}
.ar-bento-featured {
    background: linear-gradient(135deg, #1c1a1a 0%, #110f0f 100%);
    border-radius: 20px;
    overflow: hidden;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
    position: relative;
    border: 1px solid rgba(217, 20, 20, 0.25);
}
.ar-bento-featured__img-wrap {
    height: 240px;
    position: relative;
    overflow: hidden;
}
.ar-bento-featured__img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.ar-bento-featured:hover .ar-bento-featured__img {
    transform: scale(1.05);
}
.ar-bento-featured__badge {
    position: absolute;
    top: 18px; left: 18px;
    background: var(--ar-red);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 6px;
}
.ar-bento-featured__body {
    padding: 32px 30px 36px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ar-bento-featured__title {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 14px;
    line-height: 1.3;
}
.ar-bento-featured__desc {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin-bottom: 20px;
}
.ar-bento-featured__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ar-bento-featured__tag {
    background: rgba(255, 255, 255, 0.1);
    color: #ff8585;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
}
.ar-bento-card {
    background: var(--ar-gray-bg);
    border: 1px solid var(--ar-gray-border);
    border-radius: 16px;
    padding: 26px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}
.ar-bento-card:hover {
    transform: translateY(-4px);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    border-color: rgba(217, 20, 20, 0.3);
}
.ar-bento-card__icon {
    width: 44px; height: 44px;
    border-radius: 10px;
    background: var(--ar-red-light);
    color: var(--ar-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 14px;
}
.ar-bento-card__title {
    font-size: 17.5px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 8px;
    line-height: 1.35;
}
.ar-bento-card__text {
    font-size: 13.5px;
    color: var(--ar-text-muted);
    line-height: 1.65;
    margin-bottom: 14px;
    flex-grow: 1;
}
.ar-bento-card__meta {
    font-size: 12px;
    font-weight: 700;
    color: var(--ar-red);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* "What Drives Us" Horizontal Strip */
.ar-drives-us {
    padding: 85px 0;
    background: #141212;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.ar-drives-us::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, transparent, var(--ar-red), transparent);
}
.ar-drives-us__statement {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 18px;
}
.ar-drives-us__statement span {
    color: #ff4747;
}
.ar-drives-us__desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
    margin-bottom: 30px;
}
.ar-stat-chip-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.ar-stat-chip {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 18px 20px;
}
.ar-stat-chip__num {
    font-size: 30px;
    font-weight: 900;
    color: #ff5c5c;
    line-height: 1;
    margin-bottom: 4px;
}
.ar-stat-chip__lbl {
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}
.ar-drives-us__img-box {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
}
.ar-drives-us__img {
    width: 100%; height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

/* Industries Served Modern Grid */
.ar-industries-grid-sec {
    padding: 90px 0 100px;
    background: #ffffff;
}
.ar-ind-card {
    background: var(--ar-gray-bg);
    border: 1px solid var(--ar-gray-border);
    border-radius: 16px;
    padding: 28px 22px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.ar-ind-card:hover {
    transform: translateY(-5px);
    background: #ffffff;
    border-color: rgba(217, 20, 20, 0.3);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.ar-ind-card__icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--ar-red) 0%, var(--ar-red-dark) 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 18px;
    box-shadow: 0 6px 16px rgba(217, 20, 20, 0.3);
}
.ar-ind-card__title {
    font-size: 18px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 8px;
}
.ar-ind-card__desc {
    font-size: 13.5px;
    color: var(--ar-text-muted);
    line-height: 1.6;
    margin-bottom: 14px;
    flex-grow: 1;
}
.ar-ind-card__link {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--ar-red);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s;
}
.ar-ind-card__link:hover {
    gap: 10px;
    color: var(--ar-red-dark);
}

/* ==========================================================================
   PAGE 2: MANUFACTURING CAPABILITIES (TECHNICAL DASHBOARD LAYOUT)
   ========================================================================== */

/* Capabilities Section */

/* Wide Technical Intro */
.ar-tech-intro {
    padding: 75px 0 40px;
    background: #ffffff;
}
.ar-tech-spec-bar {
    background: #1c1a1a;
    color: #ffffff;
    border-radius: 14px;
    padding: 22px 30px;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    border-left: 4px solid var(--ar-red);
}
.ar-tech-spec-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ar-tech-spec-item i {
    color: #ff5c5c;
    font-size: 22px;
}
.ar-tech-spec-item h5 {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 2px 0;
}
.ar-tech-spec-item p {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Dashboard Capabilities Grid */
.ar-cap-dashboard {
    padding: 60px 0 90px;
    background: var(--ar-gray-bg);
}
.ar-dash-card {
    background: #ffffff;
    border: 1px solid var(--ar-gray-border);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
}
.ar-dash-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(217, 20, 20, 0.3);
}
.ar-dash-card__img-box {
    position: relative;
    height: 200px;
    background: #141212;
    overflow: hidden;
}
.ar-dash-card__img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.ar-dash-card:hover .ar-dash-card__img {
    transform: scale(1.06);
}
.ar-dash-card__badge {
    position: absolute;
    top: 14px; left: 14px;
    background: rgba(28, 26, 26, 0.88);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4px 10px;
    border-radius: 5px;
    border-left: 3px solid var(--ar-red);
}
.ar-dash-card__body {
    padding: 24px 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.ar-dash-card__title {
    font-size: 18px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 8px;
    line-height: 1.35;
}
.ar-dash-card__desc {
    font-size: 13.5px;
    color: var(--ar-text-muted);
    line-height: 1.65;
    margin-bottom: 16px;
    flex-grow: 1;
}
.ar-dash-card__specs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f0f2f5;
    padding-top: 14px;
}
.ar-dash-card__specs li {
    font-size: 12.5px;
    color: #3b4047;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}
.ar-dash-card__specs li i {
    color: var(--ar-red);
    font-size: 11px;
}

/* Horizontal Component Showcase */
.ar-cap-showcase {
    padding: 85px 0;
    background: #ffffff;
}
.ar-comp-strip {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}
.ar-comp-item {
    background: var(--ar-gray-bg);
    border: 1px solid var(--ar-gray-border);
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    transition: all 0.28s ease;
}
.ar-comp-item:hover {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    border-color: rgba(217, 20, 20, 0.35);
}
.ar-comp-item__img {
    width: 60px; height: 60px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e8eaee;
    padding: 4px;
    object-fit: contain;
    flex-shrink: 0;
}
.ar-comp-item__name {
    font-size: 14.5px;
    font-weight: 700;
    color: #1c1a1a;
    margin: 0 0 3px 0;
    line-height: 1.3;
}
.ar-comp-item__cat {
    font-size: 12px;
    color: var(--ar-red);
    font-weight: 600;
    margin: 0;
}

/* Manufacturing Advantages Linear */
.ar-cap-advantages {
    padding: 85px 0;
    background: #161414;
    color: #ffffff;
}
.ar-adv-linear-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.ar-adv-linear-item {
    border-left: 2px solid rgba(217, 20, 20, 0.4);
    padding-left: 20px;
}
.ar-adv-linear-item__num {
    font-size: 13px;
    font-weight: 800;
    color: #ff5c5c;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}
.ar-adv-linear-item__title {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ar-adv-linear-item__desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
    margin: 0;
}

/* Precision Approach Immersive Feature */
.ar-cap-precision-feature {
    padding: 95px 0 110px;
    background: #ffffff;
}
.ar-precision-box {
    background: linear-gradient(135deg, rgba(20, 18, 18, 0.95) 0%, rgba(32, 26, 26, 0.92) 100%), url('../images/resources/capabilities-intro-main.webp') center/cover no-repeat;
    border-radius: 22px;
    padding: 60px 50px;
    color: #ffffff;
    border: 1px solid rgba(217, 20, 20, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.ar-precision-box__tag {
    color: #ff5c5c;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 10px;
}
.ar-precision-box__title {
    font-size: 34px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.25;
}
.ar-precision-box__desc {
    font-size: 15.5px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    max-width: 750px;
    margin-bottom: 30px;
}
.ar-precision-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ar-precision-point {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 18px 20px;
}
.ar-precision-point h5 {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ar-precision-point h5 i {
    color: #ff5c5c;
    font-size: 14px;
}
.ar-precision-point p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.55;
}

/* ==========================================================================
   PAGE 3: MANUFACTURING PROCESS (VISUAL TIMELINE & WORKFLOW)
   ========================================================================== */



/* Process Timeline (Horizontal Connected Journey) */
.ar-timeline-sec {
    padding: 85px 0;
    background: #ffffff;
}
.ar-timeline-journey {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    position: relative;
    margin-top: 45px;
}
.ar-timeline-journey::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 40px;
    right: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--ar-red) 0%, #8f1616 100%);
    z-index: 1;
}
.ar-timeline-node {
    position: relative;
    z-index: 2;
    background: #ffffff;
    border: 1px solid var(--ar-gray-border);
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ar-timeline-node:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
    border-color: rgba(217, 20, 20, 0.35);
}
.ar-timeline-node__num {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ar-red) 0%, var(--ar-red-dark) 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 4px 14px rgba(217, 20, 20, 0.35);
}
.ar-timeline-node__icon {
    font-size: 20px;
    color: var(--ar-red);
    margin-bottom: 10px;
}
.ar-timeline-node__title {
    font-size: 14px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 6px;
    line-height: 1.3;
}
.ar-timeline-node__desc {
    font-size: 12px;
    color: var(--ar-text-muted);
    line-height: 1.5;
    margin: 0;
}

/* Process Storytelling Alternating Blocks */
.ar-proc-story {
    padding: 85px 0;
    background: var(--ar-gray-bg);
}

/* Composition A: Split Detailed Box */
.ar-story-split-box {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--ar-gray-border);
    margin-bottom: 40px;
}
.ar-story-split-box__img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 360px;
    background: transparent;
    overflow: hidden;
}
.ar-story-split-box__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.ar-story-split-box:hover .ar-story-split-box__img {
    transform: scale(1.03);
}
.ar-story-split-box__content {
    padding: 45px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ar-story-split-box__stage {
    font-size: 12.5px;
    font-weight: 800;
    color: var(--ar-red);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 8px;
}
.ar-story-split-box__title {
    font-size: 26px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 14px;
    line-height: 1.3;
}
.ar-story-split-box__desc {
    font-size: 14.5px;
    color: var(--ar-text-muted);
    line-height: 1.75;
    margin-bottom: 20px;
}
.ar-story-split-box__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ar-story-split-box__list li {
    font-size: 13.5px;
    color: #2b2e34;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.ar-story-split-box__list li i {
    color: var(--ar-red);
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Composition B: Full-Width Immersive Card */
.ar-story-full-card {
    background: linear-gradient(135deg, rgba(16, 14, 14, 0.94) 0%, rgba(30, 24, 24, 0.9) 100%), url('../images/resources/process-stage-4-hot-forging.webp') center/cover no-repeat;
    border-radius: 20px;
    padding: 55px 45px;
    color: #ffffff;
    border: 1px solid rgba(217, 20, 20, 0.3);
    margin-bottom: 40px;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.15);
}
.ar-story-full-card__tag {
    color: #ff5c5c;
    font-size: 12.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 10px;
}
.ar-story-full-card__title {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.3;
}
.ar-story-full-card__desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    max-width: 800px;
    margin-bottom: 25px;
}
.ar-story-full-card__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.ar-story-full-card__item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 18px 20px;
}
.ar-story-full-card__item h5 {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px 0;
}
.ar-story-full-card__item p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.5;
}

/* Quality Through Process (Vertical Checkpoint Indicator) */
.ar-proc-checkpoints {
    padding: 85px 0 110px;
    background: #ffffff;
}
.ar-gate-line {
    position: relative;
    padding-left: 45px;
    margin-top: 30px;
}
.ar-gate-line::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 17px;
    width: 3px;
    background: linear-gradient(180deg, var(--ar-red) 0%, #8f1616 100%);
}
.ar-gate-item {
    position: relative;
    margin-bottom: 30px;
}
.ar-gate-item:last-child {
    margin-bottom: 0;
}
.ar-gate-item__badge {
    position: absolute;
    left: -45px;
    top: 4px;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid var(--ar-red);
    color: var(--ar-red);
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px #ffffff, 0 4px 12px rgba(217, 20, 20, 0.2);
}
.ar-gate-item__card {
    background: var(--ar-gray-bg);
    border: 1px solid var(--ar-gray-border);
    border-radius: 14px;
    padding: 22px 24px;
    transition: all 0.3s ease;
}
.ar-gate-item__card:hover {
    background: #ffffff;
    border-color: rgba(217, 20, 20, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
.ar-gate-item__title {
    font-size: 17px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 6px;
}
.ar-gate-item__desc {
    font-size: 13.5px;
    color: var(--ar-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   PAGE 4: INFRASTRUCTURE (FACILITY-FOCUSED & MASONRY GALLERY)
   ========================================================================== */



/* Panoramic Visual Intro with Creative Overlap Block */
.ar-infra-panorama {
    padding: 70px 0 90px;
    background: #ffffff;
}
.ar-panorama-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
.ar-panorama-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}
.ar-panorama-overlay-card {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(24, 22, 22, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 30px 32px;
    max-width: 480px;
    color: #ffffff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
    border-left: 4px solid var(--ar-red);
}
.ar-panorama-overlay-card__tag {
    color: #ff5c5c;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 8px;
}
.ar-panorama-overlay-card__title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ar-panorama-overlay-card__desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    margin: 0;
}

/* Working Environment Editorial Masonry Gallery */
.ar-infra-gallery {
    padding: 85px 0;
    background: var(--ar-gray-bg);
}
.ar-masonry-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.ar-masonry-item--large {
    grid-column: span 7;
    grid-row: span 2;
}
.ar-masonry-item--med1 {
    grid-column: span 5;
}
.ar-masonry-item--med2 {
    grid-column: span 5;
}
.ar-masonry-item--small1 {
    grid-column: span 4;
}
.ar-masonry-item--small2 {
    grid-column: span 4;
}
.ar-masonry-item--small3 {
    grid-column: span 4;
}
.ar-masonry-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #1c1a1a;
    height: 100%;
    min-height: 240px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.ar-masonry-card img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.ar-masonry-card:hover img {
    transform: scale(1.06);
}
.ar-masonry-card__caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 24px 20px 18px;
    background: linear-gradient(180deg, transparent 0%, rgba(18, 16, 16, 0.95) 100%);
    color: #ffffff;
}
.ar-masonry-card__tag {
    font-size: 11px;
    font-weight: 700;
    color: #ff5c5c;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
}
.ar-masonry-card__title {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

/* Numbered Setup Highlights */
.ar-infra-numbered {
    padding: 85px 0;
    background: #ffffff;
}
.ar-num-list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.ar-num-card {
    background: var(--ar-gray-bg);
    border: 1px solid var(--ar-gray-border);
    border-radius: 16px;
    padding: 32px 24px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}
.ar-num-card:hover {
    transform: translateY(-5px);
    background: #ffffff;
    border-color: rgba(217, 20, 20, 0.3);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.ar-num-card__watermark {
    position: absolute;
    top: 12px; right: 18px;
    font-size: 56px;
    font-weight: 900;
    color: rgba(217, 20, 20, 0.08);
    line-height: 1;
    pointer-events: none;
}
.ar-num-card__title {
    font-size: 18px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 10px;
    line-height: 1.35;
    position: relative;
    z-index: 2;
}
.ar-num-card__desc {
    font-size: 13.5px;
    color: var(--ar-text-muted);
    line-height: 1.65;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Facility Architectural Experience (Natural Page End) */
.ar-infra-experience {
    padding: 90px 0 110px;
    background: #ffffff;
}
.ar-experience-banner {
    background: linear-gradient(135deg, rgba(16, 14, 14, 0.94) 0%, rgba(28, 22, 22, 0.92) 100%), url('../images/resources/facility-plant-overview.webp') center/cover no-repeat;
    border-radius: 20px;
    padding: 60px 45px;
    color: #ffffff;
    border: 1px solid rgba(217, 20, 20, 0.3);
}
.ar-experience-banner__title {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 14px;
}
.ar-experience-banner__desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    max-width: 820px;
    margin: 0;
}

/* ==========================================================================
   PAGE 5: QUALITY ASSURANCE (MINIMALIST & METROLOGY MATRIX)
   ========================================================================== */



/* Minimalist Precision Intro */
.ar-qa-intro {
    padding: 85px 0 50px;
    background: #ffffff;
}
.ar-qa-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}
.ar-qa-badge-pill {
    background: var(--ar-gray-bg);
    border: 1px solid var(--ar-gray-border);
    border-radius: 30px;
    padding: 8px 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #1c1a1a;
}
.ar-qa-badge-pill i {
    color: var(--ar-red);
}

/* Metrology Checkpoints Dashboard */
.ar-qa-dashboard {
    padding: 60px 0 85px;
    background: var(--ar-gray-bg);
}
.ar-metro-card {
    background: #ffffff;
    border: 1px solid var(--ar-gray-border);
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: all 0.3s ease;
    border-top: 3px solid var(--ar-red);
}
.ar-metro-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
}
.ar-metro-card__icon {
    font-size: 24px;
    color: var(--ar-red);
    margin-bottom: 14px;
}
.ar-metro-card__title {
    font-size: 18px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 8px;
}
.ar-metro-card__text {
    font-size: 13.5px;
    color: var(--ar-text-muted);
    line-height: 1.65;
    margin-bottom: 14px;
}
.ar-metro-card__spec {
    font-size: 12px;
    font-weight: 700;
    color: #1c1a1a;
    background: var(--ar-gray-bg);
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
}

/* Technical 4-Stage Quality Control Matrix */
.ar-qa-matrix {
    padding: 85px 0;
    background: #ffffff;
}
.ar-matrix-table-wrap {
    overflow-x: auto;
    margin-top: 35px;
    border-radius: 16px;
    border: 1px solid var(--ar-gray-border);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
}
.ar-matrix-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    font-size: 13.5px;
    text-align: left;
}
.ar-matrix-table th {
    background: #1c1a1a;
    color: #ffffff;
    padding: 16px 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.8px;
}
.ar-matrix-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #f0f2f5;
    color: #3b4047;
    vertical-align: top;
    line-height: 1.55;
}
.ar-matrix-table tr:last-child td {
    border-bottom: none;
}
.ar-matrix-table tr:hover td {
    background: #fafbfc;
}
.ar-matrix-stage-tag {
    background: var(--ar-red-light);
    color: var(--ar-red);
    font-weight: 800;
    font-size: 11.5px;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
}

/* CAD & Blueprint Conformance Architecture (Natural Page End) */
.ar-qa-conformance {
    padding: 85px 0 110px;
    background: var(--ar-gray-bg);
}
.ar-conform-box {
    background: #ffffff;
    border: 1px solid var(--ar-gray-border);
    border-radius: 20px;
    padding: 45px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.ar-conform-box__title {
    font-size: 26px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 12px;
}
.ar-conform-box__desc {
    font-size: 14.5px;
    color: var(--ar-text-muted);
    line-height: 1.75;
    margin-bottom: 28px;
}
.ar-conform-flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ar-conform-step {
    border-left: 3px solid var(--ar-red);
    padding-left: 18px;
}
.ar-conform-step h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1c1a1a;
    margin: 0 0 6px 0;
}
.ar-conform-step p {
    font-size: 13px;
    color: var(--ar-text-muted);
    margin: 0;
    line-height: 1.55;
}

/* ==========================================================================
   RESPONSIVE LAYOUT OPTIMIZATION (TABLET & MOBILE)
   ========================================================================== */

@media (max-width: 1199px) {
    .ar-timeline-journey {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .ar-timeline-journey::before {
        display: none;
    }
    .ar-adv-linear-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .ar-num-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .ar-about-hero__title,
    .ar-who-title-block__heading {
        font-size: 32px;
    }
    .ar-who-title-block {
        position: static;
        margin-bottom: 40px;
    }
    .ar-editorial-intro__story {
        padding-right: 0;
        margin-bottom: 50px;
    }
    .ar-editorial-intro__floating-card {
        bottom: 15px;
        left: 15px;
    }
    .ar-precision-points,
    .ar-story-full-card__grid,
    .ar-conform-flow {
        grid-template-columns: 1fr;
    }
    .ar-panorama-overlay-card {
        position: static;
        max-width: 100%;
        margin-top: 20px;
        border-radius: 16px;
    }
    .ar-masonry-item--large,
    .ar-masonry-item--med1,
    .ar-masonry-item--med2,
    .ar-masonry-item--small1,
    .ar-masonry-item--small2,
    .ar-masonry-item--small3 {
        grid-column: span 12;
    }
    .ar-masonry-card {
        min-height: 280px;
    }
    .ar-gate-line {
        padding-left: 35px;
    }
    .ar-gate-line::before {
        left: 12px;
    }
    .ar-gate-item__badge {
        left: -35px;
        width: 30px; height: 30px;
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .ar-about-hero,
    .ar-cap-hero,
    .ar-proc-hero,
    .ar-infra-hero,
    .ar-qa-hero,
    .ar-faq-hero,
    .ar-contact-hero,
    .ar-products-hero,
    .ar-ind-hero {
        padding: 60px 0 45px;
    }
    .ar-about-hero__title,
    .ar-cap-hero__title,
    .ar-proc-hero__title,
    .ar-infra-hero__title,
    .ar-qa-hero__title,
    .ar-faq-hero__title,
    .ar-contact-hero__title,
    .ar-products-hero__title,
    .ar-ind-hero__title {
        font-size: 28px;
    }
    .ar-timeline-journey {
        grid-template-columns: 1fr;
    }
    .ar-adv-linear-grid,
    .ar-num-list-grid {
        grid-template-columns: 1fr;
    }
    .ar-stat-chip-row {
        grid-template-columns: 1fr;
    }
    .ar-precision-box,
    .ar-experience-banner,
    .ar-story-full-card {
        padding: 35px 22px;
    }
    .ar-story-split-box__content {
        padding: 30px 20px;
    }
    .ar-editorial-intro__img {
        height: 380px;
    }
    .ar-panorama-img {
        height: 300px;
    }
}

/* ==========================================================================
   PAGE: FAQ (TECHNICAL PRECISION ACCORDION & DIRECT RFQ GUIDANCE)
   ========================================================================== */



/* FAQ Compact Intro Section */
.ar-faq-intro-sec {
    padding: 70px 0 30px;
    background: #ffffff;
}
.ar-faq-filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}
.ar-faq-filter-btn {
    background: #f4f6f8;
    color: #495057;
    border: 1px solid #e5e9ee;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.ar-faq-filter-btn i {
    font-size: 12px;
    color: var(--ar-red);
}
.ar-faq-filter-btn:hover,
.ar-faq-filter-btn.active {
    background: var(--ar-dark);
    color: #ffffff;
    border-color: var(--ar-dark);
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}
.ar-faq-filter-btn.active i,
.ar-faq-filter-btn:hover i {
    color: #ff5c5c;
}

/* FAQ Accordion Section */
.ar-faq-main-sec {
    padding: 20px 0 80px;
    background: #ffffff;
}
.ar-faq-group {
    margin-bottom: 50px;
}
.ar-faq-group:last-child {
    margin-bottom: 0;
}
.ar-faq-group__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f3f6;
    position: relative;
}
.ar-faq-group__header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--ar-red);
}
.ar-faq-group__icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(217, 20, 20, 0.08);
    color: var(--ar-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.ar-faq-group__title {
    font-size: 22px;
    font-weight: 800;
    color: #1c1a1a;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ar-faq-group__count {
    font-size: 12px;
    font-weight: 700;
    color: var(--ar-text-muted);
    background: #f4f6f8;
    padding: 3px 10px;
    border-radius: 20px;
    margin-left: auto;
}

/* FAQ Card Item */
.ar-faq-card {
    background: #ffffff;
    border: 1px solid #eaedf2;
    border-radius: 12px;
    margin-bottom: 14px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}
.ar-faq-card:hover {
    border-color: #d2d8e2;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
.ar-faq-card.active {
    border-color: rgba(217, 20, 20, 0.35);
    box-shadow: 0 8px 25px rgba(217, 20, 20, 0.06);
    border-left: 4px solid var(--ar-red);
}
.ar-faq-card__header {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    user-select: none;
    transition: background-color 0.2s;
}
.ar-faq-card.active .ar-faq-card__header {
    background: rgba(217, 20, 20, 0.02);
}
.ar-faq-card__question {
    font-size: 16.5px;
    font-weight: 700;
    color: #212529;
    margin: 0;
    line-height: 1.45;
    transition: color 0.2s ease;
}
.ar-faq-card.active .ar-faq-card__question,
.ar-faq-card:hover .ar-faq-card__question {
    color: var(--ar-red);
}
.ar-faq-card__toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f4f6f8;
    color: #495057;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.ar-faq-card:hover .ar-faq-card__toggle {
    background: rgba(217, 20, 20, 0.1);
    color: var(--ar-red);
}
.ar-faq-card.active .ar-faq-card__toggle {
    background: var(--ar-red);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(217, 20, 20, 0.35);
    transform: none;
}
.ar-faq-card__toggle i {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    line-height: 1;
}
/* Smooth 180deg flip for chevron so it points UP when open and DOWN when closed */
.ar-faq-card.active .ar-faq-card__toggle i.fa-chevron-down {
    transform: rotate(180deg);
}
/* Smooth 45deg rotation for plus icon so it becomes X when open */
.ar-faq-card.active .ar-faq-card__toggle i.fa-plus {
    transform: rotate(45deg);
}

.ar-faq-card__body {
    display: none;
    padding: 0 24px 24px 24px;
    color: #555b66;
    font-size: 15px;
    line-height: 1.75;
    border-top: 1px solid rgba(0,0,0,0.03);
}
.ar-faq-card.active .ar-faq-card__body {
    display: block;
    animation: arFaqSlideDown 0.3s ease-out;
}
@keyframes arFaqSlideDown {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}
.ar-faq-card__body p {
    margin-bottom: 12px;
}
.ar-faq-card__body p:last-child {
    margin-bottom: 0;
}
.ar-faq-card__points {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ar-faq-card__points--grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px 20px;
}
.ar-faq-card__points li {
    position: relative;
    padding-left: 24px;
    font-size: 14.5px;
    line-height: 1.65;
    color: #444b54;
    margin: 0;
}
.ar-faq-card__points li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--ar-red, #d91414);
    font-size: 13px;
    line-height: 1;
    width: 16px;
    text-align: center;
}
.ar-faq-card__points li strong {
    color: #1c1a1a;
    font-weight: 700;
}

/* Dedicated Channels Cards for Enquiry / RFQ / Contact points */
.ar-faq-channels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    margin: 16px 0 14px;
}
.ar-faq-channel-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.25s ease;
}
.ar-faq-channel-card:hover {
    background: #ffffff;
    border-color: var(--ar-red, #d91414);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(217, 20, 20, 0.08);
}
.ar-faq-channel-card--wa:hover {
    border-color: #25D366;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.12);
}
.ar-faq-channel-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(217, 20, 20, 0.08);
    color: var(--ar-red, #d91414);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}
.ar-faq-channel-card:hover .ar-faq-channel-card__icon {
    background: var(--ar-red, #d91414);
    color: #ffffff;
}
.ar-faq-channel-card--wa .ar-faq-channel-card__icon {
    background: rgba(37, 211, 102, 0.12);
    color: #25D366;
}
.ar-faq-channel-card--wa:hover .ar-faq-channel-card__icon {
    background: #25D366;
    color: #ffffff;
}
.ar-faq-channel-card__content {
    flex: 1;
    min-width: 0;
}
.ar-faq-channel-card__title {
    display: block;
    font-size: 14.5px;
    font-weight: 700;
    color: #1c1a1a;
    margin-bottom: 3px;
}
.ar-faq-channel-card__desc {
    display: block;
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.45;
    margin-bottom: 6px;
}
.ar-faq-channel-card__action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: var(--ar-red, #d91414);
    word-break: break-all;
}
.ar-faq-channel-card--wa .ar-faq-channel-card__action {
    color: #16a34a;
}

/* Compact Helpful Information Box (Natural Integration, NOT a big CTA banner) */
.ar-faq-help-sec {
    padding: 0 0 80px;
    background: #ffffff;
}
.ar-faq-help-box {
    background: linear-gradient(135deg, #1c1a1a 0%, #242121 100%);
    border-radius: 16px;
    padding: 40px 45px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.ar-faq-help-box::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(217, 20, 20, 0.25) 0%, transparent 70%);
    pointer-events: none;
}
.ar-faq-help-box__content {
    position: relative;
    z-index: 2;
}
.ar-faq-help-box__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ff5c5c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.ar-faq-help-box__title {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ar-faq-help-box__desc {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.75);
    max-width: 640px;
    line-height: 1.65;
    margin-bottom: 0;
}
.ar-faq-help-box__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}
.ar-faq-help-btn {
    padding: 12px 26px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s ease;
}
.ar-faq-help-btn--primary {
    background: var(--ar-red);
    color: #ffffff;
    border: 1px solid var(--ar-red);
}
.ar-faq-help-btn--primary:hover {
    background: #b51010;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(217, 20, 20, 0.35);
    transform: translateY(-2px);
}
.ar-faq-help-btn--wa {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.ar-faq-help-btn--wa:hover {
    background: #25D366;
    color: #ffffff;
    border-color: #25D366;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3);
    transform: translateY(-2px);
}


/* ==========================================================================
   PAGE: CONTACT US (ASYMMETRICAL LAYOUT, VERIFIED CHANNELS & RFQ FORM)
   ========================================================================== */



/* Contact Main Section (Asymmetric 2-Column Hub) */
.ar-contact-main-sec {
    padding: 90px 0;
    background: #f8f9fb;
    position: relative;
}

/* Left Column: Contact Information Panel */
.ar-contact-info-panel {
    background: #1c1a1a;
    border-radius: 20px;
    padding: 45px 38px;
    color: #ffffff;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ar-contact-info-panel::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 250px; height: 250px;
    background: radial-gradient(circle, rgba(217, 20, 20, 0.2) 0%, transparent 70%);
    pointer-events: none;
}
.ar-contact-info-panel__tag {
    color: #ff5c5c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 8px;
}
.ar-contact-info-panel__title {
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 12px;
}
.ar-contact-info-panel__desc {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    margin-bottom: 30px;
}

/* Verified Channel Item */
.ar-channel-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 14px;
    transition: all 0.25s ease;
    text-decoration: none;
}
.ar-channel-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(217, 20, 20, 0.4);
    transform: translateY(-2px);
}
.ar-channel-item__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(217, 20, 20, 0.15);
    color: #ff5c5c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.25s;
}
.ar-channel-item:hover .ar-channel-item__icon {
    background: var(--ar-red);
    color: #ffffff;
}
.ar-channel-item__content {
    flex: 1;
}
.ar-channel-item__lbl {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 3px;
    font-weight: 600;
}
.ar-channel-item__val {
    font-size: 15.5px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.35;
}
.ar-channel-item__sub {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.6);
    margin: 3px 0 0;
}

/* WhatsApp Direct Connect Card */
.ar-wa-connect-card {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.12) 0%, rgba(20, 18, 18, 0.6) 100%);
    border: 1px solid rgba(37, 211, 102, 0.3);
    border-radius: 14px;
    padding: 20px;
    margin: 25px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.ar-wa-connect-card__left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.ar-wa-connect-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25D366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
.ar-wa-connect-card__title {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}
.ar-wa-connect-card__sub {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.7);
    margin: 2px 0 0;
}
.ar-wa-connect-btn {
    background: #25D366;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.ar-wa-connect-btn:hover {
    background: #1eb856;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

/* Plant Assurance Footer Tag */
.ar-contact-assurance {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.55);
}
.ar-contact-assurance i {
    color: #ff5c5c;
    font-size: 14px;
}

/* Right Column: Engineering Enquiry Form Card */
.ar-contact-form-panel {
    background: #ffffff;
    border-radius: 20px;
    padding: 48px 45px;
    border: 1px solid #eef0f3;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.ar-form-header {
    margin-bottom: 30px;
}
.ar-form-header__tag {
    color: var(--ar-red);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 8px;
}
.ar-form-header__title {
    font-size: 28px;
    font-weight: 900;
    color: #1c1a1a;
    line-height: 1.3;
    margin-bottom: 8px;
}
.ar-form-header__desc {
    font-size: 14.5px;
    color: var(--ar-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* Modern Form Controls */
.ar-form-group {
    margin-bottom: 20px;
    position: relative;
}
.ar-form-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #2b303a;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ar-form-label span.req {
    color: var(--ar-red);
    margin-left: 2px;
}
.ar-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.ar-input-icon {
    position: absolute;
    left: 16px;
    color: #8c93a0;
    font-size: 15px;
    pointer-events: none;
    transition: color 0.2s;
    z-index: 2;
}
.ar-form-control {
    width: 100%;
    height: 52px;
    background: #fdfdfd;
    border: 1.5px solid #e3e6ec;
    border-radius: 10px;
    padding: 0 16px 0 46px;
    font-size: 14.5px;
    color: #1c1a1a;
    font-family: inherit;
    transition: all 0.25s ease;
    outline: none;
}
.ar-form-control::placeholder {
    color: #9aa1ad;
    font-size: 14px;
}
.ar-form-control:focus {
    background: #ffffff;
    border-color: var(--ar-red);
    box-shadow: 0 0 0 4px rgba(217, 20, 20, 0.08);
}
.ar-form-control:focus + .ar-input-icon,
.ar-input-wrapper:focus-within .ar-input-icon {
    color: var(--ar-red);
}
textarea.ar-form-control {
    height: 130px;
    padding: 14px 16px 14px 46px;
    resize: vertical;
}

select.ar-form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding: 0 40px 0 46px;
    height: 50px;
    line-height: 48px;
    background-color: #fcfdfe;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Nice-Select Styling inside .ar-input-wrapper */
.ar-input-wrapper .nice-select.ar-form-control {
    float: none;
    width: 100%;
    height: 50px;
    line-height: 48px;
    padding-left: 46px;
    padding-right: 42px;
    background-color: #fcfdfe;
    border: 1.5px solid #e1e6ee;
    border-radius: 8px;
    font-size: 14.5px;
    color: #212529;
    display: flex;
    align-items: center;
    position: relative;
}
.ar-input-wrapper .nice-select.ar-form-control:focus,
.ar-input-wrapper .nice-select.ar-form-control.open {
    border-color: var(--ar-red, #d91414);
    box-shadow: 0 0 0 4px rgba(217, 20, 20, 0.08);
    background: #ffffff;
}
.ar-input-wrapper .nice-select.ar-form-control .current {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 18px;
    color: #212529;
    font-weight: 500;
}
.ar-input-wrapper .nice-select.ar-form-control:after {
    right: 18px;
    width: 7px;
    height: 7px;
    border-width: 2px;
    border-color: #718096;
    margin-top: -4px;
}
.ar-input-wrapper .nice-select.ar-form-control.open:after {
    border-color: var(--ar-red, #d91414);
}
.ar-input-wrapper .nice-select.ar-form-control .list {
    width: 100%;
    min-width: 100%;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    max-height: 280px;
    overflow-y: auto;
    z-index: 999;
    padding: 6px 0;
}
.ar-input-wrapper .nice-select.ar-form-control .option {
    color: #334155;
    font-size: 14px;
    padding: 10px 18px;
    min-height: auto;
    line-height: 1.4;
    transition: all 0.15s ease;
    white-space: normal;
    word-break: normal;
}
.ar-input-wrapper .nice-select.ar-form-control .option:hover,
.ar-input-wrapper .nice-select.ar-form-control .option.focus {
    background-color: rgba(217, 20, 20, 0.06);
    color: var(--ar-red, #d91414);
    font-weight: 600;
}
.ar-input-wrapper .nice-select.ar-form-control .option.selected {
    background-color: var(--ar-red, #d91414);
    color: #ffffff;
    font-weight: 700;
}
.ar-input-wrapper .nice-select.ar-form-control .option.disabled {
    color: #94a3b8;
    background: transparent;
    font-size: 13.5px;
    cursor: default;
}
.ar-input-wrapper select.is-invalid + .nice-select,
.ar-input-wrapper .nice-select.is-invalid {
    border-color: #dc3545 !important;
    background-color: #fff8f8;
}

/* Submit Button & Alerts */
.ar-form-submit-btn {
    width: 100%;
    height: 54px;
    background: var(--ar-red);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 15.5px;
    font-weight: 800;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 6px 20px rgba(217, 20, 20, 0.25);
    margin-top: 10px;
}
.ar-form-submit-btn:hover {
    background: #b51010;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(217, 20, 20, 0.38);
    transform: translateY(-2px);
}
.ar-form-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.ar-form-alert {
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 22px;
    display: none;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
}
.ar-form-alert--success {
    background: #e8f8ed;
    border: 1px solid #c2ebd0;
    color: #0e622b;
}
.ar-form-alert--error {
    background: #fdeeee;
    border: 1px solid #f9caca;
    color: #9a1a1a;
}
.ar-form-alert i {
    font-size: 18px;
    margin-top: 1px;
    flex-shrink: 0;
}
.ar-form-field-error {
    color: #d91414;
    font-size: 12px;
    margin-top: 4px;
    display: block;
    font-weight: 500;
}
.ar-form-control.is-invalid {
    border-color: #d91414 !important;
    background-color: #fff9f9 !important;
}

/* Quick Response Notice */
.ar-form-privacy-note {
    font-size: 12.5px;
    color: #8c93a0;
    text-align: center;
    margin-top: 16px;
    line-height: 1.5;
}
.ar-form-privacy-note i {
    color: #28a745;
    margin-right: 4px;
}

/* Responsive Rules for FAQ and Contact Pages */
@media (max-width: 991px) {
    .ar-faq-help-box {
        padding: 32px 28px;
    }
    .ar-contact-info-panel {
        margin-bottom: 35px;
        padding: 35px 28px;
    }
    .ar-contact-form-panel {
        padding: 35px 28px;
    }
    .ar-wa-connect-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .ar-wa-connect-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .ar-faq-filter-bar {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
        flex-wrap: nowrap;
    }
    .ar-faq-filter-btn {
        white-space: nowrap;
        font-size: 12.5px;
        padding: 8px 16px;
    }
    .ar-faq-card__header {
        padding: 16px 18px;
    }
    .ar-faq-card__question {
        font-size: 15px;
    }
    .ar-faq-card__body {
        padding: 0 18px 18px;
        font-size: 14px;
    }
    .ar-faq-channels {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .ar-faq-help-box__title {
        font-size: 22px;
    }
    .ar-faq-help-box__actions {
        flex-direction: column;
        width: 100%;
    }
    .ar-faq-help-btn {
        width: 100%;
        justify-content: center;
    }
    .ar-contact-form-panel {
        padding: 28px 18px;
    }
    .ar-contact-info-panel {
        padding: 28px 18px;
    }
    .ar-form-header__title {
        font-size: 22px;
    }
}

/* ==========================================================================
   HOMEPAGE MASTER REDESIGN SYSTEM (A R AUTO PARTS ENGINEERING)
   ========================================================================== */

/* 1. Hero Section - Spacious & Real Plant Background */
.ar-home-hero-master {
    position: relative;
    padding: 110px 0 100px;
    background: linear-gradient(180deg, rgba(14, 12, 12, 0.82) 0%, rgba(14, 12, 12, 0.94) 100%),
                url('../images/backgrounds/hero-plant-bg.jpg') center center / cover no-repeat !important;
    color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid rgba(217, 20, 20, 0.35);
}

.ar-home-hero-master::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #d91414 50%, transparent 100%);
    pointer-events: none;
}

/* Tagline Pill */
.ar-hero-tagline-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(217, 20, 20, 0.16);
    border: 1px solid rgba(217, 20, 20, 0.45);
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 22px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ff5c5c;
    backdrop-filter: blur(8px);
}

.ar-hero-tagline-pill .ar-dot-live {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #25D366;
    box-shadow: 0 0 8px #25D366;
}

.ar-home-hero__heading {
    font-size: 46px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.ar-home-hero__heading span {
    color: #ff3b3b;
    background: linear-gradient(135deg, #ff5c5c 0%, #d91414 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.ar-home-hero__paragraph {
    font-size: 16.5px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 580px;
}

.ar-home-hero__btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.ar-home-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #d91414 0%, #a80f0f 100%);
    color: #ffffff !important;
    padding: 16px 42px;
    border-radius: 40px;
    font-size: 15.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 26px rgba(217, 20, 20, 0.45);
}

.ar-home-btn-primary:hover {
    background: linear-gradient(135deg, #f01818 0%, #c41212 100%);
    color: #ffffff !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 35px rgba(217, 20, 20, 0.65);
}

.ar-home-btn-primary i {
    font-size: 15px;
    transition: transform 0.25s ease;
}

.ar-home-btn-primary:hover i {
    transform: translateX(5px);
}

.ar-home-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #ffffff !important;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 14.5px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
}

.ar-home-btn-whatsapp:hover {
    background: #1eb954;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.55);
}

/* Hero Right Visual Showcase Frame - Clean Studio Photography */
.ar-home-hero-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7), 0 0 35px rgba(217, 20, 20, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #0f0e0e;
}

.ar-home-hero-frame__img-box {
    position: relative;
    width: 100%;
    height: 390px;
}

.ar-home-hero-frame__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.ar-home-hero-frame:hover .ar-home-hero-frame__img {
    transform: scale(1.04);
}

/* 2. Highlights Strip */
.ar-home-master-strip {
    background: #0b0a0a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
    overflow: hidden;
}

.ar-home-master-strip__list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ar-home-master-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    white-space: nowrap;
}

.ar-home-master-strip__item i {
    color: #d91414;
    font-size: 14px;
}

/* 3. About Section Modern Dual-Card */
.ar-home-about-master {
    padding: 95px 0 85px;
    background: #ffffff;
}

.ar-home-about-visual {
    position: relative;
    padding-bottom: 24px;
    padding-right: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ar-home-about-img-main {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    border: 1px solid #e9edf3;
    height: 100%;
    flex: 1 1 auto;
    position: relative;
}

.ar-home-about-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ar-home-about-img-sub {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 210px;
    height: 190px;
    border-radius: 16px;
    overflow: hidden;
    border: 5px solid #ffffff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.ar-home-about-img-sub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ar-home-about-badge-exp {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #d91414 0%, #b51010 100%);
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(217, 20, 20, 0.45);
    display: flex;
    align-items: center;
    gap: 10px;
}

.ar-home-about-badge-exp h4 {
    font-size: 26px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    color: #ffffff;
}

.ar-home-about-badge-exp span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.2;
    display: block;
}

/* About Pillars */
.ar-home-about-pillar {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 20px 18px;
    border-radius: 14px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
    height: 100%;
}

.ar-home-about-pillar:hover {
    border-color: rgba(217, 20, 20, 0.45);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(217, 20, 20, 0.09);
    transform: translateY(-3px);
}

.ar-home-about-pillar__icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(217, 20, 20, 0.09);
    color: #d91414;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.ar-home-about-pillar:hover .ar-home-about-pillar__icon {
    background: #d91414;
    color: #ffffff;
}

.ar-home-about-pillar__text h4 {
    font-size: 16px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 4px;
}

.ar-home-about-pillar__text p {
    font-size: 13px;
    color: #555e6d;
    margin: 0;
    line-height: 1.55;
}

.ar-about-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #1c1a1a !important;
    border: 1.5px solid #d1d5db;
    padding: 13px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ar-about-btn-secondary:hover {
    background: #1c1a1a;
    color: #ffffff !important;
    border-color: #1c1a1a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.ar-about-btn-secondary i {
    color: #d91414;
    font-size: 14px;
    transition: color 0.3s ease;
}

.ar-about-btn-secondary:hover i {
    color: #ff5c5c;
}

/* 4. Capabilities 4-Grid Master */
.ar-home-caps-master {
    padding: 95px 0 85px;
    background: #f8fafc;
}

.ar-home-cap-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.ar-home-cap-box:hover {
    transform: translateY(-6px);
    border-color: rgba(217, 20, 20, 0.45);
    box-shadow: 0 16px 36px rgba(217, 20, 20, 0.12);
}

.ar-home-cap-box__img-wrap {
    width: 100%;
    height: 200px;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
    position: relative;
}

.ar-home-cap-box__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ar-home-cap-box:hover .ar-home-cap-box__img {
    transform: scale(1.06);
}

.ar-home-cap-box__badge {
    font-size: 11.5px;
    font-weight: 800;
    color: #d91414;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: block;
}

.ar-home-cap-box__title {
    font-size: 18px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 10px;
    line-height: 1.35;
}

.ar-home-cap-box__desc {
    font-size: 13.5px;
    color: #555e6d;
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}

.ar-home-cap-box__link {
    font-size: 13.5px;
    font-weight: 700;
    color: #d91414;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
    margin-top: auto;
}

.ar-home-cap-box__link:hover {
    gap: 10px;
    color: #b51010;
}

/* Category Filter Tabs for Products */
.ar-prod-filter-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
}

.ar-prod-filter-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.ar-prod-filter-btn:hover,
.ar-prod-filter-btn.active {
    background: #d91414;
    border-color: #d91414;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(217, 20, 20, 0.3);
}

/* 5. Process 4-Step Master */
.ar-home-process-master {
    padding: 95px 0 85px;
    background: #ffffff;
}

.ar-home-proc-card {
    background: #f8fafc;
    border: 1px solid #e7ecf2;
    border-radius: 18px;
    padding: 32px 24px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.ar-home-proc-card:hover {
    background: #ffffff;
    transform: translateY(-6px);
    border-color: rgba(217, 20, 20, 0.4);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.ar-home-proc-num {
    font-size: 36px;
    font-weight: 900;
    color: #d91414;
    line-height: 1;
    margin-bottom: 14px;
}

.ar-home-proc-title {
    font-size: 18px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 10px;
}

.ar-home-proc-desc {
    font-size: 13.5px;
    color: #636b78;
    line-height: 1.6;
    margin: 0;
}

/* 6. Why Choose Master */
.ar-home-why-master {
    position: relative;
    padding: 100px 0 90px;
    background: radial-gradient(circle at 80% 20%, rgba(217, 20, 20, 0.22) 0%, transparent 50%),
                linear-gradient(135deg, #110f0f 0%, #1c1a1a 100%) !important;
    color: #ffffff;
    overflow: hidden;
}

.ar-home-why-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 30px 24px;
    height: 100%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.ar-home-why-card:hover {
    background: rgba(217, 20, 20, 0.1);
    border-color: rgba(217, 20, 20, 0.45);
    transform: translateY(-6px);
}

.ar-home-why-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(217, 20, 20, 0.2);
    color: #ff5c5c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.ar-home-why-card__title {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.ar-home-why-card__desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
    margin: 0;
}

/* 7. Industry Sectors Grid */
.ar-home-ind-master {
    padding: 95px 0 85px;
    background: #f8fafc;
}

.ar-home-ind-card {
    background: #ffffff;
    border: 1px solid #e7ecf2;
    border-radius: 18px;
    padding: 28px 24px;
    height: 100%;
    transition: all 0.3s ease;
}

.ar-home-ind-card:hover {
    border-color: rgba(217, 20, 20, 0.35);
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
}

.ar-home-ind-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(217, 20, 20, 0.12);
    color: #d91414;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 18px;
}

.ar-home-ind-card__title {
    font-size: 19px;
    font-weight: 800;
    color: #1c1a1a;
    margin-bottom: 8px;
}

.ar-home-ind-card__desc {
    font-size: 13.5px;
    color: #636b78;
    line-height: 1.6;
    margin-bottom: 14px;
}

.ar-home-ind-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ar-home-ind-card__list li {
    font-size: 12.5px;
    color: #4a515e;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ar-home-ind-card__list li::before {
    content: '•';
    color: #d91414;
    font-weight: bold;
    font-size: 16px;
}

/* 8. Stats Milestone Bar */
.ar-home-stats-master {
    background: #0d0c0c;
    padding: 65px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ar-home-stat-box {
    text-align: center;
    padding: 10px 15px;
}

.ar-home-stat-box__val {
    font-size: 44px;
    font-weight: 900;
    color: #ff5c5c;
    line-height: 1;
    margin-bottom: 6px;
}

.ar-home-stat-box__lbl {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0;
}

/* 9. FAQ Section Master */
.ar-home-faq-master {
    padding: 95px 0 85px;
    background: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .ar-home-hero__heading {
        font-size: 38px;
    }
    .ar-home-hero-frame {
        margin-top: 35px;
    }
    .ar-home-about-img-sub {
        display: none;
    }
}

@media (max-width: 767px) {
    .ar-home-hero-master {
        padding: 48px 0 35px;
    }
    .ar-home-hero__heading {
        font-size: 28px;
        line-height: 1.22;
    }
    .ar-home-hero__paragraph {
        font-size: 14px;
    }
    .ar-home-hero-frame__img-box {
        height: 280px;
    }
    .ar-home-hero-frame__floating-badge {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 12px;
    }
    .ar-home-btn-primary {
        width: 100% !important;
        justify-content: center !important;
        padding: 15px 24px !important;
        font-size: 14.5px !important;
    }

    .ar-home-master-strip {
        padding: 12px 0 !important;
        background: #0d0c0c !important;
        overflow: hidden !important;
    }

    .ar-home-master-strip__list {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 12px !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        padding: 4px 15px !important;
        justify-content: flex-start !important;
    }

    .ar-home-master-strip__list::-webkit-scrollbar {
        display: none !important;
    }

    .ar-home-master-strip__item {
        flex-shrink: 0 !important;
        background: rgba(255, 255, 255, 0.06) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        padding: 7px 14px !important;
        border-radius: 20px !important;
        font-size: 11.5px !important;
        letter-spacing: 0.4px !important;
    }

    .ar-home-about-master,
    .ar-home-caps-master,
    .ar-home-process-master,
    .ar-home-why-master,
    .ar-home-ind-master,
    .ar-home-faq-master {
        padding: 50px 0 40px;
    }
}


