/*
Theme Name: Jahan Khodro Tehran
Theme URI: https://example.com
Author: Jahan Khodro Tehran
Description: قالب اختصاصی آینده‌نگر، سریع، ریسپانسیو و سئو شده شرکت جهان خودرو تهران - مرکز اسقاط خودروهای فرسوده
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Text Domain: jahan-khodro
*/

/* =========================================================
   Jahan Khodro Tehran - Futuristic Automotive CSS
   مسیر پیشنهادی:
   public_html/wp-content/themes/jahan-khodro/style.css
========================================================= */

/* ------------------------------
   CSS Variables
------------------------------ */

:root {
    --jk-navy-950: #020817;
    --jk-navy-900: #04142c;
    --jk-navy-850: #061b3a;
    --jk-navy-800: #08224a;
    --jk-navy-700: #0b2b5c;

    --jk-cyan: #22d3ee;
    --jk-cyan-soft: rgba(34, 211, 238, .16);

    --jk-green: #16a34a;
    --jk-green-2: #22c55e;
    --jk-green-3: #86efac;
    --jk-green-soft: rgba(34, 197, 94, .13);

    --jk-orange: #f97316;
    --jk-orange-2: #fb923c;
    --jk-red: #ef4444;

    --jk-white: #ffffff;
    --jk-soft: #f5f8fc;
    --jk-soft-2: #eef4fb;
    --jk-card: rgba(255, 255, 255, .82);

    --jk-text: #0f172a;
    --jk-muted: #64748b;
    --jk-muted-2: #94a3b8;

    --jk-border: rgba(15, 23, 42, .09);
    --jk-border-light: rgba(255, 255, 255, .16);

    --jk-shadow-sm: 0 10px 28px rgba(2, 8, 23, .06);
    --jk-shadow: 0 24px 70px rgba(2, 8, 23, .13);
    --jk-shadow-strong: 0 34px 100px rgba(2, 8, 23, .22);

    --jk-radius-xs: 12px;
    --jk-radius-sm: 16px;
    --jk-radius-md: 22px;
    --jk-radius: 28px;
    --jk-radius-lg: 36px;

    --jk-container: 1180px;
    --jk-transition: all .28s cubic-bezier(.2, .8, .2, 1);
}

/* ------------------------------
   Reset / Base
------------------------------ */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    direction: rtl;
    font-family: Tahoma, Arial, sans-serif;
    color: var(--jk-text);
    background:
        radial-gradient(circle at 14% 8%, rgba(34, 197, 94, .08), transparent 26%),
        radial-gradient(circle at 84% 10%, rgba(34, 211, 238, .08), transparent 24%),
        linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
    line-height: 1.9;
    overflow-x: hidden;
    text-rendering: geometricPrecision;
}

body.no-scroll {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

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

button,
input,
select,
textarea {
    font-family: inherit;
}

button {
    -webkit-tap-highlight-color: transparent;
}

::selection {
    color: #fff;
    background: var(--jk-green);
}

:focus-visible {
    outline: 3px solid rgba(34, 197, 94, .35);
    outline-offset: 3px;
}

/* ------------------------------
   Utilities
------------------------------ */

.jk-container {
    width: min(var(--jk-container), calc(100% - 32px));
    margin-inline: auto;
}

.jk-section {
    position: relative;
    padding: clamp(62px, 7vw, 96px) 0;
    overflow: hidden;
}

.jk-grid {
    display: grid;
    gap: 22px;
}

.jk-section-head {
    max-width: 820px;
    margin: 0 auto 44px;
    text-align: center;
}

.jk-eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--jk-green);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, rgba(34, 197, 94, .12), rgba(34, 211, 238, .1));
    border: 1px solid rgba(34, 197, 94, .16);
    padding: 10px 15px;
    border-radius: 999px;
    margin-bottom: 16px;
    box-shadow: 0 10px 28px rgba(34, 197, 94, .08);
}

.jk-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--jk-green-2);
    box-shadow: 0 0 0 6px rgba(34, 197, 94, .12), 0 0 18px rgba(34, 197, 94, .5);
}

.jk-title {
    margin: 0;
    color: var(--jk-navy-900);
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.33;
    letter-spacing: -1px;
    font-weight: 950;
}

.jk-desc {
    margin: 14px auto 0;
    color: var(--jk-muted);
    max-width: 720px;
    font-size: 16px;
}

/* ------------------------------
   Buttons
------------------------------ */

.jk-btn {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 950;
    line-height: 1;
    transition: var(--jk-transition);
    overflow: hidden;
}

.jk-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.36) 45%, transparent 62%);
    transform: translateX(85%);
    transition: transform .72s ease, opacity .28s ease;
}

.jk-btn:hover::before {
    opacity: 1;
    transform: translateX(-85%);
}

.jk-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--jk-orange) 0%, var(--jk-red) 100%);
    box-shadow: 0 18px 42px rgba(249, 115, 22, .28);
}

.jk-btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 55px rgba(249, 115, 22, .38);
}

.jk-btn-secondary {
    color: #fff;
    background: rgba(255, 255, 255, .11);
    border-color: rgba(255, 255, 255, .22);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.jk-btn-secondary:hover {
    color: var(--jk-navy-900);
    background: #fff;
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(0,0,0,.15);
}

.jk-btn-light {
    color: var(--jk-navy-900);
    background: #fff;
    box-shadow: var(--jk-shadow-sm);
}

.jk-btn-light:hover {
    transform: translateY(-4px);
    box-shadow: var(--jk-shadow);
}

/* =========================================================
   Topbar + Header
========================================================= */

.jk-topbar {
    position: relative;
    z-index: 1001;
    color: rgba(255, 255, 255, .84);
    background:
        linear-gradient(90deg, rgba(34, 197, 94, .12), transparent 18%, transparent 82%, rgba(34, 211, 238, .1)),
        var(--jk-navy-950);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 12.5px;
}

.jk-topbar-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.jk-topbar span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.jk-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .78);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    backdrop-filter: blur(22px) saturate(140%);
    -webkit-backdrop-filter: blur(22px) saturate(140%);
    transition: var(--jk-transition);
}

.jk-header.is-scrolled {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 20px 55px rgba(2, 8, 23, .1);
}

.jk-header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.jk-brand {
    flex: 0 0 auto;
    min-width: 245px;
    max-width: 305px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.jk-brand-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.jk-brand-logo img,
.jk-brand .custom-logo,
.jk-brand img {
    display: block;
    max-height: 48px;
    max-width: 122px;
    width: auto;
    object-fit: contain;
}

.jk-logo-placeholder {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #fff;
    background:
        radial-gradient(circle at 30% 25%, rgba(255,255,255,.24), transparent 34%),
        linear-gradient(135deg, var(--jk-navy-850), var(--jk-green));
    font-size: 11px;
    font-weight: 950;
    box-shadow: 0 14px 32px rgba(6, 27, 58, .22);
}

.jk-brand-text {
    min-width: 0;
}

.jk-brand-text strong {
    display: block;
    color: var(--jk-navy-900);
    font-size: 16.5px;
    line-height: 1.45;
    font-weight: 950;
    white-space: nowrap;
    letter-spacing: -.2px;
}

.jk-brand-text small {
    display: block;
    color: var(--jk-green);
    font-size: 11.5px;
    line-height: 1.5;
    font-weight: 900;
    white-space: nowrap;
}

.jk-nav {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jk-nav ul {
    width: 100%;
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.jk-nav li {
    flex: 0 0 auto;
}

.jk-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 10px;
    border-radius: 999px;
    color: #1e293b;
    font-size: 13.3px;
    font-weight: 900;
    line-height: 1.45;
    white-space: nowrap;
    transition: var(--jk-transition);
}

.jk-nav a::before {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(34,197,94,.12), rgba(34,211,238,.08));
    opacity: 0;
    transform: scale(.9);
    transition: var(--jk-transition);
}

.jk-nav a::after {
    content: "";
    position: absolute;
    right: 18px;
    left: 18px;
    bottom: 4px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--jk-green), var(--jk-cyan));
    transform: scaleX(0);
    transform-origin: center;
    transition: var(--jk-transition);
}

.jk-nav a:hover {
    color: var(--jk-green);
}

.jk-nav a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.jk-nav a:hover::after {
    transform: scaleX(1);
}

.jk-header-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.jk-header-actions .jk-btn {
    min-height: 46px;
    padding: 10px 20px;
    font-size: 14px;
}

.jk-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 16px;
    background:
        radial-gradient(circle at 28% 22%, rgba(255,255,255,.22), transparent 34%),
        linear-gradient(135deg, var(--jk-navy-850), var(--jk-navy-700));
    cursor: pointer;
    padding: 12px;
    box-shadow: 0 14px 30px rgba(2, 8, 23, .14);
}

.jk-menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    border-radius: 9px;
    background: #fff;
    transition: var(--jk-transition);
}

/* =========================================================
   Hero
========================================================= */

.jk-hero {
    position: relative;
    min-height: 760px;
    padding: 104px 0 84px;
    color: #fff;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 16%, rgba(34, 197, 94, .25), transparent 30%),
        radial-gradient(circle at 78% 22%, rgba(34, 211, 238, .18), transparent 28%),
        radial-gradient(circle at 72% 80%, rgba(249, 115, 22, .14), transparent 30%),
        linear-gradient(135deg, var(--jk-navy-950) 0%, var(--jk-navy-850) 42%, var(--jk-navy-700) 100%);
}

.jk-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .58;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.8) 38%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.8) 38%, transparent 100%);
}

.jk-hero::after {
    content: "";
    position: absolute;
    width: 680px;
    height: 680px;
    left: -220px;
    bottom: -280px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12);
    background:
        radial-gradient(circle, rgba(34,197,94,.16), transparent 58%);
    filter: blur(.2px);
    pointer-events: none;
}

.jk-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: clamp(28px, 4vw, 52px);
}

.jk-hero-content {
    max-width: 760px;
}

.jk-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 10px 16px;
    border-radius: 999px;
    color: rgba(255,255,255,.96);
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.2);
    box-shadow: 0 18px 42px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.14);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    font-size: 14px;
    font-weight: 900;
}

.jk-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5.2vw, 68px);
    line-height: 1.25;
    letter-spacing: -1.8px;
    font-weight: 950;
}

.jk-hero h1 span {
    position: relative;
    display: inline-block;
    color: var(--jk-green-2);
    text-shadow: 0 0 34px rgba(34,197,94,.28);
}

.jk-hero h1 span::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: .02em;
    height: .16em;
    border-radius: 99px;
    background: linear-gradient(90deg, rgba(34,197,94,.35), rgba(34,211,238,.2));
    z-index: -1;
}

.jk-hero p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 18px;
    line-height: 2;
}

.jk-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.jk-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.jk-stat {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.jk-stat::after {
    content: "";
    position: absolute;
    inset: auto -30% -65% auto;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(34,197,94,.22), transparent 66%);
    pointer-events: none;
}

.jk-stat strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 950;
}

.jk-stat span {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,.64);
    font-size: 13px;
}

.jk-hero-visual {
    position: relative;
    min-height: 470px;
}

.jk-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    padding: 26px;
    border: 1px solid rgba(255,255,255,.18);
    background:
        linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.055));
    box-shadow: 0 34px 110px rgba(0,0,0,.25);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.jk-hero-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    background:
        radial-gradient(circle at 24% 10%, rgba(34,197,94,.36), transparent 35%),
        radial-gradient(circle at 82% 34%, rgba(34,211,238,.2), transparent 30%);
    pointer-events: none;
}

.jk-hero-card::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 28px;
    pointer-events: none;
}

.jk-car-plate {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.16);
    background:
        linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.045)),
        radial-gradient(circle at 30% 28%, rgba(34,197,94,.22), transparent 34%),
        radial-gradient(circle at 76% 52%, rgba(34,211,238,.16), transparent 38%);
}

.jk-car-plate::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: .55;
}

.jk-car-line {
    position: relative;
    width: min(340px, 84%);
    height: 126px;
    opacity: .92;
    transform: skewX(-14deg);
    border: 8px solid rgba(255,255,255,.88);
    border-top-color: transparent;
    border-left-color: rgba(34,197,94,.95);
    border-radius: 62% 38% 24% 36%;
    filter: drop-shadow(0 0 22px rgba(34,197,94,.18));
}

.jk-eco-pill {
    position: absolute;
    left: -10px;
    top: 36px;
    z-index: 3;
    padding: 12px 17px;
    border-radius: 999px;
    color: #fff;
    background:
        radial-gradient(circle at 25% 20%, rgba(255,255,255,.22), transparent 30%),
        linear-gradient(135deg, var(--jk-green), var(--jk-green-2));
    box-shadow: 0 20px 45px rgba(34, 197, 94, .28);
    font-weight: 950;
    animation: jkFloat 5s ease-in-out infinite reverse;
}

.jk-floating-info {
    position: absolute;
    right: -16px;
    bottom: 42px;
    z-index: 4;
    width: 258px;
    padding: 18px;
    border-radius: 24px;
    color: var(--jk-navy-900);
    background: rgba(255,255,255,.94);
    box-shadow: var(--jk-shadow-strong);
    animation: jkFloat 4.2s ease-in-out infinite;
}

.jk-floating-info strong {
    display: block;
    font-size: 18px;
    font-weight: 950;
}

.jk-floating-info span {
    display: block;
    margin-top: 5px;
    color: var(--jk-muted);
    font-size: 13px;
}

/* =========================================================
   Services
========================================================= */

.jk-services {
    background:
        radial-gradient(circle at 12% 20%, rgba(34,211,238,.07), transparent 30%),
        #fff;
}

.jk-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jk-service-card {
    position: relative;
    min-height: 258px;
    overflow: hidden;
    padding: 28px;
    border-radius: var(--jk-radius);
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.92));
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: var(--jk-shadow-sm);
    transition: var(--jk-transition);
}

.jk-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg, transparent, rgba(34,197,94,.52), rgba(34,211,238,.38), rgba(249,115,22,.38), transparent);
    opacity: 0;
    transition: var(--jk-transition);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.jk-service-card::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    left: -72px;
    bottom: -82px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34,197,94,.12), transparent 62%);
    transition: var(--jk-transition);
}

.jk-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 80px rgba(2, 8, 23, .12);
}

.jk-service-card:hover::before {
    opacity: 1;
}

.jk-service-card:hover::after {
    transform: scale(1.25);
}

.jk-service-icon {
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 22px;
    color: var(--jk-green);
    background:
        radial-gradient(circle at 28% 20%, rgba(255,255,255,.7), transparent 30%),
        rgba(34, 197, 94, .11);
    border: 1px solid rgba(34, 197, 94, .13);
    font-size: 30px;
    transition: var(--jk-transition);
}

.jk-service-card:hover .jk-service-icon {
    color: #fff;
    transform: rotate(-6deg) scale(1.08);
    background:
        radial-gradient(circle at 28% 20%, rgba(255,255,255,.24), transparent 30%),
        linear-gradient(135deg, var(--jk-green), var(--jk-green-2));
    box-shadow: 0 18px 44px rgba(34,197,94,.24);
}

.jk-service-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    color: var(--jk-navy-900);
    font-size: 20px;
    line-height: 1.55;
    font-weight: 950;
}

.jk-service-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--jk-muted);
    font-size: 14px;
}

/* =========================================================
   Inquiry Form
========================================================= */

.jk-inquiry {
    background:
        radial-gradient(circle at 84% 18%, rgba(34,197,94,.14), transparent 28%),
        radial-gradient(circle at 16% 80%, rgba(34,211,238,.1), transparent 28%),
        linear-gradient(180deg, #f8fafc, #eef4fb);
}

.jk-inquiry-wrap {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: stretch;
    gap: 28px;
}

.jk-inquiry-info {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border-radius: var(--jk-radius);
    color: #fff;
    background:
        radial-gradient(circle at 18% 18%, rgba(34,197,94,.22), transparent 30%),
        linear-gradient(135deg, var(--jk-navy-950), var(--jk-navy-800));
    box-shadow: var(--jk-shadow);
}

.jk-inquiry-info::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 38px 38px;
    opacity: .5;
    pointer-events: none;
}

.jk-inquiry-info::after {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    left: -82px;
    bottom: -82px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34,197,94,.23), transparent 66%);
}

.jk-inquiry-info h2,
.jk-inquiry-info p,
.jk-check-list {
    position: relative;
    z-index: 2;
}

.jk-inquiry-info h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1.4;
    font-weight: 950;
}

.jk-inquiry-info p {
    margin: 0 0 22px;
    color: rgba(255,255,255,.76);
}

.jk-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jk-check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 13px 0;
    color: rgba(255,255,255,.88);
}

.jk-check-list li::before {
    content: "✓";
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--jk-green-3);
    background: rgba(34,197,94,.18);
    border: 1px solid rgba(34,197,94,.18);
    font-weight: 950;
}

.jk-form-card {
    padding: 28px;
    border-radius: var(--jk-radius);
    background: rgba(255,255,255,.84);
    border: 1px solid rgba(255,255,255,.8);
    box-shadow: var(--jk-shadow);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.jk-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.jk-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.jk-field-full {
    grid-column: 1 / -1;
}

.jk-field label {
    color: var(--jk-navy-900);
    font-size: 13px;
    font-weight: 950;
}

.jk-field input,
.jk-field select,
.jk-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 13px 14px;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 16px;
    outline: none;
    color: var(--jk-text);
    background: rgba(255,255,255,.94);
    transition: var(--jk-transition);
}

.jk-field textarea {
    min-height: 118px;
    resize: vertical;
}

.jk-field input:hover,
.jk-field select:hover,
.jk-field textarea:hover {
    border-color: rgba(34,197,94,.28);
}

.jk-field input:focus,
.jk-field select:focus,
.jk-field textarea:focus {
    border-color: rgba(34, 197, 94, .72);
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .11);
    background: #fff;
}

.jk-form-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.jk-form-message {
    font-size: 14px;
    font-weight: 900;
}

.jk-form-message.success {
    color: var(--jk-green);
}

.jk-form-message.error {
    color: var(--jk-red);
}

.jk-form-card.is-loading {
    opacity: .72;
    pointer-events: none;
}

/* =========================================================
   Steps Timeline
========================================================= */

.jk-steps {
    background: #fff;
}

.jk-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.jk-timeline::before {
    content: "";
    position: absolute;
    top: 39px;
    right: 8%;
    left: 8%;
    height: 2px;
    background: linear-gradient(90deg, var(--jk-green), var(--jk-cyan), var(--jk-orange));
    opacity: .38;
}

.jk-step {
    position: relative;
    z-index: 2;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.94);
    border: 1px solid var(--jk-border);
    box-shadow: var(--jk-shadow-sm);
    transition: var(--jk-transition);
}

.jk-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(2, 8, 23, .1);
}

.jk-step-number {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 16px;
    color: #fff;
    background:
        radial-gradient(circle at 30% 22%, rgba(255,255,255,.22), transparent 32%),
        linear-gradient(135deg, var(--jk-navy-900), var(--jk-navy-700));
    box-shadow: 0 14px 30px rgba(6, 27, 58, .18);
    font-weight: 950;
}

.jk-step h3 {
    margin: 0;
    color: var(--jk-navy-900);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 950;
}

/* =========================================================
   Trust Cards
========================================================= */

.jk-trust {
    background:
        radial-gradient(circle at 15% 20%, rgba(34,197,94,.12), transparent 30%),
        radial-gradient(circle at 85% 85%, rgba(34,211,238,.08), transparent 32%),
        linear-gradient(180deg, #f8fafc, #fff);
}

.jk-trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jk-trust-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--jk-border);
    box-shadow: var(--jk-shadow-sm);
    transition: var(--jk-transition);
}

.jk-trust-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(34,197,94,.1), rgba(34,211,238,.08));
    opacity: 0;
    transition: var(--jk-transition);
}

.jk-trust-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 65px rgba(2, 8, 23, .1);
}

.jk-trust-card:hover::before {
    opacity: 1;
}

.jk-trust-card strong,
.jk-trust-card span {
    position: relative;
    z-index: 2;
}

.jk-trust-card strong {
    display: block;
    color: var(--jk-navy-900);
    font-size: 22px;
    margin-bottom: 4px;
    font-weight: 950;
}

.jk-trust-card span {
    color: var(--jk-muted);
    font-size: 14px;
}

/* =========================================================
   News
========================================================= */

.jk-news {
    background: #fff;
}

.jk-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jk-news-card {
    display: flex;
    flex-direction: column;
    min-height: 236px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    border: 1px solid var(--jk-border);
    box-shadow: var(--jk-shadow-sm);
    transition: var(--jk-transition);
}

.jk-news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 62px rgba(2, 8, 23, .1);
}

.jk-news-date {
    display: inline-flex;
    color: var(--jk-green);
    font-size: 13px;
    font-weight: 950;
    margin-bottom: 12px;
}

.jk-news-card h3 {
    margin: 0 0 12px;
    color: var(--jk-navy-900);
    font-size: 18px;
    line-height: 1.65;
    font-weight: 950;
}

.jk-news-card p {
    margin: 0;
    color: var(--jk-muted);
    font-size: 14px;
}

.jk-news-card a {
    margin-top: auto;
    padding-top: 18px;
    color: var(--jk-orange);
    font-weight: 950;
    transition: var(--jk-transition);
}

.jk-news-card a:hover {
    color: var(--jk-green);
    padding-right: 6px;
}

/* =========================================================
   FAQ
========================================================= */

.jk-faq {
    background:
        radial-gradient(circle at 15% 20%, rgba(34,197,94,.07), transparent 28%),
        #f8fafc;
}

.jk-faq-wrap {
    max-width: 890px;
    margin: 0 auto;
}

.jk-faq-item {
    overflow: hidden;
    margin-bottom: 12px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--jk-border);
    box-shadow: var(--jk-shadow-sm);
    transition: var(--jk-transition);
}

.jk-faq-item.active,
.jk-faq-item:hover {
    box-shadow: 0 18px 46px rgba(2, 8, 23, .08);
}

.jk-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border: 0;
    background: transparent;
    color: var(--jk-navy-900);
    cursor: pointer;
    text-align: right;
    font-size: 16px;
    font-weight: 950;
}

.jk-faq-question span {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--jk-green);
    background: rgba(34,197,94,.1);
    transition: var(--jk-transition);
}

.jk-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.jk-faq-answer p {
    margin: 0;
    padding: 0 20px 18px;
    color: var(--jk-muted);
}

.jk-faq-item.active .jk-faq-question span {
    color: #fff;
    background: var(--jk-green);
    transform: rotate(45deg);
}

/* =========================================================
   AI Section / Chatbot
========================================================= */

.jk-ai-section {
    color: #fff;
    background:
        radial-gradient(circle at 78% 30%, rgba(249,115,22,.12), transparent 28%),
        radial-gradient(circle at 12% 62%, rgba(34,197,94,.16), transparent 34%),
        linear-gradient(135deg, var(--jk-navy-950), #07162f 58%, var(--jk-navy-850));
}

.jk-ai-wrap {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 28px;
    align-items: center;
}

.jk-ai-info h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.35;
    font-weight: 950;
}

.jk-ai-info p {
    margin: 0;
    color: rgba(255,255,255,.72);
}

.jk-ai-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.jk-ai-suggestion {
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    cursor: pointer;
    color: rgba(255,255,255,.9);
    background: rgba(255,255,255,.08);
    transition: var(--jk-transition);
}

.jk-ai-suggestion:hover {
    transform: translateY(-3px);
    color: #fff;
    background: rgba(34,197,94,.22);
    border-color: rgba(34,197,94,.28);
}

.jk-chat {
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.1);
    box-shadow: 0 34px 90px rgba(0,0,0,.24);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.jk-chat-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.jk-chat-dot {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background:
        radial-gradient(circle at 28% 20%, rgba(255,255,255,.22), transparent 30%),
        linear-gradient(135deg, var(--jk-green), var(--jk-cyan));
    box-shadow: 0 14px 32px rgba(34,197,94,.22);
}

.jk-chat-head strong {
    display: block;
    color: #fff;
    font-weight: 950;
}

.jk-chat-head small {
    color: rgba(255,255,255,.62);
}

.jk-chat-body {
    height: 320px;
    overflow-y: auto;
    padding: 18px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.28) transparent;
}

.jk-message {
    max-width: 88%;
    margin-bottom: 10px;
    padding: 12px 14px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.9;
}

.jk-message.ai {
    color: rgba(255,255,255,.9);
    background: rgba(255,255,255,.14);
    border-top-right-radius: 6px;
}

.jk-message.user {
    margin-right: auto;
    color: var(--jk-navy-900);
    background: #fff;
    border-top-left-radius: 6px;
}

.jk-chat-form {
    display: flex;
    gap: 10px;
    padding: 14px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.jk-chat-form input {
    flex: 1;
    min-width: 0;
    padding: 12px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    outline: none;
    color: #fff;
    background: rgba(255,255,255,.12);
    transition: var(--jk-transition);
}

.jk-chat-form input::placeholder {
    color: rgba(255,255,255,.55);
}

.jk-chat-form input:focus {
    border-color: rgba(34,197,94,.44);
    box-shadow: 0 0 0 4px rgba(34,197,94,.13);
}

.jk-chat-form button {
    flex: 0 0 auto;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, var(--jk-green), var(--jk-green-2));
    font-weight: 950;
    transition: var(--jk-transition);
}

.jk-chat-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(34,197,94,.2);
}

/* =========================================================
   Footer / Floating Actions
========================================================= */

.jk-footer {
    color: rgba(255,255,255,.72);
    padding: 72px 0 0;
    background:
        radial-gradient(circle at 18% 12%, rgba(34,197,94,.14), transparent 30%),
        linear-gradient(135deg, #020817, #06142d);
}

.jk-footer-grid {
    display: grid;
    grid-template-columns: 1.1fr .8fr .8fr 1fr;
    gap: 28px;
}

.jk-footer h3,
.jk-footer h4 {
    margin: 0 0 16px;
    color: #fff;
    font-weight: 950;
}

.jk-footer p {
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: 14px;
}

.jk-footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.jk-footer-logo img,
.jk-footer-logo .custom-logo {
    max-height: 62px;
    width: auto;
    padding: 6px;
    border-radius: 16px;
    background: #fff;
}

.jk-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jk-footer-links li {
    margin: 10px 0;
}

.jk-footer-links a {
    color: rgba(255,255,255,.68);
    transition: var(--jk-transition);
}

.jk-footer-links a:hover {
    color: var(--jk-green-3);
    padding-right: 6px;
}

.jk-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 44px;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    font-size: 13px;
}

.jk-floating-actions {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 998;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.jk-float-btn {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 18px;
    cursor: pointer;
    color: #fff;
    background: var(--jk-green);
    box-shadow: 0 18px 42px rgba(2,8,23,.18);
    transition: var(--jk-transition);
}

.jk-float-btn:hover {
    transform: translateY(-4px);
}

.jk-float-call {
    background: linear-gradient(135deg, var(--jk-orange), var(--jk-red));
}

/* =========================================================
   Reveal / Animations
========================================================= */

.jk-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .75s ease, transform .75s ease;
}

.jk-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

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

/* =========================================================
   WordPress Default Content
========================================================= */

.entry-content,
.wp-block-post-content {
    color: var(--jk-text);
}

.entry-content a,
.wp-block-post-content a {
    color: var(--jk-green);
    font-weight: 800;
}

.aligncenter {
    display: block;
    margin-inline: auto;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1250px) {
    .jk-brand {
        min-width: 220px;
        max-width: 260px;
    }

    .jk-brand-text strong {
        font-size: 15.5px;
    }

    .jk-brand-text small {
        font-size: 11px;
    }

    .jk-nav a {
        padding: 8px 8px;
        font-size: 12.8px;
    }

    .jk-header-actions .jk-btn {
        padding: 9px 16px;
        font-size: 13px;
    }
}

@media (max-width: 1120px) {
    .jk-menu-toggle {
        display: block;
    }

    .jk-header-actions .jk-call-desktop {
        display: none;
    }

    .jk-nav {
        position: fixed;
        top: 118px;
        right: 16px;
        left: 16px;
        z-index: 9999;
        display: block;
        padding: 16px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-16px);
        border-radius: 24px;
        border: 1px solid var(--jk-border);
        background: rgba(255,255,255,.98);
        box-shadow: var(--jk-shadow);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        transition: var(--jk-transition);
    }

    .jk-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .jk-nav ul {
        max-width: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .jk-nav li {
        width: 100%;
    }

    .jk-nav a {
        width: 100%;
        justify-content: center;
        padding: 13px;
        border-radius: 16px;
        background: #f8fafc;
        font-size: 14px;
    }

    .jk-menu-toggle.is-active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .jk-menu-toggle.is-active span:nth-child(2) {
        opacity: 0;
    }

    .jk-menu-toggle.is-active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .jk-hero-inner,
    .jk-inquiry-wrap,
    .jk-ai-wrap {
        grid-template-columns: 1fr;
    }

    .jk-hero {
        min-height: auto;
    }

    .jk-hero-visual {
        min-height: 390px;
    }

    .jk-services-grid,
    .jk-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jk-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jk-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .jk-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .jk-topbar {
        display: none;
    }

    .jk-container {
        width: min(100% - 24px, var(--jk-container));
    }

    .jk-header-inner {
        min-height: 70px;
    }

    .jk-brand {
        min-width: 0;
        max-width: 232px;
    }

    .jk-brand-logo img,
    .jk-brand .custom-logo,
    .jk-brand img {
        max-height: 42px;
        max-width: 92px;
    }

    .jk-brand-text strong {
        font-size: 14px;
    }

    .jk-brand-text small {
        font-size: 10.5px;
    }

    .jk-nav {
        top: 84px;
        right: 12px;
        left: 12px;
    }

    .jk-section {
        padding: 58px 0;
    }

    .jk-section-head {
        margin-bottom: 30px;
    }

    .jk-hero {
        padding: 64px 0 54px;
    }

    .jk-hero h1 {
        font-size: 34px;
        letter-spacing: -.8px;
    }

    .jk-hero p {
        font-size: 15px;
    }

    .jk-hero-actions {
        flex-direction: column;
    }

    .jk-btn {
        width: 100%;
        min-height: 50px;
    }

    .jk-hero-stats,
    .jk-services-grid,
    .jk-news-grid,
    .jk-trust-grid,
    .jk-timeline,
    .jk-footer-grid,
    .jk-form-grid {
        grid-template-columns: 1fr;
    }

    .jk-timeline::before {
        display: none;
    }

    .jk-hero-visual {
        min-height: auto;
    }

    .jk-floating-info {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 14px;
        animation: none;
    }

    .jk-eco-pill {
        left: 12px;
        top: 16px;
        animation: none;
    }

    .jk-inquiry-info,
    .jk-form-card {
        padding: 22px;
        border-radius: 24px;
    }

    .jk-chat-form {
        flex-direction: column;
    }

    .jk-chat-form button {
        min-height: 46px;
    }

    .jk-ai-info h2,
    .jk-inquiry-info h2 {
        font-size: 28px;
    }

    .jk-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .jk-floating-actions {
        left: 12px;
        bottom: 12px;
    }

    .jk-float-btn {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 420px) {
    .jk-brand {
        max-width: 205px;
    }

    .jk-brand-text strong {
        font-size: 13px;
    }

    .jk-brand-text small {
        display: none;
    }

    .jk-hero h1 {
        font-size: 30px;
    }

    .jk-title {
        font-size: 26px;
    }
}

/* =========================================================
   Reduce Motion
========================================================= */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .jk-reveal {
        opacity: 1;
        transform: none;
    }
}
/* =========================================================
   Final UX Polish + AI Chatbot Smart Suggestions
   Add to end of style.css
========================================================= */

/* بهینه‌سازی رندر و جلوگیری از لگ در کارت‌ها */
.jk-service-card,
.jk-news-card,
.jk-trust-card,
.jk-step,
.jk-form-card,
.jk-chat {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* فقط روی چیزهایی که واقعاً انیمیشن دارند will-change بده */
.jk-service-card:hover,
.jk-news-card:hover,
.jk-trust-card:hover,
.jk-step:hover,
.jk-btn:hover,
.jk-float-btn:hover {
    will-change: transform;
}

/* چت‌بات حرفه‌ای‌تر */
.jk-ai-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(34, 197, 94, .08), transparent 22%),
        radial-gradient(circle at 80% 80%, rgba(34, 211, 238, .07), transparent 24%);
}

.jk-ai-wrap {
    position: relative;
    z-index: 2;
}

.jk-ai-suggestions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.jk-ai-suggestion {
    position: relative;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: right;
    line-height: 1.7;
    overflow: hidden;
}

.jk-ai-suggestion::before {
    content: "✦";
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--jk-green-3);
    background: rgba(34, 197, 94, .14);
    font-size: 12px;
}

.jk-ai-suggestion::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.14), transparent);
    transform: translateX(100%);
    transition: transform .7s ease;
}

.jk-ai-suggestion:hover::after {
    transform: translateX(-100%);
}

/* حالت آنلاین بودن ربات */
.jk-chat-head {
    position: relative;
}

.jk-chat-head::after {
    content: "آنلاین";
    margin-right: auto;
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--jk-green-3);
    background: rgba(34, 197, 94, .12);
    border: 1px solid rgba(34, 197, 94, .2);
    font-size: 11px;
    font-weight: 900;
}

/* پیام خوش‌آمد چت‌بات کمی حرفه‌ای‌تر */
.jk-message.ai:first-child {
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

/* اسکرول چت در مرورگرهای Webkit */
.jk-chat-body::-webkit-scrollbar {
    width: 7px;
}

.jk-chat-body::-webkit-scrollbar-track {
    background: transparent;
}

.jk-chat-body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .22);
    border-radius: 999px;
}

.jk-chat-body::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 197, 94, .45);
}

/* بهبود موبایل برای سوالات آماده */
@media (max-width: 760px) {
    .jk-ai-suggestions {
        grid-template-columns: 1fr;
    }

    .jk-ai-suggestion {
        min-height: 46px;
        font-size: 13px;
    }

    .jk-chat-head::after {
        display: none;
    }
}
/* =========================================================
   Header + Hero Final Size Fix
   Fix menu overlap + reduce oversized texts
   Add this at the VERY END of style.css
========================================================= */

/* عرض هدر از محتوای سایت جدا شود تا منو نفس بکشد */
.jk-header .jk-container,
.jk-topbar .jk-container {
    width: min(1520px, calc(100% - 48px));
}

/* تاپ‌بار جمع‌وجورتر */
.jk-topbar {
    font-size: 12px;
}

.jk-topbar-inner {
    min-height: 32px;
    gap: 14px;
}

.jk-topbar span {
    white-space: nowrap;
}

/* هدر مرتب‌تر و فشرده‌تر */
.jk-header-inner {
    min-height: 70px;
    gap: 12px;
}

/* لوگو و عنوان برند کوچکتر تا منو جا شود */
.jk-brand {
    min-width: 220px;
    max-width: 270px;
    gap: 9px;
}

.jk-brand-logo img,
.jk-brand .custom-logo,
.jk-brand img {
    max-height: 42px;
    max-width: 96px;
}

.jk-brand-text strong {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 950;
    white-space: nowrap;
}

.jk-brand-text small {
    font-size: 11px;
    line-height: 1.4;
    white-space: nowrap;
}

/* منو تک‌خطی، سبک‌تر و بدون تداخل */
.jk-nav {
    flex: 1 1 auto;
    min-width: 0;
}

.jk-nav ul {
    max-width: none;
    width: 100%;
    gap: 0;
    flex-wrap: nowrap;
    justify-content: center;
}

.jk-nav li {
    flex: 0 0 auto;
}

.jk-nav a {
    padding: 8px 8px;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 850;
    white-space: nowrap;
    letter-spacing: -.15px;
}

/* دکمه تماس سمت چپ کوچکتر و شیک‌تر */
.jk-header-actions {
    flex: 0 0 auto;
}

.jk-header-actions .jk-btn {
    min-height: 44px;
    padding: 10px 18px;
    font-size: 13.5px;
}

/* Hero کمتر غول‌آسا شود */
.jk-hero {
    min-height: 680px;
    padding: 82px 0 68px;
}

.jk-hero h1 {
    max-width: 760px;
    font-size: clamp(34px, 4.35vw, 56px);
    line-height: 1.28;
    letter-spacing: -1.1px;
}

.jk-hero p {
    max-width: 680px;
    font-size: 17px;
    line-height: 2;
}

.jk-hero-badge {
    padding: 9px 15px;
    font-size: 13px;
}

.jk-hero-actions {
    margin-top: 28px;
}

.jk-hero-stats {
    margin-top: 28px;
}

/* کارت سمت چپ Hero کمی کوچکتر */
.jk-hero-visual {
    min-height: 430px;
}

.jk-hero-card {
    max-width: 640px;
}

.jk-car-plate {
    min-height: 250px;
}

.jk-floating-info {
    width: 238px;
}

/* در لپ‌تاپ‌های متوسط منو فشرده‌تر شود */
@media (max-width: 1500px) {
    .jk-header .jk-container,
    .jk-topbar .jk-container {
        width: min(1380px, calc(100% - 36px));
    }

    .jk-brand {
        min-width: 205px;
        max-width: 245px;
    }

    .jk-brand-logo img,
    .jk-brand .custom-logo,
    .jk-brand img {
        max-height: 40px;
        max-width: 86px;
    }

    .jk-brand-text strong {
        font-size: 15px;
    }

    .jk-brand-text small {
        font-size: 10.5px;
    }

    .jk-nav a {
        padding: 7px 6px;
        font-size: 12.4px;
    }

    .jk-header-actions .jk-btn {
        min-height: 42px;
        padding: 9px 15px;
        font-size: 13px;
    }

    .jk-hero h1 {
        font-size: clamp(32px, 4.1vw, 52px);
    }
}

/* از این عرض به پایین منو همبرگری شود تا هیچ‌وقت روی هم نریزد */
@media (max-width: 1320px) {
    .jk-menu-toggle {
        display: block;
    }

    .jk-header-actions .jk-call-desktop {
        display: none;
    }

    .jk-nav {
        position: fixed;
        top: 106px;
        right: 16px;
        left: 16px;
        z-index: 9999;
        display: block;
        padding: 16px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-16px);
        border-radius: 24px;
        border: 1px solid var(--jk-border);
        background: rgba(255, 255, 255, .98);
        box-shadow: var(--jk-shadow);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        transition: var(--jk-transition);
    }

    .jk-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .jk-nav ul {
        max-width: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .jk-nav li {
        width: 100%;
    }

    .jk-nav a {
        width: 100%;
        justify-content: center;
        padding: 13px;
        border-radius: 16px;
        background: #f8fafc;
        font-size: 14px;
    }
}

/* موبایل */
@media (max-width: 760px) {
    .jk-header .jk-container {
        width: min(100% - 24px, var(--jk-container));
    }

    .jk-header-inner {
        min-height: 68px;
    }

    .jk-brand {
        min-width: 0;
        max-width: 230px;
    }

    .jk-brand-logo img,
    .jk-brand .custom-logo,
    .jk-brand img {
        max-height: 40px;
        max-width: 82px;
    }

    .jk-brand-text strong {
        font-size: 13.5px;
    }

    .jk-brand-text small {
        font-size: 10px;
    }

    .jk-nav {
        top: 82px;
        right: 12px;
        left: 12px;
    }

    .jk-hero {
        min-height: auto;
        padding: 58px 0 48px;
    }

    .jk-hero h1 {
        font-size: 30px;
        line-height: 1.35;
        letter-spacing: -.5px;
    }

    .jk-hero p {
        font-size: 14.5px;
        line-height: 1.9;
    }

    .jk-hero-badge {
        font-size: 12px;
    }
}