/* Enhanced inline link styling */
.inline-link {
    color: #2d5a87;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.inline-link:hover {
    color: #2d3c4e;
    border-bottom-color: #2d3c4e;
}

/* About Hero Section */
.about-hero {
    margin: 3rem 0 4rem 0;
}

.about-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.about-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-hero-description {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 2rem;
}

/* Visual Highlights Section */
.about-visual-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 3rem 0;
}

.visual-highlight-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.visual-highlight-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.highlight-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.highlight-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    padding: 1.5rem;
    color: white;
}

.highlight-text {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
}

.about-hero-media .video-container {
    max-width: 100%;
}

/* About Section */
.about-section {
    margin: 4rem 0;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    text-align: left;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    text-align: left;
    margin-bottom: 3rem;
    max-width: 800px;
}

.history-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2rem;
}

.history-text p {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 1.5rem;
}

.history-image-inline {
    margin: 2rem 0;
    text-align: center;
}

.inline-history-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.history-image {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.history-image .hq-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.history-image .hq-image-secondary {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Customers Section */
.customers-section {
    padding: 3rem 0;
    margin: 3rem 0;
}

.customers-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}

.customers-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 100px;
    background-color: #fff;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    transition: transform 0.2s, border-color 0.2s;
    padding: 1rem;
}

.customer-logo {
    max-width: 90%;
    max-height: 80%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.customers-logo-container:hover {
    transform: translateY(-2px);
    border-color: #d1d5db;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.customers-logo-container:hover .customer-logo {
    filter: grayscale(0%);
}

/* Services Grid */
.about-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 3rem 0;
}

/* Enhanced about buttons - now using homepage button classes */
/* Buttons use .btn-primary and .btn-secondary from homepage-styles.css */

/* Enhanced section styling */
.global-reach, .sales-partnerships, .customer-support, .contact-us {
    padding: 2rem 0;
    margin-bottom: 2rem;
}

/* HQ Image Styling */
.hq-image-container {
    margin: 1.5rem 0;
    text-align: center;
}

.hq-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hq-image:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


/* Enhanced company history section */
.company-history {
    padding: 2rem 0;
    margin-bottom: 2rem;
}

/* Override global styles for about page */
.first-container {
    background-color: transparent;
    border-radius: 0;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 0;
}

/* Override global section padding and company-profile styles */
.first-container section.company-profile,
.first-container .company-profile {
    padding: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
}

/* Video section styling */
.video-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.header-image {
    max-width: 300px;
    width: 100%;
    height: auto;
}

/* Enhanced video container */
.video-container {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
}

.video-container:hover {
    transform: scale(1.02);
}

/* Enhanced address styling */
address {
    padding: 1rem 0;
    margin: 1rem 0;
    font-style: normal;
    line-height: 1.6;
}

address a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

address a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}


/* Ensure top-header is visible and properly spaced */
.top-header {
    position: relative;
    z-index: 10;
}

/* Video section needs to account for nav */
.video-section {
    padding-top: 0;
}

/* Welcome Section - Matching Hero Section Structure */
.about-welcome {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    padding-top: 10rem;
    padding-bottom: 3rem;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
}

@media (min-width: 640px) {
    .about-welcome {
        padding-top: 12rem;
        padding-bottom: 5rem;
    }
}

@media (min-width: 1024px) {
    .about-welcome {
        padding-top: 14rem;
    }
}

.welcome-background {
    position: absolute;
    top: -6rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #ffffff;
}

.welcome-background-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.welcome-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.3;
    filter: grayscale(60%);
}

.welcome-fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 16rem;
    background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.7) 70%, white 100%);
    pointer-events: none;
}

.welcome-content-wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .welcome-content-wrapper {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .welcome-content-wrapper {
        padding: 0 2rem;
    }
}

.welcome-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 1024px) {
    .about-welcome {
        padding: 3rem 0;
    }
    
    .welcome-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.welcome-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.welcome-logo {
    max-width: 60px;
    width: auto;
    height: auto;
    display: block;
    flex-shrink: 0;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .welcome-logo {
        max-width: 45px;
    }
    
    .welcome-header {
        gap: 0.75rem;
    }
}

.welcome-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .welcome-title {
        font-size: 2rem;
    }
}

.welcome-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .welcome-subtitle {
        font-size: 1.25rem;
    }
}

.welcome-description {
    position: relative;
    z-index: 2;
}

.welcome-description p {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 1.5rem;
}

.welcome-text {
    position: relative;
    z-index: 2;
}

.welcome-media {
    position: relative;
    z-index: 2;
}

.welcome-media .video-container {
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Company Overview */
.company-overview {
    margin: 4rem 0;
    padding: 3rem 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    box-sizing: border-box;
}

.overview-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2rem;
}

.overview-text p {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 1.5rem;
}

.overview-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.stat-box {
    text-align: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    transition: transform 0.2s;
}

.stat-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.875rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Founders Section */
.founders-section {
    margin: 4rem 0;
}

.founders-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.founders-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .founders-text h2 {
        font-size: 2.25rem;
    }
}

.founders-description p {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 1.5rem;
}

.founders-image {
    text-align: center;
}

.founder-photo {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.founder-photo:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .founders-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .founders-image {
        order: -1;
    }
}

/* Best-in-Class Section */
.best-in-class {
    margin: 4rem 0;
    box-sizing: border-box;
}

.best-in-class .section-title,
.best-in-class .section-subtitle,
.customers-section .section-title,
.customers-section .section-subtitle {
    text-align: center;
}

.best-class-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.best-class-item {
    padding: 2rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: transform 0.2s, border-color 0.2s;
}

.best-class-item:hover {
    transform: translateY(-2px);
    border-color: #d1d5db;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.best-class-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.best-class-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.best-class-item li {
    padding: 0.5rem 0;
    color: #374151;
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
}

.best-class-item li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
}

/* Expertise Section */
.expertise-section {
    margin: 4rem 0;
    padding: 3rem 0;
}

.expertise-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.expertise-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .expertise-text h2 {
        font-size: 2.25rem;
    }
}

.expertise-text p {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 1.5rem;
}

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

.expertise-list li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    color: #374151;
    position: relative;
}

.expertise-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
}

.expertise-image {
    text-align: center;
}

.expertise-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Customer Care Section */
.customer-care-section {
    margin: 4rem 0;
}

.care-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.care-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .care-text h2 {
        font-size: 2.25rem;
    }
}

.care-text p {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 1.5rem;
}

.care-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

/* Values Section */
.values-section {
    margin: 4rem 0;
    padding: 3rem 0;
}

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

.values-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .values-header h2 {
        font-size: 2.25rem;
    }
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.value-card {
    padding: 2rem;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: transform 0.2s, border-color 0.2s;
}

.value-card:hover {
    transform: translateY(-4px);
    border-color: #d1d5db;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.value-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-radius: 50%;
    color: white;
}

.value-icon svg {
    width: 32px;
    height: 32px;
}

.value-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.value-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #374151;
}

@media (max-width: 1024px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* Contact Section - Using Homepage CTA Styles */
.cta-section {
    margin: 4rem 0;
    padding: 2rem 0;
}

.contact-info-inline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 1.5rem 0;
}

.contact-info-item {
    color: #374151;
    line-height: 1.75;
}

.contact-info-item strong {
    display: block;
    color: #111827;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.contact-info-item address {
    font-style: normal;
    margin: 0;
    color: #4b5563;
    font-size: 0.9375rem;
}

.contact-info-item a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9375rem;
    transition: color 0.2s ease;
}

.contact-info-item a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .contact-info-inline {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
    }
}

/* Equal height sections */
.global-reach, .sales-partnerships, .customer-support, .contact-us {
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.global-reach .about-btn, 
.sales-partnerships .about-btn,
.customer-support .about-btn, 
.contact-us .about-btn {
    margin-top: auto;
}

/* Responsive design */
@media (max-width: 1024px) {
    .welcome-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .overview-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .best-class-grid {
        grid-template-columns: 1fr;
    }
    
    .expertise-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-welcome {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-top: 6rem;
        padding-bottom: 2.5rem;
    }
    
    .about-welcome .container-custom {
        padding: 0 1rem;
    }
    
    .welcome-title {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }
    
    .welcome-subtitle {
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }
    
    .welcome-description p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .welcome-media {
        margin-top: 1.5rem;
    }
    
    .welcome-media .video-container {
        max-width: 100%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    .overview-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .stat-box {
        padding: 1rem;
    }
    
    .stat-value {
        font-size: 1.5rem;
    }
    
    .stat-label {
        font-size: 0.75rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .customers-logo {
        gap: 1rem;
        margin-top: 1.5rem;
    }
    
    .customers-logo-container {
        width: 120px;
        height: 70px;
        padding: 0.75rem;
    }
    
    .best-class-item {
        padding: 1.5rem;
    }
    
    .best-class-item h3 {
        font-size: 1.125rem;
    }
    
    .best-class-item li {
        font-size: 0.875rem;
        padding: 0.375rem 0 0.375rem 1.5rem;
    }
    
    .expertise-content {
        gap: 1.5rem;
    }
    
    .expertise-text h2 {
        font-size: 1.75rem;
    }
    
    .expertise-text p {
        font-size: 1rem;
    }
    
    .expertise-img {
        max-width: 100%;
    }
    
    .care-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .care-buttons .btn-primary,
    .care-buttons .btn-secondary {
        width: 100%;
    }
    
    .cta-section {
        margin: 2rem 0;
        padding: 1rem 0;
    }
    
    .contact-info-inline {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .cta-buttons .btn-primary,
    .cta-buttons .btn-secondary,
    .cta-buttons .btn-tertiary {
        width: 100%;
    }
    
    .founders-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .founders-text h2 {
        font-size: 1.75rem;
    }
    
    .founders-description p {
        font-size: 1rem;
    }
    
    .founder-photo {
        max-width: 100%;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .value-card {
        padding: 1.5rem;
    }
    
    .value-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 1rem;
    }
    
    .value-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .value-title {
        font-size: 1.125rem;
    }
    
    .value-description {
        font-size: 0.875rem;
    }
    
    .facility-content {
        gap: 1.5rem;
    }
    
    .facility-text h2 {
        font-size: 1.75rem;
    }
    
    .facility-text p {
        font-size: 1rem;
    }
    
    .facility-btn,
    .facility-text .btn-primary {
        width: 100%;
        text-align: center;
    }
}

/* Facility Section Styling */
.facility-section {
    padding: 4rem 0;
    margin: 3rem 0 6rem 0;
}

.facility-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 640px) {
    .facility-content {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .facility-content {
        padding: 0 2rem;
    }
}

.facility-text h2 {
    color: #111827;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

@media (min-width: 640px) {
    .facility-text h2 {
        font-size: 2.25rem;
    }
}

.facility-text p {
    color: #374151;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

/* Facility button now uses .btn-primary from homepage-styles.css */

.facility-image {
    text-align: center;
}

.hq-facility-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hq-facility-image:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

/* Mobile responsiveness for facility section */
@media (max-width: 768px) {
    .facility-section {
        padding: 2rem 1rem;
        margin: 2rem 0;
    }
    
    .facility-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .facility-text h2 {
        font-size: 2rem;
    }
    
    .facility-text p {
        font-size: 1rem;
    }
    
    .hq-facility-image {
        max-width: 100%;
        border-radius: 8px;
    }
}

/* CTA Section (service-style with hexagons) */
.service-cta-section {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 40%, #111827 70%, #0f172a 100%);
    border-radius: 1rem;
    padding: 3rem 1rem 2.5rem;
    text-align: center;
    color: white;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    margin: 4rem 0;
}

.service-cta-section .cta-hexagons {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.service-cta-section .cta-glow {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 70%;
    background: radial-gradient(ellipse at center, rgba(37, 99, 235, 0.12) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.service-cta-section .cta-accent {
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #2563eb, #3b82f6, #2563eb, transparent);
    border-radius: 0 0 2px 2px;
    z-index: 1;
}

.service-cta-section h2,
.service-cta-section p,
.service-cta-buttons-large {
    position: relative;
    z-index: 1;
}

.service-cta-section h2 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    letter-spacing: -0.01em;
}

.service-cta-section p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

.service-cta-buttons-large {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background: white;
    color: #111827;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
    width: auto;
}

.btn-cta-primary:hover {
    background: #f0f7ff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 20px rgba(37, 99, 235, 0.15);
    transform: translateY(-3px);
}

.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 9999px;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 0.3s;
    width: auto;
}

.btn-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.btn-cta-primary svg,
.btn-cta-secondary svg {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s;
}

.btn-cta-primary:hover svg,
.btn-cta-secondary:hover svg {
    transform: scale(1.1);
}

@media (min-width: 640px) {
    .service-cta-buttons-large {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .service-cta-section {
        padding: 4.5rem 2rem 4rem;
    }

    .service-cta-section h2 {
        font-size: 2.25rem;
    }
}

@media (max-width: 640px) {
    .service-cta-section {
        padding: 2rem 1rem 1.5rem;
    }

    .service-cta-section .cta-accent {
        left: 5%;
        right: 5%;
    }
}
