/* iPurveyAssure Solutions page — Figma layout */

body.pyn-figma-products .pyn-solutions-grid-band {
    position: relative;
    background: #FFFFFF;
    overflow: visible;
    border-bottom: 1px solid #E5EAE8;
}

/* Full visible grid — match Figma hero reference (no edge fade, no glow) */
body.pyn-figma-products .pyn-solutions-grid-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: transparent;
    background-image:
        linear-gradient(to right, #E5EAE8 1px, transparent 1px),
        linear-gradient(to bottom, #E5EAE8 1px, transparent 1px);
    background-size: 80px 80px;
    background-position: -1px -1px;
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

body.pyn-figma-products .pyn-solutions-hero-glow {
    display: none !important;
}

/* ── Hero (1280×512) ── */
body.pyn-figma-products .pyn-solutions-hero {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 512px;
    min-height: 512px;
    max-height: 512px;
    background: transparent;
    border-bottom: none;
    overflow: visible;
    flex: none;
    z-index: 1;
}

body.pyn-figma-products .pyn-solutions-hero-grid-bg {
    display: none;
}

body.pyn-figma-products .pyn-solutions-hero-shell {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    max-width: 1280px;
    height: 441.8px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(50% - 441.8px / 2 - 0.1px);
    padding: 96px 60px;
    box-sizing: border-box;
}

body.pyn-figma-products .pyn-solutions-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1160px;
    height: 249.8px;
    padding: 0;
    flex: 1 1 auto;
}

body.pyn-figma-products .pyn-solutions-badge-wrap {
    position: relative;
    width: 100%;
    height: 30.8px;
    flex: none;
    align-self: stretch;
}

body.pyn-figma-products .pyn-solutions-badge {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 0;
    top: 0;
    height: 30.8px;
    padding: 6px 16px;
    background: #E7F6EF;
    border: 1px solid rgba(0, 167, 157, 0.3);
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 1.792px;
    text-transform: uppercase;
    color: #00A79D;
}

body.pyn-figma-products .pyn-solutions-hero-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 711px;
    max-width: 100%;
    padding: 24px 0 0;
    flex: none;
}

body.pyn-figma-products .pyn-solutions-hero h1 {
    width: 673px;
    max-width: 100%;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -1.5px;
    color: #0B1512;
}

body.pyn-figma-products .pyn-solutions-hero-lead-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 756px;
    max-width: 100%;
    padding: 20px 0 0;
    flex: none;
    align-self: stretch;
}

body.pyn-figma-products .pyn-solutions-hero-lead {
    width: 100%;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: #45514C;
}

/* ── Product cards (1280×813) — white section, white cards ── */
body.pyn-figma-products .pyn-solutions-cards {
    position: relative;
    background: #FFFFFF;
    z-index: 1;
}

body.pyn-figma-products .pyn-solutions-cards-inner.container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 1280px;
    min-height: 813px;
    padding: 80px 60px;
    box-sizing: border-box;
}

body.pyn-figma-products .pyn-solutions-card-frame {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    max-width: 1160px;
    flex: none;
    align-self: stretch;
}

body.pyn-figma-products .pyn-solutions-card-frame-top {
    width: 1160px;
    max-width: 100%;
    height: 374px;
    min-height: 374px;
    max-height: 374px;
}

body.pyn-figma-products .pyn-solution-card-row {
    height: auto;
    min-height: 255px;
}

body.pyn-figma-products .pyn-solution-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 24px;
}

/* ── TravelAssist featured card (1160×374) ── */
body.pyn-figma-products .pyn-solution-card-featured {
    flex: 1 1 auto;
    width: 100%;
    height: 374px;
    min-height: 374px;
    max-height: 374px;
    padding: 24px;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-card-head {
    width: 100%;
    max-width: 1110px;
    height: 44px;
    flex: 0 0 44px;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-titles {
    height: 44px;
    justify-content: flex-start;
    gap: 0;
}

body.pyn-figma-products .pyn-solution-titles {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    min-width: 0;
    height: 44px;
}

body.pyn-figma-products .pyn-solution-titles h2 {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    letter-spacing: -0.4px !important;
    color: #0B1512 !important;
    -webkit-text-fill-color: #0B1512 !important;
}

body.pyn-figma-products .pyn-solution-titles p {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0 !important;
    color: #7D8B85 !important;
    -webkit-text-fill-color: #7D8B85 !important;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-desc-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1110px;
    padding-top: 24px;
    flex: 0 0 auto;
    box-sizing: border-box;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-desc-wrap .pyn-solution-desc {
    width: 100%;
    max-width: 1110px;
    margin: 0;
    padding-top: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #4A4A4A;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-partners {
    width: 100%;
    max-width: 1110px;
    padding-top: 24px;
    flex: 0 0 auto;
    box-sizing: border-box;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-partners-label {
    font-family: 'Inter', sans-serif;
    font-size: 11.2px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1.792px;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 1110px;
    max-width: 100%;
    padding-top: 12px;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-tag {
    flex: 0 0 auto;
    height: 30px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 16px;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-traveller-wrap {
    width: 100%;
    max-width: 1110px;
    padding-top: 24px;
    flex: 0 0 auto;
    align-self: stretch;
    box-sizing: border-box;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-traveller {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 114px;
    padding: 20px;
    box-sizing: border-box;
    background: #F0FDFD;
    border: 1px solid rgba(0, 167, 157, 0.12);
    border-radius: 12px;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-traveller-text {
    margin: 0;
    width: auto;
    max-width: none;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #0B1512;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-traveller-action {
    position: relative;
    width: 100%;
    height: 52px;
    flex: 0 0 52px;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-traveller-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: absolute;
    left: 0;
    top: 12px;
    width: 230px;
    height: 40px;
    padding: 10px 16px;
    box-sizing: border-box;
    background: #00A79D;
    background-image: none;
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: none;
    white-space: nowrap;
    filter: none;
    transition: none;
}

body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-traveller-btn:hover,
body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-traveller-btn:focus,
body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-traveller-btn:active {
    background: #00A79D !important;
    background-image: none !important;
    color: #FFFFFF !important;
    filter: none !important;
    transform: none !important;
    box-shadow: none !important;
}

body.pyn-figma-products .pyn-solution-card-row .pyn-solution-card {
    flex: 1 1 0;
    width: 370.67px;
    max-width: none;
    height: auto;
    min-height: 255px;
    overflow: visible;
}

body.pyn-figma-products .pyn-solution-card-row .pyn-solution-tags {
    flex-wrap: nowrap;
    gap: 6px;
}

body.pyn-figma-products .pyn-solution-card-row .pyn-solution-tag {
    flex-shrink: 0;
    height: auto;
    min-height: 28px;
    padding: 6px 8px;
    font-size: 11px;
    line-height: 14px;
    white-space: nowrap;
}

body.pyn-figma-products .pyn-solution-card--soon {
    position: relative;
}

body.pyn-figma-products .pyn-solution-badge-soon {
    position: absolute;
    top: 24px;
    right: 24px;
    bottom: auto;
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    background: rgba(194, 121, 10, 0.1);
    border: 1px solid rgba(194, 121, 10, 0.3);
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 12px;
    color: #C2790A;
    white-space: nowrap;
    z-index: 1;
}

body.pyn-figma-products .pyn-solution-tags--single-line {
    flex-wrap: nowrap !important;
    gap: 6px;
}

body.pyn-figma-products .pyn-solution-card--soon .pyn-solution-tags--single-line .pyn-solution-tag {
    padding: 6px 6px;
    font-size: 10px;
    line-height: 13px;
}

body.pyn-figma-products .pyn-solution-card-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: 44px;
    flex: none;
}

body.pyn-figma-products .pyn-solution-icon-wrap {
    position: relative;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: rgba(0, 167, 157, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.pyn-figma-products .pyn-solution-icon-wrap img {
    display: block;
    width: 24px;
    height: 24px;
}

body.pyn-figma-products .pyn-solution-icon-wrap--tradegrid img,
body.pyn-figma-products .pyn-icon-tradegrid {
    width: auto;
    height: 24px;
    max-width: 24px;
    object-fit: contain;
}

body.pyn-figma-products .pyn-solution-desc {
    margin: 0;
    padding-top: 24px;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #4A4A4A;
    flex: none;
}

body.pyn-figma-products .pyn-solution-card-row .pyn-solution-desc {
    min-height: 57px;
}

body.pyn-figma-products .pyn-solution-partners {
    padding-top: 24px;
    width: 100%;
    flex: none;
}

body.pyn-figma-products .pyn-solution-partners-label {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 11.2px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1.792px;
    text-transform: uppercase;
    color: #0D0D0D;
}

body.pyn-figma-products .pyn-solution-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    padding-top: 12px;
}

body.pyn-figma-products .pyn-solution-tag {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #E5EAE8;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #45514C;
}

body.pyn-figma-products .pyn-solution-traveller-btn img {
    display: block;
    flex-shrink: 0;
}

/* ── Solutions CTA band ── */
body.pyn-figma-products .pyn-solutions-cta-section {
    background: #fff;
}

body.pyn-figma-products .pyn-solutions-cta-section .pyn-figma-cta-wrap.container {
    isolation: isolate;
    padding: 60px !important;
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

body.pyn-figma-products .pyn-solutions-cta-section .pyn-figma-cta {
    height: 310px;
    min-height: 310px;
}

body.pyn-figma-products .pyn-solutions-cta-section .pyn-figma-cta h2 {
    font-weight: 600;
    letter-spacing: -0.9px;
    white-space: normal;
}

body.pyn-figma-products .pyn-solutions-cta-section .pyn-figma-cta-body > p {
    white-space: nowrap;
    max-width: none;
}

body.pyn-figma-products .pyn-solutions-cta-section .pyn-btn-ghost {
    font-weight: 500;
}

body.pyn-figma-products .mil-top-menu ul li.mil-active a {
    background: #F5F8F7;
}

body.pyn-figma-products .mil-wrapper {
    overflow: visible !important;
}

body.pyn-figma-products #smooth-content {
    overflow: visible !important;
}

body.pyn-figma-products .mil-top-panel {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
}

body.pyn-figma-products .progress-wrap {
    display: none !important;
}

@media (max-width: 1100px) {
    body.pyn-figma-products .pyn-solutions-hero-shell,
    body.pyn-figma-products .pyn-solutions-cards-inner.container,
    body.pyn-figma-products .pyn-solutions-cta-section .pyn-figma-cta-wrap.container {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    body.pyn-figma-products .pyn-solutions-hero {
        height: auto;
        min-height: 0;
        max-height: none;
        padding-bottom: 64px;
    }

    body.pyn-figma-products .pyn-solutions-hero-shell {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        height: auto;
        padding-top: 64px;
        padding-bottom: 0;
    }

    body.pyn-figma-products .pyn-solutions-hero-inner {
        height: auto;
    }

    body.pyn-figma-products .pyn-solutions-hero-heading,
    body.pyn-figma-products .pyn-solutions-hero h1,
    body.pyn-figma-products .pyn-solutions-hero-lead-wrap {
        width: 100%;
        max-width: 100%;
    }

    body.pyn-figma-products .pyn-solution-traveller-btn {
        position: static;
        margin-top: 12px;
    }

    body.pyn-figma-products .pyn-solution-traveller-action {
        height: auto;
    }

    body.pyn-figma-products .pyn-solutions-cards-inner.container {
        min-height: 0;
    }

    body.pyn-figma-products .pyn-solutions-card-frame-top {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
    }

    body.pyn-figma-products .pyn-solution-card-featured {
        height: auto;
        min-height: 0;
        max-height: none;
    }

    body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-tags {
        flex-wrap: wrap;
        width: 100%;
    }

    body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-traveller-btn {
        position: static;
        margin-top: 12px;
    }

    body.pyn-figma-products .pyn-solution-card-featured .pyn-solution-traveller-text {
        white-space: normal;
    }

    body.pyn-figma-products .pyn-solutions-grid-bg {
        height: auto;
        bottom: 0;
    }

    body.pyn-figma-products .pyn-solution-card-row .pyn-solution-tags {
        flex-wrap: wrap;
        gap: 8px;
    }

    body.pyn-figma-products .pyn-solution-card-row .pyn-solution-tag {
        font-size: 12px;
        line-height: 16px;
        padding: 6px 12px;
        white-space: normal;
    }

    body.pyn-figma-products .pyn-solution-card-row,
    body.pyn-figma-products .pyn-solution-card-row .pyn-solution-card {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    body.pyn-figma-products .pyn-solution-card-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
    }

    body.pyn-figma-products .pyn-solution-card-row .pyn-solution-card {
        flex: none !important;
        width: 100% !important;
        min-height: auto !important;
        overflow: visible !important;
    }

    body.pyn-figma-products .pyn-solution-card-row .pyn-solution-desc {
        min-height: 0 !important;
    }

    body.pyn-figma-products .pyn-solutions-card-frame {
        flex-direction: column !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    body.pyn-figma-products .pyn-solution-card-featured {
        flex: none !important;
        overflow: visible !important;
    }

    body.pyn-figma-products .pyn-solutions-cta-section .pyn-figma-cta {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
        align-items: stretch !important;
    }

    body.pyn-figma-products .pyn-solutions-cta-section .pyn-figma-cta-body {
        padding: 48px 32px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    body.pyn-figma-products .pyn-solutions-hero h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 640px) {
    body.pyn-figma-products .pyn-solutions-hero-shell {
        padding-top: 48px;
    }

    body.pyn-figma-products .pyn-solutions-cards-inner.container {
        padding-top: 48px;
        padding-bottom: 48px;
        gap: 16px !important;
    }

    body.pyn-figma-products .pyn-solution-card-row {
        gap: 12px !important;
    }

    body.pyn-figma-products .pyn-solution-card {
        padding: 20px !important;
    }

    body.pyn-figma-products .pyn-solutions-cta-section .pyn-figma-cta-wrap.container {
        padding: 48px 24px !important;
    }

    body.pyn-figma-products .pyn-solutions-cta-section .pyn-figma-cta-body {
        padding: 40px 24px !important;
    }

    body.pyn-figma-products .pyn-solutions-cta-section .pyn-figma-cta-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    body.pyn-figma-products .pyn-solutions-cta-section .pyn-figma-cta-actions a {
        width: 100% !important;
        justify-content: center !important;
    }

    body.pyn-figma-products .pyn-solutions-hero h1 {
        font-size: 32px;
        line-height: 40px;
    }
}
