:root {
    --brand: #31050a;
    --brand-dark: #1a0205;
    --brand-light: #4a080f;
    --ink: #251d1d;
    --muted: #6f6464;
    --soft: #f7f2f1;
    --line: #eadfdd;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--ink);
    background: #fff;
    font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.marketing-header {
    position: relative;
    z-index: 10;
    background: var(--brand);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.marketing-header .navbar {
    min-height: 76px;
}

.navbar-brand img,
.footer-logo {
    display: block;
    width: 246px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 246 / 60;
    object-fit: contain;
    object-position: left center;
    border-radius: 4px;
}

.marketing-header .nav-link {
    color: rgba(255, 255, 255, .76);
    font-weight: 600;
}

.marketing-header .nav-link:hover,
.marketing-header .nav-link.active {
    color: #fff;
}

.marketing-login {
    color: var(--brand);
    border: 0;
    font-weight: 700;
    padding: .65rem 1.15rem;
}

.marketing-login:hover {
    color: var(--brand-dark);
    background: #f7e9e9;
}

.marketing-header .dropdown-menu {
    border: 1px solid rgba(93, 20, 21, .18);
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(37, 21, 22, .16);
}

.marketing-header .dropdown-item {
    color: var(--ink);
    font-weight: 650;
}

.marketing-header .dropdown-item:hover,
.marketing-header .dropdown-item:focus {
    color: var(--brand);
    background: #f8eeee;
}

.marketing-hero,
.page-hero {
    color: #fff;
    background:
        radial-gradient(circle at 84% 18%, rgba(255, 255, 255, .13), transparent 25rem),
        linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
}

.marketing-hero {
    padding: 6.5rem 0 7rem;
}

.home-image-hero {
    --hero-drift-x: 0px;
    --hero-drift-y: 0px;
    position: relative;
    min-height: clamp(740px, calc(100vh - 76px), 900px);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 7rem 0 4.75rem;
    background:
        radial-gradient(circle at 52% 36%, rgba(138, 31, 39, .38), transparent 28rem),
        #300407;
    isolation: isolate;
}

.home-image-hero::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: 0;
    background-image: url("/images/front/property_appliances2.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(var(--hero-drift-x), var(--hero-drift-y), 0);
    transition: transform .1s linear;
}

.home-image-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 22% 25%, rgba(255, 255, 255, .12), transparent 18rem),
        radial-gradient(circle at 54% 44%, rgba(97, 10, 16, .18), transparent 32rem),
        linear-gradient(90deg, rgba(48, 4, 8, .98) 0%, rgba(57, 5, 9, .9) 31%, rgba(57, 5, 9, .32) 57%, rgba(14, 5, 7, .18) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .38));
    pointer-events: none;
}

.home-image-hero .container {
    position: relative;
    z-index: 3;
}

.home-hero-copy {
    max-width: 680px;
    padding: 1rem 0;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
}

.home-image-hero h1 {
    max-width: 650px;
}

.home-image-hero .hero-copy {
    max-width: 610px;
    color: rgba(255, 255, 255, .86);
}

.home-hero-hotspots {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.home-hotspot {
    position: absolute;
    width: max-content;
    max-width: 180px;
    padding: .58rem .72rem;
    border: 1px solid rgba(255, 197, 146, .34);
    border-radius: 8px;
    background: rgba(49, 5, 9, .68);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .08);
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
    backdrop-filter: blur(8px);
    animation: homeHotspotFloat 4s ease-in-out infinite;
}

.property-hero,
.scotland-compliance-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #300407;
}

.property-hero {
    min-height: clamp(700px, calc(100vh - 76px), 860px);
    display: flex;
    align-items: center;
    padding: 7rem 0 5rem;
}

.property-hero::before,
.scotland-compliance-hero::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: 0;
    background-image: url("/images/front/property_appliances2.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.property-hero::after,
.scotland-compliance-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(48, 4, 8, .98) 0%, rgba(48, 4, 8, .88) 34%, rgba(48, 4, 8, .32) 62%, rgba(21, 6, 8, .2) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .42));
    pointer-events: none;
}

.property-hero .container,
.scotland-compliance-hero .container {
    position: relative;
    z-index: 3;
}

.property-hero-copy {
    max-width: 720px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .3);
}

.property-hero-copy h1 {
    max-width: 710px;
}

.property-hero-copy .hero-copy {
    max-width: 640px;
    color: rgba(255, 255, 255, .86);
}

.property-hero-badges {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.property-badge {
    position: absolute;
    width: max-content;
    max-width: 180px;
    padding: .58rem .72rem;
    border: 1px solid rgba(255, 197, 146, .34);
    border-radius: 8px;
    color: #fff;
    background: rgba(49, 5, 9, .68);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.15;
    animation: homeHotspotFloat 4.4s ease-in-out infinite;
}

.property-badge-compliance {
    top: 31%;
    left: 57%;
}

.property-badge-repairs {
    top: 62%;
    left: 77%;
    animation-delay: .55s;
}

.property-badge-tenant {
    top: 75%;
    left: 43%;
    animation-delay: 1s;
}

.scotland-compliance-hero::before {
    background-position: 58% center;
}

.scotland-compliance-hero::after {
    background:
        linear-gradient(90deg, rgba(48, 4, 8, .98) 0%, rgba(48, 4, 8, .9) 42%, rgba(48, 4, 8, .46) 70%, rgba(21, 6, 8, .22) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .44));
}

.home-hotspot-boiler {
    top: 40%;
    left: 48%;
}

.home-hotspot-keys {
    top: 41%;
    left: 87%;
    animation-delay: .45s;
}

.home-hotspot-appliance {
    top: 76%;
    left: 39%;
    animation-delay: .9s;
}

.home-hotspot-refrigeration {
    top: 77%;
    left: 77%;
    animation-delay: 1.35s;
}

@keyframes homeHotspotFloat {

    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(0, -5px, 0) scale(1.02);
    }
}

.marine-hero {
    position: relative;
    min-height: clamp(720px, calc(100vh - 76px), 900px);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 7rem 0 5rem;
    background:
        radial-gradient(circle at 50% 40%, rgba(33, 117, 133, .2), transparent 30rem),
        #24080c;
    isolation: isolate;
}

.marine-hero::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: 0;
    background-image: url("/images/front/boat.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.marine-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 19% 24%, rgba(255, 255, 255, .12), transparent 17rem),
        linear-gradient(90deg, rgba(36, 8, 12, .98) 0%, rgba(36, 8, 12, .86) 31%, rgba(36, 8, 12, .26) 59%, rgba(9, 12, 18, .18) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .42));
    pointer-events: none;
}

.marine-hero .container {
    position: relative;
    z-index: 3;
}

.marine-hero-copy {
    max-width: 690px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .3);
}

.marine-hero-copy h1 {
    max-width: 680px;
}

.marine-hero-copy .hero-copy {
    max-width: 620px;
    color: rgba(255, 255, 255, .86);
}

.marine-hero-badges {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.marine-badge {
    position: absolute;
    width: max-content;
    max-width: 180px;
    padding: .58rem .72rem;
    border: 1px solid rgba(185, 233, 238, .34);
    border-radius: 8px;
    color: #fff;
    background: rgba(18, 36, 42, .62);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.15;
    animation: homeHotspotFloat 4.4s ease-in-out infinite;
}

.marine-badge-engine {
    top: 33%;
    left: 54%;
}

.marine-badge-mooring {
    top: 63%;
    left: 73%;
    animation-delay: .55s;
}

.marine-badge-safety {
    top: 73%;
    left: 42%;
    animation-delay: 1s;
}

.marine-keyword-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.marine-keyword-grid span {
    display: flex;
    min-height: 78px;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--brand);
    background: #fff;
    font-weight: 750;
    line-height: 1.35;
    box-shadow: 0 12px 34px rgba(62, 28, 28, .05);
}

.it-hero {
    position: relative;
    min-height: clamp(720px, calc(100vh - 76px), 900px);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 7rem 0 5rem;
    background:
        radial-gradient(circle at 52% 38%, rgba(28, 114, 132, .24), transparent 30rem),
        #101b25;
    isolation: isolate;
}

.it-hero::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: 0;
    background-image: url("/images/front/it-assets.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.it-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 19% 24%, rgba(255, 255, 255, .12), transparent 17rem),
        linear-gradient(90deg, rgba(16, 27, 37, .98) 0%, rgba(16, 27, 37, .86) 31%, rgba(16, 27, 37, .26) 59%, rgba(4, 10, 15, .2) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .42));
    pointer-events: none;
}

.it-hero .container {
    position: relative;
    z-index: 3;
}

.it-hero-copy {
    max-width: 690px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .3);
}

.it-hero-copy h1 {
    max-width: 690px;
}

.it-hero-copy .hero-copy {
    max-width: 620px;
    color: rgba(255, 255, 255, .86);
}

.it-hero-badges {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.it-badge {
    position: absolute;
    width: max-content;
    max-width: 180px;
    padding: .58rem .72rem;
    border: 1px solid rgba(159, 228, 238, .34);
    border-radius: 8px;
    color: #fff;
    background: rgba(8, 31, 42, .64);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.15;
    animation: homeHotspotFloat 4.4s ease-in-out infinite;
}

.it-badge-inventory {
    top: 35%;
    left: 54%;
}

.it-badge-lifecycle {
    top: 61%;
    left: 75%;
    animation-delay: .55s;
}

.it-badge-support {
    top: 73%;
    left: 42%;
    animation-delay: 1s;
}

.it-keyword-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.it-keyword-grid span {
    display: flex;
    min-height: 78px;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--brand);
    background: #fff;
    font-weight: 750;
    line-height: 1.35;
    box-shadow: 0 12px 34px rgba(62, 28, 28, .05);
}

.tools-hero {
    position: relative;
    min-height: clamp(720px, calc(100vh - 76px), 900px);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 7rem 0 5rem;
    background:
        radial-gradient(circle at 52% 38%, rgba(122, 75, 35, .24), transparent 30rem),
        #2c150c;
    isolation: isolate;
}

.tools-hero::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: 0;
    background-image: url("/images/front/tools-equipment.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tools-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 19% 24%, rgba(255, 255, 255, .12), transparent 17rem),
        linear-gradient(90deg, rgba(44, 21, 12, .98) 0%, rgba(44, 21, 12, .86) 31%, rgba(44, 21, 12, .28) 59%, rgba(12, 8, 5, .2) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .42));
    pointer-events: none;
}

.tools-hero .container {
    position: relative;
    z-index: 3;
}

.tools-hero-copy {
    max-width: 690px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .3);
}

.tools-hero-copy h1 {
    max-width: 690px;
}

.tools-hero-copy .hero-copy {
    max-width: 620px;
    color: rgba(255, 255, 255, .86);
}

.tools-hero-badges {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.tools-badge {
    position: absolute;
    width: max-content;
    max-width: 180px;
    padding: .58rem .72rem;
    border: 1px solid rgba(255, 207, 148, .34);
    border-radius: 8px;
    color: #fff;
    background: rgba(53, 27, 12, .64);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.15;
    animation: homeHotspotFloat 4.4s ease-in-out infinite;
}

.tools-badge-calibration {
    top: 35%;
    left: 54%;
}

.tools-badge-assignment {
    top: 61%;
    left: 75%;
    animation-delay: .55s;
}

.tools-badge-repairs {
    top: 73%;
    left: 42%;
    animation-delay: 1s;
}

.tools-keyword-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.tools-keyword-grid span {
    display: flex;
    min-height: 78px;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--brand);
    background: #fff;
    font-weight: 750;
    line-height: 1.35;
    box-shadow: 0 12px 34px rgba(62, 28, 28, .05);
}

.fleet-hero {
    position: relative;
    min-height: clamp(720px, calc(100vh - 76px), 900px);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 7rem 0 5rem;
    background:
        radial-gradient(circle at 52% 38%, rgba(50, 90, 119, .24), transparent 30rem),
        #101822;
    isolation: isolate;
}

.fleet-hero::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: 0;
    background-image: url("/images/front/vehicle-fleet.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fleet-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 19% 24%, rgba(255, 255, 255, .12), transparent 17rem),
        linear-gradient(90deg, rgba(16, 24, 34, .98) 0%, rgba(16, 24, 34, .86) 31%, rgba(16, 24, 34, .26) 59%, rgba(5, 8, 12, .2) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .42));
    pointer-events: none;
}

.fleet-hero .container {
    position: relative;
    z-index: 3;
}

.fleet-hero-copy {
    max-width: 690px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .3);
}

.fleet-hero-copy h1 {
    max-width: 700px;
}

.fleet-hero-copy .hero-copy {
    max-width: 620px;
    color: rgba(255, 255, 255, .86);
}

.fleet-hero-badges {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.fleet-badge {
    position: absolute;
    width: max-content;
    max-width: 180px;
    padding: .58rem .72rem;
    border: 1px solid rgba(171, 217, 255, .34);
    border-radius: 8px;
    color: #fff;
    background: rgba(10, 28, 42, .64);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.15;
    animation: homeHotspotFloat 4.4s ease-in-out infinite;
}

.fleet-badge-mot {
    top: 35%;
    left: 54%;
}

.fleet-badge-driver {
    top: 61%;
    left: 75%;
    animation-delay: .55s;
}

.fleet-badge-service {
    top: 73%;
    left: 42%;
    animation-delay: 1s;
}

.fleet-keyword-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.fleet-keyword-grid span {
    display: flex;
    min-height: 78px;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--brand);
    background: #fff;
    font-weight: 750;
    line-height: 1.35;
    box-shadow: 0 12px 34px rgba(62, 28, 28, .05);
}

.marketing-hero h1,
.page-hero h1 {
    max-width: 850px;
    margin: .75rem 0 1.25rem;
    font-size: clamp(2.65rem, 6vw, 5rem);
    font-weight: 750;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.hero-copy,
.page-hero p {
    max-width: 760px;
    color: rgba(255, 255, 255, .78);
    font-size: 1.2rem;
    line-height: 1.7;
}

.hero-copy {
    margin-bottom: 2rem;
}

.eyebrow {
    display: inline-block;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.text-brand {
    color: var(--brand);
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.25rem;
    margin-top: 2rem;
    color: rgba(255, 255, 255, .75);
    font-size: .9rem;
}

.hero-points i {
    margin-right: .35rem;
    color: #eec9c9;
}

.hero-panel {
    overflow: hidden;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 18px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
    backdrop-filter: blur(8px);
}

.hero-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .25rem .25rem 1rem;
    font-size: .85rem;
    font-weight: 700;
}

.status-dot {
    padding: .3rem .65rem;
    border-radius: 99px;
    color: #d4ffdc;
    background: rgba(34, 139, 67, .32);
    font-size: .7rem;
    text-transform: uppercase;
}

.hero-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.hero-stat-grid div {
    min-height: 125px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
}

.hero-stat-grid strong,
.hero-stat-grid span {
    display: block;
}

.hero-stat-grid strong {
    margin-bottom: .45rem;
    color: var(--brand);
}

.hero-stat-grid span {
    color: var(--muted);
    font-size: .85rem;
    line-height: 1.5;
}

.marketing-section {
    padding: 6rem 0;
}

.section-soft {
    background: var(--soft);
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 3rem;
    text-align: center;
}

.section-heading h2,
.section-title,
.cta-panel h2,
.contact-panel h2 {
    margin: .7rem 0 1rem;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.section-heading p,
.section-copy,
.contact-panel p {
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.feature-card {
    padding: 1.65rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(62, 28, 28, .06);
}

.feature-card>i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    border-radius: 12px;
    color: #fff;
    background: var(--brand);
    font-size: 1.25rem;
}

.feature-card h3,
.feature-card h2 {
    margin-bottom: .75rem;
    color: var(--ink);
    font-size: 1.15rem;
    font-weight: 750;
}

.feature-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.marketing-section-image {
    display: block;
    width: min(100%, 1080px);
    height: auto;
    margin: 0 auto 3rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(62, 28, 28, .1);
}

.official-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.official-link-grid a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .25rem .75rem;
    min-height: 148px;
    padding: 1.25rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    text-decoration: none;
    box-shadow: 0 12px 34px rgba(62, 28, 28, .05);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.official-link-grid a:hover,
.official-link-grid a:focus {
    color: var(--ink);
    border-color: rgba(93, 20, 21, .35);
    box-shadow: 0 18px 44px rgba(62, 28, 28, .1);
    transform: translateY(-2px);
}

.official-link-grid i {
    grid-row: span 2;
    color: var(--brand);
    font-size: 1.1rem;
}

.official-link-grid strong,
.official-link-grid span {
    display: block;
}

.official-link-grid strong {
    color: var(--brand);
    line-height: 1.25;
}

.official-link-grid span {
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.5;
}

.asset-link-section {
    border-bottom: 1px solid var(--line);
}

.asset-link-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.asset-link-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .85rem;
    align-items: start;
    min-height: 168px;
    padding: 1.15rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    text-decoration: none;
    box-shadow: 0 12px 34px rgba(62, 28, 28, .05);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.asset-link-card:hover,
.asset-link-card:focus {
    color: var(--ink);
    border-color: rgba(93, 20, 21, .35);
    box-shadow: 0 18px 44px rgba(62, 28, 28, .1);
    transform: translateY(-2px);
}

.asset-link-card.is-active {
    border-color: rgba(93, 20, 21, .52);
    background: #fff8f7;
}

.asset-link-card>i:first-child {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    background: var(--brand);
    font-size: 1.1rem;
}

.asset-link-card strong,
.asset-link-card small {
    display: block;
}

.asset-link-card strong {
    margin-bottom: .4rem;
    color: var(--brand);
    line-height: 1.2;
}

.asset-link-card small {
    color: var(--muted);
    font-size: .86rem;
    line-height: 1.45;
}

.asset-link-arrow {
    color: var(--brand);
    font-size: 1.35rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.faq-card {
    padding: 1.35rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(62, 28, 28, .05);
}

.faq-card h3 {
    margin-bottom: .75rem;
    color: var(--brand);
    font-size: 1.08rem;
    font-weight: 750;
    line-height: 1.3;
}

.faq-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.feature-card-large {
    padding: 2rem;
}

.workflow-list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.workflow-list li {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 1rem;
    padding: 1.15rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
}

.workflow-list li>span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--brand);
    font-weight: 800;
}

.workflow-list strong {
    color: var(--brand);
}

.workflow-list p {
    margin: .15rem 0 0;
    color: var(--muted);
}

.marketing-cta {
    padding: 0 0 6rem;
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 3rem;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    box-shadow: 0 24px 60px rgba(71, 18, 19, .22);
}

.cta-panel h2 {
    max-width: 760px;
    margin-bottom: 0;
    font-size: clamp(1.7rem, 4vw, 2.75rem);
}

.page-hero {
    padding: 5.25rem 0;
}

.page-hero-compact {
    padding: 4rem 0;
}

.page-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
}

.narrow {
    max-width: 960px;
}

.contact-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
    gap: 3rem;
    padding: 3rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--soft);
}

.contact-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem;
    border-radius: 14px;
    color: #fff;
    background: var(--brand);
}

.contact-action i {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.contact-action span {
    color: rgba(255, 255, 255, .65);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-action a {
    margin-top: .35rem;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    word-break: break-word;
}

.legal-copy {
    max-width: 850px;
}

.legal-copy h2 {
    margin: 2.25rem 0 .75rem;
    color: var(--brand);
    font-size: 1.35rem;
    font-weight: 750;
}

.legal-copy p {
    color: var(--muted);
    line-height: 1.8;
}

.legal-note {
    font-size: .9rem;
    font-weight: 700;
}

.legal-disclaimer {
    margin-top: 2.5rem;
    padding: 1rem 1.25rem;
    border-left: 4px solid var(--brand);
    background: var(--soft);
}

.marketing-footer {
    padding: 4rem 0 1.5rem;
    color: rgba(255, 255, 255, .68);
    background: #251516;
}

.marketing-footer p {
    max-width: 520px;
}

.marketing-footer h2 {
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.marketing-footer a {
    display: block;
    margin: .55rem 0;
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

.marketing-footer a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: .82rem;
}

.footer-bottom a {
    display: inline;
}

@media (max-width: 991.98px) {
    .marketing-header .navbar-collapse {
        padding: 1rem 0 .5rem;
    }

    .marketing-hero {
        padding: 4.5rem 0 5rem;
    }

    .home-image-hero {
        min-height: auto;
        padding: 5rem 0 5.5rem;
    }

    .home-image-hero::before {
        background-image: url("/images/front/property_appliances2-1024.webp");
        background-position: 62% center;
        background-size: cover;
        transform: none;
    }

    .home-hero-hotspots {
        opacity: .45;
    }

    .property-hero {
        min-height: auto;
        padding: 5rem 0 5.5rem;
    }

    .property-hero::before,
    .scotland-compliance-hero::before {
        background-image: url("/images/front/property_appliances2-1024.webp");
        background-position: 62% center;
    }

    .property-hero-badges {
        opacity: .55;
    }

    .marine-hero {
        min-height: auto;
        padding: 5rem 0 5.5rem;
    }

    .marine-hero::before {
        background-image: url("/images/front/boat-1024.webp");
        background-position: 62% center;
    }

    .marine-hero-badges {
        opacity: .55;
    }

    .marine-keyword-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .asset-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .it-hero {
        min-height: auto;
        padding: 5rem 0 5.5rem;
    }

    .it-hero::before {
        background-image: url("/images/front/it-assets-1024.jpg");
        background-position: 62% center;
    }

    .it-hero-badges {
        opacity: .55;
    }

    .it-keyword-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .official-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tools-hero {
        min-height: auto;
        padding: 5rem 0 5.5rem;
    }

    .tools-hero::before {
        background-image: url("/images/front/tools-equipment-1024.webp");
        background-position: 62% center;
    }

    .tools-hero-badges {
        opacity: .55;
    }

    .tools-keyword-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fleet-hero {
        min-height: auto;
        padding: 5rem 0 5.5rem;
    }

    .fleet-hero::before {
        background-image: url("/images/front/vehicle-fleet-1024.webp");
        background-position: 62% center;
    }

    .fleet-hero-badges {
        opacity: .55;
    }

    .fleet-keyword-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cta-panel,
    .contact-panel {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 200px;
        height: 50px;
    }

    .marketing-hero h1 {
        font-size: 2.55rem;
    }

    .home-image-hero {
        display: block;
        min-height: auto;
        padding: 17.75rem 0 3rem;
        background:
            radial-gradient(circle at 50% 8rem, rgba(138, 31, 39, .42), transparent 13rem),
            #300407;
    }

    .home-image-hero::before {
        inset: 0 0 auto;
        height: 19rem;
        background-image: url("/images/front/property_appliances2-768.webp");
        background-position: 59% top;
        background-size: cover;
    }

    .home-image-hero::after {
        background:
            linear-gradient(180deg, rgba(48, 4, 8, .05) 0%, rgba(48, 4, 8, .08) 48%, rgba(48, 4, 8, .92) 82%, #300407 100%),
            linear-gradient(90deg, rgba(48, 4, 8, .52), rgba(48, 4, 8, .08) 58%, rgba(48, 4, 8, .28));
    }

    .home-image-hero .container {
        max-width: 100%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .home-image-hero .row {
        --bs-gutter-x: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .home-image-hero .row>* {
        padding-right: 0;
        padding-left: 0;
    }

    .home-hero-copy {
        max-width: none;
        padding: 0;
        overflow-wrap: anywhere;
    }

    .home-image-hero h1 {
        max-width: 100%;
        margin-top: .65rem;
        font-size: clamp(2rem, 10.4vw, 2.65rem);
        line-height: 1.05;
    }

    .home-image-hero .hero-copy {
        max-width: 100%;
        font-size: .98rem;
        line-height: 1.62;
        margin-bottom: 1.5rem;
    }

    .home-image-hero .eyebrow {
        max-width: 18rem;
        font-size: .68rem;
        line-height: 1.45;
    }

    .home-image-hero .btn {
        width: 100%;
    }

    .home-image-hero .hero-points {
        display: grid;
        grid-template-columns: 1fr;
        gap: .55rem;
        margin-top: 1.5rem;
        font-size: .86rem;
    }

    .home-hero-hotspots {
        display: none;
    }

    .property-hero,
    .scotland-compliance-hero {
        display: block;
        min-height: auto;
        padding: 18rem 0 3rem;
        background:
            radial-gradient(circle at 50% 8rem, rgba(138, 31, 39, .42), transparent 13rem),
            #300407;
    }

    .property-hero::before,
    .scotland-compliance-hero::before {
        inset: 0 0 auto;
        height: 19.25rem;
        background-image: url("/images/front/property_appliances2-768.webp");
        background-position: 61% top;
        background-size: cover;
    }

    .property-hero::after,
    .scotland-compliance-hero::after {
        background:
            linear-gradient(180deg, rgba(48, 4, 8, .04) 0%, rgba(48, 4, 8, .08) 48%, rgba(48, 4, 8, .92) 82%, #300407 100%),
            linear-gradient(90deg, rgba(48, 4, 8, .52), rgba(48, 4, 8, .08) 58%, rgba(48, 4, 8, .28));
    }

    .property-hero .container,
    .scotland-compliance-hero .container {
        max-width: 100%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .property-hero-copy {
        max-width: none;
        overflow-wrap: anywhere;
    }

    .property-hero-copy h1 {
        max-width: 100%;
        margin-top: .65rem;
        font-size: clamp(2rem, 10.4vw, 2.65rem);
        line-height: 1.05;
    }

    .scotland-compliance-hero h1 {
        font-size: clamp(2rem, 10.4vw, 2.65rem);
        line-height: 1.05;
    }

    .property-hero-copy .hero-copy {
        max-width: 100%;
        font-size: .98rem;
        line-height: 1.62;
        margin-bottom: 1.5rem;
    }

    .property-hero .eyebrow,
    .scotland-compliance-hero .eyebrow {
        max-width: 18rem;
        font-size: .68rem;
        line-height: 1.45;
    }

    .property-hero .btn,
    .scotland-compliance-hero .btn {
        width: 100%;
    }

    .property-hero .hero-points {
        display: grid;
        grid-template-columns: 1fr;
        gap: .55rem;
        margin-top: 1.5rem;
        font-size: .86rem;
    }

    .property-hero-badges {
        display: none;
    }

    .marine-hero {
        display: block;
        min-height: auto;
        padding: 18rem 0 3rem;
        background:
            radial-gradient(circle at 50% 8rem, rgba(33, 117, 133, .28), transparent 13rem),
            #24080c;
    }

    .marine-hero::before {
        inset: 0 0 auto;
        height: 19.25rem;
        background-image: url("/images/front/boat-768.webp");
        background-position: 61% top;
        background-size: cover;
    }

    .marine-hero::after {
        background:
            linear-gradient(180deg, rgba(36, 8, 12, .04) 0%, rgba(36, 8, 12, .08) 48%, rgba(36, 8, 12, .92) 82%, #24080c 100%),
            linear-gradient(90deg, rgba(36, 8, 12, .52), rgba(36, 8, 12, .08) 58%, rgba(36, 8, 12, .28));
    }

    .marine-hero .container {
        max-width: 100%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .marine-hero-copy {
        max-width: none;
        overflow-wrap: anywhere;
    }

    .marine-hero-copy h1 {
        max-width: 100%;
        margin-top: .65rem;
        font-size: clamp(2rem, 10.4vw, 2.65rem);
        line-height: 1.05;
    }

    .marine-hero-copy .hero-copy {
        max-width: 100%;
        font-size: .98rem;
        line-height: 1.62;
        margin-bottom: 1.5rem;
    }

    .marine-hero .eyebrow {
        max-width: 18rem;
        font-size: .68rem;
        line-height: 1.45;
    }

    .marine-hero .btn {
        width: 100%;
    }

    .marine-hero .hero-points {
        display: grid;
        grid-template-columns: 1fr;
        gap: .55rem;
        margin-top: 1.5rem;
        font-size: .86rem;
    }

    .marine-hero-badges {
        display: none;
    }

    .marine-keyword-grid {
        grid-template-columns: 1fr;
    }

    .asset-link-grid {
        grid-template-columns: 1fr;
    }

    .asset-link-card {
        min-height: auto;
    }

    .it-hero {
        display: block;
        min-height: auto;
        padding: 18rem 0 3rem;
        background:
            radial-gradient(circle at 50% 8rem, rgba(28, 114, 132, .32), transparent 13rem),
            #101b25;
    }

    .it-hero::before {
        inset: 0 0 auto;
        height: 19.25rem;
        background-image: url("/images/front/it-assets-768.jpg");
        background-position: 61% top;
        background-size: cover;
    }

    .it-hero::after {
        background:
            linear-gradient(180deg, rgba(16, 27, 37, .04) 0%, rgba(16, 27, 37, .08) 48%, rgba(16, 27, 37, .92) 82%, #101b25 100%),
            linear-gradient(90deg, rgba(16, 27, 37, .52), rgba(16, 27, 37, .08) 58%, rgba(16, 27, 37, .28));
    }

    .it-hero .container {
        max-width: 100%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .it-hero-copy {
        max-width: none;
        overflow-wrap: anywhere;
    }

    .it-hero-copy h1 {
        max-width: 100%;
        margin-top: .65rem;
        font-size: clamp(2rem, 10.4vw, 2.65rem);
        line-height: 1.05;
    }

    .it-hero-copy .hero-copy {
        max-width: 100%;
        font-size: .98rem;
        line-height: 1.62;
        margin-bottom: 1.5rem;
    }

    .it-hero .eyebrow {
        max-width: 18rem;
        font-size: .68rem;
        line-height: 1.45;
    }

    .it-hero .btn {
        width: 100%;
    }

    .it-hero .hero-points {
        display: grid;
        grid-template-columns: 1fr;
        gap: .55rem;
        margin-top: 1.5rem;
        font-size: .86rem;
    }

    .it-hero-badges {
        display: none;
    }

    .it-keyword-grid {
        grid-template-columns: 1fr;
    }

    .official-link-grid {
        grid-template-columns: 1fr;
    }

    .official-link-grid a {
        min-height: auto;
    }

    .tools-hero {
        display: block;
        min-height: auto;
        padding: 18rem 0 3rem;
        background:
            radial-gradient(circle at 50% 8rem, rgba(122, 75, 35, .34), transparent 13rem),
            #2c150c;
    }

    .tools-hero::before {
        inset: 0 0 auto;
        height: 19.25rem;
        background-image: url("/images/front/tools-equipment-768.webp");
        background-position: 61% top;
        background-size: cover;
    }

    .tools-hero::after {
        background:
            linear-gradient(180deg, rgba(44, 21, 12, .04) 0%, rgba(44, 21, 12, .08) 48%, rgba(44, 21, 12, .92) 82%, #2c150c 100%),
            linear-gradient(90deg, rgba(44, 21, 12, .52), rgba(44, 21, 12, .08) 58%, rgba(44, 21, 12, .28));
    }

    .tools-hero .container {
        max-width: 100%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .tools-hero-copy {
        max-width: none;
        overflow-wrap: anywhere;
    }

    .tools-hero-copy h1 {
        max-width: 100%;
        margin-top: .65rem;
        font-size: clamp(2rem, 10.4vw, 2.65rem);
        line-height: 1.05;
    }

    .tools-hero-copy .hero-copy {
        max-width: 100%;
        font-size: .98rem;
        line-height: 1.62;
        margin-bottom: 1.5rem;
    }

    .tools-hero .eyebrow {
        max-width: 18rem;
        font-size: .68rem;
        line-height: 1.45;
    }

    .tools-hero .btn {
        width: 100%;
    }

    .tools-hero .hero-points {
        display: grid;
        grid-template-columns: 1fr;
        gap: .55rem;
        margin-top: 1.5rem;
        font-size: .86rem;
    }

    .tools-hero-badges {
        display: none;
    }

    .tools-keyword-grid {
        grid-template-columns: 1fr;
    }

    .fleet-hero {
        display: block;
        min-height: auto;
        padding: 18rem 0 3rem;
        background:
            radial-gradient(circle at 50% 8rem, rgba(50, 90, 119, .34), transparent 13rem),
            #101822;
    }

    .fleet-hero::before {
        inset: 0 0 auto;
        height: 19.25rem;
        background-image: url("/images/front/vehicle-fleet-768.webp");
        background-position: 61% top;
        background-size: cover;
    }

    .fleet-hero::after {
        background:
            linear-gradient(180deg, rgba(16, 24, 34, .04) 0%, rgba(16, 24, 34, .08) 48%, rgba(16, 24, 34, .92) 82%, #101822 100%),
            linear-gradient(90deg, rgba(16, 24, 34, .52), rgba(16, 24, 34, .08) 58%, rgba(16, 24, 34, .28));
    }

    .fleet-hero .container {
        max-width: 100%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .fleet-hero-copy {
        max-width: none;
        overflow-wrap: anywhere;
    }

    .fleet-hero-copy h1 {
        max-width: 100%;
        margin-top: .65rem;
        font-size: clamp(2rem, 10.4vw, 2.65rem);
        line-height: 1.05;
    }

    .fleet-hero-copy .hero-copy {
        max-width: 100%;
        font-size: .98rem;
        line-height: 1.62;
        margin-bottom: 1.5rem;
    }

    .fleet-hero .eyebrow {
        max-width: 18rem;
        font-size: .68rem;
        line-height: 1.45;
    }

    .fleet-hero .btn {
        width: 100%;
    }

    .fleet-hero .hero-points {
        display: grid;
        grid-template-columns: 1fr;
        gap: .55rem;
        margin-top: 1.5rem;
        font-size: .86rem;
    }

    .fleet-hero-badges {
        display: none;
    }

    .fleet-keyword-grid {
        grid-template-columns: 1fr;
    }

    .hero-stat-grid {
        grid-template-columns: 1fr;
    }

    .marketing-section {
        padding: 4.25rem 0;
    }

    .cta-panel,
    .contact-panel {
        padding: 2rem 1.4rem;
    }

    .footer-bottom {
        flex-direction: column;
    }
}
