.border-left-orange {
    border-left: 4px solid #f37932;
    padding-left: 16px;
}

.font-16 {
    font-size: 16px;
}

.dcv3-tagline-orange {
    margin: 0 0 12px;
    color: #F37932;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.max-width-48-rem {
    max-width: 48rem;
}

.banner-inner img {
    height: auto;
}

/* ACF-based services section (normal CSS conversion of provided HTML) */
.dcv3-services-section {
    background: #fff;
    padding: 96px 0 60px;
}

.dcv3-services-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 64px;
}

.dcv3-services-main {
    min-width: 0;
}

/* ACF-based services section */

.dcv3-services-title {
    margin: 0 0 24px;
    color: #121826;
    font-size: 34px;
    line-height: 1.2;
    border-left: 4px solid #f37932;
    padding-left: 16px;
    font-weight: 700;
}

.dcv3-services-description {
    color: #68758a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 26px;
}

.dcv3-services-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 24px;
}

.dcv3-services-stat-item {
    background: #fff;
    text-align: center;
    padding: 16px 14px;
}

.dcv3-services-stat-number {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: #111827;
}

.dcv3-services-stat-label {
    margin: 0;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
}

.dcv3-services-highlight-title {
    margin: 0 0 12px;
    color: #1f2937;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    text-transform: none;
    letter-spacing: 0;
}

.dcv3-services-highlight-copy,
.dcv3-services-highlight-copy p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}

.dcv3-services-highlight-copy {
    margin-bottom: 20px;
}

.dcv3-services-highlight-copy p:last-child {
    margin-bottom: 0;
}

.dcv3-services-tag-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 34px;
    margin-top: 34px;
}

.dcv3-services-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background: #fff6ef;
    border: 1px solid #ffd8bc;
    border-radius: 999px;
    color: #f37932;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.dcv3-services-comparison-head {
    margin-bottom: 14px;
}

.dcv3-services-comparison-tagline {
    margin: 0 0 4px;
    color: #143980;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.dcv3-services-comparison-title {
    margin: 0;
    color: #111827;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.dcv3-services-side {
    min-width: 0;
}

.dcv3-services-sidebar-card {
    background: #f5f5f7;
    padding: 20px;
    border-radius: 2px;
}

.dcv3-services-sidebar-tagline {
    margin: 0 0 8px;
    color: #111827;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.dcv3-services-sidebar-title {
    margin: 0 0 18px;
    color: #111827;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
}

.dcv3-services-sidebar-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dcv3-services-sidebar-links li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #111827;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.dcv3-services-sidebar-links li a:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

.dcv3-services-link-arrow {
    font-size: 14px;
    line-height: 1;
}

.dcv3-services-featured-parts {
    margin-top: 24px;
}

.dcv3-services-featured-parts-mobile {
    display: none;
}

/* Customers ticker section (plain CSS conversion) */
.dcv3-customers-ticker-section {
    background: #0d1f3c;
    padding: 56px 0;
    overflow: hidden;
}

.dcv3-customers-head {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 32px;
}

/* Customers ticker section */

.dcv3-customers-title {
    margin: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
}

.dcv3-customers-underline {
    width: 48px;
    height: 3px;
    background: #f37932;
    margin: 16px auto 0;
}

.dcv3-customers-ticker-wrap {
    position: relative;
    overflow: hidden;
}

.dcv3-customers-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 96px;
    z-index: 2;
    pointer-events: none;
}

.dcv3-customers-fade-left {
    left: 0;
    background: linear-gradient(to right, #0d1f3c 0%, rgba(13, 31, 60, 0) 100%);
}

.dcv3-customers-fade-right {
    right: 0;
    background: linear-gradient(to left, #0d1f3c 0%, rgba(13, 31, 60, 0) 100%);
}

.dcv3-logo-ticker {
    display: inline-flex;
    align-items: center;
    width: max-content;
    animation: dcv3LogoTicker 55s linear infinite;
    will-change: transform;
}

.dcv3-logo-ticker-item {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 32px;
}

.dcv3-logo-ticker-img {
    height: 48px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.dcv3-logo-ticker-item:hover .dcv3-logo-ticker-img {
    opacity: 1;
}

.dcv3-customers-ticker-wrap:hover .dcv3-logo-ticker {
    animation-play-state: paused;
}

@keyframes dcv3LogoTicker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Comparison table styles for Die Casting V3 */
.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

/* Card Base */
.card {
    border-radius: 4px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.card-default {
    border: 1px solid #e5e7eb;
}

.card-highlight {
    border: 1px solid rgba(243, 121, 50, 0.4);
}

/* Header */
.card-header {
    padding: 12px 20px;
}

.card-header p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.card-header.gray {
    background-color: #f3f4f6;
    color: #9ca3af;
}

.card-header.orange {
    background-color: #fff7ed;
    color: #f37932;
}

/* List */
.card-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 20px;
    border-top: 1px solid #f3f4f6;
    font-size: 18px;
    line-height: 1.4;
}

.card-highlight .card-list li {
    color: #374151;
}

/* Icons */
.icon {
    font-weight: bold;
    margin-top: 2px;
}

.icon.cross {
    color: #d1d5db;
}

.icon.tick {
    color: #f37932;
}

/* Industries strip section handled below */



/* â”€â”€ V3 Feature Cards (2000+ Parts section) â”€â”€ */
.dcv3-feature-cards-section {
    background: #F5F5F7;
    padding: 80px 0;
}

.dcv3-feature-cards-intro {
    margin-bottom: 56px;
}

.dcv3-feature-cards-intro .dcv3-tagline {
    margin-bottom: 12px;
}

.dcv3-feature-cards-intro h2 {
    color: #111827;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.dcv3-title-bottom-underline {
    display: block;
    width: 64px;
    height: 4px;
    background: #F37932;
    margin: 20px 0 24px;
}

.dcv3-feature-cards-intro-desc {
    color: #4B5563;
    font-size: 15px;
    line-height: 1.65;
    max-width: 860px;
    margin: 0;
}

.dcv3-feature-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.dcv3-feature-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    padding: 32px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dcv3-feature-card:hover {
    border-color: #F37932;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.dcv3-feature-card-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(243, 121, 50, 0.1);
    border-radius: 2px;
    margin-bottom: 20px;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.dcv3-feature-card:hover .dcv3-feature-card-icon-wrap {
    background: rgba(243, 121, 50, 0.2);
}

.dcv3-feature-card-icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: invert(51%) sepia(75%) saturate(700%) hue-rotate(345deg) brightness(100%) contrast(95%);
}

.dcv3-feature-card-title {
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
}

.dcv3-feature-card-desc {
    color: #6B7280;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* Global sourcing strategy section */
.dcv3-global-sourcing-section {
    overflow: hidden;
}

.dcv3-global-sourcing-layout {
    display: flex;
    flex-direction: row;
}

.dcv3-global-sourcing-content {
    width: 40%;
    background: #0D1F3C;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Consolidated tagline styles */

.dcv3-global-sourcing-meta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.dcv3-global-sourcing-meta-line {
    width: 32px;
    height: 1px;
    background: #F37932;
}

.dcv3-global-sourcing-meta-text {
    color: rgba(255, 255, 255, 0.42);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.dcv3-global-sourcing-cards-wrap {
    width: 60%;
    background: #F5F5F7;
    padding: 16px 40px;
    display: flex;
    align-items: center;
}

.dcv3-global-sourcing-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.dcv3-global-country-card {
    background: #fff;
    border-top: 4px solid #F37932;
    border-radius: 2px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
}

.dcv3-global-country-card.is-blue {
    border-top-color: #1D4681;
}

.dcv3-global-country-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.dcv3-global-country-flag {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
}

.dcv3-global-country-flag-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dcv3-global-country-name {
    margin: 0;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

/* Global country cards */

/* FAQ section */

/* FAQ section */
.dcv3-faq-section {
    background: #fff;
    border-top: 1px solid #f3f4f6;
}

.dcv3-faq-top-bar {
    height: 6px;
    background: linear-gradient(to right, #F37932 0%, #1D4681 50%, #F37932 100%);
}

.dcv3-faq-inner {
    width: 100%;
    padding: 80px 32px;
}

.dcv3-faq-head {
    text-align: center;
    margin: 0 auto 56px;
}

/* FAQ section */

.dcv3-faq-title {
    margin: 0;
    color: #111827;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.25;
}

.dcv3-faq-head-divider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.dcv3-faq-head-line {
    width: 64px;
    height: 1px;
    background: #e5e7eb;
}

.dcv3-faq-head-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #F37932;
}

.dcv3-faq-list {
    margin: 0 auto;
    border: 1px solid #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
    background: #fff;
}

.dcv3-faq-item+.dcv3-faq-item {
    border-top: 1px solid #e5e7eb;
}

.dcv3-faq-question-wrap {
    margin: 0;
}

.dcv3-faq-question {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    transition: background-color 0.2s ease;
}

.dcv3-faq-question-main {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.dcv3-faq-number {
    width: 28px;
    flex-shrink: 0;
    color: #F37932;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.dcv3-faq-question-text {
    color: #111827;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
}

.dcv3-faq-chevron {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: relative;
}

.dcv3-faq-chevron::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #F37932;
    border-bottom: 2px solid #F37932;
    transform: rotate(-135deg);
    transition: transform 0.3s ease;
}

.dcv3-faq-question.collapsed .dcv3-faq-chevron::before {
    transform: rotate(45deg);
}

.dcv3-faq-answer {
    background: #fff;
}

.dcv3-faq-answer-inner {
    padding: 0 24px 22px 68px;
    font-size: 16px;
    line-height: 1.7;
}

.dcv3-faq-answer-inner p:last-child {
    margin-bottom: 0;
}

/* Industries strip section */
.dcv3-industries-strip-section {
    background: #0D1F3C;
    overflow: hidden;
}

.dcv3-industries-strip-head {
    text-align: center;
    padding: 64px 32px 40px;
}

.dcv3-industries-strip-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.dcv3-industries-strip-divider {
    position: relative;
    width: 100%;
    max-width: 640px;
    height: 1px;
    margin: 20px auto 0;
}

.dcv3-industries-strip-divider-line,
.dcv3-industries-strip-divider-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(243, 121, 50, 0), rgba(243, 121, 50, 0.8), rgba(243, 121, 50, 0));
}

.dcv3-industries-strip-divider-glow {
    filter: blur(3px);
    opacity: 0.6;
}

.dcv3-industries-strip-intro {
    margin: 20px auto 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.dcv3-industries-strip-cards {
    display: flex;
    min-height: 460px;
}

.dcv3-industries-strip-card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: flex-grow 0.45s ease-in-out;
}

.dcv3-industries-strip-cards:has(.dcv3-industries-strip-card:hover) .dcv3-industries-strip-card {
    flex-grow: 0.82;
}

/* Fallback state for browsers without :has support, driven by JS class toggles */
.dcv3-industries-strip-cards.is-card-hovering .dcv3-industries-strip-card {
    flex-grow: 0.82;
}

.dcv3-industries-strip-card:last-child {
    border-right: 0;
}

.dcv3-industries-strip-card-bg,
.dcv3-industries-strip-card-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.dcv3-industries-strip-card-bg-img {
    object-fit: cover;
    transition: transform 0.7s ease;
}

.dcv3-industries-strip-card-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to top, rgba(13, 31, 60, 0.97) 58%, rgba(13, 31, 60, 0.84) 100%);  */
    background: linear-gradient(to top, rgb(13 31 60 / 55%) 58%, rgba(13, 31, 60, 0.84) 100%);
    transition: background 0.35s ease;
}

.dcv3-industries-strip-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #F37932;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.dcv3-industries-strip-basic-icon {
    position: absolute;
    left: 20px;
    bottom: 72px;
    z-index: 3;
    width: 24px;
    height: 24px;
}

.dcv3-industries-strip-card-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(56%) sepia(88%) saturate(1160%) hue-rotate(338deg) brightness(101%) contrast(91%);
}

.dcv3-industries-strip-card-basic {
    position: absolute;
    inset: 0;
    z-index: 3;
    transition: opacity 0.28s ease;
}

.dcv3-industries-strip-card-title {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 24px;
    z-index: 3;
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.dcv3-industries-strip-card-hover {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 28px;
    z-index: 4;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.dcv3-industries-strip-hover-icon-wrap {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
    position: relative;
}

.dcv3-industries-strip-hover-icon-wrap::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #F37932;
    margin-top: 10px;
}

.dcv3-industries-strip-hover-title {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-top: 35px;
}

.dcv3-industries-strip-hover-subtitle {
    margin: 8px 0 0;
    color: #F37932;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.dcv3-industries-strip-hover-desc {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.42;
}

.dcv3-industries-strip-hover-features {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dcv3-industries-strip-hover-feature {
    min-width: 0;
}

.dcv3-industries-strip-hover-feature h6 {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.dcv3-industries-strip-hover-feature p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 1.5;
}

.dcv3-industries-strip-card:hover {
    flex-grow: 2.35 !important;
}

.dcv3-industries-strip-card.is-hovered {
    flex-grow: 2.35;
}

.dcv3-industries-strip-card:hover .dcv3-industries-strip-card-bg-img {
    transform: scale(1.1);
}

.dcv3-industries-strip-card:hover .dcv3-industries-strip-card-accent {
    opacity: 1;
}

.dcv3-industries-strip-card:hover .dcv3-industries-strip-card-overlay {
    /* background: linear-gradient(to top, rgba(8, 23, 48, 0.98) 50%, rgba(8, 23, 48, 0.78) 100%); */
    background: linear-gradient(to top, rgb(8 23 48 / 64%) 50%, rgb(8 23 48 / 52%) 100%);
}

.dcv3-industries-strip-card:hover .dcv3-industries-strip-card-basic {
    opacity: 0;
}

.dcv3-industries-strip-card:hover .dcv3-industries-strip-card-hover {
    opacity: 1;
    transform: translateY(0);
}

.dcv3-industries-strip-footer {
    padding: 28px 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dcv3-industries-strip-footer p {
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 1399px) {
    .dcv3-services-layout {
        gap: 44px;
    }

    .dcv3-services-title {
        font-size: 28px;
    }

    .dcv3-services-sidebar-title {
        font-size: 24px;
    }

    .dcv3-feature-cards-intro h2 {
        font-size: 1.5rem;
    }

    .dcv3-feature-cards-intro-desc {
        font-size: 15px;
    }

    .dcv3-global-sourcing-content {
        padding: 42px 32px;
    }

    .dcv3-global-sourcing-cards-wrap {
        padding: 16px 28px;
    }

    .dcv3-faq-inner {
        padding: 68px 28px;
    }

    .dcv3-industries-strip-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 991px) {
    .dcv3-services-section {
        padding: 64px 0 52px;
    }

    .dcv3-services-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .dcv3-services-title {
        font-size: 24px;
    }

    .dcv3-services-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dcv3-services-featured-parts {
        display: none;
    }

    .dcv3-services-featured-parts-mobile {
        display: block;
        margin-top: 28px;
    }

    .dcv3-customers-title {
        font-size: 30px;
    }

    .dcv3-customers-fade {
        width: 64px;
    }

    .dcv3-feature-cards-section {
        padding: 58px 0;
    }

    .dcv3-feature-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .dcv3-global-sourcing-layout {
        flex-direction: column;
    }

    .dcv3-global-sourcing-content,
    .dcv3-global-sourcing-cards-wrap {
        width: 100%;
    }

    .dcv3-global-sourcing-content {
        padding: 36px 24px;
    }


    .dcv3-global-sourcing-cards-wrap {
        padding: 20px 24px 24px;
    }

    .dcv3-faq-inner {
        padding: 56px 24px;
    }

    .dcv3-faq-head {
        margin-bottom: 40px;
    }

    .dcv3-faq-title {
        font-size: 1.625rem;
    }

    .dcv3-industries-strip-head {
        padding: 48px 24px 30px;
    }

    .dcv3-industries-strip-cards {
        min-height: 400px;
    }

    .dcv3-industries-strip-card:hover {
        flex-grow: 2;
    }

    .dcv3-industries-strip-basic-icon {
        left: 16px;
        bottom: 64px;
    }

    .dcv3-industries-strip-card-hover {
        left: 20px;
        right: 20px;
    }

    .dcv3-industries-strip-hover-title {
        font-size: 24px;
    }

    .dcv3-industries-strip-hover-desc {
        font-size: 15px;
    }

    .dcv3-industries-strip-card-title {
        left: 16px;
        right: 16px;
        bottom: 18px;
        font-size: 11px;
    }

    .dcv3-industries-strip-footer {
        padding: 20px 20px 22px;
    }
}

@media (max-width: 575px) {

    .banner-inner img {
        height: auto;
    }

    .dcv3-services-section {
        padding: 48px 0 36px;
    }

    .dcv3-services-title {
        font-size: 18px;
        margin-bottom: 18px;
        padding-left: 12px;
    }

    .dcv3-services-stats-grid {
        grid-template-columns: 1fr;
    }

    .dcv3-services-sidebar-title {
        font-size: 22px;
    }

    .dcv3-customers-ticker-section {
        padding: 44px 0;
    }

    .dcv3-customers-head {
        margin-bottom: 30px;
        padding: 0 16px;
    }

    .dcv3-customers-title {
        font-size: 26px;
    }

    .dcv3-customers-fade {
        width: 36px;
    }

    .dcv3-logo-ticker-item {
        padding: 0 16px;
    }

    .dcv3-logo-ticker-img {
        height: 36px;
    }

    .dcv3-feature-cards-intro h2 {
        font-size: 1.375rem;
    }

    .dcv3-feature-cards-intro-desc {
        font-size: 14px;
    }

    .dcv3-feature-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dcv3-feature-card {
        padding: 24px;
    }

    .dcv3-global-sourcing-content {
        padding: 32px 18px;
    }

    .dcv3-global-sourcing-desc {
        margin-bottom: 22px;
    }

    .dcv3-global-sourcing-cards-wrap {
        padding: 16px 14px 18px;
    }

    .dcv3-global-sourcing-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .dcv3-global-country-card {
        padding: 18px;
    }

    .dcv3-faq-inner {
        padding: 44px 16px;
    }

    .dcv3-faq-title {
        font-size: 1.375rem;
    }

    .dcv3-faq-head-line {
        width: 44px;
    }

    .dcv3-faq-question {
        padding: 16px;
    }

    .dcv3-faq-question-main {
        gap: 12px;
    }

    .dcv3-faq-number {
        width: 22px;
        font-size: 18px;
    }

    .dcv3-faq-question-text {
        font-size: 13px;
        line-height: 1.4;
    }

    .dcv3-faq-answer-inner {
        padding: 0 16px 18px 50px;
        font-size: 13px;
        line-height: 1.6;
    }

    .dcv3-industries-strip-head {
        padding: 36px 16px 24px;
    }

    .dcv3-industries-strip-title {
        font-size: 1.375rem;
        line-height: 1.3;
    }

    .dcv3-industries-strip-intro {
        font-size: 15px;
        margin-top: 14px;
    }

    .dcv3-industries-strip-cards {
        min-height: 0;
        display: grid;
        grid-template-columns: 1fr;
    }

    .dcv3-industries-strip-card {
        min-height: 420px;
        border-right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .dcv3-industries-strip-card:first-child {
        border-top: 0;
    }

    .dcv3-industries-strip-card:hover {
        flex-grow: 1;
    }

    .dcv3-industries-strip-cards:has(.dcv3-industries-strip-card:hover) .dcv3-industries-strip-card {
        flex-grow: 1;
    }

    .dcv3-industries-strip-cards.is-card-hovering .dcv3-industries-strip-card {
        flex-grow: 1;
    }

    .dcv3-industries-strip-card.is-hovered {
        flex-grow: 1;
    }

    .dcv3-industries-strip-card-basic {
        opacity: 0;
    }

    .dcv3-industries-strip-card-hover {
        opacity: 1;
        transform: none;
        bottom: 16px;
    }

    .dcv3-industries-strip-basic-icon {
        left: 16px;
        bottom: 58px;
    }

    .dcv3-industries-strip-card-title {
        letter-spacing: 0.1em;
    }

    .dcv3-industries-strip-card-hover {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .dcv3-industries-strip-hover-title {
        font-size: 20px;
        line-height: 1;
    }

    .dcv3-industries-strip-hover-desc {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.45;
    }

    .dcv3-industries-strip-hover-features {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 12px;
    }

    .dcv3-industries-strip-hover-feature p {
        font-size: 11px;
    }

    .dcv3-industries-strip-footer {
        padding: 18px 14px;
    }

    .dcv3-industries-strip-footer p {
        font-size: 11px;
        line-height: 1.6;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dcv3-logo-ticker {
        animation: none;
    }
}

@media (max-width: 1199px) {
    .dcv3-industries-head h1 {
        font-size: 38px;
    }

    .dcv3-industries-detail h1 {
        font-size: 34px;
    }

    .dcv3-industries-section .accordion-home ul.display-deaktop:hover li {
        flex: 1 1 10%;
    }

    .dcv3-industries-section .accordion-home ul.display-deaktop:hover li:hover {
        flex: 1 1 55%;
    }
}

@media (max-width: 991px) {
    .dcv3-industries-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dcv3-industries-head {
        padding: 24px 16px;
    }

    .dcv3-industries-head h1 {
        font-size: 28px;
    }

    .dcv3-industries-head-copy {
        font-size: 14px;
        margin-top: 14px;
        padding-top: 14px;
    }

    .dcv3-industries-section #home-resiliency-slider .item {
        padding: 0 5px;
    }

    .dcv3-industries-section .dcv3-industries-card {
        height: 440px;
        border-radius: 18px;
        overflow: hidden;
    }

    .dcv3-industries-section .dcv3-industries-detail,
    .dcv3-industries-section .dcv3-industries-detail-mobile {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        background: linear-gradient(to top, rgba(6, 20, 47, 0.95) 54%, rgba(6, 20, 47, 0));
        padding: 22px 18px 18px;
    }

    .dcv3-industries-section .dcv3-industries-summary {
        display: none;
    }

    .dcv3-industries-detail h1 {
        font-size: 30px;
    }

    .dcv3-industries-description {
        font-size: 14px;
    }

    .dcv3-industries-features {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .dcv3-industries-footer-copy {
        font-size: 14px;
        padding: 18px 12px 22px;
    }
}




@media (prefers-reduced-motion: reduce) {
    .dcv3-logo-ticker {
        animation: none;
    }
}



/* Supplier Network Section & Table Styles */
.dcv3-sourcing-stats {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dcv3-sourcing-stat-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.dcv3-sourcing-stat-box {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin-top: 2px;
}

.dcv3-sourcing-stat-info {
    flex: 1;
}

.dcv3-sourcing-stat-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.dcv3-sourcing-stat-name {
    color: #fff;
    font-weight: 700;
}

.dcv3-sourcing-stat-badge {
    color: #F37932;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.dcv3-sourcing-stat-desc {
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.4;
}

.dcv3-sourcing-total-meta {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Supplier Data Table Styles */
.dcv3-supplier-table-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: stretch !important;
}

.dcv3-supplier-table-inner {
    width: 100%;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
}

.dcv3-supplier-table-head-info {
    margin-bottom: 24px;
}

.dcv3-supplier-table-scroll-wrap {
    overflow-x: auto;
    flex: 1;
}

.dcv3-supplier-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

.dcv3-supplier-table thead tr {
    border-bottom: 1px solid rgba(243, 121, 50, 0.3);
}

.dcv3-supplier-table th {
    padding: 12px 12px;
    text-align: center;
    color: #6B7280;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    vertical-align: bottom;
}

.dcv3-supplier-table th:first-child {
    text-align: left;
    padding-left: 0;
    padding-right: 16px;
    width: 130px;
    color: #9CA3AF;
    letter-spacing: 0.14em;
}

.dcv3-table-country-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.dcv3-table-country-head img {
    border-radius: 2px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.dcv3-table-col-total {
    color: #F37932 !important;
}

.dcv3-supplier-table tbody tr {
    border-bottom: 1px solid rgba(243, 121, 50, 0.2);
}

.dcv3-supplier-table tbody tr.is-alt {
    background: #fff;
}

.dcv3-supplier-table td {
    padding: 10px 12px;
    text-align: center;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
}

.dcv3-supplier-table td:first-child {
    text-align: left;
    padding-left: 0;
    padding-right: 16px;
    color: #6B7280;
    font-weight: 500;
}

.dcv3-table-total {
    padding-left: 16px !important;
    color: #F37932;
    font-weight: 700;
}

.dcv3-table-label {
    font-weight: 600;
}

.dcv3-supplier-table td.is-empty {
    color: #D1D5DB;
}

.dcv3-supplier-table tfoot tr {
    border-top: 2px solid rgba(243, 121, 50, 0.4);
}

.dcv3-supplier-table tfoot td {
    padding: 12px 12px;
    color: #0D1F3C;
    font-size: 13px;
    font-weight: 700;
}

.dcv3-table-footer-label {
    padding-right: 16px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #0D1F3C;
}

.dcv3-table-grand-total {
    padding-left: 16px !important;
    color: #F37932 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

.dcv3-table-footer-note {
    margin: 16px 0 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .dcv3-supplier-table-inner {
        padding: 32px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dcv3-logo-ticker {
        animation: none;
    }
}

/* Video CTA Action Section */
.dcv3-action-section {
    background: #fff;
    border-top: 1px solid #F3F4F6;
    padding: 80px 0;
}

.dcv3-action-layout {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.dcv3-action-content {
    flex: 0 0 auto;
}

.dcv3-action-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #F37932;
    font-weight: 700;
    font-size: 18px;
    transition: color 0.2s;
    text-decoration: none;
}

.dcv3-action-link:hover {
    color: #0D1F3C;
}

.dcv3-action-video-wrap {
    width: 100%;
}

.dcv3-action-video-inner {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    background: #000;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #E5E7EB;
}

.dcv3-action-video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 992px) {
    .dcv3-action-layout {
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }

    .dcv3-action-content {
        width: 40%;
        flex-shrink: 0;
    }

    .dcv3-action-video-wrap {
        width: 60%;
    }
}

/* Investment Casting Section Helpers */
.dcv3-icon-box-dark {
    width: 48px;
    height: 48px;
    background-color: #0D1F3C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.dcv3-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.dcv3-list-item svg {
    color: #F37932;
    flex-shrink: 0;
    margin-top: 4px;
}

.dcv3-card-desc-indented {
    padding-left: 60px;
}

@media (max-width: 767px) {
    .dcv3-card-desc-indented {
        padding-left: 0;
        margin-top: 15px;
    }
}

/* Comparison Table Helpers */
.dcv3-comparison-table {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.dcv3-table-head {
    background-color: #0D1F3C;
    padding: 15px 25px;
}

.dcv3-table-row {
    padding: 15px 25px;
    border-bottom: 1px solid #f3f4f6;
}

.dcv3-table-row:last-child {
    border-bottom: 0;
}

.dcv3-table-row.bg-stripe {
    background-color: #F5F5F7;
}

.dcv3-table-heading-sm {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #ffffff;
}

.dcv3-table-divider {
    border-right: 1px solid #e5e7eb;
}

.dcv3-table-divider-white {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.border-light-custom {
    border-color: rgba(255, 255, 255, 0.1) !important;
}


.bg-dark-blue {
    background-color: #0D1F3C !important;
}

.ps-custom-icon {
    padding-left: 32px;
}

.text-dark-blue {
    color: #0D1F3C !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-60 {
    color: rgba(255, 255, 255, 0.6) !important;
}

.text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important;
}


.btn-orange {
    background-color: #F37932;
    border-color: #F37932;
    color: #fff !important;
    transition: background-color 0.2s, border-color 0.2s;
}

.btn-orange:hover {
    background-color: #d86524;
    border-color: #d86524;
    color: #fff !important;
}

.custom-process-table thead th {
    background-color: #0D1F3C;
    color: #F37932 !important;
    padding: 20px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.custom-process-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.custom-process-table tbody td {
    padding: 20px !important;
    border-right: 1px solid #ebeef2 !important;
    border-bottom: 1px solid #ebeef2 !important;
}






/* template_electrical-energy-v2 css start */
.stats-section {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.pattern-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.06;
}

.stats-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 35px;
    flex-direction: column;
    text-align: center;
}

.stat-item:not(:last-child) {
    border-right: 1px solid rgb(243 121 49);
}

.stat-number {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #F37932;
    white-space: nowrap;
}

.stat-text {
    color: #303030;
    font-size: 18px;
    line-height: 24px;
}

/* Responsive */
@media (max-width: 768px) {
    .stats-container {
        grid-template-columns: 1fr;
    }

    .stat-item {
        border-right: none !important;
        border-bottom: 1px solid rgb(243 121 49);
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .stat-number {
        font-size: 26px;
    }
}



.market-wrapper .market-section {
    position: relative;
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}


/* Background circles */
.market-wrapper .circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(243, 121, 50, .1);
    pointer-events: none;
}

.market-wrapper .circle-large {
    width: 600px;
    height: 600px;
    top: -250px;
    right: -250px;
}

.market-wrapper .circle-small {
    width: 400px;
    height: 400px;
    top: -150px;
    right: -150px;
}

/* Layout */
.market-wrapper .market-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: start;
}

/* Left */
.market-wrapper .section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.market-wrapper .line {
    width: 35px;
    height: 3px;
    background: #F37932;
    border-radius: 20px;
}

.market-wrapper .section-label span {
    color: #F37932;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.market-wrapper .market-content h2 {
    font-size: 38px;
    font-weight: 600;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 30px;
}

.market-wrapper .content-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}



.market-wrapper .cta-btn {
    display: inline-block;
    margin-top: 35px;
    background: #F37932;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 4px;
    transition: .3s;
}

.market-wrapper .cta-btn:hover {
    background: #de6622;
    transform: translateY(-2px);
}

/* Right Cards */
.market-wrapper .cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.market-wrapper .info-card {
    position: relative;
    padding: 25px;
    background: #f8f8f8;
    border: 1px solid #ececec;
    border-radius: 14px;
    transition: .3s;
}

.market-wrapper .info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: linear-gradient(to right,
            rgba(243, 121, 50, .8),
            transparent);
}

.market-wrapper .info-card:hover {
    border-color: rgba(243, 121, 50, .3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.market-wrapper .card-icon {
    font-size: 22px;
    margin-bottom: 15px;
}

.market-wrapper .card-icon svg {
    color: #f37931;
}

.market-wrapper .info-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.market-wrapper .info-card p {
    font-size: 13px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 0;
}

.market-wrapper .wide-card {
    grid-column: span 2;
}

/* Responsive */
@media (max-width:992px) {

    .market-wrapper .market-grid {
        grid-template-columns: 1fr;
    }

    .market-wrapper .market-content h2 {
        font-size: 34px;
    }
}

@media (max-width:768px) {

    .market-wrapper .cards-grid {
        grid-template-columns: 1fr;
    }

    .market-wrapper .wide-card {
        grid-column: span 1;
    }

    .market-wrapper .market-content h2 {
        font-size: 28px;
    }
}




.applications-section {
    background: #fff;
}

/* Header */
.applications-section .applications-header {
    background: linear-gradient(135deg, #1d4681 0%, #106f3c 50%, #1d4681 100%);
    padding: 50px 20px;
    text-align: center;
}

.applications-header .container {
    max-width: 900px;
    margin: auto;
}

.applications-section .applications-header h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
}

.applications-section .applications-header p {
    color: rgba(255, 255, 255, .85);
    margin-bottom: 0;
}

/* Responsive */
@media(max-width:991px) {

    .applications-section .applications-header h2 {
        font-size: 32px;
    }
}



.components-section {
    margin: 80px auto;
}

/* ==========================
   TAB BUTTONS
========================== */
.equipment-tabs .tab-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.equipment-tabs .tab-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: .3s;
}

.equipment-tabs .tab-btn:hover {
    border-color: #f37931;
}

.equipment-tabs .tab-btn.active {
    border-color: #f37931;
    background: #f3f7fc;
}

.equipment-tabs .icon-box {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipment-tabs .tab-btn.active .icon-box {
    background: #f37931;
}

.equipment-tabs .icon-box svg {
    width: 24px;
    height: 24px;
    stroke: #666;
}

.equipment-tabs .tab-btn.active svg {
    stroke: #fff;
}

.equipment-tabs .small-title {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
}

.equipment-tabs .main-title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

/* ==========================
   CONTENT
========================== */
.equipment-tabs .tab-content {
    display: none;
}

.equipment-tabs .tab-content.active {
    display: block;
}

.equipment-tabs .content-box {
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.equipment-tabs .top-section {
    display: flex;
    gap: 30px;
    padding: 30px;
    background: #f8f9fb;
}

.equipment-tabs .left-content {
    flex: 1;
}

.equipment-tabs .left-content h2 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
}

.equipment-tabs .left-content h2 span svg {
    color: #f37931;
    margin-right: 8px;
}

.equipment-tabs .left-content p {
    line-height: 1.8;
    color: #555;
}

/* ==========================
   SLIDER
========================== */
.equipment-tabs .slider-box {
    width: 320px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.equipment-tabs .slider {
    position: relative;
    height: 220px;
}

.equipment-tabs .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .8s ease;
}

.equipment-tabs .slide.active {
    opacity: 1;
}

.equipment-tabs .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.equipment-tabs .caption {
    background: #fff;
    padding: 10px;
    font-size: 13px;
    text-align: center;
}

.equipment-tabs .dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.equipment-tabs .dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    margin: 0 3px;
}

.equipment-tabs .dot.active {
    background: #F37932;
}

/* ==========================
   TABLE
========================== */
.equipment-tabs table {
    width: 100%;
    border-collapse: collapse;
}

.equipment-tabs th {
    background: #f5f5f5;
    padding: 15px;
    text-align: left;
}

.equipment-tabs td {
    padding: 15px;
    border-top: 1px solid #eee;
}

.equipment-tabs tr:hover {
    background: #fafafa;
}

@media(max-width:991px) {

    .equipment-tabs .top-section {
        flex-direction: column;
    }

    .equipment-tabs .slider-box {
        width: 100%;
    }

    .equipment-tabs .tab-buttons {
        grid-template-columns: 1fr;
    }

}



#capabilities {
    padding: 80px 0;
    background: oklch(98.5% .002 247.839);
}

#capabilities .section-header {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

#capabilities .bg-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(4rem, 12vw, 9rem);
    font-weight: 600;
    color: rgba(0, 0, 0, 0.04);
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
}

#capabilities .subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

#capabilities .subtitle span.line {
    width: 40px;
    height: 1px;
    background: #f97316;
}

#capabilities .subtitle span.text {
    color: #f97316;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#capabilities .section-header h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    line-height: 1.1;
}

#capabilities .section-header p {
    max-width: 800px;
    margin: auto;
    color: #666;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

#capabilities .badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

#capabilities .badge {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}

#capabilities .badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f97316;
}



#capabilities .process-list {
    border-top: 1px solid #ddd;
}

#capabilities .process-item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 15px;
    border-bottom: 1px solid #ddd;
    transition: 0.3s;
}

#capabilities .process-item:hover {
    background: #fff7ed;
}

#capabilities .number {
    width: 80px;
    font-size: 55px;
    font-weight: 500;
    color: #e5e7eb;
    text-align: right;
    flex-shrink: 0;
}

#capabilities .process-item:hover .number {
    color: #fed7aa;
}

#capabilities .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    transition: 0.3s;
}

#capabilities .process-item:hover .icon {
    background: #f97316;
    color: #fff;
}

#capabilities .content {
    flex: 1;
}

#capabilities .content h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
}

#capabilities .content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

#capabilities .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 280px;
    justify-content: end;
}

#capabilities .tags span {
    background: #f3f4f6;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 12px;
    color: #555;
    font-weight: 500;
    transition: 0.3s;
}

#capabilities .process-item:hover .tags span {
    background: #fff0e5;
    color: #f97316;
}

#capabilities .arrow {
    font-size: 24px;
    color: #d1d5db;
    transition: 0.3s;
}

#capabilities .process-item:hover .arrow {
    color: #f97316;
}

@media(max-width:991px) {

    #capabilities .process-item {
        flex-wrap: wrap;
        align-items: start;
        gap: 20px;
    }

    #capabilities .tags {
        max-width: 100%;
    }

    #capabilities .number {
        font-size: 40px;
        width: 50px;
    }
}



.materials-section {
    padding: 0 0 80px 0;
    background: oklch(98.5% .002 247.839);
}



.materials-section .section-header {
    margin-bottom: 50px;
}

.materials-section .section-header h2 {
    font-size: 38px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
    line-height: 1.1;
}

.materials-section .section-header p {
    font-size: 18px;
    color: #6b7280;
    max-width: 850px;
    line-height: 1.7;
}

.materials-section .materials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.materials-section .material-card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    padding: 20px;
    transition: 0.35s;
}

.materials-section .material-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.materials-section .card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.materials-section .material-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* margin-bottom: 10px; */
    line-height: normal;
}

.materials-section .material-card h3 {
    font-size: 28px;
    font-weight: 600;
    color: #111827;
}

.materials-section .element-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    border: 2px solid;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.materials-section .atomic {
    font-size: 8px;
    color: #9ca3af;
    font-weight: 700;
    line-height: normal;
}

.materials-section .symbol {
    font-size: 18px;
    font-weight: 900;
}

.materials-section .divider {
    height: 1px;
    background: #e5e7eb;
    margin: 20px 0;
}

.materials-section .description {
    color: #6b7280;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 20px;
}

.materials-section .features div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #6b7280;
}

.materials-section .features span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/* Aluminum */
.materials-section .aluminum {
    background: #f0f4fa;
}

.materials-section .aluminum .material-label,
.materials-section .aluminum .symbol {
    color: #1d4681;
}

.materials-section .aluminum .element-box {
    border-color: #1d4681;
}

.materials-section .aluminum .features span {
    background: #1d4681;
}

/* Zinc */
.materials-section .zinc {
    background: #f0f7f4;
}

.materials-section .zinc .material-label,
.materials-section .zinc .symbol {
    color: #086d38;
}

.materials-section .zinc .element-box {
    border-color: #086d38;
}

.materials-section .zinc .features span {
    background: #086d38;
}

/* Copper */
.materials-section .copper {
    background: #fdf4ef;
}

.materials-section .copper .material-label,
.materials-section .copper .symbol {
    color: #b84c00;
}

.materials-section .copper .element-box {
    border-color: #b84c00;
}

.materials-section .copper .features span {
    background: #b84c00;
}

/* Brass */
.materials-section .brass {
    background: #faf7ed;
}

.materials-section .brass .material-label,
.materials-section .brass .symbol {
    color: #8a6800;
}

.materials-section .brass .element-box {
    border-color: #8a6800;
}

.materials-section .brass .features span {
    background: #8a6800;
}

@media (max-width: 1100px) {
    .materials-section .materials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .materials-section .materials-grid {
        grid-template-columns: 1fr;
    }

    .materials-section .section-header h2 {
        font-size: 30px;
    }
}




.supply-chain-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(160deg,
            #080f1a 0%,
            #0d1f3c 50%,
            #0a1f10 100%);
}


.supply-chain-section .grid-overlay {
    position: absolute;
    inset: 0;
    opacity: .04;
    background-image:
        linear-gradient(#fff 1px, transparent 1px),
        linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 48px 48px;
}

.supply-chain-section .section-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 50px;
}

.supply-chain-section .line {
    width: 40px;
    height: 1px;
    background: #f97316;
}

.supply-chain-section .tag-text {
    color: #f97316;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.supply-chain-section .supply-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

/* MAIN HERO */
.supply-chain-section .hero-card {
    grid-column: span 5;
    grid-row: span 2;
    min-height: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.supply-chain-section .hero-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s;
}

.supply-chain-section .hero-card:hover img {
    transform: scale(1.05);
}

.supply-chain-section .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(8, 12, 24, .95) 0%,
            rgba(8, 12, 24, .5) 60%,
            rgba(8, 12, 24, .15) 100%);
}

.supply-chain-section .hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    z-index: 2;
}

.supply-chain-section .hero-content h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.supply-chain-section .hero-content h2 span {
    color: #f97316;
}

.supply-chain-section .hero-content p {
    color: rgba(255, 255, 255, .75);
    margin-bottom: 20px;
    max-width: 400px;
}

.supply-chain-section .hero-stats {
    display: flex;
    align-items: center;
    gap: 25px;
}

.supply-chain-section .hero-stats strong {
    display: block;
    color: #f97316;
    font-size: 30px;
}

.supply-chain-section .hero-stats span {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
}

.supply-chain-section .divider {
    width: 1px;
    height: 55px;
    background: rgba(255, 255, 255, .15);
}

/* INFO CARDS */
.supply-chain-section .info-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 24px;
    padding: 30px;
    transition: .35s;
}

.supply-chain-section .info-card:hover {
    background: rgba(255, 255, 255, .08);
    transform: translateY(-4px);
}

.supply-chain-section .card-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.supply-chain-section .icon-box {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(249, 115, 22, .15);
    border-radius: 12px;
    font-size: 20px;
}

.supply-chain-section .icon-box svg {
    color: #f97316;
}

.supply-chain-section .card-number {
    font-size: 55px;
    font-weight: 600;
    color: rgba(255, 255, 255, .06);
}

.supply-chain-section .info-card h3 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 20px;
}

.supply-chain-section .info-card p {
    color: rgba(255, 255, 255, .6);
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 0;
}

/* GRID POSITIONING */
.supply-chain-section .info-card:nth-child(2) {
    grid-column: span 4;
}

.supply-chain-section .info-card:nth-child(3) {
    grid-column: span 3;
}

.supply-chain-section .info-card:nth-child(4) {
    grid-column: span 4;
}

/* ENGINEERING CARD */
.supply-chain-section .engineering-card {
    grid-column: span 3;
    min-height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.supply-chain-section .engineering-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s;
}

.supply-chain-section .engineering-card:hover img {
    transform: scale(1.05);
}

.supply-chain-section .engineering-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(8, 12, 24, .9) 0%,
            rgba(29, 70, 129, .75) 100%);
}

.supply-chain-section .engineering-content {
    position: absolute;
    inset: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.small-number {
    color: rgba(249, 115, 22, .8);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.supply-chain-section .engineering-content h3 {
    color: #fff;
    margin: 8px 0;
    font-size: 22px;
}

.supply-chain-section .engineering-content p {
    color: rgba(255, 255, 255, .65);
    line-height: 1.7;
    font-size: 14px;
}

/* RESPONSIVE */
@media(max-width:992px) {

    .supply-chain-section .supply-grid {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 0;
    }

    .supply-chain-section .hero-card {
        margin-bottom: 20px;
    }

    .supply-chain-section .hero-card,
    .supply-chain-section .info-card,
    .supply-chain-section .engineering-card {
        grid-column: auto;
        grid-row: auto;
    }

    .supply-chain-section .hero-content h2 {
        font-size: 34px;
    }
}

@media(max-width:768px) {

    .supply-chain-section .hero-content {
        padding: 25px;
    }

    .supply-chain-section .hero-content h2 {
        font-size: 28px;
    }

    .supply-chain-section .hero-stats {
        flex-direction: column;
        align-items: flex-start;
    }

    .supply-chain-section .divider {
        display: none;
    }
}



.faq-section {
    padding: 80px 0px;
    background: #fff;
}

.faq-section .container {
    max-width: 1250px;
    margin: 0 auto;
}

.faq-section .faq-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 60px;
    line-height: 1.1;
}

.faq-section .faq-wrapper {
    border-top: 1px solid #e5e7eb;
}

.faq-section .faq-item {
    border-bottom: 1px solid #e5e7eb;
}

.faq-section .faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    transition: .3s;
}

.faq-section .faq-question svg {
    color: #111827;
}

.faq-section .faq-question:hover {
    color: #f37932;
}

.faq-section .faq-question:hover svg {
    color: #f37932;
}

.faq-section .faq-icon {
    font-size: 22px;
    transition: .3s;
    flex-shrink: 0;
    margin-left: 20px;
}

.faq-section .faq-item.active .faq-icon {
    transform: rotate(180deg);
    color: #f37932;
}

.faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}



@media(max-width:768px) {

    .faq-section {
        padding: 70px 20px;
    }

    .faq-section .faq-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .faq-section .faq-question {
        font-size: 17px;
        line-height: 1.5;
    }
}








.contact-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,
            #0b1829 0%,
            #1d4681 70%,
            #0f3520 100%);
    margin-bottom: 80px;
}

.contact-section .contact-grid-bg {
    position: absolute;
    inset: 0;
    opacity: .04;
    background-image:
        linear-gradient(#fff 1px, transparent 1px),
        linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 60px 60px;
}



.contact-section .contact-wrapper {
    min-height: 600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.contact-section .contact-content {
    padding: 80px 0;
}

.contact-section .section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.contact-section .line {
    width: 40px;
    height: 1px;
    background: #f37932;
}

.contact-section .label-text {
    color: #f37932;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-section .contact-content h2 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.1;
}

.contact-section .contact-content h2 span {
    color: #f37932;
}

.contact-section .contact-content p {
    max-width: 550px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 35px;
}

.contact-section .industry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-section .industry-tags span {
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
}

.contact-section .chat-card-wrap {
    display: flex;
    justify-content: center;
    padding: 80px 0;
}

.contact-section .chat-card {
    width: 100%;
    max-width: 450px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.contact-section .chat-header {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg,
            #0b1829,
            #1d4681);
}

.contact-section .chat-logo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f37932;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-section .chat-logo img {
    width: 22px;
    filter: brightness(0) invert(1);
}

.contact-section .chat-header h4 {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.contact-section .online-status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    margin-top: 4px;
}

.contact-section .status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

.contact-section .chat-body {
    padding: 20px;
    background: #f8fafc;
}

.contact-section .chat-message {
    display: flex;
    gap: 12px;
}

.contact-section .avatar {
    width: 30px;
    height: 30px;
    background: #1d4681;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.contact-section .message-box {
    background: #fff;
    padding: 15px;
    border-radius: 18px;
    border-top-left-radius: 6px;
    max-width: 75%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    line-height: 1.6;
    font-size: 14px;
}

.contact-section .quick-options {
    margin-top: 15px;
    margin-left: 42px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contact-section .quick-options button {
    border: 2px solid rgba(29, 70, 129, .2);
    background: #fff;
    color: #1d4681;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s;
}

.contact-section .quick-options button:hover {
    background: #1d4681;
    color: #fff;
    border-color: #1d4681;
}

.contact-section .chat-footer {
    padding: 20px;
    border-top: 1px solid #eee;
}

.contact-section .chat-input {
    display: flex;
    gap: 12px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #f8fafc;
}

.contact-section .chat-input input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
}

.contact-section .chat-input button {
    background: #f37932;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
}

.contact-section .chat-input button:hover {
    opacity: .9;
}

.contact-section .chat-footer p {
    text-align: center;
    font-size: 11px;
    color: #999;
    margin-top: 12px;
}

.contact-section .chat-footer p span {
    color: #1d4681;
    font-weight: 600;
}

@media(max-width:991px) {

    .contact-section .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-section .contact-content {
        padding: 80px 0 20px;
    }

    .contact-section .contact-content h2 {
        font-size: 42px;
    }

    .contact-section .chat-card-wrap {
        padding: 0 0 80px;
    }
}

@media(max-width:576px) {

    .contact-section .contact-content h2 {
        font-size: 34px;
    }

    .contact-section .message-box {
        max-width: 100%;
    }

    .contact-section .quick-options {
        margin-left: 0;
    }
}



@media (max-width:768px) {

    .market-wrapper .market-section,
    #capabilities,
    .supply-chain-section,
    .faq-section {
        padding: 40px 0;
    }

    .stats-section {
        padding-bottom: 0;
    }

    .materials-section {
        padding-bottom: 40px;
    }

    .equipment-tabs .left-content h2 {
        font-size: 20px;
    }

    .components-section {
        margin: 40px auto;
    }

    #capabilities .section-header h2 {
        font-size: 30px;
    }

    .contact-section .contact-content {
        padding-top: 40px;
    }
}




/* home page css start 01-07-2026 */

.home-page-v2 .hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding-top: 85px;
    overflow: hidden;
}

.home-page-v2 .hero-bg {
    position: absolute;
    inset: 0;
    /* top: 0, right: 0, bottom: 0, left: 0 */
    z-index: 0;
}

.home-page-v2 .hero-img {
    width: 100%;
    object-fit: cover;
    height: 140%;
    margin-top: -20%;
    transform: translateY(0px);
    will-change: transform;
}

.home-page-v2 .hero-gradient-x {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}

.home-page-v2 .hero-gradient-y {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent, transparent);
}

.home-page-v2 .hero-container {
    position: relative;
    z-index: 10;
    /* margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 1280px; */
}

@media (min-width: 768px) {
    .home-page-v2 .hero-container {
        padding: 0 1.5rem;
    }
}

.home-page-v2 .hero-content {
    max-width: 56rem;
    /* 4xl */
}

.home-page-v2 .hero-subtitle {
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    color: #F37932;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .home-page-v2 .hero-subtitle {
        font-size: 0.875rem;
    }
}

.home-page-v2 .hero-title {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #ffffff;
    line-height: 1.05;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .home-page-v2 .hero-title {
        font-size: 4.5rem;
    }
}

.home-page-v2 .hero-title .highlight {
    color: #F37932;
}

.home-page-v2 .hero-desc {
    color: #d1d5db;
    /* gray-300 */
    margin-bottom: 2rem;
    max-width: 42rem;
}

.home-page-v2 .hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    /* widest */
    color: #F37932;
    text-transform: uppercase;
    border-left: 2px solid #F37932;
    padding-left: 1rem;
    margin-bottom: 2.5rem;
}

.home-page-v2 .hero-meta .separator {
    color: #4b5563;
    /* gray-600 */
}

.home-page-v2 .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 640px) {
    .home-page-v2 .hero-actions {
        flex-direction: row;
    }
}

.home-page-v2 .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    min-height: 2.5rem;
    height: 3.5rem;
    /* h-14 */
    padding: 0 2rem;
    /* px-8 */
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.home-page-v2 .btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #F37932;
}

.home-page-v2 .btn-primary {
    background-color: hsl(215, 18%, 7%);
    color: #F37932;
    border: 1px solid #F37932;
}

.home-page-v2 .btn-primary:hover {
    background-color: hsl(215, 18%, 11%);
    border-color: #F37932;
}

.home-page-v2 .btn-outline {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.home-page-v2 .btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
}



/* About Section (Home Page V2) */
.home-page-v2 .about-section {
    background-color: hsl(215, 18%, 7%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.home-page-v2 .about-bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10L40 10M10 0L10 40' fill='none' stroke='white' stroke-width='1'/%3E%3C/svg%3E");
}

.home-page-v2 .about-container {
    position: relative;
    z-index: 10;
    /* margin: 0 auto;
  padding: 6rem 1rem;
  max-width: 1280px; */
}

@media (min-width: 768px) {
    .home-page-v2 .about-container {
        padding: 6rem 1.5rem;
    }
}

.home-page-v2 .about-grid {
    display: grid;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .home-page-v2 .about-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home-page-v2 .about-subtitle {
    font-size: 9px;
    letter-spacing: 0.15em;
    color: #F37932;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.home-page-v2 .about-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .home-page-v2 .about-title {
        font-size: 2.25rem;
    }
}

.home-page-v2 .about-title span {
    color: #F37932;
}

.home-page-v2 .about-desc {
    color: #9ca3af;
    margin-bottom: 1.5rem;
}

.home-page-v2 .about-desc strong {
    color: #ffffff;
}

.home-page-v2 .about-icons-wrap {
    display: flex;
    gap: 1rem;
    max-width: 80%;
}

@media (max-width: 1024px) {
    .home-page-v2 .about-icons-wrap {
        max-width: 100%;
    }
}

.home-page-v2 .about-icon-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.home-page-v2 .about-icon-img-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.home-page-v2 .about-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    mix-blend-mode: screen;
}

.home-page-v2 .about-icon-text {
    font-size: 8px;
    color: #F37932;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}

/* Accordion */
.home-page-v2 .about-accordion {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page-v2 .about-accordion-inner {
    display: flex;
    height: 450px;
}

.home-page-v2 .accordion-panel {
    flex: 1 1 0%;
    transition: flex 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.home-page-v2 .accordion-panel.active {
    flex: 5 1 0%;
}

.home-page-v2 .panel-bg-img {
    position: absolute;
    inset: 0 0 0 -10%;
    width: 120%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.18) saturate(0.3);
    transition: filter 0.55s;
}

.home-page-v2 .accordion-panel.active .panel-bg-img,
.home-page-v2 .accordion-panel:hover .panel-bg-img {
    filter: brightness(0.6) saturate(1);
}

.home-page-v2 .panel-gradient-b {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.home-page-v2 .panel-gradient-r {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s;
}

.home-page-v2 .accordion-panel.active .panel-gradient-r {
    opacity: 1;
}

.home-page-v2 .panel-border-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: #F37932;
    opacity: 0;
    transition: opacity 0.3s;
}

.home-page-v2 .accordion-panel.active .panel-border-left {
    opacity: 1;
}

.home-page-v2 .panel-divider {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: rgb(19, 22, 27);
    clip-path: polygon(28px 0px, 100% 0px, 100% 100%, 0px 100%);
    z-index: 3;
    pointer-events: none;
}

.home-page-v2 .panel-title-vertical {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 2rem;
    opacity: 1;
    transition: opacity 0.25s;
    pointer-events: none;
}

.home-page-v2 .accordion-panel.active .panel-title-vertical {
    opacity: 0;
}

.home-page-v2 .panel-title-vertical span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.5);
    user-select: none;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.home-page-v2 .panel-sample {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    opacity: 0;
    transform: scale(0.9) translateY(-8px);
    transition: opacity 0.4s 0.18s, transform 0.4s 0.18s;
    z-index: 5;
    pointer-events: none;
}

.home-page-v2 .accordion-panel.active .panel-sample {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.home-page-v2 .panel-sample-img-wrap {
    overflow: hidden;
    width: 110px;
    height: 80px;
    border: 1px solid rgba(243, 113, 33, 0.35);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.home-page-v2 .panel-sample-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-page-v2 .panel-sample-text {
    font-size: 9px;
    color: rgba(243, 113, 33, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.25rem;
    text-align: center;
}

.home-page-v2 .panel-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.35s 0.12s, transform 0.35s 0.12s;
    pointer-events: none;
}

.home-page-v2 .accordion-panel.active .panel-content {
    opacity: 1;
    transform: translateY(0);
}

.home-page-v2 .panel-num {
    font-size: 10px;
    color: rgba(243, 113, 33, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin-bottom: 0.25rem;
}

.home-page-v2 .panel-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin-bottom: 0.75rem;
    line-height: 1.375;
}

@media (min-width: 768px) {
    .home-page-v2 .panel-heading {
        font-size: 1.5rem;
    }
}

.home-page-v2 .panel-desc {
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.625;
    margin-bottom: 1rem;
    max-width: 20rem;
}

.home-page-v2 .panel-footer {
    font-size: 10px;
    color: rgba(243, 113, 33, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0.75rem;
}

.home-page-v2 .panel-top-num {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.2);
    user-select: none;
    z-index: 4;
    opacity: 1;
    transition: opacity 0.2s;
}

.home-page-v2 .accordion-panel.active .panel-top-num {
    opacity: 0;
}

/* Capabilities Section */

.home-page-v2 .cap-section {
    background-color: rgb(13, 15, 18) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding-top: 0 !important;
}

.home-page-v2 .cap-hero {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.home-page-v2 .cap-bg-1,
.home-page-v2 .cap-bg-2,
.home-page-v2 .cap-bg-3,
.home-page-v2 .cap-bg-4 {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-page-v2 .cap-bg-1 {
    background-image: repeating-linear-gradient(91deg, transparent 0px, transparent 1px, rgba(160, 190, 220, 0.024) 1px, rgba(160, 190, 220, 0.024) 2px), repeating-linear-gradient(91deg, transparent 0px, transparent 4px, rgba(255, 255, 255, 0.008) 4px, rgba(255, 255, 255, 0.008) 5px), repeating-linear-gradient(91deg, transparent 0px, transparent 9px, rgba(180, 210, 230, 0.004) 9px, rgba(180, 210, 230, 0.004) 10px), linear-gradient(170deg, rgb(20, 25, 31) 0%, rgb(15, 17, 21) 45%, rgb(16, 20, 25) 100%);
}

.home-page-v2 .cap-bg-2 {
    background: linear-gradient(118deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 18%, transparent 38%, rgba(255, 255, 255, 0.016) 62%, transparent 80%);
}

.home-page-v2 .cap-bg-3 {
    background-image: repeating-linear-gradient(transparent 0px, transparent 47px, rgba(255, 255, 255, 0.024) 47px, rgba(255, 255, 255, 0.024) 48px);
}

.home-page-v2 .cap-bg-4 {
    background: radial-gradient(100% 100% at 50% 0%, transparent 40%, rgba(0, 0, 0, 0.55) 100%);
}

.home-page-v2 .cap-bg-bottom-glow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8rem;
    pointer-events: none;
    background: linear-gradient(to top, rgba(243, 113, 33, 0.1) 0%, transparent 100%);
}

.home-page-v2 .cap-bg-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(243, 113, 33, 0.35);
}

.home-page-v2 .cap-watermark {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
    overflow: hidden;
    padding-right: 1rem;
    opacity: 0.035;
}

@media(min-width: 768px) {
    .home-page-v2 .cap-watermark {
        padding-right: 3rem;
    }
}

.home-page-v2 .cap-watermark span {
    font-size: 10rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}

@media(min-width: 768px) {
    .home-page-v2 .cap-watermark span {
        font-size: 16rem;
    }
}

.home-page-v2 .cap-header-container {
    position: relative;
    z-index: 10;
}

.home-page-v2 .cap-subtitle {
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    color: #F37932;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.home-page-v2 .cap-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media(min-width: 768px) {
    .home-page-v2 .cap-title {
        font-size: 3rem;
    }
}

.home-page-v2 .cap-desc {
    color: rgb(148, 156, 168);
    max-width: 42rem;
}

.home-page-v2 .cap-divider {
    width: 4rem;
    height: 0.25rem;
    background-color: #F37932;
    margin-top: 1.5rem;
}

.home-page-v2 .cap-grid {
    display: grid;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media(min-width: 768px) {
    .home-page-v2 .cap-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home-page-v2 .cap-list {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page-v2 .cap-item {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.2s;
}

.home-page-v2 .cap-item:last-child {
    border-bottom: 0;
}

.home-page-v2 .cap-item:hover {
    background-color: hsl(215, 18%, 11%);
}

.home-page-v2 .cap-icon-box {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    background-color: rgba(243, 121, 50, 0.1);
    border: 1px solid rgba(243, 121, 50, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F37932;
    transition: all 0.2s;
}

.home-page-v2 .cap-item:hover .cap-icon-box {
    background-color: #F37932;
    color: #000;
}

.home-page-v2 .cap-item-title {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}

.home-page-v2 .cap-item-desc {
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.625;
}

.home-page-v2 .cap-image-wrap {
    position: relative;
    min-height: 300px;
    /* needed for grid if image is absolute */
}

.home-page-v2 .cap-image-inner {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.home-page-v2 .cap-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-page-v2 .cap-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5), transparent);
}

.home-page-v2 .cap-image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem;
}

.home-page-v2 .cap-image-subtitle {
    font-size: 0.75rem;
    color: #F37932;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.home-page-v2 .cap-image-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.home-page-v2 .cap-cta-box {
    position: relative;
    margin-top: 3rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    background: repeating-linear-gradient(91deg, transparent 0px, transparent 2px, rgba(160, 190, 220, 0.02) 2px, rgba(160, 190, 220, 0.02) 3px), repeating-linear-gradient(91deg, transparent 0px, transparent 7px, rgba(255, 255, 255, 0.008) 7px, rgba(255, 255, 255, 0.008) 8px), linear-gradient(135deg, rgb(22, 27, 34) 0%, rgb(17, 20, 24) 60%, rgb(20, 25, 31) 100%);
    border-width: 1px 1px 1px 3px;
    border-style: solid;
    border-color: rgba(243, 113, 33, 0.5) rgba(255, 255, 255, 0.06) rgba(255, 255, 255, 0.06) rgb(243, 113, 33);
}

@media(min-width: 768px) {
    .home-page-v2 .cap-cta-box {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.home-page-v2 .cap-cta-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.05) 0%, transparent 35%, rgba(255, 255, 255, 0.02) 65%, transparent 100%);
}

.home-page-v2 .cap-cta-content {
    position: relative;
    z-index: 10;
}

.home-page-v2 .cap-cta-title {
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin-bottom: 0.25rem;
}

.home-page-v2 .cap-cta-desc {
    font-size: 0.875rem;
    color: rgb(139, 146, 156);
    margin-bottom: 0;
}

/* Network Section */
.home-page-v2 .net-section {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    border-top: 1px solid #e5e7eb;
    background-color: rgb(255, 255, 255);
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.055) 1px, transparent 1px);
    background-size: 28px 28px;
}

.home-page-v2 .net-bg-gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    pointer-events: none;
    background: linear-gradient(rgba(10, 12, 16, 0.06), transparent);
}

.home-page-v2 .net-bg-gradient-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    pointer-events: none;
    background: linear-gradient(to top, rgba(10, 12, 16, 0.06), transparent);
}

.home-page-v2 .net-watermark-container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    user-select: none;
    overflow: hidden;
}

.home-page-v2 .net-watermark {
    font-size: clamp(80px, 16vw, 180px);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    color: rgba(0, 0, 0, 0.03);
    line-height: 1;
    white-space: nowrap;
}

.home-page-v2 .net-top-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 8rem;
    height: 1px;
    background-color: rgba(243, 113, 33, 0.4);
}

.home-page-v2 .net-container {
    position: relative;
    z-index: 10;
}

.home-page-v2 .net-header {
    max-width: 48rem;
    margin-bottom: 4rem;
}

.home-page-v2 .net-subtitle {
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    color: #F37932;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.home-page-v2 .net-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.1;
}

@media(min-width: 768px) {
    .home-page-v2 .net-title {
        font-size: 3rem;
    }
}

.home-page-v2 .net-title span {
    color: #9ca3af;
}

.home-page-v2 .net-tags {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.home-page-v2 .net-tag-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.home-page-v2 .net-tag-text {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(17, 24, 39, 0.3);
    transition: all 0.3s;
}

.home-page-v2 .net-tag-dot {
    color: rgba(17, 24, 39, 0.2);
    transition: all 0.3s;
}

.home-page-v2 .net-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

@media(min-width: 768px) {
    .home-page-v2 .net-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.home-page-v2 .net-card-normal {
    border: 1px solid #e5e7eb;
    background-color: #f9fafb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: border-color 0.2s;
}

.home-page-v2 .net-card-normal:hover {
    border-color: #9ca3af;
}

.home-page-v2 .net-card-inner {
    padding: 2rem;
}

.home-page-v2 .net-card-logo-wrap {
    margin-bottom: 1.5rem;
}

.home-page-v2 .net-card-logo-wrap.white-bg {
    background-color: #fff;
    display: inline-block;
    padding: 0.5rem 0.75rem;
}

.home-page-v2 .net-card-logo {
    height: 2.5rem;
    width: auto;
    object-fit: contain;
}

.home-page-v2 .net-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.home-page-v2 .net-card-desc {
    color: #6b7280;
    line-height: 1.625;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.home-page-v2 .net-card-desc strong {
    color: #1f2937;
}

.home-page-v2 .net-card-link {
    font-size: 0.75rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.2s;
    text-decoration: none;
}

.home-page-v2 .net-card-link:hover {
    color: #F37932;
}

.home-page-v2 .net-card-highlight-wrapper {
    transform: translateY(0);
}

@media(min-width: 768px) {
    .home-page-v2 .net-card-highlight-wrapper {
        transform: translateY(-1rem);
    }
}

.home-page-v2 .net-card-highlight {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: repeating-linear-gradient(91deg, transparent 0px, transparent 2px, rgba(160, 190, 220, 0.016) 2px, rgba(160, 190, 220, 0.016) 3px), linear-gradient(160deg, rgb(22, 27, 34) 0%, rgb(18, 20, 23) 100%);
    border: 1px solid rgba(243, 113, 33, 0.35);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 40px, rgba(243, 113, 33, 0.07) 0px 0px 40px;
}

.home-page-v2 .net-card-highlight-top-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(243, 113, 33, 0.55);
}

.home-page-v2 .net-card-highlight-left-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(rgba(243, 113, 33, 0.5), transparent 70%);
}

.home-page-v2 .net-card-highlight-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

.home-page-v2 .net-card-highlight-badge {
    color: #F37932;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.home-page-v2 .net-card-highlight-desc {
    color: #d1d5db;
    line-height: 1.625;
    font-size: 0.875rem;
}

.home-page-v2 .net-card-highlight-desc strong {
    color: #fff;
}

.home-page-v2 .net-footer {
    border-top: 1px solid #e5e7eb;
    padding-top: 2rem;
    text-align: center;
}

.home-page-v2 .net-footer-text {
    color: #6b7280;
    margin-bottom: 0;
}

.home-page-v2 .net-footer-link {
    color: #111827;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.2s;
}

.home-page-v2 .net-footer-link:hover {
    color: #F37932;
}

.home-page-v2 .net-footer-text strong {
    color: #F37932;
}

.home-page-v2 .net-tag-item.active .net-tag-text {
    color: #F37932;
    font-weight: 700;
}

/* Fulfillment / Network Behind the Shop Section */
.home-page-v2 .fulfil-section {
    padding: 0;
    background-color: hsl(215, 18%, 7%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page-v2 .fulfil-grid {
    display: grid;
    min-height: 520px;
}

@media(min-width: 1024px) {
    .home-page-v2 .fulfil-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home-page-v2 .fulfil-img-col {
    position: relative;
    min-height: 300px;
}

@media(min-width: 1024px) {
    .home-page-v2 .fulfil-img-col {
        min-height: unset;
    }
}

.home-page-v2 .fulfil-img-inner {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.home-page-v2 .fulfil-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.home-page-v2 .fulfil-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.6));
}

.home-page-v2 .fulfil-content-col {
    background-color: hsl(215, 18%, 11%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media(min-width: 768px) {
    .home-page-v2 .fulfil-content-col {
        padding: 3rem;
    }
}

.home-page-v2 .fulfil-accent-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #F37932, transparent);
}

.home-page-v2 .fulfil-subtitle {
    font-size: 0.75rem;

    letter-spacing: 0.25em;
    color: #F37932;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.home-page-v2 .fulfil-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

@media(min-width: 768px) {
    .home-page-v2 .fulfil-title {
        font-size: 3rem;
    }
}

.home-page-v2 .fulfil-desc {
    color: #9ca3af;
    line-height: 1.625;
    margin-bottom: 1.5rem;
}

.home-page-v2 .fulfil-desc strong {
    color: #ffffff;
}

.home-page-v2 .fulfil-desc-2 {
    color: #9ca3af;
    line-height: 1.625;
    margin-bottom: 2rem;
}

.home-page-v2 .fulfil-desc-2 strong {
    color: #ffffff;
}

.home-page-v2 .fulfil-items {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.home-page-v2 .fulfil-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #d1d5db;
}

.home-page-v2 .fulfil-item-icon {
    color: #F37932;
    flex-shrink: 0;
}

.home-page-v2 .fulfil-item-icon svg {
    width: 1rem;
    height: 1rem;
}

/* Facility Section */
.home-page-v2 .fac-section {
    padding: 6rem 0;
    background-color: hsl(215, 18%, 11%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page-v2 .fac-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 2rem;
    gap: 1.5rem;
}

@media(min-width: 768px) {
    .home-page-v2 .fac-header {
        flex-direction: row;
        align-items: flex-end;
    }
}

.home-page-v2 .fac-header-left {}

.home-page-v2 .fac-subtitle {
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    color: #F37932;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.home-page-v2 .fac-title {
    font-size: 2.25rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.1;
}

@media(min-width: 768px) {
    .home-page-v2 .fac-title {
        font-size: 3.75rem;
    }
}

.home-page-v2 .fac-tagline {
    color: #9ca3af;
    margin-top: 0.75rem;
}

.home-page-v2 .fac-header-right {}

.home-page-v2 .fac-tour-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #F37932;
    background: transparent;
    border: 1px solid #F37932;
    height: 3rem;
    padding: 0 1.5rem;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.home-page-v2 .fac-tour-btn:hover {
    background-color: #F37932;
    color: #000;
}

/* Main 2-col grid */
.home-page-v2 .fac-grid {
    display: grid;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: stretch;
}

@media(min-width: 1024px) {
    .home-page-v2 .fac-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Image column */
.home-page-v2 .fac-img-col {
    position: relative;
    min-height: 400px;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page-v2 .fac-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.home-page-v2 .fac-img-col:hover .fac-img {
    transform: scale(1.05);
}

.home-page-v2 .fac-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent, transparent);
}

.home-page-v2 .fac-img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem;
}

.home-page-v2 .fac-img-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.home-page-v2 .fac-img-location svg {
    width: 1rem;
    height: 1rem;
    color: #F37932;
    flex-shrink: 0;
}

.home-page-v2 .fac-img-location span {
    font-size: 0.75rem;
    color: #F37932;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.home-page-v2 .fac-img-label {
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
}

/* Info cards column */
.home-page-v2 .fac-cards-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-page-v2 .fac-card {
    background-color: hsl(215, 18%, 7%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
}

.home-page-v2 .fac-card-title {
    font-size: 0.75rem;
    color: #F37932;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

/* Floor equipment grid */
.home-page-v2 .fac-equipment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    font-size: 0.875rem;
}

.home-page-v2 .fac-equipment-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #d1d5db;
}

.home-page-v2 .fac-equipment-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #F37932;
    flex-shrink: 0;
}

/* Certifications */
.home-page-v2 .fac-certs {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.home-page-v2 .fac-cert-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.home-page-v2 .fac-cert-icon {
    color: #F37932;
    flex-shrink: 0;
    margin-top: 2px;
}

.home-page-v2 .fac-cert-icon svg {
    width: 1rem;
    height: 1rem;
}

.home-page-v2 .fac-cert-name {
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.1rem;
}

.home-page-v2 .fac-cert-desc {
    color: #6b7280;
    font-size: 0.75rem;
    margin-bottom: 0;
}

/* Stats */
.home-page-v2 .fac-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
    margin-bottom: 1.25rem;
}

.home-page-v2 .fac-stat-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: #F37932;
}

.home-page-v2 .fac-stat-label {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.home-page-v2 .fac-phone-row {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #9ca3af;
}

.home-page-v2 .fac-phone-row svg {
    width: 1rem;
    height: 1rem;
    color: #F37932;
    flex-shrink: 0;
}

.home-page-v2 .fac-phone-num {}

.home-page-v2 .fac-phone-note {
    color: #4b5563;
    margin-left: 0.25rem;
}

/* Footer bar */
.home-page-v2 .fac-footer-bar {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(hsl(215, 18%, 7%), 0.5);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

@media(min-width: 768px) {
    .home-page-v2 .fac-footer-bar {
        flex-direction: row;
    }
}

.home-page-v2 .fac-footer-text {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.625;
    max-width: 42rem;
    margin-bottom: 0;
}

.home-page-v2 .fac-footer-text strong {
    color: #d1d5db;
}

.home-page-v2 .fac-explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #F37932;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 2.5rem;
    padding: 0 1.25rem;
    flex-shrink: 0;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
}

.home-page-v2 .fac-explore-btn:hover {
    color: #fff;
    border-color: #F37932;
}

.home-page-v2 .fac-explore-btn svg {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.5rem;
}

/* ── Industries Section ── */
.home-page-v2 .ind-section {
    padding: 6rem 0;
    background-color: hsl(215, 18%, 7%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-page-v2 .ind-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.home-page-v2 .ind-header {
    margin-bottom: 3rem;
}

.home-page-v2 .ind-subtitle {
    font-size: 0.7rem;

    letter-spacing: 0.25em;
    color: #F37932;
    text-transform: uppercase;
    margin-bottom: 0;
}

.home-page-v2 .ind-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .home-page-v2 .ind-title {
        font-size: 3rem;
    }
}

.home-page-v2 .ind-divider {
    width: 4rem;
    height: 0.25rem;
    background-color: #F37932;
    margin-top: 1.5rem;
}

/* Grid */
.home-page-v2 .ind-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .home-page-v2 .ind-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Cards */
.home-page-v2 .ind-card {
    position: relative;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    cursor: pointer;
    background-color: hsl(215, 18%, 11%);
    display: block;
    text-decoration: none;
}

.home-page-v2 .ind-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: opacity 0.5s ease;
    display: block;
}

.home-page-v2 .ind-card:hover .ind-card-img {
    opacity: 0.8;
}

.home-page-v2 .ind-card-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 60%, transparent);
    pointer-events: none;
}

.home-page-v2 .ind-card-body {
    position: absolute;
    inset: 0;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.home-page-v2 .ind-card-title {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8125rem;
    line-height: 1.4;
    margin: 0;
}

/* CTA card */
.home-page-v2 .ind-card-cta {
    border: 1px solid rgba(243, 121, 50, 0.3);
    background-color: rgba(243, 121, 50, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    transition: background-color 0.25s ease, border-color 0.25s ease;
    text-decoration: none;
}

.home-page-v2 .ind-card-cta:hover {
    background-color: rgba(243, 121, 50, 0.1);
    border-color: rgba(243, 121, 50, 0.6);
}

.home-page-v2 .ind-cta-inner {
    pointer-events: none;
}

.home-page-v2 .ind-cta-title {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8125rem;
    margin: 0 0 0.5rem;
}

.home-page-v2 .ind-cta-link {
    color: #F37932;
    font-size: 0.875rem;

    margin: 0;
}

/* ── How We're Different Section ── */
.home-page-v2 .diff-section {
    position: relative;
    padding: 6rem 0;
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
    overflow: hidden;
}

/* Background image */
.home-page-v2 .diff-bg-img-wrap {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-page-v2 .diff-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.045;
    filter: grayscale(100%) contrast(1.2);
    display: block;
}

.home-page-v2 .diff-bg-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.82);
}

/* Dot grid */
.home-page-v2 .diff-bg-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.043) 1px, transparent 1px);
    background-size: 28px 28px;
}

/* Corner gradient */
.home-page-v2 .diff-bg-gradient-corner {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, transparent 55%, rgba(210, 220, 235, 0.35) 100%);
}

/* Top & bottom edge fades */
.home-page-v2 .diff-bg-fade-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    pointer-events: none;
    background: linear-gradient(rgba(10, 12, 16, 0.07), transparent);
}

.home-page-v2 .diff-bg-fade-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    pointer-events: none;
    background: linear-gradient(to top, rgba(10, 12, 16, 0.07), transparent);
}

/* Corner tick marks */
.home-page-v2 .diff-corner-tl {
    position: absolute;
    top: 2rem;
    left: 2rem;
    pointer-events: none;
}

.home-page-v2 .diff-corner-br {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.home-page-v2 .diff-corner-h {
    width: 2rem;
    height: 1px;
    background-color: rgba(243, 121, 50, 0.3);
}

.home-page-v2 .diff-corner-v {
    width: 1px;
    height: 2rem;
    background-color: rgba(243, 121, 50, 0.3);
}

/* Top accent line */
.home-page-v2 .diff-top-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 6rem;
    height: 1px;
    background-color: rgba(243, 121, 50, 0.5);
    pointer-events: none;
}

/* Watermark text */
.home-page-v2 .diff-watermark {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    user-select: none;
    overflow: hidden;
}

.home-page-v2 .diff-watermark span {
    font-size: clamp(60px, 14vw, 160px);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: rgba(0, 0, 0, 0.025);
    line-height: 1;
    white-space: nowrap;
}

/* Content container */
.home-page-v2 .diff-container {
    position: relative;
    z-index: 10;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .home-page-v2 .diff-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* Header */
.home-page-v2 .diff-header {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 4rem;
}

.home-page-v2 .diff-subtitle {
    font-size: 0.7rem;

    letter-spacing: 0.25em;
    color: #F37932;
    text-transform: uppercase;
    margin: 0;
}

.home-page-v2 .diff-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .home-page-v2 .diff-title {
        font-size: 3rem;
    }
}

.home-page-v2 .diff-title-accent {
    color: #F37932;
}

/* 3-column grid */
.home-page-v2 .diff-grid {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid #e5e7eb;
    max-width: 72rem;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
    .home-page-v2 .diff-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Default columns */
.home-page-v2 .diff-col {
    padding: 2rem 2.5rem;
}

.home-page-v2 .diff-col-default {
    background-color: #f9fafb;
}

.home-page-v2 .diff-col-border-right {
    border-bottom: 1px solid #e5e7eb;
}

@media (min-width: 768px) {
    .home-page-v2 .diff-col-border-right {
        border-bottom: 0;
        border-right: 1px solid #e5e7eb;
    }
}

/* Column label */
.home-page-v2 .diff-col-label {
    font-size: 0.7rem;

    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 1.5rem;
}

/* Default list */
.home-page-v2 .diff-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.home-page-v2 .diff-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
}

.home-page-v2 .diff-dash {
    color: #d1d5db;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

/* Highlighted column — Metrics Works */
.home-page-v2 .diff-col-highlight {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #161b22 0%, #12141700 100%);
    background-color: #161b22;
    box-shadow: inset 0 0 0 1px rgba(243, 113, 33, 0.25);
}

.home-page-v2 .diff-highlight-accent-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #F37932;
}

.home-page-v2 .diff-col-label-highlight {
    font-size: 0.7rem;

    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.home-page-v2 .diff-col-label-highlight svg {
    color: #F37932;
    flex-shrink: 0;
}

/* Highlighted list */
.home-page-v2 .diff-list-highlight .diff-list-item-highlight {
    color: #e5e7eb;
}

.home-page-v2 .diff-check-icon {
    color: #F37932;
    flex-shrink: 0;
    margin-top: 0.125rem;
    width: 1rem;
    height: 1rem;
}

/* ── Trusted By Section ── */
.home-page-v2 .trust-section {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e5e7eb;
    padding: 5rem 0;
    background-color: #ffffff;
}

/* Dot grid */
.home-page-v2 .trust-bg-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.043) 1px, transparent 1px);
    background-size: 28px 28px;
}

/* Top & bottom gradient lines */
.home-page-v2 .trust-line-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(243, 121, 50, 0.4), transparent);
    pointer-events: none;
}


/* Corner tick marks */
.home-page-v2 .trust-corner-tl {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    pointer-events: none;
}

.home-page-v2 .trust-corner-tr {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.home-page-v2 .trust-corner-h {
    width: 1.5rem;
    height: 1px;
    background-color: rgba(243, 121, 50, 0.4);
}

.home-page-v2 .trust-corner-v {
    width: 1px;
    height: 1.5rem;
    background-color: rgba(243, 121, 50, 0.4);
}

/* Header */
.home-page-v2 .trust-header {
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.home-page-v2 .trust-header-rule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.home-page-v2 .trust-rule-line {
    width: 3rem;
    height: 1px;
    background-color: rgba(243, 121, 50, 0.4);
}

.home-page-v2 .trust-rule-label {
    font-size: 0.625rem;

    letter-spacing: 0.3em;
    color: #F37932;
    text-transform: uppercase;
    margin: 0;
}

.home-page-v2 .trust-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    color: #111827;
    margin: 0 0 0.5rem;
}

@media (min-width: 768px) {
    .home-page-v2 .trust-title {
        font-size: 1.875rem;
    }
}

.home-page-v2 .trust-tagline {
    font-size: 0.65rem;

    color: #9ca3af;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 0;
}

/* Ticker wrapper */
.home-page-v2 .trust-ticker-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Fade edges */
.home-page-v2 .trust-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6rem;
    z-index: 10;
    pointer-events: none;
}

.home-page-v2 .trust-fade-left {
    left: 0;
    background: linear-gradient(to right, #ffffff, transparent);
}

.home-page-v2 .trust-fade-right {
    right: 0;
    background: linear-gradient(to left, #ffffff, transparent);
}

/* Ticker track */
.home-page-v2 .trust-ticker {
    display: flex;
    width: max-content;
    animation: trustMarquee 30s linear infinite;
    will-change: transform;
}

.home-page-v2 .trust-ticker.is-paused {
    animation-play-state: paused;
}

/* Each row of logos */
.home-page-v2 .trust-ticker-row {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* Individual logo slot */
.home-page-v2 .trust-logo-item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0 2.5rem;
}

@media (min-width: 768px) {
    .home-page-v2 .trust-logo-item {
        margin: 0 3.5rem;
    }
}

/* Logo image */
.home-page-v2 .trust-logo-img {
    height: 2.5rem;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    opacity: 0.7;
    transition: opacity 0.3s ease, filter 0.3s ease;
    display: block;
}

@media (min-width: 768px) {
    .home-page-v2 .trust-logo-img {
        height: 3rem;
    }
}

.home-page-v2 .trust-logo-img:hover {
    opacity: 1;
}

/* Marquee keyframe */
@keyframes trustMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ── Case Studies Section ── */
.home-page-v2 .cases-section {
    padding: 6rem 0;
    background-color: hsl(215, 18%, 11%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.home-page-v2 .cases-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
}

.home-page-v2 .cases-subtitle {
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    color: #F37932;
    text-transform: uppercase;
    margin: 0;
}

.home-page-v2 .cases-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;

    margin: 0;
}

.home-page-v2 .cases-header-btn {
    display: none;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    transition: color 0.2s;
    color: #F37932;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
}

@media (min-width: 768px) {
    .home-page-v2 .cases-header-btn {
        display: inline-flex;
    }
}

.home-page-v2 .cases-header-btn:hover {
    color: #ffffff;
}

.home-page-v2 .cases-btn-icon {
    width: 1rem;
    height: 1rem;
}

.home-page-v2 .cases-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .home-page-v2 .cases-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.home-page-v2 .cases-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.home-page-v2 .cases-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: hsl(215, 18%, 7%);
    border-radius: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s;
}

.home-page-v2 .cases-card-link:hover .cases-card {
    border-color: rgba(243, 121, 50, 0.5);
}

.home-page-v2 .cases-card-img-wrap {
    height: 12rem;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background-color: hsl(215, 18%, 11%);
}

.home-page-v2 .cases-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    transition: opacity 0.5s, transform 0.5s;
    display: block;
}

.home-page-v2 .cases-card-link:hover .cases-card-img {
    opacity: 0.9;
    transform: scale(1.05);
}

.home-page-v2 .cases-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.home-page-v2 .cases-card-cat {
    color: #F37932;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 0.75rem;
}

.home-page-v2 .cases-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1rem;
    line-height: 1.4;
    transition: color 0.3s;
}

.home-page-v2 .cases-card-link:hover .cases-card-title {
    color: #F37932;
}

.home-page-v2 .cases-card-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.08);
    margin-top: auto;
    transition: background-color 0.3s;
}

.home-page-v2 .cases-card-link:hover .cases-card-divider {
    background-color: rgba(243, 121, 50, 0.3);
}

/* ── Send Us Your Print CTA Section ── */
.home-page-v2 .cta-banner-section {
    border-top: 1px solid rgba(243, 113, 33, 0.5);
    background-color: #ffffff;
}

.home-page-v2 .cta-banner-wrap {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243, 113, 33) 0%, rgb(201, 86, 16) 100%);
}

.home-page-v2 .cta-banner-bg-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 24px 24px;
}

.home-page-v2 .cta-banner-line-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.home-page-v2 .cta-banner-corner-decor {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    user-select: none;
    opacity: 0.07;
}

.home-page-v2 .cta-banner-settings-icon {
    width: 16rem;
    height: 16rem;
    color: #ffffff;
    transform: rotate(15deg);
}

.home-page-v2 .cta-banner-corner-bl {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    pointer-events: none;
}

.home-page-v2 .cta-banner-decor-v {
    width: 1px;
    height: 1.25rem;
    background-color: rgba(255, 255, 255, 0.3);
}

.home-page-v2 .cta-banner-decor-h {
    width: 1.25rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: -1.25rem;
}

.home-page-v2 .cta-banner-border-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}

.home-page-v2 .cta-banner-container {
    position: relative;
}

.home-page-v2 .cta-banner-flex {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 3rem 0 3rem 2rem;
}

@media (min-width: 768px) {
    .home-page-v2 .cta-banner-flex {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.home-page-v2 .cta-banner-header-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.home-page-v2 .cta-banner-label-line {
    width: 2rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

.home-page-v2 .cta-banner-label-text {
    font-size: 0.625rem;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    margin: 0;
}

.home-page-v2 .cta-banner-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin: 0 0 0.5rem;
}

@media (min-width: 768px) {
    .home-page-v2 .cta-banner-title {
        font-size: 1.5rem;
    }
}

.home-page-v2 .cta-banner-desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 32rem;
    margin: 0;
}

@media (min-width: 768px) {
    .home-page-v2 .cta-banner-desc {
        font-size: 1rem;
    }
}

.home-page-v2 .cta-banner-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    flex-shrink: 0;
}

@media (min-width: 576px) {
    .home-page-v2 .cta-banner-actions {
        flex-direction: row;
        align-items: center;
    }
}

.home-page-v2 .cta-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.75rem;
    padding: 0 2rem;
    background-color: #F37932;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.home-page-v2 .cta-banner-btn:hover {
    background-color: #d45e10;
    border-color: rgba(255, 255, 255, 0.5);
}

.home-page-v2 .cta-banner-phone {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    white-space: nowrap;
    transition: color 0.2s;
}

.home-page-v2 .cta-banner-phone:hover {
    color: #ffffff;
}

.home-page-v2 .cta-banner-phone-icon {
    width: 0.75rem;
    height: 0.75rem;
}

.home-footer .footer {
    margin-top: 0;
}




/* solution page css start 01-07-2026 */

/* ============================================================
   SOL-HERO  –  Solution Page Hero Section
   Converted from React / Tailwind to plain HTML + CSS
   ============================================================ */

/* ── Outer wrapper ── */
.sol-hero {
    position: relative;
    width: 100%;
    height: 98vh;
    overflow: hidden;
    background: #080C14;
}

/* ── Top orange accent bar ── */
.sol-hero__top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #F37121;
    z-index: 50;
    pointer-events: none;
}

/* ── Background glow orbs ── */
.sol-hero__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.sol-hero__glow--top-left {
    width: 60vw;
    height: 60vw;
    top: -25vw;
    left: -20vw;
    background: radial-gradient(circle, #F37121, transparent);
    filter: blur(120px);
    opacity: 0.15;
}

.sol-hero__glow--bottom-right {
    width: 40vw;
    height: 40vw;
    bottom: -15vw;
    right: -10vw;
    background: radial-gradient(circle, rgba(243, 113, 33, 0.53), transparent);
    filter: blur(80px);
    opacity: 0.10;
}

/* ── Animated light lines ── */
.sol-hero__light-line {
    position: absolute;
    pointer-events: none;
    width: 1px;
    background: linear-gradient(transparent, #F37121, transparent);
    animation: solHeroLineFloat 6s ease-in-out infinite alternate;
}

.sol-hero__light-line--1 {
    top: 30vh;
    right: 3vw;
    height: 15vh;
    opacity: 0.30;
    animation-delay: 0s;
}

.sol-hero__light-line--2 {
    top: 55vh;
    right: 8vw;
    height: 8vh;
    opacity: 0.20;
    animation-delay: 2s;
}

@keyframes solHeroLineFloat {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(14px);
    }
}

/* ── Main flex inner ── */
.sol-hero__inner {
    position: absolute;
    inset: 0;
    display: flex;
    background: #080C14;
    overflow: hidden;
}

/* ============================================================
   LEFT CONTENT PANEL
   ============================================================ */
.sol-hero__content-panel {
    position: relative;
    z-index: 10;
    width: 44%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5vw;
    padding-right: 7vw;
    background: #080C14;
    /* Diagonal clip that creates the skewed right edge */
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 9vw) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 9vw) 100%, 0 100%);
    flex-shrink: 0;
}

/* Dot grid overlay */
.sol-hero__dot-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(243, 113, 33, 0.14) 1.2px, transparent 1.2px);
    background-size: 24px 24px;
    -webkit-mask-image: radial-gradient(circle at 35% 40%, black, transparent 78%);
    mask-image: radial-gradient(circle at 35% 40%, black, transparent 78%);
}

/* Content orange glow orb */
.sol-hero__content-glow {
    position: absolute;
    left: -10vw;
    top: 18%;
    width: 36vw;
    height: 36vw;
    border-radius: 50%;
    background: radial-gradient(circle, #F37121, transparent);
    filter: blur(120px);
    opacity: 0.20;
    pointer-events: none;
}

/* Eyebrow text */
.sol-hero__eyebrow {
    position: relative;
    font-size: 1.5vw;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.70);
    font-weight: 500;
    margin: 0 0 1.2vh;
}

/* Title block */
.sol-hero__title {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 3.3vw;
}

.sol-hero__title-line {
    display: block;

    line-height: 0.9;
}

.sol-hero__title-line--white {
    color: #ffffff;
}

.sol-hero__title-line--orange {
    color: #F37121;
}

.sol-hero__title-line--sub {
    color: #ffffff;
    font-size: 3vw;
    line-height: 1;
    margin-top: 0.6vh;
}

/* Orange divider bar */
.sol-hero__divider {
    position: relative;
    height: 3px;
    width: 8vw;
    margin-top: 2.6vh;
    background: #F37121;
    transform-origin: left center;
}

/* ── Badges row ── */
.sol-hero__badges {
    position: relative;
    display: flex;
    gap: 2vw;
    margin-top: 5vh;
}

.sol-hero__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 6vw;
}

.sol-hero__badge-icon {
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 50%;
    border: 1px solid rgba(243, 113, 33, 0.60);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2vh;
    flex-shrink: 0;
}

.sol-hero__badge-icon svg {
    width: 1.5vw;
    height: 1.5vw;
    color: #F4923B;
}

.sol-hero__badge-label {
    font-size: 0.8vw;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.4;
    font-weight: 600;
}

/* ============================================================
   ORANGE DIAGONAL SEPARATOR
   ============================================================ */
.sol-hero__separator {
    position: absolute;
    inset: 0;
    z-index: 20;
    pointer-events: none;
    background: #F37121;
    -webkit-clip-path: polygon(44vw 0, 44.3vw 0, 35.3vw 100%, 35vw 100%);
    clip-path: polygon(44vw 0, 44.3vw 0, 35.3vw 100%, 35vw 100%);
    filter: drop-shadow(0 0 14px #F37121);
}

/* ============================================================
   RIGHT PANELS WRAPPER
   ============================================================ */
.sol-hero__panels-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32vw;
    right: 0;
    overflow: hidden;
}

/* Skewed track that holds all panels side-by-side */
.sol-hero__panels-track {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5.5vw;
    width: 79.5vw;
    display: flex;
    gap: 0;
    transform: skewX(-9deg);
    /* GPU-accelerated */
    will-change: transform;
}

/* Spacer that pushes panels right (matches the original flex-grow: 1.77) */
.sol-hero__panel-spacer {
    flex: 1.77 0 0;
    height: 100%;
    flex-shrink: 0;
}

/* ============================================================
   INDIVIDUAL VIDEO PANEL
   ============================================================ */
.sol-hero__panel {
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    /* Default (collapsed) flex-grow matches original ~0.85 */
    flex: 0.85 0 0;
    transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Active / hovered panel expands like original flex-grow: 6.4 */
.sol-hero__panel.is-active,
.sol-hero__panel:hover {
    flex: 6.4 0 0;
}

/* ── Video wrapper (counter-skewed so video is upright) ── */
.sol-hero__panel-video-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7vw;
    width: 68vw;
    transform: skewX(9deg);
}

.sol-hero__panel-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── Dark overlay ── */
.sol-hero__panel-overlay {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.72;
    transition: opacity 0.4s ease;
}

.sol-hero__panel.is-active .sol-hero__panel-overlay,
.sol-hero__panel:hover .sol-hero__panel-overlay {
    opacity: 0.18;
}

/* ── Top accent bar (hidden on inactive, visible on active) ── */
.sol-hero__panel-top-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: #F37121;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sol-hero__panel.is-active .sol-hero__panel-top-bar,
.sol-hero__panel:hover .sol-hero__panel-top-bar {
    opacity: 1;
}

/* ── Footer label bar ── */
.sol-hero__panel-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.sol-hero__panel-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4vh 0.5vw;
    background-color: rgba(4, 8, 16, 0.82);
    transition: background-color 0.3s ease;
}

.sol-hero__panel.is-active .sol-hero__panel-footer-inner,
.sol-hero__panel:hover .sol-hero__panel-footer-inner {
    background-color: #F37121;
}

/* Counter-skew so icon + label are upright inside the skewed track */
.sol-hero__panel-footer-inner>* {
    transform: skewX(9deg);
}

/* Icon wrapper inside footer */
.sol-hero__panel-icon-wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 0;
    opacity: 0;
    transition: opacity 0.3s ease 0.1s, max-height 0.3s ease 0.1s;
}

.sol-hero__panel-icon-wrap svg {
    width: 1.8vw;
    height: 1.8vw;
    color: #ffffff;
}

.sol-hero__panel.is-active .sol-hero__panel-icon-wrap,
.sol-hero__panel:hover .sol-hero__panel-icon-wrap {
    max-height: 2vw;
    opacity: 1;
}

/* Industry label inside footer */
.sol-hero__panel-label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1vw;
    letter-spacing: 0.1em;
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    transition: opacity 0.3s ease 0.15s, max-height 0.3s ease 0.15s, margin-top 0.3s ease 0.15s;
}

.sol-hero__panel.is-active .sol-hero__panel-label,
.sol-hero__panel:hover .sol-hero__panel-label {
    max-height: 3vw;
    opacity: 1;
    margin-top: 0.8vh;
}

/* ── Right edge orange glow line ── */
.sol-hero__panel-edge {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    z-index: 30;
    pointer-events: none;
    background: #F37121;
    filter: drop-shadow(0 0 12px #F37121);
}


/* ============================================================
   SOL-INTRO  –  Centered "Engineering Excellence" Section
   ============================================================ */

/* ── Outer wrapper ── */
.sol-intro {
    position: relative;
    width: 100%;
    height: 98vh;
    overflow: hidden;
    background: #080C14;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Top orange bar ── */
.sol-intro__top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #F37121;
    z-index: 50;
    pointer-events: none;
}

/* ── Background glow orbs (same as sol-hero) ── */
.sol-intro__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.sol-intro__glow--top-left {
    width: 60vw;
    height: 60vw;
    top: -25vw;
    left: -20vw;
    background: radial-gradient(circle, #F37121, transparent);
    filter: blur(120px);
    opacity: 0.15;
}

.sol-intro__glow--bottom-right {
    width: 40vw;
    height: 40vw;
    bottom: -15vw;
    right: -10vw;
    background: radial-gradient(circle, rgba(243, 113, 33, 0.53), transparent);
    filter: blur(80px);
    opacity: 0.10;
}

/* ── Animated light lines ── */
.sol-intro__light-line {
    position: absolute;
    pointer-events: none;
    width: 1px;
    background: linear-gradient(transparent, #F37121, transparent);
    animation: solIntroLineFloat 6s ease-in-out infinite alternate;
}

.sol-intro__light-line--1 {
    top: 30vh;
    right: 3vw;
    height: 15vh;
    opacity: 0.30;
    animation-delay: 0s;
}

.sol-intro__light-line--2 {
    top: 55vh;
    right: 8vw;
    height: 8vh;
    opacity: 0.20;
    animation-delay: 2s;
}

@keyframes solIntroLineFloat {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(14px);
    }
}

/* ── Full-bleed background layer ── */
.sol-intro__bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(at 64% 50%, rgb(26, 13, 4) 0%, #080C14 60%);
    pointer-events: none;
}

/* Floating blur orbs */
.sol-intro__bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.sol-intro__bg-orb--1 {
    width: 35vw;
    height: 35vw;
    background: radial-gradient(circle, rgba(243, 113, 33, 0.19), transparent);
    left: 10%;
    top: 20%;
    animation: solIntroOrb1 12s ease-in-out infinite alternate;
}

.sol-intro__bg-orb--2 {
    width: 25vw;
    height: 25vw;
    background: radial-gradient(circle, rgba(243, 113, 33, 0.125), transparent);
    left: 60%;
    top: 60%;
    animation: solIntroOrb2 10s ease-in-out infinite alternate;
}

.sol-intro__bg-orb--3 {
    width: 20vw;
    height: 20vw;
    background: radial-gradient(circle, rgba(243, 113, 33, 0.082), transparent);
    left: 40%;
    top: 10%;
}

@keyframes solIntroOrb1 {
    0% {
        transform: translateX(0) translateY(0);
    }

    100% {
        transform: translateX(28px) translateY(-19px);
    }
}

@keyframes solIntroOrb2 {
    0% {
        transform: translateX(0) translateY(0);
    }

    100% {
        transform: translateX(3px) translateY(-2px);
    }
}

/* Rotating diamond frames */
.sol-intro__diamond {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(243, 113, 33, 0.10);
    transform: translate(-50%, -50%) rotate(45deg);
    animation: solIntroDiamondSpin 30s linear infinite;
}

.sol-intro__diamond--inner {
    width: 40vw;
    height: 40vw;
    border-color: rgba(243, 113, 33, 0.20);
    animation-duration: 20s;
    animation-direction: reverse;
}

.sol-intro__diamond--outer {
    width: 60vw;
    height: 60vw;
}

@keyframes solIntroDiamondSpin {
    0% {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

/* ── Centered content ── */
.sol-intro__content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 6vw;
}

/* Eyebrow / brand line */
.sol-intro__eyebrow {
    font-size: 1.2vw;
    letter-spacing: 0.5em;
    color: #F37121;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 1vh;
}

/* Main heading */
.sol-intro__heading {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.sol-intro__heading-line {
    display: block;
    font-size: 4vw;
    line-height: 0.95;
    color: #ffffff;
    letter-spacing: 0.03em;
}

/* Orange divider */
.sol-intro__divider {
    width: 60%;
    height: 3px;
    background: #F37121;
    margin: 2vh auto;
}

/* ── Industry tags row ── */
.sol-intro__tags {
    display: flex;
    align-items: center;
    gap: 2vw;
    margin-top: 3vh;
}

.sol-intro__tag-item {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.sol-intro__tag-label {
    font-size: 1vw;
    color: rgba(255, 255, 255, 0.80);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
}

/* Vertical separator between tags */
.sol-intro__tag-sep {
    width: 1px;
    height: 2.2vh;
    background: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}



/* ============================================================
   SOL-TRUSTED – Marquee Section
   ============================================================ */
.sol-trusted {
    position: relative;
    z-index: 10;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 3rem 0;
}

@media (min-width: 768px) {
    .sol-trusted {
        padding: 3.5rem 0;
    }
}

.sol-trusted__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media (min-width: 768px) {
    .sol-trusted__header {
        padding: 0 2.5rem;
    }
}

.sol-trusted__line {
    height: 1px;
    width: 1.5rem;
    background-color: #F37121;
}

.sol-trusted__title {
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #64748b;
    margin: 0;
}

.sol-trusted__marquee-wrap {
    position: relative;
    margin-top: 2.25rem;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.sol-trusted__marquee-track {
    display: flex;
    width: max-content;
    animation: solMarquee 30s linear infinite;
}

.sol-trusted__marquee-group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 4rem;
    padding: 0 2rem;
}

@media (min-width: 768px) {
    .sol-trusted__marquee-group {
        gap: 6rem;
        padding: 0 3rem;
    }
}

.sol-trusted__logo {
    height: 1.75rem;
    width: auto;
    flex-shrink: 0;
    object-fit: contain;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: opacity 0.3s ease, filter 0.3s ease;
}

@media (min-width: 768px) {
    .sol-trusted__logo {
        height: 2rem;
    }
}

.sol-trusted__logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

@keyframes solMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ============================================================
   SOL-OVERVIEW – Stats & About Section
   ============================================================ */
.sol-overview {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    padding: 80px 0;
}

.sol-overview__top-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0.25rem;
    background: linear-gradient(90deg, #F37121, #34A853);
    z-index: 1;
}

.sol-overview__bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.6;
    pointer-events: none;
    background-image: radial-gradient(rgba(22, 49, 92, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    -webkit-mask-image: radial-gradient(at 80% 20%, black 10%, transparent 70%);
    mask-image: radial-gradient(at 80% 20%, black 10%, transparent 70%);
}

.sol-overview__glow-orange {
    position: absolute;
    right: -10rem;
    top: -10rem;
    height: 36rem;
    width: 36rem;
    border-radius: 50%;
    opacity: 0.06;
    filter: blur(3rem);
    background: #F37121;
    pointer-events: none;
}

.sol-overview__glow-green {
    position: absolute;
    left: -10rem;
    top: 33%;
    height: 28rem;
    width: 28rem;
    border-radius: 50%;
    opacity: 0.05;
    filter: blur(3rem);
    background: #34A853;
    pointer-events: none;
}

.sol-overview__container {
    position: relative;
    /* margin: 0 auto;
    width: 100%;
    max-width: 80rem;
    padding: 4rem 1.5rem; */
    z-index: 2;
}

@media (min-width: 768px) {
    .sol-overview__container {
        /* padding: 6rem 2.5rem; */
    }
}

.sol-overview__grid {
    display: grid;
    align-items: center;
    gap: 3.5rem;
}

@media (min-width: 1024px) {
    .sol-overview__grid {
        grid-template-columns: 1.25fr 0.8fr;
        gap: 4rem;
    }
}

.sol-overview__content {
    max-width: 42rem;
}

.sol-overview__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

@keyframes solPulseDot {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(243, 113, 33, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(243, 113, 33, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(243, 113, 33, 0);
    }
}

.sol-overview__dot {
    flex-shrink: 0;
    border-radius: 50%;
}

.sol-overview__dot--orange {
    height: 0.375rem;
    width: 0.375rem;
    background: #F37121;
}

.sol-overview__dot--pulse {
    animation: solPulseDot 2s infinite;
}

.sol-overview__line {
    height: 1px;
}

.sol-overview__line--orange {
    width: 1.5rem;
    background: #F37121;
}

.sol-overview__eyebrow {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #F37121;
}

.sol-overview__title {
    margin-top: 1.5rem;
    font-size: 2.25rem;
    line-height: 0.95;
    letter-spacing: -0.025em;
    color: #0A1628;
}

@media (min-width: 640px) {
    .sol-overview__title {
        font-size: 2rem;
    }
}

@media (min-width: 1280px) {
    .sol-overview__title {
        font-size: 3.3rem;
    }
}

.sol-overview__title-highlight {
    color: #F37121;
}

.sol-overview__desc {
    margin-top: 2rem;
    max-width: 36rem;
    line-height: 1.625;
    color: #475569;
}


.sol-overview__actions {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 640px) {
    .sol-overview__actions {
        flex-direction: row;
    }
}

.sol-overview__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 9999px;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    transition: transform 0.2s, background-color 0.2s, color 0.2s, box-shadow 0.2s;
    text-decoration: none;
}

.sol-overview__btn--primary {
    background: #F37121;
    color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(243, 113, 33, 0.2), 0 4px 6px -4px rgba(243, 113, 33, 0.2);
}

.sol-overview__btn--primary:hover {
    transform: translateY(-2px);
}

.sol-overview__btn-icon {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.2s;
}

.sol-overview__btn--primary:hover .sol-overview__btn-icon {
    transform: translateX(4px);
}

.sol-overview__btn--secondary {
    border: 2px solid #16315c;
    color: #16315c;
    background: transparent;
}

.sol-overview__btn--secondary:hover {
    background: #f8fafc;
}

.sol-overview__stats-panel {
    width: 100%;
}

@media (min-width: 1024px) {
    .sol-overview__stats-panel {
        justify-self: end;
    }
}

.sol-overview__stats-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid #e2e8f0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2rem;
    box-shadow: 0 20px 50px -32px rgba(16, 49, 92, 0.25);
}

@media (min-width: 768px) {
    .sol-overview__stats-card {
        padding: 2.5rem;
    }
}

.sol-overview__corner {
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    pointer-events: none;
    border-color: rgba(22, 49, 92, 0.16);
}

.sol-overview__corner--tl {
    left: 0.5rem;
    top: 0.5rem;
    border-left: 1px solid;
    border-top: 1px solid;
}

.sol-overview__corner--tr {
    right: 0.5rem;
    top: 0.5rem;
    border-right: 1px solid;
    border-top: 1px solid;
}

.sol-overview__corner--bl {
    left: 0.5rem;
    bottom: 0.5rem;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.sol-overview__corner--br {
    right: 0.5rem;
    bottom: 0.5rem;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.sol-overview__slashes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.sol-overview__slash {
    position: absolute;
    top: -2.5rem;
    height: 150%;
    transform: skewX(-9deg);
    opacity: 0.1;
}

.sol-overview__slash--orange {
    right: 2.5rem;
    width: 1.75rem;
    background: #F37121;
}

.sol-overview__slash--green {
    right: 4.5rem;
    width: 0.75rem;
    background: #34A853;
}

.sol-overview__card-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.6;
    pointer-events: none;
    background-image: radial-gradient(rgba(22, 49, 92, 0.08) 1px, transparent 1px);
    background-size: 22px 22px;
    -webkit-mask-image: radial-gradient(at 20% 100%, black 10%, transparent 70%);
    mask-image: radial-gradient(at 20% 100%, black 10%, transparent 70%);
}

.sol-overview__stats-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: monospace;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: #64748b;
}

.sol-overview__stats-grid {
    position: relative;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.5rem;
    row-gap: 2.25rem;
}

.sol-overview__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.sol-overview__stat-bar {
    display: block;
    height: 0.25rem;
    width: 2rem;
    border-radius: 9999px;
}

.sol-overview__stat-bar--orange {
    background: #F37121;
}

.sol-overview__stat-bar--green {
    background: #34A853;
}

.sol-overview__stat-value {
    margin-top: 1rem;
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #16315c;
}

@media (min-width: 640px) {
    .sol-overview__stat-value {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .sol-overview__stat-value {
        font-size: 3.75rem;
    }
}

.sol-overview__stat-label {
    margin-top: 0.75rem;
    font-size: 0.62rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: 0.16em;
    color: #64748b;
}

.sol-overview__stats-footer {
    position: relative;
    margin-top: 2.25rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 1.5rem;

    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #94a3b8;
}

/* ============================================================
   SOL-SERVICES – What We Do Section
   ============================================================ */
.sol-services {
    position: relative;
    overflow: hidden;
    background-color: rgb(10, 22, 40);
    padding: 80px 0;
}

.sol-services__bg-grid {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.043) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.043) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(at 50% 0%, black 40%, transparent 85%);
    mask-image: radial-gradient(at 50% 0%, black 40%, transparent 85%);
}

.sol-services__glow-orange {
    position: absolute;
    left: -8rem;
    top: 2.5rem;
    height: 24rem;
    width: 24rem;
    border-radius: 50%;
    opacity: 0.25;
    filter: blur(120px);
    background: #F37121;
    pointer-events: none;
}

.sol-services__glow-green {
    position: absolute;
    right: -8rem;
    bottom: 0;
    height: 24rem;
    width: 24rem;
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(120px);
    background: #34A853;
    pointer-events: none;
}

.sol-services__container {
    position: relative;
    /* margin: 0 auto;
    width: 100%;
    max-width: 80rem;
    padding: 6rem 1.5rem; */
    z-index: 2;
}

@media (min-width: 768px) {
    .sol-services__container {
        /* padding: 8rem 0; */
    }
}

.sol-services__header-grid {
    display: grid;
    gap: 2.5rem;
}

@media (min-width: 768px) {
    .sol-services__header-grid {
        grid-template-columns: 1fr 1fr;
        align-items: flex-end;
        gap: 4rem;
    }
}

.sol-services__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sol-services__dot {
    flex-shrink: 0;
    border-radius: 50%;
}

.sol-services__dot--orange {
    height: 0.375rem;
    width: 0.375rem;
    background: #F37121;
}

.sol-services__dot--green {
    height: 0.375rem;
    width: 0.375rem;
    background: #34A853;
}

.sol-services__dot--pulse {
    animation: solPulseDot 2s infinite;
}

.sol-services__line {
    height: 1px;
}

.sol-services__line--orange {
    width: 1.5rem;
    background: #F37121;
}

.sol-services__eyebrow {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #F37121;
}

.sol-services__title {
    margin-top: 1.5rem;

    font-size: 2.25rem;
    line-height: 0.95;
    letter-spacing: -0.025em;
    color: #ffffff;
}

@media (min-width: 768px) {
    .sol-services__title {
        font-size: 3.3rem;
    }
}

.sol-services__title-highlight {
    color: #F37121;
}

.sol-services__desc-text {
    line-height: 1.625;
    color: #cbd5e1;
}


.sol-services__desc-strong {
    font-weight: 600;
    color: #ffffff;
}

.sol-services__stats-pill-wrapper {
    margin-top: 3rem;
}

.sol-services__stats-pill {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 2rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.02);
    padding: 0.875rem 1.25rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #94a3b8;
}

.sol-services__stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sol-services__stat-label {
    color: #64748b;
}

.sol-services__stat-value {
    color: #ffffff;
}

.sol-services__stat-value--orange {
    color: #F37121;
}

.sol-services__stat-divider {
    height: 0.75rem;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.sol-services__stat-divider--sm {
    display: none;
}

@media (min-width: 640px) {
    .sol-services__stat-divider--sm {
        display: block;
    }
}

.sol-services__stat-divider--md {
    display: none;
}

@media (min-width: 768px) {
    .sol-services__stat-divider--md {
        display: block;
    }
}


.sol-services__steps-wrapper {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .sol-services__steps-wrapper {
        flex-direction: row;
        align-items: stretch;
        gap: 0;
    }
}

.sol-services__step {
    display: flex;
    flex: 1;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .sol-services__step {
        flex-direction: row;
        align-items: stretch;
    }
}

.sol-services__step-card {
    position: relative;
    flex: 1;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    padding: 2rem;
    backdrop-filter: blur(4px);
    transition: border-color 0.3s;
}

.sol-services__step-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.sol-services__corner {
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0.25);
}

.sol-services__corner--tl {
    left: 0.5rem;
    top: 0.5rem;
    border-left: 1px solid;
    border-top: 1px solid;
}

.sol-services__corner--tr {
    right: 0.5rem;
    top: 0.5rem;
    border-right: 1px solid;
    border-top: 1px solid;
}

.sol-services__corner--bl {
    left: 0.5rem;
    bottom: 0.5rem;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.sol-services__corner--br {
    right: 0.5rem;
    bottom: 0.5rem;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.sol-services__hover-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 3rem;
    transition: width 0.5s;
}

.sol-services__hover-bar--orange {
    background: #F37121;
}

.sol-services__hover-bar--green {
    background: #34A853;
}

.sol-services__step-card:hover .sol-services__hover-bar {
    width: 100%;
}

.sol-services__card-glow {
    position: absolute;
    right: 0;
    top: 0;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(24px);
    transition: opacity 0.3s;
    pointer-events: none;
}

.sol-services__card-glow--orange {
    background: #F37121;
}

.sol-services__card-glow--green {
    background: #34A853;
}

.sol-services__step-card:hover .sol-services__card-glow {
    opacity: 0.4;
}


.sol-services__step-header {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sol-services__step-icon {
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.sol-services__step-icon--orange {
    background: rgba(243, 113, 33, 0.12);
    color: #F37121;
}

.sol-services__step-icon--green {
    background: rgba(52, 168, 83, 0.12);
    color: #34A853;
}

.sol-services__icon {
    width: 1.75rem;
    height: 1.75rem;
}

.sol-services__step-number {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: #64748b;
}

.sol-services__step-total {
    color: rgba(255, 255, 255, 0.2);
}

.sol-services__step-eyebrow {
    position: relative;
    margin-top: 1.75rem;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
}

.sol-services__step-eyebrow--orange {
    color: #F37121;
}

.sol-services__step-eyebrow--green {
    color: #34A853;
}

.sol-services__step-title {
    position: relative;
    margin-top: 0.5rem;

    font-size: 1.5rem;
    letter-spacing: -0.025em;
    color: #ffffff;
}

.sol-services__step-desc {
    position: relative;
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.625;
    color: #94a3b8;
    margin-bottom: 0;
}

.sol-services__connector {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .sol-services__connector {
        width: 4rem;
    }
}

.sol-services__connector-line-x {
    display: none;
    position: relative;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
}

@media (min-width: 1024px) {
    .sol-services__connector-line-x {
        display: block;
    }
}

.sol-services__connector-line-y {
    display: block;
    position: relative;
    height: 2rem;
    width: 1px;
    background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
}

@media (min-width: 1024px) {
    .sol-services__connector-line-y {
        display: none;
    }
}

@keyframes solFlowX {
    0% {
        left: -10px;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes solFlowY {
    0% {
        top: -10px;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

.sol-services__flow-dot-x {
    position: absolute;
    top: 50%;
    height: 0.5rem;
    width: 0.5rem;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #F37121;
    box-shadow: 0 0 10px #F37121;
    animation: solFlowX 3s infinite linear;
}

.sol-services__flow-dot-y {
    position: absolute;
    left: 50%;
    height: 0.5rem;
    width: 0.5rem;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #F37121;
    box-shadow: 0 0 10px #F37121;
    animation: solFlowY 3s infinite linear;
}


.sol-services__tags-wrapper {
    margin-top: 2.5rem;
}

.sol-services__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.sol-services__tags-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #64748b;
}

.sol-services__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0.5rem 0.875rem;
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    color: #e2e8f0;
    transition: border-color 0.3s;
}

.sol-services__tag:hover {
    border-color: rgba(255, 255, 255, 0.25);
}

.sol-services__tag-dot {
    height: 0.375rem;
    width: 0.375rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: #F37121;
}

.sol-services__footer-note-wrapper {
    margin-top: 3rem;
}

.sol-services__footer-note {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.04);
    padding: 2rem;
}

@media (min-width: 768px) {
    .sol-services__footer-note {
        flex-direction: row;
        align-items: center;
        padding: 2.5rem;
    }
}

.sol-services__footer-icon {
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(243, 113, 33, 0.14);
    color: #F37121;
}

.sol-services__footer-text,
.sol-services__footer-text p {
    position: relative;
    line-height: 1.625;
    color: #e2e8f0;
    margin-bottom: 0;
}


.sol-services__footer-highlight {
    font-weight: 600;
    color: #F37121;
}

.sol-services__footer-strong {
    font-weight: 600;
    color: #ffffff;
}

/* ============================================================
   SOL-CAPABILITIES – Capabilities Section
   ============================================================ */
.sol-capabilities {
    position: relative;
    overflow: hidden;
    background-color: #F5F8FB;
    scroll-margin-top: 6rem;
}

.sol-capabilities__bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    pointer-events: none;
    background-image: radial-gradient(rgba(22, 49, 92, 0.1) 1px, transparent 1px);
    background-size: 26px 26px;
    -webkit-mask-image: linear-gradient(transparent, black 20%, black 80%, transparent);
    mask-image: linear-gradient(transparent, black 20%, black 80%, transparent);
}

.sol-capabilities__container {
    position: relative;
    /* margin: 0 auto;
    width: 100%;
    max-width: 80rem; */
    z-index: 2;
}

.sol-capabilities__header-flex {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .sol-capabilities__header-flex {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.sol-capabilities__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sol-capabilities__dot {
    flex-shrink: 0;
    border-radius: 50%;
    height: 0.375rem;
    width: 0.375rem;
    background: #F37121;
    animation: solPulseDot 2s infinite;
}

.sol-capabilities__line {
    height: 1px;
    width: 1.5rem;
    background: #F37121;
}

.sol-capabilities__eyebrow {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #F37121;
}

.sol-capabilities__title {
    margin-top: 1.25rem;
    max-width: 48rem;
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #0A1628;
}

@media (min-width: 768px) {
    .sol-capabilities__title {
        font-size: 3.3rem;
    }
}

.sol-capabilities__network-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 18px 48px -34px rgba(16, 49, 92, 0.5);
}

@media (min-width: 1024px) {
    .sol-capabilities__network-card {
        width: 24rem;
    }
}

.sol-capabilities__network-bar {
    position: absolute;
    left: 0;
    top: 1.25rem;
    bottom: 1.25rem;
    width: 0.25rem;
    border-radius: 9999px;
    background: #F37121;
}

.sol-capabilities__network-bg-icon {
    position: absolute;
    right: -0.75rem;
    top: -0.75rem;
    height: 5rem;
    width: 5rem;
    opacity: 0.06;
    color: #16315c;
    pointer-events: none;
}

.sol-capabilities__network-content {
    position: relative;
    padding-left: 1rem;
}

.sol-capabilities__network-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #16315c;
}

.sol-capabilities__network-title-icon {
    height: 1rem;
    width: 1rem;
    color: #F37121;
}

.sol-capabilities__network-desc {
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.625;
    color: #475569;
}

.sol-capabilities__network-steps {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    border-top: 1px solid #f1f5f9;
    padding-top: 1rem;
}

.sol-capabilities__network-step {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    border-radius: 9999px;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.sol-capabilities__network-step--orange {
    background: rgba(243, 113, 33, 0.1);
    color: rgb(196, 86, 27);
}

.sol-capabilities__network-step--green {
    background: rgba(52, 168, 83, 0.1);
    color: rgb(30, 126, 64);
}

.sol-capabilities__step-icon {
    height: 0.875rem;
    width: 0.875rem;
}

.sol-capabilities__step-arrow {
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #94a3b8;
}

.sol-capabilities__grid {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 640px) {
    .sol-capabilities__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .sol-capabilities__grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

.sol-capabilities__card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    background-color: #0A1628;
    box-shadow: 0 24px 60px -40px rgba(16, 49, 92, 0.6);
    height: 320px;
}

@media (min-width: 640px) {
    .sol-capabilities__card {
        height: 380px;
    }
}

@media (min-width: 1024px) {
    .sol-capabilities__card {
        height: 460px;
    }
}

.sol-capabilities__card--sm {
    height: 300px;
}

@media (min-width: 1024px) {
    .sol-capabilities__card--sm {
        height: 360px;
    }
}

@media (min-width: 1024px) {
    .sol-capabilities__card--col7 {
        grid-column: span 7 / span 7;
    }

    .sol-capabilities__card--col5 {
        grid-column: span 5 / span 5;
    }

    .sol-capabilities__card--col4 {
        grid-column: span 4 / span 4;
    }
}

.sol-capabilities__card-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 900ms ease-out;
}

.sol-capabilities__card:hover .sol-capabilities__card-img {
    transform: scale(1.06);
}

.sol-capabilities__card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0A1628, rgba(10, 22, 40, 0.55), transparent);
    transition: opacity 500ms;
}

.sol-capabilities__card:hover .sol-capabilities__card-overlay {
    background: linear-gradient(to top, #0A1628, rgba(10, 22, 40, 0.35), transparent);
}

.sol-capabilities__card-top-shade {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 7rem;
    background: linear-gradient(to bottom, rgba(10, 22, 40, 0.6), transparent);
}

.sol-capabilities__card-hover-bar {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 3px;
    width: 3rem;
    background: #F37121;
    transition: width 500ms;
}

.sol-capabilities__card:hover .sol-capabilities__card-hover-bar {
    width: 100%;
}

.sol-capabilities__card-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .sol-capabilities__card-header {
        padding: 1.75rem;
    }
}

.sol-capabilities__card-icon {
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    backdrop-filter: blur(12px);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    background: rgba(243, 113, 33, 0.2);
    color: rgb(255, 199, 158);
}

.sol-capabilities__icon-svg {
    height: 1.25rem;
    width: 1.25rem;
}

.sol-capabilities__card-number {
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    color: rgba(255, 255, 255, 0.7);
}

.sol-capabilities__card-total {
    color: rgba(255, 255, 255, 0.4);
}

.sol-capabilities__card-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .sol-capabilities__card-footer {
        padding: 1.75rem;
    }
}

.sol-capabilities__card-line {
    margin-bottom: 0.75rem;
    height: 4px;
    width: 2.5rem;
    border-radius: 9999px;
    background: #F37121;
    transition: width 500ms;
}

.sol-capabilities__card:hover .sol-capabilities__card-line {
    width: 4rem;
}

.sol-capabilities__card-title {
    letter-spacing: -0.025em;
    color: #ffffff;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .sol-capabilities__card-title {
        font-size: 1.875rem;
    }
}

.sol-capabilities__card-title--lg {
    font-size: 1.875rem;
}

@media (min-width: 768px) {
    .sol-capabilities__card-title--lg {
        font-size: 2.25rem;
    }
}

.sol-capabilities__card-desc {
    margin-top: 0.5rem;
    line-height: 1.625;
    color: rgba(255, 255, 255, 0.75);
    max-width: 28rem;
    /* font-size: 0.875rem; */
    margin-bottom: 0;
}


/* ==========================================
   SOL-DIFFERENTIATORS SECTION
   ========================================== */

.sol-differentiators {
    position: relative;
    overflow: hidden;
    background-color: #0A1628;
    /* rgb(10, 22, 40) */
    padding: 80px 0;
}

.sol-differentiators__bg-grid {
    pointer-events: none;
    position: absolute;
    inset: 0;
    opacity: 0.6;
    background: radial-gradient(120% 90% at 85% 10%, rgba(22, 49, 92, 0.333) 0%, transparent 55%);
}

.sol-differentiators__glow-orange {
    pointer-events: none;
    position: absolute;
    left: -10rem;
    top: 33.333333%;
    height: 30rem;
    width: 30rem;
    border-radius: 9999px;
    opacity: 0.2;
    filter: blur(64px);
    /* blur-3xl approximation */
    background: #f37121;
    /* rgb(243, 113, 33) */
}

.sol-differentiators__container {
    position: relative;
    z-index: 2;
}

.sol-differentiators__grid {
    display: grid;
    gap: 3.5rem;
    /* gap-14 */
}

@media (min-width: 1024px) {
    .sol-differentiators__grid {
        grid-template-columns: 1fr 1.1fr;
        gap: 5rem;
        /* lg:gap-20 */
    }
}

/* Eyebrow */
.sol-differentiators__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    /* gap-3 */
}

.sol-differentiators__eyebrow-dot {
    height: 0.375rem;
    /* h-1.5 */
    width: 0.375rem;
    /* w-1.5 */
    flex-shrink: 0;
    border-radius: 9999px;
    background: #f37121;
}

.sol-differentiators__eyebrow-line {
    height: 1px;
    width: 1.5rem;
    /* w-6 */
    background: #f37121;
}

.sol-differentiators__eyebrow-text {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #f37121;
}

/* Title and Desc */
.sol-differentiators__title {
    margin-top: 1.25rem;
    /* mt-5 */
    font-size: 2.25rem;
    line-height: 0.95;
    letter-spacing: -0.025em;
    color: #ffffff;
}

@media (min-width: 768px) {
    .sol-differentiators__title {
        font-size: 3.3rem;
        /* md:text-6xl */
    }
}

.sol-differentiators__title-accent {
    color: #f37121;
}

.sol-differentiators__desc {
    margin-top: 2rem;
    /* mt-8 */
    max-width: 28rem;
    /* max-w-md */
    line-height: 1.625;
    color: #cbd5e1;
    /* text-slate-300 */
}

/* Actions */
.sol-differentiators__actions {
    margin-top: 2.5rem;
    /* mt-10 */
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    /* gap-3 */
}

@media (min-width: 640px) {
    .sol-differentiators__actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.sol-differentiators__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    /* gap-2 */
    padding: 0.875rem 1.5rem;
    /* py-3.5 px-6 */
    font-size: 0.875rem;
    /* text-sm */
    font-weight: 500;
    color: #ffffff;
    transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
    text-decoration: none;
}

.sol-differentiators__btn--primary {
    background: #f37121;
    box-shadow: 0 18px 40px -18px rgba(243, 113, 33, 0.8);
}

.sol-differentiators__btn--primary:hover {
    transform: translateY(-2px);
    /* hover:-translate-y-0.5 */
}

.sol-differentiators__btn-icon {
    height: 1rem;
    width: 1rem;
    transition: transform 0.2s;
}

.sol-differentiators__btn--primary:hover .sol-differentiators__btn-icon {
    transform: translateX(0.25rem);
}

.sol-differentiators__btn--secondary {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(4px);
}

.sol-differentiators__btn--secondary:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.08);
}

.sol-differentiators__btn-icon-left {
    height: 1rem;
    width: 1rem;
    color: #f37121;
}

/* Features */
.sol-differentiators__features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* space-y-4 */
}

.sol-differentiators__feature-card {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    /* gap-5 */
    border-radius: 1rem;
    /* rounded-2xl */
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.04);
    padding: 1.5rem;
    /* p-6 */
    backdrop-filter: blur(4px);
    transition: background-color 0.2s;
}

.sol-differentiators__feature-card:hover {
    background-color: rgba(255, 255, 255, 0.07);
}

.sol-differentiators__feature-icon {
    display: flex;
    height: 3rem;
    /* h-12 */
    width: 3rem;
    /* w-12 */
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    /* rounded-xl */
    background: rgba(243, 113, 33, 0.133);
    color: #f37121;
}

.sol-differentiators__feature-icon svg {
    height: 1.5rem;
    width: 1.5rem;
}

.sol-differentiators__feature-text {
    line-height: 1.625;
    color: #e2e8f0;
    /* text-slate-200 */
    margin: 0;
}

/* ==========================================
   SOL-INDUSTRIES SECTION
   ========================================== */

.sol-industries {
    background-color: #ffffff;
    padding: 80px 0;
}



/* Header */
.sol-industries__header {
    margin: 0 auto;
    max-width: 60rem;
    /* max-w-3xl */
    text-align: center;
}

.sol-industries__eyebrow-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.sol-industries__eyebrow-dot {
    height: 0.375rem;
    width: 0.375rem;
    flex-shrink: 0;
    border-radius: 9999px;
    background: #34A853;
}

.sol-industries__eyebrow-line {
    height: 1px;
    width: 1.5rem;
    background: #34A853;
}

.sol-industries__eyebrow-text {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #34A853;
}

.sol-industries__title {
    margin-top: 1.25rem;
    font-size: 2.25rem;
    line-height: 1.4;
    letter-spacing: -0.025em;
    color: #0A1628;
}

@media (min-width: 768px) {
    .sol-industries__title {
        font-size: 3.3rem;
        /* md:text-6xl */
    }
}

.sol-industries__desc {
    margin-top: 1.5rem;
    line-height: 1.625;
    margin-bottom: 0;
    color: #475569;
    /* text-slate-600 */
}

/* Mobile Grid */
.sol-industries__mobile-grid {
    display: grid;
    gap: 1rem;
    margin-top: 3.5rem;
}

@media (min-width: 640px) {
    .sol-industries__mobile-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .sol-industries__mobile-grid {
        display: none;
        /* lg:hidden */
    }
}

.sol-industries__mob-card {
    position: relative;
    min-height: 20rem;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 50px -36px rgba(16, 49, 92, 0.5);
    z-index: 9;
}

.sol-industries__mob-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 0;
}

.sol-industries__mob-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sol-industries__mob-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 22, 40, 0.92) 0%, rgba(10, 22, 40, 0.45) 58%, rgba(10, 22, 40, 0.2) 100%);
}

.sol-industries__mob-top-line {
    position: absolute;
    inset-inline: 0;
    top: 0;
    height: 0.25rem;
    background: #f37121;
}

.sol-industries__mob-content {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    z-index: 1;
}

.sol-industries__mob-icon {
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: rgba(243, 113, 33, 0.15);
    color: #FFB37E;
}

.sol-industries__mob-title {
    margin-top: 0.75rem;
    font-size: 1.5rem;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: #fff;
}

.sol-industries__mob-subtitle {
    margin-top: 0.375rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #FFB37E;
}

.sol-industries__mob-text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.375;
    color: rgba(255, 255, 255, 0.8);
}

.sol-industries__mob-specs {
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: 1fr;
    gap-x: 1.25rem;
    gap-y: 0.625rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 0.75rem;
}

@media (min-width: 640px) {
    .sol-industries__mob-specs {
        grid-template-columns: repeat(2, 1fr);
    }
}

.sol-industries__mob-spec-title {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #fff;
}

.sol-industries__mob-spec-text {
    margin-top: 0.125rem;
    font-size: 0.78rem;
    line-height: 1.375;
    color: rgba(255, 255, 255, 0.65);
}

/* Desktop Accordion */
.sol-industries__desktop-accordion {
    display: none;
    margin-top: 3.5rem;
    position: relative;
    height: clamp(440px, 62vh, 640px);
    width: 100%;
    user-select: none;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 24px 70px -40px rgba(16, 49, 92, 0.45);
}

@media (min-width: 1024px) {
    .sol-industries__desktop-accordion {
        display: block;
    }
}

.sol-industries__da-wrap {
    position: absolute;
    inset-block: 0;
    display: flex;
    transform: skewX(-9deg);
    left: -60px;
    width: calc(100% + 120px);
}

.sol-industries__da-item {
    position: relative;
    height: 100%;
    min-width: 0;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
    outline: none;
    transition: flex-grow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background: none;
    border: none;
    padding: 0;
    flex-basis: 0;
    flex-grow: 1;
}

.sol-industries__da-item.is-active {
    flex-grow: 6;
}

.sol-industries__da-img-wrap {
    position: absolute;
    inset-block: 0;
    left: -70px;
    right: -70px;
    transform: skewX(9deg);
}

.sol-industries__da-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s;
    transform: scale(1.08);
}

.sol-industries__da-item.is-active .sol-industries__da-img {
    transform: none;
}

.sol-industries__da-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 22, 40, 0.8) 0%, rgba(10, 22, 40, 0.62) 55%, rgba(10, 22, 40, 0.55) 100%);
    transition: background 0.5s;
}

.sol-industries__da-item.is-active .sol-industries__da-overlay {
    background: linear-gradient(to top, rgba(10, 22, 40, 0.86) 0%, rgba(10, 22, 40, 0.3) 52%, rgba(10, 22, 40, 0.1) 100%);
}

.sol-industries__da-top-line {
    position: absolute;
    inset-inline: 0;
    top: 0;
    z-index: 20;
    height: 4px;
    background: #f37121;
    opacity: 0;
    transition: opacity 0.5s;
}

.sol-industries__da-item.is-active .sol-industries__da-top-line {
    opacity: 1;
}

.sol-industries__da-right-line {
    position: absolute;
    inset-block: 0;
    right: 0;
    z-index: 20;
    width: 3px;
    background: #f37121;
    filter: drop-shadow(0 0 10px #f37121);
}

.sol-industries__da-content {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    transform: skewX(9deg);
    transition: padding-left 0.5s;
}

@media (min-width: 768px) {
    .sol-industries__da-content {
        padding: 2rem;
    }
}

.sol-industries__da-item.is-active .sol-industries__da-content {
    padding-left: 5rem;
}

@media (min-width: 768px) {
    .sol-industries__da-item.is-active .sol-industries__da-content {
        padding-left: 5.5rem;
    }
}

.sol-industries__da-origin {
    transform-origin: bottom left;
}

.sol-industries__da-icon {
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: rgba(243, 113, 33, 0.15);
    color: #FFB37E;
}

.sol-industries__da-icon svg {
    height: 1.5rem;
    width: 1.5rem;
}

.sol-industries__da-col-title {
    margin-top: 1rem;
    display: block;
    overflow: hidden;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #fff;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transition: opacity 0.3s;
    opacity: 1;
    height: auto;
}

.sol-industries__da-item.is-active .sol-industries__da-col-title {
    opacity: 0;
    height: 0;
}

.sol-industries__da-exp-content {
    overflow: hidden;
    transition: opacity 0.5s;
    opacity: 0;
    height: 0;
}

.sol-industries__da-item.is-active .sol-industries__da-exp-content {
    opacity: 1;
    height: auto;
}

.sol-industries__da-exp-line {
    margin-top: 0.75rem;
    height: 0.25rem;
    width: 3rem;
    border-radius: 9999px;
    background: #f37121;
}

.sol-industries__da-exp-title {
    margin-top: 0.75rem;
    max-width: 30rem;
    font-size: 1.5rem;
    line-height: 1.04;
    letter-spacing: -0.025em;
    color: #fff;
}

@media (min-width: 768px) {
    .sol-industries__da-exp-title {
        font-size: 1.875rem;
        /* md:text-3xl */
    }
}

.sol-industries__da-exp-subtitle {
    margin-top: 0.5rem;
    max-width: 26rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #FFB37E;
}

.sol-industries__da-exp-text {
    margin-top: 0.625rem;
    max-width: 30rem;
    font-size: 0.875rem;
    line-height: 1.375;
    color: rgba(255, 255, 255, 0.8);
}

.sol-industries__da-exp-specs {
    margin-top: 1rem;
    max-width: 34rem;
    display: grid;
    grid-template-columns: 1fr;
    gap-x: 1.25rem;
    gap-y: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 1rem;
}

@media (min-width: 640px) {
    .sol-industries__da-exp-specs {
        grid-template-columns: repeat(2, 1fr);
    }
}

.sol-industries__da-exp-spec-title {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #fff;
}

.sol-industries__da-exp-spec-text {
    margin-top: 0.25rem;
    font-size: 0.78rem;
    line-height: 1.375;
    color: rgba(255, 255, 255, 0.65);
}

/* Footer Box */
.sol-industries__footer {
    margin-top: 3rem;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.sol-industries__footer-box {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #F5F8FB;
    padding: 2rem;
}

@media (min-width: 768px) {
    .sol-industries__footer-box {
        padding: 2.5rem;
    }
}

.sol-industries__footer-line {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #f37121;
}

.sol-industries__footer-text {
    line-height: 1.625;
    color: #334155;
    margin: 0;
}

.sol-industries__footer-text--mt {
    margin-top: 1rem;
}

.sol-industries__footer-strong {
    font-weight: 600;
    color: #0A1628;
}

.sol-industries__footer-medium {
    font-weight: 500;
    color: #16315C;
}

.sol-industries__footer-accent {
    font-weight: 600;
    color: #f37121;
}

.sol-industries__footer-note {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 1.25rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #64748b;
}

.sol-industries__footer-note-icon {
    height: 1rem;
    width: 1rem;
    color: #f37121;
}


/* ==========================================
   SOL-LOCATIONS SECTION
   ========================================== */

.sol-locations {
    position: relative;
    background-color: #F5F8FB;
    padding: 80px 0;
}

.sol-locations__header-wrap {
    max-width: 48rem;
    /* max-w-3xl */
}

/* Eyebrow */
.sol-locations__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    /* gap-3 */
}

.sol-locations__eyebrow-dot {
    height: 0.375rem;
    /* h-1.5 */
    width: 0.375rem;
    /* w-1.5 */
    flex-shrink: 0;
    border-radius: 9999px;
    background: #f37121;
}

.sol-locations__eyebrow-line {
    height: 1px;
    width: 1.5rem;
    /* w-6 */
    background: #f37121;
}

.sol-locations__eyebrow-text {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #f37121;
}

/* Title and Desc */
.sol-locations__title {
    margin-top: 1.25rem;
    /* mt-5 */
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #0A1628;
}

@media (min-width: 768px) {
    .sol-locations__title {
        font-size: 3.3rem;
        /* md:text-6xl */
    }
}

.sol-locations__desc {
    margin-top: 1.5rem;
    /* mt-6 */
    line-height: 1.625;
    margin-bottom: 0;
    color: #475569;
    /* text-slate-600 */
}

/* Stats Grid */
.sol-locations__stats-grid {
    margin-top: 3.5rem;
    /* mt-14 */
    display: grid;
    gap: 12px;
    /* gap-5 */
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1024px) {
    .sol-locations__stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1199px) {
    .sol-locations__stats-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.sol-locations__stat-card {
    height: 100%;
    border-radius: 1rem;
    /* rounded-2xl */
    border: 1px solid #e2e8f0;
    /* border-slate-200 */
    background-color: #ffffff;
    padding: 1.75rem;
    /* p-7 */
}

.sol-locations__stat-icon {
    height: 1.5rem;
    /* h-6 */
    width: 1.5rem;
    /* w-6 */
    color: #f37121;
}

.sol-locations__stat-value {
    margin-top: 10px;
    /* mt-5 */
    font-size: 2rem;
    /* text-5xl */
    letter-spacing: -0.025em;
    color: #0A1628;
    line-height: normal;
}

.sol-locations__stat-label {
    margin-top: 0.5rem;
    /* mt-2 */
    font-size: 0.875rem;
    /* text-sm */
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #64748b;
    /* text-slate-500 */
}

/* Map Box */
.sol-locations__map-box {
    position: relative;
    margin-top: 2rem;
    /* mt-8 */
    overflow: hidden;
    border-radius: 1.5rem;
    /* rounded-3xl */
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #0A1628;
    padding: 1.5rem;
    /* p-6 */
}

@media (min-width: 768px) {
    .sol-locations__map-box {
        padding: 2.5rem;
        /* md:p-10 */
    }
}

.sol-locations__map-bg-grid {
    pointer-events: none;
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    -webkit-mask-image: radial-gradient(110% 90% at 50% 0%, black, transparent 80%);
    mask-image: radial-gradient(110% 90% at 50% 0%, black, transparent 80%);
}

.sol-locations__map-glow {
    pointer-events: none;
    position: absolute;
    right: -6rem;
    /* -right-24 */
    top: -6rem;
    /* -top-24 */
    height: 28rem;
    width: 28rem;
    border-radius: 9999px;
    opacity: 0.2;
    filter: blur(64px);
    background: #f37121;
}

/* Map Header */
.sol-locations__map-header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* gap-4 */
}

@media (min-width: 640px) {
    .sol-locations__map-header {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}

.sol-locations__map-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* gap-2 */
    font-size: 0.75rem;
    /* text-xs */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #f37121;
}

.sol-locations__map-eyebrow-icon {
    height: 1rem;
    width: 1rem;
}

.sol-locations__map-title {
    margin-top: 0.75rem;
    /* mt-3 */
    font-size: 1.5rem;
    /* text-2xl */
    line-height: 1.25;
    letter-spacing: -0.025em;
    color: #ffffff;
}

@media (min-width: 768px) {
    .sol-locations__map-title {
        font-size: 1.875rem;
        /* md:text-3xl */
    }
}

.sol-locations__map-legend {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    /* gap-5 */
    font-size: 0.75rem;
    /* text-xs */
    font-weight: 500;
    color: #94a3b8;
    /* text-slate-400 */
}

.sol-locations__map-legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* gap-2 */
}

.sol-locations__map-legend-hq-flag {
    height: 1rem;
    /* h-4 */
    width: 1rem;
    /* w-4 */
    border-radius: 9999px;
    box-shadow: #f37121 0px 0px 0px 1.5px;
}

.sol-locations__map-legend-hover-dot {
    height: 0.875rem;
    /* h-3.5 */
    width: 0.875rem;
    /* w-3.5 */
    border-radius: 9999px;
    background-color: #64748b;
    /* bg-slate-500 */
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    /* ring-1 ring-white/40 */
}

/* Map Area */
.sol-locations__map-area {
    position: relative;
    margin: 2rem auto 0;
    /* mt-8 mx-auto */
    width: 100%;
    max-width: 64rem;
    /* max-w-5xl */
}

.sol-locations__map-aspect {
    position: relative;
    width: 100%;
    aspect-ratio: 111 / 56;
}

.sol-locations__map-base-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    opacity: 0.2;
}

.sol-locations__map-arcs {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    overflow: visible;
}

/* Map Pins */
.sol-locations__map-pin {
    position: absolute;
    transform: translate(-50%, -50%);
}

.sol-locations__map-pin-btn {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: transparent;
    border: none;
    padding: 0;
}

.sol-locations__map-pin-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7);
}

.sol-locations__map-pin-pulse {
    position: absolute;
    border-radius: 9999px;
    height: 34px;
    width: 34px;
    background: rgba(243, 113, 33, 0.25);
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@media (prefers-reduced-motion: reduce) {
    .sol-locations__map-pin-pulse {
        animation: none;
    }
}

.sol-locations__map-pin-flag {
    position: relative;
    display: block;
    border-radius: 9999px;
    background-color: #0A1628;
    object-fit: cover;
    transition: all 0.3s ease-out;
    height: 1.25rem;
    /* h-5 */
    width: 1.25rem;
    /* w-5 */
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    filter: grayscale(1);
    transform: scale(1);
    z-index: 10;
}

@media (min-width: 640px) {
    .sol-locations__map-pin-flag {
        height: 1.75rem;
        /* sm:h-7 */
        width: 1.75rem;
        /* sm:w-7 */
    }
}

.sol-locations__map-pin-flag--hq {
    height: 1.75rem;
    /* h-7 */
    width: 1.75rem;
    /* w-7 */
    box-shadow: #f37121 0px 0px 0px 2px, rgba(243, 113, 33, 0.6) 0px 0px 14px;
}

@media (min-width: 640px) {
    .sol-locations__map-pin-flag--hq {
        height: 2.25rem;
        /* sm:h-9 */
        width: 2.25rem;
        /* sm:w-9 */
    }
}

.sol-locations__map-pin-btn:hover .sol-locations__map-pin-flag {
    filter: grayscale(0);
    transform: scale(1.2);
    z-index: 20;
}

.sol-locations__map-pin-tooltip {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 0.5rem;
    /* mt-2 */
    transform: translateX(-50%);
    white-space: nowrap;
    border-radius: 0.375rem;
    /* rounded-md */
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0.5rem;
    /* px-2 py-1 */
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #ffffff;
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 30;
}

.sol-locations__map-pin-tooltip--hq {
    opacity: 1;
    /* Always show HQ tooltip */
}

.sol-locations__map-pin-btn:hover .sol-locations__map-pin-tooltip {
    opacity: 1;
}

/* Map Footer Text List */
.sol-locations__map-footer {
    position: relative;
    margin-top: 2rem;
    /* mt-8 */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    /* pt-6 */
}

.sol-locations__map-footer-title {
    font-size: 0.75rem;
    /* text-xs */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #94a3b8;
    /* text-slate-400 */
    margin: 0;
}

.sol-locations__map-footer-list {
    margin-top: 1rem;
    /* mt-4 */
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    /* gap-2.5 */
}

.sol-locations__map-footer-badge {
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0.5rem 1rem;
    /* px-4 py-2 */
    font-size: 0.875rem;
    /* text-sm */
    font-weight: 500;
    color: #e2e8f0;
    /* text-slate-200 */
}

/* Certifications */
.sol-locations__certs {
    margin-top: 2rem;
    /* mt-8 */
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* gap-4 */
    border-radius: 1rem;
    /* rounded-2xl */
    border: 1px solid #e2e8f0;
    /* border-slate-200 */
    background-color: #ffffff;
    padding: 2rem;
    /* p-8 */
}

@media (min-width: 640px) {
    .sol-locations__certs {
        flex-direction: row;
        align-items: center;
        gap: 2.5rem;
        /* sm:gap-10 */
    }
}

.sol-locations__cert-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    /* gap-3 */
}

.sol-locations__cert-icon {
    height: 1.5rem;
    /* h-6 */
    width: 1.5rem;
    /* w-6 */
}

.sol-locations__cert-icon--green {
    color: #34A853;
}

.sol-locations__cert-icon--blue {
    color: #16315C;
}

.sol-locations__cert-text {
    font-weight: 600;
    color: #0A1628;
}

.sol-locations__cert-divider {
    display: none;
    height: 1.5rem;
    /* h-6 */
    width: 1px;
    background-color: #e2e8f0;
    /* bg-slate-200 */
}

@media (min-width: 640px) {
    .sol-locations__cert-divider {
        display: block;
    }
}


/* ==========================================
   SOL-CONVERSATION SECTION
   ========================================== */

.sol-conversation {
    position: relative;
    overflow: hidden;
    background-color: #0A1628;
    padding: 80px 0;
}

.sol-conversation__bg-pattern-1 {
    pointer-events: none;
    position: absolute;
    inset: 0;
    opacity: 0.6;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: radial-gradient(120% 100% at 25% 0%, black, transparent 78%);
    mask-image: radial-gradient(120% 100% at 25% 0%, black, transparent 78%);
}

.sol-conversation__glow-orange {
    pointer-events: none;
    position: absolute;
    right: -8rem;
    top: -2.5rem;
    height: 30rem;
    width: 30rem;
    border-radius: 9999px;
    opacity: 0.2;
    filter: blur(64px);
    background: #f37121;
}

.sol-conversation__bg-pattern-2 {
    pointer-events: none;
    position: absolute;
    inset: 0;
    opacity: 0.6;
    background: radial-gradient(100% 80% at 80% 20%, rgba(22, 49, 92, 0.4) 0%, transparent 55%);
}

.sol-conversation__container {
    position: relative;
    z-index: 2;
}

.sol-conversation__grid {
    display: grid;
    gap: 3.5rem;
}

@media (min-width: 1024px) {
    .sol-conversation__grid {
        grid-template-columns: 1fr 1.05fr;
        align-items: center;
        gap: 4rem;
    }
}

/* Eyebrow */
.sol-conversation__eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sol-conversation__eyebrow-dot {
    height: 0.375rem;
    width: 0.375rem;
    flex-shrink: 0;
    border-radius: 9999px;
    background: #f37121;
}

.sol-conversation__eyebrow-line {
    height: 1px;
    width: 1.5rem;
    background: #f37121;
}

.sol-conversation__eyebrow-text {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #f37121;
}

/* Title and Desc */
.sol-conversation__title {
    margin-top: 1.25rem;
    font-size: 2.25rem;
    line-height: 0.95;
    letter-spacing: -0.025em;
    color: #ffffff;
}

@media (min-width: 768px) {
    .sol-conversation__title {
        font-size: 3.3rem;
    }
}

.sol-conversation__title-accent {
    color: #f37121;
}

.sol-conversation__desc {
    margin-top: 2rem;
    max-width: 28rem;
    line-height: 1.625;
    color: #cbd5e1;
}

/* Badges */
.sol-conversation__badges {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sol-conversation__badge {
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.04);
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #e2e8f0;
}

/* Chat Widget */
.sol-conversation__chat-widget {
    /* container for right side */
}

.sol-conversation__chat-box {
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.04);
    box-shadow: 0 30px 80px -44px rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(12px);
}

.sol-conversation__chat-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
}

.sol-conversation__chat-avatar {
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #f37121;
}

.sol-conversation__chat-avatar-icon {
    height: 1.5rem;
    width: 1.5rem;
    color: #ffffff;
}

.sol-conversation__chat-info {}

.sol-conversation__chat-name {
    font-weight: 600;
    color: #ffffff;
}

.sol-conversation__chat-status {
    margin-top: 0.125rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: #94a3b8;
}

.sol-conversation__chat-status-dot {
    height: 0.375rem;
    width: 0.375rem;
    border-radius: 9999px;
    background: #34a853;
}

.sol-conversation__chat-body {
    background-color: #ffffff;
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .sol-conversation__chat-body {
        padding: 1.75rem;
    }
}

.sol-conversation__chat-msg-wrap {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.sol-conversation__chat-msg-avatar {
    display: flex;
    height: 2rem;
    width: 2rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #ffffff;
    background: #16315c;
}

.sol-conversation__chat-msg-bubble {
    max-width: 20rem;
    border-radius: 1rem;
    border-top-left-radius: 0.125rem;
    background-color: #f1f5f9;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    line-height: 1.625;
    color: #0A1628;
}

.sol-conversation__chat-replies {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.sol-conversation__chat-reply-btn {
    border-radius: 9999px;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0A1628;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    cursor: pointer;
}

.sol-conversation__chat-reply-btn:hover {
    border-color: #f37121;
    color: #f37121;
}

.sol-conversation__chat-input-wrap {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    background-color: #f8fafc;
    padding: 0.375rem;
    transition: border-color 0.2s;
}

.sol-conversation__chat-input-wrap:focus-within {
    border-color: #f37121;
}

.sol-conversation__chat-input {
    min-width: 0;
    flex: 1;
    background: transparent;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: #0A1628;
    outline: none;
    border: none;
}

.sol-conversation__chat-input::placeholder {
    color: #94a3b8;
}

.sol-conversation__chat-send-btn {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.375rem;
    border-radius: 0.5rem;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    background: #f37121;
    text-decoration: none;
    transition: opacity 0.2s;
}

.sol-conversation__chat-send-btn:hover {
    opacity: 0.9;
}

.sol-conversation__chat-send-icon {
    height: 1rem;
    width: 1rem;
}

.sol-conversation__chat-footer {
    margin-top: 0.75rem;
    text-align: center;
    font-size: 0.75rem;
    color: #94a3b8;
}

.sol-conversation__chat-footer-link {
    font-weight: 600;
    color: #f37121;
    text-decoration: none;
}

/* ==========================================
   SOL-FAQ SECTION
   ========================================== */

.sol-faq {
    background-color: #ffffff;
    padding: 80px 0;
}

.sol-faq__container {
    max-width: 56rem;
    /* max-w-4xl */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 768px) {
    .sol-faq__container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.sol-faq__header {
    text-align: center;
}

.sol-faq__eyebrow-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    /* gap-3 */
}

.sol-faq__eyebrow-dot {
    height: 0.375rem;
    width: 0.375rem;
    flex-shrink: 0;
    border-radius: 9999px;
    background: #f37121;
}

.sol-faq__eyebrow-line {
    height: 1px;
    width: 1.5rem;
    background: #f37121;
}

.sol-faq__eyebrow-text {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #f37121;
}

.sol-faq__title {
    margin-top: 1.25rem;
    font-family: var(--font-display, "Inter", sans-serif);
    font-size: 2.25rem;
    /* text-4xl */
    line-height: 1;
    /* leading-none */
    letter-spacing: -0.025em;
    /* tracking-tight */
    color: #0A1628;
}

@media (min-width: 768px) {
    .sol-faq__title {
        font-size: 3.75rem;
        /* md:text-6xl */
    }
}

.sol-faq__accordion {
    margin-top: 3.5rem;
    /* mt-14 */
    border-top: 1px solid #e2e8f0;
    /* border-slate-200 */
    border-bottom: 1px solid #e2e8f0;
}

.sol-faq__item {
    border-bottom: 1px solid #e2e8f0;
}

.sol-faq__item:last-child {
    border-bottom: none;
}

.sol-faq__button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    /* gap-6 */
    padding-top: 1.5rem;
    /* py-6 */
    padding-bottom: 1.5rem;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.sol-faq__question {
    font-size: 1.125rem;
    /* text-lg */
    font-weight: 600;
    color: #0A1628;
}

@media (min-width: 768px) {
    .sol-faq__question {
        font-size: 1.25rem;
        /* md:text-xl */
    }
}

.sol-faq__icon-wrap {
    display: flex;
    height: 2.25rem;
    /* h-9 */
    width: 2.25rem;
    /* w-9 */
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #f5f8fb;
    color: #0A1628;
    transition: background-color 0.2s, color 0.2s;
}

.sol-faq__icon-wrap--active {
    background-color: #f37121;
    color: #ffffff;
}

.sol-faq__icon {
    height: 1.25rem;
    /* h-5 */
    width: 1.25rem;
    /* w-5 */
}

.sol-faq__answer-wrap {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.3s ease;
    padding-left: 20px;
}

.sol-faq__item--open .sol-faq__answer-wrap {
    max-height: 600px;
    /* large enough for any answer */
    opacity: 1;
}

.sol-faq__answer {
    padding-bottom: 1.5rem;
    /* pb-6 */
    padding-right: 3rem;
    /* pr-12 */
    font-size: 1rem;
    /* text-base */
    line-height: 1.625;
    /* leading-relaxed */
    color: #475569;
    /* text-slate-600 */
    margin: 0;
}

@media (min-width: 768px) {
    .sol-faq__answer {
        font-size: 1.125rem;
        /* md:text-lg */
    }
}

/* ==========================================
   CONTACT FORM SECTION
   ========================================== */

.sol-contact__inner {
    position: relative;
}
.sol-contact__inner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(to right, #1D4681 0%, #F37932 50%, #1D4681 100%);
    border-radius: 8px;
}

.sol-contact__glow {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(243, 121, 50, 0.15) 0%, rgba(13, 31, 60, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.sol-contact__glow--top-right {
    top: -300px;
    right: -200px;
}

.sol-contact__glow--bottom-left {
    bottom: -300px;
    left: -200px;
}

.sol-contact__inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 48px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.sol-contact__header {
    text-align: center;
    margin-bottom: 40px;
}

.sol-contact__eyebrow {
    color: #F37932;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 12px;
}

.sol-contact__title {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 16px;
    line-height: 1.2;
}

.sol-contact__title-line--orange {
    color: #F37932;
}

.sol-contact__desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 500px;
}

.sol-contact__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.sol-contact__field--full {
    grid-column: span 2;
}

.sol-contact__label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.sol-contact__input,
.sol-contact__textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 14px 16px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: inherit;
    box-sizing: border-box;
}

.sol-contact__input:focus,
.sol-contact__textarea:focus {
    outline: none;
    border-color: #F37932;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 4px rgba(243, 121, 50, 0.1);
}

.sol-contact__textarea {
    resize: vertical;
    min-height: 120px;
}

.sol-contact__input::placeholder,
.sol-contact__textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.sol-contact__submit-wrap {
    grid-column: span 2;
    text-align: center;
    margin-top: 16px;
}

.sol-contact__submit {
    background: linear-gradient(to right, #F37932, #f59154);
    color: #fff;
    border: none;
    padding: 16px 48px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(243, 121, 50, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.sol-contact__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(243, 121, 50, 0.6);
    background: linear-gradient(to right, #f59154, #F37932);
}

.sol-contact__submit svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .sol-contact__form {
        grid-template-columns: 1fr;
    }
    .sol-contact__field--full {
        grid-column: span 1;
    }
    .sol-contact__submit-wrap {
        grid-column: span 1;
    }
    .sol-contact__inner {
        padding: 32px 24px;
    }
}