/*
Theme Name: Lekhha 2.0
Theme URI: https://lekhha.com/
Author: Lekhha
Description: Lightweight, performance-first marketing theme for Lekhha 2.0.
Version: 0.7.4
License: GPL-2.0-or-later
Text Domain: lekhha
*/

@font-face{font-family:Roboto;src:url("assets/fonts/Roboto-400.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Roboto;src:url("assets/fonts/Roboto-500.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:Roboto;src:url("assets/fonts/Roboto-700.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:"Roboto Slab";src:url("assets/fonts/RobotoSlab-Variable.woff2") format("woff2");font-style:normal;font-weight:400 800;font-display:swap}

:root {
  --lk-primary:#FFC93C;
  --lk-primary-dark:#00296B;
  --lk-ink:#00296B;
  --lk-text:#25373F;
  --lk-muted:#5D6B7A;
  --lk-bg:#fff;
  --lk-surface:#FAFAF8;
  --lk-border:#E5E5E5;
  --lk-border-strong:#C9CED6;
  --lk-success:#61CE70;
  --lk-warning:#B97800;
  --lk-radius:20px;
  --lk-radius-sm:14px;
  --lk-container:1240px;
  --lk-shadow:0 24px 70px rgba(0,41,107,.10);
  --lk-shadow-sm:0 10px 30px rgba(0,41,107,.07);
  --lk-font:Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --lk-font-display:"Roboto Slab",Roboto,ui-serif,Georgia,serif;
  --lk-tertiary:#3575D3;
  --lk-accent:#61CE70;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--lk-bg);color:var(--lk-text);overflow-x:hidden;font-family:var(--lk-font);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.admin-bar .lk-header{top:32px}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
.lk-container{width:min(calc(100% - 48px),var(--lk-container));margin-inline:auto}
.lk-skip-link{position:fixed;left:16px;top:-80px;z-index:2000;padding:10px 14px;background:#fff;color:var(--lk-ink);border-radius:8px;box-shadow:var(--lk-shadow);font-weight:700}
.lk-skip-link:focus{top:16px}
.lk-section{padding:112px 0;position:relative;overflow:hidden}
.lk-section--compact{padding:88px 0}
.lk-section--surface{background:var(--lk-surface)}
.lk-section--dark{background:linear-gradient(135deg,#00296B 0%,#001D4A 100%);color:#fff}
.lk-section__eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:var(--lk-primary);font-size:12px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.lk-section--dark .lk-section__eyebrow{color:#E7B92F}
.lk-section__title{font-family:var(--lk-font-display);max-width:850px;margin:0;color:var(--lk-ink);font-size:clamp(36px,4.2vw,56px);line-height:1.06;letter-spacing:-.045em;font-weight:850}
.lk-section--dark .lk-section__title{color:#fff}
.lk-section__intro{max-width:720px;margin:18px 0 0;color:var(--lk-muted);font-size:18px;line-height:1.65}
.lk-section--dark .lk-section__intro{color:#C9CED6}
.lk-section-head{margin-bottom:52px}
.lk-section-head--center{text-align:center}
.lk-section-head--center .lk-section__title,.lk-section-head--center .lk-section__intro{margin-left:auto;margin-right:auto}
.lk-grid{display:grid;gap:22px}
.lk-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.lk-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 21px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:800;line-height:1;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;cursor:pointer}
.lk-btn:hover{transform:translateY(-2px)}
.lk-btn:focus-visible,.lk-nav__trigger:focus-visible,.lk-menu-toggle:focus-visible{outline:3px solid rgba(255,201,60,.30);outline-offset:3px}
.lk-btn--primary{background:var(--lk-primary);color:var(--lk-ink);border-color:#E7B92F;box-shadow:0 12px 28px rgba(255,201,60,.22)}
.lk-btn--primary:hover{background:#FFD45F;color:var(--lk-ink);box-shadow:0 16px 32px rgba(255,201,60,.28)}
.lk-btn--secondary{background:#fff;color:var(--lk-ink);border-color:var(--lk-border-strong)}
.lk-btn--secondary:hover{border-color:#7D8793;box-shadow:var(--lk-shadow-sm)}
.lk-btn--dark{background:#fff;color:var(--lk-ink)}
.lk-btn--outline-light{background:transparent;border-color:rgba(255,255,255,.42);color:#fff}
.lk-btn--outline-light:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.75)}
.lk-inline-link{display:inline-flex;align-items:center;gap:8px;margin-top:28px;color:var(--lk-tertiary);font-size:14px;font-weight:800}
.lk-inline-link span{transition:transform .2s ease}.lk-inline-link:hover span{transform:translateX(3px)}

/* Header */
.lk-header{position:sticky;top:0;z-index:1000;height:78px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(229,229,229,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.lk-header__inner{height:100%;display:flex;align-items:center;gap:34px}
.lk-brand{display:flex;align-items:center;flex:0 0 auto}
.lk-brand img{width:138px;height:auto;object-fit:contain}
.lk-nav{display:flex;align-items:center;gap:6px;margin-left:auto}
.lk-nav>a,.lk-nav__trigger{display:inline-flex;align-items:center;gap:6px;padding:10px 11px;border:0;background:transparent;color:#25373F;font-size:13px;font-weight:700;cursor:pointer;border-radius:9px}
.lk-nav>a:hover,.lk-nav__trigger:hover{color:var(--lk-ink);background:#FFF8E6}
.lk-nav__item{position:relative}
.lk-nav__trigger span{font-size:12px;color:#7D8793;transition:transform .2s ease}.lk-nav__item.is-open .lk-nav__trigger span{transform:rotate(180deg)}
.lk-nav__dropdown{position:absolute;top:calc(100% + 9px);left:-8px;width:242px;padding:9px;background:#fff;border:1px solid var(--lk-border);border-radius:14px;box-shadow:var(--lk-shadow);opacity:0;visibility:hidden;transform:translateY(5px);transition:.18s ease}
.lk-nav__item:hover .lk-nav__dropdown,.lk-nav__item:focus-within .lk-nav__dropdown{opacity:1;visibility:visible;transform:none}
.lk-nav__dropdown a{display:block;padding:10px 12px;border-radius:9px;color:#25373F;font-size:13px;font-weight:650}
.lk-nav__dropdown a:hover{background:#FFF8E6;color:#00296B}
.lk-header__actions{display:flex;align-items:center;gap:10px;margin-left:6px}
.lk-header__login{padding:11px 9px;color:#25373F;font-size:13px;font-weight:750}
.lk-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--lk-border);background:#fff;border-radius:10px;padding:10px}
.lk-menu-toggle span{display:block;height:2px;margin:4px 0;border-radius:2px;background:var(--lk-ink)}

/* Hero */
.lk-hero{min-height:660px;display:flex;align-items:center;padding:48px 0 64px;background:radial-gradient(circle at 82% 28%,rgba(255,201,60,.22),transparent 29%),radial-gradient(circle at 68% 86%,rgba(53,117,211,.07),transparent 25%),linear-gradient(180deg,#fff 0%,#FFFDF5 100%)}
.lk-hero__grid{display:grid;grid-template-columns:minmax(0,.90fr) minmax(0,1.10fr);gap:46px;align-items:center}
.lk-hero__content{position:relative;z-index:2;padding:10px 0}
.lk-hero__kicker{display:inline-flex;align-items:center;gap:9px;margin:0;padding:8px 12px;border:1px solid #F0D57A;border-radius:999px;color:#00296B;background:#FFF8E6;font-size:12px;font-weight:850;letter-spacing:.01em}
.lk-kicker-dot{width:7px;height:7px;border-radius:50%;background:var(--lk-primary);box-shadow:0 0 0 5px rgba(255,201,60,.12)}
.lk-hero__title{font-family:var(--lk-font-display);max-width:650px;margin:21px 0 21px;color:var(--lk-ink);font-size:clamp(44px,4.8vw,64px);line-height:1.01;letter-spacing:-.065em;font-weight:800}
.lk-hero__title span{color:var(--lk-primary);text-shadow:0 1px 0 rgba(0,41,107,.04)}
.lk-hero__text{max-width:620px;margin:0;color:#4B5F72;font-size:18px;line-height:1.7}
.lk-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}
.lk-hero__trust{display:flex;align-items:center;gap:10px;margin-top:21px;color:#5D6B7A;font-size:12px;font-weight:650;flex-wrap:wrap}
.lk-trust-separator{width:4px;height:4px;border-radius:50%;background:#C9CED6}

/* Real product hero */
.lk-product-hero{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center}
.lk-product-hero__glow{position:absolute;inset:11% 6% 6%;border-radius:50%;background:radial-gradient(circle,rgba(255,201,60,.24),rgba(255,201,60,0) 68%);filter:blur(2px)}
.lk-product-hero__laptop{position:relative;width:min(100%,720px);margin:0;filter:drop-shadow(0 30px 40px rgba(0,41,107,.20));transform:perspective(1200px) rotateY(-4deg);transition:transform .5s ease}
.lk-product-hero:hover .lk-product-hero__laptop{transform:perspective(1200px) rotateY(-2deg) translateY(-4px)}
.lk-product-hero__laptop img{width:100%;height:auto}
.lk-product-hero__phone{position:absolute;right:2%;bottom:-4px;width:138px;margin:0;filter:drop-shadow(0 22px 26px rgba(0,41,107,.22));animation:lk-float 5s ease-in-out infinite}
.lk-product-hero__phone img{width:100%;height:auto}
.lk-product-hero__label{position:absolute;left:4%;bottom:2%;display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid rgba(229,229,229,.95);border-radius:999px;background:rgba(255,255,255,.95);box-shadow:var(--lk-shadow-sm);color:#25373F;font-size:11px;font-weight:800;backdrop-filter:blur(10px)}
.lk-live-dot{width:7px;height:7px;border-radius:50%;background:#61CE70;box-shadow:0 0 0 4px rgba(16,185,129,.12)}

/* Capability strip */
.lk-proof-strip{border-top:1px solid var(--lk-border);border-bottom:1px solid var(--lk-border);background:#fff}
.lk-proof-strip__inner{min-height:64px;display:flex;align-items:center;justify-content:center;gap:20px;color:#5D6B7A;font-size:12px;font-weight:800;letter-spacing:.02em;flex-wrap:wrap}
.lk-proof-strip__inner i{width:4px;height:4px;border-radius:50%;background:#C9CED6}

/* Cards */
.lk-card{position:relative;height:100%;padding:28px;background:#fff;border:1px solid var(--lk-border);border-radius:var(--lk-radius);box-shadow:0 4px 18px rgba(15,23,42,.025);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.lk-card:hover{transform:translateY(-5px);border-color:#C9CED6;box-shadow:var(--lk-shadow-sm)}
.lk-card__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#FFF8E6;color:#00296B;margin-bottom:20px}
.lk-card__icon svg{width:22px;height:22px}
.lk-card h3{margin:0 0 9px;color:var(--lk-ink);font-size:22px;line-height:1.2;letter-spacing:-.025em}
.lk-card p{margin:0;color:var(--lk-muted);font-size:14px;line-height:1.6}
.lk-card ul{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:8px}
.lk-card li{position:relative;padding-left:20px;color:#4B5F72;font-size:13px}
.lk-card li::before{content:'✓';position:absolute;left:0;top:0;color:var(--lk-success);font-weight:800}
.lk-card__link{display:inline-flex;gap:7px;align-items:center;margin-top:20px;color:var(--lk-primary);font-size:12px;font-weight:850}
.lk-card__link span{transition:transform .2s ease}.lk-card__link:hover span{transform:translateX(3px)}
.lk-card--future{background:linear-gradient(145deg,#fff,#FFFDF5);border-color:#F0D57A}
.lk-card__badge{position:absolute;right:22px;top:23px;padding:5px 8px;border-radius:999px;background:#FFF8E6;color:#00296B;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}

/* Problem */
.lk-problem{display:grid;grid-template-columns:.82fr 1.18fr;gap:76px;align-items:center}
.lk-problem__list{display:grid;gap:12px}
.lk-problem__item{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;padding:18px 19px;border:1px solid var(--lk-border);border-radius:15px;background:#fff}
.lk-problem__item b{display:block;color:var(--lk-ink);font-size:15px}.lk-problem__item span{display:block;margin-top:4px;color:var(--lk-muted);font-size:13px}
.lk-number{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#F3F4F2;color:#25373F;font-size:12px;font-weight:850}

/* Channel map */
.lk-channel-map{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:22px;align-items:center}
.lk-channel-column{display:grid;gap:13px}
.lk-channel-node{position:relative;padding:18px 18px 18px 62px;border:1px solid var(--lk-border);border-radius:15px;background:#fff;box-shadow:var(--lk-shadow-sm)}
.lk-channel-node__icon{position:absolute;left:17px;top:18px;width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:#FFF8E6;color:#00296B}
.lk-channel-node__icon svg{width:17px;height:17px}.lk-channel-node strong{display:block;color:var(--lk-ink);font-size:14px}.lk-channel-node small{display:block;margin-top:3px;color:var(--lk-muted);font-size:11px;line-height:1.45}
.lk-channel-core{position:relative;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;border:1px solid #E7B92F;border-radius:28px;background:linear-gradient(145deg,#FFF8E6,#fff 60%);box-shadow:0 26px 70px rgba(255,201,60,.14);text-align:center;overflow:hidden}
.lk-channel-core__halo{position:absolute;width:240px;height:240px;border-radius:50%;background:rgba(37,99,235,.09);filter:blur(1px)}
.lk-channel-core__mark{position:relative;width:60px;height:60px;display:grid;place-items:center;border-radius:18px;background:var(--lk-primary);color:var(--lk-ink);font-size:26px;font-weight:900;box-shadow:0 14px 30px rgba(255,201,60,.30)}
.lk-channel-core strong{position:relative;margin-top:15px;color:#00296B;font-size:29px;letter-spacing:-.04em}.lk-channel-core>span{position:relative;margin-top:2px;color:#4B5F72;font-size:12px;font-weight:750}.lk-channel-core p{position:relative;max-width:260px;margin:16px 0 0;color:#5D6B7A;font-size:11px;line-height:1.7}

/* Journey */
.lk-journey{position:relative;display:grid;grid-template-columns:repeat(7,1fr);gap:7px}
.lk-journey::before{content:'';position:absolute;left:7%;right:7%;top:28px;border-top:2px dashed #F0D57A}
.lk-step{position:relative;z-index:1;text-align:center}.lk-step__dot{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 14px;border:5px solid #fff;border-radius:50%;background:#FFE9A8;color:#00296B;box-shadow:0 0 0 1px #F0D57A;font-size:12px;font-weight:850}.lk-step strong{display:block;color:var(--lk-ink);font-size:13px}.lk-step span{display:block;margin-top:4px;color:var(--lk-muted);font-size:11px}

/* Real product gallery */
.lk-product-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.lk-product-card{overflow:hidden;border:1px solid var(--lk-border);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(0,41,107,.05);transition:transform .22s ease,box-shadow .22s ease}
.lk-product-card:hover{transform:translateY(-5px);box-shadow:var(--lk-shadow)}
.lk-product-card__media{height:300px;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 50% 42%,#FFE9A8 0,#FFF8E6 34%,#FAFAF8 72%);overflow:hidden}
.lk-product-card__media img{width:270px;height:270px;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(0,41,107,.13));transition:transform .35s ease}
.lk-product-card:hover .lk-product-card__media img{transform:translateY(-6px) rotate(-1deg)}
.lk-product-card__copy{padding:22px 23px 24px}.lk-product-card__copy>span{color:var(--lk-primary);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.lk-product-card__copy h3{margin:7px 0 7px;color:var(--lk-ink);font-size:20px;line-height:1.2;letter-spacing:-.025em}.lk-product-card__copy p{margin:0;color:var(--lk-muted);font-size:13px;line-height:1.6}

/* Feature imagery */
.lk-feature-split{display:grid;grid-template-columns:1fr 1fr;gap:84px;align-items:center}.lk-feature-split--reverse .lk-feature-split__visual{order:-1}
.lk-feature-split__copy h2{font-family:var(--lk-font-display);margin:0 0 14px;color:var(--lk-ink);font-size:clamp(34px,3.5vw,48px);line-height:1.08;letter-spacing:-.045em}.lk-feature-split__copy p{color:var(--lk-muted);font-size:16px}
.lk-checks{display:grid;gap:11px;margin:24px 0 0;padding:0;list-style:none}.lk-checks li{position:relative;padding-left:28px;color:#25373F;font-size:14px}.lk-checks li::before{content:'✓';position:absolute;left:0;top:0;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#E5F8E9;color:#2E8B45;font-size:11px;font-weight:800}.lk-checks--dark li{color:#E5E5E5}.lk-checks--dark li::before{background:#164C3A;color:#8AE39A}
.lk-image-stage{position:relative;min-height:430px;display:grid;place-items:center;border:1px solid #DCE2E8;border-radius:28px;background:radial-gradient(circle at 50% 35%,#FFE9A8 0,#FFF8E6 38%,#fff 72%);box-shadow:var(--lk-shadow);overflow:hidden}.lk-image-stage img{width:350px;height:350px;object-fit:contain;filter:drop-shadow(0 25px 24px rgba(0,41,107,.16));transition:transform .4s ease}.lk-image-stage:hover img{transform:translateY(-7px) rotate(-1deg)}
.lk-image-stage__caption{position:absolute;right:18px;bottom:18px;display:grid;gap:2px;padding:10px 12px;border:1px solid rgba(229,229,229,.95);border-radius:11px;background:rgba(255,255,255,.95);box-shadow:var(--lk-shadow-sm);font-size:10px}.lk-image-stage__caption strong{color:var(--lk-ink);font-size:11px}.lk-image-stage__caption span{color:var(--lk-muted)}
.lk-image-stage--phone{background:radial-gradient(circle at 50% 40%,#FFE9A8 0,#FFF8E6 42%,#fff 75%)}

/* Central view */
.lk-central-screen{overflow:hidden;border:1px solid #25373F;border-radius:22px;background:#00296B;box-shadow:0 28px 70px rgba(0,0,0,.28)}
.lk-central-screen__top{display:flex;justify-content:space-between;gap:15px;padding:15px 18px;border-bottom:1px solid #17375B;color:#7D8793;font-size:10px}.lk-central-screen__brand{color:#fff;font-weight:800}.lk-central-screen__brand b{display:inline-grid;place-items:center;width:21px;height:21px;margin-right:7px;border-radius:6px;background:#FFC93C;font-size:10px}.lk-central-screen__hero{padding:24px 20px 17px}.lk-central-screen__hero span{display:block;color:#E7B92F;font-size:10px}.lk-central-screen__hero strong{display:block;margin-top:5px;color:#fff;font-size:23px;letter-spacing:-.025em}.lk-central-screen__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 20px}.lk-central-screen__cards div{padding:13px;border:1px solid #16375F;border-radius:11px;background:#00235C}.lk-central-screen__cards b{display:block;color:#fff;font-size:12px}.lk-central-screen__cards span{display:block;margin-top:4px;color:#7D8793;font-size:9px}.lk-central-screen__table{margin:13px 20px 20px;border:1px solid #16375F;border-radius:11px;overflow:hidden}.lk-central-screen__table div{display:grid;grid-template-columns:1.4fr 1fr 1fr;padding:10px 12px;border-bottom:1px solid #16375F;color:#7D8793;font-size:9px}.lk-central-screen__table div:last-child{border-bottom:0}.lk-central-screen__table b{color:#E5E5E5;font-size:9px}

/* AI */
.lk-ai{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.lk-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.lk-chip{display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border:1px solid var(--lk-border);border-radius:999px;background:#fff;color:#4B5F72;font-size:11px;font-weight:700}.lk-ai__panel{padding:24px;border:1px solid #F0D57A;border-radius:22px;background:linear-gradient(145deg,#FFFDF5,#fff);box-shadow:0 22px 55px rgba(255,201,60,.12)}.lk-ai__top{display:flex;align-items:center;gap:8px;color:#5D6B7A;font-size:10px;font-weight:750}.lk-ai__spark{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:#FFF8E6;color:#FFC93C;font-size:13px}.lk-ai__prompt{margin-top:22px;padding:15px 16px;border:1px solid #E5E5E5;border-radius:12px;background:#fff;color:#00296B;font-size:13px;font-weight:750;box-shadow:0 5px 16px rgba(15,23,42,.04)}.lk-ai__answer{margin-top:10px;padding:16px;border-radius:12px;background:#00296B;color:#fff}.lk-ai__answer small{color:#E7B92F;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.lk-ai__answer p{margin:8px 0 0;color:#C9CED6;font-size:12px;line-height:1.65}.lk-ai__chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.lk-ai__chips span{padding:7px 9px;border-radius:8px;background:#FFF8E6;color:#00296B;font-size:9px;font-weight:800}

/* Solutions */
.lk-solution-card{position:relative;padding:25px 26px 24px;border:1px solid var(--lk-border);border-radius:18px;background:#fff;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.lk-solution-card:hover{transform:translateY(-4px);border-color:#C9CED6;box-shadow:var(--lk-shadow-sm)}.lk-solution-card__number{display:block;color:#7D8793;font-size:10px;font-weight:850;letter-spacing:.08em}.lk-solution-card strong{display:block;margin-top:9px;color:var(--lk-ink);font-size:20px;letter-spacing:-.02em}.lk-solution-card p{margin:8px 0 0;color:var(--lk-muted);font-size:13px;line-height:1.6}.lk-solution-card a{display:inline-flex;gap:7px;margin-top:17px;color:var(--lk-primary);font-size:12px;font-weight:850}.lk-solution-card a span{transition:transform .2s ease}.lk-solution-card a:hover span{transform:translateX(3px)}

/* ONDC */
.lk-ondc{display:grid;grid-template-columns:1fr .95fr;gap:80px;align-items:center}.lk-ondc__visual{padding:30px;border:1px solid var(--lk-border);border-radius:24px;background:#fff;box-shadow:var(--lk-shadow-sm)}.lk-ondc__brand{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--lk-border)}.lk-ondc__brand span{color:#5D6B7A;font-size:11px;font-weight:750}.lk-ondc__brand img{width:130px;height:auto;object-fit:contain}.lk-ondc__flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:10px;margin-top:24px}.lk-ondc__flow>div{min-height:92px;display:flex;flex-direction:column;justify-content:center;padding:12px;border:1px solid var(--lk-border);border-radius:12px;text-align:center}.lk-ondc__flow b{color:var(--lk-ink);font-size:12px}.lk-ondc__flow small{margin-top:4px;color:#7D8793;font-size:9px}.lk-ondc__flow>span{color:#FFC93C;font-weight:800}.lk-ondc__flow .is-core{border-color:#E7B92F;background:#FFF8E6}.lk-ondc__flow .is-core b{color:#00296B}

/* Capability proof */
.lk-capability-pills{display:flex;justify-content:center;flex-wrap:wrap;gap:9px;max-width:980px;margin:0 auto}.lk-capability-pills span{padding:9px 12px;border:1px solid var(--lk-border);border-radius:999px;background:#fff;color:#4B5F72;font-size:11px;font-weight:750}

/* CTA */
.lk-cta{position:relative;overflow:hidden;padding:88px 30px;border-radius:30px;background:radial-gradient(circle at 82% 22%,rgba(255,201,60,.28),transparent 31%),linear-gradient(135deg,#00296B 0%,#00296B 68%,#16375F 100%);color:#fff;text-align:center;box-shadow:0 30px 80px rgba(0,41,107,.20)}.lk-cta::before{content:'';position:absolute;width:360px;height:360px;left:-160px;bottom:-220px;border-radius:50%;background:rgba(255,255,255,.10)}.lk-cta>*{position:relative}.lk-cta__eyebrow{font-size:10px;font-weight:850;letter-spacing:.11em;text-transform:uppercase;color:#FFC93C}.lk-cta h2{font-family:var(--lk-font-display);max-width:760px;margin:9px auto 0;color:#fff;font-size:clamp(36px,4vw,54px);line-height:1.04;letter-spacing:-.05em}.lk-cta p{max-width:650px;margin:17px auto 0;color:#FFE9A8;font-size:16px}.lk-cta__actions{display:flex;justify-content:center;gap:12px;margin-top:29px;flex-wrap:wrap}

/* Footer */
.lk-footer{padding:70px 0 28px;background:#00296B;color:#C9CED6;border-top:4px solid #FFC93C}.lk-footer__top{display:grid;grid-template-columns:1.55fr repeat(4,1fr);gap:38px}.lk-footer__brand-col img{width:138px;filter:none}.lk-footer__brand-col p{max-width:340px;margin:18px 0 0;color:#C9CED6;font-size:13px;line-height:1.7}.lk-footer__app{display:inline-flex;gap:7px;margin-top:18px;color:#fff;font-size:12px;font-weight:800}.lk-footer__app span{color:#6EA2E8}.lk-footer h3{margin:0 0 13px;color:#fff;font-size:12px}.lk-footer a{display:block;margin:9px 0;color:#C9CED6;font-size:12px}.lk-footer a:hover{color:#fff}.lk-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding-top:28px;margin-top:46px;border-top:1px solid #16375F;color:#5D6B7A;font-size:11px}

/* Motion */
.lk-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.lk-reveal.is-visible{opacity:1;transform:none}.lk-reveal:nth-child(2){transition-delay:.06s}.lk-reveal:nth-child(3){transition-delay:.12s}.lk-reveal:nth-child(4){transition-delay:.18s}.lk-reveal:nth-child(5){transition-delay:.24s}.lk-reveal:nth-child(6){transition-delay:.30s}
@keyframes lk-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

@media (max-width:1120px){
  .lk-nav{gap:0}.lk-nav>a,.lk-nav__trigger{font-size:12px;padding-inline:8px}.lk-header__demo{display:none}.lk-hero__grid{gap:38px}.lk-product-hero{min-height:430px}.lk-product-hero__phone{width:125px}
}
@media (max-width:860px){
  body.admin-bar .lk-header{top:46px}.lk-header{height:70px}.lk-header__inner{gap:14px}.lk-brand img{width:128px}.lk-nav{position:absolute;top:70px;left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;gap:3px;padding:10px;border:1px solid var(--lk-border);border-radius:16px;background:#fff;box-shadow:var(--lk-shadow)}.lk-nav.is-open{display:flex}.lk-nav>a,.lk-nav__trigger{width:100%;justify-content:space-between;padding:12px}.lk-nav__item{width:100%}.lk-nav__dropdown{position:static;width:auto;margin:0 7px 6px;padding:3px 0;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none;background:#FAFAF8}.lk-nav__dropdown a{padding:10px 13px}.lk-header__actions{margin-left:auto}.lk-header__login{display:none}.lk-menu-toggle{display:block}.lk-hero{padding:46px 0 66px}.lk-hero__grid,.lk-problem,.lk-feature-split,.lk-ai,.lk-ondc{grid-template-columns:1fr}.lk-hero__content{text-align:center}.lk-hero__title,.lk-hero__text{margin-left:auto;margin-right:auto}.lk-hero__actions,.lk-hero__trust{justify-content:center}.lk-product-hero{min-height:390px;margin-top:8px}.lk-product-hero__laptop{width:min(100%,690px)}.lk-grid--3,.lk-product-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.lk-channel-map{grid-template-columns:1fr}.lk-channel-core{min-height:250px;order:-1}.lk-journey{grid-template-columns:repeat(4,1fr);gap:30px 8px}.lk-journey::before{display:none}.lk-feature-split{gap:45px}.lk-feature-split--reverse .lk-feature-split__visual{order:initial}.lk-ondc{gap:45px}.lk-footer__top{grid-template-columns:1.4fr repeat(2,1fr)}
}
@media (max-width:560px){
  .lk-container{width:min(calc(100% - 32px),var(--lk-container))}.lk-section{padding:78px 0}.lk-section--compact{padding:62px 0}.lk-section__title{font-size:37px}.lk-section__intro{font-size:16px}.lk-hero{padding:43px 0 63px}.lk-hero__title{font-size:43px}.lk-hero__text{font-size:16px}.lk-hero__actions{flex-direction:column;align-items:stretch}.lk-btn{width:100%}.lk-hero__trust{font-size:11px;gap:8px}.lk-trust-separator{display:none}.lk-product-hero{min-height:270px;margin-top:2px}.lk-product-hero__phone{width:83px;right:-2%;bottom:-2px}.lk-product-hero__label{left:0;bottom:-5px;font-size:9px;padding:8px 10px}.lk-proof-strip__inner{min-height:58px;gap:11px;font-size:10px}.lk-proof-strip__inner span:nth-of-type(n+5),.lk-proof-strip__inner i:nth-of-type(n+4){display:none}.lk-grid--3,.lk-product-gallery{grid-template-columns:1fr}.lk-card{padding:24px}.lk-channel-node{padding-left:58px}.lk-journey{grid-template-columns:1fr 1fr}.lk-step__dot{width:52px;height:52px}.lk-image-stage{min-height:360px}.lk-image-stage img{width:285px;height:285px}.lk-feature-split__copy h2{font-size:35px}.lk-central-screen__cards{grid-template-columns:1fr}.lk-central-screen__table{display:none}.lk-ai__panel{padding:19px}.lk-ondc__visual{padding:20px}.lk-ondc__brand{align-items:flex-start;flex-direction:column}.lk-ondc__flow{grid-template-columns:1fr;gap:7px}.lk-ondc__flow>span{transform:rotate(90deg);justify-self:center}.lk-footer__top{grid-template-columns:1fr 1fr;gap:30px 20px}.lk-footer__brand-col{grid-column:1/-1}.lk-footer__bottom{flex-direction:column}.lk-cta{padding:64px 22px;border-radius:24px}.lk-cta__actions{flex-direction:column}.lk-cta__actions .lk-btn{width:100%}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.lk-reveal{opacity:1;transform:none}}

/* Brand system: original Lekhha palette — Primary #FFC93C, Secondary/Text #00296B, Accent #61CE70, Tertiary #3575D3. */
::selection{background:#FFC93C;color:#00296B}
.lk-accent{color:#61CE70}.lk-tertiary{color:#3575D3}

/* Phase 1 refinements */
.lk-header__demo{white-space:nowrap}
.lk-nav__item.is-open .lk-nav__dropdown{opacity:1;visibility:visible;transform:none}
.lk-nav__item.is-open .lk-nav__trigger{color:var(--lk-ink);background:#FFF8E6}
.lk-product-hero__label{color:var(--lk-ink)}
.lk-live-dot{background:#61CE70;box-shadow:0 0 0 4px rgba(97,206,112,.15)}
.lk-proof-strip__inner span:nth-child(2n+1){color:#00296B}
.lk-card:hover,.lk-solution-card:hover{border-color:#F0D57A}
.lk-card__link,.lk-solution-card a{color:#3575D3}
.lk-card__icon{border:1px solid #F0D57A}
.lk-card--future{border-color:#F0D57A;background:linear-gradient(145deg,#fff,#FFFDF5)}
.lk-card__badge{background:#FFF8E6;color:#00296B;border:1px solid #F0D57A}
.lk-channel-core{border-color:#F0D57A;background:linear-gradient(145deg,#FFF8E6,#fff 64%);box-shadow:0 26px 70px rgba(255,201,60,.16)}
.lk-channel-core__halo{background:rgba(255,201,60,.14)}
.lk-channel-core__mark{background:#FFC93C;color:#00296B;box-shadow:0 14px 30px rgba(255,201,60,.25)}
.lk-channel-core strong{color:#00296B}
.lk-channel-node__icon{background:#FFF8E6;color:#00296B;border:1px solid #F0D57A}
.lk-step__dot{background:#FFF8E6;color:#00296B;box-shadow:0 0 0 1px #F0D57A}
.lk-journey::before{border-color:#F0D57A}
.lk-checks li::before{background:#E5F8E9;color:#2E8B45}
.lk-ondc__visual{box-shadow:var(--lk-shadow-sm)}
.lk-ondc__flow>span{color:#3575D3}
.lk-ondc__flow .is-core{border-color:#F0D57A;background:#FFF8E6}
.lk-ondc__flow .is-core b{color:#00296B}
.lk-cta .lk-btn--primary{background:#FFC93C;color:#00296B}
.lk-cta .lk-btn--primary:hover{background:#FFD45F}
.lk-footer__brand img{display:block;width:138px;height:auto}
@media (max-width:860px){
  .lk-nav{max-height:calc(100vh - 92px);overflow:auto;-webkit-overflow-scrolling:touch}
}


/* Phase 1 FINAL controlled refinement — frozen homepage */
:root{
  --lk-orange:#F2B800;
  --lk-yellow-soft:#FFF8E6;
  --lk-navy:#00296B;
  --lk-navy-deep:#001D4A;
}
html{scroll-padding-top:92px}
.lk-section{padding:88px 0}
.lk-section--compact{padding:68px 0}
.lk-section-head{margin-bottom:38px}
.lk-section__intro{margin-top:14px}
.lk-grid{gap:18px}
.lk-card{padding:25px}
.lk-card__link,.lk-solution-card a,.lk-inline-link{color:var(--lk-navy)}
.lk-card__link:hover,.lk-solution-card a:hover,.lk-inline-link:hover{color:var(--lk-orange)}
.lk-solution-card{padding:23px}
.lk-hero{min-height:600px;padding:34px 0 42px;background:radial-gradient(circle at 82% 24%,rgba(255,201,60,.25),transparent 30%),radial-gradient(circle at 64% 90%,rgba(0,41,107,.055),transparent 26%),linear-gradient(180deg,#fff 0%,#FFFDF5 100%)}
.lk-hero__grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:30px}
.lk-hero__title{margin-top:18px;margin-bottom:17px}
.lk-hero__text{font-size:17px;line-height:1.65}
.lk-hero__actions{margin-top:26px}
.lk-product-hero{min-height:385px}
.lk-product-hero__laptop{width:min(100%,660px);filter:drop-shadow(0 24px 34px rgba(0,41,107,.18))}
.lk-product-hero__phone{width:122px;right:4%;bottom:-2px}
.lk-product-hero__label{left:2%;bottom:1%;border-color:#F0D57A;background:rgba(255,255,255,.97)}
.lk-proof-strip__inner{min-height:58px;gap:16px}
.lk-proof-strip__inner span:nth-child(2n+1){color:var(--lk-navy)}
.lk-section__eyebrow{color:var(--lk-orange)}
.lk-card__icon{background:var(--lk-yellow-soft);color:var(--lk-navy);border-color:#F0D57A}
.lk-channel-node__icon{color:var(--lk-navy);background:var(--lk-yellow-soft);border-color:#F0D57A}
.lk-channel-core{box-shadow:0 20px 54px rgba(255,201,60,.13)}
.lk-step__dot{background:var(--lk-yellow-soft)}
.lk-ondc__flow>span{color:var(--lk-navy)}
.lk-capability-pills span{border-color:#E7D89E}
.lk-cta{padding:72px 30px}
.lk-footer{padding:58px 0 24px}
.lk-footer__top{gap:30px}
.lk-footer__bottom{margin-top:36px;padding-top:22px}

/* Keyboard and visible focus treatment across the whole marketing surface. */
a:focus-visible,button:focus-visible{outline:3px solid rgba(255,201,60,.75);outline-offset:3px;border-radius:6px}
.lk-nav__dropdown a:focus-visible{background:var(--lk-yellow-soft);color:var(--lk-navy);outline-offset:-2px}
.lk-menu-toggle:focus-visible{outline-offset:2px}

/* Common WhatsApp/contact floating widgets: keep them clear of content and mobile controls. */
.lk-wa-widget{position:fixed!important;right:22px!important;bottom:22px!important;z-index:1090!important}
.joinchat,.ht-ctc-chat,.ht-ctc-chat-container,.wa__btn_popup,.wa-float,.whatsapp-float,.whatsapp-button{z-index:1090!important}
.joinchat__button,.ht-ctc-chat,.wa__btn_popup,.wa-float,.whatsapp-float,.whatsapp-button{bottom:22px!important;right:22px!important}
@media (max-width:860px){
  .lk-section{padding:70px 0}
  .lk-section--compact{padding:56px 0}
  .lk-section-head{margin-bottom:30px}
  .lk-hero{min-height:0;padding:36px 0 48px}
  .lk-hero__grid{gap:18px}
  .lk-product-hero{min-height:350px;margin-top:0}
  .lk-product-hero__laptop{width:min(100%,640px)}
  .lk-product-hero__phone{width:112px;right:3%}
  .lk-footer{padding-top:48px}
  .lk-wa-widget,.joinchat,.ht-ctc-chat,.ht-ctc-chat-container,.wa__btn_popup,.wa-float,.whatsapp-float,.whatsapp-button{right:14px!important;bottom:14px!important}
}
@media (max-width:560px){
  html{scroll-padding-top:78px}
  .lk-section{padding:60px 0}
  .lk-section--compact{padding:48px 0}
  .lk-section-head{margin-bottom:26px}
  .lk-hero{padding:28px 0 38px}
  .lk-hero__title{font-size:41px;margin-top:16px}
  .lk-hero__text{font-size:15.5px;line-height:1.62}
  .lk-hero__actions{margin-top:22px}
  .lk-product-hero{min-height:248px}
  .lk-product-hero__laptop{width:100%}
  .lk-product-hero__phone{width:78px;right:-1%;bottom:0}
  .lk-product-hero__label{left:0;bottom:-4px;padding:7px 9px;font-size:8.5px}
  .lk-proof-strip__inner{min-height:52px;gap:9px}
  .lk-cta{padding:54px 20px}
}


/* Phase 1 FINAL MICRO-FIX — 0.4.2 / frozen */
:root{--lk-wa-gap:168px;--lk-wa-bottom:78px}
/* Dark product section: explicit contrast for headings and supporting copy. */
.lk-section--dark .lk-feature-split__copy h2,
.lk-section--dark .lk-feature-split__copy .lk-section__title{color:#fff!important}
.lk-section--dark .lk-feature-split__copy>p:not(.lk-section__eyebrow){color:#E8EDF3!important}
.lk-section--dark .lk-feature-split__copy .lk-checks--dark li{color:#F2F5F8!important}
/* Floating WhatsApp/contact control: lift above content and leave the reCAPTCHA badge clear. */
.lk-wa-widget{right:var(--lk-wa-gap)!important;bottom:var(--lk-wa-bottom)!important;z-index:1090!important}
.joinchat,.ht-ctc-chat,.ht-ctc-chat-container,.wa__btn_popup,.wa-float,.whatsapp-float,.whatsapp-button{right:var(--lk-wa-gap)!important;bottom:var(--lk-wa-bottom)!important;z-index:1090!important}
.grecaptcha-badge{right:12px!important;bottom:12px!important;z-index:1080!important}
/* Prevent an oversized third-party label from becoming a horizontal overflow source. */
.lk-wa-widget,.joinchat,.ht-ctc-chat,.ht-ctc-chat-container,.wa__btn_popup,.wa-float,.whatsapp-float,.whatsapp-button{max-width:calc(100vw - var(--lk-wa-gap) - 16px)!important}
@media (max-width:860px){
  :root{--lk-wa-gap:116px;--lk-wa-bottom:70px}
  .lk-section--dark .lk-feature-split__copy h2{font-size:clamp(34px,7vw,48px)}
}
@media (max-width:560px){
  :root{--lk-wa-gap:72px;--lk-wa-bottom:70px}
  .lk-wa-widget,.joinchat,.ht-ctc-chat,.ht-ctc-chat-container,.wa__btn_popup,.wa-float,.whatsapp-float,.whatsapp-button{max-width:56px!important}
  /* If the plugin renders a compact icon on mobile, keep it clear of reCAPTCHA. */
  .lk-wa-widget{width:auto}
}


/* ======================================================================
   LEKHHA 2.0 — PHASE 1 v0.4.5 FINAL MICRO-PATCH
   Mobile floating controls + mobile hero typography only.
   Desktop design remains unchanged.
   ====================================================================== */

/* Keep Google's reCAPTCHA badge compact and clear of the WhatsApp control. */
.grecaptcha-badge{
  width:70px!important;
  height:60px!important;
  right:12px!important;
  bottom:12px!important;
  z-index:1080!important;
  overflow:hidden!important;
}

@media (max-width:560px){
  /* WhatsApp/contact widgets: compact circular control, never a large pill. */
  :root{--lk-wa-gap:14px;--lk-wa-bottom:78px}

  .lk-wa-widget,
  .joinchat,
  .joinchat__button,
  .ht-ctc-chat,
  .ht-ctc-chat-container,
  .wa__btn_popup,
  .wa-float,
  .whatsapp-float,
  .whatsapp-button,
  .lk-wa-root{
    position:fixed!important;
    right:var(--lk-wa-gap)!important;
    bottom:var(--lk-wa-bottom)!important;
    width:52px!important;
    min-width:52px!important;
    max-width:52px!important;
    height:52px!important;
    min-height:52px!important;
    max-height:52px!important;
    border-radius:50%!important;
    overflow:hidden!important;
    z-index:1090!important;
    box-sizing:border-box!important;
    font-size:0!important;
    line-height:0!important;
  }

  /* Preserve the icon while clipping any Contact Us/WhatsApp label. */
  .lk-wa-widget svg,
  .lk-wa-widget img,
  .joinchat svg,
  .joinchat img,
  .ht-ctc-chat svg,
  .ht-ctc-chat img,
  .ht-ctc-chat-container svg,
  .ht-ctc-chat-container img,
  .wa__btn_popup svg,
  .wa__btn_popup img,
  .wa-float svg,
  .wa-float img,
  .whatsapp-float svg,
  .whatsapp-float img,
  .whatsapp-button svg,
  .whatsapp-button img,
  .lk-wa-root svg,
  .lk-wa-root img{
    max-width:100%!important;
  }

  /* Mobile hero: preserve hierarchy while preventing extreme word wrapping. */
  .lk-hero__kicker{
    max-width:100%;
    box-sizing:border-box;
    justify-content:center;
    text-align:center;
    padding:7px 10px;
    gap:7px;
    font-size:11px;
    line-height:1.3;
  }
  .lk-hero__title{
    max-width:100%;
    margin-top:15px;
    margin-bottom:16px;
    font-size:34px;
    line-height:1.055;
    letter-spacing:-.045em;
  }
  .lk-hero__text{
    max-width:100%;
    font-size:15px;
    line-height:1.58;
  }
  .lk-hero__actions{margin-top:20px}
  .lk-product-hero{min-height:238px;margin-top:0}
  .lk-product-hero__laptop{width:100%}
  .lk-product-hero__phone{width:74px;right:0;bottom:0}

  /* Keep the two floating controls visually separated. */
  .grecaptcha-badge{
    right:8px!important;
    bottom:8px!important;
    width:70px!important;
    height:60px!important;
  }
}

@media (max-width:360px){
  .lk-container{width:calc(100% - 28px)}
  .lk-hero{padding-top:25px;padding-bottom:34px}
  .lk-hero__kicker{font-size:10px;padding:7px 9px}
  .lk-hero__title{font-size:32px;line-height:1.06}
  .lk-hero__text{font-size:14.5px;line-height:1.56}
  .lk-product-hero{min-height:220px}
  .lk-product-hero__phone{width:68px}
}


/* ======================================================================
   LEKHHA 2.0 — PHASE 1 v0.4.5 FINAL MICRO-FIX
   Definitive mobile WhatsApp/reCAPTCHA isolation + tighter 294px hero.
   No desktop layout changes.
   ====================================================================== */

/* Google reCAPTCHA: retain the badge but scale it rather than forcing
   non-standard width/height values that can be ignored by Google CSS. */
.grecaptcha-badge{
  position:fixed!important;
  right:8px!important;
  bottom:8px!important;
  z-index:2147483000!important;
  transform:scale(.72)!important;
  transform-origin:bottom right!important;
}

/* Click to Chat for WhatsApp (the widget currently used on staging).
   The plugin's CTA is a separate child of #ht-ctc-chat, so changing the
   parent width alone cannot remove the "Contact Us" pill. */
#ht-ctc-chat{
  position:fixed!important;
  right:14px!important;
  bottom:82px!important;
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  max-width:52px!important;
  max-height:52px!important;
  padding:0!important;
  margin:0!important;
  z-index:2147482999!important;
  box-sizing:border-box!important;
}
#ht-ctc-chat .ht_ctc_style,
#ht-ctc-chat .ht_ctc_chat_style,
#ht-ctc-chat .ctc-analytics{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  max-width:52px!important;
  max-height:52px!important;
  padding:0!important;
  margin:0!important;
  box-sizing:border-box!important;
}
#ht-ctc-chat .ht-ctc-cta,
#ht-ctc-chat .ht-ctc-cta-hover,
#ht-ctc-chat .ctc_cta{
  display:none!important;
  width:0!important;
  max-width:0!important;
  min-width:0!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
}
#ht-ctc-chat svg{
  display:block!important;
  width:52px!important;
  height:52px!important;
  max-width:52px!important;
  max-height:52px!important;
  margin:0!important;
}
#ht-ctc-chat .ht_ctc_chat_data,
#ht-ctc-chat .ht_ctc_chat_data + noscript{
  display:none!important;
}

/* Other common WhatsApp widgets: keep their compact button form without
   changing desktop placement. */
@media (max-width:560px){
  .joinchat__tooltip,
  .joinchat__message,
  .joinchat .joinchat__tooltip{
    display:none!important;
  }
  .joinchat,
  .joinchat__button{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
    max-width:52px!important;
    max-height:52px!important;
    right:14px!important;
    bottom:82px!important;
    border-radius:50%!important;
  }

  /* Very narrow devices: reduce the hero only, preserving the copy. */
  .lk-hero__title{
    font-size:30px!important;
    line-height:1.08!important;
    letter-spacing:-.055em!important;
    max-width:100%!important;
  }
  .lk-hero__text{
    font-size:15px!important;
    line-height:1.52!important;
  }
  .lk-product-hero{
    min-height:210px!important;
  }
}

@media (max-width:360px){
  .lk-hero__title{
    font-size:28px!important;
    line-height:1.08!important;
    letter-spacing:-.055em!important;
  }
  .lk-hero__text{
    font-size:14px!important;
    line-height:1.5!important;
  }
  #ht-ctc-chat{
    right:12px!important;
    bottom:76px!important;
  }
  .grecaptcha-badge{
    right:6px!important;
    bottom:6px!important;
    transform:scale(.68)!important;
  }
}


/*
 * LEKHHA 2.0 — PHASE 1 v0.4.5
 * Exact mobile fix for the installed WA Sticky Button plugin.
 * DevTools identified: #okapi-wasb-button > #okapi-wasb-icon (260x130).
 * Keep the plugin link/click target, but replace its large image CTA with
 * a compact circular mobile control. Desktop behaviour is unchanged.
 */
@media (max-width:560px){
  #okapi-wasb-button{
    position:fixed!important;
    right:14px!important;
    bottom:82px!important;
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
    max-width:52px!important;
    max-height:52px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:50%!important;
    overflow:hidden!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#25D366!important;
    box-shadow:0 5px 16px rgba(0,0,0,.18)!important;
    z-index:2147482999!important;
    box-sizing:border-box!important;
    text-decoration:none!important;
  }
  #okapi-wasb-button #okapi-wasb-icon{
    display:none!important;
  }
  #okapi-wasb-button::before{
    content:'☎'!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:52px!important;
    height:52px!important;
    color:#fff!important;
    font-family:Arial,sans-serif!important;
    font-size:27px!important;
    font-weight:700!important;
    line-height:1!important;
    transform:rotate(-18deg)!important;
  }
}
@media (max-width:360px){
  #okapi-wasb-button{
    right:12px!important;
    bottom:76px!important;
  }
}


/*
 * LEKHHA 2.0 — PHASE 1 v0.4.5
 * Mobile hero composition rebuild to match the approved reference layout.
 * Desktop/tablet remain unchanged. Mobile is intentionally compact:
 * kicker -> headline -> copy -> CTAs -> product screens.
 */
@media (max-width:560px){
  .lk-hero{
    display:block!important;
    min-height:0!important;
    padding:26px 0 28px!important;
    overflow:hidden!important;
  }
  .lk-hero__grid{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:4px!important;
  }
  .lk-hero__content{
    width:100%!important;
    padding:0!important;
    text-align:center!important;
  }
  .lk-hero__kicker{
    display:flex!important;
    width:max-content!important;
    max-width:calc(100% - 28px)!important;
    margin:0 auto!important;
    padding:7px 10px!important;
    font-size:10px!important;
    line-height:1.2!important;
    white-space:normal!important;
    text-align:center!important;
    justify-content:center!important;
  }
  .lk-kicker-dot{
    flex:0 0 7px!important;
    width:7px!important;
    height:7px!important;
  }
  .lk-hero__title{
    width:100%!important;
    max-width:350px!important;
    margin:14px auto 12px!important;
    font-size:clamp(30px,9.7vw,39px)!important;
    line-height:1.00!important;
    letter-spacing:-.058em!important;
    text-align:left!important;
  }
  .lk-hero__text{
    width:100%!important;
    max-width:350px!important;
    margin:0 auto!important;
    font-size:14.5px!important;
    line-height:1.48!important;
    text-align:left!important;
  }
  .lk-hero__actions{
    width:100%!important;
    max-width:350px!important;
    margin:17px auto 0!important;
    gap:8px!important;
  }
  .lk-hero__actions .lk-btn{
    min-height:45px!important;
    padding:10px 16px!important;
    border-radius:999px!important;
    font-size:15px!important;
    line-height:1.1!important;
  }
  .lk-hero__trust{
    display:none!important;
  }
  .lk-product-hero{
    width:100%!important;
    min-height:218px!important;
    height:218px!important;
    margin:3px auto 0!important;
    overflow:visible!important;
  }
  .lk-product-hero__glow{
    inset:4% 4% 4%!important;
  }
  .lk-product-hero__laptop{
    width:min(100%,355px)!important;
    margin:0 auto!important;
    filter:drop-shadow(0 18px 24px rgba(0,41,107,.16))!important;
    transform:none!important;
  }
  .lk-product-hero__phone{
    width:72px!important;
    right:2%!important;
    bottom:7px!important;
  }
  .lk-product-hero__label{
    left:4%!important;
    bottom:0!important;
    padding:7px 10px!important;
    font-size:9px!important;
  }
}

@media (max-width:360px){
  .lk-hero{
    padding-top:22px!important;
    padding-bottom:24px!important;
  }
  .lk-hero__title{
    max-width:270px!important;
    font-size:29px!important;
    line-height:1.00!important;
    letter-spacing:-.055em!important;
    margin-top:12px!important;
  }
  .lk-hero__text{
    max-width:270px!important;
    font-size:14px!important;
    line-height:1.45!important;
  }
  .lk-hero__actions{
    max-width:270px!important;
    margin-top:15px!important;
  }
  .lk-hero__actions .lk-btn{
    min-height:44px!important;
    font-size:14px!important;
  }
  .lk-product-hero{
    min-height:190px!important;
    height:190px!important;
  }
  .lk-product-hero__phone{width:64px!important;}
  .lk-product-hero__label{font-size:8px!important;}
}

/* ================================================================
   Phase 2 + Phase 3 pages — v0.5.0
   ================================================================ */
.lk-page{overflow:hidden}
.lk-page-hero{padding:92px 0 82px;background:linear-gradient(180deg,#fff 0%,#FFFDF5 100%);position:relative}
.lk-page-hero--blue{background:linear-gradient(180deg,#F7FAFF 0%,#fff 100%)}
.lk-page-hero--navy{background:linear-gradient(180deg,#fff 0%,#F8FAFD 100%)}
.lk-page-hero__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:72px;align-items:center}
.lk-page-hero__copy{position:relative;z-index:2}
.lk-breadcrumb{display:inline-flex;align-items:center;gap:8px;margin:0 0 24px;color:#5D6B7A;font-size:12px;font-weight:700}
.lk-breadcrumb span{color:var(--lk-primary)}
.lk-page-hero__title{font-family:var(--lk-font-display);max-width:720px;margin:0 0 22px;color:var(--lk-ink);font-size:clamp(46px,5vw,70px);line-height:1.02;letter-spacing:-.06em;font-weight:850}
.lk-page-hero__intro{max-width:650px;margin:0;color:#4B5F72;font-size:18px;line-height:1.65}
.lk-page-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.lk-page-hero__link{margin-top:27px}
.lk-page-hero__visual{min-width:0}
.lk-page-visual-stage{position:relative;min-height:470px;display:grid;place-items:center;border:1px solid #E5E8EC;border-radius:30px;background:radial-gradient(circle at 50% 35%,rgba(255,201,60,.20),transparent 38%),linear-gradient(145deg,#fff,#FAFAF8);overflow:hidden;box-shadow:0 22px 70px rgba(15,23,42,.08)}
.lk-page-visual-stage--ai{background:radial-gradient(circle at 30% 20%,rgba(255,201,60,.20),transparent 32%),radial-gradient(circle at 80% 80%,rgba(53,117,211,.12),transparent 35%),#fff}
.lk-page-visual-stage__glow{position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(255,201,60,.12);filter:blur(25px);top:40px;right:10%;pointer-events:none}
.lk-page-product-image{position:relative;z-index:1;width:min(92%,650px);height:auto;filter:drop-shadow(0 24px 28px rgba(0,41,107,.14))}
.lk-page-product-image--mobile{width:min(68%,370px);max-height:390px;object-fit:contain}
.lk-page-visual-stage__label{position:absolute;left:22px;bottom:20px;z-index:3;display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:#fff;border:1px solid #E5E8EC;box-shadow:0 8px 25px rgba(15,23,42,.08);color:#00296B;font-size:11px;font-weight:800}
.lk-page-ondc-mark{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:18px;padding:40px}
.lk-page-ondc-mark span{font-size:13px;color:#5D6B7A;font-weight:700}
.lk-page-ondc-mark img{width:min(85%,520px);height:auto}
.lk-ai-mini{position:absolute;right:24px;bottom:62px;z-index:4;width:min(330px,72%);padding:18px;border:1px solid #E4E8EF;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 16px 45px rgba(15,23,42,.12)}
.lk-ai-mini span{display:block;color:#3575D3;font-size:10px;font-weight:850;margin-bottom:9px}.lk-ai-mini b{display:block;color:#00296B;font-size:14px}.lk-ai-mini small{display:block;margin-top:7px;color:#5D6B7A;line-height:1.45}
.lk-page-card-grid{margin-top:42px}
.lk-page-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:start}
.lk-page-detail-copy .lk-section__title{max-width:760px}
.lk-page-checks{margin-top:30px}
.lk-page-detail-panel{position:relative;padding:34px;border:1px solid var(--lk-border);border-radius:24px;background:#fff;box-shadow:var(--lk-shadow-sm)}
.lk-page-detail-panel__icon{width:56px;height:56px;display:grid;place-items:center;margin-bottom:20px;border-radius:15px;background:#FFF8E6;border:1px solid #F0D57A;color:#00296B}.lk-page-detail-panel__icon svg{width:26px;height:26px}
.lk-page-detail-panel strong{display:block;color:#00296B;font-size:19px}.lk-page-detail-panel p{margin:12px 0 0;color:#5D6B7A;font-size:15px;line-height:1.65}
.lk-next-page{display:flex;align-items:center;justify-content:space-between;gap:30px}.lk-next-page h2{font-family:var(--lk-font-display);margin:0;color:#00296B;font-size:36px;letter-spacing:-.04em}
.lk-page-cta{padding-top:40px}
.lk-page-cta .lk-cta{margin-top:0}

@media(max-width:1024px){
  .lk-page-hero{padding:72px 0 64px}.lk-page-hero__grid{gap:48px}.lk-page-hero__title{font-size:clamp(42px,6vw,60px)}.lk-page-visual-stage{min-height:410px}.lk-page-detail-grid{gap:45px}
}
@media(max-width:860px){
  .lk-page-hero__grid,.lk-page-detail-grid{grid-template-columns:1fr}.lk-page-hero__copy{text-align:center}.lk-page-hero__title,.lk-page-hero__intro{margin-left:auto;margin-right:auto}.lk-page-hero__actions,.lk-page-hero__link{justify-content:center}.lk-breadcrumb{justify-content:center}.lk-page-visual-stage{min-height:390px}.lk-page-product-image{width:min(95%,650px)}.lk-page-product-image--mobile{width:min(62%,340px)}.lk-page-detail-panel{max-width:620px;margin:0 auto}.lk-next-page{flex-direction:column;align-items:flex-start}
}
@media(max-width:560px){
  .lk-page-hero{padding:48px 0 42px}.lk-page-hero__grid{gap:30px}.lk-breadcrumb{font-size:10px;margin-bottom:17px}.lk-page-hero__title{font-size:clamp(34px,10.5vw,46px);line-height:1.04;letter-spacing:-.055em;margin-bottom:16px;text-align:left}.lk-page-hero__copy{text-align:left}.lk-page-hero__intro{font-size:15px;line-height:1.55;text-align:left}.lk-page-hero__actions{flex-direction:column;align-items:stretch;margin-top:22px}.lk-page-hero__actions .lk-btn{width:100%}.lk-page-hero__link{display:flex;justify-content:flex-start;margin-top:21px}.lk-page-visual-stage{min-height:300px;border-radius:22px}.lk-page-product-image{width:100%}.lk-page-product-image--mobile{width:72%;max-height:280px}.lk-page-visual-stage__label{left:12px;bottom:12px;padding:7px 10px;font-size:9px}.lk-ai-mini{right:12px;bottom:48px;width:74%;padding:12px}.lk-ai-mini b{font-size:12px}.lk-ai-mini small{font-size:10px}.lk-page-detail-grid{gap:34px}.lk-page-detail-copy .lk-section__title{font-size:34px}.lk-page-detail-panel{padding:25px}.lk-next-page h2{font-size:30px}.lk-page-cta{padding-top:20px}
}

/* ================================================================
   Phase 4.1 — v0.6.1
   Resources · Case Studies · Pricing · Contact/Demo
   ================================================================ */
.lk-page4-card-grid{margin-top:42px}
.lk-page4-faq{max-width:920px}
.lk-faq{border-top:1px solid var(--lk-border);padding:0}
.lk-faq:last-child{border-bottom:1px solid var(--lk-border)}
.lk-faq summary{cursor:pointer;list-style:none;padding:23px 4px;color:var(--lk-ink);font-size:18px;font-weight:800;display:flex;justify-content:space-between;gap:20px}
.lk-faq summary::-webkit-details-marker{display:none}
.lk-faq summary:after{content:'+';font-size:25px;line-height:1;color:#3575D3}
.lk-faq[open] summary:after{content:'−'}
.lk-faq p{margin:0;padding:0 35px 24px 4px;color:#5D6B7A;font-size:15px;line-height:1.7}
.lk-case-note{font-size:13px!important;color:#6C7885!important;border-top:1px solid #E7E9EC;padding-top:16px}
.lk-pricing-card{padding:32px;border:1px solid var(--lk-border);border-radius:24px;background:#fff;box-shadow:var(--lk-shadow-sm);display:flex;flex-direction:column}
.lk-pricing-card h3{font-family:var(--lk-font-display);font-size:27px;line-height:1.12;color:var(--lk-ink);margin:4px 0 22px;letter-spacing:-.035em}
.lk-pricing-card .lk-checks{margin:0 0 28px}
.lk-pricing-card .lk-btn{margin-top:auto;align-self:flex-start}
.lk-pricing-disclaimer{max-width:900px;margin:28px auto 0;text-align:center;color:#667482;font-size:13px;line-height:1.6}
.lk-page4-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}
.lk-page4-contact-copy .lk-section__title{max-width:650px}
.lk-page4-contact-copy .lk-checks{margin-top:30px}
.lk-form-card{padding:32px;border:1px solid var(--lk-border);border-radius:24px;background:#fff;box-shadow:var(--lk-shadow-sm)}
.lk-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.lk-form-field{margin-bottom:17px}
.lk-form-field label{display:block;margin-bottom:7px;color:var(--lk-ink);font-size:13px;font-weight:800}
.lk-form-field input,.lk-form-field textarea{width:100%;box-sizing:border-box;border:1px solid #D7DDE4;border-radius:12px;background:#fff;color:#25373F;font:inherit;font-size:15px;padding:12px 13px;transition:border-color .2s,box-shadow .2s}
.lk-form-field textarea{resize:vertical;min-height:120px}
.lk-form-field input:focus,.lk-form-field textarea:focus{border-color:#3575D3;box-shadow:0 0 0 3px rgba(53,117,211,.12);outline:0}
.lk-form-submit{border:0;cursor:pointer}
.lk-form-note{margin:13px 0 0;color:#71808D;font-size:11px;line-height:1.5}
.lk-form-success,.lk-form-error{padding:14px 16px;border-radius:14px;margin-bottom:18px;font-size:14px;line-height:1.5}
.lk-form-success{background:#F0FAF3;border:1px solid #B8E4C4;color:#1D6334}.lk-form-error{background:#FFF5F3;border:1px solid #F0C2B9;color:#8A2F21}
.lk-page4 .lk-card__badge{display:inline-flex;align-self:flex-start;margin-bottom:15px}
.lk-page4 .lk-card h3{color:var(--lk-ink)}

@media(max-width:860px){
  .lk-page4-contact-grid{grid-template-columns:1fr;gap:42px}
}
@media(max-width:560px){
  .lk-page4-card-grid{margin-top:28px}
  .lk-faq summary{font-size:16px;padding:19px 0}
  .lk-faq p{font-size:14px;padding-left:0}
  .lk-pricing-card{padding:25px}
  .lk-pricing-card h3{font-size:25px}
  .lk-form-card{padding:22px}
  .lk-form-row{grid-template-columns:1fr;gap:0}
  .lk-page4-contact-copy .lk-section__title{font-size:32px}
}


/* ================================================================
   Phase 4.1 — route isolation / header integrity
   Prevent legacy Elementor/Appilo header injections from appearing
   above the Lekhha 2.0 Phase 4 routed pages.
   ================================================================ */
body.lk-route-phase4 .elementor-location-header,
body.lk-route-phase4 header.elementor-location-header,
body.lk-route-phase4 header:not(.lk-header){
  display:none!important;
}
body.lk-route-phase4 .lk-header{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
body.lk-route-phase4 .lk-page{
  position:relative;
  z-index:1;
}

@media(max-width:560px){
  body.lk-route-phase4 .lk-page-hero{padding-top:34px;padding-bottom:34px}
  body.lk-route-phase4 .lk-page-hero__grid{gap:24px}
  body.lk-route-phase4 .lk-page-hero__title{font-size:clamp(34px,10vw,43px);line-height:1.04;letter-spacing:-.052em}
  body.lk-route-phase4 .lk-page-hero__intro{font-size:15px;line-height:1.52}
  body.lk-route-phase4 .lk-page-visual-stage{min-height:260px}
}

/* Phase 4.0.2 restoration: Resources library, How It Works and header integrity */
.lk-route-phase4 .lk-header{display:block!important;visibility:visible!important;opacity:1!important;position:relative;z-index:1000}
.lk-page4-screen-grid{align-items:stretch}
.lk-screen-card{overflow:hidden;border:1px solid var(--lk-border);border-radius:24px;background:#fff;box-shadow:0 10px 30px rgba(0,41,107,.05)}
.lk-screen-card__image{padding:18px;background:#FAFAF8;min-height:250px;display:flex;align-items:center;justify-content:center}
.lk-screen-card__image img{display:block;width:100%;height:250px;object-fit:contain;border-radius:14px}
.lk-screen-card__body{padding:24px 24px 28px}
.lk-screen-card__body h3{margin:0 0 10px;color:var(--lk-ink);font-size:21px;line-height:1.2}
.lk-screen-card__body p{margin:0;color:#5D6B7A;line-height:1.65}
.lk-workflow-list{display:grid;gap:22px}
.lk-workflow-step{display:grid;grid-template-columns:72px minmax(0,1fr) minmax(300px,420px);gap:28px;align-items:center;border:1px solid var(--lk-border);border-radius:26px;background:#fff;padding:24px;box-shadow:0 10px 28px rgba(0,41,107,.045)}
.lk-workflow-step__number{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--lk-primary);color:var(--lk-ink);font-weight:900}
.lk-workflow-step__copy h3{margin:4px 0 10px;color:var(--lk-ink);font-size:28px;line-height:1.12}
.lk-workflow-step__copy>p:not(.lk-section__eyebrow){margin:0;color:#5D6B7A;line-height:1.7;max-width:680px}
.lk-workflow-step__visual{border-radius:18px;overflow:hidden;background:#FAFAF8;min-height:210px;display:flex;align-items:center;justify-content:center}
.lk-workflow-step__visual img{display:block;width:100%;height:220px;object-fit:contain}
@media(max-width:860px){
  .lk-workflow-step{grid-template-columns:58px minmax(0,1fr);gap:18px}
  .lk-workflow-step__visual{grid-column:1/-1}
}
@media(max-width:560px){
  .lk-screen-card__image img{height:220px}
  .lk-workflow-step{padding:18px;border-radius:20px}
  .lk-workflow-step__number{width:48px;height:48px;font-size:13px}
  .lk-workflow-step__copy h3{font-size:23px}
  .lk-workflow-step__visual img{height:210px}
}

/* ================================================================
   v0.7.0 — Information Architecture Restoration
   ================================================================ */
.lk-ia-subnav{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 30px}.lk-ia-subnav a{display:inline-flex;padding:10px 14px;border:1px solid var(--lk-border);border-radius:999px;background:#fff;color:var(--lk-navy);font-weight:750;font-size:13px;text-decoration:none}.lk-ia-subnav a:hover,.lk-ia-subnav a[aria-current="page"]{background:#FFF3C9;border-color:#FFC93C}.lk-ia-section{padding:72px 0}.lk-ia-section--surface{background:#FAFAF8}.lk-ia-content{max-width:900px}.lk-ia-content h2{font-size:clamp(30px,4vw,46px);line-height:1.08;color:var(--lk-ink);margin:0 0 16px}.lk-ia-content h3{font-size:25px;line-height:1.18;color:var(--lk-ink);margin:34px 0 10px}.lk-ia-content p,.lk-ia-content li{color:#536273;line-height:1.72}.lk-ia-content ul{padding-left:22px}.lk-ia-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.lk-ia-card{padding:26px;border:1px solid var(--lk-border);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(0,41,107,.045)}.lk-ia-card h3{margin:8px 0 10px;color:var(--lk-ink);font-size:22px}.lk-ia-card p{color:#5D6B7A;line-height:1.65}.lk-ia-card a{color:var(--lk-navy);font-weight:800;text-decoration:none}.lk-ia-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,390px);gap:34px;align-items:center;padding:30px;border:1px solid var(--lk-border);border-radius:26px;background:#fff;margin:18px 0}.lk-ia-feature--reverse .lk-ia-feature__visual{order:-1}.lk-ia-feature__visual{border-radius:20px;background:#FAFAF8;padding:18px;text-align:center}.lk-ia-feature__visual img{max-height:430px;width:100%;object-fit:contain;border-radius:14px}.lk-ia-kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:850;color:#3575D3}.lk-ia-note{padding:18px 20px;border-left:4px solid #FFC93C;background:#FFF8E6;border-radius:0 14px 14px 0;color:#536273}.lk-ia-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--lk-border);border-radius:16px;overflow:hidden}.lk-ia-table th,.lk-ia-table td{padding:14px 16px;border-bottom:1px solid var(--lk-border);text-align:left;vertical-align:top}.lk-ia-table th{color:var(--lk-ink);background:#FAFAF8}.lk-ia-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 18px;font-size:13px}.lk-ia-breadcrumbs a{color:#526171;font-weight:700}.lk-ia-breadcrumbs span{color:#9AA4AF}.lk-ia-toc{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:25px 0}.lk-ia-toc a{display:block;padding:16px;border:1px solid var(--lk-border);border-radius:16px;background:#fff;color:var(--lk-navy);font-weight:800;text-decoration:none}.lk-ia-toc a:hover{background:#FFF8E6}.lk-ia-download{display:inline-flex;gap:8px;align-items:center;color:var(--lk-navy);font-weight:800}.lk-ia-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.lk-ia-gallery figure{margin:0;border:1px solid var(--lk-border);border-radius:18px;padding:12px;background:#fff}.lk-ia-gallery img{width:100%;height:250px;object-fit:contain;background:#FAFAF8;border-radius:12px}.lk-ia-gallery figcaption{padding:10px 2px 0;font-size:13px;font-weight:750;color:#536273}@media(max-width:900px){.lk-ia-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lk-ia-feature{grid-template-columns:1fr}.lk-ia-feature--reverse .lk-ia-feature__visual{order:initial}.lk-ia-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.lk-ia-section{padding:48px 0}.lk-ia-grid,.lk-ia-toc,.lk-ia-gallery{grid-template-columns:1fr}.lk-ia-feature{padding:20px}.lk-ia-gallery img{height:280px}}

/* Phase 4.3 — v0.7.1 header and content cleanup */
body.lk-route-phase4 #site-header.lk-header--forced{display:block!important;visibility:visible!important;opacity:1!important;position:sticky!important;top:0!important;z-index:100000!important;}
body.lk-route-phase4 #site-header.lk-header--forced .lk-header__inner{visibility:visible!important;opacity:1!important;}
.lk-ia-card .lk-ia-kicker{display:none}
.lk-ia-feature__visual img{width:100%;height:100%;max-height:420px;object-fit:contain}
.lk-ia-feature__visual{min-height:320px;display:flex;align-items:center;justify-content:center;overflow:hidden}


/* v0.7.2 — Phase 4 header consistency */
body.lk-route-phase4 #site-header.lk-header--forced {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 100000 !important;
  width: 100% !important;
}
body.lk-route-phase4 #site-header.lk-header--forced .lk-header__inner {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* v0.7.3 — Original artwork + feature-depth restoration */
.lk-breadcrumb{display:block!important;margin-bottom:18px!important}
.lk-page-hero__copy>.lk-section__eyebrow{display:block!important;clear:both!important;margin-top:0!important}
body.lk-route-phase4 #site-header,
body.lk-route-phase23 #site-header,
#site-header.lk-header--forced{display:block!important;visibility:visible!important;opacity:1!important;transform:none!important}
.lk-subfeature-list{display:grid;gap:24px;margin-top:32px}
.lk-subfeature{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(260px,.92fr);gap:34px;align-items:center;padding:30px;border:1px solid #e5e7eb;border-radius:28px;background:#fff}
.lk-subfeature:nth-child(even){grid-template-columns:minmax(260px,.92fr) minmax(0,1.08fr)}
.lk-subfeature:nth-child(even) .lk-subfeature__copy{order:2}
.lk-subfeature__copy h3{margin:8px 0 10px;color:#082f73;font-size:clamp(24px,2.2vw,34px);line-height:1.12}
.lk-subfeature__copy p{margin:0;color:#52637a;font-size:17px;line-height:1.65}
.lk-subfeature__visual{min-height:250px;display:flex;align-items:center;justify-content:center;border-radius:22px;background:#f8fafc;overflow:hidden}
.lk-subfeature__visual img{display:block;max-width:100%;max-height:390px;width:auto;height:auto;object-fit:contain}
.lk-subfeature__eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#3575d3}
@media(max-width:760px){.lk-subfeature,.lk-subfeature:nth-child(even){grid-template-columns:1fr}.lk-subfeature:nth-child(even) .lk-subfeature__copy{order:0}}
