/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
    --nv-navy-deep: #071726;
    --nv-navy: #0C2740;
    --nv-navy-mid: #123454;
    --nv-steel: #57697A;
    --nv-steel-light: #8FA0AD;
    --nv-paper: #F3F5F4;
    --nv-paper-dim: #E9ECEB;
    --nv-white: #FFF;
    --nv-ink: #0F1720;
    --nv-line: #D7DEE1;
    --nv-amber: #DD8A1E;
    --nv-amber-deep: #B06B10;
    --nv-amber-tint: #FBEEDC;
    --font-display: "Roboto", sans-serif;
    --font-body: "Roboto", sans-serif;
    --font-mono: "Roboto", sans-serif;
    --maxw: 1180px;
    --radius: 2px
    }
*, *::before, *::after {
    box-sizing: border-box
    }
html {
    scroll-behavior: smooth
    }
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
        }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
        }
    }
@media screen {
  html {
    margin-top: 0px !important;
  }
}
body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--nv-ink);
    background: var(--nv-white);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased
    }
h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 600 ;
    line-height: 1.15 ;
    margin: 0 0 0.5em;
    color: #55036e;
    letter-spacing: -0.01em;
    }
p {
    margin: 0 0 1em;
    color: var(--nv-steel)
    }
a {
    color: inherit
    }
img {
    max-width: 100%;
    display: block
    }
ul {
    margin: 0;
    padding: 0
    }
button {
    font-family: inherit
    }
:focus-visible {
    outline: 3px solid #55036e;
    outline-offset: 2px
    }
.wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px
    }
.eyebrow {
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #55036e;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px
    }
.form-side > h2 {
  color: #fff !important;
  font-size: 26px !important;
}
.eyebrow::before {
    content: "";
    width: 18px;
    height: 1px;
    background: var(--nv-amber-deep);
    display: inline-block
    }
.section {
    padding: 88px 0
    }
.section-tight {
    padding: 56px 0
    }
@media (max-width: 720px) {
    .section {
        padding: 56px 0
        }
    .section-tight {
        padding: 40px 0
        }
    }
.section-head {
    max-width: 680px;
    margin-bottom: 44px
    }
.section-head p {
    font-size: 17px
    }
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
    }
/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 15px;
    padding: 14px 26px;
    border-radius: var(--radius);
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.1s ease
    }
.btn:active {
    transform: translatey(1px)
    }
.btn-primary {
    background: #55036e;
    color: #fff
    }
.btn-primary:hover {
    background: #2d0546;
    color: var(--nv-white)
    }
.btn-ghost {
    background: transparent;
    color: var(--nv-white);
    border-color: rgba(255, 255, 255, 0.4)
    }
.btn-ghost:hover {
    border-color: var(--nv-white);
    background: rgba(255, 255, 255, 0.08)
    }
.btn-outline-navy {
    background: #4F2966;
    color: #fff;
    border-color: var(--nv-navy)
    }
.btn-outline-navy:hover {
    background: var(--nv-navy);
    color: var(--nv-white)
    }
.btn-sm {
    padding: 10px 18px;
    font-size: 13.5px
    }
.btn-block {
    width: 100%
    }
/* ============================================================
   HEADER
   ============================================================ */
.topbar {
    color: #C9D3DA;
    font-family: var(--font-mono);
    font-size: 12.5px;
	background:#3a025c;
    }
.topbar .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 16px;
    flex-wrap: wrap
    }
.topbar .wrap span{display:block; width:100%; text-align:right;}
.topbar a {
    color: #C9D3DA;
    text-decoration: none
    }
.topbar a:hover {
    color: #55036e
    }
.topbar .topbar-phone {
    color: var(--nv-white);
    font-weight: 600
    }
header.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #3a025c
    }
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 20px
    }
.logo-block {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--nv-navy)
    }
.site-logo {
    height: 44px;
    width: auto;
    display: block
    }
.logo-text {
    line-height: 1.2
    }
.logo-text .lt1 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 18px;
    color: var(--nv-navy)
    }
.logo-text .lt2 {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--nv-steel)
    }
nav.primary-nav {
    display: flex;
    align-items: center;
    gap: 28px
    }
nav.primary-nav a {
    text-decoration: none;
    color: var(--nv-white);
    font-weight: 500;
    font-size: 14.5px;
    padding: 6px 0;
    border-bottom: 2px solid transparent
    }
nav.primary-nav a:hover {
    border-bottom-color: #e3b5ff;
    color: #e3b5ff
    }
.header-cta {
    display: flex;
    align-items: center;
    gap: 14px
    }
.header-phone {
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: none
    }
@media (min-width: 980px) {
    .header-phone {
        display: inline-block
        }
    }
.nav-toggle {
    display: none;
    background: none;
    border: 1px solid var(--nv-line);
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    cursor: pointer
    }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: var(--nv-navy);
    position: relative
    }
.nav-toggle span::before {
    position: absolute;
    top: -6px
    }
.nav-toggle span::after {
    position: absolute;
    top: 6px
    }
@media (max-width: 980px) {
    nav.primary-nav {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: min(320px, 86vw);
        background: var(--nv-white);
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 90px 28px 28px;
        transform: translatex(100%);
        transition: transform 0.25s ease;
        box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
        z-index: 60
        }
    nav.primary-nav.open {
        transform: translatex(0)
        }
    nav.primary-nav a {
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid var(--nv-paper-dim);
        color: var(--nv-navy)
        }
    .nav-toggle {
        display: flex
        }
    .header-cta .btn-header-quote {
        display: none
        }
    }
/* ============================================================
   HERO
   ============================================================ */
.hero {
    position: relative;
    background-image: linear-gradient(rgba(58, 2, 92, 0.6), rgba(58, 2, 92, 0.6)), url(https://novatechloadcells.co.uk/wp-content/uploads/2025/08/Novatech-43.jpg);
    background-size: cover;
    background-position: center;
    color: var(--nv-white);
    overflow: hidden
    }
.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 52px;
    align-items: center;
    padding: 76px 0 70px
    }
@media (max-width: 980px) {
    .hero-inner {
        grid-template-columns: 1fr;
        padding: 44px 0 40px
        }
    }
.hero-eyebrow {
    font-family: var(--font-mono);
    font-size: 12.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px
    }
.hero-eyebrow::before {
    content: "";
    width: 22px;
    height: 1px;
    background: #55036e
    }
.hero h1 {
    color: var(--nv-white);
    font-size: clamp(32px, 4.4vw, 50px);
    margin-bottom: 20px
    }
.hero h1 em {
    font-style: normal;
    color: #fff
    }
.hero-sub {
    font-size: 18px;
    color: #C4D0D9;
    max-width: 560px;
    margin-bottom: 30px
    }
.hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 34px
    }
.hero-tertiary {
    font-size: 14px !important;
    color: #B8C4CD !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    }
.hero-credibility {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 20px;
    font-family: var(--font-mono);
    font-size: 12.5px;
    color: #B8C4CD
    }
.hero-credibility span {
    padding: 4px 16px 4px 0;
    margin-right: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.18)
    }
.hero-credibility span:last-child {
    border-right: none
    }
.hero-credibility strong {
    color: var(--nv-white)
    }
.hero-form-wrap {
    position: relative
    }
.hero-form {
    background: var(--nv-white);
    padding: 30px 28px 26px
    }
.hero-form .hf-eyebrow {
    font-family: var(--font-mono);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #55036e;
    margin-bottom: 10px
    }
.hero-form .hf-title {
    color: var(--nv-navy);
    font-size: 21px;
    margin-bottom: 6px
    }
.hero-form .hf-sub {
    color: var(--nv-steel);
    font-size: 13.5px;
    margin-bottom: 20px
    }
.hf-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 14px
    }
.hf-field label {
    font-size: 12px;
    font-weight: 600;
    color: var(--nv-navy)
    }
.hf-field input, .hf-field select {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--nv-ink);
    border: 1px solid var(--nv-line);
    padding: 10px 11px;
    background: var(--nv-white);
    border-radius: var(--radius)
    }
.hf-field input:focus, .hf-field select:focus {
    border-color: #55036e
    }
.hf-note {
    font-size: 11.5px;
    color: var(--nv-steel-light);
    text-align: center;
    margin: 14px 0 0
    }
.readout-chip {
    position: absolute;
    bottom: -38px;
    left: -18px;
    background: var(--nv-navy-deep);
    border: 1px solid #55036e;
    padding: 12px 16px;
    display: flex;
    gap: 14px;
    align-items: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35)
    }
@media (max-width: 600px) {
    .readout-chip {
        position: static;
        margin-top: 16px
        }
    }
.readout-chip .rc-num {
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: 22px;
    color: #e3b5ff;
    letter-spacing: 0.02em
    }
.readout-chip .rc-label {
    font-family: var(--font-mono);
    font-size: 10px;
    color: #9FB0BA;
    letter-spacing: 0.08em;
    text-transform: uppercase
    }
/* ============================================================
   STAT / READOUT BAR
   ============================================================ */
.readout-bar {
    color: var(--nv-white);
    border-bottom: 1px solid #ccc;
    }
.readout-bar .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0
    }
@media (max-width: 820px) {
    .readout-bar .wrap {
        grid-template-columns: repeat(2, 1fr)
        }
    }
.readout-cell {
    padding: 26px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center
    }
.readout-cell:last-child {
    border-right: none
    }
@media (max-width: 820px) {
    .readout-cell:nth-child(2n) {
        border-right: none
        }
    .readout-cell {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12)
        }
    }
.readout-cell .rn {
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: 26px;
    color: #3a025c;
    display: block;
    margin-bottom: 4px
    }
.readout-cell .rl {
    font-size: 13px;
    color: var(--nv-steel);
    }
/* ============================================================
   TRUST / HISTORY
   ============================================================ */
.trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
    }
@media (max-width: 860px) {
    .trust-grid {
        grid-template-columns: 1fr;
        gap: 32px
        }
    }
.trust-points {
    display: grid;
    gap: 18px;
    margin-top: 8px
    }
.trust-point {
    display: flex;
    gap: 14px;
    align-items: flex-start
    }
.trust-point .tp-mark {
    font-family: var(--font-mono);
    font-size: 12px;
    color: #55036e;
    border: 1px solid #55036e;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px
    }
.trust-point h4 {
    font-size: 15.5px;
    margin-bottom: 4px
    }
.trust-point p {
    font-size: 14.5px;
    margin: 0
    }
.client-strip {
    margin-top: 52px;
    padding-top: 32px;
    border-top: 1px solid var(--nv-line)
    }
.client-strip .cs-label {
    font-family: var(--font-mono);
    font-size: 11.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--nv-steel-light);
    margin-bottom: 18px
    }
.client-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 30px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 17px;
    color: var(--nv-steel)
    }
.client-logos span {
    opacity: 0.85
    }
.quote-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 32px
    }
@media (max-width: 700px) {
    .quote-row {
        grid-template-columns: 1fr
        }
    }
.quote-card {
    background: var(--nv-paper);
    padding: 26px 26px 22px;
    border-left: 3px solid #55036e
    }
.quote-card p {
    font-family: var(--font-display);
    font-size: 16px;
    color: var(--nv-navy);
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 1.4
    }
.quote-card cite {
    font-style: normal;
    font-family: var(--font-mono);
    font-size: 12.5px;
    color: var(--nv-steel)
    }
/* ============================================================
   PRODUCT SOLUTIONS
   ============================================================ */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
    }
@media (max-width: 980px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr)
        }
    }
@media (max-width: 640px) {
    .product-grid {
        grid-template-columns: 1fr
        }
    }
.product-card {
    background: var(--nv-white);
    border: 1px solid var(--nv-line);
    padding: 0 24px 24px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.15s ease, transform 0.15s ease
    }
.product-card:hover {
    border-color: #55036e;
    transform: translatey(-3px)
    }
.pc-image {
    margin: 0 -1px 20px;
    height: 150px;Five Decades of Load Cell Design & Manufact
    overflow: hidden;
    border-bottom: 1px solid var(--nv-line);
    position: relative
    }
.pc-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 39, 64, 0) 55%, rgba(12, 39, 64, 0.35) 100%)
    }
.pc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
    }
.product-card .pc-index {
    font-family: var(--font-mono);
    font-size: 11.5px;
    color: #55036e;
    margin-bottom: 14px
    }
.product-card h3 {
    font-size: 18px;
    margin-bottom: 10px
    }
.product-card p {
    font-size: 14.5px;
    margin-bottom: 16px;
    flex-grow: 1
    }
.product-card ul {
    margin: 0 0 18px;
    display: grid;
    gap: 6px
    }
.product-card li {
    font-size: 13.5px;
    color: var(--nv-steel);
    padding-left: 16px;
    position: relative;
	list-style:none;
    }
.product-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #55036e;
    font-weight: 700
    }
.product-card .pc-link {
    font-family: var(--font-mono);
    font-size: 12.5px;
    font-weight: 600;
    color: var(--nv-navy);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-top: 1px solid var(--nv-line);
    padding-top: 14px;
    margin-top: auto
    }
.product-card .pc-link:hover {
    color: #55036e
    }
/* ============================================================
   CUSTOM LOAD CELL / CTA BAND
   ============================================================ */
.custom-band {
    background: #771E92;
    color: var(--nv-white);
    position: relative;
    overflow: hidden
    }
.custom-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 52px;
    align-items: center
    }
@media (max-width: 900px) {
    .custom-inner {
        grid-template-columns: 1fr
        }
    }
.custom-band h2 {
    color: var(--nv-white);
    font-size: clamp(26px, 3.2vw, 36px)
    }
.custom-band .section-head p {
    color: #C4D0D9;
    font-size: 16.5px
    }
.custom-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    margin: 26px 0 32px
    }
@media (max-width: 520px) {
    .custom-list {
        grid-template-columns: 1fr
        }
    }
.custom-list li {
    font-family: var(--font-mono);
    font-size: 13px;
    color: #C4D0D9;
    padding-left: 18px;
    position: relative;
    list-style: none
    }
.custom-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e3b5ff;
    font-weight: 700
    }
.custom-visual {
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 8px
    }
.custom-visual img {
    width: 100%
    }
/* ============================================================
   APPLICATIONS / INDUSTRIES
   ============================================================ */
.industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--nv-line);
    border: 1px solid var(--nv-line)
    }
@media (max-width: 900px) {
    .industry-grid {
        grid-template-columns: repeat(2, 1fr)
        }
    }
@media (max-width: 520px) {
    .industry-grid {
        grid-template-columns: 1fr
        }
    }
.industry-card {
    background: var(--nv-white);
    padding: 26px 22px
    }
.industry-card .ic-num {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--nv-steel-light);
    margin-bottom: 10px
    }
.industry-card h4 {
    font-size: 16px;
    margin-bottom: 8px
    }
.industry-card p {
    font-size: 13.5px;
    margin: 0
    }
/* ============================================================
   WHY NOVATECH
   ============================================================ */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--nv-line);
    border: 1px solid var(--nv-line);
    margin-top: 8px
    }
@media (max-width: 860px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr)
        }
    }
@media (max-width: 560px) {
    .why-grid {
        grid-template-columns: 1fr
        }
    }
.why-card {
    background: var(--nv-paper);
    padding: 30px 26px
    }
.why-card h3 {
    font-size: 16.5px;
    margin-bottom: 10px
    }
.why-card p {
    font-size: 14px;
    margin: 0
    }
/* ============================================================
   IN HOUSE / CALIBRATION
   ============================================================ */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
    }
@media (max-width: 900px) {
    .split {
        grid-template-columns: 1fr;
        gap: 32px
        }
    }
.split-reverse .split {
    direction: rtl
    }
.split-reverse .split > * {
    direction: ltr
    }
.split-visual figure {
    padding: 8px;
    background: var(--nv-paper)
    }
.mini-stat-row {
    display: flex;
    gap: 0;
    margin-top: 26px;
    flex-wrap: wrap
    }
.mini-stat {
    padding: 14px 22px 14px 0;
    margin-right: 22px;
    border-right: 1px solid var(--nv-line)
    }
.mini-stat:last-child {
    border-right: none
    }
.mini-stat .ms-n {
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: 21px;
    color: var(--nv-navy);
    display: block
    }
.mini-stat .ms-l {
    font-size: 12.5px;
    color: var(--nv-steel)
    }
.cal-rigs {
    margin-top: 20px;
    border: 1px solid var(--nv-line)
    }
.cal-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--nv-line);
    font-family: var(--font-mono);
    font-size: 13px
    }
.cal-row:last-child {
    border-bottom: none
    }
.cal-row .cr-range {
    color: var(--nv-navy);
    font-weight: 600
    }
.cal-row .cr-note {
    color: var(--nv-steel);
    text-align: right
    }
/* ============================================================
   FAQ
   ============================================================ */
.faq-list {
    max-width: 820px !important;
    margin: 0 auto !important;
    }
.faq-item {
    border-bottom: 1px solid var(--nv-line) !important;
    }
.faq-q {
    width: 100% !important;
    text-align: left !important;
    background: none !important;
    border: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 20px 4px !important;
    cursor: pointer !important;
    font-family: var(--font-display) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: var(--nv-navy)!important;
    }
.faq-q .faq-icon {
    flex-shrink: 0 !important;
    width: 22px !important;
    height: 22px !important;
    position: relative !important;
    }
.faq-q .faq-icon::before, .faq-q .faq-icon::after {
    content: "" !important;
    position: absolute !important;
    background: #000 !important;
    }
.faq-q .faq-icon::before {
    width: 14px !important;
    height: 2px !important;
    top: 10px !important;
    left: 4px !important;
    }
.faq-q .faq-icon::after {
    width: 2px !important;
    height: 14px !important;
    top: 4px !important;
    left: 10px !important;
    transition: transform 0.18s ease !important;
    }
.faq-item.open .faq-icon::after {
    transform: rotate(90deg) !important;
    }
.faq-a {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.22s ease !important;
    }
.faq-a-inner {
    padding: 0 4px 20px !important;
    font-size: 14.5px !important;
    color: var(--nv-steel) !important;
    max-width: 680px !important;
    }
/* ============================================================
   LEAD FORM
   ============================================================ */
.form-section {
    background: var(--nv-paper)
    }
.form-shell {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 0;
    background: var(--nv-white);
    border: 1px solid var(--nv-line)
    }
@media (max-width: 900px) {
    .form-shell {
        grid-template-columns: 1fr
        }
    }
.form-side {
    background: #771E92;
    color: var(--nv-white);
    padding: 44px 38px;
    position: relative;
    overflow: hidden
    }
.form-side > * {
    position: relative;
    z-index: 1
    }
.form-side h2 {
    color: var(--nv-white);
    font-size: 26px
    }
.form-side p {
    color: #C4D0D9;
    font-size: 14.5px
    }
.form-side-list {
    display: grid;
    gap: 14px;
    margin-top: 26px
    }
.form-side-list li {
    font-size: 13.5px;
    color: #C4D0D9;
    padding-left: 20px;
    position: relative;
	list-style:none;
    }
.form-side-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e3b5ff;
    font-weight: 700
    }
.form-side-contact {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    font-family: var(--font-mono);
    font-size: 13px
    }
.form-side-contact a {
    color: var(--nv-white);
    text-decoration: none;
    display: block;
    margin-top: 6px
    }
.form-side-contact a:hover {
    color: #55036e
    }
.form-main {
    padding: 44px 38px
    }
.form-main h3 {
    font-size: 18px;
    margin-bottom: 6px
    }
.form-main > p {
    font-size: 14px;
    margin-bottom: 26px
    }
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 18px
    }
@media (max-width: 520px) {
    .form-grid {
        grid-template-columns: 1fr
        }
    }
.field {
    display: flex;
    flex-direction: column;
    gap: 6px
    }
.field.full {
    grid-column: 1/-1
    }
.field label {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--nv-navy)
    }
.field label .opt {
    font-weight: 400;
    color: var(--nv-steel-light)
    }
.field input, .field select, .field textarea {
    font-family: var(--font-body);
    font-size: 14.5px;
    color: var(--nv-ink);
    border: 1px solid var(--nv-line);
    padding: 11px 12px;
    background: var(--nv-white);
    border-radius: var(--radius)
    }
.field input:focus, .field select:focus, .field textarea:focus {
    border-color: #55036e
    }
.field textarea {
    resize: vertical;
    min-height: 96px
    }
.field-file {
    border: 1px dashed var(--nv-line);
    padding: 14px 12px;
    font-size: 13px;
    color: var(--nv-steel);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
    }
.form-submit-row {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px
    }
.form-privacy {
    font-size: 12px;
    color: var(--nv-steel-light)
    }
.form-privacy a {
    color: var(--nv-steel)
    }
/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta {
    background: #771E92;
    color: var(--nv-white);
    text-align: center
    }
.final-cta h2 {
    color: var(--nv-white);
    font-size: clamp(26px, 3.6vw, 40px)
    }
.final-cta p {
    color: #C4D0D9;
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto 30px
    }
.final-cta-ctas {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 26px
    }
.final-cta-contact {
    font-family: var(--font-mono);
    font-size: 14px;
    color: #B8C4CD
    }
.final-cta-contact a {
    color: var(--nv-white);
    text-decoration: none
    }
.final-cta-contact a:hover {
    color: #55036e
    }
.final-cta-contact .sep {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.3)
    }
/* ============================================================
   FOOTER
   ============================================================ */
footer.site-footer {
    background: #3a025c;
    color: #fff;
    font-size: 13.5px;
    padding: 48px 0 26px
    }
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
    gap: 34px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }
@media (max-width: 980px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr 1fr
        }
    }
@media (max-width: 520px) {
    .footer-grid {
        grid-template-columns: 1fr
        }
    }
.footer-logo {
    margin-bottom: 16px
    }
.footer-brand p {
    color: #fff;
    font-size: 13px;
    margin-top: 14px
    }
.footer-col h5 {
    font-family: var(--font-mono);
    font-size: 11.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #C4D0D9;
    margin-bottom: 14px
    }
.footer-col ul {
    display: grid;
    gap: 9px
    }
.footer-col a {
    color: #fff;
    text-decoration: none
    }
.footer-col a:hover {
    color: #e3b5ff
    }
.footer-bottom {
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12.5px;
    color: #fff;
    text-align: center
    }
.footer-bottom a {
    color: #fff;
    text-decoration: none
    }
.footer-socials {
    display: flex;
    gap: 16px;
    margin-bottom: 8px
    }
.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px
    }
/* ============================================================
   MOBILE STICKY CTA
   ============================================================ */
.sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    display: none;
    background: var(--nv-navy-deep);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 14px;
    gap: 10px
    }
@media (max-width: 720px) {
    .sticky-cta {
        display: flex
        }
    }
.sticky-cta a {
    flex: 1
    }
.header-phone {
  font-family: var(--font-mono) !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #fff !important;
  text-decoration: none;
}
.btn-primary {
  background: #55036e !important;
  color: #fff !important;
}
.btn-ghost {
  background: transparent !important;
  color: var(--nv-white) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.btn-primary:hover {
  background: #2d0546 !important;
  color: var(--nv-white) !important;
}
.btn-ghost:hover {
  border-color: var(--nv-white) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}
h2{
font-size:24px !important;
font-family: var(--font-display) !important;
font-weight: 600 !important;
line-height: 1.15 !important;
margin: 0 0 0.5em !important;
color: #55036e !important;
letter-spacing: -0.01em !important;
}
h4 {
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  margin: 0 0 0.5em !important;
    margin-bottom: 0.5em !important;
  color: #55036e !important;
  letter-spacing: -0.01em !important;
}
.trust-point h4 {
  font-size: 15.5px !important;
  margin-bottom: 4px !important;
}
.product-card h3 {
  font-size: 18px !important;
  margin-bottom: 10px !important;
    color: #55036e !important;
    font-family: var(--font-display) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  margin: 0 0 0.5em !important;
   letter-spacing: -0.01em !important;
}
.custom-band h2 {
  color: var(--nv-white) !important;
  font-size: clamp(26px, 3.2vw, 36px) !important;
}
.industry-card h4 {
  font-size: 16px !important;
  margin-bottom: 8px !important;
    font-family: var(--font-display) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  margin: 0 0 0.5em !important;
    margin-bottom: 0.5em !important;
  color: #55036e !important;
  letter-spacing: -0.01em !important;
}
.why-card h3 {
  font-size: 16.5px !important;
  margin-bottom: 10px !important;
    font-family: var(--font-display) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  margin: 0 0 0.5em !important;
    margin-bottom: 0.5em !important;
  color: #55036e !important;
  letter-spacing: -0.01em !important;
}
.btn-outline-navy {
  background: #4F2966 !important;
  color: #fff !important;
  border-color: var(--nv-navy) !important;
}
.btn-outline-navy:hover {
  background: var(--nv-navy) !important;
  color: var(--nv-white) !important;
}

.faq-a {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease !important;
}

.faq-item.open .faq-a {
    max-height: 1000px !important;
}

.faq-q {
    cursor: pointer !important;
}
.form-main h3 {
  font-size: 18px !important;
  margin-bottom: 6px !important;
    font-family: var(--font-display) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  margin: 0 0 0.5em !important;
  color: #55036e !important;
  letter-spacing: -0.01em !important;
}
.form-side-contact a {
  color: var(--nv-white) !important;
  text-decoration: none !important;
  display: block !important;
  margin-top: 6px !important;
}
.elementor-widget-container p {
  color: #fff !important;
}
body.page-template-page-novatech-indiana .footer-default-cta p {
    color: #C4D0D9 !important;
}
.nav-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: #fff !important;
  cursor: pointer;
}