/* ==========================================================================
   Sixfields Software — Stylesheet
   Author: Liam Foster
   ========================================================================== */

/* === Reset === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

/* === Brand variables === */
:root {
    --sf-navy-deep: #042C53;
    --sf-navy: #0C447C;
    --sf-blue-mid: #378ADD;
    --sf-blue-light: #85B7EB;
    --sf-accent: #4ADE80;
}

/* === Base === */
body {
    font-family: 'Inter', system-ui, sans-serif;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
}

header {
    padding-top: 20px;
    background: #021A33;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.sf-nav-pill {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sf-nav-mark {
    background: #ffffff;
    width: 45px;
    height: 32px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 24px;
    color: var(--sf-navy-deep);
    letter-spacing: -0.04em;
    line-height: 1;
}

.sf-wordmark {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #ffffff;
    line-height: 1;
}

.sf-nav-link {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    margin: 0 12px;
}

.sf-nav-link:hover {
    color: #ffffff;
}

.sf-nav-cta {
    background: var(--sf-accent);
    color: var(--sf-navy-deep);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 999px;
    text-decoration: none;
    margin-left: 12px;
}

/* ==========================================================================
   Hero
   ========================================================================== */

.sf-hero {
    padding: 60px 0 120px;
}

.sf-hero h1 {
    font-size: clamp(40px, 5.5vw, 64px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.05;
    color: #ffffff;
    margin: 0 0 24px;
    max-width: 720px;
}

.sf-hero .sf-sub {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    max-width: 480px;
    margin: 0 0 36px;
}

.sf-btn-primary {
    background: var(--sf-accent);
    color: var(--sf-navy-deep);
    font-size: 15px;
    font-weight: 500;
    padding: 13px 28px;
    border-radius: 999px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.15s ease;
}

.sf-btn-primary:hover {
    color: var(--sf-navy-deep);
    transform: translateY(-1px);
}

/* === Hero visual cards === */
.sf-hero-visual {
    position: relative;
    padding: 20px 0 20px 20px;
    min-height: 380px;
}

.sf-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
    padding: 16px 18px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 340px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.sf-card:hover {
    transform: translateY(-3px) rotate(0deg) !important;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.35);
    z-index: 10;
}

.sf-card--job {
    top: 0;
    left: 20px;
    transform: rotate(-2.5deg);
    z-index: 3;
}

.sf-card--route {
    top: 130px;
    left: 60px;
    transform: rotate(1.5deg);
    z-index: 2;
    max-width: 320px;
}

.sf-card--signoff {
    top: 290px;
    left: 0;
    transform: rotate(-1deg);
    z-index: 1;
    max-width: 300px;
}

.sf-card-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.sf-card-eyebrow {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: 500;
}

.sf-card-title {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.35;
}





/* =========================================================
   HERO V2 — dashboard + phone
   ========================================================= */
.sf-hero--v2 {
    padding: 4rem 0 6rem;
    overflow: hidden;
}

.sf-hero--v2 h1 {
    font-size: clamp(2.5rem, 4.5vw, 3.75rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
}

.sf-hero--v2 .sf-sub {
    max-width: 38ch;
    margin-bottom: 2rem;
}

.sf-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.sf-btn-ghost {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.5rem;
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sf-btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.04);
    color: #FFFFFF;
}

.sf-hero-trust {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
}

.sf-hero-trust-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ADE80;
    box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.2);
}

/* Stage holds dashboard + overlapping phone */
.sf-hero-stage {
    position: relative;
    padding-right: 60px; /* leaves room for phone overhang */
}

/* ===== DASHBOARD ===== */
.sf-dash {
    display: grid;
    grid-template-columns: 130px 1fr;
    background: #F7F8FA;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.5),
                0 10px 30px -10px rgba(0, 0, 0, 0.3);
    transform: perspective(1800px) rotateY(-4deg) rotateX(2deg);
    transform-origin: center;
}

.sf-dash-side {
    background: #FFFFFF;
    padding: 1rem 0.75rem;
    border-right: 1px solid #E5E9EF;
    font-size: 0.7rem;
}

.sf-dash-brand {
    padding: 0 0.5rem 1rem;
    border-bottom: 1px solid #F1F3F6;
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: center;
}

.sf-dash-brand-mark {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #042C53;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.95rem;
}

.sf-dash-nav-section {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94A3B8;
    padding: 0.75rem 0.5rem 0.4rem;
    font-weight: 600;
}

.sf-dash-nav-item {
    padding: 0.4rem 0.5rem;
    border-radius: 6px;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1px;
}

.sf-dash-nav-item.is-active {
    background: #EEF2F7;
    color: #042C53;
    font-weight: 600;
}

.sf-dash-nav-icon {
    width: 14px;
    text-align: center;
    color: #94A3B8;
    font-size: 0.65rem;
}

.sf-dash-nav-item.is-active .sf-dash-nav-icon {
    color: #042C53;
}

/* Main pane */
.sf-dash-main {
    padding: 1rem 1.25rem;
    background: #F7F8FA;
}

.sf-dash-head {
    margin-bottom: 0.85rem;
}

.sf-dash-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0F172A;
}

.sf-dash-welcome {
    font-size: 0.7rem;
    color: #64748B;
    margin-top: 1px;
}

.sf-dash-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.sf-dash-stat {
    background: #FFFFFF;
    border: 1px solid #E5E9EF;
    border-radius: 8px;
    padding: 0.6rem 0.7rem;
}

.sf-dash-stat--alert {
    border-color: #FCA5A5;
    background: #FEF2F2;
}

.sf-dash-stat-label {
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748B;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.sf-dash-stat-num {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.1;
}

.sf-dash-stat--alert .sf-dash-stat-num {
    color: #DC2626;
}

.sf-dash-stat-sub {
    font-size: 0.6rem;
    color: #94A3B8;
    margin-top: 0.2rem;
}

/* Calendar */
.sf-dash-calendar {
    background: #FFFFFF;
    border: 1px solid #E5E9EF;
    border-radius: 8px;
    padding: 0.75rem;
}

.sf-dash-cal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.sf-dash-cal-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0F172A;
}

.sf-dash-cal-today {
    font-size: 0.6rem;
    color: #042C53;
    background: #EEF2F7;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
}

.sf-dash-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.sf-dash-cal-dh {
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94A3B8;
    font-weight: 600;
    padding: 0.2rem 0.3rem;
}

.sf-dash-cal-day {
    background: #FAFBFC;
    border-radius: 4px;
    padding: 0.3rem;
    min-height: 38px;
    font-size: 0.6rem;
    color: #334155;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sf-dash-cal-day--mute {
    opacity: 0.35;
}

.sf-dash-cal-day--today {
    background: #EEF2F7;
    box-shadow: inset 0 0 0 1px #042C53;
}

.sf-dash-cal-day--today > span {
    color: #042C53;
    font-weight: 600;
}

.sf-dash-cal-ev {
    font-size: 0.5rem;
    padding: 1px 3px;
    border-radius: 2px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-dash-cal-ev--green { background: #DCFCE7; color: #166534; border-left: 2px solid #16A34A; }
.sf-dash-cal-ev--blue  { background: #DBEAFE; color: #1E40AF; border-left: 2px solid #2563EB; }
.sf-dash-cal-ev--amber { background: #FEF3C7; color: #92400E; border-left: 2px solid #D97706; }

/* ===== PHONE OVERLAY ===== */
.sf-hero-phone {
    position: absolute;
    right: -10px;
    bottom: -30px;
    width: 200px;
    background: #0F172A;
    border-radius: 28px;
    padding: 8px;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.6),
                0 10px 25px -5px rgba(0, 0, 0, 0.4);
    transform: rotate(4deg);
    z-index: 2;
}

.sf-hero-phone-screen {
    background: #FFFFFF;
    border-radius: 22px;
    padding: 1rem 0.85rem;
    color: #0F172A;
}

.sf-hero-phone-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 0.85rem;
}

.sf-hero-phone-dots {
    display: flex;
    gap: 2px;
}

.sf-hero-phone-dots i {
    width: 3px;
    height: 3px;
    background: #0F172A;
    border-radius: 50%;
    display: block;
}

.sf-hero-phone-eyebrow {
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748B;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.sf-hero-phone-title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.85rem;
}

.sf-hero-phone-stop {
    background: #F7F8FA;
    border: 1px solid #E5E9EF;
    border-radius: 8px;
    padding: 0.5rem 0.6rem;
    margin-bottom: 0.75rem;
}

.sf-hero-phone-stop-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.sf-hero-phone-stop-label {
    font-size: 0.6rem;
    color: #64748B;
    font-weight: 600;
}

.sf-hero-phone-badge {
    font-size: 0.55rem;
    background: #DCFCE7;
    color: #166534;
    padding: 1px 6px;
    border-radius: 3px;
    font-weight: 600;
}

.sf-hero-phone-address {
    font-size: 0.65rem;
    color: #475569;
}

.sf-hero-phone-actions {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.6rem;
}

.sf-hero-phone-action {
    flex: 1;
    background: #F7F8FA;
    border: 1px solid #E5E9EF;
    border-radius: 6px;
    padding: 0.4rem;
    font-size: 0.6rem;
    text-align: center;
    color: #475569;
}

.sf-hero-phone-action--primary {
    background: #042C53;
    border-color: #042C53;
    color: #FFFFFF;
}

.sf-hero-phone-cta {
    background: #16A34A;
    color: #FFFFFF;
    text-align: center;
    padding: 0.55rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
}
/* Muted variant for non-featured bands */
.sf-band-pill--muted {
    background: transparent;
    color: #6B7280;
    border: 1px solid #E5E9EF;
    font-weight: 500;
}
@media (max-width: 991.98px) {
    .sf-hero--v2 { padding: 3rem 0 4rem; }
    .sf-hero-stage { display: none; }
}
/* Dashboard + phone stage when used inside a content pillar */
.sf-hero-stage--pillar {
    padding-right: 50px;
    margin-top: 1rem;
}

.sf-hero-stage--pillar .sf-dash {
    /* slightly less aggressive tilt inside content sections */
    transform: perspective(1800px) rotateY(-3deg) rotateX(1deg);
}

@media (max-width: 991.98px) {
    .sf-hero-stage--pillar {
        display: none;
    }
}

/* Brand-mark variant of founder avatar */
.sf-founder-avatar--mark {
    background: #042C53;
    color: #FFFFFF;
    font-weight: 600;
    font-family: Inter, sans-serif;
    font-size: 2rem;
    letter-spacing: -0.02em;
}
/* =========================================================
   INDUSTRIES — decision-aid cues strip
   ========================================================= */
.sf-industry-cues {
    padding: 2.5rem 0;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E9EF;
}

.sf-industry-cues-label {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6B7280;
    margin-bottom: 1rem;
    text-align: center;
}

.sf-industry-cues-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .sf-industry-cues-list {
        grid-template-columns: 1fr;
    }
}

.sf-industry-cue {
    background: #F7F8FA;
    border: 1px solid #E5E9EF;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: all 0.2s ease;
}

.sf-industry-cue:hover {
    border-color: #042C53;
    background: #FFFFFF;
    box-shadow: 0 4px 12px rgba(4, 44, 83, 0.06);
}

.sf-industry-cue-q {
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.45;
}

.sf-industry-cue-a {
    font-size: 0.85rem;
    font-weight: 600;
    color: #042C53;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sf-industry-cue-a:hover {
    color: #16A34A;
}

/* =========================================================
   INDUSTRIES — shared core strip
   ========================================================= */
.sf-industry-core {
    padding: 4rem 0;
    background: #042C53;
    color: #FFFFFF;
}

.sf-industry-core-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.sf-industry-core-eyebrow {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4ADE80;
    margin-bottom: 1rem;
}

.sf-industry-core-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
}

.sf-industry-core-text {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1.75rem;
}

.sf-industry-core-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.sf-industry-core-pill {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.4rem 0.85rem;
    border-radius: 20px;
}

@media (max-width: 575.98px) {
    .sf-industry-core { padding: 3rem 0; }
}

/* =========================================================
   INDUSTRIES — "not on the list" catch block
   ========================================================= */
.sf-industry-other {
    padding: 4rem 0;
    background: #F7F8FA;
}

.sf-industry-other-inner {
    max-width: 920px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #E5E9EF;
    border-radius: 14px;
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    box-shadow: 0 1px 2px rgba(4, 44, 83, 0.04),
                0 8px 20px rgba(4, 44, 83, 0.05);
}

@media (max-width: 575.98px) {
    .sf-industry-other-inner {
        flex-direction: column;
        padding: 1.5rem;
        gap: 1rem;
    }
}

.sf-industry-other-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #EEF2F7;
    color: #042C53;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sf-industry-other-title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #0F172A;
    margin: 0 0 0.6rem;
    letter-spacing: -0.01em;
}

.sf-industry-other-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 1rem;
}

.sf-industry-other-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #042C53;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sf-industry-other-link:hover {
    color: #16A34A;
}



























/* === Badges === */
.sf-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
}

.sf-badge--green {
    background: rgba(74, 222, 128, 0.18);
    border: 1px solid rgba(74, 222, 128, 0.4);
    color: #4ADE80;
}

.sf-badge--blue {
    background: rgba(133, 183, 235, 0.18);
    border: 1px solid rgba(133, 183, 235, 0.4);
    color: #85B7EB;
}

/* Badge cycler — alternates between two badges */
.sf-badge-cycler {
    position: relative;
    min-width: 88px;
    height: 20px;
}

.sf-badge-cycler .sf-badge {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sf-badge-progress {
    animation: sf-badge-cycle-a 6s ease-in-out infinite;
}

.sf-badge-photo {
    animation: sf-badge-cycle-b 6s ease-in-out infinite;
    opacity: 0;
}

@keyframes sf-badge-cycle-a {
    0%, 45% { opacity: 1; }
    50%, 95% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes sf-badge-cycle-b {
    0%, 45% { opacity: 0; }
    50%, 95% { opacity: 1; }
    100% { opacity: 0; }
}

/* === Card meta === */
.sf-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sf-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #378ADD, #85B7EB);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 600;
    color: #ffffff;
}

.sf-meta-text {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
}

.sf-meta-dot {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
}

/* === Route list === */
.sf-route-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 6px;
}

.sf-route-stop {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sf-route-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.sf-route-dot--done {
    background: #4ADE80;
}

.sf-route-dot--active {
    background: #378ADD;
    box-shadow: 0 0 0 4px rgba(55, 138, 221, 0.25);
}

.sf-route-dot--pending {
    background: rgba(255, 255, 255, 0.2);
}

.sf-route-name {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    flex: 1;
}

.sf-route-name--current {
    color: #ffffff;
    font-weight: 500;
}

.sf-route-name--pending {
    color: rgba(255, 255, 255, 0.5);
}

.sf-route-time {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.sf-route-time--now {
    color: #4ADE80;
    font-weight: 500;
}

.sf-route-time--pending {
    color: rgba(255, 255, 255, 0.4);
}

/* Pulsing route dot */
.sf-pulse {
    animation: sf-pulse-ring 2s infinite;
}

@keyframes sf-pulse-ring {
    0% { box-shadow: 0 0 0 0 rgba(55, 138, 221, 0.5); }
    70% { box-shadow: 0 0 0 10px rgba(55, 138, 221, 0); }
    100% { box-shadow: 0 0 0 0 rgba(55, 138, 221, 0); }
}

/* Floating sign-off card */
.sf-float {
    animation: sf-card-float 4s ease-in-out infinite;
}

@keyframes sf-card-float {
    0%, 100% { transform: rotate(-1deg) translateY(0); }
    50% { transform: rotate(-1deg) translateY(-4px); }
}

.sf-signoff-name {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
}





/* =========================================================
   DESIGNED AROUND REAL WORK — before / after
   ========================================================= */
.sf-proof {
    padding: 6rem 0;
    background: #F7F8FA;
}

.sf-proof-card {
    background: #FFFFFF;
    border: 1px solid #E5E9EF;
    border-radius: 16px;
    overflow: hidden;
    max-width: 1040px;
    margin: 3rem auto 0;
    box-shadow: 0 1px 2px rgba(4, 44, 83, 0.04),
                0 8px 24px rgba(4, 44, 83, 0.06);
}

/* Header strip — neutral, not a customer claim */
.sf-proof-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: #042C53;
    color: #FFFFFF;
}

.sf-proof-header-mark {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    flex-shrink: 0;
}

.sf-proof-header-title {
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.3;
    color: #FFFFFF;
}

.sf-proof-header-meta {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 2px;
}

/* Before / after grid */
.sf-proof-grid {
    border-top: 1px solid #E5E9EF;
}

.sf-proof-col {
    padding: 2rem;
}

.sf-proof-col--before {
    background: #FFFFFF;
    border-right: 1px solid #E5E9EF;
}

.sf-proof-col--after {
    background: #FAFCFA;
}

@media (max-width: 767.98px) {
    .sf-proof-col--before {
        border-right: 0;
        border-bottom: 1px solid #E5E9EF;
    }
}

.sf-proof-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6B7280;
    margin-bottom: 1.25rem;
}

.sf-proof-label-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.sf-proof-label-dot--red {
    background: #DC2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

.sf-proof-label-dot--green {
    background: #16A34A;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

.sf-proof-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sf-proof-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.85rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #374151;
}

.sf-proof-list li:last-child {
    margin-bottom: 0;
}

/* Before column — neutral marker */
.sf-proof-col--before .sf-proof-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 10px;
    height: 2px;
    background: #9CA3AF;
    border-radius: 1px;
}

/* After column — green tick */
.sf-proof-col--after .sf-proof-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6L5 9L10 3' stroke='%2316A34A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

/* Footer positioning line */
.sf-proof-footer {
    padding: 1.75rem 2rem;
    background: #FFFFFF;
    border-top: 1px solid #E5E9EF;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.sf-proof-quote-mark {
    font-family: Georgia, serif;
    font-size: 2.5rem;
    line-height: 1;
    color: #042C53;
    opacity: 0.25;
    margin-top: -0.25rem;
    flex-shrink: 0;
}

.sf-proof-quote-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #374151;
    margin: 0;
    font-style: italic;
}

@media (max-width: 575.98px) {
    .sf-proof { padding: 4rem 0; }
    .sf-proof-header { padding: 1.25rem 1.5rem; }
    .sf-proof-col { padding: 1.5rem; }
    .sf-proof-footer { padding: 1.5rem; }
}
/* =========================================================
   DESIGNED AROUND REAL WORK — scenario carousel
   ========================================================= */
.sf-proof {
    padding: 6rem 0;
    background: #F7F8FA;
    overflow: hidden; /* keeps the off-screen slides from causing horizontal scroll on the page */
}

.sf-scenarios {
    margin-top: 3rem;
}

/* Viewport masks the track */
.sf-scenarios-viewport {
    overflow: hidden;
    cursor: grab;
}

.sf-scenarios-viewport:active {
    cursor: grabbing;
}

/* Track holds the slides side-by-side */
.sf-scenarios-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

/* Each slide is exactly 100% of the viewport */
.sf-scenario {
    flex: 0 0 100%;
    min-width: 0;
    padding: 0 1px; /* tiny breathing space so card shadows don't clip */
}

/* The card inside — same as before */
.sf-proof-card {
    background: #FFFFFF;
    border: 1px solid #E5E9EF;
    border-radius: 16px;
    overflow: hidden;
    max-width: 1040px;
    margin: 0 auto;
    box-shadow: 0 1px 2px rgba(4, 44, 83, 0.04),
                0 8px 24px rgba(4, 44, 83, 0.06);
}

.sf-proof-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: #042C53;
    color: #FFFFFF;
}

.sf-proof-header-mark {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    flex-shrink: 0;
}

.sf-proof-header-title {
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.3;
    color: #FFFFFF;
}

.sf-proof-header-meta {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 2px;
}

.sf-proof-grid {
    border-top: 1px solid #E5E9EF;
}

.sf-proof-col {
    padding: 2rem;
}

.sf-proof-col--before {
    background: #FFFFFF;
    border-right: 1px solid #E5E9EF;
}

.sf-proof-col--after {
    background: #FAFCFA;
}

@media (max-width: 767.98px) {
    .sf-proof-col--before {
        border-right: 0;
        border-bottom: 1px solid #E5E9EF;
    }
}

.sf-proof-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6B7280;
    margin-bottom: 1.25rem;
}

.sf-proof-label-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.sf-proof-label-dot--red {
    background: #DC2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

.sf-proof-label-dot--green {
    background: #16A34A;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

.sf-proof-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sf-proof-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.85rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #374151;
}

.sf-proof-list li:last-child {
    margin-bottom: 0;
}

.sf-proof-col--before .sf-proof-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 10px;
    height: 2px;
    background: #9CA3AF;
    border-radius: 1px;
}

.sf-proof-col--after .sf-proof-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6L5 9L10 3' stroke='%2316A34A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

.sf-proof-footer {
    padding: 1.75rem 2rem;
    background: #FFFFFF;
    border-top: 1px solid #E5E9EF;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.sf-proof-quote-mark {
    font-family: Georgia, serif;
    font-size: 2.5rem;
    line-height: 1;
    color: #042C53;
    opacity: 0.25;
    margin-top: -0.25rem;
    flex-shrink: 0;
}

.sf-proof-quote-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #374151;
    margin: 0;
    font-style: italic;
}

/* ===== Carousel controls ===== */
.sf-scenarios-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 2rem;
}

.sf-scenarios-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #E5E9EF;
    background: #FFFFFF;
    color: #042C53;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(4, 44, 83, 0.04);
}

.sf-scenarios-arrow:hover {
    border-color: #042C53;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(4, 44, 83, 0.1);
}

.sf-scenarios-arrow:focus-visible {
    outline: 2px solid #042C53;
    outline-offset: 2px;
}

.sf-scenarios-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.sf-scenarios-dots {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sf-scenarios-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: #CBD5E1;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sf-scenarios-dot:hover {
    background: #94A3B8;
}

.sf-scenarios-dot.is-active {
    background: #042C53;
    width: 24px;
    border-radius: 4px;
}

.sf-scenarios-dot:focus-visible {
    outline: 2px solid #042C53;
    outline-offset: 2px;
}

@media (max-width: 575.98px) {
    .sf-proof { padding: 4rem 0; }
    .sf-proof-header { padding: 1.25rem 1.5rem; }
    .sf-proof-col { padding: 1.5rem; }
    .sf-proof-footer { padding: 1.5rem; }
    .sf-scenarios-arrow { width: 40px; height: 40px; }
}
/* =========================================================
   PRICING — hero price figure
   ========================================================= */
.sf-price-figure {
    color: #4ADE80;
    font-weight: 700;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.sf-price-anchors {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem 1.5rem;
    margin: 2rem auto;
    max-width: 620px;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .sf-price-anchors {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }
}

.sf-price-anchor {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    line-height: 1.4;
}

.sf-price-anchor-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(74, 222, 128, 0.15);
    color: #4ADE80;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sf-price-honest-line {
    margin: 1.5rem auto 0;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border-left: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 0 6px 6px 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    max-width: 620px;
}

.sf-price-honest-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FCD34D;
    flex-shrink: 0;
    margin-top: 0.5rem;
}

/* =========================================================
   BANDS — featured band emphasis
   ========================================================= */
.sf-band--featured {
    background: #FFFFFF;
    border: 1px solid #042C53;
    border-radius: 10px;
    padding: 1.25rem;
    margin: 0.5rem -1.25rem;
    box-shadow: 0 1px 2px rgba(4, 44, 83, 0.04),
                0 8px 24px rgba(4, 44, 83, 0.08);
    position: relative;
}

.sf-band--featured .sf-band-label {
    color: #042C53;
    font-weight: 700;
}

.sf-band-pill {
    display: inline-block;
    background: #042C53;
    color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

@media (max-width: 575.98px) {
    .sf-band--featured {
        margin: 0.5rem 0;
    }
}









/* === Stat cards === */
.sf-stat-card {
    position: absolute;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 5;
}

.sf-stat-card--live {
    top: 0;
    right: 8px;
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.3);
    transform: rotate(2deg);
}

.sf-stat-card--count {
    bottom: -8px;
    right: 0;
    background: rgba(133, 183, 235, 0.10);
    border: 1px solid rgba(133, 183, 235, 0.25);
    transform: rotate(-2deg);
}

.sf-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4ADE80;
    flex-shrink: 0;
    animation: sf-live-blink 1.5s ease-in-out infinite;
}

.sf-stat-label {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 2px;
}

.sf-stat-value {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.sf-stat-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.sf-stat-counter {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1;
    display: inline-block;
    animation: sf-counter-tick 8s ease-in-out infinite;
}

.sf-stat-suffix {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
}

@keyframes sf-live-blink {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6);
    }
    50% {
        opacity: 0.6;
        box-shadow: 0 0 0 4px rgba(74, 222, 128, 0);
    }
}

@keyframes sf-counter-tick {
    0%, 90%, 100% { transform: translateY(0); }
    93% { transform: translateY(-2px); }
    96% { transform: translateY(0); }
}

/* ==========================================================================
   Section: shared section intro
   ========================================================================== */

.sf-section-intro {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}

.sf-eyebrow {
    font-size: 12px;
    font-weight: 500;
    color: var(--sf-blue-mid);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.sf-eyebrow--green {
    color: var(--sf-accent);
}

.sf-section-title {
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 500;
    color: var(--sf-navy-deep);
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin: 0 0 18px;
}

.sf-section-sub {
    font-size: 17px;
    color: #5A6878;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   Section: Problem / Solution
   ========================================================================== */

.sf-problem {
    background: #ffffff;
    color: var(--sf-navy-deep);
    padding: 80px 0 100px;
}

.sf-pain-grid {
    margin-bottom: 60px;
}

.sf-pain-card {
    background: #FAFAF9;
    border: 1px solid #EAEDF1;
    border-radius: 12px;
    padding: 22px;
    height: 100%;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.sf-pain-card:hover {
    transform: translateY(-2px);
    border-color: #D4DAE3;
}

.sf-pain-icon {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.sf-pain-icon--red    { background: #FEF1F0; color: #D85745; }
.sf-pain-icon--blue   { background: #F0F4FB; color: #3F6CB8; }
.sf-pain-icon--amber  { background: #FEF7E6; color: #C19438; }
.sf-pain-icon--purple { background: #F1EAF4; color: #7C51A1; }

.sf-pain-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    margin: 0 0 8px;
    letter-spacing: -0.01em;
}

.sf-pain-text {
    font-size: 14px;
    color: #5A6878;
    line-height: 1.55;
    margin: 0;
}

/* === Solution block === */
.sf-solution-block {
    background: linear-gradient(135deg, #042C53 0%, #0C447C 100%);
    border-radius: 16px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.sf-solution-inner {
    padding: 48px 44px;
    max-width: 640px;
}

.sf-solution-title {
    font-size: clamp(24px, 2.6vw, 32px);
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin: 0 0 18px;
}

.sf-solution-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    margin: 0 0 26px;
}

.sf-btn-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* ==========================================================================
   Section: How it works (Two perspectives)
   ========================================================================== */

.sf-howitworks {
    background: #F5F7FA;
    color: var(--sf-navy-deep);
    padding: 80px 0 100px;
}

.sf-perspectives {
    align-items: stretch;
}

.sf-perspective-card {
    background: #ffffff;
    border: 1px solid #EAEDF1;
    border-radius: 16px;
    padding: 32px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sf-perspective-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 11px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sf-label-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.sf-label-dot--green { background: var(--sf-accent); }
.sf-label-dot--blue  { background: var(--sf-blue-mid); }

/* Phone mockup */
.sf-phone {
    background: var(--sf-navy-deep);
    border-radius: 28px;
    padding: 8px;
    box-shadow: 0 20px 50px rgba(4, 44, 83, 0.25);
    width: 100%;
    max-width: 240px;
    margin: 0 auto 28px;
}

.sf-phone-screen {
    background: var(--sf-navy);
    border-radius: 22px;
    overflow: hidden;
    padding: 14px 12px;
}

.sf-phone-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.5);
}

.sf-phone-dots {
    display: flex;
    gap: 3px;
}

.sf-phone-dots i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
}

.sf-phone-eyebrow {
    font-size: 9px;
    color: var(--sf-blue-light);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: 500;
}

.sf-phone-title {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 14px;
}

.sf-phone-stop {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.sf-phone-stop-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.sf-phone-stop-label {
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
}

.sf-phone-badge {
    background: rgba(74, 222, 128, 0.18);
    border: 1px solid rgba(74, 222, 128, 0.4);
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 500;
    color: var(--sf-accent);
}

.sf-phone-address {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}

.sf-phone-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 10px;
}

.sf-phone-action {
    background: rgba(255, 255, 255, 0.08);
    padding: 8px 6px;
    border-radius: 8px;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.sf-phone-action--primary {
    background: #ffffff;
    color: var(--sf-navy-deep);
    font-weight: 600;
}

.sf-phone-cta {
    background: var(--sf-accent);
    padding: 9px 10px;
    border-radius: 999px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    color: var(--sf-navy-deep);
}

/* Desktop mockup */
.sf-desktop {
    margin-bottom: 28px;
}

.sf-desktop-chrome {
    background: var(--sf-navy-deep);
    border-radius: 12px 12px 0 0;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sf-desktop-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.sf-desktop-dot--red   { background: #FF5F57; }
.sf-desktop-dot--amber { background: #FFBD2E; }
.sf-desktop-dot--green { background: #28CA42; }

.sf-desktop-url {
    margin-left: 12px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.sf-desktop-screen {
    background: #F8FAFC;
    border-radius: 0 0 12px 12px;
    padding: 18px;
    box-shadow: 0 12px 30px rgba(4, 44, 83, 0.15);
}

.sf-desktop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.sf-desktop-h-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--sf-navy-deep);
}

.sf-desktop-tabs {
    display: flex;
    gap: 6px;
}

.sf-desktop-tab {
    background: #ffffff;
    border: 1px solid #EAEDF1;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 9px;
    color: #5A6878;
}

.sf-desktop-tab--active {
    background: var(--sf-navy-deep);
    border-color: var(--sf-navy-deep);
    color: #ffffff;
    font-weight: 500;
}

.sf-desktop-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 14px;
}

.sf-desktop-stat {
    background: #ffffff;
    border: 1px solid #EAEDF1;
    border-radius: 8px;
    padding: 10px;
}

.sf-desktop-stat-label {
    font-size: 9px;
    color: #5A6878;
    margin-bottom: 4px;
}

.sf-desktop-stat-num {
    font-size: 18px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    letter-spacing: -0.02em;
}

.sf-desktop-stat-num--green {
    color: #2A9F5C;
}

.sf-desktop-table {
    background: #ffffff;
    border: 1px solid #EAEDF1;
    border-radius: 8px;
    overflow: hidden;
}

.sf-desktop-trow {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 0.7fr;
    padding: 9px 12px;
    border-bottom: 1px solid #F0F2F5;
    font-size: 11px;
    align-items: center;
    color: #5A6878;
}

.sf-desktop-trow:last-child {
    border-bottom: none;
}

.sf-desktop-trow--head {
    background: #FAFBFC;
    padding: 8px 12px;
    font-size: 9px;
    font-weight: 600;
    color: #5A6878;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sf-desktop-tcell--strong {
    color: var(--sf-navy-deep);
    font-weight: 500;
}

.sf-desktop-tcell--right {
    text-align: right;
    font-size: 10px;
}

.sf-desktop-pill {
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 500;
    display: inline-block;
}

.sf-desktop-pill--green {
    background: rgba(74, 222, 128, 0.15);
    color: #2A9F5C;
}

.sf-desktop-pill--blue {
    background: rgba(133, 183, 235, 0.2);
    color: #2872C0;
}

.sf-desktop-pill--grey {
    background: #F0F2F5;
    color: #5A6878;
}

.sf-perspective-text {
    margin-top: auto;
}

.sf-perspective-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}

.sf-perspective-desc {
    font-size: 14px;
    color: #5A6878;
    line-height: 1.55;
    margin: 0;
}

/* ==========================================================================
   Section: Industries
   ========================================================================== */

.sf-industries {
    background: #F5F7FA;
    color: var(--sf-navy-deep);
    padding: 80px 0 100px;
}

.sf-industry-grid {
    margin-bottom: 0;
}

.sf-industry-card {
    background: #ffffff;
    border: 1px solid #EAEDF1;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sf-industry-card:hover {
    transform: translateY(-3px);
    border-color: #D4DAE3;
    box-shadow: 0 12px 32px rgba(4, 44, 83, 0.08);
    text-decoration: none;
}

.sf-industry-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.sf-industry-icon--blue   { background: #F0F4FB; color: #3F6CB8; }
.sf-industry-icon--amber  { background: #FEF7E6; color: #C19438; }
.sf-industry-icon--purple { background: #F1EAF4; color: #7C51A1; }
.sf-industry-icon--green  { background: #E8F7EE; color: #2A9F5C; }

.sf-industry-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sf-industry-eyebrow--blue   { color: #3F6CB8; }
.sf-industry-eyebrow--amber  { color: #C19438; }
.sf-industry-eyebrow--purple { color: #7C51A1; }
.sf-industry-eyebrow--green  { color: #2A9F5C; }

.sf-industry-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    letter-spacing: -0.015em;
    line-height: 1.2;
    margin: 0;
}

.sf-industry-text {
    font-size: 13px;
    color: #5A6878;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.sf-industry-link {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
    transition: gap 0.2s ease;
}

.sf-industry-card:hover .sf-industry-link {
    gap: 8px;
}

.sf-industry-link--blue   { color: #3F6CB8; }
.sf-industry-link--amber  { color: #C19438; }
.sf-industry-link--purple { color: #7C51A1; }
.sf-industry-link--green  { color: #2A9F5C; }

.sf-industry-extra {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #5A6878;
}

.sf-industry-extra-link {
    color: var(--sf-navy-deep);
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid var(--sf-navy-deep);
}

.sf-industry-extra-link:hover {
    color: var(--sf-navy-deep);
    border-bottom-color: transparent;
}

/* ==========================================================================
   Section: Comparison
   ========================================================================== */

.sf-comparison {
    background: #ffffff;
    color: var(--sf-navy-deep);
    padding: 80px 0 100px;
}

.sf-compare-table {
    max-width: 940px;
    margin: 0 auto;
    border: 1px solid #EAEDF1;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
}

.sf-compare-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
}

.sf-compare-row:not(.sf-compare-row--head):not(.sf-compare-row--last) .sf-compare-cell {
    border-bottom: 1px solid #F0F2F5;
}

/* Dark Sixfields column needs its own bottom-border treatment so it stays solid */
.sf-compare-row:not(.sf-compare-row--head):not(.sf-compare-row--last) .sf-compare-cell--us {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sf-compare-row--head .sf-compare-cell {
    background: #FAFBFD;
    padding: 18px 24px;
    border-bottom: 1px solid #EAEDF1;
}

.sf-compare-row--head .sf-compare-col-us {
    background: var(--sf-navy-deep);
    border-bottom-color: var(--sf-navy-deep);
}

.sf-compare-cell {
    padding: 18px 24px;
}

.sf-compare-cell--col {
    text-align: center;
    border-left: 1px solid #EAEDF1;
}

.sf-compare-cell--mid,
.sf-compare-cell--us {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #F0F2F5;
}

.sf-compare-cell--us {
    background: var(--sf-navy-deep);
    border-left-color: rgba(255, 255, 255, 0.08);
}

.sf-compare-col-eyebrow {
    font-size: 11px;
    font-weight: 600;
    color: #5A6878;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.sf-compare-col-eyebrow--green {
    color: var(--sf-accent);
}

.sf-compare-col-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--sf-navy-deep);
}

.sf-compare-col-title--white {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.sf-compare-mark {
    background: #ffffff;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    letter-spacing: -0.04em;
    line-height: 1;
}

.sf-compare-feature {
    font-size: 14px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    margin-bottom: 4px;
}

.sf-compare-desc {
    font-size: 12px;
    color: #5A6878;
    line-height: 1.5;
}

/* Tick and cross icons (encoded SVG) */
.sf-tick {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l5 5L20 7' stroke='%232A9F5C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sf-tick--us {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l5 5L20 7' stroke='%234ADE80' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.sf-cross {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 18L18 6M6 6l12 12' stroke='%23C8CDD4' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sf-compare-footer {
    max-width: 720px;
    margin: 36px auto 0;
    text-align: center;
    font-size: 14px;
    color: #5A6878;
    line-height: 1.6;
}

.sf-compare-footer-link {
    color: var(--sf-navy-deep);
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid var(--sf-navy-deep);
}

.sf-compare-footer-link:hover {
    border-bottom-color: transparent;
}

/* === Pricing callout === */
.sf-pricing-callout {
    max-width: 940px;
    margin: 40px auto 0;
    background: linear-gradient(135deg, #042C53 0%, #0C447C 100%);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.sf-pricing-callout-inner {
    padding: 40px 44px;
    max-width: 700px;
}

.sf-pricing-callout-eyebrow {
    font-size: 12px;
    font-weight: 500;
    color: var(--sf-accent);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.sf-pricing-callout-title {
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.025em;
    line-height: 1.25;
    margin: 0 0 16px;
}

.sf-pricing-callout-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    margin: 0 0 24px;
}

.sf-pricing-callout-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--sf-accent);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.sf-pricing-callout-link:hover {
    color: var(--sf-accent);
    gap: 10px;
}

/* ==========================================================================
   Accessibility — reduced motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    .sf-pulse,
    .sf-float,
    .sf-badge-progress,
    .sf-badge-photo,
    .sf-live-dot,
    .sf-stat-counter {
        animation: none;
    }
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 991px) {
    .sf-perspectives {
        gap: 24px;
    }
    .sf-howitworks {
        padding: 60px 0 80px;
    }
}

@media (max-width: 768px) {
    .sf-problem,
    .sf-industries,
    .sf-comparison {
        padding: 60px 0 70px;
    }
    .sf-pain-grid {
        margin-bottom: 40px;
    }
    .sf-solution-inner {
        padding: 36px 28px;
    }
    .sf-compare-row {
        grid-template-columns: 1.2fr 0.6fr 0.6fr;
    }
    .sf-compare-cell {
        padding: 14px 12px;
    }
    .sf-compare-feature {
        font-size: 13px;
    }
    .sf-compare-desc {
        font-size: 11px;
    }
    .sf-compare-col-title {
        font-size: 12px;
    }
    .sf-tick,
    .sf-cross {
        width: 16px;
        height: 16px;
    }
    .sf-pricing-callout-inner {
        padding: 32px 28px;
    }
}

/* ==========================================================================
   Section: Final CTA
   ========================================================================== */

.sf-final-cta {
    background: linear-gradient(135deg, #042C53 0%, #0C447C 100%);
    padding: 80px 0;
    color: #ffffff;
    text-align: center;
}

.sf-final-cta-inner {
    max-width: 720px;
    margin: 0 auto;
}

.sf-final-cta-title {
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 0 0 18px;
}

.sf-final-cta-text {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    max-width: 540px;
    margin: 0 auto 36px;
}

.sf-final-cta-buttons {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.sf-btn-secondary {
    background: transparent;
    padding: 13px 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: background 0.15s ease;
}

.sf-btn-secondary:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

/* ==========================================================================
   Footer
   ========================================================================== */

.sf-footer {
    background: #021A33;
    color: rgba(255, 255, 255, 0.65);
    padding: 60px 0 0;
}

.sf-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 50px;
}

.sf-footer-brand .sf-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    text-decoration: none;
}

.sf-footer-wordmark {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.sf-footer-strap {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    margin: 0 0 20px;
    max-width: 280px;
}

.sf-footer-address {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
}

.sf-footer-address a {
    color: var(--sf-blue-light);
    text-decoration: none;
}

.sf-footer-address a:hover {
    color: #ffffff;
}

.sf-footer-heading {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.sf-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sf-footer-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color 0.15s ease;
}

.sf-footer-links a:hover {
    color: #ffffff;
}

.sf-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sf-footer-copy,
.sf-footer-tagline {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

.sf-footer-hosting {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-align: center;
    flex: 1;
    justify-content: center;
}

.sf-footer-hosting svg {
    color: var(--sf-accent);
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .sf-final-cta {
        padding: 60px 0;
    }
    .sf-footer {
        padding: 40px 0 0;
    }
    .sf-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        padding-bottom: 32px;
    }
    .sf-footer-brand {
        grid-column: span 2;
    }
    .sf-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .sf-footer-hosting {
        flex: none;
        justify-content: flex-start;
        text-align: left;
    }
}

/* ==========================================================================
   Industry pages
   ========================================================================== */

/* Hero industry eyebrow */
.sf-industry-eyebrow-hero {
    display: inline-block;
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.3);
    color: var(--sf-accent);
    font-size: 12px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 999px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

/* Dark version of secondary button (for use on navy backgrounds in hero) */
.sf-btn-secondary--dark {
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.sf-btn-secondary--dark:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

/* ==========================================================================
   Sub-vertical strip
   ========================================================================== */

.sf-subvertical {
    background: var(--sf-navy-deep);
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sf-subvertical-label {
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 18px;
}

.sf-subvertical-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
}

.sf-subvertical-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease;
}

.sf-subvertical-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* ==========================================================================
   Numbered flow (How it works on industry pages)
   ========================================================================== */

.sf-flow {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.sf-flow-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 24px;
    align-items: flex-start;
}

.sf-flow-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sf-blue-mid), var(--sf-navy));
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    box-shadow: 0 4px 16px rgba(55, 138, 221, 0.25);
    flex-shrink: 0;
    margin-top: 2px;
}

.sf-flow-content {
    padding-top: 6px;
}

.sf-flow-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    margin: 0 0 8px;
    letter-spacing: -0.015em;
}

.sf-flow-text {
    font-size: 15px;
    color: #5A6878;
    line-height: 1.65;
    margin: 0;
}

/* ==========================================================================
   Feature cards (3-column on industry pages)
   ========================================================================== */

.sf-features {
    background: #FAFBFD;
    color: var(--sf-navy-deep);
    padding: 80px 0 100px;
}

.sf-feature-card {
    background: #ffffff;
    border: 1px solid #EAEDF1;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sf-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.sf-feature-icon--blue   { background: #F0F4FB; color: #3F6CB8; }
.sf-feature-icon--green  { background: #E8F7EE; color: #2A9F5C; }
.sf-feature-icon--purple { background: #F1EAF4; color: #7C51A1; }
.sf-feature-icon--amber  { background: #FEF7E6; color: #C19438; }

.sf-feature-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    margin: 0 0 10px;
    letter-spacing: -0.015em;
}

.sf-feature-text {
    font-size: 14px;
    color: #5A6878;
    line-height: 1.6;
    margin: 0 0 18px;
}

.sf-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #F0F2F5;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sf-feature-list li {
    font-size: 13px;
    color: #5A6878;
    line-height: 1.5;
    padding-left: 22px;
    position: relative;
}

.sf-feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l5 5L20 7' stroke='%232A9F5C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ==========================================================================
   FAQ section
   ========================================================================== */

.sf-faq {
    background: #ffffff;
    color: var(--sf-navy-deep);
    padding: 80px 0 100px;
}

.sf-faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sf-faq-item {
    background: #FAFBFD;
    border: 1px solid #EAEDF1;
    border-radius: 12px;
    padding: 24px 28px;
    transition: border-color 0.2s ease;
}

.sf-faq-item:hover {
    border-color: #D4DAE3;
}

.sf-faq-question {
    font-size: 16px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    margin: 0 0 10px;
    letter-spacing: -0.01em;
}

.sf-faq-answer {
    font-size: 14px;
    color: #5A6878;
    line-height: 1.65;
    margin: 0;
}

/* ==========================================================================
   Industry page comparison — 4-col override (small/enterprise/sixfields)
   ========================================================================== */

.sf-comparison .sf-compare-row:has(> :nth-child(4)) {
    grid-template-columns: 1.6fr 0.9fr 0.9fr 0.9fr;
}

.sf-comparison .sf-compare-row--head .sf-compare-cell--col {
    padding: 16px 14px;
}

.sf-comparison .sf-compare-row--head .sf-compare-col-title {
    font-size: 13px;
}

@media (max-width: 768px) {
    .sf-flow-step {
        grid-template-columns: 44px 1fr;
        gap: 16px;
    }
    .sf-flow-number {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
    .sf-flow-title {
        font-size: 16px;
    }
    .sf-flow-text {
        font-size: 14px;
    }
    .sf-features {
        padding: 60px 0 70px;
    }
    .sf-faq {
        padding: 60px 0 70px;
    }
    .sf-comparison .sf-compare-row:has(> :nth-child(4)) {
        grid-template-columns: 1.4fr 0.5fr 0.5fr 0.6fr;
    }
}

/* ==========================================================================
   Product Page
   ========================================================================== */

/* Product hero — shorter, punchier than homepage */
.sf-product-hero {
    padding: 60px 0 80px;
    color: #ffffff;
}

.sf-product-hero-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.sf-product-hero h1 {
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.08;
    color: #ffffff;
    margin: 16px 0 22px;
}

.sf-product-hero-sub {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    max-width: 640px;
    margin: 0 auto 36px;
}

.sf-product-hero-buttons {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Product index — anchor jump links between hero and pillars */
.sf-product-index {
    background: var(--sf-navy-deep);
    padding: 0 0 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sf-product-index-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    max-width: 1100px;
    margin: 0 auto;
}

.sf-product-index-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 14px 16px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 500;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sf-product-index-item span {
    font-size: 11px;
    color: var(--sf-accent);
    font-weight: 600;
    letter-spacing: 0.06em;
}

.sf-product-index-item:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(74, 222, 128, 0.35);
    color: #ffffff;
    transform: translateY(-2px);
}

/* ==========================================================================
   Pillars — alternating light / dark backgrounds
   ========================================================================== */

.sf-pillar {
    padding: 90px 0;
}

.sf-pillar--light {
    background: #ffffff;
    color: var(--sf-navy-deep);
}

.sf-pillar--dark {
    background: #042C53;
    color: #ffffff;
}

.sf-pillar-num {
    font-family: 'Inter', sans-serif;
    font-size: 56px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    color: rgba(55, 138, 221, 0.18);
    margin-bottom: 12px;
}

.sf-pillar--dark .sf-pillar-num {
    color: rgba(133, 183, 235, 0.22);
}

.sf-pillar-title {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.15;
    color: var(--sf-navy-deep);
    margin: 12px 0 22px;
}

.sf-pillar-title--white {
    color: #ffffff;
}

.sf-pillar-text {
    font-size: 16px;
    color: #5A6878;
    line-height: 1.7;
    margin: 0 0 18px;
}

.sf-pillar-text--light {
    color: rgba(255, 255, 255, 0.78);
}

.sf-pillar-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sf-pillar-list li {
    font-size: 14px;
    color: var(--sf-navy-deep);
    line-height: 1.55;
    padding-left: 24px;
    position: relative;
}

.sf-pillar-list--dark li {
    color: rgba(255, 255, 255, 0.85);
}

.sf-pillar-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l5 5L20 7' stroke='%232A9F5C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sf-pillar-list--dark li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l5 5L20 7' stroke='%234ADE80' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.sf-pillar-visual {
    position: relative;
}

/* ==========================================================================
   Mockup base components — desktop browser chrome
   ========================================================================== */

.sf-mockup-desktop {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(4, 44, 83, 0.18), 0 4px 12px rgba(4, 44, 83, 0.06);
    border: 1px solid #EAEDF1;
}

.sf-pillar--dark .sf-mockup-desktop {
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.12);
}

.sf-mockup-chrome {
    background: var(--sf-navy-deep);
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sf-mockup-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.sf-mockup-dot--red { background: #FF5F57; }
.sf-mockup-dot--amber { background: #FFBD2E; }
.sf-mockup-dot--green { background: #28CA42; }

.sf-mockup-url {
    margin-left: 14px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
}

.sf-mockup-screen {
    background: #F8FAFC;
    padding: 22px;
}

/* Dispatch board mockup */
.sf-mockup-h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.sf-mockup-h-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--sf-navy-deep);
}

.sf-mockup-tabs {
    display: flex;
    gap: 6px;
}

.sf-mockup-tab {
    background: #ffffff;
    border: 1px solid #EAEDF1;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 10px;
    color: #5A6878;
}

.sf-mockup-tab--active {
    background: var(--sf-navy-deep);
    border-color: var(--sf-navy-deep);
    color: #ffffff;
    font-weight: 500;
}

.sf-mockup-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: #ffffff;
    border: 1px solid #EAEDF1;
    border-radius: 8px;
    overflow: hidden;
}

.sf-mockup-cell {
    padding: 10px 12px;
    border-bottom: 1px solid #F0F2F5;
    border-right: 1px solid #F0F2F5;
    font-size: 11px;
    color: var(--sf-navy-deep);
}

.sf-mockup-cell:nth-child(4n) {
    border-right: none;
}

.sf-mockup-cell--head {
    background: #FAFBFC;
    font-size: 10px;
    font-weight: 600;
    color: #5A6878;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sf-mockup-cell--empty {
    color: #C8CDD4;
    font-size: 14px;
}

.sf-mockup-pill {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 500;
}

.sf-mockup-pill--green {
    background: rgba(74, 222, 128, 0.15);
    color: #2A9F5C;
}

.sf-mockup-pill--blue {
    background: rgba(133, 183, 235, 0.2);
    color: #2872C0;
}

.sf-mockup-pill--grey {
    background: #F0F2F5;
    color: #5A6878;
}

.sf-mockup-pill--orange {
    background: rgba(216, 87, 69, 0.12);
    color: #D85745;
}

/* ==========================================================================
   Mockup — phone for engineer pillar (refined version)
   ========================================================================== */

.sf-pillar-visual--phone-stack {
    display: flex;
    justify-content: center;
}

.sf-mockup-phone {
    background: #042C53;
    border-radius: 32px;
    padding: 10px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
    width: 100%;
    max-width: 280px;
    border: 2px solid rgba(255, 255, 255, 0.08);
}

.sf-mockup-phone-screen {
    background: linear-gradient(180deg, #0C447C 0%, #042C53 100%);
    border-radius: 24px;
    overflow: hidden;
    padding: 18px 16px;
}

.sf-mockup-phone-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
}

.sf-mockup-phone-eyebrow {
    font-size: 10px;
    color: var(--sf-blue-light);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 500;
}

.sf-mockup-phone-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}

.sf-mockup-phone-block {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.sf-mockup-phone-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sf-mockup-phone-row:last-child {
    border-bottom: none;
}

.sf-mockup-phone-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.sf-mockup-phone-value {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    text-align: right;
}

.sf-mockup-phone-value--green {
    color: var(--sf-accent);
}

.sf-mockup-phone-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
}

.sf-mockup-phone-btn {
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 8px;
    border-radius: 10px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.sf-mockup-phone-btn--primary {
    background: #ffffff;
    color: var(--sf-navy-deep);
    font-weight: 600;
}

.sf-mockup-phone-cta {
    background: var(--sf-accent);
    padding: 12px;
    border-radius: 999px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--sf-navy-deep);
}

/* ==========================================================================
   Mockup — Asset card (pillar 3)
   ========================================================================== */

.sf-asset-card {
    background: #ffffff;
    border: 1px solid #EAEDF1;
    border-radius: 14px;
    padding: 26px 28px;
    box-shadow: 0 16px 40px rgba(4, 44, 83, 0.08);
}

.sf-asset-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.sf-asset-eyebrow {
    font-size: 11px;
    color: #5A6878;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 500;
}

.sf-asset-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    letter-spacing: -0.015em;
    margin-bottom: 4px;
}

.sf-asset-meta {
    font-size: 12px;
    color: #5A6878;
}

.sf-asset-status {
    flex-shrink: 0;
}

.sf-asset-divider {
    height: 1px;
    background: #F0F2F5;
    margin-bottom: 20px;
}

.sf-asset-history-heading {
    font-size: 11px;
    font-weight: 600;
    color: #5A6878;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.sf-asset-event {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #F8FAFC;
}

.sf-asset-event:last-child {
    border-bottom: none;
}

.sf-asset-event-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 4px;
}

.sf-asset-event-dot--blue { background: var(--sf-blue-mid); box-shadow: 0 0 0 3px rgba(55, 138, 221, 0.18); }
.sf-asset-event-dot--green { background: var(--sf-accent); }
.sf-asset-event-dot--grey { background: #C8CDD4; }

.sf-asset-event-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    margin-bottom: 2px;
}

.sf-asset-event-meta {
    font-size: 12px;
    color: #5A6878;
}

/* ==========================================================================
   Mockup — Stack cards (pillar 4 — contracts + parts)
   ========================================================================== */

.sf-stack-card {
    background: #ffffff;
    border: 1px solid #EAEDF1;
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.sf-stack-card--offset {
    margin-top: 16px;
    margin-left: 32px;
}

.sf-stack-card-header {
    margin-bottom: 14px;
}

.sf-stack-card-eyebrow {
    font-size: 10px;
    color: #5A6878;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: 500;
}

.sf-stack-card-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    letter-spacing: -0.015em;
}

.sf-stack-card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #F0F2F5;
    font-size: 12px;
}

.sf-stack-card-row:last-child {
    border-bottom: none;
}

.sf-stack-card-label {
    color: #5A6878;
}

.sf-stack-card-value {
    color: var(--sf-navy-deep);
    font-weight: 500;
}

.sf-stack-card-value--amber {
    color: #C19438;
    font-weight: 600;
}

.sf-stack-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sf-stack-list-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #F0F2F5;
}

.sf-stack-list-row:last-child {
    border-bottom: none;
}

.sf-stack-list-name {
    font-size: 12px;
    color: var(--sf-navy-deep);
    font-weight: 500;
}

.sf-stack-list-qty {
    font-size: 11px;
    font-weight: 500;
}

.sf-stack-list-qty--ok {
    color: #2A9F5C;
}

.sf-stack-list-qty--low {
    color: #C19438;
}

/* ==========================================================================
   Mockup — Customer portal (pillar 5)
   ========================================================================== */

.sf-mockup-desktop--portal .sf-mockup-screen {
    background: #ffffff;
    padding: 24px;
}

.sf-portal-h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.sf-portal-h-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    letter-spacing: -0.015em;
}

.sf-portal-cta {
    background: var(--sf-accent);
    color: var(--sf-navy-deep);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}

.sf-portal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 18px;
}

.sf-portal-stat {
    background: #FAFBFD;
    border: 1px solid #EAEDF1;
    border-radius: 10px;
    padding: 12px 14px;
}

.sf-portal-stat-label {
    font-size: 10px;
    color: #5A6878;
    margin-bottom: 4px;
}

.sf-portal-stat-value {
    font-size: 22px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    letter-spacing: -0.02em;
}

.sf-portal-stat-value--green { color: #2A9F5C; }
.sf-portal-stat-value--amber { color: #C19438; }

.sf-portal-list {
    background: #FAFBFD;
    border: 1px solid #EAEDF1;
    border-radius: 10px;
    overflow: hidden;
}

.sf-portal-row {
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1fr;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #EAEDF1;
    align-items: center;
}

.sf-portal-row:last-child {
    border-bottom: none;
}

.sf-portal-row-asset {
    font-size: 12px;
    font-weight: 600;
    color: var(--sf-navy-deep);
}

.sf-portal-row-meta {
    font-size: 11px;
    color: #5A6878;
}

.sf-portal-row-status {
    text-align: right;
}

/* ==========================================================================
   Mockup — Integrations grid (pillar 6)
   ========================================================================== */

.sf-integrations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 480px;
    margin: 0 auto;
}

.sf-integration-tile {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 18px 16px;
    text-align: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.sf-integration-tile:hover {
    background: rgba(255, 255, 255, 0.10);
    transform: translateY(-2px);
}

.sf-integration-name {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
}

.sf-integration-type {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
}

.sf-integration-tile--more {
    background: linear-gradient(135deg, rgba(74, 222, 128, 0.12), rgba(74, 222, 128, 0.04));
    border-color: rgba(74, 222, 128, 0.3);
}

.sf-integration-tile--more .sf-integration-name {
    color: var(--sf-accent);
}

/* ==========================================================================
   Product page responsive
   ========================================================================== */

@media (max-width: 991px) {
    .sf-product-index-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .sf-pillar {
        padding: 60px 0;
    }
    .sf-stack-card--offset {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .sf-product-hero {
        padding: 40px 0 60px;
    }
    .sf-product-index {
        padding-bottom: 40px;
    }
    .sf-product-index-list {
        grid-template-columns: 1fr;
    }
    .sf-pillar-num {
        font-size: 42px;
    }
    .sf-mockup-screen {
        padding: 16px;
    }
    .sf-mockup-grid {
        font-size: 10px;
    }
    .sf-mockup-cell {
        padding: 8px 8px;
        font-size: 10px;
    }
    .sf-portal-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .sf-portal-row-status {
        text-align: left;
    }
    .sf-integrations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==========================================================================
   Pillar 6 — Industry tiles (Built around your business)
   ========================================================================== */

.sf-industry-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sf-industry-tile {
    display: block;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
    padding: 22px 24px;
    text-decoration: none;
    color: #ffffff;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    position: relative;
    overflow: hidden;
}

.sf-industry-tile::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--sf-accent);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
}

.sf-industry-tile:hover {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(74, 222, 128, 0.35);
    transform: translateX(4px);
    color: #ffffff;
}

.sf-industry-tile:hover::before {
    transform: translateX(0);
}

.sf-industry-tile-eyebrow {
    font-size: 10px;
    color: var(--sf-accent);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
}

.sf-industry-tile-name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.sf-industry-tile-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.55;
    margin-bottom: 14px;
}

.sf-industry-tile-arrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--sf-accent);
    font-weight: 600;
    letter-spacing: -0.005em;
}

/* ==========================================================================
   About page
   ========================================================================== */

/* About hero */
.sf-about-hero {
    padding: 60px 0 80px;
    color: #ffffff;
}

.sf-about-hero-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.sf-about-hero h1 {
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.08;
    color: #ffffff;
    margin: 16px 0 22px;
}

.sf-about-hero-sub {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    max-width: 680px;
    margin: 0 auto;
}

/* About sections — light + dark alternating */
.sf-about-section {
    padding: 80px 0;
}

.sf-about-section--light {
    background: #ffffff;
    color: var(--sf-navy-deep);
}

.sf-about-section--dark {
    background: #042C53;
    color: #ffffff;
}

.sf-about-section-title {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--sf-navy-deep);
    margin: 12px 0 14px;
}

.sf-about-section-title--white {
    color: #ffffff;
}

.sf-about-section-sub {
    font-size: 16px;
    color: #5A6878;
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto;
}

.sf-about-section--dark .sf-about-section-sub {
    color: rgba(255, 255, 255, 0.72);
}

.sf-about-text {
    font-size: 16px;
    color: #5A6878;
    line-height: 1.75;
    margin: 0 0 18px;
}

.sf-about-text--light {
    color: rgba(255, 255, 255, 0.78);
}

.sf-about-text em {
    color: var(--sf-navy);
    font-style: normal;
    font-weight: 500;
}

.sf-about-text--light em {
    color: var(--sf-blue-light);
}

.sf-section-intro--center {
    max-width: 720px;
    margin: 0 auto 56px;
    text-align: center;
}
/* Subtle "more" link below origin story */
.sf-about-text--more {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #EAEDF1;
    font-size: 14px;
    color: #5A6878;
}

.sf-about-text--more a {
    color: var(--sf-navy);
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(12, 68, 124, 0.3);
    transition: border-color 0.2s ease;
}

.sf-about-text--more a:hover {
    color: var(--sf-navy);
    border-bottom-color: var(--sf-navy);
}

/* Dark variant for if used inside .sf-about-section--dark */
.sf-about-section--dark .sf-about-text--more {
    border-top-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.sf-about-section--dark .sf-about-text--more a {
    color: var(--sf-blue-light);
    border-bottom-color: rgba(133, 183, 235, 0.4);
}

.sf-about-section--dark .sf-about-text--more a:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}
/* Founder card */
.sf-founder-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    padding: 36px 40px;
    max-width: 820px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 28px;
    align-items: flex-start;
}

.sf-founder-avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sf-blue-mid), var(--sf-navy));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.02em;
    box-shadow: 0 8px 24px rgba(55, 138, 221, 0.3);
}

.sf-founder-eyebrow {
    font-size: 11px;
    color: var(--sf-accent);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
}

.sf-founder-name {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}

.sf-founder-bio {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    margin: 0 0 12px;
}

.sf-founder-bio:last-child {
    margin-bottom: 0;
}

.sf-founder-bio strong {
    color: #ffffff;
    font-weight: 600;
}

/* Beliefs grid */
.sf-beliefs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.sf-belief {
    background: #FAFBFD;
    border: 1px solid #EAEDF1;
    border-radius: 14px;
    padding: 28px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.sf-belief:hover {
    border-color: #D4DAE3;
    transform: translateY(-2px);
}

.sf-belief-num {
    font-size: 32px;
    font-weight: 600;
    color: rgba(55, 138, 221, 0.25);
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 16px;
}

.sf-belief-title {
    font-size: 17px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    letter-spacing: -0.015em;
    line-height: 1.35;
    margin: 0 0 12px;
}

.sf-belief-text {
    font-size: 14px;
    color: #5A6878;
    line-height: 1.65;
    margin: 0;
}

/* About buttons row */
.sf-about-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

/* ==========================================================================
   Pricing page
   ========================================================================== */

.sf-pricing-hero {
    padding: 60px 0 80px;
    color: #ffffff;
}

.sf-pricing-hero-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.sf-pricing-hero h1 {
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.08;
    color: #ffffff;
    margin: 16px 0 22px;
}

.sf-pricing-hero-sub {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    max-width: 680px;
    margin: 0 auto 36px;
}

.sf-pricing-hero-sub em {
    color: #ffffff;
    font-style: italic;
    font-weight: 500;
}

.sf-pricing-hero-buttons {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.sf-pricing-section {
    padding: 80px 0;
}

.sf-pricing-section--light {
    background: #ffffff;
    color: var(--sf-navy-deep);
}

.sf-pricing-section--dark {
    background: #042C53;
    color: #ffffff;
}

.sf-pricing-section-title {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--sf-navy-deep);
    margin: 12px 0 14px;
}

.sf-pricing-section-title--white {
    color: #ffffff;
}

.sf-pricing-section-sub {
    font-size: 16px;
    color: #5A6878;
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto;
}

.sf-pricing-section-sub--light {
    color: rgba(255, 255, 255, 0.78);
}

/* Principles grid */
.sf-principles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.sf-principle {
    background: #FAFBFD;
    border: 1px solid #EAEDF1;
    border-radius: 14px;
    padding: 28px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.sf-principle:hover {
    border-color: rgba(74, 222, 128, 0.4);
    transform: translateY(-2px);
}

.sf-principle-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(74, 222, 128, 0.12);
    color: #2A9F5C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.sf-principle-title {
    font-size: 17px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    letter-spacing: -0.015em;
    line-height: 1.35;
    margin: 0 0 10px;
}

.sf-principle-text {
    font-size: 14px;
    color: #5A6878;
    line-height: 1.65;
    margin: 0;
}

/* Included grid — what every customer gets */
.sf-included-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 32px;
    max-width: 920px;
    margin: 0 auto;
}

.sf-included-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: flex-start;
    padding: 8px 0;
}

.sf-included-check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(74, 222, 128, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.sf-included-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}

/* Shapers list — what shapes the price */
.sf-shapers {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 8px;
}

.sf-shaper {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    align-items: flex-start;
}

.sf-shaper-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sf-blue-mid), var(--sf-navy));
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    box-shadow: 0 4px 16px rgba(55, 138, 221, 0.25);
    flex-shrink: 0;
}

.sf-shaper-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    margin: 6px 0 8px;
    letter-spacing: -0.015em;
}

.sf-shaper-text {
    font-size: 14px;
    color: #5A6878;
    line-height: 1.65;
    margin: 0;
}

/* Pricing FAQ — same as industry FAQ but with subtle restyle */
.sf-faq--pricing {
    background: #FAFBFD;
}

/* ==========================================================================
   About + Pricing responsive
   ========================================================================== */

@media (max-width: 991px) {
    .sf-beliefs {
        grid-template-columns: 1fr;
    }
    .sf-principles-grid {
        grid-template-columns: 1fr 1fr;
    }
    .sf-included-grid {
        grid-template-columns: 1fr;
    }
    .sf-founder-card {
        padding: 28px 28px;
        gap: 22px;
    }
}

@media (max-width: 768px) {
    .sf-about-hero,
    .sf-pricing-hero {
        padding: 40px 0 60px;
    }
    .sf-about-section,
    .sf-pricing-section {
        padding: 60px 0;
    }
    .sf-principles-grid {
        grid-template-columns: 1fr;
    }
    .sf-founder-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 28px 24px;
    }
    .sf-founder-avatar {
        margin: 0 auto;
    }
    .sf-shaper {
        grid-template-columns: 44px 1fr;
        gap: 14px;
    }
    .sf-shaper-num {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

/* ==========================================================================
   Pricing — value justification sections
   ========================================================================== */

/* Light section with subtle border for visual separation */
.sf-pricing-section--bordered {
    border-top: 1px solid #EAEDF1;
    background: #FAFBFD;
}

/* "What it replaces" — stack comparison */
.sf-replaces-compare {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 32px;
    align-items: center;
}

.sf-replaces-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.sf-replaces-stack-label {
    font-size: 12px;
    color: #5A6878;
    font-weight: 500;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}

.sf-replaces-tile {
    background: #ffffff;
    border: 1px solid #EAEDF1;
    border-radius: 10px;
    padding: 14px 18px;
    box-shadow: 0 2px 6px rgba(4, 44, 83, 0.04);
    transition: transform 0.2s ease;
    position: relative;
}

/* Slight stagger for "messy stack" feel */
.sf-replaces-tile:nth-child(2) { transform: translateX(4px); }
.sf-replaces-tile:nth-child(3) { transform: translateX(-3px); }
.sf-replaces-tile:nth-child(4) { transform: translateX(2px); }
.sf-replaces-tile:nth-child(5) { transform: translateX(-2px); }

.sf-replaces-tile-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    letter-spacing: -0.01em;
    margin-bottom: 2px;
}

.sf-replaces-tile-meta {
    font-size: 12px;
    color: #5A6878;
}

.sf-replaces-arrow {
    color: var(--sf-blue-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sf-replaces-result {
    background: linear-gradient(135deg, #042C53 0%, #0C447C 100%);
    color: #ffffff;
    border-radius: 14px;
    padding: 32px 28px;
    text-align: center;
    box-shadow: 0 16px 40px rgba(4, 44, 83, 0.2);
    border: 1px solid rgba(74, 222, 128, 0.25);
}

.sf-replaces-result-mark {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #ffffff;
    color: var(--sf-navy-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 0 auto 16px;
}

.sf-replaces-result-name {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.sf-replaces-result-name strong {
    font-weight: 600;
}

.sf-replaces-result-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.55;
}

/* "What it's worth" — value cards */
.sf-worth-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto 48px;
}

.sf-worth-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
    padding: 28px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.sf-worth-card:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(74, 222, 128, 0.3);
}

.sf-worth-quote {
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
    line-height: 1.3;
}

.sf-worth-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    margin: 0;
}

/* Outcomes list at the bottom of the value section */
.sf-worth-outcomes {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 26px 28px;
    max-width: 1100px;
    margin: 0 auto;
}

.sf-worth-outcomes-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--sf-accent);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.sf-worth-outcomes-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 32px;
}

.sf-worth-outcome {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

.sf-worth-outcome svg {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .sf-replaces-compare {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 480px;
    }
    .sf-replaces-arrow {
        transform: rotate(90deg);
    }
    .sf-worth-grid {
        grid-template-columns: 1fr;
    }
    .sf-worth-outcomes-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .sf-replaces-tile:nth-child(n) {
        transform: none;
    }
}

/* "Why we quote per customer" honest callout inside How We Work It Out */
.sf-pricing-honest {
    background: #FAFBFD;
    border: 1px solid #EAEDF1;
    border-left: 3px solid var(--sf-accent);
    border-radius: 8px;
    padding: 20px 24px;
    margin-top: 32px;
}

.sf-pricing-honest-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--sf-accent);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sf-pricing-honest-text {
    font-size: 14px;
    color: #5A6878;
    line-height: 1.65;
    margin: 0;
}

/* ==========================================================================
   Pricing — bands list
   ========================================================================== */

.sf-bands {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 8px;
}

.sf-band {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 24px;
    align-items: flex-start;
    padding: 18px 20px;
    background: #FAFBFD;
    border: 1px solid #EAEDF1;
    border-radius: 12px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.sf-band:hover {
    border-color: #D4DAE3;
    transform: translateX(2px);
}

.sf-band-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--sf-accent);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 6px 12px;
    background: rgba(74, 222, 128, 0.10);
    border-radius: 999px;
    text-align: center;
    align-self: flex-start;
    flex-shrink: 0;
    margin-top: 2px;
}

.sf-band-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    letter-spacing: -0.015em;
    margin: 0 0 6px;
}

.sf-band-text {
    font-size: 14px;
    color: #5A6878;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .sf-band {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .sf-band-label {
        align-self: flex-start;
        width: fit-content;
    }
}

/* ==========================================================================
   Security page
   ========================================================================== */

.sf-security-hero {
    padding: 60px 0 80px;
    color: #ffffff;
}

.sf-security-hero-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.sf-security-hero h1 {
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.08;
    color: #ffffff;
    margin: 16px 0 22px;
}

.sf-security-hero-sub {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto;
}

.sf-security-section {
    padding: 80px 0;
}

.sf-security-section--light {
    background: #ffffff;
    color: var(--sf-navy-deep);
}

.sf-security-section--dark {
    background: #042C53;
    color: #ffffff;
}

.sf-security-section--bordered {
    border-top: 1px solid #EAEDF1;
    background: #FAFBFD;
}

.sf-security-section-title {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--sf-navy-deep);
    margin: 12px 0 14px;
}

.sf-security-section-title--white {
    color: #ffffff;
}

.sf-security-section-sub {
    font-size: 16px;
    color: #5A6878;
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto;
}

.sf-security-section-sub--light {
    color: rgba(255, 255, 255, 0.78);
}

/* Small text variant for compliance disclaimers */
.sf-about-text--small {
    font-size: 13px;
    color: #5A6878;
    line-height: 1.6;
    margin-top: 18px;
    padding: 14px 16px;
    background: #FAFBFD;
    border-left: 3px solid #D4DAE3;
    border-radius: 4px;
}

/* Credentials grid — ISO 27001 / Cyber Essentials etc. */
.sf-credentials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 24px 0 8px;
}

.sf-credential {
    background: #FAFBFD;
    border: 1px solid #EAEDF1;
    border-left: 3px solid var(--sf-accent);
    border-radius: 8px;
    padding: 16px 18px;
    transition: border-color 0.2s ease;
}

.sf-credential:hover {
    border-color: #D4DAE3;
    border-left-color: var(--sf-accent);
}

.sf-credential-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--sf-navy-deep);
    letter-spacing: -0.01em;
    margin-bottom: 4px;
}

.sf-credential-desc {
    font-size: 12.5px;
    color: #5A6878;
    line-height: 1.5;
}

/* Security pillars — 6 fundamentals grid */
.sf-security-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.sf-security-pillar {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
    padding: 26px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.sf-security-pillar:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(74, 222, 128, 0.3);
}

.sf-security-pillar-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(74, 222, 128, 0.14);
    color: var(--sf-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.sf-security-pillar-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.015em;
    margin: 0 0 10px;
}

.sf-security-pillar-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
    margin: 0;
}

/* Control list — your data your control */
.sf-control-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
}

.sf-control-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.sf-control-check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(74, 222, 128, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.sf-control-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.sf-control-text strong {
    color: #ffffff;
    font-weight: 600;
    display: inline;
}

/* Reporting issues block */
.sf-report-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.sf-report-contact {
    margin-top: 24px;
}

.sf-report-email {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var(--sf-navy);
    letter-spacing: -0.015em;
    text-decoration: none;
    padding: 14px 28px;
    border: 2px solid var(--sf-navy);
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease;
}

.sf-report-email:hover {
    background: var(--sf-navy);
    color: #ffffff;
}

@media (max-width: 991px) {
    .sf-security-pillars {
        grid-template-columns: 1fr 1fr;
    }
    .sf-credentials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .sf-security-hero {
        padding: 40px 0 60px;
    }
    .sf-security-section {
        padding: 60px 0;
    }
    .sf-security-pillars {
        grid-template-columns: 1fr;
    }
    .sf-report-email {
        font-size: 14px;
        padding: 12px 20px;
        word-break: break-all;
    }
}

/* ==========================================================================
   Industries index page
   ========================================================================== */

.sf-industries-hero {
    padding: 60px 0 80px;
    color: #ffffff;
}

.sf-industries-hero-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.sf-industries-hero h1 {
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.08;
    color: #ffffff;
    margin: 16px 0 22px;
}

.sf-industries-hero-sub {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto;
}

/* Industry blocks — large clickable rows */
.sf-industries-list {
    background: #ffffff;
    color: var(--sf-navy-deep);
    padding: 80px 0 40px;
}

.sf-industry-block {
    display: block;
    background: #ffffff;
    border: 1px solid #EAEDF1;
    border-radius: 16px;
    padding: 36px 40px;
    margin-bottom: 24px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

.sf-industry-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--sf-accent);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
}

.sf-industry-block:hover {
    border-color: #C8D2E0;
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(4, 44, 83, 0.08);
    color: inherit;
}

.sf-industry-block:hover::before {
    transform: translateX(0);
}

.sf-industry-block-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
}

.sf-industry-block-eyebrow--blue {
    background: #F0F4FB;
    color: #2872C0;
}

.sf-industry-block-eyebrow--purple {
    background: #F1EAF4;
    color: #7C51A1;
}

.sf-industry-block-eyebrow--green {
    background: rgba(74, 222, 128, 0.12);
    color: #2A9F5C;
}

.sf-industry-block-title {
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--sf-navy-deep);
    margin: 8px 0 14px;
}

.sf-industry-block-text {
    font-size: 15px;
    color: #5A6878;
    line-height: 1.65;
    margin: 0 0 20px;
    max-width: 560px;
}

.sf-industry-block-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--sf-navy);
    font-weight: 600;
    letter-spacing: -0.005em;
    transition: gap 0.2s ease;
}

.sf-industry-block:hover .sf-industry-block-link {
    gap: 12px;
}

/* Sub-verticals panel within each industry block */
.sf-industry-subverticals {
    background: #FAFBFD;
    border: 1px solid #EAEDF1;
    border-radius: 12px;
    padding: 22px 24px;
}

.sf-industry-subverticals-label {
    font-size: 11px;
    font-weight: 600;
    color: #5A6878;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.sf-industry-subverticals-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sf-industry-subvertical {
    background: #ffffff;
    border: 1px solid #EAEDF1;
    color: var(--sf-navy-deep);
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 999px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.sf-industry-block:hover .sf-industry-subvertical {
    border-color: #D4DAE3;
}

/* "Not sure where you fit?" extra section */
.sf-industries-extra {
    background: #FAFBFD;
    border-top: 1px solid #EAEDF1;
    padding: 80px 0;
    color: var(--sf-navy-deep);
}

.sf-industries-extra-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.sf-industries-extra-title {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--sf-navy-deep);
    margin: 12px 0 14px;
}

.sf-industries-extra-text {
    font-size: 16px;
    color: #5A6878;
    line-height: 1.65;
    margin: 0 auto 28px;
}

.sf-industries-extra-buttons {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 991px) {
    .sf-industries-hero {
        padding: 40px 0 60px;
    }
    .sf-industries-list {
        padding: 60px 0 30px;
    }
    .sf-industry-block {
        padding: 28px 28px;
    }
    .sf-industries-extra {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .sf-industry-block {
        padding: 24px 22px;
    }
    .sf-industry-subverticals {
        padding: 18px 20px;
    }
}