/*
Theme Name: Spence Novaarc Software Live
Theme URI: https://spencernovaarc.store/
Author: SPENCE NOVAARC SOFTWARE LLC
Description: A professional B2B software development service website for SPENCE NOVAARC SOFTWARE LLC.
Version: 1.0.2
Text Domain: spence-novaarc
*/

:root {
  --ink: #17212b;
  --muted: #657486;
  --line: #dbe4ec;
  --panel: #ffffff;
  --soft: #f4f7f9;
  --steel: #1e5f74;
  --teal: #2f9d8f;
  --amber: #c9862b;
  --brick: #a34f42;
  --navy: #0e2c3a;
  --shadow: 0 18px 45px rgba(18, 37, 51, 0.12);
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px; padding: 14px clamp(20px, 4vw, 58px); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); box-shadow: 0 8px 28px rgba(16,38,50,.05); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 244px; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; color: #fff; font-weight: 800; background: linear-gradient(135deg, var(--navy), var(--teal)); border-radius: 8px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2), 0 10px 20px rgba(30,95,116,.25); }
.brand strong,.brand small { display: block; line-height: 1.1; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 4px; flex-wrap: wrap; }
.site-nav a { padding: 10px 12px; color: #314352; font-size: 14px; font-weight: 700; border-radius: 7px; }
.site-nav a:hover,.site-nav a.active { color: var(--steel); background: #e8f4f2; }
.site-nav .nav-cta { color: #fff; background: var(--navy); }
.nav-toggle { display: none; min-height: 42px; padding: 0 14px; color: #fff; border: 0; border-radius: 7px; background: var(--navy); font-weight: 800; }
.hero { position: relative; min-height: 590px; display: grid; align-items: center; padding: clamp(44px,7vw,96px) clamp(20px,6vw,86px); overflow: hidden; color: #fff; background: #111f28; }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 38%; z-index: 1; background: linear-gradient(180deg, rgba(17,31,40,0), rgba(17,31,40,.78)); pointer-events: none; }
.hero-media { position: absolute; inset: 0; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,27,36,.9), rgba(10,27,36,.58) 48%, rgba(10,27,36,.16)), linear-gradient(180deg, rgba(10,27,36,.2), rgba(10,27,36,.36)); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow { margin: 0 0 12px; color: var(--amber); font-size: 13px; font-weight: 900; text-transform: uppercase; }
h1,h2,h3,p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 820px; font-size: clamp(38px,4.8vw,58px); line-height: 1.06; }
.page-hero h1 { font-size: clamp(38px,6vw,68px); }
.hero-text,.page-hero p { max-width: 760px; color: rgba(255,255,255,.84); font-size: 18px; }
.hero-actions,.hero-credential { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.hero-credential { gap: 10px; margin-top: 22px; }
.hero-credential span { padding: 9px 12px; color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.2); border-radius: 7px; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 850; backdrop-filter: blur(8px); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 7px; font-weight: 900; transition: transform .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(11,38,50,.18); }
.button.primary { color: #fff; background: linear-gradient(135deg, var(--teal), #257c88); }
.button.secondary { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button.light { color: var(--navy); background: #fff; }
.metrics,.trust-strip { width: min(1180px, calc(100% - 40px)); margin: -58px auto 0; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.metrics article { min-height: 124px; padding: 24px; border-right: 1px solid var(--line); }
.metrics article:last-child { border-right: 0; }
.metrics strong { display: block; color: var(--steel); font-size: 36px; line-height: 1; }
.metrics span { display: block; margin-top: 10px; color: var(--muted); font-weight: 750; }
.trust-strip { margin: 26px auto 0; gap: 1px; background: var(--line); box-shadow: none; }
.trust-strip span { display: flex; align-items: center; min-height: 58px; padding: 14px 18px; color: #314352; background: #fff; font-weight: 850; }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 92px 0; }
.section.soft { width: 100%; padding-inline: max(20px, calc((100% - 1180px) / 2)); background: linear-gradient(135deg, rgba(47,157,143,.08), rgba(201,134,43,.06)), var(--soft); }
.section.compact { padding: 54px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(30px,4vw,48px); line-height: 1.08; }
.section-heading a { color: var(--steel); font-weight: 900; }
.steps-grid,.card-grid,.portfolio-grid,.values-grid,.pricing-grid,.solution-list,.about-layout { display: grid; gap: 18px; }
.steps-grid,.portfolio-grid,.values-grid { grid-template-columns: repeat(4,1fr); }
.card-grid.three,.pricing-grid,.solution-list { grid-template-columns: repeat(3,1fr); }
.card-grid.two { grid-template-columns: repeat(2,1fr); }
.about-layout { grid-template-columns: 1.2fr 1fr 1fr; }
.card,.steps-grid article,.service-card,.detail-card,.portfolio-grid article,.values-grid article,.pricing-grid article,.about-layout article,.solution-list article,.contact-card { position: relative; overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 26px; box-shadow: 0 12px 28px rgba(20,40,55,.06); }
.card::before,.steps-grid article::before,.service-card::before,.detail-card::before,.portfolio-grid article::before,.values-grid article::before,.pricing-grid article::before,.about-layout article::before,.solution-list article::before,.contact-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--teal), var(--amber), var(--brick)); }
.steps-grid span,.solution-list span,.icon { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 22px; color: var(--steel); background: #e7f4f1; border-radius: 8px; font-weight: 900; }
.card p,.steps-grid p,.service-card p,.portfolio-grid p,.detail-card p,.pricing-grid p,.about-layout p,.values-grid p,.solution-list p,.contact-card p { margin: 0; color: var(--muted); }
.detail-card ul,.pricing-grid ul { margin: 22px 0 0; padding-left: 18px; color: #344755; }
.portfolio-grid article { min-height: 236px; display: flex; flex-direction: column; }
.portfolio-grid span { color: var(--amber); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.quote-panel,.cta-band { padding: clamp(28px,5vw,58px); color: #fff; background: var(--navy); border-radius: 8px; box-shadow: 0 24px 70px rgba(10,31,42,.2); }
.quote-panel p { max-width: 940px; margin: 0 0 18px; font-size: clamp(26px,4vw,46px); line-height: 1.12; }
.quote-panel span { color: #9fded5; font-weight: 850; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 32px; background: linear-gradient(135deg, rgba(14,44,58,.96), rgba(32,92,104,.96)); }
.cta-band h2 { margin: 0; font-size: clamp(30px,4vw,48px); line-height: 1.08; }
.page-hero { padding: clamp(58px,8vw,112px) clamp(20px,6vw,86px); color: #fff; background: linear-gradient(135deg, rgba(14,44,58,.98), rgba(31,77,89,.96) 62%, rgba(43,111,112,.96)); }
.page-hero p { color: rgba(255,255,255,.82); font-size: 18px; }
.price { color: var(--steel) !important; font-size: 26px; font-weight: 950; }
.featured { border: 2px solid var(--teal) !important; box-shadow: var(--shadow) !important; }
.timeline { display: grid; gap: 16px; }
.timeline article { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.timeline span { display: grid; place-items: center; width: 54px; height: 54px; color: #fff; background: var(--steel); border-radius: 8px; font-weight: 900; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: 24px; }
.contact-form { display: grid; gap: 16px; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; color: #334653; font-weight: 850; }
.contact-form input,.contact-form select,.contact-form textarea { width: 100%; min-height: 48px; border: 1px solid #cdd8e1; border-radius: 7px; padding: 11px 12px; font: inherit; color: var(--ink); background: #fff; }
.page-pager { width: min(1180px, calc(100% - 40px)); margin: 0 auto 70px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.page-pager a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 14px; color: #fff; background: var(--navy); border-radius: 7px; font-weight: 850; }
.site-footer { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 26px; padding: 54px clamp(20px,5vw,72px); color: #d7e4ea; background: #0b1e27; border-top: 6px solid #143848; }
.site-footer p { color: #a9bac4; }
.site-footer h4 { margin: 0 0 12px; color: #fff; }
.site-footer a,.site-footer span { display: block; margin: 8px 0; color: #c6d7df; }
.float-contact { position: fixed; right: 18px; bottom: 18px; z-index: 25; display: inline-flex; align-items: center; justify-content: center; min-width: 94px; min-height: 46px; padding: 0 16px; color: #fff; background: var(--amber); border-radius: 8px; box-shadow: var(--shadow); font-weight: 950; }
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; align-items: center; }
  .site-nav { position: absolute; top: 77px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; }
  .metrics,.trust-strip,.steps-grid,.card-grid.three,.card-grid.two,.portfolio-grid,.solution-list,.pricing-grid,.values-grid,.about-layout,.contact-layout,.site-footer { grid-template-columns: 1fr 1fr; }
  .section-heading,.cta-band { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .brand { min-width: 0; }
  .brand strong { font-size: 14px; }
  .hero { min-height: 590px; padding-top: 48px; }
  h1 { font-size: 38px; }
  .metrics,.trust-strip,.steps-grid,.card-grid.three,.card-grid.two,.portfolio-grid,.solution-list,.pricing-grid,.values-grid,.about-layout,.contact-layout,.site-footer { grid-template-columns: 1fr; }
  .section { width: min(100% - 28px,1180px); padding: 64px 0; }
  .section.soft { padding-inline: 14px; }
  .page-pager { width: calc(100% - 28px); align-items: stretch; flex-direction: column; }
  .page-pager a { justify-content: center; width: 100%; }
  .timeline article { grid-template-columns: 1fr; }
}
