/* ============================================
   7CURVES.COM — MAIN STYLESHEET
   Kimp Dark Theme Adapted for 7Curves IT Company
   Bootstrap 5.3.3
   ============================================ */
.text-muted {
    color: #fff !important;
}

.table>:not(caption)>*>* {
    color: #fff !important;
}

:root {
    --kimp-primary: #F16717;
    --kimp-primary-dark: #e03558;
    --kimp-secondary: #6C47FF;
    --kimp-dark: #0D0D1A;
    --kimp-dark-2: #13132A;
    --kimp-dark-3: #1a1a35;
    --kimp-text: #f0f0f0;
    --kimp-muted: #9090b0;
    --kimp-border: rgba(255, 255, 255, 0.08);
    --kimp-gradient: linear-gradient(135deg, #FF4D6D 0%, #6C47FF 100%);
    --bs-body-bg: #0D0D1A;
    --bs-body-color: #f0f0f0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--kimp-dark);
    color: var(--kimp-text);
    overflow-x: hidden;
}

@media (max-width: 992px) {
    .hero-bg {
        background: none !important ;
    }
}

.login-page,
.admin-page {
    min-height: 100vh;
    background: radial-gradient(circle at 15% 10%, rgba(241, 103, 23, .18), transparent 35%), var(--kimp-dark);
}

.login-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.login-panel {
    width: min(100%, 440px);
    padding: 3rem;
    background: var(--kimp-dark-2);
    border: 1px solid var(--kimp-border);
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.admin-table-wrap {
    border: 1px solid var(--kimp-border);
    border-radius: 12px;
    background: var(--kimp-dark-2);
}

.admin-table {
    color: var(--kimp-text);
    min-width: 900px;
}

.admin-table th {
    color: var(--kimp-muted);
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: nowrap;
}

.admin-table td,
.admin-table th {
    border-color: var(--kimp-border);
    padding: 1rem;
}

.admin-table a {
    color: var(--kimp-primary);
}

.message-cell {
    min-width: 280px;
    max-width: 420px;
    white-space: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

.section-eyebrow {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--kimp-primary);
    display: inline-block;
    margin-bottom: .75rem;
}

.gradient-text,
.text-gradient {
    /* background: var(--kimp-gradient); */
    background: var(--kimp-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.5px;
}

/* ---- Top Bar ---- */
.top-bar {
    background: var(--kimp-gradient);
    font-size: .85rem;
    z-index: 1100;
}

/* ---- Navbar ---- */
.kimp-nav {
    background: #fff !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--kimp-border);
    transition: all .3s ease;
    z-index: 1050;
}

.kimp-nav.scrolled {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .4);
}

.kimp-logo-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
}

.logo-k {
    color: var(--kimp-primary);
}

.logo-rest {
    color: #fff;
}

.navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.85) !important;
    font-size: .9rem;
    font-weight: 500;
    transition: color .2s;
    border-radius: 6px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #000000 !important;
}

.dropdown-menu {
    background: #1a1a35;
    border: 1px solid var(--kimp-border) !important;
    border-radius: 12px !important;
    padding: .5rem;
    animation: dropIn .2s ease;
}

@keyframes dropIn {
    from {
        opacity: 0;
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.dropdown-item {
    color: rgba(255, 255, 255, .8) !important;
    border-radius: 8px;
    transition: all .2s;
    font-size: .9rem;
}

.dropdown-item:hover {
    background: rgba(255, 77, 109, .12) !important;
    color: #fff !important;
}

.menu-icon-wrap {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .05);
    border-radius: 8px;
    flex-shrink: 0;
}

/* ---- Buttons ---- */
.btn-kimp-primary {
    background: var(--kimp-primary);
    color: #fff !important;
    border: none;
    font-weight: 600;
    border-radius: 50px;
    transition: all .3s ease;
}

.btn-kimp-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 77, 109, .4);
    color: #000 !important;
}

.btn-outline-light {
    border-radius: 50px;
    font-weight: 600;
    transition: all .3s ease;
}

.btn-outline-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, .1);
}

/* ---- Hero ---- */
.hero-section {
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(108, 71, 255, .25) 0%, transparent 70%),
        radial-gradient(ellipse 60% 40% at 100% 50%, rgba(255, 77, 109, .12) 0%, transparent 60%),
        var(--kimp-dark);
    position: relative;
    overflow: hidden;
    padding: 5rem 0 3rem;
}

.hero-bg {
    min-height: 90vh;
    display: flex;
    align-items: center;

    background:
        radial-gradient(ellipse 80% 60% at 50% 0%,
            rgba(108, 71, 255, .25) 0%,
            transparent 70%),
        radial-gradient(ellipse 60% 40% at 100% 50%,
            rgba(255, 77, 109, .12) 0%,
            transparent 60%),
        url('../images/home-banner.png') center center / contain no-repeat,
        var(--kimp-dark);

    position: relative;
    overflow: hidden;
    padding: 5rem 0 3rem;
}

.hero-title {
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1.5px;
    font-family: 'Manrope', sans-serif;
}

.hero-title .highlight {
    background: var(--kimp-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.05rem;
    color: var(--kimp-muted);
    line-height: 1.7;
    max-width: 520px;
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .82rem;
    color: rgba(255, 255, 255, .7);
}

.hero-badge i {
    color: var(--kimp-primary);
    font-size: 1rem;
}

/* ---- Dashboard Card ---- */
.hero-dashboard-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--kimp-border);
    border-radius: 20px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
    position: relative;
    overflow: hidden;
}

.hero-dashboard-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--kimp-primary);
}

.dashboard-mockup {
    background: var(--kimp-dark-3);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--kimp-border);
}

.dashboard-topbar {
    background: rgba(255, 255, 255, .03);
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    border-bottom: 1px solid var(--kimp-border);
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot.red {
    background: #ff5f57
}

.dot.yellow {
    background: #ffbd2e
}

.dot.green {
    background: #28c840
}

.dashboard-body {
    padding: 1.5rem;
}

.task-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--kimp-border);
    border-radius: 10px;
    padding: .875rem 1rem;
    margin-bottom: .75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all .2s ease;
}

.task-card:hover {
    border-color: rgba(255, 77, 109, .3);
    transform: translateX(3px);
}

.task-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.task-icon.pink {
    background: rgba(255, 77, 109, .15);
    color: var(--kimp-primary)
}

.task-icon.purple {
    background: rgba(108, 71, 255, .15);
    color: var(--kimp-secondary)
}

.task-icon.green {
    background: rgba(74, 222, 128, .15);
    color: #4ade80
}

.task-icon.blue {
    background: rgba(59, 130, 246, .15);
    color: #3b82f6
}

.task-icon.orange {
    background: rgba(251, 146, 60, .15);
    color: #fb923c
}

.task-icon.teal {
    background: rgba(20, 184, 166, .15);
    color: #14b8a6
}

.task-info {
    flex: 1
}

.task-title {
    font-size: .82rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px
}

.task-sub {
    font-size: .72rem;
    color: var(--kimp-muted)
}

.task-status {
    font-size: .7rem;
    font-weight: 600;
    padding: .2rem .6rem;
    border-radius: 20px;
    white-space: nowrap
}

.status-done {
    background: rgba(74, 222, 128, .15);
    color: #4ade80
}

.status-progress {
    background: rgba(255, 189, 46, .15);
    color: #ffbd2e
}

.status-review {
    background: rgba(108, 71, 255, .15);
    color: #a78bfa
}

/* ---- Floating Badges ---- */
.floating-badge {
    position: absolute;
    background: var(--kimp-dark-3);
    border: 1px solid var(--kimp-border);
    border-radius: 12px;
    padding: .6rem 1rem;
    font-size: .8rem;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    gap: .5rem;
    animation: float 3s ease-in-out infinite;
    z-index: 10;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

.floating-badge.badge-top {
    top: -1.2rem;
    right: 2rem;
    animation-delay: .5s
}

.floating-badge.badge-bottom {
    bottom: -1rem;
    left: 1.5rem;
    animation-delay: 1.5s
}

/* ---- Clients Marquee ---- */
.clients-section {
    background: var(--kimp-dark-2);
    padding: 3.5rem 0;
    border-top: 1px solid var(--kimp-border);
    border-bottom: 1px solid var(--kimp-border);
    overflow: hidden;
}

.marquee-wrapper {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee-track {
    display: flex;
    gap: 3rem;
    animation: marquee 30s linear infinite;
    width: max-content;
}

.marquee-track:hover {
    animation-play-state: paused
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.client-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    opacity: .55;
    transition: opacity .3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.client-logo-item:hover {
    opacity: 1
}

.client-logo-item span {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.5px;
    font-family: 'Manrope', sans-serif
}

/* ---- Benefit Cards ---- */
.benefit-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--kimp-border);
    border-radius: 18px;
    padding: 2rem;
    height: 100%;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--kimp-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}

.benefit-card:hover {
    border-color: rgba(255, 77, 109, .25);
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
}

.benefit-card:hover::before {
    transform: scaleX(1)
}

.benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.benefit-icon.pink {
    background: rgba(255, 77, 109, .12);
    color: var(--kimp-primary)
}

.benefit-icon.purple {
    background: rgba(108, 71, 255, .12);
    color: var(--kimp-secondary)
}

.benefit-icon.green {
    background: rgba(74, 222, 128, .12);
    color: #4ade80
}

.benefit-icon.blue {
    background: rgba(59, 130, 246, .12);
    color: #3b82f6
}

.benefit-icon.orange {
    background: rgba(251, 146, 60, .12);
    color: #fb923c
}

.benefit-icon.teal {
    background: rgba(20, 184, 166, .12);
    color: #14b8a6
}

.benefit-card h5 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.benefit-card p {
    font-size: .9rem;
    color: var(--kimp-muted);
    line-height: 1.6;
    margin: 0
}

/* ---- Service Cards ---- */
.service-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--kimp-border);
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    overflow: hidden;
    position: relative;
}

.service-card:hover {
    border-color: rgba(108, 71, 255, .4);
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .3);
}

.service-card-img {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
}

.service-card-img img {
    max-height: 100%;
    object-fit: contain;
}

.service-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.service-card p {
    font-size: .875rem;
    color: var(--kimp-muted);
    line-height: 1.6
}

/* ---- Stats ---- */
.stats-section {
    padding: 5rem 0;
    background: var(--kimp-dark-2);
    border-top: 1px solid var(--kimp-border);
    border-bottom: 1px solid var(--kimp-border);
}

.stat-item {
    text-align: center;
    padding: 1.5rem
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Manrope', sans-serif;
    /* background:var(--kimp-gradient); */
    background: var(--kimp-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.stat-label {
    font-size: .9rem;
    color: var(--kimp-muted);
    margin-top: .5rem;
    line-height: 1.5
}

/* ---- Step Wrapper ---- */
.step-wrapper {
    position: relative;
    padding: 2.5rem;
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--kimp-border);
    border-radius: 20px;
    transition: all .3s ease;
}

.step-wrapper:hover {
    border-color: rgba(255, 77, 109, .3);
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
}

.step-number {
    font-size: 4rem;
    font-weight: 900;
    font-family: 'Manrope', sans-serif;
    background: var(--kimp-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 1rem;
}

/* ---- Testimonials ---- */
.testimonials-section {
    padding: 6rem 0;
    background: var(--kimp-dark)
}

.rating-platform {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--kimp-border);
    border-radius: 16px;
    transition: all .3s ease;
}

.rating-platform:hover {
    border-color: rgba(255, 77, 109, .3);
    background: rgba(255, 77, 109, .04)
}

.stars-display {
    color: #fbbf24;
    letter-spacing: 2px;
    font-size: 1.1rem
}

.testimonial-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--kimp-border);
    border-radius: 18px;
    padding: 2rem;
    height: 100%;
    transition: all .3s ease;
    position: relative;
}

.testimonial-card:hover {
    border-color: rgba(108, 71, 255, .3);
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3)
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 5rem;
    font-family: 'Manrope', sans-serif;
    color: var(--kimp-primary);
    opacity: .85;
    line-height: 1
}

.testimonial-text {
    font-size: .9rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 1.5rem
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: .75rem
}

.author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--kimp-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0
}

.author-name {
    font-size: .875rem;
    font-weight: 700;
    color: #fff
}

.author-role {
    font-size: .78rem;
    color: var(--kimp-muted)
}

/* ---- Accordion / FAQ ---- */
.accordion-item {
    background: rgba(255, 255, 255, .03) !important;
    border: 1px solid var(--kimp-border) !important;
    border-radius: 12px !important;
    margin-bottom: .75rem;
    overflow: hidden
}

.accordion-button {
    background: transparent !important;
    color: #fff !important;
    font-weight: 600;
    font-size: .95rem;
    padding: 1.25rem 1.5rem;
    box-shadow: none !important
}

.accordion-button:not(.collapsed) {
    color: var(--kimp-primary) !important;
    background: rgba(255, 77, 109, .04) !important
}

.accordion-button::after {
    filter: brightness(0) invert(1)
}

.accordion-body {
    background: transparent;
    color: var(--kimp-muted);
    font-size: .9rem;
    line-height: 1.7;
    padding: 0 1.5rem 1.5rem
}

/* ---- Blog Cards ---- */
.blog-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--kimp-border);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    border-color: rgba(255, 77, 109, .3);
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3)
}

.blog-card-img {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    position: relative;
    overflow: hidden
}

.blog-card-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column
}

.blog-category {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--kimp-primary);
    margin-bottom: .5rem
}

.blog-card-title {
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin-bottom: .75rem;
    flex: 1
}

.blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s
}

.blog-card-title a:hover {
    color: var(--kimp-primary)
}

.blog-card-date {
    font-size: .78rem;
    color: var(--kimp-muted)
}

/* ---- Platform Preview ---- */
.platform-preview {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--kimp-border);
    border-radius: 20px;
    overflow: hidden;
}

.platform-preview-topbar {
    background: rgba(255, 255, 255, .03);
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--kimp-border);
}

.platform-preview-body {
    padding: 1.5rem
}

.kanban-col {
    background: rgba(255, 255, 255, .03);
    border-radius: 10px;
    padding: .75rem;
    min-height: 160px
}

.kanban-col-title {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--kimp-muted);
    margin-bottom: .75rem
}

.kanban-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid var(--kimp-border);
    border-radius: 8px;
    padding: .75rem;
    margin-bottom: .5rem;
    font-size: .8rem;
    cursor: pointer;
    transition: all .2s
}

.kanban-card:hover {
    border-color: rgba(255, 77, 109, .3);
    background: rgba(255, 77, 109, .06)
}

/* ---- CTA ---- */
.cta-section {
    background: var(--kimp-dark);
    padding: 5rem 0
}

.cta-inner {
    /* background:linear-gradient(135deg,rgba(108,71,255,.3) 0%,rgba(255,77,109,.3) 100%); */
    background: var(--kimp-primary);
    border: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    overflow: hidden
}

.cta-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--kimp-gradient);
    opacity: .08;
    z-index: 0
}

.cta-inner>* {
    position: relative;
    z-index: 1
}

.cta-eyebrow {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--kimp-primary)
}

/* ---- Footer ---- */
.kimp-footer {
    background: #080812;
    border-top: 1px solid var(--kimp-border)
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.footer-links a {
    color: var(--kimp-muted);
    text-decoration: none;
    font-size: .875rem;
    transition: color .2s ease
}

.footer-links a:hover {
    color: #fff
}

.footer-social {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--kimp-muted);
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--kimp-border);
    text-decoration: none;
    transition: all .3s ease
}

.footer-social:hover {
    background: var(--kimp-primary);
    color: #fff;
    border-color: var(--kimp-primary);
    transform: translateY(-3px)
}

/* ---- Sections ---- */
.benefits-section {
    padding: 6rem 0;
    background: var(--kimp-dark)
}

.services-section {
    padding: 6rem 0;
    background: var(--kimp-dark)
}

.how-section {
    padding: 6rem 0;
    background: var(--kimp-dark)
}

.platform-section {
    padding: 6rem 0;
    background: var(--kimp-dark-2)
}

.blog-section {
    padding: 6rem 0;
    background: var(--kimp-dark-2)
}

.faq-section {
    padding: 6rem 0;
    background: var(--kimp-dark)
}

/* ---- Pricing ---- */
.pricing-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--kimp-border);
    border-radius: 24px;
    padding: 2.5rem;
    height: 100%;
    position: relative;
    transition: all .3s ease
}

.pricing-card:hover {
    border-color: rgba(255, 77, 109, .3);
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .3)
}

.pricing-card.popular {
    border-color: var(--kimp-primary);
    background: rgba(255, 77, 109, .05);
    transform: scale(1.03)
}

.popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--kimp-gradient);
    color: #fff;
    padding: .3rem 1.2rem;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    white-space: nowrap
}

.pricing-plan-name {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--kimp-primary);
    margin-bottom: .5rem
}

.pricing-price {
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Manrope', sans-serif;
    line-height: 1;
    margin-bottom: .25rem
}

.pricing-price sup {
    font-size: 1.4rem;
    font-weight: 700;
    vertical-align: top;
    margin-top: .5rem
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    padding: .45rem 0;
    font-size: .875rem;
    color: rgba(255, 255, 255, .8)
}

.pricing-features li i {
    color: #4ade80;
    font-size: .9rem;
    margin-top: 2px;
    flex-shrink: 0
}

.pricing-divider {
    border-color: var(--kimp-border);
    margin: 1.5rem 0
}

.discount-badge {
    background: rgba(74, 222, 128, .15);
    color: #4ade80;
    padding: .15rem .6rem;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 700
}

.strike {
    text-decoration: line-through;
    color: var(--kimp-muted);
    font-size: 1.5rem;
    font-weight: 400
}

/* ---- Form Inputs ---- */
.kimp-input {
    background: rgba(255, 255, 255, .05) !important;
    border: 1px solid var(--kimp-border) !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: .75rem 1rem !important;
    transition: border-color .2s ease !important
}

.kimp-input.form-select {
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, .85) 50%), linear-gradient(135deg, rgba(255, 255, 255, .85) 50%, transparent 50%) !important;
    background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px) !important;
    background-size: 6px 6px !important;
    background-repeat: no-repeat !important;
    padding-right: 2.75rem !important
}

.kimp-input.form-select:focus,
.kimp-input.form-select:active {
    background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, .85) 50%), linear-gradient(135deg, rgba(255, 255, 255, .85) 50%, transparent 50%) !important;
    background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px) !important;
    background-size: 6px 6px !important;
    background-repeat: no-repeat !important
}

.kimp-input:focus {
    border-color: rgba(255, 77, 109, .5) !important;
    box-shadow: 0 0 0 3px rgba(255, 77, 109, .1) !important;
    background-color: rgba(255, 255, 255, .07) !important;
    background-image: none !important
}

.kimp-input::placeholder {
    color: var(--kimp-muted) !important
}

.kimp-input option {
    background: var(--kimp-dark-3);
    color: #fff
}

/* ---- Tech Stack Badges ---- */
.tech-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem 1rem;
    border-radius: 50px;
    font-size: .78rem;
    font-weight: 600;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--kimp-border);
    color: rgba(255, 255, 255, .8)
}

/* ---- Animations ---- */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s ease
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0)
}

/* .page-fade{animation:pageFadeIn .4s ease both} */
@keyframes pageFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* ---- Scrollbar ---- */
::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: var(--kimp-dark)
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 77, 109, .4);
    border-radius: 3px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--kimp-primary)
}

/* ---- Responsive ---- */
@media(max-width:992px) {
    .hero-section {
        padding: 4rem 0 3rem;
        min-height: auto
    }

    .floating-badge {
        display: none
    }
}

@media(max-width:768px) {
    .hero-title {
        font-size: 2.2rem
    }

    .section-title {
        font-size: 1.8rem
    }

    .benefit-card,
    .testimonial-card,
    .service-card {
        padding: 1.5rem
    }

    .step-wrapper {
        padding: 1.75rem
    }

    .stat-number {
        font-size: 2.2rem
    }
}

@media(prefers-reduced-motion:reduce) {
    .marquee-track {
        animation: none
    }
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}