:root {
    --ks-navy: #081631;
    --ks-navy-2: #0d2046;
    --ks-blue: #2563eb;
    --ks-blue-dark: #1748b7;
    --ks-cyan: #39c6f4;
    --ks-ink: #111c35;
    --ks-text: #526078;
    --ks-muted: #71809b;
    --ks-line: #e6ebf3;
    --ks-soft: #f4f7fb;
    --ks-white: #ffffff;
    --ks-radius: 24px;
    --ks-shadow: 0 24px 70px rgba(18, 38, 77, .12);
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ks-ink); background: #fff; font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.ks-menu-open { overflow: hidden; }
*, *::before, *::after { box-sizing: border-box; }
a { color: inherit; }
.ks-page { overflow: clip; }
.ks-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ks-section { padding: 108px 0; }
.ks-section-soft { background: var(--ks-soft); }
.ks-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--ks-blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ks-kicker::before { content: ""; width: 22px; height: 2px; background: currentColor; }
.ks-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.ks-section-head h2, .ks-about-copy h2, .ks-hardware-copy h2, .ks-contact-copy h2 { margin: 0; color: var(--ks-ink); font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.ks-section-head p { max-width: 520px; margin: 0; color: var(--ks-text); font-size: 16px; line-height: 1.75; }
.ks-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; background: var(--ks-blue); color: #fff !important; font-size: 13px; font-weight: 800; text-decoration: none !important; box-shadow: 0 12px 30px rgba(37,99,235,.24); transition: .22s ease; }
.ks-button:hover { background: var(--ks-blue-dark); transform: translateY(-2px); }
.ks-button-outline { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); box-shadow: none; }
.ks-button-outline:hover { background: rgba(255,255,255,.16); }
.ks-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ks-blue); font-size: 13px; font-weight: 800; text-decoration: none; }
.ks-text-link i { font-size: 10px; transition: transform .2s ease; }
.ks-text-link:hover i { transform: translateX(4px); }

/* Header and bounded mega menus */
.ks-header { position: sticky; top: 0; z-index: 10000; height: 82px; border-bottom: 1px solid rgba(224,230,240,.85); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); transition: box-shadow .2s ease; }
.ks-header.is-scrolled { box-shadow: 0 12px 36px rgba(13,31,65,.09); }
.ks-nav-shell { width: min(1240px, calc(100% - 42px)); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 32px; }
.ks-brand { display: flex; align-items: center; flex: 0 0 auto; }
.ks-brand img { display: block; width: 154px; height: auto; max-height: 46px; object-fit: contain; }
.ks-navigation { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.ks-nav-link { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 12px; border: 0; border-radius: 10px; background: transparent; color: #33415a; font: 700 13px/1 "Manrope", Arial, sans-serif; text-decoration: none; white-space: nowrap; cursor: pointer; transition: .2s ease; }
.ks-nav-link:hover, .ks-nav-link.is-active, .ks-nav-dropdown.is-open > .ks-nav-link { color: var(--ks-blue); background: #f2f6ff; }
.ks-nav-link i { font-size: 9px; transition: transform .2s ease; }
.ks-nav-dropdown { position: relative; }
.ks-nav-dropdown.is-open > .ks-nav-link i { transform: rotate(180deg); }
.ks-mega-menu { position: absolute; top: calc(100% + 17px); left: 50%; width: min(780px, calc(100vw - 48px)); padding: 14px; border: 1px solid var(--ks-line); border-radius: 20px; background: #fff; box-shadow: var(--ks-shadow); opacity: 0; visibility: hidden; transform: translate(-50%, -8px); transition: .2s ease; }
.ks-nav-dropdown.is-open .ks-mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.ks-mega-menu::before { content: ""; position: absolute; top: -7px; left: 50%; width: 14px; height: 14px; border-top: 1px solid var(--ks-line); border-left: 1px solid var(--ks-line); background: #fff; transform: translateX(-50%) rotate(45deg); }
.ks-mega-inner { display: grid; grid-template-columns: 210px 1fr; gap: 14px; }
.ks-mega-intro { min-height: 100%; padding: 22px; border-radius: 15px; background: linear-gradient(155deg, #0c1e43, #12377a); color: #fff; }
.ks-mega-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 34px; border-radius: 12px; background: rgba(255,255,255,.12); color: #74d8fb; font-size: 16px; }
.ks-mega-intro strong { display: block; font-size: 17px; line-height: 1.35; }
.ks-mega-intro p { margin: 10px 0 22px; color: #aebddd; font-size: 11px; line-height: 1.65; }
.ks-mega-intro a { color: #fff; font-size: 11px; font-weight: 800; text-decoration: none; }
.ks-mega-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); align-content: start; gap: 3px 10px; padding: 6px; max-height: 350px; overflow: auto; }
.ks-mega-links a { display: flex; align-items: flex-start; gap: 10px; min-width: 0; padding: 11px 10px; border-radius: 11px; color: #2d3a52; text-decoration: none; transition: .18s ease; }
.ks-mega-links a:hover { color: var(--ks-blue); background: #f3f7ff; }
.ks-mega-links a > i { display: grid; place-items: center; flex: 0 0 auto; width: 27px; height: 27px; border-radius: 8px; background: #edf3ff; color: var(--ks-blue); font-size: 10px; }
.ks-mega-links strong { display: block; overflow: hidden; font-size: 11px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.ks-mega-links small { display: block; margin-top: 3px; color: #8b96aa; font-size: 9px; }
.ks-nav-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.ks-support { color: #44516a; font-size: 12px; font-weight: 800; text-decoration: none; }
.ks-header-cta { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 17px; border-radius: 11px; background: var(--ks-blue); color: #fff !important; font-size: 11px; font-weight: 800; text-decoration: none !important; box-shadow: 0 10px 24px rgba(37,99,235,.2); }
.ks-menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--ks-line); border-radius: 11px; background: #fff; cursor: pointer; }
.ks-menu-button span { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--ks-ink); transition: .2s ease; }

/* Hero */
.ks-hero { position: relative; min-height: 760px; padding: 104px 0 88px; overflow: hidden; background: var(--ks-navy); color: #fff; }
.ks-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 77% 28%, rgba(54,130,255,.24), transparent 30%), radial-gradient(circle at 8% 78%, rgba(52,201,246,.12), transparent 25%); }
.ks-hero::after { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, transparent, #000 60%, transparent); }
.ks-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 68px; }
.ks-hero-copy { padding-top: 4px; }
.ks-hero-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.07); color: #b9c9e7; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ks-hero-badge i { color: #64d6fa; }
.ks-hero h1 { max-width: 670px; margin: 0; font-size: clamp(47px, 5.5vw, 75px); line-height: .99; letter-spacing: -.057em; }
.ks-hero h1 span { color: #68d7fb; }
.ks-hero-copy > p { max-width: 590px; margin: 27px 0 32px; color: #aebddd; font-size: 17px; line-height: 1.75; }
.ks-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ks-hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 38px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); }
.ks-hero-proof span { display: flex; align-items: center; gap: 8px; color: #9fb0cf; font-size: 11px; font-weight: 700; }
.ks-hero-proof i { color: #5ed3f8; }
.ks-product-stage { position: relative; min-height: 520px; }
.ks-dashboard { position: absolute; inset: 20px 0 24px 34px; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.94); color: var(--ks-ink); box-shadow: 0 40px 100px rgba(0,0,0,.36); transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); }
.ks-window-bar { display: flex; align-items: center; gap: 6px; height: 29px; }
.ks-window-bar span { width: 8px; height: 8px; border-radius: 50%; background: #d6deeb; }
.ks-window-bar strong { margin-left: 9px; color: #76839a; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.ks-dashboard-body { display: grid; grid-template-columns: 112px 1fr; gap: 14px; height: calc(100% - 29px); }
.ks-dash-side { padding: 17px 12px; border-radius: 13px; background: #0e2248; color: #fff; }
.ks-dash-mark { width: 26px; height: 26px; margin-bottom: 24px; border-radius: 8px; background: linear-gradient(135deg, #2778ff, #50d0f6); }
.ks-dash-side span { display: block; height: 7px; margin: 14px 0; border-radius: 5px; background: rgba(255,255,255,.17); }
.ks-dash-side span:first-of-type { width: 78%; background: #4f91ff; }
.ks-dash-main { padding: 10px 7px; overflow: hidden; }
.ks-dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.ks-dash-top strong { font-size: 15px; }
.ks-dash-top span { padding: 7px 10px; border-radius: 8px; background: #edf3ff; color: var(--ks-blue); font-size: 8px; font-weight: 800; }
.ks-dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.ks-stat-mini { padding: 13px; border: 1px solid #e6ebf3; border-radius: 11px; }
.ks-stat-mini small { display: block; color: #8793a7; font-size: 8px; }
.ks-stat-mini strong { display: block; margin-top: 8px; font-size: 17px; }
.ks-stat-mini em { color: #24a77a; font-size: 8px; font-style: normal; }
.ks-chart { position: relative; height: 157px; margin-top: 11px; padding: 16px; border: 1px solid #e6ebf3; border-radius: 12px; overflow: hidden; }
.ks-chart::before { content: ""; position: absolute; inset: 42px 14px 16px; opacity: .6; background-image: linear-gradient(#edf1f7 1px, transparent 1px); background-size: 100% 25%; }
.ks-chart-title { color: #4c5970; font-size: 9px; font-weight: 800; }
.ks-bars { position: absolute; inset: 52px 17px 17px; display: flex; align-items: end; gap: 8px; }
.ks-bars i { flex: 1; border-radius: 5px 5px 2px 2px; background: linear-gradient(#4ba4ff, #2563eb); }
.ks-bars i:nth-child(1) { height: 38%; } .ks-bars i:nth-child(2) { height: 62%; } .ks-bars i:nth-child(3) { height: 48%; } .ks-bars i:nth-child(4) { height: 82%; } .ks-bars i:nth-child(5) { height: 70%; } .ks-bars i:nth-child(6) { height: 94%; } .ks-bars i:nth-child(7) { height: 76%; }
.ks-floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(11,28,61,.88); box-shadow: 0 18px 42px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.ks-floating-card i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #2469e8; color: #fff; }
.ks-floating-card strong { display: block; color: #fff; font-size: 10px; }
.ks-floating-card small { color: #9db0d1; font-size: 8px; }
.ks-floating-one { top: 0; right: -18px; }
.ks-floating-two { bottom: 0; left: 0; }

/* Product hero slider */
.ks-hero-slider { min-height: 0; padding: 0; }
.ks-hero-track { position: relative; z-index: 1; min-height: 760px; }
.ks-hero-slide { display: none; min-height: 760px; padding: 94px 0 102px; animation: ks-slide-in .5s ease both; }
.ks-hero-slide.is-active { display: flex; align-items: center; }
.ks-slider-controls { position: absolute; z-index: 4; right: 0; bottom: 34px; left: 0; display: flex; align-items: center; justify-content: flex-end; gap: 12px; pointer-events: none; }
.ks-slider-arrow, .ks-slider-dots button { pointer-events: auto; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.09); color: #fff; cursor: pointer; backdrop-filter: blur(10px); }
.ks-slider-arrow { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; transition: .2s ease; }
.ks-slider-arrow:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.17); }
.ks-slider-dots { display: flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 999px; background: rgba(5,17,40,.48); }
.ks-slider-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #7585a5; transition: width .2s ease, background .2s ease; }
.ks-slider-dots button.is-active { width: 24px; background: #67d7fb; }
.ks-pdks-showcase, .ks-dijikart-showcase { position: absolute; inset: 18px 0 24px 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; background: radial-gradient(circle at 50% 40%, rgba(64,148,255,.32), transparent 48%), rgba(10,28,62,.75); box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.ks-phone { position: relative; display: flex; align-items: center; flex-direction: column; width: 210px; height: 410px; padding: 44px 20px 24px; border: 8px solid #15223d; border-radius: 38px; background: linear-gradient(160deg, #f9fcff, #dceeff); color: #132747; box-shadow: 0 28px 60px rgba(0,0,0,.3); }
.ks-phone-top { position: absolute; top: 10px; width: 64px; height: 7px; border-radius: 9px; background: #15223d; }
.ks-phone > strong { color: var(--ks-blue); font-size: 18px; }
.ks-time { margin-top: 54px; font-size: 42px; font-weight: 800; letter-spacing: -.05em; }
.ks-phone > small { margin-top: 4px; color: #74829a; }
.ks-check-circle { display: grid; place-items: center; width: 64px; height: 64px; margin-top: 38px; border-radius: 50%; background: #28b984; color: #fff; font-size: 21px; box-shadow: 0 13px 28px rgba(40,185,132,.28); }
.ks-attendance-card { position: absolute; right: 32px; bottom: 48px; width: 210px; padding: 19px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.94); color: var(--ks-ink); box-shadow: 0 22px 42px rgba(0,0,0,.22); }
.ks-attendance-card span { display: block; color: #7b879b; font-size: 9px; }
.ks-attendance-card strong { display: block; margin: 7px 0 15px; font-size: 18px; }
.ks-attendance-card div { display: flex; align-items: end; gap: 7px; height: 45px; }
.ks-attendance-card i { flex: 1; border-radius: 4px 4px 1px 1px; background: #3988f3; }
.ks-attendance-card i:nth-child(1) { height: 35%; } .ks-attendance-card i:nth-child(2) { height: 68%; } .ks-attendance-card i:nth-child(3) { height: 50%; } .ks-attendance-card i:nth-child(4) { height: 88%; } .ks-attendance-card i:nth-child(5) { height: 72%; }
.ks-digital-card { position: relative; width: 355px; height: 220px; padding: 24px; overflow: hidden; border-radius: 23px; background: linear-gradient(135deg, #f8fdff, #d7f4f5); color: #133150; box-shadow: 0 30px 70px rgba(0,0,0,.3); transform: rotate(-3deg); }
.ks-digital-card::after { content: ""; position: absolute; right: -35px; bottom: -60px; width: 170px; height: 170px; border: 32px solid rgba(28,155,188,.12); border-radius: 50%; }
.ks-card-brand { display: block; color: #239ab8; font-size: 16px; font-weight: 800; letter-spacing: .04em; }
.ks-card-brand b { color: #2864a0; }
.ks-avatar { display: grid; place-items: center; width: 54px; height: 54px; margin: 27px 0 10px; border-radius: 50%; background: #1e7eb5; color: #fff; }
.ks-digital-card > strong, .ks-digital-card > small { display: block; }
.ks-digital-card > small { margin-top: 4px; color: #6c8292; font-size: 9px; }
.ks-card-contact { position: absolute; top: 71px; right: 25px; width: 135px; }
.ks-card-contact i { display: block; height: 8px; margin: 12px 0; border-radius: 6px; background: rgba(26,87,127,.18); }
.ks-card-contact i:nth-child(2) { width: 72%; }
.ks-nfc-wave { position: absolute; right: 55px; top: 50px; width: 88px; height: 88px; color: #65d7fb; }
.ks-nfc-wave i { position: absolute; inset: 0; border: 2px solid currentColor; border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(45deg); opacity: .28; }
.ks-nfc-wave i:nth-child(2) { inset: 12px; opacity: .45; }
.ks-nfc-wave i:nth-child(3) { inset: 24px; opacity: .7; }
.ks-nfc-wave span { position: absolute; right: 34px; bottom: 34px; font-size: 18px; transform: rotate(45deg); }
@keyframes ks-slide-in { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: translateX(0); } }

/* Services and products */
.ks-solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.ks-solution-card { position: relative; min-height: 310px; padding: 30px; overflow: hidden; border: 1px solid var(--ks-line); border-radius: var(--ks-radius); background: #fff; transition: .25s ease; }
.ks-solution-card:hover { border-color: #cdd9ee; box-shadow: 0 22px 55px rgba(22,43,83,.1); transform: translateY(-5px); }
.ks-solution-card::after { content: attr(data-number); position: absolute; right: 21px; top: 18px; color: #edf1f7; font-size: 56px; font-weight: 800; }
.ks-card-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 42px; border-radius: 14px; background: #edf4ff; color: var(--ks-blue); font-size: 17px; }
.ks-solution-card:nth-child(2) .ks-card-icon { background: #eafaf6; color: #159a71; }
.ks-solution-card:nth-child(3) .ks-card-icon { background: #fff3e8; color: #d86d21; }
.ks-solution-card h3 { position: relative; margin: 0 0 12px; font-size: 22px; letter-spacing: -.03em; }
.ks-solution-card p { margin: 0 0 23px; color: var(--ks-text); font-size: 13px; line-height: 1.7; }
.ks-product-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.ks-product-card { position: relative; min-height: 280px; padding: 32px; overflow: hidden; border: 1px solid var(--ks-line); border-radius: var(--ks-radius); background: #fff; }
.ks-product-card:first-child { grid-row: 1 / 3; min-height: 578px; background: linear-gradient(155deg, #0c1d3f, #12366f); color: #fff; }
.ks-product-tag { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: #edf3ff; color: var(--ks-blue); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ks-product-card:first-child .ks-product-tag { background: rgba(255,255,255,.1); color: #74d9fb; }
.ks-product-card h3 { margin: 16px 0 10px; font-size: 28px; letter-spacing: -.04em; }
.ks-product-card p { max-width: 410px; margin: 0; color: var(--ks-text); font-size: 13px; line-height: 1.7; }
.ks-product-card:first-child p { color: #acbbd7; }
.ks-erp-ui { position: absolute; left: 32px; right: 32px; bottom: -16px; height: 300px; padding: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px 18px 0 0; background: rgba(255,255,255,.96); box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.ks-ui-head { height: 30px; border-radius: 8px; background: #eef3f9; }
.ks-ui-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10px; margin-top: 10px; }
.ks-ui-panel { height: 198px; padding: 13px; border: 1px solid #e7ebf2; border-radius: 10px; }
.ks-ui-panel span { display: block; height: 8px; margin-bottom: 10px; border-radius: 5px; background: #e9eef6; }
.ks-ui-panel span:nth-child(2) { width: 74%; }
.ks-ui-panel span:nth-child(3) { width: 88%; }
.ks-ui-panel:first-child::after { content: ""; display: block; height: 112px; margin-top: 17px; border-radius: 8px; background: linear-gradient(150deg, #edf4ff, #dbe9ff); }
.ks-mini-visual { position: absolute; right: 27px; bottom: 22px; display: flex; align-items: end; gap: 5px; width: 150px; height: 75px; padding: 12px; border-radius: 12px; background: #f2f6fc; }
.ks-mini-visual i { flex: 1; border-radius: 4px 4px 1px 1px; background: #3b82f6; }
.ks-mini-visual i:nth-child(1) { height: 35%; } .ks-mini-visual i:nth-child(2) { height: 70%; } .ks-mini-visual i:nth-child(3) { height: 52%; } .ks-mini-visual i:nth-child(4) { height: 88%; }
.ks-dijikart-card { background: linear-gradient(135deg, #f8fbff, #edf8fb); }
.ks-card-chip { position: absolute; right: 28px; bottom: 25px; width: 145px; height: 84px; padding: 16px; border-radius: 15px; background: linear-gradient(135deg, #21a5c7, #1d6fae); color: #fff; box-shadow: 0 15px 30px rgba(24,123,166,.22); transform: rotate(-4deg); }
.ks-card-chip strong { display: block; font-size: 11px; }
.ks-card-chip small { display: block; margin-top: 18px; font-size: 8px; opacity: .7; }

/* About, hardware, trust, contact */
.ks-about-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 86px; }
.ks-about-metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.ks-metric { min-height: 165px; padding: 25px; border: 1px solid var(--ks-line); border-radius: 20px; background: #fff; }
.ks-metric:first-child { background: var(--ks-blue); color: #fff; }
.ks-metric strong { display: block; margin-bottom: 14px; font-size: 37px; letter-spacing: -.05em; }
.ks-metric span { color: var(--ks-muted); font-size: 12px; line-height: 1.6; }
.ks-metric:first-child span { color: #d8e6ff; }
.ks-about-copy p { margin: 24px 0; color: var(--ks-text); font-size: 15px; line-height: 1.85; }
.ks-check-list { display: grid; gap: 12px; margin: 27px 0 31px; padding: 0; list-style: none; }
.ks-check-list li { display: flex; align-items: center; gap: 10px; color: #34415a; font-size: 13px; font-weight: 700; }
.ks-check-list i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #eaf3ff; color: var(--ks-blue); font-size: 9px; }
.ks-hardware { background: var(--ks-navy); color: #fff; }
.ks-hardware-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.ks-hardware-copy h2 { color: #fff; }
.ks-hardware-copy > p { margin: 23px 0 28px; color: #a9b8d3; font-size: 15px; line-height: 1.8; }
.ks-hardware-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.ks-hardware-list a { display: flex; align-items: center; gap: 10px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.055); color: #d9e3f5; font-size: 11px; font-weight: 700; text-decoration: none; }
.ks-hardware-list i { color: #56cff5; }
.ks-infra-visual { position: relative; min-height: 460px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: radial-gradient(circle at 50% 40%, rgba(44,109,224,.24), transparent 50%), #0a1a39; }
.ks-rack { position: absolute; inset: 38px 64px; padding: 18px; border: 2px solid #2d4267; border-radius: 16px; background: #07142d; box-shadow: 0 28px 50px rgba(0,0,0,.35); }
.ks-rack-unit { display: flex; align-items: center; gap: 10px; height: 56px; margin-bottom: 8px; padding: 10px 13px; border: 1px solid #263b61; border-radius: 8px; background: #102344; }
.ks-rack-unit::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #44d390; box-shadow: 0 0 12px #44d390; }
.ks-rack-unit::after { content: ""; flex: 1; height: 4px; border-radius: 4px; background: repeating-linear-gradient(90deg, #34496d 0 12px, transparent 12px 18px); }
.ks-rack-unit:nth-child(2)::before, .ks-rack-unit:nth-child(5)::before { background: #55cafa; box-shadow: 0 0 12px #55cafa; }
.ks-infra-label { position: absolute; right: 20px; top: 24px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: rgba(11,30,64,.85); font-size: 9px; font-weight: 800; }
.ks-infra-label i { margin-right: 7px; color: #4dd5a1; }
.ks-trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ks-quote { min-height: 240px; padding: 28px; border: 1px solid var(--ks-line); border-radius: 20px; background: #fff; }
.ks-quote > i { color: var(--ks-blue); font-size: 19px; }
.ks-quote p { margin: 21px 0 27px; color: #44516a; font-size: 13px; line-height: 1.75; }
.ks-quote strong { display: block; font-size: 12px; }
.ks-quote small { color: #8a95a7; font-size: 10px; }
.ks-contact { padding: 0 0 108px; }
.ks-contact-card { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; padding: 60px; overflow: hidden; border-radius: 28px; background: linear-gradient(135deg, #0b1c3d, #123879); color: #fff; }
.ks-contact-card::after { content: ""; position: absolute; right: -140px; bottom: -210px; width: 440px; height: 440px; border: 70px solid rgba(255,255,255,.045); border-radius: 50%; }
.ks-contact-copy { position: relative; z-index: 1; }
.ks-contact-copy h2 { color: #fff; }
.ks-contact-copy p { max-width: 560px; margin: 20px 0 30px; color: #b5c3dc; font-size: 14px; line-height: 1.8; }
.ks-contact-details { position: relative; z-index: 1; display: grid; gap: 11px; align-content: center; }
.ks-contact-details a, .ks-contact-details span { display: flex; align-items: center; gap: 13px; min-height: 54px; padding: 0 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.055); color: #eef4ff; font-size: 11px; font-weight: 700; text-decoration: none; }
.ks-contact-details i { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; background: rgba(90,210,248,.13); color: #64d7fa; }

/* Footer */
.ks-footer { padding: 74px 0 24px; background: #07132a; color: #fff; }
.ks-footer-main { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding-bottom: 50px; }
.ks-footer-brand img { width: 160px; }
.ks-footer-brand p { max-width: 380px; margin: 21px 0; color: #93a4c2; font-size: 12px; line-height: 1.8; }
.ks-socials { display: flex; gap: 8px; }
.ks-socials a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: #c4d0e4; text-decoration: none; }
.ks-socials a:hover { background: var(--ks-blue); color: #fff; }
.ks-footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.ks-footer-links strong { display: block; margin-bottom: 18px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.ks-footer-links a { display: block; margin-top: 11px; color: #91a1bd; font-size: 11px; text-decoration: none; }
.ks-footer-links a:hover { color: #fff; }
.ks-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #70829f; font-size: 10px; }
.ks-whatsapp { position: fixed; z-index: 9000; right: 17px; bottom: 17px; display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 16px; border-radius: 15px; background: #1fc76a; color: #fff !important; font-size: 12px; font-weight: 800; text-decoration: none !important; box-shadow: 0 15px 32px rgba(31,199,106,.25); }
.ks-whatsapp i { font-size: 20px; }

@media (max-width: 1120px) {
    .ks-nav-shell { gap: 18px; }
    .ks-nav-link { padding-inline: 9px; font-size: 12px; }
    .ks-support { display: none; }
    .ks-hero-grid { gap: 35px; }
}

@media (max-width: 900px) {
    .ks-container { width: min(100% - 36px, 760px); }
    .ks-section { padding: 80px 0; }
    .ks-header { height: 72px; }
    .ks-nav-shell { width: calc(100% - 28px); }
    .ks-brand img { width: 138px; }
    .ks-menu-button { display: block; }
    .ks-header-cta { min-height: 42px; padding-inline: 13px; font-size: 0; }
    .ks-header-cta i { font-size: 11px; }
    .ks-navigation { position: fixed; top: 72px; left: 0; right: 0; bottom: 0; z-index: 10001; display: none; align-items: stretch; flex-direction: column; gap: 4px; width: 100%; height: calc(100dvh - 72px) !important; min-height: calc(100vh - 72px); padding: 17px 18px 34px; overflow: auto; background: #fff; }
    .ks-navigation.is-open { display: flex; }
    .ks-nav-link { justify-content: space-between; width: 100%; min-height: 50px; padding: 0 14px; border-bottom: 1px solid #eef1f6; border-radius: 0; font-size: 13px; }
    .ks-mega-menu { position: static; width: 100%; padding: 8px 0 13px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; }
    .ks-nav-dropdown.is-open .ks-mega-menu { display: block; transform: none; }
    .ks-mega-menu::before, .ks-mega-intro { display: none; }
    .ks-mega-inner { display: block; }
    .ks-mega-links { grid-template-columns: 1fr; max-height: none; padding: 3px 12px; }
    .ks-mega-links a { padding: 10px; }
    .ks-hero { min-height: auto; padding: 70px 0 78px; }
    .ks-hero-slider { padding: 0; }
    .ks-hero-track, .ks-hero-slide { min-height: auto; }
    .ks-hero-slide { padding: 65px 0 106px; }
    .ks-pdks-showcase, .ks-dijikart-showcase { inset: 20px 12px 25px; }
    .ks-hero-grid, .ks-about-grid, .ks-hardware-grid, .ks-contact-card { grid-template-columns: 1fr; }
    .ks-product-stage { min-height: 480px; margin-top: 24px; }
    .ks-dashboard { inset: 20px 12px 25px; transform: none; }
    .ks-solution-grid, .ks-trust-grid { grid-template-columns: 1fr; }
    .ks-product-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .ks-product-card:first-child { grid-row: auto; }
    .ks-about-grid, .ks-hardware-grid { gap: 48px; }
    .ks-contact-card { gap: 35px; padding: 44px; }
    .ks-footer-main { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 620px) {
    .ks-container { width: calc(100% - 28px); }
    .ks-section { padding: 66px 0; }
    .ks-section-head { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 32px; }
    .ks-section-head h2, .ks-about-copy h2, .ks-hardware-copy h2, .ks-contact-copy h2 { font-size: 34px; }
    .ks-hero { padding-top: 57px; }
    .ks-hero-slider { padding: 0; }
    .ks-hero-slide { padding: 52px 0 100px; }
    .ks-slider-controls { justify-content: center; bottom: 26px; }
    .ks-hero h1 { font-size: 44px; }
    .ks-hero-copy > p { font-size: 15px; }
    .ks-hero-actions .ks-button { width: 100%; }
    .ks-product-stage { min-height: 400px; margin-inline: -5px; }
    .ks-dashboard { inset: 16px 0 20px; padding: 11px; }
    .ks-dashboard-body { grid-template-columns: 72px 1fr; gap: 8px; }
    .ks-dash-side { padding-inline: 8px; }
    .ks-dash-stats { gap: 5px; }
    .ks-stat-mini { padding: 9px 7px; }
    .ks-stat-mini strong { font-size: 13px; }
    .ks-chart { height: 125px; }
    .ks-floating-card { display: none; }
    .ks-pdks-showcase, .ks-dijikart-showcase { inset: 10px 0 18px; }
    .ks-phone { width: 175px; height: 350px; }
    .ks-time { margin-top: 35px; font-size: 34px; }
    .ks-attendance-card { right: 12px; bottom: 30px; width: 155px; padding: 14px; }
    .ks-digital-card { width: 285px; height: 185px; padding: 20px; }
    .ks-nfc-wave { right: 18px; top: 32px; }
    .ks-solution-card { min-height: 285px; padding: 25px; }
    .ks-product-card { min-height: 290px; padding: 25px; }
    .ks-product-card:first-child { min-height: 515px; }
    .ks-erp-ui { left: 20px; right: 20px; }
    .ks-about-metrics { grid-template-columns: 1fr 1fr; gap: 9px; }
    .ks-metric { min-height: 145px; padding: 20px; }
    .ks-hardware-list { grid-template-columns: 1fr; }
    .ks-infra-visual { min-height: 380px; padding: 15px; }
    .ks-rack { inset: 45px 25px 28px; }
    .ks-contact { padding-bottom: 70px; }
    .ks-contact-card { padding: 31px 24px; border-radius: 22px; }
    .ks-footer { padding-top: 58px; }
    .ks-footer-links { grid-template-columns: 1fr 1fr; gap: 32px 18px; }
    .ks-footer-bottom { flex-direction: column; }
    .ks-whatsapp { width: 50px; padding: 0; justify-content: center; border-radius: 50%; }
    .ks-whatsapp span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Corporate inner pages */
.ks-inner-hero { position: relative; padding: 76px 0 70px; overflow: hidden; background: radial-gradient(circle at 78% 20%, rgba(56,127,255,.25), transparent 28%), linear-gradient(135deg, #081631, #102d66); color: #fff; }
.ks-inner-hero::after { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, #000 50%, transparent); }
.ks-inner-hero .ks-container { position: relative; z-index: 1; }
.ks-inner-hero .ks-kicker { margin-bottom: 13px; color: #6ed9fb; }
.ks-inner-hero h1 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(38px, 4.5vw, 61px); line-height: 1.08; letter-spacing: -.045em; }
.ks-inner-hero > .ks-container > p { max-width: 650px; margin: 18px 0 0; color: #b2c1da; font-size: 14px; line-height: 1.75; }
.ks-inner-hero nav { display: flex; align-items: center; gap: 9px; margin-top: 24px; color: #99abc9; font-size: 10px; font-weight: 700; }
.ks-inner-hero nav a { color: #dce8fb; text-decoration: none; }
.ks-inner-hero nav i { font-size: 7px; }

/* Service detail */
.ks-service-detail { padding: 86px 0 95px; background: #f5f7fb; }
.ks-service-detail-grid { display: flex; flex-direction: column; gap: 26px; max-width: 1040px; }
.ks-service-media, .ks-service-copy { border: 1px solid var(--ks-line); border-radius: 24px; background: #fff; box-shadow: 0 22px 60px rgba(18,38,77,.08); }
.ks-service-media { display: grid; place-items: center; aspect-ratio: 16 / 7; min-height: 340px; max-height: 500px; padding: 28px; overflow: hidden; background: radial-gradient(circle at 50% 40%, #fff 0, #f7faff 58%, #eef3fa 100%); }
.ks-service-media img { display: block; width: 100%; height: 100%; max-height: 440px; border-radius: 16px; object-fit: contain; object-position: center; }
.ks-service-placeholder { display: grid; place-items: center; width: 100%; height: 100%; border-radius: 15px; background: #edf3ff; color: var(--ks-blue); font-size: 52px; }
.ks-service-copy { padding: clamp(32px, 5vw, 60px); }
.ks-service-copy h2 { margin: 18px 0 20px; font-size: clamp(30px, 3vw, 44px); letter-spacing: -.04em; }
.ks-rich-text { column-count: 2; column-gap: 52px; column-rule: 1px solid #e7ebf2; color: var(--ks-text); font-size: 15px; line-height: 1.78; }
.ks-rich-text p, .ks-rich-text ul, .ks-rich-text ol, .ks-rich-text .ks-content-heading { break-inside: avoid; }
.ks-rich-text p { margin: 0 0 16px; }
.ks-rich-text ul, .ks-rich-text ol { margin: 13px 0 20px; padding-left: 20px; }
.ks-rich-text .ks-content-heading { margin: 4px 0 10px; color: var(--ks-ink); font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.ks-service-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--ks-line); }
.ks-price-cta { display: inline-flex; align-items: center; gap: 13px; min-height: 62px; padding: 0 18px; border-radius: 14px; background: linear-gradient(135deg, #2468ed, #1749bb); color: #fff !important; text-decoration: none !important; box-shadow: 0 15px 32px rgba(37,99,235,.28); transition: .2s ease; }
.ks-price-cta:hover { transform: translateY(-2px); box-shadow: 0 20px 38px rgba(37,99,235,.34); }
.ks-price-cta > i:first-child { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: rgba(255,255,255,.14); }
.ks-price-cta > i:last-child { margin-left: 9px; font-size: 10px; }
.ks-price-cta span { min-width: 100px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.ks-price-cta small { display: block; margin-bottom: 3px; color: #c5d7fb; font-size: 8px; letter-spacing: .07em; }
.ks-secondary-cta { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 62px; padding: 0 17px; border: 1px solid #dce3ef; border-radius: 14px; background: #fff; color: #34415a !important; font-size: 11px; font-weight: 800; text-decoration: none !important; }
.ks-secondary-cta:hover { border-color: #bad0fa; color: var(--ks-blue) !important; }
.ks-detail-cta { padding: 0 0 90px; background: #f5f7fb; }
.ks-detail-cta .ks-container { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 40px; border-radius: 23px; background: #0b1d3f; color: #fff; }
.ks-detail-cta h2 { margin: 0; color: #fff; font-size: clamp(27px, 3vw, 40px); letter-spacing: -.04em; }

/* Contact */
.ks-contact-page { padding: 80px 0 95px !important; background: #f5f7fb; }
.ks-contact-first-view { padding-top: 24px !important; }
.ks-contact-first-view .kb-request-card { padding: 25px 30px !important; }
.ks-contact-first-view .kb-request-card .sec-title { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: end; gap: 24px; margin-bottom: 20px; }
.ks-contact-first-view .kb-request-card .sec-title .subtitle { grid-column: 1; }
.ks-contact-first-view .kb-request-card .sec-title h2 { grid-column: 1; margin-bottom: 0; font-size: clamp(27px, 2.7vw, 38px); line-height: 1.08; }
.ks-contact-first-view .kb-request-card .sec-title p { grid-column: 2; grid-row: 1 / 3; max-width: 510px; margin: 0; color: var(--ks-text); font-size: 13px; line-height: 1.7; }
.ks-contact-first-view .kb-request-card .kb-form-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 12px 14px !important; }
.ks-contact-first-view .kb-span-all { grid-column: 1 / -1; }
.ks-contact-first-view .kb-request-card .kb-field-label { margin-bottom: 5px; }
.ks-contact-first-view .kb-request-card .kb-control { height: 46px; }
.ks-contact-first-view .kb-request-card textarea.kb-control { min-height: 78px; padding-top: 12px; }
.ks-contact-first-view .kb-captcha-row { display: grid !important; grid-template-columns: minmax(250px, auto) 190px; align-items: center; gap: 14px; margin-top: 2px !important; }
.ks-contact-first-view .kb-captcha-row .ks-form-submit { min-height: 48px; }
.ks-contact-page .auto-container { width: min(1180px, calc(100% - 48px)); max-width: none; padding: 0; }
.ks-contact-page .row { margin-inline: -9px; }
.ks-contact-page [class*="col-"] { padding-inline: 9px; }
.ks-contact-page .kb-request-card { max-width: none; margin: 0 0 22px; padding: 42px !important; border: 1px solid var(--ks-line) !important; border-radius: 24px !important; box-shadow: 0 24px 65px rgba(18,38,77,.08) !important; }
.ks-contact-page .kb-request-card .sec-title { margin-bottom: 34px; text-align: left !important; }
.ks-contact-page .kb-request-card .sec-title .subtitle { color: var(--ks-blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ks-contact-page .kb-request-card .sec-title h2 { max-width: 650px; margin-top: 8px; color: var(--ks-ink); font-size: clamp(28px, 3vw, 42px); letter-spacing: -.04em; }
.ks-contact-page .kb-request-card .kb-form-grid { gap: 18px; }
.ks-contact-page .kb-request-card .kb-dual { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ks-contact-page .kb-request-card .kb-field-label { margin-bottom: 8px; color: #536078; font-size: 10px; font-weight: 800; }
.ks-contact-page .kb-request-card .kb-control { height: 52px; padding: 0 15px; border: 1px solid #dce3ed; border-radius: 12px; background: #f9fbfd; color: var(--ks-ink); font-size: 12px; }
.ks-contact-page .kb-request-card textarea.kb-control { min-height: 132px; padding-top: 14px; }
.ks-contact-page .kb-request-card .kb-control:focus { border-color: #6a9cff; box-shadow: 0 0 0 4px rgba(37,99,235,.09); }
.ks-contact-page .kb-captcha-row { justify-content: flex-start !important; margin-top: 8px !important; }
.ks-contact-page .kb-captcha-row .ks-form-submit { position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; min-width: 190px !important; min-height: 52px; padding: 0 28px; overflow: hidden; border: 0; border-radius: 12px; background: var(--ks-blue) !important; color: #fff; font: 800 12px "Manrope",sans-serif; box-shadow: 0 12px 26px rgba(37,99,235,.2); cursor: pointer; }
.ks-contact-page .kb-captcha-row .ks-form-submit::before, .ks-contact-page .kb-captcha-row .ks-form-submit::after { display: none !important; content: none !important; }
.ks-contact-page .kb-captcha-row .ks-form-submit .txt { position: relative; z-index: 1; color: #fff; }
.ks-contact-page .kb-captcha-row .ks-form-submit:hover { background: #174fc8 !important; transform: translateY(-1px); }
.ks-contact-map { position: relative; height: 430px; overflow: hidden; border: 10px solid #fff; border-radius: 24px; box-shadow: 0 22px 58px rgba(18,38,77,.08); }
.ks-contact-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ks-contact-page .contact-info { margin-top: 22px; }
.ks-contact-page .info-block .inner { height: 100%; min-height: 190px; padding: 27px; border: 1px solid var(--ks-line); border-radius: 19px; background: #fff; box-shadow: none; }
.ks-contact-page .info-block .icon-box { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 12px; background: #edf4ff; color: var(--ks-blue); }
.ks-contact-page .info-block h4 { color: var(--ks-ink); font-size: 15px; }
.ks-contact-page .info-block p, .ks-contact-page .info-block a { color: var(--ks-text); font-size: 11px; line-height: 1.7; }

/* Pricing list */
.ks-pricing-page { padding: 84px 0 100px !important; background: #f5f7fb; }
.ks-pricing-page .auto-container { width: min(1180px, calc(100% - 48px)); max-width: none; }
.ks-pricing-page .sec-title { margin-bottom: 40px; }
.ks-pricing-page .sec-title .subtitle { color: var(--ks-blue); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.ks-pricing-page .sec-title h2 { color: var(--ks-ink); font-size: clamp(32px, 4vw, 48px); letter-spacing: -.04em; }
.ks-pricing-page .price-block { margin-bottom: 20px; }
.ks-pricing-page .price-block .inner-box { min-height: 360px; padding: 0 !important; overflow: hidden; border: 1px solid var(--ks-line); border-radius: 22px; background: #fff; box-shadow: 0 20px 55px rgba(18,38,77,.08); transition: .22s ease; }
.ks-pricing-page .price-block .inner-box:hover { transform: translateY(-5px); box-shadow: 0 26px 65px rgba(18,38,77,.12); }
.ks-pricing-page .packge-plan { min-height: 235px; padding: 34px 28px !important; background: linear-gradient(145deg, #0b1d3f, #174a9e) !important; }
.ks-pricing-page .packge-plan h6 { min-height: 58px; color: #fff !important; font-size: 19px !important; line-height: 1.35; }
.ks-pricing-page .packge-plan .price, .ks-pricing-page .packge-plan .price * { color: #fff !important; }
.ks-pricing-page .price-contact { display: block; max-width: 240px; color: #75dafa !important; font-size: 20px !important; line-height: 1.25; }
.ks-pricing-page .plan-text { color: #aebfdd !important; }
.ks-pricing-page .list-packges-area { display: flex; flex: 1; padding: 22px !important; }
.ks-pricing-page .buy-btn-area { width: 100%; }
.ks-pricing-page .buy-btn { display: flex !important; align-items: center; justify-content: center; width: 100%; min-height: 54px; border: 0 !important; border-radius: 12px !important; background: var(--ks-blue) !important; color: #fff !important; box-shadow: 0 12px 26px rgba(37,99,235,.22); text-decoration: none !important; }
.ks-pricing-page .buy-btn .txt { color: #fff !important; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.ks-pricing-page .buy-btn i { margin-right: 8px; }

/* Package detail and image fitting */
.ks-package-detail { padding: 80px 0 38px; margin: 0 !important; background: #f5f7fb; }
.ks-package-detail .auto-container, .ks-package-options .auto-container { width: min(1180px, calc(100% - 48px)); max-width: none; }
.ks-package-detail .row { align-items: stretch; }
.ks-package-detail .package-images, .ks-package-detail .package-info { flex: 0 0 50%; max-width: 50%; }
.ks-package-detail .image-card, .ks-package-detail .info-card { height: 100%; padding: 22px; border: 1px solid var(--ks-line); border-radius: 22px; background: #fff; box-shadow: 0 20px 55px rgba(18,38,77,.08); }
.ks-package-detail .main-image-wrapper { display: grid; place-items: center; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 15px; background: #f1f4f8; }
.ks-package-detail .main-image-wrapper img { width: 100% !important; height: 100% !important; padding: 12px; object-fit: contain !important; object-position: center; }
.ks-package-detail .thumbnail-images { gap: 8px; margin-top: 14px; }
.ks-package-detail .thumbnail-images img { width: 66px; height: 50px; padding: 3px; border: 1px solid var(--ks-line); object-fit: contain; background: #f7f9fc; }
.ks-package-detail .info-card { display: flex; justify-content: center; flex-direction: column; padding: 38px; }
.ks-package-detail .info-card h3 { color: var(--ks-ink); font-size: clamp(29px,3vw,42px); letter-spacing: -.04em; }
.ks-package-detail .package-description { color: var(--ks-text) !important; font-size: 14px !important; line-height: 1.85; white-space: pre-line; }
.ks-package-options { padding: 34px 0 100px !important; margin: 0 !important; background: #f5f7fb; }
.ks-package-options .auto-container > hr, .ks-package-options .auto-container > br { display: none; }
.ks-package-options .pricing-card { width: 100%; min-height: 100%; padding: 30px 26px; border: 1px solid var(--ks-line); border-radius: 20px; box-shadow: 0 18px 45px rgba(18,38,77,.07); text-align: left; }
.ks-package-options .pricing-card:hover { transform: translateY(-4px); background: #fff; }
.ks-package-options .pricing-card h3 { color: var(--ks-ink); font-size: 20px; }
.ks-package-options .price-section { justify-content: flex-start; margin: 22px 0; color: var(--ks-ink); font-size: 42px; }
.ks-package-options .features-list li { align-items: flex-start; padding: 9px 0; border-bottom: 1px solid #edf0f5; color: var(--ks-text); font-size: 11px; line-height: 1.55; }
.ks-package-options .btn-pricing { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 54px; margin-top: 20px; border-radius: 12px; background: var(--ks-blue); box-shadow: 0 12px 26px rgba(37,99,235,.22); text-transform: uppercase; text-decoration: none; }

@media (max-width: 900px) {
    .ks-service-detail-grid { grid-template-columns: 1fr; }
    .ks-rich-text { column-count: 1; column-rule: 0; }
    .ks-detail-cta .ks-container { align-items: flex-start; flex-direction: column; }
    .ks-contact-page .kb-request-card .kb-dual { grid-template-columns: 1fr; }
    .ks-contact-first-view .kb-request-card .sec-title { grid-template-columns: 1fr; }
    .ks-contact-first-view .kb-request-card .sec-title p { grid-column: 1; grid-row: auto; }
    .ks-contact-first-view .kb-request-card .kb-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .ks-package-detail .package-images, .ks-package-detail .package-info { flex: 0 0 100%; max-width: 100%; }
    .ks-package-detail .package-info { margin-top: 18px; }
}

@media (max-width: 620px) {
    .ks-inner-hero { padding: 55px 0 52px; }
    .ks-inner-hero h1 { font-size: 38px; }
    .ks-service-detail { padding: 55px 0 65px; }
    .ks-service-media { min-height: 0; aspect-ratio: 1 / 1; padding: 12px; border-radius: 18px; }
    .ks-service-copy { padding: 26px 22px; border-radius: 18px; }
    .ks-service-actions, .ks-price-cta, .ks-secondary-cta { width: 100%; }
    .ks-contact-page { padding: 55px 0 65px !important; }
    .ks-contact-first-view { padding-top: 14px !important; }
    .ks-contact-page .auto-container, .ks-pricing-page .auto-container, .ks-package-detail .auto-container, .ks-package-options .auto-container { width: calc(100% - 28px); }
    .ks-contact-page .kb-request-card { padding: 25px 20px !important; border-radius: 18px !important; }
    .ks-contact-page .kb-form-grid { grid-template-columns: 1fr !important; }
    .ks-contact-first-view .kb-request-card .sec-title { display: block; margin-bottom: 18px; }
    .ks-contact-first-view .kb-request-card .sec-title p { margin-top: 10px; }
    .ks-contact-first-view .kb-request-card .kb-form-grid { grid-template-columns: 1fr !important; }
    .ks-contact-first-view .kb-captcha-row { display: flex !important; width: 100%; }
    .ks-contact-first-view .kb-captcha-row .ks-form-submit { width: 100%; }
    .ks-contact-page .kb-form-grid .kb-span-2 { grid-column: auto !important; }
    .ks-contact-page .kb-captcha-row { align-items: flex-start !important; flex-direction: column; }
    .ks-contact-map { height: 330px; border-width: 6px; }
    .ks-pricing-page { padding: 58px 0 70px !important; }
    .ks-package-detail { padding: 55px 0 25px; }
    .ks-package-detail .image-card, .ks-package-detail .info-card { padding: 14px; border-radius: 17px; }
    .ks-package-detail .info-card { padding: 25px 20px; }
    .ks-package-options { padding-bottom: 70px !important; }
}
