
@media screen and (max-width:700px){
	
		/*scroll bar*/
	/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Final public header/footer alignment override */
@media screen and (max-width:700px){
    body {
        padding-top: 0 !important;
    }

    .cards-site-nav {
        width: 100% !important;
        left: auto !important;
        transform: none !important;
        min-height: 62px !important;
        height: auto !important;
        padding: 10px 12px !important;
    }

    .cards-site-nav .cards-nav-links {
        display: none !important;
    }

    .cards-site-nav .cards-menu-btn {
        display: flex !important;
        position: static !important;
    }

}

@media screen and (max-width:700px){
    header {
        width: calc(100% - 12px) !important;
        left: 50%;
        transform: translateX(-50%);
        height: 78px;
        padding: 0 10px !important;
        border: 3px solid #fff !important;
        border-top: 0 !important;
        border-radius: 0 0 18px 18px;
        background: linear-gradient(90deg, #06145d, #061c86, #07145f) !important;
    }

    header .logo h3 {
        margin: 18px 8px !important;
        font-size: 15px !important;
        gap: 8px;
    }

    .brand_mark {
        width: 38px;
        height: 38px;
    }

    .mobile_home {
        color: #fff !important;
        top: 8px;
    }

    header .head_txt {
        background: #fff !important;
        border: 2px solid rgba(6,28,134,.16) !important;
        box-shadow: 0 18px 45px rgba(6,28,134,.18);
    }

    header .head_txt h3 {
        color: #08154f !important;
    }

    header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        overflow: visible !important;
    }

    header .logo h3 {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
    }

    .mobile_home {
        position: static !important;
        width: 42px;
        height: 42px;
        display: grid !important;
        place-items: center;
        padding: 0 !important;
        font-size: 28px !important;
        line-height: 1 !important;
        border-radius: 14px;
        background: rgba(255,255,255,.12);
    }

    header .head_txt {
        top: calc(100% + 10px) !important;
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
        transform: none !important;
        padding: 12px !important;
        text-align: left !important;
        border-radius: 20px !important;
    }

    header .head_txt h3 {
        margin: 4px 0 !important;
        padding: 14px 16px !important;
        border-radius: 14px !important;
    }

    .main {
        width: calc(100% - 12px) !important;
        min-height: 610px !important;
        margin-top: 12px;
        border-width: 4px;
        border-radius: 22px;
    }

    .main .main_txt {
        margin: 56px 18px 0 !important;
    }

    .main .main_txt h1 {
        font-size: 32px !important;
        text-align: left;
    }

    .main .main_txt p {
        margin: 24px 0 8px !important;
        text-align: left;
    }

    .row.display_flex {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .row_backimg,
    .row33,
    .row_features {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .cont_share_boxes {
        width: calc(50% - 10px);
    }

    .row_bottom {
        width: calc(100% - 12px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: white; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: white; 
}
	
	.text_logo {position: relative;
    display: inline-block;
    vertical-align: top;
    top: 2px;
    font-size: 25px;}
	header {
   
    width: -webkit-fill-available;
    padding: 0;
    overflow: unset;
    position: sticky;
    display: block;
    padding: 3px;
    top: 0;
    z-index: 22;
    height: 82px;
    box-shadow: 0px 0px 10px 0px #00000026;
}


header .logo h3 {
    margin: 21px 21px;
    
}

header .logo img {
    width: 77px;
    height: auto;
    margin: -14px 0px 0px;
}
.mobile_home {display: block;
    position: absolute;
    top: 6px;
    right: 14px;
    padding: 10px;
    font-size: 40px;
    font-weight: 800;
    color: #102033;
	
	}
	
	header .head_txt {
		display:none;
    position: absolute;
    width: 73%;
    z-index: 9;
    background: white;
    border: 1px solid #dfe7ef;
    padding: 50px 41px;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    border-radius: 20px;
    overflow: auto;
}

.mobile_close {display:block;}
.add_height{
	height: 480px !important;
    transition: 0.3s;
}
.main img {
    width: -webkit-fill-available;
    position: absolute;
    top: 0px;
    height: -webkit-fill-available;
    left: 0px;
}

header .head_txt h3 {
       margin: 10px;
    font-weight: 500;
    padding: 14px 41px;
    cursor: pointer;
    font-size: 17px;
    letter-spacing: -0.4px;
}

.main .main_txt p {
    font-size: 15px;
    font-weight: 500;
    margin: 41px 8px;
}

.main {
    min-height: 700px;
}

.main .main_txt {
    width: auto;
    margin: 72px 18px 0;
}

.main .main_txt h1 {
    font-size: 38px;
}

.hero_actions,
.hero_stats,
.feature_band {
    display: grid;
    grid-template-columns: 1fr;
}

.hero_actions {
    gap: 10px;
}

.hero_stats {
    gap: 12px;
}

.demo_card_side {
    display: none;
}

.feature_band {
    padding: 28px 14px;
}

.cta_band {
    margin: 14px;
    padding: 28px 16px;
}

.temp_preview {
    padding: 24px 14px 36px;
}

.demo_slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.temp_pre {
    padding: 8px;
    border-radius: 14px;
}
.display_flex {
    display: block;
    padding: 40px 6px;
    text-align: justify;
}

.side1, .side2 {
    width: -webkit-fill-available;
    padding: 0px;
    text-align: center;
    margin: 0;
}

.side2 h1 {
    font-weight: 600;
    text-align: center;

    font-size: 37px;
    text-transform: capitalize;
}


.side2 h3 {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    margin: 12px;
    text-align: justify;
}

.side1 img {
    width: 113px;
    height: 209px;
}
#imgd2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0px 0px 20px 0px #524f4f8c;
    top: 38px;
}



.row_backimg {
    background: linear-gradient(0deg,white, #2196F3, #16a1a9,#ffffff);
    padding: 50px 13px;
    overflow: hidden;
    text-align: center;
}

.row_backimg .flex_box {
    display: block;
}

.row_features h1 {
   text-align: center;
    font-size: 30px;
    font-weight: 600;
    width: auto;
    margin: 0 auto;
}

.row_features {
    padding: 50px 5px;
    text-align: center;
}

.cont_share_boxes {
  width: 37%;
    display: inline-grid;
    font-size: 16px;
    margin: 5px 2px;
    text-align: center;
    padding: 13px 13px 26px;
    font-weight: 500;
    height: 138px;
}

.row_bottom {
   color: white;
    padding: 30px 6px;
}



.row_bottom .side1 {
   text-align: left;
    padding: 20px 3px 20px 25px;
    color: white;
    width: -webkit-fill-available;
}

.row_bottom .side2 {
	margin: 46px 0px;
}

.row_bottom .side2 input, .row_bottom .side2 textarea {
   width: -webkit-fill-available;
    padding: 14px;
    background: #00000038;
    border: 1px solid #cec0c0de;
    margin: 3px;
    color: white;
    font-size: 13px;
    outline: none;
}
.row_backimg h1 {

    font-size: 34px;
    margin: 20px 0px 56px;
   
    width: -webkit-fill-available;
}

.row_backimg .flex_box .flex_boxin {
   margin: 15px;
    width: -webkit-fill-available;
    transform: rotate(0deg);
    padding: 25px 24px;
}

.row2 {
    padding: 10px 0px;
}

.row2 h1 {
   text-align: center;
    font-size: 34px;
    font-weight: 500;
    color: #02777d;
    margin: 0px;
    color: white;
}

.flex_pricingin li {
    background: white;
    padding: 13px 11px;
    list-style-type: none;
}

	.w_l_f ul li {
    padding: 13px;
    text-align: left;
}

.w_l_f img {
  width: 100%;

}
	
	.row_contact h1 {
    font-size: 21px;
    font-weight: 500;
}

#servicesh2 {
        text-align: center;
    font-size: 31px;
    font-weight: 700;
    margin: -20px 0px 1px;
}

.row_bottom input[type=submit] {
         width: -webkit-fill-available;
    font-size: 20px;
    padding: 11px;
    background: linear-gradient(45deg, #1c1c6f, #0e55bf,#10105a);
    border-radius: 30px;
	
}

.row_bottom .side1 h1 {
    display: flex;
    margin: 0px;
    margin: 24px 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 600;
}

.main .main_txt {
    margin: 15% 12% 16%;
    text-align: center;
    z-index: 4;
    width: -webkit-fill-available;
    color: white;
}

.demo_card_side {
    display: none;
}

.main {
   overflow: hidden;
    padding: 0px 0px 30px;
    height: auto;
}


	.temp_preview h1 {
    text-align: center;
    font-weight: 600;
    margin: 0px 0px 10px;
    font-size: 26px;
    padding: 0px 0px 14px
}


.w_l_f {
   width: auto;
    margin: 0 auto;
    text-align: center;
	
	
}

.w_l_f ul {
    vertical-align: top;
    padding: 0px;
}

.w_l_f h1 {
      margin: 0px;
    padding: 20px 39px;
    font-weight: 400;
    background: linear-gradient(45deg, #1c1c6f, #0e55bf,#10105a);
    color: white;
    font-size: 18px;
    word-break: normal;
    text-align: center;
}
.temp_pre {
   display: inline-grid;
    margin: 10px 7px;
    text-align: center;
}

.temp_pre img {
  width: 116px;
    height: 223px;
}
.temp_preview {
    padding: 24px;
    text-align: center;
}

.scroll_cont {    width: 1100px;
    position: relative;
  
    padding: 0px;}

.services {
    padding: 20px;
    text-align: center;
    display: block;
    width: auto;
}

.services_box {
   width: 200px;
    vertical-align: middle;
    height: auto;
    padding: 27px;
    text-align: center;
    margin: 10px 4px;
    display: inline-block;
    box-shadow: 0px 0px 10px 0px #00000012;
    border-radius: 10px;
}

.services {
    padding: 10px;
    text-align: left;
    display: flex;
    width: auto;
    overflow-x: auto;
}

.main .main_txt h1 {
    font-size: 41px;
    letter-spacing: -3px;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 0px 0px 10px #0000003b;
}

.main .main_txt h2 {
    font-size: 18px;
    font-weight: 300;
    margin: 16px 0px;
}

.share_box {
    display: none;
    background: white;
    color: black;
    position: fixed;
    top: 10%;
    width: auto;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #00000033;
    z-index: 3;
    border-radius: 11px;
}


.row33 p {
    font-size: 15px;
    text-align: center;
    width: auto;
    margin: 11px auto;
    font-weight: 400;
    color: #474747;
}

.row33 .benefit_box {
    width: auto;
	
	
}


.row_bt_p {}
.row_bt_p img{width: 70%;
    height: auto;
    border: 0px;}

.temp_preview {
    padding: 24px 14px 36px !important;
}

.demo_slider {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.temp_pre {
    padding: 8px !important;
    border-radius: 14px !important;
}

header .head_txt {
    background: #0a0d10 !important;
    border-color: rgba(255,255,255,0.1) !important;
}

header .head_txt {
    background: rgba(10,13,16,0.88) !important;
    backdrop-filter: blur(18px);
}

/* Final mobile brand overrides: keep these after legacy mobile rules */
@media screen and (max-width:700px){
    .cards-top-strip {
        padding: 7px 10px !important;
        font-size: 12px !important;
    }

    .cards-site-nav {
        top: 32px !important;
        width: 100% !important;
        margin: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        min-height: 62px !important;
        height: auto !important;
        padding: 10px 12px !important;
        border-radius: 0 0 18px 18px !important;
    }

    .cards-site-nav.scrolled {
        top: 0 !important;
    }

    .cards-brand {
        display: none !important;
    }

    .cards-nav-links {
        display: none !important;
    }

    .cards-order-cta {
        margin-left: auto;
        min-height: 42px !important;
        padding: 9px 13px !important;
        font-size: 13px !important;
    }

    .cards-menu-btn {
        order: -1;
        width: 44px;
        height: 42px;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        border: 0;
        border-radius: 0 !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .cards-menu-btn span {
        display: block;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        transition: .25s;
    }

    .cards-menu-btn.open span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .cards-menu-btn.open span:nth-child(2) {
        opacity: 0;
    }

    .cards-menu-btn.open span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .cards-mobile-nav {
        position: fixed;
        top: 94px;
        left: 0;
        right: 0;
        z-index: 999;
        display: none;
        overflow: hidden;
        border: 3px solid #fff;
        border-top: 0;
        border-radius: 0 0 18px 18px;
        background: rgba(255,255,255,.98);
        box-shadow: 0 18px 45px rgba(6,28,134,.18);
    }

    .cards-mobile-nav.open {
        display: grid;
    }

    .cards-mobile-nav a {
        padding: 14px;
        border-bottom: 1px solid rgba(6,28,134,.12);
        color: #08154f;
        font-weight: 800;
        text-decoration: none;
    }

    .cards-mobile-nav a:last-child {
        border-bottom: 0;
    }

    .cards-site-nav.scrolled + .cards-mobile-nav,
    .cards-top-strip.hidden + .cards-site-nav + .cards-mobile-nav {
        top: 62px;
    }

    .cards-footer-grid {
        grid-template-columns: 1fr !important;
    }

    .cards-footer-form {
        grid-column: auto !important;
    }

    .cards-footer-bottom {
        display: grid !important;
        gap: 8px !important;
    }

    .floating-actions {
        right: 12px !important;
        bottom: 14px !important;
        width: 62px !important;
        height: 62px !important;
    }

    .floating-actions .fab-main {
        width: 60px !important;
        height: 60px !important;
    }

    body {
        padding-top: 0 !important;
    }

    header:not(.cards-site-nav) {
        width: calc(100% - 12px) !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        height: 78px !important;
        padding: 0 10px !important;
        border: 3px solid #fff !important;
        border-top: 0 !important;
        border-radius: 0 0 18px 18px !important;
        background: linear-gradient(90deg, #06145d, #061c86, #07145f) !important;
    }

    header:not(.cards-site-nav) .logo h3 {
        margin: 18px 8px !important;
        color: #fff !important;
        font-size: 15px !important;
        gap: 8px !important;
    }

    .brand_mark {
        width: 38px !important;
        height: 38px !important;
    }

    .mobile_home {
        color: #fff !important;
        top: 8px !important;
    }

    header:not(.cards-site-nav) .head_txt {
        display: none;
        width: calc(100% - 18px) !important;
        right: 9px !important;
        top: 84px !important;
        padding: 12px !important;
        border-radius: 20px !important;
        background: #fff !important;
        border: 2px solid rgba(6,28,134,.16) !important;
        box-shadow: 0 18px 45px rgba(6,28,134,.18) !important;
    }

    header:not(.cards-site-nav) .head_txt a {
        display: block;
        width: 100%;
    }

    header:not(.cards-site-nav) .head_txt h3 {
        color: #08154f !important;
        margin: 4px 0 !important;
        padding: 14px 16px !important;
        text-align: left !important;
        border-radius: 14px !important;
    }

    .main {
        width: calc(100% - 12px) !important;
        display: block !important;
        min-height: auto !important;
        margin-top: 12px !important;
        border-width: 4px !important;
        border-radius: 22px !important;
        padding: 26px 18px 18px !important;
    }

    .main .main_txt {
        margin: 0 !important;
    }

    .main .main_txt h1 {
        font-size: 32px !important;
        text-align: left !important;
    }

    .main .main_txt p {
        margin: 24px 0 8px !important;
        text-align: left !important;
    }

    .hero_actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin-top: 24px !important;
    }

    .hero_actions .btn_2,
    .hero_actions .btn_outline {
        width: auto !important;
        text-align: center !important;
    }

    .hero_stats {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin-top: 18px !important;
    }

    .hero_stats div {
        min-width: 0 !important;
        padding: 12px 8px !important;
        text-align: center !important;
    }

    .hero_visual {
        min-height: 360px !important;
        margin-top: 16px !important;
    }

    .hero_visual img {
        width: min(100%, 315px) !important;
    }

    .journey-strip {
        width: calc(100% - 24px) !important;
        margin: 18px auto 34px !important;
        grid-template-columns: 1fr !important;
    }

    .nfc-upgrade {
        width: calc(100% - 24px) !important;
        margin: 34px auto !important;
        padding: 22px 18px !important;
        grid-template-columns: 1fr !important;
    }

    .nfc-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .nfc-actions a {
        width: 100% !important;
    }

    .hero_chip {
        padding: 10px 12px !important;
        font-size: 12px !important;
    }

    .hero_chip_top {
        top: 18px !important;
        right: 0 !important;
    }

    .hero_chip_bottom {
        left: 0 !important;
        bottom: 28px !important;
    }

    .feature_visual_card {
        width: min(100%, 340px) !important;
        margin-top: 18px !important;
    }

    .template-shuffle {
        min-height: 340px !important;
    }

    .template-shuffle img {
        width: min(150px, 48%) !important;
    }

    .template-shuffle img:nth-child(1) {
        left: 0 !important;
        transform: rotate(-10deg) translateY(14px) !important;
    }

    .template-shuffle img:nth-child(2) {
        width: min(166px, 54%) !important;
    }

    .template-shuffle img:nth-child(3) {
        right: 0 !important;
        transform: rotate(10deg) translateY(14px) !important;
    }

    .cont_share_boxes {
        width: calc(50% - 10px) !important;
    }

    .row_bottom {
        width: calc(100% - 12px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Compact cards mobile navbar: match main site/shop sizing */
@media screen and (max-width:700px){
    .cards-top-strip {
        padding: 6px 10px !important;
        font-size: 11px !important;
        line-height: 1.25 !important;
    }

    .cards-site-nav {
        top: 27px !important;
        min-height: 58px !important;
        padding: 8px 12px !important;
        gap: 12px !important;
        border-radius: 0 0 18px 18px !important;
    }

    .cards-site-nav.scrolled {
        top: 0 !important;
    }

    .cards-menu-btn {
        width: 44px !important;
        height: 44px !important;
        flex: 0 0 44px !important;
        justify-content: center !important;
        padding: 10px !important;
        border-radius: 12px !important;
        background: rgba(0,0,0,.18) !important;
    }

    .cards-menu-btn span {
        width: 100% !important;
        height: 3px !important;
    }

    .cards-order-cta {
        width: auto !important;
        min-height: 42px !important;
        padding: 9px 13px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
    }

    .cards-mobile-nav {
        top: 85px !important;
        left: 10px !important;
        right: 10px !important;
        border: 2px solid #061c86 !important;
        border-radius: 16px !important;
    }

    .cards-site-nav.scrolled + .cards-mobile-nav,
    .cards-top-strip.hidden + .cards-site-nav + .cards-mobile-nav {
        top: 58px !important;
    }

    .cards-mobile-nav a {
        padding: 13px 14px !important;
        font-size: 15px !important;
        line-height: 1.25 !important;
    }

    .main {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        margin-top: 0 !important;
        padding: 34px 12px 18px !important;
        border-width: 3px !important;
        border-radius: 0 0 18px 18px !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .main .main_txt {
        margin: 0 !important;
        color: #08154f !important;
        min-width: 0 !important;
        position: relative !important;
        z-index: 3 !important;
    }

    .main::before {
        z-index: 0 !important;
        background:
            radial-gradient(circle at 86% 18%, rgba(6,28,134,.08) 0 1.5px, transparent 1.7px) 0 0 / 14px 14px !important;
    }

    .main .eyebrow {
        max-width: 100% !important;
        padding: 6px 9px !important;
        font-size: clamp(.5rem, 2.45vw, .68rem) !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        line-height: 1.1 !important;
    }

    .main .main_txt h1 {
        font-size: clamp(1.55rem, 7.2vw, 2.25rem) !important;
        line-height: 1.12 !important;
        letter-spacing: 0 !important;
        color: #061c86 !important;
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
    }

    .main .main_txt p {
        margin: 14px 0 0 !important;
        color: #526079 !important;
        font-size: .9rem !important;
        line-height: 1.58 !important;
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
    }

    .hero_stats {
        grid-template-columns: repeat(3, minmax(0,1fr)) !important;
        gap: 6px !important;
        width: 100% !important;
    }

    .hero_stats div {
        padding: 10px 4px !important;
        border-radius: 12px !important;
    }

    .hero_stats strong {
        font-size: 1.1rem !important;
    }

    .hero_stats span {
        font-size: .68rem !important;
        line-height: 1.15 !important;
        word-break: normal !important;
    }

    .hero_visual {
        min-height: 330px !important;
        margin-top: 18px !important;
    }

    .hero_glow {
        width: 88% !important;
    }

    .cards-product-strip {
        width: calc(100% - 20px) !important;
        margin: 14px auto 28px !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .cards-product-item {
        min-height: 78px !important;
        border-radius: 16px !important;
    }

    .cards-product-proof {
        width: calc(100% - 20px) !important;
        margin: 28px auto !important;
        padding: 20px 14px !important;
        grid-template-columns: 1fr !important;
        border-width: 3px !important;
        border-radius: 20px !important;
    }

    .cards-product-proof::before {
        content: none !important;
    }

    .cards-proof-copy h1 {
        font-size: clamp(1.7rem, 8vw, 2.35rem) !important;
        line-height: 1.12 !important;
    }

    .cards-proof-copy > p {
        font-size: .94rem !important;
        line-height: 1.58 !important;
    }

    .cards-proof-list div {
        grid-template-columns: 42px 1fr !important;
        padding: 11px !important;
    }

    .cards-proof-list i {
        width: 42px !important;
        height: 42px !important;
    }

    .cards-proof-visual {
        min-height: 330px !important;
    }

    .cards-proof-visual .feature_visual_card,
    .cards-proof-visual .template-shuffle {
        min-height: 330px !important;
    }

    .cards-proof-badge {
        padding: 8px 11px !important;
        font-size: .75rem !important;
    }
}

/* Match main site navbar on /cards */
.cards-top-strip {
    display: none !important;
}
.cards-site-nav {
    position: sticky !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 72px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px max(16px, calc((100vw - 1200px) / 2)) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(90deg, #06156f, #082bb3, #06156f) !important;
    box-shadow: 0 10px 30px rgba(6,20,93,.28) !important;
}
.cards-site-nav.scrolled {
    top: 0 !important;
    border-radius: 0 !important;
}
.cards-brand {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.cards-brand-mark {
    width: 48px !important;
    height: 48px !important;
    border-radius: 10px !important;
}
.cards-brand strong {
    font-size: 1rem !important;
    line-height: 1.1 !important;
}
.cards-brand small {
    font-size: .72rem !important;
}
.cards-nav-links {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin-left: auto !important;
}
.cards-nav-links a {
    border-radius: 8px !important;
}
.cards-nav-links h3 {
    padding: 9px 14px !important;
    border-radius: 8px !important;
    font-size: .94rem !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}
.cards-nav-links a:hover h3,
.cards-nav-links h3:hover {
    background: #ffc400 !important;
    color: #07145f !important;
}
.cards-order-cta {
    min-height: 42px !important;
    padding: 10px 18px !important;
    border-radius: 10px !important;
    white-space: nowrap !important;
}
.cards-menu-btn {
    display: none !important;
}
.cards-mobile-nav {
    top: 74px !important;
}
@media screen and (max-width:700px) {
    .cards-site-nav {
        min-height: 64px !important;
        padding: 10px 12px !important;
        border-radius: 0 0 18px 18px !important;
    }
    .cards-site-nav.scrolled {
        border-radius: 0 0 18px 18px !important;
    }
    .cards-brand {
        display: flex !important;
    }
    .cards-brand small {
        display: none !important;
    }
    .cards-nav-links,
    .cards-order-cta {
        display: none !important;
    }
    .cards-menu-btn {
        display: flex !important;
        position: static !important;
        order: 2 !important;
        width: 44px !important;
        height: 44px !important;
        flex: 0 0 44px !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 5px !important;
        padding: 10px !important;
        border-radius: 12px !important;
        background: rgba(0,0,0,.18) !important;
    }
    .cards-mobile-nav,
    .cards-site-nav.scrolled + .cards-mobile-nav,
    .cards-top-strip.hidden + .cards-site-nav + .cards-mobile-nav {
        top: 74px !important;
        left: 10px !important;
        right: 10px !important;
        border: 2px solid #061c86 !important;
        border-radius: 16px !important;
    }
}
