/* FleetOps Overview V2 - Scoped with tightened spacing & balanced typography */
.tt-fo2 {
    --fo-blue: #0b5cff;
    --fo-blue-2: #2476ff;
    --fo-navy: #061d47;
    --fo-navy-2: #0a3276;
    --fo-text: #173052;
    --fo-muted: #667a95;
    --fo-line: #dce7f4;
    --fo-soft: #f6faff;
    --fo-green: #16b66b;
    --fo-orange: #f59e0b;
    --fo-red: #ef4444;
    --fo-shadow: 0 14px 36px rgba(15, 55, 115, 0.10);
    color: var(--fo-text);
    background: #fff;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.55;
}
.tt-fo2 *, .tt-fo2 *::before, .tt-fo2 *::after { box-sizing: border-box; }
.tt-fo2 img { display: block; max-width: 100%; }
.tt-fo2 a { text-decoration: none; }
.tt-fo2 .fo-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.tt-fo2 .fo-container::before, .tt-fo2 .fo-container::after { content: none; display: none; }

/* ── Tightened Section Spacing ── */
.tt-fo2 .fo-section { padding: 34px 0; }
.tt-fo2 .fo-soft { background: var(--fo-soft); }
.tt-fo2 .fo-eyebrow {
    color: var(--fo-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
.tt-fo2 h1, .tt-fo2 h2, .tt-fo2 h3, .tt-fo2 h4 { color: var(--fo-navy); margin: 0; }
.tt-fo2 h1 { font-size: clamp(38px, 4.4vw, 54px); line-height: 1.05; letter-spacing: -.04em; }
.tt-fo2 h1 span { color: var(--fo-blue); }
.tt-fo2 h2 { font-size: clamp(24px, 2.4vw, 32px); line-height: 1.18; letter-spacing: -.02em; }
.tt-fo2 h3 { font-size: 17px; line-height: 1.25; }
.tt-fo2 p { margin: 0; }
.tt-fo2 .fo-lead { color: #3f5f84; font-size: 17px; margin-top: 14px; max-width: 560px; line-height: 1.55; }
.tt-fo2 .fo-copy { color: var(--fo-muted); font-size: 14.5px; margin-top: 10px; line-height: 1.55; }
.tt-fo2 .fo-btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.tt-fo2 .fo-btn { min-height: 42px; padding: 0 18px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: 13.5px; font-weight: 850; transition: .16s ease; cursor: pointer; }
.tt-fo2 .fo-btn:hover { transform: translateY(-1px); }
.tt-fo2 .fo-btn-primary { background: var(--fo-blue); color: #fff; box-shadow: 0 8px 20px rgba(11,92,255,.22); }
.tt-fo2 .fo-btn-outline { background: #fff; color: var(--fo-navy); border-color: #c9d9ec; }
.tt-fo2 .fo-btn-light { background: #fff; color: var(--fo-blue); }
.tt-fo2 .fo-btn-ghost { color: #fff; border-color: rgba(255,255,255,.65); }

/* ── Sub Navigation ── */
.tt-fo2 .fo-subnav { border-top: 1px solid #eef3fa; border-bottom: 1px solid #dfe8f4; background: #fff; position: sticky; top: 0; z-index: 100; }
.tt-fo2 .fo-subnav-inner { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.tt-fo2 .fo-brand { display: flex; align-items: center; gap: 10px; color: var(--fo-navy); font-weight: 900; font-size: 19px; white-space: nowrap; }
.tt-fo2 .fo-brand-mark { width: 32px; height: 32px; border-radius: 8px; display: grid; place-items: center; background: var(--fo-blue); color: #fff; font-size: 16px; }
.tt-fo2 .fo-subnav nav { display: flex; gap: 22px; align-self: stretch; overflow-x: auto; }
.tt-fo2 .fo-subnav nav a { color: #315273; font-size: 13px; font-weight: 750; white-space: nowrap; display: flex; align-items: center; border-bottom: 3px solid transparent; padding: 0 1px; }
.tt-fo2 .fo-subnav nav a:hover, .tt-fo2 .fo-subnav nav a.active { color: var(--fo-blue); border-bottom-color: var(--fo-blue); }

/* ── Hero Section ── */
.tt-fo2 .fo-hero { padding: 36px 0 32px; background: radial-gradient(circle at 80% 18%, rgba(11,92,255,.08), transparent 31%), linear-gradient(#fff, #fbfdff); overflow: hidden; }
.tt-fo2 .fo-hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 40px; align-items: center; }
.tt-fo2 .fo-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin-top: 18px; }
.tt-fo2 .fo-benefit { display: flex; align-items: center; gap: 9px; color: #365476; font-size: 13px; font-weight: 700; }
.tt-fo2 .fo-benefit i { width: 23px; height: 23px; border-radius: 7px; display: grid; place-items: center; background: #eef4ff; color: var(--fo-blue); font-style: normal; font-weight: 900; }

.tt-fo2 .fo-hero-stage-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tt-fo2 .fo-hero-composite-img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(12, 52, 115, 0.12);
    transition: transform 0.2s ease;
}
.tt-fo2 .fo-hero-composite-img:hover {
    transform: translateY(-2px);
}

/* ── Section 2: Story Grid ── */
.tt-fo2 .fo-story-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 36px; align-items: center; }
.tt-fo2 .fo-flow-panel { background: #fff; border: 1px solid var(--fo-line); border-radius: 16px; box-shadow: var(--fo-shadow); padding: 20px; }
.tt-fo2 .fo-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.tt-fo2 .fo-flow-item { text-align: center; position: relative; min-width: 0; }
.tt-fo2 .fo-flow-item:not(:last-child)::after { content: "→"; position: absolute; top: 25px; right: -12px; color: var(--fo-blue); font-size: 18px; font-weight: 900; }
.tt-fo2 .fo-flow-icon { width: 52px; height: 52px; border: 1px solid #dce8f7; border-radius: 13px; background: #f9fbff; display: grid; place-items: center; color: var(--fo-blue); margin: 0 auto 8px; }
.tt-fo2 .fo-flow-icon svg { width: 24px; height: 24px; }
.tt-fo2 .fo-step { display: inline-grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--fo-blue); color: #fff; font-size: 9.5px; font-weight: 900; margin-right: 4px; }
.tt-fo2 .fo-flow-item strong { color: var(--fo-navy); font-size: 11px; }
.tt-fo2 .fo-flow-item small { display: block; color: var(--fo-muted); font-size: 9.5px; line-height: 1.35; margin-top: 4px; }
.tt-fo2 .fo-scenario-pills { margin-top: 14px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.tt-fo2 .fo-pill { padding: 6px 12px; border-radius: 999px; border: 1px solid #d6e2f2; background: #fff; color: #506887; font-size: 11px; font-weight: 800; cursor: pointer; }
.tt-fo2 .fo-pill.active { background: var(--fo-blue); border-color: var(--fo-blue); color: #fff; }

/* ── Section 3: Platform Architecture ── */
.tt-fo2 .fo-platform-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 36px; align-items: center; }
.tt-fo2 .fo-checks { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 8px; }
.tt-fo2 .fo-checks li { display: flex; align-items: flex-start; gap: 9px; color: #506887; font-size: 13.5px; }
.tt-fo2 .fo-checks li::before { content: "✓"; flex: 0 0 20px; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: var(--fo-blue); color: #fff; font-size: 10px; font-weight: 900; }
.tt-fo2 .fo-arch { display: grid; grid-template-columns: .8fr 1.35fr .8fr; gap: 14px; align-items: center; }
.tt-fo2 .fo-node { border: 1px solid var(--fo-line); border-radius: 14px; background: #fff; padding: 16px 14px; text-align: center; box-shadow: 0 8px 20px rgba(18,60,121,.06); }
.tt-fo2 .fo-node-primary { background: linear-gradient(145deg, #0b5cff, #0d68dc); color: #fff; padding: 24px 18px; }
.tt-fo2 .fo-node-primary h3 { color: #fff; }
.tt-fo2 .fo-node small { display: block; color: var(--fo-muted); font-size: 10.5px; margin-top: 4px; }
.tt-fo2 .fo-node-primary small { color: #dbe9ff; }
.tt-fo2 .fo-platform-features { margin-top: 12px; font-size: 10.5px; line-height: 1.7; color: #eaf2ff; }
.tt-fo2 .fo-assist-node { grid-column: 2; border: 1px solid var(--fo-line); border-radius: 11px; background: #fff; padding: 10px; text-align: center; color: #08725a; font-size: 11.5px; font-weight: 900; margin: 0 50px; }

/* ── Section 4: Showcase ── */
.tt-fo2 .fo-showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 14px; }
.tt-fo2 .fo-shot { background: #fff; border: 1px solid var(--fo-line); border-radius: 15px; overflow: hidden; box-shadow: 0 10px 24px rgba(16,55,118,.07); display: flex; flex-direction: column; }
.tt-fo2 .fo-shot-media { aspect-ratio: 1.45/1; background: #071a35; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tt-fo2 .fo-shot-media img { width: 100%; height: 100%; object-fit: cover; }
.tt-fo2 .fo-shot-body { padding: 16px; display: flex; flex-direction: column; flex-grow: 1; }
.tt-fo2 .fo-shot-body p { color: var(--fo-muted); font-size: 12.5px; margin-top: 6px; flex-grow: 1; line-height: 1.45; }
.tt-fo2 .fo-shot-body a { color: var(--fo-blue); font-size: 12.5px; font-weight: 850; display: inline-block; margin-top: 10px; }

/* ── Section 5: Capabilities ── */
.tt-fo2 .fo-cap-grid { display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid var(--fo-line); border-radius: 15px; overflow: hidden; gap: 1px; background: var(--fo-line); margin-top: 14px; }
.tt-fo2 .fo-cap { background: #fff; padding: 16px 12px; min-height: 160px; }
.tt-fo2 .fo-cap svg { width: 26px; height: 26px; stroke: var(--fo-blue); color: var(--fo-blue); margin-bottom: 8px; }
.tt-fo2 .fo-cap strong { display: block; color: var(--fo-navy); font-size: 12.5px; margin-bottom: 4px; }
.tt-fo2 .fo-cap span { display: block; color: var(--fo-muted); font-size: 10.5px; line-height: 1.4; }

/* ── Section 6: Automation with ASSIST ── */
.tt-fo2 .fo-automation { background: linear-gradient(135deg, #073984, #061b49); color: #fff; padding: 38px 0; }
.tt-fo2 .fo-automation h2 { color: #fff; }
.tt-fo2 .fo-automation .fo-eyebrow { color: #6bc2ff; }
.tt-fo2 .fo-automation-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 36px; align-items: center; }
.tt-fo2 .fo-auto-flow { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; padding: 20px 16px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.tt-fo2 .fo-auto-item { text-align: center; position: relative; }
.tt-fo2 .fo-auto-item:not(:last-child)::after { content: "→"; position: absolute; right: -11px; top: 20px; color: #fff; font-size: 18px; }
.tt-fo2 .fo-auto-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.07); }
.tt-fo2 .fo-auto-icon svg { width: 23px; height: 23px; stroke: #fff; }
.tt-fo2 .fo-auto-item:nth-child(3) .fo-auto-icon { background: var(--fo-blue); box-shadow: 0 0 24px rgba(73,151,255,.60); }
.tt-fo2 .fo-auto-item strong { display: block; margin-top: 7px; color: #fff; font-size: 10.5px; }
.tt-fo2 .fo-auto-item small { display: block; color: #c3d5ee; font-size: 8.5px; line-height: 1.4; margin-top: 4px; }

/* ── Section 7: Adoption Grid ── */
.tt-fo2 .fo-adoption-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 36px; align-items: center; }
.tt-fo2 .fo-adopt-flow { background: #fff; border: 1px solid var(--fo-line); border-radius: 16px; box-shadow: var(--fo-shadow); padding: 18px 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tt-fo2 .fo-adopt-step { position: relative; }
.tt-fo2 .fo-adopt-step:not(:last-child)::after { content: "→"; position: absolute; top: 10px; right: -14px; color: var(--fo-blue); font-weight: 900; font-size: 16px; }
.tt-fo2 .fo-num { width: 24px; height: 24px; border-radius: 50%; background: var(--fo-blue); color: #fff; display: grid; place-items: center; font-size: 10.5px; font-weight: 900; margin-bottom: 8px; }
.tt-fo2 .fo-adopt-step strong { color: var(--fo-navy); font-size: 12.5px; }
.tt-fo2 .fo-adopt-step p { color: var(--fo-muted); font-size: 10.5px; margin-top: 5px; line-height: 1.45; }

/* ── Section 8: Zero-Trust Security (Vertically Balanced 2-Line Header) ── */
.tt-fo2 .fo-security-wrap { padding: 16px 0; background: #fff; }
.tt-fo2 .fo-security { border-radius: 16px; padding: 22px 28px; background: linear-gradient(135deg, #061a45, #0b3276); color: #fff; box-shadow: 0 14px 32px rgba(7,31,79,.18); }
.tt-fo2 .fo-security-intro { display: flex; flex-direction: column; justify-content: center; }
.tt-fo2 .fo-security-intro .fo-eyebrow { color: #65c2ff; margin-bottom: 6px; }
.tt-fo2 .fo-security h2 { color: #fff; font-size: 21.5px; line-height: 1.2; letter-spacing: -0.02em; }
.tt-fo2 .fo-security-intro p { color: #cad9ee; font-size: 11.5px; margin-top: 8px; line-height: 1.45; }
.tt-fo2 .fo-security-grid { display: grid; grid-template-columns: 1.75fr repeat(5, 1fr); gap: 16px; align-items: center; }
.tt-fo2 .fo-security-item { border-left: 1px solid rgba(255,255,255,.15); padding-left: 13px; display: flex; flex-direction: column; justify-content: center; }
.tt-fo2 .fo-security-item svg { width: 22px; height: 22px; stroke: #65c2ff; }
.tt-fo2 .fo-security-item strong { display: block; color: #fff; font-size: 10.5px; margin-top: 6px; }
.tt-fo2 .fo-security-item span { display: block; color: #b9cae5; font-size: 8.5px; line-height: 1.4; margin-top: 4px; }

/* ── Section 9: CTA ── */
.tt-fo2 .fo-cta-wrap { padding: 16px 0 32px; }
.tt-fo2 .fo-cta { background: linear-gradient(90deg, #0a4dcb, #0b5cff); border-radius: 16px; padding: 22px 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; color: #fff; }
.tt-fo2 .fo-cta-icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.12); }
.tt-fo2 .fo-cta-icon svg { width: 24px; height: 24px; stroke: #fff; }
.tt-fo2 .fo-cta h2 { color: #fff; font-size: 23px; }
.tt-fo2 .fo-cta p { color: #eaf1ff; margin-top: 2px; font-size: 13px; }
.tt-fo2 .fo-cta .fo-btn-row { margin: 0; justify-content: flex-end; }

/* ── Section: Interactive Role Personalization ── */
.tt-fo2 .fleetops-role-experience {
    padding: 38px 0;
    background: #f8fbff;
    border-top: 1px solid var(--fo-line);
    border-bottom: 1px solid var(--fo-line);
}
.tt-fo2 .fleetops-role-intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 20px;
}
.tt-fo2 .fleetops-role-intro h2 {
    font-size: 26px;
    font-weight: 850;
    color: var(--fo-navy);
    margin: 4px 0 4px;
}
.tt-fo2 .fleetops-role-intro p {
    font-size: 14px;
    color: var(--fo-muted);
}
.tt-fo2 .fleetops-role-current {
    background: #fff;
    border: 1px solid var(--fo-line);
    box-shadow: 0 2px 8px rgba(11, 92, 255, 0.06);
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12.5px;
    color: var(--fo-muted);
    white-space: nowrap;
}
.tt-fo2 .fleetops-role-current strong {
    color: var(--fo-blue);
    margin-left: 4px;
    font-weight: 800;
}
.tt-fo2 .fleetops-role-selector {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 20px;
}
.tt-fo2 .fleetops-role-option {
    background: #fff;
    border: 1.5px solid var(--fo-line);
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font: inherit;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition: all 0.18s ease;
}
.tt-fo2 .fleetops-role-option:hover {
    border-color: #bcd4f5;
    background: #fbfdff;
    transform: translateY(-2px);
}
.tt-fo2 .fleetops-role-option.is-selected {
    border-color: var(--fo-blue);
    background: #f0f6ff;
    box-shadow: 0 4px 16px rgba(11, 92, 255, 0.12);
}
.tt-fo2 .fleetops-role-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: #f0f4f9;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.tt-fo2 .fleetops-role-option.is-selected .fleetops-role-icon {
    background: var(--fo-blue);
}
.tt-fo2 .fleetops-role-option.is-selected .fleetops-role-icon img {
    filter: brightness(0) invert(1);
}
.tt-fo2 .fleetops-role-icon img {
    width: 22px;
    height: 22px;
}
.tt-fo2 .fleetops-role-option strong {
    display: block;
    font-size: 13.5px;
    font-weight: 800;
    color: var(--fo-navy);
}
.tt-fo2 .fleetops-role-option small {
    display: block;
    font-size: 11.5px;
    color: var(--fo-muted);
    margin-top: 2px;
}
.tt-fo2 .fleetops-role-content {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 20px;
}
.tt-fo2 .fleetops-role-message,
.tt-fo2 .fleetops-role-example {
    background: #fff;
    border: 1px solid var(--fo-line);
    border-radius: 16px;
    padding: 24px 26px;
    box-shadow: var(--fo-shadow);
}
.tt-fo2 .fleetops-role-label {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: var(--fo-blue);
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}
.tt-fo2 .fleetops-role-message h3 {
    font-size: 21px;
    font-weight: 800;
    color: var(--fo-navy);
    margin: 0 0 10px;
}
.tt-fo2 .fleetops-role-message > p {
    font-size: 13.5px;
    color: var(--fo-muted);
    margin: 0 0 16px;
    line-height: 1.55;
}
.tt-fo2 .fleetops-role-focus span {
    font-size: 11px;
    font-weight: 800;
    color: var(--fo-muted);
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.tt-fo2 .fleetops-role-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.tt-fo2 .fleetops-role-tags span {
    background: #eff6ff;
    color: var(--fo-blue);
    font-size: 11.5px;
    font-weight: 800;
    padding: 4px 11px;
    border-radius: 999px;
    border: 1px solid #d8e6f8;
}
.tt-fo2 .fleetops-role-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.tt-fo2 .fleetops-role-primary {
    background: var(--fo-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    transition: transform 0.16s ease;
}
.tt-fo2 .fleetops-role-primary:hover {
    transform: translateY(-1px);
}
.tt-fo2 .fleetops-role-secondary {
    background: #fff;
    border: 1px solid var(--fo-line);
    color: var(--fo-navy);
    font-size: 13px;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    transition: transform 0.16s ease;
}
.tt-fo2 .fleetops-role-secondary:hover {
    transform: translateY(-1px);
}
.tt-fo2 .fleetops-example-heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    border-bottom: 1px solid #f0f4f9;
    padding-bottom: 12px;
    margin-bottom: 18px;
}
.tt-fo2 .fleetops-example-heading span {
    font-size: 10.5px;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: var(--fo-blue);
    text-transform: uppercase;
}
.tt-fo2 .fleetops-example-heading strong {
    font-size: 13.5px;
    font-weight: 800;
    color: var(--fo-navy);
}
.tt-fo2 .fleetops-example-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.tt-fo2 .fleetops-flow-step {
    background: #f8fbff;
    border: 1px solid var(--fo-line);
    border-radius: 12px;
    padding: 14px 10px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 96px;
}
.tt-fo2 .fleetops-flow-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--fo-blue);
    font-weight: 900;
    font-size: 15px;
    z-index: 2;
}
.tt-fo2 .fleetops-flow-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--fo-blue);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 900;
    margin-bottom: 6px;
}
.tt-fo2 .fleetops-flow-step span {
    font-size: 11px;
    font-weight: 750;
    color: var(--fo-navy);
    line-height: 1.35;
}

/* ── Section: Practical Adoption Path ── */
.tt-fo2 .tt-transition-section {
    padding: 38px 0;
    background: #f8fbff;
    border-top: 1px solid var(--fo-line);
    border-bottom: 1px solid var(--fo-line);
}
.tt-fo2 .tt-transition-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 36px;
    align-items: center;
}
.tt-fo2 .tt-transition-copy h2 {
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 850;
    color: var(--fo-navy);
    margin: 4px 0 10px;
    line-height: 1.18;
}
.tt-fo2 .tt-transition-lead {
    font-size: 15px;
    color: var(--fo-navy-2);
    font-weight: 600;
    margin-bottom: 8px;
}
.tt-fo2 .tt-transition-copy p {
    font-size: 13.5px;
    color: var(--fo-muted);
    margin: 0 0 10px;
    line-height: 1.55;
}
.tt-fo2 .tt-transition-callout {
    background: #eff6ff;
    border-left: 4px solid var(--fo-blue);
    border-radius: 8px;
    padding: 12px 16px;
    margin: 16px 0;
}
.tt-fo2 .tt-transition-callout strong { display: block; color: var(--fo-navy); font-size: 13.5px; }
.tt-fo2 .tt-transition-callout span { color: var(--fo-blue); font-size: 12.5px; font-weight: 600; }
.tt-fo2 .tt-transition-actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}
.tt-fo2 .tt-transition-primary {
    background: var(--fo-blue);
    color: #ffffff;
    font-weight: 800;
    font-size: 13.5px;
    padding: 9px 18px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    transition: transform 0.16s ease;
}
.tt-fo2 .tt-transition-primary:hover { transform: translateY(-1px); }
.tt-fo2 .tt-transition-secondary {
    background: #ffffff;
    color: var(--fo-navy);
    border: 1px solid var(--fo-line);
    font-weight: 800;
    font-size: 13.5px;
    padding: 9px 18px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    transition: transform 0.16s ease;
}
.tt-fo2 .tt-transition-secondary:hover { transform: translateY(-1px); }
.tt-fo2 .tt-transition-principles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 26px;
}
.tt-fo2 .tt-transition-principles article {
    background: #ffffff;
    border: 1px solid var(--fo-line);
    border-radius: 14px;
    padding: 18px 16px;
    box-shadow: var(--fo-shadow);
}
.tt-fo2 .tt-transition-number {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eff6ff;
    color: var(--fo-blue);
    font-weight: 900;
    font-size: 11px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
}
.tt-fo2 .tt-transition-principles h3 {
    font-size: 14px;
    font-weight: 800;
    color: var(--fo-navy);
    margin: 0 0 6px;
}
.tt-fo2 .tt-transition-principles p {
    font-size: 12px;
    color: var(--fo-muted);
    margin: 0;
    line-height: 1.45;
}

/* ── Responsive ── */
@media (max-width: 1050px) {
    .tt-fo2 .fo-hero-grid, .tt-fo2 .fo-story-grid, .tt-fo2 .fo-platform-grid, .tt-fo2 .fo-automation-grid, .tt-fo2 .fo-adoption-grid { grid-template-columns: 1fr; }
    .tt-fo2 .fo-hero-stage { margin-top: 8px; }
    .tt-fo2 .fo-cap-grid { grid-template-columns: repeat(4, 1fr); }
    .tt-fo2 .fo-security-grid { grid-template-columns: 1fr repeat(2, 1fr); }
    .tt-fo2 .fo-security-intro { grid-column: 1 / -1; }
    .tt-fo2 .fleetops-role-selector { grid-template-columns: repeat(2, 1fr); }
    .tt-fo2 .fleetops-role-content { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .tt-fo2 .fo-container { width: min(100% - 24px, 1180px); }
    .tt-fo2 .fo-subnav-inner { align-items: flex-start; flex-direction: column; padding: 10px 0 0; }
    .tt-fo2 .fo-subnav nav { width: 100%; min-height: 44px; }
    .tt-fo2 .fo-benefits, .tt-fo2 .fo-flow, .tt-fo2 .fo-auto-flow, .tt-fo2 .fo-adopt-flow, .tt-fo2 .fo-showcase-grid, .tt-fo2 .fo-cap-grid, .tt-fo2 .fo-security-grid { grid-template-columns: 1fr; }
    .tt-fo2 .fo-flow-item::after, .tt-fo2 .fo-auto-item::after, .tt-fo2 .fo-adopt-step::after { display: none; }
    .tt-fo2 .fo-arch { grid-template-columns: 1fr; }
    .tt-fo2 .fo-assist-node { grid-column: auto; margin: 0; }
    .tt-fo2 .fo-cta { grid-template-columns: 1fr; text-align: center; }
    .tt-fo2 .fo-cta-icon { margin: auto; }
    .tt-fo2 .fo-cta .fo-btn-row { justify-content: center; }
    .tt-fo2 .fleetops-example-flow { grid-template-columns: 1fr; }
    .tt-fo2 .fleetops-flow-step:not(:last-child)::after { display: none; }
}

/* ── Global SVG & Icon Containment Safety ── */
.tt-fo2 svg { max-width: 100%; }
.fo-flow-icon svg,
.tt-fo2 .fo-flow-icon svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    display: block;
}
.fo-cta-icon svg,
.tt-fo2 .fo-cta-icon svg {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    display: block;
}

