.hero {
    background: #0b2354;
    position: relative;
    overflow: hidden;
    min-height: 560px;
    display: flex;
    align-items: stretch
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 70% 50%, rgba(26, 120, 194, .18) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 10% 80%, rgba(232, 67, 26, .10) 0%, transparent 60%);
    pointer-events: none
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none
}

.hero-w {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 520px;
    position: relative;
    z-index: 2;
    align-items: center
}

.hero-l {
    padding: 72px 40px 72px 0
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 100px;
    padding: 7px 16px;
    font-size: 12px;
    font-weight: 700;
    color: #6ab0e0;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 24px
}

.eyebrow i {
    font-size: 14px;
    color: var(--accent)
}

h1 {
    font-size: clamp(30px, 3.6vw, 50px);
    font-weight: 800;
    color: #fff;
    line-height: 1.16;
    letter-spacing: 0 !important;
    margin-bottom: 20px
}

h1 em {
    font-style: normal;
    color: #7ec8f5
}

h2 {
    letter-spacing: 0 !important;
    line-height: 1.5 !important;

}

.desc {
    font-size: 16px;
    color: #7aadd4;
    line-height: 1.82;
    max-width: 560px;
    margin-bottom: 28px
}

.pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 7px;
    padding: 7px 13px;
    font-size: 12.5px;
    font-weight: 600;
    color: #c0d8f0
}

.pill i {
    font-size: 14px;
    color: #4cca7a
}

.ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center
}

.btn-a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent);
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(232, 67, 26, .4);
    transition: .18s;
    white-space: nowrap
}

.btn-a:hover {
    background: #d95800;
    transform: translateY(-1px)
}

.btn-b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    padding: 13px 26px;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 255, 255, .28);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: .18s;
    white-space: nowrap
}

.btn-b:hover {
    border-color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .1)
}

.hero-r {
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 40px
}

.hero-img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: contain;
    object-position: center top;
    display: block
}

.trust {
    background: #fff;
    border-top: 3px solid var(--accent);
    box-shadow: 0 -2px 0 #eeebe6, 0 4px 24px rgba(13, 43, 94, .08)
}

.trust-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.ti-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 10px;
    text-align: center;
    border-right: 1px solid #f0ede8
}

.ti-item:last-child {
    border-right: none
}

.t-ico {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 9px;
    flex-shrink: 0
}

.bg-g {
    background: #fff8e8
}

.bg-b {
    background: #edf4ff
}

.bg-gr {
    background: #edf9f2
}

.bg-o {
    background: #fff0ee
}

.t-val {
    font-size: 21px;
    font-weight: 800;
    color: var(--brand);
    line-height: 1;
    margin-bottom: 3px
}

.t-label {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2a
}

.t-sub {
    font-size: 11.5px;
    color: #8a9aaa;
    margin-top: 2px
}

@media(max-width:1024px) {
    .hero-w {
        grid-template-columns: 1fr 420px
    }
}

@media(max-width:960px) {

    .nav,
    .hdr-cta {
        display: none !important
    }

    .ham {
        display: flex
    }

    .mobnav {
        display: flex
    }

    .hero-w {
        grid-template-columns: 1fr
    }

    .hero-r {
        display: none
    }

    .hero-l {
        padding: 52px 0
    }

    .trust-w {
        grid-template-columns: repeat(3, 1fr)
    }

    .ti-item:nth-child(3) {
        border-right: none
    }

    .ti-item:nth-child(4) {
        border-right: 1px solid #f0ede8
    }
}

@media(max-width:600px) {
    .topbar {
        padding: 0 16px
    }

    .hdr-w {
        padding: 0 16px
    }

    .tb-l .hide-xs,
    .soc,
    .tb-sep {
        display: none
    }


    h1 {
        font-size: 27px
    }

    .desc {
        font-size: 15px
    }

    .trust-w {
        grid-template-columns: repeat(2, 1fr)
    }

    .ti-item:nth-child(2) {
        border-right: none
    }

    .ti-item:nth-child(3) {
        border-right: 1px solid #f0ede8
    }

    .ti-item:nth-child(4) {
        border-right: none
    }

    .hero-l {
        padding: 40px 0
    }

    .btn-a,
    .btn-b {
        font-size: 14px;
        padding: 12px 22px
    }

    .logo img {
        height: 44px
    }
}

@media(max-width:400px) {
    .logo img {
        height: 38px
    }
}

.about {
    background: #f6f4f1;
    padding: 70px 0
}

.about-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.about-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-left: 3px solid #fe6c00;
    padding: 4px 0 4px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fe6c00;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 18px
}

.about-left h2 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: #0f3772;
    line-height: 1.5;
    margin-bottom: 10px
}

.about-left h2 em {
    font-style: normal;
    color: #2d6fd4
}

.about-rule {
    width: 48px;
    height: 4px;
    background: #fe6c00;
    border-radius: 2px;
    margin-bottom: 22px
}

.about-p {
    font-size: 15.5px;
    color: #484848;
    line-height: 1.86;
    margin-bottom: 16px
}

.about-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px
}

.acta-a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fe6c00;
    color: #fff;
    padding: 13px 26px;
    border-radius: 8px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(232, 67, 26, .28);
    transition: .18s;
    white-space: nowrap
}

.acta-a:hover {
    background: #d95800;
    transform: translateY(-1px)
}

.acta-b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #0f3772;
    padding: 12px 22px;
    border-radius: 8px;
    border: 2px solid #0f3772;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
    transition: .18s;
    white-space: nowrap
}

.acta-b:hover {
    background: #0f3772;
    color: #fff
}

.about-why-head {
    font-size: 18px;
    font-weight: 700;
    color: #0f3772;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px
}

.about-why-head i {
    font-size: 20px;
    color: #fe6c00
}

.about-why-rule {
    width: 48px;
    height: 4px;
    background: #fe6c00;
    border-radius: 2px;
    margin-bottom: 18px
}

.about-why-desc {
    font-size: 15px;
    color: #484848;
    line-height: 1.82;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e0db
}

.about-pts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
    margin-bottom: 28px
}

.apt {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    border: 1px solid #ece8e3;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 13.5px;
    color: #222222;
    font-weight: 500;
    line-height: 1.5;
    transition: border-color .15s, box-shadow .15s
}

.apt:hover {
    border-color: #2d6fd4;
    box-shadow: 0 2px 12px rgba(26, 120, 194, .10)
}

.apt i {
    font-size: 17px;
    color: #fe6c00;
    flex-shrink: 0;
    margin-top: 1px
}

.about-brands-label {
    font-size: 11px;
    font-weight: 700;
    color: #8a9aaa;
    letter-spacing: .09em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.about-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.abrand {
    background: #fff;
    border: 1px solid #e4e0db;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 12.5px;
    font-weight: 700;
    color: #0f3772;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: border-color .15s, box-shadow .15s
}

.abrand:hover {
    border-color: #fe6c00;
    box-shadow: 0 2px 10px rgba(254, 108, 0, .12)
}

.brand-logo {
    height: 35px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    filter: grayscale(20%)
}

.abrand:hover .brand-logo {
    filter: grayscale(0%)
}

@media(max-width:960px) {
    .about {
        padding: 0 0 72px 0
    }

    .about-body {
        grid-template-columns: 1fr;
        gap: 48px
    }
}

@media(max-width:600px) {
    .about {
        padding: 0 0 56px 0
    }

    .about-body {
        padding: 40px 16px;
        gap: 40px
    }

    .about-pts {
        grid-template-columns: 1fr
    }

    .about-left h2 {
        font-size: 22px
    }

    .about-brands {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px
    }

    .abrand {
        width: 100%;
        justify-content: center
    }
}

.services {
    background: #fff;
    padding: 70px 0
}

.services-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.sec-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-left: 2px solid #fe6c00;
    padding: 4px 0 4px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #fe6c00;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 18px
}

.services-hdr {
    margin-bottom: 56px
}

.services-hdr h2 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: #0f3772;
    line-height: 1.24;
    letter-spacing: -.025em;
    margin-bottom: 12px
}

.services-hdr h2 em {
    font-style: normal;
    color: #2d6fd4
}

.svc-rule {
    width: 40px;
    height: 2px;
    background: #fe6c00;
    border-radius: 0;
    margin-bottom: 20px
}

.services-hdr p {
    font-size: 15.5px;
    color: #484848;
    line-height: 1.86;
    max-width: 760px
}

.svc-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px
}

.svc-card {
    border: 1px solid #e8e4df;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow .2s, transform .2s
}

.svc-card:hover {
    box-shadow: 0 12px 40px rgba(13, 43, 94, .10);
    transform: translateY(-3px)
}

.svc-card-top {
    background: #0f3772;
    padding: 28px 28px 24px;
    position: relative;
    overflow: hidden
}

.svc-card-top::after {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    pointer-events: none
}

.svc-card-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    margin-bottom: 16px
}

.svc-card-top h3 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    line-height: 1.28;
    margin-bottom: 0
}

.svc-card-top .svc-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(232, 67, 26, .85);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.svc-card-body {
    padding: 24px 28px 28px
}

.svc-card-body p {
    font-size: 15.5px;
    color: #484848;
    line-height: 1.86;
    margin-bottom: 22px
}

.svc-list-label {
    font-size: 11px;
    font-weight: 700;
    color: #8a9aaa;
    letter-spacing: .09em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.svc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px
}

.svc-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    color: #333333;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 12px;
    background: #f8f7f5;
    border: 1px solid #eeebe6;
    border-radius: 8px;
    transition: border-color .15s, background .15s
}

.svc-list li:hover {
    border-color: #2d6fd4;
    background: #f0f6ff
}

.svc-list li i {
    font-size: 16px;
    color: #fe6c00;
    flex-shrink: 0;
    margin-top: 1px
}

@media(max-width:960px) {
    .svc-cards {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

@media(max-width:600px) {
    .services {
        padding: 56px 0
    }

    .services-w {
        padding: 0 16px
    }

    .services-hdr {
        margin-bottom: 36px
    }

    .svc-card-top {
        padding: 22px 20px 18px
    }

    .svc-card-body {
        padding: 20px 20px 24px
    }
}

.why {
    background: #f6f4f1;
    padding: 70px 0
}

.why-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.why-hdr {
    max-width: 680px;
    margin-bottom: 52px
}

.why-hdr h2 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: #0f3772;
    line-height: 1.24;
    letter-spacing: -.025em;
    margin-bottom: 12px
}

.why-hdr h2 em {
    font-style: normal;
    color: #2d6fd4
}

.why-rule {
    width: 40px;
    height: 2px;
    background: #fe6c00;
    border-radius: 0;
    margin-bottom: 20px
}

.why-hdr p {
    font-size: 15.5px;
    color: #484848;
    line-height: 1.86
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 48px
}

.why-card {
    background: #fff;
    border: 1px solid #e8e4df;
    border-radius: 14px;
    padding: 28px 22px;
    position: relative;
    overflow: hidden;
    transition: box-shadow .2s, transform .2s, border-color .2s
}

.why-card:hover {
    box-shadow: 0 10px 36px rgba(13, 43, 94, .11);
    transform: translateY(-4px);
    border-color: #c5cde8
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e8e4df;
    transition: background .2s
}

.why-card:hover::before {
    background: #fe6c00
}

.why-card-emoji {
    font-size: 28px;
    margin-bottom: 14px;
    display: block;
    line-height: 1
}

.why-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
    flex-shrink: 0
}

.wci-orange {
    background: #fff3ee;
    color: #fe6c00
}

.wci-blue {
    background: #eef3fb;
    color: #2d6fd4
}

.wci-green {
    background: #edf9f2;
    color: #2a8a55
}

.wci-navy {
    background: #eef1f8;
    color: #0f3772
}

.why-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #0f3772;
    margin-bottom: 8px;
    line-height: 1.3
}

.why-card p {
    font-size: 13.5px;
    color: #6b6b6b;
    line-height: 1.65;
    margin: 0
}

.why-cta-row {
    background: #0f3772;
    border-radius: 14px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap
}

.why-cta-left h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px
}

.why-cta-left p {
    font-size: 14.5px;
    color: #8aaed0;
    margin: 0
}

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

.wcta-a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fe6c00;
    color: #fff;
    padding: 13px 26px;
    border-radius: 8px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(232, 67, 26, .30);
    transition: .18s;
    white-space: nowrap
}

.wcta-a:hover {
    background: #d95800;
    transform: translateY(-1px)
}

.wcta-b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    border: 1.5px solid rgba(255, 255, 255, .25);
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
    transition: .18s;
    white-space: nowrap
}

.wcta-b:hover {
    background: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .6)
}

@media(max-width:960px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .why-cta-row {
        padding: 28px 24px
    }
}

@media(max-width:600px) {
    .why {
        padding: 56px 0
    }

    .why-w {
        padding: 0 16px
    }

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

    .why-card {
        padding: 20px 16px
    }

    .why-cta-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px;
        border-radius: 12px
    }

    .why-cta-left h3 {
        font-size: 17px
    }

    .wcta-a,
    .wcta-b {
        width: 100%;
        justify-content: center
    }

    .why-hdr {
        margin-bottom: 36px
    }
}

.solutions {
    background: #fff;
    padding: 70px 0
}

.solutions-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.solutions-hdr {
    margin-bottom: 56px
}

.solutions-hdr h2 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: #0f3772;
    line-height: 1.24;
    margin-bottom: 12px
}

.solutions-hdr h2 em {
    font-style: normal;
    color: #2d6fd4
}

.sol-rule {
    width: 40px;
    height: 2px;
    background: #fe6c00;
    border-radius: 0;
    margin-bottom: 20px
}

.solutions-hdr p {
    font-size: 15.5px;
    color: #484848;
    line-height: 1.86
}

.sol-tabs {
    display: flex;
    background: #f6f4f1;
    border-radius: 12px;
    padding: 6px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 4px
}

.sol-tab {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: #6b6b6b;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: .18s;
    white-space: nowrap;
    flex: 1;
    justify-content: center
}

.sol-tab i {
    font-size: 16px
}

.sol-tab:hover {
    color: #0f3772;
    background: #fff
}

.sol-tab.active {
    background: #0f3772;
    color: #fff;
    box-shadow: 0 4px 14px rgba(13, 43, 94, .18)
}

.sol-tab.active i {
    color: #7ec8f5
}

.sol-panel {
    display: none
}

.sol-panel.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8e4df;
    box-shadow: 0 8px 32px rgba(13, 43, 94, .08)
}

.sol-panel-left {
    padding: 44px 40px;
    background: #fff
}

.sol-panel-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff3ee;
    border: 1px solid #fcd4c8;
    border-radius: 4px;
    padding: 5px 14px;
    font-size: 11.5px;
    font-weight: 700;
    color: #fe6c00;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 18px
}

.sol-panel-tag i {
    font-size: 14px
}

.sol-panel-left h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0f3772;
    line-height: 1.28;
    margin-bottom: 14px;
}

.sol-panel-left p {
    font-size: 15.5px;
    color: #484848;
    line-height: 1.86;
    margin-bottom: 28px
}

.sol-feats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 28px
}

.sol-feat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: #333333;
    font-weight: 500;
    line-height: 1.4
}

.sol-feat i {
    font-size: 15px;
    color: #fe6c00;
    flex-shrink: 0
}

.sol-ctas {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.scta-a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fe6c00;
    color: #fff;
    padding: 11px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: .18s;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(232, 67, 26, .25)
}

.scta-a:hover {
    background: #d95800;
    transform: translateY(-1px)
}

.scta-b {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    color: #0f3772;
    padding: 10px 20px;
    border-radius: 8px;
    border: 2px solid #0f3772;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .18s;
    white-space: nowrap
}

.scta-b:hover {
    background: #0f3772;
    color: #fff
}

.sol-panel-right {
    background: #0f3772;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.sol-panel-right::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    pointer-events: none
}

.sol-panel-right::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(232, 67, 26, .08);
    pointer-events: none
}

.sol-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.sol-stat {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 10px;
    padding: 18px 16px;
    text-align: center
}

.sol-stat b {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px
}

.sol-stat b sup {
    font-size: 14px;
    color: #fe6c00
}

.sol-stat span {
    font-size: 12px;
    color: #8aaed0;
    font-weight: 500
}

.sol-brands {
    position: relative;
    z-index: 1
}

.sol-brands-lbl {
    font-size: 11px;
    font-weight: 700;
    color: #4a7aa8;
    letter-spacing: .09em;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sol-brand-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.sol-brand-pill {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #c5daf0
}

.sol-brand-pilll {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700
}

.brand-logos {
    height: auto;
    width: 80px;
    object-fit: contain;
    display: block;
    filter: grayscale(20%)
}

.abrand:hover .brand-logo {
    filter: grayscale(0%)
}

@media(max-width:960px) {
    .sol-panel.active {
        grid-template-columns: 1fr
    }

    .sol-panel-right {
        display: none
    }

    .sol-tab {
        flex: none;
        padding: 9px 14px;
        font-size: 13px
    }
}

@media(max-width:600px) {
    .solutions {
        padding: 56px 0
    }

    .solutions-w {
        padding: 0 16px
    }

    .solutions-hdr {
        margin-bottom: 32px
    }

    .sol-tabs {
        padding: 4px;
        gap: 3px
    }

    .sol-tab {
        padding: 8px 10px;
        font-size: 12px;
        gap: 5px
    }

    .sol-tab span {
        display: none
    }

    .sol-panel-left {
        padding: 28px 20px
    }

    .sol-feats {
        grid-template-columns: 1fr
    }

    .sol-stat-grid {
        grid-template-columns: 1fr 1fr
    }
}

.reviews {
    background: #f6f4f1;
    padding: 70px 0
}

.reviews-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.reviews-hdr {
    display: grid;
    grid-template-columns: 1fr 190px;
    gap: 32px;
    align-items: start;
    margin-bottom: 44px
}

.reviews-hdr-left h2 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: #0f3772;
    line-height: 1.24;
    margin-bottom: 12px
}

.reviews-hdr-left h2 em {
    font-style: normal;
    color: #2d6fd4
}

.rev-rule {
    width: 40px;
    height: 2px;
    background: #fe6c00;
    border-radius: 0;
    margin-bottom: 18px
}

.reviews-hdr-left p {
    font-size: 15.5px;
    color: #484848;
    line-height: 1.86;
    margin: 0
}

.rev-summary {
    background: #fff;
    border: 1px solid #e4e0db;
    border-radius: 16px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 12px rgba(13, 43, 94, .06)
}

.rev-g-logo {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    justify-content: center
}

.rev-g-logo span {
    font-size: 13px;
    font-weight: 700;
    color: #6b6b6b
}

.rev-big-num {
    font-size: 44px;
    font-weight: 800;
    color: #0f3772;
    line-height: 1;
    margin-bottom: 6px
}

.rev-star-row {
    display: flex;
    gap: 3px;
    margin-bottom: 6px;
    justify-content: center
}

.rev-star-row i {
    font-size: 17px;
    color: #f5a623
}

.rev-count {
    font-size: 12px;
    color: #8a9aaa;
    font-weight: 500;
    margin-bottom: 14px
}

.rev-all-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #0f3772;
    color: #fff;
    padding: 9px 14px;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    transition: .18s
}

.rev-all-btn:hover {
    background: #fe6c00
}

.rev-slider-outer {
    overflow: hidden;
    margin-bottom: 20px
}

.rev-slider-track {
    display: flex;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    will-change: transform
}

.rev-slide {
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0 10px;
    box-sizing: border-box
}

.rev-card {
    background: #fff;
    border: 1px solid #e4e0db;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 2px 10px rgba(13, 43, 94, .05);
    position: relative;
    overflow: hidden;
    height: 100%
}

.rev-card::after {
    content: '"';
    position: absolute;
    bottom: -8px;
    right: 14px;
    font-size: 80px;
    line-height: 1;
    color: #f0ede8;
    pointer-events: none
}

.rev-card-stars {
    display: flex;
    align-items: center;
    gap: 3px
}

.rev-card-stars i {
    font-size: 15px;
    color: #f5a623
}

.rev-card-stars span {
    font-size: 12px;
    color: #8a9aaa;
    margin-left: 5px;
    font-weight: 600
}

.rev-card-text {
    font-size: 14.5px;
    color: #484848;
    line-height: 1.8;
    flex: 1;
    position: relative;
    z-index: 1
}

.rev-card-user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0ede8;
    position: relative;
    z-index: 1
}

.rev-avatar {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0
}

.av-1 {
    background: linear-gradient(135deg, #2d6fd4, #0f3772)
}

.av-2 {
    background: linear-gradient(135deg, #fe6c00, #d95800)
}

.av-3 {
    background: linear-gradient(135deg, #2a8a55, #1d6640)
}

.av-4 {
    background: linear-gradient(135deg, #6c3fc5, #4a2a8a)
}

.av-5 {
    background: linear-gradient(135deg, #f5a623, #d4880a)
}

.rev-name {
    font-size: 14px;
    font-weight: 700;
    color: #0f3772;
    display: block;
    line-height: 1.3
}

.rev-source {
    font-size: 12px;
    color: #8a9aaa;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 3px
}

.rev-source i {
    font-size: 13px;
    color: #4285F4
}

.rev-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 40px
}

.rev-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid #e0ddd8;
    background: #fff;
    color: #0f3772;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    transition: .18s;
    flex-shrink: 0
}

.rev-btn:hover {
    background: #0f3772;
    color: #fff;
    border-color: #0f3772
}

.rev-btn:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.rev-dots-row {
    display: flex;
    gap: 7px;
    align-items: center
}

.rev-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d8ea;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: .2s;
    flex-shrink: 0
}

.rev-dot.on {
    background: #0f3772;
    width: 22px;
    border-radius: 4px
}

.rev-cta {
    background: #0f3772;
    border-radius: 14px;
    padding: 32px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.rev-cta-l strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.rev-cta-l p {
    font-size: 14.5px;
    color: #8aaed0;
    margin: 0
}

.rev-cta-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-shrink: 0
}

.rcta-a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fe6c00;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(232, 67, 26, .28);
    transition: .18s;
    white-space: nowrap
}

.rcta-a:hover {
    background: #d95800;
    transform: translateY(-1px)
}

.rcta-b {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    padding: 11px 20px;
    border-radius: 8px;
    border: 1.5px solid rgba(255, 255, 255, .25);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .18s;
    white-space: nowrap
}

.rcta-b:hover {
    background: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .6)
}

@media(max-width:960px) {
    .reviews-hdr {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .rev-summary {
        flex-direction: row;
        gap: 20px;
        align-items: center;
        padding: 16px 20px;
        justify-content: center
    }

    .rev-big-num {
        font-size: 36px
    }
}

@media(max-width:600px) {
    .reviews {
        padding: 56px 0
    }

    .reviews-w {
        padding: 0 16px
    }

    .rev-summary {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 8px
    }

    .rev-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        border-radius: 12px
    }

    .rcta-a,
    .rcta-b {
        width: 100%;
        justify-content: center
    }
}

.howwork {
    background: #0f3772;
    padding: 70px 0;
    position: relative;
    overflow: hidden
}

.howwork::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none
}

.howwork::after {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(26, 120, 194, .12);
    pointer-events: none
}

.hw-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1
}

.hw-hdr {
    text-align: center;
    margin-bottom: 60px
}

.hw-hdr h2 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: #fff;
    line-height: 1.24;
    letter-spacing: -.025em;
    margin-bottom: 12px
}

.hw-hdr h2 em {
    font-style: normal;
    color: #7ec8f5
}

.hw-rule {
    width: 40px;
    height: 2px;
    background: #fe6c00;
    border-radius: 0;
    margin: 0 auto 18px
}

.hw-hdr p {
    font-size: 15.5px;
    color: #8aaed0;
    line-height: 1.86;
    max-width: 640px;
    margin: 0 auto
}

.hw-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative
}

.hw-steps::before {
    content: '';
    position: absolute;
    top: 52px;
    left: calc(12.5% + 10px);
    right: calc(12.5% + 10px);
    height: 2px;
    background: rgba(255, 255, 255, .12);
    z-index: 0
}

.hw-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 16px;
    position: relative;
    z-index: 1
}

.hw-num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    color: #0f3772;
    margin-bottom: 20px;
    flex-shrink: 0;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .08), 0 8px 24px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 1;
    transition: transform .2s
}

.hw-step:hover .hw-num {
    transform: scale(1.1)
}

.hw-step:nth-child(1) .hw-num {
    background: #fe6c00;
    color: #fff;
    box-shadow: 0 0 0 6px rgba(232, 67, 26, .2), 0 8px 24px rgba(232, 67, 26, .3)
}

.hw-step:nth-child(2) .hw-num {
    background: #2d6fd4;
    color: #fff;
    box-shadow: 0 0 0 6px rgba(26, 120, 194, .2), 0 8px 24px rgba(26, 120, 194, .3)
}

.hw-step:nth-child(3) .hw-num {
    background: #2a8a55;
    color: #fff;
    box-shadow: 0 0 0 6px rgba(42, 138, 85, .2), 0 8px 24px rgba(42, 138, 85, .3)
}

.hw-step:nth-child(4) .hw-num {
    background: #f5a623;
    color: #fff;
    box-shadow: 0 0 0 6px rgba(245, 166, 35, .2), 0 8px 24px rgba(245, 166, 35, .3)
}

.hw-num i {
    font-size: 24px
}

.hw-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    padding: 22px 18px;
    width: 100%;
    flex: 1;
    transition: background .2s, border-color .2s
}

.hw-step:hover .hw-card {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .18)
}

.hw-step-label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, .45);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.hw-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px
}

.hw-card p {
    font-size: 13.5px;
    color: #8aaed0;
    line-height: 1.7;
    margin-bottom: 14px
}

.hw-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap
}

.hw-badge i {
    font-size: 13px
}

.hw-step:nth-child(1) .hw-badge {
    border-color: rgba(232, 67, 26, .4);
    background: rgba(232, 67, 26, .15);
    color: #ff9980
}

.hw-step:nth-child(2) .hw-badge {
    border-color: rgba(26, 120, 194, .4);
    background: rgba(26, 120, 194, .15);
    color: #7ab8f7
}

.hw-step:nth-child(3) .hw-badge {
    border-color: rgba(42, 138, 85, .4);
    background: rgba(42, 138, 85, .15);
    color: #7de0a8
}

.hw-step:nth-child(4) .hw-badge {
    border-color: rgba(245, 166, 35, .4);
    background: rgba(245, 166, 35, .15);
    color: #ffd47a
}

.hw-cta {
    margin-top: 52px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    padding: 28px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.hw-cta-l strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.hw-cta-l p {
    font-size: 14.5px;
    color: #8aaed0;
    margin: 0
}

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

.hwcta-a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fe6c00;
    color: #fff;
    padding: 13px 26px;
    border-radius: 8px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(232, 67, 26, .35);
    transition: .18s;
    white-space: nowrap
}

.hwcta-a:hover {
    background: #d95800;
    transform: translateY(-1px)
}

.hwcta-b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    border: 1.5px solid rgba(255, 255, 255, .25);
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
    transition: .18s;
    white-space: nowrap
}

.hwcta-b:hover {
    background: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .6)
}

@media(max-width:960px) {
    .hw-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }

    .hw-steps::before {
        display: none
    }

    .hw-step {
        padding: 0
    }
}

@media(max-width:600px) {
    .howwork {
        padding: 56px 0
    }

    .hw-w {
        padding: 0 16px
    }

    .hw-hdr {
        margin-bottom: 40px
    }

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

    .hw-step {
        flex-direction: row;
        text-align: left;
        gap: 16px;
        align-items: flex-start
    }

    .hw-num {
        width: 52px;
        height: 52px;
        min-width: 52px;
        margin-bottom: 0;
        font-size: 18px
    }

    .hw-num i {
        font-size: 20px
    }

    .hw-card {
        padding: 18px 16px
    }

    .hw-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        border-radius: 12px
    }

    .hwcta-a,
    .hwcta-b {
        width: 100%;
        justify-content: center
    }
}

.packages {
    background: #f8f7f5;
    padding: 70px 0
}

.packages-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.pkg-hdr {
    text-align: center;
    margin-bottom: 14px
}

.pkg-hdr h2 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: #0f3772;
    line-height: 1.24;
    letter-spacing: -.025em;
    margin-bottom: 12px
}

.pkg-hdr h2 em {
    font-style: normal;
    color: #2d6fd4
}

.pkg-rule {
    width: 40px;
    height: 2px;
    background: #fe6c00;
    border-radius: 0;
    margin: 0 auto 18px
}

.pkg-hdr p {
    font-size: 15.5px;
    color: #484848;
    line-height: 1.86;
    max-width: 700px;
    margin: 0 auto
}

.pkg-tabs {
    display: flex;
    justify-content: center;
    background: #fff;
    border: 1px solid #e4e0db;
    border-radius: 10px;
    padding: 5px;
    width: fit-content;
    margin: 28px auto 44px;
    box-shadow: 0 2px 8px rgba(13, 43, 94, .06)
}

.pkg-tab {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 26px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #6b6b6b;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: .18s;
    white-space: nowrap
}

.pkg-tab i {
    font-size: 17px;
    transition: .18s
}

.pkg-tab:hover {
    color: #0f3772
}

.pkg-tab.pkton {
    background: #0f3772;
    color: #fff;
    box-shadow: 0 4px 12px rgba(13, 43, 94, .2)
}

.pkg-tab.pkton i {
    color: #7ec8f5
}

.pkg-note {
    text-align: center;
    font-size: 13.5px;
    color: #8a9aaa;
    margin-bottom: 36px
}

.pkg-note i {
    color: #fe6c00;
    font-size: 14px;
    vertical-align: -2px;
    margin-right: 4px
}

.pkg-panel {
    display: none
}

.pkg-panel.pkton {
    display: block
}

.pkg-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start
}

.pkg-grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start
}

.pkg-card {
    background: #fff;
    border: 1.5px solid #ece8e3;
    border-radius: 18px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: box-shadow .22s, transform .22s
}

.pkg-card:hover {
    box-shadow: 0 16px 48px rgba(13, 43, 94, .10);
    transform: translateY(-4px)
}

.pkg-card.pkpop {
    border-color: #fe6c00;
    border-width: 2px;
    box-shadow: 0 8px 32px rgba(232, 67, 26, .12);
    transform: translateY(-6px);
    z-index: 2
}

.pkg-card.pkpop:hover {
    transform: translateY(-10px)
}

.pkg-pop-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #fe6c00;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 16px;
    border-radius: 4px;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(232, 67, 26, .35)
}

.pkg-card-top {
    padding: 28px 24px 20px;
    text-align: center;
    border-bottom: 1px solid #f0ede8
}

.pkg-tier {
    font-size: 11px;
    font-weight: 700;
    color: #8a9aaa;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 6px
}

.pkg-subtitle {
    font-size: 13px;
    font-weight: 600;
    color: #fe6c00;
    margin-bottom: 16px
}

.pkg-price-wrap {
    margin-bottom: 6px
}

.pkg-price {
    font-size: 42px;
    font-weight: 800;
    color: #0f3772;
    line-height: 1;
    letter-spacing: -.02em
}

.pkg-price sup {
    font-size: 20px;
    vertical-align: top;
    margin-top: 8px;
    display: inline-block
}

.pkg-price-custom {
    font-size: 36px;
    font-weight: 800;
    color: #0f3772;
    line-height: 1
}

.pkg-cam-count {
    font-size: 14px;
    font-weight: 700;
    color: #fe6c00;
    margin-top: 6px
}

.pkg-card.pkpop .pkg-price {
    color: #fe6c00
}

.pkg-card-body {
    padding: 20px 24px
}

.pkg-feats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.pkg-feats li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color: #333333;
    font-weight: 500
}

.pkg-feats li::before {
    content: '✓';
    font-size: 14px;
    font-weight: 800;
    color: #fe6c00;
    flex-shrink: 0;
    width: 16px
}

.pkg-card-foot {
    padding: 0 24px 24px
}

.pkg-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    padding: 13px;
    border-radius: 10px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    transition: .18s;
    border: 2px solid transparent
}

.pkg-btn-outline {
    background: #fff;
    color: #0f3772;
    border-color: #0f3772
}

.pkg-btn-outline:hover {
    background: #0f3772;
    color: #fff
}

.pkg-btn-fill {
    background: #fe6c00;
    color: #fff;
    border-color: #fe6c00;
    box-shadow: 0 4px 16px rgba(232, 67, 26, .28)
}

.pkg-btn-fill:hover {
    background: #d95800;
    border-color: #d95800;
    transform: translateY(-1px)
}

.pkg-btn-wa {
    background: #fff;
    color: #0f3772;
    border-color: #0f3772
}

.pkg-btn-wa:hover {
    background: #0f3772;
    color: #fff
}

@media(max-width:1024px) {
    .pkg-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }

    .pkg-card.pkpop {
        transform: none
    }
}

@media(max-width:600px) {
    .packages {
        padding: 56px 0
    }

    .packages-w {
        padding: 0 16px
    }

    .pkg-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .pkg-card.pkpop {
        transform: none
    }

    .pkg-tabs {
        width: 100%
    }

    .pkg-tab {
        flex: 1;
        justify-content: center;
        padding: 10px 12px;
        font-size: 13px
    }
}

.clients {
    background: #fff;
    padding: 70px 0;
    overflow: hidden
}

.clients-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.clients-hdr {
    gap: 48px;
    align-items: center;
    margin-bottom: 56px
}

.clients-hdr-left h2 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: #0f3772;
    line-height: 1.24;
    letter-spacing: -.025em;
    margin-bottom: 12px
}

.clients-hdr-left h2 em {
    font-style: normal;
    color: #2d6fd4
}

.cli-rule {
    width: 40px;
    height: 2px;
    background: #fe6c00;
    border-radius: 0;
    margin-bottom: 18px
}

.clients-hdr-left p {
    font-size: 15.5px;
    color: #484848;
    line-height: 1.86;
    margin: 0
}

.clients-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.cli-stat {
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 12px;
    padding: 20px 18px;
    text-align: center;
    transition: border-color .18s, background .18s
}

.cli-stat:hover {
    border-color: #2d6fd4;
    background: #f0f5ff
}

.cli-stat-num {
    font-size: 30px;
    font-weight: 800;
    color: #0f3772;
    line-height: 1;
    margin-bottom: 4px
}

.cli-stat-num span {
    color: #fe6c00
}

.cli-stat-label {
    font-size: 12.5px;
    color: #7a8a9e;
    font-weight: 500
}

.clients-sectors {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 48px
}

.cli-sector {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 8px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    transition: .15s
}

.cli-sector i {
    font-size: 15px;
    color: #2d6fd4
}

.cli-sector:hover {
    border-color: #2d6fd4;
    background: #eef3fb;
    color: #0f3772
}

.cli-logo-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px
}

.cli-logo-label span {
    font-size: 12px;
    font-weight: 700;
    color: #8a9aaa;
    letter-spacing: .09em;
    text-transform: uppercase;
    white-space: nowrap
}

.cli-logo-label::before,
.cli-logo-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e8e4df
}

.cli-slider-wrap {
    position: relative;
    overflow: hidden
}

.cli-slider-wrap::before,
.cli-slider-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none
}

.cli-slider-wrap::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent)
}

.cli-slider-wrap::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent)
}

.cli-track {
    display: flex;
    gap: 16px;
    animation: cliScroll 32s linear infinite;
    width: max-content
}

.cli-track:hover {
    animation-play-state: paused
}

@keyframes cliScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.cli-logo-card {
    flex-shrink: 0;
    width: 140px;
    height: auto;
    background: #fff;
    border: 2px solid #ece8e3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    overflow: hidden
}

.cli-logo-card img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block
}

.cli-track-2 {
    display: flex;
    gap: 16px;
    animation: cliScroll2 38s linear infinite;
    width: max-content;
    margin-top: 14px
}

@keyframes cliScroll2 {
    0% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(0)
    }
}

@media(max-width:960px) {
    .clients-hdr {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

@media(max-width:600px) {
    .clients {
        padding: 56px 0
    }

    .clients-w {
        padding: 0 16px
    }

    .clients-stats {
        grid-template-columns: 1fr 1fr
    }

    .cli-slider-wrap::before,
    .cli-slider-wrap::after {
        width: 40px
    }

    .clients-hdr {
        margin-bottom: 36px
    }

    .clients-sectors {
        margin-bottom: 32px
    }
}

.faq {
    background: #f6f4f1;
    padding: 70px 0
}

.faq-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.faq-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start
}

.faq-left {
    position: sticky;
    top: 90px
}

.faq-left h2 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: #0f3772;
    line-height: 1.24;
    letter-spacing: -.025em;
    margin-bottom: 12px
}

.faq-left h2 em {
    font-style: normal;
    color: #2d6fd4
}

.faq-rule {
    width: 40px;
    height: 2px;
    background: #fe6c00;
    border-radius: 0;
    margin-bottom: 20px
}

.faq-left p {
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1.8;
    margin-bottom: 28px
}

.faq-contact-card {
    background: #0f3772;
    border-radius: 14px;
    padding: 24px;
    margin-top: 4px
}

.faq-contact-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px
}

.faq-contact-card p {
    font-size: 13.5px;
    color: #8aaed0;
    margin-bottom: 18px;
    line-height: 1.6
}

.faq-cc-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #fe6c00;
    color: #fff;
    padding: 11px 18px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    transition: .18s;
    margin-bottom: 10px
}

.faq-cc-btn:hover {
    background: #d95800
}

.faq-cc-btn2 {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: .18s;
    border: 1px solid rgba(255, 255, 255, .15)
}

.faq-cc-btn2:hover {
    background: rgba(255, 255, 255, .15)
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.faq-item {
    background: #fff;
    border: 1px solid #e8e4df;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s
}

.faq-item.open {
    border-color: #2d6fd4;
    box-shadow: 0 4px 20px rgba(26, 120, 194, .08)
}

.faq-q {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 22px;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit
}

.faq-q-num {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 6px;
    background: #eef3fb;
    color: #2d6fd4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    flex-shrink: 0;
    transition: background .2s, color .2s;
    margin-top: 1px
}

.faq-item.open .faq-q-num {
    background: #2d6fd4;
    color: #fff
}

.faq-q-txt {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: #0f3772;
    line-height: 1.45;
    padding-right: 8px
}

.faq-q-icon {
    font-size: 18px;
    color: #8a9aaa;
    flex-shrink: 0;
    margin-top: 2px;
    transition: transform .25s, color .2s
}

.faq-item.open .faq-q-icon {
    transform: rotate(45deg);
    color: #2d6fd4
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .32s ease, padding .28s ease;
    padding: 0 22px 0 64px
}

.faq-item.open .faq-a {
    max-height: 300px;
    padding: 0 22px 20px 64px
}

.faq-a p {
    font-size: 14.5px;
    color: #484848;
    line-height: 1.82;
    margin: 0
}

@media(max-width:960px) {
    .faq-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .faq-left {
        position: static
    }
}

@media(max-width:600px) {
    .faq {
        padding: 56px 0
    }

    .faq-w {
        padding: 0 16px
    }

    .faq-q-txt {
        font-size: 14px
    }

    .faq-a {
        padding: 0 16px 0 52px
    }

    .faq-item.open .faq-a {
        padding: 0 16px 18px 52px
    }
}

.cl-section {
    background: #fff;
    padding: 72px 0;
    overflow: hidden
}

.cl-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.cl-hdr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 40px
}

.cl-h2 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: #0f3772;
    line-height: 1.24;
    letter-spacing: -.025em;
    margin-bottom: 10px
}

.cl-h2 em {
    font-style: normal;
    color: #2d6fd4
}

.cl-rule {
    width: 40px;
    height: 2px;
    background: #fe6c00;
    margin-bottom: 18px
}

.cl-p {
    font-size: 15px;
    color: #484848;
    line-height: 1.84;
    margin: 0
}

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

.cl-stat {
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: border-color .18s, transform .18s
}

.cl-stat:hover {
    border-color: #fe6c00;
    transform: translateY(-2px)
}

.cl-stat-n {
    font-size: 32px;
    font-weight: 800;
    color: #0f3772;
    line-height: 1;
    margin-bottom: 4px
}

.cl-stat-n span {
    color: #fe6c00
}

.cl-stat-l {
    font-size: 12px;
    font-weight: 600;
    color: #6b6b6b;
    text-transform: uppercase;
    letter-spacing: .05em
}

.cl-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px
}

.cl-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 6px;
    padding: 6px 13px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    transition: .15s;
    cursor: default
}

.cl-tag i {
    font-size: 14px;
    color: #2d6fd4
}

.cl-tag:hover {
    border-color: #fe6c00;
    background: #fff3ee;
    color: #fe6c00
}

.cl-tag:hover i {
    color: #fe6c00
}

.cl-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px
}

.cl-divider span {
    font-size: 11.5px;
    font-weight: 700;
    color: #9a9aa0;
    letter-spacing: .09em;
    text-transform: uppercase;
    white-space: nowrap
}

.cl-divider::before,
.cl-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e8e4df
}

.cl-slider-wrap {
    position: relative;
    overflow: hidden
}

.cl-slider-wrap::before,
.cl-slider-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none
}

.cl-slider-wrap::before {
    left: 0;
    background: linear-gradient(to right, #fff 60%, transparent)
}

.cl-slider-wrap::after {
    right: 0;
    background: linear-gradient(to left, #fff 60%, transparent)
}

.cl-track {
    display: flex;
    gap: 12px;
    width: max-content;
    animation: clScroll1 30s linear infinite
}

.cl-track-r {
    animation: clScroll2 36s linear infinite;
    margin-top: 10px
}

.cl-track:hover,
.cl-track-r:hover {
    animation-play-state: paused
}

@keyframes clScroll1 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes clScroll2 {
    0% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(0)
    }
}

.cl-card {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f7f5;
    border: 1px solid #ece8e3;
    border-radius: 10px;
    padding: 12px 18px;
    min-width: 170px;
    transition: background .2s, border-color .2s, box-shadow .2s;
    cursor: default
}

.cl-card:hover {
    background: #fff;
    border-color: #c5cde8;
    box-shadow: 0 4px 16px rgba(13, 43, 94, .07)
}

.cl-dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    flex-shrink: 0
}

.cl-name {
    font-size: 13px;
    font-weight: 700;
    color: #0f3772;
    line-height: 1.2;
    white-space: nowrap
}

.cl-sector {
    font-size: 11px;
    color: #9a9aa0;
    font-weight: 500;
    margin-top: 2px;
    white-space: nowrap
}

@media(max-width:960px) {
    .cl-hdr {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

@media(max-width:600px) {
    .cl-section {
        padding: 56px 0
    }

    .cl-w {
        padding: 0 16px
    }

    .cl-stats {
        grid-template-columns: 1fr 1fr
    }

    .cl-slider-wrap::before,
    .cl-slider-wrap::after {
        width: 50px
    }

    .cl-hdr {
        margin-bottom: 28px
    }

    .cl-tags {
        margin-bottom: 24px
    }
}

.br-section {
    background: #fff;
    padding: 64px 0;
    overflow: hidden;
    border-top: 1px solid #ece8e3;
    border-bottom: 1px solid #ece8e3
}

.br-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.br-hdr {
    gap: 48px;
    align-items: center;
    margin-bottom: 44px
}

.br-h2 {
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 800;
    color: #0f3772;
    line-height: 1.24;
    letter-spacing: -.025em;
    margin-bottom: 10px
}

.br-h2 em {
    font-style: normal;
    color: #2d6fd4
}

.br-rule {
    width: 40px;
    height: 2px;
    background: #fe6c00;
    margin-bottom: 16px
}

.br-p {
    font-size: 15px;
    color: #484848;
    line-height: 1.84;
    margin: 0
}

.br-trust-pills {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.br-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 13.5px;
    font-weight: 600;
    color: #0f3772;
    transition: .15s
}

.br-pill i {
    font-size: 16px;
    color: #fe6c00;
    flex-shrink: 0
}

.br-pill:hover {
    border-color: #fe6c00;
    background: #fff3ee
}

.br-slider-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px
}

.br-slider-wrap::before,
.br-slider-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none
}

.br-slider-wrap::before {
    left: 0;
    background: linear-gradient(to right, #fff 50%, transparent)
}

.br-slider-wrap::after {
    right: 0;
    background: linear-gradient(to left, #fff 50%, transparent)
}

.br-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: brScroll 28s linear infinite
}

.br-track:hover {
    animation-play-state: paused
}

@keyframes brScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-33.333%))
    }
}

.br-card {
    flex-shrink: 0;
    width: 160px;
    background: #fff;
    border: 1.5px solid #ece8e3;
    border-radius: 14px;
    padding: 20px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: border-color .2s, box-shadow .2s, transform .2s;
    cursor: default
}

.br-card:hover {
    border-color: #fe6c00;
    box-shadow: 0 6px 24px rgba(254, 108, 0, .12);
    transform: translateY(-3px)
}

.br-logo-wrap {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center
}

.br-logo {
    max-height: 40px;
    max-width: 110px;
    width: auto;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter .2s, transform .2s;
    display: block
}

.br-card:hover .br-logo {
    filter: grayscale(0%);
    transform: scale(1.05)
}

.br-card-name {
    font-size: 13px;
    font-weight: 700;
    color: #0f3772;
    text-align: center;
    line-height: 1.2
}

.br-card-sub {
    font-size: 11px;
    color: #9a9aa0;
    font-weight: 500;
    text-align: center;
    line-height: 1.3
}

.br-badge-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: #6b6b6b;
    font-weight: 500;
    text-align: center;
    line-height: 1.6
}

.br-badge-row i {
    font-size: 16px;
    color: #2a8a55;
    flex-shrink: 0
}

@media(max-width:960px) {
    .br-hdr {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .br-trust-pills {
        flex-direction: row;
        flex-wrap: wrap
    }

    .br-pill {
        flex: 1;
        min-width: 140px;
        justify-content: center
    }
}

@media(max-width:600px) {
    .br-section {
        padding: 48px 0
    }

    .br-w {
        padding: 0 16px
    }

    .br-hdr {
        margin-bottom: 32px
    }

    .br-slider-wrap::before,
    .br-slider-wrap::after {
        width: 60px
    }

    .br-card {
        width: 140px;
        padding: 16px 12px 12px
    }

    .br-logo {
        max-height: 34px;
        max-width: 90px
    }

    .br-pill {
        flex: none;
        width: 100%
    }

    .br-badge-row {
        font-size: 12px
    }
}

:root {
    --brand: #0f3772;
    --accent: #fe6c00;
    --blue: #2d6fd4;
    --nav-h: 70px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif
}

html,
body {
    background: #fff
}

.pg-hero {
    background: #0f3772;
    padding: 60px 0;
    position: relative;
    overflow: hidden
}

.pg-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none
}

.pg-hero::after {
    content: '';
    position: absolute;
    right: -120px;
    top: -120px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: rgba(45, 111, 212, .12);
    pointer-events: none
}

.pg-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1
}

.pg-bread {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 20px
}

.pg-bread a {
    color: rgba(255, 255, 255, .45);
    text-decoration: none;
    transition: .15s
}

.pg-bread a:hover {
    color: #fff
}

.pg-bread i {
    font-size: 11px
}

.pg-hero h1 {
    font-size: clamp(26px, 3.5vw, 44px);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -.025em;
    margin-bottom: 16px;
    max-width: 760px
}

.pg-hero h1 em {
    font-style: normal;
    color: #ffa85c
}

.pg-hero-p {
    font-size: 16px;
    color: #a8b8cc;
    line-height: 1.8;
    max-width: 620px;
    margin-bottom: 32px
}

.pg-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.pg-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    padding: 6px 14px;
    font-size: 12.5px;
    font-weight: 600;
    color: #a8b8cc
}

.pg-chip i {
    font-size: 14px;
    color: #fe6c00
}

.abt-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.abt-sec {
    padding: 72px 0
}

.abt-sec.bg-white {
    background: #fff
}

.abt-sec.bg-navy {
    background: #0f3772;
    position: relative;
    overflow: hidden
}

.abt-sec.bg-navy::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none
}

.abt-sec.bg-navy>.abt-w {
    position: relative;
    z-index: 1
}

.abt-ey {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-left: 2px solid #fe6c00;
    padding: 3px 0 3px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #fe6c00;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 14px
}

.abt-ey.lt {
    color: #a8b8cc
}

.abt-sec h2 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: #0f3772;
    line-height: 1.24;
    letter-spacing: -.025em;
    margin-bottom: 10px
}

.abt-sec h2 em {
    font-style: normal;
    color: #2d6fd4
}

.abt-sec.bg-navy h2 {
    color: #fff
}

.abt-sec.bg-navy h2 em {
    color: #ffa85c
}

.abt-rule {
    width: 40px;
    height: 2px;
    background: #fe6c00;
    margin-bottom: 20px
}

.abt-rule.cx {
    margin-left: auto;
    margin-right: auto
}

.abt-sec p {
    font-size: 15.5px;
    color: #999999;
    line-height: 1.86;
    margin-bottom: 16px
}

.abt-sec p:last-child {
    margin-bottom: 0
}

.abt-sec.bg-navy p {
    color: #a8b8cc
}

.abt-sec h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0f3772;
    margin-bottom: 10px
}

.abt-mc.cn h3 {
    color: #fff
}

.abt-sec h4 {
    font-size: 14px;
    font-weight: 700;
    color: #0f3772;
    margin-bottom: 4px
}

.abt-wi h4 {
    color: #fff
}

.abt-shdr {
    margin-bottom: 48px
}

.abt-shdr.cx {
    text-align: center
}

.abt-shdr.cx .abt-ey {
    justify-content: center
}

.abt-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #e8e4df;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 24px rgba(15, 55, 114, .07)
}

.abt-stat {
    padding: 32px 20px;
    text-align: center;
    border-right: 1px solid #e8e4df;
    position: relative
}

.abt-stat:last-child {
    border-right: none
}

.abt-stat::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: transparent;
    transition: .2s
}

.abt-stat:hover::after {
    background: #fe6c00
}

.abt-stat-n {
    font-size: 38px;
    font-weight: 800;
    color: #0f3772;
    line-height: 1;
    margin-bottom: 5px
}

.abt-stat-n sup {
    font-size: 18px;
    color: #fe6c00;
    vertical-align: super
}

.abt-stat-l {
    font-size: 12px;
    font-weight: 700;
    color: #6b6b6b;
    letter-spacing: .05em;
    text-transform: uppercase
}

.abt-stat-s {
    font-size: 12px;
    color: #9a9aa0;
    margin-top: 3px
}

.abt-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center
}

.abt-si {
    position: relative
}

.abt-si img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block
}

.abt-sf {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #fff;
    border-radius: 10px;
    padding: 18px 22px;
    box-shadow: 0 8px 32px rgba(15, 55, 114, .13);
    border-top: 3px solid #fe6c00;
    text-align: center
}

.abt-sf-n {
    font-size: 32px;
    font-weight: 800;
    color: #0f3772;
    line-height: 1
}

.abt-sf-n span {
    color: #fe6c00
}

.abt-sf-l {
    font-size: 12px;
    color: #6b6b6b;
    font-weight: 500;
    margin-top: 4px;
    line-height: 1.4
}

.abt-tl {
    padding-left: 28px;
    position: relative;
    margin-top: 28px
}

.abt-tl::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: linear-gradient(#fe6c00, #2d6fd4)
}

.abt-tli {
    position: relative;
    margin-bottom: 22px
}

.abt-tli:last-child {
    margin-bottom: 0
}

.abt-tld {
    position: absolute;
    left: -24px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fe6c00;
    border: 2px solid #fff;
    box-shadow: 0 0 0 3px rgba(254, 108, 0, .18)
}

.abt-tly {
    font-size: 10.5px;
    font-weight: 800;
    color: #fe6c00;
    letter-spacing: .09em;
    text-transform: uppercase;
    margin-bottom: 3px
}

.abt-tlt {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f3772;
    margin-bottom: 3px
}

.abt-tlx {
    font-size: 13px;
    color: #6b6b6b;
    line-height: 1.6
}

.abt-tl p,
.abt-tli p {
    font-size: 13px;
    color: #6b6b6b;
    line-height: 1.6;
    margin-bottom: 0
}

.abt-mvv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.abt-mc {
    border-radius: 12px;
    padding: 30px 26px
}

.abt-mc.cn {
    background: #fff
}

.abt-mc.cw {
    background: #fff;
    border: 1px solid #e8e4df
}

.abt-mc.cc {
    background: #f6f4f1;
    border: 1px solid #e8e4df
}

.abt-mi {
    width: 46px;
    height: 46px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px
}

.abt-mc.cn .abt-mi {
    color: #ffa85c
}

.abt-mc.cw .abt-mi {
    background: #eef3fb;
    color: #2d6fd4
}

.abt-mc.cc .abt-mi {
    background: #fff;
    color: #fe6c00
}

.abt-mc.cn h3,
.abt-mc.cw h3,
.abt-mc.cc h3 {
    color: #0f3772 !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.abt-mc.cn p,
.abt-mc.cw p,
.abt-mc.cc p {
    color: #484848 !important;
    font-size: 14px;
    line-height: 1.78;
    margin-bottom: 0
}

.abt-wg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.abt-wi {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 18px;
    background: floralwhite;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 10px;
    transition: .18s
}

.abt-wi:hover {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .18)
}

.abt-wico {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 8px;
    background: rgba(254, 108, 0, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffa85c;
    flex-shrink: 0
}

.abt-wi h4 {
    color: black !important;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px
}

.abt-wi p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 0
}

.abt-cg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.abt-cgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.abt-cc {
    background: #fff;
    border: 1px solid #e8e4df;
    border-radius: 10px;
    padding: 22px 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: border-color .18s, box-shadow .18s
}

.abt-cc:hover {
    border-color: #fe6c00;
    box-shadow: 0 4px 16px rgba(254, 108, 0, .10)
}

.abt-cico {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex-shrink: 0
}

.abt-cc h4 {
    color: #0f3772 !important;
    font-size: 13.5px;
    font-weight: 700;
    margin-bottom: 4px
}

.abt-cc p {
    color: #6b6b6b !important;
    font-size: 12.5px;
    line-height: 1.55;
    margin-bottom: 0
}

.abt-ag {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.abt-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.abt-area {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    transition: .15s
}

.abt-area:hover {
    border-color: #fe6c00;
    background: #fff3ee;
    color: #fe6c00
}

.abt-area i {
    font-size: 12px;
    color: #fe6c00
}

.abt-ctabtn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fe6c00;
    color: #fff;
    padding: 13px 26px;
    border-radius: 6px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
    transition: .18s
}

.abt-ctabtn:hover {
    background: #d95800;
    transform: translateY(-1px)
}

.fu {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .55s cubic-bezier(.4, 0, .2, 1), transform .55s cubic-bezier(.4, 0, .2, 1)
}

.fl {
    opacity: 0;
    transform: translateX(-36px);
    transition: opacity .55s cubic-bezier(.4, 0, .2, 1), transform .55s cubic-bezier(.4, 0, .2, 1)
}

.fr {
    opacity: 0;
    transform: translateX(36px);
    transition: opacity .55s cubic-bezier(.4, 0, .2, 1), transform .55s cubic-bezier(.4, 0, .2, 1)
}

.fs>* {
    transform: translateY(22px);
    transition: opacity .45s cubic-bezier(.4, 0, .2, 1), transform .45s cubic-bezier(.4, 0, .2, 1)
}

.fu.v,
.fl.v,
.fr.v {
    opacity: 1;
    transform: none
}

.fs.v>*:nth-child(1) {
    opacity: 1;
    transform: none;
    transition-delay: .05s
}

.fs.v>*:nth-child(2) {
    opacity: 1;
    transform: none;
    transition-delay: .11s
}

.fs.v>*:nth-child(3) {
    opacity: 1;
    transform: none;
    transition-delay: .17s
}

.fs.v>*:nth-child(4) {
    opacity: 1;
    transform: none;
    transition-delay: .23s
}

.fs.v>*:nth-child(5) {
    opacity: 1;
    transform: none;
    transition-delay: .29s
}

.fs.v>*:nth-child(6) {
    opacity: 1;
    transform: none;
    transition-delay: .35s
}

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

    .fu,
    .fl,
    .fr,
    .fs>* {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important
    }
}

@media(max-width:960px) {
    .abt-story {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .abt-si img {
        height: 340px
    }

    .abt-sf {
        right: 0;
        bottom: -16px
    }

    .abt-stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .abt-stat:nth-child(2) {
        border-right: none
    }

    .abt-stat:nth-child(3) {
        border-right: 1px solid #e8e4df
    }

    .abt-mvv {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .abt-wg {
        grid-template-columns: 1fr 1fr
    }

    .abt-cg {
        grid-template-columns: repeat(2, 1fr)
    }

    .abt-ag {
        grid-template-columns: 1fr;
        gap: 36px
    }
}

@media(max-width:600px) {
    .pg-hero {
        padding: 48px 0
    }

    .pg-w,
    .abt-w {
        padding: 0 16px
    }

    .abt-sec {
        padding: 56px 0
    }

    .abt-stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .abt-stat-n {
        font-size: 28px
    }

    .abt-wg {
        grid-template-columns: 1fr
    }

    .abt-cg {
        grid-template-columns: 1fr
    }

    .abt-sf {
        position: static;
        margin-top: 16px;
        display: inline-flex;
        align-items: center;
        gap: 14px;
        text-align: left
    }

    .abt-sf-n {
        font-size: 26px
    }
}

/* Mobile overflow fix — only html/body, not sections (overflow:hidden on sections breaks sticky header) */
@media(max-width:768px) {

    html,
    body {
        overflow-x: hidden;
        width: 100%
    }

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

    .pkg-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important
    }

    .pkg-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important
    }

    .pkg-tabs {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        width: 100% !important
    }

    .pkg-tab {
        flex: 1 !important;
        justify-content: center !important;
        min-width: 0 !important
    }

    .abt-cgs {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 15px !important
    }

    .abt-cc {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important
    }

    .abt-cc h4 {
        word-break: break-word !important
    }
}

.sol-stat-n {
    color: white
}

.sol-stat-l {
    color: white
}

.margin-bottom {
    margin-bottom: 10px !important
}

/* ── MOBILE SOLUTION TABS: Icon + Label stacked ── */
@media (max-width: 600px) {

    .sol-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
        padding: 6px;
    }

    .sol-tab {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 10px 6px;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.3;
        text-align: center;
        flex: unset;
        white-space: normal;
    }

    .sol-tab i {
        font-size: 20px;
    }

    /* Override the existing rule that hides labels */
    .sol-tab span {
        display: block !important;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.2;
    }

    .sol-tab.active {
        box-shadow: 0 3px 10px rgba(13, 43, 94, .2);
    }
}

/* ============================================
   components.css
   Page-specific styles for cctv-installation-services-hyderabad
   ============================================ */

/* ── STATS SECTION ── */
.stats-section {
    padding: 44px 0;
}

/* ── OVERVIEW SECTION ── */
.overview-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.overview-ctas .btn-call {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fe6c00;
    color: #fff;
    padding: 13px 26px;
    border-radius: 6px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
}

.overview-ctas .btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    color: #0f3772;
    padding: 12px 22px;
    border-radius: 6px;
    border: 2px solid #0f3772;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
}

/* ── HOW WE WORK EYEBROW ── */
.hw-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-left: 3px solid #E8431A;
    padding: 4px 0 4px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #7ab3d8;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* ── CAMERA TYPES GRID ── */
.camera-types-grid {
    margin-top: 40px;
}

/* ── PROPERTY TYPES ── */
.property-types-grid {
    margin-top: 40px;
}

.property-types-extra {
    margin-top: 16px;
}

/* ── SERVICE AREAS ── */
.areas-label {
    font-size: 11px;
    font-weight: 700;
    color: #8a9aaa;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.areas-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fe6c00;
    color: #fff;
    padding: 13px 26px;
    border-radius: 6px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 8px;
}

/* ── INTERNAL LINK BANNER (Also See AMC) ── */
.also-see-section {
    padding: 48px 0;
}

.also-see-card {
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 14px;
    padding: 36px 40px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
}

.also-see-label {
    font-size: 11px;
    font-weight: 700;
    color: #fe6c00;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.also-see-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0f3772;
    margin-bottom: 8px;
    line-height: 1.3;
}

.also-see-card p {
    font-size: 14.5px;
    color: #484848;
    line-height: 1.7;
    margin: 0;
}

.also-see-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #0f3772;
    color: #fff;
    padding: 13px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ── PROPERTY TYPES SUB-HEADING ── */
.abt-shdr-sub {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 15.5px;
    color: #a8b8cc;
    line-height: 1.86;
}

/* ── EYEBROW CENTERED (navy sections) ── */
.abt-ey-center {
    justify-content: center;
}

/* ── SECTION HEADER DESC ── */
.abt-shdr-desc {
    max-width: 700px;
    margin: 0;
}

/* ── WHY HDR DESC ── */
.why-hdr-desc {
    max-width: 680px;
    margin: 0;
}

/* ── STATS SECTION OVERRIDE ── */
.stats-section {
    padding: 44px 0 !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .also-see-card {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .also-see-btn {
        width: fit-content;
    }
}

@media (max-width: 600px) {
    .also-see-card {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .also-see-card h3 {
        font-size: 17px;
    }

    .also-see-btn {
        width: 100%;
        justify-content: center;
    }

    .overview-ctas .btn-call,
    .overview-ctas .btn-wa {
        width: 100%;
        justify-content: center;
    }
}

/* ── GLOBAL HORIZONTAL SCROLL FIX ── */
html,
body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

section,
.pg-hero,
.abt-sec,
.howwork,
.why,
.faq,
.also-see-section,
.cli-slider-wrap,
.cl-slider-wrap,
.br-slider-wrap {
    overflow-x: hidden;
    max-width: 100%;
}

/* ── SOLUTIONS PAGE ── */
.sol-visual-card {
    background: linear-gradient(135deg, #0f3772 0%, #1a4080 100%);
    border-radius: 16px;
    padding: 40px;
    height: 100%;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.sol-visual-card-orb-top {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    pointer-events: none;
}

.sol-visual-card-orb-bottom {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(254, 108, 0, .08);
    pointer-events: none;
}

.sol-visual-inner {
    position: relative;
    z-index: 1;
}

.sol-visual-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-width: 2px;
    border-style: solid;
}

.sol-visual-icon i {
    font-size: 30px;
}

.sol-visual-sector-label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, .45);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.sol-visual-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
}

.sol-visual-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sol-visual-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 5px;
    padding: 5px 11px;
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, .85);
}

.sol-visual-tag i {
    font-size: 12px;
}

.sol-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 28px;
    position: relative;
    z-index: 1;
}

.sol-stat-box {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 8px;
    padding: 12px 8px;
    text-align: center;
}

.sol-stat-box .sol-stat-n {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}

.sol-stat-box .sol-stat-l {
    font-size: 11px;
    color: #8aaed0;
    font-weight: 500;
}

.sol-trust-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 28px;
}

.sol-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.sol-trust-item i {
    font-size: 16px;
    color: #fe6c00;
    flex-shrink: 0;
}

.sol-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.sol-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #0f3772;
    color: #fff;
    padding: 13px 24px;
    border-radius: 6px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    transition: background .18s;
}

.sol-cta-primary:hover {
    background: #fe6c00;
}

.sol-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fe6c00;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    transition: background .18s;
}

.sol-cta-secondary:hover {
    background: #d95800;
}

.sol-section-divider {
    border-top: 1px solid #e8e4df;
    margin: 56px 0;
}

.sol-row-reverse {
    direction: rtl;
}

.sol-row-reverse>* {
    direction: ltr;
}

.solutions-page-hdr p {
    max-width: 620px;
    margin: 0 auto;
    font-size: 15.5px;
    color: #484848;
    line-height: 1.86;
}

.why-desc-center {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
}

.service-areas-section {
    padding: 56px 0 !important;
}

.service-areas-hdr {
    text-align: center;
    margin-bottom: 28px;
}

.abt-areas-center {
    justify-content: center;
}

@media (max-width: 960px) {
    .sol-row-reverse {
        direction: ltr;
    }

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

    .sol-visual-card {
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .sol-visual-card {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .sol-visual-icon {
        width: 52px;
        height: 52px;
    }

    .sol-visual-icon i {
        font-size: 24px;
    }

    .sol-visual-title {
        font-size: 17px;
    }

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

    .sol-cta-primary,
    .sol-cta-secondary {
        width: 100%;
        justify-content: center;
    }

    .sol-section-divider {
        margin: 36px 0;
    }
}

/* ── SOL FEAT GRID (used in healthcare tabs) ── */
.sol-feat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px 0 24px;
}

.sol-feat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 500;
    color: #333;
    padding: 9px 12px;
    background: #fff;
    border: 1px solid #e8e4df;
    border-radius: 7px;
}

.sol-feat-item--cream {
    background: #f6f4f1;
}

.sol-feat-item i {
    font-size: 15px;
    color: #fe6c00;
    flex-shrink: 0;
}

/* ── CROSS LINK CARDS (also see section) ── */
.cross-link-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.cross-link-card {
    border-radius: 12px;
    padding: 28px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.cross-link-card--navy {
    background: #0f3772;
}

.cross-link-card--light {
    background: #f6f4f1;
    border: 1px solid #e8e4df;
}

.cross-link-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: rgba(255, 255, 255, .1);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cross-link-icon i {
    font-size: 22px;
    color: #ffa85c;
}

.cross-link-icon--white {
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 55, 114, .08);
}

.cross-link-icon--white i {
    color: #0f3772;
}

.cross-link-label {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.cross-link-label--dark {
    color: #0f3772;
}

.cross-link-desc {
    font-size: 13px;
    color: #a8b8cc;
    line-height: 1.6;
    margin-bottom: 14px;
}

.cross-link-desc--dark {
    color: #484848;
}

.cross-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: .18s;
}

.cross-link-btn--accent {
    background: #fe6c00;
    color: #fff;
}

.cross-link-btn--accent:hover {
    background: #d95800;
}

.cross-link-btn--navy {
    background: #0f3772;
    color: #fff;
}

.cross-link-btn--navy:hover {
    background: #fe6c00;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .cross-link-grid {
        grid-template-columns: 1fr;
    }

    .sol-feat-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .cross-link-card {
        padding: 20px;
    }
}

/* ── RESIDENTIAL PAGE ── */
.res-stat-sameday {
    font-size: 26px;
}

.res-img-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    line-height: 0;
}

.res-img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}

.res-img-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 6px;
    letter-spacing: .03em;
}

.res-img-badge i {
    font-size: 16px;
}

.res-note-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 14px 18px;
    margin-top: 14px;
    border-left: 3px solid #e8e4df;
    box-shadow: 0 2px 12px rgba(15, 55, 114, .06);
}

.res-note-card p {
    font-size: 13px;
    color: #484848;
    line-height: 1.65;
    margin: 0;
}

.res-feats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.res-feat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 500;
    color: #333;
    padding: 10px 12px;
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 8px;
    transition: .15s;
}

.res-feat:hover {
    border-color: var(--fc);
    background: #fff;
}

.res-feat i {
    font-size: 15px;
    color: var(--fc);
    flex-shrink: 0;
}

/* Packages eyebrow override */
.pkg-hdr .sec-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-left: 3px solid #E8431A;
    padding: 4px 0 4px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #E8431A;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

@media (max-width: 960px) {
    .res-img-wrap img {
        height: 280px;
    }

    .res-feats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .res-img-wrap img {
        height: 220px;
    }

    .res-feats {
        grid-template-columns: 1fr 1fr;
    }
}

/* ── PACKAGES PAGE ── */
.pkg-intro-desc {
    max-width: 640px;
    margin: 0 auto;
    font-size: 15.5px;
    color: #484848;
    line-height: 1.86;
    text-align: center;
}

.pkg-included-grid {
    margin-top: 40px;
}

/* ── HD vs IP COMPARISON TABLE ── */
.pkg-table-wrap {
    overflow-x: auto;
    margin-top: 40px;
}

.pkg-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 600px;
}

.pkg-th {
    padding: 14px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.pkg-th--navy {
    text-align: left;
    background: #0f3772;
    border-radius: 8px 0 0 0;
}

.pkg-th--blue {
    text-align: center;
    background: #2d6fd4;
}

.pkg-th--orange {
    text-align: center;
    background: #fe6c00;
    border-radius: 0 8px 0 0;
}

.pkg-tr--white {
    background: #fff;
}

.pkg-tr--cream {
    background: #f8f7f5;
}

.pkg-td {
    padding: 13px 20px;
    text-align: center;
    color: #484848;
    border-bottom: 1px solid #eee;
}

.pkg-td--label {
    text-align: left;
    font-weight: 600;
    color: #0f3772;
}

.pkg-compare-cta {
    text-align: center;
    margin-top: 28px;
}

.pkg-compare-cta p {
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 16px;
}

.pkg-compare-cta-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 600px) {
    .pkg-compare-cta-btns {
        flex-direction: column;
        align-items: stretch;
    }

    .pkg-compare-cta-btns .cross-link-btn {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .pkg-th--navy {
        border-radius: 8px 0 0 0;
    }

    .pkg-th--orange {
        border-radius: 0 8px 0 0;
    }
}

/* ── PACKAGES PAGE — custom note box ── */
.pkg-custom-note {
    text-align: center;
    margin-top: 24px;
    background: #fff;
    border: 1px solid #e8e4df;
    border-radius: 12px;
    padding: 20px 24px;
}

.pkg-custom-note p {
    font-size: 14px;
    color: #484848;
    margin-bottom: 12px;
}

.pkg-custom-note strong {
    color: #0f3772;
}

.pkg-custom-note .areas-call-btn {
    display: inline-flex;
}

/* ── HD/IP page — "when to choose" note ── */
.pkg-choose-note {
    background: #f6f4f1;
    border-left: 3px solid #2d6fd4;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
    margin-top: 16px;
    font-size: 13.5px;
    color: #484848;
    line-height: 1.65;
}

.pkg-choose-note strong {
    color: #0f3772;
}

/* ── PACKAGES PAGE — custom note box ── */
.pkg-custom-note {
    text-align: center;
    margin-top: 24px;
    background: #fff;
    border: 1px solid #e8e4df;
    border-radius: 12px;
    padding: 20px 24px;
}

.pkg-custom-note p {
    font-size: 14px;
    color: #484848;
    margin-bottom: 12px;
}

.pkg-custom-note strong {
    color: #0f3772;
}

.pkg-custom-note .areas-call-btn {
    display: inline-flex;
}

/* ── HD/IP page — "when to choose" note ── */
.pkg-choose-note {
    background: #f6f4f1;
    border-left: 3px solid #2d6fd4;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
    margin-top: 16px;
    font-size: 13.5px;
    color: #484848;
    line-height: 1.65;
}

.pkg-choose-note--orange {
    border-left-color: #fe6c00;
}

.pkg-choose-note strong {
    color: #0f3772;
}

/* ── IP page story image ── */
.ip-story-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

@media (max-width: 960px) {
    .ip-story-img {
        height: 280px;
    }
}

@media (max-width: 600px) {
    .ip-story-img {
        height: 220px;
    }
}

/* ═══════════════════════════════════════════════
   BRAND DEALER PAGES — shared CSS
   Add to components.css
   ═══════════════════════════════════════════════ */

/* ── BRAND CARD (dark navy showcase card) ── */
.brand-card-wrap {
    background: #0f3772;
    border-radius: 14px;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    position: relative;
    overflow: hidden;
}

.brand-card-orb-top {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    pointer-events: none;
}

.brand-card-orb-bottom {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(254, 108, 0, .08);
    pointer-events: none;
}

.brand-card-logo {
    max-height: 80px;
    max-width: 220px;
    width: auto;
    object-fit: contain;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.brand-card-inner {
    text-align: center;
    position: relative;
    z-index: 1;
}

.brand-card-tagline {
    font-size: 13px;
    font-weight: 700;
    color: #a8b8cc;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.brand-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 6px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.brand-card-badge i {
    color: #ffa85c;
}

/* ── BRAND FEATURE PILLS (2-col grid in overview) ── */
.brand-feat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px 0 24px;
}

.brand-feat-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: #0f3772;
    padding: 9px 12px;
    background: #fff;
    border: 1px solid #e8e4df;
    border-radius: 7px;
}

.brand-feat-pill i {
    font-size: 16px;
    flex-shrink: 0;
}

/* ── BRAND OVERVIEW CTA BUTTONS ── */
.brand-cta-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.brand-cta-call {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    padding: 13px 26px;
    border-radius: 6px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .18s;
}

.brand-cta-call:hover {
    opacity: .88;
}

.brand-cta-wa {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    color: #0f3772;
    padding: 12px 22px;
    border-radius: 6px;
    border: 2px solid #0f3772;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
    transition: .18s;
}

.brand-cta-wa:hover {
    background: #0f3772;
    color: #fff;
}

/* ── BRAND CAMERA TYPE / MODEL GRID ── */
.brand-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.brand-feat-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.brand-feat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 500;
    color: #333;
    padding: 9px 12px;
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 7px;
}

.brand-feat-item i {
    font-size: 15px;
    flex-shrink: 0;
}

.brand-model-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

.brand-model-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    padding: 9px 12px;
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 7px;
}

.brand-model-item i {
    font-size: 14px;
    flex-shrink: 0;
}

.brand-model-note {
    border-radius: 0 8px 8px 0;
    padding: 12px 16px;
    margin-top: 16px;
    font-size: 13.5px;
    color: #484848;
    line-height: 1.65;
    background: #f6f4f1;
    border-left-width: 3px;
    border-left-style: solid;
}

.brand-model-note strong {
    color: #0f3772;
}

/* ── BEST FOR SECTION ── */
.brand-best-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 40px;
}

.brand-best-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 500;
    color: #333;
    padding: 9px 12px;
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 7px;
}

.brand-best-item i {
    font-size: 15px;
    flex-shrink: 0;
}

.brand-best-cta {
    text-align: center;
    margin-top: 28px;
}

.brand-best-cta p {
    font-size: 14.5px;
    color: #484848;
    margin-bottom: 16px;
}

.brand-best-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    padding: 13px 28px;
    border-radius: 6px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .18s;
}

.brand-best-btn:hover {
    opacity: .88;
}

/* ── OTHER BRANDS SECTION ── */
.brand-others-hdr {
    text-align: center;
    margin-bottom: 28px;
}

.brand-others-hdr p {
    font-size: 15px;
    color: #484848;
    max-width: 560px;
    margin: 0 auto;
}

/* ── BRANDS INDEX PAGE CARDS ── */
.brand-idx-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 48px;
}

.brand-idx-intro {
    max-width: 600px;
    margin: 0 auto;
    font-size: 15.5px;
    color: #484848;
    line-height: 1.86;
    text-align: center;
}

.brand-idx-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1.5px solid #e8e4df;
    border-radius: 12px;
    padding: 18px 16px;
    text-decoration: none;
    transition: .18s;
}

.brand-idx-card:hover {
    border-color: #fe6c00;
    box-shadow: 0 6px 24px rgba(254, 108, 0, .10);
    transform: translateY(-2px);
}

.brand-idx-logo {
    width: 64px;
    height: 40px;
    min-width: 64px;
    background: #f6f4f1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.brand-idx-logo img {
    max-height: 26px;
    max-width: 54px;
    width: auto;
    object-fit: contain;
}

.brand-idx-body {
    flex: 1;
    min-width: 0;
}

.brand-idx-name {
    font-size: 14px;
    font-weight: 700;
    color: #0f3772;
    margin-bottom: 2px;
}

.brand-idx-tag {
    font-size: 11.5px;
    color: #6b6b6b;
    line-height: 1.3;
    margin-bottom: 3px;
}

.brand-idx-country {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #9a9aa0;
    font-weight: 500;
}

.brand-idx-country i {
    font-size: 12px;
}

.brand-idx-arr {
    font-size: 16px;
    color: #c8cdd8;
    flex-shrink: 0;
    transition: color .15s;
}

.brand-idx-card:hover .brand-idx-arr {
    color: #fe6c00;
}

/* ── BRAND abt-sf FLOAT BOX ── */
.brand-abt-sf {
    bottom: -16px;
    right: -16px;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .brand-two-col {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

@media (max-width: 600px) {
    .brand-card-wrap {
        padding: 32px 20px;
        min-height: auto;
    }

    .brand-feat-items {
        grid-template-columns: 1fr;
    }

    .brand-best-grid {
        grid-template-columns: 1fr;
    }

    .brand-idx-grid {
        grid-template-columns: 1fr 1fr;
    }

    .brand-cta-call,
    .brand-cta-wa {
        width: 100%;
        justify-content: center;
    }

    .brand-cta-row {
        flex-direction: column;
    }
}

/* ═══════════════════════════════════════════════
   CAMERA TYPE PAGES — shared CSS
   Add to components.css (below brand-pages CSS)
   ═══════════════════════════════════════════════ */

/* ── FEATURE CARDS (why choose section) ── */
.cam-feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.cam-feat-card {
    background: #fff;
    border: 1px solid #e8e4df;
    border-radius: 12px;
    padding: 22px 20px;
    transition: box-shadow .18s, border-color .18s;
}

.cam-feat-card:hover {
    box-shadow: 0 4px 20px rgba(13, 43, 94, .08);
}

.cam-feat-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    flex-shrink: 0;
}

.cam-feat-icon i {
    font-size: 21px;
}

.cam-feat-title {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f3772;
    margin-bottom: 7px;
}

.cam-feat-desc {
    font-size: 13px;
    color: #6b6b6b;
    line-height: 1.65;
    margin: 0;
}

/* ── SPECS + BEST FOR layout ── */
.cam-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

/* ── SPEC TABLE ── */
.cam-spec-wrap {
    overflow: hidden;
    border: 1px solid #e8e4df;
    border-radius: 10px;
}

.cam-spec-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.cam-spec-row {
    background: #fff;
}

.cam-spec-row--alt {
    background: #f8f7f5;
}

.cam-spec-label {
    padding: 11px 16px;
    font-weight: 600;
    color: #0f3772;
    border-bottom: 1px solid #eee;
    width: 45%;
    font-size: 13.5px;
}

.cam-spec-val {
    padding: 11px 16px;
    color: #484848;
    border-bottom: 1px solid #eee;
    font-size: 13.5px;
}

/* ── BEST FOR grid ── */
.cam-best-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-bottom: 24px;
}

.cam-best-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    padding: 8px 12px;
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 7px;
}

.cam-best-item i {
    font-size: 13px;
    flex-shrink: 0;
}

/* ── "Not sure?" navy info card ── */
.cam-not-sure {
    background: #0f3772;
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.cam-not-sure i {
    font-size: 22px;
    color: #ffa85c;
    flex-shrink: 0;
    margin-top: 1px;
}

.cam-not-sure-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.cam-not-sure-desc {
    font-size: 13px;
    color: #a8b8cc;
    line-height: 1.65;
}

/* ── SERVICE AREAS section ── */
.cam-areas-section {
    padding: 48px 0;
}

.cam-areas-hdr {
    text-align: center;
    margin-bottom: 24px;
}

.cam-areas-hdr p {
    font-size: 15px;
    color: #484848;
    max-width: 520px;
    margin: 8px auto 0;
}

/* ── BRANDS intro ── */
.cam-brands-intro {
    max-width: 580px;
    margin: 0 auto;
    font-size: 15px;
    color: #484848;
    line-height: 1.86;
    text-align: center;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .cam-feat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cam-two-col {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .cam-feat-grid {
        grid-template-columns: 1fr;
    }

    .cam-best-grid {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════════════
   CAMERA TYPE PAGES — shared CSS
   Add to components.css (below brand-pages CSS)
   ═══════════════════════════════════════════════ */

/* ── FEATURE CARDS (why choose section) ── */
.cam-feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.cam-feat-card {
    background: #fff;
    border: 1px solid #e8e4df;
    border-radius: 12px;
    padding: 22px 20px;
    transition: box-shadow .18s, border-color .18s;
}

.cam-feat-card:hover {
    box-shadow: 0 4px 20px rgba(13, 43, 94, .08);
}

.cam-feat-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    flex-shrink: 0;
}

.cam-feat-icon i {
    font-size: 21px;
}

.cam-feat-title {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f3772;
    margin-bottom: 7px;
}

.cam-feat-desc {
    font-size: 13px;
    color: #6b6b6b;
    line-height: 1.65;
    margin: 0;
}

/* ── SPECS + BEST FOR layout ── */
.cam-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

/* ── SPEC TABLE ── */
.cam-spec-wrap {
    overflow: hidden;
    border: 1px solid #e8e4df;
    border-radius: 10px;
}

.cam-spec-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.cam-spec-row {
    background: #fff;
}

.cam-spec-row--alt {
    background: #f8f7f5;
}

.cam-spec-label {
    padding: 11px 16px;
    font-weight: 600;
    color: #0f3772;
    border-bottom: 1px solid #eee;
    width: 45%;
    font-size: 13.5px;
}

.cam-spec-val {
    padding: 11px 16px;
    color: #484848;
    border-bottom: 1px solid #eee;
    font-size: 13.5px;
}

/* ── BEST FOR grid ── */
.cam-best-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-bottom: 24px;
}

.cam-best-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    padding: 8px 12px;
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 7px;
}

.cam-best-item i {
    font-size: 13px;
    flex-shrink: 0;
}

/* ── "Not sure?" navy info card ── */
.cam-not-sure {
    background: #0f3772;
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.cam-not-sure i {
    font-size: 22px;
    color: #ffa85c;
    flex-shrink: 0;
    margin-top: 1px;
}

.cam-not-sure-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.cam-not-sure-desc {
    font-size: 13px;
    color: #a8b8cc;
    line-height: 1.65;
}

/* ── SERVICE AREAS section ── */
.cam-areas-section {
    padding: 48px 0;
}

.cam-areas-hdr {
    text-align: center;
    margin-bottom: 24px;
}

.cam-areas-hdr p {
    font-size: 15px;
    color: #484848;
    max-width: 520px;
    margin: 8px auto 0;
}

/* ── BRANDS intro ── */
.cam-brands-intro {
    max-width: 580px;
    margin: 0 auto;
    font-size: 15px;
    color: #484848;
    line-height: 1.86;
    text-align: center;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .cam-feat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cam-two-col {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .cam-feat-grid {
        grid-template-columns: 1fr;
    }

    .cam-best-grid {
        grid-template-columns: 1fr;
    }
}

/* ── CAMERA INDEX — type cards ── */
.cam-idx-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 48px;
}

.cam-idx-card {
    background: #fff;
    border: 1.5px solid #e8e4df;
    border-radius: 14px;
    padding: 24px;
    text-decoration: none;
    transition: border-color .18s, box-shadow .18s, transform .18s;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    overflow: hidden;
}

.cam-idx-card:hover {
    box-shadow: 0 8px 28px rgba(13, 43, 94, .10);
    transform: translateY(-4px);
}

.cam-idx-icon {
    width: 52px;
    height: 52px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cam-idx-icon i {
    font-size: 26px;
}

.cam-idx-body {
    flex: 1;
}

.cam-idx-name {
    font-size: 16px;
    font-weight: 700;
    color: #0f3772;
    margin-bottom: 5px;
}

.cam-idx-tag {
    font-size: 13px;
    color: #6b6b6b;
    line-height: 1.5;
    margin-bottom: 12px;
}

.cam-idx-arr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cam-idx-arr span {
    font-size: 12.5px;
    color: #8a9aaa;
}

.cam-idx-arr i {
    font-size: 15px;
}

@media (max-width: 960px) {
    .cam-idx-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .cam-idx-grid {
        grid-template-columns: 1fr;
    }
}

/* ── DESKTOP: WhatsApp bubble ── */
.fcta-wa-bubble {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9000;
    display: flex;
    align-items: center;
}

.fcta-wa-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 13px 22px 13px 16px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 4px 18px rgba(37, 211, 102, .40);
    transition: transform .18s, box-shadow .18s;
    white-space: nowrap;
}

.fcta-wa-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(37, 211, 102, .48);
}

.fcta-wa-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.fcta-wa-label {
    letter-spacing: .01em;
}

/* ── MOBILE: sticky bottom bar ── */
.fcta-mobile-bar {
    display: none;
}

@media (max-width: 767px) {

    /* Hide desktop bubble on mobile */
    .fcta-wa-bubble {
        display: none;
    }

    /* Show mobile bar */
    .fcta-mobile-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9000;
        height: 60px;
        box-shadow: 0 -2px 16px rgba(0, 0, 0, .13);
    }

    .fcta-mobile-call,
    .fcta-mobile-wa {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: .01em;
    }

    .fcta-mobile-call {
        background: #0f3772;
        color: #fff;
    }

    .fcta-mobile-wa {
        background: #25D366;
        color: #fff;
    }

    /* Push page content up so bottom bar doesn't cover it */
    body {
        padding-bottom: 60px;
    }
}
