/* Partnership page */

.partnership-page {
    background: #ffffff;
}

.partnership-page .nav-link.active {
    background: rgba(46, 137, 230, 0.1);
    color: #1a5db8 !important;
}

.partnership-hero {
    position: relative;
    min-height: 720px;
    padding: 135px 0 330px;
    overflow: hidden;
    background: #ffffff;
}

.partnership-hero .container {
    position: relative;
    z-index: 1;
}

.partnership-workflow-diagram {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 100%;
    height: 360px;
    max-width: 1440px;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0.76;
}

.workflow-threads path {
    fill: none;
    stroke: url(#migrationRouteFade);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-dasharray: 6 9;
    animation: migration-route-flow 14s linear infinite;
}

.workflow-points circle {
    fill: rgba(46, 137, 230, 0.82);
}

.milestone-card {
    fill: #ffffff;
    stroke: none;
    filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.1));
}

.milestone-icon-tile {
    fill: #e7f2fd;
    stroke: none;
}

.journey-milestone .milestone-icon {
    fill: none;
    stroke: rgba(26, 93, 184, 0.88);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.journey-milestone text {
    fill: rgba(30, 41, 59, 0.86);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12.5px;
    font-weight: 750;
    text-anchor: start;
}

.workflow-hub-pulse {
    fill: rgba(46, 137, 230, 0.1);
    stroke: none;
    transform-box: fill-box;
    transform-origin: center;
    animation: destination-arrival 4.8s ease-out infinite;
}

.workflow-hub-surface {
    fill: rgba(255, 255, 255, 0.98);
    stroke: none;
    filter: drop-shadow(0 10px 18px rgba(46, 137, 230, 0.16));
}

@keyframes migration-route-flow {
    to {
        stroke-dashoffset: -44;
    }
}

@keyframes destination-arrival {
    0%, 58% {
        opacity: 0;
        transform: scale(0.7);
    }

    66% {
        opacity: 0.7;
    }

    88%, 100% {
        opacity: 0;
        transform: scale(1.9);
    }
}

@media (max-width: 768px) {
    .partnership-hero {
        min-height: 650px;
        padding-bottom: 250px;
    }

    .partnership-workflow-diagram {
        bottom: 18px;
        width: 100%;
        height: 220px;
        opacity: 0.58;
    }
}

@media (prefers-reduced-motion: reduce) {
    .workflow-threads path {
        animation: none;
    }

    .workflow-points,
    .workflow-hub-pulse {
        display: none;
    }
}

.partnership-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: stretch;
}

.partnership-hero-copy h1,
.partnership-section-header h4,
.partnership-split h2,
.partnership-cta-card h2 {
    color: #0f172a !important;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
}

.partnership-hero-copy h1 {
    font-size: clamp(1.6rem, 3.2vw, 3rem);
    margin: 0 0 20px;
    max-width: 980px;
}

.partnership-hero-copy p,
.partnership-section-header p,
.partnership-split > div > p,
.partnership-cta-card p {
    color: #475569 !important;
    font-size: 1.12rem;
    line-height: 1.75;
    max-width: 720px;
}

.partnership-hero-copy p {
    max-width: 900px;
    color: #334155 !important;
    font-size: 1.28rem;
    line-height: 1.85;
    font-weight: 600;
}

.partnership-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.partnership-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: transparent;
    color: #64748b !important;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.extension-brand-lockup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.extension-brand-logo {
    height: 54px;
    width: auto;
}

.extension-feature-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
    max-width: 1040px;
    width: 100%;
}

.extension-feature-tile {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 84px;
    padding: 18px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.extension-feature-tile i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 1.45rem;
}

.extension-feature-tile span {
    color: #061b49 !important;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.15;
}

.partnership-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 34px;
}

.partnership-primary-btn,
.partnership-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.partnership-primary-btn {
    background: linear-gradient(135deg, #2E89E6 0%, #1a5db8 100%);
    color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(46, 137, 230, 0.24);
}

.partnership-primary-btn span,
.partnership-primary-btn i {
    color: #ffffff !important;
}

.partnership-secondary-btn {
    border: 1px solid #dbe5ef;
    color: #0f172a !important;
    background: #ffffff;
}

.partnership-primary-btn:hover,
.partnership-secondary-btn:hover {
    transform: translateY(-2px);
}

.partnership-secondary-btn:hover {
    border-color: rgba(46, 137, 230, 0.35);
}

.partnership-product-panel {
    position: relative;
    width: min(100%, 1360px);
    justify-self: center;
    -webkit-tap-highlight-color: transparent;
}

.partnership-product-panel,
.partnership-product-panel * {
    -webkit-touch-callout: none;
}

.partnership-product-panel,
.partnership-product-panel:focus,
.partnership-product-panel:focus-visible,
.partnership-product-panel:focus-within,
.partnership-product-panel:active {
    outline: none !important;
    box-shadow: none !important;
}

.partnership-product-panel *,
.partnership-product-panel *:focus,
.partnership-product-panel *:focus-visible,
.partnership-product-panel *:focus-within,
.partnership-product-panel *:active {
    outline: none !important;
}

.extension-browser,
.extension-browser:focus,
.extension-browser:focus-visible,
.extension-browser:focus-within,
.extension-browser:active {
    border-color: rgba(255, 255, 255, 0.95) !important;
}

.browser-extension-section {
    background: #ffffff;
    padding-top: 94px;
}

.browser-extension-section .container {
    max-width: 1408px;
    padding-left: 32px;
    padding-right: 32px;
}

.extension-section-header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.extension-section-header p {
    margin-left: auto;
    margin-right: auto;
}

.extension-browser {
    background: #ffffff;
    border: 6px solid rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    box-shadow: 0 38px 100px rgba(15, 23, 42, 0.16);
    overflow: hidden;
    min-height: 812px;
}

.extension-browser-tabs {
    height: 54px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 22px;
    background: #f8fafc;
    border-bottom: 1px solid #e5edf6;
}

.browser-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 250px;
    max-width: 300px;
    height: 38px;
    padding: 0 14px;
    border-radius: 14px 14px 0 0;
    background: #ffffff;
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: 0 -1px 0 rgba(226, 232, 240, 0.7) inset;
}

.browser-tab span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.browser-tab-logo,
.preview-logo-icon,
.browser-extension-logo {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
    display: block;
}

.browser-plus {
    color: #475569 !important;
    font-size: 1.35rem;
}

.extension-browser-bar {
    height: 52px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 22px;
    background: #ffffff;
    border-bottom: 1px solid #edf2f7;
    color: #64748b;
}

.browser-url {
    flex: 1;
    min-width: 0;
    height: 34px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 700;
}

.browser-url span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0f172a !important;
}

.browser-extension-logo {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
}

.extension-browser-body {
    position: relative;
    min-height: 675px;
    background: #cfcfcf;
}

.immi-preview {
    min-height: 788px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.immi-topbar {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 0 28px;
    background: linear-gradient(90deg, #173769 0%, #0f7aa0 100%);
    color: #ffffff;
}

.immi-gov-mark {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

.immi-gov-mark img {
    width: 158px;
    height: auto;
    display: block;
    object-fit: contain;
}

.immi-topbar h2 {
    margin: 0;
    color: #ffffff !important;
    font-size: 3.05rem;
    font-weight: 600;
    letter-spacing: 0;
}

.immi-subbar {
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background: #18366a;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.immi-subbar strong {
    color: #ffffff;
    font-size: 0.82rem;
}

.immi-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    min-height: 632px;
}

.immi-form {
    padding: 16px 14px 38px;
    background: #ffffff;
}

.immi-progress-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 260px;
    align-items: center;
    margin: 0 0 28px;
}

.immi-progress {
    height: 6px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    background: #efefef;
    overflow: hidden;
}

.immi-progress span {
    display: block;
    width: 14%;
    height: 100%;
    background: #2c90ed;
}

.immi-progress-row strong {
    color: #000;
    font-size: 0.78rem;
}

.immi-form h3,
.immi-form-section h4 {
    color: #001b4d !important;
    font-weight: 400;
    margin: 0;
}

.immi-form h3 {
    font-size: 1.25rem;
    margin-bottom: 6px;
}

.immi-warning {
    max-width: 760px;
    color: #000 !important;
    font-size: 0.82rem;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 24px;
}

.immi-form-section {
    margin-top: 20px;
}

.immi-form-section h4 {
    font-size: 1.18rem;
    margin-bottom: 6px;
}

.immi-form-section h4 i,
.immi-radio-row i,
.immi-field i {
    color: #18366a;
    font-size: 0.72rem;
}

.immi-form-section p,
.immi-help {
    color: #000 !important;
    font-size: 0.78rem;
    margin: 0 0 12px;
}

.immi-field {
    display: grid;
    grid-template-columns: 230px minmax(170px, 310px) 20px;
    gap: 8px;
    align-items: center;
    margin-bottom: 6px;
    font-size: 0.78rem;
}

.immi-field label,
.immi-radio-row label {
    color: #000;
    font-size: 0.78rem;
}

.immi-field input,
.immi-field select {
    height: 20px;
    width: 100%;
    border: 1px solid #bcbcbc;
    background: #ffffff;
    color: #000;
    font: inherit;
    font-size: 0.78rem;
    padding: 1px 4px;
    outline: none;
}

.immi-field input:focus,
.immi-field select:focus,
.immi-field.focused input {
    border-color: #bcbcbc !important;
    box-shadow: none !important;
}

.immi-field input,
.immi-field select,
.immi-radio-row {
    transition: background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.immi-field.autofill-complete input,
.immi-field.autofill-complete select {
    border-color: #8fc4f4;
    background: #f2f8fe;
    box-shadow: 0 0 0 2px rgba(46, 137, 230, 0.08);
}

.immi-radio-row.autofill-complete {
    background: #f2f8fe;
    box-shadow: 0 0 0 4px #f2f8fe;
}

.immi-field.short input {
    max-width: 150px;
}

.immi-field.small input {
    max-width: 90px;
}

.immi-field.select select {
    max-width: 430px;
    border-radius: 6px;
    background: linear-gradient(#ffffff, #f5f5f5);
}

.immi-radio-row {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 6px;
    font-size: 0.78rem;
    color: #000;
}

.immi-radio-row label {
    color: #000 !important;
}

.immi-radio-row > label:first-child {
    min-width: 230px;
}

.immi-radio-row input[type="radio"] {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #2c90ed;
}

.immi-right-rail {
    background: #c9c9c9;
    border-left: 1px solid #b3b3b3;
}

.immi-rail-block {
    background: #ffffff;
    border-bottom: 16px solid #c9c9c9;
}

.immi-rail-block h4 {
    margin: 0 0 12px;
    padding: 8px 12px;
    color: #ffffff !important;
    background: #18366a;
    font-size: 0.82rem;
}

.immi-rail-block a {
    display: block;
    padding: 0 12px;
    color: #001b4d;
    font-size: 0.78rem;
    line-height: 1.2;
    text-decoration: underline;
}

.visa-sidebar {
    padding: 26px 22px;
    border-right: 1px solid #edf2f7;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.visa-sidebar-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #061b49;
    font-weight: 800;
    font-size: 1.4rem;
}

.application-progress {
    margin: 28px 0 26px;
}

.application-progress > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.72rem;
    font-weight: 700;
}

.application-progress span {
    color: #061b49 !important;
}

.application-progress strong {
    color: #475569;
    white-space: nowrap;
}

.progress-track {
    height: 6px;
    margin-top: 10px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.progress-track span {
    display: block;
    width: 34%;
    height: 100%;
    border-radius: inherit;
    background: #2563eb;
}

.visa-menu {
    display: grid;
    gap: 10px;
}

.visa-menu span {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 10px;
    border-radius: 10px;
    color: #334155 !important;
    font-size: 0.76rem;
    font-weight: 700;
}

.visa-menu span.active {
    color: #2563eb !important;
    background: #eaf2ff;
}

.visa-form-area {
    padding: 30px 280px 28px 30px;
    background: #ffffff;
}

.visa-form-area h2 {
    color: #061b49 !important;
    font-size: 1.55rem;
    margin: 0 0 6px;
}

.visa-form-area > p {
    color: #475569 !important;
    font-size: 0.82rem;
    margin: 0 0 22px;
}

.form-panel {
    padding: 18px 18px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    margin-bottom: 16px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.form-panel h3 {
    color: #061b49 !important;
    font-size: 1rem;
    margin: 0 0 14px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}

.address-panel .form-grid {
    grid-template-columns: 1.4fr 0.8fr 0.8fr 0.65fr;
}

.form-grid label {
    color: #061b49;
    font-size: 0.68rem;
    font-weight: 800;
}

.form-grid label span {
    display: block;
    margin-top: 6px;
    padding: 10px 11px;
    min-height: 38px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #0f172a !important;
    background: #ffffff;
    font-size: 0.76rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.autofill-assistant {
    position: absolute;
    top: 0;
    right: 48px;
    width: 362px;
    padding: 28px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.18);
    border: 1px solid #e2e8f0;
    transform: translateY(22px);
    z-index: 6;
}

.assistant-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.assistant-header .visa-sidebar-logo {
    font-size: 1.25rem;
}

.assistant-header .preview-logo-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
}

.autofill-assistant h3 {
    color: #061b49 !important;
    font-size: 1.16rem;
    margin: 0 0 10px;
}

.linked-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 7px;
    background: #dcfce7;
    color: #15803d !important;
    font-size: 0.68rem;
    font-weight: 800;
}

.autofill-assistant > p {
    color: #475569 !important;
    font-size: 0.76rem;
    line-height: 1.55;
    margin: 12px 0 14px;
}

.assistant-match {
    display: grid;
    grid-template-columns: 24px 1fr 18px;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    margin-bottom: 8px;
}

.assistant-match i:first-child {
    color: #64748b;
}

.assistant-match i:last-child {
    color: #22c55e;
}

.assistant-match strong {
    display: block;
    color: #061b49;
    font-size: 0.73rem;
}

.assistant-match span {
    color: #64748b !important;
    font-size: 0.66rem;
    font-weight: 700;
}

.matched-total {
    display: block;
    color: #2563eb;
    font-size: 0.8rem;
    margin: 14px 0 12px;
}

.autofill-button,
.review-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 38px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
}

.autofill-button {
    position: relative;
    overflow: hidden;
    border: 0;
    background: #2563eb;
    color: #ffffff;
    margin-bottom: 8px;
}

.autofill-button::after {
    content: "";
    position: absolute;
    top: -45%;
    bottom: -45%;
    left: -35%;
    width: 24%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    transform: skewX(-18deg);
    animation: autofill-button-shine 5.5s ease-in-out infinite;
    pointer-events: none;
}

.autofill-button.is-running::after,
.autofill-button.is-complete::after {
    animation: none;
    opacity: 0;
}

@keyframes autofill-button-shine {
    0%,
    60% {
        left: -35%;
    }

    82%,
    100% {
        left: 115%;
    }
}

.autofill-button:disabled {
    cursor: wait;
    opacity: 0.82;
}

.autofill-review-status {
    display: none;
    align-items: flex-start;
    gap: 7px;
    margin: 2px 0 10px !important;
    padding: 9px 10px;
    border-radius: 8px;
    background: #f0fdf4;
    color: #166534 !important;
    font-size: 0.68rem !important;
    line-height: 1.45 !important;
    font-weight: 700;
}

.autofill-review-status.is-visible {
    display: flex;
}

.autofill-review-status i {
    margin-top: 2px;
}

.review-button {
    background: #ffffff;
    color: #061b49;
}

@media (prefers-reduced-motion: reduce) {
    .autofill-button::after {
        animation: none;
    }
}

.partnership-section {
    padding: 86px 0;
}

.partnership-section-header {
    max-width: 840px;
    margin-bottom: 42px;
}

.partnership-section-header h2,
.partnership-split h2,
.partnership-cta-card h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    margin: 16px 0 18px;
}

/* ── Process section ── */
.process-section {
    background: #ffffff;
}

.process-split {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 88px;
    align-items: start;
}

.process-copy {
    position: sticky;
    top: 120px;
    padding-top: 4px;
}

.process-copy h2 {
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    line-height: 1.1;
    margin: 14px 0 18px;
    color: #0f172a;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.process-copy p {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.82;
    margin: 0;
}

.process-row {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 20px;
    padding: 28px 0;
    border-top: 1px solid #e8edf3;
    align-items: start;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.4s ease var(--delay), transform 0.4s ease var(--delay);
}

.process-row:last-child {
    border-bottom: 1px solid #e8edf3;
}

.process-row.in-view {
    opacity: 1;
    transform: translateX(0);
}

.process-index {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #2E89E6;
    padding-top: 3px;
}

.process-row h3 {
    color: #0f172a !important;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 7px;
    line-height: 1.3;
}

.process-row p {
    color: #64748b !important;
    font-size: 0.88rem;
    line-height: 1.72;
    margin: 0;
}

/* ── Migration agents section ── */
.partnership-agents-section {
    background: #f8fafc;
}

.agents-split {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 88px;
    align-items: start;
}

.agents-copy {
    position: sticky;
    top: 120px;
}

.agents-copy h2 {
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    line-height: 1.1;
    margin: 14px 0 18px;
    color: #0f172a;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.agents-copy p {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.82;
    margin: 0;
}

.agents-row {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 20px;
    padding: 26px 0;
    border-top: 1px solid #e8edf3;
    align-items: start;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.4s ease var(--delay), transform 0.4s ease var(--delay);
}

.agents-row:last-child {
    border-bottom: 1px solid #e8edf3;
}

.agents-row.in-view {
    opacity: 1;
    transform: translateX(0);
}

.agents-row-icon {
    color: #2E89E6;
    font-size: 0.88rem;
    padding-top: 3px;
}

.agents-row h3 {
    color: #0f172a !important;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 7px;
}

.agents-row p {
    color: #64748b !important;
    font-size: 0.88rem;
    line-height: 1.72;
    margin: 0;
}

.partnership-note-section {
    padding: 42px 0;
}

.partnership-note {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px 24px;
    border: 1px solid rgba(46, 137, 230, 0.18);
    border-radius: 16px;
    background: rgba(46, 137, 230, 0.06);
}

.partnership-note i {
    color: #2E89E6;
    margin-top: 4px;
}

.partnership-note p {
    margin: 0;
    color: #334155 !important;
    line-height: 1.7;
}

/* ── Free badge ── */
.partnership-free-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 22px;
}

/* ── Get Listed section ── */
.partnership-listing-section {
    background: #f8fafc;
}

.listing-note {
    margin-top: 20px;
    font-size: 0.85rem !important;
    color: #64748b !important;
    font-weight: 600;
}

/* ── Product UI previews ── */
.agent-directory-preview,
.client-workspace-preview,
.case-operations-preview,
.billing-product-preview {
    overflow: hidden;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.agent-directory-preview *,
.client-workspace-preview *,
.case-operations-preview *,
.billing-product-preview * {
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
}

.agent-directory-preview img {
    -webkit-user-drag: none;
}

.product-preview-bar,
.operations-header,
.invoice-preview-header,
.workspace-summary-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.product-preview-bar,
.operations-header {
    padding: 20px 22px;
    border-bottom: 1px solid #e2e8f0;
}

.product-preview-bar > div,
.operations-header > div,
.invoice-preview-header > div,
.workspace-summary-title > div {
    display: grid;
    gap: 4px;
}

.preview-kicker {
    color: #64748b;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-preview-bar strong,
.operations-header strong,
.invoice-preview-header strong,
.workspace-summary-title strong {
    color: #0f172a;
    font-size: 1rem;
}

.preview-filter,
.workspace-back {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    color: #64748b;
}

.agent-directory-preview {
    padding-bottom: 14px;
}

.agent-profile-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 16px;
    margin: 14px;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
}

.agent-profile-card.is-featured {
    border-color: #bfdbfe;
    box-shadow: 0 10px 24px rgba(46, 137, 230, 0.08);
}

.agent-profile-card.is-secondary {
    grid-template-columns: 52px 1fr;
    padding: 14px 18px;
}

.agent-profile-photo {
    width: 72px;
    height: 72px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 2px #dbeafe;
}

.is-secondary .agent-profile-photo {
    width: 52px;
    height: 52px;
}

.agent-profile-heading {
    display: flex;
    align-items: center;
    gap: 7px;
}

.agent-profile-heading h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
}

.verified-mark,
.agent-registration > i {
    color: #16a34a;
}

.agent-registration {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    color: #64748b;
    font-size: 0.67rem;
    font-weight: 700;
}

.agent-registration span {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #94a3b8;
}

.agent-location {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.68rem;
    font-weight: 700;
}

.agent-profile-content > p {
    margin: 12px 0;
    color: #64748b !important;
    font-size: 0.76rem;
    line-height: 1.55;
}

.agent-card-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 700;
}

.agent-profile-link {
    color: #2e89e6;
}

.workspace-client-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.workspace-avatar {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: #eff6ff;
    color: #2e89e6;
    font-weight: 800;
}

.workspace-identity {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.workspace-identity strong { color: #0f172a; font-size: 0.88rem; }
.workspace-identity span { color: #64748b; font-size: 0.68rem; }

.workspace-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    padding: 6px 9px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #15803d;
    font-size: 0.64rem;
    font-weight: 800;
}

.workspace-status i { font-size: 0.38rem; }

.workspace-tabs {
    display: flex;
    gap: 2px;
    overflow-x: auto;
    padding: 0 14px;
    background: #f8fafc;
    scrollbar-width: none;
}

.workspace-tabs span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 13px 10px 11px;
    border-bottom: 2px solid transparent;
    color: #64748b;
    font-size: 0.66rem;
    font-weight: 700;
    white-space: nowrap;
}

.workspace-tabs span.is-active { border-color: #2e89e6; color: #2e89e6; background: #fff; }
.workspace-tabs b { padding: 1px 5px; border-radius: 999px; background: #e2e8f0; font-size: 0.58rem; }

.workspace-body {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 14px;
    padding: 18px;
    background: #f8fafc;
}

.workspace-summary,
.workspace-progress {
    padding: 17px;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    background: #fff;
}

.workspace-visa {
    padding: 5px 8px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2e89e6;
    font-size: 0.62rem;
    font-weight: 800;
}

.workspace-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin: 18px 0 0;
}

.workspace-details div { display: grid; gap: 3px; }
.workspace-details dt { color: #94a3b8; font-size: 0.62rem; }
.workspace-details dd { margin: 0; color: #334155; font-size: 0.72rem; font-weight: 700; }

.workspace-progress { display: flex; flex-direction: column; }
.workspace-progress > span { color: #64748b; font-size: 0.67rem; font-weight: 700; }
.workspace-progress > strong { margin: 8px 0 12px; color: #0f172a; font-size: 1.6rem; }
.workspace-progress-track { height: 7px; overflow: hidden; border-radius: 999px; background: #e2e8f0; }
.workspace-progress-track i { display: block; width: 72%; height: 100%; border-radius: inherit; background: #2e89e6; }
.workspace-progress small { margin-top: 13px; color: #64748b; font-size: 0.62rem; line-height: 1.5; }

.operations-action,
.invoice-download {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 0;
    border-radius: 9px;
    background: #2e89e6;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
}

.operations-tabs {
    display: flex;
    gap: 22px;
    padding: 0 20px;
    border-bottom: 1px solid #e2e8f0;
}

.operations-tabs span {
    padding: 13px 2px 11px;
    border-bottom: 2px solid transparent;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
}

.operations-tabs .is-active { border-color: #2e89e6; color: #2e89e6; }
.operations-tabs b { margin-left: 4px; padding: 2px 6px; border-radius: 999px; background: #e2e8f0; font-size: 0.58rem; }

.task-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 16px;
    background: #f8fafc;
}

.task-column {
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    background: #fff;
}

.task-column-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #64748b;
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.task-column-title b { padding: 1px 6px; border-radius: 999px; background: #e2e8f0; }

.task-item {
    display: grid;
    grid-template-columns: 24px 1fr auto;
    gap: 8px;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background: #f8fafc;
}

.task-item + .task-item { margin-top: 8px; }
.task-item > i:first-child { color: #2e89e6; }
.task-item > i:last-child { color: #cbd5e1; font-size: 0.58rem; }
.task-item div { display: grid; gap: 3px; }
.task-item strong { color: #0f172a; font-size: 0.68rem; line-height: 1.35; }
.task-item span { color: #94a3b8; font-size: 0.58rem; }
.task-column.is-complete .task-item > i:first-child { color: #16a34a; }

.evidence-files { margin-top: 13px; padding-top: 12px; border-top: 1px solid #e2e8f0; }
.evidence-label { display: block; margin-bottom: 8px; color: #64748b; font-size: 0.58rem; font-weight: 800; text-transform: uppercase; }
.evidence-files > div { display: grid; grid-template-columns: 20px 1fr auto; gap: 7px; align-items: center; }
.evidence-files > div > i { color: #2e89e6; }
.evidence-files > div > i:last-child { color: #94a3b8; font-size: 0.65rem; }
.evidence-files span { display: grid; gap: 2px; }
.evidence-files strong { color: #334155; font-size: 0.62rem; }
.evidence-files small { color: #94a3b8; font-size: 0.55rem; }

/* ── Billing section ── */
.partnership-billing-section {
    background: #ffffff;
}

.billing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 900px;
}

.billing-product-preview {
    display: grid;
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.5fr);
    max-width: 960px;
}

.billing-preview-nav {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 24px 16px;
    border-right: 1px solid #e2e8f0;
    background: #f8fafc;
}

.billing-preview-nav > .preview-kicker { padding: 0 10px 8px; }

.billing-preview-item {
    display: grid;
    grid-template-columns: 24px 1fr auto;
    gap: 9px;
    align-items: center;
    width: 100%;
    padding: 11px 10px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #64748b;
    text-align: left;
}

.billing-preview-item.is-active { background: #fff; color: #2e89e6; box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06); }
.billing-preview-item > span { display: grid; gap: 2px; color: #334155; font-size: 0.72rem; font-weight: 800; }
.billing-preview-item small { color: #94a3b8; font-size: 0.56rem; font-weight: 600; }
.billing-preview-item b { padding: 3px 6px; border-radius: 999px; background: #e2e8f0; font-size: 0.55rem; }
.billing-preview-item .status-complete { background: #dcfce7; color: #15803d; }

.invoice-preview { padding: 24px; }
.invoice-status { padding: 6px 10px; border: 1px solid #fde68a; border-radius: 999px; background: #fffbeb; color: #a16207; font-size: 0.62rem; font-weight: 800; text-transform: uppercase; }

.invoice-client-row {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 11px;
    align-items: center;
    margin: 22px 0;
    padding: 14px;
    border-radius: 13px;
    background: #f8fafc;
}

.invoice-client-row > div:not(.workspace-avatar) { display: grid; gap: 3px; }
.invoice-client-row span { color: #94a3b8; font-size: 0.58rem; }
.invoice-client-row strong { color: #334155; font-size: 0.72rem; }

.invoice-lines { display: grid; gap: 11px; padding-bottom: 16px; border-bottom: 1px dashed #cbd5e1; }
.invoice-lines div,
.invoice-total,
.invoice-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.invoice-lines span { color: #64748b; font-size: 0.72rem; }
.invoice-lines strong { color: #334155; font-size: 0.74rem; }
.invoice-total { padding: 17px 0; }
.invoice-total span { color: #0f172a; font-size: 0.8rem; font-weight: 800; }
.invoice-total strong { color: #0f172a; font-size: 1.08rem; }
.invoice-total small { color: #64748b; font-size: 0.6rem; }
.invoice-actions { padding-top: 14px; border-top: 1px solid #e2e8f0; }
.invoice-actions > span { color: #15803d; font-size: 0.65rem; font-weight: 700; }

.billing-card {
    padding: 28px;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.billing-card:hover {
    border-color: #e2e8f0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.billing-card-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 1.1rem;
    margin-bottom: 16px;
}

.billing-card h3 {
    color: #0f172a !important;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.billing-card p {
    color: #64748b !important;
    font-size: 0.88rem;
    line-height: 1.72;
    margin: 0;
}

.partnership-cta {
    padding: 70px 0 110px;
}

.partnership-cta-card {
    max-width: 900px;
    padding: 44px;
    border-radius: 24px;
    background: #f8fbff;
    border: 1px solid #dbe7f2;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.partnership-cta-card h2,
.partnership-cta-card p {
    color: #0f172a !important;
}

.partnership-cta-card p {
    color: #526176 !important;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .partnership-hero-grid {
        grid-template-columns: 1fr;
    }

    .partnership-product-panel {
        max-width: 1360px;
        width: 100%;
    }

    .extension-feature-list {
        grid-template-columns: 1fr;
        max-width: 560px;
    }

    .process-split,
    .agents-split {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .process-copy,
    .agents-copy {
        position: static;
    }

    .billing-product-preview {
        grid-template-columns: 1fr;
    }

    .billing-preview-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
    }

    .billing-preview-nav > .preview-kicker {
        grid-column: 1 / -1;
    }

    .billing-preview-item {
        grid-template-columns: 20px 1fr;
    }

    .billing-preview-item b {
        display: none;
    }
}

@media (max-width: 768px) {
    .partnership-hero {
        padding: 110px 0 56px;
    }

    .browser-extension-section .container {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .partnership-hero-grid {
        gap: 36px;
    }

    .partnership-actions {
        flex-direction: column;
    }

    .partnership-primary-btn,
    .partnership-secondary-btn {
        width: 100%;
    }

    .extension-brand-logo {
        height: 44px;
    }

    .extension-feature-tile {
        min-height: 74px;
        padding: 16px;
    }

    .extension-feature-tile span {
        font-size: 1rem;
    }

    .extension-browser {
        border-width: 4px;
        border-radius: 20px;
        min-height: auto;
    }

    .extension-browser-tabs,
    .extension-browser-bar {
        padding-left: 14px;
        padding-right: 14px;
    }

    .browser-tab {
        min-width: 0;
        width: 70%;
    }

    .browser-url span {
        max-width: 190px;
    }

    .extension-browser-body {
        min-height: auto;
    }

    .immi-preview {
        padding-right: 0;
    }

    .immi-topbar {
        height: auto;
        min-height: 78px;
        gap: 18px;
        align-items: flex-start;
        flex-direction: column;
        padding: 18px;
    }

    .immi-topbar h2 {
        font-size: 1.45rem;
    }

    .immi-content-grid {
        grid-template-columns: 1fr;
    }

    .immi-right-rail {
        display: none;
    }

    .immi-progress-row {
        grid-template-columns: 120px auto;
        gap: 24px;
    }

    .immi-field {
        grid-template-columns: 1fr;
        gap: 4px;
        margin-bottom: 10px;
    }

    .immi-field input,
    .immi-field select,
    .immi-field.short input,
    .immi-field.small input,
    .immi-field.select select {
        max-width: none;
        width: 100%;
    }

    .immi-radio-row {
        flex-wrap: wrap;
    }

    .immi-radio-row > label:first-child {
        min-width: 100%;
    }

    .visa-sidebar {
        display: none;
    }

    .visa-form-area {
        padding: 22px;
    }

    .form-grid,
    .address-panel .form-grid {
        grid-template-columns: 1fr;
    }

    .autofill-assistant {
        position: static;
        width: auto;
        margin: 0 22px 22px;
        transform: none;
    }

    .partnership-section {
        padding: 56px 0;
    }

    .process-row,
    .agents-row {
        grid-template-columns: 22px 1fr;
        gap: 14px;
        padding: 22px 0;
    }

    .partnership-cta-card {
        padding: 30px 22px;
    }

    .billing-grid {
        grid-template-columns: 1fr;
    }

    .agent-profile-card {
        grid-template-columns: 54px 1fr;
        padding: 14px;
    }

    .agent-profile-photo {
        width: 54px;
        height: 54px;
    }

    .agent-card-footer,
    .workspace-status,
    .workspace-back {
        display: none;
    }

    .workspace-body,
    .task-board {
        grid-template-columns: 1fr;
    }

    .billing-preview-nav {
        display: flex;
        overflow-x: auto;
        padding: 12px;
    }

    .billing-preview-nav > .preview-kicker {
        display: none;
    }

    .billing-preview-item {
        min-width: 130px;
    }

    .invoice-client-row {
        grid-template-columns: 42px 1fr;
    }

    .invoice-client-row > div:last-child {
        display: none;
    }

    .invoice-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}
