/* ===================================
    Crafto - Logistics 
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
/* variable */
:root {      
    --alt-font: "Urbanist", sans-serif;
    --primary-font: "Urbanist", sans-serif;
    --base-color: #ffc700;
    --dark-gray: #141414;
    --medium-gray: #707070;
    --aluminium-gray: rgba(255, 255, 255, 0.4);
}
/* reset */
body{
    font-size: 18px;
    line-height: 30px;
}
a:hover{
    color: var(--dark-gray);
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}
.navbar .navbar-nav .dropdown.open .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .navbar-brand img {
  max-height: 40px;
}
.header-top-bar div>a {
    color: var(--light-gray);
}
.header-top-bar div>a:hover {
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a i {
    width: 35px;
}
header .btn.btn-box-shadow.btn-base-color,
.btn.btn-base-color {
    color: var(--dark-gray);
}
header .btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}
header .btn.btn-small {
    font-size: 15px; 
    padding: 10px 18px;
}
/* btn */
.btn.btn-hover-animation-switch.btn-link {
    padding-top: 0;
}
.btn { 
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 18px;
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 17px;
    padding: 14px 28px;
}
.btn.btn-medium {
    font-size: 16px; 
    padding: 12px 24px;
}
.btn.btn-small {
    font-size: 15px;
}
.btn.btn-very-small {
    font-size: 14px; 
    padding: 9px 20px;
}

/* counter style */
.counter-style-04 .vertical-counter:after {
    color: var(--base-color);
}
.review-star-icon i {
    color: var(--base-color);
}

.google-maps-link a:hover {
    color: var(--white);
}

/* footer style */
footer ul li {
    margin-bottom: 1px;
}
footer p {
    line-height: 28px;
}
/* page title */
.page-title-double-large h1 {
    font-size: 4.375rem;
    line-height: 4.688rem;
}
.page-title-double-large h2 {
    font-size: 16px;
    line-height: 28px;
}

/* top bottom left right class */
.right-12 {
    right: 12%;
}

.bg-jungle-green {
    background-color: #2ebb79;
}
/* Outside box */
.outside-box-top-205px {
    margin-top: -205px;
}
/* Transparent background color */
.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, #f7f7f7 0%, transparent 100%);
}
@media (max-width: 1399px) {
    .xl-h-180px {
        height: 180px;
    }
    .xl-w-180px {
        width: 180px;
    }
}
@media (max-width: 1199px) {
    .outside-box-top-200px {
        margin-top: -150px;
    }
}
@media (max-width: 991px) {
    .outside-box-top-200px {
        margin-top: 0;
    }
    .navbar .navbar-nav .dropdown.open .dropdown-menu {
        padding-bottom: 15px;
    }
    .navbar .navbar-nav .dropdown .dropdown-menu.show {
        background-color: var(--dark-gray);
    }
}
/* NEON HEADER FIX - FONT VE ICON BOZMADAN */
@media (max-width: 991.98px) {
    .header-with-topbar .menu-order.left-nav {
        margin-left: auto;
    }

    .header-with-topbar .navbar-toggler.float-start {
        float: none !important;
    }
}
/* NEON MENU ICON FIX - FINAL */

/* Desktopta hamburger kesinlikle görünmesin */
@media (min-width: 992px) {
    .navbar-expand-lg .neon-menu-toggle {
        display: none !important;
    }
}
/* ===================================
   NEON HEADER FINAL
====================================== */

/* Normal hamburger icon */
@media (min-width: 1200px) {
    .navbar-expand-xl .neon-menu-toggle {
        display: none !important;
    }

    .neon-mobile-cta {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .neon-header .navbar .container-fluid {
        display: flex;
        align-items: center;
    }

    .neon-header .menu-order.left-nav {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .neon-header .neon-menu-toggle {
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: var(--dark-gray) !important;
        float: none !important;
    }

    .neon-header .neon-menu-toggle i {
        font-size: 24px;
        line-height: 1;
        color: var(--dark-gray);
    }

    .neon-header .neon-menu-toggle[aria-expanded="true"] i::before {
        content: "\f00d";
    }

    /* Mobile menu panel */
    .neon-header .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #ffffff;
        padding: 18px 24px 24px;
        box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
        z-index: 9999;
        border-top: 1px solid rgba(20, 20, 20, 0.08);
    }

    .neon-header .navbar-collapse .navbar-nav {
        width: 100%;
        align-items: stretch;
    }

    .neon-header .navbar-collapse .nav-item {
        width: 100%;
        position: relative;
        border-bottom: 1px solid rgba(20, 20, 20, 0.08);
    }

    .neon-header .navbar-collapse .nav-item:last-child {
        border-bottom: 0;
    }

    .neon-header .navbar-collapse .nav-link {
        color: var(--dark-gray) !important;
        padding: 13px 34px 13px 0 !important;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
    }

    .neon-header .navbar-collapse .dropdown-toggle {
        position: absolute;
        right: 0;
        top: 14px;
        width: 28px;
        height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--dark-gray);
        font-size: 14px;
    }

    .neon-header .navbar-collapse .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        min-width: 100%;
        margin: 0 0 10px;
        padding: 6px 0 8px;
        border: 0;
        box-shadow: none;
        background: #f7f7f7 !important;
        border-radius: 12px;
    }

    .neon-header .navbar-collapse .dropdown-menu li a {
        color: var(--dark-gray) !important;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 16px;
        border-bottom: 0 !important;
        background: transparent !important;
    }

    .neon-header .navbar-collapse .dropdown-menu li a:hover {
        background: #ffffff !important;
        color: var(--dark-gray) !important;
    }

    .neon-header .navbar-collapse .dropdown-menu li a i {
        display: none !important;
    }

    /* Mobile CTA */
    .neon-mobile-cta {
        display: block;
        padding-top: 18px;
        border-bottom: 0 !important;
    }

    .neon-mobile-phone {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        padding: 13px 16px;
        margin-bottom: 10px;
        border-radius: 12px;
        background: #f7f7f7;
        color: var(--dark-gray) !important;
        font-size: 17px;
        font-weight: 700;
    }

    .neon-mobile-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 14px 18px;
        border-radius: 12px;
        background: var(--base-color);
        color: var(--dark-gray) !important;
        font-size: 17px;
        font-weight: 800;
        box-shadow: 0 10px 25px rgba(255, 199, 0, 0.30);
    }
}

/* Desktop dropdown clean */
@media (min-width: 1200px) {
    .neon-header .navbar .navbar-nav .dropdown.open .dropdown-menu,
    .neon-header .navbar .navbar-nav .dropdown .dropdown-menu.show {
        background-color: #ffffff !important;
        border: 1px solid rgba(20, 20, 20, 0.08);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
        border-radius: 12px;
        padding: 10px 0;
    }

    .neon-header .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        color: var(--dark-gray) !important;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid rgba(20, 20, 20, 0.08);
        padding: 12px 24px;
        background-color: transparent !important;
    }

    .neon-header .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        border-bottom: 0;
    }

    .neon-header .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
        color: var(--dark-gray) !important;
        background-color: #f7f7f7 !important;
    }

    .neon-header .navbar .navbar-nav .dropdown .dropdown-menu a i {
        display: none !important;
    }
}
/* ===================================
   NEON SERVICE PAGE ICONS / SEO BOXES
====================================== */

.neon-service-icon {
    width: 82px;
    height: 82px;
    border-radius: 22px;
    background: #ffc526;
    color: var(--dark-gray);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(20, 20, 20, 0.06);
}

.neon-service-icon i {
    font-size: 38px;
    line-height: 1;
    color: var(--dark-gray);
}

.neon-service-icon.icon-small {
    width: 74px;
    height: 74px;
    border-radius: 20px;
}

.neon-service-icon.icon-small i {
    font-size: 34px;
}

.neon-seo-card {
    background: #ffffff;
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 18px 40px rgba(20, 20, 20, 0.06);
}

.neon-seo-card i {
    font-size: 34px;
    color: var(--base-color);
    margin-bottom: 18px;
}

.neon-check-list {
    padding-left: 0;
    margin-bottom: 0;
}

.neon-check-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
    color: var(--dark-gray);
    font-weight: 500;
}

.neon-check-list li i {
    color: var(--base-color);
    font-size: 18px;
    margin-top: 4px;
}

.neon-faq-item {
    background: #ffffff;
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 14px;
    padding: 26px 30px;
    height: 100%;
    box-shadow: 0 14px 34px rgba(20, 20, 20, 0.05);
}

.neon-faq-item h3 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 12px;
}

.neon-faq-item p {
    margin-bottom: 0;
}

.neon-cta-box {
    background: var(--dark-gray);
    border-radius: 22px;
    padding: 55px 60px;
    overflow: hidden;
    position: relative;
}

.neon-cta-box:before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -90px;
    background: rgba(255, 199, 0, 0.18);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .neon-cta-box {
        padding: 38px 28px;
    }

    .neon-service-icon {
        width: 74px;
        height: 74px;
    }

    .neon-service-icon i {
        font-size: 34px;
    }
}
/* PRIVATUMZUG IMAGE CARD */
.neon-image-info-card {
    position: absolute;
    right: 70px;
    bottom: 55px;
    width: 360px;
    max-width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    padding: 26px 28px;
    box-shadow: 0 22px 50px rgba(20, 20, 20, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.neon-image-info-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 16px;
    background: #ffc526;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.neon-image-info-icon i {
    font-size: 26px;
    color: var(--dark-gray);
    line-height: 1;
}

.neon-image-info-list {
    padding: 0;
    margin: 0;
}

.neon-image-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--dark-gray);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 9px;
}

.neon-image-info-list li:last-child {
    margin-bottom: 0;
}

.neon-image-info-list li i {
    color: var(--base-color);
    font-size: 17px;
    margin-top: 3px;
}

@media (max-width: 991.98px) {
    .neon-image-info-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: -45px;
        margin-left: auto;
        margin-right: auto;
        z-index: 2;
    }
}

@media (max-width: 575.98px) {
    .neon-image-info-card {
        margin-top: 20px;
        border-radius: 14px;
        padding: 22px;
    }
}
/* PRIVATUMZUG PROOF IMAGE */
.neon-proof-figure {
    width: 90%;
}

.neon-proof-card {
    position: absolute;
    right: -35px;
    bottom: 55px;
    width: 285px;
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 26px;
    box-shadow: 0 24px 55px rgba(20, 20, 20, 0.16);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
}

.neon-proof-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 16px;
    background: rgba(255, 199, 0, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neon-proof-icon i {
    font-size: 28px;
    color: var(--dark-gray);
    line-height: 1;
}

.neon-proof-content {
    flex: 1;
}

@media (max-width: 1199.98px) {
    .neon-proof-card {
        right: -10px;
        bottom: 35px;
        width: 270px;
    }
}

@media (max-width: 991.98px) {
    .neon-proof-figure {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .neon-proof-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 30px);
        margin: -45px auto 0;
        z-index: 2;
    }
}

@media (max-width: 575.98px) {
    .neon-proof-card {
        width: 100%;
        margin-top: 20px;
        padding: 22px;
        border-radius: 14px;
    }
}
.neon-proof-badge {
    display: inline-block;
    background: #2ebb79;
    color: #fff;
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2px;
    white-space: nowrap;
}
/* STANDARD HERO FINAL */
.neon-standard-hero {
    position: relative;
    width: 100%;
    height: 408px;
    min-height: 408px;
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.neon-standard-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.55);
    z-index: 1;
}

.neon-standard-hero .container {
    position: relative;
    z-index: 2;
}

.neon-standard-hero .row {
    width: 100%;
    align-items: center;
}

.neon-standard-hero h1 {
    font-size: 64px;
    line-height: 70px;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 10px;
    letter-spacing: -2px;
}

.neon-standard-hero p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(20, 20, 20, 0.65);
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .neon-standard-hero {
        height: 340px;
        min-height: 340px;
    }

    .neon-standard-hero h1 {
        font-size: 46px;
        line-height: 52px;
    }
}

@media (max-width: 575.98px) {
    .neon-standard-hero {
        height: 300px;
        min-height: 300px;
    }

    .neon-standard-hero h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .neon-standard-hero p {
        font-size: 13px;
        line-height: 20px;
    }
}
/* ===================================
   FIRMENUMZUG PAGE
====================================== */

.neon-business-panel {
    background: #ffffff;
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 22px;
    padding: 38px;
    height: 100%;
    box-shadow: 0 20px 55px rgba(20, 20, 20, 0.07);
}

.neon-business-dark {
    background: var(--dark-gray);
    border-radius: 22px;
    padding: 42px;
    height: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.neon-business-dark:before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 199, 0, 0.18);
}

.neon-business-dark > * {
    position: relative;
    z-index: 2;
}

.neon-business-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: rgba(255, 199, 0, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.neon-business-icon i {
    font-size: 32px;
    color: var(--dark-gray);
}

.neon-business-dark .neon-business-icon {
    background: rgba(255, 199, 0, 0.18);
}

.neon-business-dark .neon-business-icon i {
    color: var(--base-color);
}

.neon-business-list {
    padding: 0;
    margin: 0;
}

.neon-business-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 13px;
    font-weight: 600;
    line-height: 25px;
}

.neon-business-list li:last-child {
    margin-bottom: 0;
}

.neon-business-list li i {
    color: var(--base-color);
    font-size: 18px;
    margin-top: 3px;
}

.neon-b2b-strip {
    background: #f7f7f7;
    border-radius: 18px;
    padding: 26px 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    transition: all .25s ease;
}

.neon-b2b-strip:hover {
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(20, 20, 20, 0.08);
    transform: translateY(-3px);
}

.neon-b2b-strip-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 16px;
    background: rgba(255, 199, 0, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neon-b2b-strip-icon i {
    font-size: 28px;
    color: var(--dark-gray);
}

.neon-business-image {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
}

.neon-business-image img {
    width: 100%;
    border-radius: 22px;
}

.neon-business-float {
    position: absolute;
    left: 35px;
    bottom: 35px;
    width: 360px;
    max-width: calc(100% - 70px);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    padding: 26px 28px;
    box-shadow: 0 22px 55px rgba(20, 20, 20, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.neon-process-line {
    position: relative;
}

.neon-process-step {
    background: #ffffff;
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 16px 40px rgba(20, 20, 20, 0.06);
}

.neon-process-number {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: var(--base-color);
    color: var(--dark-gray);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 18px;
}

.neon-business-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.neon-business-table tr {
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(20, 20, 20, 0.05);
}

.neon-business-table td {
    padding: 20px 24px;
    border-top: 1px solid rgba(20, 20, 20, 0.08);
    border-bottom: 1px solid rgba(20, 20, 20, 0.08);
    vertical-align: top;
}

.neon-business-table td:first-child {
    border-left: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 14px 0 0 14px;
    font-weight: 700;
    color: var(--dark-gray);
    width: 34%;
}

.neon-business-table td:last-child {
    border-right: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 0 14px 14px 0;
}

@media (max-width: 991.98px) {
    .neon-business-dark,
    .neon-business-panel {
        padding: 32px;
    }

    .neon-business-float {
        position: relative;
        left: auto;
        bottom: auto;
        width: calc(100% - 30px);
        max-width: 100%;
        margin: -45px auto 0;
        z-index: 2;
    }
}

@media (max-width: 575.98px) {
    .neon-business-panel,
    .neon-business-dark {
        padding: 26px;
        border-radius: 18px;
    }

    .neon-b2b-strip {
        padding: 24px;
        display: block;
    }

    .neon-b2b-strip-icon {
        margin-bottom: 18px;
    }

    .neon-business-table,
    .neon-business-table tbody,
    .neon-business-table tr,
    .neon-business-table td {
        display: block;
        width: 100%;
    }

    .neon-business-table td:first-child,
    .neon-business-table td:last-child {
        border-radius: 0;
        width: 100%;
    }

    .neon-business-table tr {
        border-radius: 14px;
        overflow: hidden;
        display: block;
    }
}
/* ===================================
   VERPACKUNGSMATERIAL PAGE
====================================== */

.neon-material-card {
    background: #fff;
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 16px 42px rgba(20, 20, 20, 0.06);
    transition: all .25s ease;
}

.neon-material-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(20, 20, 20, 0.10);
}

.neon-material-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(255, 199, 0, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.neon-material-icon i {
    font-size: 32px;
    color: var(--dark-gray);
    line-height: 1;
}

.neon-material-note {
    background: var(--dark-gray);
    color: #fff;
    border-radius: 22px;
    padding: 38px;
    position: relative;
    overflow: hidden;
}

.neon-material-note:before {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 199, 0, 0.18);
}

.neon-material-note > * {
    position: relative;
    z-index: 2;
}

.neon-material-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 199, 0, 0.16);
    color: var(--dark-gray);
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}

.neon-material-row {
    background: #fff;
    border-radius: 16px;
    padding: 24px 28px;
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 14px 34px rgba(20, 20, 20, 0.05);
    height: 100%;
}

.neon-material-row strong {
    display: block;
    color: var(--dark-gray);
    font-size: 20px;
    margin-bottom: 8px;
}

@media (max-width: 575.98px) {
    .neon-material-card,
    .neon-material-note,
    .neon-material-row {
        padding: 24px;
        border-radius: 16px;
    }
}
/* ===================================
   ENTRÜMPELUNG PAGE
====================================== */

.neon-clearance-hero-note {
    background: #ffffff;
    border-radius: 22px;
    padding: 34px;
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 20px 55px rgba(20, 20, 20, 0.08);
}

.neon-clearance-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 199, 0, 0.18);
    color: var(--dark-gray);
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.neon-clearance-grid-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 16px 42px rgba(20, 20, 20, 0.06);
    transition: all .25s ease;
}

.neon-clearance-grid-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(20, 20, 20, 0.10);
}

.neon-clearance-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(255, 199, 0, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.neon-clearance-icon i {
    font-size: 31px;
    color: var(--dark-gray);
    line-height: 1;
}

.neon-clearance-dark-box {
    background: var(--dark-gray);
    color: #fff;
    border-radius: 24px;
    padding: 48px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.neon-clearance-dark-box:before {
    content: "";
    position: absolute;
    right: -95px;
    top: -95px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 199, 0, 0.18);
}

.neon-clearance-dark-box > * {
    position: relative;
    z-index: 2;
}

.neon-clearance-list {
    padding: 0;
    margin: 0;
}

.neon-clearance-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 13px;
    font-weight: 600;
    line-height: 25px;
}

.neon-clearance-list li:last-child {
    margin-bottom: 0;
}

.neon-clearance-list li i {
    color: var(--base-color);
    font-size: 18px;
    margin-top: 3px;
}

.neon-clearance-wide {
    background: #fff;
    border-radius: 22px;
    padding: 38px;
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 18px 45px rgba(20, 20, 20, 0.06);
    height: 100%;
}

.neon-clearance-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 26px 0;
    border-bottom: 1px solid rgba(20, 20, 20, 0.10);
}

.neon-clearance-step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.neon-clearance-step:first-child {
    padding-top: 0;
}

.neon-clearance-step-number {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 16px;
    background: var(--base-color);
    color: var(--dark-gray);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
}

.neon-clearance-mini-row {
    background: #f7f7f7;
    border-radius: 16px;
    padding: 22px 24px;
    height: 100%;
}

.neon-clearance-mini-row i {
    color: var(--base-color);
    font-size: 24px;
    margin-bottom: 12px;
    display: block;
}

@media (max-width: 767.98px) {
    .neon-clearance-dark-box,
    .neon-clearance-wide,
    .neon-clearance-hero-note,
    .neon-clearance-grid-card {
        padding: 26px;
        border-radius: 18px;
    }

    .neon-clearance-step {
        display: block;
    }

    .neon-clearance-step-number {
        margin-bottom: 16px;
    }
}
.neon-clearance-card-title {
    font-size: 20.5px;
    line-height: 27px;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 11px;
    letter-spacing: -0.2px;
}

@media (max-width: 575.98px) {
    .neon-clearance-card-title {
        font-size: 20px;
        line-height: 26px;
    }
}
/* ===================================
   UNTERNEHMEN PAGE
====================================== */

.neon-company-intro {
    background: #ffffff;
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 24px;
    padding: 46px;
    box-shadow: 0 22px 60px rgba(20, 20, 20, 0.07);
    height: 100%;
}

.neon-company-side {
    background: var(--dark-gray);
    color: #ffffff;
    border-radius: 24px;
    padding: 42px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.neon-company-side:before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 250px;
    height: 250px;
    background: rgba(255, 199, 0, 0.18);
    border-radius: 50%;
}

.neon-company-side > * {
    position: relative;
    z-index: 2;
}

.neon-company-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 199, 0, 0.18);
    color: var(--dark-gray);
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.neon-company-side .neon-company-badge {
    color: #ffffff;
}

.neon-company-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    background: rgba(255, 199, 0, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.neon-company-icon i {
    font-size: 32px;
    line-height: 1;
    color: var(--dark-gray);
}

.neon-company-side .neon-company-icon i {
    color: var(--base-color);
}

.neon-company-value {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 16px 42px rgba(20, 20, 20, 0.06);
    transition: all .25s ease;
}

.neon-company-value:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(20, 20, 20, 0.10);
}

.neon-company-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.neon-company-image img {
    width: 100%;
    border-radius: 24px;
}

.neon-company-image-card {
    position: absolute;
    left: 35px;
    bottom: 35px;
    width: 330px;
    max-width: calc(100% - 70px);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 22px 55px rgba(20, 20, 20, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.neon-company-stat {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 15px 38px rgba(20, 20, 20, 0.05);
    height: 100%;
}

.neon-company-stat strong {
    display: block;
    color: var(--dark-gray);
    font-size: 34px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 8px;
}

.neon-company-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 28px 0;
    border-bottom: 1px solid rgba(20, 20, 20, 0.10);
}

.neon-company-step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.neon-company-step:first-child {
    padding-top: 0;
}

.neon-company-step-number {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 16px;
    background: var(--base-color);
    color: var(--dark-gray);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
}

.neon-company-quote {
    background: #f7f7f7;
    border-left: 5px solid var(--base-color);
    border-radius: 18px;
    padding: 34px;
}

@media (max-width: 991.98px) {
    .neon-company-image-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: calc(100% - 30px);
        max-width: 100%;
        margin: -45px auto 0;
        z-index: 2;
    }
}

@media (max-width: 575.98px) {
    .neon-company-intro,
    .neon-company-side,
    .neon-company-value,
    .neon-company-stat,
    .neon-company-quote {
        padding: 26px;
        border-radius: 18px;
    }

    .neon-company-step {
        display: block;
    }

    .neon-company-step-number {
        margin-bottom: 16px;
    }

    .neon-company-image-card {
        width: 100%;
        margin-top: 20px;
        padding: 22px;
    }
}
/* ===================================
   KONTAKT PAGE
====================================== */

.neon-contact-card {
    background: #ffffff;
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 22px;
    padding: 38px;
    height: 100%;
    box-shadow: 0 20px 55px rgba(20, 20, 20, 0.07);
}

.neon-contact-dark {
    background: var(--dark-gray);
    color: #ffffff;
    border-radius: 22px;
    padding: 42px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.neon-contact-dark:before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 240px;
    height: 240px;
    background: rgba(255, 199, 0, 0.18);
    border-radius: 50%;
}

.neon-contact-dark > * {
    position: relative;
    z-index: 2;
}

.neon-contact-info {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.neon-contact-info:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.neon-contact-info-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 15px;
    background: rgba(255, 199, 0, 0.18);
    color: var(--base-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neon-contact-info-icon i {
    font-size: 24px;
    line-height: 1;
}

.neon-contact-form .form-control,
.neon-contact-form .form-select {
    height: 54px;
    border-radius: 12px;
    border: 1px solid rgba(20, 20, 20, 0.12);
    padding: 12px 16px;
    font-size: 15px;
    color: var(--dark-gray);
    background-color: #ffffff;
}

.neon-contact-form textarea.form-control {
    height: 140px;
    resize: none;
}

.neon-contact-form .form-control:focus,
.neon-contact-form .form-select:focus {
    border-color: var(--base-color);
    box-shadow: 0 0 0 3px rgba(255, 199, 0, 0.18);
}

.neon-contact-mini {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    height: 100%;
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 16px 42px rgba(20, 20, 20, 0.06);
}

.neon-contact-mini i {
    font-size: 32px;
    color: var(--base-color);
    display: block;
    margin-bottom: 16px;
}

@media (max-width: 575.98px) {
    .neon-contact-card,
    .neon-contact-dark,
    .neon-contact-mini {
        padding: 26px;
        border-radius: 18px;
    }
}
.neon-contact-privacy {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 12px;
    align-items: flex-start;
    max-width: 560px;
    margin: 0;
    cursor: pointer;
}

.neon-contact-privacy input {
    width: 16px;
    height: 16px;
    margin: 3px 0 0 0;
    accent-color: var(--base-color);
    cursor: pointer;
}

.neon-contact-privacy span {
    font-size: 14px;
    line-height: 22px;
    color: var(--dark-gray);
    font-weight: 400;
}

.neon-contact-privacy a {
    color: var(--dark-gray);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 575.98px) {
    .neon-contact-privacy {
        grid-template-columns: 17px 1fr;
        gap: 10px;
    }

    .neon-contact-privacy span {
        font-size: 13px;
        line-height: 21px;
    }
}
.neon-offer-container {
    max-width: 1320px;
}

@media (min-width: 1400px) {
    .neon-offer-container {
        max-width: 1360px;
    }
}