.hero-buttons{
    display:grid !important;
    grid-template-columns:repeat(3, 1fr) !important;
    gap:10px !important;
    width:100% !important;
    max-width:720px !important;
    position:relative !important;
    z-index:80 !important;
    overflow:visible !important;
}

.hero-buttons .poster-btn,
.hero-buttons .apk-btn{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    height:58px !important;
    min-height:58px !important;
    padding:7px 9px !important;
    border-radius:10px !important;
    gap:7px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    text-decoration:none !important;
    overflow:hidden !important;
}

.hero-buttons .poster-btn .btn-icon,
.hero-buttons .apk-btn .btn-icon{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    flex:0 0 34px !important;
    border-radius:8px !important;
    font-size:17px !important;
}

.hero-buttons .poster-btn strong,
.hero-buttons .apk-btn strong{
    font-size:13px !important;
    line-height:1 !important;
    letter-spacing:.25px !important;
    white-space:nowrap !important;
}

.hero-buttons .poster-btn span span,
.hero-buttons .apk-btn span span{
    font-size:8.5px !important;
    line-height:1.1 !important;
    margin-top:3px !important;
    white-space:nowrap !important;
}

.hero-buttons .poster-btn .arrow,
.hero-buttons .apk-btn .arrow{
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    flex:0 0 24px !important;
    margin-left:auto !important;
    font-size:13px !important;
}

.apk-btn{
    background:linear-gradient(135deg,#1e4a25 0%,#cda349 62%,#f0d17a 100%) !important;
    color:#fff !important;
    border:1px solid rgba(255,255,255,.45) !important;
    box-shadow:0 15px 35px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.23) !important;
}

.apk-btn:hover{
    color:#fff !important;
    transform:translateY(-3px) !important;
}

.apk-btn .btn-icon{
    background:rgba(15,35,18,.82) !important;
    color:#f0d17a !important;
}

.apk-btn .arrow{
    background:#0f2312 !important;
    color:#f0d17a !important;
}

@media(max-width:900px){
    .hero-buttons{
        grid-template-columns:1fr !important;
        max-width:340px !important;
    }
    .hero-buttons .poster-btn,
    .hero-buttons .apk-btn{
        height:62px !important;
    }
}


/* === DATA PROTECTION CONSENT MODAL === */
.consent-modal-card{
    border:0;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 28px 80px rgba(0,0,0,.35);
}
.consent-body{
    background:linear-gradient(180deg,#f8f6ef,#ffffff);
    padding:24px;
}
.consent-brand{
    display:flex;
    align-items:center;
    gap:16px;
    background:linear-gradient(135deg,#102914,#173b1c);
    color:#fff;
    border-radius:16px;
    padding:16px 18px;
    margin-bottom:18px;
    box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.consent-brand img{
    width:70px;
    height:auto;
}
.consent-brand strong{
    display:block;
    text-transform:uppercase;
    font-size:22px;
    line-height:1;
}
.consent-brand span{
    display:block;
    color:#f0d17a;
    font-weight:700;
    letter-spacing:.6px;
    margin-top:5px;
}
.consent-scroll{
    max-height:310px;
    overflow-y:auto;
    padding:18px 20px;
    border:1px solid #eadfc8;
    border-radius:14px;
    background:#fff;
}
.consent-scroll h6{
    color:#17381d;
    font-weight:900;
    text-transform:uppercase;
    margin:14px 0 6px;
}
.consent-scroll h6:first-child{
    margin-top:0;
}
.consent-scroll p{
    margin:0 0 10px;
    color:#323a32;
    line-height:1.45;
    font-size:15px;
}
.consent-checks{
    margin-top:16px;
    display:grid;
    gap:10px;
}
.consent-checks label{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:12px 14px;
    background:#f7f4ee;
    border:1px solid #e2d6bd;
    border-radius:12px;
    font-weight:700;
    color:#172018;
}
.consent-checks input{
    margin-top:4px;
    transform:scale(1.2);
    accent-color:#17381d;
}
.consent-footer{
    background:#f8f6ef;
    border-top:1px solid #e2d6bd;
}
.consent-continue-btn{
    background:linear-gradient(135deg,#17381d,#cda349);
    color:#fff;
    border:0;
    font-weight:800;
    border-radius:10px;
    padding:10px 18px;
}
.consent-continue-btn:disabled{
    opacity:.45;
    cursor:not-allowed;
}
.consent-continue-btn:not(:disabled):hover{
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 10px 24px rgba(0,0,0,.18);
}



































/* ==========================================================
   MOBILE HERO FIX
   ========================================================== */
@media screen and (max-width:768px){

    .brochure-top{
        padding:20px 18px 35px;
        min-height:auto;
        overflow:hidden;
    }

    .hero-grid{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:20px;
    }

    .hero-left,
    .hero-right{
        width:100%;
        max-width:100%;
        flex:0 0 100%;
    }

    /* ---------- BRAND ---------- */

    .brand{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        text-align:center;
        gap:10px;
        width:100%;
        margin:0 auto 15px;
    }

    .brand img{
        width:90px;
        max-width:25vw;
        height:auto;
        display:block;
    }

    .brand-line{
        display:none;
    }

    .brand h1{
        font-size:28px;
        line-height:1.05;
        margin:0;
    }

    .brand p{
        font-size:13px;
        margin-top:5px;
    }

    /* ---------- OVAP ---------- */

    .hero-title{
        text-align:center;
        margin:15px 0 10px;
    }

    .hero-title .current{
        display:block;
    }

    .hero-title .visitors{
        display:block;
        font-size:64px;
        line-height:1;
        word-break:break-word;
    }

    /* ---------- SUBTITLE ---------- */

    .subtitle{
        width:100%;
        text-align:center;
        white-space:normal;
        overflow-wrap:anywhere;
        letter-spacing:3px;
        font-size:18px;
        line-height:1.45;
    }

    .gold-rule{
        margin:18px auto;
    }

    .hero-copy{
        width:100%;
        max-width:100%;
        text-align:center;
        font-size:16px;
        line-height:1.7;
        padding:0;
    }

    /* ---------- BUTTONS ---------- */

    .hero-buttons{
        grid-template-columns:1fr !important;
        width:100% !important;
        max-width:360px !important;
        margin:25px auto 0;
    }

    /* Hide empty right column */

    .hero-right{
        display:none;
    }

}


/* Small phones */

@media screen and (max-width:480px){

    .brand img{
        width:75px;
    }

    .brand h1{
        font-size:22px;
    }

    .brand p{
        font-size:12px;
    }

    .hero-title .visitors{
        font-size:52px;
    }

    .subtitle{
        font-size:15px;
        letter-spacing:2px;
    }

    .hero-copy{
        font-size:15px;
        line-height:1.6;
    }

}












/* ==========================================================
   CONTENT PANEL RESPONSIVE FIX
   ========================================================== */

.content-panel,
.content-panel *{
    box-sizing:border-box;
}

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


/* ==========================================================
   TABLETS
   ========================================================== */

@media screen and (max-width:992px){

    .content-panel{
        width:100%;
        max-width:100%;
        padding:45px 24px;
       
    }

    /* ---------- Secure badge ---------- */

    .secure-badge.keyfeature-badge{
        position:relative;
        top:auto;
        right:auto;
        left:auto;
        width:100%;
        max-width:430px;
        margin:0 auto 30px;
        display:flex;
        align-items:center;
        justify-content:center;
        flex-wrap:wrap;
        gap:10px;
        text-align:center;
		z-index:9999 !important;
		 
    }

    .secure-badge.keyfeature-badge i{
        flex:0 0 auto;
		z-index:9999 !important;
    }

    .secure-badge.keyfeature-badge strong,
    .secure-badge.keyfeature-badge span{
        white-space:normal;
		z-index:9999 !important;
    }

    /* ---------- Section title ---------- */

    .section-title{
        width:100%;
        text-align:center;
        margin-bottom:30px;
    }

    .section-title h2{
        font-size:clamp(28px, 5vw, 42px);
        line-height:1.15;
        margin:0;
        overflow-wrap:anywhere;
    }

    /* ---------- Feature cards ---------- */

    .features{
        width:100%;
        display:grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:20px;
        align-items:stretch;
    }

    .feature{
        width:100%;
        min-width:0;
        height:auto;
        padding:24px 18px;
        text-align:center;
    }

    .feature .circle{
        margin-left:auto;
        margin-right:auto;
    }

    .feature h3{
        font-size:20px;
        line-height:1.2;
        overflow-wrap:anywhere;
    }

    .feature p{
        width:100%;
        max-width:100%;
        font-size:14px;
        line-height:1.55;
        overflow-wrap:anywhere;
    }

    /* ---------- Middle content ---------- */

    .mid-grid{
        width:100%;
        display:grid;
        grid-template-columns:1fr;
        gap:30px;
        align-items:start;
        margin-top:40px;
    }

    .benefits,
    .phone.visitor-pass-card,
    .dashboard-copy{
        width:100%;
        max-width:100%;
        min-width:0;
        margin-left:auto !important;
        margin-right:auto !important;
    }

    /* ---------- Benefits ---------- */

    .benefits{
        padding:28px 24px;
    }

    .benefits h3{
        text-align:center;
        font-size:26px;
        line-height:1.2;
    }

    .benefits ul{
        width:100%;
        padding:0;
        margin:20px 0 0;
    }

    .benefits li{
        display:grid;
        grid-template-columns:24px minmax(0, 1fr);
        gap:12px;
        align-items:start;
        width:100%;
    }

    .benefits li i{
        margin-top:3px;
    }

    .benefits li span{
        min-width:0;
        overflow-wrap:anywhere;
        word-break:normal;
    }

    /* ---------- Visitor phone pass ---------- */

    .phone.visitor-pass-card{
        width:min(100%, 340px);
    }

    .phone-screen{
        width:100%;
        overflow:hidden;
    }

    .phone-title{
        width:100%;
        display:flex;
        justify-content:space-between;
        align-items:center;
        gap:10px;
        flex-wrap:wrap;
    }

    .visitor-qr-wrap{
        width:100%;
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .visitor-qr-wrap img{
        display:block;
        width:min(100%, 220px);
        height:auto;
        object-fit:contain;
    }

    .pass-details{
        width:100%;
        text-align:center;
    }

    .pass-details p{
        width:100%;
        margin-left:0;
        margin-right:0;
        overflow-wrap:anywhere;
    }

    .phone-footer{
        width:100%;
        text-align:center;
        overflow-wrap:anywhere;
    }

    /* ---------- Journey dashboard ---------- */

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

    .dashboard-copy h3{
        font-size:28px;
        line-height:1.2;
    }

    .dashboard-copy > p{
        width:100%;
        max-width:700px;
        margin-left:auto;
        margin-right:auto;
        font-size:15px;
        line-height:1.65;
        overflow-wrap:anywhere;
    }

    .mock-laptop.visitor-journey{
        width:100%;
        max-width:680px;
        margin-left:auto;
        margin-right:auto;
        overflow:hidden;
    }

    .mock-screen{
        width:100%;
        min-width:0;
        overflow:hidden;
    }

    .mock-screen .side-nav{
        min-width:130px;
    }

    .mock-screen .dash{
        min-width:0;
        width:100%;
        overflow:hidden;
    }

    .mock-screen .cards{
        display:grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:10px;
    }

    .mock-screen .cards > div{
        min-width:0;
        overflow-wrap:anywhere;
    }

    .visitor-steps{
        width:100%;
        display:grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:8px;
    }

    .visitor-steps span{
        min-width:0;
        overflow-wrap:anywhere;
    }

    /* ---------- Statistics ---------- */

    .stats-bar{
        width:100%;
        display:grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:14px;
        margin-top:40px;
    }

    .stat{
        width:100%;
        min-width:0;
        display:flex;
        align-items:center;
        justify-content:flex-start;
        gap:12px;
        padding:18px;
    }

    .stat div{
        min-width:0;
    }

    .stat strong,
    .stat span{
        display:block;
        overflow-wrap:anywhere;
    }
}


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

@media screen and (max-width:768px){

    .content-panel{
        padding:36px 16px;
		 position:relative;
    }

    /* ---------- Secure badge ---------- */

    .secure-badge.keyfeature-badge{
        max-width:100%;
        padding:15px 14px;
        margin-bottom:25px;
        border-radius:14px;
		z-index:9999 !important;
    }

    .secure-badge.keyfeature-badge i{
        font-size:25px;
		z-index:9999 !important;
    }

    .secure-badge.keyfeature-badge strong{
        font-size:15px;
		z-index:9999 !important;
    }

    .secure-badge.keyfeature-badge span{
        font-size:12px;
        line-height:1.2;
		z-index:9999 !important;
    }

    /* ---------- Title ---------- */

    .section-title h2{
        font-size:30px;
    }

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

    .features{
        grid-template-columns:1fr;
        gap:16px;
    }

    .feature{
        display:grid;
        grid-template-columns:64px minmax(0, 1fr);
        grid-template-areas:
            "icon title"
            "icon description";
        column-gap:16px;
        row-gap:6px;
        align-items:center;
        text-align:left;
        padding:20px 18px;
    }

    .feature .circle{
        grid-area:icon;
        width:60px;
        height:60px;
        margin:0;
    }

    .feature h3{
        grid-area:title;
        margin:0;
        font-size:19px;
        line-height:1.15;
    }

    .feature p{
        grid-area:description;
        margin:0;
        font-size:14px;
        line-height:1.5;
    }

    /* Remove forced line breaks visually on mobile */

    .feature h3 br{
        display:none;
    }

    /* ---------- Benefits ---------- */

    .benefits{
        padding:24px 18px;
    }

    .benefits h3{
        font-size:24px;
    }

    .benefits li{
        font-size:14px;
        line-height:1.55;
    }

    /* ---------- Phone pass ---------- */

    .phone.visitor-pass-card{
        width:min(100%, 320px);
    }

    .phone-title{
        font-size:18px;
    }

    .phone-title span{
        font-size:12px;
    }

    .visitor-qr-wrap img{
        width:min(100%, 190px);
    }

    /* ---------- Visitor journey ---------- */

    .dashboard-copy h3{
        font-size:26px;
    }

    .dashboard-copy > p{
        font-size:14px;
        line-height:1.6;
    }

    .mock-laptop.visitor-journey{
        max-width:100%;
    }

    .mock-screen{
        display:block;
    }

    .mock-screen .side-nav{
        width:100%;
        min-width:0;
        display:grid;
        grid-template-columns:repeat(3, minmax(0, 1fr));
        gap:5px;
        padding:8px;
    }

    .mock-screen .side-nav div{
        min-width:0;
        padding:8px 4px;
        font-size:10px;
        text-align:center;
        overflow-wrap:anywhere;
    }

    .mock-screen .dash{
        width:100%;
        padding:12px;
    }

    .mock-screen .dash h4{
        font-size:17px;
        text-align:center;
    }

    .mock-screen .cards{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:8px;
    }

    .mock-screen .cards > div{
        padding:10px 6px;
        font-size:10px;
        text-align:center;
    }

    .mock-screen .cards strong{
        display:block;
        margin-top:3px;
        font-size:11px;
    }

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

    .visitor-steps span{
        width:100%;
        text-align:center;
        font-size:11px;
        padding:8px;
    }

    /* ---------- Statistics ---------- */

    .stats-bar{
        grid-template-columns:1fr;
        gap:12px;
    }

    .stat{
        justify-content:flex-start;
        padding:16px 18px;
    }

    .stat i{
        flex:0 0 auto;
        font-size:28px;
    }

    .stat strong{
        font-size:20px;
    }

    .stat span{
        font-size:13px;
    }
}


/* ==========================================================
   SMALL MOBILE PHONES
   ========================================================== */

@media screen and (max-width:480px){

    .content-panel{
        padding:30px 12px;
    }

    .secure-badge.keyfeature-badge{
        display:grid;
        grid-template-columns:auto minmax(0, 1fr);
        text-align:left;
        justify-content:stretch;
		z-index:9999 !important;
    }

    .secure-badge.keyfeature-badge i{
        grid-row:1 / span 2;
        align-self:center;
    }

    .secure-badge.keyfeature-badge strong,
    .secure-badge.keyfeature-badge span{
        min-width:0;
    }

    .section-title h2{
        font-size:27px;
    }

    .feature{
        grid-template-columns:52px minmax(0, 1fr);
        column-gap:12px;
        padding:17px 14px;
    }

    .feature .circle{
        width:50px;
        height:50px;
        font-size:21px;
    }

    .feature h3{
        font-size:17px;
    }

    .feature p{
        font-size:13px;
    }

    .benefits{
        padding:20px 14px;
    }

    .benefits h3{
        font-size:21px;
    }

    .benefits li{
        grid-template-columns:20px minmax(0, 1fr);
        gap:9px;
        font-size:13px;
    }

    .phone.visitor-pass-card{
        width:100%;
        max-width:290px;
    }

    .dashboard-copy h3{
        font-size:23px;
    }

    .mock-screen .side-nav{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .mock-screen .cards{
        grid-template-columns:1fr;
    }

    .stat{
        padding:14px;
    }
}





.dashboard-copy,
.dashboard-copy *{
    box-sizing:border-box;
}

.dashboard-copy{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
}

.dashboard-copy h3{
    margin:0 0 12px;
    overflow-wrap:anywhere;
}

.dashboard-copy > p{
    width:100%;
    max-width:100%;
    margin:0 0 22px;
    overflow-wrap:anywhere;
    word-break:normal;
}

.mock-laptop.visitor-journey{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
}

.mock-laptop.visitor-journey .mock-screen{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
}

.mock-laptop.visitor-journey .side-nav,
.mock-laptop.visitor-journey .dash,
.mock-laptop.visitor-journey .cards,
.mock-laptop.visitor-journey .visitor-steps{
    min-width:0;
    max-width:100%;
}

.mock-laptop.visitor-journey .side-nav div,
.mock-laptop.visitor-journey .cards > div,
.mock-laptop.visitor-journey .visitor-steps span{
    min-width:0;
    overflow-wrap:anywhere;
    word-break:normal;
}


/* ==========================================================
   TABLETS
   ========================================================== */

@media screen and (max-width:992px){

    .dashboard-copy{
        width:100%;
        max-width:760px;
        margin-left:auto !important;
        margin-right:auto !important;
        text-align:center;
    }

    .dashboard-copy h3{
        font-size:30px;
        line-height:1.2;
    }

    .dashboard-copy > p{
        max-width:680px;
        margin-left:auto;
        margin-right:auto;
        font-size:15px;
        line-height:1.65;
    }

    .mock-laptop.visitor-journey{
        max-width:680px;
        margin:0 auto;
    }

    .mock-laptop.visitor-journey .mock-screen{
        display:grid;
        grid-template-columns:150px minmax(0, 1fr);
    }

    .mock-laptop.visitor-journey .side-nav{
        width:150px;
        min-width:150px;
    }

    .mock-laptop.visitor-journey .dash{
        width:100%;
        min-width:0;
        padding:18px;
    }

    .mock-laptop.visitor-journey .dash h4{
        font-size:20px;
        line-height:1.2;
        margin-bottom:14px;
    }

    .mock-laptop.visitor-journey .cards{
        display:grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:10px;
    }

    .mock-laptop.visitor-journey .cards > div{
        width:100%;
        padding:12px 8px;
    }

    .mock-laptop.visitor-journey .cards strong{
        display:block;
        margin-top:4px;
    }

    .mock-laptop.visitor-journey .visitor-steps{
        display:grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:8px;
        width:100%;
    }

    .mock-laptop.visitor-journey .visitor-steps span{
        width:100%;
        text-align:center;
        padding:9px 7px;
    }
}


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

@media screen and (max-width:768px){

    .dashboard-copy{
        width:100%;
        max-width:100%;
        margin-left:0 !important;
        margin-right:0 !important;
        padding:0;
        text-align:center;
        overflow:hidden;
    }

    .dashboard-copy h3{
        font-size:26px;
        line-height:1.2;
        margin-bottom:10px;
    }

    .dashboard-copy > p{
        font-size:14px;
        line-height:1.6;
        margin-bottom:20px;
        padding:0 4px;
    }

    .mock-laptop.visitor-journey{
        width:100%;
        max-width:100%;
        margin:0 auto;
        border-radius:14px;
        overflow:hidden;
    }

    .mock-laptop.visitor-journey .mock-screen{
        display:block;
        width:100%;
        min-width:0;
    }

    /* Navigation becomes horizontal grid */

    .mock-laptop.visitor-journey .side-nav{
        width:100%;
        min-width:0;
        display:grid;
        grid-template-columns:repeat(3, minmax(0, 1fr));
        gap:6px;
        padding:9px;
    }

    .mock-laptop.visitor-journey .side-nav div{
        width:100%;
        min-width:0;
        padding:9px 4px;
        font-size:10px;
        line-height:1.2;
        text-align:center;
        border-radius:6px;
    }

    /* Dashboard content */

    .mock-laptop.visitor-journey .dash{
        width:100%;
        min-width:0;
        padding:14px 10px 16px;
    }

    .mock-laptop.visitor-journey .dash h4{
        font-size:18px;
        line-height:1.2;
        text-align:center;
        margin-bottom:12px;
    }

    /* Journey cards */

    .mock-laptop.visitor-journey .cards{
        display:grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:8px;
        width:100%;
    }

    .mock-laptop.visitor-journey .cards > div{
        width:100%;
        min-width:0;
        padding:11px 6px;
        font-size:10px;
        line-height:1.25;
        text-align:center;
    }

    .mock-laptop.visitor-journey .cards strong{
        display:block;
        margin-top:4px;
        font-size:11px;
        line-height:1.2;
    }

    /* Journey steps */

    .mock-laptop.visitor-journey .visitor-steps{
        width:100%;
        display:grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:7px;
        margin-top:10px;
    }

    .mock-laptop.visitor-journey .visitor-steps span{
        width:100%;
        min-width:0;
        padding:9px 5px;
        font-size:10px;
        line-height:1.25;
        text-align:center;
    }
}


/* ==========================================================
   SMALL MOBILE PHONES
   ========================================================== */

@media screen and (max-width:480px){

    .dashboard-copy h3{
        font-size:23px;
    }

    .dashboard-copy > p{
        font-size:13px;
        line-height:1.55;
    }

    .mock-laptop.visitor-journey .side-nav{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:5px;
        padding:8px;
    }

    .mock-laptop.visitor-journey .side-nav div{
        font-size:9px;
        padding:8px 3px;
    }

    .mock-laptop.visitor-journey .dash{
        padding:12px 8px 14px;
    }

    .mock-laptop.visitor-journey .dash h4{
        font-size:16px;
    }

    .mock-laptop.visitor-journey .cards{
        grid-template-columns:1fr;
        gap:7px;
    }

    .mock-laptop.visitor-journey .cards > div{
        font-size:10px;
        padding:10px 6px;
    }

    .mock-laptop.visitor-journey .cards strong{
        font-size:11px;
    }

    .mock-laptop.visitor-journey .visitor-steps{
        grid-template-columns:1fr;
    }

    .mock-laptop.visitor-journey .visitor-steps span{
        font-size:10px;
        padding:8px 5px;
    }
}





/* Keep all badge contents above its background */
.secure-badge.keyfeature-badge i,
.secure-badge.keyfeature-badge strong,
.secure-badge.keyfeature-badge span{
    position:relative;
    z-index:2;
}


/* ==========================================================
   TABLET AND MOBILE
   ========================================================== */

@media screen and (max-width:992px){

    .content-panel{
        overflow:visible !important;

        /* Creates room below the overlapping badge */
        padding-top:90px !important;
    }

    .secure-badge.keyfeature-badge{
        position:absolute !important;
        top:0 !important;
        left:50% !important;
        right:auto !important;

        width:190px !important;
        max-width:calc(100vw - 40px) !important;
        min-height:110px;

        margin:0 !important;
        padding:18px 16px !important;

        transform:translate(-50%, -50%) !important;
        z-index:99999 !important;

        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        flex-wrap:wrap !important;
        gap:7px !important;

        text-align:center !important;
    }
}


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

@media screen and (max-width:768px){

    .brochure-top{
        z-index:1 !important;
    }

    .content-panel{
        z-index:20 !important;
        overflow:visible !important;
        padding-top:82px !important;
    }

    .secure-badge.keyfeature-badge{
        top:0 !important;
        left:50% !important;

        width:170px !important;
        max-width:calc(100vw - 32px) !important;
        min-height:105px;

        transform:translate(-50%, -50%) !important;
        z-index:99999 !important;
    }

    .secure-badge.keyfeature-badge i{
        font-size:24px !important;
    }

    .secure-badge.keyfeature-badge strong{
        font-size:16px !important;
        line-height:1.1 !important;
    }

    .secure-badge.keyfeature-badge span{
        font-size:11px !important;
        line-height:1.15 !important;
    }
}


/* ==========================================================
   SMALL PHONES
   ========================================================== */

@media screen and (max-width:480px){

    .content-panel{
        overflow:visible !important;
        padding-top:78px !important;
    }

    .secure-badge.keyfeature-badge{
        width:160px !important;
        min-height:100px;

        display:flex !important;
        grid-template-columns:none !important;

        text-align:center !important;
        transform:translate(-50%, -50%) !important;
    }
}

















































@media screen and (max-width:768px){

    .secure-badge.keyfeature-badge{
        width:140px !important;
        max-width:calc(100vw - 30px) !important;
        min-height:112px !important;

        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        justify-content:center !important;

        gap:4px !important;
        padding:14px 16px !important;

        text-align:center !important;
        white-space:normal !important;
        overflow:hidden !important;
    }

    .secure-badge.keyfeature-badge i{
        font-size:22px !important;
        line-height:1 !important;
        margin:0 0 3px !important;
    }

    .secure-badge.keyfeature-badge strong{
        display:block !important;
        width:70% !important;

        font-size:16px !important;
        line-height:1.05 !important;

        margin:0 !important;
        padding:0 !important;

        white-space:normal !important;
        overflow-wrap:break-word !important;
        word-break:normal !important;
        text-align:center !important;
    }

    .secure-badge.keyfeature-badge span{
        display:block !important;
        width:100% !important;

        font-size:12px !important;
        line-height:1.1 !important;

        margin:0 !important;
        padding:0 !important;

        white-space:normal !important;
        overflow-wrap:break-word !important;
        word-break:normal !important;
        text-align:center !important;
    }
}