:root {
    --primary: #1f6fff;
    --primary-hover: #0A52C8;
    --brand-inne: #0A52C8;
    --brand-trex: #5c5c5c;
    --bg-dark: #eef2f7;
    --bg-band: #ffffff;
    --bg-card: #ffffff;
    --bg-card-hover: #f5f8fc;
    --bg-footer: #1a2d42;
    --bg-nav: rgba(255, 255, 255, 0.96);
    --text: #1a2332;
    --text-muted: #4a5568;
    --text-on-dark: #ffffff;
    --text-muted-on-dark: #c7d0da;
    --border-subtle: rgba(10, 82, 200, 0.12);
    --border-card: rgba(10, 82, 200, 0.15);
    --hero-gradient: linear-gradient(90deg, rgba(15, 30, 50, .50) 0%, rgba(15, 30, 50, .38) 35%, rgba(15, 30, 50, .28) 70%, rgba(15, 30, 50, .06) 100%);
    --accent: #1f6fff;
}

.speedtest-embed {
    margin: 40px 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border-card);
}

.speedtest-embed iframe {
    display: block;
    width: 100%;
    height: 650px;
    border: none;
}

html {
    scroll-behavior: smooth;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 2000;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    background: var(--primary);
    color: #fff;
    border-radius: 8px;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg-dark);
    color: var(--text);
    overflow-x: hidden;
}

.container {
    max-width: 1320px;
}

a {
    text-decoration: none;
}

section {
    position: relative;
}

.section-band--dark {
    background-color: var(--bg-dark);
}

.section-band--alt {
    background-color: var(--bg-band);
}

.main-nav {
    padding: 22px 0;
    transition: background .3s ease;
    background: transparent;
    z-index: 9999;
}

.main-nav.scrolled {
    background: var(--bg-nav);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-subtle);
}

.main-nav.scrolled .nav-link {
    color: var(--text) !important;
}

.logo {
    display: flex;
    align-items: center;
    height: 58px;
}

.navbar-brand img.logo {
    height: 70px;
    width: auto;
    max-width: none;
    display: block;
    object-fit: contain;
}

.nav-link {
    color: var(--text-on-dark) !important;
    font-size: 1.05rem;
    font-weight: 500;
    margin-left: 24px;
    transition: color .2s ease;
}

.nav-link:hover {
    color: var(--primary) !important;
}

.nav-link.active {
    color: var(--primary) !important;
}

.nav-cta {
    background: var(--primary);
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
}

.nav-cta:hover {
    background: var(--primary-hover);
}

.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 2rem;
}

.hero {
    min-height: 100vh;
    padding-top: 100px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--hero-gradient);
    z-index: 1;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: var(--text-muted-on-dark);
}

.hero-content h1 {
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 28px;
    letter-spacing: -2px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .35);
    color: var(--text-on-dark);
}

.hero-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-muted-on-dark);
    margin-bottom: 40px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

:is(.hero, .about-hero, .contact-hero, .page-hero, .services-hero, .solutions-hero) .hero-content .brand-inne,
:is(.hero, .about-hero, .contact-hero, .page-hero, .services-hero, .solutions-hero) .hero-eyebrow .brand-inne {
    color: #6eb3ff;
}

:is(.hero, .about-hero, .contact-hero, .page-hero, .services-hero, .solutions-hero) .hero-content .brand-trex,
:is(.hero, .about-hero, .contact-hero, .page-hero, .services-hero, .solutions-hero) .hero-eyebrow .brand-trex {
    color: rgba(255, 255, 255, 0.92);
}

.hero-note {
    font-size: 1rem !important;
    color: rgba(255, 255, 255, .65) !important;
    margin-top: -25px;
}

.hero-eyebrow {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 22px;
}

.hero-eyebrow--error {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .65rem;
    letter-spacing: normal;
    margin-bottom: 1.25rem;
    text-transform: none;
}

.hero-eyebrow--error .hero-eyebrow__label {
    color: var(--text-muted-on-dark);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-eyebrow--error .hero-eyebrow__code {
    color: var(--primary);
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
}

.page-hero--compact .hero-eyebrow--error .hero-eyebrow__code {
    font-size: 2.5rem;
}

.hero-buttons {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.hero-buttons .btn {
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
}

.btn-primary,
a.btn-primary {
    background: var(--primary);
    color: #fff !important;
    border: none;
}

.btn-primary:hover,
a.btn-primary:hover {
    background: var(--primary-hover);
    color: #fff;
}

.btn-outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, .6);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border-color: #fff;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.section-heading>span,
.section-kicker {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 0.12em;
    font-size: .9rem;
    text-transform: uppercase;
    display: block;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.section-heading .brand-inne,
.section-kicker .brand-inne,
.hero-eyebrow .brand-inne {
    color: var(--brand-inne);
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700;
}

.section-heading .brand-trex,
.section-kicker .brand-trex,
.hero-eyebrow .brand-trex {
    color: var(--brand-trex);
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700;
}

.section-heading h2 {
    margin-top: 1rem;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.25;
}

.home-hero {
    background-image: url('../images/home-hero.jpg');
}

.services-hero-image {
    background-image: url('../images/services-hero.jpg');
}

.about-hero-image {
    background-image: url('../images/about-hero.jpg');
}

.contact-hero-image {
    background-image: url('../images/contact-hero.jpg');
}

.solutions-hero-image {
    background-image: url('../images/solutions-hero.jpg');
}

.support-plans-hero-image {
    background-image: url('../images/support-plans-hero.jpg');
}

.privacy-hero-image {
    background-image: url('../images/privacy-hero.jpg');
}

.terms-of-service-hero-image {
    background-image: url('../images/terms-of-service-hero.jpg');
}

.page-hero-image {
    background-image: url('../images/hero.jpg');
}

.page-hero {
    min-height: 100vh;
    padding-top: 100px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--hero-gradient);
    z-index: 1;
    pointer-events: none;
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.page-hero .hero-content {
    max-width: 650px;
}

.page-hero h1 {
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 28px;
    letter-spacing: -2px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .35);
    color: var(--text-on-dark);
}

.page-hero .lead {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-muted-on-dark);
    margin-bottom: 0;
    max-width: 36rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.page-hero .hero-buttons {
    margin-top: 36px;
}

.page-hero--compact {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 90px;
    align-items: flex-start;
}

.page-hero--action {
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 80px;
    align-items: center;
}

.page-hero--action .hero-content {
    max-width: 720px;
}

.page-hero--action .hero-buttons {
    margin-top: 40px;
}

.page-hero--action .utility-quick-links {
    justify-content: flex-start;
    margin-top: 32px;
}

.services-section {
    padding: 120px 0;
}

.service-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    padding: 38px;
    border-radius: 16px;
    height: 100%;
    transition: all .3s ease;
    box-shadow: 0 2px 12px rgba(10, 82, 200, .06);
}

.service-card:hover {
    transform: translateY(-8px);
    background: var(--bg-card-hover);
    box-shadow: 0 20px 40px rgba(10, 82, 200, .12);
}

.service-card i {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.service-card h3 {
    font-size: 1.35rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.service-card p {
    color: var(--text-muted);
    margin-bottom: 0;
    line-height: 1.7;
}

.service-card-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    color: var(--primary);
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    transition: color .2s ease;
}

.service-card-more::after {
    content: "\2192";
    display: inline-block;
    margin-left: 2px;
    line-height: 1;
    position: relative;
    top: -1px;
}

.service-card-more:hover,
.service-card:hover .service-card-more {
    color: var(--primary-hover);
}

.service-card-actions {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

[id] {
    scroll-margin-top: 110px;
}

.why-section {
    padding: 120px 0;
}

.why-section .section-heading {
    margin-bottom: 48px;
}

.stat-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    padding: 30px;
    border-radius: 16px;
    height: 100%;
    transition: all .3s ease;
    box-shadow: 0 2px 12px rgba(10, 82, 200, .06);
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(10, 82, 200, .1);
}

.stat-card i {
    display: block;
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 15px;
}

.stat-card h3 {
    color: var(--primary);
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-card p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.6;
}

.industries-section {
    padding: 120px 0;
}

.industry-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: all .3s ease;
    box-shadow: 0 2px 12px rgba(10, 82, 200, .06);
}

.industry-card:hover {
    transform: translateY(-8px);
    background: var(--bg-card-hover);
    box-shadow: 0 20px 40px rgba(10, 82, 200, .12);
}

.industry-card i {
    display: block;
    font-size: 2.25rem;
    color: var(--primary);
    margin-bottom: 20px;
}

.industry-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.industry-card p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.cta-section {
    padding: 120px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.cta-section p {
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto 35px auto;
    line-height: 1.8;
}

.cta-section .btn {
    padding: 16px 36px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
}

.cta-section .btn-primary {
    padding: 18px 42px;
    font-size: 1rem;
}

.cta-phone {
    margin-top: 25px;
    color: var(--text-muted);
    font-size: 1rem;
}

.cta-phone a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.cta-phone a:hover {
    color: var(--primary-hover);
}

.cta-pricing {
    color: var(--text-muted);
    font-size: .95rem;
    margin-top: -15px;
}

.footer {
    background: var(--bg-footer);
    padding: 80px 0 30px 0;
    border-top: 3px solid var(--primary);
    color: var(--text-on-dark);
}

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

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

.footer-logo {
    max-height: 60px;
}

.footer-badge {
    display: inline-block;
    background: rgba(63, 156, 255, .15);
    color: var(--primary);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.footer-tagline {
    color: var(--text-muted-on-dark);
    font-size: .95rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-on-dark);
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-phone:hover {
    color: var(--primary);
}

.footer-phone i {
    color: var(--primary);
}

.footer-phone--secondary {
    display: inline-flex;
    margin-top: 0.5rem;
    font-size: 1.05rem;
}

.footer-phone-note {
    font-size: 0.85em;
    font-weight: 400;
    opacity: 0.9;
}

.footer h5 {
    color: var(--text-on-dark);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer p,
.footer a {
    color: var(--text-muted-on-dark);
}

.footer a:hover {
    color: var(--primary);
    text-decoration: none;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    transition: color .2s ease, padding-left .2s ease;
}

.footer-links li a .bi:first-child {
    margin-right: 0.4rem;
    opacity: 0.85;
}

.footer-external-icon {
    font-size: 0.75em;
    margin-left: 0.2rem;
    opacity: 0.55;
    vertical-align: 0.05em;
}

.footer-links li a:hover {
    color: var(--primary);
    padding-left: 4px;
}

.footer-links li small {
    color: rgba(255, 255, 255, .4);
    font-size: .8rem;
}

.footer-link-note {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, .45);
    font-size: 0.78rem;
    line-height: 1.3;
}

.footer hr {
    border-color: rgba(255, 255, 255, .08);
    margin: 50px 0 25px;
}

.footer-copyright {
    color: rgba(255, 255, 255, .5);
    font-size: .85rem;
    margin: 0;
}

.footer-legal-link {
    color: rgba(255, 255, 255, .5);
    font-size: .85rem;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-legal-link:hover {
    color: var(--primary);
}

.downtime-calculator {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 12px 40px rgba(10, 82, 200, .08);
    transition: all .3s ease;
}

.calc-input-group {
    margin-bottom: 24px;
}

.calc-input-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text);
    font-size: .95rem;
}

.calc-input-group .form-control {
    padding: 14px;
    font-size: 1.1rem;
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
}

.calc-result-box {
    background: rgba(10, 82, 200, .04);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    border: 1px dashed var(--border-card);
    margin-top: 32px;
}

.calc-result-label {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: 1px;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.calc-result-value {
    display: block;
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 16px;
}

.calc-result-msg {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .downtime-calculator {
        padding: 32px 24px;
    }
    .calc-result-value {
        font-size: 2.5rem;
    }
}

.services-hero {
    position: relative;
    min-height: 100vh;
    padding-top: 100px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.services-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--hero-gradient);
    z-index: 1;
    pointer-events: none;
}

.services-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.hero-kicker {
    display: inline-block;
    color: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.services-hero h1 {
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    line-height: 1.05;
    font-weight: 800;
    max-width: 700px;
    margin-bottom: 20px;
    letter-spacing: -2px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .35);
    color: var(--text-on-dark);
}

.services-hero h2 {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.services-hero p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-muted-on-dark);
    max-width: 600px;
    margin-bottom: 40px;
}

.services-hero .btn {
    padding: 16px 36px;
    font-weight: 600;
}

.service-highlights {
    padding: 120px 0;
}

.service-highlights h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-highlights h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
}

.service-highlights p {
    color: var(--text-muted);
    line-height: 1.8;
}

.service-highlights ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.service-highlights li {
    margin-bottom: .75rem;
    color: var(--text-muted);
    font-size: .9rem;
}

.service-highlights li i {
    margin-right: 6px;
    font-size: .85rem;
}

.service-highlight-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--accent);
}

.service-highlight-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 18px;
    padding: 3rem;
    height: 100%;
    box-shadow: 0 2px 12px rgba(10, 82, 200, .06);
}

.service-highlight-card li i {
    color: var(--accent);
    margin-right: .75rem;
}

.step-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 18px;
    padding: 2.5rem 2rem;
    height: 100%;
    box-shadow: 0 2px 12px rgba(10, 82, 200, .06);
}

.step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

.step-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .75rem;
}

.step-card p {
    color: var(--text-muted);
    font-size: .95rem;
    line-height: 1.7;
    margin: 0;
}

@media (max-width:991px) {
    .logo {
        height: 58px;
    }

    .navbar-brand img.logo {
        height: 58px;
    }

    .main-nav {
        background: var(--bg-nav);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-bottom: 1px solid var(--border-subtle);
    }

    .main-nav .nav-link {
        color: var(--text) !important;
    }

    .navbar-collapse {
        background: #ffffff;
        padding: 20px;
        border-radius: 12px;
        margin-top: 15px;
        border: 1px solid var(--border-subtle);
        box-shadow: 0 8px 24px rgba(10, 82, 200, .1);
    }

    .navbar-collapse .nav-item {
        padding: 6px 0;
    }

    .navbar-collapse .nav-link.active {
        border-left: 3px solid var(--primary);
        padding-left: 12px;
    }

    .navbar-collapse .nav-cta {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }

    .navbar-toggler {
        border-color: rgba(63, 156, 255, .4);
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(63,156,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .hero {
        min-height: 600px;
    }

    .hero-content {
        max-width: 100%;
        padding-top: 120px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

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

    .section-heading h2 {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .cta-section h2 {
        font-size: 1.75rem;
    }
}

.about-hero {
    min-height: 100vh;
    padding-top: 100px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--hero-gradient);
    z-index: 1;
    pointer-events: none;
}

.about-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.story-section {
    padding: 120px 0;
}

.story-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 18px;
    padding: 50px;
    box-shadow: 0 2px 12px rgba(10, 82, 200, .06);
}

.story-card .lead {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 25px;
}

.story-card p {
    color: var(--text-muted);
    line-height: 1.9;
}

.approach-section {
    padding: 120px 0;
}

.approach-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 16px;
    padding: 40px;
    height: 100%;
    transition: all .3s ease;
    box-shadow: 0 2px 12px rgba(10, 82, 200, .06);
}

.approach-card:hover {
    transform: translateY(-8px);
    background: var(--bg-card-hover);
}

.approach-card i {
    font-size: 2.5rem;
    color: var(--primary);
    display: block;
    margin-bottom: 20px;
}

.approach-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.approach-card p {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.why-about-section {
    padding: 120px 0;
}

.about-feature-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 16px;
    padding: 35px;
    height: 100%;
    text-align: center;
    transition: all .3s ease;
    box-shadow: 0 2px 12px rgba(10, 82, 200, .06);
}

.about-feature-card:hover {
    transform: translateY(-8px);
    background: var(--bg-card-hover);
}

.about-feature-card i {
    font-size: 2.5rem;
    color: var(--primary);
    display: block;
    margin-bottom: 20px;
}

.about-feature-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.about-feature-card p {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width:768px) {
    .about-hero {
        min-height: 600px;
        text-align: center;
    }

    .about-hero .hero-content {
        margin: 0 auto;
        padding-top: 120px;
    }

    .story-card {
        padding: 35px;
    }
}

.contact-hero {
    min-height: 100vh;
    padding-top: 100px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--hero-gradient);
    z-index: 1;
    pointer-events: none;
}

.contact-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.contact-options-section {
    padding: 120px 0;
}

.contact-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 16px;
    padding: 35px;
    text-align: center;
    height: 100%;
    transition: all .3s ease;
    box-shadow: 0 2px 12px rgba(10, 82, 200, .06);
}

.contact-card:hover {
    transform: translateY(-8px);
    background: var(--bg-card-hover);
}

.contact-card i {
    font-size: 2.5rem;
    color: var(--primary);
    display: block;
    margin-bottom: 20px;
}

.contact-card h3 {
    margin-bottom: 12px;
    font-size: 1.35rem;
    font-weight: 700;
}

.contact-card a {
    color: var(--text-muted);
}

.contact-card a:hover {
    color: var(--primary-hover);
}

.contact-card .mailing-note {
    display: inline-block;
    margin-top: 8px;
}

.contact-form-section {
    padding: 120px 0;
}

.contact-form-wrapper {
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 18px;
    padding: 50px;
    box-shadow: 0 2px 12px rgba(10, 82, 200, .06);
}

.contact-form-wrapper label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.contact-form-wrapper .form-control {
    background: #ffffff;
    border: 1px solid rgba(10, 82, 200, .2);
    color: var(--text);
    padding: 14px;
}

.contact-form-wrapper .form-control::placeholder {
    color: rgba(26, 35, 50, .45);
}

.alert-danger {
    background: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.35);
    color: #842029;
}

.alert-danger .btn-close {
    filter: none;
}

.contact-form-wrapper .form-control:focus {
    background: #ffffff;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(31, 111, 255, .15);
    color: var(--text);
}

.what-to-expect {
    margin: 40px 0;
    padding: 30px;
    background: rgba(63, 156, 255, .05);
    border-radius: 12px;
    border: 1px solid rgba(63, 156, 255, .1);
}

.expect-item {
    text-align: center;
    padding: 20px;
}

.expect-item i {
    font-size: 2rem;
    color: var(--primary);
    display: block;
    margin-bottom: 12px;
}

.expect-item h4 {
    color: var(--text);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.expect-item p {
    color: var(--text-muted);
    font-size: .9rem;
    margin: 0;
}

.website-field,
.middle-name-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

@media (max-width:768px) {
    .contact-hero {
        min-height: 600px;
        text-align: center;
    }

    .contact-hero .hero-content {
        margin: 0 auto;
        padding-top: 120px;
    }

    .contact-form-wrapper {
        padding: 30px;
    }
}

.solutions-hero {
    min-height: 100vh;
    padding-top: 100px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.solutions-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--hero-gradient);
    z-index: 1;
    pointer-events: none;
}

.solutions-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.solutions-hero h1 {
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    line-height: 1.05;
    font-weight: 800;
    max-width: 700px;
    margin-bottom: 20px;
    letter-spacing: -2px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .35);
    color: var(--text-on-dark);
}

.solutions-hero p {
    color: var(--text-muted-on-dark);
    max-width: 700px;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 35px;
}

.solutions-section {
    padding: 120px 0;
}

.solution-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 16px;
    padding: 50px 40px;
    height: 100%;
    transition: all .3s ease;
    box-shadow: 0 2px 12px rgba(10, 82, 200, .06);
}

.solution-card:hover {
    transform: translateY(-8px);
    border-color: rgba(10, 82, 200, .35);
    box-shadow: 0 12px 35px rgba(10, 82, 200, .12);
}

.solution-card i {
    font-size: 3rem;
    color: var(--primary);
    display: block;
    margin-bottom: 25px;
}

.solution-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.solution-card p {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.section-intro {
    max-width: 800px;
    margin: 20px auto 50px;
    text-align: center;
    color: var(--text-muted);
}

.section-footnote {
    color: var(--text-muted);
    font-size: .95rem;
    margin-bottom: 0;
}

.section-footnote a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.section-footnote a:hover {
    color: var(--primary-hover);
}

.contact-form-security {
    color: var(--text-muted);
    font-size: .9rem;
    margin: 1.25rem 0 1.75rem;
}

.contact-form-security a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.contact-form-security a:hover {
    color: var(--primary-hover);
}

.contact-trust-note {
    background: rgba(10, 82, 200, .04);
    border: 1px solid var(--border-card);
    border-radius: 12px;
    margin: 0 0 1.75rem;
    padding: 1.25rem 1.5rem;
    text-align: left;
}

.contact-trust-note__title {
    color: var(--text);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .75rem;
}

.contact-trust-note__list {
    color: var(--text-muted);
    font-size: .9rem;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}

.contact-trust-note__list li {
    margin-bottom: .35rem;
}

.contact-trust-note__list a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.contact-trust-note__list a:hover {
    color: var(--primary-hover);
}

.contact-trust-note__terms,
.contact-trust-note__policy {
    color: var(--text-muted);
    font-size: .9rem;
    margin-bottom: .75rem;
}

.contact-trust-note__terms a,
.contact-trust-note__policy a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.contact-trust-note__terms a:hover,
.contact-trust-note__policy a:hover {
    color: var(--primary-hover);
}

.trust-callout {
    background: rgba(10, 82, 200, .04);
    border-left: 3px solid var(--primary);
    border-radius: 0 12px 12px 0;
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
}

.trust-callout h4 {
    color: var(--text);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.trust-callout p {
    color: var(--text-muted);
    font-size: .95rem;
    margin-bottom: .75rem;
}

.trust-callout a {
    color: var(--primary);
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
}

.trust-callout a:hover {
    color: var(--primary-hover);
}

.trust-commitment {
    color: var(--text-muted);
    font-size: .95rem;
}

.reputation-section .section-intro {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.reputation-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.reputation-links a {
    align-items: center;
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 12px;
    color: var(--text);
    display: inline-flex;
    font-weight: 600;
    gap: .5rem;
    padding: .75rem 1.25rem;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease;
    box-shadow: 0 2px 8px rgba(10, 82, 200, .06);
}

.reputation-links a:hover {
    background: var(--bg-card-hover);
    border-color: var(--primary);
    color: var(--primary);
}

.reputation-links a i {
    color: var(--primary);
}

@media (max-width:768px) {
    .solutions-hero {
        min-height: 600px;
        text-align: center;
    }

    .solutions-hero .hero-content {
        padding-top: 120px;
        margin: 0 auto;
    }

    .solutions-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .solutions-hero h1 {
        font-size: 2.5rem;
    }
}

@media (max-width:768px) {
    .page-hero {
        min-height: 600px;
        text-align: center;
    }

    .page-hero .hero-content {
        margin: 0 auto;
        padding-top: 120px;
    }

    .page-hero--action .hero-content,
    .page-hero--compact .hero-content {
        padding-top: 0;
    }

    .page-hero .lead {
        margin-left: auto;
        margin-right: auto;
    }

    .page-hero h1 {
        font-size: 2.5rem;
        line-height: 1.15;
        margin-bottom: 20px;
    }

    .page-hero--compact {
        padding-top: 130px;
        padding-bottom: 70px;
    }

    .page-hero--compact .hero-eyebrow--error .hero-eyebrow__code {
        font-size: 2rem;
    }

    .page-hero--action {
        min-height: 600px;
        padding-top: 120px;
        padding-bottom: 60px;
        text-align: center;
    }

    .page-hero--action .hero-content {
        padding-top: 0;
        margin: 0 auto;
    }

    .page-hero--action .lead {
        margin-left: auto;
        margin-right: auto;
    }

    .page-hero--action .hero-buttons {
        justify-content: center;
    }

    .solutions-hero.page-hero--support-plans .support-hero-footer {
        align-items: center;
    }

    .solutions-hero.page-hero--support-plans .support-hero-footer>.hero-buttons,
    .solutions-hero.page-hero--support-plans .support-hero-footer>.page-jump-links {
        justify-content: center;
    }

    .solutions-hero.page-hero--support-plans .support-hero-footer>.hero-secondary-link {
        text-align: center;
    }

    .page-hero--action .utility-quick-links {
        justify-content: center;
    }
}

.page-header {
    padding: 160px 0 60px;
    background: var(--bg-dark);
}

.page-header-content {
    max-width: 720px;
}

.page-header-content .lead {
    color: var(--text-muted);
    margin-bottom: 0;
}

.page-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text);
}

.success-icon {
    font-size: 3rem;
    color: var(--primary);
    display: block;
    margin-bottom: 20px;
}

.content-section {
    padding: 40px 0 80px;
}

.content-section--utility {
    padding: 80px 0 80px;
}

.utility-steps h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.utility-steps h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.utility-steps p {
    color: var(--text-muted);
    margin-bottom: 0;
    line-height: 1.7;
}

.utility-quick-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
    margin-top: 28px;
}

.utility-quick-links a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.utility-quick-links a:hover {
    color: var(--primary-hover);
}

.content-card {
    background: var(--bg-card);
    border-radius: 16px;
    padding: 48px;
    color: var(--text);
    border: 1px solid var(--border-card);
    box-shadow: 0 2px 12px rgba(10, 82, 200, .06);
}

.content-card h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text);
    margin-top: 32px;
    margin-bottom: 12px;
}

.content-card h2:first-of-type {
    margin-top: 0;
}

.content-card p {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 16px;
}

.content-card a:not(.btn) {
    color: var(--primary);
}

.content-card a:hover {
    color: var(--primary-hover);
}

.content-card hr {
    border-color: var(--border-subtle);
    margin: 32px 0;
}

.content-card .text-muted {
    font-size: .9rem;
}

.content-card .legal-updated {
    color: var(--text-muted);
    font-size: .85rem;
    font-style: italic;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--border-subtle);
}

.modal-content {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    color: var(--text);
    box-shadow: 0 16px 48px rgba(10, 82, 200, .15);
}

.modal-header {
    border-bottom: 1px solid var(--border-subtle);
}

.modal-header .btn-close {
    filter: none;
}

.modal-footer {
    border-top: 1px solid var(--border-subtle);
}

.modal-body p {
    color: var(--text-muted);
}

#back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 9998;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease, background .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

#back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

#back-to-top:hover {
    background: var(--primary-hover);
}

@media (max-width:768px) {
    #back-to-top {
        bottom: 72px;
        right: 16px;
        width: 44px;
        height: 44px;
        z-index: 10000;
    }
}

.next-step-icon {
    font-size: 2.5rem;
    color: var(--primary);
    display: block;
    margin-bottom: 1rem;
}

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease, transform .6s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.mobile-sticky-bar {
    display: none;
}

@media (max-width:768px) {
    body {
        padding-bottom: 60px;
    }

    .mobile-sticky-bar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: var(--primary-hover);
        text-align: center;
        padding: 14px 0;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, .4);
    }

    .mobile-sticky-bar a {
        color: #fff;
        font-weight: 700;
        font-size: 1.05rem;
        text-decoration: none;
        display: block;
        width: 100%;
    }

    .mobile-sticky-bar i {
        margin-right: 8px;
    }

    .footer {
        padding: 60px 0 100px 0;
    }

    .footer-phone {
        font-size: 1.3rem;
    }

    .footer h5 {
        margin-top: 20px;
    }

    .footer-copyright {
        text-align: center;
        margin-bottom: 12px;
    }

    .text-md-end {
        text-align: center !important;
    }

    .hero {
        min-height: 500px;
    }

    .page-header {
        padding: 130px 0 40px;
    }

    .page-header h1 {
        font-size: 1.8rem;
    }

    .content-card {
        padding: 24px;
    }

    .services-section,
    .solutions-section,
    .why-section,
    .industries-section,
    .cta-section,
    .story-section,
    .approach-section,
    .why-about-section,
    .contact-options-section,
    .contact-form-section,
    .service-highlights {
        padding: 60px 0;
    }

    .services-hero {
        min-height: 600px;
        text-align: center;
        background-position: 70% center;
    }

    .services-hero .hero-content {
        margin: 0 auto;
        padding-top: 120px;
    }

    .services-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .services-hero h1 {
        font-size: 2.5rem;
    }

    .services-hero h2 {
        font-size: 1.25rem;
    }
}

.page-hero--support-plans .hero-content,
.solutions-hero.page-hero--support-plans .hero-content {
    max-width: 680px;
}

.solutions-hero.page-hero--support-plans .hero-eyebrow {
    margin-bottom: 1.25rem;
}

.solutions-hero.page-hero--support-plans h1 {
    margin: 0 0 1.5rem;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.solutions-hero.page-hero--support-plans .hero-intro {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.65;
    color: var(--text-muted-on-dark);
    max-width: 36rem;
}

.solutions-hero.page-hero--support-plans .support-hero-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.75rem;
    margin-top: 2rem;
    width: 100%;
}

.solutions-hero.page-hero--support-plans .support-hero-footer>.hero-buttons {
    margin: 0;
}

.solutions-hero.page-hero--support-plans .support-hero-footer>.hero-secondary-link {
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.solutions-hero.page-hero--support-plans .support-hero-footer>.page-jump-links {
    margin: 0;
    padding: 1.75rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    width: 100%;
    justify-content: flex-start;
}

.page-jump-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 28px;
    margin-bottom: 0;
}

.page-jump-links a {
    color: var(--primary);
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
}

.page-jump-links a:hover {
    color: var(--primary-hover);
}

.hero-secondary-link {
    margin-top: 20px;
    margin-bottom: 0;
}

.hero-secondary-link a {
    color: var(--text-muted-on-dark);
    font-weight: 600;
    text-decoration: none;
}

.hero-secondary-link a:hover {
    color: var(--text-on-dark);
}

.plan-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    transition: all .3s ease;
    box-shadow: 0 2px 12px rgba(10, 82, 200, .06);
}

.plan-card:hover {
    transform: translateY(-6px);
    border-color: rgba(10, 82, 200, .35);
    box-shadow: 0 12px 35px rgba(10, 82, 200, .12);
}

.plan-card--featured {
    border-color: rgba(10, 82, 200, .4);
    background: linear-gradient(180deg, #f0f6ff 0%, #ffffff 100%);
    box-shadow: 0 8px 30px rgba(10, 82, 200, .12);
}

.plan-badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--primary);
    border-radius: 999px;
}

.plan-tagline {
    color: var(--text-muted);
    font-size: .9rem;
    line-height: 1.4;
    margin: -4px 0 16px;
}

.plan-name {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 12px;
}

.plan-price {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--text);
    line-height: 1;
    margin-bottom: 28px;
    letter-spacing: -1px;
}

.plan-price span {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-muted);
    letter-spacing: 0;
}

.plan-price--inline {
    font-size: 2.2rem;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    color: var(--text-muted);
    font-size: .95rem;
    line-height: 1.5;
}

.plan-features li i {
    color: var(--primary);
    flex-shrink: 0;
    margin-top: 3px;
}

.plan-features--left {
    text-align: left;
}

.plan-features--center {
    text-align: center;
    display: inline-block;
}

.plan-features--center li {
    justify-content: center;
}

.support-plans-details {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (max-width:767.98px) {
    .solutions-hero.page-hero--support-plans .support-hero-footer {
        align-items: center;
    }

    .solutions-hero.page-hero--support-plans .support-hero-footer>.hero-buttons,
    .solutions-hero.page-hero--support-plans .support-hero-footer>.page-jump-links {
        justify-content: center;
    }

    .solutions-hero.page-hero--support-plans .support-hero-footer>.hero-secondary-link {
        text-align: center;
    }

    .plan-card {
        padding: 32px 24px;
    }

    .plan-price {
        font-size: 2.4rem;
    }
}

.thank-you-check {
    font-size: 4rem;
    line-height: 1;
    color: var(--primary);
    margin-bottom: 1rem;
    animation: thankYouPop 0.6s ease-out forwards;
}

.thank-you-check i {
    display: block;
}

@keyframes thankYouPop {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (prefers-reduced-motion:reduce) {
    .fade-up {
        opacity: 1;
        transform: none;
        transition: none;
    }

    html {
        scroll-behavior: auto;
    }

    .thank-you-check {
        animation: none;
        opacity: 1;
    }
}
