/* ==========================================
   INNETREX
   SITE.CSS
========================================== */

:root {

    --primary: #3f9cff;
    --primary-hover: #1f6fff;

    --bg-dark: #07111f;
    --bg-band: #091624;
    --bg-card: #102338;

    --text: #ffffff;
    --text-muted: #c7d0da;

    --accent: #3f9cff;
}

/* ==========================================
   SPEEDTEST PAGE
========================================== */

.speedtest-embed {

    margin: 40px 0;

    border-radius: 12px;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.1);
}

.speedtest-embed iframe {

    display: block;

    width: 100%;

    height: 650px;

    border: none;
}

/* ==========================================
   PRIVACY / LEGAL PAGES
========================================== */

html {
    scroll-behavior: smooth;
}

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);
}

/* ==========================================
   NAVIGATION
========================================== */

.main-nav {

    padding: 22px 0;

    transition: background .3s ease;

    background: transparent;

    z-index: 9999;
}

.main-nav.scrolled {

    background: rgba(7, 17, 29, 0.96);

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(255,255,255,.08);
}

.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: #fff !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
========================================== */

.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: linear-gradient(
        90deg,
        rgba(3,10,20,.90) 0%,
        rgba(3,10,20,.80) 35%,
        rgba(3,10,20,.40) 70%,
        rgba(3,10,20,.10) 100%
    );

    z-index: 1;
    pointer-events: none;
}

.hero-content {

    position: relative;
    z-index: 2;

    max-width: 650px;
}

.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);
}

.hero-content p {

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

.hero-note {

    font-size: 1rem !important;
    color: rgba(255,255,255,.5) !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-buttons {

    display: flex;

    gap: 24px;

    flex-wrap: wrap;
}

.hero-buttons .btn {

    padding: 14px 28px;

    font-size: 1rem;

    font-weight: 600;

    border-radius: 10px;
}

/* ==========================================
   BUTTONS
========================================== */

.btn-primary,
a.btn-primary {

    background: var(--primary-hover);
    color: #fff;
    border: none;
}

.btn-primary:hover,
a.btn-primary:hover {

    background: var(--primary);
    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 HEADINGS
========================================== */

.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: #0A52C8;

    letter-spacing: 0;

    text-transform: none;

    font-weight: 700;
}

.section-heading .brand-trex,
.section-kicker .brand-trex,
.hero-eyebrow .brand-trex {

    color: #999;

    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
========================================== */

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

/* ==========================================
   PAGE HERO IMAGES
========================================== */

.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');
}


/* ==========================================
   GENERIC PAGE HERO (utility pages)
========================================== */

.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: linear-gradient(
        90deg,
        rgba(3,10,20,.90) 0%,
        rgba(3,10,20,.80) 35%,
        rgba(3,10,20,.40) 70%,
        rgba(3,10,20,.10) 100%
    );

    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);
}

.page-hero .lead {

    font-size: 1.2rem;

    line-height: 1.8;

    color: var(--text-muted);

    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
========================================== */

.services-section {

    padding: 120px 0;
}

.service-card {

    background: #102338;

    border: 1px solid rgba(63,156,255,.12);

    padding: 38px;

    border-radius: 16px;

    height: 100%;

    transition: all .3s ease;
}

.service-card:hover {

    transform: translateY(-8px);

    background: #13263c;

    box-shadow:
        0 20px 40px rgba(63,156,255,.15);
}

.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: #fff;
}

.service-card-actions {

    margin-top: 20px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 4px;
}

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

/* ==========================================
   WHY INNETREX
========================================== */

.why-section {

    padding: 120px 0;
}

.why-section .section-heading {

    margin-bottom: 48px;
}

.stat-card {

    background: #102338;

    border: 1px solid rgba(63,156,255,.12);

    padding: 30px;

    border-radius: 16px;

    height: 100%;

    transition: all .3s ease;
}

.stat-card:hover {

    transform: translateY(-6px);

    box-shadow:
        0 20px 40px rgba(63,156,255,.12);
}

.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
========================================== */

.industries-section {

    padding: 120px 0;
}

.industry-card {

    background: #102338;

    border: 1px solid rgba(63,156,255,.12);

    border-radius: 16px;

    padding: 40px 30px;

    text-align: center;

    height: 100%;

    transition: all .3s ease;
}

.industry-card:hover {

    transform: translateY(-8px);

    background: #13263c;

    box-shadow:
        0 20px 40px rgba(63,156,255,.15);
}

.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
========================================== */

.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
========================================== */

.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: #ffffff;
}

.cta-pricing {

    color: rgba(255,255,255,.5);

    font-size: .95rem;

    margin-top: -15px;
}

/* ==========================================
   FOOTER
========================================== */

.footer {

    background: #050c16;

    padding: 80px 0 30px 0;

    border-top: 3px solid var(--primary);
}

.brand-inne {
    color: #0A52C8;
}

.brand-trex {
    color: #999;
}

.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);

    font-size: .95rem;

    line-height: 1.7;

    margin-bottom: 20px;
}

.footer-phone {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #fff;

    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 h5 {

    color: #fff;

    margin-bottom: 20px;

    font-weight: 700;

    font-size: 1rem;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.footer p,
.footer a {

    color: var(--text-muted);
}

.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 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);
}

.footer-legal-sep {

    color: rgba(255,255,255,.2);

    margin: 0 10px;
}

/* ==========================================
   SERVICES HERO
========================================== */

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(7,17,31,.25);
    z-index: 1;
    pointer-events: none;
}

.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: linear-gradient(
        90deg,
        rgba(3,10,20,.90) 0%,
        rgba(3,10,20,.80) 35%,
        rgba(3,10,20,.40) 70%,
        rgba(3,10,20,.10) 100%
    );

    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);
}

.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);
    max-width: 600px;
    margin-bottom: 40px;
}

.services-hero .btn {

    padding: 16px 36px;

    font-weight: 600;
}

/* ==========================================
   SERVICE HIGHLIGHTS
========================================== */

.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: #fff;
}

.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: rgba(15,34,58,.45);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 3rem;
    height: 100%;
}

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

.step-card {
    background: rgba(15,34,58,.45);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 2.5rem 2rem;
    height: 100%;
}

.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;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 991px) {

    .logo {
        height: 58px;
    }

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

	.main-nav {

        background: rgba(7, 17, 29, 0.96);

        backdrop-filter: blur(12px);

        -webkit-backdrop-filter: blur(12px);

        border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .navbar-collapse {

        background: rgba(7,17,29,.98);

        padding: 20px;

        border-radius: 12px;

        margin-top: 15px;
    }

    .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;
    }
}

@media (max-width: 768px) {

    .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;
    }
}
/* ==========================================
   ABOUT HERO
========================================== */

.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: linear-gradient(
        90deg,
        rgba(3,10,20,.90) 0%,
        rgba(3,10,20,.80) 35%,
        rgba(3,10,20,.40) 70%,
        rgba(3,10,20,.10) 100%
    );

    z-index: 1;
    pointer-events: none;
}

.about-hero .hero-content {

    position: relative;
    z-index: 2;

    max-width: 650px;
}

/* ==========================================
   OUR STORY
========================================== */

.story-section {

    padding: 120px 0;
}

.story-card {

    background: rgba(16,35,56,.55);

    border: 1px solid rgba(63,156,255,.12);

    border-radius: 18px;

    padding: 50px;
}

.story-card .lead {

    font-size: 1.25rem;

    font-weight: 600;

    color: #fff;

    margin-bottom: 25px;
}

.story-card p {

    color: var(--text-muted);

    line-height: 1.9;
}

/* ==========================================
   OUR APPROACH
========================================== */

.approach-section {

    padding: 120px 0;
}

.approach-card {

    background: #102338;

    border: 1px solid rgba(63,156,255,.12);

    border-radius: 16px;

    padding: 40px;

    height: 100%;

    transition: all .3s ease;
}

.approach-card:hover {

    transform: translateY(-8px);

    background: #13263c;
}

.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
========================================== */

.why-about-section {

    padding: 120px 0;
}

.about-feature-card {

    background: #102338;

    border: 1px solid rgba(63,156,255,.12);

    border-radius: 16px;

    padding: 35px;

    height: 100%;

    text-align: center;

    transition: all .3s ease;
}

.about-feature-card:hover {

    transform: translateY(-8px);

    background: #13263c;
}

.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;
}

/* ==========================================
   MOBILE
========================================== */

@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
========================================== */

.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: linear-gradient(
        90deg,
        rgba(3,10,20,.90) 0%,
        rgba(3,10,20,.80) 35%,
        rgba(3,10,20,.40) 70%,
        rgba(3,10,20,.10) 100%
    );

    z-index: 1;
    pointer-events: none;
}

.contact-hero .hero-content {

    position: relative;
    z-index: 2;

    max-width: 650px;
}

/* ==========================================
   CONTACT OPTIONS
========================================== */

.contact-options-section {

    padding: 120px 0;
}

.contact-card {

    background: #102338;

    border: 1px solid rgba(63,156,255,.12);

    border-radius: 16px;

    padding: 35px;

    text-align: center;

    height: 100%;

    transition: all .3s ease;
}

.contact-card:hover {

    transform: translateY(-8px);

    background: #13263c;
}

.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: #fff;
}

.contact-card .mailing-note {

    display: inline-block;

    margin-top: 8px;
}

/* ==========================================
   CONTACT FORM
========================================== */

.contact-form-section {

    padding: 120px 0;
}

.contact-form-wrapper {

    position: relative;

    background: #102338;

    border: 1px solid rgba(63,156,255,.12);

    border-radius: 18px;

    padding: 50px;
}

.contact-form-wrapper label {

    display: block;

    margin-bottom: 8px;

    font-weight: 600;
}

.contact-form-wrapper .form-control {

    background: rgba(255,255,255,.05);

    border: 1px solid rgba(255,255,255,.10);

    color: #fff;

    padding: 14px;
}

.contact-form-wrapper .form-control::placeholder {

    color: rgba(255,255,255,.35);
}

.alert-danger {
    background: rgba(220, 53, 69, 0.15);
    border-color: rgba(220, 53, 69, 0.4);
    color: #fff;
}

.alert-danger .btn-close {
    filter: invert(1);
}

.contact-form-wrapper .form-control:focus {

    background: rgba(255,255,255,.08);

    border-color: var(--primary);

    box-shadow: none;

    color: #fff;
}

.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: #fff;

    font-size: 1.1rem;

    font-weight: 700;

    margin-bottom: 8px;
}

.expect-item p {

    color: var(--text-muted);

    font-size: .9rem;

    margin: 0;
}

.website-field {

    position: absolute;

    left: -9999px;

    top: -9999px;
}

/* ==========================================
   CONTACT MOBILE
========================================== */

@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
========================================== */

.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: linear-gradient(
        90deg,
        rgba(3,10,20,.90) 0%,
        rgba(3,10,20,.80) 35%,
        rgba(3,10,20,.40) 70%,
        rgba(3,10,20,.10) 100%
    );

    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);
}

.solutions-hero p {

    color: var(--text-muted);

    max-width: 700px;

    font-size: 1.2rem;

    line-height: 1.8;

    margin-bottom: 35px;
}

/* ==========================================
   SOLUTIONS SECTION
========================================== */

.solutions-section {

    padding: 120px 0;
}

.solution-card {

    background: #102338;

    border: 1px solid rgba(63,156,255,.12);

    border-radius: 16px;

    padding: 50px 40px;

    height: 100%;

    transition: all .3s ease;
}

.solution-card:hover {

    transform: translateY(-8px);

    border-color: rgba(63,156,255,.4);

    box-shadow: 0 12px 35px rgba(0,0,0,.25);
}

.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: #fff;
}

/* ==========================================
   MOBILE
========================================== */

@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--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;
    }
}

/* ==========================================
   PRIVACY / LEGAL PAGES
========================================= */

.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: #fff;
}

.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: #fff;
}

.content-card {

    background: var(--bg-card);

    border-radius: 16px;

    padding: 48px;

    color: var(--text);
}

.content-card h2 {

    font-size: 1.25rem;

    font-weight: 600;

    color: #fff;

    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: rgba(255,255,255,.1);

    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 rgba(255,255,255,.1);
}

/* ==========================================
   MODAL
========================================== */

.modal-content {
    background: var(--bg-card);
    border: 1px solid rgba(255,255,255,.1);
    color: var(--text);
}

.modal-header {
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.modal-header .btn-close {
    filter: invert(1);
}

.modal-footer {
    border-top: 1px solid rgba(255,255,255,.08);
}

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

/* ==========================================
   BACK TO TOP
========================================== */

#back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 9998;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-hover);
    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);
}

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

/* ==========================================
   THANK YOU PAGE
========================================== */

.next-step-icon {

    font-size: 2.5rem;

    color: var(--primary);

    display: block;

    margin-bottom: 1rem;
}

/* ==========================================
   SCROLL ANIMATIONS
========================================== */

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

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

/* ==========================================
   MOBILE STICKY CALL BAR
========================================== */

.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;
    }
}

@media (prefers-reduced-motion: reduce) {

    .fade-up {
        opacity: 1;
        transform: none;
        transition: none;
    }

    html {
        scroll-behavior: auto;
    }
}

/* ==========================================
   SUPPORT PLANS PAGE
========================================== */

.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);

    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: #fff;
}

.hero-secondary-link {

    margin-top: 20px;

    margin-bottom: 0;
}

.hero-secondary-link a {

    color: var(--text-muted);

    font-weight: 600;

    text-decoration: none;
}

.hero-secondary-link a:hover {

    color: #fff;
}

/* ==========================================
   PLAN PRICING CARDS
========================================== */

.plan-card {

    background: #102338;

    border: 1px solid rgba(63,156,255,.12);

    border-radius: 16px;

    padding: 40px 32px;

    text-align: center;

    transition: all .3s ease;
}

.plan-card:hover {

    transform: translateY(-6px);

    border-color: rgba(63,156,255,.35);

    box-shadow: 0 12px 35px rgba(0,0,0,.25);
}

.plan-card--featured {

    border-color: rgba(63,156,255,.45);

    background: linear-gradient(
        180deg,
        #122a45 0%,
        #102338 100%
    );

    box-shadow: 0 8px 30px rgba(63,156,255,.12);
}

.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: #fff;

    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;
    }
}