/* Namari Landing Page v.1.1.0 Style Index - a free landing page by shapingrain.com

1. Default and Reset styles
- 1.1 Input Elements
2. Global elements
- 2.1 Header
- 2.2 Logo
- 2.3 Buttons
- 2.4 Navigation
- 2.5 Social Elements
- 2.6 Images
3. Fonts and Headings
4. Banner
- 4.1 SignUp Form
5. Content Elements
- 5.1 Icons
- 5.2 Parallax Elements
- 5.3 Divider
6. Landing Page Sections
- 6.1 Features
- 6.2 Testimonials
- 6.3 Gallery
- 6.4 Video
- 6.5 Clients
- 6.6 Pricing Table
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

p {
    line-height: 25px;
}

.row img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

iframe {
    border: 0 !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

figure {
    margin: 0;
}

/* Page Border - hidden for clean modern look */

.page-border {
    display: none;
}

.page-border .bottom-border, .page-border .left-border, .page-border .right-border, .page-border .top-border {
    background: #f3f3ef;
    position: fixed;
    z-index: 9999;
}

.page-border > .top-border, .page-border > .right-border, .page-border > .bottom-border, .page-border > .left-border {
    padding: 11px;
    background: #ccc;
}

.page-border .bottom-border, .page-border .top-border {
    width: 100%;
    padding: 10px;
    left: 0;
}

.page-border .left-border, .page-border .right-border {
    padding: 10px;
    height: 100%;
    top: 0;
}

.page-border .top-border {
    top: 0;
}

.page-border .right-border {
    right: 0;
}

.page-border .bottom-border {
    bottom: 0;
}

.page-border .left-border {
    left: 0;
}

#wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 100%;
}

/* Skip link for accessibility - visible on focus */
.skip-link {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100000;
    padding: 12px 24px;
    background: #2B3D7E;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    transition: top 0.2s ease;
}
.skip-link:focus {
    top: 15px;
    outline: 2px solid #0f172a;
    outline-offset: 2px;
}


/* --------- 1.1 Input Elements ---------- */

input, textarea {
    border: 1px solid #e1e1e1;
    padding: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 3px;
}

input {
    height: 40px;
    margin: 3px 0;
    outline: none;
    line-height: normal;
    font-size: 14px;
}

input[type="submit"] {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

select {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 5px;
}

input:focus, textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Accessible focus: show outline for keyboard users only */
*:focus {
    outline: none;
}
*:focus-visible {
    outline: 2px solid #d2b356;
    outline-offset: 2px;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Layout Elements */
/*------------------------------------------------------------------------------------------*/

section {
    clear: both;
    overflow: hidden;
}

/* Rows and Columns */

.row {
    max-width: 1245px;
    margin: 0 auto;
    padding: 75px 0;
    position: relative;
}

.no-padding-bottom .row, .no-padding-bottom div, .no-padding-bottom.row {
    padding-bottom: 0;
}

.no-padding-top.row, .no-padding-top div {
    padding-top: 0;
}

.big-padding-top {
    padding-top: 75px !important;
}

.big-padding-bottom {
    padding-bottom: 85px !important;
}

/* Targets all elements */

[class*='col-'] {
    float: left;
    padding: 20px;
}

#clients .col-2-3 [class*='col-'] {
    padding: 0;
}

/* Clearfix */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Main Widths */

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.6666666667%;
}

.col-7 {
    width: 14.2857142857%;
}

.col-8 {
    width: 12.5%;
}

.col-9 {
    width: 11.1111111111%;
}

.col-10 {
    width: 10%;
}

.col-11 {
    width: 9.09090909091%;
}

.col-12 {
    width: 8.33%;
}

.col-2-3 {
    width: 66.66%;
}

.col-3-4 {
    width: 75%;
}

.col-9-10 {
    width: 90%;
}

/* Golden Ratio */
.col-61 {
    width: 61.8%;
}

.col-38 {
    width: 38.2%;
}

/* --------- 2.1 Header --------- */

#header {
    height: 71px !important;
    overflow: visible;
    z-index: 9999;
    width: 100%;
    position: absolute !important;
}

#header .row {
    padding: 0;
}

#header aside {
    text-align: right;
}

#header ul {
    text-align: center;
}

#header li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

/* --------- 2.2 Logo ---------- */

#logo {
    float: left;
    height: 71px;
    line-height: 66px;
    margin-right: 15px;
}

#logo h1, #logo h2 {
    display: inline-block;
}

#banner #logo h1 {
    font-size: 28px;
    margin-right: 10px;
    font-weight: 900;
    padding: 0;
}

#logo h2 {
    font-size: 18px;
    padding: 0;
}

#logo img {
    max-height: 22px;
    vertical-align: middle;
    margin-right: 15px;
}

#navigation-logo {
    display: none;
}

.nav-solid #logo #banner-logo {
    display: none;
}

.nav-solid #logo #navigation-logo {
    display: inline-block;
}

/* --------- 2.3 Buttons ---------- */

.call-to-action {
    padding: 35px 0 35px 0;
}

/*Style*/

.button {
    font-size: 16px;
    margin: 35px 0;
    padding: 11px 16px;
    min-height: 44px;
    min-width: 44px;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
}

/* Play Button */

#video-section {
    position:relative;
}

.play-video {
    height:110px;
    position:absolute;
    top:50%;
    margin-top:-110px;
    width:100%;
}

.play-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 45px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.play-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.play-icon:before {
    font-family: 'fontawesome';
    content: '\f144';
    speak: none;
    font-size: 74px;
    line-height: 110px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    color:#fff;
}

.play-video .play-icon {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: -webkit-transform ease-out 0.3s, background 0.4s;
    -moz-transition: -moz-transform ease-out 0.3s, background 0.4s;
    transition: transform ease-out 0.3s, background 0.4s;
}

.play-video .play-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.play-video .play-icon:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}


/* --------- 2.4 Navigation ---------- */

#header {
    font-size: 13px;
}

#header aside {
    float: right;
}

#header nav ul {
    text-transform: uppercase;

}

#header nav a {
    height: 71px;
    line-height: 71px;
    display: block;
    padding: 0 10px;
}

#header nav a:hover {
    opacity: 0.6;
}

/*Navigation Solid*/

#header.nav-solid [class*='col-'] {
    padding: 0 20px;
}

#header.nav-solid {
    background: #fff;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    left:0;
}

#header.nav-solid nav a {
    border-bottom: 3px solid;
    border-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header.nav-solid nav a:hover {
    opacity: 1;
}

/* Social Elements when Solid*/

#header.nav-solid .social-icons a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.5;
}

#header.nav-solid .social-icons a:hover {
    opacity: 1;
    color: #e4473c;
}

/* Responsive Nav Styling */

#nav-trigger {
    display: none;
    text-align: right;
    min-width: var(--touch-target-min, 44px);
    min-height: var(--touch-target-min, 44px);
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

#nav-trigger span {
    display: inline-block;
    width: 38px;
    height: 71px;
    color: #111;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#nav-trigger span:after {
    font-family: "fontAwesome";
    display: inline-block;
    width: 38px;
    height: 71px;
    line-height: 75px;
    text-align: center;
    content: "\f0c9";
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#nav-trigger span.open:after {
    content: "\f00d";
}

#nav-trigger span:hover, .nav-solid #nav-trigger span.open:hover, .nav-solid #nav-trigger span:hover {
    opacity: 0.6;
}

#nav-trigger span.open, #nav-trigger span.open:hover {
    color: #111;
}

.nav-solid #nav-trigger span.open:hover {
    color: #999;
}

.nav-solid #nav-trigger span {
    color: #999;
    opacity: 1;
}

nav#nav-mobile {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 10000;
}

nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    padding: 12px 16px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    border-radius: 0 0 12px 12px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

nav#nav-mobile li {
    display: block;
}

nav#nav-mobile a {
    display: block;
    padding: 12px 14px !important;
    height: auto !important;
    line-height: 1.4 !important;
    border-radius: 6px;
}

nav#nav-mobile ul:after {
    display: none;
}

nav#nav-mobile li {
    margin: 0 20px;
    float: none;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

nav#nav-mobile li:last-child {
    border-bottom: none;
}

.nav-solid nav#nav-mobile li {
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
}

nav#nav-mobile a {
    display: block;
    padding: 12px 0;
    color: #333;
    width: 100%;
    height: auto;
    line-height: normal;
    display: block;
    border-bottom: none !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

nav#nav-mobile a:hover {
    background: #fafafa;
    opacity: 1;
}

/* --------- 2.5 Social Elements ---------- */

#header .col-4 {
    text-align: right;
}

.social-icons {
    display: inline-block;
    list-style: none;
}

.social-icons a {
    display: inline-block;
    width: 32px;
    text-align: center;
}

.social-icons a:hover {
    opacity: 0.7;
}

.social-icons span {
    display: none;
}

#header .social-icons {
    margin-top: 27px;
}

/* --------- 2.6 Images ---------- */

/*Alignment*/

img {
    vertical-align: top;
}

.image-center {
    display: block;
    margin: 0 auto;
}

a img {
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------------------------------------*/
/* 3. Fonts */
/*------------------------------------------------------------------------------------------*/

h1 {
    padding: 20px 0;
}

h2 {
    padding: 14px 0;
}

h3 {
    padding: 10px 0;
}

h4 {
    padding: 7px 0;
}

h5 {
    padding: 7px 0;
}

h6 {
    padding: 7px 0;
}

/* Text Alignment */

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

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Section Headings */

.section-heading {
    padding: 0 0 15px 0;
}

.section-subtitle {
    font-size: 18px;
    padding-top: 0;
}

.section-heading h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    letter-spacing: 2px;
    padding-bottom: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/

#banner {
    background: none;
    background-size: cover;
}

#banner-content.row {
    padding-top: 170px;
    padding-bottom: 100px;
}

#banner h1 {
    padding-top: 5%;
}

#banner .section-heading:before {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}



/*------------------------------------------------------------------------------------------*/
/* 5. Content Elements */
/*------------------------------------------------------------------------------------------*/

/* --------- 5.1 Icons ---------- */

/*Font Icon sizes*/

.fa-1x {
    font-size: 15px !important;
}

/*Icon Block*/

.icon-block {
    position: relative;
}

.icon-block h4 {
    font-weight: bold;
    padding-top: 0;
}

.icon-block .icon {
    position: absolute;
}

.icon-block p {
    margin-top: 0;
}

/* Icon Left*/

.icon-left .icon {
    left: 15;
}

.icon-left .icon-block-description {
    padding-left: 53px;
}

/* Icon Right */

.icon-right .icon {
    right: 15;
}

.icon-right .icon-block-description {
    padding-right: 53px;
}

/* Icon Above */

.icon-top {
    display: block;
}

.icon-top .icon {
    position: relative;
    display: block;
}

.icon-top .icon-block-description {
    padding-top: 25px;
}

/* Impact section: 2x2 grid so all four blocks align (Applications, Mentorship, Interview Prep, Network) */
#impact .col-2-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
}

#impact .col-2-3 .col-2 {
    float: none;
    width: auto;
    padding: 20px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    #impact .col-2-3 {
        grid-template-columns: 1fr;
    }
}

/* --------- 5.2 Parallax Elements ---------- */

.banner-parallax-1, .banner-parallax-2, .banner-parallax-3 {
    min-height: 350px;
}

/* --------- 5.3 Divider ---------- */

.divider {
    position: relative;
    width: 40%;
    height: 20px;
    line-height: 20px;
    margin: 10px auto 5px auto;
    clear: both;
    text-align: center;
}

.divider-inner {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    border-top: 1px solid;
    border-color: #e1e1e1;
}

.divider i {
    background: #fff;
    position: relative;
    top: -11px;
    padding: 0 5px 0 5px;
    color: #e1e1e1;
}

/*------------------------------------------------------------------------------------------*/
/* 6. Landing Page Sections */
/*------------------------------------------------------------------------------------------*/

/* --------- 6.1 Introduction ---------- */

.introduction img.featured {
    padding: 55px 0 0 0;
}

/* --------- 6.2 Features ---------- */

.features.row {
    padding-left: 5%;
    padding-right: 5%;
}

.features div:nth-child(4) {
    clear: both;
}

/* --------- 6.3 Testimonials ---------- */

.testimonial {
    padding: 15px;
}

blockquote {
    position: relative;
}

.testimonial img {
    max-height: 120px;
    border-radius: 250em;
}

.testimonial footer {
    padding-top: 12px;
}

/* Style Classic - Avatar above Testimonial */

.testimonial.classic img {
    display: inline-block;
    margin-bottom: 25px;
}

.testimonial.classic q {
    display: block;
}

.testimonial.classic footer:before {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    margin: 10px auto 15px auto;
}

/* Style Big */

.testimonial.bigtest {
    padding-top: 0;
}

.testimonial.bigtest q {
    font-size: 22px;
}

/* --------- 6.4 Gallery ---------- */

#gallery img {
    max-height: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#gallery [class*='col-'] {
    padding: 0;
}

#gallery a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

#gallery a:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

#gallery a:hover img {
    opacity: 0.15;
    -moz-backface-visibility: hidden;
}

#gallery a:before {
    font-size: 2.2em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    content: "+";
    width: 70px;
    height: 70px;
    border-radius: 100em;
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    line-height: 72px;
    margin: -35px 0 0 -35px;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    vertical-align: middle;
}

#gallery a:hover:before {
    opacity: 1;
    top: 50%;
    left: 50%;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
        display: none;

        /* dimensions: spanning the background from edge to edge */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647; /* z-index needs to be >= elements on the site. */

        /* position: centering content */
        text-align: center;

        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;

        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: rgba(0, 0, 0, 0);
    }

    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }

    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .featherlight .featherlight-content {

        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;

        /* dimensions: cut off images */
        overflow: auto;
        padding: 25px 0;
        border-bottom: 25px solid transparent;

        /* dimensions: handling small or empty content */
        min-width: 30%;

        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;

        /* styling */
        cursor: auto;

        /* reset white-space wrapping */
        white-space: normal;
    }

    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }

    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 25px;
        right: 25px;

        /* dimensions: 25px x 25px */
        line-height: 25px;
        width: 25px;

        /* styling */
        cursor: pointer;
        text-align: center;
        color: #fff;
        font-family: "fontawesome";
        font-size: 22px;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight .featherlight-close-icon:hover {
        opacity: 1;
    }

    .featherlight .featherlight-image {
        /* styling */
        max-height: 100%;
        max-width:100%;
    }

    .featherlight-iframe .featherlight-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        /* styling */
        border: none;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;

        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }

}

/* Gallery Styling */
@media all {
    .featherlight-next,
    .featherlight-previous {
        font-family: "fontawesome";
        font-size: 22px;
        display: block;
        position: absolute;
        top: 25px;
        right: 0;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        /* preventing text selection */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* IE9 hack, otherwise navigation doesn't appear */
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-previous {
        left: 0;
        right: 80%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: inline-block;
        opacity: 0.3;
        position: absolute;
        top: 50%;
        width: 100%;
        font-size: 80px;
        line-height: 80px;

        /* center vertically */
        margin-top: -40px;
        color: #fff;
        font-style: normal;
        font-weight: normal;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-next span {
        text-align: right;
        left: auto;
        right: 7%;
    }

    .featherlight-previous span {
        text-align: left;
        left: 7%;
    }

    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block;
        opacity: 1;
    }

    /* Hide navigation while loading */
    .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
        display: none;
    }
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: none;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: block;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight-next,
    .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%;
    }

    .featherlight-previous {
        left: 10px;
        right: 85%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        margin-top: -30px;
        font-size: 40px;
    }
}

/* --------- 6.5 Video ---------- */

#video-box {
    color:#fff;
    position:relative;
    overflow:hidden;
    text-align:center;
}

.video_container, .easyContainer {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    margin: 0;
    padding-top: 0; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video_container iframe, .video_container object, .video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
    width: 100% !important;
    height: 529px !important;
}

.videojs-background-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -998;
}

#slvj-window {
    width: 100%;
    min-height: 100%;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-window,
#slvj-window * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#slvj-background-close {
    width: 100%;
    min-height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-back-lightbox {
    max-width: 940px;
    max-height: 529px;
    z-index: 32;
    text-align: center;
    margin: 0 auto;
}

.slvj-lightbox {
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 53;
}

#slvj-close-icon:before {
    font-family: "fontawesome";
    color: #fff;
    content: '\f00d';
    font-size: 22px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 99999;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#slvj-close-icon:before:hover {
    opacity: 1;
    cursor: pointer;
}

/* --------- 6.6 Clients ---------- */

#clients a {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#clients img {
    display: inline-block;
    padding: 15px 25px;
}

.client-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#clients a:hover .client-overlay {
    opacity: 1;
}

.client-overlay span {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}

/* --------- 6.7 Pricing Table - service cards first, then same-size plan cards ---------- */

/* Service selection cards (same visual language as pricing cards) */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto 40px auto;
    width: 100%;
}

.service-card {
    cursor: pointer;
    outline: none;
}

.service-card-content {
    background: #fff;
    padding: 28px 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.service-card:hover .service-card-content,
.service-card:focus .service-card-content {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.service-card.selected .service-card-content {
    border-color: rgba(43, 61, 126, 0.4);
    box-shadow: 0 4px 20px rgba(43, 61, 126, 0.12);
}

.service-icon {
    margin-bottom: 16px;
}

.service-icon i {
    font-size: 2rem;
    color: #2B3D7E;
}

.service-card-content h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-card-content p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.45;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.service-card-static {
    cursor: default;
}

.service-card-static .service-card-content {
    cursor: default;
}

.service-card-static .service-card-content .button {
    margin: 0 auto 0 auto;
    align-self: center;
    min-width: 140px;
}

#services .row {
    padding-top: var(--space-section-y);
    padding-bottom: var(--space-section-y);
}

.pricing-plans-wrap {
    margin-top: 24px;
}

.pricing-plans-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 24px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

#pricing .pricing-grid .pricing-block {
    width: 100%;
    max-width: 100%;
}

.pricing-block {
    display: flex;
}

.pricing-block-content {
    background: #fff;
    padding: 28px 24px 28px 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 420px;
    width: 100%;
}

.pricing-block-content:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.pricing-block .pricing,
.pricing-block ul {
    flex-shrink: 0;
}

.pricing-block ul {
    list-style: none;
    margin: 20px 0 24px 0;
    flex-grow: 1;
}

.pricing-block li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.pricing-block li:last-of-type {
    border: none;
}

.pricing-block li.pricing-spacer {
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
}

.pricing-block h3 {
    font-size: 1.15rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.02em;
    padding-bottom: 0;
}

.pricing-sub {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0 0 20px 0;
}

.pricing {
    background: #f8fafc;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 0;
}

.price {
    display: inline-block;
    font-size: 2.25rem;
    font-weight: 700;
    position: relative;
    letter-spacing: -0.02em;
}

.price span {
    position: absolute;
    top: 0.1em;
    left: -0.35em;
    font-size: 1.1rem;
    font-weight: 600;
}

.pricing p {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.4;
    margin: 8px 0 0 0;
}

.pricing-block .buy-now {
    margin-top: auto;
    margin-bottom: 0;
}

/* Contact form - modern card */
.contact-form-wrapper {
    padding: 60px 20px !important;
}

.contact-form-row {
    display: flex;
    justify-content: center;
}

.contact-form-box {
    max-width: 640px;
    width: 100%;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.form-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
}

.form-fields-grid .form-field {
    margin-bottom: 0;
}

@media (max-width: 520px) {
    .form-fields-grid {
        grid-template-columns: 1fr;
    }
}

.contact-form-box .section-heading {
    text-align: center;
    margin-bottom: 28px;
}

.form-field {
    margin-bottom: 20px;
}

.form-field label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #334155;
    margin-bottom: 6px;
}

.form-field input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: 1rem;
}

.form-field input:focus {
    border-color: #2B3D7E;
    box-shadow: 0 0 0 3px rgba(43, 61, 126, 0.12);
}

.button-full {
    width: 100%;
    margin-top: 8px;
    padding: 14px;
    border-radius: 8px;
}

.form-success-box {
    padding: 24px;
    background: #f0fdf4;
    margin-top: 24px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #bbf7d0;
}

.form-success-box h3 {
    margin-bottom: 8px;
    font-size: 1.25rem;
}

.form-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-error-box {
    padding: 12px 16px;
    background: #fef2f2;
    margin-bottom: 16px;
    border-radius: 8px;
    color: #b91c1c;
    border: 1px solid #fecaca;
    font-size: 0.9375rem;
}

.field-hint {
    display: block;
    margin-top: 4px;
    font-size: var(--font-size-small, 0.875rem);
    color: var(--gb-slate-600, #475569);
}

.field-error {
    display: block;
    margin-top: 4px;
    font-size: var(--font-size-small, 0.875rem);
    color: var(--gb-error, #DC2626);
}

/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer {
    clear: both;
}

#landing-footer .row {
    padding: 0;
}

#landing-footer p {
    margin: 0;
}

#landing-footer ul {
    list-style: none;
    text-align: right;
}

#landing-footer li {
    display: inline-block;
}

/* Footer links */
.footer-links {
    text-align: left;
}

.footer-nav {
    margin-top: 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    text-align: left;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav a {
    color: inherit;
    opacity: 0.9;
}

.footer-nav a:hover {
    opacity: 1;
    color: #2B3D7E;
}

/* Scroll Up */

#scrollUp {
    bottom: 15px;
    right: 30px;
    width: 70px;
    height: 80px;
    margin-bottom: -10px;
    padding: 0 5px 20px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}

#scrollUp:before {
    background: #ccc;
    font-family: "fontawesome";
    font-size: 2.4em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    content: "\f106";
    opacity: 1;
}

/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-position: center;
    margin: -55px 0 0 -55px; /* is width and height divided by two */
    text-align: center;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-triangle-path,
.la-ball-triangle-path > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-triangle-path {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-triangle-path.la-dark {
    color: #333;
}

.la-ball-triangle-path > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-triangle-path {
    width: 32px;
    height: 32px;
}

.la-ball-triangle-path > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.la-ball-triangle-path > div:nth-child(1) {
    -webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(2) {
    -webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(3) {
    -webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-triangle-path.la-sm > div {
    width: 4px;
    height: 4px;
}

.la-ball-triangle-path.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-triangle-path.la-2x > div {
    width: 20px;
    height: 20px;
}

.la-ball-triangle-path.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-triangle-path.la-3x > div {
    width: 30px;
    height: 30px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-one {
    0% {
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-one {
    0% {
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-webkit-keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-moz-keyframes ball-triangle-path-ball-two {
    0% {
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-o-keyframes ball-triangle-path-ball-two {
    0% {
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-webkit-keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-tree {
    0% {
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-tree {
    0% {
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

/*------------------------------------------------------------------------------------------*/
/* Responsive Elements */
/*------------------------------------------------------------------------------------------*/

/* Success message animation */
@keyframes popIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
.pop-animation {
    animation: popIn 0.3s ease-out;
}

/* =Media Queries for Nav
===============================*/
@media all and (max-width: 1024px) {
    #nav-trigger {
        display: block;
    }

    nav#nav-main {
        display: none;
    }

    nav#nav-mobile {
        display: block;
    }

    nav#nav-mobile li {
        display: block;
    }

    #header aside {
        display: none;
    }
}

/* Landscape mobile & down
===============================*/
@media (max-width: 480px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border, #scrollUp, #scrollUp:before {
        display:none;
    }

    .row {
        padding: 15px !important;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38 {
        padding-right: 0;
        padding-left: 0;
    }

    /* Contact form - comfortable padding on small screens */
    #contact-form.contact-form-wrapper {
        padding: 36px 16px !important;
    }
    .contact-form-box {
        padding: 28px 20px !important;
    }
    /* Pricing grid: one column on small screens */
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    .services-grid {
        grid-template-columns: 1fr;
    }

    /* Gallery - full width on mobile */
    #gallery img {
        max-height: 220px;
    }

    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 15px !important;
    }

    #header.nav-solid [class*="col-"] {
        padding: 0;
    }

    /*Logo*/
    #logo h2 {
        padding: 0;
    }

    /* Social */
    #header aside {
        clear: both;
        padding: 0;
    }

    #header ul.social-icons {
        margin-top: 0;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }

    /*-----------------Sections-----------------*/

    /* Call to Action*/
    .call-to-action {
        padding-bottom: 25px;
    }

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 270px !important;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

    /*-----------------Typography-----------------*/
    h1 {
        font-size: 38px;
    }

    #banner h1 {
        font-size: 48px;
    }

    /* Hide Elements */
    a#scrollUp {
        display: none !important;
    }

}

/* Mobile to Tablet Portrait
===============================*/
@media (min-width: 480px) and (max-width: 767px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border, #scrollUp, #scrollUp:before {
        display:none;
    }


    .row {
        padding: 15px 0 !important;
    }

    .col-1, .col-2, .col-5, .col-7, .col-9, .col-11, .col-2-3, .col-3-4, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-3, .col-4, .col-6, .col-8, .col-10, .col-12 {
        width: 50%;
    }

    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 !important;
    }

    #header aside {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 20px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 370px !important;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

}

/* Landscape Tablet to Desktop
===============================*/
@media (min-width: 768px) and (max-width: 1024px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border {
        display:none;
    }

    .big-padding-top {
        padding-top: 45px !important;
    }

    /*-----------------Header Elements-----------------*/
    #header aside {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 20px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 432px !important;
    }

}

/*------------------------------------------------------------------------------------------*/
/* 8. Enterprise layout – GoBunnyy */
/*------------------------------------------------------------------------------------------*/

:root {
    --gb-navy: #2B3D7E;
    --gb-navy-dark: #1e2d5f;
    --gb-slate-900: #0f172a;
    --gb-slate-700: #334155;
    --gb-slate-600: #475569;
    --gb-slate-500: #64748b;
    --gb-slate-200: #e2e8f0;
    --gb-slate-100: #f1f5f9;
    --gb-surface: #fafbfc;
    --gb-white: #ffffff;
    --gb-radius: 12px;
    --gb-shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06);
    --gb-shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
    --gb-max-width: 1200px;

    /* Division accents */
    --gb-consulting-accent: #2B3D7E;
    --gb-career-accent: #0D9488;

    /* Semantic */
    --gb-success: #059669;
    --gb-warning: #D97706;
    --gb-error: #DC2626;

    /* Typography */
    --font-size-display: clamp(2rem, 4.5vw, 3rem);
    --font-size-h2: clamp(1.75rem, 3vw, 2rem);
    --font-size-body: 1rem;
    --font-size-small: 0.875rem;

    /* Layout */
    --space-section-y: clamp(48px, 8vw, 80px);
    --space-card-padding: 28px 24px;
    --touch-target-min: 44px;
}

#preloader {
    display: none;
}

/* Header */
.header-container {
    max-width: var(--gb-max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 72px;
}

#header {
    position: fixed !important;
    top: 0;
    left: 0;
    height: auto !important;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: var(--gb-shadow-sm);
}

.header-container {
    position: relative;
}

#header.nav-solid {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--gb-shadow-sm);
}

.site-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    float: none;
}

#logo.site-brand {
    float: none;
    height: auto;
    line-height: inherit;
    margin-right: 0;
}

.brand-wordmark {
    display: inline-flex;
    align-items: baseline;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    white-space: nowrap;
}

.brand-go {
    color: var(--gb-navy);
}

.brand-rest {
    color: var(--gb-slate-900);
}

.site-brand:hover .brand-go {
    color: var(--gb-navy-dark);
}

.site-brand-footer .brand-go {
    color: #fff;
}

.site-brand-footer .brand-rest {
    color: rgba(255, 255, 255, 0.78);
}

#header nav#nav-main {
    flex: 1;
    display: flex;
    justify-content: center;
}

#header nav#nav-main ul {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    text-transform: none;
}

#header nav a {
    height: auto;
    line-height: 1.4;
    padding: 8px 14px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--gb-slate-700);
    border-radius: 6px;
    border-bottom: none !important;
    transition: color 0.2s ease, background 0.2s ease;
}

#header nav a:hover {
    opacity: 1;
    color: var(--gb-navy);
    background: var(--gb-slate-100);
}

#header.nav-solid nav a {
    border-color: transparent;
}

#header.nav-solid nav a:hover {
    color: var(--gb-navy);
}

.header-ctas {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.header-cta {
    margin: 0 !important;
    padding: 10px 16px !important;
    font-size: 0.8125rem !important;
    white-space: nowrap;
    flex-shrink: 0;
    min-height: var(--touch-target-min, 44px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-cta-compact {
    display: none;
}

#nav-trigger {
    margin-left: auto;
}

/* Buttons */
.button-primary,
a.button-primary,
button.button-primary {
    background: var(--gb-navy);
    border-color: var(--gb-navy);
    color: #fff;
}

.button-primary:hover,
a.button-primary:hover,
button.button-primary:hover {
    background: var(--gb-navy-dark);
    border-color: var(--gb-navy-dark);
    color: #fff;
}

#header a.button-primary,
#header a.button-primary:hover {
    background: var(--gb-navy);
    border-color: var(--gb-navy);
    color: #fff;
}

#header a.button-primary:hover {
    background: var(--gb-navy-dark);
    border-color: var(--gb-navy-dark);
}

#header a.button-secondary,
#header a.button-secondary:hover {
    background: transparent;
    border-color: var(--gb-slate-200);
    color: var(--gb-slate-700);
}

#header a.button-secondary:hover {
    border-color: var(--gb-navy);
    color: var(--gb-navy);
    background: var(--gb-slate-100);
}

.button-primary:focus-visible,
.button-secondary:focus-visible,
.button-ghost:focus-visible {
    outline: 2px solid var(--gb-navy);
    outline-offset: 2px;
}

.button-primary:disabled,
.button-secondary:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.button-secondary,
a.button-secondary,
button.button-secondary {
    background: transparent;
    border-color: var(--gb-slate-200);
    color: var(--gb-slate-700);
}

.button-secondary:hover,
a.button-secondary:hover,
button.button-secondary:hover {
    border-color: var(--gb-navy);
    color: var(--gb-navy);
    background: var(--gb-slate-100);
}

.button-ghost,
a.button-ghost {
    background: transparent;
    border-color: transparent;
    color: var(--gb-navy);
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    min-height: auto;
}

.button-ghost:hover,
a.button-ghost:hover {
    color: var(--gb-navy-dark);
    background: transparent;
    text-decoration: underline;
}

/* Hero */
.hero-section {
    background: linear-gradient(180deg, #f8fafc 0%, var(--gb-surface) 55%, var(--gb-white) 100%);
    padding-top: 72px;
    min-height: auto;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43, 61, 126, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.hero-inner {
    max-width: var(--gb-max-width);
    margin: 0 auto;
    padding: 72px 24px 80px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-eyebrow {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gb-navy);
    background: rgba(43, 61, 126, 0.08);
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: var(--font-size-display);
    line-height: 1.15;
    font-weight: 700;
    color: var(--gb-slate-900);
    padding: 0;
    margin: 0 0 20px 0;
    letter-spacing: -0.03em;
}

.hero-lead {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--gb-slate-600);
    max-width: 540px;
    margin: 0 0 32px 0;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-actions .button {
    margin: 0;
}

.hero-routing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.hero-route-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 24px;
    background: var(--gb-white);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    box-shadow: var(--gb-shadow-md);
    text-decoration: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    min-height: var(--touch-target-min, 44px);
}

.hero-route-card:hover {
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
    border-color: rgba(43, 61, 126, 0.25);
}

.hero-route-card:focus-visible {
    outline: 2px solid var(--gb-navy);
    outline-offset: 2px;
}

.hero-route-org {
    border-top: 3px solid var(--gb-consulting-accent);
}

.hero-route-career {
    border-top: 3px solid var(--gb-career-accent);
}

.hero-route-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gb-slate-600);
}

.hero-route-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--gb-slate-900);
    letter-spacing: -0.02em;
}

.hero-route-cta {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gb-navy);
    margin-top: 4px;
}

.hero-route-career .hero-route-cta {
    color: var(--gb-career-accent);
}

.hero-metrics {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.hero-metric {
    padding: 12px;
    background: var(--gb-slate-100);
    border-radius: var(--gb-radius);
    text-align: center;
}

.hero-metric-value {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--gb-navy);
    line-height: 1.2;
}

.hero-metric-label {
    display: block;
    font-size: 0.75rem;
    color: var(--gb-slate-600);
    line-height: 1.35;
    margin-top: 4px;
}

/* Section headings */
.section-heading-centered {
    max-width: 720px;
    margin: 0 auto 48px auto;
    text-align: center;
}

.section-heading-centered .section-subtitle {
    margin-top: 12px;
}

/* Solutions */
.solutions-section {
    background: var(--gb-white);
}

#career-support.solutions-section {
    background: var(--gb-slate-100);
}

.section-heading-centered .section-title {
    font-size: var(--font-size-h2);
}

.solutions-section .row {
    padding-top: var(--space-section-y);
    padding-bottom: var(--space-section-y);
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.solution-card {
    background: var(--gb-white);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--gb-radius);
    padding: 28px 24px;
    box-shadow: var(--gb-shadow-sm);
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.solution-card:hover {
    box-shadow: var(--gb-shadow-md);
    transform: translateY(-2px);
    border-color: rgba(43, 61, 126, 0.2);
}

.solution-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(43, 61, 126, 0.08);
    border-radius: 10px;
    margin-bottom: 18px;
}

.solution-icon i {
    font-size: 1.25rem;
    color: var(--gb-navy);
}

.solution-card h4 {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--gb-slate-900);
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
}

.solution-card p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--gb-slate-600);
}

/* Process */
.process-section {
    background: var(--gb-slate-100);
}

.process-section .row {
    padding-top: var(--space-section-y);
    padding-bottom: var(--space-section-y);
}

.process-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    counter-reset: process;
}

.process-step {
    background: var(--gb-white);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--gb-radius);
    padding: 32px 28px;
    box-shadow: var(--gb-shadow-sm);
}

.process-number {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--gb-navy);
    margin-bottom: 16px;
}

.process-step h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--gb-slate-900);
    margin: 0 0 10px 0;
    padding: 0;
}

.process-step p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--gb-slate-600);
}

/* CTA */
.cta-section {
    background: var(--gb-white);
}

.cta-section .row {
    padding-top: var(--space-section-y);
    padding-bottom: var(--space-section-y);
}

.cta-panel {
    max-width: var(--gb-max-width);
    margin: 0 auto;
    background: linear-gradient(135deg, var(--gb-navy) 0%, var(--gb-navy-dark) 100%);
    border-radius: 16px;
    padding: 48px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    box-shadow: var(--gb-shadow-md);
}

.cta-content h2 {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
}

.cta-content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    max-width: 520px;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-shrink: 0;
}

.cta-actions .button {
    margin: 0;
}

.cta-actions .button-primary {
    background: #fff !important;
    border-color: #fff !important;
    color: var(--gb-navy) !important;
}

.cta-actions .button-primary:hover {
    background: var(--gb-slate-100) !important;
    border-color: var(--gb-slate-100) !important;
    color: var(--gb-navy-dark) !important;
}

.cta-actions .button-secondary {
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
    background: transparent !important;
}

.cta-actions .button-secondary:hover {
    border-color: #fff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

/* Footer */
#landing-footer {
    background: var(--gb-slate-900);
    padding: 56px 24px 32px;
}

.footer-container {
    max-width: var(--gb-max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-brand .site-brand-footer .brand-rest {
    color: rgba(255, 255, 255, 0.78);
}

.footer-tagline {
    margin: 14px 0 20px 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    max-width: 280px;
}

#landing-footer #copyright {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.45);
}

.footer-links-group h4 {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 16px 0;
    padding: 0;
}

.footer-links-group .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.footer-links-group .footer-nav li {
    display: block;
}

.footer-links-group .footer-nav a,
.footer-contact a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9375rem;
    text-decoration: none;
}

.footer-links-group .footer-nav a:hover,
.footer-contact a:hover {
    color: #fff;
}

.footer-social {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8) !important;
    transition: background 0.2s ease, color 0.2s ease;
}

.footer-social a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff !important;
    opacity: 1;
}

.footer-contact {
    margin: 0;
    font-size: 0.9375rem;
}

/* Subpages */
.subpage-header .header-container {
    min-height: 72px;
}

.subpage-main {
    padding-top: 72px;
}

/* Pricing polish */
#pricing .row {
    padding-top: var(--space-section-y);
    padding-bottom: var(--space-section-y);
}

#pricing .section-heading-centered {
    margin-bottom: 40px;
}

.pricing-block.featured .pricing-block-content {
    border-color: rgba(43, 61, 126, 0.35);
    box-shadow: 0 8px 28px rgba(43, 61, 126, 0.12);
}

.pricing-block.featured .pricing {
    background: var(--gb-navy);
    color: #fff;
}

.pricing-block.featured .pricing p {
    color: rgba(255, 255, 255, 0.85);
}

.pricing-block.featured .price {
    color: #fff;
}

/* Divisions */
.divisions-section {
    background: var(--gb-slate-100);
}

.divisions-section .row {
    padding-top: var(--space-section-y);
    padding-bottom: var(--space-section-y);
}

.divisions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 960px;
    margin: 0 auto;
}

.division-card {
    background: var(--gb-white);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: var(--gb-shadow-sm);
    display: flex;
    flex-direction: column;
}

.division-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gb-navy);
    background: rgba(43, 61, 126, 0.08);
    padding: 5px 10px;
    border-radius: 999px;
    margin-bottom: 20px;
    align-self: flex-start;
}

.division-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(43, 61, 126, 0.08);
    border-radius: 12px;
    margin-bottom: 18px;
}

.division-icon i {
    font-size: 1.35rem;
    color: var(--gb-navy);
}

.division-card h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--gb-slate-900);
    margin: 0 0 12px 0;
    padding: 0;
}

.division-card > p {
    margin: 0 0 20px 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--gb-slate-600);
    flex-grow: 1;
}

.division-points {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
}

.division-points li {
    position: relative;
    padding: 8px 0 8px 22px;
    font-size: 0.9rem;
    color: var(--gb-slate-700);
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.division-points li:last-child {
    border-bottom: none;
}

.division-points li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: var(--gb-navy);
    font-size: 0.75rem;
    top: 11px;
}

.division-link {
    margin: 0 !important;
    align-self: flex-start;
}

.division-card-career {
    border-color: rgba(13, 148, 136, 0.2);
}

.division-card-career .division-badge {
    color: var(--gb-career-accent);
    background: rgba(13, 148, 136, 0.08);
}

.division-card-career .division-icon {
    background: rgba(13, 148, 136, 0.08);
}

.division-card-career .division-icon i {
    color: var(--gb-career-accent);
}

.division-card-career .division-points li::before {
    color: var(--gb-career-accent);
}

/* Consulting */
.consulting-section {
    background: var(--gb-white);
}

.consulting-section .row {
    padding-top: var(--space-section-y);
    padding-bottom: var(--space-section-y);
}

.consulting-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 32px;
    max-width: var(--gb-max-width);
    margin: 0 auto;
}

.consulting-main,
.consulting-aside {
    background: var(--gb-slate-100);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: var(--gb-radius);
    padding: 32px 28px;
}

.consulting-main h4,
.consulting-aside h4 {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--gb-slate-900);
    margin: 0 0 20px 0;
    padding: 0;
}

.consulting-steps {
    list-style: none;
    margin: 0 0 28px 0;
    padding: 0;
    counter-reset: consulting;
}

.consulting-steps li {
    counter-increment: consulting;
    padding: 16px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.consulting-steps li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.consulting-steps li::before {
    content: counter(consulting, decimal-leading-zero);
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--gb-navy);
    margin-bottom: 6px;
}

.consulting-steps strong {
    display: block;
    font-size: 1rem;
    color: var(--gb-slate-900);
    margin-bottom: 4px;
}

.consulting-steps span {
    display: block;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--gb-slate-600);
}

.consulting-aside p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--gb-slate-600);
    margin: 0 0 16px 0;
}

.industry-tags {
    list-style: none;
    margin: 0 0 16px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.industry-tag {
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--gb-white);
    border: 1px solid rgba(15, 23, 42, 0.1);
    color: var(--gb-slate-700);
}

.industry-tag-active {
    background: var(--gb-navy);
    border-color: var(--gb-navy);
    color: #fff;
}

.industry-tag-more {
    border-style: dashed;
    color: var(--gb-slate-500);
}

.consulting-note {
    font-size: 0.85rem !important;
    font-style: italic;
}

/* AI practices */
.ai-section {
    background: var(--gb-white);
}

.ai-section .row {
    padding-top: var(--space-section-y);
    padding-bottom: var(--space-section-y);
}

.ai-principles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ai-card {
    background: var(--gb-slate-100);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: var(--gb-radius);
    padding: 28px 24px;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.ai-card:hover {
    border-color: rgba(43, 61, 126, 0.2);
    box-shadow: var(--gb-shadow-sm);
}

.ai-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(43, 61, 126, 0.1);
    border-radius: 10px;
    margin-bottom: 16px;
}

.ai-card-icon i {
    font-size: 1.25rem;
    color: var(--gb-navy);
}

.ai-card h4 {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--gb-slate-900);
    margin: 0 0 10px 0;
    padding: 0;
}

.ai-card p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--gb-slate-600);
}

.career-teaser-cta {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.career-teaser-cta .button {
    margin: 0 !important;
}

/* Dual CTA */
.cta-dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: var(--gb-max-width);
    margin: 0 auto;
}

.cta-panel-consulting,
.cta-panel-career {
    border-radius: 16px;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: var(--gb-shadow-md);
}

.cta-panel-consulting {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.cta-panel-career {
    background: linear-gradient(135deg, var(--gb-career-accent) 0%, #0f766e 100%);
}

.cta-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 8px 0;
}

.cta-panel-consulting .cta-content h2,
.cta-panel-career .cta-content h2 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
    padding: 0;
}

.cta-panel-consulting .cta-content p,
.cta-panel-career .cta-content p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.cta-panel-consulting .button-primary {
    background: #fff !important;
    border-color: #fff !important;
    color: var(--gb-slate-900) !important;
    align-self: flex-start;
    margin: 0 !important;
}

.cta-panel-career .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cta-panel-career .cta-actions .button {
    margin: 0 !important;
}

.cta-panel-career .button-primary {
    background: #fff !important;
    border-color: #fff !important;
    color: var(--gb-career-accent) !important;
}

.cta-panel-career .button-secondary {
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
}

/* Enterprise responsive */
@media (max-width: 1024px) {
    .header-ctas .header-cta:not(.header-cta-compact) {
        display: none;
    }

    .header-cta-compact {
        display: inline-flex !important;
    }

    #header nav#nav-main {
        display: none;
    }

    #nav-trigger {
        display: block;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        padding-top: 48px;
        padding-bottom: 60px;
    }

    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ai-principles {
        grid-template-columns: repeat(2, 1fr);
    }

    .divisions-grid,
    .consulting-layout,
    .cta-dual {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .cta-panel {
        flex-direction: column;
        align-items: flex-start;
        padding: 36px 28px;
    }

    .mobile-action-bar {
        display: grid;
    }

    body.has-mobile-bar {
        padding-bottom: 72px;
    }

    .hero-routing {
        max-width: 480px;
    }
}

@media (max-width: 640px) {
    .header-container {
        padding: 0 16px;
    }

    .hero-inner {
        padding: 40px 16px 48px;
    }

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

    .ai-principles {
        grid-template-columns: 1fr;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

    .solutions-section .row,
    .process-section .row,
    #pricing .row,
    .divisions-section .row,
    .consulting-section .row,
    .ai-section .row,
    .social-proof-section .row,
    .cta-section .row {
        padding-top: var(--space-section-y);
        padding-bottom: var(--space-section-y);
    }

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

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

    .career-teaser-list {
        grid-template-columns: 1fr;
    }

    .header-ctas {
        display: none;
    }

    .header-cta:not(.header-cta-compact) {
        display: none;
    }
}

/* Social proof */
.social-proof-section {
    background: var(--gb-white);
}

.social-proof-section .row {
    padding-top: var(--space-section-y);
    padding-bottom: var(--space-section-y);
}

.social-proof-eyebrow {
    display: block;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gb-slate-600);
    margin-bottom: 24px;
}

.logo-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 24px;
    margin-bottom: 40px;
}

.logo-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 48px;
    padding: 0 20px;
    background: var(--gb-slate-100);
    border: 1px dashed var(--gb-slate-200);
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--gb-slate-600);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}

.testimonial-card {
    background: var(--gb-slate-100);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: var(--gb-radius);
    padding: var(--space-card-padding);
}

.testimonial-card blockquote {
    margin: 0 0 16px 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--gb-slate-700);
    font-style: italic;
}

.testimonial-card cite {
    display: block;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 600;
    color: var(--gb-slate-600);
}

.testimonial-card-org {
    border-left: 3px solid var(--gb-consulting-accent);
}

.testimonial-card-career {
    border-left: 3px solid var(--gb-career-accent);
}

/* Homepage teasers */
.consulting-teaser {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.consulting-teaser p {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--gb-slate-600);
    margin: 0 0 24px 0;
}

.consulting-teaser-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.consulting-teaser-actions .button {
    margin: 0 !important;
}

.career-teaser-block {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.career-teaser-list {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    text-align: left;
}

.career-teaser-list li {
    position: relative;
    padding: 12px 12px 12px 32px;
    background: var(--gb-slate-100);
    border-radius: 8px;
    font-size: 0.9rem;
    color: var(--gb-slate-700);
}

.career-teaser-list li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 12px;
    top: 14px;
    color: var(--gb-career-accent);
    font-size: 0.75rem;
}

/* Mobile action bar */
.mobile-action-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: var(--gb-white);
    border-top: 1px solid var(--gb-slate-200);
    box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.08);
    padding: 8px 16px calc(8px + env(safe-area-inset-bottom, 0));
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.mobile-action-bar-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--touch-target-min, 44px);
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--gb-slate-200);
    color: var(--gb-slate-700);
    background: var(--gb-white);
}

.mobile-action-bar-primary {
    background: var(--gb-navy);
    border-color: var(--gb-navy);
    color: #fff;
}

.mobile-action-bar-primary:hover {
    background: var(--gb-navy-dark);
    color: #fff;
}

/* Career pricing tabs */
.service-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 32px auto;
    max-width: 640px;
}

.service-tab {
    min-height: var(--touch-target-min, 44px);
    padding: 10px 20px;
    border: 1px solid var(--gb-slate-200);
    border-radius: 999px;
    background: var(--gb-white);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gb-slate-700);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.service-tab:hover {
    border-color: var(--gb-career-accent);
    color: var(--gb-career-accent);
}

.service-tab[aria-selected="true"] {
    background: var(--gb-career-accent);
    border-color: var(--gb-career-accent);
    color: #fff;
}

.service-tab:focus-visible {
    outline: 2px solid var(--gb-navy);
    outline-offset: 2px;
}

.pricing-popular-badge {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--gb-career-accent);
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 8px;
}

/* Plan summary bar */
.plan-summary-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0));
    background: var(--gb-slate-900);
    color: #fff;
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.2);
}

.plan-summary-bar[hidden] {
    display: none;
}

.plan-summary-text {
    font-size: 0.9375rem;
    font-weight: 600;
}

.plan-summary-change {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: underline;
    white-space: nowrap;
}

.plan-summary-change:hover {
    color: #fff;
}

body.has-plan-summary {
    padding-bottom: 64px;
}

body.has-mobile-bar {
    padding-bottom: 64px;
}

body.has-plan-summary.has-mobile-bar {
    padding-bottom: 120px;
}

body.has-plan-summary .mobile-action-bar {
    bottom: 56px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .wow {
        visibility: visible !important;
        animation-name: none !important;
    }
}
