body.sa-software-dev-lp-active, .sa-software-developers-lp {
  --orange: #FF6F3D;
  --orange-hover: #FF8559;
  --orange-press: #E55A29;
  --orange-glow: rgba(255,111,61,0.32);
  --orange-soft: rgba(255,111,61,0.10);
  --navy-1000: #060D14;
  --navy-950: #0B1520;
  --navy-900: #111E2C;
  --navy-800: #1A2B3D;
  --navy-700: #253A50;
  --cream: #FDF9F0;
  --cream-dark: #F5F0E6;
  --ink: #1A2B3D;
  --ink-body: #3A4A5C;
  --ink-muted: #6A7686;
  --fg: #FFFFFF;
  --fg-88: rgba(255,255,255,0.88);
  --fg-72: rgba(255,255,255,0.72);
  --fg-55: rgba(255,255,255,0.55);
  --fg-32: rgba(255,255,255,0.32);
  --fg-18: rgba(255,255,255,0.18);
  --fg-08: rgba(255,255,255,0.08);
  --serif: 'EB Garamond', Georgia, serif;
  --sans: 'Poppins', system-ui, sans-serif;
  --mono: 'Poppins', system-ui, sans-serif;
  --ease: cubic-bezier(0.25,0.46,0.45,0.94);
  --ease-out: cubic-bezier(0.16,1,0.3,1);
}

.sa-software-developers-lp, .sa-software-developers-lp *, .sa-software-developers-lp *::before, .sa-software-developers-lp *::after { box-sizing: border-box; margin:0; padding:0; }
.sa-software-developers-lp { scroll-behavior: smooth; }
.sa-software-developers-lp { font-family: var(--sans); background: var(--navy-950); color: var(--fg-88); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }

body.sa-software-dev-lp-active::-webkit-scrollbar { width: 4px; }
body.sa-software-dev-lp-active::-webkit-scrollbar-thumb { background: var(--orange); border-radius: 3px; }

.sa-software-developers-lp .container { max-width: 1440px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }

/* ── NAV ── */
.sa-software-developers-lp nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(11,21,32,0.90); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--fg-08); padding: 14px 0;
}
.sa-software-developers-lp .nav-inner { display: flex; align-items: center; justify-content: space-between; }
.sa-software-developers-lp .nav-logo { display: flex; align-items: center; gap: 16px; }
.sa-software-developers-lp .nav-logo img { height: 28px; }
.sa-software-developers-lp .nav-pill { font-family: var(--mono); font-size: 0.62rem; color: var(--orange); background: var(--orange-soft); border: 1px solid rgba(255,111,61,0.18); padding: 4px 12px; border-radius: 20px; letter-spacing: 0.08em; }
.sa-software-developers-lp .btn-nav { background: var(--orange); color: #fff; font-family: var(--sans); font-weight: 600; font-size: 0.82rem; padding: 10px 22px; border-radius: 8px; text-decoration: none; transition: all 0.2s var(--ease); }
.sa-software-developers-lp .btn-nav:hover { background: var(--orange-hover); transform: translateY(-1px); box-shadow: 0 6px 20px var(--orange-glow); }

/* ── HERO ── */
.sa-software-developers-lp .hero { min-height: 100vh; display: flex; align-items: center; padding: 60px 0; position: relative; overflow: hidden; }
.sa-software-developers-lp .hero-grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,111,61,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,111,61,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
}
.sa-software-developers-lp .hero-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(90px); }
.sa-software-developers-lp .orb-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,111,61,0.09) 0%, transparent 70%); top: -150px; right: -100px; }
.sa-software-developers-lp .orb-2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(11,21,32,0.8) 0%, transparent 70%); bottom: -80px; left: -80px; }
.sa-software-developers-lp .hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }

.sa-software-developers-lp .eyebrow { font-family: var(--sans); font-weight: 400; font-size: 0.68rem; color: var(--orange); letter-spacing: 0.12em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; margin-bottom: 22px; animation: fadeUp 0.5s var(--ease) 0.1s both; }
.sa-software-developers-lp .eyebrow::before { content: ''; display: block; width: 8px; height: 8px; background: var(--orange); border-radius: 50%; animation: pulse-dot 2s ease-in-out infinite; }
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.4;transform:scale(0.6);} }

.sa-software-developers-lp .hero-title { font-family: var(--serif); font-size: clamp(2.35rem,4.2vw,50.4px); font-weight: 500; line-height: 1.07; color: var(--fg); margin-bottom: 22px; animation: fadeUp 0.6s var(--ease) 0.2s both; }
.sa-software-developers-lp .hero-title em { font-style: italic; color: var(--orange); }
.sa-software-developers-lp .hero-sub { font-size: 1rem; color: var(--fg-55); line-height: 1.75; max-width: 490px; margin-bottom: 36px; animation: fadeUp 0.6s var(--ease) 0.3s both; }
.sa-software-developers-lp .hero-bullets { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 40px; animation: fadeUp 0.6s var(--ease) 0.35s both; }
.sa-software-developers-lp .hero-bullets li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.9rem; color: var(--fg-72); }
.sa-software-developers-lp .hb-content { flex: 1; }
.sa-software-developers-lp .hb-head { display: block; width: 100%; text-align: left; background: none; border: none; padding: 0; margin: 0; color: inherit; font: inherit; font-size: 0.9rem; cursor: default; }
.sa-software-developers-lp .hb-head strong { color: var(--fg-88); font-weight: 600; }
.sa-software-developers-lp .hb-chev { display: none; }
.sa-software-developers-lp .hb-body { font-size: 0.9rem; color: var(--fg-72); }
.sa-software-developers-lp .b-icon { width: 20px; height: 20px; border-radius: 50%; background: var(--orange-soft); border: 1px solid rgba(255,111,61,0.25); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; color: var(--orange); font-size: 0.65rem; }


.sa-software-developers-lp .hero-ctas { display: flex; align-items: center; gap: 16px; animation: fadeUp 0.6s var(--ease) 0.4s both; }
.sa-software-developers-lp .btn-primary { background: var(--orange); color: #fff; font-family: var(--sans); font-weight: 600; font-size: 0.92rem; padding: 14px 32px; border-radius: 8px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.25s var(--ease); animation: pulse-cta 3s ease-in-out infinite; position: relative; overflow: hidden; }
.sa-software-developers-lp .btn-primary::before { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,0.12); transform: translateX(-100%); transition: transform 0.3s var(--ease); }
.sa-software-developers-lp .btn-primary:hover { background: var(--orange-hover); transform: translateY(-2px); box-shadow: 0 12px 32px var(--orange-glow); animation: none; }
.sa-software-developers-lp .btn-primary:hover::before { transform: translateX(100%); }
.sa-software-developers-lp .btn-ghost { color: var(--fg-55); font-size: 0.88rem; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.18); padding-bottom: 2px; transition: color 0.2s; }
.sa-software-developers-lp .btn-ghost:hover { color: var(--fg); }
@keyframes pulse-cta { 0%,100%{box-shadow:0 0 0 0 var(--orange-glow);}50%{box-shadow:0 0 0 10px transparent;} }

/* ── HERO CODE PANEL ── */
.sa-software-developers-lp .hero-visual { position: relative; width: 84%; margin-left: auto; animation: fadeUp 0.7s var(--ease) 0.35s both; }
.sa-software-developers-lp .hero-photo { border-radius: 16px; overflow: hidden; border: 1px solid var(--fg-18); box-shadow: 0 40px 90px rgba(0,0,0,0.55); aspect-ratio: 4 / 5; }
.sa-software-developers-lp .hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
.sa-software-developers-lp .hero-code { position: absolute; left: -44px; bottom: -28px; width: 86%; transform: scale(0.7); transform-origin: bottom left; }
.sa-software-developers-lp .code-window { background: rgba(7,16,26,0.97); border: 1px solid var(--fg-18); border-radius: 12px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,0.5); }
.sa-software-developers-lp .code-bar { background: var(--fg-08); border-bottom: 1px solid var(--fg-08); padding: 11px 16px; display: flex; align-items: center; gap: 7px; }
.sa-software-developers-lp .dot { width: 10px; height: 10px; border-radius: 50%; }
.sa-software-developers-lp .dot-r {background:#FF5F57;} .sa-software-developers-lp .dot-y {background:#FFBD2E;} .sa-software-developers-lp .dot-g {background:#28C840;}
.sa-software-developers-lp .code-filename { font-family: var(--mono); font-size: 0.68rem; color: var(--fg-32); margin-left: 8px; }
.sa-software-developers-lp .code-tabs { font-family: var(--mono); font-size: 0.6rem; color: var(--orange); margin-left: auto; }
.sa-software-developers-lp .code-body { padding: 22px 24px; font-family: var(--mono); font-size: 0.75rem; line-height: 1.9; min-height: 300px; }
.sa-software-developers-lp .cursor { display: inline-block; width: 2px; height: 0.85em; background: var(--orange); vertical-align: text-bottom; animation: blink 1s step-end infinite; }
@keyframes blink { 0%,100%{opacity:1;}50%{opacity:0;} }

/* ── PROOF BAR ── */
.sa-software-developers-lp .proof-bar { background: var(--navy-900); border-top: 1px solid var(--fg-08); border-bottom: 1px solid var(--fg-08); padding: 20px 0; }
.sa-software-developers-lp .proof-viewport { width: 100%; padding: 0 40px; }
.sa-software-developers-lp .proof-scroll { display: flex; align-items: center; justify-content: space-between; gap: 0; flex-wrap: nowrap; }
.sa-software-developers-lp .proof-item { display: flex; flex-direction: column; align-items: center; flex: 1; padding: 0 32px; border-left: 1px solid var(--fg-08); }
.sa-software-developers-lp .proof-item:first-child { border-left: 0; }
.sa-software-developers-lp .proof-dup { display: none; }
.sa-software-developers-lp .pi-num { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; color: var(--orange); line-height: 1; }
.sa-software-developers-lp .pi-num em { font-style: italic; }
.sa-software-developers-lp .pi-label { font-family: var(--mono); font-size: 0.65rem; color: var(--fg-32); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 3px; }

/* ── CLIENT LOGOS ── */
.sa-software-developers-lp .logos-bar { padding: 32px 0; }
.sa-software-developers-lp .logos-label { font-family: var(--mono); font-size: 0.62rem; color: var(--fg-32); letter-spacing: 0.1em; text-align: center; margin-bottom: 22px; text-transform: uppercase; }
.sa-software-developers-lp .logos-marquee { position: relative; width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.sa-software-developers-lp .logos-track { display: flex; align-items: center; gap: 64px; width: max-content; animation: logos-scroll 38s linear infinite; }
.sa-software-developers-lp .logos-marquee:hover .logos-track { animation-play-state: paused; }
.sa-software-developers-lp .logo-item { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; height: 50px; overflow: visible; opacity: 0.7; transition: opacity 0.25s; }
.sa-software-developers-lp .logo-item:hover { opacity: 1; }
.sa-software-developers-lp .logo-item img { width: auto; display: block; object-fit: contain; flex: 0 0 auto; }
.sa-software-developers-lp .logo-wm { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; letter-spacing: 0.01em; white-space: nowrap; line-height: 1; }
.sa-software-developers-lp .logo-wm.sans { font-family: var(--sans); font-weight: 600; font-size: 1.3rem; letter-spacing: -0.01em; }
.sa-software-developers-lp .logo-wm.mono { font-family: var(--mono); font-weight: 600; font-size: 1.15rem; letter-spacing: 0.16em; text-transform: uppercase; }
@keyframes logos-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .sa-software-developers-lp .logos-track { animation: none; } }

/* ── SECTIONS ── */
.sa-software-developers-lp .block { padding: 60px 0; }
.sa-software-developers-lp .section-tag { font-family: var(--sans); font-weight: 400; font-size: 0.67rem; color: var(--orange); letter-spacing: 0.14em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.sa-software-developers-lp .section-tag::before { content: ''; display: block; width: 24px; height: 1px; background: var(--orange); }
.sa-software-developers-lp .section-h { font-family: var(--serif); font-size: clamp(2rem,3.5vw,60px); font-weight: 500; line-height: 1.15; color: var(--fg); margin-bottom: 18px; }
.sa-software-developers-lp .section-h em { font-style: italic; color: var(--orange); }
.sa-software-developers-lp .section-p { font-size: 0.97rem; color: var(--fg-55); line-height: 1.8; max-width: 560px; }
.sa-software-developers-lp .section-head-center { text-align: center; }
.sa-software-developers-lp .section-head-center .section-tag { justify-content: center; }
.sa-software-developers-lp .section-head-center .section-p { margin: 0 auto; }

/* ── HOW IT WORKS ── */
.sa-software-developers-lp .how-section { background: var(--navy-900); }
.sa-software-developers-lp .how-section .section-h { color: var(--ink); }
.sa-software-developers-lp .how-section .section-h em { color: var(--orange); }
.sa-software-developers-lp .how-section .section-tag { color: var(--orange); }
.sa-software-developers-lp .how-section .section-p { color: var(--ink-body); }
.sa-software-developers-lp .steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 60px; position: relative; }
.sa-software-developers-lp .steps::before { content: ''; position: absolute; top: 32px; left: 12.5%; right: 12.5%; height: 1px; background: repeating-linear-gradient(90deg, var(--orange) 0 6px, transparent 6px 14px); }
.sa-software-developers-lp .step { padding: 0 20px; text-align: center; position: relative; z-index: 1; }
.sa-software-developers-lp .step-num { width: 64px; height: 64px; border-radius: 50%; background: var(--navy-950); border: 1px solid rgba(255,111,61,0.3); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; font-family: var(--mono); font-size: 0.88rem; color: var(--orange); font-weight: 700; transition: all 0.3s var(--ease); position: relative; }
.sa-software-developers-lp .step-num::before { content: ''; position: absolute; inset: -8px; border-radius: 50%; border: 1px solid rgba(255,111,61,0.12); transition: all 0.3s; }
.sa-software-developers-lp .step:hover .step-num { background: var(--orange-soft); border-color: var(--orange); box-shadow: 0 0 20px rgba(255,111,61,0.2); }
.sa-software-developers-lp .step:hover .step-num::before { inset: -12px; border-color: rgba(255,111,61,0.2); }
.sa-software-developers-lp .step h3 { font-size: 0.92rem; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.sa-software-developers-lp .step p { font-size: 0.8rem; color: var(--ink-muted); line-height: 1.6; }
.sa-software-developers-lp .step-eta { display: inline-block; margin-top: 0; margin-bottom: 10px; font-family: var(--mono); font-size: 0.63rem; color: var(--orange); background: var(--orange-soft); border: 1px solid rgba(255,111,61,0.15); padding: 3px 10px; border-radius: 20px; }

/* ── WHAT SECTION ── */













/* ── TECH MARQUEE ── */
.sa-software-developers-lp .tech-section { background: var(--navy-800); overflow: hidden; }
.sa-software-developers-lp .tech-header { text-align: center; max-width: 620px; margin: 0 auto 56px; }
.sa-software-developers-lp .marquee-wrap { display: flex; flex-direction: column; gap: 12px; }
.sa-software-developers-lp .marquee-row { display: flex; overflow: hidden; position: relative; }
.sa-software-developers-lp .marquee-row::before, .sa-software-developers-lp .marquee-row::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.sa-software-developers-lp .marquee-row::before { left: 0; background: linear-gradient(90deg, var(--navy-800), transparent); }
.sa-software-developers-lp .marquee-row::after { right: 0; background: linear-gradient(-90deg, var(--navy-800), transparent); }
.sa-software-developers-lp .marquee-track { display: flex; gap: 10px; animation: scroll-r 38s linear infinite; white-space: nowrap; }
.sa-software-developers-lp .marquee-track-rev { display: flex; gap: 10px; animation: scroll-l 33s linear infinite; white-space: nowrap; }
.sa-software-developers-lp .marquee-track-3 { display: flex; gap: 10px; animation: scroll-r 42s linear infinite; white-space: nowrap; }
.sa-software-developers-lp .marquee-row:hover .marquee-track, .sa-software-developers-lp .marquee-row:hover .marquee-track-rev, .sa-software-developers-lp .marquee-row:hover .marquee-track-3 { animation-play-state: paused; }
@keyframes scroll-r { 0%{transform:translateX(0);}100%{transform:translateX(-50%);} }
@keyframes scroll-l { 0%{transform:translateX(-50%);}100%{transform:translateX(0);} }
.sa-software-developers-lp .tech-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--fg-08); border: 1px solid var(--fg-08); border-radius: 999px; padding: 9px 18px; white-space: nowrap; transition: all 0.25s var(--ease); flex-shrink: 0; }
.sa-software-developers-lp .tech-chip:hover { border-color: rgba(255,111,61,0.3); background: rgba(255,111,61,0.07); }
.sa-software-developers-lp .tech-chip .tn { font-family: var(--sans); font-size: 0.7rem; color: var(--fg-55); }
.sa-software-developers-lp .tech-chip .ti-c { font-size: 1.1rem; }
.sa-software-developers-lp .tech-chip img.ti-c { width: 17px; height: 17px; object-fit: contain; display: block; }
.sa-software-developers-lp .tech-chip img.ti-inv { filter: brightness(0) invert(1); }
.sa-software-developers-lp .tech-chip .ti-fallback { display: inline-flex; align-items: center; justify-content: center; min-width: 17px; height: 17px; font-family: var(--mono); font-size: 0.72rem; font-weight: 600; color: var(--orange); }

/* ── PROBLEM SECTION ── */
.sa-software-developers-lp .problem-section { background: var(--cream); }
.sa-software-developers-lp .problem-section .section-tag { color: var(--orange); }
.sa-software-developers-lp .problem-section .section-tag::before { background: var(--orange); }
.sa-software-developers-lp .problem-section .section-h { color: var(--ink); }
.sa-software-developers-lp .problem-section .section-p { color: var(--ink-body); }
.sa-software-developers-lp .problem-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; }
.sa-software-developers-lp .problem-left { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 48px; }
.sa-software-developers-lp .problem-left .section-tag { justify-content: flex-start; }
.sa-software-developers-lp .problem-cta { margin-top: 32px; }
.sa-software-developers-lp .problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 0; }
.sa-software-developers-lp .problem-card { background: var(--fg); border: 1px solid rgba(26,43,61,0.08); border-radius: 12px; padding: 28px; transition: all 0.3s var(--ease); }
.sa-software-developers-lp .problem-card:hover { border-color: rgba(255,111,61,0.2); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(26,43,61,0.08); }
.sa-software-developers-lp .problem-card .p-label { font-family: var(--mono); font-size: 0.65rem; color: var(--orange); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.sa-software-developers-lp .problem-card h3 { font-family: var(--serif); font-size: 1.2rem; color: var(--ink); margin-bottom: 10px; font-weight: 500; }
.sa-software-developers-lp .problem-card p { font-size: 0.83rem; color: var(--ink-body); line-height: 1.65; }

/* ── PRICING ── */
.sa-software-developers-lp .pricing-section { background: var(--navy-950); }
.sa-software-developers-lp .pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.sa-software-developers-lp .pricing-card { background: var(--fg-08); border: 1px solid var(--fg-08); border-radius: 12px; padding: 28px 24px; transition: all 0.3s var(--ease); }
.sa-software-developers-lp .pricing-card:hover { border-color: rgba(255,111,61,0.2); background: rgba(255,111,61,0.04); }
.sa-software-developers-lp .pricing-card.featured { border-color: rgba(255,111,61,0.35); background: rgba(255,111,61,0.06); position: relative; }
.sa-software-developers-lp .pricing-card.featured::before { content: 'MOST POPULAR'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-family: var(--mono); font-size: 0.58rem; color: var(--orange); background: var(--navy-950); border: 1px solid rgba(255,111,61,0.3); padding: 3px 12px; border-radius: 20px; letter-spacing: 0.1em; white-space: nowrap; }
.sa-software-developers-lp .pricing-cat { font-family: var(--mono); font-size: 0.62rem; color: var(--fg-32); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
.sa-software-developers-lp .pricing-roles { display: flex; flex-direction: column; gap: 10px; }
.sa-software-developers-lp .pricing-cta { display: flex; justify-content: center; margin-top: 44px; }
.sa-software-developers-lp .pricing-role { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; background: var(--fg-08); border-radius: 8px; }
.sa-software-developers-lp .pricing-role-name { font-size: 0.82rem; color: var(--fg-72); }
.sa-software-developers-lp .pricing-role-price { font-family: var(--mono); font-size: 0.82rem; color: var(--orange); font-weight: 600; }

/* ── COMPARISON TABLE ── */
.sa-software-developers-lp .comp-section { background: var(--cream-dark); }
.sa-software-developers-lp .comp-section .section-tag { color: var(--orange); }
.sa-software-developers-lp .comp-section .section-tag::before { background: var(--orange); }
.sa-software-developers-lp .comp-section .section-h { color: var(--ink); }
.sa-software-developers-lp .comp-section .section-p { color: var(--ink-body); }
.sa-software-developers-lp .comp-table { width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 52px; }
.sa-software-developers-lp .comp-table th { padding: 14px 18px; text-align: center; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(26,43,61,0.06); color: var(--ink-muted); border-bottom: 1px solid rgba(26,43,61,0.1); }
.sa-software-developers-lp .th-label { text-align: left !important; }
.sa-software-developers-lp .comp-wrap { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; border-radius: 12px; margin-top: 52px; }
.sa-software-developers-lp .comp-table th.th-label, .sa-software-developers-lp .comp-table td:first-child { position: sticky; left: 0; z-index: 3; background: #EFE8DA !important; box-shadow: 1px 0 0 rgba(26,43,61,0.10); }
.sa-software-developers-lp .comp-table th.th-label { z-index: 4; background: #EFE8DA; }
.sa-software-developers-lp .th-sa { background: var(--orange-soft) !important; color: var(--orange) !important; border: 1px solid rgba(255,111,61,0.2); }
.sa-software-developers-lp .comp-table td { padding: 13px 18px; text-align: center; font-size: 0.82rem; color: var(--ink-body); border-bottom: 1px solid rgba(26,43,61,0.06); background: var(--fg); }
.sa-software-developers-lp .td-label { text-align: left !important; font-weight: 500; color: var(--ink); background: #EFE8DA !important; }
.sa-software-developers-lp .td-sa { background: rgba(255,111,61,0.04) !important; color: var(--ink) !important; border-left: 1px solid rgba(255,111,61,0.12); border-right: 1px solid rgba(255,111,61,0.12); }
.sa-software-developers-lp .cell-check { color: var(--orange); font-size: 1rem; }
.sa-software-developers-lp .cell-x { color: rgba(26,43,61,0.2); }
.sa-software-developers-lp .cell-part { color: var(--ink-muted); font-size: 0.74rem; }
.sa-software-developers-lp .cost-fde { color: var(--orange) !important; font-family: var(--mono); font-size: 0.8rem; font-weight: 600; }
@media (hover: hover) and (min-width: 769px) {
  .sa-software-developers-lp .comp-table tbody tr:hover td:not(:first-child) { background: rgba(26,43,61,0.03) !important; }
  .sa-software-developers-lp .comp-table tbody tr:hover .td-sa { background: rgba(255,111,61,0.08) !important; }
}

/* ── TESTIMONIALS ── */
.sa-software-developers-lp .testi-section { background: var(--navy-900); }
.sa-software-developers-lp .testi-carousel-outer { position: relative; margin-top: 52px; }
.sa-software-developers-lp .testi-cta { display: flex; justify-content: center; margin-top: 44px; }
.sa-software-developers-lp .testi-viewport { overflow: hidden; padding: 26px 0; }
.sa-software-developers-lp .testi-track { display: flex; gap: 26px; will-change: transform; transition: transform 0.6s cubic-bezier(0.22,0.61,0.36,1); }
.sa-software-developers-lp .tc-card { flex: 0 0 40%; background: var(--fg-08); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 30px; display: flex; flex-direction: column; height: 450px; opacity: 0.3; transform: scale(0.9); transform-origin: center; transition: opacity 0.6s var(--ease), transform 0.6s var(--ease), border-color 0.6s; }
.sa-software-developers-lp .tc-card.is-active { opacity: 1; transform: scale(1); border-color: rgba(255,111,61,0.2); box-shadow: 0 12px 48px rgba(0,0,0,0.28); }
.sa-software-developers-lp .tc-card .testi-stars { color: var(--orange); font-size: 0.75rem; letter-spacing: 2px; margin-bottom: 16px; }
.sa-software-developers-lp .tc-card blockquote { font-family: var(--sans); font-size: 0.92rem; font-style: normal; color: var(--fg-88); line-height: 1.7; flex: 1; margin-bottom: 20px; overflow: hidden; }
.sa-software-developers-lp .tc-card .testi-author { display: flex; align-items: center; gap: 12px; }
.sa-software-developers-lp .tc-card .testi-avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid rgba(255,111,61,0.3); }
.sa-software-developers-lp .tc-card .testi-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sa-software-developers-lp .tc-card .testi-cite { font-family: var(--sans); font-size: 0.82rem; font-weight: 600; color: var(--fg); }
.sa-software-developers-lp .tc-card .testi-role-label { display: block; font-size: 0.75rem; color: var(--fg-55); font-weight: 400; margin-top: 2px; }
.sa-software-developers-lp .testi-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: rgba(11,21,32,0.92); border: 1px solid var(--fg-18); color: var(--fg); font-family: var(--sans); font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10; transition: all 0.2s; backdrop-filter: blur(10px); }
.sa-software-developers-lp .testi-nav:hover { background: var(--orange); border-color: var(--orange); color: white; }
.sa-software-developers-lp .testi-nav-prev { left: -16px; }
.sa-software-developers-lp .testi-nav-next { right: -16px; }
@media(max-width:900px){ .sa-software-developers-lp .tc-card { flex: 0 0 66%; height: auto; min-height: 380px; } }
@media(max-width:600px){ .sa-software-developers-lp .tc-card { flex: 0 0 86%; min-height: 420px; } .sa-software-developers-lp .testi-nav-prev { left: 2px; } .sa-software-developers-lp .testi-nav-next { right: 2px; } }
@media(prefers-reduced-motion: reduce){ .sa-software-developers-lp .testi-track, .sa-software-developers-lp .tc-card { transition: none; } }


/* ── BENCH SECTION ── */












/* ── WHY SA ── */













/* ── CEO SECTION ── */
.sa-software-developers-lp .ceo-section { background: var(--navy-950); }
.sa-software-developers-lp .ceo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.sa-software-developers-lp .ceo-photo { border-radius: 16px; overflow: hidden; background: var(--navy-800); aspect-ratio: 20 / 21; width: 100%; position: relative; }
.sa-software-developers-lp .ceo-photo-inner { width: 100%; height: 100%; }
.sa-software-developers-lp .ceo-photo-inner img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.sa-software-developers-lp .ceo-photo-label { font-family: var(--mono); font-size: 0.65rem; color: var(--fg-32); letter-spacing: 0.1em; }
.sa-software-developers-lp .ceo-name-badge { position: absolute; bottom: 20px; left: 20px; background: rgba(11,21,32,0.85); backdrop-filter: blur(10px); border: 1px solid var(--fg-18); border-radius: 10px; padding: 10px 16px; }
.sa-software-developers-lp .ceo-name { font-family: var(--serif); font-size: 1rem; color: var(--fg); font-weight: 500; }
.sa-software-developers-lp .ceo-title { font-family: var(--mono); font-size: 0.63rem; color: var(--orange); margin-top: 2px; }
.sa-software-developers-lp .ceo-bio p { font-size: 0.97rem; color: var(--fg-55); line-height: 1.8; margin-bottom: 16px; }
.sa-software-developers-lp .ceo-bio p:last-child { margin-bottom: 0; }
.sa-software-developers-lp .ceo-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 32px; }
.sa-software-developers-lp .ceo-stat { background: var(--fg-08); border: 1px solid var(--fg-08); border-radius: 10px; padding: 16px; text-align: center; }
.sa-software-developers-lp .ceo-stat strong { display: block; font-family: var(--serif); font-size: 1.5rem; color: var(--orange); }
.sa-software-developers-lp .ceo-stat span { font-family: var(--mono); font-size: 0.62rem; color: var(--fg-32); letter-spacing: 0.06em; text-transform: uppercase; }

/* ── FAQ ── */
.sa-software-developers-lp .faq-section { background: var(--navy-900); }
.sa-software-developers-lp .faq-section .section-h { color: var(--ink); }
.sa-software-developers-lp .faq-section .section-h em { color: var(--orange); }
.sa-software-developers-lp .faq-section .section-tag { color: var(--orange); }
.sa-software-developers-lp .faq-section .section-tag::before { background: var(--orange); }
.sa-software-developers-lp .faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 48px; }
.sa-software-developers-lp .faq-cta { display: flex; justify-content: center; margin-top: 44px; }
.sa-software-developers-lp .faq-item { background: var(--fg); border: 1px solid rgba(26,43,61,0.08); border-radius: 10px; overflow: hidden; }
.sa-software-developers-lp .faq-q { width: 100%; text-align: left; background: none; border: none; padding: 20px 24px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--sans); font-size: 0.9rem; font-weight: 600; color: var(--ink); transition: color 0.2s; }
.sa-software-developers-lp .faq-q:hover { color: var(--orange); }
.sa-software-developers-lp .faq-arrow { font-size: 1rem; color: var(--orange); transition: transform 0.3s var(--ease); flex-shrink: 0; }
.sa-software-developers-lp .faq-item.open .faq-arrow { transform: rotate(180deg); }
.sa-software-developers-lp .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.sa-software-developers-lp .faq-a-inner { padding: 0 24px 20px; font-size: 0.85rem; color: var(--ink-body); line-height: 1.7; border-top: 1px solid rgba(26,43,61,0.06); padding-top: 16px; }
.sa-software-developers-lp .faq-item.open .faq-a { max-height: 300px; }

/* ── FINAL CTA ── */
.sa-software-developers-lp .final-cta { background: var(--navy-950); text-align: center; padding: 60px 0; position: relative; overflow: hidden; }
.sa-software-developers-lp .final-orb { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(255,111,61,0.07) 0%, transparent 60%); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.sa-software-developers-lp .final-cta h2 { font-family: var(--serif); font-size: clamp(2.2rem,4.5vw,3.8rem); font-weight: 500; color: var(--fg); line-height: 1.1; max-width: 680px; margin: 0 auto 18px; position: relative; }
.sa-software-developers-lp .final-cta h2 em { font-style: italic; color: var(--orange); }
.sa-software-developers-lp .final-cta p { font-size: 1rem; color: var(--fg-55); max-width: 460px; margin: 0 auto 40px; position: relative; }

/* ── FOOTER ── */
.sa-software-developers-lp footer { background: var(--navy-900); border-top: 1px solid var(--fg-08); padding: 28px 0; }
.sa-software-developers-lp .foot-inner { display: flex; align-items: center; justify-content: space-between; }
.sa-software-developers-lp footer p { font-size: 0.78rem; color: var(--fg-32); }
.sa-software-developers-lp .foot-note { font-family: var(--mono); font-size: 0.67rem; color: rgba(255,111,61,0.35); }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from{opacity:0;transform:translateY(26px);}to{opacity:1;transform:translateY(0);} }
.sa-software-developers-lp .reveal { opacity:0; transform:translateY(22px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
/* FIX: transform:none (no translateY(0)) — un transform residual en el wrapper
   convierte al contenedor en containing block y rompe position:sticky
   (tabla comparativa, problem-left y why-right sticky) */
.sa-software-developers-lp .reveal.visible { opacity:1; transform:none; }

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .sa-software-developers-lp .hero-inner, .sa-software-developers-lp .what-grid, .sa-software-developers-lp .ceo-grid { grid-template-columns:1fr; gap:48px; }
  .sa-software-developers-lp .hero-photo { aspect-ratio: 4 / 5; }
  .sa-software-developers-lp .hero-photo img { object-position: center 20%; }
  .sa-software-developers-lp .hero-code { position: absolute; left: 0; bottom: -8px; width: 82%; transform: scale(0.6); transform-origin: bottom left; margin-top: 0; }
  .sa-software-developers-lp .code-body { min-height: 0; font-size: 0.74rem; line-height: 1.75; padding: 14px 16px; }
  .sa-software-developers-lp .code-bar { padding: 9px 14px; }
  .sa-software-developers-lp .code-filename { font-size: 0.66rem; margin-left: 7px; }
  .sa-software-developers-lp .code-tabs { font-size: 0.58rem; }
  .sa-software-developers-lp .hero-visual { width: 100%; max-width: 560px; }
  .sa-software-developers-lp .steps { grid-template-columns:1fr 1fr; gap:36px; }
  .sa-software-developers-lp .steps::before { display:none; }
  .sa-software-developers-lp .testi-grid { grid-template-columns:1fr; }

  .sa-software-developers-lp .pricing-grid { grid-template-columns:1fr 1fr; }
  .sa-software-developers-lp .bench-grid { grid-template-columns:1fr 1fr; }
}
@media(max-width:600px){
  .sa-software-developers-lp .block {padding:60px 0;}
  .sa-software-developers-lp .steps { grid-template-columns:1fr; }
  .sa-software-developers-lp .pricing-grid, .sa-software-developers-lp .bench-grid { grid-template-columns:1fr; }
  .sa-software-developers-lp .proof-item { padding:0 28px; }
  .sa-software-developers-lp .pi-num { font-size:1.3rem; }
  /* auto-sliding marquee on mobile */
  .sa-software-developers-lp .proof-viewport { padding:0; overflow:hidden; }
  .sa-software-developers-lp .proof-scroll { width:max-content; justify-content:flex-start; animation: scroll-r 20s linear infinite; }
  .sa-software-developers-lp .proof-scroll:hover { animation-play-state: paused; }
  .sa-software-developers-lp .proof-item { flex:0 0 auto; }
  .sa-software-developers-lp .proof-dup { display:flex; }
  /* hero bullets → accordion on mobile */
  .sa-software-developers-lp .hero-bullets { gap: 0; border-top: 1px solid var(--fg-08); }
  .sa-software-developers-lp .hero-bullet { border-bottom: 1px solid var(--fg-08); padding: 4px 0; }
  .sa-software-developers-lp .hb-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; padding: 12px 0; }
  .sa-software-developers-lp .hb-chev { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 22px; height: 22px; font-size: 1.1rem; line-height: 1; color: var(--orange); transition: transform 0.3s var(--ease); }
  .sa-software-developers-lp .hero-bullet.open .hb-chev { transform: rotate(180deg); }
  /* FIX: transición lenta y suave de apertura/cierre + fade del contenido */
  .sa-software-developers-lp .hb-body { max-height: 0; overflow: hidden; opacity: 0; transform: translateY(-6px); transition: max-height 0.6s var(--ease-out), opacity 0.5s var(--ease) 0.1s, transform 0.5s var(--ease) 0.1s, padding 0.6s var(--ease-out); }
  .sa-software-developers-lp .hero-bullet.open .hb-body { max-height: 320px; opacity: 1; transform: translateY(0); padding-bottom: 14px; }
  .sa-software-developers-lp .hero-bullet .b-icon { margin-top: 12px; }
}
@media(prefers-reduced-motion: reduce){
  .sa-software-developers-lp .proof-scroll { animation: none; }
}

/* ── ROLE CAROUSEL ── */
.sa-software-developers-lp .roles-carousel-section { background: #0b1520; padding: 60px 0; }
.sa-software-developers-lp .roles-carousel-section .section-h { color: var(--fg); font-size: clamp(1.8rem,3vw,2.6rem); text-align: center; margin-bottom: 48px; }
.sa-software-developers-lp .roles-carousel-section .section-h em { font-style: italic; color: var(--orange); }
.sa-software-developers-lp .carousel-outer { position: relative; }
.sa-software-developers-lp .carousel-track { display: flex; gap: 16px; transition: transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94); will-change: transform; }
.sa-software-developers-lp .role-slide {
  flex: 0 0 calc(20% - 13px);
  min-width: 220px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
  background: var(--navy-800);
  cursor: pointer;
}
.sa-software-developers-lp .role-slide img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s var(--ease); }
.sa-software-developers-lp .role-slide:hover img { transform: scale(1.04); }
.sa-software-developers-lp .role-slide-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,18,28,0.92) 0%, rgba(10,18,28,0.3) 50%, transparent 100%);
}
.sa-software-developers-lp .role-slide-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 18px; }
.sa-software-developers-lp .role-slide-title { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: var(--fg); margin-bottom: 6px; line-height: 1.2; }
.sa-software-developers-lp .role-slide-desc { font-size: 0.76rem; color: var(--fg-72); line-height: 1.5; }
.sa-software-developers-lp .role-slide-price { display: inline-block; margin-top: 8px; font-family: var(--mono); font-size: 0.63rem; color: var(--orange); background: rgba(255,111,61,0.15); border: 1px solid rgba(255,111,61,0.25); padding: 3px 10px; border-radius: 20px; }
.sa-software-developers-lp .carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: rgba(11,21,32,0.85); border: 1px solid var(--fg-18); color: var(--fg); font-family: var(--sans); font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10; transition: all 0.2s; backdrop-filter: blur(10px); }
.sa-software-developers-lp .carousel-btn:hover { background: var(--orange); border-color: var(--orange); }
.sa-software-developers-lp .carousel-btn-prev { left: 4px; }
.sa-software-developers-lp .carousel-btn-next { right: 4px; }
.sa-software-developers-lp .carousel-dots { display: flex; justify-content: center; gap: 7px; margin-top: 28px; }
.sa-software-developers-lp .roles-cta { display: flex; justify-content: center; margin-top: 40px; }
.sa-software-developers-lp .carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.2); cursor: pointer; transition: all 0.25s; }
.sa-software-developers-lp .carousel-dot.active { background: var(--orange); width: 22px; border-radius: 4px; }
@media(max-width:900px) { .sa-software-developers-lp .role-slide { flex: 0 0 calc(33.33% - 11px); } }
@media(max-width:768px) { .sa-software-developers-lp .comp-table { min-width: 640px; } .sa-software-developers-lp .comp-wrap { border-radius: 12px; } }
@media(max-width:600px) { .sa-software-developers-lp .role-slide { flex: 0 0 calc(82% - 13px); } .sa-software-developers-lp .carousel-outer { padding: 0 14px !important; } .sa-software-developers-lp .comp-table { min-width: 620px; } }

/* ── BENCH / PIPELINE SECTION (FDE map style) ── */
.sa-software-developers-lp .bench-section { background: var(--cream); padding: 60px 0; }
.sa-software-developers-lp .bench-section .section-tag { color: var(--orange); }
.sa-software-developers-lp .bench-section .section-tag::before { background: var(--orange); }
.sa-software-developers-lp .bench-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; align-items: center; margin-top: 48px; }
.sa-software-developers-lp .bench-left h2 { font-family: var(--serif); font-size: clamp(2.2rem,4vw,3.2rem); font-weight: 500; line-height: 1.1; color: var(--ink); margin-bottom: 20px; }
.sa-software-developers-lp .bench-left h2 em { font-style: italic; color: var(--orange); }
.sa-software-developers-lp .bench-left p { font-size: 0.95rem; color: var(--ink-body); line-height: 1.75; margin-bottom: 32px; }
.sa-software-developers-lp .bench-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(26,43,61,0.1); border: 1px solid rgba(26,43,61,0.1); border-radius: 12px; overflow: hidden; margin-bottom: 32px; }
.sa-software-developers-lp .bench-stat { background: var(--fg); padding: 20px 22px; }
.sa-software-developers-lp .bench-stat strong { display: block; font-family: var(--serif); font-size: 1.9rem; font-weight: 500; color: var(--ink); line-height: 1; }
.sa-software-developers-lp .bench-stat strong em { font-style: italic; color: var(--orange); }
.sa-software-developers-lp .bench-stat span { font-family: var(--mono); font-size: 0.62rem; color: var(--ink-muted); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; display: block; }
.sa-software-developers-lp .bench-cta { display: inline-flex; align-items: center; gap: 10px; background: var(--orange); color: #fff; font-family: var(--sans); font-weight: 600; font-size: 0.9rem; padding: 14px 28px; border-radius: 8px; text-decoration: none; transition: all 0.25s var(--ease); }
.sa-software-developers-lp .bench-cta:hover { background: var(--orange-hover); transform: translateY(-2px); box-shadow: 0 10px 28px var(--orange-glow); }
/* SVG map right side */
.sa-software-developers-lp .bench-map { position: relative; width: 100%; max-width: 500px; margin: 0 auto; }
.sa-software-developers-lp .bench-map svg { width: 100%; height: auto; }
.sa-software-developers-lp .map-dot { fill: var(--orange); }
.sa-software-developers-lp .map-pin { cursor: pointer; }
.sa-software-developers-lp .map-pin circle { fill: var(--orange); transition: r 0.2s; }
.sa-software-developers-lp .map-pin:hover circle { r: 9; }
.sa-software-developers-lp .map-bubble { filter: drop-shadow(0 4px 12px rgba(0,0,0,0.12)); }
.sa-software-developers-lp .map-bubble rect { fill: white; }
.sa-software-developers-lp .map-bubble text { fill: var(--ink); font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; }
.sa-software-developers-lp .map-avatar circle { fill: var(--orange-soft); stroke: var(--orange); stroke-width: 1.5; }
.sa-software-developers-lp .map-avatar text { fill: var(--orange); font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 700; }
@media(max-width:900px){ .sa-software-developers-lp .bench-layout { grid-template-columns:1fr; gap:40px; } .sa-software-developers-lp .bench-map { width:100%; margin-right:0; } }

/* ── WHY SCALE ARMY ACCORDION ── */
.sa-software-developers-lp .why-section { background: var(--navy-900); padding: 60px 0; }
.sa-software-developers-lp .why-section .section-tag { color: var(--orange); }
.sa-software-developers-lp .why-section .section-tag::before { background: var(--orange); }
.sa-software-developers-lp .why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: flex-start; margin-top: 48px; }
.sa-software-developers-lp .why-right { display: flex; flex-direction: column; align-items: center; position: sticky; top: 100px; }
.sa-software-developers-lp .why-image { border-radius: 16px; overflow: hidden; aspect-ratio: 4/5; background: var(--navy-800); position: relative; width: 76%; }
.sa-software-developers-lp .why-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sa-software-developers-lp .why-image-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--navy-800), var(--navy-700)); border-radius: 16px; }
.sa-software-developers-lp .why-accord { display: flex; flex-direction: column; }
.sa-software-developers-lp .why-cta { margin-top: 36px; }
.sa-software-developers-lp .why-accord-item { border-bottom: 1px solid var(--fg-08); }
.sa-software-developers-lp .why-accord-item:first-child { border-top: 1px solid var(--fg-08); }
.sa-software-developers-lp .why-accord-btn { width: 100%; background: none; border: none; padding: 22px 0; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--sans); font-size: 0.95rem; font-weight: 600; color: var(--fg-72); text-align: left; transition: color 0.2s; }
.sa-software-developers-lp .why-accord-btn:hover { color: var(--fg); }
.sa-software-developers-lp .why-accord-btn.open { color: var(--fg); }
.sa-software-developers-lp .why-accord-left { display: flex; align-items: center; gap: 16px; }
.sa-software-developers-lp .why-accord-stat { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; color: var(--orange); line-height: 1; min-width: 52px; }
.sa-software-developers-lp .why-accord-stat em { font-style: italic; }
.sa-software-developers-lp .why-accord-arrow { color: var(--orange); font-size: 0.9rem; flex-shrink: 0; transition: transform 0.3s var(--ease); }
.sa-software-developers-lp .why-accord-btn.open .why-accord-arrow { transform: rotate(45deg); }
.sa-software-developers-lp .why-accord-body { max-height: 0; overflow: hidden; transition: max-height 0.38s cubic-bezier(0.25,0.46,0.45,0.94); }
.sa-software-developers-lp .why-accord-inner { padding: 0 0 20px 68px; font-size: 0.85rem; color: var(--fg-55); line-height: 1.7; }
.sa-software-developers-lp .why-accord-item.open .why-accord-body { max-height: 200px; }
.sa-software-developers-lp .why-accord-btn.open { color: var(--orange); }
@media(max-width:900px){ .sa-software-developers-lp .why-inner { grid-template-columns:1fr; gap:40px; } .sa-software-developers-lp .why-right { position:static; } .sa-software-developers-lp .problem-grid { grid-template-columns:1fr; } .sa-software-developers-lp .problem-layout { grid-template-columns:1fr; gap:40px; } .sa-software-developers-lp .problem-left { position:static; } }

/* ============================================================
   FDELP HEADER + FOOTER — SOFTWARE DEVELOPERS LP ONLY
   These styles are scoped by body class and/or page wrapper.
   ============================================================ */

body.sa-software-dev-lp-active section.header-lp-fde,
.sa-software-developers-lp section.header-lp-fde {
  text-align: center;
  background: #0b1520;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.sa-software-dev-lp-active a.skip-link.screen-reader-text,
.sa-software-developers-lp a.skip-link.screen-reader-text {
  display: none;
}

body.sa-software-dev-lp-active nav.top,
.sa-software-developers-lp nav.top {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding: 0 24px;
  pointer-events: none;
}

body.sa-software-dev-lp-active .nav-pill-wrap,
.sa-software-developers-lp .nav-pill-wrap {
  width: 100%;
  max-width: 1280px;
  pointer-events: auto;
  background: linear-gradient(180deg, rgba(37, 58, 80, 0.55) 0%, rgba(17, 30, 44, 0.85) 100%);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

body.sa-software-dev-lp-active .nav-inner,
.sa-software-developers-lp .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 28px;
  gap: 16px;
}

body.sa-software-dev-lp-active .brand,
.sa-software-developers-lp .brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

body.sa-software-dev-lp-active .brand-logo,
.sa-software-developers-lp .brand-logo {
  height: 28px;
  width: auto;
  display: block;
}

body.sa-software-dev-lp-active .brand-logo:hover,
.sa-software-developers-lp .brand-logo:hover {
  opacity: 0.92;
}

body.sa-software-dev-lp-active .nav-links,
.sa-software-developers-lp .nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: center;
}

body.sa-software-dev-lp-active .nav-link,
.sa-software-developers-lp .nav-link {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--fg);
  padding: 8px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

body.sa-software-dev-lp-active .nav-link:hover,
.sa-software-developers-lp .nav-link:hover {
  background: rgba(255, 255, 255, 0.06);
}

body.sa-software-dev-lp-active .nav-link .caret,
.sa-software-developers-lp .nav-link .caret {
  width: 11px;
  height: 11px;
  display: inline-block;
  transition: transform 0.2s var(--ease);
  opacity: 0.85;
}

body.sa-software-dev-lp-active .nav-link:hover .caret,
.sa-software-developers-lp .nav-link:hover .caret {
  transform: translateY(1px);
}

body.sa-software-dev-lp-active .btn-nav,
.sa-software-developers-lp .btn-nav {
  background: var(--orange);
  color: #fff;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 13px 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s var(--ease);
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(255, 111, 61, 0.30);
  text-decoration: none;
}

body.sa-software-dev-lp-active .btn-nav:hover,
.sa-software-developers-lp .btn-nav:hover {
  background: var(--orange-hover);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px var(--orange-glow);
}

body.sa-software-dev-lp-active .btn-nav:active,
.sa-software-developers-lp .btn-nav:active {
  transform: translateY(0);
}

@media (max-width: 1100px) {
  body.sa-software-dev-lp-active .nav-links,
  .sa-software-developers-lp .nav-links {
    display: none;
  }

  body.sa-software-dev-lp-active .nav-inner,
  .sa-software-developers-lp .nav-inner {
    padding: 8px 8px 8px 22px;
  }

  body.sa-software-dev-lp-active .brand-logo,
  .sa-software-developers-lp .brand-logo {
    height: 24px;
  }

  body.sa-software-dev-lp-active .btn-nav,
  .sa-software-developers-lp .btn-nav {
    padding: 11px 22px;
    font-size: 0.86rem;
  }
}

body.sa-software-dev-lp-active .sa-footer,
.sa-software-developers-lp .sa-footer {
  background: #1A2B3D;
  color: #ffffff;
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
}

body.sa-software-dev-lp-active .sa-footer *,
.sa-software-developers-lp .sa-footer * {
  box-sizing: border-box;
}

body.sa-software-dev-lp-active .sa-footer__inner,
.sa-software-developers-lp .sa-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 112px 80px 86px;
  display: grid;
  grid-template-columns: 1.65fr 1fr 1fr 1.4fr;
  gap: 70px;
  align-items: flex-start;
}

body.sa-software-dev-lp-active .sa-footer__logo,
.sa-software-developers-lp .sa-footer__logo {
  width: 235px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 55px;
}

body.sa-software-dev-lp-active .sa-footer__tagline,
.sa-software-developers-lp .sa-footer__tagline {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.3px;
}

body.sa-software-dev-lp-active .sa-footer__col h3,
.sa-software-developers-lp .sa-footer__col h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.4px;
}

body.sa-software-dev-lp-active .sa-footer__col a,
body.sa-software-dev-lp-active .sa-footer__col p,
.sa-software-developers-lp .sa-footer__col a,
.sa-software-developers-lp .sa-footer__col p {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.2px;
}

body.sa-software-dev-lp-active .sa-footer__col a,
.sa-software-developers-lp .sa-footer__col a {
  display: block;
  margin-bottom: 22px;
  transition: opacity 0.2s ease;
}

body.sa-software-dev-lp-active .sa-footer__col a:hover,
.sa-software-developers-lp .sa-footer__col a:hover {
  opacity: 0.7;
}

body.sa-software-dev-lp-active .sa-footer__contact p,
.sa-software-developers-lp .sa-footer__contact p {
  margin: 0 0 20px;
}

body.sa-software-dev-lp-active .sa-footer__contact strong,
.sa-software-developers-lp .sa-footer__contact strong {
  font-weight: 700;
}

body.sa-software-dev-lp-active .sa-footer__contact p a,
.sa-software-developers-lp .sa-footer__contact p a {
  display: inline-block;
  margin: 10px 0 0;
}

body.sa-software-dev-lp-active .sa-footer__socials,
.sa-software-developers-lp .sa-footer__socials {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 28px;
}

body.sa-software-dev-lp-active .sa-footer__socials a,
.sa-software-developers-lp .sa-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
}

body.sa-software-dev-lp-active .sa-footer__socials svg,
.sa-software-developers-lp .sa-footer__socials svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

body.sa-software-dev-lp-active .sa-footer__socials a:nth-child(2) svg,
body.sa-software-dev-lp-active .sa-footer__socials a:nth-child(3) svg,
.sa-software-developers-lp .sa-footer__socials a:nth-child(2) svg,
.sa-software-developers-lp .sa-footer__socials a:nth-child(3) svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1024px) {
  body.sa-software-dev-lp-active .sa-footer__inner,
  .sa-software-developers-lp .sa-footer__inner {
    padding: 80px 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 70px;
  }
}

@media (max-width: 767px) {
  body.sa-software-dev-lp-active .sa-footer__inner,
  .sa-software-developers-lp .sa-footer__inner {
    padding: 60px 24px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  body.sa-software-dev-lp-active .sa-footer__logo,
  .sa-software-developers-lp .sa-footer__logo {
    width: 210px;
    margin-bottom: 32px;
  }

  body.sa-software-dev-lp-active .sa-footer__tagline,
  .sa-software-developers-lp .sa-footer__tagline {
    font-size: 18px;
  }

  body.sa-software-dev-lp-active .sa-footer__col h3,
  .sa-software-developers-lp .sa-footer__col h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  body.sa-software-dev-lp-active .sa-footer__col a,
  body.sa-software-dev-lp-active .sa-footer__col p,
  .sa-software-developers-lp .sa-footer__col a,
  .sa-software-developers-lp .sa-footer__col p {
    font-size: 16px;
  }

  body.sa-software-dev-lp-active .sa-footer__socials,
  .sa-software-developers-lp .sa-footer__socials {
    gap: 28px;
  }
}

body.sa-software-dev-lp-active .sa-software-dev-shortcode-init {
  display: none !important;
}

/* ============================================================
   SOFTWARE DEVELOPERS LP — COMPARISON TABLE MOBILE STYLE <= 700px
   Same visual style as Fullstack LP mobile table
   ============================================================ */

@media (max-width: 700px) {
  .sa-software-developers-lp .comp-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    margin-top: 52px;
    padding-bottom: 8px;
  }

  .sa-software-developers-lp .comp-table {
    width: max-content;
    min-width: 650px;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 0;
    overflow: visible;
  }

  .sa-software-developers-lp .comp-table th,
  .sa-software-developers-lp .comp-table td {
    white-space: nowrap;
    height: 44px;
    padding: 13px 18px;
    border-bottom: 1px solid rgba(26, 43, 61, 0.06);
  }

  /* First column sticky
     FIX: -webkit-sticky + !important contra CSS del theme;
     white-space:normal + min/max-width para que los labels largos
     bajen a 2 líneas dentro de la columna fija (antes width:100% + nowrap) */
  .sa-software-developers-lp .comp-table th:first-child,
  .sa-software-developers-lp .comp-table td:first-child,
  .sa-software-developers-lp .comp-table .th-label,
  .sa-software-developers-lp .comp-table .td-label {
    position: -webkit-sticky;
    position: sticky !important;
    left: 0 !important;
    z-index: 5;
    white-space: normal;
    min-width: 140px;
    max-width: 140px;
    line-height: 1.35;
    height: auto;
    text-align: left !important;
    background: #EFE8DA !important;
    color: var(--ink) !important;
    font-size: 11px;
    box-shadow: none;
  }

  .sa-software-developers-lp .comp-table th:first-child,
  .sa-software-developers-lp .comp-table .th-label {
    z-index: 6;
    background: #EDE6D8 !important;
  }

  /* FIX: cualquier th/td posicionado (p.ej. position:relative heredado del
     theme) pinta por encima de las celdas sticky. Forzamos static en TODAS
     las celdas de datos para que solo la primera columna esté posicionada. */
  .sa-software-developers-lp .comp-table th:not(:first-child),
  .sa-software-developers-lp .comp-table td:not(:first-child) {
    position: static !important;
    z-index: auto !important;
  }

  /* Scale Army column */
  .sa-software-developers-lp .comp-table .th-sa,
  .sa-software-developers-lp .comp-table .td-sa {
    width: 112px;
    min-width: 112px;
    max-width: 112px;
    background: #FFF0E8 !important;
    color: var(--orange) !important;
    text-align: center !important;
    border-left: 1px solid rgba(255, 111, 61, 0.10);
    border-right: 1px solid rgba(255, 111, 61, 0.10);
  }

  .sa-software-developers-lp .comp-table .th-sa {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .sa-software-developers-lp .comp-table .td-sa {
    font-size: 0.78rem;
  }

  .sa-software-developers-lp .comp-table .td-sa.cost-fde,
  .sa-software-developers-lp .comp-table .td-sa .cost-fde,
  .sa-software-developers-lp .comp-table .cost-fde {
    color: var(--orange) !important;
    font-family: var(--mono);
    font-size: 0.72rem;
    font-weight: 600;
  }

  /* Other columns */
  .sa-software-developers-lp .comp-table th:not(:first-child):not(.th-sa),
  .sa-software-developers-lp .comp-table td:not(:first-child):not(.td-sa) {
    width: 128px;
    min-width: 128px;
    max-width: 128px;
    background: #ffffff !important;
    color: var(--ink-body) !important;
    text-align: center !important;
  }

  .sa-software-developers-lp .comp-table td:not(:first-child):not(.td-sa) {
    white-space: normal;
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .sa-software-developers-lp .comp-table th:not(:first-child):not(.th-sa) {
    background: rgba(26, 43, 61, 0.04) !important;
    color: var(--ink-muted) !important;
  }

  /* No hover on mobile/touch */
  .sa-software-developers-lp .comp-table tbody tr:hover td {
    background: #ffffff !important;
  }

  .sa-software-developers-lp .comp-table tbody tr:hover td:first-child,
  .sa-software-developers-lp .comp-table tbody tr:hover .td-label {
    background: #EFE8DA !important;
  }

  .sa-software-developers-lp .comp-table tbody tr:hover .td-sa {
    background: #FFF0E8 !important;
  }

  /* Orange horizontal scrollbar like the screenshot */
  .sa-software-developers-lp .comp-wrap::-webkit-scrollbar {
    height: 8px;
  }

  .sa-software-developers-lp .comp-wrap::-webkit-scrollbar-track {
    background: transparent;
  }

  .sa-software-developers-lp .comp-wrap::-webkit-scrollbar-thumb {
    background: var(--orange);
    border-radius: 999px;
  }
}