﻿

.feature-included {
    color: #2fe622;
}


.buttonmargin {
    margin-top: 10px;
    margin-bottom: 20px;
}


.tagnumber {
    font-style: italic;
    font-weight: bold;
}

.even {
    background-color: rgba(230, 126, 34, 0.2);
}

.orangy {
    color: rgba(230, 126, 34, 1) !important;
}

.fady {
    opacity: 0.1;
}

.header-main {
    /* 1. STABILITY: Set a solid height/padding so the page doesn't collapse */
    min-height: 450px;
    padding: 80px 0;
    /* 2. VISUALS: Use a solid fallback color similar to your image */
    background-color: #0c406d;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
    /* 3. PATHING: Use a root-relative path (starting with /) 
       to prevent ASP.NET Bundling from breaking the image link */
    background-image: url("/assets/img/proof/fix-testing-hero.webp");
}
.buffer-top {
    margin-top: 30px;
}

.screen-shots {
    max-height: 400px;
}
/*.wall-text {
    color: white;
}*/

/* ===== Make hero less "blocky" ===== */

/* The old .hero-wrap:before "veil" (a container-sized dark radial for the marble photo) was removed 2026-09-20:
   on the flat CSS gradient it rendered as a hard-edged darker box with a visible seam at the container edge. */
.hero-wrap {
    position: relative;
}

/* Panel becomes a "glass" card, not a dark block */
.hero-panel {
    background: rgba(255, 255, 255, 0.06); /* light tint so the card reads on the gradient (was a dark tint for the marble photo) */
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px; /* softer corners */
    padding: 1.25rem 1.25rem; /* slightly smaller */
    box-shadow: 0 18px 50px rgba(0,0,0,.30);
    backdrop-filter: blur(10px);
}

/* Slightly smaller H1 so it doesn't dominate as a "block" */
.hero-copy h1 {
    font-size: 2.35rem;
}

/* Hero background: pure-CSS gradient (replaced the black marble photo 2026-09-20; no LCP image download).
   Deep navy/charcoal, a cool highlight top-left, a faint brand-orange glow bottom-right, and a subtle dot grid. */
.hero-bg {
    position: relative;
    padding: 40px 0; /* 2026-09-20: the copy panel no longer sits flush against the top and bottom of the band */
    background-color: #0f172a;
    background-image:
        radial-gradient(ellipse at 15% 0%, rgba(59,130,246,.16), rgba(0,0,0,0) 55%),
        radial-gradient(ellipse at 85% 100%, rgba(232,120,30,.12), rgba(0,0,0,0) 50%),
        radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(135deg, #0b1220 0%, #111827 55%, #182130 100%);
    background-size: auto, auto, 22px 22px, auto;
}

/* Proof shot: product screenshot in the dark glass frame the demo video used */
.hero-proof {
    position: relative;
    max-width: 640px;
}

/* lg+: the shot fills its column (no right-only bleed; that left a dead band on the left of wide monitors
   while the image ran off the right edge). */
@media (min-width: 992px) {
    .hero-proof {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .hero-proof-caption {
        max-width: 640px;
    }
}

/* Laptop band only (992-1199px): the Bootstrap container is 960px there and the 7/5 split leaves the proof column
   ~370px, so grow the hero to the viewport minus 96px and give the copy column 52%. From 1200px up the hero sits on
   the same 1140px container as the nav and the stats strip (2026-09-26: the earlier 1440px cap put the hero on its
   own grid, with the copy panel starting ~190px left of the logo and the strip below it on wide monitors). */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-wrap.container {
        max-width: calc(100% - 96px);
    }

    .hero-wrap .hero-copy {
        flex: 0 0 52%;
        max-width: 52%;
    }

    .hero-wrap .hero-proof-col {
        flex: 1 1 0;
        max-width: none;
    }
}

/* ONE PANEL (2026-09-26, Gregg: "why have 2 broken up panels in hero, why not one long container"):
   .hero-panel-wide is the single glass panel holding both the copy column and the proof column. No inner card on
   the copy side; the proof side is a browser window, which is what lets a light object sit on the dark panel. */
.hero-panel-wide {
    padding: 2rem 1.75rem;
    backdrop-filter: none; /* the blur is invisible on the flat gradient and made a 1100px panel expensive to composite */
}

@media (min-width: 992px) {
    .hero-panel-wide {
        padding: 2.25rem 2.25rem;
    }
}

/* Brand eyebrow above the H1 (2026-09-26): the nav's 30px mark + orange wordmark, small. */
.hero-brand {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: .9rem;
    font-size: 1.55rem; /* clearly larger than the nav's 30px logo 130px above it, so it reads as a brand stamp, not an echo */
    font-weight: 600;
    letter-spacing: .02em;
    color: #f0902e;
}

    .hero-brand img {
        width: 44px;
        height: 44px;
    }

/* Browser window frame around the portal feed: tab strip with three dots and one tab, then an address bar.
   The headline used to say "Browser-Based"; the window shows it instead. ~50px of chrome. */
.hero-win {
    max-width: 640px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0,0,0,.5);
    text-align: left;
}

.hero-win-bar {
    display: flex;
    align-items: flex-end;
    gap: .5rem;
    padding: .5rem .6rem 0;
    background: #dfe3e8;
}

.hero-win-dots {
    display: flex;
    gap: 6px;
    padding: 0 .25rem .55rem .15rem;
}

    .hero-win-dots i {
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #c4c9d0;
    }

.hero-win-tab {
    display: flex;
    align-items: center;
    gap: .45rem;
    background: #fff;
    border-radius: 7px 7px 0 0;
    padding: .35rem .9rem;
    font-size: 11.5px;
    color: #333;
    white-space: nowrap;
}

    .hero-win-tab b {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 2px;
        background: #f0902e;
    }

.hero-win-url {
    background: #fff;
    padding: .4rem .6rem;
    border-bottom: 1px solid #e3e6ea;
}

    .hero-win-url span {
        display: block;
        background: #f1f3f5;
        border-radius: 999px;
        padding: .3rem .75rem;
        font-size: 11.5px;
        color: #444;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Hero live feed: the portal's "FIX Messages Live Feed" rendered as HTML (no image), matched to the real page
   (Gregg's 2026-09-26 screenshot): title "FIX Messages Live Feed: <session> - FIX.4.4" on the dark bar, the
   All/Incoming/Outgoing tab strip, columns Detail | Seq | MsgType | Side | Symbol | Qty | Time (UTC) | Sender,
   ~24px rows, compact green Details buttons, MsgType coloured by kind (Order-Single green, Execution Report red),
   full yyyyMMdd-HH:mm:ss.fff timestamps, zebra rows, "Showing 1 to 7 of 7 entries". No Status column: the
   product has none; the fill/reject story is in the caption. */
.hero-feed {
    background: #fff;
    color: #333b45;
    font-size: 12px;
    line-height: 1.25;
}

.hero-feed-head {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .8rem;
    background: #1f2d3d;
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
}

.hero-feed-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #28a745;
    box-shadow: 0 0 0 2px rgba(40,167,69,.3);
    flex: 0 0 auto;
}

.hero-feed-tabs {
    display: flex;
    gap: .15rem;
    padding: .4rem .6rem 0;
    font-size: 11.5px;
    color: #6c757d;
}

    .hero-feed-tabs span {
        padding: .3rem .7rem;
        border-radius: 3px 3px 0 0;
    }

    .hero-feed-tabs .is-on {
        background: #e9ecef;
        color: #333b45;
        font-weight: 600;
    }

.hero-feed-table {
    width: 100%;
    border-collapse: collapse;
    font-variant-numeric: tabular-nums;
    margin: 0;
    border-top: 1px solid #e3e6ea;
}

    .hero-feed-table th {
        background: #fff;
        text-align: left;
        padding: .25rem .35rem;
        font-weight: 700;
        font-size: 11.5px;
        border-bottom: 2px solid #dee2e6;
        color: #333b45;
        white-space: nowrap;
    }

    .hero-feed-table td {
        padding: .15rem .35rem;
        border-bottom: 1px solid #e9ecef;
        white-space: nowrap;
        line-height: 1.45;
    }

    .hero-feed-table tbody tr:nth-child(odd) td {
        background: #f5f6f8;
    }

.hf-btn {
    display: inline-block;
    background: #1cc88a; /* the portal's Details button */
    color: #fff;
    font-size: 10.5px;
    font-weight: 600;
    padding: 0 .4rem;
    border-radius: 3px;
    line-height: 16px;
}

.hf-type { font-style: italic; }
.hf-nos { color: #28a745; font-style: normal; }
.hf-er { color: #dc3545; font-style: normal; }
.hf-logon { color: #333b45; font-style: normal; }
.hf-hb { color: #dc3545; }
.hf-buy { color: #2b7de9; }
.hf-sell { color: #d9534f; }
.hf-seq, .hf-time { color: #444b54; }
.hf-sender { color: #444b54; }

.hero-feed-foot {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .35rem .8rem .45rem;
    border-top: 1px solid #e3e6ea;
    color: #6c757d;
    font-size: 11px;
}

/* Side by side (992px+): the window fills its column. */
@media (min-width: 992px) {
    .hero-win {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Laptop band (992-1199px): the window is ~430-520px; drop Seq and Qty there so Time survives. */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-feed .hf-seq,
    .hero-feed .hf-qty {
        display: none;
    }
}

/* Phones: seven columns do not fit 375px. Drop Details, Qty and the "FIX.4.4 · SSL/TLS" label, tighten the cells,
   stack the footer. Sender must survive: it is the column that says who is talking. */
@media (max-width: 575px) {
    .hero-feed .hf-detail,
    .hero-feed .hf-seq,
    .hero-feed .hf-qty,
    .hero-feed .hf-time,
    .hero-feed-meta {
        display: none;
    }

    .hero-feed-head {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .hero-feed-table th,
    .hero-feed-table td {
        padding-left: .35rem;
        padding-right: .35rem;
        font-size: 12px;
    }

    .hero-feed-foot {
        flex-direction: column;
        gap: .15rem;
    }

    .hero-win-tab {
        font-size: 11px;
        padding: .3rem .7rem;
    }

    /* The single panel's side padding plus the column gutters left the window 308px at 375px; the six-column
       table needs ~330. Pull the panel and the proof column in so the window gets the full card width. */
    .hero-panel-wide {
        padding-left: .6rem;
        padding-right: .6rem;
    }

    .hero-panel-wide .hero-proof-col {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Portal screenshot below the fold (moved out of the hero 2026-09-20): same frame, lighter shadow for the white page */
.portal-proof {
    max-width: 980px;
}

    .portal-proof .hero-proof-frame {
        border-color: rgba(0,0,0,.08);
        box-shadow: 0 12px 36px rgba(0,0,0,.16);
    }

/* Trust strip: make it feel like part of hero, not a separate slab */
.hero-trust {
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 14px;
    padding: .6rem .9rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

    /* Tighter trust items */
    .hero-trust .trust-item {
        margin-right: 1rem;
        margin-bottom: .15rem;
    }

/* Mobile: reduce visual weight */
@media (max-width: 991px) {
    .hero-panel {
        padding: 1.1rem;
    }

    .hero-copy h1 {
        font-size: 2.0rem;
    }
}

/* ===== FIXSIM article polish ===== */

.fixsim-workflow h1 {
    letter-spacing: -0.4px;
}

.fixsim-workflow h2 {
    margin-top: 2.2rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

    /* section divider */
    .fixsim-workflow h2:not(:first-of-type) {
        padding-top: 1.25rem;
        border-top: 1px solid #eee;
    }

/* stronger cards */
.fixsim-workflow .card {
    border-radius: 8px;
    transition: box-shadow .15s ease;
}

    .fixsim-workflow .card:hover {
        box-shadow: 0 6px 18px rgba(0,0,0,.06);
    }

/* comparison columns visual separation */
.fixsim-workflow .border-right {
    border-right: 1px solid #ececec !important;
}

/* callouts */
.fixsim-workflow .border-warning {
    border-left-width: 4px !important;
}

.fixsim-workflow .border-success {
    border-left-width: 4px !important;
}

/* CTA bar improvement */
.fixsim-workflow .bg-primary {
    background: linear-gradient(90deg,#d67a2c,#c96c1f);
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

/* tighten text rhythm */
.fixsim-workflow p {
    line-height: 1.55;
}

/* ===== FIXSIM flow diagram ===== */

.fixsim-flow .mb-2 {
    position: relative;
    padding: 6px 0;
    font-weight: 500;
}

    /* vertical connector line */
    .fixsim-flow .mb-2:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        width: 2px;
        height: 18px;
        background: #e6e6e6;
        transform: translateX(-50%);
    }

/* arrows */
.fixsim-flow .fa-chevron-down {
    display: none; /* hide fontawesome arrows */
}

/* subtle step bubbles */
.fixsim-flow .col-md-6 .mb-2 {
    border-radius: 6px;
}

/* old way */
.fixsim-flow .col-md-6:first-child .mb-2 {
    color: #666;
}

/* new way highlight */
.fixsim-flow .col-md-6:last-child .mb-2 {
    color: #2b2b2b;
}

.fixsim-flow .text-success {
    font-weight: 700;
}

/* timeline bars */

.flow-time {
    max-width: 280px;
    margin: 20px auto 0 auto;
    text-align: center;
}

.flow-bar {
    height: 8px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

    .flow-bar.slow {
        background: linear-gradient(90deg,#e3e3e3,#cfcfcf);
    }

    .flow-bar.fast {
        background: linear-gradient(90deg,#28a745,#7bd88f);
    }

    /* animated indicator */
    .flow-bar::after {
        content: "";
        position: absolute;
        top: 0;
        left: -40px;
        width: 40px;
        height: 100%;
        background: rgba(255,255,255,.6);
        animation: flowmove 2.2s linear infinite;
    }

@keyframes flowmove {
    from {
        left: -40px;
    }

    to {
        left: 100%;
    }
}

.flow-label {
    font-size: 13px;
    color: #777;
    margin-top: 6px;
}

/* technical credibility line */
.cred-line {
    font-size: 13px;
    opacity: .85;
    letter-spacing: .2px;
}


.bg-primary {
    background: linear-gradient(180deg,#c8742d 0%,#b56423 100%);
}

    .bg-primary .border {
        border-color: rgba(0,0,0,.08) !important;
    }

/* Prevent off-canvas clone from causing layout shift (CLS fix) */
.js-offcanvas-target {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    transform: translateX(-100%);
    visibility: hidden;
    z-index: 9999;
    overflow-y: auto;
}

    /* Prevent off-canvas clone from causing layout shift (CLS fix) */
    .js-offcanvas-target:not(.is-open) {
        position: fixed !important;
        top: 0 !important;
        left: -280px !important;
        width: 280px !important;
        height: 100vh !important;
        z-index: 9999 !important;
        overflow-y: auto !important;
        display: block !important;
        visibility: visible !important;
    }


/* ===== Contact page ===== */

.contact-hero {
    background: rgb(12, 64, 109, .85);
    color: #fff;
    border-radius: 6px;
    padding: 2.5rem 15px;
    margin-bottom: 2rem;
}

.contact-hero-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.25rem;
}

.contact-hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 0;
}

.contact-ftc-badge {
    max-width: 100px;
}

/* Trust bar */

.contact-trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    margin: 1.5rem 0;
}

.contact-trust-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    color: #495057;
}

.contact-check-icon {
    color: #28a745;
    font-weight: bold;
    font-size: 1.1rem;
}

/* Left column */

.contact-left-heading {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.contact-left-body {
    color: #495057;
    line-height: 1.6;
}

/* Customer quote */

.contact-quote {
    border-left: 3px solid #28a745;
    padding: 0.75rem 1rem;
    margin: 1.5rem 0;
    background: #f8f9fa;
    border-radius: 0 4px 4px 0;
    font-size: 0.95rem;
    color: #333;
    font-style: italic;
}

.contact-quote-attribution {
    font-style: normal;
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 0.4rem;
}

/* What to expect */

.contact-expect {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.contact-expect-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #212529;
}

.contact-expect-step {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.contact-expect-step:last-child {
    margin-bottom: 0;
}

.contact-step-number {
    background: #28a745;
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.contact-step-text {
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.4;
}

/* Form wrapper */

.contact-form-wrapper {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1.75rem;
}

.contact-form-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.contact-form-hint {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 1.25rem;
}
/* Add this inside the existing <style> tag in _Layout.cshtml */
.intro-header {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background-color: #2c3e50; /* Matches your theme color */
    min-height: 400px; /* Prevents the 'jump' or 'mess' */
}

.intro-message > h1 {
    font-size: 3em;
    font-weight: 700;
}
/* Accessibility: footer link cloud needs >=24px touch targets with spacing
   (Lighthouse "Touch targets do not have sufficient size or spacing") */
.footer-links li a {
    display: inline-block;
    padding: .375rem .25rem;
}
