:root{
    --unisoft-green: #86b047;
    --unisoft-blue: #223778;
    --u-radius:22px;
}
.fnp-bg-1 {
    background-color: var(--unisoft-green) !important;
}
.fnp-bg-2 {
    background-color: var(--unisoft-blue) !important;
}
.fnp-color-1 {
    color: var(--unisoft-green) !important;
}
.fnp-color-2 {
    color: var(--unisoft-blue) !important;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1640px;
    }
}
.fnp_subtitle {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    border-radius: 999px;
    background: rgba(34, 55, 120, 0.8);
    border: #223778;
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 5px 14px;
    max-width: max-content;
}
.fnp_title {
    font-size: 70px;
    margin: 30px 0;
    line-height: 1.25;
    word-wrap: break-word;
}
.fnp_detail p, .fnp_detail li {
    font-size: 20px;
    color: #404040;
}
.fnp_detail ul li {
    font-size: 20px;
    color: #404040;
}
.fnp_btn {
    padding: 14px 26px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    border-radius: 999px;
    background: var(--unisoft-green);
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(134, 176, 71, .25);
    transition: .2s ease;
}
/* HEADER START */
#topbar{
    background: rgb(34 55 120 / 55%);
    overflow: visible;
}
#topbar a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2px;
}
.topbar-widget i {
    margin-right: 5px;
}
.btn-topbar {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .2px;
    position: relative;
}
.btn-topbar:after{
    font-family: FontAwesome;
    content: "\f078";
    padding-left: 5px;
    font-size: 8px;
    position: relative;
    top: -2px;
    color: rgba(255, 255, 255, .75);
}
.btn-topbar ul {
    margin: 0;
    padding: 0;
    width: max-content;
    list-style: none;
    background: #fff;
    height: auto;
    position: absolute;
    left: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    outline: none;
}
.btn-topbar:hover ul  {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
}
.btn-topbar ul li a {
    display: block;
    padding: 10px;
    color: #606060!important;
}

#mainmenu >li>a {
    font-size: 20px;
}
#mainmenu>li.has-child:after {
    font-size: 10px;
}
#mainmenu li ul {
    width: 230px;
}
#mainmenu li li a.menu-item {
    padding: 10px 15px;
    font-size: 16px;
    color: var(--unisoft-blue);
    font-weight: 500;
}
#mainmenu li li a.menu-item:hover {
    color: #fff;
    background-color: var(--unisoft-green);;
}
#mainmenu li ul.mega>li {
    background: #fff;
}
#mainmenu li ul.mega>li ul {
    margin-left: 0;
}
#mainmenu ul.mega>li ul li {
    margin-bottom: 35px!important;
}
#mainmenu li ul.mega ul li a {
    display: flex;
    gap: 10px;
}
#mainmenu li ul.mega .icon {
    max-width: max-content;
    max-height: max-content;
    padding: 10px;
    border-radius: 8px;
    background: rgba(134, 176, 71, 0.15);
    border-color: rgba(134, 176, 71,1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#mainmenu li ul.mega ul li a .title {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--unisoft-blue);
}
#mainmenu li ul.mega .sb-menu{
    border:none
}
#extra-wrap {
    width: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
#extra-wrap.open {
    opacity: 1;
    visibility: visible;
}
#extra-wrap.open #extra-content {
    background: rgba(34, 55, 120, 0.15);
    border-color: #223778;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.unisoft-mega{
    padding: 18px;
}
.unisoft-mega-inner{
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 16px;
    align-items: start;
}
.unisoft-cats{
    padding: 14px;
    border-radius: var(--u-radius);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
}
.unisoft-cats-title{
    font-size: 24px;
    font-weight: 600;
    opacity: 1;
    margin-bottom: 25px;
    margin-top: 10px;
    margin-left: 10px;
}
.unisoft-cat{
    width: 100%;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    padding: 12px 12px;
    border-radius: 16px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 10px;
    transition: .2s ease;
    border: 1px solid transparent;
    margin-bottom: 15px;
}
.unisoft-cat:hover{
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.14);
}
.unisoft-cat.active{
    background: rgba(134,176,71,.16);
    border-color: rgba(134,176,71,.45);
    box-shadow: 0 0 0 3px rgba(134,176,71,.18);
    position: relative;
}
.unisoft-cat span{
    padding-left: 5px;
    font-size: 18px;
    font-weight: 600;
}
.unisoft-cards{
    padding: 6px;
}
.unisoft-card-group{
    display: none;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
}
.unisoft-card-group.active{
    display: grid;
}
.unisoft-card{
    border-radius: var(--u-radius);
    color: #0b1020;
    background: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(34,55,120,.10);
    transition: .2s ease;
    min-height: 180px;
}
.unisoft-card:hover{
    border-color: rgba(34,55,120,.20);
    box-shadow: 0 14px 35px rgba(0,0,0,.10);
}
.unisoft-card-title{
    font-size: 20px;
    font-weight: 800;
    color: var(--unisoft-blue);
    line-height: 1.15;

}
.unisoft-card-sub{
    margin-top: 6px;
    font-size: 16px;
    opacity: 1;
    color: #fff;
}
@media (max-width: 992px){
    .unisoft-mega-inner{ grid-template-columns: 1fr; }
    .unisoft-card-group{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 520px){
    .unisoft-card-group{ grid-template-columns: 1fr; }
}
.card-title-out {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    z-index: 9;
    width: 100%;
}
.unisoft-cards,
.unisoft-card-group{
    contain: layout paint style;
}
.unisoft-card{
    will-change: transform;
    transform: translateZ(0);
}
.unisoft-card:hover{
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
}
.unisoft-card img {
    transition: .2s ease;
}
.unisoft-card:hover img {
    transform: scale(1.1);
}
.unisoft-card-group{
    content-visibility: auto;
    contain-intrinsic-size: 600px;
}
.unisoft-cats,
.card-title-out{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
@supports not ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))) {
    .unisoft-cats,
    .card-title-out{
        background: rgba(255,255,255,.14);
    }
}
header.smaller {
    background: #fff;
    box-shadow: 0 10px 35px 0 rgba(0,0,0, 0.05);
}
header .logo-main{
    display: block;
}
header .logo-scroll{
    display: none;
}
header.smaller .logo-main{
    display: none;
}
header.smaller .logo-scroll{
    display: block;
}
header.smaller #mainmenu a.menu-item {
    color: #606060;
}
header.smaller #mainmenu>li.has-child:after {
    color: #606060;
}
header.smaller #btn-extra span{
    border-color: #606060;
}
div#logo img {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 200px;
}
#btn-extra {
    width: 35px;
}
/* HEADER END */

/* SLIDER START */
.unisoft-swiper{
    width: 100%;
    height: 100vh;
    min-height: 680px;
    position: relative;
}

.unisoft-slide{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.unisoft-slide-media{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.unisoft-slide-overlay{
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    padding: 80px 0 120px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .15) 45%, rgba(0, 0, 0, 0.05) 100%);
}

.unisoft-slide-overlay h1,
.unisoft-slide-overlay .lead,
.unisoft-slide-overlay .subtitle{
    color: #fff;
}

.unisoft-pagination{
    position: absolute !important;
    left: auto!important;
    right: 3%;
    bottom: 10% !important;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 0 16px;
    width: max-content !important;
}

.unisoft-pagination .swiper-pagination-bullet{
    width: 160px;
    height: 110px;
    opacity: 1;
    background: transparent;
    border-radius: 14px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.unisoft-bullet{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.unisoft-bullet img{
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.unisoft-bullet span{
    max-width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
}

.unisoft-pagination .swiper-pagination-bullet-active{
    background: rgba(134, 176, 71, 0.35);     /* yeşil tint */
    border-color: rgba(134, 176, 71, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#hero-swiper [data-icon]:before{
    display: none;
}
@media (max-width: 575px){
    .unisoft-swiper{ min-height: 620px; }
    .unisoft-bullet span{ display:none; } /* istersen kapat */
    .unisoft-pagination .swiper-pagination-bullet{
        padding: 10px;
    }
}
#hero-swiper .swiper-slide{
    opacity: 0;
    pointer-events: none;
}
#hero-swiper .swiper-slide-active{
    opacity: 1;
    pointer-events: auto;
}
#hero-swiper .unisoft-slide-media{
    width:100%;
    height:100%;
    object-fit:cover;
    transform: scale(1.06);
    transition: transform .2s ease;
    will-change: transform;
}
#hero-swiper .swiper-slide-active .unisoft-slide-media{
    transform: scale(1);
}
#hero-swiper .sw-text-wrapper{
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .6s ease, transform .6s ease;
}
#hero-swiper .swiper-slide-active .sw-text-wrapper{
    opacity: 1;
    transform: translateY(0);
}
.unisoft-slide-overlay .subtitle{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255,255,255,.78);
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(0,0,0,.22);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(8px);
}
.unisoft-slide-overlay .btn-main, .uni-product-hero-actions .btn-main{
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 999px;
    background: var(--unisoft-blue);
    color: #fff !important;
    box-shadow: 0 14px 30px rgb(34 55 120 / 25%);
    transition: .2s ease;
}
.uni-product-hero-actions .btn-main {
    background: var(--unisoft-green);
}
.unisoft-slide-overlay .btn-main:hover, .uni-product-hero-actions .btn-main:hover{
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(134,176,71,.32);
    color: #fff;
}

.unisoft-slide-overlay .btn-line{
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.22);
    color: #fff !important;
    backdrop-filter: blur(10px);
    transition: .2s ease;
}

.unisoft-slide-overlay .btn-line:hover{
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.32);
    transform: translateY(-1px);
}
.subtitle:before {
    display: none;
}
.hero-title--abart{
    font-size: 84px;
    line-height: 1.06;
    letter-spacing: .2px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.hero-title--abart span{ display:inline-block; }

.u-reg{ font-weight: 500; opacity: .95; }
.u-bold{ font-weight: 900; }
.u-ital{ font-weight: 700; font-style: italic; opacity: .98; }

.u-outline{
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1.4px rgba(255,255,255,.85);
    text-stroke: 1.4px rgba(255,255,255,.85);
    filter: drop-shadow(0 18px 40px rgba(0,0,0,.25));
}

.u-green{
    color: var(--unisoft-green);
    text-shadow: 0 14px 35px rgba(134,176,71,.28);
}
.hero-desc p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #fff;
    margin-bottom: 20px;
}
.yt-bg-wrap{
    position:absolute;
    inset:0;
    z-index:1;
    overflow:hidden;
}

/* iframe’i video gibi büyütüp ortala (cover — JS gelene kadar yedek) */
.yt-bg{
    position:absolute;
    left:50%;
    top:50%;
    width:100vw;
    height:56.25vw;
    min-width:177.78vh;
    min-height:100%;
    transform: translate(-50%, -50%);
    border:0;
    pointer-events:none; /* tıklanmasın */
}
/* SLIDER END */

/* ABOUT US SECTION START */
.video-cover{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.bg-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.col-lg-6.position-lg-absolute.right-half .video-cover{
    position: absolute;
    inset: 0;
}
/* kritik: iframe’in referans alacağı alan */
.yt-col{
    position: relative;
    min-height: 320px;   /* mobilde görünmesi için. istersen artır */
}

/* cover alan */
.yt-wrap{
    position:absolute;
    inset:0;
    overflow:hidden;
}

/* iframe’i video gibi büyüt/ortala */
.yt-iframe{
    position:absolute;
    top:50%;
    left:50%;
    width:100vw;
    height:56.25vw;         /* 16:9 */
    min-width:177.78vh;     /* 16:9 */
    min-height:100vh;
    transform:translate(-50%, -50%);
    border:0;
    pointer-events:none;    /* tıklanmasın */
}

/* ABOUT US SECTION END */

/* MARQUEE SECTION START */
.fnp-marquee-tilt{ margin-left:-6vw; transform-origin:left center; }
.fnp-marquee-tilt.is-left{ transform: rotate(-6deg) skewX(-8deg); }
.fnp-marquee-tilt.is-right{ transform: rotate(6deg) skewX(8deg); margin-left:0; margin-right:-6vw; transform-origin:right center; }

.fnp-marquee{
    width:120%; left:-10%; position:relative; padding:18px 0; margin:18px 0;
    background:rgba(34,55,120,.85);
    border-top:1px solid rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.06);
    overflow:hidden;
}
.fnp-track{
    display:flex; align-items:center;
    width:fit-content;
    white-space:nowrap;
    gap:0;
    will-change:transform;
    animation: fnp-marquee 23s linear infinite;
}
.fnp-track span{
    font-weight:800; text-transform:uppercase;
    font-size:clamp(36px,6vw,84px); line-height:1;
    color:rgba(255,255,255,.92);
    padding-right:60px;
}
@keyframes fnp-marquee{ to{ transform: translateX(-50%); } }

.fnp-marquee-tilt.is-right .fnp-track{ animation-duration: 28s; transform: translateX(-10%); }

@media (max-width:768px){
    .fnp-marquee-tilt.is-left{ transform: rotate(-3deg) skewX(-4deg); }
    .fnp-marquee-tilt.is-right{ transform: rotate(3deg) skewX(4deg); margin-right:-10vw; }
    .fnp-marquee{ width:140%; left:-20%; }
}
/* MARQUEE SECTION END */


/* FAQ SECTION START */
.rounded-top-end-60 {
    border-top-right-radius: 60px;
}
.accordion-section-title {
    font-size: 20px;
    color: #404040;
}
.accordion-section-content p {
    font-size: 18px;
    color: #404040;
}
/* FAQ SECTION END */

/* PRODUCT SECTION START */
#uProds_section.uProds_wrap{
    background:#fff;
}
.uProds_head{
    text-align:center;
    margin-bottom: 40px;
}
.uProds_title{
    font-size: clamp(28px, 3.4vw, 44px);
    line-height:1.1;
    margin:0 0 10px;
    color: var(--unisoft-blue);
    letter-spacing:-0.02em;
}
.uProds_card{
    position:relative;
    border-radius:26px;
    background:#fff;
    box-shadow:0 18px 40px rgba(17,24,39,.08);
    overflow:hidden;
    padding: 22px 22px 36px 22px;
}

/* SWIPER */
#uProds_swiper.uProds_slider{
    position:relative;
    z-index:1;
}

.uProds_slide{
    background:transparent;
    padding: 0;
}

/* GRID */
.uProds_grid{
    display:grid;
    grid-template-columns: 1.85fr 1fr;
    gap: clamp(18px, 2.4vw, 28px);
    align-items:center;
    border-radius:20px;
    background:#fff;
    border:1px solid rgba(17,24,39,.06);
    padding: clamp(14px, 2vw, 20px);
    margin: 20px 5px;
}

/* MEDIA */
.uProds_media{
    position:relative;
    border-radius:18px;
    overflow:hidden;
    height: 550px;
    background:#f3f4f6;
}
.uProds_img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transform: scale(1);
    transition: transform .55s ease;
}
.uProds_media:hover .uProds_img{
    transform: scale(1.04);
}
.uProds_content{
    padding: 6px 6px;
}
.uProds_h3{
    margin:0 0 10px;
    font-size: 48px;
    color:#111827;
}
.uProds_p{
    margin:0 0 14px;
    color:#6b7280;
    line-height:1.75;
    font-size:20px;
}
.uProds_list{
    margin:0 0 18px;
    padding:0;
    list-style:none;
    display:grid;
    gap:8px;
    color:#374151;
    font-size:20px;
}
.uProds_list li{
    padding-left:18px;
    position:relative;
}
.uProds_list li:before{
    content:"";
    position:absolute;
    left:0;
    top:9px;
    width:8px;
    height:8px;
    border-radius:999px;
    background: var(--unisoft-green);
}

/* ACTIONS */
.uProds_actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
.uProds_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:46px;
    padding: 0 18px;
    border-radius:999px;
    text-decoration:none;
    font-weight:700;
    font-size:14px;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
    user-select:none;
    white-space:nowrap;
}
.uProds_btn:active{ transform: translateY(1px); }

.uProds_btnPrimary{
    background: var(--unisoft-green);
    color:#fff;
    box-shadow:0 12px 26px rgba(134,176,71,.22);
}
.uProds_btnPrimary:hover{
    box-shadow:0 16px 34px rgba(134,176,71,.28);
}

.uProds_btnGhost{
    background:#fff;
    color: var(--unisoft-blue);
    border:1px solid rgba(34,55,120,.22);
}
.uProds_btnGhost:hover{
    box-shadow:0 12px 26px rgba(34,55,120,.10);
}

/* NAV */
.uProds_nav{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    width:46px;
    height:46px;
    border-radius:999px;
    border:1px solid rgba(17,24,39,.08);
    background: var(--unisoft-green);
    box-shadow:0 12px 26px rgba(17,24,39,.10);
    cursor:pointer;
    z-index:10;
    display:grid;
    place-items:center;
    font-size:22px;
    color:#fff;
}
.uProds_prev{ left: 14px; }
.uProds_next{ right: 14px; }
.uProds_nav:hover{
    background: var(--unisoft-green);
    opacity: .7;
    color:#fff;
    border-color: transparent;
}

/* TABS */
#uProds_tabs.uProds_tabs{
    margin-top: 12px;
    display:flex;
    justify-content:center;
    gap: 12px;
    flex-wrap:wrap;
    position:relative;
    z-index:2;
}
.uProds_tabBtn{
    border:1px solid rgba(17,24,39,.08);
    background:#fff;
    color:#6b7280;
    font-weight:700;
    font-size: 18px;
    padding: 11px 22px;
    border-radius:999px;
    cursor:pointer;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.uProds_tabBtn:hover{
    border-color: rgba(34,55,120,.22);
    color: var(--unisoft-blue);
}
.uProds_tabBtn.is-active{
    background: rgba(134,176,71,.14);
    border-color: rgba(134,176,71,.22);
    color:#111827;
}
#uProds_section .uProds_card{
    overflow: visible;
}

#uProds_section #uProds_swiper{
    position: relative;
    border-radius: 26px;
    -webkit-clip-path: inset(0 round 26px);
    clip-path: inset(0 round 26px);
}

#uProds_section #uProds_swiper .swiper-wrapper{
    will-change: transform;
}

@media (max-width: 980px){
    .uProds_grid{ grid-template-columns: 1fr; }
    .uProds_media{ height: 280px; }
    .uProds_prev{ left: 10px; }
    .uProds_next{ right: 10px; }
}

/* PRODUCT SECTION END */


/* PARALLAX SECTION START */
.uni-case-section {
    position: relative;
    padding: 140px 0;
}
.uni-case-section .container {
    position: relative;
    z-index: 9;
}
.uni-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            120deg,
            rgba(34,55,120,0.85) 0%,
            rgba(10,20,40,0.95) 60%
    );
    z-index: -1;
}
.uni-title span {
    color: var(--unisoft-green);
}
.uni-card {
    backdrop-filter: blur(14px);
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    padding: 30px;
    transition: .3s;
    height: 100%;
}

.uni-card:hover {
    transform: translateY(-6px);
    border-color: rgba(134,176,71,.4);
}

.uni-card h4,
.uni-card .uni-card-title {
    margin-bottom: 20px;
    font-weight: 700;
}

.uni-card ul {
    padding-left: 18px;
}

.uni-card li {
    margin-bottom: 10px;
    opacity: .85;
}

.uni-case-section .uni-card .fnp_detail p,
.uni-case-section .uni-card .fnp_detail li {
    color: #fff;
}
/* PARALLAX SECTION END */

/* PARALLAX 2 SECTION START */
.parallax_2 {

    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 350px;
}
/* PARALLAX 2 SECTION END */

.section-dark .sw-text-wrapper .fnp_detail p,
.section-dark .sw-text-wrapper .fnp_detail li {
    color: #fff;
}

/* PROJECT SECTION START */
.uni-projects-vh{
    position: relative;
    overflow: hidden;
    padding: 0;
}

/* swiper full height */
.uniProjectsSwiper,
.uniProjectsSwiper .swiper-slide{
    height: 100vh;
    min-height: 640px;
}

/* background */
.uni-p-bg{
    position:absolute;
    inset:0;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
}

/*
.uni-p-overlay{
    position:absolute;
    inset:0;
    background:
            radial-gradient(900px 520px at 18% 40%, rgba(34,55,120,.55), rgba(0,0,0,.25) 55%, rgba(0,0,0,.78)),
            linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.25) 55%, rgba(0,0,0,.55) 100%);
}
*/

/* panel */
.uni-p-panel{
    position: relative;
    z-index: 3;
    margin-bottom: 56px;
    padding: 46px 44px;
    color:#fff;
    backdrop-filter: blur(14px);
    background: linear-gradient(180deg, rgba(10,16,28,.84), rgba(10,16,28,.62));
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 20px 70px rgba(0,0,0,.35);
    max-width: 580px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.uni-p-kicker{
    font-size: 12px;
    letter-spacing: .18em;
    opacity: .72;
    margin-bottom: 12px;
}

.uni-p-title{
    font-size: 62px;
    line-height: 1.3;
    margin: 0 0 18px;
    font-weight: 900;
    color: #fff;
}
.uni-p-title span{ color: var(--unisoft-green); }

.uni-p-desc{
    opacity: .88;
    line-height: 1.7;
    margin-bottom: 18px;
    max-width: 520px;
}

.uni-p-meta{
    display:flex;
    gap: 22px;
    align-items:center;
    margin-top: 10px;
}
.uni-p-meta-item{
    display:flex;
    gap: 10px;
    align-items:center;
    font-weight: 800;
    opacity: .92;
}
.uni-p-meta-item i{ opacity: .7; }
.uni-p-actions{
    display:flex;
    gap: 18px;
    align-items:center;
    margin-top: 26px;
    flex-wrap: wrap;
}
.uni-p-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 13px 18px;
    border-radius: 14px;
    background: rgba(134,176,71,.18);
    border: 1px solid rgba(134,176,71,.36);
    color:#fff;
    font-weight: 900;
    letter-spacing: .10em;
    font-size: 12px;
    transition: .2s;
}
.uni-p-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(134,176,71,.18);
}
.uni-p-video{
    display:inline-flex;
    align-items:center;
    gap: 10px;
    color:#fff;
    font-weight: 900;
    opacity: .95;
}
.uni-p-video:hover{ opacity: 1; }
.uni-p-play{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: relative;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
}
.uni-p-play:after{
    content:"";
    position:absolute;
    left: 16px; top: 12px;
    width: 0; height: 0;
    border-left: 12px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
.uni-p-nav{
    display:flex;
    gap: 10px;
    margin-left: auto;
    background: rgba(134,176,71,.18);
    border: 1px solid rgba(134,176,71,.32);
    padding: 8px;
    border-radius: 14px;
}
.uni-p-arrow{
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 0;
    background: rgba(134,176,71,.22);
    color:#fff;
    transition: .2s;
}
.uni-p-arrow:hover{ transform: translateY(-2px); }
.uni-p-dots{
    position:absolute;
    left: 24px;
    bottom: 24px;
    z-index: 5;
    display:flex;
    gap: 8px;
}
.uniProjectsSwiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: .55;
    background: rgba(255,255,255,.7);
}
.uniProjectsSwiper .swiper-pagination-bullet-active{
    opacity: 1;
    background: var(--unisoft-green);
}
@media (max-width: 991px){
    .uni-projects-vh{ border-radius: 18px; }
    .uni-p-panel{
        margin: 0 12px 22px;
        padding: 28px 22px;
        max-width: 100%;
    }
    .uni-p-title{ font-size: 44px; }
    .uni-p-nav{ margin-left: 0; }
    .uni-p-dots{ left: 16px; bottom: 16px; }
}
.uniProjectsSwiper .swiper-slide .uni-p-bg{
    transition: transform 1200ms ease;
}
.uniProjectsSwiper .swiper-slide-active .uni-p-bg{
    transform: scale(1.06);
}
.uniProjectsSwiper .swiper-slide-prev .uni-p-bg,
.uniProjectsSwiper .swiper-slide-next .uni-p-bg{
    transform: scale(1.02);
}
/* PROJECT SECTION END */

/* TESTIMONIAL SECTION START */
#testimonial-carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}
#testimonial-carousel.owl-carousel .owl-item {
    display: flex;
    align-items: stretch;
    height: auto;
}
#testimonial-carousel .item {
    display: flex;
    flex: 1;
    width: 100%;
    padding: 10px;
}
.uni-test-card{
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    min-height: 100%;
    padding: 28px 26px 24px;
    border-radius: 22px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,0,0,.10);
    backdrop-filter: blur(10px);
    transition: .25s ease;
    overflow: hidden;
}

.uni-test-top{
    display:flex;
    justify-content:flex-end;
    margin-bottom: 12px;
}
.uni-quote{
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display:grid;
    place-items:center;
    background: rgba(34,55,120,.08);
    border: 1px solid rgba(0,0,0,.08);
    color: rgba(34,55,120,.90);
}
.uni-test-name{
    margin: 6px 0 14px;
    font-weight: 900;
    letter-spacing: -.2px;
    color: #111!important;
    font-size: 22px;
}
.uni-test-name span{
    display:block;
    font-weight: 700;
    font-size: 18px;
    color: rgba(0,0,0,.55);
}
.uni-test-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.uni-test-text p{
    margin: 0;
    color: rgba(0,0,0,.78);
    line-height: 1.7;
    font-size: 15px;
}
.uni-test-card:hover{
    transform: translateY(-6px);
    border-color: rgba(0,0,0,.16);
}
#testimonial-carousel .owl-item.active.center .uni-test-card{
    border-color: rgba(134,176,71,.75); /* aktif farklı */
    transform: translateY(-8px);
}
#testimonial-carousel .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,.18);
    margin: 6px 6px;
}
#testimonial-carousel .owl-dots .owl-dot.active span{
    background: var(--unisoft-green);
    box-shadow: 0 10px 24px rgba(134,176,71,.22);
}
#testimonial-carousel .owl-dot {
    border: 1px solid var(--unisoft-blue);
}
#testimonial-carousel .owl-dot.active {
    background: var(--unisoft-blue);
}
/* TESTIMONIAL SECTON END */


/* BLOG SECTION START */
:root{
    --gap: 18px;
    --radius: 22px;
    --text: #fff;

    /* alttan yukarı gradient */
    --g1: rgba(0,0,0,.75);
    --g2: rgba(0,0,0,.25);
    --g3: rgba(0,0,0,0);
}

.uBlogCols{
    display:flex;
    gap: var(--gap);
    align-items: stretch;
}

/* 3 sütun eşit */
.uCol{
    flex: 1;
    display:flex;
    flex-direction:column;
    gap: var(--gap);
}

/* kart */
.uCard{
    position:relative;
    border-radius: var(--radius);
    overflow:hidden;
    background:#111;
    min-height: 300px; /* small card */
    box-shadow: 0 18px 60px rgba(0,0,0,.18);
}

.uCard.isTall{ height: 100%} /* ortadaki uzun */

.uCardLink{
    display:block;
    height:100%;
    color:inherit;
    text-decoration:none;
}

.uImg{
    position:absolute;
    inset:0;
}
.uImg img{
    width:100%;
    height:100%;
    object-fit:cover;
    transform: scale(1.02);
    transition: transform .6s ease;
}

/* ✅ gradient overlay */
.uOverlay{
    position:absolute;
    inset:0;
    background: linear-gradient(to top, var(--g1) 0%, var(--g2) 45%, var(--g3) 75%);
    pointer-events:none;
}

/* content */
.uContent{
    position:absolute;
    left:22px;
    right:92px;
    bottom:22px;
    color: var(--text);
}

.uMeta{
    display:flex;
    gap: 14px;
    font-size: 13px;
    opacity:.9;
    margin-bottom: 10px;
}

.uTitle{
    margin:0 0 10px;
    font-size: 42px; /* büyük hissiyat */
    line-height: 1.02;
    font-weight: 800;
}

.uCard:not(.isTall) .uTitle{ font-size: 30px; } /* küçük kartlarda küçült */

.uDesc{
    margin:0;
    font-size: 14px;
    opacity:.92;
    max-width: 52ch;
}

/* ✅ ok butonu */
.uCta {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--unisoft-green);
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
    transition: transform .2s
}
.uCta svg{
    width:38px;
    height:38px;
    transition: .3s ease-in-out;
}
.uCard:hover .uCta svg{
    transform: rotate(45deg);
}
.uCard img{
    transition: .3s ease-in-out;
}
.uCard:hover img{
    transform: scale(1.1);
}
.uCard-1 {
    min-height: 380px;
}
/* BLOG SECTION END */

/* FORM SECTION START */
.uLeadForm{
    padding:90px 0;
    background:#ffffff;
    color:#1c1f26;
}
.uBadge{
    display:inline-block;
    padding:6px 14px;
    border-radius:50px;
    background:rgba(134,176,71,.08);
    border:1px solid rgba(134,176,71,.25);
    color:#6e9834;
    font-size:13px;
    margin-bottom:18px;
}
.uLeadText {
    position: sticky;
    top: 100px;
}
.uLeadText h2{
    font-size:40px;
    font-weight:800;
    margin-bottom:15px;
    color:#223778;
}
.uLeadText p{
    color:#6b7280;
    line-height:1.7;
    margin-bottom:22px;
}
.uBullets{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:10px;
    color:#4b5563;
    font-size:14px;
}
.uFormCard{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    padding:35px;
    box-shadow:0 20px 60px rgba(0,0,0,.06);
}
.uFormHead{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:22px;
    border-bottom:1px solid #f1f1f1;
    padding-bottom:14px;
}
.uFormHead h3,
.uFormHead__title{
    margin:0;
    font-size:18px;
    font-weight:600;
    color:#223778;
}
.uHint{
    font-size:12px;
    color:#9ca3af;
}
.uField label{
    font-size:13px;
    margin-bottom:6px;
    display:block;
    color:#4b5563;
}

.uField input,
.uField select,
.uField textarea{
    width:100%;
    padding:12px 14px;
    border-radius:12px;
    border:1px solid #e5e7eb;
    background:#f9fafb;
    color:#1f2937;
    outline:none;
    transition:.2s ease;
}
.uField textarea{
    resize:vertical;
    min-height:110px;
}
.uField input:focus,
.uField select:focus,
.uField textarea:focus{
    border-color:#86b047;
    background:#ffffff;
    box-shadow:0 0 0 3px rgba(134,176,71,.15);
}
.uBtn{
    background:#223778;
    color:#ffffff;
    border:none;
    padding:14px;
    border-radius:14px;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    transition:.2s ease;
}
.uBtn:hover{
    background:#86b047;
}
.uBtnIcon svg{
    width:16px;
    height:16px;
}
.uCheck{
    font-size:12px;
    color:#6b7280;
    display:flex;
    gap:8px;
    align-items: center;
}

.uCheck input{
    accent-color:#86b047;
    margin-top:3px;
}
/* FORM SECTION END */

/* FOOTER START */
:root{
    --unisoft-green:#86b047;
    --unisoft-blue:#223778;

    --u-bg:#07080b;
    --u-card: rgba(255,255,255,.06);
    --u-text: rgba(255,255,255,.88);
    --u-muted: rgba(255,255,255,.62);
    --u-line: rgba(255,255,255,.10);
}

.uFooter{
    position: relative;
    background: var(--u-bg);
    color: var(--u-text);
    overflow: hidden;
    padding: 90px 0 28px;
}

.uFooter__container{
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.uFooter__glow{
    position:absolute;
    inset:auto;
    width: 620px;
    height: 620px;
    border-radius: 999px;
    filter: blur(60px);
    opacity: .38;
    z-index: 1;
    pointer-events: none;
}
.uFooter__glow--left{
    left: -30px;
    top: -80px;
    background: radial-gradient(circle at 30% 30%, var(--unisoft-blue), transparent 62%);
}
.uFooter__glow--right{
    right: -180px;
    bottom: -220px;
    background: radial-gradient(circle at 70% 70%, var(--unisoft-green), transparent 62%);
}

/* TOP CTA */
.uFooter__top{
    text-align:center;
    padding: 0 0 48px;
}

.uFooter__title{
    font-size: 54px;
    line-height: 1.1;
    margin: 25px 0 15px;
    letter-spacing: -0.02em;
}
.uFooter__cta{
    display: inline-flex;
    align-items:center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 14px;
    color: #fff;
    text-decoration:none;
    background: linear-gradient(135deg, rgba(34,55,120,.95), rgba(134,176,71,.92));
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 14px 40px rgba(0,0,0,.45);
    transition: transform .18s ease, filter .18s ease;
}
.uFooter__cta:hover{
    transform: translateY(-1px);
    filter: brightness(1.05);
}
.uFooter__ctaIcon{
    width: 28px; height: 28px;
    display:grid; place-items:center;
    border-radius: 10px;
    background: rgba(0,0,0,.25);
    border: 1px solid rgba(255,255,255,.14);
}

/* LINKS GRID */
.uFooter__links{
    display:grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    padding: 22px 0 48px;
}

.uFooter__colTitle{
    font-size: 34px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255,255,255,1);
    margin-bottom: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.uFooter__link{
    display:block;
    padding: 8px 0;
    color: rgba(255,255,255,.9);
    text-decoration:none;
    font-size: 20px;
    transition: .2s ease-in-out;
}
.uFooter__link:hover{
    color: #fff;
    transform: translateX(2px);
}

.uFooter__divider{
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
    margin: 10px 0 26px;
}

/* BOTTOM */
.uFooter__bottom{
    display:grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 26px;
    align-items: center;
    padding: 10px 0 18px;
}

.uFooter__bottomTitle{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.uFooter__bottomDesc{
    margin: 0;
    color: var(--u-muted);
    font-size: 13px;
    max-width: 520px;
}

.uFooter__field{
    display:flex;
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(8px);
}
.uFooter__input{
    flex: 1;
    background: transparent;
    border: 0;
    outline: none;
    color: #fff;
    padding: 10px 12px;
    font-size: 14px;
}
.uFooter__input::placeholder{ color: rgba(255,255,255,.45); }

.uFooter__btn{
    padding: 10px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.14);
    background: #fff;
    color: #0b0c10;
    font-weight: 700;
    cursor: pointer;
    transition: transform .16s ease, filter .16s ease;
}
.uFooter__btn:hover{ transform: translateY(-1px); filter: brightness(.98); }

.uFooter__check{
    display:flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    color: rgba(255,255,255,.55);
    font-size: 12px;
}
.uFooter__check input{
    margin-top: 2px;
}

/* LEGAL */
.uFooter__legal{
    display:flex;
    justify-content: space-between;
    align-items:center;
    gap: 16px;
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 16px;
    margin-top: 10px;
    color: rgba(255,255,255,.55);
    font-size: 12px;
}
.uFooter__legalLinks{
    display:flex;
    gap: 18px;
}
.uFooter__legalLinks a{
    color: rgba(255,255,255,.65);
    text-decoration:none;
}
.uFooter__legalLinks a:hover{ color:#fff; }

/* RESPONSIVE */
@media (max-width: 992px){
    .uFooter__links{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .uFooter__bottom{ grid-template-columns: 1fr; }
}
@media (max-width: 560px){
    .uFooter{ padding: 70px 0 22px; }
    .uFooter__links{ grid-template-columns: 1fr; }
    .uFooter__field{ flex-direction: column; }
    .uFooter__btn{ width: 100%; }
    .uFooter__legal{ flex-direction: column; align-items:flex-start; }
}

/* FOOTER END */

/* FORM kartı da yüksekliği doldursun */
.uFormCard{
    height: 100%;
}

/* SOL KART: form kadar, taşma yok */
.uHeroCard{
    position: relative;
    height: 100%;              /* form kadar uzar */
    min-height: 100%;          /* ekstra güvenlik */
    border-radius: 18px;
    overflow: hidden;
    background-color: #fff;

    /* Kadın görseli */
    background-image: url("/files/connect.png");
    background-repeat: no-repeat!important;

    /* dev gibi olmasını engeller */
    background-size: auto 95% !important;      /* yükseklik bazlı kontrol */
    background-position: left bottom;
}

/* Eğer üstten kesiyorsa: */
/* .uHeroCard{ background-position: left center; background-size: auto 90%; } */

/* Eski gradient varsa tamamen kapat */
.uHeroCard::after{
    content: none !important;
}

/* Yazı: altta premium panel */
.uHeroCard__content{
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;

    padding: 18px;
    border-radius: 14px;

    background: rgba(255,255,255,.86);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(34,55,120,.18);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

/* Başlık / metin renkleri */
.uHeroCard__content .fnp_title{
    color: #223778;
    margin-bottom: 6px;
}

.uHeroCard__content .fnp_detail,
.uHeroCard__content .fnp_detail p{
    color: rgba(34,55,120,.78);
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
}

/* Mobil */
@media (max-width: 991px){
    .uHeroCard{
        height: auto;
        min-height: 380px;
        background-position: center top;
        background-size: auto 75%;
    }
}
.mega-solutions {
    min-width: 1100px;
}

.solutions-nav-wrap {
    background: linear-gradient(180deg, #223778 0%, #223778 100%);
    border-radius: 20px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.solutions-mini-title {
    color: var(--secondary-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.solutions-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.solutions-nav li {
    margin-bottom: 12px;
}

.solutions-nav li:last-child {
    margin-bottom: 0;
}

.solutions-nav li a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 15px;
    border-radius: 16px;
    text-decoration: none;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    transition: all .3s ease;
}

.solutions-nav li a:hover,
.solutions-nav li.active a {
    transform: translateX(6px);
    background: linear-gradient(90deg, rgba(57,208,122,.16) 0%, rgba(255,255,255,.08) 100%);
    border-color: rgba(126,224,129,.35);
}

.solutions-nav .icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(126,224,129,.12);
    overflow: hidden;
    padding: 0;
}

.solutions-nav .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}

.solutions-nav .text strong {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}

.solutions-nav .text small {
    display: block;
    color: rgba(255,255,255,.70);
    font-size: 13px;
    line-height: 1.5;
}

.solutions-content-wrap {
    position: relative;
    height: 100%;
}

.solution-pane {
    display: none;
    height: 100%;
}

.solution-pane.active {
    display: block;
}

.solution-featured-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    min-height: 100%;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.05);
}

.solution-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #19b35b;
    background: rgba(25,179,91,.10);
    padding: 8px 12px;
    border-radius: 999px;
    margin-bottom: 15px;
    letter-spacing: .6px;
}

.solution-featured-card h3,
.solution-featured-card .solution-featured-card-title {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 14px;
    font-weight: 800;
    color: #111827;
}

.solution-featured-card p {
    font-size: 17px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 18px;
}

.solution-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.solution-tags span {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: #f3f6f8;
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
}

.solution-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.solution-visual {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
    min-height: 320px;
    background: linear-gradient(135deg, #eef7f0 0%, #f8fafc 100%);
}

.solution-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#mainmenu>li ul.mega.mega-solutions {
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
}
#mainmenu>li ul.mega.mega-solutions ul li a {
    padding: 5px 15px;
    border: 1px solid rgba(234, 234, 234, 0.2);
}
#mainmenu>li ul.mega.mega-solutions>li ul li {
    margin-bottom: 15px!important;
}
#mainmenu>li ul.mega.mega-solutions .icon {
    width: 52px;
    min-width: 52px;
    display: flex;
    padding: 0;
}
#mainmenu a span:not(.badge) {
    border-bottom: none;
    text-transform: capitalize;
    font-size: 16px !important;
    margin-top: 0!important;
}

#usf-solution-showcase {
    background: #efefef;
    overflow: hidden;
}
.usf-showcase-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
}

.usf-showcase-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d6a11f;
}

.usf-showcase-title {
    margin: 0;
    font-size: clamp(34px, 4vw, 60px);
    line-height: 1.05;
    font-weight: 800;
    color: #111;
}

.usf-showcase-arrows {
    display: flex;
    gap: 12px;
}

.usf-showcase-arrow {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s ease;
}

.usf-showcase-arrow.is-highlight {
    background: var(--unisoft-green);
    border-color: var(--unisoft-green);
    color: #fff;
} 

.usf-showcase-wrap {
    position: relative;
}

#usfSwiperShell.usf-swiper-shell {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    overflow: hidden;
    padding: 12px 0 16px;
}

#usfSwiperShell .swiper-wrapper {
    align-items: stretch;
}

#usfSwiperShell .swiper-slide {
    height: auto;
    opacity: 0.55;
    transition: opacity 0.35s ease;
    position: relative;
    background: transparent !important;
    box-sizing: border-box;
}

#usfSwiperShell .swiper-slide-active {
    opacity: 1;
    z-index: 2;
}

.usf-solution-card {
    transform: scale(0.88);
    transition: transform 0.35s ease;
}

#usfSwiperShell .swiper-slide-active .usf-solution-card {
    transform: scale(1);
}

.usf-solution-media-box {
    position: relative;
    height: 500px;
    border-radius: 24px;
    overflow: hidden;
    background: #ddd;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.usf-solution-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.usf-solution-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.15), rgba(0,0,0,0.55));
}
.usf-solution-content {
    position: absolute;
    left: 24px;
    right: 24px;
    z-index: 2;
    color: #fff;
}
.usf-solution-content-top {
    bottom: 86px;
}
.usf-solution-content h3,
.usf-solution-content .usf-solution-card-title {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 0.92;
    font-weight: 900;
    color: #fff;
}
.usf-solution-content p {
    max-width: 300px;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255,255,255,0.92);
}
.usf-solution-actions {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.usf-btn-main,
.usf-btn-ghost {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.usf-btn-main {
    background: #efc85c;
    color: #555;
}

.usf-btn-ghost {
    background: rgba(255,255,255,0.18);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
}

.usf-solution-info {
    padding-top: 18px;
}

.usf-solution-info h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
    color: #7a7a7a;
    text-transform: uppercase;
}

.usf-solution-info p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #404040;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .usf-solution-media-box {
        height: 460px;
    }
}

@media (max-width: 767px) {
    #usf-solution-showcase {
        padding: 70px 0;
    }
    .usf-showcase-top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 28px;
    }

    .usf-showcase-title {
        font-size: 34px;
    }

    .usf-showcase-arrow {
        width: 48px;
        height: 48px;
    }

    .usf-solution-card,
    #usfSwiperShell .swiper-slide-active .usf-solution-card {
        transform: scale(1);
    }

    #usfSwiperShell .swiper-slide {
        opacity: 1;
    }

    .usf-solution-media-box {
        height: 420px;
        border-radius: 20px;
    }

    .usf-solution-content h3,
    .usf-solution-content .usf-solution-card-title {
        font-size: 32px;
    }
}
#usfSwiperShell .swiper-slide-active .usf-btn-ghost {
    background-color: var(--unisoft-green);
    transition: .3s ease-in-out;
}
#usfSwiperShell .swiper-slide-active .usf-btn-ghost:hover {
    background-color: rgba(255,255,255,0.18);
    color: var(--unisoft-green);
    border-color: var(--unisoft-green);
}

.unisoft-product-showcase {
    background: #f3f3f3;
}

.ups-frame {
    position: relative;
}

.unisoftProductSlider {
    overflow: hidden;
    position: static;
}
.unisoftProductSlider .swiper-slide {
    background: transparent;
}
.ups-item {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 18px;
    align-items: stretch;
}

.ups-content {
    min-height: 540px;
    background: #f7f7f7;
    border: 1px solid var(--unisoft-blue);
    border-radius: 6px;
    padding: 34px 28px 110px;
    position: relative;
}

.ups-label {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #ff5a36;
    text-transform: uppercase;
}

.ups-title {
    margin: 0 0 22px;
    font-size: 52px;
    line-height: 0.95;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--unisoft-blue);
}

.ups-text {
    max-width: 290px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #404040;
}

.ups-image {
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.ups-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ups-controls {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 410px;
    padding: 0 28px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 20;
}

.ups-fraction {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--unisoft-blue);
    font-size: 22px;
    font-weight: 600;
}

.ups-fraction .line {
    width: 60px;
    height: 1px;
    background: var(--unisoft-blue);
    display: block;
}

.ups-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ups-prev,
.ups-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid var(--unisoft-blue);
    background: transparent;
    color: var(--unisoft-blue);
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ups-prev:hover,
.ups-next:hover {
    background: var(--unisoft-blue);
    color: #fff;
}

/* fade geçişte içerik animasyonu */
.swiper-slide-active .ups-title,
.swiper-slide-active .ups-text,
.swiper-slide-active .ups-label,
.swiper-slide-active .ups-image img {
    animation: upsFadeIn 0.7s ease;
}

@keyframes upsFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .ups-item {
        grid-template-columns: 1fr;
    }

    .ups-content {
        min-height: auto;
        padding: 26px 22px 100px;
    }

    .ups-image {
        height: 320px;
    }

    .ups-title {
        font-size: 36px;
    }

    .ups-text {
        max-width: 100%;
        font-size: 15px;
    }

    .ups-controls {
        width: 100%;
        padding: 0 22px 22px;
    }
}
.unisoft-product-showcase .btn-main{
    background: var(--unisoft-green);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --green: #86b047;
    --blue: #223778;
    --white: #ffffff;
    --text-soft: rgba(255, 255, 255, 0.82);
    --overlay-dark: rgba(6, 10, 18, 0.42);
    --overlay-strong: rgba(6, 10, 18, 0.58);
}

.industry-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    isolation: isolate;
}
.industry-section .fnp_title .fnp-color-2{
    color: #fff !important;
}
.industry-section .bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.industry-section .overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.horeca .overlay {
    background:
            linear-gradient(90deg, rgba(6, 10, 18, 0.78) 0%, rgba(6, 10, 18, 0.44) 38%, rgba(6, 10, 18, 0.20) 100%),
            linear-gradient(180deg, rgba(134, 176, 71, 0.10) 0%, rgba(6, 10, 18, 0.18) 55%, rgba(6, 10, 18, 0.38) 100%);
}

.retail .overlay {
    background:
            linear-gradient(270deg, rgba(6, 10, 18, 0.80) 0%, rgba(6, 10, 18, 0.46) 38%, rgba(6, 10, 18, 0.20) 100%),
            linear-gradient(180deg, rgba(34, 55, 120, 0.14) 0%, rgba(6, 10, 18, 0.18) 55%, rgba(6, 10, 18, 0.42) 100%);
}

.horeca::after,
.retail::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.horeca::after {
    background:
            radial-gradient(circle at 18% 45%, rgba(134, 176, 71, 0.24), transparent 28%),
            radial-gradient(circle at 30% 70%, rgba(134, 176, 71, 0.12), transparent 22%);
}

.retail::after {
    background:
            radial-gradient(circle at 78% 46%, rgba(34, 55, 120, 0.30), transparent 30%),
            radial-gradient(circle at 65% 68%, rgba(34, 55, 120, 0.16), transparent 24%);
}

.content {
    max-width: 760px;
    position: relative;
}

.content.left {
    margin-right: auto;
}

.content.right {
    margin-left: auto;
    text-align: right;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.28em;
    color: rgba(255, 255, 255, 0.74);
}

.content h2,
.content .industry-subtitle {
    font-size: clamp(72px, 11vw, 150px);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -0.06em;
    margin-bottom: 18px;
    text-transform: uppercase;
    text-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.horeca h2,
.horeca .industry-subtitle {
    color: #fff;
}

.retail h2,
.retail .industry-subtitle {
    color: #fff;
}

.smart-card-title {
    margin-top: 0;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 44px;
    padding-bottom: 5px;
}

.content h3 {
    font-size: clamp(28px, 4.2vw, 68px);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 26px;
    text-transform: uppercase;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
    color: #fff;
}

.horeca h3 {
    max-width: 720px;
}

.retail h3 {
    max-width: 720px;
    margin-left: auto;
}

.content p {
    max-width: 620px;
    font-size: clamp(18px, 1.5vw, 24px);
    line-height: 1.6;
    color: var(--text-soft);
    margin-bottom: 34px;
}

.content.right p {
    margin-left: auto;
}

.industry-section .fnp_detail > ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 42px;
}

.industry-section .fnp_detail > ul li {
    position: relative;
    font-size: clamp(18px, 1.4vw, 24px);
    font-weight: 600;
    color: #fff;
    padding-left: 28px;
}

.industry-section .content.right .fnp_detail > ul li {
    padding-left: 0;
    padding-right: 28px;
}

.industry-section .fnp_detail > ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.industry-section .content.right .fnp_detail > ul li::before {
    left: auto;
    right: 0;
}

.industry-section.horeca .fnp_detail > ul li::before {
    background: var(--green);
    box-shadow: 0 0 18px rgba(134, 176, 71, 0.95);
}

.industry-section.retail .fnp_detail > ul li::before {
    background: var(--blue);
    box-shadow: 0 0 18px rgba(34, 55, 120, 0.95);
}

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 64px;
    padding: 0 32px;
    border-radius: 18px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    backdrop-filter: blur(12px);
}

.cta::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.18;
    transition: opacity 0.35s ease;
}

.cta:hover {
    transform: translateY(-4px);
}

.cta:hover::before {
    opacity: 0.28;
}

.horeca-btn {
    border: 1px solid rgba(134, 176, 71, 0.75);
    background: rgba(134, 176, 71, 0.14);
    box-shadow:
            0 0 0 1px rgba(134, 176, 71, 0.18) inset,
            0 12px 40px rgba(134, 176, 71, 0.20),
            0 0 24px rgba(134, 176, 71, 0.22);
}

.horeca-btn::before {
    background: linear-gradient(135deg, rgba(134, 176, 71, 0.42), rgba(134, 176, 71, 0.08));
}

.horeca-btn:hover {
    box-shadow:
            0 0 0 1px rgba(134, 176, 71, 0.24) inset,
            0 18px 48px rgba(134, 176, 71, 0.30),
            0 0 34px rgba(134, 176, 71, 0.30);
}

.retail-btn {
    border: 1px solid rgba(34, 55, 120, 0.82);
    background: rgba(34, 55, 120, 0.20);
    box-shadow:
            0 0 0 1px rgba(34, 55, 120, 0.18) inset,
            0 12px 40px rgba(34, 55, 120, 0.24),
            0 0 24px rgba(34, 55, 120, 0.18);
}

.retail-btn::before {
    background: linear-gradient(135deg, rgba(34, 55, 120, 0.48), rgba(34, 55, 120, 0.10));
}

.retail-btn:hover {
    box-shadow:
            0 0 0 1px rgba(34, 55, 120, 0.24) inset,
            0 18px 48px rgba(34, 55, 120, 0.34),
            0 0 34px rgba(34, 55, 120, 0.28);
}

@media (max-width: 1200px) {
    .container {
        padding: 64px 48px;
    }

    .content {
        max-width: 680px;
    }
}

@media (max-width: 900px) {
    .industry-section {
        min-height: 100svh;
    }

    .industry-section .bg {
        background-attachment: scroll;
    }

    .container {
        padding: 60px 24px;
    }

    .content,
    .content.right {
        max-width: 100%;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .content.right p {
        margin-left: 0;
    }

    .industry-section .content.right .fnp_detail > ul li {
        padding-right: 0;
        padding-left: 28px;
    }

    .industry-section .content.right .fnp_detail > ul li::before {
        right: auto;
        left: 0;
    }

    .cta {
        width: 100%;
        max-width: 320px;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 48px 20px;
    }

    .content h2,
    .content .industry-subtitle {
        margin-bottom: 14px;
    }

    .content h3 {
        margin-bottom: 20px;
    }

    .content p {
        margin-bottom: 28px;
    }

    .industry-section .fnp_detail > ul {
        gap: 14px;
        margin-bottom: 32px;
    }

    .cta {
        height: 58px;
        min-width: unset;
        border-radius: 16px;
    }
}

/* SERVICES DETAIL PAGE START */
.services_detail_hero {
    position: relative;
}

.services_detail_video_area {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
}

.services_detail_video_item {
    position: relative;
    width: 100%;
    height: 100%;
}

.services_detail_video_bg_wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
    background: #000;
}

.services_detail_hero_static_bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.services_detail_video_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.77vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.services_detail_video_bg--cover {
    object-fit: cover;
}

.services_detail_video_overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.72) 0%,
            rgba(0, 0, 0, 0.45) 35%,
            rgba(0, 0, 0, 0.15) 100%
    );
}

.services_detail_content_wrap {
    position: relative;
    z-index: 3;
    color: #fff;
}

.services_detail_desc p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
    max-width: 720px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .services_detail_video_area {
        min-height: 620px;
        height: 90vh;
    }

    .services_detail_desc p {
        font-size: 16px;
        line-height: 1.7;
    }
}
.services_detail_btn.btn-main {
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 999px;
    background: var(--unisoft-blue);
    color: #fff !important;
    box-shadow: 0 14px 30px rgb(34 55 120 / 25%);
    transition: .2s ease;
    margin-bottom: 25px;
}
.services_detail_btn.btn-main:hover{
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(134, 176, 71, .32);
}
.services_world {
    background: radial-gradient(circle at top left, rgba(134, 176, 71, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(34, 55, 120, 0.10), transparent 30%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}
#globe { width: 100%; max-width: 1000px; aspect-ratio: 1 / 1; margin: 0 auto;}
.land     { fill: #b5b8b8; stroke: #a2a2a2; stroke-width:.6; }
.borders  { fill:none; stroke:#fff; stroke-width:1; stroke-opacity:1; }
.graticule{ fill:none; stroke:var(--unisoft-green); stroke-opacity:.25; stroke-width:.6; }
.point-globe  { fill:var(--unisoft-green); stroke:rgba(0,0,0,.35); stroke-width:1; cursor:pointer; }
.halo {
    fill: url(#haloGrad);
    transform-box: fill-box;
    transform-origin: center;
    animation: haloScale 2.2s ease-in-out infinite;
    will-change: transform, opacity;
}
@keyframes haloScale {
    0%   { transform: scale(0.75); opacity: .9; }
    60%  { transform: scale(1.25); opacity: .25; }
    100% { transform: scale(0.75); opacity: 0; }
}
.label  { font-size:15px; fill:var(--unisoft-blue); font-weight: 500;  pointer-events:none; user-select:none; }

#globe svg { cursor: grab; }
#globe svg.dragging { cursor: grabbing; }
.services_world .de_count .id-color-3{
    font-size: 44px;
    font-weight: 900;
}
.services_world .de_count .id-color-3 span{
    font-size: 54px;
}
.services_world .de_count .count_title {
    margin-top: 20px;
}
.services_world .de_count .count_title span{
    font-size: 24px;
}
.unf-problem-section {
    position: relative;
    padding: 120px 0 80px;
    background:
            radial-gradient(circle at top left, rgba(134, 176, 71, 0.08), transparent 30%),
            radial-gradient(circle at bottom right, rgba(34, 55, 120, 0.14), transparent 35%),
            #0b1220;
    overflow: hidden;
}

.unf-problem-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 12, 24, 0.20), rgba(7, 12, 24, 0.55));
    pointer-events: none;
}

.unf-problem-wrap {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    min-height: 760px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 36px;
    overflow: hidden;
    background: url("/files/smart-hospital-detail.jpg") center center / cover no-repeat;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.30);
    isolation: isolate;
}

.unf-problem-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(90deg,
            rgba(6, 11, 22, 0.88) 0%,
            rgba(8, 14, 26, 0.76) 34%,
            rgba(18, 26, 42, 0.38) 52%,
            rgba(225, 234, 245, 0.55) 74%,
            rgba(240, 246, 255, 0.76) 100%);
    z-index: 0;
}

.unf-problem-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at 14% 30%, rgba(255, 70, 70, 0.10), transparent 16%),
            radial-gradient(circle at 82% 22%, rgba(34, 55, 120, 0.10), transparent 20%),
            radial-gradient(circle at 78% 78%, rgba(134, 176, 71, 0.10), transparent 18%);
    z-index: 0;
    pointer-events: none;
}

.unf-problem-left,
.unf-problem-right {
    position: relative;
    z-index: 2;
}

.unf-problem-left {
    padding: 80px 70px;
    background: transparent;
}

.unf-problem-left::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(180deg, rgba(255,255,255,0.03), transparent 25%, transparent 75%, rgba(255,255,255,0.02)),
            repeating-linear-gradient(
                    180deg,
                    rgba(255,255,255,0.03) 0,
                    rgba(255,255,255,0.03) 1px,
                    transparent 1px,
                    transparent 48px
            );
    opacity: 0.25;
    pointer-events: none;
}

.unf-problem-overlay {
    position: absolute;
    inset: 0;
    background:
            linear-gradient(90deg, rgba(7, 12, 24, 0.25) 0%, rgba(7, 12, 24, 0.05) 100%);
    pointer-events: none;
}

.unf-problem-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.unf-problem-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #dbe5ff;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 26px;
    backdrop-filter: blur(8px);
}

.unf-problem-label-dark {
    color: #223778;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(34, 55, 120, 0.10);
    max-width: max-content;
}

.unf-problem-left h2 {
    margin: 0 0 20px;
    font-size: clamp(40px, 5vw, 74px);
    line-height: 1.04;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.04em;
}

.unf-problem-left p {
    margin: 0 0 42px;
    max-width: 560px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.74);
}

.unf-problem-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.unf-problem-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.09);
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.unf-problem-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(134, 176, 71, 0.45);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
}

.unf-problem-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--unisoft-green);
    font-size: 21px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: inset 0 0 20px rgba(255,255,255,0.03);
}

.unf-problem-item span {
    font-size: 28px;
    line-height: 1.35;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.unf-problem-right {
    padding: 80px 56px;
    background: transparent;
}

.unf-problem-right-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.unf-problem-stat {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    gap: 24px;
    padding: 34px 30px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 18px 50px rgba(34, 55, 120, 0.10);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.unf-problem-stat + .unf-problem-stat {
    margin-top: 22px;
}

.unf-problem-stat-number {
    font-size: clamp(42px, 5vw, 74px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #223778;
}

.unf-problem-stat-text {
    padding-left: 24px;
    border-left: 1px solid rgba(34, 55, 120, 0.12);
    font-size: 30px;
    line-height: 1.28;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #1d2a44;
}

.unf-problem-bottom-line {
    position: relative;
    z-index: 2;
    width: min(1100px, calc(100% - 48px));
    margin: 38px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.unf-problem-bottom-line span {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.16), transparent);
}

.unf-problem-bottom-line p {
    margin: 0;
    white-space: nowrap;
    font-size: 28px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.86);
    letter-spacing: -0.03em;
}

@media (max-width: 1200px) {
    .unf-problem-wrap {
        grid-template-columns: 1fr;
    }

    .unf-problem-wrap::before {
        background:
                linear-gradient(180deg,
                rgba(6, 11, 22, 0.86) 0%,
                rgba(8, 14, 26, 0.70) 45%,
                rgba(232, 240, 248, 0.68) 100%);
    }

    .unf-problem-left,
    .unf-problem-right {
        padding: 60px 40px;
    }

    .unf-problem-item span {
        font-size: 24px;
    }

    .unf-problem-stat-text {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .unf-problem-section {
        padding: 80px 0 60px;
    }

    .unf-problem-wrap {
        min-height: auto;
        border-radius: 24px;
    }

    .unf-problem-left,
    .unf-problem-right {
        padding: 38px 20px;
    }

    .unf-problem-left h2 {
        font-size: 36px;
    }

    .unf-problem-left p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 26px;
    }

    .unf-problem-item {
        padding: 18px;
        gap: 14px;
        border-radius: 18px;
    }

    .unf-problem-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 17px;
    }

    .unf-problem-item span {
        font-size: 18px;
    }

    .unf-problem-stat {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 22px 18px;
        border-radius: 20px;
    }

    .unf-problem-stat-number {
        font-size: 42px;
    }

    .unf-problem-stat-text {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(34, 55, 120, 0.12);
        padding-top: 14px;
        font-size: 19px;
    }

    .unf-problem-bottom-line {
        width: min(100% - 24px, 100%);
        gap: 14px;
        margin-top: 24px;
    }

    .unf-problem-bottom-line p {
        white-space: normal;
        text-align: center;
        font-size: 18px;
    }
}
.unf-parallax {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* BACKGROUND IMAGE */
.unf-parallax-bg {
    position: absolute;
    inset: 0;

    transform: scale(1.15);
    will-change: transform;
    z-index: 0;
}

/* DARK → LIGHT TRANSITION */
.unf-parallax-overlay {
    position: absolute;
    inset: 0;
    background:
            linear-gradient(
                    180deg,
                    rgba(5,10,20,0.75) 0%,
                    rgba(10,18,35,0.55) 40%,
                    rgba(20,30,50,0.35) 70%,
                    rgba(240,246,255,0.15) 100%
            );
    z-index: 1;
}

/* CONTENT */
.unf-parallax-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;

    transform: translateY(60px);
    opacity: 0;
}

/* LABEL */
.unf-parallax-label {
    color: #86b047;
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 20px;
}

/* TITLE */
.unf-parallax-content h2 {
    font-size: clamp(42px, 5vw, 72px);
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.1;
}

/* TEXT */
.unf-parallax-content p {
    color: rgba(255,255,255,1);
    font-size: 18px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 30px;
}

/* POINTS */
.unf-parallax-points {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.unf-parallax-points span {
    border: 1px solid rgba(134, 176, 71, 0.55);
    background: rgba(134, 176, 71, 0.5);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}
.unf-parallax .fnp_title .fnp-color-2{
    color: #fff !important;
}
.unf-solution-intro {
    position: relative;
    background:
            radial-gradient(circle at top left, rgba(134, 176, 71, 0.08), transparent 28%),
            radial-gradient(circle at bottom right, rgba(34, 55, 120, 0.10), transparent 30%),
            linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
    overflow: hidden;
}

.unf-solution-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 30%),
            linear-gradient(0deg, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 28%);
    pointer-events: none;
}

.unf-solution-intro .container {
    position: relative;
    z-index: 2;
}

.unf-solution-head {
    margin: 0 auto 70px;
    text-align: center;
}

.unf-solution-label {
    border: 1px solid rgba(34, 55, 120, 0.10);
    background: rgba(34, 55, 120, 0.06);
    color: #223778;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}
.unf-solution-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: stretch;
}

.unf-solution-stat-card {
    position: relative;
    padding: 34px 30px 30px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(34, 55, 120, 0.08);
    box-shadow: 0 20px 45px rgba(25, 44, 82, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
    min-height: 285px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.unf-solution-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 26px;
    right: 26px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #223778 0%, #86b047 100%);
}

.unf-solution-stat-card::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(134, 176, 71, 0.10) 0%, rgba(134, 176, 71, 0) 70%);
    pointer-events: none;
}

.unf-solution-stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(25, 44, 82, 0.14);
    border-color: rgba(134, 176, 71, 0.22);
}

.unf-solution-stat-card h3 {
    margin: 18px 0 14px;
    font-size: clamp(42px, 4vw, 70px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: #223778;
}

.unf-solution-stat-card h4 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1d2a44;
}

.unf-solution-stat-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #66748c;
}

@media (max-width: 1199px) {
    .unf-solution-intro {
        padding: 110px 0;
    }

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

    .unf-solution-head {
        margin-bottom: 56px;
    }
}

@media (max-width: 767px) {
    .unf-solution-intro {
        padding: 80px 0;
    }

    .unf-solution-head {
        margin-bottom: 40px;
    }

    .unf-solution-label {
        font-size: 11px;
        letter-spacing: 0.14em;
        padding: 10px 14px;
        margin-bottom: 18px;
    }

    .unf-solution-stats {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .unf-solution-stat-card {
        min-height: auto;
        padding: 28px 22px 24px;
        border-radius: 20px;
    }

    .unf-solution-stat-card::before {
        left: 18px;
        right: 18px;
    }

    .unf-solution-stat-card h3 {
        font-size: 42px;
        margin: 14px 0 10px;
    }

    .unf-solution-stat-card h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .unf-solution-stat-card p {
        font-size: 14px;
        line-height: 1.7;
    }
}
.uni-hijack-section {
    position: relative;
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: visible;
    background:
            radial-gradient(circle at top left, rgba(134, 176, 71, 0.08), transparent 28%),
            radial-gradient(circle at bottom right, rgba(34, 55, 120, 0.10), transparent 30%),
            linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.uni-hijack-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 90px 0 50px;
}

.uni-hijack-head {
    margin: 0 0 36px;
}

.uni-hijack-track-wrap {
    width: 100%;
    padding: 30px 0 70px;
}

.uni-hijack-track {
    display: flex;
    gap: 18px;
    padding-left: max(24px, calc((100vw - 1500px) / 2));
    padding-right: max(24px, calc((100vw - 1500px) / 2));
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
}

.uni-hijack-card {
    flex: 0 0 440px;
    height: 400px;
    border-radius: 22px;
    padding: 32px 28px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(34, 55, 120, 0.08);
    box-shadow: 0 20px 45px rgba(25, 44, 82, 0.08);
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s ease, transform 0.2s ease;
    transform: translateZ(0);
}

.uni-hijack-card:hover {
    border-color: rgba(134,176,71,0.22);
    transform: translateY(-2px);
}

.uni-hijack-card h3 {
    font-weight: 700;
    font-size: 28px;
    color: #000;
    margin-bottom: 12px;
}

.uni-hijack-progress {
    width: min(1600px, calc(100% - 48px));
    margin: 24px auto 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    overflow: hidden;
}

.uni-hijack-progress-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #223778 0%, #86b047 100%);
    border-radius: 2px;
}

#uniHijackWrapper {
    position: relative;
}

@media (max-width: 991px) {
    .uni-hijack-section {
        height: auto;
        padding: 80px 0 60px;
    }

    .uni-hijack-inner {
        height: auto;
        padding: 0;
        justify-content: flex-start;
    }

    .uni-hijack-head {
        margin-bottom: 28px;
    }

    .uni-hijack-track-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .uni-hijack-track-wrap::-webkit-scrollbar {
        display: none;
    }

    .uni-hijack-track {
        transform: none !important;
        padding-left: 16px;
        padding-right: 32px;
    }

    .uni-hijack-card {
        flex: 0 0 82vw;
        height: auto;
        min-height: 320px;
        box-shadow: none;
    }

    .uni-hijack-progress {
        display: none;
    }
}
.uni-products-showcase {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}
.uni-products-head {
    margin: 0 auto 56px;
    text-align: center;
}

.uni-products-eyebrow {
    border: 1px solid rgba(134, 176, 71, 0.55);
    background: rgba(134, 176, 71, 0.12);
    color: var(--unisoft-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.uni-products-slider-wrap {
    position: relative;
    padding: 10px 80px 0;
}

.uniProductsSlider {
    position: static;
    overflow: visible;
    padding: 30px 0 40px;
}

.uniProductsSlider .swiper-slide {
    display: flex;
    justify-content: center;
    transition: transform 0.35s ease, opacity 0.35s ease;
    background: transparent;
}

.uni-product-card {
    width: 100%;
    max-width: 430px;
    min-height: 590px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e4e7ec;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(16, 24, 40, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.uni-product-media {
    position: relative;
    height: 300px;
    background:
            radial-gradient(circle at top, rgba(34, 55, 120, 0.10), transparent 55%),
            linear-gradient(180deg, #f7f9fc 0%, #edf2f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.uni-product-media::after {
    content: "";
    position: absolute;
    inset: auto 12% 18px;
    height: 34px;
    background: radial-gradient(circle, rgba(134, 176, 71, 0.22), transparent 70%);
    filter: blur(18px);
    z-index: 1;
}

.uni-product-media img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: translateY(0);
    transition: transform 0.45s ease;
}

.uni-product-content {
    padding: 30px 30px 34px;
}

.uni-product-tag {
    display: inline-block;
    margin-bottom: 14px;
    color: #86b047;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.uni-product-content h3 {
    margin: 0 0 14px;
    color: #101828;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.uni-product-content p {
    margin: 0 0 24px;
    color: #404040;
    font-size: 16px;
    min-height: 116px;
}

.uni-product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 165px;
    height: 52px;
    padding: 0 26px;
    border-radius: 14px;
    text-decoration: none;
    background: linear-gradient(135deg, #86b047 0%, #6f9536 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uni-product-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(134, 176, 71, 0.26);
}

.uniProductsSlider .swiper-slide-prev,
.uniProductsSlider .swiper-slide-next {
    opacity: 0.78;
}

.uniProductsSlider .swiper-slide-prev .uni-product-card,
.uniProductsSlider .swiper-slide-next .uni-product-card {
    transform: scale(0.88);
}

.uniProductsSlider .swiper-slide-active {
    z-index: 3;
}

.uniProductsSlider .swiper-slide-active .uni-product-card {
    transform: scale(1);
    border-color: rgba(134, 176, 71, 0.45);
    box-shadow:
            0 28px 80px rgba(16, 24, 40, 0.14),
            0 0 0 1px rgba(134, 176, 71, 0.10);
}

.uniProductsSlider .swiper-slide-active .uni-product-media img {
    transform: translateY(-4px) scale(1.02);
}

.uni-products-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid #d0d5dd;
    background: rgba(255, 255, 255, 0.96);
    color: #223778;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
    transition: all 0.3s ease;
}

.uni-products-nav:hover {
    border-color: #86b047;
    color: #86b047;
    transform: translateY(-50%) scale(1.06);
}

.uni-products-prev {
    left: 0;
}

.uni-products-next {
    right: 0;
}

.uni-products-nav span {
    font-size: 24px;
    line-height: 1;
}

.uni-products-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 10px;
}

.uni-products-line {
    width: min(100%, 260px);
    height: 1px;
    background: linear-gradient(90deg, transparent, #d0d5dd, transparent);
}

.uni-products-fraction {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #101828;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
}

.uni-products-fraction .slash,
.uni-products-fraction .total {
    color: #98a2b3;
}

@media (max-width: 1199px) {
    .uni-products-slider-wrap {
        padding: 10px 60px 0;
    }

    .uni-product-card {
        max-width: 380px;
        min-height: 560px;
    }

    .uni-product-media {
        height: 270px;
    }
}

@media (max-width: 991px) {

    .uni-products-slider-wrap {
        padding: 0 20px;
    }

    .uni-products-nav {
        display: none;
    }

    .uni-product-card {
        max-width: 100%;
        min-height: auto;
    }

    .uniProductsSlider .swiper-slide-prev .uni-product-card,
    .uniProductsSlider .swiper-slide-next .uni-product-card,
    .uniProductsSlider .swiper-slide-active .uni-product-card {
        transform: none;
    }

    .uniProductsSlider .swiper-slide-prev,
    .uniProductsSlider .swiper-slide-next {
        opacity: 1;
    }

    .uni-product-content p {
        min-height: auto;
    }

    .uni-products-fraction {
        font-size: 26px;
    }

    .uni-products-line {
        max-width: 120px;
    }
}

@media (max-width: 767px) {
    .uni-products-head {
        margin-bottom: 34px;
    }

    .uni-product-card {
        border-radius: 22px;
    }

    .uni-product-media {
        height: 220px;
        padding: 22px;
    }

    .uni-product-content {
        padding: 24px 20px 26px;
    }

    .uni-product-content h3 {
        font-size: 26px;
    }

    .uni-products-footer {
        gap: 14px;
    }

    .uni-products-line {
        max-width: 70px;
    }
}
.uni-product-card {
    width: 100%;
    max-width: 430px;
    min-height: 590px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e4e7ec;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(16, 24, 40, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, max-width 0.4s ease;
}

.uniProductsSlider .swiper-slide-prev .uni-product-card,
.uniProductsSlider .swiper-slide-next .uni-product-card {
    transform: scale(0.86);
    max-width: 390px;
}

.uniProductsSlider .swiper-slide-active .uni-product-card {
    transform: scale(1);
    max-width: 500px;
    border-color: rgba(134, 176, 71, 0.45);
    box-shadow:
            0 28px 80px rgba(16, 24, 40, 0.14),
            0 0 0 1px rgba(134, 176, 71, 0.10);
}
.uni-why-simple {
    background: #fff;
}

.uni-why-simple-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #86b047;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.uni-why-simple-list {
    border-top: 1px solid #e4e7ec;
}

.uni-why-simple-item {
    display: grid;
    gap: 24px;
    padding: 30px 0;
    border-bottom: 1px solid #e4e7ec;
}

.uni-why-simple-item span {
    color: #86b047;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding-top: 6px;
}

.uni-why-simple-item h3 {
    margin: 0 0 10px;
    color: #101828;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
}

.uni-why-simple-item p {
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.8;
    max-width: 760px;
}

@media (max-width: 767px) {
    .uni-why-simple {
        padding: 80px 0;
    }

    .uni-why-simple-head {
        margin-bottom: 40px;
    }

    .uni-why-simple-head p {
        font-size: 16px;
    }

    .uni-why-simple-item {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 24px 0;
    }

    .uni-why-simple-item h3 {
        font-size: 22px;
    }

    .uni-why-simple-item p {
        font-size: 15px;
        line-height: 1.7;
    }
}
/* SERVICES DETAIL PAGE END */
.section-dark .v-center .fnp_title .fnp-color-2{
    color: var(--unisoft-green)!important;
}
.solutions_banner .services_detail_video_area{
    min-height: 630px;
    height: 630px;
}
.services_detail_breadcrumb{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px 18px;
    margin-bottom: 0;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.services_detail_breadcrumb a,
.services_detail_breadcrumb span{
    font-size: 14px;
    line-height: 1;
    letter-spacing: .3px;
}

.services_detail_breadcrumb a{
    color: rgba(255,255,255,0.72);
    text-decoration: none;
    transition: all .3s ease;
}

.services_detail_breadcrumb a:hover{
    color: #fff;
    transform: translateY(-1px);
}

.services_detail_breadcrumb .sep{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.38);
    font-size: 11px;
}

.services_detail_breadcrumb .active{
    color: #fff;
    font-weight: 600;
    position: relative;
}
.solutions_banner .hero-title.hero-title--abart{
    margin-top: 20px;
}
.uni-hijack-eyebrow {
    border: 1px solid rgba(134, 176, 71, 0.55);
    background: rgba(134, 176, 71, 0.12);
    color: var(--unisoft-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}
.logo-carousel.owl-carousel .owl-item img {
    object-fit: contain;
    height: 70px;
    margin: auto;
}

/* PRODUCT START */
.uni-product-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: #eef3f8;
    display: flex;
    align-items: center;
}

.uni-product-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.uni-product-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
}

.uni-product-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
            linear-gradient(180deg, rgba(255,255,255,.12) 74%, rgba(255,255,255,.08) 100%),
            linear-gradient(90deg, rgba(17,34,56,0.6) 0%, rgba(17,34,56,.04) 80%, rgba(17,34,56,.10) 100%)
}

.uni-product-hero-leftshade {
    position: absolute;
    left: 0;
    top: 0;
    width: 42%;
    height: 100%;
    z-index: 2;
    background:
            linear-gradient(90deg, rgba(34,55,120,.42) 0%, rgba(34,55,120,.20) 48%, rgba(34,55,120,0) 100%);
    pointer-events: none;
}

.uni-product-hero .container {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.uni-product-hero-wrap {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
}

.uni-product-hero-content {
    position: relative;
    width: 100%;
    max-width: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 6;
}

.uni-product-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.uni-product-hero-title {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 64px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -.03em;
}

.uni-product-hero-subtitle {
    margin: 0 0 20px;
    color: rgba(255,255,255,.96);
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.02em;
}

.uni-product-hero-text {
    margin: 0;
    max-width: 420px;
    color: rgba(255,255,255,.88);
    font-size: 21px;
    line-height: 1.75;
    font-weight: 400;
}

.uni-product-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}
.uni-product-hero-actions

.uni-product-hero-device {
    position: absolute;
    left: 53%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 6;
    width: 430px;
    max-width: 32vw;
    pointer-events: none;
}

.uni-product-hero-device img {
    width: 100%;
    display: block;
    filter: drop-shadow(0 36px 60px rgba(10,20,40,.30));
}

.uni-product-hero-card {
    position: absolute;
    right: 34px;
    top: 110px;
    z-index: 7;
    width: 360px;
    padding: 34px 30px;
    border-radius: 22px;
    background: rgba(18, 29, 49, .82);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 30px 60px rgba(10,20,40,.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.uni-product-hero-card h3 {
    margin: 0 0 26px;
    color: #ffffff;
    font-size: 29px;
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: -.02em;
}

.uni-product-hero-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 18px;
}

.uni-product-hero-card li {
    position: relative;
    padding-left: 34px;
    color: rgba(255,255,255,.92);
    font-size: 19px;
    line-height: 1.5;
    font-weight: 500;
}

.uni-product-hero-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #86b047;
    box-shadow: 0 0 0 4px rgba(134,176,71,.18);
}

.uni-product-hero-card li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 12px;
    width: 6px;
    height: 3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

@media (max-width: 1400px) {
    .uni-product-hero-title {
        font-size: 56px;
    }

    .uni-product-hero-subtitle {
        font-size: 30px;
    }

    .uni-product-hero-text {
        font-size: 19px;
    }

    .uni-product-hero-device {
        width: 370px;
    }

    .uni-product-hero-card {
        width: 330px;
        top: 118px;
        right: 10px;
    }

    .uni-product-hero-card h3 {
        font-size: 25px;
    }
}

@media (max-width: 1199px) {
    .uni-product-hero {
        min-height: auto;
        padding: 110px 0 80px;
    }

    .uni-product-hero-wrap {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 36px;
        justify-items: center;
    }

    .uni-product-hero-content {
        max-width: 100%;
        text-align: center;
        padding: 0;
    }

    .uni-product-hero-text {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .uni-product-hero-actions {
        justify-content: center;
    }

    .uni-product-hero-device {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: 320px;
        max-width: 100%;
        order: 2;
    }

    .uni-product-hero-card {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 620px;
        order: 3;
    }

    .uni-product-hero-leftshade {
        width: 100%;
        background: linear-gradient(180deg, rgba(34,55,120,.42) 0%, rgba(34,55,120,.18) 35%, rgba(34,55,120,0) 100%);
    }
}

@media (max-width: 767px) {
    .uni-product-hero {
        padding: 90px 0 64px;
    }

    .uni-product-hero-title {
        font-size: 40px;
    }

    .uni-product-hero-subtitle {
        font-size: 24px;
    }

    .uni-product-hero-text {
        font-size: 17px;
        line-height: 1.7;
    }

    .uni-btn {
        width: 100%;
        min-width: 0;
    }

    .uni-product-hero-actions {
        flex-direction: column;
        gap: 12px;
    }

    .uni-product-hero-card {
        padding: 26px 22px;
        border-radius: 18px;
    }

    .uni-product-hero-card h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .uni-product-hero-card li {
        font-size: 17px;
        padding-left: 30px;
    }
}
.uni-what-does {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(134, 176, 71, 0.08), transparent 28%), radial-gradient(circle at bottom right, rgba(34, 55, 120, 0.10), transparent 30%), linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.uni-what-does .container {
    position: relative;
    z-index: 2;
}

.uni-what-head {
    margin: 0 auto 56px;
    text-align: center;
}

.uni-what-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #223778;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(34, 55, 120, 0.08);
    box-shadow: 0 8px 20px rgba(34, 55, 120, 0.06);
}

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

.uni-what-card {
    position: relative;
    min-height: 320px;
    padding: 34px 28px 30px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 24, 39, 0.04);
    box-shadow: 0 18px 45px rgba(34, 55, 120, 0.08);
    backdrop-filter: blur(8px);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.uni-what-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 55px rgba(34, 55, 120, 0.14);
    border-color: rgba(34, 55, 120, 0.10);
}

.uni-what-icon {
    width: 82px;
    height: 82px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    background: linear-gradient(180deg, rgba(34, 55, 120, 0.06) 0%, rgba(134, 176, 71, 0.08) 100%);
    border: 1px solid rgba(34, 55, 120, 0.07);
}
uni-what-icon img {
    width: 36px;
    height: 36px;
}

.uni-what-card h3 {
    margin: 0 0 16px;
    font-size: 30px;
    font-weight: 800;
    color: var(--unisoft-blue);
}

.uni-what-card p {
    margin: 0;
    font-size: 18px;
    color: #404040;
}

@media (max-width: 1199px) {
    .uni-what-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .uni-what-card {
        min-height: 290px;
    }
}

@media (max-width: 767px) {
    .uni-what-does {
        padding: 80px 0;
    }

    .uni-what-head {
        margin-bottom: 34px;
    }

    .uni-what-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .uni-what-card {
        min-height: auto;
        padding: 26px 22px;
        border-radius: 20px;
    }

    .uni-what-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .uni-what-icon i {
        font-size: 30px;
    }

    .uni-what-card h3 {
        font-size: 24px;
    }

    .uni-what-card p {
        font-size: 16px;
    }
}

.uni-product-hero-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 26px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.uni-product-hero-btn-outline:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.65);
    transform: translateY(-1px);
}

.uni-ph {
    position: relative;
    overflow: hidden;
    padding: 100px 0 96px;
    background:
        radial-gradient(circle at 12% 20%, rgba(134, 176, 71, 0.10), transparent 38%),
        radial-gradient(circle at 92% 72%, rgba(34, 55, 120, 0.08), transparent 36%),
        linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.uni-ph::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, transparent 42%);
}

.uni-ph .container {
    position: relative;
    z-index: 2;
}

.uni-ph-intro {
    margin: 0 auto 72px;
    max-width: 800px;
    text-align: center;
}

.uni-ph-intro .fnp_title {
    color: var(--unisoft-blue);
}

.uni-ph-lead {
    margin: 0;
    font-size: 19px;
    line-height: 1.65;
    color: #404040;
}

.uni-ph-branch {
    margin: 0 0 56px;
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(34, 55, 120, 0.08);
}

.uni-ph-branch--last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.uni-ph-branch-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 12px;
}

.uni-ph-rung {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    background: linear-gradient(145deg, var(--unisoft-blue) 0%, #2d4a9e 100%);
    box-shadow: 0 10px 26px rgba(34, 55, 120, 0.22);
}

.uni-ph-branch-title {
    margin: 0;
    font-size: clamp(26px, 2.4vw, 34px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--unisoft-blue);
    line-height: 1.2;
}

.uni-ph-branch-lead {
    margin: 0 0 22px;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.6;
    color: #505050;
}

.uni-ph-dama {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: var(--u-radius);
    overflow: hidden;
    border: 1px solid rgba(34, 55, 120, 0.1);
    box-shadow: 0 18px 44px rgba(34, 55, 120, 0.08);
}

.uni-ph-tile {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin: 0;
    padding: 26px 24px;
    min-height: 118px;
    outline: 1px solid rgba(34, 55, 120, 0.07);
    outline-offset: -1px;
    transition: background .2s ease;
}

.uni-ph-dama > .uni-ph-tile:nth-child(4n+1),
.uni-ph-dama > .uni-ph-tile:nth-child(4n+4) {
    background: #fff;
}

.uni-ph-dama > .uni-ph-tile:nth-child(4n+2),
.uni-ph-dama > .uni-ph-tile:nth-child(4n+3) {
    background: rgba(34, 55, 120, 0.055);
}

.uni-ph-tile:hover {
    background: rgba(134, 176, 71, 0.08) !important;
}

.uni-ph-tile-ico {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(134, 176, 71, 0.16);
    border: 1px solid rgba(134, 176, 71, 0.28);
}

.uni-ph-tile-ico i {
    font-size: 20px;
    color: var(--unisoft-blue);
}

.uni-ph-tile-main {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.uni-ph-tile-name {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--unisoft-blue);
    line-height: 1.3;
}

.uni-ph-tile-desc {
    display: block;
    font-size: 15px;
    line-height: 1.55;
    color: #4a4a4a;
}

.uni-ph-cta-lead {
    margin: 56px auto 20px;
    max-width: 620px;
    text-align: center;
    font-size: 17px;
    line-height: 1.65;
    color: #404040;
}

.uni-ph-cta {
    display: table;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .uni-ph {
        padding: 76px 0 72px;
    }

    .uni-ph-intro {
        margin-bottom: 48px;
    }

    .uni-ph-lead {
        font-size: 17px;
    }

    .uni-ph-branch {
        margin-bottom: 44px;
        padding-bottom: 40px;
    }

    .uni-ph-dama {
        grid-template-columns: 1fr;
    }

    .uni-ph-dama > .uni-ph-tile:nth-child(odd) {
        background: #fff;
    }

    .uni-ph-dama > .uni-ph-tile:nth-child(even) {
        background: rgba(34, 55, 120, 0.055);
    }

    .uni-ph-tile:hover {
        background: rgba(134, 176, 71, 0.1) !important;
    }

    .uni-ph-tile {
        padding: 22px 18px;
        min-height: 0;
    }

    .uni-ph-tile-name {
        font-size: 17px;
    }

    .uni-ph-cta-lead {
        margin-top: 44px;
        font-size: 16px;
    }
}

.uni-product-gallery-section {
    position: relative;
    overflow: hidden;
    background:
            radial-gradient(circle at top left, rgba(134, 176, 71, 0.08), transparent 28%),
            radial-gradient(circle at bottom right, rgba(34, 55, 120, 0.10), transparent 30%),
            linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.uni-product-gallery-head {
    margin: 0 auto 52px;
    text-align: center;
}

.uni-product-gallery-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #223778;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(34, 55, 120, 0.08);
    box-shadow: 0 8px 24px rgba(34, 55, 120, 0.06);
}

.uni-product-gallery-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .7fr);
    gap: 26px;
    align-items: stretch;
}

.uni-product-gallery-main {
    position: relative;
    min-height: 640px;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(17, 24, 39, 0.05);
    box-shadow: 0 24px 60px rgba(34, 55, 120, 0.10);
}

.uni-product-gallery-main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.uni-product-gallery-main:hover img {
    transform: scale(1.03);
}

.uni-product-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.uni-product-thumb {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.92);
    min-height: 150px;
    border: 1px solid rgba(17, 24, 39, 0.05);
    box-shadow: 0 14px 35px rgba(34, 55, 120, 0.08);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.uni-product-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.uni-product-thumb:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(34, 55, 120, 0.12);
}

.uni-product-thumb.is-active {
    border-color: rgba(134, 176, 71, 0.50);
    box-shadow: 0 18px 40px rgba(134, 176, 71, 0.16);
}

.uni-product-thumb.is-active::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid rgba(134, 176, 71, 0.55);
    border-radius: 22px;
    pointer-events: none;
}

@media (max-width: 1199px) {
    .uni-product-gallery-wrap {
        grid-template-columns: 1fr;
    }

    .uni-product-gallery-main {
        min-height: 540px;
    }

    .uni-product-gallery-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .uni-product-thumb {
        min-height: 120px;
    }
}

@media (max-width: 767px) {
    .uni-product-gallery-section {
        padding: 80px 0;
    }

    .uni-product-gallery-main {
        min-height: 360px; 
        border-radius: 20px;
    }

    .uni-product-gallery-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
 
    .uni-product-thumb {
        min-height: 110px;
        border-radius: 16px;
    }

    .uni-product-thumb.is-active::after {
        border-radius: 16px;
    }
}
.uni-tech-specs-section {
    position: relative;
    overflow: hidden;
}

.uni-tech-specs-head {
    margin: 0 auto 52px;
    text-align: center;
}

.uni-tech-specs-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #223778;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(34, 55, 120, 0.08);
}


.uni-tech-specs-table-wrap {
    overflow-x: auto;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(34, 55, 120, 0.08);
    max-width: 80%;
    margin: 0 auto;
}

.uni-tech-specs-table-wrap table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #fff;
}

.uni-tech-specs-table-wrap table tr {
    border-bottom: 1px solid rgba(34, 55, 120, 0.07);
}

.uni-tech-specs-table-wrap table tr:last-child {
    border-bottom: none;
}

.uni-tech-specs-table-wrap table th,
.uni-tech-specs-table-wrap table td {
    padding: 20px 24px;
    text-align: left;
    vertical-align: middle;
}

.uni-tech-specs-table-wrap table th {
    width: 300px;
    font-size: 15px;
    font-weight: 700;
    color: #223778;
    background: #f7f9fc;
    border-right: 1px solid rgba(34, 55, 120, 0.07);
}

.uni-tech-specs-table-wrap table td {
    font-size: 15px;
    line-height: 1.7;
    color: #5a6a81;
    background: #fff;
}

@media (max-width: 767px) {
    .uni-tech-specs-section {
        padding: 80px 0;
    }

    .uni-tech-specs-table-wrap {
        border-radius: 18px;
    }
 
    .uni-tech-specs-table-wrap table th,
    .uni-tech-specs-table-wrap table td {
        padding: 16px 18px;
    }
}

.uni-product-pdfs-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    border-top: 1px solid rgba(34, 55, 120, 0.06);
    background:
            radial-gradient(circle at top left, rgba(134, 176, 71, 0.08), transparent 28%),
            radial-gradient(circle at bottom right, rgba(34, 55, 120, 0.10), transparent 30%),
            linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.uni-product-pdfs-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 32%);
}

.uni-product-pdfs-section .container {
    position: relative;
    z-index: 2; 
}

.uni-product-pdfs-head {
    margin: 0 auto 52px;
    max-width: 820px;
    text-align: center;
}

.uni-product-pdfs-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #223778;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(34, 55, 120, 0.08);
    box-shadow: 0 8px 24px rgba(34, 55, 120, 0.06);
}

.uni-product-pdfs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.uni-pdf-card {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 34px 28px 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 24, 39, 0.04);
    box-shadow: 0 18px 45px rgba(34, 55, 120, 0.08);
    backdrop-filter: blur(8px);
    text-decoration: none;
    color: inherit;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.uni-pdf-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 55px rgba(34, 55, 120, 0.14);
    border-color: rgba(34, 55, 120, 0.10);
    color: inherit;
    text-decoration: none;
}

.uni-pdf-card:focus-visible {
    outline: 3px solid rgba(134, 176, 71, 0.55);
    outline-offset: 3px;
}

.uni-pdf-card__icon {
    width: 82px;
    height: 82px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    background: linear-gradient(180deg, rgba(200, 52, 52, 0.09) 0%, rgba(34, 55, 120, 0.06) 100%);
    border: 1px solid rgba(34, 55, 120, 0.07);
}

.uni-pdf-card__icon i {
    font-size: 36px;
    color: #c22;
}

.uni-pdf-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.uni-pdf-card__body h3 {
    margin: 0 0 14px;
    font-size: 26px;
    font-weight: 800;
    color: var(--unisoft-blue);
}

.uni-pdf-card__excerpt {
    margin: 0 0 22px;
    flex: 1;
    font-size: 17px;
    line-height: 1.65;
    color: #404040;
}

.uni-pdf-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--unisoft-green);
}

.uni-pdf-card__cta i {
    font-size: 15px;
}

@media (max-width: 1199px) {
    .uni-product-pdfs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .uni-product-pdfs-section {
        padding: 80px 0;
    }

    .uni-product-pdfs-head {
        margin-bottom: 36px;
    }

    .uni-product-pdfs-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .uni-pdf-card {
        min-height: auto;
        padding: 26px 22px 24px;
        border-radius: 20px;
    }

    .uni-pdf-card__icon {
        width: 70px;
        height: 70px;
        margin-bottom: 18px;
    }

    .uni-pdf-card__icon i {
        font-size: 30px;
    }

    .uni-pdf-card__body h3 {
        font-size: 22px;
    }

    .uni-pdf-card__excerpt {
        font-size: 16px;
    }
}

/* PRODUCT END */

/* GENERAL BANNER START */
.general_banner {
    min-height: auto;
    height: 500px;
}
.general_banner .uni-product-hero-content {
    padding-bottom: 0;
    max-width: 100%;
}
.general_banner .uni-product-hero-wrap {
    min-height: auto;
}
.general_banner .uni-product-hero-leftshade {
    background: linear-gradient(90deg, rgba(134,176,71,0.6) 0%, rgba(134,176,71,0.04) 80%, rgba(134,176,71,0.10) 100%);
}

/* GENERAL BANNER END */

/* PROJECT PAGE START */
.project_page .card {
    border-radius: 14px;
    border: none;
    height: 100%;

}
.project_page .card img {
    width: 100%;
    border-radius: 14px;
    height: 100%;
    object-fit: cover;
}
.project_page .card .card-body {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.project_page .card .card-body .title {
    font-size: 28px;
    margin-bottom: 15px;
    transition: .3s ease-in-out;
}
.project_page .card .card-body .spot {
    font-size: 17px;
    color: #4b5563;
    margin-bottom: 0;
    opacity: 0;
    padding: 0;
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.project_page .card:hover .card-body .spot {
    opacity: 1;
    padding: 10px 0;
    min-height: 200px;
}
.project_page .card:hover .card-body .title {
    margin-bottom: 10%;
}
.project_page .card:hover .btn-main {
    -webkit-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
    -moz-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
    box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);

}
/* PROJECT PAGE END */

/* PROJECT DETAIL PAGE START */
.project_detail_info .inner {
    background:
radial-gradient(circle at top left, rgba(134, 176, 71, 0.08), transparent 28%),
radial-gradient(circle at bottom right, rgba(34, 55, 120, 0.10), transparent 30%),
linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
    padding: 40px;
    border-radius: 12px;
}
.project_detail_info .inner .title {
    font-size: 32px;
    font-weight: 800;
    color: #223035;
    text-align: center;
    margin-bottom: 25px;
}
.project_detail_info .inner p {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    color: var(--unisoft-green);
}
.project_detail_info .inner .col-lg-3:nth-child(1), .project_detail_info .inner .col-lg-3:nth-child(2), .project_detail_info .inner .col-lg-3:nth-child(3) {
    border-right: 1px solid rgba(34, 48, 53, 0.36);
}
.project_detail_problem {
    position: relative;
}
.project_detail_problem img.image_ {
    position: absolute;
    inset: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    top: 0;
    object-fit: cover;
}
.project_detail_problem .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(34, 55, 120, 0.65) 0%, rgba(10, 20, 40, 0.75) 60%);
    z-index: 0;
}
.project_detail_problem .container {
    position: relative;
    z-index: 2;
}
.project_detail_problem .fnp_title.title span, .project_detail_problem .fnp_detail p{
    color: #fff;
}
.project_detail_problem .right_inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.project_detail_problem .right_inner .card {
    position: absolute;
    width: 400px;
    height: auto;
    border: 1px solid rgba(134,176,71,.4);
    background: rgba(134,176,71,.25);
    padding: 10px;
    border-radius: 12px;
}
.project_detail_problem .right_inner .card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.project_detail_problem .right_inner .card .title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}
.project_detail_problem .right_inner .card p {
    margin-bottom: 0;
    font-size: 17px;
    color: #fff;
}

.project_detail_problem .right_inner .card:nth-child(2){
    top: 35%;
    right: 0;
}
.project_detail_problem .right_inner .card:nth-child(3){
    top: 40%;
    left: -5%;
}
.project_detail_problem .right_inner .card:nth-child(4){
    top: 76%;
    right: 15%;
}
.project_detail_strategy .card {
    background: #fff;
    border-radius: 16px;
    border:none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    padding: 20px;
}
.project_detail_strategy .card .num {
    font-size: 82px;
    font-weight: 900;
    color: var(--unisoft-blue);
    opacity: .25;
    position: absolute;
    top: 15px;
    right: 10px;
}
.project_detail_strategy .card img {
    margin-top: 40px;
}
.project_detail_strategy .card .title{
    font-size: 28px;
    margin: 10px 0;
}
.project_detail_strategy .card p {
    margin-bottom: 0;
}
/* PROJECT DETAIL PAGE END */

/* —— services_detail2: hospitality storytelling (sd2) —— */
.sd2-land {
    background: #fff;
}

.sd2-band {
    padding: 88px 0;
}

.sd2-band--air {
    padding: 112px 0;
}

.sd2-band--soft {
    background: linear-gradient(180deg, #fafbfd 0%, #f4f6fa 100%);
}

.sd2-band--muted {
    background: #f0f2f7;
    padding: 90px 0;
}

.sd2-band--line {
    border-bottom: 1px solid rgba(34, 55, 120, 0.06);
}

.uni-what-does.sd2-band--tight {
    padding: 96px 0 100px;
}

.sd2-lead {
    margin: 0 auto;
}

.sd2-title-tight.fnp_title {
    margin-top: 12px;
    margin-bottom: 22px;
}

.sd2-prose p {
    margin-bottom: 1rem;
}

.sd2-prose p:last-child {
    margin-bottom: 0;
}

.sd2-head-narrow.uni-what-head {
    margin-left: auto;
    margin-right: auto;
}

.sd2-eyebrow-inline {
    margin-bottom: 14px;
}

.sd2-heading {
    margin: 0 0 18px;
    font-size: clamp(28px, 3.6vw, 40px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--unisoft-blue);
}

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

.sd2-media {
    border-radius: 24px;
    overflow: hidden;
    background: rgba(34, 55, 120, 0.04);
    box-shadow: 0 20px 50px rgba(34, 55, 120, 0.1);
}

.sd2-media img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.sd2-media--tall {
    max-height: 520px;
}

.sd2-media--tall img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
}

.sd2-list {
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.sd2-list li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: 0.65rem;
    font-size: 18px;
    color: #404040;
    line-height: 1.55;
}

.sd2-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--unisoft-green);
}

.sd2-stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 28px;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(34, 55, 120, 0.08);
}

.sd2-stat {
    min-width: 120px;
}

.sd2-stat__value {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: var(--unisoft-blue);
    letter-spacing: -0.02em;
}

.sd2-stat__label {
    font-size: 15px;
    color: #5c6478;
}

.sd2-cms-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.85fr);
    gap: 48px 56px;
    align-items: center;
}

.sd2-resources-head {
    margin: 0 auto 48px;
}

.sd2-resources-lead {
    margin: 0;
    font-size: 18px;
    line-height: 1.65;
    color: #4b5568;
}

.sd2-resources-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.sd2-resource-card {
    padding: 28px 26px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(34, 55, 120, 0.07);
    box-shadow: 0 12px 36px rgba(34, 55, 120, 0.06);
    transition: border-color .25s ease, box-shadow .25s ease;
}

.sd2-resource-card:hover {
    border-color: rgba(134, 176, 71, 0.35);
    box-shadow: 0 16px 44px rgba(34, 55, 120, 0.09);
}

.sd2-resource-meta {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--unisoft-green);
}

.sd2-resource-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--unisoft-blue);
}

.sd2-resource-card h3 a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.sd2-resource-card h3 a:hover {
    color: var(--unisoft-green);
}

.sd2-resource-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #505a6e;
}

.sd2-cta-band {
    padding: 72px 0;
    background: linear-gradient(135deg, #1a2a5c 0%, #223778 48%, #1e3268 100%);
    color: #fff;
}

.sd2-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px 40px;
}

.sd2-cta-copy {
    max-width: 560px;
}

.sd2-cta-title {
    margin: 0 0 12px;
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
}

.sd2-cta-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.sd2-cta-actions .btn-main {
    box-shadow: 0 14px 34px rgba(134, 176, 71, 0.35);
}

.sd2-hero-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease;
}

.sd2-hero-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
}

.uni-what-does .sd2-card-grid.uni-what-grid {
    margin-top: 8px;
}

/* Ürün kategorileri — geniş dergi anlatımı (sd2-catwide) */
.sd2-catwide {
    padding: 88px 0 72px;
    background: #fafbfd;
}

.sd2-catwide-intro {
    max-width: min(100%, 920px);
    margin: 0 0 56px;
    text-align: left;
}

.sd2-catwide-intro__eyebrow {
    margin-bottom: 16px;
}

.sd2-catwide-intro__title {
    margin: 0 0 20px;
    font-size: clamp(30px, 4.2vw, 48px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.12;
    color: var(--unisoft-blue);
}

.sd2-catwide-intro__copy p {
    margin: 0;
    font-size: 20px;
    line-height: 1.65;
    color: #3d4556;
}

.sd2-catwide-stream {
    margin-top: 8px;
}

.sd2-catwide-row {
    padding: 56px 0 64px;
    border-top: 1px solid rgba(34, 55, 120, 0.08);
}

.sd2-catwide-row--stripe {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(241, 245, 251, 0.95) 38%, rgba(241, 245, 251, 0.4) 100%);
}

.sd2-catwide-layout {
    display: grid;
    align-items: start;
    gap: 28px 36px;
    grid-template-columns: minmax(52px, 92px) minmax(320px, 0.58fr) minmax(0, 1fr) minmax(148px, 220px);
    grid-template-areas: "step fig core aside";
}

.sd2-catwide-row:nth-child(even) .sd2-catwide-layout {
    grid-template-columns: minmax(52px, 92px) minmax(0, 1fr) minmax(320px, 0.58fr) minmax(148px, 220px);
    grid-template-areas: "step core fig aside";
}

.sd2-catwide-step {
    grid-area: step;
    position: relative;
    padding-top: 4px;
    text-align: left;
}

.sd2-catwide-figure {
    grid-area: fig;
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #e8ecf4;
    box-shadow: 0 22px 56px rgba(34, 55, 120, 0.14);
    position: relative;
    min-height: clamp(480px, 62vh, 820px);
}

.sd2-catwide-figure::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 55%, rgba(34, 55, 120, 0.12) 100%);
    opacity: 0.85;
    z-index: 1;
}

.sd2-catwide-figure img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.001);
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.sd2-catwide-row:hover .sd2-catwide-figure img {
    transform: scale(1.04);
}

.sd2-catwide-core {
    grid-area: core;
    min-width: 0;
}

.sd2-catwide-step__num {
    display: block;
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 800;
    line-height: 0.88;
    letter-spacing: -0.04em;
    color: rgba(34, 55, 120, 0.11);
    user-select: none;
}

.sd2-catwide-step__icon {
    display: inline-flex;
    margin-top: 14px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(34, 55, 120, 0.1);
    box-shadow: 0 8px 22px rgba(34, 55, 120, 0.08);
}

.sd2-catwide-step__icon i {
    font-size: 19px;
    color: var(--unisoft-green);
}

.sd2-catwide-kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--unisoft-green);
}

.sd2-catwide-name {
    margin: 0 0 22px;
    font-size: clamp(26px, 3.2vw, 38px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--unisoft-blue);
}

.sd2-catwide-body {
    margin-bottom: 22px;
}

.sd2-catwide-body p {
    margin: 0 0 1.1em;
    font-size: 19px;
    line-height: 1.72;
    color: #424a5c;
}

.sd2-catwide-body p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .sd2-catwide-body {
        column-count: 2;
        column-gap: 3rem;
    }

    .sd2-catwide-body p {
        break-inside: avoid;
        margin-bottom: 0;
    }
}

.sd2-catwide-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--unisoft-blue);
    text-decoration: none;
    transition: color 0.2s ease;
}

.sd2-catwide-cta i {
    font-size: 15px;
    transition: transform 0.25s ease;
}

.sd2-catwide-cta:hover {
    color: var(--unisoft-green);
}

.sd2-catwide-cta:hover i {
    transform: translateX(5px);
}

.sd2-catwide-cta:focus-visible {
    outline: 2px solid var(--unisoft-green);
    outline-offset: 3px;
    border-radius: 4px;
}

.sd2-catwide-aside {
    grid-area: aside;
    position: relative;
    padding: 24px 0 0;
    border-top: 3px solid rgba(134, 176, 71, 0.55);
    align-self: stretch;
}

.sd2-catwide-pull {
    margin: 0;
    font-size: clamp(17px, 1.6vw, 20px);
    font-weight: 700;
    line-height: 1.45;
    font-style: italic;
    color: var(--unisoft-blue);
    letter-spacing: -0.01em;
}

@media (max-width: 991px) {
    .sd2-band,
    .sd2-band--air {
        padding: 72px 0;
    }

    .sd2-band--muted {
        padding: 72px 0;
    }

    .sd2-cms-grid {
        grid-template-columns: 1fr;
    }

    .sd2-cms-visual {
        order: -1;
    }

    .sd2-resources-grid {
        grid-template-columns: 1fr;
    }

    .sd2-catwide {
        padding-top: 64px;
    }

    .sd2-catwide-intro {
        margin-bottom: 40px;
    }

    .sd2-catwide-intro__copy p {
        font-size: 18px;
    }

    .sd2-catwide-layout,
    .sd2-catwide-row:nth-child(even) .sd2-catwide-layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "fig"
            "step"
            "core"
            "aside";
        gap: 22px 0;
    }

    .sd2-catwide-figure {
        min-height: 0;
    }

    .sd2-catwide-figure img {
        position: static;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        min-height: 240px;
    }

    .sd2-catwide-step {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 14px 20px;
        padding-top: 0;
    }

    .sd2-catwide-step__icon {
        margin-top: 0;
    }

    .sd2-catwide-aside {
        padding-top: 20px;
        border-top-width: 2px;
        max-width: 100%;
    }

    .sd2-catwide-row {
        padding: 44px 0 48px;
    }

    .sd2-catwide-body {
        column-count: 1;
    }

    .sd2-catwide-body p:not(:first-child) {
        margin-top: 0;
    }

    .sd2-catwide-body p {
        margin-bottom: 1.1em;
    }
}

@media (max-width: 767px) {
    .sd2-band,
    .sd2-band--air {
        padding: 56px 0;
    }

    .sd2-stat-row {
        flex-direction: column;
        gap: 16px;
    }

    .sd2-cta-band {
        padding: 56px 0;
    }

    .sd2-cta-actions {
        width: 100%;
    }

    .sd2-cta-actions .btn-main {
        width: 100%;
        text-align: center;
    }

    .sd2-catwide {
        padding-top: 48px;
    }

    .sd2-catwide-intro {
        margin-bottom: 28px;
    }

    .sd2-catwide-intro__copy p {
        font-size: 17px;
    }

    .sd2-catwide-layout,
    .sd2-catwide-row:nth-child(even) .sd2-catwide-layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "fig"
            "step"
            "core"
            "aside";
        gap: 18px 0;
    }

    .sd2-catwide-figure {
        min-height: 0;
    }

    .sd2-catwide-figure img {
        position: static;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        min-height: 220px;
    }

    .sd2-catwide-step {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 14px 20px;
        padding-top: 0;
    }

    .sd2-catwide-step__num {
        font-size: clamp(2.5rem, 14vw, 3.5rem);
        line-height: 1;
    }

    .sd2-catwide-step__icon {
        margin-top: 0;
    }

    .sd2-catwide-row {
        padding: 36px 0 40px;
    }

    .sd2-catwide-name {
        margin-bottom: 16px;
    }

    .sd2-catwide-body p {
        font-size: 16px;
        line-height: 1.68;
    }

    .sd2-catwide-aside {
        max-width: none;
    }
}
/* —— end sd2 —— */
.aacps-section {
    --aacps-dark: #223778;
    --aacps-dark-deep: #131f44;
    --aacps-dark-mid: #1c2d62;
    --aacps-green: #86b047;
    --aacps-green-light: #a8cc6a;
    --aacps-green-pale: #eef5e4;
    --aacps-white: #ffffff;
    --aacps-chaos-text: rgba(255,255,255,0.92);
    --aacps-glow: #5b8fe8;

    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--aacps-dark-deep);
    isolation: isolate;
}

.aacps-section,
.aacps-section * {
    box-sizing: border-box;
}

.aacps-bg-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.aacps-bg-dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 62%;
    height: 100%;
    background: var(--aacps-dark);
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
}

.aacps-bg-green {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(135deg, var(--aacps-green) 0%, var(--aacps-green-light) 100%);
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.aacps-bg-blend {
    position: absolute;
    left: 36%;
    top: 0;
    width: 28%;
    height: 100%;
    background: linear-gradient(
            to right,
            var(--aacps-dark) 0%,
            rgba(34,55,120,0.7) 30%,
            rgba(100,140,60,0.4) 70%,
            var(--aacps-green) 100%
    );
    filter: blur(32px);
    z-index: 1;
}

.aacps-bg-grain {
    position: absolute;
    inset: 0;
    opacity: 0.035;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='512' height='512' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
    background-size: 256px;
    pointer-events: none;
}

.aacps-left-visuals {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.aacps-screen {
    position: absolute;
    background: rgba(91,143,232,0.06);
    border: 1px solid rgba(91,143,232,0.12);
    border-radius: 6px;
    overflow: hidden;
}

.aacps-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(91,143,232,0.04) 2px,
            rgba(91,143,232,0.04) 4px
    );
}

.aacps-screen-1 { width: 280px; height: 180px; top: 8%; left: 4%; transform: rotate(-6deg); }
.aacps-screen-2 { width: 200px; height: 130px; top: 22%; left: 30%; transform: rotate(4deg); opacity: 0.7; }
.aacps-screen-3 { width: 320px; height: 90px; top: 55%; left: -2%; transform: rotate(-3deg); opacity: 0.6; }
.aacps-screen-4 { width: 160px; height: 200px; bottom: 10%; left: 28%; transform: rotate(7deg); opacity: 0.5; }
.aacps-screen-5 { width: 240px; height: 60px; top: 72%; left: 10%; transform: rotate(-2deg); opacity: 0.4; }

.aacps-glitch {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(91,143,232,0.25);
    animation: aacpsGlitchMove 3s ease-in-out infinite;
}

.aacps-glitch-1 { top: 15%; animation-delay: 0s; animation-duration: 4.2s; }
.aacps-glitch-2 { top: 38%; animation-delay: 1.1s; animation-duration: 3.7s; }
.aacps-glitch-3 { top: 61%; animation-delay: 2.3s; animation-duration: 5.1s; }
.aacps-glitch-4 { top: 84%; animation-delay: 0.7s; animation-duration: 3.3s; }

.aacps-node {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,80,60,0.6);
    animation: aacpsNodePulse 2.5s ease-in-out infinite;
}

.aacps-node-1 { top: 19%; left: 18%; animation-delay: 0s; }
.aacps-node-2 { top: 44%; left: 8%; animation-delay: 0.8s; }
.aacps-node-3 { top: 67%; left: 35%; animation-delay: 1.6s; }
.aacps-node-4 { top: 33%; left: 42%; animation-delay: 0.4s; }

.aacps-line-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.aacps-line {
    stroke: rgba(91,143,232,0.2);
    stroke-width: 1;
    stroke-dasharray: 6 10;
    fill: none;
    animation: aacpsDashFlow 4s linear infinite;
}

.aacps-line-2 { animation-delay: -1.5s; }
.aacps-line-3 { animation-delay: -0.8s; }
.aacps-line-4 { animation-delay: -2.1s; }

.aacps-center-flow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none;
}

.aacps-center-flow-line {
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(91,143,232,0.4) 20%,
            rgba(150,200,80,0.6) 60%,
            rgba(134,176,71,0.3) 80%,
            transparent 100%
    );
    filter: blur(1px);
}

.aacps-flow-orb {
    position: absolute;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, #a8cc6a, rgba(134,176,71,0.3));
    box-shadow: 0 0 20px 6px rgba(134,176,71,0.4), 0 0 40px 12px rgba(134,176,71,0.15);
    animation: aacpsOrbFloat 6s ease-in-out infinite;
}

.aacps-flow-particle {
    position: absolute;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    transform: translateX(-50%);
    animation: aacpsParticleFlow 3s linear infinite;
}

.aacps-flow-particle-1 { background: rgba(91,143,232,0.8); animation-delay: 0s; }
.aacps-flow-particle-2 { background: rgba(120,180,60,0.8); animation-delay: 1s; }
.aacps-flow-particle-3 { background: rgba(91,143,232,0.8); animation-delay: 2s; }

.aacps-right-visuals {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.aacps-chart {
    height: 72px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    margin-bottom: 14px;
}
.aacps-mini-card {
    position: absolute;
    right: 4%;
    bottom: 18%;
    width: 200px;
    background: var(--aacps-dark);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    animation: aacpsCardFloat 10s ease-in-out infinite;
    animation-delay: 2s;
}

.aacps-mini-label {
    display: block;
    font-family: monospace;
    font-size: 9px;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.aacps-mini-value {
    display: block;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: var(--aacps-green-light);
    font-family: Arial, sans-serif;
}

.aacps-mini-sub {
    display: block;
    font-family: monospace;
    font-size: 10px;
    color: rgba(255,255,255,0.4);
    margin-top: 4px;
}

.aacps-check-list {
    position: absolute;
    left: 2%;
    top: 70%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aacps-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.85);
    padding: 8px 14px;
    border-radius: 30px;
    font-family: monospace;
    font-size: 10px;
    letter-spacing: 0.06em;
    color: #2a3a1a;
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
    opacity: 0;
    animation: aacpsCheckSlide 0.5s ease forwards;
}

.aacps-check-item:nth-child(1) { animation-delay: 0.8s; }
.aacps-check-item:nth-child(2) { animation-delay: 1.2s; }
.aacps-check-item:nth-child(3) { animation-delay: 1.6s; }

.aacps-check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--aacps-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.aacps-check-text {
    display: inline-block;
}

.aacps-vertical-label {
    position: absolute;
    font-family: monospace;
    font-size: 8.5px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    z-index: 25;
}

.aacps-vertical-label-left {
    left: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    color: rgba(91,143,232,0.25);
}

.aacps-vertical-label-right {
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(30,70,10,0.25);
}

.aacps-content {
    position: relative;
    z-index: 20;
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 100px 0;
}

.aacps-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

.aacps-grid {
    display: flex;
    align-items: center;
    min-height: 80vh;
}

.aacps-col {
    width: 50%;
}

.aacps-col-left {
    padding-right: 80px;
    padding-top: 40px;
}

.aacps-col-right {
    padding-left: 60px;
    padding-top: 40px;
}

.aacps-kicker {
    font-family: monospace;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin: 0 0 32px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    opacity: 0;
}

.aacps-kicker::before,
.aacps-kicker::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
}

.aacps-kicker-left {
    color: rgba(91,143,232,0.7);
    animation: aacpsFadeInUp 0.6s ease forwards 0.3s;
}

.aacps-kicker-left::before {
    background: rgba(91,143,232,0.5);
}

.aacps-kicker-right {
    color: rgba(30,60,10,0.65);
    animation: aacpsFadeInUp 0.6s ease forwards 0.6s;
}

.aacps-kicker-right::after {
    background: rgba(30,60,10,0.4);
}

.aacps-title {
    margin: 0 0 20px 0;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.aacps-title em {
    display: block;
    margin-top: 4px;
    font-style: italic;
    font-weight: 400;
}

.aacps-title-left {
    font-family: Arial, sans-serif;
    font-size: clamp(52px, 5.5vw, 84px);
    line-height: 0.96;
    color: var(--aacps-chaos-text);
    opacity: 0;
    animation: aacpsFadeInUp 0.8s cubic-bezier(0.16,1,0.3,1) forwards 0.5s;
}

.aacps-title-left em {
    font-size: 0.8em;
    color:rgb(151 189 90);
}

.aacps-title-right {
    font-family: Arial, sans-serif;
    font-size: clamp(44px, 4.5vw, 72px);
    line-height: 0.97;
    color: #fff;
    opacity: 0;
    animation: aacpsFadeInUp 0.8s cubic-bezier(0.16,1,0.3,1) forwards 0.8s;
}

.aacps-title-right em {
    font-size: 0.82em;
    color: rgb(36 57 121);
}

.aacps-text {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 44px 0;
    max-width: 400px;
    opacity: 0;
}

.aacps-text-left {
    color: rgba(255,255,255,0.45);
    margin-bottom: 48px;
    animation: aacpsFadeInUp 0.7s ease forwards 0.8s;
}

.aacps-text-right {
    color: rgba(20,50,5,0.65);
    max-width: 380px;
    animation: aacpsFadeInUp 0.7s ease forwards 1s;
}

.aacps-stats {
    display: flex;
    gap: 40px;
    opacity: 0;
    animation: aacpsFadeInUp 0.7s ease forwards 1.1s;
}

.aacps-stat-box {
    min-width: 120px;
}

.aacps-stat-number {
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    color: rgba(255,255,255,0.7);
}

.aacps-stat-number span {
    color: rgba(255,80,60,0.8);
}

.aacps-stat-label {
    margin-top: 6px;
    font-family: monospace;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    line-height: 1.6;
}

.aacps-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    opacity: 0;
    animation: aacpsFadeInUp 0.6s ease forwards 1.3s;
}

.aacps-btn {
    text-decoration: none;
    transition: all 0.2s ease;
}

.aacps-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1a3008;
    color: var(--aacps-white);
    font-family: monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 16px 36px;
    border-radius: 3px;
}

.aacps-btn-primary:hover {
    background: #2a4a10;
    transform: translateY(-2px);
}

.aacps-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: monospace;
    font-size: 11px;
    letter-spacing: 0.15em;
    color: rgba(20,50,5,0.6);
}

.aacps-btn-secondary:hover {
    color: rgba(20,50,5,0.9);
}

.aacps-btn-arrow {
    display: inline-block;
    transition: transform 0.2s ease;
}

.aacps-btn-secondary:hover .aacps-btn-arrow {
    transform: translateX(4px);
}

@keyframes aacpsFadeInUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aacpsGlitchMove {
    0%, 100% {
        opacity: 0;
        transform: scaleX(0.3) translateX(-20%);
    }
    50% {
        opacity: 1;
        transform: scaleX(1) translateX(0);
    }
}

@keyframes aacpsNodePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
        box-shadow: 0 0 0 0 rgba(255,80,60,0.4);
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
        box-shadow: 0 0 0 8px rgba(255,80,60,0);
    }
}

@keyframes aacpsDashFlow {
    to {
        stroke-dashoffset: -80;
    }
}

@keyframes aacpsOrbFloat {
    0% {
        top: 10%;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        top: 90%;
        opacity: 0;
    }
}

@keyframes aacpsParticleFlow {
    0% {
        top: 5%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 95%;
        opacity: 0;
    }
}

@keyframes aacpsDashboardFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0.5deg);
    }
    50% {
        transform: translateY(-12px) rotate(0deg);
    }
}

@keyframes aacpsCardFloat {
    0%, 100% {
        transform: translateY(0) rotate(-1deg);
    }
    50% {
        transform: translateY(-8px) rotate(-0.5deg);
    }
}

@keyframes aacpsBarGrow {
    to {
        transform: scaleY(1);
    }
}

@keyframes aacpsCheckSlide {
    from {
        opacity: 0;
        transform: translateX(-12px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes aacpsMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 1199px) {
    .aacps-container {
        padding: 0 40px;
    }

    .aacps-col-left {
        padding-right: 50px;
    }

    .aacps-col-right {
        padding-left: 40px;
    }
}

@media (max-width: 991px) {
    .aacps-content {
        padding: 70px 0 90px 0;
    }

    .aacps-container {
        padding: 0 24px;
    }

    .aacps-grid {
        flex-direction: column;
        min-height: auto;
    }

    .aacps-col {
        width: 100%;
    }

    .aacps-col-left,
    .aacps-col-right {
        padding: 30px 0;
    }

    .aacps-bg-dark {
        width: 100%;
        height: 55%;
        clip-path: none;
    }

    .aacps-bg-green {
        left: 0;
        right: 0;
        top: 45%;
        width: 100%;
        height: 55%;
        clip-path: none;
    }

    .aacps-bg-blend {
        left: 0;
        right: 0;
        top: 40%;
        width: 100%;
        height: 20%;
    }

    .aacps-left-visuals,
    .aacps-right-visuals,
    .aacps-mini-card,
    .aacps-check-list,
    .aacps-vertical-label {
        display: none;
    }

    .aacps-center-flow {
        left: 0;
        right: 0;
        top: 50%;
        bottom: auto;
        width: 100%;
        height: 2px;
        transform: translateY(-50%);
    }

    .aacps-center-flow-line {
        width: 100%;
        height: 100%;
        background: linear-gradient(
                to right,
                transparent 0%,
                rgba(91,143,232,0.4) 20%,
                rgba(150,200,80,0.6) 60%,
                rgba(134,176,71,0.3) 80%,
                transparent 100%
        );
    }

    .aacps-flow-orb,
    .aacps-flow-particle {
        display: none;
    }

    .aacps-stats {
        gap: 20px;
        flex-wrap: wrap;
    }

    .aacps-actions {
        flex-wrap: wrap;
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .aacps-title-left {
        font-size: 38px;
        line-height: 1.02;
    }

    .aacps-title-right {
        font-size: 34px;
        line-height: 1.03;
    }

    .aacps-text {
        font-size: 15px;
    }

    .aacps-btn-primary,
    .aacps-btn-secondary {
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .aacps-marquee {
        height: 34px;
    }

    .aacps-marquee-item {
        font-size: 8px;
        padding: 0 28px;
    }

    .aacps-marquee-item::after {
        margin-left: 28px;
    }
}

:root {
    --aac-flow-green: #86b047;
    --aac-flow-green-soft: rgba(134, 176, 71, 0.10);
    --aac-flow-green-line: rgba(134, 176, 71, 0.22);
    --aac-flow-navy: #223778;
    --aac-flow-navy-soft: rgba(34, 55, 120, 0.07);
    --aac-flow-ink: #1a1f2e;
    --aac-flow-mid: #6b7280;
    --aac-flow-rule: rgba(34, 55, 120, 0.09);
    --aac-flow-card-bg: rgba(255, 255, 255, 0.82);
    --aac-flow-card-border: rgba(34, 55, 120, 0.07);
    --aac-flow-radius: 20px;
    --aac-flow-shadow: 0 2px 16px rgba(34, 55, 120, 0.07), 0 0 0 1px rgba(34, 55, 120, 0.05);
    --aac-flow-shadow-hover: 0 8px 32px rgba(34, 55, 120, 0.11), 0 0 0 1px rgba(134, 176, 71, 0.18);
}

.aac-flow-section {
    background:   radial-gradient(circle at top left, rgba(134, 176, 71, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(34, 55, 120, 0.10), transparent 30%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);;
    margin: 0 auto;
    position: relative;
}

/* =========================
   HEADER
========================= */
.aac-flow-header {
    text-align: center;
    margin-bottom: 88px;
}
/* =========================
   STEP LIST
========================= */
.aac-flow-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.aac-flow-step {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 0 56px;
    padding: 64px 0;
    border-top: 1px solid var(--aac-flow-rule);
    align-items: start;
    opacity: 0;
    animation: aacFlowRiseIn 0.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.aac-flow-step:nth-child(1) { animation-delay: 0.25s; }
.aac-flow-step:nth-child(2) { animation-delay: 0.38s; }
.aac-flow-step:nth-child(3) { animation-delay: 0.51s; }
.aac-flow-step:nth-child(4) { animation-delay: 0.64s; }

.aac-flow-steps .aac-flow-step:last-child {
    border-bottom: 1px solid var(--aac-flow-rule);
}

/* LEFT COLUMN */
.aac-flow-step-meta {
    padding-top: 4px;
    position: sticky;
    top: 32px;
}

.aac-flow-step-num {
    display: block;
    margin-bottom: 18px;
    font-weight: 800;
    font-size: 105px;
    line-height: 1;
    letter-spacing: -0.05em;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(34, 55, 120, 0.14);
}

.aac-flow-step-title {
    font-weight: 700;
    font-size: 52px;
    letter-spacing: -0.02em;
    color: var(--aac-flow-navy);
    line-height: 1.25;
    margin-bottom: 12px;
}

.aac-flow-step-text {
    font-size: 20px;
    line-height: 1.65;
    color: var(--aac-flow-mid);
}

.aac-flow-step-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--aac-flow-green);
    margin-top: 28px;
    opacity: 0.7;
}

/* RIGHT GRID */
.aac-flow-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

/* CARDS */
.aac-flow-card {
    background: var(--aac-flow-card-bg);
    border: 1px solid var(--aac-flow-card-border);
    border-radius: var(--aac-flow-radius);
    padding: 28px 26px 26px;
    box-shadow: var(--aac-flow-shadow);
    backdrop-filter: blur(8px);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    cursor: default;
}

.aac-flow-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--aac-flow-shadow-hover);
    border-color: rgba(134, 176, 71, 0.22);
}

.aac-flow-card--accent {
    background: linear-gradient(135deg, rgba(134, 176, 71, 0.07) 0%, rgba(134, 176, 71, 0.03) 100%);
    border-color: rgba(134, 176, 71, 0.15);
}

.aac-flow-card--navy {
    background: var(--aac-flow-navy);
    border-color: transparent;
}

.aac-flow-card--navy .aac-flow-card-tag {
    color: rgba(134, 176, 71, 0.75);
}

.aac-flow-card--navy .aac-flow-card-title {
    color: rgba(255, 255, 255, 0.92);
}

.aac-flow-card--navy .aac-flow-card-body {
    color: rgba(255, 255, 255, 0.52);
}

.aac-flow-card--navy .aac-flow-card-stat {
    color: rgba(134, 176, 71, 0.9);
}

.aac-flow-card--wide {
    grid-column: 1 / -1;
}

.aac-flow-card-tag {
    display: block;
    margin-bottom: 14px;
    font-family: 'Geist Mono', monospace;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--aac-flow-green);
}

.aac-flow-card-title {
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--aac-flow-navy);
    line-height: 1.3;
    margin-bottom: 8px;
}

.aac-flow-card-body {
    font-size: 17px;
    line-height: 1.7;
    color: var(--aac-flow-mid);
}

.aac-flow-card-stat {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: -0.04em;
    color: var(--aac-flow-green);
    line-height: 1;
    margin-bottom: 6px;
}
.aac-flow-wide-inner {
    display: flex;
    align-items: center;
    gap: 32px;
}
.aac-flow-wide-stat {
    flex-shrink: 0;
}
.aac-flow-wide-divider {
    width: 1px;
    height: 48px;
    background: rgba(34, 55, 120, 0.10);
    flex-shrink: 0;
}
.aac-flow-card--navy .aac-flow-wide-divider {
    background: rgba(255, 255, 255, 0.12);
}
.aac-flow-cta {
    text-align: center;
    margin-top: 72px;
    opacity: 0;
    animation: aacFlowRiseIn 0.6s ease forwards 0.9s;
}
.aac-flow-cta-btn {
    display: inline-block;
    background: var(--aac-flow-navy);
    color: #fff;
    font-family: 'Geist Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 42px;
    border-radius: 6px;
    transition: background 0.2s ease, transform 0.2s ease;
}
.aac-flow-cta-btn:hover {
    background: #1a2d60;
    transform: translateY(-2px);
}
.aac-flow-cta-sub {
    display: block;
    margin-top: 14px;
    font-family: 'Geist Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.14em;
    color: var(--aac-flow-mid);
}
@keyframes aacFlowRiseIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .aac-flow-section {
        padding: 72px 24px 96px;
    }

    .aac-flow-step {
        grid-template-columns: 1fr;
        gap: 28px 0;
    }

    .aac-flow-step-meta {
        position: static;
    }

    .aac-flow-step-num {
        font-size: 52px;
    }

    .aac-flow-grid {
        grid-template-columns: 1fr;
    }

    .aac-flow-wide-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .aac-flow-wide-divider {
        width: 40px;
        height: 1px;
    }
}

.aac-slider-section {
    position: relative;
    padding: 96px 0 110px;
    overflow: hidden;
}

.aac-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 40px;
}

.aac-slider-header-left {
    max-width: 840px;
}

.aac-slider-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Geist Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #86b047;
    margin-bottom: 16px;
}

.aac-slider-eyebrow::before {
    content: "";
    width: 22px;
    height: 1px;
    background: rgba(134, 176, 71, 0.28);
    display: block;
}

.aac-slider-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(32px, 4vw, 52px);
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: #223778;
    margin-bottom: 12px;
}

.aac-slider-desc {
    font-size: 16px;
    line-height: 1.72;
    color: #6b7584;
    font-style: italic;
}

.aac-slider-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    flex-shrink: 0;
}

.aac-slider-counter {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Geist Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: #6b7584;
}

#aacSliderCurrent {
    color: #223778;
}

.aac-slider-arrows {
    display: flex;
    gap: 10px;
}

.aac-slider-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(34, 55, 120, 0.08);
    background: #fff;
    color: #223778;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(34, 55, 120, 0.07);
    transition: all 0.2s ease;
}

.aac-slider-btn:hover {
    background: #223778;
    color: #fff;
    border-color: #223778;
    transform: scale(1.05);
}

.aac-slider-progress {
    margin-bottom: 42px;
}

.aac-slider-progress-track {
    height: 2px;
    background: rgba(34, 55, 120, 0.08);
    border-radius: 999px;
    overflow: hidden;
}

.aac-slider-progress-fill {
    height: 100%;
    width: 20%;
    background: #86b047;
    border-radius: 999px;
    transition: width 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.aac-slider-stage {
    position: relative;
    width: 100%;
    min-height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1400px;
    overflow: hidden;
}

.aac-slider-card {
    position: absolute;
    width: 700px;
    max-width: calc(100vw - 48px);
    background: #fff;
    border: 1px solid rgba(34, 55, 120, 0.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 32px rgba(34, 55, 120, 0.08);
    transition:
            transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
            opacity 0.45s ease,
            box-shadow 0.45s ease,
            border-color 0.45s ease;
    will-change: transform, opacity;
}

.aac-slider-card.is-active {
    opacity: 1;
    z-index: 10;
    border-color: rgba(134, 176, 71, 0.24);
    box-shadow:
            0 28px 72px rgba(34, 55, 120, 0.16),
            0 0 0 1px rgba(134, 176, 71, 0.18);
}

.aac-slider-media {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: #eef3f8;
}

.aac-slider-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.aac-slider-card:hover .aac-slider-media img {
    transform: scale(1.04);
}

.aac-slider-overlay {
    position: absolute;
    inset: 0;
    background:
            linear-gradient(to bottom, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.22)),
            linear-gradient(to top, rgba(34, 55, 120, 0.10), transparent 45%);
    pointer-events: none;
}

.aac-slider-card-body {
    padding: 30px 32px 34px;
}

.aac-slider-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(134, 176, 71, 0.10);
    color: #86b047;
    font-family: 'Geist Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.aac-slider-card-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #223778;
    margin-bottom: 10px;
}

.aac-slider-card-desc {
    font-size: 14px;
    line-height: 1.72;
    color: #6b7584;
    margin-bottom: 20px;
}

.aac-slider-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Geist Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    color: #223778;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.aac-slider-cta:hover {
    gap: 12px;
    opacity: 1;
}

.aac-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.aac-slider-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    border: 0;
    background: rgba(34, 55, 120, 0.16);
    cursor: pointer;
    transition: all 0.3s ease;
}

.aac-slider-dot.is-active {
    width: 22px;
    background: #86b047;
}

@media (max-width: 991px) {
    .aac-slider-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .aac-slider-header-right {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .aac-slider-stage {
        min-height: 560px;
    }

    .aac-slider-media {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .aac-slider-section {
        padding: 72px 0 90px;
    }

    .aac-slider-stage {
        min-height: 500px;
    }

    .aac-slider-card {
        max-width: calc(100vw - 32px);
        border-radius: 20px;
    }

    .aac-slider-media {
        height: 220px;
    }

    .aac-slider-card-body {
        padding: 22px 20px 24px;
    }

    .aac-slider-card-title {
        font-size: 20px;
    } 

    .aac-slider-card-desc {
        font-size: 13px;
    }
}

/* —— service detail: visual showcase slider —— */
.service-showcase-slider {
    position: relative;
    overflow: hidden;
    padding: 96px 0 108px;
    background: linear-gradient(180deg, #fafbfd 0%, #f3f6fb 100%);
}

.service-showcase-slider-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 45% at 12% 20%, rgba(134, 176, 71, 0.1), transparent 58%),
        radial-gradient(ellipse 50% 42% at 88% 78%, rgba(34, 55, 120, 0.08), transparent 55%);
    filter: blur(0);
}

.service-showcase-slider .container {
    position: relative;
    z-index: 2;
}

.service-showcase-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px 48px;
    margin-bottom: 42px;
    flex-wrap: wrap;
}

.service-showcase-head-copy {
    max-width: 920px;
}

.service-showcase-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--unisoft-green);
    background: rgba(134, 176, 71, 0.1);
    border: 1px solid rgba(134, 176, 71, 0.42);
}

.service-showcase-title {
    margin: 0 0 14px;
    font-size: clamp(30px, 3.6vw, 46px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--unisoft-blue);
}

.service-showcase-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.65;
    color: #5c6478;
    max-width: 54ch;
}

.service-showcase-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    flex-shrink: 0;
}

.service-showcase-fraction {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--unisoft-blue);
    line-height: 1;
}

.service-showcase-fraction-sep,
.service-showcase-fraction-total {
    color: #98a2b3;
    font-size: 22px;
    font-weight: 700;
}

.service-showcase-arrows {
    display: flex;
    gap: 10px;
}

.service-showcase-arrow {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(34, 55, 120, 0.1);
    background: rgba(255, 255, 255, 0.92);
    color: var(--unisoft-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(34, 55, 120, 0.08);
    transition: transform 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.service-showcase-arrow:hover {
    border-color: rgba(134, 176, 71, 0.45);
    color: var(--unisoft-green);
    transform: scale(1.05);
    box-shadow: 0 14px 32px rgba(34, 55, 120, 0.12);
}

.service-showcase-slider-wrap {
    position: relative;
    margin: 0 -12px;
    padding: 8px 12px 36px;
}

.service-showcase-swiper {
    position: static;
    overflow: hidden;
    padding: 12px 0 8px;
}

.service-showcase-swiper .swiper-slide {
    background: transparent !important;
    width: min(88vw, 400px);
    height: auto;
    box-sizing: border-box;
}

.service-showcase-slide {
    height: auto;
}

.service-showcase-card {
    position: relative;
    display: block;
    height: 100%;
    min-height: 420px;
    border-radius: 26px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s ease, border-color 0.45s ease;
}

.service-showcase-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(145deg, #1a2d5c 0%, #223778 55%, #2a4470 100%);
}

.service-showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-showcase-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(17, 28, 52, 0.08) 0%, rgba(17, 28, 52, 0.35) 42%, rgba(17, 28, 52, 0.88) 100%),
        linear-gradient(90deg, rgba(34, 55, 120, 0.22) 0%, transparent 55%);
    pointer-events: none;
}

.service-showcase-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 420px;
    padding: 28px 28px 30px;
}

.service-showcase-card-title {
    margin: 0 0 10px;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
}

.service-showcase-card-text {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    max-width: 42ch;
}

.service-showcase-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--unisoft-green);
    transition: gap 0.3s ease, color 0.3s ease;
}

.service-showcase-cta i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.service-showcase-card:hover .service-showcase-image img {
    transform: scale(1.08);
}

.service-showcase-card:hover .service-showcase-cta {
    color: #fff;
}

.service-showcase-card:hover .service-showcase-cta i {
    transform: translateX(4px);
}

/* active / adjacent slide emphasis — scale on card only (not .swiper-slide) */
.service-showcase-swiper .swiper-slide .service-showcase-card {
    opacity: 0.78;
    transform: scale(0.94);
    transition:
        opacity 0.45s ease,
        transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}

.service-showcase-swiper .swiper-slide-active {
    z-index: 2;
}

.service-showcase-swiper .swiper-slide-active .service-showcase-card {
    opacity: 1;
    transform: scale(1);
    border-color: rgba(134, 176, 71, 0.35);
}

.service-showcase-swiper .swiper-slide-active .service-showcase-card:hover {
    transform: scale(1) translateY(-6px);
}

.service-showcase-swiper .swiper-slide-prev .service-showcase-card,
.service-showcase-swiper .swiper-slide-next .service-showcase-card {
    opacity: 0.9;
    transform: scale(0.97);
}

@media (min-width: 768px) {
    .service-showcase-swiper .swiper-slide {
        width: min(46vw, 460px);
    }
}

@media (min-width: 1200px) {
    .service-showcase-swiper .swiper-slide {
        width: min(40vw, 500px);
    }
}

.service-showcase-pagination {
    position: relative !important;
    bottom: auto !important;
    margin-top: 22px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.service-showcase-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: rgba(34, 55, 120, 0.2);
    opacity: 1;
    transition: width 0.3s ease, background 0.3s ease;
}

.service-showcase-pagination .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 999px;
    background: var(--unisoft-green);
}

@media (max-width: 1199px) {
    .service-showcase-head {
        align-items: flex-start;
    }

    .service-showcase-controls {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .service-showcase-card,
    .service-showcase-content {
        min-height: 380px;
    }
}

@media (max-width: 767px) {
    .service-showcase-slider {
        padding: 72px 0 84px;
    }

    .service-showcase-head {
        margin-bottom: 28px;
        gap: 22px;
    }

    .service-showcase-title {
        font-size: clamp(26px, 7vw, 34px);
    }

    .service-showcase-text {
        font-size: 16px;
    }

    .service-showcase-slider-wrap {
        margin: 0 -4px;
        padding: 4px 4px 28px;
    }

    .service-showcase-card,
    .service-showcase-content {
        min-height: 340px;
        border-radius: 22px;
    }

    .service-showcase-content {
        padding: 22px 20px 24px;
    }

    .service-showcase-card-text {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .service-showcase-arrow {
        width: 46px;
        height: 46px;
    }

    .service-showcase-fraction {
        font-size: 22px;
    }
}
#topbar .social-icons i {
    margin-top: 0 !important;
}