/* ==========================================================================
   IRÁNYTŰ Logisztika — demó modernizáló réteg
   A MegaOne Logistic sablon (style.css) fölé töltött friss dizájn.
   ========================================================================== */

:root {
    --it-navy: #0e2a47;
    --it-navy-2: #15375c;
    --it-navy-3: #0b2138;
    --it-blue: #026cb8;
    --it-amber: #ffb902;
    --it-amber-2: #ffab02;
    --it-amber-soft: #ffd35c;
    --it-ink: #26313c;
    --it-slate: #5a6b7c;
    --it-bg: #f6f8fa;
    --it-ok: #2fae66;
    --it-err: #e05252;
}

/* ============================= GLOBAL ============================= */

body {
    color: var(--it-ink);
}

.heading-title h2 {
    font-weight: 700;
    letter-spacing: -.3px;
}

.heading-title > span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--it-amber-2);
}

.button,
.gradient-btn {
    border-radius: 50px !important;
    font-weight: 700;
    letter-spacing: .4px;
    transition: all .35s ease !important;
}

.gradient-btn {
    box-shadow: 0 12px 26px -12px rgba(255, 171, 2, .65);
}

.gradient-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px -12px rgba(255, 171, 2, .75);
    color: #fff;
}

::selection {
    background: var(--it-amber);
    color: var(--it-navy);
}

/* ============================= NAVBAR ============================= */

.navbar-brand {
    width: 172px;
}

.navbar-brand > img,
.navbar-brand > svg {
    width: 100%;
    height: auto;
    display: block;
}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
    display: none;
}

.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
    display: block;
}

.transparent-bg:not(.fixedmenu) .navbar-nav .nav-link {
    color: #fff;
    text-shadow: 0 1px 10px rgba(6, 18, 34, .45);
}

.navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 14px !important;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    height: 2px;
    border-radius: 2px;
    background: var(--it-amber);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

.fixedmenu .navbar-nav .nav-link.active {
    color: var(--it-blue);
}

.transparent-bg:not(.fixedmenu) .navbar-nav .nav-link.active {
    color: var(--it-amber-soft);
}

.nav-cta {
    background-image: linear-gradient(to right, #ffab02 0%, #ffda00 51%, #ffab02 100%) !important;
    background-size: 200% auto;
    color: var(--it-navy) !important;
    border-radius: 50px !important;
    padding: 10px 24px !important;
    margin-left: 12px;
    box-shadow: 0 10px 22px -10px rgba(255, 171, 2, .8);
    text-shadow: none !important;
    transition: all .35s ease;
}

.nav-cta::after {
    display: none;
}

.nav-cta:hover {
    background-position: right center;
    transform: translateY(-2px);
    color: var(--it-navy) !important;
}

/* hamburger a hero fölött */
.transparent-bg:not(.fixedmenu) .sidemenu_btn > span {
    background: #fff;
}

/* ============================= SIDE MENU ============================= */

.side-menu {
    background: linear-gradient(165deg, #0e2a47 0%, #15375c 55%, #0b2138 100%) !important;
}

.side-menu .side-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    padding: 12px 0;
    position: relative;
    transition: color .3s ease, padding-left .3s ease;
}

.side-menu .side-nav .nav-link:hover {
    color: var(--it-amber);
    padding-left: 8px;
}

.side-menu .side-footer .social-icons-simple li a {
    color: #fff;
}

.side-menu .side-footer .social-icons-simple li a:hover {
    color: var(--it-amber);
}

.side-menu .side-footer p {
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
}

.side-menu .side-logo {
    display: block;
    margin: 10px 0 34px;
}

.side-menu .side-logo img {
    width: 190px;
    height: auto;
    display: block;
}

/* ============================= HERO ============================= */

.hero-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg,
        rgba(8, 22, 40, .58) 0%,
        rgba(8, 22, 40, .08) 30%,
        rgba(8, 22, 40, .12) 55%,
        rgba(8, 22, 40, .74) 100%);
}

.hero-kicker {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px !important;
    font-weight: 600 !important;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--it-amber-soft) !important;
    text-shadow: 0 1px 14px rgba(4, 16, 30, .65);
}

.hero-title {
    font-size: 56px !important;
    line-height: 1.1 !important;
    letter-spacing: -.5px;
    text-shadow: 0 2px 26px rgba(4, 16, 30, .5);
}

.hero-sub {
    font-size: 17px !important;
    font-weight: 400 !important;
    letter-spacing: .4px;
    opacity: .95;
    text-shadow: 0 1px 12px rgba(4, 16, 30, .55);
}

.hero-chipline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(10, 26, 45, .55);
    border: 1px solid rgba(255, 255, 255, .22);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

.hero-chipline i {
    color: var(--it-amber);
}

.rev_slider_wrapper .tp-bullet {
    opacity: .55;
}

.rev_slider_wrapper .tp-bullet.selected {
    opacity: 1;
}

.tp-bullet .tp-count {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .hero-title { font-size: 48px !important; }
}

@media (max-width: 991px) {
    .hero-title { font-size: 38px !important; }
    .hero-kicker { font-size: 14px !important; letter-spacing: 3px; }
    .hero-sub { font-size: 14.5px !important; }
    .hero-chipline { font-size: 11.5px; padding: 8px 16px; }
}

@media (max-width: 575px) {
    .hero-title { font-size: 28px !important; }
    .hero-chipline { display: none; }
}

/* ============================= SZOLGÁLTATÁSOK ============================= */

#services-slider .service-box {
    border-radius: 18px;
    background: linear-gradient(160deg, #10314f 0%, #0e2a47 100%);
    box-shadow: 0 20px 42px -20px rgba(14, 42, 71, .5);
}

#services-slider .service-box > span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 76px !important;
    height: 76px !important;
    line-height: 1 !important;
    border-radius: 22px;
    background: rgba(255, 255, 255, .1);
    font-size: 32px !important;
    color: var(--it-amber);
    transition: all .4s ease;
}

#services-slider .service-box:hover > span {
    background: rgba(255, 185, 2, .16);
    transform: translateY(-3px);
}

#services-slider .service-box h4 a {
    color: #fff;
    font-size: 1.15rem;
}

#services-slider .service-box p {
    color: rgba(255, 255, 255, .78);
    font-size: 14.5px;
    line-height: 1.65;
}

#services-slider .owl-item.center .service-box {
    background: linear-gradient(160deg, #ffc61a 0%, #ffab02 100%);
    border-radius: 22px;
    box-shadow: 0 26px 52px -18px rgba(255, 171, 2, .5);
}

#services-slider .owl-item.center .service-box,
#services-slider .owl-item.center .service-box h4 a,
#services-slider .owl-item.center .service-box p {
    color: #14304f;
}

#services-slider .owl-item.center .service-box p {
    color: rgba(20, 48, 79, .82);
}

#services-slider .owl-item.center .service-box > span {
    background: rgba(14, 42, 71, .14);
    color: var(--it-navy);
}

/* ============================= RÓLUNK ============================= */

.feature-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.feature-checks li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 14px;
    font-size: 15.5px;
    color: var(--it-slate);
}

.feature-checks li i {
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 185, 2, .16);
    color: var(--it-amber-2);
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-checks li strong {
    color: var(--it-ink);
    font-weight: 600;
}

.single-feature .image img {
    border-radius: 24px;
    box-shadow: 0 30px 60px -28px rgba(14, 42, 71, .45);
}

/* ============================= FOLYAMAT ============================= */

#our-process.bgprimary {
    background: linear-gradient(135deg, #0b2138 0%, #0e2a47 45%, #0a4d80 100%) !important;
    position: relative;
    overflow: hidden;
}

#our-process.bgprimary::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 26px 26px;
    pointer-events: none;
}

.process-wrapp li > .pro-step {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.process-wrapp li.active > .pro-step {
    background: var(--it-amber);
    color: var(--it-navy);
    border-color: var(--it-amber);
}

/* ============================= APP SZEKCIÓ ============================= */

#our-apps .image img {
    max-width: 340px;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 36px 70px -28px rgba(14, 42, 71, .5);
    animation: itFloat 6.5s ease-in-out infinite;
}

@keyframes itFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

.feature-item .icon {
    color: var(--it-blue);
}

/* ============================= ÉLŐ KÖVETÉS (#kovetes) ============================= */

.track-sec {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(1100px 480px at 12% -10%, rgba(2, 108, 184, .3), transparent 60%),
        radial-gradient(900px 420px at 95% 110%, rgba(255, 185, 2, .12), transparent 55%),
        linear-gradient(160deg, #0b2138 0%, #0e2a47 55%, #102c4c 100%);
}

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

.track-sec .container {
    position: relative;
    z-index: 2;
}

.track-lead {
    color: rgba(255, 255, 255, .72);
    max-width: 640px;
    margin: 14px auto 0;
    font-size: 15.5px;
}

/* --- követő kártya --- */

.track-card {
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    padding: 30px 30px 26px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .55);
}

.track-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--it-amber-soft);
    margin-bottom: 12px;
}

.track-inputrow {
    display: flex;
    gap: 12px;
}

.track-input {
    flex: 1;
    min-width: 0;
    background: rgba(10, 24, 42, .55);
    border: 1.5px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.4px;
    padding: 13px 18px;
    outline: none;
    transition: border-color .3s ease, box-shadow .3s ease;
}

.track-input::placeholder {
    color: rgba(255, 255, 255, .38);
    letter-spacing: .6px;
    font-weight: 500;
}

.track-input:focus {
    border-color: var(--it-amber);
    box-shadow: 0 0 0 4px rgba(255, 185, 2, .16);
}

.track-btn {
    border: none;
    padding: 12px 30px !important;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}

.track-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.track-chipstext {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .5);
    margin-right: 2px;
}

.track-chip {
    background: rgba(255, 255, 255, .08);
    border: 1px dashed rgba(255, 255, 255, .3);
    border-radius: 50px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .8px;
    padding: 6px 14px;
    cursor: pointer;
    transition: all .3s ease;
}

.track-chip:hover,
.track-chip.is-active {
    background: var(--it-amber);
    border-color: var(--it-amber);
    border-style: solid;
    color: var(--it-navy);
}

/* --- eredmény: útvonal --- */

.track-result {
    margin-top: 26px;
    animation: trackIn .55s ease both;
}

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

.track-route {
    background: rgba(8, 20, 36, .5);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    padding: 18px 14px 8px;
}

#routeSvg {
    width: 100%;
    height: auto;
    display: block;
}

.route-base {
    fill: none;
    stroke: rgba(255, 255, 255, .2);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 2 10;
}

.route-progress {
    fill: none;
    stroke: var(--it-amber);
    stroke-width: 3.5;
    stroke-linecap: round;
    filter: drop-shadow(0 0 6px rgba(255, 185, 2, .55));
}

.route-node circle {
    fill: #10294a;
    stroke: rgba(255, 255, 255, .35);
    stroke-width: 2.5;
    transition: all .5s ease;
}

.route-node text {
    fill: rgba(255, 255, 255, .6);
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: fill .5s ease;
}

.route-node.is-done circle {
    fill: var(--it-amber);
    stroke: var(--it-amber);
}

.route-node.is-done text {
    fill: #fff;
}

.route-node.is-current circle {
    fill: #fff;
    stroke: var(--it-amber);
    animation: nodePulse 1.6s ease-in-out infinite;
}

@keyframes nodePulse {
    0%, 100% { filter: drop-shadow(0 0 0 rgba(255, 185, 2, 0)); }
    50% { filter: drop-shadow(0 0 9px rgba(255, 185, 2, .9)); }
}

.route-truck {
    transition: none;
}

.route-truck circle {
    fill: var(--it-navy);
    stroke: var(--it-amber);
    stroke-width: 2.5;
}

.route-truck path {
    fill: var(--it-amber);
}

/* --- státusz chip + meta --- */

.track-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 22px;
    margin-top: 18px;
}

.status-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    padding: 7px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.status-chip .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    animation: chipPulse 1.8s infinite;
}

@keyframes chipPulse {
    0%, 100% { box-shadow: 0 0 0 0 currentColor; opacity: 1; }
    55% { box-shadow: 0 0 0 5px transparent; opacity: .75; }
}

.status-chip.on-the-way { background: rgba(255, 185, 2, .16); color: var(--it-amber); }
.status-chip.delivered { background: rgba(47, 174, 102, .16); color: #4cc98a; }
.status-chip.delivered .dot { animation: none; }
.status-chip.picked-up { background: rgba(2, 108, 184, .25); color: #6db9ec; }

.track-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    color: rgba(255, 255, 255, .78);
    font-size: 13.5px;
}

.track-facts i {
    color: var(--it-amber-soft);
    margin-right: 6px;
}

/* --- idővonal --- */

.track-timeline {
    list-style: none;
    margin: 24px 0 0;
    padding: 4px 0 0 6px;
}

.track-timeline li {
    position: relative;
    padding: 0 0 22px 34px;
}

.track-timeline li::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 20px;
    bottom: -2px;
    width: 2px;
    background: rgba(255, 255, 255, .14);
}

.track-timeline li:last-child::before {
    display: none;
}

.track-timeline .tl-dot {
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #10294a;
    border: 2.5px solid rgba(255, 255, 255, .28);
}

.track-timeline li.is-done .tl-dot {
    background: var(--it-amber);
    border-color: var(--it-amber);
}

.track-timeline li.is-current .tl-dot {
    background: #fff;
    border-color: var(--it-amber);
    box-shadow: 0 0 0 4px rgba(255, 185, 2, .25);
}

.track-timeline .tl-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .2px;
}

.track-timeline .tl-sub {
    font-size: 12.8px;
    color: rgba(255, 255, 255, .55);
    margin-top: 2px;
}

.track-timeline li.is-pending .tl-title {
    color: rgba(255, 255, 255, .45);
    font-weight: 600;
}

/* --- hiba állapot --- */

.track-error {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(224, 82, 82, .12);
    border: 1px solid rgba(224, 82, 82, .4);
    border-radius: 16px;
    padding: 16px 18px;
    color: #ffd9d9;
    font-size: 14px;
    line-height: 1.55;
    animation: trackIn .45s ease both;
}

.track-error i {
    color: #ff8f8f;
    font-size: 20px;
    margin-top: 1px;
}

/* --- kalkulátor kártya --- */

.calc-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px 30px 28px;
    box-shadow: 0 34px 70px -28px rgba(0, 0, 0, .5);
    height: 100%;
}

.calc-card h3 {
    font-weight: 700;
    color: var(--it-navy);
    font-size: 1.55rem;
    margin-bottom: 6px;
}

.calc-sub {
    color: var(--it-slate);
    font-size: 14.5px;
    margin-bottom: 24px;
}

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

.calc-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--it-navy);
    margin-bottom: 10px;
}

.calc-label b {
    color: var(--it-amber-2);
    font-size: 13.5px;
}

.calc-seg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    background: var(--it-bg);
    border-radius: 14px;
    padding: 6px;
}

.seg-btn {
    border: none;
    background: transparent;
    border-radius: 10px;
    padding: 10px 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .3px;
    color: var(--it-slate);
    cursor: pointer;
    transition: all .3s ease;
}

.seg-btn:hover {
    color: var(--it-navy);
}

.seg-btn.active {
    background: var(--it-navy);
    color: #fff;
    box-shadow: 0 8px 18px -8px rgba(14, 42, 71, .55);
}

input[type="range"].calc-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background: linear-gradient(to right, var(--it-amber) 0%, var(--it-amber) var(--fill, 30%), #e3e9ef var(--fill, 30%), #e3e9ef 100%);
    outline: none;
    cursor: pointer;
}

input[type="range"].calc-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid var(--it-amber-2);
    box-shadow: 0 4px 10px rgba(255, 171, 2, .45);
    transition: transform .2s ease;
}

input[type="range"].calc-range::-webkit-slider-thumb:hover {
    transform: scale(1.12);
}

input[type="range"].calc-range::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid var(--it-amber-2);
    box-shadow: 0 4px 10px rgba(255, 171, 2, .45);
    cursor: pointer;
}

.calc-select {
    width: 100%;
    border: 1.5px solid #dde5ec;
    border-radius: 12px;
    padding: 11px 14px;
    font-size: 14.5px;
    color: var(--it-ink);
    background: #fff;
    outline: none;
    transition: border-color .3s ease;
    cursor: pointer;
}

.calc-select:focus {
    border-color: var(--it-amber);
}

.calc-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: linear-gradient(135deg, #0e2a47, #15375c);
    border-radius: 18px;
    padding: 20px 22px;
    margin-top: 6px;
}

.calc-price {
    display: flex;
    flex-direction: column;
}

.calc-price span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--it-amber);
    line-height: 1.1;
    letter-spacing: -.5px;
}

.calc-price small {
    color: rgba(255, 255, 255, .55);
    font-size: 11.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 4px;
}

.calc-days {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    line-height: 1.4;
}

.calc-days i {
    color: var(--it-amber-soft);
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
}

.calc-note {
    font-size: 12.5px;
    color: var(--it-slate);
    margin: 16px 0 0;
    line-height: 1.6;
}

.calc-link {
    color: var(--it-blue);
    font-weight: 700;
}

.calc-link:hover {
    color: var(--it-amber-2);
}

/* ============================= SZÁMLÁLÓK ============================= */

.bg-counters {
    background-image: url("/assets/collection/landings/logistic/img/ai/counter-bg.jpg") !important;
    background-size: cover !important;
}

.counters .count_nums {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    color: var(--it-amber);
}

.counters + h3,
#bg-counters h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1rem !important;
}

#bg-counters .center-para,
#bg-counters p.title {
    color: rgba(255, 255, 255, .85);
    font-size: 15px;
    line-height: 1.75;
}

/* ============================= CSAPAT ============================= */

#our-team .team-box .image {
    overflow: hidden;
}

#our-team .team-box .image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top center;
    transition: transform .6s ease;
}

#our-team .team-box:hover .image img {
    transform: scale(1.08);
}

#our-team .team-content h4 {
    font-weight: 700;
}

/* ============================= ÁRAK ============================= */

.price-toggle-wrapper {
    display: inline-flex;
    gap: 6px;
    background: var(--it-bg);
    border-radius: 50px;
    padding: 6px;
}

.Pricing-toggle-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .6px;
    color: var(--it-slate);
    cursor: pointer;
    transition: all .3s ease;
    user-select: none;
}

.Pricing-toggle-button:hover {
    color: var(--it-navy);
}

.Pricing-toggle-button.active {
    background: var(--it-navy);
    color: #fff;
    box-shadow: 0 10px 22px -10px rgba(14, 42, 71, .55);
}

.pricing-item {
    border-radius: 22px !important;
    border: 1px solid rgba(14, 42, 71, .08);
    box-shadow: 0 22px 48px -24px rgba(14, 42, 71, .3) !important;
    padding: 2.6rem 1.4rem !important;
}

.pricing-item.active {
    background: linear-gradient(165deg, #0e2a47 0%, #15375c 100%);
    transform: translateY(-6px);
}

.pricing-item h3 {
    font-weight: 700;
}

.pricing-item .pricing-currency {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 2.4rem !important;
    letter-spacing: -.5px;
}

.pricing-item.active .pricing-currency {
    color: var(--it-amber);
}

.pricing-item .pricing-duration {
    font-size: .95rem;
    opacity: .75;
}

.pricing-list li::before {
    color: var(--it-ok);
}

/* ============================= PARTNEREK ============================= */

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 0 10px;
}

.logo-item svg {
    height: 30px;
    width: auto;
    max-width: 100%;
    color: #9aa8b6;
    transition: color .35s ease, transform .35s ease;
}

.logo-item:hover svg {
    color: var(--it-navy);
    transform: translateY(-2px);
}

/* ============================= VÉLEMÉNYEK ============================= */

.testimonial-bg {
    background-image: url("/assets/collection/landings/logistic/img/ai/testimonial-bg.jpg") !important;
    background-size: cover !important;
    background-position: center center !important;
}

.bg-testimonial::before {
    background-image: url("/assets/collection/landings/logistic/img/ai/testimonial-bg.jpg") !important;
}

.testi-box .testimonial-round {
    border: 4px solid #fff;
    box-shadow: 0 16px 34px -14px rgba(14, 42, 71, .4);
}

.testi-box .testimonial-round > img {
    object-fit: cover;
}

.testi-box p.bottom15 {
    font-size: 15.5px;
    line-height: 1.85;
    color: var(--it-slate);
    font-style: italic;
}

.test-star i {
    color: var(--it-amber);
    font-size: 14px;
}

.testi-role {
    font-size: 13px;
    color: var(--it-slate);
    letter-spacing: .4px;
}

/* ============================= HÍRLÉVÉL ============================= */

.getin_form .form-control {
    border-radius: 12px;
    border: 1.5px solid #dde5ec;
    padding: 13px 16px;
    transition: border-color .3s ease, box-shadow .3s ease;
}

.getin_form .form-control:focus {
    border-color: var(--it-amber);
    box-shadow: 0 0 0 4px rgba(255, 185, 2, .14);
}

.nl-success {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(47, 174, 102, .1);
    border: 1px solid rgba(47, 174, 102, .4);
    color: #1e7e34;
    border-radius: 14px;
    padding: 14px 18px;
    font-size: 14.5px;
    font-weight: 600;
    animation: trackIn .45s ease both;
}

.nl-success i {
    font-size: 20px;
}

.nl-hint {
    font-size: 13px;
    color: var(--it-slate);
    margin-top: 12px;
}

/* ============================= LÁBLÉC ============================= */

#site-footer.bgprimary {
    background: linear-gradient(165deg, #0b2138 0%, #0e2a47 70%, #123152 100%) !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 26px;
    padding: 20px 0;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
}

.footer-bottom a {
    color: var(--it-amber-soft);
    font-weight: 600;
}

.footer-bottom a:hover {
    color: #fff;
}

.latest_news .date {
    color: var(--it-amber) !important;
}

/* ============================= DEMÓ JELVÉNY ============================= */

.demo-badge {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10060;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px 11px 14px;
    background: rgba(14, 42, 71, .94);
    color: #fff;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px;
    text-decoration: none;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .5);
    transition: transform .4s ease, background .3s ease;
}

.demo-badge:hover {
    transform: translateY(-3px);
    background: #15375c;
    color: #fff;
    text-decoration: none;
}

.demo-badge .demo-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--it-amber);
    box-shadow: 0 0 0 4px rgba(255, 185, 2, .3);
    animation: demoPulse 2.4s infinite;
}

.demo-badge strong {
    font-weight: 700;
}

@keyframes demoPulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(255, 185, 2, .35); }
    50% { box-shadow: 0 0 0 9px rgba(255, 185, 2, 0); }
}

/* ============================= EGYÉB ============================= */

.back-top {
    background: var(--it-amber);
    color: var(--it-navy) !important;
    border-radius: 12px;
}

.back-top:hover {
    background: var(--it-navy);
    color: #fff !important;
}

@media (max-width: 991px) {
    .track-card { padding: 24px 20px; }
    .calc-card { margin-top: 34px; }
    .navbar-brand { width: 148px; }
}

@media (max-width: 575px) {
    .track-inputrow { flex-direction: column; }
    .track-btn { width: 100%; }
    .calc-result { flex-direction: column; align-items: flex-start; }
    .calc-days { text-align: left; }
    .demo-badge { left: 12px; bottom: 12px; padding: 9px 14px 9px 11px; font-size: 11.5px; }
}

@media (prefers-reduced-motion: reduce) {
    #our-apps .image img,
    .demo-badge .demo-dot {
        animation: none !important;
    }
}
