/* ============================================
   RESPONSIVE STYLES - ALL PAGES
   ============================================ */

/* ============================================
   GLOBAL RESPONSIVE STYLES
   ============================================ */

/* Large Desktop */
@media (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }
    .hero h1 {
        font-size: 38px;
    }
}

/* Desktop */
@media (max-width: 1200px) {
    .container {
        padding: 0 32px;
    }
    .header-content {
        padding: 0 32px;
    }
    .nav-links {
        gap: 20px;
    }
    .hero h1 {
        font-size: 36px;
    }
    .hero p {
        font-size: 18px;
        padding: 0 20px;
    }
    .footer-links-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
    }
    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 20px;
    }
    .impact-divider {
        display: none;
    }
    .hiw-steps {
        gap: clamp(30px, 5vw, 80px);
    }
    .hiw-steps::before {
        left: 15%;
        right: 15%;
    }
    .how-step {
        width: 48%;
        margin-bottom: 60px;
    }
    .how-it-works-steps::before {
        left: 24px;
        right: 24px;
    }
    .featured-insight,
    .insight-horizontal,
    .latest-news {
        grid-template-columns: 1fr 1fr;
    }
    .hero-title {
        font-size: 40px;
    }
    .hero-container {
        gap: 40px;
    }
    .hero-image img {
        max-width: 550px;
    }
}

/* Tablet Landscape */
@media (max-width: 1024px) {
    .container {
        padding: 0 28px;
    }
    .header-content {
        padding: 0 28px;
    }
    .nav-links {
        gap: 16px;
    }
    .nav-link {
        font-size: 13px;
        padding: 16px 6px;
    }
    .dropdown-toggle {
        font-size: 13px;
    }
    .hero h1 {
        font-size: 32px;
        letter-spacing: -2px;
    }
    .hero p {
        font-size: 17px;
    }
    .cta-demo-btn {
        font-size: 20px;
        padding: 14px 28px;
    }
    .footer-logo {
        font-size: 42px;
    }
    .footer-links-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .footer-top-inner {
        gap: 32px;
    }
    .section-title {
        font-size: 32px;
    }
    .platform-grid {
        gap: 24px;
    }
    .principles-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .principles-title {
        font-size: 32px;
    }
    .cost-influence-columns {
        gap: 48px;
    }
    .roi-grid {
        gap: 16px;
    }
    .roi-card img {
        width: 150px;
    }
    .trusted-title {
        font-size: 36px;
        line-height: 46px;
    }
    .trusted-grid {
        gap: 20px;
    }
    .trusted-icon img {
        width: 80px;
    }
    .model-card {
        padding: 16px;
    }
    .inner-model-card {
        grid-template-columns: 1fr;
    }
    .model-column.right {
        border-radius: 0 0 16px 16px;
        margin-top: 16px;
    }
    .model-header {
        font-size: 18px;
        padding: 20px;
    }
    .model-col {
        padding: 16px;
    }
    .model-col h4 {
        font-size: 20px;
    }
    .model-col p {
        font-size: 15px;
        line-height: 24px;
    }
    .model-footer {
        font-size: 15px;
        line-height: 26px;
        padding: 0 10px;
    }
    .faq-title {
        font-size: 36px;
    }
    .faq-question {
        font-size: 16px;
    }
    .faq-answer {
        font-size: 15px;
        padding-bottom: 20px;
        width: 100%;
        margin: 0;
    }
    .faq-tab {
        font-size: 13px;
        padding: 6px 12px;
    }
    .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }
    .hero-text {
        min-width: 100%;
    }
    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-buttons {
        justify-content: center;
    }
    .hero-title {
        font-size: 36px;
    }
    .hero-image {
        justify-content: center;
    }
    .hero-image img {
        max-width: 80%;
    }
    .leaders-grid {
        grid-template-columns: 1fr;
    }
    .journey-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .journey-grid {
        grid-template-columns: 180px 1fr 1fr;
        gap: 16px;
    }
    .journey-header .journey-col,
    .journey-col.stage,
    .traditional-card,
    .happy-card {
        padding: 24px 16px;
    }
    .journey-img {
        width: 48px;
        height: 48px;
    }
    .cards {
        gap: 24px;
    }
    .why-choose-section {
        padding: 120px 32px;
    }
    .why-choose-header {
        margin-bottom: 40px;
    }
    .why-choose-header h2 {
        font-size: 34px;
    }
    .why-choose-header p {
        font-size: 18px;
        line-height: 30px;
    }
    .why-choose-bg {
        padding: 48px 24px;
        border-radius: 28px;
    }
    .why-choose-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .why-card {
        padding: 26px 22px;
    }
}

/* Tablet Portrait */
@media (max-width: 900px) {
    .nav-links {
        gap: 12px;
    }
    .nav-link {
        padding: 16px 4px;
        font-size: 12px;
    }
    .dropdown-toggle {
        font-size: 12px;
    }
    .hero {
        padding: 60px 0 30px;
    }
    .hero h1 {
        font-size: 30px;
    }
    .hero p {
        font-size: 16px;
        margin-bottom: 28px;
    }
    .hero-media {
        margin-top: 32px;
    }
    .hero-play-btn {
        width: 60px;
        height: 60px;
    }
    .hero-badge {
        font-size: 12px;
        padding: 6px 12px;
    }
    .footer-logo {
        font-size: 38px;
    }
    .footer-demo-text {
        font-size: 20px;
    }
    .how-steps {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    .how-steps::before {
        display: none;
    }
    .how-title {
        margin-bottom: 56px;
    }
    .pricing-logic-cards {
        grid-template-columns: 1fr;
    }
    .pricing-logic-card {
        font-size: 15px;
        padding: 24px 20px;
    }
    .commercial-steps {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .commercial-divider {
        display: none;
    }
    .commercial-step {
        padding: 0;
    }
    .engagement-models-cards {
        grid-template-columns: 1fr;
    }
    .pipeline-grid {
        grid-template-columns: 1fr;
    }
    .pipeline-metrics {
        margin-top: 32px;
    }
    .pipeline-title {
        font-size: 32px;
    }
    .msp-value-wrapper {
        grid-template-columns: 1fr;
    }
    .press-grid {
        grid-template-columns: 1fr;
    }
    .press-card {
        height: 300px;
    }
    .rpo-features {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* ============================================
   HEADER & NAVIGATION - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .container {
        padding: 0 24px;
    }
    .header-content {
        padding: 0 24px;
        height: 64px;
    }
    .menu-toggle {
        display: block;
        order: 3;
    }
    .nav {
        order: 2;
        flex: 1;
        justify-content: flex-end;
    }
    .nav-links {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        gap: 0;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        display: none;
        z-index: 999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .nav-links.active {
        display: flex;
    }
    .nav-link,
    .dropdown-toggle {
        width: 100%;
        padding: 18px 24px;
        font-size: 14px;
        text-align: left;
        justify-content: space-between;
        border-bottom: 1px solid #e5e7eb;
        border-radius: 0;
    }
    .nav-link:last-child,
    .dropdown-toggle:last-child {
        border-bottom: none;
    }
    .dropdown {
        width: 100%;
    }
    .dropdown-menu {
        position: static !important;
        left: auto !important;
        transform: none !important;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        background: #f8fafc;
        width: 100%;
        transition: max-height 0.3s ease;
        min-width: auto;
    }
    .dropdown.active .dropdown-menu {
        max-height: 300px;
        border-top: 1px solid #e5e7eb;
    }
    .dropdown-item {
        padding: 14px 40px;
        border-bottom: 1px solid #e5e7eb;
        font-size: 13px;
    }
    .desktop-only {
        display: none;
    }
    .logo {
        font-size: 18px;
        order: 1;
    }
}

/* ============================================
   HERO SECTIONS - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .hero {
        padding: 48px 0 24px;
    }
    .hero h1 {
        font-size: 28px;
        padding: 0 16px;
    }
    .hero p {
        font-size: 15px;
        padding: 0;
        margin-bottom: 24px;
    }
    .cta-demo-btn {
        font-size: 18px;
        padding: 12px 24px;
    }
    .hero-media {
        padding: 0 16px;
        margin-top: 24px;
    }
    .hero-media-card {
        border-radius: 16px;
    }
    .hero-play-btn {
        width: 56px;
        height: 56px;
    }
    .hero-badge {
        font-size: 11px;
        padding: 5px 10px;
    }
    .badge-left,
    .badge-right {
        top: 16px;
    }
    .badge-left {
        left: 16px;
    }
    .badge-right {
        right: 16px;
    }
    .badge-bottom {
        bottom: 16px;
    }
    .hero-title {
        font-size: 32px;
        letter-spacing: -1px;
    }
    .hero-description {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .btn-explore,
    .btn-architecture {
        width: 100%;
        max-width: 320px;
        font-size: 16px;
        justify-content: center;
    }
    .btn-explore {
        padding: 16px 20px 16px 28px;
    }
    .btn-architecture {
        padding: 16px 24px;
    }
    .icon-container {
        width: 32px;
        height: 32px;
    }
    .btn-icon {
        width: 16px;
        height: 16px;
    }
    .hero-section {
        padding: 60px 0 40px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 50px 0 30px;
    }
    .hero-title {
        font-size: 28px;
    }
    .hero-eyebrow {
        font-size: 14px;
    }
    .hero-description {
        font-size: 16px;
        line-height: 1.5;
    }
    .hero-container {
        width: 92%;
        gap: 40px;
    }
    .hero-buttons button {
        font-size: 15px;
    }
    .btn-explore {
        padding: 14px 18px 14px 24px;
    }
    .btn-architecture {
        padding: 14px 24px;
    }
    .icon-container {
        width: 30px;
        height: 30px;
    }
    .btn-icon {
        width: 14px;
        height: 14px;
    }
}

/* ============================================
   HOMEPAGE - PLATFORM SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .platform-section {
        padding: 72px 0;
    }
    .section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .platform-grid {
        grid-template-columns: 1fr;
    }
    .platform-card {
        padding: 28px;
    }
    .platform-card p {
        max-width: 100%;
    }
    .platform-card img {
        max-width: 220px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 24px;
    }
    .platform-card {
        padding: 24px;
        border-radius: 20px;
    }
    .platform-card h3 {
        font-size: 20px;
    }
}

/* ============================================
   HOMEPAGE - PROBLEMS & SOLUTIONS SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .problems-solutions .title {
        font-size: 36px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .cards {
        grid-template-columns: 1fr;
    }

    .problems-solutions {
        padding: 60px 16px;
    }

    .problems-solutions .title {
        font-size: 28px;
    }

    .divider {
        margin: 60px 0;
    }
}

/* ============================================
   HOMEPAGE - HOW IT WORKS SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 767px) {
    .hiw-steps {
        grid-template-columns: 1fr;
        gap: 48px;
        max-width: 400px;
    }
    .hiw-step {
        max-width: 100%;
    }
    .hiw-step:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: -32px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 32px;
        background: repeating-linear-gradient(
            to bottom,
            rgba(254, 254, 254, 0.25) 0 6px,
            transparent 6px 16px
        );
    }
    .hiw-icon {
        margin-bottom: 16px;
    }
    .hiw-steps::before {
        display: none;
    }
    .how-step {
        width: 100%;
    }
    .how-it-works-steps::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .hiw-section {
        padding: 48px 0;
    }
    .hiw-title {
        margin-bottom: 32px;
    }
    .hiw-steps {
        gap: 40px;
        margin-bottom: 32px;
    }
    .hiw-step:not(:last-child)::after {
        bottom: -24px;
        height: 24px;
    }
}

/* ============================================
   HOMEPAGE - IMPACT SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .impact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        justify-items: center;
    }
    .impact-item {
        padding: 0;
        align-items: center;
        text-align: center;
    }
    .impact-text {
        text-align: center;
        margin-left: 0;
        max-width: 100%;
    }
    .impact-desc {
        max-width: 300px;
    }
    .impact-section {
        padding: 50px 20px;
    }
    .impact-title {
        font-size: 32px;
        line-height: 42px;
    }
    .impact-value {
        font-size: 32px;
    }
    .impact-desc {
        font-size: 13px;
        line-height: 18px;
    }
    .impact-label {
        font-size: 16px;
    }
    .impact-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* ============================================
   HOMEPAGE - TRUSTED BY SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .trusted-by-logos {
        justify-content: center;
        gap: 32px;
    }
}

/* ============================================
   HOMEPAGE - FAQ SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .faq-section {
        padding: 64px 16px;
    }
    .faq-title {
        font-size: 28px;
    }
    .faq-eyebrow {
        font-size: 13px;
    }
    .faq-question {
        font-size: 15px;
        padding: 18px 0;
        flex-direction: row;
        align-items: left;
        gap: 12px;
    }
    .faq-answer {
        font-size: 14px;
        padding-bottom: 16px;
        width: 100%;
        margin: 0;
    }
    .faq-tabs {
        gap: 8px;
    }
    .faq-tab {
        padding: 6px 10px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 2px 0px;
    }
    .faq-title {
        font-size: 24px;
    }
    .faq-question {
        font-size: 14px;
        flex-direction: row;
        align-items: left;
        gap: 8px;
        padding: 14px 0;
    }
    .faq-icon {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
    .faq-answer {
        font-size: 13px;
        padding-bottom: 12px;
        width: 100%;
        margin: 0;
        line-height: 1.5;
    }
    .faq-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }
    .faq-tab {
        padding: 5px 8px;
        font-size: 11px;
    }
}

/* ============================================
   FOOTER - RESPONSIVE
   ============================================ */
/* ===============================
   TABLET (768px and below)
/* ===============================
   Footer Responsive Styles
================================= */

@media (max-width: 768px) {

    .footer-top {
        padding: 40px 0;
    }

    .footer-top-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 28px;
    }

    /* Brand Section */
    .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-brand .logo {
        order: 1;
        margin-bottom: 14px;
        justify-content: center;
        width: 100%;
    }

    .footer-brand .logo img {
        width: 180px;
        height: auto;
    }

    /* Powered By */
    .powered-by {
        order: 2;
        justify-content: center;
        margin-top: 8px;
    }

    .powered-logo {
        height: 20px;
    }

    .footer-tagline {
        order: 3;
        max-width: 100%;
    }

    .footer-meta {
        order: 4;
    }

    /* CTA Buttons */
    .footer-cta {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        margin-top: 10px;
    }

    .footer-demo-btn,
    .footer-sales-btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    /* Links Grid */
    .footer-links {
        padding: 40px 0;
    }

    .footer-links-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 24px;
    }

    /* Make CONNECT full width for better balance */
    .footer-col:last-child {
        grid-column: span 2;
        text-align: center;
    }

    .connect-linkedin-btn {
        justify-content: center !important;
        margin: 0 auto;
    }

    /* Bottom Section */
    .footer-bottom {
        padding: 20px 16px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
        width: 100%;
    }

    .footer-bottom-links,
    .footer-legal {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
    }

    .footer-copy {
        text-align: center;
        margin-top: 4px;
        white-space: normal;
    }

    .footer-bottom a {
        white-space: normal;
    }
}


/* ===============================
   MOBILE (480px and below)
   =============================== */
@media (max-width: 480px) {

    .footer-top {
        padding: 32px 0;
    }

    .footer-logo {
        font-size: 32px;
        letter-spacing: -2.5px;
        margin-bottom: 12px;
    }

    .footer-tagline,
    .footer-meta {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-links {
        padding: 32px 0;
    }

    .footer-links-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-col h4 {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .footer-col a {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .footer-bottom {
        padding: 18px 16px;
    }

    .footer-bottom-inner {
        gap: 12px;
        align-items: center;
        text-align: center;
    }

    .footer-bottom-links,
    .footer-legal {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .footer-bottom a {
        font-size: 12px;
    }

    .footer-copy {
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
        white-space: normal;
    }
}


/* ============================================
   PLATFORM PAGE - WHY THIS EXISTS SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .why-exists-section {
        padding: 60px 16px;
    }
    .why-exists-title {
        font-size: 28px;
        line-height: 36px;
    }
    .why-exists-description {
        font-size: 15px;
        line-height: 24px;
    }
}

/* ============================================
   PLATFORM PAGE - ARCHITECTURE SECTION - RESPONSIVE
   ============================================ */

@media (max-width: 768px) {

    /* Section spacing */
    .platform-architecture-section {
        padding: 60px 16px;
    }

    /* Card fit */
    .platform-architecture-card {
        padding: 32px 20px;
        border-radius: 20px;
    }

    /* Title scale */
    .platform-architecture-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 28px;
    }

    /* Flow layout */
    .architecture-flow {
        gap: 12px;
        flex-direction: column;
        align-items: stretch;
    }

    /* Boxes should fit screen */
    .architecture-box {
        width: 100%;
        min-width: unset; /* removes overflow issue */
        padding: 16px;
    }

    /* Show arrows vertically */
    .architecture-arrow {
        display: block;
        text-align: center;
        transform: rotate(90deg);
        margin: 6px 0;
    }
}





/* ============================================
   PLATFORM PAGE - HOW IT WORKS SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 767px) {
    .how-step {
        width: 100%;
    }
    .how-it-works-steps::before {
        display: none;
    }
}

/* ============================================
   PLATFORM PAGE - WHAT YOU CAN ACHIEVE SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .achieve-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .achieve-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 40px;
    }
    .achieve-card {
        padding: 28px 24px;
    }
}

@media (max-width: 600px) {
    .achieve-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .achieve-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 32px;
    }
    .achieve-eyebrow {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 16px;
    }
    .achieve-card {
        padding: 24px 20px;
        text-align: center;
    }
    .achieve-icon {
        margin: 0 auto 16px;
    }
    .achieve-card h4 {
        font-size: 16px;
    }
    .achieve-card p {
        font-size: 13px;
        line-height: 20px;
    }
}

/* ============================================
   PLATFORM PAGE - GOVERNANCE SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .governance-features {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* ============================================
   SOLUTIONS PAGE - UNIFIED PIPELINE SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
    .pipeline-grid {
        grid-template-columns: 1fr;
    }
    .pipeline-metrics {
        margin-top: 32px;
    }
    .pipeline-title {
        font-size: 32px;
    }
}

/* ============================================
   ENTERPRISES PAGE - BREAKDOWN SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .breakdown-features {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .breakdown-title {
        font-size: 36px;
        line-height: 46px;
    }
    .breakdown-eyebrow {
        font-size: 14px;
        line-height: 17px;
    }
    .breakdown-feature h4 {
        font-size: 16px;
    }
    .breakdown-feature p {
        font-size: 13px;
    }
    .breakdown-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .breakdown-section {
        padding: 60px 20px;
    }
    .breakdown-title {
        font-size: 28px;
        line-height: 36px;
    }
    .breakdown-feature h4 {
        font-size: 14px;
    }
    .breakdown-feature p {
        font-size: 12px;
    }
    .breakdown-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

/* ============================================
   ENTERPRISES PAGE - OPERATING MODEL SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 600px) {
    .operating-model-section {
        padding: 60px 15px;
    }
    .model-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 32px;
    }
    .model-col h4 {
        font-size: 18px;
    }
    .model-col p {
        font-size: 14px;
        line-height: 22px;
    }
    .model-footer {
        font-size: 14px;
        line-height: 22px;
    }
    .model-header {
        font-size: 16px;
        padding: 16px;
    }
}

/* ============================================
   ENTERPRISES PAGE - BUSINESS IMPACT SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .business-impact-section {
        padding: 96px 0;
    }
    .impact-heading {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: -1px;
        margin-bottom: 32px;
    }
    .impact-compare {
        gap: 24px;
    }
    .impact-card {
        padding: 40px 32px;
        border-radius: 36px;
    }
    .impact-card li {
        font-size: 15px;
        line-height: 1.45;
        margin-bottom: 24px;
    }
    .impact-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .business-impact-section {
        padding: 72px 0;
    }
    .impact-eyebrow {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .impact-heading {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.6px;
        margin-bottom: 28px;
    }
    .impact-compare {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .impact-card {
        padding: 32px 24px;
        border-radius: 28px;
    }
    .impact-card h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .impact-line {
        margin-bottom: 24px;
    }
    .divider-impact-line {
        margin: 20px 0;
    }
    .impact-card li {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .impact-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .impact-heading {
        font-size: 28px;
        line-height: 36px;
    }
    .impact-card {
        padding: 28px 20px;
    }
    .impact-card li {
        gap: 12px;
    }
    .impact-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

/* ============================================
   MSP PAGE - CHALLENGES SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .rpo-title {
        font-size: 36px;
        line-height: 46px;
    }
    .rpo-eyebrow {
        font-size: 14px;
        line-height: 17px;
    }
    .rpo-challenge-label {
        font-size: 13px;
    }
    .rpo-feature h4 {
        font-size: 16px;
    }
    .rpo-feature p {
        font-size: 13px;
    }
    .rpo-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .rpo-section {
        padding: 60px 20px;
    }
    .rpo-title {
        font-size: 28px;
        line-height: 36px;
    }
    .rpo-challenge-label {
        font-size: 12px;
    }
    .rpo-feature h4 {
        font-size: 14px;
    }
    .rpo-feature p {
        font-size: 12px;
    }
    .rpo-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

/* ============================================
   MSP PAGE - SUPPORT SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .msp-support-card {
        grid-template-columns: 1fr;
    }
    .msp-support-title {
        font-size: 36px;
        line-height: 46px;
    }
}

/* ============================================
   MSP PAGE - TRUSTED BY SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
    .msp-value-wrapper {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   CANDIDATES PAGE - WHY CHOOSE SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 640px) {
    .why-choose-section {
        padding: 90px 20px;
    }
    .why-choose-header {
        max-width: 100%;
        margin-bottom: 32px;
    }
    .why-choose-header h2 {
        font-size: 28px;
        line-height: 110%;
    }
    .why-choose-header p {
        font-size: 16px;
        line-height: 26px;
    }
    .why-choose-bg {
        padding: 36px 16px;
        border-radius: 24px;
    }
    .why-choose-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .why-card {
        padding: 24px 20px;
    }
    .why-card img {
       
        margin-bottom: 16px;
    }
    .why-card h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .why-card p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* ============================================
   CANDIDATES PAGE - CANDIDATE JOURNEY SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .journey-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .journey-header {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .journey-header .journey-col {
        border-radius: 18px;
        font-size: 18px;
        line-height: 26px;
    }
    .journey-row {
        margin-bottom: 28px;
    }
    .journey-col.stage {
        border-radius: 18px;
        font-size: 17px;
    }
    .traditional-card,
    .happy-card {
        border-radius: 18px;
        flex-direction: row;
        align-items: flex-start;
    }
    .traditional-card p,
    .happy-card p {
        font-size: 14px;
        line-height: 1.5;
    }
    .journey-img {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 480px) {
    .journey-title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 32px;
    }
    .journey-header .journey-col {
        padding: 20px 14px;
    }
    .journey-col.stage,
    .traditional-card,
    .happy-card {
        padding: 20px 14px;
    }
    .journey-img {
        width: 40px;
        height: 40px;
    }
}

/* ============================================
   INSIGHTS PAGE - INSIGHTS LISTING SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .insights-listing {
        padding: 60px 0;
    }
    .featured-insight {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 24px;
    }
    .featured-image img,
    .insight-horizontal img,
    .latest-news img {
        width: 100%;
        height: auto;
    }
    .featured-content h2,
    .horizontal-content h3 {
        font-size: 24px;
    }
    .insight-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .insight-grid > .insight-card::after {
        display: none;
    }
    .insight-horizontal {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .latest-news {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px;
    }
    .news-content h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .latest-insights-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .insight-divider {
        display: none;
    }
}

@media (max-width: 576px) {
    .insights-listing {
        padding: 48px 0;
    }
    .container {
        padding: 0 16px;
    }
    .featured-content h2,
    .horizontal-content h3 {
        font-size: 22px;
        line-height: 1.35;
    }
    .insight-card-content h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .featured-image img,
    .insight-card img,
    .insight-horizontal img,
    .latest-news img {
        height: auto;
        border-radius: 12px;
    }
    .meta-row,
    .news-meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .featured-insight-date {
        text-align: left;
    }
    .insight-tag {
        font-size: 13px;
        padding: 3px 6px;
    }
    .featured-insight {
        margin-bottom: 56px;
    }
    .latest-news {
        padding: 20px;
        border-radius: 14px;
    }
    .news-content p {
        font-size: 13px;
    }
}

/* ============================================
   INSIGHTS PAGE - ARTICLE SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .insight-article-title {
        font-size: 30px;
    }
    .insight-featured-image {
        height: 360px;
    }
    .insight-article-content {
        max-width: 100%;
    }
}

/* ============================================
   INSIGHTS PAGE - PRESS SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
    .press-grid {
        grid-template-columns: 1fr;
    }
    .press-card {
        height: 300px;
    }
}

/* ============================================
   ENGAGEMENT MODELS PAGE - COST INFLUENCE SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .cost-influence-section {
        padding: 60px 16px;
    }
    .cost-influence-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .cost-influence-columns {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    .cost-influence-list {
        max-width: 420px;
        width: 100%;
    }
    .cost-influence-list li {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width: 480px) {
    .cost-influence-title {
        font-size: 22px;
        line-height: 30px;
    }
    .cost-influence-list li {
        font-size: 15px;
        line-height: 28px;
    }
}

/* ============================================
   ENGAGEMENT MODELS PAGE - ROI SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .roi-section {
        padding: 60px 16px;
    }
    .roi-title {
        font-size: 24px;
        line-height: 32px;
    }
    .roi-subtitle {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 32px;
    }
    .roi-grid {
        grid-template-columns: 1fr;
    }
    .roi-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .roi-card img {
        width: 140px;
    }
    .roi-card span {
        font-size: 15px;
        line-height: 26px;
    }
    .roi-quote {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .roi-title {
        font-size: 22px;
    }
    .roi-card img {
        width: 120px;
    }
    .roi-quote {
        font-size: 16px;
        line-height: 28px;
    }
}

/* ============================================
   ENGAGEMENT MODELS PAGE - TRUSTED SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .trusted-section {
        padding: 60px 16px;
    }
    .trusted-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 32px;
        letter-spacing: -0.5px;
    }
    .trusted-grid {
        grid-template-columns: 1fr;
    }
    .trusted-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .trusted-icon img {
        width: 72px;
        margin-bottom: 8px;
    }
    .trusted-content h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .trusted-content p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .trusted-title {
        font-size: 24px;
        line-height: 32px;
    }
    .trusted-icon img {
        width: 64px;
    }
}

/* ============================================
   COMPANY PAGE - LEADERS SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .leaders-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   COMPANY PAGE - CAREERS SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .career-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   CONTACT US SECTION - RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .contact-section {
        padding: 60px 30px 80px;
        background: radial-gradient(
            80% 60% at 50% -10%,
            rgba(94, 176, 239, 0.5) 0%,
            rgba(255, 255, 255, 0) 100%
        );
    }
    .contact-header h1 {
        font-size: 32px;
        line-height: 44px;
    }
    .contact-header p {
        font-size: 16px;
        line-height: 1.5;
    }
    .contact-card {
        padding: 32px 32px 40px;
        border-radius: 20px;
    }
    .form-title {
        font-size: 24px;
        margin-bottom: 28px;
    }
    .form-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .form-field.full {
        grid-column: span 1;
    }
    .form-field input,
    .dropdown-header {
        height: 38px;
        font-size: 15px;
        padding: 4px 10px;
    }
    .form-field.full textarea {
        height: 130px;
        font-size: 15px;
        padding: 10px;
    }
    .dropdown-list li {
        font-size: 15px;
        padding: 6px 10px;
    }
    .send-message-btn {
        max-width: 100%;
        padding: 14px 28px;
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 40px 16px 60px;
        background: radial-gradient(
            100% 60% at 50% -20%,
            rgba(94, 176, 239, 0.5) 0%,
            rgba(255, 255, 255, 0) 100%
        );
    }
    .contact-header h1 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 16px;
    }
    .contact-header p {
        font-size: 14px;
        line-height: 1.4;
    }
    .contact-card {
        padding: 24px 16px 32px;
        border-radius: 16px;
    }
    .form-title {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .form-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .form-field input,
    .dropdown-header {
        height: 36px;
        font-size: 14px;
        padding: 4px 10px;
    }
    .form-field.full textarea {
        height: 120px;
        font-size: 14px;
        padding: 8px 10px;
    }
    .dropdown-list li {
        font-size: 14px;
        padding: 6px 8px;
    }
    .send-message-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* ============================================
   SMALL MOBILE BREAKPOINTS
   ============================================ */
@media (max-width: 480px) {
    .container {
        padding: 0 20px;
    }
    .header-content {
        padding: 0 20px;
        height: 60px;
    }
    .nav-links {
        top: 60px;
    }
    .logo {
        font-size: 16px;
    }
    .menu-toggle {
        font-size: 22px;
        padding: 6px;
    }
    .hero {
        padding: 48px 0 24px;
    }
    .hero h1 {
        font-size: 24px;
        letter-spacing: -1.5px;
        margin-bottom: 20px;
    }
    .hero p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .cta-demo-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
    .cta-demo-icon {
        padding: 8px;
    }
    .hero-media {
        margin-top: 20px;
        padding: 0 12px;
    }
    .hero-media-card {
        border-radius: 12px;
    }
    .hero-play-btn {
        width: 48px;
        height: 48px;
    }
    .hero-badge {
        font-size: 10px;
        padding: 4px 8px;
        display: none;
    }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
    .container {
        padding: 0 16px;
    }
    .header-content {
        padding: 0 16px;
    }
    .hero h1 {
        font-size: 22px;
    }
    .hero p {
        font-size: 13px;
    }
    .cta-demo-btn {
        font-size: 15px;
        padding: 8px 16px;
    }
    .footer-logo {
        font-size: 28px;
    }
    .footer-demo-text {
        font-size: 18px;
    }
    .hero-title {
        font-size: 24px;
    }
    .hero-buttons button {
        font-size: 14px;
    }
    .btn-explore {
        padding: 12px 16px 12px 20px;
    }
    .btn-architecture {
        padding: 12px 20px;
    }
    .icon-container {
        width: 28px;
        height: 28px;
    }
    .btn-icon {
        width: 12px;
        height: 12px;
    }
    .hiw-container {
        padding: 0 12px;
    }
    .hiw-title {
        font-size: 24px;
        line-height: 1.3;
    }
    .hiw-step-title {
        font-size: 16px;
    }
    .hiw-step-desc {
        font-size: 14px;
    }
    .cost-influence-title {
        font-size: 22px;
        line-height: 30px;
    }
    .cost-influence-list li {
        font-size: 15px;
        line-height: 28px;
    }
    .roi-title {
        font-size: 22px;
    }
    .roi-card img {
        width: 120px;
    }
    .roi-quote {
        font-size: 16px;
        line-height: 28px;
    }
    .trusted-title {
        font-size: 24px;
        line-height: 32px;
    }
    .trusted-icon img {
        width: 64px;
    }
    .why-choose-header h2 {
        font-size: 24px;
    }
    .why-choose-header p {
        font-size: 15px;
    }
}

/* ============================================
   SPECIALTY BREAKPOINTS
   ============================================ */
/* Large Desktop Breakpoint */
@media (min-width: 1440px) {
    .hiw-container {
        max-width: 1400px;
    }
    .hiw-steps {
        max-width: 1300px;
    }
}

/* High DPI/Retina Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hiw-steps::before,
    .hiw-step:not(:last-child)::after {
        border-width: 1.5px;
    }
}

/* Print Styles */
@media print {
    .header,
    .menu-toggle,
    .request-demo-btn,
    .cta-demo-btn,
    .hero-play-btn,
    .footer-cta,
    .footer-sales-btn {
        display: none !important;
    }
    .nav-links {
        display: none !important;
    }
    body {
        font-size: 12pt;
        line-height: 1.5;
    }
    .container {
        max-width: 100%;
        padding: 0;
    }
    .hero,
    .footer {
        background: none !important;
        color: #000 !important;
    }
    .footer a {
        color: #000 !important;
    }
    .hiw-section {
        color: #000;
        background: #fff;
        padding: 40px 0;
    }
    .hiw-subtitle,
    .hiw-title,
    .hiw-step-title {
        color: #000;
    }
    .hiw-step-desc {
        color: rgba(0, 0, 0, 0.8);
    }
    .hiw-icon {
        background: #fff;
        color: #000;
        border: 2px solid #000;
        box-shadow: none;
    }
    .hiw-steps::before,
    .hiw-step:not(:last-child)::after {
        border-color: #000;
    }
    .hiw-cta {
        display: none;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .nav-link:hover,
    .nav-link.active {
        background: #043A53;
        color: white;
        border-bottom-color: #043A53;
    }
    .hero-badge {
        background: #043A53;
        color: white;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .hero-content,
    .hero-media-image {
        animation: none !important;
    }
}

/* ============================================
   ADDITIONAL RESPONSIVE FIXES
   ============================================ */

/* Fix for How It Works Steps on Mobile */
@media (max-width: 767px) {
    .hiw-steps::before {
        display: none;
    }
    .hiw-step:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: -32px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 32px;
        background: repeating-linear-gradient(
            to bottom,
            rgba(254, 254, 254, 0.25) 0 6px,
            transparent 6px 16px
        );
    }
}

/* Fix for Request Demo Button on Mobile */
@media (max-width: 768px) {
    .request-demo-btn {
        padding: 10px 12px;
        height: 40px;
    }
    .request-demo-btn .btn-text {
        font-size: 12px;
    }
    .request-demo-btn .btn-icon {
        width: 24px;
        height: 24px;
    }
}

/* Fix for Hero Media on Very Small Screens */
@media (max-width: 400px) {
    .hero-media-card {
        aspect-ratio: 4/3;
    }
}

/* Fix for Footer CTA Buttons on Mobile */
@media (max-width: 480px) {
    .footer-demo-btn,
    .footer-sales-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    .footer-demo-text {
        font-size: 16px;
    }
    .footer-demo-icon {
        width: 24px;
        height: 24px;
    }
}

/* Fix for Platform Cards on Small Screens */
@media (max-width: 360px) {
    .platform-card {
        padding: 20px 16px;
        border-radius: 16px;
    }
    .platform-card h3 {
        font-size: 18px;
    }
    .platform-card p {
        font-size: 14px;
    }
}

/* Fix for Impact Grid on Very Small Screens */
@media (max-width: 320px) {
    .impact-grid {
        gap: 30px;
    }
    .impact-value {
        font-size: 28px;
    }
    .impact-label {
        font-size: 14px;
    }
    .impact-desc {
        font-size: 12px;
    }
}

/* Fix for FAQ Tabs on Very Small Screens */
@media (max-width: 320px) {
    .faq-tabs {
        flex-direction: column;
        align-items: center;
    }
    .faq-tab {
        width: 100%;
        text-align: center;
    }
}

/* Fix for Contact Form on Very Small Screens */
@media (max-width: 320px) {
    .contact-card {
        padding: 16px 12px 24px;
    }
    .form-field input,
    .dropdown-header {
        height: 32px;
        font-size: 12px;
    }
    .form-field.full textarea {
        height: 90px;
        font-size: 12px;
    }
}

.trusted-by-section {
  padding: 60px 0;
  background: #fff;
  overflow: hidden;
}

.trusted-by-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
}

.trusted-by-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.trusted-by-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: scroll-logos 25s linear infinite;
  will-change: transform; /* smoother animation */
}


.trusted-by-track img {
  height: 80px;
  max-width: 180px; 
  width: auto;
  object-fit: contain;  
  flex-shrink: 0; 
  display: block;
}

.logo-item {
  height: 80px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-item img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}


.trusted-by-track img:hover {
  /* filter: grayscale(0%); */
  opacity: 1;
  transform: scale(1.05);
}


@media (max-width: 768px) {
    .hero-container {
        flex-direction: column;
        align-items: center;  
        text-align: center;  
    }
    .hero-text {
        align-items: center;  
    }
    .hero-image {
        justify-content: center; 
        margin-top: 24px;       
    }
}




/* Animation */
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


@media (max-width: 768px) {
  .demo-section {
    padding: 60px 20px;
  }

  .demo-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    min-height: auto;
  }

  .demo-left {
    text-align: center;
  }

  .demo-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .demo-form {
    margin: 0 auto;
  }
}



@media (max-width: 768px) {

    .hero-upload {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .hero-upload input[type="file"] {
        width: 100%;
    }

    .upload-btn {
        width: 100%;
        justify-content: center;
    }

    .governance-badges {
        gap: 10px;
    }
}


/*@media (max-width: 768px) {

  .footer-links-grid .footer-col:first-child {
      order: 999;
  }

  .enterprise-divider {
      margin: 24px 0 16px;
  }


  .enterprise-logos {
      justify-content: center;
      gap: 14px;
  }

  
  .enterprise-logos img {
      height: 42px;
  }
}*/


@media (max-width: 768px) {

  .enterprise-divider {
      margin: 20px 0 14px;
  }

  .enterprise-logos {
      display: flex;
      justify-content: flex-start; 
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 10px;
  }

  .enterprise-logos img {
      height: 42px;
  }
}

@media (max-width: 768px) {
  .platform-demo-form-connected {
    flex-direction: row;
    width: 100%;
  }

  .platform-demo-button-connected {
    width: 50px; 
  }
}